@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,280 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"value": "#333333",
|
|
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": "{dinkelland.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": "{dinkelland.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": "{dinkelland.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": "{dinkelland.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": "{dinkelland.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": "#e5f0f8",
|
|
128
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
129
|
+
"isSource": true,
|
|
130
|
+
"original": {
|
|
131
|
+
"value": "{dinkelland.color.blue.94}"
|
|
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": "0px",
|
|
147
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
148
|
+
"isSource": true,
|
|
149
|
+
"original": {
|
|
150
|
+
"value": "0px"
|
|
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": "unset",
|
|
166
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
167
|
+
"isSource": true,
|
|
168
|
+
"original": {
|
|
169
|
+
"value": "unset"
|
|
170
|
+
},
|
|
171
|
+
"name": "conductionCardWrapperBorderWidth",
|
|
172
|
+
"attributes": {
|
|
173
|
+
"category": "conduction",
|
|
174
|
+
"type": "card-wrapper",
|
|
175
|
+
"item": "border-width"
|
|
176
|
+
},
|
|
177
|
+
"path": [
|
|
178
|
+
"conduction",
|
|
179
|
+
"card-wrapper",
|
|
180
|
+
"border-width"
|
|
181
|
+
]
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"value": "#333333",
|
|
185
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
186
|
+
"isSource": true,
|
|
187
|
+
"original": {
|
|
188
|
+
"value": "{utrecht.document.color}"
|
|
189
|
+
},
|
|
190
|
+
"name": "conductionCardWrapperColor",
|
|
191
|
+
"attributes": {
|
|
192
|
+
"category": "conduction",
|
|
193
|
+
"type": "card-wrapper",
|
|
194
|
+
"item": "color"
|
|
195
|
+
},
|
|
196
|
+
"path": [
|
|
197
|
+
"conduction",
|
|
198
|
+
"card-wrapper",
|
|
199
|
+
"color"
|
|
200
|
+
]
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"value": "32px",
|
|
204
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
205
|
+
"isSource": true,
|
|
206
|
+
"original": {
|
|
207
|
+
"value": "{dinkelland.size.xl}"
|
|
208
|
+
},
|
|
209
|
+
"name": "conductionCardWrapperPaddingBlockEnd",
|
|
210
|
+
"attributes": {
|
|
211
|
+
"category": "conduction",
|
|
212
|
+
"type": "card-wrapper",
|
|
213
|
+
"item": "padding-block-end"
|
|
214
|
+
},
|
|
215
|
+
"path": [
|
|
216
|
+
"conduction",
|
|
217
|
+
"card-wrapper",
|
|
218
|
+
"padding-block-end"
|
|
219
|
+
]
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"value": "32px",
|
|
223
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
224
|
+
"isSource": true,
|
|
225
|
+
"original": {
|
|
226
|
+
"value": "{dinkelland.size.xl}"
|
|
227
|
+
},
|
|
228
|
+
"name": "conductionCardWrapperPaddingBlockStart",
|
|
229
|
+
"attributes": {
|
|
230
|
+
"category": "conduction",
|
|
231
|
+
"type": "card-wrapper",
|
|
232
|
+
"item": "padding-block-start"
|
|
233
|
+
},
|
|
234
|
+
"path": [
|
|
235
|
+
"conduction",
|
|
236
|
+
"card-wrapper",
|
|
237
|
+
"padding-block-start"
|
|
238
|
+
]
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"value": "32px",
|
|
242
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
243
|
+
"isSource": true,
|
|
244
|
+
"original": {
|
|
245
|
+
"value": "{dinkelland.size.xl}"
|
|
246
|
+
},
|
|
247
|
+
"name": "conductionCardWrapperPaddingInlineEnd",
|
|
248
|
+
"attributes": {
|
|
249
|
+
"category": "conduction",
|
|
250
|
+
"type": "card-wrapper",
|
|
251
|
+
"item": "padding-inline-end"
|
|
252
|
+
},
|
|
253
|
+
"path": [
|
|
254
|
+
"conduction",
|
|
255
|
+
"card-wrapper",
|
|
256
|
+
"padding-inline-end"
|
|
257
|
+
]
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"value": "32px",
|
|
261
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
262
|
+
"isSource": true,
|
|
263
|
+
"original": {
|
|
264
|
+
"value": "{dinkelland.size.xl}"
|
|
265
|
+
},
|
|
266
|
+
"name": "conductionCardWrapperPaddingInlineStart",
|
|
267
|
+
"attributes": {
|
|
268
|
+
"category": "conduction",
|
|
269
|
+
"type": "card-wrapper",
|
|
270
|
+
"item": "padding-inline-start"
|
|
271
|
+
},
|
|
272
|
+
"path": [
|
|
273
|
+
"conduction",
|
|
274
|
+
"card-wrapper",
|
|
275
|
+
"padding-inline-start"
|
|
276
|
+
]
|
|
277
|
+
},
|
|
2
278
|
{
|
|
3
279
|
"value": "#ffffff",
|
|
4
280
|
"filePath": "src/component/conduction/select.tokens.json",
|
|
@@ -1773,7 +2049,7 @@
|
|
|
1773
2049
|
},
|
|
1774
2050
|
{
|
|
1775
2051
|
"value": "8px",
|
|
1776
|
-
"filePath": "src/component/
|
|
2052
|
+
"filePath": "src/component/utrecht/extra-tokens/alert.tokens.json",
|
|
1777
2053
|
"isSource": true,
|
|
1778
2054
|
"original": {
|
|
1779
2055
|
"value": "{dinkelland.size.xs}"
|
|
@@ -2983,158 +3259,6 @@
|
|
|
2983
3259
|
"color"
|
|
2984
3260
|
]
|
|
2985
3261
|
},
|
|
2986
|
-
{
|
|
2987
|
-
"value": "#e5f0f8",
|
|
2988
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
2989
|
-
"isSource": true,
|
|
2990
|
-
"original": {
|
|
2991
|
-
"value": "{dinkelland.color.blue.94}"
|
|
2992
|
-
},
|
|
2993
|
-
"name": "utrechtCardBackgroundColor",
|
|
2994
|
-
"attributes": {
|
|
2995
|
-
"category": "utrecht",
|
|
2996
|
-
"type": "card",
|
|
2997
|
-
"item": "background-color"
|
|
2998
|
-
},
|
|
2999
|
-
"path": [
|
|
3000
|
-
"utrecht",
|
|
3001
|
-
"card",
|
|
3002
|
-
"background-color"
|
|
3003
|
-
]
|
|
3004
|
-
},
|
|
3005
|
-
{
|
|
3006
|
-
"value": "0px",
|
|
3007
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
3008
|
-
"isSource": true,
|
|
3009
|
-
"original": {
|
|
3010
|
-
"value": "0px"
|
|
3011
|
-
},
|
|
3012
|
-
"name": "utrechtCardBorderRadius",
|
|
3013
|
-
"attributes": {
|
|
3014
|
-
"category": "utrecht",
|
|
3015
|
-
"type": "card",
|
|
3016
|
-
"item": "border-radius"
|
|
3017
|
-
},
|
|
3018
|
-
"path": [
|
|
3019
|
-
"utrecht",
|
|
3020
|
-
"card",
|
|
3021
|
-
"border-radius"
|
|
3022
|
-
]
|
|
3023
|
-
},
|
|
3024
|
-
{
|
|
3025
|
-
"value": "unset",
|
|
3026
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
3027
|
-
"isSource": true,
|
|
3028
|
-
"original": {
|
|
3029
|
-
"value": "unset"
|
|
3030
|
-
},
|
|
3031
|
-
"name": "utrechtCardBorderWidth",
|
|
3032
|
-
"attributes": {
|
|
3033
|
-
"category": "utrecht",
|
|
3034
|
-
"type": "card",
|
|
3035
|
-
"item": "border-width"
|
|
3036
|
-
},
|
|
3037
|
-
"path": [
|
|
3038
|
-
"utrecht",
|
|
3039
|
-
"card",
|
|
3040
|
-
"border-width"
|
|
3041
|
-
]
|
|
3042
|
-
},
|
|
3043
|
-
{
|
|
3044
|
-
"value": "#333333",
|
|
3045
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
3046
|
-
"isSource": true,
|
|
3047
|
-
"original": {
|
|
3048
|
-
"value": "{utrecht.document.color}"
|
|
3049
|
-
},
|
|
3050
|
-
"name": "utrechtCardColor",
|
|
3051
|
-
"attributes": {
|
|
3052
|
-
"category": "utrecht",
|
|
3053
|
-
"type": "card",
|
|
3054
|
-
"item": "color"
|
|
3055
|
-
},
|
|
3056
|
-
"path": [
|
|
3057
|
-
"utrecht",
|
|
3058
|
-
"card",
|
|
3059
|
-
"color"
|
|
3060
|
-
]
|
|
3061
|
-
},
|
|
3062
|
-
{
|
|
3063
|
-
"value": "30px",
|
|
3064
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
3065
|
-
"isSource": true,
|
|
3066
|
-
"original": {
|
|
3067
|
-
"value": "30px"
|
|
3068
|
-
},
|
|
3069
|
-
"name": "utrechtCardPaddingBlockEnd",
|
|
3070
|
-
"attributes": {
|
|
3071
|
-
"category": "utrecht",
|
|
3072
|
-
"type": "card",
|
|
3073
|
-
"item": "padding-block-end"
|
|
3074
|
-
},
|
|
3075
|
-
"path": [
|
|
3076
|
-
"utrecht",
|
|
3077
|
-
"card",
|
|
3078
|
-
"padding-block-end"
|
|
3079
|
-
]
|
|
3080
|
-
},
|
|
3081
|
-
{
|
|
3082
|
-
"value": "30px",
|
|
3083
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
3084
|
-
"isSource": true,
|
|
3085
|
-
"original": {
|
|
3086
|
-
"value": "30px"
|
|
3087
|
-
},
|
|
3088
|
-
"name": "utrechtCardPaddingBlockStart",
|
|
3089
|
-
"attributes": {
|
|
3090
|
-
"category": "utrecht",
|
|
3091
|
-
"type": "card",
|
|
3092
|
-
"item": "padding-block-start"
|
|
3093
|
-
},
|
|
3094
|
-
"path": [
|
|
3095
|
-
"utrecht",
|
|
3096
|
-
"card",
|
|
3097
|
-
"padding-block-start"
|
|
3098
|
-
]
|
|
3099
|
-
},
|
|
3100
|
-
{
|
|
3101
|
-
"value": "30px",
|
|
3102
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
3103
|
-
"isSource": true,
|
|
3104
|
-
"original": {
|
|
3105
|
-
"value": "30px"
|
|
3106
|
-
},
|
|
3107
|
-
"name": "utrechtCardPaddingInlineEnd",
|
|
3108
|
-
"attributes": {
|
|
3109
|
-
"category": "utrecht",
|
|
3110
|
-
"type": "card",
|
|
3111
|
-
"item": "padding-inline-end"
|
|
3112
|
-
},
|
|
3113
|
-
"path": [
|
|
3114
|
-
"utrecht",
|
|
3115
|
-
"card",
|
|
3116
|
-
"padding-inline-end"
|
|
3117
|
-
]
|
|
3118
|
-
},
|
|
3119
|
-
{
|
|
3120
|
-
"value": "30px",
|
|
3121
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
3122
|
-
"isSource": true,
|
|
3123
|
-
"original": {
|
|
3124
|
-
"value": "30px"
|
|
3125
|
-
},
|
|
3126
|
-
"name": "utrechtCardPaddingInlineStart",
|
|
3127
|
-
"attributes": {
|
|
3128
|
-
"category": "utrecht",
|
|
3129
|
-
"type": "card",
|
|
3130
|
-
"item": "padding-inline-start"
|
|
3131
|
-
},
|
|
3132
|
-
"path": [
|
|
3133
|
-
"utrecht",
|
|
3134
|
-
"card",
|
|
3135
|
-
"padding-inline-start"
|
|
3136
|
-
]
|
|
3137
|
-
},
|
|
3138
3262
|
{
|
|
3139
3263
|
"value": "#f5f5f5",
|
|
3140
3264
|
"filePath": "src/component/utrecht/code.tokens.json",
|
|
@@ -3536,7 +3660,7 @@
|
|
|
3536
3660
|
},
|
|
3537
3661
|
{
|
|
3538
3662
|
"value": "#ffffff",
|
|
3539
|
-
"filePath": "src/component/
|
|
3663
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3540
3664
|
"isSource": true,
|
|
3541
3665
|
"original": {
|
|
3542
3666
|
"value": "{dinkelland.color.white.100}"
|
|
@@ -3555,7 +3679,7 @@
|
|
|
3555
3679
|
},
|
|
3556
3680
|
{
|
|
3557
3681
|
"value": "#767676",
|
|
3558
|
-
"filePath": "src/component/
|
|
3682
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3559
3683
|
"isSource": true,
|
|
3560
3684
|
"original": {
|
|
3561
3685
|
"value": "{dinkelland.color.grey.46}"
|
|
@@ -3574,7 +3698,7 @@
|
|
|
3574
3698
|
},
|
|
3575
3699
|
{
|
|
3576
3700
|
"value": "0px",
|
|
3577
|
-
"filePath": "src/component/
|
|
3701
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3578
3702
|
"isSource": true,
|
|
3579
3703
|
"original": {
|
|
3580
3704
|
"value": "0px"
|
|
@@ -3593,7 +3717,7 @@
|
|
|
3593
3717
|
},
|
|
3594
3718
|
{
|
|
3595
3719
|
"value": "1px",
|
|
3596
|
-
"filePath": "src/component/
|
|
3720
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3597
3721
|
"isSource": true,
|
|
3598
3722
|
"original": {
|
|
3599
3723
|
"value": "{dinkelland.size.4xs}"
|
|
@@ -3612,7 +3736,7 @@
|
|
|
3612
3736
|
},
|
|
3613
3737
|
{
|
|
3614
3738
|
"value": "#555555",
|
|
3615
|
-
"filePath": "src/component/
|
|
3739
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3616
3740
|
"isSource": true,
|
|
3617
3741
|
"original": {
|
|
3618
3742
|
"value": "{dinkelland.color.black.33}"
|
|
@@ -3631,7 +3755,7 @@
|
|
|
3631
3755
|
},
|
|
3632
3756
|
{
|
|
3633
3757
|
"value": "#2e79c6",
|
|
3634
|
-
"filePath": "src/component/
|
|
3758
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3635
3759
|
"isSource": true,
|
|
3636
3760
|
"original": {
|
|
3637
3761
|
"value": "{dinkelland.color.blue.48}"
|
|
@@ -3652,7 +3776,7 @@
|
|
|
3652
3776
|
},
|
|
3653
3777
|
{
|
|
3654
3778
|
"value": "\"Lato\", Arial, sans-serif",
|
|
3655
|
-
"filePath": "src/component/
|
|
3779
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3656
3780
|
"isSource": true,
|
|
3657
3781
|
"original": {
|
|
3658
3782
|
"value": "{dinkelland.typography.lato.font-family}"
|
|
@@ -3671,7 +3795,7 @@
|
|
|
3671
3795
|
},
|
|
3672
3796
|
{
|
|
3673
3797
|
"value": "15px",
|
|
3674
|
-
"filePath": "src/component/
|
|
3798
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3675
3799
|
"isSource": true,
|
|
3676
3800
|
"original": {
|
|
3677
3801
|
"value": "15px"
|
|
@@ -3690,7 +3814,7 @@
|
|
|
3690
3814
|
},
|
|
3691
3815
|
{
|
|
3692
3816
|
"value": "8px",
|
|
3693
|
-
"filePath": "src/component/
|
|
3817
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3694
3818
|
"isSource": true,
|
|
3695
3819
|
"original": {
|
|
3696
3820
|
"value": "{dinkelland.size.xs}"
|
|
@@ -3709,7 +3833,7 @@
|
|
|
3709
3833
|
},
|
|
3710
3834
|
{
|
|
3711
3835
|
"value": "8px",
|
|
3712
|
-
"filePath": "src/component/
|
|
3836
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3713
3837
|
"isSource": true,
|
|
3714
3838
|
"original": {
|
|
3715
3839
|
"value": "{dinkelland.size.xs}"
|
|
@@ -3728,7 +3852,7 @@
|
|
|
3728
3852
|
},
|
|
3729
3853
|
{
|
|
3730
3854
|
"value": "14px",
|
|
3731
|
-
"filePath": "src/component/
|
|
3855
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3732
3856
|
"isSource": true,
|
|
3733
3857
|
"original": {
|
|
3734
3858
|
"value": "{dinkelland.size.sm}"
|
|
@@ -3747,7 +3871,7 @@
|
|
|
3747
3871
|
},
|
|
3748
3872
|
{
|
|
3749
3873
|
"value": "14px",
|
|
3750
|
-
"filePath": "src/component/
|
|
3874
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3751
3875
|
"isSource": true,
|
|
3752
3876
|
"original": {
|
|
3753
3877
|
"value": "{dinkelland.size.sm}"
|
|
@@ -3766,7 +3890,7 @@
|
|
|
3766
3890
|
},
|
|
3767
3891
|
{
|
|
3768
3892
|
"value": "#6b6b6b",
|
|
3769
|
-
"filePath": "src/component/
|
|
3893
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3770
3894
|
"isSource": true,
|
|
3771
3895
|
"original": {
|
|
3772
3896
|
"value": "{dinkelland.color.grey.42}"
|
|
@@ -4357,7 +4481,7 @@
|
|
|
4357
4481
|
},
|
|
4358
4482
|
{
|
|
4359
4483
|
"value": "8px",
|
|
4360
|
-
"filePath": "src/component/
|
|
4484
|
+
"filePath": "src/component/utrecht/extra-tokens/icon.tokens.json",
|
|
4361
4485
|
"isSource": true,
|
|
4362
4486
|
"original": {
|
|
4363
4487
|
"value": "{dinkelland.size.xs}"
|
|
@@ -4772,7 +4896,7 @@
|
|
|
4772
4896
|
},
|
|
4773
4897
|
{
|
|
4774
4898
|
"value": "100px",
|
|
4775
|
-
"filePath": "src/component/
|
|
4899
|
+
"filePath": "src/component/utrecht/extra-tokens/page-footer.tokens.json",
|
|
4776
4900
|
"isSource": true,
|
|
4777
4901
|
"original": {
|
|
4778
4902
|
"value": "100px"
|
|
@@ -4793,7 +4917,7 @@
|
|
|
4793
4917
|
},
|
|
4794
4918
|
{
|
|
4795
4919
|
"value": "250px",
|
|
4796
|
-
"filePath": "src/component/
|
|
4920
|
+
"filePath": "src/component/utrecht/extra-tokens/page-footer.tokens.json",
|
|
4797
4921
|
"isSource": true,
|
|
4798
4922
|
"original": {
|
|
4799
4923
|
"value": "250px"
|
|
@@ -4814,7 +4938,7 @@
|
|
|
4814
4938
|
},
|
|
4815
4939
|
{
|
|
4816
4940
|
"value": "300px",
|
|
4817
|
-
"filePath": "src/component/
|
|
4941
|
+
"filePath": "src/component/utrecht/extra-tokens/page-footer.tokens.json",
|
|
4818
4942
|
"isSource": true,
|
|
4819
4943
|
"original": {
|
|
4820
4944
|
"value": "300px"
|
|
@@ -4947,7 +5071,7 @@
|
|
|
4947
5071
|
},
|
|
4948
5072
|
{
|
|
4949
5073
|
"value": "150px",
|
|
4950
|
-
"filePath": "src/component/
|
|
5074
|
+
"filePath": "src/component/utrecht/extra-tokens/page-header.tokens.json",
|
|
4951
5075
|
"isSource": true,
|
|
4952
5076
|
"original": {
|
|
4953
5077
|
"value": "150px"
|
|
@@ -5574,7 +5698,7 @@
|
|
|
5574
5698
|
},
|
|
5575
5699
|
{
|
|
5576
5700
|
"value": "#ffffff",
|
|
5577
|
-
"filePath": "src/component/
|
|
5701
|
+
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
5578
5702
|
"isSource": true,
|
|
5579
5703
|
"original": {
|
|
5580
5704
|
"value": "{dinkelland.color.white.100}"
|
|
@@ -5593,7 +5717,7 @@
|
|
|
5593
5717
|
},
|
|
5594
5718
|
{
|
|
5595
5719
|
"value": "1px solid #e5f0f8",
|
|
5596
|
-
"filePath": "src/component/
|
|
5720
|
+
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
5597
5721
|
"isSource": true,
|
|
5598
5722
|
"original": {
|
|
5599
5723
|
"value": "{dinkelland.size.4xs} solid {dinkelland.color.blue.94}"
|
|
@@ -5736,7 +5860,7 @@
|
|
|
5736
5860
|
},
|
|
5737
5861
|
{
|
|
5738
5862
|
"value": "#e5f0f8",
|
|
5739
|
-
"filePath": "src/component/
|
|
5863
|
+
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
5740
5864
|
"isSource": true,
|
|
5741
5865
|
"original": {
|
|
5742
5866
|
"value": "{dinkelland.color.blue.94}"
|
|
@@ -5757,7 +5881,7 @@
|
|
|
5757
5881
|
},
|
|
5758
5882
|
{
|
|
5759
5883
|
"value": "1px",
|
|
5760
|
-
"filePath": "src/component/
|
|
5884
|
+
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
5761
5885
|
"isSource": true,
|
|
5762
5886
|
"original": {
|
|
5763
5887
|
"value": "{dinkelland.size.4xs}"
|
|
@@ -5883,7 +6007,7 @@
|
|
|
5883
6007
|
},
|
|
5884
6008
|
{
|
|
5885
6009
|
"value": "\"Montserrat\", Arial, sans-serif",
|
|
5886
|
-
"filePath": "src/component/
|
|
6010
|
+
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
5887
6011
|
"isSource": true,
|
|
5888
6012
|
"original": {
|
|
5889
6013
|
"value": "{dinkelland.typography.montserrat.font-family}"
|
|
@@ -6072,7 +6196,7 @@
|
|
|
6072
6196
|
},
|
|
6073
6197
|
{
|
|
6074
6198
|
"value": "#edeff2",
|
|
6075
|
-
"filePath": "src/component/
|
|
6199
|
+
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
6076
6200
|
"isSource": true,
|
|
6077
6201
|
"original": {
|
|
6078
6202
|
"value": "{dinkelland.color.grey.94}"
|
|
@@ -6095,7 +6219,7 @@
|
|
|
6095
6219
|
},
|
|
6096
6220
|
{
|
|
6097
6221
|
"value": "#007a4d",
|
|
6098
|
-
"filePath": "src/component/
|
|
6222
|
+
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
6099
6223
|
"isSource": true,
|
|
6100
6224
|
"original": {
|
|
6101
6225
|
"value": "{dinkelland.color.green.24}"
|
|
@@ -6118,7 +6242,7 @@
|
|
|
6118
6242
|
},
|
|
6119
6243
|
{
|
|
6120
6244
|
"value": "#ffffff",
|
|
6121
|
-
"filePath": "src/component/
|
|
6245
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6122
6246
|
"isSource": true,
|
|
6123
6247
|
"original": {
|
|
6124
6248
|
"value": "{dinkelland.color.white.100}"
|
|
@@ -6137,7 +6261,7 @@
|
|
|
6137
6261
|
},
|
|
6138
6262
|
{
|
|
6139
6263
|
"value": "#767676",
|
|
6140
|
-
"filePath": "src/component/
|
|
6264
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6141
6265
|
"isSource": true,
|
|
6142
6266
|
"original": {
|
|
6143
6267
|
"value": "{dinkelland.color.grey.46}"
|
|
@@ -6156,7 +6280,7 @@
|
|
|
6156
6280
|
},
|
|
6157
6281
|
{
|
|
6158
6282
|
"value": "0px",
|
|
6159
|
-
"filePath": "src/component/
|
|
6283
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6160
6284
|
"isSource": true,
|
|
6161
6285
|
"original": {
|
|
6162
6286
|
"value": "0px"
|
|
@@ -6175,7 +6299,7 @@
|
|
|
6175
6299
|
},
|
|
6176
6300
|
{
|
|
6177
6301
|
"value": "1px",
|
|
6178
|
-
"filePath": "src/component/
|
|
6302
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6179
6303
|
"isSource": true,
|
|
6180
6304
|
"original": {
|
|
6181
6305
|
"value": "{dinkelland.size.4xs}"
|
|
@@ -6194,7 +6318,7 @@
|
|
|
6194
6318
|
},
|
|
6195
6319
|
{
|
|
6196
6320
|
"value": "#555555",
|
|
6197
|
-
"filePath": "src/component/
|
|
6321
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6198
6322
|
"isSource": true,
|
|
6199
6323
|
"original": {
|
|
6200
6324
|
"value": "{dinkelland.color.black.33}"
|
|
@@ -6213,7 +6337,7 @@
|
|
|
6213
6337
|
},
|
|
6214
6338
|
{
|
|
6215
6339
|
"value": "#2e79c6",
|
|
6216
|
-
"filePath": "src/component/
|
|
6340
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6217
6341
|
"isSource": true,
|
|
6218
6342
|
"original": {
|
|
6219
6343
|
"value": "{dinkelland.color.blue.48}"
|
|
@@ -6234,7 +6358,7 @@
|
|
|
6234
6358
|
},
|
|
6235
6359
|
{
|
|
6236
6360
|
"value": "\"Lato\", Arial, sans-serif",
|
|
6237
|
-
"filePath": "src/component/
|
|
6361
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6238
6362
|
"isSource": true,
|
|
6239
6363
|
"original": {
|
|
6240
6364
|
"value": "{dinkelland.typography.lato.font-family}"
|
|
@@ -6253,7 +6377,7 @@
|
|
|
6253
6377
|
},
|
|
6254
6378
|
{
|
|
6255
6379
|
"value": "15px",
|
|
6256
|
-
"filePath": "src/component/
|
|
6380
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6257
6381
|
"isSource": true,
|
|
6258
6382
|
"original": {
|
|
6259
6383
|
"value": "15px"
|
|
@@ -6272,7 +6396,7 @@
|
|
|
6272
6396
|
},
|
|
6273
6397
|
{
|
|
6274
6398
|
"value": "8px",
|
|
6275
|
-
"filePath": "src/component/
|
|
6399
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6276
6400
|
"isSource": true,
|
|
6277
6401
|
"original": {
|
|
6278
6402
|
"value": "{dinkelland.size.xs}"
|
|
@@ -6291,7 +6415,7 @@
|
|
|
6291
6415
|
},
|
|
6292
6416
|
{
|
|
6293
6417
|
"value": "8px",
|
|
6294
|
-
"filePath": "src/component/
|
|
6418
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6295
6419
|
"isSource": true,
|
|
6296
6420
|
"original": {
|
|
6297
6421
|
"value": "{dinkelland.size.xs}"
|
|
@@ -6310,7 +6434,7 @@
|
|
|
6310
6434
|
},
|
|
6311
6435
|
{
|
|
6312
6436
|
"value": "14px",
|
|
6313
|
-
"filePath": "src/component/
|
|
6437
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6314
6438
|
"isSource": true,
|
|
6315
6439
|
"original": {
|
|
6316
6440
|
"value": "{dinkelland.size.sm}"
|
|
@@ -6329,7 +6453,7 @@
|
|
|
6329
6453
|
},
|
|
6330
6454
|
{
|
|
6331
6455
|
"value": "14px",
|
|
6332
|
-
"filePath": "src/component/
|
|
6456
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6333
6457
|
"isSource": true,
|
|
6334
6458
|
"original": {
|
|
6335
6459
|
"value": "{dinkelland.size.sm}"
|
|
@@ -6348,7 +6472,7 @@
|
|
|
6348
6472
|
},
|
|
6349
6473
|
{
|
|
6350
6474
|
"value": "#6b6b6b",
|
|
6351
|
-
"filePath": "src/component/
|
|
6475
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6352
6476
|
"isSource": true,
|
|
6353
6477
|
"original": {
|
|
6354
6478
|
"value": "{dinkelland.color.grey.42}"
|