dawn-ui-react 1.0.0-alpha.2 → 1.0.0-alpha.21

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 (157) hide show
  1. package/dist/CompositeItem-CH9gluPn.js +45 -0
  2. package/dist/CompositeListContext-DMNULDos.js +15 -0
  3. package/dist/FieldItemContext-D1iEutzE.js +9 -0
  4. package/dist/FormContext-DmYxHG1e.js +26 -0
  5. package/dist/{Input-DXDwtOqf.js → Input-DXQc6T_w.js} +16 -10
  6. package/dist/LabelableContext-mL6rBiul.js +85 -0
  7. package/dist/RadioGroupContext-zHzEliyD.js +9 -0
  8. package/dist/clamp-63kvPeUJ.js +801 -0
  9. package/dist/{cn-CXogf8HW.js → cn-BSNuKelt.js} +349 -307
  10. package/dist/components/badge/badge.d.ts +1 -1
  11. package/dist/components/badge/badge.types.d.ts +1 -0
  12. package/dist/components/chart/chart-container.d.ts +5 -0
  13. package/dist/components/chart/chart-legend-content.d.ts +8 -0
  14. package/dist/components/chart/chart-legend-icon.d.ts +2 -0
  15. package/dist/components/chart/chart-legend-indicator.d.ts +2 -0
  16. package/dist/components/chart/chart-legend-label.d.ts +2 -0
  17. package/dist/components/chart/chart-legend.d.ts +2 -0
  18. package/dist/components/chart/chart-linear-gradient.d.ts +2 -0
  19. package/dist/components/chart/chart-tooltip-content.d.ts +3 -0
  20. package/dist/components/chart/chart-tooltip-icon.d.ts +2 -0
  21. package/dist/components/chart/chart-tooltip-indicator.d.ts +2 -0
  22. package/dist/components/chart/chart-tooltip-label.d.ts +2 -0
  23. package/dist/components/chart/chart-tooltip-name.d.ts +2 -0
  24. package/dist/components/chart/chart-tooltip-payload.d.ts +4 -0
  25. package/dist/components/chart/chart-tooltip-value.d.ts +2 -0
  26. package/dist/components/chart/chart-tooltip.d.ts +2 -0
  27. package/dist/components/chart/chart.types.d.ts +50 -0
  28. package/dist/components/chart/chart.utils.d.ts +11 -0
  29. package/dist/components/chart/index.d.ts +19 -0
  30. package/dist/components/code-block/code-block-actions.d.ts +2 -0
  31. package/dist/components/code-block/code-block-copy.d.ts +2 -0
  32. package/dist/components/code-block/code-block-download.d.ts +2 -0
  33. package/dist/components/code-block/code-block-header.d.ts +3 -0
  34. package/dist/components/code-block/code-block-name.d.ts +2 -0
  35. package/dist/components/code-block/code-block-select.d.ts +2 -0
  36. package/dist/components/code-block/code-block-tabs.d.ts +2 -0
  37. package/dist/components/code-block/code-block-window.d.ts +2 -0
  38. package/dist/components/code-block/code-block.d.ts +3 -0
  39. package/dist/components/code-block/code-block.types.d.ts +26 -0
  40. package/dist/components/code-block/index.d.ts +10 -0
  41. package/dist/components/combobox/combobox-virtualized-list.d.ts +2 -0
  42. package/dist/components/combobox/combobox.types.d.ts +9 -0
  43. package/dist/components/combobox/index.d.ts +2 -1
  44. package/dist/components/dialog/index.d.ts +1 -1
  45. package/dist/components/drawer/drawer-close.d.ts +2 -0
  46. package/dist/components/drawer/drawer-content.d.ts +2 -0
  47. package/dist/components/drawer/drawer-description.d.ts +2 -0
  48. package/dist/components/drawer/drawer-header.d.ts +2 -0
  49. package/dist/components/drawer/drawer-popup.d.ts +2 -0
  50. package/dist/components/drawer/drawer-provider.d.ts +2 -0
  51. package/dist/components/drawer/drawer-title.d.ts +2 -0
  52. package/dist/components/drawer/drawer-trigger.d.ts +2 -0
  53. package/dist/components/drawer/drawer.d.ts +2 -0
  54. package/dist/components/drawer/drawer.types.d.ts +10 -0
  55. package/dist/components/drawer/index.d.ts +10 -0
  56. package/dist/components/field/field-radio.d.ts +2 -0
  57. package/dist/components/field/field-set.d.ts +2 -0
  58. package/dist/components/field/field.types.d.ts +3 -1
  59. package/dist/components/field/index.d.ts +5 -1
  60. package/dist/components/form/form-context.d.ts +56 -14
  61. package/dist/components/index.d.ts +3 -0
  62. package/dist/components/input/input.d.ts +1 -1
  63. package/dist/components/input/input.types.d.ts +3 -1
  64. package/dist/components/input-otp/index.d.ts +2 -1
  65. package/dist/components/input-otp/input-otp-separator.d.ts +2 -0
  66. package/dist/components/input-otp/input-otp-slot.d.ts +1 -1
  67. package/dist/components/input-otp/input-otp.types.d.ts +4 -3
  68. package/dist/components/layer-tree/index.d.ts +5 -1
  69. package/dist/components/layer-tree/layer-tree-body.d.ts +1 -1
  70. package/dist/components/layer-tree/layer-tree-footer.d.ts +2 -0
  71. package/dist/components/layer-tree/layer-tree-node-toggle.d.ts +1 -1
  72. package/dist/components/layer-tree/layer-tree-node.d.ts +1 -1
  73. package/dist/components/layer-tree/layer-tree-row.d.ts +1 -1
  74. package/dist/components/layer-tree/layer-tree-search.d.ts +1 -1
  75. package/dist/components/layer-tree/layer-tree-sort.d.ts +2 -0
  76. package/dist/components/layer-tree/layer-tree-utils.d.ts +83 -0
  77. package/dist/components/layer-tree/layer-tree.d.ts +5 -3
  78. package/dist/components/layer-tree/layer-tree.types.d.ts +26 -13
  79. package/dist/components/number-field/number-field.d.ts +1 -1
  80. package/dist/components/popover/index.d.ts +2 -1
  81. package/dist/components/popover/popover-button.d.ts +2 -0
  82. package/dist/components/popover/popover.types.d.ts +2 -0
  83. package/dist/components/profile/index.d.ts +5 -1
  84. package/dist/components/profile/profile-action.d.ts +2 -0
  85. package/dist/components/profile/profile-content.d.ts +2 -0
  86. package/dist/components/profile/profile-name.d.ts +2 -0
  87. package/dist/components/profile/profile-subname.d.ts +2 -0
  88. package/dist/components/profile/profile.d.ts +1 -1
  89. package/dist/components/profile/profile.types.d.ts +6 -14
  90. package/dist/components/scroll-area/scroll-area.d.ts +1 -1
  91. package/dist/components/scroll-area/scroll-area.types.d.ts +6 -2
  92. package/dist/components/select/select.types.d.ts +5 -0
  93. package/dist/components/separator/separator.d.ts +1 -1
  94. package/dist/components/separator/separator.types.d.ts +3 -1
  95. package/dist/components/slider/slider.d.ts +1 -1
  96. package/dist/components/slider/slider.types.d.ts +7 -1
  97. package/dist/components/table/index.d.ts +18 -3
  98. package/dist/components/table/table-body-grid.d.ts +2 -0
  99. package/dist/components/table/table-body-list.d.ts +2 -0
  100. package/dist/components/table/table-change-view.d.ts +1 -3
  101. package/dist/components/table/table-column-toggle.d.ts +2 -0
  102. package/dist/components/table/table-container.d.ts +2 -0
  103. package/dist/components/table/table-data-set-select.d.ts +2 -0
  104. package/dist/components/table/table-data-set-tabs.d.ts +2 -0
  105. package/dist/components/table/table-filter-form.d.ts +3 -0
  106. package/dist/components/table/table-filter.d.ts +1 -1
  107. package/dist/components/table/table-filters.d.ts +2 -0
  108. package/dist/components/table/table-header.d.ts +1 -1
  109. package/dist/components/table/table-pagination.d.ts +1 -1
  110. package/dist/components/table/table-paging.d.ts +2 -0
  111. package/dist/components/table/table-row-grid.d.ts +1 -1
  112. package/dist/components/table/table-row-list.d.ts +1 -1
  113. package/dist/components/table/table-sort.d.ts +1 -1
  114. package/dist/components/table/table-toolbar.d.ts +2 -0
  115. package/dist/components/table/table.constants.d.ts +64 -0
  116. package/dist/components/table/table.d.ts +14 -5
  117. package/dist/components/table/table.types.d.ts +73 -15
  118. package/dist/components/table/table.utils.d.ts +4 -0
  119. package/dist/components/tabs/tabs.d.ts +1 -1
  120. package/dist/components/tabs/tabs.types.d.ts +4 -1
  121. package/dist/components/toggle-group/toggle-group.d.ts +1 -1
  122. package/dist/components/toggle-group/toggle-group.types.d.ts +1 -0
  123. package/dist/composite-8Z1YCmUf.js +161 -0
  124. package/dist/composite-DTxBFZq_.js +328 -0
  125. package/dist/createBaseUIEventDetails-BHkB1IRT.js +36 -0
  126. package/dist/dawn-ui-react.js +38102 -11554
  127. package/dist/dawn-ui-react.umd.cjs +176 -27
  128. package/dist/{form-context-DqrRdk0d.js → form-context-CpevRrMx.js} +541 -515
  129. package/dist/input.types-DDZuq7AK.js +21 -0
  130. package/dist/label-C57cQsPN.js +50 -0
  131. package/dist/owner-CZ-bExcn.js +6 -0
  132. package/dist/serializeValue-DadF0djs.js +12 -0
  133. package/dist/shadowDom-nxuQhD_O.js +25 -0
  134. package/dist/styles.css +149 -118
  135. package/dist/useBaseUiId-DJ56dhex.js +25 -0
  136. package/dist/useCompositeListItem-CuKiOJnK.js +53 -0
  137. package/dist/useControlled-kefeIBTp.js +48 -0
  138. package/dist/useLabelableId-Cb5S9nao.js +39 -0
  139. package/dist/useOpenChangeComplete-D1bYAEWf.js +178 -0
  140. package/dist/useRegisterFieldControl-I4gdfodR.js +27 -0
  141. package/dist/visuallyHidden-C0MRt467.js +21 -0
  142. package/package.json +42 -37
  143. package/dist/clamp-CYKyjuJR.js +0 -3033
  144. package/dist/components/table/table-body.d.ts +0 -2
  145. package/dist/field-description-BDRJXMS8.js +0 -12
  146. package/dist/field-errors-DVQtEKG3.js +0 -19
  147. package/dist/field-input-Doplzz0V.js +0 -58
  148. package/dist/field-input-group-CzX_hAjq.js +0 -18
  149. package/dist/field-input-group-input-micw-J2Y.js +0 -20
  150. package/dist/field-label-C2atREm0.js +0 -16
  151. package/dist/field-select--mY7GbNz.js +0 -2149
  152. package/dist/field-slider-D54-Z8Ds.js +0 -2167
  153. package/dist/input-group-DgFUfXr7.js +0 -12
  154. package/dist/input-group-input-DNZQ6g-3.js +0 -11
  155. package/dist/input.types-D8b-1Bcm.js +0 -21
  156. package/dist/rolldown-runtime-CAFD8bLK.js +0 -11
  157. package/dist/useLabelableId-BaWKrZ8_.js +0 -271
@@ -0,0 +1,178 @@
1
+ import { Q as e, X as t, Z as n } from "./form-context-CpevRrMx.js";
2
+ import * as r from "react";
3
+ import * as i from "react-dom";
4
+ //#region node_modules/.pnpm/@base-ui+utils@0.2.8_@types+react@19.2.14_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@base-ui/utils/esm/useOnMount.js
5
+ var a = [];
6
+ function o(e) {
7
+ r.useEffect(e, a);
8
+ }
9
+ //#endregion
10
+ //#region node_modules/.pnpm/@base-ui+utils@0.2.8_@types+react@19.2.14_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@base-ui/utils/esm/useAnimationFrame.js
11
+ var s = null, c = globalThis.requestAnimationFrame, l = new class {
12
+ callbacks = [];
13
+ callbacksCount = 0;
14
+ nextId = 1;
15
+ startId = 1;
16
+ isScheduled = !1;
17
+ tick = (e) => {
18
+ this.isScheduled = !1;
19
+ let t = this.callbacks, n = this.callbacksCount;
20
+ if (this.callbacks = [], this.callbacksCount = 0, this.startId = this.nextId, n > 0) for (let n = 0; n < t.length; n += 1) t[n]?.(e);
21
+ };
22
+ request(e) {
23
+ let t = this.nextId;
24
+ this.nextId += 1, this.callbacks.push(e), this.callbacksCount += 1;
25
+ let n = process.env.NODE_ENV !== "production" && c !== requestAnimationFrame && (c = requestAnimationFrame, !0);
26
+ return (!this.isScheduled || n) && (requestAnimationFrame(this.tick), this.isScheduled = !0), t;
27
+ }
28
+ cancel(e) {
29
+ let t = e - this.startId;
30
+ t < 0 || t >= this.callbacks.length || (this.callbacks[t] = null, --this.callbacksCount);
31
+ }
32
+ }(), u = class e {
33
+ static create() {
34
+ return new e();
35
+ }
36
+ static request(e) {
37
+ return l.request(e);
38
+ }
39
+ static cancel(e) {
40
+ return l.cancel(e);
41
+ }
42
+ currentId = s;
43
+ request(e) {
44
+ this.cancel(), this.currentId = l.request(() => {
45
+ this.currentId = s, e();
46
+ });
47
+ }
48
+ cancel = () => {
49
+ this.currentId !== s && (l.cancel(this.currentId), this.currentId = s);
50
+ };
51
+ disposeEffect = () => this.cancel;
52
+ };
53
+ function d() {
54
+ let t = e(u.create).current;
55
+ return o(t.disposeEffect), t;
56
+ }
57
+ //#endregion
58
+ //#region node_modules/.pnpm/@base-ui+react@1.4.1_@types+react@19.2.14_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@base-ui/react/esm/utils/resolveRef.js
59
+ function f(e) {
60
+ return e == null ? e : "current" in e ? e.current : e;
61
+ }
62
+ //#endregion
63
+ //#region node_modules/.pnpm/@base-ui+react@1.4.1_@types+react@19.2.14_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@base-ui/react/esm/internals/stateAttributesMapping.js
64
+ var p = /* @__PURE__ */ function(e) {
65
+ return e.startingStyle = "data-starting-style", e.endingStyle = "data-ending-style", e;
66
+ }({}), m = { [p.startingStyle]: "" }, h = { [p.endingStyle]: "" }, g = { transitionStatus(e) {
67
+ return e === "starting" ? m : e === "ending" ? h : null;
68
+ } };
69
+ //#endregion
70
+ //#region node_modules/.pnpm/@base-ui+react@1.4.1_@types+react@19.2.14_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@base-ui/react/esm/internals/useAnimationsFinished.js
71
+ function _(e, t = !1, r = !0) {
72
+ let a = d();
73
+ return n((n, o = null) => {
74
+ a.cancel();
75
+ let s = f(e);
76
+ if (s == null) return;
77
+ let c = s, l = () => {
78
+ i.flushSync(n);
79
+ };
80
+ if (typeof c.getAnimations != "function" || globalThis.BASE_UI_ANIMATIONS_DISABLED) {
81
+ n();
82
+ return;
83
+ }
84
+ function u() {
85
+ Promise.all(c.getAnimations().map((e) => e.finished)).then(() => {
86
+ o?.aborted || l();
87
+ }).catch(() => {
88
+ if (r) {
89
+ o?.aborted || l();
90
+ return;
91
+ }
92
+ let e = c.getAnimations();
93
+ !o?.aborted && e.length > 0 && e.some((e) => e.pending || e.playState !== "finished") && u();
94
+ });
95
+ }
96
+ if (t) {
97
+ let e = p.startingStyle;
98
+ if (!c.hasAttribute(e)) {
99
+ a.request(u);
100
+ return;
101
+ }
102
+ let t = new MutationObserver(() => {
103
+ c.hasAttribute(e) || (t.disconnect(), u());
104
+ });
105
+ t.observe(c, {
106
+ attributes: !0,
107
+ attributeFilter: [e]
108
+ }), o?.addEventListener("abort", () => t.disconnect(), { once: !0 });
109
+ return;
110
+ }
111
+ a.request(u);
112
+ });
113
+ }
114
+ //#endregion
115
+ //#region node_modules/.pnpm/@base-ui+react@1.4.1_@types+react@19.2.14_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@base-ui/react/esm/internals/useTransitionStatus.js
116
+ function v(e, n = !1, i = !1) {
117
+ let [a, o] = r.useState(e && n ? "idle" : void 0), [s, c] = r.useState(e);
118
+ return e && !s && (c(!0), o("starting")), !e && s && a !== "ending" && !i && o("ending"), !e && !s && a === "ending" && o(void 0), t(() => {
119
+ if (!e && s && a !== "ending" && i) {
120
+ let e = u.request(() => {
121
+ o("ending");
122
+ });
123
+ return () => {
124
+ u.cancel(e);
125
+ };
126
+ }
127
+ }, [
128
+ e,
129
+ s,
130
+ a,
131
+ i
132
+ ]), t(() => {
133
+ if (!e || n) return;
134
+ let t = u.request(() => {
135
+ o(void 0);
136
+ });
137
+ return () => {
138
+ u.cancel(t);
139
+ };
140
+ }, [n, e]), t(() => {
141
+ if (!e || !n) return;
142
+ e && s && a !== "idle" && o("starting");
143
+ let t = u.request(() => {
144
+ o("idle");
145
+ });
146
+ return () => {
147
+ u.cancel(t);
148
+ };
149
+ }, [
150
+ n,
151
+ e,
152
+ s,
153
+ a
154
+ ]), {
155
+ mounted: s,
156
+ setMounted: c,
157
+ transitionStatus: a
158
+ };
159
+ }
160
+ //#endregion
161
+ //#region node_modules/.pnpm/@base-ui+react@1.4.1_@types+react@19.2.14_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@base-ui/react/esm/internals/useOpenChangeComplete.js
162
+ function y(e) {
163
+ let { enabled: t = !0, open: i, ref: a, onComplete: o } = e, s = n(o), c = _(a, i, !1);
164
+ r.useEffect(() => {
165
+ if (!t) return;
166
+ let e = new AbortController();
167
+ return c(s, e.signal), () => {
168
+ e.abort();
169
+ };
170
+ }, [
171
+ t,
172
+ i,
173
+ s,
174
+ c
175
+ ]);
176
+ }
177
+ //#endregion
178
+ export { g as a, d as c, p as i, o as l, v as n, f as o, _ as r, u as s, y as t };
@@ -0,0 +1,27 @@
1
+ import { X as e } from "./form-context-CpevRrMx.js";
2
+ import { n as t } from "./LabelableContext-mL6rBiul.js";
3
+ import * as n from "react";
4
+ //#region node_modules/.pnpm/@base-ui+react@1.4.1_@types+react@19.2.14_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@base-ui/react/esm/internals/field-register-control/useRegisterFieldControl.js
5
+ function r(r, i) {
6
+ let { enabled: a = !0, getValue: o, id: s, value: c } = i, { registerFieldControl: l } = t(), u = n.useRef(null);
7
+ u.current ||= Symbol(), e(() => {
8
+ let e = u.current;
9
+ if (!(!e || !a)) return l(e, {
10
+ controlRef: r,
11
+ getValue: o,
12
+ id: s,
13
+ value: c
14
+ }), () => {
15
+ l(e, void 0);
16
+ };
17
+ }, [
18
+ r,
19
+ a,
20
+ o,
21
+ s,
22
+ l,
23
+ c
24
+ ]);
25
+ }
26
+ //#endregion
27
+ export { r as t };
@@ -0,0 +1,21 @@
1
+ //#region node_modules/.pnpm/@base-ui+utils@0.2.8_@types+react@19.2.14_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/@base-ui/utils/esm/visuallyHidden.js
2
+ var e = {
3
+ clipPath: "inset(50%)",
4
+ overflow: "hidden",
5
+ whiteSpace: "nowrap",
6
+ border: 0,
7
+ padding: 0,
8
+ width: 1,
9
+ height: 1,
10
+ margin: -1
11
+ }, t = {
12
+ ...e,
13
+ position: "fixed",
14
+ top: 0,
15
+ left: 0
16
+ }, n = {
17
+ ...e,
18
+ position: "absolute"
19
+ };
20
+ //#endregion
21
+ export { n, t };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dawn-ui-react",
3
- "version": "1.0.0-alpha.2",
3
+ "version": "1.0.0-alpha.21",
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": "pnpx @tailwindcss/cli -i ./src/styles/input.css -o ./dist/styles.css",
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,65 +44,70 @@
44
44
  "storybook": "concurrently 'pnpm:watch:*'",
45
45
  "test": "vitest run",
46
46
  "watch:storybook": "storybook dev -p 6006",
47
- "watch:tailwind": "pnpx @tailwindcss/cli -i ./src/styles/input.css -o ./src/styles/output.css --watch"
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
+ "@dnd-kit/dom": "^0.4.0",
52
+ "@dnd-kit/react": "^0.4.0",
51
53
  "@phosphor-icons/react": "^2.1.10",
52
- "@tailwindcss/cli": "^4.2.4",
53
- "@tailwindcss/vite": "^4.2.4",
54
- "@tanstack/react-form": "^1.29.1",
54
+ "@tailwindcss/cli": "^4.3.0",
55
+ "@tailwindcss/vite": "^4.3.0",
56
+ "@tanstack/react-form": "^1.32.0",
55
57
  "@tanstack/react-table": "^8.21.3",
56
58
  "class-variance-authority": "^0.7.1",
57
59
  "clsx": "^2.1.1",
58
- "input-otp": "^1.4.2",
59
- "react-resizable-panels": "^4.10.0",
60
- "tailwind-merge": "^3.5.0",
61
- "tailwindcss": "^4.2.4",
60
+ "react-resizable-panels": "^4.11.1",
61
+ "recharts": "^3.8.1",
62
+ "tailwind-merge": "^3.6.0",
63
+ "tailwindcss": "^4.3.0",
62
64
  "tw-animate-css": "^1.4.0"
63
65
  },
64
66
  "devDependencies": {
65
- "@chromatic-com/storybook": "^5.1.2",
66
- "@commitlint/cli": "^20.5.2",
67
- "@commitlint/config-conventional": "^20.5.0",
67
+ "@chromatic-com/storybook": "^5.2.1",
68
+ "@commitlint/cli": "^21.0.1",
69
+ "@commitlint/config-conventional": "^21.0.1",
68
70
  "@faker-js/faker": "^10.4.0",
69
71
  "@semantic-release/changelog": "^6.0.3",
70
72
  "@semantic-release/commit-analyzer": "^13.0.1",
71
73
  "@semantic-release/git": "^10.0.1",
72
- "@semantic-release/github": "^12.0.6",
74
+ "@semantic-release/github": "^12.0.8",
73
75
  "@semantic-release/npm": "^13.1.5",
74
- "@semantic-release/release-notes-generator": "^14.1.0",
75
- "@storybook/addon-a11y": "^10.3.5",
76
- "@storybook/addon-docs": "^10.3.5",
77
- "@storybook/addon-themes": "^10.3.5",
78
- "@storybook/addon-vitest": "^10.3.5",
79
- "@storybook/react-vite": "^10.3.5",
80
- "@tailwindcss/node": "^4.2.4",
81
- "@types/node": "^25.6.0",
76
+ "@semantic-release/release-notes-generator": "^14.1.1",
77
+ "@storybook/addon-a11y": "^10.4.0",
78
+ "@storybook/addon-docs": "^10.4.0",
79
+ "@storybook/addon-themes": "^10.4.0",
80
+ "@storybook/addon-vitest": "^10.4.0",
81
+ "@storybook/react-vite": "^10.4.0",
82
+ "@tailwindcss/node": "^4.3.0",
83
+ "@tanstack/react-virtual": "^3.14.2",
84
+ "@types/node": "^25.8.0",
82
85
  "@types/react": "^19.2.14",
83
86
  "@types/react-dom": "^19.2.3",
84
- "@vitejs/plugin-react": "^6.0.1",
85
- "@vitest/browser-playwright": "^4.1.5",
86
- "@vitest/coverage-v8": "^4.1.5",
87
+ "@vitejs/plugin-react": "^6.0.2",
88
+ "@vitest/browser-playwright": "^4.1.6",
89
+ "@vitest/coverage-v8": "^4.1.6",
87
90
  "commitizen": "^4.3.1",
88
91
  "concurrently": "^9.2.1",
89
92
  "cz-conventional-changelog": "^3.3.0",
90
- "globals": "^17.5.0",
91
- "jsdom": "^29.1.0",
93
+ "globals": "^17.6.0",
94
+ "jsdom": "^29.1.1",
92
95
  "lefthook": "^2.1.6",
93
- "lint-staged": "^16.4.0",
94
- "oxfmt": "^0.47.0",
95
- "oxlint": "^1.62.0",
96
- "oxlint-tailwindcss": "^0.6.3",
96
+ "lint-staged": "^17.0.4",
97
+ "oxfmt": "^0.50.0",
98
+ "oxlint": "^1.65.0",
99
+ "oxlint-tailwindcss": "^0.7.1",
97
100
  "oxlint-tsgolint": "^0.22.1",
98
- "playwright": "^1.59.1",
101
+ "playwright": "^1.60.0",
99
102
  "semantic-release": "^25.0.3",
100
- "storybook": "^10.3.5",
103
+ "shiki": "^4.1.0",
104
+ "storybook": "^10.4.0",
101
105
  "typescript": "~6.0.3",
102
- "vite": "^8.0.10",
103
- "vite-plugin-dts": "^4.5.4",
104
- "vitest": "^4.1.5",
105
- "zod": "^4.3.6"
106
+ "uuid": "^14.0.0",
107
+ "vite": "^8.0.13",
108
+ "vite-plugin-dts": "^5.0.0",
109
+ "vitest": "^4.1.6",
110
+ "zod": "^4.4.3"
106
111
  },
107
112
  "peerDependencies": {
108
113
  "react": "^19.0.0",