@designsystem-se/af 38.0.0 → 38.0.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/digi-bar-chart.js +2 -2
- package/components/digi-button.js +1 -1
- package/components/digi-calendar-datepicker.js +4 -4
- package/components/digi-calendar-week-view.js +2 -2
- package/components/digi-calendar.js +1 -1
- package/components/digi-chart-line.js +2 -2
- package/components/digi-code-block.js +1 -1
- package/components/digi-code-example.js +3 -3
- package/components/digi-code.js +1 -1
- package/components/digi-context-menu.js +2 -2
- package/components/digi-dialog.js +4 -4
- package/components/digi-expandable-accordion.js +1 -1
- package/components/digi-expandable-faq-item.js +2 -2
- package/components/digi-footer.js +2 -2
- package/components/digi-form-category-filter.js +1 -1
- package/components/digi-form-checkbox.js +1 -1
- package/components/digi-form-error-list.js +4 -4
- package/components/digi-form-file-upload.js +1 -1
- package/components/digi-form-filter.js +3 -3
- package/components/digi-form-input-search.js +1 -1
- package/components/digi-form-receipt.js +1 -1
- package/components/digi-form-select-filter.js +3 -3
- package/components/digi-form-select.js +1 -1
- package/components/digi-header-avatar.js +1 -1
- package/components/digi-header-navigation.js +2 -2
- package/components/digi-header.js +5 -5
- package/components/digi-icon-exclamation-triangle-warning.js +1 -1
- package/components/digi-info-card-multi.js +2 -2
- package/components/digi-info-card.js +3 -3
- package/components/digi-link-internal.js +1 -1
- package/components/digi-list.js +2 -2
- package/components/digi-navigation-pagination.js +3 -3
- package/components/digi-navigation-sidebar-button.js +1 -1
- package/components/digi-navigation-sidebar.js +1 -1
- package/components/digi-navigation-vertical-menu-item.js +1 -1
- package/components/digi-notification-alert.js +1 -1
- package/components/digi-notification-error-page.js +2 -2
- package/components/digi-progress-indicator.js +1 -1
- package/components/digi-progress-list.js +1 -1
- package/components/digi-quote.js +2 -2
- package/components/digi-tag.js +1 -1
- package/components/digi-title-logo.js +1 -1
- package/components/digi-tools-feedback-rating.js +1 -1
- package/components/digi-tools-feedback.js +3 -3
- package/components/digi-tools-theme-provider.js +18 -5
- package/components/digi-typography.js +1 -1
- package/components/index.js +1 -1
- package/components/p-1af1c5ea.js +165 -0
- package/components/{p-a247bdd0.js → p-2881b363.js} +1 -1
- package/components/p-4dc6d374.js +132 -0
- package/components/{p-04e78688.js → p-74c7dd5f.js} +3 -3
- package/components/{p-dbb0665a.js → p-90548d3f.js} +2 -2
- package/components/p-adb4322e.js +66 -0
- package/components/{p-e2a68e2b.js → p-b94458ed.js} +1 -1
- package/components/p-bd92430e.js +177 -0
- package/components/p-d7ef9cb1.js +13 -0
- package/components/{p-e946f613.js → p-fb8dd721.js} +1 -1
- package/custom-elements.json +4 -0
- package/dist/cjs/digi-arbetsformedlingen.cjs.js +1 -1
- package/dist/cjs/digi-button_84.cjs.entry.js +8405 -0
- package/dist/cjs/digi-calendar-week-view.cjs.entry.js +50 -51
- package/dist/cjs/digi-code-block_2.cjs.entry.js +108 -0
- package/dist/cjs/digi-code-example.cjs.entry.js +1 -1
- package/dist/cjs/digi-code.cjs.entry.js +1 -1
- package/dist/cjs/digi-dialog.cjs.entry.js +3 -19
- package/dist/cjs/digi-form-error-list.cjs.entry.js +2 -18
- package/dist/cjs/digi-form-input-search.cjs.entry.js +6 -7
- package/dist/cjs/digi-form-receipt.cjs.entry.js +2 -18
- package/dist/cjs/digi-icon-exclamation-triangle-warning.cjs.entry.js +1 -1
- package/dist/cjs/digi-list.cjs.entry.js +1 -1
- package/dist/cjs/digi-navigation-pagination.cjs.entry.js +2 -18
- package/dist/cjs/digi-notification-error-page.cjs.entry.js +2 -18
- package/dist/cjs/digi-quote.cjs.entry.js +1 -1
- package/dist/cjs/digi-tools-feedback.cjs.entry.js +3 -19
- package/dist/cjs/{form-input-type.enum-9c8ee12a.js → form-input-type.enum-1fb2180a.js} +14 -0
- package/dist/cjs/index-7a477838.js +4 -156
- package/dist/cjs/{index-ac8e01b4.js → index-acb7b350.js} +189 -19
- package/dist/cjs/index.cjs.js +188 -198
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{typography-variation.enum-c0ef9190.js → typography-variation.enum-ad1b2403.js} +230 -0
- package/dist/collection/components/_button/button/button.css +32 -30
- package/dist/collection/components/_calendar/calendar/calendar.css +7 -2
- package/dist/collection/components/_calendar/calendar-datepicker/calendar-datepicker.css +413 -108
- package/dist/collection/components/_code/code/code.css +6 -2
- package/dist/collection/components/_code/code-block/code-block.css +12 -4
- package/dist/collection/components/_code/code-example/code-example.css +6 -0
- package/dist/collection/components/_dialog/dialog/dialog.css +18 -18
- package/dist/collection/components/_expandable/expandable-faq-item/expandable-faq-item.css +6 -6
- package/dist/collection/components/_form/form-checkbox/form-checkbox.css +413 -108
- package/dist/collection/components/_form/form-file-upload/form-file-upload.css +4 -3
- package/dist/collection/components/_form/form-filter/form-filter.css +1 -1
- package/dist/collection/components/_form/form-select/form-select.css +2 -2
- package/dist/collection/components/_form/form-select-filter/form-select-filter.css +2 -2
- package/dist/collection/components/_header/header/header.js +2 -2
- package/dist/collection/components/_header/header-avatar/header-avatar.css +412 -107
- package/dist/collection/components/_icon/icon-exclamation-triangle-warning/icon-exclamation-triangle-warning.css +4 -2
- package/dist/collection/components/_info-card/info-card/info-card.css +2 -2
- package/dist/collection/components/_info-card/info-card-multi/info-card-multi.css +4 -2
- package/dist/collection/components/_link/link-internal/link-internal.css +412 -107
- package/dist/collection/components/_list/list/list.css +5 -1
- package/dist/collection/components/_navigation/navigation-context-menu/navigation-context-menu.css +3 -2
- package/dist/collection/components/_navigation/navigation-vertical-menu-item/navigation-vertical-menu-item.css +3 -3
- package/dist/collection/components/_progress/progress-indicator/progress-indicator.css +5 -4
- package/dist/collection/components/_quote/quote/quote.css +2 -2
- package/dist/collection/components/_tools/tools-feedback/tools-feedback.css +1 -1
- package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.css +157 -2
- package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.js +43 -2
- package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.theme.enum.js +5 -0
- package/dist/collection/components/_typography/typography/typography.css +4 -4
- package/dist/collection/design-tokens/components/_button.variables.scss +10 -10
- package/dist/collection/design-tokens/components/_calendar-datepicker.variables.scss +1 -1
- package/dist/collection/design-tokens/components/_calendar.variables.scss +3 -2
- package/dist/collection/design-tokens/components/_dialog.variables.scss +1 -1
- package/dist/collection/design-tokens/components/_expandable-faq-item.variables.scss +2 -2
- package/dist/collection/design-tokens/components/_form-checkbox.variables.scss +1 -1
- package/dist/collection/design-tokens/components/_form-file-upload.variables.scss +2 -0
- package/dist/collection/design-tokens/components/_form-filter.variables.scss +1 -1
- package/dist/collection/design-tokens/components/_form-select-filter.variables.scss +2 -2
- package/dist/collection/design-tokens/components/_form-select.variables.scss +2 -2
- package/dist/collection/design-tokens/components/_info-card-multi.variables.scss +1 -1
- package/dist/collection/design-tokens/components/_info-card.variables.scss +2 -2
- package/dist/collection/design-tokens/components/_logo.variables.scss +2 -0
- package/dist/collection/design-tokens/components/_navigation-context-menu.variables.scss +1 -1
- package/dist/collection/design-tokens/components/_navigation-vertical-menu-item.variables.scss +3 -3
- package/dist/collection/design-tokens/components/_quote.variables.scss +2 -2
- package/dist/collection/design-tokens/components/_tools-feedback.variables.scss +1 -1
- package/dist/collection/enums.js +1 -0
- package/dist/collection/styles/src/_alias.mixin.scss +246 -105
- package/dist/collection/styles/src/themes/_brand-af18.mixin.scss +16 -0
- package/dist/collection/styles/src/themes/_brand-af25.mixin.scss +138 -0
- package/dist/collection/styles/src/themes/_brand-common.mixin.scss +7 -0
- package/dist/collection/styles/src/tokens-documentation/web-AF25.json +3171 -14
- package/dist/digi-arbetsformedlingen/design-tokens/components/_button.variables.scss +10 -10
- package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar-datepicker.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar.variables.scss +3 -2
- package/dist/digi-arbetsformedlingen/design-tokens/components/_dialog.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/design-tokens/components/_expandable-faq-item.variables.scss +2 -2
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-checkbox.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-file-upload.variables.scss +2 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-filter.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select-filter.variables.scss +2 -2
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select.variables.scss +2 -2
- package/dist/digi-arbetsformedlingen/design-tokens/components/_info-card-multi.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/design-tokens/components/_info-card.variables.scss +2 -2
- package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-context-menu.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-vertical-menu-item.variables.scss +3 -3
- package/dist/digi-arbetsformedlingen/design-tokens/components/_quote.variables.scss +2 -2
- package/dist/digi-arbetsformedlingen/design-tokens/components/_tools-feedback.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.css +1 -1
- package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.esm.js +1 -1
- package/dist/digi-arbetsformedlingen/index.esm.js +1 -1
- package/dist/digi-arbetsformedlingen/{p-e29cbf26.entry.js → p-0467a3ec.entry.js} +1 -1
- package/dist/digi-arbetsformedlingen/p-1995b9cc.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/{p-6324c9bf.entry.js → p-3f47ec44.entry.js} +1 -1
- package/dist/digi-arbetsformedlingen/p-47ab0b39.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/{p-c141aedc.entry.js → p-69cdbd95.entry.js} +1 -1
- package/dist/digi-arbetsformedlingen/p-6f2ac316.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-72ef7f99.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-740c6ad8.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-801f8747.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8d055a17.js +1 -0
- package/dist/digi-arbetsformedlingen/p-94ded2bd.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a105d9fe.js +1 -0
- package/dist/digi-arbetsformedlingen/{p-d0214716.entry.js → p-a8a75edb.entry.js} +1 -1
- package/dist/digi-arbetsformedlingen/p-b471f287.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c64b4626.js +1 -0
- package/dist/digi-arbetsformedlingen/{p-e347aae8.entry.js → p-ed832d4e.entry.js} +1 -1
- package/dist/digi-arbetsformedlingen/p-ede12626.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f601908d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/styles/src/_alias.mixin.scss +246 -105
- package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-af18.mixin.scss +16 -0
- package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-af25.mixin.scss +138 -0
- package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-common.mixin.scss +7 -0
- package/dist/digi-arbetsformedlingen/styles/src/tokens-documentation/web-AF25.json +3171 -14
- package/dist/esm/digi-arbetsformedlingen.js +1 -1
- package/dist/esm/digi-button_84.entry.js +8318 -0
- package/dist/esm/digi-calendar-week-view.entry.js +1 -2
- package/dist/esm/digi-code-block_2.entry.js +103 -0
- package/dist/esm/digi-code-example.entry.js +1 -1
- package/dist/esm/digi-code.entry.js +1 -1
- package/dist/esm/digi-dialog.entry.js +3 -19
- package/dist/esm/digi-form-error-list.entry.js +2 -18
- package/dist/esm/digi-form-input-search.entry.js +1 -2
- package/dist/esm/digi-form-receipt.entry.js +2 -18
- package/dist/esm/digi-icon-exclamation-triangle-warning.entry.js +1 -1
- package/dist/esm/digi-list.entry.js +1 -1
- package/dist/esm/digi-navigation-pagination.entry.js +2 -18
- package/dist/esm/digi-notification-error-page.entry.js +2 -18
- package/dist/esm/digi-quote.entry.js +1 -1
- package/dist/esm/digi-tools-feedback.entry.js +3 -19
- package/dist/esm/{form-input-type.enum-3da3db27.js → form-input-type.enum-a6bba983.js} +15 -1
- package/dist/esm/index-148a7577.js +4 -156
- package/dist/esm/{index-2fce392f.js → index-dc6b83f7.js} +170 -3
- package/dist/esm/index.js +2 -18
- package/dist/esm/loader.js +1 -1
- package/dist/esm/typography-variation.enum-7319240b.js +501 -0
- package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.d.ts +9 -0
- package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.theme.enum.d.ts +4 -0
- package/dist/types/components.d.ts +12 -0
- package/dist/types/enums.d.ts +1 -0
- package/hydrate/index.js +49 -30
- package/hydrate/index.mjs +49 -30
- package/package.json +4 -2
- package/components/p-2d7504f3.js +0 -66
- package/components/p-4bad4fb0.js +0 -7
- package/components/p-ae2af41e.js +0 -132
- package/components/p-e8fc33ed.js +0 -165
- package/components/p-eecdc526.js +0 -177
- package/dist/cjs/digi-button_27.cjs.entry.js +0 -1379
- package/dist/cjs/digi-calendar-datepicker.cjs.entry.js +0 -2598
- package/dist/cjs/digi-calendar_2.cjs.entry.js +0 -464
- package/dist/cjs/digi-code-block_3.cjs.entry.js +0 -239
- package/dist/cjs/digi-context-menu.cjs.entry.js +0 -240
- package/dist/cjs/digi-expandable-faq-item.cjs.entry.js +0 -97
- package/dist/cjs/digi-form-category-filter.cjs.entry.js +0 -121
- package/dist/cjs/digi-form-checkbox.cjs.entry.js +0 -139
- package/dist/cjs/digi-form-file-upload.cjs.entry.js +0 -589
- package/dist/cjs/digi-form-filter.cjs.entry.js +0 -248
- package/dist/cjs/digi-form-input.cjs.entry.js +0 -194
- package/dist/cjs/digi-form-label_3.cjs.entry.js +0 -129
- package/dist/cjs/digi-form-select-filter.cjs.entry.js +0 -563
- package/dist/cjs/digi-form-select_2.cjs.entry.js +0 -186
- package/dist/cjs/digi-icon-check-circle-solid_4.cjs.entry.js +0 -99
- package/dist/cjs/digi-icon-check.cjs.entry.js +0 -30
- package/dist/cjs/digi-icon-chevron-down.cjs.entry.js +0 -30
- package/dist/cjs/digi-icon-chevron-left_2.cjs.entry.js +0 -53
- package/dist/cjs/digi-icon-copy.cjs.entry.js +0 -30
- package/dist/cjs/digi-icon-list-ul_6.cjs.entry.js +0 -145
- package/dist/cjs/digi-icon-minus_2.cjs.entry.js +0 -53
- package/dist/cjs/digi-icon-notification-error_4.cjs.entry.js +0 -99
- package/dist/cjs/digi-icon-spinner.cjs.entry.js +0 -31
- package/dist/cjs/digi-icon-validation-error_2.cjs.entry.js +0 -53
- package/dist/cjs/digi-info-card-multi-container.cjs.entry.js +0 -22
- package/dist/cjs/digi-info-card-multi.cjs.entry.js +0 -58
- package/dist/cjs/digi-info-card.cjs.entry.js +0 -79
- package/dist/cjs/digi-layout-columns.cjs.entry.js +0 -33
- package/dist/cjs/digi-link-button.cjs.entry.js +0 -66
- package/dist/cjs/digi-link-external.cjs.entry.js +0 -36
- package/dist/cjs/digi-link-internal.cjs.entry.js +0 -37
- package/dist/cjs/digi-navigation-vertical-menu-item.cjs.entry.js +0 -150
- package/dist/cjs/digi-navigation-vertical-menu.cjs.entry.js +0 -177
- package/dist/cjs/digi-notification-alert.cjs.entry.js +0 -111
- package/dist/cjs/digi-progress-indicator.cjs.entry.js +0 -137
- package/dist/cjs/digi-tag-media.cjs.entry.js +0 -47
- package/dist/cjs/digi-tools-theme-provider.cjs.entry.js +0 -28
- package/dist/cjs/digi-typography-heading-jumbo.cjs.entry.js +0 -38
- package/dist/cjs/digi-typography-preamble.cjs.entry.js +0 -20
- package/dist/cjs/digi-util-mutation-observer.cjs.entry.js +0 -64
- package/dist/cjs/expandable-faq-item-variation.enum-89427195.js +0 -18
- package/dist/cjs/form-checkbox-variation.enum-d2ca879e.js +0 -19
- package/dist/cjs/form-file-upload-variation.enum-634cfae8.js +0 -24
- package/dist/cjs/form-input-search-variation.enum-e0e025b1.js +0 -15
- package/dist/cjs/form-input-variation.enum-c750520c.js +0 -29
- package/dist/cjs/form-select-variation.enum-528c1bf0.js +0 -16
- package/dist/cjs/form-validation-message-variation.enum-855ae0be.js +0 -8
- package/dist/cjs/index-cad91a90.js +0 -66
- package/dist/cjs/index-e8333bcc.js +0 -174
- package/dist/cjs/info-card-multi-type.enum-14746572.js +0 -8
- package/dist/cjs/info-card-variation.enum-64cef637.js +0 -24
- package/dist/cjs/layout-columns-variation.enum-65675649.js +0 -23
- package/dist/cjs/link-button-variation.enum-137785e3.js +0 -9
- package/dist/cjs/navigation-vertical-menu-variation.enum-c237edd3.js +0 -13
- package/dist/cjs/progress-indicator-variation.enum-7cf8e0e4.js +0 -13
- package/dist/cjs/tag-media-icon.enum-372563c5.js +0 -11
- package/dist/cjs/tools-theme-provider.brand.enum-bc855272.js +0 -7
- package/dist/cjs/typography-heading-jumbo-variation.enum-8677e099.js +0 -17
- package/dist/digi-arbetsformedlingen/p-07303cb5.js +0 -1
- package/dist/digi-arbetsformedlingen/p-0f6c0360.js +0 -1
- package/dist/digi-arbetsformedlingen/p-0fbe6e50.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-111fb07d.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-13ee320b.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-1486034d.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-1f3345e9.js +0 -1
- package/dist/digi-arbetsformedlingen/p-1f956af8.js +0 -1
- package/dist/digi-arbetsformedlingen/p-20693fa2.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-2a023831.js +0 -1
- package/dist/digi-arbetsformedlingen/p-2d2f6950.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-30dc159d.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-3566b732.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-3b20ec86.js +0 -1
- package/dist/digi-arbetsformedlingen/p-3cda17e1.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-3f9dfdb0.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-408e9b2a.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-416992c0.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-4841b4e1.js +0 -1
- package/dist/digi-arbetsformedlingen/p-4b8cae8a.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-4bad4fb0.js +0 -1
- package/dist/digi-arbetsformedlingen/p-4d84c470.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-51149879.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-515867ab.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-55bcba7c.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-55d02ef7.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-577f6995.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-5f20045a.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-5f4ece29.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-7933b555.js +0 -1
- package/dist/digi-arbetsformedlingen/p-7aacd45f.js +0 -1
- package/dist/digi-arbetsformedlingen/p-8142cc73.js +0 -1
- package/dist/digi-arbetsformedlingen/p-814ca2ad.js +0 -1
- package/dist/digi-arbetsformedlingen/p-820e795b.js +0 -1
- package/dist/digi-arbetsformedlingen/p-82611050.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-82a74908.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-88b4d03a.js +0 -1
- package/dist/digi-arbetsformedlingen/p-8fa50755.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-905ccb30.js +0 -1
- package/dist/digi-arbetsformedlingen/p-915b2a14.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-951c21cb.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-9908e7e6.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-9c053cf8.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-9dd5d6c8.js +0 -1
- package/dist/digi-arbetsformedlingen/p-9f47d4b7.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-a26333e9.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-a969ba67.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-af72f16f.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-b3d93b8b.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-b48f2bfc.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-b4b33865.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-ba3c4861.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c04ae2fc.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c06930c2.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c1ab43e3.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c461917d.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c7949525.js +0 -1
- package/dist/digi-arbetsformedlingen/p-d182d8bb.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-d1886fff.js +0 -1
- package/dist/digi-arbetsformedlingen/p-d595e8a3.js +0 -1
- package/dist/digi-arbetsformedlingen/p-d6a839c3.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-e561a29d.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-ed4c0905.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-eda570be.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-f40f4b2a.js +0 -1
- package/dist/digi-arbetsformedlingen/p-f447b984.js +0 -1
- package/dist/digi-arbetsformedlingen/p-f4edca16.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-fb9b3544.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-fdca581c.entry.js +0 -1
- package/dist/esm/digi-button_27.entry.js +0 -1349
- package/dist/esm/digi-calendar-datepicker.entry.js +0 -2594
- package/dist/esm/digi-calendar_2.entry.js +0 -459
- package/dist/esm/digi-code-block_3.entry.js +0 -233
- package/dist/esm/digi-context-menu.entry.js +0 -236
- package/dist/esm/digi-expandable-faq-item.entry.js +0 -93
- package/dist/esm/digi-form-category-filter.entry.js +0 -117
- package/dist/esm/digi-form-checkbox.entry.js +0 -135
- package/dist/esm/digi-form-file-upload.entry.js +0 -585
- package/dist/esm/digi-form-filter.entry.js +0 -244
- package/dist/esm/digi-form-input.entry.js +0 -190
- package/dist/esm/digi-form-label_3.entry.js +0 -123
- package/dist/esm/digi-form-select-filter.entry.js +0 -559
- package/dist/esm/digi-form-select_2.entry.js +0 -181
- package/dist/esm/digi-icon-check-circle-solid_4.entry.js +0 -92
- package/dist/esm/digi-icon-check.entry.js +0 -26
- package/dist/esm/digi-icon-chevron-down.entry.js +0 -26
- package/dist/esm/digi-icon-chevron-left_2.entry.js +0 -48
- package/dist/esm/digi-icon-copy.entry.js +0 -26
- package/dist/esm/digi-icon-list-ul_6.entry.js +0 -136
- package/dist/esm/digi-icon-minus_2.entry.js +0 -48
- package/dist/esm/digi-icon-notification-error_4.entry.js +0 -92
- package/dist/esm/digi-icon-spinner.entry.js +0 -27
- package/dist/esm/digi-icon-validation-error_2.entry.js +0 -48
- package/dist/esm/digi-info-card-multi-container.entry.js +0 -18
- package/dist/esm/digi-info-card-multi.entry.js +0 -54
- package/dist/esm/digi-info-card.entry.js +0 -75
- package/dist/esm/digi-layout-columns.entry.js +0 -29
- package/dist/esm/digi-link-button.entry.js +0 -62
- package/dist/esm/digi-link-external.entry.js +0 -32
- package/dist/esm/digi-link-internal.entry.js +0 -33
- package/dist/esm/digi-navigation-vertical-menu-item.entry.js +0 -146
- package/dist/esm/digi-navigation-vertical-menu.entry.js +0 -173
- package/dist/esm/digi-notification-alert.entry.js +0 -107
- package/dist/esm/digi-progress-indicator.entry.js +0 -133
- package/dist/esm/digi-tag-media.entry.js +0 -43
- package/dist/esm/digi-tools-theme-provider.entry.js +0 -24
- package/dist/esm/digi-typography-heading-jumbo.entry.js +0 -34
- package/dist/esm/digi-typography-preamble.entry.js +0 -16
- package/dist/esm/digi-util-mutation-observer.entry.js +0 -60
- package/dist/esm/expandable-faq-item-variation.enum-a8cb225b.js +0 -18
- package/dist/esm/form-checkbox-variation.enum-83e906fc.js +0 -19
- package/dist/esm/form-file-upload-variation.enum-9c49ec5e.js +0 -24
- package/dist/esm/form-input-search-variation.enum-6d8dc10a.js +0 -15
- package/dist/esm/form-input-variation.enum-64d9450f.js +0 -29
- package/dist/esm/form-select-variation.enum-f2f6098d.js +0 -16
- package/dist/esm/form-validation-message-variation.enum-bcef8a9d.js +0 -8
- package/dist/esm/index-5b6c95c6.js +0 -63
- package/dist/esm/index-8685f88d.js +0 -170
- package/dist/esm/info-card-multi-type.enum-07ee124f.js +0 -8
- package/dist/esm/info-card-variation.enum-2ccc52c1.js +0 -24
- package/dist/esm/layout-columns-variation.enum-34f7754e.js +0 -23
- package/dist/esm/link-button-variation.enum-84d4976f.js +0 -9
- package/dist/esm/navigation-vertical-menu-variation.enum-c30b0ea9.js +0 -13
- package/dist/esm/progress-indicator-variation.enum-b12ba50a.js +0 -13
- package/dist/esm/tag-media-icon.enum-fefa191c.js +0 -11
- package/dist/esm/tools-theme-provider.brand.enum-8c5a98c9.js +0 -7
- package/dist/esm/typography-heading-jumbo-variation.enum-eb737f1b.js +0 -17
- package/dist/esm/typography-variation.enum-c85d7857.js +0 -271
|
@@ -1,770 +1,3927 @@
|
|
|
1
1
|
{
|
|
2
2
|
"text--primary": {
|
|
3
3
|
"name": "Text/primary",
|
|
4
|
+
"id": "VariableID:13649:1579",
|
|
5
|
+
"remote": false,
|
|
6
|
+
"key": "44ed378e90a355a83c8113e06165d6f22212009b",
|
|
7
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
8
|
+
"resolvedType": "COLOR",
|
|
4
9
|
"description": "Primär textfärg som har bra kontrastvärde mot vitt, med gråton för att inte ha för skarp kontrast för ögonen.",
|
|
10
|
+
"hiddenFromPublishing": false,
|
|
11
|
+
"valuesByMode": {
|
|
12
|
+
"13447:0": {
|
|
13
|
+
"type": "VARIABLE_ALIAS",
|
|
14
|
+
"id": "VariableID:13386:37"
|
|
15
|
+
},
|
|
16
|
+
"21002:0": {
|
|
17
|
+
"type": "VARIABLE_ALIAS",
|
|
18
|
+
"id": "VariableID:21002:10572"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"scopes": [
|
|
22
|
+
"TEXT_FILL"
|
|
23
|
+
],
|
|
24
|
+
"codeSyntax": {
|
|
25
|
+
"WEB": "--digi--color--text--primary"
|
|
26
|
+
},
|
|
27
|
+
"digiName": "text--primary",
|
|
5
28
|
"digiCSSVariable": "--digi--color--text--primary",
|
|
6
|
-
"digiRecursiveValue": "#333333"
|
|
29
|
+
"digiRecursiveValue": "#333333",
|
|
30
|
+
"digiValue": "grayscale--900"
|
|
31
|
+
},
|
|
32
|
+
"text--primary-stay": {
|
|
33
|
+
"name": "Text/primary-stay",
|
|
34
|
+
"id": "VariableID:21019:21376",
|
|
35
|
+
"remote": false,
|
|
36
|
+
"key": "efcdf9032bd1fb76a2503c085e4531e09d3e900f",
|
|
37
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
38
|
+
"resolvedType": "COLOR",
|
|
39
|
+
"description": "Togs fram för status taggar som behöver text som förbli mörk pga kontrast",
|
|
40
|
+
"hiddenFromPublishing": false,
|
|
41
|
+
"valuesByMode": {
|
|
42
|
+
"13447:0": {
|
|
43
|
+
"type": "VARIABLE_ALIAS",
|
|
44
|
+
"id": "VariableID:13386:37"
|
|
45
|
+
},
|
|
46
|
+
"21002:0": {
|
|
47
|
+
"type": "VARIABLE_ALIAS",
|
|
48
|
+
"id": "VariableID:21002:10575"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"scopes": [
|
|
52
|
+
"TEXT_FILL"
|
|
53
|
+
],
|
|
54
|
+
"codeSyntax": {
|
|
55
|
+
"WEB": "--digi--color--text--primary"
|
|
56
|
+
},
|
|
57
|
+
"digiName": "text--primary-stay",
|
|
58
|
+
"digiCSSVariable": "--digi--color--text--primary-stay",
|
|
59
|
+
"digiRecursiveValue": "#333333",
|
|
60
|
+
"digiValue": "grayscale--900"
|
|
7
61
|
},
|
|
8
62
|
"text--secondary": {
|
|
9
63
|
"name": "Text/secondary",
|
|
64
|
+
"id": "VariableID:13916:1105",
|
|
65
|
+
"remote": false,
|
|
66
|
+
"key": "6a69b19d4a6828a4d06b4aad5431fcebd2999ca5",
|
|
67
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
68
|
+
"resolvedType": "COLOR",
|
|
10
69
|
"description": "Sekundär textfärg som används mot mörk eller annan färgstark bakgrund. Används ex. i digi-footer och digi-status-badge.",
|
|
70
|
+
"hiddenFromPublishing": false,
|
|
71
|
+
"valuesByMode": {
|
|
72
|
+
"13447:0": {
|
|
73
|
+
"type": "VARIABLE_ALIAS",
|
|
74
|
+
"id": "VariableID:13367:15"
|
|
75
|
+
},
|
|
76
|
+
"21002:0": {
|
|
77
|
+
"type": "VARIABLE_ALIAS",
|
|
78
|
+
"id": "VariableID:21002:10572"
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"scopes": [
|
|
82
|
+
"TEXT_FILL"
|
|
83
|
+
],
|
|
84
|
+
"codeSyntax": {
|
|
85
|
+
"WEB": "--digi--color--text--secondary"
|
|
86
|
+
},
|
|
87
|
+
"digiName": "text--secondary",
|
|
11
88
|
"digiCSSVariable": "--digi--color--text--secondary",
|
|
12
|
-
"digiRecursiveValue": "#FFFFFF"
|
|
89
|
+
"digiRecursiveValue": "#FFFFFF",
|
|
90
|
+
"digiValue": "grayscale--0"
|
|
91
|
+
},
|
|
92
|
+
"text--secondary-stay": {
|
|
93
|
+
"name": "Text/secondary-stay",
|
|
94
|
+
"id": "VariableID:21019:21377",
|
|
95
|
+
"remote": false,
|
|
96
|
+
"key": "0edcc3a0ba1ed59db9c90099358165af21c49658",
|
|
97
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
98
|
+
"resolvedType": "COLOR",
|
|
99
|
+
"description": "Sekundär textfärg som används mot mörk eller annan färgstark bakgrund. Används ex. i digi-footer och digi-status-badge. och som behöver förbli vit för att behålla sin tydlighet, tog frm detta för statustaggar",
|
|
100
|
+
"hiddenFromPublishing": false,
|
|
101
|
+
"valuesByMode": {
|
|
102
|
+
"13447:0": {
|
|
103
|
+
"type": "VARIABLE_ALIAS",
|
|
104
|
+
"id": "VariableID:13367:15"
|
|
105
|
+
},
|
|
106
|
+
"21002:0": {
|
|
107
|
+
"type": "VARIABLE_ALIAS",
|
|
108
|
+
"id": "VariableID:21002:10572"
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
"scopes": [
|
|
112
|
+
"TEXT_FILL"
|
|
113
|
+
],
|
|
114
|
+
"codeSyntax": {
|
|
115
|
+
"WEB": "--digi--color--text--secondary"
|
|
116
|
+
},
|
|
117
|
+
"digiName": "text--secondary-stay",
|
|
118
|
+
"digiCSSVariable": "--digi--color--text--secondary-stay",
|
|
119
|
+
"digiRecursiveValue": "#FFFFFF",
|
|
120
|
+
"digiValue": "grayscale--0"
|
|
13
121
|
},
|
|
14
122
|
"text--description": {
|
|
15
123
|
"name": "Text/description",
|
|
124
|
+
"id": "VariableID:14172:285",
|
|
125
|
+
"remote": false,
|
|
126
|
+
"key": "91f9c436419504d1b1394ba3488caa9728d47d38",
|
|
127
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
128
|
+
"resolvedType": "COLOR",
|
|
16
129
|
"description": "Textfärg som används för beskrivningar, t.ex. i digi-progress-indicator.",
|
|
130
|
+
"hiddenFromPublishing": false,
|
|
131
|
+
"valuesByMode": {
|
|
132
|
+
"13447:0": {
|
|
133
|
+
"type": "VARIABLE_ALIAS",
|
|
134
|
+
"id": "VariableID:13386:28"
|
|
135
|
+
},
|
|
136
|
+
"21002:0": {
|
|
137
|
+
"type": "VARIABLE_ALIAS",
|
|
138
|
+
"id": "VariableID:13386:2"
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
"scopes": [
|
|
142
|
+
"TEXT_FILL"
|
|
143
|
+
],
|
|
144
|
+
"codeSyntax": {
|
|
145
|
+
"WEB": "--digi--color--text--description"
|
|
146
|
+
},
|
|
147
|
+
"digiName": "text--description",
|
|
17
148
|
"digiCSSVariable": "--digi--color--text--description",
|
|
18
149
|
"digiRecursiveValue": "#5C5C5C"
|
|
19
150
|
},
|
|
20
151
|
"text--interactive--primary": {
|
|
21
152
|
"name": "Text/Interactive/primary",
|
|
153
|
+
"id": "VariableID:13828:67",
|
|
154
|
+
"remote": false,
|
|
155
|
+
"key": "6541ebea6a8dbc0a760f2adcbe8205dde29f903d",
|
|
156
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
157
|
+
"resolvedType": "COLOR",
|
|
22
158
|
"description": "Används för länkar.",
|
|
159
|
+
"hiddenFromPublishing": false,
|
|
160
|
+
"valuesByMode": {
|
|
161
|
+
"13447:0": {
|
|
162
|
+
"type": "VARIABLE_ALIAS",
|
|
163
|
+
"id": "VariableID:13377:27"
|
|
164
|
+
},
|
|
165
|
+
"21002:0": {
|
|
166
|
+
"type": "VARIABLE_ALIAS",
|
|
167
|
+
"id": "VariableID:15493:2"
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
"scopes": [
|
|
171
|
+
"TEXT_FILL"
|
|
172
|
+
],
|
|
173
|
+
"codeSyntax": {
|
|
174
|
+
"WEB": "--digi--color--text--interactive--primary"
|
|
175
|
+
},
|
|
176
|
+
"digiName": "text--interactive--primary",
|
|
23
177
|
"digiCSSVariable": "--digi--color--text--interactive--primary",
|
|
24
|
-
"digiRecursiveValue": "#1616B2"
|
|
178
|
+
"digiRecursiveValue": "#1616B2",
|
|
179
|
+
"digiValue": "brand-link--default"
|
|
180
|
+
},
|
|
181
|
+
"text--interactive--primary-discreet": {
|
|
182
|
+
"name": "Text/Interactive/primary-discreet",
|
|
183
|
+
"id": "VariableID:21002:10732",
|
|
184
|
+
"remote": false,
|
|
185
|
+
"key": "2cfacbac778e52124d025a198d8cf4332fb51b1e",
|
|
186
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
187
|
+
"resolvedType": "COLOR",
|
|
188
|
+
"description": "Används för länkade rubriker som ska tonas ner i dark mode.",
|
|
189
|
+
"hiddenFromPublishing": false,
|
|
190
|
+
"valuesByMode": {
|
|
191
|
+
"13447:0": {
|
|
192
|
+
"type": "VARIABLE_ALIAS",
|
|
193
|
+
"id": "VariableID:13377:27"
|
|
194
|
+
},
|
|
195
|
+
"21002:0": {
|
|
196
|
+
"type": "VARIABLE_ALIAS",
|
|
197
|
+
"id": "VariableID:21002:10572"
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
"scopes": [
|
|
201
|
+
"TEXT_FILL"
|
|
202
|
+
],
|
|
203
|
+
"codeSyntax": {
|
|
204
|
+
"WEB": "--digi--color--text--interactive--primary"
|
|
205
|
+
},
|
|
206
|
+
"digiName": "text--interactive--primary-discreet",
|
|
207
|
+
"digiCSSVariable": "--digi--color--text--interactive--primary-discreet",
|
|
208
|
+
"digiRecursiveValue": "#1616B2",
|
|
209
|
+
"digiValue": "brand-link--default"
|
|
25
210
|
},
|
|
26
211
|
"text--interactive--secondary": {
|
|
27
212
|
"name": "Text/Interactive/secondary",
|
|
213
|
+
"id": "VariableID:13828:314",
|
|
214
|
+
"remote": false,
|
|
215
|
+
"key": "7a797f87974ce709200e5ceb720c05a9ecae952e",
|
|
216
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
217
|
+
"resolvedType": "COLOR",
|
|
28
218
|
"description": "Används på interaktiva textelement mot mörk eller färgstark bakgrund, som primärknappar och länkknappar.",
|
|
219
|
+
"hiddenFromPublishing": false,
|
|
220
|
+
"valuesByMode": {
|
|
221
|
+
"13447:0": {
|
|
222
|
+
"type": "VARIABLE_ALIAS",
|
|
223
|
+
"id": "VariableID:13367:15"
|
|
224
|
+
},
|
|
225
|
+
"21002:0": {
|
|
226
|
+
"type": "VARIABLE_ALIAS",
|
|
227
|
+
"id": "VariableID:13386:37"
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
"scopes": [
|
|
231
|
+
"TEXT_FILL"
|
|
232
|
+
],
|
|
233
|
+
"codeSyntax": {
|
|
234
|
+
"WEB": "--digi--color--text--interactive--secondary"
|
|
235
|
+
},
|
|
236
|
+
"digiName": "text--interactive--secondary",
|
|
29
237
|
"digiCSSVariable": "--digi--color--text--interactive--secondary",
|
|
30
|
-
"digiRecursiveValue": "#FFFFFF"
|
|
238
|
+
"digiRecursiveValue": "#FFFFFF",
|
|
239
|
+
"digiValue": "grayscale--0"
|
|
240
|
+
},
|
|
241
|
+
"text--interactive--secondary-discreet": {
|
|
242
|
+
"name": "Text/Interactive/secondary-discreet",
|
|
243
|
+
"id": "VariableID:21019:21135",
|
|
244
|
+
"remote": false,
|
|
245
|
+
"key": "aba6fa5e357d7e253a85ee7091f8f7fbf7631968",
|
|
246
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
247
|
+
"resolvedType": "COLOR",
|
|
248
|
+
"description": "tog fram för paginering i dark mode",
|
|
249
|
+
"hiddenFromPublishing": false,
|
|
250
|
+
"valuesByMode": {
|
|
251
|
+
"13447:0": {
|
|
252
|
+
"type": "VARIABLE_ALIAS",
|
|
253
|
+
"id": "VariableID:13367:15"
|
|
254
|
+
},
|
|
255
|
+
"21002:0": {
|
|
256
|
+
"type": "VARIABLE_ALIAS",
|
|
257
|
+
"id": "VariableID:21002:10572"
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
"scopes": [
|
|
261
|
+
"TEXT_FILL"
|
|
262
|
+
],
|
|
263
|
+
"codeSyntax": {
|
|
264
|
+
"WEB": "--digi--color--text--interactive--secondary"
|
|
265
|
+
},
|
|
266
|
+
"digiName": "text--interactive--secondary-discreet",
|
|
267
|
+
"digiCSSVariable": "--digi--color--text--interactive--secondary-discreet",
|
|
268
|
+
"digiRecursiveValue": "#FFFFFF",
|
|
269
|
+
"digiValue": "grayscale--0"
|
|
31
270
|
},
|
|
32
271
|
"text--interactive--tertiary": {
|
|
33
272
|
"name": "Text/Interactive/tertiary",
|
|
273
|
+
"id": "VariableID:13965:756",
|
|
274
|
+
"remote": false,
|
|
275
|
+
"key": "40e6ce596d572a7ed85b85cf4367e151c2785a96",
|
|
276
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
277
|
+
"resolvedType": "COLOR",
|
|
34
278
|
"description": "Används på klickbara textelement som har ljus bakgrund och behöver se mer subtila ut än vanlig länkfärg, t.ex. menyval, flikar och utfällbar rubrik.",
|
|
279
|
+
"hiddenFromPublishing": false,
|
|
280
|
+
"valuesByMode": {
|
|
281
|
+
"13447:0": {
|
|
282
|
+
"type": "VARIABLE_ALIAS",
|
|
283
|
+
"id": "VariableID:13386:37"
|
|
284
|
+
},
|
|
285
|
+
"21002:0": {
|
|
286
|
+
"type": "VARIABLE_ALIAS",
|
|
287
|
+
"id": "VariableID:21002:10572"
|
|
288
|
+
}
|
|
289
|
+
},
|
|
290
|
+
"scopes": [
|
|
291
|
+
"TEXT_FILL"
|
|
292
|
+
],
|
|
293
|
+
"codeSyntax": {
|
|
294
|
+
"WEB": "--digi--color--text--interactive--tertiary"
|
|
295
|
+
},
|
|
296
|
+
"digiName": "text--interactive--tertiary",
|
|
35
297
|
"digiCSSVariable": "--digi--color--text--interactive--tertiary",
|
|
36
298
|
"digiRecursiveValue": "#333333"
|
|
37
299
|
},
|
|
38
300
|
"text--interactive--brand-primary": {
|
|
39
301
|
"name": "Text/Interactive/brand-primary",
|
|
302
|
+
"id": "VariableID:13828:315",
|
|
303
|
+
"remote": false,
|
|
304
|
+
"key": "9d98bac1d3aa096cd1347e9efdd1e1e7196c1449",
|
|
305
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
306
|
+
"resolvedType": "COLOR",
|
|
40
307
|
"description": "Används för klickbara textelement där man vill förstärka varumärket, såsom i sekundära länkknappar och knappar samt taggar.",
|
|
308
|
+
"hiddenFromPublishing": false,
|
|
309
|
+
"valuesByMode": {
|
|
310
|
+
"13447:0": {
|
|
311
|
+
"type": "VARIABLE_ALIAS",
|
|
312
|
+
"id": "VariableID:13332:3"
|
|
313
|
+
},
|
|
314
|
+
"21002:0": {
|
|
315
|
+
"type": "VARIABLE_ALIAS",
|
|
316
|
+
"id": "VariableID:21002:10572"
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
"scopes": [
|
|
320
|
+
"TEXT_FILL"
|
|
321
|
+
],
|
|
322
|
+
"codeSyntax": {
|
|
323
|
+
"WEB": "--digi--color--text--interactive--brand-primary"
|
|
324
|
+
},
|
|
325
|
+
"digiName": "text--interactive--brand-primary",
|
|
41
326
|
"digiCSSVariable": "--digi--color--text--interactive--brand-primary",
|
|
42
327
|
"digiRecursiveValue": "#091D54"
|
|
43
328
|
},
|
|
44
329
|
"text--interactive--brand-secondary": {
|
|
45
330
|
"name": "Text/Interactive/brand-secondary",
|
|
331
|
+
"id": "VariableID:13828:316",
|
|
332
|
+
"remote": false,
|
|
333
|
+
"key": "11a46067942c9803ecac65a26d686791e766d886",
|
|
334
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
335
|
+
"resolvedType": "COLOR",
|
|
46
336
|
"description": "Används i länkknappar.",
|
|
337
|
+
"hiddenFromPublishing": false,
|
|
338
|
+
"valuesByMode": {
|
|
339
|
+
"13447:0": {
|
|
340
|
+
"type": "VARIABLE_ALIAS",
|
|
341
|
+
"id": "VariableID:15493:2"
|
|
342
|
+
},
|
|
343
|
+
"21002:0": {
|
|
344
|
+
"type": "VARIABLE_ALIAS",
|
|
345
|
+
"id": "VariableID:15493:2"
|
|
346
|
+
}
|
|
347
|
+
},
|
|
348
|
+
"scopes": [
|
|
349
|
+
"TEXT_FILL"
|
|
350
|
+
],
|
|
351
|
+
"codeSyntax": {
|
|
352
|
+
"WEB": "--digi--color--text--interactive--brand-secondary"
|
|
353
|
+
},
|
|
354
|
+
"digiName": "text--interactive--brand-secondary",
|
|
47
355
|
"digiCSSVariable": "--digi--color--text--interactive--brand-secondary",
|
|
48
356
|
"digiRecursiveValue": "#67EE6A"
|
|
49
357
|
},
|
|
50
358
|
"text--interactive--visited": {
|
|
51
359
|
"name": "Text/Interactive/visited",
|
|
360
|
+
"id": "VariableID:13946:8265",
|
|
361
|
+
"remote": false,
|
|
362
|
+
"key": "579866a08801e583df823c2a74aa9cdec307a43f",
|
|
363
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
364
|
+
"resolvedType": "COLOR",
|
|
52
365
|
"description": "Används för länkar som har blivit besökta.",
|
|
366
|
+
"hiddenFromPublishing": false,
|
|
367
|
+
"valuesByMode": {
|
|
368
|
+
"13447:0": {
|
|
369
|
+
"type": "VARIABLE_ALIAS",
|
|
370
|
+
"id": "VariableID:13377:28"
|
|
371
|
+
},
|
|
372
|
+
"21002:0": {
|
|
373
|
+
"type": "VARIABLE_ALIAS",
|
|
374
|
+
"id": "VariableID:13377:28"
|
|
375
|
+
}
|
|
376
|
+
},
|
|
377
|
+
"scopes": [
|
|
378
|
+
"TEXT_FILL"
|
|
379
|
+
],
|
|
380
|
+
"codeSyntax": {
|
|
381
|
+
"WEB": "--digi--color--text--interactive--visited"
|
|
382
|
+
},
|
|
383
|
+
"digiName": "text--interactive--visited",
|
|
53
384
|
"digiCSSVariable": "--digi--color--text--interactive--visited",
|
|
54
|
-
"digiRecursiveValue": "#822998"
|
|
385
|
+
"digiRecursiveValue": "#822998",
|
|
386
|
+
"digiValue": "brand-link--visited"
|
|
387
|
+
},
|
|
388
|
+
"background--surface": {
|
|
389
|
+
"name": "Background/surface",
|
|
390
|
+
"id": "VariableID:25479:8722",
|
|
391
|
+
"remote": false,
|
|
392
|
+
"key": "6e37c4366f5f78ca089f3089f5cfcf3b6c197470",
|
|
393
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
394
|
+
"resolvedType": "COLOR",
|
|
395
|
+
"description": "ska sättas på <body> och grundframen",
|
|
396
|
+
"hiddenFromPublishing": false,
|
|
397
|
+
"valuesByMode": {
|
|
398
|
+
"13447:0": {
|
|
399
|
+
"type": "VARIABLE_ALIAS",
|
|
400
|
+
"id": "VariableID:13367:15"
|
|
401
|
+
},
|
|
402
|
+
"21002:0": {
|
|
403
|
+
"type": "VARIABLE_ALIAS",
|
|
404
|
+
"id": "VariableID:13386:37"
|
|
405
|
+
}
|
|
406
|
+
},
|
|
407
|
+
"scopes": [
|
|
408
|
+
"ALL_SCOPES"
|
|
409
|
+
],
|
|
410
|
+
"codeSyntax": {},
|
|
411
|
+
"digiName": "background--surface",
|
|
412
|
+
"digiCSSVariable": "--digi--color--background--surface",
|
|
413
|
+
"digiRecursiveValue": "#FFFFFF",
|
|
414
|
+
"digiValue": "grayscale--0"
|
|
55
415
|
},
|
|
56
416
|
"background--primary": {
|
|
57
417
|
"name": "Background/primary",
|
|
418
|
+
"id": "VariableID:13649:1550",
|
|
419
|
+
"remote": false,
|
|
420
|
+
"key": "1c7e91e49e4976ffac56eb090b23ec650902835c",
|
|
421
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
422
|
+
"resolvedType": "COLOR",
|
|
58
423
|
"description": "Neutral färg som används som en primär bakgrundsfärg.",
|
|
424
|
+
"hiddenFromPublishing": false,
|
|
425
|
+
"valuesByMode": {
|
|
426
|
+
"13447:0": {
|
|
427
|
+
"type": "VARIABLE_ALIAS",
|
|
428
|
+
"id": "VariableID:13367:15"
|
|
429
|
+
},
|
|
430
|
+
"21002:0": {
|
|
431
|
+
"type": "VARIABLE_ALIAS",
|
|
432
|
+
"id": "VariableID:21002:10577"
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
"scopes": [
|
|
436
|
+
"FRAME_FILL"
|
|
437
|
+
],
|
|
438
|
+
"codeSyntax": {
|
|
439
|
+
"WEB": "--digi--color--background--primary"
|
|
440
|
+
},
|
|
441
|
+
"digiName": "background--primary",
|
|
59
442
|
"digiCSSVariable": "--digi--color--background--primary",
|
|
60
|
-
"digiRecursiveValue": "#FFFFFF"
|
|
443
|
+
"digiRecursiveValue": "#FFFFFF",
|
|
444
|
+
"digiValue": "grayscale--0"
|
|
445
|
+
},
|
|
446
|
+
"background--primary-elevated": {
|
|
447
|
+
"name": "Background/primary-elevated",
|
|
448
|
+
"id": "VariableID:21003:10829",
|
|
449
|
+
"remote": false,
|
|
450
|
+
"key": "ab8e90de972d8232f882e17f4fa562f92d43718e",
|
|
451
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
452
|
+
"resolvedType": "COLOR",
|
|
453
|
+
"description": "Neutral färg som används som en primär bakgrundsfärg.",
|
|
454
|
+
"hiddenFromPublishing": false,
|
|
455
|
+
"valuesByMode": {
|
|
456
|
+
"13447:0": {
|
|
457
|
+
"type": "VARIABLE_ALIAS",
|
|
458
|
+
"id": "VariableID:13367:15"
|
|
459
|
+
},
|
|
460
|
+
"21002:0": {
|
|
461
|
+
"type": "VARIABLE_ALIAS",
|
|
462
|
+
"id": "VariableID:21002:10575"
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
"scopes": [
|
|
466
|
+
"FRAME_FILL"
|
|
467
|
+
],
|
|
468
|
+
"codeSyntax": {
|
|
469
|
+
"WEB": "--digi--color--background--primary"
|
|
470
|
+
},
|
|
471
|
+
"digiName": "background--primary-elevated",
|
|
472
|
+
"digiCSSVariable": "--digi--color--background--primary-elevated",
|
|
473
|
+
"digiRecursiveValue": "#FFFFFF",
|
|
474
|
+
"digiValue": "grayscale--0"
|
|
61
475
|
},
|
|
62
476
|
"background--secondary": {
|
|
63
477
|
"name": "Background/secondary",
|
|
478
|
+
"id": "VariableID:13851:4",
|
|
479
|
+
"remote": false,
|
|
480
|
+
"key": "cbb012ac94cbcaac20fc87f6c82436a339e4da20",
|
|
481
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
482
|
+
"resolvedType": "COLOR",
|
|
64
483
|
"description": "Alternativ neutral bakgrundsfärg för att bryta av mot background/primary.",
|
|
484
|
+
"hiddenFromPublishing": false,
|
|
485
|
+
"valuesByMode": {
|
|
486
|
+
"13447:0": {
|
|
487
|
+
"type": "VARIABLE_ALIAS",
|
|
488
|
+
"id": "VariableID:13386:2"
|
|
489
|
+
},
|
|
490
|
+
"21002:0": {
|
|
491
|
+
"type": "VARIABLE_ALIAS",
|
|
492
|
+
"id": "VariableID:21002:10578"
|
|
493
|
+
}
|
|
494
|
+
},
|
|
495
|
+
"scopes": [
|
|
496
|
+
"FRAME_FILL"
|
|
497
|
+
],
|
|
498
|
+
"codeSyntax": {
|
|
499
|
+
"WEB": "--digi--color--background--secondary"
|
|
500
|
+
},
|
|
501
|
+
"digiName": "background--secondary",
|
|
65
502
|
"digiCSSVariable": "--digi--color--background--secondary",
|
|
66
|
-
"digiRecursiveValue": "#F4F4F4"
|
|
503
|
+
"digiRecursiveValue": "#F4F4F4",
|
|
504
|
+
"digiValue": "grayscale--100"
|
|
505
|
+
},
|
|
506
|
+
"background--secondary-elevated": {
|
|
507
|
+
"name": "Background/secondary-elevated",
|
|
508
|
+
"id": "VariableID:21003:10830",
|
|
509
|
+
"remote": false,
|
|
510
|
+
"key": "36350818c8185285e47fca72a8c8258f7026b6e3",
|
|
511
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
512
|
+
"resolvedType": "COLOR",
|
|
513
|
+
"description": "Alternativ neutral bakgrundsfärg för att bryta av mot background/primary.",
|
|
514
|
+
"hiddenFromPublishing": false,
|
|
515
|
+
"valuesByMode": {
|
|
516
|
+
"13447:0": {
|
|
517
|
+
"type": "VARIABLE_ALIAS",
|
|
518
|
+
"id": "VariableID:13386:2"
|
|
519
|
+
},
|
|
520
|
+
"21002:0": {
|
|
521
|
+
"type": "VARIABLE_ALIAS",
|
|
522
|
+
"id": "VariableID:21002:10576"
|
|
523
|
+
}
|
|
524
|
+
},
|
|
525
|
+
"scopes": [
|
|
526
|
+
"FRAME_FILL"
|
|
527
|
+
],
|
|
528
|
+
"codeSyntax": {
|
|
529
|
+
"WEB": "--digi--color--background--secondary"
|
|
530
|
+
},
|
|
531
|
+
"digiName": "background--secondary-elevated",
|
|
532
|
+
"digiCSSVariable": "--digi--color--background--secondary-elevated",
|
|
533
|
+
"digiRecursiveValue": "#F4F4F4",
|
|
534
|
+
"digiValue": "grayscale--100"
|
|
67
535
|
},
|
|
68
536
|
"background--secondary-accent": {
|
|
69
537
|
"name": "Background/secondary-accent",
|
|
538
|
+
"id": "VariableID:14424:911",
|
|
539
|
+
"remote": false,
|
|
540
|
+
"key": "5e71c9871e82feba41b379eb8abdd7e5755586ea",
|
|
541
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
542
|
+
"resolvedType": "COLOR",
|
|
70
543
|
"description": "Används som bakgrundsfärg för att gruppera och framhäva klickbara element i en dropdown, tex i wrappern runtom knapparna i form-filter.",
|
|
544
|
+
"hiddenFromPublishing": false,
|
|
545
|
+
"valuesByMode": {
|
|
546
|
+
"13447:0": {
|
|
547
|
+
"type": "VARIABLE_ALIAS",
|
|
548
|
+
"id": "VariableID:13386:35"
|
|
549
|
+
},
|
|
550
|
+
"21002:0": {
|
|
551
|
+
"type": "VARIABLE_ALIAS",
|
|
552
|
+
"id": "VariableID:21002:10575"
|
|
553
|
+
}
|
|
554
|
+
},
|
|
555
|
+
"scopes": [
|
|
556
|
+
"FRAME_FILL"
|
|
557
|
+
],
|
|
558
|
+
"codeSyntax": {
|
|
559
|
+
"WEB": "--digi--color--background--secondary-accent"
|
|
560
|
+
},
|
|
561
|
+
"digiName": "background--secondary-accent",
|
|
71
562
|
"digiCSSVariable": "--digi--color--background--secondary-accent",
|
|
72
563
|
"digiRecursiveValue": "#DDDDDD"
|
|
73
564
|
},
|
|
74
565
|
"background--secondary-muted": {
|
|
75
566
|
"name": "Background/secondary-muted",
|
|
567
|
+
"id": "VariableID:14131:350",
|
|
568
|
+
"remote": false,
|
|
569
|
+
"key": "b61076f5e9507434c6e468c0d3ac883b95c19ccb",
|
|
570
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
571
|
+
"resolvedType": "COLOR",
|
|
76
572
|
"description": "Används som bakgrundsfärg för att mer subtilt gruppera och framhäva klickbara element, som flikar i digi-header.",
|
|
573
|
+
"hiddenFromPublishing": false,
|
|
574
|
+
"valuesByMode": {
|
|
575
|
+
"13447:0": {
|
|
576
|
+
"type": "VARIABLE_ALIAS",
|
|
577
|
+
"id": "VariableID:13386:32"
|
|
578
|
+
},
|
|
579
|
+
"21002:0": {
|
|
580
|
+
"type": "VARIABLE_ALIAS",
|
|
581
|
+
"id": "VariableID:13386:37"
|
|
582
|
+
}
|
|
583
|
+
},
|
|
584
|
+
"scopes": [
|
|
585
|
+
"FRAME_FILL"
|
|
586
|
+
],
|
|
587
|
+
"codeSyntax": {
|
|
588
|
+
"WEB": "--digi--color--background--secondary-muted"
|
|
589
|
+
},
|
|
590
|
+
"digiName": "background--secondary-muted",
|
|
77
591
|
"digiCSSVariable": "--digi--color--background--secondary-muted",
|
|
78
592
|
"digiRecursiveValue": "#FBFBFB"
|
|
79
593
|
},
|
|
80
594
|
"background--brand-primary": {
|
|
81
595
|
"name": "Background/brand-primary",
|
|
596
|
+
"id": "VariableID:14194:1748",
|
|
597
|
+
"remote": false,
|
|
598
|
+
"key": "c8ff3016c3f30b9a3155b909ad9b4012b1437e5c",
|
|
599
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
600
|
+
"resolvedType": "COLOR",
|
|
82
601
|
"description": "Används för icke-klickbara bakgrunder där man vill förstärka varumärket, som ex. i digi-footer.",
|
|
602
|
+
"hiddenFromPublishing": false,
|
|
603
|
+
"valuesByMode": {
|
|
604
|
+
"13447:0": {
|
|
605
|
+
"type": "VARIABLE_ALIAS",
|
|
606
|
+
"id": "VariableID:13332:3"
|
|
607
|
+
},
|
|
608
|
+
"21002:0": {
|
|
609
|
+
"type": "VARIABLE_ALIAS",
|
|
610
|
+
"id": "VariableID:13386:37"
|
|
611
|
+
}
|
|
612
|
+
},
|
|
613
|
+
"scopes": [
|
|
614
|
+
"FRAME_FILL"
|
|
615
|
+
],
|
|
616
|
+
"codeSyntax": {
|
|
617
|
+
"WEB": "--digi--color--background--brand-primary"
|
|
618
|
+
},
|
|
619
|
+
"digiName": "background--brand-primary",
|
|
83
620
|
"digiCSSVariable": "--digi--color--background--brand-primary",
|
|
84
621
|
"digiRecursiveValue": "#091D54"
|
|
85
622
|
},
|
|
86
623
|
"background--transparent": {
|
|
87
624
|
"name": "Background/transparent",
|
|
625
|
+
"id": "VariableID:13916:1783",
|
|
626
|
+
"remote": false,
|
|
627
|
+
"key": "483880a85f21d691115b1f934cad4b07c52c3639",
|
|
628
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
629
|
+
"resolvedType": "COLOR",
|
|
88
630
|
"description": "Används där elementet inte behöver en egen bakgrundsfärg, såsom i digi-navigation-vertical-menu och digi-quote.",
|
|
631
|
+
"hiddenFromPublishing": false,
|
|
632
|
+
"valuesByMode": {
|
|
633
|
+
"13447:0": {
|
|
634
|
+
"type": "VARIABLE_ALIAS",
|
|
635
|
+
"id": "VariableID:13646:1231"
|
|
636
|
+
},
|
|
637
|
+
"21002:0": {
|
|
638
|
+
"type": "VARIABLE_ALIAS",
|
|
639
|
+
"id": "VariableID:13646:1231"
|
|
640
|
+
}
|
|
641
|
+
},
|
|
642
|
+
"scopes": [
|
|
643
|
+
"FRAME_FILL"
|
|
644
|
+
],
|
|
645
|
+
"codeSyntax": {
|
|
646
|
+
"WEB": "--digi--color--background--transparent"
|
|
647
|
+
},
|
|
648
|
+
"digiName": "background--transparent",
|
|
89
649
|
"digiCSSVariable": "--digi--color--background--transparent",
|
|
90
650
|
"digiRecursiveValue": "#FFFFFF"
|
|
91
651
|
},
|
|
92
652
|
"background--pop-out": {
|
|
93
653
|
"name": "Background/pop-out",
|
|
654
|
+
"id": "VariableID:13851:2",
|
|
655
|
+
"remote": false,
|
|
656
|
+
"key": "db50cab9d0b60423cb91843814634b45aef07d43",
|
|
657
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
658
|
+
"resolvedType": "COLOR",
|
|
94
659
|
"description": "Används i digi-card, feedback-komponenterna, digi-quote, digi-expandlable-faq, digi-receipt för att visuellt sticka ut på neutrala bakgrunder.",
|
|
660
|
+
"hiddenFromPublishing": false,
|
|
661
|
+
"valuesByMode": {
|
|
662
|
+
"13447:0": {
|
|
663
|
+
"type": "VARIABLE_ALIAS",
|
|
664
|
+
"id": "VariableID:13332:7"
|
|
665
|
+
},
|
|
666
|
+
"21002:0": {
|
|
667
|
+
"type": "VARIABLE_ALIAS",
|
|
668
|
+
"id": "VariableID:21002:10575"
|
|
669
|
+
}
|
|
670
|
+
},
|
|
671
|
+
"scopes": [
|
|
672
|
+
"FRAME_FILL"
|
|
673
|
+
],
|
|
674
|
+
"codeSyntax": {
|
|
675
|
+
"WEB": "--digi--color--background--pop-out"
|
|
676
|
+
},
|
|
677
|
+
"digiName": "background--pop-out",
|
|
95
678
|
"digiCSSVariable": "--digi--color--background--pop-out",
|
|
96
679
|
"digiRecursiveValue": "#EBF8EB"
|
|
97
680
|
},
|
|
98
681
|
"background--notification": {
|
|
99
682
|
"name": "Background/notification",
|
|
683
|
+
"id": "VariableID:13916:1678",
|
|
684
|
+
"remote": false,
|
|
685
|
+
"key": "0f765e5982661652b7b041528fd4f09c45b91ac6",
|
|
686
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
687
|
+
"resolvedType": "COLOR",
|
|
100
688
|
"description": "Används i digi-badge-notification för att uppmärksamma händelser och för att önska användaråtgärder.",
|
|
689
|
+
"hiddenFromPublishing": false,
|
|
690
|
+
"valuesByMode": {
|
|
691
|
+
"13447:0": {
|
|
692
|
+
"type": "VARIABLE_ALIAS",
|
|
693
|
+
"id": "VariableID:13385:50"
|
|
694
|
+
},
|
|
695
|
+
"21002:0": {
|
|
696
|
+
"type": "VARIABLE_ALIAS",
|
|
697
|
+
"id": "VariableID:13385:50"
|
|
698
|
+
}
|
|
699
|
+
},
|
|
700
|
+
"scopes": [
|
|
701
|
+
"FRAME_FILL"
|
|
702
|
+
],
|
|
703
|
+
"codeSyntax": {
|
|
704
|
+
"WEB": "--digi--color--background--notification"
|
|
705
|
+
},
|
|
706
|
+
"digiName": "background--notification",
|
|
101
707
|
"digiCSSVariable": "--digi--color--background--notification",
|
|
102
708
|
"digiRecursiveValue": "#DA0000"
|
|
103
709
|
},
|
|
104
710
|
"background--interactive--default--primary": {
|
|
105
711
|
"name": "Background/Interactive/default/primary",
|
|
712
|
+
"id": "VariableID:13821:189",
|
|
713
|
+
"remote": false,
|
|
714
|
+
"key": "2cead4dfe2cb64a0aa503fee081a8db7bf283aba",
|
|
715
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
716
|
+
"resolvedType": "COLOR",
|
|
106
717
|
"description": "Används för klickbara element (knapp, länkknapp) på våra primära former av interaktioner där man vill förstärka varumärket. Används ofta med sekundär textfärg och hover-färgen background/interactive/hover/primary.",
|
|
718
|
+
"hiddenFromPublishing": false,
|
|
719
|
+
"valuesByMode": {
|
|
720
|
+
"13447:0": {
|
|
721
|
+
"type": "VARIABLE_ALIAS",
|
|
722
|
+
"id": "VariableID:13332:3"
|
|
723
|
+
},
|
|
724
|
+
"21002:0": {
|
|
725
|
+
"type": "VARIABLE_ALIAS",
|
|
726
|
+
"id": "VariableID:13386:32"
|
|
727
|
+
}
|
|
728
|
+
},
|
|
729
|
+
"scopes": [
|
|
730
|
+
"FRAME_FILL"
|
|
731
|
+
],
|
|
732
|
+
"codeSyntax": {
|
|
733
|
+
"WEB": "--digi--color--background--interactive--default--primary"
|
|
734
|
+
},
|
|
735
|
+
"digiName": "background--interactive--default--primary",
|
|
107
736
|
"digiCSSVariable": "--digi--color--background--interactive--default--primary",
|
|
108
737
|
"digiRecursiveValue": "#091D54"
|
|
109
738
|
},
|
|
110
739
|
"background--interactive--default--primary-inverted": {
|
|
111
740
|
"name": "Background/Interactive/default/primary-inverted",
|
|
741
|
+
"id": "VariableID:13821:191",
|
|
742
|
+
"remote": false,
|
|
743
|
+
"key": "afbb0ed89f5e133a185338039d8c64246c1807f5",
|
|
744
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
745
|
+
"resolvedType": "COLOR",
|
|
112
746
|
"description": "Används för klickbara element (som länkknapp) på våra primära former av interaktioner som ligger på background/brand-primary där man vill förstärka varumärket. Matchas ofta med hover-färgen background/interactive/hover/inverted.",
|
|
747
|
+
"hiddenFromPublishing": false,
|
|
748
|
+
"valuesByMode": {
|
|
749
|
+
"13447:0": {
|
|
750
|
+
"type": "VARIABLE_ALIAS",
|
|
751
|
+
"id": "VariableID:15493:2"
|
|
752
|
+
},
|
|
753
|
+
"21002:0": {
|
|
754
|
+
"type": "VARIABLE_ALIAS",
|
|
755
|
+
"id": "VariableID:15493:2"
|
|
756
|
+
}
|
|
757
|
+
},
|
|
758
|
+
"scopes": [
|
|
759
|
+
"FRAME_FILL"
|
|
760
|
+
],
|
|
761
|
+
"codeSyntax": {
|
|
762
|
+
"WEB": "--digi--color--background--interactive--default--primary-inverted"
|
|
763
|
+
},
|
|
764
|
+
"digiName": "background--interactive--default--primary-inverted",
|
|
113
765
|
"digiCSSVariable": "--digi--color--background--interactive--default--primary-inverted",
|
|
114
766
|
"digiRecursiveValue": "#67EE6A"
|
|
115
767
|
},
|
|
116
768
|
"background--interactive--default--secondary": {
|
|
117
769
|
"name": "Background/Interactive/default/secondary",
|
|
770
|
+
"id": "VariableID:13827:193",
|
|
771
|
+
"remote": false,
|
|
772
|
+
"key": "b494eb01e0b3d7f8b285f71af1f3935f75cebfd9",
|
|
773
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
774
|
+
"resolvedType": "COLOR",
|
|
118
775
|
"description": "Vit bakgrundsfärg som används i många av de klickbara delarna av komponenterna på våra sekundära former av interaktioner. Matchas ofta med hover-färgen background/interactive/hover/secondary.",
|
|
776
|
+
"hiddenFromPublishing": false,
|
|
777
|
+
"valuesByMode": {
|
|
778
|
+
"13447:0": {
|
|
779
|
+
"type": "VARIABLE_ALIAS",
|
|
780
|
+
"id": "VariableID:13367:15"
|
|
781
|
+
},
|
|
782
|
+
"21002:0": {
|
|
783
|
+
"type": "VARIABLE_ALIAS",
|
|
784
|
+
"id": "VariableID:13646:1231"
|
|
785
|
+
}
|
|
786
|
+
},
|
|
787
|
+
"scopes": [
|
|
788
|
+
"FRAME_FILL"
|
|
789
|
+
],
|
|
790
|
+
"codeSyntax": {
|
|
791
|
+
"WEB": "--digi--color--background--interactive--default--secondary"
|
|
792
|
+
},
|
|
793
|
+
"digiName": "background--interactive--default--secondary",
|
|
119
794
|
"digiCSSVariable": "--digi--color--background--interactive--default--secondary",
|
|
120
795
|
"digiRecursiveValue": "#FFFFFF"
|
|
121
796
|
},
|
|
122
797
|
"background--interactive--default--secondary-inverted": {
|
|
123
798
|
"name": "Background/Interactive/default/secondary-inverted",
|
|
799
|
+
"id": "VariableID:13827:192",
|
|
800
|
+
"remote": false,
|
|
801
|
+
"key": "eb86bba56e94c4e3c1eb3debec646215e902ff5e",
|
|
802
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
803
|
+
"resolvedType": "COLOR",
|
|
124
804
|
"description": "Används på klickbara element på våra sekundära former av interaktioner (som sekundär länkknapp) som ligger på background/brand-primary. Matchas ofta med hover-färgen background/interactive/hover/inverted.",
|
|
805
|
+
"hiddenFromPublishing": false,
|
|
806
|
+
"valuesByMode": {
|
|
807
|
+
"13447:0": {
|
|
808
|
+
"type": "VARIABLE_ALIAS",
|
|
809
|
+
"id": "VariableID:13646:1231"
|
|
810
|
+
},
|
|
811
|
+
"21002:0": {
|
|
812
|
+
"type": "VARIABLE_ALIAS",
|
|
813
|
+
"id": "VariableID:13646:1231"
|
|
814
|
+
}
|
|
815
|
+
},
|
|
816
|
+
"scopes": [
|
|
817
|
+
"FRAME_FILL"
|
|
818
|
+
],
|
|
819
|
+
"codeSyntax": {
|
|
820
|
+
"WEB": "--digi--color--background--interactive--default--secondary-inverted"
|
|
821
|
+
},
|
|
822
|
+
"digiName": "background--interactive--default--secondary-inverted",
|
|
125
823
|
"digiCSSVariable": "--digi--color--background--interactive--default--secondary-inverted",
|
|
126
824
|
"digiRecursiveValue": "#FFFFFF"
|
|
127
825
|
},
|
|
128
826
|
"background--interactive--default--tertiary": {
|
|
129
827
|
"name": "Background/Interactive/default/tertiary",
|
|
828
|
+
"id": "VariableID:13903:2",
|
|
829
|
+
"remote": false,
|
|
830
|
+
"key": "40abc74ecee7427609d6f3c8274595452c5a17e9",
|
|
831
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
832
|
+
"resolvedType": "COLOR",
|
|
130
833
|
"description": "Används för att synliggöra klickbara element som befinner sig på ett annat vitt element.",
|
|
834
|
+
"hiddenFromPublishing": false,
|
|
835
|
+
"valuesByMode": {
|
|
836
|
+
"13447:0": {
|
|
837
|
+
"type": "VARIABLE_ALIAS",
|
|
838
|
+
"id": "VariableID:13386:36"
|
|
839
|
+
},
|
|
840
|
+
"21002:0": {
|
|
841
|
+
"type": "VARIABLE_ALIAS",
|
|
842
|
+
"id": "VariableID:21002:10576"
|
|
843
|
+
}
|
|
844
|
+
},
|
|
845
|
+
"scopes": [
|
|
846
|
+
"FRAME_FILL"
|
|
847
|
+
],
|
|
848
|
+
"codeSyntax": {
|
|
849
|
+
"WEB": "--digi--color--background--interactive--default--tertiary"
|
|
850
|
+
},
|
|
851
|
+
"digiName": "background--interactive--default--tertiary",
|
|
131
852
|
"digiCSSVariable": "--digi--color--background--interactive--default--tertiary",
|
|
132
853
|
"digiRecursiveValue": "#EDEDED"
|
|
133
854
|
},
|
|
134
855
|
"background--interactive--default--quaternary": {
|
|
135
856
|
"name": "Background/Interactive/default/quaternary",
|
|
857
|
+
"id": "VariableID:13906:9",
|
|
858
|
+
"remote": false,
|
|
859
|
+
"key": "0318a83810cfcced5921059dce115ec28d092c14",
|
|
860
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
861
|
+
"resolvedType": "COLOR",
|
|
136
862
|
"description": "Används i knappar i filuppladdare och kategorifilter.",
|
|
863
|
+
"hiddenFromPublishing": false,
|
|
864
|
+
"valuesByMode": {
|
|
865
|
+
"13447:0": {
|
|
866
|
+
"type": "VARIABLE_ALIAS",
|
|
867
|
+
"id": "VariableID:13386:2"
|
|
868
|
+
},
|
|
869
|
+
"21002:0": {
|
|
870
|
+
"type": "VARIABLE_ALIAS",
|
|
871
|
+
"id": "VariableID:21002:10576"
|
|
872
|
+
}
|
|
873
|
+
},
|
|
874
|
+
"scopes": [
|
|
875
|
+
"FRAME_FILL"
|
|
876
|
+
],
|
|
877
|
+
"codeSyntax": {
|
|
878
|
+
"WEB": "--digi--color--background--interactive--default--quaternary"
|
|
879
|
+
},
|
|
880
|
+
"digiName": "background--interactive--default--quaternary",
|
|
137
881
|
"digiCSSVariable": "--digi--color--background--interactive--default--quaternary",
|
|
138
882
|
"digiRecursiveValue": "#F4F4F4"
|
|
139
883
|
},
|
|
140
884
|
"background--interactive--default--input-elements": {
|
|
141
885
|
"name": "Background/Interactive/default/input-elements",
|
|
886
|
+
"id": "VariableID:13851:3",
|
|
887
|
+
"remote": false,
|
|
888
|
+
"key": "1028fb31758e404d099ba499bd944f2ee3d6f391",
|
|
889
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
890
|
+
"resolvedType": "COLOR",
|
|
142
891
|
"description": "Vit bakgrundsfärg som används i formulärelement såsom radioknapp, kryssruta, inmatningsfält.",
|
|
892
|
+
"hiddenFromPublishing": false,
|
|
893
|
+
"valuesByMode": {
|
|
894
|
+
"13447:0": {
|
|
895
|
+
"type": "VARIABLE_ALIAS",
|
|
896
|
+
"id": "VariableID:13367:15"
|
|
897
|
+
},
|
|
898
|
+
"21002:0": {
|
|
899
|
+
"type": "VARIABLE_ALIAS",
|
|
900
|
+
"id": "VariableID:13646:1231"
|
|
901
|
+
}
|
|
902
|
+
},
|
|
903
|
+
"scopes": [
|
|
904
|
+
"FRAME_FILL"
|
|
905
|
+
],
|
|
906
|
+
"codeSyntax": {
|
|
907
|
+
"WEB": "--digi--color--background--interactive--default--input-elements"
|
|
908
|
+
},
|
|
909
|
+
"digiName": "background--interactive--default--input-elements",
|
|
143
910
|
"digiCSSVariable": "--digi--color--background--interactive--default--input-elements",
|
|
144
911
|
"digiRecursiveValue": "#FFFFFF"
|
|
145
912
|
},
|
|
146
913
|
"background--interactive--default--pop-out": {
|
|
147
914
|
"name": "Background/Interactive/default/pop-out",
|
|
915
|
+
"id": "VariableID:13965:759",
|
|
916
|
+
"remote": false,
|
|
917
|
+
"key": "ca1ab2bcc5aa57371ab5dd96b5ca5da003fc94d8",
|
|
918
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
919
|
+
"resolvedType": "COLOR",
|
|
148
920
|
"description": "Används i vertikalmeny sekundärvarianten.",
|
|
921
|
+
"hiddenFromPublishing": false,
|
|
922
|
+
"valuesByMode": {
|
|
923
|
+
"13447:0": {
|
|
924
|
+
"type": "VARIABLE_ALIAS",
|
|
925
|
+
"id": "VariableID:15493:1842"
|
|
926
|
+
},
|
|
927
|
+
"21002:0": {
|
|
928
|
+
"type": "VARIABLE_ALIAS",
|
|
929
|
+
"id": "VariableID:21002:10574"
|
|
930
|
+
}
|
|
931
|
+
},
|
|
932
|
+
"scopes": [
|
|
933
|
+
"FRAME_FILL"
|
|
934
|
+
],
|
|
935
|
+
"codeSyntax": {
|
|
936
|
+
"WEB": "--digi--color--background--interactive--default--pop-out"
|
|
937
|
+
},
|
|
938
|
+
"digiName": "background--interactive--default--pop-out",
|
|
149
939
|
"digiCSSVariable": "--digi--color--background--interactive--default--pop-out",
|
|
150
|
-
"digiRecursiveValue": "#F2FAF2"
|
|
940
|
+
"digiRecursiveValue": "#F2FAF2",
|
|
941
|
+
"digiValue": "brand-secondary--nuance-3"
|
|
942
|
+
},
|
|
943
|
+
"background--interactive--default--quinary": {
|
|
944
|
+
"name": "Background/Interactive/default/quinary",
|
|
945
|
+
"id": "VariableID:21012:14531",
|
|
946
|
+
"remote": false,
|
|
947
|
+
"key": "06adae3e5981296a95a9983ad256004ac6d4f209",
|
|
948
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
949
|
+
"resolvedType": "COLOR",
|
|
950
|
+
"description": "Används i knappar i filuppladdare och kategorifilter. skapad för utforskande syfte, i kontexten av våra gråa knappar, ghost grå",
|
|
951
|
+
"hiddenFromPublishing": false,
|
|
952
|
+
"valuesByMode": {
|
|
953
|
+
"13447:0": {
|
|
954
|
+
"type": "VARIABLE_ALIAS",
|
|
955
|
+
"id": "VariableID:13386:2"
|
|
956
|
+
},
|
|
957
|
+
"21002:0": {
|
|
958
|
+
"type": "VARIABLE_ALIAS",
|
|
959
|
+
"id": "VariableID:13646:1231"
|
|
960
|
+
}
|
|
961
|
+
},
|
|
962
|
+
"scopes": [
|
|
963
|
+
"FRAME_FILL"
|
|
964
|
+
],
|
|
965
|
+
"codeSyntax": {
|
|
966
|
+
"WEB": "--digi--color--background--interactive--default--quaternary"
|
|
967
|
+
},
|
|
968
|
+
"digiName": "background--interactive--default--quinary",
|
|
969
|
+
"digiCSSVariable": "--digi--color--background--interactive--default--quinary",
|
|
970
|
+
"digiRecursiveValue": "#F4F4F4",
|
|
971
|
+
"digiValue": "grayscale--100"
|
|
151
972
|
},
|
|
152
973
|
"background--interactive--hover--primary": {
|
|
153
974
|
"name": "Background/Interactive/hover/primary",
|
|
975
|
+
"id": "VariableID:13821:190",
|
|
976
|
+
"remote": false,
|
|
977
|
+
"key": "60e633059468e37df21c7cd02cbc3bb0914d8ce3",
|
|
978
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
979
|
+
"resolvedType": "COLOR",
|
|
154
980
|
"description": "Hoverfärg för bakgrundsfärgen Background/Interactive/default/primary.",
|
|
981
|
+
"hiddenFromPublishing": false,
|
|
982
|
+
"valuesByMode": {
|
|
983
|
+
"13447:0": {
|
|
984
|
+
"type": "VARIABLE_ALIAS",
|
|
985
|
+
"id": "VariableID:13377:33"
|
|
986
|
+
},
|
|
987
|
+
"21002:0": {
|
|
988
|
+
"type": "VARIABLE_ALIAS",
|
|
989
|
+
"id": "VariableID:21002:10574"
|
|
990
|
+
}
|
|
991
|
+
},
|
|
992
|
+
"scopes": [
|
|
993
|
+
"FRAME_FILL"
|
|
994
|
+
],
|
|
995
|
+
"codeSyntax": {
|
|
996
|
+
"WEB": "--digi--color--background--interactive--hover--primary"
|
|
997
|
+
},
|
|
998
|
+
"digiName": "background--interactive--hover--primary",
|
|
155
999
|
"digiCSSVariable": "--digi--color--background--interactive--hover--primary",
|
|
156
1000
|
"digiRecursiveValue": "#043982"
|
|
157
1001
|
},
|
|
158
1002
|
"background--interactive--hover--secondary": {
|
|
159
1003
|
"name": "Background/Interactive/hover/secondary",
|
|
1004
|
+
"id": "VariableID:13827:195",
|
|
1005
|
+
"remote": false,
|
|
1006
|
+
"key": "e44fdbb4f8bd08d631be75e5d39d9a325f4148b4",
|
|
1007
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1008
|
+
"resolvedType": "COLOR",
|
|
160
1009
|
"description": "Hoverfärg för bakgrundsfärgen Background/Interactive/default/secondary.",
|
|
1010
|
+
"hiddenFromPublishing": false,
|
|
1011
|
+
"valuesByMode": {
|
|
1012
|
+
"13447:0": {
|
|
1013
|
+
"type": "VARIABLE_ALIAS",
|
|
1014
|
+
"id": "VariableID:13341:12"
|
|
1015
|
+
},
|
|
1016
|
+
"21002:0": {
|
|
1017
|
+
"type": "VARIABLE_ALIAS",
|
|
1018
|
+
"id": "VariableID:21002:10576"
|
|
1019
|
+
}
|
|
1020
|
+
},
|
|
1021
|
+
"scopes": [
|
|
1022
|
+
"FRAME_FILL"
|
|
1023
|
+
],
|
|
1024
|
+
"codeSyntax": {
|
|
1025
|
+
"WEB": "--digi--color--background--interactive--hover--secondary"
|
|
1026
|
+
},
|
|
1027
|
+
"digiName": "background--interactive--hover--secondary",
|
|
161
1028
|
"digiCSSVariable": "--digi--color--background--interactive--hover--secondary",
|
|
162
1029
|
"digiRecursiveValue": "#DDF1FC"
|
|
163
1030
|
},
|
|
164
1031
|
"background--interactive--hover--tertiary": {
|
|
165
1032
|
"name": "Background/Interactive/hover/tertiary",
|
|
1033
|
+
"id": "VariableID:13905:4",
|
|
1034
|
+
"remote": false,
|
|
1035
|
+
"key": "9ebe65951326a3af49290b644f06dc5ed48ab8f7",
|
|
1036
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1037
|
+
"resolvedType": "COLOR",
|
|
166
1038
|
"description": "Hover för vertikalmenyns expandera-knapp.",
|
|
1039
|
+
"hiddenFromPublishing": false,
|
|
1040
|
+
"valuesByMode": {
|
|
1041
|
+
"13447:0": {
|
|
1042
|
+
"type": "VARIABLE_ALIAS",
|
|
1043
|
+
"id": "VariableID:13377:27"
|
|
1044
|
+
},
|
|
1045
|
+
"21002:0": {
|
|
1046
|
+
"type": "VARIABLE_ALIAS",
|
|
1047
|
+
"id": "VariableID:21002:10575"
|
|
1048
|
+
}
|
|
1049
|
+
},
|
|
1050
|
+
"scopes": [
|
|
1051
|
+
"FRAME_FILL"
|
|
1052
|
+
],
|
|
1053
|
+
"codeSyntax": {
|
|
1054
|
+
"WEB": "--digi--color--background--interactive--hover--tertiary"
|
|
1055
|
+
},
|
|
1056
|
+
"digiName": "background--interactive--hover--tertiary",
|
|
167
1057
|
"digiCSSVariable": "--digi--color--background--interactive--hover--tertiary",
|
|
168
1058
|
"digiRecursiveValue": "#1616B2"
|
|
169
1059
|
},
|
|
170
1060
|
"background--interactive--hover--quarternary": {
|
|
171
1061
|
"name": "Background/Interactive/hover/quarternary",
|
|
1062
|
+
"id": "VariableID:14128:620",
|
|
1063
|
+
"remote": false,
|
|
1064
|
+
"key": "9e9a783dd23b6b900f1b5c60c1dc10c1233484c3",
|
|
1065
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1066
|
+
"resolvedType": "COLOR",
|
|
172
1067
|
"description": "Hover för vita/ljusgråa element (header-flikar, väljare med sök, rullgardinsmeny).",
|
|
1068
|
+
"hiddenFromPublishing": false,
|
|
1069
|
+
"valuesByMode": {
|
|
1070
|
+
"13447:0": {
|
|
1071
|
+
"type": "VARIABLE_ALIAS",
|
|
1072
|
+
"id": "VariableID:13386:36"
|
|
1073
|
+
},
|
|
1074
|
+
"21002:0": {
|
|
1075
|
+
"type": "VARIABLE_ALIAS",
|
|
1076
|
+
"id": "VariableID:21002:10576"
|
|
1077
|
+
}
|
|
1078
|
+
},
|
|
1079
|
+
"scopes": [
|
|
1080
|
+
"FRAME_FILL"
|
|
1081
|
+
],
|
|
1082
|
+
"codeSyntax": {
|
|
1083
|
+
"WEB": "--digi--color--background--interactive--hover--quarternary"
|
|
1084
|
+
},
|
|
1085
|
+
"digiName": "background--interactive--hover--quarternary",
|
|
173
1086
|
"digiCSSVariable": "--digi--color--background--interactive--hover--quarternary",
|
|
174
1087
|
"digiRecursiveValue": "#EDEDED"
|
|
175
1088
|
},
|
|
176
1089
|
"background--interactive--hover--inverted": {
|
|
177
1090
|
"name": "Background/Interactive/hover/inverted",
|
|
1091
|
+
"id": "VariableID:13827:194",
|
|
1092
|
+
"remote": false,
|
|
1093
|
+
"key": "15d0c4a9a46bd698880a8a34a2ed4dc19f5d8697",
|
|
1094
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1095
|
+
"resolvedType": "COLOR",
|
|
178
1096
|
"description": "Hover-färg för bakgrundsfärgen Background/Interactive/default/secondary-inverted.",
|
|
1097
|
+
"hiddenFromPublishing": false,
|
|
1098
|
+
"valuesByMode": {
|
|
1099
|
+
"13447:0": {
|
|
1100
|
+
"type": "VARIABLE_ALIAS",
|
|
1101
|
+
"id": "VariableID:13341:13"
|
|
1102
|
+
},
|
|
1103
|
+
"21002:0": {
|
|
1104
|
+
"type": "VARIABLE_ALIAS",
|
|
1105
|
+
"id": "VariableID:13341:13"
|
|
1106
|
+
}
|
|
1107
|
+
},
|
|
1108
|
+
"scopes": [
|
|
1109
|
+
"FRAME_FILL"
|
|
1110
|
+
],
|
|
1111
|
+
"codeSyntax": {
|
|
1112
|
+
"WEB": "--digi--color--background--interactive--hover--inverted"
|
|
1113
|
+
},
|
|
1114
|
+
"digiName": "background--interactive--hover--inverted",
|
|
179
1115
|
"digiCSSVariable": "--digi--color--background--interactive--hover--inverted",
|
|
180
1116
|
"digiRecursiveValue": "#AAF5AB"
|
|
181
1117
|
},
|
|
182
1118
|
"background--interactive--selected--primary": {
|
|
183
1119
|
"name": "Background/Interactive/selected/primary",
|
|
1120
|
+
"id": "VariableID:13836:2",
|
|
1121
|
+
"remote": false,
|
|
1122
|
+
"key": "99708cfef7cb34917728ffbf6b4500d80319f57b",
|
|
1123
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1124
|
+
"resolvedType": "COLOR",
|
|
184
1125
|
"description": "Selected-utseende för kryssrutor, radioknappar, kalendern.",
|
|
1126
|
+
"hiddenFromPublishing": false,
|
|
1127
|
+
"valuesByMode": {
|
|
1128
|
+
"13447:0": {
|
|
1129
|
+
"type": "VARIABLE_ALIAS",
|
|
1130
|
+
"id": "VariableID:13385:39"
|
|
1131
|
+
},
|
|
1132
|
+
"21002:0": {
|
|
1133
|
+
"type": "VARIABLE_ALIAS",
|
|
1134
|
+
"id": "VariableID:13646:1231"
|
|
1135
|
+
}
|
|
1136
|
+
},
|
|
1137
|
+
"scopes": [
|
|
1138
|
+
"FRAME_FILL"
|
|
1139
|
+
],
|
|
1140
|
+
"codeSyntax": {
|
|
1141
|
+
"WEB": "--digi--color--background--interactive--selected--primary"
|
|
1142
|
+
},
|
|
1143
|
+
"digiName": "background--interactive--selected--primary",
|
|
185
1144
|
"digiCSSVariable": "--digi--color--background--interactive--selected--primary",
|
|
186
1145
|
"digiRecursiveValue": "#008A20"
|
|
187
1146
|
},
|
|
188
1147
|
"background--interactive--selected--secondary": {
|
|
189
1148
|
"name": "Background/Interactive/selected/secondary",
|
|
1149
|
+
"id": "VariableID:13836:6",
|
|
1150
|
+
"remote": false,
|
|
1151
|
+
"key": "110e5684cbf6eca7be3696623f2c9633a566db96",
|
|
1152
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1153
|
+
"resolvedType": "COLOR",
|
|
190
1154
|
"description": "Selected-utseende för sekundära kryssrutor, radioknappar som använder sig av varumärkets primära färg.",
|
|
1155
|
+
"hiddenFromPublishing": false,
|
|
1156
|
+
"valuesByMode": {
|
|
1157
|
+
"13447:0": {
|
|
1158
|
+
"type": "VARIABLE_ALIAS",
|
|
1159
|
+
"id": "VariableID:13332:3"
|
|
1160
|
+
},
|
|
1161
|
+
"21002:0": {
|
|
1162
|
+
"type": "VARIABLE_ALIAS",
|
|
1163
|
+
"id": "VariableID:13646:1231"
|
|
1164
|
+
}
|
|
1165
|
+
},
|
|
1166
|
+
"scopes": [
|
|
1167
|
+
"FRAME_FILL"
|
|
1168
|
+
],
|
|
1169
|
+
"codeSyntax": {
|
|
1170
|
+
"WEB": "--digi--color--background--interactive--selected--secondary"
|
|
1171
|
+
},
|
|
1172
|
+
"digiName": "background--interactive--selected--secondary",
|
|
191
1173
|
"digiCSSVariable": "--digi--color--background--interactive--selected--secondary",
|
|
192
1174
|
"digiRecursiveValue": "#091D54"
|
|
193
1175
|
},
|
|
194
1176
|
"background--interactive--selected--tertiary": {
|
|
195
1177
|
"name": "Background/Interactive/selected/tertiary",
|
|
1178
|
+
"id": "VariableID:14394:2656",
|
|
1179
|
+
"remote": false,
|
|
1180
|
+
"key": "408bde01b0261e40ed8ed1e43e647b0641a9fcc9",
|
|
1181
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1182
|
+
"resolvedType": "COLOR",
|
|
196
1183
|
"description": "Selected-utseende för valalternativ i dropdowns, såsom i rullgardinsmeny och väljare med sök.",
|
|
1184
|
+
"hiddenFromPublishing": false,
|
|
1185
|
+
"valuesByMode": {
|
|
1186
|
+
"13447:0": {
|
|
1187
|
+
"type": "VARIABLE_ALIAS",
|
|
1188
|
+
"id": "VariableID:13386:36"
|
|
1189
|
+
},
|
|
1190
|
+
"21002:0": {
|
|
1191
|
+
"type": "VARIABLE_ALIAS",
|
|
1192
|
+
"id": "VariableID:21002:10576"
|
|
1193
|
+
}
|
|
1194
|
+
},
|
|
1195
|
+
"scopes": [
|
|
1196
|
+
"FRAME_FILL"
|
|
1197
|
+
],
|
|
1198
|
+
"codeSyntax": {
|
|
1199
|
+
"WEB": "--digi--color--background--interactive--selected--tertiary"
|
|
1200
|
+
},
|
|
1201
|
+
"digiName": "background--interactive--selected--tertiary",
|
|
197
1202
|
"digiCSSVariable": "--digi--color--background--interactive--selected--tertiary",
|
|
198
1203
|
"digiRecursiveValue": "#EDEDED"
|
|
199
1204
|
},
|
|
200
1205
|
"background--interactive--selected--on-menu-minus-button": {
|
|
201
1206
|
"name": "Background/Interactive/selected/on-menu-minus-button",
|
|
1207
|
+
"id": "VariableID:13903:3",
|
|
1208
|
+
"remote": false,
|
|
1209
|
+
"key": "fe68eab48b2f411e837f43aa81ae6b2a44c3eb42",
|
|
1210
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1211
|
+
"resolvedType": "COLOR",
|
|
202
1212
|
"description": "Används i vertikalmeny sekundärvariant på expanderat menyalternativ.",
|
|
1213
|
+
"hiddenFromPublishing": false,
|
|
1214
|
+
"valuesByMode": {
|
|
1215
|
+
"13447:0": {
|
|
1216
|
+
"type": "VARIABLE_ALIAS",
|
|
1217
|
+
"id": "VariableID:13461:3"
|
|
1218
|
+
},
|
|
1219
|
+
"21002:0": {
|
|
1220
|
+
"type": "VARIABLE_ALIAS",
|
|
1221
|
+
"id": "VariableID:21002:10574"
|
|
1222
|
+
}
|
|
1223
|
+
},
|
|
1224
|
+
"scopes": [
|
|
1225
|
+
"FRAME_FILL"
|
|
1226
|
+
],
|
|
1227
|
+
"codeSyntax": {
|
|
1228
|
+
"WEB": "--digi--color--background--interactive--selected--on-menu-minus-button"
|
|
1229
|
+
},
|
|
1230
|
+
"digiName": "background--interactive--selected--on-menu-minus-button",
|
|
203
1231
|
"digiCSSVariable": "--digi--color--background--interactive--selected--on-menu-minus-button",
|
|
204
1232
|
"digiRecursiveValue": "#DDF4DD"
|
|
205
1233
|
},
|
|
206
1234
|
"background--interactive--validation--success": {
|
|
207
1235
|
"name": "Background/Interactive/validation/success",
|
|
1236
|
+
"id": "VariableID:13649:1552",
|
|
1237
|
+
"remote": false,
|
|
1238
|
+
"key": "c38605de6805f43f80554707597beadb7c0603c7",
|
|
1239
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1240
|
+
"resolvedType": "COLOR",
|
|
208
1241
|
"description": "Bakgrundsfärg för inmatningsfältets success-state.",
|
|
1242
|
+
"hiddenFromPublishing": false,
|
|
1243
|
+
"valuesByMode": {
|
|
1244
|
+
"13447:0": {
|
|
1245
|
+
"type": "VARIABLE_ALIAS",
|
|
1246
|
+
"id": "VariableID:13385:40"
|
|
1247
|
+
},
|
|
1248
|
+
"21002:0": {
|
|
1249
|
+
"type": "VARIABLE_ALIAS",
|
|
1250
|
+
"id": "VariableID:13646:1231"
|
|
1251
|
+
}
|
|
1252
|
+
},
|
|
1253
|
+
"scopes": [
|
|
1254
|
+
"FRAME_FILL"
|
|
1255
|
+
],
|
|
1256
|
+
"codeSyntax": {
|
|
1257
|
+
"WEB": "--digi--color--background--interactive--validation--success"
|
|
1258
|
+
},
|
|
1259
|
+
"digiName": "background--interactive--validation--success",
|
|
209
1260
|
"digiCSSVariable": "--digi--color--background--interactive--validation--success",
|
|
210
1261
|
"digiRecursiveValue": "#E9F6EC"
|
|
211
1262
|
},
|
|
212
1263
|
"background--interactive--validation--warning": {
|
|
213
1264
|
"name": "Background/Interactive/validation/warning",
|
|
1265
|
+
"id": "VariableID:13649:1554",
|
|
1266
|
+
"remote": false,
|
|
1267
|
+
"key": "20b82332d72340f4bf6e6a06c5fdb92bc7dca280",
|
|
1268
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1269
|
+
"resolvedType": "COLOR",
|
|
214
1270
|
"description": "Bakgrundsfärg för inmatningsfältets warning-state.",
|
|
1271
|
+
"hiddenFromPublishing": false,
|
|
1272
|
+
"valuesByMode": {
|
|
1273
|
+
"13447:0": {
|
|
1274
|
+
"type": "VARIABLE_ALIAS",
|
|
1275
|
+
"id": "VariableID:13385:30"
|
|
1276
|
+
},
|
|
1277
|
+
"21002:0": {
|
|
1278
|
+
"type": "VARIABLE_ALIAS",
|
|
1279
|
+
"id": "VariableID:13646:1231"
|
|
1280
|
+
}
|
|
1281
|
+
},
|
|
1282
|
+
"scopes": [
|
|
1283
|
+
"FRAME_FILL"
|
|
1284
|
+
],
|
|
1285
|
+
"codeSyntax": {
|
|
1286
|
+
"WEB": "--digi--color--background--interactive--validation--warning"
|
|
1287
|
+
},
|
|
1288
|
+
"digiName": "background--interactive--validation--warning",
|
|
215
1289
|
"digiCSSVariable": "--digi--color--background--interactive--validation--warning",
|
|
216
1290
|
"digiRecursiveValue": "#FFFBDD"
|
|
217
1291
|
},
|
|
218
1292
|
"background--interactive--validation--error": {
|
|
219
1293
|
"name": "Background/Interactive/validation/error",
|
|
1294
|
+
"id": "VariableID:13649:1556",
|
|
1295
|
+
"remote": false,
|
|
1296
|
+
"key": "3bd691406f61dbe201e67a7fdd17247936314724",
|
|
1297
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1298
|
+
"resolvedType": "COLOR",
|
|
220
1299
|
"description": "Bakgrundsfärg för inmatningsfältets error-state.",
|
|
1300
|
+
"hiddenFromPublishing": false,
|
|
1301
|
+
"valuesByMode": {
|
|
1302
|
+
"13447:0": {
|
|
1303
|
+
"type": "VARIABLE_ALIAS",
|
|
1304
|
+
"id": "VariableID:13385:51"
|
|
1305
|
+
},
|
|
1306
|
+
"21002:0": {
|
|
1307
|
+
"type": "VARIABLE_ALIAS",
|
|
1308
|
+
"id": "VariableID:13646:1231"
|
|
1309
|
+
}
|
|
1310
|
+
},
|
|
1311
|
+
"scopes": [
|
|
1312
|
+
"FRAME_FILL"
|
|
1313
|
+
],
|
|
1314
|
+
"codeSyntax": {
|
|
1315
|
+
"WEB": "--digi--color--background--interactive--validation--error"
|
|
1316
|
+
},
|
|
1317
|
+
"digiName": "background--interactive--validation--error",
|
|
221
1318
|
"digiCSSVariable": "--digi--color--background--interactive--validation--error",
|
|
222
1319
|
"digiRecursiveValue": "#FDEDED"
|
|
223
1320
|
},
|
|
224
1321
|
"background--sentiment--error--primary": {
|
|
225
1322
|
"name": "Background/Sentiment/error/primary",
|
|
1323
|
+
"id": "VariableID:13836:7",
|
|
1324
|
+
"remote": false,
|
|
1325
|
+
"key": "c0d71321a0a2aeb5d9731c22963f7dbaee336da7",
|
|
1326
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1327
|
+
"resolvedType": "COLOR",
|
|
226
1328
|
"description": "Error-bakgrundsfärg som används i informationsmeddelande.",
|
|
1329
|
+
"hiddenFromPublishing": false,
|
|
1330
|
+
"valuesByMode": {
|
|
1331
|
+
"13447:0": {
|
|
1332
|
+
"type": "VARIABLE_ALIAS",
|
|
1333
|
+
"id": "VariableID:13385:50"
|
|
1334
|
+
},
|
|
1335
|
+
"21002:0": {
|
|
1336
|
+
"type": "VARIABLE_ALIAS",
|
|
1337
|
+
"id": "VariableID:13385:50"
|
|
1338
|
+
}
|
|
1339
|
+
},
|
|
1340
|
+
"scopes": [
|
|
1341
|
+
"FRAME_FILL"
|
|
1342
|
+
],
|
|
1343
|
+
"codeSyntax": {
|
|
1344
|
+
"WEB": "--digi--color--background--sentiment--error--primary"
|
|
1345
|
+
},
|
|
1346
|
+
"digiName": "background--sentiment--error--primary",
|
|
227
1347
|
"digiCSSVariable": "--digi--color--background--sentiment--error--primary",
|
|
228
1348
|
"digiRecursiveValue": "#DA0000"
|
|
229
1349
|
},
|
|
230
1350
|
"background--sentiment--error--secondary": {
|
|
231
1351
|
"name": "Background/Sentiment/error/secondary",
|
|
1352
|
+
"id": "VariableID:13916:1760",
|
|
1353
|
+
"remote": false,
|
|
1354
|
+
"key": "e82a8c663d4fa55aeeae59b9984ac6d0f49d4fa0",
|
|
1355
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1356
|
+
"resolvedType": "COLOR",
|
|
232
1357
|
"description": "Error/denied-bakgrundsfärg som är mörkare nyans för att användas på små element, som statusindikator.",
|
|
1358
|
+
"hiddenFromPublishing": false,
|
|
1359
|
+
"valuesByMode": {
|
|
1360
|
+
"13447:0": {
|
|
1361
|
+
"type": "VARIABLE_ALIAS",
|
|
1362
|
+
"id": "VariableID:13385:49"
|
|
1363
|
+
},
|
|
1364
|
+
"21002:0": {
|
|
1365
|
+
"type": "VARIABLE_ALIAS",
|
|
1366
|
+
"id": "VariableID:13385:49"
|
|
1367
|
+
}
|
|
1368
|
+
},
|
|
1369
|
+
"scopes": [
|
|
1370
|
+
"FRAME_FILL"
|
|
1371
|
+
],
|
|
1372
|
+
"codeSyntax": {
|
|
1373
|
+
"WEB": "--digi--color--background--sentiment--error--secondary"
|
|
1374
|
+
},
|
|
1375
|
+
"digiName": "background--sentiment--error--secondary",
|
|
233
1376
|
"digiCSSVariable": "--digi--color--background--sentiment--error--secondary",
|
|
234
1377
|
"digiRecursiveValue": "#C7311A"
|
|
235
1378
|
},
|
|
236
1379
|
"background--sentiment--error--tertiary": {
|
|
237
1380
|
"name": "Background/Sentiment/error/tertiary",
|
|
1381
|
+
"id": "VariableID:13916:1761",
|
|
1382
|
+
"remote": false,
|
|
1383
|
+
"key": "0c12041c5df22bdf0e85335d6427deb94b6ac922",
|
|
1384
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1385
|
+
"resolvedType": "COLOR",
|
|
238
1386
|
"description": "Ljusare error/denied-bakgrundsfärg som används i statusindikator sekundär variant och förloppsstegare.",
|
|
1387
|
+
"hiddenFromPublishing": false,
|
|
1388
|
+
"valuesByMode": {
|
|
1389
|
+
"13447:0": {
|
|
1390
|
+
"type": "VARIABLE_ALIAS",
|
|
1391
|
+
"id": "VariableID:13385:51"
|
|
1392
|
+
},
|
|
1393
|
+
"21002:0": {
|
|
1394
|
+
"type": "VARIABLE_ALIAS",
|
|
1395
|
+
"id": "VariableID:13385:51"
|
|
1396
|
+
}
|
|
1397
|
+
},
|
|
1398
|
+
"scopes": [
|
|
1399
|
+
"FRAME_FILL"
|
|
1400
|
+
],
|
|
1401
|
+
"codeSyntax": {
|
|
1402
|
+
"WEB": "--digi--color--background--sentiment--error--tertiary"
|
|
1403
|
+
},
|
|
1404
|
+
"digiName": "background--sentiment--error--tertiary",
|
|
239
1405
|
"digiCSSVariable": "--digi--color--background--sentiment--error--tertiary",
|
|
240
1406
|
"digiRecursiveValue": "#FDEDED"
|
|
241
1407
|
},
|
|
242
1408
|
"background--sentiment--success--primary": {
|
|
243
1409
|
"name": "Background/Sentiment/success/primary",
|
|
1410
|
+
"id": "VariableID:13847:9",
|
|
1411
|
+
"remote": false,
|
|
1412
|
+
"key": "ae264c58470cb5b3efaf3ab2ad4a5798a4dd4554",
|
|
1413
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1414
|
+
"resolvedType": "COLOR",
|
|
244
1415
|
"description": "Success-bakgrundsfärg som används i informationsmeddelande.",
|
|
1416
|
+
"hiddenFromPublishing": false,
|
|
1417
|
+
"valuesByMode": {
|
|
1418
|
+
"13447:0": {
|
|
1419
|
+
"type": "VARIABLE_ALIAS",
|
|
1420
|
+
"id": "VariableID:13385:39"
|
|
1421
|
+
},
|
|
1422
|
+
"21002:0": {
|
|
1423
|
+
"type": "VARIABLE_ALIAS",
|
|
1424
|
+
"id": "VariableID:13385:39"
|
|
1425
|
+
}
|
|
1426
|
+
},
|
|
1427
|
+
"scopes": [
|
|
1428
|
+
"FRAME_FILL"
|
|
1429
|
+
],
|
|
1430
|
+
"codeSyntax": {
|
|
1431
|
+
"WEB": "--digi--color--background--sentiment--success--primary"
|
|
1432
|
+
},
|
|
1433
|
+
"digiName": "background--sentiment--success--primary",
|
|
245
1434
|
"digiCSSVariable": "--digi--color--background--sentiment--success--primary",
|
|
246
1435
|
"digiRecursiveValue": "#008A20"
|
|
247
1436
|
},
|
|
248
1437
|
"background--sentiment--success--secondary": {
|
|
249
1438
|
"name": "Background/Sentiment/success/secondary",
|
|
1439
|
+
"id": "VariableID:13916:1764",
|
|
1440
|
+
"remote": false,
|
|
1441
|
+
"key": "7ca803997e0c68e301e90211e1f5306ac2de9e7f",
|
|
1442
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1443
|
+
"resolvedType": "COLOR",
|
|
250
1444
|
"description": "Success-bakgrundsfärg som är mörkare nyans för att användas på små element, som statusindikator.",
|
|
1445
|
+
"hiddenFromPublishing": false,
|
|
1446
|
+
"valuesByMode": {
|
|
1447
|
+
"13447:0": {
|
|
1448
|
+
"type": "VARIABLE_ALIAS",
|
|
1449
|
+
"id": "VariableID:13385:38"
|
|
1450
|
+
},
|
|
1451
|
+
"21002:0": {
|
|
1452
|
+
"type": "VARIABLE_ALIAS",
|
|
1453
|
+
"id": "VariableID:13385:38"
|
|
1454
|
+
}
|
|
1455
|
+
},
|
|
1456
|
+
"scopes": [
|
|
1457
|
+
"FRAME_FILL"
|
|
1458
|
+
],
|
|
1459
|
+
"codeSyntax": {
|
|
1460
|
+
"WEB": "--digi--color--background--sentiment--success--secondary"
|
|
1461
|
+
},
|
|
1462
|
+
"digiName": "background--sentiment--success--secondary",
|
|
251
1463
|
"digiCSSVariable": "--digi--color--background--sentiment--success--secondary",
|
|
252
1464
|
"digiRecursiveValue": "#02703C"
|
|
253
1465
|
},
|
|
254
1466
|
"background--sentiment--success--tertiary": {
|
|
255
1467
|
"name": "Background/Sentiment/success/tertiary",
|
|
1468
|
+
"id": "VariableID:13916:1765",
|
|
1469
|
+
"remote": false,
|
|
1470
|
+
"key": "dd47d89eb9cc7e1c2a37415998c73c880725bab5",
|
|
1471
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1472
|
+
"resolvedType": "COLOR",
|
|
256
1473
|
"description": "Ljusare success-bakgrundsfärg som används i statusindikator sekundär variant.",
|
|
1474
|
+
"hiddenFromPublishing": false,
|
|
1475
|
+
"valuesByMode": {
|
|
1476
|
+
"13447:0": {
|
|
1477
|
+
"type": "VARIABLE_ALIAS",
|
|
1478
|
+
"id": "VariableID:13385:40"
|
|
1479
|
+
},
|
|
1480
|
+
"21002:0": {
|
|
1481
|
+
"type": "VARIABLE_ALIAS",
|
|
1482
|
+
"id": "VariableID:13385:40"
|
|
1483
|
+
}
|
|
1484
|
+
},
|
|
1485
|
+
"scopes": [
|
|
1486
|
+
"FRAME_FILL"
|
|
1487
|
+
],
|
|
1488
|
+
"codeSyntax": {
|
|
1489
|
+
"WEB": "--digi--color--background--sentiment--success--tertiary"
|
|
1490
|
+
},
|
|
1491
|
+
"digiName": "background--sentiment--success--tertiary",
|
|
257
1492
|
"digiCSSVariable": "--digi--color--background--sentiment--success--tertiary",
|
|
258
1493
|
"digiRecursiveValue": "#E9F6EC"
|
|
259
1494
|
},
|
|
260
1495
|
"background--sentiment--warning--primary": {
|
|
261
1496
|
"name": "Background/Sentiment/warning/primary",
|
|
1497
|
+
"id": "VariableID:13850:19",
|
|
1498
|
+
"remote": false,
|
|
1499
|
+
"key": "2c0427030c631aea8e3a85b40badc853d78943b5",
|
|
1500
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1501
|
+
"resolvedType": "COLOR",
|
|
262
1502
|
"description": "Warning-bakgrundsfärg som används i informationsmeddelande.",
|
|
1503
|
+
"hiddenFromPublishing": false,
|
|
1504
|
+
"valuesByMode": {
|
|
1505
|
+
"13447:0": {
|
|
1506
|
+
"type": "VARIABLE_ALIAS",
|
|
1507
|
+
"id": "VariableID:13385:28"
|
|
1508
|
+
},
|
|
1509
|
+
"21002:0": {
|
|
1510
|
+
"type": "VARIABLE_ALIAS",
|
|
1511
|
+
"id": "VariableID:13385:28"
|
|
1512
|
+
}
|
|
1513
|
+
},
|
|
1514
|
+
"scopes": [
|
|
1515
|
+
"FRAME_FILL"
|
|
1516
|
+
],
|
|
1517
|
+
"codeSyntax": {
|
|
1518
|
+
"WEB": "--digi--color--background--sentiment--warning--primary"
|
|
1519
|
+
},
|
|
1520
|
+
"digiName": "background--sentiment--warning--primary",
|
|
263
1521
|
"digiCSSVariable": "--digi--color--background--sentiment--warning--primary",
|
|
264
1522
|
"digiRecursiveValue": "#FFE200"
|
|
265
1523
|
},
|
|
266
1524
|
"background--sentiment--warning--secondary": {
|
|
267
1525
|
"name": "Background/Sentiment/warning/secondary",
|
|
1526
|
+
"id": "VariableID:13916:1766",
|
|
1527
|
+
"remote": false,
|
|
1528
|
+
"key": "e4fd5d238e2c698fa6d1db2bd9243f6798213087",
|
|
1529
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1530
|
+
"resolvedType": "COLOR",
|
|
268
1531
|
"description": "Warning-bakgrundsfärg som är mörkare nyans för att användas på små element, som statusindikator.",
|
|
1532
|
+
"hiddenFromPublishing": false,
|
|
1533
|
+
"valuesByMode": {
|
|
1534
|
+
"13447:0": {
|
|
1535
|
+
"type": "VARIABLE_ALIAS",
|
|
1536
|
+
"id": "VariableID:13385:26"
|
|
1537
|
+
},
|
|
1538
|
+
"21002:0": {
|
|
1539
|
+
"type": "VARIABLE_ALIAS",
|
|
1540
|
+
"id": "VariableID:13385:26"
|
|
1541
|
+
}
|
|
1542
|
+
},
|
|
1543
|
+
"scopes": [
|
|
1544
|
+
"FRAME_FILL"
|
|
1545
|
+
],
|
|
1546
|
+
"codeSyntax": {
|
|
1547
|
+
"WEB": "--digi--color--background--sentiment--warning--secondary"
|
|
1548
|
+
},
|
|
1549
|
+
"digiName": "background--sentiment--warning--secondary",
|
|
269
1550
|
"digiCSSVariable": "--digi--color--background--sentiment--warning--secondary",
|
|
270
1551
|
"digiRecursiveValue": "#FFC108"
|
|
271
1552
|
},
|
|
272
1553
|
"background--sentiment--warning--tertiary": {
|
|
273
1554
|
"name": "Background/Sentiment/warning/tertiary",
|
|
1555
|
+
"id": "VariableID:13916:1767",
|
|
1556
|
+
"remote": false,
|
|
1557
|
+
"key": "4768a448c0e98c8cf89b3fe552f1ba8b48754515",
|
|
1558
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1559
|
+
"resolvedType": "COLOR",
|
|
274
1560
|
"description": "Ljusare warning-bakgrundsfärg som används i statusindikator sekundär variant.",
|
|
1561
|
+
"hiddenFromPublishing": false,
|
|
1562
|
+
"valuesByMode": {
|
|
1563
|
+
"13447:0": {
|
|
1564
|
+
"type": "VARIABLE_ALIAS",
|
|
1565
|
+
"id": "VariableID:13385:29"
|
|
1566
|
+
},
|
|
1567
|
+
"21002:0": {
|
|
1568
|
+
"type": "VARIABLE_ALIAS",
|
|
1569
|
+
"id": "VariableID:13385:29"
|
|
1570
|
+
}
|
|
1571
|
+
},
|
|
1572
|
+
"scopes": [
|
|
1573
|
+
"FRAME_FILL"
|
|
1574
|
+
],
|
|
1575
|
+
"codeSyntax": {
|
|
1576
|
+
"WEB": "--digi--color--background--sentiment--warning--tertiary"
|
|
1577
|
+
},
|
|
1578
|
+
"digiName": "background--sentiment--warning--tertiary",
|
|
275
1579
|
"digiCSSVariable": "--digi--color--background--sentiment--warning--tertiary",
|
|
276
1580
|
"digiRecursiveValue": "#FFF398"
|
|
277
1581
|
},
|
|
278
1582
|
"background--sentiment--warning--quarternary": {
|
|
279
1583
|
"name": "Background/Sentiment/warning/quarternary",
|
|
1584
|
+
"id": "VariableID:14172:287",
|
|
1585
|
+
"remote": false,
|
|
1586
|
+
"key": "1a7cf64395449b2b2adc99f8433cd035b7d7ef43",
|
|
1587
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1588
|
+
"resolvedType": "COLOR",
|
|
280
1589
|
"description": "Ljusare warning-bakgrundsfärg som används i förloppsstegare.",
|
|
1590
|
+
"hiddenFromPublishing": false,
|
|
1591
|
+
"valuesByMode": {
|
|
1592
|
+
"13447:0": {
|
|
1593
|
+
"type": "VARIABLE_ALIAS",
|
|
1594
|
+
"id": "VariableID:13385:30"
|
|
1595
|
+
},
|
|
1596
|
+
"21002:0": {
|
|
1597
|
+
"type": "VARIABLE_ALIAS",
|
|
1598
|
+
"id": "VariableID:21002:10575"
|
|
1599
|
+
}
|
|
1600
|
+
},
|
|
1601
|
+
"scopes": [
|
|
1602
|
+
"FRAME_FILL"
|
|
1603
|
+
],
|
|
1604
|
+
"codeSyntax": {
|
|
1605
|
+
"WEB": "--digi--color--background--sentiment--warning--quarternary"
|
|
1606
|
+
},
|
|
1607
|
+
"digiName": "background--sentiment--warning--quarternary",
|
|
281
1608
|
"digiCSSVariable": "--digi--color--background--sentiment--warning--quarternary",
|
|
282
1609
|
"digiRecursiveValue": "#FFFBDD"
|
|
283
1610
|
},
|
|
284
1611
|
"background--sentiment--info--primary": {
|
|
285
1612
|
"name": "Background/Sentiment/info/primary",
|
|
1613
|
+
"id": "VariableID:13850:20",
|
|
1614
|
+
"remote": false,
|
|
1615
|
+
"key": "4544dae713fca1567d8617a0d9eeb2ce23e6444c",
|
|
1616
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1617
|
+
"resolvedType": "COLOR",
|
|
286
1618
|
"description": "Informationsbakgrundsfärg som används i informationsmeddelande.",
|
|
1619
|
+
"hiddenFromPublishing": false,
|
|
1620
|
+
"valuesByMode": {
|
|
1621
|
+
"13447:0": {
|
|
1622
|
+
"type": "VARIABLE_ALIAS",
|
|
1623
|
+
"id": "VariableID:13385:85"
|
|
1624
|
+
},
|
|
1625
|
+
"21002:0": {
|
|
1626
|
+
"type": "VARIABLE_ALIAS",
|
|
1627
|
+
"id": "VariableID:13385:85"
|
|
1628
|
+
}
|
|
1629
|
+
},
|
|
1630
|
+
"scopes": [
|
|
1631
|
+
"FRAME_FILL"
|
|
1632
|
+
],
|
|
1633
|
+
"codeSyntax": {
|
|
1634
|
+
"WEB": "--digi--color--background--sentiment--info--primary"
|
|
1635
|
+
},
|
|
1636
|
+
"digiName": "background--sentiment--info--primary",
|
|
287
1637
|
"digiCSSVariable": "--digi--color--background--sentiment--info--primary",
|
|
288
1638
|
"digiRecursiveValue": "#0A4DD1"
|
|
289
1639
|
},
|
|
290
1640
|
"background--sentiment--info--secondary": {
|
|
291
1641
|
"name": "Background/Sentiment/info/secondary",
|
|
1642
|
+
"id": "VariableID:13916:1768",
|
|
1643
|
+
"remote": false,
|
|
1644
|
+
"key": "7907cd55c20c7eeff69d34cede9ef3a3b5f848a0",
|
|
1645
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1646
|
+
"resolvedType": "COLOR",
|
|
292
1647
|
"description": "Informationsbakgrundsfärg som är mörkare nyans för att användas på små element, som statusindikator.",
|
|
1648
|
+
"hiddenFromPublishing": false,
|
|
1649
|
+
"valuesByMode": {
|
|
1650
|
+
"13447:0": {
|
|
1651
|
+
"type": "VARIABLE_ALIAS",
|
|
1652
|
+
"id": "VariableID:13385:84"
|
|
1653
|
+
},
|
|
1654
|
+
"21002:0": {
|
|
1655
|
+
"type": "VARIABLE_ALIAS",
|
|
1656
|
+
"id": "VariableID:13385:84"
|
|
1657
|
+
}
|
|
1658
|
+
},
|
|
1659
|
+
"scopes": [
|
|
1660
|
+
"FRAME_FILL"
|
|
1661
|
+
],
|
|
1662
|
+
"codeSyntax": {
|
|
1663
|
+
"WEB": "--digi--color--background--sentiment--info--secondary"
|
|
1664
|
+
},
|
|
1665
|
+
"digiName": "background--sentiment--info--secondary",
|
|
293
1666
|
"digiCSSVariable": "--digi--color--background--sentiment--info--secondary",
|
|
294
1667
|
"digiRecursiveValue": "#0058A3"
|
|
295
1668
|
},
|
|
296
1669
|
"background--sentiment--info--tertiary": {
|
|
297
1670
|
"name": "Background/Sentiment/info/tertiary",
|
|
1671
|
+
"id": "VariableID:13916:1769",
|
|
1672
|
+
"remote": false,
|
|
1673
|
+
"key": "b6fcac5e6560e8e1540496b8714246307152ecb7",
|
|
1674
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1675
|
+
"resolvedType": "COLOR",
|
|
298
1676
|
"description": "Ljusare info-bakgrundsfärg som används i statusindikator sekundär variant.",
|
|
1677
|
+
"hiddenFromPublishing": false,
|
|
1678
|
+
"valuesByMode": {
|
|
1679
|
+
"13447:0": {
|
|
1680
|
+
"type": "VARIABLE_ALIAS",
|
|
1681
|
+
"id": "VariableID:13385:86"
|
|
1682
|
+
},
|
|
1683
|
+
"21002:0": {
|
|
1684
|
+
"type": "VARIABLE_ALIAS",
|
|
1685
|
+
"id": "VariableID:13385:86"
|
|
1686
|
+
}
|
|
1687
|
+
},
|
|
1688
|
+
"scopes": [
|
|
1689
|
+
"FRAME_FILL"
|
|
1690
|
+
],
|
|
1691
|
+
"codeSyntax": {
|
|
1692
|
+
"WEB": "--digi--color--background--sentiment--info--tertiary"
|
|
1693
|
+
},
|
|
1694
|
+
"digiName": "background--sentiment--info--tertiary",
|
|
299
1695
|
"digiCSSVariable": "--digi--color--background--sentiment--info--tertiary",
|
|
300
1696
|
"digiRecursiveValue": "#E9E9FF"
|
|
301
1697
|
},
|
|
302
1698
|
"background--sentiment--neutral--primary": {
|
|
303
1699
|
"name": "Background/Sentiment/neutral/primary",
|
|
1700
|
+
"id": "VariableID:13916:1763",
|
|
1701
|
+
"remote": false,
|
|
1702
|
+
"key": "589b42eb818b42401ca46921dc2db021c7fb8b5f",
|
|
1703
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1704
|
+
"resolvedType": "COLOR",
|
|
304
1705
|
"description": "Neutral bakgrundsfärg som används i statusindikatorer.",
|
|
1706
|
+
"hiddenFromPublishing": false,
|
|
1707
|
+
"valuesByMode": {
|
|
1708
|
+
"13447:0": {
|
|
1709
|
+
"type": "VARIABLE_ALIAS",
|
|
1710
|
+
"id": "VariableID:13386:29"
|
|
1711
|
+
},
|
|
1712
|
+
"21002:0": {
|
|
1713
|
+
"type": "VARIABLE_ALIAS",
|
|
1714
|
+
"id": "VariableID:13386:29"
|
|
1715
|
+
}
|
|
1716
|
+
},
|
|
1717
|
+
"scopes": [
|
|
1718
|
+
"FRAME_FILL"
|
|
1719
|
+
],
|
|
1720
|
+
"codeSyntax": {
|
|
1721
|
+
"WEB": "--digi--color--background--sentiment--neutral--primary"
|
|
1722
|
+
},
|
|
1723
|
+
"digiName": "background--sentiment--neutral--primary",
|
|
305
1724
|
"digiCSSVariable": "--digi--color--background--sentiment--neutral--primary",
|
|
306
1725
|
"digiRecursiveValue": "#757575"
|
|
307
1726
|
},
|
|
308
1727
|
"background--sentiment--neutral--secondary": {
|
|
309
1728
|
"name": "Background/Sentiment/neutral/secondary",
|
|
1729
|
+
"id": "VariableID:13916:1762",
|
|
1730
|
+
"remote": false,
|
|
1731
|
+
"key": "c5195c51b739f7a842cbd3ac84ec152a80ee9ea8",
|
|
1732
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1733
|
+
"resolvedType": "COLOR",
|
|
310
1734
|
"description": "Neutral bakgrundsfärg som används i statusindikatorer av sekundär variant.",
|
|
1735
|
+
"hiddenFromPublishing": false,
|
|
1736
|
+
"valuesByMode": {
|
|
1737
|
+
"13447:0": {
|
|
1738
|
+
"type": "VARIABLE_ALIAS",
|
|
1739
|
+
"id": "VariableID:13386:35"
|
|
1740
|
+
},
|
|
1741
|
+
"21002:0": {
|
|
1742
|
+
"type": "VARIABLE_ALIAS",
|
|
1743
|
+
"id": "VariableID:13386:35"
|
|
1744
|
+
}
|
|
1745
|
+
},
|
|
1746
|
+
"scopes": [
|
|
1747
|
+
"FRAME_FILL"
|
|
1748
|
+
],
|
|
1749
|
+
"codeSyntax": {
|
|
1750
|
+
"WEB": "--digi--color--background--sentiment--neutral--secondary"
|
|
1751
|
+
},
|
|
1752
|
+
"digiName": "background--sentiment--neutral--secondary",
|
|
311
1753
|
"digiCSSVariable": "--digi--color--background--sentiment--neutral--secondary",
|
|
312
1754
|
"digiRecursiveValue": "#DDDDDD"
|
|
313
1755
|
},
|
|
314
1756
|
"background--sentiment--neutral--tertiary": {
|
|
315
1757
|
"name": "Background/Sentiment/neutral/tertiary",
|
|
1758
|
+
"id": "VariableID:13916:1905",
|
|
1759
|
+
"remote": false,
|
|
1760
|
+
"key": "8fff7cabf15e6c56600e760eaee1610f6073af1d",
|
|
1761
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1762
|
+
"resolvedType": "COLOR",
|
|
316
1763
|
"description": "Neutral bakgrundsfärg som används i mediatagg.",
|
|
1764
|
+
"hiddenFromPublishing": false,
|
|
1765
|
+
"valuesByMode": {
|
|
1766
|
+
"13447:0": {
|
|
1767
|
+
"type": "VARIABLE_ALIAS",
|
|
1768
|
+
"id": "VariableID:13386:37"
|
|
1769
|
+
},
|
|
1770
|
+
"21002:0": {
|
|
1771
|
+
"type": "VARIABLE_ALIAS",
|
|
1772
|
+
"id": "VariableID:13386:37"
|
|
1773
|
+
}
|
|
1774
|
+
},
|
|
1775
|
+
"scopes": [
|
|
1776
|
+
"FRAME_FILL"
|
|
1777
|
+
],
|
|
1778
|
+
"codeSyntax": {
|
|
1779
|
+
"WEB": "--digi--color--background--sentiment--neutral--tertiary"
|
|
1780
|
+
},
|
|
1781
|
+
"digiName": "background--sentiment--neutral--tertiary",
|
|
317
1782
|
"digiCSSVariable": "--digi--color--background--sentiment--neutral--tertiary",
|
|
318
1783
|
"digiRecursiveValue": "#333333"
|
|
319
1784
|
},
|
|
320
1785
|
"background--sentiment--beta--primary": {
|
|
321
1786
|
"name": "Background/Sentiment/beta/primary",
|
|
1787
|
+
"id": "VariableID:13916:1770",
|
|
1788
|
+
"remote": false,
|
|
1789
|
+
"key": "2b47faadb79048c6250c6b75ea893d156bc00404",
|
|
1790
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1791
|
+
"resolvedType": "COLOR",
|
|
322
1792
|
"description": "Bakgrundsfärg som används för statusindikatorer av varianten “beta”.",
|
|
1793
|
+
"hiddenFromPublishing": false,
|
|
1794
|
+
"valuesByMode": {
|
|
1795
|
+
"13447:0": {
|
|
1796
|
+
"type": "VARIABLE_ALIAS",
|
|
1797
|
+
"id": "VariableID:13367:25"
|
|
1798
|
+
},
|
|
1799
|
+
"21002:0": {
|
|
1800
|
+
"type": "VARIABLE_ALIAS",
|
|
1801
|
+
"id": "VariableID:13367:25"
|
|
1802
|
+
}
|
|
1803
|
+
},
|
|
1804
|
+
"scopes": [
|
|
1805
|
+
"FRAME_FILL"
|
|
1806
|
+
],
|
|
1807
|
+
"codeSyntax": {
|
|
1808
|
+
"WEB": "--digi--color--background--sentiment--beta--primary"
|
|
1809
|
+
},
|
|
1810
|
+
"digiName": "background--sentiment--beta--primary",
|
|
323
1811
|
"digiCSSVariable": "--digi--color--background--sentiment--beta--primary",
|
|
324
1812
|
"digiRecursiveValue": "#CE1CBD"
|
|
325
1813
|
},
|
|
326
1814
|
"background--sentiment--beta--secondary": {
|
|
327
1815
|
"name": "Background/Sentiment/beta/secondary",
|
|
1816
|
+
"id": "VariableID:13916:1771",
|
|
1817
|
+
"remote": false,
|
|
1818
|
+
"key": "3ec3fc937ade01e5c4efc9a0c4b651552e66edfa",
|
|
1819
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1820
|
+
"resolvedType": "COLOR",
|
|
328
1821
|
"description": "Bakgrundsfärg som används för statusindikatorer av varianten sekundär “beta”.",
|
|
1822
|
+
"hiddenFromPublishing": false,
|
|
1823
|
+
"valuesByMode": {
|
|
1824
|
+
"13447:0": {
|
|
1825
|
+
"type": "VARIABLE_ALIAS",
|
|
1826
|
+
"id": "VariableID:13465:995"
|
|
1827
|
+
},
|
|
1828
|
+
"21002:0": {
|
|
1829
|
+
"type": "VARIABLE_ALIAS",
|
|
1830
|
+
"id": "VariableID:13465:995"
|
|
1831
|
+
}
|
|
1832
|
+
},
|
|
1833
|
+
"scopes": [
|
|
1834
|
+
"FRAME_FILL"
|
|
1835
|
+
],
|
|
1836
|
+
"codeSyntax": {
|
|
1837
|
+
"WEB": "--digi--color--background--sentiment--beta--secondary"
|
|
1838
|
+
},
|
|
1839
|
+
"digiName": "background--sentiment--beta--secondary",
|
|
329
1840
|
"digiCSSVariable": "--digi--color--background--sentiment--beta--secondary",
|
|
330
1841
|
"digiRecursiveValue": "#F8DDF5"
|
|
331
1842
|
},
|
|
332
1843
|
"border--notification": {
|
|
333
1844
|
"name": "Border/notification",
|
|
1845
|
+
"id": "VariableID:13916:1679",
|
|
1846
|
+
"remote": false,
|
|
1847
|
+
"key": "c560f05d7db0c27e5b7ac62823afe6565cf75ad0",
|
|
1848
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1849
|
+
"resolvedType": "COLOR",
|
|
334
1850
|
"description": "Ram som används i notifikationsindikator.",
|
|
1851
|
+
"hiddenFromPublishing": false,
|
|
1852
|
+
"valuesByMode": {
|
|
1853
|
+
"13447:0": {
|
|
1854
|
+
"type": "VARIABLE_ALIAS",
|
|
1855
|
+
"id": "VariableID:13367:15"
|
|
1856
|
+
},
|
|
1857
|
+
"21002:0": {
|
|
1858
|
+
"type": "VARIABLE_ALIAS",
|
|
1859
|
+
"id": "VariableID:13367:15"
|
|
1860
|
+
}
|
|
1861
|
+
},
|
|
1862
|
+
"scopes": [
|
|
1863
|
+
"STROKE_COLOR"
|
|
1864
|
+
],
|
|
1865
|
+
"codeSyntax": {
|
|
1866
|
+
"WEB": "--digi--color--border--notification"
|
|
1867
|
+
},
|
|
1868
|
+
"digiName": "border--notification",
|
|
335
1869
|
"digiCSSVariable": "--digi--color--border--notification",
|
|
336
1870
|
"digiRecursiveValue": "#FFFFFF"
|
|
337
1871
|
},
|
|
338
1872
|
"border--transparent": {
|
|
339
1873
|
"name": "Border/transparent",
|
|
1874
|
+
"id": "VariableID:13916:1778",
|
|
1875
|
+
"remote": false,
|
|
1876
|
+
"key": "90a86c889f6f9dedff1942b142b4dc4148de088d",
|
|
1877
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1878
|
+
"resolvedType": "COLOR",
|
|
340
1879
|
"description": "Transparent ram.",
|
|
1880
|
+
"hiddenFromPublishing": false,
|
|
1881
|
+
"valuesByMode": {
|
|
1882
|
+
"13447:0": {
|
|
1883
|
+
"type": "VARIABLE_ALIAS",
|
|
1884
|
+
"id": "VariableID:13646:1231"
|
|
1885
|
+
},
|
|
1886
|
+
"21002:0": {
|
|
1887
|
+
"type": "VARIABLE_ALIAS",
|
|
1888
|
+
"id": "VariableID:13646:1231"
|
|
1889
|
+
}
|
|
1890
|
+
},
|
|
1891
|
+
"scopes": [
|
|
1892
|
+
"STROKE_COLOR"
|
|
1893
|
+
],
|
|
1894
|
+
"codeSyntax": {
|
|
1895
|
+
"WEB": "--digi--color--border--transparent"
|
|
1896
|
+
},
|
|
1897
|
+
"digiName": "border--transparent",
|
|
341
1898
|
"digiCSSVariable": "--digi--color--border--transparent",
|
|
342
1899
|
"digiRecursiveValue": "#FFFFFF"
|
|
343
1900
|
},
|
|
344
1901
|
"border--interactive--default--primary": {
|
|
345
1902
|
"name": "Border/Interactive/default/primary",
|
|
1903
|
+
"id": "VariableID:13828:59",
|
|
1904
|
+
"remote": false,
|
|
1905
|
+
"key": "3911566454d86b276611bfdaac8a7f64e98b73e1",
|
|
1906
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1907
|
+
"resolvedType": "COLOR",
|
|
346
1908
|
"description": "Ram med varumärkets färg.",
|
|
1909
|
+
"hiddenFromPublishing": false,
|
|
1910
|
+
"valuesByMode": {
|
|
1911
|
+
"13447:0": {
|
|
1912
|
+
"type": "VARIABLE_ALIAS",
|
|
1913
|
+
"id": "VariableID:13332:3"
|
|
1914
|
+
},
|
|
1915
|
+
"21002:0": {
|
|
1916
|
+
"type": "VARIABLE_ALIAS",
|
|
1917
|
+
"id": "VariableID:21002:10572"
|
|
1918
|
+
}
|
|
1919
|
+
},
|
|
1920
|
+
"scopes": [
|
|
1921
|
+
"STROKE_COLOR"
|
|
1922
|
+
],
|
|
1923
|
+
"codeSyntax": {
|
|
1924
|
+
"WEB": "--digi--color--border--interactive--default--primary"
|
|
1925
|
+
},
|
|
1926
|
+
"digiName": "border--interactive--default--primary",
|
|
347
1927
|
"digiCSSVariable": "--digi--color--border--interactive--default--primary",
|
|
348
1928
|
"digiRecursiveValue": "#091D54"
|
|
349
1929
|
},
|
|
350
1930
|
"border--interactive--default--on-input": {
|
|
351
1931
|
"name": "Border/Interactive/default/on-input",
|
|
1932
|
+
"id": "VariableID:13836:5",
|
|
1933
|
+
"remote": false,
|
|
1934
|
+
"key": "83ed33da9ff3f78582d50e44145405b41ad32a74",
|
|
1935
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1936
|
+
"resolvedType": "COLOR",
|
|
352
1937
|
"description": "Används i komponenter som inmatningsfält, kryssrutor och liknande formulärkomponenter.",
|
|
1938
|
+
"hiddenFromPublishing": false,
|
|
1939
|
+
"valuesByMode": {
|
|
1940
|
+
"13447:0": {
|
|
1941
|
+
"type": "VARIABLE_ALIAS",
|
|
1942
|
+
"id": "VariableID:13386:37"
|
|
1943
|
+
},
|
|
1944
|
+
"21002:0": {
|
|
1945
|
+
"type": "VARIABLE_ALIAS",
|
|
1946
|
+
"id": "VariableID:21002:10572"
|
|
1947
|
+
}
|
|
1948
|
+
},
|
|
1949
|
+
"scopes": [
|
|
1950
|
+
"STROKE_COLOR"
|
|
1951
|
+
],
|
|
1952
|
+
"codeSyntax": {
|
|
1953
|
+
"WEB": "--digi--color--border--interactive--default--on-input"
|
|
1954
|
+
},
|
|
1955
|
+
"digiName": "border--interactive--default--on-input",
|
|
353
1956
|
"digiCSSVariable": "--digi--color--border--interactive--default--on-input",
|
|
354
1957
|
"digiRecursiveValue": "#333333"
|
|
355
1958
|
},
|
|
356
1959
|
"border--interactive--default--on-input-nuance": {
|
|
357
1960
|
"name": "Border/Interactive/default/on-input-nuance",
|
|
1961
|
+
"id": "VariableID:13649:1551",
|
|
1962
|
+
"remote": false,
|
|
1963
|
+
"key": "24212312257c40b3e6b5b9845874b86728fb191f",
|
|
1964
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1965
|
+
"resolvedType": "COLOR",
|
|
358
1966
|
"description": "Används i filuppladdaren och kalendern.",
|
|
1967
|
+
"hiddenFromPublishing": false,
|
|
1968
|
+
"valuesByMode": {
|
|
1969
|
+
"13447:0": {
|
|
1970
|
+
"type": "VARIABLE_ALIAS",
|
|
1971
|
+
"id": "VariableID:13386:28"
|
|
1972
|
+
},
|
|
1973
|
+
"21002:0": {
|
|
1974
|
+
"type": "VARIABLE_ALIAS",
|
|
1975
|
+
"id": "VariableID:21002:10574"
|
|
1976
|
+
}
|
|
1977
|
+
},
|
|
1978
|
+
"scopes": [
|
|
1979
|
+
"STROKE_COLOR"
|
|
1980
|
+
],
|
|
1981
|
+
"codeSyntax": {
|
|
1982
|
+
"WEB": "--digi--color--border--interactive--default--on-input-nuance"
|
|
1983
|
+
},
|
|
1984
|
+
"digiName": "border--interactive--default--on-input-nuance",
|
|
359
1985
|
"digiCSSVariable": "--digi--color--border--interactive--default--on-input-nuance",
|
|
360
1986
|
"digiRecursiveValue": "#5C5C5C"
|
|
361
1987
|
},
|
|
362
1988
|
"border--interactive--default--inverted": {
|
|
363
1989
|
"name": "Border/Interactive/default/inverted",
|
|
1990
|
+
"id": "VariableID:13828:60",
|
|
1991
|
+
"remote": false,
|
|
1992
|
+
"key": "49e11b5f3d9df01bc1d73fa71e1149a13ef03703",
|
|
1993
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
1994
|
+
"resolvedType": "COLOR",
|
|
364
1995
|
"description": "Används i länkknappar.",
|
|
1996
|
+
"hiddenFromPublishing": false,
|
|
1997
|
+
"valuesByMode": {
|
|
1998
|
+
"13447:0": {
|
|
1999
|
+
"type": "VARIABLE_ALIAS",
|
|
2000
|
+
"id": "VariableID:15493:2"
|
|
2001
|
+
},
|
|
2002
|
+
"21002:0": {
|
|
2003
|
+
"type": "VARIABLE_ALIAS",
|
|
2004
|
+
"id": "VariableID:15493:2"
|
|
2005
|
+
}
|
|
2006
|
+
},
|
|
2007
|
+
"scopes": [
|
|
2008
|
+
"STROKE_COLOR"
|
|
2009
|
+
],
|
|
2010
|
+
"codeSyntax": {
|
|
2011
|
+
"WEB": "--digi--color--border--interactive--default--inverted"
|
|
2012
|
+
},
|
|
2013
|
+
"digiName": "border--interactive--default--inverted",
|
|
365
2014
|
"digiCSSVariable": "--digi--color--border--interactive--default--inverted",
|
|
366
2015
|
"digiRecursiveValue": "#67EE6A"
|
|
367
2016
|
},
|
|
368
2017
|
"border--interactive--hover--primary": {
|
|
369
2018
|
"name": "Border/Interactive/hover/primary",
|
|
2019
|
+
"id": "VariableID:13828:63",
|
|
2020
|
+
"remote": false,
|
|
2021
|
+
"key": "7a61173729135a08e1708843831bd30620ae163c",
|
|
2022
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2023
|
+
"resolvedType": "COLOR",
|
|
370
2024
|
"description": "Ram som används i primärknappar och länkknappars hover-state.",
|
|
2025
|
+
"hiddenFromPublishing": false,
|
|
2026
|
+
"valuesByMode": {
|
|
2027
|
+
"13447:0": {
|
|
2028
|
+
"type": "VARIABLE_ALIAS",
|
|
2029
|
+
"id": "VariableID:13377:33"
|
|
2030
|
+
},
|
|
2031
|
+
"21002:0": {
|
|
2032
|
+
"type": "VARIABLE_ALIAS",
|
|
2033
|
+
"id": "VariableID:21002:10572"
|
|
2034
|
+
}
|
|
2035
|
+
},
|
|
2036
|
+
"scopes": [
|
|
2037
|
+
"STROKE_COLOR"
|
|
2038
|
+
],
|
|
2039
|
+
"codeSyntax": {
|
|
2040
|
+
"WEB": "\t --digi--color--border--interactive--hover--primary"
|
|
2041
|
+
},
|
|
2042
|
+
"digiName": "border--interactive--hover--primary",
|
|
371
2043
|
"digiCSSVariable": "--digi--color--border--interactive--hover--primary",
|
|
372
2044
|
"digiRecursiveValue": "#043982"
|
|
373
2045
|
},
|
|
374
2046
|
"border--interactive--hover--secondary": {
|
|
375
2047
|
"name": "Border/Interactive/hover/secondary",
|
|
2048
|
+
"id": "VariableID:13828:65",
|
|
2049
|
+
"remote": false,
|
|
2050
|
+
"key": "0a84d38d070ba05602f05acfe91572dee12e19ba",
|
|
2051
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2052
|
+
"resolvedType": "COLOR",
|
|
376
2053
|
"description": "Ram som används i sekundärknappar och länkknappars hover-state.",
|
|
2054
|
+
"hiddenFromPublishing": false,
|
|
2055
|
+
"valuesByMode": {
|
|
2056
|
+
"13447:0": {
|
|
2057
|
+
"type": "VARIABLE_ALIAS",
|
|
2058
|
+
"id": "VariableID:13332:3"
|
|
2059
|
+
},
|
|
2060
|
+
"21002:0": {
|
|
2061
|
+
"type": "VARIABLE_ALIAS",
|
|
2062
|
+
"id": "VariableID:21002:10572"
|
|
2063
|
+
}
|
|
2064
|
+
},
|
|
2065
|
+
"scopes": [
|
|
2066
|
+
"STROKE_COLOR"
|
|
2067
|
+
],
|
|
2068
|
+
"codeSyntax": {
|
|
2069
|
+
"WEB": "\t --digi--color--border--interactive--hover--secondary"
|
|
2070
|
+
},
|
|
2071
|
+
"digiName": "border--interactive--hover--secondary",
|
|
377
2072
|
"digiCSSVariable": "--digi--color--border--interactive--hover--secondary",
|
|
378
2073
|
"digiRecursiveValue": "#091D54"
|
|
379
2074
|
},
|
|
380
2075
|
"border--interactive--hover--inverted": {
|
|
381
2076
|
"name": "Border/Interactive/hover/inverted",
|
|
2077
|
+
"id": "VariableID:13828:64",
|
|
2078
|
+
"remote": false,
|
|
2079
|
+
"key": "02eb5b0b0e1f36839fe99f1e106ba06e5c5cfe15",
|
|
2080
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2081
|
+
"resolvedType": "COLOR",
|
|
382
2082
|
"description": "Används i länkknappar.",
|
|
2083
|
+
"hiddenFromPublishing": false,
|
|
2084
|
+
"valuesByMode": {
|
|
2085
|
+
"13447:0": {
|
|
2086
|
+
"type": "VARIABLE_ALIAS",
|
|
2087
|
+
"id": "VariableID:13341:13"
|
|
2088
|
+
},
|
|
2089
|
+
"21002:0": {
|
|
2090
|
+
"type": "VARIABLE_ALIAS",
|
|
2091
|
+
"id": "VariableID:13341:13"
|
|
2092
|
+
}
|
|
2093
|
+
},
|
|
2094
|
+
"scopes": [
|
|
2095
|
+
"STROKE_COLOR"
|
|
2096
|
+
],
|
|
2097
|
+
"codeSyntax": {
|
|
2098
|
+
"WEB": "--digi--color--border--interactive--hover--inverted"
|
|
2099
|
+
},
|
|
2100
|
+
"digiName": "border--interactive--hover--inverted",
|
|
383
2101
|
"digiCSSVariable": "--digi--color--border--interactive--hover--inverted",
|
|
384
2102
|
"digiRecursiveValue": "#AAF5AB"
|
|
385
2103
|
},
|
|
386
2104
|
"border--interactive--validation--success": {
|
|
387
2105
|
"name": "Border/Interactive/validation/success",
|
|
2106
|
+
"id": "VariableID:13649:1553",
|
|
2107
|
+
"remote": false,
|
|
2108
|
+
"key": "125b72a2015674119a864331c0100997539131ea",
|
|
2109
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2110
|
+
"resolvedType": "COLOR",
|
|
388
2111
|
"description": "Ram som används för formulärkomponenters success-states.",
|
|
2112
|
+
"hiddenFromPublishing": false,
|
|
2113
|
+
"valuesByMode": {
|
|
2114
|
+
"13447:0": {
|
|
2115
|
+
"type": "VARIABLE_ALIAS",
|
|
2116
|
+
"id": "VariableID:13385:39"
|
|
2117
|
+
},
|
|
2118
|
+
"21002:0": {
|
|
2119
|
+
"type": "VARIABLE_ALIAS",
|
|
2120
|
+
"id": "VariableID:13385:39"
|
|
2121
|
+
}
|
|
2122
|
+
},
|
|
2123
|
+
"scopes": [
|
|
2124
|
+
"STROKE_COLOR"
|
|
2125
|
+
],
|
|
2126
|
+
"codeSyntax": {
|
|
2127
|
+
"WEB": "--digi--color--border--interactive--success"
|
|
2128
|
+
},
|
|
2129
|
+
"digiName": "border--interactive--validation--success",
|
|
389
2130
|
"digiCSSVariable": "--digi--color--border--interactive--validation--success",
|
|
390
2131
|
"digiRecursiveValue": "#008A20"
|
|
391
2132
|
},
|
|
392
2133
|
"border--interactive--validation--warning": {
|
|
393
2134
|
"name": "Border/Interactive/validation/warning",
|
|
2135
|
+
"id": "VariableID:13649:1555",
|
|
2136
|
+
"remote": false,
|
|
2137
|
+
"key": "7178848133ba198c4d1b89594c79460533d0814c",
|
|
2138
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2139
|
+
"resolvedType": "COLOR",
|
|
394
2140
|
"description": "Ram som används för formulärkomponenters warning-states.",
|
|
2141
|
+
"hiddenFromPublishing": false,
|
|
2142
|
+
"valuesByMode": {
|
|
2143
|
+
"13447:0": {
|
|
2144
|
+
"type": "VARIABLE_ALIAS",
|
|
2145
|
+
"id": "VariableID:13385:27"
|
|
2146
|
+
},
|
|
2147
|
+
"21002:0": {
|
|
2148
|
+
"type": "VARIABLE_ALIAS",
|
|
2149
|
+
"id": "VariableID:13385:26"
|
|
2150
|
+
}
|
|
2151
|
+
},
|
|
2152
|
+
"scopes": [
|
|
2153
|
+
"STROKE_COLOR"
|
|
2154
|
+
],
|
|
2155
|
+
"codeSyntax": {
|
|
2156
|
+
"WEB": "--digi--color--border--interactive--warning"
|
|
2157
|
+
},
|
|
2158
|
+
"digiName": "border--interactive--validation--warning",
|
|
395
2159
|
"digiCSSVariable": "--digi--color--border--interactive--validation--warning",
|
|
396
2160
|
"digiRecursiveValue": "#664D00"
|
|
397
2161
|
},
|
|
398
2162
|
"border--interactive--validation--error": {
|
|
399
2163
|
"name": "Border/Interactive/validation/error",
|
|
2164
|
+
"id": "VariableID:13649:1557",
|
|
2165
|
+
"remote": false,
|
|
2166
|
+
"key": "95d8d46d6e3ebb763a5f142427022035a9a599a2",
|
|
2167
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2168
|
+
"resolvedType": "COLOR",
|
|
400
2169
|
"description": "Ram som används för formulärkomponenters error-states.",
|
|
2170
|
+
"hiddenFromPublishing": false,
|
|
2171
|
+
"valuesByMode": {
|
|
2172
|
+
"13447:0": {
|
|
2173
|
+
"type": "VARIABLE_ALIAS",
|
|
2174
|
+
"id": "VariableID:13385:50"
|
|
2175
|
+
},
|
|
2176
|
+
"21002:0": {
|
|
2177
|
+
"type": "VARIABLE_ALIAS",
|
|
2178
|
+
"id": "VariableID:13385:50"
|
|
2179
|
+
}
|
|
2180
|
+
},
|
|
2181
|
+
"scopes": [
|
|
2182
|
+
"STROKE_COLOR"
|
|
2183
|
+
],
|
|
2184
|
+
"codeSyntax": {
|
|
2185
|
+
"WEB": "--digi--color--border--interactive--error"
|
|
2186
|
+
},
|
|
2187
|
+
"digiName": "border--interactive--validation--error",
|
|
401
2188
|
"digiCSSVariable": "--digi--color--border--interactive--validation--error",
|
|
402
2189
|
"digiRecursiveValue": "#DA0000"
|
|
403
2190
|
},
|
|
404
2191
|
"border--interactive--selected--primary": {
|
|
405
2192
|
"name": "Border/Interactive/selected/primary",
|
|
2193
|
+
"id": "VariableID:14309:1101",
|
|
2194
|
+
"remote": false,
|
|
2195
|
+
"key": "ae55cfe1a45188d6d44ebf346ed04c76cfd41920",
|
|
2196
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2197
|
+
"resolvedType": "COLOR",
|
|
406
2198
|
"description": "Ram för valda primära kryssrutor och radioknappar.",
|
|
2199
|
+
"hiddenFromPublishing": false,
|
|
2200
|
+
"valuesByMode": {
|
|
2201
|
+
"13447:0": {
|
|
2202
|
+
"type": "VARIABLE_ALIAS",
|
|
2203
|
+
"id": "VariableID:13385:39"
|
|
2204
|
+
},
|
|
2205
|
+
"21002:0": {
|
|
2206
|
+
"type": "VARIABLE_ALIAS",
|
|
2207
|
+
"id": "VariableID:21002:10572"
|
|
2208
|
+
}
|
|
2209
|
+
},
|
|
2210
|
+
"scopes": [
|
|
2211
|
+
"STROKE_COLOR"
|
|
2212
|
+
],
|
|
2213
|
+
"codeSyntax": {
|
|
2214
|
+
"WEB": "--digi--color--border--interactive--selected--primary"
|
|
2215
|
+
},
|
|
2216
|
+
"digiName": "border--interactive--selected--primary",
|
|
407
2217
|
"digiCSSVariable": "--digi--color--border--interactive--selected--primary",
|
|
408
2218
|
"digiRecursiveValue": "#008A20"
|
|
409
2219
|
},
|
|
410
2220
|
"border--interactive--selected--secondary": {
|
|
411
2221
|
"name": "Border/Interactive/selected/secondary",
|
|
2222
|
+
"id": "VariableID:14309:1102",
|
|
2223
|
+
"remote": false,
|
|
2224
|
+
"key": "16153393a846c6692ffbbedbe6f2e8d2d700e912",
|
|
2225
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2226
|
+
"resolvedType": "COLOR",
|
|
412
2227
|
"description": "Ram för valda sekundära kryssrutor och radioknappar.",
|
|
2228
|
+
"hiddenFromPublishing": false,
|
|
2229
|
+
"valuesByMode": {
|
|
2230
|
+
"13447:0": {
|
|
2231
|
+
"type": "VARIABLE_ALIAS",
|
|
2232
|
+
"id": "VariableID:13332:3"
|
|
2233
|
+
},
|
|
2234
|
+
"21002:0": {
|
|
2235
|
+
"type": "VARIABLE_ALIAS",
|
|
2236
|
+
"id": "VariableID:21002:10572"
|
|
2237
|
+
}
|
|
2238
|
+
},
|
|
2239
|
+
"scopes": [
|
|
2240
|
+
"STROKE_COLOR"
|
|
2241
|
+
],
|
|
2242
|
+
"codeSyntax": {
|
|
2243
|
+
"WEB": "--digi--color--border--interactive--selected--secondary"
|
|
2244
|
+
},
|
|
2245
|
+
"digiName": "border--interactive--selected--secondary",
|
|
413
2246
|
"digiCSSVariable": "--digi--color--border--interactive--selected--secondary",
|
|
414
2247
|
"digiRecursiveValue": "#091D54"
|
|
415
2248
|
},
|
|
416
2249
|
"border--sentiment--error": {
|
|
417
2250
|
"name": "Border/Sentiment/error",
|
|
2251
|
+
"id": "VariableID:13836:8",
|
|
2252
|
+
"remote": false,
|
|
2253
|
+
"key": "48199864e0b37986102f95dc32e78b3f99ec6a8e",
|
|
2254
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2255
|
+
"resolvedType": "COLOR",
|
|
418
2256
|
"description": "Används för borders i sammanhang med error-state. Används i informationsmeddelande.",
|
|
2257
|
+
"hiddenFromPublishing": false,
|
|
2258
|
+
"valuesByMode": {
|
|
2259
|
+
"13447:0": {
|
|
2260
|
+
"type": "VARIABLE_ALIAS",
|
|
2261
|
+
"id": "VariableID:13385:50"
|
|
2262
|
+
},
|
|
2263
|
+
"21002:0": {
|
|
2264
|
+
"type": "VARIABLE_ALIAS",
|
|
2265
|
+
"id": "VariableID:13385:50"
|
|
2266
|
+
}
|
|
2267
|
+
},
|
|
2268
|
+
"scopes": [
|
|
2269
|
+
"STROKE_COLOR"
|
|
2270
|
+
],
|
|
2271
|
+
"codeSyntax": {
|
|
2272
|
+
"WEB": "--digi--color--border--sentiment--error"
|
|
2273
|
+
},
|
|
2274
|
+
"digiName": "border--sentiment--error",
|
|
419
2275
|
"digiCSSVariable": "--digi--color--border--sentiment--error",
|
|
420
2276
|
"digiRecursiveValue": "#DA0000"
|
|
421
2277
|
},
|
|
422
2278
|
"border--sentiment--success": {
|
|
423
2279
|
"name": "Border/Sentiment/success",
|
|
2280
|
+
"id": "VariableID:13847:10",
|
|
2281
|
+
"remote": false,
|
|
2282
|
+
"key": "fe2325c5990c18eb04b8d224ff2d48a8ebb55d34",
|
|
2283
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2284
|
+
"resolvedType": "COLOR",
|
|
424
2285
|
"description": "Används för borders i sammanhang med success-state. Används i informationsmeddelande.",
|
|
2286
|
+
"hiddenFromPublishing": false,
|
|
2287
|
+
"valuesByMode": {
|
|
2288
|
+
"13447:0": {
|
|
2289
|
+
"type": "VARIABLE_ALIAS",
|
|
2290
|
+
"id": "VariableID:13385:39"
|
|
2291
|
+
},
|
|
2292
|
+
"21002:0": {
|
|
2293
|
+
"type": "VARIABLE_ALIAS",
|
|
2294
|
+
"id": "VariableID:13385:39"
|
|
2295
|
+
}
|
|
2296
|
+
},
|
|
2297
|
+
"scopes": [
|
|
2298
|
+
"STROKE_COLOR"
|
|
2299
|
+
],
|
|
2300
|
+
"codeSyntax": {
|
|
2301
|
+
"WEB": "--digi--color--border--sentiment--success"
|
|
2302
|
+
},
|
|
2303
|
+
"digiName": "border--sentiment--success",
|
|
425
2304
|
"digiCSSVariable": "--digi--color--border--sentiment--success",
|
|
426
2305
|
"digiRecursiveValue": "#008A20"
|
|
427
2306
|
},
|
|
428
2307
|
"border--sentiment--warning": {
|
|
429
2308
|
"name": "Border/Sentiment/warning",
|
|
2309
|
+
"id": "VariableID:13850:11",
|
|
2310
|
+
"remote": false,
|
|
2311
|
+
"key": "b5fdbce0ed9c1f6d62f602b3333323a986838e07",
|
|
2312
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2313
|
+
"resolvedType": "COLOR",
|
|
430
2314
|
"description": "Används för borders i sammanhang med warning-state. Används i informationsmeddelande.",
|
|
2315
|
+
"hiddenFromPublishing": false,
|
|
2316
|
+
"valuesByMode": {
|
|
2317
|
+
"13447:0": {
|
|
2318
|
+
"type": "VARIABLE_ALIAS",
|
|
2319
|
+
"id": "VariableID:13385:28"
|
|
2320
|
+
},
|
|
2321
|
+
"21002:0": {
|
|
2322
|
+
"type": "VARIABLE_ALIAS",
|
|
2323
|
+
"id": "VariableID:13385:28"
|
|
2324
|
+
}
|
|
2325
|
+
},
|
|
2326
|
+
"scopes": [
|
|
2327
|
+
"STROKE_COLOR"
|
|
2328
|
+
],
|
|
2329
|
+
"codeSyntax": {
|
|
2330
|
+
"WEB": "--digi--color--border--sentiment--warning"
|
|
2331
|
+
},
|
|
2332
|
+
"digiName": "border--sentiment--warning",
|
|
431
2333
|
"digiCSSVariable": "--digi--color--border--sentiment--warning",
|
|
432
2334
|
"digiRecursiveValue": "#FFE200"
|
|
433
2335
|
},
|
|
434
2336
|
"border--sentiment--info": {
|
|
435
2337
|
"name": "Border/Sentiment/info",
|
|
2338
|
+
"id": "VariableID:13850:24",
|
|
2339
|
+
"remote": false,
|
|
2340
|
+
"key": "1d15d948a14cdcfb4c0cad4fd715427fc213b62b",
|
|
2341
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2342
|
+
"resolvedType": "COLOR",
|
|
436
2343
|
"description": "Används för borders i sammanhang med info-state. Används i informationsmeddelande.",
|
|
2344
|
+
"hiddenFromPublishing": false,
|
|
2345
|
+
"valuesByMode": {
|
|
2346
|
+
"13447:0": {
|
|
2347
|
+
"type": "VARIABLE_ALIAS",
|
|
2348
|
+
"id": "VariableID:13385:85"
|
|
2349
|
+
},
|
|
2350
|
+
"21002:0": {
|
|
2351
|
+
"type": "VARIABLE_ALIAS",
|
|
2352
|
+
"id": "VariableID:13385:85"
|
|
2353
|
+
}
|
|
2354
|
+
},
|
|
2355
|
+
"scopes": [
|
|
2356
|
+
"STROKE_COLOR"
|
|
2357
|
+
],
|
|
2358
|
+
"codeSyntax": {
|
|
2359
|
+
"WEB": "--digi--color--border--sentiment--info"
|
|
2360
|
+
},
|
|
2361
|
+
"digiName": "border--sentiment--info",
|
|
437
2362
|
"digiCSSVariable": "--digi--color--border--sentiment--info",
|
|
438
2363
|
"digiRecursiveValue": "#0A4DD1"
|
|
439
2364
|
},
|
|
440
2365
|
"border--accent--primary": {
|
|
441
2366
|
"name": "Border/Accent/primary",
|
|
2367
|
+
"id": "VariableID:13897:3",
|
|
2368
|
+
"remote": false,
|
|
2369
|
+
"key": "c7c22c8471cbe5d3728be30e7ce5f58f3a4fd91d",
|
|
2370
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2371
|
+
"resolvedType": "COLOR",
|
|
442
2372
|
"description": "Används i Jumborubrik samt Infokort. Används där man vill ha med visuell accent med varumärkets färg.",
|
|
2373
|
+
"hiddenFromPublishing": false,
|
|
2374
|
+
"valuesByMode": {
|
|
2375
|
+
"13447:0": {
|
|
2376
|
+
"type": "VARIABLE_ALIAS",
|
|
2377
|
+
"id": "VariableID:13332:3"
|
|
2378
|
+
},
|
|
2379
|
+
"21002:0": {
|
|
2380
|
+
"type": "VARIABLE_ALIAS",
|
|
2381
|
+
"id": "VariableID:21002:10574"
|
|
2382
|
+
}
|
|
2383
|
+
},
|
|
2384
|
+
"scopes": [
|
|
2385
|
+
"STROKE_COLOR"
|
|
2386
|
+
],
|
|
2387
|
+
"codeSyntax": {
|
|
2388
|
+
"WEB": "--digi--color--border--accent--primary"
|
|
2389
|
+
},
|
|
2390
|
+
"digiName": "border--accent--primary",
|
|
443
2391
|
"digiCSSVariable": "--digi--color--border--accent--primary",
|
|
444
2392
|
"digiRecursiveValue": "#091D54"
|
|
445
2393
|
},
|
|
446
2394
|
"border--accent--secondary": {
|
|
447
2395
|
"name": "Border/Accent/secondary",
|
|
2396
|
+
"id": "VariableID:13916:1104",
|
|
2397
|
+
"remote": false,
|
|
2398
|
+
"key": "89fc9885c01fb6a08c8e010f541ec96d283cf47a",
|
|
2399
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2400
|
+
"resolvedType": "COLOR",
|
|
448
2401
|
"description": "Används där man vill ha med visuell accent med varumärkets andra färg.",
|
|
2402
|
+
"hiddenFromPublishing": false,
|
|
2403
|
+
"valuesByMode": {
|
|
2404
|
+
"13447:0": {
|
|
2405
|
+
"type": "VARIABLE_ALIAS",
|
|
2406
|
+
"id": "VariableID:13332:4"
|
|
2407
|
+
},
|
|
2408
|
+
"21002:0": {
|
|
2409
|
+
"type": "VARIABLE_ALIAS",
|
|
2410
|
+
"id": "VariableID:13332:4"
|
|
2411
|
+
}
|
|
2412
|
+
},
|
|
2413
|
+
"scopes": [
|
|
2414
|
+
"STROKE_COLOR"
|
|
2415
|
+
],
|
|
2416
|
+
"codeSyntax": {
|
|
2417
|
+
"WEB": "--digi--color--border--accent--secondary"
|
|
2418
|
+
},
|
|
2419
|
+
"digiName": "border--accent--secondary",
|
|
449
2420
|
"digiCSSVariable": "--digi--color--border--accent--secondary",
|
|
450
2421
|
"digiRecursiveValue": "#02A704"
|
|
451
2422
|
},
|
|
452
2423
|
"marking--navigation--selected": {
|
|
453
2424
|
"name": "Marking/Navigation/selected",
|
|
2425
|
+
"id": "VariableID:13905:5",
|
|
2426
|
+
"remote": false,
|
|
2427
|
+
"key": "abf88b786b01de7cd16d2385abe8f8921711756b",
|
|
2428
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2429
|
+
"resolvedType": "COLOR",
|
|
454
2430
|
"description": "Används i valda flikar och vertikalmenysidor.",
|
|
2431
|
+
"hiddenFromPublishing": false,
|
|
2432
|
+
"valuesByMode": {
|
|
2433
|
+
"13447:0": {
|
|
2434
|
+
"type": "VARIABLE_ALIAS",
|
|
2435
|
+
"id": "VariableID:13332:4"
|
|
2436
|
+
},
|
|
2437
|
+
"21002:0": {
|
|
2438
|
+
"type": "VARIABLE_ALIAS",
|
|
2439
|
+
"id": "VariableID:13332:4"
|
|
2440
|
+
}
|
|
2441
|
+
},
|
|
2442
|
+
"scopes": [
|
|
2443
|
+
"FRAME_FILL",
|
|
2444
|
+
"SHAPE_FILL",
|
|
2445
|
+
"STROKE_COLOR"
|
|
2446
|
+
],
|
|
2447
|
+
"codeSyntax": {
|
|
2448
|
+
"WEB": "--digi--color--marking--navigation--selected"
|
|
2449
|
+
},
|
|
2450
|
+
"digiName": "marking--navigation--selected",
|
|
455
2451
|
"digiCSSVariable": "--digi--color--marking--navigation--selected",
|
|
456
2452
|
"digiRecursiveValue": "#02A704"
|
|
457
2453
|
},
|
|
458
2454
|
"marking--navigation--level-active": {
|
|
459
2455
|
"name": "Marking/Navigation/level-active",
|
|
2456
|
+
"id": "VariableID:13905:6",
|
|
2457
|
+
"remote": false,
|
|
2458
|
+
"key": "ec1f31fbb65064bd714cc3094766d5aa53b14c93",
|
|
2459
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2460
|
+
"resolvedType": "COLOR",
|
|
460
2461
|
"description": "Vertikalmenys undersidor på en expanderad kategori.",
|
|
2462
|
+
"hiddenFromPublishing": false,
|
|
2463
|
+
"valuesByMode": {
|
|
2464
|
+
"13447:0": {
|
|
2465
|
+
"type": "VARIABLE_ALIAS",
|
|
2466
|
+
"id": "VariableID:13461:3"
|
|
2467
|
+
},
|
|
2468
|
+
"21002:0": {
|
|
2469
|
+
"type": "VARIABLE_ALIAS",
|
|
2470
|
+
"id": "VariableID:13461:3"
|
|
2471
|
+
}
|
|
2472
|
+
},
|
|
2473
|
+
"scopes": [
|
|
2474
|
+
"FRAME_FILL",
|
|
2475
|
+
"SHAPE_FILL",
|
|
2476
|
+
"STROKE_COLOR"
|
|
2477
|
+
],
|
|
2478
|
+
"codeSyntax": {
|
|
2479
|
+
"WEB": "--digi--color--marking--navigation--level-active"
|
|
2480
|
+
},
|
|
2481
|
+
"digiName": "marking--navigation--level-active",
|
|
461
2482
|
"digiCSSVariable": "--digi--color--marking--navigation--level-active",
|
|
462
2483
|
"digiRecursiveValue": "#DDF4DD"
|
|
463
2484
|
},
|
|
464
2485
|
"marking--navigation--level-inactive": {
|
|
465
2486
|
"name": "Marking/Navigation/level-inactive",
|
|
2487
|
+
"id": "VariableID:13905:7",
|
|
2488
|
+
"remote": false,
|
|
2489
|
+
"key": "2ab518a21a740362060af9d89bfc5a841340572d",
|
|
2490
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2491
|
+
"resolvedType": "COLOR",
|
|
466
2492
|
"description": "Vertikalmenys undersidor på en expanderad kategori som inte är valda.",
|
|
2493
|
+
"hiddenFromPublishing": false,
|
|
2494
|
+
"valuesByMode": {
|
|
2495
|
+
"13447:0": {
|
|
2496
|
+
"type": "VARIABLE_ALIAS",
|
|
2497
|
+
"id": "VariableID:13386:2"
|
|
2498
|
+
},
|
|
2499
|
+
"21002:0": {
|
|
2500
|
+
"type": "VARIABLE_ALIAS",
|
|
2501
|
+
"id": "VariableID:13386:2"
|
|
2502
|
+
}
|
|
2503
|
+
},
|
|
2504
|
+
"scopes": [
|
|
2505
|
+
"FRAME_FILL",
|
|
2506
|
+
"SHAPE_FILL",
|
|
2507
|
+
"STROKE_COLOR"
|
|
2508
|
+
],
|
|
2509
|
+
"codeSyntax": {
|
|
2510
|
+
"WEB": "--digi--color--marking--navigation--level-inactive"
|
|
2511
|
+
},
|
|
2512
|
+
"digiName": "marking--navigation--level-inactive",
|
|
467
2513
|
"digiCSSVariable": "--digi--color--marking--navigation--level-inactive",
|
|
468
2514
|
"digiRecursiveValue": "#F4F4F4"
|
|
469
2515
|
},
|
|
470
2516
|
"marking--indication--primary": {
|
|
471
2517
|
"name": "Marking/Indication/primary",
|
|
2518
|
+
"id": "VariableID:13916:1079",
|
|
2519
|
+
"remote": false,
|
|
2520
|
+
"key": "6bfe4e4890bcdd1e20a215af28e19c5f9e8074d0",
|
|
2521
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2522
|
+
"resolvedType": "COLOR",
|
|
472
2523
|
"description": "Markeringsfärg som använder sig av funktionsgrön färg för att visa att något är genomfört.",
|
|
2524
|
+
"hiddenFromPublishing": false,
|
|
2525
|
+
"valuesByMode": {
|
|
2526
|
+
"13447:0": {
|
|
2527
|
+
"type": "VARIABLE_ALIAS",
|
|
2528
|
+
"id": "VariableID:13385:39"
|
|
2529
|
+
},
|
|
2530
|
+
"21002:0": {
|
|
2531
|
+
"type": "VARIABLE_ALIAS",
|
|
2532
|
+
"id": "VariableID:13385:39"
|
|
2533
|
+
}
|
|
2534
|
+
},
|
|
2535
|
+
"scopes": [
|
|
2536
|
+
"FRAME_FILL",
|
|
2537
|
+
"SHAPE_FILL",
|
|
2538
|
+
"STROKE_COLOR"
|
|
2539
|
+
],
|
|
2540
|
+
"codeSyntax": {
|
|
2541
|
+
"WEB": "--digi--color--marking--indication--primary"
|
|
2542
|
+
},
|
|
2543
|
+
"digiName": "marking--indication--primary",
|
|
473
2544
|
"digiCSSVariable": "--digi--color--marking--indication--primary",
|
|
474
2545
|
"digiRecursiveValue": "#008A20"
|
|
475
2546
|
},
|
|
476
2547
|
"marking--indication--secondary": {
|
|
477
2548
|
"name": "Marking/Indication/secondary",
|
|
2549
|
+
"id": "VariableID:13916:1080",
|
|
2550
|
+
"remote": false,
|
|
2551
|
+
"key": "4f67cc51f956361676cdcdd91ebbd3272b1c7c5f",
|
|
2552
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2553
|
+
"resolvedType": "COLOR",
|
|
478
2554
|
"description": "Markeringsfärg som används för att visa att något är genomfört där man vill ha med varumärkets färg, används i bl.a. förloppslista.",
|
|
2555
|
+
"hiddenFromPublishing": false,
|
|
2556
|
+
"valuesByMode": {
|
|
2557
|
+
"13447:0": {
|
|
2558
|
+
"type": "VARIABLE_ALIAS",
|
|
2559
|
+
"id": "VariableID:13332:3"
|
|
2560
|
+
},
|
|
2561
|
+
"21002:0": {
|
|
2562
|
+
"type": "VARIABLE_ALIAS",
|
|
2563
|
+
"id": "VariableID:21002:10572"
|
|
2564
|
+
}
|
|
2565
|
+
},
|
|
2566
|
+
"scopes": [
|
|
2567
|
+
"FRAME_FILL",
|
|
2568
|
+
"SHAPE_FILL",
|
|
2569
|
+
"STROKE_COLOR"
|
|
2570
|
+
],
|
|
2571
|
+
"codeSyntax": {
|
|
2572
|
+
"WEB": "--digi--color--marking--indication--secondary"
|
|
2573
|
+
},
|
|
2574
|
+
"digiName": "marking--indication--secondary",
|
|
479
2575
|
"digiCSSVariable": "--digi--color--marking--indication--secondary",
|
|
480
2576
|
"digiRecursiveValue": "#091D54"
|
|
481
2577
|
},
|
|
482
2578
|
"marking--indication--tertiary": {
|
|
483
2579
|
"name": "Marking/Indication/tertiary",
|
|
2580
|
+
"id": "VariableID:13916:1081",
|
|
2581
|
+
"remote": false,
|
|
2582
|
+
"key": "d04a4a06bc92e3e411c350a2ccac8d3c51cae5d9",
|
|
2583
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2584
|
+
"resolvedType": "COLOR",
|
|
484
2585
|
"description": "Markeringsfärg som används för att visa när något kan ske/är på väg att ske eller för att visa en markering i ett mer neutralt utförande.",
|
|
2586
|
+
"hiddenFromPublishing": false,
|
|
2587
|
+
"valuesByMode": {
|
|
2588
|
+
"13447:0": {
|
|
2589
|
+
"type": "VARIABLE_ALIAS",
|
|
2590
|
+
"id": "VariableID:13386:29"
|
|
2591
|
+
},
|
|
2592
|
+
"21002:0": {
|
|
2593
|
+
"type": "VARIABLE_ALIAS",
|
|
2594
|
+
"id": "VariableID:13386:29"
|
|
2595
|
+
}
|
|
2596
|
+
},
|
|
2597
|
+
"scopes": [
|
|
2598
|
+
"FRAME_FILL",
|
|
2599
|
+
"SHAPE_FILL",
|
|
2600
|
+
"STROKE_COLOR"
|
|
2601
|
+
],
|
|
2602
|
+
"codeSyntax": {
|
|
2603
|
+
"WEB": "--digi--color--marking--indication--tertiary"
|
|
2604
|
+
},
|
|
2605
|
+
"digiName": "marking--indication--tertiary",
|
|
485
2606
|
"digiCSSVariable": "--digi--color--marking--indication--tertiary",
|
|
486
2607
|
"digiRecursiveValue": "#757575"
|
|
487
2608
|
},
|
|
488
2609
|
"divider--primary": {
|
|
489
2610
|
"name": "Divider/primary",
|
|
490
|
-
"
|
|
2611
|
+
"id": "VariableID:13916:1082",
|
|
2612
|
+
"remote": false,
|
|
2613
|
+
"key": "cc8624b0c0a2d22acefb7cd523d0cb6697b80a95",
|
|
2614
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2615
|
+
"resolvedType": "COLOR",
|
|
2616
|
+
"description": "Primär färg för divider",
|
|
2617
|
+
"hiddenFromPublishing": false,
|
|
2618
|
+
"valuesByMode": {
|
|
2619
|
+
"13447:0": {
|
|
2620
|
+
"type": "VARIABLE_ALIAS",
|
|
2621
|
+
"id": "VariableID:13386:35"
|
|
2622
|
+
},
|
|
2623
|
+
"21002:0": {
|
|
2624
|
+
"type": "VARIABLE_ALIAS",
|
|
2625
|
+
"id": "VariableID:13386:35"
|
|
2626
|
+
}
|
|
2627
|
+
},
|
|
2628
|
+
"scopes": [
|
|
2629
|
+
"FRAME_FILL",
|
|
2630
|
+
"SHAPE_FILL",
|
|
2631
|
+
"STROKE_COLOR"
|
|
2632
|
+
],
|
|
2633
|
+
"codeSyntax": {
|
|
2634
|
+
"WEB": "--digi--color--divider--primary"
|
|
2635
|
+
},
|
|
2636
|
+
"digiName": "divider--primary",
|
|
491
2637
|
"digiCSSVariable": "--digi--color--divider--primary",
|
|
492
2638
|
"digiRecursiveValue": "#DDDDDD"
|
|
493
2639
|
},
|
|
494
2640
|
"divider--secondary": {
|
|
495
2641
|
"name": "Divider/secondary",
|
|
496
|
-
"
|
|
2642
|
+
"id": "VariableID:14128:613",
|
|
2643
|
+
"remote": false,
|
|
2644
|
+
"key": "04409ce1a569b0bc5a97014a3134ed098cc78ae3",
|
|
2645
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2646
|
+
"resolvedType": "COLOR",
|
|
2647
|
+
"description": "Sekundär färg för divider som är subtilare än primär.",
|
|
2648
|
+
"hiddenFromPublishing": false,
|
|
2649
|
+
"valuesByMode": {
|
|
2650
|
+
"13447:0": {
|
|
2651
|
+
"type": "VARIABLE_ALIAS",
|
|
2652
|
+
"id": "VariableID:13386:36"
|
|
2653
|
+
},
|
|
2654
|
+
"21002:0": {
|
|
2655
|
+
"type": "VARIABLE_ALIAS",
|
|
2656
|
+
"id": "VariableID:13386:36"
|
|
2657
|
+
}
|
|
2658
|
+
},
|
|
2659
|
+
"scopes": [
|
|
2660
|
+
"FRAME_FILL",
|
|
2661
|
+
"SHAPE_FILL",
|
|
2662
|
+
"STROKE_COLOR"
|
|
2663
|
+
],
|
|
2664
|
+
"codeSyntax": {
|
|
2665
|
+
"WEB": "--digi--color--divider--secondary"
|
|
2666
|
+
},
|
|
2667
|
+
"digiName": "divider--secondary",
|
|
497
2668
|
"digiCSSVariable": "--digi--color--divider--secondary",
|
|
498
|
-
"digiRecursiveValue": "#EDEDED"
|
|
2669
|
+
"digiRecursiveValue": "#EDEDED",
|
|
2670
|
+
"digiValue": "grayscale--200"
|
|
2671
|
+
},
|
|
2672
|
+
"divider--tertiary": {
|
|
2673
|
+
"name": "Divider/tertiary",
|
|
2674
|
+
"id": "VariableID:14227:3558",
|
|
2675
|
+
"remote": false,
|
|
2676
|
+
"key": "ca92ada17ff9abbb50ac05e1e6bd7617e9162c6e",
|
|
2677
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2678
|
+
"resolvedType": "COLOR",
|
|
2679
|
+
"description": "Tertiär färg för divider.",
|
|
2680
|
+
"hiddenFromPublishing": false,
|
|
2681
|
+
"valuesByMode": {
|
|
2682
|
+
"13447:0": {
|
|
2683
|
+
"type": "VARIABLE_ALIAS",
|
|
2684
|
+
"id": "VariableID:13386:33"
|
|
2685
|
+
},
|
|
2686
|
+
"21002:0": {
|
|
2687
|
+
"type": "VARIABLE_ALIAS",
|
|
2688
|
+
"id": "VariableID:13386:33"
|
|
2689
|
+
}
|
|
2690
|
+
},
|
|
2691
|
+
"scopes": [
|
|
2692
|
+
"FRAME_FILL",
|
|
2693
|
+
"SHAPE_FILL",
|
|
2694
|
+
"STROKE_COLOR"
|
|
2695
|
+
],
|
|
2696
|
+
"codeSyntax": {
|
|
2697
|
+
"WEB": "--digi--color--divider--tertiary",
|
|
2698
|
+
"ANDROID": "Divider/tertiary"
|
|
2699
|
+
},
|
|
2700
|
+
"digiName": "divider--tertiary",
|
|
2701
|
+
"digiCSSVariable": "--digi--color--divider--tertiary",
|
|
2702
|
+
"digiRecursiveValue": "#CACACA",
|
|
2703
|
+
"digiValue": "grayscale--500"
|
|
499
2704
|
},
|
|
500
2705
|
"divider--on-brand-primary": {
|
|
501
2706
|
"name": "Divider/on-brand-primary",
|
|
502
|
-
"
|
|
2707
|
+
"id": "VariableID:14194:1749",
|
|
2708
|
+
"remote": false,
|
|
2709
|
+
"key": "ce8058dbc89d3874ccd625b8a46dd2399f853a7b",
|
|
2710
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2711
|
+
"resolvedType": "COLOR",
|
|
2712
|
+
"description": "Används på dividers som ligger på bakgrunder som har den primära varumärkesfärgen. Används i footer.",
|
|
2713
|
+
"hiddenFromPublishing": false,
|
|
2714
|
+
"valuesByMode": {
|
|
2715
|
+
"13447:0": {
|
|
2716
|
+
"type": "VARIABLE_ALIAS",
|
|
2717
|
+
"id": "VariableID:14191:1683"
|
|
2718
|
+
},
|
|
2719
|
+
"21002:0": {
|
|
2720
|
+
"type": "VARIABLE_ALIAS",
|
|
2721
|
+
"id": "VariableID:21002:10574"
|
|
2722
|
+
}
|
|
2723
|
+
},
|
|
2724
|
+
"scopes": [
|
|
2725
|
+
"FRAME_FILL",
|
|
2726
|
+
"SHAPE_FILL",
|
|
2727
|
+
"STROKE_COLOR"
|
|
2728
|
+
],
|
|
2729
|
+
"codeSyntax": {
|
|
2730
|
+
"WEB": "--digi--color--divider--on-brand-primary"
|
|
2731
|
+
},
|
|
2732
|
+
"digiName": "divider--on-brand-primary",
|
|
503
2733
|
"digiCSSVariable": "--digi--color--divider--on-brand-primary",
|
|
504
2734
|
"digiRecursiveValue": "#ABDEF7"
|
|
505
2735
|
},
|
|
506
2736
|
"divider--cta": {
|
|
507
2737
|
"name": "Divider/cta",
|
|
2738
|
+
"id": "VariableID:14214:455",
|
|
2739
|
+
"remote": false,
|
|
2740
|
+
"key": "7c9414982c56dc5c254eaedda9d7771c02c0af5f",
|
|
2741
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2742
|
+
"resolvedType": "COLOR",
|
|
508
2743
|
"description": "Används i Utfällbar rubrik.",
|
|
2744
|
+
"hiddenFromPublishing": false,
|
|
2745
|
+
"valuesByMode": {
|
|
2746
|
+
"13447:0": {
|
|
2747
|
+
"type": "VARIABLE_ALIAS",
|
|
2748
|
+
"id": "VariableID:13377:27"
|
|
2749
|
+
},
|
|
2750
|
+
"21002:0": {
|
|
2751
|
+
"type": "VARIABLE_ALIAS",
|
|
2752
|
+
"id": "VariableID:15493:2"
|
|
2753
|
+
}
|
|
2754
|
+
},
|
|
2755
|
+
"scopes": [
|
|
2756
|
+
"FRAME_FILL",
|
|
2757
|
+
"SHAPE_FILL",
|
|
2758
|
+
"STROKE_COLOR"
|
|
2759
|
+
],
|
|
2760
|
+
"codeSyntax": {
|
|
2761
|
+
"WEB": "--digi--color--divider--cta"
|
|
2762
|
+
},
|
|
2763
|
+
"digiName": "divider--cta",
|
|
509
2764
|
"digiCSSVariable": "--digi--color--divider--cta",
|
|
510
2765
|
"digiRecursiveValue": "#1616B2"
|
|
511
2766
|
},
|
|
512
2767
|
"icon--primary": {
|
|
513
2768
|
"name": "Icon/primary",
|
|
2769
|
+
"id": "VariableID:13650:2071",
|
|
2770
|
+
"remote": false,
|
|
2771
|
+
"key": "94f18211f2ba7f9e2d7a8dd2b1a4dfedcf833daf",
|
|
2772
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2773
|
+
"resolvedType": "COLOR",
|
|
514
2774
|
"description": "Förstahandsval för ikoner som ligger på ljus bakgrund.",
|
|
2775
|
+
"hiddenFromPublishing": false,
|
|
2776
|
+
"valuesByMode": {
|
|
2777
|
+
"13447:0": {
|
|
2778
|
+
"type": "VARIABLE_ALIAS",
|
|
2779
|
+
"id": "VariableID:13386:37"
|
|
2780
|
+
},
|
|
2781
|
+
"21002:0": {
|
|
2782
|
+
"type": "VARIABLE_ALIAS",
|
|
2783
|
+
"id": "VariableID:21002:10572"
|
|
2784
|
+
}
|
|
2785
|
+
},
|
|
2786
|
+
"scopes": [
|
|
2787
|
+
"ALL_SCOPES"
|
|
2788
|
+
],
|
|
2789
|
+
"codeSyntax": {
|
|
2790
|
+
"WEB": "--digi--color--icon--primary"
|
|
2791
|
+
},
|
|
2792
|
+
"digiName": "icon--primary",
|
|
515
2793
|
"digiCSSVariable": "--digi--color--icon--primary",
|
|
516
2794
|
"digiRecursiveValue": "#333333"
|
|
517
2795
|
},
|
|
518
2796
|
"icon--secondary": {
|
|
519
2797
|
"name": "Icon/secondary",
|
|
2798
|
+
"id": "VariableID:13650:2070",
|
|
2799
|
+
"remote": false,
|
|
2800
|
+
"key": "03903657e3207072bef8947eb1f6f6d8a5e81774",
|
|
2801
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2802
|
+
"resolvedType": "COLOR",
|
|
520
2803
|
"description": "Används när en ikon ligger på mörk bakgrund, t.ex. i Footer eller Mediatagg.",
|
|
2804
|
+
"hiddenFromPublishing": false,
|
|
2805
|
+
"valuesByMode": {
|
|
2806
|
+
"13447:0": {
|
|
2807
|
+
"type": "VARIABLE_ALIAS",
|
|
2808
|
+
"id": "VariableID:13367:15"
|
|
2809
|
+
},
|
|
2810
|
+
"21002:0": {
|
|
2811
|
+
"type": "VARIABLE_ALIAS",
|
|
2812
|
+
"id": "VariableID:21002:10572"
|
|
2813
|
+
}
|
|
2814
|
+
},
|
|
2815
|
+
"scopes": [
|
|
2816
|
+
"ALL_SCOPES"
|
|
2817
|
+
],
|
|
2818
|
+
"codeSyntax": {
|
|
2819
|
+
"WEB": "--digi--color--icon--secondary"
|
|
2820
|
+
},
|
|
2821
|
+
"digiName": "icon--secondary",
|
|
521
2822
|
"digiCSSVariable": "--digi--color--icon--secondary",
|
|
522
2823
|
"digiRecursiveValue": "#FFFFFF"
|
|
523
2824
|
},
|
|
524
2825
|
"icon--brand-primary": {
|
|
525
2826
|
"name": "Icon/brand-primary",
|
|
2827
|
+
"id": "VariableID:13650:2072",
|
|
2828
|
+
"remote": false,
|
|
2829
|
+
"key": "d5d71c212c6b86a15e23f757ae40eedae1b75502",
|
|
2830
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2831
|
+
"resolvedType": "COLOR",
|
|
526
2832
|
"description": "Används på ljusa bakgrunder där man vill få in varumärkets färg, t.ex. länkknappar.",
|
|
2833
|
+
"hiddenFromPublishing": false,
|
|
2834
|
+
"valuesByMode": {
|
|
2835
|
+
"13447:0": {
|
|
2836
|
+
"type": "VARIABLE_ALIAS",
|
|
2837
|
+
"id": "VariableID:13332:3"
|
|
2838
|
+
},
|
|
2839
|
+
"21002:0": {
|
|
2840
|
+
"type": "VARIABLE_ALIAS",
|
|
2841
|
+
"id": "VariableID:21002:10572"
|
|
2842
|
+
}
|
|
2843
|
+
},
|
|
2844
|
+
"scopes": [
|
|
2845
|
+
"ALL_SCOPES"
|
|
2846
|
+
],
|
|
2847
|
+
"codeSyntax": {
|
|
2848
|
+
"WEB": "--digi--color--icon--brand-primary"
|
|
2849
|
+
},
|
|
2850
|
+
"digiName": "icon--brand-primary",
|
|
527
2851
|
"digiCSSVariable": "--digi--color--icon--brand-primary",
|
|
528
2852
|
"digiRecursiveValue": "#091D54"
|
|
529
2853
|
},
|
|
530
2854
|
"icon--brand-secondary": {
|
|
531
2855
|
"name": "Icon/brand-secondary",
|
|
2856
|
+
"id": "VariableID:13650:2073",
|
|
2857
|
+
"remote": false,
|
|
2858
|
+
"key": "083e335f825cbff4a4a30b5dbeca0226e3d8f420",
|
|
2859
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2860
|
+
"resolvedType": "COLOR",
|
|
532
2861
|
"description": "Används på mörka bakgrunder där man vill få in varumärkets sekundära färg, t.ex. länkknappar.",
|
|
2862
|
+
"hiddenFromPublishing": false,
|
|
2863
|
+
"valuesByMode": {
|
|
2864
|
+
"13447:0": {
|
|
2865
|
+
"type": "VARIABLE_ALIAS",
|
|
2866
|
+
"id": "VariableID:15493:2"
|
|
2867
|
+
},
|
|
2868
|
+
"21002:0": {
|
|
2869
|
+
"type": "VARIABLE_ALIAS",
|
|
2870
|
+
"id": "VariableID:15493:2"
|
|
2871
|
+
}
|
|
2872
|
+
},
|
|
2873
|
+
"scopes": [
|
|
2874
|
+
"ALL_SCOPES"
|
|
2875
|
+
],
|
|
2876
|
+
"codeSyntax": {
|
|
2877
|
+
"WEB": "--digi--color--icon--brand-secondary"
|
|
2878
|
+
},
|
|
2879
|
+
"digiName": "icon--brand-secondary",
|
|
533
2880
|
"digiCSSVariable": "--digi--color--icon--brand-secondary",
|
|
534
2881
|
"digiRecursiveValue": "#67EE6A"
|
|
535
2882
|
},
|
|
536
2883
|
"icon--cta": {
|
|
537
2884
|
"name": "Icon/cta",
|
|
2885
|
+
"id": "VariableID:13650:2069",
|
|
2886
|
+
"remote": false,
|
|
2887
|
+
"key": "4a785ee0e8f202776f4ccf403366ae1f72adebc1",
|
|
2888
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2889
|
+
"resolvedType": "COLOR",
|
|
538
2890
|
"description": "Används för ikon i funktionsknapp, filuppladdare och flikfältet. ",
|
|
2891
|
+
"hiddenFromPublishing": false,
|
|
2892
|
+
"valuesByMode": {
|
|
2893
|
+
"13447:0": {
|
|
2894
|
+
"type": "VARIABLE_ALIAS",
|
|
2895
|
+
"id": "VariableID:13377:27"
|
|
2896
|
+
},
|
|
2897
|
+
"21002:0": {
|
|
2898
|
+
"type": "VARIABLE_ALIAS",
|
|
2899
|
+
"id": "VariableID:15493:2"
|
|
2900
|
+
}
|
|
2901
|
+
},
|
|
2902
|
+
"scopes": [
|
|
2903
|
+
"ALL_SCOPES"
|
|
2904
|
+
],
|
|
2905
|
+
"codeSyntax": {
|
|
2906
|
+
"WEB": "--digi--color--icon--cta"
|
|
2907
|
+
},
|
|
2908
|
+
"digiName": "icon--cta",
|
|
539
2909
|
"digiCSSVariable": "--digi--color--icon--cta",
|
|
540
2910
|
"digiRecursiveValue": "#1616B2"
|
|
541
2911
|
},
|
|
542
2912
|
"icon--validation--success": {
|
|
543
2913
|
"name": "Icon/Validation/success",
|
|
2914
|
+
"id": "VariableID:13649:1580",
|
|
2915
|
+
"remote": false,
|
|
2916
|
+
"key": "fec386fb50cf409d058068e593709f341fef1d55",
|
|
2917
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2918
|
+
"resolvedType": "COLOR",
|
|
544
2919
|
"description": "Används för ikoner som visar success-state. Används i valideringsmeddelande.",
|
|
2920
|
+
"hiddenFromPublishing": false,
|
|
2921
|
+
"valuesByMode": {
|
|
2922
|
+
"13447:0": {
|
|
2923
|
+
"type": "VARIABLE_ALIAS",
|
|
2924
|
+
"id": "VariableID:13385:39"
|
|
2925
|
+
},
|
|
2926
|
+
"21002:0": {
|
|
2927
|
+
"type": "VARIABLE_ALIAS",
|
|
2928
|
+
"id": "VariableID:13385:39"
|
|
2929
|
+
}
|
|
2930
|
+
},
|
|
2931
|
+
"scopes": [
|
|
2932
|
+
"SHAPE_FILL"
|
|
2933
|
+
],
|
|
2934
|
+
"codeSyntax": {
|
|
2935
|
+
"WEB": "--digi--color--icon--validation--success"
|
|
2936
|
+
},
|
|
2937
|
+
"digiName": "icon--validation--success",
|
|
545
2938
|
"digiCSSVariable": "--digi--color--icon--validation--success",
|
|
546
2939
|
"digiRecursiveValue": "#008A20"
|
|
547
2940
|
},
|
|
548
2941
|
"icon--validation--warning": {
|
|
549
2942
|
"name": "Icon/Validation/warning",
|
|
2943
|
+
"id": "VariableID:13650:1356",
|
|
2944
|
+
"remote": false,
|
|
2945
|
+
"key": "92a085d7c4c8c3796dbcdc7048a32e55a883bec2",
|
|
2946
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2947
|
+
"resolvedType": "COLOR",
|
|
550
2948
|
"description": "Används för ikoner som visar warning-state. Används i valideringsmeddelande.",
|
|
2949
|
+
"hiddenFromPublishing": false,
|
|
2950
|
+
"valuesByMode": {
|
|
2951
|
+
"13447:0": {
|
|
2952
|
+
"type": "VARIABLE_ALIAS",
|
|
2953
|
+
"id": "VariableID:13385:28"
|
|
2954
|
+
},
|
|
2955
|
+
"21002:0": {
|
|
2956
|
+
"type": "VARIABLE_ALIAS",
|
|
2957
|
+
"id": "VariableID:13385:28"
|
|
2958
|
+
}
|
|
2959
|
+
},
|
|
2960
|
+
"scopes": [
|
|
2961
|
+
"SHAPE_FILL"
|
|
2962
|
+
],
|
|
2963
|
+
"codeSyntax": {
|
|
2964
|
+
"WEB": "--digi--color--icon--validation--warning"
|
|
2965
|
+
},
|
|
2966
|
+
"digiName": "icon--validation--warning",
|
|
551
2967
|
"digiCSSVariable": "--digi--color--icon--validation--warning",
|
|
552
2968
|
"digiRecursiveValue": "#FFE200"
|
|
553
2969
|
},
|
|
554
2970
|
"icon--validation--error": {
|
|
555
2971
|
"name": "Icon/Validation/error",
|
|
2972
|
+
"id": "VariableID:13650:1357",
|
|
2973
|
+
"remote": false,
|
|
2974
|
+
"key": "09bc25959214ade9f08c38f35b0e7fde2a315719",
|
|
2975
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
2976
|
+
"resolvedType": "COLOR",
|
|
556
2977
|
"description": "Används för ikoner som visar error-state. Används i valideringsmeddelande.",
|
|
2978
|
+
"hiddenFromPublishing": false,
|
|
2979
|
+
"valuesByMode": {
|
|
2980
|
+
"13447:0": {
|
|
2981
|
+
"type": "VARIABLE_ALIAS",
|
|
2982
|
+
"id": "VariableID:13385:50"
|
|
2983
|
+
},
|
|
2984
|
+
"21002:0": {
|
|
2985
|
+
"type": "VARIABLE_ALIAS",
|
|
2986
|
+
"id": "VariableID:13385:50"
|
|
2987
|
+
}
|
|
2988
|
+
},
|
|
2989
|
+
"scopes": [
|
|
2990
|
+
"SHAPE_FILL"
|
|
2991
|
+
],
|
|
2992
|
+
"codeSyntax": {
|
|
2993
|
+
"WEB": "--digi--color--icon--validation--error"
|
|
2994
|
+
},
|
|
2995
|
+
"digiName": "icon--validation--error",
|
|
557
2996
|
"digiCSSVariable": "--digi--color--icon--validation--error",
|
|
558
2997
|
"digiRecursiveValue": "#DA0000"
|
|
559
2998
|
},
|
|
560
2999
|
"infographic--lineart": {
|
|
561
3000
|
"name": "Infographic/Lineart",
|
|
3001
|
+
"id": "VariableID:16588:2",
|
|
3002
|
+
"remote": false,
|
|
3003
|
+
"key": "8d553b11672cf25267a50f0592e62fed405ad7e4",
|
|
3004
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
3005
|
+
"resolvedType": "COLOR",
|
|
562
3006
|
"description": "",
|
|
3007
|
+
"hiddenFromPublishing": false,
|
|
3008
|
+
"valuesByMode": {
|
|
3009
|
+
"13447:0": {
|
|
3010
|
+
"type": "VARIABLE_ALIAS",
|
|
3011
|
+
"id": "VariableID:13386:37"
|
|
3012
|
+
},
|
|
3013
|
+
"21002:0": {
|
|
3014
|
+
"type": "VARIABLE_ALIAS",
|
|
3015
|
+
"id": "VariableID:21002:10572"
|
|
3016
|
+
}
|
|
3017
|
+
},
|
|
3018
|
+
"scopes": [
|
|
3019
|
+
"ALL_SCOPES"
|
|
3020
|
+
],
|
|
3021
|
+
"codeSyntax": {
|
|
3022
|
+
"WEB": "--digi--color--infographic--lineart"
|
|
3023
|
+
},
|
|
3024
|
+
"digiName": "infographic--lineart",
|
|
563
3025
|
"digiCSSVariable": "--digi--color--infographic--lineart",
|
|
564
3026
|
"digiRecursiveValue": "#333333"
|
|
565
3027
|
},
|
|
566
3028
|
"infographic--background": {
|
|
567
3029
|
"name": "Infographic/Background",
|
|
3030
|
+
"id": "VariableID:16588:11013",
|
|
3031
|
+
"remote": false,
|
|
3032
|
+
"key": "d65e7b252c86ffae189624c7d73476ccbb8b0820",
|
|
3033
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
3034
|
+
"resolvedType": "COLOR",
|
|
568
3035
|
"description": "",
|
|
3036
|
+
"hiddenFromPublishing": false,
|
|
3037
|
+
"valuesByMode": {
|
|
3038
|
+
"13447:0": {
|
|
3039
|
+
"type": "VARIABLE_ALIAS",
|
|
3040
|
+
"id": "VariableID:13367:15"
|
|
3041
|
+
},
|
|
3042
|
+
"21002:0": {
|
|
3043
|
+
"type": "VARIABLE_ALIAS",
|
|
3044
|
+
"id": "VariableID:13367:15"
|
|
3045
|
+
}
|
|
3046
|
+
},
|
|
3047
|
+
"scopes": [
|
|
3048
|
+
"ALL_SCOPES"
|
|
3049
|
+
],
|
|
3050
|
+
"codeSyntax": {
|
|
3051
|
+
"WEB": "--digi--color--infographic--background"
|
|
3052
|
+
},
|
|
3053
|
+
"digiName": "infographic--background",
|
|
569
3054
|
"digiCSSVariable": "--digi--color--infographic--background",
|
|
570
3055
|
"digiRecursiveValue": "#FFFFFF"
|
|
571
3056
|
},
|
|
572
3057
|
"infographic--brand--primary": {
|
|
573
3058
|
"name": "Infographic/Brand/Primary",
|
|
3059
|
+
"id": "VariableID:16588:3944",
|
|
3060
|
+
"remote": false,
|
|
3061
|
+
"key": "de272572829093627ac75d5f8f88bd7f427ee56d",
|
|
3062
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
3063
|
+
"resolvedType": "COLOR",
|
|
574
3064
|
"description": "Används som primär färg för infografik.",
|
|
3065
|
+
"hiddenFromPublishing": false,
|
|
3066
|
+
"valuesByMode": {
|
|
3067
|
+
"13447:0": {
|
|
3068
|
+
"type": "VARIABLE_ALIAS",
|
|
3069
|
+
"id": "VariableID:17212:928"
|
|
3070
|
+
},
|
|
3071
|
+
"21002:0": {
|
|
3072
|
+
"type": "VARIABLE_ALIAS",
|
|
3073
|
+
"id": "VariableID:17212:928"
|
|
3074
|
+
}
|
|
3075
|
+
},
|
|
3076
|
+
"scopes": [
|
|
3077
|
+
"ALL_SCOPES"
|
|
3078
|
+
],
|
|
3079
|
+
"codeSyntax": {
|
|
3080
|
+
"WEB": "--digi--color--infographic--brand--primary"
|
|
3081
|
+
},
|
|
3082
|
+
"digiName": "infographic--brand--primary",
|
|
575
3083
|
"digiCSSVariable": "--digi--color--infographic--brand--primary",
|
|
576
3084
|
"digiRecursiveValue": "#02A704"
|
|
577
3085
|
},
|
|
578
3086
|
"infographic--brand--primary-alt": {
|
|
579
3087
|
"name": "Infographic/Brand/Primary-alt",
|
|
3088
|
+
"id": "VariableID:16588:11010",
|
|
3089
|
+
"remote": false,
|
|
3090
|
+
"key": "079812791718a34710a4f55f09f6e5f4f6377bb7",
|
|
3091
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
3092
|
+
"resolvedType": "COLOR",
|
|
580
3093
|
"description": "Används i vissa fall där denna färg inte syns i dark mode.",
|
|
3094
|
+
"hiddenFromPublishing": false,
|
|
3095
|
+
"valuesByMode": {
|
|
3096
|
+
"13447:0": {
|
|
3097
|
+
"type": "VARIABLE_ALIAS",
|
|
3098
|
+
"id": "VariableID:17212:928"
|
|
3099
|
+
},
|
|
3100
|
+
"21002:0": {
|
|
3101
|
+
"type": "VARIABLE_ALIAS",
|
|
3102
|
+
"id": "VariableID:17212:928"
|
|
3103
|
+
}
|
|
3104
|
+
},
|
|
3105
|
+
"scopes": [
|
|
3106
|
+
"ALL_SCOPES"
|
|
3107
|
+
],
|
|
3108
|
+
"codeSyntax": {
|
|
3109
|
+
"WEB": "--digi--color--infographic--brand--primary-alt"
|
|
3110
|
+
},
|
|
3111
|
+
"digiName": "infographic--brand--primary-alt",
|
|
581
3112
|
"digiCSSVariable": "--digi--color--infographic--brand--primary-alt",
|
|
582
3113
|
"digiRecursiveValue": "#02A704"
|
|
583
3114
|
},
|
|
584
3115
|
"infographic--brand--secondary": {
|
|
585
3116
|
"name": "Infographic/Brand/Secondary",
|
|
3117
|
+
"id": "VariableID:16588:11011",
|
|
3118
|
+
"remote": false,
|
|
3119
|
+
"key": "5524ef846b6a20bab4b255d9a781d15eff1cb311",
|
|
3120
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
3121
|
+
"resolvedType": "COLOR",
|
|
586
3122
|
"description": "Används som sekundär färg för infografik.",
|
|
3123
|
+
"hiddenFromPublishing": false,
|
|
3124
|
+
"valuesByMode": {
|
|
3125
|
+
"13447:0": {
|
|
3126
|
+
"type": "VARIABLE_ALIAS",
|
|
3127
|
+
"id": "VariableID:17212:929"
|
|
3128
|
+
},
|
|
3129
|
+
"21002:0": {
|
|
3130
|
+
"type": "VARIABLE_ALIAS",
|
|
3131
|
+
"id": "VariableID:17212:929"
|
|
3132
|
+
}
|
|
3133
|
+
},
|
|
3134
|
+
"scopes": [
|
|
3135
|
+
"ALL_SCOPES"
|
|
3136
|
+
],
|
|
3137
|
+
"codeSyntax": {
|
|
3138
|
+
"WEB": "--digi--color--infographic--brand--secondary"
|
|
3139
|
+
},
|
|
3140
|
+
"digiName": "infographic--brand--secondary",
|
|
587
3141
|
"digiCSSVariable": "--digi--color--infographic--brand--secondary",
|
|
588
3142
|
"digiRecursiveValue": "#CBECC9"
|
|
589
3143
|
},
|
|
590
3144
|
"infographic--brand--secondary-alt": {
|
|
591
3145
|
"name": "Infographic/Brand/Secondary-alt",
|
|
3146
|
+
"id": "VariableID:16588:11012",
|
|
3147
|
+
"remote": false,
|
|
3148
|
+
"key": "2964903c251a068088810c16f926a3fce89b8b97",
|
|
3149
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
3150
|
+
"resolvedType": "COLOR",
|
|
592
3151
|
"description": "Används i vissa fall där denna färg inte syns i dark mode.",
|
|
3152
|
+
"hiddenFromPublishing": false,
|
|
3153
|
+
"valuesByMode": {
|
|
3154
|
+
"13447:0": {
|
|
3155
|
+
"type": "VARIABLE_ALIAS",
|
|
3156
|
+
"id": "VariableID:17212:929"
|
|
3157
|
+
},
|
|
3158
|
+
"21002:0": {
|
|
3159
|
+
"type": "VARIABLE_ALIAS",
|
|
3160
|
+
"id": "VariableID:17212:929"
|
|
3161
|
+
}
|
|
3162
|
+
},
|
|
3163
|
+
"scopes": [
|
|
3164
|
+
"ALL_SCOPES"
|
|
3165
|
+
],
|
|
3166
|
+
"codeSyntax": {
|
|
3167
|
+
"WEB": "--digi--color--infographic--brand--secondary-alt"
|
|
3168
|
+
},
|
|
3169
|
+
"digiName": "infographic--brand--secondary-alt",
|
|
593
3170
|
"digiCSSVariable": "--digi--color--infographic--brand--secondary-alt",
|
|
594
3171
|
"digiRecursiveValue": "#CBECC9"
|
|
595
3172
|
},
|
|
596
3173
|
"misc--spinner-path": {
|
|
597
3174
|
"name": "Misc/spinner-path",
|
|
3175
|
+
"id": "VariableID:14194:1890",
|
|
3176
|
+
"remote": false,
|
|
3177
|
+
"key": "e95ba112a892d0780982ab2aa2787a18f078b02c",
|
|
3178
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
3179
|
+
"resolvedType": "COLOR",
|
|
598
3180
|
"description": "Används i Spinner-komponenten.",
|
|
3181
|
+
"hiddenFromPublishing": false,
|
|
3182
|
+
"valuesByMode": {
|
|
3183
|
+
"13447:0": {
|
|
3184
|
+
"type": "VARIABLE_ALIAS",
|
|
3185
|
+
"id": "VariableID:13386:35"
|
|
3186
|
+
},
|
|
3187
|
+
"21002:0": {
|
|
3188
|
+
"type": "VARIABLE_ALIAS",
|
|
3189
|
+
"id": "VariableID:13386:35"
|
|
3190
|
+
}
|
|
3191
|
+
},
|
|
3192
|
+
"scopes": [
|
|
3193
|
+
"FRAME_FILL",
|
|
3194
|
+
"SHAPE_FILL"
|
|
3195
|
+
],
|
|
3196
|
+
"codeSyntax": {
|
|
3197
|
+
"WEB": "--digi--color--misc--spinner-path"
|
|
3198
|
+
},
|
|
3199
|
+
"digiName": "misc--spinner-path",
|
|
599
3200
|
"digiCSSVariable": "--digi--color--misc--spinner-path",
|
|
600
3201
|
"digiRecursiveValue": "#DDDDDD"
|
|
601
3202
|
},
|
|
602
3203
|
"misc--skeleton": {
|
|
603
3204
|
"name": "Misc/skeleton",
|
|
3205
|
+
"id": "VariableID:15650:2847",
|
|
3206
|
+
"remote": false,
|
|
3207
|
+
"key": "bc36394aa10e380ae0600c1859a2d5e4845a8de2",
|
|
3208
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
3209
|
+
"resolvedType": "COLOR",
|
|
604
3210
|
"description": "Används i Platshållare-komponenten.",
|
|
3211
|
+
"hiddenFromPublishing": false,
|
|
3212
|
+
"valuesByMode": {
|
|
3213
|
+
"13447:0": {
|
|
3214
|
+
"type": "VARIABLE_ALIAS",
|
|
3215
|
+
"id": "VariableID:13386:35"
|
|
3216
|
+
},
|
|
3217
|
+
"21002:0": {
|
|
3218
|
+
"type": "VARIABLE_ALIAS",
|
|
3219
|
+
"id": "VariableID:13386:35"
|
|
3220
|
+
}
|
|
3221
|
+
},
|
|
3222
|
+
"scopes": [
|
|
3223
|
+
"FRAME_FILL",
|
|
3224
|
+
"SHAPE_FILL"
|
|
3225
|
+
],
|
|
3226
|
+
"codeSyntax": {
|
|
3227
|
+
"WEB": "--digi--color--misc--skeleton"
|
|
3228
|
+
},
|
|
3229
|
+
"digiName": "misc--skeleton",
|
|
605
3230
|
"digiCSSVariable": "--digi--color--misc--skeleton",
|
|
606
3231
|
"digiRecursiveValue": "#DDDDDD"
|
|
607
3232
|
},
|
|
608
3233
|
"misc--transparent": {
|
|
609
3234
|
"name": "Misc/Transparent",
|
|
3235
|
+
"id": "VariableID:13646:1231",
|
|
3236
|
+
"remote": false,
|
|
3237
|
+
"key": "a9e56afd6eaed9f78a056a8307a0dd4aeb5c3555",
|
|
3238
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3239
|
+
"resolvedType": "COLOR",
|
|
610
3240
|
"description": "",
|
|
611
3241
|
"digiCSSVariable": "--digi--misc--transparent",
|
|
612
3242
|
"digiRecursiveValue": "#FFFFFF"
|
|
613
3243
|
},
|
|
614
3244
|
"grayscale--0": {
|
|
615
3245
|
"name": "Grayscale/0",
|
|
3246
|
+
"id": "VariableID:13367:15",
|
|
3247
|
+
"remote": false,
|
|
3248
|
+
"key": "33a9eb36140a204ac20e5113abeb0bf251c07b6b",
|
|
3249
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3250
|
+
"resolvedType": "COLOR",
|
|
616
3251
|
"description": "",
|
|
617
3252
|
"digiCSSVariable": "--digi--grayscale--0",
|
|
618
3253
|
"digiRecursiveValue": "#FFFFFF"
|
|
619
3254
|
},
|
|
620
3255
|
"grayscale--50": {
|
|
621
3256
|
"name": "Grayscale/50",
|
|
3257
|
+
"id": "VariableID:13386:32",
|
|
3258
|
+
"remote": false,
|
|
3259
|
+
"key": "775252415c0990ed681ba1ca53799b2f21b77e1b",
|
|
3260
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3261
|
+
"resolvedType": "COLOR",
|
|
622
3262
|
"description": "",
|
|
623
3263
|
"digiCSSVariable": "--digi--grayscale--50",
|
|
624
3264
|
"digiRecursiveValue": "#FBFBFB"
|
|
625
3265
|
},
|
|
626
3266
|
"grayscale--100": {
|
|
627
3267
|
"name": "Grayscale/100",
|
|
3268
|
+
"id": "VariableID:13386:2",
|
|
3269
|
+
"remote": false,
|
|
3270
|
+
"key": "4f7d074b0ecd6a99a6d2bd20dc3c4a4bf0c6e191",
|
|
3271
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3272
|
+
"resolvedType": "COLOR",
|
|
628
3273
|
"description": "",
|
|
629
3274
|
"digiCSSVariable": "--digi--grayscale--100",
|
|
630
3275
|
"digiRecursiveValue": "#F4F4F4"
|
|
631
3276
|
},
|
|
632
3277
|
"grayscale--200": {
|
|
633
3278
|
"name": "Grayscale/200",
|
|
3279
|
+
"id": "VariableID:13386:36",
|
|
3280
|
+
"remote": false,
|
|
3281
|
+
"key": "1f9e63b4d95e72b9c01341cc401c07f5eddb94b4",
|
|
3282
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3283
|
+
"resolvedType": "COLOR",
|
|
634
3284
|
"description": "Sekundär bakgrundsfärg / Secoundary background",
|
|
635
3285
|
"digiCSSVariable": "--digi--grayscale--200",
|
|
636
3286
|
"digiRecursiveValue": "#EDEDED"
|
|
637
3287
|
},
|
|
638
3288
|
"grayscale--300": {
|
|
639
3289
|
"name": "Grayscale/300",
|
|
3290
|
+
"id": "VariableID:13386:34",
|
|
3291
|
+
"remote": false,
|
|
3292
|
+
"key": "2678407b8b3c5e1fcdb50ec443e7b918f28ff14f",
|
|
3293
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3294
|
+
"resolvedType": "COLOR",
|
|
640
3295
|
"description": "",
|
|
641
3296
|
"digiCSSVariable": "--digi--grayscale--300",
|
|
642
3297
|
"digiRecursiveValue": "#E4E4E4"
|
|
643
3298
|
},
|
|
644
3299
|
"grayscale--400": {
|
|
645
3300
|
"name": "Grayscale/400",
|
|
3301
|
+
"id": "VariableID:13386:35",
|
|
3302
|
+
"remote": false,
|
|
3303
|
+
"key": "4b3be6e08ef6ae009af930e6440f78127dc502d2",
|
|
3304
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3305
|
+
"resolvedType": "COLOR",
|
|
646
3306
|
"description": "",
|
|
647
3307
|
"digiCSSVariable": "--digi--grayscale--400",
|
|
648
3308
|
"digiRecursiveValue": "#DDDDDD"
|
|
649
3309
|
},
|
|
650
3310
|
"grayscale--500": {
|
|
651
3311
|
"name": "Grayscale/500",
|
|
3312
|
+
"id": "VariableID:13386:33",
|
|
3313
|
+
"remote": false,
|
|
3314
|
+
"key": "94514b37b6af0ef570687ccd06a9c393b6d0aa05",
|
|
3315
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3316
|
+
"resolvedType": "COLOR",
|
|
652
3317
|
"description": "",
|
|
653
3318
|
"digiCSSVariable": "--digi--grayscale--500",
|
|
654
3319
|
"digiRecursiveValue": "#CACACA"
|
|
655
3320
|
},
|
|
656
3321
|
"grayscale--600": {
|
|
657
3322
|
"name": "Grayscale/600",
|
|
3323
|
+
"id": "VariableID:13386:31",
|
|
3324
|
+
"remote": false,
|
|
3325
|
+
"key": "65c73cb81631c9a36793e7bb77eff3c116ee529c",
|
|
3326
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3327
|
+
"resolvedType": "COLOR",
|
|
658
3328
|
"description": "",
|
|
659
3329
|
"digiCSSVariable": "--digi--grayscale--600",
|
|
660
3330
|
"digiRecursiveValue": "#ACACAC"
|
|
661
3331
|
},
|
|
662
3332
|
"grayscale--700": {
|
|
663
3333
|
"name": "Grayscale/700",
|
|
3334
|
+
"id": "VariableID:13386:29",
|
|
3335
|
+
"remote": false,
|
|
3336
|
+
"key": "7b9a362b6efc32820f458993cb55ab906d4f7826",
|
|
3337
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3338
|
+
"resolvedType": "COLOR",
|
|
664
3339
|
"description": "Textcolor",
|
|
665
3340
|
"digiCSSVariable": "--digi--grayscale--700",
|
|
666
3341
|
"digiRecursiveValue": "#757575"
|
|
667
3342
|
},
|
|
668
3343
|
"grayscale--800": {
|
|
669
3344
|
"name": "Grayscale/800",
|
|
3345
|
+
"id": "VariableID:13386:28",
|
|
3346
|
+
"remote": false,
|
|
3347
|
+
"key": "febc663112559ae624c1a8e31fa9be2ad55c17df",
|
|
3348
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3349
|
+
"resolvedType": "COLOR",
|
|
670
3350
|
"description": "Textcolor 5C5C5C",
|
|
671
3351
|
"digiCSSVariable": "--digi--grayscale--800",
|
|
672
3352
|
"digiRecursiveValue": "#5C5C5C"
|
|
673
3353
|
},
|
|
674
3354
|
"grayscale--900": {
|
|
675
3355
|
"name": "Grayscale/900",
|
|
3356
|
+
"id": "VariableID:13386:37",
|
|
3357
|
+
"remote": false,
|
|
3358
|
+
"key": "e110ca2bb0fadbf454450caae5efbbffdc271d7a",
|
|
3359
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3360
|
+
"resolvedType": "COLOR",
|
|
676
3361
|
"description": "Primary text color",
|
|
677
3362
|
"digiCSSVariable": "--digi--grayscale--900",
|
|
678
3363
|
"digiRecursiveValue": "#333333"
|
|
679
3364
|
},
|
|
680
3365
|
"grayscale--1000": {
|
|
681
3366
|
"name": "Grayscale/1000",
|
|
3367
|
+
"id": "VariableID:13386:30",
|
|
3368
|
+
"remote": false,
|
|
3369
|
+
"key": "81845adb943d964b78ef4e5d513b7770ad385ada",
|
|
3370
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3371
|
+
"resolvedType": "COLOR",
|
|
682
3372
|
"description": "",
|
|
683
3373
|
"digiCSSVariable": "--digi--grayscale--1000",
|
|
684
3374
|
"digiRecursiveValue": "#000000"
|
|
685
3375
|
},
|
|
686
3376
|
"sentiment--informative--200": {
|
|
687
3377
|
"name": "Sentiment/Informative/200",
|
|
3378
|
+
"id": "VariableID:13385:86",
|
|
3379
|
+
"remote": false,
|
|
3380
|
+
"key": "acadeaff163ffb993970d0f893877a4dce5cc0da",
|
|
3381
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3382
|
+
"resolvedType": "COLOR",
|
|
688
3383
|
"description": "",
|
|
689
3384
|
"digiCSSVariable": "--digi--sentiment--informative--200",
|
|
690
3385
|
"digiRecursiveValue": "#E9E9FF"
|
|
691
3386
|
},
|
|
692
3387
|
"sentiment--informative--500": {
|
|
693
3388
|
"name": "Sentiment/Informative/500",
|
|
3389
|
+
"id": "VariableID:13385:85",
|
|
3390
|
+
"remote": false,
|
|
3391
|
+
"key": "fa6c3125d2fa4f85fc26cd45040d76c33746ac89",
|
|
3392
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3393
|
+
"resolvedType": "COLOR",
|
|
694
3394
|
"description": "",
|
|
695
3395
|
"digiCSSVariable": "--digi--sentiment--informative--500",
|
|
696
3396
|
"digiRecursiveValue": "#0A4DD1"
|
|
697
3397
|
},
|
|
698
3398
|
"sentiment--informative--700": {
|
|
699
3399
|
"name": "Sentiment/Informative/700",
|
|
3400
|
+
"id": "VariableID:13385:84",
|
|
3401
|
+
"remote": false,
|
|
3402
|
+
"key": "cc2e02d9a3b5d70dcd9f2f6d5f9c95dc2af1da29",
|
|
3403
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3404
|
+
"resolvedType": "COLOR",
|
|
700
3405
|
"description": "",
|
|
701
3406
|
"digiCSSVariable": "--digi--sentiment--informative--700",
|
|
702
3407
|
"digiRecursiveValue": "#0058A3"
|
|
703
3408
|
},
|
|
704
3409
|
"sentiment--error--200": {
|
|
705
3410
|
"name": "Sentiment/Error/200",
|
|
3411
|
+
"id": "VariableID:13385:51",
|
|
3412
|
+
"remote": false,
|
|
3413
|
+
"key": "15f1ac9f16f59c25c0e886c3187a8e752acbe8ad",
|
|
3414
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3415
|
+
"resolvedType": "COLOR",
|
|
706
3416
|
"description": "",
|
|
707
3417
|
"digiCSSVariable": "--digi--sentiment--error--200",
|
|
708
3418
|
"digiRecursiveValue": "#FDEDED"
|
|
709
3419
|
},
|
|
710
3420
|
"sentiment--error--500": {
|
|
711
3421
|
"name": "Sentiment/Error/500",
|
|
3422
|
+
"id": "VariableID:13385:50",
|
|
3423
|
+
"remote": false,
|
|
3424
|
+
"key": "7023a04a9b95f973886e93f29c2ad31897112bdd",
|
|
3425
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3426
|
+
"resolvedType": "COLOR",
|
|
712
3427
|
"description": "",
|
|
713
3428
|
"digiCSSVariable": "--digi--sentiment--error--500",
|
|
714
3429
|
"digiRecursiveValue": "#DA0000"
|
|
715
3430
|
},
|
|
716
3431
|
"sentiment--error--700": {
|
|
717
3432
|
"name": "Sentiment/Error/700",
|
|
3433
|
+
"id": "VariableID:13385:49",
|
|
3434
|
+
"remote": false,
|
|
3435
|
+
"key": "f559650792440c982b1832d91119fb68ae4a46f6",
|
|
3436
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3437
|
+
"resolvedType": "COLOR",
|
|
718
3438
|
"description": "",
|
|
719
3439
|
"digiCSSVariable": "--digi--sentiment--error--700",
|
|
720
3440
|
"digiRecursiveValue": "#C7311A"
|
|
721
3441
|
},
|
|
722
3442
|
"sentiment--success--200": {
|
|
723
3443
|
"name": "Sentiment/Success/200",
|
|
3444
|
+
"id": "VariableID:13385:40",
|
|
3445
|
+
"remote": false,
|
|
3446
|
+
"key": "f92dd8a7cc071ec78615a0e6b426c1f224272694",
|
|
3447
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3448
|
+
"resolvedType": "COLOR",
|
|
724
3449
|
"description": "",
|
|
725
3450
|
"digiCSSVariable": "--digi--sentiment--success--200",
|
|
726
3451
|
"digiRecursiveValue": "#E9F6EC"
|
|
727
3452
|
},
|
|
728
3453
|
"sentiment--success--500": {
|
|
729
3454
|
"name": "Sentiment/Success/500",
|
|
3455
|
+
"id": "VariableID:13385:39",
|
|
3456
|
+
"remote": false,
|
|
3457
|
+
"key": "6ca074ae154446ee638fb28d258d6a7dc6de0512",
|
|
3458
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3459
|
+
"resolvedType": "COLOR",
|
|
730
3460
|
"description": "",
|
|
731
3461
|
"digiCSSVariable": "--digi--sentiment--success--500",
|
|
732
3462
|
"digiRecursiveValue": "#008A20"
|
|
733
3463
|
},
|
|
734
3464
|
"sentiment--success--700": {
|
|
735
3465
|
"name": "Sentiment/Success/700",
|
|
3466
|
+
"id": "VariableID:13385:38",
|
|
3467
|
+
"remote": false,
|
|
3468
|
+
"key": "3e738055e88eef663276c80c6852fe91c4674762",
|
|
3469
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3470
|
+
"resolvedType": "COLOR",
|
|
736
3471
|
"description": "",
|
|
737
3472
|
"digiCSSVariable": "--digi--sentiment--success--700",
|
|
738
3473
|
"digiRecursiveValue": "#02703C"
|
|
739
3474
|
},
|
|
740
3475
|
"sentiment--warning--200": {
|
|
741
3476
|
"name": "Sentiment/Warning/200",
|
|
3477
|
+
"id": "VariableID:13385:29",
|
|
3478
|
+
"remote": false,
|
|
3479
|
+
"key": "23e19dd3d20b7d52698f241053280a6a82806402",
|
|
3480
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3481
|
+
"resolvedType": "COLOR",
|
|
742
3482
|
"description": "",
|
|
743
3483
|
"digiCSSVariable": "--digi--sentiment--warning--200",
|
|
744
3484
|
"digiRecursiveValue": "#FFF398"
|
|
745
3485
|
},
|
|
746
3486
|
"sentiment--warning--50": {
|
|
747
3487
|
"name": "Sentiment/Warning/50",
|
|
3488
|
+
"id": "VariableID:13385:30",
|
|
3489
|
+
"remote": false,
|
|
3490
|
+
"key": "dae2dcc7d1d4e91f466a432ea85350fffd03830f",
|
|
3491
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3492
|
+
"resolvedType": "COLOR",
|
|
748
3493
|
"description": "",
|
|
749
3494
|
"digiCSSVariable": "--digi--sentiment--warning--50",
|
|
750
3495
|
"digiRecursiveValue": "#FFFBDD"
|
|
751
3496
|
},
|
|
752
3497
|
"sentiment--warning--500": {
|
|
753
3498
|
"name": "Sentiment/Warning/500",
|
|
3499
|
+
"id": "VariableID:13385:28",
|
|
3500
|
+
"remote": false,
|
|
3501
|
+
"key": "f624e81f1aff3fe3beae044be65c7009eaff040e",
|
|
3502
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3503
|
+
"resolvedType": "COLOR",
|
|
754
3504
|
"description": "",
|
|
755
3505
|
"digiCSSVariable": "--digi--sentiment--warning--500",
|
|
756
3506
|
"digiRecursiveValue": "#FFE200"
|
|
757
3507
|
},
|
|
758
3508
|
"sentiment--warning--700": {
|
|
759
3509
|
"name": "Sentiment/Warning/700",
|
|
3510
|
+
"id": "VariableID:13385:26",
|
|
3511
|
+
"remote": false,
|
|
3512
|
+
"key": "5349e2b38aa87bcc9c2ec229907d8190cfed2f14",
|
|
3513
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3514
|
+
"resolvedType": "COLOR",
|
|
760
3515
|
"description": "",
|
|
761
3516
|
"digiCSSVariable": "--digi--sentiment--warning--700",
|
|
762
3517
|
"digiRecursiveValue": "#FFC108"
|
|
763
3518
|
},
|
|
764
3519
|
"sentiment--warning--900": {
|
|
765
3520
|
"name": "Sentiment/Warning/900",
|
|
3521
|
+
"id": "VariableID:13385:27",
|
|
3522
|
+
"remote": false,
|
|
3523
|
+
"key": "f4e688754bc12358222de2810b3b032a202bb80a",
|
|
3524
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3525
|
+
"resolvedType": "COLOR",
|
|
766
3526
|
"description": "",
|
|
767
|
-
"
|
|
768
|
-
"
|
|
3527
|
+
"hiddenFromPublishing": true,
|
|
3528
|
+
"valuesByMode": {
|
|
3529
|
+
"13367:3": {
|
|
3530
|
+
"r": 0.4000000059604645,
|
|
3531
|
+
"g": 0.3019607961177826,
|
|
3532
|
+
"b": 0,
|
|
3533
|
+
"a": 1
|
|
3534
|
+
}
|
|
3535
|
+
},
|
|
3536
|
+
"scopes": [
|
|
3537
|
+
"ALL_SCOPES"
|
|
3538
|
+
],
|
|
3539
|
+
"codeSyntax": {},
|
|
3540
|
+
"digiName": "sentiment--warning--900",
|
|
3541
|
+
"digiRecursiveValue": "#664D00",
|
|
3542
|
+
"digiCSSVariable": "--digi--sentiment--warning--900"
|
|
3543
|
+
},
|
|
3544
|
+
"background--interactive--hover--quinary": {
|
|
3545
|
+
"name": "Background/Interactive/hover/quinary",
|
|
3546
|
+
"id": "VariableID:21139:27072",
|
|
3547
|
+
"remote": false,
|
|
3548
|
+
"key": "74e4d5d319f13857142de8119a495ac074dcb823",
|
|
3549
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
3550
|
+
"resolvedType": "COLOR",
|
|
3551
|
+
"description": "ghost rider",
|
|
3552
|
+
"hiddenFromPublishing": false,
|
|
3553
|
+
"valuesByMode": {
|
|
3554
|
+
"13447:0": {
|
|
3555
|
+
"type": "VARIABLE_ALIAS",
|
|
3556
|
+
"id": "VariableID:13646:1231"
|
|
3557
|
+
},
|
|
3558
|
+
"21002:0": {
|
|
3559
|
+
"type": "VARIABLE_ALIAS",
|
|
3560
|
+
"id": "VariableID:21002:10575"
|
|
3561
|
+
}
|
|
3562
|
+
},
|
|
3563
|
+
"scopes": [
|
|
3564
|
+
"ALL_SCOPES"
|
|
3565
|
+
],
|
|
3566
|
+
"codeSyntax": {},
|
|
3567
|
+
"digiName": "background--interactive--hover--quinary",
|
|
3568
|
+
"digiCSSVariable": "--digi--color--background--interactive--hover--quinary",
|
|
3569
|
+
"digiRecursiveValue": "#FFFFFF",
|
|
3570
|
+
"digiValue": "misc--transparent"
|
|
3571
|
+
},
|
|
3572
|
+
"background--interactive--selected--primary-stay": {
|
|
3573
|
+
"name": "Background/Interactive/selected/primary-stay",
|
|
3574
|
+
"id": "VariableID:25063:13800",
|
|
3575
|
+
"remote": false,
|
|
3576
|
+
"key": "69e6ece10978217a8c9a14c2fd28986f5ca2ae01",
|
|
3577
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
3578
|
+
"resolvedType": "COLOR",
|
|
3579
|
+
"description": "Selected-utseende för kalendern. Används för när en komponent ska behålla sin selected färg oberoende av mode",
|
|
3580
|
+
"hiddenFromPublishing": false,
|
|
3581
|
+
"valuesByMode": {
|
|
3582
|
+
"13447:0": {
|
|
3583
|
+
"type": "VARIABLE_ALIAS",
|
|
3584
|
+
"id": "VariableID:13385:39"
|
|
3585
|
+
},
|
|
3586
|
+
"21002:0": {
|
|
3587
|
+
"type": "VARIABLE_ALIAS",
|
|
3588
|
+
"id": "VariableID:13385:39"
|
|
3589
|
+
}
|
|
3590
|
+
},
|
|
3591
|
+
"scopes": [
|
|
3592
|
+
"FRAME_FILL"
|
|
3593
|
+
],
|
|
3594
|
+
"codeSyntax": {
|
|
3595
|
+
"WEB": "--digi--color--background--interactive--selected--primary"
|
|
3596
|
+
},
|
|
3597
|
+
"digiName": "background--interactive--selected--primary-stay",
|
|
3598
|
+
"digiCSSVariable": "--digi--color--background--interactive--selected--primary-stay",
|
|
3599
|
+
"digiRecursiveValue": "#008A20",
|
|
3600
|
+
"digiValue": "sentiment--success--500"
|
|
3601
|
+
},
|
|
3602
|
+
"background--sentiment--error--tertiary-discreet": {
|
|
3603
|
+
"name": "Background/Sentiment/error/tertiary-discreet",
|
|
3604
|
+
"id": "VariableID:21050:24686",
|
|
3605
|
+
"remote": false,
|
|
3606
|
+
"key": "f73092ae4570abbf870a258410fb8eedfda606d9",
|
|
3607
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
3608
|
+
"resolvedType": "COLOR",
|
|
3609
|
+
"description": "Ljusare error/denied-bakgrundsfärg förloppsstegare.",
|
|
3610
|
+
"hiddenFromPublishing": false,
|
|
3611
|
+
"valuesByMode": {
|
|
3612
|
+
"13447:0": {
|
|
3613
|
+
"type": "VARIABLE_ALIAS",
|
|
3614
|
+
"id": "VariableID:13385:51"
|
|
3615
|
+
},
|
|
3616
|
+
"21002:0": {
|
|
3617
|
+
"type": "VARIABLE_ALIAS",
|
|
3618
|
+
"id": "VariableID:21002:10575"
|
|
3619
|
+
}
|
|
3620
|
+
},
|
|
3621
|
+
"scopes": [
|
|
3622
|
+
"FRAME_FILL"
|
|
3623
|
+
],
|
|
3624
|
+
"codeSyntax": {
|
|
3625
|
+
"WEB": "--digi--color--background--sentiment--error--tertiary"
|
|
3626
|
+
},
|
|
3627
|
+
"digiName": "background--sentiment--error--tertiary-discreet",
|
|
3628
|
+
"digiCSSVariable": "--digi--color--background--sentiment--error--tertiary-discreet",
|
|
3629
|
+
"digiRecursiveValue": "#FDEDED",
|
|
3630
|
+
"digiValue": "sentiment--error--200"
|
|
3631
|
+
},
|
|
3632
|
+
"border--interactive--default--discreet": {
|
|
3633
|
+
"name": "Border/Interactive/default/Discreet",
|
|
3634
|
+
"id": "VariableID:21012:14417",
|
|
3635
|
+
"remote": false,
|
|
3636
|
+
"key": "64a548088cbf34bb7edc550d4361c097abac94b9",
|
|
3637
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
3638
|
+
"resolvedType": "COLOR",
|
|
3639
|
+
"description": "används för default kategori filter, perhaps relevant för fileupload ",
|
|
3640
|
+
"hiddenFromPublishing": false,
|
|
3641
|
+
"valuesByMode": {
|
|
3642
|
+
"13447:0": {
|
|
3643
|
+
"type": "VARIABLE_ALIAS",
|
|
3644
|
+
"id": "VariableID:13386:2"
|
|
3645
|
+
},
|
|
3646
|
+
"21002:0": {
|
|
3647
|
+
"type": "VARIABLE_ALIAS",
|
|
3648
|
+
"id": "VariableID:21002:10573"
|
|
3649
|
+
}
|
|
3650
|
+
},
|
|
3651
|
+
"scopes": [
|
|
3652
|
+
"STROKE_COLOR"
|
|
3653
|
+
],
|
|
3654
|
+
"codeSyntax": {
|
|
3655
|
+
"WEB": "--digi--color--border--interactive--default--primary"
|
|
3656
|
+
},
|
|
3657
|
+
"digiName": "border--interactive--default--discreet",
|
|
3658
|
+
"digiCSSVariable": "--digi--color--border--interactive--default--discreet",
|
|
3659
|
+
"digiRecursiveValue": "#F4F4F4",
|
|
3660
|
+
"digiValue": "grayscale--100"
|
|
3661
|
+
},
|
|
3662
|
+
"marking--indication--marker": {
|
|
3663
|
+
"name": "Marking/Indication/marker",
|
|
3664
|
+
"id": "VariableID:23054:12172",
|
|
3665
|
+
"remote": false,
|
|
3666
|
+
"key": "1c7512fd6a2244dd4e609e1444054a0b17956e28",
|
|
3667
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
3668
|
+
"resolvedType": "COLOR",
|
|
3669
|
+
"description": "Användas för markeringen som är på dem andra indication färgerna",
|
|
3670
|
+
"hiddenFromPublishing": false,
|
|
3671
|
+
"valuesByMode": {
|
|
3672
|
+
"13447:0": {
|
|
3673
|
+
"type": "VARIABLE_ALIAS",
|
|
3674
|
+
"id": "VariableID:13367:15"
|
|
3675
|
+
},
|
|
3676
|
+
"21002:0": {
|
|
3677
|
+
"type": "VARIABLE_ALIAS",
|
|
3678
|
+
"id": "VariableID:13386:37"
|
|
3679
|
+
}
|
|
3680
|
+
},
|
|
3681
|
+
"scopes": [
|
|
3682
|
+
"FRAME_FILL",
|
|
3683
|
+
"SHAPE_FILL",
|
|
3684
|
+
"STROKE_COLOR"
|
|
3685
|
+
],
|
|
3686
|
+
"codeSyntax": {
|
|
3687
|
+
"WEB": "--digi--color--marking--indication--tertiary"
|
|
3688
|
+
},
|
|
3689
|
+
"digiName": "marking--indication--marker",
|
|
3690
|
+
"digiCSSVariable": "--digi--color--marking--indication--marker",
|
|
3691
|
+
"digiRecursiveValue": "#FFFFFF",
|
|
3692
|
+
"digiValue": "grayscale--0"
|
|
3693
|
+
},
|
|
3694
|
+
"icon--secondary-reverse": {
|
|
3695
|
+
"name": "Icon/secondary-reverse",
|
|
3696
|
+
"id": "VariableID:21050:25029",
|
|
3697
|
+
"remote": false,
|
|
3698
|
+
"key": "c77ae5ff2289887ed1c4cabdd1402cbed92ffbdf",
|
|
3699
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
3700
|
+
"resolvedType": "COLOR",
|
|
3701
|
+
"description": "Används när en ikon ligger på mörk bakgrund, t.ex. i Footer eller Mediatagg.",
|
|
3702
|
+
"hiddenFromPublishing": false,
|
|
3703
|
+
"valuesByMode": {
|
|
3704
|
+
"13447:0": {
|
|
3705
|
+
"type": "VARIABLE_ALIAS",
|
|
3706
|
+
"id": "VariableID:13367:15"
|
|
3707
|
+
},
|
|
3708
|
+
"21002:0": {
|
|
3709
|
+
"type": "VARIABLE_ALIAS",
|
|
3710
|
+
"id": "VariableID:13386:37"
|
|
3711
|
+
}
|
|
3712
|
+
},
|
|
3713
|
+
"scopes": [
|
|
3714
|
+
"ALL_SCOPES"
|
|
3715
|
+
],
|
|
3716
|
+
"codeSyntax": {
|
|
3717
|
+
"WEB": "--digi--color--icon--secondary"
|
|
3718
|
+
},
|
|
3719
|
+
"digiName": "icon--secondary-reverse",
|
|
3720
|
+
"digiCSSVariable": "--digi--color--icon--secondary-reverse",
|
|
3721
|
+
"digiRecursiveValue": "#FFFFFF",
|
|
3722
|
+
"digiValue": "grayscale--0"
|
|
3723
|
+
},
|
|
3724
|
+
"background--dropdown": {
|
|
3725
|
+
"name": "Background/dropdown",
|
|
3726
|
+
"id": "VariableID:25428:25527",
|
|
3727
|
+
"remote": false,
|
|
3728
|
+
"key": "f333c4ae723fb4098385eb50d32ae36c7c80aa6a",
|
|
3729
|
+
"variableCollectionId": "VariableCollectionId:13447:2",
|
|
3730
|
+
"resolvedType": "COLOR",
|
|
3731
|
+
"description": "För dropdowns",
|
|
3732
|
+
"hiddenFromPublishing": false,
|
|
3733
|
+
"valuesByMode": {
|
|
3734
|
+
"13447:0": {
|
|
3735
|
+
"type": "VARIABLE_ALIAS",
|
|
3736
|
+
"id": "VariableID:13367:15"
|
|
3737
|
+
},
|
|
3738
|
+
"21002:0": {
|
|
3739
|
+
"type": "VARIABLE_ALIAS",
|
|
3740
|
+
"id": "VariableID:13386:28"
|
|
3741
|
+
}
|
|
3742
|
+
},
|
|
3743
|
+
"scopes": [
|
|
3744
|
+
"ALL_SCOPES"
|
|
3745
|
+
],
|
|
3746
|
+
"codeSyntax": {},
|
|
3747
|
+
"digiName": "background--dropdown",
|
|
3748
|
+
"digiCSSVariable": "--digi--color--background--dropdown",
|
|
3749
|
+
"digiRecursiveValue": "#FFFFFF",
|
|
3750
|
+
"digiValue": "grayscale--0"
|
|
3751
|
+
},
|
|
3752
|
+
"grayscale--75": {
|
|
3753
|
+
"name": "Grayscale/75",
|
|
3754
|
+
"id": "VariableID:21002:10572",
|
|
3755
|
+
"remote": false,
|
|
3756
|
+
"key": "f1ceced10ef0b4d427ff54c1d6f5e7b2b8c015e2",
|
|
3757
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3758
|
+
"resolvedType": "COLOR",
|
|
3759
|
+
"description": "",
|
|
3760
|
+
"hiddenFromPublishing": true,
|
|
3761
|
+
"valuesByMode": {
|
|
3762
|
+
"13367:3": {
|
|
3763
|
+
"r": 0.9607843160629272,
|
|
3764
|
+
"g": 0.9607843160629272,
|
|
3765
|
+
"b": 0.9607843160629272,
|
|
3766
|
+
"a": 1
|
|
3767
|
+
}
|
|
3768
|
+
},
|
|
3769
|
+
"scopes": [
|
|
3770
|
+
"ALL_SCOPES"
|
|
3771
|
+
],
|
|
3772
|
+
"codeSyntax": {},
|
|
3773
|
+
"digiName": "grayscale--75",
|
|
3774
|
+
"digiRecursiveValue": "#F5F5F5",
|
|
3775
|
+
"digiCSSVariable": "--digi--grayscale--75"
|
|
3776
|
+
},
|
|
3777
|
+
"grayscale--550": {
|
|
3778
|
+
"name": "Grayscale/550",
|
|
3779
|
+
"id": "VariableID:21002:10573",
|
|
3780
|
+
"remote": false,
|
|
3781
|
+
"key": "ae7a4c4bf22ec76f0a936c32b8c0c37ae4f16e59",
|
|
3782
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3783
|
+
"resolvedType": "COLOR",
|
|
3784
|
+
"description": "",
|
|
3785
|
+
"hiddenFromPublishing": true,
|
|
3786
|
+
"valuesByMode": {
|
|
3787
|
+
"13367:3": {
|
|
3788
|
+
"r": 0.772549033164978,
|
|
3789
|
+
"g": 0.772549033164978,
|
|
3790
|
+
"b": 0.772549033164978,
|
|
3791
|
+
"a": 1
|
|
3792
|
+
}
|
|
3793
|
+
},
|
|
3794
|
+
"scopes": [
|
|
3795
|
+
"ALL_SCOPES"
|
|
3796
|
+
],
|
|
3797
|
+
"codeSyntax": {},
|
|
3798
|
+
"digiName": "grayscale--550",
|
|
3799
|
+
"digiRecursiveValue": "#C5C5C5",
|
|
3800
|
+
"digiCSSVariable": "--digi--grayscale--550"
|
|
3801
|
+
},
|
|
3802
|
+
"grayscale--650": {
|
|
3803
|
+
"name": "Grayscale/650",
|
|
3804
|
+
"id": "VariableID:21002:10574",
|
|
3805
|
+
"remote": false,
|
|
3806
|
+
"key": "d240cb04e579b2a179e0411e90ae138369339002",
|
|
3807
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3808
|
+
"resolvedType": "COLOR",
|
|
3809
|
+
"description": "",
|
|
3810
|
+
"hiddenFromPublishing": true,
|
|
3811
|
+
"valuesByMode": {
|
|
3812
|
+
"13367:3": {
|
|
3813
|
+
"r": 0.6117647290229797,
|
|
3814
|
+
"g": 0.6117647290229797,
|
|
3815
|
+
"b": 0.6117647290229797,
|
|
3816
|
+
"a": 1
|
|
3817
|
+
}
|
|
3818
|
+
},
|
|
3819
|
+
"scopes": [
|
|
3820
|
+
"ALL_SCOPES"
|
|
3821
|
+
],
|
|
3822
|
+
"codeSyntax": {},
|
|
3823
|
+
"digiName": "grayscale--650",
|
|
3824
|
+
"digiRecursiveValue": "#9C9C9C",
|
|
3825
|
+
"digiCSSVariable": "--digi--grayscale--650"
|
|
3826
|
+
},
|
|
3827
|
+
"grayscale--850": {
|
|
3828
|
+
"name": "Grayscale/850",
|
|
3829
|
+
"id": "VariableID:21002:10575",
|
|
3830
|
+
"remote": false,
|
|
3831
|
+
"key": "746cb29a68c5be8ef8dec61fed263b9ac1824f68",
|
|
3832
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3833
|
+
"resolvedType": "COLOR",
|
|
3834
|
+
"description": "Textcolor 5C5C5C",
|
|
3835
|
+
"hiddenFromPublishing": true,
|
|
3836
|
+
"valuesByMode": {
|
|
3837
|
+
"13367:3": {
|
|
3838
|
+
"r": 0.3176470696926117,
|
|
3839
|
+
"g": 0.3176470696926117,
|
|
3840
|
+
"b": 0.3176470696926117,
|
|
3841
|
+
"a": 1
|
|
3842
|
+
}
|
|
3843
|
+
},
|
|
3844
|
+
"scopes": [
|
|
3845
|
+
"ALL_SCOPES"
|
|
3846
|
+
],
|
|
3847
|
+
"codeSyntax": {},
|
|
3848
|
+
"digiName": "grayscale--850",
|
|
3849
|
+
"digiRecursiveValue": "#515151",
|
|
3850
|
+
"digiCSSVariable": "--digi--grayscale--850"
|
|
3851
|
+
},
|
|
3852
|
+
"grayscale--875": {
|
|
3853
|
+
"name": "Grayscale/875",
|
|
3854
|
+
"id": "VariableID:21002:10576",
|
|
3855
|
+
"remote": false,
|
|
3856
|
+
"key": "8f406f1476799ef8e40229a7e40c2695a4da9a60",
|
|
3857
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3858
|
+
"resolvedType": "COLOR",
|
|
3859
|
+
"description": "Textcolor 5C5C5C",
|
|
3860
|
+
"hiddenFromPublishing": true,
|
|
3861
|
+
"valuesByMode": {
|
|
3862
|
+
"13367:3": {
|
|
3863
|
+
"r": 0.2549019753932953,
|
|
3864
|
+
"g": 0.2549019753932953,
|
|
3865
|
+
"b": 0.2549019753932953,
|
|
3866
|
+
"a": 1
|
|
3867
|
+
}
|
|
3868
|
+
},
|
|
3869
|
+
"scopes": [
|
|
3870
|
+
"ALL_SCOPES"
|
|
3871
|
+
],
|
|
3872
|
+
"codeSyntax": {},
|
|
3873
|
+
"digiName": "grayscale--875",
|
|
3874
|
+
"digiRecursiveValue": "#414141",
|
|
3875
|
+
"digiCSSVariable": "--digi--grayscale--875"
|
|
3876
|
+
},
|
|
3877
|
+
"grayscale--950": {
|
|
3878
|
+
"name": "Grayscale/950",
|
|
3879
|
+
"id": "VariableID:21002:10577",
|
|
3880
|
+
"remote": false,
|
|
3881
|
+
"key": "8534f7354e456d8303041d3c378431ba14c4a42a",
|
|
3882
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3883
|
+
"resolvedType": "COLOR",
|
|
3884
|
+
"description": "Primary text color",
|
|
3885
|
+
"hiddenFromPublishing": true,
|
|
3886
|
+
"valuesByMode": {
|
|
3887
|
+
"13367:3": {
|
|
3888
|
+
"r": 0.1725490242242813,
|
|
3889
|
+
"g": 0.1725490242242813,
|
|
3890
|
+
"b": 0.1725490242242813,
|
|
3891
|
+
"a": 1
|
|
3892
|
+
}
|
|
3893
|
+
},
|
|
3894
|
+
"scopes": [
|
|
3895
|
+
"ALL_SCOPES"
|
|
3896
|
+
],
|
|
3897
|
+
"codeSyntax": {},
|
|
3898
|
+
"digiName": "grayscale--950",
|
|
3899
|
+
"digiRecursiveValue": "#2C2C2C",
|
|
3900
|
+
"digiCSSVariable": "--digi--grayscale--950"
|
|
3901
|
+
},
|
|
3902
|
+
"grayscale--975": {
|
|
3903
|
+
"name": "Grayscale/975",
|
|
3904
|
+
"id": "VariableID:21002:10578",
|
|
3905
|
+
"remote": false,
|
|
3906
|
+
"key": "7136be363ae48c335a162c6de1fa195bf2d974c4",
|
|
3907
|
+
"variableCollectionId": "VariableCollectionId:13367:14",
|
|
3908
|
+
"resolvedType": "COLOR",
|
|
3909
|
+
"description": "Primary text color",
|
|
3910
|
+
"hiddenFromPublishing": true,
|
|
3911
|
+
"valuesByMode": {
|
|
3912
|
+
"13367:3": {
|
|
3913
|
+
"r": 0.12941177189350128,
|
|
3914
|
+
"g": 0.12941177189350128,
|
|
3915
|
+
"b": 0.12941177189350128,
|
|
3916
|
+
"a": 1
|
|
3917
|
+
}
|
|
3918
|
+
},
|
|
3919
|
+
"scopes": [
|
|
3920
|
+
"ALL_SCOPES"
|
|
3921
|
+
],
|
|
3922
|
+
"codeSyntax": {},
|
|
3923
|
+
"digiName": "grayscale--975",
|
|
3924
|
+
"digiRecursiveValue": "#212121",
|
|
3925
|
+
"digiCSSVariable": "--digi--grayscale--975"
|
|
769
3926
|
}
|
|
770
3927
|
}
|