@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
|
@@ -3052,7 +3052,8 @@
|
|
|
3052
3052
|
"background-color"
|
|
3053
3053
|
]
|
|
3054
3054
|
},
|
|
3055
|
-
"box-shadow": {}
|
|
3055
|
+
"box-shadow": {},
|
|
3056
|
+
"font-weight": {}
|
|
3056
3057
|
},
|
|
3057
3058
|
"current": {
|
|
3058
3059
|
"color": {
|
|
@@ -3149,7 +3150,8 @@
|
|
|
3149
3150
|
"box-shadow"
|
|
3150
3151
|
]
|
|
3151
3152
|
}
|
|
3152
|
-
}
|
|
3153
|
+
},
|
|
3154
|
+
"font-weight": {}
|
|
3153
3155
|
},
|
|
3154
3156
|
"dropdown": {
|
|
3155
3157
|
"color": {
|
|
@@ -3250,7 +3252,110 @@
|
|
|
3250
3252
|
"background-color"
|
|
3251
3253
|
]
|
|
3252
3254
|
},
|
|
3253
|
-
"box-shadow": {}
|
|
3255
|
+
"box-shadow": {},
|
|
3256
|
+
"font-weight": {}
|
|
3257
|
+
},
|
|
3258
|
+
"current": {
|
|
3259
|
+
"color": {
|
|
3260
|
+
"value": "#4376fc",
|
|
3261
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
3262
|
+
"isSource": true,
|
|
3263
|
+
"original": {
|
|
3264
|
+
"value": "{conduction.color.primary}"
|
|
3265
|
+
},
|
|
3266
|
+
"name": "conductionPrimaryTopNavDropdownCurrentColor",
|
|
3267
|
+
"attributes": {
|
|
3268
|
+
"category": "conduction",
|
|
3269
|
+
"type": "primary",
|
|
3270
|
+
"item": "top-nav",
|
|
3271
|
+
"subitem": "dropdown",
|
|
3272
|
+
"state": "current"
|
|
3273
|
+
},
|
|
3274
|
+
"path": [
|
|
3275
|
+
"conduction",
|
|
3276
|
+
"primary",
|
|
3277
|
+
"top-nav",
|
|
3278
|
+
"dropdown",
|
|
3279
|
+
"current",
|
|
3280
|
+
"color"
|
|
3281
|
+
]
|
|
3282
|
+
},
|
|
3283
|
+
"background-color": {
|
|
3284
|
+
"value": "#ffffff",
|
|
3285
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
3286
|
+
"isSource": true,
|
|
3287
|
+
"original": {
|
|
3288
|
+
"value": "{conduction.color.white.100}"
|
|
3289
|
+
},
|
|
3290
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBackgroundColor",
|
|
3291
|
+
"attributes": {
|
|
3292
|
+
"category": "conduction",
|
|
3293
|
+
"type": "primary",
|
|
3294
|
+
"item": "top-nav",
|
|
3295
|
+
"subitem": "dropdown",
|
|
3296
|
+
"state": "current"
|
|
3297
|
+
},
|
|
3298
|
+
"path": [
|
|
3299
|
+
"conduction",
|
|
3300
|
+
"primary",
|
|
3301
|
+
"top-nav",
|
|
3302
|
+
"dropdown",
|
|
3303
|
+
"current",
|
|
3304
|
+
"background-color"
|
|
3305
|
+
]
|
|
3306
|
+
},
|
|
3307
|
+
"box-shadow": {
|
|
3308
|
+
"value": "",
|
|
3309
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
3310
|
+
"isSource": true,
|
|
3311
|
+
"original": {
|
|
3312
|
+
"value": ""
|
|
3313
|
+
},
|
|
3314
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBoxShadow",
|
|
3315
|
+
"attributes": {
|
|
3316
|
+
"category": "conduction",
|
|
3317
|
+
"type": "primary",
|
|
3318
|
+
"item": "top-nav",
|
|
3319
|
+
"subitem": "dropdown",
|
|
3320
|
+
"state": "current"
|
|
3321
|
+
},
|
|
3322
|
+
"path": [
|
|
3323
|
+
"conduction",
|
|
3324
|
+
"primary",
|
|
3325
|
+
"top-nav",
|
|
3326
|
+
"dropdown",
|
|
3327
|
+
"current",
|
|
3328
|
+
"box-shadow"
|
|
3329
|
+
]
|
|
3330
|
+
},
|
|
3331
|
+
"mobile": {
|
|
3332
|
+
"box-shadow": {
|
|
3333
|
+
"value": "",
|
|
3334
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
3335
|
+
"isSource": true,
|
|
3336
|
+
"original": {
|
|
3337
|
+
"value": ""
|
|
3338
|
+
},
|
|
3339
|
+
"name": "conductionPrimaryTopNavDropdownCurrentMobileBoxShadow",
|
|
3340
|
+
"attributes": {
|
|
3341
|
+
"category": "conduction",
|
|
3342
|
+
"type": "primary",
|
|
3343
|
+
"item": "top-nav",
|
|
3344
|
+
"subitem": "dropdown",
|
|
3345
|
+
"state": "current"
|
|
3346
|
+
},
|
|
3347
|
+
"path": [
|
|
3348
|
+
"conduction",
|
|
3349
|
+
"primary",
|
|
3350
|
+
"top-nav",
|
|
3351
|
+
"dropdown",
|
|
3352
|
+
"current",
|
|
3353
|
+
"mobile",
|
|
3354
|
+
"box-shadow"
|
|
3355
|
+
]
|
|
3356
|
+
}
|
|
3357
|
+
},
|
|
3358
|
+
"font-weight": {}
|
|
3254
3359
|
}
|
|
3255
3360
|
},
|
|
3256
3361
|
"item": {
|
|
@@ -7692,9 +7797,69 @@
|
|
|
7692
7797
|
"size": {}
|
|
7693
7798
|
},
|
|
7694
7799
|
"disabled": {
|
|
7695
|
-
"background-color": {
|
|
7696
|
-
|
|
7697
|
-
|
|
7800
|
+
"background-color": {
|
|
7801
|
+
"value": "#d1d1d1",
|
|
7802
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
7803
|
+
"isSource": true,
|
|
7804
|
+
"original": {
|
|
7805
|
+
"value": "{conduction.color.grey.82}"
|
|
7806
|
+
},
|
|
7807
|
+
"name": "utrechtButtonDisabledBackgroundColor",
|
|
7808
|
+
"attributes": {
|
|
7809
|
+
"category": "utrecht",
|
|
7810
|
+
"type": "button",
|
|
7811
|
+
"item": "disabled",
|
|
7812
|
+
"subitem": "background-color"
|
|
7813
|
+
},
|
|
7814
|
+
"path": [
|
|
7815
|
+
"utrecht",
|
|
7816
|
+
"button",
|
|
7817
|
+
"disabled",
|
|
7818
|
+
"background-color"
|
|
7819
|
+
]
|
|
7820
|
+
},
|
|
7821
|
+
"border-color": {
|
|
7822
|
+
"value": "#d1d1d1",
|
|
7823
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
7824
|
+
"isSource": true,
|
|
7825
|
+
"original": {
|
|
7826
|
+
"value": "{conduction.color.grey.82}"
|
|
7827
|
+
},
|
|
7828
|
+
"name": "utrechtButtonDisabledBorderColor",
|
|
7829
|
+
"attributes": {
|
|
7830
|
+
"category": "utrecht",
|
|
7831
|
+
"type": "button",
|
|
7832
|
+
"item": "disabled",
|
|
7833
|
+
"subitem": "border-color"
|
|
7834
|
+
},
|
|
7835
|
+
"path": [
|
|
7836
|
+
"utrecht",
|
|
7837
|
+
"button",
|
|
7838
|
+
"disabled",
|
|
7839
|
+
"border-color"
|
|
7840
|
+
]
|
|
7841
|
+
},
|
|
7842
|
+
"color": {
|
|
7843
|
+
"value": "#808080",
|
|
7844
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
7845
|
+
"isSource": true,
|
|
7846
|
+
"original": {
|
|
7847
|
+
"value": "{conduction.color.grey.50}"
|
|
7848
|
+
},
|
|
7849
|
+
"name": "utrechtButtonDisabledColor",
|
|
7850
|
+
"attributes": {
|
|
7851
|
+
"category": "utrecht",
|
|
7852
|
+
"type": "button",
|
|
7853
|
+
"item": "disabled",
|
|
7854
|
+
"subitem": "color"
|
|
7855
|
+
},
|
|
7856
|
+
"path": [
|
|
7857
|
+
"utrecht",
|
|
7858
|
+
"button",
|
|
7859
|
+
"disabled",
|
|
7860
|
+
"color"
|
|
7861
|
+
]
|
|
7862
|
+
}
|
|
7698
7863
|
},
|
|
7699
7864
|
"focus": {
|
|
7700
7865
|
"background-color": {},
|
|
@@ -7885,9 +8050,75 @@
|
|
|
7885
8050
|
"color": {}
|
|
7886
8051
|
},
|
|
7887
8052
|
"disabled": {
|
|
7888
|
-
"background-color": {
|
|
7889
|
-
|
|
7890
|
-
|
|
8053
|
+
"background-color": {
|
|
8054
|
+
"value": "#d1d1d1",
|
|
8055
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8056
|
+
"isSource": true,
|
|
8057
|
+
"original": {
|
|
8058
|
+
"value": "{conduction.color.grey.82}"
|
|
8059
|
+
},
|
|
8060
|
+
"name": "utrechtButtonPrimaryActionDisabledBackgroundColor",
|
|
8061
|
+
"attributes": {
|
|
8062
|
+
"category": "utrecht",
|
|
8063
|
+
"type": "button",
|
|
8064
|
+
"item": "primary-action",
|
|
8065
|
+
"subitem": "disabled",
|
|
8066
|
+
"state": "background-color"
|
|
8067
|
+
},
|
|
8068
|
+
"path": [
|
|
8069
|
+
"utrecht",
|
|
8070
|
+
"button",
|
|
8071
|
+
"primary-action",
|
|
8072
|
+
"disabled",
|
|
8073
|
+
"background-color"
|
|
8074
|
+
]
|
|
8075
|
+
},
|
|
8076
|
+
"border-color": {
|
|
8077
|
+
"value": "#d1d1d1",
|
|
8078
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8079
|
+
"isSource": true,
|
|
8080
|
+
"original": {
|
|
8081
|
+
"value": "{conduction.color.grey.82}"
|
|
8082
|
+
},
|
|
8083
|
+
"name": "utrechtButtonPrimaryActionDisabledBorderColor",
|
|
8084
|
+
"attributes": {
|
|
8085
|
+
"category": "utrecht",
|
|
8086
|
+
"type": "button",
|
|
8087
|
+
"item": "primary-action",
|
|
8088
|
+
"subitem": "disabled",
|
|
8089
|
+
"state": "border-color"
|
|
8090
|
+
},
|
|
8091
|
+
"path": [
|
|
8092
|
+
"utrecht",
|
|
8093
|
+
"button",
|
|
8094
|
+
"primary-action",
|
|
8095
|
+
"disabled",
|
|
8096
|
+
"border-color"
|
|
8097
|
+
]
|
|
8098
|
+
},
|
|
8099
|
+
"color": {
|
|
8100
|
+
"value": "#808080",
|
|
8101
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8102
|
+
"isSource": true,
|
|
8103
|
+
"original": {
|
|
8104
|
+
"value": "{conduction.color.grey.50}"
|
|
8105
|
+
},
|
|
8106
|
+
"name": "utrechtButtonPrimaryActionDisabledColor",
|
|
8107
|
+
"attributes": {
|
|
8108
|
+
"category": "utrecht",
|
|
8109
|
+
"type": "button",
|
|
8110
|
+
"item": "primary-action",
|
|
8111
|
+
"subitem": "disabled",
|
|
8112
|
+
"state": "color"
|
|
8113
|
+
},
|
|
8114
|
+
"path": [
|
|
8115
|
+
"utrecht",
|
|
8116
|
+
"button",
|
|
8117
|
+
"primary-action",
|
|
8118
|
+
"disabled",
|
|
8119
|
+
"color"
|
|
8120
|
+
]
|
|
8121
|
+
}
|
|
7891
8122
|
},
|
|
7892
8123
|
"hover": {
|
|
7893
8124
|
"background-color": {
|
|
@@ -8084,9 +8315,75 @@
|
|
|
8084
8315
|
"color": {}
|
|
8085
8316
|
},
|
|
8086
8317
|
"disabled": {
|
|
8087
|
-
"background-color": {
|
|
8088
|
-
|
|
8089
|
-
|
|
8318
|
+
"background-color": {
|
|
8319
|
+
"value": "#d1d1d1",
|
|
8320
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8321
|
+
"isSource": true,
|
|
8322
|
+
"original": {
|
|
8323
|
+
"value": "{conduction.color.grey.82}"
|
|
8324
|
+
},
|
|
8325
|
+
"name": "utrechtButtonSecondaryActionDisabledBackgroundColor",
|
|
8326
|
+
"attributes": {
|
|
8327
|
+
"category": "utrecht",
|
|
8328
|
+
"type": "button",
|
|
8329
|
+
"item": "secondary-action",
|
|
8330
|
+
"subitem": "disabled",
|
|
8331
|
+
"state": "background-color"
|
|
8332
|
+
},
|
|
8333
|
+
"path": [
|
|
8334
|
+
"utrecht",
|
|
8335
|
+
"button",
|
|
8336
|
+
"secondary-action",
|
|
8337
|
+
"disabled",
|
|
8338
|
+
"background-color"
|
|
8339
|
+
]
|
|
8340
|
+
},
|
|
8341
|
+
"border-color": {
|
|
8342
|
+
"value": "#d1d1d1",
|
|
8343
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8344
|
+
"isSource": true,
|
|
8345
|
+
"original": {
|
|
8346
|
+
"value": "{conduction.color.grey.82}"
|
|
8347
|
+
},
|
|
8348
|
+
"name": "utrechtButtonSecondaryActionDisabledBorderColor",
|
|
8349
|
+
"attributes": {
|
|
8350
|
+
"category": "utrecht",
|
|
8351
|
+
"type": "button",
|
|
8352
|
+
"item": "secondary-action",
|
|
8353
|
+
"subitem": "disabled",
|
|
8354
|
+
"state": "border-color"
|
|
8355
|
+
},
|
|
8356
|
+
"path": [
|
|
8357
|
+
"utrecht",
|
|
8358
|
+
"button",
|
|
8359
|
+
"secondary-action",
|
|
8360
|
+
"disabled",
|
|
8361
|
+
"border-color"
|
|
8362
|
+
]
|
|
8363
|
+
},
|
|
8364
|
+
"color": {
|
|
8365
|
+
"value": "#808080",
|
|
8366
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8367
|
+
"isSource": true,
|
|
8368
|
+
"original": {
|
|
8369
|
+
"value": "{conduction.color.grey.50}"
|
|
8370
|
+
},
|
|
8371
|
+
"name": "utrechtButtonSecondaryActionDisabledColor",
|
|
8372
|
+
"attributes": {
|
|
8373
|
+
"category": "utrecht",
|
|
8374
|
+
"type": "button",
|
|
8375
|
+
"item": "secondary-action",
|
|
8376
|
+
"subitem": "disabled",
|
|
8377
|
+
"state": "color"
|
|
8378
|
+
},
|
|
8379
|
+
"path": [
|
|
8380
|
+
"utrecht",
|
|
8381
|
+
"button",
|
|
8382
|
+
"secondary-action",
|
|
8383
|
+
"disabled",
|
|
8384
|
+
"color"
|
|
8385
|
+
]
|
|
8386
|
+
}
|
|
8090
8387
|
},
|
|
8091
8388
|
"hover": {
|
|
8092
8389
|
"background-color": {
|
|
@@ -8182,9 +8479,75 @@
|
|
|
8182
8479
|
"color": {}
|
|
8183
8480
|
},
|
|
8184
8481
|
"disabled": {
|
|
8185
|
-
"background-color": {
|
|
8186
|
-
|
|
8187
|
-
|
|
8482
|
+
"background-color": {
|
|
8483
|
+
"value": "#d1d1d1",
|
|
8484
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8485
|
+
"isSource": true,
|
|
8486
|
+
"original": {
|
|
8487
|
+
"value": "{conduction.color.grey.82}"
|
|
8488
|
+
},
|
|
8489
|
+
"name": "utrechtButtonSubtleDisabledBackgroundColor",
|
|
8490
|
+
"attributes": {
|
|
8491
|
+
"category": "utrecht",
|
|
8492
|
+
"type": "button",
|
|
8493
|
+
"item": "subtle",
|
|
8494
|
+
"subitem": "disabled",
|
|
8495
|
+
"state": "background-color"
|
|
8496
|
+
},
|
|
8497
|
+
"path": [
|
|
8498
|
+
"utrecht",
|
|
8499
|
+
"button",
|
|
8500
|
+
"subtle",
|
|
8501
|
+
"disabled",
|
|
8502
|
+
"background-color"
|
|
8503
|
+
]
|
|
8504
|
+
},
|
|
8505
|
+
"border-color": {
|
|
8506
|
+
"value": "#d1d1d1",
|
|
8507
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8508
|
+
"isSource": true,
|
|
8509
|
+
"original": {
|
|
8510
|
+
"value": "{conduction.color.grey.82}"
|
|
8511
|
+
},
|
|
8512
|
+
"name": "utrechtButtonSubtleDisabledBorderColor",
|
|
8513
|
+
"attributes": {
|
|
8514
|
+
"category": "utrecht",
|
|
8515
|
+
"type": "button",
|
|
8516
|
+
"item": "subtle",
|
|
8517
|
+
"subitem": "disabled",
|
|
8518
|
+
"state": "border-color"
|
|
8519
|
+
},
|
|
8520
|
+
"path": [
|
|
8521
|
+
"utrecht",
|
|
8522
|
+
"button",
|
|
8523
|
+
"subtle",
|
|
8524
|
+
"disabled",
|
|
8525
|
+
"border-color"
|
|
8526
|
+
]
|
|
8527
|
+
},
|
|
8528
|
+
"color": {
|
|
8529
|
+
"value": "#808080",
|
|
8530
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8531
|
+
"isSource": true,
|
|
8532
|
+
"original": {
|
|
8533
|
+
"value": "{conduction.color.grey.50}"
|
|
8534
|
+
},
|
|
8535
|
+
"name": "utrechtButtonSubtleDisabledColor",
|
|
8536
|
+
"attributes": {
|
|
8537
|
+
"category": "utrecht",
|
|
8538
|
+
"type": "button",
|
|
8539
|
+
"item": "subtle",
|
|
8540
|
+
"subitem": "disabled",
|
|
8541
|
+
"state": "color"
|
|
8542
|
+
},
|
|
8543
|
+
"path": [
|
|
8544
|
+
"utrecht",
|
|
8545
|
+
"button",
|
|
8546
|
+
"subtle",
|
|
8547
|
+
"disabled",
|
|
8548
|
+
"color"
|
|
8549
|
+
]
|
|
8550
|
+
}
|
|
8188
8551
|
},
|
|
8189
8552
|
"hover": {
|
|
8190
8553
|
"background-color": {},
|
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"hover": {
|
|
8
8
|
"color": { "value": "{conduction.color.primary}" },
|
|
9
9
|
"background-color": { "value": "{conduction.color.white.100}" },
|
|
10
|
-
"box-shadow": {}
|
|
10
|
+
"box-shadow": {},
|
|
11
|
+
"font-weight": {}
|
|
11
12
|
},
|
|
12
13
|
"current": {
|
|
13
14
|
"color": { "value": "{conduction.color.primary}" },
|
|
@@ -15,7 +16,8 @@
|
|
|
15
16
|
"box-shadow": { "value": "" },
|
|
16
17
|
"mobile": {
|
|
17
18
|
"box-shadow": { "value": "" }
|
|
18
|
-
}
|
|
19
|
+
},
|
|
20
|
+
"font-weight": {}
|
|
19
21
|
},
|
|
20
22
|
"dropdown": {
|
|
21
23
|
"color": { "value": "{conduction.color.grey.29}" },
|
|
@@ -26,7 +28,17 @@
|
|
|
26
28
|
"hover": {
|
|
27
29
|
"color": { "value": "{conduction.color.primary}" },
|
|
28
30
|
"background-color": { "value": "{conduction.color.white.100}" },
|
|
29
|
-
"box-shadow": {}
|
|
31
|
+
"box-shadow": {},
|
|
32
|
+
"font-weight": {}
|
|
33
|
+
},
|
|
34
|
+
"current": {
|
|
35
|
+
"color": { "value": "{conduction.color.primary}" },
|
|
36
|
+
"background-color": { "value": "{conduction.color.white.100}" },
|
|
37
|
+
"box-shadow": { "value": "" },
|
|
38
|
+
"mobile": {
|
|
39
|
+
"box-shadow": { "value": "" }
|
|
40
|
+
},
|
|
41
|
+
"font-weight": {}
|
|
30
42
|
}
|
|
31
43
|
},
|
|
32
44
|
"item": {
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"size": {}
|
|
30
30
|
},
|
|
31
31
|
"disabled": {
|
|
32
|
-
"background-color": {},
|
|
33
|
-
"border-color": {},
|
|
34
|
-
"color": {}
|
|
32
|
+
"background-color": { "value": "{conduction.color.grey.82}" },
|
|
33
|
+
"border-color": { "value": "{conduction.color.grey.82}" },
|
|
34
|
+
"color": { "value": "{conduction.color.grey.50}" }
|
|
35
35
|
},
|
|
36
36
|
"focus": {
|
|
37
37
|
"background-color": {},
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"color": {}
|
|
63
63
|
},
|
|
64
64
|
"disabled": {
|
|
65
|
-
"background-color": {},
|
|
66
|
-
"border-color": {},
|
|
67
|
-
"color": {}
|
|
65
|
+
"background-color": { "value": "{conduction.color.grey.82}" },
|
|
66
|
+
"border-color": { "value": "{conduction.color.grey.82}" },
|
|
67
|
+
"color": { "value": "{conduction.color.grey.50}" }
|
|
68
68
|
},
|
|
69
69
|
"hover": {
|
|
70
70
|
"background-color": { "value": "{conduction.color.primary}" },
|
|
@@ -95,9 +95,9 @@
|
|
|
95
95
|
"color": {}
|
|
96
96
|
},
|
|
97
97
|
"disabled": {
|
|
98
|
-
"background-color": {},
|
|
99
|
-
"border-color": {},
|
|
100
|
-
"color": {}
|
|
98
|
+
"background-color": { "value": "{conduction.color.grey.82}" },
|
|
99
|
+
"border-color": { "value": "{conduction.color.grey.82}" },
|
|
100
|
+
"color": { "value": "{conduction.color.grey.50}" }
|
|
101
101
|
},
|
|
102
102
|
"hover": {
|
|
103
103
|
"background-color": { "value": "{conduction.color.white.100}" },
|
|
@@ -127,9 +127,9 @@
|
|
|
127
127
|
"color": {}
|
|
128
128
|
},
|
|
129
129
|
"disabled": {
|
|
130
|
-
"background-color": {},
|
|
131
|
-
"border-color": {},
|
|
132
|
-
"color": {}
|
|
130
|
+
"background-color": { "value": "{conduction.color.grey.82}" },
|
|
131
|
+
"border-color": { "value": "{conduction.color.grey.82}" },
|
|
132
|
+
"color": { "value": "{conduction.color.grey.50}" }
|
|
133
133
|
},
|
|
134
134
|
"hover": {
|
|
135
135
|
"background-color": {},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 20 Dec 2023 15:40:03 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.commonground-theme {
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
--conduction-primary-top-nav-padding-inline-start: 16px;
|
|
46
46
|
--conduction-primary-top-nav-padding-inline-end: 16px;
|
|
47
47
|
--conduction-primary-top-nav-item-padding: 18px;
|
|
48
|
+
--conduction-primary-top-nav-dropdown-current-mobile-box-shadow: ;
|
|
48
49
|
--conduction-primary-top-nav-current-mobile-box-shadow: ;
|
|
49
50
|
--conduction-logo-navbar-background-image: url('https://commonground.nl/file/embed/ca48ca97-b475-4318-bb7b-14cb552770c9/cg_small.png');
|
|
50
51
|
--conduction-logo-navbar-block-size: 47px;
|
|
@@ -254,6 +255,8 @@
|
|
|
254
255
|
--conduction-secondary-top-nav-hover-color: var(--commonground-color-black-0);
|
|
255
256
|
--conduction-secondary-top-nav-color: var(--commonground-color-black-0);
|
|
256
257
|
--conduction-primary-top-nav-item-border-radius: var(--commonground-size-2xs);
|
|
258
|
+
--conduction-primary-top-nav-dropdown-current-box-shadow: inset 0px 0px 0px 2px var(--commonground-color-black-0);
|
|
259
|
+
--conduction-primary-top-nav-dropdown-current-color: var(--commonground-color-black-0);
|
|
257
260
|
--conduction-primary-top-nav-dropdown-hover-background-color: var(--commonground-color-yellow-64);
|
|
258
261
|
--conduction-primary-top-nav-dropdown-hover-color: var(--commonground-color-black-0);
|
|
259
262
|
--conduction-primary-top-nav-dropdown-color: var(--commonground-color-black-0);
|
|
@@ -443,9 +446,15 @@
|
|
|
443
446
|
--utrecht-code-font-family: var(--commonground-typography-monospace-font-family);
|
|
444
447
|
--utrecht-code-color: var(--commonground-color-black-0);
|
|
445
448
|
--utrecht-code-background-color: var(--commonground-color-lightgrey-89);
|
|
449
|
+
--utrecht-button-subtle-disabled-color: var(--commonground-color-grey-58);
|
|
450
|
+
--utrecht-button-subtle-disabled-border-color: var(--commonground-color-grey-82);
|
|
451
|
+
--utrecht-button-subtle-disabled-background-color: var(--commonground-color-grey-82);
|
|
446
452
|
--utrecht-button-secondary-action-hover-color: var(--commonground-color-blue-29);
|
|
447
453
|
--utrecht-button-secondary-action-hover-border-color: var(--commonground-color-blue-29);
|
|
448
454
|
--utrecht-button-secondary-action-hover-background-color: var(--commonground-color-white-100);
|
|
455
|
+
--utrecht-button-secondary-action-disabled-color: var(--commonground-color-grey-58);
|
|
456
|
+
--utrecht-button-secondary-action-disabled-border-color: var(--commonground-color-grey-82);
|
|
457
|
+
--utrecht-button-secondary-action-disabled-background-color: var(--commonground-color-grey-82);
|
|
449
458
|
--utrecht-button-secondary-action-font-weight: var(--commonground-typography-font-weight-normal);
|
|
450
459
|
--utrecht-button-secondary-action-color: var(--commonground-color-blue-26);
|
|
451
460
|
--utrecht-button-secondary-action-border-width: var(--commonground-size-3xs);
|
|
@@ -454,6 +463,9 @@
|
|
|
454
463
|
--utrecht-button-primary-action-hover-color: var(--commonground-color-white-100);
|
|
455
464
|
--utrecht-button-primary-action-hover-border-color: var(--commonground-color-blue-26);
|
|
456
465
|
--utrecht-button-primary-action-hover-background-color: var(--commonground-color-blue-26);
|
|
466
|
+
--utrecht-button-primary-action-disabled-color: var(--commonground-color-grey-58);
|
|
467
|
+
--utrecht-button-primary-action-disabled-border-color: var(--commonground-color-grey-82);
|
|
468
|
+
--utrecht-button-primary-action-disabled-background-color: var(--commonground-color-grey-82);
|
|
457
469
|
--utrecht-button-primary-action-color: var(--commonground-color-white-100);
|
|
458
470
|
--utrecht-button-primary-action-border-width: var(--commonground-size-3xs);
|
|
459
471
|
--utrecht-button-primary-action-border-color: var(--commonground-color-blue-26);
|
|
@@ -461,6 +473,9 @@
|
|
|
461
473
|
--utrecht-button-hover-color: var(--commonground-color-white-100);
|
|
462
474
|
--utrecht-button-hover-border-color: var(--commonground-color-blue-29);
|
|
463
475
|
--utrecht-button-hover-background-color: var(--commonground-color-blue-29);
|
|
476
|
+
--utrecht-button-disabled-color: var(--commonground-color-grey-58);
|
|
477
|
+
--utrecht-button-disabled-border-color: var(--commonground-color-grey-82);
|
|
478
|
+
--utrecht-button-disabled-background-color: var(--commonground-color-grey-82);
|
|
464
479
|
--utrecht-button-icon-gap: var(--commonground-size-xs);
|
|
465
480
|
--utrecht-button-padding-inline-end: var(--commonground-size-sm);
|
|
466
481
|
--utrecht-button-padding-inline-start: var(--commonground-size-sm);
|
|
@@ -551,6 +566,7 @@
|
|
|
551
566
|
--conduction-pagination-item-font-family: var(--utrecht-document-font-family);
|
|
552
567
|
--conduction-pagination-item-font-size: var(--utrecht-document-font-size);
|
|
553
568
|
--conduction-secondary-top-nav-current-background-color: var(--commonground-color-primary);
|
|
569
|
+
--conduction-primary-top-nav-dropdown-current-background-color: var(--commonground-color-primary);
|
|
554
570
|
--conduction-primary-top-nav-dropdown-background-color: var(--commonground-color-primary);
|
|
555
571
|
--conduction-primary-top-nav-current-background-color: var(--commonground-color-primary);
|
|
556
572
|
--conduction-primary-top-nav-background-color: var(--commonground-color-primary);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 20 Dec 2023 15:40:03 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const commongroundColorPrimary = "#ffbc2c";
|
|
@@ -157,6 +157,9 @@ export const utrechtButtonPaddingBlockEnd = "0px";
|
|
|
157
157
|
export const utrechtButtonPaddingInlineStart = "14px";
|
|
158
158
|
export const utrechtButtonPaddingInlineEnd = "14px";
|
|
159
159
|
export const utrechtButtonIconGap = "8px";
|
|
160
|
+
export const utrechtButtonDisabledBackgroundColor = "#d1d1d1";
|
|
161
|
+
export const utrechtButtonDisabledBorderColor = "#d1d1d1";
|
|
162
|
+
export const utrechtButtonDisabledColor = "#949494";
|
|
160
163
|
export const utrechtButtonHoverBackgroundColor = "#334761";
|
|
161
164
|
export const utrechtButtonHoverBorderColor = "#334761";
|
|
162
165
|
export const utrechtButtonHoverColor = "#ffffff";
|
|
@@ -165,6 +168,9 @@ export const utrechtButtonPrimaryActionBorderColor = "#2e4057";
|
|
|
165
168
|
export const utrechtButtonPrimaryActionBorderWidth = "2px";
|
|
166
169
|
export const utrechtButtonPrimaryActionColor = "#ffffff";
|
|
167
170
|
export const utrechtButtonPrimaryActionFontWeight = "inherit";
|
|
171
|
+
export const utrechtButtonPrimaryActionDisabledBackgroundColor = "#d1d1d1";
|
|
172
|
+
export const utrechtButtonPrimaryActionDisabledBorderColor = "#d1d1d1";
|
|
173
|
+
export const utrechtButtonPrimaryActionDisabledColor = "#949494";
|
|
168
174
|
export const utrechtButtonPrimaryActionHoverBackgroundColor = "#2e4057";
|
|
169
175
|
export const utrechtButtonPrimaryActionHoverBorderColor = "#2e4057";
|
|
170
176
|
export const utrechtButtonPrimaryActionHoverColor = "#ffffff";
|
|
@@ -173,9 +179,15 @@ export const utrechtButtonSecondaryActionBorderColor = "#2e4057";
|
|
|
173
179
|
export const utrechtButtonSecondaryActionBorderWidth = "2px";
|
|
174
180
|
export const utrechtButtonSecondaryActionColor = "#2e4057";
|
|
175
181
|
export const utrechtButtonSecondaryActionFontWeight = "400";
|
|
182
|
+
export const utrechtButtonSecondaryActionDisabledBackgroundColor = "#d1d1d1";
|
|
183
|
+
export const utrechtButtonSecondaryActionDisabledBorderColor = "#d1d1d1";
|
|
184
|
+
export const utrechtButtonSecondaryActionDisabledColor = "#949494";
|
|
176
185
|
export const utrechtButtonSecondaryActionHoverBackgroundColor = "#ffffff";
|
|
177
186
|
export const utrechtButtonSecondaryActionHoverBorderColor = "#334761";
|
|
178
187
|
export const utrechtButtonSecondaryActionHoverColor = "#334761";
|
|
188
|
+
export const utrechtButtonSubtleDisabledBackgroundColor = "#d1d1d1";
|
|
189
|
+
export const utrechtButtonSubtleDisabledBorderColor = "#d1d1d1";
|
|
190
|
+
export const utrechtButtonSubtleDisabledColor = "#949494";
|
|
179
191
|
export const utrechtCodeBackgroundColor = "#e4e4e4";
|
|
180
192
|
export const utrechtCodeColor = "#000000";
|
|
181
193
|
export const utrechtCodeFontFamily = "Monospace, \"Lucida Console\"";
|
|
@@ -463,6 +475,10 @@ export const conductionPrimaryTopNavDropdownColor = "#000000";
|
|
|
463
475
|
export const conductionPrimaryTopNavDropdownBackgroundColor = "#ffbc2c";
|
|
464
476
|
export const conductionPrimaryTopNavDropdownHoverColor = "#000000";
|
|
465
477
|
export const conductionPrimaryTopNavDropdownHoverBackgroundColor = "#ffc446";
|
|
478
|
+
export const conductionPrimaryTopNavDropdownCurrentColor = "#000000";
|
|
479
|
+
export const conductionPrimaryTopNavDropdownCurrentBackgroundColor = "#ffbc2c";
|
|
480
|
+
export const conductionPrimaryTopNavDropdownCurrentBoxShadow = "inset 0px 0px 0px 2px #000000";
|
|
481
|
+
export const conductionPrimaryTopNavDropdownCurrentMobileBoxShadow = "";
|
|
466
482
|
export const conductionPrimaryTopNavItemPadding = "18px";
|
|
467
483
|
export const conductionPrimaryTopNavItemBorderRadius = "4px";
|
|
468
484
|
export const conductionPrimaryTopNavPaddingInlineEnd = "16px";
|