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
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
/* eslint-disable no-undef */
|
|
2
|
+
function updateTreeActiveBtn(demoName) {
|
|
3
|
+
const section = document.getElementById('tree');
|
|
4
|
+
if (!section) return;
|
|
5
|
+
section.querySelectorAll('.demo-controls ui-button').forEach(btn => {
|
|
6
|
+
btn.selected = btn.getAttribute('data-demo') === demoName;
|
|
7
|
+
});
|
|
8
|
+
}
|
|
9
|
+
|
|
2
10
|
export function initTreeDemo() {
|
|
3
11
|
const section = document.getElementById('tree');
|
|
4
12
|
if (!section) return;
|
|
@@ -13,16 +21,16 @@ export function initTreeDemo() {
|
|
|
13
21
|
</p>
|
|
14
22
|
|
|
15
23
|
<div class="demo-controls" style="display:flex; gap:10px; flex-wrap:wrap; margin-bottom:24px;">
|
|
16
|
-
<ui-button onclick="window.showTreeBasic()" variant="outline" label="Basic" icon="leaf" library="lucide"></ui-button>
|
|
17
|
-
<ui-button onclick="window.showTreeModernGreen()" variant="outline" label="Modern Green" icon="beaker" library="lucide"></ui-button>
|
|
18
|
-
<ui-button onclick="window.showTreeCheckboxes()" variant="outline" label="Checkboxes" icon="check-square" library="lucide" style="background:#34d399;"></ui-button>
|
|
19
|
-
<ui-button onclick="window.showTreeDND()"
|
|
20
|
-
<ui-button onclick="window.showTreeOrgChart()"
|
|
21
|
-
<ui-button onclick="window.showTreeAesthetics()"
|
|
22
|
-
<ui-button onclick="window.showTreeStress()"
|
|
23
|
-
<ui-button onclick="window.showTreeGitGraph()"
|
|
24
|
-
<ui-button onclick="window.showTreeIcons()"
|
|
25
|
-
<ui-button onclick="window.showTreePlayground()"
|
|
24
|
+
<ui-button onclick="window.showTreeBasic()" data-demo="basic" variant="outline" label="Basic" icon="leaf" library="lucide"></ui-button>
|
|
25
|
+
<ui-button onclick="window.showTreeModernGreen()" data-demo="moderngeen" variant="outline" label="Modern Green" icon="beaker" library="lucide"></ui-button>
|
|
26
|
+
<ui-button onclick="window.showTreeCheckboxes()" data-demo="checkboxes" variant="outline" label="Checkboxes" icon="check-square" library="lucide" style="background:#34d399;"></ui-button>
|
|
27
|
+
<ui-button onclick="window.showTreeDND()" data-demo="dnd" variant="outline" label="Drag & Drop" icon="move" library="lucide"></ui-button>
|
|
28
|
+
<ui-button onclick="window.showTreeOrgChart()" data-demo="orgchart" variant="outline" label="Org Chart" icon="users" library="lucide" style="background:#8b5cf6;"></ui-button>
|
|
29
|
+
<ui-button onclick="window.showTreeAesthetics()" data-demo="aesthetics" variant="outline" label="Aesthetics" icon="palette" library="lucide" style="background:#14b8a6;"></ui-button>
|
|
30
|
+
<ui-button onclick="window.showTreeStress()" data-demo="stress" variant="outline" label="Stress Test" icon="flame" library="lucide"></ui-button>
|
|
31
|
+
<ui-button onclick="window.showTreeGitGraph()" data-demo="gitgraph" variant="outline" label="Git Graph" icon="git-branch" library="lucide" style="background:#64748b;"></ui-button>
|
|
32
|
+
<ui-button onclick="window.showTreeIcons()" data-demo="icons" variant="outline" label="Custom Icons" icon="plus" library="lucide"></ui-button>
|
|
33
|
+
<ui-button onclick="window.showTreePlayground()" data-demo="playground" variant="outline" label="Playground" icon="gamepad-2" library="lucide" style="background:#6366f1;"></ui-button>
|
|
26
34
|
</div>
|
|
27
35
|
|
|
28
36
|
<div id="treeDemoContainer" style="margin-top:8px; display:grid; grid-template-columns: 1fr; gap:32px;"></div>
|
|
@@ -368,6 +376,7 @@ function generateStressTestData() {
|
|
|
368
376
|
}
|
|
369
377
|
|
|
370
378
|
window.showTreeBasic = function () {
|
|
379
|
+
updateTreeActiveBtn('basic');
|
|
371
380
|
const container = document.getElementById('treeDemoContainer');
|
|
372
381
|
if (!container) return;
|
|
373
382
|
container.innerHTML = `
|
|
@@ -389,6 +398,7 @@ window.showTreeBasic = function () {
|
|
|
389
398
|
};
|
|
390
399
|
|
|
391
400
|
window.showTreeModernGreen = function () {
|
|
401
|
+
updateTreeActiveBtn('moderngeen');
|
|
392
402
|
const container = document.getElementById('treeDemoContainer');
|
|
393
403
|
if (!container) return;
|
|
394
404
|
container.innerHTML = `
|
|
@@ -410,6 +420,7 @@ window.showTreeModernGreen = function () {
|
|
|
410
420
|
};
|
|
411
421
|
|
|
412
422
|
window.showTreeCheckboxes = function () {
|
|
423
|
+
updateTreeActiveBtn('checkboxes');
|
|
413
424
|
const container = document.getElementById('treeDemoContainer');
|
|
414
425
|
if (!container) return;
|
|
415
426
|
container.innerHTML = `
|
|
@@ -430,6 +441,7 @@ window.showTreeCheckboxes = function () {
|
|
|
430
441
|
};
|
|
431
442
|
|
|
432
443
|
window.showTreeDND = function () {
|
|
444
|
+
updateTreeActiveBtn('dnd');
|
|
433
445
|
const container = document.getElementById('treeDemoContainer');
|
|
434
446
|
if (!container) return;
|
|
435
447
|
container.innerHTML = `
|
|
@@ -453,6 +465,7 @@ window.showTreeDND = function () {
|
|
|
453
465
|
};
|
|
454
466
|
|
|
455
467
|
window.showTreeOrgChart = function () {
|
|
468
|
+
updateTreeActiveBtn('orgchart');
|
|
456
469
|
const container = document.getElementById('treeDemoContainer');
|
|
457
470
|
if (!container) return;
|
|
458
471
|
container.innerHTML = `
|
|
@@ -470,6 +483,7 @@ window.showTreeOrgChart = function () {
|
|
|
470
483
|
};
|
|
471
484
|
|
|
472
485
|
window.showTreeAesthetics = function () {
|
|
486
|
+
updateTreeActiveBtn('aesthetics');
|
|
473
487
|
const container = document.getElementById('treeDemoContainer');
|
|
474
488
|
if (!container) return;
|
|
475
489
|
container.innerHTML = `
|
|
@@ -499,6 +513,7 @@ window.showTreeAesthetics = function () {
|
|
|
499
513
|
};
|
|
500
514
|
|
|
501
515
|
window.showTreeStress = function () {
|
|
516
|
+
updateTreeActiveBtn('stress');
|
|
502
517
|
const container = document.getElementById('treeDemoContainer');
|
|
503
518
|
if (!container) return;
|
|
504
519
|
|
|
@@ -531,6 +546,7 @@ window.showTreeStress = function () {
|
|
|
531
546
|
};
|
|
532
547
|
|
|
533
548
|
window.showTreeGitGraph = function () {
|
|
549
|
+
updateTreeActiveBtn('gitgraph');
|
|
534
550
|
const container = document.getElementById('treeDemoContainer');
|
|
535
551
|
if (!container) return;
|
|
536
552
|
container.innerHTML = `
|
|
@@ -554,6 +570,7 @@ window.showTreeGitGraph = function () {
|
|
|
554
570
|
};
|
|
555
571
|
|
|
556
572
|
window.showTreeIcons = function () {
|
|
573
|
+
updateTreeActiveBtn('icons');
|
|
557
574
|
const container = document.getElementById('treeDemoContainer');
|
|
558
575
|
if (!container) return;
|
|
559
576
|
container.innerHTML = `
|
|
@@ -589,6 +606,7 @@ window.showTreeIcons = function () {
|
|
|
589
606
|
};
|
|
590
607
|
|
|
591
608
|
window.showTreePlayground = function () {
|
|
609
|
+
updateTreeActiveBtn('playground');
|
|
592
610
|
const container = document.getElementById('treeDemoContainer');
|
|
593
611
|
if (!container) return;
|
|
594
612
|
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"components/button/button.js",
|
|
22
22
|
"components/horizontal-nav/horizontal-nav.js",
|
|
23
23
|
"components/knob/knob.js",
|
|
24
|
+
"components/loader/loader.js",
|
|
24
25
|
"components/meter-group/meter-group.js",
|
|
25
26
|
"components/my-component/my-component.js",
|
|
26
27
|
"components/workspace-manager/workspace-manager.js",
|
|
@@ -53,7 +54,6 @@
|
|
|
53
54
|
"components/callout-banner/callout-banner.js",
|
|
54
55
|
"components/carousel/carousel.js",
|
|
55
56
|
"components/checkbox/checkbox.js",
|
|
56
|
-
"components/checkbox-group/checkbox-group.js",
|
|
57
57
|
"components/code-editor/code-editor.js",
|
|
58
58
|
"components/code-preview/ui-code-preview.js",
|
|
59
59
|
"components/color-controller/color-controller.js",
|
|
@@ -63,9 +63,7 @@
|
|
|
63
63
|
"components/fab/fab.js",
|
|
64
64
|
"components/fab-item/fab-item.js",
|
|
65
65
|
"components/icon/icon.js",
|
|
66
|
-
"components/image-button/image-button.js",
|
|
67
66
|
"components/input/input.js",
|
|
68
|
-
"components/input-pair/input-pair.js",
|
|
69
67
|
"components/layout-manager/layout-manager.js",
|
|
70
68
|
"components/layout-manager/lm-container/lm-container.js",
|
|
71
69
|
"components/layout-manager/lm-floating-window/lm-floating-window.js",
|
|
@@ -85,7 +83,6 @@
|
|
|
85
83
|
"components/pattern-input/pattern-input.js",
|
|
86
84
|
"components/progress/progress.js",
|
|
87
85
|
"components/radio/radio.js",
|
|
88
|
-
"components/radio-group/radio-group.js",
|
|
89
86
|
"components/resizable-panel/resizable-panel.js",
|
|
90
87
|
"components/smart-location-dropdown/smart-location-dropdown.js",
|
|
91
88
|
"components/smart-stepper/smart-step.js",
|
|
@@ -2087,4 +2087,305 @@
|
|
|
2087
2087
|
transform-origin: top center;
|
|
2088
2088
|
}
|
|
2089
2089
|
|
|
2090
|
+
/* ── Premium Accordion Variants ─────────────────────────────────────────── */
|
|
2091
|
+
/* 1. Boxed Variant Style (Image 1) */
|
|
2092
|
+
.accordion-container.accordion-boxed {
|
|
2093
|
+
border: none;
|
|
2094
|
+
background: transparent;
|
|
2095
|
+
display: flex;
|
|
2096
|
+
flex-direction: column;
|
|
2097
|
+
gap: 12px;
|
|
2098
|
+
overflow: visible;
|
|
2099
|
+
}
|
|
2100
|
+
.accordion-container.accordion-boxed .accordion-item {
|
|
2101
|
+
border: 1px solid rgba(255, 255, 255, 0.08);
|
|
2102
|
+
border-radius: 20px;
|
|
2103
|
+
background: #252627;
|
|
2104
|
+
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
|
|
2105
|
+
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
2106
|
+
margin-bottom: 0;
|
|
2107
|
+
overflow: hidden;
|
|
2108
|
+
}
|
|
2109
|
+
.accordion-container.accordion-boxed .accordion-item:hover:not(.accordion-item-disabled) {
|
|
2110
|
+
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
|
|
2111
|
+
transform: translateY(-2px);
|
|
2112
|
+
border-color: rgba(255, 255, 255, 0.15);
|
|
2113
|
+
}
|
|
2114
|
+
.accordion-container.accordion-boxed .accordion-item-open {
|
|
2115
|
+
border-color: rgba(235, 255, 0, 0.4);
|
|
2116
|
+
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
|
|
2117
|
+
}
|
|
2118
|
+
.accordion-container.accordion-boxed .accordion-header {
|
|
2119
|
+
background: transparent;
|
|
2120
|
+
padding: 20px 24px;
|
|
2121
|
+
color: #ffffff;
|
|
2122
|
+
}
|
|
2123
|
+
.accordion-container.accordion-boxed .accordion-header::part(button) {
|
|
2124
|
+
padding: 20px 24px !important;
|
|
2125
|
+
}
|
|
2126
|
+
.accordion-container.accordion-boxed .accordion-title {
|
|
2127
|
+
color: #ffffff;
|
|
2128
|
+
font-size: 18px;
|
|
2129
|
+
font-weight: 700;
|
|
2130
|
+
}
|
|
2131
|
+
.accordion-container.accordion-boxed .accordion-subtitle {
|
|
2132
|
+
color: #a0a5ad;
|
|
2133
|
+
}
|
|
2134
|
+
.accordion-container.accordion-boxed .accordion-arrow-wrapper {
|
|
2135
|
+
display: flex;
|
|
2136
|
+
align-items: center;
|
|
2137
|
+
justify-content: center;
|
|
2138
|
+
width: 38px;
|
|
2139
|
+
height: 38px;
|
|
2140
|
+
border-radius: 50%;
|
|
2141
|
+
background-color: #ebff00;
|
|
2142
|
+
color: #121314;
|
|
2143
|
+
box-shadow: 0 0 10px rgba(235, 255, 0, 0.3);
|
|
2144
|
+
transition: all 0.3s ease;
|
|
2145
|
+
flex-shrink: 0;
|
|
2146
|
+
}
|
|
2147
|
+
.accordion-container.accordion-boxed .accordion-arrow-wrapper .accordion-arrow {
|
|
2148
|
+
color: #121314;
|
|
2149
|
+
opacity: 1;
|
|
2150
|
+
font-weight: 800;
|
|
2151
|
+
transition: transform 0.3s ease;
|
|
2152
|
+
}
|
|
2153
|
+
.accordion-container.accordion-boxed .accordion-item:hover .accordion-arrow-wrapper {
|
|
2154
|
+
transform: scale(1.1);
|
|
2155
|
+
box-shadow: 0 0 15px rgba(235, 255, 0, 0.6);
|
|
2156
|
+
}
|
|
2157
|
+
.accordion-container.accordion-boxed .accordion-content {
|
|
2158
|
+
background: #1e1f20;
|
|
2159
|
+
border-top: 1px solid rgba(255, 255, 255, 0.05);
|
|
2160
|
+
}
|
|
2161
|
+
.accordion-container.accordion-boxed .accordion-content-inner {
|
|
2162
|
+
color: #e2e8f0;
|
|
2163
|
+
padding: 20px 24px;
|
|
2164
|
+
font-size: 15px;
|
|
2165
|
+
line-height: 1.7;
|
|
2166
|
+
}
|
|
2167
|
+
|
|
2168
|
+
/* 2. Minimal Variant Style (Image 2) */
|
|
2169
|
+
.accordion-container.accordion-minimal {
|
|
2170
|
+
border: none;
|
|
2171
|
+
background: transparent;
|
|
2172
|
+
}
|
|
2173
|
+
.accordion-container.accordion-minimal .accordion-item {
|
|
2174
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
|
|
2175
|
+
background: transparent;
|
|
2176
|
+
border-radius: 0;
|
|
2177
|
+
box-shadow: none;
|
|
2178
|
+
margin-bottom: 0;
|
|
2179
|
+
}
|
|
2180
|
+
.accordion-container.accordion-minimal .accordion-item:last-child {
|
|
2181
|
+
border-bottom: none;
|
|
2182
|
+
}
|
|
2183
|
+
.accordion-container.accordion-minimal .accordion-header {
|
|
2184
|
+
padding: 20px 0;
|
|
2185
|
+
background: transparent;
|
|
2186
|
+
color: #1e293b;
|
|
2187
|
+
}
|
|
2188
|
+
.accordion-container.accordion-minimal .accordion-header:hover {
|
|
2189
|
+
color: var(--selected-header-color, #10b981);
|
|
2190
|
+
}
|
|
2191
|
+
.accordion-container.accordion-minimal .accordion-title {
|
|
2192
|
+
color: inherit;
|
|
2193
|
+
font-size: 16px;
|
|
2194
|
+
font-weight: 600;
|
|
2195
|
+
transition: color 0.2s ease;
|
|
2196
|
+
}
|
|
2197
|
+
.accordion-container.accordion-minimal .accordion-subtitle {
|
|
2198
|
+
color: #64748b;
|
|
2199
|
+
margin-top: 4px;
|
|
2200
|
+
}
|
|
2201
|
+
.accordion-container.accordion-minimal .accordion-arrow {
|
|
2202
|
+
color: #64748b;
|
|
2203
|
+
opacity: 0.7;
|
|
2204
|
+
font-size: 14px;
|
|
2205
|
+
}
|
|
2206
|
+
.accordion-container.accordion-minimal .accordion-item-open .accordion-header {
|
|
2207
|
+
background-color: transparent !important;
|
|
2208
|
+
color: var(--selected-header-color, #10b981);
|
|
2209
|
+
}
|
|
2210
|
+
.accordion-container.accordion-minimal .accordion-content {
|
|
2211
|
+
background: transparent;
|
|
2212
|
+
}
|
|
2213
|
+
.accordion-container.accordion-minimal .accordion-content-inner {
|
|
2214
|
+
padding: 0 0 20px 0;
|
|
2215
|
+
color: #475569;
|
|
2216
|
+
font-size: 14px;
|
|
2217
|
+
line-height: 1.6;
|
|
2218
|
+
}
|
|
2219
|
+
|
|
2220
|
+
/* 3. Left-Toggle Style (Image 3) */
|
|
2221
|
+
.accordion-container.accordion-left-toggle {
|
|
2222
|
+
border: none;
|
|
2223
|
+
background: transparent;
|
|
2224
|
+
display: flex;
|
|
2225
|
+
flex-direction: column;
|
|
2226
|
+
gap: 8px;
|
|
2227
|
+
}
|
|
2228
|
+
.accordion-container.accordion-left-toggle .accordion-item {
|
|
2229
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
|
|
2230
|
+
background: transparent;
|
|
2231
|
+
border-radius: 0;
|
|
2232
|
+
box-shadow: none;
|
|
2233
|
+
margin-bottom: 0;
|
|
2234
|
+
}
|
|
2235
|
+
.accordion-container.accordion-left-toggle .accordion-item:last-child {
|
|
2236
|
+
border-bottom: none;
|
|
2237
|
+
}
|
|
2238
|
+
.accordion-container.accordion-left-toggle .accordion-header {
|
|
2239
|
+
padding: 16px 0;
|
|
2240
|
+
background: transparent;
|
|
2241
|
+
color: #0f172a;
|
|
2242
|
+
}
|
|
2243
|
+
.accordion-container.accordion-left-toggle .accordion-title {
|
|
2244
|
+
color: #0f172a;
|
|
2245
|
+
font-size: 16px;
|
|
2246
|
+
font-weight: 600;
|
|
2247
|
+
}
|
|
2248
|
+
.accordion-container.accordion-left-toggle .accordion-subtitle {
|
|
2249
|
+
color: #64748b;
|
|
2250
|
+
}
|
|
2251
|
+
.accordion-container.accordion-left-toggle .accordion-arrow-wrapper {
|
|
2252
|
+
display: flex;
|
|
2253
|
+
align-items: center;
|
|
2254
|
+
justify-content: center;
|
|
2255
|
+
width: 28px;
|
|
2256
|
+
height: 28px;
|
|
2257
|
+
border-radius: 50%;
|
|
2258
|
+
background-color: #0f172a;
|
|
2259
|
+
color: #ffffff;
|
|
2260
|
+
transition: all 0.2s ease;
|
|
2261
|
+
margin-right: 12px;
|
|
2262
|
+
flex-shrink: 0;
|
|
2263
|
+
order: -1;
|
|
2264
|
+
}
|
|
2265
|
+
.accordion-container.accordion-left-toggle .accordion-arrow-wrapper .accordion-arrow {
|
|
2266
|
+
color: #ffffff;
|
|
2267
|
+
opacity: 1;
|
|
2268
|
+
font-size: 11px;
|
|
2269
|
+
}
|
|
2270
|
+
.accordion-container.accordion-left-toggle .accordion-item:hover .accordion-arrow-wrapper {
|
|
2271
|
+
background-color: var(--selected-header-color, #10b981);
|
|
2272
|
+
transform: scale(1.08);
|
|
2273
|
+
}
|
|
2274
|
+
.accordion-container.accordion-left-toggle .accordion-item-open .accordion-arrow-wrapper {
|
|
2275
|
+
background-color: #0f172a;
|
|
2276
|
+
}
|
|
2277
|
+
.accordion-container.accordion-left-toggle .accordion-content {
|
|
2278
|
+
background: transparent;
|
|
2279
|
+
}
|
|
2280
|
+
.accordion-container.accordion-left-toggle .accordion-content-inner {
|
|
2281
|
+
padding: 8px 0 20px 40px;
|
|
2282
|
+
color: #475569;
|
|
2283
|
+
font-size: 14px;
|
|
2284
|
+
line-height: 1.6;
|
|
2285
|
+
}
|
|
2286
|
+
|
|
2287
|
+
/* 4. Iconic & Rich Media Style (Image 4) */
|
|
2288
|
+
.accordion-container.accordion-iconic {
|
|
2289
|
+
border: none;
|
|
2290
|
+
background: transparent;
|
|
2291
|
+
display: flex;
|
|
2292
|
+
flex-direction: column;
|
|
2293
|
+
gap: 16px;
|
|
2294
|
+
}
|
|
2295
|
+
.accordion-container.accordion-iconic .accordion-item {
|
|
2296
|
+
border: 1px solid #f1f5f9;
|
|
2297
|
+
border-radius: 16px;
|
|
2298
|
+
background: #ffffff;
|
|
2299
|
+
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
|
|
2300
|
+
transition: all 0.25s ease;
|
|
2301
|
+
overflow: hidden;
|
|
2302
|
+
}
|
|
2303
|
+
.accordion-container.accordion-iconic .accordion-item:hover:not(.accordion-item-disabled) {
|
|
2304
|
+
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
2305
|
+
border-color: #e2e8f0;
|
|
2306
|
+
}
|
|
2307
|
+
.accordion-container.accordion-iconic .accordion-header {
|
|
2308
|
+
padding: 20px 24px;
|
|
2309
|
+
background: transparent;
|
|
2310
|
+
}
|
|
2311
|
+
.accordion-container.accordion-iconic .accordion-title {
|
|
2312
|
+
font-size: 16px;
|
|
2313
|
+
font-weight: 700;
|
|
2314
|
+
color: #1e293b;
|
|
2315
|
+
}
|
|
2316
|
+
.accordion-container.accordion-iconic .accordion-subtitle {
|
|
2317
|
+
color: #64748b;
|
|
2318
|
+
font-size: 13px;
|
|
2319
|
+
}
|
|
2320
|
+
.accordion-container.accordion-iconic .accordion-icon {
|
|
2321
|
+
display: flex;
|
|
2322
|
+
align-items: center;
|
|
2323
|
+
justify-content: center;
|
|
2324
|
+
width: 46px;
|
|
2325
|
+
height: 46px;
|
|
2326
|
+
border-radius: 12px;
|
|
2327
|
+
font-size: 22px;
|
|
2328
|
+
margin-right: 16px;
|
|
2329
|
+
flex-shrink: 0;
|
|
2330
|
+
transition: transform 0.2s ease;
|
|
2331
|
+
background-color: rgba(99, 102, 241, 0.1);
|
|
2332
|
+
color: #6366f1;
|
|
2333
|
+
}
|
|
2334
|
+
.accordion-container.accordion-iconic .accordion-item:hover .accordion-icon {
|
|
2335
|
+
transform: scale(1.05);
|
|
2336
|
+
}
|
|
2337
|
+
.accordion-container.accordion-iconic .accordion-arrow-wrapper {
|
|
2338
|
+
display: flex;
|
|
2339
|
+
align-items: center;
|
|
2340
|
+
justify-content: center;
|
|
2341
|
+
width: 28px;
|
|
2342
|
+
height: 28px;
|
|
2343
|
+
border-radius: 50%;
|
|
2344
|
+
background-color: #f8fafc;
|
|
2345
|
+
border: 1px solid #e2e8f0;
|
|
2346
|
+
color: #64748b;
|
|
2347
|
+
transition: all 0.2s ease;
|
|
2348
|
+
flex-shrink: 0;
|
|
2349
|
+
}
|
|
2350
|
+
.accordion-container.accordion-iconic .accordion-arrow-wrapper .accordion-arrow {
|
|
2351
|
+
color: #64748b;
|
|
2352
|
+
opacity: 0.8;
|
|
2353
|
+
font-size: 11px;
|
|
2354
|
+
}
|
|
2355
|
+
.accordion-container.accordion-iconic .accordion-item:hover .accordion-arrow-wrapper {
|
|
2356
|
+
background-color: #6366f1;
|
|
2357
|
+
border-color: #6366f1;
|
|
2358
|
+
color: #ffffff;
|
|
2359
|
+
}
|
|
2360
|
+
.accordion-container.accordion-iconic .accordion-item:hover .accordion-arrow-wrapper .accordion-arrow {
|
|
2361
|
+
color: #ffffff;
|
|
2362
|
+
opacity: 1;
|
|
2363
|
+
}
|
|
2364
|
+
.accordion-container.accordion-iconic .accordion-content {
|
|
2365
|
+
background: #f8fafc;
|
|
2366
|
+
border-top: 1px solid #f1f5f9;
|
|
2367
|
+
}
|
|
2368
|
+
.accordion-container.accordion-iconic .accordion-content-inner {
|
|
2369
|
+
padding: 24px;
|
|
2370
|
+
color: #334155;
|
|
2371
|
+
font-size: 14px;
|
|
2372
|
+
line-height: 1.6;
|
|
2373
|
+
}
|
|
2374
|
+
.accordion-container.accordion-iconic .accordion-item:nth-child(1) .accordion-icon {
|
|
2375
|
+
background-color: rgba(99, 102, 241, 0.1);
|
|
2376
|
+
color: #6366f1;
|
|
2377
|
+
}
|
|
2378
|
+
.accordion-container.accordion-iconic .accordion-item:nth-child(2) .accordion-icon {
|
|
2379
|
+
background-color: rgba(239, 68, 68, 0.1);
|
|
2380
|
+
color: #ef4444;
|
|
2381
|
+
}
|
|
2382
|
+
.accordion-container.accordion-iconic .accordion-item:nth-child(3) .accordion-icon {
|
|
2383
|
+
background-color: rgba(16, 185, 129, 0.1);
|
|
2384
|
+
color: #10b981;
|
|
2385
|
+
}
|
|
2386
|
+
.accordion-container.accordion-iconic .accordion-item:nth-child(4) .accordion-icon {
|
|
2387
|
+
background-color: rgba(59, 130, 246, 0.1);
|
|
2388
|
+
color: #3b82f6;
|
|
2389
|
+
}
|
|
2390
|
+
|
|
2090
2391
|
/* ── End Sovereign Finale ─────────────────────────────────────────────── */
|
|
@@ -67,11 +67,19 @@ export class Accordion {
|
|
|
67
67
|
*/
|
|
68
68
|
selectionPosition = 'left';
|
|
69
69
|
/**
|
|
70
|
-
* Accordion variant: 'default' | 'bordered' | 'splitted' | 'light' | 'shadow' | 'card' | 'card-list' | 'headline'
|
|
70
|
+
* Accordion variant: 'default' | 'bordered' | 'splitted' | 'light' | 'shadow' | 'card' | 'card-list' | 'headline' | 'boxed' | 'minimal' | 'left-toggle' | 'iconic'
|
|
71
71
|
* Use 'card' or 'card-list' for a separated card layout with icon pills and a right-chevron.
|
|
72
72
|
* Use 'headline' for a minimalist, high-impact typography-first layout.
|
|
73
|
+
* Use 'boxed' for dark individual cards with glowing yellow action badges.
|
|
74
|
+
* Use 'minimal' for border-bottom separators and clean typography.
|
|
75
|
+
* Use 'left-toggle' for a left plus-minus toggle structure.
|
|
76
|
+
* Use 'iconic' for custom left status/brand icons with micro plus-minus toggles.
|
|
73
77
|
*/
|
|
74
78
|
variant = 'default';
|
|
79
|
+
/**
|
|
80
|
+
* Toggle icon style: 'chevron' | 'plus-minus'
|
|
81
|
+
*/
|
|
82
|
+
toggleStyle = 'chevron';
|
|
75
83
|
/**
|
|
76
84
|
* Size of the accordion: 'sm' | 'md' | 'lg'
|
|
77
85
|
*/
|
|
@@ -1081,14 +1089,18 @@ export class Accordion {
|
|
|
1081
1089
|
if (el)
|
|
1082
1090
|
this.itemRefs.set(item.id, el);
|
|
1083
1091
|
} }, item.headerSlot ? (h("div", { class: "accordion-header-custom", role: "heading", "aria-level": currentHeaderLevel }, h("slot", { name: item.headerSlot }))) : (h(HeaderTag, { style: { margin: 0, padding: 0 } }, h("ui-button", { variant: "accordion", class: headerClasses, onClick: (e) => this.toggleItem(item.id, e), disabled: isDisabled, fullWidth: true, "icon-position": "none", align: "start", justify: "between", noRipple: true, "aria-expanded": isOpen ? 'true' : 'false', "aria-controls": `accordion-content-${item.id}`, ariaLabel: `${isOpen ? 'Close' : 'Open'} ${item.title}`, tabindex: isDisabled ? -1 : 0 }, h("div", { class: "accordion-header-content" }, h("div", { class: "accordion-header-left" }, this.iconPosition === 'start' && !this.hideArrow && (() => {
|
|
1084
|
-
const arrowName =
|
|
1092
|
+
const arrowName = this.toggleStyle === 'plus-minus'
|
|
1093
|
+
? (isOpen ? 'minus' : 'plus')
|
|
1094
|
+
: (isOpen ? this.arrowIconExpanded : this.arrowIconCollapsed);
|
|
1085
1095
|
const arrowLib = this.iconLibrary;
|
|
1086
|
-
return (h("ui-icon", { name: arrowName, library: arrowLib, size: "1.2em", class: "accordion-arrow arrow-start" }));
|
|
1096
|
+
return (h("div", { class: "accordion-arrow-wrapper" }, h("ui-icon", { name: arrowName, library: arrowLib, size: "1.2em", class: "accordion-arrow arrow-start" })));
|
|
1087
1097
|
})(), item.image && (h("img", { src: item.image, alt: "", class: "accordion-image" })), item.icon && (h("span", { class: "accordion-icon" }, h("ui-icon", { name: item.icon, library: item.iconLibrary || this.iconLibrary, size: "1.2em" }))), h("div", { class: "accordion-header-text" }, this.showBreadcrumbs && parentTitles.length > 0 && (h("div", { class: "accordion-breadcrumbs" }, parentTitles.map((p, i) => (h("span", { class: "breadcrumb-node" }, p, " ", i < parentTitles.length - 1 ? ' > ' : ''))))), h("div", { class: "accordion-title-group" }, h("div", { class: "accordion-title", innerHTML: sanitizeHTML(this.enableSearch ? this.highlightSearchText(item.title) : item.title) }), item.subtitle && (h("div", { class: "accordion-subtitle", innerHTML: sanitizeHTML(this.enableSearch ? this.highlightSearchText(item.subtitle) : item.subtitle) })), this.renderSparkline(item.sparkline ?? []), this.renderAIBriefing(item), this.renderTeleportLink(item)), item.peek && !isOpen && !this.searchQuery && (h("span", { class: "accordion-peek-snippet", innerHTML: sanitizeHTML(item.peek) })))), h("div", { class: "accordion-header-right" }, h("div", { class: "accordion-header-indicators" }, this.renderPresence(item), this.renderQuickActions(item), item.progress !== undefined && item.progress >= 0 && (h("div", { class: "accordion-progress-ring" }, h("svg", { viewBox: "0 0 36 36" }, h("circle", { cx: "18", cy: "18", r: "16", fill: "none", class: "ring-bg", "stroke-width": "3" }), h("circle", { cx: "18", cy: "18", r: "16", fill: "none", class: "ring-fg", "stroke-width": "3", style: { strokeDasharray: `${item.progress}, 100` } })), h("span", { class: "progress-text" }, item.progress, "%"))), item.status && item.status !== 'none' && (h("div", { class: `accordion-status-badge status-${item.status}` }, item.status === 'completed' && h("ui-icon", { name: "check", library: this.iconLibrary, size: "14px" }), item.status === 'error' && h("ui-icon", { name: "alert-circle", library: this.iconLibrary, size: "14px" }), item.status === 'warning' && h("ui-icon", { name: "alert-triangle", library: this.iconLibrary, size: "14px" }), item.status === 'current' && h("div", { class: "pulse-dot" })))), item.badge !== undefined && item.badge > 0 && (h("span", { class: "accordion-badge" }, item.badge)), item.actions && item.actions.length > 0 && (h("div", { class: "accordion-actions" }, item.actions.map(action => (h("ui-button", { key: action.id, variant: action.variant || 'ghost', size: "xs", iconOnly: !!action.icon, icon: action.icon, iconLibrary: action.iconLibrary || item.iconLibrary || this.iconLibrary, iconSize: "1.1em", label: action.icon ? undefined : action.label, ariaLabel: action.ariaLabel || action.label, disabled: action.disabled, onClick: (e) => this.handleActionClick(item.id, action.id, action, e) }))))), item.loading && (h("ui-loader", { size: "xs", color: "currentColor", class: "accordion-loading-spinner" })), this.iconPosition === 'end' && !this.hideArrow && (() => {
|
|
1088
1098
|
// const isCardList = this.variant === 'card-list' || this.variant === 'card';
|
|
1089
|
-
const arrowName =
|
|
1099
|
+
const arrowName = this.toggleStyle === 'plus-minus'
|
|
1100
|
+
? (isOpen ? 'minus' : 'plus')
|
|
1101
|
+
: (isOpen ? this.arrowIconExpanded : this.arrowIconCollapsed);
|
|
1090
1102
|
const arrowLib = this.iconLibrary;
|
|
1091
|
-
return (h("ui-icon", { name: arrowName, library: arrowLib, size: "1.2em", class: "accordion-arrow" }));
|
|
1103
|
+
return (h("div", { class: "accordion-arrow-wrapper" }, h("ui-icon", { name: arrowName, library: arrowLib, size: "1.2em", class: "accordion-arrow" })));
|
|
1092
1104
|
})()))))), (() => {
|
|
1093
1105
|
// God-tier Lazy Logic:
|
|
1094
1106
|
// 1. If not lazy, always render.
|
|
@@ -1522,15 +1534,15 @@ export class Accordion {
|
|
|
1522
1534
|
"type": "string",
|
|
1523
1535
|
"mutable": false,
|
|
1524
1536
|
"complexType": {
|
|
1525
|
-
"original": "'default' | 'bordered' | 'splitted' | 'light' | 'shadow' | 'card' | 'card-list' | 'headline'",
|
|
1526
|
-
"resolved": "\"bordered\" | \"card\" | \"card-list\" | \"default\" | \"headline\" | \"light\" | \"shadow\" | \"splitted\"",
|
|
1537
|
+
"original": "'default' | 'bordered' | 'splitted' | 'light' | 'shadow' | 'card' | 'card-list' | 'headline' | 'boxed' | 'minimal' | 'left-toggle' | 'iconic'",
|
|
1538
|
+
"resolved": "\"bordered\" | \"boxed\" | \"card\" | \"card-list\" | \"default\" | \"headline\" | \"iconic\" | \"left-toggle\" | \"light\" | \"minimal\" | \"shadow\" | \"splitted\"",
|
|
1527
1539
|
"references": {}
|
|
1528
1540
|
},
|
|
1529
1541
|
"required": false,
|
|
1530
1542
|
"optional": false,
|
|
1531
1543
|
"docs": {
|
|
1532
1544
|
"tags": [],
|
|
1533
|
-
"text": "Accordion variant: 'default' | 'bordered' | 'splitted' | 'light' | 'shadow' | 'card' | 'card-list' | 'headline'\r\nUse 'card' or 'card-list' for a separated card layout with icon pills and a right-chevron.\r\nUse 'headline' for a minimalist, high-impact typography-first layout."
|
|
1545
|
+
"text": "Accordion variant: 'default' | 'bordered' | 'splitted' | 'light' | 'shadow' | 'card' | 'card-list' | 'headline' | 'boxed' | 'minimal' | 'left-toggle' | 'iconic'\r\nUse 'card' or 'card-list' for a separated card layout with icon pills and a right-chevron.\r\nUse 'headline' for a minimalist, high-impact typography-first layout.\r\nUse 'boxed' for dark individual cards with glowing yellow action badges.\r\nUse 'minimal' for border-bottom separators and clean typography.\r\nUse 'left-toggle' for a left plus-minus toggle structure.\r\nUse 'iconic' for custom left status/brand icons with micro plus-minus toggles."
|
|
1534
1546
|
},
|
|
1535
1547
|
"getter": false,
|
|
1536
1548
|
"setter": false,
|
|
@@ -1538,6 +1550,26 @@ export class Accordion {
|
|
|
1538
1550
|
"attribute": "variant",
|
|
1539
1551
|
"defaultValue": "'default'"
|
|
1540
1552
|
},
|
|
1553
|
+
"toggleStyle": {
|
|
1554
|
+
"type": "string",
|
|
1555
|
+
"mutable": false,
|
|
1556
|
+
"complexType": {
|
|
1557
|
+
"original": "'chevron' | 'plus-minus'",
|
|
1558
|
+
"resolved": "\"chevron\" | \"plus-minus\"",
|
|
1559
|
+
"references": {}
|
|
1560
|
+
},
|
|
1561
|
+
"required": false,
|
|
1562
|
+
"optional": false,
|
|
1563
|
+
"docs": {
|
|
1564
|
+
"tags": [],
|
|
1565
|
+
"text": "Toggle icon style: 'chevron' | 'plus-minus'"
|
|
1566
|
+
},
|
|
1567
|
+
"getter": false,
|
|
1568
|
+
"setter": false,
|
|
1569
|
+
"reflect": false,
|
|
1570
|
+
"attribute": "toggle-style",
|
|
1571
|
+
"defaultValue": "'chevron'"
|
|
1572
|
+
},
|
|
1541
1573
|
"size": {
|
|
1542
1574
|
"type": "string",
|
|
1543
1575
|
"mutable": false,
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
--table-header-bg: var(--bg-primary, #f8fafc);
|
|
67
67
|
--table-border: var(--border-subtle, #f1f5f9);
|
|
68
68
|
--table-text: var(--text-primary, #1e293b);
|
|
69
|
-
--table-text-secondary: var(--
|
|
69
|
+
--table-text-secondary: var(--text-secondary, #64748b);
|
|
70
70
|
--table-text-secondary-rgb: 100, 116, 139;
|
|
71
71
|
--table-hover: var(--bg-primary, #f1f5f9);
|
|
72
72
|
--table-primary: var(--color-primary-hover, #2563eb);
|
|
@@ -84,18 +84,32 @@
|
|
|
84
84
|
overflow: hidden;
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
/* Dark Mode */
|
|
88
|
-
.data-table-container.dark-mode
|
|
87
|
+
/* Dark Mode & Theme Contexts */
|
|
88
|
+
.data-table-container.dark-mode,
|
|
89
|
+
:host-context(.theme-dark) .data-table-container,
|
|
90
|
+
:host-context(.dark) .data-table-container {
|
|
89
91
|
--table-bg: var(--bg-secondary, #0f172a);
|
|
90
92
|
--table-header-bg: var(--bg-primary, #1e293b);
|
|
91
93
|
--table-border: rgba(255, 255, 255, 0.05);
|
|
92
|
-
--table-text: var(--
|
|
93
|
-
--table-text-secondary: var(--
|
|
94
|
+
--table-text: var(--text-primary, #f8fafc);
|
|
95
|
+
--table-text-secondary: var(--text-secondary, #94a3b8);
|
|
94
96
|
--table-hover: rgba(255, 255, 255, 0.03);
|
|
95
97
|
--table-selected: rgba(var(--table-primary-rgb), 0.1);
|
|
96
98
|
--table-shadow: rgba(0, 0, 0, 0.4);
|
|
97
99
|
}
|
|
98
100
|
|
|
101
|
+
:host-context(.theme-light) .data-table-container,
|
|
102
|
+
:host-context(.light) .data-table-container {
|
|
103
|
+
--table-bg: var(--bg-primary, #ffffff);
|
|
104
|
+
--table-header-bg: var(--bg-primary, #f8fafc);
|
|
105
|
+
--table-border: var(--border-subtle, #f1f5f9);
|
|
106
|
+
--table-text: var(--text-primary, #1e293b);
|
|
107
|
+
--table-text-secondary: var(--text-secondary, #64748b);
|
|
108
|
+
--table-hover: var(--bg-primary, #f1f5f9);
|
|
109
|
+
--table-selected: rgba(var(--table-primary-rgb), 0.1);
|
|
110
|
+
--table-shadow: rgba(0, 0, 0, 0.05);
|
|
111
|
+
}
|
|
112
|
+
|
|
99
113
|
.advanced-table-glass {
|
|
100
114
|
background: transparent !important;
|
|
101
115
|
box-shadow: none !important;
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
--aside-resize-handle-hover: var(--color-primary, #10b981);
|
|
38
38
|
--aside-resize-handle-active: var(--color-primary-hover, #2563eb);
|
|
39
39
|
--aside-panel-padding: 32px;
|
|
40
|
-
--aside-transition-duration:
|
|
40
|
+
--aside-transition-duration: 0.3s;
|
|
41
41
|
--aside-ease: cubic-bezier(0.65, 0, 0.35, 1);
|
|
42
42
|
--aside-z-index-overlay: 1500;
|
|
43
43
|
--aside-z-index-panel: 1501;
|
|
@@ -60,13 +60,11 @@
|
|
|
60
60
|
opacity: 0;
|
|
61
61
|
visibility: hidden;
|
|
62
62
|
transition: opacity var(--aside-transition-duration) var(--aside-ease), visibility var(--aside-transition-duration) var(--aside-ease);
|
|
63
|
-
transition-delay: var(--aside-transition-duration);
|
|
64
63
|
z-index: var(--aside-z-index-overlay);
|
|
65
64
|
}
|
|
66
65
|
.overlay.visible {
|
|
67
66
|
opacity: 1;
|
|
68
67
|
visibility: visible;
|
|
69
|
-
transition-delay: 0s;
|
|
70
68
|
}
|
|
71
69
|
|
|
72
70
|
/* ── Panel Core ─────────────────────────────────────────────────────── */
|