@dnb/eufemia 10.14.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 +67 -0
- package/cjs/components/accordion/AccordionHeader.d.ts +2 -1
- package/cjs/components/accordion/AccordionHeader.js +3 -2
- package/cjs/components/accordion/AccordionHeader.js.map +1 -1
- package/cjs/components/accordion/style/dnb-accordion.css +13 -5
- package/cjs/components/accordion/style/dnb-accordion.min.css +3 -1
- package/cjs/components/accordion/style/dnb-accordion.scss +16 -5
- package/cjs/components/accordion/style/themes/dnb-accordion-theme-sbanken.css +19 -49
- package/cjs/components/accordion/style/themes/dnb-accordion-theme-sbanken.min.css +1 -1
- package/cjs/components/accordion/style/themes/dnb-accordion-theme-sbanken.scss +22 -33
- package/cjs/components/accordion/style/themes/dnb-accordion-theme-ui.css +134 -102
- package/cjs/components/accordion/style/themes/dnb-accordion-theme-ui.min.css +27 -1
- package/cjs/components/accordion/style/themes/dnb-accordion-theme-ui.scss +159 -86
- package/cjs/components/anchor/Anchor.d.ts +1 -0
- package/cjs/components/anchor/Anchor.js +7 -5
- package/cjs/components/anchor/Anchor.js.map +1 -1
- 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/Autocomplete.d.ts +4 -0
- package/cjs/components/autocomplete/Autocomplete.js +98 -80
- package/cjs/components/autocomplete/Autocomplete.js.map +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 +2 -4
- package/cjs/components/breadcrumb/style/dnb-breadcrumb.min.css +1 -1
- package/cjs/components/breadcrumb/style/dnb-breadcrumb.scss +2 -7
- package/cjs/components/button/Button.d.ts +1 -1
- package/cjs/components/button/Button.js +9 -5
- package/cjs/components/button/Button.js.map +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-sbanken.scss +1 -1
- 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/button/style/themes/dnb-button-theme-ui.scss +1 -1
- package/cjs/components/card/style/dnb-card.css +10 -0
- package/cjs/components/card/style/dnb-card.min.css +1 -1
- package/cjs/components/card/style/dnb-card.scss +8 -0
- package/cjs/components/checkbox/Checkbox.js +9 -3
- package/cjs/components/checkbox/Checkbox.js.map +1 -1
- package/cjs/components/checkbox/style/dnb-checkbox.css +129 -0
- package/cjs/components/checkbox/style/dnb-checkbox.min.css +1 -1
- package/cjs/components/checkbox/style/dnb-checkbox.scss +199 -0
- package/cjs/components/checkbox/style/themes/dnb-checkbox-theme-sbanken.css +32 -0
- package/cjs/components/checkbox/style/themes/dnb-checkbox-theme-sbanken.min.css +3 -0
- package/cjs/components/checkbox/style/themes/dnb-checkbox-theme-sbanken.scss +39 -0
- package/cjs/components/checkbox/style/themes/dnb-checkbox-theme-ui.css +24 -88
- package/cjs/components/checkbox/style/themes/dnb-checkbox-theme-ui.min.css +1 -1
- package/cjs/components/checkbox/style/themes/dnb-checkbox-theme-ui.scss +30 -125
- package/cjs/components/date-picker/DatePicker.d.ts +1 -1
- package/cjs/components/date-picker/DatePicker.js +4 -1
- package/cjs/components/date-picker/DatePicker.js.map +1 -1
- package/cjs/components/date-picker/DatePickerInput.d.ts +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/dropdown/Dropdown.js +2 -2
- package/cjs/components/dropdown/Dropdown.js.map +1 -1
- package/cjs/components/flex/Container.js +2 -1
- package/cjs/components/flex/Container.js.map +1 -1
- package/cjs/components/flex/style/dnb-flex.css +1 -2
- package/cjs/components/flex/style/dnb-flex.min.css +1 -1
- package/cjs/components/flex/style/flex-container.scss +1 -1
- package/cjs/components/form-label/FormLabel.d.ts +8 -3
- package/cjs/components/form-label/FormLabel.js +14 -11
- package/cjs/components/form-label/FormLabel.js.map +1 -1
- package/cjs/components/form-label/style/dnb-form-label.css +0 -1
- package/cjs/components/form-label/style/dnb-form-label.min.css +1 -1
- package/cjs/components/form-label/style/dnb-form-label.scss +0 -5
- 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/global-status/GlobalStatus.d.ts +1 -1
- package/cjs/components/global-status/GlobalStatus.js +3 -1
- package/cjs/components/global-status/GlobalStatus.js.map +1 -1
- package/cjs/components/global-status/style/dnb-global-status.css +0 -7
- package/cjs/components/global-status/style/dnb-global-status.min.css +1 -1
- package/cjs/components/global-status/style/dnb-global-status.scss +0 -11
- 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 +13 -3
- package/cjs/components/input/style/dnb-input.min.css +1 -1
- package/cjs/components/input/style/dnb-input.scss +14 -8
- 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/MultiInputMask.d.ts +6 -2
- package/cjs/components/input-masked/MultiInputMask.js +21 -17
- package/cjs/components/input-masked/MultiInputMask.js.map +1 -1
- package/cjs/components/input-masked/style/dnb-input-masked.css +3 -4
- package/cjs/components/input-masked/style/dnb-input-masked.min.css +1 -1
- package/cjs/components/input-masked/style/dnb-input-masked.scss +1 -1
- package/cjs/components/number-format/NumberUtils.d.ts +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/radio/Radio.js +13 -7
- package/cjs/components/radio/Radio.js.map +1 -1
- package/cjs/components/radio/RadioGroup.js +3 -2
- package/cjs/components/radio/RadioGroup.js.map +1 -1
- package/cjs/components/radio/style/dnb-radio.css +33 -8
- package/cjs/components/radio/style/dnb-radio.min.css +1 -1
- package/cjs/components/radio/style/dnb-radio.scss +59 -9
- package/cjs/components/radio/style/themes/dnb-radio-theme-sbanken.css +17 -8
- package/cjs/components/radio/style/themes/dnb-radio-theme-sbanken.min.css +5 -1
- package/cjs/components/radio/style/themes/dnb-radio-theme-sbanken.scss +17 -8
- package/cjs/components/radio/style/themes/dnb-radio-theme-ui.css +6 -1
- package/cjs/components/radio/style/themes/dnb-radio-theme-ui.min.css +1 -1
- package/cjs/components/radio/style/themes/dnb-radio-theme-ui.scss +6 -1
- package/cjs/components/section/Section.d.ts +5 -0
- package/cjs/components/section/Section.js +3 -2
- package/cjs/components/section/Section.js.map +1 -1
- package/cjs/components/section/style/dnb-section.css +10 -0
- package/cjs/components/section/style/dnb-section.min.css +3 -3
- package/cjs/components/section/style/dnb-section.scss +11 -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/switch/Switch.js +9 -3
- package/cjs/components/switch/Switch.js.map +1 -1
- package/cjs/components/switch/style/dnb-switch.css +43 -9
- package/cjs/components/switch/style/dnb-switch.min.css +1 -1
- package/cjs/components/switch/style/dnb-switch.scss +49 -22
- package/cjs/components/switch/style/themes/dnb-switch-theme-sbanken.css +207 -0
- package/cjs/components/switch/style/themes/dnb-switch-theme-sbanken.min.css +1 -0
- package/cjs/components/switch/style/themes/dnb-switch-theme-sbanken.scss +280 -0
- package/cjs/components/switch/style/themes/dnb-switch-theme-ui.css +11 -30
- package/cjs/components/switch/style/themes/dnb-switch-theme-ui.min.css +1 -1
- package/cjs/components/switch/style/themes/dnb-switch-theme-ui.scss +24 -32
- 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/Textarea.js +4 -1
- package/cjs/components/textarea/Textarea.js.map +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/toggle-button/ToggleButtonGroup.js +3 -2
- package/cjs/components/toggle-button/ToggleButtonGroup.js.map +1 -1
- package/cjs/components/toggle-button/style/dnb-toggle-button.css +3 -7
- package/cjs/components/toggle-button/style/dnb-toggle-button.min.css +1 -1
- package/cjs/components/toggle-button/style/dnb-toggle-button.scss +4 -14
- package/cjs/components/toggle-button/style/themes/dnb-toggle-button-theme-sbanken.css +92 -0
- package/cjs/components/toggle-button/style/themes/dnb-toggle-button-theme-sbanken.min.css +1 -0
- package/cjs/components/toggle-button/style/themes/dnb-toggle-button-theme-sbanken.scss +83 -0
- package/cjs/components/toggle-button/style/themes/dnb-toggle-button-theme-ui.css +0 -2
- package/cjs/components/toggle-button/style/themes/dnb-toggle-button-theme-ui.scss +0 -3
- package/cjs/components/upload/style/dnb-upload.css +3 -12
- package/cjs/components/upload/style/dnb-upload.min.css +1 -1
- package/cjs/elements/hr/style/dnb-hr.scss +16 -30
- package/cjs/elements/hr/style/hr-mixins.scss +5 -7
- package/cjs/extensions/forms/DataContext/Context.d.ts +1 -1
- package/cjs/extensions/forms/DataContext/Context.js +1 -1
- package/cjs/extensions/forms/DataContext/Context.js.map +1 -1
- package/cjs/extensions/forms/DataContext/Provider/Provider.js +9 -5
- package/cjs/extensions/forms/DataContext/Provider/Provider.js.map +1 -1
- package/cjs/extensions/forms/Field/ArraySelection/style/dnb-array-selection.css +0 -8
- package/cjs/extensions/forms/Field/ArraySelection/style/dnb-array-selection.min.css +1 -1
- package/cjs/extensions/forms/Field/ArraySelection/style/dnb-array-selection.scss +0 -2
- package/cjs/extensions/forms/Field/Currency/Currency.d.ts +3 -1
- package/cjs/extensions/forms/Field/Currency/Currency.js +7 -2
- package/cjs/extensions/forms/Field/Currency/Currency.js.map +1 -1
- package/cjs/extensions/forms/Field/Expiry/Expiry.js +6 -4
- package/cjs/extensions/forms/Field/Expiry/Expiry.js.map +1 -1
- package/cjs/extensions/forms/Field/Expiry/style/dnb-expiry.css +2 -8
- package/cjs/extensions/forms/Field/Expiry/style/dnb-expiry.min.css +1 -1
- package/cjs/extensions/forms/Field/Expiry/style/dnb-expiry.scss +5 -5
- package/cjs/extensions/forms/Field/NationalIdentityNumber/NationalIdentityNumber.js +6 -5
- package/cjs/extensions/forms/Field/NationalIdentityNumber/NationalIdentityNumber.js.map +1 -1
- package/cjs/extensions/forms/Field/Number/Number.js +11 -12
- package/cjs/extensions/forms/Field/Number/Number.js.map +1 -1
- package/cjs/extensions/forms/Field/PhoneNumber/PhoneNumber.d.ts +14 -2
- package/cjs/extensions/forms/Field/PhoneNumber/PhoneNumber.js +134 -70
- package/cjs/extensions/forms/Field/PhoneNumber/PhoneNumber.js.map +1 -1
- package/cjs/extensions/forms/Field/PhoneNumber/style/dnb-phone-number.css +2 -8
- package/cjs/extensions/forms/Field/PhoneNumber/style/dnb-phone-number.min.css +1 -1
- package/cjs/extensions/forms/Field/PhoneNumber/style/dnb-phone-number.scss +2 -4
- package/cjs/extensions/forms/Field/PostalCodeAndCity/PostalCodeAndCity.d.ts +1 -3
- package/cjs/extensions/forms/Field/PostalCodeAndCity/PostalCodeAndCity.js +7 -5
- package/cjs/extensions/forms/Field/PostalCodeAndCity/PostalCodeAndCity.js.map +1 -1
- package/cjs/extensions/forms/Field/PostalCodeAndCity/style/dnb-postal-code-and-city.css +0 -16
- package/cjs/extensions/forms/Field/PostalCodeAndCity/style/dnb-postal-code-and-city.min.css +1 -1
- package/cjs/extensions/forms/Field/PostalCodeAndCity/style/dnb-postal-code-and-city.scss +0 -14
- package/cjs/extensions/forms/Field/SelectCountry/SelectCountry.d.ts +34 -2
- package/cjs/extensions/forms/Field/SelectCountry/SelectCountry.js +189 -17
- package/cjs/extensions/forms/Field/SelectCountry/SelectCountry.js.map +1 -1
- package/cjs/extensions/forms/Field/Selection/Selection.js +1 -0
- package/cjs/extensions/forms/Field/Selection/Selection.js.map +1 -1
- package/cjs/extensions/forms/Field/Selection/style/dnb-selection.css +0 -6
- package/cjs/extensions/forms/Field/Selection/style/dnb-selection.min.css +1 -1
- package/cjs/extensions/forms/Field/Selection/style/dnb-selection.scss +0 -2
- package/cjs/extensions/forms/Field/String/String.js +8 -9
- package/cjs/extensions/forms/Field/String/String.js.map +1 -1
- package/cjs/extensions/forms/Field/Toggle/Toggle.js +4 -2
- package/cjs/extensions/forms/Field/Toggle/Toggle.js.map +1 -1
- package/cjs/extensions/forms/FieldBlock/FieldBlock.d.ts +2 -2
- package/cjs/extensions/forms/FieldBlock/FieldBlock.js +16 -19
- package/cjs/extensions/forms/FieldBlock/FieldBlock.js.map +1 -1
- package/cjs/extensions/forms/FieldBlock/FieldBlockContext.d.ts +2 -2
- package/cjs/extensions/forms/FieldBlock/FieldBlockContext.js.map +1 -1
- package/cjs/extensions/forms/FieldBlock/style/dnb-field-block.css +3 -0
- package/cjs/extensions/forms/FieldBlock/style/dnb-field-block.min.css +1 -1
- package/cjs/extensions/forms/FieldBlock/style/dnb-field-block.scss +3 -0
- 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.d.ts +9 -6
- package/cjs/extensions/forms/constants/countries.js +19 -9
- package/cjs/extensions/forms/constants/countries.js.map +1 -1
- package/cjs/extensions/forms/hooks/useDataValue.d.ts +2 -0
- package/cjs/extensions/forms/hooks/useDataValue.js +31 -21
- package/cjs/extensions/forms/hooks/useDataValue.js.map +1 -1
- package/cjs/extensions/forms/index.d.ts +1 -1
- package/cjs/extensions/forms/index.js +12 -0
- package/cjs/extensions/forms/index.js.map +1 -1
- package/cjs/extensions/forms/style/dnb-forms.css +89 -131
- package/cjs/extensions/forms/style/dnb-forms.min.css +1 -1
- package/cjs/extensions/forms/style/dnb-forms.scss +1 -6
- package/cjs/extensions/forms/types.d.ts +5 -4
- package/cjs/extensions/forms/types.js.map +1 -1
- package/cjs/extensions/payment-card/PaymentCard.d.ts +3 -2
- package/cjs/extensions/payment-card/PaymentCard.js +16 -37
- package/cjs/extensions/payment-card/PaymentCard.js.map +1 -1
- package/cjs/extensions/payment-card/icons/index.js +3 -1
- package/cjs/extensions/payment-card/icons/index.js.map +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/extensions/style/index.d.ts +5 -1
- package/cjs/extensions/style/index.js +2 -0
- package/cjs/extensions/style/index.js.map +1 -1
- package/cjs/icons/dnb/icons-meta.json +2 -2
- package/cjs/icons/icons-meta.json +2 -2
- 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/shared/helpers/filterValidProps.d.ts +3 -7
- package/cjs/shared/helpers/filterValidProps.js +8 -4
- package/cjs/shared/helpers/filterValidProps.js.map +1 -1
- package/cjs/shared/helpers/withCamelCaseProps.d.ts +1 -0
- package/cjs/shared/helpers/withCamelCaseProps.js +6 -4
- package/cjs/shared/helpers/withCamelCaseProps.js.map +1 -1
- package/cjs/shared/helpers/withSnakeCaseProps.js +5 -4
- package/cjs/shared/helpers/withSnakeCaseProps.js.map +1 -1
- package/cjs/shared/locales/en-GB.d.ts +1 -1
- package/cjs/shared/locales/en-GB.js +4 -4
- package/cjs/shared/locales/en-GB.js.map +1 -1
- package/cjs/shared/locales/en-US.d.ts +1 -1
- package/cjs/shared/locales/index.d.ts +2 -2
- package/cjs/shared/locales/nb-NO.d.ts +1 -1
- package/cjs/shared/locales/nb-NO.js +4 -4
- package/cjs/shared/locales/nb-NO.js.map +1 -1
- package/cjs/style/core/utilities.scss +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 +586 -208
- package/cjs/style/dnb-ui-components.min.css +6 -4
- package/cjs/style/dnb-ui-components.scss +2 -1
- 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 +17 -26
- package/cjs/style/dnb-ui-elements.min.css +1 -1
- package/cjs/style/dnb-ui-extensions.css +89 -133
- package/cjs/style/dnb-ui-extensions.min.css +1 -1
- package/cjs/style/dnb-ui-forms.css +229 -0
- package/cjs/style/dnb-ui-forms.min.css +1 -0
- package/cjs/style/dnb-ui-forms.scss +19 -0
- package/cjs/style/themes/theme-eiendom/eiendom-theme-basis.css +17 -36
- package/cjs/style/themes/theme-eiendom/eiendom-theme-basis.min.css +1 -1
- package/cjs/style/themes/theme-eiendom/eiendom-theme-components.css +997 -469
- package/cjs/style/themes/theme-eiendom/eiendom-theme-components.min.css +35 -7
- package/cjs/style/themes/theme-eiendom/eiendom-theme-components.scss +1 -0
- package/cjs/style/themes/theme-eiendom/eiendom-theme-elements.css +17 -36
- package/cjs/style/themes/theme-eiendom/eiendom-theme-elements.min.css +1 -1
- package/cjs/style/themes/theme-eiendom/eiendom-theme-extensions.css +89 -133
- package/cjs/style/themes/theme-eiendom/eiendom-theme-extensions.min.css +1 -1
- package/cjs/style/themes/theme-eiendom/eiendom-theme-forms.css +238 -0
- package/cjs/style/themes/theme-eiendom/eiendom-theme-forms.min.css +1 -0
- package/cjs/style/themes/theme-eiendom/eiendom-theme-forms.scss +15 -0
- package/cjs/style/themes/theme-sbanken/sbanken-theme-basis.css +17 -26
- package/cjs/style/themes/theme-sbanken/sbanken-theme-basis.min.css +1 -1
- package/cjs/style/themes/theme-sbanken/sbanken-theme-components.css +1186 -823
- package/cjs/style/themes/theme-sbanken/sbanken-theme-components.min.css +17 -9
- package/cjs/style/themes/theme-sbanken/sbanken-theme-components.scss +4 -3
- package/cjs/style/themes/theme-sbanken/sbanken-theme-elements.css +17 -26
- package/cjs/style/themes/theme-sbanken/sbanken-theme-elements.min.css +1 -1
- package/cjs/style/themes/theme-sbanken/sbanken-theme-extensions.css +89 -133
- package/cjs/style/themes/theme-sbanken/sbanken-theme-extensions.min.css +1 -1
- package/cjs/style/themes/theme-sbanken/sbanken-theme-forms.css +238 -0
- package/cjs/style/themes/theme-sbanken/sbanken-theme-forms.min.css +1 -0
- package/cjs/style/themes/theme-sbanken/sbanken-theme-forms.scss +15 -0
- package/cjs/style/themes/theme-ui/ui-theme-basis.css +17 -36
- package/cjs/style/themes/theme-ui/ui-theme-basis.min.css +1 -1
- package/cjs/style/themes/theme-ui/ui-theme-components.css +997 -468
- package/cjs/style/themes/theme-ui/ui-theme-components.min.css +35 -7
- package/cjs/style/themes/theme-ui/ui-theme-components.scss +1 -0
- package/cjs/style/themes/theme-ui/ui-theme-elements.css +17 -36
- package/cjs/style/themes/theme-ui/ui-theme-elements.min.css +1 -1
- package/cjs/style/themes/theme-ui/ui-theme-extensions.css +89 -133
- package/cjs/style/themes/theme-ui/ui-theme-extensions.min.css +1 -1
- package/cjs/style/themes/theme-ui/ui-theme-forms.css +238 -0
- package/cjs/style/themes/theme-ui/ui-theme-forms.min.css +1 -0
- package/cjs/style/themes/theme-ui/ui-theme-forms.scss +15 -0
- package/cjs/style/themes/theme-ui/ui-theme-tags.css +12 -25
- package/cjs/style/themes/theme-ui/ui-theme-tags.min.css +1 -1
- package/components/accordion/AccordionHeader.d.ts +2 -1
- package/components/accordion/AccordionHeader.js +3 -2
- package/components/accordion/AccordionHeader.js.map +1 -1
- package/components/accordion/style/dnb-accordion.css +13 -5
- package/components/accordion/style/dnb-accordion.min.css +3 -1
- package/components/accordion/style/dnb-accordion.scss +16 -5
- package/components/accordion/style/themes/dnb-accordion-theme-sbanken.css +19 -49
- package/components/accordion/style/themes/dnb-accordion-theme-sbanken.min.css +1 -1
- package/components/accordion/style/themes/dnb-accordion-theme-sbanken.scss +22 -33
- package/components/accordion/style/themes/dnb-accordion-theme-ui.css +134 -102
- package/components/accordion/style/themes/dnb-accordion-theme-ui.min.css +27 -1
- package/components/accordion/style/themes/dnb-accordion-theme-ui.scss +159 -86
- package/components/anchor/Anchor.d.ts +1 -0
- package/components/anchor/Anchor.js +5 -4
- package/components/anchor/Anchor.js.map +1 -1
- 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/Autocomplete.d.ts +4 -0
- package/components/autocomplete/Autocomplete.js +98 -80
- package/components/autocomplete/Autocomplete.js.map +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 +2 -4
- package/components/breadcrumb/style/dnb-breadcrumb.min.css +1 -1
- package/components/breadcrumb/style/dnb-breadcrumb.scss +2 -7
- package/components/button/Button.d.ts +1 -1
- package/components/button/Button.js +10 -6
- package/components/button/Button.js.map +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-sbanken.scss +1 -1
- 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/button/style/themes/dnb-button-theme-ui.scss +1 -1
- package/components/card/style/dnb-card.css +10 -0
- package/components/card/style/dnb-card.min.css +1 -1
- package/components/card/style/dnb-card.scss +8 -0
- package/components/checkbox/Checkbox.js +9 -3
- package/components/checkbox/Checkbox.js.map +1 -1
- package/components/checkbox/style/dnb-checkbox.css +129 -0
- package/components/checkbox/style/dnb-checkbox.min.css +1 -1
- package/components/checkbox/style/dnb-checkbox.scss +199 -0
- package/components/checkbox/style/themes/dnb-checkbox-theme-sbanken.css +32 -0
- package/components/checkbox/style/themes/dnb-checkbox-theme-sbanken.min.css +3 -0
- package/components/checkbox/style/themes/dnb-checkbox-theme-sbanken.scss +39 -0
- package/components/checkbox/style/themes/dnb-checkbox-theme-ui.css +24 -88
- package/components/checkbox/style/themes/dnb-checkbox-theme-ui.min.css +1 -1
- package/components/checkbox/style/themes/dnb-checkbox-theme-ui.scss +30 -125
- package/components/date-picker/DatePicker.d.ts +1 -1
- package/components/date-picker/DatePicker.js +4 -1
- package/components/date-picker/DatePicker.js.map +1 -1
- package/components/date-picker/DatePickerInput.d.ts +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/dropdown/Dropdown.js +2 -2
- package/components/dropdown/Dropdown.js.map +1 -1
- package/components/flex/Container.js +2 -1
- package/components/flex/Container.js.map +1 -1
- package/components/flex/style/dnb-flex.css +1 -2
- package/components/flex/style/dnb-flex.min.css +1 -1
- package/components/flex/style/flex-container.scss +1 -1
- package/components/form-label/FormLabel.d.ts +8 -3
- package/components/form-label/FormLabel.js +14 -11
- package/components/form-label/FormLabel.js.map +1 -1
- package/components/form-label/style/dnb-form-label.css +0 -1
- package/components/form-label/style/dnb-form-label.min.css +1 -1
- package/components/form-label/style/dnb-form-label.scss +0 -5
- 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/global-status/GlobalStatus.d.ts +1 -1
- package/components/global-status/GlobalStatus.js +3 -1
- package/components/global-status/GlobalStatus.js.map +1 -1
- package/components/global-status/style/dnb-global-status.css +0 -7
- package/components/global-status/style/dnb-global-status.min.css +1 -1
- package/components/global-status/style/dnb-global-status.scss +0 -11
- 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 +13 -3
- package/components/input/style/dnb-input.min.css +1 -1
- package/components/input/style/dnb-input.scss +14 -8
- 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/MultiInputMask.d.ts +6 -2
- package/components/input-masked/MultiInputMask.js +22 -18
- package/components/input-masked/MultiInputMask.js.map +1 -1
- package/components/input-masked/style/dnb-input-masked.css +3 -4
- package/components/input-masked/style/dnb-input-masked.min.css +1 -1
- package/components/input-masked/style/dnb-input-masked.scss +1 -1
- package/components/number-format/NumberUtils.d.ts +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/radio/Radio.js +13 -7
- package/components/radio/Radio.js.map +1 -1
- package/components/radio/RadioGroup.js +3 -2
- package/components/radio/RadioGroup.js.map +1 -1
- package/components/radio/style/dnb-radio.css +33 -8
- package/components/radio/style/dnb-radio.min.css +1 -1
- package/components/radio/style/dnb-radio.scss +59 -9
- package/components/radio/style/themes/dnb-radio-theme-sbanken.css +17 -8
- package/components/radio/style/themes/dnb-radio-theme-sbanken.min.css +5 -1
- package/components/radio/style/themes/dnb-radio-theme-sbanken.scss +17 -8
- package/components/radio/style/themes/dnb-radio-theme-ui.css +6 -1
- package/components/radio/style/themes/dnb-radio-theme-ui.min.css +1 -1
- package/components/radio/style/themes/dnb-radio-theme-ui.scss +6 -1
- package/components/section/Section.d.ts +5 -0
- package/components/section/Section.js +3 -2
- package/components/section/Section.js.map +1 -1
- package/components/section/style/dnb-section.css +10 -0
- package/components/section/style/dnb-section.min.css +3 -3
- package/components/section/style/dnb-section.scss +11 -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/switch/Switch.js +9 -3
- package/components/switch/Switch.js.map +1 -1
- package/components/switch/style/dnb-switch.css +43 -9
- package/components/switch/style/dnb-switch.min.css +1 -1
- package/components/switch/style/dnb-switch.scss +49 -22
- package/components/switch/style/themes/dnb-switch-theme-sbanken.css +207 -0
- package/components/switch/style/themes/dnb-switch-theme-sbanken.min.css +1 -0
- package/components/switch/style/themes/dnb-switch-theme-sbanken.scss +280 -0
- package/components/switch/style/themes/dnb-switch-theme-ui.css +11 -30
- package/components/switch/style/themes/dnb-switch-theme-ui.min.css +1 -1
- package/components/switch/style/themes/dnb-switch-theme-ui.scss +24 -32
- 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/Textarea.js +4 -1
- package/components/textarea/Textarea.js.map +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/toggle-button/ToggleButtonGroup.js +3 -2
- package/components/toggle-button/ToggleButtonGroup.js.map +1 -1
- package/components/toggle-button/style/dnb-toggle-button.css +3 -7
- package/components/toggle-button/style/dnb-toggle-button.min.css +1 -1
- package/components/toggle-button/style/dnb-toggle-button.scss +4 -14
- package/components/toggle-button/style/themes/dnb-toggle-button-theme-sbanken.css +92 -0
- package/components/toggle-button/style/themes/dnb-toggle-button-theme-sbanken.min.css +1 -0
- package/components/toggle-button/style/themes/dnb-toggle-button-theme-sbanken.scss +83 -0
- package/components/toggle-button/style/themes/dnb-toggle-button-theme-ui.css +0 -2
- package/components/toggle-button/style/themes/dnb-toggle-button-theme-ui.scss +0 -3
- package/components/upload/style/dnb-upload.css +3 -12
- package/components/upload/style/dnb-upload.min.css +1 -1
- package/elements/hr/style/dnb-hr.scss +16 -30
- package/elements/hr/style/hr-mixins.scss +5 -7
- package/es/components/accordion/AccordionHeader.d.ts +2 -1
- package/es/components/accordion/AccordionHeader.js +3 -2
- package/es/components/accordion/AccordionHeader.js.map +1 -1
- package/es/components/accordion/style/dnb-accordion.css +13 -5
- package/es/components/accordion/style/dnb-accordion.min.css +3 -1
- package/es/components/accordion/style/dnb-accordion.scss +16 -5
- package/es/components/accordion/style/themes/dnb-accordion-theme-sbanken.css +19 -49
- package/es/components/accordion/style/themes/dnb-accordion-theme-sbanken.min.css +1 -1
- package/es/components/accordion/style/themes/dnb-accordion-theme-sbanken.scss +22 -33
- package/es/components/accordion/style/themes/dnb-accordion-theme-ui.css +134 -102
- package/es/components/accordion/style/themes/dnb-accordion-theme-ui.min.css +27 -1
- package/es/components/accordion/style/themes/dnb-accordion-theme-ui.scss +159 -86
- package/es/components/anchor/Anchor.d.ts +1 -0
- package/es/components/anchor/Anchor.js +5 -4
- package/es/components/anchor/Anchor.js.map +1 -1
- 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/Autocomplete.d.ts +4 -0
- package/es/components/autocomplete/Autocomplete.js +94 -75
- package/es/components/autocomplete/Autocomplete.js.map +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 +2 -4
- package/es/components/breadcrumb/style/dnb-breadcrumb.min.css +1 -1
- package/es/components/breadcrumb/style/dnb-breadcrumb.scss +2 -7
- package/es/components/button/Button.d.ts +1 -1
- package/es/components/button/Button.js +10 -6
- package/es/components/button/Button.js.map +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-sbanken.scss +1 -1
- 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/button/style/themes/dnb-button-theme-ui.scss +1 -1
- package/es/components/card/style/dnb-card.css +10 -0
- package/es/components/card/style/dnb-card.min.css +1 -1
- package/es/components/card/style/dnb-card.scss +8 -0
- package/es/components/checkbox/Checkbox.js +9 -3
- package/es/components/checkbox/Checkbox.js.map +1 -1
- package/es/components/checkbox/style/dnb-checkbox.css +129 -0
- package/es/components/checkbox/style/dnb-checkbox.min.css +1 -1
- package/es/components/checkbox/style/dnb-checkbox.scss +199 -0
- package/es/components/checkbox/style/themes/dnb-checkbox-theme-sbanken.css +32 -0
- package/es/components/checkbox/style/themes/dnb-checkbox-theme-sbanken.min.css +3 -0
- package/es/components/checkbox/style/themes/dnb-checkbox-theme-sbanken.scss +39 -0
- package/es/components/checkbox/style/themes/dnb-checkbox-theme-ui.css +24 -88
- package/es/components/checkbox/style/themes/dnb-checkbox-theme-ui.min.css +1 -1
- package/es/components/checkbox/style/themes/dnb-checkbox-theme-ui.scss +30 -125
- package/es/components/date-picker/DatePicker.d.ts +1 -1
- package/es/components/date-picker/DatePicker.js +4 -1
- package/es/components/date-picker/DatePicker.js.map +1 -1
- package/es/components/date-picker/DatePickerInput.d.ts +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/dropdown/Dropdown.js +2 -2
- package/es/components/dropdown/Dropdown.js.map +1 -1
- package/es/components/flex/Container.js +2 -1
- package/es/components/flex/Container.js.map +1 -1
- package/es/components/flex/style/dnb-flex.css +1 -2
- package/es/components/flex/style/dnb-flex.min.css +1 -1
- package/es/components/flex/style/flex-container.scss +1 -1
- package/es/components/form-label/FormLabel.d.ts +8 -3
- package/es/components/form-label/FormLabel.js +14 -11
- package/es/components/form-label/FormLabel.js.map +1 -1
- package/es/components/form-label/style/dnb-form-label.css +0 -1
- package/es/components/form-label/style/dnb-form-label.min.css +1 -1
- package/es/components/form-label/style/dnb-form-label.scss +0 -5
- 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/global-status/GlobalStatus.d.ts +1 -1
- package/es/components/global-status/GlobalStatus.js +3 -1
- package/es/components/global-status/GlobalStatus.js.map +1 -1
- package/es/components/global-status/style/dnb-global-status.css +0 -7
- package/es/components/global-status/style/dnb-global-status.min.css +1 -1
- package/es/components/global-status/style/dnb-global-status.scss +0 -11
- 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 +13 -3
- package/es/components/input/style/dnb-input.min.css +1 -1
- package/es/components/input/style/dnb-input.scss +14 -8
- 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/MultiInputMask.d.ts +6 -2
- package/es/components/input-masked/MultiInputMask.js +24 -19
- package/es/components/input-masked/MultiInputMask.js.map +1 -1
- package/es/components/input-masked/style/dnb-input-masked.css +3 -4
- package/es/components/input-masked/style/dnb-input-masked.min.css +1 -1
- package/es/components/input-masked/style/dnb-input-masked.scss +1 -1
- package/es/components/number-format/NumberUtils.d.ts +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/radio/Radio.js +13 -7
- package/es/components/radio/Radio.js.map +1 -1
- package/es/components/radio/RadioGroup.js +3 -2
- package/es/components/radio/RadioGroup.js.map +1 -1
- package/es/components/radio/style/dnb-radio.css +33 -8
- package/es/components/radio/style/dnb-radio.min.css +1 -1
- package/es/components/radio/style/dnb-radio.scss +59 -9
- package/es/components/radio/style/themes/dnb-radio-theme-sbanken.css +17 -8
- package/es/components/radio/style/themes/dnb-radio-theme-sbanken.min.css +5 -1
- package/es/components/radio/style/themes/dnb-radio-theme-sbanken.scss +17 -8
- package/es/components/radio/style/themes/dnb-radio-theme-ui.css +6 -1
- package/es/components/radio/style/themes/dnb-radio-theme-ui.min.css +1 -1
- package/es/components/radio/style/themes/dnb-radio-theme-ui.scss +6 -1
- package/es/components/section/Section.d.ts +5 -0
- package/es/components/section/Section.js +3 -2
- package/es/components/section/Section.js.map +1 -1
- package/es/components/section/style/dnb-section.css +10 -0
- package/es/components/section/style/dnb-section.min.css +3 -3
- package/es/components/section/style/dnb-section.scss +11 -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/switch/Switch.js +9 -3
- package/es/components/switch/Switch.js.map +1 -1
- package/es/components/switch/style/dnb-switch.css +43 -9
- package/es/components/switch/style/dnb-switch.min.css +1 -1
- package/es/components/switch/style/dnb-switch.scss +49 -22
- package/es/components/switch/style/themes/dnb-switch-theme-sbanken.css +207 -0
- package/es/components/switch/style/themes/dnb-switch-theme-sbanken.min.css +1 -0
- package/es/components/switch/style/themes/dnb-switch-theme-sbanken.scss +280 -0
- package/es/components/switch/style/themes/dnb-switch-theme-ui.css +11 -30
- package/es/components/switch/style/themes/dnb-switch-theme-ui.min.css +1 -1
- package/es/components/switch/style/themes/dnb-switch-theme-ui.scss +24 -32
- 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/Textarea.js +4 -1
- package/es/components/textarea/Textarea.js.map +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/toggle-button/ToggleButtonGroup.js +3 -2
- package/es/components/toggle-button/ToggleButtonGroup.js.map +1 -1
- package/es/components/toggle-button/style/dnb-toggle-button.css +3 -7
- package/es/components/toggle-button/style/dnb-toggle-button.min.css +1 -1
- package/es/components/toggle-button/style/dnb-toggle-button.scss +4 -14
- package/es/components/toggle-button/style/themes/dnb-toggle-button-theme-sbanken.css +92 -0
- package/es/components/toggle-button/style/themes/dnb-toggle-button-theme-sbanken.min.css +1 -0
- package/es/components/toggle-button/style/themes/dnb-toggle-button-theme-sbanken.scss +83 -0
- package/es/components/toggle-button/style/themes/dnb-toggle-button-theme-ui.css +0 -2
- package/es/components/toggle-button/style/themes/dnb-toggle-button-theme-ui.scss +0 -3
- package/es/components/upload/style/dnb-upload.css +3 -12
- package/es/components/upload/style/dnb-upload.min.css +1 -1
- package/es/elements/hr/style/dnb-hr.scss +16 -30
- package/es/elements/hr/style/hr-mixins.scss +5 -7
- package/es/extensions/forms/DataContext/Context.d.ts +1 -1
- package/es/extensions/forms/DataContext/Context.js +1 -1
- package/es/extensions/forms/DataContext/Context.js.map +1 -1
- package/es/extensions/forms/DataContext/Provider/Provider.js +9 -5
- package/es/extensions/forms/DataContext/Provider/Provider.js.map +1 -1
- package/es/extensions/forms/Field/ArraySelection/style/dnb-array-selection.css +0 -8
- package/es/extensions/forms/Field/ArraySelection/style/dnb-array-selection.min.css +1 -1
- package/es/extensions/forms/Field/ArraySelection/style/dnb-array-selection.scss +0 -2
- package/es/extensions/forms/Field/Currency/Currency.d.ts +3 -1
- package/es/extensions/forms/Field/Currency/Currency.js +8 -2
- package/es/extensions/forms/Field/Currency/Currency.js.map +1 -1
- package/es/extensions/forms/Field/Expiry/Expiry.js +6 -4
- package/es/extensions/forms/Field/Expiry/Expiry.js.map +1 -1
- package/es/extensions/forms/Field/Expiry/style/dnb-expiry.css +2 -8
- package/es/extensions/forms/Field/Expiry/style/dnb-expiry.min.css +1 -1
- package/es/extensions/forms/Field/Expiry/style/dnb-expiry.scss +5 -5
- package/es/extensions/forms/Field/NationalIdentityNumber/NationalIdentityNumber.js +6 -5
- package/es/extensions/forms/Field/NationalIdentityNumber/NationalIdentityNumber.js.map +1 -1
- package/es/extensions/forms/Field/Number/Number.js +11 -12
- package/es/extensions/forms/Field/Number/Number.js.map +1 -1
- package/es/extensions/forms/Field/PhoneNumber/PhoneNumber.d.ts +14 -2
- package/es/extensions/forms/Field/PhoneNumber/PhoneNumber.js +128 -61
- package/es/extensions/forms/Field/PhoneNumber/PhoneNumber.js.map +1 -1
- package/es/extensions/forms/Field/PhoneNumber/style/dnb-phone-number.css +2 -8
- package/es/extensions/forms/Field/PhoneNumber/style/dnb-phone-number.min.css +1 -1
- package/es/extensions/forms/Field/PhoneNumber/style/dnb-phone-number.scss +2 -4
- package/es/extensions/forms/Field/PostalCodeAndCity/PostalCodeAndCity.d.ts +1 -3
- package/es/extensions/forms/Field/PostalCodeAndCity/PostalCodeAndCity.js +7 -5
- package/es/extensions/forms/Field/PostalCodeAndCity/PostalCodeAndCity.js.map +1 -1
- package/es/extensions/forms/Field/PostalCodeAndCity/style/dnb-postal-code-and-city.css +0 -16
- package/es/extensions/forms/Field/PostalCodeAndCity/style/dnb-postal-code-and-city.min.css +1 -1
- package/es/extensions/forms/Field/PostalCodeAndCity/style/dnb-postal-code-and-city.scss +0 -14
- package/es/extensions/forms/Field/SelectCountry/SelectCountry.d.ts +34 -2
- package/es/extensions/forms/Field/SelectCountry/SelectCountry.js +176 -18
- package/es/extensions/forms/Field/SelectCountry/SelectCountry.js.map +1 -1
- package/es/extensions/forms/Field/Selection/Selection.js +1 -0
- package/es/extensions/forms/Field/Selection/Selection.js.map +1 -1
- package/es/extensions/forms/Field/Selection/style/dnb-selection.css +0 -6
- package/es/extensions/forms/Field/Selection/style/dnb-selection.min.css +1 -1
- package/es/extensions/forms/Field/Selection/style/dnb-selection.scss +0 -2
- package/es/extensions/forms/Field/String/String.js +8 -9
- package/es/extensions/forms/Field/String/String.js.map +1 -1
- package/es/extensions/forms/Field/Toggle/Toggle.js +4 -2
- package/es/extensions/forms/Field/Toggle/Toggle.js.map +1 -1
- package/es/extensions/forms/FieldBlock/FieldBlock.d.ts +2 -2
- package/es/extensions/forms/FieldBlock/FieldBlock.js +16 -19
- package/es/extensions/forms/FieldBlock/FieldBlock.js.map +1 -1
- package/es/extensions/forms/FieldBlock/FieldBlockContext.d.ts +2 -2
- package/es/extensions/forms/FieldBlock/FieldBlockContext.js.map +1 -1
- package/es/extensions/forms/FieldBlock/style/dnb-field-block.css +3 -0
- package/es/extensions/forms/FieldBlock/style/dnb-field-block.min.css +1 -1
- package/es/extensions/forms/FieldBlock/style/dnb-field-block.scss +3 -0
- 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.d.ts +9 -6
- package/es/extensions/forms/constants/countries.js +17 -8
- package/es/extensions/forms/constants/countries.js.map +1 -1
- package/es/extensions/forms/hooks/useDataValue.d.ts +2 -0
- package/es/extensions/forms/hooks/useDataValue.js +26 -20
- package/es/extensions/forms/hooks/useDataValue.js.map +1 -1
- package/es/extensions/forms/index.d.ts +1 -1
- package/es/extensions/forms/index.js +1 -0
- package/es/extensions/forms/index.js.map +1 -1
- package/es/extensions/forms/style/dnb-forms.css +89 -131
- package/es/extensions/forms/style/dnb-forms.min.css +1 -1
- package/es/extensions/forms/style/dnb-forms.scss +1 -6
- package/es/extensions/forms/types.d.ts +5 -4
- package/es/extensions/forms/types.js.map +1 -1
- package/es/extensions/payment-card/PaymentCard.d.ts +3 -2
- package/es/extensions/payment-card/PaymentCard.js +16 -37
- package/es/extensions/payment-card/PaymentCard.js.map +1 -1
- package/es/extensions/payment-card/icons/index.js +4 -2
- package/es/extensions/payment-card/icons/index.js.map +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/extensions/style/index.d.ts +5 -1
- package/es/extensions/style/index.js +4 -1
- package/es/extensions/style/index.js.map +1 -1
- package/es/icons/dnb/icons-meta.json +2 -2
- package/es/icons/icons-meta.json +2 -2
- 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/shared/helpers/filterValidProps.d.ts +3 -7
- package/es/shared/helpers/filterValidProps.js +9 -3
- package/es/shared/helpers/filterValidProps.js.map +1 -1
- package/es/shared/helpers/withCamelCaseProps.d.ts +1 -0
- package/es/shared/helpers/withCamelCaseProps.js +6 -5
- package/es/shared/helpers/withCamelCaseProps.js.map +1 -1
- package/es/shared/helpers/withSnakeCaseProps.js +5 -4
- package/es/shared/helpers/withSnakeCaseProps.js.map +1 -1
- package/es/shared/locales/en-GB.d.ts +1 -1
- package/es/shared/locales/en-GB.js +4 -4
- package/es/shared/locales/en-GB.js.map +1 -1
- package/es/shared/locales/en-US.d.ts +1 -1
- package/es/shared/locales/index.d.ts +2 -2
- package/es/shared/locales/nb-NO.d.ts +1 -1
- package/es/shared/locales/nb-NO.js +4 -4
- package/es/shared/locales/nb-NO.js.map +1 -1
- package/es/style/core/utilities.scss +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 +586 -208
- package/es/style/dnb-ui-components.min.css +6 -4
- package/es/style/dnb-ui-components.scss +2 -1
- 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 +17 -26
- package/es/style/dnb-ui-elements.min.css +1 -1
- package/es/style/dnb-ui-extensions.css +89 -133
- package/es/style/dnb-ui-extensions.min.css +1 -1
- package/es/style/dnb-ui-forms.css +229 -0
- package/es/style/dnb-ui-forms.min.css +1 -0
- package/es/style/dnb-ui-forms.scss +19 -0
- package/es/style/themes/theme-eiendom/eiendom-theme-basis.css +17 -36
- package/es/style/themes/theme-eiendom/eiendom-theme-basis.min.css +1 -1
- package/es/style/themes/theme-eiendom/eiendom-theme-components.css +997 -469
- package/es/style/themes/theme-eiendom/eiendom-theme-components.min.css +35 -7
- package/es/style/themes/theme-eiendom/eiendom-theme-components.scss +1 -0
- package/es/style/themes/theme-eiendom/eiendom-theme-elements.css +17 -36
- package/es/style/themes/theme-eiendom/eiendom-theme-elements.min.css +1 -1
- package/es/style/themes/theme-eiendom/eiendom-theme-extensions.css +89 -133
- package/es/style/themes/theme-eiendom/eiendom-theme-extensions.min.css +1 -1
- package/es/style/themes/theme-eiendom/eiendom-theme-forms.css +238 -0
- package/es/style/themes/theme-eiendom/eiendom-theme-forms.min.css +1 -0
- package/es/style/themes/theme-eiendom/eiendom-theme-forms.scss +15 -0
- package/es/style/themes/theme-sbanken/sbanken-theme-basis.css +17 -26
- package/es/style/themes/theme-sbanken/sbanken-theme-basis.min.css +1 -1
- package/es/style/themes/theme-sbanken/sbanken-theme-components.css +1186 -823
- package/es/style/themes/theme-sbanken/sbanken-theme-components.min.css +17 -9
- package/es/style/themes/theme-sbanken/sbanken-theme-components.scss +4 -3
- package/es/style/themes/theme-sbanken/sbanken-theme-elements.css +17 -26
- package/es/style/themes/theme-sbanken/sbanken-theme-elements.min.css +1 -1
- package/es/style/themes/theme-sbanken/sbanken-theme-extensions.css +89 -133
- package/es/style/themes/theme-sbanken/sbanken-theme-extensions.min.css +1 -1
- package/es/style/themes/theme-sbanken/sbanken-theme-forms.css +238 -0
- package/es/style/themes/theme-sbanken/sbanken-theme-forms.min.css +1 -0
- package/es/style/themes/theme-sbanken/sbanken-theme-forms.scss +15 -0
- package/es/style/themes/theme-ui/ui-theme-basis.css +17 -36
- package/es/style/themes/theme-ui/ui-theme-basis.min.css +1 -1
- package/es/style/themes/theme-ui/ui-theme-components.css +997 -468
- package/es/style/themes/theme-ui/ui-theme-components.min.css +35 -7
- package/es/style/themes/theme-ui/ui-theme-components.scss +1 -0
- package/es/style/themes/theme-ui/ui-theme-elements.css +17 -36
- package/es/style/themes/theme-ui/ui-theme-elements.min.css +1 -1
- package/es/style/themes/theme-ui/ui-theme-extensions.css +89 -133
- package/es/style/themes/theme-ui/ui-theme-extensions.min.css +1 -1
- package/es/style/themes/theme-ui/ui-theme-forms.css +238 -0
- package/es/style/themes/theme-ui/ui-theme-forms.min.css +1 -0
- package/es/style/themes/theme-ui/ui-theme-forms.scss +15 -0
- package/es/style/themes/theme-ui/ui-theme-tags.css +12 -25
- 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 +3 -3
- package/esm/dnb-ui-lib.min.mjs +1 -1
- package/extensions/forms/DataContext/Context.d.ts +1 -1
- package/extensions/forms/DataContext/Context.js +1 -1
- package/extensions/forms/DataContext/Context.js.map +1 -1
- package/extensions/forms/DataContext/Provider/Provider.js +9 -5
- package/extensions/forms/DataContext/Provider/Provider.js.map +1 -1
- package/extensions/forms/Field/ArraySelection/style/dnb-array-selection.css +0 -8
- package/extensions/forms/Field/ArraySelection/style/dnb-array-selection.min.css +1 -1
- package/extensions/forms/Field/ArraySelection/style/dnb-array-selection.scss +0 -2
- package/extensions/forms/Field/Currency/Currency.d.ts +3 -1
- package/extensions/forms/Field/Currency/Currency.js +8 -2
- package/extensions/forms/Field/Currency/Currency.js.map +1 -1
- package/extensions/forms/Field/Expiry/Expiry.js +6 -4
- package/extensions/forms/Field/Expiry/Expiry.js.map +1 -1
- package/extensions/forms/Field/Expiry/style/dnb-expiry.css +2 -8
- package/extensions/forms/Field/Expiry/style/dnb-expiry.min.css +1 -1
- package/extensions/forms/Field/Expiry/style/dnb-expiry.scss +5 -5
- package/extensions/forms/Field/NationalIdentityNumber/NationalIdentityNumber.js +6 -5
- package/extensions/forms/Field/NationalIdentityNumber/NationalIdentityNumber.js.map +1 -1
- package/extensions/forms/Field/Number/Number.js +11 -12
- package/extensions/forms/Field/Number/Number.js.map +1 -1
- package/extensions/forms/Field/PhoneNumber/PhoneNumber.d.ts +14 -2
- package/extensions/forms/Field/PhoneNumber/PhoneNumber.js +135 -71
- package/extensions/forms/Field/PhoneNumber/PhoneNumber.js.map +1 -1
- package/extensions/forms/Field/PhoneNumber/style/dnb-phone-number.css +2 -8
- package/extensions/forms/Field/PhoneNumber/style/dnb-phone-number.min.css +1 -1
- package/extensions/forms/Field/PhoneNumber/style/dnb-phone-number.scss +2 -4
- package/extensions/forms/Field/PostalCodeAndCity/PostalCodeAndCity.d.ts +1 -3
- package/extensions/forms/Field/PostalCodeAndCity/PostalCodeAndCity.js +7 -5
- package/extensions/forms/Field/PostalCodeAndCity/PostalCodeAndCity.js.map +1 -1
- package/extensions/forms/Field/PostalCodeAndCity/style/dnb-postal-code-and-city.css +0 -16
- package/extensions/forms/Field/PostalCodeAndCity/style/dnb-postal-code-and-city.min.css +1 -1
- package/extensions/forms/Field/PostalCodeAndCity/style/dnb-postal-code-and-city.scss +0 -14
- package/extensions/forms/Field/SelectCountry/SelectCountry.d.ts +34 -2
- package/extensions/forms/Field/SelectCountry/SelectCountry.js +188 -18
- package/extensions/forms/Field/SelectCountry/SelectCountry.js.map +1 -1
- package/extensions/forms/Field/Selection/Selection.js +1 -0
- package/extensions/forms/Field/Selection/Selection.js.map +1 -1
- package/extensions/forms/Field/Selection/style/dnb-selection.css +0 -6
- package/extensions/forms/Field/Selection/style/dnb-selection.min.css +1 -1
- package/extensions/forms/Field/Selection/style/dnb-selection.scss +0 -2
- package/extensions/forms/Field/String/String.js +8 -9
- package/extensions/forms/Field/String/String.js.map +1 -1
- package/extensions/forms/Field/Toggle/Toggle.js +4 -2
- package/extensions/forms/Field/Toggle/Toggle.js.map +1 -1
- package/extensions/forms/FieldBlock/FieldBlock.d.ts +2 -2
- package/extensions/forms/FieldBlock/FieldBlock.js +17 -20
- package/extensions/forms/FieldBlock/FieldBlock.js.map +1 -1
- package/extensions/forms/FieldBlock/FieldBlockContext.d.ts +2 -2
- package/extensions/forms/FieldBlock/FieldBlockContext.js.map +1 -1
- package/extensions/forms/FieldBlock/style/dnb-field-block.css +3 -0
- package/extensions/forms/FieldBlock/style/dnb-field-block.min.css +1 -1
- package/extensions/forms/FieldBlock/style/dnb-field-block.scss +3 -0
- 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.d.ts +9 -6
- package/extensions/forms/constants/countries.js +17 -8
- package/extensions/forms/constants/countries.js.map +1 -1
- package/extensions/forms/hooks/useDataValue.d.ts +2 -0
- package/extensions/forms/hooks/useDataValue.js +31 -21
- package/extensions/forms/hooks/useDataValue.js.map +1 -1
- package/extensions/forms/index.d.ts +1 -1
- package/extensions/forms/index.js +1 -0
- package/extensions/forms/index.js.map +1 -1
- package/extensions/forms/style/dnb-forms.css +89 -131
- package/extensions/forms/style/dnb-forms.min.css +1 -1
- package/extensions/forms/style/dnb-forms.scss +1 -6
- package/extensions/forms/types.d.ts +5 -4
- package/extensions/forms/types.js.map +1 -1
- package/extensions/payment-card/PaymentCard.d.ts +3 -2
- package/extensions/payment-card/PaymentCard.js +16 -37
- package/extensions/payment-card/PaymentCard.js.map +1 -1
- package/extensions/payment-card/icons/index.js +4 -2
- package/extensions/payment-card/icons/index.js.map +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/extensions/style/index.d.ts +5 -1
- package/extensions/style/index.js +4 -1
- package/extensions/style/index.js.map +1 -1
- package/icons/dnb/icons-meta.json +2 -2
- package/icons/icons-meta.json +2 -2
- 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/shared/helpers/filterValidProps.d.ts +3 -7
- package/shared/helpers/filterValidProps.js +9 -3
- package/shared/helpers/filterValidProps.js.map +1 -1
- package/shared/helpers/withCamelCaseProps.d.ts +1 -0
- package/shared/helpers/withCamelCaseProps.js +6 -5
- package/shared/helpers/withCamelCaseProps.js.map +1 -1
- package/shared/helpers/withSnakeCaseProps.js +5 -4
- package/shared/helpers/withSnakeCaseProps.js.map +1 -1
- package/shared/locales/en-GB.d.ts +1 -1
- package/shared/locales/en-GB.js +4 -4
- package/shared/locales/en-GB.js.map +1 -1
- package/shared/locales/en-US.d.ts +1 -1
- package/shared/locales/index.d.ts +2 -2
- package/shared/locales/nb-NO.d.ts +1 -1
- package/shared/locales/nb-NO.js +4 -4
- package/shared/locales/nb-NO.js.map +1 -1
- package/style/core/utilities.scss +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 +586 -208
- package/style/dnb-ui-components.min.css +6 -4
- package/style/dnb-ui-components.scss +2 -1
- package/style/dnb-ui-core.css +4 -1
- package/style/dnb-ui-core.min.css +1 -1
- package/style/dnb-ui-elements.css +17 -26
- package/style/dnb-ui-elements.min.css +1 -1
- package/style/dnb-ui-extensions.css +89 -133
- package/style/dnb-ui-extensions.min.css +1 -1
- package/style/dnb-ui-forms.css +229 -0
- package/style/dnb-ui-forms.min.css +1 -0
- package/style/dnb-ui-forms.scss +19 -0
- package/style/themes/theme-eiendom/eiendom-theme-basis.css +17 -36
- package/style/themes/theme-eiendom/eiendom-theme-basis.min.css +1 -1
- package/style/themes/theme-eiendom/eiendom-theme-components.css +997 -469
- package/style/themes/theme-eiendom/eiendom-theme-components.min.css +35 -7
- package/style/themes/theme-eiendom/eiendom-theme-components.scss +1 -0
- package/style/themes/theme-eiendom/eiendom-theme-elements.css +17 -36
- package/style/themes/theme-eiendom/eiendom-theme-elements.min.css +1 -1
- package/style/themes/theme-eiendom/eiendom-theme-extensions.css +89 -133
- package/style/themes/theme-eiendom/eiendom-theme-extensions.min.css +1 -1
- package/style/themes/theme-eiendom/eiendom-theme-forms.css +238 -0
- package/style/themes/theme-eiendom/eiendom-theme-forms.min.css +1 -0
- package/style/themes/theme-eiendom/eiendom-theme-forms.scss +15 -0
- package/style/themes/theme-sbanken/sbanken-theme-basis.css +17 -26
- package/style/themes/theme-sbanken/sbanken-theme-basis.min.css +1 -1
- package/style/themes/theme-sbanken/sbanken-theme-components.css +1186 -823
- package/style/themes/theme-sbanken/sbanken-theme-components.min.css +17 -9
- package/style/themes/theme-sbanken/sbanken-theme-components.scss +4 -3
- package/style/themes/theme-sbanken/sbanken-theme-elements.css +17 -26
- package/style/themes/theme-sbanken/sbanken-theme-elements.min.css +1 -1
- package/style/themes/theme-sbanken/sbanken-theme-extensions.css +89 -133
- package/style/themes/theme-sbanken/sbanken-theme-extensions.min.css +1 -1
- package/style/themes/theme-sbanken/sbanken-theme-forms.css +238 -0
- package/style/themes/theme-sbanken/sbanken-theme-forms.min.css +1 -0
- package/style/themes/theme-sbanken/sbanken-theme-forms.scss +15 -0
- package/style/themes/theme-ui/ui-theme-basis.css +17 -36
- package/style/themes/theme-ui/ui-theme-basis.min.css +1 -1
- package/style/themes/theme-ui/ui-theme-components.css +997 -468
- package/style/themes/theme-ui/ui-theme-components.min.css +35 -7
- package/style/themes/theme-ui/ui-theme-components.scss +1 -0
- package/style/themes/theme-ui/ui-theme-elements.css +17 -36
- package/style/themes/theme-ui/ui-theme-elements.min.css +1 -1
- package/style/themes/theme-ui/ui-theme-extensions.css +89 -133
- package/style/themes/theme-ui/ui-theme-extensions.min.css +1 -1
- package/style/themes/theme-ui/ui-theme-forms.css +238 -0
- package/style/themes/theme-ui/ui-theme-forms.min.css +1 -0
- package/style/themes/theme-ui/ui-theme-forms.scss +15 -0
- package/style/themes/theme-ui/ui-theme-tags.css +12 -25
- 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 +3 -3
- package/umd/dnb-ui-lib.min.js +1 -1
- package/cjs/components/button/style/dnb-button--tertiary.css +0 -216
- package/cjs/components/button/style/dnb-button--tertiary.min.css +0 -5
- package/cjs/extensions/forms/Field/style/dnb-forms-field.css +0 -93
- package/cjs/extensions/forms/Field/style/dnb-forms-field.min.css +0 -1
- package/cjs/extensions/forms/Field/style/dnb-forms-field.scss +0 -5
- package/cjs/extensions/forms/Form/style/dnb-forms-form.css +0 -33
- package/cjs/extensions/forms/Form/style/dnb-forms-form.min.css +0 -1
- package/cjs/extensions/forms/Form/style/dnb-forms-form.scss +0 -3
- package/cjs/extensions/forms/Form/style/index.d.ts +0 -5
- package/cjs/extensions/forms/Form/style/index.js +0 -4
- package/cjs/extensions/forms/Form/style/index.js.map +0 -1
- package/cjs/extensions/forms/StepsLayout/style/index.scss +0 -1
- package/cjs/extensions/forms/ValueBlock/style/index.scss +0 -1
- package/cjs/extensions/forms/style/index.d.ts +0 -1
- package/cjs/extensions/forms/style/index.js +0 -4
- package/cjs/extensions/forms/style/index.js.map +0 -1
- package/components/button/style/dnb-button--tertiary.css +0 -216
- package/components/button/style/dnb-button--tertiary.min.css +0 -5
- package/es/components/button/style/dnb-button--tertiary.css +0 -216
- package/es/components/button/style/dnb-button--tertiary.min.css +0 -5
- package/es/extensions/forms/Field/style/dnb-forms-field.css +0 -93
- package/es/extensions/forms/Field/style/dnb-forms-field.min.css +0 -1
- package/es/extensions/forms/Field/style/dnb-forms-field.scss +0 -5
- package/es/extensions/forms/Form/style/dnb-forms-form.css +0 -33
- package/es/extensions/forms/Form/style/dnb-forms-form.min.css +0 -1
- package/es/extensions/forms/Form/style/dnb-forms-form.scss +0 -3
- package/es/extensions/forms/Form/style/index.d.ts +0 -5
- package/es/extensions/forms/Form/style/index.js +0 -1
- package/es/extensions/forms/Form/style/index.js.map +0 -1
- package/es/extensions/forms/StepsLayout/style/index.scss +0 -1
- package/es/extensions/forms/ValueBlock/style/index.scss +0 -1
- package/es/extensions/forms/style/index.d.ts +0 -1
- package/es/extensions/forms/style/index.js +0 -1
- package/es/extensions/forms/style/index.js.map +0 -1
- package/extensions/forms/Field/style/dnb-forms-field.css +0 -93
- package/extensions/forms/Field/style/dnb-forms-field.min.css +0 -1
- package/extensions/forms/Field/style/dnb-forms-field.scss +0 -5
- package/extensions/forms/Form/style/dnb-forms-form.css +0 -33
- package/extensions/forms/Form/style/dnb-forms-form.min.css +0 -1
- package/extensions/forms/Form/style/dnb-forms-form.scss +0 -3
- package/extensions/forms/Form/style/index.d.ts +0 -5
- package/extensions/forms/Form/style/index.js +0 -1
- package/extensions/forms/Form/style/index.js.map +0 -1
- package/extensions/forms/StepsLayout/style/index.scss +0 -1
- package/extensions/forms/ValueBlock/style/index.scss +0 -1
- package/extensions/forms/style/index.d.ts +0 -1
- package/extensions/forms/style/index.js +0 -1
- package/extensions/forms/style/index.js.map +0 -1
- /package/cjs/components/button/style/{dnb-button--tertiary.scss → button--tertiary.scss} +0 -0
- /package/components/button/style/{dnb-button--tertiary.scss → button--tertiary.scss} +0 -0
- /package/es/components/button/style/{dnb-button--tertiary.scss → button--tertiary.scss} +0 -0
|
@@ -451,6 +451,236 @@ html[data-whatinput=keyboard] .dnb-scroll-view[tabindex="0"]:focus {
|
|
|
451
451
|
border-color: transparent;
|
|
452
452
|
}
|
|
453
453
|
|
|
454
|
+
/**
|
|
455
|
+
* ATTENTION: This file is auto generated by using "styleFactory".
|
|
456
|
+
* Do not change the content!
|
|
457
|
+
*
|
|
458
|
+
*/
|
|
459
|
+
/*
|
|
460
|
+
* Utilities
|
|
461
|
+
*/
|
|
462
|
+
.dnb-forms-field-array-selection--options-layout-vertical .dnb-forms-field-array-selection__options {
|
|
463
|
+
display: flex;
|
|
464
|
+
flex-flow: column;
|
|
465
|
+
row-gap: var(--spacing-x-small);
|
|
466
|
+
}
|
|
467
|
+
.dnb-forms-field-array-selection--options-layout-horizontal .dnb-forms-field-array-selection__options {
|
|
468
|
+
display: flex;
|
|
469
|
+
flex-flow: row wrap;
|
|
470
|
+
-moz-column-gap: var(--spacing-small);
|
|
471
|
+
column-gap: var(--spacing-small);
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
.dnb-forms-field-expiry .dnb-multi-input-mask {
|
|
475
|
+
width: var(--forms-field-width--small);
|
|
476
|
+
}
|
|
477
|
+
.dnb-forms-field-expiry .dnb-multi-input-mask .dnb-input__shell {
|
|
478
|
+
justify-content: center;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
.dnb-forms-field-phone-number__country-code {
|
|
482
|
+
width: calc(var(--forms-field-width--medium) - 2rem);
|
|
483
|
+
}
|
|
484
|
+
.dnb-forms-field-phone-number__country-code .dnb-autocomplete__shell {
|
|
485
|
+
width: calc(var(--forms-field-width--medium) - 2rem);
|
|
486
|
+
}
|
|
487
|
+
.dnb-forms-field-phone-number__number {
|
|
488
|
+
flex: 1;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
.dnb-forms-field-postal-code-and-city__fields {
|
|
492
|
+
display: flex;
|
|
493
|
+
flex-flow: row;
|
|
494
|
+
-moz-column-gap: var(--spacing-small);
|
|
495
|
+
column-gap: var(--spacing-small);
|
|
496
|
+
}
|
|
497
|
+
.dnb-forms-field-postal-code-and-city__postal-code {
|
|
498
|
+
flex: 0 5rem;
|
|
499
|
+
}
|
|
500
|
+
.dnb-forms-field-postal-code-and-city__city {
|
|
501
|
+
flex: 1;
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
.dnb-forms-field-selection--width-large .dnb-dropdown__shell {
|
|
505
|
+
width: var(--forms-field-width--large);
|
|
506
|
+
}
|
|
507
|
+
.dnb-forms-field-selection--width-medium .dnb-dropdown__shell {
|
|
508
|
+
width: var(--forms-field-width--medium);
|
|
509
|
+
}
|
|
510
|
+
.dnb-forms-field-selection--width-small .dnb-dropdown__shell {
|
|
511
|
+
width: var(--forms-field-width--small);
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
:root {
|
|
515
|
+
--forms-field-width--small: 5rem;
|
|
516
|
+
--forms-field-width--medium: 11rem;
|
|
517
|
+
--forms-field-width--large: 21rem;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
/*
|
|
521
|
+
* Utilities
|
|
522
|
+
*/
|
|
523
|
+
fieldset.dnb-forms-field-block {
|
|
524
|
+
padding: 0;
|
|
525
|
+
border: none;
|
|
526
|
+
}
|
|
527
|
+
fieldset.dnb-forms-field-block:not([class*=space__top]) {
|
|
528
|
+
margin-top: 0;
|
|
529
|
+
}
|
|
530
|
+
fieldset.dnb-forms-field-block:not([class*=space__right]) {
|
|
531
|
+
margin-right: 0;
|
|
532
|
+
}
|
|
533
|
+
fieldset.dnb-forms-field-block:not([class*=space__bottom]) {
|
|
534
|
+
margin-bottom: 0;
|
|
535
|
+
}
|
|
536
|
+
fieldset.dnb-forms-field-block:not([class*=space__left]) {
|
|
537
|
+
margin-left: 0;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
.dnb-forms-field-block__grid {
|
|
541
|
+
display: grid;
|
|
542
|
+
}
|
|
543
|
+
.dnb-forms-field-block--layout-vertical {
|
|
544
|
+
grid-template-columns: auto;
|
|
545
|
+
grid-template-areas: "label" "contents" "status";
|
|
546
|
+
}
|
|
547
|
+
.dnb-forms-field-block--layout-horizontal {
|
|
548
|
+
grid-template-columns: var(--forms-field-width--medium) auto;
|
|
549
|
+
grid-template-areas: "label contents" "status status";
|
|
550
|
+
}
|
|
551
|
+
.dnb-forms-field-block--width-stretch {
|
|
552
|
+
flex-grow: 1;
|
|
553
|
+
}
|
|
554
|
+
@media screen and (min-width: 30em) {
|
|
555
|
+
.dnb-forms-field-block--width-small {
|
|
556
|
+
width: var(--forms-field-width--small);
|
|
557
|
+
}
|
|
558
|
+
.dnb-forms-field-block--width-medium {
|
|
559
|
+
width: var(--forms-field-width--medium);
|
|
560
|
+
}
|
|
561
|
+
.dnb-forms-field-block--width-large {
|
|
562
|
+
width: var(--forms-field-width--large);
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
.dnb-forms-field-block__label {
|
|
566
|
+
grid-area: label;
|
|
567
|
+
display: flex;
|
|
568
|
+
flex-flow: row;
|
|
569
|
+
justify-content: space-between;
|
|
570
|
+
align-items: center;
|
|
571
|
+
}
|
|
572
|
+
.dnb-forms-field-block__label-description {
|
|
573
|
+
margin-left: 0.3em;
|
|
574
|
+
color: var(--color-black-55);
|
|
575
|
+
font-size: var(--font-size-small);
|
|
576
|
+
}
|
|
577
|
+
.dnb-forms-field-block__label-secondary {
|
|
578
|
+
color: var(--color-black-55);
|
|
579
|
+
font-size: var(--font-size-small);
|
|
580
|
+
}
|
|
581
|
+
.dnb-forms-field-block__status {
|
|
582
|
+
grid-area: status;
|
|
583
|
+
}
|
|
584
|
+
.dnb-forms-field-block__contents {
|
|
585
|
+
grid-area: contents;
|
|
586
|
+
}
|
|
587
|
+
.dnb-forms-field-block__contents--width-stretch {
|
|
588
|
+
width: 100%;
|
|
589
|
+
}
|
|
590
|
+
@media screen and (min-width: 30em) {
|
|
591
|
+
.dnb-forms-field-block__contents--width-small {
|
|
592
|
+
width: var(--forms-field-width--small);
|
|
593
|
+
}
|
|
594
|
+
.dnb-forms-field-block__contents--width-medium {
|
|
595
|
+
width: var(--forms-field-width--medium);
|
|
596
|
+
}
|
|
597
|
+
.dnb-forms-field-block__contents--width-large {
|
|
598
|
+
width: var(--forms-field-width--large);
|
|
599
|
+
}
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
.dnb-forms-button-row {
|
|
603
|
+
display: flex;
|
|
604
|
+
flex-flow: row;
|
|
605
|
+
-moz-column-gap: var(--spacing-small);
|
|
606
|
+
column-gap: var(--spacing-small);
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
.dnb-spacing .dnb-form-main-heading.dnb-h--large:not([class*=space__]) {
|
|
610
|
+
margin: 0;
|
|
611
|
+
}
|
|
612
|
+
.dnb-form-main-heading:has(+ .dnb-flex-stack > .dnb-card, + .dnb-card):not([class*=space__left]) {
|
|
613
|
+
margin-left: var(--spacing-medium);
|
|
614
|
+
}
|
|
615
|
+
.dnb-form-main-heading:has(+ .dnb-flex-stack > .dnb-card, + .dnb-card):not([class*=space__bottom]) {
|
|
616
|
+
margin-bottom: var(--spacing-small);
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
.dnb-spacing .dnb-form-sub-heading.dnb-h--medium:not([class*=space__]) {
|
|
620
|
+
margin: 0;
|
|
621
|
+
}
|
|
622
|
+
.dnb-form-sub-heading:has(+ .dnb-flex-stack > .dnb-card, + .dnb-card):not([class*=space__bottom]) {
|
|
623
|
+
margin-bottom: var(--spacing-small);
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
/*
|
|
627
|
+
* Utilities
|
|
628
|
+
*/
|
|
629
|
+
.dnb-forms-steps-layout {
|
|
630
|
+
display: flex;
|
|
631
|
+
flex-flow: row wrap;
|
|
632
|
+
-moz-column-gap: var(--spacing-medium);
|
|
633
|
+
column-gap: var(--spacing-medium);
|
|
634
|
+
}
|
|
635
|
+
@media (max-width: 60em) {
|
|
636
|
+
.dnb-forms-steps-layout {
|
|
637
|
+
flex-direction: column;
|
|
638
|
+
justify-content: stretch;
|
|
639
|
+
align-items: stretch;
|
|
640
|
+
}
|
|
641
|
+
}
|
|
642
|
+
.dnb-forms-steps-layout__sidebar {
|
|
643
|
+
flex: 0;
|
|
644
|
+
min-width: 21rem;
|
|
645
|
+
}
|
|
646
|
+
.dnb-forms-steps-layout__sidebar .dnb-step-indicator__sidebar {
|
|
647
|
+
max-width: 21rem;
|
|
648
|
+
}
|
|
649
|
+
.dnb-forms-steps-layout__sidebar .dnb-step-indicator__sidebar .dnb-step-indicator__item {
|
|
650
|
+
min-width: 336px;
|
|
651
|
+
}
|
|
652
|
+
.dnb-forms-steps-layout__contents {
|
|
653
|
+
flex: 1;
|
|
654
|
+
min-width: 25rem;
|
|
655
|
+
}
|
|
656
|
+
.dnb-forms-steps-layout__contents .dnb-card {
|
|
657
|
+
--border-color: var(--color-pistachio);
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
.dnb-forms-value-block {
|
|
661
|
+
display: block;
|
|
662
|
+
font-size: var(--font-size-basis);
|
|
663
|
+
}
|
|
664
|
+
.dnb-forms-value-block--inline {
|
|
665
|
+
display: inline-block;
|
|
666
|
+
font-size: inherit;
|
|
667
|
+
margin-left: var(--spacing-xx-small);
|
|
668
|
+
margin-right: var(--spacing-xx-small);
|
|
669
|
+
}
|
|
670
|
+
.dnb-forms-value-block__label {
|
|
671
|
+
font-weight: var(--font-weight-medium);
|
|
672
|
+
}
|
|
673
|
+
.dnb-forms-value-block__placeholder {
|
|
674
|
+
color: rgba(0, 0, 0, 0.5);
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
.dnb-forms-test-element {
|
|
678
|
+
border: 1px dashed #808080;
|
|
679
|
+
border-radius: 0.5rem;
|
|
680
|
+
color: #909090;
|
|
681
|
+
padding: 0.5rem 1rem;
|
|
682
|
+
}
|
|
683
|
+
|
|
454
684
|
/*
|
|
455
685
|
* Accordion component
|
|
456
686
|
*
|
|
@@ -460,14 +690,16 @@ html[data-whatinput=keyboard] .dnb-scroll-view[tabindex="0"]:focus {
|
|
|
460
690
|
*/
|
|
461
691
|
.dnb-accordion {
|
|
462
692
|
--accordion-border-width: 0.0625rem;
|
|
463
|
-
--accordion-border-radius: 0.
|
|
693
|
+
--accordion-border-radius: 0.5rem;
|
|
464
694
|
--accordion-easing: var(--easing-default);
|
|
465
|
-
--accordion-header-margin-vertical: 1.
|
|
466
|
-
--accordion-header-margin-vertical--description:
|
|
467
|
-
--accordion-header-wrapper-margin:
|
|
695
|
+
--accordion-header-margin-vertical: 1.25rem;
|
|
696
|
+
--accordion-header-margin-vertical--description: 0.75rem;
|
|
697
|
+
--accordion-header-wrapper-margin: 1rem;
|
|
468
698
|
--accordion-header-wrapper-margin--icon-right: 1rem;
|
|
469
699
|
--accordion-header-icon-gutter: 1rem;
|
|
470
700
|
--accordion-header-icon-margin: 1rem;
|
|
701
|
+
--accordion-title-font-weight: var(--font-weight-basis);
|
|
702
|
+
--accordion-title-font-weight--expanded: var(--font-weight-medium);
|
|
471
703
|
position: relative;
|
|
472
704
|
display: flex;
|
|
473
705
|
flex-direction: column;
|
|
@@ -515,7 +747,7 @@ html[data-whatinput=keyboard] .dnb-scroll-view[tabindex="0"]:focus {
|
|
|
515
747
|
transition: transform 400ms var(--accordion-easing);
|
|
516
748
|
}
|
|
517
749
|
.dnb-accordion__header--description .dnb-accordion__header__icon {
|
|
518
|
-
margin-top:
|
|
750
|
+
margin-top: var(--accordion-header-margin-vertical--description);
|
|
519
751
|
}
|
|
520
752
|
.dnb-accordion__header--icon-right {
|
|
521
753
|
justify-content: space-between;
|
|
@@ -539,9 +771,15 @@ html[data-whatinput=keyboard] .dnb-scroll-view[tabindex="0"]:focus {
|
|
|
539
771
|
.dnb-accordion__header--icon-right .dnb-accordion__header__container + .dnb-accordion__header__wrapper {
|
|
540
772
|
margin-left: 0;
|
|
541
773
|
}
|
|
774
|
+
.dnb-accordion__header--expanded {
|
|
775
|
+
--accordion-title-font-weight: var(
|
|
776
|
+
--accordion-title-font-weight--expanded
|
|
777
|
+
);
|
|
778
|
+
}
|
|
542
779
|
.dnb-accordion__header__title {
|
|
543
780
|
font-size: var(--font-size-basis);
|
|
544
781
|
line-height: var(--line-height-basis);
|
|
782
|
+
font-weight: var(--accordion-title-font-weight);
|
|
545
783
|
}
|
|
546
784
|
.dnb-accordion__header__description {
|
|
547
785
|
font-size: var(--font-size-small);
|
|
@@ -640,9 +878,9 @@ button.dnb-anchor {
|
|
|
640
878
|
display: inline;
|
|
641
879
|
padding: 0.05575em 0;
|
|
642
880
|
font-size: var(--font-size-basis);
|
|
881
|
+
-webkit-text-decoration: underline;
|
|
643
882
|
text-decoration: underline;
|
|
644
|
-
|
|
645
|
-
text-decoration-color: currentcolor;
|
|
883
|
+
text-decoration-color: currentcolor;
|
|
646
884
|
text-decoration-thickness: var(--anchor-underline-thickness);
|
|
647
885
|
text-underline-offset: 0.25em;
|
|
648
886
|
border-radius: 0;
|
|
@@ -665,16 +903,6 @@ sup :where(:not(.dnb-anchor--no-style)).dnb-anchor, sub :where(:not(.dnb-anchor-
|
|
|
665
903
|
:where(:not(.dnb-anchor--no-style)).dnb-anchor--no-icon .dnb-icon {
|
|
666
904
|
display: none;
|
|
667
905
|
}
|
|
668
|
-
:where(:not(.dnb-anchor--no-style)).dnb-anchor.focus-visible {
|
|
669
|
-
background-color: transparent;
|
|
670
|
-
transition: none;
|
|
671
|
-
outline: none;
|
|
672
|
-
--border-color: var(--focus-ring-color);
|
|
673
|
-
--border-width: var(--focus-ring-width);
|
|
674
|
-
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
675
|
-
border-color: transparent;
|
|
676
|
-
border-radius: 0.25em;
|
|
677
|
-
}
|
|
678
906
|
:where(:not(.dnb-anchor--no-style)).dnb-anchor:focus-visible {
|
|
679
907
|
background-color: transparent;
|
|
680
908
|
transition: none;
|
|
@@ -685,16 +913,15 @@ sup :where(:not(.dnb-anchor--no-style)).dnb-anchor, sub :where(:not(.dnb-anchor-
|
|
|
685
913
|
border-color: transparent;
|
|
686
914
|
border-radius: 0.25em;
|
|
687
915
|
}
|
|
688
|
-
:where(:not(.dnb-anchor--no-style)).dnb-anchor.focus-visible, .dnb-section :where(:not(.dnb-anchor--no-style)).dnb-anchor.focus-visible.dnb-anchor {
|
|
689
|
-
text-decoration: none;
|
|
690
|
-
}
|
|
691
916
|
:where(:not(.dnb-anchor--no-style)).dnb-anchor:focus-visible, .dnb-section :where(:not(.dnb-anchor--no-style)).dnb-anchor:focus-visible.dnb-anchor {
|
|
917
|
+
-webkit-text-decoration: none;
|
|
692
918
|
text-decoration: none;
|
|
693
919
|
}
|
|
694
920
|
:where(:not(.dnb-anchor--no-style)).dnb-anchor:hover:where(:not(.dnb-anchor--no-hover)) {
|
|
695
921
|
border-radius: 0.25em;
|
|
696
922
|
}
|
|
697
923
|
: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 {
|
|
924
|
+
-webkit-text-decoration: none;
|
|
698
925
|
text-decoration: none;
|
|
699
926
|
}
|
|
700
927
|
:where(:not(.dnb-anchor--no-style)).dnb-anchor:hover:not(.dnb-anchor--no-hover) {
|
|
@@ -705,6 +932,7 @@ sup :where(:not(.dnb-anchor--no-style)).dnb-anchor, sub :where(:not(.dnb-anchor-
|
|
|
705
932
|
border-radius: 0.25em;
|
|
706
933
|
}
|
|
707
934
|
: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 {
|
|
935
|
+
-webkit-text-decoration: none;
|
|
708
936
|
text-decoration: none;
|
|
709
937
|
}
|
|
710
938
|
}
|
|
@@ -712,6 +940,7 @@ sup :where(:not(.dnb-anchor--no-style)).dnb-anchor, sub :where(:not(.dnb-anchor-
|
|
|
712
940
|
border-radius: 0.25em;
|
|
713
941
|
}
|
|
714
942
|
:where(:not(.dnb-anchor--no-style)).dnb-anchor:active, .dnb-section :where(:not(.dnb-anchor--no-style)).dnb-anchor:active.dnb-anchor {
|
|
943
|
+
-webkit-text-decoration: none;
|
|
715
944
|
text-decoration: none;
|
|
716
945
|
}
|
|
717
946
|
[data-visual-test-wrapper] :where(:not(.dnb-anchor--no-style)).dnb-anchor {
|
|
@@ -735,15 +964,6 @@ sup :where(:not(.dnb-anchor--no-style)).dnb-anchor, sub :where(:not(.dnb-anchor-
|
|
|
735
964
|
--anchor-background-gutter: 0.125em;
|
|
736
965
|
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;
|
|
737
966
|
}
|
|
738
|
-
:where(:not(.dnb-anchor--no-style)).dnb-anchor.dnb-anchor--contrast.focus-visible {
|
|
739
|
-
color: var(--color-white);
|
|
740
|
-
background-color: transparent;
|
|
741
|
-
outline: none;
|
|
742
|
-
--border-color: var(--color-white);
|
|
743
|
-
--border-width: var(--focus-ring-width);
|
|
744
|
-
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
745
|
-
border-color: transparent;
|
|
746
|
-
}
|
|
747
967
|
:where(:not(.dnb-anchor--no-style)).dnb-anchor.dnb-anchor--contrast:focus-visible {
|
|
748
968
|
color: var(--color-white);
|
|
749
969
|
background-color: transparent;
|
|
@@ -763,9 +983,9 @@ sup :where(:not(.dnb-anchor--no-style)).dnb-anchor, sub :where(:not(.dnb-anchor-
|
|
|
763
983
|
display: inline;
|
|
764
984
|
padding: 0.05575em 0;
|
|
765
985
|
font-size: var(--font-size-basis);
|
|
986
|
+
-webkit-text-decoration: underline;
|
|
766
987
|
text-decoration: underline;
|
|
767
|
-
|
|
768
|
-
text-decoration-color: currentcolor;
|
|
988
|
+
text-decoration-color: currentcolor;
|
|
769
989
|
text-decoration-thickness: var(--anchor-underline-thickness);
|
|
770
990
|
text-underline-offset: 0.25em;
|
|
771
991
|
border-radius: 0;
|
|
@@ -788,16 +1008,6 @@ sup :where(:not(.dnb-anchor--no-style)).dnb-anchor, sub :where(:not(.dnb-anchor-
|
|
|
788
1008
|
:not(.dnb-anchor--no-style).dnb-anchor--no-icon .dnb-icon {
|
|
789
1009
|
display: none;
|
|
790
1010
|
}
|
|
791
|
-
:not(.dnb-anchor--no-style).dnb-anchor.focus-visible {
|
|
792
|
-
background-color: transparent;
|
|
793
|
-
transition: none;
|
|
794
|
-
outline: none;
|
|
795
|
-
--border-color: var(--focus-ring-color);
|
|
796
|
-
--border-width: var(--focus-ring-width);
|
|
797
|
-
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
798
|
-
border-color: transparent;
|
|
799
|
-
border-radius: 0.25em;
|
|
800
|
-
}
|
|
801
1011
|
:not(.dnb-anchor--no-style).dnb-anchor:focus-visible {
|
|
802
1012
|
background-color: transparent;
|
|
803
1013
|
transition: none;
|
|
@@ -808,16 +1018,15 @@ sup :where(:not(.dnb-anchor--no-style)).dnb-anchor, sub :where(:not(.dnb-anchor-
|
|
|
808
1018
|
border-color: transparent;
|
|
809
1019
|
border-radius: 0.25em;
|
|
810
1020
|
}
|
|
811
|
-
:not(.dnb-anchor--no-style).dnb-anchor.focus-visible, .dnb-section :not(.dnb-anchor--no-style).dnb-anchor.focus-visible.dnb-anchor {
|
|
812
|
-
text-decoration: none;
|
|
813
|
-
}
|
|
814
1021
|
:not(.dnb-anchor--no-style).dnb-anchor:focus-visible, .dnb-section :not(.dnb-anchor--no-style).dnb-anchor:focus-visible.dnb-anchor {
|
|
1022
|
+
-webkit-text-decoration: none;
|
|
815
1023
|
text-decoration: none;
|
|
816
1024
|
}
|
|
817
1025
|
:not(.dnb-anchor--no-style).dnb-anchor:hover:where(:not(.dnb-anchor--no-hover)) {
|
|
818
1026
|
border-radius: 0.25em;
|
|
819
1027
|
}
|
|
820
1028
|
: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 {
|
|
1029
|
+
-webkit-text-decoration: none;
|
|
821
1030
|
text-decoration: none;
|
|
822
1031
|
}
|
|
823
1032
|
:not(.dnb-anchor--no-style).dnb-anchor:hover:not(.dnb-anchor--no-hover) {
|
|
@@ -828,6 +1037,7 @@ sup :where(:not(.dnb-anchor--no-style)).dnb-anchor, sub :where(:not(.dnb-anchor-
|
|
|
828
1037
|
border-radius: 0.25em;
|
|
829
1038
|
}
|
|
830
1039
|
: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 {
|
|
1040
|
+
-webkit-text-decoration: none;
|
|
831
1041
|
text-decoration: none;
|
|
832
1042
|
}
|
|
833
1043
|
}
|
|
@@ -835,6 +1045,7 @@ sup :where(:not(.dnb-anchor--no-style)).dnb-anchor, sub :where(:not(.dnb-anchor-
|
|
|
835
1045
|
border-radius: 0.25em;
|
|
836
1046
|
}
|
|
837
1047
|
:not(.dnb-anchor--no-style).dnb-anchor:active, .dnb-section :not(.dnb-anchor--no-style).dnb-anchor:active.dnb-anchor {
|
|
1048
|
+
-webkit-text-decoration: none;
|
|
838
1049
|
text-decoration: none;
|
|
839
1050
|
}
|
|
840
1051
|
[data-visual-test-wrapper] :not(.dnb-anchor--no-style).dnb-anchor {
|
|
@@ -858,15 +1069,6 @@ sup :where(:not(.dnb-anchor--no-style)).dnb-anchor, sub :where(:not(.dnb-anchor-
|
|
|
858
1069
|
--anchor-background-gutter: 0.125em;
|
|
859
1070
|
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;
|
|
860
1071
|
}
|
|
861
|
-
:not(.dnb-anchor--no-style).dnb-anchor.dnb-anchor--contrast.focus-visible {
|
|
862
|
-
color: var(--color-white);
|
|
863
|
-
background-color: transparent;
|
|
864
|
-
outline: none;
|
|
865
|
-
--border-color: var(--color-white);
|
|
866
|
-
--border-width: var(--focus-ring-width);
|
|
867
|
-
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
868
|
-
border-color: transparent;
|
|
869
|
-
}
|
|
870
1072
|
:not(.dnb-anchor--no-style).dnb-anchor.dnb-anchor--contrast:focus-visible {
|
|
871
1073
|
color: var(--color-white);
|
|
872
1074
|
background-color: transparent;
|
|
@@ -882,6 +1084,7 @@ sup :where(:not(.dnb-anchor--no-style)).dnb-anchor, sub :where(:not(.dnb-anchor-
|
|
|
882
1084
|
border-radius: 0.25em;
|
|
883
1085
|
}
|
|
884
1086
|
.dnb-anchor--hover, .dnb-section .dnb-anchor--hover.dnb-anchor {
|
|
1087
|
+
-webkit-text-decoration: none;
|
|
885
1088
|
text-decoration: none;
|
|
886
1089
|
}
|
|
887
1090
|
|
|
@@ -889,6 +1092,7 @@ sup :where(:not(.dnb-anchor--no-style)).dnb-anchor, sub :where(:not(.dnb-anchor-
|
|
|
889
1092
|
border-radius: 0.25em;
|
|
890
1093
|
}
|
|
891
1094
|
.dnb-anchor--active, .dnb-section .dnb-anchor--active.dnb-anchor {
|
|
1095
|
+
-webkit-text-decoration: none;
|
|
892
1096
|
text-decoration: none;
|
|
893
1097
|
}
|
|
894
1098
|
|
|
@@ -903,17 +1107,15 @@ sup :where(:not(.dnb-anchor--no-style)).dnb-anchor, sub :where(:not(.dnb-anchor-
|
|
|
903
1107
|
border-radius: 0.25em;
|
|
904
1108
|
}
|
|
905
1109
|
.dnb-anchor--focus, .dnb-section .dnb-anchor--focus.dnb-anchor {
|
|
1110
|
+
-webkit-text-decoration: none;
|
|
906
1111
|
text-decoration: none;
|
|
907
1112
|
}
|
|
908
1113
|
|
|
909
1114
|
.dnb-anchor--no-underline, .dnb-section .dnb-anchor--no-underline.dnb-anchor {
|
|
1115
|
+
-webkit-text-decoration: none;
|
|
910
1116
|
text-decoration: none;
|
|
911
1117
|
}
|
|
912
1118
|
|
|
913
|
-
.dnb-anchor--no-radius, .dnb-anchor--no-radius:hover, .dnb-anchor--no-radius:active, .dnb-anchor--no-radius.focus-visible {
|
|
914
|
-
border-radius: 0;
|
|
915
|
-
}
|
|
916
|
-
|
|
917
1119
|
.dnb-anchor--no-radius, .dnb-anchor--no-radius:hover, .dnb-anchor--no-radius:active, .dnb-anchor--no-radius:focus-visible {
|
|
918
1120
|
border-radius: 0;
|
|
919
1121
|
}
|
|
@@ -928,6 +1130,7 @@ a.dnb-button {
|
|
|
928
1130
|
|
|
929
1131
|
.dnb-skeleton > .dnb-anchor,
|
|
930
1132
|
.dnb-anchor.dnb-skeleton {
|
|
1133
|
+
-webkit-text-decoration: none;
|
|
931
1134
|
text-decoration: none;
|
|
932
1135
|
}
|
|
933
1136
|
.dnb-skeleton > .dnb-anchor .dnb-icon,
|
|
@@ -1094,6 +1297,7 @@ html[data-visual-test] .dnb-autocomplete .dnb-input__submit-button__button .dnb-
|
|
|
1094
1297
|
overflow: hidden;
|
|
1095
1298
|
white-space: nowrap;
|
|
1096
1299
|
color: inherit;
|
|
1300
|
+
-webkit-text-decoration: none;
|
|
1097
1301
|
text-decoration: none;
|
|
1098
1302
|
text-overflow: inherit;
|
|
1099
1303
|
text-align: inherit;
|
|
@@ -1380,6 +1584,7 @@ label + .dnb-autocomplete[class*=__form-status] .dnb-autocomplete__shell {
|
|
|
1380
1584
|
list-style: none;
|
|
1381
1585
|
flex-flow: row wrap;
|
|
1382
1586
|
align-items: center;
|
|
1587
|
+
gap: 1.5rem;
|
|
1383
1588
|
}
|
|
1384
1589
|
.dnb-breadcrumb__item__span {
|
|
1385
1590
|
display: flex;
|
|
@@ -1388,12 +1593,8 @@ label + .dnb-autocomplete[class*=__form-status] .dnb-autocomplete__shell {
|
|
|
1388
1593
|
padding: 0.5rem 0;
|
|
1389
1594
|
}
|
|
1390
1595
|
.dnb-breadcrumb__item__span__icon {
|
|
1391
|
-
margin-left: calc(var(--button-icon-size) / 2);
|
|
1392
1596
|
margin-right: 0.5rem;
|
|
1393
1597
|
}
|
|
1394
|
-
.dnb-breadcrumb__item:not(:first-of-type) .dnb-button.dnb-button--has-text {
|
|
1395
|
-
padding-left: 0.5rem;
|
|
1396
|
-
}
|
|
1397
1598
|
.dnb-breadcrumb__animation {
|
|
1398
1599
|
display: flex;
|
|
1399
1600
|
flex-direction: column;
|
|
@@ -1415,6 +1616,7 @@ label + .dnb-autocomplete[class*=__form-status] .dnb-autocomplete__shell {
|
|
|
1415
1616
|
align-items: flex-start;
|
|
1416
1617
|
margin: 0.5rem 0;
|
|
1417
1618
|
margin-left: 1.5rem;
|
|
1619
|
+
gap: 0;
|
|
1418
1620
|
}
|
|
1419
1621
|
|
|
1420
1622
|
/*
|
|
@@ -1461,6 +1663,7 @@ label + .dnb-autocomplete[class*=__form-status] .dnb-autocomplete__shell {
|
|
|
1461
1663
|
border-radius: var(--button-border-radius);
|
|
1462
1664
|
text-align: left;
|
|
1463
1665
|
font-size: var(--font-size-small);
|
|
1666
|
+
-webkit-text-decoration: none;
|
|
1464
1667
|
text-decoration: none;
|
|
1465
1668
|
box-shadow: none;
|
|
1466
1669
|
/* stylelint-disable-next-line */
|
|
@@ -1659,6 +1862,9 @@ button.dnb-button::-moz-focus-inner {
|
|
|
1659
1862
|
border: none;
|
|
1660
1863
|
}
|
|
1661
1864
|
|
|
1865
|
+
/*
|
|
1866
|
+
* Utilities
|
|
1867
|
+
*/
|
|
1662
1868
|
.dnb-card {
|
|
1663
1869
|
--background-color: var(--color-white);
|
|
1664
1870
|
--border-color: var(--color-lavender);
|
|
@@ -1669,6 +1875,13 @@ button.dnb-button::-moz-focus-inner {
|
|
|
1669
1875
|
border: var(--border-width) solid var(--border-color);
|
|
1670
1876
|
border-radius: var(--border-radius);
|
|
1671
1877
|
}
|
|
1878
|
+
@media screen and (max-width: 40em) {
|
|
1879
|
+
.dnb-card {
|
|
1880
|
+
--border-radius: 0;
|
|
1881
|
+
border-left: none;
|
|
1882
|
+
border-right: none;
|
|
1883
|
+
}
|
|
1884
|
+
}
|
|
1672
1885
|
.dnb-card__heading {
|
|
1673
1886
|
font-size: var(--font-size-basis);
|
|
1674
1887
|
font-weight: var(--font-weight-medium);
|
|
@@ -1693,10 +1906,43 @@ button.dnb-button::-moz-focus-inner {
|
|
|
1693
1906
|
--checkbox-width--large: 2rem;
|
|
1694
1907
|
--checkbox-height--large: 2rem;
|
|
1695
1908
|
--checkbox-border-width: 0.125rem;
|
|
1909
|
+
--checkbox-color-gfx-on: black;
|
|
1910
|
+
--checkbox-color-gfx-off: black;
|
|
1911
|
+
--checkbox-color-background-on: white;
|
|
1912
|
+
--checkbox-color-background-off: white;
|
|
1913
|
+
--checkbox-color-border-on: black;
|
|
1914
|
+
--checkbox-color-border-off: black;
|
|
1915
|
+
--checkbox-color-gfx--disabled: grey;
|
|
1916
|
+
--checkbox-color-background-on--disabled: lightgrey;
|
|
1917
|
+
--checkbox-color-background-off--disabled: lightgrey;
|
|
1918
|
+
--checkbox-color-border-on--disabled: grey;
|
|
1919
|
+
--checkbox-color-border-off--disabled: grey;
|
|
1920
|
+
--checkbox-color-background--active: lightgrey;
|
|
1921
|
+
--checkbox-color-border--active: transparent;
|
|
1922
|
+
--checkbox-color-gfx--hover: grey;
|
|
1923
|
+
--checkbox-color-background--hover: white;
|
|
1924
|
+
--checkbox-color-border-on--hover: grey;
|
|
1925
|
+
--checkbox-color-border-off--hover: grey;
|
|
1926
|
+
--checkbox-color-gfx--focus: grey;
|
|
1927
|
+
--checkbox-color-background--focus: lightgrey;
|
|
1928
|
+
--checkbox-color-gfx--error: lavenderblush;
|
|
1929
|
+
--checkbox-color-gfx--error-contrast: red;
|
|
1930
|
+
--checkbox-color-background-on--error: red;
|
|
1931
|
+
--checkbox-color-background--error-contrast: lavenderblush;
|
|
1932
|
+
--checkbox-color-border--error: red;
|
|
1696
1933
|
display: inline-flex;
|
|
1697
1934
|
flex-direction: column;
|
|
1698
1935
|
font-size: var(--font-size-small);
|
|
1699
1936
|
line-height: var(--line-height-basis);
|
|
1937
|
+
/*
|
|
1938
|
+
* Color scheme
|
|
1939
|
+
*/
|
|
1940
|
+
/** Normal state **/
|
|
1941
|
+
/** Disabled state **/
|
|
1942
|
+
/** Active state **/
|
|
1943
|
+
/** Hover state **/
|
|
1944
|
+
/** Focus state **/
|
|
1945
|
+
/** Error state **/
|
|
1700
1946
|
}
|
|
1701
1947
|
.dnb-checkbox__inner {
|
|
1702
1948
|
display: inline-flex;
|
|
@@ -1751,6 +1997,7 @@ html[data-whatinput=keyboard] .dnb-checkbox__focus {
|
|
|
1751
1997
|
width: calc(var(--checkbox-width--medium) - 0.5rem);
|
|
1752
1998
|
height: calc(var(--checkbox-height--medium) - 0.5rem);
|
|
1753
1999
|
shape-rendering: geometricprecision;
|
|
2000
|
+
transition: opacity 200ms ease-out, transform 200ms ease-out;
|
|
1754
2001
|
}
|
|
1755
2002
|
.dnb-checkbox--large {
|
|
1756
2003
|
line-height: var(--checkbox-height--large);
|
|
@@ -1813,12 +2060,107 @@ html[data-whatinput=keyboard] .dnb-checkbox__focus {
|
|
|
1813
2060
|
vertical-align: top;
|
|
1814
2061
|
margin-top: 0.5rem;
|
|
1815
2062
|
}
|
|
2063
|
+
.dnb-checkbox__input:checked ~ .dnb-checkbox__gfx, .dnb-checkbox__input[data-checked=true] ~ .dnb-checkbox__gfx {
|
|
2064
|
+
opacity: 1;
|
|
2065
|
+
transform: scale(1);
|
|
2066
|
+
color: var(--checkbox-color-gfx-on);
|
|
2067
|
+
}
|
|
2068
|
+
.dnb-checkbox__input:checked ~ .dnb-checkbox__button, .dnb-checkbox__input[data-checked=true] ~ .dnb-checkbox__button {
|
|
2069
|
+
background-color: var(--checkbox-color-background-on);
|
|
2070
|
+
border-color: var(--checkbox-color-border-on);
|
|
2071
|
+
}
|
|
2072
|
+
.dnb-checkbox__input:not(:checked):not([data-checked=true]) ~ .dnb-checkbox__gfx {
|
|
2073
|
+
opacity: 0;
|
|
2074
|
+
transform: scale(0.8);
|
|
2075
|
+
color: var(--checkbox-color-gfx-off);
|
|
2076
|
+
}
|
|
2077
|
+
.dnb-checkbox__input:not(:checked):not([data-checked=true]) ~ .dnb-checkbox__button {
|
|
2078
|
+
background-color: var(--checkbox-color-background-off);
|
|
2079
|
+
border-color: var(--checkbox-color-border-off);
|
|
2080
|
+
}
|
|
2081
|
+
.dnb-checkbox__input[disabled]:checked ~ .dnb-checkbox__button, .dnb-checkbox__input[disabled][data-checked=true] ~ .dnb-checkbox__button {
|
|
2082
|
+
background-color: var(--checkbox-color-background-on--disabled);
|
|
2083
|
+
border-color: var(--checkbox-color-border-on--disabled);
|
|
2084
|
+
}
|
|
2085
|
+
.dnb-checkbox__input[disabled]:checked ~ .dnb-checkbox__gfx, .dnb-checkbox__input[disabled][data-checked=true] ~ .dnb-checkbox__gfx {
|
|
2086
|
+
color: var(--checkbox-color-gfx--disabled);
|
|
2087
|
+
}
|
|
2088
|
+
.dnb-checkbox__input[disabled]:not(:checked):not([data-checked=true]) ~ .dnb-checkbox__button {
|
|
2089
|
+
border-color: var(--checkbox-color-border-off--disabled);
|
|
2090
|
+
background-color: var(--checkbox-color-background-off--disabled);
|
|
2091
|
+
}
|
|
2092
|
+
.dnb-checkbox__input:not([disabled]):active ~ .dnb-checkbox__button {
|
|
2093
|
+
background-color: var(--checkbox-color-background--active);
|
|
2094
|
+
border-color: var(--checkbox-color-border--active);
|
|
2095
|
+
}
|
|
2096
|
+
.dnb-checkbox__input:not([disabled]):checked:active ~ .dnb-checkbox__gfx, .dnb-checkbox__input:not([disabled])[data-checked=true]:active ~ .dnb-checkbox__gfx {
|
|
2097
|
+
color: var(--checkbox-color-gfx-on);
|
|
2098
|
+
}
|
|
2099
|
+
.dnb-checkbox__input:not([disabled]):not(:focus):hover ~ .dnb-checkbox__button {
|
|
2100
|
+
border-color: var(--checkbox-color-border-off--hover);
|
|
2101
|
+
background-color: var(--checkbox-color-background--hover);
|
|
2102
|
+
}
|
|
2103
|
+
.dnb-checkbox__input:not([disabled]):not(:focus):hover ~ .dnb-checkbox__gfx {
|
|
2104
|
+
color: var(--checkbox-color-gfx--hover);
|
|
2105
|
+
}
|
|
2106
|
+
.dnb-checkbox__input:not([disabled]):not(:focus):checked:hover ~ .dnb-checkbox__button, .dnb-checkbox__input:not([disabled]):not(:focus)[data-checked=true]:hover ~ .dnb-checkbox__button {
|
|
2107
|
+
border-color: var(--checkbox-color-border-on--hover);
|
|
2108
|
+
}
|
|
2109
|
+
html[data-whatinput=keyboard] .dnb-checkbox__input:not([disabled]):focus ~ .dnb-checkbox__button {
|
|
2110
|
+
border: none;
|
|
2111
|
+
background-color: var(--checkbox-color-background--focus);
|
|
2112
|
+
}
|
|
2113
|
+
html[data-whatinput=keyboard] .dnb-checkbox__input:not([disabled]):focus ~ .dnb-checkbox__gfx {
|
|
2114
|
+
color: var(--checkbox-color-gfx--focus);
|
|
2115
|
+
}
|
|
2116
|
+
.dnb-checkbox__input:not([disabled]):focus ~ .dnb-checkbox__button .dnb-checkbox__focus, .dnb-checkbox__input:not([disabled]):active ~ .dnb-checkbox__button .dnb-checkbox__focus {
|
|
2117
|
+
display: block;
|
|
2118
|
+
}
|
|
2119
|
+
.dnb-checkbox__status--error .dnb-checkbox__input:not([disabled]):not(:active) ~ .dnb-checkbox__button {
|
|
2120
|
+
border: none;
|
|
2121
|
+
}
|
|
2122
|
+
.dnb-checkbox__status--error .dnb-checkbox__input:not([disabled]):not(:active) ~ .dnb-checkbox__button .dnb-checkbox__focus {
|
|
2123
|
+
display: block;
|
|
2124
|
+
--border-color: var(--checkbox-color-border--error);
|
|
2125
|
+
--border-width: var(--focus-ring-width);
|
|
2126
|
+
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
2127
|
+
border-color: transparent;
|
|
2128
|
+
}
|
|
2129
|
+
.dnb-checkbox__status--error .dnb-checkbox__input:not([disabled]):hover ~ .dnb-checkbox__button {
|
|
2130
|
+
background-color: var(--checkbox-color-background--error-contrast);
|
|
2131
|
+
}
|
|
2132
|
+
.dnb-checkbox__status--error .dnb-checkbox__input:not([disabled]):hover ~ .dnb-checkbox__button[data-checked=true] {
|
|
2133
|
+
border-color: var(--checkbox-color-border--error);
|
|
2134
|
+
}
|
|
2135
|
+
.dnb-checkbox__status--error .dnb-checkbox__input:not([disabled]):hover ~ .dnb-checkbox__gfx {
|
|
2136
|
+
color: var(--checkbox-color-gfx--error-contrast);
|
|
2137
|
+
}
|
|
2138
|
+
.dnb-checkbox__status--error .dnb-checkbox__input:not([disabled]):not(:active):not(:hover) ~ .dnb-checkbox__gfx {
|
|
2139
|
+
color: var(--checkbox-color-gfx--error);
|
|
2140
|
+
}
|
|
2141
|
+
html[data-whatinput=keyboard] .dnb-checkbox__status--error .dnb-checkbox__input:not([disabled]):focus ~ .dnb-checkbox__button, html[data-whatinput=keyboard] .dnb-checkbox__status--error .dnb-checkbox__input:not([disabled]):focus:hover ~ .dnb-checkbox__button {
|
|
2142
|
+
border: none;
|
|
2143
|
+
background-color: var(--checkbox-color-background--error-contrast);
|
|
2144
|
+
--border-color: var(--checkbox-color-border--error);
|
|
2145
|
+
--border-width: calc(var(--focus-ring-width) + 0.0625rem);
|
|
2146
|
+
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
2147
|
+
border-color: transparent;
|
|
2148
|
+
}
|
|
2149
|
+
html[data-whatinput=keyboard] .dnb-checkbox__status--error .dnb-checkbox__input:not([disabled]):focus:hover ~ .dnb-checkbox__gfx {
|
|
2150
|
+
color: var(--checkbox-color-gfx--error-contrast);
|
|
2151
|
+
}
|
|
2152
|
+
.dnb-checkbox__status--error .dnb-checkbox__input:not([disabled]):not(:active):not(:hover):checked ~ .dnb-checkbox__button, .dnb-checkbox__status--error .dnb-checkbox__input:not([disabled]):not(:active):not(:hover)[data-checked=true] ~ .dnb-checkbox__button {
|
|
2153
|
+
background-color: var(--checkbox-color-background-on--error);
|
|
2154
|
+
}
|
|
1816
2155
|
.dnb-checkbox.dnb-skeleton .dnb-checkbox__input[disabled] ~ .dnb-checkbox__button {
|
|
1817
2156
|
border-color: var(--skeleton-color);
|
|
1818
2157
|
}
|
|
1819
2158
|
.dnb-checkbox.dnb-skeleton .dnb-checkbox__input[disabled] ~ .dnb-checkbox__button::before {
|
|
1820
2159
|
border-radius: 0;
|
|
1821
2160
|
}
|
|
2161
|
+
.dnb-checkbox.dnb-skeleton .dnb-checkbox__input[disabled] ~ .dnb-checkbox__gfx {
|
|
2162
|
+
color: var(--skeleton-color);
|
|
2163
|
+
}
|
|
1822
2164
|
|
|
1823
2165
|
/*
|
|
1824
2166
|
* DatePicker component
|
|
@@ -2044,7 +2386,6 @@ html[data-visual-test] .dnb-date-picker:not(.dnb-date-picker--opened) .dnb-date-
|
|
|
2044
2386
|
display: flex;
|
|
2045
2387
|
flex-flow: row wrap;
|
|
2046
2388
|
justify-content: flex-start;
|
|
2047
|
-
grid-gap: 1rem;
|
|
2048
2389
|
gap: 1rem;
|
|
2049
2390
|
padding: 1rem;
|
|
2050
2391
|
}
|
|
@@ -2451,7 +2792,6 @@ html[data-whatinput=keyboard] .dnb-date-picker table.dnb-no-focus:focus {
|
|
|
2451
2792
|
display: flex;
|
|
2452
2793
|
flex-flow: row wrap;
|
|
2453
2794
|
justify-content: center;
|
|
2454
|
-
grid-gap: 1rem;
|
|
2455
2795
|
gap: 1rem;
|
|
2456
2796
|
width: 100%;
|
|
2457
2797
|
}
|
|
@@ -3208,7 +3548,6 @@ label + .dnb-dropdown[class*=__form-status] .dnb-dropdown__shell {
|
|
|
3208
3548
|
|
|
3209
3549
|
.dnb-flex-container {
|
|
3210
3550
|
display: flex;
|
|
3211
|
-
grid-row-gap: var(--gap, 0);
|
|
3212
3551
|
row-gap: var(--gap, 0);
|
|
3213
3552
|
}
|
|
3214
3553
|
.dnb-flex-container--direction-horizontal {
|
|
@@ -3278,7 +3617,7 @@ label + .dnb-dropdown[class*=__form-status] .dnb-dropdown__shell {
|
|
|
3278
3617
|
.dnb-flex-container--row-gap-large, .dnb-flex-container--has-size.dnb-flex-container--spacing-large {
|
|
3279
3618
|
--gap: var(--spacing-large);
|
|
3280
3619
|
}
|
|
3281
|
-
.dnb-flex-
|
|
3620
|
+
.dnb-flex-container__hr.dnb-hr {
|
|
3282
3621
|
width: 100%;
|
|
3283
3622
|
color: var(--color-black-8);
|
|
3284
3623
|
}
|
|
@@ -3343,7 +3682,6 @@ label + .dnb-dropdown[class*=__form-status] .dnb-dropdown__shell {
|
|
|
3343
3682
|
display: inline-block;
|
|
3344
3683
|
width: auto;
|
|
3345
3684
|
padding: 0;
|
|
3346
|
-
margin-right: 1rem;
|
|
3347
3685
|
text-align: left;
|
|
3348
3686
|
vertical-align: baseline;
|
|
3349
3687
|
white-space: pre-wrap;
|
|
@@ -3546,8 +3884,6 @@ button .dnb-form-status__text {
|
|
|
3546
3884
|
}
|
|
3547
3885
|
.dnb-global-error--center {
|
|
3548
3886
|
display: grid;
|
|
3549
|
-
align-content: center;
|
|
3550
|
-
justify-content: center;
|
|
3551
3887
|
place-content: center;
|
|
3552
3888
|
height: 80vh;
|
|
3553
3889
|
}
|
|
@@ -3574,7 +3910,6 @@ button .dnb-form-status__text {
|
|
|
3574
3910
|
display: flex;
|
|
3575
3911
|
flex-flow: row wrap;
|
|
3576
3912
|
justify-content: center;
|
|
3577
|
-
grid-gap: 2rem;
|
|
3578
3913
|
gap: 2rem;
|
|
3579
3914
|
}
|
|
3580
3915
|
.dnb-global-error__links .dnb-anchor {
|
|
@@ -3583,7 +3918,6 @@ button .dnb-form-status__text {
|
|
|
3583
3918
|
@media screen and (max-width: 40em) {
|
|
3584
3919
|
.dnb-global-error__links {
|
|
3585
3920
|
flex-direction: column;
|
|
3586
|
-
grid-gap: 1rem;
|
|
3587
3921
|
gap: 1rem;
|
|
3588
3922
|
}
|
|
3589
3923
|
}
|
|
@@ -3606,10 +3940,6 @@ button .dnb-form-status__text {
|
|
|
3606
3940
|
.dnb-global-status.dnb-section {
|
|
3607
3941
|
display: block;
|
|
3608
3942
|
}
|
|
3609
|
-
.dnb-global-status__wrapper {
|
|
3610
|
-
position: relative;
|
|
3611
|
-
z-index: 1;
|
|
3612
|
-
}
|
|
3613
3943
|
.dnb-global-status__shell {
|
|
3614
3944
|
width: 100%;
|
|
3615
3945
|
opacity: 1;
|
|
@@ -3681,9 +4011,6 @@ button .dnb-form-status__text {
|
|
|
3681
4011
|
.dnb-global-status__content .dnb-ul .dnb-anchor:last-of-type, .dnb-spacing .dnb-global-status__content .dnb-ul .dnb-anchor:last-of-type, .dnb-spacing .dnb-global-status__content .dnb-ul:not([class*=dnb-space]) .dnb-anchor:last-of-type {
|
|
3682
4012
|
margin-left: 0.5rem;
|
|
3683
4013
|
}
|
|
3684
|
-
.dnb-global-status__content .dnb-hr, .dnb-spacing .dnb-global-status__content .dnb-hr, .dnb-spacing .dnb-global-status__content .dnb-hr:not([class*=dnb-space]) {
|
|
3685
|
-
margin: 0;
|
|
3686
|
-
}
|
|
3687
4014
|
|
|
3688
4015
|
/*
|
|
3689
4016
|
* Utilities
|
|
@@ -3692,9 +4019,7 @@ button .dnb-form-status__text {
|
|
|
3692
4019
|
display: grid;
|
|
3693
4020
|
grid-template-columns: repeat(var(--grid-columns), minmax(0, 1fr));
|
|
3694
4021
|
grid-auto-flow: dense;
|
|
3695
|
-
grid-row-gap: var(--row-gap, 0);
|
|
3696
4022
|
row-gap: var(--row-gap, 0);
|
|
3697
|
-
grid-column-gap: var(--column-gap, 0);
|
|
3698
4023
|
-moz-column-gap: var(--column-gap, 0);
|
|
3699
4024
|
column-gap: var(--column-gap, 0);
|
|
3700
4025
|
--grid-columns: var(--small-columns, 4);
|
|
@@ -3909,10 +4234,7 @@ p > .dnb-icon {
|
|
|
3909
4234
|
.dnb-info-card::after {
|
|
3910
4235
|
content: "";
|
|
3911
4236
|
position: absolute;
|
|
3912
|
-
|
|
3913
|
-
right: 0;
|
|
3914
|
-
bottom: 0;
|
|
3915
|
-
left: 0;
|
|
4237
|
+
inset: 0;
|
|
3916
4238
|
pointer-events: none;
|
|
3917
4239
|
border: 1px solid var(--color-black-8);
|
|
3918
4240
|
}
|
|
@@ -3949,6 +4271,73 @@ p > .dnb-icon {
|
|
|
3949
4271
|
text-align: center;
|
|
3950
4272
|
}
|
|
3951
4273
|
|
|
4274
|
+
/*
|
|
4275
|
+
* InputMasked component
|
|
4276
|
+
*
|
|
4277
|
+
*/
|
|
4278
|
+
/*
|
|
4279
|
+
* Utilities
|
|
4280
|
+
*/
|
|
4281
|
+
.dnb-input-masked--guide {
|
|
4282
|
+
font-family: var(--font-family-monospace);
|
|
4283
|
+
}
|
|
4284
|
+
|
|
4285
|
+
.dnb-multi-input-mask__fieldset {
|
|
4286
|
+
margin: 0;
|
|
4287
|
+
padding: 0;
|
|
4288
|
+
border: none;
|
|
4289
|
+
}
|
|
4290
|
+
.dnb-multi-input-mask__fieldset--horizontal {
|
|
4291
|
+
display: inline-flex;
|
|
4292
|
+
flex-flow: row wrap;
|
|
4293
|
+
align-items: baseline;
|
|
4294
|
+
gap: 1rem;
|
|
4295
|
+
}
|
|
4296
|
+
|
|
4297
|
+
.dnb-multi-input-mask__input.dnb-input__input {
|
|
4298
|
+
display: inline-block;
|
|
4299
|
+
width: auto;
|
|
4300
|
+
margin: 0;
|
|
4301
|
+
padding: 0 0.125rem;
|
|
4302
|
+
transform: translateY(0);
|
|
4303
|
+
outline: none;
|
|
4304
|
+
font-family: var(--font-family-monospace);
|
|
4305
|
+
text-align: center;
|
|
4306
|
+
border: none;
|
|
4307
|
+
background: transparent;
|
|
4308
|
+
overflow: visible;
|
|
4309
|
+
white-space: nowrap;
|
|
4310
|
+
}
|
|
4311
|
+
.dnb-multi-input-mask__input.dnb-input__input:first-of-type {
|
|
4312
|
+
padding-left: 0.5rem;
|
|
4313
|
+
}
|
|
4314
|
+
.dnb-multi-input-mask__input.dnb-input__input:last-of-type {
|
|
4315
|
+
padding-right: 0.5rem;
|
|
4316
|
+
}
|
|
4317
|
+
|
|
4318
|
+
.dnb-multi-input-mask {
|
|
4319
|
+
width: -moz-fit-content;
|
|
4320
|
+
width: fit-content;
|
|
4321
|
+
}
|
|
4322
|
+
.dnb-multi-input-mask:not(.dnb-input__status--error) .dnb-multi-input-mask__input,
|
|
4323
|
+
.dnb-multi-input-mask:not(.dnb-input__status--error) .dnb-multi-input-mask__delimiter {
|
|
4324
|
+
color: var(--color-black-55);
|
|
4325
|
+
}
|
|
4326
|
+
.dnb-multi-input-mask:not(.dnb-input__status--error) .dnb-multi-input-mask__input--highlight,
|
|
4327
|
+
.dnb-multi-input-mask:not(.dnb-input__status--error) .dnb-multi-input-mask__delimiter--highlight {
|
|
4328
|
+
color: var(--color-black);
|
|
4329
|
+
}
|
|
4330
|
+
.dnb-multi-input-mask .dnb-input__shell:focus-within {
|
|
4331
|
+
box-shadow: 0 0 0 var(--input-border-width--focus) var(--input-border-color--hover);
|
|
4332
|
+
}
|
|
4333
|
+
|
|
4334
|
+
.dnb-multi-input-mask__legend--horizontal.dnb-form-label {
|
|
4335
|
+
display: contents;
|
|
4336
|
+
}
|
|
4337
|
+
.dnb-multi-input-mask__legend:not([disabled]):hover ~ .dnb-multi-input-mask .dnb-input__shell {
|
|
4338
|
+
box-shadow: 0 0 0 var(--input-border-width--focus) var(--input-border-color--hover);
|
|
4339
|
+
}
|
|
4340
|
+
|
|
3952
4341
|
/*
|
|
3953
4342
|
* Input component
|
|
3954
4343
|
*
|
|
@@ -4036,9 +4425,6 @@ p > .dnb-icon {
|
|
|
4036
4425
|
.dnb-input__input::-ms-clear {
|
|
4037
4426
|
display: none;
|
|
4038
4427
|
}
|
|
4039
|
-
.dnb-input__input:autofill {
|
|
4040
|
-
box-shadow: 0 0 0 var(--input-border-width) var(--input-border-color), 0 0 0 10em var(--input-background-color) inset;
|
|
4041
|
-
}
|
|
4042
4428
|
.dnb-input ::-webkit-file-upload-button {
|
|
4043
4429
|
cursor: pointer;
|
|
4044
4430
|
outline: none;
|
|
@@ -4070,6 +4456,12 @@ p > .dnb-icon {
|
|
|
4070
4456
|
display: inline-flex;
|
|
4071
4457
|
align-items: center;
|
|
4072
4458
|
}
|
|
4459
|
+
.dnb-input__input:-webkit-autofill {
|
|
4460
|
+
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;
|
|
4461
|
+
}
|
|
4462
|
+
.dnb-input__input:autofill {
|
|
4463
|
+
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;
|
|
4464
|
+
}
|
|
4073
4465
|
.dnb-input__suffix {
|
|
4074
4466
|
color: inherit;
|
|
4075
4467
|
}
|
|
@@ -4257,6 +4649,7 @@ html:not([data-whatintent=touch]) .dnb-input--clear.dnb-input__submit-element .d
|
|
|
4257
4649
|
.dnb-input__icon {
|
|
4258
4650
|
order: 0;
|
|
4259
4651
|
position: absolute;
|
|
4652
|
+
z-index: 2;
|
|
4260
4653
|
left: 1rem;
|
|
4261
4654
|
right: auto;
|
|
4262
4655
|
top: 0;
|
|
@@ -4283,6 +4676,12 @@ html:not([data-whatintent=touch]) .dnb-input--clear.dnb-input__submit-element .d
|
|
|
4283
4676
|
html[data-visual-test] .dnb-input__input {
|
|
4284
4677
|
caret-color: var(--color-white);
|
|
4285
4678
|
}
|
|
4679
|
+
.dnb-input[data-has-content=false] .dnb-input__input:focus:-webkit-autofill {
|
|
4680
|
+
--autofill-inset: none;
|
|
4681
|
+
}
|
|
4682
|
+
.dnb-input[data-has-content=false] .dnb-input__input:focus:autofill {
|
|
4683
|
+
--autofill-inset: none;
|
|
4684
|
+
}
|
|
4286
4685
|
@media screen and (max-width: 40em) {
|
|
4287
4686
|
.dnb-responsive-component .dnb-input {
|
|
4288
4687
|
display: flex;
|
|
@@ -4298,74 +4697,6 @@ html[data-visual-test] .dnb-input__input {
|
|
|
4298
4697
|
}
|
|
4299
4698
|
}
|
|
4300
4699
|
|
|
4301
|
-
/*
|
|
4302
|
-
* InputMasked component
|
|
4303
|
-
*
|
|
4304
|
-
*/
|
|
4305
|
-
/*
|
|
4306
|
-
* Utilities
|
|
4307
|
-
*/
|
|
4308
|
-
.dnb-input-masked--guide {
|
|
4309
|
-
font-family: var(--font-family-monospace);
|
|
4310
|
-
}
|
|
4311
|
-
|
|
4312
|
-
.dnb-multi-input-mask__fieldset {
|
|
4313
|
-
margin: 0;
|
|
4314
|
-
padding: 0;
|
|
4315
|
-
border: none;
|
|
4316
|
-
}
|
|
4317
|
-
.dnb-multi-input-mask__fieldset--horizontal {
|
|
4318
|
-
display: inline-flex;
|
|
4319
|
-
flex-flow: row wrap;
|
|
4320
|
-
align-items: baseline;
|
|
4321
|
-
grid-gap: 1rem;
|
|
4322
|
-
gap: 1rem;
|
|
4323
|
-
}
|
|
4324
|
-
|
|
4325
|
-
.dnb-multi-input-mask__input {
|
|
4326
|
-
display: inline-block;
|
|
4327
|
-
width: auto;
|
|
4328
|
-
margin: 0;
|
|
4329
|
-
padding: 0 0.125rem;
|
|
4330
|
-
transform: translateY(0);
|
|
4331
|
-
outline: none;
|
|
4332
|
-
font-family: var(--font-family-monospace);
|
|
4333
|
-
text-align: center;
|
|
4334
|
-
border: none;
|
|
4335
|
-
background: transparent;
|
|
4336
|
-
overflow: visible;
|
|
4337
|
-
white-space: nowrap;
|
|
4338
|
-
}
|
|
4339
|
-
.dnb-multi-input-mask__input:first-of-type {
|
|
4340
|
-
padding-left: 0.5rem;
|
|
4341
|
-
}
|
|
4342
|
-
.dnb-multi-input-mask__input:last-of-type {
|
|
4343
|
-
padding-right: 0.5rem;
|
|
4344
|
-
}
|
|
4345
|
-
|
|
4346
|
-
.dnb-multi-input-mask {
|
|
4347
|
-
width: -moz-fit-content;
|
|
4348
|
-
width: fit-content;
|
|
4349
|
-
}
|
|
4350
|
-
.dnb-multi-input-mask:not(.dnb-input__status--error) .dnb-multi-input-mask__input,
|
|
4351
|
-
.dnb-multi-input-mask:not(.dnb-input__status--error) .dnb-multi-input-mask__delimiter {
|
|
4352
|
-
color: var(--color-black-55);
|
|
4353
|
-
}
|
|
4354
|
-
.dnb-multi-input-mask:not(.dnb-input__status--error) .dnb-multi-input-mask__input--highlight,
|
|
4355
|
-
.dnb-multi-input-mask:not(.dnb-input__status--error) .dnb-multi-input-mask__delimiter--highlight {
|
|
4356
|
-
color: var(--color-black);
|
|
4357
|
-
}
|
|
4358
|
-
.dnb-multi-input-mask .dnb-input__shell:focus-within {
|
|
4359
|
-
box-shadow: 0 0 0 var(--input-border-width--focus) var(--input-border-color--hover);
|
|
4360
|
-
}
|
|
4361
|
-
|
|
4362
|
-
.dnb-multi-input-mask__legend--horizontal.dnb-form-label {
|
|
4363
|
-
display: contents;
|
|
4364
|
-
}
|
|
4365
|
-
.dnb-multi-input-mask__legend:not([disabled]):hover ~ .dnb-multi-input-mask .dnb-input__shell {
|
|
4366
|
-
box-shadow: 0 0 0 var(--input-border-width--focus) var(--input-border-color--hover);
|
|
4367
|
-
}
|
|
4368
|
-
|
|
4369
4700
|
/*
|
|
4370
4701
|
* Logo Component
|
|
4371
4702
|
*
|
|
@@ -4700,7 +5031,6 @@ html[data-visual-test] .dnb-modal__overlay, .dnb-modal__overlay--no-animation {
|
|
|
4700
5031
|
align-items: flex-end;
|
|
4701
5032
|
}
|
|
4702
5033
|
.dnb-pagination__bar__inner {
|
|
4703
|
-
grid-gap: 0.5rem;
|
|
4704
5034
|
gap: 0.5rem;
|
|
4705
5035
|
}
|
|
4706
5036
|
.dnb-pagination__button {
|
|
@@ -4814,10 +5144,7 @@ html[data-visual-test] .dnb-modal__overlay, .dnb-modal__overlay--no-animation {
|
|
|
4814
5144
|
}
|
|
4815
5145
|
.dnb-progress-indicator__circular svg {
|
|
4816
5146
|
position: absolute;
|
|
4817
|
-
|
|
4818
|
-
right: 0;
|
|
4819
|
-
bottom: 0;
|
|
4820
|
-
left: 0;
|
|
5147
|
+
inset: 0;
|
|
4821
5148
|
width: 100%;
|
|
4822
5149
|
height: 100%;
|
|
4823
5150
|
}
|
|
@@ -5054,6 +5381,7 @@ html[data-visual-test] .dnb-progress-indicator__bar-transition {
|
|
|
5054
5381
|
--radio-color-background-off: white;
|
|
5055
5382
|
--radio-color-border-off: black;
|
|
5056
5383
|
--radio-color-dot-on--disabled: lightgrey;
|
|
5384
|
+
--radio-color-background--disabled: white;
|
|
5057
5385
|
--radio-color-border-on--disabled: lightgrey;
|
|
5058
5386
|
--radio-color-border-off--disabled: lightgrey;
|
|
5059
5387
|
--radio-color-dot-on--active: lightgrey;
|
|
@@ -5061,13 +5389,17 @@ html[data-visual-test] .dnb-progress-indicator__bar-transition {
|
|
|
5061
5389
|
--radio-color-background-off--active: lightgrey;
|
|
5062
5390
|
--radio-color-border-off--active: transparent;
|
|
5063
5391
|
--radio-color-dot-on--hover: lightgrey;
|
|
5392
|
+
--radio-color-background-on--hover: lightgrey;
|
|
5064
5393
|
--radio-color-background-off--hover: lightgrey;
|
|
5065
5394
|
--radio-color-background-on--focus: var(--color-white);
|
|
5066
5395
|
--radio-color-background-off--focus: lightgrey;
|
|
5067
5396
|
--radio-color-dot-on--error: red;
|
|
5068
5397
|
--radio-color-border-on--error: red;
|
|
5069
|
-
--radio-color-
|
|
5398
|
+
--radio-color-border--error-hover: red;
|
|
5399
|
+
--radio-color-background-off--error-hover: lavenderblush;
|
|
5400
|
+
--radio-color-background-on--error-hover: lavenderblush;
|
|
5070
5401
|
--radio-color-dot-on--error-hover: lavenderblush;
|
|
5402
|
+
--radio-focus-ring-width--error: var(--focus-ring-width);
|
|
5071
5403
|
display: inline-flex;
|
|
5072
5404
|
flex-direction: column;
|
|
5073
5405
|
font-size: var(--font-size-small);
|
|
@@ -5256,9 +5588,6 @@ html[data-whatinput=keyboard] .dnb-radio__focus {
|
|
|
5256
5588
|
.dnb-radio-group .dnb-flex-container::before {
|
|
5257
5589
|
font-size: var(--font-size-basis);
|
|
5258
5590
|
}
|
|
5259
|
-
.dnb-skeleton .dnb-radio__input[disabled] ~ .dnb-radio__button {
|
|
5260
|
-
border-color: var(--skeleton-color);
|
|
5261
|
-
}
|
|
5262
5591
|
.dnb-radio__input:checked ~ .dnb-radio__button, .dnb-radio__input[data-checked=true] ~ .dnb-radio__button {
|
|
5263
5592
|
background-color: var(--radio-color-background-on);
|
|
5264
5593
|
border-color: var(--radio-color-border-on);
|
|
@@ -5277,12 +5606,20 @@ html[data-whatinput=keyboard] .dnb-radio__focus {
|
|
|
5277
5606
|
}
|
|
5278
5607
|
.dnb-radio__input[disabled]:checked ~ .dnb-radio__button, .dnb-radio__input[disabled][data-checked=true] ~ .dnb-radio__button {
|
|
5279
5608
|
border-color: var(--radio-color-border-on--disabled);
|
|
5609
|
+
background-color: var(--radio-color-background--disabled);
|
|
5280
5610
|
}
|
|
5281
5611
|
.dnb-radio__input[disabled]:checked ~ .dnb-radio__dot, .dnb-radio__input[disabled][data-checked=true] ~ .dnb-radio__dot {
|
|
5282
5612
|
background-color: var(--radio-color-dot-on--disabled);
|
|
5283
5613
|
}
|
|
5284
|
-
.dnb-radio__input[disabled]:not(:checked):not([data-checked=true]) ~ .dnb-radio__button {
|
|
5614
|
+
.dnb-radio__input[disabled]:not(:checked):not([data-checked=true]) ~ .dnb-radio__button:not(.dnb-skeleton) {
|
|
5285
5615
|
border-color: var(--radio-color-border-off--disabled);
|
|
5616
|
+
background-color: var(--radio-color-background--disabled);
|
|
5617
|
+
}
|
|
5618
|
+
.dnb-radio__input[disabled] ~ .dnb-radio__button.dnb-skeleton {
|
|
5619
|
+
border-color: var(--skeleton-color);
|
|
5620
|
+
}
|
|
5621
|
+
.dnb-radio__input[disabled] ~ .dnb-radio__button.dnb-skeleton::before {
|
|
5622
|
+
border-radius: 0;
|
|
5286
5623
|
}
|
|
5287
5624
|
.dnb-radio__input:not([disabled]):checked:active ~ .dnb-radio__button, .dnb-radio__input:not([disabled])[data-checked=true]:active ~ .dnb-radio__button {
|
|
5288
5625
|
border-color: var(--radio-color-border-on--active);
|
|
@@ -5297,6 +5634,9 @@ html[data-whatinput=keyboard] .dnb-radio__focus {
|
|
|
5297
5634
|
.dnb-radio__input:not([disabled]):not(:focus):checked:hover ~ .dnb-radio__dot, .dnb-radio__input:not([disabled]):not(:focus)[data-checked=true]:hover ~ .dnb-radio__dot {
|
|
5298
5635
|
background-color: var(--radio-color-dot-on--hover);
|
|
5299
5636
|
}
|
|
5637
|
+
.dnb-radio__input:not([disabled]):not(:focus):checked:hover ~ .dnb-radio__button, .dnb-radio__input:not([disabled]):not(:focus)[data-checked=true]:hover ~ .dnb-radio__button {
|
|
5638
|
+
background-color: var(--radio-color-background-on--hover);
|
|
5639
|
+
}
|
|
5300
5640
|
.dnb-radio__input:not([disabled]):not(:focus):not(:checked):not([data-checked=true]):hover ~ .dnb-radio__button {
|
|
5301
5641
|
background-color: var(--radio-color-background-off--hover);
|
|
5302
5642
|
}
|
|
@@ -5306,9 +5646,12 @@ html[data-whatinput=keyboard] .dnb-radio__input:not([disabled]):focus ~ .dnb-rad
|
|
|
5306
5646
|
.dnb-radio__input:not([disabled]):focus ~ .dnb-radio__focus, .dnb-radio__input:not([disabled]):active ~ .dnb-radio__focus {
|
|
5307
5647
|
display: block;
|
|
5308
5648
|
}
|
|
5309
|
-
.dnb-radio__input:not([disabled]):not(:active):not(:hover):checked:focus ~ .dnb-radio__button, .dnb-radio__input:not([disabled]):not(:active):not(:hover)[data-checked=true]:focus ~ .dnb-radio__button {
|
|
5649
|
+
html[data-whatinput=keyboard] .dnb-radio__input:not([disabled]):not(:active):not(:hover):checked:focus ~ .dnb-radio__button, html[data-whatinput=keyboard] .dnb-radio__input:not([disabled]):not(:active):not(:hover)[data-checked=true]:focus ~ .dnb-radio__button {
|
|
5310
5650
|
background-color: var(--radio-color-background-on--focus);
|
|
5311
5651
|
}
|
|
5652
|
+
html[data-whatinput=keyboard] .dnb-radio__input:not([disabled]):not(:active):not(:hover):checked:focus ~ .dnb-radio__dot, html[data-whatinput=keyboard] .dnb-radio__input:not([disabled]):not(:active):not(:hover)[data-checked=true]:focus ~ .dnb-radio__dot {
|
|
5653
|
+
background-color: var(--radio-color-dot-on--focus, var(--focus-ring-color));
|
|
5654
|
+
}
|
|
5312
5655
|
html[data-whatinput=keyboard] .dnb-radio__input:not([disabled]):not(:checked):not([data-checked=true]):focus ~ .dnb-radio__button {
|
|
5313
5656
|
background-color: var(--radio-color-background-off--focus);
|
|
5314
5657
|
}
|
|
@@ -5318,7 +5661,13 @@ html[data-whatinput=keyboard] .dnb-radio__input:not([disabled]):not(:checked):no
|
|
|
5318
5661
|
.dnb-radio__status--error .dnb-radio__input:not([disabled]):not(:focus):not(:active) ~ .dnb-radio__focus {
|
|
5319
5662
|
display: block;
|
|
5320
5663
|
--border-color: var(--radio-color-border-on--error);
|
|
5321
|
-
--border-width: var(--focus-ring-width);
|
|
5664
|
+
--border-width: var(--radio-focus-ring-width--error);
|
|
5665
|
+
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
5666
|
+
border-color: transparent;
|
|
5667
|
+
}
|
|
5668
|
+
.dnb-radio__status--error .dnb-radio__input:not([disabled]):not(:focus):not(:active):hover ~ .dnb-radio__focus {
|
|
5669
|
+
--border-color: var(--radio-color-border--error-hover);
|
|
5670
|
+
--border-width: var(--radio-focus-ring-width--error);
|
|
5322
5671
|
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
5323
5672
|
border-color: transparent;
|
|
5324
5673
|
}
|
|
@@ -5328,8 +5677,11 @@ html[data-whatinput=keyboard] .dnb-radio__input:not([disabled]):not(:checked):no
|
|
|
5328
5677
|
.dnb-radio__status--error .dnb-radio__input:not([disabled]):not(:focus):not(:active):checked:hover ~ .dnb-radio__dot, .dnb-radio__status--error .dnb-radio__input:not([disabled]):not(:focus):not(:active)[data-checked=true]:hover ~ .dnb-radio__dot {
|
|
5329
5678
|
background-color: var(--radio-color-dot-on--error-hover);
|
|
5330
5679
|
}
|
|
5680
|
+
.dnb-radio__status--error .dnb-radio__input:not([disabled]):not(:focus):not(:active):checked:hover ~ .dnb-radio__button, .dnb-radio__status--error .dnb-radio__input:not([disabled]):not(:focus):not(:active)[data-checked=true]:hover ~ .dnb-radio__button {
|
|
5681
|
+
background-color: var(--radio-color-background-on--error-hover);
|
|
5682
|
+
}
|
|
5331
5683
|
.dnb-radio__status--error .dnb-radio__input:not([disabled]):not(:focus):not(:checked):not([data-checked=true]):hover ~ .dnb-radio__button {
|
|
5332
|
-
background-color: var(--radio-color-background-off--error);
|
|
5684
|
+
background-color: var(--radio-color-background-off--error-hover);
|
|
5333
5685
|
}
|
|
5334
5686
|
|
|
5335
5687
|
/*
|
|
@@ -5357,6 +5709,13 @@ html[data-whatinput=keyboard] .dnb-radio__input:not([disabled]):not(:checked):no
|
|
|
5357
5709
|
.dnb-section[style*="--background-color"] {
|
|
5358
5710
|
background-color: var(--background-color, white);
|
|
5359
5711
|
}
|
|
5712
|
+
.dnb-section::before {
|
|
5713
|
+
content: "";
|
|
5714
|
+
position: absolute;
|
|
5715
|
+
inset: 0;
|
|
5716
|
+
box-shadow: var(--drop-shadow, none);
|
|
5717
|
+
border-radius: var(--rounded-corner, 0);
|
|
5718
|
+
}
|
|
5360
5719
|
.dnb-section::after {
|
|
5361
5720
|
content: "";
|
|
5362
5721
|
visibility: var(--breakout, hidden);
|
|
@@ -5381,6 +5740,7 @@ html[data-whatinput=keyboard] .dnb-radio__input:not([disabled]):not(:checked):no
|
|
|
5381
5740
|
--background-color--value: var(--background-color--small);
|
|
5382
5741
|
--text-color--value: var(--text-color--small);
|
|
5383
5742
|
--outline-color: var(--outline-color--small);
|
|
5743
|
+
--drop-shadow: var(--drop-shadow--small);
|
|
5384
5744
|
--rounded-corner: var(
|
|
5385
5745
|
--rounded-corner--small,
|
|
5386
5746
|
var(--rounded-corner--fallback)
|
|
@@ -5393,6 +5753,7 @@ html[data-whatinput=keyboard] .dnb-radio__input:not([disabled]):not(:checked):no
|
|
|
5393
5753
|
--background-color--value: var(--background-color--medium);
|
|
5394
5754
|
--text-color--value: var(--text-color--medium);
|
|
5395
5755
|
--outline-color: var(--outline-color--medium);
|
|
5756
|
+
--drop-shadow: var(--drop-shadow--medium);
|
|
5396
5757
|
--rounded-corner: var(
|
|
5397
5758
|
--rounded-corner--medium,
|
|
5398
5759
|
var(--rounded-corner--fallback)
|
|
@@ -5405,6 +5766,7 @@ html[data-whatinput=keyboard] .dnb-radio__input:not([disabled]):not(:checked):no
|
|
|
5405
5766
|
--background-color--value: var(--background-color--large);
|
|
5406
5767
|
--text-color--value: var(--text-color--large);
|
|
5407
5768
|
--outline-color: var(--outline-color--large);
|
|
5769
|
+
--drop-shadow: var(--drop-shadow--large);
|
|
5408
5770
|
--rounded-corner: var(
|
|
5409
5771
|
--rounded-corner--large,
|
|
5410
5772
|
var(--rounded-corner--fallback)
|
|
@@ -5513,7 +5875,6 @@ html[data-whatinput=keyboard] .dnb-radio__input:not([disabled]):not(:checked):no
|
|
|
5513
5875
|
background-color: var(--skeleton-color) !important;
|
|
5514
5876
|
}
|
|
5515
5877
|
.dnb-skeleton--shape.dnb-skeleton::after {
|
|
5516
|
-
background-image: repeating-linear-gradient(-45deg, var(--skeleton-color--contrast) 1px, var(--skeleton-color--contrast) 2px, transparent 0, transparent 6px) !important;
|
|
5517
5878
|
background-image: repeating-linear-gradient(-45deg, var(--skeleton-color--contrast) 1px 2px, transparent 0 6px) !important;
|
|
5518
5879
|
background-repeat: repeat !important;
|
|
5519
5880
|
background-size: 100% !important;
|
|
@@ -5548,7 +5909,6 @@ html[data-whatinput=keyboard] .dnb-radio__input:not([disabled]):not(:checked):no
|
|
|
5548
5909
|
-webkit-text-fill-color: transparent !important;
|
|
5549
5910
|
-webkit-background-clip: text !important;
|
|
5550
5911
|
background-clip: text !important;
|
|
5551
|
-
background-image: repeating-linear-gradient(-45deg, var(--skeleton-color--contrast) 1px, var(--skeleton-color--contrast) 2px, transparent 0, transparent 6px) !important;
|
|
5552
5912
|
background-image: repeating-linear-gradient(-45deg, var(--skeleton-color--contrast) 1px 2px, transparent 0 6px) !important;
|
|
5553
5913
|
--border-color: var(--skeleton-color);
|
|
5554
5914
|
background-color: var(--skeleton-color) !important;
|
|
@@ -5648,10 +6008,7 @@ html[data-visual-test] .dnb-skeleton--font, html[data-visual-test] .dnb-skeleton
|
|
|
5648
6008
|
.dnb-skip-content__focus:focus::before {
|
|
5649
6009
|
content: "";
|
|
5650
6010
|
position: absolute;
|
|
5651
|
-
|
|
5652
|
-
right: var(--focus-ring-width);
|
|
5653
|
-
bottom: var(--focus-ring-width);
|
|
5654
|
-
left: var(--focus-ring-width);
|
|
6011
|
+
inset: var(--focus-ring-width);
|
|
5655
6012
|
outline: none;
|
|
5656
6013
|
}
|
|
5657
6014
|
html[data-whatinput=keyboard] .dnb-skip-content__focus:focus::before {
|
|
@@ -6608,11 +6965,11 @@ html[data-visual-test] .dnb-step-indicator-wrapper .dnb-step-indicator__item .dn
|
|
|
6608
6965
|
font-size: var(--font-size-basis);
|
|
6609
6966
|
}
|
|
6610
6967
|
.dnb-switch__shell {
|
|
6611
|
-
-webkit-user-select: none;
|
|
6612
|
-
user-select: none;
|
|
6613
6968
|
position: relative;
|
|
6614
6969
|
display: flex;
|
|
6615
6970
|
align-items: center;
|
|
6971
|
+
-webkit-user-select: none;
|
|
6972
|
+
user-select: none;
|
|
6616
6973
|
}
|
|
6617
6974
|
.dnb-switch--large {
|
|
6618
6975
|
line-height: var(--switch-height--large);
|
|
@@ -6634,9 +6991,9 @@ html[data-visual-test] .dnb-step-indicator-wrapper .dnb-step-indicator__item .dn
|
|
|
6634
6991
|
left: 0;
|
|
6635
6992
|
width: var(--switch-height--medium);
|
|
6636
6993
|
height: var(--switch-height--medium);
|
|
6637
|
-
|
|
6638
|
-
transition: transform 160ms ease-out 125ms;
|
|
6994
|
+
background-color: lightgrey;
|
|
6639
6995
|
border: var(--switch-border-width--medium) solid transparent;
|
|
6996
|
+
transition: transform 160ms ease-out 125ms;
|
|
6640
6997
|
}
|
|
6641
6998
|
.dnb-switch--large .dnb-switch__button {
|
|
6642
6999
|
width: var(--switch-height--large);
|
|
@@ -6649,10 +7006,6 @@ html[data-visual-test] .dnb-step-indicator-wrapper .dnb-step-indicator__item .dn
|
|
|
6649
7006
|
z-index: 2;
|
|
6650
7007
|
width: 100%;
|
|
6651
7008
|
height: 100%;
|
|
6652
|
-
transition: transform 150ms ease-out;
|
|
6653
|
-
transform: rotate(0deg);
|
|
6654
|
-
-webkit-clip-path: polygon(50% 15%, 110% 15%, 110% -10%, -10% -10%, -10% 110%, 110% 110%, 110% 85%, 50% 85%);
|
|
6655
|
-
clip-path: polygon(50% 15%, 110% 15%, 110% -10%, -10% -10%, -10% 110%, 110% 110%, 110% 85%, 50% 85%);
|
|
6656
7009
|
outline: none;
|
|
6657
7010
|
}
|
|
6658
7011
|
html[data-whatinput=keyboard] .dnb-switch__focus {
|
|
@@ -6676,10 +7029,21 @@ html[data-whatinput=keyboard] .dnb-switch__focus {
|
|
|
6676
7029
|
transform: translateX(calc(var(--switch-width--large) - 2rem + var(--switch-border-width--large)));
|
|
6677
7030
|
}
|
|
6678
7031
|
.dnb-switch__background {
|
|
7032
|
+
position: relative;
|
|
7033
|
+
display: flex;
|
|
7034
|
+
flex-direction: row;
|
|
7035
|
+
align-items: center;
|
|
7036
|
+
overflow: hidden;
|
|
6679
7037
|
width: var(--switch-width--medium);
|
|
6680
7038
|
height: calc(var(--switch-height--medium) - 0.5rem);
|
|
7039
|
+
background-color: grey;
|
|
6681
7040
|
border-radius: calc(var(--switch-height--medium) - 0.25rem);
|
|
6682
7041
|
}
|
|
7042
|
+
.dnb-switch__background::after {
|
|
7043
|
+
content: "";
|
|
7044
|
+
position: absolute;
|
|
7045
|
+
transition: transform 0.3s ease-out, position 0.3s ease-out;
|
|
7046
|
+
}
|
|
6683
7047
|
.dnb-switch--large .dnb-switch__background {
|
|
6684
7048
|
width: var(--switch-width--large);
|
|
6685
7049
|
height: calc(var(--switch-height--large) - 0.75rem);
|
|
@@ -6705,6 +7069,18 @@ html[data-whatinput=keyboard] .dnb-switch__focus {
|
|
|
6705
7069
|
.dnb-switch__input:not([disabled]) {
|
|
6706
7070
|
cursor: pointer;
|
|
6707
7071
|
}
|
|
7072
|
+
.dnb-switch__input:not([disabled]):focus ~ .dnb-switch__background, .dnb-switch__input:not([disabled]):active ~ .dnb-switch__background {
|
|
7073
|
+
outline: none;
|
|
7074
|
+
}
|
|
7075
|
+
html[data-whatinput=keyboard] .dnb-switch__input:not([disabled]):focus ~ .dnb-switch__background, html[data-whatinput=keyboard] .dnb-switch__input:not([disabled]):active ~ .dnb-switch__background {
|
|
7076
|
+
--border-color: var(--focus-ring-color);
|
|
7077
|
+
--border-width: var(--focus-ring-width);
|
|
7078
|
+
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
7079
|
+
border-color: transparent;
|
|
7080
|
+
}
|
|
7081
|
+
.dnb-switch__input:not([disabled]):focus ~ .dnb-switch__button .dnb-switch__focus, .dnb-switch__input:not([disabled]):active ~ .dnb-switch__button .dnb-switch__focus {
|
|
7082
|
+
display: block;
|
|
7083
|
+
}
|
|
6708
7084
|
.dnb-switch .dnb-form-label {
|
|
6709
7085
|
padding-right: 0.5rem;
|
|
6710
7086
|
margin-right: 0;
|
|
@@ -6725,7 +7101,7 @@ html[data-whatinput=keyboard] .dnb-switch__focus {
|
|
|
6725
7101
|
}
|
|
6726
7102
|
.dnb-switch--label-position-left .dnb-switch__order .dnb-form-label {
|
|
6727
7103
|
order: 1;
|
|
6728
|
-
align-self:
|
|
7104
|
+
align-self: center;
|
|
6729
7105
|
}
|
|
6730
7106
|
.dnb-switch--label-position-left .dnb-switch__order .dnb-form-status {
|
|
6731
7107
|
order: 3;
|
|
@@ -6749,8 +7125,23 @@ html[data-whatinput=keyboard] .dnb-switch__focus {
|
|
|
6749
7125
|
background-color: var(--skeleton-color);
|
|
6750
7126
|
}
|
|
6751
7127
|
.dnb-switch.dnb-skeleton .dnb-switch__input[disabled]:not(:checked) ~ .dnb-switch__background::after {
|
|
7128
|
+
content: "";
|
|
6752
7129
|
border-color: var(--skeleton-color--contrast);
|
|
6753
7130
|
}
|
|
7131
|
+
.dnb-switch__status--error .dnb-switch__input:not([disabled]):not(:focus):not(:active) ~ .dnb-switch__button .dnb-switch__focus {
|
|
7132
|
+
display: block;
|
|
7133
|
+
--border-color: red;
|
|
7134
|
+
--border-width: var(--focus-ring-width, 0.125rem);
|
|
7135
|
+
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
7136
|
+
border-color: transparent;
|
|
7137
|
+
}
|
|
7138
|
+
.dnb-switch__status--error .dnb-switch__input:not([disabled]):not(:focus):not(:active) ~ .dnb-switch__background {
|
|
7139
|
+
background-color: tomato;
|
|
7140
|
+
--border-color: red;
|
|
7141
|
+
--border-width: var(--focus-ring-width, 0.125rem);
|
|
7142
|
+
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
7143
|
+
border-color: transparent;
|
|
7144
|
+
}
|
|
6754
7145
|
@supports (-ms-ime-align: auto) {
|
|
6755
7146
|
.dnb-switch__input:not(:checked) ~ .dnb-switch__button {
|
|
6756
7147
|
transform: translateX(0);
|
|
@@ -7308,10 +7699,7 @@ html[data-whatinput=keyboard] .dnb-table > thead > tr > th.dnb-table--active .dn
|
|
|
7308
7699
|
content: "";
|
|
7309
7700
|
position: absolute;
|
|
7310
7701
|
z-index: 3;
|
|
7311
|
-
|
|
7312
|
-
right: 0;
|
|
7313
|
-
bottom: 0;
|
|
7314
|
-
left: 0;
|
|
7702
|
+
inset: 0;
|
|
7315
7703
|
pointer-events: none;
|
|
7316
7704
|
border: var(--focus-ring-width) solid transparent;
|
|
7317
7705
|
}
|
|
@@ -7624,6 +8012,7 @@ html:not([data-visual-test]) .dnb-tabs__tabs__tablist {
|
|
|
7624
8012
|
border: none;
|
|
7625
8013
|
font-size: var(--font-size-basis);
|
|
7626
8014
|
line-height: var(--line-height-basis);
|
|
8015
|
+
-webkit-text-decoration: none;
|
|
7627
8016
|
text-decoration: none;
|
|
7628
8017
|
white-space: nowrap;
|
|
7629
8018
|
transition: margin 400ms ease-out;
|
|
@@ -7966,7 +8355,6 @@ html:not([data-whatintent=touch]) .dnb-tag--removable.dnb-button:hover:not([disa
|
|
|
7966
8355
|
.dnb-tag__group {
|
|
7967
8356
|
display: inline-flex;
|
|
7968
8357
|
flex-wrap: wrap;
|
|
7969
|
-
grid-gap: 0.5rem;
|
|
7970
8358
|
gap: 0.5rem;
|
|
7971
8359
|
}
|
|
7972
8360
|
|
|
@@ -8009,8 +8397,8 @@ html:not([data-whatintent=touch]) .dnb-tag--removable.dnb-button:hover:not([disa
|
|
|
8009
8397
|
.dnb-textarea__row {
|
|
8010
8398
|
display: inline-flex;
|
|
8011
8399
|
}
|
|
8012
|
-
.dnb-textarea__suffix {
|
|
8013
|
-
padding-left:
|
|
8400
|
+
.dnb-textarea__suffix.dnb-suffix {
|
|
8401
|
+
padding-left: 1rem;
|
|
8014
8402
|
}
|
|
8015
8403
|
.dnb-textarea__textarea {
|
|
8016
8404
|
position: relative;
|
|
@@ -8050,6 +8438,9 @@ html:not([data-visual-test]) .dnb-textarea__textarea {
|
|
|
8050
8438
|
background-color: var(--scrollbar-thumb-hover-color, #666);
|
|
8051
8439
|
}
|
|
8052
8440
|
}
|
|
8441
|
+
.dnb-textarea__input:-webkit-autofill {
|
|
8442
|
+
box-shadow: 0 0 0 var(--border-width) var(--border-color), 0 0 0 10em var(--textarea-background-color) inset;
|
|
8443
|
+
}
|
|
8053
8444
|
.dnb-textarea__input:autofill {
|
|
8054
8445
|
box-shadow: 0 0 0 var(--border-width) var(--border-color), 0 0 0 10em var(--textarea-background-color) inset;
|
|
8055
8446
|
}
|
|
@@ -8279,16 +8670,9 @@ html[data-visual-test] .dnb-textarea__textarea {
|
|
|
8279
8670
|
width: calc(var(--radio-width--medium) - 1rem);
|
|
8280
8671
|
height: calc(var(--radio-height--medium) - 1rem);
|
|
8281
8672
|
}
|
|
8282
|
-
.dnb-toggle-button--checked .dnb-toggle-button__button:not([disabled]):not(:active).dnb-button--secondary, .dnb-toggle-button--checked .dnb-toggle-button__button:not([disabled]):not(:active).dnb-button--secondary:hover {
|
|
8283
|
-
background-color: var(--color-emerald-green);
|
|
8284
|
-
color: var(--color-mint-green);
|
|
8285
|
-
}
|
|
8286
8673
|
:not(.dnb-toggle-button-group) > .dnb-form-label + .dnb-toggle-button {
|
|
8287
8674
|
vertical-align: top;
|
|
8288
8675
|
}
|
|
8289
|
-
.dnb-toggle-button-group__suffix {
|
|
8290
|
-
font-size: var(--font-size-basis);
|
|
8291
|
-
}
|
|
8292
8676
|
.dnb-toggle-button .dnb-form-status {
|
|
8293
8677
|
order: 2;
|
|
8294
8678
|
margin-top: 0.5rem;
|
|
@@ -8340,6 +8724,9 @@ html[data-visual-test] .dnb-textarea__textarea {
|
|
|
8340
8724
|
.dnb-toggle-button-group .dnb-alignment-helper {
|
|
8341
8725
|
line-height: 2.5rem;
|
|
8342
8726
|
}
|
|
8727
|
+
.dnb-toggle-button-group__suffix {
|
|
8728
|
+
font-size: var(--font-size-basis);
|
|
8729
|
+
}
|
|
8343
8730
|
@media screen and (min-width: 40em) {
|
|
8344
8731
|
.dnb-form-label + .dnb-toggle-button {
|
|
8345
8732
|
transform: translateY(-0.5rem);
|
|
@@ -8505,10 +8892,7 @@ html[data-visual-test] .dnb-tooltip--hide {
|
|
|
8505
8892
|
content: "";
|
|
8506
8893
|
pointer-events: none;
|
|
8507
8894
|
position: absolute;
|
|
8508
|
-
|
|
8509
|
-
right: 0;
|
|
8510
|
-
bottom: 0;
|
|
8511
|
-
left: 0;
|
|
8895
|
+
inset: 0;
|
|
8512
8896
|
height: 100%;
|
|
8513
8897
|
width: 100%;
|
|
8514
8898
|
border-radius: 0.5rem;
|
|
@@ -8516,10 +8900,7 @@ html[data-visual-test] .dnb-tooltip--hide {
|
|
|
8516
8900
|
stroke-width: 0.1875rem;
|
|
8517
8901
|
}
|
|
8518
8902
|
.dnb-upload--active .dnb-upload__outline {
|
|
8519
|
-
|
|
8520
|
-
right: -1px;
|
|
8521
|
-
bottom: -1px;
|
|
8522
|
-
left: -1px;
|
|
8903
|
+
inset: -1px;
|
|
8523
8904
|
width: calc(100% + 2px);
|
|
8524
8905
|
height: calc(100% + 2px);
|
|
8525
8906
|
stroke: var(--upload-border--active);
|
|
@@ -8545,10 +8926,7 @@ html[data-visual-test] .dnb-tooltip--hide {
|
|
|
8545
8926
|
.dnb-upload__file-list::before, .dnb-upload__file-cell::after {
|
|
8546
8927
|
content: "";
|
|
8547
8928
|
position: absolute;
|
|
8548
|
-
|
|
8549
|
-
right: 0;
|
|
8550
|
-
bottom: 0;
|
|
8551
|
-
left: 0;
|
|
8929
|
+
inset: 0;
|
|
8552
8930
|
height: 1px;
|
|
8553
8931
|
background-color: var(--upload-list-border);
|
|
8554
8932
|
}
|
|
@@ -8633,57 +9011,33 @@ html[data-visual-test] .dnb-tooltip--hide {
|
|
|
8633
9011
|
/*
|
|
8634
9012
|
* Utilities
|
|
8635
9013
|
*/
|
|
8636
|
-
/*
|
|
8637
|
-
* Button mixins
|
|
8638
|
-
*
|
|
8639
|
-
*/
|
|
8640
9014
|
.dnb-accordion {
|
|
8641
9015
|
--accordion-border-width: 0;
|
|
8642
9016
|
--accordion-border-radius: 0;
|
|
8643
9017
|
--accordion-header-margin-vertical: 1rem;
|
|
8644
9018
|
--accordion-header-margin-vertical--description: 0.5rem;
|
|
8645
|
-
--accordion-header-wrapper-margin: 1rem;
|
|
8646
9019
|
--accordion-header-wrapper-margin--icon-right: calc(
|
|
8647
|
-
1.5rem - var(--accordion-frame-width)
|
|
9020
|
+
1.5rem - var(--sb-accordion-frame-width)
|
|
8648
9021
|
);
|
|
8649
9022
|
--accordion-header-icon-gutter: 0.5rem;
|
|
8650
9023
|
--accordion-header-icon-margin: calc(
|
|
8651
|
-
1.5rem - var(--accordion-frame-width)
|
|
9024
|
+
1.5rem - var(--sb-accordion-frame-width)
|
|
8652
9025
|
);
|
|
8653
|
-
--accordion-frame-color: transparent;
|
|
8654
|
-
--accordion-frame-
|
|
8655
|
-
--accordion-frame-
|
|
8656
|
-
--accordion-
|
|
8657
|
-
|
|
8658
|
-
--accordion-bg: transparent;
|
|
8659
|
-
--accordion-bg--expanded: var(--sb-color-violet-light-4);
|
|
8660
|
-
--accordion-bg--disabled: var(--sb-color-gray-light-2);
|
|
8661
|
-
--accordion-content-padding-left: calc(
|
|
8662
|
-
3.5rem - var(--accordion-frame-width)
|
|
9026
|
+
--sb-accordion-frame-color: transparent;
|
|
9027
|
+
--sb-accordion-frame-width: 0.1875rem;
|
|
9028
|
+
--sb-accordion-frame-width--active: 0rem;
|
|
9029
|
+
--sb-accordion-content-padding-left: calc(
|
|
9030
|
+
3.5rem - var(--sb-accordion-frame-width)
|
|
8663
9031
|
);
|
|
8664
9032
|
color: var(--sb-color-text);
|
|
8665
9033
|
}
|
|
8666
9034
|
.dnb-accordion__header, .dnb-accordion__content {
|
|
8667
|
-
background-color: var(--accordion-
|
|
8668
|
-
border-left: var(--accordion-frame-width) solid var(--accordion-frame-color);
|
|
8669
|
-
}
|
|
8670
|
-
html:not([data-whatintent=touch]) .dnb-accordion__header.focus-visible[disabled] {
|
|
8671
|
-
cursor: not-allowed;
|
|
9035
|
+
background-color: var(--sb-accordion-background, transparent);
|
|
9036
|
+
border-left: var(--sb-accordion-frame-width) solid var(--sb-accordion-frame-color);
|
|
8672
9037
|
}
|
|
8673
9038
|
html:not([data-whatintent=touch]) .dnb-accordion__header:focus-visible[disabled] {
|
|
8674
9039
|
cursor: not-allowed;
|
|
8675
9040
|
}
|
|
8676
|
-
html:not([data-whatintent=touch]) .dnb-accordion__header.focus-visible:not([disabled]) {
|
|
8677
|
-
outline: none;
|
|
8678
|
-
--border-color: var(--focus-ring-color);
|
|
8679
|
-
--border-width: var(--focus-ring-width);
|
|
8680
|
-
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
8681
|
-
border-color: transparent;
|
|
8682
|
-
z-index: 1;
|
|
8683
|
-
border-radius: 0.125rem;
|
|
8684
|
-
background-color: var(--sb-color-blue-light-3);
|
|
8685
|
-
color: var(--border-color);
|
|
8686
|
-
}
|
|
8687
9041
|
html:not([data-whatintent=touch]) .dnb-accordion__header:focus-visible:not([disabled]) {
|
|
8688
9042
|
outline: none;
|
|
8689
9043
|
--border-color: var(--focus-ring-color);
|
|
@@ -8695,9 +9049,6 @@ html:not([data-whatintent=touch]) .dnb-accordion__header:focus-visible:not([disa
|
|
|
8695
9049
|
background-color: var(--sb-color-blue-light-3);
|
|
8696
9050
|
color: var(--border-color);
|
|
8697
9051
|
}
|
|
8698
|
-
html:not([data-whatintent=touch]) .dnb-accordion__header.focus-visible:not([disabled]) .dnb-accordion__header__icon {
|
|
8699
|
-
color: var(--border-color);
|
|
8700
|
-
}
|
|
8701
9052
|
html:not([data-whatintent=touch]) .dnb-accordion__header:focus-visible:not([disabled]) .dnb-accordion__header__icon {
|
|
8702
9053
|
color: var(--border-color);
|
|
8703
9054
|
}
|
|
@@ -8716,8 +9067,8 @@ html:not([data-whatintent=touch]) .dnb-accordion__header:hover:not([disabled]) {
|
|
|
8716
9067
|
--border-width: 0.0625rem;
|
|
8717
9068
|
box-shadow: inset 0 0 0 var(--border-width) var(--border-color);
|
|
8718
9069
|
--border-color: var(--sb-color-violet);
|
|
8719
|
-
border-left-width: var(--accordion-frame-width--active);
|
|
8720
|
-
padding-left: calc(var(--accordion-frame-width) - var(--accordion-frame-width--active));
|
|
9070
|
+
border-left-width: var(--sb-accordion-frame-width--active);
|
|
9071
|
+
padding-left: calc(var(--sb-accordion-frame-width) - var(--sb-accordion-frame-width--active));
|
|
8721
9072
|
}
|
|
8722
9073
|
.dnb-accordion__header__icon, .dnb-accordion__header__container {
|
|
8723
9074
|
color: var(--sb-color-violet);
|
|
@@ -8726,8 +9077,8 @@ html:not([data-whatintent=touch]) .dnb-accordion__header:hover:not([disabled]) {
|
|
|
8726
9077
|
--accordion-header-icon-margin: 1.5rem;
|
|
8727
9078
|
}
|
|
8728
9079
|
.dnb-accordion__header--icon-right + .dnb-accordion__content {
|
|
8729
|
-
--accordion-content-padding-left: calc(
|
|
8730
|
-
1.5rem - var(--accordion-frame-width)
|
|
9080
|
+
--sb-accordion-content-padding-left: calc(
|
|
9081
|
+
1.5rem - var(--sb-accordion-frame-width)
|
|
8731
9082
|
);
|
|
8732
9083
|
}
|
|
8733
9084
|
.dnb-accordion__header[disabled] * {
|
|
@@ -8735,20 +9086,17 @@ html:not([data-whatintent=touch]) .dnb-accordion__header:hover:not([disabled]) {
|
|
|
8735
9086
|
}
|
|
8736
9087
|
.dnb-accordion__content__inner {
|
|
8737
9088
|
margin-top: 0;
|
|
8738
|
-
padding: 0 1rem 1rem var(--accordion-content-padding-left);
|
|
9089
|
+
padding: 0 1rem 1rem var(--sb-accordion-content-padding-left);
|
|
8739
9090
|
}
|
|
8740
9091
|
.dnb-accordion--expanded {
|
|
8741
|
-
--accordion-
|
|
8742
|
-
--accordion-frame-color: var(--
|
|
8743
|
-
--accordion-frame-width--active: 0.125rem;
|
|
8744
|
-
}
|
|
8745
|
-
.dnb-accordion--expanded > .dnb-accordion__header {
|
|
8746
|
-
font-weight: var(--font-weight-medium);
|
|
9092
|
+
--sb-accordion-background: var(--sb-color-violet-light-4);
|
|
9093
|
+
--sb-accordion-frame-color: var(--sb-color-violet);
|
|
9094
|
+
--sb-accordion-frame-width--active: 0.125rem;
|
|
8747
9095
|
}
|
|
8748
9096
|
.dnb-accordion--expanded > .dnb-accordion__header[disabled],
|
|
8749
9097
|
.dnb-accordion--expanded > .dnb-accordion__header[disabled] + .dnb-accordion__content {
|
|
8750
|
-
--accordion-
|
|
8751
|
-
--accordion-frame-color: var(--
|
|
9098
|
+
--sb-accordion-background: var(--sb-color-gray-light-2);
|
|
9099
|
+
--sb-accordion-frame-color: var(--sb-color-gray-dark-2);
|
|
8752
9100
|
}
|
|
8753
9101
|
|
|
8754
9102
|
/*
|
|
@@ -8768,8 +9116,7 @@ html:not([data-whatintent=touch]) .dnb-accordion__header:hover:not([disabled]) {
|
|
|
8768
9116
|
--anchor-color--contrast: var(--sb-color-text);
|
|
8769
9117
|
font-weight: var(--font-weight-medium);
|
|
8770
9118
|
color: var(--sb-color-gray-dark-3);
|
|
8771
|
-
|
|
8772
|
-
text-decoration-color: var(--sb-color-green-dark);
|
|
9119
|
+
text-decoration-color: var(--sb-color-green-dark);
|
|
8773
9120
|
padding: 0.15625em 0;
|
|
8774
9121
|
border-radius: 0.5em;
|
|
8775
9122
|
box-shadow: inset 100vw 100vw 0 0 var(--anchor-background);
|
|
@@ -8801,37 +9148,20 @@ html:not([data-whatintent=touch]) .dnb-accordion__header:hover:not([disabled]) {
|
|
|
8801
9148
|
transition: none;
|
|
8802
9149
|
border-radius: 0.5em;
|
|
8803
9150
|
}
|
|
8804
|
-
:where(:not(.dnb-anchor--no-style)).dnb-anchor.focus-visible {
|
|
8805
|
-
color: var(--sb-color-blue-dark);
|
|
8806
|
-
background-color: var(--sb-color-blue-light-3);
|
|
8807
|
-
border-radius: 0.25em;
|
|
8808
|
-
}
|
|
8809
9151
|
:where(:not(.dnb-anchor--no-style)).dnb-anchor:focus-visible {
|
|
8810
9152
|
color: var(--sb-color-blue-dark);
|
|
8811
9153
|
background-color: var(--sb-color-blue-light-3);
|
|
8812
9154
|
border-radius: 0.25em;
|
|
8813
9155
|
}
|
|
8814
|
-
:where(:not(.dnb-anchor--no-style)).dnb-anchor.focus-visible.dnb-anchor--icon-left {
|
|
8815
|
-
margin-left: 0;
|
|
8816
|
-
}
|
|
8817
9156
|
:where(:not(.dnb-anchor--no-style)).dnb-anchor:focus-visible.dnb-anchor--icon-left {
|
|
8818
9157
|
margin-left: 0;
|
|
8819
9158
|
}
|
|
8820
|
-
:where(:not(.dnb-anchor--no-style)).dnb-anchor
|
|
9159
|
+
:where(:not(.dnb-anchor--no-style)).dnb-anchor:focus-visible.dnb-anchor--icon-left .dnb-icon {
|
|
8821
9160
|
margin-left: 0;
|
|
8822
9161
|
}
|
|
8823
|
-
:where(:not(.dnb-anchor--no-style)).dnb-anchor:focus-visible.dnb-anchor--icon-left .dnb-icon {
|
|
8824
|
-
margin-left: 0;
|
|
8825
|
-
}
|
|
8826
|
-
:where(:not(.dnb-anchor--no-style)).dnb-anchor.focus-visible.dnb-anchor--icon-right {
|
|
8827
|
-
margin-right: 0;
|
|
8828
|
-
}
|
|
8829
9162
|
:where(:not(.dnb-anchor--no-style)).dnb-anchor:focus-visible.dnb-anchor--icon-right {
|
|
8830
9163
|
margin-right: 0;
|
|
8831
9164
|
}
|
|
8832
|
-
:where(:not(.dnb-anchor--no-style)).dnb-anchor.focus-visible.dnb-anchor--icon-right .dnb-icon {
|
|
8833
|
-
margin-right: 0;
|
|
8834
|
-
}
|
|
8835
9165
|
:where(:not(.dnb-anchor--no-style)).dnb-anchor:focus-visible.dnb-anchor--icon-right .dnb-icon {
|
|
8836
9166
|
margin-right: 0;
|
|
8837
9167
|
}
|
|
@@ -8852,13 +9182,11 @@ html:not([data-whatintent=touch]) .dnb-accordion__header:hover:not([disabled]) {
|
|
|
8852
9182
|
margin-left: -1.125em;
|
|
8853
9183
|
}
|
|
8854
9184
|
:where(:not(.dnb-anchor--no-style)).dnb-anchor:not(.dnb-anchor--no-underline):not(.dnb-anchor--was-node):not(.anchor-hash):not(.dnb-anchor--inline):not(.dnb-anchor--icon-left)::before {
|
|
8855
|
-
|
|
8856
|
-
text-decoration-color: var(--sb-color-green-dark);
|
|
9185
|
+
text-decoration-color: var(--sb-color-green-dark);
|
|
8857
9186
|
content: " ";
|
|
8858
9187
|
}
|
|
8859
9188
|
:where(:not(.dnb-anchor--no-style)).dnb-anchor:not(.dnb-anchor--no-underline):not(.dnb-anchor--was-node):not(.anchor-hash):not(.dnb-anchor--inline):not(.dnb-anchor--icon-right)::after {
|
|
8860
|
-
|
|
8861
|
-
text-decoration-color: var(--sb-color-green-dark);
|
|
9189
|
+
text-decoration-color: var(--sb-color-green-dark);
|
|
8862
9190
|
content: " ";
|
|
8863
9191
|
}
|
|
8864
9192
|
|
|
@@ -8872,8 +9200,7 @@ html:not([data-whatintent=touch]) .dnb-accordion__header:hover:not([disabled]) {
|
|
|
8872
9200
|
--anchor-color--contrast: var(--sb-color-text);
|
|
8873
9201
|
font-weight: var(--font-weight-medium);
|
|
8874
9202
|
color: var(--sb-color-gray-dark-3);
|
|
8875
|
-
|
|
8876
|
-
text-decoration-color: var(--sb-color-green-dark);
|
|
9203
|
+
text-decoration-color: var(--sb-color-green-dark);
|
|
8877
9204
|
padding: 0.15625em 0;
|
|
8878
9205
|
border-radius: 0.5em;
|
|
8879
9206
|
box-shadow: inset 100vw 100vw 0 0 var(--anchor-background);
|
|
@@ -8905,37 +9232,20 @@ html:not([data-whatintent=touch]) .dnb-accordion__header:hover:not([disabled]) {
|
|
|
8905
9232
|
transition: none;
|
|
8906
9233
|
border-radius: 0.5em;
|
|
8907
9234
|
}
|
|
8908
|
-
:not(.dnb-anchor--no-style).dnb-anchor.focus-visible {
|
|
8909
|
-
color: var(--sb-color-blue-dark);
|
|
8910
|
-
background-color: var(--sb-color-blue-light-3);
|
|
8911
|
-
border-radius: 0.25em;
|
|
8912
|
-
}
|
|
8913
9235
|
:not(.dnb-anchor--no-style).dnb-anchor:focus-visible {
|
|
8914
9236
|
color: var(--sb-color-blue-dark);
|
|
8915
9237
|
background-color: var(--sb-color-blue-light-3);
|
|
8916
9238
|
border-radius: 0.25em;
|
|
8917
9239
|
}
|
|
8918
|
-
:not(.dnb-anchor--no-style).dnb-anchor.focus-visible.dnb-anchor--icon-left {
|
|
8919
|
-
margin-left: 0;
|
|
8920
|
-
}
|
|
8921
9240
|
:not(.dnb-anchor--no-style).dnb-anchor:focus-visible.dnb-anchor--icon-left {
|
|
8922
9241
|
margin-left: 0;
|
|
8923
9242
|
}
|
|
8924
|
-
:not(.dnb-anchor--no-style).dnb-anchor.focus-visible.dnb-anchor--icon-left .dnb-icon {
|
|
8925
|
-
margin-left: 0;
|
|
8926
|
-
}
|
|
8927
9243
|
:not(.dnb-anchor--no-style).dnb-anchor:focus-visible.dnb-anchor--icon-left .dnb-icon {
|
|
8928
9244
|
margin-left: 0;
|
|
8929
9245
|
}
|
|
8930
|
-
:not(.dnb-anchor--no-style).dnb-anchor.focus-visible.dnb-anchor--icon-right {
|
|
8931
|
-
margin-right: 0;
|
|
8932
|
-
}
|
|
8933
9246
|
:not(.dnb-anchor--no-style).dnb-anchor:focus-visible.dnb-anchor--icon-right {
|
|
8934
9247
|
margin-right: 0;
|
|
8935
9248
|
}
|
|
8936
|
-
:not(.dnb-anchor--no-style).dnb-anchor.focus-visible.dnb-anchor--icon-right .dnb-icon {
|
|
8937
|
-
margin-right: 0;
|
|
8938
|
-
}
|
|
8939
9249
|
:not(.dnb-anchor--no-style).dnb-anchor:focus-visible.dnb-anchor--icon-right .dnb-icon {
|
|
8940
9250
|
margin-right: 0;
|
|
8941
9251
|
}
|
|
@@ -8956,13 +9266,11 @@ html:not([data-whatintent=touch]) .dnb-accordion__header:hover:not([disabled]) {
|
|
|
8956
9266
|
margin-left: -1.125em;
|
|
8957
9267
|
}
|
|
8958
9268
|
:not(.dnb-anchor--no-style).dnb-anchor:not(.dnb-anchor--no-underline):not(.dnb-anchor--was-node):not(.anchor-hash):not(.dnb-anchor--inline):not(.dnb-anchor--icon-left)::before {
|
|
8959
|
-
|
|
8960
|
-
text-decoration-color: var(--sb-color-green-dark);
|
|
9269
|
+
text-decoration-color: var(--sb-color-green-dark);
|
|
8961
9270
|
content: " ";
|
|
8962
9271
|
}
|
|
8963
9272
|
:not(.dnb-anchor--no-style).dnb-anchor:not(.dnb-anchor--no-underline):not(.dnb-anchor--was-node):not(.anchor-hash):not(.dnb-anchor--inline):not(.dnb-anchor--icon-right)::after {
|
|
8964
|
-
|
|
8965
|
-
text-decoration-color: var(--sb-color-green-dark);
|
|
9273
|
+
text-decoration-color: var(--sb-color-green-dark);
|
|
8966
9274
|
content: " ";
|
|
8967
9275
|
}
|
|
8968
9276
|
}
|
|
@@ -8995,6 +9303,7 @@ html:not([data-whatintent=touch]) .dnb-accordion__header:hover:not([disabled]) {
|
|
|
8995
9303
|
border-radius: 0.25em;
|
|
8996
9304
|
}
|
|
8997
9305
|
.dnb-anchor--focus, .dnb-section .dnb-anchor--focus.dnb-anchor {
|
|
9306
|
+
-webkit-text-decoration: none;
|
|
8998
9307
|
text-decoration: none;
|
|
8999
9308
|
}
|
|
9000
9309
|
.dnb-anchor--focus.dnb-anchor--icon-left {
|
|
@@ -9010,17 +9319,12 @@ html:not([data-whatintent=touch]) .dnb-accordion__header:hover:not([disabled]) {
|
|
|
9010
9319
|
margin-right: 0;
|
|
9011
9320
|
}
|
|
9012
9321
|
|
|
9013
|
-
.dnb-anchor--no-radius, .dnb-anchor--no-radius:hover, .dnb-anchor--no-radius:active, .dnb-anchor--no-radius.focus-visible {
|
|
9014
|
-
border-radius: 0;
|
|
9015
|
-
}
|
|
9016
|
-
|
|
9017
9322
|
.dnb-anchor--no-radius, .dnb-anchor--no-radius:hover, .dnb-anchor--no-radius:active, .dnb-anchor--no-radius:focus-visible {
|
|
9018
9323
|
border-radius: 0;
|
|
9019
9324
|
}
|
|
9020
9325
|
|
|
9021
9326
|
.dnb-anchor--inline {
|
|
9022
|
-
|
|
9023
|
-
text-decoration-color: currentcolor;
|
|
9327
|
+
text-decoration-color: currentcolor;
|
|
9024
9328
|
}
|
|
9025
9329
|
|
|
9026
9330
|
/*
|
|
@@ -9135,34 +9439,12 @@ html:not([data-whatintent=touch]) .dnb-accordion__header:hover:not([disabled]) {
|
|
|
9135
9439
|
.dnb-skeleton .dnb-button--tertiary .dnb-button__text::after {
|
|
9136
9440
|
content: none;
|
|
9137
9441
|
}
|
|
9138
|
-
html:not([data-whatintent=touch]) .dnb-button--tertiary.focus-visible[disabled] {
|
|
9139
|
-
cursor: not-allowed;
|
|
9140
|
-
}
|
|
9141
9442
|
html:not([data-whatintent=touch]) .dnb-button--tertiary:focus-visible[disabled] {
|
|
9142
9443
|
cursor: not-allowed;
|
|
9143
9444
|
}
|
|
9144
|
-
html:not([data-whatintent=touch]) .dnb-button--tertiary.focus-visible:not([disabled]) {
|
|
9145
|
-
outline: none;
|
|
9146
|
-
}
|
|
9147
9445
|
html:not([data-whatintent=touch]) .dnb-button--tertiary:focus-visible:not([disabled]) {
|
|
9148
9446
|
outline: none;
|
|
9149
9447
|
}
|
|
9150
|
-
html:not([data-whatintent=touch]) .dnb-button--tertiary.focus-visible:not([disabled])::before {
|
|
9151
|
-
content: "";
|
|
9152
|
-
position: absolute;
|
|
9153
|
-
z-index: 1;
|
|
9154
|
-
top: 0;
|
|
9155
|
-
left: var(--button-tertiary-focus-left);
|
|
9156
|
-
bottom: 0;
|
|
9157
|
-
right: var(--button-tertiary-focus-right);
|
|
9158
|
-
height: inherit;
|
|
9159
|
-
border-radius: inherit;
|
|
9160
|
-
outline: none;
|
|
9161
|
-
--border-color: var(--focus-ring-color);
|
|
9162
|
-
--border-width: var(--focus-ring-width);
|
|
9163
|
-
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
9164
|
-
border-color: transparent;
|
|
9165
|
-
}
|
|
9166
9448
|
html:not([data-whatintent=touch]) .dnb-button--tertiary:focus-visible:not([disabled])::before {
|
|
9167
9449
|
content: "";
|
|
9168
9450
|
position: absolute;
|
|
@@ -9179,9 +9461,6 @@ html:not([data-whatintent=touch]) .dnb-button--tertiary:focus-visible:not([disab
|
|
|
9179
9461
|
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
9180
9462
|
border-color: transparent;
|
|
9181
9463
|
}
|
|
9182
|
-
html:not([data-whatintent=touch]) .dnb-button--tertiary.focus-visible:not([disabled]) .dnb-button__text::after {
|
|
9183
|
-
visibility: hidden;
|
|
9184
|
-
}
|
|
9185
9464
|
html:not([data-whatintent=touch]) .dnb-button--tertiary:focus-visible:not([disabled]) .dnb-button__text::after {
|
|
9186
9465
|
visibility: hidden;
|
|
9187
9466
|
}
|
|
@@ -9399,21 +9678,9 @@ html:not([data-whatintent=touch]) .dnb-button--secondary:hover:not([disabled]) {
|
|
|
9399
9678
|
color: var(--button-secondary-color--active);
|
|
9400
9679
|
background-color: var(--button-secondary-background--active);
|
|
9401
9680
|
}
|
|
9402
|
-
html:not([data-whatintent=touch]) .dnb-button--primary.focus-visible[disabled], html:not([data-whatintent=touch]) .dnb-button--secondary.focus-visible[disabled] {
|
|
9403
|
-
cursor: not-allowed;
|
|
9404
|
-
}
|
|
9405
9681
|
html:not([data-whatintent=touch]) .dnb-button--primary:focus-visible[disabled], html:not([data-whatintent=touch]) .dnb-button--secondary:focus-visible[disabled] {
|
|
9406
9682
|
cursor: not-allowed;
|
|
9407
9683
|
}
|
|
9408
|
-
html:not([data-whatintent=touch]) .dnb-button--primary.focus-visible:not([disabled]), html:not([data-whatintent=touch]) .dnb-button--secondary.focus-visible:not([disabled]) {
|
|
9409
|
-
color: var(--sb-color-blue-dark);
|
|
9410
|
-
background-color: var(--button-background--focus);
|
|
9411
|
-
outline: none;
|
|
9412
|
-
--border-color: var(--focus-ring-color);
|
|
9413
|
-
--border-width: var(--focus-ring-width);
|
|
9414
|
-
box-shadow: inset 0 0 0 var(--border-width) var(--border-color), var(--sb-shadow-medium);
|
|
9415
|
-
border-color: transparent;
|
|
9416
|
-
}
|
|
9417
9684
|
html:not([data-whatintent=touch]) .dnb-button--primary:focus-visible:not([disabled]), html:not([data-whatintent=touch]) .dnb-button--secondary:focus-visible:not([disabled]) {
|
|
9418
9685
|
color: var(--sb-color-blue-dark);
|
|
9419
9686
|
background-color: var(--button-background--focus);
|
|
@@ -9482,10 +9749,6 @@ html:not([data-whatintent=touch]) .dnb-button--primary:focus-visible:not([disabl
|
|
|
9482
9749
|
html:not([data-whatintent=touch]) .dnb-button--tertiary:hover[disabled] {
|
|
9483
9750
|
cursor: not-allowed;
|
|
9484
9751
|
}
|
|
9485
|
-
html:not([data-whatintent=touch]) .dnb-button--tertiary:hover:not([disabled]):not(.focus-visible) .dnb-button__text::after {
|
|
9486
|
-
color: var(--sb-color-violet);
|
|
9487
|
-
transition: none;
|
|
9488
|
-
}
|
|
9489
9752
|
html:not([data-whatintent=touch]) .dnb-button--tertiary:hover:not([disabled]):not(:focus-visible) .dnb-button__text::after {
|
|
9490
9753
|
color: var(--sb-color-violet);
|
|
9491
9754
|
transition: none;
|
|
@@ -9523,34 +9786,12 @@ html:not([data-whatintent=touch]) .dnb-button--tertiary:hover:not([disabled]):no
|
|
|
9523
9786
|
.dnb-button--tertiary:active:not([disabled]) .dnb-button__text::after, html:not([data-whatintent=touch]) .dnb-button--tertiary:active:not([disabled]) .dnb-button__text::after {
|
|
9524
9787
|
color: var(--sb-color-violet);
|
|
9525
9788
|
}
|
|
9526
|
-
html:not([data-whatintent=touch]) .dnb-button--tertiary.focus-visible[disabled] {
|
|
9527
|
-
cursor: not-allowed;
|
|
9528
|
-
}
|
|
9529
9789
|
html:not([data-whatintent=touch]) .dnb-button--tertiary:focus-visible[disabled] {
|
|
9530
9790
|
cursor: not-allowed;
|
|
9531
9791
|
}
|
|
9532
|
-
html:not([data-whatintent=touch]) .dnb-button--tertiary.focus-visible:not([disabled]) {
|
|
9533
|
-
color: var(--sb-color-blue-dark);
|
|
9534
|
-
}
|
|
9535
9792
|
html:not([data-whatintent=touch]) .dnb-button--tertiary:focus-visible:not([disabled]) {
|
|
9536
9793
|
color: var(--sb-color-blue-dark);
|
|
9537
9794
|
}
|
|
9538
|
-
html:not([data-whatintent=touch]) .dnb-button--tertiary.focus-visible:not([disabled])::before {
|
|
9539
|
-
content: "";
|
|
9540
|
-
position: absolute;
|
|
9541
|
-
z-index: 1;
|
|
9542
|
-
top: 0;
|
|
9543
|
-
left: var(--button-tertiary-focus-left);
|
|
9544
|
-
bottom: 0;
|
|
9545
|
-
right: var(--button-tertiary-focus-right);
|
|
9546
|
-
height: inherit;
|
|
9547
|
-
border-radius: inherit;
|
|
9548
|
-
outline: none;
|
|
9549
|
-
--border-color: var(--focus-ring-color);
|
|
9550
|
-
--border-width: var(--focus-ring-width);
|
|
9551
|
-
box-shadow: inset 0 0 0 var(--border-width) var(--border-color), var(--sb-shadow-medium);
|
|
9552
|
-
border-color: transparent;
|
|
9553
|
-
}
|
|
9554
9795
|
html:not([data-whatintent=touch]) .dnb-button--tertiary:focus-visible:not([disabled])::before {
|
|
9555
9796
|
content: "";
|
|
9556
9797
|
position: absolute;
|
|
@@ -9567,21 +9808,12 @@ html:not([data-whatintent=touch]) .dnb-button--tertiary:focus-visible:not([disab
|
|
|
9567
9808
|
box-shadow: inset 0 0 0 var(--border-width) var(--border-color), var(--sb-shadow-medium);
|
|
9568
9809
|
border-color: transparent;
|
|
9569
9810
|
}
|
|
9570
|
-
html:not([data-whatintent=touch]) .dnb-button--tertiary.focus-visible:not([disabled])::before {
|
|
9571
|
-
background-color: var(--button-background--focus);
|
|
9572
|
-
}
|
|
9573
9811
|
html:not([data-whatintent=touch]) .dnb-button--tertiary:focus-visible:not([disabled])::before {
|
|
9574
9812
|
background-color: var(--button-background--focus);
|
|
9575
9813
|
}
|
|
9576
|
-
html:not([data-whatintent=touch]) .dnb-button--tertiary.focus-visible:not([disabled]) > * {
|
|
9577
|
-
z-index: 2;
|
|
9578
|
-
}
|
|
9579
9814
|
html:not([data-whatintent=touch]) .dnb-button--tertiary:focus-visible:not([disabled]) > * {
|
|
9580
9815
|
z-index: 2;
|
|
9581
9816
|
}
|
|
9582
|
-
html:not([data-whatintent=touch]) .dnb-button--tertiary.focus-visible:not([disabled]) .dnb-button__text::after {
|
|
9583
|
-
visibility: hidden;
|
|
9584
|
-
}
|
|
9585
9817
|
html:not([data-whatintent=touch]) .dnb-button--tertiary:focus-visible:not([disabled]) .dnb-button__text::after {
|
|
9586
9818
|
visibility: hidden;
|
|
9587
9819
|
}
|
|
@@ -9589,6 +9821,39 @@ html:not([data-whatintent=touch]) .dnb-button--tertiary:focus-visible:not([disab
|
|
|
9589
9821
|
color: var(--sb-color-gray-dark);
|
|
9590
9822
|
}
|
|
9591
9823
|
|
|
9824
|
+
/*
|
|
9825
|
+
* Checkbox theme for Sbanken
|
|
9826
|
+
*
|
|
9827
|
+
*/
|
|
9828
|
+
.dnb-checkbox {
|
|
9829
|
+
--checkbox-color-gfx-on: var(--sb-color-violet-light);
|
|
9830
|
+
--checkbox-color-gfx-off: var(--sb-color-violet-light);
|
|
9831
|
+
--checkbox-color-background-on: var(--sb-color-white);
|
|
9832
|
+
--checkbox-color-background-off: var(--sb-color-white);
|
|
9833
|
+
--checkbox-color-border-on: var(--sb-color-violet);
|
|
9834
|
+
--checkbox-color-border-off: var(--sb-color-violet);
|
|
9835
|
+
--checkbox-color-gfx--disabled: var(--sb-color-gray-dark);
|
|
9836
|
+
--checkbox-color-background-on--disabled: var(--sb-color-gray-light);
|
|
9837
|
+
--checkbox-color-background-off--disabled: var(--sb-color-gray-light);
|
|
9838
|
+
--checkbox-color-border-on--disabled: var(--sb-color-gray-dark);
|
|
9839
|
+
--checkbox-color-border-off--disabled: var(--sb-color-gray-dark);
|
|
9840
|
+
--checkbox-color-background--active: var(--sb-color-white);
|
|
9841
|
+
--checkbox-color-border--active: var(--sb-color-gray);
|
|
9842
|
+
--checkbox-color-gfx--hover: var(--sb-color-violet-light);
|
|
9843
|
+
--checkbox-color-background--hover: var(--sb-color-violet-light-3);
|
|
9844
|
+
--checkbox-color-border-on--hover: var(--sb-color-violet);
|
|
9845
|
+
--checkbox-color-border-off--hover: var(--sb-color-violet);
|
|
9846
|
+
--checkbox-color-gfx--focus: var(--focus-ring-color);
|
|
9847
|
+
--checkbox-color-background--focus: var(--sb-color-blue-light-3);
|
|
9848
|
+
--checkbox-color-gfx--error: var(--sb-color-magenta);
|
|
9849
|
+
--checkbox-color-gfx--error-contrast: var(--sb-color-magenta);
|
|
9850
|
+
--checkbox-color-background-on--error: var(--sb-color-white);
|
|
9851
|
+
--checkbox-color-background--error-contrast: var(
|
|
9852
|
+
--sb-color-magenta-light-2
|
|
9853
|
+
);
|
|
9854
|
+
--checkbox-color-border--error: var(--sb-color-magenta);
|
|
9855
|
+
}
|
|
9856
|
+
|
|
9592
9857
|
/*
|
|
9593
9858
|
* Drawer theme
|
|
9594
9859
|
*
|
|
@@ -9868,19 +10133,10 @@ html[data-whatinput=keyboard] .dnb-input:not([data-input-state=disabled])[data-i
|
|
|
9868
10133
|
--button-secondary-color--hover: var(--sb-color-white);
|
|
9869
10134
|
--button-secondary-color--active: var(--sb-color-red);
|
|
9870
10135
|
}
|
|
9871
|
-
.dnb-input:not([data-input-state=disabled]) .dnb-input__submit-button__button:not(.focus-visible) {
|
|
9872
|
-
background-color: transparent;
|
|
9873
|
-
box-shadow: none;
|
|
9874
|
-
}
|
|
9875
10136
|
.dnb-input:not([data-input-state=disabled]) .dnb-input__submit-button__button:not(:focus-visible) {
|
|
9876
10137
|
background-color: transparent;
|
|
9877
10138
|
box-shadow: none;
|
|
9878
10139
|
}
|
|
9879
|
-
.dnb-input:not([data-input-state=disabled]) .dnb-input__submit-button__button:not(.focus-visible):hover, .dnb-input:not([data-input-state=disabled]) .dnb-input__submit-button__button:not(.focus-visible):active {
|
|
9880
|
-
border: var(--input-button-border-width) solid var(--input-button-border-color);
|
|
9881
|
-
border-left: none;
|
|
9882
|
-
padding-left: var(--input-button-border-width);
|
|
9883
|
-
}
|
|
9884
10140
|
.dnb-input:not([data-input-state=disabled]) .dnb-input__submit-button__button:not(:focus-visible):hover, .dnb-input:not([data-input-state=disabled]) .dnb-input__submit-button__button:not(:focus-visible):active {
|
|
9885
10141
|
border: var(--input-button-border-width) solid var(--input-button-border-color);
|
|
9886
10142
|
border-left: none;
|
|
@@ -9949,26 +10205,35 @@ html[data-whatinput=keyboard] .dnb-input:not([data-input-state=disabled])[data-i
|
|
|
9949
10205
|
*
|
|
9950
10206
|
*/
|
|
9951
10207
|
.dnb-radio {
|
|
9952
|
-
--radio-color-dot-on: var(--sb-color-violet
|
|
10208
|
+
--radio-color-dot-on: var(--sb-color-violet);
|
|
9953
10209
|
--radio-color-background-on: var(--sb-color-white);
|
|
9954
|
-
--radio-color-border-on: var(--sb-color-
|
|
10210
|
+
--radio-color-border-on: var(--sb-color-violet);
|
|
9955
10211
|
--radio-color-background-off: var(--sb-color-white);
|
|
9956
|
-
--radio-color-border-off: var(--sb-color-
|
|
9957
|
-
--radio-color-dot-on--disabled: var(--sb-color-gray-dark
|
|
9958
|
-
--radio-color-
|
|
9959
|
-
--radio-color-border-
|
|
10212
|
+
--radio-color-border-off: var(--sb-color-violet);
|
|
10213
|
+
--radio-color-dot-on--disabled: var(--sb-color-gray-dark);
|
|
10214
|
+
--radio-color-background--disabled: var(--sb-color-gray-light);
|
|
10215
|
+
--radio-color-border-on--disabled: var(--sb-color-gray-dark);
|
|
10216
|
+
--radio-color-border-off--disabled: var(--sb-color-gray-dark);
|
|
9960
10217
|
--radio-color-dot-on--active: var(--sb-color-violet-light);
|
|
9961
10218
|
--radio-color-border-on--active: var(--sb-color-gray-dark-2-neutral);
|
|
9962
10219
|
--radio-color-background-off--active: var(--sb-color-white);
|
|
9963
10220
|
--radio-color-border-off--active: var(--sb-color-gray);
|
|
9964
10221
|
--radio-color-dot-on--hover: var(--sb-color-violet);
|
|
9965
|
-
--radio-color-background-
|
|
10222
|
+
--radio-color-background-on--hover: var(--sb-color-violet-light-3);
|
|
10223
|
+
--radio-color-background-off--hover: var(--sb-color-violet-light-3);
|
|
9966
10224
|
--radio-color-background-on--focus: var(--sb-color-blue-light-3);
|
|
9967
10225
|
--radio-color-background-off--focus: var(--sb-color-blue-light-3);
|
|
9968
10226
|
--radio-color-dot-on--error: var(--sb-color-magenta);
|
|
9969
10227
|
--radio-color-border-on--error: var(--sb-color-magenta);
|
|
9970
|
-
--radio-color-
|
|
10228
|
+
--radio-color-border--error-hover: var(--sb-color-red);
|
|
10229
|
+
--radio-color-background-off--error-hover: var(
|
|
10230
|
+
--sb-color-magenta-light-2
|
|
10231
|
+
);
|
|
10232
|
+
--radio-color-background-on--error-hover: var(
|
|
10233
|
+
--sb-color-magenta-light-2
|
|
10234
|
+
);
|
|
9971
10235
|
--radio-color-dot-on--error-hover: var(--sb-color-red);
|
|
10236
|
+
--radio-focus-ring-width--error: var(--radio-border-width);
|
|
9972
10237
|
}
|
|
9973
10238
|
|
|
9974
10239
|
.dnb-section {
|
|
@@ -10024,6 +10289,213 @@ html[data-whatinput=keyboard] .dnb-input:not([data-input-state=disabled])[data-i
|
|
|
10024
10289
|
--slider-line-after--disabled: var(--sb-color-gray-light);
|
|
10025
10290
|
}
|
|
10026
10291
|
|
|
10292
|
+
/*
|
|
10293
|
+
* Switch theme for Sbanken
|
|
10294
|
+
*
|
|
10295
|
+
*/
|
|
10296
|
+
/*
|
|
10297
|
+
* Utilities
|
|
10298
|
+
*/
|
|
10299
|
+
.dnb-switch {
|
|
10300
|
+
--switch-width--medium: 3.75rem;
|
|
10301
|
+
--switch-height--medium: 2rem;
|
|
10302
|
+
--switch-width--large: 5rem;
|
|
10303
|
+
--switch-height--large: 2.625rem;
|
|
10304
|
+
--switch-border-width--medium: 0.0625rem;
|
|
10305
|
+
--switch-border-width--large: 0.0625rem;
|
|
10306
|
+
--switch-spacing-height--medium: 0.375rem;
|
|
10307
|
+
--switch-spacing-width--medium: 0.25rem;
|
|
10308
|
+
--switch-spacing-height--large: 0.5rem;
|
|
10309
|
+
--switch-spacing-width--large: 0.25rem;
|
|
10310
|
+
--switch-content-width: 1.125rem;
|
|
10311
|
+
--switch-content-spacing--medium: 0.5rem;
|
|
10312
|
+
--switch-content-spacing--large: 0.875rem;
|
|
10313
|
+
--button-dimension--medium: calc(
|
|
10314
|
+
var(--switch-height--medium) - var(--switch-spacing-height--medium)
|
|
10315
|
+
);
|
|
10316
|
+
--button-dimension--large: calc(
|
|
10317
|
+
var(--switch-height--large) - var(--switch-spacing-height--large)
|
|
10318
|
+
);
|
|
10319
|
+
/* stylelint-disable no-descending-specificity */
|
|
10320
|
+
/*
|
|
10321
|
+
* When switched ON
|
|
10322
|
+
*/
|
|
10323
|
+
/*
|
|
10324
|
+
* When switched OFF
|
|
10325
|
+
*/
|
|
10326
|
+
/*
|
|
10327
|
+
* On disabled state
|
|
10328
|
+
*
|
|
10329
|
+
*/
|
|
10330
|
+
/*
|
|
10331
|
+
* On focus state
|
|
10332
|
+
*
|
|
10333
|
+
*/
|
|
10334
|
+
/*
|
|
10335
|
+
* On hover state
|
|
10336
|
+
*
|
|
10337
|
+
*/
|
|
10338
|
+
/*
|
|
10339
|
+
* On error state
|
|
10340
|
+
*
|
|
10341
|
+
*/
|
|
10342
|
+
/* stylelint-enable no-descending-specificity */
|
|
10343
|
+
}
|
|
10344
|
+
.dnb-switch--large .dnb-switch__row {
|
|
10345
|
+
height: var(--switch-height--large);
|
|
10346
|
+
}
|
|
10347
|
+
.dnb-switch__background {
|
|
10348
|
+
height: 100%;
|
|
10349
|
+
background-color: var(--sb-color-gray);
|
|
10350
|
+
border-radius: 1.5rem;
|
|
10351
|
+
}
|
|
10352
|
+
.dnb-switch__background::after {
|
|
10353
|
+
color: var(--sb-color-text);
|
|
10354
|
+
font-size: var(--sb-font-size-small);
|
|
10355
|
+
content: "Av";
|
|
10356
|
+
}
|
|
10357
|
+
.dnb-switch--large .dnb-switch__background {
|
|
10358
|
+
height: 100%;
|
|
10359
|
+
border-radius: 1.5rem;
|
|
10360
|
+
}
|
|
10361
|
+
.dnb-switch--large .dnb-switch__background::after {
|
|
10362
|
+
font-size: var(--sb-font-size-basis);
|
|
10363
|
+
}
|
|
10364
|
+
.dnb-switch__button {
|
|
10365
|
+
width: var(--button-dimension--medium);
|
|
10366
|
+
height: var(--button-dimension--medium);
|
|
10367
|
+
background-color: var(--sb-color-white);
|
|
10368
|
+
}
|
|
10369
|
+
.dnb-switch--large .dnb-switch__button {
|
|
10370
|
+
width: var(--button-dimension--large);
|
|
10371
|
+
height: var(--button-dimension--large);
|
|
10372
|
+
}
|
|
10373
|
+
.dnb-switch__input:checked ~ .dnb-switch__button {
|
|
10374
|
+
transform: translateX(calc(var(--switch-width--medium) - var(--button-dimension--medium) - var(--switch-spacing-width--medium)));
|
|
10375
|
+
}
|
|
10376
|
+
.dnb-switch__input:checked ~ .dnb-switch__background {
|
|
10377
|
+
background-color: var(--sb-color-violet-light);
|
|
10378
|
+
}
|
|
10379
|
+
.dnb-switch__input:checked ~ .dnb-switch__background::after {
|
|
10380
|
+
color: var(--sb-color-white);
|
|
10381
|
+
content: "På";
|
|
10382
|
+
transform: translateX(var(--switch-content-spacing--medium));
|
|
10383
|
+
}
|
|
10384
|
+
.dnb-switch--large .dnb-switch__input:checked ~ .dnb-switch__button {
|
|
10385
|
+
transform: translateX(calc(var(--switch-width--large) - var(--button-dimension--large) - var(--switch-spacing-width--large)));
|
|
10386
|
+
}
|
|
10387
|
+
.dnb-switch--large .dnb-switch__input:checked ~ .dnb-switch__background::after {
|
|
10388
|
+
transform: translateX(var(--switch-content-spacing--large));
|
|
10389
|
+
}
|
|
10390
|
+
.dnb-switch__input:not(:checked) ~ .dnb-switch__button {
|
|
10391
|
+
transform: translateX(var(--switch-spacing-width--medium));
|
|
10392
|
+
}
|
|
10393
|
+
.dnb-switch--large .dnb-switch__input:not(:checked) ~ .dnb-switch__button {
|
|
10394
|
+
transform: translateX(var(--switch-spacing-width--large));
|
|
10395
|
+
}
|
|
10396
|
+
.dnb-switch__input:not(:checked) ~ .dnb-switch__background::after {
|
|
10397
|
+
transform: translateX(calc(var(--switch-width--medium) - var(--switch-content-width) - var(--switch-content-spacing--medium)));
|
|
10398
|
+
}
|
|
10399
|
+
.dnb-switch--large .dnb-switch__input:not(:checked) ~ .dnb-switch__background::after {
|
|
10400
|
+
transform: translateX(calc(var(--switch-width--large) - var(--switch-content-width) - var(--switch-content-spacing--large)));
|
|
10401
|
+
}
|
|
10402
|
+
.dnb-switch__input[disabled] ~ .dnb-switch__background {
|
|
10403
|
+
background-color: var(--sb-color-gray);
|
|
10404
|
+
}
|
|
10405
|
+
.dnb-switch__input[disabled] ~ .dnb-switch__background::after {
|
|
10406
|
+
color: var(--sb-color-gray-dark);
|
|
10407
|
+
}
|
|
10408
|
+
.dnb-switch__input[disabled] ~ .dnb-switch__button {
|
|
10409
|
+
background-color: var(--sb-color-gray-light);
|
|
10410
|
+
}
|
|
10411
|
+
.dnb-switch__input[disabled]:checked ~ .dnb-switch__background {
|
|
10412
|
+
background-color: var(--sb-color-violet);
|
|
10413
|
+
opacity: 0.3;
|
|
10414
|
+
}
|
|
10415
|
+
.dnb-switch__input[disabled]:checked ~ .dnb-switch__background::after {
|
|
10416
|
+
color: var(--sb-color-white);
|
|
10417
|
+
}
|
|
10418
|
+
.dnb-switch__input[disabled]:checked ~ .dnb-switch__button {
|
|
10419
|
+
background-color: var(--sb-color-white);
|
|
10420
|
+
}
|
|
10421
|
+
html[data-whatinput=keyboard] .dnb-switch__input:not([disabled]):focus ~ .dnb-switch__button {
|
|
10422
|
+
outline: initial;
|
|
10423
|
+
box-shadow: none;
|
|
10424
|
+
}
|
|
10425
|
+
html[data-whatinput=""] html[data-whatinput=keyboard] .dnb-switch__input:not([disabled]):focus ~ .dnb-switch__button {
|
|
10426
|
+
box-shadow: none;
|
|
10427
|
+
}
|
|
10428
|
+
html[data-whatinput=keyboard] .dnb-switch__input:not([disabled]):checked:focus ~ .dnb-switch__button {
|
|
10429
|
+
background-color: var(--focus-ring-color);
|
|
10430
|
+
}
|
|
10431
|
+
html[data-whatinput=keyboard] .dnb-switch__input:not([disabled]):not(:checked):focus ~ .dnb-switch__button {
|
|
10432
|
+
outline: initial;
|
|
10433
|
+
box-shadow: none;
|
|
10434
|
+
}
|
|
10435
|
+
html[data-whatinput=""] html[data-whatinput=keyboard] .dnb-switch__input:not([disabled]):not(:checked):focus ~ .dnb-switch__button {
|
|
10436
|
+
box-shadow: none;
|
|
10437
|
+
}
|
|
10438
|
+
html[data-whatinput=keyboard] .dnb-switch__input:not([disabled]):focus ~ .dnb-switch__background {
|
|
10439
|
+
background-color: var(--sb-color-blue-light-3);
|
|
10440
|
+
}
|
|
10441
|
+
html[data-whatinput=keyboard] .dnb-switch__input:not([disabled]):focus ~ .dnb-switch__background::after {
|
|
10442
|
+
color: var(--focus-ring-color);
|
|
10443
|
+
font-weight: var(--sb-font-weight-bold);
|
|
10444
|
+
}
|
|
10445
|
+
html[data-whatinput=keyboard] .dnb-switch__input:not([disabled]):focus ~ .dnb-switch__button .dnb-switch__focus {
|
|
10446
|
+
--border-color: var(--focus-ring-color);
|
|
10447
|
+
--border-width: 0.0625rem;
|
|
10448
|
+
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
10449
|
+
border-color: transparent;
|
|
10450
|
+
}
|
|
10451
|
+
.dnb-switch__background:hover, .dnb-switch__input:not([disabled]):not(:focus):not(:active):not(:checked):hover ~ .dnb-switch__background {
|
|
10452
|
+
color: var(--sb-color-violet);
|
|
10453
|
+
background-color: var(--sb-color-violet-light-3);
|
|
10454
|
+
--border-color: var(--sb-color-violet);
|
|
10455
|
+
--border-width: 0.0625rem;
|
|
10456
|
+
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
10457
|
+
border-color: transparent;
|
|
10458
|
+
}
|
|
10459
|
+
.dnb-switch__background:hover::after, .dnb-switch__input:not([disabled]):not(:focus):not(:active):not(:checked):hover ~ .dnb-switch__background::after {
|
|
10460
|
+
color: var(--sb-color-violet);
|
|
10461
|
+
}
|
|
10462
|
+
.dnb-switch__input:not([disabled]):not(:focus):not(:active):checked:hover ~ .dnb-switch__background {
|
|
10463
|
+
background-color: var(--sb-color-violet);
|
|
10464
|
+
}
|
|
10465
|
+
.dnb-switch__status--error .dnb-switch__input:not([disabled]):not(:focus):not(:active) ~ .dnb-switch__background {
|
|
10466
|
+
background-color: var(--sb-color-white);
|
|
10467
|
+
--border-color: var(--sb-color-red);
|
|
10468
|
+
--border-width: 0.0625rem;
|
|
10469
|
+
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
10470
|
+
border-color: transparent;
|
|
10471
|
+
}
|
|
10472
|
+
.dnb-switch__status--error .dnb-switch__input:not([disabled]):not(:focus):not(:active):hover ~ .dnb-switch__background {
|
|
10473
|
+
background-color: var(--sb-color-magenta-light-2);
|
|
10474
|
+
--border-color: var(--sb-color-red);
|
|
10475
|
+
--border-width: 0.0625rem;
|
|
10476
|
+
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
10477
|
+
border-color: transparent;
|
|
10478
|
+
}
|
|
10479
|
+
.dnb-switch__status--error .dnb-switch__input:not(:focus):not([disabled]):not(:active):not(:checked) ~ .dnb-switch__background::after {
|
|
10480
|
+
color: var(--sb-color-red);
|
|
10481
|
+
}
|
|
10482
|
+
.dnb-switch__status--error .dnb-switch__input:not(:focus):not([disabled]):not(:active):checked ~ .dnb-switch__background {
|
|
10483
|
+
background-color: var(--sb-color-magenta);
|
|
10484
|
+
box-shadow: none;
|
|
10485
|
+
}
|
|
10486
|
+
.dnb-switch__status--error .dnb-switch__input:not(:focus):not([disabled]):not(:active):checked:hover ~ .dnb-switch__background {
|
|
10487
|
+
background-color: var(--sb-color-red);
|
|
10488
|
+
}
|
|
10489
|
+
.dnb-switch__status--error .dnb-switch__input:not([disabled]):not(:focus):not(:active):not(:checked) ~ .dnb-switch__button .dnb-switch__focus {
|
|
10490
|
+
--border-color: var(--sb-color-red);
|
|
10491
|
+
--border-width: 0.0625rem;
|
|
10492
|
+
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
10493
|
+
border-color: transparent;
|
|
10494
|
+
}
|
|
10495
|
+
.dnb-switch__status--error .dnb-switch__input:not([disabled]):not(:focus):not(:active):checked ~ .dnb-switch__button .dnb-switch__focus {
|
|
10496
|
+
box-shadow: none;
|
|
10497
|
+
}
|
|
10498
|
+
|
|
10027
10499
|
/*
|
|
10028
10500
|
* Table theme
|
|
10029
10501
|
*
|
|
@@ -10131,9 +10603,6 @@ html[data-whatinput=touch] .dnb-table > thead > tr > th.dnb-table--sortable .dnb
|
|
|
10131
10603
|
left: -0.6875rem;
|
|
10132
10604
|
right: -0.4375rem;
|
|
10133
10605
|
}
|
|
10134
|
-
.dnb-table > thead > tr > th.dnb-table--sortable .dnb-table__sort-button.dnb-button:focus:not([disabled]).focus-visible, html:not([data-whatintent=touch]) .dnb-table > thead > tr > th.dnb-table--sortable .dnb-table__sort-button.dnb-button:focus:not([disabled]).focus-visible, .dnb-table .dnb-table__th.dnb-table--sortable .dnb-table__sort-button.dnb-button:focus:not([disabled]).focus-visible, html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-table__sort-button.dnb-button:focus:not([disabled]).focus-visible {
|
|
10135
|
-
color: var(--sb-color-blue-dark);
|
|
10136
|
-
}
|
|
10137
10606
|
.dnb-table > thead > tr > th.dnb-table--sortable .dnb-table__sort-button.dnb-button:focus:not([disabled]):focus-visible, html:not([data-whatintent=touch]) .dnb-table > thead > tr > th.dnb-table--sortable .dnb-table__sort-button.dnb-button:focus:not([disabled]):focus-visible, .dnb-table .dnb-table__th.dnb-table--sortable .dnb-table__sort-button.dnb-button:focus:not([disabled]):focus-visible, html:not([data-whatintent=touch]) .dnb-table .dnb-table__th.dnb-table--sortable .dnb-table__sort-button.dnb-button:focus:not([disabled]):focus-visible {
|
|
10138
10607
|
color: var(--sb-color-blue-dark);
|
|
10139
10608
|
}
|
|
@@ -10251,29 +10720,122 @@ html[data-whatinput=keyboard] .dnb-textarea__textarea:not([disabled]):not(.dnb-t
|
|
|
10251
10720
|
}
|
|
10252
10721
|
|
|
10253
10722
|
/*
|
|
10254
|
-
*
|
|
10723
|
+
* ToggleButton theme for Sbanken
|
|
10255
10724
|
*
|
|
10256
10725
|
*/
|
|
10257
|
-
.dnb-tooltip {
|
|
10258
|
-
--tooltip-color: var(--sb-color-white);
|
|
10259
|
-
--tooltip-background-color: var(--sb-color-gray-dark-3);
|
|
10260
|
-
--tooltip-border-color: 1px solid var(--sb-color-gray-dark-3);
|
|
10261
|
-
}
|
|
10262
|
-
|
|
10263
10726
|
/*
|
|
10264
|
-
*
|
|
10265
|
-
*
|
|
10727
|
+
* Utilities
|
|
10266
10728
|
*/
|
|
10267
|
-
.dnb-
|
|
10268
|
-
|
|
10269
|
-
|
|
10270
|
-
|
|
10271
|
-
|
|
10272
|
-
|
|
10273
|
-
|
|
10274
|
-
--
|
|
10275
|
-
--
|
|
10276
|
-
|
|
10729
|
+
.dnb-toggle-button {
|
|
10730
|
+
/* stylelint-disable no-descending-specificity */
|
|
10731
|
+
/* stylelint-enable no-descending-specificity */
|
|
10732
|
+
}
|
|
10733
|
+
.dnb-toggle-button__button {
|
|
10734
|
+
background-color: var(--sb-color-white);
|
|
10735
|
+
color: var(--sb-color-violet);
|
|
10736
|
+
--border-color: var(--sb-color-violet);
|
|
10737
|
+
--border-width: 0.09375rem;
|
|
10738
|
+
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
10739
|
+
border-color: transparent;
|
|
10740
|
+
}
|
|
10741
|
+
html:not([data-whatintent=touch]) .dnb-toggle-button__button:hover[disabled] {
|
|
10742
|
+
cursor: not-allowed;
|
|
10743
|
+
}
|
|
10744
|
+
html:not([data-whatintent=touch]) .dnb-toggle-button__button:hover:not([disabled]) {
|
|
10745
|
+
background-color: var(--sb-color-violet-light-3);
|
|
10746
|
+
color: var(--sb-color-violet);
|
|
10747
|
+
}
|
|
10748
|
+
.dnb-toggle-button__button:active[disabled], html:not([data-whatintent=touch]) .dnb-toggle-button__button:active[disabled] {
|
|
10749
|
+
cursor: not-allowed;
|
|
10750
|
+
}
|
|
10751
|
+
.dnb-toggle-button__button:active:not([disabled]), html:not([data-whatintent=touch]) .dnb-toggle-button__button:active:not([disabled]) {
|
|
10752
|
+
--border-color: var(--sb-color-violet-light-3);
|
|
10753
|
+
--border-width: 0.125rem;
|
|
10754
|
+
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
10755
|
+
border-color: transparent;
|
|
10756
|
+
background-color: var(--sb-color-violet);
|
|
10757
|
+
color: var(--sb-color-violet-light-3);
|
|
10758
|
+
}
|
|
10759
|
+
.dnb-toggle-button__button[disabled] {
|
|
10760
|
+
--border-color: var(--sb-color-gray-light);
|
|
10761
|
+
--border-width: 0.09375rem;
|
|
10762
|
+
box-shadow: inset 0 0 0 var(--border-width) var(--border-color);
|
|
10763
|
+
border-color: transparent;
|
|
10764
|
+
background-color: var(--sb-color-gray-light);
|
|
10765
|
+
color: var(--sb-color-gray-dark);
|
|
10766
|
+
}
|
|
10767
|
+
html[data-whatinput=keyboard] .dnb-toggle-button__button:not([disabled]):not(:active):not(:hover):focus .dnb-radio__button {
|
|
10768
|
+
background-color: transparent;
|
|
10769
|
+
border-color: var(--focus-ring-color);
|
|
10770
|
+
box-shadow: 0 0 0 0.0625rem var(--focus-ring-color);
|
|
10771
|
+
}
|
|
10772
|
+
html[data-whatinput=keyboard] .dnb-toggle-button__button:not([disabled]):not(:active):not(:hover):focus .dnb-radio__dot {
|
|
10773
|
+
background-color: var(--focus-ring-color);
|
|
10774
|
+
}
|
|
10775
|
+
html[data-whatinput=keyboard] .dnb-toggle-button__button:not([disabled]):not(:active):not(:hover):focus .dnb-checkbox__button {
|
|
10776
|
+
background-color: transparent;
|
|
10777
|
+
border-color: var(--focus-ring-color);
|
|
10778
|
+
box-shadow: 0 0 0 0.0625rem var(--focus-ring-color);
|
|
10779
|
+
}
|
|
10780
|
+
html[data-whatinput=keyboard] .dnb-toggle-button__button:not([disabled]):not(:active):not(:hover):focus .dnb-checkbox__gfx {
|
|
10781
|
+
color: var(--focus-ring-color);
|
|
10782
|
+
}
|
|
10783
|
+
.dnb-toggle-button--checked .dnb-toggle-button__button:not([disabled]):not(:active) {
|
|
10784
|
+
background-color: var(--sb-color-violet);
|
|
10785
|
+
color: var(--sb-color-white);
|
|
10786
|
+
box-shadow: none;
|
|
10787
|
+
}
|
|
10788
|
+
html:not([data-whatintent=touch]) .dnb-toggle-button--checked .dnb-toggle-button__button:hover[disabled] {
|
|
10789
|
+
cursor: not-allowed;
|
|
10790
|
+
}
|
|
10791
|
+
html:not([data-whatintent=touch]) .dnb-toggle-button--checked .dnb-toggle-button__button:hover:not([disabled]) {
|
|
10792
|
+
background-color: var(--sb-color-violet);
|
|
10793
|
+
color: var(--sb-color-white);
|
|
10794
|
+
--border-color: var(--sb-color-violet);
|
|
10795
|
+
--border-width: 0.125rem;
|
|
10796
|
+
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
10797
|
+
border-color: transparent;
|
|
10798
|
+
}
|
|
10799
|
+
.dnb-toggle-button--checked .dnb-toggle-button__button:active[disabled], html:not([data-whatintent=touch]) .dnb-toggle-button--checked .dnb-toggle-button__button:active[disabled] {
|
|
10800
|
+
cursor: not-allowed;
|
|
10801
|
+
}
|
|
10802
|
+
.dnb-toggle-button--checked .dnb-toggle-button__button:active:not([disabled]), html:not([data-whatintent=touch]) .dnb-toggle-button--checked .dnb-toggle-button__button:active:not([disabled]) {
|
|
10803
|
+
--border-color: var(--sb-color-violet-light-3);
|
|
10804
|
+
--border-width: 0.125rem;
|
|
10805
|
+
box-shadow: inset 0 0 0 var(--border-width) var(--border-color);
|
|
10806
|
+
border-color: transparent;
|
|
10807
|
+
background-color: var(--sb-color-violet);
|
|
10808
|
+
color: var(--sb-color-violet-light-3);
|
|
10809
|
+
}
|
|
10810
|
+
html[data-whatinput=keyboard] .dnb-toggle-button--checked .dnb-toggle-button__button:not([disabled]):not(:active):not(:hover):focus {
|
|
10811
|
+
color: var(--sb-color-blue-dark-2);
|
|
10812
|
+
background-color: var(--sb-color-blue-light-2);
|
|
10813
|
+
}
|
|
10814
|
+
|
|
10815
|
+
/*
|
|
10816
|
+
* Tooltip theme for Sbanken
|
|
10817
|
+
*
|
|
10818
|
+
*/
|
|
10819
|
+
.dnb-tooltip {
|
|
10820
|
+
--tooltip-color: var(--sb-color-white);
|
|
10821
|
+
--tooltip-background-color: var(--sb-color-gray-dark-3);
|
|
10822
|
+
--tooltip-border-color: 1px solid var(--sb-color-gray-dark-3);
|
|
10823
|
+
}
|
|
10824
|
+
|
|
10825
|
+
/*
|
|
10826
|
+
* Upload theme for Sbanken
|
|
10827
|
+
*
|
|
10828
|
+
*/
|
|
10829
|
+
.dnb-upload {
|
|
10830
|
+
--upload-background: var(--sb-color-white);
|
|
10831
|
+
--upload-background--active: var(--sb-color-violet-light-4);
|
|
10832
|
+
--upload-border: var(--sb-color-gray-dark-2);
|
|
10833
|
+
--upload-border--active: var(--sb-color-violet);
|
|
10834
|
+
--upload-list-border: var(--sb-color-gray);
|
|
10835
|
+
--upload-icon--default: var(--sb-color-violet);
|
|
10836
|
+
--upload-icon--warning: var(--sb-color-red);
|
|
10837
|
+
--upload-highlight: var(--sb-color-yellow-light-3);
|
|
10838
|
+
--upload-text--primary: var(--sb-color-text);
|
|
10277
10839
|
--upload-text--secondary: var(--sb-color-gray-dark-3);
|
|
10278
10840
|
}
|
|
10279
10841
|
|
|
@@ -10300,9 +10862,6 @@ html[data-whatinput=keyboard] .dnb-textarea__textarea:not([disabled]):not(.dnb-t
|
|
|
10300
10862
|
margin-top: calc(-1 * var(--drawer-list-option-border-width));
|
|
10301
10863
|
border-radius: var(--drawer-list-options-border-radius);
|
|
10302
10864
|
}
|
|
10303
|
-
.dnb-drawer-list__list.focus-visible {
|
|
10304
|
-
outline: var(--sb-color-blue-dark) solid var(--drawer-list-option-border-width);
|
|
10305
|
-
}
|
|
10306
10865
|
.dnb-drawer-list__list:focus-visible {
|
|
10307
10866
|
outline: var(--sb-color-blue-dark) solid var(--drawer-list-option-border-width);
|
|
10308
10867
|
}
|
|
@@ -10387,16 +10946,6 @@ html:not([data-whatintent=touch]) .dnb-drawer-list__option:hover:not([disabled])
|
|
|
10387
10946
|
.dnb-drawer-list__option.last-of-type .dnb-drawer-list__option__inner::before {
|
|
10388
10947
|
display: none;
|
|
10389
10948
|
}
|
|
10390
|
-
.dnb-drawer-list__option.focus-visible, .dnb-drawer-list__option--focus {
|
|
10391
|
-
border-color: var(--sb-color-blue-dark);
|
|
10392
|
-
outline: 0.0625rem solid var(--sb-color-blue-dark);
|
|
10393
|
-
background-color: var(--sb-color-blue-light-3);
|
|
10394
|
-
color: var(--sb-color-blue-dark);
|
|
10395
|
-
font-weight: var(--sb-font-weight-medium);
|
|
10396
|
-
z-index: 1;
|
|
10397
|
-
/* stylelint-disable no-descending-specificity */
|
|
10398
|
-
/* stylelint-enable no-descending-specificity */
|
|
10399
|
-
}
|
|
10400
10949
|
.dnb-drawer-list__option:focus-visible, .dnb-drawer-list__option--focus {
|
|
10401
10950
|
border-color: var(--sb-color-blue-dark);
|
|
10402
10951
|
outline: 0.0625rem solid var(--sb-color-blue-dark);
|
|
@@ -10407,15 +10956,9 @@ html:not([data-whatintent=touch]) .dnb-drawer-list__option:hover:not([disabled])
|
|
|
10407
10956
|
/* stylelint-disable no-descending-specificity */
|
|
10408
10957
|
/* stylelint-enable no-descending-specificity */
|
|
10409
10958
|
}
|
|
10410
|
-
.dnb-drawer-list__option.focus-visible .dnb-drawer-list__option__inner::before, .dnb-drawer-list__option--focus .dnb-drawer-list__option__inner::before {
|
|
10411
|
-
display: var(--drawer-list-option-inner-border-display);
|
|
10412
|
-
}
|
|
10413
10959
|
.dnb-drawer-list__option:focus-visible .dnb-drawer-list__option__inner::before, .dnb-drawer-list__option--focus .dnb-drawer-list__option__inner::before {
|
|
10414
10960
|
display: var(--drawer-list-option-inner-border-display);
|
|
10415
10961
|
}
|
|
10416
|
-
.dnb-drawer-list__option.focus-visible .dnb-drawer-list__option__inner::after, .dnb-drawer-list__option--focus .dnb-drawer-list__option__inner::after {
|
|
10417
|
-
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuOTk5OTYgMTEuMDU3M0wxNC42NjY2IDIuMzkwNjdMMTUuNjA5MyAzLjMzMzM0TDUuOTk5OTYgMTIuOTQyN0wwLjM5MDYyNSA3LjMzMzM0TDEuMzMzMjkgNi4zOTA2N0w1Ljk5OTk2IDExLjA1NzNaIiBmaWxsPSIjMDA1Q0ZGIi8+Cjwvc3ZnPgo=");
|
|
10418
|
-
}
|
|
10419
10962
|
.dnb-drawer-list__option:focus-visible .dnb-drawer-list__option__inner::after, .dnb-drawer-list__option--focus .dnb-drawer-list__option__inner::after {
|
|
10420
10963
|
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuOTk5OTYgMTEuMDU3M0wxNC42NjY2IDIuMzkwNjdMMTUuNjA5MyAzLjMzMzM0TDUuOTk5OTYgMTIuOTQyN0wwLjM5MDYyNSA3LjMzMzM0TDEuMzMzMjkgNi4zOTA2N0w1Ljk5OTk2IDExLjA1NzNaIiBmaWxsPSIjMDA1Q0ZGIi8+Cjwvc3ZnPgo=");
|
|
10421
10964
|
}
|
|
@@ -10507,101 +11050,6 @@ html:not([data-whatintent=touch]) .dnb-drawer-list__option:hover:not([disabled])
|
|
|
10507
11050
|
background-color: var(--color-fire-red);
|
|
10508
11051
|
}
|
|
10509
11052
|
|
|
10510
|
-
/*
|
|
10511
|
-
* Checkbox theme
|
|
10512
|
-
*
|
|
10513
|
-
*/
|
|
10514
|
-
/*
|
|
10515
|
-
* Utilities
|
|
10516
|
-
*/
|
|
10517
|
-
.dnb-checkbox {
|
|
10518
|
-
/* stylelint-disable */
|
|
10519
|
-
/* stylelint-enable */
|
|
10520
|
-
/* stylelint-disable */
|
|
10521
|
-
/* stylelint-enable */
|
|
10522
|
-
}
|
|
10523
|
-
.dnb-checkbox__gfx {
|
|
10524
|
-
transition: opacity 200ms ease-out, transform 200ms ease-out;
|
|
10525
|
-
}
|
|
10526
|
-
.dnb-checkbox__input:checked ~ .dnb-checkbox__gfx, .dnb-checkbox__input[data-checked=true] ~ .dnb-checkbox__gfx {
|
|
10527
|
-
opacity: 1;
|
|
10528
|
-
transform: scale(1);
|
|
10529
|
-
color: var(--color-white);
|
|
10530
|
-
}
|
|
10531
|
-
.dnb-checkbox__input:checked ~ .dnb-checkbox__button, .dnb-checkbox__input[data-checked=true] ~ .dnb-checkbox__button {
|
|
10532
|
-
background-color: var(--color-sea-green);
|
|
10533
|
-
}
|
|
10534
|
-
.dnb-checkbox__input:not(:checked):not([data-checked=true]) ~ .dnb-checkbox__gfx {
|
|
10535
|
-
opacity: 0;
|
|
10536
|
-
transform: scale(0.8);
|
|
10537
|
-
color: var(--color-sea-green);
|
|
10538
|
-
}
|
|
10539
|
-
.dnb-checkbox__input:not(:checked):not([data-checked=true]) ~ .dnb-checkbox__button {
|
|
10540
|
-
background-color: var(--color-white);
|
|
10541
|
-
border-color: var(--color-sea-green);
|
|
10542
|
-
}
|
|
10543
|
-
.dnb-checkbox__input[disabled]:checked ~ .dnb-checkbox__button, .dnb-checkbox__input[disabled][data-checked=true] ~ .dnb-checkbox__button {
|
|
10544
|
-
border-color: transparent;
|
|
10545
|
-
background-color: var(--color-sea-green-30);
|
|
10546
|
-
}
|
|
10547
|
-
.dnb-checkbox__input[disabled]:not(:checked):not([data-checked=true]) ~ .dnb-checkbox__button {
|
|
10548
|
-
border-color: var(--color-mint-green-50);
|
|
10549
|
-
}
|
|
10550
|
-
.dnb-checkbox__input:not([disabled]):checked:active ~ .dnb-checkbox__button, .dnb-checkbox__input:not([disabled]):not([data-checked=true]):active ~ .dnb-checkbox__button {
|
|
10551
|
-
background-color: var(--color-mint-green-50);
|
|
10552
|
-
border-color: transparent;
|
|
10553
|
-
}
|
|
10554
|
-
.dnb-checkbox__input:not([disabled]):checked:active ~ .dnb-checkbox__gfx, .dnb-checkbox__input:not([disabled])[data-checked=true]:active ~ .dnb-checkbox__gfx {
|
|
10555
|
-
color: var(--color-white);
|
|
10556
|
-
}
|
|
10557
|
-
.dnb-checkbox__input:not([disabled]):not(:focus):hover ~ .dnb-checkbox__button {
|
|
10558
|
-
background-color: var(--color-mint-green-50);
|
|
10559
|
-
}
|
|
10560
|
-
.dnb-checkbox__input:not([disabled]):not(:focus):checked:hover ~ .dnb-checkbox__button, .dnb-checkbox__input:not([disabled]):not(:focus)[data-checked=true]:hover ~ .dnb-checkbox__button {
|
|
10561
|
-
border-color: transparent;
|
|
10562
|
-
}
|
|
10563
|
-
.dnb-checkbox__input:not([disabled]):not(:focus):hover ~ .dnb-checkbox__gfx {
|
|
10564
|
-
color: var(--color-sea-green);
|
|
10565
|
-
}
|
|
10566
|
-
html[data-whatinput=keyboard] .dnb-checkbox__input:not([disabled]):focus ~ .dnb-checkbox__button {
|
|
10567
|
-
border: none;
|
|
10568
|
-
background-color: var(--color-mint-green-50);
|
|
10569
|
-
}
|
|
10570
|
-
html[data-whatinput=keyboard] .dnb-checkbox__input:not([disabled]):focus ~ .dnb-checkbox__gfx {
|
|
10571
|
-
color: var(--color-sea-green);
|
|
10572
|
-
}
|
|
10573
|
-
.dnb-checkbox__input:not([disabled]):focus ~ .dnb-checkbox__button .dnb-checkbox__focus, .dnb-checkbox__input:not([disabled]):active ~ .dnb-checkbox__button .dnb-checkbox__focus {
|
|
10574
|
-
display: block;
|
|
10575
|
-
}
|
|
10576
|
-
.dnb-checkbox__status--error .dnb-checkbox__input:not([disabled]):not(:active) ~ .dnb-checkbox__button {
|
|
10577
|
-
border: none;
|
|
10578
|
-
}
|
|
10579
|
-
.dnb-checkbox__status--error .dnb-checkbox__input:not([disabled]):not(:active) ~ .dnb-checkbox__button .dnb-checkbox__focus {
|
|
10580
|
-
display: block;
|
|
10581
|
-
--border-color: var(--color-fire-red);
|
|
10582
|
-
--border-width: var(--focus-ring-width);
|
|
10583
|
-
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
10584
|
-
border-color: transparent;
|
|
10585
|
-
}
|
|
10586
|
-
.dnb-checkbox__status--error .dnb-checkbox__input:not([disabled]):hover ~ .dnb-checkbox__button {
|
|
10587
|
-
background-color: var(--color-fire-red-8);
|
|
10588
|
-
}
|
|
10589
|
-
.dnb-checkbox__status--error .dnb-checkbox__input:not([disabled]):hover ~ .dnb-checkbox__button[data-checked=true] {
|
|
10590
|
-
border-color: var(--color-fire-red);
|
|
10591
|
-
}
|
|
10592
|
-
.dnb-checkbox__status--error .dnb-checkbox__input:not([disabled]):not(:active):not(:hover) ~ .dnb-checkbox__button {
|
|
10593
|
-
border-color: var(--color-fire-red-8);
|
|
10594
|
-
}
|
|
10595
|
-
.dnb-checkbox__status--error .dnb-checkbox__input:not([disabled]):not(:active):not(:hover):checked ~ .dnb-checkbox__button, .dnb-checkbox__status--error .dnb-checkbox__input:not([disabled]):not(:active):not(:hover)[data-checked=true] ~ .dnb-checkbox__button {
|
|
10596
|
-
background-color: var(--color-fire-red);
|
|
10597
|
-
}
|
|
10598
|
-
.dnb-checkbox__status--error .dnb-checkbox__input:not([disabled]):hover ~ .dnb-checkbox__gfx {
|
|
10599
|
-
color: var(--color-fire-red);
|
|
10600
|
-
}
|
|
10601
|
-
.dnb-checkbox__status--error .dnb-checkbox__input:not([disabled]):not(:active):not(:hover) ~ .dnb-checkbox__gfx {
|
|
10602
|
-
color: var(--color-fire-red-8);
|
|
10603
|
-
}
|
|
10604
|
-
|
|
10605
11053
|
/*
|
|
10606
11054
|
* DatePicker theme
|
|
10607
11055
|
*
|
|
@@ -10674,6 +11122,7 @@ html:not([data-whatintent=touch]) .dnb-date-picker__day--start-date.dnb-date-pic
|
|
|
10674
11122
|
background-color: var(--color-emerald-green);
|
|
10675
11123
|
}
|
|
10676
11124
|
.dnb-date-picker__day--disabled .dnb-button {
|
|
11125
|
+
-webkit-text-decoration: line-through;
|
|
10677
11126
|
text-decoration: line-through;
|
|
10678
11127
|
}
|
|
10679
11128
|
.dnb-date-picker__day--inactive .dnb-button {
|
|
@@ -10842,177 +11291,6 @@ html[data-whatinput=keyboard] .dnb-step-indicator-wrapper .dnb-step-indicator__i
|
|
|
10842
11291
|
color: var(--color-black-80);
|
|
10843
11292
|
}
|
|
10844
11293
|
|
|
10845
|
-
/*
|
|
10846
|
-
* Switch theme
|
|
10847
|
-
*
|
|
10848
|
-
*/
|
|
10849
|
-
/*
|
|
10850
|
-
* Utilities
|
|
10851
|
-
*/
|
|
10852
|
-
.dnb-switch {
|
|
10853
|
-
/*
|
|
10854
|
-
* When switched OFF
|
|
10855
|
-
* aka when the checkbox is not :checked
|
|
10856
|
-
*/
|
|
10857
|
-
/*
|
|
10858
|
-
* When switched ON
|
|
10859
|
-
* aka when the checkbox is :checked
|
|
10860
|
-
*/
|
|
10861
|
-
/*
|
|
10862
|
-
* Draw the circle / line
|
|
10863
|
-
*
|
|
10864
|
-
*/
|
|
10865
|
-
/*
|
|
10866
|
-
* On disabled
|
|
10867
|
-
*
|
|
10868
|
-
*/
|
|
10869
|
-
/*
|
|
10870
|
-
* On focus
|
|
10871
|
-
*
|
|
10872
|
-
*/
|
|
10873
|
-
/* stylelint-disable-next-line */
|
|
10874
|
-
/*
|
|
10875
|
-
* On hover
|
|
10876
|
-
*
|
|
10877
|
-
*/
|
|
10878
|
-
/* stylelint-disable-next-line */
|
|
10879
|
-
/*
|
|
10880
|
-
* On active
|
|
10881
|
-
*
|
|
10882
|
-
*/
|
|
10883
|
-
/* stylelint-disable-next-line */
|
|
10884
|
-
/*
|
|
10885
|
-
* On error state
|
|
10886
|
-
*
|
|
10887
|
-
*/
|
|
10888
|
-
/* stylelint-disable-next-line */
|
|
10889
|
-
}
|
|
10890
|
-
.dnb-switch__background {
|
|
10891
|
-
position: relative;
|
|
10892
|
-
display: flex;
|
|
10893
|
-
flex-direction: row;
|
|
10894
|
-
align-items: center;
|
|
10895
|
-
overflow: hidden;
|
|
10896
|
-
background-color: var(--color-sea-green-30);
|
|
10897
|
-
}
|
|
10898
|
-
.dnb-switch__background::after {
|
|
10899
|
-
content: "";
|
|
10900
|
-
position: absolute;
|
|
10901
|
-
transition: transform 0.3s ease-out, position 0.3s ease-out;
|
|
10902
|
-
}
|
|
10903
|
-
.dnb-switch__input:not(:checked) ~ .dnb-switch__button {
|
|
10904
|
-
background-color: var(--color-white);
|
|
10905
|
-
border-color: var(--color-sea-green);
|
|
10906
|
-
}
|
|
10907
|
-
.dnb-switch__input:checked ~ .dnb-switch__button {
|
|
10908
|
-
background-color: var(--color-sea-green);
|
|
10909
|
-
}
|
|
10910
|
-
.dnb-switch__input:not(:checked) ~ .dnb-switch__background::after {
|
|
10911
|
-
right: 0;
|
|
10912
|
-
transform: translateX(calc(var(--switch-width--medium) - 2.8rem));
|
|
10913
|
-
width: 0.5rem;
|
|
10914
|
-
height: 0.5rem;
|
|
10915
|
-
border-radius: 50%;
|
|
10916
|
-
border: 0.0625rem solid var(--color-sea-green);
|
|
10917
|
-
}
|
|
10918
|
-
.dnb-switch__input:checked ~ .dnb-switch__background::after {
|
|
10919
|
-
left: 0;
|
|
10920
|
-
transform: translateX(calc(var(--switch-width--medium) - 1.87rem));
|
|
10921
|
-
width: 0.0625rem;
|
|
10922
|
-
height: 0.5rem;
|
|
10923
|
-
border-radius: 0.0625rem;
|
|
10924
|
-
background-color: var(--color-sea-green);
|
|
10925
|
-
}
|
|
10926
|
-
.dnb-switch--large .dnb-switch__input:not(:checked) ~ .dnb-switch__background::after {
|
|
10927
|
-
width: 0.625rem;
|
|
10928
|
-
height: 0.625rem;
|
|
10929
|
-
transform: translateX(calc(var(--switch-width--large) - 3.7rem));
|
|
10930
|
-
}
|
|
10931
|
-
.dnb-switch--large .dnb-switch__input:checked ~ .dnb-switch__background::after {
|
|
10932
|
-
height: 0.625rem;
|
|
10933
|
-
transform: translateX(calc(var(--switch-width--large) - 2.5rem));
|
|
10934
|
-
}
|
|
10935
|
-
.dnb-switch__input[disabled] ~ .dnb-switch__background {
|
|
10936
|
-
background-color: var(--color-mint-green-25);
|
|
10937
|
-
}
|
|
10938
|
-
.dnb-switch__input[disabled]:checked ~ .dnb-switch__background::after {
|
|
10939
|
-
background-color: var(--color-sea-green-30);
|
|
10940
|
-
}
|
|
10941
|
-
.dnb-switch__input[disabled]:not(:checked) ~ .dnb-switch__background::after {
|
|
10942
|
-
border-color: var(--color-sea-green-30);
|
|
10943
|
-
}
|
|
10944
|
-
.dnb-switch__input[disabled] ~ .dnb-switch__button {
|
|
10945
|
-
border-color: var(--color-sea-green-30);
|
|
10946
|
-
}
|
|
10947
|
-
.dnb-switch__input[disabled]:checked ~ .dnb-switch__button {
|
|
10948
|
-
background-color: var(--color-sea-green-30);
|
|
10949
|
-
}
|
|
10950
|
-
html[data-whatinput=keyboard] .dnb-switch__input:not([disabled]):focus ~ .dnb-switch__button {
|
|
10951
|
-
border: none;
|
|
10952
|
-
}
|
|
10953
|
-
html[data-whatinput=keyboard] .dnb-switch__input:not([disabled]):not(:checked):focus ~ .dnb-switch__button {
|
|
10954
|
-
background-color: var(--color-mint-green-50);
|
|
10955
|
-
}
|
|
10956
|
-
.dnb-switch__input:not([disabled]):focus ~ .dnb-switch__background, .dnb-switch__input:not([disabled]):active ~ .dnb-switch__background {
|
|
10957
|
-
outline: none;
|
|
10958
|
-
}
|
|
10959
|
-
html[data-whatinput=keyboard] .dnb-switch__input:not([disabled]):focus ~ .dnb-switch__background, html[data-whatinput=keyboard] .dnb-switch__input:not([disabled]):active ~ .dnb-switch__background {
|
|
10960
|
-
--border-color: var(--focus-ring-color);
|
|
10961
|
-
--border-width: var(--focus-ring-width);
|
|
10962
|
-
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
10963
|
-
border-color: transparent;
|
|
10964
|
-
}
|
|
10965
|
-
.dnb-switch__input:not([disabled]):focus ~ .dnb-switch__button .dnb-switch__focus, .dnb-switch__input:not([disabled]):active ~ .dnb-switch__button .dnb-switch__focus {
|
|
10966
|
-
display: block;
|
|
10967
|
-
}
|
|
10968
|
-
.dnb-switch__input:not([disabled]):checked ~ .dnb-switch__button .dnb-switch__focus {
|
|
10969
|
-
transform: rotate(180deg);
|
|
10970
|
-
}
|
|
10971
|
-
.dnb-switch__input:not([disabled]):not(:focus):not(:active):hover ~ .dnb-switch__button {
|
|
10972
|
-
border-color: var(--color-sea-green);
|
|
10973
|
-
background-color: var(--color-mint-green-50);
|
|
10974
|
-
}
|
|
10975
|
-
.dnb-switch__input:not([disabled]):active ~ .dnb-switch__button {
|
|
10976
|
-
background-color: var(--color-mint-green-50);
|
|
10977
|
-
border-color: transparent;
|
|
10978
|
-
}
|
|
10979
|
-
.dnb-switch__status--error .dnb-switch__input:not([disabled]):not(:focus):hover ~ .dnb-switch__button {
|
|
10980
|
-
border-color: var(--color-fire-red);
|
|
10981
|
-
background-color: var(--color-fire-red-8);
|
|
10982
|
-
}
|
|
10983
|
-
.dnb-switch__status--error .dnb-switch__input:not([disabled]):not(:focus):not(:active):not(:hover) ~ .dnb-switch__button {
|
|
10984
|
-
border-color: var(--color-fire-red-8);
|
|
10985
|
-
}
|
|
10986
|
-
.dnb-switch__status--error .dnb-switch__input:not([disabled]):not(:focus):not(:active):not(:hover):checked ~ .dnb-switch__button {
|
|
10987
|
-
background-color: var(--color-fire-red);
|
|
10988
|
-
}
|
|
10989
|
-
.dnb-switch__status--error .dnb-switch__input:not([disabled]):not(:focus):not(:active) ~ .dnb-switch__background {
|
|
10990
|
-
background-color: var(--color-fire-red-8);
|
|
10991
|
-
--border-color: var(--color-fire-red);
|
|
10992
|
-
--border-width: var(--focus-ring-width);
|
|
10993
|
-
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
10994
|
-
border-color: transparent;
|
|
10995
|
-
}
|
|
10996
|
-
.dnb-switch__status--error .dnb-switch__input:not(:focus):not([disabled]):not(:active):checked ~ .dnb-switch__background::after {
|
|
10997
|
-
background-color: var(--color-fire-red);
|
|
10998
|
-
}
|
|
10999
|
-
.dnb-switch__status--error .dnb-switch__input:not(:focus):not([disabled]):not(:active):not(:checked) ~ .dnb-switch__background::after {
|
|
11000
|
-
border-color: var(--color-fire-red);
|
|
11001
|
-
}
|
|
11002
|
-
.dnb-switch__status--error .dnb-switch__input:not([disabled]):not(:focus):not(:active) ~ .dnb-switch__button .dnb-switch__focus {
|
|
11003
|
-
display: block;
|
|
11004
|
-
--border-color: var(--color-fire-red);
|
|
11005
|
-
--border-width: var(--focus-ring-width);
|
|
11006
|
-
box-shadow: 0 0 0 var(--border-width) var(--border-color);
|
|
11007
|
-
border-color: transparent;
|
|
11008
|
-
}
|
|
11009
|
-
.dnb-switch__status--error .dnb-switch__input:not([disabled]):not(:focus):not(:active):checked ~ .dnb-switch__button .dnb-switch__focus {
|
|
11010
|
-
transform: rotate(180deg);
|
|
11011
|
-
}
|
|
11012
|
-
.dnb-switch > .dnb-form-status {
|
|
11013
|
-
transform: translateY(0.1875rem);
|
|
11014
|
-
}
|
|
11015
|
-
|
|
11016
11294
|
/*
|
|
11017
11295
|
* Timeline theme
|
|
11018
11296
|
*
|
|
@@ -11115,162 +11393,247 @@ html[data-whatinput=keyboard] .dnb-switch__input:not([disabled]):focus ~ .dnb-sw
|
|
|
11115
11393
|
}
|
|
11116
11394
|
|
|
11117
11395
|
/*
|
|
11118
|
-
*
|
|
11396
|
+
* ScrollView theme
|
|
11119
11397
|
*
|
|
11120
11398
|
*/
|
|
11121
11399
|
/*
|
|
11122
11400
|
* Utilities
|
|
11123
11401
|
*/
|
|
11124
|
-
|
|
11125
|
-
|
|
11126
|
-
|
|
11127
|
-
|
|
11128
|
-
|
|
11129
|
-
|
|
11130
|
-
|
|
11131
|
-
|
|
11132
|
-
|
|
11402
|
+
/**
|
|
11403
|
+
* ATTENTION: This file is auto generated by using "themeFactory".
|
|
11404
|
+
* But you still can change the content of this file on the very top.
|
|
11405
|
+
*/
|
|
11406
|
+
/**
|
|
11407
|
+
* ATTENTION: This file is auto generated by using "styleFactory".
|
|
11408
|
+
* Do not change the content!
|
|
11409
|
+
*
|
|
11410
|
+
*/
|
|
11411
|
+
/*
|
|
11412
|
+
* Utilities
|
|
11413
|
+
*/
|
|
11414
|
+
.dnb-forms-field-array-selection--options-layout-vertical .dnb-forms-field-array-selection__options {
|
|
11415
|
+
display: flex;
|
|
11416
|
+
flex-flow: column;
|
|
11417
|
+
row-gap: var(--spacing-x-small);
|
|
11133
11418
|
}
|
|
11134
|
-
.dnb-
|
|
11135
|
-
|
|
11419
|
+
.dnb-forms-field-array-selection--options-layout-horizontal .dnb-forms-field-array-selection__options {
|
|
11420
|
+
display: flex;
|
|
11421
|
+
flex-flow: row wrap;
|
|
11422
|
+
-moz-column-gap: var(--spacing-small);
|
|
11423
|
+
column-gap: var(--spacing-small);
|
|
11136
11424
|
}
|
|
11137
|
-
|
|
11138
|
-
|
|
11425
|
+
|
|
11426
|
+
.dnb-forms-field-expiry .dnb-multi-input-mask {
|
|
11427
|
+
width: var(--forms-field-width--small);
|
|
11139
11428
|
}
|
|
11140
|
-
.dnb-
|
|
11141
|
-
|
|
11142
|
-
color: var(--color-mint-green);
|
|
11429
|
+
.dnb-forms-field-expiry .dnb-multi-input-mask .dnb-input__shell {
|
|
11430
|
+
justify-content: center;
|
|
11143
11431
|
}
|
|
11144
|
-
|
|
11145
|
-
|
|
11432
|
+
|
|
11433
|
+
.dnb-forms-field-phone-number__country-code {
|
|
11434
|
+
width: calc(var(--forms-field-width--medium) - 2rem);
|
|
11146
11435
|
}
|
|
11147
|
-
.dnb-
|
|
11148
|
-
|
|
11149
|
-
border-color: var(--color-mint-green);
|
|
11150
|
-
box-shadow: 0 0 0 0.0318rem var(--color-mint-green);
|
|
11436
|
+
.dnb-forms-field-phone-number__country-code .dnb-autocomplete__shell {
|
|
11437
|
+
width: calc(var(--forms-field-width--medium) - 2rem);
|
|
11151
11438
|
}
|
|
11152
|
-
.dnb-
|
|
11153
|
-
|
|
11439
|
+
.dnb-forms-field-phone-number__number {
|
|
11440
|
+
flex: 1;
|
|
11154
11441
|
}
|
|
11155
|
-
|
|
11156
|
-
|
|
11157
|
-
|
|
11158
|
-
|
|
11159
|
-
|
|
11442
|
+
|
|
11443
|
+
.dnb-forms-field-postal-code-and-city__fields {
|
|
11444
|
+
display: flex;
|
|
11445
|
+
flex-flow: row;
|
|
11446
|
+
-moz-column-gap: var(--spacing-small);
|
|
11447
|
+
column-gap: var(--spacing-small);
|
|
11160
11448
|
}
|
|
11161
|
-
|
|
11162
|
-
|
|
11449
|
+
.dnb-forms-field-postal-code-and-city__postal-code {
|
|
11450
|
+
flex: 0 5rem;
|
|
11163
11451
|
}
|
|
11164
|
-
.dnb-
|
|
11165
|
-
|
|
11166
|
-
border-color: var(--color-emerald-green);
|
|
11167
|
-
box-shadow: 0 0 0 0.0318rem var(--color-emerald-green);
|
|
11452
|
+
.dnb-forms-field-postal-code-and-city__city {
|
|
11453
|
+
flex: 1;
|
|
11168
11454
|
}
|
|
11169
|
-
|
|
11170
|
-
|
|
11455
|
+
|
|
11456
|
+
.dnb-forms-field-selection--width-large .dnb-dropdown__shell {
|
|
11457
|
+
width: var(--forms-field-width--large);
|
|
11171
11458
|
}
|
|
11172
|
-
|
|
11173
|
-
|
|
11459
|
+
.dnb-forms-field-selection--width-medium .dnb-dropdown__shell {
|
|
11460
|
+
width: var(--forms-field-width--medium);
|
|
11174
11461
|
}
|
|
11175
|
-
|
|
11176
|
-
|
|
11462
|
+
.dnb-forms-field-selection--width-small .dnb-dropdown__shell {
|
|
11463
|
+
width: var(--forms-field-width--small);
|
|
11177
11464
|
}
|
|
11178
|
-
|
|
11179
|
-
|
|
11180
|
-
|
|
11181
|
-
|
|
11182
|
-
|
|
11465
|
+
|
|
11466
|
+
:root {
|
|
11467
|
+
--forms-field-width--small: 5rem;
|
|
11468
|
+
--forms-field-width--medium: 11rem;
|
|
11469
|
+
--forms-field-width--large: 21rem;
|
|
11183
11470
|
}
|
|
11184
|
-
|
|
11185
|
-
|
|
11186
|
-
|
|
11471
|
+
|
|
11472
|
+
/*
|
|
11473
|
+
* Utilities
|
|
11474
|
+
*/
|
|
11475
|
+
fieldset.dnb-forms-field-block {
|
|
11476
|
+
padding: 0;
|
|
11477
|
+
border: none;
|
|
11187
11478
|
}
|
|
11188
|
-
|
|
11189
|
-
|
|
11479
|
+
fieldset.dnb-forms-field-block:not([class*=space__top]) {
|
|
11480
|
+
margin-top: 0;
|
|
11190
11481
|
}
|
|
11191
|
-
|
|
11192
|
-
|
|
11193
|
-
--border-width: var(--focus-ring-width);
|
|
11194
|
-
box-shadow: inset 0 0 0 var(--border-width) var(--border-color);
|
|
11195
|
-
border-color: transparent;
|
|
11482
|
+
fieldset.dnb-forms-field-block:not([class*=space__right]) {
|
|
11483
|
+
margin-right: 0;
|
|
11196
11484
|
}
|
|
11197
|
-
.dnb-
|
|
11198
|
-
|
|
11199
|
-
border-color: var(--color-sea-green);
|
|
11200
|
-
box-shadow: 0 0 0 0.0318rem var(--color-sea-green);
|
|
11485
|
+
fieldset.dnb-forms-field-block:not([class*=space__bottom]) {
|
|
11486
|
+
margin-bottom: 0;
|
|
11201
11487
|
}
|
|
11202
|
-
.dnb-
|
|
11203
|
-
|
|
11488
|
+
fieldset.dnb-forms-field-block:not([class*=space__left]) {
|
|
11489
|
+
margin-left: 0;
|
|
11204
11490
|
}
|
|
11205
|
-
|
|
11206
|
-
|
|
11207
|
-
|
|
11208
|
-
box-shadow: 0 0 0 0.0318rem var(--color-sea-green);
|
|
11491
|
+
|
|
11492
|
+
.dnb-forms-field-block__grid {
|
|
11493
|
+
display: grid;
|
|
11209
11494
|
}
|
|
11210
|
-
.dnb-
|
|
11211
|
-
|
|
11495
|
+
.dnb-forms-field-block--layout-vertical {
|
|
11496
|
+
grid-template-columns: auto;
|
|
11497
|
+
grid-template-areas: "label" "contents" "status";
|
|
11212
11498
|
}
|
|
11213
|
-
.dnb-
|
|
11214
|
-
|
|
11215
|
-
|
|
11216
|
-
--border-color: var(--color-fire-red);
|
|
11217
|
-
--border-width: 0.0625rem;
|
|
11218
|
-
box-shadow: inset 0 0 0 var(--border-width) var(--border-color);
|
|
11219
|
-
border-color: transparent;
|
|
11499
|
+
.dnb-forms-field-block--layout-horizontal {
|
|
11500
|
+
grid-template-columns: var(--forms-field-width--medium) auto;
|
|
11501
|
+
grid-template-areas: "label contents" "status status";
|
|
11220
11502
|
}
|
|
11221
|
-
.dnb-
|
|
11222
|
-
|
|
11223
|
-
--border-width: 0.09375rem;
|
|
11224
|
-
box-shadow: inset 0 0 0 var(--border-width) var(--border-color);
|
|
11225
|
-
border-color: transparent;
|
|
11503
|
+
.dnb-forms-field-block--width-stretch {
|
|
11504
|
+
flex-grow: 1;
|
|
11226
11505
|
}
|
|
11227
|
-
|
|
11228
|
-
|
|
11506
|
+
@media screen and (min-width: 30em) {
|
|
11507
|
+
.dnb-forms-field-block--width-small {
|
|
11508
|
+
width: var(--forms-field-width--small);
|
|
11509
|
+
}
|
|
11510
|
+
.dnb-forms-field-block--width-medium {
|
|
11511
|
+
width: var(--forms-field-width--medium);
|
|
11512
|
+
}
|
|
11513
|
+
.dnb-forms-field-block--width-large {
|
|
11514
|
+
width: var(--forms-field-width--large);
|
|
11515
|
+
}
|
|
11229
11516
|
}
|
|
11230
|
-
.dnb-
|
|
11231
|
-
|
|
11517
|
+
.dnb-forms-field-block__label {
|
|
11518
|
+
grid-area: label;
|
|
11519
|
+
display: flex;
|
|
11520
|
+
flex-flow: row;
|
|
11521
|
+
justify-content: space-between;
|
|
11522
|
+
align-items: center;
|
|
11232
11523
|
}
|
|
11233
|
-
.dnb-
|
|
11234
|
-
|
|
11235
|
-
|
|
11236
|
-
|
|
11237
|
-
box-shadow: inset 0 0 0 var(--border-width) var(--border-color);
|
|
11238
|
-
border-color: transparent;
|
|
11524
|
+
.dnb-forms-field-block__label-description {
|
|
11525
|
+
margin-left: 0.3em;
|
|
11526
|
+
color: var(--color-black-55);
|
|
11527
|
+
font-size: var(--font-size-small);
|
|
11239
11528
|
}
|
|
11240
|
-
.dnb-
|
|
11241
|
-
|
|
11529
|
+
.dnb-forms-field-block__label-secondary {
|
|
11530
|
+
color: var(--color-black-55);
|
|
11531
|
+
font-size: var(--font-size-small);
|
|
11242
11532
|
}
|
|
11243
|
-
.dnb-
|
|
11244
|
-
|
|
11245
|
-
background-color: var(--color-fire-red);
|
|
11246
|
-
--border-color: var(--color-fire-red);
|
|
11247
|
-
--border-width: 0.0625rem;
|
|
11248
|
-
box-shadow: inset 0 0 0 var(--border-width) var(--border-color);
|
|
11249
|
-
border-color: transparent;
|
|
11533
|
+
.dnb-forms-field-block__status {
|
|
11534
|
+
grid-area: status;
|
|
11250
11535
|
}
|
|
11251
|
-
.dnb-
|
|
11252
|
-
|
|
11253
|
-
--border-width: 0.09375rem;
|
|
11254
|
-
box-shadow: inset 0 0 0 var(--border-width) var(--border-color);
|
|
11255
|
-
border-color: transparent;
|
|
11536
|
+
.dnb-forms-field-block__contents {
|
|
11537
|
+
grid-area: contents;
|
|
11256
11538
|
}
|
|
11257
|
-
.dnb-
|
|
11258
|
-
|
|
11539
|
+
.dnb-forms-field-block__contents--width-stretch {
|
|
11540
|
+
width: 100%;
|
|
11259
11541
|
}
|
|
11260
|
-
|
|
11261
|
-
|
|
11542
|
+
@media screen and (min-width: 30em) {
|
|
11543
|
+
.dnb-forms-field-block__contents--width-small {
|
|
11544
|
+
width: var(--forms-field-width--small);
|
|
11545
|
+
}
|
|
11546
|
+
.dnb-forms-field-block__contents--width-medium {
|
|
11547
|
+
width: var(--forms-field-width--medium);
|
|
11548
|
+
}
|
|
11549
|
+
.dnb-forms-field-block__contents--width-large {
|
|
11550
|
+
width: var(--forms-field-width--large);
|
|
11551
|
+
}
|
|
11262
11552
|
}
|
|
11263
|
-
|
|
11264
|
-
|
|
11553
|
+
|
|
11554
|
+
.dnb-forms-button-row {
|
|
11555
|
+
display: flex;
|
|
11556
|
+
flex-flow: row;
|
|
11557
|
+
-moz-column-gap: var(--spacing-small);
|
|
11558
|
+
column-gap: var(--spacing-small);
|
|
11265
11559
|
}
|
|
11266
|
-
|
|
11267
|
-
|
|
11560
|
+
|
|
11561
|
+
.dnb-spacing .dnb-form-main-heading.dnb-h--large:not([class*=space__]) {
|
|
11562
|
+
margin: 0;
|
|
11563
|
+
}
|
|
11564
|
+
.dnb-form-main-heading:has(+ .dnb-flex-stack > .dnb-card, + .dnb-card):not([class*=space__left]) {
|
|
11565
|
+
margin-left: var(--spacing-medium);
|
|
11566
|
+
}
|
|
11567
|
+
.dnb-form-main-heading:has(+ .dnb-flex-stack > .dnb-card, + .dnb-card):not([class*=space__bottom]) {
|
|
11568
|
+
margin-bottom: var(--spacing-small);
|
|
11569
|
+
}
|
|
11570
|
+
|
|
11571
|
+
.dnb-spacing .dnb-form-sub-heading.dnb-h--medium:not([class*=space__]) {
|
|
11572
|
+
margin: 0;
|
|
11573
|
+
}
|
|
11574
|
+
.dnb-form-sub-heading:has(+ .dnb-flex-stack > .dnb-card, + .dnb-card):not([class*=space__bottom]) {
|
|
11575
|
+
margin-bottom: var(--spacing-small);
|
|
11268
11576
|
}
|
|
11269
11577
|
|
|
11270
|
-
/*
|
|
11271
|
-
* ScrollView theme
|
|
11272
|
-
*
|
|
11273
|
-
*/
|
|
11274
11578
|
/*
|
|
11275
11579
|
* Utilities
|
|
11580
|
+
*/
|
|
11581
|
+
.dnb-forms-steps-layout {
|
|
11582
|
+
display: flex;
|
|
11583
|
+
flex-flow: row wrap;
|
|
11584
|
+
-moz-column-gap: var(--spacing-medium);
|
|
11585
|
+
column-gap: var(--spacing-medium);
|
|
11586
|
+
}
|
|
11587
|
+
@media (max-width: 60em) {
|
|
11588
|
+
.dnb-forms-steps-layout {
|
|
11589
|
+
flex-direction: column;
|
|
11590
|
+
justify-content: stretch;
|
|
11591
|
+
align-items: stretch;
|
|
11592
|
+
}
|
|
11593
|
+
}
|
|
11594
|
+
.dnb-forms-steps-layout__sidebar {
|
|
11595
|
+
flex: 0;
|
|
11596
|
+
min-width: 21rem;
|
|
11597
|
+
}
|
|
11598
|
+
.dnb-forms-steps-layout__sidebar .dnb-step-indicator__sidebar {
|
|
11599
|
+
max-width: 21rem;
|
|
11600
|
+
}
|
|
11601
|
+
.dnb-forms-steps-layout__sidebar .dnb-step-indicator__sidebar .dnb-step-indicator__item {
|
|
11602
|
+
min-width: 336px;
|
|
11603
|
+
}
|
|
11604
|
+
.dnb-forms-steps-layout__contents {
|
|
11605
|
+
flex: 1;
|
|
11606
|
+
min-width: 25rem;
|
|
11607
|
+
}
|
|
11608
|
+
.dnb-forms-steps-layout__contents .dnb-card {
|
|
11609
|
+
--border-color: var(--color-pistachio);
|
|
11610
|
+
}
|
|
11611
|
+
|
|
11612
|
+
.dnb-forms-value-block {
|
|
11613
|
+
display: block;
|
|
11614
|
+
font-size: var(--font-size-basis);
|
|
11615
|
+
}
|
|
11616
|
+
.dnb-forms-value-block--inline {
|
|
11617
|
+
display: inline-block;
|
|
11618
|
+
font-size: inherit;
|
|
11619
|
+
margin-left: var(--spacing-xx-small);
|
|
11620
|
+
margin-right: var(--spacing-xx-small);
|
|
11621
|
+
}
|
|
11622
|
+
.dnb-forms-value-block__label {
|
|
11623
|
+
font-weight: var(--font-weight-medium);
|
|
11624
|
+
}
|
|
11625
|
+
.dnb-forms-value-block__placeholder {
|
|
11626
|
+
color: rgba(0, 0, 0, 0.5);
|
|
11627
|
+
}
|
|
11628
|
+
|
|
11629
|
+
.dnb-forms-test-element {
|
|
11630
|
+
border: 1px dashed #808080;
|
|
11631
|
+
border-radius: 0.5rem;
|
|
11632
|
+
color: #909090;
|
|
11633
|
+
padding: 0.5rem 1rem;
|
|
11634
|
+
}
|
|
11635
|
+
|
|
11636
|
+
/**
|
|
11637
|
+
* NB: The content below is auto generated by the "themeFactory".
|
|
11638
|
+
* You may want to update it by running "yarn build" locally.
|
|
11276
11639
|
*/
|