@dnb/eufemia 9.16.0 → 9.17.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 +55 -0
- package/assets/assets/icons/above_the_line.svg +1 -1
- package/assets/assets/icons/eufemia-icons-pdf-categorized.tgz +0 -0
- package/assets/assets/icons/eufemia-icons-pdf.tgz +0 -0
- package/assets/assets/icons/facebook.svg +3 -0
- package/assets/assets/icons/facebook_medium.svg +3 -0
- package/assets/assets/icons/fridge.svg +1 -1
- package/assets/assets/icons/information_circled.svg +2 -1
- package/assets/assets/icons/information_circled_medium.svg +2 -1
- package/assets/assets/icons/instagram.svg +5 -0
- package/assets/assets/icons/instagram_medium.svg +12 -0
- package/assets/assets/icons/linkedin.svg +3 -0
- package/assets/assets/icons/linkedin_medium.svg +3 -0
- package/assets/assets/icons/motorcycle_medium.svg +2 -2
- package/assets/assets/icons/paragraph.svg +1 -1
- package/assets/assets/icons/scooter_medium.svg +2 -2
- package/assets/assets/icons/tag.svg +4 -0
- package/assets/assets/icons/tag_medium.svg +4 -0
- package/assets/icons/above_the_line.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/facebook.svg +3 -0
- package/assets/icons/facebook_medium.svg +3 -0
- package/assets/icons/fridge.svg +1 -1
- package/assets/icons/information_circled.svg +2 -1
- package/assets/icons/information_circled_medium.svg +2 -1
- package/assets/icons/instagram.svg +5 -0
- package/assets/icons/instagram_medium.svg +12 -0
- package/assets/icons/linkedin.svg +3 -0
- package/assets/icons/linkedin_medium.svg +3 -0
- package/assets/icons/motorcycle_medium.svg +2 -2
- package/assets/icons/paragraph.svg +1 -1
- package/assets/icons/scooter_medium.svg +2 -2
- package/assets/icons/tag.svg +4 -0
- package/assets/icons/tag_medium.svg +4 -0
- package/cjs/components/accordion/Accordion.d.ts +1 -1
- package/cjs/components/autocomplete/style/dnb-autocomplete.css +6 -3
- package/cjs/components/autocomplete/style/dnb-autocomplete.min.css +1 -1
- package/cjs/components/breadcrumb/Breadcrumb.js +23 -22
- package/cjs/components/breadcrumb/BreadcrumbItem.js +6 -6
- package/cjs/components/breadcrumb/style/_breadcrumb.scss +7 -5
- package/cjs/components/breadcrumb/style/dnb-breadcrumb.css +10 -10
- package/cjs/components/breadcrumb/style/dnb-breadcrumb.min.css +1 -1
- package/cjs/components/button/Button.d.ts +0 -1
- package/cjs/components/button/Button.js +100 -144
- package/cjs/components/button/style/dnb-button.css +1 -1
- package/cjs/components/button/style/dnb-button.min.css +1 -1
- package/cjs/components/button/style/themes/dnb-button-theme-open-banking.css +6 -14
- package/cjs/components/button/style/themes/dnb-button-theme-open-banking.min.css +1 -1
- package/cjs/components/button/style/themes/dnb-button-theme-ui.css +6 -14
- 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 +6 -18
- package/cjs/components/checkbox/style/dnb-checkbox.css +1 -1
- package/cjs/components/checkbox/style/dnb-checkbox.min.css +1 -1
- package/cjs/components/date-picker/style/dnb-date-picker.css +11 -8
- package/cjs/components/date-picker/style/dnb-date-picker.min.css +2 -2
- package/cjs/components/dropdown/style/dnb-dropdown.css +2 -2
- package/cjs/components/dropdown/style/dnb-dropdown.min.css +1 -1
- package/cjs/components/form-set/FormSet.d.ts +1 -1
- package/cjs/components/form-status/style/_form-status.scss +1 -1
- package/cjs/components/form-status/style/dnb-form-status.css +1 -1
- package/cjs/components/form-status/style/dnb-form-status.min.css +1 -1
- package/cjs/components/global-error/style/dnb-global-error.css +1 -1
- package/cjs/components/global-error/style/dnb-global-error.min.css +1 -1
- package/cjs/components/global-status/GlobalStatus.js +21 -73
- package/cjs/components/global-status/style/_global-status.scss +14 -15
- package/cjs/components/global-status/style/dnb-global-status.css +15 -19
- package/cjs/components/global-status/style/dnb-global-status.min.css +1 -1
- package/cjs/components/global-status/style/themes/dnb-global-status-theme-ui.css +2 -48
- package/cjs/components/global-status/style/themes/dnb-global-status-theme-ui.min.css +1 -1
- package/cjs/components/global-status/style/themes/dnb-global-status-theme-ui.scss +2 -36
- package/cjs/components/help-button/HelpButton.js +2 -2
- package/cjs/components/input/style/_input.scss +5 -1
- package/cjs/components/input/style/dnb-input.css +5 -2
- package/cjs/components/input/style/dnb-input.min.css +2 -2
- package/cjs/components/input/style/themes/dnb-input-theme-ui.css +11 -2
- package/cjs/components/input/style/themes/dnb-input-theme-ui.min.css +1 -1
- package/cjs/components/input/style/themes/dnb-input-theme-ui.scss +4 -1
- package/cjs/components/input-masked/InputMasked.d.ts +2 -2
- package/cjs/components/input-masked/InputMaskedElement.js +2 -7
- package/cjs/components/input-masked/InputMaskedHooks.js +79 -36
- package/cjs/components/input-masked/InputMaskedUtils.js +34 -18
- package/cjs/components/input-masked/TextMask.js +1 -1
- package/cjs/components/input-masked/style/_input-masked.scss +1 -3
- package/cjs/components/input-masked/style/dnb-input-masked.css +6 -3
- package/cjs/components/input-masked/style/dnb-input-masked.min.css +2 -2
- package/cjs/components/modal/Modal.js +1 -1
- package/cjs/components/modal/ModalContent.js +44 -28
- package/cjs/components/modal/style/_modal-mixins.scss +4 -4
- package/cjs/components/modal/style/_modal.scss +14 -31
- package/cjs/components/modal/style/dnb-modal.css +29 -47
- package/cjs/components/modal/style/dnb-modal.min.css +1 -1
- package/cjs/components/number-format/NumberUtils.d.ts +2 -2
- package/cjs/components/pagination/Pagination.d.ts +6 -0
- package/cjs/components/pagination/Pagination.js +2 -0
- package/cjs/components/pagination/PaginationBar.js +1 -1
- package/cjs/components/pagination/PaginationInfinity.js +152 -89
- package/cjs/components/pagination/PaginationProvider.js +65 -68
- package/cjs/components/pagination/style/dnb-pagination.css +1 -1
- package/cjs/components/pagination/style/dnb-pagination.min.css +1 -1
- package/cjs/components/radio/style/dnb-radio.css +1 -1
- package/cjs/components/radio/style/dnb-radio.min.css +1 -1
- package/cjs/components/section/style/themes/dnb-section-theme-ui.css +79 -21
- package/cjs/components/section/style/themes/dnb-section-theme-ui.min.css +1 -1
- package/cjs/components/section/style/themes/dnb-section-theme-ui.scss +16 -3
- package/cjs/components/slider/style/dnb-slider.css +2 -2
- package/cjs/components/slider/style/dnb-slider.min.css +1 -1
- package/cjs/components/step-indicator/StepIndicator.d.ts +1 -1
- package/cjs/components/step-indicator/StepIndicator.js +4 -98
- package/cjs/components/step-indicator/StepIndicatorContext.d.ts +1 -0
- package/cjs/components/step-indicator/StepIndicatorContext.js +221 -19
- package/cjs/components/step-indicator/StepIndicatorItem.js +3 -6
- package/cjs/components/step-indicator/StepIndicatorModal.js +40 -49
- package/cjs/components/step-indicator/StepIndicatorProps.js +1 -1
- package/cjs/components/step-indicator/StepIndicatorSidebar.d.ts +39 -0
- package/cjs/components/step-indicator/StepIndicatorSidebar.js +57 -54
- package/cjs/components/step-indicator/StepIndicatorTriggerButton.js +3 -3
- package/cjs/components/step-indicator/style/_step-indicator.scss +25 -4
- package/cjs/components/step-indicator/style/dnb-step-indicator.css +21 -6
- package/cjs/components/step-indicator/style/dnb-step-indicator.min.css +1 -1
- package/cjs/components/switch/style/dnb-switch.css +1 -1
- package/cjs/components/switch/style/dnb-switch.min.css +1 -1
- package/cjs/components/tabs/style/_tabs.scss +5 -1
- package/cjs/components/tabs/style/dnb-tabs.css +4 -1
- package/cjs/components/tabs/style/dnb-tabs.min.css +1 -1
- package/cjs/components/tabs/style/themes/dnb-tabs-theme-ui.css +37 -34
- package/cjs/components/tabs/style/themes/dnb-tabs-theme-ui.min.css +1 -1
- package/cjs/components/tabs/style/themes/dnb-tabs-theme-ui.scss +12 -9
- package/cjs/components/textarea/style/_textarea.scss +4 -0
- package/cjs/components/textarea/style/dnb-textarea.css +4 -1
- package/cjs/components/textarea/style/dnb-textarea.min.css +1 -1
- package/cjs/components/toggle-button/ToggleButton.js +6 -2
- package/cjs/components/toggle-button/style/dnb-toggle-button.css +4 -4
- package/cjs/components/toggle-button/style/dnb-toggle-button.min.css +1 -1
- package/cjs/icons/above_the_line.js +1 -1
- package/cjs/icons/facebook.js +35 -0
- package/cjs/icons/facebook_medium.js +35 -0
- package/cjs/icons/fridge.js +1 -1
- package/cjs/icons/icons-meta.json +24 -0
- package/cjs/icons/icons-pdf.lock +1 -1
- package/cjs/icons/icons-svg.lock +1 -1
- package/cjs/icons/index.d.ts +16 -0
- package/cjs/icons/index.js +64 -0
- package/cjs/icons/information_circled.js +11 -4
- package/cjs/icons/information_circled_medium.js +10 -4
- package/cjs/icons/instagram.js +47 -0
- package/cjs/icons/instagram_medium.js +54 -0
- package/cjs/icons/linkedin.js +32 -0
- package/cjs/icons/linkedin_medium.js +32 -0
- package/cjs/icons/motorcycle_medium.js +2 -2
- package/cjs/icons/paragraph.js +1 -1
- package/cjs/icons/scooter_medium.js +2 -2
- package/cjs/icons/secondary_icons.js +32 -0
- package/cjs/icons/secondary_icons_medium.js +32 -0
- package/cjs/icons/tag.js +41 -0
- package/cjs/icons/tag_medium.js +41 -0
- package/cjs/shared/EventEmitter.js +6 -8
- package/cjs/shared/component-helper.js +108 -74
- package/cjs/shared/helpers.js +55 -19
- package/cjs/style/dnb-ui-components.css +85 -83
- package/cjs/style/dnb-ui-components.min.css +5 -5
- package/cjs/style/themes/theme-open-banking/dnb-theme-open-banking.css +141 -133
- package/cjs/style/themes/theme-open-banking/dnb-theme-open-banking.min.css +4 -4
- package/cjs/style/themes/theme-ui/dnb-theme-ui.css +135 -119
- package/cjs/style/themes/theme-ui/dnb-theme-ui.min.css +4 -4
- package/components/accordion/Accordion.d.ts +1 -1
- package/components/autocomplete/style/dnb-autocomplete.css +6 -3
- package/components/autocomplete/style/dnb-autocomplete.min.css +1 -1
- package/components/breadcrumb/Breadcrumb.js +9 -7
- package/components/breadcrumb/Breadcrumb.tsx +20 -5
- package/components/breadcrumb/BreadcrumbItem.js +4 -4
- package/components/breadcrumb/BreadcrumbItem.tsx +12 -5
- package/components/breadcrumb/style/_breadcrumb.scss +7 -5
- package/components/breadcrumb/style/dnb-breadcrumb.css +10 -10
- package/components/breadcrumb/style/dnb-breadcrumb.min.css +1 -1
- package/components/button/Button.d.ts +0 -1
- package/components/button/Button.js +95 -135
- package/components/button/style/dnb-button.css +1 -1
- package/components/button/style/dnb-button.min.css +1 -1
- package/components/button/style/themes/dnb-button-theme-open-banking.css +6 -14
- package/components/button/style/themes/dnb-button-theme-open-banking.min.css +1 -1
- package/components/button/style/themes/dnb-button-theme-ui.css +6 -14
- package/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
- package/components/button/style/themes/dnb-button-theme-ui.scss +6 -18
- package/components/checkbox/style/dnb-checkbox.css +1 -1
- package/components/checkbox/style/dnb-checkbox.min.css +1 -1
- package/components/date-picker/style/dnb-date-picker.css +11 -8
- package/components/date-picker/style/dnb-date-picker.min.css +2 -2
- package/components/dropdown/style/dnb-dropdown.css +2 -2
- package/components/dropdown/style/dnb-dropdown.min.css +1 -1
- package/components/form-set/FormSet.d.ts +1 -1
- package/components/form-status/style/_form-status.scss +1 -1
- package/components/form-status/style/dnb-form-status.css +1 -1
- package/components/form-status/style/dnb-form-status.min.css +1 -1
- package/components/global-error/style/dnb-global-error.css +1 -1
- package/components/global-error/style/dnb-global-error.min.css +1 -1
- package/components/global-status/GlobalStatus.js +18 -71
- package/components/global-status/style/_global-status.scss +14 -15
- package/components/global-status/style/dnb-global-status.css +15 -19
- package/components/global-status/style/dnb-global-status.min.css +1 -1
- package/components/global-status/style/themes/dnb-global-status-theme-ui.css +2 -48
- package/components/global-status/style/themes/dnb-global-status-theme-ui.min.css +1 -1
- package/components/global-status/style/themes/dnb-global-status-theme-ui.scss +2 -36
- package/components/help-button/HelpButton.js +2 -2
- package/components/input/style/_input.scss +5 -1
- package/components/input/style/dnb-input.css +5 -2
- package/components/input/style/dnb-input.min.css +2 -2
- package/components/input/style/themes/dnb-input-theme-ui.css +11 -2
- package/components/input/style/themes/dnb-input-theme-ui.min.css +1 -1
- package/components/input/style/themes/dnb-input-theme-ui.scss +4 -1
- package/components/input-masked/InputMasked.d.ts +2 -2
- package/components/input-masked/InputMaskedElement.js +2 -6
- package/components/input-masked/InputMaskedHooks.js +76 -36
- package/components/input-masked/InputMaskedUtils.js +32 -17
- package/components/input-masked/TextMask.js +1 -1
- package/components/input-masked/style/_input-masked.scss +1 -3
- package/components/input-masked/style/dnb-input-masked.css +6 -3
- package/components/input-masked/style/dnb-input-masked.min.css +2 -2
- package/components/modal/Modal.js +1 -1
- package/components/modal/ModalContent.js +43 -27
- package/components/modal/style/_modal-mixins.scss +4 -4
- package/components/modal/style/_modal.scss +14 -31
- package/components/modal/style/dnb-modal.css +29 -47
- package/components/modal/style/dnb-modal.min.css +1 -1
- package/components/number-format/NumberUtils.d.ts +2 -2
- package/components/pagination/Pagination.d.ts +6 -0
- package/components/pagination/Pagination.js +2 -0
- package/components/pagination/PaginationBar.js +1 -1
- package/components/pagination/PaginationInfinity.js +137 -67
- package/components/pagination/PaginationProvider.js +64 -68
- package/components/pagination/style/dnb-pagination.css +1 -1
- package/components/pagination/style/dnb-pagination.min.css +1 -1
- package/components/radio/style/dnb-radio.css +1 -1
- package/components/radio/style/dnb-radio.min.css +1 -1
- package/components/section/style/themes/dnb-section-theme-ui.css +79 -21
- package/components/section/style/themes/dnb-section-theme-ui.min.css +1 -1
- package/components/section/style/themes/dnb-section-theme-ui.scss +16 -3
- package/components/slider/style/dnb-slider.css +2 -2
- package/components/slider/style/dnb-slider.min.css +1 -1
- package/components/step-indicator/StepIndicator.d.ts +1 -1
- package/components/step-indicator/StepIndicator.js +4 -91
- package/components/step-indicator/StepIndicatorContext.d.ts +1 -0
- package/components/step-indicator/StepIndicatorContext.js +196 -18
- package/components/step-indicator/StepIndicatorItem.js +2 -5
- package/components/step-indicator/StepIndicatorModal.js +33 -32
- package/components/step-indicator/StepIndicatorProps.js +1 -1
- package/components/step-indicator/StepIndicatorSidebar.d.ts +39 -0
- package/components/step-indicator/StepIndicatorSidebar.js +54 -52
- package/components/step-indicator/StepIndicatorTriggerButton.js +3 -3
- package/components/step-indicator/style/_step-indicator.scss +25 -4
- package/components/step-indicator/style/dnb-step-indicator.css +21 -6
- package/components/step-indicator/style/dnb-step-indicator.min.css +1 -1
- package/components/switch/style/dnb-switch.css +1 -1
- package/components/switch/style/dnb-switch.min.css +1 -1
- package/components/tabs/style/_tabs.scss +5 -1
- package/components/tabs/style/dnb-tabs.css +4 -1
- package/components/tabs/style/dnb-tabs.min.css +1 -1
- package/components/tabs/style/themes/dnb-tabs-theme-ui.css +37 -34
- package/components/tabs/style/themes/dnb-tabs-theme-ui.min.css +1 -1
- package/components/tabs/style/themes/dnb-tabs-theme-ui.scss +12 -9
- package/components/textarea/style/_textarea.scss +4 -0
- package/components/textarea/style/dnb-textarea.css +4 -1
- package/components/textarea/style/dnb-textarea.min.css +1 -1
- package/components/toggle-button/ToggleButton.js +6 -2
- package/components/toggle-button/style/dnb-toggle-button.css +4 -4
- package/components/toggle-button/style/dnb-toggle-button.min.css +1 -1
- package/es/components/accordion/Accordion.d.ts +1 -1
- package/es/components/autocomplete/style/dnb-autocomplete.css +6 -3
- package/es/components/autocomplete/style/dnb-autocomplete.min.css +1 -1
- package/es/components/breadcrumb/Breadcrumb.js +9 -7
- package/es/components/breadcrumb/Breadcrumb.tsx +20 -5
- package/es/components/breadcrumb/BreadcrumbItem.js +4 -4
- package/es/components/breadcrumb/BreadcrumbItem.tsx +12 -5
- package/es/components/breadcrumb/style/_breadcrumb.scss +7 -5
- package/es/components/breadcrumb/style/dnb-breadcrumb.css +10 -10
- package/es/components/breadcrumb/style/dnb-breadcrumb.min.css +1 -1
- package/es/components/button/Button.d.ts +0 -1
- package/es/components/button/Button.js +88 -114
- package/es/components/button/style/dnb-button.css +1 -1
- package/es/components/button/style/dnb-button.min.css +1 -1
- package/es/components/button/style/themes/dnb-button-theme-open-banking.css +6 -14
- package/es/components/button/style/themes/dnb-button-theme-open-banking.min.css +1 -1
- package/es/components/button/style/themes/dnb-button-theme-ui.css +6 -14
- 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 +6 -18
- package/es/components/checkbox/style/dnb-checkbox.css +1 -1
- package/es/components/checkbox/style/dnb-checkbox.min.css +1 -1
- package/es/components/date-picker/style/dnb-date-picker.css +11 -8
- package/es/components/date-picker/style/dnb-date-picker.min.css +2 -2
- package/es/components/dropdown/style/dnb-dropdown.css +2 -2
- package/es/components/dropdown/style/dnb-dropdown.min.css +1 -1
- package/es/components/form-set/FormSet.d.ts +1 -1
- package/es/components/form-status/style/_form-status.scss +1 -1
- package/es/components/form-status/style/dnb-form-status.css +1 -1
- package/es/components/form-status/style/dnb-form-status.min.css +1 -1
- package/es/components/global-error/style/dnb-global-error.css +1 -1
- package/es/components/global-error/style/dnb-global-error.min.css +1 -1
- package/es/components/global-status/GlobalStatus.js +18 -67
- package/es/components/global-status/style/_global-status.scss +14 -15
- package/es/components/global-status/style/dnb-global-status.css +15 -19
- package/es/components/global-status/style/dnb-global-status.min.css +1 -1
- package/es/components/global-status/style/themes/dnb-global-status-theme-ui.css +2 -48
- package/es/components/global-status/style/themes/dnb-global-status-theme-ui.min.css +1 -1
- package/es/components/global-status/style/themes/dnb-global-status-theme-ui.scss +2 -36
- package/es/components/help-button/HelpButton.js +2 -2
- package/es/components/input/style/_input.scss +5 -1
- package/es/components/input/style/dnb-input.css +5 -2
- package/es/components/input/style/dnb-input.min.css +2 -2
- package/es/components/input/style/themes/dnb-input-theme-ui.css +11 -2
- package/es/components/input/style/themes/dnb-input-theme-ui.min.css +1 -1
- package/es/components/input/style/themes/dnb-input-theme-ui.scss +4 -1
- package/es/components/input-masked/InputMasked.d.ts +2 -2
- package/es/components/input-masked/InputMaskedElement.js +2 -6
- package/es/components/input-masked/InputMaskedHooks.js +70 -31
- package/es/components/input-masked/InputMaskedUtils.js +31 -16
- package/es/components/input-masked/TextMask.js +1 -1
- package/es/components/input-masked/style/_input-masked.scss +1 -3
- package/es/components/input-masked/style/dnb-input-masked.css +6 -3
- package/es/components/input-masked/style/dnb-input-masked.min.css +2 -2
- package/es/components/modal/Modal.js +1 -1
- package/es/components/modal/ModalContent.js +32 -19
- package/es/components/modal/style/_modal-mixins.scss +4 -4
- package/es/components/modal/style/_modal.scss +14 -31
- package/es/components/modal/style/dnb-modal.css +29 -47
- package/es/components/modal/style/dnb-modal.min.css +1 -1
- package/es/components/number-format/NumberUtils.d.ts +2 -2
- package/es/components/pagination/Pagination.d.ts +6 -0
- package/es/components/pagination/Pagination.js +2 -0
- package/es/components/pagination/PaginationBar.js +1 -1
- package/es/components/pagination/PaginationInfinity.js +110 -37
- package/es/components/pagination/PaginationProvider.js +57 -61
- package/es/components/pagination/style/dnb-pagination.css +1 -1
- package/es/components/pagination/style/dnb-pagination.min.css +1 -1
- package/es/components/radio/style/dnb-radio.css +1 -1
- package/es/components/radio/style/dnb-radio.min.css +1 -1
- package/es/components/section/style/themes/dnb-section-theme-ui.css +79 -21
- package/es/components/section/style/themes/dnb-section-theme-ui.min.css +1 -1
- package/es/components/section/style/themes/dnb-section-theme-ui.scss +16 -3
- package/es/components/slider/style/dnb-slider.css +2 -2
- package/es/components/slider/style/dnb-slider.min.css +1 -1
- package/es/components/step-indicator/StepIndicator.d.ts +1 -1
- package/es/components/step-indicator/StepIndicator.js +3 -79
- package/es/components/step-indicator/StepIndicatorContext.d.ts +1 -0
- package/es/components/step-indicator/StepIndicatorContext.js +165 -17
- package/es/components/step-indicator/StepIndicatorItem.js +1 -5
- package/es/components/step-indicator/StepIndicatorModal.js +31 -34
- package/es/components/step-indicator/StepIndicatorProps.js +1 -1
- package/es/components/step-indicator/StepIndicatorSidebar.d.ts +39 -0
- package/es/components/step-indicator/StepIndicatorSidebar.js +44 -46
- package/es/components/step-indicator/StepIndicatorTriggerButton.js +3 -3
- package/es/components/step-indicator/style/_step-indicator.scss +25 -4
- package/es/components/step-indicator/style/dnb-step-indicator.css +21 -6
- package/es/components/step-indicator/style/dnb-step-indicator.min.css +1 -1
- package/es/components/switch/style/dnb-switch.css +1 -1
- package/es/components/switch/style/dnb-switch.min.css +1 -1
- package/es/components/tabs/style/_tabs.scss +5 -1
- package/es/components/tabs/style/dnb-tabs.css +4 -1
- package/es/components/tabs/style/dnb-tabs.min.css +1 -1
- package/es/components/tabs/style/themes/dnb-tabs-theme-ui.css +37 -34
- package/es/components/tabs/style/themes/dnb-tabs-theme-ui.min.css +1 -1
- package/es/components/tabs/style/themes/dnb-tabs-theme-ui.scss +12 -9
- package/es/components/textarea/style/_textarea.scss +4 -0
- package/es/components/textarea/style/dnb-textarea.css +4 -1
- package/es/components/textarea/style/dnb-textarea.min.css +1 -1
- package/es/components/toggle-button/ToggleButton.js +6 -2
- package/es/components/toggle-button/style/dnb-toggle-button.css +4 -4
- package/es/components/toggle-button/style/dnb-toggle-button.min.css +1 -1
- package/es/icons/above_the_line.js +1 -1
- package/es/icons/facebook.js +23 -0
- package/es/icons/facebook_medium.js +23 -0
- package/es/icons/fridge.js +1 -1
- package/es/icons/icons-meta.json +24 -0
- package/es/icons/icons-pdf.lock +1 -1
- package/es/icons/icons-svg.lock +1 -1
- package/es/icons/index.d.ts +16 -0
- package/es/icons/index.js +9 -1
- package/es/icons/information_circled.js +11 -4
- package/es/icons/information_circled_medium.js +10 -4
- package/es/icons/instagram.js +35 -0
- package/es/icons/instagram_medium.js +42 -0
- package/es/icons/linkedin.js +20 -0
- package/es/icons/linkedin_medium.js +20 -0
- package/es/icons/motorcycle_medium.js +2 -2
- package/es/icons/paragraph.js +1 -1
- package/es/icons/scooter_medium.js +2 -2
- package/es/icons/secondary_icons.js +5 -1
- package/es/icons/secondary_icons_medium.js +5 -1
- package/es/icons/tag.js +29 -0
- package/es/icons/tag_medium.js +29 -0
- package/es/shared/EventEmitter.js +5 -8
- package/es/shared/component-helper.js +58 -49
- package/es/shared/helpers.js +28 -12
- package/es/style/dnb-ui-components.css +85 -83
- package/es/style/dnb-ui-components.min.css +5 -5
- package/es/style/themes/theme-open-banking/dnb-theme-open-banking.css +141 -133
- package/es/style/themes/theme-open-banking/dnb-theme-open-banking.min.css +4 -4
- package/es/style/themes/theme-ui/dnb-theme-ui.css +135 -119
- package/es/style/themes/theme-ui/dnb-theme-ui.min.css +4 -4
- package/esm/components/accordion/Accordion.d.ts +1 -1
- package/esm/components/autocomplete/style/dnb-autocomplete.css +6 -3
- package/esm/components/autocomplete/style/dnb-autocomplete.min.css +1 -1
- package/esm/components/breadcrumb/Breadcrumb.js +9 -7
- package/esm/components/breadcrumb/Breadcrumb.tsx +20 -5
- package/esm/components/breadcrumb/BreadcrumbItem.js +4 -4
- package/esm/components/breadcrumb/BreadcrumbItem.tsx +12 -5
- package/esm/components/breadcrumb/style/_breadcrumb.scss +7 -5
- package/esm/components/breadcrumb/style/dnb-breadcrumb.css +10 -10
- package/esm/components/breadcrumb/style/dnb-breadcrumb.min.css +1 -1
- package/esm/components/button/Button.d.ts +0 -1
- package/esm/components/button/Button.js +95 -135
- package/esm/components/button/style/dnb-button.css +1 -1
- package/esm/components/button/style/dnb-button.min.css +1 -1
- package/esm/components/button/style/themes/dnb-button-theme-open-banking.css +6 -14
- package/esm/components/button/style/themes/dnb-button-theme-open-banking.min.css +1 -1
- package/esm/components/button/style/themes/dnb-button-theme-ui.css +6 -14
- package/esm/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
- package/esm/components/button/style/themes/dnb-button-theme-ui.scss +6 -18
- package/esm/components/checkbox/style/dnb-checkbox.css +1 -1
- package/esm/components/checkbox/style/dnb-checkbox.min.css +1 -1
- package/esm/components/date-picker/style/dnb-date-picker.css +11 -8
- package/esm/components/date-picker/style/dnb-date-picker.min.css +2 -2
- package/esm/components/dropdown/style/dnb-dropdown.css +2 -2
- package/esm/components/dropdown/style/dnb-dropdown.min.css +1 -1
- package/esm/components/form-set/FormSet.d.ts +1 -1
- package/esm/components/form-status/style/_form-status.scss +1 -1
- package/esm/components/form-status/style/dnb-form-status.css +1 -1
- package/esm/components/form-status/style/dnb-form-status.min.css +1 -1
- package/esm/components/global-error/style/dnb-global-error.css +1 -1
- package/esm/components/global-error/style/dnb-global-error.min.css +1 -1
- package/esm/components/global-status/GlobalStatus.js +18 -71
- package/esm/components/global-status/style/_global-status.scss +14 -15
- package/esm/components/global-status/style/dnb-global-status.css +15 -19
- package/esm/components/global-status/style/dnb-global-status.min.css +1 -1
- package/esm/components/global-status/style/themes/dnb-global-status-theme-ui.css +2 -48
- package/esm/components/global-status/style/themes/dnb-global-status-theme-ui.min.css +1 -1
- package/esm/components/global-status/style/themes/dnb-global-status-theme-ui.scss +2 -36
- package/esm/components/help-button/HelpButton.js +2 -2
- package/esm/components/input/style/_input.scss +5 -1
- package/esm/components/input/style/dnb-input.css +5 -2
- package/esm/components/input/style/dnb-input.min.css +2 -2
- package/esm/components/input/style/themes/dnb-input-theme-ui.css +11 -2
- package/esm/components/input/style/themes/dnb-input-theme-ui.min.css +1 -1
- package/esm/components/input/style/themes/dnb-input-theme-ui.scss +4 -1
- package/esm/components/input-masked/InputMasked.d.ts +2 -2
- package/esm/components/input-masked/InputMaskedElement.js +2 -6
- package/esm/components/input-masked/InputMaskedHooks.js +76 -36
- package/esm/components/input-masked/InputMaskedUtils.js +32 -17
- package/esm/components/input-masked/TextMask.js +1 -1
- package/esm/components/input-masked/style/_input-masked.scss +1 -3
- package/esm/components/input-masked/style/dnb-input-masked.css +6 -3
- package/esm/components/input-masked/style/dnb-input-masked.min.css +2 -2
- package/esm/components/modal/Modal.js +1 -1
- package/esm/components/modal/ModalContent.js +43 -27
- package/esm/components/modal/style/_modal-mixins.scss +4 -4
- package/esm/components/modal/style/_modal.scss +14 -31
- package/esm/components/modal/style/dnb-modal.css +29 -47
- package/esm/components/modal/style/dnb-modal.min.css +1 -1
- package/esm/components/number-format/NumberUtils.d.ts +2 -2
- package/esm/components/pagination/Pagination.d.ts +6 -0
- package/esm/components/pagination/Pagination.js +2 -0
- package/esm/components/pagination/PaginationBar.js +1 -1
- package/esm/components/pagination/PaginationInfinity.js +137 -67
- package/esm/components/pagination/PaginationProvider.js +64 -68
- package/esm/components/pagination/style/dnb-pagination.css +1 -1
- package/esm/components/pagination/style/dnb-pagination.min.css +1 -1
- package/esm/components/radio/style/dnb-radio.css +1 -1
- package/esm/components/radio/style/dnb-radio.min.css +1 -1
- package/esm/components/section/style/themes/dnb-section-theme-ui.css +79 -21
- package/esm/components/section/style/themes/dnb-section-theme-ui.min.css +1 -1
- package/esm/components/section/style/themes/dnb-section-theme-ui.scss +16 -3
- package/esm/components/slider/style/dnb-slider.css +2 -2
- package/esm/components/slider/style/dnb-slider.min.css +1 -1
- package/esm/components/step-indicator/StepIndicator.d.ts +1 -1
- package/esm/components/step-indicator/StepIndicator.js +4 -91
- package/esm/components/step-indicator/StepIndicatorContext.d.ts +1 -0
- package/esm/components/step-indicator/StepIndicatorContext.js +196 -18
- package/esm/components/step-indicator/StepIndicatorItem.js +2 -5
- package/esm/components/step-indicator/StepIndicatorModal.js +33 -32
- package/esm/components/step-indicator/StepIndicatorProps.js +1 -1
- package/esm/components/step-indicator/StepIndicatorSidebar.d.ts +39 -0
- package/esm/components/step-indicator/StepIndicatorSidebar.js +54 -52
- package/esm/components/step-indicator/StepIndicatorTriggerButton.js +3 -3
- package/esm/components/step-indicator/style/_step-indicator.scss +25 -4
- package/esm/components/step-indicator/style/dnb-step-indicator.css +21 -6
- package/esm/components/step-indicator/style/dnb-step-indicator.min.css +1 -1
- package/esm/components/switch/style/dnb-switch.css +1 -1
- package/esm/components/switch/style/dnb-switch.min.css +1 -1
- package/esm/components/tabs/style/_tabs.scss +5 -1
- package/esm/components/tabs/style/dnb-tabs.css +4 -1
- package/esm/components/tabs/style/dnb-tabs.min.css +1 -1
- package/esm/components/tabs/style/themes/dnb-tabs-theme-ui.css +37 -34
- package/esm/components/tabs/style/themes/dnb-tabs-theme-ui.min.css +1 -1
- package/esm/components/tabs/style/themes/dnb-tabs-theme-ui.scss +12 -9
- package/esm/components/textarea/style/_textarea.scss +4 -0
- package/esm/components/textarea/style/dnb-textarea.css +4 -1
- package/esm/components/textarea/style/dnb-textarea.min.css +1 -1
- package/esm/components/toggle-button/ToggleButton.js +6 -2
- package/esm/components/toggle-button/style/dnb-toggle-button.css +4 -4
- package/esm/components/toggle-button/style/dnb-toggle-button.min.css +1 -1
- package/esm/dnb-ui-basis.min.mjs +5 -0
- package/esm/dnb-ui-components.min.mjs +17 -0
- package/esm/dnb-ui-elements.min.mjs +17 -0
- package/esm/dnb-ui-extensions.min.mjs +17 -0
- package/esm/dnb-ui-icons.min.mjs +1 -0
- package/esm/dnb-ui-lib.min.mjs +17 -0
- package/esm/dnb-ui-web-components.min.mjs +17 -0
- package/esm/icons/above_the_line.js +1 -1
- package/esm/icons/facebook.js +23 -0
- package/esm/icons/facebook_medium.js +23 -0
- package/esm/icons/fridge.js +1 -1
- package/esm/icons/icons-meta.json +24 -0
- package/esm/icons/icons-pdf.lock +1 -1
- package/esm/icons/icons-svg.lock +1 -1
- package/esm/icons/index.d.ts +16 -0
- package/esm/icons/index.js +9 -1
- package/esm/icons/information_circled.js +11 -4
- package/esm/icons/information_circled_medium.js +10 -4
- package/esm/icons/instagram.js +35 -0
- package/esm/icons/instagram_medium.js +42 -0
- package/esm/icons/linkedin.js +20 -0
- package/esm/icons/linkedin_medium.js +20 -0
- package/esm/icons/motorcycle_medium.js +2 -2
- package/esm/icons/paragraph.js +1 -1
- package/esm/icons/scooter_medium.js +2 -2
- package/esm/icons/secondary_icons.js +5 -1
- package/esm/icons/secondary_icons_medium.js +5 -1
- package/esm/icons/tag.js +29 -0
- package/esm/icons/tag_medium.js +29 -0
- package/esm/shared/EventEmitter.js +6 -8
- package/esm/shared/component-helper.js +94 -58
- package/esm/shared/helpers.js +36 -12
- package/esm/style/dnb-ui-components.css +85 -83
- package/esm/style/dnb-ui-components.min.css +5 -5
- package/esm/style/themes/theme-open-banking/dnb-theme-open-banking.css +141 -133
- package/esm/style/themes/theme-open-banking/dnb-theme-open-banking.min.css +4 -4
- package/esm/style/themes/theme-ui/dnb-theme-ui.css +135 -119
- package/esm/style/themes/theme-ui/dnb-theme-ui.min.css +4 -4
- package/icons/above_the_line.js +1 -1
- package/icons/facebook.js +23 -0
- package/icons/facebook_medium.js +23 -0
- package/icons/fridge.js +1 -1
- package/icons/icons-meta.json +24 -0
- package/icons/icons-pdf.lock +1 -1
- package/icons/icons-svg.lock +1 -1
- package/icons/index.d.ts +16 -0
- package/icons/index.js +9 -1
- package/icons/information_circled.js +11 -4
- package/icons/information_circled_medium.js +10 -4
- package/icons/instagram.js +35 -0
- package/icons/instagram_medium.js +42 -0
- package/icons/linkedin.js +20 -0
- package/icons/linkedin_medium.js +20 -0
- package/icons/motorcycle_medium.js +2 -2
- package/icons/paragraph.js +1 -1
- package/icons/scooter_medium.js +2 -2
- package/icons/secondary_icons.js +5 -1
- package/icons/secondary_icons_medium.js +5 -1
- package/icons/tag.js +29 -0
- package/icons/tag_medium.js +29 -0
- package/package.json +2 -2
- package/shared/EventEmitter.js +6 -8
- package/shared/component-helper.js +94 -58
- package/shared/helpers.js +36 -12
- package/style/dnb-ui-components.css +85 -83
- package/style/dnb-ui-components.min.css +5 -5
- package/style/themes/theme-open-banking/dnb-theme-open-banking.css +141 -133
- package/style/themes/theme-open-banking/dnb-theme-open-banking.min.css +4 -4
- package/style/themes/theme-ui/dnb-theme-ui.css +135 -119
- package/style/themes/theme-ui/dnb-theme-ui.min.css +4 -4
- package/umd/dnb-ui-basis.min.js +12 -0
- package/umd/dnb-ui-components.min.js +24 -0
- package/umd/dnb-ui-elements.min.js +24 -0
- package/umd/dnb-ui-extensions.min.js +24 -0
- package/umd/dnb-ui-icons.min.js +1 -0
- package/umd/dnb-ui-lib.min.js +24 -0
- package/umd/dnb-ui-web-components.min.js +24 -0
- package/cjs/components/breadcrumb/Breadcrumb.tsx +0 -244
- package/cjs/components/breadcrumb/BreadcrumbItem.tsx +0 -111
- package/cjs/shared/interfaces.tsx +0 -14
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,61 @@
|
|
|
3
3
|
All notable changes to @dnb/eufemia will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [9.17.0](https://github.com/dnbexperience/eufemia/compare/v9.16.3...v9.17.0) (2021-12-07)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **Breadcrumb:** Spacing prop + contrast colors ([29dd469](https://github.com/dnbexperience/eufemia/commit/29dd4692cc1cb142cb7d49f031ef59aed6453169))
|
|
12
|
+
* **Button:** fix margin on tertiary button multiline ([f332154](https://github.com/dnbexperience/eufemia/commit/f332154279f724de7bbacf94000681f04b4f45e5))
|
|
13
|
+
* enhance type generation when using Button.propTypes instead of buttonPropTypes ([6c81db7](https://github.com/dnbexperience/eufemia/commit/6c81db7b88f19238a99568ed2616c7505fcb9db3))
|
|
14
|
+
* fix re-render issue with ToggleButtons ([6507e0f](https://github.com/dnbexperience/eufemia/commit/6507e0fb18bb970c4772a292153b64310808bb85))
|
|
15
|
+
* **InputMasked:** only use inputmode=numeric/decimal when safe to use ([01f95e0](https://github.com/dnbexperience/eufemia/commit/01f95e034e67290acebd6888942ff6bea1cb73fd))
|
|
16
|
+
* **Input:** use emerald-green on focus border color ([a7fdcba](https://github.com/dnbexperience/eufemia/commit/a7fdcba6b0ba5b78953aad4ee154106c32e548cc))
|
|
17
|
+
* **Modal:** enhance Modal performance ([cff5e00](https://github.com/dnbexperience/eufemia/commit/cff5e00d80550b273df69965a50884d68dfd08e0))
|
|
18
|
+
* **StepIndicator:** fix TypeScript private event emitter warning ([cee529d](https://github.com/dnbexperience/eufemia/commit/cee529d742dab37c44c671b23e53c055e91ef560))
|
|
19
|
+
* **StepIndicator:** show skeleton during SSR if no data is given to Sidebar ([696d209](https://github.com/dnbexperience/eufemia/commit/696d2098f2839c02707ceb39e328bc99e056b389))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* add icons: facebook, linkedin, instagram and tag ([7fa3da1](https://github.com/dnbexperience/eufemia/commit/7fa3da1e973a7f2c6de5fb40bb3c23252bd27280))
|
|
25
|
+
* **GlobalStatus:** New design ([88630ec](https://github.com/dnbexperience/eufemia/commit/88630ece7c88a94b8234e305cc139f2b713d7ce1))
|
|
26
|
+
|
|
27
|
+
## [9.16.3](https://github.com/dnbexperience/eufemia/compare/v9.16.2...v9.16.3) (2021-11-22)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Bug Fixes
|
|
31
|
+
|
|
32
|
+
* fix pagination indicator and load button issue ([c672251](https://github.com/dnbexperience/eufemia/commit/c6722514d990603d5ebf350bf6bda6da1ccf7141))
|
|
33
|
+
* **InputMasked:** enhance handling of decimals with a following zero ([6ed6e75](https://github.com/dnbexperience/eufemia/commit/6ed6e7565d46b60c010c05686e67f07abead60d4))
|
|
34
|
+
* **InputMasked:** fix Android keyCode issue by using the keypress event ([0028e6f](https://github.com/dnbexperience/eufemia/commit/0028e6fd8c1d625d6b5576fcc15dfca8ed2d6de1))
|
|
35
|
+
* **Tabs:** Larger spacing to line + changed focus design ([3f093e6](https://github.com/dnbexperience/eufemia/commit/3f093e6ed79971301d91bf556e6d7e129a3e658f))
|
|
36
|
+
|
|
37
|
+
## [9.16.2](https://github.com/dnbexperience/eufemia/compare/v9.16.1...v9.16.2) (2021-11-20)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Bug Fixes
|
|
41
|
+
|
|
42
|
+
* **Breadcrumb:** Remove padding on left and right side ([903cb34](https://github.com/dnbexperience/eufemia/commit/903cb34950b4c3366f314f03832bbd3924ded0e0))
|
|
43
|
+
* **InputMasked:** fix show_mask and use invisible guide char by default ([92fd07b](https://github.com/dnbexperience/eufemia/commit/92fd07bc26783906303ec593187f98957c7f28f5))
|
|
44
|
+
* **NumberFormat:** types for NumberUtils ([#1141](https://github.com/dnbexperience/eufemia/issues/1141)) ([293cc20](https://github.com/dnbexperience/eufemia/commit/293cc20fd9b5f71269a157b68358b8b5b99d7450))
|
|
45
|
+
* **Section:** Text color on --fire-red-8 ([7901667](https://github.com/dnbexperience/eufemia/commit/79016672aae9f04f4aeb188f152c95e33b2c8f56))
|
|
46
|
+
* **StepIndicator:** Update triggerbutton icon to chevron_down ([b6ef50b](https://github.com/dnbexperience/eufemia/commit/b6ef50b5145561e6663a69114d4dc9238a6d7478))
|
|
47
|
+
* Update icon size on button tertiary ([8e8b8ab](https://github.com/dnbexperience/eufemia/commit/8e8b8ab19ac2e0bdcb6478f00c882c9af8ebbcc2))
|
|
48
|
+
|
|
49
|
+
## [9.16.1](https://github.com/dnbexperience/eufemia/compare/v9.16.0...v9.16.1) (2021-11-16)
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
### Bug Fixes
|
|
53
|
+
|
|
54
|
+
* **Breadcrumb:** fix usage of tsx file in /cjs – which is used when running Jest tests ([7787929](https://github.com/dnbexperience/eufemia/commit/7787929e95492a5c408de0f1b2cd8ee05248032a))
|
|
55
|
+
* fix Circular dependency imports (reported by rollup, UMD build) ([37c70b2](https://github.com/dnbexperience/eufemia/commit/37c70b29e89872e6963042eb348cea2e0eab742d))
|
|
56
|
+
* **InputMasked:** fix manual range selection ([a2a1a98](https://github.com/dnbexperience/eufemia/commit/a2a1a98096e31f109e6037c8a81abbd149787652))
|
|
57
|
+
* **InputMasked:** fix misplaced leading zero while typing ([a40e6a0](https://github.com/dnbexperience/eufemia/commit/a40e6a09848471dce04cfd7b5f189d6ff0c50e26))
|
|
58
|
+
* **InputMasked:** handle initial empty string value ([70c5fd8](https://github.com/dnbexperience/eufemia/commit/70c5fd853b4e3d36fdc62a87a8301ec01c518f47))
|
|
59
|
+
* **Modal:** text selection issue after modal has been closed ([a1a612b](https://github.com/dnbexperience/eufemia/commit/a1a612bd94231d1c0b92e8b0caab6b07d0e13ea6))
|
|
60
|
+
|
|
6
61
|
# [9.16.0](https://github.com/dnbexperience/eufemia/compare/v9.15.2...v9.16.0) (2021-11-15)
|
|
7
62
|
|
|
8
63
|
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M7.25004
|
|
2
|
+
<path d="M7.25004 13.9997C7.25004 14.4139 7.58583 14.7497 8.00004 14.7497C8.41425 14.7497 8.75004 14.4139 8.75004 13.9997H7.25004ZM8.00004 5.99967L8.50571 5.44578C8.20959 5.17545 7.75323 5.18583 7.46971 5.46934L8.00004 5.99967ZM4.80304 8.13601C4.51015 8.4289 4.51015 8.90378 4.80304 9.19667C5.09594 9.48956 5.57081 9.48956 5.8637 9.19667L4.80304 8.13601ZM10.1092 9.16807C10.3863 9.47595 10.8605 9.50091 11.1684 9.22381C11.4763 8.94672 11.5013 8.4725 11.2242 8.16462L10.1092 9.16807ZM1.33337 1.58301C0.91916 1.58301 0.583374 1.91879 0.583374 2.33301C0.583374 2.74722 0.91916 3.08301 1.33337 3.08301V1.58301ZM2.66671 3.08301C3.08092 3.08301 3.41671 2.74722 3.41671 2.33301C3.41671 1.91879 3.08092 1.58301 2.66671 1.58301V3.08301ZM5.33337 1.58301C4.91916 1.58301 4.58337 1.91879 4.58337 2.33301C4.58337 2.74722 4.91916 3.08301 5.33337 3.08301V1.58301ZM6.66671 3.08301C7.08092 3.08301 7.41671 2.74722 7.41671 2.33301C7.41671 1.91879 7.08092 1.58301 6.66671 1.58301V3.08301ZM9.33337 1.58301C8.91916 1.58301 8.58337 1.91879 8.58337 2.33301C8.58337 2.74722 8.91916 3.08301 9.33337 3.08301V1.58301ZM10.6667 3.08301C11.0809 3.08301 11.4167 2.74722 11.4167 2.33301C11.4167 1.91879 11.0809 1.58301 10.6667 1.58301V3.08301ZM13.3334 1.58301C12.9192 1.58301 12.5834 1.91879 12.5834 2.33301C12.5834 2.74722 12.9192 3.08301 13.3334 3.08301V1.58301ZM14.6667 3.08301C15.0809 3.08301 15.4167 2.74722 15.4167 2.33301C15.4167 1.91879 15.0809 1.58301 14.6667 1.58301V3.08301ZM8.75004 13.9997V5.99967H7.25004V13.9997H8.75004ZM7.46971 5.46934L4.80304 8.13601L5.8637 9.19667L8.53037 6.53L7.46971 5.46934ZM8.00004 5.99967C7.49437 6.55357 7.49436 6.55355 7.49434 6.55354C7.49435 6.55355 7.49434 6.55354 7.49435 6.55355C7.49436 6.55356 7.4944 6.5536 7.49446 6.55365C7.49458 6.55376 7.49479 6.55395 7.49509 6.55423C7.49569 6.55477 7.49665 6.55565 7.49795 6.55684C7.50056 6.55923 7.50457 6.56291 7.50993 6.56783C7.52064 6.57766 7.53673 6.59246 7.55775 6.61187C7.5998 6.6507 7.66156 6.70797 7.73949 6.78089C7.8954 6.9268 8.11572 7.13509 8.3722 7.38354C8.88693 7.88218 9.53986 8.53542 10.1092 9.16807L11.2242 8.16462C10.622 7.49551 9.94157 6.81542 9.41587 6.30616C9.15213 6.05067 8.92545 5.83636 8.76442 5.68567C8.68388 5.6103 8.61968 5.55076 8.57539 5.50986C8.55324 5.48941 8.53606 5.47361 8.5243 5.46282C8.51842 5.45742 8.5139 5.45327 8.51078 5.45042C8.50922 5.44899 8.50801 5.44789 8.50717 5.44711C8.50674 5.44672 8.50641 5.44642 8.50617 5.4462C8.50604 5.44609 8.50595 5.446 8.50587 5.44593C8.50583 5.44589 8.50579 5.44585 8.50577 5.44584C8.50574 5.44581 8.50571 5.44578 8.00004 5.99967ZM1.33337 3.08301H2.66671V1.58301H1.33337V3.08301ZM5.33337 3.08301H6.66671V1.58301H5.33337V3.08301ZM9.33337 3.08301H10.6667V1.58301H9.33337V3.08301ZM13.3334 3.08301H14.6667V1.58301H13.3334V3.08301Z" fill="black"/>
|
|
3
3
|
</svg>
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 5.61818H9.22023V4.35987C9.18332 3.9891 9.48632 3.63324 9.87276 3.63519H11.8303V1H9.00489C6.44046 1 5.95759 2.97639 5.95759 4.20176V5.61818H4V8.25337H5.95759V15H9.22023V8.25337H11.7325L12 5.61818Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M18 8.00689H13.8303V6.09773C13.775 5.53519 14.2295 4.99525 14.8091 4.99822H17.7455V1H13.5073C9.66069 1 8.93638 3.99867 8.93638 5.85784V8.00689H6V12.0051H8.93638V23H13.8303V12.0051H17.5987L18 8.00689Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M13.5 5.75H2.5M5
|
|
2
|
+
<path d="M13.5 5.75H2.5M5 9V11.5M5 3V3.5M4.5 14.75H3.19933C2.8131 14.75 2.5 14.4369 2.5 14.0507V5.75M4.5 14.75V15.75M4.5 14.75H11.5M11.5 14.75H12.8007C13.1869 14.75 13.5 14.4369 13.5 14.0507V1.44933C13.5 1.0631 13.1869 0.75 12.8007 0.75H3.19933C2.8131 0.75 2.5 1.0631 2.5 1.44933V5.75M11.5 14.75V15.75" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
2
|
+
<path d="M10.0406 11.5812H9.52702C8.95977 11.5812 8.49992 11.1214 8.49992 10.5541V7.98637C8.49992 7.70274 8.27 7.47282 7.98637 7.47282H7.47282M16.2032 8.49992C16.2032 12.7543 12.7543 16.2032 8.49992 16.2032C4.24553 16.2032 0.796656 12.7543 0.796656 8.49992C0.796656 4.24553 4.24553 0.796656 8.49992 0.796656C12.7543 0.796656 16.2032 4.24553 16.2032 8.49992Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<ellipse cx="8.15754" cy="5.0762" rx="0.684735" ry="0.684735" fill="black"/>
|
|
3
4
|
</svg>
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
2
|
+
<path d="M14.25 16.5H13.5C12.6716 16.5 12 15.8284 12 15V11.25C12 10.8358 11.6642 10.5 11.25 10.5H10.5M23.25 12C23.25 18.2132 18.2132 23.25 12 23.25C5.7868 23.25 0.75 18.2132 0.75 12C0.75 5.7868 5.7868 0.75 12 0.75C18.2132 0.75 23.25 5.7868 23.25 12Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<circle cx="11.5" cy="7" r="1" fill="black"/>
|
|
3
4
|
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11.2667 1H4.73333C2.67147 1 1 2.67147 1 4.73333V11.2667C1 13.3285 2.67147 15 4.73333 15H11.2667C13.3285 15 15 13.3285 15 11.2667V4.73333C15 2.67147 13.3285 1 11.2667 1Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M8 11.1111C9.71822 11.1111 11.1111 9.71822 11.1111 8C11.1111 6.28178 9.71822 4.88889 8 4.88889C6.28178 4.88889 4.88889 6.28178 4.88889 8C4.88889 9.71822 6.28178 11.1111 8 11.1111Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<ellipse cx="11.75" cy="3.75" rx="0.75" ry="0.75" fill="black"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_2912_69)">
|
|
3
|
+
<path d="M17.24 0.75H6.73999C3.42628 0.75 0.73999 3.43629 0.73999 6.75V17.25C0.73999 20.5637 3.42628 23.25 6.73999 23.25H17.24C20.5537 23.25 23.24 20.5637 23.24 17.25V6.75C23.24 3.43629 20.5537 0.75 17.24 0.75Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M11.99 17C14.7514 17 16.99 14.7614 16.99 12C16.99 9.23858 14.7514 7 11.99 7C9.22857 7 6.98999 9.23858 6.98999 12C6.98999 14.7614 9.22857 17 11.99 17Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<circle cx="18.75" cy="5.25" r="1.25" fill="black"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_2912_69">
|
|
9
|
+
<rect width="24" height="24" fill="white"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4.02939 14.8271V15.5771C4.4436 15.5771 4.77939 15.2413 4.77939 14.8271H4.02939ZM1 14.8271H0.25C0.25 15.2413 0.585786 15.5771 1 15.5771L1 14.8271ZM1 6V5.25C0.585786 5.25 0.25 5.58579 0.25 6H1ZM4.02939 6H4.77939C4.77939 5.58579 4.4436 5.25 4.02939 5.25V6ZM8.98486 14.8271V15.5771C9.39907 15.5771 9.73486 15.2413 9.73486 14.8271H8.98486ZM5.79964 14.8271H5.04964C5.04964 15.2413 5.38543 15.5771 5.79964 15.5771V14.8271ZM5.79964 6V5.25C5.38543 5.25 5.04964 5.58579 5.04964 6H5.79964ZM8.98486 6H9.73486C9.73486 5.58579 9.39907 5.25 8.98486 5.25V6ZM8.98486 6.99359H8.23486C8.23486 7.28583 8.40461 7.55145 8.66981 7.67421C8.935 7.79697 9.24736 7.75451 9.47017 7.56541L8.98486 6.99359ZM11.6527 5.99375V5.24369L11.6429 5.24381L11.6527 5.99375ZM15 14.8271V15.5771C15.4142 15.5771 15.75 15.2413 15.75 14.8271H15ZM11.6527 14.8271H10.9027C10.9027 15.2413 11.2385 15.5771 11.6527 15.5771V14.8271ZM11.6527 10.1743L10.9027 10.1708V10.1743H11.6527ZM10.3188 8.8308V9.5808H10.3188L10.3188 8.8308ZM4.02939 14.0771H1V15.5771H4.02939V14.0771ZM1.75 14.8271V6H0.25V14.8271H1.75ZM1 6.75H4.02939V5.25H1V6.75ZM3.27939 6V14.8271H4.77939V6H3.27939ZM8.23486 10.1743V14.8271H9.73486V10.1743H8.23486ZM8.98486 14.0771H5.79964V15.5771H8.98486V14.0771ZM6.54964 14.8271V6H5.04964V14.8271H6.54964ZM5.79964 6.75H8.98486V5.25H5.79964V6.75ZM8.23486 6V6.99359H9.73486V6H8.23486ZM9.47017 7.56541C10.0839 7.04453 10.859 6.75415 11.6625 6.74369L11.6429 5.24381C10.4903 5.25883 9.37895 5.67543 8.49956 6.42177L9.47017 7.56541ZM11.6527 6.74375C12.4408 6.74375 13.0559 7.02851 13.4886 7.55345C13.935 8.09491 14.25 8.9703 14.25 10.2493H15.75C15.75 8.74129 15.3794 7.48889 14.6461 6.59933C13.8991 5.69325 12.8406 5.24375 11.6527 5.24375V6.74375ZM14.25 10.2493V14.8271H15.75V10.2493H14.25ZM15 14.0771H11.6527V15.5771H15V14.0771ZM12.4027 14.8271V10.1743H10.9027V14.8271H12.4027ZM10.3188 8.0808C9.16893 8.0808 8.23486 9.04969 8.23486 10.1743H9.73486C9.73486 9.8594 10.0159 9.5808 10.3188 9.5808V8.0808ZM12.4027 10.1778C12.408 9.0466 11.4689 8.08079 10.3188 8.0808L10.3188 9.5808C10.627 9.5808 10.9042 9.85994 10.9027 10.1708L12.4027 10.1778ZM3.20562 2.47778C3.20562 2.87972 2.87978 3.20556 2.47784 3.20556V4.70556C3.70821 4.70556 4.70562 3.70815 4.70562 2.47778H3.20562ZM2.47784 3.20556C2.0759 3.20556 1.75006 2.87972 1.75006 2.47778H0.250065C0.250065 3.70815 1.24747 4.70556 2.47784 4.70556V3.20556ZM1.75006 2.47778C1.75006 2.07584 2.0759 1.75 2.47784 1.75V0.25C1.24747 0.25 0.250065 1.24741 0.250065 2.47778H1.75006ZM2.47784 1.75C2.87978 1.75 3.20562 2.07584 3.20562 2.47778H4.70562C4.70562 1.24741 3.70821 0.25 2.47784 0.25V1.75Z" fill="black"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5.61866 22.75V23.5C6.03287 23.5 6.36866 23.1642 6.36866 22.75H5.61866ZM0.75 22.75H0C0 23.1642 0.335786 23.5 0.75 23.5L0.75 22.75ZM0.75 8.76004V8.01004C0.335786 8.01004 0 8.34583 0 8.76004H0.75ZM5.61866 8.76004H6.36866C6.36866 8.34583 6.03287 8.01004 5.61866 8.01004V8.76004ZM13.5828 22.75V23.5C13.997 23.5 14.3328 23.1642 14.3328 22.75H13.5828ZM8.46371 22.75H7.71371C7.71371 23.1642 8.0495 23.5 8.46371 23.5V22.75ZM8.46371 8.76004V8.01004C8.0495 8.01004 7.71371 8.34583 7.71371 8.76004H8.46371ZM13.5828 8.76004H14.3328C14.3328 8.34583 13.997 8.01004 13.5828 8.01004V8.76004ZM13.5828 10.3569H12.8328C12.8328 10.6491 13.0026 10.9147 13.2678 11.0375C13.533 11.1603 13.8453 11.1178 14.0681 10.9287L13.5828 10.3569ZM17.8704 8.75V7.99994L17.8607 8.00006L17.8704 8.75ZM23.25 22.75V23.5C23.6642 23.5 24 23.1642 24 22.75H23.25ZM17.8704 22.75H17.1204C17.1204 23.1642 17.4562 23.5 17.8704 23.5V22.75ZM17.8704 15.4688L17.1204 15.4653V15.4688H17.8704ZM15.7266 13.3095V14.0595H15.7266L15.7266 13.3095ZM5.61866 22H0.75V23.5H5.61866V22ZM1.5 22.75V8.76004H0V22.75H1.5ZM0.75 9.51004H5.61866V8.01004H0.75V9.51004ZM4.86866 8.76004V22.75H6.36866V8.76004H4.86866ZM12.8328 15.4688V22.75H14.3328V15.4688H12.8328ZM13.5828 22H8.46371V23.5H13.5828V22ZM9.21371 22.75V8.76004H7.71371V22.75H9.21371ZM8.46371 9.51004H13.5828V8.01004H8.46371V9.51004ZM12.8328 8.76004V10.3569H14.3328V8.76004H12.8328ZM14.0681 10.9287C15.1351 10.0231 16.4829 9.51814 17.8802 9.49994L17.8607 8.00006C16.1141 8.02281 14.4302 8.65403 13.0975 9.78507L14.0681 10.9287ZM17.8704 9.5C19.2583 9.5 20.3815 10.0077 21.1724 10.967C21.9768 11.9429 22.5 13.4642 22.5 15.5893H24C24 13.2352 23.4212 11.3369 22.3298 10.0129C21.2248 8.6724 19.6582 8 17.8704 8V9.5ZM22.5 15.5893V22.75H24V15.5893H22.5ZM23.25 22H17.8704V23.5H23.25V22ZM18.6204 22.75V15.4688H17.1204V22.75H18.6204ZM15.7266 12.5595C14.1358 12.5595 12.8328 13.9071 12.8328 15.4688H14.3328C14.3328 14.7168 14.9828 14.0595 15.7266 14.0595V12.5595ZM18.6204 15.4723C18.6277 13.9033 17.3195 12.5595 15.7266 12.5595L15.7266 14.0595C16.4776 14.0595 17.1239 14.7166 17.1204 15.4653L18.6204 15.4723ZM4.75 3.625C4.75 4.52246 4.02246 5.25 3.125 5.25V6.75C4.85089 6.75 6.25 5.35089 6.25 3.625H4.75ZM3.125 5.25C2.22754 5.25 1.5 4.52246 1.5 3.625H0C0 5.35089 1.39911 6.75 3.125 6.75V5.25ZM1.5 3.625C1.5 2.72754 2.22754 2 3.125 2V0.5C1.39911 0.5 0 1.89911 0 3.625H1.5ZM3.125 2C4.02246 2 4.75 2.72754 4.75 3.625H6.25C6.25 1.89911 4.85089 0.5 3.125 0.5V2Z" fill="black"/>
|
|
3
|
+
</svg>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#
|
|
2
|
+
<g clip-path="url(#clip0_1350_7)">
|
|
3
3
|
<path d="M23.255 13.505C22.7469 12.9969 22.2118 12.5542 21.5319 12.2894C19.8572 11.637 17.8804 12.142 16.725 13.529L14.699 15.96C14.4174 16.2981 13.9861 16.5001 13.546 16.5H11.939C11.5062 16.5 11.0816 16.3047 10.8 15.976C10.3665 15.471 9.94261 14.9248 9.5 14.3907M20.25 18.75L17.8778 7.125M13.875 2.25H15.658C16.3588 2.24992 16.9816 2.75523 17.126 3.441L17.8778 7.125M3.75 18.75L9.5 14.3907M7.17649 7.89887L2.25 8.25C1.433 8.25 0.75 8.933 0.75 9.75C0.75 10.567 1.433 11.25 2.25 11.25C3.70539 11.25 5.13964 11.1749 6.49801 11.801C7.70797 12.3587 8.63935 13.352 9.5 14.3907M7.17649 7.89887L10.061 10.811C10.3422 11.092 10.7235 11.2499 11.121 11.25H12.75C13.567 11.25 14.25 10.567 14.25 9.75V7.39472M7.17649 7.89887L14.25 7.39472M14.25 7.39472L17.8778 7.125M23.25 18.75C23.25 20.4069 21.9069 21.75 20.25 21.75C18.5931 21.75 17.25 20.4069 17.25 18.75C17.25 17.0931 18.5931 15.75 20.25 15.75C21.9069 15.75 23.25 17.0931 23.25 18.75ZM6.75 18.75C6.75 20.4069 5.40685 21.75 3.75 21.75C2.09315 21.75 0.75 20.4069 0.75 18.75C0.75 17.0931 2.09315 15.75 3.75 15.75C5.40685 15.75 6.75 17.0931 6.75 18.75ZM20.25 7.125C20.25 8.66851 21.6482 9 22.875 9V5.25C21.6482 5.25 20.25 5.58149 20.25 7.125Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
4
|
</g>
|
|
5
5
|
<defs>
|
|
6
|
-
<clipPath id="
|
|
6
|
+
<clipPath id="clip0_1350_7">
|
|
7
7
|
<rect width="24" height="24" fill="white"/>
|
|
8
8
|
</clipPath>
|
|
9
9
|
</defs>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M11 3.
|
|
2
|
+
<path d="M11 3.37205C10.7346 2.3972 9.64598 1.66699 8.34338 1.66699C6.84202 1.66699 5.62493 2.63704 5.62493 3.83366C5.62493 4.93856 6.6626 5.85029 8.00358 5.98356L8.21669 6.01134M5 12.6015C5.25244 13.5899 6.34913 14.3337 7.66377 14.3337C9.16513 14.3337 10.3822 13.3636 10.3822 12.167C10.3822 11.0621 9.34456 10.1504 8.00358 10.0171L7.79046 9.98943M7.79046 9.98943C9.28359 10.1434 10.5894 9.37765 10.7071 8.27913C10.8248 7.18061 9.70982 6.16529 8.21669 6.01134M7.79046 9.98943C6.29732 9.83548 5.18232 8.82016 5.30002 7.72164C5.41772 6.62312 6.72356 5.8574 8.21669 6.01134" stroke="black" stroke-width="1.5"/>
|
|
3
3
|
</svg>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#
|
|
2
|
+
<g clip-path="url(#clip0_1350_2)">
|
|
3
3
|
<path d="M13.239 13.206C12.2416 11.9091 10.634 11.1673 8.99999 11.25C6.85103 11.25 4.60526 10.9899 2.78725 12.378C1.80811 13.1256 1.1083 14.1803 0.799986 15.373C0.561106 16.2929 1.28585 17.2495 2.25099 17.25M2.25099 17.25H9.74999M2.25099 17.25L2.24999 18C2.24999 20.0425 3.95748 21.75 5.99999 21.75C8.04249 21.75 9.74999 20.0425 9.74999 18V17.25M17.251 12.75C17.251 13.9435 16.7769 15.0881 15.933 15.932C15.0891 16.7759 13.9445 17.25 12.751 17.25H9.74999M12.751 2.25H14.251C15.885 2.25 17.251 3.616 17.251 5.25L17.25 6.75M12.75 17.25H14.251M20.383 12.75C21.0035 12.7499 21.6087 12.9422 22.1154 13.3003C22.622 13.6585 23.0052 14.165 23.212 14.75C23.2903 15.4785 23.2566 16.2147 23.112 16.933C22.9736 17.129 22.7399 17.25 22.5 17.25H21.75M17.25 6.75C17.25 7.68147 17.7048 8.59112 18.45 9.15C19.1596 9.68223 20.25 9.16184 20.25 8.25V5.25C20.25 5.04107 20.1918 4.83628 20.082 4.65855C19.7429 4.10996 18.9712 3.95907 18.45 4.35C17.7048 4.90888 17.25 5.81853 17.25 6.75ZM11 8.5H3.49999M14.251 17.25L14.25 18C14.25 20.0425 15.9575 21.75 18 21.75C20.0425 21.75 21.75 20.0425 21.75 18V17.25M14.251 17.25H21.75" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
4
|
</g>
|
|
5
5
|
<defs>
|
|
6
|
-
<clipPath id="
|
|
6
|
+
<clipPath id="clip0_1350_2">
|
|
7
7
|
<rect width="24" height="24" fill="white"/>
|
|
8
8
|
</clipPath>
|
|
9
9
|
</defs>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M1 1.96683V6.00042C1.00011 6.51321 1.20392 7.00496 1.56659 7.36751L9.0631 14.8636C9.33158 15.1323 9.80653 14.9798 9.87915 14.6168L10.6688 10.6683L14.6175 9.87868C14.99 9.80418 15.1263 9.32437 14.8644 9.06268L7.36785 1.56656C7.00528 1.2039 6.51351 1.00011 6.00068 1H1.96688C1.44025 1 1 1.44023 1 1.96683Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M4.38407 5.35071C4.91806 5.35071 5.35094 4.91785 5.35094 4.38389C5.35094 3.84992 4.91806 3.41706 4.38407 3.41706C3.85008 3.41706 3.41719 3.84992 3.41719 4.38389C3.41719 4.91785 3.85008 5.35071 4.38407 5.35071Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M1.135 2.63379V8.89179C1.13517 9.68737 1.45135 10.4503 2.014 11.0128L13.644 22.6428C14.0605 23.0597 14.7973 22.8231 14.91 22.2598L16.135 16.1338L22.261 14.9088C22.8389 14.7932 23.0504 14.0488 22.644 13.6428L11.014 2.01279C10.4515 1.45014 9.68859 1.13396 8.893 1.13379H2.635C1.818 1.13379 1.135 1.81679 1.135 2.63379Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M6.385 7.88379C7.21343 7.88379 7.885 7.21222 7.885 6.38379C7.885 5.55536 7.21343 4.88379 6.385 4.88379C5.55658 4.88379 4.885 5.55536 4.885 6.38379C4.885 7.21222 5.55658 7.88379 6.385 7.88379Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M7.25004
|
|
2
|
+
<path d="M7.25004 13.9997C7.25004 14.4139 7.58583 14.7497 8.00004 14.7497C8.41425 14.7497 8.75004 14.4139 8.75004 13.9997H7.25004ZM8.00004 5.99967L8.50571 5.44578C8.20959 5.17545 7.75323 5.18583 7.46971 5.46934L8.00004 5.99967ZM4.80304 8.13601C4.51015 8.4289 4.51015 8.90378 4.80304 9.19667C5.09594 9.48956 5.57081 9.48956 5.8637 9.19667L4.80304 8.13601ZM10.1092 9.16807C10.3863 9.47595 10.8605 9.50091 11.1684 9.22381C11.4763 8.94672 11.5013 8.4725 11.2242 8.16462L10.1092 9.16807ZM1.33337 1.58301C0.91916 1.58301 0.583374 1.91879 0.583374 2.33301C0.583374 2.74722 0.91916 3.08301 1.33337 3.08301V1.58301ZM2.66671 3.08301C3.08092 3.08301 3.41671 2.74722 3.41671 2.33301C3.41671 1.91879 3.08092 1.58301 2.66671 1.58301V3.08301ZM5.33337 1.58301C4.91916 1.58301 4.58337 1.91879 4.58337 2.33301C4.58337 2.74722 4.91916 3.08301 5.33337 3.08301V1.58301ZM6.66671 3.08301C7.08092 3.08301 7.41671 2.74722 7.41671 2.33301C7.41671 1.91879 7.08092 1.58301 6.66671 1.58301V3.08301ZM9.33337 1.58301C8.91916 1.58301 8.58337 1.91879 8.58337 2.33301C8.58337 2.74722 8.91916 3.08301 9.33337 3.08301V1.58301ZM10.6667 3.08301C11.0809 3.08301 11.4167 2.74722 11.4167 2.33301C11.4167 1.91879 11.0809 1.58301 10.6667 1.58301V3.08301ZM13.3334 1.58301C12.9192 1.58301 12.5834 1.91879 12.5834 2.33301C12.5834 2.74722 12.9192 3.08301 13.3334 3.08301V1.58301ZM14.6667 3.08301C15.0809 3.08301 15.4167 2.74722 15.4167 2.33301C15.4167 1.91879 15.0809 1.58301 14.6667 1.58301V3.08301ZM8.75004 13.9997V5.99967H7.25004V13.9997H8.75004ZM7.46971 5.46934L4.80304 8.13601L5.8637 9.19667L8.53037 6.53L7.46971 5.46934ZM8.00004 5.99967C7.49437 6.55357 7.49436 6.55355 7.49434 6.55354C7.49435 6.55355 7.49434 6.55354 7.49435 6.55355C7.49436 6.55356 7.4944 6.5536 7.49446 6.55365C7.49458 6.55376 7.49479 6.55395 7.49509 6.55423C7.49569 6.55477 7.49665 6.55565 7.49795 6.55684C7.50056 6.55923 7.50457 6.56291 7.50993 6.56783C7.52064 6.57766 7.53673 6.59246 7.55775 6.61187C7.5998 6.6507 7.66156 6.70797 7.73949 6.78089C7.8954 6.9268 8.11572 7.13509 8.3722 7.38354C8.88693 7.88218 9.53986 8.53542 10.1092 9.16807L11.2242 8.16462C10.622 7.49551 9.94157 6.81542 9.41587 6.30616C9.15213 6.05067 8.92545 5.83636 8.76442 5.68567C8.68388 5.6103 8.61968 5.55076 8.57539 5.50986C8.55324 5.48941 8.53606 5.47361 8.5243 5.46282C8.51842 5.45742 8.5139 5.45327 8.51078 5.45042C8.50922 5.44899 8.50801 5.44789 8.50717 5.44711C8.50674 5.44672 8.50641 5.44642 8.50617 5.4462C8.50604 5.44609 8.50595 5.446 8.50587 5.44593C8.50583 5.44589 8.50579 5.44585 8.50577 5.44584C8.50574 5.44581 8.50571 5.44578 8.00004 5.99967ZM1.33337 3.08301H2.66671V1.58301H1.33337V3.08301ZM5.33337 3.08301H6.66671V1.58301H5.33337V3.08301ZM9.33337 3.08301H10.6667V1.58301H9.33337V3.08301ZM13.3334 3.08301H14.6667V1.58301H13.3334V3.08301Z" fill="black"/>
|
|
3
3
|
</svg>
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 5.61818H9.22023V4.35987C9.18332 3.9891 9.48632 3.63324 9.87276 3.63519H11.8303V1H9.00489C6.44046 1 5.95759 2.97639 5.95759 4.20176V5.61818H4V8.25337H5.95759V15H9.22023V8.25337H11.7325L12 5.61818Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M18 8.00689H13.8303V6.09773C13.775 5.53519 14.2295 4.99525 14.8091 4.99822H17.7455V1H13.5073C9.66069 1 8.93638 3.99867 8.93638 5.85784V8.00689H6V12.0051H8.93638V23H13.8303V12.0051H17.5987L18 8.00689Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
package/assets/icons/fridge.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M13.5 5.75H2.5M5
|
|
2
|
+
<path d="M13.5 5.75H2.5M5 9V11.5M5 3V3.5M4.5 14.75H3.19933C2.8131 14.75 2.5 14.4369 2.5 14.0507V5.75M4.5 14.75V15.75M4.5 14.75H11.5M11.5 14.75H12.8007C13.1869 14.75 13.5 14.4369 13.5 14.0507V1.44933C13.5 1.0631 13.1869 0.75 12.8007 0.75H3.19933C2.8131 0.75 2.5 1.0631 2.5 1.44933V5.75M11.5 14.75V15.75" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
2
|
+
<path d="M10.0406 11.5812H9.52702C8.95977 11.5812 8.49992 11.1214 8.49992 10.5541V7.98637C8.49992 7.70274 8.27 7.47282 7.98637 7.47282H7.47282M16.2032 8.49992C16.2032 12.7543 12.7543 16.2032 8.49992 16.2032C4.24553 16.2032 0.796656 12.7543 0.796656 8.49992C0.796656 4.24553 4.24553 0.796656 8.49992 0.796656C12.7543 0.796656 16.2032 4.24553 16.2032 8.49992Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<ellipse cx="8.15754" cy="5.0762" rx="0.684735" ry="0.684735" fill="black"/>
|
|
3
4
|
</svg>
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path
|
|
2
|
+
<path d="M14.25 16.5H13.5C12.6716 16.5 12 15.8284 12 15V11.25C12 10.8358 11.6642 10.5 11.25 10.5H10.5M23.25 12C23.25 18.2132 18.2132 23.25 12 23.25C5.7868 23.25 0.75 18.2132 0.75 12C0.75 5.7868 5.7868 0.75 12 0.75C18.2132 0.75 23.25 5.7868 23.25 12Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<circle cx="11.5" cy="7" r="1" fill="black"/>
|
|
3
4
|
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11.2667 1H4.73333C2.67147 1 1 2.67147 1 4.73333V11.2667C1 13.3285 2.67147 15 4.73333 15H11.2667C13.3285 15 15 13.3285 15 11.2667V4.73333C15 2.67147 13.3285 1 11.2667 1Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M8 11.1111C9.71822 11.1111 11.1111 9.71822 11.1111 8C11.1111 6.28178 9.71822 4.88889 8 4.88889C6.28178 4.88889 4.88889 6.28178 4.88889 8C4.88889 9.71822 6.28178 11.1111 8 11.1111Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<ellipse cx="11.75" cy="3.75" rx="0.75" ry="0.75" fill="black"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_2912_69)">
|
|
3
|
+
<path d="M17.24 0.75H6.73999C3.42628 0.75 0.73999 3.43629 0.73999 6.75V17.25C0.73999 20.5637 3.42628 23.25 6.73999 23.25H17.24C20.5537 23.25 23.24 20.5637 23.24 17.25V6.75C23.24 3.43629 20.5537 0.75 17.24 0.75Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M11.99 17C14.7514 17 16.99 14.7614 16.99 12C16.99 9.23858 14.7514 7 11.99 7C9.22857 7 6.98999 9.23858 6.98999 12C6.98999 14.7614 9.22857 17 11.99 17Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<circle cx="18.75" cy="5.25" r="1.25" fill="black"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_2912_69">
|
|
9
|
+
<rect width="24" height="24" fill="white"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4.02939 14.8271V15.5771C4.4436 15.5771 4.77939 15.2413 4.77939 14.8271H4.02939ZM1 14.8271H0.25C0.25 15.2413 0.585786 15.5771 1 15.5771L1 14.8271ZM1 6V5.25C0.585786 5.25 0.25 5.58579 0.25 6H1ZM4.02939 6H4.77939C4.77939 5.58579 4.4436 5.25 4.02939 5.25V6ZM8.98486 14.8271V15.5771C9.39907 15.5771 9.73486 15.2413 9.73486 14.8271H8.98486ZM5.79964 14.8271H5.04964C5.04964 15.2413 5.38543 15.5771 5.79964 15.5771V14.8271ZM5.79964 6V5.25C5.38543 5.25 5.04964 5.58579 5.04964 6H5.79964ZM8.98486 6H9.73486C9.73486 5.58579 9.39907 5.25 8.98486 5.25V6ZM8.98486 6.99359H8.23486C8.23486 7.28583 8.40461 7.55145 8.66981 7.67421C8.935 7.79697 9.24736 7.75451 9.47017 7.56541L8.98486 6.99359ZM11.6527 5.99375V5.24369L11.6429 5.24381L11.6527 5.99375ZM15 14.8271V15.5771C15.4142 15.5771 15.75 15.2413 15.75 14.8271H15ZM11.6527 14.8271H10.9027C10.9027 15.2413 11.2385 15.5771 11.6527 15.5771V14.8271ZM11.6527 10.1743L10.9027 10.1708V10.1743H11.6527ZM10.3188 8.8308V9.5808H10.3188L10.3188 8.8308ZM4.02939 14.0771H1V15.5771H4.02939V14.0771ZM1.75 14.8271V6H0.25V14.8271H1.75ZM1 6.75H4.02939V5.25H1V6.75ZM3.27939 6V14.8271H4.77939V6H3.27939ZM8.23486 10.1743V14.8271H9.73486V10.1743H8.23486ZM8.98486 14.0771H5.79964V15.5771H8.98486V14.0771ZM6.54964 14.8271V6H5.04964V14.8271H6.54964ZM5.79964 6.75H8.98486V5.25H5.79964V6.75ZM8.23486 6V6.99359H9.73486V6H8.23486ZM9.47017 7.56541C10.0839 7.04453 10.859 6.75415 11.6625 6.74369L11.6429 5.24381C10.4903 5.25883 9.37895 5.67543 8.49956 6.42177L9.47017 7.56541ZM11.6527 6.74375C12.4408 6.74375 13.0559 7.02851 13.4886 7.55345C13.935 8.09491 14.25 8.9703 14.25 10.2493H15.75C15.75 8.74129 15.3794 7.48889 14.6461 6.59933C13.8991 5.69325 12.8406 5.24375 11.6527 5.24375V6.74375ZM14.25 10.2493V14.8271H15.75V10.2493H14.25ZM15 14.0771H11.6527V15.5771H15V14.0771ZM12.4027 14.8271V10.1743H10.9027V14.8271H12.4027ZM10.3188 8.0808C9.16893 8.0808 8.23486 9.04969 8.23486 10.1743H9.73486C9.73486 9.8594 10.0159 9.5808 10.3188 9.5808V8.0808ZM12.4027 10.1778C12.408 9.0466 11.4689 8.08079 10.3188 8.0808L10.3188 9.5808C10.627 9.5808 10.9042 9.85994 10.9027 10.1708L12.4027 10.1778ZM3.20562 2.47778C3.20562 2.87972 2.87978 3.20556 2.47784 3.20556V4.70556C3.70821 4.70556 4.70562 3.70815 4.70562 2.47778H3.20562ZM2.47784 3.20556C2.0759 3.20556 1.75006 2.87972 1.75006 2.47778H0.250065C0.250065 3.70815 1.24747 4.70556 2.47784 4.70556V3.20556ZM1.75006 2.47778C1.75006 2.07584 2.0759 1.75 2.47784 1.75V0.25C1.24747 0.25 0.250065 1.24741 0.250065 2.47778H1.75006ZM2.47784 1.75C2.87978 1.75 3.20562 2.07584 3.20562 2.47778H4.70562C4.70562 1.24741 3.70821 0.25 2.47784 0.25V1.75Z" fill="black"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5.61866 22.75V23.5C6.03287 23.5 6.36866 23.1642 6.36866 22.75H5.61866ZM0.75 22.75H0C0 23.1642 0.335786 23.5 0.75 23.5L0.75 22.75ZM0.75 8.76004V8.01004C0.335786 8.01004 0 8.34583 0 8.76004H0.75ZM5.61866 8.76004H6.36866C6.36866 8.34583 6.03287 8.01004 5.61866 8.01004V8.76004ZM13.5828 22.75V23.5C13.997 23.5 14.3328 23.1642 14.3328 22.75H13.5828ZM8.46371 22.75H7.71371C7.71371 23.1642 8.0495 23.5 8.46371 23.5V22.75ZM8.46371 8.76004V8.01004C8.0495 8.01004 7.71371 8.34583 7.71371 8.76004H8.46371ZM13.5828 8.76004H14.3328C14.3328 8.34583 13.997 8.01004 13.5828 8.01004V8.76004ZM13.5828 10.3569H12.8328C12.8328 10.6491 13.0026 10.9147 13.2678 11.0375C13.533 11.1603 13.8453 11.1178 14.0681 10.9287L13.5828 10.3569ZM17.8704 8.75V7.99994L17.8607 8.00006L17.8704 8.75ZM23.25 22.75V23.5C23.6642 23.5 24 23.1642 24 22.75H23.25ZM17.8704 22.75H17.1204C17.1204 23.1642 17.4562 23.5 17.8704 23.5V22.75ZM17.8704 15.4688L17.1204 15.4653V15.4688H17.8704ZM15.7266 13.3095V14.0595H15.7266L15.7266 13.3095ZM5.61866 22H0.75V23.5H5.61866V22ZM1.5 22.75V8.76004H0V22.75H1.5ZM0.75 9.51004H5.61866V8.01004H0.75V9.51004ZM4.86866 8.76004V22.75H6.36866V8.76004H4.86866ZM12.8328 15.4688V22.75H14.3328V15.4688H12.8328ZM13.5828 22H8.46371V23.5H13.5828V22ZM9.21371 22.75V8.76004H7.71371V22.75H9.21371ZM8.46371 9.51004H13.5828V8.01004H8.46371V9.51004ZM12.8328 8.76004V10.3569H14.3328V8.76004H12.8328ZM14.0681 10.9287C15.1351 10.0231 16.4829 9.51814 17.8802 9.49994L17.8607 8.00006C16.1141 8.02281 14.4302 8.65403 13.0975 9.78507L14.0681 10.9287ZM17.8704 9.5C19.2583 9.5 20.3815 10.0077 21.1724 10.967C21.9768 11.9429 22.5 13.4642 22.5 15.5893H24C24 13.2352 23.4212 11.3369 22.3298 10.0129C21.2248 8.6724 19.6582 8 17.8704 8V9.5ZM22.5 15.5893V22.75H24V15.5893H22.5ZM23.25 22H17.8704V23.5H23.25V22ZM18.6204 22.75V15.4688H17.1204V22.75H18.6204ZM15.7266 12.5595C14.1358 12.5595 12.8328 13.9071 12.8328 15.4688H14.3328C14.3328 14.7168 14.9828 14.0595 15.7266 14.0595V12.5595ZM18.6204 15.4723C18.6277 13.9033 17.3195 12.5595 15.7266 12.5595L15.7266 14.0595C16.4776 14.0595 17.1239 14.7166 17.1204 15.4653L18.6204 15.4723ZM4.75 3.625C4.75 4.52246 4.02246 5.25 3.125 5.25V6.75C4.85089 6.75 6.25 5.35089 6.25 3.625H4.75ZM3.125 5.25C2.22754 5.25 1.5 4.52246 1.5 3.625H0C0 5.35089 1.39911 6.75 3.125 6.75V5.25ZM1.5 3.625C1.5 2.72754 2.22754 2 3.125 2V0.5C1.39911 0.5 0 1.89911 0 3.625H1.5ZM3.125 2C4.02246 2 4.75 2.72754 4.75 3.625H6.25C6.25 1.89911 4.85089 0.5 3.125 0.5V2Z" fill="black"/>
|
|
3
|
+
</svg>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#
|
|
2
|
+
<g clip-path="url(#clip0_1350_7)">
|
|
3
3
|
<path d="M23.255 13.505C22.7469 12.9969 22.2118 12.5542 21.5319 12.2894C19.8572 11.637 17.8804 12.142 16.725 13.529L14.699 15.96C14.4174 16.2981 13.9861 16.5001 13.546 16.5H11.939C11.5062 16.5 11.0816 16.3047 10.8 15.976C10.3665 15.471 9.94261 14.9248 9.5 14.3907M20.25 18.75L17.8778 7.125M13.875 2.25H15.658C16.3588 2.24992 16.9816 2.75523 17.126 3.441L17.8778 7.125M3.75 18.75L9.5 14.3907M7.17649 7.89887L2.25 8.25C1.433 8.25 0.75 8.933 0.75 9.75C0.75 10.567 1.433 11.25 2.25 11.25C3.70539 11.25 5.13964 11.1749 6.49801 11.801C7.70797 12.3587 8.63935 13.352 9.5 14.3907M7.17649 7.89887L10.061 10.811C10.3422 11.092 10.7235 11.2499 11.121 11.25H12.75C13.567 11.25 14.25 10.567 14.25 9.75V7.39472M7.17649 7.89887L14.25 7.39472M14.25 7.39472L17.8778 7.125M23.25 18.75C23.25 20.4069 21.9069 21.75 20.25 21.75C18.5931 21.75 17.25 20.4069 17.25 18.75C17.25 17.0931 18.5931 15.75 20.25 15.75C21.9069 15.75 23.25 17.0931 23.25 18.75ZM6.75 18.75C6.75 20.4069 5.40685 21.75 3.75 21.75C2.09315 21.75 0.75 20.4069 0.75 18.75C0.75 17.0931 2.09315 15.75 3.75 15.75C5.40685 15.75 6.75 17.0931 6.75 18.75ZM20.25 7.125C20.25 8.66851 21.6482 9 22.875 9V5.25C21.6482 5.25 20.25 5.58149 20.25 7.125Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
4
|
</g>
|
|
5
5
|
<defs>
|
|
6
|
-
<clipPath id="
|
|
6
|
+
<clipPath id="clip0_1350_7">
|
|
7
7
|
<rect width="24" height="24" fill="white"/>
|
|
8
8
|
</clipPath>
|
|
9
9
|
</defs>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M11 3.
|
|
2
|
+
<path d="M11 3.37205C10.7346 2.3972 9.64598 1.66699 8.34338 1.66699C6.84202 1.66699 5.62493 2.63704 5.62493 3.83366C5.62493 4.93856 6.6626 5.85029 8.00358 5.98356L8.21669 6.01134M5 12.6015C5.25244 13.5899 6.34913 14.3337 7.66377 14.3337C9.16513 14.3337 10.3822 13.3636 10.3822 12.167C10.3822 11.0621 9.34456 10.1504 8.00358 10.0171L7.79046 9.98943M7.79046 9.98943C9.28359 10.1434 10.5894 9.37765 10.7071 8.27913C10.8248 7.18061 9.70982 6.16529 8.21669 6.01134M7.79046 9.98943C6.29732 9.83548 5.18232 8.82016 5.30002 7.72164C5.41772 6.62312 6.72356 5.8574 8.21669 6.01134" stroke="black" stroke-width="1.5"/>
|
|
3
3
|
</svg>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#
|
|
2
|
+
<g clip-path="url(#clip0_1350_2)">
|
|
3
3
|
<path d="M13.239 13.206C12.2416 11.9091 10.634 11.1673 8.99999 11.25C6.85103 11.25 4.60526 10.9899 2.78725 12.378C1.80811 13.1256 1.1083 14.1803 0.799986 15.373C0.561106 16.2929 1.28585 17.2495 2.25099 17.25M2.25099 17.25H9.74999M2.25099 17.25L2.24999 18C2.24999 20.0425 3.95748 21.75 5.99999 21.75C8.04249 21.75 9.74999 20.0425 9.74999 18V17.25M17.251 12.75C17.251 13.9435 16.7769 15.0881 15.933 15.932C15.0891 16.7759 13.9445 17.25 12.751 17.25H9.74999M12.751 2.25H14.251C15.885 2.25 17.251 3.616 17.251 5.25L17.25 6.75M12.75 17.25H14.251M20.383 12.75C21.0035 12.7499 21.6087 12.9422 22.1154 13.3003C22.622 13.6585 23.0052 14.165 23.212 14.75C23.2903 15.4785 23.2566 16.2147 23.112 16.933C22.9736 17.129 22.7399 17.25 22.5 17.25H21.75M17.25 6.75C17.25 7.68147 17.7048 8.59112 18.45 9.15C19.1596 9.68223 20.25 9.16184 20.25 8.25V5.25C20.25 5.04107 20.1918 4.83628 20.082 4.65855C19.7429 4.10996 18.9712 3.95907 18.45 4.35C17.7048 4.90888 17.25 5.81853 17.25 6.75ZM11 8.5H3.49999M14.251 17.25L14.25 18C14.25 20.0425 15.9575 21.75 18 21.75C20.0425 21.75 21.75 20.0425 21.75 18V17.25M14.251 17.25H21.75" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
4
|
</g>
|
|
5
5
|
<defs>
|
|
6
|
-
<clipPath id="
|
|
6
|
+
<clipPath id="clip0_1350_2">
|
|
7
7
|
<rect width="24" height="24" fill="white"/>
|
|
8
8
|
</clipPath>
|
|
9
9
|
</defs>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M1 1.96683V6.00042C1.00011 6.51321 1.20392 7.00496 1.56659 7.36751L9.0631 14.8636C9.33158 15.1323 9.80653 14.9798 9.87915 14.6168L10.6688 10.6683L14.6175 9.87868C14.99 9.80418 15.1263 9.32437 14.8644 9.06268L7.36785 1.56656C7.00528 1.2039 6.51351 1.00011 6.00068 1H1.96688C1.44025 1 1 1.44023 1 1.96683Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M4.38407 5.35071C4.91806 5.35071 5.35094 4.91785 5.35094 4.38389C5.35094 3.84992 4.91806 3.41706 4.38407 3.41706C3.85008 3.41706 3.41719 3.84992 3.41719 4.38389C3.41719 4.91785 3.85008 5.35071 4.38407 5.35071Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M1.135 2.63379V8.89179C1.13517 9.68737 1.45135 10.4503 2.014 11.0128L13.644 22.6428C14.0605 23.0597 14.7973 22.8231 14.91 22.2598L16.135 16.1338L22.261 14.9088C22.8389 14.7932 23.0504 14.0488 22.644 13.6428L11.014 2.01279C10.4515 1.45014 9.68859 1.13396 8.893 1.13379H2.635C1.818 1.13379 1.135 1.81679 1.135 2.63379Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M6.385 7.88379C7.21343 7.88379 7.885 7.21222 7.885 6.38379C7.885 5.55536 7.21343 4.88379 6.385 4.88379C5.55658 4.88379 4.885 5.55536 4.885 6.38379C4.885 7.21222 5.55658 7.88379 6.385 7.88379Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -69,7 +69,7 @@ export interface AccordionProps extends React.HTMLProps<HTMLElement> {
|
|
|
69
69
|
no_animation?: AccordionNoAnimation;
|
|
70
70
|
|
|
71
71
|
/**
|
|
72
|
-
* If set to `true` the accordion will be expanded during SSR. Can be potentially useful for SEO,although it will disturb client hydration, where React expects the same state. But thats mainly an technical aspect to
|
|
72
|
+
* If set to `true` the accordion will be expanded during SSR. Can be potentially useful for SEO, although it will disturb client hydration, where React expects the same state. But thats mainly an technical aspect to consider.
|
|
73
73
|
*/
|
|
74
74
|
expanded_ssr?: AccordionExpandedSsr;
|
|
75
75
|
|
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
.dnb-form-status[hidden] {
|
|
302
302
|
display: none; }
|
|
303
303
|
.dnb-form-status--no-animation,
|
|
304
|
-
|
|
304
|
+
html[data-visual-test] .dnb-form-status {
|
|
305
305
|
-webkit-transition-duration: 1ms !important;
|
|
306
306
|
transition-duration: 1ms !important; }
|
|
307
307
|
@media screen and (-ms-high-contrast: none) {
|
|
@@ -974,7 +974,7 @@ legend.dnb-form-label {
|
|
|
974
974
|
.dnb-form-status[hidden] {
|
|
975
975
|
display: none; }
|
|
976
976
|
.dnb-form-status--no-animation,
|
|
977
|
-
|
|
977
|
+
html[data-visual-test] .dnb-form-status {
|
|
978
978
|
-webkit-transition-duration: 1ms !important;
|
|
979
979
|
transition-duration: 1ms !important; }
|
|
980
980
|
@media screen and (-ms-high-contrast: none) {
|
|
@@ -1414,6 +1414,9 @@ legend.dnb-form-label {
|
|
|
1414
1414
|
.dnb-input--icon-size-medium.dnb-input--icon-position-right.dnb-input--has-icon .dnb-input__input,
|
|
1415
1415
|
.dnb-input--icon-size-medium.dnb-input--icon-position-right.dnb-input--has-icon .dnb-input__placeholder {
|
|
1416
1416
|
padding-right: 3rem; }
|
|
1417
|
+
html[data-visual-test] .dnb-input__input {
|
|
1418
|
+
caret-color: #fff;
|
|
1419
|
+
caret-color: var(--color-white); }
|
|
1417
1420
|
@media screen and (max-width: 40em) {
|
|
1418
1421
|
.dnb-responsive-component .dnb-input {
|
|
1419
1422
|
display: -webkit-box;
|
|
@@ -1709,7 +1712,7 @@ legend.dnb-form-label {
|
|
|
1709
1712
|
.dnb-form-status[hidden] {
|
|
1710
1713
|
display: none; }
|
|
1711
1714
|
.dnb-form-status--no-animation,
|
|
1712
|
-
|
|
1715
|
+
html[data-visual-test] .dnb-form-status {
|
|
1713
1716
|
-webkit-transition-duration: 1ms !important;
|
|
1714
1717
|
transition-duration: 1ms !important; }
|
|
1715
1718
|
@media screen and (-ms-high-contrast: none) {
|