@dnb/eufemia 9.30.0 → 9.31.0
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/CHANGELOG.md +47 -0
- package/assets/icons/add.svg +1 -1
- package/assets/icons/add_circled.svg +1 -1
- package/assets/icons/add_circled_medium.svg +1 -1
- package/assets/icons/add_medium.svg +1 -1
- package/assets/icons/boat.svg +1 -1
- package/assets/icons/boat_medium.svg +1 -1
- package/assets/icons/calculator.svg +1 -1
- package/assets/icons/card.svg +1 -1
- package/assets/icons/card_medium.svg +1 -1
- package/assets/icons/cat_medium.svg +1 -1
- package/assets/icons/chatbot.svg +1 -1
- package/assets/icons/chatbot_medium.svg +1 -1
- package/assets/icons/chip.svg +1 -1
- package/assets/icons/chip_medium.svg +1 -1
- package/assets/icons/cloud_download.svg +1 -1
- package/assets/icons/cloud_download_medium.svg +1 -1
- package/assets/icons/cloud_rain.svg +1 -1
- package/assets/icons/cloud_rain_medium.svg +1 -1
- package/assets/icons/cloud_sync.svg +1 -1
- package/assets/icons/cloud_sync_medium.svg +1 -1
- package/assets/icons/cloud_transfer.svg +1 -1
- package/assets/icons/cloud_transfer_medium.svg +1 -1
- package/assets/icons/cloud_upload.svg +1 -1
- package/assets/icons/cloud_upload_medium.svg +1 -1
- package/assets/icons/cookie.svg +1 -1
- package/assets/icons/cookie_medium.svg +1 -1
- package/assets/icons/diamond.svg +1 -1
- package/assets/icons/dog.svg +1 -1
- package/assets/icons/dog_medium.svg +1 -1
- package/assets/icons/eufemia-icons-pdf-categorized.tgz +0 -0
- package/assets/icons/eufemia-icons-pdf.tgz +0 -0
- package/assets/icons/exclamation_circled.svg +1 -1
- package/assets/icons/exclamation_circled_medium.svg +1 -1
- package/assets/icons/file_jpg.svg +1 -0
- package/assets/icons/file_jpg_medium.svg +1 -0
- package/assets/icons/file_png.svg +1 -0
- package/assets/icons/file_png_medium.svg +1 -0
- package/assets/icons/fish.svg +1 -0
- package/assets/icons/fish_medium.svg +1 -0
- package/assets/icons/hourglass.svg +1 -1
- package/assets/icons/instagram.svg +1 -1
- package/assets/icons/linkedin.svg +1 -1
- package/assets/icons/linkedin_medium.svg +1 -1
- package/assets/icons/loupe.svg +1 -1
- package/assets/icons/loupe_medium.svg +1 -1
- package/assets/icons/mastercard_card.svg +1 -1
- package/assets/icons/mastercard_card_medium.svg +1 -1
- package/assets/icons/news.svg +1 -1
- package/assets/icons/news_medium.svg +1 -1
- package/assets/icons/newspaper.svg +1 -0
- package/assets/icons/newspaper_medium.svg +1 -0
- package/assets/icons/phone.svg +1 -1
- package/assets/icons/phone_medium.svg +1 -1
- package/assets/icons/photo.svg +1 -1
- package/assets/icons/photo_medium.svg +1 -1
- package/assets/icons/pin.svg +1 -1
- package/assets/icons/pin_medium.svg +1 -1
- package/assets/icons/play.svg +1 -1
- package/assets/icons/savings_account.svg +1 -1
- package/assets/icons/sort.svg +1 -0
- package/assets/icons/sort_medium.svg +1 -0
- package/assets/icons/subtract.svg +1 -1
- package/assets/icons/subtract_circled.svg +1 -1
- package/assets/icons/subtract_circled_medium.svg +1 -1
- package/assets/icons/subtract_medium.svg +1 -1
- package/assets/icons/tag.svg +1 -1
- package/assets/icons/tag_medium.svg +1 -1
- package/assets/icons/thumbs_down.svg +1 -1
- package/assets/icons/thumbs_up.svg +1 -1
- package/assets/icons/video.svg +1 -1
- package/assets/icons/video_medium.svg +1 -1
- package/assets/icons/wallet_medium.svg +1 -1
- package/cjs/components/HeightAnimation.d.ts +3 -0
- package/cjs/components/HeightAnimation.js +52 -0
- package/cjs/components/accordion/Accordion.js +2 -2
- package/cjs/components/accordion/AccordionHeader.js +1 -1
- package/cjs/components/accordion/AccordionProvider.js +3 -1
- package/cjs/components/accordion/style/_accordion.scss +14 -15
- package/cjs/components/accordion/style/dnb-accordion.css +9 -6
- package/cjs/components/accordion/style/dnb-accordion.min.css +1 -1
- package/cjs/components/accordion/style/themes/dnb-accordion-theme-ui.css +102 -95
- package/cjs/components/accordion/style/themes/dnb-accordion-theme-ui.min.css +3 -3
- package/cjs/components/accordion/style/themes/dnb-accordion-theme-ui.scss +37 -37
- package/cjs/components/autocomplete/Autocomplete.d.ts +0 -10
- package/cjs/components/autocomplete/Autocomplete.js +3 -4
- package/cjs/components/autocomplete/style/_autocomplete.scss +2 -2
- package/cjs/components/autocomplete/style/dnb-autocomplete.css +46 -46
- package/cjs/components/autocomplete/style/dnb-autocomplete.min.css +1 -1
- package/cjs/components/avatar/Avatar.d.ts +3 -1
- package/cjs/components/avatar/Avatar.js +1 -3
- package/cjs/components/avatar/AvatarGroup.js +8 -10
- package/cjs/components/avatar/style/themes/dnb-avatar-theme-ui.css +0 -10
- package/cjs/components/avatar/style/themes/dnb-avatar-theme-ui.min.css +1 -1
- package/cjs/components/avatar/style/themes/dnb-avatar-theme-ui.scss +0 -8
- package/cjs/components/badge/Badge.js +1 -17
- package/cjs/components/breadcrumb/Breadcrumb.d.ts +10 -4
- package/cjs/components/breadcrumb/Breadcrumb.js +26 -28
- package/cjs/components/breadcrumb/BreadcrumbItem.d.ts +1 -0
- package/cjs/components/breadcrumb/BreadcrumbItem.js +13 -11
- package/cjs/components/breadcrumb/BreadcrumbMultiple.d.ts +10 -0
- package/cjs/components/breadcrumb/BreadcrumbMultiple.js +50 -0
- package/cjs/components/breadcrumb/style/_breadcrumb.scss +25 -12
- package/cjs/components/breadcrumb/style/dnb-breadcrumb.css +933 -17
- package/cjs/components/breadcrumb/style/dnb-breadcrumb.min.css +1 -1
- package/cjs/components/breadcrumb/style/dnb-breadcrumb.scss +4 -0
- package/cjs/components/button/Button.d.ts +6 -8
- package/cjs/components/button/Button.js +5 -3
- package/cjs/components/button/style/dnb-button.css +14 -14
- package/cjs/components/button/style/dnb-button.min.css +1 -1
- package/cjs/components/button/style/themes/dnb-button-theme-eiendom.css +2 -2
- package/cjs/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
- package/cjs/components/button/style/themes/dnb-button-theme-ui.css +2 -2
- package/cjs/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
- package/cjs/components/button/style/themes/dnb-button-theme-ui.scss +2 -2
- package/cjs/components/checkbox/Checkbox.js +4 -2
- package/cjs/components/date-picker/DatePicker.js +4 -2
- package/cjs/components/date-picker/style/dnb-date-picker.css +56 -56
- package/cjs/components/date-picker/style/dnb-date-picker.min.css +1 -1
- package/cjs/components/dialog/Dialog.js +2 -2
- package/cjs/components/dialog/parts/DialogBody.d.ts +2 -1
- package/cjs/components/dialog/style/_dialog.scss +1 -1
- package/cjs/components/dialog/style/dnb-dialog.css +26 -26
- package/cjs/components/dialog/style/dnb-dialog.min.css +1 -1
- package/cjs/components/drawer/DrawerContent.d.ts +1 -1
- package/cjs/components/drawer/DrawerContent.js +2 -4
- package/cjs/components/drawer/parts/DrawerBody.d.ts +2 -1
- package/cjs/components/drawer/style/dnb-drawer.css +22 -22
- package/cjs/components/drawer/style/dnb-drawer.min.css +1 -1
- package/cjs/components/dropdown/Dropdown.d.ts +0 -4
- package/cjs/components/dropdown/Dropdown.js +4 -2
- package/cjs/components/dropdown/style/dnb-dropdown.css +14 -14
- package/cjs/components/dropdown/style/dnb-dropdown.min.css +1 -1
- package/cjs/components/form-label/FormLabel.js +4 -2
- package/cjs/components/form-row/FormRow.js +9 -3
- package/cjs/components/form-row/style/_form-row.scss +4 -1
- package/cjs/components/form-row/style/dnb-form-row.css +4 -3
- package/cjs/components/form-row/style/dnb-form-row.min.css +1 -1
- package/cjs/components/form-set/FormSet.js +1 -1
- package/cjs/components/form-status/FormStatus.js +4 -2
- package/cjs/components/global-error/style/dnb-global-error.css +14 -14
- package/cjs/components/global-error/style/dnb-global-error.min.css +1 -1
- package/cjs/components/global-status/GlobalStatus.js +3 -3
- package/cjs/components/global-status/style/dnb-global-status.css +24 -38
- package/cjs/components/global-status/style/dnb-global-status.min.css +1 -1
- package/cjs/components/height-animation/HeightAnimation.d.ts +27 -0
- package/cjs/components/height-animation/HeightAnimation.js +86 -0
- package/cjs/components/height-animation/index.d.ts +3 -0
- package/cjs/components/height-animation/index.js +52 -0
- package/cjs/components/height-animation/style/_height-animation.scss +12 -0
- package/cjs/components/height-animation/style/dnb-height-animation.css +81 -0
- package/cjs/components/height-animation/style/dnb-height-animation.min.css +1 -0
- package/cjs/components/height-animation/style/dnb-height-animation.scss +12 -0
- package/cjs/components/height-animation/style/index.d.ts +1 -0
- package/cjs/components/height-animation/style/index.js +3 -0
- package/cjs/components/height-animation/style.d.ts +1 -0
- package/cjs/components/height-animation/style.js +3 -0
- package/cjs/components/height-animation/useHeightAnimation.d.ts +40 -0
- package/cjs/components/height-animation/useHeightAnimation.js +245 -0
- package/cjs/components/help-button/HelpButton.d.ts +10 -236
- package/cjs/components/help-button/HelpButton.js +31 -124
- package/cjs/components/help-button/HelpButtonInstance.d.ts +5 -100
- package/cjs/components/help-button/HelpButtonInstance.js +54 -129
- package/cjs/components/help-button/style/dnb-help-button.css +14 -14
- package/cjs/components/help-button/style/dnb-help-button.min.css +1 -1
- package/cjs/components/icon/Icon.js +5 -3
- package/cjs/components/icon-primary/IconPrimary.js +4 -2
- package/cjs/components/index.d.ts +2 -1
- package/cjs/components/index.js +8 -0
- package/cjs/components/info-card/InfoCard.d.ts +0 -2
- package/cjs/components/info-card/InfoCard.js +23 -25
- package/cjs/components/input/Input.js +5 -3
- package/cjs/components/input/InputPassword.js +4 -2
- package/cjs/components/input/style/dnb-input.css +28 -28
- package/cjs/components/input/style/dnb-input.min.css +1 -1
- package/cjs/components/input-masked/style/dnb-input-masked.css +28 -28
- package/cjs/components/input-masked/style/dnb-input-masked.min.css +1 -1
- package/cjs/components/lib.d.ts +27 -9
- package/cjs/components/lib.js +9 -0
- package/cjs/components/logo/Logo.d.ts +5 -0
- package/cjs/components/logo/Logo.js +8 -3
- package/cjs/components/logo/style/_logo.scss +3 -0
- package/cjs/components/logo/style/dnb-logo.css +2 -0
- package/cjs/components/logo/style/dnb-logo.min.css +1 -1
- package/cjs/components/modal/Modal.d.ts +1 -1
- package/cjs/components/modal/Modal.js +5 -2
- package/cjs/components/modal/ModalRoot.d.ts +1 -1
- package/cjs/components/modal/parts/CloseButton.js +1 -1
- package/cjs/components/modal/style/_modal.scss +1 -2
- package/cjs/components/modal/style/dnb-modal.css +22 -22
- package/cjs/components/modal/style/dnb-modal.min.css +1 -1
- package/cjs/components/number-format/NumberFormat.js +2 -2
- package/cjs/components/number-format/style/dnb-number-format.css +14 -14
- package/cjs/components/number-format/style/dnb-number-format.min.css +1 -1
- package/cjs/components/number-format/useNumberFormat.js +2 -2
- package/cjs/components/pagination/Pagination.d.ts +0 -6
- package/cjs/components/pagination/Pagination.js +3 -3
- package/cjs/components/pagination/PaginationInfinity.js +0 -26
- package/cjs/components/pagination/PaginationProvider.js +11 -5
- package/cjs/components/pagination/style/dnb-pagination.css +14 -14
- package/cjs/components/pagination/style/dnb-pagination.min.css +1 -1
- package/cjs/components/progress-indicator/ProgressIndicator.js +3 -1
- package/cjs/components/radio/Radio.js +5 -2
- package/cjs/components/radio/RadioGroup.js +3 -1
- package/cjs/components/section/Section.d.ts +30 -83
- package/cjs/components/section/Section.js +33 -123
- package/cjs/components/section/style/_section.scss +8 -25
- package/cjs/components/section/style/dnb-section.css +10 -24
- package/cjs/components/section/style/dnb-section.min.css +1 -1
- package/cjs/components/section/style/themes/dnb-section-theme-ui.scss +1 -5
- package/cjs/components/skeleton/Skeleton.js +1 -1
- package/cjs/components/slider/Slider.d.ts +2 -3
- package/cjs/components/slider/SliderHelpers.d.ts +6 -4
- package/cjs/components/slider/SliderHelpers.js +18 -22
- package/cjs/components/slider/SliderInstance.js +6 -5
- package/cjs/components/slider/SliderProvider.d.ts +2 -2
- package/cjs/components/slider/SliderProvider.js +42 -26
- package/cjs/components/slider/SliderThumb.js +130 -71
- package/cjs/components/slider/SliderTrack.js +8 -10
- package/cjs/components/slider/hooks/useSliderEvents.d.ts +1 -3
- package/cjs/components/slider/hooks/useSliderEvents.js +19 -36
- package/cjs/components/slider/style/_range.scss +6 -0
- package/cjs/components/slider/style/_slider.scss +8 -5
- package/cjs/components/slider/style/dnb-range.css +10 -0
- package/cjs/components/slider/style/dnb-range.scss +6 -0
- package/cjs/components/slider/style/dnb-slider.css +211 -21
- package/cjs/components/slider/style/dnb-slider.min.css +1 -1
- package/cjs/components/slider/style/dnb-slider.scss +1 -0
- package/cjs/components/slider/types.d.ts +13 -5
- package/cjs/components/space/Space.d.ts +3 -2
- package/cjs/components/space/Space.js +17 -22
- package/cjs/components/step-indicator/StepIndicatorContext.js +4 -2
- package/cjs/components/step-indicator/StepIndicatorSidebar.js +1 -1
- package/cjs/components/step-indicator/StepIndicatorTriggerButton.js +2 -2
- package/cjs/components/step-indicator/style/dnb-step-indicator.css +14 -14
- package/cjs/components/step-indicator/style/dnb-step-indicator.min.css +1 -1
- package/cjs/components/switch/Switch.js +4 -2
- package/cjs/components/table/Table.js +1 -3
- package/cjs/components/tabs/Tabs.js +2 -2
- package/cjs/components/tabs/TabsContentWrapper.js +1 -1
- package/cjs/components/tag/Tag.d.ts +8 -1
- package/cjs/components/tag/Tag.js +8 -9
- package/cjs/components/tag/TagGroup.js +5 -7
- package/cjs/components/tag/style/dnb-tag.css +14 -14
- package/cjs/components/tag/style/dnb-tag.min.css +1 -1
- package/cjs/components/textarea/Textarea.js +4 -2
- package/cjs/components/timeline/Timeline.js +1 -3
- package/cjs/components/timeline/TimelineItem.js +2 -2
- package/cjs/components/toggle-button/ToggleButton.js +4 -1
- package/cjs/components/toggle-button/ToggleButtonGroup.js +3 -1
- package/cjs/components/toggle-button/style/dnb-toggle-button.css +14 -14
- package/cjs/components/toggle-button/style/dnb-toggle-button.min.css +1 -1
- package/cjs/components/tooltip/Tooltip.d.ts +8 -154
- package/cjs/components/tooltip/Tooltip.js +84 -166
- package/cjs/components/tooltip/TooltipContainer.d.ts +15 -68
- package/cjs/components/tooltip/TooltipContainer.js +207 -323
- package/cjs/components/tooltip/TooltipHelpers.d.ts +31 -1
- package/cjs/components/tooltip/TooltipHelpers.js +85 -1
- package/cjs/components/tooltip/TooltipPortal.d.ts +13 -31
- package/cjs/components/tooltip/TooltipPortal.js +152 -206
- package/cjs/components/tooltip/TooltipWithEvents.d.ts +11 -35
- package/cjs/components/tooltip/TooltipWithEvents.js +159 -195
- package/cjs/components/tooltip/style/_tooltip.scss +8 -7
- package/cjs/components/tooltip/style/dnb-tooltip.css +14 -14
- package/cjs/components/tooltip/style/dnb-tooltip.min.css +1 -1
- package/cjs/components/tooltip/types.d.ts +28 -0
- package/cjs/components/tooltip/types.js +1 -0
- package/cjs/components/visually-hidden/VisuallyHidden.d.ts +2 -3
- package/cjs/components/visually-hidden/VisuallyHidden.js +2 -20
- package/cjs/elements/Anchor.d.ts +3 -1
- package/cjs/elements/Anchor.js +3 -5
- package/cjs/elements/Dd.d.ts +10 -26
- package/cjs/elements/Dd.js +0 -31
- package/cjs/elements/Dl.d.ts +19 -26
- package/cjs/elements/Dl.js +24 -26
- package/cjs/elements/Dt.d.ts +10 -26
- package/cjs/elements/Dt.js +0 -31
- package/cjs/elements/Element.js +1 -3
- package/cjs/elements/Link.d.ts +3 -1
- package/cjs/elements/lib.d.ts +18 -5
- package/cjs/extensions/payment-card/PaymentCard.js +2 -2
- package/cjs/fragments/drawer-list/DrawerList.js +3 -1
- package/cjs/fragments/drawer-list/style/_drawer-list.scss +1 -1
- package/cjs/fragments/lib.d.ts +8 -1
- package/cjs/fragments/scroll-view/ScrollView.d.ts +13 -6
- package/cjs/fragments/scroll-view/ScrollView.js +29 -99
- package/cjs/icons/add.js +5 -2
- package/cjs/icons/add_circled.js +5 -2
- package/cjs/icons/add_circled_medium.js +5 -2
- package/cjs/icons/add_medium.js +5 -2
- package/cjs/icons/boat.js +10 -3
- package/cjs/icons/boat_medium.js +10 -3
- package/cjs/icons/calculator.js +10 -3
- package/cjs/icons/card.js +4 -2
- package/cjs/icons/card_medium.js +4 -2
- package/cjs/icons/cat_medium.js +10 -3
- package/cjs/icons/chatbot.js +5 -2
- package/cjs/icons/chatbot_medium.js +5 -2
- package/cjs/icons/chip.js +10 -3
- package/cjs/icons/chip_medium.js +10 -3
- package/cjs/icons/cloud_download.js +10 -3
- package/cjs/icons/cloud_download_medium.js +10 -3
- package/cjs/icons/cloud_rain.js +10 -3
- package/cjs/icons/cloud_rain_medium.js +10 -3
- package/cjs/icons/cloud_sync.js +10 -3
- package/cjs/icons/cloud_sync_medium.js +10 -3
- package/cjs/icons/cloud_transfer.js +10 -3
- package/cjs/icons/cloud_transfer_medium.js +10 -3
- package/cjs/icons/cloud_upload.js +10 -3
- package/cjs/icons/cloud_upload_medium.js +10 -3
- package/cjs/icons/cookie.js +10 -3
- package/cjs/icons/cookie_medium.js +10 -3
- package/cjs/icons/diamond.js +10 -3
- package/cjs/icons/dog.js +10 -3
- package/cjs/icons/dog_medium.js +10 -3
- package/cjs/icons/exclamation_circled.js +5 -2
- package/cjs/icons/exclamation_circled_medium.js +5 -2
- package/cjs/icons/file_jpg.d.ts +2 -0
- package/cjs/icons/file_jpg.js +32 -0
- package/cjs/icons/file_jpg_medium.d.ts +2 -0
- package/cjs/icons/file_jpg_medium.js +38 -0
- package/cjs/icons/file_png.d.ts +2 -0
- package/cjs/icons/file_png.js +32 -0
- package/cjs/icons/file_png_medium.d.ts +2 -0
- package/cjs/icons/file_png_medium.js +38 -0
- package/cjs/icons/fish.d.ts +2 -0
- package/cjs/icons/fish.js +40 -0
- package/cjs/icons/fish_medium.d.ts +2 -0
- package/cjs/icons/fish_medium.js +40 -0
- package/cjs/icons/hourglass.js +10 -3
- package/cjs/icons/icons-meta.json +71 -1
- package/cjs/icons/icons-pdf.lock +1098 -968
- package/cjs/icons/icons-svg.lock +1098 -968
- package/cjs/icons/index.d.ts +11 -1
- package/cjs/icons/index.js +80 -0
- package/cjs/icons/instagram.js +10 -3
- package/cjs/icons/linkedin.js +10 -3
- package/cjs/icons/linkedin_medium.js +10 -3
- package/cjs/icons/loupe.js +4 -2
- package/cjs/icons/loupe_medium.js +4 -2
- package/cjs/icons/mastercard_card.js +4 -2
- package/cjs/icons/mastercard_card_medium.js +4 -2
- package/cjs/icons/news.js +10 -3
- package/cjs/icons/news_medium.js +10 -3
- package/cjs/icons/newspaper.d.ts +2 -0
- package/cjs/icons/newspaper.js +35 -0
- package/cjs/icons/newspaper_medium.d.ts +2 -0
- package/cjs/icons/newspaper_medium.js +35 -0
- package/cjs/icons/phone.js +10 -3
- package/cjs/icons/phone_medium.js +10 -3
- package/cjs/icons/photo.js +10 -3
- package/cjs/icons/photo_medium.js +10 -3
- package/cjs/icons/pin.js +10 -3
- package/cjs/icons/pin_medium.js +10 -3
- package/cjs/icons/play.js +10 -3
- package/cjs/icons/savings_account.js +5 -2
- package/cjs/icons/secondary_icons.d.ts +6 -1
- package/cjs/icons/secondary_icons.js +40 -0
- package/cjs/icons/secondary_icons_medium.d.ts +6 -1
- package/cjs/icons/secondary_icons_medium.js +40 -0
- package/cjs/icons/sort.d.ts +2 -0
- package/cjs/icons/sort.js +35 -0
- package/cjs/icons/sort_medium.d.ts +2 -0
- package/cjs/icons/sort_medium.js +35 -0
- package/cjs/icons/subtract.js +5 -2
- package/cjs/icons/subtract_circled.js +5 -2
- package/cjs/icons/subtract_circled_medium.js +5 -2
- package/cjs/icons/subtract_medium.js +5 -2
- package/cjs/icons/tag.js +13 -10
- package/cjs/icons/tag_medium.js +13 -10
- package/cjs/icons/thumbs_down.js +10 -3
- package/cjs/icons/thumbs_up.js +10 -3
- package/cjs/icons/video.js +10 -3
- package/cjs/icons/video_medium.js +10 -3
- package/cjs/icons/wallet_medium.js +4 -2
- package/cjs/index.d.ts +2 -1
- package/cjs/index.js +8 -0
- package/cjs/shared/AnimateHeight.d.ts +46 -32
- package/cjs/shared/AnimateHeight.js +104 -66
- package/cjs/shared/Context.d.ts +9 -3
- package/cjs/shared/Eufemia.js +1 -1
- package/cjs/shared/MediaQueryUtils.d.ts +5 -1
- package/cjs/shared/MediaQueryUtils.js +5 -3
- package/cjs/shared/component-helper.d.ts +7 -18
- package/cjs/shared/component-helper.js +55 -260
- package/cjs/shared/helpers/EventEmitter.d.ts +46 -0
- package/cjs/shared/{EventEmitter.js → helpers/EventEmitter.js} +31 -26
- package/cjs/shared/helpers/InteractionInvalidation.d.ts +30 -0
- package/cjs/shared/helpers/InteractionInvalidation.js +256 -0
- package/{shared/hooks/usePropsWithContext.d.ts → cjs/shared/helpers/extendPropsWithContext.d.ts} +2 -3
- package/cjs/shared/{hooks/usePropsWithContext.js → helpers/extendPropsWithContext.js} +36 -15
- package/cjs/shared/helpers/filterValidProps.d.ts +1 -1
- package/cjs/shared/helpers/filterValidProps.js +1 -1
- package/cjs/shared/helpers/getPreviousSibling.d.ts +10 -0
- package/cjs/shared/helpers/getPreviousSibling.js +47 -0
- package/cjs/shared/helpers/useEventEmitter.d.ts +14 -0
- package/cjs/shared/helpers/useEventEmitter.js +92 -0
- package/cjs/shared/helpers.d.ts +2 -0
- package/cjs/shared/interfaces.d.ts +6 -4
- package/cjs/shared/locales/en-GB.d.ts +3 -0
- package/cjs/shared/locales/en-GB.js +3 -0
- package/cjs/shared/locales/en-US.d.ts +3 -0
- package/cjs/shared/locales/index.d.ts +6 -0
- package/cjs/shared/locales/nb-NO.d.ts +3 -0
- package/cjs/shared/locales/nb-NO.js +3 -0
- package/cjs/shared/useMediaQuery.js +19 -12
- package/cjs/style/core/helper-classes/helper-classes.scss +4 -0
- package/cjs/style/dnb-ui-basis.css +3 -0
- package/cjs/style/dnb-ui-basis.min.css +1 -1
- package/cjs/style/dnb-ui-components.css +112 -84
- package/cjs/style/dnb-ui-components.min.css +5 -5
- package/cjs/style/dnb-ui-components.scss +1 -0
- package/cjs/style/dnb-ui-core.css +3 -0
- package/cjs/style/dnb-ui-core.min.css +1 -1
- package/cjs/style/dnb-ui-elements.css +25 -4
- package/cjs/style/dnb-ui-elements.min.css +1 -1
- package/cjs/style/dnb-ui-fragments.css +1 -1
- package/cjs/style/dnb-ui-fragments.min.css +1 -1
- package/cjs/style/dnb-ui-tags.css +50 -8
- package/cjs/style/dnb-ui-tags.min.css +1 -1
- package/cjs/style/elements/lists.scss +27 -5
- package/cjs/style/themes/theme-eiendom/dnb-theme-eiendom.css +131 -113
- package/cjs/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +5 -5
- package/cjs/style/themes/theme-ui/dnb-theme-ui.css +129 -111
- package/cjs/style/themes/theme-ui/dnb-theme-ui.min.css +5 -5
- package/components/HeightAnimation.d.ts +3 -0
- package/components/HeightAnimation.js +3 -0
- package/components/accordion/Accordion.js +3 -3
- package/components/accordion/AccordionHeader.js +2 -2
- package/components/accordion/AccordionProvider.js +3 -2
- package/components/accordion/style/_accordion.scss +14 -15
- package/components/accordion/style/dnb-accordion.css +9 -6
- package/components/accordion/style/dnb-accordion.min.css +1 -1
- package/components/accordion/style/themes/dnb-accordion-theme-ui.css +102 -95
- package/components/accordion/style/themes/dnb-accordion-theme-ui.min.css +3 -3
- package/components/accordion/style/themes/dnb-accordion-theme-ui.scss +37 -37
- package/components/autocomplete/Autocomplete.d.ts +0 -10
- package/components/autocomplete/Autocomplete.js +3 -5
- package/components/autocomplete/style/_autocomplete.scss +2 -2
- package/components/autocomplete/style/dnb-autocomplete.css +46 -46
- package/components/autocomplete/style/dnb-autocomplete.min.css +1 -1
- package/components/avatar/Avatar.d.ts +3 -1
- package/components/avatar/Avatar.js +2 -3
- package/components/avatar/AvatarGroup.js +9 -10
- package/components/avatar/style/themes/dnb-avatar-theme-ui.css +0 -10
- package/components/avatar/style/themes/dnb-avatar-theme-ui.min.css +1 -1
- package/components/avatar/style/themes/dnb-avatar-theme-ui.scss +0 -8
- package/components/badge/Badge.js +2 -16
- package/components/breadcrumb/Breadcrumb.d.ts +10 -4
- package/components/breadcrumb/Breadcrumb.js +26 -27
- package/components/breadcrumb/BreadcrumbItem.d.ts +1 -0
- package/components/breadcrumb/BreadcrumbItem.js +13 -11
- package/components/breadcrumb/BreadcrumbMultiple.d.ts +10 -0
- package/components/breadcrumb/BreadcrumbMultiple.js +31 -0
- package/components/breadcrumb/style/_breadcrumb.scss +25 -12
- package/components/breadcrumb/style/dnb-breadcrumb.css +933 -17
- package/components/breadcrumb/style/dnb-breadcrumb.min.css +1 -1
- package/components/breadcrumb/style/dnb-breadcrumb.scss +4 -0
- package/components/button/Button.d.ts +6 -8
- package/components/button/Button.js +5 -4
- package/components/button/style/dnb-button.css +14 -14
- package/components/button/style/dnb-button.min.css +1 -1
- package/components/button/style/themes/dnb-button-theme-eiendom.css +2 -2
- package/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
- package/components/button/style/themes/dnb-button-theme-ui.css +2 -2
- package/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
- package/components/button/style/themes/dnb-button-theme-ui.scss +2 -2
- package/components/checkbox/Checkbox.js +4 -3
- package/components/date-picker/DatePicker.js +4 -3
- package/components/date-picker/style/dnb-date-picker.css +56 -56
- package/components/date-picker/style/dnb-date-picker.min.css +1 -1
- package/components/dialog/Dialog.js +2 -2
- package/components/dialog/parts/DialogBody.d.ts +2 -1
- package/components/dialog/style/_dialog.scss +1 -1
- package/components/dialog/style/dnb-dialog.css +26 -26
- package/components/dialog/style/dnb-dialog.min.css +1 -1
- package/components/drawer/DrawerContent.d.ts +1 -1
- package/components/drawer/DrawerContent.js +2 -4
- package/components/drawer/parts/DrawerBody.d.ts +2 -1
- package/components/drawer/style/dnb-drawer.css +22 -22
- package/components/drawer/style/dnb-drawer.min.css +1 -1
- package/components/dropdown/Dropdown.d.ts +0 -4
- package/components/dropdown/Dropdown.js +4 -3
- package/components/dropdown/style/dnb-dropdown.css +14 -14
- package/components/dropdown/style/dnb-dropdown.min.css +1 -1
- package/components/form-label/FormLabel.js +4 -3
- package/components/form-row/FormRow.js +9 -4
- package/components/form-row/style/_form-row.scss +4 -1
- package/components/form-row/style/dnb-form-row.css +4 -3
- package/components/form-row/style/dnb-form-row.min.css +1 -1
- package/components/form-set/FormSet.js +2 -2
- package/components/form-status/FormStatus.js +4 -3
- package/components/global-error/style/dnb-global-error.css +14 -14
- package/components/global-error/style/dnb-global-error.min.css +1 -1
- package/components/global-status/GlobalStatus.js +4 -4
- package/components/global-status/style/dnb-global-status.css +24 -38
- package/components/global-status/style/dnb-global-status.min.css +1 -1
- package/components/height-animation/HeightAnimation.d.ts +27 -0
- package/components/height-animation/HeightAnimation.js +60 -0
- package/components/height-animation/index.d.ts +3 -0
- package/components/height-animation/index.js +3 -0
- package/components/height-animation/style/_height-animation.scss +12 -0
- package/components/height-animation/style/dnb-height-animation.css +81 -0
- package/components/height-animation/style/dnb-height-animation.min.css +1 -0
- package/components/height-animation/style/dnb-height-animation.scss +12 -0
- package/components/height-animation/style/index.d.ts +1 -0
- package/components/height-animation/style/index.js +1 -0
- package/components/height-animation/style.d.ts +1 -0
- package/components/height-animation/style.js +1 -0
- package/components/height-animation/useHeightAnimation.d.ts +40 -0
- package/components/height-animation/useHeightAnimation.js +196 -0
- package/components/help-button/HelpButton.d.ts +10 -236
- package/components/help-button/HelpButton.js +30 -94
- package/components/help-button/HelpButtonInstance.d.ts +5 -100
- package/components/help-button/HelpButtonInstance.js +56 -101
- package/components/help-button/style/dnb-help-button.css +14 -14
- package/components/help-button/style/dnb-help-button.min.css +1 -1
- package/components/icon/Icon.js +5 -4
- package/components/icon-primary/IconPrimary.js +4 -3
- package/components/index.d.ts +2 -1
- package/components/index.js +2 -1
- package/components/info-card/InfoCard.d.ts +0 -2
- package/components/info-card/InfoCard.js +20 -22
- package/components/input/Input.js +5 -4
- package/components/input/InputPassword.js +4 -3
- package/components/input/style/dnb-input.css +28 -28
- package/components/input/style/dnb-input.min.css +1 -1
- package/components/input-masked/style/dnb-input-masked.css +28 -28
- package/components/input-masked/style/dnb-input-masked.min.css +1 -1
- package/components/lib.d.ts +27 -9
- package/components/lib.js +3 -1
- package/components/logo/Logo.d.ts +5 -0
- package/components/logo/Logo.js +8 -4
- package/components/logo/style/_logo.scss +3 -0
- package/components/logo/style/dnb-logo.css +2 -0
- package/components/logo/style/dnb-logo.min.css +1 -1
- package/components/modal/Modal.d.ts +1 -1
- package/components/modal/Modal.js +5 -3
- package/components/modal/ModalRoot.d.ts +1 -1
- package/components/modal/parts/CloseButton.js +2 -2
- package/components/modal/style/_modal.scss +1 -2
- package/components/modal/style/dnb-modal.css +22 -22
- package/components/modal/style/dnb-modal.min.css +1 -1
- package/components/number-format/NumberFormat.js +3 -3
- package/components/number-format/style/dnb-number-format.css +14 -14
- package/components/number-format/style/dnb-number-format.min.css +1 -1
- package/components/number-format/useNumberFormat.js +2 -2
- package/components/pagination/Pagination.d.ts +0 -6
- package/components/pagination/Pagination.js +3 -4
- package/components/pagination/PaginationInfinity.js +0 -26
- package/components/pagination/PaginationProvider.js +11 -5
- package/components/pagination/style/dnb-pagination.css +14 -14
- package/components/pagination/style/dnb-pagination.min.css +1 -1
- package/components/progress-indicator/ProgressIndicator.js +3 -2
- package/components/radio/Radio.js +5 -3
- package/components/radio/RadioGroup.js +3 -2
- package/components/section/Section.d.ts +30 -83
- package/components/section/Section.js +36 -99
- package/components/section/style/_section.scss +8 -25
- package/components/section/style/dnb-section.css +10 -24
- package/components/section/style/dnb-section.min.css +1 -1
- package/components/section/style/themes/dnb-section-theme-ui.scss +1 -5
- package/components/skeleton/Skeleton.js +2 -2
- package/components/slider/Slider.d.ts +2 -3
- package/components/slider/SliderHelpers.d.ts +6 -4
- package/components/slider/SliderHelpers.js +16 -17
- package/components/slider/SliderInstance.js +8 -7
- package/components/slider/SliderProvider.d.ts +2 -2
- package/components/slider/SliderProvider.js +45 -28
- package/components/slider/SliderThumb.js +107 -73
- package/components/slider/SliderTrack.js +10 -12
- package/components/slider/hooks/useSliderEvents.d.ts +1 -3
- package/components/slider/hooks/useSliderEvents.js +19 -36
- package/components/slider/style/_range.scss +6 -0
- package/components/slider/style/_slider.scss +8 -5
- package/components/slider/style/dnb-range.css +10 -0
- package/components/slider/style/dnb-range.scss +6 -0
- package/components/slider/style/dnb-slider.css +211 -21
- package/components/slider/style/dnb-slider.min.css +1 -1
- package/components/slider/style/dnb-slider.scss +1 -0
- package/components/slider/types.d.ts +13 -5
- package/components/space/Space.d.ts +3 -2
- package/components/space/Space.js +18 -23
- package/components/step-indicator/StepIndicatorContext.js +4 -3
- package/components/step-indicator/StepIndicatorSidebar.js +2 -2
- package/components/step-indicator/StepIndicatorTriggerButton.js +2 -2
- package/components/step-indicator/style/dnb-step-indicator.css +14 -14
- package/components/step-indicator/style/dnb-step-indicator.min.css +1 -1
- package/components/switch/Switch.js +4 -3
- package/components/table/Table.js +2 -3
- package/components/tabs/Tabs.js +3 -3
- package/components/tabs/TabsContentWrapper.js +1 -1
- package/components/tag/Tag.d.ts +8 -1
- package/components/tag/Tag.js +9 -9
- package/components/tag/TagGroup.js +6 -7
- package/components/tag/style/dnb-tag.css +14 -14
- package/components/tag/style/dnb-tag.min.css +1 -1
- package/components/textarea/Textarea.js +4 -3
- package/components/timeline/Timeline.js +2 -3
- package/components/timeline/TimelineItem.js +2 -2
- package/components/toggle-button/ToggleButton.js +4 -2
- package/components/toggle-button/ToggleButtonGroup.js +3 -2
- package/components/toggle-button/style/dnb-toggle-button.css +14 -14
- package/components/toggle-button/style/dnb-toggle-button.min.css +1 -1
- package/components/tooltip/Tooltip.d.ts +8 -154
- package/components/tooltip/Tooltip.js +63 -150
- package/components/tooltip/TooltipContainer.d.ts +15 -68
- package/components/tooltip/TooltipContainer.js +188 -313
- package/components/tooltip/TooltipHelpers.d.ts +31 -1
- package/components/tooltip/TooltipHelpers.js +67 -1
- package/components/tooltip/TooltipPortal.d.ts +13 -31
- package/components/tooltip/TooltipPortal.js +139 -200
- package/components/tooltip/TooltipWithEvents.d.ts +11 -35
- package/components/tooltip/TooltipWithEvents.js +148 -191
- package/components/tooltip/style/_tooltip.scss +8 -7
- package/components/tooltip/style/dnb-tooltip.css +14 -14
- package/components/tooltip/style/dnb-tooltip.min.css +1 -1
- package/components/tooltip/types.d.ts +28 -0
- package/components/tooltip/types.js +1 -0
- package/components/visually-hidden/VisuallyHidden.d.ts +2 -3
- package/components/visually-hidden/VisuallyHidden.js +2 -17
- package/elements/Anchor.d.ts +3 -1
- package/elements/Anchor.js +4 -5
- package/elements/Dd.d.ts +10 -26
- package/elements/Dd.js +0 -22
- package/elements/Dl.d.ts +19 -26
- package/elements/Dl.js +19 -23
- package/elements/Dt.d.ts +10 -26
- package/elements/Dt.js +0 -22
- package/elements/Element.js +2 -3
- package/elements/Link.d.ts +3 -1
- package/elements/lib.d.ts +18 -5
- package/es/components/HeightAnimation.d.ts +3 -0
- package/es/components/HeightAnimation.js +3 -0
- package/es/components/accordion/Accordion.js +3 -3
- package/es/components/accordion/AccordionHeader.js +2 -2
- package/es/components/accordion/AccordionProvider.js +3 -2
- package/es/components/accordion/style/_accordion.scss +14 -15
- package/es/components/accordion/style/dnb-accordion.css +9 -6
- package/es/components/accordion/style/dnb-accordion.min.css +1 -1
- package/es/components/accordion/style/themes/dnb-accordion-theme-ui.css +102 -95
- package/es/components/accordion/style/themes/dnb-accordion-theme-ui.min.css +3 -3
- package/es/components/accordion/style/themes/dnb-accordion-theme-ui.scss +37 -37
- package/es/components/autocomplete/Autocomplete.d.ts +0 -10
- package/es/components/autocomplete/Autocomplete.js +3 -5
- package/es/components/autocomplete/style/_autocomplete.scss +2 -2
- package/es/components/autocomplete/style/dnb-autocomplete.css +46 -46
- package/es/components/autocomplete/style/dnb-autocomplete.min.css +1 -1
- package/es/components/avatar/Avatar.d.ts +3 -1
- package/es/components/avatar/Avatar.js +2 -3
- package/es/components/avatar/AvatarGroup.js +4 -5
- package/es/components/avatar/style/themes/dnb-avatar-theme-ui.css +0 -10
- package/es/components/avatar/style/themes/dnb-avatar-theme-ui.min.css +1 -1
- package/es/components/avatar/style/themes/dnb-avatar-theme-ui.scss +0 -8
- package/es/components/badge/Badge.js +2 -9
- package/es/components/breadcrumb/Breadcrumb.d.ts +10 -4
- package/es/components/breadcrumb/Breadcrumb.js +26 -22
- package/es/components/breadcrumb/BreadcrumbItem.d.ts +1 -0
- package/es/components/breadcrumb/BreadcrumbItem.js +9 -7
- package/es/components/breadcrumb/BreadcrumbMultiple.d.ts +10 -0
- package/es/components/breadcrumb/BreadcrumbMultiple.js +31 -0
- package/es/components/breadcrumb/style/_breadcrumb.scss +25 -12
- package/es/components/breadcrumb/style/dnb-breadcrumb.css +933 -17
- package/es/components/breadcrumb/style/dnb-breadcrumb.min.css +1 -1
- package/es/components/breadcrumb/style/dnb-breadcrumb.scss +4 -0
- package/es/components/button/Button.d.ts +6 -8
- package/es/components/button/Button.js +5 -4
- package/es/components/button/style/dnb-button.css +14 -14
- package/es/components/button/style/dnb-button.min.css +1 -1
- package/es/components/button/style/themes/dnb-button-theme-eiendom.css +2 -2
- package/es/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
- package/es/components/button/style/themes/dnb-button-theme-ui.css +2 -2
- package/es/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
- package/es/components/button/style/themes/dnb-button-theme-ui.scss +2 -2
- package/es/components/checkbox/Checkbox.js +4 -3
- package/es/components/date-picker/DatePicker.js +4 -3
- package/es/components/date-picker/style/dnb-date-picker.css +56 -56
- package/es/components/date-picker/style/dnb-date-picker.min.css +1 -1
- package/es/components/dialog/Dialog.js +2 -2
- package/es/components/dialog/parts/DialogBody.d.ts +2 -1
- package/es/components/dialog/style/_dialog.scss +1 -1
- package/es/components/dialog/style/dnb-dialog.css +26 -26
- package/es/components/dialog/style/dnb-dialog.min.css +1 -1
- package/es/components/drawer/DrawerContent.d.ts +1 -1
- package/es/components/drawer/DrawerContent.js +2 -3
- package/es/components/drawer/parts/DrawerBody.d.ts +2 -1
- package/es/components/drawer/style/dnb-drawer.css +22 -22
- package/es/components/drawer/style/dnb-drawer.min.css +1 -1
- package/es/components/dropdown/Dropdown.d.ts +0 -4
- package/es/components/dropdown/Dropdown.js +4 -3
- package/es/components/dropdown/style/dnb-dropdown.css +14 -14
- package/es/components/dropdown/style/dnb-dropdown.min.css +1 -1
- package/es/components/form-label/FormLabel.js +4 -3
- package/es/components/form-row/FormRow.js +9 -4
- package/es/components/form-row/style/_form-row.scss +4 -1
- package/es/components/form-row/style/dnb-form-row.css +4 -3
- package/es/components/form-row/style/dnb-form-row.min.css +1 -1
- package/es/components/form-set/FormSet.js +2 -2
- package/es/components/form-status/FormStatus.js +4 -3
- package/es/components/global-error/style/dnb-global-error.css +14 -14
- package/es/components/global-error/style/dnb-global-error.min.css +1 -1
- package/es/components/global-status/GlobalStatus.js +4 -4
- package/es/components/global-status/style/dnb-global-status.css +24 -38
- package/es/components/global-status/style/dnb-global-status.min.css +1 -1
- package/es/components/height-animation/HeightAnimation.d.ts +27 -0
- package/es/components/height-animation/HeightAnimation.js +56 -0
- package/es/components/height-animation/index.d.ts +3 -0
- package/es/components/height-animation/index.js +3 -0
- package/es/components/height-animation/style/_height-animation.scss +12 -0
- package/es/components/height-animation/style/dnb-height-animation.css +81 -0
- package/es/components/height-animation/style/dnb-height-animation.min.css +1 -0
- package/es/components/height-animation/style/dnb-height-animation.scss +12 -0
- package/es/components/height-animation/style/index.d.ts +1 -0
- package/es/components/height-animation/style/index.js +1 -0
- package/es/components/height-animation/style.d.ts +1 -0
- package/es/components/height-animation/style.js +1 -0
- package/es/components/height-animation/useHeightAnimation.d.ts +40 -0
- package/es/components/height-animation/useHeightAnimation.js +168 -0
- package/es/components/help-button/HelpButton.d.ts +10 -236
- package/es/components/help-button/HelpButton.js +28 -57
- package/es/components/help-button/HelpButtonInstance.d.ts +5 -100
- package/es/components/help-button/HelpButtonInstance.js +55 -74
- package/es/components/help-button/style/dnb-help-button.css +14 -14
- package/es/components/help-button/style/dnb-help-button.min.css +1 -1
- package/es/components/icon/Icon.js +5 -4
- package/es/components/icon-primary/IconPrimary.js +4 -3
- package/es/components/index.d.ts +2 -1
- package/es/components/index.js +2 -1
- package/es/components/info-card/InfoCard.d.ts +0 -2
- package/es/components/info-card/InfoCard.js +6 -8
- package/es/components/input/Input.js +5 -4
- package/es/components/input/InputPassword.js +4 -3
- package/es/components/input/style/dnb-input.css +28 -28
- package/es/components/input/style/dnb-input.min.css +1 -1
- package/es/components/input-masked/style/dnb-input-masked.css +28 -28
- package/es/components/input-masked/style/dnb-input-masked.min.css +1 -1
- package/es/components/lib.d.ts +27 -9
- package/es/components/lib.js +3 -1
- package/es/components/logo/Logo.d.ts +5 -0
- package/es/components/logo/Logo.js +8 -4
- package/es/components/logo/style/_logo.scss +3 -0
- package/es/components/logo/style/dnb-logo.css +2 -0
- package/es/components/logo/style/dnb-logo.min.css +1 -1
- package/es/components/modal/Modal.d.ts +1 -1
- package/es/components/modal/Modal.js +5 -3
- package/es/components/modal/ModalRoot.d.ts +1 -1
- package/es/components/modal/parts/CloseButton.js +2 -2
- package/es/components/modal/style/_modal.scss +1 -2
- package/es/components/modal/style/dnb-modal.css +22 -22
- package/es/components/modal/style/dnb-modal.min.css +1 -1
- package/es/components/number-format/NumberFormat.js +3 -3
- package/es/components/number-format/style/dnb-number-format.css +14 -14
- package/es/components/number-format/style/dnb-number-format.min.css +1 -1
- package/es/components/number-format/useNumberFormat.js +2 -2
- package/es/components/pagination/Pagination.d.ts +0 -6
- package/es/components/pagination/Pagination.js +3 -4
- package/es/components/pagination/PaginationInfinity.js +0 -26
- package/es/components/pagination/PaginationProvider.js +11 -5
- package/es/components/pagination/style/dnb-pagination.css +14 -14
- package/es/components/pagination/style/dnb-pagination.min.css +1 -1
- package/es/components/progress-indicator/ProgressIndicator.js +3 -2
- package/es/components/radio/Radio.js +5 -3
- package/es/components/radio/RadioGroup.js +3 -2
- package/es/components/section/Section.d.ts +30 -83
- package/es/components/section/Section.js +35 -70
- package/es/components/section/style/_section.scss +8 -25
- package/es/components/section/style/dnb-section.css +10 -24
- package/es/components/section/style/dnb-section.min.css +1 -1
- package/es/components/section/style/themes/dnb-section-theme-ui.scss +1 -5
- package/es/components/skeleton/Skeleton.js +2 -2
- package/es/components/slider/Slider.d.ts +2 -3
- package/es/components/slider/SliderHelpers.d.ts +6 -4
- package/es/components/slider/SliderHelpers.js +16 -14
- package/es/components/slider/SliderInstance.js +8 -7
- package/es/components/slider/SliderProvider.d.ts +2 -2
- package/es/components/slider/SliderProvider.js +24 -15
- package/es/components/slider/SliderThumb.js +97 -62
- package/es/components/slider/SliderTrack.js +10 -12
- package/es/components/slider/hooks/useSliderEvents.d.ts +1 -3
- package/es/components/slider/hooks/useSliderEvents.js +19 -32
- package/es/components/slider/style/_range.scss +6 -0
- package/es/components/slider/style/_slider.scss +8 -5
- package/es/components/slider/style/dnb-range.css +10 -0
- package/es/components/slider/style/dnb-range.scss +6 -0
- package/es/components/slider/style/dnb-slider.css +211 -21
- package/es/components/slider/style/dnb-slider.min.css +1 -1
- package/es/components/slider/style/dnb-slider.scss +1 -0
- package/es/components/slider/types.d.ts +13 -5
- package/es/components/space/Space.d.ts +3 -2
- package/es/components/space/Space.js +20 -25
- package/es/components/step-indicator/StepIndicatorContext.js +4 -3
- package/es/components/step-indicator/StepIndicatorSidebar.js +2 -2
- package/es/components/step-indicator/StepIndicatorTriggerButton.js +2 -2
- package/es/components/step-indicator/style/dnb-step-indicator.css +14 -14
- package/es/components/step-indicator/style/dnb-step-indicator.min.css +1 -1
- package/es/components/switch/Switch.js +4 -3
- package/es/components/table/Table.js +2 -3
- package/es/components/tabs/Tabs.js +3 -3
- package/es/components/tabs/TabsContentWrapper.js +1 -1
- package/es/components/tag/Tag.d.ts +8 -1
- package/es/components/tag/Tag.js +10 -10
- package/es/components/tag/TagGroup.js +4 -5
- package/es/components/tag/style/dnb-tag.css +14 -14
- package/es/components/tag/style/dnb-tag.min.css +1 -1
- package/es/components/textarea/Textarea.js +4 -3
- package/es/components/timeline/Timeline.js +2 -3
- package/es/components/timeline/TimelineItem.js +2 -2
- package/es/components/toggle-button/ToggleButton.js +4 -2
- package/es/components/toggle-button/ToggleButtonGroup.js +3 -2
- package/es/components/toggle-button/style/dnb-toggle-button.css +14 -14
- package/es/components/toggle-button/style/dnb-toggle-button.min.css +1 -1
- package/es/components/tooltip/Tooltip.d.ts +8 -154
- package/es/components/tooltip/Tooltip.js +57 -122
- package/es/components/tooltip/TooltipContainer.d.ts +15 -68
- package/es/components/tooltip/TooltipContainer.js +162 -262
- package/es/components/tooltip/TooltipHelpers.d.ts +31 -1
- package/es/components/tooltip/TooltipHelpers.js +66 -1
- package/es/components/tooltip/TooltipPortal.d.ts +13 -31
- package/es/components/tooltip/TooltipPortal.js +122 -163
- package/es/components/tooltip/TooltipWithEvents.d.ts +11 -35
- package/es/components/tooltip/TooltipWithEvents.js +126 -150
- package/es/components/tooltip/style/_tooltip.scss +8 -7
- package/es/components/tooltip/style/dnb-tooltip.css +14 -14
- package/es/components/tooltip/style/dnb-tooltip.min.css +1 -1
- package/es/components/tooltip/types.d.ts +28 -0
- package/es/components/tooltip/types.js +1 -0
- package/es/components/visually-hidden/VisuallyHidden.d.ts +2 -3
- package/es/components/visually-hidden/VisuallyHidden.js +2 -10
- package/es/elements/Anchor.d.ts +3 -1
- package/es/elements/Anchor.js +4 -5
- package/es/elements/Dd.d.ts +10 -26
- package/es/elements/Dd.js +0 -15
- package/es/elements/Dl.d.ts +19 -26
- package/es/elements/Dl.js +27 -19
- package/es/elements/Dt.d.ts +10 -26
- package/es/elements/Dt.js +0 -15
- package/es/elements/Element.js +2 -3
- package/es/elements/Link.d.ts +3 -1
- package/es/elements/lib.d.ts +18 -5
- package/es/extensions/payment-card/PaymentCard.js +3 -3
- package/es/fragments/drawer-list/DrawerList.js +3 -2
- package/es/fragments/drawer-list/style/_drawer-list.scss +1 -1
- package/es/fragments/lib.d.ts +8 -1
- package/es/fragments/scroll-view/ScrollView.d.ts +13 -6
- package/es/fragments/scroll-view/ScrollView.js +30 -52
- package/es/icons/add.js +5 -2
- package/es/icons/add_circled.js +5 -2
- package/es/icons/add_circled_medium.js +5 -2
- package/es/icons/add_medium.js +5 -2
- package/es/icons/boat.js +10 -3
- package/es/icons/boat_medium.js +10 -3
- package/es/icons/calculator.js +10 -3
- package/es/icons/card.js +4 -2
- package/es/icons/card_medium.js +4 -2
- package/es/icons/cat_medium.js +10 -3
- package/es/icons/chatbot.js +5 -2
- package/es/icons/chatbot_medium.js +5 -2
- package/es/icons/chip.js +10 -3
- package/es/icons/chip_medium.js +10 -3
- package/es/icons/cloud_download.js +10 -3
- package/es/icons/cloud_download_medium.js +10 -3
- package/es/icons/cloud_rain.js +10 -3
- package/es/icons/cloud_rain_medium.js +10 -3
- package/es/icons/cloud_sync.js +10 -3
- package/es/icons/cloud_sync_medium.js +10 -3
- package/es/icons/cloud_transfer.js +10 -3
- package/es/icons/cloud_transfer_medium.js +10 -3
- package/es/icons/cloud_upload.js +10 -3
- package/es/icons/cloud_upload_medium.js +10 -3
- package/es/icons/cookie.js +10 -3
- package/es/icons/cookie_medium.js +10 -3
- package/es/icons/diamond.js +10 -3
- package/es/icons/dog.js +10 -3
- package/es/icons/dog_medium.js +10 -3
- package/es/icons/exclamation_circled.js +5 -2
- package/es/icons/exclamation_circled_medium.js +5 -2
- package/es/icons/file_jpg.d.ts +2 -0
- package/es/icons/file_jpg.js +18 -0
- package/es/icons/file_jpg_medium.d.ts +2 -0
- package/es/icons/file_jpg_medium.js +24 -0
- package/es/icons/file_png.d.ts +2 -0
- package/es/icons/file_png.js +18 -0
- package/es/icons/file_png_medium.d.ts +2 -0
- package/es/icons/file_png_medium.js +24 -0
- package/es/icons/fish.d.ts +2 -0
- package/es/icons/fish.js +26 -0
- package/es/icons/fish_medium.d.ts +2 -0
- package/es/icons/fish_medium.js +26 -0
- package/es/icons/hourglass.js +10 -3
- package/es/icons/icons-meta.json +71 -1
- package/es/icons/icons-pdf.lock +1098 -968
- package/es/icons/icons-svg.lock +1098 -968
- package/es/icons/index.d.ts +11 -1
- package/es/icons/index.js +11 -1
- package/es/icons/instagram.js +10 -3
- package/es/icons/linkedin.js +10 -3
- package/es/icons/linkedin_medium.js +10 -3
- package/es/icons/loupe.js +4 -2
- package/es/icons/loupe_medium.js +4 -2
- package/es/icons/mastercard_card.js +4 -2
- package/es/icons/mastercard_card_medium.js +4 -2
- package/es/icons/news.js +10 -3
- package/es/icons/news_medium.js +10 -3
- package/es/icons/newspaper.d.ts +2 -0
- package/es/icons/newspaper.js +21 -0
- package/es/icons/newspaper_medium.d.ts +2 -0
- package/es/icons/newspaper_medium.js +21 -0
- package/es/icons/phone.js +10 -3
- package/es/icons/phone_medium.js +10 -3
- package/es/icons/photo.js +10 -3
- package/es/icons/photo_medium.js +10 -3
- package/es/icons/pin.js +10 -3
- package/es/icons/pin_medium.js +10 -3
- package/es/icons/play.js +10 -3
- package/es/icons/savings_account.js +5 -2
- package/es/icons/secondary_icons.d.ts +6 -1
- package/es/icons/secondary_icons.js +6 -1
- package/es/icons/secondary_icons_medium.d.ts +6 -1
- package/es/icons/secondary_icons_medium.js +6 -1
- package/es/icons/sort.d.ts +2 -0
- package/es/icons/sort.js +21 -0
- package/es/icons/sort_medium.d.ts +2 -0
- package/es/icons/sort_medium.js +21 -0
- package/es/icons/subtract.js +5 -2
- package/es/icons/subtract_circled.js +5 -2
- package/es/icons/subtract_circled_medium.js +5 -2
- package/es/icons/subtract_medium.js +5 -2
- package/es/icons/tag.js +13 -10
- package/es/icons/tag_medium.js +13 -10
- package/es/icons/thumbs_down.js +10 -3
- package/es/icons/thumbs_up.js +10 -3
- package/es/icons/video.js +10 -3
- package/es/icons/video_medium.js +10 -3
- package/es/icons/wallet_medium.js +4 -2
- package/es/index.d.ts +2 -1
- package/es/index.js +2 -1
- package/es/shared/AnimateHeight.d.ts +46 -32
- package/es/shared/AnimateHeight.js +68 -38
- package/es/shared/Context.d.ts +9 -3
- package/es/shared/Eufemia.js +1 -1
- package/es/shared/MediaQueryUtils.d.ts +5 -1
- package/es/shared/MediaQueryUtils.js +4 -3
- package/es/shared/component-helper.d.ts +7 -18
- package/es/shared/component-helper.js +7 -167
- package/es/shared/helpers/EventEmitter.d.ts +46 -0
- package/es/shared/{EventEmitter.js → helpers/EventEmitter.js} +27 -21
- package/es/shared/helpers/InteractionInvalidation.d.ts +30 -0
- package/es/shared/helpers/InteractionInvalidation.js +141 -0
- package/{cjs/shared/hooks/usePropsWithContext.d.ts → es/shared/helpers/extendPropsWithContext.d.ts} +2 -3
- package/es/shared/{hooks/usePropsWithContext.js → helpers/extendPropsWithContext.js} +22 -10
- package/es/shared/helpers/filterValidProps.d.ts +1 -1
- package/es/shared/helpers/filterValidProps.js +1 -1
- package/es/shared/helpers/getPreviousSibling.d.ts +10 -0
- package/es/shared/helpers/getPreviousSibling.js +33 -0
- package/es/shared/helpers/useEventEmitter.d.ts +14 -0
- package/es/shared/helpers/useEventEmitter.js +30 -0
- package/es/shared/helpers.d.ts +2 -0
- package/es/shared/interfaces.d.ts +6 -4
- package/es/shared/locales/en-GB.d.ts +3 -0
- package/es/shared/locales/en-GB.js +3 -0
- package/es/shared/locales/en-US.d.ts +3 -0
- package/es/shared/locales/index.d.ts +6 -0
- package/es/shared/locales/nb-NO.d.ts +3 -0
- package/es/shared/locales/nb-NO.js +3 -0
- package/es/shared/useMediaQuery.js +15 -4
- package/es/style/core/helper-classes/helper-classes.scss +4 -0
- package/es/style/dnb-ui-basis.css +3 -0
- package/es/style/dnb-ui-basis.min.css +1 -1
- package/es/style/dnb-ui-components.css +112 -84
- package/es/style/dnb-ui-components.min.css +5 -5
- package/es/style/dnb-ui-components.scss +1 -0
- package/es/style/dnb-ui-core.css +3 -0
- package/es/style/dnb-ui-core.min.css +1 -1
- package/es/style/dnb-ui-elements.css +25 -4
- package/es/style/dnb-ui-elements.min.css +1 -1
- package/es/style/dnb-ui-fragments.css +1 -1
- package/es/style/dnb-ui-fragments.min.css +1 -1
- package/es/style/dnb-ui-tags.css +50 -8
- package/es/style/dnb-ui-tags.min.css +1 -1
- package/es/style/elements/lists.scss +27 -5
- package/es/style/themes/theme-eiendom/dnb-theme-eiendom.css +131 -113
- package/es/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +5 -5
- package/es/style/themes/theme-ui/dnb-theme-ui.css +129 -111
- package/es/style/themes/theme-ui/dnb-theme-ui.min.css +5 -5
- package/esm/dnb-ui-basis.min.mjs +2 -2
- package/esm/dnb-ui-components.min.mjs +3 -3
- package/esm/dnb-ui-elements.min.mjs +4 -4
- package/esm/dnb-ui-extensions.min.mjs +4 -4
- package/esm/dnb-ui-icons.min.mjs +1 -1
- package/esm/dnb-ui-lib.min.mjs +4 -4
- package/esm/dnb-ui-web-components.min.mjs +4 -4
- package/extensions/payment-card/PaymentCard.js +3 -3
- package/fragments/drawer-list/DrawerList.js +3 -2
- package/fragments/drawer-list/style/_drawer-list.scss +1 -1
- package/fragments/lib.d.ts +8 -1
- package/fragments/scroll-view/ScrollView.d.ts +13 -6
- package/fragments/scroll-view/ScrollView.js +31 -79
- package/icons/add.js +5 -2
- package/icons/add_circled.js +5 -2
- package/icons/add_circled_medium.js +5 -2
- package/icons/add_medium.js +5 -2
- package/icons/boat.js +10 -3
- package/icons/boat_medium.js +10 -3
- package/icons/calculator.js +10 -3
- package/icons/card.js +4 -2
- package/icons/card_medium.js +4 -2
- package/icons/cat_medium.js +10 -3
- package/icons/chatbot.js +5 -2
- package/icons/chatbot_medium.js +5 -2
- package/icons/chip.js +10 -3
- package/icons/chip_medium.js +10 -3
- package/icons/cloud_download.js +10 -3
- package/icons/cloud_download_medium.js +10 -3
- package/icons/cloud_rain.js +10 -3
- package/icons/cloud_rain_medium.js +10 -3
- package/icons/cloud_sync.js +10 -3
- package/icons/cloud_sync_medium.js +10 -3
- package/icons/cloud_transfer.js +10 -3
- package/icons/cloud_transfer_medium.js +10 -3
- package/icons/cloud_upload.js +10 -3
- package/icons/cloud_upload_medium.js +10 -3
- package/icons/cookie.js +10 -3
- package/icons/cookie_medium.js +10 -3
- package/icons/diamond.js +10 -3
- package/icons/dog.js +10 -3
- package/icons/dog_medium.js +10 -3
- package/icons/exclamation_circled.js +5 -2
- package/icons/exclamation_circled_medium.js +5 -2
- package/icons/file_jpg.d.ts +2 -0
- package/icons/file_jpg.js +20 -0
- package/icons/file_jpg_medium.d.ts +2 -0
- package/icons/file_jpg_medium.js +26 -0
- package/icons/file_png.d.ts +2 -0
- package/icons/file_png.js +20 -0
- package/icons/file_png_medium.d.ts +2 -0
- package/icons/file_png_medium.js +26 -0
- package/icons/fish.d.ts +2 -0
- package/icons/fish.js +28 -0
- package/icons/fish_medium.d.ts +2 -0
- package/icons/fish_medium.js +28 -0
- package/icons/hourglass.js +10 -3
- package/icons/icons-meta.json +71 -1
- package/icons/icons-pdf.lock +1098 -968
- package/icons/icons-svg.lock +1098 -968
- package/icons/index.d.ts +11 -1
- package/icons/index.js +11 -1
- package/icons/instagram.js +10 -3
- package/icons/linkedin.js +10 -3
- package/icons/linkedin_medium.js +10 -3
- package/icons/loupe.js +4 -2
- package/icons/loupe_medium.js +4 -2
- package/icons/mastercard_card.js +4 -2
- package/icons/mastercard_card_medium.js +4 -2
- package/icons/news.js +10 -3
- package/icons/news_medium.js +10 -3
- package/icons/newspaper.d.ts +2 -0
- package/icons/newspaper.js +23 -0
- package/icons/newspaper_medium.d.ts +2 -0
- package/icons/newspaper_medium.js +23 -0
- package/icons/phone.js +10 -3
- package/icons/phone_medium.js +10 -3
- package/icons/photo.js +10 -3
- package/icons/photo_medium.js +10 -3
- package/icons/pin.js +10 -3
- package/icons/pin_medium.js +10 -3
- package/icons/play.js +10 -3
- package/icons/savings_account.js +5 -2
- package/icons/secondary_icons.d.ts +6 -1
- package/icons/secondary_icons.js +6 -1
- package/icons/secondary_icons_medium.d.ts +6 -1
- package/icons/secondary_icons_medium.js +6 -1
- package/icons/sort.d.ts +2 -0
- package/icons/sort.js +23 -0
- package/icons/sort_medium.d.ts +2 -0
- package/icons/sort_medium.js +23 -0
- package/icons/subtract.js +5 -2
- package/icons/subtract_circled.js +5 -2
- package/icons/subtract_circled_medium.js +5 -2
- package/icons/subtract_medium.js +5 -2
- package/icons/tag.js +13 -10
- package/icons/tag_medium.js +13 -10
- package/icons/thumbs_down.js +10 -3
- package/icons/thumbs_up.js +10 -3
- package/icons/video.js +10 -3
- package/icons/video_medium.js +10 -3
- package/icons/wallet_medium.js +4 -2
- package/index.d.ts +2 -1
- package/index.js +2 -1
- package/package.json +1 -1
- package/shared/AnimateHeight.d.ts +46 -32
- package/shared/AnimateHeight.js +102 -66
- package/shared/Context.d.ts +9 -3
- package/shared/Eufemia.js +1 -1
- package/shared/MediaQueryUtils.d.ts +5 -1
- package/shared/MediaQueryUtils.js +5 -3
- package/shared/component-helper.d.ts +7 -18
- package/shared/component-helper.js +18 -248
- package/shared/helpers/EventEmitter.d.ts +46 -0
- package/shared/{EventEmitter.js → helpers/EventEmitter.js} +30 -25
- package/shared/helpers/InteractionInvalidation.d.ts +30 -0
- package/shared/helpers/InteractionInvalidation.js +215 -0
- package/{es/shared/hooks/usePropsWithContext.d.ts → shared/helpers/extendPropsWithContext.d.ts} +2 -3
- package/shared/{hooks/usePropsWithContext.js → helpers/extendPropsWithContext.js} +36 -17
- package/shared/helpers/filterValidProps.d.ts +1 -1
- package/shared/helpers/filterValidProps.js +1 -1
- package/shared/helpers/getPreviousSibling.d.ts +10 -0
- package/shared/helpers/getPreviousSibling.js +35 -0
- package/shared/helpers/useEventEmitter.d.ts +14 -0
- package/shared/helpers/useEventEmitter.js +45 -0
- package/shared/helpers.d.ts +2 -0
- package/shared/interfaces.d.ts +6 -4
- package/shared/locales/en-GB.d.ts +3 -0
- package/shared/locales/en-GB.js +3 -0
- package/shared/locales/en-US.d.ts +3 -0
- package/shared/locales/index.d.ts +6 -0
- package/shared/locales/nb-NO.d.ts +3 -0
- package/shared/locales/nb-NO.js +3 -0
- package/shared/useMediaQuery.js +18 -13
- package/style/core/helper-classes/helper-classes.scss +4 -0
- package/style/dnb-ui-basis.css +3 -0
- package/style/dnb-ui-basis.min.css +1 -1
- package/style/dnb-ui-components.css +112 -84
- package/style/dnb-ui-components.min.css +5 -5
- package/style/dnb-ui-components.scss +1 -0
- package/style/dnb-ui-core.css +3 -0
- package/style/dnb-ui-core.min.css +1 -1
- package/style/dnb-ui-elements.css +25 -4
- package/style/dnb-ui-elements.min.css +1 -1
- package/style/dnb-ui-fragments.css +1 -1
- package/style/dnb-ui-fragments.min.css +1 -1
- package/style/dnb-ui-tags.css +50 -8
- package/style/dnb-ui-tags.min.css +1 -1
- package/style/elements/lists.scss +27 -5
- package/style/themes/theme-eiendom/dnb-theme-eiendom.css +131 -113
- package/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +5 -5
- package/style/themes/theme-ui/dnb-theme-ui.css +129 -111
- package/style/themes/theme-ui/dnb-theme-ui.min.css +5 -5
- package/umd/dnb-ui-basis.min.js +3 -3
- package/umd/dnb-ui-components.min.js +4 -4
- package/umd/dnb-ui-elements.min.js +4 -4
- package/umd/dnb-ui-extensions.min.js +5 -5
- package/umd/dnb-ui-icons.min.js +1 -1
- package/umd/dnb-ui-lib.min.js +5 -5
- package/umd/dnb-ui-web-components.min.js +5 -5
- package/cjs/shared/EventEmitter.d.ts +0 -27
- package/cjs/shared/hooks/index.d.ts +0 -1
- package/cjs/shared/hooks/index.js +0 -13
- package/es/shared/EventEmitter.d.ts +0 -27
- package/es/shared/hooks/index.d.ts +0 -1
- package/es/shared/hooks/index.js +0 -1
- package/shared/EventEmitter.d.ts +0 -27
- package/shared/hooks/index.d.ts +0 -1
- package/shared/hooks/index.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,53 @@
|
|
|
3
3
|
All notable changes to @dnb/eufemia will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [9.31.0](https://github.com/dnbexperience/eufemia/compare/v9.30.0...v9.31.0) (2022-10-03)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **Accordion:** support nested accordions ([#1595](https://github.com/dnbexperience/eufemia/issues/1595)) ([dc14a79](https://github.com/dnbexperience/eufemia/commit/dc14a79a5f51aa12821b0369c506e06dacacbc35))
|
|
12
|
+
* **AnimateHeight:** [internal] rewrite to TypeScript ([#1570](https://github.com/dnbexperience/eufemia/issues/1570)) ([e2f0f0d](https://github.com/dnbexperience/eufemia/commit/e2f0f0d6b9c18bf2d708eb04682889444ebf8156))
|
|
13
|
+
* **Autocomplete:** ensure value is not visible behind the trigger button ([#1543](https://github.com/dnbexperience/eufemia/issues/1543)) ([de65acb](https://github.com/dnbexperience/eufemia/commit/de65acb353fe697c81f18f082ce5562fc1eb56a6))
|
|
14
|
+
* **Autocomplete:** make DrawerList direction observer work ([#1535](https://github.com/dnbexperience/eufemia/issues/1535)) ([fcdf9f8](https://github.com/dnbexperience/eufemia/commit/fcdf9f858d6fb196b5001ed5e4550b338b65c03a))
|
|
15
|
+
* **Autocomplete:** touch device issue: ensure focus is set after second input focus ([#1540](https://github.com/dnbexperience/eufemia/issues/1540)) ([2f3b82e](https://github.com/dnbexperience/eufemia/commit/2f3b82e29624cbfc7026fc496f88cfe196d900f9))
|
|
16
|
+
* **Avatar:** don't overwrite SVG color ([#1579](https://github.com/dnbexperience/eufemia/issues/1579)) ([a6b3f50](https://github.com/dnbexperience/eufemia/commit/a6b3f5031fd73b4de77e8d0dcd225e2c937a0465))
|
|
17
|
+
* **DrawerList:** remove unused white area on the right side ([#1542](https://github.com/dnbexperience/eufemia/issues/1542)) ([b5575e7](https://github.com/dnbexperience/eufemia/commit/b5575e74a6402576e78b28dfb8cc72be2ee4b320)), closes [#1531](https://github.com/dnbexperience/eufemia/issues/1531)
|
|
18
|
+
* **Input:** ensure dnb-input--null class will not be set ([#1544](https://github.com/dnbexperience/eufemia/issues/1544)) ([885d2d1](https://github.com/dnbexperience/eufemia/commit/885d2d1d962a9875dc6c3e0701505cc37bd1615b))
|
|
19
|
+
* **Modal:** Safari Desktop fullscreen video issue ([#1582](https://github.com/dnbexperience/eufemia/issues/1582)) ([5219ccd](https://github.com/dnbexperience/eufemia/commit/5219ccd37d3423d0ee76c61f8a7b1cd879637dd0))
|
|
20
|
+
* **PaginationInfinity:** ensure the load button does not appear when current_page decreases ([#1147](https://github.com/dnbexperience/eufemia/issues/1147)) ([e19a377](https://github.com/dnbexperience/eufemia/commit/e19a3779aed256fd60171f6502dd023b9ba0e534))
|
|
21
|
+
* **Section:** fix spacing + rewrite to TypeScript ([#1573](https://github.com/dnbexperience/eufemia/issues/1573)) ([4352495](https://github.com/dnbexperience/eufemia/commit/4352495343436aa931151ee92190c34ae118ec62))
|
|
22
|
+
* **Slider:** enhance Safari (desktop) UX ([#1539](https://github.com/dnbexperience/eufemia/issues/1539)) ([6ca785f](https://github.com/dnbexperience/eufemia/commit/6ca785f6cfb17d7b4be8cc97217fb85dcd5668c9))
|
|
23
|
+
* **Slider:** make it optional to provide an updated prop value ([#1537](https://github.com/dnbexperience/eufemia/issues/1537)) ([ff1f3b7](https://github.com/dnbexperience/eufemia/commit/ff1f3b7b3f6e70eac60f2d410642eb5fd9c1fd44))
|
|
24
|
+
* **StepIndicator:** change chevron icon to pointing to the right ([#1541](https://github.com/dnbexperience/eufemia/issues/1541)) ([8529d8c](https://github.com/dnbexperience/eufemia/commit/8529d8cc183767ea47af4779f8f9bf8a98a73baa))
|
|
25
|
+
* **Tooltip:** convert to camelCase props with backwards compatibility ([#1557](https://github.com/dnbexperience/eufemia/issues/1557)) ([24285cb](https://github.com/dnbexperience/eufemia/commit/24285cb399baef9971e6274146b51d1a144aae8a))
|
|
26
|
+
* **Tooltip:** convert to TypeScript ([#1549](https://github.com/dnbexperience/eufemia/issues/1549)) ([9789ec6](https://github.com/dnbexperience/eufemia/commit/9789ec69f9161d63e8ad85a257c96eaeb0a216ba))
|
|
27
|
+
* **Tooltip:** ensure controlled active prop takes presence ([#1547](https://github.com/dnbexperience/eufemia/issues/1547)) ([ac28883](https://github.com/dnbexperience/eufemia/commit/ac28883c2fba4ac4255457d0f6c5fe2fac6c5830)), closes [#1411](https://github.com/dnbexperience/eufemia/issues/1411)
|
|
28
|
+
* **Tooltip:** fix React Portal handling ([#1588](https://github.com/dnbexperience/eufemia/issues/1588)) ([26f4c61](https://github.com/dnbexperience/eufemia/commit/26f4c6185cf67cc4d0a1e78d18c59b1be5b95851))
|
|
29
|
+
* **Tooltip:** merge style property with internal ([#1591](https://github.com/dnbexperience/eufemia/issues/1591)) ([b3e3901](https://github.com/dnbexperience/eufemia/commit/b3e39016ce61f256ef0e3808d065170fc9635692))
|
|
30
|
+
* **Tooltip:** refactor tests from Enzyme to TestingLib ([#1553](https://github.com/dnbexperience/eufemia/issues/1553)) ([dde8576](https://github.com/dnbexperience/eufemia/commit/dde8576befcbc4c9eebf87586823e646b27dde5a))
|
|
31
|
+
* **Tooltip:** remove unused FormRow integration ([#1589](https://github.com/dnbexperience/eufemia/issues/1589)) ([be37918](https://github.com/dnbexperience/eufemia/commit/be37918edd455f895fc705bf8bc42d79b932fcbe))
|
|
32
|
+
* **Tooltip:** rewrite to functional components with React Hooks ([#1555](https://github.com/dnbexperience/eufemia/issues/1555)) ([8b04fc2](https://github.com/dnbexperience/eufemia/commit/8b04fc2924a318a259c41aa624a4473fd12d6e58))
|
|
33
|
+
* **Tooltip:** use Eufemia cubic-bezier for animations ([#1552](https://github.com/dnbexperience/eufemia/issues/1552)) ([c60b3a6](https://github.com/dnbexperience/eufemia/commit/c60b3a6eb146ab26bf61cc44bbc286fcfc7dff9b))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
* **Breadcrumb:** add animation when in collapse mode ([#1563](https://github.com/dnbexperience/eufemia/issues/1563)) ([ded90c2](https://github.com/dnbexperience/eufemia/commit/ded90c202ad0bce6e5601d451c46f672cfeddab5))
|
|
39
|
+
* **Breadcumb:** align spacing and add small, medium and large ([#1574](https://github.com/dnbexperience/eufemia/issues/1574)) ([cf4c312](https://github.com/dnbexperience/eufemia/commit/cf4c31200e9d79110181e7c9c41746ed84154b0f))
|
|
40
|
+
* **DefinitionList:** add horizontal direction (inline) support ([#1536](https://github.com/dnbexperience/eufemia/issues/1536)) ([59ec706](https://github.com/dnbexperience/eufemia/commit/59ec706c5fb9ae111e4b8f495c6f034370aac507))
|
|
41
|
+
* **Easing:** expose default CSS easing with --easing-default ([#1562](https://github.com/dnbexperience/eufemia/issues/1562)) ([c18b021](https://github.com/dnbexperience/eufemia/commit/c18b0212df7d4bf985ecb071d6e928c83e0b4b90))
|
|
42
|
+
* **HeightAnimation:** add new height animation component ([#1566](https://github.com/dnbexperience/eufemia/issues/1566)) ([72b1da5](https://github.com/dnbexperience/eufemia/commit/72b1da504ee814e8afaf8dcefda15577ca29b0d0))
|
|
43
|
+
* **HeightAnimation:** add onInit to get animation instance ([#1597](https://github.com/dnbexperience/eufemia/issues/1597)) ([bf4e656](https://github.com/dnbexperience/eufemia/commit/bf4e65673654c5a6add3d234d0395c9e8bae9297))
|
|
44
|
+
* **HeightAnimation:** adjust height with animation when content changes ([#1569](https://github.com/dnbexperience/eufemia/issues/1569)) ([f0779c2](https://github.com/dnbexperience/eufemia/commit/f0779c294313d8f26f0af637135004a2b15de27a))
|
|
45
|
+
* **HelpButton:** rewrite to TypeScript ([#1565](https://github.com/dnbexperience/eufemia/issues/1565)) ([d4f26c3](https://github.com/dnbexperience/eufemia/commit/d4f26c3acf1f64fdcd3c0c4d0e9b2f833e39d267))
|
|
46
|
+
* **icons:** add "file_jpg, file_png, fish, newspaper, sort" icon ([#1575](https://github.com/dnbexperience/eufemia/issues/1575)) ([bf3769f](https://github.com/dnbexperience/eufemia/commit/bf3769f8d6dc8bd38f672ac99fa6525e5092204d))
|
|
47
|
+
* **InteractionInvalidation:** add options for partial invalidation (tabIndex and ariaHidden) ([#1559](https://github.com/dnbexperience/eufemia/issues/1559)) ([6cfc235](https://github.com/dnbexperience/eufemia/commit/6cfc2352d3d0b2012c66f535ca869b4bd75253b4))
|
|
48
|
+
* **Logo:** add inherit_color prop ([#1578](https://github.com/dnbexperience/eufemia/issues/1578)) ([0983343](https://github.com/dnbexperience/eufemia/commit/09833436f9e6313dd823859fde882ff141ef60b3))
|
|
49
|
+
* **Slider:** add tooltip on active thumb button ([#1529](https://github.com/dnbexperience/eufemia/issues/1529)) ([437f81c](https://github.com/dnbexperience/eufemia/commit/437f81c7fb957f39c65ac1ab2a21aeff5a2d7ef1))
|
|
50
|
+
* **Tooltip:** add skip_portal property ([#1545](https://github.com/dnbexperience/eufemia/issues/1545)) ([7f492a5](https://github.com/dnbexperience/eufemia/commit/7f492a52019101fd98e72fec6c9ef3dbf8eefe98))
|
|
51
|
+
* **useMediaQuery:** add disable as an option ([#1572](https://github.com/dnbexperience/eufemia/issues/1572)) ([6078cb4](https://github.com/dnbexperience/eufemia/commit/6078cb42206bb9c5552e76b72457027a9a8b20dc))
|
|
52
|
+
|
|
6
53
|
# [9.30.0](https://github.com/dnbexperience/eufemia/compare/v9.29.0...v9.30.0) (2022-08-29)
|
|
7
54
|
|
|
8
55
|
|
package/assets/icons/add.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 14V2m6 6H2" stroke="#000" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 11.111V4.89M11.111 8H4.89M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z" stroke="#000" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 17V7m5 5H7m16.25 0c0 6.213-5.037 11.25-11.25 11.25S.75 18.213.75 12 5.787.75 12 .75 23.25 5.787 23.25 12Z" stroke="#000" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 21V3m9 9H3" stroke="#000" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/></svg>
|
package/assets/icons/boat.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.378 10.951h7.157c.332 0 .559.359.427.657-.214.46-.443.953-.89 1.44-1.58 1.728-3.42 1.952-5.76 1.952-2.341 0-4.423-.383-6.162-1.952-.527-.476-.853-.89-1.111-1.44a.474.474 0 0 1 .426-.657h5.913Zm0 0V8.223m0 0V1.752c0-.708-.877-1.031-1.313-.456l-4.12 6.227c-.2.3.034.701.387.7h5.046Zm3.464-5.31 2.82 4.383c.192.3-.039.703-.385.704H10V3.16c0-.45.61-.609.842-.247Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M7.378 10.951h7.157c.332 0 .559.359.427.657-.214.46-.443.953-.89 1.44-1.58 1.728-3.42 1.952-5.76 1.952-2.341 0-4.423-.383-6.162-1.952-.527-.476-.853-.89-1.111-1.44a.474.474 0 0 1 .426-.657h5.913Zm0 0V8.223m0 0V1.752c0-.708-.877-1.031-1.313-.456l-4.12 6.227c-.2.3.034.701.387.7h5.046Zm3.464-5.31 2.82 4.383c.192.3-.039.703-.385.704H10V3.16c0-.45.61-.609.842-.247Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 16.494h11.5c.534 0 .898.576.686 1.055-.344.74-.712 1.532-1.429 2.315C19.217 22.639 16.261 23 12.5 23c-3.76 0-7.106-.616-9.9-3.136-.848-.765-1.37-1.43-1.786-2.315-.216-.488.163-1.055.686-1.055H11Zm0 0v-3.887m0 0V2.208C11 1.07 9.59.552 8.89 1.475L2.27 11.481c-.322.482.055 1.127.622 1.126H11Zm4.853-6.786 4.53 7.043c.31.481-.06 1.13-.617 1.131H14.5V6.22c0-.723.979-.98 1.353-.398Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M11 16.494h11.5c.534 0 .898.576.686 1.055-.344.74-.712 1.532-1.429 2.315C19.217 22.639 16.261 23 12.5 23c-3.76 0-7.106-.616-9.9-3.136-.848-.765-1.37-1.43-1.786-2.315-.216-.488.163-1.055.686-1.055H11Zm0 0v-3.887m0 0V2.208C11 1.07 9.59.552 8.89 1.475L2.27 11.481c-.322.482.055 1.127.622 1.126H11Zm4.853-6.786 4.53 7.043c.31.481-.06 1.13-.617 1.131H14.5V6.22c0-.723.979-.98 1.353-.398Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.783 3.642a.75.75 0 0 0-1.5 0h1.5Zm-1.5 3a.75.75 0 1 0 1.5 0h-1.5Zm-.75-2.25a.75.75 0 0 0 0 1.5v-1.5Zm3 1.5a.75.75 0 1 0 0-1.5v1.5ZM10 4.392a.75.75 0 0 0 0 1.5v-1.5Zm2 1.5a.75.75 0 0 0 0-1.5v1.5Zm-2 5.353a.75.75 0 0 0 0 1.5v-1.5Zm2 1.5a.75.75 0 0 0 0-1.5v1.5Zm-2-3.5a.75.75 0 0 0 0 1.5v-1.5Zm2 1.5a.75.75 0 0 0 0-1.5v1.5Zm-7.475-1.28a.75.75 0 0 0-1.06 1.06l1.06-1.06Zm.94 3.06a.75.75 0 0 0 1.06-1.06l-1.06 1.06Zm-2-1.06a.75.75 0 1 0 1.06 1.06l-1.06-1.06Zm3.06-.94a.75.75 0 1 0-1.06-1.06l1.06 1.06ZM10 5.893h2v-1.5h-2v1.5Zm0 6.853h2v-1.5h-2v1.5Zm0-2h2v-1.5h-2v1.5ZM3 1.75h10V.25H3v1.5Zm0 12.5c-.69 0-1.25-.56-1.25-1.25H.25A2.75 2.75 0 0 0 3 15.75v-1.5Zm10 1.5A2.75 2.75 0 0 0 15.75 13h-1.5c0 .69-.56 1.25-1.25 1.25v1.5Zm0-14c.69 0 1.25.56 1.25 1.25h1.5A2.75 2.75 0 0 0 13 .25v1.5ZM3 .25A2.75 2.75 0 0 0 .25 3h1.5c0-.69.56-1.25 1.25-1.25V.25ZM1.75 13V3H.25v10h1.5Zm12.5-10v10h1.5V3h-1.5ZM3.465 10.526l2 2 1.06-1.061-2-2-1.06 1.06Zm1.06 2 2-2-1.06-1.061-2 2 1.06 1.06Zm-.242-8.884v3h1.5v-3h-1.5Zm-.75 2.25h3v-1.5h-3v1.5ZM13 14.25H3v1.5h10v-1.5Z" fill="#000"/></svg>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M5.783 3.642a.75.75 0 0 0-1.5 0h1.5Zm-1.5 3a.75.75 0 1 0 1.5 0h-1.5Zm-.75-2.25a.75.75 0 0 0 0 1.5v-1.5Zm3 1.5a.75.75 0 1 0 0-1.5v1.5ZM10 4.392a.75.75 0 0 0 0 1.5v-1.5Zm2 1.5a.75.75 0 0 0 0-1.5v1.5Zm-2 5.353a.75.75 0 0 0 0 1.5v-1.5Zm2 1.5a.75.75 0 0 0 0-1.5v1.5Zm-2-3.5a.75.75 0 0 0 0 1.5v-1.5Zm2 1.5a.75.75 0 0 0 0-1.5v1.5Zm-7.475-1.28a.75.75 0 0 0-1.06 1.06l1.06-1.06Zm.94 3.06a.75.75 0 0 0 1.06-1.06l-1.06 1.06Zm-2-1.06a.75.75 0 1 0 1.06 1.06l-1.06-1.06Zm3.06-.94a.75.75 0 1 0-1.06-1.06l1.06 1.06ZM10 5.893h2v-1.5h-2v1.5Zm0 6.853h2v-1.5h-2v1.5Zm0-2h2v-1.5h-2v1.5ZM3 1.75h10V.25H3v1.5Zm0 12.5c-.69 0-1.25-.56-1.25-1.25H.25A2.75 2.75 0 0 0 3 15.75v-1.5Zm10 1.5A2.75 2.75 0 0 0 15.75 13h-1.5c0 .69-.56 1.25-1.25 1.25v1.5Zm0-14c.69 0 1.25.56 1.25 1.25h1.5A2.75 2.75 0 0 0 13 .25v1.5ZM3 .25A2.75 2.75 0 0 0 .25 3h1.5c0-.69.56-1.25 1.25-1.25V.25ZM1.75 13V3H.25v10h1.5Zm12.5-10v10h1.5V3h-1.5ZM3.465 10.526l2 2 1.06-1.061-2-2-1.06 1.06Zm1.06 2 2-2-1.06-1.061-2 2 1.06 1.06Zm-.242-8.884v3h1.5v-3h-1.5Zm-.75 2.25h3v-1.5h-3v1.5ZM13 14.25H3v1.5h10v-1.5Z" fill="#000"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
|
package/assets/icons/card.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 6h2m-2 4h8M2 12.583h12a1 1 0 0 0 1-1V4.25a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v7.333a1 1 0 0 0 1 1Z" stroke="#000" stroke-width="1.5" stroke-linecap="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 8h3.75M4.5 16h15M2.75 19.5h18.5a2 2 0 0 0 2-2v-11a2 2 0 0 0-2-2H2.75a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2Z" stroke="#000" stroke-width="1.5" stroke-linecap="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.511 16.022a6.966 6.966 0 0 1-.477-2.56m13.466 7.63a7.892 7.892 0 0 1-9 0m12.989-5.07a6.976 6.976 0 0 0 .477-2.56M9.75 19.509a2.76 2.76 0 0 0 1.32-.46 2.79 2.79 0 0 0 .93-1.052m0 0c.216.425.536.787.93 1.051a2.76 2.76 0 0 0 1.32.461M12 17.997v-.085m6.75-2.182 4.5.755M18 17.997l3.75 2.268m-16.5-4.536-4.5.756M6 17.997l-3.75 2.268m.784-6.803L3 3.002c0-1.212 1.471-1.96 2.437-1.18L10.639 6m-7.605 7.46C3.073 9.576 6.654 6.57 10.64 6m10.326 7.46L21 3.002c0-1.239-1.477-1.954-2.437-1.18l-5.267 4.18m7.67 7.46c-.039-3.884-3.674-6.89-7.67-7.46M10.64 6a9.113 9.113 0 0 1 2.656 0M12 17.912c.982 0 1.964-.601 2.25-1.804 0-.63-1.007-1.134-2.25-1.134s-2.25.504-2.25 1.134c.286 1.203 1.268 1.804 2.25 1.804ZM8.823 12.01h.346m5.652 0h.346m-5.919 0c0 .183-.16.243-.248.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Zm5.998 0c0 .183-.16.243-.248.243-.091 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M3.511 16.022a6.966 6.966 0 0 1-.477-2.56m13.466 7.63a7.892 7.892 0 0 1-9 0m12.989-5.07a6.976 6.976 0 0 0 .477-2.56M9.75 19.509a2.76 2.76 0 0 0 1.32-.46 2.79 2.79 0 0 0 .93-1.052m0 0c.216.425.536.787.93 1.051a2.76 2.76 0 0 0 1.32.461M12 17.997v-.085m6.75-2.182 4.5.755M18 17.997l3.75 2.268m-16.5-4.536-4.5.756M6 17.997l-3.75 2.268m.784-6.803L3 3.002c0-1.212 1.471-1.96 2.437-1.18L10.639 6m-7.605 7.46C3.073 9.576 6.654 6.57 10.64 6m10.326 7.46L21 3.002c0-1.239-1.477-1.954-2.437-1.18l-5.267 4.18m7.67 7.46c-.039-3.884-3.674-6.89-7.67-7.46M10.64 6a9.113 9.113 0 0 1 2.656 0M12 17.912c.982 0 1.964-.601 2.25-1.804 0-.63-1.007-1.134-2.25-1.134s-2.25.504-2.25 1.134c.286 1.203 1.268 1.804 2.25 1.804ZM8.823 12.01h.346m5.652 0h.346m-5.919 0c0 .183-.16.243-.248.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Zm5.998 0c0 .183-.16.243-.248.243-.091 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/assets/icons/chatbot.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.364 8.955a1.589 1.589 0 0 1 0 2.545M1.636 8.955a1.588 1.588 0 0 0 0 2.545M8 4.818a5.091 5.091 0 1 1 0 10.183A5.091 5.091 0 0 1 8 4.818Zm0 0V2.91m0 0a.954.954 0 1 1 0-1.908.954.954 0 0 1 0 1.908Zm-2.26 7.84h.023m4.473 0h.022" stroke="#000" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 13.5c.607.456 1 1.182 1 2 0 .818-.393 1.544-1 2m-20-4c-.607.456-1 1.182-1 2 0 .818.393 1.544 1 2M12 7a8 8 0 1 1-.002 16.001A8 8 0 0 1 12 7Zm0 0V4m0 0a1.5 1.5 0 1 1-.002-2.999A1.5 1.5 0 0 1 12 4ZM8.312 16.491h.346m6.674 0h.346m-6.941 0c0 .184-.16.244-.248.244-.092 0-.252-.06-.252-.244 0-.196.16-.256.252-.256.088 0 .248.06.248.256Zm7.02 0c0 .184-.16.244-.248.244-.092 0-.252-.06-.252-.244 0-.196.16-.256.252-.256.088 0 .248.06.248.256Z" stroke="#000" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/></svg>
|
package/assets/icons/chip.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 1v1.5m5-1.5v1.5M5.5 15v-1.5m5 1.5v-1.5m4.5-3h-1.5m1.5-5h-1.5M1 10.5h1.5M1 5.5h1.5m0 0v-2a1 1 0 0 1 1-1h2m-3 3v5m0 0v2a1 1 0 0 0 1 1h2m0 0h5m0 0h2a1 1 0 0 0 1-1v-2m0 0v-5m0 0v-2a1 1 0 0 0-1-1h-2m0 0h-5m.61 2.75h3.78c.473 0 .86.387.86.86v3.78c0 .473-.387.86-.86.86H6.11a.862.862 0 0 1-.86-.86V6.11c0-.473.387-.86.86-.86Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M5.5 1v1.5m5-1.5v1.5M5.5 15v-1.5m5 1.5v-1.5m4.5-3h-1.5m1.5-5h-1.5M1 10.5h1.5M1 5.5h1.5m0 0v-2a1 1 0 0 1 1-1h2m-3 3v5m0 0v2a1 1 0 0 0 1 1h2m0 0h5m0 0h2a1 1 0 0 0 1-1v-2m0 0v-5m0 0v-2a1 1 0 0 0-1-1h-2m0 0h-5m.61 2.75h3.78c.473 0 .86.387.86.86v3.78c0 .473-.387.86-.86.86H6.11a.862.862 0 0 1-.86-.86V6.11c0-.473.387-.86.86-.86Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 1.5v2.25M6.75 1.5v2.25m10.5-2.25v2.25M12 22.5v-2.25M6.75 22.5v-2.25m10.5 2.25v-2.25M22.5 12h-2.25m2.25 5.25h-2.25m2.25-10.5h-2.25M1.5 12h2.25M1.5 17.25h2.25M1.5 6.75h2.25m0 0v-1.5a1.5 1.5 0 0 1 1.5-1.5h1.5m-3 3V12m0 0v5.25m0 0v1.5a1.5 1.5 0 0 0 1.5 1.5h1.5m0 0H12m0 0h5.25m0 0h1.5a1.5 1.5 0 0 0 1.5-1.5v-1.5m0 0V12m0 0V6.75m0 0v-1.5a1.5 1.5 0 0 0-1.5-1.5h-1.5m0 0H12m0 0H6.75m1.5 3h7.5a1.5 1.5 0 0 1 1.5 1.5v7.5a1.5 1.5 0 0 1-1.5 1.5h-7.5a1.5 1.5 0 0 1-1.5-1.5v-7.5a1.5 1.5 0 0 1 1.5-1.5Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M12 1.5v2.25M6.75 1.5v2.25m10.5-2.25v2.25M12 22.5v-2.25M6.75 22.5v-2.25m10.5 2.25v-2.25M22.5 12h-2.25m2.25 5.25h-2.25m2.25-10.5h-2.25M1.5 12h2.25M1.5 17.25h2.25M1.5 6.75h2.25m0 0v-1.5a1.5 1.5 0 0 1 1.5-1.5h1.5m-3 3V12m0 0v5.25m0 0v1.5a1.5 1.5 0 0 0 1.5 1.5h1.5m0 0H12m0 0h5.25m0 0h1.5a1.5 1.5 0 0 0 1.5-1.5v-1.5m0 0V12m0 0V6.75m0 0v-1.5a1.5 1.5 0 0 0-1.5-1.5h-1.5m0 0H12m0 0H6.75m1.5 3h7.5a1.5 1.5 0 0 1 1.5 1.5v7.5a1.5 1.5 0 0 1-1.5 1.5h-7.5a1.5 1.5 0 0 1-1.5-1.5v-7.5a1.5 1.5 0 0 1 1.5-1.5Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.146 11.817a.75.75 0 0 0 0-1.5v1.5ZM3.56 4.83l.139.737-.14-.737Zm8.728 1.211-.742-.11a.75.75 0 0 0 .8.858l-.058-.748Zm-6.942-.194a.75.75 0 0 0 .748-1.3l-.748 1.3Zm3.326 3.647a.75.75 0 0 0-1.5 0h1.5Zm-2.107 2.93a.75.75 0 1 0-1.06 1.061l1.06-1.06Zm1.357 2.419-.53.53a.75.75 0 0 0 1.06 0l-.53-.53Zm2.418-1.358a.75.75 0 0 0-1.06-1.06l1.06 1.06Zm1.373-3.168a.75.75 0 0 0 0 1.5v-1.5Zm-7.566 0A2.396 2.396 0 0 1 1.75 7.921H.25a3.896 3.896 0 0 0 3.896 3.896v-1.5ZM14.25 8.551c0 .975-.791 1.766-1.767 1.766v1.5a3.267 3.267 0 0 0 3.267-3.266h-1.5Zm-12.5-.63c0-1.17.839-2.145 1.948-2.354L3.42 4.093A3.897 3.897 0 0 0 .25 7.921h1.5Zm2.554-3.006C4.527 2.97 6.268 1.75 7.92 1.75V.25c-2.29 0-4.784 1.675-5.106 4.495l1.49.17ZM7.92 1.75c2.417 0 3.92 2.18 3.624 4.182l1.484.219C13.44 3.356 11.364.25 7.92.25v1.5Zm4.423 5.039c1.006-.078 1.906.752 1.906 1.762h1.5c0-1.888-1.648-3.402-3.521-3.258l.115 1.496ZM3.698 5.567a2.428 2.428 0 0 1 1.647.28l.748-1.3a3.928 3.928 0 0 0-2.673-.454l.278 1.474Zm1.805 7.918 1.888 1.888 1.06-1.06-1.887-1.888-1.06 1.06Zm2.949 1.888 1.887-1.888-1.06-1.06-1.888 1.887 1.06 1.061Zm-1.28-5.879v5.349h1.5V9.494h-1.5Zm4.54 2.323h.771v-1.5h-.77v1.5Z" fill="#000"/></svg>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M4.146 11.817a.75.75 0 0 0 0-1.5v1.5ZM3.56 4.83l.139.737-.14-.737Zm8.728 1.211-.742-.11a.75.75 0 0 0 .8.858l-.058-.748Zm-6.942-.194a.75.75 0 0 0 .748-1.3l-.748 1.3Zm3.326 3.647a.75.75 0 0 0-1.5 0h1.5Zm-2.107 2.93a.75.75 0 1 0-1.06 1.061l1.06-1.06Zm1.357 2.419-.53.53a.75.75 0 0 0 1.06 0l-.53-.53Zm2.418-1.358a.75.75 0 0 0-1.06-1.06l1.06 1.06Zm1.373-3.168a.75.75 0 0 0 0 1.5v-1.5Zm-7.566 0A2.396 2.396 0 0 1 1.75 7.921H.25a3.896 3.896 0 0 0 3.896 3.896v-1.5ZM14.25 8.551c0 .975-.791 1.766-1.767 1.766v1.5a3.267 3.267 0 0 0 3.267-3.266h-1.5Zm-12.5-.63c0-1.17.839-2.145 1.948-2.354L3.42 4.093A3.897 3.897 0 0 0 .25 7.921h1.5Zm2.554-3.006C4.527 2.97 6.268 1.75 7.92 1.75V.25c-2.29 0-4.784 1.675-5.106 4.495l1.49.17ZM7.92 1.75c2.417 0 3.92 2.18 3.624 4.182l1.484.219C13.44 3.356 11.364.25 7.92.25v1.5Zm4.423 5.039c1.006-.078 1.906.752 1.906 1.762h1.5c0-1.888-1.648-3.402-3.521-3.258l.115 1.496ZM3.698 5.567a2.428 2.428 0 0 1 1.647.28l.748-1.3a3.928 3.928 0 0 0-2.673-.454l.278 1.474Zm1.805 7.918 1.888 1.888 1.06-1.06-1.887-1.888-1.06 1.06Zm2.949 1.888 1.887-1.888-1.06-1.06-1.888 1.887 1.06 1.061Zm-1.28-5.879v5.349h1.5V9.494h-1.5Zm4.54 2.323h.771v-1.5h-.77v1.5Z" fill="#000"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m5.066 7.087.14.737-.14-.737Zm13.872 1.925-.742-.11a.75.75 0 0 0 .8.858l-.058-.748ZM8.126 8.32a.75.75 0 1 0 .748-1.3l-.748 1.3ZM7.2 17.75a.75.75 0 0 0 0-1.5v1.5Zm9.6-1.5a.75.75 0 0 0 0 1.5v-1.5Zm-4.05-1.75a.75.75 0 0 0-1.5 0h1.5Zm-3.22 4.97a.75.75 0 0 0-1.06 1.06l1.06-1.06ZM12 23l-.53.53a.75.75 0 0 0 1.06 0L12 23Zm3.53-2.47a.75.75 0 1 0-1.06-1.06l1.06 1.06ZM6 16.25A4.25 4.25 0 0 1 1.75 12H.25A5.75 5.75 0 0 0 6 17.75v-1.5ZM22.5 13a3.25 3.25 0 0 1-3.25 3.25v1.5A4.75 4.75 0 0 0 24 13h-1.5ZM1.75 12a4.252 4.252 0 0 1 3.456-4.176L4.927 6.35A5.752 5.752 0 0 0 .25 12h1.5Zm4.062-4.828C6.195 3.822 9.184 1.75 12 1.75V.25c-3.456 0-7.195 2.528-7.679 6.752l1.49.17ZM12 1.75c4.143 0 6.7 3.737 6.196 7.153l1.484.218C20.3 4.913 17.17.25 12 .25v1.5Zm6.995 8.01C20.85 9.617 22.5 11.137 22.5 13H24c0-2.741-2.399-4.946-5.12-4.736l.115 1.496ZM5.205 7.824a4.301 4.301 0 0 1 2.921.496l.748-1.3a5.801 5.801 0 0 0-3.947-.67l.279 1.474ZM6 17.75h1.2v-1.5H6v1.5Zm10.8 0h2.45v-1.5H16.8v1.5Zm-8.33 2.78 3 3 1.06-1.06-3-3-1.06 1.06Zm4.06 3 3-3-1.06-1.06-3 3 1.06 1.06Zm-1.28-9.03V23h1.5v-8.5h-1.5Z" fill="#000"/></svg>
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="m5.066 7.087.14.737-.14-.737Zm13.872 1.925-.742-.11a.75.75 0 0 0 .8.858l-.058-.748ZM8.126 8.32a.75.75 0 1 0 .748-1.3l-.748 1.3ZM7.2 17.75a.75.75 0 0 0 0-1.5v1.5Zm9.6-1.5a.75.75 0 0 0 0 1.5v-1.5Zm-4.05-1.75a.75.75 0 0 0-1.5 0h1.5Zm-3.22 4.97a.75.75 0 0 0-1.06 1.06l1.06-1.06ZM12 23l-.53.53a.75.75 0 0 0 1.06 0L12 23Zm3.53-2.47a.75.75 0 1 0-1.06-1.06l1.06 1.06ZM6 16.25A4.25 4.25 0 0 1 1.75 12H.25A5.75 5.75 0 0 0 6 17.75v-1.5ZM22.5 13a3.25 3.25 0 0 1-3.25 3.25v1.5A4.75 4.75 0 0 0 24 13h-1.5ZM1.75 12a4.252 4.252 0 0 1 3.456-4.176L4.927 6.35A5.752 5.752 0 0 0 .25 12h1.5Zm4.062-4.828C6.195 3.822 9.184 1.75 12 1.75V.25c-3.456 0-7.195 2.528-7.679 6.752l1.49.17ZM12 1.75c4.143 0 6.7 3.737 6.196 7.153l1.484.218C20.3 4.913 17.17.25 12 .25v1.5Zm6.995 8.01C20.85 9.617 22.5 11.137 22.5 13H24c0-2.741-2.399-4.946-5.12-4.736l.115 1.496ZM5.205 7.824a4.301 4.301 0 0 1 2.921.496l.748-1.3a5.801 5.801 0 0 0-3.947-.67l.279 1.474ZM6 17.75h1.2v-1.5H6v1.5Zm10.8 0h2.45v-1.5H16.8v1.5Zm-8.33 2.78 3 3 1.06-1.06-3-3-1.06 1.06Zm4.06 3 3-3-1.06-1.06-3 3 1.06 1.06Zm-1.28-9.03V23h1.5v-8.5h-1.5Z" fill="#000"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m3.559 4.83.139.737-.14-.737Zm8.728 1.211-.743-.11a.75.75 0 0 0 .8.858l-.057-.748ZM1.8 14.47a.75.75 0 1 0 1.06 1.06L1.8 14.47Zm4.482 0a.75.75 0 1 0 1.06 1.06l-1.06-1.06Zm4.505 0a.75.75 0 1 0 1.06 1.06l-1.06-1.06Zm-6.426-.44A.75.75 0 1 0 3.3 12.97l1.06 1.06Zm4.482 0a.75.75 0 1 0-1.061-1.06l1.06 1.06Zm4.505 0a.75.75 0 1 0-1.061-1.06l1.06 1.06Zm-7.376-7.6a.75.75 0 0 0 1.283-.777l-1.283.776Zm-1.827 3.887A2.396 2.396 0 0 1 1.75 7.921H.25a3.896 3.896 0 0 0 3.896 3.896v-1.5ZM14.25 8.551c0 .975-.791 1.766-1.767 1.766v1.5a3.267 3.267 0 0 0 3.267-3.266h-1.5ZM4.146 11.817h8.337v-1.5H4.146v1.5ZM1.75 7.921c0-1.17.839-2.145 1.948-2.354l-.279-1.474A3.897 3.897 0 0 0 .25 7.921h1.5Zm2.554-3.006C4.526 2.97 6.268 1.75 7.92 1.75V.25c-2.293 0-4.785 1.675-5.108 4.495l1.49.17ZM7.92 1.75c2.417 0 3.919 2.18 3.623 4.182l1.484.219C13.441 3.356 11.364.25 7.921.25v1.5Zm4.423 5.039c1.006-.078 1.906.752 1.906 1.762h1.5c0-1.888-1.648-3.402-3.521-3.258l.115 1.496ZM3.698 5.567c.637-.12 1.102-.083 1.534.14l.688-1.333c-.828-.427-1.663-.44-2.5-.28l.278 1.473ZM3.3 12.97l-1.5 1.5 1.06 1.06 1.5-1.5-1.06-1.06Zm4.482 0-1.5 1.5 1.06 1.06 1.5-1.5-1.06-1.06Zm4.505 0-1.5 1.5 1.06 1.06 1.5-1.5-1.06-1.06ZM5.232 5.707c.195.1.382.272.532.446a2.726 2.726 0 0 1 .21.278v.001-.002h-.001l.642-.389.641-.388v-.001l-.001-.002a.68.68 0 0 0-.03-.047 4.226 4.226 0 0 0-.326-.43 3.384 3.384 0 0 0-.98-.8l-.687 1.334Z" fill="#000"/></svg>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="m3.559 4.83.139.737-.14-.737Zm8.728 1.211-.743-.11a.75.75 0 0 0 .8.858l-.057-.748ZM1.8 14.47a.75.75 0 1 0 1.06 1.06L1.8 14.47Zm4.482 0a.75.75 0 1 0 1.06 1.06l-1.06-1.06Zm4.505 0a.75.75 0 1 0 1.06 1.06l-1.06-1.06Zm-6.426-.44A.75.75 0 1 0 3.3 12.97l1.06 1.06Zm4.482 0a.75.75 0 1 0-1.061-1.06l1.06 1.06Zm4.505 0a.75.75 0 1 0-1.061-1.06l1.06 1.06Zm-7.376-7.6a.75.75 0 0 0 1.283-.777l-1.283.776Zm-1.827 3.887A2.396 2.396 0 0 1 1.75 7.921H.25a3.896 3.896 0 0 0 3.896 3.896v-1.5ZM14.25 8.551c0 .975-.791 1.766-1.767 1.766v1.5a3.267 3.267 0 0 0 3.267-3.266h-1.5ZM4.146 11.817h8.337v-1.5H4.146v1.5ZM1.75 7.921c0-1.17.839-2.145 1.948-2.354l-.279-1.474A3.897 3.897 0 0 0 .25 7.921h1.5Zm2.554-3.006C4.526 2.97 6.268 1.75 7.92 1.75V.25c-2.293 0-4.785 1.675-5.108 4.495l1.49.17ZM7.92 1.75c2.417 0 3.919 2.18 3.623 4.182l1.484.219C13.441 3.356 11.364.25 7.921.25v1.5Zm4.423 5.039c1.006-.078 1.906.752 1.906 1.762h1.5c0-1.888-1.648-3.402-3.521-3.258l.115 1.496ZM3.698 5.567c.637-.12 1.102-.083 1.534.14l.688-1.333c-.828-.427-1.663-.44-2.5-.28l.278 1.473ZM3.3 12.97l-1.5 1.5 1.06 1.06 1.5-1.5-1.06-1.06Zm4.482 0-1.5 1.5 1.06 1.06 1.5-1.5-1.06-1.06Zm4.505 0-1.5 1.5 1.06 1.06 1.5-1.5-1.06-1.06ZM5.232 5.707c.195.1.382.272.532.446a2.726 2.726 0 0 1 .21.278v.001-.002h-.001l.642-.389.641-.388v-.001l-.001-.002a.68.68 0 0 0-.03-.047 4.226 4.226 0 0 0-.326-.43 3.384 3.384 0 0 0-.98-.8l-.687 1.334Z" fill="#000"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m5.066 7.087.14.737-.14-.737Zm13.872 1.925-.742-.11a.75.75 0 0 0 .8.858l-.058-.748ZM8.126 8.32a.75.75 0 1 0 .748-1.3l-.748 1.3ZM6.214 20.03a.75.75 0 1 0-1.06-1.06l1.06 1.06Zm-2.744.624a.75.75 0 1 0 1.06 1.06l-1.06-1.06Zm7.244-.624a.75.75 0 1 0-1.06-1.06l1.06 1.06ZM6.47 22.154a.75.75 0 1 0 1.06 1.06l-1.06-1.06Zm8.744-2.124a.75.75 0 1 0-1.06-1.06l1.06 1.06Zm-2.744.624a.75.75 0 1 0 1.06 1.06l-1.06-1.06Zm7.244-.624a.75.75 0 1 0-1.06-1.06l1.06 1.06Zm-4.244 2.124a.75.75 0 1 0 1.06 1.06l-1.06-1.06ZM6 16.25A4.25 4.25 0 0 1 1.75 12H.25A5.75 5.75 0 0 0 6 17.75v-1.5ZM22.5 13a3.25 3.25 0 0 1-3.25 3.25v1.5A4.75 4.75 0 0 0 24 13h-1.5ZM6 17.75h13.25v-1.5H6v1.5ZM1.75 12a4.252 4.252 0 0 1 3.456-4.176L4.927 6.35A5.752 5.752 0 0 0 .25 12h1.5Zm4.062-4.828C6.195 3.822 9.184 1.75 12 1.75V.25c-3.456 0-7.195 2.528-7.679 6.752l1.49.17ZM12 1.75c4.143 0 6.7 3.737 6.196 7.153l1.484.218C20.3 4.913 17.17.25 12 .25v1.5Zm6.995 8.01C20.85 9.617 22.5 11.137 22.5 13H24c0-2.741-2.399-4.946-5.12-4.736l.115 1.496ZM5.205 7.824a4.301 4.301 0 0 1 2.921.496l.748-1.3a5.801 5.801 0 0 0-3.947-.67l.279 1.474Zm-.05 11.146L3.47 20.654l1.06 1.06 1.684-1.684-1.06-1.06Zm4.5 0L6.47 22.154l1.06 1.06 3.184-3.184-1.06-1.06Zm4.5 0-1.684 1.684 1.06 1.06 1.684-1.684-1.06-1.06Zm4.5 0-3.184 3.184 1.06 1.06 3.184-3.184-1.06-1.06Z" fill="#000"/></svg>
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="m5.066 7.087.14.737-.14-.737Zm13.872 1.925-.742-.11a.75.75 0 0 0 .8.858l-.058-.748ZM8.126 8.32a.75.75 0 1 0 .748-1.3l-.748 1.3ZM6.214 20.03a.75.75 0 1 0-1.06-1.06l1.06 1.06Zm-2.744.624a.75.75 0 1 0 1.06 1.06l-1.06-1.06Zm7.244-.624a.75.75 0 1 0-1.06-1.06l1.06 1.06ZM6.47 22.154a.75.75 0 1 0 1.06 1.06l-1.06-1.06Zm8.744-2.124a.75.75 0 1 0-1.06-1.06l1.06 1.06Zm-2.744.624a.75.75 0 1 0 1.06 1.06l-1.06-1.06Zm7.244-.624a.75.75 0 1 0-1.06-1.06l1.06 1.06Zm-4.244 2.124a.75.75 0 1 0 1.06 1.06l-1.06-1.06ZM6 16.25A4.25 4.25 0 0 1 1.75 12H.25A5.75 5.75 0 0 0 6 17.75v-1.5ZM22.5 13a3.25 3.25 0 0 1-3.25 3.25v1.5A4.75 4.75 0 0 0 24 13h-1.5ZM6 17.75h13.25v-1.5H6v1.5ZM1.75 12a4.252 4.252 0 0 1 3.456-4.176L4.927 6.35A5.752 5.752 0 0 0 .25 12h1.5Zm4.062-4.828C6.195 3.822 9.184 1.75 12 1.75V.25c-3.456 0-7.195 2.528-7.679 6.752l1.49.17ZM12 1.75c4.143 0 6.7 3.737 6.196 7.153l1.484.218C20.3 4.913 17.17.25 12 .25v1.5Zm6.995 8.01C20.85 9.617 22.5 11.137 22.5 13H24c0-2.741-2.399-4.946-5.12-4.736l.115 1.496ZM5.205 7.824a4.301 4.301 0 0 1 2.921.496l.748-1.3a5.801 5.801 0 0 0-3.947-.67l.279 1.474Zm-.05 11.146L3.47 20.654l1.06 1.06 1.684-1.684-1.06-1.06Zm4.5 0L6.47 22.154l1.06 1.06 3.184-3.184-1.06-1.06Zm4.5 0-1.684 1.684 1.06 1.06 1.684-1.684-1.06-1.06Zm4.5 0-3.184 3.184 1.06 1.06 3.184-3.184-1.06-1.06Z" fill="#000"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m3.617 4.918.14.737-.14-.737Zm1.837 1.026a.75.75 0 1 0 .747-1.3l-.747 1.3ZM7.72 10.26a.75.75 0 0 0 1.416.494L7.72 10.26Zm7.091.394-.708.247.176.503h.532v-.75Zm.709 2.325a.75.75 0 0 0-1.417-.493l1.417.493Zm-7.092-.394.708-.247-.175-.503h-.533v.75Zm6.57-1.93v.75a.75.75 0 0 0 .75-.75H15Zm.75-2.093a.75.75 0 1 0-1.5 0h1.5Zm-2.841 1.342a.75.75 0 0 0 0 1.5v-1.5Zm-2.575 3.431a.75.75 0 0 0 0-1.5v1.5Zm-2.092-.75v-.75a.75.75 0 0 0-.75.75h.75Zm-.75 2.092a.75.75 0 0 0 1.5 0h-1.5Zm4.323-9.592a.75.75 0 1 0 1.489-.182l-1.489.182Zm-6.566 6.963a.75.75 0 0 0 0-1.5v1.5Zm-1.03-1.5A2.468 2.468 0 0 1 1.75 8.08H.25a3.968 3.968 0 0 0 3.968 3.969v-1.5ZM1.75 8.08a2.47 2.47 0 0 1 2.007-2.425l-.279-1.474a3.97 3.97 0 0 0-3.228 3.9h1.5Zm2.613-3.077c.229-2 2.018-3.253 3.717-3.253V.25c-2.338 0-4.879 1.708-5.208 4.583l1.49.17Zm-.606.652a2.501 2.501 0 0 1 1.697.289l.747-1.3a4.001 4.001 0 0 0-2.723-.463l.279 1.474Zm5.38 5.1a2.63 2.63 0 0 1 2.484-1.764v-1.5a4.13 4.13 0 0 0-3.9 2.77l1.416.494Zm2.484-1.764c1.098 0 2.107.833 2.483 1.911l1.417-.494c-.545-1.56-2.046-2.917-3.9-2.917v1.5Zm2.483 3.496a2.63 2.63 0 0 1-2.483 1.763v1.5a4.13 4.13 0 0 0 3.9-2.77l-1.417-.493Zm-2.483 1.763c-1.098 0-2.108-.832-2.484-1.91l-1.416.493c.544 1.56 2.045 2.917 3.9 2.917v-1.5Zm4.129-3.595V8.563h-1.5v2.092h1.5Zm-.75-.75h-2.092v1.5H15v-1.5Zm-4.667 1.931H8.241v1.5h2.092v-1.5Zm-2.842.75v2.092h1.5v-2.092h-1.5Zm7.321-1.18H15v-1.5h-.188v1.5Zm-6.383.43H8.24v1.5h.188v-1.5ZM8.08 1.75c2.097 0 3.52 1.585 3.734 3.336l1.489-.182C13.01 2.508 11.037.25 8.08.25v1.5ZM4.218 12.049h1.03v-1.5h-1.03v1.5Z" fill="#000"/></svg>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="m3.617 4.918.14.737-.14-.737Zm1.837 1.026a.75.75 0 1 0 .747-1.3l-.747 1.3ZM7.72 10.26a.75.75 0 0 0 1.416.494L7.72 10.26Zm7.091.394-.708.247.176.503h.532v-.75Zm.709 2.325a.75.75 0 0 0-1.417-.493l1.417.493Zm-7.092-.394.708-.247-.175-.503h-.533v.75Zm6.57-1.93v.75a.75.75 0 0 0 .75-.75H15Zm.75-2.093a.75.75 0 1 0-1.5 0h1.5Zm-2.841 1.342a.75.75 0 0 0 0 1.5v-1.5Zm-2.575 3.431a.75.75 0 0 0 0-1.5v1.5Zm-2.092-.75v-.75a.75.75 0 0 0-.75.75h.75Zm-.75 2.092a.75.75 0 0 0 1.5 0h-1.5Zm4.323-9.592a.75.75 0 1 0 1.489-.182l-1.489.182Zm-6.566 6.963a.75.75 0 0 0 0-1.5v1.5Zm-1.03-1.5A2.468 2.468 0 0 1 1.75 8.08H.25a3.968 3.968 0 0 0 3.968 3.969v-1.5ZM1.75 8.08a2.47 2.47 0 0 1 2.007-2.425l-.279-1.474a3.97 3.97 0 0 0-3.228 3.9h1.5Zm2.613-3.077c.229-2 2.018-3.253 3.717-3.253V.25c-2.338 0-4.879 1.708-5.208 4.583l1.49.17Zm-.606.652a2.501 2.501 0 0 1 1.697.289l.747-1.3a4.001 4.001 0 0 0-2.723-.463l.279 1.474Zm5.38 5.1a2.63 2.63 0 0 1 2.484-1.764v-1.5a4.13 4.13 0 0 0-3.9 2.77l1.416.494Zm2.484-1.764c1.098 0 2.107.833 2.483 1.911l1.417-.494c-.545-1.56-2.046-2.917-3.9-2.917v1.5Zm2.483 3.496a2.63 2.63 0 0 1-2.483 1.763v1.5a4.13 4.13 0 0 0 3.9-2.77l-1.417-.493Zm-2.483 1.763c-1.098 0-2.108-.832-2.484-1.91l-1.416.493c.544 1.56 2.045 2.917 3.9 2.917v-1.5Zm4.129-3.595V8.563h-1.5v2.092h1.5Zm-.75-.75h-2.092v1.5H15v-1.5Zm-4.667 1.931H8.241v1.5h2.092v-1.5Zm-2.842.75v2.092h1.5v-2.092h-1.5Zm7.321-1.18H15v-1.5h-.188v1.5Zm-6.383.43H8.24v1.5h.188v-1.5ZM8.08 1.75c2.097 0 3.52 1.585 3.734 3.336l1.489-.182C13.01 2.508 11.037.25 8.08.25v1.5ZM4.218 12.049h1.03v-1.5h-1.03v1.5Z" fill="#000"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m5.066 7.087.14.737-.14-.737Zm3.06 1.233a.75.75 0 1 0 .748-1.3l-.748 1.3ZM9.2 17.75a.75.75 0 0 0 0-1.5v1.5Zm9.013-8.972a.75.75 0 0 0 1.488.186l-1.488-.186Zm-6.38 6.746a.75.75 0 0 0 1.416.494l-1.416-.494ZM22.46 16l-.709.247.176.503h.533V16Zm.708 3.476a.75.75 0 0 0-1.417-.494l1.417.494ZM12.54 19l.708-.247-.175-.503h-.533V19Zm10.209-3v.75a.75.75 0 0 0 .75-.75h-.75Zm.75-3.25a.75.75 0 0 0-1.5 0h1.5Zm-4 2.5a.75.75 0 0 0 0 1.5v-1.5Zm-4 4.5a.75.75 0 0 0 0-1.5v1.5ZM12.25 19v-.75a.75.75 0 0 0-.75.75h.75Zm-.75 3.25a.75.75 0 0 0 1.5 0h-1.5Zm-5.5-6A4.25 4.25 0 0 1 1.75 12H.25A5.75 5.75 0 0 0 6 17.75v-1.5ZM1.75 12a4.252 4.252 0 0 1 3.456-4.176L4.927 6.35A5.752 5.752 0 0 0 .25 12h1.5Zm4.062-4.828C6.195 3.822 9.184 1.75 12 1.75V.25c-3.456 0-7.195 2.528-7.679 6.752l1.49.17Zm-.606.652a4.301 4.301 0 0 1 2.92.496l.748-1.3a5.801 5.801 0 0 0-3.947-.67l.279 1.474ZM6 17.75h3.2v-1.5H6v1.5Zm6-16c4.092 0 6.637 3.644 6.213 7.028l1.488.186C20.223 4.8 17.106.25 12 .25v1.5Zm1.25 14.268A4.502 4.502 0 0 1 17.5 13v-1.5a6.002 6.002 0 0 0-5.667 4.024l1.416.494ZM17.5 13c1.915 0 3.62 1.438 4.25 3.247l1.417-.494c-.799-2.291-2.995-4.253-5.667-4.253V13Zm4.25 5.982A4.502 4.502 0 0 1 17.5 22v1.5a6.002 6.002 0 0 0 5.667-4.024l-1.417-.494ZM17.5 22c-1.915 0-3.62-1.438-4.25-3.247l-1.417.494c.799 2.291 2.995 4.253 5.667 4.253V22Zm6-6v-3.25H22V16h1.5Zm-.75-.75H19.5v1.5h3.25v-1.5Zm-7.25 3h-3.25v1.5h3.25v-1.5Zm-4 .75v3.25H13V19h-1.5Zm10.959-2.25h.291v-1.5h-.291v1.5Zm-9.918 1.5h-.291v1.5h.291v-1.5Z" fill="#000"/></svg>
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="m5.066 7.087.14.737-.14-.737Zm3.06 1.233a.75.75 0 1 0 .748-1.3l-.748 1.3ZM9.2 17.75a.75.75 0 0 0 0-1.5v1.5Zm9.013-8.972a.75.75 0 0 0 1.488.186l-1.488-.186Zm-6.38 6.746a.75.75 0 0 0 1.416.494l-1.416-.494ZM22.46 16l-.709.247.176.503h.533V16Zm.708 3.476a.75.75 0 0 0-1.417-.494l1.417.494ZM12.54 19l.708-.247-.175-.503h-.533V19Zm10.209-3v.75a.75.75 0 0 0 .75-.75h-.75Zm.75-3.25a.75.75 0 0 0-1.5 0h1.5Zm-4 2.5a.75.75 0 0 0 0 1.5v-1.5Zm-4 4.5a.75.75 0 0 0 0-1.5v1.5ZM12.25 19v-.75a.75.75 0 0 0-.75.75h.75Zm-.75 3.25a.75.75 0 0 0 1.5 0h-1.5Zm-5.5-6A4.25 4.25 0 0 1 1.75 12H.25A5.75 5.75 0 0 0 6 17.75v-1.5ZM1.75 12a4.252 4.252 0 0 1 3.456-4.176L4.927 6.35A5.752 5.752 0 0 0 .25 12h1.5Zm4.062-4.828C6.195 3.822 9.184 1.75 12 1.75V.25c-3.456 0-7.195 2.528-7.679 6.752l1.49.17Zm-.606.652a4.301 4.301 0 0 1 2.92.496l.748-1.3a5.801 5.801 0 0 0-3.947-.67l.279 1.474ZM6 17.75h3.2v-1.5H6v1.5Zm6-16c4.092 0 6.637 3.644 6.213 7.028l1.488.186C20.223 4.8 17.106.25 12 .25v1.5Zm1.25 14.268A4.502 4.502 0 0 1 17.5 13v-1.5a6.002 6.002 0 0 0-5.667 4.024l1.416.494ZM17.5 13c1.915 0 3.62 1.438 4.25 3.247l1.417-.494c-.799-2.291-2.995-4.253-5.667-4.253V13Zm4.25 5.982A4.502 4.502 0 0 1 17.5 22v1.5a6.002 6.002 0 0 0 5.667-4.024l-1.417-.494ZM17.5 22c-1.915 0-3.62-1.438-4.25-3.247l-1.417.494c.799 2.291 2.995 4.253 5.667 4.253V22Zm6-6v-3.25H22V16h1.5Zm-.75-.75H19.5v1.5h3.25v-1.5Zm-7.25 3h-3.25v1.5h3.25v-1.5Zm-4 .75v3.25H13V19h-1.5Zm10.959-2.25h.291v-1.5h-.291v1.5Zm-9.918 1.5h-.291v1.5h.291v-1.5Z" fill="#000"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m3.559 4.83.139.737-.14-.737Zm8.728 1.211-.742-.11a.75.75 0 0 0 .8.858l-.058-.748Zm-6.942-.194a.75.75 0 0 0 .748-1.3l-.748 1.3Zm-.859 8.996a.75.75 0 0 0 1.5 0h-1.5Zm2.107-2.93a.75.75 0 0 0 1.061-1.061l-1.06 1.06Zm-1.357-2.42.53-.53a.75.75 0 0 0-1.06 0l.53.53Zm-2.418 1.358a.75.75 0 0 0 1.06 1.06l-1.06-1.06Zm8.509-1.358a.75.75 0 0 0-1.5 0h1.5Zm-2.107 2.93a.75.75 0 1 0-1.061 1.061l1.06-1.06Zm1.357 2.419-.53.53a.75.75 0 0 0 1.06 0l-.53-.53Zm2.418-1.358a.75.75 0 0 0-1.06-1.06l1.06 1.06ZM.772 9.87a.75.75 0 1 0 1.298-.751l-1.298.75Zm12.776.091a.75.75 0 1 0 .905 1.196l-.905-1.196ZM1.75 7.921c0-1.17.839-2.145 1.948-2.354l-.279-1.474A3.897 3.897 0 0 0 .25 7.921h1.5Zm2.554-3.006C4.527 2.97 6.268 1.75 7.92 1.75V.25c-2.29 0-4.784 1.675-5.106 4.495l1.49.17ZM7.92 1.75c2.417 0 3.92 2.18 3.624 4.182l1.484.219C13.44 3.356 11.364.25 7.92.25v1.5Zm4.423 5.039c1.006-.078 1.906.752 1.906 1.762h1.5c0-1.888-1.648-3.402-3.521-3.258l.115 1.496ZM3.698 5.567a2.428 2.428 0 0 1 1.647.28l.748-1.3a3.928 3.928 0 0 0-2.674-.454l.279 1.474Zm3.956 5.285L5.766 8.964l-1.06 1.06 1.887 1.888 1.061-1.06ZM4.706 8.964l-1.888 1.888 1.06 1.06 1.888-1.887-1.06-1.061Zm3.453 4.521 1.888 1.888 1.06-1.06-1.887-1.888-1.061 1.06Zm2.948 1.888 1.888-1.888-1.06-1.06-1.888 1.887 1.06 1.061Zm-1.28-5.879v5.349h1.5V9.494h-1.5Zm-3.84 5.349V9.494h-1.5v5.349h1.5ZM2.07 9.119a2.382 2.382 0 0 1-.32-1.198H.25c0 .709.19 1.375.522 1.949l1.298-.751Zm12.18-.568c0 .575-.274 1.086-.702 1.41l.905 1.196a3.263 3.263 0 0 0 1.297-2.606h-1.5Z" fill="#000"/></svg>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="m3.559 4.83.139.737-.14-.737Zm8.728 1.211-.742-.11a.75.75 0 0 0 .8.858l-.058-.748Zm-6.942-.194a.75.75 0 0 0 .748-1.3l-.748 1.3Zm-.859 8.996a.75.75 0 0 0 1.5 0h-1.5Zm2.107-2.93a.75.75 0 0 0 1.061-1.061l-1.06 1.06Zm-1.357-2.42.53-.53a.75.75 0 0 0-1.06 0l.53.53Zm-2.418 1.358a.75.75 0 0 0 1.06 1.06l-1.06-1.06Zm8.509-1.358a.75.75 0 0 0-1.5 0h1.5Zm-2.107 2.93a.75.75 0 1 0-1.061 1.061l1.06-1.06Zm1.357 2.419-.53.53a.75.75 0 0 0 1.06 0l-.53-.53Zm2.418-1.358a.75.75 0 0 0-1.06-1.06l1.06 1.06ZM.772 9.87a.75.75 0 1 0 1.298-.751l-1.298.75Zm12.776.091a.75.75 0 1 0 .905 1.196l-.905-1.196ZM1.75 7.921c0-1.17.839-2.145 1.948-2.354l-.279-1.474A3.897 3.897 0 0 0 .25 7.921h1.5Zm2.554-3.006C4.527 2.97 6.268 1.75 7.92 1.75V.25c-2.29 0-4.784 1.675-5.106 4.495l1.49.17ZM7.92 1.75c2.417 0 3.92 2.18 3.624 4.182l1.484.219C13.44 3.356 11.364.25 7.92.25v1.5Zm4.423 5.039c1.006-.078 1.906.752 1.906 1.762h1.5c0-1.888-1.648-3.402-3.521-3.258l.115 1.496ZM3.698 5.567a2.428 2.428 0 0 1 1.647.28l.748-1.3a3.928 3.928 0 0 0-2.674-.454l.279 1.474Zm3.956 5.285L5.766 8.964l-1.06 1.06 1.887 1.888 1.061-1.06ZM4.706 8.964l-1.888 1.888 1.06 1.06 1.888-1.887-1.06-1.061Zm3.453 4.521 1.888 1.888 1.06-1.06-1.887-1.888-1.061 1.06Zm2.948 1.888 1.888-1.888-1.06-1.06-1.888 1.887 1.06 1.061Zm-1.28-5.879v5.349h1.5V9.494h-1.5Zm-3.84 5.349V9.494h-1.5v5.349h1.5ZM2.07 9.119a2.382 2.382 0 0 1-.32-1.198H.25c0 .709.19 1.375.522 1.949l1.298-.751Zm12.18-.568c0 .575-.274 1.086-.702 1.41l.905 1.196a3.263 3.263 0 0 0 1.297-2.606h-1.5Z" fill="#000"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m5.066 7.087.14.737-.14-.737Zm13.872 1.925-.742-.11a.75.75 0 0 0 .8.858l-.058-.748ZM8.126 8.32a.75.75 0 1 0 .748-1.3l-.748 1.3ZM1.86 15.99a.75.75 0 0 0 1.08-1.04l-1.08 1.04Zm18.25.146a.75.75 0 1 0 .396 1.447l-.396-1.447ZM7.5 23A.75.75 0 0 0 9 23H7.5Zm3.22-4.97a.75.75 0 1 0 1.06-1.06l-1.06 1.06ZM8.25 14.5l.53-.53a.75.75 0 0 0-1.06 0l.53.53Zm-3.53 2.47a.75.75 0 1 0 1.06 1.06l-1.06-1.06ZM16.5 14.5a.75.75 0 0 0-1.5 0h1.5Zm-3.22 4.97a.75.75 0 1 0-1.06 1.06l1.06-1.06ZM15.75 23l-.53.53a.75.75 0 0 0 1.06 0l-.53-.53Zm3.53-2.47a.75.75 0 1 0-1.06-1.06l1.06 1.06ZM1.75 12a4.252 4.252 0 0 1 3.456-4.176L4.927 6.35A5.752 5.752 0 0 0 .25 12h1.5Zm4.062-4.828C6.195 3.822 9.184 1.75 12 1.75V.25c-3.456 0-7.195 2.528-7.679 6.752l1.49.17ZM12 1.75c4.143 0 6.7 3.737 6.196 7.153l1.484.218C20.3 4.913 17.17.25 12 .25v1.5Zm6.995 8.01C20.85 9.617 22.5 11.137 22.5 13H24c0-2.741-2.399-4.946-5.12-4.736l.115 1.496ZM5.205 7.824a4.301 4.301 0 0 1 2.921.496l.748-1.3a5.801 5.801 0 0 0-3.947-.67l.279 1.474ZM2.94 14.948A4.233 4.233 0 0 1 1.75 12H.25a5.73 5.73 0 0 0 1.609 3.989l1.08-1.04ZM22.5 13a3.252 3.252 0 0 1-2.39 3.135l.395 1.447A4.752 4.752 0 0 0 24 13h-1.5Zm-10.72 3.97-3-3-1.06 1.06 3 3 1.06-1.06Zm-4.06-3-3 3 1.06 1.06 3-3-1.06-1.06Zm4.5 6.56 3 3 1.06-1.06-3-3-1.06 1.06Zm4.06 3 3-3-1.06-1.06-3 3 1.06 1.06ZM15 14.5V23h1.5v-8.5H15ZM9 23v-8.5H7.5V23H9Z" fill="#000"/></svg>
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="m5.066 7.087.14.737-.14-.737Zm13.872 1.925-.742-.11a.75.75 0 0 0 .8.858l-.058-.748ZM8.126 8.32a.75.75 0 1 0 .748-1.3l-.748 1.3ZM1.86 15.99a.75.75 0 0 0 1.08-1.04l-1.08 1.04Zm18.25.146a.75.75 0 1 0 .396 1.447l-.396-1.447ZM7.5 23A.75.75 0 0 0 9 23H7.5Zm3.22-4.97a.75.75 0 1 0 1.06-1.06l-1.06 1.06ZM8.25 14.5l.53-.53a.75.75 0 0 0-1.06 0l.53.53Zm-3.53 2.47a.75.75 0 1 0 1.06 1.06l-1.06-1.06ZM16.5 14.5a.75.75 0 0 0-1.5 0h1.5Zm-3.22 4.97a.75.75 0 1 0-1.06 1.06l1.06-1.06ZM15.75 23l-.53.53a.75.75 0 0 0 1.06 0l-.53-.53Zm3.53-2.47a.75.75 0 1 0-1.06-1.06l1.06 1.06ZM1.75 12a4.252 4.252 0 0 1 3.456-4.176L4.927 6.35A5.752 5.752 0 0 0 .25 12h1.5Zm4.062-4.828C6.195 3.822 9.184 1.75 12 1.75V.25c-3.456 0-7.195 2.528-7.679 6.752l1.49.17ZM12 1.75c4.143 0 6.7 3.737 6.196 7.153l1.484.218C20.3 4.913 17.17.25 12 .25v1.5Zm6.995 8.01C20.85 9.617 22.5 11.137 22.5 13H24c0-2.741-2.399-4.946-5.12-4.736l.115 1.496ZM5.205 7.824a4.301 4.301 0 0 1 2.921.496l.748-1.3a5.801 5.801 0 0 0-3.947-.67l.279 1.474ZM2.94 14.948A4.233 4.233 0 0 1 1.75 12H.25a5.73 5.73 0 0 0 1.609 3.989l1.08-1.04ZM22.5 13a3.252 3.252 0 0 1-2.39 3.135l.395 1.447A4.752 4.752 0 0 0 24 13h-1.5Zm-10.72 3.97-3-3-1.06 1.06 3 3 1.06-1.06Zm-4.06-3-3 3 1.06 1.06 3-3-1.06-1.06Zm4.5 6.56 3 3 1.06-1.06-3-3-1.06 1.06Zm4.06 3 3-3-1.06-1.06-3 3 1.06 1.06ZM15 14.5V23h1.5v-8.5H15ZM9 23v-8.5H7.5V23H9Z" fill="#000"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m3.559 4.83.139.737-.14-.737Zm8.728 1.211-.742-.11a.75.75 0 0 0 .8.858l-.058-.748Zm-6.942-.194a.75.75 0 0 0 .748-1.3l-.748 1.3Zm1.826 8.996a.75.75 0 0 0 1.5 0h-1.5Zm2.108-2.93a.75.75 0 0 0 1.06-1.061l-1.06 1.06ZM7.92 9.493l.53-.53a.75.75 0 0 0-1.06 0l.53.53Zm-2.418 1.358a.75.75 0 0 0 1.061 1.06l-1.06-1.06Zm-2.776.699a.75.75 0 0 0 .546-1.397l-.546 1.397Zm10.12-1.27a.75.75 0 0 0 .306 1.467l-.306-1.468ZM1.75 7.92c0-1.17.839-2.145 1.948-2.354L3.42 4.093A3.897 3.897 0 0 0 .25 7.921h1.5Zm2.554-3.006C4.527 2.97 6.268 1.75 7.92 1.75V.25c-2.29 0-4.784 1.675-5.106 4.495l1.49.17ZM7.92 1.75c2.417 0 3.92 2.18 3.624 4.182l1.484.219C13.44 3.356 11.364.25 7.92.25v1.5Zm4.423 5.039c1.006-.078 1.906.752 1.906 1.762h1.5c0-1.888-1.648-3.402-3.521-3.258l.115 1.496ZM3.698 5.567a2.428 2.428 0 0 1 1.647.28l.748-1.3a3.928 3.928 0 0 0-2.673-.454l.278 1.474Zm6.641 5.285L8.452 8.964l-1.06 1.06 1.887 1.888 1.06-1.06ZM7.391 8.964l-1.888 1.888 1.061 1.06 1.888-1.887-1.06-1.061Zm1.28 5.879V9.494h-1.5v5.349h1.5Zm-5.398-4.69A2.397 2.397 0 0 1 1.75 7.922H.25a3.897 3.897 0 0 0 2.477 3.63l.546-1.397ZM14.25 8.552a1.77 1.77 0 0 1-1.403 1.73l.306 1.467a3.268 3.268 0 0 0 2.597-3.197h-1.5Z" fill="#000"/></svg>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="m3.559 4.83.139.737-.14-.737Zm8.728 1.211-.742-.11a.75.75 0 0 0 .8.858l-.058-.748Zm-6.942-.194a.75.75 0 0 0 .748-1.3l-.748 1.3Zm1.826 8.996a.75.75 0 0 0 1.5 0h-1.5Zm2.108-2.93a.75.75 0 0 0 1.06-1.061l-1.06 1.06ZM7.92 9.493l.53-.53a.75.75 0 0 0-1.06 0l.53.53Zm-2.418 1.358a.75.75 0 0 0 1.061 1.06l-1.06-1.06Zm-2.776.699a.75.75 0 0 0 .546-1.397l-.546 1.397Zm10.12-1.27a.75.75 0 0 0 .306 1.467l-.306-1.468ZM1.75 7.92c0-1.17.839-2.145 1.948-2.354L3.42 4.093A3.897 3.897 0 0 0 .25 7.921h1.5Zm2.554-3.006C4.527 2.97 6.268 1.75 7.92 1.75V.25c-2.29 0-4.784 1.675-5.106 4.495l1.49.17ZM7.92 1.75c2.417 0 3.92 2.18 3.624 4.182l1.484.219C13.44 3.356 11.364.25 7.92.25v1.5Zm4.423 5.039c1.006-.078 1.906.752 1.906 1.762h1.5c0-1.888-1.648-3.402-3.521-3.258l.115 1.496ZM3.698 5.567a2.428 2.428 0 0 1 1.647.28l.748-1.3a3.928 3.928 0 0 0-2.673-.454l.278 1.474Zm6.641 5.285L8.452 8.964l-1.06 1.06 1.887 1.888 1.06-1.06ZM7.391 8.964l-1.888 1.888 1.061 1.06 1.888-1.887-1.06-1.061Zm1.28 5.879V9.494h-1.5v5.349h1.5Zm-5.398-4.69A2.397 2.397 0 0 1 1.75 7.922H.25a3.897 3.897 0 0 0 2.477 3.63l.546-1.397ZM14.25 8.552a1.77 1.77 0 0 1-1.403 1.73l.306 1.467a3.268 3.268 0 0 0 2.597-3.197h-1.5Z" fill="#000"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m5.066 7.087.14.737-.14-.737Zm13.872 1.925-.742-.11a.75.75 0 0 0 .8.858l-.058-.748ZM8.126 8.32a.75.75 0 1 0 .748-1.3l-.748 1.3Zm-2.635 9.408a.75.75 0 1 0 .131-1.495l-.131 1.495ZM18.5 16.25a.75.75 0 0 0 0 1.5v-1.5ZM11.25 23a.75.75 0 0 0 1.5 0h-1.5Zm3.22-4.97a.75.75 0 1 0 1.06-1.06l-1.06 1.06ZM12 14.5l.53-.53a.75.75 0 0 0-1.06 0l.53.53Zm-3.53 2.47a.75.75 0 1 0 1.06 1.06l-1.06-1.06ZM22.5 13a3.25 3.25 0 0 1-3.25 3.25v1.5A4.75 4.75 0 0 0 24 13h-1.5ZM1.75 12a4.252 4.252 0 0 1 3.456-4.176L4.927 6.35A5.752 5.752 0 0 0 .25 12h1.5Zm4.062-4.828C6.195 3.822 9.184 1.75 12 1.75V.25c-3.456 0-7.195 2.528-7.679 6.752l1.49.17ZM12 1.75c4.143 0 6.7 3.737 6.196 7.153l1.484.218C20.3 4.913 17.17.25 12 .25v1.5Zm6.995 8.01C20.85 9.617 22.5 11.137 22.5 13H24c0-2.741-2.399-4.946-5.12-4.736l.115 1.496ZM5.205 7.824a4.301 4.301 0 0 1 2.921.496l.748-1.3a5.801 5.801 0 0 0-3.947-.67l.279 1.474Zm.417 8.41A4.25 4.25 0 0 1 1.75 12H.25a5.75 5.75 0 0 0 5.24 5.728l.132-1.495ZM18.5 17.75h.75v-1.5h-.75v1.5Zm-2.97-.78-3-3-1.06 1.06 3 3 1.06-1.06Zm-4.06-3-3 3 1.06 1.06 3-3-1.06-1.06ZM12.75 23v-8.5h-1.5V23h1.5Z" fill="#000"/></svg>
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="m5.066 7.087.14.737-.14-.737Zm13.872 1.925-.742-.11a.75.75 0 0 0 .8.858l-.058-.748ZM8.126 8.32a.75.75 0 1 0 .748-1.3l-.748 1.3Zm-2.635 9.408a.75.75 0 1 0 .131-1.495l-.131 1.495ZM18.5 16.25a.75.75 0 0 0 0 1.5v-1.5ZM11.25 23a.75.75 0 0 0 1.5 0h-1.5Zm3.22-4.97a.75.75 0 1 0 1.06-1.06l-1.06 1.06ZM12 14.5l.53-.53a.75.75 0 0 0-1.06 0l.53.53Zm-3.53 2.47a.75.75 0 1 0 1.06 1.06l-1.06-1.06ZM22.5 13a3.25 3.25 0 0 1-3.25 3.25v1.5A4.75 4.75 0 0 0 24 13h-1.5ZM1.75 12a4.252 4.252 0 0 1 3.456-4.176L4.927 6.35A5.752 5.752 0 0 0 .25 12h1.5Zm4.062-4.828C6.195 3.822 9.184 1.75 12 1.75V.25c-3.456 0-7.195 2.528-7.679 6.752l1.49.17ZM12 1.75c4.143 0 6.7 3.737 6.196 7.153l1.484.218C20.3 4.913 17.17.25 12 .25v1.5Zm6.995 8.01C20.85 9.617 22.5 11.137 22.5 13H24c0-2.741-2.399-4.946-5.12-4.736l.115 1.496ZM5.205 7.824a4.301 4.301 0 0 1 2.921.496l.748-1.3a5.801 5.801 0 0 0-3.947-.67l.279 1.474Zm.417 8.41A4.25 4.25 0 0 1 1.75 12H.25a5.75 5.75 0 0 0 5.24 5.728l.132-1.495ZM18.5 17.75h.75v-1.5h-.75v1.5Zm-2.97-.78-3-3-1.06 1.06 3 3 1.06-1.06Zm-4.06-3-3 3 1.06 1.06 3-3-1.06-1.06ZM12.75 23v-8.5h-1.5V23h1.5Z" fill="#000"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/assets/icons/cookie.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.813 9.003h.347m-4.337 2.361h.346m6.43-5.237a2.333 2.333 0 0 1-2.334-2.348 2.314 2.314 0 0 1-2.511.2A2.334 2.334 0 0 1 7.716 1a6.998 6.998 0 0 0-6.434 5.03 7.006 7.006 0 0 0 2.707 7.707 6.998 6.998 0 0 0 10.672-3.586 7.005 7.005 0 0 0 .005-4.29 2.309 2.309 0 0 1-1.067.266ZM7 6.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm4.239 2.503c0 .183-.16.243-.248.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Zm-3.99 2.361c0 .184-.16.244-.249.244-.092 0-.252-.06-.252-.244 0-.196.16-.256.252-.256.088 0 .248.06.248.256Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M10.813 9.003h.347m-4.337 2.361h.346m6.43-5.237a2.333 2.333 0 0 1-2.334-2.348 2.314 2.314 0 0 1-2.511.2A2.334 2.334 0 0 1 7.716 1a6.998 6.998 0 0 0-6.434 5.03 7.006 7.006 0 0 0 2.707 7.707 6.998 6.998 0 0 0 10.672-3.586 7.005 7.005 0 0 0 .005-4.29 2.309 2.309 0 0 1-1.067.266ZM7 6.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm4.239 2.503c0 .183-.16.243-.248.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Zm-3.99 2.361c0 .184-.16.244-.249.244-.092 0-.252-.06-.252-.244 0-.196.16-.256.252-.256.088 0 .248.06.248.256Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.823 10.008h.346M18.836 13h.346m-12.35 4.005h.346m13.62-7.948a3.665 3.665 0 0 1-3.668-3.69 3.636 3.636 0 0 1-3.945.314A3.668 3.668 0 0 1 11.554 1 10.997 10.997 0 0 0 1.443 8.904a11.009 11.009 0 0 0 4.255 12.11 10.997 10.997 0 0 0 16.769-5.633c.708-2.192.71-4.55.009-6.743a3.628 3.628 0 0 1-1.677.42ZM10 10.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Zm6 7a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm-1.752-7.492c0 .183-.16.243-.248.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257ZM19.261 13c0 .183-.16.243-.248.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257ZM7.257 17.005c0 .184-.16.244-.248.244-.092 0-.252-.06-.252-.244 0-.197.16-.256.252-.256.088 0 .248.06.248.256Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M13.823 10.008h.346M18.836 13h.346m-12.35 4.005h.346m13.62-7.948a3.665 3.665 0 0 1-3.668-3.69 3.636 3.636 0 0 1-3.945.314A3.668 3.668 0 0 1 11.554 1 10.997 10.997 0 0 0 1.443 8.904a11.009 11.009 0 0 0 4.255 12.11 10.997 10.997 0 0 0 16.769-5.633c.708-2.192.71-4.55.009-6.743a3.628 3.628 0 0 1-1.677.42ZM10 10.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Zm6 7a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm-1.752-7.492c0 .183-.16.243-.248.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257ZM19.261 13c0 .183-.16.243-.248.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257ZM7.257 17.005c0 .184-.16.244-.248.244-.092 0-.252-.06-.252-.244 0-.197.16-.256.252-.256.088 0 .248.06.248.256Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/assets/icons/diamond.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.31 1.61a.989.989 0 0 1 .342.306l2.154 3.086c.131.188.2.417.194.651M12.31 1.61a.916.916 0 0 0-.433-.11H4.125a.915.915 0 0 0-.434.11m8.62 0-1.353 4.043M3.691 1.61a.989.989 0 0 0-.342.306L1.194 5.002c-.131.188-.2.417-.194.651M3.691 1.61l1.352 4.043M1 5.653c.006.234.085.46.225.64l6.032 7.835c.182.233.46.372.743.372M1 5.653h4.043M8 14.5c.283 0 .561-.14.743-.372l6.032-7.836c.14-.18.22-.405.225-.639M8 14.5 5.043 5.653M8 14.5l2.958-8.847m4.042 0h-4.042m-5.915 0h5.915" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M12.31 1.61a.989.989 0 0 1 .342.306l2.154 3.086c.131.188.2.417.194.651M12.31 1.61a.916.916 0 0 0-.433-.11H4.125a.915.915 0 0 0-.434.11m8.62 0-1.353 4.043M3.691 1.61a.989.989 0 0 0-.342.306L1.194 5.002c-.131.188-.2.417-.194.651M3.691 1.61l1.352 4.043M1 5.653c.006.234.085.46.225.64l6.032 7.835c.182.233.46.372.743.372M1 5.653h4.043M8 14.5c.283 0 .561-.14.743-.372l6.032-7.836c.14-.18.22-.405.225-.639M8 14.5 5.043 5.653M8 14.5l2.958-8.847m4.042 0h-4.042m-5.915 0h5.915" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
|
package/assets/icons/dog.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.966 2.267c.066.224.073.468 0 .716A18.384 18.384 0 0 1 3.48 6.577c-.34.645-1.298.656-1.654.02C1.208 5.503.616 3.95 1.32 2.782a3.093 3.093 0 0 1 1.968-1.514c.738-.166 1.479.323 1.679.999Zm0 0c.441-.344.863-.691 1.383-.917a4.307 4.307 0 0 1 3.299-.042c.531.214.97.546 1.406.907m0 0c-.082.244-.096.51-.02.768a18.388 18.388 0 0 0 1.486 3.594c.333.632 1.296.66 1.654.02.618-1.094 1.21-2.646.507-3.815-.475-.877-1.622-1.802-2.679-1.491a1.453 1.453 0 0 0-.948.924ZM3.195 10c.381 1.698 1.117 3.207 2.258 4.113 1.49 1.183 3.703 1.183 5.192 0 1.14-.906 1.877-2.415 2.258-4.113M5.985 6.664h.023m3.977 0h.023m-.549 4.126c0 .517-.631.936-1.41.936-.779 0-1.41-.419-1.41-.936 0-.517.631-.936 1.41-.936.779 0 1.41.419 1.41.936Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M4.966 2.267c.066.224.073.468 0 .716A18.384 18.384 0 0 1 3.48 6.577c-.34.645-1.298.656-1.654.02C1.208 5.503.616 3.95 1.32 2.782a3.093 3.093 0 0 1 1.968-1.514c.738-.166 1.479.323 1.679.999Zm0 0c.441-.344.863-.691 1.383-.917a4.307 4.307 0 0 1 3.299-.042c.531.214.97.546 1.406.907m0 0c-.082.244-.096.51-.02.768a18.388 18.388 0 0 0 1.486 3.594c.333.632 1.296.66 1.654.02.618-1.094 1.21-2.646.507-3.815-.475-.877-1.622-1.802-2.679-1.491a1.453 1.453 0 0 0-.948.924ZM3.195 10c.381 1.698 1.117 3.207 2.258 4.113 1.49 1.183 3.703 1.183 5.192 0 1.14-.906 1.877-2.415 2.258-4.113M5.985 6.664h.023m3.977 0h.023m-.549 4.126c0 .517-.631.936-1.41.936-.779 0-1.41-.419-1.41-.936 0-.517.631-.936 1.41-.936.779 0 1.41.419 1.41.936Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.008 13.442c-.448 3.34-1.685 6.444-3.85 8.164M4.146 13.442c.447 3.34 1.685 6.444 3.85 8.164m4.08-3.75c1.224 0 2.216-.66 2.216-1.472 0-.812-.992-1.471-2.216-1.471-1.223 0-2.215.659-2.215 1.471 0 .813.992 1.472 2.215 1.472Zm0 0c-.693 1.38-2.336 3.75-4.08 3.75m4.08-3.75c.693 1.38 2.336 3.75 4.08 3.75M7.232 2.99c.104.352.114.736 0 1.125a28.889 28.889 0 0 1-2.335 5.647c-.534 1.014-2.04 1.032-2.598.032C1.327 8.076.395 5.637 1.5 3.8a4.86 4.86 0 0 1 3.093-2.378c1.16-.262 2.324.507 2.638 1.569Zm0 0c.694-.54 1.357-1.086 2.174-1.441a6.769 6.769 0 0 1 5.183-.067c.836.338 1.524.86 2.21 1.426m0 0a2 2 0 0 0-.03 1.207 28.884 28.884 0 0 0 2.334 5.647c.523.993 2.037 1.037 2.598.032.972-1.719 1.904-4.158.798-5.995-.747-1.377-2.549-2.831-4.21-2.343A2.284 2.284 0 0 0 16.8 2.91ZM7.997 21.606c2.341 1.859 5.82 1.859 8.16 0M8.823 10.005h.346m5.652 0h.346m-5.919 0c0 .183-.16.243-.248.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Zm5.998 0c0 .183-.16.243-.248.243-.091 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M20.008 13.442c-.448 3.34-1.685 6.444-3.85 8.164M4.146 13.442c.447 3.34 1.685 6.444 3.85 8.164m4.08-3.75c1.224 0 2.216-.66 2.216-1.472 0-.812-.992-1.471-2.216-1.471-1.223 0-2.215.659-2.215 1.471 0 .813.992 1.472 2.215 1.472Zm0 0c-.693 1.38-2.336 3.75-4.08 3.75m4.08-3.75c.693 1.38 2.336 3.75 4.08 3.75M7.232 2.99c.104.352.114.736 0 1.125a28.889 28.889 0 0 1-2.335 5.647c-.534 1.014-2.04 1.032-2.598.032C1.327 8.076.395 5.637 1.5 3.8a4.86 4.86 0 0 1 3.093-2.378c1.16-.262 2.324.507 2.638 1.569Zm0 0c.694-.54 1.357-1.086 2.174-1.441a6.769 6.769 0 0 1 5.183-.067c.836.338 1.524.86 2.21 1.426m0 0a2 2 0 0 0-.03 1.207 28.884 28.884 0 0 0 2.334 5.647c.523.993 2.037 1.037 2.598.032.972-1.719 1.904-4.158.798-5.995-.747-1.377-2.549-2.831-4.21-2.343A2.284 2.284 0 0 0 16.8 2.91ZM7.997 21.606c2.341 1.859 5.82 1.859 8.16 0M8.823 10.005h.346m5.652 0h.346m-5.919 0c0 .183-.16.243-.248.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Zm5.998 0c0 .183-.16.243-.248.243-.091 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.5 9.527V4.563M8.5 12h.024m7.68-3.5a7.703 7.703 0 1 1-15.407 0 7.703 7.703 0 0 1 15.406 0Z" stroke="#000" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 13.5V6.25m-.177 10.758h.346M23.25 12c0 6.213-5.037 11.25-11.25 11.25S.75 18.213.75 12 5.787.75 12 .75 23.25 5.787 23.25 12Zm-11.002 5.008c0 .183-.16.243-.248.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Z" stroke="#000" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.718 4.985a.75.75 0 0 0 1.144-.97l-1.144.97ZM4 15.593a.75.75 0 0 0 0-1.5v1.5ZM2 1v.75V1Zm5.857 0v.75V1Zm.763.353-.572.485.572-.485Zm-6.87 12.49V2H.25v11.843h1.5ZM2 1.75h5.857V.25H2v1.5Zm6.048.088 2.67 3.147 1.144-.97L9.192.868l-1.144.97ZM2 15.593h2v-1.5H2v1.5ZM1.75 2A.25.25 0 0 1 2 1.75V.25A1.75 1.75 0 0 0 .25 2h1.5ZM.25 13.843c0 .966.784 1.75 1.75 1.75v-1.5a.25.25 0 0 1-.25-.25H.25ZM7.857 1.75a.25.25 0 0 1 .19.088l1.144-.97A1.75 1.75 0 0 0 7.857.25v1.5ZM5.497 13c.983 0 1.535-.625 1.535-1.646V8.07h-.951v3.3c0 .548-.21.798-.578.798-.349 0-.609-.216-.609-.73H4C4 12.466 4.514 13 5.497 13Zm4.3-4.93h-1.77v4.86h.952v-1.874h.818c.958 0 1.516-.55 1.516-1.493 0-.945-.558-1.494-1.516-1.494Zm-.152 2.152H8.98v-1.32h.666c.482 0 .704.21.704.66 0 .452-.222.66-.704.66Zm6.345.077h-2.214v.833h1.262c-.013.667-.406.965-1.021.965-.698 0-1.225-.687-1.225-1.597 0-.91.527-1.597 1.225-1.597.716 0 .983.534 1.04.757l.786-.396C15.621 8.486 14.987 8 14.03 8c-1.294 0-2.207 1.035-2.207 2.5s.913 2.5 2.207 2.5c1.263 0 2.075-.896 1.96-2.701Z" fill="#000"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 23H2.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h10.036a1 1 0 0 1 .764.354l4.963 5.866a1 1 0 0 1 .237.646V9" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.245 19c1.475 0 2.303-.875 2.303-2.304v-4.599H9.121v4.618c0 .768-.314 1.118-.866 1.118-.523 0-.913-.301-.913-1.02H6C6 18.25 6.77 19 8.245 19Zm6.451-6.903h-2.655v6.806h1.428v-2.625h1.227c1.437 0 2.274-.768 2.274-2.09 0-1.323-.837-2.09-2.274-2.09Zm-.228 3.014h-1v-1.847h1c.723 0 1.056.292 1.056.924 0 .631-.333.923-1.056.923Zm9.516.107h-3.32v1.167h1.893c-.02.933-.61 1.351-1.532 1.351-1.047 0-1.836-.962-1.836-2.236 0-1.274.79-2.236 1.836-2.236 1.075 0 1.475.748 1.56 1.06l1.18-.555C23.432 12.681 22.481 12 21.044 12c-1.941 0-3.311 1.449-3.311 3.5s1.37 3.5 3.31 3.5c1.894 0 3.112-1.254 2.941-3.782Z" fill="#000"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.718 4.985a.75.75 0 0 0 1.144-.97l-1.144.97ZM4 15.593a.75.75 0 0 0 0-1.5v1.5ZM2 1v.75V1Zm5.857 0v.75V1Zm.763.353-.572.485.572-.485Zm-6.87 12.49V2H.25v11.843h1.5ZM2 1.75h5.857V.25H2v1.5Zm6.048.088 2.67 3.147 1.144-.97L9.192.868l-1.144.97ZM2 15.593h2v-1.5H2v1.5ZM1.75 2A.25.25 0 0 1 2 1.75V.25A1.75 1.75 0 0 0 .25 2h1.5ZM.25 13.843c0 .966.784 1.75 1.75 1.75v-1.5a.25.25 0 0 1-.25-.25H.25ZM7.857 1.75a.25.25 0 0 1 .19.088l1.144-.97A1.75 1.75 0 0 0 7.857.25v1.5ZM5.698 8.07H4v4.86h.913v-1.874h.785c.919 0 1.455-.55 1.455-1.493 0-.945-.536-1.494-1.455-1.494Zm-.146 2.152h-.64v-1.32h.64c.463 0 .676.21.676.66 0 .452-.213.66-.676.66Zm4.76-2.152v2.944L8.347 8.069h-.585v4.862h.828v-2.855l1.966 2.855h.584V8.069h-.828Zm5.678 2.229h-2.124v.833h1.21c-.011.667-.389.965-.979.965-.67 0-1.175-.687-1.175-1.597 0-.91.505-1.597 1.175-1.597.688 0 .943.534.998.757l.755-.396C15.637 8.486 15.028 8 14.11 8c-1.242 0-2.119 1.035-2.119 2.5s.877 2.5 2.118 2.5c1.211 0 1.99-.896 1.88-2.701Z" fill="#000"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 23H2.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h10.036a1 1 0 0 1 .764.354l4.963 5.866a1 1 0 0 1 .237.646V9" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.472 12.097H6v6.806h1.33v-2.625h1.142c1.338 0 2.118-.768 2.118-2.09 0-1.323-.78-2.09-2.118-2.09Zm-.213 3.014h-.93v-1.847h.93c.674 0 .984.292.984.924 0 .631-.31.923-.984.923Zm6.931-3.014v4.122l-2.862-4.122h-.85v6.806h1.204v-3.996l2.862 3.996h.85v-6.806H15.19Zm8.265 3.121h-3.092v1.167h1.763c-.018.933-.567 1.351-1.427 1.351-.974 0-1.71-.962-1.71-2.236 0-1.274.736-2.236 1.71-2.236 1.002 0 1.374.748 1.454 1.06l1.098-.555C22.941 12.681 22.055 12 20.717 12c-1.807 0-3.083 1.449-3.083 3.5S18.91 19 20.717 19c1.763 0 2.898-1.254 2.738-3.782Z" fill="#000"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.362 2.7c-2.18.01-4.328 1.112-5.057 2.61a.997.997 0 0 0 .22 1.13L5.27 8.185m1.772 3.934c5.888-1.04 9.778-4.076 9.11-10.39a1.002 1.002 0 0 0-.882-.882C8.957.18 5.921 4.07 4.881 9.957m2.162 2.162-1.705 3.826a.51.51 0 0 1-.94-.069l-.597-2.679-2.679-.597a.51.51 0 0 1-.069-.94l3.828-1.703m2.162 2.162L4.881 9.957m9.42-1.319c-.012 2.18-1.113 4.328-2.61 5.057a.997.997 0 0 1-1.13-.219l-1.744-1.747" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.848 4.38a.773.773 0 1 1 0-1.547.773.773 0 0 1 0 1.546Z" fill="#000"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.8 3.555c-3.173.016-6.3 1.62-7.362 3.8-.253.56-.125 1.22.319 1.645L7.3 11.541m2.58 5.726c8.57-1.513 14.233-5.933 13.261-15.125A1.458 1.458 0 0 0 21.858.858C12.666-.114 8.246 5.55 6.733 14.12m3.147 3.147-2.483 5.57a.742.742 0 0 1-1.367-.1l-.87-3.9-3.9-.87a.742.742 0 0 1-.1-1.367l5.573-2.48m3.147 3.147L6.733 14.12m13.712-1.92c-.016 3.173-1.62 6.3-3.8 7.362a1.45 1.45 0 0 1-1.645-.32L12.462 16.7" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path fill-rule="evenodd" clip-rule="evenodd" d="M17.625 3.5a1.125 1.125 0 1 1 0 2.25 1.125 1.125 0 0 1 0-2.25Z" fill="#000"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 15h-3.702M1 15h3.703M8 8c-2.546-.946-3.987-2.811-4.397-5.534a1.458 1.458 0 0 1 .03-.545c.044-.177.121-.34.226-.48.104-.14.234-.25.38-.327A.985.985 0 0 1 4.703 1M8 8c2.546-.946 3.987-2.811 4.397-5.534a1.456 1.456 0 0 0-.03-.545 1.341 1.341 0 0 0-.226-.48 1.134 1.134 0 0 0-.38-.327.985.985 0 0 0-.463-.114M8 8c-2.546.947-3.987 2.812-4.397 5.535-.024.181-.014.367.03.544.044.177.121.34.226.48.105.14.234.25.38.327a.986.986 0 0 0 .464.114M8 8c2.546.947 3.987 2.812 4.397 5.535.024.181.014.367-.03.544a1.37 1.37 0 0 1-.226.48c-.104.14-.234.25-.38.327a.986.986 0 0 1-.463.114m0-14H4.702m6.594 0H15M4.703 1H1m3.703 14h6.594" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M15 15h-3.702M1 15h3.703M8 8c-2.546-.946-3.987-2.811-4.397-5.534a1.458 1.458 0 0 1 .03-.545c.044-.177.121-.34.226-.48.104-.14.234-.25.38-.327A.985.985 0 0 1 4.703 1M8 8c2.546-.946 3.987-2.811 4.397-5.534a1.456 1.456 0 0 0-.03-.545 1.341 1.341 0 0 0-.226-.48 1.134 1.134 0 0 0-.38-.327.985.985 0 0 0-.463-.114M8 8c-2.546.947-3.987 2.812-4.397 5.535-.024.181-.014.367.03.544.044.177.121.34.226.48.105.14.234.25.38.327a.986.986 0 0 0 .464.114M8 8c2.546.947 3.987 2.812 4.397 5.535.024.181.014.367-.03.544a1.37 1.37 0 0 1-.226.48c-.104.14-.234.25-.38.327a.986.986 0 0 1-.463.114m0-14H4.702m6.594 0H15M4.703 1H1m3.703 14h6.594" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.646 3.71h.347M4.733 1h6.534A3.733 3.733 0 0 1 15 4.733v6.534A3.733 3.733 0 0 1 11.267 15H4.733A3.733 3.733 0 0 1 1 11.267V4.733A3.733 3.733 0 0 1 4.733 1Zm6.378 7A3.111 3.111 0 1 1 4.89 8a3.111 3.111 0 0 1 6.222 0Zm.96-4.29c0 .182-.16.242-.248.242-.091 0-.251-.06-.251-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M11.646 3.71h.347M4.733 1h6.534A3.733 3.733 0 0 1 15 4.733v6.534A3.733 3.733 0 0 1 11.267 15H4.733A3.733 3.733 0 0 1 1 11.267V4.733A3.733 3.733 0 0 1 4.733 1Zm6.378 7A3.111 3.111 0 1 1 4.89 8a3.111 3.111 0 0 1 6.222 0Zm.96-4.29c0 .182-.16.242-.248.242-.091 0-.251-.06-.251-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.974 14.667v.75a.75.75 0 0 0 .75-.75h-.75Zm-2.92 0h-.75c0 .415.335.75.75.75v-.75Zm0-8.512v-.75a.75.75 0 0 0-.75.75h.75Zm2.92 0h.75a.75.75 0 0 0-.75-.75v.75Zm5.172 8.512v.75a.75.75 0 0 0 .75-.75h-.75Zm-3.071 0h-.75c0 .415.336.75.75.75v-.75Zm0-8.512v-.75a.75.75 0 0 0-.75.75h.75Zm3.071 0h.75a.75.75 0 0 0-.75-.75v.75Zm0 .959h-.75a.75.75 0 0 0 1.236.571l-.486-.571Zm2.573-.965V5.4h-.01l.01.75Zm3.228 8.518v.75a.75.75 0 0 0 .75-.75h-.75Zm-3.228 0h-.75c0 .415.336.75.75.75v-.75Zm0-4.486-.75-.004v.004h.75Zm-1.286-1.296v.75-.75Zm-6.459 5.032h-2.92v1.5h2.92v-1.5Zm-2.17.75V6.155h-1.5v8.512h1.5Zm-.75-7.762h2.92v-1.5h-2.92v1.5Zm2.17-.75v8.512h1.5V6.155h-1.5Zm5.172 4.026v4.486h1.5v-4.486h-1.5Zm.75 3.736H6.075v1.5h3.071v-1.5Zm-2.321.75V6.155h-1.5v8.512h1.5Zm-.75-7.762h3.071v-1.5H6.075v1.5Zm2.321-.75v.959h1.5v-.959h-1.5Zm1.236 1.53a3.307 3.307 0 0 1 2.097-.786l-.02-1.5a4.807 4.807 0 0 0-3.048 1.143l.97 1.143Zm2.087-.786c.753 0 1.338.272 1.75.771.425.516.728 1.354.728 2.583h1.5c0-1.458-.359-2.673-1.07-3.537-.727-.88-1.755-1.317-2.908-1.317v1.5Zm2.478 3.354v4.414h1.5v-4.414h-1.5Zm.75 3.664h-3.228v1.5h3.228v-1.5Zm-2.478.75v-4.486h-1.5v4.486h1.5Zm-2.036-6.532c-1.124 0-2.037.947-2.037 2.046h1.5c0-.29.26-.546.537-.546v-1.5Zm2.036 2.05c.005-1.106-.912-2.05-2.036-2.05v1.5c.282 0 .537.257.536.542l1.5.007ZM3.153 2.758a.675.675 0 0 1-.675.675v1.5a2.175 2.175 0 0 0 2.175-2.175h-1.5Zm-.675.675a.675.675 0 0 1-.675-.675h-1.5c0 1.201.974 2.175 2.175 2.175v-1.5Zm-.675-.675c0-.373.302-.675.675-.675v-1.5A2.175 2.175 0 0 0 .303 2.759h1.5Zm.675-.675c.373 0 .675.302.675.675h1.5A2.175 2.175 0 0 0 2.478.584v1.5Z" fill="#000"/></svg>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M3.974 14.667v.75a.75.75 0 0 0 .75-.75h-.75Zm-2.92 0h-.75c0 .415.335.75.75.75v-.75Zm0-8.512v-.75a.75.75 0 0 0-.75.75h.75Zm2.92 0h.75a.75.75 0 0 0-.75-.75v.75Zm5.172 8.512v.75a.75.75 0 0 0 .75-.75h-.75Zm-3.071 0h-.75c0 .415.336.75.75.75v-.75Zm0-8.512v-.75a.75.75 0 0 0-.75.75h.75Zm3.071 0h.75a.75.75 0 0 0-.75-.75v.75Zm0 .959h-.75a.75.75 0 0 0 1.236.571l-.486-.571Zm2.573-.965V5.4h-.01l.01.75Zm3.228 8.518v.75a.75.75 0 0 0 .75-.75h-.75Zm-3.228 0h-.75c0 .415.336.75.75.75v-.75Zm0-4.486-.75-.004v.004h.75Zm-1.286-1.296v.75-.75Zm-6.459 5.032h-2.92v1.5h2.92v-1.5Zm-2.17.75V6.155h-1.5v8.512h1.5Zm-.75-7.762h2.92v-1.5h-2.92v1.5Zm2.17-.75v8.512h1.5V6.155h-1.5Zm5.172 4.026v4.486h1.5v-4.486h-1.5Zm.75 3.736H6.075v1.5h3.071v-1.5Zm-2.321.75V6.155h-1.5v8.512h1.5Zm-.75-7.762h3.071v-1.5H6.075v1.5Zm2.321-.75v.959h1.5v-.959h-1.5Zm1.236 1.53a3.307 3.307 0 0 1 2.097-.786l-.02-1.5a4.807 4.807 0 0 0-3.048 1.143l.97 1.143Zm2.087-.786c.753 0 1.338.272 1.75.771.425.516.728 1.354.728 2.583h1.5c0-1.458-.359-2.673-1.07-3.537-.727-.88-1.755-1.317-2.908-1.317v1.5Zm2.478 3.354v4.414h1.5v-4.414h-1.5Zm.75 3.664h-3.228v1.5h3.228v-1.5Zm-2.478.75v-4.486h-1.5v4.486h1.5Zm-2.036-6.532c-1.124 0-2.037.947-2.037 2.046h1.5c0-.29.26-.546.537-.546v-1.5Zm2.036 2.05c.005-1.106-.912-2.05-2.036-2.05v1.5c.282 0 .537.257.536.542l1.5.007ZM3.153 2.758a.675.675 0 0 1-.675.675v1.5a2.175 2.175 0 0 0 2.175-2.175h-1.5Zm-.675.675a.675.675 0 0 1-.675-.675h-1.5c0 1.201.974 2.175 2.175 2.175v-1.5Zm-.675-.675c0-.373.302-.675.675-.675v-1.5A2.175 2.175 0 0 0 .303 2.759h1.5Zm.675-.675c.373 0 .675.302.675.675h1.5A2.175 2.175 0 0 0 2.478.584v1.5Z" fill="#000"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.619 22.75v.75a.75.75 0 0 0 .75-.75h-.75Zm-4.869 0H0c0 .414.336.75.75.75v-.75Zm0-13.99v-.75a.75.75 0 0 0-.75.75h.75Zm4.869 0h.75a.75.75 0 0 0-.75-.75v.75Zm7.964 13.99v.75a.75.75 0 0 0 .75-.75h-.75Zm-5.12 0h-.75c0 .414.337.75.75.75v-.75Zm0-13.99v-.75a.75.75 0 0 0-.75.75h.75Zm5.12 0h.75a.75.75 0 0 0-.75-.75v.75Zm0 1.597h-.75a.75.75 0 0 0 1.235.572l-.485-.572ZM17.87 8.75V8h-.01l.01.75Zm5.38 14v.75a.75.75 0 0 0 .75-.75h-.75Zm-5.38 0h-.75c0 .414.336.75.75.75v-.75Zm0-7.281-.75-.004v.004h.75Zm-2.143-2.16v.75-.75ZM5.619 22H.75v1.5h4.869V22Zm-4.119.75V8.76H0v13.99h1.5ZM.75 9.51h4.869v-1.5H.75v1.5Zm4.119-.75v13.99h1.5V8.76h-1.5Zm7.964 6.709v7.281h1.5v-7.281h-1.5Zm.75 6.531h-5.12v1.5h5.12V22Zm-4.37.75V8.76h-1.5v13.99h1.5Zm-.75-13.24h5.12v-1.5h-5.12v1.5Zm4.37-.75v1.597h1.5V8.76h-1.5Zm1.235 2.169a6.012 6.012 0 0 1 3.812-1.43L17.86 8a7.512 7.512 0 0 0-4.762 1.785l.97 1.144ZM17.87 9.5c1.388 0 2.511.508 3.302 1.467.805.976 1.328 2.497 1.328 4.622H24c0-2.354-.579-4.252-1.67-5.576C21.225 8.673 19.658 8 17.87 8v1.5Zm4.63 6.09v7.16H24v-7.16h-1.5Zm.75 6.41h-5.38v1.5h5.38V22Zm-4.63.75v-7.281h-1.5v7.281h1.5Zm-2.893-10.19c-1.591 0-2.894 1.347-2.894 2.909h1.5c0-.752.65-1.41 1.394-1.41v-1.5Zm2.893 2.912c.008-1.569-1.3-2.912-2.893-2.912v1.5c.75 0 1.397.657 1.393 1.405l1.5.007ZM4.75 3.625c0 .897-.728 1.625-1.625 1.625v1.5c1.726 0 3.125-1.4 3.125-3.125h-1.5ZM3.125 5.25A1.625 1.625 0 0 1 1.5 3.625H0C0 5.351 1.4 6.75 3.125 6.75v-1.5ZM1.5 3.625C1.5 2.728 2.228 2 3.125 2V.5A3.125 3.125 0 0 0 0 3.625h1.5ZM3.125 2c.897 0 1.625.728 1.625 1.625h1.5C6.25 1.899 4.85.5 3.125.5V2Z" fill="#000"/></svg>
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M5.619 22.75v.75a.75.75 0 0 0 .75-.75h-.75Zm-4.869 0H0c0 .414.336.75.75.75v-.75Zm0-13.99v-.75a.75.75 0 0 0-.75.75h.75Zm4.869 0h.75a.75.75 0 0 0-.75-.75v.75Zm7.964 13.99v.75a.75.75 0 0 0 .75-.75h-.75Zm-5.12 0h-.75c0 .414.337.75.75.75v-.75Zm0-13.99v-.75a.75.75 0 0 0-.75.75h.75Zm5.12 0h.75a.75.75 0 0 0-.75-.75v.75Zm0 1.597h-.75a.75.75 0 0 0 1.235.572l-.485-.572ZM17.87 8.75V8h-.01l.01.75Zm5.38 14v.75a.75.75 0 0 0 .75-.75h-.75Zm-5.38 0h-.75c0 .414.336.75.75.75v-.75Zm0-7.281-.75-.004v.004h.75Zm-2.143-2.16v.75-.75ZM5.619 22H.75v1.5h4.869V22Zm-4.119.75V8.76H0v13.99h1.5ZM.75 9.51h4.869v-1.5H.75v1.5Zm4.119-.75v13.99h1.5V8.76h-1.5Zm7.964 6.709v7.281h1.5v-7.281h-1.5Zm.75 6.531h-5.12v1.5h5.12V22Zm-4.37.75V8.76h-1.5v13.99h1.5Zm-.75-13.24h5.12v-1.5h-5.12v1.5Zm4.37-.75v1.597h1.5V8.76h-1.5Zm1.235 2.169a6.012 6.012 0 0 1 3.812-1.43L17.86 8a7.512 7.512 0 0 0-4.762 1.785l.97 1.144ZM17.87 9.5c1.388 0 2.511.508 3.302 1.467.805.976 1.328 2.497 1.328 4.622H24c0-2.354-.579-4.252-1.67-5.576C21.225 8.673 19.658 8 17.87 8v1.5Zm4.63 6.09v7.16H24v-7.16h-1.5Zm.75 6.41h-5.38v1.5h5.38V22Zm-4.63.75v-7.281h-1.5v7.281h1.5Zm-2.893-10.19c-1.591 0-2.894 1.347-2.894 2.909h1.5c0-.752.65-1.41 1.394-1.41v-1.5Zm2.893 2.912c.008-1.569-1.3-2.912-2.893-2.912v1.5c.75 0 1.397.657 1.393 1.405l1.5.007ZM4.75 3.625c0 .897-.728 1.625-1.625 1.625v1.5c1.726 0 3.125-1.4 3.125-3.125h-1.5ZM3.125 5.25A1.625 1.625 0 0 1 1.5 3.625H0C0 5.351 1.4 6.75 3.125 6.75v-1.5ZM1.5 3.625C1.5 2.728 2.228 2 3.125 2V.5A3.125 3.125 0 0 0 0 3.625h1.5ZM3.125 2c.897 0 1.625.728 1.625 1.625h1.5C6.25 1.899 4.85.5 3.125.5V2Z" fill="#000"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/assets/icons/loupe.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.5 11.5 15 15m-3.182-8.59A5.41 5.41 0 1 1 1 6.41a5.41 5.41 0 0 1 10.818 0Z" stroke="#000" stroke-width="1.5" stroke-linecap="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.5 17.5 23 23M18 9.5a8.5 8.5 0 1 1-17 0 8.5 8.5 0 0 1 17 0Z" stroke="#000" stroke-width="1.5" stroke-linecap="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.925 3.482A3.855 3.855 0 1 0 4.5 10.115m3.425-6.633a3.857 3.857 0 0 1 6.254 1.735M7.925 3.481c.515.46.905 1.058 1.114 1.734m-2.375.71c.016-.145.04-.288.072-.428m.732 5.214V12a1 1 0 0 0 1 1H14a1 1 0 0 0 1-1v-1.288m-7.532 0v-1.96a1 1 0 0 1 1-1H14a1 1 0 0 1 1 1v1.96m-7.532 0H15" stroke="#000" stroke-width="1.5" stroke-linecap="round"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 6.969a6.75 6.75 0 1 0-5 11.763m5-11.763A6.752 6.752 0 0 1 23.176 11M12 6.969A6.738 6.738 0 0 1 14.176 11m-4.352 0a6.7 6.7 0 0 1 .656-2.057m-.23 10.807v2.5a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1v-2.5m-13 0v-4.5a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v4.5m-13 0h13" stroke="#000" stroke-width="1.5" stroke-linecap="round"/></svg>
|
package/assets/icons/news.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.125 4.2v9.025c0 .787-.638 1.425-1.425 1.425m0 0a1.425 1.425 0 0 1-1.425-1.425V2.3a.95.95 0 0 0-.95-.95h-9.5a.95.95 0 0 0-.95.95v10.925c0 .787.638 1.425 1.425 1.425h11.4ZM3.25 11.53H9.9M3.725 8.263h5.7c.262 0 .475-.186.475-.415V4.14c0-.228-.213-.414-.475-.414h-5.7c-.262 0-.475.186-.475.414v3.71c0 .228.213.414.475.414Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M15.125 4.2v9.025c0 .787-.638 1.425-1.425 1.425m0 0a1.425 1.425 0 0 1-1.425-1.425V2.3a.95.95 0 0 0-.95-.95h-9.5a.95.95 0 0 0-.95.95v10.925c0 .787.638 1.425 1.425 1.425h11.4ZM3.25 11.53H9.9M3.725 8.263h5.7c.262 0 .475-.186.475-.415V4.14c0-.228-.213-.414-.475-.414h-5.7c-.262 0-.475.186-.475.414v3.71c0 .228.213.414.475.414Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.25 6v14.25A2.25 2.25 0 0 1 21 22.5m0 0a2.25 2.25 0 0 1-2.25-2.25V3a1.5 1.5 0 0 0-1.5-1.5h-15A1.5 1.5 0 0 0 .75 3v17.25A2.25 2.25 0 0 0 3 22.5h18ZM4.5 15H15M4.5 18h6m-5.25-6.75h9a.75.75 0 0 0 .75-.75V6a.75.75 0 0 0-.75-.75h-9A.75.75 0 0 0 4.5 6v4.5c0 .414.336.75.75.75Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M23.25 6v14.25A2.25 2.25 0 0 1 21 22.5m0 0a2.25 2.25 0 0 1-2.25-2.25V3a1.5 1.5 0 0 0-1.5-1.5h-15A1.5 1.5 0 0 0 .75 3v17.25A2.25 2.25 0 0 0 3 22.5h18ZM4.5 15H15M4.5 18h6m-5.25-6.75h9a.75.75 0 0 0 .75-.75V6a.75.75 0 0 0-.75-.75h-9A.75.75 0 0 0 4.5 6v4.5c0 .414.336.75.75.75Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 13.85V3.015M8 13.85s-1.529-1.695-6.689-1.765A.32.32 0 0 1 1 11.762V1.573c0-.086.034-.169.095-.23a.315.315 0 0 1 .227-.093C6.472 1.318 8 3.015 8 3.015M8 13.85s1.529-1.695 6.689-1.765a.32.32 0 0 0 .311-.323V1.573a.325.325 0 0 0-.095-.23.315.315 0 0 0-.227-.093C9.528 1.318 8 3.015 8 3.015M6 7c-1.059-.356-1.886-.537-3-.617M6 9.65c-1.059-.356-1.886-.577-3-.656M10 7c1.059-.356 1.886-.42 3-.5m-3 3.15c1.059-.356 1.886-.577 3-.656" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 22.125V4.712m0 17.413S9.543 19.4 1.25 19.288a.515.515 0 0 1-.5-.519V2.394c0-.138.054-.271.152-.369a.506.506 0 0 1 .366-.15C9.545 1.985 12 4.712 12 4.712m0 17.413s2.457-2.725 10.75-2.837a.515.515 0 0 0 .5-.519V2.394a.522.522 0 0 0-.152-.369.506.506 0 0 0-.366-.15C14.455 1.985 12 4.712 12 4.712M9 11.18a21.265 21.265 0 0 0-5.26-1.055M9 15.375a21.256 21.256 0 0 0-5.26-1.055M15 11.18a21.264 21.264 0 0 1 5.26-1.055M15 15.375a21.255 21.255 0 0 1 5.26-1.055" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
package/assets/icons/phone.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.894 14.459c.687.4 1.433.61 2.233.522 1.075-.117 1.814-.742 2.541-1.47a1.16 1.16 0 0 0 0-1.623l-2.03-2.03a1.16 1.16 0 0 0-1.623 0 1.16 1.16 0 0 1-1.624 0L6.144 6.61a1.16 1.16 0 0 1 0-1.624 1.164 1.164 0 0 0 0-1.623l-2.03-2.032a1.16 1.16 0 0 0-1.624 0c-.727.728-1.352 1.467-1.47 2.542-.084.767.093 1.587.523 2.233a31.082 31.082 0 0 0 8.351 8.353Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M9.894 14.459c.687.4 1.433.61 2.233.522 1.075-.117 1.814-.742 2.541-1.47a1.16 1.16 0 0 0 0-1.623l-2.03-2.03a1.16 1.16 0 0 0-1.623 0 1.16 1.16 0 0 1-1.624 0L6.144 6.61a1.16 1.16 0 0 1 0-1.624 1.164 1.164 0 0 0 0-1.623l-2.03-2.032a1.16 1.16 0 0 0-1.624 0c-.727.728-1.352 1.467-1.47 2.542-.084.767.093 1.587.523 2.233a31.082 31.082 0 0 0 8.351 8.353Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.977 22.15c1.079.629 2.252.959 3.508.82 1.69-.184 2.85-1.165 3.994-2.31a1.823 1.823 0 0 0 0-2.551l-3.19-3.188a1.823 1.823 0 0 0-2.551 0 1.822 1.822 0 0 1-2.551 0L9.083 9.816a1.824 1.824 0 0 1 0-2.552c.687-.686.694-1.857 0-2.55L5.894 1.52a1.824 1.824 0 0 0-2.552 0c-1.144 1.144-2.124 2.305-2.31 3.994-.132 1.205.145 2.493.821 3.508A48.842 48.842 0 0 0 14.977 22.15Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M14.977 22.15c1.079.629 2.252.959 3.508.82 1.69-.184 2.85-1.165 3.994-2.31a1.823 1.823 0 0 0 0-2.551l-3.19-3.188a1.823 1.823 0 0 0-2.551 0 1.822 1.822 0 0 1-2.551 0L9.083 9.816a1.824 1.824 0 0 1 0-2.552c.687-.686.694-1.857 0-2.55L5.894 1.52a1.824 1.824 0 0 0-2.552 0c-1.144 1.144-2.124 2.305-2.31 3.994-.132 1.205.145 2.493.821 3.508A48.842 48.842 0 0 0 14.977 22.15Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/assets/icons/photo.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m3.545 11.182 2.186-2.686c.314-.386.907-.464 1.326-.175a.93.93 0 0 1 .101.082L7.807 9 9.89 6.44c.314-.386.907-.464 1.326-.175.072.05.136.109.19.175l1.685 2.071M1 11.181h14M4.095 4.247h.346M1.933 15A.933.933 0 0 1 1 14.067V1.933C1 1.418 1.418 1 1.933 1h12.134c.515 0 .933.418.933.933v12.134a.933.933 0 0 1-.933.933H1.933ZM4.521 4.246c0 .184-.16.244-.249.244-.091 0-.251-.06-.251-.244 0-.196.16-.256.251-.256.089 0 .249.06.249.256Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="m3.545 11.182 2.186-2.686c.314-.386.907-.464 1.326-.175a.93.93 0 0 1 .101.082L7.807 9 9.89 6.44c.314-.386.907-.464 1.326-.175.072.05.136.109.19.175l1.685 2.071M1 11.181h14M4.095 4.247h.346M1.933 15A.933.933 0 0 1 1 14.067V1.933C1 1.418 1.418 1 1.933 1h12.134c.515 0 .933.418.933.933v12.134a.933.933 0 0 1-.933.933H1.933ZM4.521 4.246c0 .184-.16.244-.249.244-.091 0-.251-.06-.251-.244 0-.196.16-.256.251-.256.089 0 .249.06.249.256Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m5 17 3.435-4.22c.492-.606 1.425-.73 2.083-.275.056.039.11.081.16.127l1.018.94 3.274-4.023c.493-.606 1.426-.73 2.084-.275.112.078.213.17.297.275L20 12.804M1 17h22M2.467 23C1.657 23 1 22.343 1 21.533V2.467C1 1.657 1.657 1 2.467 1h19.066C22.343 1 23 1.657 23 2.467v19.066c0 .81-.657 1.467-1.467 1.467H2.467ZM7.56 5.44a1.5 1.5 0 1 1-2.122 2.12A1.5 1.5 0 0 1 7.56 5.44Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="m5 17 3.435-4.22c.492-.606 1.425-.73 2.083-.275.056.039.11.081.16.127l1.018.94 3.274-4.023c.493-.606 1.426-.73 2.084-.275.112.078.213.17.297.275L20 12.804M1 17h22M2.467 23C1.657 23 1 22.343 1 21.533V2.467C1 1.657 1.657 1 2.467 1h19.066C22.343 1 23 1.657 23 2.467v19.066c0 .81-.657 1.467-1.467 1.467H2.467ZM7.56 5.44a1.5 1.5 0 1 1-2.122 2.12A1.5 1.5 0 0 1 7.56 5.44Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/assets/icons/pin.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m1 14.999 4.984-4.982m0 0L3.427 7.46a.947.947 0 0 1 .187-1.466 4.683 4.683 0 0 1 3.449-.505l2.586-4.065a.948.948 0 0 1 1.448-.158l3.637 3.637a.948.948 0 0 1-.159 1.448l-4.064 2.586a4.682 4.682 0 0 1-.504 3.45c-.3.51-1.042.612-1.467.186l-2.556-2.556Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="m1 14.999 4.984-4.982m0 0L3.427 7.46a.947.947 0 0 1 .187-1.466 4.683 4.683 0 0 1 3.449-.505l2.586-4.065a.948.948 0 0 1 1.448-.158l3.637 3.637a.948.948 0 0 1-.159 1.448l-4.064 2.586a4.682 4.682 0 0 1-.504 3.45c-.3.51-1.042.612-1.467.186l-2.556-2.556Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m1 22.998 7.831-7.83m0 0-4.017-4.016c-.67-.668-.51-1.834.294-2.305a7.358 7.358 0 0 1 5.419-.792l4.065-6.388c.495-.78 1.631-.893 2.275-.25l5.716 5.716c.652.653.517 1.787-.25 2.276l-6.388 4.064a7.359 7.359 0 0 1-.792 5.42c-.471.803-1.637.963-2.305.293l-4.017-4.017Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="m1 22.998 7.831-7.83m0 0-4.017-4.016c-.67-.668-.51-1.834.294-2.305a7.358 7.358 0 0 1 5.419-.792l4.065-6.388c.495-.78 1.631-.893 2.275-.25l5.716 5.716c.652.653.517 1.787-.25 2.276l-6.388 4.064a7.359 7.359 0 0 1-.792 5.42c-.471.803-1.637.963-2.305.293l-4.017-4.017Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
|
package/assets/icons/play.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 2.02v11.96c0 .752.831 1.26 1.488.903l10.995-5.98c.68-.37.699-1.427 0-1.808L2.988 1.115C2.345.766 1.5 1.252 1.5 2.02Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M1.5 2.02v11.96c0 .752.831 1.26 1.488.903l10.995-5.98c.68-.37.699-1.427 0-1.808L2.988 1.115C2.345.766 1.5 1.252 1.5 2.02Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
|