@conduction/theme 1.1.22 → 1.1.23
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 +4 -0
- package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +3 -0
- package/municipalities/leiden-design-tokens/src/brand/leiden/font-size.tokens.json +2 -2
- package/municipalities/leiden-design-tokens/src/common/utrecht/action.tokens.json +5 -2
- package/municipalities/leiden-design-tokens/src/component/utrecht/button.tokens.json +10 -9
- package/municipalities/leiden-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +1 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/heading.tokens.json +6 -6
- package/municipalities/leiden-design-tokens/src/component/utrecht/radio-button.tokens.json +1 -1
- package/municipalities/leiden-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/logo.tokens.json +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,10 @@ Conduction's design tokens theme
|
|
|
6
6
|
|
|
7
7
|
- **Version 1.1 (breaking changes from 1.0.x)**
|
|
8
8
|
|
|
9
|
+
- 1.1.23:
|
|
10
|
+
- Added utrecht Calendar and Checkbox tokens to leiden-theme.
|
|
11
|
+
- Updated leiden-theme.
|
|
12
|
+
- Updated OpenWebconcept logo.
|
|
9
13
|
- 1.1.22:
|
|
10
14
|
- Added skip-link tokens in all themes.
|
|
11
15
|
- Added focus tokens in all themes.
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"utrecht": {
|
|
3
3
|
"action": {
|
|
4
|
-
"
|
|
4
|
+
"inert": { "cursor": { "value": "default" } },
|
|
5
|
+
"activate": { "cursor": { "value": "pointer" } },
|
|
6
|
+
"submit": { "cursor": { "value": "pointer" } },
|
|
7
|
+
"navigate": { "cursor": { "value": "pointer" } },
|
|
5
8
|
"disabled": { "cursor": { "value": "not-allowed" } },
|
|
6
|
-
"
|
|
9
|
+
"busy": { "cursor": { "value": "wait" } }
|
|
7
10
|
}
|
|
8
11
|
}
|
|
9
12
|
}
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
"color": { "value": "{leiden.color.white.100}" },
|
|
58
58
|
"font-weight": { "value": "inherit" },
|
|
59
59
|
"active": {
|
|
60
|
-
"background-color": {},
|
|
60
|
+
"background-color": { "value": "{leiden.color.primary-hover}" },
|
|
61
61
|
"border-color": {},
|
|
62
|
-
"color": {}
|
|
62
|
+
"color": { "value": "{leiden.color.white.100}" }
|
|
63
63
|
},
|
|
64
64
|
"disabled": {
|
|
65
65
|
"background-color": { "value": "{leiden.color.grey.82}" },
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"color": { "value": "{leiden.color.grey.50}" }
|
|
68
68
|
},
|
|
69
69
|
"hover": {
|
|
70
|
-
"background-color": { "value": "{leiden.color.primary}" },
|
|
70
|
+
"background-color": { "value": "{leiden.color.primary-hover}" },
|
|
71
71
|
"border-color": {},
|
|
72
72
|
"color": { "value": "{leiden.color.white.100}" },
|
|
73
73
|
"scale": {}
|
|
@@ -116,11 +116,11 @@
|
|
|
116
116
|
}
|
|
117
117
|
},
|
|
118
118
|
"subtle": {
|
|
119
|
-
"background-color": {},
|
|
119
|
+
"background-color": { "value": "{leiden.color.primary}" },
|
|
120
120
|
"border-color": {},
|
|
121
|
-
"border-width": {},
|
|
122
|
-
"color": {},
|
|
123
|
-
"font-weight": {},
|
|
121
|
+
"border-width": { "value": "{leiden.size.3xs}" },
|
|
122
|
+
"color": { "value": "{leiden.color.white.100}" },
|
|
123
|
+
"font-weight": { "value": "inherit" },
|
|
124
124
|
"active": {
|
|
125
125
|
"background-color": {},
|
|
126
126
|
"border-color": {},
|
|
@@ -132,9 +132,10 @@
|
|
|
132
132
|
"color": { "value": "{leiden.color.grey.50}" }
|
|
133
133
|
},
|
|
134
134
|
"hover": {
|
|
135
|
-
"background-color": {},
|
|
135
|
+
"background-color": { "value": "{leiden.color.primary}" },
|
|
136
136
|
"border-color": {},
|
|
137
|
-
"color": {}
|
|
137
|
+
"color": { "value": "{leiden.color.white.100}" },
|
|
138
|
+
"scale": {}
|
|
138
139
|
},
|
|
139
140
|
"focus": {
|
|
140
141
|
"background-color": {},
|
|
@@ -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": "{leiden.color.black.0}" },
|
|
18
|
+
"border-width": { "value": "2px" },
|
|
19
|
+
"border-color": { "value": "transparent" },
|
|
20
|
+
"hover": {
|
|
21
|
+
"background-color": {},
|
|
22
|
+
"color": { "value": "{leiden.color.primary}" },
|
|
23
|
+
"border-color": { "value": "{leiden.color.black.0}" }
|
|
24
|
+
},
|
|
25
|
+
"focus": {
|
|
26
|
+
"background-color": {},
|
|
27
|
+
"color": {},
|
|
28
|
+
"border-color": { "value": "transparent" }
|
|
29
|
+
},
|
|
30
|
+
"active": {
|
|
31
|
+
"background-color": {},
|
|
32
|
+
"color": {},
|
|
33
|
+
"border-color": { "value": "transparent" }
|
|
34
|
+
},
|
|
35
|
+
"out-of-the-month": {
|
|
36
|
+
"background-color": {},
|
|
37
|
+
"color": { "value": "{leiden.color.grey.82}" },
|
|
38
|
+
"border-color": { "value": "transparent" }
|
|
39
|
+
},
|
|
40
|
+
"is-today": {
|
|
41
|
+
"background-color": { "value": "{leiden.color.red.95}" },
|
|
42
|
+
"color": { "value": "{leiden.color.primary}" },
|
|
43
|
+
"border-color": { "value": "{leiden.color.red.39}" },
|
|
44
|
+
"font-weight": { "value": "{leiden.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": "{leiden.color.red.39}" },
|
|
54
|
+
"color": { "value": "{leiden.color.white.100}" },
|
|
55
|
+
"border-color": {},
|
|
56
|
+
"font-weight": { "value": "{leiden.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": "{leiden.color.red.39}" },
|
|
68
|
+
"padding-block-start": { "value": "2px" },
|
|
69
|
+
"padding-block-end": { "value": "2px" },
|
|
70
|
+
"label": {
|
|
71
|
+
"min-inline-size": { "value": "200px" },
|
|
72
|
+
"color": { "value": "{leiden.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": "{leiden.size.4xs}" },
|
|
8
|
+
"color": { "value": "{leiden.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": "{leiden.color.grey.31}" },
|
|
21
|
+
"border-width": { "value": "{leiden.size.4xs}" },
|
|
22
|
+
"background-color": {},
|
|
23
|
+
"color": { "value": "{leiden.color.white.100}" }
|
|
24
|
+
},
|
|
25
|
+
"focus": {
|
|
26
|
+
"border-color": {},
|
|
27
|
+
"border-width": {},
|
|
28
|
+
"background-color": {},
|
|
29
|
+
"color": {}
|
|
30
|
+
},
|
|
31
|
+
"disabled": {
|
|
32
|
+
"border-color": { "value": "{leiden.color.grey.82}" },
|
|
33
|
+
"border-width": { "value": "{leiden.size.4xs}" },
|
|
34
|
+
"background-color": { "value": "{leiden.color.grey.82}" },
|
|
35
|
+
"color": { "value": "{leiden.color.grey.82}" }
|
|
36
|
+
},
|
|
37
|
+
"checked": {
|
|
38
|
+
"border-color": { "value": "{leiden.color.primary}" },
|
|
39
|
+
"border-width": { "value": "{leiden.size.4xs}" },
|
|
40
|
+
"background-color": { "value": "{leiden.color.primary}" },
|
|
41
|
+
"color": { "value": "{leiden.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
|
+
}
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"radio-button": {
|
|
4
4
|
"min-block-size": { "value": "16px" },
|
|
5
5
|
"min-inline-size": { "value": "16px" },
|
|
6
|
+
"margin-inline-end": { "value": "16px" },
|
|
6
7
|
"checked-disabled": {
|
|
7
8
|
"border-color": { "value": "{leiden.color.grey.82}" },
|
|
8
9
|
"border-width": { "value": "{leiden.size.4xs}" },
|
|
@@ -12,25 +12,25 @@
|
|
|
12
12
|
"heading-2": {
|
|
13
13
|
"color": {},
|
|
14
14
|
"font-family": { "value": "{leiden.typography.sans-serif.font-family}" },
|
|
15
|
-
"font-size": { "value": "{leiden.font-size.
|
|
15
|
+
"font-size": { "value": "{leiden.font-size.xl}" },
|
|
16
16
|
"font-weight": { "value": "{leiden.typography.font-weight.bold}" },
|
|
17
17
|
"line-height": {},
|
|
18
|
-
"margin-block-end": { "value": "{leiden.size.
|
|
18
|
+
"margin-block-end": { "value": "{leiden.size.xl}" },
|
|
19
19
|
"margin-block-start": { "value": "{leiden.size.md}" }
|
|
20
20
|
},
|
|
21
21
|
"heading-3": {
|
|
22
22
|
"color": {},
|
|
23
23
|
"font-family": { "value": "{leiden.typography.sans-serif.font-family}" },
|
|
24
|
-
"font-size": { "value": "{leiden.font-size.
|
|
24
|
+
"font-size": { "value": "{leiden.font-size.lg}" },
|
|
25
25
|
"font-weight": { "value": "{leiden.typography.font-weight.normal}" },
|
|
26
26
|
"line-height": {},
|
|
27
|
-
"margin-block-end": { "value": "{leiden.size.
|
|
27
|
+
"margin-block-end": { "value": "{leiden.size.lg}" },
|
|
28
28
|
"margin-block-start": { "value": "{leiden.size.md}" }
|
|
29
29
|
},
|
|
30
30
|
"heading-4": {
|
|
31
31
|
"color": {},
|
|
32
32
|
"font-family": { "value": "{leiden.typography.sans-serif.font-family}" },
|
|
33
|
-
"font-size": { "value": "{leiden.font-size.
|
|
33
|
+
"font-size": { "value": "{leiden.font-size.md}" },
|
|
34
34
|
"font-weight": { "value": "{leiden.typography.font-weight.normal}" },
|
|
35
35
|
"line-height": {},
|
|
36
36
|
"margin-block-end": { "value": "{leiden.size.lg}" },
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"heading-5": {
|
|
40
40
|
"color": {},
|
|
41
41
|
"font-family": { "value": "{leiden.typography.sans-serif.font-family}" },
|
|
42
|
-
"font-size": { "value": "{leiden.font-size.
|
|
42
|
+
"font-size": { "value": "{leiden.font-size.sm}" },
|
|
43
43
|
"font-weight": { "value": "{leiden.typography.font-weight.light}" },
|
|
44
44
|
"line-height": {},
|
|
45
45
|
"margin-block-end": { "value": "{leiden.size.lg}" },
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"background-color": { "value": "{leiden.color.white.100}" },
|
|
5
5
|
"border-color": { "value": "{leiden.color.grey.46}" },
|
|
6
6
|
"border-width": { "value": "{leiden.size.4xs}" },
|
|
7
|
-
"size": {},
|
|
7
|
+
"size": { "value": "16px" },
|
|
8
8
|
"margin-block-start": {},
|
|
9
9
|
"icon": {
|
|
10
10
|
"size": { "value": "5px" }
|
package/municipalities/leiden-design-tokens/src/component/utrecht/spotlight-section.tokens.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"spotlight-section": {
|
|
4
|
+
"background-color": { "value": "{leiden.color.alert-info-background}" },
|
|
5
|
+
"border-color": {},
|
|
6
|
+
"border-width": {},
|
|
7
|
+
"color": { "value": "{leiden.color.alert-info}" },
|
|
8
|
+
"padding-block-start": { "value": "{leiden.size.lg}" },
|
|
9
|
+
"padding-block-end": { "value": "{leiden.size.lg}" },
|
|
10
|
+
"padding-inline-start": { "value": "{leiden.size.lg}" },
|
|
11
|
+
"padding-inline-end": { "value": "{leiden.size.lg}" },
|
|
12
|
+
"margin-block-start": { "value": "{leiden.size.lg}" },
|
|
13
|
+
"margin-block-end": {},
|
|
14
|
+
"info": {
|
|
15
|
+
"background-color": { "value": "{leiden.color.alert-info-background}" },
|
|
16
|
+
"color": { "value": "{leiden.color.alert-info}" }
|
|
17
|
+
},
|
|
18
|
+
"warning": {
|
|
19
|
+
"background-color": { "value": "{leiden.color.alert-warning-background}" },
|
|
20
|
+
"color": { "value": "{leiden.color.alert-warning}" }
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
package/municipalities/open-webconcept-design-tokens/src/component/conduction/logo.tokens.json
CHANGED
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
"navbar": {
|
|
19
|
-
"inline-size": { "value": "
|
|
20
|
-
"block-size": { "value": "
|
|
19
|
+
"inline-size": { "value": "161px" },
|
|
20
|
+
"block-size": { "value": "46px" },
|
|
21
21
|
"background-image": {
|
|
22
22
|
"value": "url('https://github.com/ConductionNL/conduction-theme/assets/43807324/e15ee773-f23e-429a-858e-fb677e8dd64e')"
|
|
23
23
|
}
|