@getmicdrop/svelte-components 5.4.1 → 5.4.2
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/calendar/AboutShow/AboutShow.svelte +172 -172
- package/dist/calendar/Calendar/MiniMonthCalendar.svelte +782 -782
- package/dist/calendar/FAQs/FAQs.svelte +75 -75
- package/dist/calendar/MonthSwitcher/MonthSwitcher.svelte +126 -126
- package/dist/calendar/OrderSummary/OrderSummary.svelte +367 -367
- package/dist/calendar/PublicCard/PublicCard.svelte +146 -145
- package/dist/calendar/PublicCard/PublicCard.svelte.d.ts.map +1 -1
- package/dist/calendar/ShowCard/ShowCard.svelte +157 -157
- package/dist/calendar/ShowTimeCard/ShowTimeCard.svelte +61 -61
- package/dist/calendar/index.d.ts +9 -0
- package/dist/calendar/index.d.ts.map +1 -0
- package/dist/calendar/index.js +15 -0
- package/dist/components/Layout/Grid.spec.d.ts +2 -0
- package/dist/components/Layout/Grid.spec.d.ts.map +1 -0
- package/dist/components/Layout/Grid.spec.js +230 -0
- package/dist/components/Layout/Grid.svelte +101 -109
- package/dist/components/Layout/Grid.svelte.d.ts +16 -6
- package/dist/components/Layout/Grid.svelte.d.ts.map +1 -1
- package/dist/components/Layout/Section.svelte +80 -80
- package/dist/components/Layout/Sidebar.svelte +108 -108
- package/dist/components/Layout/Stack.spec.d.ts +2 -0
- package/dist/components/Layout/Stack.spec.d.ts.map +1 -0
- package/dist/components/Layout/Stack.spec.js +257 -0
- package/dist/components/Layout/Stack.svelte +52 -90
- package/dist/components/Layout/Stack.svelte.d.ts +4 -6
- package/dist/components/Layout/Stack.svelte.d.ts.map +1 -1
- package/dist/components/Layout/__tests__/Grid.test.d.ts +2 -0
- package/dist/components/Layout/__tests__/Grid.test.d.ts.map +1 -0
- package/dist/components/Layout/__tests__/Grid.test.js +246 -0
- package/dist/components/Layout/__tests__/Stack.test.d.ts +2 -0
- package/dist/components/Layout/__tests__/Stack.test.d.ts.map +1 -0
- package/dist/components/Layout/__tests__/Stack.test.js +267 -0
- package/dist/constants/formOptions.spec.d.ts.map +1 -1
- package/dist/constants/formOptions.spec.js +69 -82
- package/dist/constants/validation.js +91 -91
- package/dist/constants/validation.spec.js +64 -64
- package/dist/datetime/__tests__/format.test.js +81 -1
- package/dist/datetime/format.d.ts +74 -0
- package/dist/datetime/format.d.ts.map +1 -1
- package/dist/datetime/format.js +104 -0
- package/dist/datetime/index.d.ts +1 -1
- package/dist/datetime/index.d.ts.map +1 -1
- package/dist/datetime/index.js +1 -1
- package/dist/datetime/timezone.d.ts.map +1 -1
- package/dist/datetime/timezone.js +2 -0
- package/dist/datetime/types.d.ts +4 -0
- package/dist/datetime/types.d.ts.map +1 -1
- package/dist/forms/createFormStore.svelte.d.ts.map +1 -1
- package/dist/forms/createFormStore.svelte.js +3 -2
- package/dist/index.d.ts +4 -112
- package/dist/index.js +47 -223
- package/dist/index.spec.d.ts +2 -0
- package/dist/index.spec.d.ts.map +1 -0
- package/dist/index.spec.js +370 -0
- package/dist/patterns/data/DataGrid.svelte +45 -45
- package/dist/patterns/data/DataList.svelte +24 -24
- package/dist/patterns/data/DataTable.svelte +41 -41
- package/dist/patterns/data/index.d.ts +4 -0
- package/dist/patterns/data/index.d.ts.map +1 -0
- package/dist/patterns/data/index.js +4 -0
- package/dist/patterns/forms/FormActions.spec.js +88 -88
- package/dist/patterns/forms/FormActions.stories.svelte +97 -97
- package/dist/patterns/forms/FormActions.svelte +46 -46
- package/dist/patterns/forms/FormGrid.svelte +33 -33
- package/dist/patterns/forms/FormSection.svelte +32 -32
- package/dist/patterns/forms/FormValidationSummary.spec.d.ts.map +1 -1
- package/dist/patterns/forms/FormValidationSummary.spec.js +181 -203
- package/dist/patterns/forms/FormValidationSummary.stories.svelte +97 -97
- package/dist/patterns/forms/FormValidationSummary.svelte +74 -67
- package/dist/patterns/forms/FormValidationSummary.svelte.d.ts +8 -16
- package/dist/patterns/forms/FormValidationSummary.svelte.d.ts.map +1 -1
- package/dist/patterns/forms/index.d.ts +5 -0
- package/dist/patterns/forms/index.d.ts.map +1 -0
- package/dist/patterns/forms/index.js +5 -0
- package/dist/patterns/index.d.ts +6 -0
- package/dist/patterns/index.d.ts.map +1 -0
- package/dist/patterns/index.js +18 -0
- package/dist/patterns/layout/Sidebar.svelte +39 -39
- package/dist/patterns/layout/Stack.svelte +61 -45
- package/dist/patterns/layout/Stack.svelte.d.ts +35 -21
- package/dist/patterns/layout/Stack.svelte.d.ts.map +1 -1
- package/dist/patterns/layout/index.d.ts +5 -0
- package/dist/patterns/layout/index.d.ts.map +1 -0
- package/dist/patterns/layout/index.js +6 -0
- package/dist/patterns/navigation/BottomNav.spec.d.ts.map +1 -1
- package/dist/patterns/navigation/BottomNav.spec.js +104 -130
- package/dist/patterns/navigation/BottomNav.stories.svelte +117 -117
- package/dist/patterns/navigation/BottomNav.svelte +64 -54
- package/dist/patterns/navigation/BottomNav.svelte.d.ts +10 -10
- package/dist/patterns/navigation/BottomNav.svelte.d.ts.map +1 -1
- package/dist/patterns/navigation/Header.spec.d.ts.map +1 -1
- package/dist/patterns/navigation/Header.spec.js +161 -203
- package/dist/patterns/navigation/Header.stories.svelte +77 -77
- package/dist/patterns/navigation/Header.svelte +255 -240
- package/dist/patterns/navigation/Header.svelte.d.ts +12 -19
- package/dist/patterns/navigation/Header.svelte.d.ts.map +1 -1
- package/dist/patterns/navigation/index.d.ts +3 -0
- package/dist/patterns/navigation/index.d.ts.map +1 -0
- package/dist/patterns/navigation/index.js +3 -0
- package/dist/patterns/page/PageHeader.svelte +49 -36
- package/dist/patterns/page/PageHeader.svelte.d.ts +12 -18
- package/dist/patterns/page/PageHeader.svelte.d.ts.map +1 -1
- package/dist/patterns/page/PageLayout.svelte +40 -40
- package/dist/patterns/page/PageLoader.spec.js +54 -54
- package/dist/patterns/page/PageLoader.stories.svelte +137 -137
- package/dist/patterns/page/PageLoader.svelte +53 -41
- package/dist/patterns/page/PageLoader.svelte.d.ts +9 -20
- package/dist/patterns/page/PageLoader.svelte.d.ts.map +1 -1
- package/dist/patterns/page/SectionHeader.svelte +51 -41
- package/dist/patterns/page/SectionHeader.svelte.d.ts +8 -17
- package/dist/patterns/page/SectionHeader.svelte.d.ts.map +1 -1
- package/dist/patterns/page/index.d.ts +5 -0
- package/dist/patterns/page/index.d.ts.map +1 -0
- package/dist/patterns/page/index.js +5 -0
- package/dist/presets/badges.js +112 -112
- package/dist/presets/buttons.js +76 -76
- package/dist/presets/index.js +9 -9
- package/dist/primitives/Accordion/Accordion.stories.svelte +75 -75
- package/dist/primitives/Accordion/Accordion.svelte +62 -61
- package/dist/primitives/Accordion/Accordion.svelte.d.ts.map +1 -1
- package/dist/primitives/Accordion/AccordionItem.svelte +95 -95
- package/dist/primitives/Alert/Alert.spec.js +170 -170
- package/dist/primitives/Alert/Alert.stories.svelte +88 -88
- package/dist/primitives/Alert/Alert.svelte +64 -65
- package/dist/primitives/Alert/Alert.svelte.d.ts +2 -1
- package/dist/primitives/Alert/Alert.svelte.d.ts.map +1 -1
- package/dist/primitives/Avatar/Avatar.stories.svelte +94 -94
- package/dist/primitives/Avatar/Avatar.svelte +66 -66
- package/dist/primitives/Badges/Badge.spec.js +103 -103
- package/dist/primitives/Badges/Badge.stories.svelte +86 -86
- package/dist/primitives/Badges/Badge.svelte +99 -142
- package/dist/primitives/Badges/Badge.svelte.d.ts +4 -2
- package/dist/primitives/Badges/Badge.svelte.d.ts.map +1 -1
- package/dist/primitives/BottomSheet/BottomSheet.spec.js +127 -127
- package/dist/primitives/BottomSheet/BottomSheet.stories.svelte +83 -83
- package/dist/primitives/BottomSheet/BottomSheet.svelte +100 -100
- package/dist/primitives/Breadcrumb/Breadcrumb.spec.js +120 -120
- package/dist/primitives/Breadcrumb/Breadcrumb.stories.svelte +23 -23
- package/dist/primitives/Breadcrumb/Breadcrumb.svelte +89 -89
- package/dist/primitives/Button/Button.spec.js +211 -211
- package/dist/primitives/Button/Button.stories.svelte +76 -76
- package/dist/primitives/Button/Button.svelte +269 -301
- package/dist/primitives/Button/Button.svelte.d.ts +10 -26
- package/dist/primitives/Button/Button.svelte.d.ts.map +1 -1
- package/dist/primitives/Button/ButtonSaveDemo.spec.js +48 -48
- package/dist/primitives/Button/ButtonSaveDemo.svelte +25 -25
- package/dist/primitives/Button/ButtonVariantShowcase.svelte +129 -129
- package/dist/primitives/Card.spec.js +49 -49
- package/dist/primitives/Card.stories.svelte +22 -22
- package/dist/primitives/Card.svelte +28 -28
- package/dist/primitives/Checkbox/Checkbox.stories.svelte +84 -84
- package/dist/primitives/Checkbox/Checkbox.svelte +88 -88
- package/dist/primitives/DarkModeToggle.spec.js +357 -357
- package/dist/primitives/DarkModeToggle.stories.svelte +57 -57
- package/dist/primitives/DarkModeToggle.svelte +136 -136
- package/dist/primitives/Drawer/Drawer.stories.svelte +100 -100
- package/dist/primitives/Drawer/Drawer.svelte +236 -214
- package/dist/primitives/Drawer/Drawer.svelte.d.ts +12 -31
- package/dist/primitives/Drawer/Drawer.svelte.d.ts.map +1 -1
- package/dist/primitives/Dropdown/Dropdown.stories.svelte +137 -137
- package/dist/primitives/Dropdown/Dropdown.svelte +160 -148
- package/dist/primitives/Dropdown/Dropdown.svelte.d.ts +9 -18
- package/dist/primitives/Dropdown/Dropdown.svelte.d.ts.map +1 -1
- package/dist/primitives/Dropdown/DropdownItem.svelte +80 -80
- package/dist/primitives/Icons/ArrowLeft.svelte +21 -20
- package/dist/primitives/Icons/ArrowLeft.svelte.d.ts +2 -0
- package/dist/primitives/Icons/ArrowLeft.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/ArrowRight.svelte +21 -20
- package/dist/primitives/Icons/ArrowRight.svelte.d.ts +2 -0
- package/dist/primitives/Icons/ArrowRight.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/Availability.svelte +27 -26
- package/dist/primitives/Icons/Availability.svelte.d.ts +2 -0
- package/dist/primitives/Icons/Availability.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/Back.svelte +27 -26
- package/dist/primitives/Icons/Back.svelte.d.ts +2 -0
- package/dist/primitives/Icons/Back.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/CheckCircle.svelte +19 -18
- package/dist/primitives/Icons/CheckCircle.svelte.d.ts +2 -0
- package/dist/primitives/Icons/CheckCircle.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/CheckCircleOutline.svelte +28 -27
- package/dist/primitives/Icons/CheckCircleOutline.svelte.d.ts +2 -0
- package/dist/primitives/Icons/CheckCircleOutline.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/CheckCircleSolid.svelte +12 -10
- package/dist/primitives/Icons/CheckCircleSolid.svelte.d.ts +4 -0
- package/dist/primitives/Icons/CheckCircleSolid.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/CheckOutline.svelte +15 -13
- package/dist/primitives/Icons/CheckOutline.svelte.d.ts +4 -0
- package/dist/primitives/Icons/CheckOutline.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/ChevronDownOutline.svelte +14 -12
- package/dist/primitives/Icons/ChevronDownOutline.svelte.d.ts +4 -0
- package/dist/primitives/Icons/ChevronDownOutline.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/ChevronLeft.svelte +17 -16
- package/dist/primitives/Icons/ChevronLeft.svelte.d.ts +2 -0
- package/dist/primitives/Icons/ChevronLeft.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/ChevronLeftOutline.svelte +14 -12
- package/dist/primitives/Icons/ChevronLeftOutline.svelte.d.ts +4 -0
- package/dist/primitives/Icons/ChevronLeftOutline.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/ChevronRight.svelte +17 -16
- package/dist/primitives/Icons/ChevronRight.svelte.d.ts +2 -0
- package/dist/primitives/Icons/ChevronRight.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/ChevronRightOutline.svelte +14 -12
- package/dist/primitives/Icons/ChevronRightOutline.svelte.d.ts +4 -0
- package/dist/primitives/Icons/ChevronRightOutline.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/ChevronUpOutline.svelte +14 -12
- package/dist/primitives/Icons/ChevronUpOutline.svelte.d.ts +4 -0
- package/dist/primitives/Icons/ChevronUpOutline.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/CloseCircleOutline.svelte +14 -12
- package/dist/primitives/Icons/CloseCircleOutline.svelte.d.ts +4 -0
- package/dist/primitives/Icons/CloseCircleOutline.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/CloseOutline.svelte +14 -12
- package/dist/primitives/Icons/CloseOutline.svelte.d.ts +4 -0
- package/dist/primitives/Icons/CloseOutline.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/Copy.svelte +28 -27
- package/dist/primitives/Icons/Copy.svelte.d.ts +2 -0
- package/dist/primitives/Icons/Copy.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/Cross.svelte +18 -17
- package/dist/primitives/Icons/Cross.svelte.d.ts +2 -0
- package/dist/primitives/Icons/Cross.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/DotsHorizontalOutline.svelte +12 -10
- package/dist/primitives/Icons/DotsHorizontalOutline.svelte.d.ts +4 -0
- package/dist/primitives/Icons/DotsHorizontalOutline.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/DownArrow.svelte +21 -20
- package/dist/primitives/Icons/DownArrow.svelte.d.ts +2 -0
- package/dist/primitives/Icons/DownArrow.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/ErrorCircle.svelte +19 -18
- package/dist/primitives/Icons/ErrorCircle.svelte.d.ts +2 -0
- package/dist/primitives/Icons/ErrorCircle.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/ExclamationCircleOutline.svelte +14 -12
- package/dist/primitives/Icons/ExclamationCircleOutline.svelte.d.ts +4 -0
- package/dist/primitives/Icons/ExclamationCircleOutline.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/ExclamationTriangleOutline.svelte +14 -12
- package/dist/primitives/Icons/ExclamationTriangleOutline.svelte.d.ts +4 -0
- package/dist/primitives/Icons/ExclamationTriangleOutline.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/EyeOutline.svelte +14 -12
- package/dist/primitives/Icons/EyeOutline.svelte.d.ts +4 -0
- package/dist/primitives/Icons/EyeOutline.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/EyeSlashOutline.svelte +14 -12
- package/dist/primitives/Icons/EyeSlashOutline.svelte.d.ts +4 -0
- package/dist/primitives/Icons/EyeSlashOutline.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/FacebookIcon.svelte +15 -13
- package/dist/primitives/Icons/FacebookIcon.svelte.d.ts +2 -0
- package/dist/primitives/Icons/FacebookIcon.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/FileCopyOutline.svelte +14 -12
- package/dist/primitives/Icons/FileCopyOutline.svelte.d.ts +4 -0
- package/dist/primitives/Icons/FileCopyOutline.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/Home.svelte +28 -27
- package/dist/primitives/Icons/Home.svelte.d.ts +2 -0
- package/dist/primitives/Icons/Home.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/HomeSolid.svelte +12 -10
- package/dist/primitives/Icons/HomeSolid.svelte.d.ts +4 -0
- package/dist/primitives/Icons/HomeSolid.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/Icon.spec.js +175 -175
- package/dist/primitives/Icons/Icon.stories.svelte +100 -100
- package/dist/primitives/Icons/Icon.svelte +79 -63
- package/dist/primitives/Icons/Icon.svelte.d.ts +5 -3
- package/dist/primitives/Icons/Icon.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/IconGallery.stories.svelte +235 -235
- package/dist/primitives/Icons/Icons.spec.d.ts +8 -0
- package/dist/primitives/Icons/Icons.spec.d.ts.map +1 -0
- package/dist/primitives/Icons/Icons.spec.js +291 -0
- package/dist/primitives/Icons/ImageOutline.svelte +21 -19
- package/dist/primitives/Icons/ImageOutline.svelte.d.ts +6 -2
- package/dist/primitives/Icons/ImageOutline.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/Info.svelte +20 -19
- package/dist/primitives/Icons/Info.svelte.d.ts +2 -0
- package/dist/primitives/Icons/Info.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/InfoCircleOutline.svelte +14 -12
- package/dist/primitives/Icons/InfoCircleOutline.svelte.d.ts +4 -0
- package/dist/primitives/Icons/InfoCircleOutline.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/InstagramIcon.svelte +21 -19
- package/dist/primitives/Icons/InstagramIcon.svelte.d.ts +2 -0
- package/dist/primitives/Icons/InstagramIcon.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/LogoInstagram.svelte +15 -15
- package/dist/primitives/Icons/LogoInstagram.svelte.d.ts +4 -2
- package/dist/primitives/Icons/LogoInstagram.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/Message.svelte +28 -27
- package/dist/primitives/Icons/Message.svelte.d.ts +2 -0
- package/dist/primitives/Icons/Message.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/MinusOutline.svelte +14 -12
- package/dist/primitives/Icons/MinusOutline.svelte.d.ts +4 -0
- package/dist/primitives/Icons/MinusOutline.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/MoonIcon.svelte +18 -16
- package/dist/primitives/Icons/MoonIcon.svelte.d.ts +2 -0
- package/dist/primitives/Icons/MoonIcon.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/More.svelte +34 -33
- package/dist/primitives/Icons/More.svelte.d.ts +2 -0
- package/dist/primitives/Icons/More.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/MoreHori.spec.js +67 -67
- package/dist/primitives/Icons/MoreHori.svelte +35 -34
- package/dist/primitives/Icons/MoreHori.svelte.d.ts +2 -0
- package/dist/primitives/Icons/MoreHori.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/Notification.svelte +27 -26
- package/dist/primitives/Icons/Notification.svelte.d.ts +2 -0
- package/dist/primitives/Icons/Notification.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/Payment.svelte +27 -26
- package/dist/primitives/Icons/Payment.svelte.d.ts +2 -0
- package/dist/primitives/Icons/Payment.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/PlusOutline.svelte +14 -12
- package/dist/primitives/Icons/PlusOutline.svelte.d.ts +4 -0
- package/dist/primitives/Icons/PlusOutline.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/Profile.svelte +34 -33
- package/dist/primitives/Icons/Profile.svelte.d.ts +2 -0
- package/dist/primitives/Icons/Profile.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/Reload.svelte +42 -41
- package/dist/primitives/Icons/Reload.svelte.d.ts +2 -0
- package/dist/primitives/Icons/Reload.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/SearchOutline.svelte +14 -12
- package/dist/primitives/Icons/SearchOutline.svelte.d.ts +4 -0
- package/dist/primitives/Icons/SearchOutline.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/ShareOutline.svelte +14 -12
- package/dist/primitives/Icons/ShareOutline.svelte.d.ts +4 -0
- package/dist/primitives/Icons/ShareOutline.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/Shows.svelte +34 -33
- package/dist/primitives/Icons/Shows.svelte.d.ts +2 -0
- package/dist/primitives/Icons/Shows.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/Signout.svelte +34 -33
- package/dist/primitives/Icons/Signout.svelte.d.ts +2 -0
- package/dist/primitives/Icons/Signout.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/SunIcon.svelte +21 -19
- package/dist/primitives/Icons/SunIcon.svelte.d.ts +2 -0
- package/dist/primitives/Icons/SunIcon.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/TiktokIcon.svelte +15 -13
- package/dist/primitives/Icons/TiktokIcon.svelte.d.ts +2 -0
- package/dist/primitives/Icons/TiktokIcon.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/TrashBinOutline.svelte +21 -19
- package/dist/primitives/Icons/TrashBinOutline.svelte.d.ts +6 -2
- package/dist/primitives/Icons/TrashBinOutline.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/TwitterIcon.svelte +15 -13
- package/dist/primitives/Icons/TwitterIcon.svelte.d.ts +2 -0
- package/dist/primitives/Icons/TwitterIcon.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/WarningIcon.spec.js +30 -30
- package/dist/primitives/Icons/WarningIcon.svelte +24 -24
- package/dist/primitives/Icons/WarningIcon.svelte.d.ts +6 -2
- package/dist/primitives/Icons/WarningIcon.svelte.d.ts.map +1 -1
- package/dist/primitives/Icons/iconTestUtils.d.ts +162 -0
- package/dist/primitives/Icons/iconTestUtils.d.ts.map +1 -0
- package/dist/primitives/Icons/iconTestUtils.js +160 -0
- package/dist/primitives/Icons/index.d.ts +56 -54
- package/dist/primitives/Icons/index.d.ts.map +1 -1
- package/dist/primitives/Icons/index.js +59 -61
- package/dist/primitives/Icons/types.d.ts +31 -0
- package/dist/primitives/Icons/types.d.ts.map +1 -0
- package/dist/primitives/Icons/types.js +8 -0
- package/dist/primitives/Input/Input.spec.js +573 -573
- package/dist/primitives/Input/Input.stories.svelte +139 -139
- package/dist/primitives/Input/Input.svelte +431 -444
- package/dist/primitives/Input/Input.svelte.d.ts.map +1 -1
- package/dist/primitives/Input/Select.spec.js +218 -218
- package/dist/primitives/Input/Select.stories.svelte +112 -112
- package/dist/primitives/Input/Select.svelte +249 -232
- package/dist/primitives/Input/Select.svelte.d.ts +16 -24
- package/dist/primitives/Input/Select.svelte.d.ts.map +1 -1
- package/dist/primitives/Input/Textarea.stories.svelte +137 -137
- package/dist/primitives/Input/Textarea.svelte +105 -79
- package/dist/primitives/Input/Textarea.svelte.d.ts +20 -39
- package/dist/primitives/Input/Textarea.svelte.d.ts.map +1 -1
- package/dist/primitives/Label/Label.svelte +37 -37
- package/dist/primitives/Modal/Modal.spec.js +95 -95
- package/dist/primitives/Modal/Modal.stories.svelte +86 -86
- package/dist/primitives/Modal/Modal.svelte +158 -158
- package/dist/primitives/Pagination/Pagination.stories.svelte +76 -76
- package/dist/primitives/Pagination/Pagination.svelte +261 -261
- package/dist/primitives/Radio/Radio.stories.svelte +80 -80
- package/dist/primitives/Radio/Radio.svelte +67 -67
- package/dist/primitives/Skeleton/CardPlaceholder.svelte +87 -87
- package/dist/primitives/Skeleton/ImagePlaceholder.svelte +59 -59
- package/dist/primitives/Skeleton/ListPlaceholder.svelte +76 -76
- package/dist/primitives/Skeleton/Skeleton.stories.svelte +151 -151
- package/dist/primitives/Skeleton/Skeleton.svelte +46 -52
- package/dist/primitives/Skeleton/Skeleton.svelte.d.ts +2 -1
- package/dist/primitives/Skeleton/Skeleton.svelte.d.ts.map +1 -1
- package/dist/primitives/Spinner/Spinner.spec.js +75 -75
- package/dist/primitives/Spinner/Spinner.stories.svelte +29 -29
- package/dist/primitives/Spinner/Spinner.svelte +44 -57
- package/dist/primitives/Spinner/Spinner.svelte.d.ts +4 -2
- package/dist/primitives/Spinner/Spinner.svelte.d.ts.map +1 -1
- package/dist/primitives/Tabs/TabItem.svelte +52 -51
- package/dist/primitives/Tabs/TabItem.svelte.d.ts.map +1 -1
- package/dist/primitives/Tabs/Tabs.stories.svelte +112 -112
- package/dist/primitives/Tabs/Tabs.svelte +129 -128
- package/dist/primitives/Tabs/Tabs.svelte.d.ts.map +1 -1
- package/dist/primitives/Toggle.spec.js +127 -127
- package/dist/primitives/Toggle.stories.svelte +92 -92
- package/dist/primitives/Toggle.svelte +71 -71
- package/dist/primitives/Typography/Typography.svelte +53 -53
- package/dist/primitives/ValidationError.spec.js +103 -103
- package/dist/primitives/ValidationError.stories.svelte +112 -111
- package/dist/primitives/ValidationError.svelte +29 -29
- package/dist/primitives/index.d.ts +31 -0
- package/dist/primitives/index.d.ts.map +1 -0
- package/dist/primitives/index.js +81 -0
- package/dist/recipes/CropImage/CropImage.spec.js +216 -216
- package/dist/recipes/CropImage/CropImage.stories.svelte +104 -104
- package/dist/recipes/CropImage/CropImage.svelte +238 -238
- package/dist/recipes/ImageUploader/ImageUploader.stories.svelte +125 -125
- package/dist/recipes/ImageUploader/ImageUploader.svelte +959 -980
- package/dist/recipes/ImageUploader/ImageUploader.svelte.d.ts.map +1 -1
- package/dist/recipes/SuperLogin/SuperLogin.svelte +18 -17
- package/dist/recipes/SuperLogin/SuperLogin.svelte.d.ts.map +1 -1
- package/dist/recipes/Toaster/Toaster.stories.svelte +62 -62
- package/dist/recipes/feedback/EmptyState/EmptyState.svelte +66 -47
- package/dist/recipes/feedback/EmptyState/EmptyState.svelte.d.ts +7 -1
- package/dist/recipes/feedback/EmptyState/EmptyState.svelte.d.ts.map +1 -1
- package/dist/recipes/feedback/ErrorDisplay.spec.js +69 -69
- package/dist/recipes/feedback/ErrorDisplay.stories.svelte +113 -112
- package/dist/recipes/feedback/ErrorDisplay.svelte +67 -38
- package/dist/recipes/feedback/ErrorDisplay.svelte.d.ts +7 -0
- package/dist/recipes/feedback/ErrorDisplay.svelte.d.ts.map +1 -1
- package/dist/recipes/feedback/StatusIndicator/StatusIndicator.spec.js +129 -129
- package/dist/recipes/feedback/StatusIndicator/StatusIndicator.svelte +176 -167
- package/dist/recipes/feedback/StatusIndicator/StatusIndicator.svelte.d.ts +2 -2
- package/dist/recipes/feedback/StatusIndicator/StatusIndicator.svelte.d.ts.map +1 -1
- package/dist/recipes/feedback/index.d.ts +4 -0
- package/dist/recipes/feedback/index.d.ts.map +1 -0
- package/dist/recipes/feedback/index.js +4 -0
- package/dist/recipes/fields/CheckboxField.svelte +85 -85
- package/dist/recipes/fields/FormField.svelte +58 -58
- package/dist/recipes/fields/RadioGroup.svelte +95 -95
- package/dist/recipes/fields/SelectField.svelte +82 -82
- package/dist/recipes/fields/SelectField.svelte.d.ts +4 -1
- package/dist/recipes/fields/SelectField.svelte.d.ts.map +1 -1
- package/dist/recipes/fields/TextareaField.svelte +101 -101
- package/dist/recipes/fields/TextareaField.svelte.d.ts +6 -2
- package/dist/recipes/fields/TextareaField.svelte.d.ts.map +1 -1
- package/dist/recipes/fields/ToggleField.svelte +60 -60
- package/dist/recipes/fields/index.js +7 -7
- package/dist/recipes/index.d.ts +8 -0
- package/dist/recipes/index.d.ts.map +1 -0
- package/dist/recipes/index.js +24 -0
- package/dist/recipes/inputs/MultiSelect.spec.js +257 -257
- package/dist/recipes/inputs/MultiSelect.stories.svelte +133 -133
- package/dist/recipes/inputs/MultiSelect.svelte +276 -244
- package/dist/recipes/inputs/MultiSelect.svelte.d.ts +17 -26
- package/dist/recipes/inputs/MultiSelect.svelte.d.ts.map +1 -1
- package/dist/recipes/inputs/OTPInput.spec.js +238 -238
- package/dist/recipes/inputs/OTPInput.stories.svelte +162 -162
- package/dist/recipes/inputs/OTPInput.svelte +117 -102
- package/dist/recipes/inputs/OTPInput.svelte.d.ts +15 -20
- package/dist/recipes/inputs/OTPInput.svelte.d.ts.map +1 -1
- package/dist/recipes/inputs/PasswordInput.svelte +121 -100
- package/dist/recipes/inputs/PasswordInput.svelte.d.ts +27 -34
- package/dist/recipes/inputs/PasswordInput.svelte.d.ts.map +1 -1
- package/dist/recipes/inputs/PasswordStrengthIndicator/PasswordStrengthIndicator.spec.js +173 -173
- package/dist/recipes/inputs/PasswordStrengthIndicator/PasswordStrengthIndicator.svelte +117 -108
- package/dist/recipes/inputs/PasswordStrengthIndicator/PasswordStrengthIndicator.svelte.d.ts +8 -16
- package/dist/recipes/inputs/PasswordStrengthIndicator/PasswordStrengthIndicator.svelte.d.ts.map +1 -1
- package/dist/recipes/inputs/PlaceAutocomplete/PlaceAutocomplete.spec.js +300 -300
- package/dist/recipes/inputs/PlaceAutocomplete/PlaceAutocomplete.stories.svelte +170 -165
- package/dist/recipes/inputs/PlaceAutocomplete/PlaceAutocomplete.stories.svelte.d.ts.map +1 -1
- package/dist/recipes/inputs/PlaceAutocomplete/PlaceAutocomplete.svelte +337 -337
- package/dist/recipes/inputs/Search.svelte +102 -85
- package/dist/recipes/inputs/Search.svelte.d.ts +16 -32
- package/dist/recipes/inputs/Search.svelte.d.ts.map +1 -1
- package/dist/recipes/inputs/SelectDropdown.svelte +169 -161
- package/dist/recipes/inputs/SelectDropdown.svelte.d.ts +12 -18
- package/dist/recipes/inputs/SelectDropdown.svelte.d.ts.map +1 -1
- package/dist/recipes/inputs/index.d.ts +8 -0
- package/dist/recipes/inputs/index.d.ts.map +1 -0
- package/dist/recipes/inputs/index.js +8 -0
- package/dist/recipes/modals/AlertModal.svelte +130 -130
- package/dist/recipes/modals/ConfirmationModal.spec.js +191 -191
- package/dist/recipes/modals/ConfirmationModal.stories.svelte +119 -119
- package/dist/recipes/modals/ConfirmationModal.svelte +152 -152
- package/dist/recipes/modals/InputModal.svelte +182 -182
- package/dist/recipes/modals/ModalStateManager.spec.js +100 -100
- package/dist/recipes/modals/ModalStateManager.svelte +77 -77
- package/dist/recipes/modals/ModalTestWrapper.svelte +65 -65
- package/dist/recipes/modals/StatusModal.svelte +206 -206
- package/dist/recipes/modals/index.d.ts +7 -0
- package/dist/recipes/modals/index.d.ts.map +1 -0
- package/dist/recipes/modals/index.js +7 -0
- package/dist/services/EventService.js +75 -75
- package/dist/services/EventService.spec.js +217 -217
- package/dist/services/ShowService.spec.js +342 -342
- package/dist/stores/auth.js +36 -36
- package/dist/stores/auth.spec.js +139 -139
- package/dist/stores/toaster.js +13 -13
- package/dist/stories/ButtonAuditDashboard.svelte +23 -18
- package/dist/stories/ButtonAuditDashboard.svelte.d.ts.map +1 -1
- package/dist/stories/ButtonAuditReview.stories.svelte +14 -14
- package/dist/stories/ButtonAuditReview.svelte +427 -427
- package/dist/stories/PatternsGallery.stories.svelte +19 -19
- package/dist/stories/PatternsGallery.svelte +399 -388
- package/dist/stories/PatternsGallery.svelte.d.ts.map +1 -1
- package/dist/stories/PrimitivesGallery.stories.svelte +19 -19
- package/dist/stories/PrimitivesGallery.svelte +752 -752
- package/dist/stories/RecipesGallery.stories.svelte +19 -19
- package/dist/stories/RecipesGallery.svelte +471 -441
- package/dist/stories/RecipesGallery.svelte.d.ts.map +1 -1
- package/dist/stories/button-audit-manifest.json +11186 -11186
- package/dist/tailwind/preset.cjs +82 -82
- package/dist/telemetry.d.ts.map +1 -1
- package/dist/telemetry.js +1 -0
- package/dist/telemetry.server.d.ts.map +1 -1
- package/dist/telemetry.server.js +1 -0
- package/dist/telemetry.server.spec.js +1 -0
- package/dist/telemetry.spec.js +1 -0
- package/dist/tokens/__tests__/sizing.test.d.ts +2 -0
- package/dist/tokens/__tests__/sizing.test.d.ts.map +1 -0
- package/dist/tokens/__tests__/sizing.test.js +307 -0
- package/dist/tokens/__tests__/spacing.test.d.ts +2 -0
- package/dist/tokens/__tests__/spacing.test.d.ts.map +1 -0
- package/dist/tokens/__tests__/spacing.test.js +178 -0
- package/dist/tokens/__tests__/variants.test.d.ts +2 -0
- package/dist/tokens/__tests__/variants.test.d.ts.map +1 -0
- package/dist/tokens/__tests__/variants.test.js +329 -0
- package/dist/tokens/index.d.ts +3 -0
- package/dist/tokens/index.d.ts.map +1 -1
- package/dist/tokens/index.js +16 -0
- package/dist/tokens/sizing.d.ts +118 -0
- package/dist/tokens/sizing.d.ts.map +1 -0
- package/dist/tokens/sizing.js +125 -0
- package/dist/tokens/spacing.d.ts +105 -0
- package/dist/tokens/spacing.d.ts.map +1 -1
- package/dist/tokens/spacing.js +76 -0
- package/dist/tokens/tokens.css +87 -87
- package/dist/tokens/variants.d.ts +78 -0
- package/dist/tokens/variants.d.ts.map +1 -0
- package/dist/tokens/variants.js +89 -0
- package/dist/utils/__tests__/auth.test.d.ts +2 -0
- package/dist/utils/__tests__/auth.test.d.ts.map +1 -0
- package/dist/utils/__tests__/auth.test.js +431 -0
- package/dist/utils/__tests__/formatters.test.d.ts +2 -0
- package/dist/utils/__tests__/formatters.test.d.ts.map +1 -0
- package/dist/utils/__tests__/formatters.test.js +73 -0
- package/dist/utils/auth.d.ts +46 -0
- package/dist/utils/auth.d.ts.map +1 -0
- package/dist/utils/auth.js +195 -0
- package/dist/utils/formatters.d.ts +13 -0
- package/dist/utils/formatters.d.ts.map +1 -0
- package/dist/utils/formatters.js +24 -0
- package/dist/utils/utils.js +354 -354
- package/package.json +286 -282
- package/dist/patterns/layout/Grid.svelte +0 -35
- package/dist/patterns/layout/Grid.svelte.d.ts +0 -18
- package/dist/patterns/layout/Grid.svelte.d.ts.map +0 -1
|
@@ -4,9 +4,13 @@ type TrashBinOutline = {
|
|
|
4
4
|
$set?(props: Partial<$$ComponentProps>): void;
|
|
5
5
|
};
|
|
6
6
|
declare const TrashBinOutline: import("svelte").Component<{
|
|
7
|
+
size?: string;
|
|
8
|
+
color?: string;
|
|
7
9
|
class?: string;
|
|
8
|
-
}
|
|
10
|
+
}, {}, "">;
|
|
9
11
|
type $$ComponentProps = {
|
|
12
|
+
size?: string;
|
|
13
|
+
color?: string;
|
|
10
14
|
class?: string;
|
|
11
|
-
}
|
|
15
|
+
};
|
|
12
16
|
//# sourceMappingURL=TrashBinOutline.svelte.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TrashBinOutline.svelte.d.ts","sourceRoot":"","sources":["../../../src/lib/primitives/Icons/TrashBinOutline.svelte.js"],"names":[],"mappings":";;;;;AAaA;
|
|
1
|
+
{"version":3,"file":"TrashBinOutline.svelte.d.ts","sourceRoot":"","sources":["../../../src/lib/primitives/Icons/TrashBinOutline.svelte.js"],"names":[],"mappings":";;;;;AAaA;WAT4B,MAAM;YAAU,MAAM;YAAU,MAAM;WASJ;wBAT3C;IAAE,IAAI,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE"}
|
|
@@ -1,13 +1,15 @@
|
|
|
1
|
-
<script>
|
|
2
|
-
let { size = "
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<svg
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
1
|
+
<script>
|
|
2
|
+
let { size = "24", color = "currentColor", class: className = "" } = $props();
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<svg
|
|
6
|
+
class={className}
|
|
7
|
+
aria-hidden="true"
|
|
8
|
+
width={size}
|
|
9
|
+
height={size}
|
|
10
|
+
viewBox="0 0 24 24"
|
|
11
|
+
fill={color}
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
>
|
|
14
|
+
<path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/>
|
|
15
|
+
</svg>
|
|
@@ -6,9 +6,11 @@ type TwitterIcon = {
|
|
|
6
6
|
declare const TwitterIcon: import("svelte").Component<{
|
|
7
7
|
size?: string;
|
|
8
8
|
color?: string;
|
|
9
|
+
class?: string;
|
|
9
10
|
}, {}, "">;
|
|
10
11
|
type $$ComponentProps = {
|
|
11
12
|
size?: string;
|
|
12
13
|
color?: string;
|
|
14
|
+
class?: string;
|
|
13
15
|
};
|
|
14
16
|
//# sourceMappingURL=TwitterIcon.svelte.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TwitterIcon.svelte.d.ts","sourceRoot":"","sources":["../../../src/lib/primitives/Icons/TwitterIcon.svelte.js"],"names":[],"mappings":";;;;;AAaA;WAT4B,MAAM;YAAU,MAAM;
|
|
1
|
+
{"version":3,"file":"TwitterIcon.svelte.d.ts","sourceRoot":"","sources":["../../../src/lib/primitives/Icons/TwitterIcon.svelte.js"],"names":[],"mappings":";;;;;AAaA;WAT4B,MAAM;YAAU,MAAM;YAAU,MAAM;WASR;wBATvC;IAAE,IAAI,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE"}
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { render } from "@testing-library/svelte";
|
|
2
|
-
import { expect, describe, test } from "vitest";
|
|
3
|
-
import WarningIcon from "./WarningIcon.svelte";
|
|
4
|
-
|
|
5
|
-
describe("WarningIcon Component Tests", () => {
|
|
6
|
-
test("Renders warning icon SVG", () => {
|
|
7
|
-
const { container } = render(WarningIcon);
|
|
8
|
-
const svg = container.querySelector("svg");
|
|
9
|
-
expect(svg).toBeInTheDocument();
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
test("Has default dimensions", () => {
|
|
13
|
-
const { container } = render(WarningIcon);
|
|
14
|
-
const svg = container.querySelector("svg");
|
|
15
|
-
expect(svg).toHaveAttribute("width", "
|
|
16
|
-
expect(svg).toHaveAttribute("height", "
|
|
17
|
-
});
|
|
18
|
-
|
|
19
|
-
test("Accepts custom
|
|
20
|
-
const { container } = render(WarningIcon, { props: {
|
|
21
|
-
const svg = container.querySelector("svg");
|
|
22
|
-
expect(svg).toHaveClass("custom-class");
|
|
23
|
-
});
|
|
24
|
-
|
|
25
|
-
test("Has aria-hidden attribute", () => {
|
|
26
|
-
const { container } = render(WarningIcon);
|
|
27
|
-
const svg = container.querySelector("svg");
|
|
28
|
-
expect(svg).toHaveAttribute("aria-hidden", "true");
|
|
29
|
-
});
|
|
30
|
-
});
|
|
1
|
+
import { render } from "@testing-library/svelte";
|
|
2
|
+
import { expect, describe, test } from "vitest";
|
|
3
|
+
import WarningIcon from "./WarningIcon.svelte";
|
|
4
|
+
|
|
5
|
+
describe("WarningIcon Component Tests", () => {
|
|
6
|
+
test("Renders warning icon SVG", () => {
|
|
7
|
+
const { container } = render(WarningIcon);
|
|
8
|
+
const svg = container.querySelector("svg");
|
|
9
|
+
expect(svg).toBeInTheDocument();
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
test("Has default dimensions", () => {
|
|
13
|
+
const { container } = render(WarningIcon);
|
|
14
|
+
const svg = container.querySelector("svg");
|
|
15
|
+
expect(svg).toHaveAttribute("width", "16");
|
|
16
|
+
expect(svg).toHaveAttribute("height", "16");
|
|
17
|
+
});
|
|
18
|
+
|
|
19
|
+
test("Accepts custom class", () => {
|
|
20
|
+
const { container } = render(WarningIcon, { props: { class: "custom-class" } });
|
|
21
|
+
const svg = container.querySelector("svg");
|
|
22
|
+
expect(svg).toHaveClass("custom-class");
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
test("Has aria-hidden attribute", () => {
|
|
26
|
+
const { container } = render(WarningIcon);
|
|
27
|
+
const svg = container.querySelector("svg");
|
|
28
|
+
expect(svg).toHaveAttribute("aria-hidden", "true");
|
|
29
|
+
});
|
|
30
|
+
});
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
<script>
|
|
2
|
-
let { className = "" } = $props();
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<svg
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
viewBox="0 0 16 16"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
>
|
|
14
|
-
<path
|
|
15
|
-
fill-rule="evenodd"
|
|
16
|
-
clip-rule="evenodd"
|
|
17
|
-
d="m10.461 1.705 4.918 8.941a3 3 0 0 1 .371 1.446v.658a3 3 0 0 1-3 3h-9.5a3 3 0 0 1-3-3v-.658a3 3 0 0 1 .371-1.446l4.918-8.94a2.809 2.809 0 0 1 4.922 0ZM12.75 14.25h-9.5a1.5 1.5 0 0 1-1.5-1.5v-.658a1.5 1.5 0 0 1 .186-.723l4.917-8.941a1.309 1.309 0 0 1 2.294 0l4.917 8.941a1.5 1.5 0 0 1 .186.723v.658a1.5 1.5 0 0 1-1.5 1.5Z"
|
|
18
|
-
fill=
|
|
19
|
-
></path>
|
|
20
|
-
<path
|
|
21
|
-
d="M9.25 11.5a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0ZM7 5.499c-.029-.543.456-.999 1-.999s1.029.456 1 .999L8.79 8.5a.79.79 0 0 1-1.58 0L7 5.5Z"
|
|
22
|
-
fill=
|
|
23
|
-
></path>
|
|
24
|
-
</svg>
|
|
1
|
+
<script>
|
|
2
|
+
let { size = "16", color = "currentColor", class: className = "" } = $props();
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<svg
|
|
6
|
+
class={className}
|
|
7
|
+
aria-hidden="true"
|
|
8
|
+
width={size}
|
|
9
|
+
height={size}
|
|
10
|
+
viewBox="0 0 16 16"
|
|
11
|
+
fill="none"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
>
|
|
14
|
+
<path
|
|
15
|
+
fill-rule="evenodd"
|
|
16
|
+
clip-rule="evenodd"
|
|
17
|
+
d="m10.461 1.705 4.918 8.941a3 3 0 0 1 .371 1.446v.658a3 3 0 0 1-3 3h-9.5a3 3 0 0 1-3-3v-.658a3 3 0 0 1 .371-1.446l4.918-8.94a2.809 2.809 0 0 1 4.922 0ZM12.75 14.25h-9.5a1.5 1.5 0 0 1-1.5-1.5v-.658a1.5 1.5 0 0 1 .186-.723l4.917-8.941a1.309 1.309 0 0 1 2.294 0l4.917 8.941a1.5 1.5 0 0 1 .186.723v.658a1.5 1.5 0 0 1-1.5 1.5Z"
|
|
18
|
+
fill={color}
|
|
19
|
+
></path>
|
|
20
|
+
<path
|
|
21
|
+
d="M9.25 11.5a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0ZM7 5.499c-.029-.543.456-.999 1-.999s1.029.456 1 .999L8.79 8.5a.79.79 0 0 1-1.58 0L7 5.5Z"
|
|
22
|
+
fill={color}
|
|
23
|
+
></path>
|
|
24
|
+
</svg>
|
|
@@ -4,9 +4,13 @@ type WarningIcon = {
|
|
|
4
4
|
$set?(props: Partial<$$ComponentProps>): void;
|
|
5
5
|
};
|
|
6
6
|
declare const WarningIcon: import("svelte").Component<{
|
|
7
|
-
|
|
7
|
+
size?: string;
|
|
8
|
+
color?: string;
|
|
9
|
+
class?: string;
|
|
8
10
|
}, {}, "">;
|
|
9
11
|
type $$ComponentProps = {
|
|
10
|
-
|
|
12
|
+
size?: string;
|
|
13
|
+
color?: string;
|
|
14
|
+
class?: string;
|
|
11
15
|
};
|
|
12
16
|
//# sourceMappingURL=WarningIcon.svelte.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WarningIcon.svelte.d.ts","sourceRoot":"","sources":["../../../src/lib/primitives/Icons/WarningIcon.svelte.js"],"names":[],"mappings":";;;;;AAcA;
|
|
1
|
+
{"version":3,"file":"WarningIcon.svelte.d.ts","sourceRoot":"","sources":["../../../src/lib/primitives/Icons/WarningIcon.svelte.js"],"names":[],"mappings":";;;;;AAcA;WAV4B,MAAM;YAAU,MAAM;YAAU,MAAM;WAUR;wBAVvC;IAAE,IAAI,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE"}
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Shared Icon Test Utilities
|
|
3
|
+
*
|
|
4
|
+
* Provides reusable test helpers for validating icon components
|
|
5
|
+
* against the standardized IconProps API.
|
|
6
|
+
*/
|
|
7
|
+
import type { Component } from 'svelte';
|
|
8
|
+
import type { IconProps } from './types';
|
|
9
|
+
/**
|
|
10
|
+
* Standard test suite for any icon component.
|
|
11
|
+
* Tests the standardized API: size, color, class.
|
|
12
|
+
*/
|
|
13
|
+
export declare function testIconProps(IconComponent: Component<IconProps>, options?: {
|
|
14
|
+
/** Expected default size (default: "24") */
|
|
15
|
+
defaultSize?: string;
|
|
16
|
+
/** Whether the icon uses stroke for color (default: true for outline icons) */
|
|
17
|
+
usesStroke?: boolean;
|
|
18
|
+
/** Whether the icon uses fill for color */
|
|
19
|
+
usesFill?: boolean;
|
|
20
|
+
/** Expected viewBox value */
|
|
21
|
+
expectedViewBox?: string;
|
|
22
|
+
}): {
|
|
23
|
+
/**
|
|
24
|
+
* Test that the icon renders an SVG element
|
|
25
|
+
*/
|
|
26
|
+
rendersAsSvg(): SVGSVGElement | null;
|
|
27
|
+
/**
|
|
28
|
+
* Test default size
|
|
29
|
+
*/
|
|
30
|
+
hasDefaultSize(): void;
|
|
31
|
+
/**
|
|
32
|
+
* Test custom size prop
|
|
33
|
+
*/
|
|
34
|
+
acceptsCustomSize(customSize?: string): void;
|
|
35
|
+
/**
|
|
36
|
+
* Test default color (currentColor)
|
|
37
|
+
*/
|
|
38
|
+
hasDefaultColor(): void;
|
|
39
|
+
/**
|
|
40
|
+
* Test custom color prop
|
|
41
|
+
*/
|
|
42
|
+
acceptsCustomColor(customColor?: string): void;
|
|
43
|
+
/**
|
|
44
|
+
* Test custom class prop
|
|
45
|
+
*/
|
|
46
|
+
acceptsCustomClass(customClass?: string): void;
|
|
47
|
+
/**
|
|
48
|
+
* Test aria-hidden attribute for accessibility
|
|
49
|
+
*/
|
|
50
|
+
hasAriaHidden(): void;
|
|
51
|
+
/**
|
|
52
|
+
* Test viewBox attribute
|
|
53
|
+
*/
|
|
54
|
+
hasViewBox(expectedViewBox?: string): void;
|
|
55
|
+
/**
|
|
56
|
+
* Run all standard tests
|
|
57
|
+
*/
|
|
58
|
+
runAllTests(): void;
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* Creates a standard describe block for icon tests
|
|
62
|
+
*/
|
|
63
|
+
export declare function createIconTestSuite(name: string, IconComponent: Component<IconProps>, options?: Parameters<typeof testIconProps>[1]): {
|
|
64
|
+
tests: {
|
|
65
|
+
/**
|
|
66
|
+
* Test that the icon renders an SVG element
|
|
67
|
+
*/
|
|
68
|
+
rendersAsSvg(): SVGSVGElement | null;
|
|
69
|
+
/**
|
|
70
|
+
* Test default size
|
|
71
|
+
*/
|
|
72
|
+
hasDefaultSize(): void;
|
|
73
|
+
/**
|
|
74
|
+
* Test custom size prop
|
|
75
|
+
*/
|
|
76
|
+
acceptsCustomSize(customSize?: string): void;
|
|
77
|
+
/**
|
|
78
|
+
* Test default color (currentColor)
|
|
79
|
+
*/
|
|
80
|
+
hasDefaultColor(): void;
|
|
81
|
+
/**
|
|
82
|
+
* Test custom color prop
|
|
83
|
+
*/
|
|
84
|
+
acceptsCustomColor(customColor?: string): void;
|
|
85
|
+
/**
|
|
86
|
+
* Test custom class prop
|
|
87
|
+
*/
|
|
88
|
+
acceptsCustomClass(customClass?: string): void;
|
|
89
|
+
/**
|
|
90
|
+
* Test aria-hidden attribute for accessibility
|
|
91
|
+
*/
|
|
92
|
+
hasAriaHidden(): void;
|
|
93
|
+
/**
|
|
94
|
+
* Test viewBox attribute
|
|
95
|
+
*/
|
|
96
|
+
hasViewBox(expectedViewBox?: string): void;
|
|
97
|
+
/**
|
|
98
|
+
* Run all standard tests
|
|
99
|
+
*/
|
|
100
|
+
runAllTests(): void;
|
|
101
|
+
};
|
|
102
|
+
/**
|
|
103
|
+
* Get test definitions for use with describe.each or similar
|
|
104
|
+
*/
|
|
105
|
+
getTestCases(): readonly [readonly ["renders an SVG element", () => SVGSVGElement | null], readonly ["has default size", () => void], readonly ["accepts custom size", () => void], readonly ["has default color (currentColor)", () => void], readonly ["accepts custom color", () => void], readonly ["accepts custom class", () => void], readonly ["has aria-hidden attribute", () => void], readonly ["has viewBox attribute", () => void]];
|
|
106
|
+
};
|
|
107
|
+
/**
|
|
108
|
+
* Batch test multiple icons with the same configuration
|
|
109
|
+
*/
|
|
110
|
+
export declare function batchTestIcons(icons: Array<{
|
|
111
|
+
name: string;
|
|
112
|
+
component: Component<IconProps>;
|
|
113
|
+
options?: Parameters<typeof testIconProps>[1];
|
|
114
|
+
}>): {
|
|
115
|
+
name: string;
|
|
116
|
+
component: Component<IconProps, {}, string>;
|
|
117
|
+
suite: {
|
|
118
|
+
tests: {
|
|
119
|
+
/**
|
|
120
|
+
* Test that the icon renders an SVG element
|
|
121
|
+
*/
|
|
122
|
+
rendersAsSvg(): SVGSVGElement | null;
|
|
123
|
+
/**
|
|
124
|
+
* Test default size
|
|
125
|
+
*/
|
|
126
|
+
hasDefaultSize(): void;
|
|
127
|
+
/**
|
|
128
|
+
* Test custom size prop
|
|
129
|
+
*/
|
|
130
|
+
acceptsCustomSize(customSize?: string): void;
|
|
131
|
+
/**
|
|
132
|
+
* Test default color (currentColor)
|
|
133
|
+
*/
|
|
134
|
+
hasDefaultColor(): void;
|
|
135
|
+
/**
|
|
136
|
+
* Test custom color prop
|
|
137
|
+
*/
|
|
138
|
+
acceptsCustomColor(customColor?: string): void;
|
|
139
|
+
/**
|
|
140
|
+
* Test custom class prop
|
|
141
|
+
*/
|
|
142
|
+
acceptsCustomClass(customClass?: string): void;
|
|
143
|
+
/**
|
|
144
|
+
* Test aria-hidden attribute for accessibility
|
|
145
|
+
*/
|
|
146
|
+
hasAriaHidden(): void;
|
|
147
|
+
/**
|
|
148
|
+
* Test viewBox attribute
|
|
149
|
+
*/
|
|
150
|
+
hasViewBox(expectedViewBox?: string): void;
|
|
151
|
+
/**
|
|
152
|
+
* Run all standard tests
|
|
153
|
+
*/
|
|
154
|
+
runAllTests(): void;
|
|
155
|
+
};
|
|
156
|
+
/**
|
|
157
|
+
* Get test definitions for use with describe.each or similar
|
|
158
|
+
*/
|
|
159
|
+
getTestCases(): readonly [readonly ["renders an SVG element", () => SVGSVGElement | null], readonly ["has default size", () => void], readonly ["accepts custom size", () => void], readonly ["has default color (currentColor)", () => void], readonly ["accepts custom color", () => void], readonly ["accepts custom class", () => void], readonly ["has aria-hidden attribute", () => void], readonly ["has viewBox attribute", () => void]];
|
|
160
|
+
};
|
|
161
|
+
}[];
|
|
162
|
+
//# sourceMappingURL=iconTestUtils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"iconTestUtils.d.ts","sourceRoot":"","sources":["../../../src/lib/primitives/Icons/iconTestUtils.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AACxC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEzC;;;GAGG;AACH,wBAAgB,aAAa,CAC3B,aAAa,EAAE,SAAS,CAAC,SAAS,CAAC,EACnC,OAAO,GAAE;IACP,4CAA4C;IAC5C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,+EAA+E;IAC/E,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,2CAA2C;IAC3C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,6BAA6B;IAC7B,eAAe,CAAC,EAAE,MAAM,CAAC;CACrB;IASJ;;OAEG;;IAQH;;OAEG;;IAQH;;OAEG;mCAC2B,MAAM;IASpC;;OAEG;;IAmBH;;OAEG;qCAC6B,MAAM;IAoBtC;;OAEG;qCAC6B,MAAM;IAQtC;;OAEG;;IAOH;;OAEG;iCAC0B,MAAM;IASnC;;OAEG;;EAYN;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CACjC,IAAI,EAAE,MAAM,EACZ,aAAa,EAAE,SAAS,CAAC,SAAS,CAAC,EACnC,OAAO,GAAE,UAAU,CAAC,OAAO,aAAa,CAAC,CAAC,CAAC,CAAM;;QAlI/C;;WAEG;;QAQH;;WAEG;;QAQH;;WAEG;uCAC2B,MAAM;QASpC;;WAEG;;QAmBH;;WAEG;yCAC6B,MAAM;QAoBtC;;WAEG;yCAC6B,MAAM;QAQtC;;WAEG;;QAOH;;WAEG;qCAC0B,MAAM;QASnC;;WAEG;;;IA0BH;;OAEG;;EAcN;AAED;;GAEG;AACH,wBAAgB,cAAc,CAC5B,KAAK,EAAE,KAAK,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAChC,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC;CAC/C,CAAC;;;;;YAlKA;;eAEG;;YAQH;;eAEG;;YAQH;;eAEG;2CAC2B,MAAM;YASpC;;eAEG;;YAmBH;;eAEG;6CAC6B,MAAM;YAoBtC;;eAEG;6CAC6B,MAAM;YAQtC;;eAEG;;YAOH;;eAEG;yCAC0B,MAAM;YASnC;;eAEG;;;QA0BH;;WAEG;;;IA+BN"}
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Shared Icon Test Utilities
|
|
3
|
+
*
|
|
4
|
+
* Provides reusable test helpers for validating icon components
|
|
5
|
+
* against the standardized IconProps API.
|
|
6
|
+
*/
|
|
7
|
+
import { render } from '@testing-library/svelte';
|
|
8
|
+
import { expect } from 'vitest';
|
|
9
|
+
/**
|
|
10
|
+
* Standard test suite for any icon component.
|
|
11
|
+
* Tests the standardized API: size, color, class.
|
|
12
|
+
*/
|
|
13
|
+
export function testIconProps(IconComponent, options = {}) {
|
|
14
|
+
const { defaultSize = '24', usesStroke = true, usesFill = false, } = options;
|
|
15
|
+
return {
|
|
16
|
+
/**
|
|
17
|
+
* Test that the icon renders an SVG element
|
|
18
|
+
*/
|
|
19
|
+
rendersAsSvg() {
|
|
20
|
+
const { container } = render(IconComponent);
|
|
21
|
+
const svg = container.querySelector('svg');
|
|
22
|
+
expect(svg).toBeInTheDocument();
|
|
23
|
+
return svg;
|
|
24
|
+
},
|
|
25
|
+
/**
|
|
26
|
+
* Test default size
|
|
27
|
+
*/
|
|
28
|
+
hasDefaultSize() {
|
|
29
|
+
const { container } = render(IconComponent);
|
|
30
|
+
const svg = container.querySelector('svg');
|
|
31
|
+
expect(svg).toHaveAttribute('width', defaultSize);
|
|
32
|
+
expect(svg).toHaveAttribute('height', defaultSize);
|
|
33
|
+
},
|
|
34
|
+
/**
|
|
35
|
+
* Test custom size prop
|
|
36
|
+
*/
|
|
37
|
+
acceptsCustomSize(customSize = '32') {
|
|
38
|
+
const { container } = render(IconComponent, {
|
|
39
|
+
props: { size: customSize },
|
|
40
|
+
});
|
|
41
|
+
const svg = container.querySelector('svg');
|
|
42
|
+
expect(svg).toHaveAttribute('width', customSize);
|
|
43
|
+
expect(svg).toHaveAttribute('height', customSize);
|
|
44
|
+
},
|
|
45
|
+
/**
|
|
46
|
+
* Test default color (currentColor)
|
|
47
|
+
*/
|
|
48
|
+
hasDefaultColor() {
|
|
49
|
+
const { container } = render(IconComponent);
|
|
50
|
+
if (usesStroke) {
|
|
51
|
+
const strokeElement = container.querySelector('[stroke]');
|
|
52
|
+
if (strokeElement) {
|
|
53
|
+
expect(strokeElement.getAttribute('stroke')).toBe('currentColor');
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
if (usesFill) {
|
|
57
|
+
const fillElement = container.querySelector('[fill]:not([fill="none"])');
|
|
58
|
+
if (fillElement) {
|
|
59
|
+
expect(fillElement.getAttribute('fill')).toBe('currentColor');
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
/**
|
|
64
|
+
* Test custom color prop
|
|
65
|
+
*/
|
|
66
|
+
acceptsCustomColor(customColor = 'red') {
|
|
67
|
+
const { container } = render(IconComponent, {
|
|
68
|
+
props: { color: customColor },
|
|
69
|
+
});
|
|
70
|
+
if (usesStroke) {
|
|
71
|
+
const strokeElement = container.querySelector('[stroke]');
|
|
72
|
+
if (strokeElement && strokeElement.getAttribute('stroke') !== 'none') {
|
|
73
|
+
expect(strokeElement.getAttribute('stroke')).toBe(customColor);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
if (usesFill) {
|
|
77
|
+
const fillElement = container.querySelector('[fill]:not([fill="none"])');
|
|
78
|
+
if (fillElement) {
|
|
79
|
+
expect(fillElement.getAttribute('fill')).toBe(customColor);
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
/**
|
|
84
|
+
* Test custom class prop
|
|
85
|
+
*/
|
|
86
|
+
acceptsCustomClass(customClass = 'custom-test-class') {
|
|
87
|
+
const { container } = render(IconComponent, {
|
|
88
|
+
props: { class: customClass },
|
|
89
|
+
});
|
|
90
|
+
const svg = container.querySelector('svg');
|
|
91
|
+
expect(svg).toHaveClass(customClass);
|
|
92
|
+
},
|
|
93
|
+
/**
|
|
94
|
+
* Test aria-hidden attribute for accessibility
|
|
95
|
+
*/
|
|
96
|
+
hasAriaHidden() {
|
|
97
|
+
const { container } = render(IconComponent);
|
|
98
|
+
const svg = container.querySelector('svg');
|
|
99
|
+
expect(svg).toHaveAttribute('aria-hidden', 'true');
|
|
100
|
+
},
|
|
101
|
+
/**
|
|
102
|
+
* Test viewBox attribute
|
|
103
|
+
*/
|
|
104
|
+
hasViewBox(expectedViewBox) {
|
|
105
|
+
const { container } = render(IconComponent);
|
|
106
|
+
const svg = container.querySelector('svg');
|
|
107
|
+
expect(svg).toHaveAttribute('viewBox');
|
|
108
|
+
if (expectedViewBox) {
|
|
109
|
+
expect(svg).toHaveAttribute('viewBox', expectedViewBox);
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
/**
|
|
113
|
+
* Run all standard tests
|
|
114
|
+
*/
|
|
115
|
+
runAllTests() {
|
|
116
|
+
this.rendersAsSvg();
|
|
117
|
+
this.hasDefaultSize();
|
|
118
|
+
this.acceptsCustomSize();
|
|
119
|
+
this.hasDefaultColor();
|
|
120
|
+
this.acceptsCustomColor();
|
|
121
|
+
this.acceptsCustomClass();
|
|
122
|
+
this.hasAriaHidden();
|
|
123
|
+
this.hasViewBox();
|
|
124
|
+
},
|
|
125
|
+
};
|
|
126
|
+
}
|
|
127
|
+
/**
|
|
128
|
+
* Creates a standard describe block for icon tests
|
|
129
|
+
*/
|
|
130
|
+
export function createIconTestSuite(name, IconComponent, options = {}) {
|
|
131
|
+
const tests = testIconProps(IconComponent, options);
|
|
132
|
+
return {
|
|
133
|
+
tests,
|
|
134
|
+
/**
|
|
135
|
+
* Get test definitions for use with describe.each or similar
|
|
136
|
+
*/
|
|
137
|
+
getTestCases() {
|
|
138
|
+
return [
|
|
139
|
+
['renders an SVG element', () => tests.rendersAsSvg()],
|
|
140
|
+
['has default size', () => tests.hasDefaultSize()],
|
|
141
|
+
['accepts custom size', () => tests.acceptsCustomSize()],
|
|
142
|
+
['has default color (currentColor)', () => tests.hasDefaultColor()],
|
|
143
|
+
['accepts custom color', () => tests.acceptsCustomColor()],
|
|
144
|
+
['accepts custom class', () => tests.acceptsCustomClass()],
|
|
145
|
+
['has aria-hidden attribute', () => tests.hasAriaHidden()],
|
|
146
|
+
['has viewBox attribute', () => tests.hasViewBox()],
|
|
147
|
+
];
|
|
148
|
+
},
|
|
149
|
+
};
|
|
150
|
+
}
|
|
151
|
+
/**
|
|
152
|
+
* Batch test multiple icons with the same configuration
|
|
153
|
+
*/
|
|
154
|
+
export function batchTestIcons(icons) {
|
|
155
|
+
return icons.map(({ name, component, options }) => ({
|
|
156
|
+
name,
|
|
157
|
+
component,
|
|
158
|
+
suite: createIconTestSuite(name, component, options),
|
|
159
|
+
}));
|
|
160
|
+
}
|
|
@@ -1,55 +1,57 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export {
|
|
3
|
-
export { default as
|
|
4
|
-
export { default as
|
|
5
|
-
export { default as
|
|
6
|
-
export { default as
|
|
7
|
-
export { default as
|
|
8
|
-
export { default as
|
|
9
|
-
export { default as
|
|
10
|
-
export { default as
|
|
11
|
-
export { default as
|
|
12
|
-
export { default as
|
|
13
|
-
export { default as
|
|
14
|
-
export { default as
|
|
15
|
-
export { default as
|
|
16
|
-
export { default as
|
|
17
|
-
export { default as
|
|
18
|
-
export { default as
|
|
19
|
-
export { default as
|
|
20
|
-
export { default as
|
|
21
|
-
export { default as
|
|
22
|
-
export { default as
|
|
23
|
-
export { default as
|
|
24
|
-
export { default as
|
|
25
|
-
export { default as
|
|
26
|
-
export { default as
|
|
27
|
-
export { default as
|
|
28
|
-
export { default as
|
|
29
|
-
export { default as
|
|
30
|
-
export { default as
|
|
31
|
-
export { default as
|
|
32
|
-
export { default as
|
|
33
|
-
export { default as
|
|
34
|
-
export { default as
|
|
35
|
-
export { default as
|
|
36
|
-
export { default as
|
|
37
|
-
export { default as
|
|
38
|
-
export { default as
|
|
39
|
-
export { default as
|
|
40
|
-
export { default as
|
|
41
|
-
export { default as
|
|
42
|
-
export { default as
|
|
43
|
-
export { default as
|
|
44
|
-
export { default as
|
|
45
|
-
export { default as
|
|
46
|
-
export { default as
|
|
47
|
-
export { default as
|
|
48
|
-
export { default as
|
|
49
|
-
export { default as
|
|
50
|
-
export { default as
|
|
51
|
-
export { default as
|
|
52
|
-
export { default as
|
|
53
|
-
export { default as
|
|
54
|
-
export { default as
|
|
1
|
+
export type { IconProps } from './types';
|
|
2
|
+
export { DEFAULT_ICON_PROPS } from './types';
|
|
3
|
+
export { default as ChevronLeftOutline } from './ChevronLeftOutline.svelte';
|
|
4
|
+
export { default as ChevronRightOutline } from './ChevronRightOutline.svelte';
|
|
5
|
+
export { default as ChevronDownOutline } from './ChevronDownOutline.svelte';
|
|
6
|
+
export { default as ChevronUpOutline } from './ChevronUpOutline.svelte';
|
|
7
|
+
export { default as CloseOutline } from './CloseOutline.svelte';
|
|
8
|
+
export { default as CheckOutline } from './CheckOutline.svelte';
|
|
9
|
+
export { default as ShareOutline } from './ShareOutline.svelte';
|
|
10
|
+
export { default as SearchOutline } from './SearchOutline.svelte';
|
|
11
|
+
export { default as EyeOutline } from './EyeOutline.svelte';
|
|
12
|
+
export { default as EyeSlashOutline } from './EyeSlashOutline.svelte';
|
|
13
|
+
export { default as CloseCircleOutline } from './CloseCircleOutline.svelte';
|
|
14
|
+
export { default as ExclamationCircleOutline } from './ExclamationCircleOutline.svelte';
|
|
15
|
+
export { default as InfoCircleOutline } from './InfoCircleOutline.svelte';
|
|
16
|
+
export { default as MinusOutline } from './MinusOutline.svelte';
|
|
17
|
+
export { default as PlusOutline } from './PlusOutline.svelte';
|
|
18
|
+
export { default as ExclamationTriangleOutline } from './ExclamationTriangleOutline.svelte';
|
|
19
|
+
export { default as DotsHorizontalOutline } from './DotsHorizontalOutline.svelte';
|
|
20
|
+
export { default as FileCopyOutline } from './FileCopyOutline.svelte';
|
|
21
|
+
export { default as ImageOutline } from './ImageOutline.svelte';
|
|
22
|
+
export { default as TrashBinOutline } from './TrashBinOutline.svelte';
|
|
23
|
+
export { default as CheckCircleSolid } from './CheckCircleSolid.svelte';
|
|
24
|
+
export { default as HomeSolid } from './HomeSolid.svelte';
|
|
25
|
+
export { default as LogoInstagram } from './LogoInstagram.svelte';
|
|
26
|
+
export { default as ArrowLeft } from './ArrowLeft.svelte';
|
|
27
|
+
export { default as ArrowRight } from './ArrowRight.svelte';
|
|
28
|
+
export { default as Availability } from './Availability.svelte';
|
|
29
|
+
export { default as Back } from './Back.svelte';
|
|
30
|
+
export { default as CheckCircle } from './CheckCircle.svelte';
|
|
31
|
+
export { default as CheckCircleOutline } from './CheckCircleOutline.svelte';
|
|
32
|
+
export { default as ChevronLeft } from './ChevronLeft.svelte';
|
|
33
|
+
export { default as ChevronRight } from './ChevronRight.svelte';
|
|
34
|
+
export { default as Copy } from './Copy.svelte';
|
|
35
|
+
export { default as Cross } from './Cross.svelte';
|
|
36
|
+
export { default as DownArrow } from './DownArrow.svelte';
|
|
37
|
+
export { default as ErrorCircle } from './ErrorCircle.svelte';
|
|
38
|
+
export { default as FacebookIcon } from './FacebookIcon.svelte';
|
|
39
|
+
export { default as Home } from './Home.svelte';
|
|
40
|
+
export { default as Icon } from './Icon.svelte';
|
|
41
|
+
export { default as Info } from './Info.svelte';
|
|
42
|
+
export { default as InstagramIcon } from './InstagramIcon.svelte';
|
|
43
|
+
export { default as Message } from './Message.svelte';
|
|
44
|
+
export { default as MoonIcon } from './MoonIcon.svelte';
|
|
45
|
+
export { default as More } from './More.svelte';
|
|
46
|
+
export { default as MoreHori } from './MoreHori.svelte';
|
|
47
|
+
export { default as Notification } from './Notification.svelte';
|
|
48
|
+
export { default as Payment } from './Payment.svelte';
|
|
49
|
+
export { default as Profile } from './Profile.svelte';
|
|
50
|
+
export { default as Reload } from './Reload.svelte';
|
|
51
|
+
export { default as Shows } from './Shows.svelte';
|
|
52
|
+
export { default as Signout } from './Signout.svelte';
|
|
53
|
+
export { default as SunIcon } from './SunIcon.svelte';
|
|
54
|
+
export { default as TiktokIcon } from './TiktokIcon.svelte';
|
|
55
|
+
export { default as TwitterIcon } from './TwitterIcon.svelte';
|
|
56
|
+
export { default as WarningIcon } from './WarningIcon.svelte';
|
|
55
57
|
//# sourceMappingURL=index.d.ts.map
|