@soybeanjs/shadcn-theme 0.3.1 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -2
  2. package/package.json +11 -11
package/dist/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- import * as _soybeanjs_colord_palette0 from "@soybeanjs/colord/palette";
2
1
  import { SimplePaletteKey, TailwindPaletteKey, TailwindPaletteLevelColorKey } from "@soybeanjs/colord/palette";
3
2
 
4
3
  //#region src/types.d.ts
@@ -233,7 +232,7 @@ declare const builtinPrimaryPreset: Record<BuiltinPrimaryPresetKey, PrimaryPrese
233
232
  */
234
233
  declare const builtinFeedbackPreset: Record<BuiltinFeedbackPresetKey, FeedbackPreset>;
235
234
  declare const builtinBasePresetKeys: BuiltinBasePresetKey[];
236
- declare const builtinPrimaryPresetKeys: _soybeanjs_colord_palette0.TailwindPaletteKey[];
235
+ declare const builtinPrimaryPresetKeys: import("@soybeanjs/colord/palette").TailwindPaletteKey[];
237
236
  declare const builtinFeedbackPresetKeys: BuiltinFeedbackPresetKey[];
238
237
  //#endregion
239
238
  //#region src/core.d.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soybeanjs/shadcn-theme",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "description": "A powerful and flexible shadcn/ui theme generator with support for dynamic CSS variable injection, preset color schemes, and light/dark mode switching.",
5
5
  "homepage": "https://github.com/soybeanjs/shadcn-theme",
6
6
  "bugs": {
@@ -33,25 +33,25 @@
33
33
  "registry": "https://registry.npmjs.org/"
34
34
  },
35
35
  "dependencies": {
36
- "@soybeanjs/colord": "^0.4.2"
36
+ "@soybeanjs/colord": "^0.5.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@soybeanjs/cli": "1.5.0",
40
- "@types/node": "25.2.1",
41
- "lint-staged": "16.2.7",
42
- "oxfmt": "^0.28.0",
43
- "oxlint": "^1.43.0",
39
+ "@soybeanjs/cli": "1.7.2",
40
+ "@types/node": "25.9.1",
41
+ "lint-staged": "17.0.5",
42
+ "oxfmt": "^0.51.0",
43
+ "oxlint": "^1.66.0",
44
44
  "simple-git-hooks": "2.13.1",
45
- "tsdown": "0.20.3",
46
- "tsx": "4.21.0",
47
- "typescript": "5.9.3"
45
+ "tsdown": "0.22.0",
46
+ "tsx": "4.22.3",
47
+ "typescript": "6.0.3"
48
48
  },
49
49
  "simple-git-hooks": {
50
50
  "commit-msg": "pnpm soy git-commit-verify",
51
51
  "pre-commit": "pnpm typecheck && pnpm lint-staged"
52
52
  },
53
53
  "lint-staged": {
54
- "*": "oxlint --fix && oxfmt"
54
+ "*": "oxlint . --fix && oxfmt"
55
55
  },
56
56
  "scripts": {
57
57
  "build": "tsdown",