@accelint/design-toolkit 9.1.0 → 9.1.1
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/catalog-info.yaml +2 -2
- package/dist/components/accordion/group.d.ts +2 -2
- package/dist/components/accordion/header.js +2 -1
- package/dist/components/accordion/header.js.map +1 -1
- package/dist/components/accordion/index.d.ts +2 -2
- package/dist/components/accordion/panel.d.ts +2 -2
- package/dist/components/accordion/styles.module.css +6 -0
- package/dist/components/accordion/trigger.d.ts +2 -2
- package/dist/components/action-bar/index.d.ts +2 -2
- package/dist/components/avatar/context.d.ts +4 -4
- package/dist/components/avatar/index.d.ts +2 -2
- package/dist/components/badge/context.d.ts +4 -4
- package/dist/components/badge/index.d.ts +2 -2
- package/dist/components/breadcrumbs/index.d.ts +2 -2
- package/dist/components/breadcrumbs/item.d.ts +2 -2
- package/dist/components/button/context.d.ts +8 -8
- package/dist/components/button/index.d.ts +2 -2
- package/dist/components/button/link.d.ts +2 -2
- package/dist/components/button/toggle.d.ts +2 -2
- package/dist/components/checkbox/context.d.ts +3 -3
- package/dist/components/checkbox/group.d.ts +2 -2
- package/dist/components/checkbox/index.d.ts +2 -2
- package/dist/components/chip/context.d.ts +4 -4
- package/dist/components/chip/deletable.d.ts +2 -2
- package/dist/components/chip/index.d.ts +2 -2
- package/dist/components/chip/list.d.ts +4 -4
- package/dist/components/chip/selectable.d.ts +2 -2
- package/dist/components/classification-badge/context.d.ts +4 -4
- package/dist/components/classification-badge/index.d.ts +2 -2
- package/dist/components/classification-banner/context.d.ts +4 -4
- package/dist/components/classification-banner/index.d.ts +2 -2
- package/dist/components/clock/index.d.ts +2 -2
- package/dist/components/color-picker/index.d.ts +2 -2
- package/dist/components/combobox-field/context.d.ts +4 -4
- package/dist/components/combobox-field/index.d.ts +2 -2
- package/dist/components/coordinate-field/context.d.ts +6 -6
- package/dist/components/coordinate-field/coordinate-utils.js +32 -10
- package/dist/components/coordinate-field/coordinate-utils.js.map +1 -1
- package/dist/components/coordinate-field/index.d.ts +2 -2
- package/dist/components/coordinate-field/segment.d.ts +2 -2
- package/dist/components/date-field/index.d.ts +2 -2
- package/dist/components/details-list/context.d.ts +4 -4
- package/dist/components/details-list/index.d.ts +2 -2
- package/dist/components/details-list/label.d.ts +2 -2
- package/dist/components/details-list/value.d.ts +2 -2
- package/dist/components/dialog/content.d.ts +2 -2
- package/dist/components/dialog/context.d.ts +2 -2
- package/dist/components/dialog/footer.d.ts +2 -2
- package/dist/components/dialog/index.d.ts +2 -2
- package/dist/components/dialog/title.d.ts +2 -2
- package/dist/components/divider/context.d.ts +4 -4
- package/dist/components/divider/index.d.ts +2 -2
- package/dist/components/drawer/back.d.ts +2 -2
- package/dist/components/drawer/close.d.ts +2 -2
- package/dist/components/drawer/content.d.ts +2 -2
- package/dist/components/drawer/context.d.ts +2 -2
- package/dist/components/drawer/footer.d.ts +2 -2
- package/dist/components/drawer/header-title.d.ts +2 -2
- package/dist/components/drawer/header.d.ts +2 -2
- package/dist/components/drawer/index.d.ts +2 -2
- package/dist/components/drawer/layout-main.d.ts +2 -2
- package/dist/components/drawer/layout.d.ts +2 -2
- package/dist/components/drawer/menu-item.d.ts +2 -2
- package/dist/components/drawer/menu.d.ts +2 -2
- package/dist/components/drawer/panel.d.ts +2 -2
- package/dist/components/drawer/trigger.d.ts +2 -2
- package/dist/components/drawer/view.d.ts +2 -2
- package/dist/components/flashcard/index.d.ts +9 -9
- package/dist/components/hero/context.d.ts +2 -2
- package/dist/components/hero/index.d.ts +2 -2
- package/dist/components/hero/subtitle.d.ts +2 -2
- package/dist/components/hero/title.d.ts +2 -2
- package/dist/components/hotkey/context.d.ts +4 -4
- package/dist/components/hotkey/index.d.ts +2 -2
- package/dist/components/hotkey/set.d.ts +2 -2
- package/dist/components/icon/context.d.ts +4 -4
- package/dist/components/icon/index.d.ts +2 -2
- package/dist/components/input/context.d.ts +2 -2
- package/dist/components/input/index.d.ts +2 -2
- package/dist/components/input/styles.module.css +8 -1
- package/dist/components/kanban/card-body.d.ts +2 -2
- package/dist/components/kanban/card-header-actions.d.ts +2 -2
- package/dist/components/kanban/card-header-title.d.ts +2 -2
- package/dist/components/kanban/card-header.d.ts +2 -2
- package/dist/components/kanban/card.d.ts +2 -2
- package/dist/components/kanban/column-actions.d.ts +2 -2
- package/dist/components/kanban/column-container.d.ts +2 -2
- package/dist/components/kanban/column-content.d.ts +2 -2
- package/dist/components/kanban/column-header-actions.d.ts +2 -2
- package/dist/components/kanban/column-header-drag-handle.d.ts +2 -2
- package/dist/components/kanban/column-header-title.d.ts +2 -2
- package/dist/components/kanban/column-header.d.ts +2 -2
- package/dist/components/kanban/column.d.ts +2 -2
- package/dist/components/kanban/context.d.ts +2 -2
- package/dist/components/kanban/header-actions.d.ts +2 -2
- package/dist/components/kanban/header-search.d.ts +2 -2
- package/dist/components/kanban/header-title.d.ts +2 -2
- package/dist/components/kanban/header.d.ts +2 -2
- package/dist/components/kanban/kanban.d.ts +4 -4
- package/dist/components/label/context.d.ts +4 -4
- package/dist/components/label/index.d.ts +2 -2
- package/dist/components/lines/index.d.ts +2 -2
- package/dist/components/link/context.d.ts +2 -2
- package/dist/components/link/index.d.ts +2 -2
- package/dist/components/menu/context.d.ts +2 -2
- package/dist/components/menu/index.d.ts +2 -2
- package/dist/components/menu/item-description.d.ts +2 -2
- package/dist/components/menu/item-label.d.ts +2 -2
- package/dist/components/menu/item.d.ts +2 -2
- package/dist/components/menu/section.d.ts +2 -2
- package/dist/components/menu/separator.d.ts +2 -2
- package/dist/components/menu/submenu.d.ts +2 -2
- package/dist/components/notice/index.d.ts +2 -2
- package/dist/components/notice/list.d.ts +2 -2
- package/dist/components/notice/notice-icon.d.ts +2 -2
- package/dist/components/options/context.d.ts +2 -2
- package/dist/components/options/index.d.ts +2 -2
- package/dist/components/options/item-content.d.ts +2 -2
- package/dist/components/options/item-description.d.ts +2 -2
- package/dist/components/options/item-label.d.ts +2 -2
- package/dist/components/options/item.d.ts +2 -2
- package/dist/components/options/section.d.ts +2 -2
- package/dist/components/pagination/context.d.ts +2 -2
- package/dist/components/pagination/index.d.ts +2 -2
- package/dist/components/pagination/next.d.ts +2 -2
- package/dist/components/pagination/pages.d.ts +2 -2
- package/dist/components/pagination/prev.d.ts +2 -2
- package/dist/components/popover/content.d.ts +2 -2
- package/dist/components/popover/footer.d.ts +2 -2
- package/dist/components/popover/index.d.ts +2 -2
- package/dist/components/popover/title.d.ts +2 -2
- package/dist/components/popover/trigger.d.ts +2 -2
- package/dist/components/query-builder/action-element.d.ts +2 -2
- package/dist/components/query-builder/actions.d.ts +4 -4
- package/dist/components/query-builder/combinator-selector.d.ts +2 -2
- package/dist/components/query-builder/index.d.ts +2 -2
- package/dist/components/query-builder/rule-group.d.ts +4 -4
- package/dist/components/query-builder/rule.d.ts +2 -2
- package/dist/components/query-builder/value-editor.d.ts +2 -2
- package/dist/components/query-builder/value-selector.d.ts +2 -2
- package/dist/components/radio/context.d.ts +2 -2
- package/dist/components/radio/group.d.ts +2 -2
- package/dist/components/radio/index.d.ts +2 -2
- package/dist/components/search-field/context.d.ts +4 -4
- package/dist/components/search-field/index.d.ts +2 -2
- package/dist/components/select-field/context.d.ts +4 -4
- package/dist/components/select-field/index.d.ts +2 -2
- package/dist/components/sidenav/avatar.d.ts +2 -2
- package/dist/components/sidenav/content.d.ts +2 -2
- package/dist/components/sidenav/context.d.ts +2 -2
- package/dist/components/sidenav/footer.d.ts +2 -2
- package/dist/components/sidenav/header.d.ts +2 -2
- package/dist/components/sidenav/index.d.ts +2 -2
- package/dist/components/sidenav/item.d.ts +2 -2
- package/dist/components/sidenav/link.d.ts +2 -2
- package/dist/components/sidenav/menu-item.d.ts +2 -2
- package/dist/components/sidenav/menu.d.ts +2 -2
- package/dist/components/sidenav/trigger.d.ts +2 -2
- package/dist/components/skeleton/index.d.ts +2 -2
- package/dist/components/slider/index.d.ts +2 -2
- package/dist/components/switch/context.d.ts +4 -4
- package/dist/components/switch/index.d.ts +2 -2
- package/dist/components/table/body.d.ts +2 -2
- package/dist/components/table/cell.d.ts +2 -2
- package/dist/components/table/context.d.ts +2 -2
- package/dist/components/table/header-cell.d.ts +2 -2
- package/dist/components/table/header.d.ts +2 -2
- package/dist/components/table/index.d.ts +2 -2
- package/dist/components/table/row.d.ts +2 -2
- package/dist/components/tabs/context.d.ts +4 -4
- package/dist/components/tabs/index.d.ts +2 -2
- package/dist/components/tabs/list.d.ts +2 -2
- package/dist/components/tabs/panel.d.ts +2 -2
- package/dist/components/tabs/tab.d.ts +2 -2
- package/dist/components/text-area-field/context.d.ts +4 -4
- package/dist/components/text-area-field/index.d.ts +2 -2
- package/dist/components/text-field/context.d.ts +4 -4
- package/dist/components/text-field/index.d.ts +2 -2
- package/dist/components/time-field/index.d.ts +2 -2
- package/dist/components/tooltip/context.d.ts +2 -2
- package/dist/components/tooltip/index.d.ts +2 -2
- package/dist/components/tooltip/trigger.d.ts +2 -2
- package/dist/components/tree/context.d.ts +3 -3
- package/dist/components/tree/index.d.ts +2 -2
- package/dist/components/tree/item-actions.d.ts +2 -2
- package/dist/components/tree/item-content.d.ts +2 -2
- package/dist/components/tree/item-description.d.ts +2 -2
- package/dist/components/tree/item-label.d.ts +2 -2
- package/dist/components/tree/item-prefix-icon.d.ts +2 -2
- package/dist/components/tree/item.d.ts +2 -2
- package/dist/components/tree/lines.d.ts +2 -2
- package/dist/components/view-stack/context.d.ts +2 -2
- package/dist/components/view-stack/index.d.ts +2 -2
- package/dist/components/view-stack/trigger.d.ts +2 -2
- package/dist/components/view-stack/view.d.ts +2 -2
- package/dist/providers/portal.d.ts +2 -2
- package/dist/providers/theme-provider.d.ts +2 -2
- package/package.json +6 -5
|
@@ -13,16 +13,16 @@
|
|
|
13
13
|
import { ProviderProps } from "../../lib/types.js";
|
|
14
14
|
import { DividerProps } from "./types.js";
|
|
15
15
|
import "client-only";
|
|
16
|
-
import * as
|
|
16
|
+
import * as react16 from "react";
|
|
17
17
|
import { ContextValue } from "react-aria-components";
|
|
18
|
-
import * as
|
|
18
|
+
import * as react_jsx_runtime44 from "react/jsx-runtime";
|
|
19
19
|
|
|
20
20
|
//#region src/components/divider/context.d.ts
|
|
21
|
-
declare const DividerContext:
|
|
21
|
+
declare const DividerContext: react16.Context<ContextValue<DividerProps, HTMLHRElement>>;
|
|
22
22
|
declare function DividerProvider({
|
|
23
23
|
children,
|
|
24
24
|
...props
|
|
25
|
-
}: ProviderProps<DividerProps>):
|
|
25
|
+
}: ProviderProps<DividerProps>): react_jsx_runtime44.JSX.Element;
|
|
26
26
|
//#endregion
|
|
27
27
|
export { DividerContext, DividerProvider };
|
|
28
28
|
//# sourceMappingURL=context.d.ts.map
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
import { DividerProps } from "./types.js";
|
|
14
14
|
import "client-only";
|
|
15
|
-
import * as
|
|
15
|
+
import * as react_jsx_runtime46 from "react/jsx-runtime";
|
|
16
16
|
|
|
17
17
|
//#region src/components/divider/index.d.ts
|
|
18
18
|
/**
|
|
@@ -32,7 +32,7 @@ import * as react_jsx_runtime22 from "react/jsx-runtime";
|
|
|
32
32
|
declare function Divider({
|
|
33
33
|
ref,
|
|
34
34
|
...props
|
|
35
|
-
}: DividerProps):
|
|
35
|
+
}: DividerProps): react_jsx_runtime46.JSX.Element;
|
|
36
36
|
//#endregion
|
|
37
37
|
export { Divider };
|
|
38
38
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import "client-only";
|
|
14
|
-
import * as
|
|
14
|
+
import * as react_jsx_runtime48 from "react/jsx-runtime";
|
|
15
15
|
|
|
16
16
|
//#region src/components/drawer/back.d.ts
|
|
17
|
-
declare function DrawerBack():
|
|
17
|
+
declare function DrawerBack(): react_jsx_runtime48.JSX.Element | null;
|
|
18
18
|
//#endregion
|
|
19
19
|
export { DrawerBack };
|
|
20
20
|
//# sourceMappingURL=back.d.ts.map
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import "client-only";
|
|
14
|
-
import * as
|
|
14
|
+
import * as react_jsx_runtime50 from "react/jsx-runtime";
|
|
15
15
|
|
|
16
16
|
//#region src/components/drawer/close.d.ts
|
|
17
|
-
declare function DrawerClose():
|
|
17
|
+
declare function DrawerClose(): react_jsx_runtime50.JSX.Element;
|
|
18
18
|
//#endregion
|
|
19
19
|
export { DrawerClose };
|
|
20
20
|
//# sourceMappingURL=close.d.ts.map
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { ComponentPropsWithRef } from "react";
|
|
14
|
-
import * as
|
|
14
|
+
import * as react_jsx_runtime120 from "react/jsx-runtime";
|
|
15
15
|
|
|
16
16
|
//#region src/components/drawer/content.d.ts
|
|
17
17
|
declare function DrawerContent({
|
|
18
18
|
className,
|
|
19
19
|
...rest
|
|
20
|
-
}: ComponentPropsWithRef<'div'>):
|
|
20
|
+
}: ComponentPropsWithRef<'div'>): react_jsx_runtime120.JSX.Element;
|
|
21
21
|
//#endregion
|
|
22
22
|
export { DrawerContent };
|
|
23
23
|
//# sourceMappingURL=content.d.ts.map
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
|
|
13
13
|
import { DrawerContextValue, DrawerEvent } from "./types.js";
|
|
14
14
|
import "client-only";
|
|
15
|
-
import * as
|
|
15
|
+
import * as react36 from "react";
|
|
16
16
|
import { Broadcast } from "@accelint/bus";
|
|
17
17
|
import { UniqueId } from "@accelint/core";
|
|
18
18
|
|
|
19
19
|
//#region src/components/drawer/context.d.ts
|
|
20
|
-
declare const DrawerContext:
|
|
20
|
+
declare const DrawerContext: react36.Context<DrawerContextValue>;
|
|
21
21
|
declare const bus: Broadcast<DrawerEvent>;
|
|
22
22
|
declare const DrawerEventHandlers: {
|
|
23
23
|
readonly close: (stack: UniqueId) => void;
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { ComponentPropsWithRef } from "react";
|
|
14
|
-
import * as
|
|
14
|
+
import * as react_jsx_runtime143 from "react/jsx-runtime";
|
|
15
15
|
|
|
16
16
|
//#region src/components/drawer/footer.d.ts
|
|
17
17
|
declare function DrawerFooter({
|
|
18
18
|
className,
|
|
19
19
|
...rest
|
|
20
|
-
}: ComponentPropsWithRef<'footer'>):
|
|
20
|
+
}: ComponentPropsWithRef<'footer'>): react_jsx_runtime143.JSX.Element;
|
|
21
21
|
//#endregion
|
|
22
22
|
export { DrawerFooter };
|
|
23
23
|
//# sourceMappingURL=footer.d.ts.map
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { DrawerTitleProps } from "./types.js";
|
|
14
|
-
import * as
|
|
14
|
+
import * as react_jsx_runtime144 from "react/jsx-runtime";
|
|
15
15
|
|
|
16
16
|
//#region src/components/drawer/header-title.d.ts
|
|
17
17
|
/**
|
|
@@ -23,7 +23,7 @@ declare function DrawerHeaderTitle({
|
|
|
23
23
|
className,
|
|
24
24
|
level,
|
|
25
25
|
...rest
|
|
26
|
-
}: DrawerTitleProps):
|
|
26
|
+
}: DrawerTitleProps): react_jsx_runtime144.JSX.Element;
|
|
27
27
|
//#endregion
|
|
28
28
|
export { DrawerHeaderTitle };
|
|
29
29
|
//# sourceMappingURL=header-title.d.ts.map
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
import "client-only";
|
|
14
14
|
import { ComponentPropsWithRef } from "react";
|
|
15
|
-
import * as
|
|
15
|
+
import * as react_jsx_runtime164 from "react/jsx-runtime";
|
|
16
16
|
|
|
17
17
|
//#region src/components/drawer/header.d.ts
|
|
18
18
|
declare function DrawerHeader({
|
|
@@ -20,7 +20,7 @@ declare function DrawerHeader({
|
|
|
20
20
|
title,
|
|
21
21
|
children,
|
|
22
22
|
...rest
|
|
23
|
-
}: ComponentPropsWithRef<'header'>):
|
|
23
|
+
}: ComponentPropsWithRef<'header'>): react_jsx_runtime164.JSX.Element;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { DrawerHeader };
|
|
26
26
|
//# sourceMappingURL=header.d.ts.map
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
import { DrawerProps } from "./types.js";
|
|
14
14
|
import "client-only";
|
|
15
|
-
import * as
|
|
15
|
+
import * as react_jsx_runtime52 from "react/jsx-runtime";
|
|
16
16
|
|
|
17
17
|
//#region src/components/drawer/index.d.ts
|
|
18
18
|
|
|
@@ -51,7 +51,7 @@ declare function Drawer({
|
|
|
51
51
|
size,
|
|
52
52
|
onChange,
|
|
53
53
|
...rest
|
|
54
|
-
}: DrawerProps):
|
|
54
|
+
}: DrawerProps): react_jsx_runtime52.JSX.Element;
|
|
55
55
|
//#endregion
|
|
56
56
|
export { Drawer };
|
|
57
57
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { ComponentPropsWithRef } from "react";
|
|
14
|
-
import * as
|
|
14
|
+
import * as react_jsx_runtime81 from "react/jsx-runtime";
|
|
15
15
|
|
|
16
16
|
//#region src/components/drawer/layout-main.d.ts
|
|
17
17
|
declare function DrawerLayoutMain({
|
|
18
18
|
className,
|
|
19
19
|
...rest
|
|
20
|
-
}: ComponentPropsWithRef<'main'>):
|
|
20
|
+
}: ComponentPropsWithRef<'main'>): react_jsx_runtime81.JSX.Element;
|
|
21
21
|
//#endregion
|
|
22
22
|
export { DrawerLayoutMain };
|
|
23
23
|
//# sourceMappingURL=layout-main.d.ts.map
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { DrawerLayoutProps } from "./types.js";
|
|
14
|
-
import * as
|
|
14
|
+
import * as react_jsx_runtime59 from "react/jsx-runtime";
|
|
15
15
|
|
|
16
16
|
//#region src/components/drawer/layout.d.ts
|
|
17
17
|
declare function DrawerLayout({
|
|
@@ -19,7 +19,7 @@ declare function DrawerLayout({
|
|
|
19
19
|
extend,
|
|
20
20
|
push,
|
|
21
21
|
...rest
|
|
22
|
-
}: DrawerLayoutProps):
|
|
22
|
+
}: DrawerLayoutProps): react_jsx_runtime59.JSX.Element;
|
|
23
23
|
//#endregion
|
|
24
24
|
export { DrawerLayout };
|
|
25
25
|
//# sourceMappingURL=layout.d.ts.map
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
import { DrawerMenuItemProps } from "./types.js";
|
|
14
14
|
import "client-only";
|
|
15
|
-
import * as
|
|
15
|
+
import * as react_jsx_runtime60 from "react/jsx-runtime";
|
|
16
16
|
|
|
17
17
|
//#region src/components/drawer/menu-item.d.ts
|
|
18
18
|
declare function DrawerMenuItem({
|
|
@@ -22,7 +22,7 @@ declare function DrawerMenuItem({
|
|
|
22
22
|
toggle,
|
|
23
23
|
textValue,
|
|
24
24
|
...rest
|
|
25
|
-
}: DrawerMenuItemProps):
|
|
25
|
+
}: DrawerMenuItemProps): react_jsx_runtime60.JSX.Element | null;
|
|
26
26
|
//#endregion
|
|
27
27
|
export { DrawerMenuItem };
|
|
28
28
|
//# sourceMappingURL=menu-item.d.ts.map
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { DrawerMenuProps } from "./types.js";
|
|
14
|
-
import * as
|
|
14
|
+
import * as react_jsx_runtime61 from "react/jsx-runtime";
|
|
15
15
|
|
|
16
16
|
//#region src/components/drawer/menu.d.ts
|
|
17
17
|
declare function DrawerMenu({
|
|
@@ -19,7 +19,7 @@ declare function DrawerMenu({
|
|
|
19
19
|
position,
|
|
20
20
|
children,
|
|
21
21
|
...rest
|
|
22
|
-
}: DrawerMenuProps):
|
|
22
|
+
}: DrawerMenuProps): react_jsx_runtime61.JSX.Element;
|
|
23
23
|
//#endregion
|
|
24
24
|
export { DrawerMenu };
|
|
25
25
|
//# sourceMappingURL=menu.d.ts.map
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { ComponentPropsWithRef } from "react";
|
|
14
|
-
import * as
|
|
14
|
+
import * as react_jsx_runtime47 from "react/jsx-runtime";
|
|
15
15
|
|
|
16
16
|
//#region src/components/drawer/panel.d.ts
|
|
17
17
|
declare function DrawerPanel({
|
|
18
18
|
className,
|
|
19
19
|
...rest
|
|
20
|
-
}: ComponentPropsWithRef<'div'>):
|
|
20
|
+
}: ComponentPropsWithRef<'div'>): react_jsx_runtime47.JSX.Element;
|
|
21
21
|
//#endregion
|
|
22
22
|
export { DrawerPanel };
|
|
23
23
|
//# sourceMappingURL=panel.d.ts.map
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
|
|
13
13
|
import { DrawerTriggerProps } from "./types.js";
|
|
14
14
|
import "client-only";
|
|
15
|
-
import * as
|
|
15
|
+
import * as react_jsx_runtime49 from "react/jsx-runtime";
|
|
16
16
|
|
|
17
17
|
//#region src/components/drawer/trigger.d.ts
|
|
18
18
|
declare function DrawerTrigger({
|
|
19
19
|
for: events,
|
|
20
20
|
...rest
|
|
21
|
-
}: DrawerTriggerProps):
|
|
21
|
+
}: DrawerTriggerProps): react_jsx_runtime49.JSX.Element;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { DrawerTrigger };
|
|
24
24
|
//# sourceMappingURL=trigger.d.ts.map
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import { ViewStackViewProps } from "../view-stack/types.js";
|
|
14
14
|
import "client-only";
|
|
15
15
|
import { ComponentPropsWithRef } from "react";
|
|
16
|
-
import * as
|
|
16
|
+
import * as react_jsx_runtime167 from "react/jsx-runtime";
|
|
17
17
|
|
|
18
18
|
//#region src/components/drawer/view.d.ts
|
|
19
19
|
declare function DrawerView({
|
|
@@ -21,7 +21,7 @@ declare function DrawerView({
|
|
|
21
21
|
children,
|
|
22
22
|
className,
|
|
23
23
|
...rest
|
|
24
|
-
}: ViewStackViewProps & ComponentPropsWithRef<'div'>):
|
|
24
|
+
}: ViewStackViewProps & ComponentPropsWithRef<'div'>): react_jsx_runtime167.JSX.Element;
|
|
25
25
|
//#endregion
|
|
26
26
|
export { DrawerView };
|
|
27
27
|
//# sourceMappingURL=view.d.ts.map
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
|
|
13
13
|
import { FlashcardComponentProps, FlashcardDetailsListProps, FlashcardProps } from "./types.js";
|
|
14
14
|
import "client-only";
|
|
15
|
-
import * as
|
|
16
|
-
import * as
|
|
15
|
+
import * as react17 from "react";
|
|
16
|
+
import * as react_jsx_runtime53 from "react/jsx-runtime";
|
|
17
17
|
|
|
18
18
|
//#region src/components/flashcard/index.d.ts
|
|
19
|
-
declare const FlashcardContext:
|
|
19
|
+
declare const FlashcardContext: react17.Context<FlashcardProps>;
|
|
20
20
|
/**
|
|
21
21
|
* Example usage.
|
|
22
22
|
*
|
|
@@ -41,27 +41,27 @@ declare const FlashcardContext: react7.Context<FlashcardProps>;
|
|
|
41
41
|
* </Flashcard>
|
|
42
42
|
* ```
|
|
43
43
|
*/
|
|
44
|
-
declare function Flashcard(props: FlashcardProps):
|
|
44
|
+
declare function Flashcard(props: FlashcardProps): react_jsx_runtime53.JSX.Element;
|
|
45
45
|
declare namespace Flashcard {
|
|
46
46
|
var displayName: string;
|
|
47
47
|
}
|
|
48
|
-
declare function FlashcardHero(props: FlashcardComponentProps):
|
|
48
|
+
declare function FlashcardHero(props: FlashcardComponentProps): react_jsx_runtime53.JSX.Element;
|
|
49
49
|
declare namespace FlashcardHero {
|
|
50
50
|
var displayName: string;
|
|
51
51
|
}
|
|
52
|
-
declare function FlashcardAdditionalData(props: FlashcardComponentProps):
|
|
52
|
+
declare function FlashcardAdditionalData(props: FlashcardComponentProps): react_jsx_runtime53.JSX.Element | null;
|
|
53
53
|
declare namespace FlashcardAdditionalData {
|
|
54
54
|
var displayName: string;
|
|
55
55
|
}
|
|
56
|
-
declare function FlashcardDetailsList(props: FlashcardDetailsListProps):
|
|
56
|
+
declare function FlashcardDetailsList(props: FlashcardDetailsListProps): react_jsx_runtime53.JSX.Element;
|
|
57
57
|
declare namespace FlashcardDetailsList {
|
|
58
58
|
var displayName: string;
|
|
59
59
|
}
|
|
60
|
-
declare function FlashcardDetailsLabel(props: FlashcardComponentProps):
|
|
60
|
+
declare function FlashcardDetailsLabel(props: FlashcardComponentProps): react_jsx_runtime53.JSX.Element;
|
|
61
61
|
declare namespace FlashcardDetailsLabel {
|
|
62
62
|
var displayName: string;
|
|
63
63
|
}
|
|
64
|
-
declare function FlashcardDetailsValue(props: FlashcardComponentProps):
|
|
64
|
+
declare function FlashcardDetailsValue(props: FlashcardComponentProps): react_jsx_runtime53.JSX.Element;
|
|
65
65
|
declare namespace FlashcardDetailsValue {
|
|
66
66
|
var displayName: string;
|
|
67
67
|
}
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
|
|
13
13
|
import { HeroProps } from "./types.js";
|
|
14
14
|
import "client-only";
|
|
15
|
-
import * as
|
|
15
|
+
import * as react18 from "react";
|
|
16
16
|
import { ContextValue } from "react-aria-components";
|
|
17
17
|
|
|
18
18
|
//#region src/components/hero/context.d.ts
|
|
19
|
-
declare const HeroContext:
|
|
19
|
+
declare const HeroContext: react18.Context<ContextValue<HeroProps, HTMLElement>>;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { HeroContext };
|
|
22
22
|
//# sourceMappingURL=context.d.ts.map
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
import { HeroProps } from "./types.js";
|
|
14
14
|
import "client-only";
|
|
15
|
-
import * as
|
|
15
|
+
import * as react_jsx_runtime63 from "react/jsx-runtime";
|
|
16
16
|
|
|
17
17
|
//#region src/components/hero/index.d.ts
|
|
18
18
|
|
|
@@ -49,7 +49,7 @@ import * as react_jsx_runtime44 from "react/jsx-runtime";
|
|
|
49
49
|
declare function Hero({
|
|
50
50
|
ref,
|
|
51
51
|
...props
|
|
52
|
-
}: HeroProps):
|
|
52
|
+
}: HeroProps): react_jsx_runtime63.JSX.Element;
|
|
53
53
|
//#endregion
|
|
54
54
|
export { Hero };
|
|
55
55
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import "client-only";
|
|
14
|
-
import * as
|
|
14
|
+
import * as react19 from "react";
|
|
15
15
|
import * as react_aria_components0 from "react-aria-components";
|
|
16
16
|
|
|
17
17
|
//#region src/components/hero/subtitle.d.ts
|
|
18
|
-
declare const HeroSubtitle:
|
|
18
|
+
declare const HeroSubtitle: react19.ForwardRefExoticComponent<react_aria_components0.TextProps & react19.RefAttributes<HTMLElement>>;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { HeroSubtitle };
|
|
21
21
|
//# sourceMappingURL=subtitle.d.ts.map
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import "client-only";
|
|
14
|
-
import * as
|
|
14
|
+
import * as react21 from "react";
|
|
15
15
|
import * as react_aria_components0 from "react-aria-components";
|
|
16
16
|
|
|
17
17
|
//#region src/components/hero/title.d.ts
|
|
18
|
-
declare const HeroTitle:
|
|
18
|
+
declare const HeroTitle: react21.ForwardRefExoticComponent<react_aria_components0.HeadingProps & react21.RefAttributes<HTMLHeadingElement>>;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { HeroTitle };
|
|
21
21
|
//# sourceMappingURL=title.d.ts.map
|
|
@@ -13,16 +13,16 @@
|
|
|
13
13
|
import { ProviderProps } from "../../lib/types.js";
|
|
14
14
|
import { HotkeyProps } from "./types.js";
|
|
15
15
|
import "client-only";
|
|
16
|
-
import * as
|
|
16
|
+
import * as react23 from "react";
|
|
17
17
|
import { ContextValue } from "react-aria-components";
|
|
18
|
-
import * as
|
|
18
|
+
import * as react_jsx_runtime66 from "react/jsx-runtime";
|
|
19
19
|
|
|
20
20
|
//#region src/components/hotkey/context.d.ts
|
|
21
|
-
declare const HotkeyContext:
|
|
21
|
+
declare const HotkeyContext: react23.Context<ContextValue<HotkeyProps, HTMLElement>>;
|
|
22
22
|
declare function HotkeyProvider({
|
|
23
23
|
children,
|
|
24
24
|
...props
|
|
25
|
-
}: ProviderProps<HotkeyProps>):
|
|
25
|
+
}: ProviderProps<HotkeyProps>): react_jsx_runtime66.JSX.Element;
|
|
26
26
|
//#endregion
|
|
27
27
|
export { HotkeyContext, HotkeyProvider };
|
|
28
28
|
//# sourceMappingURL=context.d.ts.map
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
import { HotkeyProps } from "./types.js";
|
|
14
14
|
import "client-only";
|
|
15
|
-
import * as
|
|
15
|
+
import * as react_jsx_runtime69 from "react/jsx-runtime";
|
|
16
16
|
|
|
17
17
|
//#region src/components/hotkey/index.d.ts
|
|
18
18
|
|
|
@@ -51,7 +51,7 @@ declare function Hotkey({
|
|
|
51
51
|
ref,
|
|
52
52
|
children,
|
|
53
53
|
...props
|
|
54
|
-
}: HotkeyProps):
|
|
54
|
+
}: HotkeyProps): react_jsx_runtime69.JSX.Element;
|
|
55
55
|
//#endregion
|
|
56
56
|
export { Hotkey };
|
|
57
57
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
|
|
13
13
|
import "client-only";
|
|
14
14
|
import { ComponentPropsWithRef } from "react";
|
|
15
|
-
import * as
|
|
15
|
+
import * as react_jsx_runtime71 from "react/jsx-runtime";
|
|
16
16
|
|
|
17
17
|
//#region src/components/hotkey/set.d.ts
|
|
18
18
|
declare function HotkeySet({
|
|
19
19
|
className,
|
|
20
20
|
...rest
|
|
21
|
-
}: ComponentPropsWithRef<'div'>):
|
|
21
|
+
}: ComponentPropsWithRef<'div'>): react_jsx_runtime71.JSX.Element;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { HotkeySet };
|
|
24
24
|
//# sourceMappingURL=set.d.ts.map
|
|
@@ -13,16 +13,16 @@
|
|
|
13
13
|
import { ProviderProps } from "../../lib/types.js";
|
|
14
14
|
import { IconProps } from "./types.js";
|
|
15
15
|
import "client-only";
|
|
16
|
-
import * as
|
|
16
|
+
import * as react24 from "react";
|
|
17
17
|
import { ContextValue } from "react-aria-components";
|
|
18
|
-
import * as
|
|
18
|
+
import * as react_jsx_runtime76 from "react/jsx-runtime";
|
|
19
19
|
|
|
20
20
|
//#region src/components/icon/context.d.ts
|
|
21
|
-
declare const IconContext:
|
|
21
|
+
declare const IconContext: react24.Context<ContextValue<IconProps, HTMLSpanElement>>;
|
|
22
22
|
declare function IconProvider({
|
|
23
23
|
children,
|
|
24
24
|
...props
|
|
25
|
-
}: ProviderProps<IconProps>):
|
|
25
|
+
}: ProviderProps<IconProps>): react_jsx_runtime76.JSX.Element;
|
|
26
26
|
//#endregion
|
|
27
27
|
export { IconContext, IconProvider };
|
|
28
28
|
//# sourceMappingURL=context.d.ts.map
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
import { IconProps } from "./types.js";
|
|
14
14
|
import "client-only";
|
|
15
|
-
import * as
|
|
15
|
+
import * as react_jsx_runtime79 from "react/jsx-runtime";
|
|
16
16
|
|
|
17
17
|
//#region src/components/icon/index.d.ts
|
|
18
18
|
|
|
@@ -48,7 +48,7 @@ import * as react_jsx_runtime49 from "react/jsx-runtime";
|
|
|
48
48
|
declare function Icon({
|
|
49
49
|
ref,
|
|
50
50
|
...props
|
|
51
|
-
}: IconProps):
|
|
51
|
+
}: IconProps): react_jsx_runtime79.JSX.Element;
|
|
52
52
|
//#endregion
|
|
53
53
|
export { Icon };
|
|
54
54
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
|
|
13
13
|
import { InputProps as InputProps$1 } from "./types.js";
|
|
14
14
|
import "client-only";
|
|
15
|
-
import * as
|
|
15
|
+
import * as react26 from "react";
|
|
16
16
|
import { ContextValue } from "react-aria-components";
|
|
17
17
|
|
|
18
18
|
//#region src/components/input/context.d.ts
|
|
19
|
-
declare const InputContext:
|
|
19
|
+
declare const InputContext: react26.Context<ContextValue<InputProps$1, HTMLInputElement>>;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { InputContext };
|
|
22
22
|
//# sourceMappingURL=context.d.ts.map
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
import { InputProps } from "./types.js";
|
|
14
14
|
import "client-only";
|
|
15
|
-
import * as
|
|
15
|
+
import * as react_jsx_runtime64 from "react/jsx-runtime";
|
|
16
16
|
|
|
17
17
|
//#region src/components/input/index.d.ts
|
|
18
18
|
|
|
@@ -37,7 +37,7 @@ import * as react_jsx_runtime50 from "react/jsx-runtime";
|
|
|
37
37
|
declare function Input({
|
|
38
38
|
ref,
|
|
39
39
|
...props
|
|
40
|
-
}: InputProps):
|
|
40
|
+
}: InputProps): react_jsx_runtime64.JSX.Element;
|
|
41
41
|
//#endregion
|
|
42
42
|
export { Input };
|
|
43
43
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -15,8 +15,9 @@
|
|
|
15
15
|
@layer components.l1 {
|
|
16
16
|
.container {
|
|
17
17
|
--length: attr(data-length type(<number>), 0);
|
|
18
|
-
@apply gap-
|
|
18
|
+
@apply gap-s rounded-medium px-s py-xs font-display outline-interactive grid items-center outline;
|
|
19
19
|
grid-template-areas: 'input clear';
|
|
20
|
+
grid-template-columns: 1fr min-content;
|
|
20
21
|
|
|
21
22
|
@variant size-medium {
|
|
22
23
|
@apply text-body-s;
|
|
@@ -48,27 +49,33 @@
|
|
|
48
49
|
|
|
49
50
|
&.hasPrefix {
|
|
50
51
|
grid-template-areas: 'prefix input';
|
|
52
|
+
grid-template-columns: min-content 1fr;
|
|
51
53
|
}
|
|
52
54
|
|
|
53
55
|
&.hasSuffix {
|
|
54
56
|
grid-template-areas: 'input suffix';
|
|
57
|
+
grid-template-columns: 1fr min-content;
|
|
55
58
|
}
|
|
56
59
|
|
|
57
60
|
&.hasPrefix.hasSuffix {
|
|
58
61
|
grid-template-areas: 'prefix input suffix';
|
|
62
|
+
grid-template-columns: min-content 1fr min-content;
|
|
59
63
|
}
|
|
60
64
|
|
|
61
65
|
&.isClearable {
|
|
62
66
|
&.hasPrefix {
|
|
63
67
|
grid-template-areas: 'prefix input clear';
|
|
68
|
+
grid-template-columns: min-content 1fr min-content;
|
|
64
69
|
}
|
|
65
70
|
|
|
66
71
|
&.hasSuffix {
|
|
67
72
|
grid-template-areas: 'input suffix-1 suffix-2';
|
|
73
|
+
grid-template-columns: 1fr min-content min-content;
|
|
68
74
|
}
|
|
69
75
|
|
|
70
76
|
&.hasPrefix.hasSuffix {
|
|
71
77
|
grid-template-areas: 'prefix input suffix-1 suffix-2';
|
|
78
|
+
grid-template-columns: min-content 1fr min-content min-content;
|
|
72
79
|
}
|
|
73
80
|
}
|
|
74
81
|
}
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
|
|
13
13
|
import { KanbanComponentProps } from "./types.js";
|
|
14
14
|
import "client-only";
|
|
15
|
-
import * as
|
|
15
|
+
import * as react_jsx_runtime74 from "react/jsx-runtime";
|
|
16
16
|
|
|
17
17
|
//#region src/components/kanban/card-body.d.ts
|
|
18
18
|
declare function KanbanCardBody({
|
|
19
19
|
children,
|
|
20
20
|
className,
|
|
21
21
|
...rest
|
|
22
|
-
}: KanbanComponentProps):
|
|
22
|
+
}: KanbanComponentProps): react_jsx_runtime74.JSX.Element;
|
|
23
23
|
//#endregion
|
|
24
24
|
export { KanbanCardBody };
|
|
25
25
|
//# sourceMappingURL=card-body.d.ts.map
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
|
|
13
13
|
import { KanbanComponentProps } from "./types.js";
|
|
14
14
|
import "client-only";
|
|
15
|
-
import * as
|
|
15
|
+
import * as react_jsx_runtime82 from "react/jsx-runtime";
|
|
16
16
|
|
|
17
17
|
//#region src/components/kanban/card-header-actions.d.ts
|
|
18
18
|
declare function KanbanCardHeaderActions({
|
|
19
19
|
children,
|
|
20
20
|
className,
|
|
21
21
|
...rest
|
|
22
|
-
}: KanbanComponentProps):
|
|
22
|
+
}: KanbanComponentProps): react_jsx_runtime82.JSX.Element;
|
|
23
23
|
//#endregion
|
|
24
24
|
export { KanbanCardHeaderActions };
|
|
25
25
|
//# sourceMappingURL=card-header-actions.d.ts.map
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
|
|
13
13
|
import { KanbanComponentProps } from "./types.js";
|
|
14
14
|
import "client-only";
|
|
15
|
-
import * as
|
|
15
|
+
import * as react_jsx_runtime84 from "react/jsx-runtime";
|
|
16
16
|
|
|
17
17
|
//#region src/components/kanban/card-header-title.d.ts
|
|
18
18
|
declare function KanbanCardHeaderTitle({
|
|
19
19
|
className,
|
|
20
20
|
children,
|
|
21
21
|
...rest
|
|
22
|
-
}: KanbanComponentProps):
|
|
22
|
+
}: KanbanComponentProps): react_jsx_runtime84.JSX.Element;
|
|
23
23
|
//#endregion
|
|
24
24
|
export { KanbanCardHeaderTitle };
|
|
25
25
|
//# sourceMappingURL=card-header-title.d.ts.map
|