@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
|
@@ -1,2327 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* DNB Autocomplete
|
|
3
|
-
*
|
|
4
|
-
*/
|
|
5
|
-
/**
|
|
6
|
-
* This file is only used to make components independent
|
|
7
|
-
* so that they can get imported individually, without the core styles
|
|
8
|
-
*
|
|
9
|
-
*/
|
|
10
|
-
/*
|
|
11
|
-
* Utilities
|
|
12
|
-
*/
|
|
13
|
-
/*
|
|
14
|
-
* Scopes
|
|
15
|
-
*
|
|
16
|
-
*/
|
|
17
|
-
/*
|
|
18
|
-
* Document Reset
|
|
19
|
-
*
|
|
20
|
-
*/
|
|
21
|
-
/*
|
|
22
|
-
* DNB Input
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
/**
|
|
26
|
-
* This file is only used to make components independent
|
|
27
|
-
* so that they can get imported individually, without the core styles
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
|
-
/*
|
|
31
|
-
* Utilities
|
|
32
|
-
*/
|
|
33
|
-
/*
|
|
34
|
-
* Scopes
|
|
35
|
-
*
|
|
36
|
-
*/
|
|
37
|
-
/*
|
|
38
|
-
* Document Reset
|
|
39
|
-
*
|
|
40
|
-
*/
|
|
41
|
-
/*
|
|
42
|
-
* DNB Button
|
|
43
|
-
*
|
|
44
|
-
*/
|
|
45
|
-
/**
|
|
46
|
-
* This file is only used to make components independent
|
|
47
|
-
* so that they can get imported individually, without the core styles
|
|
48
|
-
*
|
|
49
|
-
*/
|
|
50
|
-
/*
|
|
51
|
-
* Utilities
|
|
52
|
-
*/
|
|
53
|
-
/*
|
|
54
|
-
* Scopes
|
|
55
|
-
*
|
|
56
|
-
*/
|
|
57
|
-
/*
|
|
58
|
-
* Document Reset
|
|
59
|
-
*
|
|
60
|
-
*/
|
|
61
|
-
/*
|
|
62
|
-
* DNB icon
|
|
63
|
-
*
|
|
64
|
-
*/
|
|
65
|
-
/**
|
|
66
|
-
* This file is only used to make components independent
|
|
67
|
-
* so that they can get imported individually, without the core styles
|
|
68
|
-
*
|
|
69
|
-
*/
|
|
70
|
-
/*
|
|
71
|
-
* Utilities
|
|
72
|
-
*/
|
|
73
|
-
/*
|
|
74
|
-
* Scopes
|
|
75
|
-
*
|
|
76
|
-
*/
|
|
77
|
-
/*
|
|
78
|
-
* Document Reset
|
|
79
|
-
*
|
|
80
|
-
*/
|
|
81
|
-
/*
|
|
82
|
-
* Icon component
|
|
83
|
-
*
|
|
84
|
-
*/
|
|
85
|
-
.dnb-icon {
|
|
86
|
-
display: inline-block;
|
|
87
|
-
vertical-align: middle;
|
|
88
|
-
font-size: 1rem;
|
|
89
|
-
line-height: 1rem;
|
|
90
|
-
color: inherit;
|
|
91
|
-
width: 1em;
|
|
92
|
-
height: 1em; }
|
|
93
|
-
.dnb-icon img,
|
|
94
|
-
.dnb-icon svg {
|
|
95
|
-
width: inherit;
|
|
96
|
-
height: inherit;
|
|
97
|
-
shape-rendering: geometricPrecision;
|
|
98
|
-
vertical-align: top; }
|
|
99
|
-
.dnb-icon svg[width='100%'] {
|
|
100
|
-
width: inherit; }
|
|
101
|
-
.dnb-icon svg[height='100%'] {
|
|
102
|
-
height: inherit; }
|
|
103
|
-
.dnb-icon--inherit-color svg:not([fill]),
|
|
104
|
-
.dnb-icon--inherit-color svg [fill] {
|
|
105
|
-
fill: currentColor; }
|
|
106
|
-
.dnb-icon--inherit-color svg [stroke] {
|
|
107
|
-
stroke: currentColor; }
|
|
108
|
-
.dnb-icon--small {
|
|
109
|
-
font-size: 0.75rem; }
|
|
110
|
-
.dnb-icon--default {
|
|
111
|
-
font-size: 1rem; }
|
|
112
|
-
.dnb-icon--medium {
|
|
113
|
-
font-size: 1.5rem; }
|
|
114
|
-
.dnb-icon--large {
|
|
115
|
-
font-size: 2rem; }
|
|
116
|
-
.dnb-icon--x-large {
|
|
117
|
-
font-size: 2.5rem; }
|
|
118
|
-
.dnb-icon--xx-large {
|
|
119
|
-
font-size: 3rem; }
|
|
120
|
-
.dnb-icon--custom-size {
|
|
121
|
-
width: auto;
|
|
122
|
-
height: auto; }
|
|
123
|
-
.dnb-icon--auto {
|
|
124
|
-
font-size: 1em; }
|
|
125
|
-
.dnb-icon--auto > .dnb-icon--wrapper {
|
|
126
|
-
display: -webkit-inline-box;
|
|
127
|
-
display: -ms-inline-flexbox;
|
|
128
|
-
display: inline-flex;
|
|
129
|
-
-webkit-box-align: center;
|
|
130
|
-
-ms-flex-align: center;
|
|
131
|
-
align-items: center;
|
|
132
|
-
-webkit-box-pack: center;
|
|
133
|
-
-ms-flex-pack: center;
|
|
134
|
-
justify-content: center; }
|
|
135
|
-
h1 .dnb-icon,
|
|
136
|
-
h2 .dnb-icon,
|
|
137
|
-
h3 .dnb-icon,
|
|
138
|
-
h4 .dnb-icon,
|
|
139
|
-
h5 .dnb-icon,
|
|
140
|
-
h6 .dnb-icon {
|
|
141
|
-
vertical-align: middle; }
|
|
142
|
-
.dnb-icon.dnb-skeleton {
|
|
143
|
-
color: #ebebeb !important;
|
|
144
|
-
color: var(--skeleton-color) !important; }
|
|
145
|
-
.dnb-icon.dnb-skeleton::before, .dnb-icon.dnb-skeleton::after {
|
|
146
|
-
content: none !important; }
|
|
147
|
-
@media screen and (-ms-high-contrast: none) {
|
|
148
|
-
.dnb-icon {
|
|
149
|
-
-webkit-box-flex: 0;
|
|
150
|
-
-ms-flex: none;
|
|
151
|
-
flex: none; } }
|
|
152
|
-
|
|
153
|
-
/*
|
|
154
|
-
* DNB FormStatus
|
|
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-form-status {
|
|
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-form-status *,
|
|
209
|
-
.dnb-form-status ::before,
|
|
210
|
-
.dnb-form-status ::after {
|
|
211
|
-
background-repeat: no-repeat;
|
|
212
|
-
/* 1 */
|
|
213
|
-
-webkit-box-sizing: border-box;
|
|
214
|
-
box-sizing: border-box;
|
|
215
|
-
/* 2 */ }
|
|
216
|
-
.dnb-form-status ::before,
|
|
217
|
-
.dnb-form-status ::after {
|
|
218
|
-
text-decoration: inherit;
|
|
219
|
-
/* 1 */
|
|
220
|
-
vertical-align: inherit;
|
|
221
|
-
/* 2 */ }
|
|
222
|
-
|
|
223
|
-
/*
|
|
224
|
-
* FormStatus component
|
|
225
|
-
*
|
|
226
|
-
*/
|
|
227
|
-
:root {
|
|
228
|
-
--form-status-radius: 0.25rem; }
|
|
229
|
-
|
|
230
|
-
.dnb-form-status {
|
|
231
|
-
display: -webkit-box;
|
|
232
|
-
display: -ms-flexbox;
|
|
233
|
-
display: flex;
|
|
234
|
-
opacity: 1;
|
|
235
|
-
-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);
|
|
236
|
-
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); }
|
|
237
|
-
.dnb-form-status--hidden {
|
|
238
|
-
will-change: height, opacity, margin, padding;
|
|
239
|
-
width: 0;
|
|
240
|
-
height: 0;
|
|
241
|
-
opacity: 0; }
|
|
242
|
-
.dnb-form-status--is-animating {
|
|
243
|
-
overflow: hidden;
|
|
244
|
-
width: auto; }
|
|
245
|
-
.dnb-form-status--disappear, .dnb-form-status--hidden {
|
|
246
|
-
margin: 0 !important;
|
|
247
|
-
padding: 0 !important; }
|
|
248
|
-
.dnb-form-status__shell {
|
|
249
|
-
display: -webkit-box;
|
|
250
|
-
display: -ms-flexbox;
|
|
251
|
-
display: flex;
|
|
252
|
-
-webkit-box-pack: start;
|
|
253
|
-
-ms-flex-pack: start;
|
|
254
|
-
justify-content: flex-start;
|
|
255
|
-
-webkit-box-align: start;
|
|
256
|
-
-ms-flex-align: start;
|
|
257
|
-
align-items: flex-start;
|
|
258
|
-
min-width: inherit;
|
|
259
|
-
border-radius: 0.25rem;
|
|
260
|
-
border-radius: var(--form-status-radius); }
|
|
261
|
-
.dnb-form-status__text {
|
|
262
|
-
padding: 0.625rem 1rem;
|
|
263
|
-
cursor: text;
|
|
264
|
-
color: inherit;
|
|
265
|
-
line-height: 1.25rem;
|
|
266
|
-
line-height: var(--line-height-small);
|
|
267
|
-
font-size: 1rem;
|
|
268
|
-
font-size: var(--font-size-small);
|
|
269
|
-
white-space: normal; }
|
|
270
|
-
button .dnb-form-status__text {
|
|
271
|
-
cursor: inherit; }
|
|
272
|
-
.dnb-form-status__text .dnb-anchor {
|
|
273
|
-
font-size: inherit; }
|
|
274
|
-
.dnb-icon + .dnb-form-status__text {
|
|
275
|
-
padding-left: 0.5rem; }
|
|
276
|
-
.dnb-form-status__shell > .dnb-icon {
|
|
277
|
-
display: -webkit-box;
|
|
278
|
-
display: -ms-flexbox;
|
|
279
|
-
display: flex;
|
|
280
|
-
-webkit-box-pack: center;
|
|
281
|
-
-ms-flex-pack: center;
|
|
282
|
-
justify-content: center;
|
|
283
|
-
-webkit-box-align: center;
|
|
284
|
-
-ms-flex-align: center;
|
|
285
|
-
align-items: center;
|
|
286
|
-
margin: 0.3333333em 0.3333333em 0.3333333em 0.6666666em; }
|
|
287
|
-
.dnb-form-status__size--large .dnb-form-status__text {
|
|
288
|
-
padding-top: 1.125rem;
|
|
289
|
-
padding-bottom: 1.125rem; }
|
|
290
|
-
.dnb-form-status__size--large .dnb-form-status__shell > .dnb-icon {
|
|
291
|
-
margin-top: 0.6666666em;
|
|
292
|
-
margin-bottom: 0.6666666em; }
|
|
293
|
-
.dnb-form-status--stretch {
|
|
294
|
-
-webkit-box-flex: 1;
|
|
295
|
-
-ms-flex-positive: 1;
|
|
296
|
-
flex-grow: 1; }
|
|
297
|
-
.dnb-form-status--stretch .dnb-form-status__shell {
|
|
298
|
-
width: 100%; }
|
|
299
|
-
.dnb-form-status--stretch .dnb-form-status__text {
|
|
300
|
-
max-width: 47rem; }
|
|
301
|
-
.dnb-form-status[hidden] {
|
|
302
|
-
display: none; }
|
|
303
|
-
.dnb-form-status--no-animation,
|
|
304
|
-
html[data-visual-test] .dnb-form-status {
|
|
305
|
-
-webkit-transition-duration: 1ms !important;
|
|
306
|
-
transition-duration: 1ms !important; }
|
|
307
|
-
@media screen and (-ms-high-contrast: none) {
|
|
308
|
-
.dnb-form-status__shell > .dnb-icon {
|
|
309
|
-
border-width: 1px; } }
|
|
310
|
-
|
|
311
|
-
.dnb-button {
|
|
312
|
-
font-family: 'DNB', sans-serif;
|
|
313
|
-
font-family: var(--font-family-default);
|
|
314
|
-
font-weight: normal;
|
|
315
|
-
font-weight: var(--font-weight-basis);
|
|
316
|
-
font-size: 1rem;
|
|
317
|
-
font-size: var(--font-size-small);
|
|
318
|
-
font-style: normal;
|
|
319
|
-
line-height: 1.5rem;
|
|
320
|
-
line-height: var(--line-height-basis);
|
|
321
|
-
color: #333;
|
|
322
|
-
color: var(--color-black-80, #333);
|
|
323
|
-
-moz-osx-font-smoothing: grayscale;
|
|
324
|
-
-webkit-font-smoothing: antialiased;
|
|
325
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
326
|
-
/**
|
|
327
|
-
* Ensure consistency and use the same as HTML reset -> html {...}
|
|
328
|
-
* between base and code package
|
|
329
|
-
*/
|
|
330
|
-
-moz-tab-size: 4;
|
|
331
|
-
-o-tab-size: 4;
|
|
332
|
-
tab-size: 4;
|
|
333
|
-
-ms-text-size-adjust: 100%;
|
|
334
|
-
-webkit-text-size-adjust: 100%;
|
|
335
|
-
word-break: break-word;
|
|
336
|
-
/**
|
|
337
|
-
* 1. Remove repeating backgrounds in all browsers (opinionated).
|
|
338
|
-
* 2. Add border box sizing in all browsers (opinionated).
|
|
339
|
-
*/
|
|
340
|
-
/**
|
|
341
|
-
* 1. Add text decoration inheritance in all browsers (opinionated).
|
|
342
|
-
* 2. Add vertical alignment inheritance in all browsers (opinionated).
|
|
343
|
-
*/
|
|
344
|
-
margin: 0;
|
|
345
|
-
padding: 0; }
|
|
346
|
-
.dnb-button *,
|
|
347
|
-
.dnb-button ::before,
|
|
348
|
-
.dnb-button ::after {
|
|
349
|
-
background-repeat: no-repeat;
|
|
350
|
-
/* 1 */
|
|
351
|
-
-webkit-box-sizing: border-box;
|
|
352
|
-
box-sizing: border-box;
|
|
353
|
-
/* 2 */ }
|
|
354
|
-
.dnb-button ::before,
|
|
355
|
-
.dnb-button ::after {
|
|
356
|
-
text-decoration: inherit;
|
|
357
|
-
/* 1 */
|
|
358
|
-
vertical-align: inherit;
|
|
359
|
-
/* 2 */ }
|
|
360
|
-
|
|
361
|
-
/*
|
|
362
|
-
* Button component
|
|
363
|
-
*
|
|
364
|
-
*/
|
|
365
|
-
:root {
|
|
366
|
-
--button-font-size: var(--font-size-basis);
|
|
367
|
-
--button-font-size-small: var(--font-size-small);
|
|
368
|
-
--button-width: 2.5rem;
|
|
369
|
-
--button-height: 2.5rem;
|
|
370
|
-
--button-width--small: 1.5rem;
|
|
371
|
-
--button-height--small: 1.5rem;
|
|
372
|
-
--button-width--medium: 2rem;
|
|
373
|
-
--button-height--medium: 2rem;
|
|
374
|
-
--button-width--large: 3rem;
|
|
375
|
-
--button-height--large: 3rem;
|
|
376
|
-
--button-icon-size: 1rem;
|
|
377
|
-
--button-border-width: 0.0625rem;
|
|
378
|
-
--button-border-width--hover: 0.1875rem;
|
|
379
|
-
--button-border-radius: calc(var(--button-height)/2);
|
|
380
|
-
--button-border-radius: calc(var(--button-height) / 2);
|
|
381
|
-
--button-border-radius--small: calc(var(--button-height--small)/2);
|
|
382
|
-
--button-border-radius--small: calc(var(--button-height--small) / 2);
|
|
383
|
-
--button-border-radius--medium: calc(var(--button-height--medium)/2);
|
|
384
|
-
--button-border-radius--medium: calc(var(--button-height--medium) / 2);
|
|
385
|
-
--button-border-radius--large: calc(var(--button-height--large)/2);
|
|
386
|
-
--button-border-radius--large: calc(var(--button-height--large) / 2); }
|
|
387
|
-
|
|
388
|
-
.dnb-button {
|
|
389
|
-
position: relative;
|
|
390
|
-
-moz-user-select: none;
|
|
391
|
-
-ms-user-select: none;
|
|
392
|
-
user-select: none;
|
|
393
|
-
-webkit-user-select: none;
|
|
394
|
-
cursor: pointer;
|
|
395
|
-
white-space: nowrap;
|
|
396
|
-
display: -webkit-inline-box;
|
|
397
|
-
display: -ms-inline-flexbox;
|
|
398
|
-
display: inline-flex;
|
|
399
|
-
-webkit-box-align: center;
|
|
400
|
-
-ms-flex-align: center;
|
|
401
|
-
align-items: center;
|
|
402
|
-
-webkit-box-pack: center;
|
|
403
|
-
-ms-flex-pack: center;
|
|
404
|
-
justify-content: center;
|
|
405
|
-
width: 2.5rem;
|
|
406
|
-
width: var(--button-width);
|
|
407
|
-
height: auto;
|
|
408
|
-
padding: 0;
|
|
409
|
-
border: 0.0625rem solid transparent;
|
|
410
|
-
border: var(--button-border-width) solid transparent;
|
|
411
|
-
border-radius: 1.25rem;
|
|
412
|
-
border-radius: calc(2.5rem / 2);
|
|
413
|
-
border-radius: var(--button-border-radius);
|
|
414
|
-
text-decoration: none;
|
|
415
|
-
font-size: 1rem;
|
|
416
|
-
font-size: var(--font-size-small);
|
|
417
|
-
/* stylelint-disable-next-line */ }
|
|
418
|
-
.dnb-button--wrap {
|
|
419
|
-
word-wrap: break-word;
|
|
420
|
-
white-space: normal; }
|
|
421
|
-
.dnb-button,
|
|
422
|
-
.dnb-core-style .dnb-button {
|
|
423
|
-
line-height: 2.5rem;
|
|
424
|
-
line-height: var(--button-height); }
|
|
425
|
-
.dnb-button__text {
|
|
426
|
-
margin: 0.5rem 0;
|
|
427
|
-
font-size: 1.125rem;
|
|
428
|
-
font-size: var(--button-font-size);
|
|
429
|
-
line-height: 1.5rem;
|
|
430
|
-
line-height: var(--line-height-basis);
|
|
431
|
-
color: inherit;
|
|
432
|
-
-webkit-transform: translateY(-0.03125rem);
|
|
433
|
-
transform: translateY(-0.03125rem); }
|
|
434
|
-
.dnb-button__text [data-os='linux'] {
|
|
435
|
-
-webkit-transform: translateY(-0.035rem);
|
|
436
|
-
transform: translateY(-0.035rem); }
|
|
437
|
-
.dnb-button__alignment {
|
|
438
|
-
display: inline-block;
|
|
439
|
-
width: 0; }
|
|
440
|
-
.dnb-button__bounding {
|
|
441
|
-
position: absolute;
|
|
442
|
-
top: 0;
|
|
443
|
-
bottom: 0;
|
|
444
|
-
right: 0;
|
|
445
|
-
left: 0;
|
|
446
|
-
-webkit-transform: scale(1.1, 1.4);
|
|
447
|
-
transform: scale(1.1, 1.4);
|
|
448
|
-
background-color: transparent;
|
|
449
|
-
border-radius: 1.25rem;
|
|
450
|
-
border-radius: calc(2.5rem / 2);
|
|
451
|
-
border-radius: var(--button-border-radius); }
|
|
452
|
-
.dnb-button--has-text {
|
|
453
|
-
padding-left: 1.5rem;
|
|
454
|
-
padding-right: 1.5rem; }
|
|
455
|
-
.dnb-button--size-small {
|
|
456
|
-
width: 1.5rem;
|
|
457
|
-
width: var(--button-width--small);
|
|
458
|
-
font-size: 1rem;
|
|
459
|
-
font-size: var(--button-font-size-small);
|
|
460
|
-
border-radius: 0.75rem;
|
|
461
|
-
border-radius: calc(1.5rem / 2);
|
|
462
|
-
border-radius: var(--button-border-radius--small); }
|
|
463
|
-
.dnb-button--size-small,
|
|
464
|
-
.dnb-core-style .dnb-button--size-small {
|
|
465
|
-
line-height: 1.5rem;
|
|
466
|
-
line-height: var(--button-height--small); }
|
|
467
|
-
.dnb-button--size-small .dnb-button__text {
|
|
468
|
-
margin: 0; }
|
|
469
|
-
.dnb-button--has-text.dnb-button--size-small {
|
|
470
|
-
padding-left: 1rem;
|
|
471
|
-
padding-right: 1rem; }
|
|
472
|
-
.dnb-button--has-text.dnb-button--icon-position-left.dnb-button--size-small {
|
|
473
|
-
padding-left: 0.5rem; }
|
|
474
|
-
.dnb-button--has-text.dnb-button--icon-position-right.dnb-button--size-small {
|
|
475
|
-
padding-right: 0.5rem; }
|
|
476
|
-
.dnb-button--size-medium {
|
|
477
|
-
width: 2rem;
|
|
478
|
-
width: var(--button-width--medium);
|
|
479
|
-
border-radius: 1rem;
|
|
480
|
-
border-radius: calc(2rem / 2);
|
|
481
|
-
border-radius: var(--button-border-radius--medium); }
|
|
482
|
-
.dnb-button--size-medium,
|
|
483
|
-
.dnb-core-style .dnb-button--size-medium {
|
|
484
|
-
line-height: 2rem;
|
|
485
|
-
line-height: var(--button-height--medium); }
|
|
486
|
-
.dnb-button--size-medium .dnb-button__text {
|
|
487
|
-
margin: 0; }
|
|
488
|
-
.dnb-button--has-text.dnb-button--size-medium {
|
|
489
|
-
padding-left: 1rem;
|
|
490
|
-
padding-right: 1rem; }
|
|
491
|
-
.dnb-button--has-text.dnb-button--icon-position-left.dnb-button--size-medium {
|
|
492
|
-
padding-left: 0.5rem; }
|
|
493
|
-
.dnb-button--has-text.dnb-button--icon-position-right.dnb-button--size-medium {
|
|
494
|
-
padding-right: 0.5rem; }
|
|
495
|
-
.dnb-button--size-large {
|
|
496
|
-
width: 3rem;
|
|
497
|
-
width: var(--button-width--large);
|
|
498
|
-
border-radius: 1.5rem;
|
|
499
|
-
border-radius: calc(3rem / 2);
|
|
500
|
-
border-radius: var(--button-border-radius--large); }
|
|
501
|
-
.dnb-button--size-large,
|
|
502
|
-
.dnb-core-style .dnb-button--size-large {
|
|
503
|
-
line-height: 3rem;
|
|
504
|
-
line-height: var(--button-height--large); }
|
|
505
|
-
.dnb-button--has-text.dnb-button--size-large {
|
|
506
|
-
padding-left: 2rem;
|
|
507
|
-
padding-right: 2rem; }
|
|
508
|
-
.dnb-button--has-text.dnb-button--icon-position-left.dnb-button--size-large {
|
|
509
|
-
padding-left: 1rem; }
|
|
510
|
-
.dnb-button--has-text.dnb-button--icon-position-right.dnb-button--size-large {
|
|
511
|
-
padding-right: 1rem; }
|
|
512
|
-
.dnb-button--has-text {
|
|
513
|
-
width: auto; }
|
|
514
|
-
.dnb-button--has-text .dnb-button__icon {
|
|
515
|
-
margin: 0 0.5rem;
|
|
516
|
-
margin: 0 calc(1rem / 2);
|
|
517
|
-
margin: 0 calc(var(--button-icon-size)/2);
|
|
518
|
-
margin: 0 calc(var(--button-icon-size) / 2); }
|
|
519
|
-
.dnb-button--has-text.dnb-button--icon-position-left {
|
|
520
|
-
padding-left: 0.5rem; }
|
|
521
|
-
.dnb-button--has-text.dnb-button--icon-position-right {
|
|
522
|
-
padding-right: 0.5rem; }
|
|
523
|
-
.dnb-button--has-text.dnb-button--has-icon .dnb-button__icon {
|
|
524
|
-
-webkit-box-ordinal-group: 3;
|
|
525
|
-
-ms-flex-order: 2;
|
|
526
|
-
order: 2; }
|
|
527
|
-
.dnb-button--has-text.dnb-button--has-icon .dnb-button__text {
|
|
528
|
-
-webkit-box-ordinal-group: 2;
|
|
529
|
-
-ms-flex-order: 1;
|
|
530
|
-
order: 1; }
|
|
531
|
-
.dnb-button:not(.dnb-button--has-text) .dnb-button__icon {
|
|
532
|
-
width: inherit; }
|
|
533
|
-
.dnb-button__icon.dnb-icon svg:not([width]):not([height]) {
|
|
534
|
-
width: 1rem;
|
|
535
|
-
width: var(--button-icon-size);
|
|
536
|
-
height: 1rem;
|
|
537
|
-
height: var(--button-icon-size); }
|
|
538
|
-
[href] > .dnb-button__icon.dnb-icon {
|
|
539
|
-
line-height: 1.125rem;
|
|
540
|
-
line-height: var(--button-font-size); }
|
|
541
|
-
.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 {
|
|
542
|
-
-webkit-box-ordinal-group: 2;
|
|
543
|
-
-ms-flex-order: 1;
|
|
544
|
-
order: 1; }
|
|
545
|
-
.dnb-button--has-text.dnb-button--has-icon.dnb-button--icon-position-left > *,
|
|
546
|
-
.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 > *,
|
|
547
|
-
.dnb-button--has-text.dnb-button--has-icon.dnb-button--icon-position-top .dnb-button__text {
|
|
548
|
-
-webkit-box-ordinal-group: 3;
|
|
549
|
-
-ms-flex-order: 2;
|
|
550
|
-
order: 2; }
|
|
551
|
-
.dnb-button--stretch {
|
|
552
|
-
width: 100%; }
|
|
553
|
-
.dnb-button--reset {
|
|
554
|
-
margin: 0;
|
|
555
|
-
padding: 0;
|
|
556
|
-
width: auto;
|
|
557
|
-
height: auto;
|
|
558
|
-
overflow: visible;
|
|
559
|
-
border: none;
|
|
560
|
-
border-radius: 0;
|
|
561
|
-
background-color: transparent;
|
|
562
|
-
-webkit-appearance: none;
|
|
563
|
-
-moz-appearance: none;
|
|
564
|
-
appearance: none;
|
|
565
|
-
-webkit-box-shadow: none;
|
|
566
|
-
box-shadow: none;
|
|
567
|
-
color: inherit;
|
|
568
|
-
font: inherit;
|
|
569
|
-
text-align: inherit;
|
|
570
|
-
line-height: inherit; }
|
|
571
|
-
html:not([data-whatintent='touch']) .dnb-button--reset:hover[disabled] {
|
|
572
|
-
cursor: not-allowed; }
|
|
573
|
-
html:not([data-whatintent='touch']) .dnb-button--reset:hover:not([disabled]) {
|
|
574
|
-
-webkit-box-shadow: none;
|
|
575
|
-
box-shadow: none;
|
|
576
|
-
border: none; }
|
|
577
|
-
.dnb-button--reset:not([disabled]):focus, .dnb-button--reset:not([disabled]):active {
|
|
578
|
-
outline: none; }
|
|
579
|
-
html[data-whatinput='keyboard'] .dnb-button--reset:not([disabled]):focus, html[data-whatinput='keyboard'] .dnb-button--reset:not([disabled]):active {
|
|
580
|
-
--border-color: var(--color-emerald-green);
|
|
581
|
-
-webkit-box-shadow: 0 0 0 0.125rem var(--border-color);
|
|
582
|
-
box-shadow: 0 0 0 0.125rem var(--border-color);
|
|
583
|
-
border-color: transparent; }
|
|
584
|
-
@media screen and (-ms-high-contrast: none) {
|
|
585
|
-
html[data-whatinput='keyboard'] .dnb-button--reset:not([disabled]):focus, html[data-whatinput='keyboard'] .dnb-button--reset:not([disabled]):active {
|
|
586
|
-
-webkit-box-shadow: 0 0 0 0.125rem #14555a;
|
|
587
|
-
box-shadow: 0 0 0 0.125rem #14555a;
|
|
588
|
-
-webkit-box-shadow: 0 0 0 0.125rem var(--color-emerald-green);
|
|
589
|
-
box-shadow: 0 0 0 0.125rem var(--color-emerald-green); } }
|
|
590
|
-
html[data-whatinput='mouse'] .dnb-button--reset:not([disabled]):focus,
|
|
591
|
-
html[data-whatinput='mouse'] .dnb-button--reset:not([disabled]):active {
|
|
592
|
-
-webkit-box-shadow: none;
|
|
593
|
-
box-shadow: none;
|
|
594
|
-
color: inherit;
|
|
595
|
-
border: none; }
|
|
596
|
-
.dnb-button[type='button'], .dnb-button[type='reset'], .dnb-button[type='submit'] {
|
|
597
|
-
appearance: none;
|
|
598
|
-
-moz-appearance: none;
|
|
599
|
-
-webkit-appearance: none; }
|
|
600
|
-
.dnb-button[disabled] {
|
|
601
|
-
cursor: not-allowed; }
|
|
602
|
-
.dnb-form-row--vertical .dnb-form-row__content > .dnb-button {
|
|
603
|
-
-ms-flex-item-align: start;
|
|
604
|
-
align-self: flex-start; }
|
|
605
|
-
.dnb-form-row--horizontal .dnb-form-row__content .dnb-button__text {
|
|
606
|
-
white-space: nowrap; }
|
|
607
|
-
.dnb-button + .dnb-form-status {
|
|
608
|
-
margin-top: 0.5rem; }
|
|
609
|
-
@media screen and (-ms-high-contrast: none) {
|
|
610
|
-
.dnb-button {
|
|
611
|
-
-webkit-box-flex: 0;
|
|
612
|
-
-ms-flex: none;
|
|
613
|
-
flex: none; }
|
|
614
|
-
.dnb-button__icon, .dnb-button__text {
|
|
615
|
-
-webkit-transform: translateY(-0.0625rem);
|
|
616
|
-
transform: translateY(-0.0625rem); } }
|
|
617
|
-
|
|
618
|
-
/* Firefox includes a hidden border which messes up button dimensions */
|
|
619
|
-
button.dnb-button::-moz-focus-inner {
|
|
620
|
-
border: none; }
|
|
621
|
-
|
|
622
|
-
/*
|
|
623
|
-
* DNB icon
|
|
624
|
-
*
|
|
625
|
-
*/
|
|
626
|
-
/**
|
|
627
|
-
* This file is only used to make components independent
|
|
628
|
-
* so that they can get imported individually, without the core styles
|
|
629
|
-
*
|
|
630
|
-
*/
|
|
631
|
-
/*
|
|
632
|
-
* Utilities
|
|
633
|
-
*/
|
|
634
|
-
/*
|
|
635
|
-
* Scopes
|
|
636
|
-
*
|
|
637
|
-
*/
|
|
638
|
-
/*
|
|
639
|
-
* Document Reset
|
|
640
|
-
*
|
|
641
|
-
*/
|
|
642
|
-
/*
|
|
643
|
-
* Icon component
|
|
644
|
-
*
|
|
645
|
-
*/
|
|
646
|
-
.dnb-icon {
|
|
647
|
-
display: inline-block;
|
|
648
|
-
vertical-align: middle;
|
|
649
|
-
font-size: 1rem;
|
|
650
|
-
line-height: 1rem;
|
|
651
|
-
color: inherit;
|
|
652
|
-
width: 1em;
|
|
653
|
-
height: 1em; }
|
|
654
|
-
.dnb-icon img,
|
|
655
|
-
.dnb-icon svg {
|
|
656
|
-
width: inherit;
|
|
657
|
-
height: inherit;
|
|
658
|
-
shape-rendering: geometricPrecision;
|
|
659
|
-
vertical-align: top; }
|
|
660
|
-
.dnb-icon svg[width='100%'] {
|
|
661
|
-
width: inherit; }
|
|
662
|
-
.dnb-icon svg[height='100%'] {
|
|
663
|
-
height: inherit; }
|
|
664
|
-
.dnb-icon--inherit-color svg:not([fill]),
|
|
665
|
-
.dnb-icon--inherit-color svg [fill] {
|
|
666
|
-
fill: currentColor; }
|
|
667
|
-
.dnb-icon--inherit-color svg [stroke] {
|
|
668
|
-
stroke: currentColor; }
|
|
669
|
-
.dnb-icon--small {
|
|
670
|
-
font-size: 0.75rem; }
|
|
671
|
-
.dnb-icon--default {
|
|
672
|
-
font-size: 1rem; }
|
|
673
|
-
.dnb-icon--medium {
|
|
674
|
-
font-size: 1.5rem; }
|
|
675
|
-
.dnb-icon--large {
|
|
676
|
-
font-size: 2rem; }
|
|
677
|
-
.dnb-icon--x-large {
|
|
678
|
-
font-size: 2.5rem; }
|
|
679
|
-
.dnb-icon--xx-large {
|
|
680
|
-
font-size: 3rem; }
|
|
681
|
-
.dnb-icon--custom-size {
|
|
682
|
-
width: auto;
|
|
683
|
-
height: auto; }
|
|
684
|
-
.dnb-icon--auto {
|
|
685
|
-
font-size: 1em; }
|
|
686
|
-
.dnb-icon--auto > .dnb-icon--wrapper {
|
|
687
|
-
display: -webkit-inline-box;
|
|
688
|
-
display: -ms-inline-flexbox;
|
|
689
|
-
display: inline-flex;
|
|
690
|
-
-webkit-box-align: center;
|
|
691
|
-
-ms-flex-align: center;
|
|
692
|
-
align-items: center;
|
|
693
|
-
-webkit-box-pack: center;
|
|
694
|
-
-ms-flex-pack: center;
|
|
695
|
-
justify-content: center; }
|
|
696
|
-
h1 .dnb-icon,
|
|
697
|
-
h2 .dnb-icon,
|
|
698
|
-
h3 .dnb-icon,
|
|
699
|
-
h4 .dnb-icon,
|
|
700
|
-
h5 .dnb-icon,
|
|
701
|
-
h6 .dnb-icon {
|
|
702
|
-
vertical-align: middle; }
|
|
703
|
-
.dnb-icon.dnb-skeleton {
|
|
704
|
-
color: #ebebeb !important;
|
|
705
|
-
color: var(--skeleton-color) !important; }
|
|
706
|
-
.dnb-icon.dnb-skeleton::before, .dnb-icon.dnb-skeleton::after {
|
|
707
|
-
content: none !important; }
|
|
708
|
-
@media screen and (-ms-high-contrast: none) {
|
|
709
|
-
.dnb-icon {
|
|
710
|
-
-webkit-box-flex: 0;
|
|
711
|
-
-ms-flex: none;
|
|
712
|
-
flex: none; } }
|
|
713
|
-
|
|
714
|
-
/*
|
|
715
|
-
* DNB FormLabel
|
|
716
|
-
*
|
|
717
|
-
*/
|
|
718
|
-
/**
|
|
719
|
-
* This file is only used to make components independent
|
|
720
|
-
* so that they can get imported individually, without the core styles
|
|
721
|
-
*
|
|
722
|
-
*/
|
|
723
|
-
/*
|
|
724
|
-
* Utilities
|
|
725
|
-
*/
|
|
726
|
-
/*
|
|
727
|
-
* Scopes
|
|
728
|
-
*
|
|
729
|
-
*/
|
|
730
|
-
/*
|
|
731
|
-
* Document Reset
|
|
732
|
-
*
|
|
733
|
-
*/
|
|
734
|
-
.dnb-form-label {
|
|
735
|
-
font-family: 'DNB', sans-serif;
|
|
736
|
-
font-family: var(--font-family-default);
|
|
737
|
-
font-weight: normal;
|
|
738
|
-
font-weight: var(--font-weight-basis);
|
|
739
|
-
font-size: 1rem;
|
|
740
|
-
font-size: var(--font-size-small);
|
|
741
|
-
font-style: normal;
|
|
742
|
-
line-height: 1.5rem;
|
|
743
|
-
line-height: var(--line-height-basis);
|
|
744
|
-
color: #333;
|
|
745
|
-
color: var(--color-black-80, #333);
|
|
746
|
-
-moz-osx-font-smoothing: grayscale;
|
|
747
|
-
-webkit-font-smoothing: antialiased;
|
|
748
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
749
|
-
/**
|
|
750
|
-
* Ensure consistency and use the same as HTML reset -> html {...}
|
|
751
|
-
* between base and code package
|
|
752
|
-
*/
|
|
753
|
-
-moz-tab-size: 4;
|
|
754
|
-
-o-tab-size: 4;
|
|
755
|
-
tab-size: 4;
|
|
756
|
-
-ms-text-size-adjust: 100%;
|
|
757
|
-
-webkit-text-size-adjust: 100%;
|
|
758
|
-
word-break: break-word;
|
|
759
|
-
/**
|
|
760
|
-
* 1. Remove repeating backgrounds in all browsers (opinionated).
|
|
761
|
-
* 2. Add border box sizing in all browsers (opinionated).
|
|
762
|
-
*/
|
|
763
|
-
/**
|
|
764
|
-
* 1. Add text decoration inheritance in all browsers (opinionated).
|
|
765
|
-
* 2. Add vertical alignment inheritance in all browsers (opinionated).
|
|
766
|
-
*/
|
|
767
|
-
margin: 0;
|
|
768
|
-
padding: 0; }
|
|
769
|
-
.dnb-form-label *,
|
|
770
|
-
.dnb-form-label ::before,
|
|
771
|
-
.dnb-form-label ::after {
|
|
772
|
-
background-repeat: no-repeat;
|
|
773
|
-
/* 1 */
|
|
774
|
-
-webkit-box-sizing: border-box;
|
|
775
|
-
box-sizing: border-box;
|
|
776
|
-
/* 2 */ }
|
|
777
|
-
.dnb-form-label ::before,
|
|
778
|
-
.dnb-form-label ::after {
|
|
779
|
-
text-decoration: inherit;
|
|
780
|
-
/* 1 */
|
|
781
|
-
vertical-align: inherit;
|
|
782
|
-
/* 2 */ }
|
|
783
|
-
|
|
784
|
-
/*
|
|
785
|
-
* FormLabel component
|
|
786
|
-
*
|
|
787
|
-
*/
|
|
788
|
-
.dnb-form-label {
|
|
789
|
-
display: inline-block;
|
|
790
|
-
width: auto;
|
|
791
|
-
padding: 0;
|
|
792
|
-
margin-right: 1rem;
|
|
793
|
-
text-align: left;
|
|
794
|
-
vertical-align: baseline;
|
|
795
|
-
white-space: pre-wrap;
|
|
796
|
-
word-break: normal;
|
|
797
|
-
font-size: 1.125rem;
|
|
798
|
-
font-size: var(--font-size-basis);
|
|
799
|
-
color: inherit; }
|
|
800
|
-
.dnb-form-label--vertical {
|
|
801
|
-
display: block;
|
|
802
|
-
margin-right: 0;
|
|
803
|
-
margin-bottom: 0.5rem; }
|
|
804
|
-
.dnb-form-label--sr-only {
|
|
805
|
-
width: 1px !important;
|
|
806
|
-
margin: 0 !important;
|
|
807
|
-
padding: 0 !important;
|
|
808
|
-
margin-left: -1px !important;
|
|
809
|
-
overflow: hidden !important;
|
|
810
|
-
white-space: nowrap !important; }
|
|
811
|
-
.dnb-form-label[for]:not([disabled]) {
|
|
812
|
-
-moz-user-select: none;
|
|
813
|
-
-ms-user-select: none;
|
|
814
|
-
user-select: none;
|
|
815
|
-
-webkit-user-select: none;
|
|
816
|
-
cursor: pointer; }
|
|
817
|
-
.dnb-form-label[disabled] {
|
|
818
|
-
cursor: not-allowed; }
|
|
819
|
-
@media screen and (-ms-high-contrast: none) {
|
|
820
|
-
.dnb-form-label {
|
|
821
|
-
max-width: 60vw; } }
|
|
822
|
-
|
|
823
|
-
legend.dnb-form-label {
|
|
824
|
-
display: inline-block; }
|
|
825
|
-
|
|
826
|
-
/*
|
|
827
|
-
* DNB FormStatus
|
|
828
|
-
*
|
|
829
|
-
*/
|
|
830
|
-
/**
|
|
831
|
-
* This file is only used to make components independent
|
|
832
|
-
* so that they can get imported individually, without the core styles
|
|
833
|
-
*
|
|
834
|
-
*/
|
|
835
|
-
/*
|
|
836
|
-
* Utilities
|
|
837
|
-
*/
|
|
838
|
-
/*
|
|
839
|
-
* Scopes
|
|
840
|
-
*
|
|
841
|
-
*/
|
|
842
|
-
/*
|
|
843
|
-
* Document Reset
|
|
844
|
-
*
|
|
845
|
-
*/
|
|
846
|
-
.dnb-form-status {
|
|
847
|
-
font-family: 'DNB', sans-serif;
|
|
848
|
-
font-family: var(--font-family-default);
|
|
849
|
-
font-weight: normal;
|
|
850
|
-
font-weight: var(--font-weight-basis);
|
|
851
|
-
font-size: 1rem;
|
|
852
|
-
font-size: var(--font-size-small);
|
|
853
|
-
font-style: normal;
|
|
854
|
-
line-height: 1.5rem;
|
|
855
|
-
line-height: var(--line-height-basis);
|
|
856
|
-
color: #333;
|
|
857
|
-
color: var(--color-black-80, #333);
|
|
858
|
-
-moz-osx-font-smoothing: grayscale;
|
|
859
|
-
-webkit-font-smoothing: antialiased;
|
|
860
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
861
|
-
/**
|
|
862
|
-
* Ensure consistency and use the same as HTML reset -> html {...}
|
|
863
|
-
* between base and code package
|
|
864
|
-
*/
|
|
865
|
-
-moz-tab-size: 4;
|
|
866
|
-
-o-tab-size: 4;
|
|
867
|
-
tab-size: 4;
|
|
868
|
-
-ms-text-size-adjust: 100%;
|
|
869
|
-
-webkit-text-size-adjust: 100%;
|
|
870
|
-
word-break: break-word;
|
|
871
|
-
/**
|
|
872
|
-
* 1. Remove repeating backgrounds in all browsers (opinionated).
|
|
873
|
-
* 2. Add border box sizing in all browsers (opinionated).
|
|
874
|
-
*/
|
|
875
|
-
/**
|
|
876
|
-
* 1. Add text decoration inheritance in all browsers (opinionated).
|
|
877
|
-
* 2. Add vertical alignment inheritance in all browsers (opinionated).
|
|
878
|
-
*/
|
|
879
|
-
margin: 0;
|
|
880
|
-
padding: 0; }
|
|
881
|
-
.dnb-form-status *,
|
|
882
|
-
.dnb-form-status ::before,
|
|
883
|
-
.dnb-form-status ::after {
|
|
884
|
-
background-repeat: no-repeat;
|
|
885
|
-
/* 1 */
|
|
886
|
-
-webkit-box-sizing: border-box;
|
|
887
|
-
box-sizing: border-box;
|
|
888
|
-
/* 2 */ }
|
|
889
|
-
.dnb-form-status ::before,
|
|
890
|
-
.dnb-form-status ::after {
|
|
891
|
-
text-decoration: inherit;
|
|
892
|
-
/* 1 */
|
|
893
|
-
vertical-align: inherit;
|
|
894
|
-
/* 2 */ }
|
|
895
|
-
|
|
896
|
-
/*
|
|
897
|
-
* FormStatus component
|
|
898
|
-
*
|
|
899
|
-
*/
|
|
900
|
-
:root {
|
|
901
|
-
--form-status-radius: 0.25rem; }
|
|
902
|
-
|
|
903
|
-
.dnb-form-status {
|
|
904
|
-
display: -webkit-box;
|
|
905
|
-
display: -ms-flexbox;
|
|
906
|
-
display: flex;
|
|
907
|
-
opacity: 1;
|
|
908
|
-
-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);
|
|
909
|
-
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); }
|
|
910
|
-
.dnb-form-status--hidden {
|
|
911
|
-
will-change: height, opacity, margin, padding;
|
|
912
|
-
width: 0;
|
|
913
|
-
height: 0;
|
|
914
|
-
opacity: 0; }
|
|
915
|
-
.dnb-form-status--is-animating {
|
|
916
|
-
overflow: hidden;
|
|
917
|
-
width: auto; }
|
|
918
|
-
.dnb-form-status--disappear, .dnb-form-status--hidden {
|
|
919
|
-
margin: 0 !important;
|
|
920
|
-
padding: 0 !important; }
|
|
921
|
-
.dnb-form-status__shell {
|
|
922
|
-
display: -webkit-box;
|
|
923
|
-
display: -ms-flexbox;
|
|
924
|
-
display: flex;
|
|
925
|
-
-webkit-box-pack: start;
|
|
926
|
-
-ms-flex-pack: start;
|
|
927
|
-
justify-content: flex-start;
|
|
928
|
-
-webkit-box-align: start;
|
|
929
|
-
-ms-flex-align: start;
|
|
930
|
-
align-items: flex-start;
|
|
931
|
-
min-width: inherit;
|
|
932
|
-
border-radius: 0.25rem;
|
|
933
|
-
border-radius: var(--form-status-radius); }
|
|
934
|
-
.dnb-form-status__text {
|
|
935
|
-
padding: 0.625rem 1rem;
|
|
936
|
-
cursor: text;
|
|
937
|
-
color: inherit;
|
|
938
|
-
line-height: 1.25rem;
|
|
939
|
-
line-height: var(--line-height-small);
|
|
940
|
-
font-size: 1rem;
|
|
941
|
-
font-size: var(--font-size-small);
|
|
942
|
-
white-space: normal; }
|
|
943
|
-
button .dnb-form-status__text {
|
|
944
|
-
cursor: inherit; }
|
|
945
|
-
.dnb-form-status__text .dnb-anchor {
|
|
946
|
-
font-size: inherit; }
|
|
947
|
-
.dnb-icon + .dnb-form-status__text {
|
|
948
|
-
padding-left: 0.5rem; }
|
|
949
|
-
.dnb-form-status__shell > .dnb-icon {
|
|
950
|
-
display: -webkit-box;
|
|
951
|
-
display: -ms-flexbox;
|
|
952
|
-
display: flex;
|
|
953
|
-
-webkit-box-pack: center;
|
|
954
|
-
-ms-flex-pack: center;
|
|
955
|
-
justify-content: center;
|
|
956
|
-
-webkit-box-align: center;
|
|
957
|
-
-ms-flex-align: center;
|
|
958
|
-
align-items: center;
|
|
959
|
-
margin: 0.3333333em 0.3333333em 0.3333333em 0.6666666em; }
|
|
960
|
-
.dnb-form-status__size--large .dnb-form-status__text {
|
|
961
|
-
padding-top: 1.125rem;
|
|
962
|
-
padding-bottom: 1.125rem; }
|
|
963
|
-
.dnb-form-status__size--large .dnb-form-status__shell > .dnb-icon {
|
|
964
|
-
margin-top: 0.6666666em;
|
|
965
|
-
margin-bottom: 0.6666666em; }
|
|
966
|
-
.dnb-form-status--stretch {
|
|
967
|
-
-webkit-box-flex: 1;
|
|
968
|
-
-ms-flex-positive: 1;
|
|
969
|
-
flex-grow: 1; }
|
|
970
|
-
.dnb-form-status--stretch .dnb-form-status__shell {
|
|
971
|
-
width: 100%; }
|
|
972
|
-
.dnb-form-status--stretch .dnb-form-status__text {
|
|
973
|
-
max-width: 47rem; }
|
|
974
|
-
.dnb-form-status[hidden] {
|
|
975
|
-
display: none; }
|
|
976
|
-
.dnb-form-status--no-animation,
|
|
977
|
-
html[data-visual-test] .dnb-form-status {
|
|
978
|
-
-webkit-transition-duration: 1ms !important;
|
|
979
|
-
transition-duration: 1ms !important; }
|
|
980
|
-
@media screen and (-ms-high-contrast: none) {
|
|
981
|
-
.dnb-form-status__shell > .dnb-icon {
|
|
982
|
-
border-width: 1px; } }
|
|
983
|
-
|
|
984
|
-
.dnb-input {
|
|
985
|
-
font-family: 'DNB', sans-serif;
|
|
986
|
-
font-family: var(--font-family-default);
|
|
987
|
-
font-weight: normal;
|
|
988
|
-
font-weight: var(--font-weight-basis);
|
|
989
|
-
font-size: 1rem;
|
|
990
|
-
font-size: var(--font-size-small);
|
|
991
|
-
font-style: normal;
|
|
992
|
-
line-height: 1.5rem;
|
|
993
|
-
line-height: var(--line-height-basis);
|
|
994
|
-
color: #333;
|
|
995
|
-
color: var(--color-black-80, #333);
|
|
996
|
-
-moz-osx-font-smoothing: grayscale;
|
|
997
|
-
-webkit-font-smoothing: antialiased;
|
|
998
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
999
|
-
/**
|
|
1000
|
-
* Ensure consistency and use the same as HTML reset -> html {...}
|
|
1001
|
-
* between base and code package
|
|
1002
|
-
*/
|
|
1003
|
-
-moz-tab-size: 4;
|
|
1004
|
-
-o-tab-size: 4;
|
|
1005
|
-
tab-size: 4;
|
|
1006
|
-
-ms-text-size-adjust: 100%;
|
|
1007
|
-
-webkit-text-size-adjust: 100%;
|
|
1008
|
-
word-break: break-word;
|
|
1009
|
-
/**
|
|
1010
|
-
* 1. Remove repeating backgrounds in all browsers (opinionated).
|
|
1011
|
-
* 2. Add border box sizing in all browsers (opinionated).
|
|
1012
|
-
*/
|
|
1013
|
-
/**
|
|
1014
|
-
* 1. Add text decoration inheritance in all browsers (opinionated).
|
|
1015
|
-
* 2. Add vertical alignment inheritance in all browsers (opinionated).
|
|
1016
|
-
*/
|
|
1017
|
-
margin: 0;
|
|
1018
|
-
padding: 0; }
|
|
1019
|
-
.dnb-input *,
|
|
1020
|
-
.dnb-input ::before,
|
|
1021
|
-
.dnb-input ::after {
|
|
1022
|
-
background-repeat: no-repeat;
|
|
1023
|
-
/* 1 */
|
|
1024
|
-
-webkit-box-sizing: border-box;
|
|
1025
|
-
box-sizing: border-box;
|
|
1026
|
-
/* 2 */ }
|
|
1027
|
-
.dnb-input ::before,
|
|
1028
|
-
.dnb-input ::after {
|
|
1029
|
-
text-decoration: inherit;
|
|
1030
|
-
/* 1 */
|
|
1031
|
-
vertical-align: inherit;
|
|
1032
|
-
/* 2 */ }
|
|
1033
|
-
|
|
1034
|
-
/*
|
|
1035
|
-
* Input component
|
|
1036
|
-
*
|
|
1037
|
-
*/
|
|
1038
|
-
:root {
|
|
1039
|
-
--input-font-size: var(--font-size-basis);
|
|
1040
|
-
--input-font-size--small: var(--font-size-basis);
|
|
1041
|
-
--input-font-size--medium: var(--font-size-basis);
|
|
1042
|
-
--input-font-size--large: var(--font-size-medium);
|
|
1043
|
-
--input-padding: 1rem;
|
|
1044
|
-
--input-padding--small: 1rem;
|
|
1045
|
-
--input-padding--medium: 1rem;
|
|
1046
|
-
--input-padding--large: 1rem;
|
|
1047
|
-
--input-height: 2rem;
|
|
1048
|
-
--input-height--small: 1.5rem;
|
|
1049
|
-
--input-height--medium: 2.5rem;
|
|
1050
|
-
--input-height--large: 3rem;
|
|
1051
|
-
--input-border-width: 0.0625rem;
|
|
1052
|
-
--input-border-radius: 0.25rem; }
|
|
1053
|
-
|
|
1054
|
-
.dnb-input {
|
|
1055
|
-
display: -webkit-inline-box;
|
|
1056
|
-
display: -ms-inline-flexbox;
|
|
1057
|
-
display: inline-flex;
|
|
1058
|
-
-webkit-box-align: center;
|
|
1059
|
-
-ms-flex-align: center;
|
|
1060
|
-
align-items: center;
|
|
1061
|
-
font-size: var(--input-font-small);
|
|
1062
|
-
line-height: 2rem;
|
|
1063
|
-
line-height: var(--input-height);
|
|
1064
|
-
text-align: left; }
|
|
1065
|
-
.dnb-input__inner {
|
|
1066
|
-
display: -webkit-inline-box;
|
|
1067
|
-
display: -ms-inline-flexbox;
|
|
1068
|
-
display: inline-flex;
|
|
1069
|
-
-webkit-box-orient: vertical;
|
|
1070
|
-
-webkit-box-direction: normal;
|
|
1071
|
-
-ms-flex-direction: column;
|
|
1072
|
-
flex-direction: column;
|
|
1073
|
-
width: auto; }
|
|
1074
|
-
.dnb-input__shell {
|
|
1075
|
-
position: relative;
|
|
1076
|
-
display: -webkit-box;
|
|
1077
|
-
display: -ms-flexbox;
|
|
1078
|
-
display: flex;
|
|
1079
|
-
-webkit-box-align: center;
|
|
1080
|
-
-ms-flex-align: center;
|
|
1081
|
-
align-items: center;
|
|
1082
|
-
border: 0.0625rem solid #007272;
|
|
1083
|
-
border: var(--input-border-width) solid var(--color-sea-green); }
|
|
1084
|
-
.dnb-input__input {
|
|
1085
|
-
border: none;
|
|
1086
|
-
outline: none;
|
|
1087
|
-
word-break: normal;
|
|
1088
|
-
position: relative;
|
|
1089
|
-
z-index: 2; }
|
|
1090
|
-
.dnb-input input.dnb-input__input {
|
|
1091
|
-
font-size: 1.125rem;
|
|
1092
|
-
font-size: var(--input-font-size);
|
|
1093
|
-
line-height: 1.125rem;
|
|
1094
|
-
line-height: var(--font-size-basis); }
|
|
1095
|
-
.dnb-input__input[disabled] {
|
|
1096
|
-
-moz-user-select: none;
|
|
1097
|
-
-ms-user-select: none;
|
|
1098
|
-
user-select: none;
|
|
1099
|
-
-webkit-user-select: none;
|
|
1100
|
-
opacity: 1; }
|
|
1101
|
-
.dnb-input__shell, .dnb-input__input {
|
|
1102
|
-
height: 2rem;
|
|
1103
|
-
height: var(--input-height);
|
|
1104
|
-
border-radius: 0.25rem;
|
|
1105
|
-
border-radius: var(--input-border-radius); }
|
|
1106
|
-
.dnb-input__placeholder, .dnb-input__input {
|
|
1107
|
-
width: 100%;
|
|
1108
|
-
padding-left: 1rem;
|
|
1109
|
-
padding-left: var(--input-padding);
|
|
1110
|
-
padding-right: 1rem;
|
|
1111
|
-
padding-right: var(--input-padding);
|
|
1112
|
-
text-align: inherit;
|
|
1113
|
-
color: inherit;
|
|
1114
|
-
background-color: transparent;
|
|
1115
|
-
font-size: 1.125rem;
|
|
1116
|
-
font-size: var(--input-font-size); }
|
|
1117
|
-
.dnb-input__placeholder {
|
|
1118
|
-
pointer-events: none;
|
|
1119
|
-
position: absolute;
|
|
1120
|
-
z-index: 1;
|
|
1121
|
-
top: 0;
|
|
1122
|
-
left: 0;
|
|
1123
|
-
overflow: hidden;
|
|
1124
|
-
white-space: nowrap;
|
|
1125
|
-
text-overflow: ellipsis; }
|
|
1126
|
-
.dnb-input input.dnb-input__input[type='file'] {
|
|
1127
|
-
line-height: calc(2rem - 2px);
|
|
1128
|
-
line-height: calc(var(--input-height) - 2px); }
|
|
1129
|
-
.dnb-input__input::-webkit-search-cancel-button {
|
|
1130
|
-
display: none; }
|
|
1131
|
-
.dnb-input__input::-ms-clear {
|
|
1132
|
-
display: none; }
|
|
1133
|
-
.dnb-input ::-webkit-file-upload-button {
|
|
1134
|
-
cursor: pointer;
|
|
1135
|
-
outline: none;
|
|
1136
|
-
color: #007272;
|
|
1137
|
-
color: var(--color-sea-green); }
|
|
1138
|
-
.dnb-input ::-webkit-file-upload-button:active, .dnb-input ::-webkit-file-upload-button:hover {
|
|
1139
|
-
color: #14555a;
|
|
1140
|
-
color: var(--color-emerald-green); }
|
|
1141
|
-
.dnb-input--has-submit-element .dnb-input__placeholder,
|
|
1142
|
-
.dnb-input--has-submit-element .dnb-input__input,
|
|
1143
|
-
.dnb-input--has-clear-button .dnb-input__placeholder,
|
|
1144
|
-
.dnb-input--has-clear-button .dnb-input__input {
|
|
1145
|
-
padding-right: 2.5rem;
|
|
1146
|
-
padding-right: calc(1rem * 2.5);
|
|
1147
|
-
padding-right: calc(var(--input-padding)*2.5);
|
|
1148
|
-
padding-right: calc(var(--input-padding) * 2.5); }
|
|
1149
|
-
.dnb-input--password .dnb-input__placeholder,
|
|
1150
|
-
.dnb-input--password .dnb-input__input {
|
|
1151
|
-
margin-right: 2.5rem;
|
|
1152
|
-
padding-right: 0; }
|
|
1153
|
-
.dnb-input--password .dnb-input__placeholder::-ms-clear,
|
|
1154
|
-
.dnb-input--password .dnb-input__input::-ms-clear {
|
|
1155
|
-
display: none; }
|
|
1156
|
-
.dnb-input--password .dnb-input__placeholder {
|
|
1157
|
-
padding-right: 4rem; }
|
|
1158
|
-
.dnb-input--password .dnb-input__input {
|
|
1159
|
-
font-family: 'DNBMono', 'Menlo', 'Consolas', 'Roboto Mono',
|
|
1160
|
-
'Ubuntu Monospace', 'Noto Mono', 'Oxygen Mono', 'Liberation Mono',
|
|
1161
|
-
monospace;
|
|
1162
|
-
font-family: var(--font-family-monospace); }
|
|
1163
|
-
.dnb-input__row {
|
|
1164
|
-
display: -webkit-inline-box;
|
|
1165
|
-
display: -ms-inline-flexbox;
|
|
1166
|
-
display: inline-flex;
|
|
1167
|
-
-webkit-box-align: center;
|
|
1168
|
-
-ms-flex-align: center;
|
|
1169
|
-
align-items: center; }
|
|
1170
|
-
.dnb-input__suffix {
|
|
1171
|
-
color: inherit; }
|
|
1172
|
-
.dnb-input__submit-element {
|
|
1173
|
-
z-index: 3;
|
|
1174
|
-
margin-left: -2rem;
|
|
1175
|
-
margin-left: calc(1px - 1px - 2rem);
|
|
1176
|
-
margin-left: calc(0px - var(--input-height));
|
|
1177
|
-
margin-left: calc(1px - 1px - var(--input-height));
|
|
1178
|
-
line-height: 1.5rem;
|
|
1179
|
-
line-height: var(--line-height-basis); }
|
|
1180
|
-
.dnb-input__submit-button {
|
|
1181
|
-
position: relative;
|
|
1182
|
-
-ms-flex-item-align: center;
|
|
1183
|
-
align-self: center;
|
|
1184
|
-
/* IE needs this to stay centered */ }
|
|
1185
|
-
.dnb-input__submit-button__button {
|
|
1186
|
-
border-radius: 0 0.25rem 0.25rem 0;
|
|
1187
|
-
border-radius: 0 var(--input-border-radius) var(--input-border-radius) 0; }
|
|
1188
|
-
.dnb-input > .dnb-form-label {
|
|
1189
|
-
line-height: 1.5rem;
|
|
1190
|
-
line-height: var(--line-height-basis); }
|
|
1191
|
-
@media screen and (max-width: 40em) {
|
|
1192
|
-
.dnb-input {
|
|
1193
|
-
-ms-flex-wrap: wrap;
|
|
1194
|
-
flex-wrap: wrap; }
|
|
1195
|
-
.dnb-input > .dnb-form-label {
|
|
1196
|
-
margin-bottom: 0.5rem;
|
|
1197
|
-
margin-top: 0.5rem; } }
|
|
1198
|
-
.dnb-input:not(.dnb-input--vertical)[class*='__status'] {
|
|
1199
|
-
-webkit-box-align: start;
|
|
1200
|
-
-ms-flex-align: start;
|
|
1201
|
-
align-items: flex-start; }
|
|
1202
|
-
.dnb-input:not(.dnb-input--vertical)[class*='__status'] > .dnb-form-label {
|
|
1203
|
-
margin-top: 0.25rem; }
|
|
1204
|
-
.dnb-input--small {
|
|
1205
|
-
line-height: 1.5rem;
|
|
1206
|
-
line-height: var(--input-height--small); }
|
|
1207
|
-
.dnb-input--small .dnb-input__shell,
|
|
1208
|
-
.dnb-input--small .dnb-input__input {
|
|
1209
|
-
height: 1.5rem;
|
|
1210
|
-
height: var(--input-height--small); }
|
|
1211
|
-
.dnb-input--small .dnb-input__placeholder,
|
|
1212
|
-
.dnb-input--small .dnb-input__input {
|
|
1213
|
-
padding-left: 1rem;
|
|
1214
|
-
padding-left: var(--input-padding--small);
|
|
1215
|
-
padding-right: 1rem;
|
|
1216
|
-
padding-right: var(--input-padding--small);
|
|
1217
|
-
font-size: 1.125rem;
|
|
1218
|
-
font-size: var(--input-font-size--small); }
|
|
1219
|
-
.dnb-input--small .dnb-input__submit-element {
|
|
1220
|
-
margin-left: -1.5rem;
|
|
1221
|
-
margin-left: calc(1px - 1px - 1.5rem);
|
|
1222
|
-
margin-left: calc(0px - var(--input-height--small));
|
|
1223
|
-
margin-left: calc(1px - 1px - var(--input-height--small)); }
|
|
1224
|
-
.dnb-input--small .dnb-input__submit-element .dnb-button--input-button {
|
|
1225
|
-
width: 1.5rem;
|
|
1226
|
-
width: var(--input-height--small);
|
|
1227
|
-
height: 1.5rem;
|
|
1228
|
-
height: var(--input-height--small);
|
|
1229
|
-
line-height: 1.5rem;
|
|
1230
|
-
line-height: var(--input-height--small); }
|
|
1231
|
-
.dnb-input--small.dnb-input--has-submit-element .dnb-input__placeholder,
|
|
1232
|
-
.dnb-input--small.dnb-input--has-submit-element .dnb-input__input,
|
|
1233
|
-
.dnb-input--small.dnb-input--has-clear-button .dnb-input__placeholder,
|
|
1234
|
-
.dnb-input--small.dnb-input--has-clear-button .dnb-input__input {
|
|
1235
|
-
padding-right: 2rem;
|
|
1236
|
-
padding-right: calc(1rem * 2);
|
|
1237
|
-
padding-right: calc(var(--input-padding--small)*2);
|
|
1238
|
-
padding-right: calc(var(--input-padding--small) * 2); }
|
|
1239
|
-
.dnb-input--medium {
|
|
1240
|
-
line-height: 2.5rem;
|
|
1241
|
-
line-height: var(--input-height--medium); }
|
|
1242
|
-
.dnb-input--medium .dnb-input__shell,
|
|
1243
|
-
.dnb-input--medium .dnb-input__input {
|
|
1244
|
-
height: 2.5rem;
|
|
1245
|
-
height: var(--input-height--medium); }
|
|
1246
|
-
.dnb-input--medium .dnb-input__placeholder,
|
|
1247
|
-
.dnb-input--medium .dnb-input__input {
|
|
1248
|
-
padding-left: 1rem;
|
|
1249
|
-
padding-left: var(--input-padding--medium);
|
|
1250
|
-
padding-right: 1rem;
|
|
1251
|
-
padding-right: var(--input-padding--medium);
|
|
1252
|
-
font-size: 1.125rem;
|
|
1253
|
-
font-size: var(--input-font-size--medium); }
|
|
1254
|
-
.dnb-input--medium .dnb-input__submit-element {
|
|
1255
|
-
margin-left: -2.5rem;
|
|
1256
|
-
margin-left: calc(1px - 1px - 2.5rem);
|
|
1257
|
-
margin-left: calc(0px - var(--input-height--medium));
|
|
1258
|
-
margin-left: calc(1px - 1px - var(--input-height--medium)); }
|
|
1259
|
-
.dnb-input--medium .dnb-input__submit-element .dnb-button--input-button {
|
|
1260
|
-
width: 2.5rem;
|
|
1261
|
-
width: var(--input-height--medium);
|
|
1262
|
-
height: 2.5rem;
|
|
1263
|
-
height: var(--input-height--medium);
|
|
1264
|
-
line-height: 2.5rem;
|
|
1265
|
-
line-height: var(--input-height--medium); }
|
|
1266
|
-
.dnb-input--medium.dnb-input--has-submit-element .dnb-input__placeholder,
|
|
1267
|
-
.dnb-input--medium.dnb-input--has-submit-element .dnb-input__input,
|
|
1268
|
-
.dnb-input--medium.dnb-input--has-clear-button .dnb-input__placeholder,
|
|
1269
|
-
.dnb-input--medium.dnb-input--has-clear-button .dnb-input__input {
|
|
1270
|
-
padding-right: 3rem;
|
|
1271
|
-
padding-right: calc(1rem * 3);
|
|
1272
|
-
padding-right: calc(var(--input-padding--medium)*3);
|
|
1273
|
-
padding-right: calc(var(--input-padding--medium) * 3); }
|
|
1274
|
-
.dnb-input--large {
|
|
1275
|
-
line-height: 3rem;
|
|
1276
|
-
line-height: var(--input-height--large); }
|
|
1277
|
-
.dnb-input--large .dnb-input__shell,
|
|
1278
|
-
.dnb-input--large .dnb-input__input {
|
|
1279
|
-
height: 3rem;
|
|
1280
|
-
height: var(--input-height--large); }
|
|
1281
|
-
.dnb-input--large .dnb-input__placeholder,
|
|
1282
|
-
.dnb-input--large .dnb-input__input {
|
|
1283
|
-
padding-left: 1rem;
|
|
1284
|
-
padding-left: var(--input-padding--large);
|
|
1285
|
-
padding-right: 1rem;
|
|
1286
|
-
padding-right: var(--input-padding--large);
|
|
1287
|
-
font-size: 1.25rem;
|
|
1288
|
-
font-size: var(--input-font-size--large); }
|
|
1289
|
-
.dnb-input--large .dnb-input__submit-element {
|
|
1290
|
-
margin-left: -3rem;
|
|
1291
|
-
margin-left: calc(1px - 1px - 3rem);
|
|
1292
|
-
margin-left: calc(0px - var(--input-height--large));
|
|
1293
|
-
margin-left: calc(1px - 1px - var(--input-height--large)); }
|
|
1294
|
-
.dnb-input--large .dnb-input__submit-element .dnb-button--input-button {
|
|
1295
|
-
width: 3rem;
|
|
1296
|
-
width: var(--input-height--large);
|
|
1297
|
-
height: 3rem;
|
|
1298
|
-
height: var(--input-height--large); }
|
|
1299
|
-
.dnb-input--large.dnb-input--has-submit-element .dnb-input__placeholder,
|
|
1300
|
-
.dnb-input--large.dnb-input--has-submit-element .dnb-input__input,
|
|
1301
|
-
.dnb-input--large.dnb-input--has-clear-button .dnb-input__placeholder,
|
|
1302
|
-
.dnb-input--large.dnb-input--has-clear-button .dnb-input__input {
|
|
1303
|
-
padding-right: 3rem;
|
|
1304
|
-
padding-right: calc(1rem * 3);
|
|
1305
|
-
padding-right: calc(var(--input-padding--large)*3);
|
|
1306
|
-
padding-right: calc(var(--input-padding--large) * 3); }
|
|
1307
|
-
.dnb-input--large.dnb-input--has-clear-button:not(.dnb-input--has-submit-element) .dnb-input__submit-element {
|
|
1308
|
-
margin-left: -2.5rem;
|
|
1309
|
-
margin-left: calc(1px - 1px - 3rem + 0.5rem);
|
|
1310
|
-
margin-left: calc(0px - var(--input-height--large) + 0.5rem);
|
|
1311
|
-
margin-left: calc(1px - 1px - var(--input-height--large) + 0.5rem); }
|
|
1312
|
-
.dnb-input__align--center .dnb-input__placeholder,
|
|
1313
|
-
.dnb-input__align--center .dnb-input__input {
|
|
1314
|
-
text-align: center; }
|
|
1315
|
-
.dnb-input__align--right .dnb-input__placeholder,
|
|
1316
|
-
.dnb-input__align--right .dnb-input__input {
|
|
1317
|
-
text-align: right; }
|
|
1318
|
-
.dnb-input--clear.dnb-input__submit-element {
|
|
1319
|
-
opacity: 0;
|
|
1320
|
-
-webkit-transition: opacity 200ms ease-in-out;
|
|
1321
|
-
transition: opacity 200ms ease-in-out; }
|
|
1322
|
-
.dnb-input--clear.dnb-input__submit-element .dnb-button {
|
|
1323
|
-
width: 1.5rem;
|
|
1324
|
-
width: var(--input-height--small);
|
|
1325
|
-
height: 1.5rem;
|
|
1326
|
-
height: var(--input-height--small);
|
|
1327
|
-
border-radius: 1.25rem;
|
|
1328
|
-
border-radius: calc(2.5rem / 2);
|
|
1329
|
-
border-radius: var(--button-border-radius); }
|
|
1330
|
-
.dnb-input--clear.dnb-input__submit-element .dnb-button .dnb-button__icon {
|
|
1331
|
-
margin: auto; }
|
|
1332
|
-
html:not([data-whatintent='touch'])
|
|
1333
|
-
.dnb-input--clear.dnb-input__submit-element .dnb-button:not(.dnb-button--has-text):hover[disabled] {
|
|
1334
|
-
cursor: default; }
|
|
1335
|
-
.dnb-input--small .dnb-input--clear.dnb-input__submit-element .dnb-button {
|
|
1336
|
-
width: 1rem;
|
|
1337
|
-
height: 1rem; }
|
|
1338
|
-
.dnb-input--medium .dnb-input--clear.dnb-input__submit-element .dnb-button,
|
|
1339
|
-
.dnb-input--large .dnb-input--clear.dnb-input__submit-element .dnb-button {
|
|
1340
|
-
width: 1.5rem;
|
|
1341
|
-
width: var(--input-height--small);
|
|
1342
|
-
height: 1.5rem;
|
|
1343
|
-
height: var(--input-height--small); }
|
|
1344
|
-
.dnb-input[data-has-content='true'] .dnb-input--clear {
|
|
1345
|
-
opacity: 1; }
|
|
1346
|
-
.dnb-input--has-submit-element .dnb-input--clear.dnb-input__submit-element {
|
|
1347
|
-
margin-right: 2.5rem; }
|
|
1348
|
-
.dnb-input--small.dnb-input--has-submit-element .dnb-input--clear.dnb-input__submit-element {
|
|
1349
|
-
margin-right: 2rem; }
|
|
1350
|
-
.dnb-input--medium.dnb-input--has-submit-element .dnb-input--clear.dnb-input__submit-element {
|
|
1351
|
-
margin-right: 3rem; }
|
|
1352
|
-
.dnb-input--large.dnb-input--has-submit-element .dnb-input--clear.dnb-input__submit-element {
|
|
1353
|
-
margin-right: 3.5rem; }
|
|
1354
|
-
.dnb-input__inner > .dnb-form-status {
|
|
1355
|
-
-webkit-box-ordinal-group: 3;
|
|
1356
|
-
-ms-flex-order: 2;
|
|
1357
|
-
order: 2;
|
|
1358
|
-
margin-top: 0.5rem; }
|
|
1359
|
-
.dnb-input--vertical {
|
|
1360
|
-
display: -webkit-box;
|
|
1361
|
-
display: -ms-flexbox;
|
|
1362
|
-
display: flex;
|
|
1363
|
-
-webkit-box-orient: vertical;
|
|
1364
|
-
-webkit-box-direction: normal;
|
|
1365
|
-
-ms-flex-direction: column;
|
|
1366
|
-
flex-direction: column;
|
|
1367
|
-
-webkit-box-align: start;
|
|
1368
|
-
-ms-flex-align: start;
|
|
1369
|
-
align-items: flex-start; }
|
|
1370
|
-
.dnb-input--stretch {
|
|
1371
|
-
display: -webkit-box;
|
|
1372
|
-
display: -ms-flexbox;
|
|
1373
|
-
display: flex;
|
|
1374
|
-
-webkit-box-flex: 1;
|
|
1375
|
-
-ms-flex-positive: 1;
|
|
1376
|
-
flex-grow: 1; }
|
|
1377
|
-
.dnb-input--stretch .dnb-input__inner {
|
|
1378
|
-
-webkit-box-flex: 1;
|
|
1379
|
-
-ms-flex-positive: 1;
|
|
1380
|
-
flex-grow: 1; }
|
|
1381
|
-
.dnb-input--stretch .dnb-input__inner, .dnb-input--stretch .dnb-input__shell {
|
|
1382
|
-
width: 100%; }
|
|
1383
|
-
.dnb-input--stretch .dnb-form-label + .dnb-input__inner {
|
|
1384
|
-
width: auto; }
|
|
1385
|
-
.dnb-input--vertical.dnb-input--stretch .dnb-input__inner {
|
|
1386
|
-
width: 100%; }
|
|
1387
|
-
.dnb-form-row--horizontal .dnb-input--stretch {
|
|
1388
|
-
width: 100%; }
|
|
1389
|
-
.dnb-input__icon {
|
|
1390
|
-
-webkit-box-ordinal-group: 1;
|
|
1391
|
-
-ms-flex-order: 0;
|
|
1392
|
-
order: 0;
|
|
1393
|
-
position: absolute;
|
|
1394
|
-
left: 1rem;
|
|
1395
|
-
right: auto;
|
|
1396
|
-
top: 0;
|
|
1397
|
-
bottom: 0;
|
|
1398
|
-
margin: auto; }
|
|
1399
|
-
.dnb-input--icon-position-right .dnb-input__icon {
|
|
1400
|
-
-webkit-box-ordinal-group: 2;
|
|
1401
|
-
-ms-flex-order: 1;
|
|
1402
|
-
order: 1;
|
|
1403
|
-
left: auto;
|
|
1404
|
-
right: 1rem; }
|
|
1405
|
-
.dnb-input--icon-position-left.dnb-input--has-icon .dnb-input__input,
|
|
1406
|
-
.dnb-input--icon-position-left.dnb-input--has-icon .dnb-input__placeholder {
|
|
1407
|
-
padding-left: 2.5rem; }
|
|
1408
|
-
.dnb-input--icon-position-right.dnb-input--has-icon .dnb-input__input,
|
|
1409
|
-
.dnb-input--icon-position-right.dnb-input--has-icon .dnb-input__placeholder {
|
|
1410
|
-
padding-right: 2.5rem; }
|
|
1411
|
-
.dnb-input--icon-size-medium.dnb-input--icon-position-left.dnb-input--has-icon .dnb-input__input,
|
|
1412
|
-
.dnb-input--icon-size-medium.dnb-input--icon-position-left.dnb-input--has-icon .dnb-input__placeholder {
|
|
1413
|
-
padding-left: 3rem; }
|
|
1414
|
-
.dnb-input--icon-size-medium.dnb-input--icon-position-right.dnb-input--has-icon .dnb-input__input,
|
|
1415
|
-
.dnb-input--icon-size-medium.dnb-input--icon-position-right.dnb-input--has-icon .dnb-input__placeholder {
|
|
1416
|
-
padding-right: 3rem; }
|
|
1417
|
-
html[data-visual-test] .dnb-input__input {
|
|
1418
|
-
caret-color: #fff;
|
|
1419
|
-
caret-color: var(--color-white); }
|
|
1420
|
-
@media screen and (max-width: 40em) {
|
|
1421
|
-
.dnb-responsive-component .dnb-input {
|
|
1422
|
-
display: -webkit-box;
|
|
1423
|
-
display: -ms-flexbox;
|
|
1424
|
-
display: flex;
|
|
1425
|
-
-webkit-box-orient: vertical;
|
|
1426
|
-
-webkit-box-direction: normal;
|
|
1427
|
-
-ms-flex-direction: column;
|
|
1428
|
-
flex-direction: column;
|
|
1429
|
-
-webkit-box-align: start;
|
|
1430
|
-
-ms-flex-align: start;
|
|
1431
|
-
align-items: flex-start;
|
|
1432
|
-
margin-bottom: 0.5rem; }
|
|
1433
|
-
.dnb-responsive-component .dnb-input__row {
|
|
1434
|
-
-webkit-box-align: start;
|
|
1435
|
-
-ms-flex-align: start;
|
|
1436
|
-
align-items: flex-start; }
|
|
1437
|
-
.dnb-responsive-component .dnb-input > .dnb-form-label {
|
|
1438
|
-
margin-bottom: 0.5rem; } }
|
|
1439
|
-
@media screen and (-ms-high-contrast: none) {
|
|
1440
|
-
.dnb-input {
|
|
1441
|
-
vertical-align: baseline; }
|
|
1442
|
-
.dnb-form-row--horizontal .dnb-input, .dnb-input:not(.dnb-input--stretch) {
|
|
1443
|
-
-webkit-box-flex: 0;
|
|
1444
|
-
-ms-flex: none;
|
|
1445
|
-
flex: none; }
|
|
1446
|
-
.dnb-input__inner {
|
|
1447
|
-
width: 100%; }
|
|
1448
|
-
.dnb-input__input, .dnb-input__placeholder {
|
|
1449
|
-
-webkit-transform: translateY(-0.0625rem);
|
|
1450
|
-
transform: translateY(-0.0625rem); } }
|
|
1451
|
-
|
|
1452
|
-
/*
|
|
1453
|
-
* DNB FormLabel
|
|
1454
|
-
*
|
|
1455
|
-
*/
|
|
1456
|
-
/**
|
|
1457
|
-
* This file is only used to make components independent
|
|
1458
|
-
* so that they can get imported individually, without the core styles
|
|
1459
|
-
*
|
|
1460
|
-
*/
|
|
1461
|
-
/*
|
|
1462
|
-
* Utilities
|
|
1463
|
-
*/
|
|
1464
|
-
/*
|
|
1465
|
-
* Scopes
|
|
1466
|
-
*
|
|
1467
|
-
*/
|
|
1468
|
-
/*
|
|
1469
|
-
* Document Reset
|
|
1470
|
-
*
|
|
1471
|
-
*/
|
|
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
|
-
/*
|
|
1523
|
-
* FormLabel component
|
|
1524
|
-
*
|
|
1525
|
-
*/
|
|
1526
|
-
.dnb-form-label {
|
|
1527
|
-
display: inline-block;
|
|
1528
|
-
width: auto;
|
|
1529
|
-
padding: 0;
|
|
1530
|
-
margin-right: 1rem;
|
|
1531
|
-
text-align: left;
|
|
1532
|
-
vertical-align: baseline;
|
|
1533
|
-
white-space: pre-wrap;
|
|
1534
|
-
word-break: normal;
|
|
1535
|
-
font-size: 1.125rem;
|
|
1536
|
-
font-size: var(--font-size-basis);
|
|
1537
|
-
color: inherit; }
|
|
1538
|
-
.dnb-form-label--vertical {
|
|
1539
|
-
display: block;
|
|
1540
|
-
margin-right: 0;
|
|
1541
|
-
margin-bottom: 0.5rem; }
|
|
1542
|
-
.dnb-form-label--sr-only {
|
|
1543
|
-
width: 1px !important;
|
|
1544
|
-
margin: 0 !important;
|
|
1545
|
-
padding: 0 !important;
|
|
1546
|
-
margin-left: -1px !important;
|
|
1547
|
-
overflow: hidden !important;
|
|
1548
|
-
white-space: nowrap !important; }
|
|
1549
|
-
.dnb-form-label[for]:not([disabled]) {
|
|
1550
|
-
-moz-user-select: none;
|
|
1551
|
-
-ms-user-select: none;
|
|
1552
|
-
user-select: none;
|
|
1553
|
-
-webkit-user-select: none;
|
|
1554
|
-
cursor: pointer; }
|
|
1555
|
-
.dnb-form-label[disabled] {
|
|
1556
|
-
cursor: not-allowed; }
|
|
1557
|
-
@media screen and (-ms-high-contrast: none) {
|
|
1558
|
-
.dnb-form-label {
|
|
1559
|
-
max-width: 60vw; } }
|
|
1560
|
-
|
|
1561
|
-
legend.dnb-form-label {
|
|
1562
|
-
display: inline-block; }
|
|
1563
|
-
|
|
1564
|
-
/*
|
|
1565
|
-
* DNB FormStatus
|
|
1566
|
-
*
|
|
1567
|
-
*/
|
|
1568
|
-
/**
|
|
1569
|
-
* This file is only used to make components independent
|
|
1570
|
-
* so that they can get imported individually, without the core styles
|
|
1571
|
-
*
|
|
1572
|
-
*/
|
|
1573
|
-
/*
|
|
1574
|
-
* Utilities
|
|
1575
|
-
*/
|
|
1576
|
-
/*
|
|
1577
|
-
* Scopes
|
|
1578
|
-
*
|
|
1579
|
-
*/
|
|
1580
|
-
/*
|
|
1581
|
-
* Document Reset
|
|
1582
|
-
*
|
|
1583
|
-
*/
|
|
1584
|
-
.dnb-form-status {
|
|
1585
|
-
font-family: 'DNB', sans-serif;
|
|
1586
|
-
font-family: var(--font-family-default);
|
|
1587
|
-
font-weight: normal;
|
|
1588
|
-
font-weight: var(--font-weight-basis);
|
|
1589
|
-
font-size: 1rem;
|
|
1590
|
-
font-size: var(--font-size-small);
|
|
1591
|
-
font-style: normal;
|
|
1592
|
-
line-height: 1.5rem;
|
|
1593
|
-
line-height: var(--line-height-basis);
|
|
1594
|
-
color: #333;
|
|
1595
|
-
color: var(--color-black-80, #333);
|
|
1596
|
-
-moz-osx-font-smoothing: grayscale;
|
|
1597
|
-
-webkit-font-smoothing: antialiased;
|
|
1598
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1599
|
-
/**
|
|
1600
|
-
* Ensure consistency and use the same as HTML reset -> html {...}
|
|
1601
|
-
* between base and code package
|
|
1602
|
-
*/
|
|
1603
|
-
-moz-tab-size: 4;
|
|
1604
|
-
-o-tab-size: 4;
|
|
1605
|
-
tab-size: 4;
|
|
1606
|
-
-ms-text-size-adjust: 100%;
|
|
1607
|
-
-webkit-text-size-adjust: 100%;
|
|
1608
|
-
word-break: break-word;
|
|
1609
|
-
/**
|
|
1610
|
-
* 1. Remove repeating backgrounds in all browsers (opinionated).
|
|
1611
|
-
* 2. Add border box sizing in all browsers (opinionated).
|
|
1612
|
-
*/
|
|
1613
|
-
/**
|
|
1614
|
-
* 1. Add text decoration inheritance in all browsers (opinionated).
|
|
1615
|
-
* 2. Add vertical alignment inheritance in all browsers (opinionated).
|
|
1616
|
-
*/
|
|
1617
|
-
margin: 0;
|
|
1618
|
-
padding: 0; }
|
|
1619
|
-
.dnb-form-status *,
|
|
1620
|
-
.dnb-form-status ::before,
|
|
1621
|
-
.dnb-form-status ::after {
|
|
1622
|
-
background-repeat: no-repeat;
|
|
1623
|
-
/* 1 */
|
|
1624
|
-
-webkit-box-sizing: border-box;
|
|
1625
|
-
box-sizing: border-box;
|
|
1626
|
-
/* 2 */ }
|
|
1627
|
-
.dnb-form-status ::before,
|
|
1628
|
-
.dnb-form-status ::after {
|
|
1629
|
-
text-decoration: inherit;
|
|
1630
|
-
/* 1 */
|
|
1631
|
-
vertical-align: inherit;
|
|
1632
|
-
/* 2 */ }
|
|
1633
|
-
|
|
1634
|
-
/*
|
|
1635
|
-
* FormStatus component
|
|
1636
|
-
*
|
|
1637
|
-
*/
|
|
1638
|
-
:root {
|
|
1639
|
-
--form-status-radius: 0.25rem; }
|
|
1640
|
-
|
|
1641
|
-
.dnb-form-status {
|
|
1642
|
-
display: -webkit-box;
|
|
1643
|
-
display: -ms-flexbox;
|
|
1644
|
-
display: flex;
|
|
1645
|
-
opacity: 1;
|
|
1646
|
-
-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);
|
|
1647
|
-
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); }
|
|
1648
|
-
.dnb-form-status--hidden {
|
|
1649
|
-
will-change: height, opacity, margin, padding;
|
|
1650
|
-
width: 0;
|
|
1651
|
-
height: 0;
|
|
1652
|
-
opacity: 0; }
|
|
1653
|
-
.dnb-form-status--is-animating {
|
|
1654
|
-
overflow: hidden;
|
|
1655
|
-
width: auto; }
|
|
1656
|
-
.dnb-form-status--disappear, .dnb-form-status--hidden {
|
|
1657
|
-
margin: 0 !important;
|
|
1658
|
-
padding: 0 !important; }
|
|
1659
|
-
.dnb-form-status__shell {
|
|
1660
|
-
display: -webkit-box;
|
|
1661
|
-
display: -ms-flexbox;
|
|
1662
|
-
display: flex;
|
|
1663
|
-
-webkit-box-pack: start;
|
|
1664
|
-
-ms-flex-pack: start;
|
|
1665
|
-
justify-content: flex-start;
|
|
1666
|
-
-webkit-box-align: start;
|
|
1667
|
-
-ms-flex-align: start;
|
|
1668
|
-
align-items: flex-start;
|
|
1669
|
-
min-width: inherit;
|
|
1670
|
-
border-radius: 0.25rem;
|
|
1671
|
-
border-radius: var(--form-status-radius); }
|
|
1672
|
-
.dnb-form-status__text {
|
|
1673
|
-
padding: 0.625rem 1rem;
|
|
1674
|
-
cursor: text;
|
|
1675
|
-
color: inherit;
|
|
1676
|
-
line-height: 1.25rem;
|
|
1677
|
-
line-height: var(--line-height-small);
|
|
1678
|
-
font-size: 1rem;
|
|
1679
|
-
font-size: var(--font-size-small);
|
|
1680
|
-
white-space: normal; }
|
|
1681
|
-
button .dnb-form-status__text {
|
|
1682
|
-
cursor: inherit; }
|
|
1683
|
-
.dnb-form-status__text .dnb-anchor {
|
|
1684
|
-
font-size: inherit; }
|
|
1685
|
-
.dnb-icon + .dnb-form-status__text {
|
|
1686
|
-
padding-left: 0.5rem; }
|
|
1687
|
-
.dnb-form-status__shell > .dnb-icon {
|
|
1688
|
-
display: -webkit-box;
|
|
1689
|
-
display: -ms-flexbox;
|
|
1690
|
-
display: flex;
|
|
1691
|
-
-webkit-box-pack: center;
|
|
1692
|
-
-ms-flex-pack: center;
|
|
1693
|
-
justify-content: center;
|
|
1694
|
-
-webkit-box-align: center;
|
|
1695
|
-
-ms-flex-align: center;
|
|
1696
|
-
align-items: center;
|
|
1697
|
-
margin: 0.3333333em 0.3333333em 0.3333333em 0.6666666em; }
|
|
1698
|
-
.dnb-form-status__size--large .dnb-form-status__text {
|
|
1699
|
-
padding-top: 1.125rem;
|
|
1700
|
-
padding-bottom: 1.125rem; }
|
|
1701
|
-
.dnb-form-status__size--large .dnb-form-status__shell > .dnb-icon {
|
|
1702
|
-
margin-top: 0.6666666em;
|
|
1703
|
-
margin-bottom: 0.6666666em; }
|
|
1704
|
-
.dnb-form-status--stretch {
|
|
1705
|
-
-webkit-box-flex: 1;
|
|
1706
|
-
-ms-flex-positive: 1;
|
|
1707
|
-
flex-grow: 1; }
|
|
1708
|
-
.dnb-form-status--stretch .dnb-form-status__shell {
|
|
1709
|
-
width: 100%; }
|
|
1710
|
-
.dnb-form-status--stretch .dnb-form-status__text {
|
|
1711
|
-
max-width: 47rem; }
|
|
1712
|
-
.dnb-form-status[hidden] {
|
|
1713
|
-
display: none; }
|
|
1714
|
-
.dnb-form-status--no-animation,
|
|
1715
|
-
html[data-visual-test] .dnb-form-status {
|
|
1716
|
-
-webkit-transition-duration: 1ms !important;
|
|
1717
|
-
transition-duration: 1ms !important; }
|
|
1718
|
-
@media screen and (-ms-high-contrast: none) {
|
|
1719
|
-
.dnb-form-status__shell > .dnb-icon {
|
|
1720
|
-
border-width: 1px; } }
|
|
1721
|
-
|
|
1722
|
-
/*
|
|
1723
|
-
* DNB ProgressIndicator
|
|
1724
|
-
*
|
|
1725
|
-
*/
|
|
1726
|
-
/**
|
|
1727
|
-
* This file is only used to make components independent
|
|
1728
|
-
* so that they can get imported individually, without the core styles
|
|
1729
|
-
*
|
|
1730
|
-
*/
|
|
1731
|
-
/*
|
|
1732
|
-
* Utilities
|
|
1733
|
-
*/
|
|
1734
|
-
/*
|
|
1735
|
-
* Scopes
|
|
1736
|
-
*
|
|
1737
|
-
*/
|
|
1738
|
-
/*
|
|
1739
|
-
* Document Reset
|
|
1740
|
-
*
|
|
1741
|
-
*/
|
|
1742
|
-
.dnb-progress-indicator {
|
|
1743
|
-
font-family: 'DNB', sans-serif;
|
|
1744
|
-
font-family: var(--font-family-default);
|
|
1745
|
-
font-weight: normal;
|
|
1746
|
-
font-weight: var(--font-weight-basis);
|
|
1747
|
-
font-size: 1rem;
|
|
1748
|
-
font-size: var(--font-size-small);
|
|
1749
|
-
font-style: normal;
|
|
1750
|
-
line-height: 1.5rem;
|
|
1751
|
-
line-height: var(--line-height-basis);
|
|
1752
|
-
color: #333;
|
|
1753
|
-
color: var(--color-black-80, #333);
|
|
1754
|
-
-moz-osx-font-smoothing: grayscale;
|
|
1755
|
-
-webkit-font-smoothing: antialiased;
|
|
1756
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
1757
|
-
/**
|
|
1758
|
-
* Ensure consistency and use the same as HTML reset -> html {...}
|
|
1759
|
-
* between base and code package
|
|
1760
|
-
*/
|
|
1761
|
-
-moz-tab-size: 4;
|
|
1762
|
-
-o-tab-size: 4;
|
|
1763
|
-
tab-size: 4;
|
|
1764
|
-
-ms-text-size-adjust: 100%;
|
|
1765
|
-
-webkit-text-size-adjust: 100%;
|
|
1766
|
-
word-break: break-word;
|
|
1767
|
-
/**
|
|
1768
|
-
* 1. Remove repeating backgrounds in all browsers (opinionated).
|
|
1769
|
-
* 2. Add border box sizing in all browsers (opinionated).
|
|
1770
|
-
*/
|
|
1771
|
-
/**
|
|
1772
|
-
* 1. Add text decoration inheritance in all browsers (opinionated).
|
|
1773
|
-
* 2. Add vertical alignment inheritance in all browsers (opinionated).
|
|
1774
|
-
*/
|
|
1775
|
-
margin: 0;
|
|
1776
|
-
padding: 0; }
|
|
1777
|
-
.dnb-progress-indicator *,
|
|
1778
|
-
.dnb-progress-indicator ::before,
|
|
1779
|
-
.dnb-progress-indicator ::after {
|
|
1780
|
-
background-repeat: no-repeat;
|
|
1781
|
-
/* 1 */
|
|
1782
|
-
-webkit-box-sizing: border-box;
|
|
1783
|
-
box-sizing: border-box;
|
|
1784
|
-
/* 2 */ }
|
|
1785
|
-
.dnb-progress-indicator ::before,
|
|
1786
|
-
.dnb-progress-indicator ::after {
|
|
1787
|
-
text-decoration: inherit;
|
|
1788
|
-
/* 1 */
|
|
1789
|
-
vertical-align: inherit;
|
|
1790
|
-
/* 2 */ }
|
|
1791
|
-
|
|
1792
|
-
/*
|
|
1793
|
-
* ProgressIndicator component
|
|
1794
|
-
*
|
|
1795
|
-
*/
|
|
1796
|
-
:root {
|
|
1797
|
-
--progress-indicator-timing: cubic-bezier(0.5, 0, 0.5, 0.99);
|
|
1798
|
-
--progress-indicator-circular-circle: 88;
|
|
1799
|
-
--progress-indicator-circular-circle-offset--min: 88;
|
|
1800
|
-
--progress-indicator-circular-circle-offset--max: 1; }
|
|
1801
|
-
|
|
1802
|
-
.dnb-progress-indicator {
|
|
1803
|
-
position: relative;
|
|
1804
|
-
display: -webkit-inline-box;
|
|
1805
|
-
display: -ms-inline-flexbox;
|
|
1806
|
-
display: inline-flex;
|
|
1807
|
-
-webkit-box-align: center;
|
|
1808
|
-
-ms-flex-align: center;
|
|
1809
|
-
align-items: center; }
|
|
1810
|
-
.dnb-progress-indicator--vertical {
|
|
1811
|
-
-webkit-box-orient: vertical;
|
|
1812
|
-
-webkit-box-direction: normal;
|
|
1813
|
-
-ms-flex-direction: column;
|
|
1814
|
-
flex-direction: column; }
|
|
1815
|
-
.dnb-progress-indicator--horizontal {
|
|
1816
|
-
-webkit-box-pack: center;
|
|
1817
|
-
-ms-flex-pack: center;
|
|
1818
|
-
justify-content: center; }
|
|
1819
|
-
.dnb-progress-indicator__label {
|
|
1820
|
-
display: -webkit-inline-box;
|
|
1821
|
-
display: -ms-inline-flexbox;
|
|
1822
|
-
display: inline-flex; }
|
|
1823
|
-
.dnb-progress-indicator__label .dnb-p {
|
|
1824
|
-
-ms-flex-item-align: center;
|
|
1825
|
-
align-self: center; }
|
|
1826
|
-
.dnb-spacing .dnb-progress-indicator .dnb-p,
|
|
1827
|
-
.dnb-spacing .dnb-progress-indicator .dnb-p:not([class*='dnb-space']) {
|
|
1828
|
-
margin: 0; }
|
|
1829
|
-
.dnb-progress-indicator--horizontal .dnb-progress-indicator__label {
|
|
1830
|
-
margin: 0 1rem; }
|
|
1831
|
-
.dnb-progress-indicator--vertical .dnb-progress-indicator__label {
|
|
1832
|
-
margin-top: 0.5rem; }
|
|
1833
|
-
.dnb-progress-indicator__circular {
|
|
1834
|
-
position: relative;
|
|
1835
|
-
width: 2rem;
|
|
1836
|
-
height: 2rem;
|
|
1837
|
-
-webkit-transform: rotate(-90deg);
|
|
1838
|
-
transform: rotate(-90deg); }
|
|
1839
|
-
.dnb-progress-indicator__circular svg {
|
|
1840
|
-
position: absolute;
|
|
1841
|
-
width: 100%;
|
|
1842
|
-
height: 100%; }
|
|
1843
|
-
.dnb-progress-indicator__circular__line {
|
|
1844
|
-
-webkit-animation-duration: 2s;
|
|
1845
|
-
animation-duration: 2s;
|
|
1846
|
-
-webkit-animation-delay: 200ms;
|
|
1847
|
-
animation-delay: 200ms;
|
|
1848
|
-
-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.5, 0.99);
|
|
1849
|
-
animation-timing-function: cubic-bezier(0.5, 0, 0.5, 0.99);
|
|
1850
|
-
-webkit-animation-timing-function: var(--progress-indicator-timing);
|
|
1851
|
-
animation-timing-function: var(--progress-indicator-timing);
|
|
1852
|
-
-webkit-animation-iteration-count: infinite;
|
|
1853
|
-
animation-iteration-count: infinite; }
|
|
1854
|
-
.dnb-progress-indicator__circular__line.background {
|
|
1855
|
-
stroke-dashoffset: 1;
|
|
1856
|
-
stroke-dashoffset: var(--progress-indicator-circular-circle-offset--max); }
|
|
1857
|
-
.dnb-progress-indicator__circular__line.light {
|
|
1858
|
-
-webkit-animation-name: progress-indicator-circular-line-light;
|
|
1859
|
-
animation-name: progress-indicator-circular-line-light;
|
|
1860
|
-
stroke-dasharray: 88, 88;
|
|
1861
|
-
stroke-dasharray: var(--progress-indicator-circular-circle), var(--progress-indicator-circular-circle);
|
|
1862
|
-
stroke-dashoffset: 1;
|
|
1863
|
-
stroke-dashoffset: var(--progress-indicator-circular-circle-offset--max); }
|
|
1864
|
-
.dnb-progress-indicator__circular__line.dark {
|
|
1865
|
-
-webkit-animation-name: progress-indicator-circular-line-dark;
|
|
1866
|
-
animation-name: progress-indicator-circular-line-dark;
|
|
1867
|
-
stroke-dasharray: 88, 88;
|
|
1868
|
-
stroke-dasharray: var(--progress-indicator-circular-circle), var(--progress-indicator-circular-circle);
|
|
1869
|
-
stroke-dashoffset: 88;
|
|
1870
|
-
stroke-dashoffset: var(--progress-indicator-circular-circle-offset--min); }
|
|
1871
|
-
.dnb-progress-indicator__circular__line.paused {
|
|
1872
|
-
-webkit-animation-play-state: paused;
|
|
1873
|
-
animation-play-state: paused; }
|
|
1874
|
-
.dnb-progress-indicator__circular--has-progress-value .dnb-progress-indicator__circular__line.dark {
|
|
1875
|
-
-webkit-transition: stroke-dashoffset 600ms cubic-bezier(0.5, 0, 0.5, 0.99);
|
|
1876
|
-
transition: stroke-dashoffset 600ms cubic-bezier(0.5, 0, 0.5, 0.99);
|
|
1877
|
-
-webkit-transition: stroke-dashoffset 600ms var(--progress-indicator-timing);
|
|
1878
|
-
transition: stroke-dashoffset 600ms var(--progress-indicator-timing); }
|
|
1879
|
-
.dnb-progress-indicator__circular__circle {
|
|
1880
|
-
stroke-linecap: round; }
|
|
1881
|
-
.dnb-progress-indicator__circular__line.light .dnb-progress-indicator__circular__circle {
|
|
1882
|
-
stroke: grey; }
|
|
1883
|
-
.dnb-progress-indicator__circular__line.dark .dnb-progress-indicator__circular__circle {
|
|
1884
|
-
stroke: #000;
|
|
1885
|
-
stroke: var(--color-black); }
|
|
1886
|
-
.dnb-progress-indicator__linear {
|
|
1887
|
-
position: relative;
|
|
1888
|
-
overflow: hidden;
|
|
1889
|
-
width: 100%;
|
|
1890
|
-
will-change: transform;
|
|
1891
|
-
height: 0.5rem;
|
|
1892
|
-
border-radius: 0.25rem; }
|
|
1893
|
-
.dnb-progress-indicator__linear__bar {
|
|
1894
|
-
width: 100%;
|
|
1895
|
-
position: absolute;
|
|
1896
|
-
left: 0;
|
|
1897
|
-
bottom: 0;
|
|
1898
|
-
top: 0;
|
|
1899
|
-
-webkit-transform-origin: left;
|
|
1900
|
-
transform-origin: left;
|
|
1901
|
-
border-radius: inherit; }
|
|
1902
|
-
.dnb-progress-indicator__linear__bar-transition {
|
|
1903
|
-
-webkit-transition: -webkit-transform 0.2s linear;
|
|
1904
|
-
transition: -webkit-transform 0.2s linear;
|
|
1905
|
-
transition: transform 0.2s linear;
|
|
1906
|
-
transition: transform 0.2s linear, -webkit-transform 0.2s linear; }
|
|
1907
|
-
.dnb-progress-indicator__linear__bar1-animation {
|
|
1908
|
-
width: auto;
|
|
1909
|
-
-webkit-animation: progress-indicator-linear-bar-1 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
|
|
1910
|
-
animation: progress-indicator-linear-bar-1 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
|
|
1911
|
-
.dnb-progress-indicator__linear__bar2-animation {
|
|
1912
|
-
width: auto;
|
|
1913
|
-
-webkit-animation: progress-indicator-linear-bar-2 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s infinite;
|
|
1914
|
-
animation: progress-indicator-linear-bar-2 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s infinite; }
|
|
1915
|
-
.dnb-progress-indicator, .dnb-progress-indicator--visible {
|
|
1916
|
-
opacity: 0;
|
|
1917
|
-
-webkit-animation: progress-indicator-fade-in 200ms ease-out 1 forwards;
|
|
1918
|
-
animation: progress-indicator-fade-in 200ms ease-out 1 forwards; }
|
|
1919
|
-
.dnb-progress-indicator--complete:not(.dnb-progress-indicator--visible) {
|
|
1920
|
-
-webkit-animation: progress-indicator-fade-out 600ms ease-out 1 forwards;
|
|
1921
|
-
animation: progress-indicator-fade-out 600ms ease-out 1 forwards; }
|
|
1922
|
-
.dnb-progress-indicator--no-animation {
|
|
1923
|
-
-webkit-animation-duration: 0ms;
|
|
1924
|
-
animation-duration: 0ms; }
|
|
1925
|
-
html[data-visual-test] .dnb-progress-indicator__circular__line {
|
|
1926
|
-
-webkit-animation-duration: 0ms;
|
|
1927
|
-
animation-duration: 0ms;
|
|
1928
|
-
-webkit-animation-iteration-count: 0;
|
|
1929
|
-
animation-iteration-count: 0; }
|
|
1930
|
-
html[data-visual-test] .dnb-progress-indicator__bar-transition {
|
|
1931
|
-
-webkit-transition: none;
|
|
1932
|
-
transition: none; }
|
|
1933
|
-
.dnb-progress-indicator--full-width {
|
|
1934
|
-
width: 100%;
|
|
1935
|
-
min-width: 1rem; }
|
|
1936
|
-
|
|
1937
|
-
@-webkit-keyframes progress-indicator-fade-in {
|
|
1938
|
-
0% {
|
|
1939
|
-
opacity: 0; }
|
|
1940
|
-
100% {
|
|
1941
|
-
opacity: 1; } }
|
|
1942
|
-
|
|
1943
|
-
@keyframes progress-indicator-fade-in {
|
|
1944
|
-
0% {
|
|
1945
|
-
opacity: 0; }
|
|
1946
|
-
100% {
|
|
1947
|
-
opacity: 1; } }
|
|
1948
|
-
|
|
1949
|
-
@-webkit-keyframes progress-indicator-fade-out {
|
|
1950
|
-
0% {
|
|
1951
|
-
opacity: 1; }
|
|
1952
|
-
100% {
|
|
1953
|
-
opacity: 0; } }
|
|
1954
|
-
|
|
1955
|
-
@keyframes progress-indicator-fade-out {
|
|
1956
|
-
0% {
|
|
1957
|
-
opacity: 1; }
|
|
1958
|
-
100% {
|
|
1959
|
-
opacity: 0; } }
|
|
1960
|
-
|
|
1961
|
-
@-webkit-keyframes progress-indicator-circular-line-light {
|
|
1962
|
-
0% {
|
|
1963
|
-
stroke-dashoffset: 88;
|
|
1964
|
-
stroke-dashoffset: var(--progress-indicator-circular-circle-offset--min); }
|
|
1965
|
-
50% {
|
|
1966
|
-
stroke-dashoffset: 88;
|
|
1967
|
-
stroke-dashoffset: var(--progress-indicator-circular-circle-offset--min); }
|
|
1968
|
-
100% {
|
|
1969
|
-
stroke-dashoffset: 1;
|
|
1970
|
-
stroke-dashoffset: var(--progress-indicator-circular-circle-offset--max); } }
|
|
1971
|
-
|
|
1972
|
-
@keyframes progress-indicator-circular-line-light {
|
|
1973
|
-
0% {
|
|
1974
|
-
stroke-dashoffset: 88;
|
|
1975
|
-
stroke-dashoffset: var(--progress-indicator-circular-circle-offset--min); }
|
|
1976
|
-
50% {
|
|
1977
|
-
stroke-dashoffset: 88;
|
|
1978
|
-
stroke-dashoffset: var(--progress-indicator-circular-circle-offset--min); }
|
|
1979
|
-
100% {
|
|
1980
|
-
stroke-dashoffset: 1;
|
|
1981
|
-
stroke-dashoffset: var(--progress-indicator-circular-circle-offset--max); } }
|
|
1982
|
-
|
|
1983
|
-
@-webkit-keyframes progress-indicator-circular-line-dark {
|
|
1984
|
-
0% {
|
|
1985
|
-
stroke-dashoffset: 88;
|
|
1986
|
-
stroke-dashoffset: var(--progress-indicator-circular-circle-offset--min); }
|
|
1987
|
-
50% {
|
|
1988
|
-
stroke-dashoffset: 1;
|
|
1989
|
-
stroke-dashoffset: var(--progress-indicator-circular-circle-offset--max); }
|
|
1990
|
-
100% {
|
|
1991
|
-
stroke-dashoffset: 1;
|
|
1992
|
-
stroke-dashoffset: var(--progress-indicator-circular-circle-offset--max); } }
|
|
1993
|
-
|
|
1994
|
-
@keyframes progress-indicator-circular-line-dark {
|
|
1995
|
-
0% {
|
|
1996
|
-
stroke-dashoffset: 88;
|
|
1997
|
-
stroke-dashoffset: var(--progress-indicator-circular-circle-offset--min); }
|
|
1998
|
-
50% {
|
|
1999
|
-
stroke-dashoffset: 1;
|
|
2000
|
-
stroke-dashoffset: var(--progress-indicator-circular-circle-offset--max); }
|
|
2001
|
-
100% {
|
|
2002
|
-
stroke-dashoffset: 1;
|
|
2003
|
-
stroke-dashoffset: var(--progress-indicator-circular-circle-offset--max); } }
|
|
2004
|
-
|
|
2005
|
-
@-webkit-keyframes progress-indicator-linear-bar-1 {
|
|
2006
|
-
0% {
|
|
2007
|
-
left: -35%;
|
|
2008
|
-
right: 100%; }
|
|
2009
|
-
60% {
|
|
2010
|
-
left: 100%;
|
|
2011
|
-
right: -90%; }
|
|
2012
|
-
100% {
|
|
2013
|
-
left: 100%;
|
|
2014
|
-
right: -90%; } }
|
|
2015
|
-
|
|
2016
|
-
@keyframes progress-indicator-linear-bar-1 {
|
|
2017
|
-
0% {
|
|
2018
|
-
left: -35%;
|
|
2019
|
-
right: 100%; }
|
|
2020
|
-
60% {
|
|
2021
|
-
left: 100%;
|
|
2022
|
-
right: -90%; }
|
|
2023
|
-
100% {
|
|
2024
|
-
left: 100%;
|
|
2025
|
-
right: -90%; } }
|
|
2026
|
-
|
|
2027
|
-
@-webkit-keyframes progress-indicator-linear-bar-2 {
|
|
2028
|
-
0% {
|
|
2029
|
-
left: -200%;
|
|
2030
|
-
right: 100%; }
|
|
2031
|
-
60% {
|
|
2032
|
-
left: 107%;
|
|
2033
|
-
right: -8%; }
|
|
2034
|
-
100% {
|
|
2035
|
-
left: 107%;
|
|
2036
|
-
right: -8%; } }
|
|
2037
|
-
|
|
2038
|
-
@keyframes progress-indicator-linear-bar-2 {
|
|
2039
|
-
0% {
|
|
2040
|
-
left: -200%;
|
|
2041
|
-
right: 100%; }
|
|
2042
|
-
60% {
|
|
2043
|
-
left: 107%;
|
|
2044
|
-
right: -8%; }
|
|
2045
|
-
100% {
|
|
2046
|
-
left: 107%;
|
|
2047
|
-
right: -8%; } }
|
|
2048
|
-
|
|
2049
|
-
.dnb-autocomplete {
|
|
2050
|
-
font-family: 'DNB', sans-serif;
|
|
2051
|
-
font-family: var(--font-family-default);
|
|
2052
|
-
font-weight: normal;
|
|
2053
|
-
font-weight: var(--font-weight-basis);
|
|
2054
|
-
font-size: 1rem;
|
|
2055
|
-
font-size: var(--font-size-small);
|
|
2056
|
-
font-style: normal;
|
|
2057
|
-
line-height: 1.5rem;
|
|
2058
|
-
line-height: var(--line-height-basis);
|
|
2059
|
-
color: #333;
|
|
2060
|
-
color: var(--color-black-80, #333);
|
|
2061
|
-
-moz-osx-font-smoothing: grayscale;
|
|
2062
|
-
-webkit-font-smoothing: antialiased;
|
|
2063
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
2064
|
-
/**
|
|
2065
|
-
* Ensure consistency and use the same as HTML reset -> html {...}
|
|
2066
|
-
* between base and code package
|
|
2067
|
-
*/
|
|
2068
|
-
-moz-tab-size: 4;
|
|
2069
|
-
-o-tab-size: 4;
|
|
2070
|
-
tab-size: 4;
|
|
2071
|
-
-ms-text-size-adjust: 100%;
|
|
2072
|
-
-webkit-text-size-adjust: 100%;
|
|
2073
|
-
word-break: break-word;
|
|
2074
|
-
/**
|
|
2075
|
-
* 1. Remove repeating backgrounds in all browsers (opinionated).
|
|
2076
|
-
* 2. Add border box sizing in all browsers (opinionated).
|
|
2077
|
-
*/
|
|
2078
|
-
/**
|
|
2079
|
-
* 1. Add text decoration inheritance in all browsers (opinionated).
|
|
2080
|
-
* 2. Add vertical alignment inheritance in all browsers (opinionated).
|
|
2081
|
-
*/
|
|
2082
|
-
margin: 0;
|
|
2083
|
-
padding: 0; }
|
|
2084
|
-
.dnb-autocomplete *,
|
|
2085
|
-
.dnb-autocomplete ::before,
|
|
2086
|
-
.dnb-autocomplete ::after {
|
|
2087
|
-
background-repeat: no-repeat;
|
|
2088
|
-
/* 1 */
|
|
2089
|
-
-webkit-box-sizing: border-box;
|
|
2090
|
-
box-sizing: border-box;
|
|
2091
|
-
/* 2 */ }
|
|
2092
|
-
.dnb-autocomplete ::before,
|
|
2093
|
-
.dnb-autocomplete ::after {
|
|
2094
|
-
text-decoration: inherit;
|
|
2095
|
-
/* 1 */
|
|
2096
|
-
vertical-align: inherit;
|
|
2097
|
-
/* 2 */ }
|
|
2098
|
-
|
|
2099
|
-
/*
|
|
2100
|
-
* Autocomplete component
|
|
2101
|
-
*
|
|
2102
|
-
*/
|
|
2103
|
-
:root {
|
|
2104
|
-
--autocomplete-width: 16rem;
|
|
2105
|
-
--autocomplete-height: 2rem;
|
|
2106
|
-
--autocomplete-height--small: 1.5rem;
|
|
2107
|
-
--autocomplete-height--medium: 2.5rem;
|
|
2108
|
-
--autocomplete-height--large: 3rem;
|
|
2109
|
-
--autocomplete-padding-horizontal: 1rem;
|
|
2110
|
-
--autocomplete-focus-border-width: 0.125rem;
|
|
2111
|
-
--autocomplete-text-padding: 0.5rem;
|
|
2112
|
-
--autocomplete-border-radius: 0.25rem; }
|
|
2113
|
-
|
|
2114
|
-
.dnb-autocomplete {
|
|
2115
|
-
display: -webkit-inline-box;
|
|
2116
|
-
display: -ms-inline-flexbox;
|
|
2117
|
-
display: inline-flex;
|
|
2118
|
-
-webkit-box-align: center;
|
|
2119
|
-
-ms-flex-align: center;
|
|
2120
|
-
align-items: center;
|
|
2121
|
-
font-size: 1rem;
|
|
2122
|
-
font-size: var(--font-size-small);
|
|
2123
|
-
line-height: 2rem;
|
|
2124
|
-
line-height: var(--autocomplete-height); }
|
|
2125
|
-
.dnb-autocomplete__inner {
|
|
2126
|
-
display: -webkit-inline-box;
|
|
2127
|
-
display: -ms-inline-flexbox;
|
|
2128
|
-
display: inline-flex;
|
|
2129
|
-
-webkit-box-orient: vertical;
|
|
2130
|
-
-webkit-box-direction: normal;
|
|
2131
|
-
-ms-flex-direction: column;
|
|
2132
|
-
flex-direction: column;
|
|
2133
|
-
-webkit-box-align: start;
|
|
2134
|
-
-ms-flex-align: start;
|
|
2135
|
-
align-items: flex-start;
|
|
2136
|
-
margin: 0;
|
|
2137
|
-
padding: 0;
|
|
2138
|
-
width: auto;
|
|
2139
|
-
color: inherit; }
|
|
2140
|
-
.dnb-autocomplete--right .dnb-autocomplete__inner {
|
|
2141
|
-
-webkit-box-align: end;
|
|
2142
|
-
-ms-flex-align: end;
|
|
2143
|
-
align-items: flex-end; }
|
|
2144
|
-
.dnb-autocomplete__shell {
|
|
2145
|
-
position: relative;
|
|
2146
|
-
width: 16rem;
|
|
2147
|
-
width: var(--autocomplete-width);
|
|
2148
|
-
margin: 0;
|
|
2149
|
-
padding: 0;
|
|
2150
|
-
color: inherit; }
|
|
2151
|
-
.dnb-autocomplete__row {
|
|
2152
|
-
display: -webkit-inline-box;
|
|
2153
|
-
display: -ms-inline-flexbox;
|
|
2154
|
-
display: inline-flex; }
|
|
2155
|
-
.dnb-autocomplete--small {
|
|
2156
|
-
line-height: 1.5rem;
|
|
2157
|
-
line-height: var(--autocomplete-height--small); }
|
|
2158
|
-
.dnb-autocomplete--medium {
|
|
2159
|
-
line-height: 2.5rem;
|
|
2160
|
-
line-height: var(--autocomplete-height--medium); }
|
|
2161
|
-
.dnb-autocomplete--large {
|
|
2162
|
-
line-height: 3rem;
|
|
2163
|
-
line-height: var(--autocomplete-height--large); }
|
|
2164
|
-
.dnb-autocomplete__icon {
|
|
2165
|
-
display: -webkit-inline-box;
|
|
2166
|
-
display: -ms-inline-flexbox;
|
|
2167
|
-
display: inline-flex;
|
|
2168
|
-
-webkit-box-pack: center;
|
|
2169
|
-
-ms-flex-pack: center;
|
|
2170
|
-
justify-content: center;
|
|
2171
|
-
pointer-events: none; }
|
|
2172
|
-
.dnb-autocomplete__show-all .dnb-drawer-list__option__inner {
|
|
2173
|
-
display: -webkit-box;
|
|
2174
|
-
display: -ms-flexbox;
|
|
2175
|
-
display: flex;
|
|
2176
|
-
-webkit-box-pack: center;
|
|
2177
|
-
-ms-flex-pack: center;
|
|
2178
|
-
justify-content: center;
|
|
2179
|
-
-webkit-box-align: center;
|
|
2180
|
-
-ms-flex-align: center;
|
|
2181
|
-
align-items: center;
|
|
2182
|
-
color: #007272;
|
|
2183
|
-
color: var(--color-sea-green); }
|
|
2184
|
-
.dnb-autocomplete__show-all .dnb-drawer-list__option__inner .dnb-icon {
|
|
2185
|
-
-ms-flex-item-align: center;
|
|
2186
|
-
align-self: center; }
|
|
2187
|
-
.dnb-autocomplete__input {
|
|
2188
|
-
display: -webkit-inline-box;
|
|
2189
|
-
display: -ms-inline-flexbox;
|
|
2190
|
-
display: inline-flex;
|
|
2191
|
-
-webkit-box-align: center;
|
|
2192
|
-
-ms-flex-align: center;
|
|
2193
|
-
align-items: center;
|
|
2194
|
-
outline: none; }
|
|
2195
|
-
.dnb-autocomplete__input,
|
|
2196
|
-
.dnb-autocomplete__input .dnb-input__inner,
|
|
2197
|
-
.dnb-autocomplete__input .dnb-input__shell,
|
|
2198
|
-
.dnb-autocomplete__input .dnb-input__input {
|
|
2199
|
-
width: 100%; }
|
|
2200
|
-
.dnb-autocomplete--show-indicator .dnb-autocomplete__input .dnb-input__icon {
|
|
2201
|
-
color: transparent; }
|
|
2202
|
-
.dnb-autocomplete--opened .dnb-input__submit-button__button .dnb-icon {
|
|
2203
|
-
-webkit-transform: rotate(180deg);
|
|
2204
|
-
transform: rotate(180deg);
|
|
2205
|
-
-webkit-transform-origin: 50% 50%;
|
|
2206
|
-
transform-origin: 50% 50%; }
|
|
2207
|
-
.dnb-autocomplete .dnb-input__submit-button__button .dnb-icon {
|
|
2208
|
-
-webkit-transition: -webkit-transform 400ms ease-out;
|
|
2209
|
-
transition: -webkit-transform 400ms ease-out;
|
|
2210
|
-
transition: transform 400ms ease-out;
|
|
2211
|
-
transition: transform 400ms ease-out, -webkit-transform 400ms ease-out; }
|
|
2212
|
-
.dnb-autocomplete__shell, .dnb-autocomplete__input {
|
|
2213
|
-
border-radius: 0.25rem;
|
|
2214
|
-
border-radius: var(--autocomplete-border-radius); }
|
|
2215
|
-
.dnb-autocomplete__text {
|
|
2216
|
-
-webkit-box-ordinal-group: 2;
|
|
2217
|
-
-ms-flex-order: 1;
|
|
2218
|
-
order: 1;
|
|
2219
|
-
position: relative;
|
|
2220
|
-
z-index: 4;
|
|
2221
|
-
width: 100%;
|
|
2222
|
-
height: inherit;
|
|
2223
|
-
line-height: inherit;
|
|
2224
|
-
padding: 0 0.5rem 0 0;
|
|
2225
|
-
padding: 0 var(--autocomplete-text-padding) 0 0;
|
|
2226
|
-
overflow: hidden;
|
|
2227
|
-
color: inherit;
|
|
2228
|
-
text-align: left;
|
|
2229
|
-
text-overflow: ellipsis;
|
|
2230
|
-
font-size: 1.125rem;
|
|
2231
|
-
font-size: var(--font-size-basis); }
|
|
2232
|
-
.dnb-autocomplete__text__inner {
|
|
2233
|
-
display: inline-block;
|
|
2234
|
-
width: 100%;
|
|
2235
|
-
height: inherit;
|
|
2236
|
-
padding: 0;
|
|
2237
|
-
overflow: hidden;
|
|
2238
|
-
white-space: nowrap;
|
|
2239
|
-
color: inherit;
|
|
2240
|
-
text-decoration: none;
|
|
2241
|
-
text-overflow: inherit;
|
|
2242
|
-
text-align: inherit; }
|
|
2243
|
-
.dnb-autocomplete > .dnb-form-label {
|
|
2244
|
-
margin-right: 1rem;
|
|
2245
|
-
line-height: 1.5rem;
|
|
2246
|
-
line-height: var(--line-height-basis); }
|
|
2247
|
-
@media screen and (max-width: 40em) {
|
|
2248
|
-
.dnb-autocomplete {
|
|
2249
|
-
-ms-flex-wrap: wrap;
|
|
2250
|
-
flex-wrap: wrap; }
|
|
2251
|
-
.dnb-autocomplete > .dnb-form-label {
|
|
2252
|
-
margin-bottom: 0.5rem;
|
|
2253
|
-
margin-top: 0.5rem; } }
|
|
2254
|
-
.dnb-autocomplete--stretch {
|
|
2255
|
-
display: -webkit-box;
|
|
2256
|
-
display: -ms-flexbox;
|
|
2257
|
-
display: flex;
|
|
2258
|
-
-webkit-box-flex: 1;
|
|
2259
|
-
-ms-flex-positive: 1;
|
|
2260
|
-
flex-grow: 1; }
|
|
2261
|
-
.dnb-autocomplete--stretch .dnb-autocomplete__inner {
|
|
2262
|
-
-webkit-box-flex: 1;
|
|
2263
|
-
-ms-flex-positive: 1;
|
|
2264
|
-
flex-grow: 1; }
|
|
2265
|
-
.dnb-autocomplete--stretch .dnb-autocomplete__row, .dnb-autocomplete--stretch .dnb-autocomplete__inner, .dnb-autocomplete--stretch .dnb-autocomplete__shell {
|
|
2266
|
-
width: 100%; }
|
|
2267
|
-
.dnb-autocomplete--stretch .dnb-form-label + .dnb-autocomplete__inner {
|
|
2268
|
-
width: auto; }
|
|
2269
|
-
.dnb-autocomplete--vertical.dnb-autocomplete--stretch .dnb-autocomplete__inner {
|
|
2270
|
-
width: 100%; }
|
|
2271
|
-
.dnb-form-row--horizontal .dnb-autocomplete--stretch {
|
|
2272
|
-
width: 100%; }
|
|
2273
|
-
label + .dnb-autocomplete[class*='__form-status'] {
|
|
2274
|
-
vertical-align: top; }
|
|
2275
|
-
label + .dnb-autocomplete[class*='__form-status'] .dnb-autocomplete__shell {
|
|
2276
|
-
top: -0.375rem; }
|
|
2277
|
-
.dnb-autocomplete__inner > .dnb-form-status {
|
|
2278
|
-
-webkit-box-ordinal-group: 3;
|
|
2279
|
-
-ms-flex-order: 2;
|
|
2280
|
-
order: 2;
|
|
2281
|
-
margin-top: 0.5rem; }
|
|
2282
|
-
.dnb-autocomplete--vertical {
|
|
2283
|
-
display: -webkit-box;
|
|
2284
|
-
display: -ms-flexbox;
|
|
2285
|
-
display: flex;
|
|
2286
|
-
-webkit-box-orient: vertical;
|
|
2287
|
-
-webkit-box-direction: normal;
|
|
2288
|
-
-ms-flex-direction: column;
|
|
2289
|
-
flex-direction: column;
|
|
2290
|
-
-webkit-box-align: start;
|
|
2291
|
-
-ms-flex-align: start;
|
|
2292
|
-
align-items: flex-start; }
|
|
2293
|
-
.dnb-autocomplete:not(.dnb-autocomplete--vertical)[class*='__status'] {
|
|
2294
|
-
-webkit-box-align: start;
|
|
2295
|
-
-ms-flex-align: start;
|
|
2296
|
-
align-items: flex-start; }
|
|
2297
|
-
.dnb-autocomplete:not(.dnb-autocomplete--vertical)[class*='__status'] > .dnb-form-label {
|
|
2298
|
-
margin-top: 0.25rem; }
|
|
2299
|
-
@media screen and (max-width: 40em) {
|
|
2300
|
-
.dnb-responsive-component .dnb-autocomplete {
|
|
2301
|
-
display: -webkit-box;
|
|
2302
|
-
display: -ms-flexbox;
|
|
2303
|
-
display: flex;
|
|
2304
|
-
-webkit-box-orient: vertical;
|
|
2305
|
-
-webkit-box-direction: normal;
|
|
2306
|
-
-ms-flex-direction: column;
|
|
2307
|
-
flex-direction: column;
|
|
2308
|
-
-webkit-box-align: start;
|
|
2309
|
-
-ms-flex-align: start;
|
|
2310
|
-
align-items: flex-start;
|
|
2311
|
-
margin-bottom: 0.5rem; }
|
|
2312
|
-
.dnb-responsive-component .dnb-autocomplete > .dnb-form-label {
|
|
2313
|
-
margin-bottom: 0.5rem; }
|
|
2314
|
-
.dnb-responsive-component .dnb-autocomplete__helper {
|
|
2315
|
-
display: none; } }
|
|
2316
|
-
.dnb-autocomplete__list .dnb-drawer-list__option__item > span {
|
|
2317
|
-
padding-right: 0.125em; }
|
|
2318
|
-
@media screen and (-ms-high-contrast: none) {
|
|
2319
|
-
.dnb-autocomplete {
|
|
2320
|
-
-webkit-box-flex: 0;
|
|
2321
|
-
-ms-flex: none;
|
|
2322
|
-
flex: none;
|
|
2323
|
-
vertical-align: baseline; }
|
|
2324
|
-
.dnb-autocomplete__shell {
|
|
2325
|
-
top: 0; }
|
|
2326
|
-
.dnb-autocomplete__options {
|
|
2327
|
-
display: block; } }
|