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.
- package/dist/CompositeItem-CH9gluPn.js +45 -0
- package/dist/CompositeListContext-DMNULDos.js +15 -0
- package/dist/FieldItemContext-D1iEutzE.js +9 -0
- package/dist/FormContext-DmYxHG1e.js +26 -0
- package/dist/{Input-DXDwtOqf.js → Input-DXQc6T_w.js} +16 -10
- package/dist/LabelableContext-mL6rBiul.js +85 -0
- package/dist/RadioGroupContext-zHzEliyD.js +9 -0
- package/dist/clamp-63kvPeUJ.js +801 -0
- package/dist/{cn-CXogf8HW.js → cn-BSNuKelt.js} +349 -307
- package/dist/components/badge/badge.d.ts +1 -1
- package/dist/components/badge/badge.types.d.ts +1 -0
- package/dist/components/chart/chart-container.d.ts +5 -0
- package/dist/components/chart/chart-legend-content.d.ts +8 -0
- package/dist/components/chart/chart-legend-icon.d.ts +2 -0
- package/dist/components/chart/chart-legend-indicator.d.ts +2 -0
- package/dist/components/chart/chart-legend-label.d.ts +2 -0
- package/dist/components/chart/chart-legend.d.ts +2 -0
- package/dist/components/chart/chart-linear-gradient.d.ts +2 -0
- package/dist/components/chart/chart-tooltip-content.d.ts +3 -0
- package/dist/components/chart/chart-tooltip-icon.d.ts +2 -0
- package/dist/components/chart/chart-tooltip-indicator.d.ts +2 -0
- package/dist/components/chart/chart-tooltip-label.d.ts +2 -0
- package/dist/components/chart/chart-tooltip-name.d.ts +2 -0
- package/dist/components/chart/chart-tooltip-payload.d.ts +4 -0
- package/dist/components/chart/chart-tooltip-value.d.ts +2 -0
- package/dist/components/chart/chart-tooltip.d.ts +2 -0
- package/dist/components/chart/chart.types.d.ts +50 -0
- package/dist/components/chart/chart.utils.d.ts +11 -0
- package/dist/components/chart/index.d.ts +19 -0
- package/dist/components/code-block/code-block-actions.d.ts +2 -0
- package/dist/components/code-block/code-block-copy.d.ts +2 -0
- package/dist/components/code-block/code-block-download.d.ts +2 -0
- package/dist/components/code-block/code-block-header.d.ts +3 -0
- package/dist/components/code-block/code-block-name.d.ts +2 -0
- package/dist/components/code-block/code-block-select.d.ts +2 -0
- package/dist/components/code-block/code-block-tabs.d.ts +2 -0
- package/dist/components/code-block/code-block-window.d.ts +2 -0
- package/dist/components/code-block/code-block.d.ts +3 -0
- package/dist/components/code-block/code-block.types.d.ts +26 -0
- package/dist/components/code-block/index.d.ts +10 -0
- package/dist/components/combobox/combobox-virtualized-list.d.ts +2 -0
- package/dist/components/combobox/combobox.types.d.ts +9 -0
- package/dist/components/combobox/index.d.ts +2 -1
- package/dist/components/dialog/index.d.ts +1 -1
- package/dist/components/drawer/drawer-close.d.ts +2 -0
- package/dist/components/drawer/drawer-content.d.ts +2 -0
- package/dist/components/drawer/drawer-description.d.ts +2 -0
- package/dist/components/drawer/drawer-header.d.ts +2 -0
- package/dist/components/drawer/drawer-popup.d.ts +2 -0
- package/dist/components/drawer/drawer-provider.d.ts +2 -0
- package/dist/components/drawer/drawer-title.d.ts +2 -0
- package/dist/components/drawer/drawer-trigger.d.ts +2 -0
- package/dist/components/drawer/drawer.d.ts +2 -0
- package/dist/components/drawer/drawer.types.d.ts +10 -0
- package/dist/components/drawer/index.d.ts +10 -0
- package/dist/components/field/field-radio.d.ts +2 -0
- package/dist/components/field/field-set.d.ts +2 -0
- package/dist/components/field/field.types.d.ts +3 -1
- package/dist/components/field/index.d.ts +5 -1
- package/dist/components/form/form-context.d.ts +56 -14
- package/dist/components/index.d.ts +3 -0
- package/dist/components/input/input.d.ts +1 -1
- package/dist/components/input/input.types.d.ts +3 -1
- package/dist/components/input-otp/index.d.ts +2 -1
- package/dist/components/input-otp/input-otp-separator.d.ts +2 -0
- package/dist/components/input-otp/input-otp-slot.d.ts +1 -1
- package/dist/components/input-otp/input-otp.types.d.ts +4 -3
- package/dist/components/layer-tree/index.d.ts +5 -1
- package/dist/components/layer-tree/layer-tree-body.d.ts +1 -1
- package/dist/components/layer-tree/layer-tree-footer.d.ts +2 -0
- package/dist/components/layer-tree/layer-tree-node-toggle.d.ts +1 -1
- package/dist/components/layer-tree/layer-tree-node.d.ts +1 -1
- package/dist/components/layer-tree/layer-tree-row.d.ts +1 -1
- package/dist/components/layer-tree/layer-tree-search.d.ts +1 -1
- package/dist/components/layer-tree/layer-tree-sort.d.ts +2 -0
- package/dist/components/layer-tree/layer-tree-utils.d.ts +83 -0
- package/dist/components/layer-tree/layer-tree.d.ts +5 -3
- package/dist/components/layer-tree/layer-tree.types.d.ts +26 -13
- package/dist/components/number-field/number-field.d.ts +1 -1
- package/dist/components/popover/index.d.ts +2 -1
- package/dist/components/popover/popover-button.d.ts +2 -0
- package/dist/components/popover/popover.types.d.ts +2 -0
- package/dist/components/profile/index.d.ts +5 -1
- package/dist/components/profile/profile-action.d.ts +2 -0
- package/dist/components/profile/profile-content.d.ts +2 -0
- package/dist/components/profile/profile-name.d.ts +2 -0
- package/dist/components/profile/profile-subname.d.ts +2 -0
- package/dist/components/profile/profile.d.ts +1 -1
- package/dist/components/profile/profile.types.d.ts +6 -14
- package/dist/components/scroll-area/scroll-area.d.ts +1 -1
- package/dist/components/scroll-area/scroll-area.types.d.ts +6 -2
- package/dist/components/select/select.types.d.ts +5 -0
- package/dist/components/separator/separator.d.ts +1 -1
- package/dist/components/separator/separator.types.d.ts +3 -1
- package/dist/components/slider/slider.d.ts +1 -1
- package/dist/components/slider/slider.types.d.ts +7 -1
- package/dist/components/table/index.d.ts +18 -3
- package/dist/components/table/table-body-grid.d.ts +2 -0
- package/dist/components/table/table-body-list.d.ts +2 -0
- package/dist/components/table/table-change-view.d.ts +1 -3
- package/dist/components/table/table-column-toggle.d.ts +2 -0
- package/dist/components/table/table-container.d.ts +2 -0
- package/dist/components/table/table-data-set-select.d.ts +2 -0
- package/dist/components/table/table-data-set-tabs.d.ts +2 -0
- package/dist/components/table/table-filter-form.d.ts +3 -0
- package/dist/components/table/table-filter.d.ts +1 -1
- package/dist/components/table/table-filters.d.ts +2 -0
- package/dist/components/table/table-header.d.ts +1 -1
- package/dist/components/table/table-pagination.d.ts +1 -1
- package/dist/components/table/table-paging.d.ts +2 -0
- package/dist/components/table/table-row-grid.d.ts +1 -1
- package/dist/components/table/table-row-list.d.ts +1 -1
- package/dist/components/table/table-sort.d.ts +1 -1
- package/dist/components/table/table-toolbar.d.ts +2 -0
- package/dist/components/table/table.constants.d.ts +64 -0
- package/dist/components/table/table.d.ts +14 -5
- package/dist/components/table/table.types.d.ts +73 -15
- package/dist/components/table/table.utils.d.ts +4 -0
- package/dist/components/tabs/tabs.d.ts +1 -1
- package/dist/components/tabs/tabs.types.d.ts +4 -1
- package/dist/components/toggle-group/toggle-group.d.ts +1 -1
- package/dist/components/toggle-group/toggle-group.types.d.ts +1 -0
- package/dist/composite-8Z1YCmUf.js +161 -0
- package/dist/composite-DTxBFZq_.js +328 -0
- package/dist/createBaseUIEventDetails-BHkB1IRT.js +36 -0
- package/dist/dawn-ui-react.js +38102 -11554
- package/dist/dawn-ui-react.umd.cjs +176 -27
- package/dist/{form-context-DqrRdk0d.js → form-context-CpevRrMx.js} +541 -515
- package/dist/input.types-DDZuq7AK.js +21 -0
- package/dist/label-C57cQsPN.js +50 -0
- package/dist/owner-CZ-bExcn.js +6 -0
- package/dist/serializeValue-DadF0djs.js +12 -0
- package/dist/shadowDom-nxuQhD_O.js +25 -0
- package/dist/styles.css +149 -118
- package/dist/useBaseUiId-DJ56dhex.js +25 -0
- package/dist/useCompositeListItem-CuKiOJnK.js +53 -0
- package/dist/useControlled-kefeIBTp.js +48 -0
- package/dist/useLabelableId-Cb5S9nao.js +39 -0
- package/dist/useOpenChangeComplete-D1bYAEWf.js +178 -0
- package/dist/useRegisterFieldControl-I4gdfodR.js +27 -0
- package/dist/visuallyHidden-C0MRt467.js +21 -0
- package/package.json +42 -37
- package/dist/clamp-CYKyjuJR.js +0 -3033
- package/dist/components/table/table-body.d.ts +0 -2
- package/dist/field-description-BDRJXMS8.js +0 -12
- package/dist/field-errors-DVQtEKG3.js +0 -19
- package/dist/field-input-Doplzz0V.js +0 -58
- package/dist/field-input-group-CzX_hAjq.js +0 -18
- package/dist/field-input-group-input-micw-J2Y.js +0 -20
- package/dist/field-label-C2atREm0.js +0 -16
- package/dist/field-select--mY7GbNz.js +0 -2149
- package/dist/field-slider-D54-Z8Ds.js +0 -2167
- package/dist/input-group-DgFUfXr7.js +0 -12
- package/dist/input-group-input-DNZQ6g-3.js +0 -11
- package/dist/input.types-D8b-1Bcm.js +0 -21
- package/dist/rolldown-runtime-CAFD8bLK.js +0 -11
- 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.
|
|
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": "
|
|
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": "
|
|
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.
|
|
53
|
-
"@tailwindcss/vite": "^4.
|
|
54
|
-
"@tanstack/react-form": "^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
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"tailwind-merge": "^3.
|
|
61
|
-
"tailwindcss": "^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
|
|
66
|
-
"@commitlint/cli": "^
|
|
67
|
-
"@commitlint/config-conventional": "^
|
|
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.
|
|
74
|
+
"@semantic-release/github": "^12.0.8",
|
|
73
75
|
"@semantic-release/npm": "^13.1.5",
|
|
74
|
-
"@semantic-release/release-notes-generator": "^14.1.
|
|
75
|
-
"@storybook/addon-a11y": "^10.
|
|
76
|
-
"@storybook/addon-docs": "^10.
|
|
77
|
-
"@storybook/addon-themes": "^10.
|
|
78
|
-
"@storybook/addon-vitest": "^10.
|
|
79
|
-
"@storybook/react-vite": "^10.
|
|
80
|
-
"@tailwindcss/node": "^4.
|
|
81
|
-
"@
|
|
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.
|
|
85
|
-
"@vitest/browser-playwright": "^4.1.
|
|
86
|
-
"@vitest/coverage-v8": "^4.1.
|
|
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.
|
|
91
|
-
"jsdom": "^29.1.
|
|
93
|
+
"globals": "^17.6.0",
|
|
94
|
+
"jsdom": "^29.1.1",
|
|
92
95
|
"lefthook": "^2.1.6",
|
|
93
|
-
"lint-staged": "^
|
|
94
|
-
"oxfmt": "^0.
|
|
95
|
-
"oxlint": "^1.
|
|
96
|
-
"oxlint-tailwindcss": "^0.
|
|
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.
|
|
101
|
+
"playwright": "^1.60.0",
|
|
99
102
|
"semantic-release": "^25.0.3",
|
|
100
|
-
"
|
|
103
|
+
"shiki": "^4.1.0",
|
|
104
|
+
"storybook": "^10.4.0",
|
|
101
105
|
"typescript": "~6.0.3",
|
|
102
|
-
"
|
|
103
|
-
"vite
|
|
104
|
-
"
|
|
105
|
-
"
|
|
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",
|