@pathscale/ui 1.1.38 → 1.1.39
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/components/accordion/Accordion.classes.d.ts +38 -0
- package/dist/components/accordion/Accordion.classes.js +39 -0
- package/dist/components/accordion/Accordion.css +158 -0
- package/dist/components/accordion/Accordion.d.ts +46 -22
- package/dist/components/accordion/Accordion.js +334 -154
- package/dist/components/accordion/index.d.ts +1 -1
- package/dist/components/accordion/index.js +7 -1
- package/dist/components/calendar/Calendar.classes.d.ts +62 -0
- package/dist/components/calendar/Calendar.classes.js +63 -0
- package/dist/components/calendar/Calendar.css +258 -0
- package/dist/components/calendar/Calendar.d.ts +24 -22
- package/dist/components/calendar/Calendar.js +304 -167
- package/dist/components/calendar/index.d.ts +1 -1
- package/dist/components/chatbubble/ChatBubble.classes.d.ts +24 -0
- package/dist/components/chatbubble/ChatBubble.classes.js +25 -0
- package/dist/components/chatbubble/ChatBubble.css +164 -0
- package/dist/components/chatbubble/ChatBubble.d.ts +1 -1
- package/dist/components/chatbubble/ChatBubble.js +3 -6
- package/dist/components/chatbubble/ChatBubbleAvatar.js +2 -1
- package/dist/components/chatbubble/ChatBubbleFooter.d.ts +1 -1
- package/dist/components/chatbubble/ChatBubbleFooter.js +11 -3
- package/dist/components/chatbubble/ChatBubbleHeader.d.ts +1 -1
- package/dist/components/chatbubble/ChatBubbleHeader.js +11 -3
- package/dist/components/chatbubble/ChatBubbleMessage.d.ts +1 -1
- package/dist/components/chatbubble/ChatBubbleMessage.js +13 -14
- package/dist/components/chatbubble/ChatBubbleTime.d.ts +1 -1
- package/dist/components/chatbubble/ChatBubbleTime.js +11 -3
- package/dist/components/color-field/ColorField.d.ts +1 -1
- package/dist/components/color-field/ColorField.js +3 -3
- package/dist/components/color-picker/ColorPicker.js +5 -5
- package/dist/components/color-wheel-flower/ColorWheelFlower.classes.d.ts +33 -0
- package/dist/components/color-wheel-flower/ColorWheelFlower.classes.js +34 -0
- package/dist/components/{colorpicker → color-wheel-flower}/ColorWheelFlower.js +52 -27
- package/dist/components/color-wheel-flower/index.d.ts +5 -0
- package/dist/components/color-wheel-flower/index.js +6 -0
- package/dist/components/date-picker/DatePicker.classes.d.ts +30 -0
- package/dist/components/date-picker/DatePicker.classes.js +31 -0
- package/dist/components/date-picker/DatePicker.css +143 -0
- package/dist/components/date-picker/DatePicker.d.ts +24 -0
- package/dist/components/date-picker/DatePicker.js +180 -0
- package/dist/components/date-picker/index.d.ts +1 -0
- package/dist/components/date-picker/index.js +3 -0
- package/dist/components/date-range-picker/DateRangePicker.classes.d.ts +33 -0
- package/dist/components/date-range-picker/DateRangePicker.classes.js +34 -0
- package/dist/components/date-range-picker/DateRangePicker.css +149 -0
- package/dist/components/date-range-picker/DateRangePicker.d.ts +28 -0
- package/dist/components/date-range-picker/DateRangePicker.js +230 -0
- package/dist/components/date-range-picker/index.d.ts +1 -0
- package/dist/components/date-range-picker/index.js +3 -0
- package/dist/components/flex/Flex.classes.d.ts +65 -0
- package/dist/components/flex/Flex.classes.js +66 -0
- package/dist/components/flex/Flex.css +5 -0
- package/dist/components/flex/Flex.d.ts +1 -0
- package/dist/components/flex/Flex.js +7 -66
- package/dist/components/floating-dock/FloatingDock.classes.d.ts +25 -0
- package/dist/components/floating-dock/FloatingDock.classes.js +26 -0
- package/dist/components/floating-dock/FloatingDock.css +14 -0
- package/dist/components/floating-dock/FloatingDock.js +76 -51
- package/dist/components/footer/Footer.classes.d.ts +9 -0
- package/dist/components/footer/Footer.classes.js +10 -0
- package/dist/components/footer/Footer.js +2 -6
- package/dist/components/footer/FooterTitle.js +2 -1
- package/dist/components/footer/footer.css +45 -45
- package/dist/components/glass-panel/GlassPanel.classes.d.ts +44 -0
- package/dist/components/glass-panel/GlassPanel.classes.js +45 -0
- package/dist/components/glass-panel/GlassPanel.css +170 -0
- package/dist/components/glass-panel/GlassPanel.d.ts +1 -0
- package/dist/components/glass-panel/GlassPanel.js +20 -58
- package/dist/components/glow-card/GlowCard.classes.d.ts +4 -0
- package/dist/components/glow-card/GlowCard.classes.js +5 -0
- package/dist/components/glow-card/GlowCard.css +4 -0
- package/dist/components/glow-card/GlowCard.js +2 -1
- package/dist/components/grid/Grid.classes.d.ts +54 -0
- package/dist/components/grid/Grid.classes.js +55 -0
- package/dist/components/grid/Grid.css +5 -0
- package/dist/components/grid/Grid.d.ts +1 -0
- package/dist/components/grid/Grid.js +3 -52
- package/dist/components/icon/Icon.classes.d.ts +3 -0
- package/dist/components/icon/Icon.classes.js +4 -0
- package/dist/components/icon/Icon.css +10 -0
- package/dist/components/icon/Icon.d.ts +1 -0
- package/dist/components/icon/Icon.js +8 -4
- package/dist/components/immersive-landing/ImmersiveLanding.classes.d.ts +83 -0
- package/dist/components/immersive-landing/ImmersiveLanding.classes.js +84 -0
- package/dist/components/immersive-landing/ImmersiveLanding.css +562 -0
- package/dist/components/immersive-landing/ImmersiveLanding.d.ts +1 -0
- package/dist/components/immersive-landing/ImmersiveLanding.js +23 -2
- package/dist/components/immersive-landing/ImmersiveLandingArrows.js +11 -11
- package/dist/components/immersive-landing/ImmersiveLandingNavigation.js +38 -27
- package/dist/components/immersive-landing/ImmersiveLandingPage.js +4 -2
- package/dist/components/immersive-landing/components/CookieConsent.js +91 -20
- package/dist/components/immersive-landing/components/FirefoxPWABanner.js +33 -8
- package/dist/components/immersive-landing/components/PWAInstallPrompt.js +37 -11
- package/dist/components/immersive-landing/index.d.ts +1 -0
- package/dist/components/immersive-landing/index.js +1 -0
- package/dist/components/kbd/Kbd.classes.d.ts +11 -0
- package/dist/components/kbd/Kbd.classes.js +12 -0
- package/dist/components/kbd/Kbd.css +60 -0
- package/dist/components/kbd/Kbd.d.ts +28 -4
- package/dist/components/kbd/Kbd.js +139 -10
- package/dist/components/kbd/index.d.ts +1 -1
- package/dist/components/kbd/index.js +6 -1
- package/dist/components/language-switcher/LanguageSwitcher.classes.d.ts +9 -0
- package/dist/components/language-switcher/LanguageSwitcher.classes.js +10 -0
- package/dist/components/language-switcher/LanguageSwitcher.css +56 -0
- package/dist/components/language-switcher/LanguageSwitcher.d.ts +1 -0
- package/dist/components/language-switcher/LanguageSwitcher.js +15 -7
- package/dist/components/link/Link.classes.d.ts +19 -0
- package/dist/components/link/Link.classes.js +20 -0
- package/dist/components/link/Link.css +131 -0
- package/dist/components/link/Link.d.ts +20 -11
- package/dist/components/link/Link.js +84 -43
- package/dist/components/link/index.d.ts +1 -1
- package/dist/components/link/index.js +3 -1
- package/dist/components/live-chat/LiveChat.classes.d.ts +41 -0
- package/dist/components/live-chat/LiveChat.classes.js +42 -0
- package/dist/components/live-chat/LiveChat.css +324 -0
- package/dist/components/live-chat/LiveChatBubble.d.ts +1 -0
- package/dist/components/live-chat/LiveChatBubble.js +15 -6
- package/dist/components/live-chat/LiveChatPanel.d.ts +1 -0
- package/dist/components/live-chat/LiveChatPanel.js +102 -123
- package/dist/components/modal/Modal.classes.d.ts +86 -0
- package/dist/components/modal/Modal.classes.js +87 -0
- package/dist/components/modal/Modal.css +320 -0
- package/dist/components/modal/Modal.d.ts +83 -27
- package/dist/components/modal/Modal.js +613 -97
- package/dist/components/modal/index.d.ts +1 -6
- package/dist/components/modal/index.js +11 -1
- package/dist/components/navbar/Navbar.classes.d.ts +23 -22
- package/dist/components/navbar/Navbar.classes.js +23 -25
- package/dist/components/navbar/Navbar.css +110 -0
- package/dist/components/navbar/Navbar.d.ts +1 -1
- package/dist/components/navbar/Navbar.js +2 -2
- package/dist/components/navbar/NavbarRow.js +1 -1
- package/dist/components/navbar/NavbarSection.js +1 -1
- package/dist/components/navbar/NavbarStack.js +4 -4
- package/dist/components/noise-background/NoiseBackground.classes.d.ts +15 -0
- package/dist/components/noise-background/NoiseBackground.classes.js +16 -0
- package/dist/components/noise-background/NoiseBackground.css +66 -0
- package/dist/components/noise-background/NoiseBackground.d.ts +1 -0
- package/dist/components/noise-background/NoiseBackground.js +29 -14
- package/dist/components/slider/Slider.classes.d.ts +13 -0
- package/dist/components/slider/Slider.classes.js +14 -0
- package/dist/components/{range-slider/range.css → slider/Slider.css} +3 -17
- package/dist/components/{range-slider/RangeSlider.d.ts → slider/Slider.d.ts} +5 -5
- package/dist/components/{range-slider/RangeSlider.js → slider/Slider.js} +28 -24
- package/dist/components/slider/index.d.ts +2 -0
- package/dist/components/slider/index.js +3 -0
- package/dist/components/table/index.d.ts +0 -2
- package/dist/components/table/index.js +1 -3
- package/dist/components/theme-color-picker/ThemeColorPicker.js +6 -6
- package/dist/components/toast/Toast.classes.d.ts +67 -0
- package/dist/components/toast/Toast.classes.js +68 -0
- package/dist/components/toast/Toast.css +344 -0
- package/dist/components/toast/Toast.d.ts +156 -20
- package/dist/components/toast/Toast.js +795 -31
- package/dist/components/toast/index.d.ts +1 -1
- package/dist/components/toast/index.js +17 -1
- package/dist/hooks/date/date.utils.d.ts +30 -0
- package/dist/hooks/date/date.utils.js +112 -0
- package/dist/hooks/date/index.d.ts +6 -0
- package/dist/hooks/date/index.js +6 -0
- package/dist/hooks/date/useCalendarNavigation.d.ts +21 -0
- package/dist/hooks/date/useCalendarNavigation.js +70 -0
- package/dist/hooks/date/useCalendarState.d.ts +45 -0
- package/dist/hooks/date/useCalendarState.js +66 -0
- package/dist/hooks/date/useDateSelection.d.ts +12 -0
- package/dist/hooks/date/useDateSelection.js +22 -0
- package/dist/hooks/date/usePickerOpenState.d.ts +15 -0
- package/dist/hooks/date/usePickerOpenState.js +50 -0
- package/dist/hooks/date/useRangeSelection.d.ts +26 -0
- package/dist/hooks/date/useRangeSelection.js +74 -0
- package/dist/hooks/form/useForm.d.ts +2 -2
- package/dist/hooks/form/useForm.js +11 -6
- package/dist/index.d.ts +56 -101
- package/dist/index.js +47 -109
- package/dist/purge-manifest.json +1708 -208
- package/dist/styles/icons/generated-icons.css +1 -1
- package/package.json +3 -5
- package/dist/components/accordion/collapse.css +0 -248
- package/dist/components/background/Background.d.ts +0 -5
- package/dist/components/background/Background.js +0 -22
- package/dist/components/background/index.d.ts +0 -1
- package/dist/components/background/index.js +0 -3
- package/dist/components/bottom-sheet/BottomSheet.d.ts +0 -11
- package/dist/components/bottom-sheet/BottomSheet.js +0 -109
- package/dist/components/bottom-sheet/index.d.ts +0 -2
- package/dist/components/bottom-sheet/index.js +0 -3
- package/dist/components/browsermockup/BrowserMockup.d.ts +0 -10
- package/dist/components/browsermockup/BrowserMockup.js +0 -55
- package/dist/components/browsermockup/index.d.ts +0 -2
- package/dist/components/browsermockup/index.js +0 -3
- package/dist/components/calendar/input.css +0 -277
- package/dist/components/carousel/Carousel.d.ts +0 -16
- package/dist/components/carousel/Carousel.js +0 -70
- package/dist/components/carousel/CarouselItem.d.ts +0 -6
- package/dist/components/carousel/CarouselItem.js +0 -27
- package/dist/components/carousel/carousel.css +0 -39
- package/dist/components/carousel/index.d.ts +0 -3
- package/dist/components/carousel/index.js +0 -3
- package/dist/components/chatbubble/chat.css +0 -153
- package/dist/components/codemockup/CodeMockup.d.ts +0 -5
- package/dist/components/codemockup/CodeMockup.js +0 -33
- package/dist/components/codemockup/CodeMockupLine.d.ts +0 -12
- package/dist/components/codemockup/CodeMockupLine.js +0 -53
- package/dist/components/codemockup/index.d.ts +0 -2
- package/dist/components/codemockup/index.js +0 -5
- package/dist/components/collapse/Collapse.d.ts +0 -21
- package/dist/components/collapse/Collapse.js +0 -104
- package/dist/components/collapse/CollapseContent.d.ts +0 -4
- package/dist/components/collapse/CollapseContent.js +0 -15
- package/dist/components/collapse/CollapseDetails.d.ts +0 -17
- package/dist/components/collapse/CollapseDetails.js +0 -33
- package/dist/components/collapse/CollapseTitle.d.ts +0 -9
- package/dist/components/collapse/CollapseTitle.js +0 -47
- package/dist/components/collapse/collapse.css +0 -248
- package/dist/components/collapse/index.d.ts +0 -4
- package/dist/components/collapse/index.js +0 -10
- package/dist/components/colorpicker/AlphaSlider.d.ts +0 -7
- package/dist/components/colorpicker/AlphaSlider.js +0 -107
- package/dist/components/colorpicker/ColorInput.d.ts +0 -7
- package/dist/components/colorpicker/ColorInput.js +0 -88
- package/dist/components/colorpicker/ColorPicker.d.ts +0 -18
- package/dist/components/colorpicker/ColorPicker.js +0 -264
- package/dist/components/colorpicker/ColorPickerFlowerSelector.d.ts +0 -3
- package/dist/components/colorpicker/ColorPickerFlowerSelector.js +0 -9
- package/dist/components/colorpicker/ColorPickerGradientSelector.d.ts +0 -3
- package/dist/components/colorpicker/ColorPickerGradientSelector.js +0 -9
- package/dist/components/colorpicker/ColorPickerWheelSelector.d.ts +0 -3
- package/dist/components/colorpicker/ColorPickerWheelSelector.js +0 -9
- package/dist/components/colorpicker/ColorPreview.d.ts +0 -11
- package/dist/components/colorpicker/ColorPreview.js +0 -47
- package/dist/components/colorpicker/ColorSwatches.d.ts +0 -8
- package/dist/components/colorpicker/ColorSwatches.js +0 -67
- package/dist/components/colorpicker/ColorWheel.d.ts +0 -7
- package/dist/components/colorpicker/ColorWheel.js +0 -106
- package/dist/components/colorpicker/HueSlider.d.ts +0 -7
- package/dist/components/colorpicker/HueSlider.js +0 -105
- package/dist/components/colorpicker/LightnessSlider.d.ts +0 -7
- package/dist/components/colorpicker/LightnessSlider.js +0 -111
- package/dist/components/colorpicker/SaturationBrightness.d.ts +0 -7
- package/dist/components/colorpicker/SaturationBrightness.js +0 -120
- package/dist/components/colorpicker/index.d.ts +0 -26
- package/dist/components/colorpicker/index.js +0 -31
- package/dist/components/confirm-dialog/ConfirmDialog.d.ts +0 -15
- package/dist/components/confirm-dialog/ConfirmDialog.js +0 -102
- package/dist/components/confirm-dialog/index.d.ts +0 -2
- package/dist/components/confirm-dialog/index.js +0 -3
- package/dist/components/connectionstatus/ConnectionStatus.d.ts +0 -59
- package/dist/components/connectionstatus/ConnectionStatus.js +0 -197
- package/dist/components/connectionstatus/index.d.ts +0 -2
- package/dist/components/connectionstatus/index.js +0 -3
- package/dist/components/copy-button/CopyButton.d.ts +0 -11
- package/dist/components/copy-button/CopyButton.js +0 -70
- package/dist/components/copy-button/index.d.ts +0 -2
- package/dist/components/copy-button/index.js +0 -3
- package/dist/components/countdown/Countdown.d.ts +0 -8
- package/dist/components/countdown/Countdown.js +0 -37
- package/dist/components/countdown/countdown.css +0 -58
- package/dist/components/countdown/index.d.ts +0 -1
- package/dist/components/countdown/index.js +0 -3
- package/dist/components/diff/Diff.d.ts +0 -8
- package/dist/components/diff/Diff.js +0 -29
- package/dist/components/diff/diff.css +0 -162
- package/dist/components/diff/index.d.ts +0 -1
- package/dist/components/diff/index.js +0 -3
- package/dist/components/divider/Divider.d.ts +0 -21
- package/dist/components/divider/Divider.js +0 -41
- package/dist/components/divider/Divider.styles.d.ts +0 -25
- package/dist/components/divider/Divider.styles.js +0 -71
- package/dist/components/divider/index.d.ts +0 -3
- package/dist/components/divider/index.js +0 -3
- package/dist/components/dock/Dock.d.ts +0 -15
- package/dist/components/dock/Dock.js +0 -40
- package/dist/components/dock/DockItem.d.ts +0 -9
- package/dist/components/dock/DockItem.js +0 -45
- package/dist/components/dock/DockLabel.d.ts +0 -6
- package/dist/components/dock/DockLabel.js +0 -22
- package/dist/components/dock/dock.css +0 -147
- package/dist/components/dock/index.d.ts +0 -3
- package/dist/components/dock/index.js +0 -3
- package/dist/components/dropdown-select/DropdownSelect.d.ts +0 -22
- package/dist/components/dropdown-select/DropdownSelect.js +0 -296
- package/dist/components/dropdown-select/index.d.ts +0 -2
- package/dist/components/dropdown-select/index.js +0 -3
- package/dist/components/fileinput/FileInput.d.ts +0 -15
- package/dist/components/fileinput/FileInput.js +0 -51
- package/dist/components/fileinput/index.d.ts +0 -1
- package/dist/components/fileinput/index.js +0 -3
- package/dist/components/fileinput/input.css +0 -277
- package/dist/components/form-actions/FormActions.d.ts +0 -14
- package/dist/components/form-actions/FormActions.js +0 -142
- package/dist/components/form-actions/index.d.ts +0 -2
- package/dist/components/form-actions/index.js +0 -3
- package/dist/components/hero/Hero.d.ts +0 -11
- package/dist/components/hero/Hero.js +0 -47
- package/dist/components/hero/HeroContent.d.ts +0 -6
- package/dist/components/hero/HeroContent.js +0 -31
- package/dist/components/hero/HeroOverlay.d.ts +0 -6
- package/dist/components/hero/HeroOverlay.js +0 -39
- package/dist/components/hero/hero.css +0 -38
- package/dist/components/hero/index.d.ts +0 -4
- package/dist/components/hero/index.js +0 -3
- package/dist/components/indicator/Indicator.d.ts +0 -31
- package/dist/components/indicator/Indicator.js +0 -76
- package/dist/components/indicator/index.d.ts +0 -2
- package/dist/components/indicator/index.js +0 -3
- package/dist/components/indicator/indicator.css +0 -70
- package/dist/components/kbd/kbd.css +0 -55
- package/dist/components/link/link.css +0 -153
- package/dist/components/mask/Mask.d.ts +0 -15
- package/dist/components/mask/Mask.js +0 -62
- package/dist/components/mask/index.d.ts +0 -3
- package/dist/components/mask/index.js +0 -3
- package/dist/components/mask/mask.css +0 -89
- package/dist/components/modal/ModalActions.d.ts +0 -3
- package/dist/components/modal/ModalActions.js +0 -14
- package/dist/components/modal/ModalBody.d.ts +0 -3
- package/dist/components/modal/ModalBody.js +0 -14
- package/dist/components/modal/ModalHeader.d.ts +0 -3
- package/dist/components/modal/ModalHeader.js +0 -15
- package/dist/components/modal/ModalLegacy.d.ts +0 -8
- package/dist/components/modal/ModalLegacy.js +0 -36
- package/dist/components/modal/modal.css +0 -170
- package/dist/components/navbar/navbar.css +0 -33
- package/dist/components/phonemockup/PhoneMockup.d.ts +0 -8
- package/dist/components/phonemockup/PhoneMockup.js +0 -44
- package/dist/components/phonemockup/index.d.ts +0 -1
- package/dist/components/phonemockup/index.js +0 -3
- package/dist/components/props-table/PropsTable.d.ts +0 -14
- package/dist/components/props-table/PropsTable.js +0 -56
- package/dist/components/props-table/index.d.ts +0 -2
- package/dist/components/props-table/index.js +0 -3
- package/dist/components/range/Range.d.ts +0 -13
- package/dist/components/range/Range.js +0 -85
- package/dist/components/range/index.d.ts +0 -1
- package/dist/components/range/index.js +0 -3
- package/dist/components/range/range.css +0 -174
- package/dist/components/range-slider/index.d.ts +0 -2
- package/dist/components/range-slider/index.js +0 -3
- package/dist/components/rating/Rating.d.ts +0 -24
- package/dist/components/rating/Rating.js +0 -54
- package/dist/components/rating/RatingHidden.d.ts +0 -4
- package/dist/components/rating/RatingHidden.js +0 -29
- package/dist/components/rating/RatingItem.d.ts +0 -9
- package/dist/components/rating/RatingItem.js +0 -62
- package/dist/components/rating/index.d.ts +0 -4
- package/dist/components/rating/index.js +0 -3
- package/dist/components/rating/rating.css +0 -106
- package/dist/components/showcase/ShowcaseBlock.d.ts +0 -10
- package/dist/components/showcase/ShowcaseBlock.js +0 -48
- package/dist/components/showcase/index.d.ts +0 -2
- package/dist/components/showcase/index.js +0 -3
- package/dist/components/showcase-section/ShowcaseSection.d.ts +0 -8
- package/dist/components/showcase-section/ShowcaseSection.js +0 -73
- package/dist/components/showcase-section/index.d.ts +0 -2
- package/dist/components/showcase-section/index.js +0 -3
- package/dist/components/skip-link/SkipLink.d.ts +0 -7
- package/dist/components/skip-link/SkipLink.js +0 -34
- package/dist/components/skip-link/index.d.ts +0 -2
- package/dist/components/skip-link/index.js +0 -3
- package/dist/components/stack/Stack.d.ts +0 -18
- package/dist/components/stack/Stack.js +0 -53
- package/dist/components/stack/index.d.ts +0 -2
- package/dist/components/stack/index.js +0 -3
- package/dist/components/stack/stack.css +0 -90
- package/dist/components/stat-card/StatCard.d.ts +0 -22
- package/dist/components/stat-card/StatCard.js +0 -46
- package/dist/components/stat-card/StatCardSection.d.ts +0 -5
- package/dist/components/stat-card/StatCardSection.js +0 -39
- package/dist/components/stat-card/index.d.ts +0 -1
- package/dist/components/stat-card/index.js +0 -3
- package/dist/components/stats/Stat.d.ts +0 -13
- package/dist/components/stats/Stat.js +0 -51
- package/dist/components/stats/StatSection.d.ts +0 -6
- package/dist/components/stats/StatSection.js +0 -29
- package/dist/components/stats/Stats.d.ts +0 -15
- package/dist/components/stats/Stats.js +0 -29
- package/dist/components/stats/index.d.ts +0 -1
- package/dist/components/stats/index.js +0 -3
- package/dist/components/stats/stat.css +0 -67
- package/dist/components/status/Status.d.ts +0 -8
- package/dist/components/status/Status.js +0 -30
- package/dist/components/status/index.d.ts +0 -2
- package/dist/components/status/index.js +0 -3
- package/dist/components/steps/Step.d.ts +0 -20
- package/dist/components/steps/Step.js +0 -88
- package/dist/components/steps/Steps.d.ts +0 -18
- package/dist/components/steps/Steps.js +0 -80
- package/dist/components/steps/index.d.ts +0 -3
- package/dist/components/steps/index.js +0 -3
- package/dist/components/steps/step.css +0 -179
- package/dist/components/streaming-table/StreamingTable.d.ts +0 -28
- package/dist/components/streaming-table/StreamingTable.js +0 -304
- package/dist/components/streaming-table/createRowStore.d.ts +0 -7
- package/dist/components/streaming-table/createRowStore.js +0 -18
- package/dist/components/streaming-table/createStreamingTableStore.d.ts +0 -13
- package/dist/components/streaming-table/createStreamingTableStore.js +0 -68
- package/dist/components/streaming-table/index.d.ts +0 -5
- package/dist/components/streaming-table/index.js +0 -5
- package/dist/components/streaming-table/types.d.ts +0 -46
- package/dist/components/streaming-table/types.js +0 -0
- package/dist/components/svgbackground/SvgBackground.d.ts +0 -21
- package/dist/components/svgbackground/SvgBackground.js +0 -413
- package/dist/components/svgbackground/index.d.ts +0 -2
- package/dist/components/svgbackground/index.js +0 -3
- package/dist/components/swap/Swap.d.ts +0 -13
- package/dist/components/swap/Swap.js +0 -57
- package/dist/components/swap/index.d.ts +0 -1
- package/dist/components/swap/index.js +0 -3
- package/dist/components/swap/swap.css +0 -92
- package/dist/components/switch-field/SwitchField.d.ts +0 -19
- package/dist/components/switch-field/SwitchField.js +0 -71
- package/dist/components/switch-field/index.d.ts +0 -2
- package/dist/components/switch-field/index.js +0 -3
- package/dist/components/table/EnhancedTable.d.ts +0 -46
- package/dist/components/table/EnhancedTable.js +0 -740
- package/dist/components/timeline/Timeline.d.ts +0 -12
- package/dist/components/timeline/Timeline.js +0 -42
- package/dist/components/timeline/TimelineEnd.d.ts +0 -6
- package/dist/components/timeline/TimelineEnd.js +0 -28
- package/dist/components/timeline/TimelineItem.d.ts +0 -8
- package/dist/components/timeline/TimelineItem.js +0 -47
- package/dist/components/timeline/TimelineMiddle.d.ts +0 -4
- package/dist/components/timeline/TimelineMiddle.js +0 -25
- package/dist/components/timeline/TimelineStart.d.ts +0 -6
- package/dist/components/timeline/TimelineStart.js +0 -28
- package/dist/components/timeline/index.d.ts +0 -5
- package/dist/components/timeline/index.js +0 -11
- package/dist/components/timeline/timeline.css +0 -286
- package/dist/components/toast/toast.css +0 -58
- package/dist/components/toastcontainer/ToastContainer.d.ts +0 -3
- package/dist/components/toastcontainer/ToastContainer.js +0 -15
- package/dist/components/toastcontainer/ToastStack.d.ts +0 -17
- package/dist/components/toastcontainer/ToastStack.js +0 -181
- package/dist/components/toastcontainer/index.d.ts +0 -3
- package/dist/components/toastcontainer/index.js +0 -5
- package/dist/components/windowmockup/WindowMockup.d.ts +0 -11
- package/dist/components/windowmockup/WindowMockup.js +0 -85
- package/dist/components/windowmockup/index.d.ts +0 -1
- package/dist/components/windowmockup/index.js +0 -3
- package/dist/stores/index.d.ts +0 -1
- package/dist/stores/index.js +0 -1
- package/dist/stores/toastStore.d.ts +0 -24
- package/dist/stores/toastStore.js +0 -64
- /package/dist/components/{colorpicker → color-wheel-flower}/ColorUtils.d.ts +0 -0
- /package/dist/components/{colorpicker → color-wheel-flower}/ColorUtils.js +0 -0
- /package/dist/components/{colorpicker → color-wheel-flower}/ColorWheelFlower.css +0 -0
- /package/dist/components/{colorpicker → color-wheel-flower}/ColorWheelFlower.d.ts +0 -0
- /package/dist/components/{colorpicker/colorpickerContext.d.ts → color-wheel-flower/colorWheelFlowerContext.d.ts} +0 -0
- /package/dist/components/{colorpicker/colorpickerContext.js → color-wheel-flower/colorWheelFlowerContext.js} +0 -0
|
@@ -1,277 +0,0 @@
|
|
|
1
|
-
@layer components {
|
|
2
|
-
.input {
|
|
3
|
-
cursor: text;
|
|
4
|
-
border: var(--border) solid #0000;
|
|
5
|
-
position: relative;
|
|
6
|
-
display: inline-flex;
|
|
7
|
-
flex-shrink: 1;
|
|
8
|
-
appearance: none;
|
|
9
|
-
align-items: center;
|
|
10
|
-
gap: calc(0.25rem * 2);
|
|
11
|
-
background-color: var(--color-base-100);
|
|
12
|
-
padding-inline: calc(0.25rem * 3);
|
|
13
|
-
vertical-align: middle;
|
|
14
|
-
white-space: nowrap;
|
|
15
|
-
width: clamp(3rem, 20rem, 100%);
|
|
16
|
-
height: var(--size);
|
|
17
|
-
font-size: max(var(--font-size, 0.875rem), 0.875rem);
|
|
18
|
-
touch-action: manipulation;
|
|
19
|
-
border-start-start-radius: var(--join-ss, var(--radius-field));
|
|
20
|
-
border-start-end-radius: var(--join-se, var(--radius-field));
|
|
21
|
-
border-end-start-radius: var(--join-es, var(--radius-field));
|
|
22
|
-
border-end-end-radius: var(--join-ee, var(--radius-field));
|
|
23
|
-
border-color: var(--input-color);
|
|
24
|
-
box-shadow: 0 1px var(--input-color) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
|
|
25
|
-
--size: calc(var(--size-field, 0.25rem) * 10);
|
|
26
|
-
--input-color: var(--color-base-content);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
30
|
-
.input {
|
|
31
|
-
box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000) inset, 0 -1px oklch(100% 0 0 / calc(var(--depth) * 0.1)) inset;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
36
|
-
.input {
|
|
37
|
-
--input-color: color-mix(in oklab, var(--color-base-content) 20%, #0000);
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.input:where(input) {
|
|
42
|
-
display: inline-flex;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.input :where(input) {
|
|
46
|
-
display: inline-flex;
|
|
47
|
-
height: 100%;
|
|
48
|
-
width: 100%;
|
|
49
|
-
appearance: none;
|
|
50
|
-
background-color: transparent;
|
|
51
|
-
border: none;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.input :where(input):focus,
|
|
55
|
-
.input :where(input):focus-within {
|
|
56
|
-
--tw-outline-style: none;
|
|
57
|
-
outline-style: none;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
@media (forced-colors: active) {
|
|
61
|
-
.input :where(input):focus,
|
|
62
|
-
.input :where(input):focus-within {
|
|
63
|
-
outline: 2px solid transparent;
|
|
64
|
-
outline-offset: 2px;
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.input :where(input[type="url"]),
|
|
69
|
-
.input :where(input[type="email"]) {
|
|
70
|
-
direction: ltr;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.input :where(input[type="date"]) {
|
|
74
|
-
display: inline-flex;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.input:focus,
|
|
78
|
-
.input:focus-within {
|
|
79
|
-
--input-color: var(--color-base-content);
|
|
80
|
-
box-shadow: 0 1px var(--input-color);
|
|
81
|
-
outline: 2px solid var(--input-color);
|
|
82
|
-
outline-offset: 2px;
|
|
83
|
-
isolation: isolate;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
87
|
-
.input:focus,
|
|
88
|
-
.input:focus-within {
|
|
89
|
-
box-shadow: 0 1px color-mix(in oklab, var(--input-color) calc(var(--depth) * 10%), #0000);
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
@media (pointer: coarse) {
|
|
94
|
-
@supports (-webkit-touch-callout: none) {
|
|
95
|
-
.input:focus,
|
|
96
|
-
.input:focus-within {
|
|
97
|
-
--font-size: 1rem;
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.input:has(> input[disabled]),
|
|
103
|
-
.input:is(:disabled, [disabled]),
|
|
104
|
-
fieldset:disabled .input {
|
|
105
|
-
cursor: not-allowed;
|
|
106
|
-
border-color: var(--color-base-200);
|
|
107
|
-
background-color: var(--color-base-200);
|
|
108
|
-
color: var(--color-base-content);
|
|
109
|
-
box-shadow: none;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
113
|
-
.input:has(> input[disabled]),
|
|
114
|
-
.input:is(:disabled, [disabled]),
|
|
115
|
-
fieldset:disabled .input {
|
|
116
|
-
color: color-mix(in oklab, var(--color-base-content) 40%, transparent);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.input:has(> input[disabled])::placeholder,
|
|
121
|
-
.input:is(:disabled, [disabled])::placeholder,
|
|
122
|
-
fieldset:disabled .input::placeholder {
|
|
123
|
-
color: var(--color-base-content);
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
127
|
-
.input:has(> input[disabled])::placeholder,
|
|
128
|
-
.input:is(:disabled, [disabled])::placeholder,
|
|
129
|
-
fieldset:disabled .input::placeholder {
|
|
130
|
-
color: color-mix(in oklab, var(--color-base-content) 20%, transparent);
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.input:has(> input[disabled]) > input[disabled] {
|
|
135
|
-
cursor: not-allowed;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.input::-webkit-date-and-time-value {
|
|
139
|
-
text-align: inherit;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
.input[type="number"]::-webkit-inner-spin-button {
|
|
143
|
-
margin-block: calc(0.25rem * -3);
|
|
144
|
-
margin-inline-end: calc(0.25rem * -3);
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.input::-webkit-calendar-picker-indicator {
|
|
148
|
-
position: absolute;
|
|
149
|
-
inset-inline-end: 0.75em;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
.input:has(> input[type="date"]) :where(input[type="date"]) {
|
|
153
|
-
display: inline-flex;
|
|
154
|
-
webkit-appearance: none;
|
|
155
|
-
appearance: none;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
.input:has(> input[type="date"]) input[type="date"]::-webkit-calendar-picker-indicator {
|
|
159
|
-
position: absolute;
|
|
160
|
-
inset-inline-end: 0.75em;
|
|
161
|
-
width: 1em;
|
|
162
|
-
height: 1em;
|
|
163
|
-
cursor: pointer;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.input-lg {
|
|
167
|
-
--size: calc(var(--size-field, 0.25rem) * 12);
|
|
168
|
-
font-size: max(var(--font-size, 1.125rem), 1.125rem);
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
.input-lg[type="number"]::-webkit-inner-spin-button {
|
|
172
|
-
margin-block: calc(0.25rem * -3);
|
|
173
|
-
margin-inline-end: calc(0.25rem * -3);
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
.input-md {
|
|
177
|
-
--size: calc(var(--size-field, 0.25rem) * 10);
|
|
178
|
-
font-size: max(var(--font-size, 0.875rem), 0.875rem);
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.input-md[type="number"]::-webkit-inner-spin-button {
|
|
182
|
-
margin-block: calc(0.25rem * -3);
|
|
183
|
-
margin-inline-end: calc(0.25rem * -3);
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
.input-sm {
|
|
187
|
-
--size: calc(var(--size-field, 0.25rem) * 8);
|
|
188
|
-
font-size: max(var(--font-size, 0.75rem), 0.75rem);
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
.input-sm[type="number"]::-webkit-inner-spin-button {
|
|
192
|
-
margin-block: calc(0.25rem * -2);
|
|
193
|
-
margin-inline-end: calc(0.25rem * -3);
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
.input-xl {
|
|
197
|
-
--size: calc(var(--size-field, 0.25rem) * 14);
|
|
198
|
-
font-size: max(var(--font-size, 1.375rem), 1.375rem);
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
.input-xl[type="number"]::-webkit-inner-spin-button {
|
|
202
|
-
margin-block: calc(0.25rem * -4);
|
|
203
|
-
margin-inline-end: calc(0.25rem * -3);
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
.input-xs {
|
|
207
|
-
--size: calc(var(--size-field, 0.25rem) * 6);
|
|
208
|
-
font-size: max(var(--font-size, 0.6875rem), 0.6875rem);
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
.input-xs[type="number"]::-webkit-inner-spin-button {
|
|
212
|
-
margin-block: calc(0.25rem * -1);
|
|
213
|
-
margin-inline-end: calc(0.25rem * -3);
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
.input-ghost {
|
|
217
|
-
background-color: transparent;
|
|
218
|
-
box-shadow: none;
|
|
219
|
-
border-color: #0000;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
.input-ghost:focus,
|
|
223
|
-
.input-ghost:focus-within {
|
|
224
|
-
background-color: var(--color-base-100);
|
|
225
|
-
color: var(--color-base-content);
|
|
226
|
-
border-color: #0000;
|
|
227
|
-
box-shadow: none;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
.input-accent,
|
|
231
|
-
.input-accent:focus,
|
|
232
|
-
.input-accent:focus-within {
|
|
233
|
-
--input-color: var(--color-accent);
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
.input-error,
|
|
237
|
-
.input-error:focus,
|
|
238
|
-
.input-error:focus-within {
|
|
239
|
-
--input-color: var(--color-error);
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
.input-info,
|
|
243
|
-
.input-info:focus,
|
|
244
|
-
.input-info:focus-within {
|
|
245
|
-
--input-color: var(--color-info);
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
.input-neutral,
|
|
249
|
-
.input-neutral:focus,
|
|
250
|
-
.input-neutral:focus-within {
|
|
251
|
-
--input-color: var(--color-neutral);
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
.input-primary,
|
|
255
|
-
.input-primary:focus,
|
|
256
|
-
.input-primary:focus-within {
|
|
257
|
-
--input-color: var(--color-primary);
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
.input-secondary,
|
|
261
|
-
.input-secondary:focus,
|
|
262
|
-
.input-secondary:focus-within {
|
|
263
|
-
--input-color: var(--color-secondary);
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
.input-success,
|
|
267
|
-
.input-success:focus,
|
|
268
|
-
.input-success:focus-within {
|
|
269
|
-
--input-color: var(--color-success);
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
.input-warning,
|
|
273
|
-
.input-warning:focus,
|
|
274
|
-
.input-warning:focus-within {
|
|
275
|
-
--input-color: var(--color-warning);
|
|
276
|
-
}
|
|
277
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import "./carousel.css";
|
|
2
|
-
import { type JSX, type ParentProps } from "solid-js";
|
|
3
|
-
export type CarouselProps = JSX.HTMLAttributes<HTMLDivElement> & {
|
|
4
|
-
snap?: "start" | "center" | "end";
|
|
5
|
-
direction?: "horizontal" | "vertical";
|
|
6
|
-
"aria-label"?: string;
|
|
7
|
-
"aria-roledescription"?: string;
|
|
8
|
-
"aria-describedby"?: string;
|
|
9
|
-
"aria-labelledby"?: string;
|
|
10
|
-
"aria-live"?: "off" | "polite";
|
|
11
|
-
"aria-atomic"?: boolean;
|
|
12
|
-
};
|
|
13
|
-
declare const _default: ((props: ParentProps<CarouselProps>) => JSX.Element) & {
|
|
14
|
-
Item: (props: ParentProps<import("./CarouselItem").CarouselItemProps>) => JSX.Element;
|
|
15
|
-
};
|
|
16
|
-
export default _default;
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
import * as __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__ from "solid-js/web";
|
|
2
|
-
import "./carousel.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
|
-
import * as __WEBPACK_EXTERNAL_MODULE__CarouselItem_js_1038c5b2__ from "./CarouselItem.js";
|
|
7
|
-
var _tmpl$ = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)("<div><div class=carousel-content>");
|
|
8
|
-
const Carousel = (props)=>{
|
|
9
|
-
const [local, rest] = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.splitProps)(props, [
|
|
10
|
-
"class",
|
|
11
|
-
"children",
|
|
12
|
-
"snap",
|
|
13
|
-
"direction",
|
|
14
|
-
"aria-label",
|
|
15
|
-
"aria-roledescription",
|
|
16
|
-
"aria-describedby",
|
|
17
|
-
"aria-labelledby",
|
|
18
|
-
"aria-live",
|
|
19
|
-
"aria-atomic"
|
|
20
|
-
]);
|
|
21
|
-
const classes = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.createMemo)(()=>(0, __WEBPACK_EXTERNAL_MODULE_tailwind_merge_e05e3e95__.twMerge)("carousel", local.class, (0, __WEBPACK_EXTERNAL_MODULE_clsx__["default"])({
|
|
22
|
-
"carousel-start": "start" === local.snap || !local.snap,
|
|
23
|
-
"carousel-center": "center" === local.snap,
|
|
24
|
-
"carousel-end": "end" === local.snap,
|
|
25
|
-
"carousel-vertical": "vertical" === local.direction,
|
|
26
|
-
"carousel-horizontal": "horizontal" === local.direction
|
|
27
|
-
})));
|
|
28
|
-
const ariaRoleDescription = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.createMemo)(()=>local["aria-roledescription"] || "carousel");
|
|
29
|
-
const ariaLabel = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.createMemo)(()=>local["aria-label"]);
|
|
30
|
-
const ariaDescribedby = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.createMemo)(()=>local["aria-describedby"]);
|
|
31
|
-
const ariaLabelledby = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.createMemo)(()=>local["aria-labelledby"]);
|
|
32
|
-
const ariaLive = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.createMemo)(()=>local["aria-live"] || "polite");
|
|
33
|
-
const ariaAtomic = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.createMemo)(()=>local["aria-atomic"] || false);
|
|
34
|
-
return (()=>{
|
|
35
|
-
var _el$ = _tmpl$(), _el$2 = _el$.firstChild;
|
|
36
|
-
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.spread)(_el$, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.mergeProps)(rest, {
|
|
37
|
-
get ["class"] () {
|
|
38
|
-
return classes();
|
|
39
|
-
},
|
|
40
|
-
role: "region",
|
|
41
|
-
get ["aria-roledescription"] () {
|
|
42
|
-
return ariaRoleDescription();
|
|
43
|
-
},
|
|
44
|
-
get ["aria-label"] () {
|
|
45
|
-
return ariaLabel();
|
|
46
|
-
},
|
|
47
|
-
get ["aria-describedby"] () {
|
|
48
|
-
return ariaDescribedby();
|
|
49
|
-
},
|
|
50
|
-
get ["aria-labelledby"] () {
|
|
51
|
-
return ariaLabelledby();
|
|
52
|
-
}
|
|
53
|
-
}), false, true);
|
|
54
|
-
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$2, ()=>local.children);
|
|
55
|
-
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.effect)((_p$)=>{
|
|
56
|
-
var _v$ = ariaLive(), _v$2 = ariaAtomic();
|
|
57
|
-
_v$ !== _p$.e && (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.setAttribute)(_el$2, "aria-live", _p$.e = _v$);
|
|
58
|
-
_v$2 !== _p$.t && (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.setAttribute)(_el$2, "aria-atomic", _p$.t = _v$2);
|
|
59
|
-
return _p$;
|
|
60
|
-
}, {
|
|
61
|
-
e: void 0,
|
|
62
|
-
t: void 0
|
|
63
|
-
});
|
|
64
|
-
return _el$;
|
|
65
|
-
})();
|
|
66
|
-
};
|
|
67
|
-
const carousel_Carousel = Object.assign(Carousel, {
|
|
68
|
-
Item: __WEBPACK_EXTERNAL_MODULE__CarouselItem_js_1038c5b2__["default"]
|
|
69
|
-
});
|
|
70
|
-
export { carousel_Carousel as default };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { type JSX, type ParentProps } from "solid-js";
|
|
2
|
-
export type CarouselItemProps = JSX.HTMLAttributes<HTMLDivElement> & {
|
|
3
|
-
"aria-current"?: boolean | "true" | "page" | "step" | "location" | "date" | "time";
|
|
4
|
-
};
|
|
5
|
-
declare const CarouselItem: (props: ParentProps<CarouselItemProps>) => JSX.Element;
|
|
6
|
-
export default CarouselItem;
|
|
@@ -1,27 +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)("<div>");
|
|
5
|
-
const CarouselItem_CarouselItem = (props)=>{
|
|
6
|
-
const [local, rest] = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.splitProps)(props, [
|
|
7
|
-
"class",
|
|
8
|
-
"children",
|
|
9
|
-
"aria-current"
|
|
10
|
-
]);
|
|
11
|
-
const classes = (0, __WEBPACK_EXTERNAL_MODULE_tailwind_merge_e05e3e95__.twMerge)("carousel-item", local.class);
|
|
12
|
-
return (()=>{
|
|
13
|
-
var _el$ = _tmpl$();
|
|
14
|
-
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.spread)(_el$, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.mergeProps)(rest, {
|
|
15
|
-
class: classes,
|
|
16
|
-
role: "group",
|
|
17
|
-
"aria-roledescription": "slide",
|
|
18
|
-
get ["aria-current"] () {
|
|
19
|
-
return local["aria-current"];
|
|
20
|
-
}
|
|
21
|
-
}), false, true);
|
|
22
|
-
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$, ()=>local.children);
|
|
23
|
-
return _el$;
|
|
24
|
-
})();
|
|
25
|
-
};
|
|
26
|
-
const CarouselItem = CarouselItem_CarouselItem;
|
|
27
|
-
export { CarouselItem as default };
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
@layer components {
|
|
2
|
-
.carousel-item {
|
|
3
|
-
box-sizing: content-box;
|
|
4
|
-
display: flex;
|
|
5
|
-
flex: none;
|
|
6
|
-
scroll-snap-align: start;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.carousel {
|
|
10
|
-
display: inline-flex;
|
|
11
|
-
overflow-x: scroll;
|
|
12
|
-
scroll-snap-type: x mandatory;
|
|
13
|
-
scrollbar-width: none;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
@media (prefers-reduced-motion: no-preference) {
|
|
17
|
-
.carousel {
|
|
18
|
-
scroll-behavior: smooth;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.carousel::-webkit-scrollbar {
|
|
23
|
-
display: none;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.carousel-vertical {
|
|
27
|
-
flex-direction: column;
|
|
28
|
-
overflow-y: scroll;
|
|
29
|
-
scroll-snap-type: y mandatory;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.carousel-center .carousel-item {
|
|
33
|
-
scroll-snap-align: center;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.carousel-end .carousel-item {
|
|
37
|
-
scroll-snap-align: end;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
@@ -1,153 +0,0 @@
|
|
|
1
|
-
@layer components {
|
|
2
|
-
.chat-bubble {
|
|
3
|
-
position: relative;
|
|
4
|
-
display: block;
|
|
5
|
-
width: fit-content;
|
|
6
|
-
border-radius: var(--radius-field);
|
|
7
|
-
background-color: var(--color-base-300);
|
|
8
|
-
padding-inline: calc(0.25rem * 4);
|
|
9
|
-
padding-block: calc(0.25rem * 2);
|
|
10
|
-
color: var(--color-base-content);
|
|
11
|
-
grid-row-end: 3;
|
|
12
|
-
min-height: 2rem;
|
|
13
|
-
min-width: 2.5rem;
|
|
14
|
-
max-width: 90%;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.chat-bubble:before {
|
|
18
|
-
position: absolute;
|
|
19
|
-
bottom: calc(0.25rem * 0);
|
|
20
|
-
height: calc(0.25rem * 3);
|
|
21
|
-
width: calc(0.25rem * 3);
|
|
22
|
-
background-color: inherit;
|
|
23
|
-
content: "";
|
|
24
|
-
mask-repeat: no-repeat;
|
|
25
|
-
mask-image: var(--mask-chat);
|
|
26
|
-
mask-position: 0px -1px;
|
|
27
|
-
mask-size: 0.8125rem;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.chat-end {
|
|
31
|
-
place-items: end;
|
|
32
|
-
grid-template-columns: 1fr auto;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.chat-end .chat-header {
|
|
36
|
-
grid-column-start: 1;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.chat-end .chat-footer {
|
|
40
|
-
grid-column-start: 1;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.chat-end .chat-image {
|
|
44
|
-
grid-column-start: 2;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.chat-end .chat-bubble {
|
|
48
|
-
grid-column-start: 1;
|
|
49
|
-
border-end-end-radius: 0;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.chat-end .chat-bubble:before {
|
|
53
|
-
transform: rotateY(180deg);
|
|
54
|
-
inset-inline-start: 100%;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
[dir="rtl"] .chat-end .chat-bubble:before {
|
|
58
|
-
transform: rotateY(0deg);
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.chat-start {
|
|
62
|
-
place-items: start;
|
|
63
|
-
grid-template-columns: auto 1fr;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.chat-start .chat-header {
|
|
67
|
-
grid-column-start: 2;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.chat-start .chat-footer {
|
|
71
|
-
grid-column-start: 2;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.chat-start .chat-image {
|
|
75
|
-
grid-column-start: 1;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.chat-start .chat-bubble {
|
|
79
|
-
grid-column-start: 2;
|
|
80
|
-
border-end-start-radius: 0;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.chat-start .chat-bubble:before {
|
|
84
|
-
transform: rotateY(0deg);
|
|
85
|
-
inset-inline-start: -0.75rem;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
[dir="rtl"] .chat-start .chat-bubble:before {
|
|
89
|
-
transform: rotateY(180deg);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.chat-image {
|
|
93
|
-
grid-row: span 2 / span 2;
|
|
94
|
-
align-self: flex-end;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.chat-footer {
|
|
98
|
-
grid-row-start: 3;
|
|
99
|
-
display: flex;
|
|
100
|
-
gap: calc(0.25rem * 1);
|
|
101
|
-
font-size: 0.6875rem;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.chat-header {
|
|
105
|
-
grid-row-start: 1;
|
|
106
|
-
display: flex;
|
|
107
|
-
gap: calc(0.25rem * 1);
|
|
108
|
-
font-size: 0.6875rem;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.chat {
|
|
112
|
-
display: grid;
|
|
113
|
-
grid-auto-rows: min-content;
|
|
114
|
-
column-gap: calc(0.25rem * 3);
|
|
115
|
-
padding-block: calc(0.25rem * 1);
|
|
116
|
-
--mask-chat: url("data:image/svg+xml,%3csvg width='13' height='13' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='M0 11.5004C0 13.0004 2 13.0004 2 13.0004H12H13V0.00036329L12.5 0C12.5 0 11.977 2.09572 11.8581 2.50033C11.6075 3.35237 10.9149 4.22374 9 5.50036C6 7.50036 0 10.0004 0 11.5004Z'/%3e%3c/svg%3e");
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
.chat-bubble-accent {
|
|
120
|
-
background-color: var(--color-accent);
|
|
121
|
-
color: var(--color-accent-content);
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.chat-bubble-error {
|
|
125
|
-
background-color: var(--color-error);
|
|
126
|
-
color: var(--color-error-content);
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
.chat-bubble-info {
|
|
130
|
-
background-color: var(--color-info);
|
|
131
|
-
color: var(--color-info-content);
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.chat-bubble-primary {
|
|
135
|
-
background-color: var(--color-primary);
|
|
136
|
-
color: var(--color-primary-content);
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.chat-bubble-secondary {
|
|
140
|
-
background-color: var(--color-secondary);
|
|
141
|
-
color: var(--color-secondary-content);
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.chat-bubble-success {
|
|
145
|
-
background-color: var(--color-success);
|
|
146
|
-
color: var(--color-success-content);
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.chat-bubble-warning {
|
|
150
|
-
background-color: var(--color-warning);
|
|
151
|
-
color: var(--color-warning-content);
|
|
152
|
-
}
|
|
153
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { type JSX, type ParentProps } from "solid-js";
|
|
2
|
-
import type { IComponentBaseProps } from "../types";
|
|
3
|
-
export type CodeMockupProps = JSX.HTMLAttributes<HTMLDivElement> & IComponentBaseProps;
|
|
4
|
-
declare const CodeMockup: (props: ParentProps<CodeMockupProps>) => JSX.Element;
|
|
5
|
-
export default CodeMockup;
|
|
@@ -1,33 +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)("<div>");
|
|
5
|
-
const CodeMockup = (props)=>{
|
|
6
|
-
const [local, rest] = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.splitProps)(props, [
|
|
7
|
-
"class",
|
|
8
|
-
"className",
|
|
9
|
-
"children",
|
|
10
|
-
"dataTheme",
|
|
11
|
-
"aria-label"
|
|
12
|
-
]);
|
|
13
|
-
const resolvedChildren = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.children)(()=>local.children);
|
|
14
|
-
const classes = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.createMemo)(()=>(0, __WEBPACK_EXTERNAL_MODULE_tailwind_merge_e05e3e95__.twMerge)("mockup-code w-full", local.class, local.className));
|
|
15
|
-
return (()=>{
|
|
16
|
-
var _el$ = _tmpl$();
|
|
17
|
-
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.spread)(_el$, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.mergeProps)({
|
|
18
|
-
get ["class"] () {
|
|
19
|
-
return classes();
|
|
20
|
-
},
|
|
21
|
-
get ["data-theme"] () {
|
|
22
|
-
return local.dataTheme;
|
|
23
|
-
},
|
|
24
|
-
get ["aria-label"] () {
|
|
25
|
-
return local["aria-label"] || "Code mockup";
|
|
26
|
-
}
|
|
27
|
-
}, rest), false, true);
|
|
28
|
-
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$, resolvedChildren);
|
|
29
|
-
return _el$;
|
|
30
|
-
})();
|
|
31
|
-
};
|
|
32
|
-
const codemockup_CodeMockup = CodeMockup;
|
|
33
|
-
export { codemockup_CodeMockup as default };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { type JSX } from "solid-js";
|
|
2
|
-
type ComponentStatus = "info" | "success" | "warning" | "error";
|
|
3
|
-
type AppTheme = "light" | "dark";
|
|
4
|
-
type CodeMockupLineProps = JSX.HTMLAttributes<HTMLPreElement> & {
|
|
5
|
-
dataPrefix?: string | boolean;
|
|
6
|
-
status?: ComponentStatus;
|
|
7
|
-
innerProps?: JSX.HTMLAttributes<HTMLElement>;
|
|
8
|
-
innerRef?: HTMLElement | ((el: HTMLElement) => void);
|
|
9
|
-
dataTheme?: AppTheme;
|
|
10
|
-
};
|
|
11
|
-
declare const CodeMockupLine: (props: CodeMockupLineProps) => JSX.Element;
|
|
12
|
-
export default CodeMockupLine;
|