@dnb/eufemia 10.15.0 → 10.15.1
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 +10 -0
- package/cjs/components/accordion/style/themes/dnb-accordion-theme-sbanken.css +0 -17
- package/cjs/components/accordion/style/themes/dnb-accordion-theme-sbanken.min.css +1 -1
- package/cjs/components/accordion/style/themes/dnb-accordion-theme-ui.css +0 -16
- package/cjs/components/accordion/style/themes/dnb-accordion-theme-ui.min.css +2 -2
- package/cjs/components/anchor/style/dnb-anchor.css +17 -52
- package/cjs/components/anchor/style/dnb-anchor.min.css +1 -1
- package/cjs/components/anchor/style/themes/dnb-anchor-theme-eiendom.css +0 -6
- package/cjs/components/anchor/style/themes/dnb-anchor-theme-eiendom.min.css +1 -1
- package/cjs/components/anchor/style/themes/dnb-anchor-theme-sbanken.css +8 -52
- package/cjs/components/anchor/style/themes/dnb-anchor-theme-sbanken.min.css +1 -1
- package/cjs/components/anchor/style/themes/dnb-anchor-theme-ui.css +0 -6
- package/cjs/components/anchor/style/themes/dnb-anchor-theme-ui.min.css +1 -1
- package/cjs/components/autocomplete/style/dnb-autocomplete.css +1 -0
- package/cjs/components/autocomplete/style/dnb-autocomplete.min.css +1 -1
- package/cjs/components/breadcrumb/style/dnb-breadcrumb.css +0 -2
- package/cjs/components/breadcrumb/style/dnb-breadcrumb.min.css +1 -1
- package/cjs/components/button/style/dnb-button.css +1 -0
- package/cjs/components/button/style/dnb-button.min.css +1 -1
- package/cjs/components/button/style/themes/dnb-button-theme-eiendom.css +0 -25
- 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 +0 -72
- package/cjs/components/button/style/themes/dnb-button-theme-sbanken.min.css +3 -3
- package/cjs/components/button/style/themes/dnb-button-theme-ui.css +0 -25
- package/cjs/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
- package/cjs/components/date-picker/style/dnb-date-picker.css +0 -1
- package/cjs/components/date-picker/style/dnb-date-picker.min.css +1 -1
- package/cjs/components/date-picker/style/themes/dnb-date-picker-theme-ui.css +1 -0
- package/cjs/components/date-picker/style/themes/dnb-date-picker-theme-ui.min.css +1 -1
- package/cjs/components/dialog/style/dnb-dialog.css +0 -1
- package/cjs/components/dialog/style/dnb-dialog.min.css +1 -1
- package/cjs/components/flex/style/dnb-flex.css +0 -1
- package/cjs/components/flex/style/dnb-flex.min.css +1 -1
- package/cjs/components/global-error/style/dnb-global-error.css +0 -4
- package/cjs/components/global-error/style/dnb-global-error.min.css +1 -1
- package/cjs/components/grid/style/dnb-grid.css +0 -2
- package/cjs/components/grid/style/dnb-grid.min.css +1 -1
- package/cjs/components/info-card/style/dnb-info-card.css +1 -4
- package/cjs/components/info-card/style/dnb-info-card.min.css +1 -1
- package/cjs/components/input/style/dnb-input.css +6 -0
- package/cjs/components/input/style/dnb-input.min.css +1 -1
- package/cjs/components/input/style/themes/dnb-input-theme-sbanken.css +0 -9
- package/cjs/components/input/style/themes/dnb-input-theme-sbanken.min.css +1 -1
- package/cjs/components/input-masked/style/dnb-input-masked.css +0 -1
- package/cjs/components/input-masked/style/dnb-input-masked.min.css +1 -1
- package/cjs/components/pagination/style/dnb-pagination.css +0 -1
- package/cjs/components/pagination/style/dnb-pagination.min.css +1 -1
- package/cjs/components/progress-indicator/style/dnb-progress-indicator.css +1 -4
- package/cjs/components/progress-indicator/style/dnb-progress-indicator.min.css +1 -1
- package/cjs/components/section/style/dnb-section.css +2 -4
- package/cjs/components/section/style/dnb-section.min.css +1 -1
- package/cjs/components/section/style/dnb-section.scss +1 -0
- package/cjs/components/section/style/themes/dnb-section-theme-ui.css +0 -9
- package/cjs/components/section/style/themes/dnb-section-theme-ui.min.css +1 -1
- package/cjs/components/skeleton/style/dnb-skeleton.css +0 -2
- package/cjs/components/skeleton/style/dnb-skeleton.min.css +1 -1
- package/cjs/components/skip-content/style/dnb-skip-content.css +1 -4
- package/cjs/components/skip-content/style/dnb-skip-content.min.css +1 -1
- package/cjs/components/table/style/dnb-table.css +1 -4
- package/cjs/components/table/style/dnb-table.min.css +1 -1
- package/cjs/components/table/style/themes/dnb-table-theme-sbanken.css +0 -3
- package/cjs/components/table/style/themes/dnb-table-theme-sbanken.min.css +1 -1
- package/cjs/components/tabs/style/dnb-tabs.css +1 -0
- package/cjs/components/tabs/style/dnb-tabs.min.css +1 -1
- package/cjs/components/tag/style/dnb-tag.css +0 -1
- package/cjs/components/tag/style/dnb-tag.min.css +1 -1
- package/cjs/components/textarea/style/dnb-textarea.css +5 -2
- package/cjs/components/textarea/style/dnb-textarea.min.css +1 -1
- package/cjs/components/textarea/style/dnb-textarea.scss +2 -2
- package/cjs/components/upload/style/dnb-upload.css +3 -12
- package/cjs/components/upload/style/dnb-upload.min.css +1 -1
- package/cjs/extensions/forms/Field/ArraySelection/style/dnb-array-selection.css +0 -2
- package/cjs/extensions/forms/Field/ArraySelection/style/dnb-array-selection.min.css +1 -1
- package/cjs/extensions/forms/Field/PostalCodeAndCity/style/dnb-postal-code-and-city.css +0 -1
- package/cjs/extensions/forms/Field/PostalCodeAndCity/style/dnb-postal-code-and-city.min.css +1 -1
- package/cjs/extensions/forms/Form/ButtonRow/style/dnb-form-button-row.css +0 -1
- package/cjs/extensions/forms/Form/ButtonRow/style/dnb-form-button-row.min.css +1 -1
- package/cjs/extensions/forms/Form/MainHeading/style/dnb-form-main-heading.css +0 -6
- package/cjs/extensions/forms/Form/MainHeading/style/dnb-form-main-heading.min.css +1 -1
- package/cjs/extensions/forms/Form/SubHeading/style/dnb-form-sub-heading.css +0 -3
- package/cjs/extensions/forms/Form/SubHeading/style/dnb-form-sub-heading.min.css +1 -1
- package/cjs/extensions/forms/StepsLayout/style/dnb-steps-layout.css +0 -1
- package/cjs/extensions/forms/StepsLayout/style/dnb-steps-layout.min.css +1 -1
- package/cjs/extensions/forms/constants/countries.js +4 -2
- package/cjs/extensions/forms/constants/countries.js.map +1 -1
- package/cjs/extensions/forms/style/dnb-forms.css +0 -14
- package/cjs/extensions/forms/style/dnb-forms.min.css +1 -1
- package/cjs/extensions/payment-card/style/dnb-payment-card.css +0 -2
- package/cjs/extensions/payment-card/style/dnb-payment-card.min.css +1 -1
- package/cjs/shared/Eufemia.d.ts +1 -1
- package/cjs/shared/Eufemia.js +2 -2
- package/cjs/shared/Eufemia.js.map +1 -1
- package/cjs/style/dnb-ui-basis.css +3 -0
- package/cjs/style/dnb-ui-basis.min.css +1 -1
- package/cjs/style/dnb-ui-body.css +3 -1
- package/cjs/style/dnb-ui-body.min.css +1 -1
- package/cjs/style/dnb-ui-components.css +40 -116
- package/cjs/style/dnb-ui-components.min.css +3 -3
- package/cjs/style/dnb-ui-core.css +4 -1
- package/cjs/style/dnb-ui-core.min.css +1 -1
- package/cjs/style/dnb-ui-elements.css +2 -4
- package/cjs/style/dnb-ui-elements.min.css +1 -1
- package/cjs/style/dnb-ui-extensions.css +0 -16
- package/cjs/style/dnb-ui-extensions.min.css +1 -1
- package/cjs/style/dnb-ui-forms.css +0 -14
- package/cjs/style/dnb-ui-forms.min.css +1 -1
- package/cjs/style/themes/theme-eiendom/eiendom-theme-basis.css +2 -14
- package/cjs/style/themes/theme-eiendom/eiendom-theme-basis.min.css +1 -1
- package/cjs/style/themes/theme-eiendom/eiendom-theme-components.css +41 -187
- package/cjs/style/themes/theme-eiendom/eiendom-theme-components.min.css +7 -7
- package/cjs/style/themes/theme-eiendom/eiendom-theme-elements.css +2 -14
- package/cjs/style/themes/theme-eiendom/eiendom-theme-elements.min.css +1 -1
- package/cjs/style/themes/theme-eiendom/eiendom-theme-extensions.css +0 -16
- package/cjs/style/themes/theme-eiendom/eiendom-theme-extensions.min.css +1 -1
- package/cjs/style/themes/theme-eiendom/eiendom-theme-forms.css +0 -14
- package/cjs/style/themes/theme-eiendom/eiendom-theme-forms.min.css +1 -1
- package/cjs/style/themes/theme-sbanken/sbanken-theme-basis.css +2 -4
- package/cjs/style/themes/theme-sbanken/sbanken-theme-basis.min.css +1 -1
- package/cjs/style/themes/theme-sbanken/sbanken-theme-components.css +49 -302
- package/cjs/style/themes/theme-sbanken/sbanken-theme-components.min.css +7 -7
- package/cjs/style/themes/theme-sbanken/sbanken-theme-elements.css +2 -4
- package/cjs/style/themes/theme-sbanken/sbanken-theme-elements.min.css +1 -1
- package/cjs/style/themes/theme-sbanken/sbanken-theme-extensions.css +0 -16
- package/cjs/style/themes/theme-sbanken/sbanken-theme-extensions.min.css +1 -1
- package/cjs/style/themes/theme-sbanken/sbanken-theme-forms.css +0 -14
- package/cjs/style/themes/theme-sbanken/sbanken-theme-forms.min.css +1 -1
- package/cjs/style/themes/theme-ui/ui-theme-basis.css +2 -14
- package/cjs/style/themes/theme-ui/ui-theme-basis.min.css +1 -1
- package/cjs/style/themes/theme-ui/ui-theme-components.css +41 -186
- package/cjs/style/themes/theme-ui/ui-theme-components.min.css +8 -8
- package/cjs/style/themes/theme-ui/ui-theme-elements.css +2 -14
- package/cjs/style/themes/theme-ui/ui-theme-elements.min.css +1 -1
- package/cjs/style/themes/theme-ui/ui-theme-extensions.css +0 -16
- package/cjs/style/themes/theme-ui/ui-theme-extensions.min.css +1 -1
- package/cjs/style/themes/theme-ui/ui-theme-forms.css +0 -14
- package/cjs/style/themes/theme-ui/ui-theme-forms.min.css +1 -1
- package/cjs/style/themes/theme-ui/ui-theme-tags.css +8 -22
- package/cjs/style/themes/theme-ui/ui-theme-tags.min.css +1 -1
- package/components/accordion/style/themes/dnb-accordion-theme-sbanken.css +0 -17
- package/components/accordion/style/themes/dnb-accordion-theme-sbanken.min.css +1 -1
- package/components/accordion/style/themes/dnb-accordion-theme-ui.css +0 -16
- package/components/accordion/style/themes/dnb-accordion-theme-ui.min.css +2 -2
- package/components/anchor/style/dnb-anchor.css +17 -52
- package/components/anchor/style/dnb-anchor.min.css +1 -1
- package/components/anchor/style/themes/dnb-anchor-theme-eiendom.css +0 -6
- package/components/anchor/style/themes/dnb-anchor-theme-eiendom.min.css +1 -1
- package/components/anchor/style/themes/dnb-anchor-theme-sbanken.css +8 -52
- package/components/anchor/style/themes/dnb-anchor-theme-sbanken.min.css +1 -1
- package/components/anchor/style/themes/dnb-anchor-theme-ui.css +0 -6
- package/components/anchor/style/themes/dnb-anchor-theme-ui.min.css +1 -1
- package/components/autocomplete/style/dnb-autocomplete.css +1 -0
- package/components/autocomplete/style/dnb-autocomplete.min.css +1 -1
- package/components/breadcrumb/style/dnb-breadcrumb.css +0 -2
- package/components/breadcrumb/style/dnb-breadcrumb.min.css +1 -1
- package/components/button/style/dnb-button.css +1 -0
- package/components/button/style/dnb-button.min.css +1 -1
- package/components/button/style/themes/dnb-button-theme-eiendom.css +0 -25
- package/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
- package/components/button/style/themes/dnb-button-theme-sbanken.css +0 -72
- package/components/button/style/themes/dnb-button-theme-sbanken.min.css +3 -3
- package/components/button/style/themes/dnb-button-theme-ui.css +0 -25
- package/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
- package/components/date-picker/style/dnb-date-picker.css +0 -1
- package/components/date-picker/style/dnb-date-picker.min.css +1 -1
- package/components/date-picker/style/themes/dnb-date-picker-theme-ui.css +1 -0
- package/components/date-picker/style/themes/dnb-date-picker-theme-ui.min.css +1 -1
- package/components/dialog/style/dnb-dialog.css +0 -1
- package/components/dialog/style/dnb-dialog.min.css +1 -1
- package/components/flex/style/dnb-flex.css +0 -1
- package/components/flex/style/dnb-flex.min.css +1 -1
- package/components/global-error/style/dnb-global-error.css +0 -4
- package/components/global-error/style/dnb-global-error.min.css +1 -1
- package/components/grid/style/dnb-grid.css +0 -2
- package/components/grid/style/dnb-grid.min.css +1 -1
- package/components/info-card/style/dnb-info-card.css +1 -4
- package/components/info-card/style/dnb-info-card.min.css +1 -1
- package/components/input/style/dnb-input.css +6 -0
- package/components/input/style/dnb-input.min.css +1 -1
- package/components/input/style/themes/dnb-input-theme-sbanken.css +0 -9
- package/components/input/style/themes/dnb-input-theme-sbanken.min.css +1 -1
- package/components/input-masked/style/dnb-input-masked.css +0 -1
- package/components/input-masked/style/dnb-input-masked.min.css +1 -1
- package/components/pagination/style/dnb-pagination.css +0 -1
- package/components/pagination/style/dnb-pagination.min.css +1 -1
- package/components/progress-indicator/style/dnb-progress-indicator.css +1 -4
- package/components/progress-indicator/style/dnb-progress-indicator.min.css +1 -1
- package/components/section/style/dnb-section.css +2 -4
- package/components/section/style/dnb-section.min.css +1 -1
- package/components/section/style/dnb-section.scss +1 -0
- package/components/section/style/themes/dnb-section-theme-ui.css +0 -9
- package/components/section/style/themes/dnb-section-theme-ui.min.css +1 -1
- package/components/skeleton/style/dnb-skeleton.css +0 -2
- package/components/skeleton/style/dnb-skeleton.min.css +1 -1
- package/components/skip-content/style/dnb-skip-content.css +1 -4
- package/components/skip-content/style/dnb-skip-content.min.css +1 -1
- package/components/table/style/dnb-table.css +1 -4
- package/components/table/style/dnb-table.min.css +1 -1
- package/components/table/style/themes/dnb-table-theme-sbanken.css +0 -3
- package/components/table/style/themes/dnb-table-theme-sbanken.min.css +1 -1
- package/components/tabs/style/dnb-tabs.css +1 -0
- package/components/tabs/style/dnb-tabs.min.css +1 -1
- package/components/tag/style/dnb-tag.css +0 -1
- package/components/tag/style/dnb-tag.min.css +1 -1
- package/components/textarea/style/dnb-textarea.css +5 -2
- package/components/textarea/style/dnb-textarea.min.css +1 -1
- package/components/textarea/style/dnb-textarea.scss +2 -2
- package/components/upload/style/dnb-upload.css +3 -12
- package/components/upload/style/dnb-upload.min.css +1 -1
- package/es/components/accordion/style/themes/dnb-accordion-theme-sbanken.css +0 -17
- package/es/components/accordion/style/themes/dnb-accordion-theme-sbanken.min.css +1 -1
- package/es/components/accordion/style/themes/dnb-accordion-theme-ui.css +0 -16
- package/es/components/accordion/style/themes/dnb-accordion-theme-ui.min.css +2 -2
- package/es/components/anchor/style/dnb-anchor.css +17 -52
- package/es/components/anchor/style/dnb-anchor.min.css +1 -1
- package/es/components/anchor/style/themes/dnb-anchor-theme-eiendom.css +0 -6
- package/es/components/anchor/style/themes/dnb-anchor-theme-eiendom.min.css +1 -1
- package/es/components/anchor/style/themes/dnb-anchor-theme-sbanken.css +8 -52
- package/es/components/anchor/style/themes/dnb-anchor-theme-sbanken.min.css +1 -1
- package/es/components/anchor/style/themes/dnb-anchor-theme-ui.css +0 -6
- package/es/components/anchor/style/themes/dnb-anchor-theme-ui.min.css +1 -1
- package/es/components/autocomplete/style/dnb-autocomplete.css +1 -0
- package/es/components/autocomplete/style/dnb-autocomplete.min.css +1 -1
- package/es/components/breadcrumb/style/dnb-breadcrumb.css +0 -2
- package/es/components/breadcrumb/style/dnb-breadcrumb.min.css +1 -1
- package/es/components/button/style/dnb-button.css +1 -0
- package/es/components/button/style/dnb-button.min.css +1 -1
- package/es/components/button/style/themes/dnb-button-theme-eiendom.css +0 -25
- 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 +0 -72
- package/es/components/button/style/themes/dnb-button-theme-sbanken.min.css +3 -3
- package/es/components/button/style/themes/dnb-button-theme-ui.css +0 -25
- package/es/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
- package/es/components/date-picker/style/dnb-date-picker.css +0 -1
- package/es/components/date-picker/style/dnb-date-picker.min.css +1 -1
- package/es/components/date-picker/style/themes/dnb-date-picker-theme-ui.css +1 -0
- package/es/components/date-picker/style/themes/dnb-date-picker-theme-ui.min.css +1 -1
- package/es/components/dialog/style/dnb-dialog.css +0 -1
- package/es/components/dialog/style/dnb-dialog.min.css +1 -1
- package/es/components/flex/style/dnb-flex.css +0 -1
- package/es/components/flex/style/dnb-flex.min.css +1 -1
- package/es/components/global-error/style/dnb-global-error.css +0 -4
- package/es/components/global-error/style/dnb-global-error.min.css +1 -1
- package/es/components/grid/style/dnb-grid.css +0 -2
- package/es/components/grid/style/dnb-grid.min.css +1 -1
- package/es/components/info-card/style/dnb-info-card.css +1 -4
- package/es/components/info-card/style/dnb-info-card.min.css +1 -1
- package/es/components/input/style/dnb-input.css +6 -0
- package/es/components/input/style/dnb-input.min.css +1 -1
- package/es/components/input/style/themes/dnb-input-theme-sbanken.css +0 -9
- package/es/components/input/style/themes/dnb-input-theme-sbanken.min.css +1 -1
- package/es/components/input-masked/style/dnb-input-masked.css +0 -1
- package/es/components/input-masked/style/dnb-input-masked.min.css +1 -1
- package/es/components/pagination/style/dnb-pagination.css +0 -1
- package/es/components/pagination/style/dnb-pagination.min.css +1 -1
- package/es/components/progress-indicator/style/dnb-progress-indicator.css +1 -4
- package/es/components/progress-indicator/style/dnb-progress-indicator.min.css +1 -1
- package/es/components/section/style/dnb-section.css +2 -4
- package/es/components/section/style/dnb-section.min.css +1 -1
- package/es/components/section/style/dnb-section.scss +1 -0
- package/es/components/section/style/themes/dnb-section-theme-ui.css +0 -9
- package/es/components/section/style/themes/dnb-section-theme-ui.min.css +1 -1
- package/es/components/skeleton/style/dnb-skeleton.css +0 -2
- package/es/components/skeleton/style/dnb-skeleton.min.css +1 -1
- package/es/components/skip-content/style/dnb-skip-content.css +1 -4
- package/es/components/skip-content/style/dnb-skip-content.min.css +1 -1
- package/es/components/table/style/dnb-table.css +1 -4
- package/es/components/table/style/dnb-table.min.css +1 -1
- package/es/components/table/style/themes/dnb-table-theme-sbanken.css +0 -3
- package/es/components/table/style/themes/dnb-table-theme-sbanken.min.css +1 -1
- package/es/components/tabs/style/dnb-tabs.css +1 -0
- package/es/components/tabs/style/dnb-tabs.min.css +1 -1
- package/es/components/tag/style/dnb-tag.css +0 -1
- package/es/components/tag/style/dnb-tag.min.css +1 -1
- package/es/components/textarea/style/dnb-textarea.css +5 -2
- package/es/components/textarea/style/dnb-textarea.min.css +1 -1
- package/es/components/textarea/style/dnb-textarea.scss +2 -2
- package/es/components/upload/style/dnb-upload.css +3 -12
- package/es/components/upload/style/dnb-upload.min.css +1 -1
- package/es/extensions/forms/Field/ArraySelection/style/dnb-array-selection.css +0 -2
- package/es/extensions/forms/Field/ArraySelection/style/dnb-array-selection.min.css +1 -1
- package/es/extensions/forms/Field/PostalCodeAndCity/style/dnb-postal-code-and-city.css +0 -1
- package/es/extensions/forms/Field/PostalCodeAndCity/style/dnb-postal-code-and-city.min.css +1 -1
- package/es/extensions/forms/Form/ButtonRow/style/dnb-form-button-row.css +0 -1
- package/es/extensions/forms/Form/ButtonRow/style/dnb-form-button-row.min.css +1 -1
- package/es/extensions/forms/Form/MainHeading/style/dnb-form-main-heading.css +0 -6
- package/es/extensions/forms/Form/MainHeading/style/dnb-form-main-heading.min.css +1 -1
- package/es/extensions/forms/Form/SubHeading/style/dnb-form-sub-heading.css +0 -3
- package/es/extensions/forms/Form/SubHeading/style/dnb-form-sub-heading.min.css +1 -1
- package/es/extensions/forms/StepsLayout/style/dnb-steps-layout.css +0 -1
- package/es/extensions/forms/StepsLayout/style/dnb-steps-layout.min.css +1 -1
- package/es/extensions/forms/constants/countries.js +4 -2
- package/es/extensions/forms/constants/countries.js.map +1 -1
- package/es/extensions/forms/style/dnb-forms.css +0 -14
- package/es/extensions/forms/style/dnb-forms.min.css +1 -1
- package/es/extensions/payment-card/style/dnb-payment-card.css +0 -2
- package/es/extensions/payment-card/style/dnb-payment-card.min.css +1 -1
- package/es/shared/Eufemia.d.ts +1 -1
- package/es/shared/Eufemia.js +2 -2
- package/es/shared/Eufemia.js.map +1 -1
- package/es/style/dnb-ui-basis.css +3 -0
- package/es/style/dnb-ui-basis.min.css +1 -1
- package/es/style/dnb-ui-body.css +3 -1
- package/es/style/dnb-ui-body.min.css +1 -1
- package/es/style/dnb-ui-components.css +40 -116
- package/es/style/dnb-ui-components.min.css +3 -3
- package/es/style/dnb-ui-core.css +4 -1
- package/es/style/dnb-ui-core.min.css +1 -1
- package/es/style/dnb-ui-elements.css +2 -4
- package/es/style/dnb-ui-elements.min.css +1 -1
- package/es/style/dnb-ui-extensions.css +0 -16
- package/es/style/dnb-ui-extensions.min.css +1 -1
- package/es/style/dnb-ui-forms.css +0 -14
- package/es/style/dnb-ui-forms.min.css +1 -1
- package/es/style/themes/theme-eiendom/eiendom-theme-basis.css +2 -14
- package/es/style/themes/theme-eiendom/eiendom-theme-basis.min.css +1 -1
- package/es/style/themes/theme-eiendom/eiendom-theme-components.css +41 -187
- package/es/style/themes/theme-eiendom/eiendom-theme-components.min.css +7 -7
- package/es/style/themes/theme-eiendom/eiendom-theme-elements.css +2 -14
- package/es/style/themes/theme-eiendom/eiendom-theme-elements.min.css +1 -1
- package/es/style/themes/theme-eiendom/eiendom-theme-extensions.css +0 -16
- package/es/style/themes/theme-eiendom/eiendom-theme-extensions.min.css +1 -1
- package/es/style/themes/theme-eiendom/eiendom-theme-forms.css +0 -14
- package/es/style/themes/theme-eiendom/eiendom-theme-forms.min.css +1 -1
- package/es/style/themes/theme-sbanken/sbanken-theme-basis.css +2 -4
- package/es/style/themes/theme-sbanken/sbanken-theme-basis.min.css +1 -1
- package/es/style/themes/theme-sbanken/sbanken-theme-components.css +49 -302
- package/es/style/themes/theme-sbanken/sbanken-theme-components.min.css +7 -7
- package/es/style/themes/theme-sbanken/sbanken-theme-elements.css +2 -4
- package/es/style/themes/theme-sbanken/sbanken-theme-elements.min.css +1 -1
- package/es/style/themes/theme-sbanken/sbanken-theme-extensions.css +0 -16
- package/es/style/themes/theme-sbanken/sbanken-theme-extensions.min.css +1 -1
- package/es/style/themes/theme-sbanken/sbanken-theme-forms.css +0 -14
- package/es/style/themes/theme-sbanken/sbanken-theme-forms.min.css +1 -1
- package/es/style/themes/theme-ui/ui-theme-basis.css +2 -14
- package/es/style/themes/theme-ui/ui-theme-basis.min.css +1 -1
- package/es/style/themes/theme-ui/ui-theme-components.css +41 -186
- package/es/style/themes/theme-ui/ui-theme-components.min.css +8 -8
- package/es/style/themes/theme-ui/ui-theme-elements.css +2 -14
- package/es/style/themes/theme-ui/ui-theme-elements.min.css +1 -1
- package/es/style/themes/theme-ui/ui-theme-extensions.css +0 -16
- package/es/style/themes/theme-ui/ui-theme-extensions.min.css +1 -1
- package/es/style/themes/theme-ui/ui-theme-forms.css +0 -14
- package/es/style/themes/theme-ui/ui-theme-forms.min.css +1 -1
- package/es/style/themes/theme-ui/ui-theme-tags.css +8 -22
- 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 +2 -2
- package/esm/dnb-ui-lib.min.mjs +1 -1
- package/extensions/forms/Field/ArraySelection/style/dnb-array-selection.css +0 -2
- package/extensions/forms/Field/ArraySelection/style/dnb-array-selection.min.css +1 -1
- package/extensions/forms/Field/PostalCodeAndCity/style/dnb-postal-code-and-city.css +0 -1
- package/extensions/forms/Field/PostalCodeAndCity/style/dnb-postal-code-and-city.min.css +1 -1
- package/extensions/forms/Form/ButtonRow/style/dnb-form-button-row.css +0 -1
- package/extensions/forms/Form/ButtonRow/style/dnb-form-button-row.min.css +1 -1
- package/extensions/forms/Form/MainHeading/style/dnb-form-main-heading.css +0 -6
- package/extensions/forms/Form/MainHeading/style/dnb-form-main-heading.min.css +1 -1
- package/extensions/forms/Form/SubHeading/style/dnb-form-sub-heading.css +0 -3
- package/extensions/forms/Form/SubHeading/style/dnb-form-sub-heading.min.css +1 -1
- package/extensions/forms/StepsLayout/style/dnb-steps-layout.css +0 -1
- package/extensions/forms/StepsLayout/style/dnb-steps-layout.min.css +1 -1
- package/extensions/forms/constants/countries.js +4 -2
- package/extensions/forms/constants/countries.js.map +1 -1
- package/extensions/forms/style/dnb-forms.css +0 -14
- package/extensions/forms/style/dnb-forms.min.css +1 -1
- package/extensions/payment-card/style/dnb-payment-card.css +0 -2
- package/extensions/payment-card/style/dnb-payment-card.min.css +1 -1
- package/package.json +1 -1
- package/shared/Eufemia.d.ts +1 -1
- package/shared/Eufemia.js +2 -2
- package/shared/Eufemia.js.map +1 -1
- package/style/dnb-ui-basis.css +3 -0
- package/style/dnb-ui-basis.min.css +1 -1
- package/style/dnb-ui-body.css +3 -1
- package/style/dnb-ui-body.min.css +1 -1
- package/style/dnb-ui-components.css +40 -116
- package/style/dnb-ui-components.min.css +3 -3
- package/style/dnb-ui-core.css +4 -1
- package/style/dnb-ui-core.min.css +1 -1
- package/style/dnb-ui-elements.css +2 -4
- package/style/dnb-ui-elements.min.css +1 -1
- package/style/dnb-ui-extensions.css +0 -16
- package/style/dnb-ui-extensions.min.css +1 -1
- package/style/dnb-ui-forms.css +0 -14
- package/style/dnb-ui-forms.min.css +1 -1
- package/style/themes/theme-eiendom/eiendom-theme-basis.css +2 -14
- package/style/themes/theme-eiendom/eiendom-theme-basis.min.css +1 -1
- package/style/themes/theme-eiendom/eiendom-theme-components.css +41 -187
- package/style/themes/theme-eiendom/eiendom-theme-components.min.css +7 -7
- package/style/themes/theme-eiendom/eiendom-theme-elements.css +2 -14
- package/style/themes/theme-eiendom/eiendom-theme-elements.min.css +1 -1
- package/style/themes/theme-eiendom/eiendom-theme-extensions.css +0 -16
- package/style/themes/theme-eiendom/eiendom-theme-extensions.min.css +1 -1
- package/style/themes/theme-eiendom/eiendom-theme-forms.css +0 -14
- package/style/themes/theme-eiendom/eiendom-theme-forms.min.css +1 -1
- package/style/themes/theme-sbanken/sbanken-theme-basis.css +2 -4
- package/style/themes/theme-sbanken/sbanken-theme-basis.min.css +1 -1
- package/style/themes/theme-sbanken/sbanken-theme-components.css +49 -302
- package/style/themes/theme-sbanken/sbanken-theme-components.min.css +7 -7
- package/style/themes/theme-sbanken/sbanken-theme-elements.css +2 -4
- package/style/themes/theme-sbanken/sbanken-theme-elements.min.css +1 -1
- package/style/themes/theme-sbanken/sbanken-theme-extensions.css +0 -16
- package/style/themes/theme-sbanken/sbanken-theme-extensions.min.css +1 -1
- package/style/themes/theme-sbanken/sbanken-theme-forms.css +0 -14
- package/style/themes/theme-sbanken/sbanken-theme-forms.min.css +1 -1
- package/style/themes/theme-ui/ui-theme-basis.css +2 -14
- package/style/themes/theme-ui/ui-theme-basis.min.css +1 -1
- package/style/themes/theme-ui/ui-theme-components.css +41 -186
- package/style/themes/theme-ui/ui-theme-components.min.css +8 -8
- package/style/themes/theme-ui/ui-theme-elements.css +2 -14
- package/style/themes/theme-ui/ui-theme-elements.min.css +1 -1
- package/style/themes/theme-ui/ui-theme-extensions.css +0 -16
- package/style/themes/theme-ui/ui-theme-extensions.min.css +1 -1
- package/style/themes/theme-ui/ui-theme-forms.css +0 -14
- package/style/themes/theme-ui/ui-theme-forms.min.css +1 -1
- package/style/themes/theme-ui/ui-theme-tags.css +8 -22
- 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 +2 -2
- package/umd/dnb-ui-lib.min.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
@charset "UTF-8";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}body{margin:0}.dnb-core-style{-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{background-repeat:no-repeat;box-sizing:border-box}.dnb-core-style :after,.dnb-core-style :before{text-decoration:inherit;vertical-align:inherit}.dnb-core-style hr{height:0;overflow:visible}.dnb-core-style main{display:block}.dnb-core-style nav ol,.dnb-core-style nav ul{list-style:none}.dnb-core-style abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.dnb-core-style b,.dnb-core-style strong{font-weight:bolder}.dnb-core-style code,.dnb-core-style kbd,.dnb-core-style pre,.dnb-core-style samp{font-family:var(--font-family-monospace);font-size:var(--font-size-basis--em)}.dnb-core-style ::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{vertical-align:middle}.dnb-core-style audio,.dnb-core-style video{display:inline-block}.dnb-core-style audio:not([controls]){display:none;height:0}.dnb-core-style img{border-style:none}.dnb-core-style svg:not([fill]){fill:currentcolor}.dnb-core-style svg:not(:root){overflow:hidden}.dnb-core-style table{border-collapse:collapse}.dnb-core-style button,.dnb-core-style input,.dnb-core-style select,.dnb-core-style 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{margin:0}.dnb-core-style button{overflow:visible;text-transform:none}.dnb-core-style fieldset{padding:.35rem .75rem .625rem}.dnb-core-style input{overflow:visible;word-break:normal}.dnb-core-style legend{color:inherit;display:table;max-width:100%;white-space:normal}.dnb-core-style progress{display:inline-block;vertical-align:baseline}.dnb-core-style select{text-transform:none}.dnb-core-style textarea{overflow:auto;resize:vertical}.dnb-core-style [type=checkbox],.dnb-core-style [type=radio]{padding:0}.dnb-core-style input[type=search]{-webkit-appearance:textfield;appearance:textfield;outline-offset:-2px}.dnb-core-style ::-webkit-inner-spin-button,.dnb-core-style ::-webkit-outer-spin-button{height:auto}.dnb-core-style ::input-placeholder{color:inherit;opacity:.54}.dnb-core-style ::-webkit-search-decoration{-webkit-appearance:none;appearance:none}.dnb-core-style ::-webkit-file-upload-button{background-color:transparent;border:none;font:inherit}.dnb-core-style ::-moz-focus-inner{border-style:none;padding:0}.dnb-core-style details{display:block}.dnb-core-style summary{display:list-item}.dnb-core-style canvas{display:inline-block}.dnb-core-style 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{touch-action:manipulation}.dnb-core-style [hidden]{display:none}.dnb-core-style [aria-busy=true]{cursor:progress}.dnb-core-style [aria-controls]:not(input){cursor:pointer}.dnb-core-style [aria-disabled=true],.dnb-core-style [disabled]{cursor:not-allowed}.dnb-core-style [aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);display:inherit;position:absolute}@media print{.dnb-core-style{background-color:#fff;color:#000}}.dnb-core-style .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{-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(--skip-link-color);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(--skip-link-background);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(--skip-link-background--hover)}.dnb-skip-link--active:active:before,.dnb-skip-link:focus:active:before{background-color:var(--skip-link-background--active)}.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:hover,.dnb-skip-link:focus:hover{background-color:transparent;box-shadow:none;color:var(--skip-link-color--hover)}.dnb-skip-link--active:focus:not(:hover):not(:active),.dnb-skip-link:focus:focus:not(:hover):not(:active){background-color:transparent;box-shadow:none;color:var(--skip-link-color)}.dnb-skip-link--active:active,.dnb-skip-link:focus:active{background-color:transparent;color:var(--skip-link-color--active)}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}
|
|
1
|
+
@charset "UTF-8";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{-webkit-text-decoration:none;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}body{margin:0}.dnb-core-style{-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{background-repeat:no-repeat;box-sizing:border-box}.dnb-core-style :after,.dnb-core-style :before{text-decoration:inherit;vertical-align:inherit}.dnb-core-style hr{height:0;overflow:visible}.dnb-core-style main{display:block}.dnb-core-style nav ol,.dnb-core-style nav ul{list-style:none}.dnb-core-style abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.dnb-core-style b,.dnb-core-style strong{font-weight:bolder}.dnb-core-style code,.dnb-core-style kbd,.dnb-core-style pre,.dnb-core-style samp{font-family:var(--font-family-monospace);font-size:var(--font-size-basis--em)}.dnb-core-style ::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{vertical-align:middle}.dnb-core-style audio,.dnb-core-style video{display:inline-block}.dnb-core-style audio:not([controls]){display:none;height:0}.dnb-core-style img{border-style:none}.dnb-core-style svg:not([fill]){fill:currentcolor}.dnb-core-style svg:not(:root){overflow:hidden}.dnb-core-style table{border-collapse:collapse}.dnb-core-style button,.dnb-core-style input,.dnb-core-style select,.dnb-core-style 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{margin:0}.dnb-core-style button{overflow:visible;text-transform:none}.dnb-core-style fieldset{padding:.35rem .75rem .625rem}.dnb-core-style input{overflow:visible;word-break:normal}.dnb-core-style legend{color:inherit;display:table;max-width:100%;white-space:normal}.dnb-core-style progress{display:inline-block;vertical-align:baseline}.dnb-core-style select{text-transform:none}.dnb-core-style textarea{overflow:auto;resize:vertical}.dnb-core-style [type=checkbox],.dnb-core-style [type=radio]{padding:0}.dnb-core-style input[type=search]{-webkit-appearance:textfield;appearance:textfield;outline-offset:-2px}.dnb-core-style ::-webkit-inner-spin-button,.dnb-core-style ::-webkit-outer-spin-button{height:auto}.dnb-core-style ::input-placeholder{color:inherit;opacity:.54}.dnb-core-style ::-webkit-search-decoration{-webkit-appearance:none;appearance:none}.dnb-core-style ::-webkit-file-upload-button{background-color:transparent;border:none;font:inherit}.dnb-core-style ::-moz-focus-inner{border-style:none;padding:0}.dnb-core-style details{display:block}.dnb-core-style summary{display:list-item}.dnb-core-style canvas{display:inline-block}.dnb-core-style 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{touch-action:manipulation}.dnb-core-style [hidden]{display:none}.dnb-core-style [aria-busy=true]{cursor:progress}.dnb-core-style [aria-controls]:not(input){cursor:pointer}.dnb-core-style [aria-disabled=true],.dnb-core-style [disabled]{cursor:not-allowed}.dnb-core-style [aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);display:inherit;position:absolute}@media print{.dnb-core-style{background-color:#fff;color:#000}}.dnb-core-style .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{-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(--skip-link-color);font-size:var(--font-size-basis);left:40%;margin:0;outline:none;padding:.5rem 1rem;position:fixed;text-align:center;-webkit-text-decoration:none;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(--skip-link-background);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(--skip-link-background--hover)}.dnb-skip-link--active:active:before,.dnb-skip-link:focus:active:before{background-color:var(--skip-link-background--active)}.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:hover,.dnb-skip-link:focus:hover{background-color:transparent;box-shadow:none;color:var(--skip-link-color--hover)}.dnb-skip-link--active:focus:not(:hover):not(:active),.dnb-skip-link:focus:focus:not(:hover):not(:active){background-color:transparent;box-shadow:none;color:var(--skip-link-color)}.dnb-skip-link--active:active,.dnb-skip-link:focus:active{background-color:transparent;color:var(--skip-link-color--active)}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}
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
*/
|
|
25
25
|
html {
|
|
26
26
|
cursor: default; /* 1 */
|
|
27
|
-
font-family: system-ui, -apple-system,
|
|
27
|
+
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"; /* 2 */
|
|
28
28
|
line-height: var(--line-height-basis); /* 3 */ /* 4 */
|
|
29
29
|
-moz-tab-size: 4;
|
|
30
30
|
tab-size: 4; /* 4 */ /* 5 */
|
|
@@ -56,6 +56,7 @@ html:not([data-visual-test]) {
|
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
html[xmlns="http://www.w3.org/1999/xhtml"] a:hover {
|
|
59
|
+
-webkit-text-decoration: none;
|
|
59
60
|
text-decoration: none;
|
|
60
61
|
}
|
|
61
62
|
html[xmlns="http://www.w3.org/1999/xhtml"] .dnb-anchor--active {
|
|
@@ -301,6 +302,7 @@ body nav ul {
|
|
|
301
302
|
list-style: none;
|
|
302
303
|
}
|
|
303
304
|
body abbr[title] {
|
|
305
|
+
text-decoration: underline;
|
|
304
306
|
text-decoration: underline;
|
|
305
307
|
-webkit-text-decoration: underline dotted;
|
|
306
308
|
text-decoration: underline dotted;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
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}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}body *,body :after,body :before{background-repeat:no-repeat;box-sizing:border-box}body :after,body :before{text-decoration:inherit;vertical-align:inherit}body hr{height:0;overflow:visible}body main{display:block}body nav ol,body nav ul{list-style:none}body abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}body b,body strong{font-weight:bolder}body code,body kbd,body pre,body samp{font-family:var(--font-family-monospace);font-size:var(--font-size-basis--em)}body ::selection{background-color:#b3d4fc;color:#000;text-shadow:none}body audio,body canvas,body iframe,body img,body svg,body video{vertical-align:middle}body audio,body video{display:inline-block}body audio:not([controls]){display:none;height:0}body img{border-style:none}body svg:not([fill]){fill:currentcolor}body svg:not(:root){overflow:hidden}body table{border-collapse:collapse}body button,body input,body select,body textarea{font-family:inherit;font-size:inherit;line-height:inherit}body button,body figure,body input,body select{margin:0}body button{overflow:visible;text-transform:none}body fieldset{padding:.35rem .75rem .625rem}body input{overflow:visible;word-break:normal}body legend{color:inherit;display:table;max-width:100%;white-space:normal}body progress{display:inline-block;vertical-align:baseline}body select{text-transform:none}body textarea{overflow:auto;resize:vertical}body [type=checkbox],body [type=radio]{padding:0}body input[type=search]{-webkit-appearance:textfield;appearance:textfield;outline-offset:-2px}body ::-webkit-inner-spin-button,body ::-webkit-outer-spin-button{height:auto}body ::input-placeholder{color:inherit;opacity:.54}body ::-webkit-search-decoration{-webkit-appearance:none;appearance:none}body ::-webkit-file-upload-button{background-color:transparent;border:none;font:inherit}body ::-moz-focus-inner{border-style:none;padding:0}body details{display:block}body summary{display:list-item}body canvas{display:inline-block}body template{display:none}body [tabindex],body a,body area,body button,body input,body label,body select,body summary,body textarea{touch-action:manipulation}body [hidden]{display:none}body [aria-busy=true]{cursor:progress}body [aria-controls]:not(input){cursor:pointer}body [aria-disabled=true],body [disabled]{cursor:not-allowed}body [aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);display:inherit;position:absolute}@media print{body{background-color:#fff;color:#000}}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)}
|
|
1
|
+
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{-webkit-text-decoration:none;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}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}body *,body :after,body :before{background-repeat:no-repeat;box-sizing:border-box}body :after,body :before{text-decoration:inherit;vertical-align:inherit}body hr{height:0;overflow:visible}body main{display:block}body nav ol,body nav ul{list-style:none}body abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}body b,body strong{font-weight:bolder}body code,body kbd,body pre,body samp{font-family:var(--font-family-monospace);font-size:var(--font-size-basis--em)}body ::selection{background-color:#b3d4fc;color:#000;text-shadow:none}body audio,body canvas,body iframe,body img,body svg,body video{vertical-align:middle}body audio,body video{display:inline-block}body audio:not([controls]){display:none;height:0}body img{border-style:none}body svg:not([fill]){fill:currentcolor}body svg:not(:root){overflow:hidden}body table{border-collapse:collapse}body button,body input,body select,body textarea{font-family:inherit;font-size:inherit;line-height:inherit}body button,body figure,body input,body select{margin:0}body button{overflow:visible;text-transform:none}body fieldset{padding:.35rem .75rem .625rem}body input{overflow:visible;word-break:normal}body legend{color:inherit;display:table;max-width:100%;white-space:normal}body progress{display:inline-block;vertical-align:baseline}body select{text-transform:none}body textarea{overflow:auto;resize:vertical}body [type=checkbox],body [type=radio]{padding:0}body input[type=search]{-webkit-appearance:textfield;appearance:textfield;outline-offset:-2px}body ::-webkit-inner-spin-button,body ::-webkit-outer-spin-button{height:auto}body ::input-placeholder{color:inherit;opacity:.54}body ::-webkit-search-decoration{-webkit-appearance:none;appearance:none}body ::-webkit-file-upload-button{background-color:transparent;border:none;font:inherit}body ::-moz-focus-inner{border-style:none;padding:0}body details{display:block}body summary{display:list-item}body canvas{display:inline-block}body template{display:none}body [tabindex],body a,body area,body button,body input,body label,body select,body summary,body textarea{touch-action:manipulation}body [hidden]{display:none}body [aria-busy=true]{cursor:progress}body [aria-controls]:not(input){cursor:pointer}body [aria-disabled=true],body [disabled]{cursor:not-allowed}body [aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);display:inherit;position:absolute}@media print{body{background-color:#fff;color:#000}}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)}
|
|
@@ -458,13 +458,11 @@ html[data-whatinput=keyboard] .dnb-scroll-view[tabindex="0"]:focus {
|
|
|
458
458
|
.dnb-forms-field-array-selection--options-layout-vertical .dnb-forms-field-array-selection__options {
|
|
459
459
|
display: flex;
|
|
460
460
|
flex-flow: column;
|
|
461
|
-
grid-row-gap: var(--spacing-x-small);
|
|
462
461
|
row-gap: var(--spacing-x-small);
|
|
463
462
|
}
|
|
464
463
|
.dnb-forms-field-array-selection--options-layout-horizontal .dnb-forms-field-array-selection__options {
|
|
465
464
|
display: flex;
|
|
466
465
|
flex-flow: row wrap;
|
|
467
|
-
grid-column-gap: var(--spacing-small);
|
|
468
466
|
-moz-column-gap: var(--spacing-small);
|
|
469
467
|
column-gap: var(--spacing-small);
|
|
470
468
|
}
|
|
@@ -489,7 +487,6 @@ html[data-whatinput=keyboard] .dnb-scroll-view[tabindex="0"]:focus {
|
|
|
489
487
|
.dnb-forms-field-postal-code-and-city__fields {
|
|
490
488
|
display: flex;
|
|
491
489
|
flex-flow: row;
|
|
492
|
-
grid-column-gap: var(--spacing-small);
|
|
493
490
|
-moz-column-gap: var(--spacing-small);
|
|
494
491
|
column-gap: var(--spacing-small);
|
|
495
492
|
}
|
|
@@ -601,7 +598,6 @@ fieldset.dnb-forms-field-block:not([class*=space__left]) {
|
|
|
601
598
|
.dnb-forms-button-row {
|
|
602
599
|
display: flex;
|
|
603
600
|
flex-flow: row;
|
|
604
|
-
grid-column-gap: var(--spacing-small);
|
|
605
601
|
-moz-column-gap: var(--spacing-small);
|
|
606
602
|
column-gap: var(--spacing-small);
|
|
607
603
|
}
|
|
@@ -609,15 +605,9 @@ fieldset.dnb-forms-field-block:not([class*=space__left]) {
|
|
|
609
605
|
.dnb-spacing .dnb-form-main-heading.dnb-h--large:not([class*=space__]) {
|
|
610
606
|
margin: 0;
|
|
611
607
|
}
|
|
612
|
-
.dnb-form-main-heading[\:has\(\%2B\%20.dnb-flex-stack\%20\%3E\%20.dnb-card\,\%20\%2B\%20.dnb-card\)]:not([class*=space__left]) {
|
|
613
|
-
margin-left: var(--spacing-medium);
|
|
614
|
-
}
|
|
615
608
|
.dnb-form-main-heading:has(+ .dnb-flex-stack > .dnb-card, + .dnb-card):not([class*=space__left]) {
|
|
616
609
|
margin-left: var(--spacing-medium);
|
|
617
610
|
}
|
|
618
|
-
.dnb-form-main-heading[\:has\(\%2B\%20.dnb-flex-stack\%20\%3E\%20.dnb-card\,\%20\%2B\%20.dnb-card\)]:not([class*=space__bottom]) {
|
|
619
|
-
margin-bottom: var(--spacing-small);
|
|
620
|
-
}
|
|
621
611
|
.dnb-form-main-heading:has(+ .dnb-flex-stack > .dnb-card, + .dnb-card):not([class*=space__bottom]) {
|
|
622
612
|
margin-bottom: var(--spacing-small);
|
|
623
613
|
}
|
|
@@ -625,9 +615,6 @@ fieldset.dnb-forms-field-block:not([class*=space__left]) {
|
|
|
625
615
|
.dnb-spacing .dnb-form-sub-heading.dnb-h--medium:not([class*=space__]) {
|
|
626
616
|
margin: 0;
|
|
627
617
|
}
|
|
628
|
-
.dnb-form-sub-heading[\:has\(\%2B\%20.dnb-flex-stack\%20\%3E\%20.dnb-card\,\%20\%2B\%20.dnb-card\)]:not([class*=space__bottom]) {
|
|
629
|
-
margin-bottom: var(--spacing-small);
|
|
630
|
-
}
|
|
631
618
|
.dnb-form-sub-heading:has(+ .dnb-flex-stack > .dnb-card, + .dnb-card):not([class*=space__bottom]) {
|
|
632
619
|
margin-bottom: var(--spacing-small);
|
|
633
620
|
}
|
|
@@ -638,7 +625,6 @@ fieldset.dnb-forms-field-block:not([class*=space__left]) {
|
|
|
638
625
|
.dnb-forms-steps-layout {
|
|
639
626
|
display: flex;
|
|
640
627
|
flex-flow: row wrap;
|
|
641
|
-
grid-column-gap: var(--spacing-medium);
|
|
642
628
|
-moz-column-gap: var(--spacing-medium);
|
|
643
629
|
column-gap: var(--spacing-medium);
|
|
644
630
|
}
|
|
@@ -888,9 +874,9 @@ button.dnb-anchor {
|
|
|
888
874
|
display: inline;
|
|
889
875
|
padding: 0.05575em 0;
|
|
890
876
|
font-size: var(--font-size-basis);
|
|
877
|
+
-webkit-text-decoration: underline;
|
|
891
878
|
text-decoration: underline;
|
|
892
|
-
|
|
893
|
-
text-decoration-color: currentcolor;
|
|
879
|
+
text-decoration-color: currentcolor;
|
|
894
880
|
text-decoration-thickness: var(--anchor-underline-thickness);
|
|
895
881
|
text-underline-offset: 0.25em;
|
|
896
882
|
border-radius: 0;
|
|
@@ -913,16 +899,6 @@ sup :where(:not(.dnb-anchor--no-style)).dnb-anchor, sub :where(:not(.dnb-anchor-
|
|
|
913
899
|
:where(:not(.dnb-anchor--no-style)).dnb-anchor--no-icon .dnb-icon {
|
|
914
900
|
display: none;
|
|
915
901
|
}
|
|
916
|
-
:where(:not(.dnb-anchor--no-style)).dnb-anchor.focus-visible {
|
|
917
|
-
background-color: transparent;
|
|
918
|
-
transition: none;
|
|
919
|
-
outline: none;
|
|
920
|
-
--border-color: var(--focus-ring-color);
|
|
921
|
-
--border-width: var(--focus-ring-width);
|
|
922
|
-
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
923
|
-
border-color: transparent;
|
|
924
|
-
border-radius: 0.25em;
|
|
925
|
-
}
|
|
926
902
|
:where(:not(.dnb-anchor--no-style)).dnb-anchor:focus-visible {
|
|
927
903
|
background-color: transparent;
|
|
928
904
|
transition: none;
|
|
@@ -933,16 +909,15 @@ sup :where(:not(.dnb-anchor--no-style)).dnb-anchor, sub :where(:not(.dnb-anchor-
|
|
|
933
909
|
border-color: transparent;
|
|
934
910
|
border-radius: 0.25em;
|
|
935
911
|
}
|
|
936
|
-
:where(:not(.dnb-anchor--no-style)).dnb-anchor.focus-visible, .dnb-section :where(:not(.dnb-anchor--no-style)).dnb-anchor.focus-visible.dnb-anchor {
|
|
937
|
-
text-decoration: none;
|
|
938
|
-
}
|
|
939
912
|
:where(:not(.dnb-anchor--no-style)).dnb-anchor:focus-visible, .dnb-section :where(:not(.dnb-anchor--no-style)).dnb-anchor:focus-visible.dnb-anchor {
|
|
913
|
+
-webkit-text-decoration: none;
|
|
940
914
|
text-decoration: none;
|
|
941
915
|
}
|
|
942
916
|
:where(:not(.dnb-anchor--no-style)).dnb-anchor:hover:where(:not(.dnb-anchor--no-hover)) {
|
|
943
917
|
border-radius: 0.25em;
|
|
944
918
|
}
|
|
945
919
|
:where(:not(.dnb-anchor--no-style)).dnb-anchor:hover:where(:not(.dnb-anchor--no-hover)), .dnb-section :where(:not(.dnb-anchor--no-style)).dnb-anchor:hover:where(:not(.dnb-anchor--no-hover)).dnb-anchor {
|
|
920
|
+
-webkit-text-decoration: none;
|
|
946
921
|
text-decoration: none;
|
|
947
922
|
}
|
|
948
923
|
:where(:not(.dnb-anchor--no-style)).dnb-anchor:hover:not(.dnb-anchor--no-hover) {
|
|
@@ -953,6 +928,7 @@ sup :where(:not(.dnb-anchor--no-style)).dnb-anchor, sub :where(:not(.dnb-anchor-
|
|
|
953
928
|
border-radius: 0.25em;
|
|
954
929
|
}
|
|
955
930
|
:where(:not(.dnb-anchor--no-style)).dnb-anchor:hover:not(.dnb-anchor--no-hover), .dnb-section :where(:not(.dnb-anchor--no-style)).dnb-anchor:hover:not(.dnb-anchor--no-hover).dnb-anchor {
|
|
931
|
+
-webkit-text-decoration: none;
|
|
956
932
|
text-decoration: none;
|
|
957
933
|
}
|
|
958
934
|
}
|
|
@@ -960,6 +936,7 @@ sup :where(:not(.dnb-anchor--no-style)).dnb-anchor, sub :where(:not(.dnb-anchor-
|
|
|
960
936
|
border-radius: 0.25em;
|
|
961
937
|
}
|
|
962
938
|
:where(:not(.dnb-anchor--no-style)).dnb-anchor:active, .dnb-section :where(:not(.dnb-anchor--no-style)).dnb-anchor:active.dnb-anchor {
|
|
939
|
+
-webkit-text-decoration: none;
|
|
963
940
|
text-decoration: none;
|
|
964
941
|
}
|
|
965
942
|
[data-visual-test-wrapper] :where(:not(.dnb-anchor--no-style)).dnb-anchor {
|
|
@@ -983,15 +960,6 @@ sup :where(:not(.dnb-anchor--no-style)).dnb-anchor, sub :where(:not(.dnb-anchor-
|
|
|
983
960
|
--anchor-background-gutter: 0.125em;
|
|
984
961
|
box-shadow: inset 100vw 100vw 0 0 transparent, calc(var(--anchor-background-gutter) * -1) 0 0 0 transparent, var(--anchor-background-gutter) 0 0 0 transparent;
|
|
985
962
|
}
|
|
986
|
-
:where(:not(.dnb-anchor--no-style)).dnb-anchor.dnb-anchor--contrast.focus-visible {
|
|
987
|
-
color: var(--color-white);
|
|
988
|
-
background-color: transparent;
|
|
989
|
-
outline: none;
|
|
990
|
-
--border-color: var(--color-white);
|
|
991
|
-
--border-width: var(--focus-ring-width);
|
|
992
|
-
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
993
|
-
border-color: transparent;
|
|
994
|
-
}
|
|
995
963
|
:where(:not(.dnb-anchor--no-style)).dnb-anchor.dnb-anchor--contrast:focus-visible {
|
|
996
964
|
color: var(--color-white);
|
|
997
965
|
background-color: transparent;
|
|
@@ -1011,9 +979,9 @@ sup :where(:not(.dnb-anchor--no-style)).dnb-anchor, sub :where(:not(.dnb-anchor-
|
|
|
1011
979
|
display: inline;
|
|
1012
980
|
padding: 0.05575em 0;
|
|
1013
981
|
font-size: var(--font-size-basis);
|
|
982
|
+
-webkit-text-decoration: underline;
|
|
1014
983
|
text-decoration: underline;
|
|
1015
|
-
|
|
1016
|
-
text-decoration-color: currentcolor;
|
|
984
|
+
text-decoration-color: currentcolor;
|
|
1017
985
|
text-decoration-thickness: var(--anchor-underline-thickness);
|
|
1018
986
|
text-underline-offset: 0.25em;
|
|
1019
987
|
border-radius: 0;
|
|
@@ -1036,16 +1004,6 @@ sup :where(:not(.dnb-anchor--no-style)).dnb-anchor, sub :where(:not(.dnb-anchor-
|
|
|
1036
1004
|
:not(.dnb-anchor--no-style).dnb-anchor--no-icon .dnb-icon {
|
|
1037
1005
|
display: none;
|
|
1038
1006
|
}
|
|
1039
|
-
:not(.dnb-anchor--no-style).dnb-anchor.focus-visible {
|
|
1040
|
-
background-color: transparent;
|
|
1041
|
-
transition: none;
|
|
1042
|
-
outline: none;
|
|
1043
|
-
--border-color: var(--focus-ring-color);
|
|
1044
|
-
--border-width: var(--focus-ring-width);
|
|
1045
|
-
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
1046
|
-
border-color: transparent;
|
|
1047
|
-
border-radius: 0.25em;
|
|
1048
|
-
}
|
|
1049
1007
|
:not(.dnb-anchor--no-style).dnb-anchor:focus-visible {
|
|
1050
1008
|
background-color: transparent;
|
|
1051
1009
|
transition: none;
|
|
@@ -1056,16 +1014,15 @@ sup :where(:not(.dnb-anchor--no-style)).dnb-anchor, sub :where(:not(.dnb-anchor-
|
|
|
1056
1014
|
border-color: transparent;
|
|
1057
1015
|
border-radius: 0.25em;
|
|
1058
1016
|
}
|
|
1059
|
-
:not(.dnb-anchor--no-style).dnb-anchor.focus-visible, .dnb-section :not(.dnb-anchor--no-style).dnb-anchor.focus-visible.dnb-anchor {
|
|
1060
|
-
text-decoration: none;
|
|
1061
|
-
}
|
|
1062
1017
|
:not(.dnb-anchor--no-style).dnb-anchor:focus-visible, .dnb-section :not(.dnb-anchor--no-style).dnb-anchor:focus-visible.dnb-anchor {
|
|
1018
|
+
-webkit-text-decoration: none;
|
|
1063
1019
|
text-decoration: none;
|
|
1064
1020
|
}
|
|
1065
1021
|
:not(.dnb-anchor--no-style).dnb-anchor:hover:where(:not(.dnb-anchor--no-hover)) {
|
|
1066
1022
|
border-radius: 0.25em;
|
|
1067
1023
|
}
|
|
1068
1024
|
:not(.dnb-anchor--no-style).dnb-anchor:hover:where(:not(.dnb-anchor--no-hover)), .dnb-section :not(.dnb-anchor--no-style).dnb-anchor:hover:where(:not(.dnb-anchor--no-hover)).dnb-anchor {
|
|
1025
|
+
-webkit-text-decoration: none;
|
|
1069
1026
|
text-decoration: none;
|
|
1070
1027
|
}
|
|
1071
1028
|
:not(.dnb-anchor--no-style).dnb-anchor:hover:not(.dnb-anchor--no-hover) {
|
|
@@ -1076,6 +1033,7 @@ sup :where(:not(.dnb-anchor--no-style)).dnb-anchor, sub :where(:not(.dnb-anchor-
|
|
|
1076
1033
|
border-radius: 0.25em;
|
|
1077
1034
|
}
|
|
1078
1035
|
:not(.dnb-anchor--no-style).dnb-anchor:hover:not(.dnb-anchor--no-hover), .dnb-section :not(.dnb-anchor--no-style).dnb-anchor:hover:not(.dnb-anchor--no-hover).dnb-anchor {
|
|
1036
|
+
-webkit-text-decoration: none;
|
|
1079
1037
|
text-decoration: none;
|
|
1080
1038
|
}
|
|
1081
1039
|
}
|
|
@@ -1083,6 +1041,7 @@ sup :where(:not(.dnb-anchor--no-style)).dnb-anchor, sub :where(:not(.dnb-anchor-
|
|
|
1083
1041
|
border-radius: 0.25em;
|
|
1084
1042
|
}
|
|
1085
1043
|
:not(.dnb-anchor--no-style).dnb-anchor:active, .dnb-section :not(.dnb-anchor--no-style).dnb-anchor:active.dnb-anchor {
|
|
1044
|
+
-webkit-text-decoration: none;
|
|
1086
1045
|
text-decoration: none;
|
|
1087
1046
|
}
|
|
1088
1047
|
[data-visual-test-wrapper] :not(.dnb-anchor--no-style).dnb-anchor {
|
|
@@ -1106,15 +1065,6 @@ sup :where(:not(.dnb-anchor--no-style)).dnb-anchor, sub :where(:not(.dnb-anchor-
|
|
|
1106
1065
|
--anchor-background-gutter: 0.125em;
|
|
1107
1066
|
box-shadow: inset 100vw 100vw 0 0 transparent, calc(var(--anchor-background-gutter) * -1) 0 0 0 transparent, var(--anchor-background-gutter) 0 0 0 transparent;
|
|
1108
1067
|
}
|
|
1109
|
-
:not(.dnb-anchor--no-style).dnb-anchor.dnb-anchor--contrast.focus-visible {
|
|
1110
|
-
color: var(--color-white);
|
|
1111
|
-
background-color: transparent;
|
|
1112
|
-
outline: none;
|
|
1113
|
-
--border-color: var(--color-white);
|
|
1114
|
-
--border-width: var(--focus-ring-width);
|
|
1115
|
-
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
1116
|
-
border-color: transparent;
|
|
1117
|
-
}
|
|
1118
1068
|
:not(.dnb-anchor--no-style).dnb-anchor.dnb-anchor--contrast:focus-visible {
|
|
1119
1069
|
color: var(--color-white);
|
|
1120
1070
|
background-color: transparent;
|
|
@@ -1130,6 +1080,7 @@ sup :where(:not(.dnb-anchor--no-style)).dnb-anchor, sub :where(:not(.dnb-anchor-
|
|
|
1130
1080
|
border-radius: 0.25em;
|
|
1131
1081
|
}
|
|
1132
1082
|
.dnb-anchor--hover, .dnb-section .dnb-anchor--hover.dnb-anchor {
|
|
1083
|
+
-webkit-text-decoration: none;
|
|
1133
1084
|
text-decoration: none;
|
|
1134
1085
|
}
|
|
1135
1086
|
|
|
@@ -1137,6 +1088,7 @@ sup :where(:not(.dnb-anchor--no-style)).dnb-anchor, sub :where(:not(.dnb-anchor-
|
|
|
1137
1088
|
border-radius: 0.25em;
|
|
1138
1089
|
}
|
|
1139
1090
|
.dnb-anchor--active, .dnb-section .dnb-anchor--active.dnb-anchor {
|
|
1091
|
+
-webkit-text-decoration: none;
|
|
1140
1092
|
text-decoration: none;
|
|
1141
1093
|
}
|
|
1142
1094
|
|
|
@@ -1151,17 +1103,15 @@ sup :where(:not(.dnb-anchor--no-style)).dnb-anchor, sub :where(:not(.dnb-anchor-
|
|
|
1151
1103
|
border-radius: 0.25em;
|
|
1152
1104
|
}
|
|
1153
1105
|
.dnb-anchor--focus, .dnb-section .dnb-anchor--focus.dnb-anchor {
|
|
1106
|
+
-webkit-text-decoration: none;
|
|
1154
1107
|
text-decoration: none;
|
|
1155
1108
|
}
|
|
1156
1109
|
|
|
1157
1110
|
.dnb-anchor--no-underline, .dnb-section .dnb-anchor--no-underline.dnb-anchor {
|
|
1111
|
+
-webkit-text-decoration: none;
|
|
1158
1112
|
text-decoration: none;
|
|
1159
1113
|
}
|
|
1160
1114
|
|
|
1161
|
-
.dnb-anchor--no-radius, .dnb-anchor--no-radius:hover, .dnb-anchor--no-radius:active, .dnb-anchor--no-radius.focus-visible {
|
|
1162
|
-
border-radius: 0;
|
|
1163
|
-
}
|
|
1164
|
-
|
|
1165
1115
|
.dnb-anchor--no-radius, .dnb-anchor--no-radius:hover, .dnb-anchor--no-radius:active, .dnb-anchor--no-radius:focus-visible {
|
|
1166
1116
|
border-radius: 0;
|
|
1167
1117
|
}
|
|
@@ -1176,6 +1126,7 @@ a.dnb-button {
|
|
|
1176
1126
|
|
|
1177
1127
|
.dnb-skeleton > .dnb-anchor,
|
|
1178
1128
|
.dnb-anchor.dnb-skeleton {
|
|
1129
|
+
-webkit-text-decoration: none;
|
|
1179
1130
|
text-decoration: none;
|
|
1180
1131
|
}
|
|
1181
1132
|
.dnb-skeleton > .dnb-anchor .dnb-icon,
|
|
@@ -1342,6 +1293,7 @@ html[data-visual-test] .dnb-autocomplete .dnb-input__submit-button__button .dnb-
|
|
|
1342
1293
|
overflow: hidden;
|
|
1343
1294
|
white-space: nowrap;
|
|
1344
1295
|
color: inherit;
|
|
1296
|
+
-webkit-text-decoration: none;
|
|
1345
1297
|
text-decoration: none;
|
|
1346
1298
|
text-overflow: inherit;
|
|
1347
1299
|
text-align: inherit;
|
|
@@ -1628,7 +1580,6 @@ label + .dnb-autocomplete[class*=__form-status] .dnb-autocomplete__shell {
|
|
|
1628
1580
|
list-style: none;
|
|
1629
1581
|
flex-flow: row wrap;
|
|
1630
1582
|
align-items: center;
|
|
1631
|
-
grid-gap: 1.5rem;
|
|
1632
1583
|
gap: 1.5rem;
|
|
1633
1584
|
}
|
|
1634
1585
|
.dnb-breadcrumb__item__span {
|
|
@@ -1661,7 +1612,6 @@ label + .dnb-autocomplete[class*=__form-status] .dnb-autocomplete__shell {
|
|
|
1661
1612
|
align-items: flex-start;
|
|
1662
1613
|
margin: 0.5rem 0;
|
|
1663
1614
|
margin-left: 1.5rem;
|
|
1664
|
-
grid-gap: 0;
|
|
1665
1615
|
gap: 0;
|
|
1666
1616
|
}
|
|
1667
1617
|
|
|
@@ -1709,6 +1659,7 @@ label + .dnb-autocomplete[class*=__form-status] .dnb-autocomplete__shell {
|
|
|
1709
1659
|
border-radius: var(--button-border-radius);
|
|
1710
1660
|
text-align: left;
|
|
1711
1661
|
font-size: var(--font-size-small);
|
|
1662
|
+
-webkit-text-decoration: none;
|
|
1712
1663
|
text-decoration: none;
|
|
1713
1664
|
box-shadow: none;
|
|
1714
1665
|
/* stylelint-disable-next-line */
|
|
@@ -2431,7 +2382,6 @@ html[data-visual-test] .dnb-date-picker:not(.dnb-date-picker--opened) .dnb-date-
|
|
|
2431
2382
|
display: flex;
|
|
2432
2383
|
flex-flow: row wrap;
|
|
2433
2384
|
justify-content: flex-start;
|
|
2434
|
-
grid-gap: 1rem;
|
|
2435
2385
|
gap: 1rem;
|
|
2436
2386
|
padding: 1rem;
|
|
2437
2387
|
}
|
|
@@ -2838,7 +2788,6 @@ html[data-whatinput=keyboard] .dnb-date-picker table.dnb-no-focus:focus {
|
|
|
2838
2788
|
display: flex;
|
|
2839
2789
|
flex-flow: row wrap;
|
|
2840
2790
|
justify-content: center;
|
|
2841
|
-
grid-gap: 1rem;
|
|
2842
2791
|
gap: 1rem;
|
|
2843
2792
|
width: 100%;
|
|
2844
2793
|
}
|
|
@@ -3595,7 +3544,6 @@ label + .dnb-dropdown[class*=__form-status] .dnb-dropdown__shell {
|
|
|
3595
3544
|
|
|
3596
3545
|
.dnb-flex-container {
|
|
3597
3546
|
display: flex;
|
|
3598
|
-
grid-row-gap: var(--gap, 0);
|
|
3599
3547
|
row-gap: var(--gap, 0);
|
|
3600
3548
|
}
|
|
3601
3549
|
.dnb-flex-container--direction-horizontal {
|
|
@@ -3932,8 +3880,6 @@ button .dnb-form-status__text {
|
|
|
3932
3880
|
}
|
|
3933
3881
|
.dnb-global-error--center {
|
|
3934
3882
|
display: grid;
|
|
3935
|
-
align-content: center;
|
|
3936
|
-
justify-content: center;
|
|
3937
3883
|
place-content: center;
|
|
3938
3884
|
height: 80vh;
|
|
3939
3885
|
}
|
|
@@ -3960,7 +3906,6 @@ button .dnb-form-status__text {
|
|
|
3960
3906
|
display: flex;
|
|
3961
3907
|
flex-flow: row wrap;
|
|
3962
3908
|
justify-content: center;
|
|
3963
|
-
grid-gap: 2rem;
|
|
3964
3909
|
gap: 2rem;
|
|
3965
3910
|
}
|
|
3966
3911
|
.dnb-global-error__links .dnb-anchor {
|
|
@@ -3969,7 +3914,6 @@ button .dnb-form-status__text {
|
|
|
3969
3914
|
@media screen and (max-width: 40em) {
|
|
3970
3915
|
.dnb-global-error__links {
|
|
3971
3916
|
flex-direction: column;
|
|
3972
|
-
grid-gap: 1rem;
|
|
3973
3917
|
gap: 1rem;
|
|
3974
3918
|
}
|
|
3975
3919
|
}
|
|
@@ -4071,9 +4015,7 @@ button .dnb-form-status__text {
|
|
|
4071
4015
|
display: grid;
|
|
4072
4016
|
grid-template-columns: repeat(var(--grid-columns), minmax(0, 1fr));
|
|
4073
4017
|
grid-auto-flow: dense;
|
|
4074
|
-
grid-row-gap: var(--row-gap, 0);
|
|
4075
4018
|
row-gap: var(--row-gap, 0);
|
|
4076
|
-
grid-column-gap: var(--column-gap, 0);
|
|
4077
4019
|
-moz-column-gap: var(--column-gap, 0);
|
|
4078
4020
|
column-gap: var(--column-gap, 0);
|
|
4079
4021
|
--grid-columns: var(--small-columns, 4);
|
|
@@ -4288,10 +4230,7 @@ p > .dnb-icon {
|
|
|
4288
4230
|
.dnb-info-card::after {
|
|
4289
4231
|
content: "";
|
|
4290
4232
|
position: absolute;
|
|
4291
|
-
|
|
4292
|
-
right: 0;
|
|
4293
|
-
bottom: 0;
|
|
4294
|
-
left: 0;
|
|
4233
|
+
inset: 0;
|
|
4295
4234
|
pointer-events: none;
|
|
4296
4235
|
border: 1px solid var(--color-black-8);
|
|
4297
4236
|
}
|
|
@@ -4348,7 +4287,6 @@ p > .dnb-icon {
|
|
|
4348
4287
|
display: inline-flex;
|
|
4349
4288
|
flex-flow: row wrap;
|
|
4350
4289
|
align-items: baseline;
|
|
4351
|
-
grid-gap: 1rem;
|
|
4352
4290
|
gap: 1rem;
|
|
4353
4291
|
}
|
|
4354
4292
|
|
|
@@ -4514,6 +4452,9 @@ p > .dnb-icon {
|
|
|
4514
4452
|
display: inline-flex;
|
|
4515
4453
|
align-items: center;
|
|
4516
4454
|
}
|
|
4455
|
+
.dnb-input__input:-webkit-autofill {
|
|
4456
|
+
box-shadow: 0 0 0 var(--input-border-width) var(--input-border-color) var(--autofill-inset, inset), 0 0 0 10em var(--input-background-color) inset;
|
|
4457
|
+
}
|
|
4517
4458
|
.dnb-input__input:autofill {
|
|
4518
4459
|
box-shadow: 0 0 0 var(--input-border-width) var(--input-border-color) var(--autofill-inset, inset), 0 0 0 10em var(--input-background-color) inset;
|
|
4519
4460
|
}
|
|
@@ -4731,6 +4672,9 @@ html:not([data-whatintent=touch]) .dnb-input--clear.dnb-input__submit-element .d
|
|
|
4731
4672
|
html[data-visual-test] .dnb-input__input {
|
|
4732
4673
|
caret-color: var(--color-white);
|
|
4733
4674
|
}
|
|
4675
|
+
.dnb-input[data-has-content=false] .dnb-input__input:focus:-webkit-autofill {
|
|
4676
|
+
--autofill-inset: none;
|
|
4677
|
+
}
|
|
4734
4678
|
.dnb-input[data-has-content=false] .dnb-input__input:focus:autofill {
|
|
4735
4679
|
--autofill-inset: none;
|
|
4736
4680
|
}
|
|
@@ -5083,7 +5027,6 @@ html[data-visual-test] .dnb-modal__overlay, .dnb-modal__overlay--no-animation {
|
|
|
5083
5027
|
align-items: flex-end;
|
|
5084
5028
|
}
|
|
5085
5029
|
.dnb-pagination__bar__inner {
|
|
5086
|
-
grid-gap: 0.5rem;
|
|
5087
5030
|
gap: 0.5rem;
|
|
5088
5031
|
}
|
|
5089
5032
|
.dnb-pagination__button {
|
|
@@ -5197,10 +5140,7 @@ html[data-visual-test] .dnb-modal__overlay, .dnb-modal__overlay--no-animation {
|
|
|
5197
5140
|
}
|
|
5198
5141
|
.dnb-progress-indicator__circular svg {
|
|
5199
5142
|
position: absolute;
|
|
5200
|
-
|
|
5201
|
-
right: 0;
|
|
5202
|
-
bottom: 0;
|
|
5203
|
-
left: 0;
|
|
5143
|
+
inset: 0;
|
|
5204
5144
|
width: 100%;
|
|
5205
5145
|
height: 100%;
|
|
5206
5146
|
}
|
|
@@ -5768,11 +5708,9 @@ html[data-whatinput=keyboard] .dnb-radio__input:not([disabled]):not(:checked):no
|
|
|
5768
5708
|
.dnb-section::before {
|
|
5769
5709
|
content: "";
|
|
5770
5710
|
position: absolute;
|
|
5771
|
-
|
|
5772
|
-
right: 0;
|
|
5773
|
-
bottom: 0;
|
|
5774
|
-
left: 0;
|
|
5711
|
+
inset: 0;
|
|
5775
5712
|
box-shadow: var(--drop-shadow, none);
|
|
5713
|
+
border-radius: var(--rounded-corner, 0);
|
|
5776
5714
|
}
|
|
5777
5715
|
.dnb-section::after {
|
|
5778
5716
|
content: "";
|
|
@@ -5933,7 +5871,6 @@ html[data-whatinput=keyboard] .dnb-radio__input:not([disabled]):not(:checked):no
|
|
|
5933
5871
|
background-color: var(--skeleton-color) !important;
|
|
5934
5872
|
}
|
|
5935
5873
|
.dnb-skeleton--shape.dnb-skeleton::after {
|
|
5936
|
-
background-image: repeating-linear-gradient(-45deg, var(--skeleton-color--contrast) 1px, var(--skeleton-color--contrast) 2px, transparent 0, transparent 6px) !important;
|
|
5937
5874
|
background-image: repeating-linear-gradient(-45deg, var(--skeleton-color--contrast) 1px 2px, transparent 0 6px) !important;
|
|
5938
5875
|
background-repeat: repeat !important;
|
|
5939
5876
|
background-size: 100% !important;
|
|
@@ -5968,7 +5905,6 @@ html[data-whatinput=keyboard] .dnb-radio__input:not([disabled]):not(:checked):no
|
|
|
5968
5905
|
-webkit-text-fill-color: transparent !important;
|
|
5969
5906
|
-webkit-background-clip: text !important;
|
|
5970
5907
|
background-clip: text !important;
|
|
5971
|
-
background-image: repeating-linear-gradient(-45deg, var(--skeleton-color--contrast) 1px, var(--skeleton-color--contrast) 2px, transparent 0, transparent 6px) !important;
|
|
5972
5908
|
background-image: repeating-linear-gradient(-45deg, var(--skeleton-color--contrast) 1px 2px, transparent 0 6px) !important;
|
|
5973
5909
|
--border-color: var(--skeleton-color);
|
|
5974
5910
|
background-color: var(--skeleton-color) !important;
|
|
@@ -6068,10 +6004,7 @@ html[data-visual-test] .dnb-skeleton--font, html[data-visual-test] .dnb-skeleton
|
|
|
6068
6004
|
.dnb-skip-content__focus:focus::before {
|
|
6069
6005
|
content: "";
|
|
6070
6006
|
position: absolute;
|
|
6071
|
-
|
|
6072
|
-
right: var(--focus-ring-width);
|
|
6073
|
-
bottom: var(--focus-ring-width);
|
|
6074
|
-
left: var(--focus-ring-width);
|
|
6007
|
+
inset: var(--focus-ring-width);
|
|
6075
6008
|
outline: none;
|
|
6076
6009
|
}
|
|
6077
6010
|
html[data-whatinput=keyboard] .dnb-skip-content__focus:focus::before {
|
|
@@ -7762,10 +7695,7 @@ html[data-whatinput=keyboard] .dnb-table > thead > tr > th.dnb-table--active .dn
|
|
|
7762
7695
|
content: "";
|
|
7763
7696
|
position: absolute;
|
|
7764
7697
|
z-index: 3;
|
|
7765
|
-
|
|
7766
|
-
right: 0;
|
|
7767
|
-
bottom: 0;
|
|
7768
|
-
left: 0;
|
|
7698
|
+
inset: 0;
|
|
7769
7699
|
pointer-events: none;
|
|
7770
7700
|
border: var(--focus-ring-width) solid transparent;
|
|
7771
7701
|
}
|
|
@@ -8078,6 +8008,7 @@ html:not([data-visual-test]) .dnb-tabs__tabs__tablist {
|
|
|
8078
8008
|
border: none;
|
|
8079
8009
|
font-size: var(--font-size-basis);
|
|
8080
8010
|
line-height: var(--line-height-basis);
|
|
8011
|
+
-webkit-text-decoration: none;
|
|
8081
8012
|
text-decoration: none;
|
|
8082
8013
|
white-space: nowrap;
|
|
8083
8014
|
transition: margin 400ms ease-out;
|
|
@@ -8420,7 +8351,6 @@ html:not([data-whatintent=touch]) .dnb-tag--removable.dnb-button:hover:not([disa
|
|
|
8420
8351
|
.dnb-tag__group {
|
|
8421
8352
|
display: inline-flex;
|
|
8422
8353
|
flex-wrap: wrap;
|
|
8423
|
-
grid-gap: 0.5rem;
|
|
8424
8354
|
gap: 0.5rem;
|
|
8425
8355
|
}
|
|
8426
8356
|
|
|
@@ -8463,8 +8393,8 @@ html:not([data-whatintent=touch]) .dnb-tag--removable.dnb-button:hover:not([disa
|
|
|
8463
8393
|
.dnb-textarea__row {
|
|
8464
8394
|
display: inline-flex;
|
|
8465
8395
|
}
|
|
8466
|
-
.dnb-textarea__suffix {
|
|
8467
|
-
padding-left:
|
|
8396
|
+
.dnb-textarea__suffix.dnb-suffix {
|
|
8397
|
+
padding-left: 1rem;
|
|
8468
8398
|
}
|
|
8469
8399
|
.dnb-textarea__textarea {
|
|
8470
8400
|
position: relative;
|
|
@@ -8504,6 +8434,9 @@ html:not([data-visual-test]) .dnb-textarea__textarea {
|
|
|
8504
8434
|
background-color: var(--scrollbar-thumb-hover-color, #666);
|
|
8505
8435
|
}
|
|
8506
8436
|
}
|
|
8437
|
+
.dnb-textarea__input:-webkit-autofill {
|
|
8438
|
+
box-shadow: 0 0 0 var(--border-width) var(--border-color), 0 0 0 10em var(--textarea-background-color) inset;
|
|
8439
|
+
}
|
|
8507
8440
|
.dnb-textarea__input:autofill {
|
|
8508
8441
|
box-shadow: 0 0 0 var(--border-width) var(--border-color), 0 0 0 10em var(--textarea-background-color) inset;
|
|
8509
8442
|
}
|
|
@@ -8955,10 +8888,7 @@ html[data-visual-test] .dnb-tooltip--hide {
|
|
|
8955
8888
|
content: "";
|
|
8956
8889
|
pointer-events: none;
|
|
8957
8890
|
position: absolute;
|
|
8958
|
-
|
|
8959
|
-
right: 0;
|
|
8960
|
-
bottom: 0;
|
|
8961
|
-
left: 0;
|
|
8891
|
+
inset: 0;
|
|
8962
8892
|
height: 100%;
|
|
8963
8893
|
width: 100%;
|
|
8964
8894
|
border-radius: 0.5rem;
|
|
@@ -8966,10 +8896,7 @@ html[data-visual-test] .dnb-tooltip--hide {
|
|
|
8966
8896
|
stroke-width: 0.1875rem;
|
|
8967
8897
|
}
|
|
8968
8898
|
.dnb-upload--active .dnb-upload__outline {
|
|
8969
|
-
|
|
8970
|
-
right: -1px;
|
|
8971
|
-
bottom: -1px;
|
|
8972
|
-
left: -1px;
|
|
8899
|
+
inset: -1px;
|
|
8973
8900
|
width: calc(100% + 2px);
|
|
8974
8901
|
height: calc(100% + 2px);
|
|
8975
8902
|
stroke: var(--upload-border--active);
|
|
@@ -8995,10 +8922,7 @@ html[data-visual-test] .dnb-tooltip--hide {
|
|
|
8995
8922
|
.dnb-upload__file-list::before, .dnb-upload__file-cell::after {
|
|
8996
8923
|
content: "";
|
|
8997
8924
|
position: absolute;
|
|
8998
|
-
|
|
8999
|
-
right: 0;
|
|
9000
|
-
bottom: 0;
|
|
9001
|
-
left: 0;
|
|
8925
|
+
inset: 0;
|
|
9002
8926
|
height: 1px;
|
|
9003
8927
|
background-color: var(--upload-list-border);
|
|
9004
8928
|
}
|