@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
package/README.md
CHANGED
|
@@ -6,6 +6,11 @@ Conduction's design tokens theme
|
|
|
6
6
|
|
|
7
7
|
- **Version 1**
|
|
8
8
|
|
|
9
|
+
- 1.0.30: Added Noaberkracht theme.
|
|
10
|
+
- 1.0.29:
|
|
11
|
+
- Added extra select tokens to all themes.
|
|
12
|
+
- Updated table tokens in noordwijk theme.
|
|
13
|
+
- Updated card-header tokens in epe theme.
|
|
9
14
|
- 1.0.28: Fixed conduction-card-header tokens for epe theme.
|
|
10
15
|
- 1.0.27:
|
|
11
16
|
- Added conduction-card-header tokens in all themes.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 24 Aug 2023 15:19:54 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.conduction-theme {
|
|
@@ -266,6 +266,9 @@
|
|
|
266
266
|
--utrecht-space-block-xs: var(--conduction-size-xs);
|
|
267
267
|
--utrecht-space-block-2xs: var(--conduction-size-2xs);
|
|
268
268
|
--utrecht-space-block-3xs: var(--conduction-size-3xs);
|
|
269
|
+
--conduction-input-select-placeholder-font-family: var(--conduction-typography-sans-serif-font-family);
|
|
270
|
+
--conduction-input-select-list-option-hover-font-family: var(--conduction-typography-sans-serif-font-family);
|
|
271
|
+
--conduction-input-select-list-option-font-family: var(--conduction-typography-sans-serif-font-family);
|
|
269
272
|
--conduction-input-select-invalid-border-color: var(--conduction-color-error);
|
|
270
273
|
--conduction-input-select-border-radius: var(--utrecht-form-input-border-radius);
|
|
271
274
|
--conduction-input-select-border: var(--conduction-size-4xs) solid var(--conduction-color-grey-48);
|
|
@@ -302,5 +305,6 @@
|
|
|
302
305
|
--utrecht-table-font-size: var(--utrecht-document-font-size);
|
|
303
306
|
--utrecht-table-font-family: var(--utrecht-document-font-family);
|
|
304
307
|
--utrecht-table-header-color: var(--utrecht-document-color);
|
|
308
|
+
--conduction-input-select-placeholder-color: var(--utrecht-form-input-placeholder-color);
|
|
305
309
|
--conduction-card-header-color: var(--utrecht-document-color);
|
|
306
310
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 24 Aug 2023 15:19:54 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const conductionColorPrimary = "#4376fc";
|
|
@@ -85,6 +85,10 @@ export const conductionInputSelectBorderRadius = "3px";
|
|
|
85
85
|
export const conductionInputSelectInvalidBorderColor = "#dc3545";
|
|
86
86
|
export const conductionInputSelectPaddingBlockEnd = 0;
|
|
87
87
|
export const conductionInputSelectPaddingBlockStart = 0;
|
|
88
|
+
export const conductionInputSelectListOptionFontFamily = "\"Noto Sans\", Arial, sans-serif";
|
|
89
|
+
export const conductionInputSelectListOptionHoverFontFamily = "\"Noto Sans\", Arial, sans-serif";
|
|
90
|
+
export const conductionInputSelectPlaceholderColor = "#808080";
|
|
91
|
+
export const conductionInputSelectPlaceholderFontFamily = "\"Noto Sans\", Arial, sans-serif";
|
|
88
92
|
export const utrechtActionBusyCursor = "wait";
|
|
89
93
|
export const utrechtActionDisabledCursor = "not-allowed";
|
|
90
94
|
export const utrechtActionSubmitCursor = "pointer";
|
|
@@ -1023,6 +1023,50 @@
|
|
|
1023
1023
|
"invalid-border-color"
|
|
1024
1024
|
]
|
|
1025
1025
|
},
|
|
1026
|
+
{
|
|
1027
|
+
"value": "\"Noto Sans\", Arial, sans-serif",
|
|
1028
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
1029
|
+
"isSource": true,
|
|
1030
|
+
"original": {
|
|
1031
|
+
"value": "{conduction.typography.sans-serif.font-family}"
|
|
1032
|
+
},
|
|
1033
|
+
"name": "conductionInputSelectListOptionFontFamily",
|
|
1034
|
+
"attributes": {
|
|
1035
|
+
"category": "conduction",
|
|
1036
|
+
"type": "input-select",
|
|
1037
|
+
"item": "list-option",
|
|
1038
|
+
"subitem": "font-family"
|
|
1039
|
+
},
|
|
1040
|
+
"path": [
|
|
1041
|
+
"conduction",
|
|
1042
|
+
"input-select",
|
|
1043
|
+
"list-option",
|
|
1044
|
+
"font-family"
|
|
1045
|
+
]
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
"value": "\"Noto Sans\", Arial, sans-serif",
|
|
1049
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
1050
|
+
"isSource": true,
|
|
1051
|
+
"original": {
|
|
1052
|
+
"value": "{conduction.typography.sans-serif.font-family}"
|
|
1053
|
+
},
|
|
1054
|
+
"name": "conductionInputSelectListOptionHoverFontFamily",
|
|
1055
|
+
"attributes": {
|
|
1056
|
+
"category": "conduction",
|
|
1057
|
+
"type": "input-select",
|
|
1058
|
+
"item": "list-option",
|
|
1059
|
+
"subitem": "hover",
|
|
1060
|
+
"state": "font-family"
|
|
1061
|
+
},
|
|
1062
|
+
"path": [
|
|
1063
|
+
"conduction",
|
|
1064
|
+
"input-select",
|
|
1065
|
+
"list-option",
|
|
1066
|
+
"hover",
|
|
1067
|
+
"font-family"
|
|
1068
|
+
]
|
|
1069
|
+
},
|
|
1026
1070
|
{
|
|
1027
1071
|
"value": 0,
|
|
1028
1072
|
"filePath": "src/component/conduction/select.tokens.json",
|
|
@@ -1061,6 +1105,48 @@
|
|
|
1061
1105
|
"padding-block-start"
|
|
1062
1106
|
]
|
|
1063
1107
|
},
|
|
1108
|
+
{
|
|
1109
|
+
"value": "#808080",
|
|
1110
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
1111
|
+
"isSource": true,
|
|
1112
|
+
"original": {
|
|
1113
|
+
"value": "{utrecht.form-input.placeholder.color}"
|
|
1114
|
+
},
|
|
1115
|
+
"name": "conductionInputSelectPlaceholderColor",
|
|
1116
|
+
"attributes": {
|
|
1117
|
+
"category": "conduction",
|
|
1118
|
+
"type": "input-select",
|
|
1119
|
+
"item": "placeholder",
|
|
1120
|
+
"subitem": "color"
|
|
1121
|
+
},
|
|
1122
|
+
"path": [
|
|
1123
|
+
"conduction",
|
|
1124
|
+
"input-select",
|
|
1125
|
+
"placeholder",
|
|
1126
|
+
"color"
|
|
1127
|
+
]
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"value": "\"Noto Sans\", Arial, sans-serif",
|
|
1131
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
1132
|
+
"isSource": true,
|
|
1133
|
+
"original": {
|
|
1134
|
+
"value": "{conduction.typography.sans-serif.font-family}"
|
|
1135
|
+
},
|
|
1136
|
+
"name": "conductionInputSelectPlaceholderFontFamily",
|
|
1137
|
+
"attributes": {
|
|
1138
|
+
"category": "conduction",
|
|
1139
|
+
"type": "input-select",
|
|
1140
|
+
"item": "placeholder",
|
|
1141
|
+
"subitem": "font-family"
|
|
1142
|
+
},
|
|
1143
|
+
"path": [
|
|
1144
|
+
"conduction",
|
|
1145
|
+
"input-select",
|
|
1146
|
+
"placeholder",
|
|
1147
|
+
"font-family"
|
|
1148
|
+
]
|
|
1149
|
+
},
|
|
1064
1150
|
{
|
|
1065
1151
|
"value": "48px",
|
|
1066
1152
|
"filePath": "src/brand/conduction/size.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:19:54 GMT
|
|
4
4
|
|
|
5
5
|
@utrecht-paragraph-margin-block-end: 0;
|
|
6
6
|
@utrecht-paragraph-margin-block-start: 0;
|
|
@@ -264,6 +264,9 @@
|
|
|
264
264
|
@utrecht-space-block-xs: @conduction-size-xs;
|
|
265
265
|
@utrecht-space-block-2xs: @conduction-size-2xs;
|
|
266
266
|
@utrecht-space-block-3xs: @conduction-size-3xs;
|
|
267
|
+
@conduction-input-select-placeholder-font-family: @conduction-typography-sans-serif-font-family;
|
|
268
|
+
@conduction-input-select-list-option-hover-font-family: @conduction-typography-sans-serif-font-family;
|
|
269
|
+
@conduction-input-select-list-option-font-family: @conduction-typography-sans-serif-font-family;
|
|
267
270
|
@conduction-input-select-invalid-border-color: @conduction-color-error;
|
|
268
271
|
@conduction-input-select-border-radius: @utrecht-form-input-border-radius;
|
|
269
272
|
@conduction-input-select-border: @conduction-size-4xs solid @conduction-color-grey-48;
|
|
@@ -300,4 +303,5 @@
|
|
|
300
303
|
@utrecht-table-font-size: @utrecht-document-font-size;
|
|
301
304
|
@utrecht-table-font-family: @utrecht-document-font-family;
|
|
302
305
|
@utrecht-table-header-color: @utrecht-document-color;
|
|
306
|
+
@conduction-input-select-placeholder-color: @utrecht-form-input-placeholder-color;
|
|
303
307
|
@conduction-card-header-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:19:54 GMT
|
|
4
4
|
|
|
5
5
|
$utrecht-paragraph-margin-block-end: 0;
|
|
6
6
|
$utrecht-paragraph-margin-block-start: 0;
|
|
@@ -264,6 +264,9 @@ $utrecht-space-block-sm: $conduction-size-sm;
|
|
|
264
264
|
$utrecht-space-block-xs: $conduction-size-xs;
|
|
265
265
|
$utrecht-space-block-2xs: $conduction-size-2xs;
|
|
266
266
|
$utrecht-space-block-3xs: $conduction-size-3xs;
|
|
267
|
+
$conduction-input-select-placeholder-font-family: $conduction-typography-sans-serif-font-family;
|
|
268
|
+
$conduction-input-select-list-option-hover-font-family: $conduction-typography-sans-serif-font-family;
|
|
269
|
+
$conduction-input-select-list-option-font-family: $conduction-typography-sans-serif-font-family;
|
|
267
270
|
$conduction-input-select-invalid-border-color: $conduction-color-error;
|
|
268
271
|
$conduction-input-select-border-radius: $utrecht-form-input-border-radius;
|
|
269
272
|
$conduction-input-select-border: $conduction-size-4xs solid $conduction-color-grey-48;
|
|
@@ -300,4 +303,5 @@ $utrecht-table-header-cell-font-size: $utrecht-document-font-size;
|
|
|
300
303
|
$utrecht-table-font-size: $utrecht-document-font-size;
|
|
301
304
|
$utrecht-table-font-family: $utrecht-document-font-family;
|
|
302
305
|
$utrecht-table-header-color: $utrecht-document-color;
|
|
306
|
+
$conduction-input-select-placeholder-color: $utrecht-form-input-placeholder-color;
|
|
303
307
|
$conduction-card-header-color: $utrecht-document-color;
|
|
@@ -1680,7 +1680,102 @@
|
|
|
1680
1680
|
]
|
|
1681
1681
|
},
|
|
1682
1682
|
"hover": {},
|
|
1683
|
-
"focus": {}
|
|
1683
|
+
"focus": {},
|
|
1684
|
+
"list-option": {
|
|
1685
|
+
"font-family": {
|
|
1686
|
+
"value": "\"Noto Sans\", Arial, sans-serif",
|
|
1687
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
1688
|
+
"isSource": true,
|
|
1689
|
+
"original": {
|
|
1690
|
+
"value": "{conduction.typography.sans-serif.font-family}"
|
|
1691
|
+
},
|
|
1692
|
+
"name": "conductionInputSelectListOptionFontFamily",
|
|
1693
|
+
"attributes": {
|
|
1694
|
+
"category": "conduction",
|
|
1695
|
+
"type": "input-select",
|
|
1696
|
+
"item": "list-option",
|
|
1697
|
+
"subitem": "font-family"
|
|
1698
|
+
},
|
|
1699
|
+
"path": [
|
|
1700
|
+
"conduction",
|
|
1701
|
+
"input-select",
|
|
1702
|
+
"list-option",
|
|
1703
|
+
"font-family"
|
|
1704
|
+
]
|
|
1705
|
+
},
|
|
1706
|
+
"background-color": {},
|
|
1707
|
+
"hover": {
|
|
1708
|
+
"font-family": {
|
|
1709
|
+
"value": "\"Noto Sans\", Arial, sans-serif",
|
|
1710
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
1711
|
+
"isSource": true,
|
|
1712
|
+
"original": {
|
|
1713
|
+
"value": "{conduction.typography.sans-serif.font-family}"
|
|
1714
|
+
},
|
|
1715
|
+
"name": "conductionInputSelectListOptionHoverFontFamily",
|
|
1716
|
+
"attributes": {
|
|
1717
|
+
"category": "conduction",
|
|
1718
|
+
"type": "input-select",
|
|
1719
|
+
"item": "list-option",
|
|
1720
|
+
"subitem": "hover",
|
|
1721
|
+
"state": "font-family"
|
|
1722
|
+
},
|
|
1723
|
+
"path": [
|
|
1724
|
+
"conduction",
|
|
1725
|
+
"input-select",
|
|
1726
|
+
"list-option",
|
|
1727
|
+
"hover",
|
|
1728
|
+
"font-family"
|
|
1729
|
+
]
|
|
1730
|
+
},
|
|
1731
|
+
"color": {},
|
|
1732
|
+
"background-color": {}
|
|
1733
|
+
}
|
|
1734
|
+
},
|
|
1735
|
+
"placeholder": {
|
|
1736
|
+
"color": {
|
|
1737
|
+
"value": "#808080",
|
|
1738
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
1739
|
+
"isSource": true,
|
|
1740
|
+
"original": {
|
|
1741
|
+
"value": "{utrecht.form-input.placeholder.color}"
|
|
1742
|
+
},
|
|
1743
|
+
"name": "conductionInputSelectPlaceholderColor",
|
|
1744
|
+
"attributes": {
|
|
1745
|
+
"category": "conduction",
|
|
1746
|
+
"type": "input-select",
|
|
1747
|
+
"item": "placeholder",
|
|
1748
|
+
"subitem": "color"
|
|
1749
|
+
},
|
|
1750
|
+
"path": [
|
|
1751
|
+
"conduction",
|
|
1752
|
+
"input-select",
|
|
1753
|
+
"placeholder",
|
|
1754
|
+
"color"
|
|
1755
|
+
]
|
|
1756
|
+
},
|
|
1757
|
+
"font-family": {
|
|
1758
|
+
"value": "\"Noto Sans\", Arial, sans-serif",
|
|
1759
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
1760
|
+
"isSource": true,
|
|
1761
|
+
"original": {
|
|
1762
|
+
"value": "{conduction.typography.sans-serif.font-family}"
|
|
1763
|
+
},
|
|
1764
|
+
"name": "conductionInputSelectPlaceholderFontFamily",
|
|
1765
|
+
"attributes": {
|
|
1766
|
+
"category": "conduction",
|
|
1767
|
+
"type": "input-select",
|
|
1768
|
+
"item": "placeholder",
|
|
1769
|
+
"subitem": "font-family"
|
|
1770
|
+
},
|
|
1771
|
+
"path": [
|
|
1772
|
+
"conduction",
|
|
1773
|
+
"input-select",
|
|
1774
|
+
"placeholder",
|
|
1775
|
+
"font-family"
|
|
1776
|
+
]
|
|
1777
|
+
}
|
|
1778
|
+
}
|
|
1684
1779
|
}
|
|
1685
1780
|
},
|
|
1686
1781
|
"utrecht": {
|
|
@@ -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": "{conduction.typography.sans-serif.font-family}" },
|
|
15
|
+
"background-color": {},
|
|
16
|
+
"hover": {
|
|
17
|
+
"font-family": { "value": "{conduction.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": "{conduction.typography.sans-serif.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:39 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.dinkelland-theme {
|
|
@@ -103,6 +103,9 @@
|
|
|
103
103
|
--dinkelland-color-warning: #ffc107;
|
|
104
104
|
--dinkelland-color-alert-error-background: #f8d7da;
|
|
105
105
|
--dinkelland-color-error: #dc3545;
|
|
106
|
+
--conduction-input-select-placeholder-font-family: var(--dinkelland-typography-lato-font-family);
|
|
107
|
+
--conduction-input-select-list-option-hover-font-family: var(--dinkelland-typography-lato-font-family);
|
|
108
|
+
--conduction-input-select-list-option-font-family: var(--dinkelland-typography-lato-font-family);
|
|
106
109
|
--conduction-input-select-invalid-border-color: var(--dinkelland-color-error);
|
|
107
110
|
--conduction-input-select-border-radius: var(--utrecht-form-input-border-radius);
|
|
108
111
|
--conduction-input-select-border: var(--dinkelland-size-4xs) solid var(--dinkelland-color-grey-46);
|
|
@@ -304,6 +307,7 @@
|
|
|
304
307
|
--dinkelland-color-alert-error: var(--dinkelland-color-black-20);
|
|
305
308
|
--dinkelland-color-primary-hover: var(--dinkelland-color-blue-26);
|
|
306
309
|
--dinkelland-color-primary: var(--dinkelland-color-blue-36);
|
|
310
|
+
--conduction-input-select-placeholder-color: var(--utrecht-form-input-placeholder-color);
|
|
307
311
|
--conduction-card-wrapper-color: var(--utrecht-document-color);
|
|
308
312
|
--conduction-card-header-color: var(--utrecht-document-color);
|
|
309
313
|
--utrecht-paragraph-color: var(--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:38 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const dinkellandColorPrimary = "#006cb9";
|
|
@@ -335,3 +335,7 @@ export const conductionInputSelectBorderRadius = "0px";
|
|
|
335
335
|
export const conductionInputSelectInvalidBorderColor = "#dc3545";
|
|
336
336
|
export const conductionInputSelectPaddingBlockEnd = 0;
|
|
337
337
|
export const conductionInputSelectPaddingBlockStart = 0;
|
|
338
|
+
export const conductionInputSelectListOptionFontFamily = "\"Lato\", Arial, sans-serif";
|
|
339
|
+
export const conductionInputSelectListOptionHoverFontFamily = "\"Lato\", Arial, sans-serif";
|
|
340
|
+
export const conductionInputSelectPlaceholderColor = "#6b6b6b";
|
|
341
|
+
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": "{dinkelland.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": "{dinkelland.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": "{dinkelland.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/dinkelland/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:39 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-input-select-padding-block-start: 0;
|
|
6
6
|
@conduction-input-select-padding-block-end: 0;
|
|
@@ -101,6 +101,9 @@
|
|
|
101
101
|
@dinkelland-color-warning: #ffc107;
|
|
102
102
|
@dinkelland-color-alert-error-background: #f8d7da;
|
|
103
103
|
@dinkelland-color-error: #dc3545;
|
|
104
|
+
@conduction-input-select-placeholder-font-family: @dinkelland-typography-lato-font-family;
|
|
105
|
+
@conduction-input-select-list-option-hover-font-family: @dinkelland-typography-lato-font-family;
|
|
106
|
+
@conduction-input-select-list-option-font-family: @dinkelland-typography-lato-font-family;
|
|
104
107
|
@conduction-input-select-invalid-border-color: @dinkelland-color-error;
|
|
105
108
|
@conduction-input-select-border-radius: @utrecht-form-input-border-radius;
|
|
106
109
|
@conduction-input-select-border: @dinkelland-size-4xs solid @dinkelland-color-grey-46;
|
|
@@ -302,6 +305,7 @@
|
|
|
302
305
|
@dinkelland-color-alert-error: @dinkelland-color-black-20;
|
|
303
306
|
@dinkelland-color-primary-hover: @dinkelland-color-blue-26;
|
|
304
307
|
@dinkelland-color-primary: @dinkelland-color-blue-36;
|
|
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-color: @utrecht-document-color;
|
|
307
311
|
@utrecht-paragraph-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:39 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-input-select-padding-block-start: 0;
|
|
6
6
|
$conduction-input-select-padding-block-end: 0;
|
|
@@ -101,6 +101,9 @@ $dinkelland-color-alert-warning-background: #fff3cd;
|
|
|
101
101
|
$dinkelland-color-warning: #ffc107;
|
|
102
102
|
$dinkelland-color-alert-error-background: #f8d7da;
|
|
103
103
|
$dinkelland-color-error: #dc3545;
|
|
104
|
+
$conduction-input-select-placeholder-font-family: $dinkelland-typography-lato-font-family;
|
|
105
|
+
$conduction-input-select-list-option-hover-font-family: $dinkelland-typography-lato-font-family;
|
|
106
|
+
$conduction-input-select-list-option-font-family: $dinkelland-typography-lato-font-family;
|
|
104
107
|
$conduction-input-select-invalid-border-color: $dinkelland-color-error;
|
|
105
108
|
$conduction-input-select-border-radius: $utrecht-form-input-border-radius;
|
|
106
109
|
$conduction-input-select-border: $dinkelland-size-4xs solid $dinkelland-color-grey-46;
|
|
@@ -302,6 +305,7 @@ $dinkelland-color-alert-warning: $dinkelland-color-black-20;
|
|
|
302
305
|
$dinkelland-color-alert-error: $dinkelland-color-black-20;
|
|
303
306
|
$dinkelland-color-primary-hover: $dinkelland-color-blue-26;
|
|
304
307
|
$dinkelland-color-primary: $dinkelland-color-blue-36;
|
|
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-color: $utrecht-document-color;
|
|
307
311
|
$utrecht-paragraph-color: $utrecht-document-color;
|
|
@@ -7060,7 +7060,102 @@
|
|
|
7060
7060
|
]
|
|
7061
7061
|
},
|
|
7062
7062
|
"hover": {},
|
|
7063
|
-
"focus": {}
|
|
7063
|
+
"focus": {},
|
|
7064
|
+
"list-option": {
|
|
7065
|
+
"font-family": {
|
|
7066
|
+
"value": "\"Lato\", Arial, sans-serif",
|
|
7067
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
7068
|
+
"isSource": true,
|
|
7069
|
+
"original": {
|
|
7070
|
+
"value": "{dinkelland.typography.lato.font-family}"
|
|
7071
|
+
},
|
|
7072
|
+
"name": "conductionInputSelectListOptionFontFamily",
|
|
7073
|
+
"attributes": {
|
|
7074
|
+
"category": "conduction",
|
|
7075
|
+
"type": "input-select",
|
|
7076
|
+
"item": "list-option",
|
|
7077
|
+
"subitem": "font-family"
|
|
7078
|
+
},
|
|
7079
|
+
"path": [
|
|
7080
|
+
"conduction",
|
|
7081
|
+
"input-select",
|
|
7082
|
+
"list-option",
|
|
7083
|
+
"font-family"
|
|
7084
|
+
]
|
|
7085
|
+
},
|
|
7086
|
+
"background-color": {},
|
|
7087
|
+
"hover": {
|
|
7088
|
+
"font-family": {
|
|
7089
|
+
"value": "\"Lato\", Arial, sans-serif",
|
|
7090
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
7091
|
+
"isSource": true,
|
|
7092
|
+
"original": {
|
|
7093
|
+
"value": "{dinkelland.typography.lato.font-family}"
|
|
7094
|
+
},
|
|
7095
|
+
"name": "conductionInputSelectListOptionHoverFontFamily",
|
|
7096
|
+
"attributes": {
|
|
7097
|
+
"category": "conduction",
|
|
7098
|
+
"type": "input-select",
|
|
7099
|
+
"item": "list-option",
|
|
7100
|
+
"subitem": "hover",
|
|
7101
|
+
"state": "font-family"
|
|
7102
|
+
},
|
|
7103
|
+
"path": [
|
|
7104
|
+
"conduction",
|
|
7105
|
+
"input-select",
|
|
7106
|
+
"list-option",
|
|
7107
|
+
"hover",
|
|
7108
|
+
"font-family"
|
|
7109
|
+
]
|
|
7110
|
+
},
|
|
7111
|
+
"color": {},
|
|
7112
|
+
"background-color": {}
|
|
7113
|
+
}
|
|
7114
|
+
},
|
|
7115
|
+
"placeholder": {
|
|
7116
|
+
"color": {
|
|
7117
|
+
"value": "#6b6b6b",
|
|
7118
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
7119
|
+
"isSource": true,
|
|
7120
|
+
"original": {
|
|
7121
|
+
"value": "{utrecht.form-input.placeholder.color}"
|
|
7122
|
+
},
|
|
7123
|
+
"name": "conductionInputSelectPlaceholderColor",
|
|
7124
|
+
"attributes": {
|
|
7125
|
+
"category": "conduction",
|
|
7126
|
+
"type": "input-select",
|
|
7127
|
+
"item": "placeholder",
|
|
7128
|
+
"subitem": "color"
|
|
7129
|
+
},
|
|
7130
|
+
"path": [
|
|
7131
|
+
"conduction",
|
|
7132
|
+
"input-select",
|
|
7133
|
+
"placeholder",
|
|
7134
|
+
"color"
|
|
7135
|
+
]
|
|
7136
|
+
},
|
|
7137
|
+
"font-family": {
|
|
7138
|
+
"value": "\"Lato\", Arial, sans-serif",
|
|
7139
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
7140
|
+
"isSource": true,
|
|
7141
|
+
"original": {
|
|
7142
|
+
"value": "{dinkelland.typography.lato.font-family}"
|
|
7143
|
+
},
|
|
7144
|
+
"name": "conductionInputSelectPlaceholderFontFamily",
|
|
7145
|
+
"attributes": {
|
|
7146
|
+
"category": "conduction",
|
|
7147
|
+
"type": "input-select",
|
|
7148
|
+
"item": "placeholder",
|
|
7149
|
+
"subitem": "font-family"
|
|
7150
|
+
},
|
|
7151
|
+
"path": [
|
|
7152
|
+
"conduction",
|
|
7153
|
+
"input-select",
|
|
7154
|
+
"placeholder",
|
|
7155
|
+
"font-family"
|
|
7156
|
+
]
|
|
7157
|
+
}
|
|
7158
|
+
}
|
|
7064
7159
|
}
|
|
7065
7160
|
}
|
|
7066
7161
|
}
|
|
@@ -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": "{dinkelland.typography.lato.font-family}" },
|
|
15
|
+
"background-color": {},
|
|
16
|
+
"hover": {
|
|
17
|
+
"font-family": { "value": "{dinkelland.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": "{dinkelland.typography.lato.font-family}" }
|
|
27
|
+
}
|
|
13
28
|
}
|
|
14
29
|
}
|
|
15
30
|
}
|