@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": "#333333",
|
|
23
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
24
|
+
"isSource": true,
|
|
25
|
+
"original": {
|
|
26
|
+
"value": "{utrecht.document.color}"
|
|
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": "{tubbergen.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": "{tubbergen.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": "{tubbergen.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": "#333333",
|
|
107
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
108
|
+
"isSource": true,
|
|
109
|
+
"original": {
|
|
110
|
+
"value": "{utrecht.document.color}"
|
|
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": "#d5efdf",
|
|
128
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
129
|
+
"isSource": true,
|
|
130
|
+
"original": {
|
|
131
|
+
"value": "{tubbergen.color.green.89}"
|
|
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": "14px",
|
|
204
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
205
|
+
"isSource": true,
|
|
206
|
+
"original": {
|
|
207
|
+
"value": "{tubbergen.size.sm}"
|
|
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": "14px",
|
|
223
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
224
|
+
"isSource": true,
|
|
225
|
+
"original": {
|
|
226
|
+
"value": "{tubbergen.size.sm}"
|
|
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": "{tubbergen.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": "{tubbergen.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",
|
|
@@ -1817,7 +2093,7 @@
|
|
|
1817
2093
|
},
|
|
1818
2094
|
{
|
|
1819
2095
|
"value": "8px",
|
|
1820
|
-
"filePath": "src/component/
|
|
2096
|
+
"filePath": "src/component/utrecht/extra-tokens/alert.tokens.json",
|
|
1821
2097
|
"isSource": true,
|
|
1822
2098
|
"original": {
|
|
1823
2099
|
"value": "{tubbergen.size.xs}"
|
|
@@ -3027,158 +3303,6 @@
|
|
|
3027
3303
|
"color"
|
|
3028
3304
|
]
|
|
3029
3305
|
},
|
|
3030
|
-
{
|
|
3031
|
-
"value": "#d5efdf",
|
|
3032
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
3033
|
-
"isSource": true,
|
|
3034
|
-
"original": {
|
|
3035
|
-
"value": "{tubbergen.color.green.89}"
|
|
3036
|
-
},
|
|
3037
|
-
"name": "utrechtCardBackgroundColor",
|
|
3038
|
-
"attributes": {
|
|
3039
|
-
"category": "utrecht",
|
|
3040
|
-
"type": "card",
|
|
3041
|
-
"item": "background-color"
|
|
3042
|
-
},
|
|
3043
|
-
"path": [
|
|
3044
|
-
"utrecht",
|
|
3045
|
-
"card",
|
|
3046
|
-
"background-color"
|
|
3047
|
-
]
|
|
3048
|
-
},
|
|
3049
|
-
{
|
|
3050
|
-
"value": "0px",
|
|
3051
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
3052
|
-
"isSource": true,
|
|
3053
|
-
"original": {
|
|
3054
|
-
"value": "0px"
|
|
3055
|
-
},
|
|
3056
|
-
"name": "utrechtCardBorderRadius",
|
|
3057
|
-
"attributes": {
|
|
3058
|
-
"category": "utrecht",
|
|
3059
|
-
"type": "card",
|
|
3060
|
-
"item": "border-radius"
|
|
3061
|
-
},
|
|
3062
|
-
"path": [
|
|
3063
|
-
"utrecht",
|
|
3064
|
-
"card",
|
|
3065
|
-
"border-radius"
|
|
3066
|
-
]
|
|
3067
|
-
},
|
|
3068
|
-
{
|
|
3069
|
-
"value": "unset",
|
|
3070
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
3071
|
-
"isSource": true,
|
|
3072
|
-
"original": {
|
|
3073
|
-
"value": "unset"
|
|
3074
|
-
},
|
|
3075
|
-
"name": "utrechtCardBorderWidth",
|
|
3076
|
-
"attributes": {
|
|
3077
|
-
"category": "utrecht",
|
|
3078
|
-
"type": "card",
|
|
3079
|
-
"item": "border-width"
|
|
3080
|
-
},
|
|
3081
|
-
"path": [
|
|
3082
|
-
"utrecht",
|
|
3083
|
-
"card",
|
|
3084
|
-
"border-width"
|
|
3085
|
-
]
|
|
3086
|
-
},
|
|
3087
|
-
{
|
|
3088
|
-
"value": "#333333",
|
|
3089
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
3090
|
-
"isSource": true,
|
|
3091
|
-
"original": {
|
|
3092
|
-
"value": "{utrecht.document.color}"
|
|
3093
|
-
},
|
|
3094
|
-
"name": "utrechtCardColor",
|
|
3095
|
-
"attributes": {
|
|
3096
|
-
"category": "utrecht",
|
|
3097
|
-
"type": "card",
|
|
3098
|
-
"item": "color"
|
|
3099
|
-
},
|
|
3100
|
-
"path": [
|
|
3101
|
-
"utrecht",
|
|
3102
|
-
"card",
|
|
3103
|
-
"color"
|
|
3104
|
-
]
|
|
3105
|
-
},
|
|
3106
|
-
{
|
|
3107
|
-
"value": "30px",
|
|
3108
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
3109
|
-
"isSource": true,
|
|
3110
|
-
"original": {
|
|
3111
|
-
"value": "30px"
|
|
3112
|
-
},
|
|
3113
|
-
"name": "utrechtCardPaddingBlockEnd",
|
|
3114
|
-
"attributes": {
|
|
3115
|
-
"category": "utrecht",
|
|
3116
|
-
"type": "card",
|
|
3117
|
-
"item": "padding-block-end"
|
|
3118
|
-
},
|
|
3119
|
-
"path": [
|
|
3120
|
-
"utrecht",
|
|
3121
|
-
"card",
|
|
3122
|
-
"padding-block-end"
|
|
3123
|
-
]
|
|
3124
|
-
},
|
|
3125
|
-
{
|
|
3126
|
-
"value": "30px",
|
|
3127
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
3128
|
-
"isSource": true,
|
|
3129
|
-
"original": {
|
|
3130
|
-
"value": "30px"
|
|
3131
|
-
},
|
|
3132
|
-
"name": "utrechtCardPaddingBlockStart",
|
|
3133
|
-
"attributes": {
|
|
3134
|
-
"category": "utrecht",
|
|
3135
|
-
"type": "card",
|
|
3136
|
-
"item": "padding-block-start"
|
|
3137
|
-
},
|
|
3138
|
-
"path": [
|
|
3139
|
-
"utrecht",
|
|
3140
|
-
"card",
|
|
3141
|
-
"padding-block-start"
|
|
3142
|
-
]
|
|
3143
|
-
},
|
|
3144
|
-
{
|
|
3145
|
-
"value": "30px",
|
|
3146
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
3147
|
-
"isSource": true,
|
|
3148
|
-
"original": {
|
|
3149
|
-
"value": "30px"
|
|
3150
|
-
},
|
|
3151
|
-
"name": "utrechtCardPaddingInlineEnd",
|
|
3152
|
-
"attributes": {
|
|
3153
|
-
"category": "utrecht",
|
|
3154
|
-
"type": "card",
|
|
3155
|
-
"item": "padding-inline-end"
|
|
3156
|
-
},
|
|
3157
|
-
"path": [
|
|
3158
|
-
"utrecht",
|
|
3159
|
-
"card",
|
|
3160
|
-
"padding-inline-end"
|
|
3161
|
-
]
|
|
3162
|
-
},
|
|
3163
|
-
{
|
|
3164
|
-
"value": "30px",
|
|
3165
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
3166
|
-
"isSource": true,
|
|
3167
|
-
"original": {
|
|
3168
|
-
"value": "30px"
|
|
3169
|
-
},
|
|
3170
|
-
"name": "utrechtCardPaddingInlineStart",
|
|
3171
|
-
"attributes": {
|
|
3172
|
-
"category": "utrecht",
|
|
3173
|
-
"type": "card",
|
|
3174
|
-
"item": "padding-inline-start"
|
|
3175
|
-
},
|
|
3176
|
-
"path": [
|
|
3177
|
-
"utrecht",
|
|
3178
|
-
"card",
|
|
3179
|
-
"padding-inline-start"
|
|
3180
|
-
]
|
|
3181
|
-
},
|
|
3182
3306
|
{
|
|
3183
3307
|
"value": "#f5f5f5",
|
|
3184
3308
|
"filePath": "src/component/utrecht/code.tokens.json",
|
|
@@ -3580,7 +3704,7 @@
|
|
|
3580
3704
|
},
|
|
3581
3705
|
{
|
|
3582
3706
|
"value": "#ffffff",
|
|
3583
|
-
"filePath": "src/component/
|
|
3707
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3584
3708
|
"isSource": true,
|
|
3585
3709
|
"original": {
|
|
3586
3710
|
"value": "{tubbergen.color.white.100}"
|
|
@@ -3599,7 +3723,7 @@
|
|
|
3599
3723
|
},
|
|
3600
3724
|
{
|
|
3601
3725
|
"value": "#767676",
|
|
3602
|
-
"filePath": "src/component/
|
|
3726
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3603
3727
|
"isSource": true,
|
|
3604
3728
|
"original": {
|
|
3605
3729
|
"value": "{tubbergen.color.grey.46}"
|
|
@@ -3618,7 +3742,7 @@
|
|
|
3618
3742
|
},
|
|
3619
3743
|
{
|
|
3620
3744
|
"value": "0px",
|
|
3621
|
-
"filePath": "src/component/
|
|
3745
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3622
3746
|
"isSource": true,
|
|
3623
3747
|
"original": {
|
|
3624
3748
|
"value": "0px"
|
|
@@ -3637,7 +3761,7 @@
|
|
|
3637
3761
|
},
|
|
3638
3762
|
{
|
|
3639
3763
|
"value": "1px",
|
|
3640
|
-
"filePath": "src/component/
|
|
3764
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3641
3765
|
"isSource": true,
|
|
3642
3766
|
"original": {
|
|
3643
3767
|
"value": "{tubbergen.size.4xs}"
|
|
@@ -3656,7 +3780,7 @@
|
|
|
3656
3780
|
},
|
|
3657
3781
|
{
|
|
3658
3782
|
"value": "#555555",
|
|
3659
|
-
"filePath": "src/component/
|
|
3783
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3660
3784
|
"isSource": true,
|
|
3661
3785
|
"original": {
|
|
3662
3786
|
"value": "{tubbergen.color.black.33}"
|
|
@@ -3675,7 +3799,7 @@
|
|
|
3675
3799
|
},
|
|
3676
3800
|
{
|
|
3677
3801
|
"value": "#2e79c6",
|
|
3678
|
-
"filePath": "src/component/
|
|
3802
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3679
3803
|
"isSource": true,
|
|
3680
3804
|
"original": {
|
|
3681
3805
|
"value": "{tubbergen.color.blue.48}"
|
|
@@ -3696,7 +3820,7 @@
|
|
|
3696
3820
|
},
|
|
3697
3821
|
{
|
|
3698
3822
|
"value": "\"Lato\", Arial, sans-serif",
|
|
3699
|
-
"filePath": "src/component/
|
|
3823
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3700
3824
|
"isSource": true,
|
|
3701
3825
|
"original": {
|
|
3702
3826
|
"value": "{tubbergen.typography.lato.font-family}"
|
|
@@ -3715,7 +3839,7 @@
|
|
|
3715
3839
|
},
|
|
3716
3840
|
{
|
|
3717
3841
|
"value": "15px",
|
|
3718
|
-
"filePath": "src/component/
|
|
3842
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3719
3843
|
"isSource": true,
|
|
3720
3844
|
"original": {
|
|
3721
3845
|
"value": "15px"
|
|
@@ -3734,7 +3858,7 @@
|
|
|
3734
3858
|
},
|
|
3735
3859
|
{
|
|
3736
3860
|
"value": "8px",
|
|
3737
|
-
"filePath": "src/component/
|
|
3861
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3738
3862
|
"isSource": true,
|
|
3739
3863
|
"original": {
|
|
3740
3864
|
"value": "{tubbergen.size.xs}"
|
|
@@ -3753,7 +3877,7 @@
|
|
|
3753
3877
|
},
|
|
3754
3878
|
{
|
|
3755
3879
|
"value": "8px",
|
|
3756
|
-
"filePath": "src/component/
|
|
3880
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3757
3881
|
"isSource": true,
|
|
3758
3882
|
"original": {
|
|
3759
3883
|
"value": "{tubbergen.size.xs}"
|
|
@@ -3772,7 +3896,7 @@
|
|
|
3772
3896
|
},
|
|
3773
3897
|
{
|
|
3774
3898
|
"value": "14px",
|
|
3775
|
-
"filePath": "src/component/
|
|
3899
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3776
3900
|
"isSource": true,
|
|
3777
3901
|
"original": {
|
|
3778
3902
|
"value": "{tubbergen.size.sm}"
|
|
@@ -3791,7 +3915,7 @@
|
|
|
3791
3915
|
},
|
|
3792
3916
|
{
|
|
3793
3917
|
"value": "14px",
|
|
3794
|
-
"filePath": "src/component/
|
|
3918
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3795
3919
|
"isSource": true,
|
|
3796
3920
|
"original": {
|
|
3797
3921
|
"value": "{tubbergen.size.sm}"
|
|
@@ -3810,7 +3934,7 @@
|
|
|
3810
3934
|
},
|
|
3811
3935
|
{
|
|
3812
3936
|
"value": "#6b6b6b",
|
|
3813
|
-
"filePath": "src/component/
|
|
3937
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3814
3938
|
"isSource": true,
|
|
3815
3939
|
"original": {
|
|
3816
3940
|
"value": "{tubbergen.color.grey.42}"
|
|
@@ -4401,7 +4525,7 @@
|
|
|
4401
4525
|
},
|
|
4402
4526
|
{
|
|
4403
4527
|
"value": "8px",
|
|
4404
|
-
"filePath": "src/component/
|
|
4528
|
+
"filePath": "src/component/utrecht/extra-tokens/icon.tokens.json",
|
|
4405
4529
|
"isSource": true,
|
|
4406
4530
|
"original": {
|
|
4407
4531
|
"value": "{tubbergen.size.xs}"
|
|
@@ -4816,7 +4940,7 @@
|
|
|
4816
4940
|
},
|
|
4817
4941
|
{
|
|
4818
4942
|
"value": "100px",
|
|
4819
|
-
"filePath": "src/component/
|
|
4943
|
+
"filePath": "src/component/utrecht/extra-tokens/page-footer.tokens.json",
|
|
4820
4944
|
"isSource": true,
|
|
4821
4945
|
"original": {
|
|
4822
4946
|
"value": "100px"
|
|
@@ -4837,7 +4961,7 @@
|
|
|
4837
4961
|
},
|
|
4838
4962
|
{
|
|
4839
4963
|
"value": "220px",
|
|
4840
|
-
"filePath": "src/component/
|
|
4964
|
+
"filePath": "src/component/utrecht/extra-tokens/page-footer.tokens.json",
|
|
4841
4965
|
"isSource": true,
|
|
4842
4966
|
"original": {
|
|
4843
4967
|
"value": "220px"
|
|
@@ -4858,7 +4982,7 @@
|
|
|
4858
4982
|
},
|
|
4859
4983
|
{
|
|
4860
4984
|
"value": "300px",
|
|
4861
|
-
"filePath": "src/component/
|
|
4985
|
+
"filePath": "src/component/utrecht/extra-tokens/page-footer.tokens.json",
|
|
4862
4986
|
"isSource": true,
|
|
4863
4987
|
"original": {
|
|
4864
4988
|
"value": "300px"
|
|
@@ -4991,7 +5115,7 @@
|
|
|
4991
5115
|
},
|
|
4992
5116
|
{
|
|
4993
5117
|
"value": "150px",
|
|
4994
|
-
"filePath": "src/component/
|
|
5118
|
+
"filePath": "src/component/utrecht/extra-tokens/page-header.tokens.json",
|
|
4995
5119
|
"isSource": true,
|
|
4996
5120
|
"original": {
|
|
4997
5121
|
"value": "150px"
|
|
@@ -5618,7 +5742,7 @@
|
|
|
5618
5742
|
},
|
|
5619
5743
|
{
|
|
5620
5744
|
"value": "#ffffff",
|
|
5621
|
-
"filePath": "src/component/
|
|
5745
|
+
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
5622
5746
|
"isSource": true,
|
|
5623
5747
|
"original": {
|
|
5624
5748
|
"value": "{tubbergen.color.white.100}"
|
|
@@ -5637,7 +5761,7 @@
|
|
|
5637
5761
|
},
|
|
5638
5762
|
{
|
|
5639
5763
|
"value": "1px solid #edeff2",
|
|
5640
|
-
"filePath": "src/component/
|
|
5764
|
+
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
5641
5765
|
"isSource": true,
|
|
5642
5766
|
"original": {
|
|
5643
5767
|
"value": "{tubbergen.size.4xs} solid {tubbergen.color.blue.94}"
|
|
@@ -5780,7 +5904,7 @@
|
|
|
5780
5904
|
},
|
|
5781
5905
|
{
|
|
5782
5906
|
"value": "#edeff2",
|
|
5783
|
-
"filePath": "src/component/
|
|
5907
|
+
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
5784
5908
|
"isSource": true,
|
|
5785
5909
|
"original": {
|
|
5786
5910
|
"value": "{tubbergen.color.blue.94}"
|
|
@@ -5801,7 +5925,7 @@
|
|
|
5801
5925
|
},
|
|
5802
5926
|
{
|
|
5803
5927
|
"value": "1px",
|
|
5804
|
-
"filePath": "src/component/
|
|
5928
|
+
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
5805
5929
|
"isSource": true,
|
|
5806
5930
|
"original": {
|
|
5807
5931
|
"value": "{tubbergen.size.4xs}"
|
|
@@ -5927,7 +6051,7 @@
|
|
|
5927
6051
|
},
|
|
5928
6052
|
{
|
|
5929
6053
|
"value": "\"Montserrat\", Arial, sans-serif",
|
|
5930
|
-
"filePath": "src/component/
|
|
6054
|
+
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
5931
6055
|
"isSource": true,
|
|
5932
6056
|
"original": {
|
|
5933
6057
|
"value": "{tubbergen.typography.montserrat.font-family}"
|
|
@@ -6116,7 +6240,7 @@
|
|
|
6116
6240
|
},
|
|
6117
6241
|
{
|
|
6118
6242
|
"value": "#edeff2",
|
|
6119
|
-
"filePath": "src/component/
|
|
6243
|
+
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
6120
6244
|
"isSource": true,
|
|
6121
6245
|
"original": {
|
|
6122
6246
|
"value": "{tubbergen.color.blue.94}"
|
|
@@ -6139,7 +6263,7 @@
|
|
|
6139
6263
|
},
|
|
6140
6264
|
{
|
|
6141
6265
|
"value": "#0b612d",
|
|
6142
|
-
"filePath": "src/component/
|
|
6266
|
+
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
6143
6267
|
"isSource": true,
|
|
6144
6268
|
"original": {
|
|
6145
6269
|
"value": "{tubbergen.color.green.21}"
|
|
@@ -6162,7 +6286,7 @@
|
|
|
6162
6286
|
},
|
|
6163
6287
|
{
|
|
6164
6288
|
"value": "#ffffff",
|
|
6165
|
-
"filePath": "src/component/
|
|
6289
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6166
6290
|
"isSource": true,
|
|
6167
6291
|
"original": {
|
|
6168
6292
|
"value": "{tubbergen.color.white.100}"
|
|
@@ -6181,7 +6305,7 @@
|
|
|
6181
6305
|
},
|
|
6182
6306
|
{
|
|
6183
6307
|
"value": "#767676",
|
|
6184
|
-
"filePath": "src/component/
|
|
6308
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6185
6309
|
"isSource": true,
|
|
6186
6310
|
"original": {
|
|
6187
6311
|
"value": "{tubbergen.color.grey.46}"
|
|
@@ -6200,7 +6324,7 @@
|
|
|
6200
6324
|
},
|
|
6201
6325
|
{
|
|
6202
6326
|
"value": "0px",
|
|
6203
|
-
"filePath": "src/component/
|
|
6327
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6204
6328
|
"isSource": true,
|
|
6205
6329
|
"original": {
|
|
6206
6330
|
"value": "0px"
|
|
@@ -6219,7 +6343,7 @@
|
|
|
6219
6343
|
},
|
|
6220
6344
|
{
|
|
6221
6345
|
"value": "1px",
|
|
6222
|
-
"filePath": "src/component/
|
|
6346
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6223
6347
|
"isSource": true,
|
|
6224
6348
|
"original": {
|
|
6225
6349
|
"value": "{tubbergen.size.4xs}"
|
|
@@ -6238,7 +6362,7 @@
|
|
|
6238
6362
|
},
|
|
6239
6363
|
{
|
|
6240
6364
|
"value": "#555555",
|
|
6241
|
-
"filePath": "src/component/
|
|
6365
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6242
6366
|
"isSource": true,
|
|
6243
6367
|
"original": {
|
|
6244
6368
|
"value": "{tubbergen.color.black.33}"
|
|
@@ -6257,7 +6381,7 @@
|
|
|
6257
6381
|
},
|
|
6258
6382
|
{
|
|
6259
6383
|
"value": "#2e79c6",
|
|
6260
|
-
"filePath": "src/component/
|
|
6384
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6261
6385
|
"isSource": true,
|
|
6262
6386
|
"original": {
|
|
6263
6387
|
"value": "{tubbergen.color.blue.48}"
|
|
@@ -6278,7 +6402,7 @@
|
|
|
6278
6402
|
},
|
|
6279
6403
|
{
|
|
6280
6404
|
"value": "\"Lato\", Arial, sans-serif",
|
|
6281
|
-
"filePath": "src/component/
|
|
6405
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6282
6406
|
"isSource": true,
|
|
6283
6407
|
"original": {
|
|
6284
6408
|
"value": "{tubbergen.typography.lato.font-family}"
|
|
@@ -6297,7 +6421,7 @@
|
|
|
6297
6421
|
},
|
|
6298
6422
|
{
|
|
6299
6423
|
"value": "15px",
|
|
6300
|
-
"filePath": "src/component/
|
|
6424
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6301
6425
|
"isSource": true,
|
|
6302
6426
|
"original": {
|
|
6303
6427
|
"value": "15px"
|
|
@@ -6316,7 +6440,7 @@
|
|
|
6316
6440
|
},
|
|
6317
6441
|
{
|
|
6318
6442
|
"value": "8px",
|
|
6319
|
-
"filePath": "src/component/
|
|
6443
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6320
6444
|
"isSource": true,
|
|
6321
6445
|
"original": {
|
|
6322
6446
|
"value": "{tubbergen.size.xs}"
|
|
@@ -6335,7 +6459,7 @@
|
|
|
6335
6459
|
},
|
|
6336
6460
|
{
|
|
6337
6461
|
"value": "8px",
|
|
6338
|
-
"filePath": "src/component/
|
|
6462
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6339
6463
|
"isSource": true,
|
|
6340
6464
|
"original": {
|
|
6341
6465
|
"value": "{tubbergen.size.xs}"
|
|
@@ -6354,7 +6478,7 @@
|
|
|
6354
6478
|
},
|
|
6355
6479
|
{
|
|
6356
6480
|
"value": "14px",
|
|
6357
|
-
"filePath": "src/component/
|
|
6481
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6358
6482
|
"isSource": true,
|
|
6359
6483
|
"original": {
|
|
6360
6484
|
"value": "{tubbergen.size.sm}"
|
|
@@ -6373,7 +6497,7 @@
|
|
|
6373
6497
|
},
|
|
6374
6498
|
{
|
|
6375
6499
|
"value": "14px",
|
|
6376
|
-
"filePath": "src/component/
|
|
6500
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6377
6501
|
"isSource": true,
|
|
6378
6502
|
"original": {
|
|
6379
6503
|
"value": "{tubbergen.size.sm}"
|
|
@@ -6392,7 +6516,7 @@
|
|
|
6392
6516
|
},
|
|
6393
6517
|
{
|
|
6394
6518
|
"value": "#6b6b6b",
|
|
6395
|
-
"filePath": "src/component/
|
|
6519
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6396
6520
|
"isSource": true,
|
|
6397
6521
|
"original": {
|
|
6398
6522
|
"value": "{tubbergen.color.grey.42}"
|