dawn-ui-react 1.0.0-alpha.4 → 1.0.0-alpha.5
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.
- package/dist/{Input-OKlHdkuM.js → Input-DtHcqeCc.js} +2 -2
- package/dist/{clamp-DmGg4LPI.js → clamp-DQOKpe2d.js} +2 -2
- package/dist/dawn-ui-react.js +22 -22
- package/dist/dawn-ui-react.umd.cjs +3 -3
- package/dist/{field-errors--n7vO1Q7.js → field-errors-BndE4fDS.js} +1 -1
- package/dist/{field-input-DTMDvBjs.js → field-input-BPNlupYr.js} +3 -3
- package/dist/{field-input-group-DJu_VEsX.js → field-input-group-DRO7BT9K.js} +2 -2
- package/dist/{field-input-group-input-ChT-sn5W.js → field-input-group-input-D1w5gEYu.js} +2 -2
- package/dist/{field-label-CwhT-9uR.js → field-label-DiJO_3-h.js} +1 -1
- package/dist/{field-select-CgVfjmOj.js → field-select-BRibIEnZ.js} +3 -3
- package/dist/{field-slider-DwZvJqd0.js → field-slider-SYOU6bVj.js} +4 -4
- package/dist/{form-context-Cl2FGxOa.js → form-context-DBHjPCAB.js} +34 -37
- package/dist/{input-group-BGe0Ag-A.js → input-group-CDZSzmGh.js} +1 -1
- package/dist/{input-group-input-DELPW-48.js → input-group-input-DksiPZS5.js} +1 -1
- package/dist/{input.types-BgnT0r4F.js → input.types-BToTmX-b.js} +1 -1
- package/dist/styles.css +120 -96
- package/dist/{useLabelableId-BxNdsOlB.js → useLabelableId-Bsez0mIm.js} +1 -1
- package/package.json +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dawn-ui-react",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"build": "tsc -b && vite build && pnpm run build:css",
|
|
32
32
|
"build-storybook": "pnpm build:tailwind && storybook build",
|
|
33
33
|
"build:css": "node -e \"require('fs').copyFileSync('src/styles/input.css', 'dist/styles.css')\"",
|
|
34
|
-
"build:tailwind": "
|
|
34
|
+
"build:tailwind": "pnpm dlx @tailwindcss/cli -i ./src/styles/input.css -o ./dist/styles.css",
|
|
35
35
|
"commit": "git add . && git commit",
|
|
36
36
|
"commit:skip": "git add . && git commit --no-verify",
|
|
37
37
|
"cz": "cz",
|
|
@@ -44,41 +44,41 @@
|
|
|
44
44
|
"storybook": "concurrently 'pnpm:watch:*'",
|
|
45
45
|
"test": "vitest run",
|
|
46
46
|
"watch:storybook": "storybook dev -p 6006",
|
|
47
|
-
"watch:tailwind": "
|
|
47
|
+
"watch:tailwind": "pnpm dlx @tailwindcss/cli -i ./src/styles/input.css -o ./src/styles/output.css --watch"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@base-ui/react": "^1.4.1",
|
|
51
51
|
"@dnd-kit/dom": "^0.4.0",
|
|
52
52
|
"@dnd-kit/react": "^0.4.0",
|
|
53
53
|
"@phosphor-icons/react": "^2.1.10",
|
|
54
|
-
"@tailwindcss/cli": "^4.
|
|
55
|
-
"@tailwindcss/vite": "^4.
|
|
56
|
-
"@tanstack/react-form": "^1.
|
|
54
|
+
"@tailwindcss/cli": "^4.3.0",
|
|
55
|
+
"@tailwindcss/vite": "^4.3.0",
|
|
56
|
+
"@tanstack/react-form": "^1.31.0",
|
|
57
57
|
"@tanstack/react-table": "^8.21.3",
|
|
58
58
|
"class-variance-authority": "^0.7.1",
|
|
59
59
|
"clsx": "^2.1.1",
|
|
60
60
|
"react-resizable-panels": "^4.11.0",
|
|
61
61
|
"tailwind-merge": "^3.5.0",
|
|
62
|
-
"tailwindcss": "^4.
|
|
62
|
+
"tailwindcss": "^4.3.0",
|
|
63
63
|
"tw-animate-css": "^1.4.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@chromatic-com/storybook": "^5.1.2",
|
|
67
|
-
"@commitlint/cli": "^
|
|
68
|
-
"@commitlint/config-conventional": "^
|
|
67
|
+
"@commitlint/cli": "^21.0.0",
|
|
68
|
+
"@commitlint/config-conventional": "^21.0.0",
|
|
69
69
|
"@faker-js/faker": "^10.4.0",
|
|
70
70
|
"@semantic-release/changelog": "^6.0.3",
|
|
71
71
|
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
72
72
|
"@semantic-release/git": "^10.0.1",
|
|
73
|
-
"@semantic-release/github": "^12.0.
|
|
73
|
+
"@semantic-release/github": "^12.0.8",
|
|
74
74
|
"@semantic-release/npm": "^13.1.5",
|
|
75
|
-
"@semantic-release/release-notes-generator": "^14.1.
|
|
75
|
+
"@semantic-release/release-notes-generator": "^14.1.1",
|
|
76
76
|
"@storybook/addon-a11y": "^10.3.6",
|
|
77
77
|
"@storybook/addon-docs": "^10.3.6",
|
|
78
78
|
"@storybook/addon-themes": "^10.3.6",
|
|
79
79
|
"@storybook/addon-vitest": "^10.3.6",
|
|
80
80
|
"@storybook/react-vite": "^10.3.6",
|
|
81
|
-
"@tailwindcss/node": "^4.
|
|
81
|
+
"@tailwindcss/node": "^4.3.0",
|
|
82
82
|
"@types/node": "^25.6.2",
|
|
83
83
|
"@types/react": "^19.2.14",
|
|
84
84
|
"@types/react-dom": "^19.2.3",
|
|
@@ -91,10 +91,10 @@
|
|
|
91
91
|
"globals": "^17.6.0",
|
|
92
92
|
"jsdom": "^29.1.1",
|
|
93
93
|
"lefthook": "^2.1.6",
|
|
94
|
-
"lint-staged": "^17.0.
|
|
94
|
+
"lint-staged": "^17.0.4",
|
|
95
95
|
"oxfmt": "^0.48.0",
|
|
96
96
|
"oxlint": "^1.63.0",
|
|
97
|
-
"oxlint-tailwindcss": "^0.7.
|
|
97
|
+
"oxlint-tailwindcss": "^0.7.1",
|
|
98
98
|
"oxlint-tsgolint": "^0.22.1",
|
|
99
99
|
"playwright": "^1.59.1",
|
|
100
100
|
"semantic-release": "^25.0.3",
|