dawn-ui-react 1.0.0-alpha.6 → 1.0.0-alpha.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.
- package/dist/{Input-DtHcqeCc.js → Input-BkHt7FC1.js} +2 -2
- package/dist/{clamp-DQOKpe2d.js → clamp-Bd-I2_Rk.js} +2 -2
- package/dist/{cn-CXogf8HW.js → cn-DWnOBdrm.js} +349 -307
- package/dist/components/layer-tree/index.d.ts +2 -1
- package/dist/components/layer-tree/layer-tree-search.d.ts +1 -1
- package/dist/components/layer-tree/layer-tree-sort.d.ts +1 -3
- package/dist/components/layer-tree/layer-tree.types.d.ts +5 -1
- 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/dawn-ui-react.js +15490 -11107
- package/dist/dawn-ui-react.umd.cjs +26 -26
- package/dist/{field-input-group-DRO7BT9K.js → field-input-group-BwMQAM6n.js} +3 -3
- package/dist/{field-input-group-input-D1w5gEYu.js → field-input-group-input-DnJFuMi4.js} +3 -3
- package/dist/{form-context-DBHjPCAB.js → form-context-om_k3VKa.js} +481 -461
- package/dist/{input-group-CDZSzmGh.js → input-group-CWH7SWRv.js} +2 -2
- package/dist/{input-group-input-DksiPZS5.js → input-group-input-DOxvfiMV.js} +2 -2
- package/dist/{input.types-BToTmX-b.js → input.types-BeeCYL9x.js} +1 -1
- package/dist/styles.css +21 -21
- package/dist/{useLabelableId-Bsez0mIm.js → useLabelableId-B_P81Wgy.js} +1 -1
- package/package.json +22 -22
- package/dist/field-description-BDRJXMS8.js +0 -12
- package/dist/field-errors-BndE4fDS.js +0 -21
- package/dist/field-input-BPNlupYr.js +0 -58
- package/dist/field-label-DiJO_3-h.js +0 -16
- package/dist/field-select-BRibIEnZ.js +0 -2147
- package/dist/field-slider-SYOU6bVj.js +0 -2167
- package/dist/rolldown-runtime-CAFD8bLK.js +0 -11
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { V as e, X as t, Z as n } from "./form-context-
|
|
2
|
-
import { F as r, K as i, c as a, i as o, n as s, o as c, p as l, r as u, s as d, t as f } from "./useLabelableId-
|
|
1
|
+
import { V as e, X as t, Z as n } from "./form-context-om_k3VKa.js";
|
|
2
|
+
import { F as r, K as i, c as a, i as o, n as s, o as c, p as l, r as u, s as d, t as f } from "./useLabelableId-B_P81Wgy.js";
|
|
3
3
|
import * as p from "react";
|
|
4
4
|
import { jsx as m } from "react/jsx-runtime";
|
|
5
5
|
//#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/field/control/FieldControl.js
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as e, C as t, D as n, E as r, F as i, G as a, I as o, J as s, K as c, L as l, M as u, N as d, O as f, P as p, Q as m, R as h, S as g, T as _, V as v, W as y, X as b, Z as x, j as S, k as C, w, x as T, z as E } from "./form-context-
|
|
2
|
-
import { C as D, I as ee, W as O, c as k, f as A, l as j, p as M, s as N, u as te } from "./useLabelableId-
|
|
1
|
+
import { A as e, C as t, D as n, E as r, F as i, G as a, I as o, J as s, K as c, L as l, M as u, N as d, O as f, P as p, Q as m, R as h, S as g, T as _, V as v, W as y, X as b, Z as x, j as S, k as C, w, x as T, z as E } from "./form-context-om_k3VKa.js";
|
|
2
|
+
import { C as D, I as ee, W as O, c as k, f as A, l as j, p as M, s as N, u as te } from "./useLabelableId-B_P81Wgy.js";
|
|
3
3
|
import * as P from "react";
|
|
4
4
|
import { useLayoutEffect as ne } from "react";
|
|
5
5
|
import { jsx as F, jsxs as I } from "react/jsx-runtime";
|