@conduction/theme 1.0.15 → 1.0.17
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 +7 -3
- package/conduction-design-tokens/dist/design-tokens.css +7 -3
- package/conduction-design-tokens/dist/index.js +7 -3
- package/conduction-design-tokens/dist/index.json +88 -4
- package/conduction-design-tokens/dist/index.less +7 -3
- package/conduction-design-tokens/dist/index.scss +7 -3
- package/conduction-design-tokens/dist/tokens.json +88 -8
- package/conduction-design-tokens/src/component/utrecht/button.tokens.json +6 -6
- package/conduction-design-tokens/src/config.json +1 -1
- package/municipalities/leiden-design-tokens/LICENSE.md +17 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +283 -0
- package/municipalities/leiden-design-tokens/dist/font.css +1 -0
- package/municipalities/leiden-design-tokens/dist/index.css +7 -0
- package/municipalities/leiden-design-tokens/dist/index.js +281 -0
- package/municipalities/leiden-design-tokens/dist/index.json +5470 -0
- package/municipalities/leiden-design-tokens/dist/index.less +280 -0
- package/municipalities/leiden-design-tokens/dist/index.scss +280 -0
- package/municipalities/leiden-design-tokens/dist/tokens.json +5852 -0
- package/municipalities/leiden-design-tokens/package.json +40 -0
- package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +63 -0
- package/municipalities/leiden-design-tokens/src/brand/leiden/font-size.tokens.json +17 -0
- package/municipalities/leiden-design-tokens/src/brand/leiden/size.tokens.json +17 -0
- package/municipalities/leiden-design-tokens/src/brand/leiden/typography.tokens.json +42 -0
- package/municipalities/leiden-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/leiden-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/card.tokens.json +15 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/select.tokens.json +15 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/alert.tokens.json +47 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/blockquote.tokes.json +27 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/code.tokens.json +27 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/form-input.tokens.json +44 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/icon.tokens.json +13 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/list.tokens.json +32 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/textbox.tokens.json +44 -0
- package/municipalities/leiden-design-tokens/src/config.json +7 -0
- package/municipalities/leiden-design-tokens/src/font.scss +1 -0
- package/municipalities/leiden-design-tokens/src/index.scss +11 -0
- package/municipalities/leiden-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/leiden.css +61 -40
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +16 -15
- package/municipalities/xxllnc-design-tokens/dist/index.js +17 -16
- package/municipalities/xxllnc-design-tokens/dist/index.json +55 -38
- package/municipalities/xxllnc-design-tokens/dist/index.less +16 -15
- package/municipalities/xxllnc-design-tokens/dist/index.scss +16 -15
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +184 -170
- package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +3 -3
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/paragraph.tokens.json +2 -2
- package/municipalities/xxllnc.css +1 -1
- package/package.json +1 -1
- package/theme.css +4 -4
- /package/municipalities/xxllnc-design-tokens/src/component/utrecht/{footer.tokens.json → page-footer.tokens.json} +0 -0
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"link": {
|
|
4
|
+
"color": { "value": "{leiden.color.primary}" },
|
|
5
|
+
"text-decoration": { "value": "none" },
|
|
6
|
+
"text-decoration-color": { "value": "unset" },
|
|
7
|
+
"text-decoration-thickness": { "value": 0 },
|
|
8
|
+
"text-underline-offset": { "value": "{leiden.size.3xs}" },
|
|
9
|
+
"active": {
|
|
10
|
+
"color": {}
|
|
11
|
+
},
|
|
12
|
+
"focus": {
|
|
13
|
+
"color": {},
|
|
14
|
+
"text-decoration": {},
|
|
15
|
+
"text-decoration-thickness": {}
|
|
16
|
+
},
|
|
17
|
+
"hover": {
|
|
18
|
+
"color": { "value": "{leiden.color.primary-hover}" },
|
|
19
|
+
"text-decoration": { "value": "underline" },
|
|
20
|
+
"text-decoration-thickness": { "value": "{leiden.size.4xs}" }
|
|
21
|
+
},
|
|
22
|
+
"placeholder": {
|
|
23
|
+
"color": {}
|
|
24
|
+
},
|
|
25
|
+
"visited": {
|
|
26
|
+
"color": { "value": "{leiden.color.primary}" }
|
|
27
|
+
},
|
|
28
|
+
"icon": {
|
|
29
|
+
"size": { "value": "{leiden.size.md}" }
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"ordered-list": {
|
|
4
|
+
"font-size": { "value": "{utrecht.document.font-size}" },
|
|
5
|
+
"line-height": {},
|
|
6
|
+
"margin-block-start": { "value": "{leiden.size.sm}" },
|
|
7
|
+
"margin-block-end": { "value": "{leiden.size.sm}" },
|
|
8
|
+
"padding-inline-start": { "value": "{leiden.size.xl}" },
|
|
9
|
+
"item": {
|
|
10
|
+
"margin-block-start": { "value": "{leiden.size.2xs}" },
|
|
11
|
+
"margin-block-end": { "value": "{leiden.size.2xs}" },
|
|
12
|
+
"padding-inline-start": { "value": "1ch" }
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
|
|
16
|
+
"unordered-list": {
|
|
17
|
+
"font-size": { "value": "{utrecht.document.font-size}" },
|
|
18
|
+
"line-height": {},
|
|
19
|
+
"margin-block-start": { "value": "{leiden.size.md}" },
|
|
20
|
+
"margin-block-end": { "value": 0 },
|
|
21
|
+
"padding-inline-start": { "value": "2ch" },
|
|
22
|
+
"item": {
|
|
23
|
+
"margin-block-start": { "value": "{leiden.size.xs}" },
|
|
24
|
+
"margin-block-end": { "value": "{leiden.size.xs}" },
|
|
25
|
+
"padding-inline-start": { "value": "1ch" }
|
|
26
|
+
},
|
|
27
|
+
"marker": {
|
|
28
|
+
"color": { "value": "{leiden.color.primary}" }
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"page-footer": {
|
|
4
|
+
"background-color": { "value": "{leiden.color.black.9}" },
|
|
5
|
+
"background-image": { "value": "unset" },
|
|
6
|
+
"color": { "value": "{leiden.color.white.100}" },
|
|
7
|
+
"padding-inline-end": { "value": "{leiden.size.sm}" },
|
|
8
|
+
"padding-inline-start": { "value": "{leiden.size.sm}" },
|
|
9
|
+
"padding-block-end": { "value": "{leiden.size.2xl}" },
|
|
10
|
+
"padding-block-start": { "value": "{leiden.size.2xl}" }
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"page-header": {
|
|
4
|
+
"background-color": { "value": "{leiden.color.black.9}" },
|
|
5
|
+
"color": { "value": "{leiden.color.white.100}" },
|
|
6
|
+
"padding-block-start": { "value": "{leiden.size.sm}" },
|
|
7
|
+
"padding-block-end": { "value": "{leiden.size.sm}" }
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"paragraph": {
|
|
4
|
+
"color": { "value": "{utrecht.document.color}" },
|
|
5
|
+
"font-family": { "value": "{leiden.typography.sans-serif.font-family}" },
|
|
6
|
+
"font-size": { "value": "{leiden.font-size.md}" },
|
|
7
|
+
"font-weight": { "value": "{leiden.typography.font-weight.normal}" },
|
|
8
|
+
"line-height": { "value": "1.5em" },
|
|
9
|
+
"margin-block-start": { "value": 0 },
|
|
10
|
+
"margin-block-end": { "value": 0 },
|
|
11
|
+
"lead": {
|
|
12
|
+
"color": {},
|
|
13
|
+
"font-size": {},
|
|
14
|
+
"font-weight": {},
|
|
15
|
+
"line-height": {}
|
|
16
|
+
},
|
|
17
|
+
"small": {
|
|
18
|
+
"color": {},
|
|
19
|
+
"font-size": {},
|
|
20
|
+
"font-weight": {},
|
|
21
|
+
"line-height": {}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"table": {
|
|
4
|
+
"border-color": { "value": "{leiden.color.lightgrey.89}" },
|
|
5
|
+
"border-width": { "value": "{leiden.size.4xs}" },
|
|
6
|
+
"font-family": { "value": "{utrecht.document.font-family}" },
|
|
7
|
+
"font-size": { "value": "{utrecht.document.font-size}" },
|
|
8
|
+
"line-height": {},
|
|
9
|
+
"margin-block-end": { "value": 0 },
|
|
10
|
+
"margin-block-start": { "value": "{leiden.size.md}" },
|
|
11
|
+
"caption": {
|
|
12
|
+
"font-weight": {},
|
|
13
|
+
"font-family": {},
|
|
14
|
+
"font-size": {},
|
|
15
|
+
"color": {},
|
|
16
|
+
"line-height": {},
|
|
17
|
+
"text-align": {},
|
|
18
|
+
"margin-block-end": {}
|
|
19
|
+
},
|
|
20
|
+
"header": {
|
|
21
|
+
"font-weight": { "value": "{leiden.typography.font-weight.bold}" },
|
|
22
|
+
"background-color": {},
|
|
23
|
+
"color": { "value": "{utrecht.document.color}" },
|
|
24
|
+
"text-transform": { "value": "unset" },
|
|
25
|
+
"border-block-end-color": {},
|
|
26
|
+
"border-block-end-width": {}
|
|
27
|
+
},
|
|
28
|
+
"header-cell": {
|
|
29
|
+
"font-size": { "value": "{utrecht.document.font-size}" },
|
|
30
|
+
"font-weight": { "value": "{leiden.typography.font-weight.bold}" },
|
|
31
|
+
"color": { "value": "{utrecht.document.color}" },
|
|
32
|
+
"text-transform": { "value": "unset" }
|
|
33
|
+
},
|
|
34
|
+
"cell": {
|
|
35
|
+
"line-height": {},
|
|
36
|
+
"padding-block-end": { "value": "{leiden.size.md}" },
|
|
37
|
+
"padding-block-start": { "value": "{leiden.size.md}" },
|
|
38
|
+
"padding-inline-end": { "value": "{leiden.size.md}" },
|
|
39
|
+
"padding-inline-start": { "value": "{leiden.size.md}" },
|
|
40
|
+
"icon": {
|
|
41
|
+
"size": {}
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"row": {
|
|
45
|
+
"border-block-end-color": { "value": "{leiden.color.lightgrey.89}" },
|
|
46
|
+
"border-block-end-width": { "value": "{leiden.size.4xs}" },
|
|
47
|
+
"padding-inline-end": {},
|
|
48
|
+
"padding-inline-start": {},
|
|
49
|
+
"alternate-odd": {
|
|
50
|
+
"background-color": {},
|
|
51
|
+
"color": {}
|
|
52
|
+
},
|
|
53
|
+
"alternate-even": {
|
|
54
|
+
"background-color": {},
|
|
55
|
+
"color": {}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"textbox": {
|
|
4
|
+
"background-color": { "value": "{leiden.color.white.100}" },
|
|
5
|
+
"border-bottom-width": {},
|
|
6
|
+
"border-color": { "value": "{leiden.color.grey.33}" },
|
|
7
|
+
"border-radius": { "value": "0px" },
|
|
8
|
+
"border-width": { "value": "{leiden.size.4xs}" },
|
|
9
|
+
"color": { "value": "{leiden.color.grey.11}" },
|
|
10
|
+
"font-family": { "value": "{leiden.typography.sans-serif.font-family}" },
|
|
11
|
+
"font-size": { "value": "15px" },
|
|
12
|
+
"line-height": {},
|
|
13
|
+
"max-inline-size": {},
|
|
14
|
+
"padding-block-end": { "value": "{leiden.size.xs}" },
|
|
15
|
+
"padding-block-start": { "value": "{leiden.size.xs}" },
|
|
16
|
+
"padding-inline-end": { "value": "{leiden.size.sm}" },
|
|
17
|
+
"padding-inline-start": { "value": "{leiden.size.sm}" },
|
|
18
|
+
"placeholder": {
|
|
19
|
+
"color": { "value": "{leiden.color.lightblue.24}" }
|
|
20
|
+
},
|
|
21
|
+
"disabled": {
|
|
22
|
+
"background-color": {},
|
|
23
|
+
"border-color": {},
|
|
24
|
+
"color": {}
|
|
25
|
+
},
|
|
26
|
+
"focus": {
|
|
27
|
+
"background-color": {},
|
|
28
|
+
"border-color": {},
|
|
29
|
+
"color": {}
|
|
30
|
+
},
|
|
31
|
+
"invalid": {
|
|
32
|
+
"background-color": {},
|
|
33
|
+
"border-color": {},
|
|
34
|
+
"border-width": {},
|
|
35
|
+
"color": {}
|
|
36
|
+
},
|
|
37
|
+
"read-only": {
|
|
38
|
+
"background-color": {},
|
|
39
|
+
"border-color": {},
|
|
40
|
+
"color": {}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/* Place any @font-face definitions here */
|
|
@@ -56,19 +56,20 @@
|
|
|
56
56
|
--leiden-color-alert-info: #004085;
|
|
57
57
|
--leiden-color-alert-info-background: #cce5ff;
|
|
58
58
|
|
|
59
|
-
--leiden-color-lightgrey: #e4e4e4;
|
|
60
|
-
--leiden-color-white: #ffffff;
|
|
61
|
-
--leiden-color-black: #0d1921;
|
|
59
|
+
--leiden-color-lightgrey-89: #e4e4e4;
|
|
60
|
+
--leiden-color-white-100: #ffffff;
|
|
61
|
+
--leiden-color-black-9: #0d1921;
|
|
62
62
|
|
|
63
63
|
--leiden-color-grey-33: #5f594a;
|
|
64
|
+
--leiden-color-grey-11: #1d1d1b;
|
|
65
|
+
|
|
64
66
|
|
|
65
67
|
--leiden-color-light-blue-24: #2c3e50;
|
|
66
68
|
--leiden-color-light-blue-89: #dce4ec;
|
|
67
69
|
|
|
68
70
|
/* Typography */
|
|
69
71
|
--leiden-typography-sans-serif-font-family: "Open Sans", Arial, sans-serif;
|
|
70
|
-
--leiden-typography-
|
|
71
|
-
--leiden-typography-code-font-family: Monospace, "Lucida Console";
|
|
72
|
+
--leiden-typography-monospace-font-family: Monospace, "Lucida Console";
|
|
72
73
|
|
|
73
74
|
/*
|
|
74
75
|
*
|
|
@@ -122,8 +123,8 @@
|
|
|
122
123
|
--leiden-typography-sans-serif-font-family
|
|
123
124
|
);
|
|
124
125
|
--utrecht-document-font-size: var(--leiden-font-size-md);
|
|
125
|
-
--utrecht-document-color: var(--leiden-color-black);
|
|
126
|
-
--utrecht-document-background-color: var(--leiden-color-white);
|
|
126
|
+
--utrecht-document-color: var(--leiden-color-black-9);
|
|
127
|
+
--utrecht-document-background-color: var(--leiden-color-white-100);
|
|
127
128
|
--utrecht-space-around: 1;
|
|
128
129
|
|
|
129
130
|
/* Typography */
|
|
@@ -132,8 +133,8 @@
|
|
|
132
133
|
);
|
|
133
134
|
|
|
134
135
|
/* Header */
|
|
135
|
-
--utrecht-page-header-color: var(--leiden-color-white);
|
|
136
|
-
--utrecht-page-header-background-color: var(--leiden-color-black);
|
|
136
|
+
--utrecht-page-header-color: var(--leiden-color-white-100);
|
|
137
|
+
--utrecht-page-header-background-color: var(--leiden-color-black-9);
|
|
137
138
|
--utrecht-page-header-padding-block-start: var(--leiden-size-sm);
|
|
138
139
|
--utrecht-page-header-padding-block-end: var(--leiden-size-sm);
|
|
139
140
|
|
|
@@ -141,38 +142,48 @@
|
|
|
141
142
|
--utrecht-page-padding-inline-start: var(--leiden-size-lg);
|
|
142
143
|
--utrecht-page-padding-inline-end: var(--leiden-size-lg);
|
|
143
144
|
--utrecht-page-max-inline-size: 1140px;
|
|
144
|
-
--utrecht-page-content-background-color: var(--leiden-color-black);
|
|
145
|
+
--utrecht-page-content-background-color: var(--leiden-color-black-9);
|
|
145
146
|
|
|
146
147
|
/* Headings */
|
|
147
|
-
--utrecht-heading-1-font-family: var(
|
|
148
|
+
--utrecht-heading-1-font-family: var(
|
|
149
|
+
--leiden-typography-sans-serif-font-family
|
|
150
|
+
);
|
|
148
151
|
--utrecht-heading-1-font-size: var(--leiden-font-size-3xl);
|
|
149
152
|
--utrecht-heading-1-font-weight: var(--leiden-font-weight-bold);
|
|
150
153
|
--utrecht-heading-1-letter-spacing: var(--leiden-letter-spacing-normal);
|
|
151
154
|
--utrecht-heading-1-margin-block-start: var(--leiden-size-2xl);
|
|
152
155
|
--utrecht-heading-1-margin-block-end: var(--leiden-size-md);
|
|
153
156
|
|
|
154
|
-
--utrecht-heading-2-font-family: var(
|
|
157
|
+
--utrecht-heading-2-font-family: var(
|
|
158
|
+
--leiden-typography-sans-serif-font-family
|
|
159
|
+
);
|
|
155
160
|
--utrecht-heading-2-font-weight: var(--leiden-font-weight-bold);
|
|
156
161
|
--utrecht-heading-2-font-size: var(--leiden-font-size-2xl);
|
|
157
162
|
--utrecht-heading-2-letter-spacing: var(--leiden-letter-spacing-normal);
|
|
158
163
|
--utrecht-heading-2-margin-block-start: var(--leiden-size-2xl);
|
|
159
164
|
--utrecht-heading-2-margin-block-end: var(--leiden-size-md);
|
|
160
165
|
|
|
161
|
-
--utrecht-heading-3-font-family: var(
|
|
166
|
+
--utrecht-heading-3-font-family: var(
|
|
167
|
+
--leiden-typography-sans-serif-font-family
|
|
168
|
+
);
|
|
162
169
|
--utrecht-heading-3-font-weight: var(--leiden-font-weight-normal);
|
|
163
170
|
--utrecht-heading-3-font-size: var(--leiden-font-size-xl);
|
|
164
171
|
--utrecht-heading-3-letter-spacing: var(--leiden-letter-spacing-normal);
|
|
165
172
|
--utrecht-heading-3-margin-block-start: var(--leiden-size-xl);
|
|
166
173
|
--utrecht-heading-3-margin-block-end: var(--leiden-size-md);
|
|
167
174
|
|
|
168
|
-
--utrecht-heading-4-font-family: var(
|
|
175
|
+
--utrecht-heading-4-font-family: var(
|
|
176
|
+
--leiden-typography-sans-serif-font-family
|
|
177
|
+
);
|
|
169
178
|
--utrecht-heading-4-font-size: var(--leiden-font-size-lg);
|
|
170
179
|
--utrecht-heading-4-font-weight: var(--leiden-font-weight-normal);
|
|
171
180
|
--utrecht-heading-4-letter-spacing: var(--leiden-letter-spacing-normal);
|
|
172
|
-
--utrecht-heading-4-margin-block-start: var(--leiden-size-
|
|
181
|
+
--utrecht-heading-4-margin-block-start: var(--leiden-size-lg);
|
|
173
182
|
--utrecht-heading-4-margin-block-end: var(--leiden-size-md);
|
|
174
183
|
|
|
175
|
-
--utrecht-heading-5-font-family: var(
|
|
184
|
+
--utrecht-heading-5-font-family: var(
|
|
185
|
+
--leiden-typography-sans-serif-font-family
|
|
186
|
+
);
|
|
176
187
|
--utrecht-heading-5-font-size: var(--leiden-font-size-md);
|
|
177
188
|
--utrecht-heading-5-font-weight: var(--leiden-font-weight-light);
|
|
178
189
|
--utrecht-heading-5-letter-spacing: var(--leiden-letter-spacing-normal);
|
|
@@ -192,8 +203,8 @@
|
|
|
192
203
|
--utrecht-paragraph-margin-block-end: 0;
|
|
193
204
|
|
|
194
205
|
/* Footer */
|
|
195
|
-
--utrecht-page-footer-color: var(--leiden-color-white);
|
|
196
|
-
--utrecht-page-footer-background-color: var(--leiden-color-black);
|
|
206
|
+
--utrecht-page-footer-color: var(--leiden-color-white-100);
|
|
207
|
+
--utrecht-page-footer-background-color: var(--leiden-color-black-9);
|
|
197
208
|
--utrecht-page-footer-background-image: unset;
|
|
198
209
|
--utrecht-page-footer-padding-block-start: var(--leiden-size-2xl);
|
|
199
210
|
--utrecht-page-footer-padding-block-end: var(--leiden-size-2xl);
|
|
@@ -233,20 +244,22 @@
|
|
|
233
244
|
--utrecht-link-hover-text-decoration-thickness: var(--leiden-size-4xs);
|
|
234
245
|
|
|
235
246
|
/* Blockquote */
|
|
236
|
-
--utrecht-blockquote-content-color: var(--leiden-color-black);
|
|
247
|
+
--utrecht-blockquote-content-color: var(--leiden-color-black-9);
|
|
237
248
|
--utrecht-blockquote-content-font-size: var(--leiden-size-md);
|
|
238
249
|
--utrecht-blockquote-margin-inline-start: var(--leiden-size-xl);
|
|
239
250
|
--utrecht-blockquote-margin-inline-end: var(--leiden-size-xl);
|
|
240
251
|
|
|
241
252
|
/* Code */
|
|
242
|
-
--utrecht-code-color: var(--leiden-color-black);
|
|
243
|
-
--utrecht-code-background-color: var(--leiden-color-lightgrey);
|
|
244
|
-
--utrecht-code-font-family: var(--leiden-typography-
|
|
253
|
+
--utrecht-code-color: var(--leiden-color-black-9);
|
|
254
|
+
--utrecht-code-background-color: var(--leiden-color-lightgrey-89);
|
|
255
|
+
--utrecht-code-font-family: var(--leiden-typography-monospace-font-family);
|
|
245
256
|
--utrecht-code-font-size: inherit;
|
|
246
257
|
|
|
247
|
-
--utrecht-code-block-color: var(--leiden-color-black);
|
|
248
|
-
--utrecht-code-block-background-color: var(--leiden-color-lightgrey);
|
|
249
|
-
--utrecht-code-block-font-family: var(
|
|
258
|
+
--utrecht-code-block-color: var(--leiden-color-black-9);
|
|
259
|
+
--utrecht-code-block-background-color: var(--leiden-color-lightgrey-89);
|
|
260
|
+
--utrecht-code-block-font-family: var(
|
|
261
|
+
--leiden-typography-monospace-font-family
|
|
262
|
+
);
|
|
250
263
|
--utrecht-code-block-font-size: var(--leiden-font-size-md);
|
|
251
264
|
--utrecht-code-block-font-weight: var(--leiden-font-weight-normal);
|
|
252
265
|
--utrecht-code-block-line-height: var(--leiden-size-lg);
|
|
@@ -263,7 +276,7 @@
|
|
|
263
276
|
--utrecht-unordered-list-marker-color: var(--leiden-color-primary);
|
|
264
277
|
|
|
265
278
|
/* Table */
|
|
266
|
-
--utrecht-table-border-color: var(--leiden-color-lightgrey);
|
|
279
|
+
--utrecht-table-border-color: var(--leiden-color-lightgrey-89);
|
|
267
280
|
--utrecht-table-border-width: var(--leiden-size-4xs);
|
|
268
281
|
--utrecht-table-font-family: var(--utrecht-document-font-family) inherit;
|
|
269
282
|
--utrecht-table-font-size: var(--utrecht-document-font-size) inherit;
|
|
@@ -274,11 +287,12 @@
|
|
|
274
287
|
--utrecht-table-header-font-weight: var(--leiden-font-weight-bold);
|
|
275
288
|
--utrecht-table-header-text-transform: unset;
|
|
276
289
|
|
|
277
|
-
--utrecht-table-header-cell-font-size: var(--utrecht-document-font-size)
|
|
290
|
+
--utrecht-table-header-cell-font-size: var(--utrecht-document-font-size)
|
|
291
|
+
inherit;
|
|
278
292
|
--utrecht-table-header-cell-font-weight: var(--leiden-font-weight-bold);
|
|
279
293
|
--utrecht-table-header-cell-text-transform: unset;
|
|
280
294
|
|
|
281
|
-
--utrecht-table-row-border-block-end-color: var(--leiden-color-lightgrey);
|
|
295
|
+
--utrecht-table-row-border-block-end-color: var(--leiden-color-lightgrey-89);
|
|
282
296
|
--utrecht-table-row-border-block-end-width: var(--leiden-size-4xs);
|
|
283
297
|
|
|
284
298
|
--utrecht-table-cell-padding-block-start: var(--leiden-size-md);
|
|
@@ -321,7 +335,7 @@
|
|
|
321
335
|
--utrecht-icon-gap: var(--leiden-size-xs);
|
|
322
336
|
|
|
323
337
|
/* Button */
|
|
324
|
-
--utrecht-button-color: var(--leiden-color-white);
|
|
338
|
+
--utrecht-button-color: var(--leiden-color-white-100);
|
|
325
339
|
--utrecht-button-background-color: var(--leiden-color-primary);
|
|
326
340
|
|
|
327
341
|
--utrecht-button-icon-gap: var(--leiden-size-xs);
|
|
@@ -350,25 +364,29 @@
|
|
|
350
364
|
|
|
351
365
|
--utrecht-button-focus-background-color: var(--leiden-color-primary);
|
|
352
366
|
--utrecht-button-focus-border-color: var(--leiden-color-primary);
|
|
353
|
-
--utrecht-button-focus-color: var(--leiden-color-white);
|
|
367
|
+
--utrecht-button-focus-color: var(--leiden-color-white-100);
|
|
354
368
|
|
|
355
|
-
--utrecht-button-hover-background-color: var(--leiden-color-white);
|
|
369
|
+
--utrecht-button-hover-background-color: var(--leiden-color-white-100);
|
|
356
370
|
--utrecht-button-hover-color: var(--leiden-color-primary-hover);
|
|
357
371
|
/* --utrecht-button-hover-border-color: unset; */
|
|
358
372
|
/* --utrecht-button-focus-transform-scale: unset; */
|
|
359
373
|
|
|
360
|
-
--utrecht-button-secondary-action-background-color: var(
|
|
374
|
+
--utrecht-button-secondary-action-background-color: var(
|
|
375
|
+
--leiden-color-white-100
|
|
376
|
+
);
|
|
361
377
|
--utrecht-button-secondary-action-border-color: var(--leiden-color-primary);
|
|
362
378
|
--utrecht-button-secondary-action-border-width: 2px;
|
|
363
379
|
--utrecht-button-secondary-action-color: var(--leiden-color-primary);
|
|
364
|
-
--utrecht-button-secondary-action-font-weight: var(
|
|
380
|
+
--utrecht-button-secondary-action-font-weight: var(
|
|
381
|
+
--leiden-font-weight-normal
|
|
382
|
+
);
|
|
365
383
|
|
|
366
384
|
/* InputField */
|
|
367
385
|
--utrecht-form-input-background-color: var(--leiden-color-white-100);
|
|
368
386
|
--utrecht-form-input-border-width: var(--leiden-size-4xs);
|
|
369
387
|
--utrecht-form-input-border-color: var(--leiden-color-grey-33);
|
|
370
388
|
--utrecht-form-input-border-radius: 0px;
|
|
371
|
-
--utrecht-form-input-color: var(--leiden-color-grey-
|
|
389
|
+
--utrecht-form-input-color: var(--leiden-color-grey-11);
|
|
372
390
|
--utrecht-form-input-font-family: var(
|
|
373
391
|
--leiden-typography-sans-serif-font-family
|
|
374
392
|
);
|
|
@@ -385,7 +403,7 @@
|
|
|
385
403
|
/* --utrecht-textbox-border-bottom-width: ; */
|
|
386
404
|
--utrecht-textbox-border-color: var(--leiden-color-grey-33);
|
|
387
405
|
--utrecht-textbox-border-radius: 0px;
|
|
388
|
-
--utrecht-textbox-color: var(--leiden-color-grey-
|
|
406
|
+
--utrecht-textbox-color: var(--leiden-color-grey-11);
|
|
389
407
|
--utrecht-textbox-font-family: var(
|
|
390
408
|
--leiden-typography-sans-serif-font-family
|
|
391
409
|
);
|
|
@@ -407,15 +425,18 @@
|
|
|
407
425
|
/* Input select single */
|
|
408
426
|
--conduction-input-select-padding-block-start: 0;
|
|
409
427
|
--conduction-input-select-padding-block-end: 0;
|
|
410
|
-
--conduction-input-select-border-radius: var(
|
|
411
|
-
|
|
412
|
-
|
|
428
|
+
--conduction-input-select-border-radius: var(
|
|
429
|
+
--utrecht-form-input-border-radius
|
|
430
|
+
);
|
|
431
|
+
--conduction-input-select-background-color: var(--leiden-color-white-100);
|
|
432
|
+
--conduction-input-select-border: 1px solid
|
|
433
|
+
var(--utrecht-form-input-border-color);
|
|
413
434
|
--conduction-input-select-border-focus: unset;
|
|
414
435
|
--conduction-input-select-invalid-border-color: var(--leiden-color-error);
|
|
415
436
|
|
|
416
437
|
/* conduction Card */
|
|
417
|
-
--utrecht-card-background-color: var(--leiden-color-lightgrey);
|
|
418
|
-
--utrecht-card-color: var(--leiden-color-black);
|
|
438
|
+
--utrecht-card-background-color: var(--leiden-color-lightgrey-89);
|
|
439
|
+
--utrecht-card-color: var(--leiden-color-black-9);
|
|
419
440
|
/* --utrecht-card-border-radius: <length>; */
|
|
420
441
|
--utrecht-card-padding-block-end: var(--leiden-size-sm);
|
|
421
442
|
--utrecht-card-padding-block-start: var(--leiden-size-sm);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 10 Aug 2023 09:52:10 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.xxllnc-theme {
|
|
@@ -12,8 +12,11 @@
|
|
|
12
12
|
--utrecht-table-header-cell-text-transform: unset;
|
|
13
13
|
--utrecht-table-header-text-transform: unset;
|
|
14
14
|
--utrecht-table-margin-block-end: 0;
|
|
15
|
+
--utrecht-paragraph-margin-block-end: 0;
|
|
16
|
+
--utrecht-paragraph-margin-block-start: 0;
|
|
15
17
|
--utrecht-paragraph-line-height: 1.5em;
|
|
16
18
|
--utrecht-page-max-inline-size: 1140px;
|
|
19
|
+
--utrecht-page-footer-background-image: unset;
|
|
17
20
|
--utrecht-unordered-list-item-padding-inline-start: 1ch;
|
|
18
21
|
--utrecht-unordered-list-padding-inline-start: 2ch;
|
|
19
22
|
--utrecht-unordered-list-margin-block-end: 0;
|
|
@@ -25,7 +28,6 @@
|
|
|
25
28
|
--utrecht-link-text-decoration: none;
|
|
26
29
|
--utrecht-form-input-font-size: 15px;
|
|
27
30
|
--utrecht-form-input-border-radius: 6px;
|
|
28
|
-
--utrecht-page-footer-background-image: unset;
|
|
29
31
|
--utrecht-code-block-margin-inline-end: 0;
|
|
30
32
|
--utrecht-code-block-margin-inline-start: 0;
|
|
31
33
|
--utrecht-code-font-size: inherit;
|
|
@@ -81,12 +83,10 @@
|
|
|
81
83
|
--xxllnc-color-white-100-0t: #ffffff; /* White with 0% transparency */
|
|
82
84
|
--xxllnc-color-white-100: #ffffff; /* Base/White */
|
|
83
85
|
--xxllnc-color-white-95: #f1f1f1;
|
|
84
|
-
--xxllnc-color-alert-info-background: #d4edda;
|
|
85
|
-
--xxllnc-color-alert-info: #155724;
|
|
86
86
|
--xxllnc-color-alert-succes-background: #d4edda;
|
|
87
87
|
--xxllnc-color-alert-succes: #155724;
|
|
88
88
|
--xxllnc-color-succes: #28a745;
|
|
89
|
-
--xxllnc-color-alert-warning-background: #
|
|
89
|
+
--xxllnc-color-alert-warning-background: #fff3cd;
|
|
90
90
|
--xxllnc-color-alert-warning: #856404;
|
|
91
91
|
--xxllnc-color-warning: #ffc107;
|
|
92
92
|
--xxllnc-color-alert-error-background: #f8d7da;
|
|
@@ -94,7 +94,6 @@
|
|
|
94
94
|
--xxllnc-color-error: #dc3545;
|
|
95
95
|
--xxllnc-color-primary-hover: #00000080; /* Primary with 50% transparency */
|
|
96
96
|
--xxllnc-color-primary: #000000ad; /* Primary with 68% transparency */
|
|
97
|
-
--conduction-input-select-focus-border: 1px solid var(--xxllnc-color-grey-92);
|
|
98
97
|
--conduction-input-select-invalid-border-color: var(--xxllnc-color-error);
|
|
99
98
|
--conduction-input-select-border-radius: var(--utrecht-form-input-border-radius);
|
|
100
99
|
--conduction-input-select-border: 1px solid var(--xxllnc-color-grey-92);
|
|
@@ -129,6 +128,12 @@
|
|
|
129
128
|
--utrecht-page-header-padding-block-start: var(--xxllnc-size-sm);
|
|
130
129
|
--utrecht-page-header-color: var(--xxllnc-color-black-16);
|
|
131
130
|
--utrecht-page-header-background-color: var(--xxllnc-color-grey-92);
|
|
131
|
+
--utrecht-page-footer-padding-block-start: var(--xxllnc-size-2xl);
|
|
132
|
+
--utrecht-page-footer-padding-block-end: var(--xxllnc-size-2xl);
|
|
133
|
+
--utrecht-page-footer-padding-inline-start: var(--xxllnc-size-sm);
|
|
134
|
+
--utrecht-page-footer-padding-inline-end: var(--xxllnc-size-sm);
|
|
135
|
+
--utrecht-page-footer-color: var(--xxllnc-color-primary);
|
|
136
|
+
--utrecht-page-footer-background-color: var(--xxllnc-color-white-100);
|
|
132
137
|
--utrecht-unordered-list-marker-color: var(--xxllnc-color-primary);
|
|
133
138
|
--utrecht-unordered-list-item-margin-block-end: var(--xxllnc-size-xs);
|
|
134
139
|
--utrecht-unordered-list-item-margin-block-start: var(--xxllnc-size-xs);
|
|
@@ -179,12 +184,6 @@
|
|
|
179
184
|
--utrecht-form-input-border-width: var(--xxllnc-size-4xs);
|
|
180
185
|
--utrecht-form-input-border-color: var(--xxllnc-color-black-0-22t);
|
|
181
186
|
--utrecht-form-input-background-color: var(--xxllnc-color-white-100-0t);
|
|
182
|
-
--utrecht-page-footer-padding-block-start: var(--xxllnc-size-2xl);
|
|
183
|
-
--utrecht-page-footer-padding-block-end: var(--xxllnc-size-2xl);
|
|
184
|
-
--utrecht-page-footer-padding-inline-start: var(--xxllnc-size-sm);
|
|
185
|
-
--utrecht-page-footer-padding-inline-end: var(--xxllnc-size-sm);
|
|
186
|
-
--utrecht-page-footer-color: var(--xxllnc-color-primary);
|
|
187
|
-
--utrecht-page-footer-background-color: var(--xxllnc-color-white-100);
|
|
188
187
|
--utrecht-document-font-size: var(--xxllnc-font-size-md);
|
|
189
188
|
--utrecht-document-font-family: var(--xxllnc-typography-sans-serif-font-family);
|
|
190
189
|
--utrecht-document-color: var(--xxllnc-color-black-16);
|
|
@@ -229,7 +228,6 @@
|
|
|
229
228
|
--utrecht-alert-icon-warning-color: var(--xxllnc-color-alert-warning);
|
|
230
229
|
--utrecht-alert-icon-gap: var(--xxllnc-size-xs);
|
|
231
230
|
--utrecht-alert-icon-error-color: var(--xxllnc-color-alert-error);
|
|
232
|
-
--utrecht-alert-icon-color: var(--xxllnc-color-alert-info);
|
|
233
231
|
--utrecht-alert-ok-color: var(--xxllnc-color-alert-succes);
|
|
234
232
|
--utrecht-alert-ok-background-color: var(--xxllnc-color-alert-succes-background);
|
|
235
233
|
--utrecht-alert-error-color: var(--xxllnc-color-alert-error);
|
|
@@ -240,8 +238,6 @@
|
|
|
240
238
|
--utrecht-alert-padding-inline-start: var(--xxllnc-size-lg);
|
|
241
239
|
--utrecht-alert-padding-block-end: var(--xxllnc-size-lg);
|
|
242
240
|
--utrecht-alert-padding-block-start: var(--xxllnc-size-lg);
|
|
243
|
-
--utrecht-alert-color: var(--xxllnc-color-alert-info);
|
|
244
|
-
--utrecht-alert-background-color: var(--xxllnc-color-alert-info-background);
|
|
245
241
|
--utrecht-card-padding-block-start: var(--xxllnc-size-md);
|
|
246
242
|
--utrecht-card-padding-block-end: var(--xxllnc-size-md);
|
|
247
243
|
--utrecht-card-padding-inline-start: var(--xxllnc-size-md);
|
|
@@ -277,6 +273,8 @@
|
|
|
277
273
|
--xxllnc-typography-scale-2xs: var(--xxllnc-font-size-2xs);
|
|
278
274
|
--xxllnc-typography-scale-3xs: var(--xxllnc-font-size-3xs);
|
|
279
275
|
--xxllnc-typography-scale-4xs: var(--xxllnc-font-size-4xs);
|
|
276
|
+
--xxllnc-color-alert-info-background: var(--xxllnc-color-grey-92);
|
|
277
|
+
--xxllnc-color-alert-info: var(--xxllnc-color-black-16);
|
|
280
278
|
--xxllnc-color-info: var(--xxllnc-color-primary);
|
|
281
279
|
--utrecht-table-header-cell-color: var(--utrecht-document-color);
|
|
282
280
|
--utrecht-table-header-cell-font-size: var(--utrecht-document-font-size);
|
|
@@ -286,4 +284,7 @@
|
|
|
286
284
|
--utrecht-paragraph-color: var(--utrecht-document-color);
|
|
287
285
|
--utrecht-unordered-list-font-size: var(--utrecht-document-font-size);
|
|
288
286
|
--utrecht-ordered-list-font-size: var(--utrecht-document-font-size);
|
|
287
|
+
--utrecht-alert-icon-color: var(--xxllnc-color-alert-info);
|
|
288
|
+
--utrecht-alert-color: var(--xxllnc-color-alert-info);
|
|
289
|
+
--utrecht-alert-background-color: var(--xxllnc-color-alert-info-background);
|
|
289
290
|
}
|