@conduction/theme 1.1.3 → 1.1.5
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/README.md +5 -1
- package/conduction-design-tokens/dist/design-tokens.css +17 -1
- package/conduction-design-tokens/dist/index.js +17 -1
- package/conduction-design-tokens/dist/index.json +367 -0
- package/conduction-design-tokens/dist/index.less +17 -1
- package/conduction-design-tokens/dist/index.scss +17 -1
- package/conduction-design-tokens/dist/tokens.json +378 -15
- package/conduction-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/conduction-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/commonground-design-tokens/dist/design-tokens.css +17 -1
- package/municipalities/commonground-design-tokens/dist/index.js +17 -1
- package/municipalities/commonground-design-tokens/dist/index.json +367 -0
- package/municipalities/commonground-design-tokens/dist/index.less +17 -1
- package/municipalities/commonground-design-tokens/dist/index.scss +17 -1
- package/municipalities/commonground-design-tokens/dist/tokens.json +378 -15
- package/municipalities/commonground-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/commonground-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/dimpact-design-tokens/dist/design-tokens.css +18 -1
- package/municipalities/dimpact-design-tokens/dist/index.js +18 -1
- package/municipalities/dimpact-design-tokens/dist/index.json +388 -0
- package/municipalities/dimpact-design-tokens/dist/index.less +18 -1
- package/municipalities/dimpact-design-tokens/dist/index.scss +18 -1
- package/municipalities/dimpact-design-tokens/dist/tokens.json +399 -15
- package/municipalities/dimpact-design-tokens/src/brand/dimpact/color.tokens.json +3 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/dimpact-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +18 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +18 -1
- package/municipalities/dinkelland-design-tokens/dist/index.json +388 -0
- package/municipalities/dinkelland-design-tokens/dist/index.less +18 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +18 -1
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +399 -15
- package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/color.tokens.json +3 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/button.tokens.json +18 -18
- package/municipalities/epe-design-tokens/dist/design-tokens.css +18 -1
- package/municipalities/epe-design-tokens/dist/index.js +18 -1
- package/municipalities/epe-design-tokens/dist/index.json +388 -0
- package/municipalities/epe-design-tokens/dist/index.less +18 -1
- package/municipalities/epe-design-tokens/dist/index.scss +18 -1
- package/municipalities/epe-design-tokens/dist/tokens.json +399 -15
- package/municipalities/epe-design-tokens/src/brand/epe/color.tokens.json +3 -0
- package/municipalities/epe-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/epe-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/gouda-design-tokens/LICENSE.md +17 -0
- package/municipalities/gouda-design-tokens/README.md +3 -0
- package/municipalities/gouda-design-tokens/dist/design-tokens.css +622 -0
- package/municipalities/gouda-design-tokens/dist/font.css +8 -0
- package/municipalities/gouda-design-tokens/dist/index.css +7 -0
- package/municipalities/gouda-design-tokens/dist/index.js +620 -0
- package/municipalities/gouda-design-tokens/dist/index.json +12657 -0
- package/municipalities/gouda-design-tokens/dist/index.less +619 -0
- package/municipalities/gouda-design-tokens/dist/index.scss +619 -0
- package/municipalities/gouda-design-tokens/dist/tokens.json +13396 -0
- package/municipalities/gouda-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/gouda-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/gouda-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/gouda-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/gouda-design-tokens/package.json +41 -0
- package/municipalities/gouda-design-tokens/src/brand/gouda/color.tokens.json +96 -0
- package/municipalities/gouda-design-tokens/src/brand/gouda/font-size.tokens.json +17 -0
- package/municipalities/gouda-design-tokens/src/brand/gouda/size.tokens.json +17 -0
- package/municipalities/gouda-design-tokens/src/brand/gouda/typography.tokens.json +45 -0
- package/municipalities/gouda-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/gouda-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/card-wrapper.tokens.json +30 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/download-card.tokens.json +28 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/logo.tokens.json +27 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/navigation.tokens.json +79 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/select.tokens.json +39 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
- package/municipalities/gouda-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +22 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +37 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
- package/municipalities/gouda-design-tokens/src/config.json +58 -0
- package/municipalities/gouda-design-tokens/src/font.js +4 -0
- package/municipalities/gouda-design-tokens/src/font.scss +10 -0
- package/municipalities/gouda-design-tokens/src/index.scss +8 -0
- package/municipalities/gouda-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +16 -1
- package/municipalities/leiden-design-tokens/dist/index.js +16 -1
- package/municipalities/leiden-design-tokens/dist/index.json +339 -0
- package/municipalities/leiden-design-tokens/dist/index.less +16 -1
- package/municipalities/leiden-design-tokens/dist/index.scss +16 -1
- package/municipalities/leiden-design-tokens/dist/tokens.json +352 -15
- package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +3 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/leiden-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +18 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.js +18 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.json +388 -0
- package/municipalities/noaberkracht-design-tokens/dist/index.less +18 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.scss +18 -1
- package/municipalities/noaberkracht-design-tokens/dist/tokens.json +399 -15
- package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/color.tokens.json +3 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +17 -1
- package/municipalities/noordwijk-design-tokens/dist/index.js +17 -1
- package/municipalities/noordwijk-design-tokens/dist/index.json +367 -0
- package/municipalities/noordwijk-design-tokens/dist/index.less +17 -1
- package/municipalities/noordwijk-design-tokens/dist/index.scss +17 -1
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +378 -15
- package/municipalities/noordwijk-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/open-webconcept-design-tokens/dist/design-tokens.css +17 -1
- package/municipalities/open-webconcept-design-tokens/dist/index.js +17 -1
- package/municipalities/open-webconcept-design-tokens/dist/index.json +367 -0
- package/municipalities/open-webconcept-design-tokens/dist/index.less +17 -1
- package/municipalities/open-webconcept-design-tokens/dist/index.scss +17 -1
- package/municipalities/open-webconcept-design-tokens/dist/tokens.json +378 -15
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/opencatalogi-design-tokens/dist/design-tokens.css +5 -1
- package/municipalities/opencatalogi-design-tokens/dist/index.js +5 -1
- package/municipalities/opencatalogi-design-tokens/dist/index.json +97 -0
- package/municipalities/opencatalogi-design-tokens/dist/index.less +5 -1
- package/municipalities/opencatalogi-design-tokens/dist/index.scss +5 -1
- package/municipalities/opencatalogi-design-tokens/dist/tokens.json +108 -3
- package/municipalities/opencatalogi-design-tokens/src/components/conduction/navigation.tokens.json +15 -3
- package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +5 -1
- package/municipalities/rotterdam-design-tokens/dist/index.js +5 -1
- package/municipalities/rotterdam-design-tokens/dist/index.json +97 -0
- package/municipalities/rotterdam-design-tokens/dist/index.less +5 -1
- package/municipalities/rotterdam-design-tokens/dist/index.scss +5 -1
- package/municipalities/rotterdam-design-tokens/dist/tokens.json +108 -3
- package/municipalities/rotterdam-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/sloterburg-design-tokens/dist/design-tokens.css +13 -1
- package/municipalities/sloterburg-design-tokens/dist/index.js +13 -1
- package/municipalities/sloterburg-design-tokens/dist/index.json +270 -0
- package/municipalities/sloterburg-design-tokens/dist/index.less +13 -1
- package/municipalities/sloterburg-design-tokens/dist/index.scss +13 -1
- package/municipalities/sloterburg-design-tokens/dist/tokens.json +278 -16
- package/municipalities/sloterburg-design-tokens/src/brand/sloterburg/color.tokens.json +3 -3
- package/municipalities/sloterburg-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/municipalities/sloterburg-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +18 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +18 -1
- package/municipalities/tubbergen-design-tokens/dist/index.json +388 -0
- package/municipalities/tubbergen-design-tokens/dist/index.less +18 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +18 -1
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +399 -15
- package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/color.tokens.json +3 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +22 -7
- package/municipalities/xxllnc-design-tokens/dist/index.js +22 -7
- package/municipalities/xxllnc-design-tokens/dist/index.json +351 -12
- package/municipalities/xxllnc-design-tokens/dist/index.less +22 -7
- package/municipalities/xxllnc-design-tokens/dist/index.scss +22 -7
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +364 -27
- package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +3 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/logo.tokens.json +2 -2
- package/municipalities/xxllnc-design-tokens/src/component/conduction/navigation.tokens.json +19 -7
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/zutphen-design-tokens/dist/design-tokens.css +17 -3
- package/municipalities/zutphen-design-tokens/dist/index.js +17 -3
- package/municipalities/zutphen-design-tokens/dist/index.json +329 -4
- package/municipalities/zutphen-design-tokens/dist/index.less +17 -3
- package/municipalities/zutphen-design-tokens/dist/index.scss +17 -3
- package/municipalities/zutphen-design-tokens/dist/tokens.json +340 -17
- package/municipalities/zutphen-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/zutphen-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/package.json +3 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 20 Dec 2023 15:40:10 GMT
|
|
4
4
|
|
|
5
5
|
@rotterdam-textbox-hover-border-width: 2px;
|
|
6
6
|
@rotterdam-paragraph-small-line-height: 20px;
|
|
@@ -585,6 +585,10 @@
|
|
|
585
585
|
@conduction-secondary-top-nav-hover-background-color: @opencatalogi-color-green-tint-01;
|
|
586
586
|
@conduction-secondary-top-nav-hover-color: @opencatalogi-color-base-white;
|
|
587
587
|
@conduction-secondary-top-nav-color: @opencatalogi-color-gray-tint-11;
|
|
588
|
+
@conduction-primary-top-nav-dropdown-current-mobile-box-shadow: inset 4px 0 @opencatalogi-color-base-black;
|
|
589
|
+
@conduction-primary-top-nav-dropdown-current-box-shadow: inset 0 -4px @opencatalogi-color-base-black;
|
|
590
|
+
@conduction-primary-top-nav-dropdown-current-background-color: @opencatalogi-color-base-black;
|
|
591
|
+
@conduction-primary-top-nav-dropdown-current-color: @opencatalogi-color-base-white;
|
|
588
592
|
@conduction-primary-top-nav-dropdown-hover-background-color: @opencatalogi-color-base-black;
|
|
589
593
|
@conduction-primary-top-nav-dropdown-hover-color: @opencatalogi-color-base-white;
|
|
590
594
|
@conduction-primary-top-nav-dropdown-background-color: @opencatalogi-color-green-tint-01;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 20 Dec 2023 15:40:10 GMT
|
|
4
4
|
|
|
5
5
|
$rotterdam-textbox-hover-border-width: 2px;
|
|
6
6
|
$rotterdam-paragraph-small-line-height: 20px;
|
|
@@ -585,6 +585,10 @@ $conduction-secondary-top-nav-current-color: $opencatalogi-color-gray-tint-11;
|
|
|
585
585
|
$conduction-secondary-top-nav-hover-background-color: $opencatalogi-color-green-tint-01;
|
|
586
586
|
$conduction-secondary-top-nav-hover-color: $opencatalogi-color-base-white;
|
|
587
587
|
$conduction-secondary-top-nav-color: $opencatalogi-color-gray-tint-11;
|
|
588
|
+
$conduction-primary-top-nav-dropdown-current-mobile-box-shadow: inset 4px 0 $opencatalogi-color-base-black;
|
|
589
|
+
$conduction-primary-top-nav-dropdown-current-box-shadow: inset 0 -4px $opencatalogi-color-base-black;
|
|
590
|
+
$conduction-primary-top-nav-dropdown-current-background-color: $opencatalogi-color-base-black;
|
|
591
|
+
$conduction-primary-top-nav-dropdown-current-color: $opencatalogi-color-base-white;
|
|
588
592
|
$conduction-primary-top-nav-dropdown-hover-background-color: $opencatalogi-color-base-black;
|
|
589
593
|
$conduction-primary-top-nav-dropdown-hover-color: $opencatalogi-color-base-white;
|
|
590
594
|
$conduction-primary-top-nav-dropdown-background-color: $opencatalogi-color-green-tint-01;
|
|
@@ -1839,7 +1839,8 @@
|
|
|
1839
1839
|
"background-color"
|
|
1840
1840
|
]
|
|
1841
1841
|
},
|
|
1842
|
-
"box-shadow": {}
|
|
1842
|
+
"box-shadow": {},
|
|
1843
|
+
"font-weight": {}
|
|
1843
1844
|
},
|
|
1844
1845
|
"current": {
|
|
1845
1846
|
"color": {
|
|
@@ -1936,7 +1937,8 @@
|
|
|
1936
1937
|
"box-shadow"
|
|
1937
1938
|
]
|
|
1938
1939
|
}
|
|
1939
|
-
}
|
|
1940
|
+
},
|
|
1941
|
+
"font-weight": {}
|
|
1940
1942
|
},
|
|
1941
1943
|
"dropdown": {
|
|
1942
1944
|
"color": {
|
|
@@ -2037,7 +2039,110 @@
|
|
|
2037
2039
|
"background-color"
|
|
2038
2040
|
]
|
|
2039
2041
|
},
|
|
2040
|
-
"box-shadow": {}
|
|
2042
|
+
"box-shadow": {},
|
|
2043
|
+
"font-weight": {}
|
|
2044
|
+
},
|
|
2045
|
+
"current": {
|
|
2046
|
+
"color": {
|
|
2047
|
+
"value": "#ffffff",
|
|
2048
|
+
"filePath": "src/components/conduction/navigation.tokens.json",
|
|
2049
|
+
"isSource": true,
|
|
2050
|
+
"original": {
|
|
2051
|
+
"value": "{opencatalogi.color.base.white}"
|
|
2052
|
+
},
|
|
2053
|
+
"name": "conductionPrimaryTopNavDropdownCurrentColor",
|
|
2054
|
+
"attributes": {
|
|
2055
|
+
"category": "conduction",
|
|
2056
|
+
"type": "primary",
|
|
2057
|
+
"item": "top-nav",
|
|
2058
|
+
"subitem": "dropdown",
|
|
2059
|
+
"state": "current"
|
|
2060
|
+
},
|
|
2061
|
+
"path": [
|
|
2062
|
+
"conduction",
|
|
2063
|
+
"primary",
|
|
2064
|
+
"top-nav",
|
|
2065
|
+
"dropdown",
|
|
2066
|
+
"current",
|
|
2067
|
+
"color"
|
|
2068
|
+
]
|
|
2069
|
+
},
|
|
2070
|
+
"background-color": {
|
|
2071
|
+
"value": "#000000",
|
|
2072
|
+
"filePath": "src/components/conduction/navigation.tokens.json",
|
|
2073
|
+
"isSource": true,
|
|
2074
|
+
"original": {
|
|
2075
|
+
"value": "{opencatalogi.color.base.black}"
|
|
2076
|
+
},
|
|
2077
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBackgroundColor",
|
|
2078
|
+
"attributes": {
|
|
2079
|
+
"category": "conduction",
|
|
2080
|
+
"type": "primary",
|
|
2081
|
+
"item": "top-nav",
|
|
2082
|
+
"subitem": "dropdown",
|
|
2083
|
+
"state": "current"
|
|
2084
|
+
},
|
|
2085
|
+
"path": [
|
|
2086
|
+
"conduction",
|
|
2087
|
+
"primary",
|
|
2088
|
+
"top-nav",
|
|
2089
|
+
"dropdown",
|
|
2090
|
+
"current",
|
|
2091
|
+
"background-color"
|
|
2092
|
+
]
|
|
2093
|
+
},
|
|
2094
|
+
"box-shadow": {
|
|
2095
|
+
"value": "inset 0 -4px #000000",
|
|
2096
|
+
"filePath": "src/components/conduction/navigation.tokens.json",
|
|
2097
|
+
"isSource": true,
|
|
2098
|
+
"original": {
|
|
2099
|
+
"value": "inset 0 -4px {opencatalogi.color.base.black}"
|
|
2100
|
+
},
|
|
2101
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBoxShadow",
|
|
2102
|
+
"attributes": {
|
|
2103
|
+
"category": "conduction",
|
|
2104
|
+
"type": "primary",
|
|
2105
|
+
"item": "top-nav",
|
|
2106
|
+
"subitem": "dropdown",
|
|
2107
|
+
"state": "current"
|
|
2108
|
+
},
|
|
2109
|
+
"path": [
|
|
2110
|
+
"conduction",
|
|
2111
|
+
"primary",
|
|
2112
|
+
"top-nav",
|
|
2113
|
+
"dropdown",
|
|
2114
|
+
"current",
|
|
2115
|
+
"box-shadow"
|
|
2116
|
+
]
|
|
2117
|
+
},
|
|
2118
|
+
"mobile": {
|
|
2119
|
+
"box-shadow": {
|
|
2120
|
+
"value": "inset 4px 0 #000000",
|
|
2121
|
+
"filePath": "src/components/conduction/navigation.tokens.json",
|
|
2122
|
+
"isSource": true,
|
|
2123
|
+
"original": {
|
|
2124
|
+
"value": "inset 4px 0 {opencatalogi.color.base.black}"
|
|
2125
|
+
},
|
|
2126
|
+
"name": "conductionPrimaryTopNavDropdownCurrentMobileBoxShadow",
|
|
2127
|
+
"attributes": {
|
|
2128
|
+
"category": "conduction",
|
|
2129
|
+
"type": "primary",
|
|
2130
|
+
"item": "top-nav",
|
|
2131
|
+
"subitem": "dropdown",
|
|
2132
|
+
"state": "current"
|
|
2133
|
+
},
|
|
2134
|
+
"path": [
|
|
2135
|
+
"conduction",
|
|
2136
|
+
"primary",
|
|
2137
|
+
"top-nav",
|
|
2138
|
+
"dropdown",
|
|
2139
|
+
"current",
|
|
2140
|
+
"mobile",
|
|
2141
|
+
"box-shadow"
|
|
2142
|
+
]
|
|
2143
|
+
}
|
|
2144
|
+
},
|
|
2145
|
+
"font-weight": {}
|
|
2041
2146
|
}
|
|
2042
2147
|
},
|
|
2043
2148
|
"item": {
|
package/municipalities/opencatalogi-design-tokens/src/components/conduction/navigation.tokens.json
CHANGED
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"hover": {
|
|
8
8
|
"color": { "value": "{opencatalogi.color.green.tint-01}" },
|
|
9
9
|
"background-color": { "value": "{opencatalogi.color.base.white}" },
|
|
10
|
-
"box-shadow": {}
|
|
10
|
+
"box-shadow": {},
|
|
11
|
+
"font-weight": {}
|
|
11
12
|
},
|
|
12
13
|
"current": {
|
|
13
14
|
"color": { "value": "{opencatalogi.color.gray.tint-11}" },
|
|
@@ -15,7 +16,8 @@
|
|
|
15
16
|
"box-shadow": { "value": "inset 0 -4px {opencatalogi.color.green.tint-01}" },
|
|
16
17
|
"mobile": {
|
|
17
18
|
"box-shadow": { "value": "inset 4px 0 {opencatalogi.color.green.tint-01}" }
|
|
18
|
-
}
|
|
19
|
+
},
|
|
20
|
+
"font-weight": {}
|
|
19
21
|
},
|
|
20
22
|
"dropdown": {
|
|
21
23
|
"color": { "value": "{opencatalogi.color.base.white}" },
|
|
@@ -26,7 +28,17 @@
|
|
|
26
28
|
"hover": {
|
|
27
29
|
"color": { "value": "{opencatalogi.color.base.white}" },
|
|
28
30
|
"background-color": { "value": "{opencatalogi.color.base.black}" },
|
|
29
|
-
"box-shadow": {}
|
|
31
|
+
"box-shadow": {},
|
|
32
|
+
"font-weight": {}
|
|
33
|
+
},
|
|
34
|
+
"current": {
|
|
35
|
+
"color": { "value": "{opencatalogi.color.base.white}" },
|
|
36
|
+
"background-color": { "value": "{opencatalogi.color.base.black}" },
|
|
37
|
+
"box-shadow": { "value": "inset 0 -4px {opencatalogi.color.base.black}" },
|
|
38
|
+
"mobile": {
|
|
39
|
+
"box-shadow": { "value": "inset 4px 0 {opencatalogi.color.base.black}" }
|
|
40
|
+
},
|
|
41
|
+
"font-weight": {}
|
|
30
42
|
}
|
|
31
43
|
},
|
|
32
44
|
"item": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 20 Dec 2023 15:39:42 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.rotterdam-theme {
|
|
@@ -275,6 +275,10 @@
|
|
|
275
275
|
--conduction-primary-top-nav-padding-inline-start: 16px;
|
|
276
276
|
--conduction-primary-top-nav-padding-inline-end: 16px;
|
|
277
277
|
--conduction-primary-top-nav-item-padding: 18px;
|
|
278
|
+
--conduction-primary-top-nav-dropdown-current-mobile-box-shadow: inset 4px 0 var(--rotterdam-color-base-black);
|
|
279
|
+
--conduction-primary-top-nav-dropdown-current-box-shadow: inset 0 -4px var(--rotterdam-color-base-black);
|
|
280
|
+
--conduction-primary-top-nav-dropdown-current-background-color: var(--rotterdam-color-base-black);
|
|
281
|
+
--conduction-primary-top-nav-dropdown-current-color: var(--rotterdam-color-base-white);
|
|
278
282
|
--conduction-primary-top-nav-dropdown-hover-background-color: var(--rotterdam-color-base-black);
|
|
279
283
|
--conduction-primary-top-nav-dropdown-hover-color: var(--rotterdam-color-base-white);
|
|
280
284
|
--conduction-primary-top-nav-dropdown-background-color: var(--rotterdam-color-green-tint-01);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 20 Dec 2023 15:39:42 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const conductionCardHeaderColor = "var(--utrecht-document-color)";
|
|
@@ -96,6 +96,10 @@ export const conductionPrimaryTopNavDropdownColor = "var(--rotterdam-color-base-
|
|
|
96
96
|
export const conductionPrimaryTopNavDropdownBackgroundColor = "var(--rotterdam-color-green-tint-01)";
|
|
97
97
|
export const conductionPrimaryTopNavDropdownHoverColor = "var(--rotterdam-color-base-white)";
|
|
98
98
|
export const conductionPrimaryTopNavDropdownHoverBackgroundColor = "var(--rotterdam-color-base-black)";
|
|
99
|
+
export const conductionPrimaryTopNavDropdownCurrentColor = "var(--rotterdam-color-base-white)";
|
|
100
|
+
export const conductionPrimaryTopNavDropdownCurrentBackgroundColor = "var(--rotterdam-color-base-black)";
|
|
101
|
+
export const conductionPrimaryTopNavDropdownCurrentBoxShadow = "inset 0 -4px var(--rotterdam-color-base-black)";
|
|
102
|
+
export const conductionPrimaryTopNavDropdownCurrentMobileBoxShadow = "inset 4px 0 var(--rotterdam-color-base-black)";
|
|
99
103
|
export const conductionPrimaryTopNavItemPadding = "18px";
|
|
100
104
|
export const conductionPrimaryTopNavPaddingInlineEnd = "16px";
|
|
101
105
|
export const conductionPrimaryTopNavPaddingInlineStart = "16px";
|
|
@@ -3160,6 +3160,103 @@
|
|
|
3160
3160
|
"color"
|
|
3161
3161
|
]
|
|
3162
3162
|
},
|
|
3163
|
+
{
|
|
3164
|
+
"value": "var(--rotterdam-color-base-black)",
|
|
3165
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
3166
|
+
"isSource": true,
|
|
3167
|
+
"original": {
|
|
3168
|
+
"value": "var(--rotterdam-color-base-black)"
|
|
3169
|
+
},
|
|
3170
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBackgroundColor",
|
|
3171
|
+
"attributes": {
|
|
3172
|
+
"category": "conduction",
|
|
3173
|
+
"type": "primary",
|
|
3174
|
+
"item": "top-nav",
|
|
3175
|
+
"subitem": "dropdown",
|
|
3176
|
+
"state": "current"
|
|
3177
|
+
},
|
|
3178
|
+
"path": [
|
|
3179
|
+
"conduction",
|
|
3180
|
+
"primary",
|
|
3181
|
+
"top-nav",
|
|
3182
|
+
"dropdown",
|
|
3183
|
+
"current",
|
|
3184
|
+
"background-color"
|
|
3185
|
+
]
|
|
3186
|
+
},
|
|
3187
|
+
{
|
|
3188
|
+
"value": "inset 0 -4px var(--rotterdam-color-base-black)",
|
|
3189
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
3190
|
+
"isSource": true,
|
|
3191
|
+
"original": {
|
|
3192
|
+
"value": "inset 0 -4px var(--rotterdam-color-base-black)"
|
|
3193
|
+
},
|
|
3194
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBoxShadow",
|
|
3195
|
+
"attributes": {
|
|
3196
|
+
"category": "conduction",
|
|
3197
|
+
"type": "primary",
|
|
3198
|
+
"item": "top-nav",
|
|
3199
|
+
"subitem": "dropdown",
|
|
3200
|
+
"state": "current"
|
|
3201
|
+
},
|
|
3202
|
+
"path": [
|
|
3203
|
+
"conduction",
|
|
3204
|
+
"primary",
|
|
3205
|
+
"top-nav",
|
|
3206
|
+
"dropdown",
|
|
3207
|
+
"current",
|
|
3208
|
+
"box-shadow"
|
|
3209
|
+
]
|
|
3210
|
+
},
|
|
3211
|
+
{
|
|
3212
|
+
"value": "var(--rotterdam-color-base-white)",
|
|
3213
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
3214
|
+
"isSource": true,
|
|
3215
|
+
"original": {
|
|
3216
|
+
"value": "var(--rotterdam-color-base-white)"
|
|
3217
|
+
},
|
|
3218
|
+
"name": "conductionPrimaryTopNavDropdownCurrentColor",
|
|
3219
|
+
"attributes": {
|
|
3220
|
+
"category": "conduction",
|
|
3221
|
+
"type": "primary",
|
|
3222
|
+
"item": "top-nav",
|
|
3223
|
+
"subitem": "dropdown",
|
|
3224
|
+
"state": "current"
|
|
3225
|
+
},
|
|
3226
|
+
"path": [
|
|
3227
|
+
"conduction",
|
|
3228
|
+
"primary",
|
|
3229
|
+
"top-nav",
|
|
3230
|
+
"dropdown",
|
|
3231
|
+
"current",
|
|
3232
|
+
"color"
|
|
3233
|
+
]
|
|
3234
|
+
},
|
|
3235
|
+
{
|
|
3236
|
+
"value": "inset 4px 0 var(--rotterdam-color-base-black)",
|
|
3237
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
3238
|
+
"isSource": true,
|
|
3239
|
+
"original": {
|
|
3240
|
+
"value": "inset 4px 0 var(--rotterdam-color-base-black)"
|
|
3241
|
+
},
|
|
3242
|
+
"name": "conductionPrimaryTopNavDropdownCurrentMobileBoxShadow",
|
|
3243
|
+
"attributes": {
|
|
3244
|
+
"category": "conduction",
|
|
3245
|
+
"type": "primary",
|
|
3246
|
+
"item": "top-nav",
|
|
3247
|
+
"subitem": "dropdown",
|
|
3248
|
+
"state": "current"
|
|
3249
|
+
},
|
|
3250
|
+
"path": [
|
|
3251
|
+
"conduction",
|
|
3252
|
+
"primary",
|
|
3253
|
+
"top-nav",
|
|
3254
|
+
"dropdown",
|
|
3255
|
+
"current",
|
|
3256
|
+
"mobile",
|
|
3257
|
+
"box-shadow"
|
|
3258
|
+
]
|
|
3259
|
+
},
|
|
3163
3260
|
{
|
|
3164
3261
|
"value": "var(--rotterdam-color-base-black)",
|
|
3165
3262
|
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 20 Dec 2023 15:39:42 GMT
|
|
4
4
|
|
|
5
5
|
@utrecht-page-max-inline-size: 1140px;
|
|
6
6
|
@utrecht-page-margin-inline-end: var(--utrecht-space-block-xl);
|
|
@@ -273,6 +273,10 @@
|
|
|
273
273
|
@conduction-primary-top-nav-padding-inline-start: 16px;
|
|
274
274
|
@conduction-primary-top-nav-padding-inline-end: 16px;
|
|
275
275
|
@conduction-primary-top-nav-item-padding: 18px;
|
|
276
|
+
@conduction-primary-top-nav-dropdown-current-mobile-box-shadow: inset 4px 0 var(--rotterdam-color-base-black);
|
|
277
|
+
@conduction-primary-top-nav-dropdown-current-box-shadow: inset 0 -4px var(--rotterdam-color-base-black);
|
|
278
|
+
@conduction-primary-top-nav-dropdown-current-background-color: var(--rotterdam-color-base-black);
|
|
279
|
+
@conduction-primary-top-nav-dropdown-current-color: var(--rotterdam-color-base-white);
|
|
276
280
|
@conduction-primary-top-nav-dropdown-hover-background-color: var(--rotterdam-color-base-black);
|
|
277
281
|
@conduction-primary-top-nav-dropdown-hover-color: var(--rotterdam-color-base-white);
|
|
278
282
|
@conduction-primary-top-nav-dropdown-background-color: var(--rotterdam-color-green-tint-01);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 20 Dec 2023 15:39:42 GMT
|
|
4
4
|
|
|
5
5
|
$utrecht-page-max-inline-size: 1140px;
|
|
6
6
|
$utrecht-page-margin-inline-end: var(--utrecht-space-block-xl);
|
|
@@ -273,6 +273,10 @@ $conduction-primary-top-nav-padding-block-end: 16px;
|
|
|
273
273
|
$conduction-primary-top-nav-padding-inline-start: 16px;
|
|
274
274
|
$conduction-primary-top-nav-padding-inline-end: 16px;
|
|
275
275
|
$conduction-primary-top-nav-item-padding: 18px;
|
|
276
|
+
$conduction-primary-top-nav-dropdown-current-mobile-box-shadow: inset 4px 0 var(--rotterdam-color-base-black);
|
|
277
|
+
$conduction-primary-top-nav-dropdown-current-box-shadow: inset 0 -4px var(--rotterdam-color-base-black);
|
|
278
|
+
$conduction-primary-top-nav-dropdown-current-background-color: var(--rotterdam-color-base-black);
|
|
279
|
+
$conduction-primary-top-nav-dropdown-current-color: var(--rotterdam-color-base-white);
|
|
276
280
|
$conduction-primary-top-nav-dropdown-hover-background-color: var(--rotterdam-color-base-black);
|
|
277
281
|
$conduction-primary-top-nav-dropdown-hover-color: var(--rotterdam-color-base-white);
|
|
278
282
|
$conduction-primary-top-nav-dropdown-background-color: var(--rotterdam-color-green-tint-01);
|
|
@@ -1839,7 +1839,8 @@
|
|
|
1839
1839
|
"background-color"
|
|
1840
1840
|
]
|
|
1841
1841
|
},
|
|
1842
|
-
"box-shadow": {}
|
|
1842
|
+
"box-shadow": {},
|
|
1843
|
+
"font-weight": {}
|
|
1843
1844
|
},
|
|
1844
1845
|
"current": {
|
|
1845
1846
|
"color": {
|
|
@@ -1936,7 +1937,8 @@
|
|
|
1936
1937
|
"box-shadow"
|
|
1937
1938
|
]
|
|
1938
1939
|
}
|
|
1939
|
-
}
|
|
1940
|
+
},
|
|
1941
|
+
"font-weight": {}
|
|
1940
1942
|
},
|
|
1941
1943
|
"dropdown": {
|
|
1942
1944
|
"color": {
|
|
@@ -2037,7 +2039,110 @@
|
|
|
2037
2039
|
"background-color"
|
|
2038
2040
|
]
|
|
2039
2041
|
},
|
|
2040
|
-
"box-shadow": {}
|
|
2042
|
+
"box-shadow": {},
|
|
2043
|
+
"font-weight": {}
|
|
2044
|
+
},
|
|
2045
|
+
"current": {
|
|
2046
|
+
"color": {
|
|
2047
|
+
"value": "var(--rotterdam-color-base-white)",
|
|
2048
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
2049
|
+
"isSource": true,
|
|
2050
|
+
"original": {
|
|
2051
|
+
"value": "var(--rotterdam-color-base-white)"
|
|
2052
|
+
},
|
|
2053
|
+
"name": "conductionPrimaryTopNavDropdownCurrentColor",
|
|
2054
|
+
"attributes": {
|
|
2055
|
+
"category": "conduction",
|
|
2056
|
+
"type": "primary",
|
|
2057
|
+
"item": "top-nav",
|
|
2058
|
+
"subitem": "dropdown",
|
|
2059
|
+
"state": "current"
|
|
2060
|
+
},
|
|
2061
|
+
"path": [
|
|
2062
|
+
"conduction",
|
|
2063
|
+
"primary",
|
|
2064
|
+
"top-nav",
|
|
2065
|
+
"dropdown",
|
|
2066
|
+
"current",
|
|
2067
|
+
"color"
|
|
2068
|
+
]
|
|
2069
|
+
},
|
|
2070
|
+
"background-color": {
|
|
2071
|
+
"value": "var(--rotterdam-color-base-black)",
|
|
2072
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
2073
|
+
"isSource": true,
|
|
2074
|
+
"original": {
|
|
2075
|
+
"value": "var(--rotterdam-color-base-black)"
|
|
2076
|
+
},
|
|
2077
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBackgroundColor",
|
|
2078
|
+
"attributes": {
|
|
2079
|
+
"category": "conduction",
|
|
2080
|
+
"type": "primary",
|
|
2081
|
+
"item": "top-nav",
|
|
2082
|
+
"subitem": "dropdown",
|
|
2083
|
+
"state": "current"
|
|
2084
|
+
},
|
|
2085
|
+
"path": [
|
|
2086
|
+
"conduction",
|
|
2087
|
+
"primary",
|
|
2088
|
+
"top-nav",
|
|
2089
|
+
"dropdown",
|
|
2090
|
+
"current",
|
|
2091
|
+
"background-color"
|
|
2092
|
+
]
|
|
2093
|
+
},
|
|
2094
|
+
"box-shadow": {
|
|
2095
|
+
"value": "inset 0 -4px var(--rotterdam-color-base-black)",
|
|
2096
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
2097
|
+
"isSource": true,
|
|
2098
|
+
"original": {
|
|
2099
|
+
"value": "inset 0 -4px var(--rotterdam-color-base-black)"
|
|
2100
|
+
},
|
|
2101
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBoxShadow",
|
|
2102
|
+
"attributes": {
|
|
2103
|
+
"category": "conduction",
|
|
2104
|
+
"type": "primary",
|
|
2105
|
+
"item": "top-nav",
|
|
2106
|
+
"subitem": "dropdown",
|
|
2107
|
+
"state": "current"
|
|
2108
|
+
},
|
|
2109
|
+
"path": [
|
|
2110
|
+
"conduction",
|
|
2111
|
+
"primary",
|
|
2112
|
+
"top-nav",
|
|
2113
|
+
"dropdown",
|
|
2114
|
+
"current",
|
|
2115
|
+
"box-shadow"
|
|
2116
|
+
]
|
|
2117
|
+
},
|
|
2118
|
+
"mobile": {
|
|
2119
|
+
"box-shadow": {
|
|
2120
|
+
"value": "inset 4px 0 var(--rotterdam-color-base-black)",
|
|
2121
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
2122
|
+
"isSource": true,
|
|
2123
|
+
"original": {
|
|
2124
|
+
"value": "inset 4px 0 var(--rotterdam-color-base-black)"
|
|
2125
|
+
},
|
|
2126
|
+
"name": "conductionPrimaryTopNavDropdownCurrentMobileBoxShadow",
|
|
2127
|
+
"attributes": {
|
|
2128
|
+
"category": "conduction",
|
|
2129
|
+
"type": "primary",
|
|
2130
|
+
"item": "top-nav",
|
|
2131
|
+
"subitem": "dropdown",
|
|
2132
|
+
"state": "current"
|
|
2133
|
+
},
|
|
2134
|
+
"path": [
|
|
2135
|
+
"conduction",
|
|
2136
|
+
"primary",
|
|
2137
|
+
"top-nav",
|
|
2138
|
+
"dropdown",
|
|
2139
|
+
"current",
|
|
2140
|
+
"mobile",
|
|
2141
|
+
"box-shadow"
|
|
2142
|
+
]
|
|
2143
|
+
}
|
|
2144
|
+
},
|
|
2145
|
+
"font-weight": {}
|
|
2041
2146
|
}
|
|
2042
2147
|
},
|
|
2043
2148
|
"item": {
|
package/municipalities/rotterdam-design-tokens/src/component/conduction/navigation.tokens.json
CHANGED
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"hover": {
|
|
8
8
|
"color": { "value": "var(--rotterdam-color-green-tint-01)" },
|
|
9
9
|
"background-color": { "value": "var(--rotterdam-color-base-white)" },
|
|
10
|
-
"box-shadow": {}
|
|
10
|
+
"box-shadow": {},
|
|
11
|
+
"font-weight": {}
|
|
11
12
|
},
|
|
12
13
|
"current": {
|
|
13
14
|
"color": { "value": "var(--rotterdam-color-gray-tint-11)" },
|
|
@@ -15,7 +16,8 @@
|
|
|
15
16
|
"box-shadow": { "value": "inset 0 -4px var(--rotterdam-color-green-tint-01)" },
|
|
16
17
|
"mobile": {
|
|
17
18
|
"box-shadow": { "value": "inset 4px 0 var(--rotterdam-color-green-tint-01)" }
|
|
18
|
-
}
|
|
19
|
+
},
|
|
20
|
+
"font-weight": {}
|
|
19
21
|
},
|
|
20
22
|
"dropdown": {
|
|
21
23
|
"color": { "value": "var(--rotterdam-color-base-white)" },
|
|
@@ -26,7 +28,17 @@
|
|
|
26
28
|
"hover": {
|
|
27
29
|
"color": { "value": "var(--rotterdam-color-base-white)" },
|
|
28
30
|
"background-color": { "value": "var(--rotterdam-color-base-black)" },
|
|
29
|
-
"box-shadow": {}
|
|
31
|
+
"box-shadow": {},
|
|
32
|
+
"font-weight": {}
|
|
33
|
+
},
|
|
34
|
+
"current": {
|
|
35
|
+
"color": { "value": "var(--rotterdam-color-base-white)" },
|
|
36
|
+
"background-color": { "value": "var(--rotterdam-color-base-black)" },
|
|
37
|
+
"box-shadow": { "value": "inset 0 -4px var(--rotterdam-color-base-black)" },
|
|
38
|
+
"mobile": {
|
|
39
|
+
"box-shadow": { "value": "inset 4px 0 var(--rotterdam-color-base-black)" }
|
|
40
|
+
},
|
|
41
|
+
"font-weight": {}
|
|
30
42
|
}
|
|
31
43
|
},
|
|
32
44
|
"item": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 20 Dec 2023 15:40:24 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.sloterburg-theme {
|
|
@@ -462,16 +462,28 @@
|
|
|
462
462
|
--utrecht-code-font-family: var(--sloterburg-typography-monospace-font-family);
|
|
463
463
|
--utrecht-code-color: var(--sloterburg-color-black-0);
|
|
464
464
|
--utrecht-code-background-color: var(--sloterburg-color-lightgrey-96);
|
|
465
|
+
--utrecht-button-subtle-disabled-color: var(--sloterburg-color-grey-50);
|
|
466
|
+
--utrecht-button-subtle-disabled-border-color: var(--sloterburg-color-grey-82);
|
|
467
|
+
--utrecht-button-subtle-disabled-background-color: var(--sloterburg-color-grey-82);
|
|
465
468
|
--utrecht-button-secondary-action-hover-background-color: var(--sloterburg-color-white-100);
|
|
469
|
+
--utrecht-button-secondary-action-disabled-color: var(--sloterburg-color-grey-50);
|
|
470
|
+
--utrecht-button-secondary-action-disabled-border-color: var(--sloterburg-color-grey-82);
|
|
471
|
+
--utrecht-button-secondary-action-disabled-background-color: var(--sloterburg-color-grey-82);
|
|
466
472
|
--utrecht-button-secondary-action-font-weight: var(--sloterburg-typography-font-weight-normal);
|
|
467
473
|
--utrecht-button-secondary-action-border-width: var(--sloterburg-size-3xs);
|
|
468
474
|
--utrecht-button-secondary-action-background-color: var(--sloterburg-color-white-100);
|
|
469
475
|
--utrecht-button-primary-action-hover-color: var(--sloterburg-color-white-100);
|
|
476
|
+
--utrecht-button-primary-action-disabled-color: var(--sloterburg-color-grey-50);
|
|
477
|
+
--utrecht-button-primary-action-disabled-border-color: var(--sloterburg-color-grey-82);
|
|
478
|
+
--utrecht-button-primary-action-disabled-background-color: var(--sloterburg-color-grey-82);
|
|
470
479
|
--utrecht-button-primary-action-color: var(--sloterburg-color-white-100);
|
|
471
480
|
--utrecht-button-primary-action-border-width: var(--sloterburg-size-3xs);
|
|
472
481
|
--utrecht-button-hover-color: var(--sloterburg-color-white-100);
|
|
473
482
|
--utrecht-button-hover-border-color: var(--sloterburg-color-darkgreen-23-90t);
|
|
474
483
|
--utrecht-button-hover-background-color: var(--sloterburg-color-darkgreen-23-90t);
|
|
484
|
+
--utrecht-button-disabled-color: var(--sloterburg-color-grey-50);
|
|
485
|
+
--utrecht-button-disabled-border-color: var(--sloterburg-color-grey-82);
|
|
486
|
+
--utrecht-button-disabled-background-color: var(--sloterburg-color-grey-82);
|
|
475
487
|
--utrecht-button-icon-gap: var(--sloterburg-size-xs);
|
|
476
488
|
--utrecht-button-padding-inline-end: var(--sloterburg-size-sm);
|
|
477
489
|
--utrecht-button-padding-inline-start: var(--sloterburg-size-sm);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 20 Dec 2023 15:40:23 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const sloterburgColorPrimary = "#1b7da7";
|
|
@@ -164,6 +164,9 @@ export const utrechtButtonPaddingBlockEnd = "4px";
|
|
|
164
164
|
export const utrechtButtonPaddingInlineStart = "14px";
|
|
165
165
|
export const utrechtButtonPaddingInlineEnd = "14px";
|
|
166
166
|
export const utrechtButtonIconGap = "8px";
|
|
167
|
+
export const utrechtButtonDisabledBackgroundColor = "#d1d1d1";
|
|
168
|
+
export const utrechtButtonDisabledBorderColor = "#d1d1d1";
|
|
169
|
+
export const utrechtButtonDisabledColor = "#808080";
|
|
167
170
|
export const utrechtButtonHoverBackgroundColor = "#357500e6";
|
|
168
171
|
export const utrechtButtonHoverBorderColor = "#357500e6";
|
|
169
172
|
export const utrechtButtonHoverColor = "#ffffff";
|
|
@@ -172,6 +175,9 @@ export const utrechtButtonPrimaryActionBorderColor = "#1b7da7";
|
|
|
172
175
|
export const utrechtButtonPrimaryActionBorderWidth = "2px";
|
|
173
176
|
export const utrechtButtonPrimaryActionColor = "#ffffff";
|
|
174
177
|
export const utrechtButtonPrimaryActionFontWeight = "inherit";
|
|
178
|
+
export const utrechtButtonPrimaryActionDisabledBackgroundColor = "#d1d1d1";
|
|
179
|
+
export const utrechtButtonPrimaryActionDisabledBorderColor = "#d1d1d1";
|
|
180
|
+
export const utrechtButtonPrimaryActionDisabledColor = "#808080";
|
|
175
181
|
export const utrechtButtonPrimaryActionHoverBackgroundColor = "#1b7da7";
|
|
176
182
|
export const utrechtButtonPrimaryActionHoverBorderColor = "#1b7da7";
|
|
177
183
|
export const utrechtButtonPrimaryActionHoverColor = "#ffffff";
|
|
@@ -180,9 +186,15 @@ export const utrechtButtonSecondaryActionBorderColor = "#1b7da7";
|
|
|
180
186
|
export const utrechtButtonSecondaryActionBorderWidth = "2px";
|
|
181
187
|
export const utrechtButtonSecondaryActionColor = "#1b7da7";
|
|
182
188
|
export const utrechtButtonSecondaryActionFontWeight = "400";
|
|
189
|
+
export const utrechtButtonSecondaryActionDisabledBackgroundColor = "#d1d1d1";
|
|
190
|
+
export const utrechtButtonSecondaryActionDisabledBorderColor = "#d1d1d1";
|
|
191
|
+
export const utrechtButtonSecondaryActionDisabledColor = "#808080";
|
|
183
192
|
export const utrechtButtonSecondaryActionHoverBackgroundColor = "#ffffff";
|
|
184
193
|
export const utrechtButtonSecondaryActionHoverBorderColor = "#1b7da7e6";
|
|
185
194
|
export const utrechtButtonSecondaryActionHoverColor = "#1b7da7e6";
|
|
195
|
+
export const utrechtButtonSubtleDisabledBackgroundColor = "#d1d1d1";
|
|
196
|
+
export const utrechtButtonSubtleDisabledBorderColor = "#d1d1d1";
|
|
197
|
+
export const utrechtButtonSubtleDisabledColor = "#808080";
|
|
186
198
|
export const utrechtCodeBackgroundColor = "#f5f5f5";
|
|
187
199
|
export const utrechtCodeColor = "#000000";
|
|
188
200
|
export const utrechtCodeFontFamily = "Monospace, \"Lucida Console\"";
|