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 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,154 +0,0 @@
|
|
|
1
|
-
.sr-only {
|
|
2
|
-
position: absolute !important;
|
|
3
|
-
width: 1px !important;
|
|
4
|
-
height: 1px !important;
|
|
5
|
-
padding: 0 !important;
|
|
6
|
-
margin: -1px !important;
|
|
7
|
-
overflow: hidden !important;
|
|
8
|
-
clip: rect(0, 0, 0, 0) !important;
|
|
9
|
-
white-space: nowrap !important;
|
|
10
|
-
border-width: 0 !important;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.a11y-sr-only {
|
|
14
|
-
position: absolute !important;
|
|
15
|
-
width: 1px !important;
|
|
16
|
-
height: 1px !important;
|
|
17
|
-
padding: 0 !important;
|
|
18
|
-
margin: -1px !important;
|
|
19
|
-
overflow: hidden !important;
|
|
20
|
-
clip: rect(0, 0, 0, 0) !important;
|
|
21
|
-
white-space: nowrap !important;
|
|
22
|
-
border-width: 0 !important;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
:host {
|
|
26
|
-
display: inline-block;
|
|
27
|
-
vertical-align: middle;
|
|
28
|
-
transition: transform 0.2s ease;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.image-button {
|
|
32
|
-
position: relative;
|
|
33
|
-
overflow: hidden;
|
|
34
|
-
border-radius: 12px;
|
|
35
|
-
cursor: pointer;
|
|
36
|
-
background: #f3f4f6;
|
|
37
|
-
width: 100%;
|
|
38
|
-
height: 100%;
|
|
39
|
-
display: flex;
|
|
40
|
-
align-items: center;
|
|
41
|
-
justify-content: center;
|
|
42
|
-
outline: none;
|
|
43
|
-
}
|
|
44
|
-
.image-button,
|
|
45
|
-
.image-button * {
|
|
46
|
-
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
|
|
47
|
-
}
|
|
48
|
-
.image-button-sm {
|
|
49
|
-
width: 120px;
|
|
50
|
-
}
|
|
51
|
-
.image-button-md {
|
|
52
|
-
width: 240px;
|
|
53
|
-
}
|
|
54
|
-
.image-button-lg {
|
|
55
|
-
width: 360px;
|
|
56
|
-
}
|
|
57
|
-
.image-button-xl {
|
|
58
|
-
width: 480px;
|
|
59
|
-
}
|
|
60
|
-
.image-button-ratio-square {
|
|
61
|
-
aspect-ratio: 1/1;
|
|
62
|
-
}
|
|
63
|
-
.image-button-ratio-video {
|
|
64
|
-
aspect-ratio: 16/9;
|
|
65
|
-
}
|
|
66
|
-
.image-button-ratio-portrait {
|
|
67
|
-
aspect-ratio: 3/4;
|
|
68
|
-
}
|
|
69
|
-
.image-button-ratio-auto {
|
|
70
|
-
height: auto;
|
|
71
|
-
}
|
|
72
|
-
.image-button .button-image {
|
|
73
|
-
width: 100%;
|
|
74
|
-
height: 100%;
|
|
75
|
-
object-fit: cover;
|
|
76
|
-
display: block;
|
|
77
|
-
}
|
|
78
|
-
.image-button .image-placeholder {
|
|
79
|
-
color: #9ca3af;
|
|
80
|
-
}
|
|
81
|
-
.image-button .button-overlay {
|
|
82
|
-
position: absolute;
|
|
83
|
-
inset: 0;
|
|
84
|
-
background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 60%);
|
|
85
|
-
display: flex;
|
|
86
|
-
align-items: flex-end;
|
|
87
|
-
padding: 1.25rem;
|
|
88
|
-
color: white;
|
|
89
|
-
}
|
|
90
|
-
.image-button .overlay-content {
|
|
91
|
-
display: flex;
|
|
92
|
-
flex-direction: column;
|
|
93
|
-
gap: 4px;
|
|
94
|
-
}
|
|
95
|
-
.image-button .button-label {
|
|
96
|
-
font-weight: 700;
|
|
97
|
-
font-size: 1.1rem;
|
|
98
|
-
line-height: 1.2;
|
|
99
|
-
letter-spacing: -0.01em;
|
|
100
|
-
}
|
|
101
|
-
.image-button .button-desc {
|
|
102
|
-
font-size: 0.85rem;
|
|
103
|
-
opacity: 0.8;
|
|
104
|
-
}
|
|
105
|
-
.image-button-effect-zoom:hover .button-image {
|
|
106
|
-
transform: scale(1.1);
|
|
107
|
-
}
|
|
108
|
-
.image-button-effect-lift:hover, .image-button-effect-lift.is-focused {
|
|
109
|
-
transform: translateY(-8px);
|
|
110
|
-
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
|
|
111
|
-
}
|
|
112
|
-
.image-button-effect-brighten:hover .button-image {
|
|
113
|
-
filter: brightness(1.2);
|
|
114
|
-
}
|
|
115
|
-
.image-button.label-mode-hover .button-overlay {
|
|
116
|
-
opacity: 0;
|
|
117
|
-
transform: translateY(10px);
|
|
118
|
-
}
|
|
119
|
-
.image-button.label-mode-hover:hover .button-overlay {
|
|
120
|
-
opacity: 1;
|
|
121
|
-
transform: translateY(0);
|
|
122
|
-
}
|
|
123
|
-
.image-button.is-disabled {
|
|
124
|
-
cursor: not-allowed;
|
|
125
|
-
opacity: 0.6;
|
|
126
|
-
filter: grayscale(1);
|
|
127
|
-
}
|
|
128
|
-
.image-button.is-disabled:hover {
|
|
129
|
-
transform: none;
|
|
130
|
-
box-shadow: none;
|
|
131
|
-
}
|
|
132
|
-
.image-button.is-loading {
|
|
133
|
-
cursor: wait;
|
|
134
|
-
}
|
|
135
|
-
.image-button.is-loading .loading-overlay {
|
|
136
|
-
position: absolute;
|
|
137
|
-
inset: 0;
|
|
138
|
-
background: rgba(255, 255, 255, 0.7);
|
|
139
|
-
display: flex;
|
|
140
|
-
align-items: center;
|
|
141
|
-
justify-content: center;
|
|
142
|
-
color: #10b981;
|
|
143
|
-
z-index: 10;
|
|
144
|
-
}
|
|
145
|
-
.image-button.is-focused {
|
|
146
|
-
box-shadow: 0 0 0 2px var(--bg-primary, #ffffff), 0 0 0 5px var(--color-primary, #10b981);
|
|
147
|
-
z-index: 10;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
@media (max-width: 640px) {
|
|
151
|
-
.image-button {
|
|
152
|
-
width: 100% !important;
|
|
153
|
-
}
|
|
154
|
-
}
|
|
@@ -1,310 +0,0 @@
|
|
|
1
|
-
import { Host, h } from "@stencil/core";
|
|
2
|
-
export class ImageButton {
|
|
3
|
-
/** Image source URL */
|
|
4
|
-
src;
|
|
5
|
-
/** Image alt text */
|
|
6
|
-
alt = '';
|
|
7
|
-
/** Button label (overlay) */
|
|
8
|
-
label;
|
|
9
|
-
/** Subtitle or secondary text */
|
|
10
|
-
description;
|
|
11
|
-
/** Hover effect: 'zoom' | 'lift' | 'brighten' | 'none' */
|
|
12
|
-
effect = 'zoom';
|
|
13
|
-
/** Aspect ratio: 'square' | 'video' | 'portrait' | 'auto' */
|
|
14
|
-
ratio = 'square';
|
|
15
|
-
/** Whether the label is always visible or only on hover */
|
|
16
|
-
labelMode = 'hover';
|
|
17
|
-
/** Size variant */
|
|
18
|
-
size = 'md';
|
|
19
|
-
/** Disabled state */
|
|
20
|
-
disabled = false;
|
|
21
|
-
/** Loading state */
|
|
22
|
-
loading = false;
|
|
23
|
-
/** Accessibility label */
|
|
24
|
-
a11yLabel;
|
|
25
|
-
/** Focus state for keyboard accessibility */
|
|
26
|
-
isFocused = false;
|
|
27
|
-
uiClick;
|
|
28
|
-
handleClick = (e) => {
|
|
29
|
-
if (this.disabled || this.loading) {
|
|
30
|
-
e.preventDefault();
|
|
31
|
-
e.stopPropagation();
|
|
32
|
-
return;
|
|
33
|
-
}
|
|
34
|
-
this.uiClick.emit();
|
|
35
|
-
};
|
|
36
|
-
handleKeyDown = (e) => {
|
|
37
|
-
if (e.key === 'Enter' || e.key === ' ') {
|
|
38
|
-
e.preventDefault();
|
|
39
|
-
this.handleClick(e);
|
|
40
|
-
}
|
|
41
|
-
};
|
|
42
|
-
render() {
|
|
43
|
-
const classes = {
|
|
44
|
-
'image-button': true,
|
|
45
|
-
[`image-button-${this.size}`]: true,
|
|
46
|
-
[`image-button-ratio-${this.ratio}`]: true,
|
|
47
|
-
[`image-button-effect-${this.effect}`]: true,
|
|
48
|
-
[`label-mode-${this.labelMode}`]: true,
|
|
49
|
-
'is-disabled': this.disabled,
|
|
50
|
-
'is-loading': this.loading,
|
|
51
|
-
'is-focused': this.isFocused,
|
|
52
|
-
};
|
|
53
|
-
return (h(Host, { key: '9f62fc59b4656078cbddd73750e41d03a0f3d2ca' }, h("div", { key: 'd6f464e2f65dd0eb5dd40892179432473b3836fe', class: classes, role: "button", tabindex: this.disabled || this.loading ? -1 : 0, "aria-label": this.a11yLabel || this.label || this.alt || 'Image Button', "aria-disabled": this.disabled ? 'true' : 'false', "aria-busy": this.loading ? 'true' : 'false', onClick: this.handleClick, onKeyDown: this.handleKeyDown, onFocus: () => this.isFocused = true, onBlur: () => this.isFocused = false }, this.src ? (h("img", { class: "button-image", src: this.src, alt: this.alt, loading: "lazy" })) : (h("div", { class: "image-placeholder" }, h("ui-icon", { name: "image", library: "fontawesome", size: "24px" }))), (this.label || this.description) && (h("div", { key: '4f8ce2e322361f645f29bf9c4f48f4c9b151f075', class: "button-overlay" }, h("div", { key: 'f3e15b029509d4ed27bef5c03d75d3bd934f190b', class: "overlay-content" }, this.label && h("div", { key: 'aac7cac7d8e07014a927acd9f572f7dac2688e3d', class: "button-label" }, this.label), this.description && h("div", { key: '1607a06a9fcde90277be03130548d974bf7c6b5c', class: "button-desc" }, this.description)))), this.loading && (h("div", { key: '9c9f38dbeb6b77fb2d8eed4ab641498aa5030bf7', class: "loading-overlay" }, h("ui-icon", { key: '2bc1e06c7a61a4e7752686d489ea2c092550d2b4', name: "spinner", library: "fontawesome", spin: true, size: "24px" }))))));
|
|
54
|
-
}
|
|
55
|
-
static get is() { return "ui-image-button"; }
|
|
56
|
-
static get encapsulation() { return "shadow"; }
|
|
57
|
-
static get originalStyleUrls() {
|
|
58
|
-
return {
|
|
59
|
-
"$": ["image-button.scss"]
|
|
60
|
-
};
|
|
61
|
-
}
|
|
62
|
-
static get styleUrls() {
|
|
63
|
-
return {
|
|
64
|
-
"$": ["image-button.css"]
|
|
65
|
-
};
|
|
66
|
-
}
|
|
67
|
-
static get properties() {
|
|
68
|
-
return {
|
|
69
|
-
"src": {
|
|
70
|
-
"type": "string",
|
|
71
|
-
"mutable": false,
|
|
72
|
-
"complexType": {
|
|
73
|
-
"original": "string",
|
|
74
|
-
"resolved": "string",
|
|
75
|
-
"references": {}
|
|
76
|
-
},
|
|
77
|
-
"required": false,
|
|
78
|
-
"optional": false,
|
|
79
|
-
"docs": {
|
|
80
|
-
"tags": [],
|
|
81
|
-
"text": "Image source URL"
|
|
82
|
-
},
|
|
83
|
-
"getter": false,
|
|
84
|
-
"setter": false,
|
|
85
|
-
"reflect": false,
|
|
86
|
-
"attribute": "src"
|
|
87
|
-
},
|
|
88
|
-
"alt": {
|
|
89
|
-
"type": "string",
|
|
90
|
-
"mutable": false,
|
|
91
|
-
"complexType": {
|
|
92
|
-
"original": "string",
|
|
93
|
-
"resolved": "string",
|
|
94
|
-
"references": {}
|
|
95
|
-
},
|
|
96
|
-
"required": false,
|
|
97
|
-
"optional": false,
|
|
98
|
-
"docs": {
|
|
99
|
-
"tags": [],
|
|
100
|
-
"text": "Image alt text"
|
|
101
|
-
},
|
|
102
|
-
"getter": false,
|
|
103
|
-
"setter": false,
|
|
104
|
-
"reflect": false,
|
|
105
|
-
"attribute": "alt",
|
|
106
|
-
"defaultValue": "''"
|
|
107
|
-
},
|
|
108
|
-
"label": {
|
|
109
|
-
"type": "string",
|
|
110
|
-
"mutable": false,
|
|
111
|
-
"complexType": {
|
|
112
|
-
"original": "string",
|
|
113
|
-
"resolved": "string",
|
|
114
|
-
"references": {}
|
|
115
|
-
},
|
|
116
|
-
"required": false,
|
|
117
|
-
"optional": false,
|
|
118
|
-
"docs": {
|
|
119
|
-
"tags": [],
|
|
120
|
-
"text": "Button label (overlay)"
|
|
121
|
-
},
|
|
122
|
-
"getter": false,
|
|
123
|
-
"setter": false,
|
|
124
|
-
"reflect": false,
|
|
125
|
-
"attribute": "label"
|
|
126
|
-
},
|
|
127
|
-
"description": {
|
|
128
|
-
"type": "string",
|
|
129
|
-
"mutable": false,
|
|
130
|
-
"complexType": {
|
|
131
|
-
"original": "string",
|
|
132
|
-
"resolved": "string",
|
|
133
|
-
"references": {}
|
|
134
|
-
},
|
|
135
|
-
"required": false,
|
|
136
|
-
"optional": false,
|
|
137
|
-
"docs": {
|
|
138
|
-
"tags": [],
|
|
139
|
-
"text": "Subtitle or secondary text"
|
|
140
|
-
},
|
|
141
|
-
"getter": false,
|
|
142
|
-
"setter": false,
|
|
143
|
-
"reflect": false,
|
|
144
|
-
"attribute": "description"
|
|
145
|
-
},
|
|
146
|
-
"effect": {
|
|
147
|
-
"type": "string",
|
|
148
|
-
"mutable": false,
|
|
149
|
-
"complexType": {
|
|
150
|
-
"original": "'zoom' | 'lift' | 'brighten' | 'none'",
|
|
151
|
-
"resolved": "\"brighten\" | \"lift\" | \"none\" | \"zoom\"",
|
|
152
|
-
"references": {}
|
|
153
|
-
},
|
|
154
|
-
"required": false,
|
|
155
|
-
"optional": false,
|
|
156
|
-
"docs": {
|
|
157
|
-
"tags": [],
|
|
158
|
-
"text": "Hover effect: 'zoom' | 'lift' | 'brighten' | 'none'"
|
|
159
|
-
},
|
|
160
|
-
"getter": false,
|
|
161
|
-
"setter": false,
|
|
162
|
-
"reflect": false,
|
|
163
|
-
"attribute": "effect",
|
|
164
|
-
"defaultValue": "'zoom'"
|
|
165
|
-
},
|
|
166
|
-
"ratio": {
|
|
167
|
-
"type": "string",
|
|
168
|
-
"mutable": false,
|
|
169
|
-
"complexType": {
|
|
170
|
-
"original": "'square' | 'video' | 'portrait' | 'auto'",
|
|
171
|
-
"resolved": "\"auto\" | \"portrait\" | \"square\" | \"video\"",
|
|
172
|
-
"references": {}
|
|
173
|
-
},
|
|
174
|
-
"required": false,
|
|
175
|
-
"optional": false,
|
|
176
|
-
"docs": {
|
|
177
|
-
"tags": [],
|
|
178
|
-
"text": "Aspect ratio: 'square' | 'video' | 'portrait' | 'auto'"
|
|
179
|
-
},
|
|
180
|
-
"getter": false,
|
|
181
|
-
"setter": false,
|
|
182
|
-
"reflect": false,
|
|
183
|
-
"attribute": "ratio",
|
|
184
|
-
"defaultValue": "'square'"
|
|
185
|
-
},
|
|
186
|
-
"labelMode": {
|
|
187
|
-
"type": "string",
|
|
188
|
-
"mutable": false,
|
|
189
|
-
"complexType": {
|
|
190
|
-
"original": "'always' | 'hover'",
|
|
191
|
-
"resolved": "\"always\" | \"hover\"",
|
|
192
|
-
"references": {}
|
|
193
|
-
},
|
|
194
|
-
"required": false,
|
|
195
|
-
"optional": false,
|
|
196
|
-
"docs": {
|
|
197
|
-
"tags": [],
|
|
198
|
-
"text": "Whether the label is always visible or only on hover"
|
|
199
|
-
},
|
|
200
|
-
"getter": false,
|
|
201
|
-
"setter": false,
|
|
202
|
-
"reflect": false,
|
|
203
|
-
"attribute": "label-mode",
|
|
204
|
-
"defaultValue": "'hover'"
|
|
205
|
-
},
|
|
206
|
-
"size": {
|
|
207
|
-
"type": "string",
|
|
208
|
-
"mutable": false,
|
|
209
|
-
"complexType": {
|
|
210
|
-
"original": "'sm' | 'md' | 'lg' | 'xl'",
|
|
211
|
-
"resolved": "\"lg\" | \"md\" | \"sm\" | \"xl\"",
|
|
212
|
-
"references": {}
|
|
213
|
-
},
|
|
214
|
-
"required": false,
|
|
215
|
-
"optional": false,
|
|
216
|
-
"docs": {
|
|
217
|
-
"tags": [],
|
|
218
|
-
"text": "Size variant"
|
|
219
|
-
},
|
|
220
|
-
"getter": false,
|
|
221
|
-
"setter": false,
|
|
222
|
-
"reflect": false,
|
|
223
|
-
"attribute": "size",
|
|
224
|
-
"defaultValue": "'md'"
|
|
225
|
-
},
|
|
226
|
-
"disabled": {
|
|
227
|
-
"type": "boolean",
|
|
228
|
-
"mutable": false,
|
|
229
|
-
"complexType": {
|
|
230
|
-
"original": "boolean",
|
|
231
|
-
"resolved": "boolean",
|
|
232
|
-
"references": {}
|
|
233
|
-
},
|
|
234
|
-
"required": false,
|
|
235
|
-
"optional": false,
|
|
236
|
-
"docs": {
|
|
237
|
-
"tags": [],
|
|
238
|
-
"text": "Disabled state"
|
|
239
|
-
},
|
|
240
|
-
"getter": false,
|
|
241
|
-
"setter": false,
|
|
242
|
-
"reflect": false,
|
|
243
|
-
"attribute": "disabled",
|
|
244
|
-
"defaultValue": "false"
|
|
245
|
-
},
|
|
246
|
-
"loading": {
|
|
247
|
-
"type": "boolean",
|
|
248
|
-
"mutable": false,
|
|
249
|
-
"complexType": {
|
|
250
|
-
"original": "boolean",
|
|
251
|
-
"resolved": "boolean",
|
|
252
|
-
"references": {}
|
|
253
|
-
},
|
|
254
|
-
"required": false,
|
|
255
|
-
"optional": false,
|
|
256
|
-
"docs": {
|
|
257
|
-
"tags": [],
|
|
258
|
-
"text": "Loading state"
|
|
259
|
-
},
|
|
260
|
-
"getter": false,
|
|
261
|
-
"setter": false,
|
|
262
|
-
"reflect": false,
|
|
263
|
-
"attribute": "loading",
|
|
264
|
-
"defaultValue": "false"
|
|
265
|
-
},
|
|
266
|
-
"a11yLabel": {
|
|
267
|
-
"type": "string",
|
|
268
|
-
"mutable": false,
|
|
269
|
-
"complexType": {
|
|
270
|
-
"original": "string",
|
|
271
|
-
"resolved": "string",
|
|
272
|
-
"references": {}
|
|
273
|
-
},
|
|
274
|
-
"required": false,
|
|
275
|
-
"optional": false,
|
|
276
|
-
"docs": {
|
|
277
|
-
"tags": [],
|
|
278
|
-
"text": "Accessibility label"
|
|
279
|
-
},
|
|
280
|
-
"getter": false,
|
|
281
|
-
"setter": false,
|
|
282
|
-
"reflect": false,
|
|
283
|
-
"attribute": "a-1-1y-label"
|
|
284
|
-
}
|
|
285
|
-
};
|
|
286
|
-
}
|
|
287
|
-
static get states() {
|
|
288
|
-
return {
|
|
289
|
-
"isFocused": {}
|
|
290
|
-
};
|
|
291
|
-
}
|
|
292
|
-
static get events() {
|
|
293
|
-
return [{
|
|
294
|
-
"method": "uiClick",
|
|
295
|
-
"name": "uiClick",
|
|
296
|
-
"bubbles": true,
|
|
297
|
-
"cancelable": true,
|
|
298
|
-
"composed": true,
|
|
299
|
-
"docs": {
|
|
300
|
-
"tags": [],
|
|
301
|
-
"text": ""
|
|
302
|
-
},
|
|
303
|
-
"complexType": {
|
|
304
|
-
"original": "void",
|
|
305
|
-
"resolved": "void",
|
|
306
|
-
"references": {}
|
|
307
|
-
}
|
|
308
|
-
}];
|
|
309
|
-
}
|
|
310
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
.sr-only {
|
|
2
|
-
position: absolute !important;
|
|
3
|
-
width: 1px !important;
|
|
4
|
-
height: 1px !important;
|
|
5
|
-
padding: 0 !important;
|
|
6
|
-
margin: -1px !important;
|
|
7
|
-
overflow: hidden !important;
|
|
8
|
-
clip: rect(0, 0, 0, 0) !important;
|
|
9
|
-
white-space: nowrap !important;
|
|
10
|
-
border-width: 0 !important;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.a11y-sr-only {
|
|
14
|
-
position: absolute !important;
|
|
15
|
-
width: 1px !important;
|
|
16
|
-
height: 1px !important;
|
|
17
|
-
padding: 0 !important;
|
|
18
|
-
margin: -1px !important;
|
|
19
|
-
overflow: hidden !important;
|
|
20
|
-
clip: rect(0, 0, 0, 0) !important;
|
|
21
|
-
white-space: nowrap !important;
|
|
22
|
-
border-width: 0 !important;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
:host {
|
|
26
|
-
display: block;
|
|
27
|
-
width: auto;
|
|
28
|
-
min-width: 0;
|
|
29
|
-
--pair-radius: 10px;
|
|
30
|
-
}
|
|
31
|
-
:host.full-width {
|
|
32
|
-
width: 100%;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.pair-main-label {
|
|
36
|
-
display: block;
|
|
37
|
-
font-size: 11px;
|
|
38
|
-
font-weight: 700;
|
|
39
|
-
text-transform: uppercase;
|
|
40
|
-
letter-spacing: 0.08em;
|
|
41
|
-
opacity: 0.65;
|
|
42
|
-
color: var(--label-color, var(--text-secondary, #64748b));
|
|
43
|
-
margin-bottom: 8px;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.pair-container {
|
|
47
|
-
display: flex;
|
|
48
|
-
align-items: flex-end;
|
|
49
|
-
width: 100%;
|
|
50
|
-
}
|
|
51
|
-
.pair-container .input-item {
|
|
52
|
-
flex: 1;
|
|
53
|
-
min-width: 0;
|
|
54
|
-
}
|
|
55
|
-
.pair-container {
|
|
56
|
-
/* Default radii for inputs */
|
|
57
|
-
}
|
|
58
|
-
.pair-container .input-item.left ui-input::part(container),
|
|
59
|
-
.pair-container .input-item.right ui-input::part(container) {
|
|
60
|
-
border-radius: var(--pair-radius);
|
|
61
|
-
border-width: 1.5px;
|
|
62
|
-
}
|
|
63
|
-
.pair-container.is-connected .input-item.left ui-input::part(container) {
|
|
64
|
-
border-top-right-radius: 0;
|
|
65
|
-
border-bottom-right-radius: 0;
|
|
66
|
-
border-right-width: 0.75px;
|
|
67
|
-
}
|
|
68
|
-
.pair-container.is-connected .input-item.right ui-input::part(container) {
|
|
69
|
-
border-top-left-radius: 0;
|
|
70
|
-
border-bottom-left-radius: 0;
|
|
71
|
-
border-left-width: 0.75px;
|
|
72
|
-
}
|