@dnb/eufemia 9.30.0 → 9.32.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 +63 -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 +100 -94
- 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 +36 -39
- 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 +5 -3
- package/cjs/components/avatar/Avatar.js +1 -3
- package/cjs/components/avatar/AvatarGroup.d.ts +2 -2
- 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.d.ts +3 -3
- package/cjs/components/badge/Badge.js +1 -17
- package/cjs/components/breadcrumb/Breadcrumb.d.ts +14 -8
- package/cjs/components/breadcrumb/Breadcrumb.js +26 -28
- package/cjs/components/breadcrumb/BreadcrumbItem.d.ts +2 -0
- package/cjs/components/breadcrumb/BreadcrumbItem.js +16 -11
- package/cjs/components/breadcrumb/BreadcrumbMultiple.d.ts +10 -0
- package/cjs/components/breadcrumb/BreadcrumbMultiple.js +52 -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 +7 -9
- 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 +2 -4
- 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 +2 -2
- 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.d.ts +2 -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 +10 -3
- package/cjs/components/tag/Tag.js +8 -9
- package/cjs/components/tag/TagGroup.d.ts +2 -2
- 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.d.ts +2 -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 +5 -3
- 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 +16 -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.d.ts +4 -2
- package/cjs/elements/Element.js +1 -3
- package/cjs/elements/Li.d.ts +6 -26
- package/cjs/elements/Li.js +0 -23
- package/cjs/elements/Link.d.ts +3 -1
- package/cjs/elements/Ol.d.ts +20 -29
- package/cjs/elements/Ol.js +0 -33
- package/cjs/elements/Ul.d.ts +20 -30
- package/cjs/elements/Ul.js +0 -35
- package/cjs/elements/lib.d.ts +19 -8
- 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 +14 -7
- 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 +4 -23
- package/cjs/shared/interfaces.js +24 -1
- 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/types.d.ts +35 -0
- package/cjs/shared/types.js +1 -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 +129 -112
- package/cjs/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +5 -5
- package/cjs/style/themes/theme-ui/dnb-theme-ui.css +127 -110
- 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 +100 -94
- package/components/accordion/style/themes/dnb-accordion-theme-ui.min.css +3 -3
- package/components/accordion/style/themes/dnb-accordion-theme-ui.scss +36 -39
- 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 +5 -3
- package/components/avatar/Avatar.js +2 -3
- package/components/avatar/AvatarGroup.d.ts +2 -2
- 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.d.ts +3 -3
- package/components/badge/Badge.js +2 -16
- package/components/breadcrumb/Breadcrumb.d.ts +14 -8
- package/components/breadcrumb/Breadcrumb.js +26 -27
- package/components/breadcrumb/BreadcrumbItem.d.ts +2 -0
- package/components/breadcrumb/BreadcrumbItem.js +16 -11
- package/components/breadcrumb/BreadcrumbMultiple.d.ts +10 -0
- package/components/breadcrumb/BreadcrumbMultiple.js +33 -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 +7 -9
- 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 +2 -4
- 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 +2 -2
- 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.d.ts +2 -2
- 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 +10 -3
- package/components/tag/Tag.js +9 -9
- package/components/tag/TagGroup.d.ts +2 -2
- 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.d.ts +2 -2
- 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 +5 -3
- package/elements/Anchor.js +4 -5
- package/elements/Dd.d.ts +10 -26
- package/elements/Dd.js +0 -22
- package/elements/Dl.d.ts +16 -26
- package/elements/Dl.js +19 -23
- package/elements/Dt.d.ts +10 -26
- package/elements/Dt.js +0 -22
- package/elements/Element.d.ts +4 -2
- package/elements/Element.js +2 -3
- package/elements/Li.d.ts +6 -26
- package/elements/Li.js +0 -20
- package/elements/Link.d.ts +3 -1
- package/elements/Ol.d.ts +20 -29
- package/elements/Ol.js +0 -28
- package/elements/Ul.d.ts +20 -30
- package/elements/Ul.js +0 -30
- package/elements/lib.d.ts +19 -8
- 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 +100 -94
- 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 +36 -39
- 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 +5 -3
- package/es/components/avatar/Avatar.js +2 -3
- package/es/components/avatar/AvatarGroup.d.ts +2 -2
- 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.d.ts +3 -3
- package/es/components/badge/Badge.js +2 -9
- package/es/components/breadcrumb/Breadcrumb.d.ts +14 -8
- package/es/components/breadcrumb/Breadcrumb.js +26 -22
- package/es/components/breadcrumb/BreadcrumbItem.d.ts +2 -0
- package/es/components/breadcrumb/BreadcrumbItem.js +12 -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 +7 -9
- 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 +2 -4
- 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 +2 -2
- 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.d.ts +2 -2
- 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 +10 -3
- package/es/components/tag/Tag.js +10 -10
- package/es/components/tag/TagGroup.d.ts +2 -2
- 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.d.ts +2 -2
- 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 +5 -3
- 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 +16 -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.d.ts +4 -2
- package/es/elements/Element.js +2 -3
- package/es/elements/Li.d.ts +6 -26
- package/es/elements/Li.js +0 -15
- package/es/elements/Link.d.ts +3 -1
- package/es/elements/Ol.d.ts +20 -29
- package/es/elements/Ol.js +0 -21
- package/es/elements/Ul.d.ts +20 -30
- package/es/elements/Ul.js +0 -23
- package/es/elements/lib.d.ts +19 -8
- 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 +14 -7
- 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 +4 -23
- package/es/shared/interfaces.js +1 -1
- 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/types.d.ts +35 -0
- package/es/shared/types.js +1 -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 +129 -112
- package/es/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +5 -5
- package/es/style/themes/theme-ui/dnb-theme-ui.css +127 -110
- 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 +14 -7
- 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 +4 -23
- package/shared/interfaces.js +1 -1
- 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/types.d.ts +35 -0
- package/shared/types.js +1 -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 +129 -112
- package/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +5 -5
- package/style/themes/theme-ui/dnb-theme-ui.css +127 -110
- 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 +5 -5
- 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/esm/dnb-ui-icons.min.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import e from"react";function t(){return t=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},t.apply(this,arguments)}var n,r,o,i,h,a,l,s,m,w,v,c,d,g,u,Z,p,f,k,M,x,E,L,B,_,V,H,j,A,W,b,y,O,q,C,P,z,D,F,G,I,J,K,N,Q=function(r){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r),n||(n=e.createElement("path",{d:"M7.25 14a.75.75 0 0 0 1.5 0h-1.5Zm1.5-12a.75.75 0 0 0-1.5 0h1.5ZM14 8.75a.75.75 0 0 0 0-1.5v1.5ZM2 7.25a.75.75 0 0 0 0 1.5v-1.5ZM8.75 14V2h-1.5v12h1.5ZM14 7.25H2v1.5h12v-1.5Z",fill:"#000"})))},R=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),r||(r=e.createElement("path",{d:"M3.53 9.22a.75.75 0 0 0-1.06 1.06l1.06-1.06ZM8 14.75l-.53.53a.75.75 0 0 0 1.06 0L8 14.75Zm5.53-4.47a.75.75 0 1 0-1.06-1.06l1.06 1.06ZM8.75 1.25a.75.75 0 0 0-1.5 0h1.5Zm-6.28 9.03 5 5 1.06-1.06-5-5-1.06 1.06Zm6.06 5 5-5-1.06-1.06-5 5 1.06 1.06ZM7.25 1.25v13.5h1.5V1.25h-1.5Z",fill:"#000"})))},S=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),o||(o=e.createElement("path",{d:"M14.5 8H1m5-5L1 8m0 0 5 5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},T=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),i||(i=e.createElement("path",{d:"M1.5 8H15m-5 5 5-5m0 0-5-5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},U=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),h||(h=e.createElement("path",{d:"M2.47 5.72a.75.75 0 0 0 1.06 1.06L2.47 5.72ZM8 1.25l.53-.53a.75.75 0 0 0-1.06 0l.53.53Zm4.47 5.53a.75.75 0 1 0 1.06-1.06l-1.06 1.06Zm-5.22 7.97a.75.75 0 0 0 1.5 0h-1.5ZM3.53 6.78l5-5L7.47.72l-5 5 1.06 1.06Zm3.94-5 5 5 1.06-1.06-5-5-1.06 1.06Zm1.28 12.97V1.25h-1.5v13.5h1.5Z",fill:"#000"})))},X=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),a||(a=e.createElement("path",{d:"M6.756 14.067a1.299 1.299 0 0 0 2.492 0M8 2.4a4.667 4.667 0 0 1 4.667 4.667c0 4.384.933 5.133.933 5.133H2.4s.933-1.192.933-5.133A4.667 4.667 0 0 1 8 2.4Zm0 0V1",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},Y=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),l||(l=e.createElement("path",{d:"M6.006 1a.75.75 0 1 0-1.5 0h1.5Zm-1.5 3.256a.75.75 0 1 0 1.5 0h-1.5ZM11.5 1A.75.75 0 0 0 10 1h1.5ZM10 4.256a.75.75 0 0 0 1.5 0H10ZM2 15.75h12v-1.5H2v1.5ZM4.506 1v3.256h1.5V1h-1.5ZM10 1v3.256h1.5V1H10Zm4 .878H2v1.5h12v-1.5ZM.25 3.628V7.5h1.5V3.628H.25Zm0 3.872V14h1.5V7.5H.25Zm15.5 6.5V7.5h-1.5V14h1.5Zm0-6.5V3.628h-1.5V7.5h1.5ZM1 8.25h14v-1.5H1v1.5Zm13-4.872a.25.25 0 0 1 .25.25h1.5A1.75 1.75 0 0 0 14 1.878v1.5Zm0 12.372A1.75 1.75 0 0 0 15.75 14h-1.5a.25.25 0 0 1-.25.25v1.5Zm-12-1.5a.25.25 0 0 1-.25-.25H.25c0 .966.784 1.75 1.75 1.75v-1.5ZM2 1.878a1.75 1.75 0 0 0-1.75 1.75h1.5a.25.25 0 0 1 .25-.25v-1.5Z",fill:"#000"})))},$=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),s||(s=e.createElement("path",{d:"m1 10 4 4L15 2",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},ee=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),m||(m=e.createElement("path",{d:"m13 5.5-5 5-5-5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},te=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),w||(w=e.createElement("path",{d:"M10 3 5 8l5 5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},ne=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),v||(v=e.createElement("path",{d:"m6 13 5-5-5-5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},re=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),c||(c=e.createElement("path",{d:"m3 10.5 5-5 5 5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},oe=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),d||(d=e.createElement("path",{d:"M3 13 13 3m0 10L3 3",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},ie=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),g||(g=e.createElement("path",{d:"M5.874 7.75a.75.75 0 0 0-1.06 1.062l1.06-1.061ZM8 10.939l-.53.53a.75.75 0 0 0 1.06 0l-.53-.53Zm3.187-2.126a.75.75 0 1 0-1.061-1.061l1.06 1.06ZM8.75 2.5a.75.75 0 0 0-1.5 0h1.5ZM3 13.25a.75.75 0 0 0 0 1.5v-1.5Zm10 1.5a.75.75 0 0 0 0-1.5v1.5ZM4.813 8.812l2.657 2.656 1.06-1.06L5.874 7.75l-1.06 1.06Zm3.717 2.656 2.657-2.656-1.061-1.061-2.656 2.656 1.06 1.06ZM7.25 2.5v8.438h1.5V2.5h-1.5ZM3 14.75h10v-1.5H3v1.5Z",fill:"#000"})))},he=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),u||(u=e.createElement("path",{d:"M8 10.412V2m-.177 11.519h.346m.08 0c0 .183-.16.243-.249.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Z",stroke:"#000",strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round"})))},ae=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),Z||(Z=e.createElement("path",{d:"M9.914 13.5h-.75A1.5 1.5 0 0 1 7.667 12V6.915a.75.75 0 0 0-.75-.75h-.75m.825-3.488h.346m.08 0c0 .183-.16.243-.249.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Z",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},le=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),p||(p=e.createElement("path",{d:"M12.03 10.97a.75.75 0 1 0-1.06 1.06l1.06-1.06Zm2.44 4.56a.75.75 0 1 0 1.06-1.06l-1.06 1.06Zm-3.5-3.5 3.5 3.5 1.06-1.06-3.5-3.5-1.06 1.06Zm.098-5.62a4.66 4.66 0 0 1-4.659 4.658v1.5a6.16 6.16 0 0 0 6.16-6.159h-1.5ZM6.41 11.067A4.66 4.66 0 0 1 1.75 6.41H.25a6.16 6.16 0 0 0 6.16 6.16v-1.5ZM1.75 6.41a4.66 4.66 0 0 1 4.66-4.66V.25A6.16 6.16 0 0 0 .25 6.41h1.5Zm4.66-4.66a4.66 4.66 0 0 1 4.658 4.66h1.5A6.16 6.16 0 0 0 6.41.25v1.5Z",fill:"#000"})))},se=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),f||(f=e.createElement("path",{d:"M4.5 8A1.25 1.25 0 1 1 2 8a1.25 1.25 0 0 1 2.5 0ZM8 9.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Zm4.75 0a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z",fill:"#000"})))},me=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),k||(k=e.createElement("path",{d:"M5.392 4.875c0-1.642 1.452-2.98 3.074-2.868 1.638.113 2.874 1.654 2.65 3.264a2.923 2.923 0 0 1-1.89 2.316c-1.216.43-.958 1.9-.958 2.913m-.177 3.004h.346m.079 0c0 .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",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},we=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),M||(M=e.createElement("path",{d:"m5.333 14.474.634-.401-.128-.202-.22-.09-.286.693Zm1.084-3.807a.75.75 0 0 0-1.5 0h1.5ZM5.667 15v.75a.75.75 0 0 0 .75-.75h-.75Zm-4.334-.75a.75.75 0 0 0 0 1.5v-1.5Zm8.007-.144a.75.75 0 1 0 .32 1.466l-.32-1.466ZM1.75 8A6.25 6.25 0 0 1 8 1.75V.25A7.75 7.75 0 0 0 .25 8h1.5ZM8 1.75A6.25 6.25 0 0 1 14.25 8h1.5A7.75 7.75 0 0 0 8 .25v1.5ZM5.62 13.78A6.252 6.252 0 0 1 1.75 8H.25a7.752 7.752 0 0 0 4.797 7.168l.572-1.387Zm-.703-3.113V15h1.5v-4.333h-1.5Zm.75 3.583H1.333v1.5h4.334v-1.5Zm-.967.626.333.526 1.267-.803-.333-.526-1.267.803ZM14.25 8a6.253 6.253 0 0 1-4.91 6.106l.32 1.466A7.753 7.753 0 0 0 15.75 8h-1.5Z",fill:"#000"})))},ve=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),x||(x=e.createElement("path",{d:"M6.133 5.2 8 7.067m0 0L9.867 5.2M8 7.067V1m.5 11.5H4m8.044 0h-.622M1.933 15h12.134a.933.933 0 0 0 .933-.933v-3.734a.933.933 0 0 0-.933-.933H1.933a.933.933 0 0 0-.933.933v3.734c0 .515.418.933.933.933Z",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},ce=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),E||(E=e.createElement("path",{d:"M14 8.75a.75.75 0 0 0 0-1.5v1.5ZM2 7.25a.75.75 0 0 0 0 1.5v-1.5Zm12 0H2v1.5h12v-1.5Z",fill:"#000"})))},de=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),L||(L=e.createElement("path",{d:"M11.25 21a.75.75 0 0 0 1.5 0h-1.5Zm1.5-18a.75.75 0 0 0-1.5 0h1.5ZM21 12.75a.75.75 0 0 0 0-1.5v1.5Zm-18-1.5a.75.75 0 0 0 0 1.5v-1.5ZM12.75 21V3h-1.5v18h1.5ZM21 11.25H3v1.5h18v-1.5Z",fill:"#000"})))},ge=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),B||(B=e.createElement("path",{d:"M5.03 14.095a.75.75 0 0 0-1.06 1.06l1.06-1.06Zm6.97 8.03-.53.53a.75.75 0 0 0 1.06 0l-.53-.53Zm8.03-6.97a.75.75 0 1 0-1.06-1.06l1.06 1.06Zm-7.28-13.28a.75.75 0 0 0-1.5 0h1.5Zm-8.78 13.28 7.5 7.5 1.06-1.06-7.5-7.5-1.06 1.06Zm8.56 7.5 7.5-7.5-1.06-1.06-7.5 7.5 1.06 1.06Zm-1.28-20.78v20.25h1.5V1.875h-1.5Z",fill:"#000"})))},ue=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),_||(_=e.createElement("path",{d:"M22.25 11.5H2M9.5 4 2 11.5m0 0L9.5 19",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},Ze=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),V||(V=e.createElement("path",{d:"M2.25 12H22.5M15 19.5l7.5-7.5m0 0L15 4.5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},pe=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),H||(H=e.createElement("path",{d:"M3.97 8.845a.75.75 0 0 0 1.06 1.06l-1.06-1.06ZM12 1.875l.53-.53a.75.75 0 0 0-1.06 0l.53.53Zm6.97 8.03a.75.75 0 1 0 1.06-1.06l-1.06 1.06Zm-7.72 12.22a.75.75 0 0 0 1.5 0h-1.5ZM5.03 9.905l7.5-7.5-1.06-1.06-7.5 7.5 1.06 1.06Zm6.44-7.5 7.5 7.5 1.06-1.06-7.5-7.5-1.06 1.06Zm1.28 19.72V1.875h-1.5v20.25h1.5Z",fill:"#000"})))},fe=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),j||(j=e.createElement("path",{d:"M10 21.75a2.087 2.087 0 0 0 4.005 0M12 3a7.5 7.5 0 0 1 7.5 7.5c0 7.046 1.5 8.25 1.5 8.25H3s1.5-1.916 1.5-8.25A7.5 7.5 0 0 1 12 3Zm0 0V.75",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},ke=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),A||(A=e.createElement("path",{d:"M7.25 1a.75.75 0 0 0-1.5 0h1.5Zm-1.5 5a.75.75 0 0 0 1.5 0h-1.5Zm12.5-5a.75.75 0 0 0-1.5 0h1.5Zm-1.5 5a.75.75 0 0 0 1.5 0h-1.5ZM2.5 23.25h19v-1.5h-19v1.5ZM5.75 1v5h1.5V1h-1.5Zm11 0v5h1.5V1h-1.5Zm4.75 1.75h-19v1.5h19v-1.5ZM.75 4.5v5h1.5v-5H.75Zm0 5v12h1.5v-12H.75Zm22.5 12v-12h-1.5v12h1.5Zm0-12v-5h-1.5v5h1.5Zm-.75-.75h-21v1.5h21v-1.5Zm-1-4.5a.25.25 0 0 1 .25.25h1.5a1.75 1.75 0 0 0-1.75-1.75v1.5Zm0 19a1.75 1.75 0 0 0 1.75-1.75h-1.5a.25.25 0 0 1-.25.25v1.5Zm-19-1.5a.25.25 0 0 1-.25-.25H.75c0 .966.784 1.75 1.75 1.75v-1.5Zm0-19A1.75 1.75 0 0 0 .75 4.5h1.5a.25.25 0 0 1 .25-.25v-1.5Z",fill:"#000"})))},Me=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),W||(W=e.createElement("path",{d:"m1.5 15 6 6 15-18",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},xe=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),b||(b=e.createElement("path",{d:"m19 8.5-7 7-7-7",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},Ee=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),y||(y=e.createElement("path",{d:"m15 5-7 7 7 7",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},Le=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),O||(O=e.createElement("path",{d:"m9 19 7-7-7-7",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},Be=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),q||(q=e.createElement("path",{d:"m5 15.5 7-7 7 7",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},_e=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),C||(C=e.createElement("path",{d:"M5 19 19 5m0 14L5 5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},Ve=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),P||(P=e.createElement("path",{d:"M8.28 11.72a.75.75 0 0 0-1.06 1.06l1.06-1.06ZM12 16.5l-.53.53a.75.75 0 0 0 1.06 0L12 16.5Zm4.78-3.72a.75.75 0 1 0-1.06-1.06l1.06 1.06ZM12.75 3a.75.75 0 0 0-1.5 0h1.5ZM4 20.5A.75.75 0 0 0 4 22v-1.5ZM20 22a.75.75 0 0 0 0-1.5V22ZM7.22 12.78l4.25 4.25 1.06-1.06-4.25-4.25-1.06 1.06Zm5.31 4.25 4.25-4.25-1.06-1.06-4.25 4.25 1.06 1.06ZM11.25 3v13.5h1.5V3h-1.5ZM4 22h16v-1.5H4V22Z",fill:"#000"})))},He=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),z||(z=e.createElement("path",{d:"M11.997 15.118V3.25m-.646 16.765h1.31m.089 0c0 .438-.31.747-.753.747a.718.718 0 0 1-.747-.747c0-.442.31-.753.747-.753.443 0 .753.31.753.753Z",stroke:"#000",strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round"})))},je=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),D||(D=e.createElement("path",{d:"M14.872 20.74h-1.125a2.249 2.249 0 0 1-2.248-2.248V10.87c0-.62-.504-1.124-1.125-1.124H9.25m.85-5.244h1.31m.09 0c0 .437-.31.747-.754.747A.718.718 0 0 1 10 4.502c0-.443.31-.753.747-.753.443 0 .753.31.753.753Z",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},Ae=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),F||(F=e.createElement("path",{d:"M18.03 16.97a.75.75 0 1 0-1.06 1.06l1.06-1.06Zm4.44 6.56a.75.75 0 1 0 1.06-1.06l-1.06 1.06Zm-5.5-5.5 5.5 5.5 1.06-1.06-5.5-5.5-1.06 1.06Zm.28-8.53a7.75 7.75 0 0 1-7.75 7.75v1.5a9.25 9.25 0 0 0 9.25-9.25h-1.5ZM9.5 17.25A7.75 7.75 0 0 1 1.75 9.5H.25a9.25 9.25 0 0 0 9.25 9.25v-1.5ZM1.75 9.5A7.75 7.75 0 0 1 9.5 1.75V.25A9.25 9.25 0 0 0 .25 9.5h1.5ZM9.5 1.75a7.75 7.75 0 0 1 7.75 7.75h1.5A9.25 9.25 0 0 0 9.5.25v1.5Z",fill:"#000"})))},We=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),G||(G=e.createElement("path",{d:"M8 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm6 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",fill:"#000"})))},be=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),I||(I=e.createElement("path",{d:"M7.75 7.428c0-2.389 2.106-4.331 4.467-4.168 2.384.165 4.177 2.399 3.851 4.743a4.215 4.215 0 0 1-2.746 3.366c-1.743.616-1.393 2.672-1.393 4.131m-.577 4.5h1.31m.09 0c0 .437-.31.747-.754.747a.718.718 0 0 1-.747-.748c0-.442.31-.752.747-.752.443 0 .753.31.753.752Z",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},ye=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),J||(J=e.createElement("path",{d:"M13.628 21.615a.75.75 0 1 0 .248 1.48l-.248-1.48ZM8 21.71l.633-.401-.127-.201-.22-.091L8 21.71ZM9.25 16a.75.75 0 0 0-1.5 0h1.5Zm-.75 6.5v.75a.75.75 0 0 0 .75-.75H8.5ZM2 21.75a.75.75 0 0 0 0 1.5v-1.5ZM2.25 12A9.75 9.75 0 0 1 12 2.25V.75C5.787.75.75 5.787.75 12h1.5ZM12 2.25A9.75 9.75 0 0 1 21.75 12h1.5C23.25 5.787 18.213.75 12 .75v1.5ZM21.75 12c0 4.83-3.512 8.84-8.122 9.615l.248 1.48c5.32-.894 9.374-5.52 9.374-11.095h-1.5ZM8.286 21.018A9.753 9.753 0 0 1 2.25 12H.75c0 4.697 2.878 8.72 6.964 10.405l.572-1.387ZM7.75 16v6.5h1.5V16h-1.5Zm.75 5.75H2v1.5h6.5v-1.5Zm-1.133.363.5.788 1.266-.802-.5-.79-1.266.804Z",fill:"#000"})))},Oe=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),K||(K=e.createElement("path",{d:"m9 7.5 3 3m0 0 3-3m-3 3V.75m7.5 19.5h-15m14-3h-1m-15.25 6h19.5a1.5 1.5 0 0 0 1.5-1.5v-6a1.5 1.5 0 0 0-1.5-1.5H2.25a1.5 1.5 0 0 0-1.5 1.5v6a1.5 1.5 0 0 0 1.5 1.5Z",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},qe=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),N||(N=e.createElement("path",{d:"M21 12.75a.75.75 0 0 0 0-1.5v1.5Zm-18-1.5a.75.75 0 0 0 0 1.5v-1.5Zm18 0H3v1.5h18v-1.5Z",fill:"#000"})))};export{Q as add,de as add_medium,R as arrow_down,ge as arrow_down_medium,S as arrow_left,ue as arrow_left_medium,T as arrow_right,Ze as arrow_right_medium,U as arrow_up,pe as arrow_up_medium,X as bell,fe as bell_medium,Y as calendar,ke as calendar_medium,$ as check,Me as check_medium,ee as chevron_down,xe as chevron_down_medium,te as chevron_left,Ee as chevron_left_medium,ne as chevron_right,Le as chevron_right_medium,re as chevron_up,Be as chevron_up_medium,oe as close,_e as close_medium,ie as download,Ve as download_medium,he as exclamation,He as exclamation_medium,ae as information,je as information_medium,le as loupe,Ae as loupe_medium,se as more,We as more_medium,me as question,be as question_medium,we as reset,ye as reset_medium,ve as save,Oe as save_medium,ce as subtract,qe as subtract_medium};
|
|
1
|
+
import e from"react";function t(){return t=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},t.apply(this,arguments)}var n,r,o,i,h,a,s,l,m,w,c,d,v,g,u,p,k,Z,f,x,M,E,L,B,_,V,H,W,j,A,b,y,O,q,C,P,z,D,F,G,I,J,K,N,Q=function(r){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r),n||(n=e.createElement("path",{d:"M8 14V2m6 6H2",stroke:"#000",strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round"})))},R=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),r||(r=e.createElement("path",{d:"M3.53 9.22a.75.75 0 0 0-1.06 1.06l1.06-1.06ZM8 14.75l-.53.53a.75.75 0 0 0 1.06 0L8 14.75Zm5.53-4.47a.75.75 0 1 0-1.06-1.06l1.06 1.06ZM8.75 1.25a.75.75 0 0 0-1.5 0h1.5Zm-6.28 9.03 5 5 1.06-1.06-5-5-1.06 1.06Zm6.06 5 5-5-1.06-1.06-5 5 1.06 1.06ZM7.25 1.25v13.5h1.5V1.25h-1.5Z",fill:"#000"})))},S=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),o||(o=e.createElement("path",{d:"M14.5 8H1m5-5L1 8m0 0 5 5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},T=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),i||(i=e.createElement("path",{d:"M1.5 8H15m-5 5 5-5m0 0-5-5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},U=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),h||(h=e.createElement("path",{d:"M2.47 5.72a.75.75 0 0 0 1.06 1.06L2.47 5.72ZM8 1.25l.53-.53a.75.75 0 0 0-1.06 0l.53.53Zm4.47 5.53a.75.75 0 1 0 1.06-1.06l-1.06 1.06Zm-5.22 7.97a.75.75 0 0 0 1.5 0h-1.5ZM3.53 6.78l5-5L7.47.72l-5 5 1.06 1.06Zm3.94-5 5 5 1.06-1.06-5-5-1.06 1.06Zm1.28 12.97V1.25h-1.5v13.5h1.5Z",fill:"#000"})))},X=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),a||(a=e.createElement("path",{d:"M6.756 14.067a1.299 1.299 0 0 0 2.492 0M8 2.4a4.667 4.667 0 0 1 4.667 4.667c0 4.384.933 5.133.933 5.133H2.4s.933-1.192.933-5.133A4.667 4.667 0 0 1 8 2.4Zm0 0V1",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},Y=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),s||(s=e.createElement("path",{d:"M6.006 1a.75.75 0 1 0-1.5 0h1.5Zm-1.5 3.256a.75.75 0 1 0 1.5 0h-1.5ZM11.5 1A.75.75 0 0 0 10 1h1.5ZM10 4.256a.75.75 0 0 0 1.5 0H10ZM2 15.75h12v-1.5H2v1.5ZM4.506 1v3.256h1.5V1h-1.5ZM10 1v3.256h1.5V1H10Zm4 .878H2v1.5h12v-1.5ZM.25 3.628V7.5h1.5V3.628H.25Zm0 3.872V14h1.5V7.5H.25Zm15.5 6.5V7.5h-1.5V14h1.5Zm0-6.5V3.628h-1.5V7.5h1.5ZM1 8.25h14v-1.5H1v1.5Zm13-4.872a.25.25 0 0 1 .25.25h1.5A1.75 1.75 0 0 0 14 1.878v1.5Zm0 12.372A1.75 1.75 0 0 0 15.75 14h-1.5a.25.25 0 0 1-.25.25v1.5Zm-12-1.5a.25.25 0 0 1-.25-.25H.25c0 .966.784 1.75 1.75 1.75v-1.5ZM2 1.878a1.75 1.75 0 0 0-1.75 1.75h1.5a.25.25 0 0 1 .25-.25v-1.5Z",fill:"#000"})))},$=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),l||(l=e.createElement("path",{d:"m1 10 4 4L15 2",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},ee=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),m||(m=e.createElement("path",{d:"m13 5.5-5 5-5-5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},te=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),w||(w=e.createElement("path",{d:"M10 3 5 8l5 5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},ne=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),c||(c=e.createElement("path",{d:"m6 13 5-5-5-5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},re=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),d||(d=e.createElement("path",{d:"m3 10.5 5-5 5 5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},oe=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),v||(v=e.createElement("path",{d:"M3 13 13 3m0 10L3 3",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},ie=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),g||(g=e.createElement("path",{d:"M5.874 7.75a.75.75 0 0 0-1.06 1.062l1.06-1.061ZM8 10.939l-.53.53a.75.75 0 0 0 1.06 0l-.53-.53Zm3.187-2.126a.75.75 0 1 0-1.061-1.061l1.06 1.06ZM8.75 2.5a.75.75 0 0 0-1.5 0h1.5ZM3 13.25a.75.75 0 0 0 0 1.5v-1.5Zm10 1.5a.75.75 0 0 0 0-1.5v1.5ZM4.813 8.812l2.657 2.656 1.06-1.06L5.874 7.75l-1.06 1.06Zm3.717 2.656 2.657-2.656-1.061-1.061-2.656 2.656 1.06 1.06ZM7.25 2.5v8.438h1.5V2.5h-1.5ZM3 14.75h10v-1.5H3v1.5Z",fill:"#000"})))},he=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),u||(u=e.createElement("path",{d:"M8 10.412V2m-.177 11.519h.346m.08 0c0 .183-.16.243-.249.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Z",stroke:"#000",strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round"})))},ae=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),p||(p=e.createElement("path",{d:"M9.914 13.5h-.75A1.5 1.5 0 0 1 7.667 12V6.915a.75.75 0 0 0-.75-.75h-.75m.825-3.488h.346m.08 0c0 .183-.16.243-.249.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Z",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},se=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),k||(k=e.createElement("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",strokeWidth:1.5,strokeLinecap:"round"})))},le=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),Z||(Z=e.createElement("path",{d:"M4.5 8A1.25 1.25 0 1 1 2 8a1.25 1.25 0 0 1 2.5 0ZM8 9.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Zm4.75 0a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z",fill:"#000"})))},me=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),f||(f=e.createElement("path",{d:"M5.392 4.875c0-1.642 1.452-2.98 3.074-2.868 1.638.113 2.874 1.654 2.65 3.264a2.923 2.923 0 0 1-1.89 2.316c-1.216.43-.958 1.9-.958 2.913m-.177 3.004h.346m.079 0c0 .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",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},we=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),x||(x=e.createElement("path",{d:"m5.333 14.474.634-.401-.128-.202-.22-.09-.286.693Zm1.084-3.807a.75.75 0 0 0-1.5 0h1.5ZM5.667 15v.75a.75.75 0 0 0 .75-.75h-.75Zm-4.334-.75a.75.75 0 0 0 0 1.5v-1.5Zm8.007-.144a.75.75 0 1 0 .32 1.466l-.32-1.466ZM1.75 8A6.25 6.25 0 0 1 8 1.75V.25A7.75 7.75 0 0 0 .25 8h1.5ZM8 1.75A6.25 6.25 0 0 1 14.25 8h1.5A7.75 7.75 0 0 0 8 .25v1.5ZM5.62 13.78A6.252 6.252 0 0 1 1.75 8H.25a7.752 7.752 0 0 0 4.797 7.168l.572-1.387Zm-.703-3.113V15h1.5v-4.333h-1.5Zm.75 3.583H1.333v1.5h4.334v-1.5Zm-.967.626.333.526 1.267-.803-.333-.526-1.267.803ZM14.25 8a6.253 6.253 0 0 1-4.91 6.106l.32 1.466A7.753 7.753 0 0 0 15.75 8h-1.5Z",fill:"#000"})))},ce=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),M||(M=e.createElement("path",{d:"M6.133 5.2 8 7.067m0 0L9.867 5.2M8 7.067V1m.5 11.5H4m8.044 0h-.622M1.933 15h12.134a.933.933 0 0 0 .933-.933v-3.734a.933.933 0 0 0-.933-.933H1.933a.933.933 0 0 0-.933.933v3.734c0 .515.418.933.933.933Z",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},de=function(n){return e.createElement("svg",t({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),E||(E=e.createElement("path",{d:"M14 8H2",stroke:"#000",strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round"})))},ve=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),L||(L=e.createElement("path",{d:"M12 21V3m9 9H3",stroke:"#000",strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round"})))},ge=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),B||(B=e.createElement("path",{d:"M5.03 14.095a.75.75 0 0 0-1.06 1.06l1.06-1.06Zm6.97 8.03-.53.53a.75.75 0 0 0 1.06 0l-.53-.53Zm8.03-6.97a.75.75 0 1 0-1.06-1.06l1.06 1.06Zm-7.28-13.28a.75.75 0 0 0-1.5 0h1.5Zm-8.78 13.28 7.5 7.5 1.06-1.06-7.5-7.5-1.06 1.06Zm8.56 7.5 7.5-7.5-1.06-1.06-7.5 7.5 1.06 1.06Zm-1.28-20.78v20.25h1.5V1.875h-1.5Z",fill:"#000"})))},ue=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),_||(_=e.createElement("path",{d:"M22.25 11.5H2M9.5 4 2 11.5m0 0L9.5 19",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},pe=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),V||(V=e.createElement("path",{d:"M2.25 12H22.5M15 19.5l7.5-7.5m0 0L15 4.5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},ke=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),H||(H=e.createElement("path",{d:"M3.97 8.845a.75.75 0 0 0 1.06 1.06l-1.06-1.06ZM12 1.875l.53-.53a.75.75 0 0 0-1.06 0l.53.53Zm6.97 8.03a.75.75 0 1 0 1.06-1.06l-1.06 1.06Zm-7.72 12.22a.75.75 0 0 0 1.5 0h-1.5ZM5.03 9.905l7.5-7.5-1.06-1.06-7.5 7.5 1.06 1.06Zm6.44-7.5 7.5 7.5 1.06-1.06-7.5-7.5-1.06 1.06Zm1.28 19.72V1.875h-1.5v20.25h1.5Z",fill:"#000"})))},Ze=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),W||(W=e.createElement("path",{d:"M10 21.75a2.087 2.087 0 0 0 4.005 0M12 3a7.5 7.5 0 0 1 7.5 7.5c0 7.046 1.5 8.25 1.5 8.25H3s1.5-1.916 1.5-8.25A7.5 7.5 0 0 1 12 3Zm0 0V.75",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},fe=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),j||(j=e.createElement("path",{d:"M7.25 1a.75.75 0 0 0-1.5 0h1.5Zm-1.5 5a.75.75 0 0 0 1.5 0h-1.5Zm12.5-5a.75.75 0 0 0-1.5 0h1.5Zm-1.5 5a.75.75 0 0 0 1.5 0h-1.5ZM2.5 23.25h19v-1.5h-19v1.5ZM5.75 1v5h1.5V1h-1.5Zm11 0v5h1.5V1h-1.5Zm4.75 1.75h-19v1.5h19v-1.5ZM.75 4.5v5h1.5v-5H.75Zm0 5v12h1.5v-12H.75Zm22.5 12v-12h-1.5v12h1.5Zm0-12v-5h-1.5v5h1.5Zm-.75-.75h-21v1.5h21v-1.5Zm-1-4.5a.25.25 0 0 1 .25.25h1.5a1.75 1.75 0 0 0-1.75-1.75v1.5Zm0 19a1.75 1.75 0 0 0 1.75-1.75h-1.5a.25.25 0 0 1-.25.25v1.5Zm-19-1.5a.25.25 0 0 1-.25-.25H.75c0 .966.784 1.75 1.75 1.75v-1.5Zm0-19A1.75 1.75 0 0 0 .75 4.5h1.5a.25.25 0 0 1 .25-.25v-1.5Z",fill:"#000"})))},xe=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),A||(A=e.createElement("path",{d:"m1.5 15 6 6 15-18",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},Me=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),b||(b=e.createElement("path",{d:"m19 8.5-7 7-7-7",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},Ee=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),y||(y=e.createElement("path",{d:"m15 5-7 7 7 7",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},Le=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),O||(O=e.createElement("path",{d:"m9 19 7-7-7-7",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},Be=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),q||(q=e.createElement("path",{d:"m5 15.5 7-7 7 7",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},_e=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),C||(C=e.createElement("path",{d:"M5 19 19 5m0 14L5 5",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},Ve=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),P||(P=e.createElement("path",{d:"M8.28 11.72a.75.75 0 0 0-1.06 1.06l1.06-1.06ZM12 16.5l-.53.53a.75.75 0 0 0 1.06 0L12 16.5Zm4.78-3.72a.75.75 0 1 0-1.06-1.06l1.06 1.06ZM12.75 3a.75.75 0 0 0-1.5 0h1.5ZM4 20.5A.75.75 0 0 0 4 22v-1.5ZM20 22a.75.75 0 0 0 0-1.5V22ZM7.22 12.78l4.25 4.25 1.06-1.06-4.25-4.25-1.06 1.06Zm5.31 4.25 4.25-4.25-1.06-1.06-4.25 4.25 1.06 1.06ZM11.25 3v13.5h1.5V3h-1.5ZM4 22h16v-1.5H4V22Z",fill:"#000"})))},He=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),z||(z=e.createElement("path",{d:"M11.997 15.118V3.25m-.646 16.765h1.31m.089 0c0 .438-.31.747-.753.747a.718.718 0 0 1-.747-.747c0-.442.31-.753.747-.753.443 0 .753.31.753.753Z",stroke:"#000",strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round"})))},We=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),D||(D=e.createElement("path",{d:"M14.872 20.74h-1.125a2.249 2.249 0 0 1-2.248-2.248V10.87c0-.62-.504-1.124-1.125-1.124H9.25m.85-5.244h1.31m.09 0c0 .437-.31.747-.754.747A.718.718 0 0 1 10 4.502c0-.443.31-.753.747-.753.443 0 .753.31.753.753Z",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},je=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),F||(F=e.createElement("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",strokeWidth:1.5,strokeLinecap:"round"})))},Ae=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),G||(G=e.createElement("path",{d:"M8 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm6 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",fill:"#000"})))},be=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),I||(I=e.createElement("path",{d:"M7.75 7.428c0-2.389 2.106-4.331 4.467-4.168 2.384.165 4.177 2.399 3.851 4.743a4.215 4.215 0 0 1-2.746 3.366c-1.743.616-1.393 2.672-1.393 4.131m-.577 4.5h1.31m.09 0c0 .437-.31.747-.754.747a.718.718 0 0 1-.747-.748c0-.442.31-.752.747-.752.443 0 .753.31.753.752Z",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},ye=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),J||(J=e.createElement("path",{d:"M13.628 21.615a.75.75 0 1 0 .248 1.48l-.248-1.48ZM8 21.71l.633-.401-.127-.201-.22-.091L8 21.71ZM9.25 16a.75.75 0 0 0-1.5 0h1.5Zm-.75 6.5v.75a.75.75 0 0 0 .75-.75H8.5ZM2 21.75a.75.75 0 0 0 0 1.5v-1.5ZM2.25 12A9.75 9.75 0 0 1 12 2.25V.75C5.787.75.75 5.787.75 12h1.5ZM12 2.25A9.75 9.75 0 0 1 21.75 12h1.5C23.25 5.787 18.213.75 12 .75v1.5ZM21.75 12c0 4.83-3.512 8.84-8.122 9.615l.248 1.48c5.32-.894 9.374-5.52 9.374-11.095h-1.5ZM8.286 21.018A9.753 9.753 0 0 1 2.25 12H.75c0 4.697 2.878 8.72 6.964 10.405l.572-1.387ZM7.75 16v6.5h1.5V16h-1.5Zm.75 5.75H2v1.5h6.5v-1.5Zm-1.133.363.5.788 1.266-.802-.5-.79-1.266.804Z",fill:"#000"})))},Oe=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),K||(K=e.createElement("path",{d:"m9 7.5 3 3m0 0 3-3m-3 3V.75m7.5 19.5h-15m14-3h-1m-15.25 6h19.5a1.5 1.5 0 0 0 1.5-1.5v-6a1.5 1.5 0 0 0-1.5-1.5H2.25a1.5 1.5 0 0 0-1.5 1.5v6a1.5 1.5 0 0 0 1.5 1.5Z",stroke:"#000",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})))},qe=function(n){return e.createElement("svg",t({width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),N||(N=e.createElement("path",{d:"M21 12H3",stroke:"#000",strokeWidth:1.5,strokeMiterlimit:10,strokeLinecap:"round"})))};export{Q as add,ve as add_medium,R as arrow_down,ge as arrow_down_medium,S as arrow_left,ue as arrow_left_medium,T as arrow_right,pe as arrow_right_medium,U as arrow_up,ke as arrow_up_medium,X as bell,Ze as bell_medium,Y as calendar,fe as calendar_medium,$ as check,xe as check_medium,ee as chevron_down,Me as chevron_down_medium,te as chevron_left,Ee as chevron_left_medium,ne as chevron_right,Le as chevron_right_medium,re as chevron_up,Be as chevron_up_medium,oe as close,_e as close_medium,ie as download,Ve as download_medium,he as exclamation,He as exclamation_medium,ae as information,We as information_medium,se as loupe,je as loupe_medium,le as more,Ae as more_medium,me as question,be as question_medium,we as reset,ye as reset_medium,ce as save,Oe as save_medium,de as subtract,qe as subtract_medium};
|