atomicuilibrary 0.0.1 → 0.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/dist/cjs/category-section.cjs.entry.js +1 -1
- package/dist/cjs/exploration-project-tailwind.cjs.js +1 -1
- package/dist/cjs/layout-manager.cjs.entry.js +1 -1
- package/dist/cjs/library-card.cjs.entry.js +1 -1
- package/dist/cjs/lm-container_2.cjs.entry.js +1 -1
- package/dist/cjs/lm-panel_3.cjs.entry.js +4 -4
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/my-step.cjs.entry.js +1 -1
- package/dist/cjs/nav-bar.cjs.entry.js +2 -2
- package/dist/cjs/{security-E1JcwxGc.js → security-CNaNip8F.js} +88 -154
- package/dist/cjs/smart-step.cjs.entry.js +2 -2
- package/dist/cjs/timeline-item.cjs.entry.js +1 -1
- package/dist/cjs/{ui-accordion_10.cjs.entry.js → ui-accordion_11.cjs.entry.js} +613 -26
- package/dist/cjs/ui-advanced-data-table.cjs.entry.js +1 -1
- package/dist/cjs/ui-anchor.cjs.entry.js +1 -1
- package/dist/cjs/ui-aside-panel.cjs.entry.js +5 -5
- package/dist/cjs/ui-avatar-group_3.cjs.entry.js +5 -5
- package/dist/cjs/ui-callout-banner.cjs.entry.js +1 -1
- package/dist/cjs/ui-card.cjs.entry.js +26 -4
- package/dist/cjs/ui-checkbox.cjs.entry.js +2 -2
- package/dist/cjs/ui-code-editor.cjs.entry.js +2 -2
- package/dist/cjs/ui-code-preview.cjs.entry.js +1 -1
- package/dist/cjs/ui-color-controller.cjs.entry.js +1 -1
- package/dist/cjs/ui-dialog-box.cjs.entry.js +1 -1
- package/dist/cjs/ui-dock-host.cjs.entry.js +3 -3
- package/dist/cjs/ui-drag-drop.cjs.entry.js +1 -1
- package/dist/cjs/ui-empty-state.cjs.entry.js +1 -1
- package/dist/cjs/ui-fab-item.cjs.entry.js +1 -1
- package/dist/cjs/ui-fab.cjs.entry.js +2 -2
- package/dist/cjs/ui-library.cjs.entry.js +1 -1
- package/dist/cjs/ui-list-group_2.cjs.entry.js +9 -5
- package/dist/cjs/ui-list.cjs.entry.js +4 -4
- package/dist/cjs/ui-navigation-item.cjs.entry.js +3 -3
- package/dist/cjs/ui-otp-input.cjs.entry.js +2 -2
- package/dist/cjs/{ui-pagination_3.cjs.entry.js → ui-pagination_4.cjs.entry.js} +202 -0
- package/dist/cjs/ui-pattern-input.cjs.entry.js +5 -5
- package/dist/cjs/ui-popover.cjs.entry.js +1 -1
- package/dist/cjs/ui-progress.cjs.entry.js +101 -17
- package/dist/cjs/ui-resizable-panel.cjs.entry.js +1 -1
- package/dist/cjs/ui-smart-location-dropdown.cjs.entry.js +2 -2
- package/dist/cjs/ui-smart-stepper.cjs.entry.js +1 -1
- package/dist/cjs/ui-snackbar.cjs.entry.js +1 -1
- package/dist/cjs/ui-step.cjs.entry.js +1 -1
- package/dist/cjs/ui-stepper.cjs.entry.js +1 -1
- package/dist/cjs/ui-switch.cjs.entry.js +9 -9
- package/dist/cjs/ui-tabs.cjs.entry.js +1 -1
- package/dist/cjs/ui-timeline.cjs.entry.js +1 -1
- package/dist/cjs/ui-toolbar.cjs.entry.js +1 -1
- package/dist/cjs/ui-tooltip.cjs.entry.js +4 -4
- package/dist/cjs/ui-transfer-list.cjs.entry.js +1 -1
- package/dist/cjs/ui-workspace-manager.cjs.entry.js +1 -1
- package/dist/collection/assets/js/demo-loader.js +0 -1
- package/dist/collection/assets/js/demos/accordion-demo.js +189 -0
- package/dist/collection/assets/js/demos/advanced-data-table-demo.js +213 -214
- package/dist/collection/assets/js/demos/aside-panel-demo.js +6 -6
- package/dist/collection/assets/js/demos/button-demo.js +60 -1
- package/dist/collection/assets/js/demos/callout-banner-demo.js +324 -34
- package/dist/collection/assets/js/demos/card-demo.js +108 -61
- package/dist/collection/assets/js/demos/context-menu-demo.js +433 -12
- package/dist/collection/assets/js/demos/dock-demo.js +80 -60
- package/dist/collection/assets/js/demos/documentation-demo.js +227 -22
- package/dist/collection/assets/js/demos/empty-state-demo.js +10 -10
- package/dist/collection/assets/js/demos/list-demo.js +41 -18
- package/dist/collection/assets/js/demos/masonry-demo.js +164 -0
- package/dist/collection/assets/js/demos/progress-demo.js +701 -8
- package/dist/collection/assets/js/demos/radio-demo.js +1 -1
- package/dist/collection/assets/js/demos/splitter-demo.js +137 -0
- package/dist/collection/assets/js/demos/tag-demo.js +48 -18
- package/dist/collection/assets/js/demos/timeline-demo.js +20 -7
- package/dist/collection/assets/js/demos/tooltip-demo.js +26 -26
- package/dist/collection/assets/js/demos/tree-demo.js +28 -10
- package/dist/collection/collection-manifest.json +1 -4
- package/dist/collection/components/accordion/accordion.css +301 -0
- package/dist/collection/components/accordion/accordion.js +40 -8
- package/dist/collection/components/advanced-data-table/advanced-data-table.css +19 -5
- package/dist/collection/components/anchor/anchor.css +0 -2
- package/dist/collection/components/aside-panel/aside-panel.css +1 -3
- package/dist/collection/components/aside-panel/aside-panel.js +5 -5
- package/dist/collection/components/avatar/avatar.js +1 -1
- package/dist/collection/components/badge/badge.css +1 -0
- package/dist/collection/components/badge/badge.js +1 -1
- package/dist/collection/components/breadcrumb/breadcrumb.js +1 -1
- package/dist/collection/components/button/button.css +131 -0
- package/dist/collection/components/button/button.js +128 -9
- package/dist/collection/components/card/card.css +83 -31
- package/dist/collection/components/card/card.js +46 -3
- package/dist/collection/components/checkbox/checkbox.css +8 -10
- package/dist/collection/components/checkbox/checkbox.js +2 -2
- package/dist/collection/components/code-editor/code-editor.js +1 -1
- package/dist/collection/components/code-preview/ui-code-preview.js +1 -1
- package/dist/collection/components/color-controller/color-controller.js +1 -1
- package/dist/collection/components/context-menu/context-menu.css +3 -3
- package/dist/collection/components/dialog-box/dialog-box.js +1 -1
- package/dist/collection/components/dialog-header/dialog-header.js +1 -1
- package/dist/collection/components/dock-host/ui-dock-host.js +3 -3
- package/dist/collection/components/drag-drop/drag-drop.js +1 -1
- package/dist/collection/components/empty-state/empty-state.js +1 -1
- package/dist/collection/components/fab/fab.js +2 -2
- package/dist/collection/components/fab-item/fab-item.js +1 -1
- package/dist/collection/components/horizontal-nav/horizontal-nav.js +2 -2
- package/dist/collection/components/icon/icon.js +1 -1
- package/dist/collection/components/input/input.js +4 -4
- package/dist/collection/components/layout-manager/layout-manager.js +1 -1
- package/dist/collection/components/layout-manager/lm-floating-window/lm-floating-window.js +1 -1
- package/dist/collection/components/layout-manager/lm-panel/lm-panel.js +1 -1
- package/dist/collection/components/layout-manager/lm-splitter/lm-splitter.js +1 -1
- package/dist/collection/components/layout-manager/lm-tabs/lm-tabs.js +1 -1
- package/dist/collection/components/library/category-section.js +1 -1
- package/dist/collection/components/library/library-card.js +1 -1
- package/dist/collection/components/library/library.js +1 -1
- package/dist/collection/components/list/list.js +4 -4
- package/dist/collection/components/list-item/list-item.css +24 -0
- package/dist/collection/components/list-item/list-item.js +35 -4
- package/dist/collection/components/loader/loader.css +1635 -0
- package/dist/collection/components/loader/loader.js +1120 -0
- package/dist/collection/components/my-step/my-step.js +1 -1
- package/dist/collection/components/nav-bar/nav-bar.js +6 -6
- package/dist/collection/components/otp-input/otp-input.js +2 -2
- package/dist/collection/components/pattern-input/pattern-input.js +5 -5
- package/dist/collection/components/progress/progress.css +150 -15
- package/dist/collection/components/progress/progress.js +180 -18
- package/dist/collection/components/radio/radio.css +3 -3
- package/dist/collection/components/radio/radio.js +1 -1
- package/dist/collection/components/resizable-panel/resizable-panel.js +1 -1
- package/dist/collection/components/smart-location-dropdown/smart-location-dropdown.js +2 -2
- package/dist/collection/components/smart-stepper/smart-step.js +2 -2
- package/dist/collection/components/smart-stepper/smart-stepper.js +1 -1
- package/dist/collection/components/snackbar/snackbar.js +1 -1
- package/dist/collection/components/speed-dial/speed-dial.js +1 -1
- package/dist/collection/components/stack/stack.js +2 -2
- package/dist/collection/components/step/step.js +1 -1
- package/dist/collection/components/switch/switch.js +10 -10
- package/dist/collection/components/tag-group/tag-group.js +2 -2
- package/dist/collection/components/timeline-item/timeline-item.js +1 -1
- package/dist/collection/components/toolbar/toolbar.js +1 -1
- package/dist/collection/components/tooltip/tooltip.js +3 -3
- package/dist/collection/components/top-bar/top-bar.js +2 -2
- package/dist/collection/components/ui-navigation-bar/navigation-bar/navigation-bar.css +19 -4
- package/dist/collection/components/ui-navigation-bar/navigation-bar/navigation-bar.js +6 -6
- package/dist/collection/components/ui-navigation-bar/navigation-item.js +3 -3
- package/dist/collection/components.js +1 -0
- package/dist/components/avatar-group.js +1 -1
- package/dist/components/avatar.js +1 -1
- package/dist/components/badge.js +1 -1
- package/dist/components/button-toggle.js +1 -1
- package/dist/components/category-section2.js +1 -1
- package/dist/components/checkbox.js +1 -1
- package/dist/components/context-menu.js +1 -1
- package/dist/components/dialog-header.js +1 -1
- package/dist/components/dropdown.js +1 -1
- package/dist/components/icon.js +2 -2
- package/dist/components/input.js +1 -1
- package/dist/components/layout-manager.js +1 -1
- package/dist/components/library-card2.js +1 -1
- package/dist/components/list-group.js +1 -1
- package/dist/components/list-item.js +1 -1
- package/dist/components/lm-container2.js +1 -1
- package/dist/components/lm-floating-window2.js +1 -1
- package/dist/components/lm-panel2.js +1 -1
- package/dist/components/lm-splitter2.js +1 -1
- package/dist/components/lm-tabs2.js +1 -1
- package/dist/components/loader.js +1 -0
- package/dist/components/my-step.js +1 -1
- package/dist/components/nav-bar.js +1 -1
- package/dist/components/pagination.js +1 -1
- package/dist/components/radio.js +1 -1
- package/dist/components/range-slider.js +1 -1
- package/dist/components/rating.js +1 -1
- package/dist/components/resizable-panel.js +1 -1
- package/dist/components/skeleton-loader.js +1 -1
- package/dist/components/smart-step.js +1 -1
- package/dist/components/stack.js +1 -1
- package/dist/components/switch.js +1 -1
- package/dist/components/tag-group.js +1 -1
- package/dist/components/tag.js +1 -1
- package/dist/components/timeline-item.js +1 -1
- package/dist/components/toggle-group.js +1 -1
- package/dist/components/tooltip.js +1 -1
- package/dist/components/ui-accordion.js +1 -1
- package/dist/components/ui-advanced-data-table.js +1 -1
- package/dist/components/ui-anchor.js +1 -1
- package/dist/components/ui-aside-panel.js +1 -1
- package/dist/components/ui-breadcrumb-item.js +1 -1
- package/dist/components/ui-breadcrumb.js +1 -1
- package/dist/components/ui-button-toggle-group.js +1 -1
- package/dist/components/ui-callout-banner.js +1 -1
- package/dist/components/ui-card.js +1 -1
- package/dist/components/ui-carousel.js +1 -1
- package/dist/components/ui-code-editor.js +1 -1
- package/dist/components/ui-code-preview.js +1 -1
- package/dist/components/ui-color-controller.js +1 -1
- package/dist/components/ui-color-picker.js +1 -1
- package/dist/components/ui-command-palette.js +1 -1
- package/dist/components/ui-dialog-box.js +1 -1
- package/dist/components/ui-divider.js +1 -1
- package/dist/components/ui-dock-host.js +1 -1
- package/dist/components/ui-dock.js +1 -1
- package/dist/components/ui-drag-drop.js +1 -1
- package/dist/components/ui-empty-state.js +1 -1
- package/dist/components/ui-fab-item.js +1 -1
- package/dist/components/ui-fab.js +1 -1
- package/dist/components/ui-file-upload.js +1 -1
- package/dist/components/ui-horizontal-nav.js +1 -1
- package/dist/components/ui-knob.js +1 -1
- package/dist/components/ui-library.js +1 -1
- package/dist/components/ui-list.js +1 -1
- package/dist/components/{ui-input-pair.d.ts → ui-loader.d.ts} +4 -4
- package/dist/components/ui-loader.js +1 -0
- package/dist/components/ui-masonry.js +1 -1
- package/dist/components/ui-meter-group.js +1 -1
- package/dist/components/ui-navigation-bar.js +1 -1
- package/dist/components/ui-navigation-item.js +1 -1
- package/dist/components/ui-number-input.js +1 -1
- package/dist/components/ui-otp-input.js +1 -1
- package/dist/components/ui-panel.js +1 -1
- package/dist/components/ui-pattern-input.js +1 -1
- package/dist/components/ui-popover.js +1 -1
- package/dist/components/ui-progress.js +1 -1
- package/dist/components/ui-scroll-top.js +1 -1
- package/dist/components/ui-smart-context-menu.js +1 -1
- package/dist/components/ui-smart-location-dropdown.js +1 -1
- package/dist/components/ui-smart-stepper.js +1 -1
- package/dist/components/ui-snackbar.js +1 -1
- package/dist/components/ui-speed-dial.js +1 -1
- package/dist/components/ui-splitter.js +1 -1
- package/dist/components/ui-step.js +1 -1
- package/dist/components/ui-stepper.js +1 -1
- package/dist/components/ui-tabs.js +1 -1
- package/dist/components/ui-timeline.js +1 -1
- package/dist/components/ui-timer.js +1 -1
- package/dist/components/ui-toolbar.js +1 -1
- package/dist/components/ui-top-bar.js +1 -1
- package/dist/components/ui-transfer-list.js +1 -1
- package/dist/components/ui-tree.js +1 -1
- package/dist/components/ui-workspace-manager.js +1 -1
- package/dist/esm/category-section.entry.js +1 -1
- package/dist/esm/exploration-project-tailwind.js +1 -1
- package/dist/esm/layout-manager.entry.js +1 -1
- package/dist/esm/library-card.entry.js +1 -1
- package/dist/esm/lm-container_2.entry.js +1 -1
- package/dist/esm/lm-panel_3.entry.js +4 -4
- package/dist/esm/loader.js +1 -1
- package/dist/esm/my-step.entry.js +1 -1
- package/dist/esm/nav-bar.entry.js +2 -2
- package/dist/esm/{security-D2WzX6vR.js → security-Dyu3Nplq.js} +88 -154
- package/dist/esm/smart-step.entry.js +2 -2
- package/dist/esm/timeline-item.entry.js +1 -1
- package/dist/esm/{ui-accordion_10.entry.js → ui-accordion_11.entry.js} +613 -27
- package/dist/esm/ui-advanced-data-table.entry.js +1 -1
- package/dist/esm/ui-anchor.entry.js +1 -1
- package/dist/esm/ui-aside-panel.entry.js +5 -5
- package/dist/esm/ui-avatar-group_3.entry.js +5 -5
- package/dist/esm/ui-callout-banner.entry.js +1 -1
- package/dist/esm/ui-card.entry.js +26 -4
- package/dist/esm/ui-checkbox.entry.js +2 -2
- package/dist/esm/ui-code-editor.entry.js +2 -2
- package/dist/esm/ui-code-preview.entry.js +1 -1
- package/dist/esm/ui-color-controller.entry.js +1 -1
- package/dist/esm/ui-dialog-box.entry.js +1 -1
- package/dist/esm/ui-dock-host.entry.js +3 -3
- package/dist/esm/ui-drag-drop.entry.js +1 -1
- package/dist/esm/ui-empty-state.entry.js +1 -1
- package/dist/esm/ui-fab-item.entry.js +1 -1
- package/dist/esm/ui-fab.entry.js +2 -2
- package/dist/esm/ui-library.entry.js +1 -1
- package/dist/esm/ui-list-group_2.entry.js +9 -5
- package/dist/esm/ui-list.entry.js +4 -4
- package/dist/esm/ui-navigation-item.entry.js +3 -3
- package/dist/esm/ui-otp-input.entry.js +2 -2
- package/dist/esm/{ui-pagination_3.entry.js → ui-pagination_4.entry.js} +202 -1
- package/dist/esm/ui-pattern-input.entry.js +5 -5
- package/dist/esm/ui-popover.entry.js +1 -1
- package/dist/esm/ui-progress.entry.js +101 -17
- package/dist/esm/ui-resizable-panel.entry.js +1 -1
- package/dist/esm/ui-smart-location-dropdown.entry.js +2 -2
- package/dist/esm/ui-smart-stepper.entry.js +1 -1
- package/dist/esm/ui-snackbar.entry.js +1 -1
- package/dist/esm/ui-step.entry.js +1 -1
- package/dist/esm/ui-stepper.entry.js +1 -1
- package/dist/esm/ui-switch.entry.js +9 -9
- package/dist/esm/ui-tabs.entry.js +1 -1
- package/dist/esm/ui-timeline.entry.js +1 -1
- package/dist/esm/ui-toolbar.entry.js +1 -1
- package/dist/esm/ui-tooltip.entry.js +4 -4
- package/dist/esm/ui-transfer-list.entry.js +1 -1
- package/dist/esm/ui-workspace-manager.entry.js +1 -1
- package/dist/exploration-project-tailwind/exploration-project-tailwind.esm.js +1 -1
- package/dist/exploration-project-tailwind/{p-c7e87fbb.entry.js → p-036d2a44.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-62352ef2.entry.js → p-05a436d3.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-a4f52a76.entry.js → p-16bdd162.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-85bf89fd.entry.js → p-20ecc116.entry.js} +1 -1
- package/dist/exploration-project-tailwind/p-2347d21b.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-3d381f75.entry.js +1 -0
- package/dist/exploration-project-tailwind/{p-e5322e59.entry.js → p-4288c158.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-2f1aebb3.entry.js → p-4417a9d8.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-049744f9.entry.js → p-44742ddd.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-73d29a4a.entry.js → p-4aaa8e40.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-6fa9dc15.entry.js → p-4bef8bed.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-64e3a484.entry.js → p-4efd63ce.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-c5ddc817.entry.js → p-54965530.entry.js} +1 -1
- package/dist/exploration-project-tailwind/p-5c835d90.entry.js +1 -0
- package/dist/exploration-project-tailwind/{p-4de419d5.entry.js → p-6b838549.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-c174a372.entry.js → p-6ddbee42.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-7515b1e3.entry.js → p-70bacda8.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-9fa70359.entry.js → p-71d95bb1.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-2d273118.entry.js → p-7889bfc4.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-0b004861.entry.js → p-790556f0.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-f5719913.entry.js → p-7ba2258a.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-81961fb1.entry.js → p-81ebba11.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-5e3e80ae.entry.js → p-8578b616.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-3d3d48fd.entry.js → p-8b57fe4e.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-ffb1754a.entry.js → p-97af03cc.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-f0830120.entry.js → p-98e91da5.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-d2308a00.entry.js → p-9bd14f69.entry.js} +1 -1
- package/dist/exploration-project-tailwind/p-Dyu3Nplq.js +2 -0
- package/dist/exploration-project-tailwind/{p-ba21fed3.entry.js → p-a27f59d2.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-70d82d79.entry.js → p-a7b07cf4.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-5508874f.entry.js → p-bd89d060.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-9d0c8760.entry.js → p-c02284ea.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-d419eaf0.entry.js → p-c1c8ac28.entry.js} +1 -1
- package/dist/exploration-project-tailwind/p-c63c522e.entry.js +1 -0
- package/dist/exploration-project-tailwind/{p-c90722ec.entry.js → p-cbee2607.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-287dbf09.entry.js → p-d114a347.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-8d951aef.entry.js → p-d2e45c5e.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-77cc333a.entry.js → p-d59da767.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-46596a28.entry.js → p-d6ce9721.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-875be805.entry.js → p-dc92a343.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-4f6bba75.entry.js → p-e22317c1.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-d16c9635.entry.js → p-e76318c7.entry.js} +1 -1
- package/dist/exploration-project-tailwind/p-e8c6d395.entry.js +1 -0
- package/dist/exploration-project-tailwind/{p-c2ca71ac.entry.js → p-eab5ad36.entry.js} +1 -1
- package/dist/exploration-project-tailwind/p-f0bc5d7e.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-f1beee72.entry.js +1 -0
- package/dist/exploration-project-tailwind/p-f543392f.entry.js +1 -0
- package/dist/exploration-project-tailwind/{p-46efdea3.entry.js → p-f61cfb7c.entry.js} +1 -1
- package/dist/exploration-project-tailwind/{p-77124686.entry.js → p-fb4aca69.entry.js} +1 -1
- package/dist/types/components/accordion/accordion.d.ts +10 -2
- package/dist/types/components/button/button.d.ts +9 -0
- package/dist/types/components/card/card.d.ts +4 -0
- package/dist/types/components/list-item/list-item.d.ts +1 -0
- package/dist/types/components/loader/loader.d.ts +145 -0
- package/dist/types/components/progress/progress.d.ts +34 -2
- package/dist/types/components.d.ts +509 -993
- package/dist/types/types/common.d.ts +1 -1
- package/dist/types/types/common.type.d.ts +1 -1
- package/package.json +8 -7
- package/dist/cjs/ui-checkbox-group.cjs.entry.js +0 -330
- package/dist/cjs/ui-image-button.cjs.entry.js +0 -67
- package/dist/cjs/ui-input-pair.cjs.entry.js +0 -44
- package/dist/cjs/ui-radio-group.cjs.entry.js +0 -205
- package/dist/cjs/ui-radio.cjs.entry.js +0 -206
- package/dist/collection/components/checkbox-group/checkbox-group.css +0 -223
- package/dist/collection/components/checkbox-group/checkbox-group.js +0 -1001
- package/dist/collection/components/checkbox-group/types.js +0 -1
- package/dist/collection/components/image-button/image-button.css +0 -154
- package/dist/collection/components/image-button/image-button.js +0 -310
- package/dist/collection/components/image-button/types.js +0 -1
- package/dist/collection/components/input-pair/input-pair.css +0 -72
- package/dist/collection/components/input-pair/input-pair.js +0 -309
- package/dist/collection/components/radio-group/radio-group.css +0 -202
- package/dist/collection/components/radio-group/radio-group.js +0 -903
- package/dist/collection/components/radio-group/types.js +0 -1
- package/dist/components/ui-checkbox-group.d.ts +0 -11
- package/dist/components/ui-checkbox-group.js +0 -1
- package/dist/components/ui-image-button.d.ts +0 -11
- package/dist/components/ui-image-button.js +0 -1
- package/dist/components/ui-input-pair.js +0 -1
- package/dist/components/ui-radio-group.d.ts +0 -11
- package/dist/components/ui-radio-group.js +0 -1
- package/dist/esm/ui-checkbox-group.entry.js +0 -328
- package/dist/esm/ui-image-button.entry.js +0 -65
- package/dist/esm/ui-input-pair.entry.js +0 -42
- package/dist/esm/ui-radio-group.entry.js +0 -203
- package/dist/esm/ui-radio.entry.js +0 -204
- package/dist/exploration-project-tailwind/p-01c7db7a.entry.js +0 -1
- package/dist/exploration-project-tailwind/p-5ce0dbd8.entry.js +0 -1
- package/dist/exploration-project-tailwind/p-6ab80ead.entry.js +0 -1
- package/dist/exploration-project-tailwind/p-6e9694f2.entry.js +0 -1
- package/dist/exploration-project-tailwind/p-7376ac95.entry.js +0 -1
- package/dist/exploration-project-tailwind/p-77a21491.entry.js +0 -1
- package/dist/exploration-project-tailwind/p-7f91d949.entry.js +0 -1
- package/dist/exploration-project-tailwind/p-807c6555.entry.js +0 -1
- package/dist/exploration-project-tailwind/p-D2WzX6vR.js +0 -2
- package/dist/exploration-project-tailwind/p-ab752761.entry.js +0 -1
- package/dist/exploration-project-tailwind/p-ce1222a1.entry.js +0 -1
- package/dist/exploration-project-tailwind/p-e90d5307.entry.js +0 -1
- package/dist/exploration-project-tailwind/p-ecda1cc3.entry.js +0 -1
- package/dist/exploration-project-tailwind/p-f11e5cae.entry.js +0 -1
- package/dist/types/components/checkbox-group/checkbox-group.d.ts +0 -87
- package/dist/types/components/checkbox-group/types.d.ts +0 -8
- package/dist/types/components/image-button/image-button.d.ts +0 -31
- package/dist/types/components/image-button/types.d.ts +0 -1
- package/dist/types/components/input-pair/input-pair.d.ts +0 -28
- package/dist/types/components/radio-group/radio-group.d.ts +0 -74
- package/dist/types/components/radio-group/types.d.ts +0 -2
|
@@ -60,10 +60,21 @@
|
|
|
60
60
|
transform-style: preserve-3d;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
.is-flipped .card-flipper {
|
|
63
|
+
:host(.is-flipped) .card-flipper {
|
|
64
64
|
transform: rotateY(180deg);
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
+
:host(.is-flippable) {
|
|
68
|
+
min-height: var(--ui-card-flip-min-height, 280px);
|
|
69
|
+
}
|
|
70
|
+
:host(.is-flippable) .card-container {
|
|
71
|
+
min-height: var(--ui-card-flip-min-height, 280px);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
:host(.is-closed) {
|
|
75
|
+
display: none !important;
|
|
76
|
+
}
|
|
77
|
+
|
|
67
78
|
.card-face {
|
|
68
79
|
position: absolute;
|
|
69
80
|
top: 0;
|
|
@@ -103,106 +114,147 @@
|
|
|
103
114
|
}
|
|
104
115
|
|
|
105
116
|
/* --- Variants --- */
|
|
106
|
-
.variant-elevated
|
|
117
|
+
.card-variant-elevated {
|
|
107
118
|
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
|
|
108
119
|
}
|
|
109
120
|
|
|
110
|
-
.variant-outlined
|
|
121
|
+
.card-variant-outlined {
|
|
111
122
|
box-shadow: none;
|
|
112
123
|
border: 2px solid var(--ui-card-border-color, var(--border-default, #e5e7eb));
|
|
113
124
|
}
|
|
114
125
|
|
|
115
|
-
.variant-filled
|
|
126
|
+
.card-variant-filled {
|
|
116
127
|
background-color: var(--bg-primary, #f9fafb);
|
|
117
128
|
border: none;
|
|
118
129
|
}
|
|
119
130
|
|
|
120
|
-
.variant-primary
|
|
131
|
+
.card-variant-primary {
|
|
121
132
|
border-left: 4px solid var(--ui-card-primary);
|
|
122
133
|
}
|
|
123
|
-
.variant-primary .card-
|
|
134
|
+
.card-variant-primary .card-header {
|
|
124
135
|
background: linear-gradient(to right, rgba(var(--color-primary-rgb, 59, 130, 246), 0.1), transparent);
|
|
125
136
|
}
|
|
126
137
|
|
|
127
|
-
.variant-success
|
|
138
|
+
.card-variant-success {
|
|
128
139
|
border-left: 4px solid var(--ui-card-success);
|
|
129
140
|
}
|
|
130
|
-
.variant-success .card-
|
|
141
|
+
.card-variant-success .card-header {
|
|
131
142
|
background: linear-gradient(to right, rgba(var(--color-success-rgb, 16, 185, 129), 0.1), transparent);
|
|
132
143
|
}
|
|
133
144
|
|
|
134
|
-
.variant-warning
|
|
145
|
+
.card-variant-warning {
|
|
135
146
|
border-left: 4px solid var(--ui-card-warning);
|
|
136
147
|
}
|
|
137
|
-
.variant-warning .card-
|
|
148
|
+
.card-variant-warning .card-header {
|
|
138
149
|
background: linear-gradient(to right, rgba(var(--color-warning-rgb, 245, 158, 11), 0.1), transparent);
|
|
139
150
|
}
|
|
140
151
|
|
|
141
|
-
.variant-danger
|
|
152
|
+
.card-variant-danger {
|
|
142
153
|
border-left: 4px solid var(--ui-card-danger);
|
|
143
154
|
}
|
|
144
|
-
.variant-danger .card-
|
|
155
|
+
.card-variant-danger .card-header {
|
|
145
156
|
background: linear-gradient(to right, rgba(var(--color-danger-rgb, 239, 68, 68), 0.1), transparent);
|
|
146
157
|
}
|
|
147
158
|
|
|
148
|
-
.variant-info
|
|
159
|
+
.card-variant-info {
|
|
149
160
|
border-left: 4px solid var(--ui-card-info);
|
|
150
161
|
}
|
|
151
|
-
.variant-info .card-
|
|
162
|
+
.card-variant-info .card-header {
|
|
152
163
|
background: linear-gradient(to right, rgba(6, 182, 212, 0.1), transparent);
|
|
153
164
|
}
|
|
154
165
|
|
|
166
|
+
/* --- Status Cards --- */
|
|
167
|
+
.card-variant-status {
|
|
168
|
+
border: 1px solid var(--border-default, #e5e7eb);
|
|
169
|
+
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
170
|
+
}
|
|
171
|
+
.card-variant-status.card-color-primary {
|
|
172
|
+
border: 1.5px solid var(--ui-card-primary);
|
|
173
|
+
background: color-mix(in srgb, var(--ui-card-primary) 5%, var(--ui-card-bg, var(--bg-primary, #ffffff)));
|
|
174
|
+
}
|
|
175
|
+
.card-variant-status.card-color-primary .card-header {
|
|
176
|
+
border-bottom-color: color-mix(in srgb, var(--ui-card-primary) 15%, var(--border-default, #e5e7eb));
|
|
177
|
+
}
|
|
178
|
+
.card-variant-status.card-color-success {
|
|
179
|
+
border: 1.5px solid var(--ui-card-success);
|
|
180
|
+
background: color-mix(in srgb, var(--ui-card-success) 5%, var(--ui-card-bg, var(--bg-primary, #ffffff)));
|
|
181
|
+
}
|
|
182
|
+
.card-variant-status.card-color-success .card-header {
|
|
183
|
+
border-bottom-color: color-mix(in srgb, var(--ui-card-success) 15%, var(--border-default, #e5e7eb));
|
|
184
|
+
}
|
|
185
|
+
.card-variant-status.card-color-warning {
|
|
186
|
+
border: 1.5px solid var(--ui-card-warning);
|
|
187
|
+
background: color-mix(in srgb, var(--ui-card-warning) 5%, var(--ui-card-bg, var(--bg-primary, #ffffff)));
|
|
188
|
+
}
|
|
189
|
+
.card-variant-status.card-color-warning .card-header {
|
|
190
|
+
border-bottom-color: color-mix(in srgb, var(--ui-card-warning) 15%, var(--border-default, #e5e7eb));
|
|
191
|
+
}
|
|
192
|
+
.card-variant-status.card-color-danger {
|
|
193
|
+
border: 1.5px solid var(--ui-card-danger);
|
|
194
|
+
background: color-mix(in srgb, var(--ui-card-danger) 5%, var(--ui-card-bg, var(--bg-primary, #ffffff)));
|
|
195
|
+
}
|
|
196
|
+
.card-variant-status.card-color-danger .card-header {
|
|
197
|
+
border-bottom-color: color-mix(in srgb, var(--ui-card-danger) 15%, var(--border-default, #e5e7eb));
|
|
198
|
+
}
|
|
199
|
+
.card-variant-status.card-color-info {
|
|
200
|
+
border: 1.5px solid var(--ui-card-info);
|
|
201
|
+
background: color-mix(in srgb, var(--ui-card-info) 5%, var(--ui-card-bg, var(--bg-primary, #ffffff)));
|
|
202
|
+
}
|
|
203
|
+
.card-variant-status.card-color-info .card-header {
|
|
204
|
+
border-bottom-color: color-mix(in srgb, var(--ui-card-info) 15%, var(--border-default, #e5e7eb));
|
|
205
|
+
}
|
|
206
|
+
|
|
155
207
|
/* --- Importance & Patterns --- */
|
|
156
|
-
.card-importance-emphasized
|
|
208
|
+
.card-importance-emphasized {
|
|
157
209
|
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
|
|
158
210
|
border: none;
|
|
159
211
|
background: linear-gradient(135deg, var(--bg-secondary, #111827) 0%, var(--color-primary, #374151) 100%);
|
|
160
212
|
color: var(--text-standard, #ffffff);
|
|
161
213
|
}
|
|
162
|
-
.card-importance-emphasized .card-
|
|
163
|
-
.card-importance-emphasized .card-
|
|
164
|
-
.card-importance-emphasized .card-
|
|
165
|
-
.card-importance-emphasized .card-
|
|
214
|
+
.card-importance-emphasized .card-title-text,
|
|
215
|
+
.card-importance-emphasized .card-content,
|
|
216
|
+
.card-importance-emphasized .card-extra,
|
|
217
|
+
.card-importance-emphasized .card-description {
|
|
166
218
|
color: var(--text-standard, #ffffff);
|
|
167
219
|
}
|
|
168
|
-
.card-importance-emphasized .card-
|
|
169
|
-
.card-importance-emphasized .card-
|
|
220
|
+
.card-importance-emphasized .card-header,
|
|
221
|
+
.card-importance-emphasized .card-footer {
|
|
170
222
|
border-bottom-color: rgba(255, 255, 255, 0.1);
|
|
171
223
|
border-top-color: rgba(255, 255, 255, 0.1);
|
|
172
224
|
}
|
|
173
|
-
.card-importance-emphasized .card-
|
|
225
|
+
.card-importance-emphasized .card-action-btn {
|
|
174
226
|
color: rgba(255, 255, 255, 0.7);
|
|
175
227
|
}
|
|
176
|
-
.card-importance-emphasized .card-
|
|
228
|
+
.card-importance-emphasized .card-action-btn:hover {
|
|
177
229
|
background: rgba(255, 255, 255, 0.1);
|
|
178
230
|
color: var(--text-standard, #ffffff);
|
|
179
231
|
}
|
|
180
232
|
|
|
181
|
-
.card-pattern-shortcut
|
|
233
|
+
.card-pattern-shortcut {
|
|
182
234
|
text-align: center;
|
|
183
235
|
padding: 32px 24px;
|
|
184
236
|
align-items: center;
|
|
185
237
|
}
|
|
186
|
-
.card-pattern-shortcut .card-
|
|
238
|
+
.card-pattern-shortcut .card-header {
|
|
187
239
|
border-bottom: none;
|
|
188
240
|
padding: 0;
|
|
189
241
|
margin-bottom: 16px;
|
|
190
242
|
flex-direction: column;
|
|
191
243
|
}
|
|
192
|
-
.card-pattern-shortcut .card-
|
|
244
|
+
.card-pattern-shortcut .card-header-main {
|
|
193
245
|
flex-direction: column;
|
|
194
246
|
gap: 12px;
|
|
195
247
|
}
|
|
196
|
-
.card-pattern-shortcut .card-
|
|
248
|
+
.card-pattern-shortcut .card-title-text {
|
|
197
249
|
font-size: 20px;
|
|
198
250
|
text-align: center;
|
|
199
251
|
}
|
|
200
|
-
.card-pattern-shortcut .card-
|
|
252
|
+
.card-pattern-shortcut .card-avatar {
|
|
201
253
|
margin: 0 auto 8px;
|
|
202
254
|
width: 64px;
|
|
203
255
|
height: 64px;
|
|
204
256
|
}
|
|
205
|
-
.card-pattern-shortcut .card-
|
|
257
|
+
.card-pattern-shortcut .card-avatar i {
|
|
206
258
|
font-size: 32px;
|
|
207
259
|
}
|
|
208
260
|
|
|
@@ -226,7 +278,7 @@
|
|
|
226
278
|
}
|
|
227
279
|
|
|
228
280
|
/* --- Glassmorphism --- */
|
|
229
|
-
.card-glass
|
|
281
|
+
.card-glass {
|
|
230
282
|
background: rgba(255, 255, 255, 0.4);
|
|
231
283
|
backdrop-filter: blur(12px);
|
|
232
284
|
-webkit-backdrop-filter: blur(12px);
|
|
@@ -244,7 +296,7 @@
|
|
|
244
296
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
|
|
245
297
|
}
|
|
246
298
|
|
|
247
|
-
.card-selected
|
|
299
|
+
.card-selected {
|
|
248
300
|
border-color: var(--ui-card-selected-border) !important;
|
|
249
301
|
box-shadow: 0 0 0 2px rgba(var(--color-primary-rgb, 59, 130, 246), 0.1);
|
|
250
302
|
}
|
|
@@ -60,6 +60,8 @@ export class Card {
|
|
|
60
60
|
collapsed = false;
|
|
61
61
|
/** Show close button in header */
|
|
62
62
|
closable = false;
|
|
63
|
+
/** Controlled closed/dismissed state of the card */
|
|
64
|
+
closed = false;
|
|
63
65
|
/** Enable selection mode */
|
|
64
66
|
selectable = false;
|
|
65
67
|
/** Selection state */
|
|
@@ -117,6 +119,7 @@ export class Card {
|
|
|
117
119
|
isFlipped = false;
|
|
118
120
|
isMenuOpen = false;
|
|
119
121
|
isCollapsed = false;
|
|
122
|
+
isClosed = false;
|
|
120
123
|
parsedMenuItems = [];
|
|
121
124
|
magneticTransform = '';
|
|
122
125
|
tiltTransform = '';
|
|
@@ -139,10 +142,14 @@ export class Card {
|
|
|
139
142
|
handleCollapsedChange(newValue) {
|
|
140
143
|
this.isCollapsed = newValue;
|
|
141
144
|
}
|
|
145
|
+
handleClosedChange(newValue) {
|
|
146
|
+
this.isClosed = newValue;
|
|
147
|
+
}
|
|
142
148
|
componentWillLoad() {
|
|
143
149
|
this.parseMenuItems();
|
|
144
150
|
this.isFlipped = this.flipped;
|
|
145
151
|
this.isCollapsed = this.collapsed;
|
|
152
|
+
this.isClosed = this.closed;
|
|
146
153
|
}
|
|
147
154
|
handleClickOutside(event) {
|
|
148
155
|
if (this.isMenuOpen && this.menuRef && !this.menuRef.contains(event.target)) {
|
|
@@ -280,6 +287,8 @@ export class Card {
|
|
|
280
287
|
};
|
|
281
288
|
handleClose = (e) => {
|
|
282
289
|
e.stopPropagation();
|
|
290
|
+
this.isClosed = true;
|
|
291
|
+
this.closed = true;
|
|
283
292
|
this.cardClose.emit();
|
|
284
293
|
};
|
|
285
294
|
renderMenu() {
|
|
@@ -337,6 +346,8 @@ export class Card {
|
|
|
337
346
|
[`card-importance-${this.importance}`]: true,
|
|
338
347
|
[`card-pattern-${this.pattern}`]: true,
|
|
339
348
|
[`card-type-${this.type}`]: true,
|
|
349
|
+
[`card-variant-${this.variant}`]: true,
|
|
350
|
+
[`card-color-${this.color}`]: true,
|
|
340
351
|
};
|
|
341
352
|
const faceStyle = {
|
|
342
353
|
borderRadius: this.borderRadius,
|
|
@@ -355,22 +366,30 @@ export class Card {
|
|
|
355
366
|
borderRadius: this.borderRadius,
|
|
356
367
|
border: this.bordered ? (this.border || undefined) : 'none'
|
|
357
368
|
};
|
|
358
|
-
|
|
369
|
+
const backClasses = {
|
|
370
|
+
'card-face-content': true,
|
|
371
|
+
'card-back': true,
|
|
372
|
+
[`card-variant-${this.variant}`]: true,
|
|
373
|
+
[`card-color-${this.color}`]: true,
|
|
374
|
+
};
|
|
375
|
+
return (h("div", { class: backClasses, style: cardStyle }, h("div", { class: "card-back-header" }, h("ui-button", { variant: "ghost", onClick: this.toggleFlip, ariaLabel: "Flip card back", icon: "arrow-left", iconLibrary: "lucide", iconOnly: true, size: "sm" })), h("div", { class: "card-content" }, h("slot", { name: "back" }, h("div", { class: "card-back-default" }, h("h3", null, "Back Side"), h("p", null, "Add content to the \"back\" slot to customize this side."))), h("slot", { name: "back-content" }))));
|
|
359
376
|
}
|
|
360
377
|
render() {
|
|
361
378
|
const hostClass = [
|
|
362
379
|
'ui-card',
|
|
363
380
|
`variant-${typeof this.variant === 'string' ? this.variant : 'default'}`,
|
|
381
|
+
`color-${typeof this.color === 'string' ? this.color : 'default'}`,
|
|
364
382
|
`size-${typeof this.size === 'string' ? this.size : 'md'}`,
|
|
365
383
|
this.isFlipped && 'is-flipped',
|
|
366
384
|
this.loading && 'is-loading',
|
|
367
385
|
this.flippable && 'is-flippable',
|
|
386
|
+
this.isClosed && 'is-closed',
|
|
368
387
|
].filter(Boolean).join(' ');
|
|
369
388
|
const containerStyle = {
|
|
370
389
|
width: typeof this.width === 'string' ? this.width : undefined,
|
|
371
390
|
height: typeof this.height === 'string' ? this.height : undefined,
|
|
372
391
|
};
|
|
373
|
-
return (h(Host, { key: '
|
|
392
|
+
return (h(Host, { key: '186bcc9dde0f56786499dd1f575f17996461aa7f', class: hostClass, style: containerStyle, onMouseEnter: this.handleMouseEnter, onMouseLeave: this.handleMouseLeave }, this.ribbon && (h("div", { key: '9073fc18c3fedf1c31fb18f15f26e2a4acfd9387', class: `card-ribbon ribbon-${this.ribbonPosition}`, style: this.ribbonColor ? { backgroundColor: this.ribbonColor } : {} }, h("span", { key: 'fee6270b9bc17041837bd7dbffc26db9e43aad0e' }, this.ribbon))), this.loading ? (h("div", { class: "card-loading-container", style: { borderRadius: this.borderRadius } }, this.renderSkeleton())) : (h("div", { class: "card-container", onClick: this.handleCardClick, onMouseMove: this.handleMouseMove, style: {
|
|
374
393
|
transform: `${this.magneticTransform} ${this.tiltTransform}`,
|
|
375
394
|
transition: (!this.magneticTransform && !this.tiltTransform) ? 'transform 0.5s cubic-bezier(0.23, 1, 0.32, 1)' : 'none'
|
|
376
395
|
} }, this.flippable ? (h("div", { class: "card-flipper" }, h("div", { class: "card-face face-front" }, this.renderFrontCard(), this.renderSelectionIndicator()), h("div", { class: "card-face face-back" }, this.renderBackCard()))) : ([this.renderFrontCard(), this.renderSelectionIndicator()])))));
|
|
@@ -434,7 +453,7 @@ export class Card {
|
|
|
434
453
|
"mutable": false,
|
|
435
454
|
"complexType": {
|
|
436
455
|
"original": "ComponentVariant",
|
|
437
|
-
"resolved": "\"bordered\" | \"borderless\" | \"color\" | \"danger\" | \"dark\" | \"default\" | \"dots-only\" | \"elevated\" | \"error\" | \"filled\" | \"flat\" | \"ghost\" | \"glass\" | \"gradient\" | \"info\" | \"inverse\" | \"light\" | \"minimal\" | \"neutral\" | \"outlined\" | \"panel\" | \"plain\" | \"primary\" | \"quaternary\" | \"raised\" | \"secondary\" | \"segmented\" | \"soft\" | \"solid\" | \"standard\" | \"success\" | \"surface\" | \"tertiary\" | \"text\" | \"underlined\" | \"warning\"",
|
|
456
|
+
"resolved": "\"bordered\" | \"borderless\" | \"color\" | \"danger\" | \"dark\" | \"default\" | \"dots-only\" | \"elevated\" | \"error\" | \"filled\" | \"flat\" | \"ghost\" | \"glass\" | \"gradient\" | \"info\" | \"inverse\" | \"light\" | \"minimal\" | \"neutral\" | \"outlined\" | \"panel\" | \"plain\" | \"primary\" | \"quaternary\" | \"raised\" | \"secondary\" | \"segmented\" | \"soft\" | \"solid\" | \"standard\" | \"status\" | \"success\" | \"surface\" | \"tertiary\" | \"text\" | \"underlined\" | \"warning\"",
|
|
438
457
|
"references": {
|
|
439
458
|
"ComponentVariant": {
|
|
440
459
|
"location": "import",
|
|
@@ -967,6 +986,26 @@ export class Card {
|
|
|
967
986
|
"attribute": "closable",
|
|
968
987
|
"defaultValue": "false"
|
|
969
988
|
},
|
|
989
|
+
"closed": {
|
|
990
|
+
"type": "boolean",
|
|
991
|
+
"mutable": true,
|
|
992
|
+
"complexType": {
|
|
993
|
+
"original": "boolean",
|
|
994
|
+
"resolved": "boolean",
|
|
995
|
+
"references": {}
|
|
996
|
+
},
|
|
997
|
+
"required": false,
|
|
998
|
+
"optional": false,
|
|
999
|
+
"docs": {
|
|
1000
|
+
"tags": [],
|
|
1001
|
+
"text": "Controlled closed/dismissed state of the card"
|
|
1002
|
+
},
|
|
1003
|
+
"getter": false,
|
|
1004
|
+
"setter": false,
|
|
1005
|
+
"reflect": false,
|
|
1006
|
+
"attribute": "closed",
|
|
1007
|
+
"defaultValue": "false"
|
|
1008
|
+
},
|
|
970
1009
|
"selectable": {
|
|
971
1010
|
"type": "boolean",
|
|
972
1011
|
"mutable": false,
|
|
@@ -1513,6 +1552,7 @@ export class Card {
|
|
|
1513
1552
|
"isFlipped": {},
|
|
1514
1553
|
"isMenuOpen": {},
|
|
1515
1554
|
"isCollapsed": {},
|
|
1555
|
+
"isClosed": {},
|
|
1516
1556
|
"parsedMenuItems": {},
|
|
1517
1557
|
"magneticTransform": {},
|
|
1518
1558
|
"tiltTransform": {}
|
|
@@ -1683,6 +1723,9 @@ export class Card {
|
|
|
1683
1723
|
}, {
|
|
1684
1724
|
"propName": "collapsed",
|
|
1685
1725
|
"methodName": "handleCollapsedChange"
|
|
1726
|
+
}, {
|
|
1727
|
+
"propName": "closed",
|
|
1728
|
+
"methodName": "handleClosedChange"
|
|
1686
1729
|
}];
|
|
1687
1730
|
}
|
|
1688
1731
|
static get listeners() {
|
|
@@ -150,9 +150,9 @@
|
|
|
150
150
|
--ui-checkbox-border: var(--border-strong, #bfc8d8);
|
|
151
151
|
--ui-checkbox-border-hover: var(--color-primary, #94a3b8);
|
|
152
152
|
--ui-checkbox-bg: var(--bg-primary, #ffffff);
|
|
153
|
-
--ui-checkbox-checked-bg: var(--color-
|
|
154
|
-
--text-primary: var(--label-color,
|
|
155
|
-
--text-secondary: var(--label-subtitle-color,
|
|
153
|
+
--ui-checkbox-checked-bg: var(--color-primary, #3b82f6);
|
|
154
|
+
--text-primary: var(--label-color, inherit);
|
|
155
|
+
--text-secondary: var(--label-subtitle-color, inherit);
|
|
156
156
|
--error-color-light: var(--bg-secondary, #fef2f2);
|
|
157
157
|
}
|
|
158
158
|
|
|
@@ -169,8 +169,6 @@
|
|
|
169
169
|
--ui-checkbox-border-hover: var(--color-primary, #475569);
|
|
170
170
|
--ui-checkbox-bg: var(--bg-primary, #1e293b);
|
|
171
171
|
--ui-checkbox-checked-bg: var(--color-primary, #4ade80);
|
|
172
|
-
--text-primary: var(--label-color, var(--text-primary, #f1f5f9));
|
|
173
|
-
--text-secondary: var(--label-subtitle-color, var(--text-secondary, #cbd5e1));
|
|
174
172
|
}
|
|
175
173
|
|
|
176
174
|
.checkbox-container {
|
|
@@ -180,7 +178,7 @@
|
|
|
180
178
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
181
179
|
vertical-align: middle;
|
|
182
180
|
box-sizing: border-box;
|
|
183
|
-
color:
|
|
181
|
+
color: inherit;
|
|
184
182
|
}
|
|
185
183
|
.checkbox-container.checkbox-rtl {
|
|
186
184
|
direction: rtl;
|
|
@@ -303,7 +301,7 @@
|
|
|
303
301
|
.checkbox-box .glow-layer {
|
|
304
302
|
position: absolute;
|
|
305
303
|
inset: -4px;
|
|
306
|
-
background: var(--ui-checkbox-color, var(--color-primary));
|
|
304
|
+
background: var(--ui-checkbox-color, var(--ui-checkbox-checked-bg, var(--color-primary, #3b82f6)));
|
|
307
305
|
opacity: 0;
|
|
308
306
|
filter: blur(12px);
|
|
309
307
|
transition: opacity 0.4s ease;
|
|
@@ -589,7 +587,7 @@
|
|
|
589
587
|
left: 0;
|
|
590
588
|
width: 100%;
|
|
591
589
|
height: 100%;
|
|
592
|
-
background:
|
|
590
|
+
background: var(--ui-checkbox-color, var(--ui-checkbox-checked-bg, var(--color-primary, #3b82f6)));
|
|
593
591
|
transform: scale(0);
|
|
594
592
|
transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
|
|
595
593
|
border-radius: inherit;
|
|
@@ -631,8 +629,8 @@
|
|
|
631
629
|
|
|
632
630
|
.checkbox-checked .checkbox-box,
|
|
633
631
|
.checkbox-indeterminate .checkbox-box {
|
|
634
|
-
background: var(--ui-checkbox-color, var(--color-primary));
|
|
635
|
-
border-color: var(--ui-checkbox-color, var(--color-primary));
|
|
632
|
+
background: var(--ui-checkbox-color, var(--ui-checkbox-checked-bg, var(--color-primary, #3b82f6)));
|
|
633
|
+
border-color: var(--ui-checkbox-color, var(--ui-checkbox-checked-bg, var(--color-primary, #3b82f6)));
|
|
636
634
|
}
|
|
637
635
|
|
|
638
636
|
.checkbox-box {
|
|
@@ -25,7 +25,7 @@ export class Checkbox {
|
|
|
25
25
|
value = '';
|
|
26
26
|
name = '';
|
|
27
27
|
size = 'md';
|
|
28
|
-
color = '
|
|
28
|
+
color = 'primary';
|
|
29
29
|
variant = 'default';
|
|
30
30
|
skeleton = false;
|
|
31
31
|
labelPosition = 'right';
|
|
@@ -608,7 +608,7 @@ export class Checkbox {
|
|
|
608
608
|
"setter": false,
|
|
609
609
|
"reflect": false,
|
|
610
610
|
"attribute": "color",
|
|
611
|
-
"defaultValue": "'
|
|
611
|
+
"defaultValue": "'primary'"
|
|
612
612
|
},
|
|
613
613
|
"variant": {
|
|
614
614
|
"type": "string",
|
|
@@ -935,7 +935,7 @@ export class AppCodeEditor {
|
|
|
935
935
|
// I'll leave the Folding Logic in place but comment out the Layout shift if it's too risky.
|
|
936
936
|
// Actually, let's try to just filter the `lines` map in `renderLineNumbers` to visually show we handle it,
|
|
937
937
|
// but for the textarea/pre, we CANNOT hide separate lines.
|
|
938
|
-
return (h("div", { key: '
|
|
938
|
+
return (h("div", { key: 'e856c9fbd64e22059c917ed99eebcc66f605d91b', class: `code-editor-container ${themeClass}` }, this.renderTabBar(), this.renderToolbar(), this.renderPalette(), h("div", { key: 'de880b366ca14669ef66169d2283a18fab623e31', class: "code-editor-layout" }, this.renderSidebar(), h("div", { key: '058b6a13934f82cd6b257a3b6322361c8323cb5d', class: "editor-main-panel" }, this.renderBreadcrumbs(), h("div", { key: '408b4b6d461588819fa49ea1aef707edcc666be6', class: "editor-main-content", style: { display: 'flex', flex: '1', minHeight: '0', position: 'relative' } }, this.renderLineNumbers(), h("div", { key: 'dcb8f35793966525ef0da6d966e4789e5d0eed8e', class: "editor-wrapper" }, this.renderSearch(), this.renderSuggestions(), h("ui-button", { key: '1cbe2e3c0929fa428fd6735b36dc4845bd733b58', variant: "ghost", class: "copy-button", onClick: this.handleCopy, ariaLabel: "Copy Code", icon: "copy", iconLibrary: "fontawesome", iconOnly: true }), h("pre", { key: 'dc17184da52fcfced8a468f891443ab7af9372f6', class: "syntax-highlighter", ref: el => this.pre = el, innerHTML: sanitizeHTML(this.highlightedCode) }), h("textarea", { key: 'f04e9f88a8299b500bcb3bf9cf928416f539b15d', class: "editor-content", ref: el => this.textarea = el, value: this.value, onInput: this.handleInput, onScroll: this.handleScroll, onKeyDown: this.handleKeydown, onSelect: this.handleSelection, onClick: this.handleSelection, onKeyUp: this.handleSelection, spellcheck: false, readonly: this.readonly, role: "textbox", "aria-multiline": "true", "aria-label": "Code Editor" })), this.renderMinimap()), this.renderBottomPanel())), this.renderStatusBar(), this.renderHelp()));
|
|
939
939
|
}
|
|
940
940
|
static get is() { return "ui-code-editor"; }
|
|
941
941
|
static get encapsulation() { return "shadow"; }
|
|
@@ -274,7 +274,7 @@ export class UiCodePreview {
|
|
|
274
274
|
const currentCode = activeSnippet ? activeSnippet.code : '';
|
|
275
275
|
const displayLang = activeSnippet ? activeSnippet.language : 'markup';
|
|
276
276
|
const prismLang = this.getPrismLanguage(displayLang);
|
|
277
|
-
return (h("div", { key: '
|
|
277
|
+
return (h("div", { key: '7c018300ea409daaeffdc41909ee4cd6219ee3e7', class: { 'code-preview-root': true, 'is-expanded': this.expanded } }, h("div", { key: 'efca8affcb0b7261ea588b97950b99df29ca696a', class: "code-toolbar" }, h("div", { key: '71d77e7c07764ff350d438eb963328f1def9695f', class: "left-actions" }, this.label && h("span", { key: '54b86ab6f989e15c93d7c6421dfd548be19c3be3', class: "code-label" }, this.label), this.internalSnippets.length > 1 && (h("div", { key: 'b4d2e0ebce935db765f8b125150448f224270998', class: "lang-tabs" }, this.internalSnippets.map(snippet => (h("ui-button", { variant: this.activeLang === snippet.language ? 'primary' : 'ghost', class: { 'active': this.activeLang === snippet.language }, onClick: () => this.activeLang = snippet.language, size: "sm", label: this.getLabel(snippet) }))))), this.internalSnippets.length === 1 && !this.label && (h("span", { key: 'dfd511444c9ac3367ec094a02b39a9b2a75ce80c', class: "code-label", style: { opacity: '0.7', fontSize: '12px' } }, this.getLabel(this.internalSnippets[0])))), h("div", { key: '6db7ea479ab2760e5f4826866a763bb774b2d8d4', class: "right-actions" }, this.showReset && (h("ui-button", { key: 'b54d50c47246f4c9a7a3cd04f15ff69bc5f0ab0e', variant: "ghost", onClick: this.handleReset, title: "Reset demo", ariaLabel: "Reset demo", icon: "rotate-cw", iconLibrary: "lucide", iconOnly: true, size: "sm", loading: this.resetting })), h("ui-button", { key: '1ea0a7befd699d18b05d6bc95ba0290f7d56d447', variant: "ghost", onClick: this.toggleExpanded, title: this.expanded ? 'Hide code' : 'Show code', ariaLabel: this.expanded ? 'Hide code' : 'Show code', size: "sm", label: this.expanded ? 'Hide code' : 'Show code', icon: this.expanded ? 'chevron-up' : 'chevron-down', iconLibrary: "lucide" }), h("ui-button", { key: '42aca403662777a91d6841f0195185dceaeb04da', variant: "ghost", onClick: this.handleCopy, title: "Copy code", ariaLabel: "Copy code", size: "sm", icon: this.copied ? 'check' : 'copy', iconLibrary: "lucide", iconOnly: true, iconColor: this.copied ? '#4caf50' : undefined }))), h("div", { key: '48dee33979bc2f63352c5ed2375951b8341e812a', class: "code-container", style: { maxHeight: this.expanded ? '800px' : '0' } }, h("pre", { key: 'c426c52b4a21389c77ebfa99d7b14fdb6acc778d', class: `language-${prismLang}` }, h("code", { key: 'ece0a1bf1acedae115ac8c5f1c13cbb4065c7ee7', class: `language-${prismLang}` }, currentCode)))));
|
|
278
278
|
}
|
|
279
279
|
static get is() { return "ui-code-preview"; }
|
|
280
280
|
static get encapsulation() { return "scoped"; }
|
|
@@ -128,7 +128,7 @@ export class ColorController {
|
|
|
128
128
|
this.emitChange();
|
|
129
129
|
}
|
|
130
130
|
render() {
|
|
131
|
-
return (h(Host, { key: '
|
|
131
|
+
return (h(Host, { key: '8a799159e4f7d80bbe881ba3a93d1a6faed5a54e' }, this.label && h("div", { key: 'd32e7f8bcf4ab190437317d2697a86486e84d264', class: "col-ctrl-label" }, this.label), h("div", { key: '75cc18672f23ef572569ac2cc9d125373264c962', class: "col-ctrl-grid" }, h("div", { key: 'af936f413bb4b7aeff0dd9752deadc0ce1dfcb03', class: "col-ctrl-row" }, h("span", { key: '71c0d3c44062a67c1402d2e2b92f81c3ce8878dc', class: "col-ctrl-key" }, "H"), h("div", { key: '08c832583ca9f956c3fc761fa32b712d208d853d', class: "col-ctrl-input-wrapper" }, h("ui-input", { key: '283a471f4bf8af83f37b7ac201a81d25e6803dba', class: "col-ctrl-input", type: "number", value: this.h, onInputChange: (v) => this.handleHsvChange('h', parseInt(v.detail)), variant: "plain" }), h("span", { key: 'ef039c70dbc01252f0129f95f7eca4f6302f9049', class: "col-ctrl-unit" }, "\u00B0"))), h("div", { key: '68c91d46d38583bd8a8158452033088811453d1c', class: "col-ctrl-row" }, h("span", { key: '3dfb8b3a1f1053080d6ca3c3b03027fa46cc33bd', class: "col-ctrl-key" }, "S"), h("div", { key: '929558e93d27bc799a2401b0f01f358222c24c24', class: "col-ctrl-input-wrapper" }, h("ui-input", { key: 'a2fcdc19f32f5348848347319c134d94d8963ca5', class: "col-ctrl-input", type: "number", value: this.s, onInputChange: (v) => this.handleHsvChange('s', parseInt(v.detail)), variant: "plain" }), h("span", { key: 'de5d00b3264b1284fe23ca13f9611e5046c444d6', class: "col-ctrl-unit" }, "%"))), h("div", { key: '4e744c31accbcdbe6505a160e693926e6001ac9c', class: "col-ctrl-row", style: { marginBottom: '12px' } }, h("span", { key: '9feef4b4fe6459e34f6ac36a42c90d24413da27b', class: "col-ctrl-key" }, "V"), h("div", { key: '9d1821a375ab9473de477c7ab38cea6cd0cf9c57', class: "col-ctrl-input-wrapper" }, h("ui-input", { key: '259bb011612129fd3589fcb7febf15bdd0e7ce13', class: "col-ctrl-input", type: "number", value: this.v, onInputChange: (v) => this.handleHsvChange('v', parseInt(v.detail)), variant: "plain" }), h("span", { key: '3646c32d18517429f758cfef21d34df5d9ec407e', class: "col-ctrl-unit" }, "%"))), h("div", { key: '4f0dae6cce89af626b9d545dda0971ab2f041bca', class: "col-ctrl-row" }, h("span", { key: '6995401c0f6cabba13eb35c596e039769dc33c0a', class: "col-ctrl-key" }, "R"), h("div", { key: 'cc802f297a286f745957b613b37f3ab5ea12fa4e', class: "col-ctrl-input-wrapper" }, h("ui-input", { key: '633391de1afcd81d7ce6f68656569f858a673d62', class: "col-ctrl-input", type: "number", value: this.r, onInputChange: (v) => this.handleRgbChange('r', parseInt(v.detail)), variant: "plain" }))), h("div", { key: 'f4dce90ceb3f0849cb17101c07229b384739d5f1', class: "col-ctrl-row" }, h("span", { key: 'c3891f220f1fccf54fd84ded9674bad3100c530f', class: "col-ctrl-key" }, "G"), h("div", { key: '187f474a516c7a1bd35cce0e03e9aeb3c8d3b6b8', class: "col-ctrl-input-wrapper" }, h("ui-input", { key: '60be98aaf3e10a67b43bb2206e767d60e7bc1e04', class: "col-ctrl-input", type: "number", value: this.g, onInputChange: (v) => this.handleRgbChange('g', parseInt(v.detail)), variant: "plain" }))), h("div", { key: 'a844765b839bfa715a150932d1b3b80c44899d11', class: "col-ctrl-row", style: { marginBottom: '12px' } }, h("span", { key: '548be88547a50add11eb34c6f837e6fca6d9fbfd', class: "col-ctrl-key" }, "B"), h("div", { key: 'eaab04459f36946161d9165d917cff488b27a841', class: "col-ctrl-input-wrapper" }, h("ui-input", { key: '7a3b67f4b98a20e920c8c6537a48354a891d76e5', class: "col-ctrl-input", type: "number", value: this.b, onInputChange: (v) => this.handleRgbChange('b', parseInt(v.detail)), variant: "plain" }))), h("div", { key: '97a6584e32baa09c44a1c3dc80e93c45ea8b1282', class: "col-ctrl-row hex-row" }, h("span", { key: 'aed2ff62dd29ada3896212ede2c24cbf679591ca', class: "col-ctrl-key" }, "#"), h("div", { key: 'b75b8984f2e9dfca0c01022c45a2b1a6e23ba925', class: "col-ctrl-input-wrapper hex-wrapper" }, h("ui-input", { key: '1e051860e57dd8f10298ac939509173bebaca5e3', class: "col-ctrl-input hex-input", value: this.hex, onInputChange: (v) => this.handleHexInput({ detail: { value: v.detail } }), variant: "plain" }))))));
|
|
132
132
|
}
|
|
133
133
|
static get is() { return "ui-color-controller"; }
|
|
134
134
|
static get encapsulation() { return "shadow"; }
|
|
@@ -100,9 +100,9 @@ html[data-theme=dark] :host .ctx-menu::-webkit-scrollbar-thumb {
|
|
|
100
100
|
html[data-theme=dark] :host .ctx-menu {
|
|
101
101
|
/* Portal Consistent Dark Theme */
|
|
102
102
|
--ctx-bg: var(--bg-primary, #1e293b);
|
|
103
|
-
--ctx-fg: var(--
|
|
104
|
-
--ctx-border: var(--color
|
|
105
|
-
--ctx-hover: var(--
|
|
103
|
+
--ctx-fg: var(--text-primary, #e2e8f0);
|
|
104
|
+
--ctx-border: var(--border-color, #334155);
|
|
105
|
+
--ctx-hover: var(--bg-secondary, #334155);
|
|
106
106
|
--ctx-active: rgba(0, 138, 22, 0.15);
|
|
107
107
|
--ctx-active-fg: var(--color-success, #008a16);
|
|
108
108
|
--ctx-active-icon: var(--color-success, #008a16);
|
|
@@ -2157,7 +2157,7 @@ export class DialogBox {
|
|
|
2157
2157
|
"mutable": false,
|
|
2158
2158
|
"complexType": {
|
|
2159
2159
|
"original": "ComponentVariant",
|
|
2160
|
-
"resolved": "\"bordered\" | \"borderless\" | \"color\" | \"danger\" | \"dark\" | \"default\" | \"dots-only\" | \"elevated\" | \"error\" | \"filled\" | \"flat\" | \"ghost\" | \"glass\" | \"gradient\" | \"info\" | \"inverse\" | \"light\" | \"minimal\" | \"neutral\" | \"outlined\" | \"panel\" | \"plain\" | \"primary\" | \"quaternary\" | \"raised\" | \"secondary\" | \"segmented\" | \"soft\" | \"solid\" | \"standard\" | \"success\" | \"surface\" | \"tertiary\" | \"text\" | \"underlined\" | \"warning\"",
|
|
2160
|
+
"resolved": "\"bordered\" | \"borderless\" | \"color\" | \"danger\" | \"dark\" | \"default\" | \"dots-only\" | \"elevated\" | \"error\" | \"filled\" | \"flat\" | \"ghost\" | \"glass\" | \"gradient\" | \"info\" | \"inverse\" | \"light\" | \"minimal\" | \"neutral\" | \"outlined\" | \"panel\" | \"plain\" | \"primary\" | \"quaternary\" | \"raised\" | \"secondary\" | \"segmented\" | \"soft\" | \"solid\" | \"standard\" | \"status\" | \"success\" | \"surface\" | \"tertiary\" | \"text\" | \"underlined\" | \"warning\"",
|
|
2161
2161
|
"references": {
|
|
2162
2162
|
"ComponentVariant": {
|
|
2163
2163
|
"location": "import",
|
|
@@ -349,7 +349,7 @@ export class DialogHeader {
|
|
|
349
349
|
"mutable": false,
|
|
350
350
|
"complexType": {
|
|
351
351
|
"original": "ComponentVariant",
|
|
352
|
-
"resolved": "\"bordered\" | \"borderless\" | \"color\" | \"danger\" | \"dark\" | \"default\" | \"dots-only\" | \"elevated\" | \"error\" | \"filled\" | \"flat\" | \"ghost\" | \"glass\" | \"gradient\" | \"info\" | \"inverse\" | \"light\" | \"minimal\" | \"neutral\" | \"outlined\" | \"panel\" | \"plain\" | \"primary\" | \"quaternary\" | \"raised\" | \"secondary\" | \"segmented\" | \"soft\" | \"solid\" | \"standard\" | \"success\" | \"surface\" | \"tertiary\" | \"text\" | \"underlined\" | \"warning\"",
|
|
352
|
+
"resolved": "\"bordered\" | \"borderless\" | \"color\" | \"danger\" | \"dark\" | \"default\" | \"dots-only\" | \"elevated\" | \"error\" | \"filled\" | \"flat\" | \"ghost\" | \"glass\" | \"gradient\" | \"info\" | \"inverse\" | \"light\" | \"minimal\" | \"neutral\" | \"outlined\" | \"panel\" | \"plain\" | \"primary\" | \"quaternary\" | \"raised\" | \"secondary\" | \"segmented\" | \"soft\" | \"solid\" | \"standard\" | \"status\" | \"success\" | \"surface\" | \"tertiary\" | \"text\" | \"underlined\" | \"warning\"",
|
|
353
353
|
"references": {
|
|
354
354
|
"ComponentVariant": {
|
|
355
355
|
"location": "import",
|
|
@@ -91,7 +91,7 @@ export class UiDockHost {
|
|
|
91
91
|
}
|
|
92
92
|
render() {
|
|
93
93
|
const isFloating = this.dock === 'float';
|
|
94
|
-
return (h(Host, { key: '
|
|
94
|
+
return (h(Host, { key: 'ae3a9906a747c4ae3d2f504e230b6438261bc699', class: {
|
|
95
95
|
'ui-dock-host-layout': true,
|
|
96
96
|
'is-floating': isFloating,
|
|
97
97
|
[`is-docked-${this.dock}`]: !isFloating,
|
|
@@ -105,14 +105,14 @@ export class UiDockHost {
|
|
|
105
105
|
top: '0',
|
|
106
106
|
left: '0',
|
|
107
107
|
pointerEvents: isFloating ? 'none' : 'auto' // Allow clicking through layout when only a floating window exists
|
|
108
|
-
} }, h("div", { key: '
|
|
108
|
+
} }, h("div", { key: '9c64f35a9e8225b8ab4a4ca7b1ff516676a1b2aa', class: "dock-main-area", style: { flex: '1', overflow: 'auto', pointerEvents: 'auto' } }, h("slot", { key: '73fa260f89788adb5d6f04fc985052aa31fc1e5d', name: "main" })), h("div", { key: 'a2ec976d0c2268a1022fbf043936671a2932985f', class: {
|
|
109
109
|
'dock-panel': true,
|
|
110
110
|
'floating': isFloating,
|
|
111
111
|
[this.dock]: !isFloating
|
|
112
112
|
}, style: {
|
|
113
113
|
...this.getDockStyle(),
|
|
114
114
|
pointerEvents: 'auto'
|
|
115
|
-
} }, h("div", { key: '
|
|
115
|
+
} }, h("div", { key: '12ae10fc29ce6cdb243964765cd5e6ea4d01742c', class: "dock-header", onMouseDown: this.onHeaderMouseDown }, h("span", { key: 'c0d6ef086badd0b21ab9c2d66fbf0a226d7be995', class: "dock-header-content" }, h("slot", { key: '09ac92cfe25a30b2213e2aefb26e71b5401dbfd0', name: "header" }, "Dock Host")), h("ui-button", { key: 'bf3971544a8e4ae3de4a311e8fcc71d679b8d9b7', variant: "ghost", onClick: this.toggleFloat, title: isFloating ? 'Dock' : 'Float', size: "sm", icon: isFloating ? 'layout' : 'maximize', iconLibrary: "lucide", label: isFloating ? 'Dock' : 'Float' })), h("div", { key: 'c7bc3b6668e730f5e466c977e625890ad820cb06', class: "dock-content" }, h("slot", { key: '50e0ce9c5beff1b054732c28bdcad6a01f2bd1ef' })), isFloating && (h("div", { key: 'd827c4c190fcd6a1fdf258d9524b7646e1d05619', class: "dock-resize-handle", onMouseDown: this.onResizeMouseDown, style: { position: 'absolute', right: '0', bottom: '0', width: '16px', height: '16px', cursor: 'nwse-resize', zIndex: '10' } })))));
|
|
116
116
|
}
|
|
117
117
|
static get is() { return "ui-dock-host"; }
|
|
118
118
|
static get encapsulation() { return "shadow"; }
|
|
@@ -147,7 +147,7 @@ export class UIDragDrop {
|
|
|
147
147
|
const styles = {
|
|
148
148
|
gap: this.gap,
|
|
149
149
|
};
|
|
150
|
-
return (h("div", { key: '
|
|
150
|
+
return (h("div", { key: '8610eaa90602aa5ddeebce5afe2437eec3aebc97', class: containerClasses, style: styles, role: "list" }, this.internalItems.map((item, index) => this.renderItem(item, index))));
|
|
151
151
|
}
|
|
152
152
|
static get is() { return "ui-drag-drop"; }
|
|
153
153
|
static get encapsulation() { return "shadow"; }
|
|
@@ -372,7 +372,7 @@ export class EmptyState {
|
|
|
372
372
|
padding: this.padding || undefined,
|
|
373
373
|
maxWidth: this.maxWidth || undefined,
|
|
374
374
|
};
|
|
375
|
-
return (h(Host, { key: '
|
|
375
|
+
return (h(Host, { key: '0f7a224ca36c6e2fcda778b134ed8d8d4396d9b6' }, h("div", { key: '6ac5efd99135e6484d84139250e84e8e22b7fedd', class: containerClasses, style: containerStyle }, this.renderBackButton(), h("div", { key: 'c8ab7670d312a8ea4e5e69b2331db1b6374476c4', class: "empty-state-content" }, this.renderIcon(), h("slot", { key: '11d5618957f52edc36c6db9370b630bf02ef58fc', name: "heading" }, headingToShow && h("h2", { key: '786051e59375b5e04cad426320fc768a0622cf82', class: "empty-state-title" }, headingToShow)), h("slot", { key: '11a7eb49b8e3eb457942125ad1512bfaf062228b', name: "message" }, messageToShow && h("p", { key: '7c74c4c3721f562ae616ee1992ab0782f81f6b3d', class: "empty-state-message" }, messageToShow)), this.description && (h("p", { key: 'a49d0e45e660f30a3af67c6db480cf2ce2a5717e', class: "empty-state-description" }, this.description)), h("slot", { key: '31d8ea03a88a1032c02fa6ae1bb511d1a239cd62', name: "custom-content" }), this.renderItems(), this.renderActions(), h("slot", { key: '20d487b415fe17ba94746fafd2bbf97dfa033b0d', name: "footer" })))));
|
|
376
376
|
}
|
|
377
377
|
static get is() { return "ui-empty-state"; }
|
|
378
378
|
static get encapsulation() { return "shadow"; }
|
|
@@ -244,14 +244,14 @@ export class Fab {
|
|
|
244
244
|
'--fab-offset-y': `${this.currentY}px`,
|
|
245
245
|
'z-index': this.zIndex.toString()
|
|
246
246
|
};
|
|
247
|
-
return (h(Host, { key: '
|
|
247
|
+
return (h(Host, { key: '7e6f5d73427366ff17f1f5e65bd17f6835098b63', class: hostClasses, style: hostStyles }, this.backdrop && this.internalOpen && (h("div", { key: 'f1256c22cd5f454ca9d17c3ebd30c0cdf541b491', class: "fab-backdrop", onClick: this.handleBackdropClick })), h("div", { key: 'c6772712b949c61127a52722a7e0d2a85ec09f06', class: "fab-wrapper", onMouseEnter: this.handleMouseEnter, onMouseLeave: this.handleMouseLeave }, isSpeedDial && (h("div", { key: '0398eb0d055bb156268bcb3af06ca48c89b894a3', class: "fab-actions", "aria-hidden": !this.internalOpen ? 'true' : 'false' }, h("slot", { key: '5cd5d9f5bc34719f89645cda401eb6d85db11449', name: "actions" }))), this.panel && (h("div", { key: 'd9075d5a11d5c4d0394e4d637f09f24dc03870af', class: {
|
|
248
248
|
'fab-panel': true,
|
|
249
249
|
'has-header': !!this.panelTitle
|
|
250
250
|
}, role: "dialog", "aria-hidden": !this.internalOpen ? 'true' : 'false', style: {
|
|
251
251
|
width: this.panelWidth,
|
|
252
252
|
height: this.panelHeight,
|
|
253
253
|
maxHeight: this.panelMaxHeight
|
|
254
|
-
} }, this.panelTitle && (h("div", { key: '
|
|
254
|
+
} }, this.panelTitle && (h("div", { key: '3becbad472d14e38d2b3ab20e2ff4c34e0269e0f', class: "fab-panel-header" }, h("span", { key: 'b140b40024a609232de0a763654d03dd0f225a9b', class: "fab-panel-title" }, this.panelTitle), h("ui-button", { key: 'e72642cfa211273ef540eab5e293e950c0180415', variant: "ghost", class: "fab-panel-close", onClick: () => this.closeFab(), ariaLabel: "Close panel", icon: "x", iconLibrary: "lucide", iconOnly: true, size: "sm" }))), h("div", { key: 'f8006eb878ba30e0711f74633b4cd6e85c9f41bb', class: "fab-panel-body" }, h("slot", { key: '35933e69377366b5405245f7f32df3201390066d', name: "panel" })), h("div", { key: '4332e87ae404c1cd4d4a5799f1f25d8a430df709', class: "fab-panel-footer" }, h("slot", { key: '7dbbc44576c425495dd7cd8ba53f93a9b7ff1d6a', name: "panel-footer" })))), h("ui-button", { key: 'e0459872b67bac7714d6eef306cf232253f3bfd1', variant: this.variant, shape: this.type === 'extended' || (this.label && this.type !== 'speed-dial') ? 'rounded' : 'circle', class: "fab-trigger", disabled: this.disabled || this.loading, loading: this.loading, ariaLabel: this.label || 'Floating Action Button', onClick: this.handleClick, onPointerDown: this.handlePointerDown, onPointerMove: this.handlePointerMove, onPointerUp: this.handlePointerUp, onPointerCancel: this.handlePointerUp, label: isExtended && this.label ? this.label : undefined, icon: this.icon, iconOnly: !isExtended, size: this.size === 'mini' ? 'sm' : (this.size === 'lg' ? 'lg' : 'md') }, isSpeedDial && this.toggle && this.internalOpen && (h("ui-icon", { key: 'c001fc5d8906bb8aadab821856f181fa204e994a', slot: "icon", class: "fab-icon close-icon", name: "x", size: this.size === 'mini' ? '18' : '24' })), !this.icon && !isExtended && h("slot", { key: '73458b1312ff61bcf62fb97bf076c0684389cc57', name: "trigger" })))));
|
|
255
255
|
}
|
|
256
256
|
static get is() { return "ui-fab"; }
|
|
257
257
|
static get encapsulation() { return "shadow"; }
|