@dnb/eufemia 10.0.0-beta.1 → 10.0.0-beta.2
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 +59 -0
- package/assets/fonts/dnb/DNB-Bold.eot +0 -0
- package/assets/fonts/dnb/DNB-Bold.otf +0 -0
- package/assets/fonts/dnb/DNB-Light.eot +0 -0
- package/assets/fonts/dnb/DNB-Light.otf +0 -0
- package/assets/fonts/dnb/DNB-Medium.eot +0 -0
- package/assets/fonts/dnb/DNB-Medium.otf +0 -0
- package/assets/fonts/dnb/DNB-Regular.eot +0 -0
- package/assets/fonts/dnb/DNB-Regular.otf +0 -0
- package/assets/fonts/dnb/DNB.zip +0 -0
- package/assets/fonts/dnb/DNBMono-Bold.eot +0 -0
- package/assets/fonts/dnb/DNBMono-Bold.otf +0 -0
- package/assets/fonts/dnb/DNBMono-Light.eot +0 -0
- package/assets/fonts/dnb/DNBMono-Light.otf +0 -0
- package/assets/fonts/dnb/DNBMono-Medium.eot +0 -0
- package/assets/fonts/dnb/DNBMono-Medium.otf +0 -0
- package/assets/fonts/dnb/DNBMono-Regular.eot +0 -0
- package/assets/fonts/dnb/DNBMono-Regular.otf +0 -0
- package/assets/fonts/dnb/DNBMono.zip +0 -0
- package/cjs/components/accordion/Accordion.d.ts +30 -98
- package/cjs/components/accordion/AccordionContent.d.ts +4 -25
- package/cjs/components/accordion/AccordionHeader.d.ts +33 -119
- package/cjs/components/accordion/AccordionProvider.d.ts +26 -61
- package/cjs/components/autocomplete/Autocomplete.d.ts +69 -148
- package/cjs/components/avatar/Avatar.d.ts +3 -3
- package/cjs/components/avatar/AvatarGroup.d.ts +2 -2
- package/cjs/components/badge/Badge.d.ts +2 -2
- package/cjs/components/breadcrumb/Breadcrumb.d.ts +2 -2
- package/cjs/components/breadcrumb/BreadcrumbItem.d.ts +1 -1
- package/cjs/components/button/Button.d.ts +30 -86
- package/cjs/components/button/style/themes/dnb-button-theme-sbanken.css +583 -0
- package/cjs/components/button/style/themes/dnb-button-theme-sbanken.min.css +1 -0
- package/cjs/components/button/style/themes/dnb-button-theme-sbanken.scss +30 -0
- package/cjs/components/checkbox/Checkbox.d.ts +20 -86
- package/cjs/components/date-picker/DatePicker.d.ts +47 -132
- package/cjs/components/date-picker/DatePickerAddon.d.ts +0 -4
- package/cjs/components/date-picker/DatePickerCalendar.d.ts +0 -4
- package/cjs/components/date-picker/DatePickerFooter.d.ts +0 -4
- package/cjs/components/date-picker/DatePickerInput.d.ts +12 -18
- package/cjs/components/date-picker/DatePickerInput.js +14 -11
- package/cjs/components/date-picker/DatePickerProvider.d.ts +3 -8
- package/cjs/components/date-picker/DatePickerRange.d.ts +0 -4
- package/cjs/components/dialog/parts/DialogBody.d.ts +1 -1
- package/cjs/components/dialog/types.d.ts +5 -5
- package/cjs/components/drawer/parts/DrawerBody.d.ts +1 -1
- package/cjs/components/drawer/types.d.ts +5 -5
- package/cjs/components/dropdown/Dropdown.d.ts +67 -151
- package/cjs/components/form-label/FormLabel.d.ts +9 -67
- package/cjs/components/form-row/FormRow.d.ts +22 -89
- package/cjs/components/form-row/FormRowHelpers.d.ts +1 -1
- package/cjs/components/form-set/FormSet.d.ts +24 -93
- package/cjs/components/form-status/FormStatus.d.ts +12 -89
- package/cjs/components/global-error/GlobalError.d.ts +4 -24
- package/cjs/components/global-status/GlobalStatus.d.ts +110 -77
- package/cjs/components/global-status/GlobalStatusController.d.ts +3 -12
- package/cjs/components/heading/Heading.d.ts +30 -79
- package/cjs/components/heading/HeadingProvider.d.ts +10 -19
- package/cjs/components/height-animation/HeightAnimation.d.ts +1 -1
- package/cjs/components/icon/Icon.d.ts +8 -65
- package/cjs/components/icon-primary/IconPrimary.d.ts +7 -65
- package/cjs/components/info-card/InfoCard.d.ts +2 -2
- package/cjs/components/info-card/InfoCard.js +1 -1
- package/cjs/components/input/Input.d.ts +87 -109
- package/cjs/components/input/Input.js +2 -0
- package/cjs/components/input/InputPassword.d.ts +0 -4
- package/cjs/components/input-masked/InputMasked.d.ts +38 -117
- package/cjs/components/input-masked/InputMasked.js +2 -3
- package/cjs/components/input-masked/InputMaskedHooks.d.ts +0 -1
- package/cjs/components/input-masked/InputMaskedHooks.js +11 -21
- package/cjs/components/input-masked/TextMask.d.ts +0 -4
- package/cjs/components/logo/Logo.d.ts +4 -59
- package/cjs/components/modal/Modal.d.ts +1 -1
- package/cjs/components/modal/ModalContent.js +12 -5
- package/cjs/components/modal/ModalRoot.d.ts +1 -1
- package/cjs/components/modal/types.d.ts +13 -14
- package/cjs/components/number-format/NumberFormat.d.ts +19 -85
- package/cjs/components/number-format/NumberUtils.d.ts +3 -1
- package/cjs/components/pagination/Pagination.d.ts +35 -214
- package/cjs/components/pagination/PaginationBar.d.ts +1 -1
- package/cjs/components/pagination/PaginationBar.js +1 -1
- package/cjs/components/pagination/PaginationHelpers.d.ts +0 -4
- package/cjs/components/pagination/PaginationInfinity.d.ts +0 -8
- package/cjs/components/pagination/PaginationProvider.d.ts +0 -12
- package/cjs/components/pagination/style/themes/dnb-pagination-theme-ui.css +2 -8
- package/cjs/components/pagination/style/themes/dnb-pagination-theme-ui.min.css +1 -1
- package/cjs/components/pagination/style/themes/dnb-pagination-theme-ui.scss +3 -4
- package/cjs/components/progress-indicator/ProgressIndicator.d.ts +13 -71
- package/cjs/components/progress-indicator/ProgressIndicatorCircular.d.ts +1 -5
- package/cjs/components/progress-indicator/ProgressIndicatorLinear.d.ts +1 -5
- package/cjs/components/radio/Radio.d.ts +18 -43
- package/cjs/components/radio/RadioGroup.d.ts +22 -51
- package/cjs/components/section/Section.d.ts +1 -1
- package/cjs/components/skeleton/Skeleton.d.ts +12 -63
- package/cjs/components/skeleton/SkeletonHelper.d.ts +2 -2
- package/cjs/components/skeleton/figures/Article.d.ts +0 -4
- package/cjs/components/skeleton/figures/Circle.d.ts +0 -4
- package/cjs/components/skeleton/figures/Product.d.ts +0 -4
- package/cjs/components/skeleton/figures/Table.d.ts +0 -4
- package/cjs/components/skeleton/style/dnb-skeleton.css +4 -4
- package/cjs/components/skeleton/style/dnb-skeleton.min.css +1 -1
- package/cjs/components/skeleton/style/dnb-skeleton.scss +1 -1
- package/cjs/components/slider/types.d.ts +3 -2
- package/cjs/components/space/Space.d.ts +8 -7
- package/cjs/components/space/SpacingUtils.d.ts +4 -19
- package/cjs/components/space/SpacingUtils.js +4 -2
- package/cjs/components/space/types.d.ts +14 -1
- package/cjs/components/step-indicator/StepIndicator.d.ts +14 -71
- package/cjs/components/step-indicator/StepIndicatorContext.d.ts +0 -4
- package/cjs/components/step-indicator/StepIndicatorItem.d.ts +7 -20
- package/cjs/components/step-indicator/StepIndicatorSidebar.d.ts +11 -9
- package/cjs/components/step-indicator/StepIndicatorTriggerButton.d.ts +0 -4
- package/cjs/components/switch/Switch.d.ts +13 -76
- package/cjs/components/tabs/Tabs.d.ts +17 -83
- package/cjs/components/tabs/TabsContentWrapper.d.ts +3 -7
- package/cjs/components/tabs/TabsCustomContent.d.ts +6 -63
- package/cjs/components/tabs/style/dnb-tabs.css +8 -8
- package/cjs/components/tabs/style/dnb-tabs.min.css +1 -1
- package/cjs/components/tag/Tag.d.ts +2 -2
- package/cjs/components/tag/TagGroup.d.ts +2 -2
- package/cjs/components/textarea/Textarea.d.ts +23 -88
- package/cjs/components/textarea/style/themes/dnb-textarea-theme-ui.css +8 -8
- package/cjs/components/textarea/style/themes/dnb-textarea-theme-ui.min.css +1 -1
- package/cjs/components/timeline/Timeline.d.ts +2 -2
- package/cjs/components/timeline/TimelineItem.d.ts +1 -1
- package/cjs/components/toggle-button/ToggleButton.d.ts +27 -94
- package/cjs/components/toggle-button/ToggleButtonGroup.d.ts +22 -88
- package/cjs/components/tooltip/types.d.ts +1 -1
- package/cjs/components/upload/types.d.ts +2 -2
- package/cjs/elements/Anchor.d.ts +4 -3
- package/cjs/elements/Anchor.js +2 -1
- package/cjs/elements/Blockquote.d.ts +4 -24
- package/cjs/elements/Code.d.ts +4 -24
- package/cjs/elements/Div.d.ts +4 -24
- package/cjs/elements/Dl.d.ts +1 -1
- package/cjs/elements/Element.d.ts +4 -3
- package/cjs/elements/Element.js +1 -3
- package/cjs/elements/H.d.ts +4 -24
- package/cjs/elements/H1.d.ts +4 -24
- package/cjs/elements/H2.d.ts +4 -24
- package/cjs/elements/H3.d.ts +4 -24
- package/cjs/elements/H4.d.ts +4 -24
- package/cjs/elements/H5.d.ts +4 -24
- package/cjs/elements/H6.d.ts +4 -24
- package/cjs/elements/Hr.d.ts +4 -24
- package/cjs/elements/Img.d.ts +6 -26
- package/cjs/elements/Link.d.ts +1 -1
- package/cjs/elements/P.d.ts +3 -24
- package/cjs/elements/Span.d.ts +4 -24
- package/cjs/elements/lib.d.ts +2 -2
- package/cjs/extensions/payment-card/PaymentCard.d.ts +7 -65
- package/cjs/extensions/payment-card/icons/BankAxept.d.ts +0 -4
- package/cjs/extensions/payment-card/icons/Clock.d.ts +0 -4
- package/cjs/extensions/payment-card/icons/DNB.d.ts +0 -4
- package/cjs/extensions/payment-card/icons/DNBMetalic.d.ts +0 -4
- package/cjs/extensions/payment-card/icons/MastercardDefault.d.ts +0 -4
- package/cjs/extensions/payment-card/icons/MastercardMetalic.d.ts +0 -4
- package/cjs/extensions/payment-card/icons/MastercardMetalicBlack.d.ts +0 -4
- package/cjs/extensions/payment-card/icons/PB.d.ts +0 -4
- package/cjs/extensions/payment-card/icons/PBPlatinum.d.ts +0 -4
- package/cjs/extensions/payment-card/icons/Padlock.d.ts +0 -4
- package/cjs/extensions/payment-card/icons/Pluss.d.ts +0 -4
- package/cjs/extensions/payment-card/icons/SagaGold.d.ts +0 -4
- package/cjs/extensions/payment-card/icons/SagaPlatinum.d.ts +0 -4
- package/cjs/extensions/payment-card/icons/SagaVisaPlatinum.d.ts +0 -4
- package/cjs/extensions/payment-card/icons/VisaDefault.d.ts +0 -4
- package/cjs/extensions/payment-card/icons/VisaMetalic.d.ts +0 -4
- package/cjs/extensions/payment-card/utils/CardDesigns.js +1 -1
- package/cjs/fragments/drawer-list/DrawerList.d.ts +33 -60
- package/cjs/fragments/drawer-list/DrawerListPortal.d.ts +0 -12
- package/cjs/fragments/drawer-list/DrawerListProvider.d.ts +19 -56
- package/cjs/fragments/scroll-view/ScrollView.d.ts +1 -1
- package/cjs/fragments/scroll-view/ScrollView.js +3 -3
- package/cjs/fragments/scroll-view/style/themes/dnb-scroll-view-theme-ui.scss +7 -5
- package/cjs/shared/AlignmentHelper.d.ts +0 -4
- package/cjs/shared/Context.d.ts +2 -2
- package/cjs/shared/Eufemia.js +1 -1
- package/cjs/shared/MediaQuery.d.ts +1 -1
- package/cjs/shared/MediaQuery.js +1 -1
- package/cjs/shared/helpers/Suffix.d.ts +2 -1
- package/cjs/style/core/scopes.scss +1 -1
- package/cjs/style/core/utilities.scss +15 -9
- package/cjs/style/dnb-ui-basis.css +9 -155
- package/cjs/style/dnb-ui-basis.min.css +1 -1
- package/cjs/style/dnb-ui-basis.scss +1 -2
- package/cjs/style/dnb-ui-body.css +1 -88
- package/cjs/style/dnb-ui-body.min.css +1 -1
- package/cjs/style/dnb-ui-body.scss +1 -1
- package/cjs/style/dnb-ui-components.css +28 -28
- package/cjs/style/dnb-ui-components.min.css +1 -1
- package/cjs/style/dnb-ui-core.css +9 -155
- package/cjs/style/dnb-ui-core.min.css +1 -1
- package/cjs/style/dnb-ui-core.scss +1 -2
- package/cjs/style/dnb-ui-elements.css +0 -87
- package/cjs/style/dnb-ui-elements.min.css +1 -1
- package/cjs/style/dnb-ui-elements.scss +0 -1
- package/cjs/style/dnb-ui-fragments.css +16 -16
- package/cjs/style/dnb-ui-fragments.min.css +1 -1
- package/cjs/style/dnb-ui-tags.css +0 -87
- package/cjs/style/dnb-ui-tags.min.css +1 -1
- package/cjs/style/dnb-ui-tags.scss +0 -1
- package/cjs/style/elements/anchor-mixins.scss +3 -3
- package/cjs/style/elements/anchor.scss +2 -2
- package/cjs/style/stylis.d.ts +20 -36
- package/cjs/style/stylis.js +1 -1
- package/cjs/style/themes/theme-eiendom/dnb-theme-eiendom.css +79 -19
- package/cjs/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +1 -1
- package/cjs/style/themes/theme-eiendom/dnb-theme-eiendom.scss +1 -2
- package/cjs/style/themes/theme-sbanken/dnb-theme-sbanken.css +4978 -0
- package/cjs/style/themes/theme-sbanken/dnb-theme-sbanken.min.css +1 -0
- package/cjs/style/themes/theme-sbanken/dnb-theme-sbanken.scss +49 -0
- package/cjs/style/{core → themes/theme-sbanken}/fonts.scss +1 -1
- package/cjs/style/themes/theme-sbanken/properties.d.ts +89 -0
- package/cjs/style/themes/theme-sbanken/properties.js +95 -0
- package/cjs/style/themes/theme-sbanken/properties.scss +126 -0
- package/cjs/style/themes/theme-ui/dnb-theme-ui.css +78 -18
- package/cjs/style/themes/theme-ui/dnb-theme-ui.min.css +1 -1
- package/cjs/style/themes/theme-ui/dnb-theme-ui.scss +3 -2
- package/cjs/style/themes/theme-ui/dnb-ui-fonts.css +66 -0
- package/cjs/style/themes/theme-ui/dnb-ui-fonts.min.css +1 -0
- package/cjs/style/themes/theme-ui/dnb-ui-fonts.scss +7 -0
- package/cjs/style/themes/theme-ui/dnb-ui-properties.scss +8 -0
- package/{style/core → cjs/style/themes/theme-ui}/fonts.scss +1 -1
- package/components/accordion/Accordion.d.ts +30 -98
- package/components/accordion/AccordionContent.d.ts +4 -25
- package/components/accordion/AccordionHeader.d.ts +33 -119
- package/components/accordion/AccordionProvider.d.ts +26 -61
- package/components/autocomplete/Autocomplete.d.ts +69 -148
- package/components/avatar/Avatar.d.ts +3 -3
- package/components/avatar/AvatarGroup.d.ts +2 -2
- package/components/badge/Badge.d.ts +2 -2
- package/components/breadcrumb/Breadcrumb.d.ts +2 -2
- package/components/breadcrumb/BreadcrumbItem.d.ts +1 -1
- package/components/button/Button.d.ts +30 -86
- package/components/button/style/themes/dnb-button-theme-sbanken.css +583 -0
- package/components/button/style/themes/dnb-button-theme-sbanken.min.css +1 -0
- package/components/button/style/themes/dnb-button-theme-sbanken.scss +30 -0
- package/components/checkbox/Checkbox.d.ts +20 -86
- package/components/date-picker/DatePicker.d.ts +47 -132
- package/components/date-picker/DatePickerAddon.d.ts +0 -4
- package/components/date-picker/DatePickerCalendar.d.ts +0 -4
- package/components/date-picker/DatePickerFooter.d.ts +0 -4
- package/components/date-picker/DatePickerInput.d.ts +12 -18
- package/components/date-picker/DatePickerInput.js +14 -11
- package/components/date-picker/DatePickerProvider.d.ts +3 -8
- package/components/date-picker/DatePickerRange.d.ts +0 -4
- package/components/dialog/parts/DialogBody.d.ts +1 -1
- package/components/dialog/types.d.ts +5 -5
- package/components/drawer/parts/DrawerBody.d.ts +1 -1
- package/components/drawer/types.d.ts +5 -5
- package/components/dropdown/Dropdown.d.ts +67 -151
- package/components/form-label/FormLabel.d.ts +9 -67
- package/components/form-row/FormRow.d.ts +22 -89
- package/components/form-row/FormRowHelpers.d.ts +1 -1
- package/components/form-set/FormSet.d.ts +24 -93
- package/components/form-status/FormStatus.d.ts +12 -89
- package/components/global-error/GlobalError.d.ts +4 -24
- package/components/global-status/GlobalStatus.d.ts +110 -77
- package/components/global-status/GlobalStatusController.d.ts +3 -12
- package/components/heading/Heading.d.ts +30 -79
- package/components/heading/HeadingProvider.d.ts +10 -19
- package/components/height-animation/HeightAnimation.d.ts +1 -1
- package/components/icon/Icon.d.ts +8 -65
- package/components/icon-primary/IconPrimary.d.ts +7 -65
- package/components/info-card/InfoCard.d.ts +2 -2
- package/components/info-card/InfoCard.js +1 -1
- package/components/input/Input.d.ts +87 -109
- package/components/input/Input.js +2 -0
- package/components/input/InputPassword.d.ts +0 -4
- package/components/input-masked/InputMasked.d.ts +38 -117
- package/components/input-masked/InputMasked.js +4 -3
- package/components/input-masked/InputMaskedHooks.d.ts +0 -1
- package/components/input-masked/InputMaskedHooks.js +10 -15
- package/components/input-masked/TextMask.d.ts +0 -4
- package/components/logo/Logo.d.ts +4 -59
- package/components/modal/Modal.d.ts +1 -1
- package/components/modal/ModalContent.js +12 -5
- package/components/modal/ModalRoot.d.ts +1 -1
- package/components/modal/types.d.ts +13 -14
- package/components/number-format/NumberFormat.d.ts +19 -85
- package/components/number-format/NumberUtils.d.ts +3 -1
- package/components/pagination/Pagination.d.ts +35 -214
- package/components/pagination/PaginationBar.d.ts +1 -1
- package/components/pagination/PaginationBar.js +1 -1
- package/components/pagination/PaginationHelpers.d.ts +0 -4
- package/components/pagination/PaginationInfinity.d.ts +0 -8
- package/components/pagination/PaginationProvider.d.ts +0 -12
- package/components/pagination/style/themes/dnb-pagination-theme-ui.css +2 -8
- package/components/pagination/style/themes/dnb-pagination-theme-ui.min.css +1 -1
- package/components/pagination/style/themes/dnb-pagination-theme-ui.scss +3 -4
- package/components/progress-indicator/ProgressIndicator.d.ts +13 -71
- package/components/progress-indicator/ProgressIndicatorCircular.d.ts +1 -5
- package/components/progress-indicator/ProgressIndicatorLinear.d.ts +1 -5
- package/components/radio/Radio.d.ts +18 -43
- package/components/radio/RadioGroup.d.ts +22 -51
- package/components/section/Section.d.ts +1 -1
- package/components/skeleton/Skeleton.d.ts +12 -63
- package/components/skeleton/SkeletonHelper.d.ts +2 -2
- package/components/skeleton/figures/Article.d.ts +0 -4
- package/components/skeleton/figures/Circle.d.ts +0 -4
- package/components/skeleton/figures/Product.d.ts +0 -4
- package/components/skeleton/figures/Table.d.ts +0 -4
- package/components/skeleton/style/dnb-skeleton.css +4 -4
- package/components/skeleton/style/dnb-skeleton.min.css +1 -1
- package/components/skeleton/style/dnb-skeleton.scss +1 -1
- package/components/slider/types.d.ts +3 -2
- package/components/space/Space.d.ts +8 -7
- package/components/space/SpacingUtils.d.ts +4 -19
- package/components/space/SpacingUtils.js +4 -2
- package/components/space/types.d.ts +14 -1
- package/components/step-indicator/StepIndicator.d.ts +14 -71
- package/components/step-indicator/StepIndicatorContext.d.ts +0 -4
- package/components/step-indicator/StepIndicatorItem.d.ts +7 -20
- package/components/step-indicator/StepIndicatorSidebar.d.ts +11 -9
- package/components/step-indicator/StepIndicatorTriggerButton.d.ts +0 -4
- package/components/switch/Switch.d.ts +13 -76
- package/components/tabs/Tabs.d.ts +17 -83
- package/components/tabs/TabsContentWrapper.d.ts +3 -7
- package/components/tabs/TabsCustomContent.d.ts +6 -63
- package/components/tabs/style/dnb-tabs.css +8 -8
- package/components/tabs/style/dnb-tabs.min.css +1 -1
- package/components/tag/Tag.d.ts +2 -2
- package/components/tag/TagGroup.d.ts +2 -2
- package/components/textarea/Textarea.d.ts +23 -88
- package/components/textarea/style/themes/dnb-textarea-theme-ui.css +8 -8
- package/components/textarea/style/themes/dnb-textarea-theme-ui.min.css +1 -1
- package/components/timeline/Timeline.d.ts +2 -2
- package/components/timeline/TimelineItem.d.ts +1 -1
- package/components/toggle-button/ToggleButton.d.ts +27 -94
- package/components/toggle-button/ToggleButtonGroup.d.ts +22 -88
- package/components/tooltip/types.d.ts +1 -1
- package/components/upload/types.d.ts +2 -2
- package/elements/Anchor.d.ts +4 -3
- package/elements/Anchor.js +2 -1
- package/elements/Blockquote.d.ts +4 -24
- package/elements/Code.d.ts +4 -24
- package/elements/Div.d.ts +4 -24
- package/elements/Dl.d.ts +1 -1
- package/elements/Element.d.ts +4 -3
- package/elements/Element.js +1 -2
- package/elements/H.d.ts +4 -24
- package/elements/H1.d.ts +4 -24
- package/elements/H2.d.ts +4 -24
- package/elements/H3.d.ts +4 -24
- package/elements/H4.d.ts +4 -24
- package/elements/H5.d.ts +4 -24
- package/elements/H6.d.ts +4 -24
- package/elements/Hr.d.ts +4 -24
- package/elements/Img.d.ts +6 -26
- package/elements/Link.d.ts +1 -1
- package/elements/P.d.ts +3 -24
- package/elements/Span.d.ts +4 -24
- package/elements/lib.d.ts +2 -2
- package/es/components/accordion/Accordion.d.ts +30 -98
- package/es/components/accordion/AccordionContent.d.ts +4 -25
- package/es/components/accordion/AccordionHeader.d.ts +33 -119
- package/es/components/accordion/AccordionProvider.d.ts +26 -61
- package/es/components/autocomplete/Autocomplete.d.ts +69 -148
- package/es/components/avatar/Avatar.d.ts +3 -3
- package/es/components/avatar/AvatarGroup.d.ts +2 -2
- package/es/components/badge/Badge.d.ts +2 -2
- package/es/components/breadcrumb/Breadcrumb.d.ts +2 -2
- package/es/components/breadcrumb/BreadcrumbItem.d.ts +1 -1
- package/es/components/button/Button.d.ts +30 -86
- package/es/components/button/style/themes/dnb-button-theme-sbanken.css +583 -0
- package/es/components/button/style/themes/dnb-button-theme-sbanken.min.css +1 -0
- package/es/components/button/style/themes/dnb-button-theme-sbanken.scss +30 -0
- package/es/components/checkbox/Checkbox.d.ts +20 -86
- package/es/components/date-picker/DatePicker.d.ts +47 -132
- package/es/components/date-picker/DatePickerAddon.d.ts +0 -4
- package/es/components/date-picker/DatePickerCalendar.d.ts +0 -4
- package/es/components/date-picker/DatePickerFooter.d.ts +0 -4
- package/es/components/date-picker/DatePickerInput.d.ts +12 -18
- package/es/components/date-picker/DatePickerInput.js +14 -11
- package/es/components/date-picker/DatePickerProvider.d.ts +3 -8
- package/es/components/date-picker/DatePickerRange.d.ts +0 -4
- package/es/components/dialog/parts/DialogBody.d.ts +1 -1
- package/es/components/dialog/types.d.ts +5 -5
- package/es/components/drawer/parts/DrawerBody.d.ts +1 -1
- package/es/components/drawer/types.d.ts +5 -5
- package/es/components/dropdown/Dropdown.d.ts +67 -151
- package/es/components/form-label/FormLabel.d.ts +9 -67
- package/es/components/form-row/FormRow.d.ts +22 -89
- package/es/components/form-row/FormRowHelpers.d.ts +1 -1
- package/es/components/form-set/FormSet.d.ts +24 -93
- package/es/components/form-status/FormStatus.d.ts +12 -89
- package/es/components/global-error/GlobalError.d.ts +4 -24
- package/es/components/global-status/GlobalStatus.d.ts +110 -77
- package/es/components/global-status/GlobalStatusController.d.ts +3 -12
- package/es/components/heading/Heading.d.ts +30 -79
- package/es/components/heading/HeadingProvider.d.ts +10 -19
- package/es/components/height-animation/HeightAnimation.d.ts +1 -1
- package/es/components/icon/Icon.d.ts +8 -65
- package/es/components/icon-primary/IconPrimary.d.ts +7 -65
- package/es/components/info-card/InfoCard.d.ts +2 -2
- package/es/components/info-card/InfoCard.js +1 -1
- package/es/components/input/Input.d.ts +87 -109
- package/es/components/input/Input.js +2 -0
- package/es/components/input/InputPassword.d.ts +0 -4
- package/es/components/input-masked/InputMasked.d.ts +38 -117
- package/es/components/input-masked/InputMasked.js +4 -3
- package/es/components/input-masked/InputMaskedHooks.d.ts +0 -1
- package/es/components/input-masked/InputMaskedHooks.js +4 -9
- package/es/components/input-masked/TextMask.d.ts +0 -4
- package/es/components/logo/Logo.d.ts +4 -59
- package/es/components/modal/Modal.d.ts +1 -1
- package/es/components/modal/ModalContent.js +12 -5
- package/es/components/modal/ModalRoot.d.ts +1 -1
- package/es/components/modal/types.d.ts +13 -14
- package/es/components/number-format/NumberFormat.d.ts +19 -85
- package/es/components/number-format/NumberUtils.d.ts +3 -1
- package/es/components/pagination/Pagination.d.ts +35 -214
- package/es/components/pagination/PaginationBar.d.ts +1 -1
- package/es/components/pagination/PaginationBar.js +1 -1
- package/es/components/pagination/PaginationHelpers.d.ts +0 -4
- package/es/components/pagination/PaginationInfinity.d.ts +0 -8
- package/es/components/pagination/PaginationProvider.d.ts +0 -12
- package/es/components/pagination/style/themes/dnb-pagination-theme-ui.css +2 -8
- package/es/components/pagination/style/themes/dnb-pagination-theme-ui.min.css +1 -1
- package/es/components/pagination/style/themes/dnb-pagination-theme-ui.scss +3 -4
- package/es/components/progress-indicator/ProgressIndicator.d.ts +13 -71
- package/es/components/progress-indicator/ProgressIndicatorCircular.d.ts +1 -5
- package/es/components/progress-indicator/ProgressIndicatorLinear.d.ts +1 -5
- package/es/components/radio/Radio.d.ts +18 -43
- package/es/components/radio/RadioGroup.d.ts +22 -51
- package/es/components/section/Section.d.ts +1 -1
- package/es/components/skeleton/Skeleton.d.ts +12 -63
- package/es/components/skeleton/SkeletonHelper.d.ts +2 -2
- package/es/components/skeleton/figures/Article.d.ts +0 -4
- package/es/components/skeleton/figures/Circle.d.ts +0 -4
- package/es/components/skeleton/figures/Product.d.ts +0 -4
- package/es/components/skeleton/figures/Table.d.ts +0 -4
- package/es/components/skeleton/style/dnb-skeleton.css +4 -4
- package/es/components/skeleton/style/dnb-skeleton.min.css +1 -1
- package/es/components/skeleton/style/dnb-skeleton.scss +1 -1
- package/es/components/slider/types.d.ts +3 -2
- package/es/components/space/Space.d.ts +8 -7
- package/es/components/space/SpacingUtils.d.ts +4 -19
- package/es/components/space/SpacingUtils.js +4 -2
- package/es/components/space/types.d.ts +14 -1
- package/es/components/step-indicator/StepIndicator.d.ts +14 -71
- package/es/components/step-indicator/StepIndicatorContext.d.ts +0 -4
- package/es/components/step-indicator/StepIndicatorItem.d.ts +7 -20
- package/es/components/step-indicator/StepIndicatorSidebar.d.ts +11 -9
- package/es/components/step-indicator/StepIndicatorTriggerButton.d.ts +0 -4
- package/es/components/switch/Switch.d.ts +13 -76
- package/es/components/tabs/Tabs.d.ts +17 -83
- package/es/components/tabs/TabsContentWrapper.d.ts +3 -7
- package/es/components/tabs/TabsCustomContent.d.ts +6 -63
- package/es/components/tabs/style/dnb-tabs.css +8 -8
- package/es/components/tabs/style/dnb-tabs.min.css +1 -1
- package/es/components/tag/Tag.d.ts +2 -2
- package/es/components/tag/TagGroup.d.ts +2 -2
- package/es/components/textarea/Textarea.d.ts +23 -88
- package/es/components/textarea/style/themes/dnb-textarea-theme-ui.css +8 -8
- package/es/components/textarea/style/themes/dnb-textarea-theme-ui.min.css +1 -1
- package/es/components/timeline/Timeline.d.ts +2 -2
- package/es/components/timeline/TimelineItem.d.ts +1 -1
- package/es/components/toggle-button/ToggleButton.d.ts +27 -94
- package/es/components/toggle-button/ToggleButtonGroup.d.ts +22 -88
- package/es/components/tooltip/types.d.ts +1 -1
- package/es/components/upload/types.d.ts +2 -2
- package/es/elements/Anchor.d.ts +4 -3
- package/es/elements/Anchor.js +2 -1
- package/es/elements/Blockquote.d.ts +4 -24
- package/es/elements/Code.d.ts +4 -24
- package/es/elements/Div.d.ts +4 -24
- package/es/elements/Dl.d.ts +1 -1
- package/es/elements/Element.d.ts +4 -3
- package/es/elements/Element.js +1 -2
- package/es/elements/H.d.ts +4 -24
- package/es/elements/H1.d.ts +4 -24
- package/es/elements/H2.d.ts +4 -24
- package/es/elements/H3.d.ts +4 -24
- package/es/elements/H4.d.ts +4 -24
- package/es/elements/H5.d.ts +4 -24
- package/es/elements/H6.d.ts +4 -24
- package/es/elements/Hr.d.ts +4 -24
- package/es/elements/Img.d.ts +6 -26
- package/es/elements/Link.d.ts +1 -1
- package/es/elements/P.d.ts +3 -24
- package/es/elements/Span.d.ts +4 -24
- package/es/elements/lib.d.ts +2 -2
- package/es/extensions/payment-card/PaymentCard.d.ts +7 -65
- package/es/extensions/payment-card/icons/BankAxept.d.ts +0 -4
- package/es/extensions/payment-card/icons/Clock.d.ts +0 -4
- package/es/extensions/payment-card/icons/DNB.d.ts +0 -4
- package/es/extensions/payment-card/icons/DNBMetalic.d.ts +0 -4
- package/es/extensions/payment-card/icons/MastercardDefault.d.ts +0 -4
- package/es/extensions/payment-card/icons/MastercardMetalic.d.ts +0 -4
- package/es/extensions/payment-card/icons/MastercardMetalicBlack.d.ts +0 -4
- package/es/extensions/payment-card/icons/PB.d.ts +0 -4
- package/es/extensions/payment-card/icons/PBPlatinum.d.ts +0 -4
- package/es/extensions/payment-card/icons/Padlock.d.ts +0 -4
- package/es/extensions/payment-card/icons/Pluss.d.ts +0 -4
- package/es/extensions/payment-card/icons/SagaGold.d.ts +0 -4
- package/es/extensions/payment-card/icons/SagaPlatinum.d.ts +0 -4
- package/es/extensions/payment-card/icons/SagaVisaPlatinum.d.ts +0 -4
- package/es/extensions/payment-card/icons/VisaDefault.d.ts +0 -4
- package/es/extensions/payment-card/icons/VisaMetalic.d.ts +0 -4
- package/es/extensions/payment-card/utils/CardDesigns.js +1 -1
- package/es/fragments/drawer-list/DrawerList.d.ts +33 -60
- package/es/fragments/drawer-list/DrawerListPortal.d.ts +0 -12
- package/es/fragments/drawer-list/DrawerListProvider.d.ts +19 -56
- package/es/fragments/scroll-view/ScrollView.d.ts +1 -1
- package/es/fragments/scroll-view/ScrollView.js +3 -2
- package/es/fragments/scroll-view/style/themes/dnb-scroll-view-theme-ui.scss +7 -5
- package/es/shared/AlignmentHelper.d.ts +0 -4
- package/es/shared/Context.d.ts +2 -2
- package/es/shared/Eufemia.js +1 -1
- package/es/shared/MediaQuery.d.ts +1 -1
- package/es/shared/MediaQuery.js +1 -1
- package/es/shared/helpers/Suffix.d.ts +2 -1
- package/es/style/core/scopes.scss +1 -1
- package/es/style/core/utilities.scss +15 -9
- package/es/style/dnb-ui-basis.css +9 -155
- package/es/style/dnb-ui-basis.min.css +1 -1
- package/es/style/dnb-ui-basis.scss +1 -2
- package/es/style/dnb-ui-body.css +1 -88
- package/es/style/dnb-ui-body.min.css +1 -1
- package/es/style/dnb-ui-body.scss +1 -1
- package/es/style/dnb-ui-components.css +28 -28
- package/es/style/dnb-ui-components.min.css +1 -1
- package/es/style/dnb-ui-core.css +9 -155
- package/es/style/dnb-ui-core.min.css +1 -1
- package/es/style/dnb-ui-core.scss +1 -2
- package/es/style/dnb-ui-elements.css +0 -87
- package/es/style/dnb-ui-elements.min.css +1 -1
- package/es/style/dnb-ui-elements.scss +0 -1
- package/es/style/dnb-ui-fragments.css +16 -16
- package/es/style/dnb-ui-fragments.min.css +1 -1
- package/es/style/dnb-ui-tags.css +0 -87
- package/es/style/dnb-ui-tags.min.css +1 -1
- package/es/style/dnb-ui-tags.scss +0 -1
- package/es/style/elements/anchor-mixins.scss +3 -3
- package/es/style/elements/anchor.scss +2 -2
- package/es/style/stylis.d.ts +20 -36
- package/es/style/stylis.js +1 -1
- package/es/style/themes/theme-eiendom/dnb-theme-eiendom.css +79 -19
- package/es/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +1 -1
- package/es/style/themes/theme-eiendom/dnb-theme-eiendom.scss +1 -2
- package/es/style/themes/theme-sbanken/dnb-theme-sbanken.css +4978 -0
- package/es/style/themes/theme-sbanken/dnb-theme-sbanken.min.css +1 -0
- package/es/style/themes/theme-sbanken/dnb-theme-sbanken.scss +49 -0
- package/es/style/{core → themes/theme-sbanken}/fonts.scss +1 -1
- package/es/style/themes/theme-sbanken/properties.d.ts +89 -0
- package/es/style/themes/theme-sbanken/properties.js +88 -0
- package/es/style/themes/theme-sbanken/properties.scss +126 -0
- package/es/style/themes/theme-ui/dnb-theme-ui.css +78 -18
- package/es/style/themes/theme-ui/dnb-theme-ui.min.css +1 -1
- package/es/style/themes/theme-ui/dnb-theme-ui.scss +3 -2
- package/es/style/themes/theme-ui/dnb-ui-fonts.css +66 -0
- package/es/style/themes/theme-ui/dnb-ui-fonts.min.css +1 -0
- package/es/style/themes/theme-ui/dnb-ui-fonts.scss +7 -0
- package/es/style/themes/theme-ui/dnb-ui-properties.scss +8 -0
- package/es/style/themes/theme-ui/fonts.scss +78 -0
- package/esm/dnb-ui-basis.min.mjs +1 -1
- package/esm/dnb-ui-components.min.mjs +1 -1
- package/esm/dnb-ui-elements.min.mjs +1 -1
- package/esm/dnb-ui-extensions.min.mjs +1 -1
- package/esm/dnb-ui-lib.min.mjs +1 -1
- package/extensions/payment-card/PaymentCard.d.ts +7 -65
- package/extensions/payment-card/icons/BankAxept.d.ts +0 -4
- package/extensions/payment-card/icons/Clock.d.ts +0 -4
- package/extensions/payment-card/icons/DNB.d.ts +0 -4
- package/extensions/payment-card/icons/DNBMetalic.d.ts +0 -4
- package/extensions/payment-card/icons/MastercardDefault.d.ts +0 -4
- package/extensions/payment-card/icons/MastercardMetalic.d.ts +0 -4
- package/extensions/payment-card/icons/MastercardMetalicBlack.d.ts +0 -4
- package/extensions/payment-card/icons/PB.d.ts +0 -4
- package/extensions/payment-card/icons/PBPlatinum.d.ts +0 -4
- package/extensions/payment-card/icons/Padlock.d.ts +0 -4
- package/extensions/payment-card/icons/Pluss.d.ts +0 -4
- package/extensions/payment-card/icons/SagaGold.d.ts +0 -4
- package/extensions/payment-card/icons/SagaPlatinum.d.ts +0 -4
- package/extensions/payment-card/icons/SagaVisaPlatinum.d.ts +0 -4
- package/extensions/payment-card/icons/VisaDefault.d.ts +0 -4
- package/extensions/payment-card/icons/VisaMetalic.d.ts +0 -4
- package/extensions/payment-card/utils/CardDesigns.js +1 -1
- package/fragments/drawer-list/DrawerList.d.ts +33 -60
- package/fragments/drawer-list/DrawerListPortal.d.ts +0 -12
- package/fragments/drawer-list/DrawerListProvider.d.ts +19 -56
- package/fragments/scroll-view/ScrollView.d.ts +1 -1
- package/fragments/scroll-view/ScrollView.js +3 -2
- package/fragments/scroll-view/style/themes/dnb-scroll-view-theme-ui.scss +7 -5
- package/package.json +1 -1
- package/shared/AlignmentHelper.d.ts +0 -4
- package/shared/Context.d.ts +2 -2
- package/shared/Eufemia.js +1 -1
- package/shared/MediaQuery.d.ts +1 -1
- package/shared/MediaQuery.js +1 -1
- package/shared/helpers/Suffix.d.ts +2 -1
- package/style/core/scopes.scss +1 -1
- package/style/core/utilities.scss +15 -9
- package/style/dnb-ui-basis.css +9 -155
- package/style/dnb-ui-basis.min.css +1 -1
- package/style/dnb-ui-basis.scss +1 -2
- package/style/dnb-ui-body.css +1 -88
- package/style/dnb-ui-body.min.css +1 -1
- package/style/dnb-ui-body.scss +1 -1
- package/style/dnb-ui-components.css +28 -28
- package/style/dnb-ui-components.min.css +1 -1
- package/style/dnb-ui-core.css +9 -155
- package/style/dnb-ui-core.min.css +1 -1
- package/style/dnb-ui-core.scss +1 -2
- package/style/dnb-ui-elements.css +0 -87
- package/style/dnb-ui-elements.min.css +1 -1
- package/style/dnb-ui-elements.scss +0 -1
- package/style/dnb-ui-fragments.css +16 -16
- package/style/dnb-ui-fragments.min.css +1 -1
- package/style/dnb-ui-tags.css +0 -87
- package/style/dnb-ui-tags.min.css +1 -1
- package/style/dnb-ui-tags.scss +0 -1
- package/style/elements/anchor-mixins.scss +3 -3
- package/style/elements/anchor.scss +2 -2
- package/style/stylis.d.ts +20 -36
- package/style/stylis.js +1 -1
- package/style/themes/theme-eiendom/dnb-theme-eiendom.css +79 -19
- package/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +1 -1
- package/style/themes/theme-eiendom/dnb-theme-eiendom.scss +1 -2
- package/style/themes/theme-sbanken/dnb-theme-sbanken.css +4978 -0
- package/style/themes/theme-sbanken/dnb-theme-sbanken.min.css +1 -0
- package/style/themes/theme-sbanken/dnb-theme-sbanken.scss +49 -0
- package/style/themes/theme-sbanken/fonts.scss +78 -0
- package/style/themes/theme-sbanken/properties.d.ts +89 -0
- package/style/themes/theme-sbanken/properties.js +88 -0
- package/style/themes/theme-sbanken/properties.scss +126 -0
- package/style/themes/theme-ui/dnb-theme-ui.css +78 -18
- package/style/themes/theme-ui/dnb-theme-ui.min.css +1 -1
- package/style/themes/theme-ui/dnb-theme-ui.scss +3 -2
- package/style/themes/theme-ui/dnb-ui-fonts.css +66 -0
- package/style/themes/theme-ui/dnb-ui-fonts.min.css +1 -0
- package/style/themes/theme-ui/dnb-ui-fonts.scss +7 -0
- package/style/themes/theme-ui/dnb-ui-properties.scss +8 -0
- package/style/themes/theme-ui/fonts.scss +78 -0
- package/umd/dnb-ui-basis.min.js +1 -1
- package/umd/dnb-ui-components.min.js +1 -1
- package/umd/dnb-ui-elements.min.js +1 -1
- package/umd/dnb-ui-extensions.min.js +1 -1
- package/umd/dnb-ui-lib.min.js +1 -1
- package/cjs/style/dnb-ui-fonts.css +0 -153
- package/cjs/style/dnb-ui-fonts.min.css +0 -1
- package/cjs/style/dnb-ui-fonts.scss +0 -9
- package/cjs/style/dnb-ui-properties.scss +0 -8
- package/es/style/dnb-ui-fonts.css +0 -153
- package/es/style/dnb-ui-fonts.min.css +0 -1
- package/es/style/dnb-ui-fonts.scss +0 -9
- package/es/style/dnb-ui-properties.scss +0 -8
- package/style/dnb-ui-fonts.css +0 -153
- package/style/dnb-ui-fonts.min.css +0 -1
- package/style/dnb-ui-fonts.scss +0 -9
- package/style/dnb-ui-properties.scss +0 -8
- /package/assets/fonts/{DNB-Bold.ttf → dnb/DNB-Bold.ttf} +0 -0
- /package/assets/fonts/{DNB-Bold.woff → dnb/DNB-Bold.woff} +0 -0
- /package/assets/fonts/{DNB-Bold.woff2 → dnb/DNB-Bold.woff2} +0 -0
- /package/assets/fonts/{DNB-Light.ttf → dnb/DNB-Light.ttf} +0 -0
- /package/assets/fonts/{DNB-Light.woff → dnb/DNB-Light.woff} +0 -0
- /package/assets/fonts/{DNB-Light.woff2 → dnb/DNB-Light.woff2} +0 -0
- /package/assets/fonts/{DNB-Medium.ttf → dnb/DNB-Medium.ttf} +0 -0
- /package/assets/fonts/{DNB-Medium.woff → dnb/DNB-Medium.woff} +0 -0
- /package/assets/fonts/{DNB-Medium.woff2 → dnb/DNB-Medium.woff2} +0 -0
- /package/assets/fonts/{DNB-Regular.ttf → dnb/DNB-Regular.ttf} +0 -0
- /package/assets/fonts/{DNB-Regular.woff → dnb/DNB-Regular.woff} +0 -0
- /package/assets/fonts/{DNB-Regular.woff2 → dnb/DNB-Regular.woff2} +0 -0
- /package/assets/fonts/{DNBMono-Bold.ttf → dnb/DNBMono-Bold.ttf} +0 -0
- /package/assets/fonts/{DNBMono-Bold.woff → dnb/DNBMono-Bold.woff} +0 -0
- /package/assets/fonts/{DNBMono-Bold.woff2 → dnb/DNBMono-Bold.woff2} +0 -0
- /package/assets/fonts/{DNBMono-Light.ttf → dnb/DNBMono-Light.ttf} +0 -0
- /package/assets/fonts/{DNBMono-Light.woff → dnb/DNBMono-Light.woff} +0 -0
- /package/assets/fonts/{DNBMono-Light.woff2 → dnb/DNBMono-Light.woff2} +0 -0
- /package/assets/fonts/{DNBMono-Medium.ttf → dnb/DNBMono-Medium.ttf} +0 -0
- /package/assets/fonts/{DNBMono-Medium.woff → dnb/DNBMono-Medium.woff} +0 -0
- /package/assets/fonts/{DNBMono-Medium.woff2 → dnb/DNBMono-Medium.woff2} +0 -0
- /package/assets/fonts/{DNBMono-Regular.ttf → dnb/DNBMono-Regular.ttf} +0 -0
- /package/assets/fonts/{DNBMono-Regular.woff → dnb/DNBMono-Regular.woff} +0 -0
- /package/assets/fonts/{DNBMono-Regular.woff2 → dnb/DNBMono-Regular.woff2} +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Bold.otf +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Bold.ttf +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Bold.woff +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Bold.woff2 +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Light.otf +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Light.ttf +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Light.woff +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Light.woff2 +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Medium.otf +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Medium.ttf +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Medium.woff +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Medium.woff2 +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Regular.otf +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Regular.ttf +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Regular.woff +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNB-Skeleton-Regular.woff2 +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Bold.otf +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Bold.ttf +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Bold.woff +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Bold.woff2 +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Light.otf +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Light.ttf +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Light.woff +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Light.woff2 +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Medium.otf +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Medium.ttf +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Medium.woff +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Medium.woff2 +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Regular.otf +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Regular.ttf +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Regular.woff +0 -0
- /package/assets/fonts/{skeleton → dnb/skeleton}/DNBMono-Skeleton-Regular.woff2 +0 -0
- /package/cjs/style/{dnb-ui-properties.css → themes/theme-ui/dnb-ui-properties.css} +0 -0
- /package/cjs/style/{dnb-ui-properties.min.css → themes/theme-ui/dnb-ui-properties.min.css} +0 -0
- /package/cjs/style/{properties.d.ts → themes/theme-ui/properties.d.ts} +0 -0
- /package/cjs/style/{properties.js → themes/theme-ui/properties.js} +0 -0
- /package/cjs/style/{core → themes/theme-ui}/properties.scss +0 -0
- /package/es/style/{dnb-ui-properties.css → themes/theme-ui/dnb-ui-properties.css} +0 -0
- /package/es/style/{dnb-ui-properties.min.css → themes/theme-ui/dnb-ui-properties.min.css} +0 -0
- /package/es/style/{properties.d.ts → themes/theme-ui/properties.d.ts} +0 -0
- /package/es/style/{properties.js → themes/theme-ui/properties.js} +0 -0
- /package/es/style/{core → themes/theme-ui}/properties.scss +0 -0
- /package/style/{dnb-ui-properties.css → themes/theme-ui/dnb-ui-properties.css} +0 -0
- /package/style/{dnb-ui-properties.min.css → themes/theme-ui/dnb-ui-properties.min.css} +0 -0
- /package/style/{properties.d.ts → themes/theme-ui/properties.d.ts} +0 -0
- /package/style/{properties.js → themes/theme-ui/properties.js} +0 -0
- /package/style/{core → themes/theme-ui}/properties.scss +0 -0
package/style/dnb-ui-tags.css
CHANGED
|
@@ -6,93 +6,6 @@
|
|
|
6
6
|
/*
|
|
7
7
|
* Utilities
|
|
8
8
|
*/
|
|
9
|
-
/*
|
|
10
|
-
* CSS Properties
|
|
11
|
-
*
|
|
12
|
-
*/
|
|
13
|
-
:root {
|
|
14
|
-
--font-family-default: "DNB", sans-serif;
|
|
15
|
-
--font-family-monospace: "DNBMono", "Menlo", "Consolas", "Roboto Mono",
|
|
16
|
-
"Ubuntu Monospace", "Noto Mono", "Oxygen Mono", "Liberation Mono",
|
|
17
|
-
monospace;
|
|
18
|
-
--font-weight-default: normal;
|
|
19
|
-
--font-weight-basis: normal;
|
|
20
|
-
--font-weight-regular: normal;
|
|
21
|
-
--font-weight-medium: 500;
|
|
22
|
-
--font-weight-bold: 600;
|
|
23
|
-
--font-size-x-small: 0.875rem;
|
|
24
|
-
--font-size-small: 1rem;
|
|
25
|
-
--font-size-basis: 1.125rem;
|
|
26
|
-
--font-size-basis--em: 1em;
|
|
27
|
-
--font-size-medium: 1.25rem;
|
|
28
|
-
--font-size-large: 1.625rem;
|
|
29
|
-
--font-size-x-large: 2.125rem;
|
|
30
|
-
--font-size-xx-large: 3rem;
|
|
31
|
-
--line-height-xx-small--em: 1em;
|
|
32
|
-
--line-height-x-small: 1.125rem;
|
|
33
|
-
--line-height-small: 1.25rem;
|
|
34
|
-
--line-height-basis: 1.5rem;
|
|
35
|
-
--line-height-basis--em: 1.333em;
|
|
36
|
-
--line-height-medium: 2rem;
|
|
37
|
-
--line-height-large: 2.5rem;
|
|
38
|
-
--line-height-x-large: 3.5rem;
|
|
39
|
-
--color-mint-green-50: #d2f0e9;
|
|
40
|
-
--color-mint-green-25: #e9f8f4;
|
|
41
|
-
--color-mint-green-12: #f4fbf9;
|
|
42
|
-
--color-sea-green-30: #b3dada;
|
|
43
|
-
--color-accent-yellow-30: #feebc1;
|
|
44
|
-
--color-signal-orange: #ff5400;
|
|
45
|
-
--color-fire-red: #dc2a2a;
|
|
46
|
-
--color-success-green: #007b5e;
|
|
47
|
-
--color-fire-red-8: #fdeeee;
|
|
48
|
-
--color-black: #000;
|
|
49
|
-
--color-black-80: #333;
|
|
50
|
-
--color-black-55: #737373;
|
|
51
|
-
--color-black-20: #ccc;
|
|
52
|
-
--color-black-8: #ebebeb;
|
|
53
|
-
--color-black-3: #f8f8f8;
|
|
54
|
-
--color-white: #fff;
|
|
55
|
-
--color-black-border: #cdcdcd;
|
|
56
|
-
--color-black-background: #fafafa;
|
|
57
|
-
--color-sea-green: #007272;
|
|
58
|
-
--color-mint-green: #a5e1d2;
|
|
59
|
-
--color-summer-green: #28b482;
|
|
60
|
-
--color-emerald-green: #14555a;
|
|
61
|
-
--color-ocean-green: #00343e;
|
|
62
|
-
--color-accent-yellow: #fdbb31;
|
|
63
|
-
--color-indigo: #23195a;
|
|
64
|
-
--color-violet: #6e2382;
|
|
65
|
-
--color-sky-blue: #4bbed2;
|
|
66
|
-
--color-lavender: #f2f2f5;
|
|
67
|
-
--color-sand-yellow: #fbf6ec;
|
|
68
|
-
--color-pistachio: #f2f4ec;
|
|
69
|
-
--color-mint-green-alt: #ebfffa;
|
|
70
|
-
--color-indigo-medium: #6e6491;
|
|
71
|
-
--color-indigo-light: #b9afc8;
|
|
72
|
-
--color-violet-medium: #a06eaf;
|
|
73
|
-
--color-violet-light: #cfb9d7;
|
|
74
|
-
--color-sky-blue-medium: #87d2e1;
|
|
75
|
-
--color-sky-blue-light: #c3ebf0;
|
|
76
|
-
--spacing-xx-small: 0.25rem;
|
|
77
|
-
--spacing-x-small: 0.5rem;
|
|
78
|
-
--spacing-small: 1rem;
|
|
79
|
-
--spacing-medium: 1.5rem;
|
|
80
|
-
--spacing-large: 2rem;
|
|
81
|
-
--spacing-x-large: 3rem;
|
|
82
|
-
--spacing-xx-large: 3.5rem;
|
|
83
|
-
--layout-small: 40em;
|
|
84
|
-
--layout-medium: 60em;
|
|
85
|
-
--layout-large: 72em;
|
|
86
|
-
--layout-x-large: 80em;
|
|
87
|
-
--layout-xx-large: 90em;
|
|
88
|
-
--shadow-default: 0 8px 16px rgb(51 51 51 / 8%);
|
|
89
|
-
--shadow-default-x: 0;
|
|
90
|
-
--shadow-default-y: 8px;
|
|
91
|
-
--shadow-default-blur-radius: 16px;
|
|
92
|
-
--shadow-default-color: rgb(51 51 51 / 8%);
|
|
93
|
-
--easing-default: cubic-bezier(0.42, 0, 0, 1);
|
|
94
|
-
}
|
|
95
|
-
|
|
96
9
|
/*
|
|
97
10
|
* Import all element tags
|
|
98
11
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@charset "UTF-8";:root{--font-family-default:"DNB",sans-serif;--font-family-monospace:"DNBMono","Menlo","Consolas","Roboto Mono","Ubuntu Monospace","Noto Mono","Oxygen Mono","Liberation Mono",monospace;--font-weight-default:normal;--font-weight-basis:normal;--font-weight-regular:normal;--font-weight-medium:500;--font-weight-bold:600;--font-size-x-small:0.875rem;--font-size-small:1rem;--font-size-basis:1.125rem;--font-size-basis--em:1em;--font-size-medium:1.25rem;--font-size-large:1.625rem;--font-size-x-large:2.125rem;--font-size-xx-large:3rem;--line-height-xx-small--em:1em;--line-height-x-small:1.125rem;--line-height-small:1.25rem;--line-height-basis:1.5rem;--line-height-basis--em:1.333em;--line-height-medium:2rem;--line-height-large:2.5rem;--line-height-x-large:3.5rem;--color-mint-green-50:#d2f0e9;--color-mint-green-25:#e9f8f4;--color-mint-green-12:#f4fbf9;--color-sea-green-30:#b3dada;--color-accent-yellow-30:#feebc1;--color-signal-orange:#ff5400;--color-fire-red:#dc2a2a;--color-success-green:#007b5e;--color-fire-red-8:#fdeeee;--color-black:#000;--color-black-80:#333;--color-black-55:#737373;--color-black-20:#ccc;--color-black-8:#ebebeb;--color-black-3:#f8f8f8;--color-white:#fff;--color-black-border:#cdcdcd;--color-black-background:#fafafa;--color-sea-green:#007272;--color-mint-green:#a5e1d2;--color-summer-green:#28b482;--color-emerald-green:#14555a;--color-ocean-green:#00343e;--color-accent-yellow:#fdbb31;--color-indigo:#23195a;--color-violet:#6e2382;--color-sky-blue:#4bbed2;--color-lavender:#f2f2f5;--color-sand-yellow:#fbf6ec;--color-pistachio:#f2f4ec;--color-mint-green-alt:#ebfffa;--color-indigo-medium:#6e6491;--color-indigo-light:#b9afc8;--color-violet-medium:#a06eaf;--color-violet-light:#cfb9d7;--color-sky-blue-medium:#87d2e1;--color-sky-blue-light:#c3ebf0;--spacing-xx-small:0.25rem;--spacing-x-small:0.5rem;--spacing-small:1rem;--spacing-medium:1.5rem;--spacing-large:2rem;--spacing-x-large:3rem;--spacing-xx-large:3.5rem;--layout-small:40em;--layout-medium:60em;--layout-large:72em;--layout-x-large:80em;--layout-xx-large:90em;--shadow-default:0 8px 16px rgb(51 51 51/8%);--shadow-default-x:0;--shadow-default-y:8px;--shadow-default-blur-radius:16px;--shadow-default-color:rgb(51 51 51/8%);--easing-default:cubic-bezier(0.42,0,0,1)}button.dnb-anchor{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer;line-height:calc(var(--line-height-basis) + .125rem)}.dnb-anchor{border-radius:0;color:var(--color-sea-green);display:inline;font-size:var(--font-size-basis);padding:.05575em .125em;text-decoration:underline;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;text-decoration-thickness:.0938rem;text-underline-offset:.25em;transition:background-color .2s ease-in-out,border-radius .2s ease-in-out}sub .dnb-anchor,sup .dnb-anchor{padding:0 .025em}.dnb-h--basis .dnb-anchor,.dnb-h--large .dnb-anchor,.dnb-h--medium .dnb-anchor,.dnb-h--small .dnb-anchor,.dnb-h--x-large .dnb-anchor,.dnb-h--x-small .dnb-anchor,.dnb-h--xx-large .dnb-anchor,.dnb-lead .dnb-anchor,.dnb-p .dnb-anchor{font-size:inherit}.dnb-anchor:focus{border-radius:.25em;outline:none}.dnb-anchor:focus:not(:active){background-color:transparent;color:var(--color-sea-green);transition:none}.dnb-anchor:focus:not(:active),.dnb-section .dnb-anchor:focus:not(:active).dnb-anchor{text-decoration:none}html[data-whatinput=keyboard] .dnb-anchor:focus{--border-color:var(--color-emerald-green);border-color:transparent;box-shadow:0 0 0 .125rem var(--border-color)}.dnb-anchor:active,.dnb-anchor:hover{background-color:var(--color-mint-green-50);border-radius:.25em;color:var(--color-sea-green)}.dnb-anchor:active,.dnb-anchor:hover,.dnb-section .dnb-anchor:active.dnb-anchor,.dnb-section .dnb-anchor:hover.dnb-anchor{text-decoration:none}.dnb-anchor:active{background-color:var(--color-emerald-green);border-radius:.25em;color:var(--color-mint-green)}.dnb-anchor:active,.dnb-section .dnb-anchor:active.dnb-anchor{text-decoration:none}.dnb-anchor[target=_blank]:not(:empty):not(.dnb-anchor--no-icon){background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExIDBhLjc1Ljc1IDAgMCAwIDAgMS41VjB6bTQgLjc1aC43NUEuNzUuNzUgMCAwIDAgMTUgMHYuNzV6bS0uNzUgNGEuNzUuNzUgMCAwIDAgMS41IDBoLTEuNXptMS41IDRhLjc1Ljc1IDAgMCAwLTEuNSAwaDEuNXptLS43NSA2LjVWMTZjLjQxIDAgLjc1LS4zNC43NS0uNzVIMTV6bS0xNCAwSC4yNWMwIC40MS4zNC43NS43NS43NXYtLjc1ek0xIC43NVYwYS43NS43NSAwIDAgMC0uNzUuNzVIMXptNS43NS43NWEuNzUuNzUgMCAwIDAgMC0xLjV2MS41em0yLjcyIDMuNzJhLjc1Ljc1IDAgMCAwIDEuMDYgMS4wNkw5LjQ3IDUuMjJ6TTE0LjI1Ljc1djRoMS41di00aC0xLjV6bTAgOHY2LjVoMS41di02LjVoLTEuNXpNMTUgMTQuNUgxVjE2aDE0di0xLjV6bS0xMy4yNS43NVYuNzVILjI1djE0LjVoMS41ek0xIDEuNWg1Ljc1VjBIMXYxLjV6bTEwIDBoNFYwaC00djEuNXptLS40NyA0Ljc4IDUtNUwxNC40Ny4yMmwtNSA1IDEuMDYgMS4wNnoiIGZpbGw9IiMwMDcyNzIiLz48L3N2Zz4=");background-size:0;position:relative}.dnb-anchor[target=_blank]:not(:empty):not(.dnb-anchor--no-icon):after{background-image:inherit;background-size:cover;color:inherit;content:"";display:inline-block;height:.889em;margin-left:.3em;margin-right:.125em;position:relative;transform-origin:bottom;transition:transform .3s ease-out,filter 1s ease-in-out;width:.889em}.dnb-anchor[target=_blank]:not(:empty):not(.dnb-anchor--no-icon):active{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExIDBhLjc1Ljc1IDAgMCAwIDAgMS41VjB6bTQgLjc1aC43NUEuNzUuNzUgMCAwIDAgMTUgMHYuNzV6bS0uNzUgNGEuNzUuNzUgMCAwIDAgMS41IDBoLTEuNXptMS41IDRhLjc1Ljc1IDAgMCAwLTEuNSAwaDEuNXptLS43NSA2LjVWMTZjLjQxIDAgLjc1LS4zNC43NS0uNzVIMTV6bS0xNCAwSC4yNWMwIC40MS4zNC43NS43NS43NXYtLjc1ek0xIC43NVYwYS43NS43NSAwIDAgMC0uNzUuNzVIMXptNS43NS43NWEuNzUuNzUgMCAwIDAgMC0xLjV2MS41em0yLjcyIDMuNzJhLjc1Ljc1IDAgMCAwIDEuMDYgMS4wNkw5LjQ3IDUuMjJ6TTE0LjI1Ljc1djRoMS41di00aC0xLjV6bTAgOHY2LjVoMS41di02LjVoLTEuNXpNMTUgMTQuNUgxVjE2aDE0di0xLjV6bS0xMy4yNS43NVYuNzVILjI1djE0LjVoMS41ek0xIDEuNWg1Ljc1VjBIMXYxLjV6bTEwIDBoNFYwaC00djEuNXptLS40NyA0Ljc4IDUtNUwxNC40Ny4yMmwtNSA1IDEuMDYgMS4wNnoiIGZpbGw9IiNhNWUxZDIiLz48L3N2Zz4=")}.dnb-anchor[target=_blank]:not(:empty):not(.dnb-anchor--no-icon):after{top:.125em}[data-visual-test-wrapper] .dnb-anchor{transition:none}.dnb-anchor .dnb-icon{display:inline-block;transform:translateY(-.0625em)}.dnb-anchor--hover{background-color:var(--color-mint-green-50);border-radius:.25em;color:var(--color-sea-green)}.dnb-anchor--hover,.dnb-section .dnb-anchor--hover.dnb-anchor{text-decoration:none}.dnb-anchor--active{background-color:var(--color-emerald-green);border-radius:.25em;color:var(--color-mint-green)}.dnb-anchor--active,.dnb-section .dnb-anchor--active.dnb-anchor{text-decoration:none}.dnb-anchor--focus{border-radius:.25em;outline:none}.dnb-anchor--focus:not(:active){background-color:transparent;color:var(--color-sea-green);transition:none}.dnb-anchor--focus:not(:active),.dnb-section .dnb-anchor--focus:not(:active).dnb-anchor{text-decoration:none}html[data-whatinput=mouse] .dnb-anchor--focus{--border-color:var(--color-emerald-green);border-color:transparent;box-shadow:0 0 0 .125rem var(--border-color)}.dnb-anchor--no-style{color:inherit;transition:none}.dnb-anchor--no-style,.dnb-section .dnb-anchor--no-style.dnb-anchor{text-decoration:none}.dnb-anchor--no-style:hover{background-color:transparent;color:inherit}.dnb-anchor--no-underline,.dnb-section .dnb-anchor--no-underline.dnb-anchor{text-decoration:none}.dnb-anchor--no-hover:hover{background-color:transparent;color:inherit}.dnb-anchor--no-radius,.dnb-anchor--no-radius:active,.dnb-anchor--no-radius:focus,.dnb-anchor--no-radius:hover{border-radius:0}.dnb-anchor--no-animation{transition:none}.dnb-anchor--contrast{color:var(--color-white)}.dnb-anchor--contrast:active,.dnb-anchor--contrast:hover{text-decoration:none}.dnb-anchor--contrast:active,.dnb-anchor--contrast:hover{background-color:var(--color-white);color:var(--color-emerald-green)}.dnb-anchor--contrast:not(:disabled):focus{background-color:transparent;color:var(--color-white);outline:none}html[data-whatinput=keyboard] .dnb-anchor--contrast:not(:disabled):focus{--border-color:var(--color-white);border-color:transparent;box-shadow:0 0 0 .125rem var(--border-color)}a.dnb-button{transition:none}.dnb-anchor.dnb-skeleton,.dnb-skeleton>.dnb-anchor{text-decoration:none}.dnb-anchor.dnb-skeleton:after,.dnb-skeleton>.dnb-anchor:after{filter:grayscale(100%) opacity(.3)}.dnb-small{font-size:var(--font-size-small)}sub,sup{font-size:.777777em;line-height:.5em}.dnb-p{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);padding:0}.dnb-p:not([class*=space__top]){margin-top:0}.dnb-p:not([class*=space__bottom]){margin-bottom:0}.dnb-p--lead{font-size:var(--font-size-medium);font-weight:var(--font-weight-medium);line-height:calc(var(--line-height-medium) - .25rem)}.dnb-p--lead>small{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-p--medium,.dnb-p b,.dnb-p strong{font-weight:var(--font-weight-medium)}.dnb-p--bold{font-weight:var(--font-weight-bold)}.dnb-p__size--xx-large{font-size:var(--font-size-xx-large);line-height:var(--line-height-x-large)}.dnb-p__size--x-large{font-size:var(--font-size-x-large);line-height:var(--line-height-x-large)}.dnb-p__size--large{font-size:var(--font-size-large);line-height:var(--line-height-large)}.dnb-p__size--basis{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-p__size--medium{font-size:var(--font-size-medium);line-height:var(--line-height-medium)}.dnb-p--small,.dnb-p>small,.dnb-p__size--small{font-size:var(--font-size-small);line-height:var(--line-height-small)}.dnb-p--x-small,.dnb-p__size--x-small{font-size:var(--font-size-x-small);line-height:var(--line-height-x-small)}.dnb-p>cite{font-style:italic;line-height:var(--line-height-basis)}.dnb-p>cite,.dnb-table b,.dnb-table strong{font-weight:var(--font-weight-medium)}.dnb-h--xx-large{font-size:var(--font-size-xx-large);line-height:var(--line-height-x-large)}.dnb-h--xx-large>small{display:block}.dnb-h--x-large,.dnb-h--x-large>small,.dnb-h--xx-large>small{font-size:var(--font-size-x-large);line-height:var(--line-height-large)}.dnb-h--x-large>small{display:block}.dnb-h--large{font-size:var(--font-size-large);line-height:var(--line-height-medium)}.dnb-h--large>small{font-size:var(--font-size-medium);line-height:calc(var(--line-height-medium) - .125rem)}.dnb-h--medium,.dnb-lead{font-size:var(--font-size-medium);font-weight:var(--font-weight-medium);line-height:calc(var(--line-height-medium) - .25rem)}.dnb-h--basis,.dnb-h--medium>small,.dnb-lead>small{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-h--basis>small,.dnb-h--small{font-size:var(--font-size-small);line-height:var(--line-height-small)}.dnb-h--small>small{font-size:var(--font-size-x-small);line-height:var(--line-height-small)}.dnb-h--x-small{font-size:var(--font-size-x-small);line-height:var(--line-height-x-small)}.dnb-core-style .dnb-h--basis,.dnb-core-style .dnb-h--large,.dnb-core-style .dnb-h--medium,.dnb-core-style .dnb-h--small,.dnb-core-style .dnb-h--x-large,.dnb-core-style .dnb-h--x-small,.dnb-core-style .dnb-h--xx-large,.dnb-core-style .dnb-lead,.dnb-h--basis,.dnb-h--large,.dnb-h--medium,.dnb-h--small,.dnb-h--x-large,.dnb-h--x-small,.dnb-h--xx-large,.dnb-lead{color:var(--theme-color-black-80,currentColor);font-family:var(--font-family-default);font-weight:var(--font-weight-medium);padding:0}.dnb-core-style .dnb-h--basis:not([class*=dnb-space]),.dnb-core-style .dnb-h--large:not([class*=dnb-space]),.dnb-core-style .dnb-h--medium:not([class*=dnb-space]),.dnb-core-style .dnb-h--small:not([class*=dnb-space]),.dnb-core-style .dnb-h--x-large:not([class*=dnb-space]),.dnb-core-style .dnb-h--x-small:not([class*=dnb-space]),.dnb-core-style .dnb-h--xx-large:not([class*=dnb-space]),.dnb-core-style .dnb-lead:not([class*=dnb-space]),.dnb-h--basis:not([class*=dnb-space]),.dnb-h--large:not([class*=dnb-space]),.dnb-h--medium:not([class*=dnb-space]),.dnb-h--small:not([class*=dnb-space]),.dnb-h--x-large:not([class*=dnb-space]),.dnb-h--x-small:not([class*=dnb-space]),.dnb-h--xx-large:not([class*=dnb-space]),.dnb-lead:not([class*=dnb-space]){margin:0}.dnb-core-style .dnb-h--basis .dnb-icon--default,.dnb-core-style .dnb-h--large .dnb-icon--default,.dnb-core-style .dnb-h--medium .dnb-icon--default,.dnb-core-style .dnb-h--small .dnb-icon--default,.dnb-core-style .dnb-h--x-large .dnb-icon--default,.dnb-core-style .dnb-h--x-small .dnb-icon--default,.dnb-core-style .dnb-h--xx-large .dnb-icon--default,.dnb-core-style .dnb-lead .dnb-icon--default,.dnb-h--basis .dnb-icon--default,.dnb-h--large .dnb-icon--default,.dnb-h--medium .dnb-icon--default,.dnb-h--small .dnb-icon--default,.dnb-h--x-large .dnb-icon--default,.dnb-h--x-small .dnb-icon--default,.dnb-h--xx-large .dnb-icon--default,.dnb-lead .dnb-icon--default{font-size:1em}.dnb-core-style .dnb-h--basis .dnb-icon--medium,.dnb-core-style .dnb-h--large .dnb-icon--medium,.dnb-core-style .dnb-h--medium .dnb-icon--medium,.dnb-core-style .dnb-h--small .dnb-icon--medium,.dnb-core-style .dnb-h--x-large .dnb-icon--medium,.dnb-core-style .dnb-h--x-small .dnb-icon--medium,.dnb-core-style .dnb-h--xx-large .dnb-icon--medium,.dnb-core-style .dnb-lead .dnb-icon--medium,.dnb-h--basis .dnb-icon--medium,.dnb-h--large .dnb-icon--medium,.dnb-h--medium .dnb-icon--medium,.dnb-h--small .dnb-icon--medium,.dnb-h--x-large .dnb-icon--medium,.dnb-h--x-small .dnb-icon--medium,.dnb-h--xx-large .dnb-icon--medium,.dnb-lead .dnb-icon--medium{font-size:1.5em}.dnb-core-style .dnb-h--basis .dnb-anchor,.dnb-core-style .dnb-h--basis a,.dnb-core-style .dnb-h--large .dnb-anchor,.dnb-core-style .dnb-h--large a,.dnb-core-style .dnb-h--medium .dnb-anchor,.dnb-core-style .dnb-h--medium a,.dnb-core-style .dnb-h--small .dnb-anchor,.dnb-core-style .dnb-h--small a,.dnb-core-style .dnb-h--x-large .dnb-anchor,.dnb-core-style .dnb-h--x-large a,.dnb-core-style .dnb-h--x-small .dnb-anchor,.dnb-core-style .dnb-h--x-small a,.dnb-core-style .dnb-h--xx-large .dnb-anchor,.dnb-core-style .dnb-h--xx-large a,.dnb-core-style .dnb-lead .dnb-anchor,.dnb-core-style .dnb-lead a,.dnb-h--basis .dnb-anchor,.dnb-h--basis a,.dnb-h--large .dnb-anchor,.dnb-h--large a,.dnb-h--medium .dnb-anchor,.dnb-h--medium a,.dnb-h--small .dnb-anchor,.dnb-h--small a,.dnb-h--x-large .dnb-anchor,.dnb-h--x-large a,.dnb-h--x-small .dnb-anchor,.dnb-h--x-small a,.dnb-h--xx-large .dnb-anchor,.dnb-h--xx-large a,.dnb-lead .dnb-anchor,.dnb-lead a{padding-bottom:.03125rem;padding-top:0}.dnb-core-style .dnb-spacing .dnb-h--xx-large:not([class*=space__top]),.dnb-spacing .dnb-h--xx-large:not([class*=space__top]){margin-top:3rem}.dnb-core-style .dnb-spacing .dnb-h--xx-large:not([class*=space__bottom]),.dnb-spacing .dnb-h--xx-large:not([class*=space__bottom]){margin-bottom:2.5rem}.dnb-core-style .dnb-spacing .dnb-h--x-large:not([class*=space__top]),.dnb-spacing .dnb-h--x-large:not([class*=space__top]){margin-top:3rem}.dnb-core-style .dnb-spacing .dnb-h--x-large:not([class*=space__bottom]),.dnb-spacing .dnb-h--x-large:not([class*=space__bottom]){margin-bottom:1rem}.dnb-core-style .dnb-spacing .dnb-h--large:not([class*=space__top]),.dnb-spacing .dnb-h--large:not([class*=space__top]){margin-top:3rem}.dnb-core-style .dnb-spacing .dnb-h--large:not([class*=space__bottom]),.dnb-spacing .dnb-h--large:not([class*=space__bottom]){margin-bottom:1rem}.dnb-core-style .dnb-spacing .dnb-h--basis:not([class*=space__top]),.dnb-core-style .dnb-spacing .dnb-h--medium:not([class*=space__top]),.dnb-core-style .dnb-spacing .dnb-h--small:not([class*=space__top]),.dnb-core-style .dnb-spacing .dnb-h--x-small:not([class*=space__top]),.dnb-core-style .dnb-spacing .dnb-lead:not([class*=space__top]),.dnb-spacing .dnb-h--basis:not([class*=space__top]),.dnb-spacing .dnb-h--medium:not([class*=space__top]),.dnb-spacing .dnb-h--small:not([class*=space__top]),.dnb-spacing .dnb-h--x-small:not([class*=space__top]),.dnb-spacing .dnb-lead:not([class*=space__top]){margin-top:2rem}.dnb-core-style .dnb-spacing .dnb-h--basis:not([class*=space__bottom]),.dnb-core-style .dnb-spacing .dnb-h--medium:not([class*=space__bottom]),.dnb-core-style .dnb-spacing .dnb-h--small:not([class*=space__bottom]),.dnb-core-style .dnb-spacing .dnb-h--x-small:not([class*=space__bottom]),.dnb-core-style .dnb-spacing .dnb-lead:not([class*=space__bottom]),.dnb-spacing .dnb-h--basis:not([class*=space__bottom]),.dnb-spacing .dnb-h--medium:not([class*=space__bottom]),.dnb-spacing .dnb-h--small:not([class*=space__bottom]),.dnb-spacing .dnb-h--x-small:not([class*=space__bottom]),.dnb-spacing .dnb-lead:not([class*=space__bottom]){margin-bottom:1rem}.dnb-core-style .dnb-spacing .dnb-p:not([class*=dnb-space__top]),.dnb-spacing .dnb-p:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing .dnb-p:not([class*=dnb-space__bottom]),.dnb-spacing .dnb-p:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-blockquote{background-color:var(--color-ocean-green);border-radius:1rem;color:var(--color-mint-green);display:inline-block;font-size:var(--font-size-small);line-height:var(--line-height-small);padding:1.5rem;position:relative;width:auto}.dnb-blockquote:not([class*=dnb-space]){margin:0}.dnb-blockquote:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0E1RTFEMiIgc3Ryb2tlPSIjQTVFMUQyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJNMzcuNSAyNy41YTkgOSAwIDEgMCAwLTE4IDkgOSAwIDAgMCAwIDE4eiIvPjxwYXRoIHN0cm9rZT0iI0E1RTFEMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTQ2LjUgMTguNWEyMSAyMSAwIDAgMS0yMSAyMSIvPjxwYXRoIGZpbGw9IiNBNUUxRDIiIHN0cm9rZT0iI0E1RTFEMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTEzLjUgMjcuNWE5IDkgMCAxIDAgMC0xOCA5IDkgMCAwIDAgMCAxOHoiLz48cGF0aCBzdHJva2U9IiNBNUUxRDIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0yMi41IDE4LjVhMjEgMjEgMCAwIDEtMjEgMjEiLz48L3N2Zz4=");background-size:cover;content:"";height:3em;left:1.5rem;position:absolute;top:2rem;width:3em}.dnb-blockquote,.dnb-blockquote.dnb-blockquote--left{padding-bottom:3rem;padding-left:6rem;padding-top:2rem}.dnb-blockquote.dnb-blockquote--top{padding-bottom:3rem;padding-left:1.5rem;padding-top:6rem}.dnb-blockquote.dnb-blockquote--no-background{background-color:transparent;color:var(--theme-color-black-80,currentColor)}.dnb-blockquote.dnb-blockquote--no-background:before{filter:grayscale(1) brightness(24%)}.dnb-blockquote .dnb-cite,.dnb-blockquote .dnb-figcaption,.dnb-blockquote cite,.dnb-blockquote figcaption,.dnb-blockquote footer{display:block;font-style:italic;font-weight:var(--font-weight-medium);line-height:var(--line-height-basis);margin-top:1rem}.dnb-blockquote .dnb-cite:before,.dnb-blockquote .dnb-figcaption:before,.dnb-blockquote cite:before,.dnb-blockquote figcaption:before,.dnb-blockquote footer:before{content:"—";display:inline-block;padding-right:.5rem}.dnb-spacing .dnb-blockquote .dnb-h--large,.dnb-spacing .dnb-blockquote .dnb-h--medium,.dnb-spacing .dnb-blockquote .dnb-h--xx-large,.dnb-spacing .dnb-blockquote .dnb-lead,.dnb-spacing .dnb-blockquote h1,.dnb-spacing .dnb-blockquote h2,.dnb-spacing .dnb-blockquote h3{margin:0}.dnb-blockquote .dnb-anchor{font-size:inherit}.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-anchor,.dnb-blockquote:not(.dnb-blockquote--no-background) a{color:var(--color-white)}.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:active,.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:hover,.dnb-blockquote:not(.dnb-blockquote--no-background) a:active,.dnb-blockquote:not(.dnb-blockquote--no-background) a:hover{background-color:var(--color-white);color:var(--color-emerald-green);text-decoration:none}.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:active,.dnb-blockquote:not(.dnb-blockquote--no-background) a:active{background-color:var(--color-white);color:var(--color-emerald-green)}.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:not(:disabled):focus,.dnb-blockquote:not(.dnb-blockquote--no-background) a:not(:disabled):focus{background-color:transparent;color:var(--color-white);outline:none}html[data-whatinput=keyboard] .dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:not(:disabled):focus,html[data-whatinput=keyboard] .dnb-blockquote:not(.dnb-blockquote--no-background) a:not(:disabled):focus{--border-color:var(--color-white);border-color:transparent;box-shadow:0 0 0 .125rem var(--border-color)}.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-h--large,.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-h--medium,.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-h--xx-large,.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-lead,.dnb-blockquote:not(.dnb-blockquote--no-background) h1,.dnb-blockquote:not(.dnb-blockquote--no-background) h2,.dnb-blockquote:not(.dnb-blockquote--no-background) h3{color:var(--color-mint-green)}.dnb-spacing .dnb-blockquote:not([class*=dnb-space__top]){margin-top:0}.dnb-spacing .dnb-blockquote:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-spacing .dnb-blockquote p:last-child{margin-bottom:0}.dnb-ul{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding:0}.dnb-ul:not([class*=dnb-space]){margin:0}.dnb-ul:not([class*=dnb-space__left]){padding-left:2rem}.dnb-ul ol,.dnb-ul ul{margin-bottom:1.5rem;margin-top:0;padding-left:2rem}.dnb-ul--outside li,.dnb-ul li{position:relative}.dnb-ul--outside li:before,.dnb-ul li:before{left:-10rem;padding-right:.25rem;position:absolute;text-align:right;width:10rem}.dnb-ul--inside li:before{left:0;padding-right:0;position:relative;text-align:initial;width:auto}.dnb-ul .dnb-anchor{font-size:inherit}.dnb-ul li{display:list-item;margin-bottom:.5rem;margin-top:.5rem}.dnb-ol{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding:0}.dnb-ol:not([class*=dnb-space]){margin:0}.dnb-ol:not([class*=dnb-space__left]){padding-left:2rem}.dnb-ol li{display:list-item;margin-bottom:.5rem;margin-top:.5rem}.dnb-ol ol,.dnb-ol ul{margin-bottom:1.5rem;margin-top:0;padding-left:2rem}.dnb-ol--outside li,.dnb-ol li{position:relative}.dnb-ol--outside li:before,.dnb-ol li:before{left:-10rem;padding-right:.25rem;position:absolute;text-align:right;width:10rem}.dnb-ol--inside li:before{left:0;padding-right:0;position:relative;text-align:initial;width:auto}.dnb-ol .dnb-anchor{font-size:inherit}.dnb-ol li{list-style-type:decimal}.dnb-ol--nested,.dnb-ol--nested ol{counter-reset:item}.dnb-ol--nested li{display:block}.dnb-ol--nested li:before{content:counters(item,".") ". ";counter-increment:item}.dnb-ol--nested li li:before{content:counters(item,".") " ";counter-increment:item}.dnb-ol[type] li{display:list-item;list-style-type:inherit}.dnb-ol[type] li:before,.dnb-ol[type] li li:before{content:none}.dnb-dl{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding:0}.dnb-dl:not([class*=dnb-space__top]){margin-top:0}.dnb-dl:not([class*=dnb-space__bottom]){margin-bottom:0}.dnb-dl dt{font-weight:var(--font-weight-medium);margin-top:1rem;padding:0}.dnb-dl dd~dt{margin-top:1.5rem}.dnb-dl dd{margin:.5rem 0 1rem;padding:0}.dnb-dl:not([class*=dnb-space])>dd>dl,.dnb-dl>dd>dl{margin-left:2rem;margin-top:1.5rem}@media screen and (min-width:40em){.dnb-dl__direction--horizontal{display:flex;flex-wrap:wrap}.dnb-dl__direction--horizontal dt{margin-right:1rem;max-width:40%}.dnb-dl__direction--horizontal dd{width:calc(60% - 1rem)}.dnb-dl__direction--horizontal dd,.dnb-dl__direction--horizontal dd~dt,.dnb-dl__direction--horizontal dt{margin-bottom:0;margin-top:.5rem}.dnb-dl__direction--horizontal dd:first-of-type,.dnb-dl__direction--horizontal dd~dt:first-of-type,.dnb-dl__direction--horizontal dt:first-of-type{margin-top:0}.dnb-dl dd.dnb-dl__item{flex-basis:100%;height:0;margin:0}}.dnb-spacing .dnb-ol:not([class*=dnb-space__top]),.dnb-spacing .dnb-ul:not([class*=dnb-space__top]){margin-top:0}.dnb-spacing .dnb-ol:not([class*=dnb-space__bottom]),.dnb-spacing .dnb-ul:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-spacing .dnb-ol>li,.dnb-spacing .dnb-ul>li{margin-bottom:1rem;margin-top:1rem}.dnb-spacing .dnb-ol>li>p,.dnb-spacing .dnb-ul>li>p{margin-top:1rem}.dnb-spacing .dnb-ol:not([class*=dnb-space]) li>ol,.dnb-spacing .dnb-ol:not([class*=dnb-space]) li>ul,.dnb-spacing .dnb-ol li>ol,.dnb-spacing .dnb-ol li>ul,.dnb-spacing .dnb-ul:not([class*=dnb-space]) li>ol,.dnb-spacing .dnb-ul:not([class*=dnb-space]) li>ul,.dnb-spacing .dnb-ul li>ol,.dnb-spacing .dnb-ul li>ul{margin-top:-.5rem}.dnb-spacing .dnb-dl:not([class*=dnb-space__top]){margin-top:0}.dnb-spacing .dnb-dl:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-unstyled-list{list-style-type:none}.dnb-unstyled-list:not([class*=dnb-space]){margin:0}.dnb-unstyled-list:not([class*=dnb-space__left]){padding-left:0}.dnb-unstyled-list>li{list-style-type:none}.dnb-unstyled-list>li:before{content:none}.dnb-unstyled-list>dd,.dnb-unstyled-list>dl{margin-left:0}.dnb-label{color:var(--color-black-80);cursor:pointer;overflow-wrap:break-word}.dnb-label[disabled]{cursor:not-allowed}.dnb-form{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-code{background-color:var(--color-mint-green-25);border-radius:.1875em;color:inherit;display:inline-block;font-size:inherit;line-height:var(--line-height-xx-small--em);padding:.25em;text-decoration:inherit}del .dnb-code{text-decoration:line-through}.dnb-code:not([class*=dnb-space]){margin:-.25em 0}.dnb-pre{word-wrap:normal;background-color:#222;border-radius:.5rem;color:var(--color-mint-green-12);display:block;font-family:var(--font-family-monospace);font-size:inherit;-webkit-hyphens:none;hyphens:none;outline:none;overflow:auto;padding:1rem;-moz-tab-size:2;tab-size:2;text-align:left;text-shadow:none;vertical-align:baseline;white-space:pre;word-break:normal;word-spacing:normal}.dnb-pre:not([class*=dnb-space]){margin:0}.dnb-pre pre{padding:1rem}.dnb-pre .dnb-spacing pre:not([class*=dnb-space__top]){margin-top:0}.dnb-pre .dnb-spacing pre:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-pre.dnb-pre--focus{--border-color:var(--color-sea-green);border-color:transparent;box-shadow:0 0 0 .25rem var(--border-color)}.dnb-spacing .dnb-pre:not([class*=dnb-space__top]){margin-top:0}.dnb-spacing .dnb-pre:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-skeleton>.dnb-code{background-color:transparent}.dnb-img{align-items:center;display:inline-flex;flex-direction:column;padding:0;text-align:center}.dnb-img:not([class*=dnb-space]){margin:0}.dnb-img figcaption,.dnb-img img{font-size:var(--font-size-basis)}.dnb-img img{border-radius:inherit;border-style:none;box-sizing:content-box;max-width:100%;position:relative;z-index:2}.dnb-img img[alt]:after{align-items:center;background-color:var(--color-black-8);border-radius:inherit;color:var(--color-black-80);content:attr(alt);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:3}.dnb-img figcaption{margin-top:.5rem}.dnb-img__img--error{background-color:var(--color-black-8);color:var(--color-black-80)}.dnb-hr{border:0;color:var(--color-black-80);display:flex;height:0;padding:0;position:relative}.dnb-hr:not([class*=dnb-space]){margin:0}.dnb-hr:after{background-color:currentcolor;border-radius:.5px;color:inherit;content:"";height:1px;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.dnb-hr--fullscreen:after{left:-100vw;width:200vw}.dnb-hr--light:after{background-color:transparent;background-image:linear-gradient(180deg,currentcolor 60%,transparent 65%);background-size:100% 1px;border-radius:.25px}.dnb-hr--medium:after{background-color:transparent;background-image:linear-gradient(180deg,currentcolor 51%,transparent 0);background-size:100% 3px;border-radius:.75px;height:2px}.dnb-spacing .dnb-hr:not([class*=dnb-space__top]){margin-top:0}.dnb-spacing .dnb-hr:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style a{border-radius:0;color:var(--color-sea-green);display:inline;font-size:var(--font-size-basis);padding:.05575em .125em;text-decoration:underline;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;text-decoration-thickness:.0938rem;text-underline-offset:.25em;transition:background-color .2s ease-in-out,border-radius .2s ease-in-out}sub .dnb-core-style a,sup .dnb-core-style a{padding:0 .025em}.dnb-h--basis .dnb-core-style a,.dnb-h--large .dnb-core-style a,.dnb-h--medium .dnb-core-style a,.dnb-h--small .dnb-core-style a,.dnb-h--x-large .dnb-core-style a,.dnb-h--x-small .dnb-core-style a,.dnb-h--xx-large .dnb-core-style a,.dnb-lead .dnb-core-style a,.dnb-p .dnb-core-style a{font-size:inherit}.dnb-core-style a:focus{border-radius:.25em;outline:none}.dnb-core-style a:focus:not(:active){background-color:transparent;color:var(--color-sea-green);transition:none}.dnb-core-style a:focus:not(:active),.dnb-section .dnb-core-style a:focus:not(:active).dnb-anchor{text-decoration:none}html[data-whatinput=keyboard] .dnb-core-style a:focus{--border-color:var(--color-emerald-green);border-color:transparent;box-shadow:0 0 0 .125rem var(--border-color)}.dnb-core-style a:active,.dnb-core-style a:hover{background-color:var(--color-mint-green-50);border-radius:.25em;color:var(--color-sea-green)}.dnb-core-style a:active,.dnb-core-style a:hover,.dnb-section .dnb-core-style a:active.dnb-anchor,.dnb-section .dnb-core-style a:hover.dnb-anchor{text-decoration:none}.dnb-core-style a:active{background-color:var(--color-emerald-green);border-radius:.25em;color:var(--color-mint-green)}.dnb-core-style a:active,.dnb-section .dnb-core-style a:active.dnb-anchor{text-decoration:none}.dnb-core-style a[target=_blank]:not(:empty):not(.dnb-anchor--no-icon){background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExIDBhLjc1Ljc1IDAgMCAwIDAgMS41VjB6bTQgLjc1aC43NUEuNzUuNzUgMCAwIDAgMTUgMHYuNzV6bS0uNzUgNGEuNzUuNzUgMCAwIDAgMS41IDBoLTEuNXptMS41IDRhLjc1Ljc1IDAgMCAwLTEuNSAwaDEuNXptLS43NSA2LjVWMTZjLjQxIDAgLjc1LS4zNC43NS0uNzVIMTV6bS0xNCAwSC4yNWMwIC40MS4zNC43NS43NS43NXYtLjc1ek0xIC43NVYwYS43NS43NSAwIDAgMC0uNzUuNzVIMXptNS43NS43NWEuNzUuNzUgMCAwIDAgMC0xLjV2MS41em0yLjcyIDMuNzJhLjc1Ljc1IDAgMCAwIDEuMDYgMS4wNkw5LjQ3IDUuMjJ6TTE0LjI1Ljc1djRoMS41di00aC0xLjV6bTAgOHY2LjVoMS41di02LjVoLTEuNXpNMTUgMTQuNUgxVjE2aDE0di0xLjV6bS0xMy4yNS43NVYuNzVILjI1djE0LjVoMS41ek0xIDEuNWg1Ljc1VjBIMXYxLjV6bTEwIDBoNFYwaC00djEuNXptLS40NyA0Ljc4IDUtNUwxNC40Ny4yMmwtNSA1IDEuMDYgMS4wNnoiIGZpbGw9IiMwMDcyNzIiLz48L3N2Zz4=");background-size:0;position:relative}.dnb-core-style a[target=_blank]:not(:empty):not(.dnb-anchor--no-icon):after{background-image:inherit;background-size:cover;color:inherit;content:"";display:inline-block;height:.889em;margin-left:.3em;margin-right:.125em;position:relative;transform-origin:bottom;transition:transform .3s ease-out,filter 1s ease-in-out;width:.889em}.dnb-core-style a[target=_blank]:not(:empty):not(.dnb-anchor--no-icon):active{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExIDBhLjc1Ljc1IDAgMCAwIDAgMS41VjB6bTQgLjc1aC43NUEuNzUuNzUgMCAwIDAgMTUgMHYuNzV6bS0uNzUgNGEuNzUuNzUgMCAwIDAgMS41IDBoLTEuNXptMS41IDRhLjc1Ljc1IDAgMCAwLTEuNSAwaDEuNXptLS43NSA2LjVWMTZjLjQxIDAgLjc1LS4zNC43NS0uNzVIMTV6bS0xNCAwSC4yNWMwIC40MS4zNC43NS43NS43NXYtLjc1ek0xIC43NVYwYS43NS43NSAwIDAgMC0uNzUuNzVIMXptNS43NS43NWEuNzUuNzUgMCAwIDAgMC0xLjV2MS41em0yLjcyIDMuNzJhLjc1Ljc1IDAgMCAwIDEuMDYgMS4wNkw5LjQ3IDUuMjJ6TTE0LjI1Ljc1djRoMS41di00aC0xLjV6bTAgOHY2LjVoMS41di02LjVoLTEuNXpNMTUgMTQuNUgxVjE2aDE0di0xLjV6bS0xMy4yNS43NVYuNzVILjI1djE0LjVoMS41ek0xIDEuNWg1Ljc1VjBIMXYxLjV6bTEwIDBoNFYwaC00djEuNXptLS40NyA0Ljc4IDUtNUwxNC40Ny4yMmwtNSA1IDEuMDYgMS4wNnoiIGZpbGw9IiNhNWUxZDIiLz48L3N2Zz4=")}.dnb-core-style a[target=_blank]:not(:empty):not(.dnb-anchor--no-icon):after{top:.125em}[data-visual-test-wrapper] .dnb-core-style a{transition:none}.dnb-core-style a .dnb-icon{display:inline-block;transform:translateY(-.0625em)}.dnb-core-style img{border-radius:inherit;border-style:none;box-sizing:content-box;max-width:100%;position:relative;z-index:2}.dnb-core-style img[alt]:after{align-items:center;background-color:var(--color-black-8);border-radius:inherit;color:var(--color-black-80);content:attr(alt);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:3}.dnb-core-style blockquote{background-color:var(--color-ocean-green);border-radius:1rem;color:var(--color-mint-green);display:inline-block;font-size:var(--font-size-small);line-height:var(--line-height-small);padding:1.5rem;position:relative;width:auto}.dnb-core-style blockquote:not([class*=dnb-space]){margin:0}.dnb-core-style blockquote:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0E1RTFEMiIgc3Ryb2tlPSIjQTVFMUQyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJNMzcuNSAyNy41YTkgOSAwIDEgMCAwLTE4IDkgOSAwIDAgMCAwIDE4eiIvPjxwYXRoIHN0cm9rZT0iI0E1RTFEMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTQ2LjUgMTguNWEyMSAyMSAwIDAgMS0yMSAyMSIvPjxwYXRoIGZpbGw9IiNBNUUxRDIiIHN0cm9rZT0iI0E1RTFEMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTEzLjUgMjcuNWE5IDkgMCAxIDAgMC0xOCA5IDkgMCAwIDAgMCAxOHoiLz48cGF0aCBzdHJva2U9IiNBNUUxRDIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0yMi41IDE4LjVhMjEgMjEgMCAwIDEtMjEgMjEiLz48L3N2Zz4=");background-size:cover;content:"";height:3em;left:1.5rem;position:absolute;top:2rem;width:3em}.dnb-core-style blockquote,.dnb-core-style blockquote.dnb-blockquote--left{padding-bottom:3rem;padding-left:6rem;padding-top:2rem}.dnb-core-style blockquote.dnb-blockquote--top{padding-bottom:3rem;padding-left:1.5rem;padding-top:6rem}.dnb-core-style blockquote.dnb-blockquote--no-background{background-color:transparent;color:var(--theme-color-black-80,currentColor)}.dnb-core-style blockquote.dnb-blockquote--no-background:before{filter:grayscale(1) brightness(24%)}.dnb-core-style blockquote .dnb-cite,.dnb-core-style blockquote .dnb-figcaption,.dnb-core-style blockquote cite,.dnb-core-style blockquote figcaption,.dnb-core-style blockquote footer{display:block;font-style:italic;font-weight:var(--font-weight-medium);line-height:var(--line-height-basis);margin-top:1rem}.dnb-core-style blockquote .dnb-cite:before,.dnb-core-style blockquote .dnb-figcaption:before,.dnb-core-style blockquote cite:before,.dnb-core-style blockquote figcaption:before,.dnb-core-style blockquote footer:before{content:"—";display:inline-block;padding-right:.5rem}.dnb-spacing .dnb-core-style blockquote .dnb-h--large,.dnb-spacing .dnb-core-style blockquote .dnb-h--medium,.dnb-spacing .dnb-core-style blockquote .dnb-h--xx-large,.dnb-spacing .dnb-core-style blockquote .dnb-lead,.dnb-spacing .dnb-core-style blockquote h1,.dnb-spacing .dnb-core-style blockquote h2,.dnb-spacing .dnb-core-style blockquote h3{margin:0}.dnb-core-style blockquote .dnb-anchor{font-size:inherit}.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-anchor,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) a{color:var(--color-white)}.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:active,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:hover,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) a:active,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) a:hover{background-color:var(--color-white);color:var(--color-emerald-green);text-decoration:none}.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:active,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) a:active{background-color:var(--color-white);color:var(--color-emerald-green)}.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:not(:disabled):focus,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) a:not(:disabled):focus{background-color:transparent;color:var(--color-white);outline:none}html[data-whatinput=keyboard] .dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:not(:disabled):focus,html[data-whatinput=keyboard] .dnb-core-style blockquote:not(.dnb-blockquote--no-background) a:not(:disabled):focus{--border-color:var(--color-white);border-color:transparent;box-shadow:0 0 0 .125rem var(--border-color)}.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-h--large,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-h--medium,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-h--xx-large,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-lead,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) h1,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) h2,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) h3{color:var(--color-mint-green)}.dnb-core-style .dnb-spacing blockquote:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing blockquote:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style .dnb-spacing blockquote p:last-child{margin-bottom:0}.dnb-core-style hr{border:0;color:var(--color-black-80);display:flex;height:0;padding:0;position:relative}.dnb-core-style hr:not([class*=dnb-space]){margin:0}.dnb-core-style hr:after{background-color:currentcolor;border-radius:.5px;color:inherit;content:"";height:1px;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.dnb-core-style .dnb-spacing hr:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing hr:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style p{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);padding:0}.dnb-core-style p:not([class*=space__top]){margin-top:0}.dnb-core-style p:not([class*=space__bottom]){margin-bottom:0}.dnb-core-style p--lead{font-size:var(--font-size-medium);font-weight:var(--font-weight-medium);line-height:calc(var(--line-height-medium) - .25rem)}.dnb-core-style p--lead>small{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-core-style p--medium,.dnb-core-style p b,.dnb-core-style p strong{font-weight:var(--font-weight-medium)}.dnb-core-style p--bold{font-weight:var(--font-weight-bold)}.dnb-core-style p__size--xx-large{font-size:var(--font-size-xx-large);line-height:var(--line-height-x-large)}.dnb-core-style p__size--x-large{font-size:var(--font-size-x-large);line-height:var(--line-height-x-large)}.dnb-core-style p__size--large{font-size:var(--font-size-large);line-height:var(--line-height-large)}.dnb-core-style p__size--basis{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-core-style p__size--medium{font-size:var(--font-size-medium);line-height:var(--line-height-medium)}.dnb-core-style p--small,.dnb-core-style p>small,.dnb-core-style p__size--small{font-size:var(--font-size-small);line-height:var(--line-height-small)}.dnb-core-style p--x-small,.dnb-core-style p__size--x-small{font-size:var(--font-size-x-small);line-height:var(--line-height-x-small)}.dnb-core-style p>cite{font-style:italic;font-weight:var(--font-weight-medium);line-height:var(--line-height-basis)}.dnb-core-style b,.dnb-core-style strong{font-weight:var(--font-weight-bold)}.dnb-core-style small{font-size:var(--font-size-small)}.dnb-core-style h1,.dnb-core-style h2,.dnb-core-style h3,.dnb-core-style h4,.dnb-core-style h5,.dnb-core-style h6{color:var(--theme-color-black-80,currentColor);font-family:var(--font-family-default);font-weight:var(--font-weight-medium);padding:0}.dnb-core-style h1:not([class*=dnb-space]),.dnb-core-style h2:not([class*=dnb-space]),.dnb-core-style h3:not([class*=dnb-space]),.dnb-core-style h4:not([class*=dnb-space]),.dnb-core-style h5:not([class*=dnb-space]),.dnb-core-style h6:not([class*=dnb-space]){margin:0}.dnb-core-style h1 .dnb-icon--default,.dnb-core-style h2 .dnb-icon--default,.dnb-core-style h3 .dnb-icon--default,.dnb-core-style h4 .dnb-icon--default,.dnb-core-style h5 .dnb-icon--default,.dnb-core-style h6 .dnb-icon--default{font-size:1em}.dnb-core-style h1 .dnb-icon--medium,.dnb-core-style h2 .dnb-icon--medium,.dnb-core-style h3 .dnb-icon--medium,.dnb-core-style h4 .dnb-icon--medium,.dnb-core-style h5 .dnb-icon--medium,.dnb-core-style h6 .dnb-icon--medium{font-size:1.5em}.dnb-core-style h1 .dnb-anchor,.dnb-core-style h1 a,.dnb-core-style h2 .dnb-anchor,.dnb-core-style h2 a,.dnb-core-style h3 .dnb-anchor,.dnb-core-style h3 a,.dnb-core-style h4 .dnb-anchor,.dnb-core-style h4 a,.dnb-core-style h5 .dnb-anchor,.dnb-core-style h5 a,.dnb-core-style h6 .dnb-anchor,.dnb-core-style h6 a{padding-bottom:.03125rem;padding-top:0}.dnb-core-style h1{font-size:var(--font-size-xx-large);line-height:var(--line-height-x-large)}.dnb-core-style h1>small{display:block;font-size:var(--font-size-x-large);line-height:var(--line-height-large)}.dnb-core-style h2{font-size:var(--font-size-large);line-height:var(--line-height-medium)}.dnb-core-style h2>small{font-size:var(--font-size-medium);line-height:calc(var(--line-height-medium) - .125rem)}.dnb-core-style h3{font-size:var(--font-size-medium);line-height:calc(var(--line-height-medium) - .25rem)}.dnb-core-style h3>small,.dnb-core-style h4{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-core-style h4>small,.dnb-core-style h5{font-size:var(--font-size-small);line-height:var(--line-height-small)}.dnb-core-style h5>small{font-size:var(--font-size-x-small);line-height:var(--line-height-small)}.dnb-core-style h6{font-size:var(--font-size-x-small);line-height:var(--line-height-x-small)}.dnb-core-style h2>small,.dnb-core-style h3>small,.dnb-core-style h4>small,.dnb-core-style h5>small,.dnb-core-style h6>small{line-height:var(--line-height-xx-small--em)}.dnb-core-style .dnb-core-style .dnb-spacing h1:not([class*=space__top]),.dnb-core-style .dnb-spacing h1:not([class*=space__top]){margin-top:3rem}.dnb-core-style .dnb-core-style .dnb-spacing h1:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h1:not([class*=space__bottom]){margin-bottom:2.5rem}.dnb-core-style .dnb-core-style .dnb-spacing h2:not([class*=space__top]),.dnb-core-style .dnb-spacing h2:not([class*=space__top]){margin-top:3rem}.dnb-core-style .dnb-core-style .dnb-spacing h2:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h2:not([class*=space__bottom]){margin-bottom:1rem}.dnb-core-style .dnb-core-style .dnb-spacing h3:not([class*=space__top]),.dnb-core-style .dnb-core-style .dnb-spacing h4:not([class*=space__top]),.dnb-core-style .dnb-core-style .dnb-spacing h5:not([class*=space__top]),.dnb-core-style .dnb-core-style .dnb-spacing h6:not([class*=space__top]),.dnb-core-style .dnb-spacing h3:not([class*=space__top]),.dnb-core-style .dnb-spacing h4:not([class*=space__top]),.dnb-core-style .dnb-spacing h5:not([class*=space__top]),.dnb-core-style .dnb-spacing h6:not([class*=space__top]){margin-top:2rem}.dnb-core-style .dnb-core-style .dnb-spacing h3:not([class*=space__bottom]),.dnb-core-style .dnb-core-style .dnb-spacing h4:not([class*=space__bottom]),.dnb-core-style .dnb-core-style .dnb-spacing h5:not([class*=space__bottom]),.dnb-core-style .dnb-core-style .dnb-spacing h6:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h3:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h4:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h5:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h6:not([class*=space__bottom]){margin-bottom:1rem}.dnb-core-style .dnb-core-style .dnb-spacing p:not([class*=dnb-space__top]),.dnb-core-style .dnb-spacing p:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-core-style .dnb-spacing p:not([class*=dnb-space__bottom]),.dnb-core-style .dnb-spacing p:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style ul{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding:0}.dnb-core-style ul:not([class*=dnb-space]){margin:0}.dnb-core-style ul:not([class*=dnb-space__left]){padding-left:2rem}.dnb-core-style ul ol,.dnb-core-style ul ul{margin-bottom:1.5rem;margin-top:0;padding-left:2rem}.dnb-core-style ul--outside li,.dnb-core-style ul li{position:relative}.dnb-core-style ul--outside li:before,.dnb-core-style ul li:before{left:-10rem;padding-right:.25rem;position:absolute;text-align:right;width:10rem}.dnb-core-style ul--inside li:before{left:0;padding-right:0;position:relative;text-align:initial;width:auto}.dnb-core-style ul .dnb-anchor{font-size:inherit}.dnb-core-style ul li{display:list-item;margin-bottom:.5rem;margin-top:.5rem}.dnb-core-style .dnb-spacing ul:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing ul:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style .dnb-spacing ul>li{margin-bottom:1rem;margin-top:1rem}.dnb-core-style .dnb-spacing ul>li>p{margin-top:1rem}.dnb-core-style .dnb-spacing ul:not([class*=dnb-space]) li>ol,.dnb-core-style .dnb-spacing ul:not([class*=dnb-space]) li>ul,.dnb-core-style .dnb-spacing ul li>ol,.dnb-core-style .dnb-spacing ul li>ul{margin-top:-.5rem}.dnb-core-style ol{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding:0}.dnb-core-style ol:not([class*=dnb-space]){margin:0}.dnb-core-style ol:not([class*=dnb-space__left]){padding-left:2rem}.dnb-core-style ol li{display:list-item;margin-bottom:.5rem;margin-top:.5rem}.dnb-core-style ol ol,.dnb-core-style ol ul{margin-bottom:1.5rem;margin-top:0;padding-left:2rem}.dnb-core-style ol--outside li,.dnb-core-style ol li{position:relative}.dnb-core-style ol--outside li:before,.dnb-core-style ol li:before{left:-10rem;padding-right:.25rem;position:absolute;text-align:right;width:10rem}.dnb-core-style ol--inside li:before{left:0;padding-right:0;position:relative;text-align:initial;width:auto}.dnb-core-style ol .dnb-anchor{font-size:inherit}.dnb-core-style ol li{list-style-type:decimal}.dnb-core-style ol--nested,.dnb-core-style ol--nested ol{counter-reset:item}.dnb-core-style ol--nested li{display:block}.dnb-core-style ol--nested li:before{content:counters(item,".") ". ";counter-increment:item}.dnb-core-style ol--nested li li:before{content:counters(item,".") " ";counter-increment:item}.dnb-core-style ol[type] li{display:list-item;list-style-type:inherit}.dnb-core-style ol[type] li:before,.dnb-core-style ol[type] li li:before{content:none}.dnb-core-style .dnb-spacing ol:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing ol:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style .dnb-spacing ol>li{margin-bottom:1rem;margin-top:1rem}.dnb-core-style .dnb-spacing ol>li>p{margin-top:1rem}.dnb-core-style .dnb-spacing ol:not([class*=dnb-space]) li>ol,.dnb-core-style .dnb-spacing ol:not([class*=dnb-space]) li>ul,.dnb-core-style .dnb-spacing ol li>ol,.dnb-core-style .dnb-spacing ol li>ul{margin-top:-.5rem}.dnb-core-style dl{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding:0}.dnb-core-style dl:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style dl:not([class*=dnb-space__bottom]){margin-bottom:0}.dnb-core-style dl dt{font-weight:var(--font-weight-medium);margin-top:1rem;padding:0}.dnb-core-style dl dd~dt{margin-top:1.5rem}.dnb-core-style dl dd{margin:.5rem 0 1rem;padding:0}.dnb-core-style dl:not([class*=dnb-space])>dd>dl,.dnb-core-style dl>dd>dl{margin-left:2rem;margin-top:1.5rem}@media screen and (min-width:40em){.dnb-core-style dl__direction--horizontal{display:flex;flex-wrap:wrap}.dnb-core-style dl__direction--horizontal dt{margin-right:1rem;max-width:40%}.dnb-core-style dl__direction--horizontal dd{width:calc(60% - 1rem)}.dnb-core-style dl__direction--horizontal dd,.dnb-core-style dl__direction--horizontal dd~dt,.dnb-core-style dl__direction--horizontal dt{margin-bottom:0;margin-top:.5rem}.dnb-core-style dl__direction--horizontal dd:first-of-type,.dnb-core-style dl__direction--horizontal dd~dt:first-of-type,.dnb-core-style dl__direction--horizontal dt:first-of-type{margin-top:0}.dnb-core-style dl dd.dnb-core-style dl__item{flex-basis:100%;height:0;margin:0}}.dnb-core-style .dnb-spacing dl:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing dl:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style form{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-core-style label{color:var(--color-black-80);cursor:pointer;overflow-wrap:break-word}.dnb-core-style label[disabled]{cursor:not-allowed}.dnb-core-style code{background-color:var(--color-mint-green-25);border-radius:.1875em;color:inherit;display:inline-block;font-size:inherit;line-height:var(--line-height-xx-small--em);padding:.25em;text-decoration:inherit}del .dnb-core-style code{text-decoration:line-through}.dnb-core-style code:not([class*=dnb-space]){margin:-.25em 0}.dnb-core-style pre{word-wrap:normal;background-color:#222;border-radius:.5rem;color:var(--color-mint-green-12);display:block;font-family:var(--font-family-monospace);font-size:inherit;-webkit-hyphens:none;hyphens:none;outline:none;overflow:auto;padding:1rem;-moz-tab-size:2;tab-size:2;text-align:left;text-shadow:none;vertical-align:baseline;white-space:pre;word-break:normal;word-spacing:normal}.dnb-core-style pre:not([class*=dnb-space]){margin:0}.dnb-core-style pre pre{padding:1rem}.dnb-core-style pre .dnb-spacing pre:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style pre .dnb-spacing pre:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style pre.dnb-pre--focus{--border-color:var(--color-sea-green);border-color:transparent;box-shadow:0 0 0 .25rem var(--border-color)}
|
|
1
|
+
@charset "UTF-8";button.dnb-anchor{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer;line-height:calc(var(--line-height-basis) + .125rem)}.dnb-anchor{border-radius:0;color:var(--color-sea-green);display:inline;font-size:var(--font-size-basis);padding:.05575em .125em;text-decoration:underline;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;text-decoration-thickness:.0938rem;text-underline-offset:.25em;transition:background-color .2s ease-in-out,border-radius .2s ease-in-out}sub .dnb-anchor,sup .dnb-anchor{padding:0 .025em}.dnb-h--basis .dnb-anchor,.dnb-h--large .dnb-anchor,.dnb-h--medium .dnb-anchor,.dnb-h--small .dnb-anchor,.dnb-h--x-large .dnb-anchor,.dnb-h--x-small .dnb-anchor,.dnb-h--xx-large .dnb-anchor,.dnb-lead .dnb-anchor,.dnb-p .dnb-anchor{font-size:inherit}.dnb-anchor:focus{border-radius:.25em;outline:none}.dnb-anchor:focus:not(:active){background-color:transparent;color:var(--color-sea-green);transition:none}.dnb-anchor:focus:not(:active),.dnb-section .dnb-anchor:focus:not(:active).dnb-anchor{text-decoration:none}html[data-whatinput=keyboard] .dnb-anchor:focus{--border-color:var(--color-emerald-green);border-color:transparent;box-shadow:0 0 0 .125rem var(--border-color)}.dnb-anchor:active,.dnb-anchor:hover{background-color:var(--color-mint-green-50);border-radius:.25em;color:var(--color-sea-green)}.dnb-anchor:active,.dnb-anchor:hover,.dnb-section .dnb-anchor:active.dnb-anchor,.dnb-section .dnb-anchor:hover.dnb-anchor{text-decoration:none}.dnb-anchor:active{background-color:var(--color-emerald-green);border-radius:.25em;color:var(--color-mint-green)}.dnb-anchor:active,.dnb-section .dnb-anchor:active.dnb-anchor{text-decoration:none}.dnb-anchor[target=_blank]:not(:empty):not(.dnb-anchor--no-icon){background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExIDBhLjc1Ljc1IDAgMCAwIDAgMS41VjB6bTQgLjc1aC43NUEuNzUuNzUgMCAwIDAgMTUgMHYuNzV6bS0uNzUgNGEuNzUuNzUgMCAwIDAgMS41IDBoLTEuNXptMS41IDRhLjc1Ljc1IDAgMCAwLTEuNSAwaDEuNXptLS43NSA2LjVWMTZjLjQxIDAgLjc1LS4zNC43NS0uNzVIMTV6bS0xNCAwSC4yNWMwIC40MS4zNC43NS43NS43NXYtLjc1ek0xIC43NVYwYS43NS43NSAwIDAgMC0uNzUuNzVIMXptNS43NS43NWEuNzUuNzUgMCAwIDAgMC0xLjV2MS41em0yLjcyIDMuNzJhLjc1Ljc1IDAgMCAwIDEuMDYgMS4wNkw5LjQ3IDUuMjJ6TTE0LjI1Ljc1djRoMS41di00aC0xLjV6bTAgOHY2LjVoMS41di02LjVoLTEuNXpNMTUgMTQuNUgxVjE2aDE0di0xLjV6bS0xMy4yNS43NVYuNzVILjI1djE0LjVoMS41ek0xIDEuNWg1Ljc1VjBIMXYxLjV6bTEwIDBoNFYwaC00djEuNXptLS40NyA0Ljc4IDUtNUwxNC40Ny4yMmwtNSA1IDEuMDYgMS4wNnoiIGZpbGw9IiMwMDcyNzIiLz48L3N2Zz4=");background-size:0;position:relative}.dnb-anchor[target=_blank]:not(:empty):not(.dnb-anchor--no-icon):after{background-image:inherit;background-size:cover;color:inherit;content:"";display:inline-block;height:.889em;margin-left:.3em;margin-right:.125em;position:relative;transform-origin:bottom;transition:transform .3s ease-out,filter 1s ease-in-out;width:.889em}.dnb-anchor[target=_blank]:not(:empty):not(.dnb-anchor--no-icon):active{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExIDBhLjc1Ljc1IDAgMCAwIDAgMS41VjB6bTQgLjc1aC43NUEuNzUuNzUgMCAwIDAgMTUgMHYuNzV6bS0uNzUgNGEuNzUuNzUgMCAwIDAgMS41IDBoLTEuNXptMS41IDRhLjc1Ljc1IDAgMCAwLTEuNSAwaDEuNXptLS43NSA2LjVWMTZjLjQxIDAgLjc1LS4zNC43NS0uNzVIMTV6bS0xNCAwSC4yNWMwIC40MS4zNC43NS43NS43NXYtLjc1ek0xIC43NVYwYS43NS43NSAwIDAgMC0uNzUuNzVIMXptNS43NS43NWEuNzUuNzUgMCAwIDAgMC0xLjV2MS41em0yLjcyIDMuNzJhLjc1Ljc1IDAgMCAwIDEuMDYgMS4wNkw5LjQ3IDUuMjJ6TTE0LjI1Ljc1djRoMS41di00aC0xLjV6bTAgOHY2LjVoMS41di02LjVoLTEuNXpNMTUgMTQuNUgxVjE2aDE0di0xLjV6bS0xMy4yNS43NVYuNzVILjI1djE0LjVoMS41ek0xIDEuNWg1Ljc1VjBIMXYxLjV6bTEwIDBoNFYwaC00djEuNXptLS40NyA0Ljc4IDUtNUwxNC40Ny4yMmwtNSA1IDEuMDYgMS4wNnoiIGZpbGw9IiNhNWUxZDIiLz48L3N2Zz4=")}.dnb-anchor[target=_blank]:not(:empty):not(.dnb-anchor--no-icon):after{top:.125em}[data-visual-test-wrapper] .dnb-anchor{transition:none}.dnb-anchor .dnb-icon{display:inline-block;transform:translateY(-.0625em)}.dnb-anchor--hover{background-color:var(--color-mint-green-50);border-radius:.25em;color:var(--color-sea-green)}.dnb-anchor--hover,.dnb-section .dnb-anchor--hover.dnb-anchor{text-decoration:none}.dnb-anchor--active{background-color:var(--color-emerald-green);border-radius:.25em;color:var(--color-mint-green)}.dnb-anchor--active,.dnb-section .dnb-anchor--active.dnb-anchor{text-decoration:none}.dnb-anchor--focus{border-radius:.25em;outline:none}.dnb-anchor--focus:not(:active){background-color:transparent;color:var(--color-sea-green);transition:none}.dnb-anchor--focus:not(:active),.dnb-section .dnb-anchor--focus:not(:active).dnb-anchor{text-decoration:none}html[data-whatinput=mouse] .dnb-anchor--focus{--border-color:var(--color-emerald-green);border-color:transparent;box-shadow:0 0 0 .125rem var(--border-color)}.dnb-anchor--no-style{color:inherit;transition:none}.dnb-anchor--no-style,.dnb-section .dnb-anchor--no-style.dnb-anchor{text-decoration:none}.dnb-anchor--no-style:hover{background-color:transparent;color:inherit}.dnb-anchor--no-underline,.dnb-section .dnb-anchor--no-underline.dnb-anchor{text-decoration:none}.dnb-anchor--no-hover:hover{background-color:transparent;color:inherit}.dnb-anchor--no-radius,.dnb-anchor--no-radius:active,.dnb-anchor--no-radius:focus,.dnb-anchor--no-radius:hover{border-radius:0}.dnb-anchor--no-animation{transition:none}.dnb-anchor--contrast{color:var(--color-white)}.dnb-anchor--contrast:active,.dnb-anchor--contrast:hover{text-decoration:none}.dnb-anchor--contrast:active,.dnb-anchor--contrast:hover{background-color:var(--color-white);color:var(--color-emerald-green)}.dnb-anchor--contrast:not(:disabled):focus{background-color:transparent;color:var(--color-white);outline:none}html[data-whatinput=keyboard] .dnb-anchor--contrast:not(:disabled):focus{--border-color:var(--color-white);border-color:transparent;box-shadow:0 0 0 .125rem var(--border-color)}a.dnb-button{transition:none}.dnb-anchor.dnb-skeleton,.dnb-skeleton>.dnb-anchor{text-decoration:none}.dnb-anchor.dnb-skeleton:after,.dnb-skeleton>.dnb-anchor:after{filter:grayscale(100%) opacity(.3)}.dnb-small{font-size:var(--font-size-small)}sub,sup{font-size:.777777em;line-height:.5em}.dnb-p{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);padding:0}.dnb-p:not([class*=space__top]){margin-top:0}.dnb-p:not([class*=space__bottom]){margin-bottom:0}.dnb-p--lead{font-size:var(--font-size-medium);font-weight:var(--font-weight-medium);line-height:calc(var(--line-height-medium) - .25rem)}.dnb-p--lead>small{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-p--medium,.dnb-p b,.dnb-p strong{font-weight:var(--font-weight-medium)}.dnb-p--bold{font-weight:var(--font-weight-bold)}.dnb-p__size--xx-large{font-size:var(--font-size-xx-large);line-height:var(--line-height-x-large)}.dnb-p__size--x-large{font-size:var(--font-size-x-large);line-height:var(--line-height-x-large)}.dnb-p__size--large{font-size:var(--font-size-large);line-height:var(--line-height-large)}.dnb-p__size--basis{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-p__size--medium{font-size:var(--font-size-medium);line-height:var(--line-height-medium)}.dnb-p--small,.dnb-p>small,.dnb-p__size--small{font-size:var(--font-size-small);line-height:var(--line-height-small)}.dnb-p--x-small,.dnb-p__size--x-small{font-size:var(--font-size-x-small);line-height:var(--line-height-x-small)}.dnb-p>cite{font-style:italic;line-height:var(--line-height-basis)}.dnb-p>cite,.dnb-table b,.dnb-table strong{font-weight:var(--font-weight-medium)}.dnb-h--xx-large{font-size:var(--font-size-xx-large);line-height:var(--line-height-x-large)}.dnb-h--xx-large>small{display:block}.dnb-h--x-large,.dnb-h--x-large>small,.dnb-h--xx-large>small{font-size:var(--font-size-x-large);line-height:var(--line-height-large)}.dnb-h--x-large>small{display:block}.dnb-h--large{font-size:var(--font-size-large);line-height:var(--line-height-medium)}.dnb-h--large>small{font-size:var(--font-size-medium);line-height:calc(var(--line-height-medium) - .125rem)}.dnb-h--medium,.dnb-lead{font-size:var(--font-size-medium);font-weight:var(--font-weight-medium);line-height:calc(var(--line-height-medium) - .25rem)}.dnb-h--basis,.dnb-h--medium>small,.dnb-lead>small{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-h--basis>small,.dnb-h--small{font-size:var(--font-size-small);line-height:var(--line-height-small)}.dnb-h--small>small{font-size:var(--font-size-x-small);line-height:var(--line-height-small)}.dnb-h--x-small{font-size:var(--font-size-x-small);line-height:var(--line-height-x-small)}.dnb-core-style .dnb-h--basis,.dnb-core-style .dnb-h--large,.dnb-core-style .dnb-h--medium,.dnb-core-style .dnb-h--small,.dnb-core-style .dnb-h--x-large,.dnb-core-style .dnb-h--x-small,.dnb-core-style .dnb-h--xx-large,.dnb-core-style .dnb-lead,.dnb-h--basis,.dnb-h--large,.dnb-h--medium,.dnb-h--small,.dnb-h--x-large,.dnb-h--x-small,.dnb-h--xx-large,.dnb-lead{color:var(--theme-color-black-80,currentColor);font-family:var(--font-family-default);font-weight:var(--font-weight-medium);padding:0}.dnb-core-style .dnb-h--basis:not([class*=dnb-space]),.dnb-core-style .dnb-h--large:not([class*=dnb-space]),.dnb-core-style .dnb-h--medium:not([class*=dnb-space]),.dnb-core-style .dnb-h--small:not([class*=dnb-space]),.dnb-core-style .dnb-h--x-large:not([class*=dnb-space]),.dnb-core-style .dnb-h--x-small:not([class*=dnb-space]),.dnb-core-style .dnb-h--xx-large:not([class*=dnb-space]),.dnb-core-style .dnb-lead:not([class*=dnb-space]),.dnb-h--basis:not([class*=dnb-space]),.dnb-h--large:not([class*=dnb-space]),.dnb-h--medium:not([class*=dnb-space]),.dnb-h--small:not([class*=dnb-space]),.dnb-h--x-large:not([class*=dnb-space]),.dnb-h--x-small:not([class*=dnb-space]),.dnb-h--xx-large:not([class*=dnb-space]),.dnb-lead:not([class*=dnb-space]){margin:0}.dnb-core-style .dnb-h--basis .dnb-icon--default,.dnb-core-style .dnb-h--large .dnb-icon--default,.dnb-core-style .dnb-h--medium .dnb-icon--default,.dnb-core-style .dnb-h--small .dnb-icon--default,.dnb-core-style .dnb-h--x-large .dnb-icon--default,.dnb-core-style .dnb-h--x-small .dnb-icon--default,.dnb-core-style .dnb-h--xx-large .dnb-icon--default,.dnb-core-style .dnb-lead .dnb-icon--default,.dnb-h--basis .dnb-icon--default,.dnb-h--large .dnb-icon--default,.dnb-h--medium .dnb-icon--default,.dnb-h--small .dnb-icon--default,.dnb-h--x-large .dnb-icon--default,.dnb-h--x-small .dnb-icon--default,.dnb-h--xx-large .dnb-icon--default,.dnb-lead .dnb-icon--default{font-size:1em}.dnb-core-style .dnb-h--basis .dnb-icon--medium,.dnb-core-style .dnb-h--large .dnb-icon--medium,.dnb-core-style .dnb-h--medium .dnb-icon--medium,.dnb-core-style .dnb-h--small .dnb-icon--medium,.dnb-core-style .dnb-h--x-large .dnb-icon--medium,.dnb-core-style .dnb-h--x-small .dnb-icon--medium,.dnb-core-style .dnb-h--xx-large .dnb-icon--medium,.dnb-core-style .dnb-lead .dnb-icon--medium,.dnb-h--basis .dnb-icon--medium,.dnb-h--large .dnb-icon--medium,.dnb-h--medium .dnb-icon--medium,.dnb-h--small .dnb-icon--medium,.dnb-h--x-large .dnb-icon--medium,.dnb-h--x-small .dnb-icon--medium,.dnb-h--xx-large .dnb-icon--medium,.dnb-lead .dnb-icon--medium{font-size:1.5em}.dnb-core-style .dnb-h--basis .dnb-anchor,.dnb-core-style .dnb-h--basis a,.dnb-core-style .dnb-h--large .dnb-anchor,.dnb-core-style .dnb-h--large a,.dnb-core-style .dnb-h--medium .dnb-anchor,.dnb-core-style .dnb-h--medium a,.dnb-core-style .dnb-h--small .dnb-anchor,.dnb-core-style .dnb-h--small a,.dnb-core-style .dnb-h--x-large .dnb-anchor,.dnb-core-style .dnb-h--x-large a,.dnb-core-style .dnb-h--x-small .dnb-anchor,.dnb-core-style .dnb-h--x-small a,.dnb-core-style .dnb-h--xx-large .dnb-anchor,.dnb-core-style .dnb-h--xx-large a,.dnb-core-style .dnb-lead .dnb-anchor,.dnb-core-style .dnb-lead a,.dnb-h--basis .dnb-anchor,.dnb-h--basis a,.dnb-h--large .dnb-anchor,.dnb-h--large a,.dnb-h--medium .dnb-anchor,.dnb-h--medium a,.dnb-h--small .dnb-anchor,.dnb-h--small a,.dnb-h--x-large .dnb-anchor,.dnb-h--x-large a,.dnb-h--x-small .dnb-anchor,.dnb-h--x-small a,.dnb-h--xx-large .dnb-anchor,.dnb-h--xx-large a,.dnb-lead .dnb-anchor,.dnb-lead a{padding-bottom:.03125rem;padding-top:0}.dnb-core-style .dnb-spacing .dnb-h--xx-large:not([class*=space__top]),.dnb-spacing .dnb-h--xx-large:not([class*=space__top]){margin-top:3rem}.dnb-core-style .dnb-spacing .dnb-h--xx-large:not([class*=space__bottom]),.dnb-spacing .dnb-h--xx-large:not([class*=space__bottom]){margin-bottom:2.5rem}.dnb-core-style .dnb-spacing .dnb-h--x-large:not([class*=space__top]),.dnb-spacing .dnb-h--x-large:not([class*=space__top]){margin-top:3rem}.dnb-core-style .dnb-spacing .dnb-h--x-large:not([class*=space__bottom]),.dnb-spacing .dnb-h--x-large:not([class*=space__bottom]){margin-bottom:1rem}.dnb-core-style .dnb-spacing .dnb-h--large:not([class*=space__top]),.dnb-spacing .dnb-h--large:not([class*=space__top]){margin-top:3rem}.dnb-core-style .dnb-spacing .dnb-h--large:not([class*=space__bottom]),.dnb-spacing .dnb-h--large:not([class*=space__bottom]){margin-bottom:1rem}.dnb-core-style .dnb-spacing .dnb-h--basis:not([class*=space__top]),.dnb-core-style .dnb-spacing .dnb-h--medium:not([class*=space__top]),.dnb-core-style .dnb-spacing .dnb-h--small:not([class*=space__top]),.dnb-core-style .dnb-spacing .dnb-h--x-small:not([class*=space__top]),.dnb-core-style .dnb-spacing .dnb-lead:not([class*=space__top]),.dnb-spacing .dnb-h--basis:not([class*=space__top]),.dnb-spacing .dnb-h--medium:not([class*=space__top]),.dnb-spacing .dnb-h--small:not([class*=space__top]),.dnb-spacing .dnb-h--x-small:not([class*=space__top]),.dnb-spacing .dnb-lead:not([class*=space__top]){margin-top:2rem}.dnb-core-style .dnb-spacing .dnb-h--basis:not([class*=space__bottom]),.dnb-core-style .dnb-spacing .dnb-h--medium:not([class*=space__bottom]),.dnb-core-style .dnb-spacing .dnb-h--small:not([class*=space__bottom]),.dnb-core-style .dnb-spacing .dnb-h--x-small:not([class*=space__bottom]),.dnb-core-style .dnb-spacing .dnb-lead:not([class*=space__bottom]),.dnb-spacing .dnb-h--basis:not([class*=space__bottom]),.dnb-spacing .dnb-h--medium:not([class*=space__bottom]),.dnb-spacing .dnb-h--small:not([class*=space__bottom]),.dnb-spacing .dnb-h--x-small:not([class*=space__bottom]),.dnb-spacing .dnb-lead:not([class*=space__bottom]){margin-bottom:1rem}.dnb-core-style .dnb-spacing .dnb-p:not([class*=dnb-space__top]),.dnb-spacing .dnb-p:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing .dnb-p:not([class*=dnb-space__bottom]),.dnb-spacing .dnb-p:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-blockquote{background-color:var(--color-ocean-green);border-radius:1rem;color:var(--color-mint-green);display:inline-block;font-size:var(--font-size-small);line-height:var(--line-height-small);padding:1.5rem;position:relative;width:auto}.dnb-blockquote:not([class*=dnb-space]){margin:0}.dnb-blockquote:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0E1RTFEMiIgc3Ryb2tlPSIjQTVFMUQyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJNMzcuNSAyNy41YTkgOSAwIDEgMCAwLTE4IDkgOSAwIDAgMCAwIDE4eiIvPjxwYXRoIHN0cm9rZT0iI0E1RTFEMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTQ2LjUgMTguNWEyMSAyMSAwIDAgMS0yMSAyMSIvPjxwYXRoIGZpbGw9IiNBNUUxRDIiIHN0cm9rZT0iI0E1RTFEMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTEzLjUgMjcuNWE5IDkgMCAxIDAgMC0xOCA5IDkgMCAwIDAgMCAxOHoiLz48cGF0aCBzdHJva2U9IiNBNUUxRDIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0yMi41IDE4LjVhMjEgMjEgMCAwIDEtMjEgMjEiLz48L3N2Zz4=");background-size:cover;content:"";height:3em;left:1.5rem;position:absolute;top:2rem;width:3em}.dnb-blockquote,.dnb-blockquote.dnb-blockquote--left{padding-bottom:3rem;padding-left:6rem;padding-top:2rem}.dnb-blockquote.dnb-blockquote--top{padding-bottom:3rem;padding-left:1.5rem;padding-top:6rem}.dnb-blockquote.dnb-blockquote--no-background{background-color:transparent;color:var(--theme-color-black-80,currentColor)}.dnb-blockquote.dnb-blockquote--no-background:before{filter:grayscale(1) brightness(24%)}.dnb-blockquote .dnb-cite,.dnb-blockquote .dnb-figcaption,.dnb-blockquote cite,.dnb-blockquote figcaption,.dnb-blockquote footer{display:block;font-style:italic;font-weight:var(--font-weight-medium);line-height:var(--line-height-basis);margin-top:1rem}.dnb-blockquote .dnb-cite:before,.dnb-blockquote .dnb-figcaption:before,.dnb-blockquote cite:before,.dnb-blockquote figcaption:before,.dnb-blockquote footer:before{content:"—";display:inline-block;padding-right:.5rem}.dnb-spacing .dnb-blockquote .dnb-h--large,.dnb-spacing .dnb-blockquote .dnb-h--medium,.dnb-spacing .dnb-blockquote .dnb-h--xx-large,.dnb-spacing .dnb-blockquote .dnb-lead,.dnb-spacing .dnb-blockquote h1,.dnb-spacing .dnb-blockquote h2,.dnb-spacing .dnb-blockquote h3{margin:0}.dnb-blockquote .dnb-anchor{font-size:inherit}.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-anchor,.dnb-blockquote:not(.dnb-blockquote--no-background) a{color:var(--color-white)}.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:active,.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:hover,.dnb-blockquote:not(.dnb-blockquote--no-background) a:active,.dnb-blockquote:not(.dnb-blockquote--no-background) a:hover{background-color:var(--color-white);color:var(--color-emerald-green);text-decoration:none}.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:active,.dnb-blockquote:not(.dnb-blockquote--no-background) a:active{background-color:var(--color-white);color:var(--color-emerald-green)}.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:not(:disabled):focus,.dnb-blockquote:not(.dnb-blockquote--no-background) a:not(:disabled):focus{background-color:transparent;color:var(--color-white);outline:none}html[data-whatinput=keyboard] .dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:not(:disabled):focus,html[data-whatinput=keyboard] .dnb-blockquote:not(.dnb-blockquote--no-background) a:not(:disabled):focus{--border-color:var(--color-white);border-color:transparent;box-shadow:0 0 0 .125rem var(--border-color)}.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-h--large,.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-h--medium,.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-h--xx-large,.dnb-blockquote:not(.dnb-blockquote--no-background) .dnb-lead,.dnb-blockquote:not(.dnb-blockquote--no-background) h1,.dnb-blockquote:not(.dnb-blockquote--no-background) h2,.dnb-blockquote:not(.dnb-blockquote--no-background) h3{color:var(--color-mint-green)}.dnb-spacing .dnb-blockquote:not([class*=dnb-space__top]){margin-top:0}.dnb-spacing .dnb-blockquote:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-spacing .dnb-blockquote p:last-child{margin-bottom:0}.dnb-ul{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding:0}.dnb-ul:not([class*=dnb-space]){margin:0}.dnb-ul:not([class*=dnb-space__left]){padding-left:2rem}.dnb-ul ol,.dnb-ul ul{margin-bottom:1.5rem;margin-top:0;padding-left:2rem}.dnb-ul--outside li,.dnb-ul li{position:relative}.dnb-ul--outside li:before,.dnb-ul li:before{left:-10rem;padding-right:.25rem;position:absolute;text-align:right;width:10rem}.dnb-ul--inside li:before{left:0;padding-right:0;position:relative;text-align:initial;width:auto}.dnb-ul .dnb-anchor{font-size:inherit}.dnb-ul li{display:list-item;margin-bottom:.5rem;margin-top:.5rem}.dnb-ol{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding:0}.dnb-ol:not([class*=dnb-space]){margin:0}.dnb-ol:not([class*=dnb-space__left]){padding-left:2rem}.dnb-ol li{display:list-item;margin-bottom:.5rem;margin-top:.5rem}.dnb-ol ol,.dnb-ol ul{margin-bottom:1.5rem;margin-top:0;padding-left:2rem}.dnb-ol--outside li,.dnb-ol li{position:relative}.dnb-ol--outside li:before,.dnb-ol li:before{left:-10rem;padding-right:.25rem;position:absolute;text-align:right;width:10rem}.dnb-ol--inside li:before{left:0;padding-right:0;position:relative;text-align:initial;width:auto}.dnb-ol .dnb-anchor{font-size:inherit}.dnb-ol li{list-style-type:decimal}.dnb-ol--nested,.dnb-ol--nested ol{counter-reset:item}.dnb-ol--nested li{display:block}.dnb-ol--nested li:before{content:counters(item,".") ". ";counter-increment:item}.dnb-ol--nested li li:before{content:counters(item,".") " ";counter-increment:item}.dnb-ol[type] li{display:list-item;list-style-type:inherit}.dnb-ol[type] li:before,.dnb-ol[type] li li:before{content:none}.dnb-dl{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding:0}.dnb-dl:not([class*=dnb-space__top]){margin-top:0}.dnb-dl:not([class*=dnb-space__bottom]){margin-bottom:0}.dnb-dl dt{font-weight:var(--font-weight-medium);margin-top:1rem;padding:0}.dnb-dl dd~dt{margin-top:1.5rem}.dnb-dl dd{margin:.5rem 0 1rem;padding:0}.dnb-dl:not([class*=dnb-space])>dd>dl,.dnb-dl>dd>dl{margin-left:2rem;margin-top:1.5rem}@media screen and (min-width:40em){.dnb-dl__direction--horizontal{display:flex;flex-wrap:wrap}.dnb-dl__direction--horizontal dt{margin-right:1rem;max-width:40%}.dnb-dl__direction--horizontal dd{width:calc(60% - 1rem)}.dnb-dl__direction--horizontal dd,.dnb-dl__direction--horizontal dd~dt,.dnb-dl__direction--horizontal dt{margin-bottom:0;margin-top:.5rem}.dnb-dl__direction--horizontal dd:first-of-type,.dnb-dl__direction--horizontal dd~dt:first-of-type,.dnb-dl__direction--horizontal dt:first-of-type{margin-top:0}.dnb-dl dd.dnb-dl__item{flex-basis:100%;height:0;margin:0}}.dnb-spacing .dnb-ol:not([class*=dnb-space__top]),.dnb-spacing .dnb-ul:not([class*=dnb-space__top]){margin-top:0}.dnb-spacing .dnb-ol:not([class*=dnb-space__bottom]),.dnb-spacing .dnb-ul:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-spacing .dnb-ol>li,.dnb-spacing .dnb-ul>li{margin-bottom:1rem;margin-top:1rem}.dnb-spacing .dnb-ol>li>p,.dnb-spacing .dnb-ul>li>p{margin-top:1rem}.dnb-spacing .dnb-ol:not([class*=dnb-space]) li>ol,.dnb-spacing .dnb-ol:not([class*=dnb-space]) li>ul,.dnb-spacing .dnb-ol li>ol,.dnb-spacing .dnb-ol li>ul,.dnb-spacing .dnb-ul:not([class*=dnb-space]) li>ol,.dnb-spacing .dnb-ul:not([class*=dnb-space]) li>ul,.dnb-spacing .dnb-ul li>ol,.dnb-spacing .dnb-ul li>ul{margin-top:-.5rem}.dnb-spacing .dnb-dl:not([class*=dnb-space__top]){margin-top:0}.dnb-spacing .dnb-dl:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-unstyled-list{list-style-type:none}.dnb-unstyled-list:not([class*=dnb-space]){margin:0}.dnb-unstyled-list:not([class*=dnb-space__left]){padding-left:0}.dnb-unstyled-list>li{list-style-type:none}.dnb-unstyled-list>li:before{content:none}.dnb-unstyled-list>dd,.dnb-unstyled-list>dl{margin-left:0}.dnb-label{color:var(--color-black-80);cursor:pointer;overflow-wrap:break-word}.dnb-label[disabled]{cursor:not-allowed}.dnb-form{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-code{background-color:var(--color-mint-green-25);border-radius:.1875em;color:inherit;display:inline-block;font-size:inherit;line-height:var(--line-height-xx-small--em);padding:.25em;text-decoration:inherit}del .dnb-code{text-decoration:line-through}.dnb-code:not([class*=dnb-space]){margin:-.25em 0}.dnb-pre{word-wrap:normal;background-color:#222;border-radius:.5rem;color:var(--color-mint-green-12);display:block;font-family:var(--font-family-monospace);font-size:inherit;-webkit-hyphens:none;hyphens:none;outline:none;overflow:auto;padding:1rem;-moz-tab-size:2;tab-size:2;text-align:left;text-shadow:none;vertical-align:baseline;white-space:pre;word-break:normal;word-spacing:normal}.dnb-pre:not([class*=dnb-space]){margin:0}.dnb-pre pre{padding:1rem}.dnb-pre .dnb-spacing pre:not([class*=dnb-space__top]){margin-top:0}.dnb-pre .dnb-spacing pre:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-pre.dnb-pre--focus{--border-color:var(--color-sea-green);border-color:transparent;box-shadow:0 0 0 .25rem var(--border-color)}.dnb-spacing .dnb-pre:not([class*=dnb-space__top]){margin-top:0}.dnb-spacing .dnb-pre:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-skeleton>.dnb-code{background-color:transparent}.dnb-img{align-items:center;display:inline-flex;flex-direction:column;padding:0;text-align:center}.dnb-img:not([class*=dnb-space]){margin:0}.dnb-img figcaption,.dnb-img img{font-size:var(--font-size-basis)}.dnb-img img{border-radius:inherit;border-style:none;box-sizing:content-box;max-width:100%;position:relative;z-index:2}.dnb-img img[alt]:after{align-items:center;background-color:var(--color-black-8);border-radius:inherit;color:var(--color-black-80);content:attr(alt);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:3}.dnb-img figcaption{margin-top:.5rem}.dnb-img__img--error{background-color:var(--color-black-8);color:var(--color-black-80)}.dnb-hr{border:0;color:var(--color-black-80);display:flex;height:0;padding:0;position:relative}.dnb-hr:not([class*=dnb-space]){margin:0}.dnb-hr:after{background-color:currentcolor;border-radius:.5px;color:inherit;content:"";height:1px;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.dnb-hr--fullscreen:after{left:-100vw;width:200vw}.dnb-hr--light:after{background-color:transparent;background-image:linear-gradient(180deg,currentcolor 60%,transparent 65%);background-size:100% 1px;border-radius:.25px}.dnb-hr--medium:after{background-color:transparent;background-image:linear-gradient(180deg,currentcolor 51%,transparent 0);background-size:100% 3px;border-radius:.75px;height:2px}.dnb-spacing .dnb-hr:not([class*=dnb-space__top]){margin-top:0}.dnb-spacing .dnb-hr:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style a{border-radius:0;color:var(--color-sea-green);display:inline;font-size:var(--font-size-basis);padding:.05575em .125em;text-decoration:underline;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;text-decoration-thickness:.0938rem;text-underline-offset:.25em;transition:background-color .2s ease-in-out,border-radius .2s ease-in-out}sub .dnb-core-style a,sup .dnb-core-style a{padding:0 .025em}.dnb-h--basis .dnb-core-style a,.dnb-h--large .dnb-core-style a,.dnb-h--medium .dnb-core-style a,.dnb-h--small .dnb-core-style a,.dnb-h--x-large .dnb-core-style a,.dnb-h--x-small .dnb-core-style a,.dnb-h--xx-large .dnb-core-style a,.dnb-lead .dnb-core-style a,.dnb-p .dnb-core-style a{font-size:inherit}.dnb-core-style a:focus{border-radius:.25em;outline:none}.dnb-core-style a:focus:not(:active){background-color:transparent;color:var(--color-sea-green);transition:none}.dnb-core-style a:focus:not(:active),.dnb-section .dnb-core-style a:focus:not(:active).dnb-anchor{text-decoration:none}html[data-whatinput=keyboard] .dnb-core-style a:focus{--border-color:var(--color-emerald-green);border-color:transparent;box-shadow:0 0 0 .125rem var(--border-color)}.dnb-core-style a:active,.dnb-core-style a:hover{background-color:var(--color-mint-green-50);border-radius:.25em;color:var(--color-sea-green)}.dnb-core-style a:active,.dnb-core-style a:hover,.dnb-section .dnb-core-style a:active.dnb-anchor,.dnb-section .dnb-core-style a:hover.dnb-anchor{text-decoration:none}.dnb-core-style a:active{background-color:var(--color-emerald-green);border-radius:.25em;color:var(--color-mint-green)}.dnb-core-style a:active,.dnb-section .dnb-core-style a:active.dnb-anchor{text-decoration:none}.dnb-core-style a[target=_blank]:not(:empty):not(.dnb-anchor--no-icon){background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExIDBhLjc1Ljc1IDAgMCAwIDAgMS41VjB6bTQgLjc1aC43NUEuNzUuNzUgMCAwIDAgMTUgMHYuNzV6bS0uNzUgNGEuNzUuNzUgMCAwIDAgMS41IDBoLTEuNXptMS41IDRhLjc1Ljc1IDAgMCAwLTEuNSAwaDEuNXptLS43NSA2LjVWMTZjLjQxIDAgLjc1LS4zNC43NS0uNzVIMTV6bS0xNCAwSC4yNWMwIC40MS4zNC43NS43NS43NXYtLjc1ek0xIC43NVYwYS43NS43NSAwIDAgMC0uNzUuNzVIMXptNS43NS43NWEuNzUuNzUgMCAwIDAgMC0xLjV2MS41em0yLjcyIDMuNzJhLjc1Ljc1IDAgMCAwIDEuMDYgMS4wNkw5LjQ3IDUuMjJ6TTE0LjI1Ljc1djRoMS41di00aC0xLjV6bTAgOHY2LjVoMS41di02LjVoLTEuNXpNMTUgMTQuNUgxVjE2aDE0di0xLjV6bS0xMy4yNS43NVYuNzVILjI1djE0LjVoMS41ek0xIDEuNWg1Ljc1VjBIMXYxLjV6bTEwIDBoNFYwaC00djEuNXptLS40NyA0Ljc4IDUtNUwxNC40Ny4yMmwtNSA1IDEuMDYgMS4wNnoiIGZpbGw9IiMwMDcyNzIiLz48L3N2Zz4=");background-size:0;position:relative}.dnb-core-style a[target=_blank]:not(:empty):not(.dnb-anchor--no-icon):after{background-image:inherit;background-size:cover;color:inherit;content:"";display:inline-block;height:.889em;margin-left:.3em;margin-right:.125em;position:relative;transform-origin:bottom;transition:transform .3s ease-out,filter 1s ease-in-out;width:.889em}.dnb-core-style a[target=_blank]:not(:empty):not(.dnb-anchor--no-icon):active{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExIDBhLjc1Ljc1IDAgMCAwIDAgMS41VjB6bTQgLjc1aC43NUEuNzUuNzUgMCAwIDAgMTUgMHYuNzV6bS0uNzUgNGEuNzUuNzUgMCAwIDAgMS41IDBoLTEuNXptMS41IDRhLjc1Ljc1IDAgMCAwLTEuNSAwaDEuNXptLS43NSA2LjVWMTZjLjQxIDAgLjc1LS4zNC43NS0uNzVIMTV6bS0xNCAwSC4yNWMwIC40MS4zNC43NS43NS43NXYtLjc1ek0xIC43NVYwYS43NS43NSAwIDAgMC0uNzUuNzVIMXptNS43NS43NWEuNzUuNzUgMCAwIDAgMC0xLjV2MS41em0yLjcyIDMuNzJhLjc1Ljc1IDAgMCAwIDEuMDYgMS4wNkw5LjQ3IDUuMjJ6TTE0LjI1Ljc1djRoMS41di00aC0xLjV6bTAgOHY2LjVoMS41di02LjVoLTEuNXpNMTUgMTQuNUgxVjE2aDE0di0xLjV6bS0xMy4yNS43NVYuNzVILjI1djE0LjVoMS41ek0xIDEuNWg1Ljc1VjBIMXYxLjV6bTEwIDBoNFYwaC00djEuNXptLS40NyA0Ljc4IDUtNUwxNC40Ny4yMmwtNSA1IDEuMDYgMS4wNnoiIGZpbGw9IiNhNWUxZDIiLz48L3N2Zz4=")}.dnb-core-style a[target=_blank]:not(:empty):not(.dnb-anchor--no-icon):after{top:.125em}[data-visual-test-wrapper] .dnb-core-style a{transition:none}.dnb-core-style a .dnb-icon{display:inline-block;transform:translateY(-.0625em)}.dnb-core-style img{border-radius:inherit;border-style:none;box-sizing:content-box;max-width:100%;position:relative;z-index:2}.dnb-core-style img[alt]:after{align-items:center;background-color:var(--color-black-8);border-radius:inherit;color:var(--color-black-80);content:attr(alt);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:3}.dnb-core-style blockquote{background-color:var(--color-ocean-green);border-radius:1rem;color:var(--color-mint-green);display:inline-block;font-size:var(--font-size-small);line-height:var(--line-height-small);padding:1.5rem;position:relative;width:auto}.dnb-core-style blockquote:not([class*=dnb-space]){margin:0}.dnb-core-style blockquote:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0E1RTFEMiIgc3Ryb2tlPSIjQTVFMUQyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJNMzcuNSAyNy41YTkgOSAwIDEgMCAwLTE4IDkgOSAwIDAgMCAwIDE4eiIvPjxwYXRoIHN0cm9rZT0iI0E1RTFEMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTQ2LjUgMTguNWEyMSAyMSAwIDAgMS0yMSAyMSIvPjxwYXRoIGZpbGw9IiNBNUUxRDIiIHN0cm9rZT0iI0E1RTFEMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTEzLjUgMjcuNWE5IDkgMCAxIDAgMC0xOCA5IDkgMCAwIDAgMCAxOHoiLz48cGF0aCBzdHJva2U9IiNBNUUxRDIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0yMi41IDE4LjVhMjEgMjEgMCAwIDEtMjEgMjEiLz48L3N2Zz4=");background-size:cover;content:"";height:3em;left:1.5rem;position:absolute;top:2rem;width:3em}.dnb-core-style blockquote,.dnb-core-style blockquote.dnb-blockquote--left{padding-bottom:3rem;padding-left:6rem;padding-top:2rem}.dnb-core-style blockquote.dnb-blockquote--top{padding-bottom:3rem;padding-left:1.5rem;padding-top:6rem}.dnb-core-style blockquote.dnb-blockquote--no-background{background-color:transparent;color:var(--theme-color-black-80,currentColor)}.dnb-core-style blockquote.dnb-blockquote--no-background:before{filter:grayscale(1) brightness(24%)}.dnb-core-style blockquote .dnb-cite,.dnb-core-style blockquote .dnb-figcaption,.dnb-core-style blockquote cite,.dnb-core-style blockquote figcaption,.dnb-core-style blockquote footer{display:block;font-style:italic;font-weight:var(--font-weight-medium);line-height:var(--line-height-basis);margin-top:1rem}.dnb-core-style blockquote .dnb-cite:before,.dnb-core-style blockquote .dnb-figcaption:before,.dnb-core-style blockquote cite:before,.dnb-core-style blockquote figcaption:before,.dnb-core-style blockquote footer:before{content:"—";display:inline-block;padding-right:.5rem}.dnb-spacing .dnb-core-style blockquote .dnb-h--large,.dnb-spacing .dnb-core-style blockquote .dnb-h--medium,.dnb-spacing .dnb-core-style blockquote .dnb-h--xx-large,.dnb-spacing .dnb-core-style blockquote .dnb-lead,.dnb-spacing .dnb-core-style blockquote h1,.dnb-spacing .dnb-core-style blockquote h2,.dnb-spacing .dnb-core-style blockquote h3{margin:0}.dnb-core-style blockquote .dnb-anchor{font-size:inherit}.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-anchor,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) a{color:var(--color-white)}.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:active,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:hover,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) a:active,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) a:hover{background-color:var(--color-white);color:var(--color-emerald-green);text-decoration:none}.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:active,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) a:active{background-color:var(--color-white);color:var(--color-emerald-green)}.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:not(:disabled):focus,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) a:not(:disabled):focus{background-color:transparent;color:var(--color-white);outline:none}html[data-whatinput=keyboard] .dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-anchor:not(:disabled):focus,html[data-whatinput=keyboard] .dnb-core-style blockquote:not(.dnb-blockquote--no-background) a:not(:disabled):focus{--border-color:var(--color-white);border-color:transparent;box-shadow:0 0 0 .125rem var(--border-color)}.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-h--large,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-h--medium,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-h--xx-large,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) .dnb-lead,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) h1,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) h2,.dnb-core-style blockquote:not(.dnb-blockquote--no-background) h3{color:var(--color-mint-green)}.dnb-core-style .dnb-spacing blockquote:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing blockquote:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style .dnb-spacing blockquote p:last-child{margin-bottom:0}.dnb-core-style hr{border:0;color:var(--color-black-80);display:flex;height:0;padding:0;position:relative}.dnb-core-style hr:not([class*=dnb-space]){margin:0}.dnb-core-style hr:after{background-color:currentcolor;border-radius:.5px;color:inherit;content:"";height:1px;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.dnb-core-style .dnb-spacing hr:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing hr:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style p{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);padding:0}.dnb-core-style p:not([class*=space__top]){margin-top:0}.dnb-core-style p:not([class*=space__bottom]){margin-bottom:0}.dnb-core-style p--lead{font-size:var(--font-size-medium);font-weight:var(--font-weight-medium);line-height:calc(var(--line-height-medium) - .25rem)}.dnb-core-style p--lead>small{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-core-style p--medium,.dnb-core-style p b,.dnb-core-style p strong{font-weight:var(--font-weight-medium)}.dnb-core-style p--bold{font-weight:var(--font-weight-bold)}.dnb-core-style p__size--xx-large{font-size:var(--font-size-xx-large);line-height:var(--line-height-x-large)}.dnb-core-style p__size--x-large{font-size:var(--font-size-x-large);line-height:var(--line-height-x-large)}.dnb-core-style p__size--large{font-size:var(--font-size-large);line-height:var(--line-height-large)}.dnb-core-style p__size--basis{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-core-style p__size--medium{font-size:var(--font-size-medium);line-height:var(--line-height-medium)}.dnb-core-style p--small,.dnb-core-style p>small,.dnb-core-style p__size--small{font-size:var(--font-size-small);line-height:var(--line-height-small)}.dnb-core-style p--x-small,.dnb-core-style p__size--x-small{font-size:var(--font-size-x-small);line-height:var(--line-height-x-small)}.dnb-core-style p>cite{font-style:italic;font-weight:var(--font-weight-medium);line-height:var(--line-height-basis)}.dnb-core-style b,.dnb-core-style strong{font-weight:var(--font-weight-bold)}.dnb-core-style small{font-size:var(--font-size-small)}.dnb-core-style h1,.dnb-core-style h2,.dnb-core-style h3,.dnb-core-style h4,.dnb-core-style h5,.dnb-core-style h6{color:var(--theme-color-black-80,currentColor);font-family:var(--font-family-default);font-weight:var(--font-weight-medium);padding:0}.dnb-core-style h1:not([class*=dnb-space]),.dnb-core-style h2:not([class*=dnb-space]),.dnb-core-style h3:not([class*=dnb-space]),.dnb-core-style h4:not([class*=dnb-space]),.dnb-core-style h5:not([class*=dnb-space]),.dnb-core-style h6:not([class*=dnb-space]){margin:0}.dnb-core-style h1 .dnb-icon--default,.dnb-core-style h2 .dnb-icon--default,.dnb-core-style h3 .dnb-icon--default,.dnb-core-style h4 .dnb-icon--default,.dnb-core-style h5 .dnb-icon--default,.dnb-core-style h6 .dnb-icon--default{font-size:1em}.dnb-core-style h1 .dnb-icon--medium,.dnb-core-style h2 .dnb-icon--medium,.dnb-core-style h3 .dnb-icon--medium,.dnb-core-style h4 .dnb-icon--medium,.dnb-core-style h5 .dnb-icon--medium,.dnb-core-style h6 .dnb-icon--medium{font-size:1.5em}.dnb-core-style h1 .dnb-anchor,.dnb-core-style h1 a,.dnb-core-style h2 .dnb-anchor,.dnb-core-style h2 a,.dnb-core-style h3 .dnb-anchor,.dnb-core-style h3 a,.dnb-core-style h4 .dnb-anchor,.dnb-core-style h4 a,.dnb-core-style h5 .dnb-anchor,.dnb-core-style h5 a,.dnb-core-style h6 .dnb-anchor,.dnb-core-style h6 a{padding-bottom:.03125rem;padding-top:0}.dnb-core-style h1{font-size:var(--font-size-xx-large);line-height:var(--line-height-x-large)}.dnb-core-style h1>small{display:block;font-size:var(--font-size-x-large);line-height:var(--line-height-large)}.dnb-core-style h2{font-size:var(--font-size-large);line-height:var(--line-height-medium)}.dnb-core-style h2>small{font-size:var(--font-size-medium);line-height:calc(var(--line-height-medium) - .125rem)}.dnb-core-style h3{font-size:var(--font-size-medium);line-height:calc(var(--line-height-medium) - .25rem)}.dnb-core-style h3>small,.dnb-core-style h4{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-core-style h4>small,.dnb-core-style h5{font-size:var(--font-size-small);line-height:var(--line-height-small)}.dnb-core-style h5>small{font-size:var(--font-size-x-small);line-height:var(--line-height-small)}.dnb-core-style h6{font-size:var(--font-size-x-small);line-height:var(--line-height-x-small)}.dnb-core-style h2>small,.dnb-core-style h3>small,.dnb-core-style h4>small,.dnb-core-style h5>small,.dnb-core-style h6>small{line-height:var(--line-height-xx-small--em)}.dnb-core-style .dnb-core-style .dnb-spacing h1:not([class*=space__top]),.dnb-core-style .dnb-spacing h1:not([class*=space__top]){margin-top:3rem}.dnb-core-style .dnb-core-style .dnb-spacing h1:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h1:not([class*=space__bottom]){margin-bottom:2.5rem}.dnb-core-style .dnb-core-style .dnb-spacing h2:not([class*=space__top]),.dnb-core-style .dnb-spacing h2:not([class*=space__top]){margin-top:3rem}.dnb-core-style .dnb-core-style .dnb-spacing h2:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h2:not([class*=space__bottom]){margin-bottom:1rem}.dnb-core-style .dnb-core-style .dnb-spacing h3:not([class*=space__top]),.dnb-core-style .dnb-core-style .dnb-spacing h4:not([class*=space__top]),.dnb-core-style .dnb-core-style .dnb-spacing h5:not([class*=space__top]),.dnb-core-style .dnb-core-style .dnb-spacing h6:not([class*=space__top]),.dnb-core-style .dnb-spacing h3:not([class*=space__top]),.dnb-core-style .dnb-spacing h4:not([class*=space__top]),.dnb-core-style .dnb-spacing h5:not([class*=space__top]),.dnb-core-style .dnb-spacing h6:not([class*=space__top]){margin-top:2rem}.dnb-core-style .dnb-core-style .dnb-spacing h3:not([class*=space__bottom]),.dnb-core-style .dnb-core-style .dnb-spacing h4:not([class*=space__bottom]),.dnb-core-style .dnb-core-style .dnb-spacing h5:not([class*=space__bottom]),.dnb-core-style .dnb-core-style .dnb-spacing h6:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h3:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h4:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h5:not([class*=space__bottom]),.dnb-core-style .dnb-spacing h6:not([class*=space__bottom]){margin-bottom:1rem}.dnb-core-style .dnb-core-style .dnb-spacing p:not([class*=dnb-space__top]),.dnb-core-style .dnb-spacing p:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-core-style .dnb-spacing p:not([class*=dnb-space__bottom]),.dnb-core-style .dnb-spacing p:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style ul{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding:0}.dnb-core-style ul:not([class*=dnb-space]){margin:0}.dnb-core-style ul:not([class*=dnb-space__left]){padding-left:2rem}.dnb-core-style ul ol,.dnb-core-style ul ul{margin-bottom:1.5rem;margin-top:0;padding-left:2rem}.dnb-core-style ul--outside li,.dnb-core-style ul li{position:relative}.dnb-core-style ul--outside li:before,.dnb-core-style ul li:before{left:-10rem;padding-right:.25rem;position:absolute;text-align:right;width:10rem}.dnb-core-style ul--inside li:before{left:0;padding-right:0;position:relative;text-align:initial;width:auto}.dnb-core-style ul .dnb-anchor{font-size:inherit}.dnb-core-style ul li{display:list-item;margin-bottom:.5rem;margin-top:.5rem}.dnb-core-style .dnb-spacing ul:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing ul:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style .dnb-spacing ul>li{margin-bottom:1rem;margin-top:1rem}.dnb-core-style .dnb-spacing ul>li>p{margin-top:1rem}.dnb-core-style .dnb-spacing ul:not([class*=dnb-space]) li>ol,.dnb-core-style .dnb-spacing ul:not([class*=dnb-space]) li>ul,.dnb-core-style .dnb-spacing ul li>ol,.dnb-core-style .dnb-spacing ul li>ul{margin-top:-.5rem}.dnb-core-style ol{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding:0}.dnb-core-style ol:not([class*=dnb-space]){margin:0}.dnb-core-style ol:not([class*=dnb-space__left]){padding-left:2rem}.dnb-core-style ol li{display:list-item;margin-bottom:.5rem;margin-top:.5rem}.dnb-core-style ol ol,.dnb-core-style ol ul{margin-bottom:1.5rem;margin-top:0;padding-left:2rem}.dnb-core-style ol--outside li,.dnb-core-style ol li{position:relative}.dnb-core-style ol--outside li:before,.dnb-core-style ol li:before{left:-10rem;padding-right:.25rem;position:absolute;text-align:right;width:10rem}.dnb-core-style ol--inside li:before{left:0;padding-right:0;position:relative;text-align:initial;width:auto}.dnb-core-style ol .dnb-anchor{font-size:inherit}.dnb-core-style ol li{list-style-type:decimal}.dnb-core-style ol--nested,.dnb-core-style ol--nested ol{counter-reset:item}.dnb-core-style ol--nested li{display:block}.dnb-core-style ol--nested li:before{content:counters(item,".") ". ";counter-increment:item}.dnb-core-style ol--nested li li:before{content:counters(item,".") " ";counter-increment:item}.dnb-core-style ol[type] li{display:list-item;list-style-type:inherit}.dnb-core-style ol[type] li:before,.dnb-core-style ol[type] li li:before{content:none}.dnb-core-style .dnb-spacing ol:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing ol:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style .dnb-spacing ol>li{margin-bottom:1rem;margin-top:1rem}.dnb-core-style .dnb-spacing ol>li>p{margin-top:1rem}.dnb-core-style .dnb-spacing ol:not([class*=dnb-space]) li>ol,.dnb-core-style .dnb-spacing ol:not([class*=dnb-space]) li>ul,.dnb-core-style .dnb-spacing ol li>ol,.dnb-core-style .dnb-spacing ol li>ul{margin-top:-.5rem}.dnb-core-style dl{color:var(--theme-color-black-80,currentColor);font-size:var(--font-size-basis);line-height:var(--line-height-basis);padding:0}.dnb-core-style dl:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style dl:not([class*=dnb-space__bottom]){margin-bottom:0}.dnb-core-style dl dt{font-weight:var(--font-weight-medium);margin-top:1rem;padding:0}.dnb-core-style dl dd~dt{margin-top:1.5rem}.dnb-core-style dl dd{margin:.5rem 0 1rem;padding:0}.dnb-core-style dl:not([class*=dnb-space])>dd>dl,.dnb-core-style dl>dd>dl{margin-left:2rem;margin-top:1.5rem}@media screen and (min-width:40em){.dnb-core-style dl__direction--horizontal{display:flex;flex-wrap:wrap}.dnb-core-style dl__direction--horizontal dt{margin-right:1rem;max-width:40%}.dnb-core-style dl__direction--horizontal dd{width:calc(60% - 1rem)}.dnb-core-style dl__direction--horizontal dd,.dnb-core-style dl__direction--horizontal dd~dt,.dnb-core-style dl__direction--horizontal dt{margin-bottom:0;margin-top:.5rem}.dnb-core-style dl__direction--horizontal dd:first-of-type,.dnb-core-style dl__direction--horizontal dd~dt:first-of-type,.dnb-core-style dl__direction--horizontal dt:first-of-type{margin-top:0}.dnb-core-style dl dd.dnb-core-style dl__item{flex-basis:100%;height:0;margin:0}}.dnb-core-style .dnb-spacing dl:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style .dnb-spacing dl:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style form{font-size:var(--font-size-basis);line-height:var(--line-height-basis)}.dnb-core-style label{color:var(--color-black-80);cursor:pointer;overflow-wrap:break-word}.dnb-core-style label[disabled]{cursor:not-allowed}.dnb-core-style code{background-color:var(--color-mint-green-25);border-radius:.1875em;color:inherit;display:inline-block;font-size:inherit;line-height:var(--line-height-xx-small--em);padding:.25em;text-decoration:inherit}del .dnb-core-style code{text-decoration:line-through}.dnb-core-style code:not([class*=dnb-space]){margin:-.25em 0}.dnb-core-style pre{word-wrap:normal;background-color:#222;border-radius:.5rem;color:var(--color-mint-green-12);display:block;font-family:var(--font-family-monospace);font-size:inherit;-webkit-hyphens:none;hyphens:none;outline:none;overflow:auto;padding:1rem;-moz-tab-size:2;tab-size:2;text-align:left;text-shadow:none;vertical-align:baseline;white-space:pre;word-break:normal;word-spacing:normal}.dnb-core-style pre:not([class*=dnb-space]){margin:0}.dnb-core-style pre pre{padding:1rem}.dnb-core-style pre .dnb-spacing pre:not([class*=dnb-space__top]){margin-top:0}.dnb-core-style pre .dnb-spacing pre:not([class*=dnb-space__bottom]){margin-bottom:1.5rem}.dnb-core-style pre.dnb-pre--focus{--border-color:var(--color-sea-green);border-color:transparent;box-shadow:0 0 0 .25rem var(--border-color)}
|
package/style/dnb-ui-tags.scss
CHANGED
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
-
@mixin
|
|
66
|
+
@mixin resetAnchorHoverStyle() {
|
|
67
67
|
&:hover {
|
|
68
68
|
color: inherit;
|
|
69
69
|
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
|
|
148
148
|
// use this method, so it can get replaced by inline JS
|
|
149
149
|
background-size: 0;
|
|
150
|
-
background-image: url(
|
|
150
|
+
background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEgMGEuNzUuNzUgMCAwMDAgMS41VjB6bTQgLjc1aC43NUEuNzUuNzUgMCAwMDE1IDB2Ljc1em0tLjc1IDRhLjc1Ljc1IDAgMDAxLjUgMGgtMS41em0xLjUgNGEuNzUuNzUgMCAwMC0xLjUgMGgxLjV6bS0uNzUgNi41VjE2Yy40MSAwIC43NS0uMzQuNzUtLjc1SDE1em0tMTQgMEguMjVjMCAuNDEuMzQuNzUuNzUuNzV2LS43NXpNMSAuNzVWMGEuNzUuNzUgMCAwMC0uNzUuNzVIMXptNS43NS43NWEuNzUuNzUgMCAwMDAtMS41djEuNXptMi43MiAzLjcyYS43NS43NSAwIDAwMS4wNiAxLjA2TDkuNDcgNS4yMnpNMTQuMjUuNzV2NGgxLjV2LTRoLTEuNXptMCA4djYuNWgxLjV2LTYuNWgtMS41ek0xNSAxNC41SDFWMTZoMTR2LTEuNXptLTEzLjI1Ljc1Vi43NUguMjV2MTQuNWgxLjV6TTEgMS41aDUuNzVWMEgxdjEuNXptMTAgMGg0VjBoLTR2MS41em0tLjQ3IDQuNzhsNS01TDE0LjQ3LjIybC01IDUgMS4wNiAxLjA2eiIgZmlsbD0iIzAwNzI3MiIgLz48L3N2Zz4=');
|
|
151
151
|
|
|
152
152
|
// NOT IE/Edge compatible
|
|
153
153
|
// background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 0a.75.75 0 000 1.5V0zm4 .75h.75A.75.75 0 0015 0v.75zm-.75 4a.75.75 0 001.5 0h-1.5zm1.5 4a.75.75 0 00-1.5 0h1.5zm-.75 6.5V16c.41 0 .75-.34.75-.75H15zm-14 0H.25c0 .41.34.75.75.75v-.75zM1 .75V0a.75.75 0 00-.75.75H1zm5.75.75a.75.75 0 000-1.5v1.5zm2.72 3.72a.75.75 0 001.06 1.06L9.47 5.22zM14.25.75v4h1.5v-4h-1.5zm0 8v6.5h1.5v-6.5h-1.5zM15 14.5H1V16h14v-1.5zm-13.25.75V.75H.25v14.5h1.5zM1 1.5h5.75V0H1v1.5zm10 0h4V0h-4v1.5zm-.47 4.78l5-5L14.47.22l-5 5 1.06 1.06z' fill='%23007272' /%3E%3C/svg%3E");
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
}
|
|
177
177
|
|
|
178
178
|
&:active {
|
|
179
|
-
background-image: url(
|
|
179
|
+
background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aAogICAgZD0iTTExIDBhLjc1Ljc1IDAgMDAwIDEuNVYwem00IC43NWguNzVBLjc1Ljc1IDAgMDAxNSAwdi43NXptLS43NSA0YS43NS43NSAwIDAwMS41IDBoLTEuNXptMS41IDRhLjc1Ljc1IDAgMDAtMS41IDBoMS41em0tLjc1IDYuNVYxNmMuNDEgMCAuNzUtLjM0Ljc1LS43NUgxNXptLTE0IDBILjI1YzAgLjQxLjM0Ljc1Ljc1Ljc1di0uNzV6TTEgLjc1VjBhLjc1Ljc1IDAgMDAtLjc1Ljc1SDF6bTUuNzUuNzVhLjc1Ljc1IDAgMDAwLTEuNXYxLjV6bTIuNzIgMy43MmEuNzUuNzUgMCAwMDEuMDYgMS4wNkw5LjQ3IDUuMjJ6TTE0LjI1Ljc1djRoMS41di00aC0xLjV6bTAgOHY2LjVoMS41di02LjVoLTEuNXpNMTUgMTQuNUgxVjE2aDE0di0xLjV6bS0xMy4yNS43NVYuNzVILjI1djE0LjVoMS41ek0xIDEuNWg1Ljc1VjBIMXYxLjV6bTEwIDBoNFYwaC00djEuNXptLS40NyA0Ljc4bDUtNUwxNC40Ny4yMmwtNSA1IDEuMDYgMS4wNnoiCiAgICBmaWxsPSIjYTVlMWQyIgogIC8+Cjwvc3ZnPg==');
|
|
180
180
|
|
|
181
181
|
// NOT IE/Edge compatible
|
|
182
182
|
// background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 0a.75.75 0 000 1.5V0zm4 .75h.75A.75.75 0 0015 0v.75zm-.75 4a.75.75 0 001.5 0h-1.5zm1.5 4a.75.75 0 00-1.5 0h1.5zm-.75 6.5V16c.41 0 .75-.34.75-.75H15zm-14 0H.25c0 .41.34.75.75.75v-.75zM1 .75V0a.75.75 0 00-.75.75H1zm5.75.75a.75.75 0 000-1.5v1.5zm2.72 3.72a.75.75 0 001.06 1.06L9.47 5.22zM14.25.75v4h1.5v-4h-1.5zm0 8v6.5h1.5v-6.5h-1.5zM15 14.5H1V16h14v-1.5zm-13.25.75V.75H.25v14.5h1.5zM1 1.5h5.75V0H1v1.5zm10 0h4V0h-4v1.5zm-.47 4.78l5-5L14.47.22l-5 5 1.06 1.06z' fill='%23a5e1d2' /%3E%3C/svg%3E");
|
|
@@ -41,7 +41,7 @@ button.dnb-anchor {
|
|
|
41
41
|
color: inherit;
|
|
42
42
|
|
|
43
43
|
@include resetUnderlineStyle();
|
|
44
|
-
@include
|
|
44
|
+
@include resetAnchorHoverStyle();
|
|
45
45
|
@include resetAnimationStyle();
|
|
46
46
|
}
|
|
47
47
|
|
|
@@ -50,7 +50,7 @@ button.dnb-anchor {
|
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
.dnb-anchor--no-hover {
|
|
53
|
-
@include
|
|
53
|
+
@include resetAnchorHoverStyle();
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
.dnb-anchor--no-radius {
|
package/style/stylis.d.ts
CHANGED
|
@@ -1,38 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Stylis plugin, more info https://github.com/thysultan/stylis.js
|
|
3
|
+
* To be used to polyfill CSS Custom Properties
|
|
4
|
+
* where e.g. Styled Components and Emotion are used
|
|
5
|
+
*/
|
|
1
6
|
export interface StylisElement {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
type: string;
|
|
8
|
+
value: string;
|
|
9
|
+
props: Array<string> | string;
|
|
10
|
+
root: StylisElement | null;
|
|
11
|
+
parent: StylisElement | null;
|
|
12
|
+
children: Array<StylisElement> | string;
|
|
13
|
+
line: number;
|
|
14
|
+
column: number;
|
|
15
|
+
length: number;
|
|
16
|
+
return: string;
|
|
12
17
|
}
|
|
13
|
-
export type StylisPluginCallback = (
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
) => string | void;
|
|
19
|
-
|
|
20
|
-
export type StylisPlugin = (
|
|
21
|
-
element: StylisElement,
|
|
22
|
-
index: number,
|
|
23
|
-
children: Array<StylisElement>,
|
|
24
|
-
callback: StylisPluginCallback
|
|
25
|
-
) => string | void;
|
|
26
|
-
|
|
27
|
-
export interface Options {
|
|
28
|
-
nonce?: string;
|
|
29
|
-
stylisPlugins?: Array<StylisPlugin>;
|
|
30
|
-
key: string;
|
|
31
|
-
container?: HTMLElement;
|
|
32
|
-
speedy?: boolean;
|
|
33
|
-
prepend?: boolean;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
export type Properties = Record<string, unknown>;
|
|
37
|
-
|
|
38
|
-
export function withProperties(properties: Properties): StylisPlugin;
|
|
18
|
+
export declare type StylisPluginCallback = (element: StylisElement, index: number, children: Array<StylisElement>, callback: StylisPluginCallback) => string | void;
|
|
19
|
+
export declare type StylisPlugin = (element: StylisElement, index: number, children: Array<StylisElement>, callback: StylisPluginCallback) => string | void;
|
|
20
|
+
declare const _default: StylisPlugin;
|
|
21
|
+
export default _default;
|
|
22
|
+
export declare const withProperties: (properties: any) => (context: any, content: any) => StylisPlugin;
|
package/style/stylis.js
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
* You CAN change the content on the very top!
|
|
3
|
+
* DNB Eiendom UI Theme
|
|
5
4
|
*
|
|
6
5
|
*/
|
|
7
6
|
/**
|
|
8
|
-
*
|
|
7
|
+
* DNB Eufemia UI Theme
|
|
9
8
|
*
|
|
10
9
|
*/
|
|
11
10
|
/*
|
|
@@ -102,6 +101,65 @@
|
|
|
102
101
|
--color-mint-green-12: #f4fbf9;
|
|
103
102
|
}
|
|
104
103
|
|
|
104
|
+
/*
|
|
105
|
+
* Typography
|
|
106
|
+
*
|
|
107
|
+
* The font-family properties are defined in the properties.scss file, like:
|
|
108
|
+
* --font-family-default:
|
|
109
|
+
*
|
|
110
|
+
*/
|
|
111
|
+
.dnb-typo-regular {
|
|
112
|
+
font-family: var(--font-family-default);
|
|
113
|
+
font-weight: normal;
|
|
114
|
+
font-style: normal;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.dnb-typo-medium {
|
|
118
|
+
font-family: var(--font-family-default);
|
|
119
|
+
font-weight: var(--font-weight-medium);
|
|
120
|
+
font-style: normal;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.dnb-typo-bold {
|
|
124
|
+
font-family: var(--font-family-default);
|
|
125
|
+
font-weight: var(--font-weight-bold);
|
|
126
|
+
font-style: normal;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.dnb-typo-mono-regular {
|
|
130
|
+
font-family: var(--font-family-monospace);
|
|
131
|
+
font-weight: normal;
|
|
132
|
+
font-style: normal;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
@font-face {
|
|
136
|
+
font-family: DNB;
|
|
137
|
+
src: url("../../../assets/fonts/dnb/DNB-Regular.woff2") format("woff2"), url("../../../assets/fonts/dnb/DNB-Regular.woff") format("woff"), url("../../../assets/fonts/dnb/DNB-Regular.ttf") format("truetype");
|
|
138
|
+
font-weight: normal;
|
|
139
|
+
font-style: normal;
|
|
140
|
+
font-display: fallback;
|
|
141
|
+
}
|
|
142
|
+
@font-face {
|
|
143
|
+
font-family: DNB;
|
|
144
|
+
src: url("../../../assets/fonts/dnb/DNB-Medium.woff2") format("woff2"), url("../../../assets/fonts/dnb/DNB-Medium.woff") format("woff"), url("../../../assets/fonts/dnb/DNB-Medium.ttf") format("truetype");
|
|
145
|
+
font-weight: 500;
|
|
146
|
+
font-style: normal;
|
|
147
|
+
font-display: fallback;
|
|
148
|
+
}
|
|
149
|
+
@font-face {
|
|
150
|
+
font-family: DNB;
|
|
151
|
+
src: url("../../../assets/fonts/dnb/DNB-Bold.woff2") format("woff2"), url("../../../assets/fonts/dnb/DNB-Bold.woff") format("woff"), url("../../../assets/fonts/dnb/DNB-Bold.ttf") format("truetype");
|
|
152
|
+
font-weight: 600;
|
|
153
|
+
font-style: normal;
|
|
154
|
+
font-display: fallback;
|
|
155
|
+
}
|
|
156
|
+
@font-face {
|
|
157
|
+
font-family: DNBMono;
|
|
158
|
+
src: url("../../../assets/fonts/dnb/DNBMono-Regular.woff2") format("woff2"), url("../../../assets/fonts/dnb/DNBMono-Regular.woff") format("woff"), url("../../../assets/fonts/dnb/DNBMono-Regular.ttf") format("truetype");
|
|
159
|
+
font-weight: normal;
|
|
160
|
+
font-style: normal;
|
|
161
|
+
font-display: fallback;
|
|
162
|
+
}
|
|
105
163
|
/*
|
|
106
164
|
* Import all Elements
|
|
107
165
|
*
|
|
@@ -2575,19 +2633,13 @@ html:not([data-whatintent=touch]) .dnb-input__status--error .dnb-input__submit-b
|
|
|
2575
2633
|
.dnb-pagination__indicator__inner {
|
|
2576
2634
|
animation: show-page 300ms ease-out forwards;
|
|
2577
2635
|
}
|
|
2578
|
-
.dnb-core-style .dnb-pagination__button.dnb-button--primary, .dnb-core-style .dnb-pagination__button.dnb-button--primary:not(
|
|
2636
|
+
.dnb-core-style .dnb-pagination__button.dnb-button--primary, .dnb-core-style .dnb-pagination__button.dnb-button--primary:not(:active):hover:not([disabled]), .dnb-pagination__button.dnb-button--primary, .dnb-pagination__button.dnb-button--primary:not(:active):hover:not([disabled]) {
|
|
2579
2637
|
background-color: var(--color-emerald-green);
|
|
2580
2638
|
color: var(--color-mint-green);
|
|
2581
2639
|
}
|
|
2582
|
-
.dnb-core-style .dnb-pagination__button.dnb-button--primary:not([disabled]):not(:active):not(:hover):focus, .dnb-pagination__button.dnb-button--primary:not([disabled]):not(:active):not(:hover):focus {
|
|
2640
|
+
html[data-whatinput=keyboard] .dnb-core-style .dnb-pagination__button.dnb-button--primary:not([disabled]):not(:active):not(:hover):focus, html[data-whatinput=keyboard] .dnb-pagination__button.dnb-button--primary:not([disabled]):not(:active):not(:hover):focus {
|
|
2583
2641
|
color: var(--color-emerald-green);
|
|
2584
2642
|
background-color: var(--color-mint-green);
|
|
2585
|
-
outline: none;
|
|
2586
|
-
}
|
|
2587
|
-
html[data-whatinput=keyboard] .dnb-core-style .dnb-pagination__button.dnb-button--primary:not([disabled]):not(:active):not(:hover):focus, html[data-whatinput=keyboard] .dnb-pagination__button.dnb-button--primary:not([disabled]):not(:active):not(:hover):focus {
|
|
2588
|
-
--border-color: var(--color-emerald-green);
|
|
2589
|
-
box-shadow: 0 0 0 0.125rem var(--border-color);
|
|
2590
|
-
border-color: transparent;
|
|
2591
2643
|
}
|
|
2592
2644
|
|
|
2593
2645
|
.dnb-pagination__dots {
|
|
@@ -3474,10 +3526,9 @@ html[data-whatinput=keyboard] .dnb-tabs__button:focus::before {
|
|
|
3474
3526
|
background-color: var(--color-white);
|
|
3475
3527
|
overflow-y: auto;
|
|
3476
3528
|
overscroll-behavior: contain;
|
|
3477
|
-
scrollbar-width: thin;
|
|
3478
3529
|
-webkit-overflow-scrolling: touch;
|
|
3479
3530
|
-ms-overflow-style: auto;
|
|
3480
|
-
scrollbar-color: var(--
|
|
3531
|
+
scrollbar-color: var(--scrollbar-thumb-color, #888) transparent;
|
|
3481
3532
|
}
|
|
3482
3533
|
.dnb-textarea__textarea ::selection {
|
|
3483
3534
|
background-color: var(--color-mint-green);
|
|
@@ -3489,20 +3540,21 @@ html:not([data-visual-test]) .dnb-textarea__textarea {
|
|
|
3489
3540
|
}
|
|
3490
3541
|
@supports not (scrollbar-color: auto) {
|
|
3491
3542
|
.dnb-textarea__textarea::-webkit-scrollbar {
|
|
3492
|
-
|
|
3543
|
+
border-radius: var(--scrollbar-thumb-width, 0.5rem);
|
|
3544
|
+
background-color: var(--scrollbar-track-color, #eee);
|
|
3493
3545
|
}
|
|
3494
3546
|
.dnb-textarea__textarea::-webkit-scrollbar:vertical {
|
|
3495
|
-
width: 0.5rem;
|
|
3547
|
+
width: var(--scrollbar-track-width, 0.5rem);
|
|
3496
3548
|
}
|
|
3497
3549
|
.dnb-textarea__textarea::-webkit-scrollbar:horizontal {
|
|
3498
|
-
height: 0.5rem;
|
|
3550
|
+
height: var(--scrollbar-track-width, 0.5rem);
|
|
3499
3551
|
}
|
|
3500
3552
|
.dnb-textarea__textarea::-webkit-scrollbar-thumb {
|
|
3501
|
-
background-color: var(--
|
|
3502
|
-
border-radius: 0.5rem;
|
|
3553
|
+
background-color: var(--scrollbar-thumb-color, #888);
|
|
3554
|
+
border-radius: var(--scrollbar-thumb-width, 0.5rem);
|
|
3503
3555
|
}
|
|
3504
3556
|
.dnb-textarea__textarea::-webkit-scrollbar-thumb:hover {
|
|
3505
|
-
background-color: var(--
|
|
3557
|
+
background-color: var(--scrollbar-thumb-hover-color, #666);
|
|
3506
3558
|
}
|
|
3507
3559
|
}
|
|
3508
3560
|
.dnb-textarea__placeholder {
|
|
@@ -4175,6 +4227,14 @@ html[data-whatinput=keyboard] .dnb-drawer-list__option--selected .dnb-drawer-lis
|
|
|
4175
4227
|
/*
|
|
4176
4228
|
* Utilities
|
|
4177
4229
|
*/
|
|
4230
|
+
:root {
|
|
4231
|
+
--scrollbar-track-width: 0.5rem;
|
|
4232
|
+
--scrollbar-thumb-width: 0.5rem;
|
|
4233
|
+
--scrollbar-track-color: var(--color-black-8);
|
|
4234
|
+
--scrollbar-thumb-color: var(--color-sea-green);
|
|
4235
|
+
--scrollbar-thumb-hover-color: var(--color-emerald-green);
|
|
4236
|
+
}
|
|
4237
|
+
|
|
4178
4238
|
/**
|
|
4179
4239
|
ATTENTION: This file is auto generated by using "themeFactory".
|
|
4180
4240
|
Do not change the content above!
|