@conduction/theme 1.0.24 → 1.0.27
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 +10 -0
- package/conduction-design-tokens/README.md +3 -0
- package/conduction-design-tokens/dist/design-tokens.css +72 -67
- package/conduction-design-tokens/dist/index.js +76 -71
- package/conduction-design-tokens/dist/index.json +292 -187
- package/conduction-design-tokens/dist/index.less +72 -67
- package/conduction-design-tokens/dist/index.scss +72 -67
- package/conduction-design-tokens/dist/tokens.json +2107 -1992
- package/conduction-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/conduction-design-tokens/src/component/conduction/{card.tokens.json → card-wrapper.tokens.json} +5 -12
- package/municipalities/dinkelland-design-tokens/README.md +3 -0
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +82 -76
- package/municipalities/dinkelland-design-tokens/dist/index.js +88 -82
- package/municipalities/dinkelland-design-tokens/dist/index.json +315 -191
- package/municipalities/dinkelland-design-tokens/dist/index.less +82 -76
- package/municipalities/dinkelland-design-tokens/dist/index.scss +82 -76
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +2371 -2238
- package/municipalities/dinkelland-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/card-wrapper.tokens.json +19 -0
- package/municipalities/epe-design-tokens/README.md +3 -0
- package/municipalities/epe-design-tokens/dist/design-tokens.css +80 -73
- package/municipalities/epe-design-tokens/dist/index.js +89 -82
- package/municipalities/epe-design-tokens/dist/index.json +425 -298
- package/municipalities/epe-design-tokens/dist/index.less +80 -73
- package/municipalities/epe-design-tokens/dist/index.scss +80 -73
- package/municipalities/epe-design-tokens/dist/tokens.json +2988 -2853
- package/municipalities/epe-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/epe-design-tokens/src/component/conduction/card-wrapper.tokens.json +19 -0
- package/municipalities/leiden-design-tokens/README.md +3 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +68 -61
- package/municipalities/leiden-design-tokens/dist/index.js +74 -67
- package/municipalities/leiden-design-tokens/dist/index.json +305 -162
- package/municipalities/leiden-design-tokens/dist/index.less +68 -61
- package/municipalities/leiden-design-tokens/dist/index.scss +68 -61
- package/municipalities/leiden-design-tokens/dist/tokens.json +1982 -1831
- package/municipalities/leiden-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/{card.tokens.json → card-wrapper.tokens.json} +5 -12
- package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +129 -0
- package/municipalities/noaberkracht-design-tokens/dist/font.css +5 -0
- package/municipalities/noaberkracht-design-tokens/dist/index.css +7 -0
- package/municipalities/noaberkracht-design-tokens/dist/index.js +127 -0
- package/municipalities/noaberkracht-design-tokens/dist/index.json +2458 -0
- package/municipalities/noaberkracht-design-tokens/dist/index.less +126 -0
- package/municipalities/noaberkracht-design-tokens/dist/index.scss +126 -0
- package/municipalities/noaberkracht-design-tokens/dist/tokens.json +2570 -0
- package/municipalities/noordwijk-design-tokens/LICENSE.md +17 -0
- package/municipalities/noordwijk-design-tokens/README.md +3 -0
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +316 -0
- package/municipalities/noordwijk-design-tokens/dist/font.css +318 -0
- package/municipalities/noordwijk-design-tokens/dist/index.css +7 -0
- package/municipalities/noordwijk-design-tokens/dist/index.js +314 -0
- package/municipalities/noordwijk-design-tokens/dist/index.json +6149 -0
- package/municipalities/noordwijk-design-tokens/dist/index.less +313 -0
- package/municipalities/noordwijk-design-tokens/dist/index.scss +313 -0
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +6583 -0
- package/municipalities/noordwijk-design-tokens/package.json +40 -0
- package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +105 -0
- package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/font-size.tokens.json +17 -0
- package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/size.tokens.json +17 -0
- package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/typography.tokens.json +47 -0
- package/municipalities/noordwijk-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/noordwijk-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/noordwijk-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/noordwijk-design-tokens/src/component/conduction/card-wrapper.tokens.json +19 -0
- package/municipalities/noordwijk-design-tokens/src/component/conduction/select.tokens.json +15 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/code.tokens.json +27 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +44 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +11 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +24 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +44 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/list.tokens.json +33 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/noordwijk-design-tokens/src/config.json +7 -0
- package/municipalities/noordwijk-design-tokens/src/font.scss +385 -0
- package/municipalities/noordwijk-design-tokens/src/index.scss +8 -0
- package/municipalities/noordwijk-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +11 -0
- package/municipalities/rotterdam-design-tokens/dist/font.css +1 -0
- package/municipalities/rotterdam-design-tokens/dist/index.css +7 -0
- package/municipalities/rotterdam-design-tokens/dist/index.js +9 -0
- package/municipalities/rotterdam-design-tokens/dist/index.json +80 -0
- package/municipalities/rotterdam-design-tokens/dist/index.less +8 -0
- package/municipalities/rotterdam-design-tokens/dist/index.scss +8 -0
- package/municipalities/rotterdam-design-tokens/dist/tokens.json +90 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/custom.css +33 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/design-tokens.css +305 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/font/download.sh +18 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/font.css +36 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.css +33 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.js +303 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.json +6415 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.less +302 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.scss +302 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/tokens.json +6868 -0
- package/municipalities/tubbergen-design-tokens/README.md +3 -0
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +82 -76
- package/municipalities/tubbergen-design-tokens/dist/index.js +88 -82
- package/municipalities/tubbergen-design-tokens/dist/index.json +315 -191
- package/municipalities/tubbergen-design-tokens/dist/index.less +82 -76
- package/municipalities/tubbergen-design-tokens/dist/index.scss +82 -76
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +2373 -2240
- package/municipalities/tubbergen-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/card-wrapper.tokens.json +19 -0
- package/municipalities/xxllnc-design-tokens/README.md +3 -0
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +71 -65
- package/municipalities/xxllnc-design-tokens/dist/index.js +73 -67
- package/municipalities/xxllnc-design-tokens/dist/index.json +305 -181
- package/municipalities/xxllnc-design-tokens/dist/index.less +71 -65
- package/municipalities/xxllnc-design-tokens/dist/index.scss +71 -65
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +2030 -1897
- package/municipalities/xxllnc-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/{card.tokens.json → card-wrapper.tokens.json} +4 -11
- package/package.json +3 -2
- package/municipalities/dinkelland-design-tokens/src/component/conduction/card.tokens.json +0 -26
- package/municipalities/epe-design-tokens/src/component/conduction/card.tokens.json +0 -30
- package/municipalities/tubbergen-design-tokens/src/component/conduction/card.tokens.json +0 -26
- /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/alert.tokens.json +0 -0
- /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/form-input.tokens.json +0 -0
- /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/icon.tokens.json +0 -0
- /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-footer.tokens.json +0 -0
- /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-header.tokens.json +0 -0
- /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/table.tokens.json +0 -0
- /package/conduction-design-tokens/src/component/{conduction → utrecht/extra-tokens}/textbox.tokens.json +0 -0
- /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/alert.tokens.json +0 -0
- /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/form-input.tokens.json +0 -0
- /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/icon.tokens.json +0 -0
- /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-footer.tokens.json +0 -0
- /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-header.tokens.json +0 -0
- /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/table.tokens.json +0 -0
- /package/municipalities/dinkelland-design-tokens/src/component/{conduction → utrecht/extra-tokens}/textbox.tokens.json +0 -0
- /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/alert.tokens.json +0 -0
- /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/form-input.tokens.json +0 -0
- /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/icon.tokens.json +0 -0
- /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-footer.tokens.json +0 -0
- /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-header.tokens.json +0 -0
- /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/table.tokens.json +0 -0
- /package/municipalities/epe-design-tokens/src/component/{conduction → utrecht/extra-tokens}/textbox.tokens.json +0 -0
- /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/alert.tokens.json +0 -0
- /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/form-input.tokens.json +0 -0
- /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/icon.tokens.json +0 -0
- /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-footer.tokens.json +0 -0
- /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-header.tokens.json +0 -0
- /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/table.tokens.json +0 -0
- /package/municipalities/leiden-design-tokens/src/component/{conduction → utrecht/extra-tokens}/textbox.tokens.json +0 -0
- /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/alert.tokens.json +0 -0
- /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/form-input.tokens.json +0 -0
- /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/icon.tokens.json +0 -0
- /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-footer.tokens.json +0 -0
- /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-header.tokens.json +0 -0
- /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/table.tokens.json +0 -0
- /package/municipalities/tubbergen-design-tokens/src/component/{conduction → utrecht/extra-tokens}/textbox.tokens.json +0 -0
- /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/alert.tokens.json +0 -0
- /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/form-input.tokens.json +0 -0
- /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/icon.tokens.json +0 -0
- /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-footer.tokens.json +0 -0
- /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/page-header.tokens.json +0 -0
- /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/table.tokens.json +0 -0
- /package/municipalities/xxllnc-design-tokens/src/component/{conduction → utrecht/extra-tokens}/textbox.tokens.json +0 -0
|
@@ -1,4 +1,261 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"value": "#000000",
|
|
4
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
5
|
+
"isSource": true,
|
|
6
|
+
"original": {
|
|
7
|
+
"value": "{utrecht.document.color}"
|
|
8
|
+
},
|
|
9
|
+
"name": "conductionCardHeaderColor",
|
|
10
|
+
"attributes": {
|
|
11
|
+
"category": "conduction",
|
|
12
|
+
"type": "card-header",
|
|
13
|
+
"item": "color"
|
|
14
|
+
},
|
|
15
|
+
"path": [
|
|
16
|
+
"conduction",
|
|
17
|
+
"card-header",
|
|
18
|
+
"color"
|
|
19
|
+
]
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"value": "#000000",
|
|
23
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
24
|
+
"isSource": true,
|
|
25
|
+
"original": {
|
|
26
|
+
"value": "{conduction.color.black.0}"
|
|
27
|
+
},
|
|
28
|
+
"name": "conductionCardHeaderDateColor",
|
|
29
|
+
"attributes": {
|
|
30
|
+
"category": "conduction",
|
|
31
|
+
"type": "card-header",
|
|
32
|
+
"item": "date",
|
|
33
|
+
"subitem": "color"
|
|
34
|
+
},
|
|
35
|
+
"path": [
|
|
36
|
+
"conduction",
|
|
37
|
+
"card-header",
|
|
38
|
+
"date",
|
|
39
|
+
"color"
|
|
40
|
+
]
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"value": "14px",
|
|
44
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
45
|
+
"isSource": true,
|
|
46
|
+
"original": {
|
|
47
|
+
"value": "{conduction.font-size.sm}"
|
|
48
|
+
},
|
|
49
|
+
"name": "conductionCardHeaderDateFontSize",
|
|
50
|
+
"attributes": {
|
|
51
|
+
"category": "conduction",
|
|
52
|
+
"type": "card-header",
|
|
53
|
+
"item": "date",
|
|
54
|
+
"subitem": "font-size"
|
|
55
|
+
},
|
|
56
|
+
"path": [
|
|
57
|
+
"conduction",
|
|
58
|
+
"card-header",
|
|
59
|
+
"date",
|
|
60
|
+
"font-size"
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"value": "100",
|
|
65
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
66
|
+
"isSource": true,
|
|
67
|
+
"original": {
|
|
68
|
+
"value": "{conduction.typography.font-weight.light}"
|
|
69
|
+
},
|
|
70
|
+
"name": "conductionCardHeaderDateFontWeight",
|
|
71
|
+
"attributes": {
|
|
72
|
+
"category": "conduction",
|
|
73
|
+
"type": "card-header",
|
|
74
|
+
"item": "date",
|
|
75
|
+
"subitem": "font-weight"
|
|
76
|
+
},
|
|
77
|
+
"path": [
|
|
78
|
+
"conduction",
|
|
79
|
+
"card-header",
|
|
80
|
+
"date",
|
|
81
|
+
"font-weight"
|
|
82
|
+
]
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"value": "8px",
|
|
86
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
87
|
+
"isSource": true,
|
|
88
|
+
"original": {
|
|
89
|
+
"value": "{conduction.size.xs}"
|
|
90
|
+
},
|
|
91
|
+
"name": "conductionCardHeaderDateMarginBlockEnd",
|
|
92
|
+
"attributes": {
|
|
93
|
+
"category": "conduction",
|
|
94
|
+
"type": "card-header",
|
|
95
|
+
"item": "date",
|
|
96
|
+
"subitem": "margin-block-end"
|
|
97
|
+
},
|
|
98
|
+
"path": [
|
|
99
|
+
"conduction",
|
|
100
|
+
"card-header",
|
|
101
|
+
"date",
|
|
102
|
+
"margin-block-end"
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"value": "#000000",
|
|
107
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
108
|
+
"isSource": true,
|
|
109
|
+
"original": {
|
|
110
|
+
"value": "{conduction.color.black.0}"
|
|
111
|
+
},
|
|
112
|
+
"name": "conductionCardHeaderTitleColor",
|
|
113
|
+
"attributes": {
|
|
114
|
+
"category": "conduction",
|
|
115
|
+
"type": "card-header",
|
|
116
|
+
"item": "title",
|
|
117
|
+
"subitem": "color"
|
|
118
|
+
},
|
|
119
|
+
"path": [
|
|
120
|
+
"conduction",
|
|
121
|
+
"card-header",
|
|
122
|
+
"title",
|
|
123
|
+
"color"
|
|
124
|
+
]
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"value": "#ffffff",
|
|
128
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
129
|
+
"isSource": true,
|
|
130
|
+
"original": {
|
|
131
|
+
"value": "{conduction.color.white.100}"
|
|
132
|
+
},
|
|
133
|
+
"name": "conductionCardWrapperBackgroundColor",
|
|
134
|
+
"attributes": {
|
|
135
|
+
"category": "conduction",
|
|
136
|
+
"type": "card-wrapper",
|
|
137
|
+
"item": "background-color"
|
|
138
|
+
},
|
|
139
|
+
"path": [
|
|
140
|
+
"conduction",
|
|
141
|
+
"card-wrapper",
|
|
142
|
+
"background-color"
|
|
143
|
+
]
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"value": "18px",
|
|
147
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
148
|
+
"isSource": true,
|
|
149
|
+
"original": {
|
|
150
|
+
"value": "{conduction.size.md}"
|
|
151
|
+
},
|
|
152
|
+
"name": "conductionCardWrapperBorderRadius",
|
|
153
|
+
"attributes": {
|
|
154
|
+
"category": "conduction",
|
|
155
|
+
"type": "card-wrapper",
|
|
156
|
+
"item": "border-radius"
|
|
157
|
+
},
|
|
158
|
+
"path": [
|
|
159
|
+
"conduction",
|
|
160
|
+
"card-wrapper",
|
|
161
|
+
"border-radius"
|
|
162
|
+
]
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"value": "#000000",
|
|
166
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
167
|
+
"isSource": true,
|
|
168
|
+
"original": {
|
|
169
|
+
"value": "{conduction.color.black.0}"
|
|
170
|
+
},
|
|
171
|
+
"name": "conductionCardWrapperColor",
|
|
172
|
+
"attributes": {
|
|
173
|
+
"category": "conduction",
|
|
174
|
+
"type": "card-wrapper",
|
|
175
|
+
"item": "color"
|
|
176
|
+
},
|
|
177
|
+
"path": [
|
|
178
|
+
"conduction",
|
|
179
|
+
"card-wrapper",
|
|
180
|
+
"color"
|
|
181
|
+
]
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"value": "18px",
|
|
185
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
186
|
+
"isSource": true,
|
|
187
|
+
"original": {
|
|
188
|
+
"value": "{conduction.size.md}"
|
|
189
|
+
},
|
|
190
|
+
"name": "conductionCardWrapperPaddingBlockEnd",
|
|
191
|
+
"attributes": {
|
|
192
|
+
"category": "conduction",
|
|
193
|
+
"type": "card-wrapper",
|
|
194
|
+
"item": "padding-block-end"
|
|
195
|
+
},
|
|
196
|
+
"path": [
|
|
197
|
+
"conduction",
|
|
198
|
+
"card-wrapper",
|
|
199
|
+
"padding-block-end"
|
|
200
|
+
]
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"value": "18px",
|
|
204
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
205
|
+
"isSource": true,
|
|
206
|
+
"original": {
|
|
207
|
+
"value": "{conduction.size.md}"
|
|
208
|
+
},
|
|
209
|
+
"name": "conductionCardWrapperPaddingBlockStart",
|
|
210
|
+
"attributes": {
|
|
211
|
+
"category": "conduction",
|
|
212
|
+
"type": "card-wrapper",
|
|
213
|
+
"item": "padding-block-start"
|
|
214
|
+
},
|
|
215
|
+
"path": [
|
|
216
|
+
"conduction",
|
|
217
|
+
"card-wrapper",
|
|
218
|
+
"padding-block-start"
|
|
219
|
+
]
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"value": "18px",
|
|
223
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
224
|
+
"isSource": true,
|
|
225
|
+
"original": {
|
|
226
|
+
"value": "{conduction.size.md}"
|
|
227
|
+
},
|
|
228
|
+
"name": "conductionCardWrapperPaddingInlineEnd",
|
|
229
|
+
"attributes": {
|
|
230
|
+
"category": "conduction",
|
|
231
|
+
"type": "card-wrapper",
|
|
232
|
+
"item": "padding-inline-end"
|
|
233
|
+
},
|
|
234
|
+
"path": [
|
|
235
|
+
"conduction",
|
|
236
|
+
"card-wrapper",
|
|
237
|
+
"padding-inline-end"
|
|
238
|
+
]
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"value": "18px",
|
|
242
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
243
|
+
"isSource": true,
|
|
244
|
+
"original": {
|
|
245
|
+
"value": "{conduction.size.md}"
|
|
246
|
+
},
|
|
247
|
+
"name": "conductionCardWrapperPaddingInlineStart",
|
|
248
|
+
"attributes": {
|
|
249
|
+
"category": "conduction",
|
|
250
|
+
"type": "card-wrapper",
|
|
251
|
+
"item": "padding-inline-start"
|
|
252
|
+
},
|
|
253
|
+
"path": [
|
|
254
|
+
"conduction",
|
|
255
|
+
"card-wrapper",
|
|
256
|
+
"padding-inline-start"
|
|
257
|
+
]
|
|
258
|
+
},
|
|
2
259
|
{
|
|
3
260
|
"value": "#721c24",
|
|
4
261
|
"filePath": "src/brand/conduction/color.tokens.json",
|
|
@@ -1559,7 +1816,7 @@
|
|
|
1559
1816
|
},
|
|
1560
1817
|
{
|
|
1561
1818
|
"value": "8px",
|
|
1562
|
-
"filePath": "src/component/
|
|
1819
|
+
"filePath": "src/component/utrecht/extra-tokens/alert.tokens.json",
|
|
1563
1820
|
"isSource": true,
|
|
1564
1821
|
"original": {
|
|
1565
1822
|
"value": "{conduction.size.xs}"
|
|
@@ -2524,158 +2781,6 @@
|
|
|
2524
2781
|
"color"
|
|
2525
2782
|
]
|
|
2526
2783
|
},
|
|
2527
|
-
{
|
|
2528
|
-
"value": "#ffffff",
|
|
2529
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
2530
|
-
"isSource": true,
|
|
2531
|
-
"original": {
|
|
2532
|
-
"value": "{conduction.color.white.100}"
|
|
2533
|
-
},
|
|
2534
|
-
"name": "utrechtCardBackgroundColor",
|
|
2535
|
-
"attributes": {
|
|
2536
|
-
"category": "utrecht",
|
|
2537
|
-
"type": "card",
|
|
2538
|
-
"item": "background-color"
|
|
2539
|
-
},
|
|
2540
|
-
"path": [
|
|
2541
|
-
"utrecht",
|
|
2542
|
-
"card",
|
|
2543
|
-
"background-color"
|
|
2544
|
-
]
|
|
2545
|
-
},
|
|
2546
|
-
{
|
|
2547
|
-
"value": "16px",
|
|
2548
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
2549
|
-
"isSource": true,
|
|
2550
|
-
"original": {
|
|
2551
|
-
"value": "16px"
|
|
2552
|
-
},
|
|
2553
|
-
"name": "utrechtCardBorderRadius",
|
|
2554
|
-
"attributes": {
|
|
2555
|
-
"category": "utrecht",
|
|
2556
|
-
"type": "card",
|
|
2557
|
-
"item": "border-radius"
|
|
2558
|
-
},
|
|
2559
|
-
"path": [
|
|
2560
|
-
"utrecht",
|
|
2561
|
-
"card",
|
|
2562
|
-
"border-radius"
|
|
2563
|
-
]
|
|
2564
|
-
},
|
|
2565
|
-
{
|
|
2566
|
-
"value": "unset",
|
|
2567
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
2568
|
-
"isSource": true,
|
|
2569
|
-
"original": {
|
|
2570
|
-
"value": "unset"
|
|
2571
|
-
},
|
|
2572
|
-
"name": "utrechtCardBorderWidth",
|
|
2573
|
-
"attributes": {
|
|
2574
|
-
"category": "utrecht",
|
|
2575
|
-
"type": "card",
|
|
2576
|
-
"item": "border-width"
|
|
2577
|
-
},
|
|
2578
|
-
"path": [
|
|
2579
|
-
"utrecht",
|
|
2580
|
-
"card",
|
|
2581
|
-
"border-width"
|
|
2582
|
-
]
|
|
2583
|
-
},
|
|
2584
|
-
{
|
|
2585
|
-
"value": "#000000",
|
|
2586
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
2587
|
-
"isSource": true,
|
|
2588
|
-
"original": {
|
|
2589
|
-
"value": "{conduction.color.black.0}"
|
|
2590
|
-
},
|
|
2591
|
-
"name": "utrechtCardColor",
|
|
2592
|
-
"attributes": {
|
|
2593
|
-
"category": "utrecht",
|
|
2594
|
-
"type": "card",
|
|
2595
|
-
"item": "color"
|
|
2596
|
-
},
|
|
2597
|
-
"path": [
|
|
2598
|
-
"utrecht",
|
|
2599
|
-
"card",
|
|
2600
|
-
"color"
|
|
2601
|
-
]
|
|
2602
|
-
},
|
|
2603
|
-
{
|
|
2604
|
-
"value": "18px",
|
|
2605
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
2606
|
-
"isSource": true,
|
|
2607
|
-
"original": {
|
|
2608
|
-
"value": "{conduction.size.md}"
|
|
2609
|
-
},
|
|
2610
|
-
"name": "utrechtCardPaddingBlockEnd",
|
|
2611
|
-
"attributes": {
|
|
2612
|
-
"category": "utrecht",
|
|
2613
|
-
"type": "card",
|
|
2614
|
-
"item": "padding-block-end"
|
|
2615
|
-
},
|
|
2616
|
-
"path": [
|
|
2617
|
-
"utrecht",
|
|
2618
|
-
"card",
|
|
2619
|
-
"padding-block-end"
|
|
2620
|
-
]
|
|
2621
|
-
},
|
|
2622
|
-
{
|
|
2623
|
-
"value": "18px",
|
|
2624
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
2625
|
-
"isSource": true,
|
|
2626
|
-
"original": {
|
|
2627
|
-
"value": "{conduction.size.md}"
|
|
2628
|
-
},
|
|
2629
|
-
"name": "utrechtCardPaddingBlockStart",
|
|
2630
|
-
"attributes": {
|
|
2631
|
-
"category": "utrecht",
|
|
2632
|
-
"type": "card",
|
|
2633
|
-
"item": "padding-block-start"
|
|
2634
|
-
},
|
|
2635
|
-
"path": [
|
|
2636
|
-
"utrecht",
|
|
2637
|
-
"card",
|
|
2638
|
-
"padding-block-start"
|
|
2639
|
-
]
|
|
2640
|
-
},
|
|
2641
|
-
{
|
|
2642
|
-
"value": "18px",
|
|
2643
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
2644
|
-
"isSource": true,
|
|
2645
|
-
"original": {
|
|
2646
|
-
"value": "{conduction.size.md}"
|
|
2647
|
-
},
|
|
2648
|
-
"name": "utrechtCardPaddingInlineEnd",
|
|
2649
|
-
"attributes": {
|
|
2650
|
-
"category": "utrecht",
|
|
2651
|
-
"type": "card",
|
|
2652
|
-
"item": "padding-inline-end"
|
|
2653
|
-
},
|
|
2654
|
-
"path": [
|
|
2655
|
-
"utrecht",
|
|
2656
|
-
"card",
|
|
2657
|
-
"padding-inline-end"
|
|
2658
|
-
]
|
|
2659
|
-
},
|
|
2660
|
-
{
|
|
2661
|
-
"value": "18px",
|
|
2662
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
2663
|
-
"isSource": true,
|
|
2664
|
-
"original": {
|
|
2665
|
-
"value": "{conduction.size.md}"
|
|
2666
|
-
},
|
|
2667
|
-
"name": "utrechtCardPaddingInlineStart",
|
|
2668
|
-
"attributes": {
|
|
2669
|
-
"category": "utrecht",
|
|
2670
|
-
"type": "card",
|
|
2671
|
-
"item": "padding-inline-start"
|
|
2672
|
-
},
|
|
2673
|
-
"path": [
|
|
2674
|
-
"utrecht",
|
|
2675
|
-
"card",
|
|
2676
|
-
"padding-inline-start"
|
|
2677
|
-
]
|
|
2678
|
-
},
|
|
2679
2784
|
{
|
|
2680
2785
|
"value": "#f5f5f5",
|
|
2681
2786
|
"filePath": "src/component/utrecht/code.tokens.json",
|
|
@@ -3077,7 +3182,7 @@
|
|
|
3077
3182
|
},
|
|
3078
3183
|
{
|
|
3079
3184
|
"value": "#ffffff",
|
|
3080
|
-
"filePath": "src/component/
|
|
3185
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3081
3186
|
"isSource": true,
|
|
3082
3187
|
"original": {
|
|
3083
3188
|
"value": "{conduction.color.white.100}"
|
|
@@ -3096,7 +3201,7 @@
|
|
|
3096
3201
|
},
|
|
3097
3202
|
{
|
|
3098
3203
|
"value": "#7a7a7a",
|
|
3099
|
-
"filePath": "src/component/
|
|
3204
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3100
3205
|
"isSource": true,
|
|
3101
3206
|
"original": {
|
|
3102
3207
|
"value": "{conduction.color.grey.48}"
|
|
@@ -3115,7 +3220,7 @@
|
|
|
3115
3220
|
},
|
|
3116
3221
|
{
|
|
3117
3222
|
"value": "3px",
|
|
3118
|
-
"filePath": "src/component/
|
|
3223
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3119
3224
|
"isSource": true,
|
|
3120
3225
|
"original": {
|
|
3121
3226
|
"value": "3px"
|
|
@@ -3134,7 +3239,7 @@
|
|
|
3134
3239
|
},
|
|
3135
3240
|
{
|
|
3136
3241
|
"value": "1px",
|
|
3137
|
-
"filePath": "src/component/
|
|
3242
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3138
3243
|
"isSource": true,
|
|
3139
3244
|
"original": {
|
|
3140
3245
|
"value": "{conduction.size.4xs}"
|
|
@@ -3153,7 +3258,7 @@
|
|
|
3153
3258
|
},
|
|
3154
3259
|
{
|
|
3155
3260
|
"value": "#4a4a4a",
|
|
3156
|
-
"filePath": "src/component/
|
|
3261
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3157
3262
|
"isSource": true,
|
|
3158
3263
|
"original": {
|
|
3159
3264
|
"value": "{conduction.color.grey.29}"
|
|
@@ -3172,7 +3277,7 @@
|
|
|
3172
3277
|
},
|
|
3173
3278
|
{
|
|
3174
3279
|
"value": "#ffffff",
|
|
3175
|
-
"filePath": "src/component/
|
|
3280
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3176
3281
|
"isSource": true,
|
|
3177
3282
|
"original": {
|
|
3178
3283
|
"value": "{conduction.color.white.100}"
|
|
@@ -3193,7 +3298,7 @@
|
|
|
3193
3298
|
},
|
|
3194
3299
|
{
|
|
3195
3300
|
"value": "\"Noto Sans\", Arial, sans-serif",
|
|
3196
|
-
"filePath": "src/component/
|
|
3301
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3197
3302
|
"isSource": true,
|
|
3198
3303
|
"original": {
|
|
3199
3304
|
"value": "{conduction.typography.sans-serif.font-family}"
|
|
@@ -3212,7 +3317,7 @@
|
|
|
3212
3317
|
},
|
|
3213
3318
|
{
|
|
3214
3319
|
"value": "15px",
|
|
3215
|
-
"filePath": "src/component/
|
|
3320
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3216
3321
|
"isSource": true,
|
|
3217
3322
|
"original": {
|
|
3218
3323
|
"value": "15px"
|
|
@@ -3231,7 +3336,7 @@
|
|
|
3231
3336
|
},
|
|
3232
3337
|
{
|
|
3233
3338
|
"value": "8px",
|
|
3234
|
-
"filePath": "src/component/
|
|
3339
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3235
3340
|
"isSource": true,
|
|
3236
3341
|
"original": {
|
|
3237
3342
|
"value": "{conduction.size.xs}"
|
|
@@ -3250,7 +3355,7 @@
|
|
|
3250
3355
|
},
|
|
3251
3356
|
{
|
|
3252
3357
|
"value": "8px",
|
|
3253
|
-
"filePath": "src/component/
|
|
3358
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3254
3359
|
"isSource": true,
|
|
3255
3360
|
"original": {
|
|
3256
3361
|
"value": "{conduction.size.xs}"
|
|
@@ -3269,7 +3374,7 @@
|
|
|
3269
3374
|
},
|
|
3270
3375
|
{
|
|
3271
3376
|
"value": "14px",
|
|
3272
|
-
"filePath": "src/component/
|
|
3377
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3273
3378
|
"isSource": true,
|
|
3274
3379
|
"original": {
|
|
3275
3380
|
"value": "{conduction.size.sm}"
|
|
@@ -3288,7 +3393,7 @@
|
|
|
3288
3393
|
},
|
|
3289
3394
|
{
|
|
3290
3395
|
"value": "14px",
|
|
3291
|
-
"filePath": "src/component/
|
|
3396
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3292
3397
|
"isSource": true,
|
|
3293
3398
|
"original": {
|
|
3294
3399
|
"value": "{conduction.size.sm}"
|
|
@@ -3307,7 +3412,7 @@
|
|
|
3307
3412
|
},
|
|
3308
3413
|
{
|
|
3309
3414
|
"value": "#808080",
|
|
3310
|
-
"filePath": "src/component/
|
|
3415
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3311
3416
|
"isSource": true,
|
|
3312
3417
|
"original": {
|
|
3313
3418
|
"value": "{conduction.color.grey.50}"
|
|
@@ -3803,7 +3908,7 @@
|
|
|
3803
3908
|
},
|
|
3804
3909
|
{
|
|
3805
3910
|
"value": "8px",
|
|
3806
|
-
"filePath": "src/component/
|
|
3911
|
+
"filePath": "src/component/utrecht/extra-tokens/icon.tokens.json",
|
|
3807
3912
|
"isSource": true,
|
|
3808
3913
|
"original": {
|
|
3809
3914
|
"value": "{conduction.size.xs}"
|
|
@@ -4218,7 +4323,7 @@
|
|
|
4218
4323
|
},
|
|
4219
4324
|
{
|
|
4220
4325
|
"value": "100px",
|
|
4221
|
-
"filePath": "src/component/
|
|
4326
|
+
"filePath": "src/component/utrecht/extra-tokens/page-footer.tokens.json",
|
|
4222
4327
|
"isSource": true,
|
|
4223
4328
|
"original": {
|
|
4224
4329
|
"value": "100px"
|
|
@@ -4239,7 +4344,7 @@
|
|
|
4239
4344
|
},
|
|
4240
4345
|
{
|
|
4241
4346
|
"value": "100px",
|
|
4242
|
-
"filePath": "src/component/
|
|
4347
|
+
"filePath": "src/component/utrecht/extra-tokens/page-footer.tokens.json",
|
|
4243
4348
|
"isSource": true,
|
|
4244
4349
|
"original": {
|
|
4245
4350
|
"value": "100px"
|
|
@@ -4374,7 +4479,7 @@
|
|
|
4374
4479
|
},
|
|
4375
4480
|
{
|
|
4376
4481
|
"value": "150px",
|
|
4377
|
-
"filePath": "src/component/
|
|
4482
|
+
"filePath": "src/component/utrecht/extra-tokens/page-header.tokens.json",
|
|
4378
4483
|
"isSource": true,
|
|
4379
4484
|
"original": {
|
|
4380
4485
|
"value": "150px"
|
|
@@ -5001,7 +5106,7 @@
|
|
|
5001
5106
|
},
|
|
5002
5107
|
{
|
|
5003
5108
|
"value": "#ffffff",
|
|
5004
|
-
"filePath": "src/component/
|
|
5109
|
+
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
5005
5110
|
"isSource": true,
|
|
5006
5111
|
"original": {
|
|
5007
5112
|
"value": "{conduction.color.white.100}"
|
|
@@ -5142,7 +5247,7 @@
|
|
|
5142
5247
|
},
|
|
5143
5248
|
{
|
|
5144
5249
|
"value": "#d1d1d1",
|
|
5145
|
-
"filePath": "src/component/
|
|
5250
|
+
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
5146
5251
|
"isSource": true,
|
|
5147
5252
|
"original": {
|
|
5148
5253
|
"value": "{conduction.color.grey.82}"
|
|
@@ -5163,7 +5268,7 @@
|
|
|
5163
5268
|
},
|
|
5164
5269
|
{
|
|
5165
5270
|
"value": "1px",
|
|
5166
|
-
"filePath": "src/component/
|
|
5271
|
+
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
5167
5272
|
"isSource": true,
|
|
5168
5273
|
"original": {
|
|
5169
5274
|
"value": "{conduction.size.4xs}"
|
|
@@ -5411,7 +5516,7 @@
|
|
|
5411
5516
|
},
|
|
5412
5517
|
{
|
|
5413
5518
|
"value": "#f7f7f7",
|
|
5414
|
-
"filePath": "src/component/
|
|
5519
|
+
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
5415
5520
|
"isSource": true,
|
|
5416
5521
|
"original": {
|
|
5417
5522
|
"value": "{conduction.color.grey.97}"
|
|
@@ -5434,7 +5539,7 @@
|
|
|
5434
5539
|
},
|
|
5435
5540
|
{
|
|
5436
5541
|
"value": "#ffffff",
|
|
5437
|
-
"filePath": "src/component/
|
|
5542
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5438
5543
|
"isSource": true,
|
|
5439
5544
|
"original": {
|
|
5440
5545
|
"value": "{conduction.color.white.100}"
|
|
@@ -5453,7 +5558,7 @@
|
|
|
5453
5558
|
},
|
|
5454
5559
|
{
|
|
5455
5560
|
"value": "#7a7a7a",
|
|
5456
|
-
"filePath": "src/component/
|
|
5561
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5457
5562
|
"isSource": true,
|
|
5458
5563
|
"original": {
|
|
5459
5564
|
"value": "{conduction.color.grey.48}"
|
|
@@ -5472,7 +5577,7 @@
|
|
|
5472
5577
|
},
|
|
5473
5578
|
{
|
|
5474
5579
|
"value": "3px",
|
|
5475
|
-
"filePath": "src/component/
|
|
5580
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5476
5581
|
"isSource": true,
|
|
5477
5582
|
"original": {
|
|
5478
5583
|
"value": "3px"
|
|
@@ -5491,7 +5596,7 @@
|
|
|
5491
5596
|
},
|
|
5492
5597
|
{
|
|
5493
5598
|
"value": "1px",
|
|
5494
|
-
"filePath": "src/component/
|
|
5599
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5495
5600
|
"isSource": true,
|
|
5496
5601
|
"original": {
|
|
5497
5602
|
"value": "{conduction.size.4xs}"
|
|
@@ -5510,7 +5615,7 @@
|
|
|
5510
5615
|
},
|
|
5511
5616
|
{
|
|
5512
5617
|
"value": "#4a4a4a",
|
|
5513
|
-
"filePath": "src/component/
|
|
5618
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5514
5619
|
"isSource": true,
|
|
5515
5620
|
"original": {
|
|
5516
5621
|
"value": "{conduction.color.grey.29}"
|
|
@@ -5529,7 +5634,7 @@
|
|
|
5529
5634
|
},
|
|
5530
5635
|
{
|
|
5531
5636
|
"value": "#ffffff",
|
|
5532
|
-
"filePath": "src/component/
|
|
5637
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5533
5638
|
"isSource": true,
|
|
5534
5639
|
"original": {
|
|
5535
5640
|
"value": "{conduction.color.white.100}"
|
|
@@ -5550,7 +5655,7 @@
|
|
|
5550
5655
|
},
|
|
5551
5656
|
{
|
|
5552
5657
|
"value": "\"Noto Sans\", Arial, sans-serif",
|
|
5553
|
-
"filePath": "src/component/
|
|
5658
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5554
5659
|
"isSource": true,
|
|
5555
5660
|
"original": {
|
|
5556
5661
|
"value": "{conduction.typography.sans-serif.font-family}"
|
|
@@ -5569,7 +5674,7 @@
|
|
|
5569
5674
|
},
|
|
5570
5675
|
{
|
|
5571
5676
|
"value": "15px",
|
|
5572
|
-
"filePath": "src/component/
|
|
5677
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5573
5678
|
"isSource": true,
|
|
5574
5679
|
"original": {
|
|
5575
5680
|
"value": "15px"
|
|
@@ -5588,7 +5693,7 @@
|
|
|
5588
5693
|
},
|
|
5589
5694
|
{
|
|
5590
5695
|
"value": "8px",
|
|
5591
|
-
"filePath": "src/component/
|
|
5696
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5592
5697
|
"isSource": true,
|
|
5593
5698
|
"original": {
|
|
5594
5699
|
"value": "{conduction.size.xs}"
|
|
@@ -5607,7 +5712,7 @@
|
|
|
5607
5712
|
},
|
|
5608
5713
|
{
|
|
5609
5714
|
"value": "8px",
|
|
5610
|
-
"filePath": "src/component/
|
|
5715
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5611
5716
|
"isSource": true,
|
|
5612
5717
|
"original": {
|
|
5613
5718
|
"value": "{conduction.size.xs}"
|
|
@@ -5626,7 +5731,7 @@
|
|
|
5626
5731
|
},
|
|
5627
5732
|
{
|
|
5628
5733
|
"value": "14px",
|
|
5629
|
-
"filePath": "src/component/
|
|
5734
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5630
5735
|
"isSource": true,
|
|
5631
5736
|
"original": {
|
|
5632
5737
|
"value": "{conduction.size.sm}"
|
|
@@ -5645,7 +5750,7 @@
|
|
|
5645
5750
|
},
|
|
5646
5751
|
{
|
|
5647
5752
|
"value": "14px",
|
|
5648
|
-
"filePath": "src/component/
|
|
5753
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5649
5754
|
"isSource": true,
|
|
5650
5755
|
"original": {
|
|
5651
5756
|
"value": "{conduction.size.sm}"
|
|
@@ -5664,7 +5769,7 @@
|
|
|
5664
5769
|
},
|
|
5665
5770
|
{
|
|
5666
5771
|
"value": "#808080",
|
|
5667
|
-
"filePath": "src/component/
|
|
5772
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5668
5773
|
"isSource": true,
|
|
5669
5774
|
"original": {
|
|
5670
5775
|
"value": "{conduction.color.grey.50}"
|