@dnb/eufemia 10.0.0-beta.7 → 10.0.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 +273 -286
- package/cjs/components/anchor/Anchor.d.ts +5 -1
- package/cjs/components/anchor/Anchor.js +53 -4
- package/cjs/components/anchor/style/anchor-mixins.scss +8 -4
- package/cjs/components/anchor/style/dnb-anchor.css +8 -9
- package/cjs/components/anchor/style/dnb-anchor.min.css +1 -1
- package/cjs/components/anchor/style/dnb-anchor.scss +2 -1
- package/cjs/components/anchor/style/themes/dnb-anchor-theme-sbanken.css +63 -1
- package/cjs/components/anchor/style/themes/dnb-anchor-theme-sbanken.min.css +1 -1
- package/cjs/components/anchor/style/themes/dnb-anchor-theme-sbanken.scss +88 -26
- package/cjs/components/anchor/style/themes/dnb-anchor-theme-ui.css +4 -4
- package/cjs/components/anchor/style/themes/dnb-anchor-theme-ui.min.css +1 -1
- package/cjs/components/anchor/style/themes/dnb-anchor-theme-ui.scss +4 -4
- package/cjs/components/autocomplete/Autocomplete.d.ts +3 -2
- package/cjs/components/autocomplete/Autocomplete.js +8 -5
- package/cjs/components/button/Button.d.ts +3 -2
- package/cjs/components/button/Button.js +8 -5
- package/cjs/components/button/style/dnb-button--tertiary.css +16 -7
- package/cjs/components/button/style/dnb-button--tertiary.min.css +1 -1
- package/cjs/components/button/style/dnb-button--tertiary.scss +28 -18
- package/cjs/components/button/style/dnb-button.css +1 -3
- package/cjs/components/button/style/dnb-button.min.css +1 -1
- package/cjs/components/button/style/dnb-button.scss +0 -1
- package/cjs/components/button/style/themes/button-mixins.scss +4 -4
- package/cjs/components/button/style/themes/dnb-button-theme-eiendom.css +16 -7
- package/cjs/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
- package/cjs/components/button/style/themes/dnb-button-theme-sbanken.css +38 -7
- package/cjs/components/button/style/themes/dnb-button-theme-sbanken.min.css +1 -1
- package/cjs/components/button/style/themes/dnb-button-theme-sbanken.scss +6 -0
- package/cjs/components/button/style/themes/dnb-button-theme-ui.css +16 -7
- package/cjs/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
- package/cjs/components/checkbox/Checkbox.d.ts +3 -2
- package/cjs/components/checkbox/Checkbox.js +8 -5
- package/cjs/components/date-picker/DatePicker.d.ts +3 -2
- package/cjs/components/date-picker/DatePicker.js +9 -5
- package/cjs/components/dialog/style/dnb-dialog.css +3 -3
- package/cjs/components/dialog/style/dnb-dialog.min.css +1 -1
- package/cjs/components/dialog/style/dnb-dialog.scss +2 -4
- package/cjs/components/dropdown/Dropdown.d.ts +3 -2
- package/cjs/components/dropdown/Dropdown.js +8 -5
- package/cjs/components/form-row/FormRow.d.ts +2 -1
- package/cjs/components/form-row/FormRow.js +8 -5
- package/cjs/components/form-set/FormSet.d.ts +2 -1
- package/cjs/components/form-status/FormStatus.d.ts +6 -6
- package/cjs/components/form-status/FormStatus.js +13 -7
- package/cjs/components/global-error/GlobalError.d.ts +64 -62
- package/cjs/components/global-error/GlobalError.js +76 -509
- package/cjs/components/global-error/style/dnb-global-error.css +21 -31
- package/cjs/components/global-error/style/dnb-global-error.min.css +1 -1
- package/cjs/components/global-error/style/dnb-global-error.scss +19 -29
- package/cjs/components/global-status/GlobalStatus.d.ts +8 -0
- package/cjs/components/help-button/HelpButton.d.ts +1 -3
- package/cjs/components/help-button/HelpButton.js +9 -17
- package/cjs/components/icon/style/dnb-icon.css +7 -3
- package/cjs/components/icon/style/dnb-icon.min.css +1 -1
- package/cjs/components/icon/style/dnb-icon.scss +16 -10
- package/cjs/components/input/Input.d.ts +11 -5
- package/cjs/components/input/Input.js +8 -5
- package/cjs/components/input-masked/InputMasked.d.ts +3 -2
- package/cjs/components/input-masked/InputMaskedUtils.js +7 -3
- package/cjs/components/lib.d.ts +1 -1
- package/cjs/components/modal/Modal.js +21 -7
- package/cjs/components/modal/ModalContent.js +2 -2
- package/cjs/components/number-format/NumberUtils.js +5 -4
- package/cjs/components/progress-indicator/ProgressIndicator.d.ts +1 -1
- package/cjs/components/progress-indicator/ProgressIndicatorCircular.d.ts +1 -1
- package/cjs/components/progress-indicator/ProgressIndicatorLinear.d.ts +1 -1
- package/cjs/components/radio/Radio.d.ts +4 -3
- package/cjs/components/radio/Radio.js +8 -5
- package/cjs/components/radio/RadioGroup.d.ts +4 -3
- package/cjs/components/radio/RadioGroup.js +8 -5
- package/cjs/components/radio/style/dnb-radio.css +1 -0
- package/cjs/components/radio/style/dnb-radio.min.css +1 -1
- package/cjs/components/radio/style/dnb-radio.scss +1 -0
- package/cjs/components/slider/SliderInstance.js +2 -3
- package/cjs/components/slider/SliderProvider.js +2 -2
- package/cjs/components/slider/types.d.ts +2 -1
- package/cjs/components/switch/Switch.d.ts +3 -2
- package/cjs/components/switch/Switch.js +8 -5
- package/cjs/components/textarea/Textarea.d.ts +3 -2
- package/cjs/components/textarea/Textarea.js +8 -5
- package/cjs/components/timeline/TimelineItem.d.ts +2 -2
- package/cjs/components/toggle-button/ToggleButton.d.ts +3 -2
- package/cjs/components/toggle-button/ToggleButton.js +8 -5
- package/cjs/components/toggle-button/ToggleButtonGroup.d.ts +3 -2
- package/cjs/components/toggle-button/ToggleButtonGroup.js +8 -5
- package/cjs/components/tooltip/TooltipWithEvents.d.ts +2 -2
- package/cjs/components/tooltip/TooltipWithEvents.js +6 -1
- package/cjs/components/visually-hidden/style/dnb-visually-hidden.css +14 -14
- package/cjs/components/visually-hidden/style/dnb-visually-hidden.min.css +1 -1
- package/cjs/elements/Link.d.ts +1 -1
- package/cjs/elements/lib.d.ts +1 -1
- package/cjs/elements/typography/style/themes/dnb-typography-theme-sbanken.scss +16 -0
- package/cjs/elements/typography/style/themes/dnb-typography-theme-ui.scss +4 -23
- package/cjs/elements/typography/style/typography-mixins.scss +33 -0
- package/cjs/extensions/payment-card/PaymentCard.d.ts +6 -29
- package/cjs/shared/Context.d.ts +2 -0
- package/cjs/shared/Eufemia.d.ts +1 -0
- package/cjs/shared/Eufemia.js +4 -1
- package/cjs/shared/Theme.d.ts +6 -2
- package/cjs/shared/Theme.js +11 -5
- package/cjs/shared/VisibilityByTheme.js +1 -1
- package/cjs/shared/locales/en-GB.d.ts +2 -2
- package/cjs/shared/locales/en-GB.js +7 -7
- package/cjs/shared/locales/en-US.d.ts +2 -2
- package/cjs/shared/locales/index.d.ts +4 -4
- package/cjs/shared/locales/nb-NO.d.ts +2 -2
- package/cjs/shared/locales/nb-NO.js +7 -7
- package/cjs/style/core/scopes.scss +1 -1
- package/cjs/style/core/utilities.scss +17 -13
- package/cjs/style/dnb-ui-basis.css +16 -16
- package/cjs/style/dnb-ui-basis.min.css +1 -1
- package/cjs/style/dnb-ui-body.css +2 -2
- package/cjs/style/dnb-ui-body.min.css +1 -1
- package/cjs/style/dnb-ui-components.css +55 -63
- package/cjs/style/dnb-ui-components.min.css +1 -1
- package/cjs/style/dnb-ui-core.css +16 -16
- package/cjs/style/dnb-ui-core.min.css +1 -1
- package/cjs/style/themes/theme-eiendom/eiendom-theme-basis.css +5 -0
- package/cjs/style/themes/theme-eiendom/eiendom-theme-components.css +91 -81
- package/cjs/style/themes/theme-eiendom/eiendom-theme-components.min.css +1 -1
- package/cjs/style/themes/theme-eiendom/eiendom-theme-elements.css +5 -0
- package/cjs/style/themes/theme-sbanken/sbanken-theme-basis.css +39 -30
- package/cjs/style/themes/theme-sbanken/sbanken-theme-basis.min.css +1 -1
- package/cjs/style/themes/theme-sbanken/sbanken-theme-basis.scss +4 -0
- package/cjs/style/themes/theme-sbanken/sbanken-theme-components.css +155 -71
- package/cjs/style/themes/theme-sbanken/sbanken-theme-components.min.css +1 -1
- package/cjs/style/themes/theme-sbanken/sbanken-theme-elements.css +36 -31
- package/cjs/style/themes/theme-sbanken/sbanken-theme-elements.min.css +1 -1
- package/cjs/style/themes/theme-sbanken/sbanken-theme-elements.scss +1 -1
- package/cjs/style/themes/theme-ui/ui-theme-basis.css +5 -0
- package/cjs/style/themes/theme-ui/ui-theme-components.css +75 -74
- package/cjs/style/themes/theme-ui/ui-theme-components.min.css +1 -1
- package/cjs/style/themes/theme-ui/ui-theme-elements.css +5 -0
- package/cjs/style/themes/theme-ui/ui-theme-tags.css +3 -3
- package/cjs/style/themes/theme-ui/ui-theme-tags.min.css +1 -1
- package/components/anchor/Anchor.d.ts +5 -1
- package/components/anchor/Anchor.js +49 -4
- package/components/anchor/style/anchor-mixins.scss +8 -4
- package/components/anchor/style/dnb-anchor.css +8 -9
- package/components/anchor/style/dnb-anchor.min.css +1 -1
- package/components/anchor/style/dnb-anchor.scss +2 -1
- package/components/anchor/style/themes/dnb-anchor-theme-sbanken.css +63 -1
- package/components/anchor/style/themes/dnb-anchor-theme-sbanken.min.css +1 -1
- package/components/anchor/style/themes/dnb-anchor-theme-sbanken.scss +88 -26
- package/components/anchor/style/themes/dnb-anchor-theme-ui.css +4 -4
- package/components/anchor/style/themes/dnb-anchor-theme-ui.min.css +1 -1
- package/components/anchor/style/themes/dnb-anchor-theme-ui.scss +4 -4
- package/components/autocomplete/Autocomplete.d.ts +3 -2
- package/components/autocomplete/Autocomplete.js +8 -5
- package/components/button/Button.d.ts +3 -2
- package/components/button/Button.js +8 -5
- package/components/button/style/dnb-button--tertiary.css +16 -7
- package/components/button/style/dnb-button--tertiary.min.css +1 -1
- package/components/button/style/dnb-button--tertiary.scss +28 -18
- package/components/button/style/dnb-button.css +1 -3
- package/components/button/style/dnb-button.min.css +1 -1
- package/components/button/style/dnb-button.scss +0 -1
- package/components/button/style/themes/button-mixins.scss +4 -4
- package/components/button/style/themes/dnb-button-theme-eiendom.css +16 -7
- package/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
- package/components/button/style/themes/dnb-button-theme-sbanken.css +38 -7
- package/components/button/style/themes/dnb-button-theme-sbanken.min.css +1 -1
- package/components/button/style/themes/dnb-button-theme-sbanken.scss +6 -0
- package/components/button/style/themes/dnb-button-theme-ui.css +16 -7
- package/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
- package/components/checkbox/Checkbox.d.ts +3 -2
- package/components/checkbox/Checkbox.js +8 -5
- package/components/date-picker/DatePicker.d.ts +3 -2
- package/components/date-picker/DatePicker.js +9 -5
- package/components/dialog/style/dnb-dialog.css +3 -3
- package/components/dialog/style/dnb-dialog.min.css +1 -1
- package/components/dialog/style/dnb-dialog.scss +2 -4
- package/components/dropdown/Dropdown.d.ts +3 -2
- package/components/dropdown/Dropdown.js +8 -5
- package/components/form-row/FormRow.d.ts +2 -1
- package/components/form-row/FormRow.js +8 -5
- package/components/form-set/FormSet.d.ts +2 -1
- package/components/form-status/FormStatus.d.ts +6 -6
- package/components/form-status/FormStatus.js +13 -7
- package/components/global-error/GlobalError.d.ts +64 -62
- package/components/global-error/GlobalError.js +77 -510
- package/components/global-error/style/dnb-global-error.css +21 -31
- package/components/global-error/style/dnb-global-error.min.css +1 -1
- package/components/global-error/style/dnb-global-error.scss +19 -29
- package/components/global-status/GlobalStatus.d.ts +8 -0
- package/components/help-button/HelpButton.d.ts +1 -3
- package/components/help-button/HelpButton.js +9 -16
- package/components/icon/style/dnb-icon.css +7 -3
- package/components/icon/style/dnb-icon.min.css +1 -1
- package/components/icon/style/dnb-icon.scss +16 -10
- package/components/input/Input.d.ts +11 -5
- package/components/input/Input.js +8 -5
- package/components/input-masked/InputMasked.d.ts +3 -2
- package/components/input-masked/InputMaskedUtils.js +7 -3
- package/components/lib.d.ts +1 -1
- package/components/modal/Modal.js +21 -7
- package/components/modal/ModalContent.js +2 -2
- package/components/number-format/NumberUtils.js +5 -4
- package/components/progress-indicator/ProgressIndicator.d.ts +1 -1
- package/components/progress-indicator/ProgressIndicatorCircular.d.ts +1 -1
- package/components/progress-indicator/ProgressIndicatorLinear.d.ts +1 -1
- package/components/radio/Radio.d.ts +4 -3
- package/components/radio/Radio.js +8 -5
- package/components/radio/RadioGroup.d.ts +4 -3
- package/components/radio/RadioGroup.js +8 -5
- package/components/radio/style/dnb-radio.css +1 -0
- package/components/radio/style/dnb-radio.min.css +1 -1
- package/components/radio/style/dnb-radio.scss +1 -0
- package/components/slider/SliderInstance.js +2 -3
- package/components/slider/SliderProvider.js +2 -2
- package/components/slider/types.d.ts +2 -1
- package/components/switch/Switch.d.ts +3 -2
- package/components/switch/Switch.js +8 -5
- package/components/textarea/Textarea.d.ts +3 -2
- package/components/textarea/Textarea.js +8 -5
- package/components/timeline/TimelineItem.d.ts +2 -2
- package/components/toggle-button/ToggleButton.d.ts +3 -2
- package/components/toggle-button/ToggleButton.js +8 -5
- package/components/toggle-button/ToggleButtonGroup.d.ts +3 -2
- package/components/toggle-button/ToggleButtonGroup.js +8 -5
- package/components/tooltip/TooltipWithEvents.d.ts +2 -2
- package/components/tooltip/TooltipWithEvents.js +6 -1
- package/components/visually-hidden/style/dnb-visually-hidden.css +14 -14
- package/components/visually-hidden/style/dnb-visually-hidden.min.css +1 -1
- package/elements/Link.d.ts +1 -1
- package/elements/lib.d.ts +1 -1
- package/elements/typography/style/themes/dnb-typography-theme-sbanken.scss +16 -0
- package/elements/typography/style/themes/dnb-typography-theme-ui.scss +4 -23
- package/elements/typography/style/typography-mixins.scss +33 -0
- package/es/components/anchor/Anchor.d.ts +5 -1
- package/es/components/anchor/Anchor.js +49 -4
- package/es/components/anchor/style/anchor-mixins.scss +8 -4
- package/es/components/anchor/style/dnb-anchor.css +8 -9
- package/es/components/anchor/style/dnb-anchor.min.css +1 -1
- package/es/components/anchor/style/dnb-anchor.scss +2 -1
- package/es/components/anchor/style/themes/dnb-anchor-theme-sbanken.css +63 -1
- package/es/components/anchor/style/themes/dnb-anchor-theme-sbanken.min.css +1 -1
- package/es/components/anchor/style/themes/dnb-anchor-theme-sbanken.scss +88 -26
- package/es/components/anchor/style/themes/dnb-anchor-theme-ui.css +4 -4
- package/es/components/anchor/style/themes/dnb-anchor-theme-ui.min.css +1 -1
- package/es/components/anchor/style/themes/dnb-anchor-theme-ui.scss +4 -4
- package/es/components/autocomplete/Autocomplete.d.ts +3 -2
- package/es/components/autocomplete/Autocomplete.js +8 -5
- package/es/components/button/Button.d.ts +3 -2
- package/es/components/button/Button.js +8 -5
- package/es/components/button/style/dnb-button--tertiary.css +16 -7
- package/es/components/button/style/dnb-button--tertiary.min.css +1 -1
- package/es/components/button/style/dnb-button--tertiary.scss +28 -18
- package/es/components/button/style/dnb-button.css +1 -3
- package/es/components/button/style/dnb-button.min.css +1 -1
- package/es/components/button/style/dnb-button.scss +0 -1
- package/es/components/button/style/themes/button-mixins.scss +4 -4
- package/es/components/button/style/themes/dnb-button-theme-eiendom.css +16 -7
- package/es/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
- package/es/components/button/style/themes/dnb-button-theme-sbanken.css +38 -7
- package/es/components/button/style/themes/dnb-button-theme-sbanken.min.css +1 -1
- package/es/components/button/style/themes/dnb-button-theme-sbanken.scss +6 -0
- package/es/components/button/style/themes/dnb-button-theme-ui.css +16 -7
- package/es/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
- package/es/components/checkbox/Checkbox.d.ts +3 -2
- package/es/components/checkbox/Checkbox.js +8 -5
- package/es/components/date-picker/DatePicker.d.ts +3 -2
- package/es/components/date-picker/DatePicker.js +9 -5
- package/es/components/dialog/style/dnb-dialog.css +3 -3
- package/es/components/dialog/style/dnb-dialog.min.css +1 -1
- package/es/components/dialog/style/dnb-dialog.scss +2 -4
- package/es/components/dropdown/Dropdown.d.ts +3 -2
- package/es/components/dropdown/Dropdown.js +8 -5
- package/es/components/form-row/FormRow.d.ts +2 -1
- package/es/components/form-row/FormRow.js +8 -5
- package/es/components/form-set/FormSet.d.ts +2 -1
- package/es/components/form-status/FormStatus.d.ts +6 -6
- package/es/components/form-status/FormStatus.js +13 -7
- package/es/components/global-error/GlobalError.d.ts +64 -62
- package/es/components/global-error/GlobalError.js +76 -510
- package/es/components/global-error/style/dnb-global-error.css +21 -31
- package/es/components/global-error/style/dnb-global-error.min.css +1 -1
- package/es/components/global-error/style/dnb-global-error.scss +19 -29
- package/es/components/global-status/GlobalStatus.d.ts +8 -0
- package/es/components/help-button/HelpButton.d.ts +1 -3
- package/es/components/help-button/HelpButton.js +9 -16
- package/es/components/icon/style/dnb-icon.css +7 -3
- package/es/components/icon/style/dnb-icon.min.css +1 -1
- package/es/components/icon/style/dnb-icon.scss +16 -10
- package/es/components/input/Input.d.ts +11 -5
- package/es/components/input/Input.js +8 -5
- package/es/components/input-masked/InputMasked.d.ts +3 -2
- package/es/components/input-masked/InputMaskedUtils.js +7 -3
- package/es/components/lib.d.ts +1 -1
- package/es/components/modal/Modal.js +21 -7
- package/es/components/modal/ModalContent.js +2 -2
- package/es/components/number-format/NumberUtils.js +5 -4
- package/es/components/progress-indicator/ProgressIndicator.d.ts +1 -1
- package/es/components/progress-indicator/ProgressIndicatorCircular.d.ts +1 -1
- package/es/components/progress-indicator/ProgressIndicatorLinear.d.ts +1 -1
- package/es/components/radio/Radio.d.ts +4 -3
- package/es/components/radio/Radio.js +8 -5
- package/es/components/radio/RadioGroup.d.ts +4 -3
- package/es/components/radio/RadioGroup.js +8 -5
- package/es/components/radio/style/dnb-radio.css +1 -0
- package/es/components/radio/style/dnb-radio.min.css +1 -1
- package/es/components/radio/style/dnb-radio.scss +1 -0
- package/es/components/slider/SliderInstance.js +2 -3
- package/es/components/slider/SliderProvider.js +2 -2
- package/es/components/slider/types.d.ts +2 -1
- package/es/components/switch/Switch.d.ts +3 -2
- package/es/components/switch/Switch.js +8 -5
- package/es/components/textarea/Textarea.d.ts +3 -2
- package/es/components/textarea/Textarea.js +8 -5
- package/es/components/timeline/TimelineItem.d.ts +2 -2
- package/es/components/toggle-button/ToggleButton.d.ts +3 -2
- package/es/components/toggle-button/ToggleButton.js +8 -5
- package/es/components/toggle-button/ToggleButtonGroup.d.ts +3 -2
- package/es/components/toggle-button/ToggleButtonGroup.js +8 -5
- package/es/components/tooltip/TooltipWithEvents.d.ts +2 -2
- package/es/components/tooltip/TooltipWithEvents.js +6 -1
- package/es/components/visually-hidden/style/dnb-visually-hidden.css +14 -14
- package/es/components/visually-hidden/style/dnb-visually-hidden.min.css +1 -1
- package/es/elements/Link.d.ts +1 -1
- package/es/elements/lib.d.ts +1 -1
- package/es/elements/typography/style/themes/dnb-typography-theme-sbanken.scss +16 -0
- package/es/elements/typography/style/themes/dnb-typography-theme-ui.scss +4 -23
- package/es/elements/typography/style/typography-mixins.scss +33 -0
- package/es/extensions/payment-card/PaymentCard.d.ts +6 -29
- package/es/shared/Context.d.ts +2 -0
- package/es/shared/Eufemia.d.ts +1 -0
- package/es/shared/Eufemia.js +2 -1
- package/es/shared/Theme.d.ts +6 -2
- package/es/shared/Theme.js +11 -5
- package/es/shared/VisibilityByTheme.js +1 -1
- package/es/shared/locales/en-GB.d.ts +2 -2
- package/es/shared/locales/en-GB.js +7 -7
- package/es/shared/locales/en-US.d.ts +2 -2
- package/es/shared/locales/index.d.ts +4 -4
- package/es/shared/locales/nb-NO.d.ts +2 -2
- package/es/shared/locales/nb-NO.js +7 -7
- package/es/style/core/scopes.scss +1 -1
- package/es/style/core/utilities.scss +17 -13
- package/es/style/dnb-ui-basis.css +16 -16
- package/es/style/dnb-ui-basis.min.css +1 -1
- package/es/style/dnb-ui-body.css +2 -2
- package/es/style/dnb-ui-body.min.css +1 -1
- package/es/style/dnb-ui-components.css +55 -63
- package/es/style/dnb-ui-components.min.css +1 -1
- package/es/style/dnb-ui-core.css +16 -16
- package/es/style/dnb-ui-core.min.css +1 -1
- package/es/style/themes/theme-eiendom/eiendom-theme-basis.css +5 -0
- package/es/style/themes/theme-eiendom/eiendom-theme-components.css +91 -81
- package/es/style/themes/theme-eiendom/eiendom-theme-components.min.css +1 -1
- package/es/style/themes/theme-eiendom/eiendom-theme-elements.css +5 -0
- package/es/style/themes/theme-sbanken/sbanken-theme-basis.css +39 -30
- package/es/style/themes/theme-sbanken/sbanken-theme-basis.min.css +1 -1
- package/es/style/themes/theme-sbanken/sbanken-theme-basis.scss +4 -0
- package/es/style/themes/theme-sbanken/sbanken-theme-components.css +155 -71
- package/es/style/themes/theme-sbanken/sbanken-theme-components.min.css +1 -1
- package/es/style/themes/theme-sbanken/sbanken-theme-elements.css +36 -31
- package/es/style/themes/theme-sbanken/sbanken-theme-elements.min.css +1 -1
- package/es/style/themes/theme-sbanken/sbanken-theme-elements.scss +1 -1
- package/es/style/themes/theme-ui/ui-theme-basis.css +5 -0
- package/es/style/themes/theme-ui/ui-theme-components.css +75 -74
- package/es/style/themes/theme-ui/ui-theme-components.min.css +1 -1
- package/es/style/themes/theme-ui/ui-theme-elements.css +5 -0
- package/es/style/themes/theme-ui/ui-theme-tags.css +3 -3
- package/es/style/themes/theme-ui/ui-theme-tags.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 +1 -1
- package/extensions/payment-card/PaymentCard.d.ts +6 -29
- package/package.json +1 -1
- package/shared/Context.d.ts +2 -0
- package/shared/Eufemia.d.ts +1 -0
- package/shared/Eufemia.js +2 -1
- package/shared/Theme.d.ts +6 -2
- package/shared/Theme.js +11 -5
- package/shared/VisibilityByTheme.js +1 -1
- package/shared/locales/en-GB.d.ts +2 -2
- package/shared/locales/en-GB.js +7 -7
- package/shared/locales/en-US.d.ts +2 -2
- package/shared/locales/index.d.ts +4 -4
- package/shared/locales/nb-NO.d.ts +2 -2
- package/shared/locales/nb-NO.js +7 -7
- package/style/core/scopes.scss +1 -1
- package/style/core/utilities.scss +17 -13
- package/style/dnb-ui-basis.css +16 -16
- package/style/dnb-ui-basis.min.css +1 -1
- package/style/dnb-ui-body.css +2 -2
- package/style/dnb-ui-body.min.css +1 -1
- package/style/dnb-ui-components.css +55 -63
- package/style/dnb-ui-components.min.css +1 -1
- package/style/dnb-ui-core.css +16 -16
- package/style/dnb-ui-core.min.css +1 -1
- package/style/themes/theme-eiendom/eiendom-theme-basis.css +5 -0
- package/style/themes/theme-eiendom/eiendom-theme-components.css +91 -81
- package/style/themes/theme-eiendom/eiendom-theme-components.min.css +1 -1
- package/style/themes/theme-eiendom/eiendom-theme-elements.css +5 -0
- package/style/themes/theme-sbanken/sbanken-theme-basis.css +39 -30
- package/style/themes/theme-sbanken/sbanken-theme-basis.min.css +1 -1
- package/style/themes/theme-sbanken/sbanken-theme-basis.scss +4 -0
- package/style/themes/theme-sbanken/sbanken-theme-components.css +155 -71
- package/style/themes/theme-sbanken/sbanken-theme-components.min.css +1 -1
- package/style/themes/theme-sbanken/sbanken-theme-elements.css +36 -31
- package/style/themes/theme-sbanken/sbanken-theme-elements.min.css +1 -1
- package/style/themes/theme-sbanken/sbanken-theme-elements.scss +1 -1
- package/style/themes/theme-ui/ui-theme-basis.css +5 -0
- package/style/themes/theme-ui/ui-theme-components.css +75 -74
- package/style/themes/theme-ui/ui-theme-components.min.css +1 -1
- package/style/themes/theme-ui/ui-theme-elements.css +5 -0
- package/style/themes/theme-ui/ui-theme-tags.css +3 -3
- package/style/themes/theme-ui/ui-theme-tags.min.css +1 -1
- package/umd/dnb-ui-basis.min.js +1 -1
- package/umd/dnb-ui-components.min.js +1 -1
- 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 +1 -1
package/style/dnb-ui-core.css
CHANGED
|
@@ -257,7 +257,7 @@ body,
|
|
|
257
257
|
font-size: var(--font-size-small);
|
|
258
258
|
font-style: normal;
|
|
259
259
|
line-height: var(--line-height-basis);
|
|
260
|
-
color: var(--color-black-80, #333);
|
|
260
|
+
color: var(--theme-color-body, var(--color-black-80, #333));
|
|
261
261
|
/* stylelint-disable-next-line */
|
|
262
262
|
-moz-osx-font-smoothing: grayscale;
|
|
263
263
|
/* stylelint-disable-next-line */
|
|
@@ -550,7 +550,7 @@ body .eufemia-theme,
|
|
|
550
550
|
font-size: var(--font-size-small);
|
|
551
551
|
font-style: normal;
|
|
552
552
|
line-height: var(--line-height-basis);
|
|
553
|
-
color: var(--color-black-80, #333);
|
|
553
|
+
color: var(--theme-color-body, var(--color-black-80, #333));
|
|
554
554
|
}
|
|
555
555
|
|
|
556
556
|
/*
|
|
@@ -750,20 +750,20 @@ html[data-whatintent=touch] .dnb-skip-link {
|
|
|
750
750
|
}
|
|
751
751
|
|
|
752
752
|
.dnb-sr-only {
|
|
753
|
-
-webkit-user-select: none;
|
|
754
|
-
user-select: none;
|
|
755
|
-
-webkit-touch-callout: none;
|
|
756
|
-
pointer-events: none;
|
|
757
|
-
position: absolute;
|
|
758
|
-
-webkit-clip-path: inset(50%);
|
|
759
|
-
clip-path: inset(50%);
|
|
760
|
-
max-width: 1px;
|
|
761
|
-
max-height: 1px;
|
|
762
|
-
overflow: hidden;
|
|
763
|
-
white-space: nowrap;
|
|
764
|
-
padding: 0;
|
|
765
|
-
margin: 0;
|
|
766
|
-
border: 0;
|
|
753
|
+
-webkit-user-select: none !important;
|
|
754
|
+
user-select: none !important;
|
|
755
|
+
-webkit-touch-callout: none !important;
|
|
756
|
+
pointer-events: none !important;
|
|
757
|
+
position: absolute !important;
|
|
758
|
+
-webkit-clip-path: inset(50%) !important;
|
|
759
|
+
clip-path: inset(50%) !important;
|
|
760
|
+
max-width: 1px !important;
|
|
761
|
+
max-height: 1px !important;
|
|
762
|
+
overflow: hidden !important;
|
|
763
|
+
white-space: nowrap !important;
|
|
764
|
+
padding: 0 !important;
|
|
765
|
+
margin: 0 !important;
|
|
766
|
+
border: 0 !important;
|
|
767
767
|
}
|
|
768
768
|
|
|
769
769
|
.dnb-suffix {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@charset "UTF-8";html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;cursor:default;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:var(--line-height-basis);-moz-tab-size:4;tab-size:4;word-break:break-word}body{margin:0}html{font-size:100%}html:not([data-visual-test]){scroll-behavior:smooth}@supports (-webkit-touch-callout:none){@supports (font:-apple-system-body){html{font:-apple-system-body}}}html[xmlns="http://www.w3.org/1999/xhtml"] a:hover{text-decoration:none}html[xmlns="http://www.w3.org/1999/xhtml"] .dnb-anchor--active{color:var(--color-mint-green)!important}html[xmlns="http://www.w3.org/1999/xhtml"] .dnb-anchor--contrast:not(:hover){color:var(--color-white)!important}html[xmlns="http://www.w3.org/1999/xhtml"] a.dnb-button--primary{color:var(--color-white)}html[xmlns="http://www.w3.org/1999/xhtml"] ul{list-style:initial}html[xmlns="http://www.w3.org/1999/xhtml"] p{background-color:initial;overflow:initial;text-align:inherit}html[xmlns="http://www.w3.org/1999/xhtml"] i{font-style:italic}html[xmlns="http://www.w3.org/1999/xhtml"] #column_left,html[xmlns="http://www.w3.org/1999/xhtml"] #root{width:100%}html[xmlns="http://www.w3.org/1999/xhtml"] body#dnbLayoutDefault #wrapper,html[xmlns="http://www.w3.org/1999/xhtml"] body#dnbLayoutDefaultStartPage #wrapper{max-width:60rem;width:100%}html[xmlns="http://www.w3.org/1999/xhtml"] #column_content{box-shadow:none}.dnb-core-style,body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0);-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;color:var(--color-black-80,#333);font-family:var(--font-family-default);font-size:var(--font-size-small);font-style:normal;font-weight:var(--font-weight-basis);line-height:var(--line-height-basis);tab-size:4;-moz-tab-size:4;word-break:break-word}.dnb-core-style *,.dnb-core-style :after,.dnb-core-style :before,body *,body :after,body :before{background-repeat:no-repeat;box-sizing:border-box}.dnb-core-style :after,.dnb-core-style :before,body :after,body :before{text-decoration:inherit;vertical-align:inherit}.dnb-core-style hr,body hr{height:0;overflow:visible}.dnb-core-style main,body main{display:block}.dnb-core-style nav ol,.dnb-core-style nav ul,body nav ol,body nav ul{list-style:none}.dnb-core-style abbr[title],body abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.dnb-core-style b,.dnb-core-style strong,body b,body strong{font-weight:bolder}.dnb-core-style code,.dnb-core-style kbd,.dnb-core-style pre,.dnb-core-style samp,body code,body kbd,body pre,body samp{font-family:var(--font-family-monospace);font-size:var(--font-size-basis--em)}.dnb-core-style ::selection,body ::selection{background-color:#b3d4fc;color:#000;text-shadow:none}.dnb-core-style audio,.dnb-core-style canvas,.dnb-core-style iframe,.dnb-core-style img,.dnb-core-style svg,.dnb-core-style video,body audio,body canvas,body iframe,body img,body svg,body video{vertical-align:middle}.dnb-core-style audio,.dnb-core-style video,body audio,body video{display:inline-block}.dnb-core-style audio:not([controls]),body audio:not([controls]){display:none;height:0}.dnb-core-style img,body img{border-style:none}.dnb-core-style svg:not([fill]),body svg:not([fill]){fill:currentcolor}.dnb-core-style svg:not(:root),body svg:not(:root){overflow:hidden}.dnb-core-style table,body table{border-collapse:collapse}.dnb-core-style button,.dnb-core-style input,.dnb-core-style select,.dnb-core-style textarea,body button,body input,body select,body textarea{font-family:inherit;font-size:inherit;line-height:inherit}.dnb-core-style button,.dnb-core-style figure,.dnb-core-style input,.dnb-core-style select,body button,body figure,body input,body select{margin:0}.dnb-core-style button,body button{overflow:visible;text-transform:none}.dnb-core-style fieldset,body fieldset{padding:.35rem .75rem .625rem}.dnb-core-style input,body input{overflow:visible;word-break:normal}.dnb-core-style legend,body legend{color:inherit;display:table;max-width:100%;white-space:normal}.dnb-core-style progress,body progress{display:inline-block;vertical-align:baseline}.dnb-core-style select,body select{text-transform:none}.dnb-core-style textarea,body textarea{overflow:auto;resize:vertical}.dnb-core-style [type=checkbox],.dnb-core-style [type=radio],body [type=checkbox],body [type=radio]{padding:0}.dnb-core-style input[type=search],body input[type=search]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;outline-offset:-2px}.dnb-core-style ::-webkit-inner-spin-button,.dnb-core-style ::-webkit-outer-spin-button,body ::-webkit-inner-spin-button,body ::-webkit-outer-spin-button{height:auto}.dnb-core-style ::input-placeholder,body ::input-placeholder{color:inherit;opacity:.54}.dnb-core-style ::-webkit-search-decoration,body ::-webkit-search-decoration{-webkit-appearance:none;appearance:none}.dnb-core-style ::-webkit-file-upload-button,body ::-webkit-file-upload-button{background-color:transparent;border:none;font:inherit}.dnb-core-style ::-moz-focus-inner,body ::-moz-focus-inner{border-style:none;padding:0}.dnb-core-style details,body details{display:block}.dnb-core-style summary,body summary{display:list-item}.dnb-core-style canvas,body canvas{display:inline-block}.dnb-core-style template,body template{display:none}.dnb-core-style [tabindex],.dnb-core-style a,.dnb-core-style area,.dnb-core-style button,.dnb-core-style input,.dnb-core-style label,.dnb-core-style select,.dnb-core-style summary,.dnb-core-style textarea,body [tabindex],body a,body area,body button,body input,body label,body select,body summary,body textarea{touch-action:manipulation}.dnb-core-style [hidden],body [hidden]{display:none}.dnb-core-style [aria-busy=true],body [aria-busy=true]{cursor:progress}.dnb-core-style [aria-controls]:not(input),body [aria-controls]:not(input){cursor:pointer}.dnb-core-style [aria-disabled=true],.dnb-core-style [disabled],body [aria-disabled=true],body [disabled]{cursor:not-allowed}.dnb-core-style [aria-hidden=false][hidden]:not(:focus),body [aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);display:inherit;position:absolute}@media print{.dnb-core-style,body{background-color:#fff;color:#000}}.dnb-core-style .eufemia-theme,body .eufemia-theme{color:var(--color-black-80,#333);font-family:var(--font-family-default);font-size:var(--font-size-small);font-style:normal;font-weight:var(--font-weight-basis);line-height:var(--line-height-basis)}.dnb-no-focus,.dnb-tab-focus,.dnb-tab-focus:focus{outline:none}html[data-whatinput=keyboard] .dnb-tab-focus:focus{--border-color:var(--focus-ring-color);--border-width:var(--focus-ring-width);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color)}.dnb-mouse-focus,.dnb-mouse-focus:focus{outline:none}html[data-whatinput=mouse] .dnb-mouse-focus:focus{box-shadow:0 0 0 var(--border-width) var(--border-color)}.dnb-focus-ring,html[data-whatinput=mouse] .dnb-mouse-focus:focus{--border-color:var(--focus-ring-color);--border-width:var(--focus-ring-width);border-color:transparent}.dnb-focus-ring{box-shadow:0 0 0 var(--border-width) var(--border-color)!important}.dnb-scrollbar-appearance{--scrollbar-track-width:0.5rem;--scrollbar-thumb-width:0.5rem;--scrollbar-track-color:var(--color-black-8);--scrollbar-thumb-color:var(--color-sea-green);--scrollbar-thumb-hover-color:var(--color-emerald-green);-webkit-overflow-scrolling:touch;-ms-overflow-style:auto;scrollbar-color:var(--scrollbar-thumb-color,#888) transparent}@supports not (scrollbar-color:auto){.dnb-scrollbar-appearance::-webkit-scrollbar{background-color:var(--scrollbar-track-color,#eee);border-radius:var(--scrollbar-thumb-width,.5rem)}.dnb-scrollbar-appearance::-webkit-scrollbar:vertical{width:var(--scrollbar-track-width,.5rem)}.dnb-scrollbar-appearance::-webkit-scrollbar:horizontal{height:var(--scrollbar-track-width,.5rem)}.dnb-scrollbar-appearance::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-color,#888);border-radius:var(--scrollbar-thumb-width,.5rem)}.dnb-scrollbar-appearance::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover-color,#666)}}.dnb-skip-link{opacity:.3;position:absolute;top:-100vh;transition:opacity .3s ease-out;z-index:0}.dnb-skip-link--active,.dnb-skip-link:focus{background-color:transparent;border:none;border-radius:0;box-shadow:none;color:var(--color-sea-green);font-size:var(--font-size-basis);left:40%;margin:0;outline:none;padding:.5rem 1rem;position:fixed;text-align:center;text-decoration:none;top:5%;user-select:none;-webkit-user-select:none;white-space:nowrap;z-index:9999}.dnb-skip-link--active:after,.dnb-skip-link:focus:after{background-color:hsla(0,0%,100%,.85);box-shadow:150vw 150vh 0 0 hsla(0,0%,100%,.85);content:"";height:150vh;left:-200vw;position:absolute;top:-200vh;width:150vw;z-index:-2}.dnb-skip-link--active:before,.dnb-skip-link:focus:before{background-color:var(--color-white);border-radius:1.5rem;content:"";height:100%;left:0;outline:none;position:absolute;top:0;width:100%;z-index:-1}html[data-whatinput=mouse] .dnb-skip-link--active:before,html[data-whatinput=mouse] .dnb-skip-link:focus:before{--border-color:var(--focus-ring-color);--border-width:var(--focus-ring-width);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color)}.dnb-skip-link--active:hover:before,.dnb-skip-link:focus:hover:before{background-color:var(--color-mint-green-50)}.dnb-skip-link--active:active:before,.dnb-skip-link:focus:active:before{background-color:var(--color-emerald-green)}.dnb-skip-link--active:focus:not(:active):before,.dnb-skip-link:focus:focus:not(:active):before{outline:none}html[data-whatinput=keyboard] .dnb-skip-link--active:focus:not(:active):before,html[data-whatinput=keyboard] .dnb-skip-link:focus:focus:not(:active):before{--border-color:var(--focus-ring-color);--border-width:var(--focus-ring-width);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color)}.dnb-skip-link--active:focus,.dnb-skip-link:focus:focus{opacity:1}.dnb-skip-link--active:focus:not(:hover):not(:active),.dnb-skip-link--active:hover,.dnb-skip-link:focus:focus:not(:hover):not(:active),.dnb-skip-link:focus:hover{background-color:transparent;box-shadow:none;color:var(--color-sea-green)}.dnb-skip-link--active:active,.dnb-skip-link:focus:active{background-color:transparent;color:var(--color-white)}html[data-whatintent=touch] .dnb-skip-link{display:none}.dnb-alignment-helper,.dnb-alignment-helper:before{speak:none;display:inline-block;font-size:var(--font-size-small);height:0;width:0}.dnb-alignment-helper:before{content:""}.dnb-drop-shadow{box-shadow:var(--shadow-default)}.dnb-sr-only{-webkit-touch-callout:none;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);margin:0;max-height:1px;max-width:1px;overflow:hidden;padding:0;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.dnb-suffix{font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding-left:.5rem;word-break:normal}
|
|
1
|
+
@charset "UTF-8";html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;cursor:default;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:var(--line-height-basis);-moz-tab-size:4;tab-size:4;word-break:break-word}body{margin:0}html{font-size:100%}html:not([data-visual-test]){scroll-behavior:smooth}@supports (-webkit-touch-callout:none){@supports (font:-apple-system-body){html{font:-apple-system-body}}}html[xmlns="http://www.w3.org/1999/xhtml"] a:hover{text-decoration:none}html[xmlns="http://www.w3.org/1999/xhtml"] .dnb-anchor--active{color:var(--color-mint-green)!important}html[xmlns="http://www.w3.org/1999/xhtml"] .dnb-anchor--contrast:not(:hover){color:var(--color-white)!important}html[xmlns="http://www.w3.org/1999/xhtml"] a.dnb-button--primary{color:var(--color-white)}html[xmlns="http://www.w3.org/1999/xhtml"] ul{list-style:initial}html[xmlns="http://www.w3.org/1999/xhtml"] p{background-color:initial;overflow:initial;text-align:inherit}html[xmlns="http://www.w3.org/1999/xhtml"] i{font-style:italic}html[xmlns="http://www.w3.org/1999/xhtml"] #column_left,html[xmlns="http://www.w3.org/1999/xhtml"] #root{width:100%}html[xmlns="http://www.w3.org/1999/xhtml"] body#dnbLayoutDefault #wrapper,html[xmlns="http://www.w3.org/1999/xhtml"] body#dnbLayoutDefaultStartPage #wrapper{max-width:60rem;width:100%}html[xmlns="http://www.w3.org/1999/xhtml"] #column_content{box-shadow:none}.dnb-core-style,body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0);-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;color:var(--theme-color-body,var(--color-black-80,#333));font-family:var(--font-family-default);font-size:var(--font-size-small);font-style:normal;font-weight:var(--font-weight-basis);line-height:var(--line-height-basis);tab-size:4;-moz-tab-size:4;word-break:break-word}.dnb-core-style *,.dnb-core-style :after,.dnb-core-style :before,body *,body :after,body :before{background-repeat:no-repeat;box-sizing:border-box}.dnb-core-style :after,.dnb-core-style :before,body :after,body :before{text-decoration:inherit;vertical-align:inherit}.dnb-core-style hr,body hr{height:0;overflow:visible}.dnb-core-style main,body main{display:block}.dnb-core-style nav ol,.dnb-core-style nav ul,body nav ol,body nav ul{list-style:none}.dnb-core-style abbr[title],body abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.dnb-core-style b,.dnb-core-style strong,body b,body strong{font-weight:bolder}.dnb-core-style code,.dnb-core-style kbd,.dnb-core-style pre,.dnb-core-style samp,body code,body kbd,body pre,body samp{font-family:var(--font-family-monospace);font-size:var(--font-size-basis--em)}.dnb-core-style ::selection,body ::selection{background-color:#b3d4fc;color:#000;text-shadow:none}.dnb-core-style audio,.dnb-core-style canvas,.dnb-core-style iframe,.dnb-core-style img,.dnb-core-style svg,.dnb-core-style video,body audio,body canvas,body iframe,body img,body svg,body video{vertical-align:middle}.dnb-core-style audio,.dnb-core-style video,body audio,body video{display:inline-block}.dnb-core-style audio:not([controls]),body audio:not([controls]){display:none;height:0}.dnb-core-style img,body img{border-style:none}.dnb-core-style svg:not([fill]),body svg:not([fill]){fill:currentcolor}.dnb-core-style svg:not(:root),body svg:not(:root){overflow:hidden}.dnb-core-style table,body table{border-collapse:collapse}.dnb-core-style button,.dnb-core-style input,.dnb-core-style select,.dnb-core-style textarea,body button,body input,body select,body textarea{font-family:inherit;font-size:inherit;line-height:inherit}.dnb-core-style button,.dnb-core-style figure,.dnb-core-style input,.dnb-core-style select,body button,body figure,body input,body select{margin:0}.dnb-core-style button,body button{overflow:visible;text-transform:none}.dnb-core-style fieldset,body fieldset{padding:.35rem .75rem .625rem}.dnb-core-style input,body input{overflow:visible;word-break:normal}.dnb-core-style legend,body legend{color:inherit;display:table;max-width:100%;white-space:normal}.dnb-core-style progress,body progress{display:inline-block;vertical-align:baseline}.dnb-core-style select,body select{text-transform:none}.dnb-core-style textarea,body textarea{overflow:auto;resize:vertical}.dnb-core-style [type=checkbox],.dnb-core-style [type=radio],body [type=checkbox],body [type=radio]{padding:0}.dnb-core-style input[type=search],body input[type=search]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;outline-offset:-2px}.dnb-core-style ::-webkit-inner-spin-button,.dnb-core-style ::-webkit-outer-spin-button,body ::-webkit-inner-spin-button,body ::-webkit-outer-spin-button{height:auto}.dnb-core-style ::input-placeholder,body ::input-placeholder{color:inherit;opacity:.54}.dnb-core-style ::-webkit-search-decoration,body ::-webkit-search-decoration{-webkit-appearance:none;appearance:none}.dnb-core-style ::-webkit-file-upload-button,body ::-webkit-file-upload-button{background-color:transparent;border:none;font:inherit}.dnb-core-style ::-moz-focus-inner,body ::-moz-focus-inner{border-style:none;padding:0}.dnb-core-style details,body details{display:block}.dnb-core-style summary,body summary{display:list-item}.dnb-core-style canvas,body canvas{display:inline-block}.dnb-core-style template,body template{display:none}.dnb-core-style [tabindex],.dnb-core-style a,.dnb-core-style area,.dnb-core-style button,.dnb-core-style input,.dnb-core-style label,.dnb-core-style select,.dnb-core-style summary,.dnb-core-style textarea,body [tabindex],body a,body area,body button,body input,body label,body select,body summary,body textarea{touch-action:manipulation}.dnb-core-style [hidden],body [hidden]{display:none}.dnb-core-style [aria-busy=true],body [aria-busy=true]{cursor:progress}.dnb-core-style [aria-controls]:not(input),body [aria-controls]:not(input){cursor:pointer}.dnb-core-style [aria-disabled=true],.dnb-core-style [disabled],body [aria-disabled=true],body [disabled]{cursor:not-allowed}.dnb-core-style [aria-hidden=false][hidden]:not(:focus),body [aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);display:inherit;position:absolute}@media print{.dnb-core-style,body{background-color:#fff;color:#000}}.dnb-core-style .eufemia-theme,body .eufemia-theme{color:var(--theme-color-body,var(--color-black-80,#333));font-family:var(--font-family-default);font-size:var(--font-size-small);font-style:normal;font-weight:var(--font-weight-basis);line-height:var(--line-height-basis)}.dnb-no-focus,.dnb-tab-focus,.dnb-tab-focus:focus{outline:none}html[data-whatinput=keyboard] .dnb-tab-focus:focus{--border-color:var(--focus-ring-color);--border-width:var(--focus-ring-width);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color)}.dnb-mouse-focus,.dnb-mouse-focus:focus{outline:none}html[data-whatinput=mouse] .dnb-mouse-focus:focus{box-shadow:0 0 0 var(--border-width) var(--border-color)}.dnb-focus-ring,html[data-whatinput=mouse] .dnb-mouse-focus:focus{--border-color:var(--focus-ring-color);--border-width:var(--focus-ring-width);border-color:transparent}.dnb-focus-ring{box-shadow:0 0 0 var(--border-width) var(--border-color)!important}.dnb-scrollbar-appearance{--scrollbar-track-width:0.5rem;--scrollbar-thumb-width:0.5rem;--scrollbar-track-color:var(--color-black-8);--scrollbar-thumb-color:var(--color-sea-green);--scrollbar-thumb-hover-color:var(--color-emerald-green);-webkit-overflow-scrolling:touch;-ms-overflow-style:auto;scrollbar-color:var(--scrollbar-thumb-color,#888) transparent}@supports not (scrollbar-color:auto){.dnb-scrollbar-appearance::-webkit-scrollbar{background-color:var(--scrollbar-track-color,#eee);border-radius:var(--scrollbar-thumb-width,.5rem)}.dnb-scrollbar-appearance::-webkit-scrollbar:vertical{width:var(--scrollbar-track-width,.5rem)}.dnb-scrollbar-appearance::-webkit-scrollbar:horizontal{height:var(--scrollbar-track-width,.5rem)}.dnb-scrollbar-appearance::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-color,#888);border-radius:var(--scrollbar-thumb-width,.5rem)}.dnb-scrollbar-appearance::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover-color,#666)}}.dnb-skip-link{opacity:.3;position:absolute;top:-100vh;transition:opacity .3s ease-out;z-index:0}.dnb-skip-link--active,.dnb-skip-link:focus{background-color:transparent;border:none;border-radius:0;box-shadow:none;color:var(--color-sea-green);font-size:var(--font-size-basis);left:40%;margin:0;outline:none;padding:.5rem 1rem;position:fixed;text-align:center;text-decoration:none;top:5%;user-select:none;-webkit-user-select:none;white-space:nowrap;z-index:9999}.dnb-skip-link--active:after,.dnb-skip-link:focus:after{background-color:hsla(0,0%,100%,.85);box-shadow:150vw 150vh 0 0 hsla(0,0%,100%,.85);content:"";height:150vh;left:-200vw;position:absolute;top:-200vh;width:150vw;z-index:-2}.dnb-skip-link--active:before,.dnb-skip-link:focus:before{background-color:var(--color-white);border-radius:1.5rem;content:"";height:100%;left:0;outline:none;position:absolute;top:0;width:100%;z-index:-1}html[data-whatinput=mouse] .dnb-skip-link--active:before,html[data-whatinput=mouse] .dnb-skip-link:focus:before{--border-color:var(--focus-ring-color);--border-width:var(--focus-ring-width);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color)}.dnb-skip-link--active:hover:before,.dnb-skip-link:focus:hover:before{background-color:var(--color-mint-green-50)}.dnb-skip-link--active:active:before,.dnb-skip-link:focus:active:before{background-color:var(--color-emerald-green)}.dnb-skip-link--active:focus:not(:active):before,.dnb-skip-link:focus:focus:not(:active):before{outline:none}html[data-whatinput=keyboard] .dnb-skip-link--active:focus:not(:active):before,html[data-whatinput=keyboard] .dnb-skip-link:focus:focus:not(:active):before{--border-color:var(--focus-ring-color);--border-width:var(--focus-ring-width);border-color:transparent;box-shadow:0 0 0 var(--border-width) var(--border-color)}.dnb-skip-link--active:focus,.dnb-skip-link:focus:focus{opacity:1}.dnb-skip-link--active:focus:not(:hover):not(:active),.dnb-skip-link--active:hover,.dnb-skip-link:focus:focus:not(:hover):not(:active),.dnb-skip-link:focus:hover{background-color:transparent;box-shadow:none;color:var(--color-sea-green)}.dnb-skip-link--active:active,.dnb-skip-link:focus:active{background-color:transparent;color:var(--color-white)}html[data-whatintent=touch] .dnb-skip-link{display:none}.dnb-alignment-helper,.dnb-alignment-helper:before{speak:none;display:inline-block;font-size:var(--font-size-small);height:0;width:0}.dnb-alignment-helper:before{content:""}.dnb-drop-shadow{box-shadow:var(--shadow-default)}.dnb-sr-only{-webkit-touch-callout:none!important;border:0!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;margin:0!important;max-height:1px!important;max-width:1px!important;overflow:hidden!important;padding:0!important;pointer-events:none!important;position:absolute!important;-webkit-user-select:none!important;user-select:none!important;white-space:nowrap!important}.dnb-suffix{font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding-left:.5rem;word-break:normal}
|
|
@@ -1228,6 +1228,11 @@ html[data-whatinput=keyboard] .dnb-blockquote:not(.dnb-blockquote--no-background
|
|
|
1228
1228
|
color: var(--theme-color-black-80, currentColor);
|
|
1229
1229
|
}
|
|
1230
1230
|
|
|
1231
|
+
/*
|
|
1232
|
+
* Core Styles
|
|
1233
|
+
* Mainly only the margins are defined in here
|
|
1234
|
+
*
|
|
1235
|
+
*/
|
|
1231
1236
|
.dnb-p {
|
|
1232
1237
|
color: var(--theme-color-black-80, currentColor);
|
|
1233
1238
|
}
|
|
@@ -644,16 +644,17 @@ button.dnb-anchor {
|
|
|
644
644
|
}
|
|
645
645
|
|
|
646
646
|
.dnb-anchor {
|
|
647
|
+
--anchor-underline-thickness: 0.0938rem;
|
|
647
648
|
display: inline;
|
|
648
|
-
padding: 0.05575em 0
|
|
649
|
+
padding: 0.05575em 0;
|
|
649
650
|
font-size: var(--font-size-basis);
|
|
650
651
|
text-decoration: underline;
|
|
651
652
|
-webkit-text-decoration-color: currentcolor;
|
|
652
653
|
text-decoration-color: currentcolor;
|
|
653
|
-
text-decoration-thickness:
|
|
654
|
+
text-decoration-thickness: var(--anchor-underline-thickness);
|
|
654
655
|
text-underline-offset: 0.25em;
|
|
655
656
|
border-radius: 0;
|
|
656
|
-
transition:
|
|
657
|
+
transition: box-shadow 200ms ease-in-out, border-radius 200ms ease-in-out;
|
|
657
658
|
}
|
|
658
659
|
sup .dnb-anchor, sub .dnb-anchor {
|
|
659
660
|
padding: 0 0.025em;
|
|
@@ -739,6 +740,10 @@ html[data-whatinput=keyboard] .dnb-anchor:focus {
|
|
|
739
740
|
|
|
740
741
|
.dnb-anchor--focus {
|
|
741
742
|
outline: none;
|
|
743
|
+
--border-color: var(--focus-ring-color);
|
|
744
|
+
--border-width: var(--focus-ring-width);
|
|
745
|
+
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
746
|
+
border-color: transparent;
|
|
742
747
|
border-radius: 0.25em;
|
|
743
748
|
}
|
|
744
749
|
.dnb-anchor--focus:not(:active) {
|
|
@@ -748,12 +753,6 @@ html[data-whatinput=keyboard] .dnb-anchor:focus {
|
|
|
748
753
|
.dnb-anchor--focus:not(:active), .dnb-section .dnb-anchor--focus:not(:active).dnb-anchor {
|
|
749
754
|
text-decoration: none;
|
|
750
755
|
}
|
|
751
|
-
html[data-whatinput=mouse] .dnb-anchor--focus {
|
|
752
|
-
--border-color: var(--focus-ring-color);
|
|
753
|
-
--border-width: var(--focus-ring-width);
|
|
754
|
-
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
755
|
-
border-color: transparent;
|
|
756
|
-
}
|
|
757
756
|
|
|
758
757
|
.dnb-anchor--no-style {
|
|
759
758
|
color: inherit;
|
|
@@ -1447,9 +1446,7 @@ label + .dnb-autocomplete[class*=__form-status] .dnb-autocomplete__shell {
|
|
|
1447
1446
|
.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 {
|
|
1448
1447
|
order: 1;
|
|
1449
1448
|
}
|
|
1450
|
-
.dnb-button--has-text.dnb-button--has-icon.dnb-button--icon-position-left
|
|
1451
|
-
.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 > *,
|
|
1452
|
-
.dnb-button--has-text.dnb-button--has-icon.dnb-button--icon-position-top .dnb-button__text {
|
|
1449
|
+
.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 .dnb-button__text {
|
|
1453
1450
|
order: 2;
|
|
1454
1451
|
}
|
|
1455
1452
|
.dnb-button--stretch {
|
|
@@ -2290,12 +2287,12 @@ html[data-whatinput=keyboard] .dnb-date-picker table.dnb-no-focus:focus {
|
|
|
2290
2287
|
.dnb-dialog__actions {
|
|
2291
2288
|
padding-top: 1.5rem;
|
|
2292
2289
|
display: flex;
|
|
2290
|
+
flex-flow: row wrap;
|
|
2293
2291
|
justify-content: center;
|
|
2292
|
+
grid-gap: 1rem;
|
|
2293
|
+
gap: 1rem;
|
|
2294
2294
|
width: 100%;
|
|
2295
2295
|
}
|
|
2296
|
-
.dnb-dialog__actions > :not(:last-child) {
|
|
2297
|
-
margin-right: 1rem;
|
|
2298
|
-
}
|
|
2299
2296
|
.dnb-dialog--information .dnb-dialog__actions {
|
|
2300
2297
|
justify-content: left;
|
|
2301
2298
|
}
|
|
@@ -3202,6 +3199,13 @@ button .dnb-form-status__text {
|
|
|
3202
3199
|
width: 100%;
|
|
3203
3200
|
height: 100%;
|
|
3204
3201
|
}
|
|
3202
|
+
.dnb-global-error--center {
|
|
3203
|
+
display: grid;
|
|
3204
|
+
align-content: center;
|
|
3205
|
+
justify-content: center;
|
|
3206
|
+
place-content: center;
|
|
3207
|
+
height: 80vh;
|
|
3208
|
+
}
|
|
3205
3209
|
.dnb-global-error__inner {
|
|
3206
3210
|
position: relative;
|
|
3207
3211
|
display: flex;
|
|
@@ -3221,43 +3225,26 @@ button .dnb-form-status__text {
|
|
|
3221
3225
|
.dnb-global-error__inner__content {
|
|
3222
3226
|
max-width: 37rem;
|
|
3223
3227
|
}
|
|
3224
|
-
.dnb-global-
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
@media screen and (max-width: 90em) {
|
|
3231
|
-
.dnb-global-error__back.dnb-button--tertiary {
|
|
3232
|
-
left: var(--spacing-x-small);
|
|
3233
|
-
}
|
|
3234
|
-
}
|
|
3235
|
-
.dnb-global-error__gfx {
|
|
3236
|
-
margin-top: 9rem;
|
|
3237
|
-
shape-rendering: geometricprecision;
|
|
3228
|
+
.dnb-global-error__links {
|
|
3229
|
+
display: flex;
|
|
3230
|
+
flex-flow: row wrap;
|
|
3231
|
+
justify-content: center;
|
|
3232
|
+
grid-gap: 2rem;
|
|
3233
|
+
gap: 2rem;
|
|
3238
3234
|
}
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
margin-top: 8vw;
|
|
3242
|
-
margin-top: calc(4vw + 4vh);
|
|
3243
|
-
}
|
|
3235
|
+
.dnb-global-error__links .dnb-anchor {
|
|
3236
|
+
font-size: var(--font-size-medium);
|
|
3244
3237
|
}
|
|
3245
3238
|
@media screen and (max-width: 40em) {
|
|
3246
|
-
.dnb-global-
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
}
|
|
3251
|
-
@supports (color: var(--data-width)) {
|
|
3252
|
-
.dnb-global-error__gfx {
|
|
3253
|
-
width: calc(var(--data-width, 100%) / 16 * 1em);
|
|
3254
|
-
height: calc(var(--data-height, 100%) / 16 * 1em);
|
|
3239
|
+
.dnb-global-error__links {
|
|
3240
|
+
flex-direction: column;
|
|
3241
|
+
grid-gap: 1rem;
|
|
3242
|
+
gap: 1rem;
|
|
3255
3243
|
}
|
|
3256
3244
|
}
|
|
3257
3245
|
@media screen and (max-width: 40em) {
|
|
3258
|
-
.dnb-global-error
|
|
3259
|
-
|
|
3260
|
-
font-size: var(--font-size-x-large);
|
|
3246
|
+
.dnb-global-error h1 {
|
|
3247
|
+
font-size: var(--font-size-large);
|
|
3261
3248
|
}
|
|
3262
3249
|
}
|
|
3263
3250
|
|
|
@@ -3414,8 +3401,9 @@ button .dnb-form-status__text {
|
|
|
3414
3401
|
width: 1em;
|
|
3415
3402
|
height: 1em;
|
|
3416
3403
|
}
|
|
3417
|
-
.dnb-icon img,
|
|
3418
|
-
.dnb-icon svg
|
|
3404
|
+
.dnb-icon img, .dnb-core-style .dnb-icon img,
|
|
3405
|
+
.dnb-icon svg,
|
|
3406
|
+
.dnb-core-style .dnb-icon svg {
|
|
3419
3407
|
width: inherit;
|
|
3420
3408
|
height: inherit;
|
|
3421
3409
|
shape-rendering: geometricprecision;
|
|
@@ -3463,9 +3451,12 @@ button .dnb-form-status__text {
|
|
|
3463
3451
|
align-items: center;
|
|
3464
3452
|
justify-content: center;
|
|
3465
3453
|
}
|
|
3466
|
-
h1 .dnb-icon, h2 .dnb-icon, h3 .dnb-icon, h4 .dnb-icon, h5 .dnb-icon, h6 .dnb-icon {
|
|
3454
|
+
h1 > .dnb-icon, h2 > .dnb-icon, h3 > .dnb-icon, h4 > .dnb-icon, h5 > .dnb-icon, h6 > .dnb-icon {
|
|
3467
3455
|
vertical-align: middle;
|
|
3468
3456
|
}
|
|
3457
|
+
p > .dnb-icon {
|
|
3458
|
+
vertical-align: inherit;
|
|
3459
|
+
}
|
|
3469
3460
|
.dnb-icon.dnb-skeleton {
|
|
3470
3461
|
color: var(--skeleton-color) !important;
|
|
3471
3462
|
}
|
|
@@ -4514,6 +4505,7 @@ html[data-visual-test] .dnb-progress-indicator__bar-transition {
|
|
|
4514
4505
|
user-select: none;
|
|
4515
4506
|
display: flex;
|
|
4516
4507
|
align-items: center;
|
|
4508
|
+
flex-shrink: 0;
|
|
4517
4509
|
justify-content: center;
|
|
4518
4510
|
width: var(--radio-width--medium);
|
|
4519
4511
|
height: var(--radio-height--medium);
|
|
@@ -7570,20 +7562,20 @@ html[data-visual-test] .dnb-tooltip--hide {
|
|
|
7570
7562
|
* Utilities
|
|
7571
7563
|
*/
|
|
7572
7564
|
.dnb-visually-hidden--focusable:not(:focus):not(:focus-within) {
|
|
7573
|
-
-webkit-user-select: none;
|
|
7574
|
-
user-select: none;
|
|
7575
|
-
-webkit-touch-callout: none;
|
|
7576
|
-
pointer-events: none;
|
|
7577
|
-
position: absolute;
|
|
7578
|
-
-webkit-clip-path: inset(50%);
|
|
7579
|
-
clip-path: inset(50%);
|
|
7580
|
-
max-width: 1px;
|
|
7581
|
-
max-height: 1px;
|
|
7582
|
-
overflow: hidden;
|
|
7583
|
-
white-space: nowrap;
|
|
7584
|
-
padding: 0;
|
|
7585
|
-
margin: 0;
|
|
7586
|
-
border: 0;
|
|
7565
|
+
-webkit-user-select: none !important;
|
|
7566
|
+
user-select: none !important;
|
|
7567
|
+
-webkit-touch-callout: none !important;
|
|
7568
|
+
pointer-events: none !important;
|
|
7569
|
+
position: absolute !important;
|
|
7570
|
+
-webkit-clip-path: inset(50%) !important;
|
|
7571
|
+
clip-path: inset(50%) !important;
|
|
7572
|
+
max-width: 1px !important;
|
|
7573
|
+
max-height: 1px !important;
|
|
7574
|
+
overflow: hidden !important;
|
|
7575
|
+
white-space: nowrap !important;
|
|
7576
|
+
padding: 0 !important;
|
|
7577
|
+
margin: 0 !important;
|
|
7578
|
+
border: 0 !important;
|
|
7587
7579
|
}
|
|
7588
7580
|
|
|
7589
7581
|
/**
|
|
@@ -7728,11 +7720,11 @@ html:not([data-whatintent=touch]) .dnb-accordion__variant--outlined.dnb-accordio
|
|
|
7728
7720
|
}
|
|
7729
7721
|
.dnb-anchor:hover, .dnb-anchor:active {
|
|
7730
7722
|
color: var(--color-sea-green);
|
|
7731
|
-
|
|
7723
|
+
box-shadow: inset 100vw 100vw 0 0 var(--color-mint-green-50), -0.125em 0 0 0 var(--color-mint-green-50), 0.125em 0 0 0 var(--color-mint-green-50);
|
|
7732
7724
|
}
|
|
7733
7725
|
.dnb-anchor:active {
|
|
7734
7726
|
color: var(--color-mint-green);
|
|
7735
|
-
|
|
7727
|
+
box-shadow: inset 100vw 100vw 0 0 var(--color-emerald-green), -0.125em 0 0 0 var(--color-emerald-green), 0.125em 0 0 0 var(--color-emerald-green);
|
|
7736
7728
|
}
|
|
7737
7729
|
.dnb-anchor:focus:not(:active) {
|
|
7738
7730
|
color: var(--color-sea-green);
|
|
@@ -7740,12 +7732,12 @@ html:not([data-whatintent=touch]) .dnb-accordion__variant--outlined.dnb-accordio
|
|
|
7740
7732
|
|
|
7741
7733
|
.dnb-anchor--hover {
|
|
7742
7734
|
color: var(--color-sea-green);
|
|
7743
|
-
|
|
7735
|
+
box-shadow: inset 100vw 100vw 0 0 var(--color-mint-green-50), -0.125em 0 0 0 var(--color-mint-green-50), 0.125em 0 0 0 var(--color-mint-green-50);
|
|
7744
7736
|
}
|
|
7745
7737
|
|
|
7746
7738
|
.dnb-anchor--active {
|
|
7747
7739
|
color: var(--color-mint-green);
|
|
7748
|
-
|
|
7740
|
+
box-shadow: inset 100vw 100vw 0 0 var(--color-emerald-green), -0.125em 0 0 0 var(--color-emerald-green), 0.125em 0 0 0 var(--color-emerald-green);
|
|
7749
7741
|
}
|
|
7750
7742
|
|
|
7751
7743
|
.dnb-anchor--focus:not(:active) {
|
|
@@ -7882,6 +7874,9 @@ html[data-whatinput=keyboard] .dnb-anchor--contrast:not(:disabled):focus {
|
|
|
7882
7874
|
* Button mixins
|
|
7883
7875
|
*
|
|
7884
7876
|
*/
|
|
7877
|
+
.dnb-button--tertiary {
|
|
7878
|
+
--button-tertiary-focus-overflow: -1rem;
|
|
7879
|
+
}
|
|
7885
7880
|
.dnb-button--tertiary .dnb-button__text {
|
|
7886
7881
|
position: relative;
|
|
7887
7882
|
}
|
|
@@ -7960,17 +7955,23 @@ html[data-whatintent=touch] .dnb-button--tertiary:active:not([disabled]) .dnb-bu
|
|
|
7960
7955
|
html:not([data-whatintent=touch]) .dnb-button--tertiary:active:not([disabled]) .dnb-button__text::after, html:not([data-whatintent=touch]) html:not([data-whatintent=touch]) .dnb-button--tertiary:active:not([disabled]) .dnb-button__text::after {
|
|
7961
7956
|
visibility: hidden;
|
|
7962
7957
|
}
|
|
7963
|
-
.dnb-button--tertiary .dnb-button__icon {
|
|
7958
|
+
.dnb-button--tertiary.dnb-button--has-text .dnb-button__icon {
|
|
7964
7959
|
align-self: flex-start;
|
|
7965
7960
|
margin-top: calc(var(--button-height) / 2 - 0.5rem);
|
|
7966
7961
|
}
|
|
7967
|
-
.dnb-button--tertiary.dnb-button--
|
|
7962
|
+
.dnb-button--tertiary.dnb-button--has-text .dnb-button__icon.dnb-icon--medium {
|
|
7963
|
+
margin-top: calc(var(--button-height) / 2 - 0.75rem);
|
|
7964
|
+
}
|
|
7965
|
+
.dnb-button--tertiary.dnb-button--has-text .dnb-button__icon.dnb-icon--large {
|
|
7966
|
+
margin-top: calc(var(--button-height) / 2 - 1rem);
|
|
7967
|
+
}
|
|
7968
|
+
.dnb-button--tertiary.dnb-button--has-text.dnb-button--size-large .dnb-button__icon {
|
|
7968
7969
|
margin-top: calc(var(--button-height--large) / 2 - 0.5rem);
|
|
7969
7970
|
}
|
|
7970
|
-
.dnb-button--tertiary.dnb-button--size-medium .dnb-button__icon {
|
|
7971
|
+
.dnb-button--tertiary.dnb-button--has-text.dnb-button--size-medium .dnb-button__icon {
|
|
7971
7972
|
margin-top: calc(var(--button-height--medium) / 2 - 0.5rem);
|
|
7972
7973
|
}
|
|
7973
|
-
.dnb-button--tertiary.dnb-button--size-small .dnb-button__icon {
|
|
7974
|
+
.dnb-button--tertiary.dnb-button--has-text.dnb-button--size-small .dnb-button__icon {
|
|
7974
7975
|
margin-top: calc(var(--button-height--small) / 2 - 0.5rem);
|
|
7975
7976
|
}
|
|
7976
7977
|
.dnb-button--tertiary.dnb-button--icon-position-top {
|
|
@@ -7981,7 +7982,7 @@ html:not([data-whatintent=touch]) .dnb-button--tertiary:active:not([disabled]) .
|
|
|
7981
7982
|
.dnb-button--tertiary.dnb-button--icon-position-top.dnb-button--has-text {
|
|
7982
7983
|
padding: 0;
|
|
7983
7984
|
}
|
|
7984
|
-
.dnb-button--tertiary.dnb-button--icon-position-top .dnb-button__icon {
|
|
7985
|
+
.dnb-button--tertiary.dnb-button--icon-position-top.dnb-button--has-text .dnb-button__icon {
|
|
7985
7986
|
margin-top: 0.5rem;
|
|
7986
7987
|
align-self: center;
|
|
7987
7988
|
}
|
|
@@ -8023,7 +8024,7 @@ html:not([data-whatintent=touch]) .dnb-button--tertiary:active:not([disabled]) .
|
|
|
8023
8024
|
cursor: not-allowed;
|
|
8024
8025
|
}
|
|
8025
8026
|
.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-left:focus:not([disabled])::before, html:not([data-whatintent=touch]) .dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-left:focus:not([disabled])::before {
|
|
8026
|
-
right: -
|
|
8027
|
+
right: var(--button-tertiary-focus-overflow);
|
|
8027
8028
|
}
|
|
8028
8029
|
.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-right {
|
|
8029
8030
|
/* stylelint-disable */
|
|
@@ -8050,7 +8051,7 @@ html:not([data-whatintent=touch]) .dnb-button--tertiary:active:not([disabled]) .
|
|
|
8050
8051
|
cursor: not-allowed;
|
|
8051
8052
|
}
|
|
8052
8053
|
.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-right:focus:not([disabled])::before, html:not([data-whatintent=touch]) .dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-right:focus:not([disabled])::before {
|
|
8053
|
-
left: -
|
|
8054
|
+
left: var(--button-tertiary-focus-overflow);
|
|
8054
8055
|
}
|
|
8055
8056
|
.dnb-button--tertiary.dnb-button--has-icon:not(.dnb-button--has-text):focus[disabled], html:not([data-whatintent=touch]) .dnb-button--tertiary.dnb-button--has-icon:not(.dnb-button--has-text):focus[disabled] {
|
|
8056
8057
|
cursor: not-allowed;
|
|
@@ -10429,6 +10430,9 @@ html[data-whatinput=keyboard] .dnb-drawer-list__option--selected .dnb-drawer-lis
|
|
|
10429
10430
|
* Button mixins
|
|
10430
10431
|
*
|
|
10431
10432
|
*/
|
|
10433
|
+
.dnb-button--tertiary {
|
|
10434
|
+
--button-tertiary-focus-overflow: -1rem;
|
|
10435
|
+
}
|
|
10432
10436
|
.dnb-button--tertiary .dnb-button__text {
|
|
10433
10437
|
position: relative;
|
|
10434
10438
|
}
|
|
@@ -10507,17 +10511,23 @@ html[data-whatintent=touch] .dnb-button--tertiary:active:not([disabled]) .dnb-bu
|
|
|
10507
10511
|
html:not([data-whatintent=touch]) .dnb-button--tertiary:active:not([disabled]) .dnb-button__text::after, html:not([data-whatintent=touch]) html:not([data-whatintent=touch]) .dnb-button--tertiary:active:not([disabled]) .dnb-button__text::after {
|
|
10508
10512
|
visibility: hidden;
|
|
10509
10513
|
}
|
|
10510
|
-
.dnb-button--tertiary .dnb-button__icon {
|
|
10514
|
+
.dnb-button--tertiary.dnb-button--has-text .dnb-button__icon {
|
|
10511
10515
|
align-self: flex-start;
|
|
10512
10516
|
margin-top: calc(var(--button-height) / 2 - 0.5rem);
|
|
10513
10517
|
}
|
|
10514
|
-
.dnb-button--tertiary.dnb-button--
|
|
10518
|
+
.dnb-button--tertiary.dnb-button--has-text .dnb-button__icon.dnb-icon--medium {
|
|
10519
|
+
margin-top: calc(var(--button-height) / 2 - 0.75rem);
|
|
10520
|
+
}
|
|
10521
|
+
.dnb-button--tertiary.dnb-button--has-text .dnb-button__icon.dnb-icon--large {
|
|
10522
|
+
margin-top: calc(var(--button-height) / 2 - 1rem);
|
|
10523
|
+
}
|
|
10524
|
+
.dnb-button--tertiary.dnb-button--has-text.dnb-button--size-large .dnb-button__icon {
|
|
10515
10525
|
margin-top: calc(var(--button-height--large) / 2 - 0.5rem);
|
|
10516
10526
|
}
|
|
10517
|
-
.dnb-button--tertiary.dnb-button--size-medium .dnb-button__icon {
|
|
10527
|
+
.dnb-button--tertiary.dnb-button--has-text.dnb-button--size-medium .dnb-button__icon {
|
|
10518
10528
|
margin-top: calc(var(--button-height--medium) / 2 - 0.5rem);
|
|
10519
10529
|
}
|
|
10520
|
-
.dnb-button--tertiary.dnb-button--size-small .dnb-button__icon {
|
|
10530
|
+
.dnb-button--tertiary.dnb-button--has-text.dnb-button--size-small .dnb-button__icon {
|
|
10521
10531
|
margin-top: calc(var(--button-height--small) / 2 - 0.5rem);
|
|
10522
10532
|
}
|
|
10523
10533
|
.dnb-button--tertiary.dnb-button--icon-position-top {
|
|
@@ -10528,7 +10538,7 @@ html:not([data-whatintent=touch]) .dnb-button--tertiary:active:not([disabled]) .
|
|
|
10528
10538
|
.dnb-button--tertiary.dnb-button--icon-position-top.dnb-button--has-text {
|
|
10529
10539
|
padding: 0;
|
|
10530
10540
|
}
|
|
10531
|
-
.dnb-button--tertiary.dnb-button--icon-position-top .dnb-button__icon {
|
|
10541
|
+
.dnb-button--tertiary.dnb-button--icon-position-top.dnb-button--has-text .dnb-button__icon {
|
|
10532
10542
|
margin-top: 0.5rem;
|
|
10533
10543
|
align-self: center;
|
|
10534
10544
|
}
|
|
@@ -10570,7 +10580,7 @@ html:not([data-whatintent=touch]) .dnb-button--tertiary:active:not([disabled]) .
|
|
|
10570
10580
|
cursor: not-allowed;
|
|
10571
10581
|
}
|
|
10572
10582
|
.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-left:focus:not([disabled])::before, html:not([data-whatintent=touch]) .dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-left:focus:not([disabled])::before {
|
|
10573
|
-
right: -
|
|
10583
|
+
right: var(--button-tertiary-focus-overflow);
|
|
10574
10584
|
}
|
|
10575
10585
|
.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-right {
|
|
10576
10586
|
/* stylelint-disable */
|
|
@@ -10597,7 +10607,7 @@ html:not([data-whatintent=touch]) .dnb-button--tertiary:active:not([disabled]) .
|
|
|
10597
10607
|
cursor: not-allowed;
|
|
10598
10608
|
}
|
|
10599
10609
|
.dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-right:focus:not([disabled])::before, html:not([data-whatintent=touch]) .dnb-button--tertiary.dnb-button--has-icon.dnb-button--has-text.dnb-button--icon-position-right:focus:not([disabled])::before {
|
|
10600
|
-
left: -
|
|
10610
|
+
left: var(--button-tertiary-focus-overflow);
|
|
10601
10611
|
}
|
|
10602
10612
|
.dnb-button--tertiary.dnb-button--has-icon:not(.dnb-button--has-text):focus[disabled], html:not([data-whatintent=touch]) .dnb-button--tertiary.dnb-button--has-icon:not(.dnb-button--has-text):focus[disabled] {
|
|
10603
10613
|
cursor: not-allowed;
|