@conduction/theme 1.1.41 → 1.1.42
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 +1 -0
- package/municipalities/migrato-design-tokens/LICENSE.md +17 -0
- package/municipalities/migrato-design-tokens/README.md +3 -0
- package/municipalities/migrato-design-tokens/package.json +40 -0
- package/municipalities/migrato-design-tokens/src/brand/conduction/color.tokens.json +150 -0
- package/municipalities/migrato-design-tokens/src/brand/conduction/font-size.tokens.json +50 -0
- package/municipalities/migrato-design-tokens/src/brand/conduction/size.tokens.json +17 -0
- package/municipalities/migrato-design-tokens/src/brand/conduction/typography.tokens.json +45 -0
- package/municipalities/migrato-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/migrato-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/migrato-design-tokens/src/component/conduction/card-header.tokens.json +27 -0
- package/municipalities/migrato-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
- package/municipalities/migrato-design-tokens/src/component/conduction/checkbox.tokens.json +71 -0
- package/municipalities/migrato-design-tokens/src/component/conduction/download-card.tokens.json +28 -0
- package/municipalities/migrato-design-tokens/src/component/conduction/logo.tokens.json +25 -0
- package/municipalities/migrato-design-tokens/src/component/conduction/navigation.tokens.json +88 -0
- package/municipalities/migrato-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
- package/municipalities/migrato-design-tokens/src/component/conduction/select.tokens.json +39 -0
- package/municipalities/migrato-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/migrato-design-tokens/src/component/conduction/tabs.tokens.json +85 -0
- package/municipalities/migrato-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
- package/municipalities/migrato-design-tokens/src/component/den-haag/process-step.tokens.json +107 -0
- package/municipalities/migrato-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
- package/municipalities/migrato-design-tokens/src/component/tilburg/footer.tokens.json +8 -0
- package/municipalities/migrato-design-tokens/src/component/tilburg/header.tokens.json +7 -0
- package/municipalities/migrato-design-tokens/src/component/tilburg/logo.tokens.json +7 -0
- package/municipalities/migrato-design-tokens/src/component/tilburg/navigation.tokens.json +15 -0
- package/municipalities/migrato-design-tokens/src/component/tilburg/search-card.tokens.json +9 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +10 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +39 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/migrato-design-tokens/src/component/utrecht/textbox.tokens.json +34 -0
- package/municipalities/migrato-design-tokens/src/config.json +73 -0
- package/municipalities/migrato-design-tokens/src/font/eau_sans_book.otf +0 -0
- package/municipalities/migrato-design-tokens/src/font.scss +6 -0
- package/municipalities/migrato-design-tokens/src/index.scss +8 -0
- package/municipalities/migrato-design-tokens/style-dictionary.config.js +6 -0
- package/package.json +3 -2
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tilburg": {
|
|
3
|
+
"navigation": {
|
|
4
|
+
"background-color": { "value": "var(--rotterdam-color-base-white)" },
|
|
5
|
+
"color": { "value": "#404B4F" },
|
|
6
|
+
"font-weight": { "value": "400" },
|
|
7
|
+
"hover": {
|
|
8
|
+
"background-color": { "value": "var(--rotterdam-color-base-white)" },
|
|
9
|
+
"color": { "value": "var(--rotterdam-color-base-green)" },
|
|
10
|
+
"font-weight": { "value": "400" },
|
|
11
|
+
"font-family": { "value": "var(--utrecht-document-font-family)" }
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"alert": {
|
|
4
|
+
"background-color": { "value": "{migrato.color.alert-info-background}" },
|
|
5
|
+
"border-color": { "value": "{migrato.color.alert-info}" },
|
|
6
|
+
"border-width": { "value": "{migrato.size.4xs}" },
|
|
7
|
+
"color": { "value": "{migrato.color.primary}" },
|
|
8
|
+
"padding-block-start": { "value": "{migrato.size.md}" },
|
|
9
|
+
"padding-block-end": { "value": "{migrato.size.md}" },
|
|
10
|
+
"padding-inline-start": { "value": "{migrato.size.md}" },
|
|
11
|
+
"padding-inline-end": { "value": "{migrato.size.md}" },
|
|
12
|
+
"margin-block-start": {},
|
|
13
|
+
"margin-block-end": {},
|
|
14
|
+
"warning": {
|
|
15
|
+
"background-color": { "value": "{migrato.color.alert-warning-background}" },
|
|
16
|
+
"color": { "value": "{migrato.color.primary}" },
|
|
17
|
+
"border-color": { "value": "{migrato.color.alert-warning}" },
|
|
18
|
+
"border-width": { "value": "{migrato.size.4xs}" }
|
|
19
|
+
},
|
|
20
|
+
"error": {
|
|
21
|
+
"background-color": { "value": "{migrato.color.alert-error-background}" },
|
|
22
|
+
"color": { "value": "{migrato.color.primary}" },
|
|
23
|
+
"border-color": { "value": "{migrato.color.alert-error}" },
|
|
24
|
+
"border-width": { "value": "{migrato.size.4xs}" }
|
|
25
|
+
},
|
|
26
|
+
"ok": {
|
|
27
|
+
"background-color": { "value": "{migrato.color.alert-succes-background}" },
|
|
28
|
+
"color": { "value": "{migrato.color.primary}" },
|
|
29
|
+
"border-color": { "value": "{migrato.color.alert-succes}" },
|
|
30
|
+
"border-width": { "value": "{migrato.size.4xs}" }
|
|
31
|
+
},
|
|
32
|
+
"icon": {
|
|
33
|
+
"color": { "value": "{migrato.color.alert-info}" },
|
|
34
|
+
"error": {
|
|
35
|
+
"color": { "value": "{migrato.color.alert-error}" }
|
|
36
|
+
},
|
|
37
|
+
"warning": {
|
|
38
|
+
"color": { "value": "{migrato.color.alert-warning}" }
|
|
39
|
+
},
|
|
40
|
+
"ok": {
|
|
41
|
+
"color": { "value": "{migrato.color.alert-succes}" }
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"badge-counter": {
|
|
4
|
+
"background-color": { "value": "{migrato.color.primary}" },
|
|
5
|
+
"border-radius": { "value": "50%" },
|
|
6
|
+
"color": { "value": "{migrato.color.white.100}" },
|
|
7
|
+
"font-size": { "value": "{utrecht.document.font-size}" },
|
|
8
|
+
"font-weight": { "value": "{migrato.typography.font-weight.normal}" },
|
|
9
|
+
"padding-block": { "value": "{migrato.size.2xs}" },
|
|
10
|
+
"padding-inline": { "value": "{migrato.size.2xs}" }
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"badge": {
|
|
4
|
+
"background-color": { "value": "{migrato.color.black.0} " },
|
|
5
|
+
"border-radius": { "value": "0" },
|
|
6
|
+
"color": { "value": "{migrato.color.white.100} " },
|
|
7
|
+
"font-size": { "value": "{migrato.font-size.sm}" },
|
|
8
|
+
"font-weight": { "value": "{migrato.typography.font-weight.normal}" },
|
|
9
|
+
"line-height": {},
|
|
10
|
+
"padding-block": { "value": "{migrato.size.xs}" },
|
|
11
|
+
"padding-inline": { "value": "{migrato.size.xs}" },
|
|
12
|
+
"text-transform": {}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"blockquote": {
|
|
4
|
+
"background-color": {},
|
|
5
|
+
"color": {},
|
|
6
|
+
"margin-inline-start": { "value": "{migrato.size.xl}" },
|
|
7
|
+
"margin-inline-end": { "value": "{migrato.size.xl}" },
|
|
8
|
+
"margin-inline-block-start": {},
|
|
9
|
+
"margin-inline-block-end": {},
|
|
10
|
+
"font-size": {},
|
|
11
|
+
"font-style": {},
|
|
12
|
+
"font-family": {},
|
|
13
|
+
"padding-inline-start": {},
|
|
14
|
+
"padding-inline-end": {},
|
|
15
|
+
"padding-inline-block-start": {},
|
|
16
|
+
"padding-inline-block-end": {},
|
|
17
|
+
"attribution": {
|
|
18
|
+
"color": {},
|
|
19
|
+
"font-size": {}
|
|
20
|
+
},
|
|
21
|
+
"content": {
|
|
22
|
+
"color": { "value": "{migrato.color.black.0}" },
|
|
23
|
+
"font-size": { "value": "{migrato.font-size.md}" }
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"breadcrumb-nav": {
|
|
4
|
+
"block-size": {},
|
|
5
|
+
"font-family": { "value": "{utrecht.document.font-family}" },
|
|
6
|
+
"font-size": {},
|
|
7
|
+
"text-transform": {},
|
|
8
|
+
"item": {
|
|
9
|
+
"padding-block-start": {},
|
|
10
|
+
"padding-block-end": {},
|
|
11
|
+
"padding-inline-end": {},
|
|
12
|
+
"padding-inline-start": {}
|
|
13
|
+
},
|
|
14
|
+
"link": {
|
|
15
|
+
"background-color": {},
|
|
16
|
+
"color": { "value": "{migrato.color.primary}" },
|
|
17
|
+
"focus": {
|
|
18
|
+
"background-color": {},
|
|
19
|
+
"color": {},
|
|
20
|
+
"text-decoration": {}
|
|
21
|
+
},
|
|
22
|
+
"hover": {
|
|
23
|
+
"color": { "value": "{migrato.color.primary-hover}" },
|
|
24
|
+
"text-decoration": {}
|
|
25
|
+
},
|
|
26
|
+
"current": {
|
|
27
|
+
"background-color": {},
|
|
28
|
+
"color": { "value": "{migrato.color.grey.29}" },
|
|
29
|
+
"font-weight": {}
|
|
30
|
+
},
|
|
31
|
+
"disabled": {
|
|
32
|
+
"color": { "value": "{migrato.color.grey.29}" }
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"separator": {
|
|
36
|
+
"inline-size": {},
|
|
37
|
+
"color": { "value": "{migrato.color.black.0}" },
|
|
38
|
+
"icon": {
|
|
39
|
+
"size": { "value": "{migrato.font-size.sm}" }
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"button": {
|
|
4
|
+
"background-color": { "value": "{migrato.color.orange.47}" },
|
|
5
|
+
"border-color": { "value": "{migrato.color.orange.47}" },
|
|
6
|
+
"border-radius": { "value": "{migrato.size.sm}" },
|
|
7
|
+
"border-width": { "value": "3px" },
|
|
8
|
+
"color": { "value": "{migrato.color.white.100}" },
|
|
9
|
+
"font-family": { "value": "{migrato.typography.eau-sans.font-family}" },
|
|
10
|
+
"font-size": { "value": "inherit" },
|
|
11
|
+
"font-weight": { "value": "inherit" },
|
|
12
|
+
"inline-size": {},
|
|
13
|
+
"letter-spacing": {},
|
|
14
|
+
"line-height": {},
|
|
15
|
+
"min-block-size": {},
|
|
16
|
+
"min-inline-size": {},
|
|
17
|
+
"padding-block-start": { "value": "{migrato.size.sm}" },
|
|
18
|
+
"padding-block-end": { "value": "{migrato.size.sm}" },
|
|
19
|
+
"padding-inline-start": { "value": "{migrato.size.xl}" },
|
|
20
|
+
"padding-inline-end": { "value": "{migrato.size.xl}" },
|
|
21
|
+
"text-transform": {},
|
|
22
|
+
"active": {
|
|
23
|
+
"background-color": {},
|
|
24
|
+
"border-color": {},
|
|
25
|
+
"color": {}
|
|
26
|
+
},
|
|
27
|
+
"icon": {
|
|
28
|
+
"gap": { "value": "{migrato.size.xs}" },
|
|
29
|
+
"size": {}
|
|
30
|
+
},
|
|
31
|
+
"disabled": {
|
|
32
|
+
"background-color": { "value": "{migrato.color.grey.82}" },
|
|
33
|
+
"border-color": { "value": "{migrato.color.grey.82}" },
|
|
34
|
+
"color": { "value": "{migrato.color.grey.50}" }
|
|
35
|
+
},
|
|
36
|
+
"focus": {
|
|
37
|
+
"background-color": {},
|
|
38
|
+
"border-color": {},
|
|
39
|
+
"color": {},
|
|
40
|
+
"scale": {}
|
|
41
|
+
},
|
|
42
|
+
"hover": {
|
|
43
|
+
"background-color": { "value": "{migrato.color.orange.47}" },
|
|
44
|
+
"border-color": { "value": "{migrato.color.orange.47}" },
|
|
45
|
+
"color": { "value": "{migrato.color.white.100}" },
|
|
46
|
+
"scale": {}
|
|
47
|
+
},
|
|
48
|
+
"pressed": {
|
|
49
|
+
"background-color": {},
|
|
50
|
+
"border-color": {},
|
|
51
|
+
"color": {}
|
|
52
|
+
},
|
|
53
|
+
"primary-action": {
|
|
54
|
+
"background-color": { "value": "{migrato.color.orange.47}" },
|
|
55
|
+
"border-color": { "value": "{migrato.color.orange.47}" },
|
|
56
|
+
"border-width": { "value": "{utrecht.button.border-width}" },
|
|
57
|
+
"color": { "value": "{migrato.color.white.100}" },
|
|
58
|
+
"font-weight": { "value": "inherit" },
|
|
59
|
+
"active": {
|
|
60
|
+
"background-color": {},
|
|
61
|
+
"border-color": {},
|
|
62
|
+
"color": {}
|
|
63
|
+
},
|
|
64
|
+
"disabled": {
|
|
65
|
+
"background-color": { "value": "{migrato.color.grey.82}" },
|
|
66
|
+
"border-color": { "value": "{migrato.color.grey.82}" },
|
|
67
|
+
"color": { "value": "{migrato.color.grey.50}" }
|
|
68
|
+
},
|
|
69
|
+
"hover": {
|
|
70
|
+
"background-color": { "value": "{migrato.color.orange.47}" },
|
|
71
|
+
"border-color": { "value": "{migrato.color.orange.47}" },
|
|
72
|
+
"color": { "value": "{migrato.color.white.100}" },
|
|
73
|
+
"scale": {}
|
|
74
|
+
},
|
|
75
|
+
"focus": {
|
|
76
|
+
"background-color": {},
|
|
77
|
+
"border-color": {},
|
|
78
|
+
"color": {}
|
|
79
|
+
},
|
|
80
|
+
"pressed": {
|
|
81
|
+
"background-color": {},
|
|
82
|
+
"border-color": {},
|
|
83
|
+
"color": {}
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"secondary-action": {
|
|
87
|
+
"background-color": { "value": "{migrato.color.white.100}" },
|
|
88
|
+
"border-color": { "value": "{migrato.color.orange.47}" },
|
|
89
|
+
"border-width": { "value": "{utrecht.button.border-width}" },
|
|
90
|
+
"color": { "value": "{migrato.color.orange.47}" },
|
|
91
|
+
"font-weight": { "value": "{migrato.typography.font-weight.normal}" },
|
|
92
|
+
"active": {
|
|
93
|
+
"background-color": {},
|
|
94
|
+
"border-color": {},
|
|
95
|
+
"color": {}
|
|
96
|
+
},
|
|
97
|
+
"disabled": {
|
|
98
|
+
"background-color": { "value": "{migrato.color.grey.82}" },
|
|
99
|
+
"border-color": { "value": "{migrato.color.grey.82}" },
|
|
100
|
+
"color": { "value": "{migrato.color.grey.50}" }
|
|
101
|
+
},
|
|
102
|
+
"hover": {
|
|
103
|
+
"background-color": { "value": "{migrato.color.orange.47-90t}" },
|
|
104
|
+
"border-color": { "value": "{migrato.color.orange.47-90t}" },
|
|
105
|
+
"color": { "value": "{migrato.color.white.100}" }
|
|
106
|
+
},
|
|
107
|
+
"focus": {
|
|
108
|
+
"background-color": {},
|
|
109
|
+
"border-color": {},
|
|
110
|
+
"color": {}
|
|
111
|
+
},
|
|
112
|
+
"pressed": {
|
|
113
|
+
"background-color": {},
|
|
114
|
+
"border-color": {},
|
|
115
|
+
"color": {}
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
"subtle": {
|
|
119
|
+
"background-color": {},
|
|
120
|
+
"border-color": {},
|
|
121
|
+
"border-width": {},
|
|
122
|
+
"color": {},
|
|
123
|
+
"font-weight": {},
|
|
124
|
+
"active": {
|
|
125
|
+
"background-color": {},
|
|
126
|
+
"border-color": {},
|
|
127
|
+
"color": {}
|
|
128
|
+
},
|
|
129
|
+
"disabled": {
|
|
130
|
+
"background-color": { "value": "{migrato.color.grey.82}" },
|
|
131
|
+
"border-color": { "value": "{migrato.color.grey.82}" },
|
|
132
|
+
"color": { "value": "{migrato.color.grey.50}" }
|
|
133
|
+
},
|
|
134
|
+
"hover": {
|
|
135
|
+
"background-color": {},
|
|
136
|
+
"border-color": {},
|
|
137
|
+
"color": {}
|
|
138
|
+
},
|
|
139
|
+
"focus": {
|
|
140
|
+
"background-color": {},
|
|
141
|
+
"border-color": {},
|
|
142
|
+
"color": {}
|
|
143
|
+
},
|
|
144
|
+
"pressed": {
|
|
145
|
+
"background-color": {},
|
|
146
|
+
"border-color": {},
|
|
147
|
+
"color": {}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"calendar": {
|
|
4
|
+
"width": {},
|
|
5
|
+
"background-color": {},
|
|
6
|
+
"table": {
|
|
7
|
+
"padding-block-start": {},
|
|
8
|
+
"padding-block-end": {},
|
|
9
|
+
"weeks-item": {
|
|
10
|
+
"width": { "value": "44px" },
|
|
11
|
+
"padding-block-start": { "value": "4px" },
|
|
12
|
+
"padding-block-end": { "value": "10px" },
|
|
13
|
+
"line-height": { "value": "24px" }
|
|
14
|
+
},
|
|
15
|
+
"days-item-day": {
|
|
16
|
+
"size": { "value": "44px" },
|
|
17
|
+
"color": { "value": "{migrato.color.black.0}" },
|
|
18
|
+
"border-width": { "value": "2px" },
|
|
19
|
+
"border-color": { "value": "transparent" },
|
|
20
|
+
"hover": {
|
|
21
|
+
"background-color": {},
|
|
22
|
+
"color": { "value": "{migrato.color.primary}" },
|
|
23
|
+
"border-color": { "value": "{migrato.color.primary}" }
|
|
24
|
+
},
|
|
25
|
+
"focus": {
|
|
26
|
+
"background-color": {},
|
|
27
|
+
"color": {},
|
|
28
|
+
"border-color": { "value": "transparent" }
|
|
29
|
+
},
|
|
30
|
+
"active": {
|
|
31
|
+
"background-color": {},
|
|
32
|
+
"color": { "value": "{migrato.color.white.100}" },
|
|
33
|
+
"border-color": { "value": "transparent" }
|
|
34
|
+
},
|
|
35
|
+
"out-of-the-month": {
|
|
36
|
+
"background-color": {},
|
|
37
|
+
"color": { "value": "{migrato.color.grey.82}" },
|
|
38
|
+
"border-color": { "value": "transparent" }
|
|
39
|
+
},
|
|
40
|
+
"is-today": {
|
|
41
|
+
"background-color": { "value": "#fffff9" },
|
|
42
|
+
"color": { "value": "{migrato.color.primary}" },
|
|
43
|
+
"border-color": { "value": "{migrato.color.primary}" },
|
|
44
|
+
"font-weight": { "value": "{migrato.typography.font-weight.bold}" }
|
|
45
|
+
},
|
|
46
|
+
"emphasis": {
|
|
47
|
+
"background-color": {},
|
|
48
|
+
"color": {},
|
|
49
|
+
"border-color": { "value": "transparent" },
|
|
50
|
+
"font-weight": {}
|
|
51
|
+
},
|
|
52
|
+
"selected": {
|
|
53
|
+
"background-color": { "value": "{migrato.color.primary-hover}" },
|
|
54
|
+
"color": { "value": "{migrato.color.white.100}" },
|
|
55
|
+
"border-color": {},
|
|
56
|
+
"font-weight": { "value": "{migrato.typography.font-weight.bold}" }
|
|
57
|
+
},
|
|
58
|
+
"disabled": {
|
|
59
|
+
"background-color": {},
|
|
60
|
+
"color": {},
|
|
61
|
+
"border-color": {}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"navigation": {
|
|
66
|
+
"background-color": {},
|
|
67
|
+
"color": { "value": "{migrato.color.primary}" },
|
|
68
|
+
"padding-block-start": { "value": "2px" },
|
|
69
|
+
"padding-block-end": { "value": "2px" },
|
|
70
|
+
"label": {
|
|
71
|
+
"min-inline-size": { "value": "200px" },
|
|
72
|
+
"color": { "value": "{migrato.color.black.0}" }
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"icon": {
|
|
76
|
+
"size": { "value": "24px" }
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"checkbox": {
|
|
4
|
+
"background-color": {},
|
|
5
|
+
"border-color": {},
|
|
6
|
+
"border-radius": { "value": "3px" },
|
|
7
|
+
"border-width": { "value": "{migrato.size.4xs}" },
|
|
8
|
+
"color": { "value": "{migrato.color.white.100}" },
|
|
9
|
+
"size": { "value": "24px" },
|
|
10
|
+
"icon": {
|
|
11
|
+
"size": {}
|
|
12
|
+
},
|
|
13
|
+
"active": {
|
|
14
|
+
"border-color": {},
|
|
15
|
+
"border-width": {},
|
|
16
|
+
"background-color": {},
|
|
17
|
+
"color": {}
|
|
18
|
+
},
|
|
19
|
+
"hover": {
|
|
20
|
+
"border-color": { "value": "{migrato.color.grey.31}" },
|
|
21
|
+
"border-width": { "value": "{migrato.size.4xs}" },
|
|
22
|
+
"background-color": {},
|
|
23
|
+
"color": { "value": "{migrato.color.white.100}" }
|
|
24
|
+
},
|
|
25
|
+
"focus": {
|
|
26
|
+
"border-color": {},
|
|
27
|
+
"border-width": {},
|
|
28
|
+
"background-color": {},
|
|
29
|
+
"color": {}
|
|
30
|
+
},
|
|
31
|
+
"disabled": {
|
|
32
|
+
"border-color": { "value": "{migrato.color.grey.82}" },
|
|
33
|
+
"border-width": { "value": "{migrato.size.4xs}" },
|
|
34
|
+
"background-color": { "value": "{migrato.color.grey.82}" },
|
|
35
|
+
"color": { "value": "{migrato.color.grey.82}" }
|
|
36
|
+
},
|
|
37
|
+
"checked": {
|
|
38
|
+
"border-color": { "value": "{migrato.color.primary}" },
|
|
39
|
+
"border-width": { "value": "{migrato.size.4xs}" },
|
|
40
|
+
"background-color": { "value": "{migrato.color.primary}" },
|
|
41
|
+
"color": { "value": "{migrato.color.primary}" }
|
|
42
|
+
},
|
|
43
|
+
"indeterminate": {
|
|
44
|
+
"border-color": {},
|
|
45
|
+
"border-width": {},
|
|
46
|
+
"background-color": {},
|
|
47
|
+
"color": {}
|
|
48
|
+
},
|
|
49
|
+
"invalid": {
|
|
50
|
+
"border-color": {},
|
|
51
|
+
"border-width": {},
|
|
52
|
+
"background-color": {},
|
|
53
|
+
"color": {}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"code": {
|
|
4
|
+
"background-color": { "value": "{migrato.color.lightgrey.96}" },
|
|
5
|
+
"color": { "value": "{migrato.color.black.0}" },
|
|
6
|
+
"font-family": { "value": "{migrato.typography.monospace.font-family}" },
|
|
7
|
+
"font-size": { "value": "inherit" },
|
|
8
|
+
"line-height": {}
|
|
9
|
+
},
|
|
10
|
+
"code-block": {
|
|
11
|
+
"background-color": { "value": "{migrato.color.lightgrey.96}" },
|
|
12
|
+
"color": { "value": "{migrato.color.black.0}" },
|
|
13
|
+
"font-family": { "value": "{migrato.typography.monospace.font-family}" },
|
|
14
|
+
"font-size": { "value": "{migrato.font-size.md}" },
|
|
15
|
+
"line-height": { "value": "{migrato.size.lg}" },
|
|
16
|
+
"margin-block-start": { "value": "{migrato.size.md}" },
|
|
17
|
+
"margin-block-end": { "value": "{migrato.size.md}" },
|
|
18
|
+
"margin-inline-start": { "value": 0 },
|
|
19
|
+
"margin-inline-end": { "value": 0 },
|
|
20
|
+
"padding-block-start": { "value": "{migrato.size.md}" },
|
|
21
|
+
"padding-block-end": { "value": "{migrato.size.md}" },
|
|
22
|
+
"padding-inline-start": { "value": "{migrato.size.md}" },
|
|
23
|
+
"padding-inline-end": { "value": "{migrato.size.md}" }
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"data-list": {
|
|
4
|
+
"margin-block-end": { "value": "16px" },
|
|
5
|
+
"margin-block-start": { "value": "16px" },
|
|
6
|
+
"item-key": {
|
|
7
|
+
"color": {},
|
|
8
|
+
"font-size": {},
|
|
9
|
+
"font-weight": { "value": "{migrato.typography.font-weight.bold}" },
|
|
10
|
+
"line-height": {}
|
|
11
|
+
},
|
|
12
|
+
"item-value": {
|
|
13
|
+
"font-size": {},
|
|
14
|
+
"line-height": {}
|
|
15
|
+
},
|
|
16
|
+
"rows": {
|
|
17
|
+
"item": {
|
|
18
|
+
"margin-block-start": { "value": "16px" },
|
|
19
|
+
"padding-block-end": {},
|
|
20
|
+
"padding-block-start": {}
|
|
21
|
+
},
|
|
22
|
+
"item-value": {
|
|
23
|
+
"margin-block-start": { "value": "8px" }
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"document": {
|
|
4
|
+
"background-color": { "value": "{migrato.color.white.98}" },
|
|
5
|
+
"color": { "value": "{migrato.color.black.0}" },
|
|
6
|
+
"font-family": { "value": "{migrato.typography.eau-sans.font-family}" },
|
|
7
|
+
"font-size": { "value": "{migrato.font-size.md}" },
|
|
8
|
+
"font-weight": {},
|
|
9
|
+
"line-height": {}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"breadcrumb-nav": {
|
|
4
|
+
"background-color": { "value": "{migrato.color.white.100}" },
|
|
5
|
+
"border-radius": { "value": "3px" },
|
|
6
|
+
"padding-inline-start": { "value": "0" },
|
|
7
|
+
"padding-inline-end": { "value": "0" },
|
|
8
|
+
"padding-block-start": { "value": "12px" },
|
|
9
|
+
"padding-block-end": { "value": "12px" },
|
|
10
|
+
"link": {
|
|
11
|
+
"font-weight": {},
|
|
12
|
+
"disabled": {
|
|
13
|
+
"background-color": {}
|
|
14
|
+
},
|
|
15
|
+
"hover": {
|
|
16
|
+
"background-color": {}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"form-field": {
|
|
4
|
+
"description": {
|
|
5
|
+
"valid-color": { "value": "{migrato.color.succes}" },
|
|
6
|
+
"warning-color": { "value": "{migrato.color.warning}" },
|
|
7
|
+
"invalid-color": { "value": "{migrato.color.error}" },
|
|
8
|
+
"margin-block-end": { "value": "12px" },
|
|
9
|
+
"margin-block-start": { "value": "12px" }
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"form-input": {
|
|
4
|
+
"background-color": { "value": "{migrato.color.white.100}" },
|
|
5
|
+
"line-height": {},
|
|
6
|
+
"placeholder": {
|
|
7
|
+
"color": { "value": "{migrato.color.grey.46}" }
|
|
8
|
+
},
|
|
9
|
+
"disabled": {
|
|
10
|
+
"background-color": { "value": "{migrato.color.grey.90}" }
|
|
11
|
+
},
|
|
12
|
+
"focus": {
|
|
13
|
+
"background-color": { "value": "{migrato.color.white.100}" },
|
|
14
|
+
"border-color": { "value": "{migrato.color.grey.71}" },
|
|
15
|
+
"color": {}
|
|
16
|
+
},
|
|
17
|
+
"invalid": {
|
|
18
|
+
"background-color": {},
|
|
19
|
+
"color": {}
|
|
20
|
+
},
|
|
21
|
+
"read-only": {
|
|
22
|
+
"background-color": { "value": "{migrato.color.grey.95}" }
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|