@conduction/theme 1.0.14 → 1.0.16

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.
Files changed (91) hide show
  1. package/README.md +4 -2
  2. package/conduction-design-tokens/LICENSE.md +17 -0
  3. package/conduction-design-tokens/dist/design-tokens.css +298 -0
  4. package/conduction-design-tokens/dist/font.css +5 -0
  5. package/conduction-design-tokens/dist/index.css +7 -0
  6. package/conduction-design-tokens/dist/index.js +296 -0
  7. package/conduction-design-tokens/dist/index.json +5783 -0
  8. package/conduction-design-tokens/dist/index.less +295 -0
  9. package/conduction-design-tokens/dist/index.scss +295 -0
  10. package/conduction-design-tokens/dist/tokens.json +6178 -0
  11. package/conduction-design-tokens/package.json +40 -0
  12. package/conduction-design-tokens/src/brand/conduction/color.tokens.json +59 -0
  13. package/conduction-design-tokens/src/brand/conduction/font-size.tokens.json +17 -0
  14. package/conduction-design-tokens/src/brand/conduction/size.tokens.json +17 -0
  15. package/conduction-design-tokens/src/brand/conduction/typography.tokens.json +47 -0
  16. package/conduction-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  17. package/conduction-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  18. package/conduction-design-tokens/src/component/conduction/card.tokens.json +15 -0
  19. package/conduction-design-tokens/src/component/conduction/select.tokens.json +15 -0
  20. package/conduction-design-tokens/src/component/conduction/table.tokens.json +16 -0
  21. package/conduction-design-tokens/src/component/utrecht/alert.tokens.json +47 -0
  22. package/conduction-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  23. package/conduction-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  24. package/conduction-design-tokens/src/component/utrecht/code.tokens.json +27 -0
  25. package/conduction-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  26. package/conduction-design-tokens/src/component/utrecht/form-input.tokens.json +44 -0
  27. package/conduction-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
  28. package/conduction-design-tokens/src/component/utrecht/icon.tokens.json +13 -0
  29. package/conduction-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  30. package/conduction-design-tokens/src/component/utrecht/list.tokens.json +32 -0
  31. package/conduction-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  32. package/conduction-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  33. package/conduction-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  34. package/conduction-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  35. package/conduction-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  36. package/conduction-design-tokens/src/component/utrecht/textbox.tokens.json +44 -0
  37. package/conduction-design-tokens/src/config.json +7 -0
  38. package/conduction-design-tokens/src/font/Aldritch.woff2 +0 -0
  39. package/conduction-design-tokens/src/font.scss +6 -0
  40. package/conduction-design-tokens/src/index.scss +8 -0
  41. package/conduction-design-tokens/style-dictionary.config.js +6 -0
  42. package/municipalities/leiden-design-tokens/LICENSE.md +17 -0
  43. package/municipalities/leiden-design-tokens/dist/design-tokens.css +283 -0
  44. package/municipalities/leiden-design-tokens/dist/font.css +1 -0
  45. package/municipalities/leiden-design-tokens/dist/index.css +7 -0
  46. package/municipalities/leiden-design-tokens/dist/index.js +281 -0
  47. package/municipalities/leiden-design-tokens/dist/index.json +5470 -0
  48. package/municipalities/leiden-design-tokens/dist/index.less +280 -0
  49. package/municipalities/leiden-design-tokens/dist/index.scss +280 -0
  50. package/municipalities/leiden-design-tokens/dist/tokens.json +5852 -0
  51. package/municipalities/leiden-design-tokens/package.json +40 -0
  52. package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +63 -0
  53. package/municipalities/leiden-design-tokens/src/brand/leiden/font-size.tokens.json +17 -0
  54. package/municipalities/leiden-design-tokens/src/brand/leiden/size.tokens.json +17 -0
  55. package/municipalities/leiden-design-tokens/src/brand/leiden/typography.tokens.json +42 -0
  56. package/municipalities/leiden-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  57. package/municipalities/leiden-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  58. package/municipalities/leiden-design-tokens/src/component/conduction/card.tokens.json +15 -0
  59. package/municipalities/leiden-design-tokens/src/component/conduction/select.tokens.json +15 -0
  60. package/municipalities/leiden-design-tokens/src/component/utrecht/alert.tokens.json +47 -0
  61. package/municipalities/leiden-design-tokens/src/component/utrecht/blockquote.tokes.json +27 -0
  62. package/municipalities/leiden-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  63. package/municipalities/leiden-design-tokens/src/component/utrecht/code.tokens.json +27 -0
  64. package/municipalities/leiden-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  65. package/municipalities/leiden-design-tokens/src/component/utrecht/form-input.tokens.json +44 -0
  66. package/municipalities/leiden-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
  67. package/municipalities/leiden-design-tokens/src/component/utrecht/icon.tokens.json +13 -0
  68. package/municipalities/leiden-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  69. package/municipalities/leiden-design-tokens/src/component/utrecht/list.tokens.json +32 -0
  70. package/municipalities/leiden-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  71. package/municipalities/leiden-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  72. package/municipalities/leiden-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  73. package/municipalities/leiden-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  74. package/municipalities/leiden-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  75. package/municipalities/leiden-design-tokens/src/component/utrecht/textbox.tokens.json +44 -0
  76. package/municipalities/leiden-design-tokens/src/config.json +7 -0
  77. package/municipalities/leiden-design-tokens/src/font.scss +1 -0
  78. package/municipalities/leiden-design-tokens/src/index.scss +11 -0
  79. package/municipalities/leiden-design-tokens/style-dictionary.config.js +6 -0
  80. package/municipalities/leiden.css +61 -40
  81. package/municipalities/xxllnc-design-tokens/LICENSE.md +17 -0
  82. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +10 -9
  83. package/municipalities/xxllnc-design-tokens/dist/index.js +10 -9
  84. package/municipalities/xxllnc-design-tokens/dist/index.json +45 -28
  85. package/municipalities/xxllnc-design-tokens/dist/index.less +10 -9
  86. package/municipalities/xxllnc-design-tokens/dist/index.scss +10 -9
  87. package/municipalities/xxllnc-design-tokens/dist/tokens.json +174 -160
  88. package/municipalities/xxllnc-design-tokens/src/component/utrecht/paragraph.tokens.json +2 -2
  89. package/package.json +1 -1
  90. package/theme.css +55 -43
  91. /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,11 @@
1
+ {
2
+ "utrecht": {
3
+ "page": {
4
+ "background-color": {},
5
+ "color": {},
6
+ "padding-inline-start": { "value": "{leiden.size.lg}" },
7
+ "padding-inline-end": { "value": "{leiden.size.lg}" },
8
+ "max-inline-size": { "value": "1140px" }
9
+ }
10
+ }
11
+ }
@@ -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,7 @@
1
+ {
2
+ "fullName": "Gemeente Leiden",
3
+ "name": "Leiden",
4
+ "prefix": "leiden",
5
+ "npm": "@conduction/leiden-design-tokens",
6
+ "stories": ["react-utrecht-link--default"]
7
+ }
@@ -0,0 +1 @@
1
+ /* Place any @font-face definitions here */
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @license SEE LICENSE.md
3
+ * Copyright (c) 2021 NL Design System Community
4
+ * All rights reserved
5
+ */
6
+
7
+ @import "./design-tokens.css";
8
+
9
+ /* stylelint-disable block-no-empty */
10
+ .example-theme {
11
+ }
@@ -0,0 +1,6 @@
1
+ const config = require('./src/config.json');
2
+ const { createConfig } = require('../../style-dictionary-config');
3
+
4
+ module.exports = createConfig({
5
+ selector: `.${config.prefix}-theme`,
6
+ });
@@ -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-header-font-family: "Open Sans", Arial, sans-serif;
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(--leiden-typography-header-font-family);
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(--leiden-typography-header-font-family);
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(--leiden-typography-header-font-family);
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(--leiden-typography-header-font-family);
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-lf);
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(--leiden-typography-header-font-family);
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-code-font-family);
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(--leiden-typography-code-font-family);
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) inherit;
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(--leiden-color-white);
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(--leiden-font-weight-normal);
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-43);
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-43);
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(--utrecht-form-input-border-radius);
411
- --conduction-input-select-background-color: var(--leiden-color-white);
412
- --conduction-input-select-border: 1px solid var(--utrecht-form-input-border-color);
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);
@@ -0,0 +1,17 @@
1
+ # Auteursrecht XXLLNC
2
+
3
+ Copyright (c) 2023 XXLLNC
4
+
5
+ ## Logo en huisstijl
6
+
7
+ Op het huisstijl en logo zijn auteursrechten van toepassing. Het gebruik van logo en huisstijl is alleen toegestaan voor gebruik door XXLLNC.
8
+
9
+ Wanneer je een bewerking van de software wilt gebruiken voor andere doeleinden, mag je niet het logo van XXLLNC gebruiken en je ontwerpt een eigen huisstijl.
10
+
11
+ ## Lettertype
12
+
13
+ Lettertypes die worden gebruikt voor de huisstijl zijn niet allemaal gratis en open source. Let op dat bij gebruik van die bijgeleverde lettertypes je een (betaalde) licentie regelt. Pas anders de configuratie aan om minder of andere lettertypes te gebruiken.
14
+
15
+ ## Toestemming
16
+
17
+ Wanneer je het logo of de huisstijl wilt gebruiken kun je voor toestemming contact opnemen met XXLLNC.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 08 Aug 2023 14:20:55 GMT
3
+ * Generated on Wed, 09 Aug 2023 13:53:32 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;
@@ -94,7 +96,6 @@
94
96
  --xxllnc-color-error: #dc3545;
95
97
  --xxllnc-color-primary-hover: #00000080; /* Primary with 50% transparency */
96
98
  --xxllnc-color-primary: #000000ad; /* Primary with 68% transparency */
97
- --conduction-input-select-focus-border: 1px solid var(--xxllnc-color-grey-92);
98
99
  --conduction-input-select-invalid-border-color: var(--xxllnc-color-error);
99
100
  --conduction-input-select-border-radius: var(--utrecht-form-input-border-radius);
100
101
  --conduction-input-select-border: 1px solid var(--xxllnc-color-grey-92);
@@ -129,6 +130,12 @@
129
130
  --utrecht-page-header-padding-block-start: var(--xxllnc-size-sm);
130
131
  --utrecht-page-header-color: var(--xxllnc-color-black-16);
131
132
  --utrecht-page-header-background-color: var(--xxllnc-color-grey-92);
133
+ --utrecht-page-footer-padding-block-start: var(--xxllnc-size-2xl);
134
+ --utrecht-page-footer-padding-block-end: var(--xxllnc-size-2xl);
135
+ --utrecht-page-footer-padding-inline-start: var(--xxllnc-size-sm);
136
+ --utrecht-page-footer-padding-inline-end: var(--xxllnc-size-sm);
137
+ --utrecht-page-footer-color: var(--xxllnc-color-primary);
138
+ --utrecht-page-footer-background-color: var(--xxllnc-color-white-100);
132
139
  --utrecht-unordered-list-marker-color: var(--xxllnc-color-primary);
133
140
  --utrecht-unordered-list-item-margin-block-end: var(--xxllnc-size-xs);
134
141
  --utrecht-unordered-list-item-margin-block-start: var(--xxllnc-size-xs);
@@ -179,12 +186,6 @@
179
186
  --utrecht-form-input-border-width: var(--xxllnc-size-4xs);
180
187
  --utrecht-form-input-border-color: var(--xxllnc-color-black-0-22t);
181
188
  --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
189
  --utrecht-document-font-size: var(--xxllnc-font-size-md);
189
190
  --utrecht-document-font-family: var(--xxllnc-typography-sans-serif-font-family);
190
191
  --utrecht-document-color: var(--xxllnc-color-black-16);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 08 Aug 2023 14:20:55 GMT
3
+ * Generated on Wed, 09 Aug 2023 13:53:32 GMT
4
4
  */
5
5
 
6
6
  export const xxllncColorPrimary = "#000000ad"; // Primary with 68% transparency
@@ -164,13 +164,6 @@ export const utrechtDocumentBackgroundColor = "#ffffff";
164
164
  export const utrechtDocumentColor = "#28282c";
165
165
  export const utrechtDocumentFontFamily = "neue-haas-grotesk-text, sans-serif";
166
166
  export const utrechtDocumentFontSize = "16px";
167
- export const utrechtPageFooterBackgroundColor = "#ffffff";
168
- export const utrechtPageFooterBackgroundImage = "unset";
169
- export const utrechtPageFooterColor = "#000000ad";
170
- export const utrechtPageFooterPaddingInlineEnd = "14px";
171
- export const utrechtPageFooterPaddingInlineStart = "14px";
172
- export const utrechtPageFooterPaddingBlockEnd = "48px";
173
- export const utrechtPageFooterPaddingBlockStart = "48px";
174
167
  export const utrechtFormInputBackgroundColor = "#ffffff";
175
168
  export const utrechtFormInputBorderColor = "#00000038";
176
169
  export const utrechtFormInputBorderRadius = "6px";
@@ -234,6 +227,13 @@ export const utrechtUnorderedListItemMarginBlockStart = "8px";
234
227
  export const utrechtUnorderedListItemMarginBlockEnd = "8px";
235
228
  export const utrechtUnorderedListItemPaddingInlineStart = "1ch";
236
229
  export const utrechtUnorderedListMarkerColor = "#000000ad";
230
+ export const utrechtPageFooterBackgroundColor = "#ffffff";
231
+ export const utrechtPageFooterBackgroundImage = "unset";
232
+ export const utrechtPageFooterColor = "#000000ad";
233
+ export const utrechtPageFooterPaddingInlineEnd = "14px";
234
+ export const utrechtPageFooterPaddingInlineStart = "14px";
235
+ export const utrechtPageFooterPaddingBlockEnd = "48px";
236
+ export const utrechtPageFooterPaddingBlockStart = "48px";
237
237
  export const utrechtPageHeaderBackgroundColor = "#eaeaea";
238
238
  export const utrechtPageHeaderColor = "#28282c";
239
239
  export const utrechtPageHeaderPaddingBlockStart = "14px";
@@ -246,6 +246,8 @@ export const utrechtParagraphFontFamily = "neue-haas-grotesk-text, sans-serif";
246
246
  export const utrechtParagraphFontSize = "16px";
247
247
  export const utrechtParagraphFontWeight = "400";
248
248
  export const utrechtParagraphLineHeight = "1.5em";
249
+ export const utrechtParagraphMarginBlockStart = 0;
250
+ export const utrechtParagraphMarginBlockEnd = 0;
249
251
  export const utrechtTableBorderColor = "#f5f5f5";
250
252
  export const utrechtTableBorderWidth = "1px";
251
253
  export const utrechtTableFontFamily = "neue-haas-grotesk-text, sans-serif";
@@ -284,4 +286,3 @@ export const conductionInputSelectBorderRadius = "6px";
284
286
  export const conductionInputSelectInvalidBorderColor = "#dc3545";
285
287
  export const conductionInputSelectPaddingBlockEnd = 0;
286
288
  export const conductionInputSelectPaddingBlockStart = 0;
287
- export const conductionInputSelectFocusBorder = "1px solid #eaeaea";