@accelint/design-toolkit 9.13.0 → 10.1.0
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 +1 -1
- package/dist/components/accordion/group.d.ts +2 -2
- package/dist/components/accordion/index.d.ts +2 -2
- package/dist/components/accordion/panel.d.ts +2 -2
- package/dist/components/accordion/trigger.d.ts +2 -2
- package/dist/components/action-bar/index.d.ts +2 -2
- package/dist/components/audio/index.d.ts +2 -2
- package/dist/components/avatar/context.d.ts +2 -2
- package/dist/components/avatar/index.d.ts +2 -2
- package/dist/components/badge/context.d.ts +4 -4
- 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/carousel/context.d.ts +4 -4
- package/dist/components/carousel/gallery.d.ts +2 -2
- package/dist/components/carousel/index.d.ts +2 -2
- package/dist/components/carousel/navigation.d.ts +3 -3
- package/dist/components/carousel/position.d.ts +2 -2
- package/dist/components/carousel/select.d.ts +2 -2
- package/dist/components/carousel/viewer.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/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/date-field/index.js.map +1 -1
- package/dist/components/deferred-collection/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/floating-card/constants.d.ts +26 -0
- package/dist/components/floating-card/constants.js +40 -0
- package/dist/components/floating-card/constants.js.map +1 -0
- package/dist/components/floating-card/context.d.ts +38 -6
- package/dist/components/floating-card/context.js +24 -3
- package/dist/components/floating-card/context.js.map +1 -1
- package/dist/components/floating-card/hooks/use-card-layout.d.ts +36 -0
- package/dist/components/floating-card/hooks/use-card-layout.js +106 -0
- package/dist/components/floating-card/hooks/use-card-layout.js.map +1 -0
- package/dist/components/floating-card/hooks/use-drag.d.ts +62 -0
- package/dist/components/floating-card/hooks/use-drag.js +100 -0
- package/dist/components/floating-card/hooks/use-drag.js.map +1 -0
- package/dist/components/floating-card/hooks/use-mouse-interaction.d.ts +58 -0
- package/dist/components/floating-card/hooks/use-mouse-interaction.js +91 -0
- package/dist/components/floating-card/hooks/use-mouse-interaction.js.map +1 -0
- package/dist/components/floating-card/hooks/use-resize.d.ts +56 -0
- package/dist/components/floating-card/hooks/use-resize.js +98 -0
- package/dist/components/floating-card/hooks/use-resize.js.map +1 -0
- package/dist/components/floating-card/index.d.ts +6 -2
- package/dist/components/floating-card/index.js +24 -32
- package/dist/components/floating-card/index.js.map +1 -1
- package/dist/components/floating-card/panel.d.ts +69 -0
- package/dist/components/floating-card/panel.js +111 -0
- package/dist/components/floating-card/panel.js.map +1 -0
- package/dist/components/floating-card/provider.d.ts +10 -6
- package/dist/components/floating-card/provider.js +159 -153
- package/dist/components/floating-card/provider.js.map +1 -1
- package/dist/components/floating-card/styles.module.css +93 -39
- package/dist/components/floating-card/types.d.ts +51 -10
- package/dist/components/floating-card/utils.d.ts +8 -85
- package/dist/components/floating-card/utils.js +12 -38
- package/dist/components/floating-card/utils.js.map +1 -1
- package/dist/components/gantt/components/base-elements/range.d.ts +2 -2
- package/dist/components/gantt/components/containers/external/gantt-content-container/index.d.ts +2 -2
- package/dist/components/gantt/components/containers/external/gantt-panel-container/index.d.ts +2 -2
- package/dist/components/gantt/components/containers/internal/index.d.ts +2 -2
- package/dist/components/gantt/components/containers/internal/layout-container/index.d.ts +2 -2
- package/dist/components/gantt/components/containers/internal/virtualized-content-height-container/index.d.ts +2 -2
- package/dist/components/gantt/components/content-row/block.d.ts +2 -2
- package/dist/components/gantt/components/content-row/bracket.d.ts +3 -3
- package/dist/components/gantt/components/content-row/icon-marker.d.ts +2 -2
- package/dist/components/gantt/components/content-row/index.d.ts +2 -2
- package/dist/components/gantt/components/content-row/marker.d.ts +2 -2
- package/dist/components/gantt/components/content-row/spacer.d.ts +2 -2
- package/dist/components/gantt/components/current-time/index.d.ts +2 -2
- package/dist/components/gantt/components/header/index.d.ts +3 -3
- package/dist/components/gantt/components/panel-row/index.d.ts +2 -2
- package/dist/components/gantt/components/rows-virtualizer/index.d.ts +3 -3
- package/dist/components/gantt/components/timeline/index.d.ts +2 -2
- package/dist/components/gantt/components/timeline-chunk/index.d.ts +3 -3
- package/dist/components/gantt/context/index.d.ts +4 -4
- package/dist/components/gantt/context/store/index.d.ts +4 -4
- package/dist/components/gantt/context/temporal-data/index.d.ts +4 -4
- package/dist/components/gantt/hooks/use-layout-subscription/index.js +8 -8
- package/dist/components/gantt/hooks/use-layout-subscription/index.js.map +1 -1
- 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 +3 -3
- 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/index.d.ts +2 -2
- 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 +2 -2
- 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/list/context.d.ts +2 -2
- package/dist/components/list/index.d.ts +2 -2
- package/dist/components/list/item-content.d.ts +2 -2
- package/dist/components/list/item-description.d.ts +2 -2
- package/dist/components/list/item-title.d.ts +2 -2
- package/dist/components/list/item.d.ts +2 -2
- package/dist/components/media-controls/context.d.ts +4 -4
- package/dist/components/media-controls/fullscreen-button.d.ts +2 -2
- package/dist/components/media-controls/index.d.ts +2 -2
- package/dist/components/media-controls/mute-button.d.ts +2 -2
- package/dist/components/media-controls/play-button.d.ts +2 -2
- package/dist/components/media-controls/playback-rate.d.ts +2 -2
- package/dist/components/media-controls/seek-button.d.ts +2 -2
- package/dist/components/media-controls/time-display.d.ts +2 -2
- package/dist/components/media-controls/time-range.d.ts +2 -2
- package/dist/components/media-controls/volume-slider.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/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 +3 -3
- 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 +2 -2
- 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/status-indicator/index.d.ts +2 -2
- package/dist/components/stepper/back.d.ts +71 -0
- package/dist/components/stepper/back.js +82 -0
- package/dist/components/stepper/back.js.map +1 -0
- package/dist/components/stepper/context.d.ts +49 -0
- package/dist/components/stepper/context.js +56 -0
- package/dist/components/stepper/context.js.map +1 -0
- package/dist/components/stepper/index.d.ts +22 -0
- package/dist/components/stepper/index.js +23 -0
- package/dist/components/stepper/list.d.ts +65 -0
- package/dist/components/stepper/list.js +121 -0
- package/dist/components/stepper/list.js.map +1 -0
- package/dist/components/stepper/next.d.ts +80 -0
- package/dist/components/stepper/next.js +91 -0
- package/dist/components/stepper/next.js.map +1 -0
- package/dist/components/stepper/panel.d.ts +66 -0
- package/dist/components/stepper/panel.js +77 -0
- package/dist/components/stepper/panel.js.map +1 -0
- package/dist/components/stepper/step.d.ts +49 -0
- package/dist/components/stepper/step.js +89 -0
- package/dist/components/stepper/step.js.map +1 -0
- package/dist/components/stepper/stepper.d.ts +130 -0
- package/dist/components/stepper/stepper.js +154 -0
- package/dist/components/stepper/stepper.js.map +1 -0
- package/dist/components/stepper/styles.module.css +126 -0
- package/dist/components/stepper/types.d.ts +205 -0
- package/dist/components/stepper/types.js +12 -0
- package/dist/components/stepper/use-stepper-state.d.ts +175 -0
- package/dist/components/stepper/use-stepper-state.js +225 -0
- package/dist/components/stepper/use-stepper-state.js.map +1 -0
- 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 +4 -3
- package/dist/components/table/body.js.map +1 -1
- package/dist/components/table/cell.d.ts +4 -3
- package/dist/components/table/cell.js.map +1 -1
- package/dist/components/table/context.d.ts +2 -2
- package/dist/components/table/features.d.ts +80 -0
- package/dist/components/table/features.js +61 -0
- package/dist/components/table/features.js.map +1 -0
- package/dist/components/table/header-cell.d.ts +4 -3
- package/dist/components/table/header-cell.js.map +1 -1
- package/dist/components/table/header.d.ts +4 -3
- package/dist/components/table/header.js.map +1 -1
- package/dist/components/table/index.d.ts +2 -2
- package/dist/components/table/index.js +40 -49
- package/dist/components/table/index.js.map +1 -1
- package/dist/components/table/row-ordering-feature.d.ts +88 -0
- package/dist/components/table/row-ordering-feature.js +115 -0
- package/dist/components/table/row-ordering-feature.js.map +1 -0
- package/dist/components/table/row.d.ts +4 -3
- package/dist/components/table/row.js.map +1 -1
- package/dist/components/table/types.d.ts +15 -13
- package/dist/components/tabs/context.d.ts +6 -6
- 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/video/index.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/index.d.ts +13 -2
- package/dist/index.js +11 -1
- package/dist/providers/portal.d.ts +2 -2
- package/dist/providers/theme-provider.d.ts +2 -2
- package/package.json +28 -12
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
import { DrawerContextValue, DrawerEvent } from "./types.js";
|
|
14
14
|
import "client-only";
|
|
15
|
-
import * as
|
|
15
|
+
import * as react10 from "react";
|
|
16
16
|
import { UniqueId } from "@accelint/core";
|
|
17
17
|
import { Broadcast } from "@accelint/bus";
|
|
18
18
|
|
|
@@ -25,7 +25,7 @@ import { Broadcast } from "@accelint/bus";
|
|
|
25
25
|
* const { register, unregister, placement } = useContext(DrawerContext);
|
|
26
26
|
* ```
|
|
27
27
|
*/
|
|
28
|
-
declare const DrawerContext:
|
|
28
|
+
declare const DrawerContext: react10.Context<DrawerContextValue>;
|
|
29
29
|
/**
|
|
30
30
|
* Event bus instance for drawer-related events.
|
|
31
31
|
*
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { ComponentPropsWithRef } from "react";
|
|
14
|
-
import * as
|
|
14
|
+
import * as react_jsx_runtime45 from "react/jsx-runtime";
|
|
15
15
|
|
|
16
16
|
//#region src/components/drawer/footer.d.ts
|
|
17
17
|
|
|
@@ -39,7 +39,7 @@ import * as react_jsx_runtime64 from "react/jsx-runtime";
|
|
|
39
39
|
declare function DrawerFooter({
|
|
40
40
|
className,
|
|
41
41
|
...rest
|
|
42
|
-
}: ComponentPropsWithRef<'footer'>):
|
|
42
|
+
}: ComponentPropsWithRef<'footer'>): react_jsx_runtime45.JSX.Element;
|
|
43
43
|
//#endregion
|
|
44
44
|
export { DrawerFooter };
|
|
45
45
|
//# 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_runtime46 from "react/jsx-runtime";
|
|
15
15
|
|
|
16
16
|
//#region src/components/drawer/header-title.d.ts
|
|
17
17
|
|
|
@@ -41,7 +41,7 @@ declare function DrawerHeaderTitle({
|
|
|
41
41
|
className,
|
|
42
42
|
level,
|
|
43
43
|
...rest
|
|
44
|
-
}: DrawerTitleProps):
|
|
44
|
+
}: DrawerTitleProps): react_jsx_runtime46.JSX.Element;
|
|
45
45
|
//#endregion
|
|
46
46
|
export { DrawerHeaderTitle };
|
|
47
47
|
//# 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_runtime47 from "react/jsx-runtime";
|
|
16
16
|
|
|
17
17
|
//#region src/components/drawer/header.d.ts
|
|
18
18
|
|
|
@@ -52,7 +52,7 @@ declare function DrawerHeader({
|
|
|
52
52
|
title,
|
|
53
53
|
children,
|
|
54
54
|
...rest
|
|
55
|
-
}: ComponentPropsWithRef<'header'>):
|
|
55
|
+
}: ComponentPropsWithRef<'header'>): react_jsx_runtime47.JSX.Element;
|
|
56
56
|
//#endregion
|
|
57
57
|
export { DrawerHeader };
|
|
58
58
|
//# 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_runtime48 from "react/jsx-runtime";
|
|
16
16
|
|
|
17
17
|
//#region src/components/drawer/index.d.ts
|
|
18
18
|
|
|
@@ -63,7 +63,7 @@ declare function Drawer({
|
|
|
63
63
|
size,
|
|
64
64
|
onChange,
|
|
65
65
|
...rest
|
|
66
|
-
}: DrawerProps):
|
|
66
|
+
}: DrawerProps): react_jsx_runtime48.JSX.Element;
|
|
67
67
|
//#endregion
|
|
68
68
|
export { Drawer };
|
|
69
69
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { ComponentPropsWithRef } from "react";
|
|
14
|
-
import * as
|
|
14
|
+
import * as react_jsx_runtime82 from "react/jsx-runtime";
|
|
15
15
|
|
|
16
16
|
//#region src/components/drawer/layout-main.d.ts
|
|
17
17
|
|
|
@@ -38,7 +38,7 @@ import * as react_jsx_runtime68 from "react/jsx-runtime";
|
|
|
38
38
|
declare function DrawerLayoutMain({
|
|
39
39
|
className,
|
|
40
40
|
...rest
|
|
41
|
-
}: ComponentPropsWithRef<'main'>):
|
|
41
|
+
}: ComponentPropsWithRef<'main'>): react_jsx_runtime82.JSX.Element;
|
|
42
42
|
//#endregion
|
|
43
43
|
export { DrawerLayoutMain };
|
|
44
44
|
//# 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_runtime85 from "react/jsx-runtime";
|
|
15
15
|
|
|
16
16
|
//#region src/components/drawer/layout.d.ts
|
|
17
17
|
|
|
@@ -42,7 +42,7 @@ declare function DrawerLayout({
|
|
|
42
42
|
extend,
|
|
43
43
|
push,
|
|
44
44
|
...rest
|
|
45
|
-
}: DrawerLayoutProps):
|
|
45
|
+
}: DrawerLayoutProps): react_jsx_runtime85.JSX.Element;
|
|
46
46
|
//#endregion
|
|
47
47
|
export { DrawerLayout };
|
|
48
48
|
//# 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_runtime86 from "react/jsx-runtime";
|
|
16
16
|
|
|
17
17
|
//#region src/components/drawer/menu-item.d.ts
|
|
18
18
|
|
|
@@ -45,7 +45,7 @@ declare function DrawerMenuItem({
|
|
|
45
45
|
toggle,
|
|
46
46
|
textValue,
|
|
47
47
|
...rest
|
|
48
|
-
}: DrawerMenuItemProps):
|
|
48
|
+
}: DrawerMenuItemProps): react_jsx_runtime86.JSX.Element | null;
|
|
49
49
|
//#endregion
|
|
50
50
|
export { DrawerMenuItem };
|
|
51
51
|
//# 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_runtime87 from "react/jsx-runtime";
|
|
15
15
|
|
|
16
16
|
//#region src/components/drawer/menu.d.ts
|
|
17
17
|
|
|
@@ -39,7 +39,7 @@ declare function DrawerMenu({
|
|
|
39
39
|
position,
|
|
40
40
|
children,
|
|
41
41
|
...rest
|
|
42
|
-
}: DrawerMenuProps):
|
|
42
|
+
}: DrawerMenuProps): react_jsx_runtime87.JSX.Element;
|
|
43
43
|
//#endregion
|
|
44
44
|
export { DrawerMenu };
|
|
45
45
|
//# sourceMappingURL=menu.d.ts.map
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { ComponentPropsWithRef } from "react";
|
|
14
|
-
import * as
|
|
14
|
+
import * as react_jsx_runtime88 from "react/jsx-runtime";
|
|
15
15
|
|
|
16
16
|
//#region src/components/drawer/panel.d.ts
|
|
17
17
|
|
|
@@ -36,7 +36,7 @@ import * as react_jsx_runtime72 from "react/jsx-runtime";
|
|
|
36
36
|
declare function DrawerPanel({
|
|
37
37
|
className,
|
|
38
38
|
...rest
|
|
39
|
-
}: ComponentPropsWithRef<'div'>):
|
|
39
|
+
}: ComponentPropsWithRef<'div'>): react_jsx_runtime88.JSX.Element;
|
|
40
40
|
//#endregion
|
|
41
41
|
export { DrawerPanel };
|
|
42
42
|
//# sourceMappingURL=panel.d.ts.map
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
import { DrawerTriggerProps } from "./types.js";
|
|
14
14
|
import "client-only";
|
|
15
|
-
import * as
|
|
15
|
+
import * as react_jsx_runtime50 from "react/jsx-runtime";
|
|
16
16
|
|
|
17
17
|
//#region src/components/drawer/trigger.d.ts
|
|
18
18
|
|
|
@@ -47,7 +47,7 @@ import * as react_jsx_runtime73 from "react/jsx-runtime";
|
|
|
47
47
|
declare function DrawerTrigger({
|
|
48
48
|
for: events,
|
|
49
49
|
...rest
|
|
50
|
-
}: DrawerTriggerProps):
|
|
50
|
+
}: DrawerTriggerProps): react_jsx_runtime50.JSX.Element;
|
|
51
51
|
//#endregion
|
|
52
52
|
export { DrawerTrigger };
|
|
53
53
|
//# 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_runtime52 from "react/jsx-runtime";
|
|
17
17
|
|
|
18
18
|
//#region src/components/drawer/view.d.ts
|
|
19
19
|
|
|
@@ -44,7 +44,7 @@ declare function DrawerView({
|
|
|
44
44
|
children,
|
|
45
45
|
className,
|
|
46
46
|
...rest
|
|
47
|
-
}: ViewStackViewProps & ComponentPropsWithRef<'div'>):
|
|
47
|
+
}: ViewStackViewProps & ComponentPropsWithRef<'div'>): react_jsx_runtime52.JSX.Element;
|
|
48
48
|
//#endregion
|
|
49
49
|
export { DrawerView };
|
|
50
50
|
//# sourceMappingURL=view.d.ts.map
|
|
@@ -12,14 +12,14 @@
|
|
|
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 react13 from "react";
|
|
16
|
+
import * as react_jsx_runtime53 from "react/jsx-runtime";
|
|
17
17
|
|
|
18
18
|
//#region src/components/flashcard/index.d.ts
|
|
19
19
|
/**
|
|
20
20
|
* Context for sharing Flashcard state across child components.
|
|
21
21
|
*/
|
|
22
|
-
declare const FlashcardContext:
|
|
22
|
+
declare const FlashcardContext: react13.Context<FlashcardProps>;
|
|
23
23
|
/**
|
|
24
24
|
* Flashcard - A quick visual identifier for map entity data.
|
|
25
25
|
*
|
|
@@ -46,7 +46,7 @@ declare const FlashcardContext: react21.Context<FlashcardProps>;
|
|
|
46
46
|
* </Flashcard>
|
|
47
47
|
* ```
|
|
48
48
|
*/
|
|
49
|
-
declare function Flashcard(props: FlashcardProps):
|
|
49
|
+
declare function Flashcard(props: FlashcardProps): react_jsx_runtime53.JSX.Element;
|
|
50
50
|
declare namespace Flashcard {
|
|
51
51
|
var displayName: string;
|
|
52
52
|
}
|
|
@@ -68,7 +68,7 @@ declare namespace Flashcard {
|
|
|
68
68
|
* </Flashcard>
|
|
69
69
|
* ```
|
|
70
70
|
*/
|
|
71
|
-
declare function FlashcardHero(props: FlashcardComponentProps):
|
|
71
|
+
declare function FlashcardHero(props: FlashcardComponentProps): react_jsx_runtime53.JSX.Element;
|
|
72
72
|
declare namespace FlashcardHero {
|
|
73
73
|
var displayName: string;
|
|
74
74
|
}
|
|
@@ -92,7 +92,7 @@ declare namespace FlashcardHero {
|
|
|
92
92
|
* </Flashcard>
|
|
93
93
|
* ```
|
|
94
94
|
*/
|
|
95
|
-
declare function FlashcardAdditionalData(props: FlashcardComponentProps):
|
|
95
|
+
declare function FlashcardAdditionalData(props: FlashcardComponentProps): react_jsx_runtime53.JSX.Element | null;
|
|
96
96
|
declare namespace FlashcardAdditionalData {
|
|
97
97
|
var displayName: string;
|
|
98
98
|
}
|
|
@@ -119,7 +119,7 @@ declare namespace FlashcardAdditionalData {
|
|
|
119
119
|
* </Flashcard>
|
|
120
120
|
* ```
|
|
121
121
|
*/
|
|
122
|
-
declare function FlashcardDetailsList(props: FlashcardDetailsListProps):
|
|
122
|
+
declare function FlashcardDetailsList(props: FlashcardDetailsListProps): react_jsx_runtime53.JSX.Element;
|
|
123
123
|
declare namespace FlashcardDetailsList {
|
|
124
124
|
var displayName: string;
|
|
125
125
|
}
|
|
@@ -141,7 +141,7 @@ declare namespace FlashcardDetailsList {
|
|
|
141
141
|
* </FlashcardDetailsList>
|
|
142
142
|
* ```
|
|
143
143
|
*/
|
|
144
|
-
declare function FlashcardDetailsLabel(props: FlashcardComponentProps):
|
|
144
|
+
declare function FlashcardDetailsLabel(props: FlashcardComponentProps): react_jsx_runtime53.JSX.Element;
|
|
145
145
|
declare namespace FlashcardDetailsLabel {
|
|
146
146
|
var displayName: string;
|
|
147
147
|
}
|
|
@@ -163,7 +163,7 @@ declare namespace FlashcardDetailsLabel {
|
|
|
163
163
|
* </FlashcardDetailsList>
|
|
164
164
|
* ```
|
|
165
165
|
*/
|
|
166
|
-
declare function FlashcardDetailsValue(props: FlashcardComponentProps):
|
|
166
|
+
declare function FlashcardDetailsValue(props: FlashcardComponentProps): react_jsx_runtime53.JSX.Element;
|
|
167
167
|
declare namespace FlashcardDetailsValue {
|
|
168
168
|
var displayName: string;
|
|
169
169
|
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
//#region src/components/floating-card/constants.d.ts
|
|
2
|
+
/** Size a card opens at when `initialDimensions` is omitted. */
|
|
3
|
+
declare const DEFAULT_DIMENSIONS: {
|
|
4
|
+
readonly width: 300;
|
|
5
|
+
readonly height: 400;
|
|
6
|
+
};
|
|
7
|
+
/** Position a card opens at when `initialPosition` is omitted. */
|
|
8
|
+
declare const DEFAULT_POSITION: {
|
|
9
|
+
readonly x: 100;
|
|
10
|
+
readonly y: 100;
|
|
11
|
+
};
|
|
12
|
+
/** Smallest size a card can be resized to. */
|
|
13
|
+
declare const MIN_DIMENSIONS: {
|
|
14
|
+
readonly width: 150;
|
|
15
|
+
readonly height: 100;
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* Pointer travel, in pixels, before a press on the header becomes a drag.
|
|
19
|
+
* Keeps a click from nudging the card.
|
|
20
|
+
*/
|
|
21
|
+
declare const DRAG_THRESHOLD = 5;
|
|
22
|
+
/** Stacking order the first card in a provider receives. */
|
|
23
|
+
declare const BASE_Z_INDEX = 1;
|
|
24
|
+
//#endregion
|
|
25
|
+
export { BASE_Z_INDEX, DEFAULT_DIMENSIONS, DEFAULT_POSITION, DRAG_THRESHOLD, MIN_DIMENSIONS };
|
|
26
|
+
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2026 Hypergiant Galactic Systems Inc. All rights reserved.
|
|
3
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
+
* of the License at https://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
*
|
|
7
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
+
* governing permissions and limitations under the License.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
//#region src/components/floating-card/constants.ts
|
|
15
|
+
/** Size a card opens at when `initialDimensions` is omitted. */
|
|
16
|
+
const DEFAULT_DIMENSIONS = {
|
|
17
|
+
width: 300,
|
|
18
|
+
height: 400
|
|
19
|
+
};
|
|
20
|
+
/** Position a card opens at when `initialPosition` is omitted. */
|
|
21
|
+
const DEFAULT_POSITION = {
|
|
22
|
+
x: 100,
|
|
23
|
+
y: 100
|
|
24
|
+
};
|
|
25
|
+
/** Smallest size a card can be resized to. */
|
|
26
|
+
const MIN_DIMENSIONS = {
|
|
27
|
+
width: 150,
|
|
28
|
+
height: 100
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Pointer travel, in pixels, before a press on the header becomes a drag.
|
|
32
|
+
* Keeps a click from nudging the card.
|
|
33
|
+
*/
|
|
34
|
+
const DRAG_THRESHOLD = 5;
|
|
35
|
+
/** Stacking order the first card in a provider receives. */
|
|
36
|
+
const BASE_Z_INDEX = 1;
|
|
37
|
+
|
|
38
|
+
//#endregion
|
|
39
|
+
export { BASE_Z_INDEX, DEFAULT_DIMENSIONS, DEFAULT_POSITION, DRAG_THRESHOLD, MIN_DIMENSIONS };
|
|
40
|
+
//# sourceMappingURL=constants.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.js","names":[],"sources":["../../../src/components/floating-card/constants.ts"],"sourcesContent":["// __private-exports\n/*\n * Copyright 2026 Hypergiant Galactic Systems Inc. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n/** Size a card opens at when `initialDimensions` is omitted. */\nexport const DEFAULT_DIMENSIONS = { width: 300, height: 400 } as const;\n\n/** Position a card opens at when `initialPosition` is omitted. */\nexport const DEFAULT_POSITION = { x: 100, y: 100 } as const;\n\n/** Smallest size a card can be resized to. */\nexport const MIN_DIMENSIONS = { width: 150, height: 100 } as const;\n\n/**\n * Pointer travel, in pixels, before a press on the header becomes a drag.\n * Keeps a click from nudging the card.\n */\nexport const DRAG_THRESHOLD = 5;\n\n/** Stacking order the first card in a provider receives. */\nexport const BASE_Z_INDEX = 1;\n"],"mappings":";;;;;;;;;;;;;;;AAcA,MAAa,qBAAqB;CAAE,OAAO;CAAK,QAAQ;CAAK;;AAG7D,MAAa,mBAAmB;CAAE,GAAG;CAAK,GAAG;CAAK;;AAGlD,MAAa,iBAAiB;CAAE,OAAO;CAAK,QAAQ;CAAK;;;;;AAMzD,MAAa,iBAAiB;;AAG9B,MAAa,eAAe"}
|
|
@@ -10,16 +10,48 @@
|
|
|
10
10
|
* governing permissions and limitations under the License.
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
|
-
import { FloatingCardContextValue } from "./types.js";
|
|
14
|
-
import * as
|
|
13
|
+
import { Dimensions, FloatingCardContextValue, Position } from "./types.js";
|
|
14
|
+
import * as react14 from "react";
|
|
15
|
+
import { UniqueId } from "@accelint/core/utility/uuid";
|
|
15
16
|
|
|
16
17
|
//#region src/components/floating-card/context.d.ts
|
|
17
|
-
|
|
18
|
+
/**
|
|
19
|
+
* How a `FloatingCard` attaches itself to its provider.
|
|
20
|
+
*
|
|
21
|
+
* @remarks
|
|
22
|
+
* Internal wiring rather than application API, so it is declared here rather
|
|
23
|
+
* than alongside the public types. Every member is stable for the provider's
|
|
24
|
+
* lifetime.
|
|
25
|
+
*/
|
|
26
|
+
type FloatingCardRegistryValue = {
|
|
27
|
+
/** Registers a card with the provider so it renders as a panel */
|
|
28
|
+
openCard: (id: UniqueId, title: string | undefined, position: Position, dimensions: Dimensions) => void;
|
|
29
|
+
/** Registers the DOM node a card's children portal into */
|
|
30
|
+
addRef: (id: UniqueId, ref: HTMLDivElement | null) => void;
|
|
31
|
+
};
|
|
32
|
+
declare const FloatingCardContext: react14.Context<FloatingCardContextValue | null>;
|
|
33
|
+
/**
|
|
34
|
+
* Wiring between `FloatingCard` and its provider.
|
|
35
|
+
*
|
|
36
|
+
* @remarks
|
|
37
|
+
* Deliberately separate from {@link FloatingCardContext}: registering a card is
|
|
38
|
+
* an internal detail, so it stays off the value applications consume. Its
|
|
39
|
+
* members are stable for the provider's lifetime, so reading it never causes a
|
|
40
|
+
* re-render.
|
|
41
|
+
*/
|
|
42
|
+
declare const FloatingCardRegistryContext: react14.Context<FloatingCardRegistryValue | null>;
|
|
43
|
+
/**
|
|
44
|
+
* Reads the registration channel a `FloatingCard` uses to attach itself.
|
|
45
|
+
*
|
|
46
|
+
* @returns The provider's registration callbacks.
|
|
47
|
+
* @throws {Error} If used outside of a FloatingCardProvider.
|
|
48
|
+
*/
|
|
49
|
+
declare function useFloatingCardRegistry(): FloatingCardRegistryValue;
|
|
18
50
|
/**
|
|
19
51
|
* Hook to access floating card management functionality.
|
|
20
52
|
*
|
|
21
|
-
* Provides
|
|
22
|
-
*
|
|
53
|
+
* Provides the card registry and programmatic control over closing and pinning
|
|
54
|
+
* floating cards.
|
|
23
55
|
*
|
|
24
56
|
* @returns Context value with card management methods and state.
|
|
25
57
|
* @throws {Error} If used outside of a FloatingCardProvider.
|
|
@@ -39,5 +71,5 @@ declare const FloatingCardContext: react19.Context<FloatingCardContextValue | nu
|
|
|
39
71
|
*/
|
|
40
72
|
declare function useFloatingCard(): FloatingCardContextValue;
|
|
41
73
|
//#endregion
|
|
42
|
-
export { FloatingCardContext, useFloatingCard };
|
|
74
|
+
export { FloatingCardContext, FloatingCardRegistryContext, FloatingCardRegistryValue, useFloatingCard, useFloatingCardRegistry };
|
|
43
75
|
//# sourceMappingURL=context.d.ts.map
|
|
@@ -16,10 +16,31 @@ import { createContext, useContext } from "react";
|
|
|
16
16
|
//#region src/components/floating-card/context.tsx
|
|
17
17
|
const FloatingCardContext = createContext(null);
|
|
18
18
|
/**
|
|
19
|
+
* Wiring between `FloatingCard` and its provider.
|
|
20
|
+
*
|
|
21
|
+
* @remarks
|
|
22
|
+
* Deliberately separate from {@link FloatingCardContext}: registering a card is
|
|
23
|
+
* an internal detail, so it stays off the value applications consume. Its
|
|
24
|
+
* members are stable for the provider's lifetime, so reading it never causes a
|
|
25
|
+
* re-render.
|
|
26
|
+
*/
|
|
27
|
+
const FloatingCardRegistryContext = createContext(null);
|
|
28
|
+
/**
|
|
29
|
+
* Reads the registration channel a `FloatingCard` uses to attach itself.
|
|
30
|
+
*
|
|
31
|
+
* @returns The provider's registration callbacks.
|
|
32
|
+
* @throws {Error} If used outside of a FloatingCardProvider.
|
|
33
|
+
*/
|
|
34
|
+
function useFloatingCardRegistry() {
|
|
35
|
+
const context = useContext(FloatingCardRegistryContext);
|
|
36
|
+
if (!context) throw new Error("FloatingCard must be rendered within a FloatingCardProvider.");
|
|
37
|
+
return context;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
19
40
|
* Hook to access floating card management functionality.
|
|
20
41
|
*
|
|
21
|
-
* Provides
|
|
22
|
-
*
|
|
42
|
+
* Provides the card registry and programmatic control over closing and pinning
|
|
43
|
+
* floating cards.
|
|
23
44
|
*
|
|
24
45
|
* @returns Context value with card management methods and state.
|
|
25
46
|
* @throws {Error} If used outside of a FloatingCardProvider.
|
|
@@ -44,5 +65,5 @@ function useFloatingCard() {
|
|
|
44
65
|
}
|
|
45
66
|
|
|
46
67
|
//#endregion
|
|
47
|
-
export { FloatingCardContext, useFloatingCard };
|
|
68
|
+
export { FloatingCardContext, FloatingCardRegistryContext, useFloatingCard, useFloatingCardRegistry };
|
|
48
69
|
//# sourceMappingURL=context.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context.js","names":[],"sources":["../../../src/components/floating-card/context.tsx"],"sourcesContent":["// __private-exports\n/*\n * Copyright 2026 Hypergiant Galactic Systems Inc. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport { createContext, useContext } from 'react';\nimport type { FloatingCardContextValue } from './types';\n\nexport const FloatingCardContext =\n createContext<FloatingCardContextValue | null>(null);\n/**\n * Hook to access floating card management functionality.\n *\n * Provides
|
|
1
|
+
{"version":3,"file":"context.js","names":[],"sources":["../../../src/components/floating-card/context.tsx"],"sourcesContent":["// __private-exports\n/*\n * Copyright 2026 Hypergiant Galactic Systems Inc. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport { createContext, useContext } from 'react';\nimport type { UniqueId } from '@accelint/core/utility/uuid';\nimport type { Dimensions, FloatingCardContextValue, Position } from './types';\n\n/**\n * How a `FloatingCard` attaches itself to its provider.\n *\n * @remarks\n * Internal wiring rather than application API, so it is declared here rather\n * than alongside the public types. Every member is stable for the provider's\n * lifetime.\n */\nexport type FloatingCardRegistryValue = {\n /** Registers a card with the provider so it renders as a panel */\n openCard: (\n id: UniqueId,\n title: string | undefined,\n position: Position,\n dimensions: Dimensions,\n ) => void;\n\n /** Registers the DOM node a card's children portal into */\n addRef: (id: UniqueId, ref: HTMLDivElement | null) => void;\n};\n\nexport const FloatingCardContext =\n createContext<FloatingCardContextValue | null>(null);\n\n/**\n * Wiring between `FloatingCard` and its provider.\n *\n * @remarks\n * Deliberately separate from {@link FloatingCardContext}: registering a card is\n * an internal detail, so it stays off the value applications consume. Its\n * members are stable for the provider's lifetime, so reading it never causes a\n * re-render.\n */\nexport const FloatingCardRegistryContext =\n createContext<FloatingCardRegistryValue | null>(null);\n\n/**\n * Reads the registration channel a `FloatingCard` uses to attach itself.\n *\n * @returns The provider's registration callbacks.\n * @throws {Error} If used outside of a FloatingCardProvider.\n */\nexport function useFloatingCardRegistry(): FloatingCardRegistryValue {\n const context = useContext(FloatingCardRegistryContext);\n\n if (!context) {\n // Only FloatingCard reads this, so name that rather than the internal hook.\n throw new Error(\n 'FloatingCard must be rendered within a FloatingCardProvider.',\n );\n }\n\n return context;\n}\n\n/**\n * Hook to access floating card management functionality.\n *\n * Provides the card registry and programmatic control over closing and pinning\n * floating cards.\n *\n * @returns Context value with card management methods and state.\n * @throws {Error} If used outside of a FloatingCardProvider.\n *\n * @example\n * ```tsx\n * function MyComponent() {\n * const { closeCard, togglePinCard } = useFloatingCard();\n *\n * return (\n * <button onClick={() => closeCard('my-card-id' as UniqueId)}>\n * Close Card\n * </button>\n * );\n * }\n * ```\n */\nexport function useFloatingCard(): FloatingCardContextValue {\n const context = useContext(FloatingCardContext);\n if (!context) {\n throw new Error(\n 'useFloatingCard must be used within a FloatingCardProvider.',\n );\n }\n return context;\n}\n"],"mappings":";;;;;;;;;;;;;;;;AAsCA,MAAa,sBACX,cAA+C,KAAK;;;;;;;;;;AAWtD,MAAa,8BACX,cAAgD,KAAK;;;;;;;AAQvD,SAAgB,0BAAqD;CACnE,MAAM,UAAU,WAAW,4BAA4B;AAEvD,KAAI,CAAC,QAEH,OAAM,IAAI,MACR,+DACD;AAGH,QAAO;;;;;;;;;;;;;;;;;;;;;;;;AAyBT,SAAgB,kBAA4C;CAC1D,MAAM,UAAU,WAAW,oBAAoB;AAC/C,KAAI,CAAC,QACH,OAAM,IAAI,MACR,8DACD;AAEH,QAAO"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2026 Hypergiant Galactic Systems Inc. All rights reserved.
|
|
3
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
+
* of the License at https://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
*
|
|
7
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
+
* governing permissions and limitations under the License.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
import { Dimensions, FloatingCardLayout, Position } from "../types.js";
|
|
14
|
+
import { UniqueId } from "@accelint/core/utility/uuid";
|
|
15
|
+
|
|
16
|
+
//#region src/components/floating-card/hooks/use-card-layout.d.ts
|
|
17
|
+
/**
|
|
18
|
+
* Tracks position, size, and stacking order for the cards in one provider.
|
|
19
|
+
*
|
|
20
|
+
* @returns The layout registry and the operations that mutate it.
|
|
21
|
+
*
|
|
22
|
+
* @remarks
|
|
23
|
+
* State is per-provider rather than module-level so two providers on a page
|
|
24
|
+
* keep independent stacking orders.
|
|
25
|
+
*/
|
|
26
|
+
declare function useCardLayout(): {
|
|
27
|
+
layouts: Record<UniqueId, FloatingCardLayout>;
|
|
28
|
+
registerCard: (id: UniqueId, title: string | undefined, position: Position, dimensions: Dimensions) => void;
|
|
29
|
+
unregisterCard: (id: UniqueId) => void;
|
|
30
|
+
moveCard: (id: UniqueId, position: Position) => void;
|
|
31
|
+
resizeCard: (id: UniqueId, dimensions: Dimensions, position: Position) => void;
|
|
32
|
+
bringToFront: (id: UniqueId) => void;
|
|
33
|
+
};
|
|
34
|
+
//#endregion
|
|
35
|
+
export { useCardLayout };
|
|
36
|
+
//# sourceMappingURL=use-card-layout.d.ts.map
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2026 Hypergiant Galactic Systems Inc. All rights reserved.
|
|
3
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
5
|
+
* of the License at https://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
*
|
|
7
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
8
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
9
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
10
|
+
* governing permissions and limitations under the License.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
import { BASE_Z_INDEX } from "../constants.js";
|
|
15
|
+
import { useCallback, useState } from "react";
|
|
16
|
+
|
|
17
|
+
//#region src/components/floating-card/hooks/use-card-layout.ts
|
|
18
|
+
/**
|
|
19
|
+
* Tracks position, size, and stacking order for the cards in one provider.
|
|
20
|
+
*
|
|
21
|
+
* @returns The layout registry and the operations that mutate it.
|
|
22
|
+
*
|
|
23
|
+
* @remarks
|
|
24
|
+
* State is per-provider rather than module-level so two providers on a page
|
|
25
|
+
* keep independent stacking orders.
|
|
26
|
+
*/
|
|
27
|
+
function useCardLayout() {
|
|
28
|
+
const [layouts, setLayouts] = useState({});
|
|
29
|
+
return {
|
|
30
|
+
layouts,
|
|
31
|
+
registerCard: useCallback((id, title, position, dimensions) => {
|
|
32
|
+
setLayouts((current) => {
|
|
33
|
+
const existing = current[id];
|
|
34
|
+
if (existing) return existing.title === title ? current : {
|
|
35
|
+
...current,
|
|
36
|
+
[id]: {
|
|
37
|
+
...existing,
|
|
38
|
+
title
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
const highest = Object.values(current).reduce((max, layout) => Math.max(max, layout.zIndex), BASE_Z_INDEX - 1);
|
|
42
|
+
return {
|
|
43
|
+
...current,
|
|
44
|
+
[id]: {
|
|
45
|
+
title,
|
|
46
|
+
position,
|
|
47
|
+
dimensions,
|
|
48
|
+
zIndex: highest + 1
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
});
|
|
52
|
+
}, []),
|
|
53
|
+
unregisterCard: useCallback((id) => {
|
|
54
|
+
setLayouts((current) => {
|
|
55
|
+
if (!current[id]) return current;
|
|
56
|
+
const next = { ...current };
|
|
57
|
+
delete next[id];
|
|
58
|
+
return next;
|
|
59
|
+
});
|
|
60
|
+
}, []),
|
|
61
|
+
moveCard: useCallback((id, position) => {
|
|
62
|
+
setLayouts((current) => current[id] ? {
|
|
63
|
+
...current,
|
|
64
|
+
[id]: {
|
|
65
|
+
...current[id],
|
|
66
|
+
position
|
|
67
|
+
}
|
|
68
|
+
} : current);
|
|
69
|
+
}, []),
|
|
70
|
+
resizeCard: useCallback((id, dimensions, position) => {
|
|
71
|
+
setLayouts((current) => current[id] ? {
|
|
72
|
+
...current,
|
|
73
|
+
[id]: {
|
|
74
|
+
...current[id],
|
|
75
|
+
dimensions,
|
|
76
|
+
position
|
|
77
|
+
}
|
|
78
|
+
} : current);
|
|
79
|
+
}, []),
|
|
80
|
+
bringToFront: useCallback((id) => {
|
|
81
|
+
setLayouts((current) => {
|
|
82
|
+
const target = current[id];
|
|
83
|
+
if (!target) return current;
|
|
84
|
+
const highest = Object.values(current).reduce((max, layout) => Math.max(max, layout.zIndex), BASE_Z_INDEX - 1);
|
|
85
|
+
if (target.zIndex === highest) return current;
|
|
86
|
+
const ordered = Object.entries(current).filter(([cardId]) => cardId !== id).sort(([, a], [, b]) => a.zIndex - b.zIndex);
|
|
87
|
+
const next = { ...current };
|
|
88
|
+
ordered.forEach(([cardId, layout], index) => {
|
|
89
|
+
next[cardId] = {
|
|
90
|
+
...layout,
|
|
91
|
+
zIndex: BASE_Z_INDEX + index
|
|
92
|
+
};
|
|
93
|
+
});
|
|
94
|
+
next[id] = {
|
|
95
|
+
...target,
|
|
96
|
+
zIndex: BASE_Z_INDEX + ordered.length
|
|
97
|
+
};
|
|
98
|
+
return next;
|
|
99
|
+
});
|
|
100
|
+
}, [])
|
|
101
|
+
};
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
//#endregion
|
|
105
|
+
export { useCardLayout };
|
|
106
|
+
//# sourceMappingURL=use-card-layout.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-card-layout.js","names":[],"sources":["../../../../src/components/floating-card/hooks/use-card-layout.ts"],"sourcesContent":["// __private-exports\n/*\n * Copyright 2026 Hypergiant Galactic Systems Inc. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport { useCallback, useState } from 'react';\nimport { BASE_Z_INDEX } from '../constants';\nimport type { UniqueId } from '@accelint/core/utility/uuid';\nimport type { Dimensions, FloatingCardLayout, Position } from '../types';\n\n/**\n * Tracks position, size, and stacking order for the cards in one provider.\n *\n * @returns The layout registry and the operations that mutate it.\n *\n * @remarks\n * State is per-provider rather than module-level so two providers on a page\n * keep independent stacking orders.\n */\nexport function useCardLayout() {\n const [layouts, setLayouts] = useState<Record<UniqueId, FloatingCardLayout>>(\n {},\n );\n\n const registerCard = useCallback(\n (\n id: UniqueId,\n title: string | undefined,\n position: Position,\n dimensions: Dimensions,\n ) => {\n setLayouts((current) => {\n const existing = current[id];\n\n // An open card keeps the geometry it has, so a re-register cannot undo\n // a drag or resize. Only the title stays live.\n if (existing) {\n return existing.title === title\n ? current\n : { ...current, [id]: { ...existing, title } };\n }\n\n const highest = Object.values(current).reduce(\n (max, layout) => Math.max(max, layout.zIndex),\n BASE_Z_INDEX - 1,\n );\n\n return {\n ...current,\n [id]: { title, position, dimensions, zIndex: highest + 1 },\n };\n });\n },\n [],\n );\n\n const unregisterCard = useCallback((id: UniqueId) => {\n setLayouts((current) => {\n if (!current[id]) {\n return current;\n }\n\n const next = { ...current };\n delete next[id];\n\n return next;\n });\n }, []);\n\n const moveCard = useCallback((id: UniqueId, position: Position) => {\n setLayouts((current) =>\n current[id]\n ? { ...current, [id]: { ...current[id], position } }\n : current,\n );\n }, []);\n\n const resizeCard = useCallback(\n (id: UniqueId, dimensions: Dimensions, position: Position) => {\n setLayouts((current) =>\n current[id]\n ? { ...current, [id]: { ...current[id], dimensions, position } }\n : current,\n );\n },\n [],\n );\n\n const bringToFront = useCallback((id: UniqueId) => {\n setLayouts((current) => {\n const target = current[id];\n\n if (!target) {\n return current;\n }\n\n const highest = Object.values(current).reduce(\n (max, layout) => Math.max(max, layout.zIndex),\n BASE_Z_INDEX - 1,\n );\n\n // Already on top -- skip the update so focusing a card repeatedly does\n // not re-render every sibling.\n if (target.zIndex === highest) {\n return current;\n }\n\n // Renumber from the bottom rather than incrementing past the previous\n // top. Alternating focus between two cards would otherwise climb without\n // limit and eventually paint over application chrome.\n const ordered = Object.entries(current)\n .filter(([cardId]) => cardId !== id)\n .sort(([, a], [, b]) => a.zIndex - b.zIndex);\n\n const next = { ...current };\n\n ordered.forEach(([cardId, layout], index) => {\n next[cardId as UniqueId] = { ...layout, zIndex: BASE_Z_INDEX + index };\n });\n\n next[id] = { ...target, zIndex: BASE_Z_INDEX + ordered.length };\n\n return next;\n });\n }, []);\n\n return {\n layouts,\n registerCard,\n unregisterCard,\n moveCard,\n resizeCard,\n bringToFront,\n };\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AA2BA,SAAgB,gBAAgB;CAC9B,MAAM,CAAC,SAAS,cAAc,SAC5B,EAAE,CACH;AAwGD,QAAO;EACL;EACA,cAxGmB,aAEjB,IACA,OACA,UACA,eACG;AACH,eAAY,YAAY;IACtB,MAAM,WAAW,QAAQ;AAIzB,QAAI,SACF,QAAO,SAAS,UAAU,QACtB,UACA;KAAE,GAAG;MAAU,KAAK;MAAE,GAAG;MAAU;MAAO;KAAE;IAGlD,MAAM,UAAU,OAAO,OAAO,QAAQ,CAAC,QACpC,KAAK,WAAW,KAAK,IAAI,KAAK,OAAO,OAAO,EAC7C,eAAe,EAChB;AAED,WAAO;KACL,GAAG;MACF,KAAK;MAAE;MAAO;MAAU;MAAY,QAAQ,UAAU;MAAG;KAC3D;KACD;KAEJ,EAAE,CACH;EA2EC,gBAzEqB,aAAa,OAAiB;AACnD,eAAY,YAAY;AACtB,QAAI,CAAC,QAAQ,IACX,QAAO;IAGT,MAAM,OAAO,EAAE,GAAG,SAAS;AAC3B,WAAO,KAAK;AAEZ,WAAO;KACP;KACD,EAAE,CAAC;EA+DJ,UA7De,aAAa,IAAc,aAAuB;AACjE,eAAY,YACV,QAAQ,MACJ;IAAE,GAAG;KAAU,KAAK;KAAE,GAAG,QAAQ;KAAK;KAAU;IAAE,GAClD,QACL;KACA,EAAE,CAAC;EAwDJ,YAtDiB,aAChB,IAAc,YAAwB,aAAuB;AAC5D,eAAY,YACV,QAAQ,MACJ;IAAE,GAAG;KAAU,KAAK;KAAE,GAAG,QAAQ;KAAK;KAAY;KAAU;IAAE,GAC9D,QACL;KAEH,EAAE,CACH;EA8CC,cA5CmB,aAAa,OAAiB;AACjD,eAAY,YAAY;IACtB,MAAM,SAAS,QAAQ;AAEvB,QAAI,CAAC,OACH,QAAO;IAGT,MAAM,UAAU,OAAO,OAAO,QAAQ,CAAC,QACpC,KAAK,WAAW,KAAK,IAAI,KAAK,OAAO,OAAO,EAC7C,eAAe,EAChB;AAID,QAAI,OAAO,WAAW,QACpB,QAAO;IAMT,MAAM,UAAU,OAAO,QAAQ,QAAQ,CACpC,QAAQ,CAAC,YAAY,WAAW,GAAG,CACnC,MAAM,GAAG,IAAI,GAAG,OAAO,EAAE,SAAS,EAAE,OAAO;IAE9C,MAAM,OAAO,EAAE,GAAG,SAAS;AAE3B,YAAQ,SAAS,CAAC,QAAQ,SAAS,UAAU;AAC3C,UAAK,UAAsB;MAAE,GAAG;MAAQ,QAAQ,eAAe;MAAO;MACtE;AAEF,SAAK,MAAM;KAAE,GAAG;KAAQ,QAAQ,eAAe,QAAQ;KAAQ;AAE/D,WAAO;KACP;KACD,EAAE,CAAC;EASL"}
|