@conduction/theme 1.0.28 → 1.0.30
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 -0
- package/conduction-design-tokens/dist/design-tokens.css +5 -1
- package/conduction-design-tokens/dist/index.js +5 -1
- package/conduction-design-tokens/dist/index.json +86 -0
- package/conduction-design-tokens/dist/index.less +5 -1
- package/conduction-design-tokens/dist/index.scss +5 -1
- package/conduction-design-tokens/dist/tokens.json +96 -1
- package/conduction-design-tokens/src/component/conduction/select.tokens.json +16 -1
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +5 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +5 -1
- package/municipalities/dinkelland-design-tokens/dist/index.json +86 -0
- package/municipalities/dinkelland-design-tokens/dist/index.less +5 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +5 -1
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +96 -1
- package/municipalities/dinkelland-design-tokens/src/component/conduction/select.tokens.json +16 -1
- package/municipalities/epe-design-tokens/dist/design-tokens.css +9 -5
- package/municipalities/epe-design-tokens/dist/index.js +9 -5
- package/municipalities/epe-design-tokens/dist/index.json +94 -8
- package/municipalities/epe-design-tokens/dist/index.less +9 -5
- package/municipalities/epe-design-tokens/dist/index.scss +9 -5
- package/municipalities/epe-design-tokens/dist/tokens.json +104 -9
- package/municipalities/epe-design-tokens/src/component/conduction/card-header.tokens.json +4 -4
- package/municipalities/epe-design-tokens/src/component/conduction/select.tokens.json +16 -1
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +5 -1
- package/municipalities/leiden-design-tokens/dist/index.js +5 -1
- package/municipalities/leiden-design-tokens/dist/index.json +86 -0
- package/municipalities/leiden-design-tokens/dist/index.less +5 -1
- package/municipalities/leiden-design-tokens/dist/index.scss +5 -1
- package/municipalities/leiden-design-tokens/dist/tokens.json +96 -1
- package/municipalities/leiden-design-tokens/src/component/conduction/select.tokens.json +16 -1
- package/municipalities/noaberkracht-design-tokens/LICENSE.md +17 -0
- package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +190 -6
- package/municipalities/noaberkracht-design-tokens/dist/font.css +5 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.js +190 -6
- package/municipalities/noaberkracht-design-tokens/dist/index.json +4795 -1169
- package/municipalities/noaberkracht-design-tokens/dist/index.less +190 -6
- package/municipalities/noaberkracht-design-tokens/dist/index.scss +190 -6
- package/municipalities/noaberkracht-design-tokens/dist/tokens.json +4208 -254
- package/municipalities/noaberkracht-design-tokens/package.json +40 -0
- package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/color.tokens.json +70 -0
- package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/font-size.tokens.json +17 -0
- package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/size.tokens.json +17 -0
- package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/typography.tokens.json +52 -0
- package/municipalities/noaberkracht-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/noaberkracht-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/card-wrapper.tokens.json +19 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/select.tokens.json +30 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/code.tokens.json +27 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +44 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +12 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +24 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +44 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/list.tokens.json +33 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/noaberkracht-design-tokens/src/config.json +7 -0
- package/municipalities/noaberkracht-design-tokens/src/font/GreycliffCF.woff2 +0 -0
- package/municipalities/noaberkracht-design-tokens/src/font/Oceanwide.woff2 +0 -0
- package/municipalities/noaberkracht-design-tokens/src/font.scss +11 -0
- package/municipalities/noaberkracht-design-tokens/src/index.scss +8 -0
- package/municipalities/noaberkracht-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +8 -5
- package/municipalities/noordwijk-design-tokens/dist/index.js +8 -5
- package/municipalities/noordwijk-design-tokens/dist/index.json +153 -80
- package/municipalities/noordwijk-design-tokens/dist/index.less +8 -5
- package/municipalities/noordwijk-design-tokens/dist/index.scss +8 -5
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +164 -81
- package/municipalities/noordwijk-design-tokens/src/component/conduction/select.tokens.json +20 -1
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/table.tokens.json +4 -4
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +5 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +5 -1
- package/municipalities/tubbergen-design-tokens/dist/index.json +86 -0
- package/municipalities/tubbergen-design-tokens/dist/index.less +5 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +5 -1
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +96 -1
- package/municipalities/tubbergen-design-tokens/src/component/conduction/select.tokens.json +16 -1
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +5 -1
- package/municipalities/xxllnc-design-tokens/dist/index.js +5 -1
- package/municipalities/xxllnc-design-tokens/dist/index.json +86 -0
- package/municipalities/xxllnc-design-tokens/dist/index.less +5 -1
- package/municipalities/xxllnc-design-tokens/dist/index.scss +5 -1
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +96 -1
- package/municipalities/xxllnc-design-tokens/src/component/conduction/select.tokens.json +16 -1
- package/package.json +3 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 24 Aug 2023 15:20:28 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const tubbergenColorPrimary = "#0b612d";
|
|
@@ -337,3 +337,7 @@ export const conductionInputSelectBorderRadius = "0px";
|
|
|
337
337
|
export const conductionInputSelectInvalidBorderColor = "#d62410";
|
|
338
338
|
export const conductionInputSelectPaddingBlockEnd = 0;
|
|
339
339
|
export const conductionInputSelectPaddingBlockStart = 0;
|
|
340
|
+
export const conductionInputSelectListOptionFontFamily = "\"Lato\", Arial, sans-serif";
|
|
341
|
+
export const conductionInputSelectListOptionHoverFontFamily = "\"Lato\", Arial, sans-serif";
|
|
342
|
+
export const conductionInputSelectPlaceholderColor = "#6b6b6b";
|
|
343
|
+
export const conductionInputSelectPlaceholderFontFamily = "\"Lato\", Arial, sans-serif";
|
|
@@ -370,6 +370,50 @@
|
|
|
370
370
|
"invalid-border-color"
|
|
371
371
|
]
|
|
372
372
|
},
|
|
373
|
+
{
|
|
374
|
+
"value": "\"Lato\", Arial, sans-serif",
|
|
375
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
376
|
+
"isSource": true,
|
|
377
|
+
"original": {
|
|
378
|
+
"value": "{tubbergen.typography.lato.font-family}"
|
|
379
|
+
},
|
|
380
|
+
"name": "conductionInputSelectListOptionFontFamily",
|
|
381
|
+
"attributes": {
|
|
382
|
+
"category": "conduction",
|
|
383
|
+
"type": "input-select",
|
|
384
|
+
"item": "list-option",
|
|
385
|
+
"subitem": "font-family"
|
|
386
|
+
},
|
|
387
|
+
"path": [
|
|
388
|
+
"conduction",
|
|
389
|
+
"input-select",
|
|
390
|
+
"list-option",
|
|
391
|
+
"font-family"
|
|
392
|
+
]
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"value": "\"Lato\", Arial, sans-serif",
|
|
396
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
397
|
+
"isSource": true,
|
|
398
|
+
"original": {
|
|
399
|
+
"value": "{tubbergen.typography.lato.font-family}"
|
|
400
|
+
},
|
|
401
|
+
"name": "conductionInputSelectListOptionHoverFontFamily",
|
|
402
|
+
"attributes": {
|
|
403
|
+
"category": "conduction",
|
|
404
|
+
"type": "input-select",
|
|
405
|
+
"item": "list-option",
|
|
406
|
+
"subitem": "hover",
|
|
407
|
+
"state": "font-family"
|
|
408
|
+
},
|
|
409
|
+
"path": [
|
|
410
|
+
"conduction",
|
|
411
|
+
"input-select",
|
|
412
|
+
"list-option",
|
|
413
|
+
"hover",
|
|
414
|
+
"font-family"
|
|
415
|
+
]
|
|
416
|
+
},
|
|
373
417
|
{
|
|
374
418
|
"value": 0,
|
|
375
419
|
"filePath": "src/component/conduction/select.tokens.json",
|
|
@@ -408,6 +452,48 @@
|
|
|
408
452
|
"padding-block-start"
|
|
409
453
|
]
|
|
410
454
|
},
|
|
455
|
+
{
|
|
456
|
+
"value": "#6b6b6b",
|
|
457
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
458
|
+
"isSource": true,
|
|
459
|
+
"original": {
|
|
460
|
+
"value": "{utrecht.form-input.placeholder.color}"
|
|
461
|
+
},
|
|
462
|
+
"name": "conductionInputSelectPlaceholderColor",
|
|
463
|
+
"attributes": {
|
|
464
|
+
"category": "conduction",
|
|
465
|
+
"type": "input-select",
|
|
466
|
+
"item": "placeholder",
|
|
467
|
+
"subitem": "color"
|
|
468
|
+
},
|
|
469
|
+
"path": [
|
|
470
|
+
"conduction",
|
|
471
|
+
"input-select",
|
|
472
|
+
"placeholder",
|
|
473
|
+
"color"
|
|
474
|
+
]
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"value": "\"Lato\", Arial, sans-serif",
|
|
478
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
479
|
+
"isSource": true,
|
|
480
|
+
"original": {
|
|
481
|
+
"value": "{tubbergen.typography.lato.font-family}"
|
|
482
|
+
},
|
|
483
|
+
"name": "conductionInputSelectPlaceholderFontFamily",
|
|
484
|
+
"attributes": {
|
|
485
|
+
"category": "conduction",
|
|
486
|
+
"type": "input-select",
|
|
487
|
+
"item": "placeholder",
|
|
488
|
+
"subitem": "font-family"
|
|
489
|
+
},
|
|
490
|
+
"path": [
|
|
491
|
+
"conduction",
|
|
492
|
+
"input-select",
|
|
493
|
+
"placeholder",
|
|
494
|
+
"font-family"
|
|
495
|
+
]
|
|
496
|
+
},
|
|
411
497
|
{
|
|
412
498
|
"value": "#333333",
|
|
413
499
|
"filePath": "src/brand/tubbergen/color.tokens.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 24 Aug 2023 15:20:28 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-input-select-padding-block-start: 0;
|
|
6
6
|
@conduction-input-select-padding-block-end: 0;
|
|
@@ -103,6 +103,9 @@
|
|
|
103
103
|
@tubbergen-color-warning: #ffc107;
|
|
104
104
|
@tubbergen-color-alert-error-background: #f8d7da;
|
|
105
105
|
@tubbergen-color-error: #d62410;
|
|
106
|
+
@conduction-input-select-placeholder-font-family: @tubbergen-typography-lato-font-family;
|
|
107
|
+
@conduction-input-select-list-option-hover-font-family: @tubbergen-typography-lato-font-family;
|
|
108
|
+
@conduction-input-select-list-option-font-family: @tubbergen-typography-lato-font-family;
|
|
106
109
|
@conduction-input-select-invalid-border-color: @tubbergen-color-error;
|
|
107
110
|
@conduction-input-select-border-radius: @utrecht-form-input-border-radius;
|
|
108
111
|
@conduction-input-select-border: @tubbergen-size-4xs solid @tubbergen-color-grey-46;
|
|
@@ -302,6 +305,7 @@
|
|
|
302
305
|
@tubbergen-color-alert-error: @tubbergen-color-black-20;
|
|
303
306
|
@tubbergen-color-primary-hover: @tubbergen-color-green-11;
|
|
304
307
|
@tubbergen-color-primary: @tubbergen-color-green-21;
|
|
308
|
+
@conduction-input-select-placeholder-color: @utrecht-form-input-placeholder-color;
|
|
305
309
|
@conduction-card-wrapper-color: @utrecht-document-color;
|
|
306
310
|
@conduction-card-header-date-color: @utrecht-document-color;
|
|
307
311
|
@conduction-card-header-title-color: @utrecht-document-color;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 24 Aug 2023 15:20:28 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-input-select-padding-block-start: 0;
|
|
6
6
|
$conduction-input-select-padding-block-end: 0;
|
|
@@ -103,6 +103,9 @@ $tubbergen-color-alert-warning-background: #fff3cd;
|
|
|
103
103
|
$tubbergen-color-warning: #ffc107;
|
|
104
104
|
$tubbergen-color-alert-error-background: #f8d7da;
|
|
105
105
|
$tubbergen-color-error: #d62410;
|
|
106
|
+
$conduction-input-select-placeholder-font-family: $tubbergen-typography-lato-font-family;
|
|
107
|
+
$conduction-input-select-list-option-hover-font-family: $tubbergen-typography-lato-font-family;
|
|
108
|
+
$conduction-input-select-list-option-font-family: $tubbergen-typography-lato-font-family;
|
|
106
109
|
$conduction-input-select-invalid-border-color: $tubbergen-color-error;
|
|
107
110
|
$conduction-input-select-border-radius: $utrecht-form-input-border-radius;
|
|
108
111
|
$conduction-input-select-border: $tubbergen-size-4xs solid $tubbergen-color-grey-46;
|
|
@@ -302,6 +305,7 @@ $tubbergen-color-alert-warning: $tubbergen-color-black-20;
|
|
|
302
305
|
$tubbergen-color-alert-error: $tubbergen-color-black-20;
|
|
303
306
|
$tubbergen-color-primary-hover: $tubbergen-color-green-11;
|
|
304
307
|
$tubbergen-color-primary: $tubbergen-color-green-21;
|
|
308
|
+
$conduction-input-select-placeholder-color: $utrecht-form-input-placeholder-color;
|
|
305
309
|
$conduction-card-wrapper-color: $utrecht-document-color;
|
|
306
310
|
$conduction-card-header-date-color: $utrecht-document-color;
|
|
307
311
|
$conduction-card-header-title-color: $utrecht-document-color;
|
|
@@ -7106,7 +7106,102 @@
|
|
|
7106
7106
|
]
|
|
7107
7107
|
},
|
|
7108
7108
|
"hover": {},
|
|
7109
|
-
"focus": {}
|
|
7109
|
+
"focus": {},
|
|
7110
|
+
"list-option": {
|
|
7111
|
+
"font-family": {
|
|
7112
|
+
"value": "\"Lato\", Arial, sans-serif",
|
|
7113
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
7114
|
+
"isSource": true,
|
|
7115
|
+
"original": {
|
|
7116
|
+
"value": "{tubbergen.typography.lato.font-family}"
|
|
7117
|
+
},
|
|
7118
|
+
"name": "conductionInputSelectListOptionFontFamily",
|
|
7119
|
+
"attributes": {
|
|
7120
|
+
"category": "conduction",
|
|
7121
|
+
"type": "input-select",
|
|
7122
|
+
"item": "list-option",
|
|
7123
|
+
"subitem": "font-family"
|
|
7124
|
+
},
|
|
7125
|
+
"path": [
|
|
7126
|
+
"conduction",
|
|
7127
|
+
"input-select",
|
|
7128
|
+
"list-option",
|
|
7129
|
+
"font-family"
|
|
7130
|
+
]
|
|
7131
|
+
},
|
|
7132
|
+
"background-color": {},
|
|
7133
|
+
"hover": {
|
|
7134
|
+
"font-family": {
|
|
7135
|
+
"value": "\"Lato\", Arial, sans-serif",
|
|
7136
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
7137
|
+
"isSource": true,
|
|
7138
|
+
"original": {
|
|
7139
|
+
"value": "{tubbergen.typography.lato.font-family}"
|
|
7140
|
+
},
|
|
7141
|
+
"name": "conductionInputSelectListOptionHoverFontFamily",
|
|
7142
|
+
"attributes": {
|
|
7143
|
+
"category": "conduction",
|
|
7144
|
+
"type": "input-select",
|
|
7145
|
+
"item": "list-option",
|
|
7146
|
+
"subitem": "hover",
|
|
7147
|
+
"state": "font-family"
|
|
7148
|
+
},
|
|
7149
|
+
"path": [
|
|
7150
|
+
"conduction",
|
|
7151
|
+
"input-select",
|
|
7152
|
+
"list-option",
|
|
7153
|
+
"hover",
|
|
7154
|
+
"font-family"
|
|
7155
|
+
]
|
|
7156
|
+
},
|
|
7157
|
+
"color": {},
|
|
7158
|
+
"background-color": {}
|
|
7159
|
+
}
|
|
7160
|
+
},
|
|
7161
|
+
"placeholder": {
|
|
7162
|
+
"color": {
|
|
7163
|
+
"value": "#6b6b6b",
|
|
7164
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
7165
|
+
"isSource": true,
|
|
7166
|
+
"original": {
|
|
7167
|
+
"value": "{utrecht.form-input.placeholder.color}"
|
|
7168
|
+
},
|
|
7169
|
+
"name": "conductionInputSelectPlaceholderColor",
|
|
7170
|
+
"attributes": {
|
|
7171
|
+
"category": "conduction",
|
|
7172
|
+
"type": "input-select",
|
|
7173
|
+
"item": "placeholder",
|
|
7174
|
+
"subitem": "color"
|
|
7175
|
+
},
|
|
7176
|
+
"path": [
|
|
7177
|
+
"conduction",
|
|
7178
|
+
"input-select",
|
|
7179
|
+
"placeholder",
|
|
7180
|
+
"color"
|
|
7181
|
+
]
|
|
7182
|
+
},
|
|
7183
|
+
"font-family": {
|
|
7184
|
+
"value": "\"Lato\", Arial, sans-serif",
|
|
7185
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
7186
|
+
"isSource": true,
|
|
7187
|
+
"original": {
|
|
7188
|
+
"value": "{tubbergen.typography.lato.font-family}"
|
|
7189
|
+
},
|
|
7190
|
+
"name": "conductionInputSelectPlaceholderFontFamily",
|
|
7191
|
+
"attributes": {
|
|
7192
|
+
"category": "conduction",
|
|
7193
|
+
"type": "input-select",
|
|
7194
|
+
"item": "placeholder",
|
|
7195
|
+
"subitem": "font-family"
|
|
7196
|
+
},
|
|
7197
|
+
"path": [
|
|
7198
|
+
"conduction",
|
|
7199
|
+
"input-select",
|
|
7200
|
+
"placeholder",
|
|
7201
|
+
"font-family"
|
|
7202
|
+
]
|
|
7203
|
+
}
|
|
7204
|
+
}
|
|
7110
7205
|
}
|
|
7111
7206
|
}
|
|
7112
7207
|
}
|
|
@@ -9,7 +9,22 @@
|
|
|
9
9
|
"padding-block-end": { "value": 0 },
|
|
10
10
|
"padding-block-start": { "value": 0 },
|
|
11
11
|
"hover": {},
|
|
12
|
-
"focus": {}
|
|
12
|
+
"focus": {},
|
|
13
|
+
"list-option": {
|
|
14
|
+
"font-family": { "value": "{tubbergen.typography.lato.font-family}" },
|
|
15
|
+
"background-color": {},
|
|
16
|
+
"hover": {
|
|
17
|
+
"font-family": { "value": "{tubbergen.typography.lato.font-family}" },
|
|
18
|
+
"color": {},
|
|
19
|
+
"background-color": {}
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"placeholder": {
|
|
23
|
+
"color": {
|
|
24
|
+
"value": "{utrecht.form-input.placeholder.color}"
|
|
25
|
+
},
|
|
26
|
+
"font-family": { "value": "{tubbergen.typography.lato.font-family}" }
|
|
27
|
+
}
|
|
13
28
|
}
|
|
14
29
|
}
|
|
15
30
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 24 Aug 2023 15:20:16 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.xxllnc-theme {
|
|
@@ -96,6 +96,9 @@
|
|
|
96
96
|
--xxllnc-color-error: #dc3545;
|
|
97
97
|
--xxllnc-color-primary-hover: #00000080; /* Primary with 50% transparency */
|
|
98
98
|
--xxllnc-color-primary: #000000ad; /* Primary with 68% transparency */
|
|
99
|
+
--conduction-input-select-placeholder-font-family: var(--xxllnc-typography-sans-serif-font-family);
|
|
100
|
+
--conduction-input-select-list-option-hover-font-family: var(--xxllnc-typography-sans-serif-font-family);
|
|
101
|
+
--conduction-input-select-list-option-font-family: var(--xxllnc-typography-sans-serif-font-family);
|
|
99
102
|
--conduction-input-select-invalid-border-color: var(--xxllnc-color-error);
|
|
100
103
|
--conduction-input-select-border-radius: var(--utrecht-form-input-border-radius);
|
|
101
104
|
--conduction-input-select-border: 1px solid var(--xxllnc-color-grey-92);
|
|
@@ -289,6 +292,7 @@
|
|
|
289
292
|
--xxllnc-color-alert-info-background: var(--xxllnc-color-grey-92);
|
|
290
293
|
--xxllnc-color-alert-info: var(--xxllnc-color-black-16);
|
|
291
294
|
--xxllnc-color-info: var(--xxllnc-color-primary);
|
|
295
|
+
--conduction-input-select-placeholder-color: var(--utrecht-form-input-placeholder-color);
|
|
292
296
|
--utrecht-paragraph-color: var(--utrecht-document-color);
|
|
293
297
|
--utrecht-unordered-list-font-size: var(--utrecht-document-font-size);
|
|
294
298
|
--utrecht-ordered-list-font-size: var(--utrecht-document-font-size);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 24 Aug 2023 15:20:16 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const xxllncColorPrimary = "#000000ad"; // Primary with 68% transparency
|
|
@@ -299,3 +299,7 @@ export const conductionInputSelectBorderRadius = "6px";
|
|
|
299
299
|
export const conductionInputSelectInvalidBorderColor = "#dc3545";
|
|
300
300
|
export const conductionInputSelectPaddingBlockEnd = 0;
|
|
301
301
|
export const conductionInputSelectPaddingBlockStart = 0;
|
|
302
|
+
export const conductionInputSelectListOptionFontFamily = "neue-haas-grotesk-text, sans-serif";
|
|
303
|
+
export const conductionInputSelectListOptionHoverFontFamily = "neue-haas-grotesk-text, sans-serif";
|
|
304
|
+
export const conductionInputSelectPlaceholderColor = "#6d6d6d";
|
|
305
|
+
export const conductionInputSelectPlaceholderFontFamily = "neue-haas-grotesk-text, sans-serif";
|
|
@@ -370,6 +370,50 @@
|
|
|
370
370
|
"invalid-border-color"
|
|
371
371
|
]
|
|
372
372
|
},
|
|
373
|
+
{
|
|
374
|
+
"value": "neue-haas-grotesk-text, sans-serif",
|
|
375
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
376
|
+
"isSource": true,
|
|
377
|
+
"original": {
|
|
378
|
+
"value": "{xxllnc.typography.sans-serif.font-family}"
|
|
379
|
+
},
|
|
380
|
+
"name": "conductionInputSelectListOptionFontFamily",
|
|
381
|
+
"attributes": {
|
|
382
|
+
"category": "conduction",
|
|
383
|
+
"type": "input-select",
|
|
384
|
+
"item": "list-option",
|
|
385
|
+
"subitem": "font-family"
|
|
386
|
+
},
|
|
387
|
+
"path": [
|
|
388
|
+
"conduction",
|
|
389
|
+
"input-select",
|
|
390
|
+
"list-option",
|
|
391
|
+
"font-family"
|
|
392
|
+
]
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"value": "neue-haas-grotesk-text, sans-serif",
|
|
396
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
397
|
+
"isSource": true,
|
|
398
|
+
"original": {
|
|
399
|
+
"value": "{xxllnc.typography.sans-serif.font-family}"
|
|
400
|
+
},
|
|
401
|
+
"name": "conductionInputSelectListOptionHoverFontFamily",
|
|
402
|
+
"attributes": {
|
|
403
|
+
"category": "conduction",
|
|
404
|
+
"type": "input-select",
|
|
405
|
+
"item": "list-option",
|
|
406
|
+
"subitem": "hover",
|
|
407
|
+
"state": "font-family"
|
|
408
|
+
},
|
|
409
|
+
"path": [
|
|
410
|
+
"conduction",
|
|
411
|
+
"input-select",
|
|
412
|
+
"list-option",
|
|
413
|
+
"hover",
|
|
414
|
+
"font-family"
|
|
415
|
+
]
|
|
416
|
+
},
|
|
373
417
|
{
|
|
374
418
|
"value": 0,
|
|
375
419
|
"filePath": "src/component/conduction/select.tokens.json",
|
|
@@ -408,6 +452,48 @@
|
|
|
408
452
|
"padding-block-start"
|
|
409
453
|
]
|
|
410
454
|
},
|
|
455
|
+
{
|
|
456
|
+
"value": "#6d6d6d",
|
|
457
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
458
|
+
"isSource": true,
|
|
459
|
+
"original": {
|
|
460
|
+
"value": "{utrecht.form-input.placeholder.color}"
|
|
461
|
+
},
|
|
462
|
+
"name": "conductionInputSelectPlaceholderColor",
|
|
463
|
+
"attributes": {
|
|
464
|
+
"category": "conduction",
|
|
465
|
+
"type": "input-select",
|
|
466
|
+
"item": "placeholder",
|
|
467
|
+
"subitem": "color"
|
|
468
|
+
},
|
|
469
|
+
"path": [
|
|
470
|
+
"conduction",
|
|
471
|
+
"input-select",
|
|
472
|
+
"placeholder",
|
|
473
|
+
"color"
|
|
474
|
+
]
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"value": "neue-haas-grotesk-text, sans-serif",
|
|
478
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
479
|
+
"isSource": true,
|
|
480
|
+
"original": {
|
|
481
|
+
"value": "{xxllnc.typography.sans-serif.font-family}"
|
|
482
|
+
},
|
|
483
|
+
"name": "conductionInputSelectPlaceholderFontFamily",
|
|
484
|
+
"attributes": {
|
|
485
|
+
"category": "conduction",
|
|
486
|
+
"type": "input-select",
|
|
487
|
+
"item": "placeholder",
|
|
488
|
+
"subitem": "font-family"
|
|
489
|
+
},
|
|
490
|
+
"path": [
|
|
491
|
+
"conduction",
|
|
492
|
+
"input-select",
|
|
493
|
+
"placeholder",
|
|
494
|
+
"font-family"
|
|
495
|
+
]
|
|
496
|
+
},
|
|
411
497
|
{
|
|
412
498
|
"value": "wait",
|
|
413
499
|
"filePath": "src/common/utrecht/action.tokens.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 24 Aug 2023 15:20:16 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-input-select-padding-block-start: 0;
|
|
6
6
|
@conduction-input-select-padding-block-end: 0;
|
|
@@ -94,6 +94,9 @@
|
|
|
94
94
|
@xxllnc-color-error: #dc3545;
|
|
95
95
|
@xxllnc-color-primary-hover: #00000080; // Primary with 50% transparency
|
|
96
96
|
@xxllnc-color-primary: #000000ad; // Primary with 68% transparency
|
|
97
|
+
@conduction-input-select-placeholder-font-family: @xxllnc-typography-sans-serif-font-family;
|
|
98
|
+
@conduction-input-select-list-option-hover-font-family: @xxllnc-typography-sans-serif-font-family;
|
|
99
|
+
@conduction-input-select-list-option-font-family: @xxllnc-typography-sans-serif-font-family;
|
|
97
100
|
@conduction-input-select-invalid-border-color: @xxllnc-color-error;
|
|
98
101
|
@conduction-input-select-border-radius: @utrecht-form-input-border-radius;
|
|
99
102
|
@conduction-input-select-border: 1px solid @xxllnc-color-grey-92;
|
|
@@ -287,6 +290,7 @@
|
|
|
287
290
|
@xxllnc-color-alert-info-background: @xxllnc-color-grey-92;
|
|
288
291
|
@xxllnc-color-alert-info: @xxllnc-color-black-16;
|
|
289
292
|
@xxllnc-color-info: @xxllnc-color-primary;
|
|
293
|
+
@conduction-input-select-placeholder-color: @utrecht-form-input-placeholder-color;
|
|
290
294
|
@utrecht-paragraph-color: @utrecht-document-color;
|
|
291
295
|
@utrecht-unordered-list-font-size: @utrecht-document-font-size;
|
|
292
296
|
@utrecht-ordered-list-font-size: @utrecht-document-font-size;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 24 Aug 2023 15:20:16 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-input-select-padding-block-start: 0;
|
|
6
6
|
$conduction-input-select-padding-block-end: 0;
|
|
@@ -94,6 +94,9 @@ $xxllnc-color-alert-error: #721c24;
|
|
|
94
94
|
$xxllnc-color-error: #dc3545;
|
|
95
95
|
$xxllnc-color-primary-hover: #00000080; // Primary with 50% transparency
|
|
96
96
|
$xxllnc-color-primary: #000000ad; // Primary with 68% transparency
|
|
97
|
+
$conduction-input-select-placeholder-font-family: $xxllnc-typography-sans-serif-font-family;
|
|
98
|
+
$conduction-input-select-list-option-hover-font-family: $xxllnc-typography-sans-serif-font-family;
|
|
99
|
+
$conduction-input-select-list-option-font-family: $xxllnc-typography-sans-serif-font-family;
|
|
97
100
|
$conduction-input-select-invalid-border-color: $xxllnc-color-error;
|
|
98
101
|
$conduction-input-select-border-radius: $utrecht-form-input-border-radius;
|
|
99
102
|
$conduction-input-select-border: 1px solid $xxllnc-color-grey-92;
|
|
@@ -287,6 +290,7 @@ $xxllnc-typography-scale-4xs: $xxllnc-font-size-4xs;
|
|
|
287
290
|
$xxllnc-color-alert-info-background: $xxllnc-color-grey-92;
|
|
288
291
|
$xxllnc-color-alert-info: $xxllnc-color-black-16;
|
|
289
292
|
$xxllnc-color-info: $xxllnc-color-primary;
|
|
293
|
+
$conduction-input-select-placeholder-color: $utrecht-form-input-placeholder-color;
|
|
290
294
|
$utrecht-paragraph-color: $utrecht-document-color;
|
|
291
295
|
$utrecht-unordered-list-font-size: $utrecht-document-font-size;
|
|
292
296
|
$utrecht-ordered-list-font-size: $utrecht-document-font-size;
|
|
@@ -6324,7 +6324,102 @@
|
|
|
6324
6324
|
]
|
|
6325
6325
|
},
|
|
6326
6326
|
"hover": {},
|
|
6327
|
-
"focus": {}
|
|
6327
|
+
"focus": {},
|
|
6328
|
+
"list-option": {
|
|
6329
|
+
"font-family": {
|
|
6330
|
+
"value": "neue-haas-grotesk-text, sans-serif",
|
|
6331
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
6332
|
+
"isSource": true,
|
|
6333
|
+
"original": {
|
|
6334
|
+
"value": "{xxllnc.typography.sans-serif.font-family}"
|
|
6335
|
+
},
|
|
6336
|
+
"name": "conductionInputSelectListOptionFontFamily",
|
|
6337
|
+
"attributes": {
|
|
6338
|
+
"category": "conduction",
|
|
6339
|
+
"type": "input-select",
|
|
6340
|
+
"item": "list-option",
|
|
6341
|
+
"subitem": "font-family"
|
|
6342
|
+
},
|
|
6343
|
+
"path": [
|
|
6344
|
+
"conduction",
|
|
6345
|
+
"input-select",
|
|
6346
|
+
"list-option",
|
|
6347
|
+
"font-family"
|
|
6348
|
+
]
|
|
6349
|
+
},
|
|
6350
|
+
"background-color": {},
|
|
6351
|
+
"hover": {
|
|
6352
|
+
"font-family": {
|
|
6353
|
+
"value": "neue-haas-grotesk-text, sans-serif",
|
|
6354
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
6355
|
+
"isSource": true,
|
|
6356
|
+
"original": {
|
|
6357
|
+
"value": "{xxllnc.typography.sans-serif.font-family}"
|
|
6358
|
+
},
|
|
6359
|
+
"name": "conductionInputSelectListOptionHoverFontFamily",
|
|
6360
|
+
"attributes": {
|
|
6361
|
+
"category": "conduction",
|
|
6362
|
+
"type": "input-select",
|
|
6363
|
+
"item": "list-option",
|
|
6364
|
+
"subitem": "hover",
|
|
6365
|
+
"state": "font-family"
|
|
6366
|
+
},
|
|
6367
|
+
"path": [
|
|
6368
|
+
"conduction",
|
|
6369
|
+
"input-select",
|
|
6370
|
+
"list-option",
|
|
6371
|
+
"hover",
|
|
6372
|
+
"font-family"
|
|
6373
|
+
]
|
|
6374
|
+
},
|
|
6375
|
+
"color": {},
|
|
6376
|
+
"background-color": {}
|
|
6377
|
+
}
|
|
6378
|
+
},
|
|
6379
|
+
"placeholder": {
|
|
6380
|
+
"color": {
|
|
6381
|
+
"value": "#6d6d6d",
|
|
6382
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
6383
|
+
"isSource": true,
|
|
6384
|
+
"original": {
|
|
6385
|
+
"value": "{utrecht.form-input.placeholder.color}"
|
|
6386
|
+
},
|
|
6387
|
+
"name": "conductionInputSelectPlaceholderColor",
|
|
6388
|
+
"attributes": {
|
|
6389
|
+
"category": "conduction",
|
|
6390
|
+
"type": "input-select",
|
|
6391
|
+
"item": "placeholder",
|
|
6392
|
+
"subitem": "color"
|
|
6393
|
+
},
|
|
6394
|
+
"path": [
|
|
6395
|
+
"conduction",
|
|
6396
|
+
"input-select",
|
|
6397
|
+
"placeholder",
|
|
6398
|
+
"color"
|
|
6399
|
+
]
|
|
6400
|
+
},
|
|
6401
|
+
"font-family": {
|
|
6402
|
+
"value": "neue-haas-grotesk-text, sans-serif",
|
|
6403
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
6404
|
+
"isSource": true,
|
|
6405
|
+
"original": {
|
|
6406
|
+
"value": "{xxllnc.typography.sans-serif.font-family}"
|
|
6407
|
+
},
|
|
6408
|
+
"name": "conductionInputSelectPlaceholderFontFamily",
|
|
6409
|
+
"attributes": {
|
|
6410
|
+
"category": "conduction",
|
|
6411
|
+
"type": "input-select",
|
|
6412
|
+
"item": "placeholder",
|
|
6413
|
+
"subitem": "font-family"
|
|
6414
|
+
},
|
|
6415
|
+
"path": [
|
|
6416
|
+
"conduction",
|
|
6417
|
+
"input-select",
|
|
6418
|
+
"placeholder",
|
|
6419
|
+
"font-family"
|
|
6420
|
+
]
|
|
6421
|
+
}
|
|
6422
|
+
}
|
|
6328
6423
|
}
|
|
6329
6424
|
}
|
|
6330
6425
|
}
|
|
@@ -9,7 +9,22 @@
|
|
|
9
9
|
"padding-block-end": { "value": 0 },
|
|
10
10
|
"padding-block-start": { "value": 0 },
|
|
11
11
|
"hover": {},
|
|
12
|
-
"focus": {}
|
|
12
|
+
"focus": {},
|
|
13
|
+
"list-option": {
|
|
14
|
+
"font-family": { "value": "{xxllnc.typography.sans-serif.font-family}" },
|
|
15
|
+
"background-color": {},
|
|
16
|
+
"hover": {
|
|
17
|
+
"font-family": { "value": "{xxllnc.typography.sans-serif.font-family}" },
|
|
18
|
+
"color": {},
|
|
19
|
+
"background-color": {}
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"placeholder": {
|
|
23
|
+
"color": {
|
|
24
|
+
"value": "{utrecht.form-input.placeholder.color}"
|
|
25
|
+
},
|
|
26
|
+
"font-family": { "value": "{xxllnc.typography.sans-serif.font-family}" }
|
|
27
|
+
}
|
|
13
28
|
}
|
|
14
29
|
}
|
|
15
30
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conduction/theme",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.30",
|
|
4
4
|
"description": "Conduction's design tokens theme",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
"build:tubbergen": "cd ./municipalities/tubbergen-design-tokens && npm run build",
|
|
17
17
|
"build:dinkelland": "cd ./municipalities/dinkelland-design-tokens && npm run build",
|
|
18
18
|
"build:epe": "cd ./municipalities/epe-design-tokens && npm run build",
|
|
19
|
-
"build:noordwijk": "cd ./municipalities/noordwijk-design-tokens && npm run build"
|
|
19
|
+
"build:noordwijk": "cd ./municipalities/noordwijk-design-tokens && npm run build",
|
|
20
|
+
"build:noaberkracht": "cd ./municipalities/noaberkracht-design-tokens && npm run build"
|
|
20
21
|
|
|
21
22
|
},
|
|
22
23
|
"author": "",
|