@conduction/theme 1.0.13 → 1.0.15

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 (84) hide show
  1. package/.prettierrc +12 -0
  2. package/README.md +2 -0
  3. package/conduction-design-tokens/LICENSE.md +17 -0
  4. package/conduction-design-tokens/dist/design-tokens.css +294 -0
  5. package/conduction-design-tokens/dist/font.css +5 -0
  6. package/conduction-design-tokens/dist/index.css +7 -0
  7. package/conduction-design-tokens/dist/index.js +292 -0
  8. package/conduction-design-tokens/dist/index.json +5699 -0
  9. package/conduction-design-tokens/dist/index.less +291 -0
  10. package/conduction-design-tokens/dist/index.scss +291 -0
  11. package/conduction-design-tokens/dist/tokens.json +6098 -0
  12. package/conduction-design-tokens/package.json +40 -0
  13. package/conduction-design-tokens/src/brand/conduction/color.tokens.json +59 -0
  14. package/conduction-design-tokens/src/brand/conduction/font-size.tokens.json +17 -0
  15. package/conduction-design-tokens/src/brand/conduction/size.tokens.json +17 -0
  16. package/conduction-design-tokens/src/brand/conduction/typography.tokens.json +47 -0
  17. package/conduction-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  18. package/conduction-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  19. package/conduction-design-tokens/src/component/conduction/card.tokens.json +15 -0
  20. package/conduction-design-tokens/src/component/conduction/select.tokens.json +15 -0
  21. package/conduction-design-tokens/src/component/conduction/table.tokens.json +16 -0
  22. package/conduction-design-tokens/src/component/utrecht/alert.tokens.json +47 -0
  23. package/conduction-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  24. package/conduction-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  25. package/conduction-design-tokens/src/component/utrecht/code.tokens.json +27 -0
  26. package/conduction-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  27. package/conduction-design-tokens/src/component/utrecht/form-input.tokens.json +44 -0
  28. package/conduction-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
  29. package/conduction-design-tokens/src/component/utrecht/icon.tokens.json +13 -0
  30. package/conduction-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  31. package/conduction-design-tokens/src/component/utrecht/list.tokens.json +32 -0
  32. package/conduction-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  33. package/conduction-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  34. package/conduction-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  35. package/conduction-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  36. package/conduction-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  37. package/conduction-design-tokens/src/component/utrecht/textbox.tokens.json +44 -0
  38. package/conduction-design-tokens/src/config.json +7 -0
  39. package/conduction-design-tokens/src/font/Aldritch.woff2 +0 -0
  40. package/conduction-design-tokens/src/font.scss +6 -0
  41. package/conduction-design-tokens/src/index.scss +8 -0
  42. package/conduction-design-tokens/style-dictionary.config.js +6 -0
  43. package/municipalities/xxllnc-design-tokens/LICENSE.md +17 -0
  44. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +289 -0
  45. package/municipalities/xxllnc-design-tokens/dist/font.css +1 -0
  46. package/municipalities/xxllnc-design-tokens/dist/index.css +7 -0
  47. package/municipalities/xxllnc-design-tokens/dist/index.js +287 -0
  48. package/municipalities/xxllnc-design-tokens/dist/index.json +5606 -0
  49. package/municipalities/xxllnc-design-tokens/dist/index.less +286 -0
  50. package/municipalities/xxllnc-design-tokens/dist/index.scss +286 -0
  51. package/municipalities/xxllnc-design-tokens/dist/tokens.json +5989 -0
  52. package/municipalities/xxllnc-design-tokens/package.json +40 -0
  53. package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +84 -0
  54. package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/font-size.tokens.json +17 -0
  55. package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/size.tokens.json +17 -0
  56. package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/typography.tokens.json +47 -0
  57. package/municipalities/xxllnc-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  58. package/municipalities/xxllnc-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  59. package/municipalities/xxllnc-design-tokens/src/component/conduction/card.tokens.json +15 -0
  60. package/municipalities/xxllnc-design-tokens/src/component/conduction/select.tokens.json +15 -0
  61. package/municipalities/xxllnc-design-tokens/src/component/utrecht/alert.tokens.json +47 -0
  62. package/municipalities/xxllnc-design-tokens/src/component/utrecht/blockquote.tokes.json +27 -0
  63. package/municipalities/xxllnc-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  64. package/municipalities/xxllnc-design-tokens/src/component/utrecht/code.tokens.json +27 -0
  65. package/municipalities/xxllnc-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  66. package/municipalities/xxllnc-design-tokens/src/component/utrecht/footer.tokens.json +13 -0
  67. package/municipalities/xxllnc-design-tokens/src/component/utrecht/form-input.tokens.json +44 -0
  68. package/municipalities/xxllnc-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
  69. package/municipalities/xxllnc-design-tokens/src/component/utrecht/icon.tokens.json +13 -0
  70. package/municipalities/xxllnc-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  71. package/municipalities/xxllnc-design-tokens/src/component/utrecht/list.tokens.json +32 -0
  72. package/municipalities/xxllnc-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  73. package/municipalities/xxllnc-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  74. package/municipalities/xxllnc-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  75. package/municipalities/xxllnc-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  76. package/municipalities/xxllnc-design-tokens/src/component/utrecht/textbox.tokens.json +44 -0
  77. package/municipalities/xxllnc-design-tokens/src/config.json +7 -0
  78. package/municipalities/xxllnc-design-tokens/src/font.scss +1 -0
  79. package/municipalities/xxllnc-design-tokens/src/index.scss +11 -0
  80. package/municipalities/xxllnc-design-tokens/style-dictionary.config.js +6 -0
  81. package/municipalities/xxllnc.css +70 -59
  82. package/package.json +1 -1
  83. package/style-dictionary-config.js +80 -0
  84. package/theme.css +51 -39
@@ -0,0 +1,33 @@
1
+ {
2
+ "utrecht": {
3
+ "link": {
4
+ "color": { "value": "{conduction.color.primary}" },
5
+ "text-decoration": { "value": "none" },
6
+ "text-decoration-color": { "value": "unset" },
7
+ "text-decoration-thickness": { "value": 0 },
8
+ "text-underline-offset": { "value": "{conduction.size.3xs}" },
9
+ "active": {
10
+ "color": {}
11
+ },
12
+ "focus": {
13
+ "color": {},
14
+ "text-decoration": {},
15
+ "text-decoration-thickness": {}
16
+ },
17
+ "hover": {
18
+ "color": { "value": "{conduction.color.primary-hover}" },
19
+ "text-decoration": { "value": "underline" },
20
+ "text-decoration-thickness": { "value": "{conduction.size.4xs}" }
21
+ },
22
+ "placeholder": {
23
+ "color": {}
24
+ },
25
+ "visited": {
26
+ "color": { "value": "{conduction.color.primary}" }
27
+ },
28
+ "icon": {
29
+ "size": { "value": "{conduction.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": "{conduction.size.sm}" },
7
+ "margin-block-end": { "value": "{conduction.size.sm}" },
8
+ "padding-inline-start": { "value": "{conduction.size.xl}" },
9
+ "item": {
10
+ "margin-block-start": { "value": "{conduction.size.2xs}" },
11
+ "margin-block-end": { "value": "{conduction.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": "{conduction.size.md}" },
20
+ "margin-block-end": { "value": 0 },
21
+ "padding-inline-start": { "value": "2ch" },
22
+ "item": {
23
+ "margin-block-start": { "value": "{conduction.size.xs}" },
24
+ "margin-block-end": { "value": "{conduction.size.xs}" },
25
+ "padding-inline-start": { "value": "1ch" }
26
+ },
27
+ "marker": {
28
+ "color": { "value": "{conduction.color.primary}" }
29
+ }
30
+ }
31
+ }
32
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "utrecht": {
3
+ "page-footer": {
4
+ "background-color": { "value": "{conduction.color.lightgrey.96}" },
5
+ "background-image": { "value": "unset" },
6
+ "color": { "value": "{conduction.color.black.0}" },
7
+ "padding-inline-end": { "value": "{conduction.size.sm}" },
8
+ "padding-inline-start": { "value": "{conduction.size.sm}" },
9
+ "padding-block-end": { "value": "{conduction.size.2xl}" },
10
+ "padding-block-start": { "value": "{conduction.size.2xl}" }
11
+ }
12
+ }
13
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "utrecht": {
3
+ "page-header": {
4
+ "background-color": { "value": "{conduction.color.primary}" },
5
+ "color": { "value": "{conduction.color.white.100}" },
6
+ "padding-block-start": { "value": "{conduction.size.sm}" },
7
+ "padding-block-end": { "value": "{conduction.size.sm}" }
8
+ }
9
+ }
10
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "utrecht": {
3
+ "page": {
4
+ "background-color": {},
5
+ "color": {},
6
+ "margin-inline-start": { "value": "{conduction.size.lg}" },
7
+ "margin-inline-end": { "value": "{conduction.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": "{conduction.typography.sans-serif.font-family}" },
6
+ "font-size": { "value": "{conduction.font-size.md}" },
7
+ "font-weight": { "value": "{conduction.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": {},
5
+ "border-width": {},
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": "{conduction.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": "{conduction.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": "{conduction.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": "{conduction.size.md}" },
37
+ "padding-block-start": { "value": "{conduction.size.md}" },
38
+ "padding-inline-end": { "value": "{conduction.size.md}" },
39
+ "padding-inline-start": { "value": "{conduction.size.md}" },
40
+ "icon": {
41
+ "size": {}
42
+ }
43
+ },
44
+ "row": {
45
+ "border-block-end-color": { "value": "{conduction.color.grey.82}" },
46
+ "border-block-end-width": { "value": "{conduction.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": "{conduction.color.white.100}" },
5
+ "border-bottom-width": {},
6
+ "border-color": { "value": "{conduction.color.grey.48}" },
7
+ "border-radius": { "value": "3px" },
8
+ "border-width": { "value": "{conduction.size.4xs}" },
9
+ "color": { "value": "{conduction.color.grey.29}" },
10
+ "font-family": { "value": "{conduction.typography.sans-serif.font-family}" },
11
+ "font-size": { "value": "15px" },
12
+ "line-height": {},
13
+ "max-inline-size": {},
14
+ "padding-block-end": { "value": "{conduction.size.xs}" },
15
+ "padding-block-start": { "value": "{conduction.size.xs}" },
16
+ "padding-inline-end": { "value": "{conduction.size.sm}" },
17
+ "padding-inline-start": { "value": "{conduction.size.sm}" },
18
+ "placeholder": {
19
+ "color": { "value": "{conduction.color.grey.50}" }
20
+ },
21
+ "disabled": {
22
+ "background-color": {},
23
+ "border-color": {},
24
+ "color": {}
25
+ },
26
+ "focus": {
27
+ "background-color": { "value": "{conduction.color.white.100}" },
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": "Conduction",
3
+ "name": "conduction",
4
+ "prefix": "conduction",
5
+ "npm": "@conduction/theme",
6
+ "stories": ["react-utrecht-link--default"]
7
+ }
@@ -0,0 +1,6 @@
1
+ /* Place any @font-face definitions here */
2
+
3
+ @font-face {
4
+ font-family: "Aldritch";
5
+ src: url("../src/font/Aldritch.woff2") format("woff2");
6
+ }
@@ -0,0 +1,8 @@
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
+ @import "./font.css";
@@ -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
+ });
@@ -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.
@@ -0,0 +1,289 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Tue, 08 Aug 2023 14:20:55 GMT
4
+ */
5
+
6
+ .xxllnc-theme {
7
+ --conduction-input-select-padding-block-start: 0;
8
+ --conduction-input-select-padding-block-end: 0;
9
+ --conduction-input-select-border-focus: unset;
10
+ --utrecht-textbox-font-size: 15px;
11
+ --utrecht-textbox-border-radius: 6px;
12
+ --utrecht-table-header-cell-text-transform: unset;
13
+ --utrecht-table-header-text-transform: unset;
14
+ --utrecht-table-margin-block-end: 0;
15
+ --utrecht-paragraph-line-height: 1.5em;
16
+ --utrecht-page-max-inline-size: 1140px;
17
+ --utrecht-unordered-list-item-padding-inline-start: 1ch;
18
+ --utrecht-unordered-list-padding-inline-start: 2ch;
19
+ --utrecht-unordered-list-margin-block-end: 0;
20
+ --utrecht-ordered-list-item-padding-inline-start: 1ch;
21
+ --utrecht-link-hover-text-decoration-thickness: 0;
22
+ --utrecht-link-hover-text-decoration: none;
23
+ --utrecht-link-text-decoration-thickness: 0;
24
+ --utrecht-link-text-decoration-color: unset;
25
+ --utrecht-link-text-decoration: none;
26
+ --utrecht-form-input-font-size: 15px;
27
+ --utrecht-form-input-border-radius: 6px;
28
+ --utrecht-page-footer-background-image: unset;
29
+ --utrecht-code-block-margin-inline-end: 0;
30
+ --utrecht-code-block-margin-inline-start: 0;
31
+ --utrecht-code-font-size: inherit;
32
+ --utrecht-button-primary-action-font-weight: inherit;
33
+ --utrecht-button-primary-action-border-width: 0;
34
+ --utrecht-button-font-weight: inherit;
35
+ --utrecht-button-font-size: inherit;
36
+ --utrecht-button-border-width: 0;
37
+ --utrecht-button-border-radius: 16px;
38
+ --utrecht-card-border-width: unset;
39
+ --utrecht-card-border-radius: 16px;
40
+ --utrecht-action-submit-cursor: pointer;
41
+ --utrecht-action-disabled-cursor: not-allowed;
42
+ --utrecht-action-busy-cursor: wait;
43
+ --xxllnc-typography-font-weight-light: 100;
44
+ --xxllnc-typography-font-weight-normal: 400;
45
+ --xxllnc-typography-font-weight-bold: 700;
46
+ --xxllnc-typography-inter-font-family: "Inter", sans-serif;
47
+ --xxllnc-typography-monospace-font-family: Monospace, "Lucida Console";
48
+ --xxllnc-typography-sans-serif-font-family: neue-haas-grotesk-text, sans-serif;
49
+ --xxllnc-size-4xl: 96px;
50
+ --xxllnc-size-3xl: 72px;
51
+ --xxllnc-size-2xl: 48px;
52
+ --xxllnc-size-xl: 32px;
53
+ --xxllnc-size-lg: 24px;
54
+ --xxllnc-size-md: 18px;
55
+ --xxllnc-size-sm: 14px;
56
+ --xxllnc-size-xs: 8px;
57
+ --xxllnc-size-2xs: 4px;
58
+ --xxllnc-size-3xs: 2px;
59
+ --xxllnc-size-4xs: 1px;
60
+ --xxllnc-font-size-4xl: 58px;
61
+ --xxllnc-font-size-3xl: 48px;
62
+ --xxllnc-font-size-2xl: 32px;
63
+ --xxllnc-font-size-xl: 24px;
64
+ --xxllnc-font-size-lg: 20px;
65
+ --xxllnc-font-size-md: 16px;
66
+ --xxllnc-font-size-sm: 14px;
67
+ --xxllnc-font-size-xs: 12px;
68
+ --xxllnc-font-size-2xs: 10px;
69
+ --xxllnc-font-size-3xs: 8px;
70
+ --xxllnc-font-size-4xs: 5px;
71
+ --xxllnc-color-lightgrey: #f5f5f5;
72
+ --xxllnc-color-grey-90-hover: #e5e5e5cc; /* Grey with 80% transparency */
73
+ --xxllnc-color-grey-92: #eaeaea; /* Base/Grey */
74
+ --xxllnc-color-grey-90: #e5e5e5;
75
+ --xxllnc-color-grey-43: #6d6d6d;
76
+ --xxllnc-color-black-0-22t: #00000038; /* Black with 22% transparency */
77
+ --xxllnc-color-black-17-hover: #2b2b2bcc; /* Black with 80% transparency */
78
+ --xxllnc-color-black-21: #333338;
79
+ --xxllnc-color-black-17: #2b2b2b;
80
+ --xxllnc-color-black-16: #28282c; /* Base/Black */
81
+ --xxllnc-color-white-100-0t: #ffffff; /* White with 0% transparency */
82
+ --xxllnc-color-white-100: #ffffff; /* Base/White */
83
+ --xxllnc-color-white-95: #f1f1f1;
84
+ --xxllnc-color-alert-info-background: #d4edda;
85
+ --xxllnc-color-alert-info: #155724;
86
+ --xxllnc-color-alert-succes-background: #d4edda;
87
+ --xxllnc-color-alert-succes: #155724;
88
+ --xxllnc-color-succes: #28a745;
89
+ --xxllnc-color-alert-warning-background: #333338;
90
+ --xxllnc-color-alert-warning: #856404;
91
+ --xxllnc-color-warning: #ffc107;
92
+ --xxllnc-color-alert-error-background: #f8d7da;
93
+ --xxllnc-color-alert-error: #721c24;
94
+ --xxllnc-color-error: #dc3545;
95
+ --xxllnc-color-primary-hover: #00000080; /* Primary with 50% transparency */
96
+ --xxllnc-color-primary: #000000ad; /* Primary with 68% transparency */
97
+ --conduction-input-select-focus-border: 1px solid var(--xxllnc-color-grey-92);
98
+ --conduction-input-select-invalid-border-color: var(--xxllnc-color-error);
99
+ --conduction-input-select-border-radius: var(--utrecht-form-input-border-radius);
100
+ --conduction-input-select-border: 1px solid var(--xxllnc-color-grey-92);
101
+ --conduction-input-select-background-color: var(--xxllnc-color-white-100);
102
+ --utrecht-textbox-placeholder-color: var(--xxllnc-color-grey-43);
103
+ --utrecht-textbox-padding-inline-start: var(--xxllnc-size-sm);
104
+ --utrecht-textbox-padding-inline-end: var(--xxllnc-size-sm);
105
+ --utrecht-textbox-padding-block-start: var(--xxllnc-size-xs);
106
+ --utrecht-textbox-padding-block-end: var(--xxllnc-size-xs);
107
+ --utrecht-textbox-font-family: var(--xxllnc-typography-sans-serif-font-family);
108
+ --utrecht-textbox-color: var(--xxllnc-color-grey-43);
109
+ --utrecht-textbox-border-width: var(--xxllnc-size-4xs);
110
+ --utrecht-textbox-border-color: var(--xxllnc-color-black-0-22t);
111
+ --utrecht-textbox-background-color: var(--xxllnc-color-white-100-0t);
112
+ --utrecht-table-row-border-block-end-width: var(--xxllnc-size-4xs);
113
+ --utrecht-table-row-border-block-end-color: var(--xxllnc-color-lightgrey);
114
+ --utrecht-table-cell-padding-inline-start: var(--xxllnc-size-md);
115
+ --utrecht-table-cell-padding-inline-end: var(--xxllnc-size-md);
116
+ --utrecht-table-cell-padding-block-start: var(--xxllnc-size-md);
117
+ --utrecht-table-cell-padding-block-end: var(--xxllnc-size-md);
118
+ --utrecht-table-header-cell-font-weight: var(--xxllnc-typography-font-weight-bold);
119
+ --utrecht-table-header-font-weight: var(--xxllnc-typography-font-weight-bold);
120
+ --utrecht-table-margin-block-start: var(--xxllnc-size-md);
121
+ --utrecht-table-border-width: var(--xxllnc-size-4xs);
122
+ --utrecht-table-border-color: var(--xxllnc-color-lightgrey);
123
+ --utrecht-paragraph-font-weight: var(--xxllnc-typography-font-weight-normal);
124
+ --utrecht-paragraph-font-size: var(--xxllnc-font-size-md);
125
+ --utrecht-paragraph-font-family: var(--xxllnc-typography-sans-serif-font-family);
126
+ --utrecht-page-padding-inline-end: var(--xxllnc-size-lg);
127
+ --utrecht-page-padding-inline-start: var(--xxllnc-size-lg);
128
+ --utrecht-page-header-padding-block-end: var(--xxllnc-size-sm);
129
+ --utrecht-page-header-padding-block-start: var(--xxllnc-size-sm);
130
+ --utrecht-page-header-color: var(--xxllnc-color-black-16);
131
+ --utrecht-page-header-background-color: var(--xxllnc-color-grey-92);
132
+ --utrecht-unordered-list-marker-color: var(--xxllnc-color-primary);
133
+ --utrecht-unordered-list-item-margin-block-end: var(--xxllnc-size-xs);
134
+ --utrecht-unordered-list-item-margin-block-start: var(--xxllnc-size-xs);
135
+ --utrecht-unordered-list-margin-block-start: var(--xxllnc-size-md);
136
+ --utrecht-ordered-list-item-margin-block-end: var(--xxllnc-size-2xs);
137
+ --utrecht-ordered-list-item-margin-block-start: var(--xxllnc-size-2xs);
138
+ --utrecht-ordered-list-padding-inline-start: var(--xxllnc-size-xl);
139
+ --utrecht-ordered-list-margin-block-end: var(--xxllnc-size-sm);
140
+ --utrecht-ordered-list-margin-block-start: var(--xxllnc-size-sm);
141
+ --utrecht-link-icon-size: var(--xxllnc-size-md);
142
+ --utrecht-link-visited-color: var(--xxllnc-color-primary);
143
+ --utrecht-link-hover-color: var(--xxllnc-color-primary-hover);
144
+ --utrecht-link-text-underline-offset: var(--xxllnc-size-3xs);
145
+ --utrecht-link-color: var(--xxllnc-color-primary);
146
+ --utrecht-icon-gap: var(--xxllnc-size-xs);
147
+ --utrecht-heading-5-margin-block-start: var(--xxllnc-size-md);
148
+ --utrecht-heading-5-margin-block-end: var(--xxllnc-size-lg);
149
+ --utrecht-heading-5-font-weight: var(--xxllnc-typography-font-weight-light);
150
+ --utrecht-heading-5-font-size: var(--xxllnc-font-size-md);
151
+ --utrecht-heading-5-font-family: var(--xxllnc-typography-sans-serif-font-family);
152
+ --utrecht-heading-4-margin-block-start: var(--xxllnc-size-md);
153
+ --utrecht-heading-4-margin-block-end: var(--xxllnc-size-lg);
154
+ --utrecht-heading-4-font-weight: var(--xxllnc-typography-font-weight-normal);
155
+ --utrecht-heading-4-font-size: var(--xxllnc-font-size-lg);
156
+ --utrecht-heading-4-font-family: var(--xxllnc-typography-sans-serif-font-family);
157
+ --utrecht-heading-3-margin-block-start: var(--xxllnc-size-md);
158
+ --utrecht-heading-3-margin-block-end: var(--xxllnc-size-xl);
159
+ --utrecht-heading-3-font-weight: var(--xxllnc-typography-font-weight-normal);
160
+ --utrecht-heading-3-font-size: var(--xxllnc-font-size-xl);
161
+ --utrecht-heading-3-font-family: var(--xxllnc-typography-sans-serif-font-family);
162
+ --utrecht-heading-2-margin-block-start: var(--xxllnc-size-md);
163
+ --utrecht-heading-2-margin-block-end: var(--xxllnc-size-2xl);
164
+ --utrecht-heading-2-font-weight: var(--xxllnc-typography-font-weight-normal);
165
+ --utrecht-heading-2-font-size: var(--xxllnc-font-size-2xl);
166
+ --utrecht-heading-2-font-family: var(--xxllnc-typography-sans-serif-font-family);
167
+ --utrecht-heading-1-margin-block-start: var(--xxllnc-size-md);
168
+ --utrecht-heading-1-margin-block-end: var(--xxllnc-size-2xl);
169
+ --utrecht-heading-1-font-weight: var(--xxllnc-typography-font-weight-normal);
170
+ --utrecht-heading-1-font-size: var(--xxllnc-font-size-3xl);
171
+ --utrecht-heading-1-font-family: var(--xxllnc-typography-sans-serif-font-family);
172
+ --utrecht-form-input-placeholder-color: var(--xxllnc-color-grey-43);
173
+ --utrecht-form-input-padding-inline-start: var(--xxllnc-size-sm);
174
+ --utrecht-form-input-padding-inline-end: var(--xxllnc-size-sm);
175
+ --utrecht-form-input-padding-block-start: var(--xxllnc-size-xs);
176
+ --utrecht-form-input-padding-block-end: var(--xxllnc-size-xs);
177
+ --utrecht-form-input-font-family: var(--xxllnc-typography-sans-serif-font-family);
178
+ --utrecht-form-input-color: var(--xxllnc-color-grey-43);
179
+ --utrecht-form-input-border-width: var(--xxllnc-size-4xs);
180
+ --utrecht-form-input-border-color: var(--xxllnc-color-black-0-22t);
181
+ --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
+ --utrecht-document-font-size: var(--xxllnc-font-size-md);
189
+ --utrecht-document-font-family: var(--xxllnc-typography-sans-serif-font-family);
190
+ --utrecht-document-color: var(--xxllnc-color-black-16);
191
+ --utrecht-document-background-color: var(--xxllnc-color-white-100);
192
+ --utrecht-code-block-padding-inline-end: var(--xxllnc-size-md);
193
+ --utrecht-code-block-padding-inline-start: var(--xxllnc-size-md);
194
+ --utrecht-code-block-padding-block-end: var(--xxllnc-size-md);
195
+ --utrecht-code-block-padding-block-start: var(--xxllnc-size-md);
196
+ --utrecht-code-block-margin-block-end: var(--xxllnc-size-md);
197
+ --utrecht-code-block-margin-block-start: var(--xxllnc-size-md);
198
+ --utrecht-code-block-line-height: var(--xxllnc-size-lg);
199
+ --utrecht-code-block-font-size: var(--xxllnc-font-size-md);
200
+ --utrecht-code-block-font-family: var(--xxllnc-typography-monospace-font-family);
201
+ --utrecht-code-block-color: var(--xxllnc-color-black-16);
202
+ --utrecht-code-block-background-color: var(--xxllnc-color-lightgrey);
203
+ --utrecht-code-font-family: var(--xxllnc-typography-monospace-font-family);
204
+ --utrecht-code-color: var(--xxllnc-color-black-16);
205
+ --utrecht-code-background-color: var(--xxllnc-color-lightgrey);
206
+ --utrecht-button-secondary-action-hover-color: var(--xxllnc-color-black-17-hover);
207
+ --utrecht-button-secondary-action-hover-border-color: var(--xxllnc-color-black-17-hover);
208
+ --utrecht-button-secondary-action-hover-background-color: var(--xxllnc-color-white-100);
209
+ --utrecht-button-secondary-action-font-weight: var(--xxllnc-typography-font-weight-normal);
210
+ --utrecht-button-secondary-action-color: var(--xxllnc-color-black-17);
211
+ --utrecht-button-secondary-action-border-width: var(--xxllnc-size-3xs);
212
+ --utrecht-button-secondary-action-border-color: var(--xxllnc-color-black-17);
213
+ --utrecht-button-secondary-action-background-color: var(--xxllnc-color-white-100);
214
+ --utrecht-button-primary-action-hover-color: var(--xxllnc-color-grey-90);
215
+ --utrecht-button-primary-action-hover-background-color: var(--xxllnc-color-black-17);
216
+ --utrecht-button-primary-action-color: var(--xxllnc-color-grey-90);
217
+ --utrecht-button-primary-action-background-color: var(--xxllnc-color-black-17);
218
+ --utrecht-button-hover-color: var(--xxllnc-color-grey-90-hover);
219
+ --utrecht-button-hover-background-color: var(--xxllnc-color-black-17-hover);
220
+ --utrecht-button-icon-gap: var(--xxllnc-size-xs);
221
+ --utrecht-button-padding-inline-end: var(--xxllnc-size-sm);
222
+ --utrecht-button-padding-inline-start: var(--xxllnc-size-sm);
223
+ --utrecht-button-padding-block-end: var(--xxllnc-size-2xs);
224
+ --utrecht-button-padding-block-start: var(--xxllnc-size-2xs);
225
+ --utrecht-button-font-family: var(--xxllnc-typography-inter-font-family);
226
+ --utrecht-button-color: var(--xxllnc-color-grey-90);
227
+ --utrecht-button-background-color: var(--xxllnc-color-black-17);
228
+ --utrecht-alert-icon-ok-color: var(--xxllnc-color-alert-succes);
229
+ --utrecht-alert-icon-warning-color: var(--xxllnc-color-alert-warning);
230
+ --utrecht-alert-icon-gap: var(--xxllnc-size-xs);
231
+ --utrecht-alert-icon-error-color: var(--xxllnc-color-alert-error);
232
+ --utrecht-alert-icon-color: var(--xxllnc-color-alert-info);
233
+ --utrecht-alert-ok-color: var(--xxllnc-color-alert-succes);
234
+ --utrecht-alert-ok-background-color: var(--xxllnc-color-alert-succes-background);
235
+ --utrecht-alert-error-color: var(--xxllnc-color-alert-error);
236
+ --utrecht-alert-error-background-color: var(--xxllnc-color-alert-error-background);
237
+ --utrecht-alert-warning-color: var(--xxllnc-color-alert-warning);
238
+ --utrecht-alert-warning-background-color: var(--xxllnc-color-alert-warning-background);
239
+ --utrecht-alert-padding-inline-end: var(--xxllnc-size-lg);
240
+ --utrecht-alert-padding-inline-start: var(--xxllnc-size-lg);
241
+ --utrecht-alert-padding-block-end: var(--xxllnc-size-lg);
242
+ --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
+ --utrecht-card-padding-block-start: var(--xxllnc-size-md);
246
+ --utrecht-card-padding-block-end: var(--xxllnc-size-md);
247
+ --utrecht-card-padding-inline-start: var(--xxllnc-size-md);
248
+ --utrecht-card-padding-inline-end: var(--xxllnc-size-md);
249
+ --utrecht-card-color: var(--xxllnc-color-white-95);
250
+ --utrecht-card-background-color: var(--xxllnc-color-black-21);
251
+ --utrecht-space-inline-3xl: var(--xxllnc-size-3xl);
252
+ --utrecht-space-inline-2xl: var(--xxllnc-size-2xl);
253
+ --utrecht-space-inline-xl: var(--xxllnc-size-xl);
254
+ --utrecht-space-inline-lg: var(--xxllnc-size-lg);
255
+ --utrecht-space-inline-md: var(--xxllnc-size-md);
256
+ --utrecht-space-inline-sm: var(--xxllnc-size-sm);
257
+ --utrecht-space-inline-xs: var(--xxllnc-size-xs);
258
+ --utrecht-space-inline-2xs: var(--xxllnc-size-2xs);
259
+ --utrecht-space-inline-3xs: var(--xxllnc-size-3xs);
260
+ --utrecht-space-block-3xl: var(--xxllnc-size-3xl);
261
+ --utrecht-space-block-2xl: var(--xxllnc-size-2xl);
262
+ --utrecht-space-block-xl: var(--xxllnc-size-xl);
263
+ --utrecht-space-block-lg: var(--xxllnc-size-lg);
264
+ --utrecht-space-block-md: var(--xxllnc-size-md);
265
+ --utrecht-space-block-sm: var(--xxllnc-size-sm);
266
+ --utrecht-space-block-xs: var(--xxllnc-size-xs);
267
+ --utrecht-space-block-2xs: var(--xxllnc-size-2xs);
268
+ --utrecht-space-block-3xs: var(--xxllnc-size-3xs);
269
+ --xxllnc-typography-scale-4xl: var(--xxllnc-font-size-4xl);
270
+ --xxllnc-typography-scale-3xl: var(--xxllnc-font-size-3xl);
271
+ --xxllnc-typography-scale-2xl: var(--xxllnc-font-size-2xl);
272
+ --xxllnc-typography-scale-xl: var(--xxllnc-font-size-xl);
273
+ --xxllnc-typography-scale-lg: var(--xxllnc-font-size-lg);
274
+ --xxllnc-typography-scale-md: var(--xxllnc-font-size-md);
275
+ --xxllnc-typography-scale-sm: var(--xxllnc-font-size-sm);
276
+ --xxllnc-typography-scale-xs: var(--xxllnc-font-size-xs);
277
+ --xxllnc-typography-scale-2xs: var(--xxllnc-font-size-2xs);
278
+ --xxllnc-typography-scale-3xs: var(--xxllnc-font-size-3xs);
279
+ --xxllnc-typography-scale-4xs: var(--xxllnc-font-size-4xs);
280
+ --xxllnc-color-info: var(--xxllnc-color-primary);
281
+ --utrecht-table-header-cell-color: var(--utrecht-document-color);
282
+ --utrecht-table-header-cell-font-size: var(--utrecht-document-font-size);
283
+ --utrecht-table-header-color: var(--utrecht-document-color);
284
+ --utrecht-table-font-size: var(--utrecht-document-font-size);
285
+ --utrecht-table-font-family: var(--utrecht-document-font-family);
286
+ --utrecht-paragraph-color: var(--utrecht-document-color);
287
+ --utrecht-unordered-list-font-size: var(--utrecht-document-font-size);
288
+ --utrecht-ordered-list-font-size: var(--utrecht-document-font-size);
289
+ }
@@ -0,0 +1 @@
1
+ /* Place any @font-face definitions here */
@@ -0,0 +1,7 @@
1
+ /**
2
+ * @license SEE LICENSE.md
3
+ * Copyright (c) 2021 NL Design System Community
4
+ * All rights reserved
5
+ */
6
+ @import "./design-tokens.css";
7
+ /* stylelint-disable block-no-empty */