tide-design-system 2.0.21 → 2.0.23
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/.eslintrc.cjs +90 -0
- package/.storybook/main.ts +60 -0
- package/.storybook/preview.ts +252 -0
- package/dist/IconAccountBalance-ad4f4a95.js +16 -0
- package/dist/IconAdd-917e055b.js +16 -0
- package/dist/IconAiDescription-e6f8ed46.js +20 -0
- package/dist/IconAlignSpace-5d64a8e4.js +16 -0
- package/dist/IconApplePay-7742e162.js +16 -0
- package/dist/IconArrowBack-1810092d.js +16 -0
- package/dist/IconArrowForward-ddabefc9.js +16 -0
- package/dist/IconArrowRight-d93347c3.js +16 -0
- package/dist/IconAssignment-1983e555.js +16 -0
- package/dist/IconAwardStar-8128aca1.js +16 -0
- package/dist/IconBookmark-7d88d664.js +16 -0
- package/dist/IconCalendarMonth-2fd1e713.js +16 -0
- package/dist/IconCall-8aa582d9.js +16 -0
- package/dist/IconCheck-cf7470ee.js +16 -0
- package/dist/IconChevronLeft-558206bb.js +16 -0
- package/dist/IconChevronRight-28930a0b.js +16 -0
- package/dist/IconClear-9419bf17.js +16 -0
- package/dist/IconClose-abfb6177.js +16 -0
- package/dist/IconCycle-2affec71.js +16 -0
- package/dist/IconDelete-67b69553.js +16 -0
- package/dist/IconDiamond-93af488a.js +16 -0
- package/dist/IconDraft-6e70e48f.js +16 -0
- package/dist/IconEdit-16d34325.js +16 -0
- package/dist/IconError-a2922b95.js +16 -0
- package/dist/IconExpandContent-7e144d1c.js +16 -0
- package/dist/IconExpandLess-3a8a0552.js +16 -0
- package/dist/IconExpandMore-c600148e.js +16 -0
- package/dist/IconFacebook-4658b533.js +16 -0
- package/dist/IconFavorite-d23faefe.js +16 -0
- package/dist/IconFavoriteFilled-aa0d6d5e.js +16 -0
- package/dist/IconFormatBold-70a5cacf.js +16 -0
- package/dist/IconFormatItalic-c06504d7.js +16 -0
- package/dist/IconFormatListBulleted-9493858a.js +16 -0
- package/dist/IconForum-ae4ad63f.js +16 -0
- package/dist/IconGavel-44c29036.js +16 -0
- package/dist/IconGoogle-febad0d8.js +31 -0
- package/dist/IconGooglePay-8cf0286e.js +16 -0
- package/dist/IconGrid-25f665e0.js +16 -0
- package/dist/IconHeight-4fae7545.js +16 -0
- package/dist/IconHelp-340ee4fb.js +16 -0
- package/dist/IconInfo-efead10b.js +16 -0
- package/dist/IconInsertText-00236a65.js +16 -0
- package/dist/IconInstagram-57188d29.js +16 -0
- package/dist/IconIosShare-167aa8c4.js +16 -0
- package/dist/IconLayout-2865e0eb.js +16 -0
- package/dist/IconLinkedIn-f29c217d.js +16 -0
- package/dist/IconLocalShipping-901a3e4c.js +16 -0
- package/dist/IconLock-47669e20.js +16 -0
- package/dist/IconMail-9b85058a.js +16 -0
- package/dist/IconMenu-4bed57f3.js +16 -0
- package/dist/IconMoreHoriz-2aabe29f.js +16 -0
- package/dist/IconNotifications-bcbf1d8c.js +16 -0
- package/dist/IconOpenInNew-78fffcfe.js +16 -0
- package/dist/IconPalette-22865300.js +16 -0
- package/dist/IconPaypal-c28e6dbe.js +16 -0
- package/dist/IconPerson-7ada8b07.js +16 -0
- package/dist/IconPhotoCamera-31a58b85.js +16 -0
- package/dist/IconPinterest-fe5cc414.js +16 -0
- package/dist/IconPlayArrow-1ed5d884.js +16 -0
- package/dist/IconRemove-bab221ba.js +16 -0
- package/dist/IconRoundedCorners-e21c4321.js +16 -0
- package/dist/IconRuler-0ceea80a.js +16 -0
- package/dist/IconSearch-f8faefb4.js +16 -0
- package/dist/IconSeating-2ca8921d.js +16 -0
- package/dist/IconSell-b011ac2d.js +16 -0
- package/dist/IconShare-57f28ce3.js +16 -0
- package/dist/IconShoppingCart-b532dab0.js +16 -0
- package/dist/IconSms-378f373a.js +16 -0
- package/dist/IconStar-1b8ad0f9.js +16 -0
- package/dist/IconSwapVert-8085e942.js +16 -0
- package/dist/IconThreeDRotation-33f086a7.js +29 -0
- package/dist/IconTrophy-f4be8b54.js +16 -0
- package/dist/IconTune-0913ba01.js +16 -0
- package/dist/IconTwitter-9acefb07.js +16 -0
- package/dist/IconVideocam-33650e6f.js +16 -0
- package/dist/IconViewInAr-d1534ef2.js +16 -0
- package/dist/IconVisibility-a1c21dd0.js +16 -0
- package/dist/IconVolumeOff-8e121ef3.js +16 -0
- package/dist/IconVolumeOn-992e16dd.js +16 -0
- package/dist/IconWarning-6f490acf.js +16 -0
- package/dist/IconWeight-e3b3daa6.js +16 -0
- package/dist/IconWidth-023f69f2.js +16 -0
- package/dist/IconYoutube-a6224033.js +16 -0
- package/dist/css/grid-layout.css +7 -3
- package/dist/style.css +1 -1
- package/dist/tide-design-system.js +2172 -46
- package/dist/types/Icon.ts +6 -0
- package/index.ts +122 -0
- package/package.json +9 -12
- package/src/assets/css/animation.css +14 -0
- package/src/assets/css/dynamic-buttons.css +79 -0
- package/src/assets/css/dynamic-utilities.css +39 -0
- package/src/assets/css/grid-layout.css +71 -0
- package/src/assets/css/main.css +5 -0
- package/src/assets/css/realm/aero.css +42 -0
- package/src/assets/css/realm/atv.css +43 -0
- package/src/assets/css/realm/boatmart.css +42 -0
- package/src/assets/css/realm/cycle.css +42 -0
- package/src/assets/css/realm/equip.css +42 -0
- package/src/assets/css/realm/pwc.css +42 -0
- package/src/assets/css/realm/rv.css +50 -0
- package/src/assets/css/realm/snow.css +42 -0
- package/src/assets/css/realm/truck.css +42 -0
- package/src/assets/css/reset.css +79 -0
- package/src/assets/css/storybook.css +9 -0
- package/src/assets/css/utilities.css +1602 -0
- package/src/assets/css/variables.css +118 -0
- package/src/assets/svg/icons/IconAccountBalance.svg +5 -0
- package/src/assets/svg/icons/IconAdd.svg +3 -0
- package/src/assets/svg/icons/IconAiDescription.svg +7 -0
- package/src/assets/svg/icons/IconAlignSpace.svg +3 -0
- package/src/assets/svg/icons/IconApplePay.svg +5 -0
- package/src/assets/svg/icons/IconArrowBack.svg +3 -0
- package/src/assets/svg/icons/IconArrowForward.svg +3 -0
- package/src/assets/svg/icons/IconArrowRight.svg +3 -0
- package/src/assets/svg/icons/IconAssignment.svg +5 -0
- package/src/assets/svg/icons/IconAwardStar.svg +5 -0
- package/src/assets/svg/icons/IconBookmark.svg +5 -0
- package/src/assets/svg/icons/IconCalendarMonth.svg +5 -0
- package/src/assets/svg/icons/IconCall.svg +5 -0
- package/src/assets/svg/icons/IconCheck.svg +3 -0
- package/src/assets/svg/icons/IconChevronLeft.svg +3 -0
- package/src/assets/svg/icons/IconChevronRight.svg +3 -0
- package/src/assets/svg/icons/IconClear.svg +5 -0
- package/src/assets/svg/icons/IconClose.svg +3 -0
- package/src/assets/svg/icons/IconCycle.svg +5 -0
- package/src/assets/svg/icons/IconDelete.svg +5 -0
- package/src/assets/svg/icons/IconDiamond.svg +5 -0
- package/src/assets/svg/icons/IconDraft.svg +3 -0
- package/src/assets/svg/icons/IconEdit.svg +5 -0
- package/src/assets/svg/icons/IconError.svg +5 -0
- package/src/assets/svg/icons/IconExpandContent.svg +3 -0
- package/src/assets/svg/icons/IconExpandLess.svg +3 -0
- package/src/assets/svg/icons/IconExpandMore.svg +3 -0
- package/src/assets/svg/icons/IconFacebook.svg +5 -0
- package/src/assets/svg/icons/IconFavorite.svg +5 -0
- package/src/assets/svg/icons/IconFavoriteFilled.svg +5 -0
- package/src/assets/svg/icons/IconFormatBold.svg +5 -0
- package/src/assets/svg/icons/IconFormatItalic.svg +3 -0
- package/src/assets/svg/icons/IconFormatListBulleted.svg +5 -0
- package/src/assets/svg/icons/IconForum.svg +5 -0
- package/src/assets/svg/icons/IconGavel.svg +5 -0
- package/src/assets/svg/icons/IconGoogle.svg +18 -0
- package/src/assets/svg/icons/IconGooglePay.svg +5 -0
- package/src/assets/svg/icons/IconGrid.svg +3 -0
- package/src/assets/svg/icons/IconHeight.svg +3 -0
- package/src/assets/svg/icons/IconHelp.svg +5 -0
- package/src/assets/svg/icons/IconInfo.svg +5 -0
- package/src/assets/svg/icons/IconInsertText.svg +5 -0
- package/src/assets/svg/icons/IconInstagram.svg +5 -0
- package/src/assets/svg/icons/IconIosShare.svg +5 -0
- package/src/assets/svg/icons/IconLayout.svg +5 -0
- package/src/assets/svg/icons/IconLinkedIn.svg +5 -0
- package/src/assets/svg/icons/IconLocalShipping.svg +5 -0
- package/src/assets/svg/icons/IconLock.svg +5 -0
- package/src/assets/svg/icons/IconMail.svg +5 -0
- package/src/assets/svg/icons/IconMenu.svg +3 -0
- package/src/assets/svg/icons/IconMoreHoriz.svg +5 -0
- package/src/assets/svg/icons/IconNotifications.svg +5 -0
- package/src/assets/svg/icons/IconOpenInNew.svg +5 -0
- package/src/assets/svg/icons/IconPalette.svg +5 -0
- package/src/assets/svg/icons/IconPaypal.svg +5 -0
- package/src/assets/svg/icons/IconPerson.svg +5 -0
- package/src/assets/svg/icons/IconPhotoCamera.svg +5 -0
- package/src/assets/svg/icons/IconPinterest.svg +5 -0
- package/src/assets/svg/icons/IconPlayArrow.svg +3 -0
- package/src/assets/svg/icons/IconRemove.svg +3 -0
- package/src/assets/svg/icons/IconRoundedCorners.svg +5 -0
- package/src/assets/svg/icons/IconRuler.svg +3 -0
- package/src/assets/svg/icons/IconSearch.svg +5 -0
- package/src/assets/svg/icons/IconSeating.svg +3 -0
- package/src/assets/svg/icons/IconSell.svg +5 -0
- package/src/assets/svg/icons/IconShare.svg +5 -0
- package/src/assets/svg/icons/IconShoppingCart.svg +5 -0
- package/src/assets/svg/icons/IconSms.svg +5 -0
- package/src/assets/svg/icons/IconStar.svg +5 -0
- package/src/assets/svg/icons/IconSwapVert.svg +5 -0
- package/src/assets/svg/icons/IconThreeDRotation.svg +18 -0
- package/src/assets/svg/icons/IconTrophy.svg +5 -0
- package/src/assets/svg/icons/IconTune.svg +5 -0
- package/src/assets/svg/icons/IconTwitter.svg +5 -0
- package/src/assets/svg/icons/IconVideocam.svg +5 -0
- package/src/assets/svg/icons/IconViewInAr.svg +5 -0
- package/src/assets/svg/icons/IconVisibility.svg +5 -0
- package/src/assets/svg/icons/IconVolumeOff.svg +5 -0
- package/src/assets/svg/icons/IconVolumeOn.svg +5 -0
- package/src/assets/svg/icons/IconWarning.svg +5 -0
- package/src/assets/svg/icons/IconWeight.svg +3 -0
- package/src/assets/svg/icons/IconWidth.svg +3 -0
- package/src/assets/svg/icons/IconYoutube.svg +5 -0
- package/src/components/TideAccordionItem.vue +105 -0
- package/src/components/TideAlert.vue +124 -0
- package/src/components/TideBackgroundImage.vue +44 -0
- package/src/components/TideBadge.vue +30 -0
- package/src/components/TideBadgePremium.vue +31 -0
- package/src/components/TideBadgeTrustedPartner.vue +38 -0
- package/src/components/TideBreadCrumbs.vue +53 -0
- package/src/components/TideButton.vue +67 -0
- package/src/components/TideButtonIcon.vue +52 -0
- package/src/components/TideButtonPagination.vue +71 -0
- package/src/components/TideCard.vue +19 -0
- package/src/components/TideCarousel.vue +188 -0
- package/src/components/TideChipAction.vue +48 -0
- package/src/components/TideChipFilter.vue +55 -0
- package/src/components/TideChipInput.vue +44 -0
- package/src/components/TideColumns.vue +53 -0
- package/src/components/TideDivider.vue +24 -0
- package/src/components/TideIcon.vue +58 -0
- package/src/components/TideImage.vue +44 -0
- package/src/components/TideIndicator.vue +57 -0
- package/src/components/TideInputCheckbox.vue +145 -0
- package/src/components/TideInputRadio.vue +87 -0
- package/src/components/TideInputSelect.vue +204 -0
- package/src/components/TideInputText.vue +292 -0
- package/src/components/TideInputTextarea.vue +196 -0
- package/src/components/TideLink.vue +66 -0
- package/src/components/TideModal.vue +187 -0
- package/src/components/TidePagination.vue +67 -0
- package/src/components/TideSeoLinks.vue +58 -0
- package/src/components/TideTabs.vue +89 -0
- package/src/components/TideToggle.vue +95 -0
- package/src/docs/development.md +51 -0
- package/src/docs/integration.md +79 -0
- package/src/docs/storybook.md +39 -0
- package/src/stories/DemoCssUtilities.stories.ts +154 -0
- package/src/stories/DemoCssUtilitiesByTextInput.stories.ts +61 -0
- package/src/stories/FoundationsBorder.stories.ts +230 -0
- package/src/stories/FoundationsGap.stories.ts +180 -0
- package/src/stories/FoundationsMargin.stories.ts +155 -0
- package/src/stories/FoundationsPadding.stories.ts +108 -0
- package/src/stories/FoundationsShadow.stories.ts +84 -0
- package/src/stories/FoundationsTypography.stories.ts +172 -0
- package/src/stories/Template.stories.ts +71 -0
- package/src/stories/TideAccordionItem.stories.ts +68 -0
- package/src/stories/TideAlert.stories.ts +58 -0
- package/src/stories/TideBackgroundImage.stories.ts +53 -0
- package/src/stories/TideBadge.stories.ts +31 -0
- package/src/stories/TideBadgePremium.stories.ts +31 -0
- package/src/stories/TideBadgeTrustedPartner.stories.ts +33 -0
- package/src/stories/TideBreadCrumbs.stories.ts +43 -0
- package/src/stories/TideButton.stories.ts +118 -0
- package/src/stories/TideButtonIcon.stories.ts +103 -0
- package/src/stories/TideButtonPagination.stories.ts +99 -0
- package/src/stories/TideCard.stories.ts +38 -0
- package/src/stories/TideCarousel.stories.ts +130 -0
- package/src/stories/TideChipAction.stories.ts +46 -0
- package/src/stories/TideChipFilter.stories.ts +59 -0
- package/src/stories/TideChipInput.stories.ts +42 -0
- package/src/stories/TideColumns.stories.ts +90 -0
- package/src/stories/TideDivider.stories.ts +46 -0
- package/src/stories/TideIcon.stories.ts +29 -0
- package/src/stories/TideIndicator.stories.ts +31 -0
- package/src/stories/TideInputCheckbox.stories.ts +86 -0
- package/src/stories/TideInputRadio.stories.ts +71 -0
- package/src/stories/TideInputSelect.stories.ts +145 -0
- package/src/stories/TideInputText.stories.ts +181 -0
- package/src/stories/TideInputTextarea.stories.ts +116 -0
- package/src/stories/TideLink.stories.ts +137 -0
- package/src/stories/TideModal.stories.ts +122 -0
- package/src/stories/TidePagination.stories.ts +83 -0
- package/src/stories/TideSeoLinks.stories.ts +67 -0
- package/src/stories/TideTabs.stories.ts +100 -0
- package/src/stories/TideToggle.stories.ts +69 -0
- package/src/stories/Welcome.mdx +17 -0
- package/src/types/Alert.ts +8 -0
- package/src/types/Badge.ts +21 -0
- package/src/types/BreadCrumb.ts +5 -0
- package/src/types/Detail.ts +4 -0
- package/src/types/Element.ts +13 -0
- package/src/types/FacetRange.ts +84 -0
- package/src/types/Field.ts +54 -0
- package/src/types/Form.ts +58 -0
- package/src/types/Formatted.ts +22 -0
- package/src/types/Icon.ts +87 -0
- package/src/types/Link.ts +5 -0
- package/src/types/ListingMedia.ts +43 -0
- package/src/types/Orientation.ts +6 -0
- package/src/types/Priority.ts +11 -0
- package/src/types/Raw.ts +5 -0
- package/src/types/Realm.ts +13 -0
- package/src/types/RealmConfig.ts +14 -0
- package/src/types/Select.ts +10 -0
- package/src/types/Size.ts +6 -0
- package/src/types/Storybook.ts +219 -0
- package/src/types/Styles.ts +590 -0
- package/src/types/Tab.ts +5 -0
- package/src/types/Target.ts +6 -0
- package/src/types/TextInput.ts +16 -0
- package/src/types/Validation.ts +24 -0
- package/src/utilities/format.ts +184 -0
- package/src/utilities/storybook.ts +295 -0
- package/src/utilities/validation.ts +197 -0
- package/tests/utilities-format.spec.ts +430 -0
- package/tsconfig.app.json +14 -0
- package/tsconfig.config.json +12 -0
- package/tsconfig.json +22 -0
- package/tsconfig.vitest.json +10 -0
- package/vite.config.ts +43 -0
- package/dist/IconAccountBalance-e434dc83.js +0 -11
- package/dist/IconAdd-137c81ee.js +0 -11
- package/dist/IconAiDescription-b61fdf89.js +0 -15
- package/dist/IconAlignSpace-7fbe46b4.js +0 -11
- package/dist/IconApplePay-64062dcc.js +0 -11
- package/dist/IconArrowBack-e6928100.js +0 -11
- package/dist/IconArrowForward-d6ab6d3a.js +0 -11
- package/dist/IconArrowRight-c6a11581.js +0 -11
- package/dist/IconAssignment-e2763562.js +0 -11
- package/dist/IconAwardStar-17cf905a.js +0 -11
- package/dist/IconBookmark-82addaac.js +0 -11
- package/dist/IconCalendarMonth-1a83d5d5.js +0 -11
- package/dist/IconCall-ba5b39c1.js +0 -11
- package/dist/IconCheck-cf09e735.js +0 -11
- package/dist/IconChevronLeft-8f71380a.js +0 -11
- package/dist/IconChevronRight-68656c61.js +0 -11
- package/dist/IconClear-785206de.js +0 -11
- package/dist/IconClose-44cd3416.js +0 -11
- package/dist/IconCycle-7920badb.js +0 -11
- package/dist/IconDelete-6392fe21.js +0 -11
- package/dist/IconDiamond-87eabf00.js +0 -11
- package/dist/IconEdit-8e98e4d6.js +0 -11
- package/dist/IconError-744d1a2c.js +0 -11
- package/dist/IconExpandContent-b7b8cde3.js +0 -11
- package/dist/IconExpandLess-210cd748.js +0 -11
- package/dist/IconExpandMore-42efdc9f.js +0 -11
- package/dist/IconFacebook-fb220a44.js +0 -11
- package/dist/IconFavorite-f59e02f9.js +0 -11
- package/dist/IconFavoriteFilled-e8d07819.js +0 -11
- package/dist/IconFormatBold-0029544d.js +0 -11
- package/dist/IconFormatItalic-3a6bf7c0.js +0 -11
- package/dist/IconFormatListBulleted-aa928706.js +0 -11
- package/dist/IconForum-eb80ff50.js +0 -11
- package/dist/IconGavel-e89cca44.js +0 -11
- package/dist/IconGoogle-7a073b42.js +0 -28
- package/dist/IconGooglePay-ee54db4a.js +0 -11
- package/dist/IconGrid-bf797b90.js +0 -11
- package/dist/IconHelp-19e606c6.js +0 -11
- package/dist/IconInfo-559b7d0f.js +0 -11
- package/dist/IconInsertText-c915a8a6.js +0 -11
- package/dist/IconInstagram-0575acd4.js +0 -11
- package/dist/IconIosShare-93c68705.js +0 -11
- package/dist/IconLayout-85066093.js +0 -11
- package/dist/IconLinkedIn-75fb43e2.js +0 -11
- package/dist/IconLocalShipping-abceb11a.js +0 -11
- package/dist/IconLock-1341dc44.js +0 -11
- package/dist/IconMail-925571bb.js +0 -11
- package/dist/IconMenu-6c017324.js +0 -11
- package/dist/IconMoreHoriz-cd236be0.js +0 -11
- package/dist/IconNotifications-74251294.js +0 -11
- package/dist/IconOpenInNew-e350684e.js +0 -11
- package/dist/IconPalette-0741adc0.js +0 -11
- package/dist/IconPaypal-9267d4dd.js +0 -11
- package/dist/IconPerson-02596ee6.js +0 -11
- package/dist/IconPhotoCamera-04e406ff.js +0 -11
- package/dist/IconPinterest-9e6e2f1f.js +0 -11
- package/dist/IconPlayArrow-aa6e204b.js +0 -11
- package/dist/IconRemove-8f57304c.js +0 -11
- package/dist/IconRoundedCorners-673a1198.js +0 -11
- package/dist/IconSearch-a0ebf9b5.js +0 -11
- package/dist/IconSell-b20a15c2.js +0 -11
- package/dist/IconShare-fa702e5c.js +0 -11
- package/dist/IconShoppingCart-81bd675f.js +0 -11
- package/dist/IconSms-71c3667d.js +0 -11
- package/dist/IconStar-8ef71a6b.js +0 -11
- package/dist/IconSwapVert-e1a856cc.js +0 -11
- package/dist/IconThreeDRotation-8ba20beb.js +0 -26
- package/dist/IconTrophy-3a84843d.js +0 -11
- package/dist/IconTune-8d1f5475.js +0 -11
- package/dist/IconTwitter-bff7aa81.js +0 -11
- package/dist/IconVideocam-c90004a7.js +0 -11
- package/dist/IconViewInAr-9c1793fa.js +0 -11
- package/dist/IconVisibility-7eecd864.js +0 -11
- package/dist/IconVolumeOff-aebdfc74.js +0 -11
- package/dist/IconVolumeOn-023c1853.js +0 -11
- package/dist/IconWarning-5719af6f.js +0 -11
- package/dist/IconYoutube-554684e4.js +0 -11
- package/dist/index-b7b97ebf.js +0 -2165
|
@@ -0,0 +1,430 @@
|
|
|
1
|
+
import { describe, expect, it } from 'vitest';
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
formatCamelCase,
|
|
5
|
+
formatKebabCase,
|
|
6
|
+
formatNumber,
|
|
7
|
+
formatPascalCase,
|
|
8
|
+
formatPhone,
|
|
9
|
+
formatPrice,
|
|
10
|
+
formatSentenceCase,
|
|
11
|
+
formatSnakeCase,
|
|
12
|
+
formatTitleCase,
|
|
13
|
+
} from '../src/utilities/format';
|
|
14
|
+
|
|
15
|
+
describe('@/src/utilities/format.ts', () => {
|
|
16
|
+
const camelCase = 'theQuickBrownFoxJumpsOverTheLazyDog';
|
|
17
|
+
const kebabCase = 'the-quick-brown-fox-jumps-over-the-lazy-dog';
|
|
18
|
+
const lowerCase = 'the quick brown fox jumps over the lazy dog';
|
|
19
|
+
const pascalCase = 'TheQuickBrownFoxJumpsOverTheLazyDog';
|
|
20
|
+
const sentenceCase = 'The quick brown fox jumps over the lazy dog';
|
|
21
|
+
const snakeCase = 'the_quick_brown_fox_jumps_over_the_lazy_dog';
|
|
22
|
+
const titleCase = 'The Quick Brown Fox Jumps Over The Lazy Dog';
|
|
23
|
+
const upperCase = 'THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG';
|
|
24
|
+
|
|
25
|
+
describe('formatCamelCase', () => {
|
|
26
|
+
it('converts camelCase to camelCase.', () => {
|
|
27
|
+
expect(formatCamelCase(camelCase)).toEqual(camelCase);
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
it('converts kebab-case to camelCase.', () => {
|
|
31
|
+
expect(formatCamelCase(kebabCase)).toEqual(camelCase);
|
|
32
|
+
});
|
|
33
|
+
|
|
34
|
+
it('converts PascalCase to camelCase.', () => {
|
|
35
|
+
expect(formatCamelCase(pascalCase)).toEqual(camelCase);
|
|
36
|
+
});
|
|
37
|
+
|
|
38
|
+
it('converts lower case to camelCase.', () => {
|
|
39
|
+
expect(formatCamelCase(lowerCase)).toEqual(camelCase);
|
|
40
|
+
});
|
|
41
|
+
|
|
42
|
+
it('converts "Sentence case" to camelCase.', () => {
|
|
43
|
+
expect(formatCamelCase(sentenceCase)).toEqual(camelCase);
|
|
44
|
+
});
|
|
45
|
+
|
|
46
|
+
it('converts snake_case to camelCase.', () => {
|
|
47
|
+
expect(formatCamelCase(snakeCase)).toEqual(camelCase);
|
|
48
|
+
});
|
|
49
|
+
|
|
50
|
+
it('converts "Title Case" to camelCase.', () => {
|
|
51
|
+
expect(formatCamelCase(titleCase)).toEqual(camelCase);
|
|
52
|
+
});
|
|
53
|
+
|
|
54
|
+
it('converts UPPER CASE to camelCase.', () => {
|
|
55
|
+
expect(formatCamelCase(upperCase)).toEqual(camelCase);
|
|
56
|
+
});
|
|
57
|
+
|
|
58
|
+
it('ignores an empty string.', () => {
|
|
59
|
+
const input = '';
|
|
60
|
+
const output = '';
|
|
61
|
+
|
|
62
|
+
expect(formatCamelCase(input)).toEqual(output);
|
|
63
|
+
});
|
|
64
|
+
});
|
|
65
|
+
|
|
66
|
+
describe('formatKebabCase', () => {
|
|
67
|
+
it('converts camelCase to kebab-case.', () => {
|
|
68
|
+
expect(formatKebabCase(camelCase)).toEqual(kebabCase);
|
|
69
|
+
});
|
|
70
|
+
|
|
71
|
+
it('converts kebab-case to kebab-case.', () => {
|
|
72
|
+
expect(formatKebabCase(kebabCase)).toEqual(kebabCase);
|
|
73
|
+
});
|
|
74
|
+
|
|
75
|
+
it('converts PascalCase to kebab-case.', () => {
|
|
76
|
+
expect(formatKebabCase(pascalCase)).toEqual(kebabCase);
|
|
77
|
+
});
|
|
78
|
+
|
|
79
|
+
it('converts lower case to kebab-case.', () => {
|
|
80
|
+
expect(formatKebabCase(lowerCase)).toEqual(kebabCase);
|
|
81
|
+
});
|
|
82
|
+
|
|
83
|
+
it('converts "Sentence case" to kebab-case.', () => {
|
|
84
|
+
expect(formatKebabCase(sentenceCase)).toEqual(kebabCase);
|
|
85
|
+
});
|
|
86
|
+
|
|
87
|
+
it('converts snake_case to kebab-case.', () => {
|
|
88
|
+
expect(formatKebabCase(snakeCase)).toEqual(kebabCase);
|
|
89
|
+
});
|
|
90
|
+
|
|
91
|
+
it('converts "Title Case" to kebab-case.', () => {
|
|
92
|
+
expect(formatKebabCase(titleCase)).toEqual(kebabCase);
|
|
93
|
+
});
|
|
94
|
+
|
|
95
|
+
it('converts UPPER CASE to kebab-case.', () => {
|
|
96
|
+
expect(formatKebabCase(upperCase)).toEqual(kebabCase);
|
|
97
|
+
});
|
|
98
|
+
|
|
99
|
+
it('ignores an empty string.', () => {
|
|
100
|
+
const input = '';
|
|
101
|
+
const output = '';
|
|
102
|
+
|
|
103
|
+
expect(formatKebabCase(input)).toEqual(output);
|
|
104
|
+
});
|
|
105
|
+
});
|
|
106
|
+
|
|
107
|
+
describe('formatNumber', () => {
|
|
108
|
+
it('formats a 1 digit number.', () => {
|
|
109
|
+
const input = 1;
|
|
110
|
+
const output = '1';
|
|
111
|
+
|
|
112
|
+
expect(formatNumber(input)).toEqual(output);
|
|
113
|
+
});
|
|
114
|
+
|
|
115
|
+
it('formats a 2 digit number.', () => {
|
|
116
|
+
const input = 22;
|
|
117
|
+
const output = '22';
|
|
118
|
+
|
|
119
|
+
expect(formatNumber(input)).toEqual(output);
|
|
120
|
+
});
|
|
121
|
+
|
|
122
|
+
it('formats a 3 digit number.', () => {
|
|
123
|
+
const input = 333;
|
|
124
|
+
const output = '333';
|
|
125
|
+
|
|
126
|
+
expect(formatNumber(input)).toEqual(output);
|
|
127
|
+
});
|
|
128
|
+
|
|
129
|
+
it('formats a 4 digit number.', () => {
|
|
130
|
+
const input = 4444;
|
|
131
|
+
const output = '4,444';
|
|
132
|
+
|
|
133
|
+
expect(formatNumber(input)).toEqual(output);
|
|
134
|
+
});
|
|
135
|
+
|
|
136
|
+
it('formats a 5 digit number.', () => {
|
|
137
|
+
const input = 55555;
|
|
138
|
+
const output = '55,555';
|
|
139
|
+
|
|
140
|
+
expect(formatNumber(input)).toEqual(output);
|
|
141
|
+
});
|
|
142
|
+
|
|
143
|
+
it('formats a 6 digit number.', () => {
|
|
144
|
+
const input = 666666;
|
|
145
|
+
const output = '666,666';
|
|
146
|
+
|
|
147
|
+
expect(formatNumber(input)).toEqual(output);
|
|
148
|
+
});
|
|
149
|
+
|
|
150
|
+
it('formats a 7 digit number.', () => {
|
|
151
|
+
const input = 7777777;
|
|
152
|
+
const output = '7,777,777';
|
|
153
|
+
|
|
154
|
+
expect(formatNumber(input)).toEqual(output);
|
|
155
|
+
});
|
|
156
|
+
|
|
157
|
+
it('ignores an empty string.', () => {
|
|
158
|
+
const input = '';
|
|
159
|
+
const output = '';
|
|
160
|
+
|
|
161
|
+
expect(formatNumber(input)).toEqual(output);
|
|
162
|
+
});
|
|
163
|
+
});
|
|
164
|
+
|
|
165
|
+
describe('formatPascalCase', () => {
|
|
166
|
+
it('converts camelCase to PascalCase.', () => {
|
|
167
|
+
expect(formatPascalCase(camelCase)).toEqual(pascalCase);
|
|
168
|
+
});
|
|
169
|
+
|
|
170
|
+
it('converts kebab-case to PascalCase.', () => {
|
|
171
|
+
expect(formatPascalCase(kebabCase)).toEqual(pascalCase);
|
|
172
|
+
});
|
|
173
|
+
|
|
174
|
+
it('converts PascalCase to PascalCase.', () => {
|
|
175
|
+
expect(formatPascalCase(pascalCase)).toEqual(pascalCase);
|
|
176
|
+
});
|
|
177
|
+
|
|
178
|
+
it('converts lower case to PascalCase.', () => {
|
|
179
|
+
expect(formatPascalCase(lowerCase)).toEqual(pascalCase);
|
|
180
|
+
});
|
|
181
|
+
|
|
182
|
+
it('converts "Sentence case" to PascalCase.', () => {
|
|
183
|
+
expect(formatPascalCase(sentenceCase)).toEqual(pascalCase);
|
|
184
|
+
});
|
|
185
|
+
|
|
186
|
+
it('converts snake_case to PascalCase.', () => {
|
|
187
|
+
expect(formatPascalCase(snakeCase)).toEqual(pascalCase);
|
|
188
|
+
});
|
|
189
|
+
|
|
190
|
+
it('converts "Title Case" to PascalCase.', () => {
|
|
191
|
+
expect(formatPascalCase(titleCase)).toEqual(pascalCase);
|
|
192
|
+
});
|
|
193
|
+
|
|
194
|
+
it('converts UPPER CASE to PascalCase.', () => {
|
|
195
|
+
expect(formatPascalCase(upperCase)).toEqual(pascalCase);
|
|
196
|
+
});
|
|
197
|
+
|
|
198
|
+
it('ignores an empty string.', () => {
|
|
199
|
+
const input = '';
|
|
200
|
+
const output = '';
|
|
201
|
+
|
|
202
|
+
expect(formatPascalCase(input)).toEqual(output);
|
|
203
|
+
});
|
|
204
|
+
});
|
|
205
|
+
|
|
206
|
+
describe('formatPhone', () => {
|
|
207
|
+
it('formats a 7 digit price.', () => {
|
|
208
|
+
const input = 1234567;
|
|
209
|
+
const output = '123-4567';
|
|
210
|
+
|
|
211
|
+
expect(formatPhone(input)).toEqual(output);
|
|
212
|
+
});
|
|
213
|
+
|
|
214
|
+
it('formats a 10 digit phone number.', () => {
|
|
215
|
+
const input = 1234567890;
|
|
216
|
+
const output = '123-456-7890';
|
|
217
|
+
|
|
218
|
+
expect(formatPhone(input)).toEqual(output);
|
|
219
|
+
});
|
|
220
|
+
|
|
221
|
+
it('formats a 11 digit phone number.', () => {
|
|
222
|
+
const input = 12345678900;
|
|
223
|
+
const output = '1-234-567-8900';
|
|
224
|
+
|
|
225
|
+
expect(formatPhone(input)).toEqual(output);
|
|
226
|
+
});
|
|
227
|
+
|
|
228
|
+
it('ignores a phone number of less than 7 digits.', () => {
|
|
229
|
+
const input = 123456;
|
|
230
|
+
const output = '123456';
|
|
231
|
+
|
|
232
|
+
expect(formatPhone(input)).toEqual(output);
|
|
233
|
+
});
|
|
234
|
+
|
|
235
|
+
it('ignores a phone number of more than 11 digits.', () => {
|
|
236
|
+
const input = 123456789000;
|
|
237
|
+
const output = '123456789000';
|
|
238
|
+
|
|
239
|
+
expect(formatPhone(input)).toEqual(output);
|
|
240
|
+
});
|
|
241
|
+
|
|
242
|
+
it('ignores an empty string.', () => {
|
|
243
|
+
const input = '';
|
|
244
|
+
const output = '';
|
|
245
|
+
|
|
246
|
+
expect(formatPhone(input)).toEqual(output);
|
|
247
|
+
});
|
|
248
|
+
});
|
|
249
|
+
|
|
250
|
+
describe('formatPrice', () => {
|
|
251
|
+
it('formats a 1 digit price.', () => {
|
|
252
|
+
const input = 1;
|
|
253
|
+
const output = '$1';
|
|
254
|
+
|
|
255
|
+
expect(formatPrice(input)).toEqual(output);
|
|
256
|
+
});
|
|
257
|
+
|
|
258
|
+
it('formats a 2 digit price.', () => {
|
|
259
|
+
const input = 12;
|
|
260
|
+
const output = '$12';
|
|
261
|
+
|
|
262
|
+
expect(formatPrice(input)).toEqual(output);
|
|
263
|
+
});
|
|
264
|
+
|
|
265
|
+
it('formats a 3 digit price.', () => {
|
|
266
|
+
const input = 123;
|
|
267
|
+
const output = '$123';
|
|
268
|
+
|
|
269
|
+
expect(formatPrice(input)).toEqual(output);
|
|
270
|
+
});
|
|
271
|
+
|
|
272
|
+
it('formats a 4 digit price.', () => {
|
|
273
|
+
const input = 1234;
|
|
274
|
+
const output = '$1,234';
|
|
275
|
+
|
|
276
|
+
expect(formatPrice(input)).toEqual(output);
|
|
277
|
+
});
|
|
278
|
+
|
|
279
|
+
it('formats a 5 digit price.', () => {
|
|
280
|
+
const input = 12345;
|
|
281
|
+
const output = '$12,345';
|
|
282
|
+
|
|
283
|
+
expect(formatPrice(input)).toEqual(output);
|
|
284
|
+
});
|
|
285
|
+
|
|
286
|
+
it('formats a 6 digit price.', () => {
|
|
287
|
+
const input = 123456;
|
|
288
|
+
const output = '$123,456';
|
|
289
|
+
|
|
290
|
+
expect(formatPrice(input)).toEqual(output);
|
|
291
|
+
});
|
|
292
|
+
|
|
293
|
+
it('formats a 7 digit price.', () => {
|
|
294
|
+
const input = 1234567;
|
|
295
|
+
const output = '$1,234,567';
|
|
296
|
+
|
|
297
|
+
expect(formatPrice(input)).toEqual(output);
|
|
298
|
+
});
|
|
299
|
+
|
|
300
|
+
it('ignores an empty string.', () => {
|
|
301
|
+
const input = '';
|
|
302
|
+
const output = '$--';
|
|
303
|
+
|
|
304
|
+
expect(formatPrice(input)).toEqual(output);
|
|
305
|
+
});
|
|
306
|
+
});
|
|
307
|
+
|
|
308
|
+
describe('formatSentenceCase', () => {
|
|
309
|
+
it('converts camelCase to "Sentence case".', () => {
|
|
310
|
+
expect(formatSentenceCase(camelCase)).toEqual(sentenceCase);
|
|
311
|
+
});
|
|
312
|
+
|
|
313
|
+
it('converts kebab-case to "Sentence case".', () => {
|
|
314
|
+
expect(formatSentenceCase(kebabCase)).toEqual(sentenceCase);
|
|
315
|
+
});
|
|
316
|
+
|
|
317
|
+
it('converts PascalCase to "Sentence case".', () => {
|
|
318
|
+
expect(formatSentenceCase(pascalCase)).toEqual(sentenceCase);
|
|
319
|
+
});
|
|
320
|
+
|
|
321
|
+
it('converts lower case to "Sentence case".', () => {
|
|
322
|
+
expect(formatSentenceCase(lowerCase)).toEqual(sentenceCase);
|
|
323
|
+
});
|
|
324
|
+
|
|
325
|
+
it('converts "Sentence case" to "Sentence case".', () => {
|
|
326
|
+
expect(formatSentenceCase(sentenceCase)).toEqual(sentenceCase);
|
|
327
|
+
});
|
|
328
|
+
|
|
329
|
+
it('converts snake_case to "Sentence case".', () => {
|
|
330
|
+
expect(formatSentenceCase(snakeCase)).toEqual(sentenceCase);
|
|
331
|
+
});
|
|
332
|
+
|
|
333
|
+
it('converts "Title Case" to "Sentence case".', () => {
|
|
334
|
+
expect(formatSentenceCase(titleCase)).toEqual(sentenceCase);
|
|
335
|
+
});
|
|
336
|
+
|
|
337
|
+
it('converts UPPER CASE to "Sentence case".', () => {
|
|
338
|
+
expect(formatSentenceCase(upperCase)).toEqual(sentenceCase);
|
|
339
|
+
});
|
|
340
|
+
|
|
341
|
+
it('ignores an empty string.', () => {
|
|
342
|
+
const input = '';
|
|
343
|
+
const output = '';
|
|
344
|
+
|
|
345
|
+
expect(formatSentenceCase(input)).toEqual(output);
|
|
346
|
+
});
|
|
347
|
+
});
|
|
348
|
+
|
|
349
|
+
describe('formatSnakeCase', () => {
|
|
350
|
+
it('converts camelCase to snake_case.', () => {
|
|
351
|
+
expect(formatSnakeCase(camelCase)).toEqual(snakeCase);
|
|
352
|
+
});
|
|
353
|
+
|
|
354
|
+
it('converts kebab-case to snake_case.', () => {
|
|
355
|
+
expect(formatSnakeCase(kebabCase)).toEqual(snakeCase);
|
|
356
|
+
});
|
|
357
|
+
|
|
358
|
+
it('converts PascalCase to snake_case.', () => {
|
|
359
|
+
expect(formatSnakeCase(pascalCase)).toEqual(snakeCase);
|
|
360
|
+
});
|
|
361
|
+
|
|
362
|
+
it('converts lower case to snake_case.', () => {
|
|
363
|
+
expect(formatSnakeCase(lowerCase)).toEqual(snakeCase);
|
|
364
|
+
});
|
|
365
|
+
|
|
366
|
+
it('converts "Sentence case" to snake_case.', () => {
|
|
367
|
+
expect(formatSnakeCase(sentenceCase)).toEqual(snakeCase);
|
|
368
|
+
});
|
|
369
|
+
|
|
370
|
+
it('converts snake_case to snake_case.', () => {
|
|
371
|
+
expect(formatSnakeCase(snakeCase)).toEqual(snakeCase);
|
|
372
|
+
});
|
|
373
|
+
|
|
374
|
+
it('converts "Title Case" to snake_case.', () => {
|
|
375
|
+
expect(formatSnakeCase(titleCase)).toEqual(snakeCase);
|
|
376
|
+
});
|
|
377
|
+
|
|
378
|
+
it('converts UPPER CASE to snake_case.', () => {
|
|
379
|
+
expect(formatSnakeCase(upperCase)).toEqual(snakeCase);
|
|
380
|
+
});
|
|
381
|
+
|
|
382
|
+
it('ignores an empty string.', () => {
|
|
383
|
+
const input = '';
|
|
384
|
+
const output = '';
|
|
385
|
+
|
|
386
|
+
expect(formatSnakeCase(input)).toEqual(output);
|
|
387
|
+
});
|
|
388
|
+
});
|
|
389
|
+
|
|
390
|
+
describe('formatTitleCase', () => {
|
|
391
|
+
it('converts camelCase to "Title Case".', () => {
|
|
392
|
+
expect(formatTitleCase(camelCase)).toEqual(titleCase);
|
|
393
|
+
});
|
|
394
|
+
|
|
395
|
+
it('converts kebab-case to "Title Case".', () => {
|
|
396
|
+
expect(formatTitleCase(kebabCase)).toEqual(titleCase);
|
|
397
|
+
});
|
|
398
|
+
|
|
399
|
+
it('converts PascalCase to "Title Case".', () => {
|
|
400
|
+
expect(formatTitleCase(pascalCase)).toEqual(titleCase);
|
|
401
|
+
});
|
|
402
|
+
|
|
403
|
+
it('converts lower case to "Title Case".', () => {
|
|
404
|
+
expect(formatTitleCase(lowerCase)).toEqual(titleCase);
|
|
405
|
+
});
|
|
406
|
+
|
|
407
|
+
it('converts "Sentence case" to "Title Case".', () => {
|
|
408
|
+
expect(formatTitleCase(sentenceCase)).toEqual(titleCase);
|
|
409
|
+
});
|
|
410
|
+
|
|
411
|
+
it('converts snake_case to "Title Case".', () => {
|
|
412
|
+
expect(formatTitleCase(snakeCase)).toEqual(titleCase);
|
|
413
|
+
});
|
|
414
|
+
|
|
415
|
+
it('converts "Title Case" to "Title Case".', () => {
|
|
416
|
+
expect(formatTitleCase(titleCase)).toEqual(titleCase);
|
|
417
|
+
});
|
|
418
|
+
|
|
419
|
+
it('converts UPPER CASE to "Title Case".', () => {
|
|
420
|
+
expect(formatTitleCase(upperCase)).toEqual(titleCase);
|
|
421
|
+
});
|
|
422
|
+
|
|
423
|
+
it('ignores an empty string.', () => {
|
|
424
|
+
const input = '';
|
|
425
|
+
const output = '';
|
|
426
|
+
|
|
427
|
+
expect(formatTitleCase(input)).toEqual(output);
|
|
428
|
+
});
|
|
429
|
+
});
|
|
430
|
+
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"declaration": true,
|
|
3
|
+
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
|
4
|
+
"include": ["src/**/*"],
|
|
5
|
+
"exclude": ["src/**/__tests__/*"],
|
|
6
|
+
"compilerOptions": {
|
|
7
|
+
"baseUrl": ".",
|
|
8
|
+
"composite": true,
|
|
9
|
+
"module": "esnext",
|
|
10
|
+
"paths": {
|
|
11
|
+
"@/*": ["./src/*"]
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"declaration": true,
|
|
3
|
+
"extends": [
|
|
4
|
+
"@tsconfig/node18/tsconfig.json",
|
|
5
|
+
"@vue/tsconfig/tsconfig.json"
|
|
6
|
+
],
|
|
7
|
+
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
|
|
8
|
+
"compilerOptions": {
|
|
9
|
+
"composite": true,
|
|
10
|
+
"types": ["node"]
|
|
11
|
+
}
|
|
12
|
+
}
|
package/tsconfig.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
|
3
|
+
"include": ["env.d.ts", "src/**/*", "src/**/*.vue", "*.js", "*.ts"],
|
|
4
|
+
"exclude": ["dist", ".storybook"],
|
|
5
|
+
"compilerOptions": {
|
|
6
|
+
"declaration": true,
|
|
7
|
+
"allowJs": true,
|
|
8
|
+
"baseUrl": ".",
|
|
9
|
+
"lib": ["dom", "es2022"],
|
|
10
|
+
"module": "esnext",
|
|
11
|
+
"paths": {
|
|
12
|
+
"@/*": ["./src/*"]
|
|
13
|
+
},
|
|
14
|
+
"target": "esnext",
|
|
15
|
+
},
|
|
16
|
+
|
|
17
|
+
"references": [
|
|
18
|
+
{
|
|
19
|
+
"path": "./tsconfig.config.json"
|
|
20
|
+
}
|
|
21
|
+
]
|
|
22
|
+
}
|
package/vite.config.ts
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import vue from '@vitejs/plugin-vue';
|
|
2
|
+
import { defineConfig } from 'vite';
|
|
3
|
+
import { fileURLToPath, URL } from 'node:url';
|
|
4
|
+
import { resolve } from 'path';
|
|
5
|
+
import svgLoader from 'vite-svg-loader';
|
|
6
|
+
import ViteDts from 'vite-plugin-dts';
|
|
7
|
+
|
|
8
|
+
// https://vitejs.dev/config/
|
|
9
|
+
export default defineConfig({
|
|
10
|
+
build: {
|
|
11
|
+
cssCodeSplit: false,
|
|
12
|
+
lib: {
|
|
13
|
+
entry: resolve(__dirname, './index.ts'),
|
|
14
|
+
fileName: (format) => `tide-design-system.${format === 'es' ? 'esm.js' : 'cjs'}`,
|
|
15
|
+
formats: ['es', 'cjs'],
|
|
16
|
+
name: 'tide-design-system',
|
|
17
|
+
},
|
|
18
|
+
rollupOptions: {
|
|
19
|
+
external: ['vue'],
|
|
20
|
+
output: {
|
|
21
|
+
globals: {
|
|
22
|
+
vue: 'Vue',
|
|
23
|
+
},
|
|
24
|
+
},
|
|
25
|
+
},
|
|
26
|
+
sourcemap: 'inline',
|
|
27
|
+
},
|
|
28
|
+
plugins: [
|
|
29
|
+
vue(),
|
|
30
|
+
svgLoader({
|
|
31
|
+
svgo: false,
|
|
32
|
+
}),
|
|
33
|
+
ViteDts({
|
|
34
|
+
insertTypesEntry: true,
|
|
35
|
+
rollupTypes: true,
|
|
36
|
+
}),
|
|
37
|
+
],
|
|
38
|
+
resolve: {
|
|
39
|
+
alias: {
|
|
40
|
+
'@': fileURLToPath(new URL('./src', import.meta.url)),
|
|
41
|
+
},
|
|
42
|
+
},
|
|
43
|
+
});
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { openBlock as c, createElementBlock as e } from "vue";
|
|
2
|
-
import { _ as o } from "./index-b7b97ebf.js";
|
|
3
|
-
const t = {}, n = { d: "M5.5 17v-7h2v7h-2Zm6 0v-7h2v7h-2Zm-9 4v-2h20v2h-20Zm15-4v-7h2v7h-2Zm-15-9V6l10-5 10 5v2h-20Zm4.45-2h11.1L12.5 3.25 6.95 6Z" };
|
|
4
|
-
function h(r, m) {
|
|
5
|
-
return c(), e("path", n);
|
|
6
|
-
}
|
|
7
|
-
const s = /* @__PURE__ */ o(t, [["render", h]]);
|
|
8
|
-
export {
|
|
9
|
-
s as default
|
|
10
|
-
};
|
|
11
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiSWNvbkFjY291bnRCYWxhbmNlLWU0MzRkYzgzLmpzIiwic291cmNlcyI6WyIuLi9zcmMvYXNzZXRzL3N2Zy9pY29ucy9JY29uQWNjb3VudEJhbGFuY2UudnVlIl0sInNvdXJjZXNDb250ZW50IjpbIjx0ZW1wbGF0ZT5cbiAgPHBhdGhcbiAgICBkPVwiTTUuNSAxN3YtN2gydjdoLTJabTYgMHYtN2gydjdoLTJabS05IDR2LTJoMjB2MmgtMjBabTE1LTR2LTdoMnY3aC0yWm0tMTUtOVY2bDEwLTUgMTAgNXYyaC0yMFptNC40NS0yaDExLjFMMTIuNSAzLjI1IDYuOTUgNlpcIlxuICAvPlxuPC90ZW1wbGF0ZT5cbiJdLCJuYW1lcyI6WyJfc2ZjX3JlbmRlciIsIl9jdHgiLCJfY2FjaGUiXSwibWFwcGluZ3MiOiI7OztBQUNFLFNBQUFBLEVBQUFDLEdBQUFDLEdBQUE7Ozs7In0=
|
package/dist/IconAdd-137c81ee.js
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as o } from "vue";
|
|
2
|
-
import { _ as t } from "./index-b7b97ebf.js";
|
|
3
|
-
const c = {}, r = { d: "M11 13H5v-2h6V5h2v6h6v2h-6v6h-2v-6Z" };
|
|
4
|
-
function n(_, s) {
|
|
5
|
-
return e(), o("path", r);
|
|
6
|
-
}
|
|
7
|
-
const d = /* @__PURE__ */ t(c, [["render", n]]);
|
|
8
|
-
export {
|
|
9
|
-
d as default
|
|
10
|
-
};
|
|
11
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiSWNvbkFkZC0xMzdjODFlZS5qcyIsInNvdXJjZXMiOlsiLi4vc3JjL2Fzc2V0cy9zdmcvaWNvbnMvSWNvbkFkZC52dWUiXSwic291cmNlc0NvbnRlbnQiOlsiPHRlbXBsYXRlPlxuICA8cGF0aCBkPVwiTTExIDEzSDV2LTJoNlY1aDJ2Nmg2djJoLTZ2NmgtMnYtNlpcIiAvPlxuPC90ZW1wbGF0ZT5cbiJdLCJuYW1lcyI6WyJfc2ZjX3JlbmRlciIsIl9jdHgiLCJfY2FjaGUiXSwibWFwcGluZ3MiOiI7OztBQUNFLFNBQUFBLEVBQUFDLEdBQUFDLEdBQUE7Ozs7In0=
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as a } from "vue";
|
|
2
|
-
import { _ as l } from "./index-b7b97ebf.js";
|
|
3
|
-
const c = {}, o = {
|
|
4
|
-
"clip-rule": "evenodd",
|
|
5
|
-
d: "m12.27.93.48 1.32a1 1 0 0 0 .6.59l1.31.49-1.31.48a1 1 0 0 0-.6.6l-.48 1.31-.5-1.32a1 1 0 0 0-.58-.59l-1.32-.48 1.32-.5a1 1 0 0 0 .59-.58l.49-1.32ZM7.46 6.36 6.34 3.33 5.2 6.36a2 2 0 0 1-1.18 1.18L1 8.66 4.03 9.8a2 2 0 0 1 1.18 1.18L6.34 14l1.12-3.03a2 2 0 0 1 1.18-1.18l3.03-1.13-3.03-1.12a2 2 0 0 1-1.18-1.18ZM7.42 21H6v-1.43l9.78-9.77.7.72.72.7L7.43 21ZM4 18.75V23h4.25L21.43 9.82c.2-.2.34-.42.43-.66a2.13 2.13 0 0 0 0-1.51c-.09-.25-.23-.47-.43-.65l-1.38-1.4c-.18-.2-.4-.35-.65-.45a2.07 2.07 0 0 0-2.2.42L4 18.75Zm16.44-1.7-.73-1.97-.73 1.97a1 1 0 0 1-.6.6l-1.96.72 1.97.73a1 1 0 0 1 .59.6l.73 1.96.73-1.97a1 1 0 0 1 .59-.59l1.97-.73-1.97-.73a1 1 0 0 1-.6-.59Z",
|
|
6
|
-
"fill-rule": "evenodd"
|
|
7
|
-
};
|
|
8
|
-
function r(t, n) {
|
|
9
|
-
return e(), a("path", o);
|
|
10
|
-
}
|
|
11
|
-
const s = /* @__PURE__ */ l(c, [["render", r]]);
|
|
12
|
-
export {
|
|
13
|
-
s as default
|
|
14
|
-
};
|
|
15
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiSWNvbkFpRGVzY3JpcHRpb24tYjYxZmRmODkuanMiLCJzb3VyY2VzIjpbIi4uL3NyYy9hc3NldHMvc3ZnL2ljb25zL0ljb25BaURlc2NyaXB0aW9uLnZ1ZSJdLCJzb3VyY2VzQ29udGVudCI6WyI8dGVtcGxhdGU+XG4gIDxwYXRoXG4gICAgY2xpcC1ydWxlPVwiZXZlbm9kZFwiXG4gICAgZD1cIm0xMi4yNy45My40OCAxLjMyYTEgMSAwIDAgMCAuNi41OWwxLjMxLjQ5LTEuMzEuNDhhMSAxIDAgMCAwLS42LjZsLS40OCAxLjMxLS41LTEuMzJhMSAxIDAgMCAwLS41OC0uNTlsLTEuMzItLjQ4IDEuMzItLjVhMSAxIDAgMCAwIC41OS0uNThsLjQ5LTEuMzJaTTcuNDYgNi4zNiA2LjM0IDMuMzMgNS4yIDYuMzZhMiAyIDAgMCAxLTEuMTggMS4xOEwxIDguNjYgNC4wMyA5LjhhMiAyIDAgMCAxIDEuMTggMS4xOEw2LjM0IDE0bDEuMTItMy4wM2EyIDIgMCAwIDEgMS4xOC0xLjE4bDMuMDMtMS4xMy0zLjAzLTEuMTJhMiAyIDAgMCAxLTEuMTgtMS4xOFpNNy40MiAyMUg2di0xLjQzbDkuNzgtOS43Ny43LjcyLjcyLjdMNy40MyAyMVpNNCAxOC43NVYyM2g0LjI1TDIxLjQzIDkuODJjLjItLjIuMzQtLjQyLjQzLS42NmEyLjEzIDIuMTMgMCAwIDAgMC0xLjUxYy0uMDktLjI1LS4yMy0uNDctLjQzLS42NWwtMS4zOC0xLjRjLS4xOC0uMi0uNC0uMzUtLjY1LS40NWEyLjA3IDIuMDcgMCAwIDAtMi4yLjQyTDQgMTguNzVabTE2LjQ0LTEuNy0uNzMtMS45Ny0uNzMgMS45N2ExIDEgMCAwIDEtLjYuNmwtMS45Ni43MiAxLjk3LjczYTEgMSAwIDAgMSAuNTkuNmwuNzMgMS45Ni43My0xLjk3YTEgMSAwIDAgMSAuNTktLjU5bDEuOTctLjczLTEuOTctLjczYTEgMSAwIDAgMS0uNi0uNTlaXCJcbiAgICBmaWxsLXJ1bGU9XCJldmVub2RkXCJcbiAgLz5cbjwvdGVtcGxhdGU+XG4iXSwibmFtZXMiOlsiX2hvaXN0ZWRfMSIsIl9zZmNfcmVuZGVyIiwiX2N0eCIsIl9jYWNoZSJdLCJtYXBwaW5ncyI6Ijs7Y0FFSUEsSUFBbUI7QUFBQSxFQUNuQixhQUEwcEI7QUFBQSxFQUMxcEIsR0FBQTtBQUFBOztBQUhGLFNBQUFDLEVBQUFDLEdBQUFDLEdBQUE7Ozs7In0=
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as c } from "vue";
|
|
2
|
-
import { _ as o } from "./index-b7b97ebf.js";
|
|
3
|
-
const t = {}, n = { d: "M2 4V2h20v2H2Zm0 18v-2h20v2H2Zm5-12V7h10v3H7Zm0 7v-3h10v3H7Z" };
|
|
4
|
-
function r(_, m) {
|
|
5
|
-
return e(), c("path", n);
|
|
6
|
-
}
|
|
7
|
-
const f = /* @__PURE__ */ o(t, [["render", r]]);
|
|
8
|
-
export {
|
|
9
|
-
f as default
|
|
10
|
-
};
|
|
11
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiSWNvbkFsaWduU3BhY2UtN2ZiZTQ2YjQuanMiLCJzb3VyY2VzIjpbIi4uL3NyYy9hc3NldHMvc3ZnL2ljb25zL0ljb25BbGlnblNwYWNlLnZ1ZSJdLCJzb3VyY2VzQ29udGVudCI6WyI8dGVtcGxhdGU+XG4gIDxwYXRoIGQ9XCJNMiA0VjJoMjB2MkgyWm0wIDE4di0yaDIwdjJIMlptNS0xMlY3aDEwdjNIN1ptMCA3di0zaDEwdjNIN1pcIiAvPlxuPC90ZW1wbGF0ZT5cbiJdLCJuYW1lcyI6WyJfc2ZjX3JlbmRlciIsIl9jdHgiLCJfY2FjaGUiXSwibWFwcGluZ3MiOiI7OztBQUNFLFNBQUFBLEVBQUFDLEdBQUFDLEdBQUE7Ozs7In0=
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { openBlock as c, createElementBlock as e } from "vue";
|
|
2
|
-
import { _ as o } from "./index-b7b97ebf.js";
|
|
3
|
-
const t = {}, r = { d: "M5.655 9.056c-.235.278-.61.497-.985.466-.046-.375.138-.775.354-1.019.234-.284.643-.487.978-.503.037.387-.116.772-.347 1.056Zm.34.538c-.543-.031-1.009.31-1.265.31-.263 0-.656-.295-1.088-.285-.56.01-1.078.325-1.362.828-.588 1.01-.153 2.5.415 3.322.279.406.61.853 1.047.837.416-.015.578-.268 1.078-.268.504 0 .65.268 1.088.262.453-.01.737-.406 1.016-.813.315-.462.446-.909.453-.934-.01-.01-.875-.34-.885-1.34-.01-.838.685-1.235.716-1.26-.39-.581-1-.644-1.213-.66Zm3.138-1.131v6.09h.947v-2.081h1.31c1.196 0 2.034-.822 2.034-2.01 0-1.187-.825-2-2.004-2H9.133Zm.947.796h1.09c.822 0 1.291.438 1.291 1.207 0 .768-.469 1.212-1.294 1.212H10.08V9.26Zm5.069 5.341c.593 0 1.143-.3 1.393-.778h.019v.731h.875v-3.031c0-.878-.703-1.447-1.784-1.447-1.003 0-1.747.575-1.775 1.363h.853c.072-.376.418-.622.893-.622.579 0 .904.268.904.765v.338l-1.182.072c-1.097.065-1.69.515-1.69 1.296.003.788.615 1.313 1.494 1.313Zm.256-.722c-.503 0-.825-.244-.825-.612 0-.385.31-.607.9-.641l1.05-.066v.344c0 .569-.485.975-1.125.975Zm3.203 2.331c.922 0 1.356-.353 1.734-1.418l1.66-4.657h-.963l-1.112 3.597h-.02l-1.112-3.597h-.987l1.6 4.435-.088.268c-.143.457-.378.635-.797.635-.075 0-.218-.01-.278-.016v.732c.057.012.291.021.363.021Z" };
|
|
4
|
-
function h(m, n) {
|
|
5
|
-
return c(), e("path", r);
|
|
6
|
-
}
|
|
7
|
-
const s = /* @__PURE__ */ o(t, [["render", h]]);
|
|
8
|
-
export {
|
|
9
|
-
s as default
|
|
10
|
-
};
|
|
11
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiSWNvbkFwcGxlUGF5LTY0MDYyZGNjLmpzIiwic291cmNlcyI6WyIuLi9zcmMvYXNzZXRzL3N2Zy9pY29ucy9JY29uQXBwbGVQYXkudnVlIl0sInNvdXJjZXNDb250ZW50IjpbIjx0ZW1wbGF0ZT5cbiAgPHBhdGhcbiAgICBkPVwiTTUuNjU1IDkuMDU2Yy0uMjM1LjI3OC0uNjEuNDk3LS45ODUuNDY2LS4wNDYtLjM3NS4xMzgtLjc3NS4zNTQtMS4wMTkuMjM0LS4yODQuNjQzLS40ODcuOTc4LS41MDMuMDM3LjM4Ny0uMTE2Ljc3Mi0uMzQ3IDEuMDU2Wm0uMzQuNTM4Yy0uNTQzLS4wMzEtMS4wMDkuMzEtMS4yNjUuMzEtLjI2MyAwLS42NTYtLjI5NS0xLjA4OC0uMjg1LS41Ni4wMS0xLjA3OC4zMjUtMS4zNjIuODI4LS41ODggMS4wMS0uMTUzIDIuNS40MTUgMy4zMjIuMjc5LjQwNi42MS44NTMgMS4wNDcuODM3LjQxNi0uMDE1LjU3OC0uMjY4IDEuMDc4LS4yNjguNTA0IDAgLjY1LjI2OCAxLjA4OC4yNjIuNDUzLS4wMS43MzctLjQwNiAxLjAxNi0uODEzLjMxNS0uNDYyLjQ0Ni0uOTA5LjQ1My0uOTM0LS4wMS0uMDEtLjg3NS0uMzQtLjg4NS0xLjM0LS4wMS0uODM4LjY4NS0xLjIzNS43MTYtMS4yNi0uMzktLjU4MS0xLS42NDQtMS4yMTMtLjY2Wm0zLjEzOC0xLjEzMXY2LjA5aC45NDd2LTIuMDgxaDEuMzFjMS4xOTYgMCAyLjAzNC0uODIyIDIuMDM0LTIuMDEgMC0xLjE4Ny0uODI1LTItMi4wMDQtMkg5LjEzM1ptLjk0Ny43OTZoMS4wOWMuODIyIDAgMS4yOTEuNDM4IDEuMjkxIDEuMjA3IDAgLjc2OC0uNDY5IDEuMjEyLTEuMjk0IDEuMjEySDEwLjA4VjkuMjZabTUuMDY5IDUuMzQxYy41OTMgMCAxLjE0My0uMyAxLjM5My0uNzc4aC4wMTl2LjczMWguODc1di0zLjAzMWMwLS44NzgtLjcwMy0xLjQ0Ny0xLjc4NC0xLjQ0Ny0xLjAwMyAwLTEuNzQ3LjU3NS0xLjc3NSAxLjM2M2guODUzYy4wNzItLjM3Ni40MTgtLjYyMi44OTMtLjYyMi41NzkgMCAuOTA0LjI2OC45MDQuNzY1di4zMzhsLTEuMTgyLjA3MmMtMS4wOTcuMDY1LTEuNjkuNTE1LTEuNjkgMS4yOTYuMDAzLjc4OC42MTUgMS4zMTMgMS40OTQgMS4zMTNabS4yNTYtLjcyMmMtLjUwMyAwLS44MjUtLjI0NC0uODI1LS42MTIgMC0uMzg1LjMxLS42MDcuOS0uNjQxbDEuMDUtLjA2NnYuMzQ0YzAgLjU2OS0uNDg1Ljk3NS0xLjEyNS45NzVabTMuMjAzIDIuMzMxYy45MjIgMCAxLjM1Ni0uMzUzIDEuNzM0LTEuNDE4bDEuNjYtNC42NTdoLS45NjNsLTEuMTEyIDMuNTk3aC0uMDJsLTEuMTEyLTMuNTk3aC0uOTg3bDEuNiA0LjQzNS0uMDg4LjI2OGMtLjE0My40NTctLjM3OC42MzUtLjc5Ny42MzUtLjA3NSAwLS4yMTgtLjAxLS4yNzgtLjAxNnYuNzMyYy4wNTcuMDEyLjI5MS4wMjEuMzYzLjAyMVpcIlxuICAvPlxuPC90ZW1wbGF0ZT5cbiJdLCJuYW1lcyI6WyJfc2ZjX3JlbmRlciIsIl9jdHgiLCJfY2FjaGUiXSwibWFwcGluZ3MiOiI7OztBQUNFLFNBQUFBLEVBQUFDLEdBQUFDLEdBQUE7Ozs7In0=
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { openBlock as o, createElementBlock as c } from "vue";
|
|
2
|
-
import { _ as e } from "./index-b7b97ebf.js";
|
|
3
|
-
const r = {}, t = { d: "m7.825 13 5.6 5.6L12 20l-8-8 8-8 1.425 1.4-5.6 5.6H20v2H7.825Z" };
|
|
4
|
-
function n(_, s) {
|
|
5
|
-
return o(), c("path", t);
|
|
6
|
-
}
|
|
7
|
-
const m = /* @__PURE__ */ e(r, [["render", n]]);
|
|
8
|
-
export {
|
|
9
|
-
m as default
|
|
10
|
-
};
|
|
11
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiSWNvbkFycm93QmFjay1lNjkyODEwMC5qcyIsInNvdXJjZXMiOlsiLi4vc3JjL2Fzc2V0cy9zdmcvaWNvbnMvSWNvbkFycm93QmFjay52dWUiXSwic291cmNlc0NvbnRlbnQiOlsiPHRlbXBsYXRlPlxuICA8cGF0aCBkPVwibTcuODI1IDEzIDUuNiA1LjZMMTIgMjBsLTgtOCA4LTggMS40MjUgMS40LTUuNiA1LjZIMjB2Mkg3LjgyNVpcIiAvPlxuPC90ZW1wbGF0ZT5cbiJdLCJuYW1lcyI6WyJfc2ZjX3JlbmRlciIsIl9jdHgiLCJfY2FjaGUiXSwibWFwcGluZ3MiOiI7OztBQUNFLFNBQUFBLEVBQUFDLEdBQUFDLEdBQUE7Ozs7In0=
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { openBlock as o, createElementBlock as r } from "vue";
|
|
2
|
-
import { _ as e } from "./index-b7b97ebf.js";
|
|
3
|
-
const t = {}, c = { d: "M16.175 13H4v-2h12.175l-5.6-5.6L12 4l8 8-8 8-1.425-1.4 5.6-5.6Z" };
|
|
4
|
-
function n(_, s) {
|
|
5
|
-
return o(), r("path", c);
|
|
6
|
-
}
|
|
7
|
-
const d = /* @__PURE__ */ e(t, [["render", n]]);
|
|
8
|
-
export {
|
|
9
|
-
d as default
|
|
10
|
-
};
|
|
11
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiSWNvbkFycm93Rm9yd2FyZC1kNmFiNmQzYS5qcyIsInNvdXJjZXMiOlsiLi4vc3JjL2Fzc2V0cy9zdmcvaWNvbnMvSWNvbkFycm93Rm9yd2FyZC52dWUiXSwic291cmNlc0NvbnRlbnQiOlsiPHRlbXBsYXRlPlxuICA8cGF0aCBkPVwiTTE2LjE3NSAxM0g0di0yaDEyLjE3NWwtNS42LTUuNkwxMiA0bDggOC04IDgtMS40MjUtMS40IDUuNi01LjZaXCIgLz5cbjwvdGVtcGxhdGU+XG4iXSwibmFtZXMiOlsiX3NmY19yZW5kZXIiLCJfY3R4IiwiX2NhY2hlIl0sIm1hcHBpbmdzIjoiOzs7QUFDRSxTQUFBQSxFQUFBQyxHQUFBQyxHQUFBOzs7OyJ9
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { openBlock as o, createElementBlock as t } from "vue";
|
|
2
|
-
import { _ as e } from "./index-b7b97ebf.js";
|
|
3
|
-
const r = {}, c = { d: "M10 17V7l5 5-5 5Z" };
|
|
4
|
-
function n(_, s) {
|
|
5
|
-
return o(), t("path", c);
|
|
6
|
-
}
|
|
7
|
-
const i = /* @__PURE__ */ e(r, [["render", n]]);
|
|
8
|
-
export {
|
|
9
|
-
i as default
|
|
10
|
-
};
|
|
11
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiSWNvbkFycm93UmlnaHQtYzZhMTE1ODEuanMiLCJzb3VyY2VzIjpbIi4uL3NyYy9hc3NldHMvc3ZnL2ljb25zL0ljb25BcnJvd1JpZ2h0LnZ1ZSJdLCJzb3VyY2VzQ29udGVudCI6WyI8dGVtcGxhdGU+XG4gIDxwYXRoIGQ9XCJNMTAgMTdWN2w1IDUtNSA1WlwiIC8+XG48L3RlbXBsYXRlPlxuIl0sIm5hbWVzIjpbIl9zZmNfcmVuZGVyIiwiX2N0eCIsIl9jYWNoZSJdLCJtYXBwaW5ncyI6Ijs7O0FBQ0UsU0FBQUEsRUFBQUMsR0FBQUMsR0FBQTs7OzsifQ==
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { openBlock as C, createElementBlock as e } from "vue";
|
|
2
|
-
import { _ as t } from "./index-b7b97ebf.js";
|
|
3
|
-
const o = {}, c = { d: "M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H9.2C9.41667 2.4 9.77917 1.91667 10.2875 1.55C10.7958 1.18333 11.3667 1 12 1C12.6333 1 13.2042 1.18333 13.7125 1.55C14.2208 1.91667 14.5833 2.4 14.8 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM5 19H19V5H5V19ZM7 17H14V15H7V17ZM7 13H17V11H7V13ZM7 9H17V7H7V9ZM12 4.25C12.2167 4.25 12.3958 4.17917 12.5375 4.0375C12.6792 3.89583 12.75 3.71667 12.75 3.5C12.75 3.28333 12.6792 3.10417 12.5375 2.9625C12.3958 2.82083 12.2167 2.75 12 2.75C11.7833 2.75 11.6042 2.82083 11.4625 2.9625C11.3208 3.10417 11.25 3.28333 11.25 3.5C11.25 3.71667 11.3208 3.89583 11.4625 4.0375C11.6042 4.17917 11.7833 4.25 12 4.25Z" };
|
|
4
|
-
function n(r, s) {
|
|
5
|
-
return C(), e("path", c);
|
|
6
|
-
}
|
|
7
|
-
const V = /* @__PURE__ */ t(o, [["render", n]]);
|
|
8
|
-
export {
|
|
9
|
-
V as default
|
|
10
|
-
};
|
|
11
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiSWNvbkFzc2lnbm1lbnQtZTI3NjM1NjIuanMiLCJzb3VyY2VzIjpbIi4uL3NyYy9hc3NldHMvc3ZnL2ljb25zL0ljb25Bc3NpZ25tZW50LnZ1ZSJdLCJzb3VyY2VzQ29udGVudCI6WyI8dGVtcGxhdGU+XG4gIDxwYXRoXG4gICAgZD1cIk01IDIxQzQuNDUgMjEgMy45NzkxNyAyMC44MDQyIDMuNTg3NSAyMC40MTI1QzMuMTk1ODMgMjAuMDIwOCAzIDE5LjU1IDMgMTlWNUMzIDQuNDUgMy4xOTU4MyAzLjk3OTE3IDMuNTg3NSAzLjU4NzVDMy45NzkxNyAzLjE5NTgzIDQuNDUgMyA1IDNIOS4yQzkuNDE2NjcgMi40IDkuNzc5MTcgMS45MTY2NyAxMC4yODc1IDEuNTVDMTAuNzk1OCAxLjE4MzMzIDExLjM2NjcgMSAxMiAxQzEyLjYzMzMgMSAxMy4yMDQyIDEuMTgzMzMgMTMuNzEyNSAxLjU1QzE0LjIyMDggMS45MTY2NyAxNC41ODMzIDIuNCAxNC44IDNIMTlDMTkuNTUgMyAyMC4wMjA4IDMuMTk1ODMgMjAuNDEyNSAzLjU4NzVDMjAuODA0MiAzLjk3OTE3IDIxIDQuNDUgMjEgNVYxOUMyMSAxOS41NSAyMC44MDQyIDIwLjAyMDggMjAuNDEyNSAyMC40MTI1QzIwLjAyMDggMjAuODA0MiAxOS41NSAyMSAxOSAyMUg1Wk01IDE5SDE5VjVINVYxOVpNNyAxN0gxNFYxNUg3VjE3Wk03IDEzSDE3VjExSDdWMTNaTTcgOUgxN1Y3SDdWOVpNMTIgNC4yNUMxMi4yMTY3IDQuMjUgMTIuMzk1OCA0LjE3OTE3IDEyLjUzNzUgNC4wMzc1QzEyLjY3OTIgMy44OTU4MyAxMi43NSAzLjcxNjY3IDEyLjc1IDMuNUMxMi43NSAzLjI4MzMzIDEyLjY3OTIgMy4xMDQxNyAxMi41Mzc1IDIuOTYyNUMxMi4zOTU4IDIuODIwODMgMTIuMjE2NyAyLjc1IDEyIDIuNzVDMTEuNzgzMyAyLjc1IDExLjYwNDIgMi44MjA4MyAxMS40NjI1IDIuOTYyNUMxMS4zMjA4IDMuMTA0MTcgMTEuMjUgMy4yODMzMyAxMS4yNSAzLjVDMTEuMjUgMy43MTY2NyAxMS4zMjA4IDMuODk1ODMgMTEuNDYyNSA0LjAzNzVDMTEuNjA0MiA0LjE3OTE3IDExLjc4MzMgNC4yNSAxMiA0LjI1WlwiXG4gIC8+XG48L3RlbXBsYXRlPlxuIl0sIm5hbWVzIjpbIl9zZmNfcmVuZGVyIiwiX2N0eCIsIl9jYWNoZSJdLCJtYXBwaW5ncyI6Ijs7O0FBQ0UsU0FBQUEsRUFBQUMsR0FBQUMsR0FBQTs7OzsifQ==
|