@accelint/design-system 1.1.7 → 1.1.9
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/components/aria/index.d.ts +4 -4
- package/dist/components/button/index.js +2 -2
- package/dist/components/button/index.js.map +1 -1
- package/dist/components/checkbox/index.js +7 -11
- package/dist/components/checkbox/index.js.map +1 -1
- package/dist/components/chip/index.js +2 -2
- package/dist/components/chip/index.js.map +1 -1
- package/dist/components/combo-box/index.js +2 -6
- package/dist/components/combo-box/index.js.map +1 -1
- package/dist/components/date-field/index.js +2 -2
- package/dist/components/date-field/index.js.map +1 -1
- package/dist/components/date-input/index.js +4 -4
- package/dist/components/date-input/index.js.map +1 -1
- package/dist/components/dialog/index.js +2 -2
- package/dist/components/dialog/index.js.map +1 -1
- package/dist/components/drawer/index.js +4 -4
- package/dist/components/drawer/index.js.map +1 -1
- package/dist/components/element/index.js +3 -7
- package/dist/components/element/index.js.map +1 -1
- package/dist/components/element/types.d.ts +4 -2
- package/dist/components/group/index.js +4 -4
- package/dist/components/group/index.js.map +1 -1
- package/dist/components/icon/index.js +2 -2
- package/dist/components/icon/index.js.map +1 -1
- package/dist/components/input/index.js +10 -10
- package/dist/components/input/index.js.map +1 -1
- package/dist/components/menu/index.js +9 -9
- package/dist/components/menu/index.js.map +1 -1
- package/dist/components/number-field/index.js +2 -2
- package/dist/components/number-field/index.js.map +1 -1
- package/dist/components/options/index.js +11 -17
- package/dist/components/options/index.js.map +1 -1
- package/dist/components/picker/index.js +6 -10
- package/dist/components/picker/index.js.map +1 -1
- package/dist/components/popover/index.js +2 -6
- package/dist/components/popover/index.js.map +1 -1
- package/dist/components/radio/index.js +4 -4
- package/dist/components/radio/index.js.map +1 -1
- package/dist/components/search-field/index.js +2 -2
- package/dist/components/search-field/index.js.map +1 -1
- package/dist/components/select/index.d.ts +1 -1
- package/dist/components/select/index.js +2 -2
- package/dist/components/select/index.js.map +1 -1
- package/dist/components/slider/index.js +10 -10
- package/dist/components/slider/index.js.map +1 -1
- package/dist/components/switch/index.js +2 -2
- package/dist/components/switch/index.js.map +1 -1
- package/dist/components/tabs/index.js +10 -18
- package/dist/components/tabs/index.js.map +1 -1
- package/dist/components/tabs/tabs.css.d.ts +2 -0
- package/dist/components/tabs/tabs.css.js +2 -2
- package/dist/components/tabs/tabs.css.js.map +1 -1
- package/dist/components/text-field/index.js +2 -2
- package/dist/components/text-field/index.js.map +1 -1
- package/dist/components/textarea/index.js +8 -8
- package/dist/components/textarea/index.js.map +1 -1
- package/dist/components/time-field/index.js +2 -2
- package/dist/components/time-field/index.js.map +1 -1
- package/dist/components/tooltip/index.js +5 -9
- package/dist/components/tooltip/index.js.map +1 -1
- package/dist/components/tree/index.js +2 -2
- package/dist/components/tree/index.js.map +1 -1
- package/dist/index.css +30 -30
- package/dist/ladle/actions.js.map +1 -1
- package/dist/styles/layers.css.d.ts +3 -3
- package/dist/test/setup.js +4 -4
- package/dist/test/setup.js.map +1 -1
- package/package.json +43 -43
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@accelint/design-system",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.9",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -42,63 +42,63 @@
|
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@internationalized/date": "^3.
|
|
46
|
-
"@react-aria/collections": "
|
|
47
|
-
"@react-aria/datepicker": "
|
|
48
|
-
"@react-aria/dnd": "
|
|
49
|
-
"@react-aria/focus": "
|
|
50
|
-
"@react-aria/i18n": "
|
|
51
|
-
"@react-aria/interactions": "
|
|
52
|
-
"@react-aria/menu": "
|
|
53
|
-
"@react-aria/overlays": "
|
|
54
|
-
"@react-aria/ssr": "
|
|
55
|
-
"@react-aria/utils": "
|
|
56
|
-
"@react-stately/data": "
|
|
57
|
-
"@react-stately/datepicker": "
|
|
58
|
-
"@react-stately/overlays": "
|
|
59
|
-
"@react-stately/utils": "
|
|
60
|
-
"@react-types/shared": "
|
|
61
|
-
"react": "19.0.
|
|
62
|
-
"react-aria-components": "1.12.
|
|
63
|
-
"react-dom": "19.0.
|
|
45
|
+
"@internationalized/date": "^3.10.0",
|
|
46
|
+
"@react-aria/collections": "^3.0.0",
|
|
47
|
+
"@react-aria/datepicker": "^3.14.0",
|
|
48
|
+
"@react-aria/dnd": "^3.11.0",
|
|
49
|
+
"@react-aria/focus": "^3.20.0",
|
|
50
|
+
"@react-aria/i18n": "^3.12.0",
|
|
51
|
+
"@react-aria/interactions": "^3.26.0",
|
|
52
|
+
"@react-aria/menu": "^3.19.0",
|
|
53
|
+
"@react-aria/overlays": "^3.29.0",
|
|
54
|
+
"@react-aria/ssr": "^3.9.0",
|
|
55
|
+
"@react-aria/utils": "^3.29.0",
|
|
56
|
+
"@react-stately/data": "^3.13.0",
|
|
57
|
+
"@react-stately/datepicker": "^3.14.0",
|
|
58
|
+
"@react-stately/overlays": "^3.6.0",
|
|
59
|
+
"@react-stately/utils": "^3.10.0",
|
|
60
|
+
"@react-types/shared": "^3.32.0",
|
|
61
|
+
"react": "~19.0.0",
|
|
62
|
+
"react-aria-components": "^1.12.0",
|
|
63
|
+
"react-dom": "~19.0.0",
|
|
64
64
|
"react-querybuilder": "^8.10.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@accelint/biome-config": "1.0
|
|
68
|
-
"@accelint/typescript-config": "0.1.4",
|
|
69
|
-
"@accelint/vitest-config": "0.1.6",
|
|
67
|
+
"@accelint/biome-config": "^1.1.0",
|
|
68
|
+
"@accelint/typescript-config": "^0.1.4",
|
|
69
|
+
"@accelint/vitest-config": "^0.1.6",
|
|
70
70
|
"@fontsource-variable/roboto-flex": "^5.2.8",
|
|
71
71
|
"@fontsource-variable/roboto-mono": "^5.2.8",
|
|
72
72
|
"@ladle/react": "^5.1.1",
|
|
73
|
-
"@testing-library/dom": "10.4.1",
|
|
74
|
-
"@testing-library/jest-dom": "6.9.1",
|
|
75
|
-
"@testing-library/react": "16.3.
|
|
76
|
-
"@testing-library/user-event": "14.6.1",
|
|
77
|
-
"@types/lodash": "4.17.
|
|
78
|
-
"@types/react": "19.0.
|
|
79
|
-
"@types/react-dom": "19.0.
|
|
73
|
+
"@testing-library/dom": "^10.4.1",
|
|
74
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
75
|
+
"@testing-library/react": "^16.3.2",
|
|
76
|
+
"@testing-library/user-event": "^14.6.1",
|
|
77
|
+
"@types/lodash": "^4.17.23",
|
|
78
|
+
"@types/react": "^19.0.14",
|
|
79
|
+
"@types/react-dom": "^19.0.6",
|
|
80
80
|
"@vanilla-extract/esbuild-plugin": "^2.3.21",
|
|
81
81
|
"@vanilla-extract/vite-plugin": "^5.1.4",
|
|
82
|
-
"autoprefixer": "10.4.
|
|
83
|
-
"esbuild-plugin-file-path-extensions": "2.1.4",
|
|
84
|
-
"esbuild-plugin-lodash": "1.2.0",
|
|
85
|
-
"jsdom": "25.0.1",
|
|
86
|
-
"postcss": "8.
|
|
87
|
-
"react-querybuilder": "^8.
|
|
88
|
-
"tsup": "8.5.1",
|
|
89
|
-
"vite": "
|
|
90
|
-
"vitest": "4.0.
|
|
82
|
+
"autoprefixer": "^10.4.24",
|
|
83
|
+
"esbuild-plugin-file-path-extensions": "^2.1.4",
|
|
84
|
+
"esbuild-plugin-lodash": "^1.2.0",
|
|
85
|
+
"jsdom": "^25.0.1",
|
|
86
|
+
"postcss": "^8.5.6",
|
|
87
|
+
"react-querybuilder": "^8.14.0",
|
|
88
|
+
"tsup": "^8.5.1",
|
|
89
|
+
"vite": "^7.3.1",
|
|
90
|
+
"vitest": "^4.0.18"
|
|
91
91
|
},
|
|
92
92
|
"dependencies": {
|
|
93
|
-
"@accelint/converters": "0.
|
|
93
|
+
"@accelint/converters": "0.4.0",
|
|
94
94
|
"@accelint/core": "0.5.2",
|
|
95
95
|
"@vanilla-extract/css": "1.18.0",
|
|
96
96
|
"@vanilla-extract/dynamic": "2.1.5",
|
|
97
97
|
"clsx": "2.1.1",
|
|
98
|
-
"lodash": "4.17.
|
|
99
|
-
"type-fest": "4.
|
|
98
|
+
"lodash": "4.17.23",
|
|
99
|
+
"type-fest": "5.4.4",
|
|
100
100
|
"typescript": "5.9.3",
|
|
101
|
-
"zod": "4.3.
|
|
101
|
+
"zod": "4.3.6"
|
|
102
102
|
},
|
|
103
103
|
"$schema": "https://json.schemastore.org/package",
|
|
104
104
|
"author": "https://hypergiant.com",
|