-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
f40fef1
commit e10acce
Showing
25 changed files
with
82 additions
and
38 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
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
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
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
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 |
---|---|---|
|
@@ -4,7 +4,9 @@ | |
"version": "0.64.6", | ||
"description": "A modern stepper component.", | ||
"author": "Chris Breuer", | ||
"contributors": ["Chris Breuer <[email protected]>"], | ||
"contributors": [ | ||
"Chris Breuer <[email protected]>" | ||
], | ||
"license": "MIT", | ||
"funding": "https://github.com/sponsors/chrisbbreuer", | ||
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/components/stepper#readme", | ||
|
@@ -16,8 +18,15 @@ | |
"bugs": { | ||
"url": "https://github.com/stacksjs/stacks/issues" | ||
}, | ||
"keywords": ["steppers", "components", "library", "stacks"], | ||
"sideEffects": ["**/*.css"], | ||
"keywords": [ | ||
"steppers", | ||
"components", | ||
"library", | ||
"stacks" | ||
], | ||
"sideEffects": [ | ||
"**/*.css" | ||
], | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
|
@@ -27,7 +36,11 @@ | |
"import": "./dist/*" | ||
} | ||
}, | ||
"files": ["README.md", "dist", "src"], | ||
"files": [ | ||
"README.md", | ||
"dist", | ||
"src" | ||
], | ||
"scripts": { | ||
"dev": "bunx --bun vite", | ||
"build": "bunx --bun vite build --mode lib", | ||
|
@@ -48,7 +61,7 @@ | |
"@types/clean-css": "^4.2.11", | ||
"@vue/tsconfig": "^0.5.1", | ||
"clean-css": "^5.3.3", | ||
"unocss": "0.63.4", | ||
"unocss": "0.61.0", | ||
"unplugin-icons": "^0.19.3" | ||
} | ||
} |
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
2 changes: 1 addition & 1 deletion
2
storage/framework/core/error-handling/tests/error-handling.test.ts
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 |
---|---|---|
|
@@ -4,7 +4,9 @@ | |
"version": "0.64.6", | ||
"description": "The Stacks way to lint.", | ||
"author": "Chris Breuer", | ||
"contributors": ["Chris Breuer <[email protected]>"], | ||
"contributors": [ | ||
"Chris Breuer <[email protected]>" | ||
], | ||
"license": "MIT", | ||
"funding": "https://github.com/sponsors/chrisbbreuer", | ||
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/lint#readme", | ||
|
@@ -37,7 +39,11 @@ | |
}, | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": ["README.md", "dist", "src"], | ||
"files": [ | ||
"README.md", | ||
"dist", | ||
"src" | ||
], | ||
"scripts": { | ||
"build": "bun build.ts", | ||
"typecheck": "bun tsc --noEmit", | ||
|
@@ -51,7 +57,7 @@ | |
"@stacksjs/eslint-config": "^3.7.3-stacks-1.5", | ||
"@stylistic/eslint-plugin": "^2.9.0", | ||
"@typescript-eslint/eslint-plugin": "^8.8.1", | ||
"@unocss/eslint-plugin": "0.63.4", | ||
"@unocss/eslint-plugin": "0.61.0", | ||
"@vitest/eslint-plugin": "^1.1.7", | ||
"eslint": "^9.12.0", | ||
"eslint-config-flat-gitignore": "^0.3.0", | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,9 @@ | |
"version": "0.64.6", | ||
"description": "The Stacks framework types.", | ||
"author": "Chris Breuer", | ||
"contributors": ["Chris Breuer <[email protected]>"], | ||
"contributors": [ | ||
"Chris Breuer <[email protected]>" | ||
], | ||
"license": "MIT", | ||
"funding": "https://github.com/sponsors/chrisbbreuer", | ||
"homepage": "https://github.com/stacksjs/stacks/tree/main/stacks/types#readme", | ||
|
@@ -16,7 +18,12 @@ | |
"bugs": { | ||
"url": "https://github.com/stacksjs/stacks/issues" | ||
}, | ||
"keywords": ["types", "stacks", "framework", "typescript"], | ||
"keywords": [ | ||
"types", | ||
"stacks", | ||
"framework", | ||
"typescript" | ||
], | ||
"exports": { | ||
".": { | ||
"bun": "./src/index.ts", | ||
|
@@ -27,7 +34,11 @@ | |
}, | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": ["README.md", "dist", "src"], | ||
"files": [ | ||
"README.md", | ||
"dist", | ||
"src" | ||
], | ||
"scripts": { | ||
"build": "bun build.ts", | ||
"typecheck": "bun tsc --noEmit", | ||
|
@@ -52,7 +63,7 @@ | |
"meilisearch": "^0.44.1", | ||
"neverthrow": "^8.0.0", | ||
"ora": "^8.1.0", | ||
"unocss": "0.63.4", | ||
"unocss": "0.61.0", | ||
"unplugin-auto-import": "^0.18.3", | ||
"unplugin-vue-components": "^0.27.4", | ||
"vite": "^5.4.8", | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,9 @@ | |
"version": "0.64.6", | ||
"description": "The Stacks UI engine.", | ||
"author": "Chris Breuer", | ||
"contributors": ["Chris Breuer <[email protected]>"], | ||
"contributors": [ | ||
"Chris Breuer <[email protected]>" | ||
], | ||
"license": "MIT", | ||
"funding": "https://github.com/sponsors/chrisbbreuer", | ||
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/ui#readme", | ||
|
@@ -16,7 +18,15 @@ | |
"bugs": { | ||
"url": "https://github.com/stacksjs/stacks/issues" | ||
}, | ||
"keywords": ["css", "atomic", "ui", "engine", "styles", "stacks", "unocss"], | ||
"keywords": [ | ||
"css", | ||
"atomic", | ||
"ui", | ||
"engine", | ||
"styles", | ||
"stacks", | ||
"unocss" | ||
], | ||
"sideEffects": false, | ||
"exports": { | ||
".": { | ||
|
@@ -37,7 +47,11 @@ | |
}, | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": ["README.md", "dist", "src"], | ||
"files": [ | ||
"README.md", | ||
"dist", | ||
"src" | ||
], | ||
"scripts": { | ||
"build": "bun build.ts", | ||
"typecheck": "bun tsc --noEmit", | ||
|
@@ -56,7 +70,7 @@ | |
"@unhead/vue": "^1.11.7", | ||
"pinia": "^2.2.4", | ||
"unhead": "^1.11.7", | ||
"unocss": "0.63.4", | ||
"unocss": "0.61.0", | ||
"unocss-preset-primitives": "0.0.2-beta.1", | ||
"vite-plugin-vue-layouts": "^0.11.0", | ||
"vue": "^3.5.11", | ||
|
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