@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,373 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"value": "#d6a100",
|
|
4
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
5
|
+
"isSource": true,
|
|
6
|
+
"original": {
|
|
7
|
+
"value": "{epe.color.yellow.42}"
|
|
8
|
+
},
|
|
9
|
+
"name": "conductionCardHeaderBorderBottomColor",
|
|
10
|
+
"attributes": {
|
|
11
|
+
"category": "conduction",
|
|
12
|
+
"type": "card-header",
|
|
13
|
+
"item": "border-bottom-color"
|
|
14
|
+
},
|
|
15
|
+
"path": [
|
|
16
|
+
"conduction",
|
|
17
|
+
"card-header",
|
|
18
|
+
"border-bottom-color"
|
|
19
|
+
]
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"value": "solid",
|
|
23
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
24
|
+
"isSource": true,
|
|
25
|
+
"original": {
|
|
26
|
+
"value": "solid"
|
|
27
|
+
},
|
|
28
|
+
"name": "conductionCardHeaderBorderBottomStyle",
|
|
29
|
+
"attributes": {
|
|
30
|
+
"category": "conduction",
|
|
31
|
+
"type": "card-header",
|
|
32
|
+
"item": "border-bottom-style"
|
|
33
|
+
},
|
|
34
|
+
"path": [
|
|
35
|
+
"conduction",
|
|
36
|
+
"card-header",
|
|
37
|
+
"border-bottom-style"
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"value": "1px",
|
|
42
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
43
|
+
"isSource": true,
|
|
44
|
+
"original": {
|
|
45
|
+
"value": "{epe.size.4xs}"
|
|
46
|
+
},
|
|
47
|
+
"name": "conductionCardHeaderBorderBottomWidth",
|
|
48
|
+
"attributes": {
|
|
49
|
+
"category": "conduction",
|
|
50
|
+
"type": "card-header",
|
|
51
|
+
"item": "border-bottom-width"
|
|
52
|
+
},
|
|
53
|
+
"path": [
|
|
54
|
+
"conduction",
|
|
55
|
+
"card-header",
|
|
56
|
+
"border-bottom-width"
|
|
57
|
+
]
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"value": "#2e2e33",
|
|
61
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
62
|
+
"isSource": true,
|
|
63
|
+
"original": {
|
|
64
|
+
"value": "{utrecht.document.color}"
|
|
65
|
+
},
|
|
66
|
+
"name": "conductionCardHeaderColor",
|
|
67
|
+
"attributes": {
|
|
68
|
+
"category": "conduction",
|
|
69
|
+
"type": "card-header",
|
|
70
|
+
"item": "color"
|
|
71
|
+
},
|
|
72
|
+
"path": [
|
|
73
|
+
"conduction",
|
|
74
|
+
"card-header",
|
|
75
|
+
"color"
|
|
76
|
+
]
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"value": "#00549e",
|
|
80
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
81
|
+
"isSource": true,
|
|
82
|
+
"original": {
|
|
83
|
+
"value": "{epe.color.blue.31}"
|
|
84
|
+
},
|
|
85
|
+
"name": "conductionCardHeaderHoverBorderBottomColor",
|
|
86
|
+
"attributes": {
|
|
87
|
+
"category": "conduction",
|
|
88
|
+
"type": "card-header",
|
|
89
|
+
"item": "hover",
|
|
90
|
+
"subitem": "border-bottom-color"
|
|
91
|
+
},
|
|
92
|
+
"path": [
|
|
93
|
+
"conduction",
|
|
94
|
+
"card-header",
|
|
95
|
+
"hover",
|
|
96
|
+
"border-bottom-color"
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"value": "solid",
|
|
101
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
102
|
+
"isSource": true,
|
|
103
|
+
"original": {
|
|
104
|
+
"value": "solid"
|
|
105
|
+
},
|
|
106
|
+
"name": "conductionCardHeaderHoverBorderBottomStyle",
|
|
107
|
+
"attributes": {
|
|
108
|
+
"category": "conduction",
|
|
109
|
+
"type": "card-header",
|
|
110
|
+
"item": "hover",
|
|
111
|
+
"subitem": "border-bottom-style"
|
|
112
|
+
},
|
|
113
|
+
"path": [
|
|
114
|
+
"conduction",
|
|
115
|
+
"card-header",
|
|
116
|
+
"hover",
|
|
117
|
+
"border-bottom-style"
|
|
118
|
+
]
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"value": "1px",
|
|
122
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
123
|
+
"isSource": true,
|
|
124
|
+
"original": {
|
|
125
|
+
"value": "{epe.size.4xs}"
|
|
126
|
+
},
|
|
127
|
+
"name": "conductionCardHeaderHoverBorderBottomWidth",
|
|
128
|
+
"attributes": {
|
|
129
|
+
"category": "conduction",
|
|
130
|
+
"type": "card-header",
|
|
131
|
+
"item": "hover",
|
|
132
|
+
"subitem": "border-bottom-width"
|
|
133
|
+
},
|
|
134
|
+
"path": [
|
|
135
|
+
"conduction",
|
|
136
|
+
"card-header",
|
|
137
|
+
"hover",
|
|
138
|
+
"border-bottom-width"
|
|
139
|
+
]
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"value": "#ffffff",
|
|
143
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
144
|
+
"isSource": true,
|
|
145
|
+
"original": {
|
|
146
|
+
"value": "{epe.color.white.100}"
|
|
147
|
+
},
|
|
148
|
+
"name": "conductionCardWrapperBackgroundColor",
|
|
149
|
+
"attributes": {
|
|
150
|
+
"category": "conduction",
|
|
151
|
+
"type": "card-wrapper",
|
|
152
|
+
"item": "background-color"
|
|
153
|
+
},
|
|
154
|
+
"path": [
|
|
155
|
+
"conduction",
|
|
156
|
+
"card-wrapper",
|
|
157
|
+
"background-color"
|
|
158
|
+
]
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"value": "0px",
|
|
162
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
163
|
+
"isSource": true,
|
|
164
|
+
"original": {
|
|
165
|
+
"value": "0px"
|
|
166
|
+
},
|
|
167
|
+
"name": "conductionCardWrapperBorderRadius",
|
|
168
|
+
"attributes": {
|
|
169
|
+
"category": "conduction",
|
|
170
|
+
"type": "card-wrapper",
|
|
171
|
+
"item": "border-radius"
|
|
172
|
+
},
|
|
173
|
+
"path": [
|
|
174
|
+
"conduction",
|
|
175
|
+
"card-wrapper",
|
|
176
|
+
"border-radius"
|
|
177
|
+
]
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"value": "#2e2e33",
|
|
181
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
182
|
+
"isSource": true,
|
|
183
|
+
"original": {
|
|
184
|
+
"value": "{utrecht.document.color}"
|
|
185
|
+
},
|
|
186
|
+
"name": "conductionCardWrapperColor",
|
|
187
|
+
"attributes": {
|
|
188
|
+
"category": "conduction",
|
|
189
|
+
"type": "card-wrapper",
|
|
190
|
+
"item": "color"
|
|
191
|
+
},
|
|
192
|
+
"path": [
|
|
193
|
+
"conduction",
|
|
194
|
+
"card-wrapper",
|
|
195
|
+
"color"
|
|
196
|
+
]
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"value": "#fdf1ce",
|
|
200
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
201
|
+
"isSource": true,
|
|
202
|
+
"original": {
|
|
203
|
+
"value": "{epe.color.yellow.90}"
|
|
204
|
+
},
|
|
205
|
+
"name": "conductionCardWrapperHoverBackgroundColor",
|
|
206
|
+
"attributes": {
|
|
207
|
+
"category": "conduction",
|
|
208
|
+
"type": "card-wrapper",
|
|
209
|
+
"item": "hover",
|
|
210
|
+
"subitem": "background-color"
|
|
211
|
+
},
|
|
212
|
+
"path": [
|
|
213
|
+
"conduction",
|
|
214
|
+
"card-wrapper",
|
|
215
|
+
"hover",
|
|
216
|
+
"background-color"
|
|
217
|
+
]
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"value": "18px",
|
|
221
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
222
|
+
"isSource": true,
|
|
223
|
+
"original": {
|
|
224
|
+
"value": "{epe.size.md}"
|
|
225
|
+
},
|
|
226
|
+
"name": "conductionCardWrapperPaddingBlockEnd",
|
|
227
|
+
"attributes": {
|
|
228
|
+
"category": "conduction",
|
|
229
|
+
"type": "card-wrapper",
|
|
230
|
+
"item": "padding-block-end"
|
|
231
|
+
},
|
|
232
|
+
"path": [
|
|
233
|
+
"conduction",
|
|
234
|
+
"card-wrapper",
|
|
235
|
+
"padding-block-end"
|
|
236
|
+
]
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"value": "18px",
|
|
240
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
241
|
+
"isSource": true,
|
|
242
|
+
"original": {
|
|
243
|
+
"value": "{epe.size.md}"
|
|
244
|
+
},
|
|
245
|
+
"name": "conductionCardWrapperPaddingBlockStart",
|
|
246
|
+
"attributes": {
|
|
247
|
+
"category": "conduction",
|
|
248
|
+
"type": "card-wrapper",
|
|
249
|
+
"item": "padding-block-start"
|
|
250
|
+
},
|
|
251
|
+
"path": [
|
|
252
|
+
"conduction",
|
|
253
|
+
"card-wrapper",
|
|
254
|
+
"padding-block-start"
|
|
255
|
+
]
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"value": "18px",
|
|
259
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
260
|
+
"isSource": true,
|
|
261
|
+
"original": {
|
|
262
|
+
"value": "{epe.size.md}"
|
|
263
|
+
},
|
|
264
|
+
"name": "conductionCardWrapperPaddingInlineEnd",
|
|
265
|
+
"attributes": {
|
|
266
|
+
"category": "conduction",
|
|
267
|
+
"type": "card-wrapper",
|
|
268
|
+
"item": "padding-inline-end"
|
|
269
|
+
},
|
|
270
|
+
"path": [
|
|
271
|
+
"conduction",
|
|
272
|
+
"card-wrapper",
|
|
273
|
+
"padding-inline-end"
|
|
274
|
+
]
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"value": "18px",
|
|
278
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
279
|
+
"isSource": true,
|
|
280
|
+
"original": {
|
|
281
|
+
"value": "{epe.size.md}"
|
|
282
|
+
},
|
|
283
|
+
"name": "conductionCardWrapperPaddingInlineStart",
|
|
284
|
+
"attributes": {
|
|
285
|
+
"category": "conduction",
|
|
286
|
+
"type": "card-wrapper",
|
|
287
|
+
"item": "padding-inline-start"
|
|
288
|
+
},
|
|
289
|
+
"path": [
|
|
290
|
+
"conduction",
|
|
291
|
+
"card-wrapper",
|
|
292
|
+
"padding-inline-start"
|
|
293
|
+
]
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"value": "#00549e",
|
|
297
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
298
|
+
"isSource": true,
|
|
299
|
+
"original": {
|
|
300
|
+
"value": "{epe.color.blue.31}"
|
|
301
|
+
},
|
|
302
|
+
"name": "conductionDateColor",
|
|
303
|
+
"attributes": {
|
|
304
|
+
"category": "conduction",
|
|
305
|
+
"type": "date",
|
|
306
|
+
"item": "color"
|
|
307
|
+
},
|
|
308
|
+
"path": [
|
|
309
|
+
"conduction",
|
|
310
|
+
"date",
|
|
311
|
+
"color"
|
|
312
|
+
]
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"value": "#00549e",
|
|
316
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
317
|
+
"isSource": true,
|
|
318
|
+
"original": {
|
|
319
|
+
"value": "{epe.color.blue.31}"
|
|
320
|
+
},
|
|
321
|
+
"name": "conductionDateFontSize",
|
|
322
|
+
"attributes": {
|
|
323
|
+
"category": "conduction",
|
|
324
|
+
"type": "date",
|
|
325
|
+
"item": "font-size"
|
|
326
|
+
},
|
|
327
|
+
"path": [
|
|
328
|
+
"conduction",
|
|
329
|
+
"date",
|
|
330
|
+
"font-size"
|
|
331
|
+
]
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"value": "#00549e",
|
|
335
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
336
|
+
"isSource": true,
|
|
337
|
+
"original": {
|
|
338
|
+
"value": "{epe.color.blue.31}"
|
|
339
|
+
},
|
|
340
|
+
"name": "conductionDateFontWeight",
|
|
341
|
+
"attributes": {
|
|
342
|
+
"category": "conduction",
|
|
343
|
+
"type": "date",
|
|
344
|
+
"item": "font-weight"
|
|
345
|
+
},
|
|
346
|
+
"path": [
|
|
347
|
+
"conduction",
|
|
348
|
+
"date",
|
|
349
|
+
"font-weight"
|
|
350
|
+
]
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"value": "#00549e",
|
|
354
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
355
|
+
"isSource": true,
|
|
356
|
+
"original": {
|
|
357
|
+
"value": "{epe.color.blue.31}"
|
|
358
|
+
},
|
|
359
|
+
"name": "conductionDateMarginBlockEnd",
|
|
360
|
+
"attributes": {
|
|
361
|
+
"category": "conduction",
|
|
362
|
+
"type": "date",
|
|
363
|
+
"item": "margin-block-end"
|
|
364
|
+
},
|
|
365
|
+
"path": [
|
|
366
|
+
"conduction",
|
|
367
|
+
"date",
|
|
368
|
+
"margin-block-end"
|
|
369
|
+
]
|
|
370
|
+
},
|
|
2
371
|
{
|
|
3
372
|
"value": "#ffffff",
|
|
4
373
|
"filePath": "src/component/conduction/select.tokens.json",
|
|
@@ -132,6 +501,25 @@
|
|
|
132
501
|
"padding-block-start"
|
|
133
502
|
]
|
|
134
503
|
},
|
|
504
|
+
{
|
|
505
|
+
"value": "#00549e",
|
|
506
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
507
|
+
"isSource": true,
|
|
508
|
+
"original": {
|
|
509
|
+
"value": "{epe.color.blue.31}"
|
|
510
|
+
},
|
|
511
|
+
"name": "conductionTitleColor",
|
|
512
|
+
"attributes": {
|
|
513
|
+
"category": "conduction",
|
|
514
|
+
"type": "title",
|
|
515
|
+
"item": "color"
|
|
516
|
+
},
|
|
517
|
+
"path": [
|
|
518
|
+
"conduction",
|
|
519
|
+
"title",
|
|
520
|
+
"color"
|
|
521
|
+
]
|
|
522
|
+
},
|
|
135
523
|
{
|
|
136
524
|
"value": "#2e2e33",
|
|
137
525
|
"filePath": "src/brand/epe/color.tokens.json",
|
|
@@ -1672,7 +2060,7 @@
|
|
|
1672
2060
|
},
|
|
1673
2061
|
{
|
|
1674
2062
|
"value": "8px",
|
|
1675
|
-
"filePath": "src/component/
|
|
2063
|
+
"filePath": "src/component/utrecht/extra-tokens/alert.tokens.json",
|
|
1676
2064
|
"isSource": true,
|
|
1677
2065
|
"original": {
|
|
1678
2066
|
"value": "{epe.size.xs}"
|
|
@@ -2844,267 +3232,6 @@
|
|
|
2844
3232
|
"color"
|
|
2845
3233
|
]
|
|
2846
3234
|
},
|
|
2847
|
-
{
|
|
2848
|
-
"value": "#ffffff",
|
|
2849
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
2850
|
-
"isSource": true,
|
|
2851
|
-
"original": {
|
|
2852
|
-
"value": "{epe.color.white.100}"
|
|
2853
|
-
},
|
|
2854
|
-
"name": "utrechtCardBackgroundColor",
|
|
2855
|
-
"attributes": {
|
|
2856
|
-
"category": "utrecht",
|
|
2857
|
-
"type": "card",
|
|
2858
|
-
"item": "background-color"
|
|
2859
|
-
},
|
|
2860
|
-
"path": [
|
|
2861
|
-
"utrecht",
|
|
2862
|
-
"card",
|
|
2863
|
-
"background-color"
|
|
2864
|
-
]
|
|
2865
|
-
},
|
|
2866
|
-
{
|
|
2867
|
-
"value": "0px",
|
|
2868
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
2869
|
-
"isSource": true,
|
|
2870
|
-
"original": {
|
|
2871
|
-
"value": "0px"
|
|
2872
|
-
},
|
|
2873
|
-
"name": "utrechtCardBorderRadius",
|
|
2874
|
-
"attributes": {
|
|
2875
|
-
"category": "utrecht",
|
|
2876
|
-
"type": "card",
|
|
2877
|
-
"item": "border-radius"
|
|
2878
|
-
},
|
|
2879
|
-
"path": [
|
|
2880
|
-
"utrecht",
|
|
2881
|
-
"card",
|
|
2882
|
-
"border-radius"
|
|
2883
|
-
]
|
|
2884
|
-
},
|
|
2885
|
-
{
|
|
2886
|
-
"value": "unset",
|
|
2887
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
2888
|
-
"isSource": true,
|
|
2889
|
-
"original": {
|
|
2890
|
-
"value": "unset"
|
|
2891
|
-
},
|
|
2892
|
-
"name": "utrechtCardBorderWidth",
|
|
2893
|
-
"attributes": {
|
|
2894
|
-
"category": "utrecht",
|
|
2895
|
-
"type": "card",
|
|
2896
|
-
"item": "border-width"
|
|
2897
|
-
},
|
|
2898
|
-
"path": [
|
|
2899
|
-
"utrecht",
|
|
2900
|
-
"card",
|
|
2901
|
-
"border-width"
|
|
2902
|
-
]
|
|
2903
|
-
},
|
|
2904
|
-
{
|
|
2905
|
-
"value": "#2e2e33",
|
|
2906
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
2907
|
-
"isSource": true,
|
|
2908
|
-
"original": {
|
|
2909
|
-
"value": "{utrecht.document.color}"
|
|
2910
|
-
},
|
|
2911
|
-
"name": "utrechtCardColor",
|
|
2912
|
-
"attributes": {
|
|
2913
|
-
"category": "utrecht",
|
|
2914
|
-
"type": "card",
|
|
2915
|
-
"item": "color"
|
|
2916
|
-
},
|
|
2917
|
-
"path": [
|
|
2918
|
-
"utrecht",
|
|
2919
|
-
"card",
|
|
2920
|
-
"color"
|
|
2921
|
-
]
|
|
2922
|
-
},
|
|
2923
|
-
{
|
|
2924
|
-
"value": "1px solid #d6a100",
|
|
2925
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
2926
|
-
"isSource": true,
|
|
2927
|
-
"original": {
|
|
2928
|
-
"value": "1px solid {epe.color.yellow.42}"
|
|
2929
|
-
},
|
|
2930
|
-
"name": "utrechtCardHeaderBorderBlockEnd",
|
|
2931
|
-
"attributes": {
|
|
2932
|
-
"category": "utrecht",
|
|
2933
|
-
"type": "card",
|
|
2934
|
-
"item": "header",
|
|
2935
|
-
"subitem": "border-block-end"
|
|
2936
|
-
},
|
|
2937
|
-
"path": [
|
|
2938
|
-
"utrecht",
|
|
2939
|
-
"card",
|
|
2940
|
-
"header",
|
|
2941
|
-
"border-block-end"
|
|
2942
|
-
]
|
|
2943
|
-
},
|
|
2944
|
-
{
|
|
2945
|
-
"value": "#00549e",
|
|
2946
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
2947
|
-
"isSource": true,
|
|
2948
|
-
"original": {
|
|
2949
|
-
"value": "{epe.color.blue.31}"
|
|
2950
|
-
},
|
|
2951
|
-
"name": "utrechtCardHeaderColor",
|
|
2952
|
-
"attributes": {
|
|
2953
|
-
"category": "utrecht",
|
|
2954
|
-
"type": "card",
|
|
2955
|
-
"item": "header",
|
|
2956
|
-
"subitem": "color"
|
|
2957
|
-
},
|
|
2958
|
-
"path": [
|
|
2959
|
-
"utrecht",
|
|
2960
|
-
"card",
|
|
2961
|
-
"header",
|
|
2962
|
-
"color"
|
|
2963
|
-
]
|
|
2964
|
-
},
|
|
2965
|
-
{
|
|
2966
|
-
"value": "1px solid #00549e",
|
|
2967
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
2968
|
-
"isSource": true,
|
|
2969
|
-
"original": {
|
|
2970
|
-
"value": "1px solid {epe.color.blue.31}"
|
|
2971
|
-
},
|
|
2972
|
-
"name": "utrechtCardHeaderHoverBorderBlockEnd",
|
|
2973
|
-
"attributes": {
|
|
2974
|
-
"category": "utrecht",
|
|
2975
|
-
"type": "card",
|
|
2976
|
-
"item": "header",
|
|
2977
|
-
"subitem": "hover",
|
|
2978
|
-
"state": "border-block-end"
|
|
2979
|
-
},
|
|
2980
|
-
"path": [
|
|
2981
|
-
"utrecht",
|
|
2982
|
-
"card",
|
|
2983
|
-
"header",
|
|
2984
|
-
"hover",
|
|
2985
|
-
"border-block-end"
|
|
2986
|
-
]
|
|
2987
|
-
},
|
|
2988
|
-
{
|
|
2989
|
-
"value": "#00549e",
|
|
2990
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
2991
|
-
"isSource": true,
|
|
2992
|
-
"original": {
|
|
2993
|
-
"value": "{epe.color.blue.31}"
|
|
2994
|
-
},
|
|
2995
|
-
"name": "utrechtCardHeaderHoverColor",
|
|
2996
|
-
"attributes": {
|
|
2997
|
-
"category": "utrecht",
|
|
2998
|
-
"type": "card",
|
|
2999
|
-
"item": "header",
|
|
3000
|
-
"subitem": "hover",
|
|
3001
|
-
"state": "color"
|
|
3002
|
-
},
|
|
3003
|
-
"path": [
|
|
3004
|
-
"utrecht",
|
|
3005
|
-
"card",
|
|
3006
|
-
"header",
|
|
3007
|
-
"hover",
|
|
3008
|
-
"color"
|
|
3009
|
-
]
|
|
3010
|
-
},
|
|
3011
|
-
{
|
|
3012
|
-
"value": "#fdf1ce",
|
|
3013
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
3014
|
-
"isSource": true,
|
|
3015
|
-
"original": {
|
|
3016
|
-
"value": "{epe.color.yellow.90}"
|
|
3017
|
-
},
|
|
3018
|
-
"name": "utrechtCardHoverBackgroundColor",
|
|
3019
|
-
"attributes": {
|
|
3020
|
-
"category": "utrecht",
|
|
3021
|
-
"type": "card",
|
|
3022
|
-
"item": "hover",
|
|
3023
|
-
"subitem": "background-color"
|
|
3024
|
-
},
|
|
3025
|
-
"path": [
|
|
3026
|
-
"utrecht",
|
|
3027
|
-
"card",
|
|
3028
|
-
"hover",
|
|
3029
|
-
"background-color"
|
|
3030
|
-
]
|
|
3031
|
-
},
|
|
3032
|
-
{
|
|
3033
|
-
"value": "1em",
|
|
3034
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
3035
|
-
"isSource": true,
|
|
3036
|
-
"original": {
|
|
3037
|
-
"value": "1em"
|
|
3038
|
-
},
|
|
3039
|
-
"name": "utrechtCardPaddingBlockEnd",
|
|
3040
|
-
"attributes": {
|
|
3041
|
-
"category": "utrecht",
|
|
3042
|
-
"type": "card",
|
|
3043
|
-
"item": "padding-block-end"
|
|
3044
|
-
},
|
|
3045
|
-
"path": [
|
|
3046
|
-
"utrecht",
|
|
3047
|
-
"card",
|
|
3048
|
-
"padding-block-end"
|
|
3049
|
-
]
|
|
3050
|
-
},
|
|
3051
|
-
{
|
|
3052
|
-
"value": "1em",
|
|
3053
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
3054
|
-
"isSource": true,
|
|
3055
|
-
"original": {
|
|
3056
|
-
"value": "1em"
|
|
3057
|
-
},
|
|
3058
|
-
"name": "utrechtCardPaddingBlockStart",
|
|
3059
|
-
"attributes": {
|
|
3060
|
-
"category": "utrecht",
|
|
3061
|
-
"type": "card",
|
|
3062
|
-
"item": "padding-block-start"
|
|
3063
|
-
},
|
|
3064
|
-
"path": [
|
|
3065
|
-
"utrecht",
|
|
3066
|
-
"card",
|
|
3067
|
-
"padding-block-start"
|
|
3068
|
-
]
|
|
3069
|
-
},
|
|
3070
|
-
{
|
|
3071
|
-
"value": "1em",
|
|
3072
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
3073
|
-
"isSource": true,
|
|
3074
|
-
"original": {
|
|
3075
|
-
"value": "1em"
|
|
3076
|
-
},
|
|
3077
|
-
"name": "utrechtCardPaddingInlineEnd",
|
|
3078
|
-
"attributes": {
|
|
3079
|
-
"category": "utrecht",
|
|
3080
|
-
"type": "card",
|
|
3081
|
-
"item": "padding-inline-end"
|
|
3082
|
-
},
|
|
3083
|
-
"path": [
|
|
3084
|
-
"utrecht",
|
|
3085
|
-
"card",
|
|
3086
|
-
"padding-inline-end"
|
|
3087
|
-
]
|
|
3088
|
-
},
|
|
3089
|
-
{
|
|
3090
|
-
"value": "1em",
|
|
3091
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
3092
|
-
"isSource": true,
|
|
3093
|
-
"original": {
|
|
3094
|
-
"value": "1em"
|
|
3095
|
-
},
|
|
3096
|
-
"name": "utrechtCardPaddingInlineStart",
|
|
3097
|
-
"attributes": {
|
|
3098
|
-
"category": "utrecht",
|
|
3099
|
-
"type": "card",
|
|
3100
|
-
"item": "padding-inline-start"
|
|
3101
|
-
},
|
|
3102
|
-
"path": [
|
|
3103
|
-
"utrecht",
|
|
3104
|
-
"card",
|
|
3105
|
-
"padding-inline-start"
|
|
3106
|
-
]
|
|
3107
|
-
},
|
|
3108
3235
|
{
|
|
3109
3236
|
"value": "#f5f5f5",
|
|
3110
3237
|
"filePath": "src/component/utrecht/code.tokens.json",
|
|
@@ -3506,7 +3633,7 @@
|
|
|
3506
3633
|
},
|
|
3507
3634
|
{
|
|
3508
3635
|
"value": "#ffffff",
|
|
3509
|
-
"filePath": "src/component/
|
|
3636
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3510
3637
|
"isSource": true,
|
|
3511
3638
|
"original": {
|
|
3512
3639
|
"value": "{epe.color.white.100}"
|
|
@@ -3525,7 +3652,7 @@
|
|
|
3525
3652
|
},
|
|
3526
3653
|
{
|
|
3527
3654
|
"value": "#575757",
|
|
3528
|
-
"filePath": "src/component/
|
|
3655
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3529
3656
|
"isSource": true,
|
|
3530
3657
|
"original": {
|
|
3531
3658
|
"value": "{epe.color.grey.34}"
|
|
@@ -3544,7 +3671,7 @@
|
|
|
3544
3671
|
},
|
|
3545
3672
|
{
|
|
3546
3673
|
"value": "4px",
|
|
3547
|
-
"filePath": "src/component/
|
|
3674
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3548
3675
|
"isSource": true,
|
|
3549
3676
|
"original": {
|
|
3550
3677
|
"value": "{epe.size.2xs}"
|
|
@@ -3563,7 +3690,7 @@
|
|
|
3563
3690
|
},
|
|
3564
3691
|
{
|
|
3565
3692
|
"value": "1px",
|
|
3566
|
-
"filePath": "src/component/
|
|
3693
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3567
3694
|
"isSource": true,
|
|
3568
3695
|
"original": {
|
|
3569
3696
|
"value": "{epe.size.4xs}"
|
|
@@ -3582,7 +3709,7 @@
|
|
|
3582
3709
|
},
|
|
3583
3710
|
{
|
|
3584
3711
|
"value": "#000000",
|
|
3585
|
-
"filePath": "src/component/
|
|
3712
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3586
3713
|
"isSource": true,
|
|
3587
3714
|
"original": {
|
|
3588
3715
|
"value": "{epe.color.black.0}"
|
|
@@ -3601,7 +3728,7 @@
|
|
|
3601
3728
|
},
|
|
3602
3729
|
{
|
|
3603
3730
|
"value": "#ffffff",
|
|
3604
|
-
"filePath": "src/component/
|
|
3731
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3605
3732
|
"isSource": true,
|
|
3606
3733
|
"original": {
|
|
3607
3734
|
"value": "{epe.color.white.100}"
|
|
@@ -3622,7 +3749,7 @@
|
|
|
3622
3749
|
},
|
|
3623
3750
|
{
|
|
3624
3751
|
"value": "\"Source Sans\"",
|
|
3625
|
-
"filePath": "src/component/
|
|
3752
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3626
3753
|
"isSource": true,
|
|
3627
3754
|
"original": {
|
|
3628
3755
|
"value": "{epe.typography.source-sans.font-family}"
|
|
@@ -3641,7 +3768,7 @@
|
|
|
3641
3768
|
},
|
|
3642
3769
|
{
|
|
3643
3770
|
"value": "18px",
|
|
3644
|
-
"filePath": "src/component/
|
|
3771
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3645
3772
|
"isSource": true,
|
|
3646
3773
|
"original": {
|
|
3647
3774
|
"value": "{epe.size.md}"
|
|
@@ -3660,7 +3787,7 @@
|
|
|
3660
3787
|
},
|
|
3661
3788
|
{
|
|
3662
3789
|
"value": "8px",
|
|
3663
|
-
"filePath": "src/component/
|
|
3790
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3664
3791
|
"isSource": true,
|
|
3665
3792
|
"original": {
|
|
3666
3793
|
"value": "{epe.size.xs}"
|
|
@@ -3679,7 +3806,7 @@
|
|
|
3679
3806
|
},
|
|
3680
3807
|
{
|
|
3681
3808
|
"value": "8px",
|
|
3682
|
-
"filePath": "src/component/
|
|
3809
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3683
3810
|
"isSource": true,
|
|
3684
3811
|
"original": {
|
|
3685
3812
|
"value": "{epe.size.xs}"
|
|
@@ -3698,7 +3825,7 @@
|
|
|
3698
3825
|
},
|
|
3699
3826
|
{
|
|
3700
3827
|
"value": "14px",
|
|
3701
|
-
"filePath": "src/component/
|
|
3828
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3702
3829
|
"isSource": true,
|
|
3703
3830
|
"original": {
|
|
3704
3831
|
"value": "{epe.size.sm}"
|
|
@@ -3717,7 +3844,7 @@
|
|
|
3717
3844
|
},
|
|
3718
3845
|
{
|
|
3719
3846
|
"value": "14px",
|
|
3720
|
-
"filePath": "src/component/
|
|
3847
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3721
3848
|
"isSource": true,
|
|
3722
3849
|
"original": {
|
|
3723
3850
|
"value": "{epe.size.sm}"
|
|
@@ -3736,7 +3863,7 @@
|
|
|
3736
3863
|
},
|
|
3737
3864
|
{
|
|
3738
3865
|
"value": "#757575",
|
|
3739
|
-
"filePath": "src/component/
|
|
3866
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3740
3867
|
"isSource": true,
|
|
3741
3868
|
"original": {
|
|
3742
3869
|
"value": "{epe.color.grey.46}"
|
|
@@ -4327,7 +4454,7 @@
|
|
|
4327
4454
|
},
|
|
4328
4455
|
{
|
|
4329
4456
|
"value": "8px",
|
|
4330
|
-
"filePath": "src/component/
|
|
4457
|
+
"filePath": "src/component/utrecht/extra-tokens/icon.tokens.json",
|
|
4331
4458
|
"isSource": true,
|
|
4332
4459
|
"original": {
|
|
4333
4460
|
"value": "{epe.size.xs}"
|
|
@@ -4704,7 +4831,7 @@
|
|
|
4704
4831
|
},
|
|
4705
4832
|
{
|
|
4706
4833
|
"value": "center center",
|
|
4707
|
-
"filePath": "src/component/
|
|
4834
|
+
"filePath": "src/component/utrecht/extra-tokens/page-footer.tokens.json",
|
|
4708
4835
|
"isSource": true,
|
|
4709
4836
|
"original": {
|
|
4710
4837
|
"value": "center center"
|
|
@@ -4742,7 +4869,7 @@
|
|
|
4742
4869
|
},
|
|
4743
4870
|
{
|
|
4744
4871
|
"value": "100px",
|
|
4745
|
-
"filePath": "src/component/
|
|
4872
|
+
"filePath": "src/component/utrecht/extra-tokens/page-footer.tokens.json",
|
|
4746
4873
|
"isSource": true,
|
|
4747
4874
|
"original": {
|
|
4748
4875
|
"value": "100px"
|
|
@@ -4763,7 +4890,7 @@
|
|
|
4763
4890
|
},
|
|
4764
4891
|
{
|
|
4765
4892
|
"value": "170px",
|
|
4766
|
-
"filePath": "src/component/
|
|
4893
|
+
"filePath": "src/component/utrecht/extra-tokens/page-footer.tokens.json",
|
|
4767
4894
|
"isSource": true,
|
|
4768
4895
|
"original": {
|
|
4769
4896
|
"value": "170px"
|
|
@@ -4784,7 +4911,7 @@
|
|
|
4784
4911
|
},
|
|
4785
4912
|
{
|
|
4786
4913
|
"value": "727px",
|
|
4787
|
-
"filePath": "src/component/
|
|
4914
|
+
"filePath": "src/component/utrecht/extra-tokens/page-footer.tokens.json",
|
|
4788
4915
|
"isSource": true,
|
|
4789
4916
|
"original": {
|
|
4790
4917
|
"value": "727px"
|
|
@@ -4917,7 +5044,7 @@
|
|
|
4917
5044
|
},
|
|
4918
5045
|
{
|
|
4919
5046
|
"value": "100px",
|
|
4920
|
-
"filePath": "src/component/
|
|
5047
|
+
"filePath": "src/component/utrecht/extra-tokens/page-header.tokens.json",
|
|
4921
5048
|
"isSource": true,
|
|
4922
5049
|
"original": {
|
|
4923
5050
|
"value": "100px"
|
|
@@ -5544,7 +5671,7 @@
|
|
|
5544
5671
|
},
|
|
5545
5672
|
{
|
|
5546
5673
|
"value": "#ffffff",
|
|
5547
|
-
"filePath": "src/component/
|
|
5674
|
+
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
5548
5675
|
"isSource": true,
|
|
5549
5676
|
"original": {
|
|
5550
5677
|
"value": "{epe.color.white.100}"
|
|
@@ -5563,7 +5690,7 @@
|
|
|
5563
5690
|
},
|
|
5564
5691
|
{
|
|
5565
5692
|
"value": "italic",
|
|
5566
|
-
"filePath": "src/component/
|
|
5693
|
+
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
5567
5694
|
"isSource": true,
|
|
5568
5695
|
"original": {
|
|
5569
5696
|
"value": "italic"
|
|
@@ -5706,7 +5833,7 @@
|
|
|
5706
5833
|
},
|
|
5707
5834
|
{
|
|
5708
5835
|
"value": "#d6a100",
|
|
5709
|
-
"filePath": "src/component/
|
|
5836
|
+
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
5710
5837
|
"isSource": true,
|
|
5711
5838
|
"original": {
|
|
5712
5839
|
"value": "{epe.color.yellow.42}"
|
|
@@ -5727,7 +5854,7 @@
|
|
|
5727
5854
|
},
|
|
5728
5855
|
{
|
|
5729
5856
|
"value": "5px",
|
|
5730
|
-
"filePath": "src/component/
|
|
5857
|
+
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
5731
5858
|
"isSource": true,
|
|
5732
5859
|
"original": {
|
|
5733
5860
|
"value": "5px"
|
|
@@ -5975,7 +6102,7 @@
|
|
|
5975
6102
|
},
|
|
5976
6103
|
{
|
|
5977
6104
|
"value": "#ffffff",
|
|
5978
|
-
"filePath": "src/component/
|
|
6105
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5979
6106
|
"isSource": true,
|
|
5980
6107
|
"original": {
|
|
5981
6108
|
"value": "{epe.color.white.100}"
|
|
@@ -5994,7 +6121,7 @@
|
|
|
5994
6121
|
},
|
|
5995
6122
|
{
|
|
5996
6123
|
"value": "#575757",
|
|
5997
|
-
"filePath": "src/component/
|
|
6124
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5998
6125
|
"isSource": true,
|
|
5999
6126
|
"original": {
|
|
6000
6127
|
"value": "{epe.color.grey.34}"
|
|
@@ -6013,7 +6140,7 @@
|
|
|
6013
6140
|
},
|
|
6014
6141
|
{
|
|
6015
6142
|
"value": "4px",
|
|
6016
|
-
"filePath": "src/component/
|
|
6143
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6017
6144
|
"isSource": true,
|
|
6018
6145
|
"original": {
|
|
6019
6146
|
"value": "{epe.size.2xs}"
|
|
@@ -6032,7 +6159,7 @@
|
|
|
6032
6159
|
},
|
|
6033
6160
|
{
|
|
6034
6161
|
"value": "1px",
|
|
6035
|
-
"filePath": "src/component/
|
|
6162
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6036
6163
|
"isSource": true,
|
|
6037
6164
|
"original": {
|
|
6038
6165
|
"value": "{epe.size.4xs}"
|
|
@@ -6051,7 +6178,7 @@
|
|
|
6051
6178
|
},
|
|
6052
6179
|
{
|
|
6053
6180
|
"value": "#000000",
|
|
6054
|
-
"filePath": "src/component/
|
|
6181
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6055
6182
|
"isSource": true,
|
|
6056
6183
|
"original": {
|
|
6057
6184
|
"value": "{epe.color.black.0}"
|
|
@@ -6070,7 +6197,7 @@
|
|
|
6070
6197
|
},
|
|
6071
6198
|
{
|
|
6072
6199
|
"value": "#ffffff",
|
|
6073
|
-
"filePath": "src/component/
|
|
6200
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6074
6201
|
"isSource": true,
|
|
6075
6202
|
"original": {
|
|
6076
6203
|
"value": "{epe.color.white.100}"
|
|
@@ -6091,7 +6218,7 @@
|
|
|
6091
6218
|
},
|
|
6092
6219
|
{
|
|
6093
6220
|
"value": "\"Source Sans\"",
|
|
6094
|
-
"filePath": "src/component/
|
|
6221
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6095
6222
|
"isSource": true,
|
|
6096
6223
|
"original": {
|
|
6097
6224
|
"value": "{epe.typography.source-sans.font-family}"
|
|
@@ -6110,7 +6237,7 @@
|
|
|
6110
6237
|
},
|
|
6111
6238
|
{
|
|
6112
6239
|
"value": "18px",
|
|
6113
|
-
"filePath": "src/component/
|
|
6240
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6114
6241
|
"isSource": true,
|
|
6115
6242
|
"original": {
|
|
6116
6243
|
"value": "{epe.size.md}"
|
|
@@ -6129,7 +6256,7 @@
|
|
|
6129
6256
|
},
|
|
6130
6257
|
{
|
|
6131
6258
|
"value": "8px",
|
|
6132
|
-
"filePath": "src/component/
|
|
6259
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6133
6260
|
"isSource": true,
|
|
6134
6261
|
"original": {
|
|
6135
6262
|
"value": "{epe.size.xs}"
|
|
@@ -6148,7 +6275,7 @@
|
|
|
6148
6275
|
},
|
|
6149
6276
|
{
|
|
6150
6277
|
"value": "8px",
|
|
6151
|
-
"filePath": "src/component/
|
|
6278
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6152
6279
|
"isSource": true,
|
|
6153
6280
|
"original": {
|
|
6154
6281
|
"value": "{epe.size.xs}"
|
|
@@ -6167,7 +6294,7 @@
|
|
|
6167
6294
|
},
|
|
6168
6295
|
{
|
|
6169
6296
|
"value": "14px",
|
|
6170
|
-
"filePath": "src/component/
|
|
6297
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6171
6298
|
"isSource": true,
|
|
6172
6299
|
"original": {
|
|
6173
6300
|
"value": "{epe.size.sm}"
|
|
@@ -6186,7 +6313,7 @@
|
|
|
6186
6313
|
},
|
|
6187
6314
|
{
|
|
6188
6315
|
"value": "14px",
|
|
6189
|
-
"filePath": "src/component/
|
|
6316
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6190
6317
|
"isSource": true,
|
|
6191
6318
|
"original": {
|
|
6192
6319
|
"value": "{epe.size.sm}"
|
|
@@ -6205,7 +6332,7 @@
|
|
|
6205
6332
|
},
|
|
6206
6333
|
{
|
|
6207
6334
|
"value": "#757575",
|
|
6208
|
-
"filePath": "src/component/
|
|
6335
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
6209
6336
|
"isSource": true,
|
|
6210
6337
|
"original": {
|
|
6211
6338
|
"value": "{epe.color.grey.46}"
|