@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
|
@@ -150,6 +150,198 @@
|
|
|
150
150
|
-ms-flex: none;
|
|
151
151
|
flex: none; } }
|
|
152
152
|
|
|
153
|
+
/*
|
|
154
|
+
* DNB Tooltip
|
|
155
|
+
*
|
|
156
|
+
*/
|
|
157
|
+
/**
|
|
158
|
+
* This file is only used to make components independent
|
|
159
|
+
* so that they can get imported individually, without the core styles
|
|
160
|
+
*
|
|
161
|
+
*/
|
|
162
|
+
/*
|
|
163
|
+
* Utilities
|
|
164
|
+
*/
|
|
165
|
+
/*
|
|
166
|
+
* Scopes
|
|
167
|
+
*
|
|
168
|
+
*/
|
|
169
|
+
/*
|
|
170
|
+
* Document Reset
|
|
171
|
+
*
|
|
172
|
+
*/
|
|
173
|
+
.dnb-tooltip {
|
|
174
|
+
font-family: 'DNB', sans-serif;
|
|
175
|
+
font-family: var(--font-family-default);
|
|
176
|
+
font-weight: normal;
|
|
177
|
+
font-weight: var(--font-weight-basis);
|
|
178
|
+
font-size: 1rem;
|
|
179
|
+
font-size: var(--font-size-small);
|
|
180
|
+
font-style: normal;
|
|
181
|
+
line-height: 1.5rem;
|
|
182
|
+
line-height: var(--line-height-basis);
|
|
183
|
+
color: #333;
|
|
184
|
+
color: var(--color-black-80, #333);
|
|
185
|
+
-moz-osx-font-smoothing: grayscale;
|
|
186
|
+
-webkit-font-smoothing: antialiased;
|
|
187
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
188
|
+
/**
|
|
189
|
+
* Ensure consistency and use the same as HTML reset -> html {...}
|
|
190
|
+
* between base and code package
|
|
191
|
+
*/
|
|
192
|
+
-moz-tab-size: 4;
|
|
193
|
+
-o-tab-size: 4;
|
|
194
|
+
tab-size: 4;
|
|
195
|
+
-ms-text-size-adjust: 100%;
|
|
196
|
+
-webkit-text-size-adjust: 100%;
|
|
197
|
+
word-break: break-word;
|
|
198
|
+
/**
|
|
199
|
+
* 1. Remove repeating backgrounds in all browsers (opinionated).
|
|
200
|
+
* 2. Add border box sizing in all browsers (opinionated).
|
|
201
|
+
*/
|
|
202
|
+
/**
|
|
203
|
+
* 1. Add text decoration inheritance in all browsers (opinionated).
|
|
204
|
+
* 2. Add vertical alignment inheritance in all browsers (opinionated).
|
|
205
|
+
*/
|
|
206
|
+
margin: 0;
|
|
207
|
+
padding: 0; }
|
|
208
|
+
.dnb-tooltip *,
|
|
209
|
+
.dnb-tooltip ::before,
|
|
210
|
+
.dnb-tooltip ::after {
|
|
211
|
+
background-repeat: no-repeat;
|
|
212
|
+
/* 1 */
|
|
213
|
+
-webkit-box-sizing: border-box;
|
|
214
|
+
box-sizing: border-box;
|
|
215
|
+
/* 2 */ }
|
|
216
|
+
.dnb-tooltip ::before,
|
|
217
|
+
.dnb-tooltip ::after {
|
|
218
|
+
text-decoration: inherit;
|
|
219
|
+
/* 1 */
|
|
220
|
+
vertical-align: inherit;
|
|
221
|
+
/* 2 */ }
|
|
222
|
+
|
|
223
|
+
/*
|
|
224
|
+
* Tooltip component
|
|
225
|
+
*
|
|
226
|
+
*/
|
|
227
|
+
.dnb-tooltip {
|
|
228
|
+
position: absolute;
|
|
229
|
+
z-index: 3100;
|
|
230
|
+
display: -webkit-box;
|
|
231
|
+
display: -ms-flexbox;
|
|
232
|
+
display: flex;
|
|
233
|
+
-webkit-box-orient: vertical;
|
|
234
|
+
-webkit-box-direction: normal;
|
|
235
|
+
-ms-flex-direction: column;
|
|
236
|
+
flex-direction: column;
|
|
237
|
+
-webkit-box-pack: center;
|
|
238
|
+
-ms-flex-pack: center;
|
|
239
|
+
justify-content: center;
|
|
240
|
+
-webkit-box-align: center;
|
|
241
|
+
-ms-flex-align: center;
|
|
242
|
+
align-items: center;
|
|
243
|
+
padding: 0 1rem;
|
|
244
|
+
opacity: 0;
|
|
245
|
+
visibility: hidden;
|
|
246
|
+
-webkit-transition: opacity 200ms ease-out;
|
|
247
|
+
transition: opacity 200ms ease-out; }
|
|
248
|
+
.dnb-tooltip--large {
|
|
249
|
+
padding: 0.25rem 1rem; }
|
|
250
|
+
.dnb-tooltip--animate_position {
|
|
251
|
+
-webkit-transition: all 300ms ease-in-out, opacity 200ms ease-out;
|
|
252
|
+
transition: all 300ms ease-in-out, opacity 200ms ease-out; }
|
|
253
|
+
.dnb-tooltip--active {
|
|
254
|
+
visibility: visible;
|
|
255
|
+
/*
|
|
256
|
+
because of the first "show" we also use animation
|
|
257
|
+
also, use forwards because of the usage of visibility
|
|
258
|
+
*/
|
|
259
|
+
-webkit-animation: show-tooltip 200ms ease-out forwards;
|
|
260
|
+
animation: show-tooltip 200ms ease-out forwards; }
|
|
261
|
+
html[data-visual-test] .dnb-tooltip--active, .dnb-tooltip--active.dnb-tooltip--no-animation {
|
|
262
|
+
-webkit-animation: show-tooltip 1ms ease-out forwards;
|
|
263
|
+
animation: show-tooltip 1ms ease-out forwards; }
|
|
264
|
+
.dnb-tooltip--hide {
|
|
265
|
+
visibility: visible;
|
|
266
|
+
-webkit-animation: hide-tooltip 200ms ease-in-out forwards;
|
|
267
|
+
animation: hide-tooltip 200ms ease-in-out forwards; }
|
|
268
|
+
.dnb-tooltip--hide.dnb-tooltip--no-animation {
|
|
269
|
+
-webkit-animation: hide-tooltip 1ms ease-out forwards;
|
|
270
|
+
animation: hide-tooltip 1ms ease-out forwards; }
|
|
271
|
+
.dnb-tooltip--fixed {
|
|
272
|
+
position: fixed; }
|
|
273
|
+
html[data-visual-test] .dnb-tooltip--hide {
|
|
274
|
+
-webkit-animation: hide-tooltip 1ms ease-out 1s forwards;
|
|
275
|
+
animation: hide-tooltip 1ms ease-out 1s forwards; }
|
|
276
|
+
.dnb-tooltip__content {
|
|
277
|
+
min-width: 2rem;
|
|
278
|
+
min-height: 1.5rem;
|
|
279
|
+
padding: 0; }
|
|
280
|
+
.dnb-tooltip__arrow {
|
|
281
|
+
position: absolute;
|
|
282
|
+
pointer-events: none;
|
|
283
|
+
margin: 0;
|
|
284
|
+
width: 1rem;
|
|
285
|
+
height: 0.5rem;
|
|
286
|
+
overflow: hidden; }
|
|
287
|
+
.dnb-tooltip__arrow::before {
|
|
288
|
+
content: '';
|
|
289
|
+
position: absolute;
|
|
290
|
+
bottom: 0;
|
|
291
|
+
left: 0;
|
|
292
|
+
width: 1rem;
|
|
293
|
+
height: 1rem;
|
|
294
|
+
-webkit-transform: translateY(70%) rotate(45deg);
|
|
295
|
+
transform: translateY(70%) rotate(45deg); }
|
|
296
|
+
.dnb-tooltip__arrow__position--bottom {
|
|
297
|
+
top: -0.5rem; }
|
|
298
|
+
.dnb-tooltip__arrow__position--top {
|
|
299
|
+
bottom: -0.5rem;
|
|
300
|
+
-webkit-transform: rotate(180deg);
|
|
301
|
+
transform: rotate(180deg); }
|
|
302
|
+
.dnb-tooltip__arrow__position--left {
|
|
303
|
+
right: -0.75rem;
|
|
304
|
+
margin-right: 3px;
|
|
305
|
+
-webkit-transform: rotate(90deg);
|
|
306
|
+
transform: rotate(90deg); }
|
|
307
|
+
.dnb-tooltip__arrow__position--right {
|
|
308
|
+
left: -0.75rem;
|
|
309
|
+
margin-left: 3px;
|
|
310
|
+
-webkit-transform: rotate(270deg);
|
|
311
|
+
transform: rotate(270deg); }
|
|
312
|
+
.dnb-tooltip__arrow__arrow--left {
|
|
313
|
+
-ms-flex-item-align: start;
|
|
314
|
+
align-self: flex-start; }
|
|
315
|
+
.dnb-tooltip__arrow__arrow--right {
|
|
316
|
+
-ms-flex-item-align: end;
|
|
317
|
+
align-self: flex-end; }
|
|
318
|
+
|
|
319
|
+
@-webkit-keyframes show-tooltip {
|
|
320
|
+
from {
|
|
321
|
+
opacity: 0; }
|
|
322
|
+
to {
|
|
323
|
+
opacity: 1; } }
|
|
324
|
+
|
|
325
|
+
@keyframes show-tooltip {
|
|
326
|
+
from {
|
|
327
|
+
opacity: 0; }
|
|
328
|
+
to {
|
|
329
|
+
opacity: 1; } }
|
|
330
|
+
|
|
331
|
+
@-webkit-keyframes hide-tooltip {
|
|
332
|
+
from {
|
|
333
|
+
opacity: 1; }
|
|
334
|
+
to {
|
|
335
|
+
opacity: 0;
|
|
336
|
+
visibility: hidden; } }
|
|
337
|
+
|
|
338
|
+
@keyframes hide-tooltip {
|
|
339
|
+
from {
|
|
340
|
+
opacity: 1; }
|
|
341
|
+
to {
|
|
342
|
+
opacity: 0;
|
|
343
|
+
visibility: hidden; } }
|
|
344
|
+
|
|
153
345
|
/*
|
|
154
346
|
* DNB FormStatus
|
|
155
347
|
*
|
|
@@ -711,6 +903,185 @@ button.dnb-button::-moz-focus-inner {
|
|
|
711
903
|
-ms-flex: none;
|
|
712
904
|
flex: none; } }
|
|
713
905
|
|
|
906
|
+
/*
|
|
907
|
+
* DNB Tooltip
|
|
908
|
+
*
|
|
909
|
+
*/
|
|
910
|
+
/**
|
|
911
|
+
* This file is only used to make components independent
|
|
912
|
+
* so that they can get imported individually, without the core styles
|
|
913
|
+
*
|
|
914
|
+
*/
|
|
915
|
+
/*
|
|
916
|
+
* Utilities
|
|
917
|
+
*/
|
|
918
|
+
/*
|
|
919
|
+
* Scopes
|
|
920
|
+
*
|
|
921
|
+
*/
|
|
922
|
+
/*
|
|
923
|
+
* Document Reset
|
|
924
|
+
*
|
|
925
|
+
*/
|
|
926
|
+
.dnb-tooltip {
|
|
927
|
+
font-family: 'DNB', sans-serif;
|
|
928
|
+
font-family: var(--font-family-default);
|
|
929
|
+
font-weight: normal;
|
|
930
|
+
font-weight: var(--font-weight-basis);
|
|
931
|
+
font-size: 1rem;
|
|
932
|
+
font-size: var(--font-size-small);
|
|
933
|
+
font-style: normal;
|
|
934
|
+
line-height: 1.5rem;
|
|
935
|
+
line-height: var(--line-height-basis);
|
|
936
|
+
color: #333;
|
|
937
|
+
color: var(--color-black-80, #333);
|
|
938
|
+
-moz-osx-font-smoothing: grayscale;
|
|
939
|
+
-webkit-font-smoothing: antialiased;
|
|
940
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
941
|
+
/**
|
|
942
|
+
* Ensure consistency and use the same as HTML reset -> html {...}
|
|
943
|
+
* between base and code package
|
|
944
|
+
*/
|
|
945
|
+
-moz-tab-size: 4;
|
|
946
|
+
-o-tab-size: 4;
|
|
947
|
+
tab-size: 4;
|
|
948
|
+
-ms-text-size-adjust: 100%;
|
|
949
|
+
-webkit-text-size-adjust: 100%;
|
|
950
|
+
word-break: break-word;
|
|
951
|
+
/**
|
|
952
|
+
* 1. Remove repeating backgrounds in all browsers (opinionated).
|
|
953
|
+
* 2. Add border box sizing in all browsers (opinionated).
|
|
954
|
+
*/
|
|
955
|
+
/**
|
|
956
|
+
* 1. Add text decoration inheritance in all browsers (opinionated).
|
|
957
|
+
* 2. Add vertical alignment inheritance in all browsers (opinionated).
|
|
958
|
+
*/
|
|
959
|
+
margin: 0;
|
|
960
|
+
padding: 0; }
|
|
961
|
+
.dnb-tooltip *,
|
|
962
|
+
.dnb-tooltip ::before,
|
|
963
|
+
.dnb-tooltip ::after {
|
|
964
|
+
background-repeat: no-repeat;
|
|
965
|
+
/* 1 */
|
|
966
|
+
-webkit-box-sizing: border-box;
|
|
967
|
+
box-sizing: border-box;
|
|
968
|
+
/* 2 */ }
|
|
969
|
+
.dnb-tooltip ::before,
|
|
970
|
+
.dnb-tooltip ::after {
|
|
971
|
+
text-decoration: inherit;
|
|
972
|
+
/* 1 */
|
|
973
|
+
vertical-align: inherit;
|
|
974
|
+
/* 2 */ }
|
|
975
|
+
|
|
976
|
+
/*
|
|
977
|
+
* Tooltip component
|
|
978
|
+
*
|
|
979
|
+
*/
|
|
980
|
+
.dnb-tooltip {
|
|
981
|
+
position: absolute;
|
|
982
|
+
z-index: 3100;
|
|
983
|
+
display: -webkit-box;
|
|
984
|
+
display: -ms-flexbox;
|
|
985
|
+
display: flex;
|
|
986
|
+
-webkit-box-orient: vertical;
|
|
987
|
+
-webkit-box-direction: normal;
|
|
988
|
+
-ms-flex-direction: column;
|
|
989
|
+
flex-direction: column;
|
|
990
|
+
-webkit-box-pack: center;
|
|
991
|
+
-ms-flex-pack: center;
|
|
992
|
+
justify-content: center;
|
|
993
|
+
-webkit-box-align: center;
|
|
994
|
+
-ms-flex-align: center;
|
|
995
|
+
align-items: center;
|
|
996
|
+
padding: 0 1rem;
|
|
997
|
+
opacity: 0;
|
|
998
|
+
visibility: hidden;
|
|
999
|
+
-webkit-transition: opacity 200ms ease-out;
|
|
1000
|
+
transition: opacity 200ms ease-out; }
|
|
1001
|
+
.dnb-tooltip--large {
|
|
1002
|
+
padding: 0.25rem 1rem; }
|
|
1003
|
+
.dnb-tooltip--animate_position {
|
|
1004
|
+
-webkit-transition: all 300ms ease-in-out, opacity 200ms ease-out;
|
|
1005
|
+
transition: all 300ms ease-in-out, opacity 200ms ease-out; }
|
|
1006
|
+
.dnb-tooltip--active {
|
|
1007
|
+
visibility: visible;
|
|
1008
|
+
/*
|
|
1009
|
+
because of the first "show" we also use animation
|
|
1010
|
+
also, use forwards because of the usage of visibility
|
|
1011
|
+
*/
|
|
1012
|
+
-webkit-animation: show-tooltip 200ms ease-out forwards;
|
|
1013
|
+
animation: show-tooltip 200ms ease-out forwards; }
|
|
1014
|
+
html[data-visual-test] .dnb-tooltip--active, .dnb-tooltip--active.dnb-tooltip--no-animation {
|
|
1015
|
+
-webkit-animation: show-tooltip 1ms ease-out forwards;
|
|
1016
|
+
animation: show-tooltip 1ms ease-out forwards; }
|
|
1017
|
+
.dnb-tooltip--hide {
|
|
1018
|
+
visibility: visible;
|
|
1019
|
+
-webkit-animation: hide-tooltip 200ms ease-in-out forwards;
|
|
1020
|
+
animation: hide-tooltip 200ms ease-in-out forwards; }
|
|
1021
|
+
.dnb-tooltip--hide.dnb-tooltip--no-animation {
|
|
1022
|
+
-webkit-animation: hide-tooltip 1ms ease-out forwards;
|
|
1023
|
+
animation: hide-tooltip 1ms ease-out forwards; }
|
|
1024
|
+
.dnb-tooltip--fixed {
|
|
1025
|
+
position: fixed; }
|
|
1026
|
+
html[data-visual-test] .dnb-tooltip--hide {
|
|
1027
|
+
-webkit-animation: hide-tooltip 1ms ease-out 1s forwards;
|
|
1028
|
+
animation: hide-tooltip 1ms ease-out 1s forwards; }
|
|
1029
|
+
.dnb-tooltip__content {
|
|
1030
|
+
min-width: 2rem;
|
|
1031
|
+
min-height: 1.5rem;
|
|
1032
|
+
padding: 0; }
|
|
1033
|
+
.dnb-tooltip__arrow {
|
|
1034
|
+
position: absolute;
|
|
1035
|
+
pointer-events: none;
|
|
1036
|
+
margin: 0;
|
|
1037
|
+
width: 1rem;
|
|
1038
|
+
height: 0.5rem;
|
|
1039
|
+
overflow: hidden; }
|
|
1040
|
+
.dnb-tooltip__arrow::before {
|
|
1041
|
+
content: '';
|
|
1042
|
+
position: absolute;
|
|
1043
|
+
bottom: 0;
|
|
1044
|
+
left: 0;
|
|
1045
|
+
width: 1rem;
|
|
1046
|
+
height: 1rem;
|
|
1047
|
+
-webkit-transform: translateY(70%) rotate(45deg);
|
|
1048
|
+
transform: translateY(70%) rotate(45deg); }
|
|
1049
|
+
.dnb-tooltip__arrow__position--bottom {
|
|
1050
|
+
top: -0.5rem; }
|
|
1051
|
+
.dnb-tooltip__arrow__position--top {
|
|
1052
|
+
bottom: -0.5rem;
|
|
1053
|
+
-webkit-transform: rotate(180deg);
|
|
1054
|
+
transform: rotate(180deg); }
|
|
1055
|
+
.dnb-tooltip__arrow__position--left {
|
|
1056
|
+
right: -0.75rem;
|
|
1057
|
+
margin-right: 3px;
|
|
1058
|
+
-webkit-transform: rotate(90deg);
|
|
1059
|
+
transform: rotate(90deg); }
|
|
1060
|
+
.dnb-tooltip__arrow__position--right {
|
|
1061
|
+
left: -0.75rem;
|
|
1062
|
+
margin-left: 3px;
|
|
1063
|
+
-webkit-transform: rotate(270deg);
|
|
1064
|
+
transform: rotate(270deg); }
|
|
1065
|
+
.dnb-tooltip__arrow__arrow--left {
|
|
1066
|
+
-ms-flex-item-align: start;
|
|
1067
|
+
align-self: flex-start; }
|
|
1068
|
+
.dnb-tooltip__arrow__arrow--right {
|
|
1069
|
+
-ms-flex-item-align: end;
|
|
1070
|
+
align-self: flex-end; }
|
|
1071
|
+
|
|
1072
|
+
@keyframes show-tooltip {
|
|
1073
|
+
from {
|
|
1074
|
+
opacity: 0; }
|
|
1075
|
+
to {
|
|
1076
|
+
opacity: 1; } }
|
|
1077
|
+
|
|
1078
|
+
@keyframes hide-tooltip {
|
|
1079
|
+
from {
|
|
1080
|
+
opacity: 1; }
|
|
1081
|
+
to {
|
|
1082
|
+
opacity: 0;
|
|
1083
|
+
visibility: hidden; } }
|
|
1084
|
+
|
|
714
1085
|
/*
|
|
715
1086
|
* DNB FormLabel
|
|
716
1087
|
*
|
|
@@ -1450,7 +1821,7 @@ legend.dnb-form-label {
|
|
|
1450
1821
|
transform: translateY(-0.0625rem); } }
|
|
1451
1822
|
|
|
1452
1823
|
/*
|
|
1453
|
-
* DNB
|
|
1824
|
+
* DNB Dropdown
|
|
1454
1825
|
*
|
|
1455
1826
|
*/
|
|
1456
1827
|
/**
|
|
@@ -1469,72 +1840,944 @@ legend.dnb-form-label {
|
|
|
1469
1840
|
* Document Reset
|
|
1470
1841
|
*
|
|
1471
1842
|
*/
|
|
1472
|
-
.dnb-form-label {
|
|
1473
|
-
font-family: 'DNB', sans-serif;
|
|
1474
|
-
font-family: var(--font-family-default);
|
|
1475
|
-
font-weight: normal;
|
|
1476
|
-
font-weight: var(--font-weight-basis);
|
|
1477
|
-
font-size: 1rem;
|
|
1478
|
-
font-size: var(--font-size-small);
|
|
1479
|
-
font-style: normal;
|
|
1480
|
-
line-height: 1.5rem;
|
|
1481
|
-
line-height: var(--line-height-basis);
|
|
1482
|
-
color: #333;
|
|
1483
|
-
color: var(--color-black-80, #333);
|
|
1484
|
-
-moz-osx-font-smoothing: grayscale;
|
|
1485
|
-
-webkit-font-smoothing: antialiased;
|
|
1486
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1487
|
-
/**
|
|
1488
|
-
* Ensure consistency and use the same as HTML reset -> html {...}
|
|
1489
|
-
* between base and code package
|
|
1490
|
-
*/
|
|
1491
|
-
-moz-tab-size: 4;
|
|
1492
|
-
-o-tab-size: 4;
|
|
1493
|
-
tab-size: 4;
|
|
1494
|
-
-ms-text-size-adjust: 100%;
|
|
1495
|
-
-webkit-text-size-adjust: 100%;
|
|
1496
|
-
word-break: break-word;
|
|
1497
|
-
/**
|
|
1498
|
-
* 1. Remove repeating backgrounds in all browsers (opinionated).
|
|
1499
|
-
* 2. Add border box sizing in all browsers (opinionated).
|
|
1500
|
-
*/
|
|
1501
|
-
/**
|
|
1502
|
-
* 1. Add text decoration inheritance in all browsers (opinionated).
|
|
1503
|
-
* 2. Add vertical alignment inheritance in all browsers (opinionated).
|
|
1504
|
-
*/
|
|
1505
|
-
margin: 0;
|
|
1506
|
-
padding: 0; }
|
|
1507
|
-
.dnb-form-label *,
|
|
1508
|
-
.dnb-form-label ::before,
|
|
1509
|
-
.dnb-form-label ::after {
|
|
1510
|
-
background-repeat: no-repeat;
|
|
1511
|
-
/* 1 */
|
|
1512
|
-
-webkit-box-sizing: border-box;
|
|
1513
|
-
box-sizing: border-box;
|
|
1514
|
-
/* 2 */ }
|
|
1515
|
-
.dnb-form-label ::before,
|
|
1516
|
-
.dnb-form-label ::after {
|
|
1517
|
-
text-decoration: inherit;
|
|
1518
|
-
/* 1 */
|
|
1519
|
-
vertical-align: inherit;
|
|
1520
|
-
/* 2 */ }
|
|
1521
|
-
|
|
1522
1843
|
/*
|
|
1523
|
-
|
|
1844
|
+
* DNB icon
|
|
1845
|
+
*
|
|
1846
|
+
*/
|
|
1847
|
+
/**
|
|
1848
|
+
* This file is only used to make components independent
|
|
1849
|
+
* so that they can get imported individually, without the core styles
|
|
1524
1850
|
*
|
|
1525
1851
|
*/
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1852
|
+
/*
|
|
1853
|
+
* Utilities
|
|
1854
|
+
*/
|
|
1855
|
+
/*
|
|
1856
|
+
* Scopes
|
|
1857
|
+
*
|
|
1858
|
+
*/
|
|
1859
|
+
/*
|
|
1860
|
+
* Document Reset
|
|
1861
|
+
*
|
|
1862
|
+
*/
|
|
1863
|
+
/*
|
|
1864
|
+
* Icon component
|
|
1865
|
+
*
|
|
1866
|
+
*/
|
|
1867
|
+
.dnb-icon {
|
|
1868
|
+
display: inline-block;
|
|
1869
|
+
vertical-align: middle;
|
|
1870
|
+
font-size: 1rem;
|
|
1871
|
+
line-height: 1rem;
|
|
1872
|
+
color: inherit;
|
|
1873
|
+
width: 1em;
|
|
1874
|
+
height: 1em; }
|
|
1875
|
+
.dnb-icon img,
|
|
1876
|
+
.dnb-icon svg {
|
|
1877
|
+
width: inherit;
|
|
1878
|
+
height: inherit;
|
|
1879
|
+
shape-rendering: geometricPrecision;
|
|
1880
|
+
vertical-align: top; }
|
|
1881
|
+
.dnb-icon svg[width='100%'] {
|
|
1882
|
+
width: inherit; }
|
|
1883
|
+
.dnb-icon svg[height='100%'] {
|
|
1884
|
+
height: inherit; }
|
|
1885
|
+
.dnb-icon--inherit-color svg:not([fill]),
|
|
1886
|
+
.dnb-icon--inherit-color svg [fill] {
|
|
1887
|
+
fill: currentColor; }
|
|
1888
|
+
.dnb-icon--inherit-color svg [stroke] {
|
|
1889
|
+
stroke: currentColor; }
|
|
1890
|
+
.dnb-icon--small {
|
|
1891
|
+
font-size: 0.75rem; }
|
|
1892
|
+
.dnb-icon--default {
|
|
1893
|
+
font-size: 1rem; }
|
|
1894
|
+
.dnb-icon--medium {
|
|
1895
|
+
font-size: 1.5rem; }
|
|
1896
|
+
.dnb-icon--large {
|
|
1897
|
+
font-size: 2rem; }
|
|
1898
|
+
.dnb-icon--x-large {
|
|
1899
|
+
font-size: 2.5rem; }
|
|
1900
|
+
.dnb-icon--xx-large {
|
|
1901
|
+
font-size: 3rem; }
|
|
1902
|
+
.dnb-icon--custom-size {
|
|
1903
|
+
width: auto;
|
|
1904
|
+
height: auto; }
|
|
1905
|
+
.dnb-icon--auto {
|
|
1906
|
+
font-size: 1em; }
|
|
1907
|
+
.dnb-icon--auto > .dnb-icon--wrapper {
|
|
1908
|
+
display: -webkit-inline-box;
|
|
1909
|
+
display: -ms-inline-flexbox;
|
|
1910
|
+
display: inline-flex;
|
|
1911
|
+
-webkit-box-align: center;
|
|
1912
|
+
-ms-flex-align: center;
|
|
1913
|
+
align-items: center;
|
|
1914
|
+
-webkit-box-pack: center;
|
|
1915
|
+
-ms-flex-pack: center;
|
|
1916
|
+
justify-content: center; }
|
|
1917
|
+
h1 .dnb-icon,
|
|
1918
|
+
h2 .dnb-icon,
|
|
1919
|
+
h3 .dnb-icon,
|
|
1920
|
+
h4 .dnb-icon,
|
|
1921
|
+
h5 .dnb-icon,
|
|
1922
|
+
h6 .dnb-icon {
|
|
1923
|
+
vertical-align: middle; }
|
|
1924
|
+
.dnb-icon.dnb-skeleton {
|
|
1925
|
+
color: #ebebeb !important;
|
|
1926
|
+
color: var(--skeleton-color) !important; }
|
|
1927
|
+
.dnb-icon.dnb-skeleton::before, .dnb-icon.dnb-skeleton::after {
|
|
1928
|
+
content: none !important; }
|
|
1929
|
+
@media screen and (-ms-high-contrast: none) {
|
|
1930
|
+
.dnb-icon {
|
|
1931
|
+
-webkit-box-flex: 0;
|
|
1932
|
+
-ms-flex: none;
|
|
1933
|
+
flex: none; } }
|
|
1934
|
+
|
|
1935
|
+
/*
|
|
1936
|
+
* DNB Button
|
|
1937
|
+
*
|
|
1938
|
+
*/
|
|
1939
|
+
/**
|
|
1940
|
+
* This file is only used to make components independent
|
|
1941
|
+
* so that they can get imported individually, without the core styles
|
|
1942
|
+
*
|
|
1943
|
+
*/
|
|
1944
|
+
/*
|
|
1945
|
+
* Utilities
|
|
1946
|
+
*/
|
|
1947
|
+
/*
|
|
1948
|
+
* Scopes
|
|
1949
|
+
*
|
|
1950
|
+
*/
|
|
1951
|
+
/*
|
|
1952
|
+
* Document Reset
|
|
1953
|
+
*
|
|
1954
|
+
*/
|
|
1955
|
+
/*
|
|
1956
|
+
* DNB icon
|
|
1957
|
+
*
|
|
1958
|
+
*/
|
|
1959
|
+
/**
|
|
1960
|
+
* This file is only used to make components independent
|
|
1961
|
+
* so that they can get imported individually, without the core styles
|
|
1962
|
+
*
|
|
1963
|
+
*/
|
|
1964
|
+
/*
|
|
1965
|
+
* Utilities
|
|
1966
|
+
*/
|
|
1967
|
+
/*
|
|
1968
|
+
* Scopes
|
|
1969
|
+
*
|
|
1970
|
+
*/
|
|
1971
|
+
/*
|
|
1972
|
+
* Document Reset
|
|
1973
|
+
*
|
|
1974
|
+
*/
|
|
1975
|
+
/*
|
|
1976
|
+
* Icon component
|
|
1977
|
+
*
|
|
1978
|
+
*/
|
|
1979
|
+
.dnb-icon {
|
|
1980
|
+
display: inline-block;
|
|
1981
|
+
vertical-align: middle;
|
|
1982
|
+
font-size: 1rem;
|
|
1983
|
+
line-height: 1rem;
|
|
1984
|
+
color: inherit;
|
|
1985
|
+
width: 1em;
|
|
1986
|
+
height: 1em; }
|
|
1987
|
+
.dnb-icon img,
|
|
1988
|
+
.dnb-icon svg {
|
|
1989
|
+
width: inherit;
|
|
1990
|
+
height: inherit;
|
|
1991
|
+
shape-rendering: geometricPrecision;
|
|
1992
|
+
vertical-align: top; }
|
|
1993
|
+
.dnb-icon svg[width='100%'] {
|
|
1994
|
+
width: inherit; }
|
|
1995
|
+
.dnb-icon svg[height='100%'] {
|
|
1996
|
+
height: inherit; }
|
|
1997
|
+
.dnb-icon--inherit-color svg:not([fill]),
|
|
1998
|
+
.dnb-icon--inherit-color svg [fill] {
|
|
1999
|
+
fill: currentColor; }
|
|
2000
|
+
.dnb-icon--inherit-color svg [stroke] {
|
|
2001
|
+
stroke: currentColor; }
|
|
2002
|
+
.dnb-icon--small {
|
|
2003
|
+
font-size: 0.75rem; }
|
|
2004
|
+
.dnb-icon--default {
|
|
2005
|
+
font-size: 1rem; }
|
|
2006
|
+
.dnb-icon--medium {
|
|
2007
|
+
font-size: 1.5rem; }
|
|
2008
|
+
.dnb-icon--large {
|
|
2009
|
+
font-size: 2rem; }
|
|
2010
|
+
.dnb-icon--x-large {
|
|
2011
|
+
font-size: 2.5rem; }
|
|
2012
|
+
.dnb-icon--xx-large {
|
|
2013
|
+
font-size: 3rem; }
|
|
2014
|
+
.dnb-icon--custom-size {
|
|
2015
|
+
width: auto;
|
|
2016
|
+
height: auto; }
|
|
2017
|
+
.dnb-icon--auto {
|
|
2018
|
+
font-size: 1em; }
|
|
2019
|
+
.dnb-icon--auto > .dnb-icon--wrapper {
|
|
2020
|
+
display: -webkit-inline-box;
|
|
2021
|
+
display: -ms-inline-flexbox;
|
|
2022
|
+
display: inline-flex;
|
|
2023
|
+
-webkit-box-align: center;
|
|
2024
|
+
-ms-flex-align: center;
|
|
2025
|
+
align-items: center;
|
|
2026
|
+
-webkit-box-pack: center;
|
|
2027
|
+
-ms-flex-pack: center;
|
|
2028
|
+
justify-content: center; }
|
|
2029
|
+
h1 .dnb-icon,
|
|
2030
|
+
h2 .dnb-icon,
|
|
2031
|
+
h3 .dnb-icon,
|
|
2032
|
+
h4 .dnb-icon,
|
|
2033
|
+
h5 .dnb-icon,
|
|
2034
|
+
h6 .dnb-icon {
|
|
2035
|
+
vertical-align: middle; }
|
|
2036
|
+
.dnb-icon.dnb-skeleton {
|
|
2037
|
+
color: #ebebeb !important;
|
|
2038
|
+
color: var(--skeleton-color) !important; }
|
|
2039
|
+
.dnb-icon.dnb-skeleton::before, .dnb-icon.dnb-skeleton::after {
|
|
2040
|
+
content: none !important; }
|
|
2041
|
+
@media screen and (-ms-high-contrast: none) {
|
|
2042
|
+
.dnb-icon {
|
|
2043
|
+
-webkit-box-flex: 0;
|
|
2044
|
+
-ms-flex: none;
|
|
2045
|
+
flex: none; } }
|
|
2046
|
+
|
|
2047
|
+
/*
|
|
2048
|
+
* DNB Tooltip
|
|
2049
|
+
*
|
|
2050
|
+
*/
|
|
2051
|
+
/**
|
|
2052
|
+
* This file is only used to make components independent
|
|
2053
|
+
* so that they can get imported individually, without the core styles
|
|
2054
|
+
*
|
|
2055
|
+
*/
|
|
2056
|
+
/*
|
|
2057
|
+
* Utilities
|
|
2058
|
+
*/
|
|
2059
|
+
/*
|
|
2060
|
+
* Scopes
|
|
2061
|
+
*
|
|
2062
|
+
*/
|
|
2063
|
+
/*
|
|
2064
|
+
* Document Reset
|
|
2065
|
+
*
|
|
2066
|
+
*/
|
|
2067
|
+
.dnb-tooltip {
|
|
2068
|
+
font-family: 'DNB', sans-serif;
|
|
2069
|
+
font-family: var(--font-family-default);
|
|
2070
|
+
font-weight: normal;
|
|
2071
|
+
font-weight: var(--font-weight-basis);
|
|
2072
|
+
font-size: 1rem;
|
|
2073
|
+
font-size: var(--font-size-small);
|
|
2074
|
+
font-style: normal;
|
|
2075
|
+
line-height: 1.5rem;
|
|
2076
|
+
line-height: var(--line-height-basis);
|
|
2077
|
+
color: #333;
|
|
2078
|
+
color: var(--color-black-80, #333);
|
|
2079
|
+
-moz-osx-font-smoothing: grayscale;
|
|
2080
|
+
-webkit-font-smoothing: antialiased;
|
|
2081
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2082
|
+
/**
|
|
2083
|
+
* Ensure consistency and use the same as HTML reset -> html {...}
|
|
2084
|
+
* between base and code package
|
|
2085
|
+
*/
|
|
2086
|
+
-moz-tab-size: 4;
|
|
2087
|
+
-o-tab-size: 4;
|
|
2088
|
+
tab-size: 4;
|
|
2089
|
+
-ms-text-size-adjust: 100%;
|
|
2090
|
+
-webkit-text-size-adjust: 100%;
|
|
2091
|
+
word-break: break-word;
|
|
2092
|
+
/**
|
|
2093
|
+
* 1. Remove repeating backgrounds in all browsers (opinionated).
|
|
2094
|
+
* 2. Add border box sizing in all browsers (opinionated).
|
|
2095
|
+
*/
|
|
2096
|
+
/**
|
|
2097
|
+
* 1. Add text decoration inheritance in all browsers (opinionated).
|
|
2098
|
+
* 2. Add vertical alignment inheritance in all browsers (opinionated).
|
|
2099
|
+
*/
|
|
2100
|
+
margin: 0;
|
|
2101
|
+
padding: 0; }
|
|
2102
|
+
.dnb-tooltip *,
|
|
2103
|
+
.dnb-tooltip ::before,
|
|
2104
|
+
.dnb-tooltip ::after {
|
|
2105
|
+
background-repeat: no-repeat;
|
|
2106
|
+
/* 1 */
|
|
2107
|
+
-webkit-box-sizing: border-box;
|
|
2108
|
+
box-sizing: border-box;
|
|
2109
|
+
/* 2 */ }
|
|
2110
|
+
.dnb-tooltip ::before,
|
|
2111
|
+
.dnb-tooltip ::after {
|
|
2112
|
+
text-decoration: inherit;
|
|
2113
|
+
/* 1 */
|
|
2114
|
+
vertical-align: inherit;
|
|
2115
|
+
/* 2 */ }
|
|
2116
|
+
|
|
2117
|
+
/*
|
|
2118
|
+
* Tooltip component
|
|
2119
|
+
*
|
|
2120
|
+
*/
|
|
2121
|
+
.dnb-tooltip {
|
|
2122
|
+
position: absolute;
|
|
2123
|
+
z-index: 3100;
|
|
2124
|
+
display: -webkit-box;
|
|
2125
|
+
display: -ms-flexbox;
|
|
2126
|
+
display: flex;
|
|
2127
|
+
-webkit-box-orient: vertical;
|
|
2128
|
+
-webkit-box-direction: normal;
|
|
2129
|
+
-ms-flex-direction: column;
|
|
2130
|
+
flex-direction: column;
|
|
2131
|
+
-webkit-box-pack: center;
|
|
2132
|
+
-ms-flex-pack: center;
|
|
2133
|
+
justify-content: center;
|
|
2134
|
+
-webkit-box-align: center;
|
|
2135
|
+
-ms-flex-align: center;
|
|
2136
|
+
align-items: center;
|
|
2137
|
+
padding: 0 1rem;
|
|
2138
|
+
opacity: 0;
|
|
2139
|
+
visibility: hidden;
|
|
2140
|
+
-webkit-transition: opacity 200ms ease-out;
|
|
2141
|
+
transition: opacity 200ms ease-out; }
|
|
2142
|
+
.dnb-tooltip--large {
|
|
2143
|
+
padding: 0.25rem 1rem; }
|
|
2144
|
+
.dnb-tooltip--animate_position {
|
|
2145
|
+
-webkit-transition: all 300ms ease-in-out, opacity 200ms ease-out;
|
|
2146
|
+
transition: all 300ms ease-in-out, opacity 200ms ease-out; }
|
|
2147
|
+
.dnb-tooltip--active {
|
|
2148
|
+
visibility: visible;
|
|
2149
|
+
/*
|
|
2150
|
+
because of the first "show" we also use animation
|
|
2151
|
+
also, use forwards because of the usage of visibility
|
|
2152
|
+
*/
|
|
2153
|
+
-webkit-animation: show-tooltip 200ms ease-out forwards;
|
|
2154
|
+
animation: show-tooltip 200ms ease-out forwards; }
|
|
2155
|
+
html[data-visual-test] .dnb-tooltip--active, .dnb-tooltip--active.dnb-tooltip--no-animation {
|
|
2156
|
+
-webkit-animation: show-tooltip 1ms ease-out forwards;
|
|
2157
|
+
animation: show-tooltip 1ms ease-out forwards; }
|
|
2158
|
+
.dnb-tooltip--hide {
|
|
2159
|
+
visibility: visible;
|
|
2160
|
+
-webkit-animation: hide-tooltip 200ms ease-in-out forwards;
|
|
2161
|
+
animation: hide-tooltip 200ms ease-in-out forwards; }
|
|
2162
|
+
.dnb-tooltip--hide.dnb-tooltip--no-animation {
|
|
2163
|
+
-webkit-animation: hide-tooltip 1ms ease-out forwards;
|
|
2164
|
+
animation: hide-tooltip 1ms ease-out forwards; }
|
|
2165
|
+
.dnb-tooltip--fixed {
|
|
2166
|
+
position: fixed; }
|
|
2167
|
+
html[data-visual-test] .dnb-tooltip--hide {
|
|
2168
|
+
-webkit-animation: hide-tooltip 1ms ease-out 1s forwards;
|
|
2169
|
+
animation: hide-tooltip 1ms ease-out 1s forwards; }
|
|
2170
|
+
.dnb-tooltip__content {
|
|
2171
|
+
min-width: 2rem;
|
|
2172
|
+
min-height: 1.5rem;
|
|
2173
|
+
padding: 0; }
|
|
2174
|
+
.dnb-tooltip__arrow {
|
|
2175
|
+
position: absolute;
|
|
2176
|
+
pointer-events: none;
|
|
2177
|
+
margin: 0;
|
|
2178
|
+
width: 1rem;
|
|
2179
|
+
height: 0.5rem;
|
|
2180
|
+
overflow: hidden; }
|
|
2181
|
+
.dnb-tooltip__arrow::before {
|
|
2182
|
+
content: '';
|
|
2183
|
+
position: absolute;
|
|
2184
|
+
bottom: 0;
|
|
2185
|
+
left: 0;
|
|
2186
|
+
width: 1rem;
|
|
2187
|
+
height: 1rem;
|
|
2188
|
+
-webkit-transform: translateY(70%) rotate(45deg);
|
|
2189
|
+
transform: translateY(70%) rotate(45deg); }
|
|
2190
|
+
.dnb-tooltip__arrow__position--bottom {
|
|
2191
|
+
top: -0.5rem; }
|
|
2192
|
+
.dnb-tooltip__arrow__position--top {
|
|
2193
|
+
bottom: -0.5rem;
|
|
2194
|
+
-webkit-transform: rotate(180deg);
|
|
2195
|
+
transform: rotate(180deg); }
|
|
2196
|
+
.dnb-tooltip__arrow__position--left {
|
|
2197
|
+
right: -0.75rem;
|
|
2198
|
+
margin-right: 3px;
|
|
2199
|
+
-webkit-transform: rotate(90deg);
|
|
2200
|
+
transform: rotate(90deg); }
|
|
2201
|
+
.dnb-tooltip__arrow__position--right {
|
|
2202
|
+
left: -0.75rem;
|
|
2203
|
+
margin-left: 3px;
|
|
2204
|
+
-webkit-transform: rotate(270deg);
|
|
2205
|
+
transform: rotate(270deg); }
|
|
2206
|
+
.dnb-tooltip__arrow__arrow--left {
|
|
2207
|
+
-ms-flex-item-align: start;
|
|
2208
|
+
align-self: flex-start; }
|
|
2209
|
+
.dnb-tooltip__arrow__arrow--right {
|
|
2210
|
+
-ms-flex-item-align: end;
|
|
2211
|
+
align-self: flex-end; }
|
|
2212
|
+
|
|
2213
|
+
@keyframes show-tooltip {
|
|
2214
|
+
from {
|
|
2215
|
+
opacity: 0; }
|
|
2216
|
+
to {
|
|
2217
|
+
opacity: 1; } }
|
|
2218
|
+
|
|
2219
|
+
@keyframes hide-tooltip {
|
|
2220
|
+
from {
|
|
2221
|
+
opacity: 1; }
|
|
2222
|
+
to {
|
|
2223
|
+
opacity: 0;
|
|
2224
|
+
visibility: hidden; } }
|
|
2225
|
+
|
|
2226
|
+
/*
|
|
2227
|
+
* DNB FormStatus
|
|
2228
|
+
*
|
|
2229
|
+
*/
|
|
2230
|
+
/**
|
|
2231
|
+
* This file is only used to make components independent
|
|
2232
|
+
* so that they can get imported individually, without the core styles
|
|
2233
|
+
*
|
|
2234
|
+
*/
|
|
2235
|
+
/*
|
|
2236
|
+
* Utilities
|
|
2237
|
+
*/
|
|
2238
|
+
/*
|
|
2239
|
+
* Scopes
|
|
2240
|
+
*
|
|
2241
|
+
*/
|
|
2242
|
+
/*
|
|
2243
|
+
* Document Reset
|
|
2244
|
+
*
|
|
2245
|
+
*/
|
|
2246
|
+
.dnb-form-status {
|
|
2247
|
+
font-family: 'DNB', sans-serif;
|
|
2248
|
+
font-family: var(--font-family-default);
|
|
2249
|
+
font-weight: normal;
|
|
2250
|
+
font-weight: var(--font-weight-basis);
|
|
2251
|
+
font-size: 1rem;
|
|
2252
|
+
font-size: var(--font-size-small);
|
|
2253
|
+
font-style: normal;
|
|
2254
|
+
line-height: 1.5rem;
|
|
2255
|
+
line-height: var(--line-height-basis);
|
|
2256
|
+
color: #333;
|
|
2257
|
+
color: var(--color-black-80, #333);
|
|
2258
|
+
-moz-osx-font-smoothing: grayscale;
|
|
2259
|
+
-webkit-font-smoothing: antialiased;
|
|
2260
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2261
|
+
/**
|
|
2262
|
+
* Ensure consistency and use the same as HTML reset -> html {...}
|
|
2263
|
+
* between base and code package
|
|
2264
|
+
*/
|
|
2265
|
+
-moz-tab-size: 4;
|
|
2266
|
+
-o-tab-size: 4;
|
|
2267
|
+
tab-size: 4;
|
|
2268
|
+
-ms-text-size-adjust: 100%;
|
|
2269
|
+
-webkit-text-size-adjust: 100%;
|
|
2270
|
+
word-break: break-word;
|
|
2271
|
+
/**
|
|
2272
|
+
* 1. Remove repeating backgrounds in all browsers (opinionated).
|
|
2273
|
+
* 2. Add border box sizing in all browsers (opinionated).
|
|
2274
|
+
*/
|
|
2275
|
+
/**
|
|
2276
|
+
* 1. Add text decoration inheritance in all browsers (opinionated).
|
|
2277
|
+
* 2. Add vertical alignment inheritance in all browsers (opinionated).
|
|
2278
|
+
*/
|
|
2279
|
+
margin: 0;
|
|
2280
|
+
padding: 0; }
|
|
2281
|
+
.dnb-form-status *,
|
|
2282
|
+
.dnb-form-status ::before,
|
|
2283
|
+
.dnb-form-status ::after {
|
|
2284
|
+
background-repeat: no-repeat;
|
|
2285
|
+
/* 1 */
|
|
2286
|
+
-webkit-box-sizing: border-box;
|
|
2287
|
+
box-sizing: border-box;
|
|
2288
|
+
/* 2 */ }
|
|
2289
|
+
.dnb-form-status ::before,
|
|
2290
|
+
.dnb-form-status ::after {
|
|
2291
|
+
text-decoration: inherit;
|
|
2292
|
+
/* 1 */
|
|
2293
|
+
vertical-align: inherit;
|
|
2294
|
+
/* 2 */ }
|
|
2295
|
+
|
|
2296
|
+
/*
|
|
2297
|
+
* FormStatus component
|
|
2298
|
+
*
|
|
2299
|
+
*/
|
|
2300
|
+
:root {
|
|
2301
|
+
--form-status-radius: 0.25rem; }
|
|
2302
|
+
|
|
2303
|
+
.dnb-form-status {
|
|
2304
|
+
display: -webkit-box;
|
|
2305
|
+
display: -ms-flexbox;
|
|
2306
|
+
display: flex;
|
|
2307
|
+
opacity: 1;
|
|
2308
|
+
-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);
|
|
2309
|
+
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); }
|
|
2310
|
+
.dnb-form-status--hidden {
|
|
2311
|
+
will-change: height, opacity, margin, padding;
|
|
2312
|
+
width: 0;
|
|
2313
|
+
height: 0;
|
|
2314
|
+
opacity: 0; }
|
|
2315
|
+
.dnb-form-status--is-animating {
|
|
2316
|
+
overflow: hidden;
|
|
2317
|
+
width: auto; }
|
|
2318
|
+
.dnb-form-status--disappear, .dnb-form-status--hidden {
|
|
2319
|
+
margin: 0 !important;
|
|
2320
|
+
padding: 0 !important; }
|
|
2321
|
+
.dnb-form-status__shell {
|
|
2322
|
+
display: -webkit-box;
|
|
2323
|
+
display: -ms-flexbox;
|
|
2324
|
+
display: flex;
|
|
2325
|
+
-webkit-box-pack: start;
|
|
2326
|
+
-ms-flex-pack: start;
|
|
2327
|
+
justify-content: flex-start;
|
|
2328
|
+
-webkit-box-align: start;
|
|
2329
|
+
-ms-flex-align: start;
|
|
2330
|
+
align-items: flex-start;
|
|
2331
|
+
min-width: inherit;
|
|
2332
|
+
border-radius: 0.25rem;
|
|
2333
|
+
border-radius: var(--form-status-radius); }
|
|
2334
|
+
.dnb-form-status__text {
|
|
2335
|
+
padding: 0.625rem 1rem;
|
|
2336
|
+
cursor: text;
|
|
2337
|
+
color: inherit;
|
|
2338
|
+
line-height: 1.25rem;
|
|
2339
|
+
line-height: var(--line-height-small);
|
|
2340
|
+
font-size: 1rem;
|
|
2341
|
+
font-size: var(--font-size-small);
|
|
2342
|
+
white-space: normal; }
|
|
2343
|
+
button .dnb-form-status__text {
|
|
2344
|
+
cursor: inherit; }
|
|
2345
|
+
.dnb-form-status__text .dnb-anchor {
|
|
2346
|
+
font-size: inherit; }
|
|
2347
|
+
.dnb-icon + .dnb-form-status__text {
|
|
2348
|
+
padding-left: 0.5rem; }
|
|
2349
|
+
.dnb-form-status__shell > .dnb-icon {
|
|
2350
|
+
display: -webkit-box;
|
|
2351
|
+
display: -ms-flexbox;
|
|
2352
|
+
display: flex;
|
|
2353
|
+
-webkit-box-pack: center;
|
|
2354
|
+
-ms-flex-pack: center;
|
|
2355
|
+
justify-content: center;
|
|
2356
|
+
-webkit-box-align: center;
|
|
2357
|
+
-ms-flex-align: center;
|
|
2358
|
+
align-items: center;
|
|
2359
|
+
margin: 0.3333333em 0.3333333em 0.3333333em 0.6666666em; }
|
|
2360
|
+
.dnb-form-status__size--large .dnb-form-status__text {
|
|
2361
|
+
padding-top: 1.125rem;
|
|
2362
|
+
padding-bottom: 1.125rem; }
|
|
2363
|
+
.dnb-form-status__size--large .dnb-form-status__shell > .dnb-icon {
|
|
2364
|
+
margin-top: 0.6666666em;
|
|
2365
|
+
margin-bottom: 0.6666666em; }
|
|
2366
|
+
.dnb-form-status--stretch {
|
|
2367
|
+
-webkit-box-flex: 1;
|
|
2368
|
+
-ms-flex-positive: 1;
|
|
2369
|
+
flex-grow: 1; }
|
|
2370
|
+
.dnb-form-status--stretch .dnb-form-status__shell {
|
|
2371
|
+
width: 100%; }
|
|
2372
|
+
.dnb-form-status--stretch .dnb-form-status__text {
|
|
2373
|
+
max-width: 47rem; }
|
|
2374
|
+
.dnb-form-status[hidden] {
|
|
2375
|
+
display: none; }
|
|
2376
|
+
.dnb-form-status--no-animation,
|
|
2377
|
+
html[data-visual-test] .dnb-form-status {
|
|
2378
|
+
-webkit-transition-duration: 1ms !important;
|
|
2379
|
+
transition-duration: 1ms !important; }
|
|
2380
|
+
@media screen and (-ms-high-contrast: none) {
|
|
2381
|
+
.dnb-form-status__shell > .dnb-icon {
|
|
2382
|
+
border-width: 1px; } }
|
|
2383
|
+
|
|
2384
|
+
.dnb-button {
|
|
2385
|
+
font-family: 'DNB', sans-serif;
|
|
2386
|
+
font-family: var(--font-family-default);
|
|
2387
|
+
font-weight: normal;
|
|
2388
|
+
font-weight: var(--font-weight-basis);
|
|
2389
|
+
font-size: 1rem;
|
|
2390
|
+
font-size: var(--font-size-small);
|
|
2391
|
+
font-style: normal;
|
|
2392
|
+
line-height: 1.5rem;
|
|
2393
|
+
line-height: var(--line-height-basis);
|
|
2394
|
+
color: #333;
|
|
2395
|
+
color: var(--color-black-80, #333);
|
|
2396
|
+
-moz-osx-font-smoothing: grayscale;
|
|
2397
|
+
-webkit-font-smoothing: antialiased;
|
|
2398
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2399
|
+
/**
|
|
2400
|
+
* Ensure consistency and use the same as HTML reset -> html {...}
|
|
2401
|
+
* between base and code package
|
|
2402
|
+
*/
|
|
2403
|
+
-moz-tab-size: 4;
|
|
2404
|
+
-o-tab-size: 4;
|
|
2405
|
+
tab-size: 4;
|
|
2406
|
+
-ms-text-size-adjust: 100%;
|
|
2407
|
+
-webkit-text-size-adjust: 100%;
|
|
2408
|
+
word-break: break-word;
|
|
2409
|
+
/**
|
|
2410
|
+
* 1. Remove repeating backgrounds in all browsers (opinionated).
|
|
2411
|
+
* 2. Add border box sizing in all browsers (opinionated).
|
|
2412
|
+
*/
|
|
2413
|
+
/**
|
|
2414
|
+
* 1. Add text decoration inheritance in all browsers (opinionated).
|
|
2415
|
+
* 2. Add vertical alignment inheritance in all browsers (opinionated).
|
|
2416
|
+
*/
|
|
2417
|
+
margin: 0;
|
|
2418
|
+
padding: 0; }
|
|
2419
|
+
.dnb-button *,
|
|
2420
|
+
.dnb-button ::before,
|
|
2421
|
+
.dnb-button ::after {
|
|
2422
|
+
background-repeat: no-repeat;
|
|
2423
|
+
/* 1 */
|
|
2424
|
+
-webkit-box-sizing: border-box;
|
|
2425
|
+
box-sizing: border-box;
|
|
2426
|
+
/* 2 */ }
|
|
2427
|
+
.dnb-button ::before,
|
|
2428
|
+
.dnb-button ::after {
|
|
2429
|
+
text-decoration: inherit;
|
|
2430
|
+
/* 1 */
|
|
2431
|
+
vertical-align: inherit;
|
|
2432
|
+
/* 2 */ }
|
|
2433
|
+
|
|
2434
|
+
/*
|
|
2435
|
+
* Button component
|
|
2436
|
+
*
|
|
2437
|
+
*/
|
|
2438
|
+
:root {
|
|
2439
|
+
--button-font-size: var(--font-size-basis);
|
|
2440
|
+
--button-font-size-small: var(--font-size-small);
|
|
2441
|
+
--button-width: 2.5rem;
|
|
2442
|
+
--button-height: 2.5rem;
|
|
2443
|
+
--button-width--small: 1.5rem;
|
|
2444
|
+
--button-height--small: 1.5rem;
|
|
2445
|
+
--button-width--medium: 2rem;
|
|
2446
|
+
--button-height--medium: 2rem;
|
|
2447
|
+
--button-width--large: 3rem;
|
|
2448
|
+
--button-height--large: 3rem;
|
|
2449
|
+
--button-icon-size: 1rem;
|
|
2450
|
+
--button-border-width: 0.0625rem;
|
|
2451
|
+
--button-border-width--hover: 0.1875rem;
|
|
2452
|
+
--button-border-radius: calc(var(--button-height)/2);
|
|
2453
|
+
--button-border-radius: calc(var(--button-height) / 2);
|
|
2454
|
+
--button-border-radius--small: calc(var(--button-height--small)/2);
|
|
2455
|
+
--button-border-radius--small: calc(var(--button-height--small) / 2);
|
|
2456
|
+
--button-border-radius--medium: calc(var(--button-height--medium)/2);
|
|
2457
|
+
--button-border-radius--medium: calc(var(--button-height--medium) / 2);
|
|
2458
|
+
--button-border-radius--large: calc(var(--button-height--large)/2);
|
|
2459
|
+
--button-border-radius--large: calc(var(--button-height--large) / 2); }
|
|
2460
|
+
|
|
2461
|
+
.dnb-button {
|
|
2462
|
+
position: relative;
|
|
2463
|
+
-moz-user-select: none;
|
|
2464
|
+
-ms-user-select: none;
|
|
2465
|
+
user-select: none;
|
|
2466
|
+
-webkit-user-select: none;
|
|
2467
|
+
cursor: pointer;
|
|
2468
|
+
white-space: nowrap;
|
|
2469
|
+
display: -webkit-inline-box;
|
|
2470
|
+
display: -ms-inline-flexbox;
|
|
2471
|
+
display: inline-flex;
|
|
2472
|
+
-webkit-box-align: center;
|
|
2473
|
+
-ms-flex-align: center;
|
|
2474
|
+
align-items: center;
|
|
2475
|
+
-webkit-box-pack: center;
|
|
2476
|
+
-ms-flex-pack: center;
|
|
2477
|
+
justify-content: center;
|
|
2478
|
+
width: 2.5rem;
|
|
2479
|
+
width: var(--button-width);
|
|
2480
|
+
height: auto;
|
|
2481
|
+
padding: 0;
|
|
2482
|
+
border: 0.0625rem solid transparent;
|
|
2483
|
+
border: var(--button-border-width) solid transparent;
|
|
2484
|
+
border-radius: 1.25rem;
|
|
2485
|
+
border-radius: calc(2.5rem / 2);
|
|
2486
|
+
border-radius: var(--button-border-radius);
|
|
2487
|
+
text-decoration: none;
|
|
2488
|
+
font-size: 1rem;
|
|
2489
|
+
font-size: var(--font-size-small);
|
|
2490
|
+
/* stylelint-disable-next-line */ }
|
|
2491
|
+
.dnb-button--wrap {
|
|
2492
|
+
word-wrap: break-word;
|
|
2493
|
+
white-space: normal; }
|
|
2494
|
+
.dnb-button,
|
|
2495
|
+
.dnb-core-style .dnb-button {
|
|
2496
|
+
line-height: 2.5rem;
|
|
2497
|
+
line-height: var(--button-height); }
|
|
2498
|
+
.dnb-button__text {
|
|
2499
|
+
margin: 0.5rem 0;
|
|
2500
|
+
font-size: 1.125rem;
|
|
2501
|
+
font-size: var(--button-font-size);
|
|
2502
|
+
line-height: 1.5rem;
|
|
2503
|
+
line-height: var(--line-height-basis);
|
|
2504
|
+
color: inherit;
|
|
2505
|
+
-webkit-transform: translateY(-0.03125rem);
|
|
2506
|
+
transform: translateY(-0.03125rem); }
|
|
2507
|
+
.dnb-button__text [data-os='linux'] {
|
|
2508
|
+
-webkit-transform: translateY(-0.035rem);
|
|
2509
|
+
transform: translateY(-0.035rem); }
|
|
2510
|
+
.dnb-button__alignment {
|
|
2511
|
+
display: inline-block;
|
|
2512
|
+
width: 0; }
|
|
2513
|
+
.dnb-button__bounding {
|
|
2514
|
+
position: absolute;
|
|
2515
|
+
top: 0;
|
|
2516
|
+
bottom: 0;
|
|
2517
|
+
right: 0;
|
|
2518
|
+
left: 0;
|
|
2519
|
+
-webkit-transform: scale(1.1, 1.4);
|
|
2520
|
+
transform: scale(1.1, 1.4);
|
|
2521
|
+
background-color: transparent;
|
|
2522
|
+
border-radius: 1.25rem;
|
|
2523
|
+
border-radius: calc(2.5rem / 2);
|
|
2524
|
+
border-radius: var(--button-border-radius); }
|
|
2525
|
+
.dnb-button--has-text {
|
|
2526
|
+
padding-left: 1.5rem;
|
|
2527
|
+
padding-right: 1.5rem; }
|
|
2528
|
+
.dnb-button--size-small {
|
|
2529
|
+
width: 1.5rem;
|
|
2530
|
+
width: var(--button-width--small);
|
|
2531
|
+
font-size: 1rem;
|
|
2532
|
+
font-size: var(--button-font-size-small);
|
|
2533
|
+
border-radius: 0.75rem;
|
|
2534
|
+
border-radius: calc(1.5rem / 2);
|
|
2535
|
+
border-radius: var(--button-border-radius--small); }
|
|
2536
|
+
.dnb-button--size-small,
|
|
2537
|
+
.dnb-core-style .dnb-button--size-small {
|
|
2538
|
+
line-height: 1.5rem;
|
|
2539
|
+
line-height: var(--button-height--small); }
|
|
2540
|
+
.dnb-button--size-small .dnb-button__text {
|
|
2541
|
+
margin: 0; }
|
|
2542
|
+
.dnb-button--has-text.dnb-button--size-small {
|
|
2543
|
+
padding-left: 1rem;
|
|
2544
|
+
padding-right: 1rem; }
|
|
2545
|
+
.dnb-button--has-text.dnb-button--icon-position-left.dnb-button--size-small {
|
|
2546
|
+
padding-left: 0.5rem; }
|
|
2547
|
+
.dnb-button--has-text.dnb-button--icon-position-right.dnb-button--size-small {
|
|
2548
|
+
padding-right: 0.5rem; }
|
|
2549
|
+
.dnb-button--size-medium {
|
|
2550
|
+
width: 2rem;
|
|
2551
|
+
width: var(--button-width--medium);
|
|
2552
|
+
border-radius: 1rem;
|
|
2553
|
+
border-radius: calc(2rem / 2);
|
|
2554
|
+
border-radius: var(--button-border-radius--medium); }
|
|
2555
|
+
.dnb-button--size-medium,
|
|
2556
|
+
.dnb-core-style .dnb-button--size-medium {
|
|
2557
|
+
line-height: 2rem;
|
|
2558
|
+
line-height: var(--button-height--medium); }
|
|
2559
|
+
.dnb-button--size-medium .dnb-button__text {
|
|
2560
|
+
margin: 0; }
|
|
2561
|
+
.dnb-button--has-text.dnb-button--size-medium {
|
|
2562
|
+
padding-left: 1rem;
|
|
2563
|
+
padding-right: 1rem; }
|
|
2564
|
+
.dnb-button--has-text.dnb-button--icon-position-left.dnb-button--size-medium {
|
|
2565
|
+
padding-left: 0.5rem; }
|
|
2566
|
+
.dnb-button--has-text.dnb-button--icon-position-right.dnb-button--size-medium {
|
|
2567
|
+
padding-right: 0.5rem; }
|
|
2568
|
+
.dnb-button--size-large {
|
|
2569
|
+
width: 3rem;
|
|
2570
|
+
width: var(--button-width--large);
|
|
2571
|
+
border-radius: 1.5rem;
|
|
2572
|
+
border-radius: calc(3rem / 2);
|
|
2573
|
+
border-radius: var(--button-border-radius--large); }
|
|
2574
|
+
.dnb-button--size-large,
|
|
2575
|
+
.dnb-core-style .dnb-button--size-large {
|
|
2576
|
+
line-height: 3rem;
|
|
2577
|
+
line-height: var(--button-height--large); }
|
|
2578
|
+
.dnb-button--has-text.dnb-button--size-large {
|
|
2579
|
+
padding-left: 2rem;
|
|
2580
|
+
padding-right: 2rem; }
|
|
2581
|
+
.dnb-button--has-text.dnb-button--icon-position-left.dnb-button--size-large {
|
|
2582
|
+
padding-left: 1rem; }
|
|
2583
|
+
.dnb-button--has-text.dnb-button--icon-position-right.dnb-button--size-large {
|
|
2584
|
+
padding-right: 1rem; }
|
|
2585
|
+
.dnb-button--has-text {
|
|
2586
|
+
width: auto; }
|
|
2587
|
+
.dnb-button--has-text .dnb-button__icon {
|
|
2588
|
+
margin: 0 0.5rem;
|
|
2589
|
+
margin: 0 calc(1rem / 2);
|
|
2590
|
+
margin: 0 calc(var(--button-icon-size)/2);
|
|
2591
|
+
margin: 0 calc(var(--button-icon-size) / 2); }
|
|
2592
|
+
.dnb-button--has-text.dnb-button--icon-position-left {
|
|
2593
|
+
padding-left: 0.5rem; }
|
|
2594
|
+
.dnb-button--has-text.dnb-button--icon-position-right {
|
|
2595
|
+
padding-right: 0.5rem; }
|
|
2596
|
+
.dnb-button--has-text.dnb-button--has-icon .dnb-button__icon {
|
|
2597
|
+
-webkit-box-ordinal-group: 3;
|
|
2598
|
+
-ms-flex-order: 2;
|
|
2599
|
+
order: 2; }
|
|
2600
|
+
.dnb-button--has-text.dnb-button--has-icon .dnb-button__text {
|
|
2601
|
+
-webkit-box-ordinal-group: 2;
|
|
2602
|
+
-ms-flex-order: 1;
|
|
2603
|
+
order: 1; }
|
|
2604
|
+
.dnb-button:not(.dnb-button--has-text) .dnb-button__icon {
|
|
2605
|
+
width: inherit; }
|
|
2606
|
+
.dnb-button__icon.dnb-icon svg:not([width]):not([height]) {
|
|
2607
|
+
width: 1rem;
|
|
2608
|
+
width: var(--button-icon-size);
|
|
2609
|
+
height: 1rem;
|
|
2610
|
+
height: var(--button-icon-size); }
|
|
2611
|
+
[href] > .dnb-button__icon.dnb-icon {
|
|
2612
|
+
line-height: 1.125rem;
|
|
2613
|
+
line-height: var(--button-font-size); }
|
|
2614
|
+
.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 {
|
|
2615
|
+
-webkit-box-ordinal-group: 2;
|
|
2616
|
+
-ms-flex-order: 1;
|
|
2617
|
+
order: 1; }
|
|
2618
|
+
.dnb-button--has-text.dnb-button--has-icon.dnb-button--icon-position-left > *,
|
|
2619
|
+
.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 > *,
|
|
2620
|
+
.dnb-button--has-text.dnb-button--has-icon.dnb-button--icon-position-top .dnb-button__text {
|
|
2621
|
+
-webkit-box-ordinal-group: 3;
|
|
2622
|
+
-ms-flex-order: 2;
|
|
2623
|
+
order: 2; }
|
|
2624
|
+
.dnb-button--stretch {
|
|
2625
|
+
width: 100%; }
|
|
2626
|
+
.dnb-button--reset {
|
|
2627
|
+
margin: 0;
|
|
2628
|
+
padding: 0;
|
|
2629
|
+
width: auto;
|
|
2630
|
+
height: auto;
|
|
2631
|
+
overflow: visible;
|
|
2632
|
+
border: none;
|
|
2633
|
+
border-radius: 0;
|
|
2634
|
+
background-color: transparent;
|
|
2635
|
+
-webkit-appearance: none;
|
|
2636
|
+
-moz-appearance: none;
|
|
2637
|
+
appearance: none;
|
|
2638
|
+
-webkit-box-shadow: none;
|
|
2639
|
+
box-shadow: none;
|
|
2640
|
+
color: inherit;
|
|
2641
|
+
font: inherit;
|
|
2642
|
+
text-align: inherit;
|
|
2643
|
+
line-height: inherit; }
|
|
2644
|
+
html:not([data-whatintent='touch']) .dnb-button--reset:hover[disabled] {
|
|
2645
|
+
cursor: not-allowed; }
|
|
2646
|
+
html:not([data-whatintent='touch']) .dnb-button--reset:hover:not([disabled]) {
|
|
2647
|
+
-webkit-box-shadow: none;
|
|
2648
|
+
box-shadow: none;
|
|
2649
|
+
border: none; }
|
|
2650
|
+
.dnb-button--reset:not([disabled]):focus, .dnb-button--reset:not([disabled]):active {
|
|
2651
|
+
outline: none; }
|
|
2652
|
+
html[data-whatinput='keyboard'] .dnb-button--reset:not([disabled]):focus, html[data-whatinput='keyboard'] .dnb-button--reset:not([disabled]):active {
|
|
2653
|
+
--border-color: var(--color-emerald-green);
|
|
2654
|
+
-webkit-box-shadow: 0 0 0 0.125rem var(--border-color);
|
|
2655
|
+
box-shadow: 0 0 0 0.125rem var(--border-color);
|
|
2656
|
+
border-color: transparent; }
|
|
2657
|
+
@media screen and (-ms-high-contrast: none) {
|
|
2658
|
+
html[data-whatinput='keyboard'] .dnb-button--reset:not([disabled]):focus, html[data-whatinput='keyboard'] .dnb-button--reset:not([disabled]):active {
|
|
2659
|
+
-webkit-box-shadow: 0 0 0 0.125rem #14555a;
|
|
2660
|
+
box-shadow: 0 0 0 0.125rem #14555a;
|
|
2661
|
+
-webkit-box-shadow: 0 0 0 0.125rem var(--color-emerald-green);
|
|
2662
|
+
box-shadow: 0 0 0 0.125rem var(--color-emerald-green); } }
|
|
2663
|
+
html[data-whatinput='mouse'] .dnb-button--reset:not([disabled]):focus,
|
|
2664
|
+
html[data-whatinput='mouse'] .dnb-button--reset:not([disabled]):active {
|
|
2665
|
+
-webkit-box-shadow: none;
|
|
2666
|
+
box-shadow: none;
|
|
2667
|
+
color: inherit;
|
|
2668
|
+
border: none; }
|
|
2669
|
+
.dnb-button[type='button'], .dnb-button[type='reset'], .dnb-button[type='submit'] {
|
|
2670
|
+
appearance: none;
|
|
2671
|
+
-moz-appearance: none;
|
|
2672
|
+
-webkit-appearance: none; }
|
|
2673
|
+
.dnb-button[disabled] {
|
|
2674
|
+
cursor: not-allowed; }
|
|
2675
|
+
.dnb-form-row--vertical .dnb-form-row__content > .dnb-button {
|
|
2676
|
+
-ms-flex-item-align: start;
|
|
2677
|
+
align-self: flex-start; }
|
|
2678
|
+
.dnb-form-row--horizontal .dnb-form-row__content .dnb-button__text {
|
|
2679
|
+
white-space: nowrap; }
|
|
2680
|
+
.dnb-button + .dnb-form-status {
|
|
2681
|
+
margin-top: 0.5rem; }
|
|
2682
|
+
@media screen and (-ms-high-contrast: none) {
|
|
2683
|
+
.dnb-button {
|
|
2684
|
+
-webkit-box-flex: 0;
|
|
2685
|
+
-ms-flex: none;
|
|
2686
|
+
flex: none; }
|
|
2687
|
+
.dnb-button__icon, .dnb-button__text {
|
|
2688
|
+
-webkit-transform: translateY(-0.0625rem);
|
|
2689
|
+
transform: translateY(-0.0625rem); } }
|
|
2690
|
+
|
|
2691
|
+
/* Firefox includes a hidden border which messes up button dimensions */
|
|
2692
|
+
button.dnb-button::-moz-focus-inner {
|
|
2693
|
+
border: none; }
|
|
2694
|
+
|
|
2695
|
+
/*
|
|
2696
|
+
* DNB FormLabel
|
|
2697
|
+
*
|
|
2698
|
+
*/
|
|
2699
|
+
/**
|
|
2700
|
+
* This file is only used to make components independent
|
|
2701
|
+
* so that they can get imported individually, without the core styles
|
|
2702
|
+
*
|
|
2703
|
+
*/
|
|
2704
|
+
/*
|
|
2705
|
+
* Utilities
|
|
2706
|
+
*/
|
|
2707
|
+
/*
|
|
2708
|
+
* Scopes
|
|
2709
|
+
*
|
|
2710
|
+
*/
|
|
2711
|
+
/*
|
|
2712
|
+
* Document Reset
|
|
2713
|
+
*
|
|
2714
|
+
*/
|
|
2715
|
+
.dnb-form-label {
|
|
2716
|
+
font-family: 'DNB', sans-serif;
|
|
2717
|
+
font-family: var(--font-family-default);
|
|
2718
|
+
font-weight: normal;
|
|
2719
|
+
font-weight: var(--font-weight-basis);
|
|
2720
|
+
font-size: 1rem;
|
|
2721
|
+
font-size: var(--font-size-small);
|
|
2722
|
+
font-style: normal;
|
|
2723
|
+
line-height: 1.5rem;
|
|
2724
|
+
line-height: var(--line-height-basis);
|
|
2725
|
+
color: #333;
|
|
2726
|
+
color: var(--color-black-80, #333);
|
|
2727
|
+
-moz-osx-font-smoothing: grayscale;
|
|
2728
|
+
-webkit-font-smoothing: antialiased;
|
|
2729
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2730
|
+
/**
|
|
2731
|
+
* Ensure consistency and use the same as HTML reset -> html {...}
|
|
2732
|
+
* between base and code package
|
|
2733
|
+
*/
|
|
2734
|
+
-moz-tab-size: 4;
|
|
2735
|
+
-o-tab-size: 4;
|
|
2736
|
+
tab-size: 4;
|
|
2737
|
+
-ms-text-size-adjust: 100%;
|
|
2738
|
+
-webkit-text-size-adjust: 100%;
|
|
2739
|
+
word-break: break-word;
|
|
2740
|
+
/**
|
|
2741
|
+
* 1. Remove repeating backgrounds in all browsers (opinionated).
|
|
2742
|
+
* 2. Add border box sizing in all browsers (opinionated).
|
|
2743
|
+
*/
|
|
2744
|
+
/**
|
|
2745
|
+
* 1. Add text decoration inheritance in all browsers (opinionated).
|
|
2746
|
+
* 2. Add vertical alignment inheritance in all browsers (opinionated).
|
|
2747
|
+
*/
|
|
2748
|
+
margin: 0;
|
|
2749
|
+
padding: 0; }
|
|
2750
|
+
.dnb-form-label *,
|
|
2751
|
+
.dnb-form-label ::before,
|
|
2752
|
+
.dnb-form-label ::after {
|
|
2753
|
+
background-repeat: no-repeat;
|
|
2754
|
+
/* 1 */
|
|
2755
|
+
-webkit-box-sizing: border-box;
|
|
2756
|
+
box-sizing: border-box;
|
|
2757
|
+
/* 2 */ }
|
|
2758
|
+
.dnb-form-label ::before,
|
|
2759
|
+
.dnb-form-label ::after {
|
|
2760
|
+
text-decoration: inherit;
|
|
2761
|
+
/* 1 */
|
|
2762
|
+
vertical-align: inherit;
|
|
2763
|
+
/* 2 */ }
|
|
2764
|
+
|
|
2765
|
+
/*
|
|
2766
|
+
* FormLabel component
|
|
2767
|
+
*
|
|
2768
|
+
*/
|
|
2769
|
+
.dnb-form-label {
|
|
2770
|
+
display: inline-block;
|
|
2771
|
+
width: auto;
|
|
2772
|
+
padding: 0;
|
|
2773
|
+
margin-right: 1rem;
|
|
2774
|
+
text-align: left;
|
|
2775
|
+
vertical-align: baseline;
|
|
2776
|
+
white-space: pre-wrap;
|
|
2777
|
+
word-break: normal;
|
|
2778
|
+
font-size: 1.125rem;
|
|
2779
|
+
font-size: var(--font-size-basis);
|
|
2780
|
+
color: inherit; }
|
|
1538
2781
|
.dnb-form-label--vertical {
|
|
1539
2782
|
display: block;
|
|
1540
2783
|
margin-right: 0;
|
|
@@ -1719,6 +2962,351 @@ legend.dnb-form-label {
|
|
|
1719
2962
|
.dnb-form-status__shell > .dnb-icon {
|
|
1720
2963
|
border-width: 1px; } }
|
|
1721
2964
|
|
|
2965
|
+
.dnb-dropdown {
|
|
2966
|
+
font-family: 'DNB', sans-serif;
|
|
2967
|
+
font-family: var(--font-family-default);
|
|
2968
|
+
font-weight: normal;
|
|
2969
|
+
font-weight: var(--font-weight-basis);
|
|
2970
|
+
font-size: 1rem;
|
|
2971
|
+
font-size: var(--font-size-small);
|
|
2972
|
+
font-style: normal;
|
|
2973
|
+
line-height: 1.5rem;
|
|
2974
|
+
line-height: var(--line-height-basis);
|
|
2975
|
+
color: #333;
|
|
2976
|
+
color: var(--color-black-80, #333);
|
|
2977
|
+
-moz-osx-font-smoothing: grayscale;
|
|
2978
|
+
-webkit-font-smoothing: antialiased;
|
|
2979
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2980
|
+
/**
|
|
2981
|
+
* Ensure consistency and use the same as HTML reset -> html {...}
|
|
2982
|
+
* between base and code package
|
|
2983
|
+
*/
|
|
2984
|
+
-moz-tab-size: 4;
|
|
2985
|
+
-o-tab-size: 4;
|
|
2986
|
+
tab-size: 4;
|
|
2987
|
+
-ms-text-size-adjust: 100%;
|
|
2988
|
+
-webkit-text-size-adjust: 100%;
|
|
2989
|
+
word-break: break-word;
|
|
2990
|
+
/**
|
|
2991
|
+
* 1. Remove repeating backgrounds in all browsers (opinionated).
|
|
2992
|
+
* 2. Add border box sizing in all browsers (opinionated).
|
|
2993
|
+
*/
|
|
2994
|
+
/**
|
|
2995
|
+
* 1. Add text decoration inheritance in all browsers (opinionated).
|
|
2996
|
+
* 2. Add vertical alignment inheritance in all browsers (opinionated).
|
|
2997
|
+
*/
|
|
2998
|
+
margin: 0;
|
|
2999
|
+
padding: 0; }
|
|
3000
|
+
.dnb-dropdown *,
|
|
3001
|
+
.dnb-dropdown ::before,
|
|
3002
|
+
.dnb-dropdown ::after {
|
|
3003
|
+
background-repeat: no-repeat;
|
|
3004
|
+
/* 1 */
|
|
3005
|
+
-webkit-box-sizing: border-box;
|
|
3006
|
+
box-sizing: border-box;
|
|
3007
|
+
/* 2 */ }
|
|
3008
|
+
.dnb-dropdown ::before,
|
|
3009
|
+
.dnb-dropdown ::after {
|
|
3010
|
+
text-decoration: inherit;
|
|
3011
|
+
/* 1 */
|
|
3012
|
+
vertical-align: inherit;
|
|
3013
|
+
/* 2 */ }
|
|
3014
|
+
|
|
3015
|
+
/*
|
|
3016
|
+
* Dropdown component
|
|
3017
|
+
*
|
|
3018
|
+
*/
|
|
3019
|
+
:root {
|
|
3020
|
+
--dropdown-width: 16rem;
|
|
3021
|
+
--dropdown-height: 2rem;
|
|
3022
|
+
--dropdown-height--small: 1.5rem;
|
|
3023
|
+
--dropdown-height--medium: 2.5rem;
|
|
3024
|
+
--dropdown-height--large: 3rem;
|
|
3025
|
+
--dropdown-padding-horizontal: 1rem;
|
|
3026
|
+
--dropdown-focus-border-width: 0.125rem;
|
|
3027
|
+
--dropdown-text-padding: 0.5rem;
|
|
3028
|
+
--dropdown-border-radius: 0.25rem; }
|
|
3029
|
+
|
|
3030
|
+
.dnb-dropdown {
|
|
3031
|
+
display: -webkit-inline-box;
|
|
3032
|
+
display: -ms-inline-flexbox;
|
|
3033
|
+
display: inline-flex;
|
|
3034
|
+
-webkit-box-align: center;
|
|
3035
|
+
-ms-flex-align: center;
|
|
3036
|
+
align-items: center;
|
|
3037
|
+
font-size: 1rem;
|
|
3038
|
+
font-size: var(--font-size-small);
|
|
3039
|
+
line-height: 2rem;
|
|
3040
|
+
line-height: var(--dropdown-height); }
|
|
3041
|
+
.dnb-dropdown__inner {
|
|
3042
|
+
display: -webkit-inline-box;
|
|
3043
|
+
display: -ms-inline-flexbox;
|
|
3044
|
+
display: inline-flex;
|
|
3045
|
+
-webkit-box-orient: vertical;
|
|
3046
|
+
-webkit-box-direction: normal;
|
|
3047
|
+
-ms-flex-direction: column;
|
|
3048
|
+
flex-direction: column;
|
|
3049
|
+
-webkit-box-align: start;
|
|
3050
|
+
-ms-flex-align: start;
|
|
3051
|
+
align-items: flex-start;
|
|
3052
|
+
margin: 0;
|
|
3053
|
+
padding: 0;
|
|
3054
|
+
width: auto;
|
|
3055
|
+
color: inherit; }
|
|
3056
|
+
.dnb-dropdown__shell {
|
|
3057
|
+
position: relative;
|
|
3058
|
+
width: 16rem;
|
|
3059
|
+
width: var(--dropdown-width);
|
|
3060
|
+
height: 2rem;
|
|
3061
|
+
height: var(--dropdown-height);
|
|
3062
|
+
margin: 0;
|
|
3063
|
+
padding: 0;
|
|
3064
|
+
color: inherit; }
|
|
3065
|
+
.dnb-dropdown__row {
|
|
3066
|
+
display: -webkit-inline-box;
|
|
3067
|
+
display: -ms-inline-flexbox;
|
|
3068
|
+
display: inline-flex; }
|
|
3069
|
+
.dnb-dropdown--large .dnb-drawer-list__triangle {
|
|
3070
|
+
margin-left: 0.75rem;
|
|
3071
|
+
margin-left: calc(1rem - 0.25rem);
|
|
3072
|
+
margin-left: calc(var(--dropdown-padding-horizontal) - 0.25rem); }
|
|
3073
|
+
.dnb-dropdown--icon-position-left.dnb-dropdown--large .dnb-drawer-list__triangle {
|
|
3074
|
+
margin-left: 1.25rem;
|
|
3075
|
+
margin-left: calc(1rem + 0.25rem);
|
|
3076
|
+
margin-left: calc(var(--dropdown-padding-horizontal) + 0.25rem); }
|
|
3077
|
+
.dnb-dropdown__icon {
|
|
3078
|
+
position: relative;
|
|
3079
|
+
-webkit-box-ordinal-group: 3;
|
|
3080
|
+
-ms-flex-order: 2;
|
|
3081
|
+
order: 2;
|
|
3082
|
+
display: -webkit-inline-box;
|
|
3083
|
+
display: -ms-inline-flexbox;
|
|
3084
|
+
display: inline-flex;
|
|
3085
|
+
-webkit-box-pack: center;
|
|
3086
|
+
-ms-flex-pack: center;
|
|
3087
|
+
justify-content: center;
|
|
3088
|
+
pointer-events: none; }
|
|
3089
|
+
.dnb-dropdown__trigger {
|
|
3090
|
+
position: relative;
|
|
3091
|
+
z-index: 1;
|
|
3092
|
+
-moz-user-select: none;
|
|
3093
|
+
-ms-user-select: none;
|
|
3094
|
+
user-select: none;
|
|
3095
|
+
-webkit-user-select: none;
|
|
3096
|
+
width: 100%; }
|
|
3097
|
+
.dnb-dropdown__trigger.dnb-button {
|
|
3098
|
+
padding: 0 1rem;
|
|
3099
|
+
border-radius: 0.25rem;
|
|
3100
|
+
border-radius: var(--dropdown-border-radius); }
|
|
3101
|
+
.dnb-dropdown--is-popup .dnb-dropdown__trigger.dnb-button {
|
|
3102
|
+
padding: 0;
|
|
3103
|
+
border-radius: 50%; }
|
|
3104
|
+
.dnb-dropdown__text {
|
|
3105
|
+
-webkit-box-ordinal-group: 2;
|
|
3106
|
+
-ms-flex-order: 1;
|
|
3107
|
+
order: 1;
|
|
3108
|
+
position: relative;
|
|
3109
|
+
z-index: 4;
|
|
3110
|
+
display: -webkit-inline-box;
|
|
3111
|
+
display: -ms-inline-flexbox;
|
|
3112
|
+
display: inline-flex;
|
|
3113
|
+
width: 100%;
|
|
3114
|
+
overflow: hidden;
|
|
3115
|
+
color: inherit;
|
|
3116
|
+
text-align: left;
|
|
3117
|
+
text-overflow: ellipsis;
|
|
3118
|
+
line-height: inherit;
|
|
3119
|
+
font-size: 1.125rem;
|
|
3120
|
+
font-size: var(--font-size-basis); }
|
|
3121
|
+
.dnb-dropdown__text__inner {
|
|
3122
|
+
display: inherit;
|
|
3123
|
+
overflow: hidden;
|
|
3124
|
+
white-space: nowrap;
|
|
3125
|
+
text-overflow: inherit; }
|
|
3126
|
+
.dnb-dropdown--icon-position-left .dnb-dropdown__text {
|
|
3127
|
+
-webkit-box-ordinal-group: 3;
|
|
3128
|
+
-ms-flex-order: 2;
|
|
3129
|
+
order: 2;
|
|
3130
|
+
padding-right: 0;
|
|
3131
|
+
padding-left: 0.5rem;
|
|
3132
|
+
padding-left: var(--dropdown-text-padding); }
|
|
3133
|
+
.dnb-dropdown--icon-position-left .dnb-dropdown__icon {
|
|
3134
|
+
-webkit-box-ordinal-group: 2;
|
|
3135
|
+
-ms-flex-order: 1;
|
|
3136
|
+
order: 1; }
|
|
3137
|
+
.dnb-dropdown--icon-position-right .dnb-dropdown__text {
|
|
3138
|
+
padding-right: 0.5rem;
|
|
3139
|
+
padding-right: var(--dropdown-text-padding); }
|
|
3140
|
+
.dnb-dropdown--independent-width .dnb-dropdown__shell {
|
|
3141
|
+
width: auto; }
|
|
3142
|
+
@media screen and (max-width: 40em) {
|
|
3143
|
+
.dnb-dropdown--action-menu .dnb-dropdown__trigger.dnb-button {
|
|
3144
|
+
padding-left: 0.5rem;
|
|
3145
|
+
padding-right: 0.5rem;
|
|
3146
|
+
border-radius: 50%; } }
|
|
3147
|
+
@media screen and (min-width: 40em) {
|
|
3148
|
+
.dnb-dropdown--action-menu .dnb-dropdown__shell .dnb-dropdown__text {
|
|
3149
|
+
padding: 0 0.5rem; } }
|
|
3150
|
+
@media screen and (max-width: 40em) {
|
|
3151
|
+
.dnb-dropdown--action-menu .dnb-dropdown__shell .dnb-dropdown__text {
|
|
3152
|
+
width: 0;
|
|
3153
|
+
padding: 0; } }
|
|
3154
|
+
.dnb-dropdown--icon-position-left .dnb-button--tertiary
|
|
3155
|
+
~ .dnb-drawer-list__root--portal {
|
|
3156
|
+
left: -0.5rem; }
|
|
3157
|
+
.dnb-dropdown--icon-position-right .dnb-button--tertiary
|
|
3158
|
+
~ .dnb-drawer-list__root--portal {
|
|
3159
|
+
left: 0.5rem; }
|
|
3160
|
+
.dnb-dropdown .dnb-button--tertiary.dnb-button--active {
|
|
3161
|
+
-webkit-box-shadow: none;
|
|
3162
|
+
box-shadow: none; }
|
|
3163
|
+
.dnb-dropdown .dnb-button--tertiary .dnb-button__text {
|
|
3164
|
+
margin: 0 0.5rem; }
|
|
3165
|
+
.dnb-dropdown .dnb-button--tertiary .dnb-button__text::after {
|
|
3166
|
+
bottom: 0; }
|
|
3167
|
+
.dnb-dropdown--icon-position-left .dnb-button--tertiary .dnb-dropdown__text,
|
|
3168
|
+
.dnb-dropdown--icon-position-right .dnb-button--tertiary .dnb-dropdown__text {
|
|
3169
|
+
padding: 0; }
|
|
3170
|
+
.dnb-dropdown .dnb-button--tertiary:focus::before {
|
|
3171
|
+
left: 0 !important;
|
|
3172
|
+
right: 0 !important; }
|
|
3173
|
+
.dnb-dropdown--default.dnb-dropdown--is-popup .dnb-dropdown__shell,
|
|
3174
|
+
.dnb-dropdown--is-popup .dnb-dropdown__trigger {
|
|
3175
|
+
padding: 0;
|
|
3176
|
+
width: 2rem;
|
|
3177
|
+
width: var(--dropdown-height);
|
|
3178
|
+
height: 2rem;
|
|
3179
|
+
height: var(--dropdown-height); }
|
|
3180
|
+
.dnb-dropdown--is-popup .dnb-dropdown__icon {
|
|
3181
|
+
width: 100%; }
|
|
3182
|
+
.dnb-dropdown--is-popup.dnb-dropdown--scroll .dnb-dropdown__options {
|
|
3183
|
+
min-height: 1rem; }
|
|
3184
|
+
.dnb-dropdown--is-popup .dnb-drawer-list__root {
|
|
3185
|
+
width: 16rem;
|
|
3186
|
+
width: var(--dropdown-width); }
|
|
3187
|
+
.dnb-dropdown--small.dnb-dropdown--is-popup .dnb-dropdown__shell,
|
|
3188
|
+
.dnb-dropdown--small.dnb-dropdown--is-popup .dnb-dropdown__trigger {
|
|
3189
|
+
width: 1.5rem;
|
|
3190
|
+
width: var(--dropdown-height--small); }
|
|
3191
|
+
.dnb-dropdown--medium.dnb-dropdown--is-popup .dnb-dropdown__shell,
|
|
3192
|
+
.dnb-dropdown--medium.dnb-dropdown--is-popup .dnb-dropdown__trigger {
|
|
3193
|
+
width: 2.5rem;
|
|
3194
|
+
width: var(--dropdown-height--medium); }
|
|
3195
|
+
.dnb-dropdown--large.dnb-dropdown--is-popup .dnb-dropdown__shell,
|
|
3196
|
+
.dnb-dropdown--large.dnb-dropdown--is-popup .dnb-dropdown__trigger {
|
|
3197
|
+
width: 3rem;
|
|
3198
|
+
width: var(--dropdown-height--large); }
|
|
3199
|
+
.dnb-dropdown--small .dnb-dropdown__shell,
|
|
3200
|
+
.dnb-dropdown--small .dnb-dropdown__trigger {
|
|
3201
|
+
height: 1.5rem;
|
|
3202
|
+
height: var(--dropdown-height--small); }
|
|
3203
|
+
.dnb-dropdown--small,
|
|
3204
|
+
.dnb-dropdown--small .dnb-dropdown__trigger.dnb-button {
|
|
3205
|
+
line-height: 1.5rem;
|
|
3206
|
+
line-height: var(--dropdown-height--small); }
|
|
3207
|
+
.dnb-dropdown--medium .dnb-dropdown__shell,
|
|
3208
|
+
.dnb-dropdown--medium .dnb-dropdown__trigger {
|
|
3209
|
+
height: 2.5rem;
|
|
3210
|
+
height: var(--dropdown-height--medium); }
|
|
3211
|
+
.dnb-dropdown--medium,
|
|
3212
|
+
.dnb-dropdown--medium .dnb-dropdown__trigger.dnb-button {
|
|
3213
|
+
line-height: 2.5rem;
|
|
3214
|
+
line-height: var(--dropdown-height--medium); }
|
|
3215
|
+
.dnb-dropdown--large .dnb-dropdown__shell,
|
|
3216
|
+
.dnb-dropdown--large .dnb-dropdown__trigger {
|
|
3217
|
+
height: 3rem;
|
|
3218
|
+
height: var(--dropdown-height--large); }
|
|
3219
|
+
.dnb-dropdown--large,
|
|
3220
|
+
.dnb-dropdown--large .dnb-dropdown__trigger.dnb-button {
|
|
3221
|
+
line-height: 3rem;
|
|
3222
|
+
line-height: var(--dropdown-height--large); }
|
|
3223
|
+
.dnb-dropdown--large .dnb-dropdown__trigger.dnb-button .dnb-dropdown__text {
|
|
3224
|
+
line-height: 1.5rem;
|
|
3225
|
+
line-height: var(--line-height-basis); }
|
|
3226
|
+
.dnb-dropdown > .dnb-form-label {
|
|
3227
|
+
margin-right: 1rem;
|
|
3228
|
+
line-height: 1.5rem;
|
|
3229
|
+
line-height: var(--line-height-basis); }
|
|
3230
|
+
@media screen and (max-width: 40em) {
|
|
3231
|
+
.dnb-dropdown {
|
|
3232
|
+
-ms-flex-wrap: wrap;
|
|
3233
|
+
flex-wrap: wrap; }
|
|
3234
|
+
.dnb-dropdown > .dnb-form-label {
|
|
3235
|
+
margin-bottom: 0.5rem;
|
|
3236
|
+
margin-top: 0.5rem; } }
|
|
3237
|
+
.dnb-dropdown--stretch {
|
|
3238
|
+
display: -webkit-box;
|
|
3239
|
+
display: -ms-flexbox;
|
|
3240
|
+
display: flex;
|
|
3241
|
+
-webkit-box-flex: 1;
|
|
3242
|
+
-ms-flex-positive: 1;
|
|
3243
|
+
flex-grow: 1; }
|
|
3244
|
+
.dnb-dropdown--stretch .dnb-dropdown__inner {
|
|
3245
|
+
-webkit-box-flex: 1;
|
|
3246
|
+
-ms-flex-positive: 1;
|
|
3247
|
+
flex-grow: 1; }
|
|
3248
|
+
.dnb-dropdown--stretch .dnb-dropdown__row, .dnb-dropdown--stretch .dnb-dropdown__inner, .dnb-dropdown--stretch .dnb-dropdown__shell {
|
|
3249
|
+
width: 100%; }
|
|
3250
|
+
.dnb-dropdown--stretch .dnb-form-label + .dnb-dropdown__inner {
|
|
3251
|
+
width: auto; }
|
|
3252
|
+
.dnb-dropdown--vertical.dnb-dropdown--stretch .dnb-dropdown__inner {
|
|
3253
|
+
width: 100%; }
|
|
3254
|
+
.dnb-form-row--horizontal .dnb-dropdown--stretch {
|
|
3255
|
+
width: 100%; }
|
|
3256
|
+
label + .dnb-dropdown[class*='__form-status'] {
|
|
3257
|
+
vertical-align: top; }
|
|
3258
|
+
label + .dnb-dropdown[class*='__form-status'] .dnb-dropdown__shell {
|
|
3259
|
+
top: -0.375rem; }
|
|
3260
|
+
.dnb-dropdown__inner > .dnb-form-status {
|
|
3261
|
+
-webkit-box-ordinal-group: 3;
|
|
3262
|
+
-ms-flex-order: 2;
|
|
3263
|
+
order: 2;
|
|
3264
|
+
margin-top: 0.5rem; }
|
|
3265
|
+
.dnb-dropdown--vertical {
|
|
3266
|
+
display: -webkit-box;
|
|
3267
|
+
display: -ms-flexbox;
|
|
3268
|
+
display: flex;
|
|
3269
|
+
-webkit-box-orient: vertical;
|
|
3270
|
+
-webkit-box-direction: normal;
|
|
3271
|
+
-ms-flex-direction: column;
|
|
3272
|
+
flex-direction: column;
|
|
3273
|
+
-webkit-box-align: start;
|
|
3274
|
+
-ms-flex-align: start;
|
|
3275
|
+
align-items: flex-start; }
|
|
3276
|
+
.dnb-dropdown:not(.dnb-dropdown--vertical)[class*='__status'] {
|
|
3277
|
+
-webkit-box-align: start;
|
|
3278
|
+
-ms-flex-align: start;
|
|
3279
|
+
align-items: flex-start; }
|
|
3280
|
+
.dnb-dropdown:not(.dnb-dropdown--vertical)[class*='__status'] > .dnb-form-label {
|
|
3281
|
+
margin-top: 0.25rem; }
|
|
3282
|
+
@media screen and (max-width: 40em) {
|
|
3283
|
+
.dnb-responsive-component .dnb-dropdown {
|
|
3284
|
+
display: -webkit-box;
|
|
3285
|
+
display: -ms-flexbox;
|
|
3286
|
+
display: flex;
|
|
3287
|
+
-webkit-box-orient: vertical;
|
|
3288
|
+
-webkit-box-direction: normal;
|
|
3289
|
+
-ms-flex-direction: column;
|
|
3290
|
+
flex-direction: column;
|
|
3291
|
+
-webkit-box-align: start;
|
|
3292
|
+
-ms-flex-align: start;
|
|
3293
|
+
align-items: flex-start;
|
|
3294
|
+
margin-bottom: 0.5rem; }
|
|
3295
|
+
.dnb-responsive-component .dnb-dropdown > .dnb-form-label {
|
|
3296
|
+
margin-bottom: 0.5rem; }
|
|
3297
|
+
.dnb-responsive-component .dnb-dropdown__helper {
|
|
3298
|
+
display: none; } }
|
|
3299
|
+
@media screen and (-ms-high-contrast: none) {
|
|
3300
|
+
.dnb-dropdown {
|
|
3301
|
+
-webkit-box-flex: 0;
|
|
3302
|
+
-ms-flex: none;
|
|
3303
|
+
flex: none;
|
|
3304
|
+
vertical-align: baseline; }
|
|
3305
|
+
.dnb-dropdown__shell {
|
|
3306
|
+
top: 0; }
|
|
3307
|
+
.dnb-dropdown__options {
|
|
3308
|
+
display: block; } }
|
|
3309
|
+
|
|
1722
3310
|
/*
|
|
1723
3311
|
* DNB ProgressIndicator
|
|
1724
3312
|
*
|