@edo-w/flatline-solid 0.2.0 → 0.3.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/README.md +16 -0
- package/dist/button/index.css +124 -0
- package/dist/button/index.d.ts +2 -0
- package/dist/button/index.js +51 -0
- package/dist/button/index.js.map +1 -0
- package/dist/card/index.css +112 -0
- package/dist/card/index.d.ts +68 -0
- package/dist/card/index.js +181 -0
- package/dist/card/index.js.map +1 -0
- package/dist/checkbox/index.css +75 -0
- package/dist/checkbox/index.d.ts +55 -0
- package/dist/checkbox/index.js +156 -0
- package/dist/checkbox/index.js.map +1 -0
- package/dist/combobox/index.css +184 -0
- package/dist/combobox/index.d.ts +145 -0
- package/dist/combobox/index.js +894 -0
- package/dist/combobox/index.js.map +1 -0
- package/dist/dialog/index.css +218 -0
- package/dist/dialog/index.d.ts +65 -0
- package/dist/dialog/index.js +124 -0
- package/dist/dialog/index.js.map +1 -0
- package/dist/dropdown-menu/index.css +238 -0
- package/dist/dropdown-menu/index.d.ts +122 -0
- package/dist/dropdown-menu/index.js +199 -0
- package/dist/dropdown-menu/index.js.map +1 -0
- package/dist/flatline.css +467 -0
- package/dist/icons-CH4ghH8L.js +41 -0
- package/dist/icons-CH4ghH8L.js.map +1 -0
- package/dist/index-D-CV7Jz5.d.ts +30 -0
- package/dist/input/index.css +23 -0
- package/dist/input/index.d.ts +14 -0
- package/dist/input/index.js +24 -0
- package/dist/input/index.js.map +1 -0
- package/dist/label/index.css +11 -0
- package/dist/label/index.d.ts +14 -0
- package/dist/label/index.js +25 -0
- package/dist/label/index.js.map +1 -0
- package/dist/lite-CiFvU804.js +9 -0
- package/dist/lite-CiFvU804.js.map +1 -0
- package/dist/progress-bar/index.css +34 -0
- package/dist/progress-bar/index.d.ts +19 -0
- package/dist/progress-bar/index.js +61 -0
- package/dist/progress-bar/index.js.map +1 -0
- package/dist/radio/index.css +64 -0
- package/dist/radio/index.d.ts +55 -0
- package/dist/radio/index.js +143 -0
- package/dist/radio/index.js.map +1 -0
- package/dist/select/index.css +53 -0
- package/dist/select/index.d.ts +16 -0
- package/dist/select/index.js +51 -0
- package/dist/select/index.js.map +1 -0
- package/dist/slider/index.css +59 -0
- package/dist/slider/index.d.ts +16 -0
- package/dist/slider/index.js +37 -0
- package/dist/slider/index.js.map +1 -0
- package/dist/spinner/index.css +44 -0
- package/dist/spinner/index.d.ts +24 -0
- package/dist/spinner/index.js +48 -0
- package/dist/spinner/index.js.map +1 -0
- package/dist/switch/index.css +69 -0
- package/dist/switch/index.d.ts +22 -0
- package/dist/switch/index.js +75 -0
- package/dist/switch/index.js.map +1 -0
- package/dist/table/index.css +50 -0
- package/dist/table/index.d.ts +64 -0
- package/dist/table/index.js +142 -0
- package/dist/table/index.js.map +1 -0
- package/dist/tabs/index.css +114 -0
- package/dist/tabs/index.d.ts +40 -0
- package/dist/tabs/index.js +67 -0
- package/dist/tabs/index.js.map +1 -0
- package/dist/textarea/index.css +35 -0
- package/dist/textarea/index.d.ts +14 -0
- package/dist/textarea/index.js +24 -0
- package/dist/textarea/index.js.map +1 -0
- package/dist/xstack/index.d.ts +1 -0
- package/dist/xstack/index.js +0 -0
- package/dist/ystack/index.css +26 -0
- package/dist/ystack/index.d.ts +25 -0
- package/dist/ystack/index.js +47 -0
- package/dist/ystack/index.js.map +1 -0
- package/package.json +30 -5
- package/dist/src/components/button/button.css +0 -155
- package/dist/src/components/button/button.d.ts +0 -9
- package/dist/src/components/button/button.jsx +0 -21
- package/dist/src/components/button/button.jsx.map +0 -1
- package/dist/src/components/button/class.d.ts +0 -16
- package/dist/src/components/button/class.js +0 -15
- package/dist/src/components/button/class.js.map +0 -1
- package/dist/src/components/button/index.d.ts +0 -2
- package/dist/src/components/button/index.js +0 -3
- package/dist/src/components/button/index.js.map +0 -1
- package/dist/src/components/card/card-action.css +0 -15
- package/dist/src/components/card/card-content.css +0 -13
- package/dist/src/components/card/card-footer.css +0 -39
- package/dist/src/components/card/card-header.css +0 -13
- package/dist/src/components/card/card-root.css +0 -31
- package/dist/src/components/card/card-subtitle.css +0 -12
- package/dist/src/components/card/card-title.css +0 -33
- package/dist/src/components/card/card.d.ts +0 -42
- package/dist/src/components/card/card.jsx +0 -86
- package/dist/src/components/card/card.jsx.map +0 -1
- package/dist/src/components/card/class.d.ts +0 -28
- package/dist/src/components/card/class.js +0 -27
- package/dist/src/components/card/class.js.map +0 -1
- package/dist/src/components/card/index.d.ts +0 -2
- package/dist/src/components/card/index.js +0 -3
- package/dist/src/components/card/index.js.map +0 -1
- package/dist/src/components/checkbox/checkbox-group.css +0 -9
- package/dist/src/components/checkbox/checkbox-group.d.ts +0 -3
- package/dist/src/components/checkbox/checkbox-group.jsx +0 -43
- package/dist/src/components/checkbox/checkbox-group.jsx.map +0 -1
- package/dist/src/components/checkbox/checkbox-root.css +0 -85
- package/dist/src/components/checkbox/checkbox-root.d.ts +0 -4
- package/dist/src/components/checkbox/checkbox-root.jsx +0 -55
- package/dist/src/components/checkbox/checkbox-root.jsx.map +0 -1
- package/dist/src/components/checkbox/checkbox.d.ts +0 -9
- package/dist/src/components/checkbox/checkbox.jsx +0 -6
- package/dist/src/components/checkbox/checkbox.jsx.map +0 -1
- package/dist/src/components/checkbox/class.d.ts +0 -8
- package/dist/src/components/checkbox/class.js +0 -9
- package/dist/src/components/checkbox/class.js.map +0 -1
- package/dist/src/components/checkbox/context.d.ts +0 -9
- package/dist/src/components/checkbox/context.js +0 -6
- package/dist/src/components/checkbox/context.js.map +0 -1
- package/dist/src/components/checkbox/index.d.ts +0 -6
- package/dist/src/components/checkbox/index.js +0 -7
- package/dist/src/components/checkbox/index.js.map +0 -1
- package/dist/src/components/checkbox/types.d.ts +0 -16
- package/dist/src/components/checkbox/types.js +0 -1
- package/dist/src/components/checkbox/types.js.map +0 -1
- package/dist/src/components/combobox/class.d.ts +0 -13
- package/dist/src/components/combobox/class.js +0 -14
- package/dist/src/components/combobox/class.js.map +0 -1
- package/dist/src/components/combobox/combobox-content.css +0 -20
- package/dist/src/components/combobox/combobox-content.d.ts +0 -2
- package/dist/src/components/combobox/combobox-content.jsx +0 -15
- package/dist/src/components/combobox/combobox-content.jsx.map +0 -1
- package/dist/src/components/combobox/combobox-control.css +0 -29
- package/dist/src/components/combobox/combobox-control.d.ts +0 -3
- package/dist/src/components/combobox/combobox-control.jsx +0 -19
- package/dist/src/components/combobox/combobox-control.jsx.map +0 -1
- package/dist/src/components/combobox/combobox-group.css +0 -31
- package/dist/src/components/combobox/combobox-group.d.ts +0 -2
- package/dist/src/components/combobox/combobox-group.jsx +0 -12
- package/dist/src/components/combobox/combobox-group.jsx.map +0 -1
- package/dist/src/components/combobox/combobox-hidden-select.d.ts +0 -2
- package/dist/src/components/combobox/combobox-hidden-select.jsx +0 -8
- package/dist/src/components/combobox/combobox-hidden-select.jsx.map +0 -1
- package/dist/src/components/combobox/combobox-icon.css +0 -11
- package/dist/src/components/combobox/combobox-icon.d.ts +0 -2
- package/dist/src/components/combobox/combobox-icon.jsx +0 -12
- package/dist/src/components/combobox/combobox-icon.jsx.map +0 -1
- package/dist/src/components/combobox/combobox-input.css +0 -32
- package/dist/src/components/combobox/combobox-input.d.ts +0 -3
- package/dist/src/components/combobox/combobox-input.jsx +0 -90
- package/dist/src/components/combobox/combobox-input.jsx.map +0 -1
- package/dist/src/components/combobox/combobox-item-indicator.css +0 -11
- package/dist/src/components/combobox/combobox-item-indicator.d.ts +0 -2
- package/dist/src/components/combobox/combobox-item-indicator.jsx +0 -16
- package/dist/src/components/combobox/combobox-item-indicator.jsx.map +0 -1
- package/dist/src/components/combobox/combobox-item-label.d.ts +0 -2
- package/dist/src/components/combobox/combobox-item-label.jsx +0 -13
- package/dist/src/components/combobox/combobox-item-label.jsx.map +0 -1
- package/dist/src/components/combobox/combobox-item.css +0 -48
- package/dist/src/components/combobox/combobox-item.d.ts +0 -3
- package/dist/src/components/combobox/combobox-item.jsx +0 -30
- package/dist/src/components/combobox/combobox-item.jsx.map +0 -1
- package/dist/src/components/combobox/combobox-listbox.css +0 -18
- package/dist/src/components/combobox/combobox-listbox.d.ts +0 -2
- package/dist/src/components/combobox/combobox-listbox.jsx +0 -39
- package/dist/src/components/combobox/combobox-listbox.jsx.map +0 -1
- package/dist/src/components/combobox/combobox-portal.d.ts +0 -2
- package/dist/src/components/combobox/combobox-portal.jsx +0 -6
- package/dist/src/components/combobox/combobox-portal.jsx.map +0 -1
- package/dist/src/components/combobox/combobox-root.css +0 -12
- package/dist/src/components/combobox/combobox-root.d.ts +0 -3
- package/dist/src/components/combobox/combobox-root.jsx +0 -362
- package/dist/src/components/combobox/combobox-root.jsx.map +0 -1
- package/dist/src/components/combobox/combobox-trigger.css +0 -31
- package/dist/src/components/combobox/combobox-trigger.d.ts +0 -3
- package/dist/src/components/combobox/combobox-trigger.jsx +0 -30
- package/dist/src/components/combobox/combobox-trigger.jsx.map +0 -1
- package/dist/src/components/combobox/combobox.d.ts +0 -43
- package/dist/src/components/combobox/combobox.jsx +0 -39
- package/dist/src/components/combobox/combobox.jsx.map +0 -1
- package/dist/src/components/combobox/context.d.ts +0 -45
- package/dist/src/components/combobox/context.js +0 -18
- package/dist/src/components/combobox/context.js.map +0 -1
- package/dist/src/components/combobox/index.d.ts +0 -2
- package/dist/src/components/combobox/index.js +0 -3
- package/dist/src/components/combobox/index.js.map +0 -1
- package/dist/src/components/combobox/types.d.ts +0 -68
- package/dist/src/components/combobox/types.js +0 -1
- package/dist/src/components/combobox/types.js.map +0 -1
- package/dist/src/components/combobox/util.d.ts +0 -6
- package/dist/src/components/combobox/util.js +0 -58
- package/dist/src/components/combobox/util.js.map +0 -1
- package/dist/src/components/dialog/class.d.ts +0 -18
- package/dist/src/components/dialog/class.js +0 -18
- package/dist/src/components/dialog/class.js.map +0 -1
- package/dist/src/components/dialog/dialog-close-button.css +0 -48
- package/dist/src/components/dialog/dialog-content.css +0 -89
- package/dist/src/components/dialog/dialog-description.css +0 -6
- package/dist/src/components/dialog/dialog-header.css +0 -12
- package/dist/src/components/dialog/dialog-overlay.css +0 -43
- package/dist/src/components/dialog/dialog-positioner.css +0 -14
- package/dist/src/components/dialog/dialog-title.css +0 -6
- package/dist/src/components/dialog/dialog-trigger.css +0 -63
- package/dist/src/components/dialog/dialog.d.ts +0 -50
- package/dist/src/components/dialog/dialog.jsx +0 -89
- package/dist/src/components/dialog/dialog.jsx.map +0 -1
- package/dist/src/components/dialog/index.d.ts +0 -2
- package/dist/src/components/dialog/index.js +0 -3
- package/dist/src/components/dialog/index.js.map +0 -1
- package/dist/src/components/dropdown-menu/class.d.ts +0 -16
- package/dist/src/components/dropdown-menu/class.js +0 -17
- package/dist/src/components/dropdown-menu/class.js.map +0 -1
- package/dist/src/components/dropdown-menu/dropdown-menu-arrow.css +0 -7
- package/dist/src/components/dropdown-menu/dropdown-menu-arrow.d.ts +0 -3
- package/dist/src/components/dropdown-menu/dropdown-menu-arrow.jsx +0 -10
- package/dist/src/components/dropdown-menu/dropdown-menu-arrow.jsx.map +0 -1
- package/dist/src/components/dropdown-menu/dropdown-menu-checkbox-item.css +0 -38
- package/dist/src/components/dropdown-menu/dropdown-menu-checkbox-item.d.ts +0 -3
- package/dist/src/components/dropdown-menu/dropdown-menu-checkbox-item.jsx +0 -10
- package/dist/src/components/dropdown-menu/dropdown-menu-checkbox-item.jsx.map +0 -1
- package/dist/src/components/dropdown-menu/dropdown-menu-content.css +0 -50
- package/dist/src/components/dropdown-menu/dropdown-menu-content.d.ts +0 -3
- package/dist/src/components/dropdown-menu/dropdown-menu-content.jsx +0 -10
- package/dist/src/components/dropdown-menu/dropdown-menu-content.jsx.map +0 -1
- package/dist/src/components/dropdown-menu/dropdown-menu-group-label.css +0 -15
- package/dist/src/components/dropdown-menu/dropdown-menu-group-label.d.ts +0 -3
- package/dist/src/components/dropdown-menu/dropdown-menu-group-label.jsx +0 -10
- package/dist/src/components/dropdown-menu/dropdown-menu-group-label.jsx.map +0 -1
- package/dist/src/components/dropdown-menu/dropdown-menu-group.d.ts +0 -2
- package/dist/src/components/dropdown-menu/dropdown-menu-group.jsx +0 -7
- package/dist/src/components/dropdown-menu/dropdown-menu-group.jsx.map +0 -1
- package/dist/src/components/dropdown-menu/dropdown-menu-icon.css +0 -21
- package/dist/src/components/dropdown-menu/dropdown-menu-icon.d.ts +0 -3
- package/dist/src/components/dropdown-menu/dropdown-menu-icon.jsx +0 -10
- package/dist/src/components/dropdown-menu/dropdown-menu-icon.jsx.map +0 -1
- package/dist/src/components/dropdown-menu/dropdown-menu-item-indicator.css +0 -12
- package/dist/src/components/dropdown-menu/dropdown-menu-item-indicator.d.ts +0 -3
- package/dist/src/components/dropdown-menu/dropdown-menu-item-indicator.jsx +0 -10
- package/dist/src/components/dropdown-menu/dropdown-menu-item-indicator.jsx.map +0 -1
- package/dist/src/components/dropdown-menu/dropdown-menu-item-right-slot.css +0 -18
- package/dist/src/components/dropdown-menu/dropdown-menu-item-right-slot.d.ts +0 -3
- package/dist/src/components/dropdown-menu/dropdown-menu-item-right-slot.jsx +0 -11
- package/dist/src/components/dropdown-menu/dropdown-menu-item-right-slot.jsx.map +0 -1
- package/dist/src/components/dropdown-menu/dropdown-menu-item.css +0 -37
- package/dist/src/components/dropdown-menu/dropdown-menu-item.d.ts +0 -3
- package/dist/src/components/dropdown-menu/dropdown-menu-item.jsx +0 -10
- package/dist/src/components/dropdown-menu/dropdown-menu-item.jsx.map +0 -1
- package/dist/src/components/dropdown-menu/dropdown-menu-portal.d.ts +0 -2
- package/dist/src/components/dropdown-menu/dropdown-menu-portal.jsx +0 -5
- package/dist/src/components/dropdown-menu/dropdown-menu-portal.jsx.map +0 -1
- package/dist/src/components/dropdown-menu/dropdown-menu-radio-group.d.ts +0 -2
- package/dist/src/components/dropdown-menu/dropdown-menu-radio-group.jsx +0 -7
- package/dist/src/components/dropdown-menu/dropdown-menu-radio-group.jsx.map +0 -1
- package/dist/src/components/dropdown-menu/dropdown-menu-radio-item.css +0 -38
- package/dist/src/components/dropdown-menu/dropdown-menu-radio-item.d.ts +0 -3
- package/dist/src/components/dropdown-menu/dropdown-menu-radio-item.jsx +0 -10
- package/dist/src/components/dropdown-menu/dropdown-menu-radio-item.jsx.map +0 -1
- package/dist/src/components/dropdown-menu/dropdown-menu-root.d.ts +0 -2
- package/dist/src/components/dropdown-menu/dropdown-menu-root.jsx +0 -5
- package/dist/src/components/dropdown-menu/dropdown-menu-root.jsx.map +0 -1
- package/dist/src/components/dropdown-menu/dropdown-menu-separator.css +0 -11
- package/dist/src/components/dropdown-menu/dropdown-menu-separator.d.ts +0 -3
- package/dist/src/components/dropdown-menu/dropdown-menu-separator.jsx +0 -10
- package/dist/src/components/dropdown-menu/dropdown-menu-separator.jsx.map +0 -1
- package/dist/src/components/dropdown-menu/dropdown-menu-sub-content.css +0 -26
- package/dist/src/components/dropdown-menu/dropdown-menu-sub-content.d.ts +0 -3
- package/dist/src/components/dropdown-menu/dropdown-menu-sub-content.jsx +0 -10
- package/dist/src/components/dropdown-menu/dropdown-menu-sub-content.jsx.map +0 -1
- package/dist/src/components/dropdown-menu/dropdown-menu-sub-trigger.css +0 -43
- package/dist/src/components/dropdown-menu/dropdown-menu-sub-trigger.d.ts +0 -3
- package/dist/src/components/dropdown-menu/dropdown-menu-sub-trigger.jsx +0 -10
- package/dist/src/components/dropdown-menu/dropdown-menu-sub-trigger.jsx.map +0 -1
- package/dist/src/components/dropdown-menu/dropdown-menu-sub.d.ts +0 -2
- package/dist/src/components/dropdown-menu/dropdown-menu-sub.jsx +0 -5
- package/dist/src/components/dropdown-menu/dropdown-menu-sub.jsx.map +0 -1
- package/dist/src/components/dropdown-menu/dropdown-menu-trigger.css +0 -6
- package/dist/src/components/dropdown-menu/dropdown-menu-trigger.d.ts +0 -3
- package/dist/src/components/dropdown-menu/dropdown-menu-trigger.jsx +0 -16
- package/dist/src/components/dropdown-menu/dropdown-menu-trigger.jsx.map +0 -1
- package/dist/src/components/dropdown-menu/dropdown-menu.d.ts +0 -43
- package/dist/src/components/dropdown-menu/dropdown-menu.jsx +0 -39
- package/dist/src/components/dropdown-menu/dropdown-menu.jsx.map +0 -1
- package/dist/src/components/dropdown-menu/index.d.ts +0 -21
- package/dist/src/components/dropdown-menu/index.js +0 -22
- package/dist/src/components/dropdown-menu/index.js.map +0 -1
- package/dist/src/components/dropdown-menu/types.d.ts +0 -21
- package/dist/src/components/dropdown-menu/types.js +0 -1
- package/dist/src/components/dropdown-menu/types.js.map +0 -1
- package/dist/src/components/input/class.d.ts +0 -3
- package/dist/src/components/input/class.js +0 -4
- package/dist/src/components/input/class.js.map +0 -1
- package/dist/src/components/input/index.d.ts +0 -2
- package/dist/src/components/input/index.js +0 -3
- package/dist/src/components/input/index.js.map +0 -1
- package/dist/src/components/input/input.css +0 -34
- package/dist/src/components/input/input.d.ts +0 -6
- package/dist/src/components/input/input.jsx +0 -10
- package/dist/src/components/input/input.jsx.map +0 -1
- package/dist/src/components/label/class.d.ts +0 -3
- package/dist/src/components/label/class.js +0 -4
- package/dist/src/components/label/class.js.map +0 -1
- package/dist/src/components/label/index.d.ts +0 -2
- package/dist/src/components/label/index.js +0 -3
- package/dist/src/components/label/index.js.map +0 -1
- package/dist/src/components/label/label.css +0 -16
- package/dist/src/components/label/label.d.ts +0 -6
- package/dist/src/components/label/label.jsx +0 -12
- package/dist/src/components/label/label.jsx.map +0 -1
- package/dist/src/components/progress-bar/class.d.ts +0 -4
- package/dist/src/components/progress-bar/class.js +0 -5
- package/dist/src/components/progress-bar/class.js.map +0 -1
- package/dist/src/components/progress-bar/index.d.ts +0 -2
- package/dist/src/components/progress-bar/index.js +0 -3
- package/dist/src/components/progress-bar/index.js.map +0 -1
- package/dist/src/components/progress-bar/progress-bar.css +0 -43
- package/dist/src/components/progress-bar/progress-bar.d.ts +0 -9
- package/dist/src/components/progress-bar/progress-bar.jsx +0 -24
- package/dist/src/components/progress-bar/progress-bar.jsx.map +0 -1
- package/dist/src/components/radio/class.d.ts +0 -8
- package/dist/src/components/radio/class.js +0 -9
- package/dist/src/components/radio/class.js.map +0 -1
- package/dist/src/components/radio/context.d.ts +0 -9
- package/dist/src/components/radio/context.js +0 -6
- package/dist/src/components/radio/context.js.map +0 -1
- package/dist/src/components/radio/index.d.ts +0 -6
- package/dist/src/components/radio/index.js +0 -7
- package/dist/src/components/radio/index.js.map +0 -1
- package/dist/src/components/radio/radio-group.css +0 -9
- package/dist/src/components/radio/radio-group.d.ts +0 -3
- package/dist/src/components/radio/radio-group.jsx +0 -33
- package/dist/src/components/radio/radio-group.jsx.map +0 -1
- package/dist/src/components/radio/radio-root.css +0 -75
- package/dist/src/components/radio/radio-root.d.ts +0 -4
- package/dist/src/components/radio/radio-root.jsx +0 -51
- package/dist/src/components/radio/radio-root.jsx.map +0 -1
- package/dist/src/components/radio/radio.d.ts +0 -11
- package/dist/src/components/radio/radio.jsx +0 -7
- package/dist/src/components/radio/radio.jsx.map +0 -1
- package/dist/src/components/radio/types.d.ts +0 -16
- package/dist/src/components/radio/types.js +0 -1
- package/dist/src/components/radio/types.js.map +0 -1
- package/dist/src/components/select/class.d.ts +0 -5
- package/dist/src/components/select/class.js +0 -6
- package/dist/src/components/select/class.js.map +0 -1
- package/dist/src/components/select/index.d.ts +0 -2
- package/dist/src/components/select/index.js +0 -3
- package/dist/src/components/select/index.js.map +0 -1
- package/dist/src/components/select/select.css +0 -76
- package/dist/src/components/select/select.d.ts +0 -6
- package/dist/src/components/select/select.jsx +0 -16
- package/dist/src/components/select/select.jsx.map +0 -1
- package/dist/src/components/slider/class.d.ts +0 -3
- package/dist/src/components/slider/class.js +0 -4
- package/dist/src/components/slider/class.js.map +0 -1
- package/dist/src/components/slider/index.d.ts +0 -2
- package/dist/src/components/slider/index.js +0 -3
- package/dist/src/components/slider/index.js.map +0 -1
- package/dist/src/components/slider/slider.css +0 -83
- package/dist/src/components/slider/slider.d.ts +0 -7
- package/dist/src/components/slider/slider.jsx +0 -19
- package/dist/src/components/slider/slider.jsx.map +0 -1
- package/dist/src/components/spinner/class.d.ts +0 -10
- package/dist/src/components/spinner/class.js +0 -10
- package/dist/src/components/spinner/class.js.map +0 -1
- package/dist/src/components/spinner/index.d.ts +0 -2
- package/dist/src/components/spinner/index.js +0 -3
- package/dist/src/components/spinner/index.js.map +0 -1
- package/dist/src/components/spinner/spinner.css +0 -51
- package/dist/src/components/spinner/spinner.d.ts +0 -9
- package/dist/src/components/spinner/spinner.jsx +0 -22
- package/dist/src/components/spinner/spinner.jsx.map +0 -1
- package/dist/src/components/switch/class.d.ts +0 -7
- package/dist/src/components/switch/class.js +0 -8
- package/dist/src/components/switch/class.js.map +0 -1
- package/dist/src/components/switch/index.d.ts +0 -2
- package/dist/src/components/switch/index.js +0 -3
- package/dist/src/components/switch/index.js.map +0 -1
- package/dist/src/components/switch/switch.css +0 -90
- package/dist/src/components/switch/switch.d.ts +0 -9
- package/dist/src/components/switch/switch.jsx +0 -28
- package/dist/src/components/switch/switch.jsx.map +0 -1
- package/dist/src/components/table/class.d.ts +0 -10
- package/dist/src/components/table/class.js +0 -11
- package/dist/src/components/table/class.js.map +0 -1
- package/dist/src/components/table/index.d.ts +0 -11
- package/dist/src/components/table/index.js +0 -12
- package/dist/src/components/table/index.js.map +0 -1
- package/dist/src/components/table/table-body.d.ts +0 -2
- package/dist/src/components/table/table-body.jsx +0 -10
- package/dist/src/components/table/table-body.jsx.map +0 -1
- package/dist/src/components/table/table-caption.css +0 -11
- package/dist/src/components/table/table-caption.d.ts +0 -3
- package/dist/src/components/table/table-caption.jsx +0 -11
- package/dist/src/components/table/table-caption.jsx.map +0 -1
- package/dist/src/components/table/table-cell.css +0 -12
- package/dist/src/components/table/table-cell.d.ts +0 -3
- package/dist/src/components/table/table-cell.jsx +0 -11
- package/dist/src/components/table/table-cell.jsx.map +0 -1
- package/dist/src/components/table/table-footer.css +0 -15
- package/dist/src/components/table/table-footer.d.ts +0 -3
- package/dist/src/components/table/table-footer.jsx +0 -11
- package/dist/src/components/table/table-footer.jsx.map +0 -1
- package/dist/src/components/table/table-head.css +0 -16
- package/dist/src/components/table/table-head.d.ts +0 -3
- package/dist/src/components/table/table-head.jsx +0 -11
- package/dist/src/components/table/table-head.jsx.map +0 -1
- package/dist/src/components/table/table-header.d.ts +0 -2
- package/dist/src/components/table/table-header.jsx +0 -10
- package/dist/src/components/table/table-header.jsx.map +0 -1
- package/dist/src/components/table/table-root.css +0 -12
- package/dist/src/components/table/table-root.d.ts +0 -3
- package/dist/src/components/table/table-root.jsx +0 -11
- package/dist/src/components/table/table-root.jsx.map +0 -1
- package/dist/src/components/table/table-row.css +0 -6
- package/dist/src/components/table/table-row.d.ts +0 -3
- package/dist/src/components/table/table-row.jsx +0 -11
- package/dist/src/components/table/table-row.jsx.map +0 -1
- package/dist/src/components/table/table.d.ts +0 -23
- package/dist/src/components/table/table.jsx +0 -19
- package/dist/src/components/table/table.jsx.map +0 -1
- package/dist/src/components/table/types.d.ts +0 -9
- package/dist/src/components/table/types.js +0 -1
- package/dist/src/components/table/types.js.map +0 -1
- package/dist/src/components/tabs/class.d.ts +0 -12
- package/dist/src/components/tabs/class.js +0 -12
- package/dist/src/components/tabs/class.js.map +0 -1
- package/dist/src/components/tabs/index.d.ts +0 -2
- package/dist/src/components/tabs/index.js +0 -3
- package/dist/src/components/tabs/index.js.map +0 -1
- package/dist/src/components/tabs/tabs-content.css +0 -24
- package/dist/src/components/tabs/tabs-indicator.css +0 -32
- package/dist/src/components/tabs/tabs-list.css +0 -26
- package/dist/src/components/tabs/tabs-root.css +0 -34
- package/dist/src/components/tabs/tabs-trigger.css +0 -58
- package/dist/src/components/tabs/tabs.d.ts +0 -27
- package/dist/src/components/tabs/tabs.jsx +0 -47
- package/dist/src/components/tabs/tabs.jsx.map +0 -1
- package/dist/src/components/textarea/class.d.ts +0 -3
- package/dist/src/components/textarea/class.js +0 -4
- package/dist/src/components/textarea/class.js.map +0 -1
- package/dist/src/components/textarea/index.d.ts +0 -2
- package/dist/src/components/textarea/index.js +0 -3
- package/dist/src/components/textarea/index.js.map +0 -1
- package/dist/src/components/textarea/textarea.css +0 -46
- package/dist/src/components/textarea/textarea.d.ts +0 -6
- package/dist/src/components/textarea/textarea.jsx +0 -10
- package/dist/src/components/textarea/textarea.jsx.map +0 -1
- package/dist/src/components/xstack/class.d.ts +0 -12
- package/dist/src/components/xstack/class.js +0 -12
- package/dist/src/components/xstack/class.js.map +0 -1
- package/dist/src/components/xstack/index.d.ts +0 -1
- package/dist/src/components/xstack/index.js +0 -1
- package/dist/src/components/xstack/index.js.map +0 -1
- package/dist/src/components/xstack/xstack.css +0 -34
- package/dist/src/components/xstack/xstack.d.ts +0 -9
- package/dist/src/components/xstack/xstack.jsx +0 -15
- package/dist/src/components/xstack/xstack.jsx.map +0 -1
- package/dist/src/components/ystack/class.d.ts +0 -11
- package/dist/src/components/ystack/class.js +0 -11
- package/dist/src/components/ystack/class.js.map +0 -1
- package/dist/src/components/ystack/index.d.ts +0 -2
- package/dist/src/components/ystack/index.js +0 -3
- package/dist/src/components/ystack/index.js.map +0 -1
- package/dist/src/components/ystack/ystack.css +0 -31
- package/dist/src/components/ystack/ystack.d.ts +0 -9
- package/dist/src/components/ystack/ystack.jsx +0 -15
- package/dist/src/components/ystack/ystack.jsx.map +0 -1
- package/dist/src/icons/check-icon.d.ts +0 -2
- package/dist/src/icons/check-icon.jsx +0 -8
- package/dist/src/icons/check-icon.jsx.map +0 -1
- package/dist/src/icons/chevron-down-icon.d.ts +0 -2
- package/dist/src/icons/chevron-down-icon.jsx +0 -8
- package/dist/src/icons/chevron-down-icon.jsx.map +0 -1
- package/dist/src/icons/chevron-right-icon.d.ts +0 -2
- package/dist/src/icons/chevron-right-icon.jsx +0 -8
- package/dist/src/icons/chevron-right-icon.jsx.map +0 -1
- package/dist/src/icons/dot-filled-icon.d.ts +0 -2
- package/dist/src/icons/dot-filled-icon.jsx +0 -8
- package/dist/src/icons/dot-filled-icon.jsx.map +0 -1
- package/dist/src/icons/index.d.ts +0 -5
- package/dist/src/icons/index.js +0 -6
- package/dist/src/icons/index.js.map +0 -1
- package/dist/src/icons/types.d.ts +0 -5
- package/dist/src/icons/types.js +0 -1
- package/dist/src/icons/types.js.map +0 -1
- package/dist/src/index.d.ts +0 -19
- package/dist/src/index.js +0 -20
- package/dist/src/index.js.map +0 -1
- package/dist/src/lib/reflect.d.ts +0 -1
- package/dist/src/lib/reflect.js +0 -4
- package/dist/src/lib/reflect.js.map +0 -1
- package/dist/src/style/colors.css +0 -267
- package/dist/src/style/flatline.css +0 -12
- package/dist/src/style/reset.css +0 -175
- package/dist/src/style/tokens.css +0 -139
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DropdownMenu as KDropdownMenu } from '@kobalte/core/dropdown-menu';
|
|
2
|
-
import clsx from 'clsx/lite';
|
|
3
|
-
import { splitProps } from 'solid-js';
|
|
4
|
-
import { dropdownMenuClass } from './class';
|
|
5
|
-
import './dropdown-menu-group-label.css';
|
|
6
|
-
export function DropdownMenuGroupLabel(props) {
|
|
7
|
-
const [local, rest] = splitProps(props, ['class']);
|
|
8
|
-
return (<KDropdownMenu.GroupLabel class={clsx(dropdownMenuClass.groupLabel, local.class)} {...rest}/>);
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=dropdown-menu-group-label.jsx.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown-menu-group-label.jsx","sourceRoot":"","sources":["../../../../src/components/dropdown-menu/dropdown-menu-group-label.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,IAAI,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAC5E,OAAO,IAAI,MAAM,WAAW,CAAC;AAC7B,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACtC,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C,OAAO,iCAAiC,CAAC;AAEzC,MAAM,UAAU,sBAAsB,CAAC,KAAkC;IACxE,MAAM,CAAC,KAAK,EAAE,IAAI,CAAC,GAAG,UAAU,CAAC,KAAK,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;IACnD,OAAO,CACN,CAAC,aAAa,CAAC,UAAU,CACxB,KAAK,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,UAAU,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC,CACvD,IAAI,IAAI,CAAC,EACR,CACF,CAAC;AACH,CAAC","sourcesContent":["import { DropdownMenu as KDropdownMenu } from '@kobalte/core/dropdown-menu';\nimport clsx from 'clsx/lite';\nimport { splitProps } from 'solid-js';\nimport { dropdownMenuClass } from './class';\nimport type { DropdownMenuGroupLabelProps } from './types';\nimport './dropdown-menu-group-label.css';\n\nexport function DropdownMenuGroupLabel(props: DropdownMenuGroupLabelProps) {\n\tconst [local, rest] = splitProps(props, ['class']);\n\treturn (\n\t\t<KDropdownMenu.GroupLabel\n\t\t\tclass={clsx(dropdownMenuClass.groupLabel, local.class)}\n\t\t\t{...rest}\n\t\t/>\n\t);\n}\n"]}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { DropdownMenu as KDropdownMenu } from '@kobalte/core/dropdown-menu';
|
|
2
|
-
import { splitProps } from 'solid-js';
|
|
3
|
-
export function DropdownMenuGroup(props) {
|
|
4
|
-
const [local, rest] = splitProps(props, ['class']);
|
|
5
|
-
return (<KDropdownMenu.Group class={local.class} {...rest}/>);
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=dropdown-menu-group.jsx.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown-menu-group.jsx","sourceRoot":"","sources":["../../../../src/components/dropdown-menu/dropdown-menu-group.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,IAAI,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAC5E,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAGtC,MAAM,UAAU,iBAAiB,CAAC,KAA6B;IAC9D,MAAM,CAAC,KAAK,EAAE,IAAI,CAAC,GAAG,UAAU,CAAC,KAAK,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;IACnD,OAAO,CACN,CAAC,aAAa,CAAC,KAAK,CACnB,KAAK,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CACnB,IAAI,IAAI,CAAC,EACR,CACF,CAAC;AACH,CAAC","sourcesContent":["import { DropdownMenu as KDropdownMenu } from '@kobalte/core/dropdown-menu';\nimport { splitProps } from 'solid-js';\nimport type { DropdownMenuGroupProps } from './types';\n\nexport function DropdownMenuGroup(props: DropdownMenuGroupProps) {\n\tconst [local, rest] = splitProps(props, ['class']);\n\treturn (\n\t\t<KDropdownMenu.Group\n\t\t\tclass={local.class}\n\t\t\t{...rest}\n\t\t/>\n\t);\n}\n"]}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
@layer components {
|
|
2
|
-
.fl-dropdown-menu_icon {
|
|
3
|
-
/* layout */
|
|
4
|
-
display: inline-flex;
|
|
5
|
-
align-items: center;
|
|
6
|
-
justify-content: center;
|
|
7
|
-
width: var(--fl-size-5);
|
|
8
|
-
height: var(--fl-size-5);
|
|
9
|
-
flex: 0 0 var(--fl-size-5);
|
|
10
|
-
|
|
11
|
-
/* spacing */
|
|
12
|
-
margin-right: calc(var(--fl-size-1-5) * -1);
|
|
13
|
-
|
|
14
|
-
/* effects */
|
|
15
|
-
transition: transform var(--fl-animation-duration) ease;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.fl-dropdown-menu_icon[data-expanded] {
|
|
19
|
-
transform: rotate(180deg);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DropdownMenu as KDropdownMenu } from '@kobalte/core/dropdown-menu';
|
|
2
|
-
import clsx from 'clsx/lite';
|
|
3
|
-
import { splitProps } from 'solid-js';
|
|
4
|
-
import { dropdownMenuClass } from './class';
|
|
5
|
-
import './dropdown-menu-icon.css';
|
|
6
|
-
export function DropdownMenuIcon(props) {
|
|
7
|
-
const [local, rest] = splitProps(props, ['class']);
|
|
8
|
-
return (<KDropdownMenu.Icon class={clsx(dropdownMenuClass.icon, local.class)} {...rest}/>);
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=dropdown-menu-icon.jsx.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown-menu-icon.jsx","sourceRoot":"","sources":["../../../../src/components/dropdown-menu/dropdown-menu-icon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,IAAI,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAC5E,OAAO,IAAI,MAAM,WAAW,CAAC;AAC7B,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACtC,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C,OAAO,0BAA0B,CAAC;AAElC,MAAM,UAAU,gBAAgB,CAAC,KAA4B;IAC5D,MAAM,CAAC,KAAK,EAAE,IAAI,CAAC,GAAG,UAAU,CAAC,KAAK,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;IACnD,OAAO,CACN,CAAC,aAAa,CAAC,IAAI,CAClB,KAAK,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,IAAI,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC,CACjD,IAAI,IAAI,CAAC,EACR,CACF,CAAC;AACH,CAAC","sourcesContent":["import { DropdownMenu as KDropdownMenu } from '@kobalte/core/dropdown-menu';\nimport clsx from 'clsx/lite';\nimport { splitProps } from 'solid-js';\nimport { dropdownMenuClass } from './class';\nimport type { DropdownMenuIconProps } from './types';\nimport './dropdown-menu-icon.css';\n\nexport function DropdownMenuIcon(props: DropdownMenuIconProps) {\n\tconst [local, rest] = splitProps(props, ['class']);\n\treturn (\n\t\t<KDropdownMenu.Icon\n\t\t\tclass={clsx(dropdownMenuClass.icon, local.class)}\n\t\t\t{...rest}\n\t\t/>\n\t);\n}\n"]}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
@layer components {
|
|
2
|
-
.fl-dropdown-menu_item-indicator {
|
|
3
|
-
/* layout */
|
|
4
|
-
position: absolute;
|
|
5
|
-
left: var(--fl-size-0-5);
|
|
6
|
-
display: inline-flex;
|
|
7
|
-
align-items: center;
|
|
8
|
-
justify-content: center;
|
|
9
|
-
width: var(--fl-size-4);
|
|
10
|
-
height: var(--fl-size-4);
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DropdownMenu as KDropdownMenu } from '@kobalte/core/dropdown-menu';
|
|
2
|
-
import clsx from 'clsx/lite';
|
|
3
|
-
import { splitProps } from 'solid-js';
|
|
4
|
-
import { dropdownMenuClass } from './class';
|
|
5
|
-
import './dropdown-menu-item-indicator.css';
|
|
6
|
-
export function DropdownMenuItemIndicator(props) {
|
|
7
|
-
const [local, rest] = splitProps(props, ['class']);
|
|
8
|
-
return (<KDropdownMenu.ItemIndicator class={clsx(dropdownMenuClass.itemIndicator, local.class)} {...rest}/>);
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=dropdown-menu-item-indicator.jsx.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown-menu-item-indicator.jsx","sourceRoot":"","sources":["../../../../src/components/dropdown-menu/dropdown-menu-item-indicator.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,IAAI,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAC5E,OAAO,IAAI,MAAM,WAAW,CAAC;AAC7B,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACtC,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C,OAAO,oCAAoC,CAAC;AAE5C,MAAM,UAAU,yBAAyB,CAAC,KAAqC;IAC9E,MAAM,CAAC,KAAK,EAAE,IAAI,CAAC,GAAG,UAAU,CAAC,KAAK,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;IACnD,OAAO,CACN,CAAC,aAAa,CAAC,aAAa,CAC3B,KAAK,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,aAAa,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC,CAC1D,IAAI,IAAI,CAAC,EACR,CACF,CAAC;AACH,CAAC","sourcesContent":["import { DropdownMenu as KDropdownMenu } from '@kobalte/core/dropdown-menu';\nimport clsx from 'clsx/lite';\nimport { splitProps } from 'solid-js';\nimport { dropdownMenuClass } from './class';\nimport type { DropdownMenuItemIndicatorProps } from './types';\nimport './dropdown-menu-item-indicator.css';\n\nexport function DropdownMenuItemIndicator(props: DropdownMenuItemIndicatorProps) {\n\tconst [local, rest] = splitProps(props, ['class']);\n\treturn (\n\t\t<KDropdownMenu.ItemIndicator\n\t\t\tclass={clsx(dropdownMenuClass.itemIndicator, local.class)}\n\t\t\t{...rest}\n\t\t/>\n\t);\n}\n"]}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
@layer components {
|
|
2
|
-
.fl-dropdown-menu_item-right-slot {
|
|
3
|
-
/* layout */
|
|
4
|
-
margin-left: auto;
|
|
5
|
-
|
|
6
|
-
/* spacing */
|
|
7
|
-
padding-left: var(--fl-size-5);
|
|
8
|
-
|
|
9
|
-
/* text */
|
|
10
|
-
color: var(--fl-body-muted-text-color);
|
|
11
|
-
font-size: var(--fl-text-size-xs);
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
[data-highlighted] > .fl-dropdown-menu_item-right-slot {
|
|
15
|
-
/* text */
|
|
16
|
-
color: inherit;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import clsx from 'clsx/lite';
|
|
2
|
-
import { splitProps } from 'solid-js';
|
|
3
|
-
import { dropdownMenuClass } from './class';
|
|
4
|
-
import './dropdown-menu-item-right-slot.css';
|
|
5
|
-
export function DropdownMenuItemRightSlot(props) {
|
|
6
|
-
const [local, rest] = splitProps(props, ['class', 'children']);
|
|
7
|
-
return (<span class={clsx(dropdownMenuClass.itemRightSlot, local.class)} {...rest}>
|
|
8
|
-
{local.children}
|
|
9
|
-
</span>);
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=dropdown-menu-item-right-slot.jsx.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown-menu-item-right-slot.jsx","sourceRoot":"","sources":["../../../../src/components/dropdown-menu/dropdown-menu-item-right-slot.tsx"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,WAAW,CAAC;AAC7B,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACtC,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C,OAAO,qCAAqC,CAAC;AAE7C,MAAM,UAAU,yBAAyB,CAAC,KAAqC;IAC9E,MAAM,CAAC,KAAK,EAAE,IAAI,CAAC,GAAG,UAAU,CAAC,KAAK,EAAE,CAAC,OAAO,EAAE,UAAU,CAAC,CAAC,CAAC;IAC/D,OAAO,CACN,CAAC,IAAI,CACJ,KAAK,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,aAAa,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC,CAC1D,IAAI,IAAI,CAAC,CAET;GAAA,CAAC,KAAK,CAAC,QAAQ,CAChB;EAAA,EAAE,IAAI,CAAC,CACP,CAAC;AACH,CAAC","sourcesContent":["import clsx from 'clsx/lite';\nimport { splitProps } from 'solid-js';\nimport { dropdownMenuClass } from './class';\nimport type { DropdownMenuItemRightSlotProps } from './types';\nimport './dropdown-menu-item-right-slot.css';\n\nexport function DropdownMenuItemRightSlot(props: DropdownMenuItemRightSlotProps) {\n\tconst [local, rest] = splitProps(props, ['class', 'children']);\n\treturn (\n\t\t<span\n\t\t\tclass={clsx(dropdownMenuClass.itemRightSlot, local.class)}\n\t\t\t{...rest}\n\t\t>\n\t\t\t{local.children}\n\t\t</span>\n\t);\n}\n"]}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
@layer components {
|
|
2
|
-
.fl-dropdown-menu_item {
|
|
3
|
-
/* reset */
|
|
4
|
-
outline: none;
|
|
5
|
-
|
|
6
|
-
/* layout */
|
|
7
|
-
position: relative;
|
|
8
|
-
display: flex;
|
|
9
|
-
align-items: center;
|
|
10
|
-
min-height: var(--fl-size-8);
|
|
11
|
-
|
|
12
|
-
/* spacing */
|
|
13
|
-
padding-inline: var(--fl-size-2);
|
|
14
|
-
|
|
15
|
-
/* background */
|
|
16
|
-
border-radius: var(--fl-radius-sm);
|
|
17
|
-
|
|
18
|
-
/* text */
|
|
19
|
-
color: var(--fl-body-text-color);
|
|
20
|
-
font-size: var(--fl-text-size-sm);
|
|
21
|
-
line-height: 1.2;
|
|
22
|
-
|
|
23
|
-
/* pointer */
|
|
24
|
-
cursor: pointer;
|
|
25
|
-
user-select: none;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.fl-dropdown-menu_item[data-disabled] {
|
|
29
|
-
opacity: var(--fl-disabled-opacity);
|
|
30
|
-
pointer-events: none;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.fl-dropdown-menu_item[data-highlighted] {
|
|
34
|
-
background: var(--fl-primary-color);
|
|
35
|
-
color: var(--fl-primary-text-color);
|
|
36
|
-
}
|
|
37
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DropdownMenu as KDropdownMenu } from '@kobalte/core/dropdown-menu';
|
|
2
|
-
import clsx from 'clsx/lite';
|
|
3
|
-
import { splitProps } from 'solid-js';
|
|
4
|
-
import { dropdownMenuClass } from './class';
|
|
5
|
-
import './dropdown-menu-item.css';
|
|
6
|
-
export function DropdownMenuItem(props) {
|
|
7
|
-
const [local, rest] = splitProps(props, ['class']);
|
|
8
|
-
return (<KDropdownMenu.Item class={clsx(dropdownMenuClass.item, local.class)} {...rest}/>);
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=dropdown-menu-item.jsx.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown-menu-item.jsx","sourceRoot":"","sources":["../../../../src/components/dropdown-menu/dropdown-menu-item.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,IAAI,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAC5E,OAAO,IAAI,MAAM,WAAW,CAAC;AAC7B,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACtC,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C,OAAO,0BAA0B,CAAC;AAElC,MAAM,UAAU,gBAAgB,CAAC,KAA4B;IAC5D,MAAM,CAAC,KAAK,EAAE,IAAI,CAAC,GAAG,UAAU,CAAC,KAAK,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;IACnD,OAAO,CACN,CAAC,aAAa,CAAC,IAAI,CAClB,KAAK,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,IAAI,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC,CACjD,IAAI,IAAI,CAAC,EACR,CACF,CAAC;AACH,CAAC","sourcesContent":["import { DropdownMenu as KDropdownMenu } from '@kobalte/core/dropdown-menu';\nimport clsx from 'clsx/lite';\nimport { splitProps } from 'solid-js';\nimport { dropdownMenuClass } from './class';\nimport type { DropdownMenuItemProps } from './types';\nimport './dropdown-menu-item.css';\n\nexport function DropdownMenuItem(props: DropdownMenuItemProps) {\n\tconst [local, rest] = splitProps(props, ['class']);\n\treturn (\n\t\t<KDropdownMenu.Item\n\t\t\tclass={clsx(dropdownMenuClass.item, local.class)}\n\t\t\t{...rest}\n\t\t/>\n\t);\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown-menu-portal.jsx","sourceRoot":"","sources":["../../../../src/components/dropdown-menu/dropdown-menu-portal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,IAAI,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAG5E,MAAM,UAAU,kBAAkB,CAAC,KAA8B;IAChE,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,KAAK,CAAC,EAAG,CAAC;AAC5C,CAAC","sourcesContent":["import { DropdownMenu as KDropdownMenu } from '@kobalte/core/dropdown-menu';\nimport type { DropdownMenuPortalProps } from './types';\n\nexport function DropdownMenuPortal(props: DropdownMenuPortalProps) {\n\treturn <KDropdownMenu.Portal {...props} />;\n}\n"]}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { DropdownMenu as KDropdownMenu } from '@kobalte/core/dropdown-menu';
|
|
2
|
-
import { splitProps } from 'solid-js';
|
|
3
|
-
export function DropdownMenuRadioGroup(props) {
|
|
4
|
-
const [local, rest] = splitProps(props, ['class']);
|
|
5
|
-
return (<KDropdownMenu.RadioGroup class={local.class} {...rest}/>);
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=dropdown-menu-radio-group.jsx.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown-menu-radio-group.jsx","sourceRoot":"","sources":["../../../../src/components/dropdown-menu/dropdown-menu-radio-group.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,IAAI,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAC5E,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAGtC,MAAM,UAAU,sBAAsB,CAAC,KAAkC;IACxE,MAAM,CAAC,KAAK,EAAE,IAAI,CAAC,GAAG,UAAU,CAAC,KAAK,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;IACnD,OAAO,CACN,CAAC,aAAa,CAAC,UAAU,CACxB,KAAK,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CACnB,IAAI,IAAI,CAAC,EACR,CACF,CAAC;AACH,CAAC","sourcesContent":["import { DropdownMenu as KDropdownMenu } from '@kobalte/core/dropdown-menu';\nimport { splitProps } from 'solid-js';\nimport type { DropdownMenuRadioGroupProps } from './types';\n\nexport function DropdownMenuRadioGroup(props: DropdownMenuRadioGroupProps) {\n\tconst [local, rest] = splitProps(props, ['class']);\n\treturn (\n\t\t<KDropdownMenu.RadioGroup\n\t\t\tclass={local.class}\n\t\t\t{...rest}\n\t\t/>\n\t);\n}\n"]}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
@layer components {
|
|
2
|
-
.fl-dropdown-menu_radio-item {
|
|
3
|
-
/* reset */
|
|
4
|
-
outline: none;
|
|
5
|
-
|
|
6
|
-
/* layout */
|
|
7
|
-
position: relative;
|
|
8
|
-
display: flex;
|
|
9
|
-
align-items: center;
|
|
10
|
-
min-height: var(--fl-size-8);
|
|
11
|
-
|
|
12
|
-
/* spacing */
|
|
13
|
-
padding-inline: var(--fl-size-2);
|
|
14
|
-
padding-left: var(--fl-size-6);
|
|
15
|
-
|
|
16
|
-
/* background */
|
|
17
|
-
border-radius: var(--fl-radius-sm);
|
|
18
|
-
|
|
19
|
-
/* text */
|
|
20
|
-
color: var(--fl-body-text-color);
|
|
21
|
-
font-size: var(--fl-text-size-sm);
|
|
22
|
-
line-height: 1.2;
|
|
23
|
-
|
|
24
|
-
/* pointer */
|
|
25
|
-
cursor: pointer;
|
|
26
|
-
user-select: none;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.fl-dropdown-menu_radio-item[data-disabled] {
|
|
30
|
-
opacity: var(--fl-disabled-opacity);
|
|
31
|
-
pointer-events: none;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.fl-dropdown-menu_radio-item[data-highlighted] {
|
|
35
|
-
background: var(--fl-primary-color);
|
|
36
|
-
color: var(--fl-primary-text-color);
|
|
37
|
-
}
|
|
38
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DropdownMenu as KDropdownMenu } from '@kobalte/core/dropdown-menu';
|
|
2
|
-
import clsx from 'clsx/lite';
|
|
3
|
-
import { splitProps } from 'solid-js';
|
|
4
|
-
import { dropdownMenuClass } from './class';
|
|
5
|
-
import './dropdown-menu-radio-item.css';
|
|
6
|
-
export function DropdownMenuRadioItem(props) {
|
|
7
|
-
const [local, rest] = splitProps(props, ['class']);
|
|
8
|
-
return (<KDropdownMenu.RadioItem class={clsx(dropdownMenuClass.radioItem, local.class)} {...rest}/>);
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=dropdown-menu-radio-item.jsx.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown-menu-radio-item.jsx","sourceRoot":"","sources":["../../../../src/components/dropdown-menu/dropdown-menu-radio-item.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,IAAI,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAC5E,OAAO,IAAI,MAAM,WAAW,CAAC;AAC7B,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACtC,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C,OAAO,gCAAgC,CAAC;AAExC,MAAM,UAAU,qBAAqB,CAAC,KAAiC;IACtE,MAAM,CAAC,KAAK,EAAE,IAAI,CAAC,GAAG,UAAU,CAAC,KAAK,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;IACnD,OAAO,CACN,CAAC,aAAa,CAAC,SAAS,CACvB,KAAK,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,SAAS,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC,CACtD,IAAI,IAAI,CAAC,EACR,CACF,CAAC;AACH,CAAC","sourcesContent":["import { DropdownMenu as KDropdownMenu } from '@kobalte/core/dropdown-menu';\nimport clsx from 'clsx/lite';\nimport { splitProps } from 'solid-js';\nimport { dropdownMenuClass } from './class';\nimport type { DropdownMenuRadioItemProps } from './types';\nimport './dropdown-menu-radio-item.css';\n\nexport function DropdownMenuRadioItem(props: DropdownMenuRadioItemProps) {\n\tconst [local, rest] = splitProps(props, ['class']);\n\treturn (\n\t\t<KDropdownMenu.RadioItem\n\t\t\tclass={clsx(dropdownMenuClass.radioItem, local.class)}\n\t\t\t{...rest}\n\t\t/>\n\t);\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown-menu-root.jsx","sourceRoot":"","sources":["../../../../src/components/dropdown-menu/dropdown-menu-root.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,IAAI,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAG5E,MAAM,UAAU,gBAAgB,CAAC,KAA4B;IAC5D,OAAO,CAAC,aAAa,CAAC,IAAI,KAAK,CAAC,EAAG,CAAC;AACrC,CAAC","sourcesContent":["import { DropdownMenu as KDropdownMenu } from '@kobalte/core/dropdown-menu';\nimport type { DropdownMenuRootProps } from './types';\n\nexport function DropdownMenuRoot(props: DropdownMenuRootProps) {\n\treturn <KDropdownMenu {...props} />;\n}\n"]}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
@layer components {
|
|
2
|
-
.fl-dropdown-menu_separator {
|
|
3
|
-
/* spacing */
|
|
4
|
-
margin-block: var(--fl-size-1-5);
|
|
5
|
-
margin-inline: calc(var(--fl-size-2) * -1);
|
|
6
|
-
|
|
7
|
-
/* background */
|
|
8
|
-
border: 0;
|
|
9
|
-
border-top: var(--fl-border-size, 1px) solid var(--fl-border-color);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DropdownMenu as KDropdownMenu } from '@kobalte/core/dropdown-menu';
|
|
2
|
-
import clsx from 'clsx/lite';
|
|
3
|
-
import { splitProps } from 'solid-js';
|
|
4
|
-
import { dropdownMenuClass } from './class';
|
|
5
|
-
import './dropdown-menu-separator.css';
|
|
6
|
-
export function DropdownMenuSeparator(props) {
|
|
7
|
-
const [local, rest] = splitProps(props, ['class']);
|
|
8
|
-
return (<KDropdownMenu.Separator class={clsx(dropdownMenuClass.separator, local.class)} {...rest}/>);
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=dropdown-menu-separator.jsx.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown-menu-separator.jsx","sourceRoot":"","sources":["../../../../src/components/dropdown-menu/dropdown-menu-separator.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,IAAI,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAC5E,OAAO,IAAI,MAAM,WAAW,CAAC;AAC7B,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACtC,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C,OAAO,+BAA+B,CAAC;AAEvC,MAAM,UAAU,qBAAqB,CAAC,KAAiC;IACtE,MAAM,CAAC,KAAK,EAAE,IAAI,CAAC,GAAG,UAAU,CAAC,KAAK,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;IACnD,OAAO,CACN,CAAC,aAAa,CAAC,SAAS,CACvB,KAAK,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,SAAS,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC,CACtD,IAAI,IAAI,CAAC,EACR,CACF,CAAC;AACH,CAAC","sourcesContent":["import { DropdownMenu as KDropdownMenu } from '@kobalte/core/dropdown-menu';\nimport clsx from 'clsx/lite';\nimport { splitProps } from 'solid-js';\nimport { dropdownMenuClass } from './class';\nimport type { DropdownMenuSeparatorProps } from './types';\nimport './dropdown-menu-separator.css';\n\nexport function DropdownMenuSeparator(props: DropdownMenuSeparatorProps) {\n\tconst [local, rest] = splitProps(props, ['class']);\n\treturn (\n\t\t<KDropdownMenu.Separator\n\t\t\tclass={clsx(dropdownMenuClass.separator, local.class)}\n\t\t\t{...rest}\n\t\t/>\n\t);\n}\n"]}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
@layer components {
|
|
2
|
-
.fl-dropdown-menu_sub-content {
|
|
3
|
-
/* reset */
|
|
4
|
-
outline: none;
|
|
5
|
-
|
|
6
|
-
/* layout */
|
|
7
|
-
min-width: 13.75rem;
|
|
8
|
-
|
|
9
|
-
/* spacing */
|
|
10
|
-
padding: var(--fl-size-2);
|
|
11
|
-
|
|
12
|
-
/* background */
|
|
13
|
-
background: var(--fl-body-bg-color);
|
|
14
|
-
border: var(--fl-border-size, 1px) solid var(--fl-border-color);
|
|
15
|
-
border-radius: var(--fl-border-radius);
|
|
16
|
-
|
|
17
|
-
/* effects */
|
|
18
|
-
box-shadow: var(--fl-shadow-lg);
|
|
19
|
-
transform-origin: var(--kb-menu-content-transform-origin);
|
|
20
|
-
animation: fl-dropdown-menu-content-hide 180ms ease-in forwards;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.fl-dropdown-menu_sub-content[data-expanded] {
|
|
24
|
-
animation: fl-dropdown-menu-content-show 180ms ease-out;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DropdownMenu as KDropdownMenu } from '@kobalte/core/dropdown-menu';
|
|
2
|
-
import clsx from 'clsx/lite';
|
|
3
|
-
import { splitProps } from 'solid-js';
|
|
4
|
-
import { dropdownMenuClass } from './class';
|
|
5
|
-
import './dropdown-menu-sub-content.css';
|
|
6
|
-
export function DropdownMenuSubContent(props) {
|
|
7
|
-
const [local, rest] = splitProps(props, ['class']);
|
|
8
|
-
return (<KDropdownMenu.SubContent class={clsx(dropdownMenuClass.subContent, local.class)} {...rest}/>);
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=dropdown-menu-sub-content.jsx.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown-menu-sub-content.jsx","sourceRoot":"","sources":["../../../../src/components/dropdown-menu/dropdown-menu-sub-content.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,IAAI,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAC5E,OAAO,IAAI,MAAM,WAAW,CAAC;AAC7B,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACtC,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C,OAAO,iCAAiC,CAAC;AAEzC,MAAM,UAAU,sBAAsB,CAAC,KAAkC;IACxE,MAAM,CAAC,KAAK,EAAE,IAAI,CAAC,GAAG,UAAU,CAAC,KAAK,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;IACnD,OAAO,CACN,CAAC,aAAa,CAAC,UAAU,CACxB,KAAK,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,UAAU,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC,CACvD,IAAI,IAAI,CAAC,EACR,CACF,CAAC;AACH,CAAC","sourcesContent":["import { DropdownMenu as KDropdownMenu } from '@kobalte/core/dropdown-menu';\nimport clsx from 'clsx/lite';\nimport { splitProps } from 'solid-js';\nimport { dropdownMenuClass } from './class';\nimport type { DropdownMenuSubContentProps } from './types';\nimport './dropdown-menu-sub-content.css';\n\nexport function DropdownMenuSubContent(props: DropdownMenuSubContentProps) {\n\tconst [local, rest] = splitProps(props, ['class']);\n\treturn (\n\t\t<KDropdownMenu.SubContent\n\t\t\tclass={clsx(dropdownMenuClass.subContent, local.class)}\n\t\t\t{...rest}\n\t\t/>\n\t);\n}\n"]}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
@layer components {
|
|
2
|
-
.fl-dropdown-menu_sub-trigger {
|
|
3
|
-
/* reset */
|
|
4
|
-
outline: none;
|
|
5
|
-
|
|
6
|
-
/* layout */
|
|
7
|
-
position: relative;
|
|
8
|
-
display: flex;
|
|
9
|
-
align-items: center;
|
|
10
|
-
min-height: var(--fl-size-8);
|
|
11
|
-
|
|
12
|
-
/* spacing */
|
|
13
|
-
padding-inline: var(--fl-size-2);
|
|
14
|
-
padding-left: var(--fl-size-6);
|
|
15
|
-
|
|
16
|
-
/* background */
|
|
17
|
-
border-radius: var(--fl-radius-sm);
|
|
18
|
-
|
|
19
|
-
/* text */
|
|
20
|
-
color: var(--fl-body-text-color);
|
|
21
|
-
font-size: var(--fl-text-size-sm);
|
|
22
|
-
line-height: 1.2;
|
|
23
|
-
|
|
24
|
-
/* pointer */
|
|
25
|
-
cursor: pointer;
|
|
26
|
-
user-select: none;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.fl-dropdown-menu_sub-trigger[data-expanded] {
|
|
30
|
-
background: color-mix(in oklab, var(--fl-body-bg-color), var(--fl-primary-color) 8%);
|
|
31
|
-
color: color-mix(in oklab, var(--fl-primary-color), black 15%);
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.fl-dropdown-menu_sub-trigger[data-disabled] {
|
|
35
|
-
opacity: var(--fl-disabled-opacity);
|
|
36
|
-
pointer-events: none;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.fl-dropdown-menu_sub-trigger[data-highlighted] {
|
|
40
|
-
background: var(--fl-primary-color);
|
|
41
|
-
color: var(--fl-primary-text-color);
|
|
42
|
-
}
|
|
43
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DropdownMenu as KDropdownMenu } from '@kobalte/core/dropdown-menu';
|
|
2
|
-
import clsx from 'clsx/lite';
|
|
3
|
-
import { splitProps } from 'solid-js';
|
|
4
|
-
import { dropdownMenuClass } from './class';
|
|
5
|
-
import './dropdown-menu-sub-trigger.css';
|
|
6
|
-
export function DropdownMenuSubTrigger(props) {
|
|
7
|
-
const [local, rest] = splitProps(props, ['class']);
|
|
8
|
-
return (<KDropdownMenu.SubTrigger class={clsx(dropdownMenuClass.subTrigger, local.class)} {...rest}/>);
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=dropdown-menu-sub-trigger.jsx.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown-menu-sub-trigger.jsx","sourceRoot":"","sources":["../../../../src/components/dropdown-menu/dropdown-menu-sub-trigger.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,IAAI,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAC5E,OAAO,IAAI,MAAM,WAAW,CAAC;AAC7B,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACtC,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C,OAAO,iCAAiC,CAAC;AAEzC,MAAM,UAAU,sBAAsB,CAAC,KAAkC;IACxE,MAAM,CAAC,KAAK,EAAE,IAAI,CAAC,GAAG,UAAU,CAAC,KAAK,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;IACnD,OAAO,CACN,CAAC,aAAa,CAAC,UAAU,CACxB,KAAK,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,UAAU,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC,CACvD,IAAI,IAAI,CAAC,EACR,CACF,CAAC;AACH,CAAC","sourcesContent":["import { DropdownMenu as KDropdownMenu } from '@kobalte/core/dropdown-menu';\nimport clsx from 'clsx/lite';\nimport { splitProps } from 'solid-js';\nimport { dropdownMenuClass } from './class';\nimport type { DropdownMenuSubTriggerProps } from './types';\nimport './dropdown-menu-sub-trigger.css';\n\nexport function DropdownMenuSubTrigger(props: DropdownMenuSubTriggerProps) {\n\tconst [local, rest] = splitProps(props, ['class']);\n\treturn (\n\t\t<KDropdownMenu.SubTrigger\n\t\t\tclass={clsx(dropdownMenuClass.subTrigger, local.class)}\n\t\t\t{...rest}\n\t\t/>\n\t);\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown-menu-sub.jsx","sourceRoot":"","sources":["../../../../src/components/dropdown-menu/dropdown-menu-sub.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,IAAI,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAG5E,MAAM,UAAU,eAAe,CAAC,KAA2B;IAC1D,OAAO,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,KAAK,CAAC,EAAG,CAAC;AACzC,CAAC","sourcesContent":["import { DropdownMenu as KDropdownMenu } from '@kobalte/core/dropdown-menu';\nimport type { DropdownMenuSubProps } from './types';\n\nexport function DropdownMenuSub(props: DropdownMenuSubProps) {\n\treturn <KDropdownMenu.Sub {...props} />;\n}\n"]}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { DropdownMenu as KDropdownMenu } from '@kobalte/core/dropdown-menu';
|
|
2
|
-
import clsx from 'clsx/lite';
|
|
3
|
-
import { mergeProps, splitProps } from 'solid-js';
|
|
4
|
-
import { Button } from '../button';
|
|
5
|
-
import { dropdownMenuClass } from './class';
|
|
6
|
-
import './dropdown-menu-trigger.css';
|
|
7
|
-
export function DropdownMenuTrigger(props) {
|
|
8
|
-
const merged = mergeProps({
|
|
9
|
-
type: 'button',
|
|
10
|
-
variant: 'solid',
|
|
11
|
-
color: 'primary',
|
|
12
|
-
}, props);
|
|
13
|
-
const [local, rest] = splitProps(merged, ['class']);
|
|
14
|
-
return (<KDropdownMenu.Trigger as={Button} class={clsx(dropdownMenuClass.trigger, local.class)} {...rest}/>);
|
|
15
|
-
}
|
|
16
|
-
//# sourceMappingURL=dropdown-menu-trigger.jsx.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown-menu-trigger.jsx","sourceRoot":"","sources":["../../../../src/components/dropdown-menu/dropdown-menu-trigger.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,IAAI,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAC5E,OAAO,IAAI,MAAM,WAAW,CAAC;AAC7B,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AACnC,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C,OAAO,6BAA6B,CAAC;AAErC,MAAM,UAAU,mBAAmB,CAAC,KAA+B;IAClE,MAAM,MAAM,GAAG,UAAU,CACxB;QACC,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE,OAAO;QAChB,KAAK,EAAE,SAAS;KACP,EACV,KAAK,CACL,CAAC;IACF,MAAM,CAAC,KAAK,EAAE,IAAI,CAAC,GAAG,UAAU,CAAC,MAAM,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;IAEpD,OAAO,CACN,CAAC,aAAa,CAAC,OAAO,CACrB,EAAE,CAAC,CAAC,MAAM,CAAC,CACX,KAAK,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,OAAO,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC,CACpD,IAAI,IAAI,CAAC,EACR,CACF,CAAC;AACH,CAAC","sourcesContent":["import { DropdownMenu as KDropdownMenu } from '@kobalte/core/dropdown-menu';\nimport clsx from 'clsx/lite';\nimport { mergeProps, splitProps } from 'solid-js';\nimport { Button } from '../button';\nimport { dropdownMenuClass } from './class';\nimport type { DropdownMenuTriggerProps } from './types';\nimport './dropdown-menu-trigger.css';\n\nexport function DropdownMenuTrigger(props: DropdownMenuTriggerProps) {\n\tconst merged = mergeProps(\n\t\t{\n\t\t\ttype: 'button',\n\t\t\tvariant: 'solid',\n\t\t\tcolor: 'primary',\n\t\t} as const,\n\t\tprops,\n\t);\n\tconst [local, rest] = splitProps(merged, ['class']);\n\n\treturn (\n\t\t<KDropdownMenu.Trigger\n\t\t\tas={Button}\n\t\t\tclass={clsx(dropdownMenuClass.trigger, local.class)}\n\t\t\t{...rest}\n\t\t/>\n\t);\n}\n"]}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import type { JSX } from 'solid-js';
|
|
2
|
-
import { DropdownMenuArrow } from './dropdown-menu-arrow';
|
|
3
|
-
import { DropdownMenuCheckboxItem } from './dropdown-menu-checkbox-item';
|
|
4
|
-
import { DropdownMenuContent } from './dropdown-menu-content';
|
|
5
|
-
import { DropdownMenuGroup } from './dropdown-menu-group';
|
|
6
|
-
import { DropdownMenuGroupLabel } from './dropdown-menu-group-label';
|
|
7
|
-
import { DropdownMenuIcon } from './dropdown-menu-icon';
|
|
8
|
-
import { DropdownMenuItem } from './dropdown-menu-item';
|
|
9
|
-
import { DropdownMenuItemIndicator } from './dropdown-menu-item-indicator';
|
|
10
|
-
import { DropdownMenuItemRightSlot } from './dropdown-menu-item-right-slot';
|
|
11
|
-
import { DropdownMenuPortal } from './dropdown-menu-portal';
|
|
12
|
-
import { DropdownMenuRadioGroup } from './dropdown-menu-radio-group';
|
|
13
|
-
import { DropdownMenuRadioItem } from './dropdown-menu-radio-item';
|
|
14
|
-
import { DropdownMenuRoot } from './dropdown-menu-root';
|
|
15
|
-
import { DropdownMenuSeparator } from './dropdown-menu-separator';
|
|
16
|
-
import { DropdownMenuSub } from './dropdown-menu-sub';
|
|
17
|
-
import { DropdownMenuSubContent } from './dropdown-menu-sub-content';
|
|
18
|
-
import { DropdownMenuSubTrigger } from './dropdown-menu-sub-trigger';
|
|
19
|
-
import { DropdownMenuTrigger } from './dropdown-menu-trigger';
|
|
20
|
-
import type { DropdownMenuRootProps } from './types';
|
|
21
|
-
export type { DropdownMenuArrowProps, DropdownMenuCheckboxItemProps, DropdownMenuContentProps, DropdownMenuGroupLabelProps, DropdownMenuGroupProps, DropdownMenuIconProps, DropdownMenuItemIndicatorProps, DropdownMenuItemProps, DropdownMenuItemRightSlotProps, DropdownMenuPortalProps, DropdownMenuRadioGroupProps, DropdownMenuRadioItemProps, DropdownMenuRootProps, DropdownMenuSeparatorProps, DropdownMenuSubContentProps, DropdownMenuSubProps, DropdownMenuSubTriggerProps, DropdownMenuTriggerProps, } from './types';
|
|
22
|
-
export { DropdownMenuArrow, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuGroupLabel, DropdownMenuIcon, DropdownMenuItem, DropdownMenuItemIndicator, DropdownMenuItemRightSlot, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuRoot, DropdownMenuSeparator, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, };
|
|
23
|
-
export interface DropdownMenuComponent {
|
|
24
|
-
(props: DropdownMenuRootProps): JSX.Element;
|
|
25
|
-
Trigger: typeof DropdownMenuTrigger;
|
|
26
|
-
Icon: typeof DropdownMenuIcon;
|
|
27
|
-
Portal: typeof DropdownMenuPortal;
|
|
28
|
-
Content: typeof DropdownMenuContent;
|
|
29
|
-
Item: typeof DropdownMenuItem;
|
|
30
|
-
CheckboxItem: typeof DropdownMenuCheckboxItem;
|
|
31
|
-
RadioItem: typeof DropdownMenuRadioItem;
|
|
32
|
-
RadioGroup: typeof DropdownMenuRadioGroup;
|
|
33
|
-
Group: typeof DropdownMenuGroup;
|
|
34
|
-
GroupLabel: typeof DropdownMenuGroupLabel;
|
|
35
|
-
Separator: typeof DropdownMenuSeparator;
|
|
36
|
-
ItemIndicator: typeof DropdownMenuItemIndicator;
|
|
37
|
-
ItemRightSlot: typeof DropdownMenuItemRightSlot;
|
|
38
|
-
Sub: typeof DropdownMenuSub;
|
|
39
|
-
SubTrigger: typeof DropdownMenuSubTrigger;
|
|
40
|
-
SubContent: typeof DropdownMenuSubContent;
|
|
41
|
-
Arrow: typeof DropdownMenuArrow;
|
|
42
|
-
}
|
|
43
|
-
export declare const DropdownMenu: DropdownMenuComponent;
|