@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": "#f1f1f1",
|
|
4
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
5
|
+
"isSource": true,
|
|
6
|
+
"original": {
|
|
7
|
+
"value": "{xxllnc.color.white.95}"
|
|
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": "#f1f1f1",
|
|
23
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
24
|
+
"isSource": true,
|
|
25
|
+
"original": {
|
|
26
|
+
"value": "{xxllnc.color.white.95}"
|
|
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": "{xxllnc.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": "{xxllnc.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": "{xxllnc.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": "#f1f1f1",
|
|
107
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
108
|
+
"isSource": true,
|
|
109
|
+
"original": {
|
|
110
|
+
"value": "{xxllnc.color.white.95}"
|
|
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": "#333338",
|
|
128
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
129
|
+
"isSource": true,
|
|
130
|
+
"original": {
|
|
131
|
+
"value": "{xxllnc.color.black.21}"
|
|
132
|
+
},
|
|
133
|
+
"name": "conductionCardWrapperBackgroundColor",
|
|
134
|
+
"attributes": {
|
|
135
|
+
"category": "conduction",
|
|
136
|
+
"type": "card-wrapper",
|
|
137
|
+
"item": "background-color"
|
|
138
|
+
},
|
|
139
|
+
"path": [
|
|
140
|
+
"conduction",
|
|
141
|
+
"card-wrapper",
|
|
142
|
+
"background-color"
|
|
143
|
+
]
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"value": "18px",
|
|
147
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
148
|
+
"isSource": true,
|
|
149
|
+
"original": {
|
|
150
|
+
"value": "{xxllnc.size.md}"
|
|
151
|
+
},
|
|
152
|
+
"name": "conductionCardWrapperBorderRadius",
|
|
153
|
+
"attributes": {
|
|
154
|
+
"category": "conduction",
|
|
155
|
+
"type": "card-wrapper",
|
|
156
|
+
"item": "border-radius"
|
|
157
|
+
},
|
|
158
|
+
"path": [
|
|
159
|
+
"conduction",
|
|
160
|
+
"card-wrapper",
|
|
161
|
+
"border-radius"
|
|
162
|
+
]
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"value": "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": "#f1f1f1",
|
|
185
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
186
|
+
"isSource": true,
|
|
187
|
+
"original": {
|
|
188
|
+
"value": "{xxllnc.color.white.95}"
|
|
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": "18px",
|
|
204
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
205
|
+
"isSource": true,
|
|
206
|
+
"original": {
|
|
207
|
+
"value": "{xxllnc.size.md}"
|
|
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": "18px",
|
|
223
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
224
|
+
"isSource": true,
|
|
225
|
+
"original": {
|
|
226
|
+
"value": "{xxllnc.size.md}"
|
|
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": "18px",
|
|
242
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
243
|
+
"isSource": true,
|
|
244
|
+
"original": {
|
|
245
|
+
"value": "{xxllnc.size.md}"
|
|
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": "18px",
|
|
261
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
262
|
+
"isSource": true,
|
|
263
|
+
"original": {
|
|
264
|
+
"value": "{xxllnc.size.md}"
|
|
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",
|
|
@@ -321,7 +597,7 @@
|
|
|
321
597
|
},
|
|
322
598
|
{
|
|
323
599
|
"value": "8px",
|
|
324
|
-
"filePath": "src/component/
|
|
600
|
+
"filePath": "src/component/utrecht/extra-tokens/alert.tokens.json",
|
|
325
601
|
"isSource": true,
|
|
326
602
|
"original": {
|
|
327
603
|
"value": "{xxllnc.size.xs}"
|
|
@@ -1202,158 +1478,6 @@
|
|
|
1202
1478
|
"color"
|
|
1203
1479
|
]
|
|
1204
1480
|
},
|
|
1205
|
-
{
|
|
1206
|
-
"value": "#333338",
|
|
1207
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
1208
|
-
"isSource": true,
|
|
1209
|
-
"original": {
|
|
1210
|
-
"value": "{xxllnc.color.black.21}"
|
|
1211
|
-
},
|
|
1212
|
-
"name": "utrechtCardBackgroundColor",
|
|
1213
|
-
"attributes": {
|
|
1214
|
-
"category": "utrecht",
|
|
1215
|
-
"type": "card",
|
|
1216
|
-
"item": "background-color"
|
|
1217
|
-
},
|
|
1218
|
-
"path": [
|
|
1219
|
-
"utrecht",
|
|
1220
|
-
"card",
|
|
1221
|
-
"background-color"
|
|
1222
|
-
]
|
|
1223
|
-
},
|
|
1224
|
-
{
|
|
1225
|
-
"value": "16px",
|
|
1226
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
1227
|
-
"isSource": true,
|
|
1228
|
-
"original": {
|
|
1229
|
-
"value": "16px"
|
|
1230
|
-
},
|
|
1231
|
-
"name": "utrechtCardBorderRadius",
|
|
1232
|
-
"attributes": {
|
|
1233
|
-
"category": "utrecht",
|
|
1234
|
-
"type": "card",
|
|
1235
|
-
"item": "border-radius"
|
|
1236
|
-
},
|
|
1237
|
-
"path": [
|
|
1238
|
-
"utrecht",
|
|
1239
|
-
"card",
|
|
1240
|
-
"border-radius"
|
|
1241
|
-
]
|
|
1242
|
-
},
|
|
1243
|
-
{
|
|
1244
|
-
"value": "unset",
|
|
1245
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
1246
|
-
"isSource": true,
|
|
1247
|
-
"original": {
|
|
1248
|
-
"value": "unset"
|
|
1249
|
-
},
|
|
1250
|
-
"name": "utrechtCardBorderWidth",
|
|
1251
|
-
"attributes": {
|
|
1252
|
-
"category": "utrecht",
|
|
1253
|
-
"type": "card",
|
|
1254
|
-
"item": "border-width"
|
|
1255
|
-
},
|
|
1256
|
-
"path": [
|
|
1257
|
-
"utrecht",
|
|
1258
|
-
"card",
|
|
1259
|
-
"border-width"
|
|
1260
|
-
]
|
|
1261
|
-
},
|
|
1262
|
-
{
|
|
1263
|
-
"value": "#f1f1f1",
|
|
1264
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
1265
|
-
"isSource": true,
|
|
1266
|
-
"original": {
|
|
1267
|
-
"value": "{xxllnc.color.white.95}"
|
|
1268
|
-
},
|
|
1269
|
-
"name": "utrechtCardColor",
|
|
1270
|
-
"attributes": {
|
|
1271
|
-
"category": "utrecht",
|
|
1272
|
-
"type": "card",
|
|
1273
|
-
"item": "color"
|
|
1274
|
-
},
|
|
1275
|
-
"path": [
|
|
1276
|
-
"utrecht",
|
|
1277
|
-
"card",
|
|
1278
|
-
"color"
|
|
1279
|
-
]
|
|
1280
|
-
},
|
|
1281
|
-
{
|
|
1282
|
-
"value": "18px",
|
|
1283
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
1284
|
-
"isSource": true,
|
|
1285
|
-
"original": {
|
|
1286
|
-
"value": "{xxllnc.size.md}"
|
|
1287
|
-
},
|
|
1288
|
-
"name": "utrechtCardPaddingBlockEnd",
|
|
1289
|
-
"attributes": {
|
|
1290
|
-
"category": "utrecht",
|
|
1291
|
-
"type": "card",
|
|
1292
|
-
"item": "padding-block-end"
|
|
1293
|
-
},
|
|
1294
|
-
"path": [
|
|
1295
|
-
"utrecht",
|
|
1296
|
-
"card",
|
|
1297
|
-
"padding-block-end"
|
|
1298
|
-
]
|
|
1299
|
-
},
|
|
1300
|
-
{
|
|
1301
|
-
"value": "18px",
|
|
1302
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
1303
|
-
"isSource": true,
|
|
1304
|
-
"original": {
|
|
1305
|
-
"value": "{xxllnc.size.md}"
|
|
1306
|
-
},
|
|
1307
|
-
"name": "utrechtCardPaddingBlockStart",
|
|
1308
|
-
"attributes": {
|
|
1309
|
-
"category": "utrecht",
|
|
1310
|
-
"type": "card",
|
|
1311
|
-
"item": "padding-block-start"
|
|
1312
|
-
},
|
|
1313
|
-
"path": [
|
|
1314
|
-
"utrecht",
|
|
1315
|
-
"card",
|
|
1316
|
-
"padding-block-start"
|
|
1317
|
-
]
|
|
1318
|
-
},
|
|
1319
|
-
{
|
|
1320
|
-
"value": "18px",
|
|
1321
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
1322
|
-
"isSource": true,
|
|
1323
|
-
"original": {
|
|
1324
|
-
"value": "{xxllnc.size.md}"
|
|
1325
|
-
},
|
|
1326
|
-
"name": "utrechtCardPaddingInlineEnd",
|
|
1327
|
-
"attributes": {
|
|
1328
|
-
"category": "utrecht",
|
|
1329
|
-
"type": "card",
|
|
1330
|
-
"item": "padding-inline-end"
|
|
1331
|
-
},
|
|
1332
|
-
"path": [
|
|
1333
|
-
"utrecht",
|
|
1334
|
-
"card",
|
|
1335
|
-
"padding-inline-end"
|
|
1336
|
-
]
|
|
1337
|
-
},
|
|
1338
|
-
{
|
|
1339
|
-
"value": "18px",
|
|
1340
|
-
"filePath": "src/component/conduction/card.tokens.json",
|
|
1341
|
-
"isSource": true,
|
|
1342
|
-
"original": {
|
|
1343
|
-
"value": "{xxllnc.size.md}"
|
|
1344
|
-
},
|
|
1345
|
-
"name": "utrechtCardPaddingInlineStart",
|
|
1346
|
-
"attributes": {
|
|
1347
|
-
"category": "utrecht",
|
|
1348
|
-
"type": "card",
|
|
1349
|
-
"item": "padding-inline-start"
|
|
1350
|
-
},
|
|
1351
|
-
"path": [
|
|
1352
|
-
"utrecht",
|
|
1353
|
-
"card",
|
|
1354
|
-
"padding-inline-start"
|
|
1355
|
-
]
|
|
1356
|
-
},
|
|
1357
1481
|
{
|
|
1358
1482
|
"value": "#f5f5f5",
|
|
1359
1483
|
"filePath": "src/component/utrecht/code.tokens.json",
|
|
@@ -1755,7 +1879,7 @@
|
|
|
1755
1879
|
},
|
|
1756
1880
|
{
|
|
1757
1881
|
"value": "#ffffff",
|
|
1758
|
-
"filePath": "src/component/
|
|
1882
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
1759
1883
|
"isSource": true,
|
|
1760
1884
|
"original": {
|
|
1761
1885
|
"value": "{xxllnc.color.white.100-0t}"
|
|
@@ -1774,7 +1898,7 @@
|
|
|
1774
1898
|
},
|
|
1775
1899
|
{
|
|
1776
1900
|
"value": "#00000038",
|
|
1777
|
-
"filePath": "src/component/
|
|
1901
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
1778
1902
|
"isSource": true,
|
|
1779
1903
|
"original": {
|
|
1780
1904
|
"value": "{xxllnc.color.black.0-22t}"
|
|
@@ -1793,7 +1917,7 @@
|
|
|
1793
1917
|
},
|
|
1794
1918
|
{
|
|
1795
1919
|
"value": "6px",
|
|
1796
|
-
"filePath": "src/component/
|
|
1920
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
1797
1921
|
"isSource": true,
|
|
1798
1922
|
"original": {
|
|
1799
1923
|
"value": "6px"
|
|
@@ -1812,7 +1936,7 @@
|
|
|
1812
1936
|
},
|
|
1813
1937
|
{
|
|
1814
1938
|
"value": "1px",
|
|
1815
|
-
"filePath": "src/component/
|
|
1939
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
1816
1940
|
"isSource": true,
|
|
1817
1941
|
"original": {
|
|
1818
1942
|
"value": "{xxllnc.size.4xs}"
|
|
@@ -1831,7 +1955,7 @@
|
|
|
1831
1955
|
},
|
|
1832
1956
|
{
|
|
1833
1957
|
"value": "#6d6d6d",
|
|
1834
|
-
"filePath": "src/component/
|
|
1958
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
1835
1959
|
"isSource": true,
|
|
1836
1960
|
"original": {
|
|
1837
1961
|
"value": "{xxllnc.color.grey.43}"
|
|
@@ -1850,7 +1974,7 @@
|
|
|
1850
1974
|
},
|
|
1851
1975
|
{
|
|
1852
1976
|
"value": "neue-haas-grotesk-text, sans-serif",
|
|
1853
|
-
"filePath": "src/component/
|
|
1977
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
1854
1978
|
"isSource": true,
|
|
1855
1979
|
"original": {
|
|
1856
1980
|
"value": "{xxllnc.typography.sans-serif.font-family}"
|
|
@@ -1869,7 +1993,7 @@
|
|
|
1869
1993
|
},
|
|
1870
1994
|
{
|
|
1871
1995
|
"value": "15px",
|
|
1872
|
-
"filePath": "src/component/
|
|
1996
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
1873
1997
|
"isSource": true,
|
|
1874
1998
|
"original": {
|
|
1875
1999
|
"value": "15px"
|
|
@@ -1888,7 +2012,7 @@
|
|
|
1888
2012
|
},
|
|
1889
2013
|
{
|
|
1890
2014
|
"value": "8px",
|
|
1891
|
-
"filePath": "src/component/
|
|
2015
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
1892
2016
|
"isSource": true,
|
|
1893
2017
|
"original": {
|
|
1894
2018
|
"value": "{xxllnc.size.xs}"
|
|
@@ -1907,7 +2031,7 @@
|
|
|
1907
2031
|
},
|
|
1908
2032
|
{
|
|
1909
2033
|
"value": "8px",
|
|
1910
|
-
"filePath": "src/component/
|
|
2034
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
1911
2035
|
"isSource": true,
|
|
1912
2036
|
"original": {
|
|
1913
2037
|
"value": "{xxllnc.size.xs}"
|
|
@@ -1926,7 +2050,7 @@
|
|
|
1926
2050
|
},
|
|
1927
2051
|
{
|
|
1928
2052
|
"value": "14px",
|
|
1929
|
-
"filePath": "src/component/
|
|
2053
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
1930
2054
|
"isSource": true,
|
|
1931
2055
|
"original": {
|
|
1932
2056
|
"value": "{xxllnc.size.sm}"
|
|
@@ -1945,7 +2069,7 @@
|
|
|
1945
2069
|
},
|
|
1946
2070
|
{
|
|
1947
2071
|
"value": "14px",
|
|
1948
|
-
"filePath": "src/component/
|
|
2072
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
1949
2073
|
"isSource": true,
|
|
1950
2074
|
"original": {
|
|
1951
2075
|
"value": "{xxllnc.size.sm}"
|
|
@@ -1964,7 +2088,7 @@
|
|
|
1964
2088
|
},
|
|
1965
2089
|
{
|
|
1966
2090
|
"value": "#6d6d6d",
|
|
1967
|
-
"filePath": "src/component/
|
|
2091
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
1968
2092
|
"isSource": true,
|
|
1969
2093
|
"original": {
|
|
1970
2094
|
"value": "{xxllnc.color.grey.43}"
|
|
@@ -2460,7 +2584,7 @@
|
|
|
2460
2584
|
},
|
|
2461
2585
|
{
|
|
2462
2586
|
"value": "8px",
|
|
2463
|
-
"filePath": "src/component/
|
|
2587
|
+
"filePath": "src/component/utrecht/extra-tokens/icon.tokens.json",
|
|
2464
2588
|
"isSource": true,
|
|
2465
2589
|
"original": {
|
|
2466
2590
|
"value": "{xxllnc.size.xs}"
|
|
@@ -2875,7 +2999,7 @@
|
|
|
2875
2999
|
},
|
|
2876
3000
|
{
|
|
2877
3001
|
"value": "100px",
|
|
2878
|
-
"filePath": "src/component/
|
|
3002
|
+
"filePath": "src/component/utrecht/extra-tokens/page-footer.tokens.json",
|
|
2879
3003
|
"isSource": true,
|
|
2880
3004
|
"original": {
|
|
2881
3005
|
"value": "100px"
|
|
@@ -2896,7 +3020,7 @@
|
|
|
2896
3020
|
},
|
|
2897
3021
|
{
|
|
2898
3022
|
"value": "120px",
|
|
2899
|
-
"filePath": "src/component/
|
|
3023
|
+
"filePath": "src/component/utrecht/extra-tokens/page-footer.tokens.json",
|
|
2900
3024
|
"isSource": true,
|
|
2901
3025
|
"original": {
|
|
2902
3026
|
"value": "120px"
|
|
@@ -3031,7 +3155,7 @@
|
|
|
3031
3155
|
},
|
|
3032
3156
|
{
|
|
3033
3157
|
"value": "70px",
|
|
3034
|
-
"filePath": "src/component/
|
|
3158
|
+
"filePath": "src/component/utrecht/extra-tokens/page-header.tokens.json",
|
|
3035
3159
|
"isSource": true,
|
|
3036
3160
|
"original": {
|
|
3037
3161
|
"value": "70px"
|
|
@@ -4045,7 +4169,7 @@
|
|
|
4045
4169
|
},
|
|
4046
4170
|
{
|
|
4047
4171
|
"value": "#ffffff",
|
|
4048
|
-
"filePath": "src/component/
|
|
4172
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
4049
4173
|
"isSource": true,
|
|
4050
4174
|
"original": {
|
|
4051
4175
|
"value": "{xxllnc.color.white.100-0t}"
|
|
@@ -4064,7 +4188,7 @@
|
|
|
4064
4188
|
},
|
|
4065
4189
|
{
|
|
4066
4190
|
"value": "#00000038",
|
|
4067
|
-
"filePath": "src/component/
|
|
4191
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
4068
4192
|
"isSource": true,
|
|
4069
4193
|
"original": {
|
|
4070
4194
|
"value": "{xxllnc.color.black.0-22t}"
|
|
@@ -4083,7 +4207,7 @@
|
|
|
4083
4207
|
},
|
|
4084
4208
|
{
|
|
4085
4209
|
"value": "6px",
|
|
4086
|
-
"filePath": "src/component/
|
|
4210
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
4087
4211
|
"isSource": true,
|
|
4088
4212
|
"original": {
|
|
4089
4213
|
"value": "6px"
|
|
@@ -4102,7 +4226,7 @@
|
|
|
4102
4226
|
},
|
|
4103
4227
|
{
|
|
4104
4228
|
"value": "1px",
|
|
4105
|
-
"filePath": "src/component/
|
|
4229
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
4106
4230
|
"isSource": true,
|
|
4107
4231
|
"original": {
|
|
4108
4232
|
"value": "{xxllnc.size.4xs}"
|
|
@@ -4121,7 +4245,7 @@
|
|
|
4121
4245
|
},
|
|
4122
4246
|
{
|
|
4123
4247
|
"value": "#6d6d6d",
|
|
4124
|
-
"filePath": "src/component/
|
|
4248
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
4125
4249
|
"isSource": true,
|
|
4126
4250
|
"original": {
|
|
4127
4251
|
"value": "{xxllnc.color.grey.43}"
|
|
@@ -4140,7 +4264,7 @@
|
|
|
4140
4264
|
},
|
|
4141
4265
|
{
|
|
4142
4266
|
"value": "neue-haas-grotesk-text, sans-serif",
|
|
4143
|
-
"filePath": "src/component/
|
|
4267
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
4144
4268
|
"isSource": true,
|
|
4145
4269
|
"original": {
|
|
4146
4270
|
"value": "{xxllnc.typography.sans-serif.font-family}"
|
|
@@ -4159,7 +4283,7 @@
|
|
|
4159
4283
|
},
|
|
4160
4284
|
{
|
|
4161
4285
|
"value": "15px",
|
|
4162
|
-
"filePath": "src/component/
|
|
4286
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
4163
4287
|
"isSource": true,
|
|
4164
4288
|
"original": {
|
|
4165
4289
|
"value": "15px"
|
|
@@ -4178,7 +4302,7 @@
|
|
|
4178
4302
|
},
|
|
4179
4303
|
{
|
|
4180
4304
|
"value": "8px",
|
|
4181
|
-
"filePath": "src/component/
|
|
4305
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
4182
4306
|
"isSource": true,
|
|
4183
4307
|
"original": {
|
|
4184
4308
|
"value": "{xxllnc.size.xs}"
|
|
@@ -4197,7 +4321,7 @@
|
|
|
4197
4321
|
},
|
|
4198
4322
|
{
|
|
4199
4323
|
"value": "8px",
|
|
4200
|
-
"filePath": "src/component/
|
|
4324
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
4201
4325
|
"isSource": true,
|
|
4202
4326
|
"original": {
|
|
4203
4327
|
"value": "{xxllnc.size.xs}"
|
|
@@ -4216,7 +4340,7 @@
|
|
|
4216
4340
|
},
|
|
4217
4341
|
{
|
|
4218
4342
|
"value": "14px",
|
|
4219
|
-
"filePath": "src/component/
|
|
4343
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
4220
4344
|
"isSource": true,
|
|
4221
4345
|
"original": {
|
|
4222
4346
|
"value": "{xxllnc.size.sm}"
|
|
@@ -4235,7 +4359,7 @@
|
|
|
4235
4359
|
},
|
|
4236
4360
|
{
|
|
4237
4361
|
"value": "14px",
|
|
4238
|
-
"filePath": "src/component/
|
|
4362
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
4239
4363
|
"isSource": true,
|
|
4240
4364
|
"original": {
|
|
4241
4365
|
"value": "{xxllnc.size.sm}"
|
|
@@ -4254,7 +4378,7 @@
|
|
|
4254
4378
|
},
|
|
4255
4379
|
{
|
|
4256
4380
|
"value": "#6d6d6d",
|
|
4257
|
-
"filePath": "src/component/
|
|
4381
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
4258
4382
|
"isSource": true,
|
|
4259
4383
|
"original": {
|
|
4260
4384
|
"value": "{xxllnc.color.grey.43}"
|