@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": "#0d1921",
|
|
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": "#0d1921",
|
|
23
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
24
|
+
"isSource": true,
|
|
25
|
+
"original": {
|
|
26
|
+
"value": "{leiden.color.black.9}"
|
|
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": "{leiden.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": "{leiden.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": "{leiden.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": "#0d1921",
|
|
107
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
108
|
+
"isSource": true,
|
|
109
|
+
"original": {
|
|
110
|
+
"value": "{leiden.color.black.9}"
|
|
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": "#e4e4e4",
|
|
128
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
129
|
+
"isSource": true,
|
|
130
|
+
"original": {
|
|
131
|
+
"value": "{leiden.color.lightgrey.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": "#0d1921",
|
|
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": "{leiden.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": "{leiden.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": "{leiden.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": "{leiden.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",
|
|
@@ -1498,7 +1774,7 @@
|
|
|
1498
1774
|
},
|
|
1499
1775
|
{
|
|
1500
1776
|
"value": "8px",
|
|
1501
|
-
"filePath": "src/component/
|
|
1777
|
+
"filePath": "src/component/utrecht/extra-tokens/alert.tokens.json",
|
|
1502
1778
|
"isSource": true,
|
|
1503
1779
|
"original": {
|
|
1504
1780
|
"value": "{leiden.size.xs}"
|
|
@@ -2398,139 +2674,6 @@
|
|
|
2398
2674
|
"color"
|
|
2399
2675
|
]
|
|
2400
2676
|
},
|
|
2401
|
-
{
|
|
2402
|
-
"value": "#e4e4e4",
|
|
2403
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
2404
|
-
"isSource": true,
|
|
2405
|
-
"original": {
|
|
2406
|
-
"value": "{leiden.color.lightgrey.89}"
|
|
2407
|
-
},
|
|
2408
|
-
"name": "utrechtCardBackgroundColor",
|
|
2409
|
-
"attributes": {
|
|
2410
|
-
"category": "utrecht",
|
|
2411
|
-
"type": "card",
|
|
2412
|
-
"item": "background-color"
|
|
2413
|
-
},
|
|
2414
|
-
"path": [
|
|
2415
|
-
"utrecht",
|
|
2416
|
-
"card",
|
|
2417
|
-
"background-color"
|
|
2418
|
-
]
|
|
2419
|
-
},
|
|
2420
|
-
{
|
|
2421
|
-
"value": "unset",
|
|
2422
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
2423
|
-
"isSource": true,
|
|
2424
|
-
"original": {
|
|
2425
|
-
"value": "unset"
|
|
2426
|
-
},
|
|
2427
|
-
"name": "utrechtCardBorderWidth",
|
|
2428
|
-
"attributes": {
|
|
2429
|
-
"category": "utrecht",
|
|
2430
|
-
"type": "card",
|
|
2431
|
-
"item": "border-width"
|
|
2432
|
-
},
|
|
2433
|
-
"path": [
|
|
2434
|
-
"utrecht",
|
|
2435
|
-
"card",
|
|
2436
|
-
"border-width"
|
|
2437
|
-
]
|
|
2438
|
-
},
|
|
2439
|
-
{
|
|
2440
|
-
"value": "#0d1921",
|
|
2441
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
2442
|
-
"isSource": true,
|
|
2443
|
-
"original": {
|
|
2444
|
-
"value": "{leiden.color.black.9}"
|
|
2445
|
-
},
|
|
2446
|
-
"name": "utrechtCardColor",
|
|
2447
|
-
"attributes": {
|
|
2448
|
-
"category": "utrecht",
|
|
2449
|
-
"type": "card",
|
|
2450
|
-
"item": "color"
|
|
2451
|
-
},
|
|
2452
|
-
"path": [
|
|
2453
|
-
"utrecht",
|
|
2454
|
-
"card",
|
|
2455
|
-
"color"
|
|
2456
|
-
]
|
|
2457
|
-
},
|
|
2458
|
-
{
|
|
2459
|
-
"value": "14px",
|
|
2460
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
2461
|
-
"isSource": true,
|
|
2462
|
-
"original": {
|
|
2463
|
-
"value": "{leiden.size.sm}"
|
|
2464
|
-
},
|
|
2465
|
-
"name": "utrechtCardPaddingBlockEnd",
|
|
2466
|
-
"attributes": {
|
|
2467
|
-
"category": "utrecht",
|
|
2468
|
-
"type": "card",
|
|
2469
|
-
"item": "padding-block-end"
|
|
2470
|
-
},
|
|
2471
|
-
"path": [
|
|
2472
|
-
"utrecht",
|
|
2473
|
-
"card",
|
|
2474
|
-
"padding-block-end"
|
|
2475
|
-
]
|
|
2476
|
-
},
|
|
2477
|
-
{
|
|
2478
|
-
"value": "14px",
|
|
2479
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
2480
|
-
"isSource": true,
|
|
2481
|
-
"original": {
|
|
2482
|
-
"value": "{leiden.size.sm}"
|
|
2483
|
-
},
|
|
2484
|
-
"name": "utrechtCardPaddingBlockStart",
|
|
2485
|
-
"attributes": {
|
|
2486
|
-
"category": "utrecht",
|
|
2487
|
-
"type": "card",
|
|
2488
|
-
"item": "padding-block-start"
|
|
2489
|
-
},
|
|
2490
|
-
"path": [
|
|
2491
|
-
"utrecht",
|
|
2492
|
-
"card",
|
|
2493
|
-
"padding-block-start"
|
|
2494
|
-
]
|
|
2495
|
-
},
|
|
2496
|
-
{
|
|
2497
|
-
"value": "32px",
|
|
2498
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
2499
|
-
"isSource": true,
|
|
2500
|
-
"original": {
|
|
2501
|
-
"value": "{leiden.size.xl}"
|
|
2502
|
-
},
|
|
2503
|
-
"name": "utrechtCardPaddingInlineEnd",
|
|
2504
|
-
"attributes": {
|
|
2505
|
-
"category": "utrecht",
|
|
2506
|
-
"type": "card",
|
|
2507
|
-
"item": "padding-inline-end"
|
|
2508
|
-
},
|
|
2509
|
-
"path": [
|
|
2510
|
-
"utrecht",
|
|
2511
|
-
"card",
|
|
2512
|
-
"padding-inline-end"
|
|
2513
|
-
]
|
|
2514
|
-
},
|
|
2515
|
-
{
|
|
2516
|
-
"value": "32px",
|
|
2517
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
2518
|
-
"isSource": true,
|
|
2519
|
-
"original": {
|
|
2520
|
-
"value": "{leiden.size.xl}"
|
|
2521
|
-
},
|
|
2522
|
-
"name": "utrechtCardPaddingInlineStart",
|
|
2523
|
-
"attributes": {
|
|
2524
|
-
"category": "utrecht",
|
|
2525
|
-
"type": "card",
|
|
2526
|
-
"item": "padding-inline-start"
|
|
2527
|
-
},
|
|
2528
|
-
"path": [
|
|
2529
|
-
"utrecht",
|
|
2530
|
-
"card",
|
|
2531
|
-
"padding-inline-start"
|
|
2532
|
-
]
|
|
2533
|
-
},
|
|
2534
2677
|
{
|
|
2535
2678
|
"value": "#e4e4e4",
|
|
2536
2679
|
"filePath": "src/component/utrecht/code.tokens.json",
|
|
@@ -2932,7 +3075,7 @@
|
|
|
2932
3075
|
},
|
|
2933
3076
|
{
|
|
2934
3077
|
"value": "#ffffff",
|
|
2935
|
-
"filePath": "src/component/
|
|
3078
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
2936
3079
|
"isSource": true,
|
|
2937
3080
|
"original": {
|
|
2938
3081
|
"value": "{leiden.color.white.100}"
|
|
@@ -2951,7 +3094,7 @@
|
|
|
2951
3094
|
},
|
|
2952
3095
|
{
|
|
2953
3096
|
"value": "#5f594a",
|
|
2954
|
-
"filePath": "src/component/
|
|
3097
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
2955
3098
|
"isSource": true,
|
|
2956
3099
|
"original": {
|
|
2957
3100
|
"value": "{leiden.color.grey.33}"
|
|
@@ -2970,7 +3113,7 @@
|
|
|
2970
3113
|
},
|
|
2971
3114
|
{
|
|
2972
3115
|
"value": "0px",
|
|
2973
|
-
"filePath": "src/component/
|
|
3116
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
2974
3117
|
"isSource": true,
|
|
2975
3118
|
"original": {
|
|
2976
3119
|
"value": "0px"
|
|
@@ -2989,7 +3132,7 @@
|
|
|
2989
3132
|
},
|
|
2990
3133
|
{
|
|
2991
3134
|
"value": "1px",
|
|
2992
|
-
"filePath": "src/component/
|
|
3135
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
2993
3136
|
"isSource": true,
|
|
2994
3137
|
"original": {
|
|
2995
3138
|
"value": "{leiden.size.4xs}"
|
|
@@ -3008,7 +3151,7 @@
|
|
|
3008
3151
|
},
|
|
3009
3152
|
{
|
|
3010
3153
|
"value": "#1d1d1b",
|
|
3011
|
-
"filePath": "src/component/
|
|
3154
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3012
3155
|
"isSource": true,
|
|
3013
3156
|
"original": {
|
|
3014
3157
|
"value": "{leiden.color.grey.11}"
|
|
@@ -3027,7 +3170,7 @@
|
|
|
3027
3170
|
},
|
|
3028
3171
|
{
|
|
3029
3172
|
"value": "\"Open Sans\", Arial, sans-serif",
|
|
3030
|
-
"filePath": "src/component/
|
|
3173
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3031
3174
|
"isSource": true,
|
|
3032
3175
|
"original": {
|
|
3033
3176
|
"value": "{leiden.typography.sans-serif.font-family}"
|
|
@@ -3046,7 +3189,7 @@
|
|
|
3046
3189
|
},
|
|
3047
3190
|
{
|
|
3048
3191
|
"value": "15px",
|
|
3049
|
-
"filePath": "src/component/
|
|
3192
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3050
3193
|
"isSource": true,
|
|
3051
3194
|
"original": {
|
|
3052
3195
|
"value": "15px"
|
|
@@ -3065,7 +3208,7 @@
|
|
|
3065
3208
|
},
|
|
3066
3209
|
{
|
|
3067
3210
|
"value": "8px",
|
|
3068
|
-
"filePath": "src/component/
|
|
3211
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3069
3212
|
"isSource": true,
|
|
3070
3213
|
"original": {
|
|
3071
3214
|
"value": "{leiden.size.xs}"
|
|
@@ -3084,7 +3227,7 @@
|
|
|
3084
3227
|
},
|
|
3085
3228
|
{
|
|
3086
3229
|
"value": "8px",
|
|
3087
|
-
"filePath": "src/component/
|
|
3230
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3088
3231
|
"isSource": true,
|
|
3089
3232
|
"original": {
|
|
3090
3233
|
"value": "{leiden.size.xs}"
|
|
@@ -3103,7 +3246,7 @@
|
|
|
3103
3246
|
},
|
|
3104
3247
|
{
|
|
3105
3248
|
"value": "14px",
|
|
3106
|
-
"filePath": "src/component/
|
|
3249
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3107
3250
|
"isSource": true,
|
|
3108
3251
|
"original": {
|
|
3109
3252
|
"value": "{leiden.size.sm}"
|
|
@@ -3122,7 +3265,7 @@
|
|
|
3122
3265
|
},
|
|
3123
3266
|
{
|
|
3124
3267
|
"value": "14px",
|
|
3125
|
-
"filePath": "src/component/
|
|
3268
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3126
3269
|
"isSource": true,
|
|
3127
3270
|
"original": {
|
|
3128
3271
|
"value": "{leiden.size.sm}"
|
|
@@ -3141,7 +3284,7 @@
|
|
|
3141
3284
|
},
|
|
3142
3285
|
{
|
|
3143
3286
|
"value": "#2c3e50",
|
|
3144
|
-
"filePath": "src/component/
|
|
3287
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3145
3288
|
"isSource": true,
|
|
3146
3289
|
"original": {
|
|
3147
3290
|
"value": "{leiden.color.lightblue.24}"
|
|
@@ -3637,7 +3780,7 @@
|
|
|
3637
3780
|
},
|
|
3638
3781
|
{
|
|
3639
3782
|
"value": "8px",
|
|
3640
|
-
"filePath": "src/component/
|
|
3783
|
+
"filePath": "src/component/utrecht/extra-tokens/icon.tokens.json",
|
|
3641
3784
|
"isSource": true,
|
|
3642
3785
|
"original": {
|
|
3643
3786
|
"value": "{leiden.size.xs}"
|
|
@@ -4052,7 +4195,7 @@
|
|
|
4052
4195
|
},
|
|
4053
4196
|
{
|
|
4054
4197
|
"value": "100px",
|
|
4055
|
-
"filePath": "src/component/
|
|
4198
|
+
"filePath": "src/component/utrecht/extra-tokens/page-footer.tokens.json",
|
|
4056
4199
|
"isSource": true,
|
|
4057
4200
|
"original": {
|
|
4058
4201
|
"value": "100px"
|
|
@@ -4073,7 +4216,7 @@
|
|
|
4073
4216
|
},
|
|
4074
4217
|
{
|
|
4075
4218
|
"value": "120px",
|
|
4076
|
-
"filePath": "src/component/
|
|
4219
|
+
"filePath": "src/component/utrecht/extra-tokens/page-footer.tokens.json",
|
|
4077
4220
|
"isSource": true,
|
|
4078
4221
|
"original": {
|
|
4079
4222
|
"value": "120px"
|
|
@@ -4208,7 +4351,7 @@
|
|
|
4208
4351
|
},
|
|
4209
4352
|
{
|
|
4210
4353
|
"value": "80px",
|
|
4211
|
-
"filePath": "src/component/
|
|
4354
|
+
"filePath": "src/component/utrecht/extra-tokens/page-header.tokens.json",
|
|
4212
4355
|
"isSource": true,
|
|
4213
4356
|
"original": {
|
|
4214
4357
|
"value": "80px"
|
|
@@ -5222,7 +5365,7 @@
|
|
|
5222
5365
|
},
|
|
5223
5366
|
{
|
|
5224
5367
|
"value": "#ffffff",
|
|
5225
|
-
"filePath": "src/component/
|
|
5368
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5226
5369
|
"isSource": true,
|
|
5227
5370
|
"original": {
|
|
5228
5371
|
"value": "{leiden.color.white.100}"
|
|
@@ -5241,7 +5384,7 @@
|
|
|
5241
5384
|
},
|
|
5242
5385
|
{
|
|
5243
5386
|
"value": "#5f594a",
|
|
5244
|
-
"filePath": "src/component/
|
|
5387
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5245
5388
|
"isSource": true,
|
|
5246
5389
|
"original": {
|
|
5247
5390
|
"value": "{leiden.color.grey.33}"
|
|
@@ -5260,7 +5403,7 @@
|
|
|
5260
5403
|
},
|
|
5261
5404
|
{
|
|
5262
5405
|
"value": "0px",
|
|
5263
|
-
"filePath": "src/component/
|
|
5406
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5264
5407
|
"isSource": true,
|
|
5265
5408
|
"original": {
|
|
5266
5409
|
"value": "0px"
|
|
@@ -5279,7 +5422,7 @@
|
|
|
5279
5422
|
},
|
|
5280
5423
|
{
|
|
5281
5424
|
"value": "1px",
|
|
5282
|
-
"filePath": "src/component/
|
|
5425
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5283
5426
|
"isSource": true,
|
|
5284
5427
|
"original": {
|
|
5285
5428
|
"value": "{leiden.size.4xs}"
|
|
@@ -5298,7 +5441,7 @@
|
|
|
5298
5441
|
},
|
|
5299
5442
|
{
|
|
5300
5443
|
"value": "#1d1d1b",
|
|
5301
|
-
"filePath": "src/component/
|
|
5444
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5302
5445
|
"isSource": true,
|
|
5303
5446
|
"original": {
|
|
5304
5447
|
"value": "{leiden.color.grey.11}"
|
|
@@ -5317,7 +5460,7 @@
|
|
|
5317
5460
|
},
|
|
5318
5461
|
{
|
|
5319
5462
|
"value": "\"Open Sans\", Arial, sans-serif",
|
|
5320
|
-
"filePath": "src/component/
|
|
5463
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5321
5464
|
"isSource": true,
|
|
5322
5465
|
"original": {
|
|
5323
5466
|
"value": "{leiden.typography.sans-serif.font-family}"
|
|
@@ -5336,7 +5479,7 @@
|
|
|
5336
5479
|
},
|
|
5337
5480
|
{
|
|
5338
5481
|
"value": "15px",
|
|
5339
|
-
"filePath": "src/component/
|
|
5482
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5340
5483
|
"isSource": true,
|
|
5341
5484
|
"original": {
|
|
5342
5485
|
"value": "15px"
|
|
@@ -5355,7 +5498,7 @@
|
|
|
5355
5498
|
},
|
|
5356
5499
|
{
|
|
5357
5500
|
"value": "8px",
|
|
5358
|
-
"filePath": "src/component/
|
|
5501
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5359
5502
|
"isSource": true,
|
|
5360
5503
|
"original": {
|
|
5361
5504
|
"value": "{leiden.size.xs}"
|
|
@@ -5374,7 +5517,7 @@
|
|
|
5374
5517
|
},
|
|
5375
5518
|
{
|
|
5376
5519
|
"value": "8px",
|
|
5377
|
-
"filePath": "src/component/
|
|
5520
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5378
5521
|
"isSource": true,
|
|
5379
5522
|
"original": {
|
|
5380
5523
|
"value": "{leiden.size.xs}"
|
|
@@ -5393,7 +5536,7 @@
|
|
|
5393
5536
|
},
|
|
5394
5537
|
{
|
|
5395
5538
|
"value": "14px",
|
|
5396
|
-
"filePath": "src/component/
|
|
5539
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5397
5540
|
"isSource": true,
|
|
5398
5541
|
"original": {
|
|
5399
5542
|
"value": "{leiden.size.sm}"
|
|
@@ -5412,7 +5555,7 @@
|
|
|
5412
5555
|
},
|
|
5413
5556
|
{
|
|
5414
5557
|
"value": "14px",
|
|
5415
|
-
"filePath": "src/component/
|
|
5558
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5416
5559
|
"isSource": true,
|
|
5417
5560
|
"original": {
|
|
5418
5561
|
"value": "{leiden.size.sm}"
|
|
@@ -5431,7 +5574,7 @@
|
|
|
5431
5574
|
},
|
|
5432
5575
|
{
|
|
5433
5576
|
"value": "#2c3e50",
|
|
5434
|
-
"filePath": "src/component/
|
|
5577
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5435
5578
|
"isSource": true,
|
|
5436
5579
|
"original": {
|
|
5437
5580
|
"value": "{leiden.color.lightblue.24}"
|