dawn-ui-react 1.0.0-alpha.7 → 1.0.0-alpha.8
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-BkHt7FC1.js → Input-kWMjBJ1G.js} +2 -2
- package/dist/{clamp-Bd-I2_Rk.js → clamp-adUQHSQX.js} +2 -2
- 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/dawn-ui-react.js +133 -116
- package/dist/dawn-ui-react.umd.cjs +4 -4
- package/dist/{field-input-group-input-DnJFuMi4.js → field-input-group-input-CtDhhP9-.js} +2 -2
- package/dist/{field-input-group-BwMQAM6n.js → field-input-group-zaT2fZVE.js} +2 -2
- package/dist/{form-context-om_k3VKa.js → form-context-D_CUI37x.js} +2 -2
- package/dist/{input-group-CWH7SWRv.js → input-group-B9tCZ-1V.js} +1 -1
- package/dist/{input-group-input-DOxvfiMV.js → input-group-input-DJJYMhiE.js} +1 -1
- package/dist/{input.types-BeeCYL9x.js → input.types-Cv68_8o4.js} +1 -1
- package/dist/{useLabelableId-B_P81Wgy.js → useLabelableId-Cu8szM6L.js} +1 -1
- package/package.json +1 -1
|
@@ -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-D_CUI37x.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-Cu8szM6L.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-D_CUI37x.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-Cu8szM6L.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";
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
export { Popover } from './popover';
|
|
2
|
-
export type { PopoverContentProps, PopoverDescriptionProps, PopoverHeaderProps, PopoverPanelProps, PopoverProps, PopoverTitleProps, PopoverTriggerProps, } from './popover.types';
|
|
2
|
+
export type { PopoverContentProps, PopoverDescriptionProps, PopoverHeaderProps, PopoverPanelProps, PopoverProps, PopoverTitleProps, PopoverTriggerProps, PopoverButtonProps, } from './popover.types';
|
|
3
3
|
export { PopoverDescription } from './popover-description';
|
|
4
4
|
export { PopoverPanel } from './popover-panel';
|
|
5
5
|
export { PopoverTitle } from './popover-title';
|
|
6
6
|
export { PopoverTrigger } from './popover-trigger';
|
|
7
7
|
export { PopoverHeader } from './popover-header';
|
|
8
8
|
export { PopoverContent } from './popover-content';
|
|
9
|
+
export { PopoverButton } from './popover-button';
|
|
9
10
|
export { popoverHandle } from './popover.types';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Popover as BasePopover } from '@base-ui/react/popover';
|
|
2
|
+
import { Button } from '..';
|
|
2
3
|
export type PopoverProps = React.ComponentProps<typeof BasePopover.Root>;
|
|
3
4
|
export type PopoverTriggerProps = React.ComponentProps<typeof BasePopover.Trigger>;
|
|
4
5
|
export type PopoverPanelProps = React.ComponentProps<typeof BasePopover.Positioner>;
|
|
@@ -6,4 +7,5 @@ export type PopoverTitleProps = React.ComponentProps<typeof BasePopover.Title>;
|
|
|
6
7
|
export type PopoverDescriptionProps = React.ComponentProps<typeof BasePopover.Description>;
|
|
7
8
|
export type PopoverHeaderProps = React.ComponentProps<'div'>;
|
|
8
9
|
export type PopoverContentProps = React.ComponentProps<'div'>;
|
|
10
|
+
export type PopoverButtonProps = React.ComponentProps<typeof Button>;
|
|
9
11
|
export declare const popoverHandle: BasePopover.Handle<import('react').ComponentType<{}>>;
|