-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a0796c
commit 975e128
Showing
26 changed files
with
779 additions
and
852 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@sveltepress/theme-default": minor | ||
"@sveltepress/create": minor | ||
"@sveltepress/vite": minor | ||
"@sveltepress/twoslash": minor | ||
--- | ||
|
||
fix: TabPanel & Feature component behaviour |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@sveltepress/theme-default": minor | ||
"@sveltepress/create": minor | ||
"@sveltepress/twoslash": minor | ||
"@sveltepress/vite": minor | ||
--- | ||
|
||
feat: use unocess safelist reimplement prebuild iconify icons |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@sveltepress/theme-default": minor | ||
"@sveltepress/create": minor | ||
"@sveltepress/twoslash": minor | ||
"@sveltepress/vite": minor | ||
--- | ||
|
||
chore: update deps |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@sveltepress/theme-default": minor | ||
"@sveltepress/create": minor | ||
"@sveltepress/vite": minor | ||
"@sveltepress/twoslash": minor | ||
--- | ||
|
||
chore: remove @iconfiy/json package. Use @iconify-json/[collection] packages instead |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
<slot /> | ||
|
||
<style> | ||
:global(.i-logos-svelte-kit) { | ||
width: 4em; | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
<slot /> | ||
|
||
<style> | ||
:global(.i-logos-svelte-kit) { | ||
height: 3em; | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"extends": "./.svelte-kit/tsconfig.json", | ||
"compilerOptions": { | ||
"moduleResolution": "node", | ||
"allowJs": true, | ||
"checkJs": true, | ||
"esModuleInterop": true, | ||
"forceConsistentCasingInFileNames": true, | ||
"resolveJsonModule": true, | ||
"skipLibCheck": true, | ||
"sourceMap": true, | ||
"strict": true, | ||
"lib": ["ESNext"], | ||
"module": "ESNext", | ||
"ignoreDeprecations": "5.0" | ||
}, | ||
"exclude": ["deploy/index.cjs"] | ||
"extends": "./.svelte-kit/tsconfig.json", | ||
"compilerOptions": { | ||
"moduleResolution": "node", | ||
"allowJs": true, | ||
"checkJs": true, | ||
"esModuleInterop": true, | ||
"forceConsistentCasingInFileNames": true, | ||
"resolveJsonModule": true, | ||
"skipLibCheck": true, | ||
"sourceMap": true, | ||
"strict": true, | ||
"lib": ["ESNext"], | ||
"module": "ESNext", | ||
"ignoreDeprecations": "5.0" | ||
}, | ||
"exclude": ["deploy/index.cjs"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,84 +1,37 @@ | ||
{ | ||
"name": "@sveltepress/theme-default", | ||
"homepage": "https://sveltepress.site/", | ||
"type": "module", | ||
"version": "2.0.6", | ||
"description": "The default theme for sveltepress", | ||
"scripts": { | ||
"test": "vitest", | ||
"cp:assets": "cp src/style.css dist && cp -r src/fonts dist", | ||
"build:comps": "svelte-package -i src", | ||
"build": "pnpm build:comps && pnpm cp:assets", | ||
"prepare": "pnpm build" | ||
}, | ||
"files": [ | ||
"dist", | ||
"types.d.ts" | ||
], | ||
"keywords": [ | ||
"Docs", | ||
"svelte", | ||
"svelte docs", | ||
"sveltepress" | ||
], | ||
"author": { | ||
"name": "Dongsheng Zhao", | ||
"email": "[email protected]" | ||
}, | ||
"license": "MIT", | ||
"homepage": "https://sveltepress.site/", | ||
"repository": { | ||
"type": "github", | ||
"url": "https://github.com/Blackman99/sveltepress", | ||
"directory": "packages/theme-default" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@sveltejs/kit": "^2.5.1", | ||
"@sveltejs/package": "^2.3.0", | ||
"@sveltepress/vite": "workspace:*", | ||
"@types/node": "^20.11.20", | ||
"svelte": "^4.2.12", | ||
"unified": "^11.0.4", | ||
"vite": "^5.1.4", | ||
"vitest": "^1.3.1" | ||
}, | ||
"dependencies": { | ||
"@docsearch/css": "^3.5.2", | ||
"@docsearch/js": "^3.5.2", | ||
"@iconify/json": "^2.2.186", | ||
"@iconify/utils": "^2.1.14", | ||
"@shikijs/twoslash": "^1.1.7", | ||
"@sveltejs/vite-plugin-svelte": "^3.0.2", | ||
"@sveltepress/twoslash": "workspace:*", | ||
"@vite-pwa/sveltekit": "^0.4.0", | ||
"lru-cache": "^10.2.0", | ||
"shiki": "^1.1.7", | ||
"uid": "^2.0.2", | ||
"unist-util-visit": "^5.0.0", | ||
"unocss": "^0.58.3", | ||
"vite-plugin-pwa": "^0.19.0", | ||
"workbox-precaching": "^7.0.0", | ||
"workbox-routing": "^7.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@sveltejs/kit": "^1.20.4 || ^2.0.0", | ||
"@sveltejs/vite-plugin-svelte": "^3.0.1", | ||
"@sveltepress/vite": "workspace:*", | ||
"svelte": "^3.55.1 || ^4.0.0", | ||
"vite": "^4.3.9 || ^5.0.0" | ||
}, | ||
"type": "module", | ||
"types": "./src/index.ts", | ||
"keywords": [ | ||
"Docs", | ||
"svelte", | ||
"svelte docs", | ||
"sveltepress" | ||
], | ||
"exports": { | ||
".": "./dist/index.js", | ||
"./style.css": "./src/style.css", | ||
"./components": { | ||
"types": "./src/components/index.ts", | ||
"import": "./src/components/index.ts", | ||
"svelte": "./src/components/index.ts", | ||
"types": "./src/components/index.ts" | ||
"svelte": "./src/components/index.ts" | ||
}, | ||
"./context": { | ||
"types": "./src/context/index.ts", | ||
"import": "./src/context/index.ts", | ||
"svelte": "./src/context/index.ts", | ||
"types": "./src/context/index.ts" | ||
"svelte": "./src/context/index.ts" | ||
}, | ||
"./PageLayout.svelte": { | ||
"import": "./src/components/PageLayout.svelte", | ||
|
@@ -92,6 +45,52 @@ | |
"types": "./types.d.ts" | ||
} | ||
}, | ||
"types": "./src/index.ts", | ||
"files": [ | ||
"dist", | ||
"types.d.ts" | ||
], | ||
"scripts": { | ||
"test": "vitest", | ||
"cp:assets": "cp src/style.css dist && cp -r src/fonts dist", | ||
"build:comps": "svelte-package -i src", | ||
"build": "pnpm build:comps && pnpm cp:assets", | ||
"prepare": "pnpm build" | ||
}, | ||
"peerDependencies": { | ||
"@sveltejs/kit": "^1.20.4 || ^2.0.0", | ||
"@sveltejs/vite-plugin-svelte": "^3.0.1", | ||
"@sveltepress/vite": "workspace:*", | ||
"svelte": "^3.55.1 || ^4.0.0", | ||
"vite": "^4.3.9 || ^5.0.0" | ||
}, | ||
"dependencies": { | ||
"@docsearch/css": "^3.5.2", | ||
"@docsearch/js": "^3.5.2", | ||
"@shikijs/twoslash": "^1.1.7", | ||
"@sveltejs/vite-plugin-svelte": "^3.0.2", | ||
"@sveltepress/twoslash": "workspace:*", | ||
"@unocss/extractor-svelte": "^0.61.5", | ||
"@vite-pwa/sveltekit": "^0.4.0", | ||
"lru-cache": "^10.2.0", | ||
"shiki": "^1.1.7", | ||
"uid": "^2.0.2", | ||
"unist-util-visit": "^5.0.0", | ||
"unocss": "^0.61.5", | ||
"vite-plugin-pwa": "^0.19.0", | ||
"workbox-precaching": "^7.0.0", | ||
"workbox-routing": "^7.0.0" | ||
}, | ||
"devDependencies": { | ||
"@sveltejs/kit": "^2.5.1", | ||
"@sveltejs/package": "^2.3.0", | ||
"@sveltepress/vite": "workspace:*", | ||
"@types/node": "^20.11.20", | ||
"svelte": "^4.2.12", | ||
"unified": "^11.0.4", | ||
"vite": "^5.1.4", | ||
"vitest": "^1.3.1" | ||
}, | ||
"publishConfig": { | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
|
Oops, something went wrong.