@dnb/eufemia 9.23.0-beta.2 → 9.23.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 +9 -9
- package/cjs/components/accordion/style/dnb-accordion.css +92 -0
- package/cjs/components/accordion/style/dnb-accordion.min.css +1 -1
- package/cjs/components/accordion/style/dnb-accordion.scss +3 -0
- package/cjs/components/autocomplete/style/dnb-autocomplete.css +1652 -64
- package/cjs/components/autocomplete/style/dnb-autocomplete.min.css +2 -2
- package/cjs/components/autocomplete/style/dnb-autocomplete.scss +1 -2
- package/cjs/components/button/style/dnb-button.css +192 -0
- package/cjs/components/button/style/dnb-button.min.css +1 -1
- package/cjs/components/button/style/dnb-button.scss +1 -1
- package/cjs/components/date-picker/style/dnb-date-picker.css +729 -0
- package/cjs/components/date-picker/style/dnb-date-picker.min.css +2 -2
- package/cjs/components/dialog/style/dnb-dialog.css +1870 -79
- package/cjs/components/dialog/style/dnb-dialog.min.css +1 -1
- package/cjs/components/dialog/style/dnb-dialog.scss +1 -1
- package/cjs/components/drawer/style/dnb-drawer.css +1870 -79
- package/cjs/components/drawer/style/dnb-drawer.min.css +1 -1
- package/cjs/components/drawer/style/dnb-drawer.scss +1 -1
- package/cjs/components/dropdown/style/dnb-dropdown.css +192 -0
- package/cjs/components/dropdown/style/dnb-dropdown.min.css +1 -1
- package/cjs/components/dropdown/style/themes/dnb-dropdown-theme-ui.css +12 -11
- package/cjs/components/dropdown/style/themes/dnb-dropdown-theme-ui.min.css +1 -1
- package/cjs/components/dropdown/style/themes/dnb-dropdown-theme-ui.scss +4 -1
- package/cjs/components/global-error/style/dnb-global-error.css +192 -0
- package/cjs/components/global-error/style/dnb-global-error.min.css +1 -1
- package/cjs/components/global-status/style/dnb-global-status.css +192 -0
- package/cjs/components/global-status/style/dnb-global-status.min.css +1 -1
- package/cjs/components/help-button/style/dnb-help-button.css +773 -0
- package/cjs/components/help-button/style/dnb-help-button.min.css +1 -1
- package/cjs/components/help-button/style/dnb-help-button.scss +3 -0
- package/cjs/components/icon/Icon.d.ts +1 -1
- package/cjs/components/icon-primary/IconPrimary.d.ts +1 -1
- package/cjs/components/input/style/dnb-input.css +371 -0
- package/cjs/components/input/style/dnb-input.min.css +1 -1
- package/cjs/components/input/style/dnb-input.scss +1 -0
- package/cjs/components/input-masked/style/dnb-input-masked.css +371 -0
- package/cjs/components/input-masked/style/dnb-input-masked.min.css +1 -1
- package/cjs/components/modal/style/dnb-modal.css +268 -0
- package/cjs/components/modal/style/dnb-modal.min.css +1 -1
- package/cjs/components/modal/style/dnb-modal.scss +1 -1
- package/cjs/components/pagination/style/dnb-pagination.css +192 -0
- package/cjs/components/pagination/style/dnb-pagination.min.css +1 -1
- package/cjs/components/slider/style/dnb-slider.css +192 -0
- package/cjs/components/slider/style/dnb-slider.min.css +1 -1
- package/cjs/components/step-indicator/style/dnb-step-indicator.css +773 -0
- package/cjs/components/step-indicator/style/dnb-step-indicator.min.css +1 -1
- package/cjs/components/step-indicator/style/dnb-step-indicator.scss +2 -0
- package/cjs/components/tabs/Tabs.d.ts +6 -0
- package/cjs/components/tabs/Tabs.js +193 -162
- package/cjs/components/tabs/style/_tabs.scss +59 -61
- package/cjs/components/tabs/style/dnb-tabs.css +176 -180
- package/cjs/components/tabs/style/dnb-tabs.min.css +1 -1
- package/cjs/components/tag/style/_tag.scss +10 -6
- package/cjs/components/tag/style/dnb-tag.css +205 -5
- package/cjs/components/tag/style/dnb-tag.min.css +1 -1
- package/cjs/components/toggle-button/style/dnb-toggle-button.css +192 -0
- package/cjs/components/toggle-button/style/dnb-toggle-button.min.css +1 -1
- package/cjs/components/toggle-button/style/dnb-toggle-button.scss +2 -0
- package/cjs/shared/Eufemia.js +1 -1
- package/cjs/style/dnb-ui-components.css +189 -185
- package/cjs/style/dnb-ui-components.min.css +1 -1
- package/cjs/style/themes/theme-open-banking/dnb-theme-open-banking.css +12 -11
- package/cjs/style/themes/theme-open-banking/dnb-theme-open-banking.min.css +1 -1
- package/cjs/style/themes/theme-ui/dnb-theme-ui.css +12 -11
- package/cjs/style/themes/theme-ui/dnb-theme-ui.min.css +1 -1
- package/components/accordion/style/dnb-accordion.css +92 -0
- package/components/accordion/style/dnb-accordion.min.css +1 -1
- package/components/accordion/style/dnb-accordion.scss +3 -0
- package/components/autocomplete/style/dnb-autocomplete.css +1652 -64
- package/components/autocomplete/style/dnb-autocomplete.min.css +2 -2
- package/components/autocomplete/style/dnb-autocomplete.scss +1 -2
- package/components/button/style/dnb-button.css +192 -0
- package/components/button/style/dnb-button.min.css +1 -1
- package/components/button/style/dnb-button.scss +1 -1
- package/components/date-picker/style/dnb-date-picker.css +729 -0
- package/components/date-picker/style/dnb-date-picker.min.css +2 -2
- package/components/dialog/style/dnb-dialog.css +1870 -79
- package/components/dialog/style/dnb-dialog.min.css +1 -1
- package/components/dialog/style/dnb-dialog.scss +1 -1
- package/components/drawer/style/dnb-drawer.css +1870 -79
- package/components/drawer/style/dnb-drawer.min.css +1 -1
- package/components/drawer/style/dnb-drawer.scss +1 -1
- package/components/dropdown/style/dnb-dropdown.css +192 -0
- package/components/dropdown/style/dnb-dropdown.min.css +1 -1
- package/components/dropdown/style/themes/dnb-dropdown-theme-ui.css +12 -11
- package/components/dropdown/style/themes/dnb-dropdown-theme-ui.min.css +1 -1
- package/components/dropdown/style/themes/dnb-dropdown-theme-ui.scss +4 -1
- package/components/global-error/style/dnb-global-error.css +192 -0
- package/components/global-error/style/dnb-global-error.min.css +1 -1
- package/components/global-status/style/dnb-global-status.css +192 -0
- package/components/global-status/style/dnb-global-status.min.css +1 -1
- package/components/help-button/style/dnb-help-button.css +773 -0
- package/components/help-button/style/dnb-help-button.min.css +1 -1
- package/components/help-button/style/dnb-help-button.scss +3 -0
- package/components/icon/Icon.d.ts +1 -1
- package/components/icon-primary/IconPrimary.d.ts +1 -1
- package/components/input/style/dnb-input.css +371 -0
- package/components/input/style/dnb-input.min.css +1 -1
- package/components/input/style/dnb-input.scss +1 -0
- package/components/input-masked/style/dnb-input-masked.css +371 -0
- package/components/input-masked/style/dnb-input-masked.min.css +1 -1
- package/components/modal/style/dnb-modal.css +268 -0
- package/components/modal/style/dnb-modal.min.css +1 -1
- package/components/modal/style/dnb-modal.scss +1 -1
- package/components/pagination/style/dnb-pagination.css +192 -0
- package/components/pagination/style/dnb-pagination.min.css +1 -1
- package/components/slider/style/dnb-slider.css +192 -0
- package/components/slider/style/dnb-slider.min.css +1 -1
- package/components/step-indicator/style/dnb-step-indicator.css +773 -0
- package/components/step-indicator/style/dnb-step-indicator.min.css +1 -1
- package/components/step-indicator/style/dnb-step-indicator.scss +2 -0
- package/components/tabs/Tabs.d.ts +6 -0
- package/components/tabs/Tabs.js +192 -161
- package/components/tabs/style/_tabs.scss +59 -61
- package/components/tabs/style/dnb-tabs.css +176 -180
- package/components/tabs/style/dnb-tabs.min.css +1 -1
- package/components/tag/style/_tag.scss +10 -6
- package/components/tag/style/dnb-tag.css +205 -5
- package/components/tag/style/dnb-tag.min.css +1 -1
- package/components/toggle-button/style/dnb-toggle-button.css +192 -0
- package/components/toggle-button/style/dnb-toggle-button.min.css +1 -1
- package/components/toggle-button/style/dnb-toggle-button.scss +2 -0
- package/es/components/accordion/style/dnb-accordion.css +92 -0
- package/es/components/accordion/style/dnb-accordion.min.css +1 -1
- package/es/components/accordion/style/dnb-accordion.scss +3 -0
- package/es/components/autocomplete/style/dnb-autocomplete.css +1652 -64
- package/es/components/autocomplete/style/dnb-autocomplete.min.css +2 -2
- package/es/components/autocomplete/style/dnb-autocomplete.scss +1 -2
- package/es/components/button/style/dnb-button.css +192 -0
- package/es/components/button/style/dnb-button.min.css +1 -1
- package/es/components/button/style/dnb-button.scss +1 -1
- package/es/components/date-picker/style/dnb-date-picker.css +729 -0
- package/es/components/date-picker/style/dnb-date-picker.min.css +2 -2
- package/es/components/dialog/style/dnb-dialog.css +1870 -79
- package/es/components/dialog/style/dnb-dialog.min.css +1 -1
- package/es/components/dialog/style/dnb-dialog.scss +1 -1
- package/es/components/drawer/style/dnb-drawer.css +1870 -79
- package/es/components/drawer/style/dnb-drawer.min.css +1 -1
- package/es/components/drawer/style/dnb-drawer.scss +1 -1
- package/es/components/dropdown/style/dnb-dropdown.css +192 -0
- package/es/components/dropdown/style/dnb-dropdown.min.css +1 -1
- package/es/components/dropdown/style/themes/dnb-dropdown-theme-ui.css +12 -11
- package/es/components/dropdown/style/themes/dnb-dropdown-theme-ui.min.css +1 -1
- package/es/components/dropdown/style/themes/dnb-dropdown-theme-ui.scss +4 -1
- package/es/components/global-error/style/dnb-global-error.css +192 -0
- package/es/components/global-error/style/dnb-global-error.min.css +1 -1
- package/es/components/global-status/style/dnb-global-status.css +192 -0
- package/es/components/global-status/style/dnb-global-status.min.css +1 -1
- package/es/components/help-button/style/dnb-help-button.css +773 -0
- package/es/components/help-button/style/dnb-help-button.min.css +1 -1
- package/es/components/help-button/style/dnb-help-button.scss +3 -0
- package/es/components/icon/Icon.d.ts +1 -1
- package/es/components/icon-primary/IconPrimary.d.ts +1 -1
- package/es/components/input/style/dnb-input.css +371 -0
- package/es/components/input/style/dnb-input.min.css +1 -1
- package/es/components/input/style/dnb-input.scss +1 -0
- package/es/components/input-masked/style/dnb-input-masked.css +371 -0
- package/es/components/input-masked/style/dnb-input-masked.min.css +1 -1
- package/es/components/modal/style/dnb-modal.css +268 -0
- package/es/components/modal/style/dnb-modal.min.css +1 -1
- package/es/components/modal/style/dnb-modal.scss +1 -1
- package/es/components/pagination/style/dnb-pagination.css +192 -0
- package/es/components/pagination/style/dnb-pagination.min.css +1 -1
- package/es/components/slider/style/dnb-slider.css +192 -0
- package/es/components/slider/style/dnb-slider.min.css +1 -1
- package/es/components/step-indicator/style/dnb-step-indicator.css +773 -0
- package/es/components/step-indicator/style/dnb-step-indicator.min.css +1 -1
- package/es/components/step-indicator/style/dnb-step-indicator.scss +2 -0
- package/es/components/tabs/Tabs.d.ts +6 -0
- package/es/components/tabs/Tabs.js +134 -108
- package/es/components/tabs/style/_tabs.scss +59 -61
- package/es/components/tabs/style/dnb-tabs.css +176 -180
- package/es/components/tabs/style/dnb-tabs.min.css +1 -1
- package/es/components/tag/style/_tag.scss +10 -6
- package/es/components/tag/style/dnb-tag.css +205 -5
- package/es/components/tag/style/dnb-tag.min.css +1 -1
- package/es/components/toggle-button/style/dnb-toggle-button.css +192 -0
- package/es/components/toggle-button/style/dnb-toggle-button.min.css +1 -1
- package/es/components/toggle-button/style/dnb-toggle-button.scss +2 -0
- package/es/shared/Eufemia.js +1 -1
- package/es/style/dnb-ui-components.css +189 -185
- package/es/style/dnb-ui-components.min.css +1 -1
- package/es/style/themes/theme-open-banking/dnb-theme-open-banking.css +12 -11
- package/es/style/themes/theme-open-banking/dnb-theme-open-banking.min.css +1 -1
- package/es/style/themes/theme-ui/dnb-theme-ui.css +12 -11
- package/es/style/themes/theme-ui/dnb-theme-ui.min.css +1 -1
- package/esm/dnb-ui-basis.min.mjs +1 -1
- package/esm/dnb-ui-components.min.mjs +1 -1
- package/esm/dnb-ui-elements.min.mjs +1 -1
- package/esm/dnb-ui-extensions.min.mjs +1 -1
- package/esm/dnb-ui-lib.min.mjs +3 -3
- package/esm/dnb-ui-web-components.min.mjs +2 -2
- package/package.json +1 -1
- package/shared/Eufemia.js +1 -1
- package/style/dnb-ui-components.css +189 -185
- package/style/dnb-ui-components.min.css +1 -1
- package/style/themes/theme-open-banking/dnb-theme-open-banking.css +12 -11
- package/style/themes/theme-open-banking/dnb-theme-open-banking.min.css +1 -1
- package/style/themes/theme-ui/dnb-theme-ui.css +12 -11
- package/style/themes/theme-ui/dnb-theme-ui.min.css +1 -1
- package/umd/dnb-ui-basis.min.js +1 -1
- package/umd/dnb-ui-components.min.js +3 -3
- package/umd/dnb-ui-elements.min.js +1 -1
- package/umd/dnb-ui-extensions.min.js +1 -1
- package/umd/dnb-ui-lib.min.js +3 -3
- package/umd/dnb-ui-web-components.min.js +3 -3
- package/esm/components/Accordion.d.ts +0 -3
- package/esm/components/Accordion.js +0 -3
- package/esm/components/Autocomplete.d.ts +0 -3
- package/esm/components/Autocomplete.js +0 -3
- package/esm/components/Avatar.d.ts +0 -3
- package/esm/components/Avatar.js +0 -3
- package/esm/components/Breadcrumb.d.ts +0 -3
- package/esm/components/Breadcrumb.js +0 -3
- package/esm/components/Button.d.ts +0 -3
- package/esm/components/Button.js +0 -3
- package/esm/components/Checkbox.d.ts +0 -3
- package/esm/components/Checkbox.js +0 -3
- package/esm/components/DatePicker.d.ts +0 -3
- package/esm/components/DatePicker.js +0 -3
- package/esm/components/Dialog.d.ts +0 -3
- package/esm/components/Dialog.js +0 -3
- package/esm/components/Drawer.d.ts +0 -3
- package/esm/components/Drawer.js +0 -3
- package/esm/components/Dropdown.d.ts +0 -3
- package/esm/components/Dropdown.js +0 -3
- package/esm/components/FormLabel.d.ts +0 -3
- package/esm/components/FormLabel.js +0 -3
- package/esm/components/FormRow.d.ts +0 -3
- package/esm/components/FormRow.js +0 -3
- package/esm/components/FormSet.d.ts +0 -3
- package/esm/components/FormSet.js +0 -3
- package/esm/components/FormStatus.d.ts +0 -3
- package/esm/components/FormStatus.js +0 -3
- package/esm/components/GlobalError.d.ts +0 -3
- package/esm/components/GlobalError.js +0 -3
- package/esm/components/GlobalStatus.d.ts +0 -3
- package/esm/components/GlobalStatus.js +0 -3
- package/esm/components/Heading.d.ts +0 -3
- package/esm/components/Heading.js +0 -3
- package/esm/components/HelpButton.d.ts +0 -3
- package/esm/components/HelpButton.js +0 -3
- package/esm/components/Icon.d.ts +0 -3
- package/esm/components/Icon.js +0 -3
- package/esm/components/IconPrimary.d.ts +0 -3
- package/esm/components/IconPrimary.js +0 -3
- package/esm/components/InfoCard.d.ts +0 -3
- package/esm/components/InfoCard.js +0 -3
- package/esm/components/Input.d.ts +0 -3
- package/esm/components/Input.js +0 -3
- package/esm/components/InputMasked.d.ts +0 -3
- package/esm/components/InputMasked.js +0 -3
- package/esm/components/Logo.d.ts +0 -3
- package/esm/components/Logo.js +0 -3
- package/esm/components/Modal.d.ts +0 -3
- package/esm/components/Modal.js +0 -3
- package/esm/components/Number.d.ts +0 -2
- package/esm/components/Number.js +0 -12
- package/esm/components/NumberFormat.d.ts +0 -3
- package/esm/components/NumberFormat.js +0 -3
- package/esm/components/Pagination.d.ts +0 -3
- package/esm/components/Pagination.js +0 -3
- package/esm/components/ProgressIndicator.d.ts +0 -3
- package/esm/components/ProgressIndicator.js +0 -3
- package/esm/components/Radio.d.ts +0 -3
- package/esm/components/Radio.js +0 -3
- package/esm/components/Section.d.ts +0 -3
- package/esm/components/Section.js +0 -3
- package/esm/components/Skeleton.d.ts +0 -3
- package/esm/components/Skeleton.js +0 -3
- package/esm/components/Slider.d.ts +0 -3
- package/esm/components/Slider.js +0 -3
- package/esm/components/Space.d.ts +0 -3
- package/esm/components/Space.js +0 -3
- package/esm/components/StepIndicator.d.ts +0 -3
- package/esm/components/StepIndicator.js +0 -3
- package/esm/components/Switch.d.ts +0 -3
- package/esm/components/Switch.js +0 -3
- package/esm/components/Tabs.d.ts +0 -3
- package/esm/components/Tabs.js +0 -3
- package/esm/components/Tag.d.ts +0 -3
- package/esm/components/Tag.js +0 -3
- package/esm/components/Textarea.d.ts +0 -3
- package/esm/components/Textarea.js +0 -3
- package/esm/components/Timeline.d.ts +0 -3
- package/esm/components/Timeline.js +0 -3
- package/esm/components/ToggleButton.d.ts +0 -3
- package/esm/components/ToggleButton.js +0 -3
- package/esm/components/Tooltip.d.ts +0 -3
- package/esm/components/Tooltip.js +0 -3
- package/esm/components/VisuallyHidden.d.ts +0 -3
- package/esm/components/VisuallyHidden.js +0 -3
- package/esm/components/accordion/Accordion.d.ts +0 -231
- package/esm/components/accordion/Accordion.js +0 -599
- package/esm/components/accordion/AccordionContent.d.ts +0 -40
- package/esm/components/accordion/AccordionContent.js +0 -227
- package/esm/components/accordion/AccordionContext.d.ts +0 -3
- package/esm/components/accordion/AccordionContext.js +0 -3
- package/esm/components/accordion/AccordionHeader.d.ts +0 -174
- package/esm/components/accordion/AccordionHeader.js +0 -379
- package/esm/components/accordion/AccordionPropTypes.d.ts +0 -78
- package/esm/components/accordion/AccordionPropTypes.js +0 -82
- package/esm/components/accordion/AccordionProvider.d.ts +0 -86
- package/esm/components/accordion/AccordionProvider.js +0 -137
- package/esm/components/accordion/AccordionProviderContext.d.ts +0 -3
- package/esm/components/accordion/AccordionProviderContext.js +0 -3
- package/esm/components/accordion/group/web-component.d.ts +0 -1
- package/esm/components/accordion/group/web-component.js +0 -5
- package/esm/components/accordion/index.d.ts +0 -3
- package/esm/components/accordion/index.js +0 -3
- package/esm/components/accordion/style/_accordion.scss +0 -236
- package/esm/components/accordion/style/dnb-accordion.css +0 -263
- package/esm/components/accordion/style/dnb-accordion.min.css +0 -1
- package/esm/components/accordion/style/dnb-accordion.scss +0 -12
- package/esm/components/accordion/style/index.d.ts +0 -1
- package/esm/components/accordion/style/index.js +0 -1
- package/esm/components/accordion/style/themes/dnb-accordion-theme-ui.css +0 -228
- package/esm/components/accordion/style/themes/dnb-accordion-theme-ui.min.css +0 -3
- package/esm/components/accordion/style/themes/dnb-accordion-theme-ui.scss +0 -102
- package/esm/components/accordion/style/themes/ui.d.ts +0 -1
- package/esm/components/accordion/style/themes/ui.js +0 -1
- package/esm/components/accordion/style.d.ts +0 -1
- package/esm/components/accordion/style.js +0 -1
- package/esm/components/accordion/web-component.d.ts +0 -3
- package/esm/components/accordion/web-component.js +0 -5
- package/esm/components/autocomplete/Autocomplete.d.ts +0 -564
- package/esm/components/autocomplete/Autocomplete.js +0 -1759
- package/esm/components/autocomplete/index.d.ts +0 -3
- package/esm/components/autocomplete/index.js +0 -3
- package/esm/components/autocomplete/style/_autocomplete.scss +0 -243
- package/esm/components/autocomplete/style/dnb-autocomplete.css +0 -2327
- package/esm/components/autocomplete/style/dnb-autocomplete.min.css +0 -2
- package/esm/components/autocomplete/style/dnb-autocomplete.scss +0 -18
- package/esm/components/autocomplete/style/index.d.ts +0 -1
- package/esm/components/autocomplete/style/index.js +0 -1
- package/esm/components/autocomplete/style/themes/dnb-autocomplete-theme-ui.css +0 -74
- package/esm/components/autocomplete/style/themes/dnb-autocomplete-theme-ui.min.css +0 -3
- package/esm/components/autocomplete/style/themes/dnb-autocomplete-theme-ui.scss +0 -53
- package/esm/components/autocomplete/style/themes/ui.d.ts +0 -1
- package/esm/components/autocomplete/style/themes/ui.js +0 -1
- package/esm/components/autocomplete/style.d.ts +0 -1
- package/esm/components/autocomplete/style.js +0 -1
- package/esm/components/autocomplete/web-component.d.ts +0 -3
- package/esm/components/autocomplete/web-component.js +0 -5
- package/esm/components/avatar/Avatar.d.ts +0 -65
- package/esm/components/avatar/Avatar.js +0 -90
- package/esm/components/avatar/AvatarGroup.d.ts +0 -58
- package/esm/components/avatar/AvatarGroup.js +0 -94
- package/esm/components/avatar/index.d.ts +0 -3
- package/esm/components/avatar/index.js +0 -3
- package/esm/components/avatar/style/_avatar.scss +0 -146
- package/esm/components/avatar/style/dnb-avatar.css +0 -226
- package/esm/components/avatar/style/dnb-avatar.min.css +0 -1
- package/esm/components/avatar/style/dnb-avatar.scss +0 -12
- package/esm/components/avatar/style/index.d.ts +0 -6
- package/esm/components/avatar/style/index.js +0 -1
- package/esm/components/avatar/style/themes/dnb-avatar-theme-ui.css +0 -36
- package/esm/components/avatar/style/themes/dnb-avatar-theme-ui.min.css +0 -1
- package/esm/components/avatar/style/themes/dnb-avatar-theme-ui.scss +0 -29
- package/esm/components/avatar/style/themes/ui.d.ts +0 -1
- package/esm/components/avatar/style/themes/ui.js +0 -1
- package/esm/components/avatar/style.d.ts +0 -1
- package/esm/components/avatar/style.js +0 -1
- package/esm/components/breadcrumb/Breadcrumb.d.ts +0 -104
- package/esm/components/breadcrumb/Breadcrumb.js +0 -129
- package/esm/components/breadcrumb/BreadcrumbItem.d.ts +0 -37
- package/esm/components/breadcrumb/BreadcrumbItem.js +0 -59
- package/esm/components/breadcrumb/index.d.ts +0 -3
- package/esm/components/breadcrumb/index.js +0 -3
- package/esm/components/breadcrumb/style/_breadcrumb.scss +0 -57
- package/esm/components/breadcrumb/style/dnb-breadcrumb.css +0 -144
- package/esm/components/breadcrumb/style/dnb-breadcrumb.min.css +0 -1
- package/esm/components/breadcrumb/style/dnb-breadcrumb.scss +0 -12
- package/esm/components/breadcrumb/style/index.d.ts +0 -1
- package/esm/components/breadcrumb/style/index.js +0 -1
- package/esm/components/breadcrumb/style.d.ts +0 -1
- package/esm/components/breadcrumb/style.js +0 -1
- package/esm/components/button/Button.d.ts +0 -233
- package/esm/components/button/Button.js +0 -370
- package/esm/components/button/index.d.ts +0 -3
- package/esm/components/button/index.js +0 -3
- package/esm/components/button/style/_button.scss +0 -299
- package/esm/components/button/style/dnb-button.css +0 -580
- package/esm/components/button/style/dnb-button.min.css +0 -1
- package/esm/components/button/style/dnb-button.scss +0 -17
- package/esm/components/button/style/index.d.ts +0 -1
- package/esm/components/button/style/index.js +0 -1
- package/esm/components/button/style/themes/_button-mixins.scss +0 -125
- package/esm/components/button/style/themes/dnb-button-theme-open-banking.css +0 -738
- package/esm/components/button/style/themes/dnb-button-theme-open-banking.min.css +0 -13
- package/esm/components/button/style/themes/dnb-button-theme-open-banking.scss +0 -19
- package/esm/components/button/style/themes/dnb-button-theme-ui.css +0 -723
- package/esm/components/button/style/themes/dnb-button-theme-ui.min.css +0 -13
- package/esm/components/button/style/themes/dnb-button-theme-ui.scss +0 -379
- package/esm/components/button/style/themes/ui.d.ts +0 -1
- package/esm/components/button/style/themes/ui.js +0 -1
- package/esm/components/button/style.d.ts +0 -1
- package/esm/components/button/style.js +0 -1
- package/esm/components/button/web-component.d.ts +0 -3
- package/esm/components/button/web-component.js +0 -5
- package/esm/components/checkbox/Checkbox.d.ts +0 -172
- package/esm/components/checkbox/Checkbox.js +0 -340
- package/esm/components/checkbox/index.d.ts +0 -3
- package/esm/components/checkbox/index.js +0 -3
- package/esm/components/checkbox/style/_checkbox.scss +0 -191
- package/esm/components/checkbox/style/dnb-checkbox.css +0 -538
- package/esm/components/checkbox/style/dnb-checkbox.min.css +0 -1
- package/esm/components/checkbox/style/dnb-checkbox.scss +0 -14
- package/esm/components/checkbox/style/index.d.ts +0 -1
- package/esm/components/checkbox/style/index.js +0 -1
- package/esm/components/checkbox/style/themes/dnb-checkbox-theme-ui.css +0 -113
- package/esm/components/checkbox/style/themes/dnb-checkbox-theme-ui.min.css +0 -1
- package/esm/components/checkbox/style/themes/dnb-checkbox-theme-ui.scss +0 -130
- package/esm/components/checkbox/style/themes/ui.d.ts +0 -1
- package/esm/components/checkbox/style/themes/ui.js +0 -1
- package/esm/components/checkbox/style.d.ts +0 -1
- package/esm/components/checkbox/style.js +0 -1
- package/esm/components/checkbox/web-component.d.ts +0 -3
- package/esm/components/checkbox/web-component.js +0 -5
- package/esm/components/date-picker/DatePicker.d.ts +0 -385
- package/esm/components/date-picker/DatePicker.js +0 -603
- package/esm/components/date-picker/DatePickerAddon.d.ts +0 -24
- package/esm/components/date-picker/DatePickerAddon.js +0 -159
- package/esm/components/date-picker/DatePickerCalc.d.ts +0 -37
- package/esm/components/date-picker/DatePickerCalc.js +0 -205
- package/esm/components/date-picker/DatePickerCalendar.d.ts +0 -45
- package/esm/components/date-picker/DatePickerCalendar.js +0 -731
- package/esm/components/date-picker/DatePickerContext.d.ts +0 -3
- package/esm/components/date-picker/DatePickerContext.js +0 -3
- package/esm/components/date-picker/DatePickerFooter.d.ts +0 -20
- package/esm/components/date-picker/DatePickerFooter.js +0 -158
- package/esm/components/date-picker/DatePickerInput.d.ts +0 -72
- package/esm/components/date-picker/DatePickerInput.js +0 -844
- package/esm/components/date-picker/DatePickerProvider.d.ts +0 -41
- package/esm/components/date-picker/DatePickerProvider.js +0 -318
- package/esm/components/date-picker/DatePickerRange.d.ts +0 -25
- package/esm/components/date-picker/DatePickerRange.js +0 -225
- package/esm/components/date-picker/index.d.ts +0 -3
- package/esm/components/date-picker/index.js +0 -3
- package/esm/components/date-picker/style/_date-picker.scss +0 -528
- package/esm/components/date-picker/style/dnb-date-picker.css +0 -5081
- package/esm/components/date-picker/style/dnb-date-picker.min.css +0 -4
- package/esm/components/date-picker/style/dnb-date-picker.scss +0 -19
- package/esm/components/date-picker/style/index.d.ts +0 -1
- package/esm/components/date-picker/style/index.js +0 -1
- package/esm/components/date-picker/style/themes/dnb-date-picker-theme-ui.css +0 -168
- package/esm/components/date-picker/style/themes/dnb-date-picker-theme-ui.min.css +0 -3
- package/esm/components/date-picker/style/themes/dnb-date-picker-theme-ui.scss +0 -179
- package/esm/components/date-picker/style/themes/ui.d.ts +0 -1
- package/esm/components/date-picker/style/themes/ui.js +0 -1
- package/esm/components/date-picker/style.d.ts +0 -1
- package/esm/components/date-picker/style.js +0 -1
- package/esm/components/date-picker/web-component.d.ts +0 -3
- package/esm/components/date-picker/web-component.js +0 -5
- package/esm/components/dialog/Dialog.d.ts +0 -12
- package/esm/components/dialog/Dialog.js +0 -117
- package/esm/components/dialog/DialogContent.d.ts +0 -7
- package/esm/components/dialog/DialogContent.js +0 -94
- package/esm/components/dialog/index.d.ts +0 -1
- package/esm/components/dialog/index.js +0 -3
- package/esm/components/dialog/parts/DialogBody.d.ts +0 -15
- package/esm/components/dialog/parts/DialogBody.js +0 -17
- package/esm/components/dialog/parts/DialogHeader.d.ts +0 -8
- package/esm/components/dialog/parts/DialogHeader.js +0 -20
- package/esm/components/dialog/parts/DialogNavigation.d.ts +0 -4
- package/esm/components/dialog/parts/DialogNavigation.js +0 -15
- package/esm/components/dialog/style/_dialog.scss +0 -188
- package/esm/components/dialog/style/dnb-dialog.css +0 -429
- package/esm/components/dialog/style/dnb-dialog.min.css +0 -1
- package/esm/components/dialog/style/dnb-dialog.scss +0 -15
- package/esm/components/dialog/style/index.d.ts +0 -1
- package/esm/components/dialog/style/index.js +0 -1
- package/esm/components/dialog/style/themes/dnb-dialog-theme-ui.css +0 -17
- package/esm/components/dialog/style/themes/dnb-dialog-theme-ui.min.css +0 -1
- package/esm/components/dialog/style/themes/dnb-dialog-theme-ui.scss +0 -17
- package/esm/components/dialog/style/themes/ui.d.ts +0 -1
- package/esm/components/dialog/style/themes/ui.js +0 -1
- package/esm/components/dialog/style.d.ts +0 -1
- package/esm/components/dialog/style.js +0 -1
- package/esm/components/dialog/types.d.ts +0 -60
- package/esm/components/dialog/types.js +0 -1
- package/esm/components/drawer/Drawer.d.ts +0 -12
- package/esm/components/drawer/Drawer.js +0 -120
- package/esm/components/drawer/DrawerContent.d.ts +0 -7
- package/esm/components/drawer/DrawerContent.js +0 -96
- package/esm/components/drawer/helpers.d.ts +0 -5
- package/esm/components/drawer/helpers.js +0 -26
- package/esm/components/drawer/index.d.ts +0 -3
- package/esm/components/drawer/index.js +0 -3
- package/esm/components/drawer/parts/DrawerBody.d.ts +0 -15
- package/esm/components/drawer/parts/DrawerBody.js +0 -17
- package/esm/components/drawer/parts/DrawerHeader.d.ts +0 -8
- package/esm/components/drawer/parts/DrawerHeader.js +0 -20
- package/esm/components/drawer/parts/DrawerNavigation.d.ts +0 -4
- package/esm/components/drawer/parts/DrawerNavigation.js +0 -16
- package/esm/components/drawer/style/_drawer.scss +0 -265
- package/esm/components/drawer/style/dnb-drawer.css +0 -515
- package/esm/components/drawer/style/dnb-drawer.min.css +0 -1
- package/esm/components/drawer/style/dnb-drawer.scss +0 -15
- package/esm/components/drawer/style/index.d.ts +0 -1
- package/esm/components/drawer/style/index.js +0 -1
- package/esm/components/drawer/style/themes/dnb-drawer-theme-ui.css +0 -17
- package/esm/components/drawer/style/themes/dnb-drawer-theme-ui.min.css +0 -1
- package/esm/components/drawer/style/themes/dnb-drawer-theme-ui.scss +0 -17
- package/esm/components/drawer/style/themes/ui.d.ts +0 -1
- package/esm/components/drawer/style/themes/ui.js +0 -1
- package/esm/components/drawer/style.d.ts +0 -1
- package/esm/components/drawer/style.js +0 -1
- package/esm/components/drawer/types.d.ts +0 -68
- package/esm/components/drawer/types.js +0 -1
- package/esm/components/dropdown/Dropdown.d.ts +0 -428
- package/esm/components/dropdown/Dropdown.js +0 -583
- package/esm/components/dropdown/index.d.ts +0 -3
- package/esm/components/dropdown/index.js +0 -3
- package/esm/components/dropdown/style/_dropdown.scss +0 -340
- package/esm/components/dropdown/style/dnb-dropdown.css +0 -1307
- package/esm/components/dropdown/style/dnb-dropdown.min.css +0 -1
- package/esm/components/dropdown/style/dnb-dropdown.scss +0 -18
- package/esm/components/dropdown/style/index.d.ts +0 -1
- package/esm/components/dropdown/style/index.js +0 -1
- package/esm/components/dropdown/style/themes/dnb-dropdown-theme-ui.css +0 -82
- package/esm/components/dropdown/style/themes/dnb-dropdown-theme-ui.min.css +0 -1
- package/esm/components/dropdown/style/themes/dnb-dropdown-theme-ui.scss +0 -52
- package/esm/components/dropdown/style/themes/ui.d.ts +0 -1
- package/esm/components/dropdown/style/themes/ui.js +0 -1
- package/esm/components/dropdown/style.d.ts +0 -1
- package/esm/components/dropdown/style.js +0 -1
- package/esm/components/dropdown/web-component.d.ts +0 -3
- package/esm/components/dropdown/web-component.js +0 -5
- package/esm/components/form-label/FormLabel.d.ts +0 -117
- package/esm/components/form-label/FormLabel.js +0 -140
- package/esm/components/form-label/index.d.ts +0 -3
- package/esm/components/form-label/index.js +0 -3
- package/esm/components/form-label/style/_form-label.scss +0 -60
- package/esm/components/form-label/style/dnb-form-label.css +0 -111
- package/esm/components/form-label/style/dnb-form-label.min.css +0 -1
- package/esm/components/form-label/style/dnb-form-label.scss +0 -12
- package/esm/components/form-label/style/index.d.ts +0 -1
- package/esm/components/form-label/style/index.js +0 -1
- package/esm/components/form-label/style/themes/dnb-form-label-theme-ui.css +0 -10
- package/esm/components/form-label/style/themes/dnb-form-label-theme-ui.min.css +0 -1
- package/esm/components/form-label/style/themes/dnb-form-label-theme-ui.scss +0 -11
- package/esm/components/form-label/style/themes/ui.d.ts +0 -1
- package/esm/components/form-label/style/themes/ui.js +0 -1
- package/esm/components/form-label/style.d.ts +0 -1
- package/esm/components/form-label/style.js +0 -1
- package/esm/components/form-label/web-component.d.ts +0 -3
- package/esm/components/form-label/web-component.js +0 -5
- package/esm/components/form-row/FormRow.d.ts +0 -181
- package/esm/components/form-row/FormRow.js +0 -288
- package/esm/components/form-row/index.d.ts +0 -3
- package/esm/components/form-row/index.js +0 -3
- package/esm/components/form-row/style/_form-row.scss +0 -213
- package/esm/components/form-row/style/dnb-form-row.css +0 -345
- package/esm/components/form-row/style/dnb-form-row.min.css +0 -1
- package/esm/components/form-row/style/dnb-form-row.scss +0 -13
- package/esm/components/form-row/style/index.d.ts +0 -1
- package/esm/components/form-row/style/index.js +0 -1
- package/esm/components/form-row/style/themes/dnb-form-row-theme-ui.css +0 -10
- package/esm/components/form-row/style/themes/dnb-form-row-theme-ui.min.css +0 -1
- package/esm/components/form-row/style/themes/dnb-form-row-theme-ui.scss +0 -36
- package/esm/components/form-row/style/themes/ui.d.ts +0 -1
- package/esm/components/form-row/style/themes/ui.js +0 -1
- package/esm/components/form-row/style.d.ts +0 -1
- package/esm/components/form-row/style.js +0 -1
- package/esm/components/form-row/web-component.d.ts +0 -3
- package/esm/components/form-row/web-component.js +0 -5
- package/esm/components/form-set/FormSet.d.ts +0 -202
- package/esm/components/form-set/FormSet.js +0 -164
- package/esm/components/form-set/index.d.ts +0 -3
- package/esm/components/form-set/index.js +0 -3
- package/esm/components/form-set/style/_form-set.scss +0 -10
- package/esm/components/form-set/style/dnb-form-set.css +0 -74
- package/esm/components/form-set/style/dnb-form-set.min.css +0 -1
- package/esm/components/form-set/style/dnb-form-set.scss +0 -13
- package/esm/components/form-set/style/index.d.ts +0 -1
- package/esm/components/form-set/style/index.js +0 -1
- package/esm/components/form-set/style/themes/dnb-form-set-theme-ui.css +0 -4
- package/esm/components/form-set/style/themes/dnb-form-set-theme-ui.min.css +0 -0
- package/esm/components/form-set/style/themes/dnb-form-set-theme-ui.scss +0 -7
- package/esm/components/form-set/style/themes/ui.d.ts +0 -1
- package/esm/components/form-set/style/themes/ui.js +0 -1
- package/esm/components/form-set/style.d.ts +0 -1
- package/esm/components/form-set/style.js +0 -1
- package/esm/components/form-set/web-component.d.ts +0 -3
- package/esm/components/form-set/web-component.js +0 -5
- package/esm/components/form-status/FormStatus.d.ts +0 -207
- package/esm/components/form-status/FormStatus.js +0 -592
- package/esm/components/form-status/index.d.ts +0 -3
- package/esm/components/form-status/index.js +0 -3
- package/esm/components/form-status/style/_form-status.scss +0 -137
- package/esm/components/form-status/style/dnb-form-status.css +0 -157
- package/esm/components/form-status/style/dnb-form-status.min.css +0 -1
- package/esm/components/form-status/style/dnb-form-status.scss +0 -12
- package/esm/components/form-status/style/index.d.ts +0 -1
- package/esm/components/form-status/style/index.js +0 -1
- package/esm/components/form-status/style/themes/dnb-form-status-theme-ui.css +0 -117
- package/esm/components/form-status/style/themes/dnb-form-status-theme-ui.min.css +0 -1
- package/esm/components/form-status/style/themes/dnb-form-status-theme-ui.scss +0 -64
- package/esm/components/form-status/style/themes/ui.d.ts +0 -1
- package/esm/components/form-status/style/themes/ui.js +0 -1
- package/esm/components/form-status/style.d.ts +0 -1
- package/esm/components/form-status/style.js +0 -1
- package/esm/components/form-status/web-component.d.ts +0 -3
- package/esm/components/form-status/web-component.js +0 -5
- package/esm/components/global-error/GlobalError.d.ts +0 -82
- package/esm/components/global-error/GlobalError.js +0 -571
- package/esm/components/global-error/index.d.ts +0 -3
- package/esm/components/global-error/index.js +0 -3
- package/esm/components/global-error/style/_global-error.scss +0 -71
- package/esm/components/global-error/style/dnb-global-error.css +0 -731
- package/esm/components/global-error/style/dnb-global-error.min.css +0 -1
- package/esm/components/global-error/style/dnb-global-error.scss +0 -15
- package/esm/components/global-error/style/index.d.ts +0 -1
- package/esm/components/global-error/style/index.js +0 -1
- package/esm/components/global-error/style/themes/dnb-global-error-theme-ui.css +0 -4
- package/esm/components/global-error/style/themes/dnb-global-error-theme-ui.min.css +0 -0
- package/esm/components/global-error/style/themes/dnb-global-error-theme-ui.scss +0 -9
- package/esm/components/global-error/style/themes/ui.d.ts +0 -1
- package/esm/components/global-error/style/themes/ui.js +0 -1
- package/esm/components/global-error/style.d.ts +0 -1
- package/esm/components/global-error/style.js +0 -1
- package/esm/components/global-error/web-component.d.ts +0 -3
- package/esm/components/global-error/web-component.js +0 -5
- package/esm/components/global-status/AnimationHelper.d.ts +0 -12
- package/esm/components/global-status/AnimationHelper.js +0 -160
- package/esm/components/global-status/GlobalStatus.d.ts +0 -207
- package/esm/components/global-status/GlobalStatus.js +0 -733
- package/esm/components/global-status/GlobalStatusController.d.ts +0 -40
- package/esm/components/global-status/GlobalStatusController.js +0 -218
- package/esm/components/global-status/GlobalStatusProvider.d.ts +0 -34
- package/esm/components/global-status/GlobalStatusProvider.js +0 -396
- package/esm/components/global-status/index.d.ts +0 -3
- package/esm/components/global-status/index.js +0 -3
- package/esm/components/global-status/style/_global-status.scss +0 -132
- package/esm/components/global-status/style/dnb-global-status.css +0 -898
- package/esm/components/global-status/style/dnb-global-status.min.css +0 -1
- package/esm/components/global-status/style/dnb-global-status.scss +0 -16
- package/esm/components/global-status/style/index.d.ts +0 -1
- package/esm/components/global-status/style/index.js +0 -1
- package/esm/components/global-status/style/themes/dnb-global-status-theme-ui.css +0 -40
- package/esm/components/global-status/style/themes/dnb-global-status-theme-ui.min.css +0 -1
- package/esm/components/global-status/style/themes/dnb-global-status-theme-ui.scss +0 -35
- package/esm/components/global-status/style/themes/ui.d.ts +0 -1
- package/esm/components/global-status/style/themes/ui.js +0 -1
- package/esm/components/global-status/style.d.ts +0 -1
- package/esm/components/global-status/style.js +0 -1
- package/esm/components/global-status/web-component.d.ts +0 -3
- package/esm/components/global-status/web-component.js +0 -5
- package/esm/components/heading/Heading.d.ts +0 -154
- package/esm/components/heading/Heading.js +0 -306
- package/esm/components/heading/HeadingContext.d.ts +0 -5
- package/esm/components/heading/HeadingContext.js +0 -5
- package/esm/components/heading/HeadingCounter.d.ts +0 -42
- package/esm/components/heading/HeadingCounter.js +0 -288
- package/esm/components/heading/HeadingHelpers.d.ts +0 -27
- package/esm/components/heading/HeadingHelpers.js +0 -206
- package/esm/components/heading/HeadingProvider.d.ts +0 -58
- package/esm/components/heading/HeadingProvider.js +0 -166
- package/esm/components/heading/index.d.ts +0 -3
- package/esm/components/heading/index.js +0 -3
- package/esm/components/heading/style/_heading.scss +0 -20
- package/esm/components/heading/style/dnb-heading.css +0 -37
- package/esm/components/heading/style/dnb-heading.min.css +0 -1
- package/esm/components/heading/style/dnb-heading.scss +0 -12
- package/esm/components/heading/style/index.d.ts +0 -1
- package/esm/components/heading/style/index.js +0 -1
- package/esm/components/heading/style.d.ts +0 -1
- package/esm/components/heading/style.js +0 -1
- package/esm/components/heading/web-component.d.ts +0 -3
- package/esm/components/heading/web-component.js +0 -5
- package/esm/components/help-button/HelpButton.d.ts +0 -238
- package/esm/components/help-button/HelpButton.js +0 -110
- package/esm/components/help-button/HelpButtonInstance.d.ts +0 -102
- package/esm/components/help-button/HelpButtonInstance.js +0 -130
- package/esm/components/help-button/index.d.ts +0 -3
- package/esm/components/help-button/index.js +0 -3
- package/esm/components/help-button/style/_help-button.scss +0 -6
- package/esm/components/help-button/style/dnb-help-button.css +0 -76
- package/esm/components/help-button/style/dnb-help-button.min.css +0 -1
- package/esm/components/help-button/style/dnb-help-button.scss +0 -12
- package/esm/components/help-button/style/index.d.ts +0 -1
- package/esm/components/help-button/style/index.js +0 -1
- package/esm/components/help-button/style/themes/dnb-help-button-theme-ui.css +0 -4
- package/esm/components/help-button/style/themes/dnb-help-button-theme-ui.min.css +0 -0
- package/esm/components/help-button/style/themes/dnb-help-button-theme-ui.scss +0 -4
- package/esm/components/help-button/style/themes/ui.d.ts +0 -1
- package/esm/components/help-button/style/themes/ui.js +0 -1
- package/esm/components/help-button/style.d.ts +0 -1
- package/esm/components/help-button/style.js +0 -1
- package/esm/components/help-button/web-component.d.ts +0 -3
- package/esm/components/help-button/web-component.js +0 -5
- package/esm/components/icon/Icon.d.ts +0 -126
- package/esm/components/icon/Icon.js +0 -460
- package/esm/components/icon/IconPrimary.d.ts +0 -3
- package/esm/components/icon/IconPrimary.js +0 -3
- package/esm/components/icon/index.d.ts +0 -3
- package/esm/components/icon/index.js +0 -3
- package/esm/components/icon/lib/SvgComparison.d.ts +0 -2
- package/esm/components/icon/lib/SvgComparison.js +0 -54
- package/esm/components/icon/lib/index.d.ts +0 -1
- package/esm/components/icon/lib/index.js +0 -1
- package/esm/components/icon/style/_icon.scss +0 -99
- package/esm/components/icon/style/dnb-icon.css +0 -91
- package/esm/components/icon/style/dnb-icon.min.css +0 -1
- package/esm/components/icon/style/dnb-icon.scss +0 -7
- package/esm/components/icon/style/index.d.ts +0 -1
- package/esm/components/icon/style/index.js +0 -1
- package/esm/components/icon/style/themes/dnb-icon-theme-ui.css +0 -18
- package/esm/components/icon/style/themes/dnb-icon-theme-ui.min.css +0 -1
- package/esm/components/icon/style/themes/dnb-icon-theme-ui.scss +0 -30
- package/esm/components/icon/style.d.ts +0 -1
- package/esm/components/icon/style.js +0 -1
- package/esm/components/icon/web-component.d.ts +0 -3
- package/esm/components/icon/web-component.js +0 -5
- package/esm/components/icon-primary/IconPrimary.d.ts +0 -139
- package/esm/components/icon-primary/IconPrimary.js +0 -93
- package/esm/components/icon-primary/index.d.ts +0 -3
- package/esm/components/icon-primary/index.js +0 -3
- package/esm/components/icon-primary/style.d.ts +0 -1
- package/esm/components/icon-primary/style.js +0 -1
- package/esm/components/icon-primary/web-component.d.ts +0 -3
- package/esm/components/icon-primary/web-component.js +0 -5
- package/esm/components/index.d.ts +0 -43
- package/esm/components/index.js +0 -43
- package/esm/components/info-card/InfoCard.d.ts +0 -101
- package/esm/components/info-card/InfoCard.js +0 -140
- package/esm/components/info-card/index.d.ts +0 -8
- package/esm/components/info-card/index.js +0 -3
- package/esm/components/info-card/style/_info-card.scss +0 -52
- package/esm/components/info-card/style/dnb-info-card.css +0 -135
- package/esm/components/info-card/style/dnb-info-card.min.css +0 -1
- package/esm/components/info-card/style/dnb-info-card.scss +0 -12
- package/esm/components/info-card/style/index.d.ts +0 -6
- package/esm/components/info-card/style/index.js +0 -1
- package/esm/components/info-card/style.d.ts +0 -1
- package/esm/components/info-card/style.js +0 -1
- package/esm/components/input/Input.d.ts +0 -296
- package/esm/components/input/Input.js +0 -679
- package/esm/components/input/InputPassword.d.ts +0 -18
- package/esm/components/input/InputPassword.js +0 -125
- package/esm/components/input/index.d.ts +0 -1
- package/esm/components/input/index.js +0 -1
- package/esm/components/input/style/_input.scss +0 -462
- package/esm/components/input/style/dnb-input.css +0 -1430
- package/esm/components/input/style/dnb-input.min.css +0 -2
- package/esm/components/input/style/dnb-input.scss +0 -18
- package/esm/components/input/style/index.d.ts +0 -1
- package/esm/components/input/style/index.js +0 -1
- package/esm/components/input/style/themes/dnb-input-theme-ui.css +0 -179
- package/esm/components/input/style/themes/dnb-input-theme-ui.min.css +0 -7
- package/esm/components/input/style/themes/dnb-input-theme-ui.scss +0 -104
- package/esm/components/input/style/themes/ui.d.ts +0 -1
- package/esm/components/input/style/themes/ui.js +0 -1
- package/esm/components/input/style.d.ts +0 -1
- package/esm/components/input/style.js +0 -1
- package/esm/components/input/web-component.d.ts +0 -3
- package/esm/components/input/web-component.js +0 -5
- package/esm/components/input-masked/InputMasked.d.ts +0 -371
- package/esm/components/input-masked/InputMasked.js +0 -86
- package/esm/components/input-masked/InputMaskedContext.d.ts +0 -3
- package/esm/components/input-masked/InputMaskedContext.js +0 -3
- package/esm/components/input-masked/InputMaskedElement.d.ts +0 -1
- package/esm/components/input-masked/InputMaskedElement.js +0 -27
- package/esm/components/input-masked/InputMaskedHooks.d.ts +0 -32
- package/esm/components/input-masked/InputMaskedHooks.js +0 -433
- package/esm/components/input-masked/InputMaskedUtils.d.ts +0 -37
- package/esm/components/input-masked/InputMaskedUtils.js +0 -242
- package/esm/components/input-masked/TextMask.d.ts +0 -33
- package/esm/components/input-masked/TextMask.js +0 -156
- package/esm/components/input-masked/addons/createNumberMask.d.ts +0 -15
- package/esm/components/input-masked/addons/createNumberMask.js +0 -151
- package/esm/components/input-masked/addons/emailMask.d.ts +0 -7
- package/esm/components/input-masked/addons/emailMask.js +0 -112
- package/esm/components/input-masked/addons/emailPipe.d.ts +0 -1
- package/esm/components/input-masked/addons/emailPipe.js +0 -50
- package/esm/components/input-masked/index.d.ts +0 -3
- package/esm/components/input-masked/index.js +0 -3
- package/esm/components/input-masked/style/_input-masked.scss +0 -10
- package/esm/components/input-masked/style/dnb-input-masked.css +0 -1510
- package/esm/components/input-masked/style/dnb-input-masked.min.css +0 -2
- package/esm/components/input-masked/style/dnb-input-masked.scss +0 -15
- package/esm/components/input-masked/style/index.d.ts +0 -1
- package/esm/components/input-masked/style/index.js +0 -1
- package/esm/components/input-masked/style.d.ts +0 -1
- package/esm/components/input-masked/style.js +0 -1
- package/esm/components/input-masked/text-mask/adjustCaretPosition.d.ts +0 -11
- package/esm/components/input-masked/text-mask/adjustCaretPosition.js +0 -127
- package/esm/components/input-masked/text-mask/conformToMask.d.ts +0 -6
- package/esm/components/input-masked/text-mask/conformToMask.js +0 -159
- package/esm/components/input-masked/text-mask/constants.d.ts +0 -2
- package/esm/components/input-masked/text-mask/constants.js +0 -2
- package/esm/components/input-masked/text-mask/createTextMaskInputElement.d.ts +0 -8
- package/esm/components/input-masked/text-mask/createTextMaskInputElement.js +0 -181
- package/esm/components/input-masked/text-mask/utilities.d.ts +0 -9
- package/esm/components/input-masked/text-mask/utilities.js +0 -52
- package/esm/components/input-masked/web-component.d.ts +0 -3
- package/esm/components/input-masked/web-component.js +0 -5
- package/esm/components/lib.d.ts +0 -100
- package/esm/components/lib.js +0 -104
- package/esm/components/logo/Logo.d.ts +0 -92
- package/esm/components/logo/Logo.js +0 -133
- package/esm/components/logo/index.d.ts +0 -3
- package/esm/components/logo/index.js +0 -3
- package/esm/components/logo/style/_logo.scss +0 -34
- package/esm/components/logo/style/dnb-logo.css +0 -96
- package/esm/components/logo/style/dnb-logo.min.css +0 -1
- package/esm/components/logo/style/dnb-logo.scss +0 -12
- package/esm/components/logo/style/index.d.ts +0 -1
- package/esm/components/logo/style/index.js +0 -1
- package/esm/components/logo/style.d.ts +0 -1
- package/esm/components/logo/style.js +0 -1
- package/esm/components/logo/web-component.d.ts +0 -3
- package/esm/components/logo/web-component.js +0 -5
- package/esm/components/modal/Modal.d.ts +0 -136
- package/esm/components/modal/Modal.js +0 -531
- package/esm/components/modal/ModalContent.d.ts +0 -54
- package/esm/components/modal/ModalContent.js +0 -428
- package/esm/components/modal/ModalContext.d.ts +0 -22
- package/esm/components/modal/ModalContext.js +0 -18
- package/esm/components/modal/ModalRoot.d.ts +0 -39
- package/esm/components/modal/ModalRoot.js +0 -145
- package/esm/components/modal/bodyScrollLock.d.ts +0 -3
- package/esm/components/modal/bodyScrollLock.js +0 -289
- package/esm/components/modal/helpers.d.ts +0 -5
- package/esm/components/modal/helpers.js +0 -73
- package/esm/components/modal/index.d.ts +0 -3
- package/esm/components/modal/index.js +0 -3
- package/esm/components/modal/parts/CloseButton.d.ts +0 -39
- package/esm/components/modal/parts/CloseButton.js +0 -72
- package/esm/components/modal/parts/ModalHeader.d.ts +0 -48
- package/esm/components/modal/parts/ModalHeader.js +0 -74
- package/esm/components/modal/parts/ModalHeaderBar.d.ts +0 -50
- package/esm/components/modal/parts/ModalHeaderBar.js +0 -125
- package/esm/components/modal/parts/ModalInner.d.ts +0 -32
- package/esm/components/modal/parts/ModalInner.js +0 -67
- package/esm/components/modal/style/_modal-mixins.scss +0 -101
- package/esm/components/modal/style/_modal.scss +0 -140
- package/esm/components/modal/style/dnb-modal.css +0 -1601
- package/esm/components/modal/style/dnb-modal.min.css +0 -1
- package/esm/components/modal/style/dnb-modal.scss +0 -17
- package/esm/components/modal/style/index.d.ts +0 -1
- package/esm/components/modal/style/index.js +0 -1
- package/esm/components/modal/style/themes/dnb-modal-theme-ui.css +0 -14
- package/esm/components/modal/style/themes/dnb-modal-theme-ui.min.css +0 -1
- package/esm/components/modal/style/themes/dnb-modal-theme-ui.scss +0 -15
- package/esm/components/modal/style/themes/ui.d.ts +0 -1
- package/esm/components/modal/style/themes/ui.js +0 -1
- package/esm/components/modal/style.d.ts +0 -1
- package/esm/components/modal/style.js +0 -1
- package/esm/components/modal/types.d.ts +0 -284
- package/esm/components/modal/types.js +0 -1
- package/esm/components/modal/web-component.d.ts +0 -3
- package/esm/components/modal/web-component.js +0 -5
- package/esm/components/number-format/NumberFormat.d.ts +0 -228
- package/esm/components/number-format/NumberFormat.js +0 -385
- package/esm/components/number-format/NumberUtils.d.ts +0 -112
- package/esm/components/number-format/NumberUtils.js +0 -881
- package/esm/components/number-format/index.d.ts +0 -3
- package/esm/components/number-format/index.js +0 -3
- package/esm/components/number-format/style/_number-format.scss +0 -57
- package/esm/components/number-format/style/dnb-number-format.css +0 -263
- package/esm/components/number-format/style/dnb-number-format.min.css +0 -1
- package/esm/components/number-format/style/dnb-number-format.scss +0 -11
- package/esm/components/number-format/style/index.d.ts +0 -1
- package/esm/components/number-format/style/index.js +0 -1
- package/esm/components/number-format/style.d.ts +0 -1
- package/esm/components/number-format/style.js +0 -1
- package/esm/components/number-format/web-component.d.ts +0 -3
- package/esm/components/number-format/web-component.js +0 -5
- package/esm/components/pagination/InfinityScroller.d.ts +0 -1
- package/esm/components/pagination/InfinityScroller.js +0 -8
- package/esm/components/pagination/Pagination.d.ts +0 -851
- package/esm/components/pagination/Pagination.js +0 -366
- package/esm/components/pagination/PaginationBar.d.ts +0 -42
- package/esm/components/pagination/PaginationBar.js +0 -262
- package/esm/components/pagination/PaginationCalculation.d.ts +0 -6
- package/esm/components/pagination/PaginationCalculation.js +0 -47
- package/esm/components/pagination/PaginationContext.d.ts +0 -5
- package/esm/components/pagination/PaginationContext.js +0 -5
- package/esm/components/pagination/PaginationHelpers.d.ts +0 -22
- package/esm/components/pagination/PaginationHelpers.js +0 -153
- package/esm/components/pagination/PaginationInfinity.d.ts +0 -46
- package/esm/components/pagination/PaginationInfinity.js +0 -674
- package/esm/components/pagination/PaginationProvider.d.ts +0 -87
- package/esm/components/pagination/PaginationProvider.js +0 -418
- package/esm/components/pagination/index.d.ts +0 -3
- package/esm/components/pagination/index.js +0 -3
- package/esm/components/pagination/style/_pagination.scss +0 -113
- package/esm/components/pagination/style/dnb-pagination.css +0 -1029
- package/esm/components/pagination/style/dnb-pagination.min.css +0 -1
- package/esm/components/pagination/style/dnb-pagination.scss +0 -16
- package/esm/components/pagination/style/index.d.ts +0 -1
- package/esm/components/pagination/style/index.js +0 -1
- package/esm/components/pagination/style/themes/dnb-pagination-theme-ui.css +0 -82
- package/esm/components/pagination/style/themes/dnb-pagination-theme-ui.min.css +0 -1
- package/esm/components/pagination/style/themes/dnb-pagination-theme-ui.scss +0 -80
- package/esm/components/pagination/style/themes/ui.d.ts +0 -1
- package/esm/components/pagination/style/themes/ui.js +0 -1
- package/esm/components/pagination/style.d.ts +0 -1
- package/esm/components/pagination/style.js +0 -1
- package/esm/components/pagination/web-component.d.ts +0 -3
- package/esm/components/pagination/web-component.js +0 -5
- package/esm/components/progress-indicator/ProgressIndicator.d.ts +0 -146
- package/esm/components/progress-indicator/ProgressIndicator.js +0 -219
- package/esm/components/progress-indicator/ProgressIndicatorCircular.d.ts +0 -39
- package/esm/components/progress-indicator/ProgressIndicatorCircular.js +0 -277
- package/esm/components/progress-indicator/ProgressIndicatorLinear.d.ts +0 -38
- package/esm/components/progress-indicator/ProgressIndicatorLinear.js +0 -135
- package/esm/components/progress-indicator/index.d.ts +0 -3
- package/esm/components/progress-indicator/index.js +0 -3
- package/esm/components/progress-indicator/style/_progress-indicator.scss +0 -252
- package/esm/components/progress-indicator/style/dnb-progress-indicator.css +0 -326
- package/esm/components/progress-indicator/style/dnb-progress-indicator.min.css +0 -1
- package/esm/components/progress-indicator/style/dnb-progress-indicator.scss +0 -12
- package/esm/components/progress-indicator/style/index.d.ts +0 -1
- package/esm/components/progress-indicator/style/index.js +0 -1
- package/esm/components/progress-indicator/style/themes/dnb-progress-indicator-theme-ui.css +0 -73
- package/esm/components/progress-indicator/style/themes/dnb-progress-indicator-theme-ui.min.css +0 -1
- package/esm/components/progress-indicator/style/themes/dnb-progress-indicator-theme-ui.scss +0 -89
- package/esm/components/progress-indicator/style/themes/ui.d.ts +0 -1
- package/esm/components/progress-indicator/style/themes/ui.js +0 -1
- package/esm/components/progress-indicator/style.d.ts +0 -1
- package/esm/components/progress-indicator/style.js +0 -1
- package/esm/components/progress-indicator/web-component.d.ts +0 -3
- package/esm/components/progress-indicator/web-component.js +0 -5
- package/esm/components/radio/Radio.d.ts +0 -124
- package/esm/components/radio/Radio.js +0 -448
- package/esm/components/radio/RadioGroup.d.ts +0 -123
- package/esm/components/radio/RadioGroup.js +0 -270
- package/esm/components/radio/RadioGroupContext.d.ts +0 -3
- package/esm/components/radio/RadioGroupContext.js +0 -3
- package/esm/components/radio/group/web-component.d.ts +0 -3
- package/esm/components/radio/group/web-component.js +0 -5
- package/esm/components/radio/index.d.ts +0 -3
- package/esm/components/radio/index.js +0 -3
- package/esm/components/radio/style/_radio.scss +0 -262
- package/esm/components/radio/style/dnb-radio.css +0 -600
- package/esm/components/radio/style/dnb-radio.min.css +0 -2
- package/esm/components/radio/style/dnb-radio.scss +0 -14
- package/esm/components/radio/style/index.d.ts +0 -1
- package/esm/components/radio/style/index.js +0 -1
- package/esm/components/radio/style/themes/dnb-radio-theme-ui.css +0 -115
- package/esm/components/radio/style/themes/dnb-radio-theme-ui.min.css +0 -1
- package/esm/components/radio/style/themes/dnb-radio-theme-ui.scss +0 -140
- package/esm/components/radio/style/themes/ui.d.ts +0 -1
- package/esm/components/radio/style/themes/ui.js +0 -1
- package/esm/components/radio/style.d.ts +0 -1
- package/esm/components/radio/style.js +0 -1
- package/esm/components/radio/web-component.d.ts +0 -3
- package/esm/components/radio/web-component.js +0 -5
- package/esm/components/section/Section.d.ts +0 -84
- package/esm/components/section/Section.js +0 -114
- package/esm/components/section/index.d.ts +0 -3
- package/esm/components/section/index.js +0 -3
- package/esm/components/section/style/_section.scss +0 -87
- package/esm/components/section/style/dnb-section.css +0 -132
- package/esm/components/section/style/dnb-section.min.css +0 -1
- package/esm/components/section/style/dnb-section.scss +0 -12
- package/esm/components/section/style/index.d.ts +0 -1
- package/esm/components/section/style/index.js +0 -1
- package/esm/components/section/style/themes/dnb-section-theme-ui.css +0 -206
- package/esm/components/section/style/themes/dnb-section-theme-ui.min.css +0 -1
- package/esm/components/section/style/themes/dnb-section-theme-ui.scss +0 -142
- package/esm/components/section/style/themes/ui.d.ts +0 -1
- package/esm/components/section/style/themes/ui.js +0 -1
- package/esm/components/section/style.d.ts +0 -1
- package/esm/components/section/style.js +0 -1
- package/esm/components/section/web-component.d.ts +0 -3
- package/esm/components/section/web-component.js +0 -5
- package/esm/components/skeleton/Skeleton.d.ts +0 -103
- package/esm/components/skeleton/Skeleton.js +0 -186
- package/esm/components/skeleton/SkeletonHelper.d.ts +0 -41
- package/esm/components/skeleton/SkeletonHelper.js +0 -114
- package/esm/components/skeleton/figures/Article.d.ts +0 -21
- package/esm/components/skeleton/figures/Article.js +0 -92
- package/esm/components/skeleton/figures/Circle.d.ts +0 -20
- package/esm/components/skeleton/figures/Circle.js +0 -92
- package/esm/components/skeleton/figures/Product.d.ts +0 -21
- package/esm/components/skeleton/figures/Product.js +0 -92
- package/esm/components/skeleton/figures/Table.d.ts +0 -20
- package/esm/components/skeleton/figures/Table.js +0 -92
- package/esm/components/skeleton/figures/index.d.ts +0 -5
- package/esm/components/skeleton/figures/index.js +0 -5
- package/esm/components/skeleton/index.d.ts +0 -3
- package/esm/components/skeleton/index.js +0 -3
- package/esm/components/skeleton/style/_skeleton.scss +0 -173
- package/esm/components/skeleton/style/dnb-skeleton.css +0 -201
- package/esm/components/skeleton/style/dnb-skeleton.min.css +0 -1
- package/esm/components/skeleton/style/dnb-skeleton.scss +0 -12
- package/esm/components/skeleton/style/index.d.ts +0 -1
- package/esm/components/skeleton/style/index.js +0 -1
- package/esm/components/skeleton/style/themes/brand.d.ts +0 -1
- package/esm/components/skeleton/style/themes/brand.js +0 -1
- package/esm/components/skeleton/style/themes/dnb-skeleton-theme-brand.css +0 -64
- package/esm/components/skeleton/style/themes/dnb-skeleton-theme-brand.min.css +0 -1
- package/esm/components/skeleton/style/themes/dnb-skeleton-theme-brand.scss +0 -52
- package/esm/components/skeleton/style/themes/dnb-skeleton-theme-norway.css +0 -50
- package/esm/components/skeleton/style/themes/dnb-skeleton-theme-norway.min.css +0 -1
- package/esm/components/skeleton/style/themes/dnb-skeleton-theme-norway.scss +0 -70
- package/esm/components/skeleton/style/themes/dnb-skeleton-theme-rainbow.css +0 -30
- package/esm/components/skeleton/style/themes/dnb-skeleton-theme-rainbow.min.css +0 -1
- package/esm/components/skeleton/style/themes/dnb-skeleton-theme-rainbow.scss +0 -40
- package/esm/components/skeleton/style/themes/dnb-skeleton-theme-ui.css +0 -88
- package/esm/components/skeleton/style/themes/dnb-skeleton-theme-ui.min.css +0 -1
- package/esm/components/skeleton/style/themes/dnb-skeleton-theme-ui.scss +0 -87
- package/esm/components/skeleton/style/themes/norway.d.ts +0 -1
- package/esm/components/skeleton/style/themes/norway.js +0 -1
- package/esm/components/skeleton/style/themes/rainbow.d.ts +0 -1
- package/esm/components/skeleton/style/themes/rainbow.js +0 -1
- package/esm/components/skeleton/style/themes/ui.d.ts +0 -1
- package/esm/components/skeleton/style/themes/ui.js +0 -1
- package/esm/components/skeleton/style.d.ts +0 -1
- package/esm/components/skeleton/style.js +0 -1
- package/esm/components/skeleton/web-component.d.ts +0 -3
- package/esm/components/skeleton/web-component.js +0 -5
- package/esm/components/slider/Slider.d.ts +0 -231
- package/esm/components/slider/Slider.js +0 -752
- package/esm/components/slider/index.d.ts +0 -3
- package/esm/components/slider/index.js +0 -3
- package/esm/components/slider/style/_range.scss +0 -80
- package/esm/components/slider/style/_slider.scss +0 -304
- package/esm/components/slider/style/dnb-range.css +0 -205
- package/esm/components/slider/style/dnb-range.min.css +0 -1
- package/esm/components/slider/style/dnb-range.scss +0 -12
- package/esm/components/slider/style/dnb-slider.css +0 -1216
- package/esm/components/slider/style/dnb-slider.min.css +0 -1
- package/esm/components/slider/style/dnb-slider.scss +0 -17
- package/esm/components/slider/style/index.d.ts +0 -1
- package/esm/components/slider/style/index.js +0 -1
- package/esm/components/slider/style/themes/dnb-slider-theme-ui.css +0 -47
- package/esm/components/slider/style/themes/dnb-slider-theme-ui.min.css +0 -1
- package/esm/components/slider/style/themes/dnb-slider-theme-ui.scss +0 -42
- package/esm/components/slider/style/themes/ui.d.ts +0 -1
- package/esm/components/slider/style/themes/ui.js +0 -1
- package/esm/components/slider/style.d.ts +0 -1
- package/esm/components/slider/style.js +0 -2
- package/esm/components/slider/web-component.d.ts +0 -3
- package/esm/components/slider/web-component.js +0 -5
- package/esm/components/space/Space.d.ts +0 -82
- package/esm/components/space/Space.js +0 -162
- package/esm/components/space/SpacingHelper.d.ts +0 -52
- package/esm/components/space/SpacingHelper.js +0 -290
- package/esm/components/space/index.d.ts +0 -3
- package/esm/components/space/index.js +0 -3
- package/esm/components/space/style/_space.scss +0 -182
- package/esm/components/space/style/dnb-space.css +0 -1016
- package/esm/components/space/style/dnb-space.min.css +0 -1
- package/esm/components/space/style/dnb-space.scss +0 -12
- package/esm/components/space/style/index.d.ts +0 -1
- package/esm/components/space/style/index.js +0 -1
- package/esm/components/space/style/themes/dnb-space-theme-ui.css +0 -4
- package/esm/components/space/style/themes/dnb-space-theme-ui.min.css +0 -0
- package/esm/components/space/style/themes/dnb-space-theme-ui.scss +0 -4
- package/esm/components/space/style/themes/ui.d.ts +0 -1
- package/esm/components/space/style/themes/ui.js +0 -1
- package/esm/components/space/style.d.ts +0 -1
- package/esm/components/space/style.js +0 -1
- package/esm/components/space/web-component.d.ts +0 -3
- package/esm/components/space/web-component.js +0 -5
- package/esm/components/step-indicator/StepIndicator.d.ts +0 -170
- package/esm/components/step-indicator/StepIndicator.js +0 -126
- package/esm/components/step-indicator/StepIndicatorContext.d.ts +0 -19
- package/esm/components/step-indicator/StepIndicatorContext.js +0 -280
- package/esm/components/step-indicator/StepIndicatorItem-v1.d.ts +0 -3
- package/esm/components/step-indicator/StepIndicatorItem-v1.js +0 -164
- package/esm/components/step-indicator/StepIndicatorItem.d.ts +0 -86
- package/esm/components/step-indicator/StepIndicatorItem.js +0 -366
- package/esm/components/step-indicator/StepIndicatorList.d.ts +0 -7
- package/esm/components/step-indicator/StepIndicatorList.js +0 -104
- package/esm/components/step-indicator/StepIndicatorModal.d.ts +0 -9
- package/esm/components/step-indicator/StepIndicatorModal.js +0 -106
- package/esm/components/step-indicator/StepIndicatorProps.d.ts +0 -65
- package/esm/components/step-indicator/StepIndicatorProps.js +0 -69
- package/esm/components/step-indicator/StepIndicatorSidebar.d.ts +0 -59
- package/esm/components/step-indicator/StepIndicatorSidebar.js +0 -117
- package/esm/components/step-indicator/StepIndicatorTriggerButton.d.ts +0 -21
- package/esm/components/step-indicator/StepIndicatorTriggerButton.js +0 -151
- package/esm/components/step-indicator/index.d.ts +0 -3
- package/esm/components/step-indicator/index.js +0 -3
- package/esm/components/step-indicator/style/_step-indicator-v1.scss +0 -118
- package/esm/components/step-indicator/style/_step-indicator.scss +0 -115
- package/esm/components/step-indicator/style/dnb-step-indicator.css +0 -278
- package/esm/components/step-indicator/style/dnb-step-indicator.min.css +0 -2
- package/esm/components/step-indicator/style/dnb-step-indicator.scss +0 -12
- package/esm/components/step-indicator/style/index.d.ts +0 -1
- package/esm/components/step-indicator/style/index.js +0 -1
- package/esm/components/step-indicator/style/themes/dnb-step-indicator-theme-ui.css +0 -186
- package/esm/components/step-indicator/style/themes/dnb-step-indicator-theme-ui.min.css +0 -2
- package/esm/components/step-indicator/style/themes/dnb-step-indicator-theme-ui.scss +0 -93
- package/esm/components/step-indicator/style/themes/dnb-step-indicator-v1-theme-ui.css +0 -45
- package/esm/components/step-indicator/style/themes/dnb-step-indicator-v1-theme-ui.min.css +0 -1
- package/esm/components/step-indicator/style/themes/dnb-step-indicator-v1-theme-ui.scss +0 -67
- package/esm/components/step-indicator/style/themes/ui.d.ts +0 -1
- package/esm/components/step-indicator/style/themes/ui.js +0 -1
- package/esm/components/step-indicator/style.d.ts +0 -1
- package/esm/components/step-indicator/style.js +0 -1
- package/esm/components/step-indicator/web-component.d.ts +0 -3
- package/esm/components/step-indicator/web-component.js +0 -5
- package/esm/components/style/index.d.ts +0 -1
- package/esm/components/style/index.js +0 -1
- package/esm/components/switch/Switch.d.ts +0 -165
- package/esm/components/switch/Switch.js +0 -340
- package/esm/components/switch/index.d.ts +0 -3
- package/esm/components/switch/index.js +0 -3
- package/esm/components/switch/style/_switch.scss +0 -277
- package/esm/components/switch/style/dnb-switch.css +0 -623
- package/esm/components/switch/style/dnb-switch.min.css +0 -1
- package/esm/components/switch/style/dnb-switch.scss +0 -14
- package/esm/components/switch/style/index.d.ts +0 -1
- package/esm/components/switch/style/index.js +0 -1
- package/esm/components/switch/style/themes/dnb-switch-theme-ui.css +0 -224
- package/esm/components/switch/style/themes/dnb-switch-theme-ui.min.css +0 -1
- package/esm/components/switch/style/themes/dnb-switch-theme-ui.scss +0 -220
- package/esm/components/switch/style/themes/ui.d.ts +0 -1
- package/esm/components/switch/style/themes/ui.js +0 -1
- package/esm/components/switch/style.d.ts +0 -1
- package/esm/components/switch/style.js +0 -1
- package/esm/components/switch/web-component.d.ts +0 -3
- package/esm/components/switch/web-component.js +0 -5
- package/esm/components/tabs/Tabs.d.ts +0 -211
- package/esm/components/tabs/Tabs.js +0 -1143
- package/esm/components/tabs/TabsContentWrapper.d.ts +0 -40
- package/esm/components/tabs/TabsContentWrapper.js +0 -131
- package/esm/components/tabs/TabsCustomContent.d.ts +0 -89
- package/esm/components/tabs/TabsCustomContent.js +0 -91
- package/esm/components/tabs/index.d.ts +0 -3
- package/esm/components/tabs/index.js +0 -3
- package/esm/components/tabs/style/_tabs.scss +0 -195
- package/esm/components/tabs/style/dnb-tabs.css +0 -262
- package/esm/components/tabs/style/dnb-tabs.min.css +0 -1
- package/esm/components/tabs/style/dnb-tabs.scss +0 -12
- package/esm/components/tabs/style/index.d.ts +0 -1
- package/esm/components/tabs/style/index.js +0 -1
- package/esm/components/tabs/style/themes/dnb-tabs-theme-ui.css +0 -137
- package/esm/components/tabs/style/themes/dnb-tabs-theme-ui.min.css +0 -1
- package/esm/components/tabs/style/themes/dnb-tabs-theme-ui.scss +0 -122
- package/esm/components/tabs/style/themes/ui.d.ts +0 -1
- package/esm/components/tabs/style/themes/ui.js +0 -1
- package/esm/components/tabs/style.d.ts +0 -1
- package/esm/components/tabs/style.js +0 -1
- package/esm/components/tabs/web-component.d.ts +0 -3
- package/esm/components/tabs/web-component.js +0 -5
- package/esm/components/tag/Tag.d.ts +0 -61
- package/esm/components/tag/Tag.js +0 -112
- package/esm/components/tag/TagContext.d.ts +0 -2
- package/esm/components/tag/TagContext.js +0 -2
- package/esm/components/tag/TagGroup.d.ts +0 -26
- package/esm/components/tag/TagGroup.js +0 -47
- package/esm/components/tag/index.d.ts +0 -3
- package/esm/components/tag/index.js +0 -3
- package/esm/components/tag/style/_tag.scss +0 -102
- package/esm/components/tag/style/dnb-tag.css +0 -931
- package/esm/components/tag/style/dnb-tag.min.css +0 -1
- package/esm/components/tag/style/dnb-tag.scss +0 -15
- package/esm/components/tag/style/index.d.ts +0 -1
- package/esm/components/tag/style/index.js +0 -1
- package/esm/components/tag/style/themes/_tag-mixins.scss +0 -18
- package/esm/components/tag/style.d.ts +0 -1
- package/esm/components/tag/style.js +0 -1
- package/esm/components/textarea/Textarea.d.ts +0 -223
- package/esm/components/textarea/Textarea.js +0 -500
- package/esm/components/textarea/index.d.ts +0 -1
- package/esm/components/textarea/index.js +0 -1
- package/esm/components/textarea/style/_textarea.scss +0 -197
- package/esm/components/textarea/style/dnb-textarea.css +0 -636
- package/esm/components/textarea/style/dnb-textarea.min.css +0 -1
- package/esm/components/textarea/style/dnb-textarea.scss +0 -16
- package/esm/components/textarea/style/index.d.ts +0 -1
- package/esm/components/textarea/style/index.js +0 -1
- package/esm/components/textarea/style/themes/dnb-textarea-theme-ui.css +0 -113
- package/esm/components/textarea/style/themes/dnb-textarea-theme-ui.min.css +0 -1
- package/esm/components/textarea/style/themes/dnb-textarea-theme-ui.scss +0 -89
- package/esm/components/textarea/style/themes/ui.d.ts +0 -1
- package/esm/components/textarea/style/themes/ui.js +0 -1
- package/esm/components/textarea/style.d.ts +0 -1
- package/esm/components/textarea/style.js +0 -1
- package/esm/components/textarea/web-component.d.ts +0 -3
- package/esm/components/textarea/web-component.js +0 -5
- package/esm/components/timeline/Timeline.d.ts +0 -38
- package/esm/components/timeline/Timeline.js +0 -53
- package/esm/components/timeline/TimelineItem.d.ts +0 -39
- package/esm/components/timeline/TimelineItem.js +0 -102
- package/esm/components/timeline/index.d.ts +0 -3
- package/esm/components/timeline/index.js +0 -3
- package/esm/components/timeline/style/_timeline.scss +0 -42
- package/esm/components/timeline/style/dnb-timeline.css +0 -307
- package/esm/components/timeline/style/dnb-timeline.min.css +0 -1
- package/esm/components/timeline/style/dnb-timeline.scss +0 -12
- package/esm/components/timeline/style/index.d.ts +0 -1
- package/esm/components/timeline/style/index.js +0 -1
- package/esm/components/timeline/style/themes/dnb-timeline-theme-ui.css +0 -185
- package/esm/components/timeline/style/themes/dnb-timeline-theme-ui.min.css +0 -1
- package/esm/components/timeline/style/themes/dnb-timeline-theme-ui.scss +0 -105
- package/esm/components/timeline/style/themes/ui.d.ts +0 -1
- package/esm/components/timeline/style/themes/ui.js +0 -1
- package/esm/components/timeline/style.d.ts +0 -1
- package/esm/components/timeline/style.js +0 -1
- package/esm/components/toggle-button/ToggleButton.d.ts +0 -188
- package/esm/components/toggle-button/ToggleButton.js +0 -445
- package/esm/components/toggle-button/ToggleButtonGroup.d.ts +0 -171
- package/esm/components/toggle-button/ToggleButtonGroup.js +0 -317
- package/esm/components/toggle-button/ToggleButtonGroupContext.d.ts +0 -3
- package/esm/components/toggle-button/ToggleButtonGroupContext.js +0 -3
- package/esm/components/toggle-button/group/web-component.d.ts +0 -3
- package/esm/components/toggle-button/group/web-component.js +0 -5
- package/esm/components/toggle-button/index.d.ts +0 -3
- package/esm/components/toggle-button/index.js +0 -3
- package/esm/components/toggle-button/style/_toggle-button.scss +0 -227
- package/esm/components/toggle-button/style/dnb-toggle-button.css +0 -2262
- package/esm/components/toggle-button/style/dnb-toggle-button.min.css +0 -2
- package/esm/components/toggle-button/style/dnb-toggle-button.scss +0 -17
- package/esm/components/toggle-button/style/index.d.ts +0 -1
- package/esm/components/toggle-button/style/index.js +0 -1
- package/esm/components/toggle-button/style/themes/dnb-toggle-button-theme-ui.css +0 -337
- package/esm/components/toggle-button/style/themes/dnb-toggle-button-theme-ui.min.css +0 -7
- package/esm/components/toggle-button/style/themes/dnb-toggle-button-theme-ui.scss +0 -231
- package/esm/components/toggle-button/style/themes/ui.d.ts +0 -1
- package/esm/components/toggle-button/style/themes/ui.js +0 -1
- package/esm/components/toggle-button/style.d.ts +0 -1
- package/esm/components/toggle-button/style.js +0 -1
- package/esm/components/toggle-button/web-component.d.ts +0 -3
- package/esm/components/toggle-button/web-component.js +0 -5
- package/esm/components/tooltip/Tooltip.d.ts +0 -156
- package/esm/components/tooltip/Tooltip.js +0 -172
- package/esm/components/tooltip/TooltipContainer.d.ts +0 -70
- package/esm/components/tooltip/TooltipContainer.js +0 -363
- package/esm/components/tooltip/TooltipHelpers.d.ts +0 -1
- package/esm/components/tooltip/TooltipHelpers.js +0 -6
- package/esm/components/tooltip/TooltipPortal.d.ts +0 -33
- package/esm/components/tooltip/TooltipPortal.js +0 -227
- package/esm/components/tooltip/TooltipWithEvents.d.ts +0 -37
- package/esm/components/tooltip/TooltipWithEvents.js +0 -225
- package/esm/components/tooltip/index.d.ts +0 -3
- package/esm/components/tooltip/index.js +0 -3
- package/esm/components/tooltip/style/_tooltip.scss +0 -131
- package/esm/components/tooltip/style/dnb-tooltip.css +0 -191
- package/esm/components/tooltip/style/dnb-tooltip.min.css +0 -1
- package/esm/components/tooltip/style/dnb-tooltip.scss +0 -12
- package/esm/components/tooltip/style/index.d.ts +0 -1
- package/esm/components/tooltip/style/index.js +0 -1
- package/esm/components/tooltip/style/themes/dnb-tooltip-theme-ui.css +0 -26
- package/esm/components/tooltip/style/themes/dnb-tooltip-theme-ui.min.css +0 -1
- package/esm/components/tooltip/style/themes/dnb-tooltip-theme-ui.scss +0 -22
- package/esm/components/tooltip/style/themes/ui.d.ts +0 -1
- package/esm/components/tooltip/style/themes/ui.js +0 -1
- package/esm/components/tooltip/style.d.ts +0 -1
- package/esm/components/tooltip/style.js +0 -1
- package/esm/components/tooltip/web-component.d.ts +0 -3
- package/esm/components/tooltip/web-component.js +0 -5
- package/esm/components/visually-hidden/VisuallyHidden.d.ts +0 -31
- package/esm/components/visually-hidden/VisuallyHidden.js +0 -48
- package/esm/components/visually-hidden/index.d.ts +0 -3
- package/esm/components/visually-hidden/index.js +0 -3
- package/esm/components/visually-hidden/style/_visually-hidden.scss +0 -20
- package/esm/components/visually-hidden/style/dnb-visually-hidden.css +0 -140
- package/esm/components/visually-hidden/style/dnb-visually-hidden.min.css +0 -1
- package/esm/components/visually-hidden/style/dnb-visually-hidden.scss +0 -12
- package/esm/components/visually-hidden/style/index.d.ts +0 -1
- package/esm/components/visually-hidden/style/index.js +0 -1
- package/esm/components/visually-hidden/style.d.ts +0 -1
- package/esm/components/visually-hidden/style.js +0 -1
- package/esm/components/vue.d.ts +0 -6
- package/esm/components/vue.js +0 -42
- package/esm/components/web-components.d.ts +0 -1
- package/esm/components/web-components.js +0 -3
- package/esm/core/jest/jestSetupScreenshots.css +0 -34
- package/esm/dnb-ui-basis.d.ts +0 -1
- package/esm/dnb-ui-components.d.ts +0 -1
- package/esm/dnb-ui-elements.d.ts +0 -1
- package/esm/dnb-ui-extensions.d.ts +0 -1
- package/esm/dnb-ui-icons-archive.d.ts +0 -1
- package/esm/dnb-ui-icons.d.ts +0 -2
- package/esm/dnb-ui-lib.d.ts +0 -2
- package/esm/dnb-ui-web-components.d.ts +0 -1
- package/esm/elements/Anchor.d.ts +0 -102
- package/esm/elements/Anchor.js +0 -123
- package/esm/elements/Blockquote.d.ts +0 -29
- package/esm/elements/Blockquote.js +0 -33
- package/esm/elements/Code.d.ts +0 -29
- package/esm/elements/Code.js +0 -32
- package/esm/elements/Dd.d.ts +0 -29
- package/esm/elements/Dd.js +0 -32
- package/esm/elements/Div.d.ts +0 -29
- package/esm/elements/Div.js +0 -33
- package/esm/elements/Dl.d.ts +0 -29
- package/esm/elements/Dl.js +0 -35
- package/esm/elements/Dt.d.ts +0 -29
- package/esm/elements/Dt.js +0 -32
- package/esm/elements/Element.d.ts +0 -43
- package/esm/elements/Element.js +0 -113
- package/esm/elements/H.d.ts +0 -44
- package/esm/elements/H.js +0 -97
- package/esm/elements/H1.d.ts +0 -39
- package/esm/elements/H1.js +0 -37
- package/esm/elements/H2.d.ts +0 -39
- package/esm/elements/H2.js +0 -37
- package/esm/elements/H3.d.ts +0 -39
- package/esm/elements/H3.js +0 -37
- package/esm/elements/H4.d.ts +0 -39
- package/esm/elements/H4.js +0 -37
- package/esm/elements/H5.d.ts +0 -39
- package/esm/elements/H5.js +0 -37
- package/esm/elements/H6.d.ts +0 -39
- package/esm/elements/H6.js +0 -37
- package/esm/elements/Hr.d.ts +0 -32
- package/esm/elements/Hr.js +0 -61
- package/esm/elements/Img.d.ts +0 -39
- package/esm/elements/Img.js +0 -79
- package/esm/elements/Ingress.d.ts +0 -5
- package/esm/elements/Ingress.js +0 -12
- package/esm/elements/Lead.d.ts +0 -29
- package/esm/elements/Lead.js +0 -32
- package/esm/elements/Li.d.ts +0 -29
- package/esm/elements/Li.js +0 -53
- package/esm/elements/Link.d.ts +0 -2
- package/esm/elements/Link.js +0 -4
- package/esm/elements/Ol.d.ts +0 -32
- package/esm/elements/Ol.js +0 -63
- package/esm/elements/P.d.ts +0 -46
- package/esm/elements/P.js +0 -101
- package/esm/elements/Paragraph.d.ts +0 -5
- package/esm/elements/Paragraph.js +0 -9
- package/esm/elements/Span.d.ts +0 -29
- package/esm/elements/Span.js +0 -32
- package/esm/elements/Table.d.ts +0 -35
- package/esm/elements/Table.js +0 -218
- package/esm/elements/Td.d.ts +0 -29
- package/esm/elements/Td.js +0 -37
- package/esm/elements/Th.d.ts +0 -29
- package/esm/elements/Th.js +0 -37
- package/esm/elements/Tr.d.ts +0 -29
- package/esm/elements/Tr.js +0 -37
- package/esm/elements/Ul.d.ts +0 -33
- package/esm/elements/Ul.js +0 -65
- package/esm/elements/index.d.ts +0 -30
- package/esm/elements/index.js +0 -30
- package/esm/elements/lib.d.ts +0 -71
- package/esm/elements/lib.js +0 -63
- package/esm/esm/dnb-ui-basis.d.ts +0 -1
- package/esm/esm/dnb-ui-components.d.ts +0 -1
- package/esm/esm/dnb-ui-elements.d.ts +0 -1
- package/esm/esm/dnb-ui-extensions.d.ts +0 -1
- package/esm/esm/dnb-ui-icons-archive.d.ts +0 -1
- package/esm/esm/dnb-ui-icons.d.ts +0 -2
- package/esm/esm/dnb-ui-lib.d.ts +0 -2
- package/esm/esm/dnb-ui-web-components.d.ts +0 -1
- package/esm/extensions/index.d.ts +0 -2
- package/esm/extensions/index.js +0 -2
- package/esm/extensions/lib.d.ts +0 -6
- package/esm/extensions/lib.js +0 -22
- package/esm/extensions/payment-card/PaymentCard.d.ts +0 -131
- package/esm/extensions/payment-card/PaymentCard.js +0 -298
- package/esm/extensions/payment-card/icons/BankAxept.d.ts +0 -16
- package/esm/extensions/payment-card/icons/BankAxept.js +0 -33
- package/esm/extensions/payment-card/icons/Clock.d.ts +0 -13
- package/esm/extensions/payment-card/icons/Clock.js +0 -30
- package/esm/extensions/payment-card/icons/DNB.d.ts +0 -16
- package/esm/extensions/payment-card/icons/DNB.js +0 -33
- package/esm/extensions/payment-card/icons/DNBMetalic.d.ts +0 -17
- package/esm/extensions/payment-card/icons/DNBMetalic.js +0 -62
- package/esm/extensions/payment-card/icons/MastercardDefault.d.ts +0 -13
- package/esm/extensions/payment-card/icons/MastercardDefault.js +0 -51
- package/esm/extensions/payment-card/icons/MastercardMetalic.d.ts +0 -12
- package/esm/extensions/payment-card/icons/MastercardMetalic.js +0 -98
- package/esm/extensions/payment-card/icons/MastercardMetalicBlack.d.ts +0 -12
- package/esm/extensions/payment-card/icons/MastercardMetalicBlack.js +0 -346
- package/esm/extensions/payment-card/icons/PB.d.ts +0 -16
- package/esm/extensions/payment-card/icons/PB.js +0 -33
- package/esm/extensions/payment-card/icons/PBPlatinum.d.ts +0 -12
- package/esm/extensions/payment-card/icons/PBPlatinum.js +0 -66
- package/esm/extensions/payment-card/icons/Padlock.d.ts +0 -13
- package/esm/extensions/payment-card/icons/Padlock.js +0 -33
- package/esm/extensions/payment-card/icons/Pluss.d.ts +0 -16
- package/esm/extensions/payment-card/icons/Pluss.js +0 -40
- package/esm/extensions/payment-card/icons/SagaGold.d.ts +0 -12
- package/esm/extensions/payment-card/icons/SagaGold.js +0 -35
- package/esm/extensions/payment-card/icons/SagaPlatinum.d.ts +0 -13
- package/esm/extensions/payment-card/icons/SagaPlatinum.js +0 -54
- package/esm/extensions/payment-card/icons/SagaVisaPlatinum.d.ts +0 -13
- package/esm/extensions/payment-card/icons/SagaVisaPlatinum.js +0 -66
- package/esm/extensions/payment-card/icons/VisaDefault.d.ts +0 -16
- package/esm/extensions/payment-card/icons/VisaDefault.js +0 -34
- package/esm/extensions/payment-card/icons/VisaMetalic.d.ts +0 -12
- package/esm/extensions/payment-card/icons/VisaMetalic.js +0 -107
- package/esm/extensions/payment-card/icons/index.d.ts +0 -15
- package/esm/extensions/payment-card/icons/index.js +0 -186
- package/esm/extensions/payment-card/index.d.ts +0 -3
- package/esm/extensions/payment-card/index.js +0 -3
- package/esm/extensions/payment-card/style/_payment-card.scss +0 -297
- package/esm/extensions/payment-card/style/dnb-payment-card.css +0 -363
- package/esm/extensions/payment-card/style/dnb-payment-card.min.css +0 -1
- package/esm/extensions/payment-card/style/dnb-payment-card.scss +0 -12
- package/esm/extensions/payment-card/style/index.d.ts +0 -1
- package/esm/extensions/payment-card/style/index.js +0 -1
- package/esm/extensions/payment-card/style/themes/dnb-payment-card-theme-ui.css +0 -4
- package/esm/extensions/payment-card/style/themes/dnb-payment-card-theme-ui.min.css +0 -0
- package/esm/extensions/payment-card/style/themes/dnb-payment-card-theme-ui.scss +0 -10
- package/esm/extensions/payment-card/style/themes/ui.d.ts +0 -1
- package/esm/extensions/payment-card/style/themes/ui.js +0 -1
- package/esm/extensions/payment-card/style.d.ts +0 -1
- package/esm/extensions/payment-card/style.js +0 -1
- package/esm/extensions/payment-card/utils/CardDesigns.d.ts +0 -242
- package/esm/extensions/payment-card/utils/CardDesigns.js +0 -149
- package/esm/extensions/payment-card/utils/Types.d.ts +0 -91
- package/esm/extensions/payment-card/utils/Types.js +0 -266
- package/esm/extensions/payment-card/utils/cardProducts.d.ts +0 -18
- package/esm/extensions/payment-card/utils/cardProducts.js +0 -242
- package/esm/extensions/payment-card/web-component.d.ts +0 -3
- package/esm/extensions/payment-card/web-component.js +0 -5
- package/esm/extensions/style/index.d.ts +0 -1
- package/esm/extensions/style/index.js +0 -1
- package/esm/extensions/vue.d.ts +0 -6
- package/esm/extensions/vue.js +0 -42
- package/esm/extensions/web-components.d.ts +0 -1
- package/esm/extensions/web-components.js +0 -3
- package/esm/fragments/DrawerList.d.ts +0 -3
- package/esm/fragments/DrawerList.js +0 -3
- package/esm/fragments/ScrollView.d.ts +0 -3
- package/esm/fragments/ScrollView.js +0 -3
- package/esm/fragments/drawer-list/DrawerList.d.ts +0 -134
- package/esm/fragments/drawer-list/DrawerList.js +0 -533
- package/esm/fragments/drawer-list/DrawerListContext.d.ts +0 -3
- package/esm/fragments/drawer-list/DrawerListContext.js +0 -3
- package/esm/fragments/drawer-list/DrawerListHelpers.d.ts +0 -141
- package/esm/fragments/drawer-list/DrawerListHelpers.js +0 -401
- package/esm/fragments/drawer-list/DrawerListPortal.d.ts +0 -1
- package/esm/fragments/drawer-list/DrawerListPortal.js +0 -287
- package/esm/fragments/drawer-list/DrawerListProvider.d.ts +0 -151
- package/esm/fragments/drawer-list/DrawerListProvider.js +0 -1209
- package/esm/fragments/drawer-list/index.d.ts +0 -3
- package/esm/fragments/drawer-list/index.js +0 -3
- package/esm/fragments/drawer-list/style/_drawer-list.scss +0 -506
- package/esm/fragments/drawer-list/style/dnb-drawer-list.scss +0 -14
- package/esm/fragments/drawer-list/style/index.d.ts +0 -1
- package/esm/fragments/drawer-list/style/index.js +0 -1
- package/esm/fragments/drawer-list/style/themes/dnb-drawer-list-theme-ui.scss +0 -288
- package/esm/fragments/drawer-list/style/themes/ui.d.ts +0 -1
- package/esm/fragments/drawer-list/style/themes/ui.js +0 -1
- package/esm/fragments/drawer-list/style.d.ts +0 -1
- package/esm/fragments/drawer-list/style.js +0 -1
- package/esm/fragments/drawer-list/web-component.d.ts +0 -3
- package/esm/fragments/drawer-list/web-component.js +0 -5
- package/esm/fragments/index.d.ts +0 -3
- package/esm/fragments/index.js +0 -3
- package/esm/fragments/lib.d.ts +0 -12
- package/esm/fragments/lib.js +0 -25
- package/esm/fragments/scroll-view/ScrollView.d.ts +0 -14
- package/esm/fragments/scroll-view/ScrollView.js +0 -101
- package/esm/fragments/scroll-view/index.d.ts +0 -3
- package/esm/fragments/scroll-view/index.js +0 -3
- package/esm/fragments/scroll-view/style/_scroll-view.scss +0 -9
- package/esm/fragments/scroll-view/style/dnb-scroll-view.scss +0 -12
- package/esm/fragments/scroll-view/style/index.d.ts +0 -1
- package/esm/fragments/scroll-view/style/index.js +0 -1
- package/esm/fragments/scroll-view/style/themes/dnb-scroll-view-theme-ui.scss +0 -12
- package/esm/fragments/scroll-view/style/themes/ui.d.ts +0 -1
- package/esm/fragments/scroll-view/style/themes/ui.js +0 -1
- package/esm/fragments/scroll-view/style.d.ts +0 -1
- package/esm/fragments/scroll-view/style.js +0 -1
- package/esm/fragments/scroll-view/web-component.d.ts +0 -3
- package/esm/fragments/scroll-view/web-component.js +0 -5
- package/esm/icons/above_the_line.d.ts +0 -2
- package/esm/icons/above_the_line.js +0 -20
- package/esm/icons/above_the_line_medium.d.ts +0 -2
- package/esm/icons/above_the_line_medium.js +0 -20
- package/esm/icons/account.d.ts +0 -2
- package/esm/icons/account.js +0 -24
- package/esm/icons/account_card.d.ts +0 -2
- package/esm/icons/account_card.js +0 -20
- package/esm/icons/account_card_medium.d.ts +0 -2
- package/esm/icons/account_card_medium.js +0 -20
- package/esm/icons/account_in.d.ts +0 -2
- package/esm/icons/account_in.js +0 -23
- package/esm/icons/account_in_medium.d.ts +0 -2
- package/esm/icons/account_in_medium.js +0 -20
- package/esm/icons/account_medium.d.ts +0 -2
- package/esm/icons/account_medium.js +0 -26
- package/esm/icons/account_out.d.ts +0 -2
- package/esm/icons/account_out.js +0 -23
- package/esm/icons/account_out_medium.d.ts +0 -2
- package/esm/icons/account_out_medium.js +0 -20
- package/esm/icons/account_percent.d.ts +0 -2
- package/esm/icons/account_percent.js +0 -30
- package/esm/icons/add.d.ts +0 -2
- package/esm/icons/add.js +0 -20
- package/esm/icons/add_circled.d.ts +0 -2
- package/esm/icons/add_circled.js +0 -20
- package/esm/icons/add_circled_medium.d.ts +0 -2
- package/esm/icons/add_circled_medium.js +0 -20
- package/esm/icons/add_medium.d.ts +0 -2
- package/esm/icons/add_medium.js +0 -20
- package/esm/icons/ainvoice.d.ts +0 -2
- package/esm/icons/ainvoice.js +0 -22
- package/esm/icons/ainvoice_medium.d.ts +0 -2
- package/esm/icons/ainvoice_medium.js +0 -22
- package/esm/icons/ambulance.d.ts +0 -2
- package/esm/icons/ambulance.js +0 -23
- package/esm/icons/ambulance_medium.d.ts +0 -2
- package/esm/icons/ambulance_medium.js +0 -23
- package/esm/icons/animal_print.d.ts +0 -2
- package/esm/icons/animal_print.js +0 -23
- package/esm/icons/animal_print_medium.d.ts +0 -2
- package/esm/icons/animal_print_medium.js +0 -23
- package/esm/icons/apple_watch.d.ts +0 -2
- package/esm/icons/apple_watch.js +0 -23
- package/esm/icons/apple_watch_medium.d.ts +0 -2
- package/esm/icons/apple_watch_medium.js +0 -23
- package/esm/icons/arrow_down.d.ts +0 -2
- package/esm/icons/arrow_down.js +0 -20
- package/esm/icons/arrow_down_medium.d.ts +0 -2
- package/esm/icons/arrow_down_medium.js +0 -20
- package/esm/icons/arrow_left.d.ts +0 -2
- package/esm/icons/arrow_left.js +0 -23
- package/esm/icons/arrow_left_medium.d.ts +0 -2
- package/esm/icons/arrow_left_medium.js +0 -23
- package/esm/icons/arrow_right.d.ts +0 -2
- package/esm/icons/arrow_right.js +0 -23
- package/esm/icons/arrow_right_medium.d.ts +0 -2
- package/esm/icons/arrow_right_medium.js +0 -23
- package/esm/icons/arrow_up.d.ts +0 -2
- package/esm/icons/arrow_up.js +0 -20
- package/esm/icons/arrow_up_medium.d.ts +0 -2
- package/esm/icons/arrow_up_medium.js +0 -20
- package/esm/icons/attachment.d.ts +0 -2
- package/esm/icons/attachment.js +0 -23
- package/esm/icons/attachment_medium.d.ts +0 -2
- package/esm/icons/attachment_medium.js +0 -23
- package/esm/icons/baby.d.ts +0 -2
- package/esm/icons/baby.js +0 -26
- package/esm/icons/baby_medium.d.ts +0 -2
- package/esm/icons/baby_medium.js +0 -26
- package/esm/icons/bandage.d.ts +0 -2
- package/esm/icons/bandage.js +0 -26
- package/esm/icons/bandage_medium.d.ts +0 -2
- package/esm/icons/bandage_medium.js +0 -26
- package/esm/icons/bank.d.ts +0 -2
- package/esm/icons/bank.js +0 -23
- package/esm/icons/bank_medium.d.ts +0 -2
- package/esm/icons/bank_medium.js +0 -23
- package/esm/icons/bankid.d.ts +0 -2
- package/esm/icons/bankid.js +0 -22
- package/esm/icons/bankid_medium.d.ts +0 -2
- package/esm/icons/bankid_medium.js +0 -22
- package/esm/icons/bankid_mobile.d.ts +0 -2
- package/esm/icons/bankid_mobile.js +0 -28
- package/esm/icons/bankid_mobile_medium.d.ts +0 -2
- package/esm/icons/bankid_mobile_medium.js +0 -33
- package/esm/icons/bankid_qr.d.ts +0 -2
- package/esm/icons/bankid_qr.js +0 -23
- package/esm/icons/bankid_qr_medium.d.ts +0 -2
- package/esm/icons/bankid_qr_medium.js +0 -23
- package/esm/icons/bell.d.ts +0 -2
- package/esm/icons/bell.js +0 -23
- package/esm/icons/bell_medium.d.ts +0 -2
- package/esm/icons/bell_medium.js +0 -23
- package/esm/icons/bicycle.d.ts +0 -2
- package/esm/icons/bicycle.js +0 -23
- package/esm/icons/bicycle_medium.d.ts +0 -2
- package/esm/icons/bicycle_medium.js +0 -23
- package/esm/icons/boat.d.ts +0 -2
- package/esm/icons/boat.js +0 -23
- package/esm/icons/boat_medium.d.ts +0 -2
- package/esm/icons/boat_medium.js +0 -23
- package/esm/icons/bowling.d.ts +0 -2
- package/esm/icons/bowling.js +0 -26
- package/esm/icons/bowling_medium.d.ts +0 -2
- package/esm/icons/bowling_medium.js +0 -26
- package/esm/icons/brickwall.d.ts +0 -2
- package/esm/icons/brickwall.js +0 -23
- package/esm/icons/brickwall_medium.d.ts +0 -2
- package/esm/icons/brickwall_medium.js +0 -23
- package/esm/icons/broken_chain.d.ts +0 -2
- package/esm/icons/broken_chain.js +0 -23
- package/esm/icons/broken_chain_medium.d.ts +0 -2
- package/esm/icons/broken_chain_medium.js +0 -23
- package/esm/icons/brush.d.ts +0 -2
- package/esm/icons/brush.js +0 -23
- package/esm/icons/brush_medium.d.ts +0 -2
- package/esm/icons/brush_medium.js +0 -23
- package/esm/icons/bsu.d.ts +0 -2
- package/esm/icons/bsu.js +0 -20
- package/esm/icons/bsu_medium.d.ts +0 -2
- package/esm/icons/bsu_medium.js +0 -20
- package/esm/icons/bubble.d.ts +0 -2
- package/esm/icons/bubble.js +0 -23
- package/esm/icons/bubble_medium.d.ts +0 -2
- package/esm/icons/bubble_medium.js +0 -23
- package/esm/icons/building_construction.d.ts +0 -2
- package/esm/icons/building_construction.js +0 -23
- package/esm/icons/building_construction_medium.d.ts +0 -2
- package/esm/icons/building_construction_medium.js +0 -23
- package/esm/icons/calculator.d.ts +0 -2
- package/esm/icons/calculator.js +0 -20
- package/esm/icons/calculator_medium.d.ts +0 -2
- package/esm/icons/calculator_medium.js +0 -20
- package/esm/icons/calendar.d.ts +0 -2
- package/esm/icons/calendar.js +0 -20
- package/esm/icons/calendar_medium.d.ts +0 -2
- package/esm/icons/calendar_medium.js +0 -20
- package/esm/icons/camera.d.ts +0 -2
- package/esm/icons/camera.js +0 -25
- package/esm/icons/camera_medium.d.ts +0 -2
- package/esm/icons/camera_medium.js +0 -25
- package/esm/icons/camper_trailer.d.ts +0 -2
- package/esm/icons/camper_trailer.js +0 -23
- package/esm/icons/camper_trailer_medium.d.ts +0 -2
- package/esm/icons/camper_trailer_medium.js +0 -23
- package/esm/icons/car_1.d.ts +0 -2
- package/esm/icons/car_1.js +0 -23
- package/esm/icons/car_1_medium.d.ts +0 -2
- package/esm/icons/car_1_medium.js +0 -23
- package/esm/icons/car_2.d.ts +0 -2
- package/esm/icons/car_2.js +0 -23
- package/esm/icons/car_2_medium.d.ts +0 -2
- package/esm/icons/car_2_medium.js +0 -23
- package/esm/icons/caravan.d.ts +0 -2
- package/esm/icons/caravan.js +0 -23
- package/esm/icons/caravan_medium.d.ts +0 -2
- package/esm/icons/caravan_medium.js +0 -23
- package/esm/icons/card.d.ts +0 -2
- package/esm/icons/card.js +0 -20
- package/esm/icons/card_in.d.ts +0 -2
- package/esm/icons/card_in.js +0 -20
- package/esm/icons/card_in_medium.d.ts +0 -2
- package/esm/icons/card_in_medium.js +0 -20
- package/esm/icons/card_medium.d.ts +0 -2
- package/esm/icons/card_medium.js +0 -20
- package/esm/icons/card_out.d.ts +0 -2
- package/esm/icons/card_out.js +0 -20
- package/esm/icons/card_out_medium.d.ts +0 -2
- package/esm/icons/card_out_medium.js +0 -20
- package/esm/icons/card_with_padlock.d.ts +0 -2
- package/esm/icons/card_with_padlock.js +0 -20
- package/esm/icons/card_with_padlock_medium.d.ts +0 -2
- package/esm/icons/card_with_padlock_medium.js +0 -25
- package/esm/icons/cat.d.ts +0 -2
- package/esm/icons/cat.js +0 -26
- package/esm/icons/cat_medium.d.ts +0 -2
- package/esm/icons/cat_medium.js +0 -26
- package/esm/icons/chain.d.ts +0 -2
- package/esm/icons/chain.js +0 -23
- package/esm/icons/chain_medium.d.ts +0 -2
- package/esm/icons/chain_medium.js +0 -23
- package/esm/icons/charger.d.ts +0 -2
- package/esm/icons/charger.js +0 -23
- package/esm/icons/charger_medium.d.ts +0 -2
- package/esm/icons/charger_medium.js +0 -23
- package/esm/icons/chat.d.ts +0 -2
- package/esm/icons/chat.js +0 -23
- package/esm/icons/chat_medium.d.ts +0 -2
- package/esm/icons/chat_medium.js +0 -23
- package/esm/icons/chatbot.d.ts +0 -2
- package/esm/icons/chatbot.js +0 -25
- package/esm/icons/chatbot_medium.d.ts +0 -2
- package/esm/icons/chatbot_medium.js +0 -25
- package/esm/icons/check.d.ts +0 -2
- package/esm/icons/check.js +0 -23
- package/esm/icons/check_medium.d.ts +0 -2
- package/esm/icons/check_medium.js +0 -23
- package/esm/icons/chevron_down.d.ts +0 -2
- package/esm/icons/chevron_down.js +0 -23
- package/esm/icons/chevron_down_medium.d.ts +0 -2
- package/esm/icons/chevron_down_medium.js +0 -23
- package/esm/icons/chevron_left.d.ts +0 -2
- package/esm/icons/chevron_left.js +0 -23
- package/esm/icons/chevron_left_medium.d.ts +0 -2
- package/esm/icons/chevron_left_medium.js +0 -23
- package/esm/icons/chevron_right.d.ts +0 -2
- package/esm/icons/chevron_right.js +0 -23
- package/esm/icons/chevron_right_medium.d.ts +0 -2
- package/esm/icons/chevron_right_medium.js +0 -23
- package/esm/icons/chevron_up.d.ts +0 -2
- package/esm/icons/chevron_up.js +0 -23
- package/esm/icons/chevron_up_medium.d.ts +0 -2
- package/esm/icons/chevron_up_medium.js +0 -23
- package/esm/icons/chip.d.ts +0 -2
- package/esm/icons/chip.js +0 -23
- package/esm/icons/chip_medium.d.ts +0 -2
- package/esm/icons/chip_medium.js +0 -23
- package/esm/icons/clock.d.ts +0 -2
- package/esm/icons/clock.js +0 -23
- package/esm/icons/clock_medium.d.ts +0 -2
- package/esm/icons/clock_medium.js +0 -23
- package/esm/icons/close.d.ts +0 -2
- package/esm/icons/close.js +0 -23
- package/esm/icons/close_medium.d.ts +0 -2
- package/esm/icons/close_medium.js +0 -23
- package/esm/icons/cloud.d.ts +0 -2
- package/esm/icons/cloud.js +0 -20
- package/esm/icons/cloud_download.d.ts +0 -2
- package/esm/icons/cloud_download.js +0 -20
- package/esm/icons/cloud_download_medium.d.ts +0 -2
- package/esm/icons/cloud_download_medium.js +0 -20
- package/esm/icons/cloud_medium.d.ts +0 -2
- package/esm/icons/cloud_medium.js +0 -20
- package/esm/icons/cloud_rain.d.ts +0 -2
- package/esm/icons/cloud_rain.js +0 -20
- package/esm/icons/cloud_rain_medium.d.ts +0 -2
- package/esm/icons/cloud_rain_medium.js +0 -20
- package/esm/icons/cloud_sync.d.ts +0 -2
- package/esm/icons/cloud_sync.js +0 -20
- package/esm/icons/cloud_sync_medium.d.ts +0 -2
- package/esm/icons/cloud_sync_medium.js +0 -20
- package/esm/icons/cloud_transfer.d.ts +0 -2
- package/esm/icons/cloud_transfer.js +0 -20
- package/esm/icons/cloud_transfer_medium.d.ts +0 -2
- package/esm/icons/cloud_transfer_medium.js +0 -20
- package/esm/icons/cloud_upload.d.ts +0 -2
- package/esm/icons/cloud_upload.js +0 -20
- package/esm/icons/cloud_upload_medium.d.ts +0 -2
- package/esm/icons/cloud_upload_medium.js +0 -20
- package/esm/icons/cog.d.ts +0 -2
- package/esm/icons/cog.js +0 -31
- package/esm/icons/cog_medium.d.ts +0 -2
- package/esm/icons/cog_medium.js +0 -31
- package/esm/icons/coins_1.d.ts +0 -2
- package/esm/icons/coins_1.js +0 -23
- package/esm/icons/coins_1_medium.d.ts +0 -2
- package/esm/icons/coins_1_medium.js +0 -23
- package/esm/icons/coins_2.d.ts +0 -2
- package/esm/icons/coins_2.js +0 -23
- package/esm/icons/coins_2_medium.d.ts +0 -2
- package/esm/icons/coins_2_medium.js +0 -23
- package/esm/icons/coins_3.d.ts +0 -2
- package/esm/icons/coins_3.js +0 -23
- package/esm/icons/coins_3_medium.d.ts +0 -2
- package/esm/icons/coins_3_medium.js +0 -23
- package/esm/icons/compose.d.ts +0 -2
- package/esm/icons/compose.js +0 -23
- package/esm/icons/compose_medium.d.ts +0 -2
- package/esm/icons/compose_medium.js +0 -23
- package/esm/icons/confetti.d.ts +0 -2
- package/esm/icons/confetti.js +0 -20
- package/esm/icons/confetti_medium.d.ts +0 -2
- package/esm/icons/confetti_medium.js +0 -20
- package/esm/icons/contacts.d.ts +0 -2
- package/esm/icons/contacts.js +0 -20
- package/esm/icons/contacts_medium.d.ts +0 -2
- package/esm/icons/contacts_medium.js +0 -20
- package/esm/icons/cookie.d.ts +0 -2
- package/esm/icons/cookie.js +0 -32
- package/esm/icons/cookie_medium.d.ts +0 -2
- package/esm/icons/cookie_medium.js +0 -32
- package/esm/icons/copy.d.ts +0 -2
- package/esm/icons/copy.js +0 -23
- package/esm/icons/copy_medium.d.ts +0 -2
- package/esm/icons/copy_medium.js +0 -23
- package/esm/icons/credit_note.d.ts +0 -2
- package/esm/icons/credit_note.js +0 -23
- package/esm/icons/credit_note_medium.d.ts +0 -2
- package/esm/icons/credit_note_medium.js +0 -23
- package/esm/icons/currency.d.ts +0 -2
- package/esm/icons/currency.js +0 -23
- package/esm/icons/currency_medium.d.ts +0 -2
- package/esm/icons/currency_medium.js +0 -23
- package/esm/icons/customer_service.d.ts +0 -2
- package/esm/icons/customer_service.js +0 -23
- package/esm/icons/customer_service_medium.d.ts +0 -2
- package/esm/icons/customer_service_medium.js +0 -23
- package/esm/icons/deleted_invoice.d.ts +0 -2
- package/esm/icons/deleted_invoice.js +0 -23
- package/esm/icons/deleted_invoice_medium.d.ts +0 -2
- package/esm/icons/deleted_invoice_medium.js +0 -23
- package/esm/icons/diamond.d.ts +0 -2
- package/esm/icons/diamond.js +0 -23
- package/esm/icons/diamond_medium.d.ts +0 -2
- package/esm/icons/diamond_medium.js +0 -23
- package/esm/icons/digipass.d.ts +0 -2
- package/esm/icons/digipass.js +0 -20
- package/esm/icons/digipass_medium.d.ts +0 -2
- package/esm/icons/digipass_medium.js +0 -20
- package/esm/icons/digipost.d.ts +0 -2
- package/esm/icons/digipost.js +0 -22
- package/esm/icons/digipost_medium.d.ts +0 -2
- package/esm/icons/digipost_medium.js +0 -22
- package/esm/icons/dismiss_keyboard.d.ts +0 -2
- package/esm/icons/dismiss_keyboard.js +0 -20
- package/esm/icons/dismiss_keyboard_medium.d.ts +0 -2
- package/esm/icons/dismiss_keyboard_medium.js +0 -20
- package/esm/icons/document.d.ts +0 -2
- package/esm/icons/document.js +0 -23
- package/esm/icons/document_add.d.ts +0 -2
- package/esm/icons/document_add.js +0 -20
- package/esm/icons/document_add_medium.d.ts +0 -2
- package/esm/icons/document_add_medium.js +0 -20
- package/esm/icons/document_contract.d.ts +0 -2
- package/esm/icons/document_contract.js +0 -23
- package/esm/icons/document_contract_medium.d.ts +0 -2
- package/esm/icons/document_contract_medium.js +0 -23
- package/esm/icons/document_csv.d.ts +0 -2
- package/esm/icons/document_csv.js +0 -20
- package/esm/icons/document_csv_medium.d.ts +0 -2
- package/esm/icons/document_csv_medium.js +0 -26
- package/esm/icons/document_loupe.d.ts +0 -2
- package/esm/icons/document_loupe.js +0 -20
- package/esm/icons/document_loupe_medium.d.ts +0 -2
- package/esm/icons/document_loupe_medium.js +0 -20
- package/esm/icons/document_medium.d.ts +0 -2
- package/esm/icons/document_medium.js +0 -23
- package/esm/icons/document_pdf.d.ts +0 -2
- package/esm/icons/document_pdf.js +0 -20
- package/esm/icons/document_pdf_medium.d.ts +0 -2
- package/esm/icons/document_pdf_medium.js +0 -26
- package/esm/icons/document_rejected.d.ts +0 -2
- package/esm/icons/document_rejected.js +0 -23
- package/esm/icons/document_rejected_medium.d.ts +0 -2
- package/esm/icons/document_rejected_medium.js +0 -23
- package/esm/icons/document_signing.d.ts +0 -2
- package/esm/icons/document_signing.js +0 -20
- package/esm/icons/document_signing_medium.d.ts +0 -2
- package/esm/icons/document_signing_medium.js +0 -20
- package/esm/icons/document_txt.d.ts +0 -2
- package/esm/icons/document_txt.js +0 -20
- package/esm/icons/document_txt_medium.d.ts +0 -2
- package/esm/icons/document_txt_medium.js +0 -26
- package/esm/icons/document_warning.d.ts +0 -2
- package/esm/icons/document_warning.js +0 -26
- package/esm/icons/document_warning_medium.d.ts +0 -2
- package/esm/icons/document_warning_medium.js +0 -26
- package/esm/icons/document_word.d.ts +0 -2
- package/esm/icons/document_word.js +0 -20
- package/esm/icons/document_word_medium.d.ts +0 -2
- package/esm/icons/document_word_medium.js +0 -26
- package/esm/icons/document_xls.d.ts +0 -2
- package/esm/icons/document_xls.js +0 -20
- package/esm/icons/document_xls_medium.d.ts +0 -2
- package/esm/icons/document_xls_medium.js +0 -26
- package/esm/icons/dog.d.ts +0 -2
- package/esm/icons/dog.js +0 -26
- package/esm/icons/dog_medium.d.ts +0 -2
- package/esm/icons/dog_medium.js +0 -26
- package/esm/icons/download.d.ts +0 -2
- package/esm/icons/download.js +0 -20
- package/esm/icons/download_medium.d.ts +0 -2
- package/esm/icons/download_medium.js +0 -20
- package/esm/icons/edit.d.ts +0 -2
- package/esm/icons/edit.js +0 -23
- package/esm/icons/edit_medium.d.ts +0 -2
- package/esm/icons/edit_medium.js +0 -23
- package/esm/icons/einvoice.d.ts +0 -2
- package/esm/icons/einvoice.js +0 -22
- package/esm/icons/einvoice_medium.d.ts +0 -2
- package/esm/icons/einvoice_medium.js +0 -22
- package/esm/icons/email.d.ts +0 -2
- package/esm/icons/email.js +0 -23
- package/esm/icons/email_medium.d.ts +0 -2
- package/esm/icons/email_medium.js +0 -23
- package/esm/icons/equities_and_mutual_funds.d.ts +0 -2
- package/esm/icons/equities_and_mutual_funds.js +0 -23
- package/esm/icons/equities_and_mutual_funds_medium.d.ts +0 -2
- package/esm/icons/equities_and_mutual_funds_medium.js +0 -23
- package/esm/icons/exclamation.d.ts +0 -2
- package/esm/icons/exclamation.js +0 -22
- package/esm/icons/exclamation_circled.d.ts +0 -2
- package/esm/icons/exclamation_circled.js +0 -22
- package/esm/icons/exclamation_circled_medium.d.ts +0 -2
- package/esm/icons/exclamation_circled_medium.js +0 -22
- package/esm/icons/exclamation_medium.d.ts +0 -2
- package/esm/icons/exclamation_medium.js +0 -22
- package/esm/icons/exclamation_triangle.d.ts +0 -2
- package/esm/icons/exclamation_triangle.js +0 -26
- package/esm/icons/exclamation_triangle_medium.d.ts +0 -2
- package/esm/icons/exclamation_triangle_medium.js +0 -26
- package/esm/icons/facebook.d.ts +0 -2
- package/esm/icons/facebook.js +0 -23
- package/esm/icons/facebook_medium.d.ts +0 -2
- package/esm/icons/facebook_medium.js +0 -23
- package/esm/icons/factory.d.ts +0 -2
- package/esm/icons/factory.js +0 -23
- package/esm/icons/factory_medium.d.ts +0 -2
- package/esm/icons/factory_medium.js +0 -23
- package/esm/icons/file.d.ts +0 -2
- package/esm/icons/file.js +0 -23
- package/esm/icons/file_add.d.ts +0 -2
- package/esm/icons/file_add.js +0 -20
- package/esm/icons/file_add_medium.d.ts +0 -2
- package/esm/icons/file_add_medium.js +0 -20
- package/esm/icons/file_contract.d.ts +0 -2
- package/esm/icons/file_contract.js +0 -23
- package/esm/icons/file_contract_medium.d.ts +0 -2
- package/esm/icons/file_contract_medium.js +0 -23
- package/esm/icons/file_csv.d.ts +0 -2
- package/esm/icons/file_csv.js +0 -20
- package/esm/icons/file_csv_medium.d.ts +0 -2
- package/esm/icons/file_csv_medium.js +0 -26
- package/esm/icons/file_loupe.d.ts +0 -2
- package/esm/icons/file_loupe.js +0 -20
- package/esm/icons/file_loupe_medium.d.ts +0 -2
- package/esm/icons/file_loupe_medium.js +0 -20
- package/esm/icons/file_medium.d.ts +0 -2
- package/esm/icons/file_medium.js +0 -23
- package/esm/icons/file_pdf.d.ts +0 -2
- package/esm/icons/file_pdf.js +0 -20
- package/esm/icons/file_pdf_medium.d.ts +0 -2
- package/esm/icons/file_pdf_medium.js +0 -26
- package/esm/icons/file_ppt.d.ts +0 -2
- package/esm/icons/file_ppt.js +0 -20
- package/esm/icons/file_ppt_medium.d.ts +0 -2
- package/esm/icons/file_ppt_medium.js +0 -26
- package/esm/icons/file_rejected.d.ts +0 -2
- package/esm/icons/file_rejected.js +0 -23
- package/esm/icons/file_rejected_medium.d.ts +0 -2
- package/esm/icons/file_rejected_medium.js +0 -23
- package/esm/icons/file_signing.d.ts +0 -2
- package/esm/icons/file_signing.js +0 -20
- package/esm/icons/file_signing_medium.d.ts +0 -2
- package/esm/icons/file_signing_medium.js +0 -20
- package/esm/icons/file_txt.d.ts +0 -2
- package/esm/icons/file_txt.js +0 -20
- package/esm/icons/file_txt_medium.d.ts +0 -2
- package/esm/icons/file_txt_medium.js +0 -26
- package/esm/icons/file_warning.d.ts +0 -2
- package/esm/icons/file_warning.js +0 -26
- package/esm/icons/file_warning_medium.d.ts +0 -2
- package/esm/icons/file_warning_medium.js +0 -26
- package/esm/icons/file_word.d.ts +0 -2
- package/esm/icons/file_word.js +0 -20
- package/esm/icons/file_word_medium.d.ts +0 -2
- package/esm/icons/file_word_medium.js +0 -26
- package/esm/icons/file_xls.d.ts +0 -2
- package/esm/icons/file_xls.js +0 -20
- package/esm/icons/file_xls_medium.d.ts +0 -2
- package/esm/icons/file_xls_medium.js +0 -26
- package/esm/icons/file_xml.d.ts +0 -2
- package/esm/icons/file_xml.js +0 -20
- package/esm/icons/file_xml_medium.d.ts +0 -2
- package/esm/icons/file_xml_medium.js +0 -26
- package/esm/icons/filter.d.ts +0 -2
- package/esm/icons/filter.js +0 -22
- package/esm/icons/filter_medium.d.ts +0 -2
- package/esm/icons/filter_medium.js +0 -22
- package/esm/icons/first_aid.d.ts +0 -2
- package/esm/icons/first_aid.js +0 -23
- package/esm/icons/first_aid_medium.d.ts +0 -2
- package/esm/icons/first_aid_medium.js +0 -23
- package/esm/icons/flying_money.d.ts +0 -2
- package/esm/icons/flying_money.js +0 -23
- package/esm/icons/flying_money_medium.d.ts +0 -2
- package/esm/icons/flying_money_medium.js +0 -26
- package/esm/icons/folder.d.ts +0 -2
- package/esm/icons/folder.js +0 -23
- package/esm/icons/folder_medium.d.ts +0 -2
- package/esm/icons/folder_medium.js +0 -23
- package/esm/icons/fridge.d.ts +0 -2
- package/esm/icons/fridge.js +0 -23
- package/esm/icons/fridge_medium.d.ts +0 -2
- package/esm/icons/fridge_medium.js +0 -23
- package/esm/icons/fullscreen.d.ts +0 -2
- package/esm/icons/fullscreen.js +0 -24
- package/esm/icons/fullscreen_medium.d.ts +0 -2
- package/esm/icons/fullscreen_medium.js +0 -24
- package/esm/icons/fund_in.d.ts +0 -2
- package/esm/icons/fund_in.js +0 -23
- package/esm/icons/fund_out.d.ts +0 -2
- package/esm/icons/fund_out.js +0 -23
- package/esm/icons/funds.d.ts +0 -2
- package/esm/icons/funds.js +0 -23
- package/esm/icons/funds_in.d.ts +0 -2
- package/esm/icons/funds_in.js +0 -23
- package/esm/icons/funds_in_medium.d.ts +0 -2
- package/esm/icons/funds_in_medium.js +0 -20
- package/esm/icons/funds_medium.d.ts +0 -2
- package/esm/icons/funds_medium.js +0 -23
- package/esm/icons/funds_out.d.ts +0 -2
- package/esm/icons/funds_out.js +0 -23
- package/esm/icons/funds_out_medium.d.ts +0 -2
- package/esm/icons/funds_out_medium.js +0 -20
- package/esm/icons/globe.d.ts +0 -2
- package/esm/icons/globe.js +0 -23
- package/esm/icons/globe_medium.d.ts +0 -2
- package/esm/icons/globe_medium.js +0 -23
- package/esm/icons/grabber.d.ts +0 -2
- package/esm/icons/grabber.js +0 -22
- package/esm/icons/grabber_medium.d.ts +0 -2
- package/esm/icons/grabber_medium.js +0 -22
- package/esm/icons/graph_decrease.d.ts +0 -2
- package/esm/icons/graph_decrease.js +0 -23
- package/esm/icons/graph_decrease_medium.d.ts +0 -2
- package/esm/icons/graph_decrease_medium.js +0 -23
- package/esm/icons/graph_increase.d.ts +0 -2
- package/esm/icons/graph_increase.js +0 -23
- package/esm/icons/graph_increase_medium.d.ts +0 -2
- package/esm/icons/graph_increase_medium.js +0 -23
- package/esm/icons/hamburger.d.ts +0 -2
- package/esm/icons/hamburger.js +0 -22
- package/esm/icons/hamburger_medium.d.ts +0 -2
- package/esm/icons/hamburger_medium.js +0 -22
- package/esm/icons/hand_money.d.ts +0 -2
- package/esm/icons/hand_money.js +0 -20
- package/esm/icons/hand_money_medium.d.ts +0 -2
- package/esm/icons/hand_money_medium.js +0 -20
- package/esm/icons/hanger.d.ts +0 -2
- package/esm/icons/hanger.js +0 -23
- package/esm/icons/hanger_medium.d.ts +0 -2
- package/esm/icons/hanger_medium.js +0 -23
- package/esm/icons/heart.d.ts +0 -2
- package/esm/icons/heart.js +0 -23
- package/esm/icons/heart_medium.d.ts +0 -2
- package/esm/icons/heart_medium.js +0 -23
- package/esm/icons/heart_rate.d.ts +0 -2
- package/esm/icons/heart_rate.js +0 -23
- package/esm/icons/heart_rate_medium.d.ts +0 -2
- package/esm/icons/heart_rate_medium.js +0 -23
- package/esm/icons/hide.d.ts +0 -2
- package/esm/icons/hide.js +0 -20
- package/esm/icons/hide_medium.d.ts +0 -2
- package/esm/icons/hide_medium.js +0 -20
- package/esm/icons/history.d.ts +0 -2
- package/esm/icons/history.js +0 -20
- package/esm/icons/history_medium.d.ts +0 -2
- package/esm/icons/history_medium.js +0 -20
- package/esm/icons/home.d.ts +0 -2
- package/esm/icons/home.js +0 -22
- package/esm/icons/home_medium.d.ts +0 -2
- package/esm/icons/home_medium.js +0 -22
- package/esm/icons/horse.d.ts +0 -2
- package/esm/icons/horse.js +0 -26
- package/esm/icons/horse_medium.d.ts +0 -2
- package/esm/icons/horse_medium.js +0 -26
- package/esm/icons/hourglass.d.ts +0 -2
- package/esm/icons/hourglass.js +0 -23
- package/esm/icons/hourglass_medium.d.ts +0 -2
- package/esm/icons/hourglass_medium.js +0 -23
- package/esm/icons/house_1.d.ts +0 -2
- package/esm/icons/house_1.js +0 -23
- package/esm/icons/house_1_medium.d.ts +0 -2
- package/esm/icons/house_1_medium.js +0 -23
- package/esm/icons/house_2.d.ts +0 -2
- package/esm/icons/house_2.js +0 -23
- package/esm/icons/house_2_medium.d.ts +0 -2
- package/esm/icons/house_2_medium.js +0 -23
- package/esm/icons/house_value.d.ts +0 -2
- package/esm/icons/house_value.js +0 -26
- package/esm/icons/house_value_medium.d.ts +0 -2
- package/esm/icons/house_value_medium.js +0 -26
- package/esm/icons/icons-meta.json +0 -1442
- package/esm/icons/icons-pdf.lock +0 -1
- package/esm/icons/icons-svg.lock +0 -1
- package/esm/icons/index.d.ts +0 -501
- package/esm/icons/index.js +0 -501
- package/esm/icons/information.d.ts +0 -2
- package/esm/icons/information.js +0 -22
- package/esm/icons/information_bubble.d.ts +0 -2
- package/esm/icons/information_bubble.js +0 -34
- package/esm/icons/information_bubble_medium.d.ts +0 -2
- package/esm/icons/information_bubble_medium.js +0 -28
- package/esm/icons/information_circled.d.ts +0 -2
- package/esm/icons/information_circled.js +0 -28
- package/esm/icons/information_circled_medium.d.ts +0 -2
- package/esm/icons/information_circled_medium.js +0 -28
- package/esm/icons/information_medium.d.ts +0 -2
- package/esm/icons/information_medium.js +0 -22
- package/esm/icons/instagram.d.ts +0 -2
- package/esm/icons/instagram.js +0 -34
- package/esm/icons/instagram_medium.d.ts +0 -2
- package/esm/icons/instagram_medium.js +0 -41
- package/esm/icons/insurance.d.ts +0 -2
- package/esm/icons/insurance.js +0 -23
- package/esm/icons/insurance_medium.d.ts +0 -2
- package/esm/icons/insurance_medium.js +0 -23
- package/esm/icons/kid_number.d.ts +0 -2
- package/esm/icons/kid_number.js +0 -22
- package/esm/icons/kid_number_medium.d.ts +0 -2
- package/esm/icons/kid_number_medium.js +0 -22
- package/esm/icons/language.d.ts +0 -2
- package/esm/icons/language.js +0 -23
- package/esm/icons/language_medium.d.ts +0 -2
- package/esm/icons/language_medium.js +0 -23
- package/esm/icons/launch.d.ts +0 -2
- package/esm/icons/launch.js +0 -23
- package/esm/icons/launch_medium.d.ts +0 -2
- package/esm/icons/launch_medium.js +0 -23
- package/esm/icons/leaf.d.ts +0 -2
- package/esm/icons/leaf.js +0 -23
- package/esm/icons/leaf_medium.d.ts +0 -2
- package/esm/icons/leaf_medium.js +0 -23
- package/esm/icons/lightbulb.d.ts +0 -2
- package/esm/icons/lightbulb.js +0 -20
- package/esm/icons/lightbulb_medium.d.ts +0 -2
- package/esm/icons/lightbulb_medium.js +0 -20
- package/esm/icons/linkedin.d.ts +0 -2
- package/esm/icons/linkedin.js +0 -20
- package/esm/icons/linkedin_medium.d.ts +0 -2
- package/esm/icons/linkedin_medium.js +0 -20
- package/esm/icons/list.d.ts +0 -2
- package/esm/icons/list.js +0 -23
- package/esm/icons/list_medium.d.ts +0 -2
- package/esm/icons/list_medium.js +0 -23
- package/esm/icons/loan.d.ts +0 -2
- package/esm/icons/loan.js +0 -23
- package/esm/icons/loan_in.d.ts +0 -2
- package/esm/icons/loan_in.js +0 -23
- package/esm/icons/loan_in_medium.d.ts +0 -2
- package/esm/icons/loan_in_medium.js +0 -20
- package/esm/icons/loan_medium.d.ts +0 -2
- package/esm/icons/loan_medium.js +0 -23
- package/esm/icons/loan_out.d.ts +0 -2
- package/esm/icons/loan_out.js +0 -23
- package/esm/icons/loan_out_medium.d.ts +0 -2
- package/esm/icons/loan_out_medium.js +0 -20
- package/esm/icons/location.d.ts +0 -2
- package/esm/icons/location.js +0 -20
- package/esm/icons/location_medium.d.ts +0 -2
- package/esm/icons/location_medium.js +0 -20
- package/esm/icons/log_in.d.ts +0 -2
- package/esm/icons/log_in.js +0 -23
- package/esm/icons/log_in_medium.d.ts +0 -2
- package/esm/icons/log_in_medium.js +0 -23
- package/esm/icons/log_out.d.ts +0 -2
- package/esm/icons/log_out.js +0 -23
- package/esm/icons/log_out_medium.d.ts +0 -2
- package/esm/icons/log_out_medium.js +0 -23
- package/esm/icons/loupe.d.ts +0 -2
- package/esm/icons/loupe.js +0 -20
- package/esm/icons/loupe_medium.d.ts +0 -2
- package/esm/icons/loupe_medium.js +0 -20
- package/esm/icons/mastercard.d.ts +0 -2
- package/esm/icons/mastercard.js +0 -22
- package/esm/icons/mastercard_card.d.ts +0 -2
- package/esm/icons/mastercard_card.js +0 -20
- package/esm/icons/mastercard_card_medium.d.ts +0 -2
- package/esm/icons/mastercard_card_medium.js +0 -20
- package/esm/icons/mastercard_medium.d.ts +0 -2
- package/esm/icons/mastercard_medium.js +0 -22
- package/esm/icons/megaphone.d.ts +0 -2
- package/esm/icons/megaphone.js +0 -23
- package/esm/icons/megaphone_medium.d.ts +0 -2
- package/esm/icons/megaphone_medium.js +0 -23
- package/esm/icons/microphone.d.ts +0 -2
- package/esm/icons/microphone.js +0 -23
- package/esm/icons/microphone_medium.d.ts +0 -2
- package/esm/icons/microphone_medium.js +0 -23
- package/esm/icons/minimize.d.ts +0 -2
- package/esm/icons/minimize.js +0 -23
- package/esm/icons/minimize_medium.d.ts +0 -2
- package/esm/icons/minimize_medium.js +0 -23
- package/esm/icons/mobilephone.d.ts +0 -2
- package/esm/icons/mobilephone.js +0 -22
- package/esm/icons/mobilephone_medium.d.ts +0 -2
- package/esm/icons/mobilephone_medium.js +0 -20
- package/esm/icons/more.d.ts +0 -2
- package/esm/icons/more.js +0 -20
- package/esm/icons/more_medium.d.ts +0 -2
- package/esm/icons/more_medium.js +0 -20
- package/esm/icons/more_vertical.d.ts +0 -2
- package/esm/icons/more_vertical.js +0 -20
- package/esm/icons/more_vertical_medium.d.ts +0 -2
- package/esm/icons/more_vertical_medium.js +0 -20
- package/esm/icons/motorcycle.d.ts +0 -2
- package/esm/icons/motorcycle.js +0 -23
- package/esm/icons/motorcycle_medium.d.ts +0 -2
- package/esm/icons/motorcycle_medium.js +0 -30
- package/esm/icons/move.d.ts +0 -2
- package/esm/icons/move.js +0 -23
- package/esm/icons/move_medium.d.ts +0 -2
- package/esm/icons/move_medium.js +0 -23
- package/esm/icons/office_buildings.d.ts +0 -2
- package/esm/icons/office_buildings.js +0 -23
- package/esm/icons/office_buildings_medium.d.ts +0 -2
- package/esm/icons/office_buildings_medium.js +0 -23
- package/esm/icons/oil.d.ts +0 -2
- package/esm/icons/oil.js +0 -23
- package/esm/icons/oil_medium.d.ts +0 -2
- package/esm/icons/oil_medium.js +0 -23
- package/esm/icons/owl.d.ts +0 -2
- package/esm/icons/owl.js +0 -26
- package/esm/icons/owl_medium.d.ts +0 -2
- package/esm/icons/owl_medium.js +0 -26
- package/esm/icons/padlock.d.ts +0 -2
- package/esm/icons/padlock.js +0 -23
- package/esm/icons/padlock_medium.d.ts +0 -2
- package/esm/icons/padlock_medium.js +0 -23
- package/esm/icons/paperclip.d.ts +0 -2
- package/esm/icons/paperclip.js +0 -23
- package/esm/icons/paperclip_medium.d.ts +0 -2
- package/esm/icons/paperclip_medium.js +0 -23
- package/esm/icons/paragraph.d.ts +0 -2
- package/esm/icons/paragraph.js +0 -21
- package/esm/icons/paragraph_medium.d.ts +0 -2
- package/esm/icons/paragraph_medium.js +0 -21
- package/esm/icons/pause.d.ts +0 -2
- package/esm/icons/pause.js +0 -23
- package/esm/icons/pause_medium.d.ts +0 -2
- package/esm/icons/pause_medium.js +0 -23
- package/esm/icons/pay_from.d.ts +0 -2
- package/esm/icons/pay_from.js +0 -20
- package/esm/icons/pay_from_medium.d.ts +0 -2
- package/esm/icons/pay_from_medium.js +0 -20
- package/esm/icons/pension.d.ts +0 -2
- package/esm/icons/pension.js +0 -23
- package/esm/icons/pension_medium.d.ts +0 -2
- package/esm/icons/pension_medium.js +0 -23
- package/esm/icons/people_1.d.ts +0 -2
- package/esm/icons/people_1.js +0 -20
- package/esm/icons/people_1_medium.d.ts +0 -2
- package/esm/icons/people_1_medium.js +0 -20
- package/esm/icons/people_2.d.ts +0 -2
- package/esm/icons/people_2.js +0 -23
- package/esm/icons/people_2_medium.d.ts +0 -2
- package/esm/icons/people_2_medium.js +0 -23
- package/esm/icons/person.d.ts +0 -2
- package/esm/icons/person.js +0 -20
- package/esm/icons/person_medium.d.ts +0 -2
- package/esm/icons/person_medium.js +0 -20
- package/esm/icons/person_shield.d.ts +0 -2
- package/esm/icons/person_shield.js +0 -20
- package/esm/icons/person_shield_medium.d.ts +0 -2
- package/esm/icons/person_shield_medium.js +0 -20
- package/esm/icons/phone.d.ts +0 -2
- package/esm/icons/phone.js +0 -23
- package/esm/icons/phone_medium.d.ts +0 -2
- package/esm/icons/phone_medium.js +0 -23
- package/esm/icons/photo.d.ts +0 -2
- package/esm/icons/photo.js +0 -28
- package/esm/icons/photo_medium.d.ts +0 -2
- package/esm/icons/photo_medium.js +0 -23
- package/esm/icons/pin.d.ts +0 -2
- package/esm/icons/pin.js +0 -23
- package/esm/icons/pin_code.d.ts +0 -2
- package/esm/icons/pin_code.js +0 -31
- package/esm/icons/pin_code_medium.d.ts +0 -2
- package/esm/icons/pin_code_medium.js +0 -31
- package/esm/icons/pin_medium.d.ts +0 -2
- package/esm/icons/pin_medium.js +0 -23
- package/esm/icons/plant.d.ts +0 -2
- package/esm/icons/plant.js +0 -23
- package/esm/icons/plant_medium.d.ts +0 -2
- package/esm/icons/plant_medium.js +0 -23
- package/esm/icons/play.d.ts +0 -2
- package/esm/icons/play.js +0 -23
- package/esm/icons/play_medium.d.ts +0 -2
- package/esm/icons/play_medium.js +0 -23
- package/esm/icons/primary_icons.d.ts +0 -23
- package/esm/icons/primary_icons.js +0 -23
- package/esm/icons/primary_icons_medium.d.ts +0 -23
- package/esm/icons/primary_icons_medium.js +0 -23
- package/esm/icons/printer.d.ts +0 -2
- package/esm/icons/printer.js +0 -23
- package/esm/icons/printer_medium.d.ts +0 -2
- package/esm/icons/printer_medium.js +0 -23
- package/esm/icons/products_account_percent_medium.d.ts +0 -2
- package/esm/icons/products_account_percent_medium.js +0 -26
- package/esm/icons/profile.d.ts +0 -2
- package/esm/icons/profile.js +0 -23
- package/esm/icons/profile_medium.d.ts +0 -2
- package/esm/icons/profile_medium.js +0 -23
- package/esm/icons/progress.d.ts +0 -2
- package/esm/icons/progress.js +0 -25
- package/esm/icons/progress_medium.d.ts +0 -2
- package/esm/icons/progress_medium.js +0 -22
- package/esm/icons/question.d.ts +0 -2
- package/esm/icons/question.js +0 -22
- package/esm/icons/question_circled.d.ts +0 -2
- package/esm/icons/question_circled.js +0 -22
- package/esm/icons/question_circled_medium.d.ts +0 -2
- package/esm/icons/question_circled_medium.js +0 -22
- package/esm/icons/question_medium.d.ts +0 -2
- package/esm/icons/question_medium.js +0 -22
- package/esm/icons/recurring.d.ts +0 -2
- package/esm/icons/recurring.js +0 -20
- package/esm/icons/recurring_medium.d.ts +0 -2
- package/esm/icons/recurring_medium.js +0 -20
- package/esm/icons/redo.d.ts +0 -2
- package/esm/icons/redo.js +0 -20
- package/esm/icons/redo_medium.d.ts +0 -2
- package/esm/icons/redo_medium.js +0 -20
- package/esm/icons/ref_number.d.ts +0 -2
- package/esm/icons/ref_number.js +0 -22
- package/esm/icons/ref_number_medium.d.ts +0 -2
- package/esm/icons/ref_number_medium.js +0 -22
- package/esm/icons/refresh.d.ts +0 -2
- package/esm/icons/refresh.js +0 -20
- package/esm/icons/refresh_medium.d.ts +0 -2
- package/esm/icons/refresh_medium.js +0 -20
- package/esm/icons/reply.d.ts +0 -2
- package/esm/icons/reply.js +0 -23
- package/esm/icons/reply_medium.d.ts +0 -2
- package/esm/icons/reply_medium.js +0 -23
- package/esm/icons/reset.d.ts +0 -2
- package/esm/icons/reset.js +0 -20
- package/esm/icons/reset_medium.d.ts +0 -2
- package/esm/icons/reset_medium.js +0 -20
- package/esm/icons/restaurant.d.ts +0 -2
- package/esm/icons/restaurant.js +0 -20
- package/esm/icons/restaurant_medium.d.ts +0 -2
- package/esm/icons/restaurant_medium.js +0 -20
- package/esm/icons/return_1.d.ts +0 -2
- package/esm/icons/return_1.js +0 -23
- package/esm/icons/return_1_medium.d.ts +0 -2
- package/esm/icons/return_1_medium.js +0 -23
- package/esm/icons/save.d.ts +0 -2
- package/esm/icons/save.js +0 -23
- package/esm/icons/save_medium.d.ts +0 -2
- package/esm/icons/save_medium.js +0 -23
- package/esm/icons/savings_account.d.ts +0 -2
- package/esm/icons/savings_account.js +0 -20
- package/esm/icons/savings_account_in.d.ts +0 -2
- package/esm/icons/savings_account_in.js +0 -23
- package/esm/icons/savings_account_in_medium.d.ts +0 -2
- package/esm/icons/savings_account_in_medium.js +0 -20
- package/esm/icons/savings_account_medium.d.ts +0 -2
- package/esm/icons/savings_account_medium.js +0 -23
- package/esm/icons/savings_account_out.d.ts +0 -2
- package/esm/icons/savings_account_out.js +0 -23
- package/esm/icons/savings_account_out_medium.d.ts +0 -2
- package/esm/icons/savings_account_out_medium.js +0 -20
- package/esm/icons/scissors.d.ts +0 -2
- package/esm/icons/scissors.js +0 -22
- package/esm/icons/scissors_medium.d.ts +0 -2
- package/esm/icons/scissors_medium.js +0 -22
- package/esm/icons/scooter.d.ts +0 -2
- package/esm/icons/scooter.js +0 -23
- package/esm/icons/scooter_medium.d.ts +0 -2
- package/esm/icons/scooter_medium.js +0 -30
- package/esm/icons/secondary_icons.d.ts +0 -216
- package/esm/icons/secondary_icons.js +0 -216
- package/esm/icons/secondary_icons_medium.d.ts +0 -216
- package/esm/icons/secondary_icons_medium.js +0 -216
- package/esm/icons/send.d.ts +0 -2
- package/esm/icons/send.js +0 -23
- package/esm/icons/send_medium.d.ts +0 -2
- package/esm/icons/send_medium.js +0 -23
- package/esm/icons/share_android.d.ts +0 -2
- package/esm/icons/share_android.js +0 -23
- package/esm/icons/share_android_medium.d.ts +0 -2
- package/esm/icons/share_android_medium.js +0 -23
- package/esm/icons/share_ios.d.ts +0 -2
- package/esm/icons/share_ios.js +0 -23
- package/esm/icons/share_ios_medium.d.ts +0 -2
- package/esm/icons/share_ios_medium.js +0 -23
- package/esm/icons/shield.d.ts +0 -2
- package/esm/icons/shield.js +0 -23
- package/esm/icons/shield_medium.d.ts +0 -2
- package/esm/icons/shield_medium.js +0 -23
- package/esm/icons/shopping_cart.d.ts +0 -2
- package/esm/icons/shopping_cart.js +0 -26
- package/esm/icons/shopping_cart_medium.d.ts +0 -2
- package/esm/icons/shopping_cart_medium.js +0 -26
- package/esm/icons/snowmobile.d.ts +0 -2
- package/esm/icons/snowmobile.js +0 -23
- package/esm/icons/snowmobile_medium.d.ts +0 -2
- package/esm/icons/snowmobile_medium.js +0 -23
- package/esm/icons/speedometer.d.ts +0 -2
- package/esm/icons/speedometer.js +0 -23
- package/esm/icons/speedometer_medium.d.ts +0 -2
- package/esm/icons/speedometer_medium.js +0 -30
- package/esm/icons/split.d.ts +0 -2
- package/esm/icons/split.js +0 -23
- package/esm/icons/split_medium.d.ts +0 -2
- package/esm/icons/split_medium.js +0 -23
- package/esm/icons/star.d.ts +0 -2
- package/esm/icons/star.js +0 -23
- package/esm/icons/star_medium.d.ts +0 -2
- package/esm/icons/star_medium.js +0 -23
- package/esm/icons/stocks.d.ts +0 -2
- package/esm/icons/stocks.js +0 -20
- package/esm/icons/stocks_medium.d.ts +0 -2
- package/esm/icons/stocks_medium.js +0 -20
- package/esm/icons/stop.d.ts +0 -2
- package/esm/icons/stop.js +0 -21
- package/esm/icons/stop_medium.d.ts +0 -2
- package/esm/icons/stop_medium.js +0 -21
- package/esm/icons/stopwatch.d.ts +0 -2
- package/esm/icons/stopwatch.js +0 -23
- package/esm/icons/stopwatch_medium.d.ts +0 -2
- package/esm/icons/stopwatch_medium.js +0 -23
- package/esm/icons/subtract.d.ts +0 -2
- package/esm/icons/subtract.js +0 -20
- package/esm/icons/subtract_circled.d.ts +0 -2
- package/esm/icons/subtract_circled.js +0 -20
- package/esm/icons/subtract_circled_medium.d.ts +0 -2
- package/esm/icons/subtract_circled_medium.js +0 -20
- package/esm/icons/subtract_medium.d.ts +0 -2
- package/esm/icons/subtract_medium.js +0 -20
- package/esm/icons/support.d.ts +0 -2
- package/esm/icons/support.js +0 -23
- package/esm/icons/support_medium.d.ts +0 -2
- package/esm/icons/support_medium.js +0 -23
- package/esm/icons/swap.d.ts +0 -2
- package/esm/icons/swap.js +0 -23
- package/esm/icons/swap_medium.d.ts +0 -2
- package/esm/icons/swap_medium.js +0 -23
- package/esm/icons/tag.d.ts +0 -2
- package/esm/icons/tag.js +0 -29
- package/esm/icons/tag_medium.d.ts +0 -2
- package/esm/icons/tag_medium.js +0 -29
- package/esm/icons/thumbs_down.d.ts +0 -2
- package/esm/icons/thumbs_down.js +0 -20
- package/esm/icons/thumbs_down_medium.d.ts +0 -2
- package/esm/icons/thumbs_down_medium.js +0 -20
- package/esm/icons/thumbs_up.d.ts +0 -2
- package/esm/icons/thumbs_up.js +0 -20
- package/esm/icons/thumbs_up_medium.d.ts +0 -2
- package/esm/icons/thumbs_up_medium.js +0 -20
- package/esm/icons/tractor.d.ts +0 -2
- package/esm/icons/tractor.js +0 -23
- package/esm/icons/tractor_medium.d.ts +0 -2
- package/esm/icons/tractor_medium.js +0 -23
- package/esm/icons/trailer.d.ts +0 -2
- package/esm/icons/trailer.js +0 -23
- package/esm/icons/trailer_medium.d.ts +0 -2
- package/esm/icons/trailer_medium.js +0 -23
- package/esm/icons/train.d.ts +0 -2
- package/esm/icons/train.js +0 -23
- package/esm/icons/train_medium.d.ts +0 -2
- package/esm/icons/train_medium.js +0 -23
- package/esm/icons/transfer.d.ts +0 -2
- package/esm/icons/transfer.js +0 -23
- package/esm/icons/transfer_medium.d.ts +0 -2
- package/esm/icons/transfer_medium.js +0 -23
- package/esm/icons/transfer_to.d.ts +0 -2
- package/esm/icons/transfer_to.js +0 -20
- package/esm/icons/transfer_to_medium.d.ts +0 -2
- package/esm/icons/transfer_to_medium.js +0 -20
- package/esm/icons/trash.d.ts +0 -2
- package/esm/icons/trash.js +0 -23
- package/esm/icons/trash_medium.d.ts +0 -2
- package/esm/icons/trash_medium.js +0 -23
- package/esm/icons/travel.d.ts +0 -2
- package/esm/icons/travel.js +0 -23
- package/esm/icons/travel_medium.d.ts +0 -2
- package/esm/icons/travel_medium.js +0 -23
- package/esm/icons/undo.d.ts +0 -2
- package/esm/icons/undo.js +0 -20
- package/esm/icons/undo_medium.d.ts +0 -2
- package/esm/icons/undo_medium.js +0 -20
- package/esm/icons/upload.d.ts +0 -2
- package/esm/icons/upload.js +0 -20
- package/esm/icons/upload_medium.d.ts +0 -2
- package/esm/icons/upload_medium.js +0 -20
- package/esm/icons/video.d.ts +0 -2
- package/esm/icons/video.js +0 -23
- package/esm/icons/video_medium.d.ts +0 -2
- package/esm/icons/video_medium.js +0 -23
- package/esm/icons/view.d.ts +0 -2
- package/esm/icons/view.js +0 -29
- package/esm/icons/view_medium.d.ts +0 -2
- package/esm/icons/view_medium.js +0 -29
- package/esm/icons/vintage_car.d.ts +0 -2
- package/esm/icons/vintage_car.js +0 -23
- package/esm/icons/vintage_car_medium.d.ts +0 -2
- package/esm/icons/vintage_car_medium.js +0 -23
- package/esm/icons/volume_off.d.ts +0 -2
- package/esm/icons/volume_off.js +0 -23
- package/esm/icons/volume_off_medium.d.ts +0 -2
- package/esm/icons/volume_off_medium.js +0 -23
- package/esm/icons/volume_on.d.ts +0 -2
- package/esm/icons/volume_on.js +0 -23
- package/esm/icons/volume_on_medium.d.ts +0 -2
- package/esm/icons/volume_on_medium.js +0 -23
- package/esm/icons/wallet.d.ts +0 -2
- package/esm/icons/wallet.js +0 -21
- package/esm/icons/wallet_medium.d.ts +0 -2
- package/esm/icons/wallet_medium.js +0 -26
- package/esm/icons/wearables.d.ts +0 -2
- package/esm/icons/wearables.js +0 -20
- package/esm/icons/wearables_medium.d.ts +0 -2
- package/esm/icons/wearables_medium.js +0 -20
- package/esm/icons/web.d.ts +0 -2
- package/esm/icons/web.js +0 -23
- package/esm/icons/web_medium.d.ts +0 -2
- package/esm/icons/web_medium.js +0 -23
- package/esm/icons/wheelchair.d.ts +0 -2
- package/esm/icons/wheelchair.js +0 -23
- package/esm/icons/wheelchair_medium.d.ts +0 -2
- package/esm/icons/wheelchair_medium.js +0 -23
- package/esm/icons/widget_android.d.ts +0 -2
- package/esm/icons/widget_android.js +0 -21
- package/esm/icons/widget_android_medium.d.ts +0 -2
- package/esm/icons/widget_android_medium.js +0 -21
- package/esm/icons/widget_ios.d.ts +0 -2
- package/esm/icons/widget_ios.js +0 -23
- package/esm/icons/widget_ios_medium.d.ts +0 -2
- package/esm/icons/widget_ios_medium.js +0 -23
- package/esm/index.d.ts +0 -74
- package/esm/index.js +0 -73
- package/esm/lib.d.ts +0 -3
- package/esm/lib.js +0 -11
- package/esm/shared/AlignmentHelper.d.ts +0 -12
- package/esm/shared/AlignmentHelper.js +0 -24
- package/esm/shared/AnimateHeight.d.ts +0 -45
- package/esm/shared/AnimateHeight.js +0 -388
- package/esm/shared/Context.d.ts +0 -38
- package/esm/shared/Context.js +0 -111
- package/esm/shared/Eufemia.d.ts +0 -1
- package/esm/shared/Eufemia.js +0 -22
- package/esm/shared/EventEmitter.d.ts +0 -27
- package/esm/shared/EventEmitter.js +0 -104
- package/esm/shared/MediaQuery.d.ts +0 -38
- package/esm/shared/MediaQuery.js +0 -124
- package/esm/shared/MediaQueryUtils.d.ts +0 -66
- package/esm/shared/MediaQueryUtils.js +0 -298
- package/esm/shared/Provider.d.ts +0 -15
- package/esm/shared/Provider.js +0 -183
- package/esm/shared/SpacingHelper.d.ts +0 -1
- package/esm/shared/SpacingHelper.js +0 -2
- package/esm/shared/component-helper.d.ts +0 -60
- package/esm/shared/component-helper.js +0 -961
- package/esm/shared/custom-element-polyfill.d.ts +0 -25
- package/esm/shared/custom-element-polyfill.js +0 -1008
- package/esm/shared/custom-element.d.ts +0 -5
- package/esm/shared/custom-element.js +0 -393
- package/esm/shared/defaults.d.ts +0 -7
- package/esm/shared/defaults.js +0 -3
- package/esm/shared/error-helper.d.ts +0 -15
- package/esm/shared/error-helper.js +0 -24
- package/esm/shared/helpers/Suffix.d.ts +0 -14
- package/esm/shared/helpers/Suffix.js +0 -28
- package/esm/shared/helpers/withCamelCaseProps.d.ts +0 -39
- package/esm/shared/helpers/withCamelCaseProps.js +0 -111
- package/esm/shared/helpers.d.ts +0 -44
- package/esm/shared/helpers.js +0 -413
- package/esm/shared/hooks/index.d.ts +0 -1
- package/esm/shared/hooks/index.js +0 -1
- package/esm/shared/hooks/usePropsWithContext.d.ts +0 -14
- package/esm/shared/hooks/usePropsWithContext.js +0 -47
- package/esm/shared/index.d.ts +0 -6
- package/esm/shared/index.js +0 -6
- package/esm/shared/interfaces.d.ts +0 -10
- package/esm/shared/interfaces.js +0 -1
- package/esm/shared/libs/HashSum.d.ts +0 -1
- package/esm/shared/libs/HashSum.js +0 -87
- package/esm/shared/libs/MurmurHash2.d.ts +0 -1
- package/esm/shared/libs/MurmurHash2.js +0 -36
- package/esm/shared/libs/Shortcuts.d.ts +0 -6
- package/esm/shared/libs/Shortcuts.js +0 -127
- package/esm/shared/locales/en-GB.d.ts +0 -119
- package/esm/shared/locales/en-GB.js +0 -118
- package/esm/shared/locales/en-US.d.ts +0 -120
- package/esm/shared/locales/en-US.js +0 -24
- package/esm/shared/locales/index.d.ts +0 -235
- package/esm/shared/locales/index.js +0 -16
- package/esm/shared/locales/nb-NO.d.ts +0 -119
- package/esm/shared/locales/nb-NO.js +0 -118
- package/esm/shared/stories/translation/en.json +0 -4
- package/esm/shared/stories/translation/nb.json +0 -4
- package/esm/shared/useMediaQuery.d.ts +0 -1
- package/esm/shared/useMediaQuery.js +0 -46
- package/esm/shared/useTranslation.d.ts +0 -34
- package/esm/shared/useTranslation.js +0 -85
- package/esm/style/basis.d.ts +0 -1
- package/esm/style/basis.js +0 -1
- package/esm/style/body.d.ts +0 -1
- package/esm/style/body.js +0 -1
- package/esm/style/components/imports.scss +0 -8
- package/esm/style/components.d.ts +0 -1
- package/esm/style/components.js +0 -1
- package/esm/style/core/fonts.scss +0 -75
- package/esm/style/core/helper-classes/helper-classes.scss +0 -58
- package/esm/style/core/helper-classes/skip-link.scss +0 -101
- package/esm/style/core/properties.scss +0 -121
- package/esm/style/core/reset.scss +0 -534
- package/esm/style/core/scopes.scss +0 -73
- package/esm/style/core/utilities.scss +0 -380
- package/esm/style/core.d.ts +0 -1
- package/esm/style/core.js +0 -1
- package/esm/style/dnb-ui-basis.css +0 -835
- package/esm/style/dnb-ui-basis.min.css +0 -1
- package/esm/style/dnb-ui-basis.scss +0 -27
- package/esm/style/dnb-ui-body.css +0 -548
- package/esm/style/dnb-ui-body.min.css +0 -1
- package/esm/style/dnb-ui-body.scss +0 -18
- package/esm/style/dnb-ui-components.css +0 -8312
- package/esm/style/dnb-ui-components.min.css +0 -5
- package/esm/style/dnb-ui-components.scss +0 -49
- package/esm/style/dnb-ui-core.css +0 -942
- package/esm/style/dnb-ui-core.min.css +0 -1
- package/esm/style/dnb-ui-core.scss +0 -22
- package/esm/style/dnb-ui-elements.css +0 -1743
- package/esm/style/dnb-ui-elements.min.css +0 -2
- package/esm/style/dnb-ui-elements.scss +0 -10
- package/esm/style/dnb-ui-extensions.css +0 -301
- package/esm/style/dnb-ui-extensions.min.css +0 -1
- package/esm/style/dnb-ui-extensions.scss +0 -8
- package/esm/style/dnb-ui-fonts.css +0 -155
- package/esm/style/dnb-ui-fonts.min.css +0 -1
- package/esm/style/dnb-ui-fonts.scss +0 -9
- package/esm/style/dnb-ui-fragments.css +0 -527
- package/esm/style/dnb-ui-fragments.min.css +0 -1
- package/esm/style/dnb-ui-fragments.scss +0 -9
- package/esm/style/dnb-ui-properties.css +0 -92
- package/esm/style/dnb-ui-properties.min.css +0 -1
- package/esm/style/dnb-ui-properties.scss +0 -8
- package/esm/style/dnb-ui-tags.css +0 -3078
- package/esm/style/dnb-ui-tags.min.css +0 -3
- package/esm/style/dnb-ui-tags.scss +0 -14
- package/esm/style/elements/_anchor-mixins.scss +0 -190
- package/esm/style/elements/anchor.scss +0 -80
- package/esm/style/elements/blockquote.scss +0 -133
- package/esm/style/elements/code.scss +0 -88
- package/esm/style/elements/form.scss +0 -21
- package/esm/style/elements/hr.scss +0 -86
- package/esm/style/elements/image.scss +0 -69
- package/esm/style/elements/label.scss +0 -23
- package/esm/style/elements/lists.scss +0 -235
- package/esm/style/elements/table.scss +0 -392
- package/esm/style/elements/typography.scss +0 -405
- package/esm/style/elements/ui-elements.scss +0 -19
- package/esm/style/elements/ui-spacing.scss +0 -12
- package/esm/style/elements/ui-tags.scss +0 -34
- package/esm/style/elements.d.ts +0 -1
- package/esm/style/elements.js +0 -1
- package/esm/style/extensions.d.ts +0 -1
- package/esm/style/extensions.js +0 -1
- package/esm/style/index.d.ts +0 -1
- package/esm/style/index.js +0 -3
- package/esm/style/index.scss +0 -9
- package/esm/style/properties.d.ts +0 -81
- package/esm/style/properties.js +0 -80
- package/esm/style/stylis.d.ts +0 -38
- package/esm/style/stylis.js +0 -51
- package/esm/style/tags.d.ts +0 -1
- package/esm/style/tags.js +0 -1
- package/esm/style/theme.d.ts +0 -1
- package/esm/style/theme.js +0 -1
- package/esm/style/themes/imports.scss +0 -8
- package/esm/style/themes/index.d.ts +0 -1
- package/esm/style/themes/index.js +0 -1
- package/esm/style/themes/open-banking.d.ts +0 -1
- package/esm/style/themes/open-banking.js +0 -1
- package/esm/style/themes/theme-open-banking/dnb-theme-open-banking.css +0 -6562
- package/esm/style/themes/theme-open-banking/dnb-theme-open-banking.min.css +0 -33
- package/esm/style/themes/theme-open-banking/dnb-theme-open-banking.scss +0 -32
- package/esm/style/themes/theme-ui/dnb-theme-ui.css +0 -5803
- package/esm/style/themes/theme-ui/dnb-theme-ui.min.css +0 -33
- package/esm/style/themes/theme-ui/dnb-theme-ui.scss +0 -64
- package/esm/style/themes/theme-ui/prism/dnb-prism-styles.d.ts +0 -6
- package/esm/style/themes/theme-ui/prism/dnb-prism-styles.js +0 -2
- package/esm/style/themes/theme-ui/prism/dnb-prism-theme.d.ts +0 -29
- package/esm/style/themes/theme-ui/prism/dnb-prism-theme.js +0 -99
- package/esm/style/themes/ui.d.ts +0 -1
- package/esm/style/themes/ui.js +0 -1
- package/esm/umd/dnb-ui-basis.d.ts +0 -1
- package/esm/umd/dnb-ui-components.d.ts +0 -1
- package/esm/umd/dnb-ui-elements.d.ts +0 -1
- package/esm/umd/dnb-ui-extensions.d.ts +0 -1
- package/esm/umd/dnb-ui-icons-archive.d.ts +0 -1
- package/esm/umd/dnb-ui-icons.d.ts +0 -2
- package/esm/umd/dnb-ui-lib.d.ts +0 -2
- package/esm/umd/dnb-ui-web-components.d.ts +0 -1
- package/esm/vue.d.ts +0 -6
- package/esm/vue.js +0 -56
- package/esm/web-components.d.ts +0 -1
- package/esm/web-components.js +0 -3
|
@@ -18,6 +18,1876 @@
|
|
|
18
18
|
* Document Reset
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
|
+
/*
|
|
22
|
+
* DNB Modal
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
/**
|
|
26
|
+
* This file is only used to make components independent
|
|
27
|
+
* so that they can get imported individually, without the core styles
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
/*
|
|
31
|
+
* Utilities
|
|
32
|
+
*/
|
|
33
|
+
/*
|
|
34
|
+
* Scopes
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
/*
|
|
38
|
+
* Document Reset
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
/*
|
|
42
|
+
* DNB HelpButton
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
/**
|
|
46
|
+
* This file is only used to make components independent
|
|
47
|
+
* so that they can get imported individually, without the core styles
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
/*
|
|
51
|
+
* Utilities
|
|
52
|
+
*/
|
|
53
|
+
/*
|
|
54
|
+
* Scopes
|
|
55
|
+
*
|
|
56
|
+
*/
|
|
57
|
+
/*
|
|
58
|
+
* Document Reset
|
|
59
|
+
*
|
|
60
|
+
*/
|
|
61
|
+
/*
|
|
62
|
+
* DNB Button
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
65
|
+
/**
|
|
66
|
+
* This file is only used to make components independent
|
|
67
|
+
* so that they can get imported individually, without the core styles
|
|
68
|
+
*
|
|
69
|
+
*/
|
|
70
|
+
/*
|
|
71
|
+
* Utilities
|
|
72
|
+
*/
|
|
73
|
+
/*
|
|
74
|
+
* Scopes
|
|
75
|
+
*
|
|
76
|
+
*/
|
|
77
|
+
/*
|
|
78
|
+
* Document Reset
|
|
79
|
+
*
|
|
80
|
+
*/
|
|
81
|
+
/*
|
|
82
|
+
* DNB icon
|
|
83
|
+
*
|
|
84
|
+
*/
|
|
85
|
+
/**
|
|
86
|
+
* This file is only used to make components independent
|
|
87
|
+
* so that they can get imported individually, without the core styles
|
|
88
|
+
*
|
|
89
|
+
*/
|
|
90
|
+
/*
|
|
91
|
+
* Utilities
|
|
92
|
+
*/
|
|
93
|
+
/*
|
|
94
|
+
* Scopes
|
|
95
|
+
*
|
|
96
|
+
*/
|
|
97
|
+
/*
|
|
98
|
+
* Document Reset
|
|
99
|
+
*
|
|
100
|
+
*/
|
|
101
|
+
/*
|
|
102
|
+
* Icon component
|
|
103
|
+
*
|
|
104
|
+
*/
|
|
105
|
+
.dnb-icon {
|
|
106
|
+
display: inline-block;
|
|
107
|
+
vertical-align: middle;
|
|
108
|
+
font-size: 1rem;
|
|
109
|
+
line-height: 1rem;
|
|
110
|
+
color: inherit;
|
|
111
|
+
width: 1em;
|
|
112
|
+
height: 1em; }
|
|
113
|
+
.dnb-icon img,
|
|
114
|
+
.dnb-icon svg {
|
|
115
|
+
width: inherit;
|
|
116
|
+
height: inherit;
|
|
117
|
+
shape-rendering: geometricPrecision;
|
|
118
|
+
vertical-align: top; }
|
|
119
|
+
.dnb-icon svg[width='100%'] {
|
|
120
|
+
width: inherit; }
|
|
121
|
+
.dnb-icon svg[height='100%'] {
|
|
122
|
+
height: inherit; }
|
|
123
|
+
.dnb-icon--inherit-color svg:not([fill]),
|
|
124
|
+
.dnb-icon--inherit-color svg [fill] {
|
|
125
|
+
fill: currentColor; }
|
|
126
|
+
.dnb-icon--inherit-color svg [stroke] {
|
|
127
|
+
stroke: currentColor; }
|
|
128
|
+
.dnb-icon--small {
|
|
129
|
+
font-size: 0.75rem; }
|
|
130
|
+
.dnb-icon--default {
|
|
131
|
+
font-size: 1rem; }
|
|
132
|
+
.dnb-icon--medium {
|
|
133
|
+
font-size: 1.5rem; }
|
|
134
|
+
.dnb-icon--large {
|
|
135
|
+
font-size: 2rem; }
|
|
136
|
+
.dnb-icon--x-large {
|
|
137
|
+
font-size: 2.5rem; }
|
|
138
|
+
.dnb-icon--xx-large {
|
|
139
|
+
font-size: 3rem; }
|
|
140
|
+
.dnb-icon--custom-size {
|
|
141
|
+
width: auto;
|
|
142
|
+
height: auto; }
|
|
143
|
+
.dnb-icon--auto {
|
|
144
|
+
font-size: 1em; }
|
|
145
|
+
.dnb-icon--auto > .dnb-icon--wrapper {
|
|
146
|
+
display: -webkit-inline-box;
|
|
147
|
+
display: -ms-inline-flexbox;
|
|
148
|
+
display: inline-flex;
|
|
149
|
+
-webkit-box-align: center;
|
|
150
|
+
-ms-flex-align: center;
|
|
151
|
+
align-items: center;
|
|
152
|
+
-webkit-box-pack: center;
|
|
153
|
+
-ms-flex-pack: center;
|
|
154
|
+
justify-content: center; }
|
|
155
|
+
h1 .dnb-icon,
|
|
156
|
+
h2 .dnb-icon,
|
|
157
|
+
h3 .dnb-icon,
|
|
158
|
+
h4 .dnb-icon,
|
|
159
|
+
h5 .dnb-icon,
|
|
160
|
+
h6 .dnb-icon {
|
|
161
|
+
vertical-align: middle; }
|
|
162
|
+
.dnb-icon.dnb-skeleton {
|
|
163
|
+
color: #ebebeb !important;
|
|
164
|
+
color: var(--skeleton-color) !important; }
|
|
165
|
+
.dnb-icon.dnb-skeleton::before, .dnb-icon.dnb-skeleton::after {
|
|
166
|
+
content: none !important; }
|
|
167
|
+
@media screen and (-ms-high-contrast: none) {
|
|
168
|
+
.dnb-icon {
|
|
169
|
+
-webkit-box-flex: 0;
|
|
170
|
+
-ms-flex: none;
|
|
171
|
+
flex: none; } }
|
|
172
|
+
|
|
173
|
+
/*
|
|
174
|
+
* DNB Tooltip
|
|
175
|
+
*
|
|
176
|
+
*/
|
|
177
|
+
/**
|
|
178
|
+
* This file is only used to make components independent
|
|
179
|
+
* so that they can get imported individually, without the core styles
|
|
180
|
+
*
|
|
181
|
+
*/
|
|
182
|
+
/*
|
|
183
|
+
* Utilities
|
|
184
|
+
*/
|
|
185
|
+
/*
|
|
186
|
+
* Scopes
|
|
187
|
+
*
|
|
188
|
+
*/
|
|
189
|
+
/*
|
|
190
|
+
* Document Reset
|
|
191
|
+
*
|
|
192
|
+
*/
|
|
193
|
+
.dnb-tooltip {
|
|
194
|
+
font-family: 'DNB', sans-serif;
|
|
195
|
+
font-family: var(--font-family-default);
|
|
196
|
+
font-weight: normal;
|
|
197
|
+
font-weight: var(--font-weight-basis);
|
|
198
|
+
font-size: 1rem;
|
|
199
|
+
font-size: var(--font-size-small);
|
|
200
|
+
font-style: normal;
|
|
201
|
+
line-height: 1.5rem;
|
|
202
|
+
line-height: var(--line-height-basis);
|
|
203
|
+
color: #333;
|
|
204
|
+
color: var(--color-black-80, #333);
|
|
205
|
+
-moz-osx-font-smoothing: grayscale;
|
|
206
|
+
-webkit-font-smoothing: antialiased;
|
|
207
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
208
|
+
/**
|
|
209
|
+
* Ensure consistency and use the same as HTML reset -> html {...}
|
|
210
|
+
* between base and code package
|
|
211
|
+
*/
|
|
212
|
+
-moz-tab-size: 4;
|
|
213
|
+
-o-tab-size: 4;
|
|
214
|
+
tab-size: 4;
|
|
215
|
+
-ms-text-size-adjust: 100%;
|
|
216
|
+
-webkit-text-size-adjust: 100%;
|
|
217
|
+
word-break: break-word;
|
|
218
|
+
/**
|
|
219
|
+
* 1. Remove repeating backgrounds in all browsers (opinionated).
|
|
220
|
+
* 2. Add border box sizing in all browsers (opinionated).
|
|
221
|
+
*/
|
|
222
|
+
/**
|
|
223
|
+
* 1. Add text decoration inheritance in all browsers (opinionated).
|
|
224
|
+
* 2. Add vertical alignment inheritance in all browsers (opinionated).
|
|
225
|
+
*/
|
|
226
|
+
margin: 0;
|
|
227
|
+
padding: 0; }
|
|
228
|
+
.dnb-tooltip *,
|
|
229
|
+
.dnb-tooltip ::before,
|
|
230
|
+
.dnb-tooltip ::after {
|
|
231
|
+
background-repeat: no-repeat;
|
|
232
|
+
/* 1 */
|
|
233
|
+
-webkit-box-sizing: border-box;
|
|
234
|
+
box-sizing: border-box;
|
|
235
|
+
/* 2 */ }
|
|
236
|
+
.dnb-tooltip ::before,
|
|
237
|
+
.dnb-tooltip ::after {
|
|
238
|
+
text-decoration: inherit;
|
|
239
|
+
/* 1 */
|
|
240
|
+
vertical-align: inherit;
|
|
241
|
+
/* 2 */ }
|
|
242
|
+
|
|
243
|
+
/*
|
|
244
|
+
* Tooltip component
|
|
245
|
+
*
|
|
246
|
+
*/
|
|
247
|
+
.dnb-tooltip {
|
|
248
|
+
position: absolute;
|
|
249
|
+
z-index: 3100;
|
|
250
|
+
display: -webkit-box;
|
|
251
|
+
display: -ms-flexbox;
|
|
252
|
+
display: flex;
|
|
253
|
+
-webkit-box-orient: vertical;
|
|
254
|
+
-webkit-box-direction: normal;
|
|
255
|
+
-ms-flex-direction: column;
|
|
256
|
+
flex-direction: column;
|
|
257
|
+
-webkit-box-pack: center;
|
|
258
|
+
-ms-flex-pack: center;
|
|
259
|
+
justify-content: center;
|
|
260
|
+
-webkit-box-align: center;
|
|
261
|
+
-ms-flex-align: center;
|
|
262
|
+
align-items: center;
|
|
263
|
+
padding: 0 1rem;
|
|
264
|
+
opacity: 0;
|
|
265
|
+
visibility: hidden;
|
|
266
|
+
-webkit-transition: opacity 200ms ease-out;
|
|
267
|
+
transition: opacity 200ms ease-out; }
|
|
268
|
+
.dnb-tooltip--large {
|
|
269
|
+
padding: 0.25rem 1rem; }
|
|
270
|
+
.dnb-tooltip--animate_position {
|
|
271
|
+
-webkit-transition: all 300ms ease-in-out, opacity 200ms ease-out;
|
|
272
|
+
transition: all 300ms ease-in-out, opacity 200ms ease-out; }
|
|
273
|
+
.dnb-tooltip--active {
|
|
274
|
+
visibility: visible;
|
|
275
|
+
/*
|
|
276
|
+
because of the first "show" we also use animation
|
|
277
|
+
also, use forwards because of the usage of visibility
|
|
278
|
+
*/
|
|
279
|
+
-webkit-animation: show-tooltip 200ms ease-out forwards;
|
|
280
|
+
animation: show-tooltip 200ms ease-out forwards; }
|
|
281
|
+
html[data-visual-test] .dnb-tooltip--active, .dnb-tooltip--active.dnb-tooltip--no-animation {
|
|
282
|
+
-webkit-animation: show-tooltip 1ms ease-out forwards;
|
|
283
|
+
animation: show-tooltip 1ms ease-out forwards; }
|
|
284
|
+
.dnb-tooltip--hide {
|
|
285
|
+
visibility: visible;
|
|
286
|
+
-webkit-animation: hide-tooltip 200ms ease-in-out forwards;
|
|
287
|
+
animation: hide-tooltip 200ms ease-in-out forwards; }
|
|
288
|
+
.dnb-tooltip--hide.dnb-tooltip--no-animation {
|
|
289
|
+
-webkit-animation: hide-tooltip 1ms ease-out forwards;
|
|
290
|
+
animation: hide-tooltip 1ms ease-out forwards; }
|
|
291
|
+
.dnb-tooltip--fixed {
|
|
292
|
+
position: fixed; }
|
|
293
|
+
html[data-visual-test] .dnb-tooltip--hide {
|
|
294
|
+
-webkit-animation: hide-tooltip 1ms ease-out 1s forwards;
|
|
295
|
+
animation: hide-tooltip 1ms ease-out 1s forwards; }
|
|
296
|
+
.dnb-tooltip__content {
|
|
297
|
+
min-width: 2rem;
|
|
298
|
+
min-height: 1.5rem;
|
|
299
|
+
padding: 0; }
|
|
300
|
+
.dnb-tooltip__arrow {
|
|
301
|
+
position: absolute;
|
|
302
|
+
pointer-events: none;
|
|
303
|
+
margin: 0;
|
|
304
|
+
width: 1rem;
|
|
305
|
+
height: 0.5rem;
|
|
306
|
+
overflow: hidden; }
|
|
307
|
+
.dnb-tooltip__arrow::before {
|
|
308
|
+
content: '';
|
|
309
|
+
position: absolute;
|
|
310
|
+
bottom: 0;
|
|
311
|
+
left: 0;
|
|
312
|
+
width: 1rem;
|
|
313
|
+
height: 1rem;
|
|
314
|
+
-webkit-transform: translateY(70%) rotate(45deg);
|
|
315
|
+
transform: translateY(70%) rotate(45deg); }
|
|
316
|
+
.dnb-tooltip__arrow__position--bottom {
|
|
317
|
+
top: -0.5rem; }
|
|
318
|
+
.dnb-tooltip__arrow__position--top {
|
|
319
|
+
bottom: -0.5rem;
|
|
320
|
+
-webkit-transform: rotate(180deg);
|
|
321
|
+
transform: rotate(180deg); }
|
|
322
|
+
.dnb-tooltip__arrow__position--left {
|
|
323
|
+
right: -0.75rem;
|
|
324
|
+
margin-right: 3px;
|
|
325
|
+
-webkit-transform: rotate(90deg);
|
|
326
|
+
transform: rotate(90deg); }
|
|
327
|
+
.dnb-tooltip__arrow__position--right {
|
|
328
|
+
left: -0.75rem;
|
|
329
|
+
margin-left: 3px;
|
|
330
|
+
-webkit-transform: rotate(270deg);
|
|
331
|
+
transform: rotate(270deg); }
|
|
332
|
+
.dnb-tooltip__arrow__arrow--left {
|
|
333
|
+
-ms-flex-item-align: start;
|
|
334
|
+
align-self: flex-start; }
|
|
335
|
+
.dnb-tooltip__arrow__arrow--right {
|
|
336
|
+
-ms-flex-item-align: end;
|
|
337
|
+
align-self: flex-end; }
|
|
338
|
+
|
|
339
|
+
@-webkit-keyframes show-tooltip {
|
|
340
|
+
from {
|
|
341
|
+
opacity: 0; }
|
|
342
|
+
to {
|
|
343
|
+
opacity: 1; } }
|
|
344
|
+
|
|
345
|
+
@keyframes show-tooltip {
|
|
346
|
+
from {
|
|
347
|
+
opacity: 0; }
|
|
348
|
+
to {
|
|
349
|
+
opacity: 1; } }
|
|
350
|
+
|
|
351
|
+
@-webkit-keyframes hide-tooltip {
|
|
352
|
+
from {
|
|
353
|
+
opacity: 1; }
|
|
354
|
+
to {
|
|
355
|
+
opacity: 0;
|
|
356
|
+
visibility: hidden; } }
|
|
357
|
+
|
|
358
|
+
@keyframes hide-tooltip {
|
|
359
|
+
from {
|
|
360
|
+
opacity: 1; }
|
|
361
|
+
to {
|
|
362
|
+
opacity: 0;
|
|
363
|
+
visibility: hidden; } }
|
|
364
|
+
|
|
365
|
+
/*
|
|
366
|
+
* DNB FormStatus
|
|
367
|
+
*
|
|
368
|
+
*/
|
|
369
|
+
/**
|
|
370
|
+
* This file is only used to make components independent
|
|
371
|
+
* so that they can get imported individually, without the core styles
|
|
372
|
+
*
|
|
373
|
+
*/
|
|
374
|
+
/*
|
|
375
|
+
* Utilities
|
|
376
|
+
*/
|
|
377
|
+
/*
|
|
378
|
+
* Scopes
|
|
379
|
+
*
|
|
380
|
+
*/
|
|
381
|
+
/*
|
|
382
|
+
* Document Reset
|
|
383
|
+
*
|
|
384
|
+
*/
|
|
385
|
+
.dnb-form-status {
|
|
386
|
+
font-family: 'DNB', sans-serif;
|
|
387
|
+
font-family: var(--font-family-default);
|
|
388
|
+
font-weight: normal;
|
|
389
|
+
font-weight: var(--font-weight-basis);
|
|
390
|
+
font-size: 1rem;
|
|
391
|
+
font-size: var(--font-size-small);
|
|
392
|
+
font-style: normal;
|
|
393
|
+
line-height: 1.5rem;
|
|
394
|
+
line-height: var(--line-height-basis);
|
|
395
|
+
color: #333;
|
|
396
|
+
color: var(--color-black-80, #333);
|
|
397
|
+
-moz-osx-font-smoothing: grayscale;
|
|
398
|
+
-webkit-font-smoothing: antialiased;
|
|
399
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
400
|
+
/**
|
|
401
|
+
* Ensure consistency and use the same as HTML reset -> html {...}
|
|
402
|
+
* between base and code package
|
|
403
|
+
*/
|
|
404
|
+
-moz-tab-size: 4;
|
|
405
|
+
-o-tab-size: 4;
|
|
406
|
+
tab-size: 4;
|
|
407
|
+
-ms-text-size-adjust: 100%;
|
|
408
|
+
-webkit-text-size-adjust: 100%;
|
|
409
|
+
word-break: break-word;
|
|
410
|
+
/**
|
|
411
|
+
* 1. Remove repeating backgrounds in all browsers (opinionated).
|
|
412
|
+
* 2. Add border box sizing in all browsers (opinionated).
|
|
413
|
+
*/
|
|
414
|
+
/**
|
|
415
|
+
* 1. Add text decoration inheritance in all browsers (opinionated).
|
|
416
|
+
* 2. Add vertical alignment inheritance in all browsers (opinionated).
|
|
417
|
+
*/
|
|
418
|
+
margin: 0;
|
|
419
|
+
padding: 0; }
|
|
420
|
+
.dnb-form-status *,
|
|
421
|
+
.dnb-form-status ::before,
|
|
422
|
+
.dnb-form-status ::after {
|
|
423
|
+
background-repeat: no-repeat;
|
|
424
|
+
/* 1 */
|
|
425
|
+
-webkit-box-sizing: border-box;
|
|
426
|
+
box-sizing: border-box;
|
|
427
|
+
/* 2 */ }
|
|
428
|
+
.dnb-form-status ::before,
|
|
429
|
+
.dnb-form-status ::after {
|
|
430
|
+
text-decoration: inherit;
|
|
431
|
+
/* 1 */
|
|
432
|
+
vertical-align: inherit;
|
|
433
|
+
/* 2 */ }
|
|
434
|
+
|
|
435
|
+
/*
|
|
436
|
+
* FormStatus component
|
|
437
|
+
*
|
|
438
|
+
*/
|
|
439
|
+
:root {
|
|
440
|
+
--form-status-radius: 0.25rem; }
|
|
441
|
+
|
|
442
|
+
.dnb-form-status {
|
|
443
|
+
display: -webkit-box;
|
|
444
|
+
display: -ms-flexbox;
|
|
445
|
+
display: flex;
|
|
446
|
+
opacity: 1;
|
|
447
|
+
-webkit-transition: height 400ms cubic-bezier(0.42, 0, 0, 1), opacity 400ms cubic-bezier(0.42, 0, 0, 1), margin 400ms cubic-bezier(0.42, 0, 0, 1), padding 400ms cubic-bezier(0.42, 0, 0, 1);
|
|
448
|
+
transition: height 400ms cubic-bezier(0.42, 0, 0, 1), opacity 400ms cubic-bezier(0.42, 0, 0, 1), margin 400ms cubic-bezier(0.42, 0, 0, 1), padding 400ms cubic-bezier(0.42, 0, 0, 1); }
|
|
449
|
+
.dnb-form-status--hidden {
|
|
450
|
+
will-change: height, opacity, margin, padding;
|
|
451
|
+
width: 0;
|
|
452
|
+
height: 0;
|
|
453
|
+
opacity: 0; }
|
|
454
|
+
.dnb-form-status--is-animating {
|
|
455
|
+
overflow: hidden;
|
|
456
|
+
width: auto; }
|
|
457
|
+
.dnb-form-status--disappear, .dnb-form-status--hidden {
|
|
458
|
+
margin: 0 !important;
|
|
459
|
+
padding: 0 !important; }
|
|
460
|
+
.dnb-form-status__shell {
|
|
461
|
+
display: -webkit-box;
|
|
462
|
+
display: -ms-flexbox;
|
|
463
|
+
display: flex;
|
|
464
|
+
-webkit-box-pack: start;
|
|
465
|
+
-ms-flex-pack: start;
|
|
466
|
+
justify-content: flex-start;
|
|
467
|
+
-webkit-box-align: start;
|
|
468
|
+
-ms-flex-align: start;
|
|
469
|
+
align-items: flex-start;
|
|
470
|
+
min-width: inherit;
|
|
471
|
+
border-radius: 0.25rem;
|
|
472
|
+
border-radius: var(--form-status-radius); }
|
|
473
|
+
.dnb-form-status__text {
|
|
474
|
+
padding: 0.625rem 1rem;
|
|
475
|
+
cursor: text;
|
|
476
|
+
color: inherit;
|
|
477
|
+
line-height: 1.25rem;
|
|
478
|
+
line-height: var(--line-height-small);
|
|
479
|
+
font-size: 1rem;
|
|
480
|
+
font-size: var(--font-size-small);
|
|
481
|
+
white-space: normal; }
|
|
482
|
+
button .dnb-form-status__text {
|
|
483
|
+
cursor: inherit; }
|
|
484
|
+
.dnb-form-status__text .dnb-anchor {
|
|
485
|
+
font-size: inherit; }
|
|
486
|
+
.dnb-icon + .dnb-form-status__text {
|
|
487
|
+
padding-left: 0.5rem; }
|
|
488
|
+
.dnb-form-status__shell > .dnb-icon {
|
|
489
|
+
display: -webkit-box;
|
|
490
|
+
display: -ms-flexbox;
|
|
491
|
+
display: flex;
|
|
492
|
+
-webkit-box-pack: center;
|
|
493
|
+
-ms-flex-pack: center;
|
|
494
|
+
justify-content: center;
|
|
495
|
+
-webkit-box-align: center;
|
|
496
|
+
-ms-flex-align: center;
|
|
497
|
+
align-items: center;
|
|
498
|
+
margin: 0.3333333em 0.3333333em 0.3333333em 0.6666666em; }
|
|
499
|
+
.dnb-form-status__size--large .dnb-form-status__text {
|
|
500
|
+
padding-top: 1.125rem;
|
|
501
|
+
padding-bottom: 1.125rem; }
|
|
502
|
+
.dnb-form-status__size--large .dnb-form-status__shell > .dnb-icon {
|
|
503
|
+
margin-top: 0.6666666em;
|
|
504
|
+
margin-bottom: 0.6666666em; }
|
|
505
|
+
.dnb-form-status--stretch {
|
|
506
|
+
-webkit-box-flex: 1;
|
|
507
|
+
-ms-flex-positive: 1;
|
|
508
|
+
flex-grow: 1; }
|
|
509
|
+
.dnb-form-status--stretch .dnb-form-status__shell {
|
|
510
|
+
width: 100%; }
|
|
511
|
+
.dnb-form-status--stretch .dnb-form-status__text {
|
|
512
|
+
max-width: 47rem; }
|
|
513
|
+
.dnb-form-status[hidden] {
|
|
514
|
+
display: none; }
|
|
515
|
+
.dnb-form-status--no-animation,
|
|
516
|
+
html[data-visual-test] .dnb-form-status {
|
|
517
|
+
-webkit-transition-duration: 1ms !important;
|
|
518
|
+
transition-duration: 1ms !important; }
|
|
519
|
+
@media screen and (-ms-high-contrast: none) {
|
|
520
|
+
.dnb-form-status__shell > .dnb-icon {
|
|
521
|
+
border-width: 1px; } }
|
|
522
|
+
|
|
523
|
+
.dnb-button {
|
|
524
|
+
font-family: 'DNB', sans-serif;
|
|
525
|
+
font-family: var(--font-family-default);
|
|
526
|
+
font-weight: normal;
|
|
527
|
+
font-weight: var(--font-weight-basis);
|
|
528
|
+
font-size: 1rem;
|
|
529
|
+
font-size: var(--font-size-small);
|
|
530
|
+
font-style: normal;
|
|
531
|
+
line-height: 1.5rem;
|
|
532
|
+
line-height: var(--line-height-basis);
|
|
533
|
+
color: #333;
|
|
534
|
+
color: var(--color-black-80, #333);
|
|
535
|
+
-moz-osx-font-smoothing: grayscale;
|
|
536
|
+
-webkit-font-smoothing: antialiased;
|
|
537
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
538
|
+
/**
|
|
539
|
+
* Ensure consistency and use the same as HTML reset -> html {...}
|
|
540
|
+
* between base and code package
|
|
541
|
+
*/
|
|
542
|
+
-moz-tab-size: 4;
|
|
543
|
+
-o-tab-size: 4;
|
|
544
|
+
tab-size: 4;
|
|
545
|
+
-ms-text-size-adjust: 100%;
|
|
546
|
+
-webkit-text-size-adjust: 100%;
|
|
547
|
+
word-break: break-word;
|
|
548
|
+
/**
|
|
549
|
+
* 1. Remove repeating backgrounds in all browsers (opinionated).
|
|
550
|
+
* 2. Add border box sizing in all browsers (opinionated).
|
|
551
|
+
*/
|
|
552
|
+
/**
|
|
553
|
+
* 1. Add text decoration inheritance in all browsers (opinionated).
|
|
554
|
+
* 2. Add vertical alignment inheritance in all browsers (opinionated).
|
|
555
|
+
*/
|
|
556
|
+
margin: 0;
|
|
557
|
+
padding: 0; }
|
|
558
|
+
.dnb-button *,
|
|
559
|
+
.dnb-button ::before,
|
|
560
|
+
.dnb-button ::after {
|
|
561
|
+
background-repeat: no-repeat;
|
|
562
|
+
/* 1 */
|
|
563
|
+
-webkit-box-sizing: border-box;
|
|
564
|
+
box-sizing: border-box;
|
|
565
|
+
/* 2 */ }
|
|
566
|
+
.dnb-button ::before,
|
|
567
|
+
.dnb-button ::after {
|
|
568
|
+
text-decoration: inherit;
|
|
569
|
+
/* 1 */
|
|
570
|
+
vertical-align: inherit;
|
|
571
|
+
/* 2 */ }
|
|
572
|
+
|
|
573
|
+
/*
|
|
574
|
+
* Button component
|
|
575
|
+
*
|
|
576
|
+
*/
|
|
577
|
+
:root {
|
|
578
|
+
--button-font-size: var(--font-size-basis);
|
|
579
|
+
--button-font-size-small: var(--font-size-small);
|
|
580
|
+
--button-width: 2.5rem;
|
|
581
|
+
--button-height: 2.5rem;
|
|
582
|
+
--button-width--small: 1.5rem;
|
|
583
|
+
--button-height--small: 1.5rem;
|
|
584
|
+
--button-width--medium: 2rem;
|
|
585
|
+
--button-height--medium: 2rem;
|
|
586
|
+
--button-width--large: 3rem;
|
|
587
|
+
--button-height--large: 3rem;
|
|
588
|
+
--button-icon-size: 1rem;
|
|
589
|
+
--button-border-width: 0.0625rem;
|
|
590
|
+
--button-border-width--hover: 0.1875rem;
|
|
591
|
+
--button-border-radius: calc(var(--button-height)/2);
|
|
592
|
+
--button-border-radius: calc(var(--button-height) / 2);
|
|
593
|
+
--button-border-radius--small: calc(var(--button-height--small)/2);
|
|
594
|
+
--button-border-radius--small: calc(var(--button-height--small) / 2);
|
|
595
|
+
--button-border-radius--medium: calc(var(--button-height--medium)/2);
|
|
596
|
+
--button-border-radius--medium: calc(var(--button-height--medium) / 2);
|
|
597
|
+
--button-border-radius--large: calc(var(--button-height--large)/2);
|
|
598
|
+
--button-border-radius--large: calc(var(--button-height--large) / 2); }
|
|
599
|
+
|
|
600
|
+
.dnb-button {
|
|
601
|
+
position: relative;
|
|
602
|
+
-moz-user-select: none;
|
|
603
|
+
-ms-user-select: none;
|
|
604
|
+
user-select: none;
|
|
605
|
+
-webkit-user-select: none;
|
|
606
|
+
cursor: pointer;
|
|
607
|
+
white-space: nowrap;
|
|
608
|
+
display: -webkit-inline-box;
|
|
609
|
+
display: -ms-inline-flexbox;
|
|
610
|
+
display: inline-flex;
|
|
611
|
+
-webkit-box-align: center;
|
|
612
|
+
-ms-flex-align: center;
|
|
613
|
+
align-items: center;
|
|
614
|
+
-webkit-box-pack: center;
|
|
615
|
+
-ms-flex-pack: center;
|
|
616
|
+
justify-content: center;
|
|
617
|
+
width: 2.5rem;
|
|
618
|
+
width: var(--button-width);
|
|
619
|
+
height: auto;
|
|
620
|
+
padding: 0;
|
|
621
|
+
border: 0.0625rem solid transparent;
|
|
622
|
+
border: var(--button-border-width) solid transparent;
|
|
623
|
+
border-radius: 1.25rem;
|
|
624
|
+
border-radius: calc(2.5rem / 2);
|
|
625
|
+
border-radius: var(--button-border-radius);
|
|
626
|
+
text-decoration: none;
|
|
627
|
+
font-size: 1rem;
|
|
628
|
+
font-size: var(--font-size-small);
|
|
629
|
+
/* stylelint-disable-next-line */ }
|
|
630
|
+
.dnb-button--wrap {
|
|
631
|
+
word-wrap: break-word;
|
|
632
|
+
white-space: normal; }
|
|
633
|
+
.dnb-button,
|
|
634
|
+
.dnb-core-style .dnb-button {
|
|
635
|
+
line-height: 2.5rem;
|
|
636
|
+
line-height: var(--button-height); }
|
|
637
|
+
.dnb-button__text {
|
|
638
|
+
margin: 0.5rem 0;
|
|
639
|
+
font-size: 1.125rem;
|
|
640
|
+
font-size: var(--button-font-size);
|
|
641
|
+
line-height: 1.5rem;
|
|
642
|
+
line-height: var(--line-height-basis);
|
|
643
|
+
color: inherit;
|
|
644
|
+
-webkit-transform: translateY(-0.03125rem);
|
|
645
|
+
transform: translateY(-0.03125rem); }
|
|
646
|
+
.dnb-button__text [data-os='linux'] {
|
|
647
|
+
-webkit-transform: translateY(-0.035rem);
|
|
648
|
+
transform: translateY(-0.035rem); }
|
|
649
|
+
.dnb-button__alignment {
|
|
650
|
+
display: inline-block;
|
|
651
|
+
width: 0; }
|
|
652
|
+
.dnb-button__bounding {
|
|
653
|
+
position: absolute;
|
|
654
|
+
top: 0;
|
|
655
|
+
bottom: 0;
|
|
656
|
+
right: 0;
|
|
657
|
+
left: 0;
|
|
658
|
+
-webkit-transform: scale(1.1, 1.4);
|
|
659
|
+
transform: scale(1.1, 1.4);
|
|
660
|
+
background-color: transparent;
|
|
661
|
+
border-radius: 1.25rem;
|
|
662
|
+
border-radius: calc(2.5rem / 2);
|
|
663
|
+
border-radius: var(--button-border-radius); }
|
|
664
|
+
.dnb-button--has-text {
|
|
665
|
+
padding-left: 1.5rem;
|
|
666
|
+
padding-right: 1.5rem; }
|
|
667
|
+
.dnb-button--size-small {
|
|
668
|
+
width: 1.5rem;
|
|
669
|
+
width: var(--button-width--small);
|
|
670
|
+
font-size: 1rem;
|
|
671
|
+
font-size: var(--button-font-size-small);
|
|
672
|
+
border-radius: 0.75rem;
|
|
673
|
+
border-radius: calc(1.5rem / 2);
|
|
674
|
+
border-radius: var(--button-border-radius--small); }
|
|
675
|
+
.dnb-button--size-small,
|
|
676
|
+
.dnb-core-style .dnb-button--size-small {
|
|
677
|
+
line-height: 1.5rem;
|
|
678
|
+
line-height: var(--button-height--small); }
|
|
679
|
+
.dnb-button--size-small .dnb-button__text {
|
|
680
|
+
margin: 0; }
|
|
681
|
+
.dnb-button--has-text.dnb-button--size-small {
|
|
682
|
+
padding-left: 1rem;
|
|
683
|
+
padding-right: 1rem; }
|
|
684
|
+
.dnb-button--has-text.dnb-button--icon-position-left.dnb-button--size-small {
|
|
685
|
+
padding-left: 0.5rem; }
|
|
686
|
+
.dnb-button--has-text.dnb-button--icon-position-right.dnb-button--size-small {
|
|
687
|
+
padding-right: 0.5rem; }
|
|
688
|
+
.dnb-button--size-medium {
|
|
689
|
+
width: 2rem;
|
|
690
|
+
width: var(--button-width--medium);
|
|
691
|
+
border-radius: 1rem;
|
|
692
|
+
border-radius: calc(2rem / 2);
|
|
693
|
+
border-radius: var(--button-border-radius--medium); }
|
|
694
|
+
.dnb-button--size-medium,
|
|
695
|
+
.dnb-core-style .dnb-button--size-medium {
|
|
696
|
+
line-height: 2rem;
|
|
697
|
+
line-height: var(--button-height--medium); }
|
|
698
|
+
.dnb-button--size-medium .dnb-button__text {
|
|
699
|
+
margin: 0; }
|
|
700
|
+
.dnb-button--has-text.dnb-button--size-medium {
|
|
701
|
+
padding-left: 1rem;
|
|
702
|
+
padding-right: 1rem; }
|
|
703
|
+
.dnb-button--has-text.dnb-button--icon-position-left.dnb-button--size-medium {
|
|
704
|
+
padding-left: 0.5rem; }
|
|
705
|
+
.dnb-button--has-text.dnb-button--icon-position-right.dnb-button--size-medium {
|
|
706
|
+
padding-right: 0.5rem; }
|
|
707
|
+
.dnb-button--size-large {
|
|
708
|
+
width: 3rem;
|
|
709
|
+
width: var(--button-width--large);
|
|
710
|
+
border-radius: 1.5rem;
|
|
711
|
+
border-radius: calc(3rem / 2);
|
|
712
|
+
border-radius: var(--button-border-radius--large); }
|
|
713
|
+
.dnb-button--size-large,
|
|
714
|
+
.dnb-core-style .dnb-button--size-large {
|
|
715
|
+
line-height: 3rem;
|
|
716
|
+
line-height: var(--button-height--large); }
|
|
717
|
+
.dnb-button--has-text.dnb-button--size-large {
|
|
718
|
+
padding-left: 2rem;
|
|
719
|
+
padding-right: 2rem; }
|
|
720
|
+
.dnb-button--has-text.dnb-button--icon-position-left.dnb-button--size-large {
|
|
721
|
+
padding-left: 1rem; }
|
|
722
|
+
.dnb-button--has-text.dnb-button--icon-position-right.dnb-button--size-large {
|
|
723
|
+
padding-right: 1rem; }
|
|
724
|
+
.dnb-button--has-text {
|
|
725
|
+
width: auto; }
|
|
726
|
+
.dnb-button--has-text .dnb-button__icon {
|
|
727
|
+
margin: 0 0.5rem;
|
|
728
|
+
margin: 0 calc(1rem / 2);
|
|
729
|
+
margin: 0 calc(var(--button-icon-size)/2);
|
|
730
|
+
margin: 0 calc(var(--button-icon-size) / 2); }
|
|
731
|
+
.dnb-button--has-text.dnb-button--icon-position-left {
|
|
732
|
+
padding-left: 0.5rem; }
|
|
733
|
+
.dnb-button--has-text.dnb-button--icon-position-right {
|
|
734
|
+
padding-right: 0.5rem; }
|
|
735
|
+
.dnb-button--has-text.dnb-button--has-icon .dnb-button__icon {
|
|
736
|
+
-webkit-box-ordinal-group: 3;
|
|
737
|
+
-ms-flex-order: 2;
|
|
738
|
+
order: 2; }
|
|
739
|
+
.dnb-button--has-text.dnb-button--has-icon .dnb-button__text {
|
|
740
|
+
-webkit-box-ordinal-group: 2;
|
|
741
|
+
-ms-flex-order: 1;
|
|
742
|
+
order: 1; }
|
|
743
|
+
.dnb-button:not(.dnb-button--has-text) .dnb-button__icon {
|
|
744
|
+
width: inherit; }
|
|
745
|
+
.dnb-button__icon.dnb-icon svg:not([width]):not([height]) {
|
|
746
|
+
width: 1rem;
|
|
747
|
+
width: var(--button-icon-size);
|
|
748
|
+
height: 1rem;
|
|
749
|
+
height: var(--button-icon-size); }
|
|
750
|
+
[href] > .dnb-button__icon.dnb-icon {
|
|
751
|
+
line-height: 1.125rem;
|
|
752
|
+
line-height: var(--button-font-size); }
|
|
753
|
+
.dnb-button--has-text.dnb-button--has-icon.dnb-button--icon-position-left .dnb-button__icon, .dnb-button--has-text.dnb-button--has-icon.dnb-button--icon-position-top .dnb-button__icon {
|
|
754
|
+
-webkit-box-ordinal-group: 2;
|
|
755
|
+
-ms-flex-order: 1;
|
|
756
|
+
order: 1; }
|
|
757
|
+
.dnb-button--has-text.dnb-button--has-icon.dnb-button--icon-position-left > *,
|
|
758
|
+
.dnb-button--has-text.dnb-button--has-icon.dnb-button--icon-position-left .dnb-button__text, .dnb-button--has-text.dnb-button--has-icon.dnb-button--icon-position-top > *,
|
|
759
|
+
.dnb-button--has-text.dnb-button--has-icon.dnb-button--icon-position-top .dnb-button__text {
|
|
760
|
+
-webkit-box-ordinal-group: 3;
|
|
761
|
+
-ms-flex-order: 2;
|
|
762
|
+
order: 2; }
|
|
763
|
+
.dnb-button--stretch {
|
|
764
|
+
width: 100%; }
|
|
765
|
+
.dnb-button--reset {
|
|
766
|
+
margin: 0;
|
|
767
|
+
padding: 0;
|
|
768
|
+
width: auto;
|
|
769
|
+
height: auto;
|
|
770
|
+
overflow: visible;
|
|
771
|
+
border: none;
|
|
772
|
+
border-radius: 0;
|
|
773
|
+
background-color: transparent;
|
|
774
|
+
-webkit-appearance: none;
|
|
775
|
+
-moz-appearance: none;
|
|
776
|
+
appearance: none;
|
|
777
|
+
-webkit-box-shadow: none;
|
|
778
|
+
box-shadow: none;
|
|
779
|
+
color: inherit;
|
|
780
|
+
font: inherit;
|
|
781
|
+
text-align: inherit;
|
|
782
|
+
line-height: inherit; }
|
|
783
|
+
html:not([data-whatintent='touch']) .dnb-button--reset:hover[disabled] {
|
|
784
|
+
cursor: not-allowed; }
|
|
785
|
+
html:not([data-whatintent='touch']) .dnb-button--reset:hover:not([disabled]) {
|
|
786
|
+
-webkit-box-shadow: none;
|
|
787
|
+
box-shadow: none;
|
|
788
|
+
border: none; }
|
|
789
|
+
.dnb-button--reset:not([disabled]):focus, .dnb-button--reset:not([disabled]):active {
|
|
790
|
+
outline: none; }
|
|
791
|
+
html[data-whatinput='keyboard'] .dnb-button--reset:not([disabled]):focus, html[data-whatinput='keyboard'] .dnb-button--reset:not([disabled]):active {
|
|
792
|
+
--border-color: var(--color-emerald-green);
|
|
793
|
+
-webkit-box-shadow: 0 0 0 0.125rem var(--border-color);
|
|
794
|
+
box-shadow: 0 0 0 0.125rem var(--border-color);
|
|
795
|
+
border-color: transparent; }
|
|
796
|
+
@media screen and (-ms-high-contrast: none) {
|
|
797
|
+
html[data-whatinput='keyboard'] .dnb-button--reset:not([disabled]):focus, html[data-whatinput='keyboard'] .dnb-button--reset:not([disabled]):active {
|
|
798
|
+
-webkit-box-shadow: 0 0 0 0.125rem #14555a;
|
|
799
|
+
box-shadow: 0 0 0 0.125rem #14555a;
|
|
800
|
+
-webkit-box-shadow: 0 0 0 0.125rem var(--color-emerald-green);
|
|
801
|
+
box-shadow: 0 0 0 0.125rem var(--color-emerald-green); } }
|
|
802
|
+
html[data-whatinput='mouse'] .dnb-button--reset:not([disabled]):focus,
|
|
803
|
+
html[data-whatinput='mouse'] .dnb-button--reset:not([disabled]):active {
|
|
804
|
+
-webkit-box-shadow: none;
|
|
805
|
+
box-shadow: none;
|
|
806
|
+
color: inherit;
|
|
807
|
+
border: none; }
|
|
808
|
+
.dnb-button[type='button'], .dnb-button[type='reset'], .dnb-button[type='submit'] {
|
|
809
|
+
appearance: none;
|
|
810
|
+
-moz-appearance: none;
|
|
811
|
+
-webkit-appearance: none; }
|
|
812
|
+
.dnb-button[disabled] {
|
|
813
|
+
cursor: not-allowed; }
|
|
814
|
+
.dnb-form-row--vertical .dnb-form-row__content > .dnb-button {
|
|
815
|
+
-ms-flex-item-align: start;
|
|
816
|
+
align-self: flex-start; }
|
|
817
|
+
.dnb-form-row--horizontal .dnb-form-row__content .dnb-button__text {
|
|
818
|
+
white-space: nowrap; }
|
|
819
|
+
.dnb-button + .dnb-form-status {
|
|
820
|
+
margin-top: 0.5rem; }
|
|
821
|
+
@media screen and (-ms-high-contrast: none) {
|
|
822
|
+
.dnb-button {
|
|
823
|
+
-webkit-box-flex: 0;
|
|
824
|
+
-ms-flex: none;
|
|
825
|
+
flex: none; }
|
|
826
|
+
.dnb-button__icon, .dnb-button__text {
|
|
827
|
+
-webkit-transform: translateY(-0.0625rem);
|
|
828
|
+
transform: translateY(-0.0625rem); } }
|
|
829
|
+
|
|
830
|
+
/* Firefox includes a hidden border which messes up button dimensions */
|
|
831
|
+
button.dnb-button::-moz-focus-inner {
|
|
832
|
+
border: none; }
|
|
833
|
+
|
|
834
|
+
.dnb-help-button {
|
|
835
|
+
font-family: 'DNB', sans-serif;
|
|
836
|
+
font-family: var(--font-family-default);
|
|
837
|
+
font-weight: normal;
|
|
838
|
+
font-weight: var(--font-weight-basis);
|
|
839
|
+
font-size: 1rem;
|
|
840
|
+
font-size: var(--font-size-small);
|
|
841
|
+
font-style: normal;
|
|
842
|
+
line-height: 1.5rem;
|
|
843
|
+
line-height: var(--line-height-basis);
|
|
844
|
+
color: #333;
|
|
845
|
+
color: var(--color-black-80, #333);
|
|
846
|
+
-moz-osx-font-smoothing: grayscale;
|
|
847
|
+
-webkit-font-smoothing: antialiased;
|
|
848
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
849
|
+
/**
|
|
850
|
+
* Ensure consistency and use the same as HTML reset -> html {...}
|
|
851
|
+
* between base and code package
|
|
852
|
+
*/
|
|
853
|
+
-moz-tab-size: 4;
|
|
854
|
+
-o-tab-size: 4;
|
|
855
|
+
tab-size: 4;
|
|
856
|
+
-ms-text-size-adjust: 100%;
|
|
857
|
+
-webkit-text-size-adjust: 100%;
|
|
858
|
+
word-break: break-word;
|
|
859
|
+
/**
|
|
860
|
+
* 1. Remove repeating backgrounds in all browsers (opinionated).
|
|
861
|
+
* 2. Add border box sizing in all browsers (opinionated).
|
|
862
|
+
*/
|
|
863
|
+
/**
|
|
864
|
+
* 1. Add text decoration inheritance in all browsers (opinionated).
|
|
865
|
+
* 2. Add vertical alignment inheritance in all browsers (opinionated).
|
|
866
|
+
*/
|
|
867
|
+
margin: 0;
|
|
868
|
+
padding: 0; }
|
|
869
|
+
.dnb-help-button *,
|
|
870
|
+
.dnb-help-button ::before,
|
|
871
|
+
.dnb-help-button ::after {
|
|
872
|
+
background-repeat: no-repeat;
|
|
873
|
+
/* 1 */
|
|
874
|
+
-webkit-box-sizing: border-box;
|
|
875
|
+
box-sizing: border-box;
|
|
876
|
+
/* 2 */ }
|
|
877
|
+
.dnb-help-button ::before,
|
|
878
|
+
.dnb-help-button ::after {
|
|
879
|
+
text-decoration: inherit;
|
|
880
|
+
/* 1 */
|
|
881
|
+
vertical-align: inherit;
|
|
882
|
+
/* 2 */ }
|
|
883
|
+
|
|
884
|
+
/*
|
|
885
|
+
* HelpButton component
|
|
886
|
+
*
|
|
887
|
+
* TODO: Set spacing in the theme file, as theme comes later in the stack
|
|
888
|
+
*
|
|
889
|
+
*/
|
|
890
|
+
.dnb-modal__content {
|
|
891
|
+
font-family: 'DNB', sans-serif;
|
|
892
|
+
font-family: var(--font-family-default);
|
|
893
|
+
font-weight: normal;
|
|
894
|
+
font-weight: var(--font-weight-basis);
|
|
895
|
+
font-size: 1rem;
|
|
896
|
+
font-size: var(--font-size-small);
|
|
897
|
+
font-style: normal;
|
|
898
|
+
line-height: 1.5rem;
|
|
899
|
+
line-height: var(--line-height-basis);
|
|
900
|
+
color: #333;
|
|
901
|
+
color: var(--color-black-80, #333);
|
|
902
|
+
-moz-osx-font-smoothing: grayscale;
|
|
903
|
+
-webkit-font-smoothing: antialiased;
|
|
904
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
905
|
+
/**
|
|
906
|
+
* Ensure consistency and use the same as HTML reset -> html {...}
|
|
907
|
+
* between base and code package
|
|
908
|
+
*/
|
|
909
|
+
-moz-tab-size: 4;
|
|
910
|
+
-o-tab-size: 4;
|
|
911
|
+
tab-size: 4;
|
|
912
|
+
-ms-text-size-adjust: 100%;
|
|
913
|
+
-webkit-text-size-adjust: 100%;
|
|
914
|
+
word-break: break-word;
|
|
915
|
+
/**
|
|
916
|
+
* 1. Remove repeating backgrounds in all browsers (opinionated).
|
|
917
|
+
* 2. Add border box sizing in all browsers (opinionated).
|
|
918
|
+
*/
|
|
919
|
+
/**
|
|
920
|
+
* 1. Add text decoration inheritance in all browsers (opinionated).
|
|
921
|
+
* 2. Add vertical alignment inheritance in all browsers (opinionated).
|
|
922
|
+
*/
|
|
923
|
+
margin: 0;
|
|
924
|
+
padding: 0; }
|
|
925
|
+
.dnb-modal__content *,
|
|
926
|
+
.dnb-modal__content ::before,
|
|
927
|
+
.dnb-modal__content ::after {
|
|
928
|
+
background-repeat: no-repeat;
|
|
929
|
+
/* 1 */
|
|
930
|
+
-webkit-box-sizing: border-box;
|
|
931
|
+
box-sizing: border-box;
|
|
932
|
+
/* 2 */ }
|
|
933
|
+
.dnb-modal__content ::before,
|
|
934
|
+
.dnb-modal__content ::after {
|
|
935
|
+
text-decoration: inherit;
|
|
936
|
+
/* 1 */
|
|
937
|
+
vertical-align: inherit;
|
|
938
|
+
/* 2 */ }
|
|
939
|
+
|
|
940
|
+
/*
|
|
941
|
+
* Drawer component
|
|
942
|
+
*
|
|
943
|
+
*/
|
|
944
|
+
/*
|
|
945
|
+
* Modal component
|
|
946
|
+
*
|
|
947
|
+
*/
|
|
948
|
+
@-webkit-keyframes show-modal {
|
|
949
|
+
from {
|
|
950
|
+
opacity: 0.1;
|
|
951
|
+
-webkit-transform: translate3d(0, -1rem, 0);
|
|
952
|
+
transform: translate3d(0, -1rem, 0); }
|
|
953
|
+
to {
|
|
954
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
955
|
+
transform: translate3d(0, 0, 0);
|
|
956
|
+
opacity: 1; } }
|
|
957
|
+
@keyframes show-modal {
|
|
958
|
+
from {
|
|
959
|
+
opacity: 0.1;
|
|
960
|
+
-webkit-transform: translate3d(0, -1rem, 0);
|
|
961
|
+
transform: translate3d(0, -1rem, 0); }
|
|
962
|
+
to {
|
|
963
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
964
|
+
transform: translate3d(0, 0, 0);
|
|
965
|
+
opacity: 1; } }
|
|
966
|
+
|
|
967
|
+
@-webkit-keyframes hide-modal {
|
|
968
|
+
from {
|
|
969
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
970
|
+
transform: translate3d(0, 0, 0);
|
|
971
|
+
opacity: 1; }
|
|
972
|
+
to {
|
|
973
|
+
-webkit-transform: translate3d(0, 1rem, 0);
|
|
974
|
+
transform: translate3d(0, 1rem, 0);
|
|
975
|
+
opacity: 0; } }
|
|
976
|
+
|
|
977
|
+
@keyframes hide-modal {
|
|
978
|
+
from {
|
|
979
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
980
|
+
transform: translate3d(0, 0, 0);
|
|
981
|
+
opacity: 1; }
|
|
982
|
+
to {
|
|
983
|
+
-webkit-transform: translate3d(0, 1rem, 0);
|
|
984
|
+
transform: translate3d(0, 1rem, 0);
|
|
985
|
+
opacity: 0; } }
|
|
986
|
+
|
|
987
|
+
@-webkit-keyframes show-drawer {
|
|
988
|
+
to {
|
|
989
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
990
|
+
transform: translate3d(0, 0, 0);
|
|
991
|
+
opacity: 1; } }
|
|
992
|
+
|
|
993
|
+
@keyframes show-drawer {
|
|
994
|
+
to {
|
|
995
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
996
|
+
transform: translate3d(0, 0, 0);
|
|
997
|
+
opacity: 1; } }
|
|
998
|
+
|
|
999
|
+
@-webkit-keyframes hide-drawer-left {
|
|
1000
|
+
from {
|
|
1001
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
1002
|
+
transform: translate3d(0, 0, 0);
|
|
1003
|
+
opacity: 1; }
|
|
1004
|
+
to {
|
|
1005
|
+
-webkit-transform: translate3d(-20rem, 0, 0);
|
|
1006
|
+
transform: translate3d(-20rem, 0, 0);
|
|
1007
|
+
opacity: 0; } }
|
|
1008
|
+
|
|
1009
|
+
@keyframes hide-drawer-left {
|
|
1010
|
+
from {
|
|
1011
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
1012
|
+
transform: translate3d(0, 0, 0);
|
|
1013
|
+
opacity: 1; }
|
|
1014
|
+
to {
|
|
1015
|
+
-webkit-transform: translate3d(-20rem, 0, 0);
|
|
1016
|
+
transform: translate3d(-20rem, 0, 0);
|
|
1017
|
+
opacity: 0; } }
|
|
1018
|
+
|
|
1019
|
+
@-webkit-keyframes hide-drawer-top {
|
|
1020
|
+
from {
|
|
1021
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
1022
|
+
transform: translate3d(0, 0, 0);
|
|
1023
|
+
opacity: 1; }
|
|
1024
|
+
to {
|
|
1025
|
+
-webkit-transform: translate3d(0, -20rem, 0);
|
|
1026
|
+
transform: translate3d(0, -20rem, 0);
|
|
1027
|
+
opacity: 0; } }
|
|
1028
|
+
|
|
1029
|
+
@keyframes hide-drawer-top {
|
|
1030
|
+
from {
|
|
1031
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
1032
|
+
transform: translate3d(0, 0, 0);
|
|
1033
|
+
opacity: 1; }
|
|
1034
|
+
to {
|
|
1035
|
+
-webkit-transform: translate3d(0, -20rem, 0);
|
|
1036
|
+
transform: translate3d(0, -20rem, 0);
|
|
1037
|
+
opacity: 0; } }
|
|
1038
|
+
|
|
1039
|
+
@-webkit-keyframes hide-drawer-bottom {
|
|
1040
|
+
from {
|
|
1041
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
1042
|
+
transform: translate3d(0, 0, 0);
|
|
1043
|
+
opacity: 1; }
|
|
1044
|
+
to {
|
|
1045
|
+
-webkit-transform: translate3d(0, 20rem, 0);
|
|
1046
|
+
transform: translate3d(0, 20rem, 0);
|
|
1047
|
+
opacity: 0; } }
|
|
1048
|
+
|
|
1049
|
+
@keyframes hide-drawer-bottom {
|
|
1050
|
+
from {
|
|
1051
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
1052
|
+
transform: translate3d(0, 0, 0);
|
|
1053
|
+
opacity: 1; }
|
|
1054
|
+
to {
|
|
1055
|
+
-webkit-transform: translate3d(0, 20rem, 0);
|
|
1056
|
+
transform: translate3d(0, 20rem, 0);
|
|
1057
|
+
opacity: 0; } }
|
|
1058
|
+
|
|
1059
|
+
@-webkit-keyframes hide-drawer-right {
|
|
1060
|
+
from {
|
|
1061
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
1062
|
+
transform: translate3d(0, 0, 0);
|
|
1063
|
+
opacity: 1; }
|
|
1064
|
+
to {
|
|
1065
|
+
-webkit-transform: translate3d(20rem, 0, 0);
|
|
1066
|
+
transform: translate3d(20rem, 0, 0);
|
|
1067
|
+
opacity: 0; } }
|
|
1068
|
+
|
|
1069
|
+
@keyframes hide-drawer-right {
|
|
1070
|
+
from {
|
|
1071
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
1072
|
+
transform: translate3d(0, 0, 0);
|
|
1073
|
+
opacity: 1; }
|
|
1074
|
+
to {
|
|
1075
|
+
-webkit-transform: translate3d(20rem, 0, 0);
|
|
1076
|
+
transform: translate3d(20rem, 0, 0);
|
|
1077
|
+
opacity: 0; } }
|
|
1078
|
+
|
|
1079
|
+
@-webkit-keyframes show-modal-overlay {
|
|
1080
|
+
from {
|
|
1081
|
+
opacity: 0; }
|
|
1082
|
+
to {
|
|
1083
|
+
opacity: 0.32;
|
|
1084
|
+
opacity: var(--modal-overlay-opacity); } }
|
|
1085
|
+
|
|
1086
|
+
@keyframes show-modal-overlay {
|
|
1087
|
+
from {
|
|
1088
|
+
opacity: 0; }
|
|
1089
|
+
to {
|
|
1090
|
+
opacity: 0.32;
|
|
1091
|
+
opacity: var(--modal-overlay-opacity); } }
|
|
1092
|
+
|
|
1093
|
+
@-webkit-keyframes hide-modal-overlay {
|
|
1094
|
+
from {
|
|
1095
|
+
opacity: 0.32;
|
|
1096
|
+
opacity: var(--modal-overlay-opacity); }
|
|
1097
|
+
to {
|
|
1098
|
+
opacity: 0; } }
|
|
1099
|
+
|
|
1100
|
+
@keyframes hide-modal-overlay {
|
|
1101
|
+
from {
|
|
1102
|
+
opacity: 0.32;
|
|
1103
|
+
opacity: var(--modal-overlay-opacity); }
|
|
1104
|
+
to {
|
|
1105
|
+
opacity: 0; } }
|
|
1106
|
+
|
|
1107
|
+
:root {
|
|
1108
|
+
--drawer-width: 40vw;
|
|
1109
|
+
--drawer-min-width: 25rem;
|
|
1110
|
+
--drawer-max-width: 40rem;
|
|
1111
|
+
--drawer-header-min-height: 6rem;
|
|
1112
|
+
--drawer-spacing: 2rem;
|
|
1113
|
+
--drawer-spacing-minus: -2rem; }
|
|
1114
|
+
|
|
1115
|
+
.dnb-drawer {
|
|
1116
|
+
position: relative;
|
|
1117
|
+
max-height: 100vh;
|
|
1118
|
+
width: 100%;
|
|
1119
|
+
height: 100vh;
|
|
1120
|
+
max-width: 100%;
|
|
1121
|
+
border-radius: 0;
|
|
1122
|
+
-webkit-box-shadow: none;
|
|
1123
|
+
box-shadow: none;
|
|
1124
|
+
width: 40vw;
|
|
1125
|
+
width: var(--drawer-width);
|
|
1126
|
+
min-width: 25rem;
|
|
1127
|
+
min-width: var(--drawer-min-width);
|
|
1128
|
+
max-width: 40rem;
|
|
1129
|
+
max-width: var(--drawer-max-width);
|
|
1130
|
+
-webkit-box-shadow: 0 8px 16px rgba(51, 51, 51, 0.08);
|
|
1131
|
+
box-shadow: 0 8px 16px rgba(51, 51, 51, 0.08);
|
|
1132
|
+
-webkit-box-shadow: var(--shadow-default);
|
|
1133
|
+
box-shadow: var(--shadow-default);
|
|
1134
|
+
-moz-user-select: text;
|
|
1135
|
+
-ms-user-select: text;
|
|
1136
|
+
user-select: text;
|
|
1137
|
+
-webkit-user-select: text;
|
|
1138
|
+
border: none;
|
|
1139
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
|
|
1140
|
+
@media screen and (max-width: 40em) {
|
|
1141
|
+
.dnb-drawer {
|
|
1142
|
+
width: 100vw;
|
|
1143
|
+
min-width: auto;
|
|
1144
|
+
max-width: auto; } }
|
|
1145
|
+
@media screen and (max-width: 40em) {
|
|
1146
|
+
.dnb-drawer--auto-fullscreen {
|
|
1147
|
+
width: 100%;
|
|
1148
|
+
height: 100vh;
|
|
1149
|
+
max-width: 100%;
|
|
1150
|
+
border-radius: 0;
|
|
1151
|
+
-webkit-box-shadow: none;
|
|
1152
|
+
box-shadow: none; } }
|
|
1153
|
+
.dnb-drawer__inner {
|
|
1154
|
+
position: relative;
|
|
1155
|
+
display: -webkit-box;
|
|
1156
|
+
display: -ms-flexbox;
|
|
1157
|
+
display: flex;
|
|
1158
|
+
-webkit-box-orient: vertical;
|
|
1159
|
+
-webkit-box-direction: normal;
|
|
1160
|
+
-ms-flex-direction: column;
|
|
1161
|
+
flex-direction: column;
|
|
1162
|
+
z-index: 10;
|
|
1163
|
+
background-color: transparent;
|
|
1164
|
+
background-color: var(--modal-background-color, transparent);
|
|
1165
|
+
width: 100%;
|
|
1166
|
+
height: 100%;
|
|
1167
|
+
overflow-x: hidden; }
|
|
1168
|
+
.dnb-drawer__inner::after {
|
|
1169
|
+
content: '';
|
|
1170
|
+
position: absolute;
|
|
1171
|
+
z-index: -4;
|
|
1172
|
+
left: 0;
|
|
1173
|
+
top: 0;
|
|
1174
|
+
width: 100vw;
|
|
1175
|
+
height: 100%; }
|
|
1176
|
+
.dnb-drawer--spacing .dnb-drawer__inner {
|
|
1177
|
+
padding: 0 2rem 0;
|
|
1178
|
+
padding: 0 var(--drawer-spacing) 0; }
|
|
1179
|
+
@media screen and (min-width: 72em) {
|
|
1180
|
+
.dnb-drawer--spacing .dnb-drawer__inner {
|
|
1181
|
+
padding: 0 3.5rem 0;
|
|
1182
|
+
padding: 0 calc(2rem * 1.75) 0;
|
|
1183
|
+
padding: 0 calc(var(--drawer-spacing)*1.75) 0;
|
|
1184
|
+
padding: 0 calc(var(--drawer-spacing) * 1.75) 0; } }
|
|
1185
|
+
@media screen and (max-width: 50em) {
|
|
1186
|
+
.dnb-drawer--spacing .dnb-drawer__inner {
|
|
1187
|
+
padding: 0 1.5rem 0;
|
|
1188
|
+
padding: 0 calc(2rem / 1.333333) 0;
|
|
1189
|
+
padding: 0 calc(var(--drawer-spacing)/1.33333) 0;
|
|
1190
|
+
padding: 0 calc(var(--drawer-spacing) / 1.333333) 0; } }
|
|
1191
|
+
@media screen and (max-width: 40em) {
|
|
1192
|
+
.dnb-drawer--spacing .dnb-drawer__inner {
|
|
1193
|
+
padding: 0 1rem 0;
|
|
1194
|
+
padding: 0 calc(2rem / 2) 0;
|
|
1195
|
+
padding: 0 calc(var(--drawer-spacing)/2) 0;
|
|
1196
|
+
padding: 0 calc(var(--drawer-spacing) / 2) 0; } }
|
|
1197
|
+
.dnb-drawer__align--centered .dnb-drawer__inner {
|
|
1198
|
+
-webkit-box-align: center;
|
|
1199
|
+
-ms-flex-align: center;
|
|
1200
|
+
align-items: center;
|
|
1201
|
+
-webkit-box-pack: center;
|
|
1202
|
+
-ms-flex-pack: center;
|
|
1203
|
+
justify-content: center; }
|
|
1204
|
+
.dnb-drawer__content {
|
|
1205
|
+
position: relative;
|
|
1206
|
+
z-index: 1;
|
|
1207
|
+
padding-bottom: 4rem;
|
|
1208
|
+
padding-bottom: calc(2rem * 2);
|
|
1209
|
+
padding-bottom: calc(var(--drawer-spacing)*2);
|
|
1210
|
+
padding-bottom: calc(var(--drawer-spacing) * 2); }
|
|
1211
|
+
.dnb-drawer--spacing .dnb-drawer__content {
|
|
1212
|
+
padding-bottom: 4rem;
|
|
1213
|
+
padding-bottom: calc(2rem * 2);
|
|
1214
|
+
padding-bottom: calc(var(--drawer-spacing)*2);
|
|
1215
|
+
padding-bottom: calc(var(--drawer-spacing) * 2); }
|
|
1216
|
+
@supports (-webkit-touch-callout: none) {
|
|
1217
|
+
.dnb-drawer--spacing .dnb-drawer__content {
|
|
1218
|
+
padding-bottom: 16rem;
|
|
1219
|
+
padding-bottom: calc(2rem * 8);
|
|
1220
|
+
padding-bottom: calc(var(--drawer-spacing)*8);
|
|
1221
|
+
padding-bottom: calc(var(--drawer-spacing) * 8); } }
|
|
1222
|
+
.dnb-drawer__align--center .dnb-drawer__content {
|
|
1223
|
+
-webkit-box-align: center;
|
|
1224
|
+
-ms-flex-align: center;
|
|
1225
|
+
align-items: center;
|
|
1226
|
+
text-align: center; }
|
|
1227
|
+
.dnb-drawer__align--right .dnb-drawer__content {
|
|
1228
|
+
-webkit-box-align: end;
|
|
1229
|
+
-ms-flex-align: end;
|
|
1230
|
+
align-items: flex-end;
|
|
1231
|
+
text-align: right; }
|
|
1232
|
+
.dnb-drawer--top, .dnb-drawer--bottom {
|
|
1233
|
+
max-width: 100%;
|
|
1234
|
+
width: 100vw;
|
|
1235
|
+
height: 40vh; }
|
|
1236
|
+
@media screen and (max-height: 40em) {
|
|
1237
|
+
.dnb-drawer--top, .dnb-drawer--bottom {
|
|
1238
|
+
height: 100vw;
|
|
1239
|
+
min-height: auto;
|
|
1240
|
+
max-height: auto; } }
|
|
1241
|
+
.dnb-drawer--fullscreen {
|
|
1242
|
+
width: 100%;
|
|
1243
|
+
height: 100vh;
|
|
1244
|
+
max-width: 100%;
|
|
1245
|
+
border-radius: 0;
|
|
1246
|
+
-webkit-box-shadow: none;
|
|
1247
|
+
box-shadow: none; }
|
|
1248
|
+
html:not([data-visual-test]) .dnb-drawer {
|
|
1249
|
+
opacity: 0.1;
|
|
1250
|
+
-webkit-animation: show-drawer 300ms ease-out forwards;
|
|
1251
|
+
animation: show-drawer 300ms ease-out forwards;
|
|
1252
|
+
-webkit-animation: show-drawer var(--modal-animation-duration) ease-out forwards;
|
|
1253
|
+
animation: show-drawer var(--modal-animation-duration) ease-out forwards; }
|
|
1254
|
+
html:not([data-visual-test]) .dnb-drawer--left {
|
|
1255
|
+
-webkit-transform: translate3d(-20rem, 0, 0);
|
|
1256
|
+
transform: translate3d(-20rem, 0, 0); }
|
|
1257
|
+
html:not([data-visual-test]) .dnb-drawer--right {
|
|
1258
|
+
-webkit-transform: translate3d(20rem, 0, 0);
|
|
1259
|
+
transform: translate3d(20rem, 0, 0); }
|
|
1260
|
+
html:not([data-visual-test]) .dnb-drawer--top {
|
|
1261
|
+
-webkit-transform: translate3d(0, -20rem, 0);
|
|
1262
|
+
transform: translate3d(0, -20rem, 0); }
|
|
1263
|
+
html:not([data-visual-test]) .dnb-drawer--bottom {
|
|
1264
|
+
-webkit-transform: translate3d(0, 20rem, 0);
|
|
1265
|
+
transform: translate3d(0, 20rem, 0); }
|
|
1266
|
+
html:not([data-visual-test]) .dnb-drawer--hide.dnb-drawer--left {
|
|
1267
|
+
-webkit-animation: hide-drawer-left 300ms ease-in-out forwards;
|
|
1268
|
+
animation: hide-drawer-left 300ms ease-in-out forwards;
|
|
1269
|
+
-webkit-animation: hide-drawer-left var(--modal-animation-duration) ease-in-out forwards;
|
|
1270
|
+
animation: hide-drawer-left var(--modal-animation-duration) ease-in-out forwards; }
|
|
1271
|
+
html:not([data-visual-test]) .dnb-drawer--hide.dnb-drawer--right {
|
|
1272
|
+
-webkit-animation: hide-drawer-right 300ms ease-in-out forwards;
|
|
1273
|
+
animation: hide-drawer-right 300ms ease-in-out forwards;
|
|
1274
|
+
-webkit-animation: hide-drawer-right var(--modal-animation-duration) ease-in-out forwards;
|
|
1275
|
+
animation: hide-drawer-right var(--modal-animation-duration) ease-in-out forwards; }
|
|
1276
|
+
html:not([data-visual-test]) .dnb-drawer--hide.dnb-drawer--top {
|
|
1277
|
+
-webkit-animation: hide-drawer-top 300ms ease-in-out forwards;
|
|
1278
|
+
animation: hide-drawer-top 300ms ease-in-out forwards;
|
|
1279
|
+
-webkit-animation: hide-drawer-top var(--modal-animation-duration) ease-in-out forwards;
|
|
1280
|
+
animation: hide-drawer-top var(--modal-animation-duration) ease-in-out forwards; }
|
|
1281
|
+
html:not([data-visual-test]) .dnb-drawer--hide.dnb-drawer--bottom {
|
|
1282
|
+
-webkit-animation: hide-drawer-bottom 300ms ease-in-out forwards;
|
|
1283
|
+
animation: hide-drawer-bottom 300ms ease-in-out forwards;
|
|
1284
|
+
-webkit-animation: hide-drawer-bottom var(--modal-animation-duration) ease-in-out forwards;
|
|
1285
|
+
animation: hide-drawer-bottom var(--modal-animation-duration) ease-in-out forwards; }
|
|
1286
|
+
.dnb-drawer--no-animation {
|
|
1287
|
+
-webkit-animation-duration: 0ms !important;
|
|
1288
|
+
animation-duration: 0ms !important; }
|
|
1289
|
+
@media screen and (max-width: 40em) {
|
|
1290
|
+
.dnb-drawer--no-animation-on-mobile {
|
|
1291
|
+
-webkit-animation-duration: 0ms !important;
|
|
1292
|
+
animation-duration: 0ms !important; } }
|
|
1293
|
+
.dnb-drawer__root {
|
|
1294
|
+
-webkit-box-align: start;
|
|
1295
|
+
-ms-flex-align: start;
|
|
1296
|
+
align-items: flex-start;
|
|
1297
|
+
-webkit-box-pack: start;
|
|
1298
|
+
-ms-flex-pack: start;
|
|
1299
|
+
justify-content: flex-start; }
|
|
1300
|
+
.dnb-drawer__title ~ .dnb-drawer__content {
|
|
1301
|
+
padding-top: 1.5rem;
|
|
1302
|
+
padding-top: calc(2rem / 1.333333);
|
|
1303
|
+
padding-top: calc(var(--drawer-spacing)/1.33333);
|
|
1304
|
+
padding-top: calc(var(--drawer-spacing) / 1.333333); }
|
|
1305
|
+
.dnb-drawer .dnb-drawer__header [class*='dnb-h--'],
|
|
1306
|
+
.dnb-drawer .dnb-drawer__header .dnb-drawer__title {
|
|
1307
|
+
padding: 0; }
|
|
1308
|
+
.dnb-drawer .dnb-drawer__header [class*='dnb-h--']:not([class*='__top']),
|
|
1309
|
+
.dnb-drawer .dnb-drawer__header .dnb-drawer__title:not([class*='__top']) {
|
|
1310
|
+
margin-top: 0; }
|
|
1311
|
+
.dnb-drawer .dnb-drawer__header [class*='dnb-h--']:not([class*='__bottom']),
|
|
1312
|
+
.dnb-drawer .dnb-drawer__header .dnb-drawer__title:not([class*='__bottom']) {
|
|
1313
|
+
margin-bottom: 0; }
|
|
1314
|
+
.dnb-drawer .dnb-drawer__header::after {
|
|
1315
|
+
top: -500%;
|
|
1316
|
+
height: 600%; }
|
|
1317
|
+
.dnb-drawer--spacing .dnb-drawer__header {
|
|
1318
|
+
min-height: 6rem;
|
|
1319
|
+
min-height: var(--drawer-header-min-height); }
|
|
1320
|
+
.dnb-drawer--spacing .dnb-drawer__header .dnb-tabs {
|
|
1321
|
+
margin-top: 3.5rem; }
|
|
1322
|
+
.dnb-drawer__body {
|
|
1323
|
+
padding-bottom: 4rem;
|
|
1324
|
+
padding-bottom: calc(2rem * 2);
|
|
1325
|
+
padding-bottom: calc(var(--drawer-spacing)*2);
|
|
1326
|
+
padding-bottom: calc(var(--drawer-spacing) * 2);
|
|
1327
|
+
margin-bottom: -4rem;
|
|
1328
|
+
margin-bottom: calc(-2rem * 2);
|
|
1329
|
+
margin-bottom: calc(var(--drawer-spacing-minus)*2);
|
|
1330
|
+
margin-bottom: calc(var(--drawer-spacing-minus) * 2); }
|
|
1331
|
+
@supports (-webkit-touch-callout: none) {
|
|
1332
|
+
.dnb-drawer__body {
|
|
1333
|
+
padding-bottom: -16rem;
|
|
1334
|
+
padding-bottom: calc(-2rem * 8);
|
|
1335
|
+
padding-bottom: calc(var(--drawer-spacing-minus)*8);
|
|
1336
|
+
padding-bottom: calc(var(--drawer-spacing-minus) * 8); } }
|
|
1337
|
+
.dnb-drawer__navigation.dnb-section {
|
|
1338
|
+
display: -webkit-box;
|
|
1339
|
+
display: -ms-flexbox;
|
|
1340
|
+
display: flex;
|
|
1341
|
+
-webkit-box-orient: horizontal;
|
|
1342
|
+
-webkit-box-direction: normal;
|
|
1343
|
+
-ms-flex-direction: row;
|
|
1344
|
+
flex-direction: row;
|
|
1345
|
+
-webkit-box-pack: justify;
|
|
1346
|
+
-ms-flex-pack: justify;
|
|
1347
|
+
justify-content: space-between; }
|
|
1348
|
+
.dnb-drawer--spacing .dnb-drawer__navigation.dnb-section {
|
|
1349
|
+
position: sticky;
|
|
1350
|
+
top: 0;
|
|
1351
|
+
z-index: 99;
|
|
1352
|
+
margin: 3.5rem 0;
|
|
1353
|
+
margin: calc(2rem * 1.75) 0;
|
|
1354
|
+
margin: calc(var(--drawer-spacing)*1.75) 0;
|
|
1355
|
+
margin: calc(var(--drawer-spacing) * 1.75) 0; }
|
|
1356
|
+
@media screen and (max-width: 50em) {
|
|
1357
|
+
.dnb-drawer--spacing .dnb-drawer__navigation.dnb-section {
|
|
1358
|
+
margin: 2rem 0;
|
|
1359
|
+
margin: var(--drawer-spacing) 0; } }
|
|
1360
|
+
.dnb-drawer--spacing .dnb-drawer__navigation.dnb-section.dnb-drawer__navigation--sticky {
|
|
1361
|
+
z-index: 2999; }
|
|
1362
|
+
.dnb-drawer .dnb-drawer__navigation--sticky::before {
|
|
1363
|
+
content: '';
|
|
1364
|
+
position: absolute;
|
|
1365
|
+
z-index: -1;
|
|
1366
|
+
left: -50%;
|
|
1367
|
+
right: -50%;
|
|
1368
|
+
bottom: 0;
|
|
1369
|
+
height: 300%;
|
|
1370
|
+
-webkit-box-shadow: 0 8px 16px rgba(51, 51, 51, 0.08);
|
|
1371
|
+
box-shadow: 0 8px 16px rgba(51, 51, 51, 0.08);
|
|
1372
|
+
-webkit-box-shadow: var(--shadow-default);
|
|
1373
|
+
box-shadow: var(--shadow-default); }
|
|
1374
|
+
.dnb-drawer .dnb-drawer__navigation:not(.dnb-drawer__navigation--sticky)::after {
|
|
1375
|
+
color: transparent; }
|
|
1376
|
+
@media screen and (max-width: 40em) {
|
|
1377
|
+
.dnb-drawer--no-animation-on-mobile {
|
|
1378
|
+
-webkit-animation-delay: 0ms !important;
|
|
1379
|
+
animation-delay: 0ms !important;
|
|
1380
|
+
-webkit-animation-duration: 0ms !important;
|
|
1381
|
+
animation-duration: 0ms !important; } }
|
|
1382
|
+
|
|
1383
|
+
[data-visual-test].hide-page-content #___gatsby {
|
|
1384
|
+
opacity: 0; }
|
|
1385
|
+
|
|
1386
|
+
/*
|
|
1387
|
+
* Dialog component
|
|
1388
|
+
*
|
|
1389
|
+
*/
|
|
1390
|
+
/*
|
|
1391
|
+
* Modal component
|
|
1392
|
+
*
|
|
1393
|
+
*/
|
|
1394
|
+
@keyframes show-modal {
|
|
1395
|
+
from {
|
|
1396
|
+
opacity: 0.1;
|
|
1397
|
+
-webkit-transform: translate3d(0, -1rem, 0);
|
|
1398
|
+
transform: translate3d(0, -1rem, 0); }
|
|
1399
|
+
to {
|
|
1400
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
1401
|
+
transform: translate3d(0, 0, 0);
|
|
1402
|
+
opacity: 1; } }
|
|
1403
|
+
|
|
1404
|
+
@keyframes hide-modal {
|
|
1405
|
+
from {
|
|
1406
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
1407
|
+
transform: translate3d(0, 0, 0);
|
|
1408
|
+
opacity: 1; }
|
|
1409
|
+
to {
|
|
1410
|
+
-webkit-transform: translate3d(0, 1rem, 0);
|
|
1411
|
+
transform: translate3d(0, 1rem, 0);
|
|
1412
|
+
opacity: 0; } }
|
|
1413
|
+
|
|
1414
|
+
@keyframes show-drawer {
|
|
1415
|
+
to {
|
|
1416
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
1417
|
+
transform: translate3d(0, 0, 0);
|
|
1418
|
+
opacity: 1; } }
|
|
1419
|
+
|
|
1420
|
+
@keyframes hide-drawer-left {
|
|
1421
|
+
from {
|
|
1422
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
1423
|
+
transform: translate3d(0, 0, 0);
|
|
1424
|
+
opacity: 1; }
|
|
1425
|
+
to {
|
|
1426
|
+
-webkit-transform: translate3d(-20rem, 0, 0);
|
|
1427
|
+
transform: translate3d(-20rem, 0, 0);
|
|
1428
|
+
opacity: 0; } }
|
|
1429
|
+
|
|
1430
|
+
@keyframes hide-drawer-top {
|
|
1431
|
+
from {
|
|
1432
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
1433
|
+
transform: translate3d(0, 0, 0);
|
|
1434
|
+
opacity: 1; }
|
|
1435
|
+
to {
|
|
1436
|
+
-webkit-transform: translate3d(0, -20rem, 0);
|
|
1437
|
+
transform: translate3d(0, -20rem, 0);
|
|
1438
|
+
opacity: 0; } }
|
|
1439
|
+
|
|
1440
|
+
@keyframes hide-drawer-bottom {
|
|
1441
|
+
from {
|
|
1442
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
1443
|
+
transform: translate3d(0, 0, 0);
|
|
1444
|
+
opacity: 1; }
|
|
1445
|
+
to {
|
|
1446
|
+
-webkit-transform: translate3d(0, 20rem, 0);
|
|
1447
|
+
transform: translate3d(0, 20rem, 0);
|
|
1448
|
+
opacity: 0; } }
|
|
1449
|
+
|
|
1450
|
+
@keyframes hide-drawer-right {
|
|
1451
|
+
from {
|
|
1452
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
1453
|
+
transform: translate3d(0, 0, 0);
|
|
1454
|
+
opacity: 1; }
|
|
1455
|
+
to {
|
|
1456
|
+
-webkit-transform: translate3d(20rem, 0, 0);
|
|
1457
|
+
transform: translate3d(20rem, 0, 0);
|
|
1458
|
+
opacity: 0; } }
|
|
1459
|
+
|
|
1460
|
+
@keyframes show-modal-overlay {
|
|
1461
|
+
from {
|
|
1462
|
+
opacity: 0; }
|
|
1463
|
+
to {
|
|
1464
|
+
opacity: 0.32;
|
|
1465
|
+
opacity: var(--modal-overlay-opacity); } }
|
|
1466
|
+
|
|
1467
|
+
@keyframes hide-modal-overlay {
|
|
1468
|
+
from {
|
|
1469
|
+
opacity: 0.32;
|
|
1470
|
+
opacity: var(--modal-overlay-opacity); }
|
|
1471
|
+
to {
|
|
1472
|
+
opacity: 0; } }
|
|
1473
|
+
|
|
1474
|
+
:root {
|
|
1475
|
+
--dialog-min-width: 320px;
|
|
1476
|
+
--dialog-avg-width: 60vw;
|
|
1477
|
+
--dialog-max-width: 60rem;
|
|
1478
|
+
--dialog-spacing: 2rem;
|
|
1479
|
+
--dialog-spacing-minus: -2rem; }
|
|
1480
|
+
|
|
1481
|
+
.dnb-dialog {
|
|
1482
|
+
position: relative;
|
|
1483
|
+
width: 60vw;
|
|
1484
|
+
width: var(--dialog-avg-width);
|
|
1485
|
+
min-width: 320px;
|
|
1486
|
+
min-width: var(--dialog-min-width);
|
|
1487
|
+
max-width: 60rem;
|
|
1488
|
+
max-width: var(--dialog-max-width);
|
|
1489
|
+
max-height: 100vh;
|
|
1490
|
+
-webkit-box-shadow: 0 8px 16px rgba(51, 51, 51, 0.08);
|
|
1491
|
+
box-shadow: 0 8px 16px rgba(51, 51, 51, 0.08);
|
|
1492
|
+
-webkit-box-shadow: var(--shadow-default);
|
|
1493
|
+
box-shadow: var(--shadow-default);
|
|
1494
|
+
border-radius: 0.5rem;
|
|
1495
|
+
-moz-user-select: text;
|
|
1496
|
+
-ms-user-select: text;
|
|
1497
|
+
user-select: text;
|
|
1498
|
+
-webkit-user-select: text;
|
|
1499
|
+
border: none;
|
|
1500
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
|
|
1501
|
+
@media screen and (max-width: 40em) {
|
|
1502
|
+
.dnb-dialog--auto-fullscreen {
|
|
1503
|
+
width: 100%;
|
|
1504
|
+
height: 100vh;
|
|
1505
|
+
max-width: 100%;
|
|
1506
|
+
border-radius: 0;
|
|
1507
|
+
-webkit-box-shadow: none;
|
|
1508
|
+
box-shadow: none; } }
|
|
1509
|
+
.dnb-dialog--fullscreen {
|
|
1510
|
+
width: 100%;
|
|
1511
|
+
height: 100vh;
|
|
1512
|
+
max-width: 100%;
|
|
1513
|
+
border-radius: 0;
|
|
1514
|
+
-webkit-box-shadow: none;
|
|
1515
|
+
box-shadow: none; }
|
|
1516
|
+
@supports (-webkit-touch-callout: none) {
|
|
1517
|
+
@media (max-height: 40em) and (orientation: landscape) {
|
|
1518
|
+
.dnb-dialog:not(.dnb-dialog--fullscreen) {
|
|
1519
|
+
max-height: 80vh; } } }
|
|
1520
|
+
.dnb-dialog__inner {
|
|
1521
|
+
position: relative;
|
|
1522
|
+
display: -webkit-box;
|
|
1523
|
+
display: -ms-flexbox;
|
|
1524
|
+
display: flex;
|
|
1525
|
+
-webkit-box-orient: vertical;
|
|
1526
|
+
-webkit-box-direction: normal;
|
|
1527
|
+
-ms-flex-direction: column;
|
|
1528
|
+
flex-direction: column;
|
|
1529
|
+
width: 100%;
|
|
1530
|
+
height: 100%;
|
|
1531
|
+
overflow-x: hidden; }
|
|
1532
|
+
.dnb-dialog__inner::after {
|
|
1533
|
+
content: '';
|
|
1534
|
+
position: absolute;
|
|
1535
|
+
z-index: -4;
|
|
1536
|
+
left: 0;
|
|
1537
|
+
top: 0;
|
|
1538
|
+
width: 100vw;
|
|
1539
|
+
height: 100%; }
|
|
1540
|
+
.dnb-dialog--spacing .dnb-dialog__inner {
|
|
1541
|
+
padding: 0 2rem 0;
|
|
1542
|
+
padding: 0 var(--dialog-spacing) 0; }
|
|
1543
|
+
@media screen and (min-width: 72em) {
|
|
1544
|
+
.dnb-dialog--spacing .dnb-dialog__inner {
|
|
1545
|
+
padding: 0 3.5rem 0;
|
|
1546
|
+
padding: 0 calc(2rem * 1.75) 0;
|
|
1547
|
+
padding: 0 calc(var(--dialog-spacing)*1.75) 0;
|
|
1548
|
+
padding: 0 calc(var(--dialog-spacing) * 1.75) 0; } }
|
|
1549
|
+
@media screen and (max-width: 50em) {
|
|
1550
|
+
.dnb-dialog--spacing .dnb-dialog__inner {
|
|
1551
|
+
padding: 0 1.5rem 0;
|
|
1552
|
+
padding: 0 calc(2rem / 1.333333) 0;
|
|
1553
|
+
padding: 0 calc(var(--dialog-spacing)/1.33333) 0;
|
|
1554
|
+
padding: 0 calc(var(--dialog-spacing) / 1.333333) 0; } }
|
|
1555
|
+
@media screen and (max-width: 40em) {
|
|
1556
|
+
.dnb-dialog--spacing .dnb-dialog__inner {
|
|
1557
|
+
padding: 0 1rem 0;
|
|
1558
|
+
padding: 0 calc(2rem / 2) 0;
|
|
1559
|
+
padding: 0 calc(var(--dialog-spacing)/2) 0;
|
|
1560
|
+
padding: 0 calc(var(--dialog-spacing) / 2) 0; } }
|
|
1561
|
+
.dnb-dialog__align--centered .dnb-dialog__inner {
|
|
1562
|
+
-webkit-box-align: center;
|
|
1563
|
+
-ms-flex-align: center;
|
|
1564
|
+
align-items: center;
|
|
1565
|
+
-webkit-box-pack: center;
|
|
1566
|
+
-ms-flex-pack: center;
|
|
1567
|
+
justify-content: center; }
|
|
1568
|
+
html:not([data-visual-test]) .dnb-dialog {
|
|
1569
|
+
-webkit-animation: show-modal 300ms ease-out forwards;
|
|
1570
|
+
animation: show-modal 300ms ease-out forwards;
|
|
1571
|
+
-webkit-animation: show-modal var(--modal-animation-duration) ease-out forwards;
|
|
1572
|
+
animation: show-modal var(--modal-animation-duration) ease-out forwards; }
|
|
1573
|
+
html:not([data-visual-test]) .dnb-dialog--hide {
|
|
1574
|
+
-webkit-animation: hide-modal 220ms ease-in-out forwards;
|
|
1575
|
+
animation: hide-modal 220ms ease-in-out forwards; }
|
|
1576
|
+
.dnb-dialog--no-animation {
|
|
1577
|
+
-webkit-animation-duration: 0ms !important;
|
|
1578
|
+
animation-duration: 0ms !important; }
|
|
1579
|
+
@media screen and (max-width: 40em) {
|
|
1580
|
+
.dnb-dialog--no-animation-on-mobile {
|
|
1581
|
+
-webkit-animation-delay: 0ms !important;
|
|
1582
|
+
animation-delay: 0ms !important;
|
|
1583
|
+
-webkit-animation-duration: 0ms !important;
|
|
1584
|
+
animation-duration: 0ms !important; } }
|
|
1585
|
+
.dnb-dialog__content {
|
|
1586
|
+
position: relative;
|
|
1587
|
+
z-index: 1; }
|
|
1588
|
+
.dnb-dialog--spacing .dnb-dialog__content {
|
|
1589
|
+
padding-bottom: 4rem;
|
|
1590
|
+
padding-bottom: calc(2rem * 2);
|
|
1591
|
+
padding-bottom: calc(var(--dialog-spacing)*2);
|
|
1592
|
+
padding-bottom: calc(var(--dialog-spacing) * 2); }
|
|
1593
|
+
@supports (-webkit-touch-callout: none) {
|
|
1594
|
+
.dnb-dialog--spacing .dnb-dialog__content {
|
|
1595
|
+
padding-bottom: 16rem;
|
|
1596
|
+
padding-bottom: calc(2rem * 8);
|
|
1597
|
+
padding-bottom: calc(var(--dialog-spacing)*8);
|
|
1598
|
+
padding-bottom: calc(var(--dialog-spacing) * 8); } }
|
|
1599
|
+
.dnb-dialog__align--center .dnb-dialog__content {
|
|
1600
|
+
-webkit-box-align: center;
|
|
1601
|
+
-ms-flex-align: center;
|
|
1602
|
+
align-items: center;
|
|
1603
|
+
text-align: center; }
|
|
1604
|
+
.dnb-dialog__align--right .dnb-dialog__content {
|
|
1605
|
+
-webkit-box-align: end;
|
|
1606
|
+
-ms-flex-align: end;
|
|
1607
|
+
align-items: flex-end;
|
|
1608
|
+
text-align: right; }
|
|
1609
|
+
.dnb-dialog__title ~ .dnb-dialog__content {
|
|
1610
|
+
padding-top: 1rem;
|
|
1611
|
+
padding-top: calc(2rem / 2);
|
|
1612
|
+
padding-top: calc(var(--dialog-spacing)/2);
|
|
1613
|
+
padding-top: calc(var(--dialog-spacing) / 2); }
|
|
1614
|
+
.dnb-dialog .dnb-dialog__header [class*='dnb-h--'],
|
|
1615
|
+
.dnb-dialog .dnb-dialog__header .dnb-modal__title {
|
|
1616
|
+
padding: 0; }
|
|
1617
|
+
.dnb-dialog .dnb-dialog__header [class*='dnb-h--']:not([class*='__top']),
|
|
1618
|
+
.dnb-dialog .dnb-dialog__header .dnb-modal__title:not([class*='__top']) {
|
|
1619
|
+
margin-top: 0; }
|
|
1620
|
+
.dnb-dialog .dnb-dialog__header [class*='dnb-h--']:not([class*='__bottom']),
|
|
1621
|
+
.dnb-dialog .dnb-dialog__header .dnb-modal__title:not([class*='__bottom']) {
|
|
1622
|
+
margin-bottom: 0; }
|
|
1623
|
+
.dnb-dialog .dnb-dialog__header::after {
|
|
1624
|
+
top: -500%;
|
|
1625
|
+
height: 600%; }
|
|
1626
|
+
.dnb-dialog--spacing .dnb-dialog__header .dnb-tabs {
|
|
1627
|
+
margin-top: 3.5rem; }
|
|
1628
|
+
.dnb-dialog__body {
|
|
1629
|
+
padding-bottom: 4rem;
|
|
1630
|
+
padding-bottom: calc(2rem * 2);
|
|
1631
|
+
padding-bottom: calc(var(--dialog-spacing)*2);
|
|
1632
|
+
padding-bottom: calc(var(--dialog-spacing) * 2);
|
|
1633
|
+
margin-bottom: -4rem;
|
|
1634
|
+
margin-bottom: calc(-2rem * 2);
|
|
1635
|
+
margin-bottom: calc(var(--dialog-spacing-minus)*2);
|
|
1636
|
+
margin-bottom: calc(var(--dialog-spacing-minus) * 2); }
|
|
1637
|
+
.dnb-dialog__navigation.dnb-section {
|
|
1638
|
+
display: -webkit-box;
|
|
1639
|
+
display: -ms-flexbox;
|
|
1640
|
+
display: flex;
|
|
1641
|
+
-webkit-box-orient: horizontal;
|
|
1642
|
+
-webkit-box-direction: normal;
|
|
1643
|
+
-ms-flex-direction: row;
|
|
1644
|
+
flex-direction: row;
|
|
1645
|
+
-webkit-box-pack: justify;
|
|
1646
|
+
-ms-flex-pack: justify;
|
|
1647
|
+
justify-content: space-between; }
|
|
1648
|
+
.dnb-dialog--spacing .dnb-dialog__navigation.dnb-section {
|
|
1649
|
+
margin-top: 3.5rem;
|
|
1650
|
+
margin-top: calc(2rem * 1.75);
|
|
1651
|
+
margin-top: calc(var(--dialog-spacing)*1.75);
|
|
1652
|
+
margin-top: calc(var(--dialog-spacing) * 1.75);
|
|
1653
|
+
margin-bottom: 1rem;
|
|
1654
|
+
margin-bottom: calc(2rem / 2);
|
|
1655
|
+
margin-bottom: calc(var(--dialog-spacing)/2);
|
|
1656
|
+
margin-bottom: calc(var(--dialog-spacing) / 2); }
|
|
1657
|
+
@media screen and (max-width: 50em) {
|
|
1658
|
+
.dnb-dialog--spacing .dnb-dialog__navigation.dnb-section {
|
|
1659
|
+
margin-top: 1rem;
|
|
1660
|
+
margin-top: calc(2rem / 2);
|
|
1661
|
+
margin-top: calc(var(--dialog-spacing)/2);
|
|
1662
|
+
margin-top: calc(var(--dialog-spacing) / 2); } }
|
|
1663
|
+
|
|
1664
|
+
[data-visual-test].hide-page-content #___gatsby {
|
|
1665
|
+
opacity: 0; }
|
|
1666
|
+
|
|
1667
|
+
/*
|
|
1668
|
+
* Modal component
|
|
1669
|
+
*
|
|
1670
|
+
*/
|
|
1671
|
+
/*
|
|
1672
|
+
* Modal component
|
|
1673
|
+
*
|
|
1674
|
+
*/
|
|
1675
|
+
@keyframes show-modal {
|
|
1676
|
+
from {
|
|
1677
|
+
opacity: 0.1;
|
|
1678
|
+
-webkit-transform: translate3d(0, -1rem, 0);
|
|
1679
|
+
transform: translate3d(0, -1rem, 0); }
|
|
1680
|
+
to {
|
|
1681
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
1682
|
+
transform: translate3d(0, 0, 0);
|
|
1683
|
+
opacity: 1; } }
|
|
1684
|
+
|
|
1685
|
+
@keyframes hide-modal {
|
|
1686
|
+
from {
|
|
1687
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
1688
|
+
transform: translate3d(0, 0, 0);
|
|
1689
|
+
opacity: 1; }
|
|
1690
|
+
to {
|
|
1691
|
+
-webkit-transform: translate3d(0, 1rem, 0);
|
|
1692
|
+
transform: translate3d(0, 1rem, 0);
|
|
1693
|
+
opacity: 0; } }
|
|
1694
|
+
|
|
1695
|
+
@keyframes show-drawer {
|
|
1696
|
+
to {
|
|
1697
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
1698
|
+
transform: translate3d(0, 0, 0);
|
|
1699
|
+
opacity: 1; } }
|
|
1700
|
+
|
|
1701
|
+
@keyframes hide-drawer-left {
|
|
1702
|
+
from {
|
|
1703
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
1704
|
+
transform: translate3d(0, 0, 0);
|
|
1705
|
+
opacity: 1; }
|
|
1706
|
+
to {
|
|
1707
|
+
-webkit-transform: translate3d(-20rem, 0, 0);
|
|
1708
|
+
transform: translate3d(-20rem, 0, 0);
|
|
1709
|
+
opacity: 0; } }
|
|
1710
|
+
|
|
1711
|
+
@keyframes hide-drawer-top {
|
|
1712
|
+
from {
|
|
1713
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
1714
|
+
transform: translate3d(0, 0, 0);
|
|
1715
|
+
opacity: 1; }
|
|
1716
|
+
to {
|
|
1717
|
+
-webkit-transform: translate3d(0, -20rem, 0);
|
|
1718
|
+
transform: translate3d(0, -20rem, 0);
|
|
1719
|
+
opacity: 0; } }
|
|
1720
|
+
|
|
1721
|
+
@keyframes hide-drawer-bottom {
|
|
1722
|
+
from {
|
|
1723
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
1724
|
+
transform: translate3d(0, 0, 0);
|
|
1725
|
+
opacity: 1; }
|
|
1726
|
+
to {
|
|
1727
|
+
-webkit-transform: translate3d(0, 20rem, 0);
|
|
1728
|
+
transform: translate3d(0, 20rem, 0);
|
|
1729
|
+
opacity: 0; } }
|
|
1730
|
+
|
|
1731
|
+
@keyframes hide-drawer-right {
|
|
1732
|
+
from {
|
|
1733
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
1734
|
+
transform: translate3d(0, 0, 0);
|
|
1735
|
+
opacity: 1; }
|
|
1736
|
+
to {
|
|
1737
|
+
-webkit-transform: translate3d(20rem, 0, 0);
|
|
1738
|
+
transform: translate3d(20rem, 0, 0);
|
|
1739
|
+
opacity: 0; } }
|
|
1740
|
+
|
|
1741
|
+
@keyframes show-modal-overlay {
|
|
1742
|
+
from {
|
|
1743
|
+
opacity: 0; }
|
|
1744
|
+
to {
|
|
1745
|
+
opacity: 0.32;
|
|
1746
|
+
opacity: var(--modal-overlay-opacity); } }
|
|
1747
|
+
|
|
1748
|
+
@keyframes hide-modal-overlay {
|
|
1749
|
+
from {
|
|
1750
|
+
opacity: 0.32;
|
|
1751
|
+
opacity: var(--modal-overlay-opacity); }
|
|
1752
|
+
to {
|
|
1753
|
+
opacity: 0; } }
|
|
1754
|
+
|
|
1755
|
+
:root {
|
|
1756
|
+
--modal-z-index: 3000;
|
|
1757
|
+
--modal-animation-duration: 300ms;
|
|
1758
|
+
--modal-overlay-bg: black;
|
|
1759
|
+
--modal-overlay-opacity: 0.32; }
|
|
1760
|
+
|
|
1761
|
+
html[data-dnb-modal-active] {
|
|
1762
|
+
-moz-user-select: none;
|
|
1763
|
+
-ms-user-select: none;
|
|
1764
|
+
user-select: none;
|
|
1765
|
+
-webkit-user-select: none; }
|
|
1766
|
+
|
|
1767
|
+
#dnb-modal-root {
|
|
1768
|
+
position: absolute;
|
|
1769
|
+
top: 0;
|
|
1770
|
+
left: 0; }
|
|
1771
|
+
|
|
1772
|
+
.dnb-modal {
|
|
1773
|
+
/* stylelint-disable-next-line */ }
|
|
1774
|
+
.dnb-modal__content {
|
|
1775
|
+
position: fixed;
|
|
1776
|
+
top: 0;
|
|
1777
|
+
left: 0;
|
|
1778
|
+
z-index: 3001;
|
|
1779
|
+
z-index: calc(3000 + 1);
|
|
1780
|
+
z-index: calc(var(--modal-z-index) + 1);
|
|
1781
|
+
display: -webkit-box;
|
|
1782
|
+
display: -ms-flexbox;
|
|
1783
|
+
display: flex;
|
|
1784
|
+
-webkit-box-align: center;
|
|
1785
|
+
-ms-flex-align: center;
|
|
1786
|
+
align-items: center;
|
|
1787
|
+
-webkit-box-pack: center;
|
|
1788
|
+
-ms-flex-pack: center;
|
|
1789
|
+
justify-content: center;
|
|
1790
|
+
max-width: 100vw;
|
|
1791
|
+
width: 100%;
|
|
1792
|
+
height: 100%;
|
|
1793
|
+
-moz-user-select: none;
|
|
1794
|
+
-ms-user-select: none;
|
|
1795
|
+
user-select: none;
|
|
1796
|
+
-webkit-user-select: none; }
|
|
1797
|
+
@media screen and (max-width: 40em) {
|
|
1798
|
+
.dnb-modal__content--auto-fullscreen {
|
|
1799
|
+
height: auto; } }
|
|
1800
|
+
.dnb-modal__content--fullscreen {
|
|
1801
|
+
-webkit-box-align: start;
|
|
1802
|
+
-ms-flex-align: start;
|
|
1803
|
+
align-items: flex-start;
|
|
1804
|
+
-webkit-box-pack: start;
|
|
1805
|
+
-ms-flex-pack: start;
|
|
1806
|
+
justify-content: flex-start; }
|
|
1807
|
+
.dnb-modal__content--fullscreen .dnb-modal__content__content {
|
|
1808
|
+
height: auto; }
|
|
1809
|
+
.dnb-modal__content--right {
|
|
1810
|
+
-webkit-box-pack: end;
|
|
1811
|
+
-ms-flex-pack: end;
|
|
1812
|
+
justify-content: flex-end; }
|
|
1813
|
+
.dnb-modal__content--bottom {
|
|
1814
|
+
-webkit-box-align: end;
|
|
1815
|
+
-ms-flex-align: end;
|
|
1816
|
+
align-items: flex-end; }
|
|
1817
|
+
.dnb-modal__overlay {
|
|
1818
|
+
position: fixed;
|
|
1819
|
+
z-index: 3000;
|
|
1820
|
+
z-index: var(--modal-z-index);
|
|
1821
|
+
left: 0;
|
|
1822
|
+
top: 0;
|
|
1823
|
+
width: 100%;
|
|
1824
|
+
height: 100%;
|
|
1825
|
+
background-color: black;
|
|
1826
|
+
background-color: var(--modal-overlay-bg); }
|
|
1827
|
+
.dnb-modal-root__inner .dnb-modal__overlay {
|
|
1828
|
+
-webkit-animation: hide-modal-overlay 300ms ease-in-out forwards;
|
|
1829
|
+
animation: hide-modal-overlay 300ms ease-in-out forwards;
|
|
1830
|
+
-webkit-animation: hide-modal-overlay var(--modal-animation-duration) ease-in-out forwards;
|
|
1831
|
+
animation: hide-modal-overlay var(--modal-animation-duration) ease-in-out forwards; }
|
|
1832
|
+
.dnb-modal-root__inner:last-of-type .dnb-modal__overlay {
|
|
1833
|
+
-webkit-animation: show-modal-overlay 300ms ease-out forwards 0ms;
|
|
1834
|
+
animation: show-modal-overlay 300ms ease-out forwards 0ms;
|
|
1835
|
+
-webkit-animation: show-modal-overlay var(--modal-animation-duration) ease-out forwards 0ms;
|
|
1836
|
+
animation: show-modal-overlay var(--modal-animation-duration) ease-out forwards 0ms; }
|
|
1837
|
+
.dnb-modal-root__inner:last-of-type .dnb-modal__overlay--hide {
|
|
1838
|
+
-webkit-animation: hide-modal-overlay 300ms ease-in-out forwards;
|
|
1839
|
+
animation: hide-modal-overlay 300ms ease-in-out forwards;
|
|
1840
|
+
-webkit-animation: hide-modal-overlay var(--modal-animation-duration) ease-in-out forwards;
|
|
1841
|
+
animation: hide-modal-overlay var(--modal-animation-duration) ease-in-out forwards; }
|
|
1842
|
+
html[data-visual-test] .dnb-modal__overlay, .dnb-modal__overlay--no-animation {
|
|
1843
|
+
-webkit-animation-delay: 0ms !important;
|
|
1844
|
+
animation-delay: 0ms !important;
|
|
1845
|
+
-webkit-animation-duration: 0ms !important;
|
|
1846
|
+
animation-duration: 0ms !important; }
|
|
1847
|
+
.dnb-modal-root__inner {
|
|
1848
|
+
position: relative;
|
|
1849
|
+
z-index: 3001;
|
|
1850
|
+
z-index: calc(3000 + 1);
|
|
1851
|
+
z-index: calc(var(--modal-z-index) + 1); }
|
|
1852
|
+
.dnb-modal-root__inner ~ .dnb-modal-root__inner {
|
|
1853
|
+
z-index: 3002;
|
|
1854
|
+
z-index: calc(3000 + 2);
|
|
1855
|
+
z-index: calc(var(--modal-z-index) + 2); }
|
|
1856
|
+
.dnb-modal-root__inner ~ .dnb-modal-root__inner ~ .dnb-modal-root__inner {
|
|
1857
|
+
z-index: 3003;
|
|
1858
|
+
z-index: calc(3000 + 3);
|
|
1859
|
+
z-index: calc(var(--modal-z-index) + 3); }
|
|
1860
|
+
.dnb-modal-root__inner ~ .dnb-modal-root__inner ~ .dnb-modal-root__inner ~ .dnb-modal-root__inner {
|
|
1861
|
+
z-index: 3004;
|
|
1862
|
+
z-index: calc(3000 + 4);
|
|
1863
|
+
z-index: calc(var(--modal-z-index) + 4); }
|
|
1864
|
+
.dnb-modal__close-button {
|
|
1865
|
+
z-index: 3001;
|
|
1866
|
+
z-index: calc(3000 + 1);
|
|
1867
|
+
z-index: calc(var(--modal-z-index) + 1); }
|
|
1868
|
+
.dnb-modal__header__bar.dnb-section {
|
|
1869
|
+
display: -webkit-box;
|
|
1870
|
+
display: -ms-flexbox;
|
|
1871
|
+
display: flex;
|
|
1872
|
+
-webkit-box-orient: horizontal;
|
|
1873
|
+
-webkit-box-direction: normal;
|
|
1874
|
+
-ms-flex-direction: row;
|
|
1875
|
+
flex-direction: row;
|
|
1876
|
+
-webkit-box-pack: justify;
|
|
1877
|
+
-ms-flex-pack: justify;
|
|
1878
|
+
justify-content: space-between; }
|
|
1879
|
+
@media screen and (-ms-high-contrast: none) {
|
|
1880
|
+
.dnb-modal__header__bar.dnb-section {
|
|
1881
|
+
-webkit-box-align: center;
|
|
1882
|
+
-ms-flex-align: center;
|
|
1883
|
+
align-items: center; } }
|
|
1884
|
+
@media screen and (-ms-high-contrast: none) {
|
|
1885
|
+
.dnb-core-style .dnb-modal__header__bar__close {
|
|
1886
|
+
margin-left: auto; } }
|
|
1887
|
+
|
|
1888
|
+
[data-visual-test].hide-page-content #___gatsby {
|
|
1889
|
+
opacity: 0; }
|
|
1890
|
+
|
|
21
1891
|
.dnb-dialog {
|
|
22
1892
|
font-family: 'DNB', sans-serif;
|
|
23
1893
|
font-family: var(--font-family-default);
|
|
@@ -76,15 +1946,6 @@
|
|
|
76
1946
|
* Modal component
|
|
77
1947
|
*
|
|
78
1948
|
*/
|
|
79
|
-
@-webkit-keyframes show-modal {
|
|
80
|
-
from {
|
|
81
|
-
opacity: 0.1;
|
|
82
|
-
-webkit-transform: translate3d(0, -1rem, 0);
|
|
83
|
-
transform: translate3d(0, -1rem, 0); }
|
|
84
|
-
to {
|
|
85
|
-
-webkit-transform: translate3d(0, 0, 0);
|
|
86
|
-
transform: translate3d(0, 0, 0);
|
|
87
|
-
opacity: 1; } }
|
|
88
1949
|
@keyframes show-modal {
|
|
89
1950
|
from {
|
|
90
1951
|
opacity: 0.1;
|
|
@@ -95,16 +1956,6 @@
|
|
|
95
1956
|
transform: translate3d(0, 0, 0);
|
|
96
1957
|
opacity: 1; } }
|
|
97
1958
|
|
|
98
|
-
@-webkit-keyframes hide-modal {
|
|
99
|
-
from {
|
|
100
|
-
-webkit-transform: translate3d(0, 0, 0);
|
|
101
|
-
transform: translate3d(0, 0, 0);
|
|
102
|
-
opacity: 1; }
|
|
103
|
-
to {
|
|
104
|
-
-webkit-transform: translate3d(0, 1rem, 0);
|
|
105
|
-
transform: translate3d(0, 1rem, 0);
|
|
106
|
-
opacity: 0; } }
|
|
107
|
-
|
|
108
1959
|
@keyframes hide-modal {
|
|
109
1960
|
from {
|
|
110
1961
|
-webkit-transform: translate3d(0, 0, 0);
|
|
@@ -115,28 +1966,12 @@
|
|
|
115
1966
|
transform: translate3d(0, 1rem, 0);
|
|
116
1967
|
opacity: 0; } }
|
|
117
1968
|
|
|
118
|
-
@-webkit-keyframes show-drawer {
|
|
119
|
-
to {
|
|
120
|
-
-webkit-transform: translate3d(0, 0, 0);
|
|
121
|
-
transform: translate3d(0, 0, 0);
|
|
122
|
-
opacity: 1; } }
|
|
123
|
-
|
|
124
1969
|
@keyframes show-drawer {
|
|
125
1970
|
to {
|
|
126
1971
|
-webkit-transform: translate3d(0, 0, 0);
|
|
127
1972
|
transform: translate3d(0, 0, 0);
|
|
128
1973
|
opacity: 1; } }
|
|
129
1974
|
|
|
130
|
-
@-webkit-keyframes hide-drawer-left {
|
|
131
|
-
from {
|
|
132
|
-
-webkit-transform: translate3d(0, 0, 0);
|
|
133
|
-
transform: translate3d(0, 0, 0);
|
|
134
|
-
opacity: 1; }
|
|
135
|
-
to {
|
|
136
|
-
-webkit-transform: translate3d(-20rem, 0, 0);
|
|
137
|
-
transform: translate3d(-20rem, 0, 0);
|
|
138
|
-
opacity: 0; } }
|
|
139
|
-
|
|
140
1975
|
@keyframes hide-drawer-left {
|
|
141
1976
|
from {
|
|
142
1977
|
-webkit-transform: translate3d(0, 0, 0);
|
|
@@ -147,16 +1982,6 @@
|
|
|
147
1982
|
transform: translate3d(-20rem, 0, 0);
|
|
148
1983
|
opacity: 0; } }
|
|
149
1984
|
|
|
150
|
-
@-webkit-keyframes hide-drawer-top {
|
|
151
|
-
from {
|
|
152
|
-
-webkit-transform: translate3d(0, 0, 0);
|
|
153
|
-
transform: translate3d(0, 0, 0);
|
|
154
|
-
opacity: 1; }
|
|
155
|
-
to {
|
|
156
|
-
-webkit-transform: translate3d(0, -20rem, 0);
|
|
157
|
-
transform: translate3d(0, -20rem, 0);
|
|
158
|
-
opacity: 0; } }
|
|
159
|
-
|
|
160
1985
|
@keyframes hide-drawer-top {
|
|
161
1986
|
from {
|
|
162
1987
|
-webkit-transform: translate3d(0, 0, 0);
|
|
@@ -167,16 +1992,6 @@
|
|
|
167
1992
|
transform: translate3d(0, -20rem, 0);
|
|
168
1993
|
opacity: 0; } }
|
|
169
1994
|
|
|
170
|
-
@-webkit-keyframes hide-drawer-bottom {
|
|
171
|
-
from {
|
|
172
|
-
-webkit-transform: translate3d(0, 0, 0);
|
|
173
|
-
transform: translate3d(0, 0, 0);
|
|
174
|
-
opacity: 1; }
|
|
175
|
-
to {
|
|
176
|
-
-webkit-transform: translate3d(0, 20rem, 0);
|
|
177
|
-
transform: translate3d(0, 20rem, 0);
|
|
178
|
-
opacity: 0; } }
|
|
179
|
-
|
|
180
1995
|
@keyframes hide-drawer-bottom {
|
|
181
1996
|
from {
|
|
182
1997
|
-webkit-transform: translate3d(0, 0, 0);
|
|
@@ -187,16 +2002,6 @@
|
|
|
187
2002
|
transform: translate3d(0, 20rem, 0);
|
|
188
2003
|
opacity: 0; } }
|
|
189
2004
|
|
|
190
|
-
@-webkit-keyframes hide-drawer-right {
|
|
191
|
-
from {
|
|
192
|
-
-webkit-transform: translate3d(0, 0, 0);
|
|
193
|
-
transform: translate3d(0, 0, 0);
|
|
194
|
-
opacity: 1; }
|
|
195
|
-
to {
|
|
196
|
-
-webkit-transform: translate3d(20rem, 0, 0);
|
|
197
|
-
transform: translate3d(20rem, 0, 0);
|
|
198
|
-
opacity: 0; } }
|
|
199
|
-
|
|
200
2005
|
@keyframes hide-drawer-right {
|
|
201
2006
|
from {
|
|
202
2007
|
-webkit-transform: translate3d(0, 0, 0);
|
|
@@ -207,13 +2012,6 @@
|
|
|
207
2012
|
transform: translate3d(20rem, 0, 0);
|
|
208
2013
|
opacity: 0; } }
|
|
209
2014
|
|
|
210
|
-
@-webkit-keyframes show-modal-overlay {
|
|
211
|
-
from {
|
|
212
|
-
opacity: 0; }
|
|
213
|
-
to {
|
|
214
|
-
opacity: 0.32;
|
|
215
|
-
opacity: var(--modal-overlay-opacity); } }
|
|
216
|
-
|
|
217
2015
|
@keyframes show-modal-overlay {
|
|
218
2016
|
from {
|
|
219
2017
|
opacity: 0; }
|
|
@@ -221,13 +2019,6 @@
|
|
|
221
2019
|
opacity: 0.32;
|
|
222
2020
|
opacity: var(--modal-overlay-opacity); } }
|
|
223
2021
|
|
|
224
|
-
@-webkit-keyframes hide-modal-overlay {
|
|
225
|
-
from {
|
|
226
|
-
opacity: 0.32;
|
|
227
|
-
opacity: var(--modal-overlay-opacity); }
|
|
228
|
-
to {
|
|
229
|
-
opacity: 0; } }
|
|
230
|
-
|
|
231
2022
|
@keyframes hide-modal-overlay {
|
|
232
2023
|
from {
|
|
233
2024
|
opacity: 0.32;
|