@accelint/design-system 1.1.6 → 1.1.7

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 (33) hide show
  1. package/dist/components/button/button.css.d.ts +24 -24
  2. package/dist/components/checkbox/checkbox.css.d.ts +23 -23
  3. package/dist/components/chip/chip.css.d.ts +18 -18
  4. package/dist/components/combo-box/combo-box.css.d.ts +9 -9
  5. package/dist/components/date-field/date-field.css.d.ts +17 -17
  6. package/dist/components/date-input/date-input.css.d.ts +25 -25
  7. package/dist/components/dialog/dialog.css.d.ts +15 -15
  8. package/dist/components/drawer/drawer.css.d.ts +16 -16
  9. package/dist/components/group/group.css.d.ts +7 -7
  10. package/dist/components/icon/icon.css.d.ts +9 -9
  11. package/dist/components/input/input.css.d.ts +20 -20
  12. package/dist/components/menu/menu.css.d.ts +42 -42
  13. package/dist/components/number-field/number-field.css.d.ts +11 -11
  14. package/dist/components/options/options.css.d.ts +44 -44
  15. package/dist/components/picker/picker.css.d.ts +18 -18
  16. package/dist/components/popover/popover.css.d.ts +12 -12
  17. package/dist/components/query-builder/query-builder.css.d.ts +53 -53
  18. package/dist/components/radio/radio.css.d.ts +22 -22
  19. package/dist/components/search-field/search-field.css.d.ts +9 -9
  20. package/dist/components/select/select.css.d.ts +12 -12
  21. package/dist/components/slider/slider.css.d.ts +27 -27
  22. package/dist/components/switch/switch.css.d.ts +16 -16
  23. package/dist/components/tabs/tabs.css.d.ts +25 -25
  24. package/dist/components/text-field/text-field.css.d.ts +8 -8
  25. package/dist/components/textarea/textarea.css.d.ts +22 -22
  26. package/dist/components/time-field/time-field.css.d.ts +17 -17
  27. package/dist/components/tooltip/tooltip.css.d.ts +11 -11
  28. package/dist/components/tree/tree.css.d.ts +45 -45
  29. package/dist/styles/theme.css.d.ts +200 -200
  30. package/dist/test/setup.js +143 -22
  31. package/dist/test/setup.js.map +1 -1
  32. package/dist/utils/css/index.d.ts +1 -1
  33. package/package.json +14 -14
@@ -31,7 +31,7 @@ declare function computeContract<T extends Contract>(contract: T, css: CSSStyleD
31
31
  * The contract provides a lookup for CSS vars
32
32
  * The values are expected to partially match the contract shapeForm
33
33
  */
34
- declare function reduceContract<T extends Contract, U>(contract: T, values: PartialMapLeafNodes<T, U>): Record<`var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`, U>;
34
+ declare function reduceContract<T extends Contract, U>(contract: T, values: PartialMapLeafNodes<T, U>): Record<`var(--${string})`, U>;
35
35
  /**
36
36
  * Reduce contract and values into Vanilla Extract friendly CSS vars
37
37
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@accelint/design-system",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "private": false,
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -48,7 +48,7 @@
48
48
  "@react-aria/dnd": "~3.11.2",
49
49
  "@react-aria/focus": "~3.20.5",
50
50
  "@react-aria/i18n": "~3.12.10",
51
- "@react-aria/interactions": "^3.25.3",
51
+ "@react-aria/interactions": "~3.26.0",
52
52
  "@react-aria/menu": "~3.19.3",
53
53
  "@react-aria/overlays": "~3.29.1",
54
54
  "@react-aria/ssr": "~3.9.10",
@@ -70,35 +70,35 @@
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.0",
74
- "@testing-library/jest-dom": "6.6.3",
75
- "@testing-library/react": "16.3.0",
73
+ "@testing-library/dom": "10.4.1",
74
+ "@testing-library/jest-dom": "6.9.1",
75
+ "@testing-library/react": "16.3.1",
76
76
  "@testing-library/user-event": "14.6.1",
77
77
  "@types/lodash": "4.17.10",
78
78
  "@types/react": "19.0.0",
79
79
  "@types/react-dom": "19.0.0",
80
- "@vanilla-extract/esbuild-plugin": "^2.3.18",
81
- "@vanilla-extract/vite-plugin": "^5.1.1",
82
- "autoprefixer": "10.4.20",
83
- "esbuild-plugin-file-path-extensions": "2.1.3",
80
+ "@vanilla-extract/esbuild-plugin": "^2.3.21",
81
+ "@vanilla-extract/vite-plugin": "^5.1.4",
82
+ "autoprefixer": "10.4.23",
83
+ "esbuild-plugin-file-path-extensions": "2.1.4",
84
84
  "esbuild-plugin-lodash": "1.2.0",
85
85
  "jsdom": "25.0.1",
86
86
  "postcss": "8.4.47",
87
87
  "react-querybuilder": "^8.10.0",
88
- "tsup": "8.5.0",
89
- "vite": "~7.3.0",
88
+ "tsup": "8.5.1",
89
+ "vite": "~7.3.1",
90
90
  "vitest": "4.0.16"
91
91
  },
92
92
  "dependencies": {
93
93
  "@accelint/converters": "0.3.6",
94
94
  "@accelint/core": "0.5.2",
95
- "@vanilla-extract/css": "1.16.0",
96
- "@vanilla-extract/dynamic": "2.1.2",
95
+ "@vanilla-extract/css": "1.18.0",
96
+ "@vanilla-extract/dynamic": "2.1.5",
97
97
  "clsx": "2.1.1",
98
98
  "lodash": "4.17.21",
99
99
  "type-fest": "4.41.0",
100
100
  "typescript": "5.9.3",
101
- "zod": "4.1.12"
101
+ "zod": "4.3.5"
102
102
  },
103
103
  "$schema": "https://json.schemastore.org/package",
104
104
  "author": "https://hypergiant.com",