@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
package/dist/kbd/kbd.css
DELETED
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
@layer components {
|
|
2
|
-
.kbd {
|
|
3
|
-
box-shadow: none;
|
|
4
|
-
display: inline-flex;
|
|
5
|
-
align-items: center;
|
|
6
|
-
justify-content: center;
|
|
7
|
-
border-radius: var(--radius-field);
|
|
8
|
-
background-color: var(--color-base-200);
|
|
9
|
-
vertical-align: middle;
|
|
10
|
-
padding-inline: 0.5em;
|
|
11
|
-
border: var(--border) solid var(--color-base-content);
|
|
12
|
-
border-bottom: calc(var(--border) + 1px) solid var(--color-base-content);
|
|
13
|
-
--size: calc(var(--size-selector, 0.25rem) * 6);
|
|
14
|
-
font-size: 0.875rem;
|
|
15
|
-
height: var(--size);
|
|
16
|
-
min-width: var(--size);
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
20
|
-
.kbd {
|
|
21
|
-
border: var(--border) solid color-mix(in srgb, var(--color-base-content) 20%, #0000);
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
26
|
-
.kbd {
|
|
27
|
-
border-bottom: calc(var(--border) + 1px) solid color-mix(in srgb, var(--color-base-content) 20%, #0000);
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.kbd-lg {
|
|
32
|
-
--size: calc(var(--size-selector, 0.25rem) * 7);
|
|
33
|
-
font-size: 1rem;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.kbd-md {
|
|
37
|
-
--size: calc(var(--size-selector, 0.25rem) * 6);
|
|
38
|
-
font-size: 0.875rem;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.kbd-sm {
|
|
42
|
-
--size: calc(var(--size-selector, 0.25rem) * 5);
|
|
43
|
-
font-size: 0.75rem;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.kbd-xl {
|
|
47
|
-
--size: calc(var(--size-selector, 0.25rem) * 8);
|
|
48
|
-
font-size: 1.125rem;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.kbd-xs {
|
|
52
|
-
--size: calc(var(--size-selector, 0.25rem) * 4);
|
|
53
|
-
font-size: 0.625rem;
|
|
54
|
-
}
|
|
55
|
-
}
|
package/dist/lib/iterable.js
DELETED
package/dist/lib/props/index.js
DELETED
|
File without changes
|
package/dist/lib/props/types.js
DELETED
|
File without changes
|
package/dist/lib/refs/index.js
DELETED
package/dist/lib/refs/types.js
DELETED
|
File without changes
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
function classes(...args) {
|
|
2
|
-
return args.flat().filter(Boolean).join(" ");
|
|
3
|
-
}
|
|
4
|
-
function falsyToString(value) {
|
|
5
|
-
return "boolean" == typeof value ? `${value}` : 0 === value ? "0" : value;
|
|
6
|
-
}
|
|
7
|
-
function cva(base, config) {
|
|
8
|
-
const fn = (props)=>{
|
|
9
|
-
if (config?.variants == null) return classes(base, props?.class);
|
|
10
|
-
const { variants, defaultVariants } = config;
|
|
11
|
-
const getVariantClassNames = Object.keys(variants).map((variant)=>{
|
|
12
|
-
const variantProp = props?.[variant];
|
|
13
|
-
const defaultVariantProp = defaultVariants?.[variant];
|
|
14
|
-
if (null === variantProp) return null;
|
|
15
|
-
const variantKey = falsyToString(variantProp) || falsyToString(defaultVariantProp);
|
|
16
|
-
return variants[variant]?.[variantKey];
|
|
17
|
-
});
|
|
18
|
-
const propsWithoutUndefined = Object.entries(props || {}).reduce((acc, [key, value])=>{
|
|
19
|
-
if (void 0 !== value) acc[key] = value;
|
|
20
|
-
return acc;
|
|
21
|
-
}, {});
|
|
22
|
-
const getCompoundVariantClassNames = config?.compoundVariants?.reduce((acc, { class: cvClass, ...compoundVariantOptions })=>{
|
|
23
|
-
const isMatch = Object.entries(compoundVariantOptions).every(([key, value])=>{
|
|
24
|
-
const currentValue = {
|
|
25
|
-
...defaultVariants,
|
|
26
|
-
...propsWithoutUndefined
|
|
27
|
-
}[key];
|
|
28
|
-
return Array.isArray(value) ? value.includes(currentValue) : currentValue === value;
|
|
29
|
-
});
|
|
30
|
-
return isMatch ? [
|
|
31
|
-
...acc,
|
|
32
|
-
cvClass
|
|
33
|
-
] : acc;
|
|
34
|
-
}, []);
|
|
35
|
-
return classes(base, getVariantClassNames, getCompoundVariantClassNames, props?.class);
|
|
36
|
-
};
|
|
37
|
-
fn.variantKeys = config?.variants ? Object.keys(config.variants) : [];
|
|
38
|
-
return fn;
|
|
39
|
-
}
|
|
40
|
-
export { classes, cva, falsyToString };
|
package/dist/lib/style/index.js
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import * as __WEBPACK_EXTERNAL_MODULE__classes_js_a779350e__ from "./classes.js";
|
|
2
|
-
var __webpack_exports__classes = __WEBPACK_EXTERNAL_MODULE__classes_js_a779350e__.classes;
|
|
3
|
-
var __webpack_exports__cva = __WEBPACK_EXTERNAL_MODULE__classes_js_a779350e__.cva;
|
|
4
|
-
export { __webpack_exports__classes as classes, __webpack_exports__cva as cva };
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import * as __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__ from "solid-js";
|
|
2
|
-
import * as __WEBPACK_EXTERNAL_MODULE__createTagName_js_d66e5740__ from "./createTagName.js";
|
|
3
|
-
const BUTTON_INPUT_TYPES = [
|
|
4
|
-
"button",
|
|
5
|
-
"color",
|
|
6
|
-
"file",
|
|
7
|
-
"image",
|
|
8
|
-
"reset",
|
|
9
|
-
"submit"
|
|
10
|
-
];
|
|
11
|
-
function isButton(tagName, type) {
|
|
12
|
-
if ("button" === tagName) return true;
|
|
13
|
-
if ("input" === tagName && void 0 !== type) return -1 !== BUTTON_INPUT_TYPES.indexOf(type);
|
|
14
|
-
return false;
|
|
15
|
-
}
|
|
16
|
-
function createIsButton(props) {
|
|
17
|
-
const tagName = (0, __WEBPACK_EXTERNAL_MODULE__createTagName_js_d66e5740__.createTagName)({
|
|
18
|
-
element: props.element,
|
|
19
|
-
fallback: "button"
|
|
20
|
-
});
|
|
21
|
-
return (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.createMemo)(()=>isButton(tagName(), props.type));
|
|
22
|
-
}
|
|
23
|
-
export { BUTTON_INPUT_TYPES, createIsButton, isButton };
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__ from "solid-js";
|
|
2
|
-
function createTagName(props) {
|
|
3
|
-
return (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.createMemo)(()=>props.element()?.tagName.toLowerCase() ?? props.fallback);
|
|
4
|
-
}
|
|
5
|
-
export { createTagName };
|
package/dist/lib/tag/index.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as __WEBPACK_EXTERNAL_MODULE__createIsButton_js_781d6faa__ from "./createIsButton.js";
|
|
2
|
-
import * as __WEBPACK_EXTERNAL_MODULE__createTagName_js_d66e5740__ from "./createTagName.js";
|
|
3
|
-
var __webpack_exports__BUTTON_INPUT_TYPES = __WEBPACK_EXTERNAL_MODULE__createIsButton_js_781d6faa__.BUTTON_INPUT_TYPES;
|
|
4
|
-
var __webpack_exports__createIsButton = __WEBPACK_EXTERNAL_MODULE__createIsButton_js_781d6faa__.createIsButton;
|
|
5
|
-
var __webpack_exports__createTagName = __WEBPACK_EXTERNAL_MODULE__createTagName_js_d66e5740__.createTagName;
|
|
6
|
-
var __webpack_exports__isButton = __WEBPACK_EXTERNAL_MODULE__createIsButton_js_781d6faa__.isButton;
|
|
7
|
-
export { __webpack_exports__BUTTON_INPUT_TYPES as BUTTON_INPUT_TYPES, __webpack_exports__createIsButton as createIsButton, __webpack_exports__createTagName as createTagName, __webpack_exports__isButton as isButton };
|
package/dist/link/link.css
DELETED
|
@@ -1,153 +0,0 @@
|
|
|
1
|
-
@layer components {
|
|
2
|
-
.link {
|
|
3
|
-
cursor: pointer;
|
|
4
|
-
text-decoration-line: underline;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.link:focus {
|
|
8
|
-
--tw-outline-style: none;
|
|
9
|
-
outline-style: none;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
@media (forced-colors: active) {
|
|
13
|
-
.link:focus {
|
|
14
|
-
outline: 2px solid transparent;
|
|
15
|
-
outline-offset: 2px;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.link:focus-visible {
|
|
20
|
-
outline: 2px solid currentColor;
|
|
21
|
-
outline-offset: 2px;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.link-accent {
|
|
25
|
-
color: var(--color-accent);
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
@media (hover: hover) {
|
|
29
|
-
.link-accent:hover {
|
|
30
|
-
color: var(--color-accent);
|
|
31
|
-
}
|
|
32
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
33
|
-
.link-accent:hover {
|
|
34
|
-
color: color-mix(in oklab, var(--color-accent) 80%, #000);
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.link-error {
|
|
40
|
-
color: var(--color-error);
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
@media (hover: hover) {
|
|
44
|
-
.link-error:hover {
|
|
45
|
-
color: var(--color-error);
|
|
46
|
-
}
|
|
47
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
48
|
-
.link-error:hover {
|
|
49
|
-
color: color-mix(in oklab, var(--color-error) 80%, #000);
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.link-info {
|
|
55
|
-
color: var(--color-info);
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
@media (hover: hover) {
|
|
59
|
-
.link-info:hover {
|
|
60
|
-
color: var(--color-info);
|
|
61
|
-
}
|
|
62
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
63
|
-
.link-info:hover {
|
|
64
|
-
color: color-mix(in oklab, var(--color-info) 80%, #000);
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.link-neutral {
|
|
70
|
-
color: var(--color-neutral);
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
@media (hover: hover) {
|
|
74
|
-
.link-neutral:hover {
|
|
75
|
-
color: var(--color-neutral);
|
|
76
|
-
}
|
|
77
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
78
|
-
.link-neutral:hover {
|
|
79
|
-
color: color-mix(in oklab, var(--color-neutral) 80%, #000);
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.link-primary {
|
|
85
|
-
color: var(--color-primary);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
@media (hover: hover) {
|
|
89
|
-
.link-primary:hover {
|
|
90
|
-
color: var(--color-primary);
|
|
91
|
-
}
|
|
92
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
93
|
-
.link-primary:hover {
|
|
94
|
-
color: color-mix(in oklab, var(--color-primary) 80%, #000);
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.link-secondary {
|
|
100
|
-
color: var(--color-secondary);
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
@media (hover: hover) {
|
|
104
|
-
.link-secondary:hover {
|
|
105
|
-
color: var(--color-secondary);
|
|
106
|
-
}
|
|
107
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
108
|
-
.link-secondary:hover {
|
|
109
|
-
color: color-mix(in oklab, var(--color-secondary) 80%, #000);
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.link-success {
|
|
115
|
-
color: var(--color-success);
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
@media (hover: hover) {
|
|
119
|
-
.link-success:hover {
|
|
120
|
-
color: var(--color-success);
|
|
121
|
-
}
|
|
122
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
123
|
-
.link-success:hover {
|
|
124
|
-
color: color-mix(in oklab, var(--color-success) 80%, #000);
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
.link-warning {
|
|
130
|
-
color: var(--color-warning);
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
@media (hover: hover) {
|
|
134
|
-
.link-warning:hover {
|
|
135
|
-
color: var(--color-warning);
|
|
136
|
-
}
|
|
137
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
138
|
-
.link-warning:hover {
|
|
139
|
-
color: color-mix(in oklab, var(--color-warning) 80%, #000);
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.link-hover {
|
|
145
|
-
text-decoration-line: none;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
@media (hover: hover) {
|
|
149
|
-
.link-hover:hover {
|
|
150
|
-
text-decoration-line: underline;
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
}
|
package/dist/loading/loading.css
DELETED
|
@@ -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
|
-
}
|
package/dist/mask/mask.css
DELETED
|
@@ -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
|
-
}
|