@pathscale/ui 0.0.163 → 0.0.165
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/badge/Badge.css +168 -0
- package/dist/components/accordion/Accordion.d.ts +0 -1
- package/dist/components/alert/Alert.d.ts +0 -1
- package/dist/components/avatar/Avatar.d.ts +0 -1
- package/dist/components/badge/Badge.d.ts +24 -18
- package/dist/components/badge/index.d.ts +9 -1
- package/dist/components/breadcrumbs/Breadcrumbs.d.ts +0 -1
- package/dist/components/button/Button.d.ts +0 -1
- package/dist/components/calendar/Calendar.d.ts +0 -1
- package/dist/components/card/Card.d.ts +0 -1
- package/dist/components/carousel/Carousel.d.ts +0 -1
- package/dist/components/chatbubble/ChatBubble.d.ts +0 -1
- package/dist/components/checkbox/Checkbox.d.ts +0 -1
- package/dist/components/collapse/Collapse.d.ts +0 -1
- package/dist/components/countdown/Countdown.d.ts +0 -1
- package/dist/components/diff/Diff.d.ts +0 -1
- package/dist/components/dock/Dock.d.ts +0 -1
- package/dist/components/drawer/Drawer.d.ts +0 -1
- package/dist/components/dropdown/Dropdown.d.ts +3 -3
- package/dist/components/dropdown/dropdownContext.d.ts +0 -10
- package/dist/components/fileinput/FileInput.d.ts +0 -1
- package/dist/components/footer/Footer.d.ts +0 -1
- package/dist/components/form/Form.d.ts +8 -3
- package/dist/components/form/ValidatedForm.d.ts +1 -1
- package/dist/components/hero/Hero.d.ts +0 -1
- package/dist/components/indicator/Indicator.d.ts +0 -1
- package/dist/components/input/Input.d.ts +0 -1
- package/dist/components/kbd/Kbd.d.ts +0 -1
- package/dist/components/link/Link.d.ts +0 -1
- package/dist/components/loading/Loading.d.ts +0 -1
- package/dist/components/mask/Mask.d.ts +0 -1
- package/dist/components/menu/Menu.d.ts +0 -1
- package/dist/components/modal/Modal.d.ts +0 -1
- package/dist/components/navbar/Navbar.d.ts +0 -1
- package/dist/components/progress/Progress.d.ts +0 -1
- package/dist/components/radio/Radio.d.ts +0 -1
- package/dist/components/radio-group/RadioGroup.d.ts +0 -1
- package/dist/components/range/Range.d.ts +0 -1
- package/dist/components/range-slider/RangeSlider.d.ts +0 -1
- package/dist/components/rating/Rating.d.ts +0 -1
- package/dist/components/select/Select.d.ts +0 -1
- package/dist/components/skeleton/Skeleton.d.ts +0 -1
- package/dist/components/stack/Stack.d.ts +0 -1
- package/dist/components/stats/Stat.d.ts +0 -1
- package/dist/components/steps/Step.d.ts +0 -1
- package/dist/components/swap/Swap.d.ts +0 -1
- package/dist/components/table/EnhancedTable.d.ts +0 -3
- package/dist/components/table/Table.d.ts +0 -1
- package/dist/components/tabs/RadioTab.d.ts +0 -1
- package/dist/components/tabs/Tabs.d.ts +0 -1
- package/dist/components/textarea/Textarea.d.ts +0 -1
- package/dist/components/timeline/Timeline.d.ts +0 -1
- package/dist/components/toast/Toast.d.ts +0 -1
- package/dist/components/toggle/Toggle.d.ts +0 -1
- package/dist/components/tooltip/Tooltip.d.ts +0 -1
- package/dist/index.css +224 -53
- package/dist/index.js +19883 -239
- package/dist/styles/compat/daisy-primitives.css +6919 -0
- package/package.json +5 -26
- package/dist/accordion/collapse.css +0 -248
- package/dist/alert/alert.css +0 -123
- package/dist/avatar/avatar.css +0 -58
- package/dist/badge/badge.css +0 -128
- package/dist/breadcrumbs/breadcrumbs.css +0 -85
- package/dist/button/btn.css +0 -429
- package/dist/calendar/input.css +0 -277
- package/dist/card/card.css +0 -171
- package/dist/carousel/carousel.css +0 -39
- package/dist/chatbubble/chat.css +0 -153
- package/dist/checkbox/checkbox.css +0 -168
- package/dist/collapse/collapse.css +0 -248
- package/dist/components/accordion/Accordion.js +0 -180
- package/dist/components/accordion/collapse.css +0 -248
- package/dist/components/accordion/index.js +0 -3
- package/dist/components/alert/Alert.js +0 -75
- package/dist/components/alert/alert.css +0 -123
- package/dist/components/alert/index.js +0 -3
- package/dist/components/artboard/Artboard.js +0 -42
- package/dist/components/artboard/index.js +0 -3
- package/dist/components/avatar/Avatar.js +0 -164
- package/dist/components/avatar/AvatarGroup.js +0 -52
- package/dist/components/avatar/avatar.css +0 -58
- package/dist/components/avatar/index.js +0 -3
- package/dist/components/background/Background.js +0 -22
- package/dist/components/background/index.js +0 -3
- package/dist/components/badge/Badge.js +0 -75
- package/dist/components/badge/badge.css +0 -128
- package/dist/components/badge/index.js +0 -3
- package/dist/components/bottom-sheet/BottomSheet.js +0 -109
- package/dist/components/bottom-sheet/index.js +0 -3
- package/dist/components/breadcrumbs/Breadcrumbs.js +0 -36
- package/dist/components/breadcrumbs/BreadcrumbsItem.js +0 -30
- package/dist/components/breadcrumbs/breadcrumbs.css +0 -85
- package/dist/components/breadcrumbs/index.js +0 -5
- package/dist/components/browsermockup/BrowserMockup.js +0 -55
- package/dist/components/browsermockup/index.js +0 -3
- package/dist/components/button/Button.js +0 -205
- package/dist/components/button/btn.css +0 -429
- package/dist/components/button/index.js +0 -3
- package/dist/components/calendar/Calendar.js +0 -194
- package/dist/components/calendar/index.js +0 -3
- package/dist/components/calendar/input.css +0 -277
- package/dist/components/card/Card.js +0 -98
- package/dist/components/card/CardActions.js +0 -15
- package/dist/components/card/CardBody.js +0 -15
- package/dist/components/card/CardImage.js +0 -10
- package/dist/components/card/CardTitle.js +0 -13
- package/dist/components/card/card.css +0 -171
- package/dist/components/card/index.js +0 -3
- package/dist/components/carousel/Carousel.js +0 -70
- package/dist/components/carousel/CarouselItem.js +0 -27
- package/dist/components/carousel/carousel.css +0 -39
- package/dist/components/carousel/index.js +0 -3
- package/dist/components/chatbubble/ChatBubble.js +0 -48
- package/dist/components/chatbubble/ChatBubbleAvatar.js +0 -16
- package/dist/components/chatbubble/ChatBubbleFooter.js +0 -14
- package/dist/components/chatbubble/ChatBubbleHeader.js +0 -14
- package/dist/components/chatbubble/ChatBubbleMessage.js +0 -28
- package/dist/components/chatbubble/ChatBubbleTime.js +0 -14
- package/dist/components/chatbubble/chat.css +0 -153
- package/dist/components/chatbubble/index.js +0 -3
- package/dist/components/checkbox/Checkbox.js +0 -78
- package/dist/components/checkbox/checkbox.css +0 -168
- package/dist/components/checkbox/index.js +0 -3
- package/dist/components/codemockup/CodeMockup.js +0 -33
- package/dist/components/codemockup/CodeMockupLine.js +0 -53
- package/dist/components/codemockup/index.js +0 -5
- package/dist/components/collapse/Collapse.js +0 -104
- package/dist/components/collapse/CollapseContent.js +0 -15
- package/dist/components/collapse/CollapseDetails.js +0 -33
- package/dist/components/collapse/CollapseTitle.js +0 -47
- package/dist/components/collapse/collapse.css +0 -248
- package/dist/components/collapse/index.js +0 -10
- package/dist/components/colorpicker/AlphaSlider.js +0 -107
- package/dist/components/colorpicker/ColorInput.js +0 -88
- package/dist/components/colorpicker/ColorPicker.js +0 -264
- package/dist/components/colorpicker/ColorPickerFlowerSelector.js +0 -9
- package/dist/components/colorpicker/ColorPickerGradientSelector.js +0 -9
- package/dist/components/colorpicker/ColorPickerWheelSelector.js +0 -9
- package/dist/components/colorpicker/ColorPreview.js +0 -47
- package/dist/components/colorpicker/ColorSwatches.js +0 -67
- package/dist/components/colorpicker/ColorUtils.js +0 -216
- package/dist/components/colorpicker/ColorWheel.js +0 -106
- package/dist/components/colorpicker/ColorWheelFlower.js +0 -462
- package/dist/components/colorpicker/HueSlider.js +0 -105
- package/dist/components/colorpicker/LightnessSlider.js +0 -111
- package/dist/components/colorpicker/SaturationBrightness.js +0 -120
- package/dist/components/colorpicker/colorpickerContext.js +0 -8
- package/dist/components/colorpicker/index.js +0 -31
- package/dist/components/confirm-dialog/ConfirmDialog.js +0 -102
- package/dist/components/confirm-dialog/index.js +0 -3
- package/dist/components/connectionstatus/ConnectionStatus.js +0 -189
- package/dist/components/connectionstatus/index.js +0 -3
- package/dist/components/copy-button/CopyButton.js +0 -70
- package/dist/components/copy-button/index.js +0 -3
- package/dist/components/countdown/Countdown.js +0 -37
- package/dist/components/countdown/countdown.css +0 -58
- package/dist/components/countdown/index.js +0 -3
- package/dist/components/diff/Diff.js +0 -29
- package/dist/components/diff/diff.css +0 -162
- package/dist/components/diff/index.js +0 -3
- package/dist/components/divider/Divider.js +0 -41
- package/dist/components/divider/Divider.styles.js +0 -71
- package/dist/components/divider/index.js +0 -3
- package/dist/components/dock/Dock.js +0 -40
- package/dist/components/dock/DockItem.js +0 -45
- package/dist/components/dock/DockLabel.js +0 -22
- package/dist/components/dock/dock.css +0 -147
- package/dist/components/dock/index.js +0 -3
- package/dist/components/drawer/Drawer.js +0 -68
- package/dist/components/drawer/drawer.css +0 -184
- package/dist/components/drawer/index.js +0 -3
- package/dist/components/dropdown/Dropdown.js +0 -133
- package/dist/components/dropdown/DropdownDetails.js +0 -44
- package/dist/components/dropdown/DropdownItem.js +0 -60
- package/dist/components/dropdown/DropdownMenu.js +0 -44
- package/dist/components/dropdown/DropdownToggle.js +0 -92
- package/dist/components/dropdown/dropdown.css +0 -253
- package/dist/components/dropdown/dropdownContext.js +0 -54
- package/dist/components/dropdown/index.js +0 -3
- package/dist/components/dropdown-select/DropdownSelect.js +0 -279
- package/dist/components/dropdown-select/index.js +0 -3
- package/dist/components/empty-state/EmptyState.js +0 -88
- package/dist/components/empty-state/index.js +0 -3
- package/dist/components/fieldset/Fieldset.js +0 -73
- package/dist/components/fieldset/index.js +0 -3
- package/dist/components/fileinput/FileInput.js +0 -51
- package/dist/components/fileinput/index.js +0 -3
- package/dist/components/fileinput/input.css +0 -277
- package/dist/components/flex/Flex.js +0 -101
- package/dist/components/flex/index.js +0 -3
- package/dist/components/floating-dock/FloatingDock.js +0 -550
- package/dist/components/floating-dock/index.js +0 -3
- package/dist/components/footer/Footer.js +0 -41
- package/dist/components/footer/FooterTitle.js +0 -27
- package/dist/components/footer/footer.css +0 -51
- package/dist/components/footer/index.js +0 -3
- package/dist/components/form/Form.js +0 -17
- package/dist/components/form/FormBase.d.ts +0 -8
- package/dist/components/form/FormBase.js +0 -74
- package/dist/components/form/FormDropdown.js +0 -138
- package/dist/components/form/FormField.js +0 -78
- package/dist/components/form/Label.js +0 -31
- package/dist/components/form/NumberField.js +0 -109
- package/dist/components/form/PasswordField.js +0 -113
- package/dist/components/form/ValidatedForm.js +0 -55
- package/dist/components/form/index.js +0 -6
- package/dist/components/form-actions/FormActions.js +0 -142
- package/dist/components/form-actions/index.js +0 -3
- package/dist/components/glass-panel/GlassPanel.js +0 -146
- package/dist/components/glass-panel/index.js +0 -3
- package/dist/components/glow-card/GlowCard.css +0 -65
- package/dist/components/glow-card/GlowCard.js +0 -47
- package/dist/components/glow-card/index.js +0 -3
- package/dist/components/grid/Grid.js +0 -89
- package/dist/components/grid/index.js +0 -3
- package/dist/components/hero/Hero.js +0 -47
- package/dist/components/hero/HeroContent.js +0 -31
- package/dist/components/hero/HeroOverlay.js +0 -39
- package/dist/components/hero/hero.css +0 -38
- package/dist/components/hero/index.js +0 -3
- package/dist/components/icon/Icon.js +0 -38
- package/dist/components/icon/index.js +0 -3
- package/dist/components/immersive-landing/ImmersiveLanding.js +0 -218
- package/dist/components/immersive-landing/ImmersiveLandingArrows.js +0 -60
- package/dist/components/immersive-landing/ImmersiveLandingContext.js +0 -8
- package/dist/components/immersive-landing/ImmersiveLandingNavigation.js +0 -91
- package/dist/components/immersive-landing/ImmersiveLandingPage.js +0 -46
- package/dist/components/immersive-landing/components/CookieConsent.js +0 -256
- package/dist/components/immersive-landing/components/FirefoxPWABanner.js +0 -173
- package/dist/components/immersive-landing/components/PWAInstallPrompt.js +0 -178
- package/dist/components/immersive-landing/index.js +0 -14
- package/dist/components/immersive-landing/types.js +0 -0
- package/dist/components/immersive-landing/useImmersiveLanding.js +0 -151
- package/dist/components/indicator/Indicator.js +0 -76
- package/dist/components/indicator/index.js +0 -3
- package/dist/components/indicator/indicator.css +0 -70
- package/dist/components/input/Input.js +0 -136
- package/dist/components/input/index.js +0 -3
- package/dist/components/input/input.css +0 -277
- package/dist/components/join/Join.js +0 -41
- package/dist/components/join/index.js +0 -3
- package/dist/components/kbd/Kbd.js +0 -22
- package/dist/components/kbd/index.js +0 -3
- package/dist/components/kbd/kbd.css +0 -55
- package/dist/components/language-switcher/LanguageSwitcher.js +0 -101
- package/dist/components/language-switcher/createI18n.js +0 -85
- package/dist/components/language-switcher/index.js +0 -8
- package/dist/components/link/Link.js +0 -70
- package/dist/components/link/index.js +0 -3
- package/dist/components/link/link.css +0 -153
- package/dist/components/live-chat/LiveChatBubble.js +0 -106
- package/dist/components/live-chat/LiveChatPanel.js +0 -359
- package/dist/components/live-chat/index.js +0 -5
- package/dist/components/live-chat/types.js +0 -0
- package/dist/components/loading/Loading.js +0 -75
- package/dist/components/loading/index.js +0 -3
- package/dist/components/loading/loading.css +0 -58
- package/dist/components/mask/Mask.js +0 -62
- package/dist/components/mask/index.js +0 -3
- package/dist/components/mask/mask.css +0 -89
- package/dist/components/menu/Menu.js +0 -51
- package/dist/components/menu/MenuDetails.js +0 -37
- package/dist/components/menu/MenuDropdown.js +0 -48
- package/dist/components/menu/MenuItem.js +0 -40
- package/dist/components/menu/MenuTitle.js +0 -22
- package/dist/components/menu/index.js +0 -3
- package/dist/components/menu/menu.css +0 -364
- package/dist/components/modal/Modal.js +0 -125
- package/dist/components/modal/ModalActions.js +0 -14
- package/dist/components/modal/ModalBody.js +0 -14
- package/dist/components/modal/ModalHeader.js +0 -15
- package/dist/components/modal/ModalLegacy.js +0 -36
- package/dist/components/modal/index.js +0 -3
- package/dist/components/modal/modal.css +0 -170
- package/dist/components/navbar/Navbar.js +0 -54
- package/dist/components/navbar/NavbarRow.js +0 -49
- package/dist/components/navbar/NavbarSection.js +0 -38
- package/dist/components/navbar/NavbarStack.js +0 -39
- package/dist/components/navbar/index.js +0 -3
- package/dist/components/navbar/navbar.css +0 -33
- package/dist/components/noise-background/NoiseBackground.js +0 -200
- package/dist/components/noise-background/index.js +0 -3
- package/dist/components/pagination/Pagination.js +0 -17
- package/dist/components/pagination/index.js +0 -3
- package/dist/components/phonemockup/PhoneMockup.js +0 -44
- package/dist/components/phonemockup/index.js +0 -3
- package/dist/components/progress/Progress.js +0 -70
- package/dist/components/progress/index.js +0 -3
- package/dist/components/progress/progress.css +0 -94
- package/dist/components/props-table/PropsTable.js +0 -56
- package/dist/components/props-table/index.js +0 -3
- package/dist/components/radialprogress/RadialProgress.js +0 -47
- package/dist/components/radialprogress/index.js +0 -3
- package/dist/components/radio/Radio.js +0 -73
- package/dist/components/radio/index.js +0 -3
- package/dist/components/radio/radio.css +0 -152
- package/dist/components/radio-group/RadioGroup.js +0 -107
- package/dist/components/radio-group/index.js +0 -3
- package/dist/components/radio-group/radio.css +0 -152
- package/dist/components/range/Range.js +0 -85
- package/dist/components/range/index.js +0 -3
- package/dist/components/range/range.css +0 -174
- package/dist/components/range-slider/RangeSlider.js +0 -112
- package/dist/components/range-slider/index.js +0 -3
- package/dist/components/range-slider/range.css +0 -174
- package/dist/components/rating/Rating.js +0 -54
- package/dist/components/rating/RatingHidden.js +0 -29
- package/dist/components/rating/RatingItem.js +0 -62
- package/dist/components/rating/index.js +0 -3
- package/dist/components/rating/rating.css +0 -106
- package/dist/components/select/Select.js +0 -62
- package/dist/components/select/index.js +0 -3
- package/dist/components/select/select.css +0 -351
- package/dist/components/showcase/ShowcaseBlock.js +0 -48
- package/dist/components/showcase/index.js +0 -3
- package/dist/components/showcase-section/ShowcaseSection.js +0 -73
- package/dist/components/showcase-section/index.js +0 -3
- package/dist/components/sidenav/Sidenav.css +0 -176
- package/dist/components/sidenav/Sidenav.js +0 -66
- package/dist/components/sidenav/SidenavButton.js +0 -41
- package/dist/components/sidenav/SidenavGroup.js +0 -45
- package/dist/components/sidenav/SidenavItem.js +0 -37
- package/dist/components/sidenav/SidenavLink.js +0 -36
- package/dist/components/sidenav/SidenavMenu.js +0 -31
- package/dist/components/sidenav/index.js +0 -13
- package/dist/components/size-picker/SizePicker.js +0 -63
- package/dist/components/size-picker/index.js +0 -6
- package/dist/components/size-picker/sizeStore.js +0 -36
- package/dist/components/skeleton/Skeleton.js +0 -30
- package/dist/components/skeleton/index.js +0 -3
- package/dist/components/skeleton/skeleton.css +0 -22
- package/dist/components/skip-link/SkipLink.js +0 -34
- package/dist/components/skip-link/index.js +0 -3
- package/dist/components/stack/Stack.js +0 -53
- package/dist/components/stack/index.js +0 -3
- package/dist/components/stack/stack.css +0 -90
- package/dist/components/stat-card/StatCard.js +0 -46
- package/dist/components/stat-card/StatCardSection.js +0 -39
- package/dist/components/stat-card/index.js +0 -3
- package/dist/components/stats/Stat.js +0 -51
- package/dist/components/stats/StatSection.js +0 -29
- package/dist/components/stats/Stats.js +0 -29
- package/dist/components/stats/index.js +0 -3
- package/dist/components/stats/stat.css +0 -67
- package/dist/components/status/Status.js +0 -30
- package/dist/components/status/index.js +0 -3
- package/dist/components/steps/Step.js +0 -88
- package/dist/components/steps/Steps.js +0 -80
- package/dist/components/steps/index.js +0 -3
- package/dist/components/steps/step.css +0 -179
- package/dist/components/streaming-table/StreamingTable.js +0 -343
- package/dist/components/streaming-table/createRowStore.js +0 -18
- package/dist/components/streaming-table/createStreamingTableStore.js +0 -68
- package/dist/components/streaming-table/index.js +0 -5
- package/dist/components/streaming-table/types.js +0 -0
- package/dist/components/svgbackground/SvgBackground.js +0 -413
- package/dist/components/svgbackground/index.js +0 -3
- package/dist/components/swap/Swap.js +0 -57
- package/dist/components/swap/index.js +0 -3
- package/dist/components/swap/swap.css +0 -92
- package/dist/components/switch-field/SwitchField.js +0 -91
- package/dist/components/switch-field/index.js +0 -3
- package/dist/components/table/EnhancedTable.js +0 -733
- package/dist/components/table/Table.js +0 -57
- package/dist/components/table/TableBody.js +0 -30
- package/dist/components/table/TableCell.js +0 -34
- package/dist/components/table/TableFooter.js +0 -45
- package/dist/components/table/TableHead.js +0 -45
- package/dist/components/table/TableHeadCell.js +0 -34
- package/dist/components/table/TableRow.js +0 -34
- package/dist/components/table/index.js +0 -5
- package/dist/components/table/table.css +0 -148
- package/dist/components/tabs/RadioTab.js +0 -64
- package/dist/components/tabs/Tab.js +0 -43
- package/dist/components/tabs/Tabs.js +0 -45
- package/dist/components/tabs/index.js +0 -3
- package/dist/components/tabs/tab.css +0 -414
- package/dist/components/textarea/Textarea.js +0 -53
- package/dist/components/textarea/index.js +0 -3
- package/dist/components/textarea/textarea.css +0 -191
- package/dist/components/theme-color-picker/ThemeColorPicker.js +0 -151
- package/dist/components/theme-color-picker/hueShift.js +0 -476
- package/dist/components/theme-color-picker/index.js +0 -7
- package/dist/components/timeline/Timeline.js +0 -42
- package/dist/components/timeline/TimelineEnd.js +0 -28
- package/dist/components/timeline/TimelineItem.js +0 -47
- package/dist/components/timeline/TimelineMiddle.js +0 -25
- package/dist/components/timeline/TimelineStart.js +0 -28
- package/dist/components/timeline/index.js +0 -11
- package/dist/components/timeline/timeline.css +0 -286
- package/dist/components/toast/Toast.js +0 -54
- package/dist/components/toast/index.js +0 -3
- package/dist/components/toast/toast.css +0 -58
- package/dist/components/toastcontainer/ToastContainer.js +0 -15
- package/dist/components/toastcontainer/ToastStack.js +0 -172
- package/dist/components/toastcontainer/index.js +0 -5
- package/dist/components/toggle/Toggle.js +0 -74
- package/dist/components/toggle/index.js +0 -3
- package/dist/components/toggle/toggle.css +0 -234
- package/dist/components/tooltip/Tooltip.js +0 -54
- package/dist/components/tooltip/index.js +0 -3
- package/dist/components/tooltip/tooltip.css +0 -198
- package/dist/components/types.js +0 -8
- package/dist/components/utils.js +0 -46
- package/dist/components/video-preview/VideoPreview.js +0 -55
- package/dist/components/video-preview/index.js +0 -3
- package/dist/components/windowmockup/WindowMockup.js +0 -85
- package/dist/components/windowmockup/index.js +0 -3
- package/dist/countdown/countdown.css +0 -58
- package/dist/diff/diff.css +0 -162
- package/dist/dock/dock.css +0 -147
- package/dist/drawer/drawer.css +0 -184
- package/dist/dropdown/dropdown.css +0 -253
- package/dist/fileinput/input.css +0 -277
- package/dist/footer/footer.css +0 -51
- package/dist/hero/hero.css +0 -38
- package/dist/indicator/indicator.css +0 -70
- package/dist/input/input.css +0 -277
- package/dist/kbd/kbd.css +0 -55
- package/dist/lib/iterable.js +0 -6
- package/dist/lib/props/index.js +0 -0
- package/dist/lib/props/types.js +0 -0
- package/dist/lib/refs/index.js +0 -3
- package/dist/lib/refs/mergeRefs.js +0 -5
- package/dist/lib/refs/types.js +0 -0
- package/dist/lib/style/classes.js +0 -40
- package/dist/lib/style/index.js +0 -4
- package/dist/lib/tag/createIsButton.js +0 -23
- package/dist/lib/tag/createTagName.js +0 -5
- package/dist/lib/tag/index.js +0 -7
- package/dist/link/link.css +0 -153
- package/dist/loading/loading.css +0 -58
- package/dist/mask/mask.css +0 -89
- package/dist/menu/menu.css +0 -364
- package/dist/modal/modal.css +0 -170
- package/dist/motion/driver.js +0 -13
- package/dist/motion/easing.js +0 -18
- package/dist/motion/engine.js +0 -85
- package/dist/motion/index.js +0 -34
- package/dist/motion/popmotion.js +0 -6
- package/dist/motion/presets.js +0 -203
- package/dist/motion/reduced-motion.js +0 -2
- package/dist/motion/route.js +0 -24
- package/dist/motion/solid/MotionDiv.js +0 -76
- package/dist/motion/solid/index.js +0 -3
- package/dist/motion/system.js +0 -59
- package/dist/motion/tokens.js +0 -42
- package/dist/motion/types.js +0 -0
- package/dist/navbar/navbar.css +0 -33
- package/dist/progress/progress.css +0 -94
- package/dist/radio/radio.css +0 -152
- package/dist/radio-group/radio.css +0 -152
- package/dist/range/range.css +0 -174
- package/dist/range-slider/range.css +0 -174
- package/dist/rating/rating.css +0 -106
- package/dist/select/select.css +0 -351
- package/dist/skeleton/skeleton.css +0 -22
- package/dist/stack/stack.css +0 -90
- package/dist/stats/stat.css +0 -67
- package/dist/steps/step.css +0 -179
- package/dist/stores/index.js +0 -1
- package/dist/stores/toastStore.js +0 -64
- package/dist/swap/swap.css +0 -92
- package/dist/table/table.css +0 -148
- package/dist/tabs/tab.css +0 -414
- package/dist/textarea/textarea.css +0 -191
- package/dist/timeline/timeline.css +0 -286
- package/dist/toast/toast.css +0 -58
- package/dist/toggle/toggle.css +0 -234
- package/dist/tooltip/tooltip.css +0 -198
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import * as __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__ from "solid-js/web";
|
|
2
|
-
import "./loading.css";
|
|
3
|
-
import * as __WEBPACK_EXTERNAL_MODULE_clsx__ from "clsx";
|
|
4
|
-
import * as __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__ from "solid-js";
|
|
5
|
-
import * as __WEBPACK_EXTERNAL_MODULE_tailwind_merge_e05e3e95__ from "tailwind-merge";
|
|
6
|
-
var _tmpl$ = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)("<span>");
|
|
7
|
-
const Loading = (props)=>{
|
|
8
|
-
const [local, others] = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.splitProps)(props, [
|
|
9
|
-
"size",
|
|
10
|
-
"variant",
|
|
11
|
-
"color",
|
|
12
|
-
"dataTheme",
|
|
13
|
-
"class",
|
|
14
|
-
"className",
|
|
15
|
-
"style",
|
|
16
|
-
"aria-label",
|
|
17
|
-
"aria-describedby",
|
|
18
|
-
"aria-live",
|
|
19
|
-
"aria-busy",
|
|
20
|
-
"role"
|
|
21
|
-
]);
|
|
22
|
-
const classes = ()=>(0, __WEBPACK_EXTERNAL_MODULE_tailwind_merge_e05e3e95__.twMerge)("loading", local.class, local.className, (0, __WEBPACK_EXTERNAL_MODULE_clsx__.clsx)({
|
|
23
|
-
"loading-xl": "xl" === local.size,
|
|
24
|
-
"loading-lg": "lg" === local.size,
|
|
25
|
-
"loading-md": "md" === local.size,
|
|
26
|
-
"loading-sm": "sm" === local.size,
|
|
27
|
-
"loading-xs": "xs" === local.size,
|
|
28
|
-
"loading-spinner": "spinner" === local.variant,
|
|
29
|
-
"loading-dots": "dots" === local.variant,
|
|
30
|
-
"loading-ring": "ring" === local.variant,
|
|
31
|
-
"loading-ball": "ball" === local.variant,
|
|
32
|
-
"loading-bars": "bars" === local.variant,
|
|
33
|
-
"loading-infinity": "infinity" === local.variant,
|
|
34
|
-
"text-primary": "primary" === local.color,
|
|
35
|
-
"text-secondary": "secondary" === local.color,
|
|
36
|
-
"text-accent": "accent" === local.color,
|
|
37
|
-
"text-info": "info" === local.color,
|
|
38
|
-
"text-success": "success" === local.color,
|
|
39
|
-
"text-warning": "warning" === local.color,
|
|
40
|
-
"text-error": "error" === local.color,
|
|
41
|
-
"text-ghost": "ghost" === local.color
|
|
42
|
-
}));
|
|
43
|
-
return (()=>{
|
|
44
|
-
var _el$ = _tmpl$();
|
|
45
|
-
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.spread)(_el$, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.mergeProps)(others, {
|
|
46
|
-
get ["data-theme"] () {
|
|
47
|
-
return local.dataTheme;
|
|
48
|
-
},
|
|
49
|
-
get ["class"] () {
|
|
50
|
-
return classes();
|
|
51
|
-
},
|
|
52
|
-
get style () {
|
|
53
|
-
return local.style;
|
|
54
|
-
},
|
|
55
|
-
get role () {
|
|
56
|
-
return local.role || "status";
|
|
57
|
-
},
|
|
58
|
-
get ["aria-label"] () {
|
|
59
|
-
return local["aria-label"] || "Loading";
|
|
60
|
-
},
|
|
61
|
-
get ["aria-describedby"] () {
|
|
62
|
-
return local["aria-describedby"];
|
|
63
|
-
},
|
|
64
|
-
get ["aria-live"] () {
|
|
65
|
-
return local["aria-live"] || "polite";
|
|
66
|
-
},
|
|
67
|
-
get ["aria-busy"] () {
|
|
68
|
-
return local["aria-busy"] ?? true;
|
|
69
|
-
}
|
|
70
|
-
}), false, false);
|
|
71
|
-
return _el$;
|
|
72
|
-
})();
|
|
73
|
-
};
|
|
74
|
-
const loading_Loading = Loading;
|
|
75
|
-
export { loading_Loading as default };
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
@layer components {
|
|
2
|
-
.loading {
|
|
3
|
-
pointer-events: none;
|
|
4
|
-
display: inline-block;
|
|
5
|
-
aspect-ratio: 1 / 1;
|
|
6
|
-
background-color: currentcolor;
|
|
7
|
-
vertical-align: middle;
|
|
8
|
-
width: calc(var(--size-selector, 0.25rem) * 6);
|
|
9
|
-
mask-size: 100%;
|
|
10
|
-
mask-repeat: no-repeat;
|
|
11
|
-
mask-position: center;
|
|
12
|
-
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.loading-lg {
|
|
16
|
-
width: calc(var(--size-selector, 0.25rem) * 7);
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.loading-md {
|
|
20
|
-
width: calc(var(--size-selector, 0.25rem) * 6);
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.loading-sm {
|
|
24
|
-
width: calc(var(--size-selector, 0.25rem) * 5);
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.loading-xl {
|
|
28
|
-
width: calc(var(--size-selector, 0.25rem) * 8);
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.loading-xs {
|
|
32
|
-
width: calc(var(--size-selector, 0.25rem) * 4);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.loading-ball {
|
|
36
|
-
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='12' cy='5' rx='4' ry='4'%3E%3Canimate attributeName='cy' values='5;20;20.5;20;5' keyTimes='0;0.469;0.5;0.531;1' dur='.8s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1'/%3E%3Canimate attributeName='rx' values='4;4;4.8;4;4' keyTimes='0;0.469;0.5;0.531;1' dur='.8s' repeatCount='indefinite'/%3E%3Canimate attributeName='ry' values='4;4;3;4;4' keyTimes='0;0.469;0.5;0.531;1' dur='.8s' repeatCount='indefinite'/%3E%3C/ellipse%3E%3C/svg%3E");
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.loading-bars {
|
|
40
|
-
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect x='9' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.65s'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.65s'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.65s'/%3E%3C/rect%3E%3Crect x='17' y='1' width='6' height='22'%3E%3Canimate attributeName='y' values='1;5;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.5s'/%3E%3Canimate attributeName='height' values='22;14;22' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.5s'/%3E%3Canimate attributeName='opacity' values='1;0.2;1' keyTimes='0;0.938;1' dur='.8s' repeatCount='indefinite' begin='-0.5s'/%3E%3C/rect%3E%3C/svg%3E");
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.loading-dots {
|
|
44
|
-
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='12' r='3'%3E%3Canimate attributeName='cy' values='12;6;12;12' keyTimes='0;0.286;0.571;1' dur='1.05s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1'/%3E%3C/circle%3E%3Ccircle cx='12' cy='12' r='3'%3E%3Canimate attributeName='cy' values='12;6;12;12' keyTimes='0;0.286;0.571;1' dur='1.05s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1' begin='0.1s'/%3E%3C/circle%3E%3Ccircle cx='20' cy='12' r='3'%3E%3Canimate attributeName='cy' values='12;6;12;12' keyTimes='0;0.286;0.571;1' dur='1.05s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1' begin='0.2s'/%3E%3C/circle%3E%3C/svg%3E");
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.loading-infinity {
|
|
48
|
-
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='shape-rendering:auto;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cpath fill='none' stroke='black' stroke-width='10' stroke-dasharray='205.271 51.318' d='M24.3 30C11.4 30 5 43.3 5 50s6.4 20 19.3 20c19.3 0 32.1-40 51.4-40C88.6 30 95 43.3 95 50s-6.4 20-19.3 20C56.4 70 43.6 30 24.3 30z' stroke-linecap='round' style='transform:scale(0.8);transform-origin:50px 50px'%3E%3Canimate attributeName='stroke-dashoffset' repeatCount='indefinite' dur='2s' keyTimes='0;1' values='0;256.589'/%3E%3C/path%3E%3C/svg%3E");
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.loading-ring {
|
|
52
|
-
mask-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg' stroke='white'%3E%3Cg fill='none' fill-rule='evenodd' stroke-width='2'%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='0s' dur='1.8s' values='1;20' calcMode='spline' keyTimes='0;1' keySplines='0.165,0.84,0.44,1' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-opacity' begin='0s' dur='1.8s' values='1;0' calcMode='spline' keyTimes='0;1' keySplines='0.3,0.61,0.355,1' repeatCount='indefinite'/%3E%3C/circle%3E%3Ccircle cx='22' cy='22' r='1'%3E%3Canimate attributeName='r' begin='-0.9s' dur='1.8s' values='1;20' calcMode='spline' keyTimes='0;1' keySplines='0.165,0.84,0.44,1' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-opacity' begin='-0.9s' dur='1.8s' values='1;0' calcMode='spline' keyTimes='0;1' keySplines='0.3,0.61,0.355,1' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.loading-spinner {
|
|
56
|
-
mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
|
|
57
|
-
}
|
|
58
|
-
}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import * as __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__ from "solid-js/web";
|
|
2
|
-
import "./mask.css";
|
|
3
|
-
import * as __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__ from "solid-js";
|
|
4
|
-
import * as __WEBPACK_EXTERNAL_MODULE_tailwind_merge_e05e3e95__ from "tailwind-merge";
|
|
5
|
-
import * as __WEBPACK_EXTERNAL_MODULE_clsx__ from "clsx";
|
|
6
|
-
var _tmpl$ = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)("<img>");
|
|
7
|
-
function maskClassName({ className, variant } = {}) {
|
|
8
|
-
return (0, __WEBPACK_EXTERNAL_MODULE_tailwind_merge_e05e3e95__.twMerge)("mask", className, (0, __WEBPACK_EXTERNAL_MODULE_clsx__.clsx)({
|
|
9
|
-
"mask-squircle": "squircle" === variant,
|
|
10
|
-
"mask-heart": "heart" === variant,
|
|
11
|
-
"mask-hexagon": "hexagon" === variant,
|
|
12
|
-
"mask-hexagon-2": "hexagon-2" === variant,
|
|
13
|
-
"mask-decagon": "decagon" === variant,
|
|
14
|
-
"mask-pentagon": "pentagon" === variant,
|
|
15
|
-
"mask-diamond": "diamond" === variant,
|
|
16
|
-
"mask-square": "square" === variant,
|
|
17
|
-
"mask-circle": "circle" === variant,
|
|
18
|
-
"mask-star": "star" === variant,
|
|
19
|
-
"mask-star-2": "star-2" === variant,
|
|
20
|
-
"mask-triangle": "triangle" === variant,
|
|
21
|
-
"mask-triangle-2": "triangle-2" === variant,
|
|
22
|
-
"mask-triangle-3": "triangle-3" === variant,
|
|
23
|
-
"mask-triangle-4": "triangle-4" === variant,
|
|
24
|
-
"mask-half-1": "half-1" === variant,
|
|
25
|
-
"mask-half-2": "half-2" === variant
|
|
26
|
-
}));
|
|
27
|
-
}
|
|
28
|
-
const Mask_Mask = (props)=>{
|
|
29
|
-
const [local, others] = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.splitProps)(props, [
|
|
30
|
-
"src",
|
|
31
|
-
"variant",
|
|
32
|
-
"dataTheme",
|
|
33
|
-
"class",
|
|
34
|
-
"className",
|
|
35
|
-
"style"
|
|
36
|
-
]);
|
|
37
|
-
const classes = ()=>maskClassName({
|
|
38
|
-
className: local.class ?? local.className,
|
|
39
|
-
variant: local.variant
|
|
40
|
-
});
|
|
41
|
-
return (()=>{
|
|
42
|
-
var _el$ = _tmpl$();
|
|
43
|
-
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.spread)(_el$, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.mergeProps)(others, {
|
|
44
|
-
get src () {
|
|
45
|
-
return local.src;
|
|
46
|
-
},
|
|
47
|
-
get ["data-theme"] () {
|
|
48
|
-
return local.dataTheme;
|
|
49
|
-
},
|
|
50
|
-
get ["class"] () {
|
|
51
|
-
return classes();
|
|
52
|
-
},
|
|
53
|
-
get style () {
|
|
54
|
-
return local.style;
|
|
55
|
-
}
|
|
56
|
-
}), false, false);
|
|
57
|
-
return _el$;
|
|
58
|
-
})();
|
|
59
|
-
};
|
|
60
|
-
Mask_Mask.className = maskClassName;
|
|
61
|
-
const Mask = Mask_Mask;
|
|
62
|
-
export { Mask as default, maskClassName };
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
@layer components {
|
|
2
|
-
.mask {
|
|
3
|
-
display: inline-block;
|
|
4
|
-
vertical-align: middle;
|
|
5
|
-
mask-size: contain;
|
|
6
|
-
mask-repeat: no-repeat;
|
|
7
|
-
mask-position: center;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.mask-circle {
|
|
11
|
-
mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle fill='black' cx='100' cy='100' r='100' fill-rule='evenodd'/%3e%3c/svg%3e");
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.mask-decagon {
|
|
15
|
-
mask-image: url("data:image/svg+xml,%3csvg width='192' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 0 58.779 19.098 36.327 50v61.804l-36.327 50L96 200l-58.779-19.098-36.327-50V69.098l36.327-50z' fill-rule='evenodd'/%3e%3c/svg%3e");
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.mask-diamond {
|
|
19
|
-
mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m100 0 100 100-100 100L0 100z' fill-rule='evenodd'/%3e%3c/svg%3e");
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.mask-heart {
|
|
23
|
-
mask-image: url("data:image/svg+xml,%3csvg width='200' height='185' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M100 184.606a15.384 15.384 0 0 1-8.653-2.678C53.565 156.28 37.205 138.695 28.182 127.7 8.952 104.264-.254 80.202.005 54.146.308 24.287 24.264 0 53.406 0c21.192 0 35.869 11.937 44.416 21.879a2.884 2.884 0 0 0 4.356 0C110.725 11.927 125.402 0 146.594 0c29.142 0 53.098 24.287 53.4 54.151.26 26.061-8.956 50.122-28.176 73.554-9.023 10.994-25.383 28.58-63.165 54.228a15.384 15.384 0 0 1-8.653 2.673Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e");
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.mask-hexagon {
|
|
27
|
-
mask-image: url("data:image/svg+xml,%3csvg width='182' height='201' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M.3 65.486c0-9.196 6.687-20.063 14.211-25.078l61.86-35.946c8.36-5.016 20.899-5.016 29.258 0l61.86 35.946c8.36 5.015 14.211 15.882 14.211 25.078v71.055c0 9.196-6.687 20.063-14.211 25.079l-61.86 35.945c-8.36 4.18-20.899 4.18-29.258 0L14.51 161.62C6.151 157.44.3 145.737.3 136.54V65.486Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e");
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.mask-hexagon-2 {
|
|
31
|
-
mask-image: url("data:image/svg+xml,%3csvg width='200' height='182' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M64.786 181.4c-9.196 0-20.063-6.687-25.079-14.21L3.762 105.33c-5.016-8.36-5.016-20.9 0-29.259l35.945-61.86C44.723 5.851 55.59 0 64.786 0h71.055c9.196 0 20.063 6.688 25.079 14.211l35.945 61.86c4.18 8.36 4.18 20.899 0 29.258l-35.945 61.86c-4.18 8.36-15.883 14.211-25.079 14.211H64.786Z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e");
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.mask-pentagon {
|
|
35
|
-
mask-image: url("data:image/svg+xml,%3csvg width='192' height='181' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 0 95.106 69.098-36.327 111.804H37.22L.894 69.098z' fill-rule='evenodd'/%3e%3c/svg%3e");
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.mask-squircle {
|
|
39
|
-
mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M100 0C20 0 0 20 0 100s20 100 100 100 100-20 100-100S180 0 100 0Z'/%3e%3c/svg%3e");
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.mask-star {
|
|
43
|
-
mask-image: url("data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 137.263-58.779 42.024 22.163-68.389L.894 68.481l72.476-.243L96 0l22.63 68.238 72.476.243-58.49 42.417 22.163 68.389z' fill-rule='evenodd'/%3e%3c/svg%3e");
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.mask-star-2 {
|
|
47
|
-
mask-image: url("data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 153.044-58.779 26.243 7.02-63.513L.894 68.481l63.117-13.01L96 0l31.989 55.472 63.117 13.01-43.347 47.292 7.02 63.513z' fill-rule='evenodd'/%3e%3c/svg%3e");
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.mask-triangle {
|
|
51
|
-
mask-image: url("data:image/svg+xml,%3csvg width='174' height='149' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m87 148.476-86.603.185L43.86 74.423 87 0l43.14 74.423 43.463 74.238z' fill-rule='evenodd'/%3e%3c/svg%3e");
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.mask-triangle-2 {
|
|
55
|
-
mask-image: url("data:image/svg+xml,%3csvg width='174' height='150' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m87 .738 86.603-.184-43.463 74.238L87 149.214 43.86 74.792.397.554z' fill-rule='evenodd'/%3e%3c/svg%3e");
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.mask-triangle-3 {
|
|
59
|
-
mask-image: url("data:image/svg+xml,%3csvg width='150' height='174' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m149.369 87.107.185 86.603-74.239-43.463L.893 87.107l74.422-43.14L149.554.505z' fill-rule='evenodd'/%3e%3c/svg%3e");
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.mask-triangle-4 {
|
|
63
|
-
mask-image: url("data:image/svg+xml,%3csvg width='150' height='174' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M.631 87.107.446.505l74.239 43.462 74.422 43.14-74.422 43.14L.446 173.71z' fill-rule='evenodd'/%3e%3c/svg%3e");
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.mask-circle {
|
|
67
|
-
--tw-mask-radial-shape: circle;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.mask-half-1 {
|
|
71
|
-
mask-size: 200%;
|
|
72
|
-
mask-position: left;
|
|
73
|
-
mask-position: left;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.mask-half-1:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
|
|
77
|
-
mask-position: right;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.mask-half-2 {
|
|
81
|
-
mask-size: 200%;
|
|
82
|
-
mask-position: right;
|
|
83
|
-
mask-position: right;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.mask-half-2:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
|
|
87
|
-
mask-position: left;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import * as __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__ from "solid-js/web";
|
|
2
|
-
import "./menu.css";
|
|
3
|
-
import * as __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__ from "solid-js";
|
|
4
|
-
import * as __WEBPACK_EXTERNAL_MODULE_tailwind_merge_e05e3e95__ from "tailwind-merge";
|
|
5
|
-
import * as __WEBPACK_EXTERNAL_MODULE_clsx__ from "clsx";
|
|
6
|
-
import * as __WEBPACK_EXTERNAL_MODULE__MenuTitle_js_3c427b91__ from "./MenuTitle.js";
|
|
7
|
-
import * as __WEBPACK_EXTERNAL_MODULE__MenuItem_js_0945051f__ from "./MenuItem.js";
|
|
8
|
-
import * as __WEBPACK_EXTERNAL_MODULE__MenuDropdown_js_63ede5ac__ from "./MenuDropdown.js";
|
|
9
|
-
import * as __WEBPACK_EXTERNAL_MODULE__MenuDetails_js_c50ded87__ from "./MenuDetails.js";
|
|
10
|
-
var _tmpl$ = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)("<ul role=menu>");
|
|
11
|
-
const Menu = (props)=>{
|
|
12
|
-
const [local, others] = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.splitProps)(props, [
|
|
13
|
-
"responsive",
|
|
14
|
-
"horizontal",
|
|
15
|
-
"vertical",
|
|
16
|
-
"size",
|
|
17
|
-
"class",
|
|
18
|
-
"className",
|
|
19
|
-
"dataTheme"
|
|
20
|
-
]);
|
|
21
|
-
const classes = ()=>(0, __WEBPACK_EXTERNAL_MODULE_tailwind_merge_e05e3e95__.twMerge)("menu", local.class, local.className, (0, __WEBPACK_EXTERNAL_MODULE_clsx__.clsx)({
|
|
22
|
-
"menu-responsive": local.responsive,
|
|
23
|
-
"menu-xl": "xl" === local.size,
|
|
24
|
-
"menu-lg": "lg" === local.size,
|
|
25
|
-
"menu-md": "md" === local.size,
|
|
26
|
-
"menu-sm": "sm" === local.size,
|
|
27
|
-
"menu-xs": "xs" === local.size,
|
|
28
|
-
"menu-vertical": local.vertical,
|
|
29
|
-
"menu-horizontal": local.horizontal
|
|
30
|
-
}));
|
|
31
|
-
return (()=>{
|
|
32
|
-
var _el$ = _tmpl$();
|
|
33
|
-
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.spread)(_el$, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.mergeProps)({
|
|
34
|
-
get ["data-theme"] () {
|
|
35
|
-
return local.dataTheme;
|
|
36
|
-
},
|
|
37
|
-
get ["class"] () {
|
|
38
|
-
return classes();
|
|
39
|
-
}
|
|
40
|
-
}, others), false, false);
|
|
41
|
-
return _el$;
|
|
42
|
-
})();
|
|
43
|
-
};
|
|
44
|
-
const menu_Menu = Object.assign(Menu, {
|
|
45
|
-
Title: __WEBPACK_EXTERNAL_MODULE__MenuTitle_js_3c427b91__["default"],
|
|
46
|
-
Item: __WEBPACK_EXTERNAL_MODULE__MenuItem_js_0945051f__["default"],
|
|
47
|
-
Dropdown: __WEBPACK_EXTERNAL_MODULE__MenuDropdown_js_63ede5ac__["default"],
|
|
48
|
-
Details: __WEBPACK_EXTERNAL_MODULE__MenuDetails_js_c50ded87__["default"],
|
|
49
|
-
Menu: Menu
|
|
50
|
-
});
|
|
51
|
-
export { menu_Menu as default };
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import * as __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__ from "solid-js/web";
|
|
2
|
-
import * as __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__ from "solid-js";
|
|
3
|
-
var _tmpl$ = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)("<details><summary></summary><ul>");
|
|
4
|
-
const MenuDetails = (props)=>{
|
|
5
|
-
const [local, others] = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.splitProps)(props, [
|
|
6
|
-
"label",
|
|
7
|
-
"open",
|
|
8
|
-
"class",
|
|
9
|
-
"className",
|
|
10
|
-
"style",
|
|
11
|
-
"children",
|
|
12
|
-
"dataTheme"
|
|
13
|
-
]);
|
|
14
|
-
const classAttr = ()=>local.class ?? local.className;
|
|
15
|
-
return (()=>{
|
|
16
|
-
var _el$ = _tmpl$(), _el$2 = _el$.firstChild, _el$3 = _el$2.nextSibling;
|
|
17
|
-
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.spread)(_el$, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.mergeProps)(others, {
|
|
18
|
-
get open () {
|
|
19
|
-
return local.open;
|
|
20
|
-
},
|
|
21
|
-
get ["class"] () {
|
|
22
|
-
return classAttr();
|
|
23
|
-
},
|
|
24
|
-
get style () {
|
|
25
|
-
return local.style;
|
|
26
|
-
},
|
|
27
|
-
get ["data-theme"] () {
|
|
28
|
-
return local.dataTheme;
|
|
29
|
-
}
|
|
30
|
-
}), false, true);
|
|
31
|
-
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$2, ()=>local.label);
|
|
32
|
-
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$3, ()=>local.children);
|
|
33
|
-
return _el$;
|
|
34
|
-
})();
|
|
35
|
-
};
|
|
36
|
-
const menu_MenuDetails = MenuDetails;
|
|
37
|
-
export { menu_MenuDetails as default };
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import * as __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__ from "solid-js/web";
|
|
2
|
-
import * as __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__ from "solid-js";
|
|
3
|
-
import * as __WEBPACK_EXTERNAL_MODULE_tailwind_merge_e05e3e95__ from "tailwind-merge";
|
|
4
|
-
import * as __WEBPACK_EXTERNAL_MODULE_clsx__ from "clsx";
|
|
5
|
-
var _tmpl$ = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)("<span>"), _tmpl$2 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)("<ul>");
|
|
6
|
-
const MenuDropdown_MenuDropdown = (props)=>{
|
|
7
|
-
const [local, others] = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.splitProps)(props, [
|
|
8
|
-
"label",
|
|
9
|
-
"open",
|
|
10
|
-
"class",
|
|
11
|
-
"className",
|
|
12
|
-
"style",
|
|
13
|
-
"children",
|
|
14
|
-
"dataTheme"
|
|
15
|
-
]);
|
|
16
|
-
const spanClasses = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.createMemo)(()=>(0, __WEBPACK_EXTERNAL_MODULE_tailwind_merge_e05e3e95__.twMerge)("menu-dropdown-toggle", local.class, local.className, (0, __WEBPACK_EXTERNAL_MODULE_clsx__.clsx)({
|
|
17
|
-
"menu-dropdown-show": local.open
|
|
18
|
-
})));
|
|
19
|
-
const ulClasses = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.createMemo)(()=>(0, __WEBPACK_EXTERNAL_MODULE_clsx__.clsx)("menu-dropdown", {
|
|
20
|
-
"menu-dropdown-show": local.open
|
|
21
|
-
}));
|
|
22
|
-
return [
|
|
23
|
-
(()=>{
|
|
24
|
-
var _el$ = _tmpl$();
|
|
25
|
-
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.spread)(_el$, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.mergeProps)(others, {
|
|
26
|
-
get ["class"] () {
|
|
27
|
-
return spanClasses();
|
|
28
|
-
},
|
|
29
|
-
get style () {
|
|
30
|
-
return local.style;
|
|
31
|
-
},
|
|
32
|
-
get ["data-theme"] () {
|
|
33
|
-
return local.dataTheme;
|
|
34
|
-
}
|
|
35
|
-
}), false, true);
|
|
36
|
-
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$, ()=>local.label);
|
|
37
|
-
return _el$;
|
|
38
|
-
})(),
|
|
39
|
-
(()=>{
|
|
40
|
-
var _el$2 = _tmpl$2();
|
|
41
|
-
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$2, ()=>local.children);
|
|
42
|
-
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.effect)(()=>(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.className)(_el$2, ulClasses()));
|
|
43
|
-
return _el$2;
|
|
44
|
-
})()
|
|
45
|
-
];
|
|
46
|
-
};
|
|
47
|
-
const MenuDropdown = MenuDropdown_MenuDropdown;
|
|
48
|
-
export { MenuDropdown as default };
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import * as __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__ from "solid-js/web";
|
|
2
|
-
import * as __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__ from "solid-js";
|
|
3
|
-
import * as __WEBPACK_EXTERNAL_MODULE_tailwind_merge_e05e3e95__ from "tailwind-merge";
|
|
4
|
-
import * as __WEBPACK_EXTERNAL_MODULE_clsx__ from "clsx";
|
|
5
|
-
var _tmpl$ = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)("<li role=menuitem>");
|
|
6
|
-
const MenuItem = (props)=>{
|
|
7
|
-
const [local, others] = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.splitProps)(props, [
|
|
8
|
-
"class",
|
|
9
|
-
"className",
|
|
10
|
-
"focus",
|
|
11
|
-
"active",
|
|
12
|
-
"disabled",
|
|
13
|
-
"children",
|
|
14
|
-
"style",
|
|
15
|
-
"dataTheme"
|
|
16
|
-
]);
|
|
17
|
-
const classes = ()=>(0, __WEBPACK_EXTERNAL_MODULE_tailwind_merge_e05e3e95__.twMerge)(local.class, local.className, (0, __WEBPACK_EXTERNAL_MODULE_clsx__.clsx)({
|
|
18
|
-
"menu-focus": local.focus,
|
|
19
|
-
"menu-active": local.active,
|
|
20
|
-
"menu-disabled": local.disabled
|
|
21
|
-
}));
|
|
22
|
-
return (()=>{
|
|
23
|
-
var _el$ = _tmpl$();
|
|
24
|
-
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.spread)(_el$, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.mergeProps)({
|
|
25
|
-
get ["class"] () {
|
|
26
|
-
return classes();
|
|
27
|
-
},
|
|
28
|
-
get style () {
|
|
29
|
-
return local.style;
|
|
30
|
-
},
|
|
31
|
-
get ["data-theme"] () {
|
|
32
|
-
return local.dataTheme;
|
|
33
|
-
}
|
|
34
|
-
}, others), false, true);
|
|
35
|
-
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$, ()=>local.children);
|
|
36
|
-
return _el$;
|
|
37
|
-
})();
|
|
38
|
-
};
|
|
39
|
-
const menu_MenuItem = MenuItem;
|
|
40
|
-
export { menu_MenuItem as default };
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import * as __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__ from "solid-js/web";
|
|
2
|
-
import * as __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__ from "solid-js";
|
|
3
|
-
import * as __WEBPACK_EXTERNAL_MODULE_tailwind_merge_e05e3e95__ from "tailwind-merge";
|
|
4
|
-
var _tmpl$ = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)("<li>");
|
|
5
|
-
const MenuTitle = (props)=>{
|
|
6
|
-
const [local, others] = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.splitProps)(props, [
|
|
7
|
-
"class",
|
|
8
|
-
"className"
|
|
9
|
-
]);
|
|
10
|
-
const classes = ()=>(0, __WEBPACK_EXTERNAL_MODULE_tailwind_merge_e05e3e95__.twMerge)("menu-title", local.class, local.className);
|
|
11
|
-
return (()=>{
|
|
12
|
-
var _el$ = _tmpl$();
|
|
13
|
-
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.spread)(_el$, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.mergeProps)(others, {
|
|
14
|
-
get ["class"] () {
|
|
15
|
-
return classes();
|
|
16
|
-
}
|
|
17
|
-
}), false, false);
|
|
18
|
-
return _el$;
|
|
19
|
-
})();
|
|
20
|
-
};
|
|
21
|
-
const menu_MenuTitle = MenuTitle;
|
|
22
|
-
export { menu_MenuTitle as default };
|