@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": "{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 Gemeente Leiden
2
+
3
+ Copyright (c) 2023 Gemeente Leiden
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 Gemeente Leiden.
8
+
9
+ Wanneer je een bewerking van de software wilt gebruiken voor andere doeleinden, mag je niet het logo van Gemeente Leiden 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 Gemeente Leiden.
@@ -0,0 +1,283 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Wed, 09 Aug 2023 14:48:39 GMT
4
+ */
5
+
6
+ .leiden-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: 0px;
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-margin-block-end: 0;
16
+ --utrecht-paragraph-margin-block-start: 0;
17
+ --utrecht-paragraph-line-height: 1.5em;
18
+ --utrecht-page-max-inline-size: 1140px;
19
+ --utrecht-page-footer-background-image: unset;
20
+ --utrecht-unordered-list-item-padding-inline-start: 1ch;
21
+ --utrecht-unordered-list-padding-inline-start: 2ch;
22
+ --utrecht-unordered-list-margin-block-end: 0;
23
+ --utrecht-ordered-list-item-padding-inline-start: 1ch;
24
+ --utrecht-link-hover-text-decoration: underline;
25
+ --utrecht-link-text-decoration-thickness: 0;
26
+ --utrecht-link-text-decoration-color: unset;
27
+ --utrecht-link-text-decoration: none;
28
+ --utrecht-form-input-font-size: 15px;
29
+ --utrecht-form-input-border-radius: 0px;
30
+ --utrecht-code-block-margin-inline-end: 0;
31
+ --utrecht-code-block-margin-inline-start: 0;
32
+ --utrecht-code-font-size: inherit;
33
+ --utrecht-button-primary-action-font-weight: inherit;
34
+ --utrecht-button-font-weight: inherit;
35
+ --utrecht-button-font-size: inherit;
36
+ --utrecht-card-border-width: unset;
37
+ --utrecht-action-submit-cursor: pointer;
38
+ --utrecht-action-disabled-cursor: not-allowed;
39
+ --utrecht-action-busy-cursor: wait;
40
+ --leiden-typography-font-weight-light: 100;
41
+ --leiden-typography-font-weight-normal: 400;
42
+ --leiden-typography-font-weight-bold: 700;
43
+ --leiden-typography-monospace-font-family: Monospace, "Lucida Console";
44
+ --leiden-typography-sans-serif-font-family: "Open Sans", Arial, sans-serif;
45
+ --leiden-size-4xl: 96px;
46
+ --leiden-size-3xl: 72px;
47
+ --leiden-size-2xl: 48px;
48
+ --leiden-size-xl: 32px;
49
+ --leiden-size-lg: 24px;
50
+ --leiden-size-md: 18px;
51
+ --leiden-size-sm: 14px;
52
+ --leiden-size-xs: 8px;
53
+ --leiden-size-2xs: 4px;
54
+ --leiden-size-3xs: 2px;
55
+ --leiden-size-4xs: 1px;
56
+ --leiden-font-size-4xl: 58px;
57
+ --leiden-font-size-3xl: 48px;
58
+ --leiden-font-size-2xl: 32px;
59
+ --leiden-font-size-xl: 24px;
60
+ --leiden-font-size-lg: 20px;
61
+ --leiden-font-size-md: 18px;
62
+ --leiden-font-size-sm: 14px;
63
+ --leiden-font-size-xs: 12px;
64
+ --leiden-font-size-2xs: 10px;
65
+ --leiden-font-size-3xs: 8px;
66
+ --leiden-font-size-4xs: 5px;
67
+ --leiden-color-lightblue-89: #dce4ec;
68
+ --leiden-color-lightblue-24: #2c3e50; /* Base/LightBlue */
69
+ --leiden-color-black-9: #0d1921; /* Base/Black */
70
+ --leiden-color-white-100: #ffffff; /* Base/White */
71
+ --leiden-color-lightgrey-89: #e4e4e4; /* Base/LightGrey */
72
+ --leiden-color-grey-33: #5f594a; /* Base/Grey */
73
+ --leiden-color-grey-11: #1d1d1b;
74
+ --leiden-color-alert-info-background: #cce5ff;
75
+ --leiden-color-alert-info: #004085;
76
+ --leiden-color-alert-succes-background: #d4edda;
77
+ --leiden-color-alert-succes: #155724;
78
+ --leiden-color-succes: #28a745;
79
+ --leiden-color-alert-warning-background: #fff3cd;
80
+ --leiden-color-alert-warning: #856404;
81
+ --leiden-color-warning: #ffc107;
82
+ --leiden-color-alert-error-background: #f8d7da;
83
+ --leiden-color-alert-error: #721c24;
84
+ --leiden-color-error: #d62410;
85
+ --leiden-color-primary-hover: #b81f0e;
86
+ --leiden-color-primary: #d62410;
87
+ --conduction-input-select-invalid-border-color: var(--leiden-color-error);
88
+ --conduction-input-select-border-radius: var(--utrecht-form-input-border-radius);
89
+ --conduction-input-select-background-color: var(--leiden-color-white-100);
90
+ --utrecht-textbox-placeholder-color: var(--leiden-color-lightblue-24);
91
+ --utrecht-textbox-padding-inline-start: var(--leiden-size-sm);
92
+ --utrecht-textbox-padding-inline-end: var(--leiden-size-sm);
93
+ --utrecht-textbox-padding-block-start: var(--leiden-size-xs);
94
+ --utrecht-textbox-padding-block-end: var(--leiden-size-xs);
95
+ --utrecht-textbox-font-family: var(--leiden-typography-sans-serif-font-family);
96
+ --utrecht-textbox-color: var(--leiden-color-grey-11);
97
+ --utrecht-textbox-border-width: var(--leiden-size-4xs);
98
+ --utrecht-textbox-border-color: var(--leiden-color-grey-33);
99
+ --utrecht-textbox-background-color: var(--leiden-color-white-100);
100
+ --utrecht-table-row-border-block-end-width: var(--leiden-size-4xs);
101
+ --utrecht-table-row-border-block-end-color: var(--leiden-color-lightgrey-89);
102
+ --utrecht-table-cell-padding-inline-start: var(--leiden-size-md);
103
+ --utrecht-table-cell-padding-inline-end: var(--leiden-size-md);
104
+ --utrecht-table-cell-padding-block-start: var(--leiden-size-md);
105
+ --utrecht-table-cell-padding-block-end: var(--leiden-size-md);
106
+ --utrecht-table-header-cell-font-weight: var(--leiden-typography-font-weight-bold);
107
+ --utrecht-table-header-font-weight: var(--leiden-typography-font-weight-bold);
108
+ --utrecht-table-margin-block-start: var(--leiden-size-md);
109
+ --utrecht-table-border-width: var(--leiden-size-4xs);
110
+ --utrecht-table-border-color: var(--leiden-color-lightgrey-89);
111
+ --utrecht-paragraph-font-weight: var(--leiden-typography-font-weight-normal);
112
+ --utrecht-paragraph-font-size: var(--leiden-font-size-md);
113
+ --utrecht-paragraph-font-family: var(--leiden-typography-sans-serif-font-family);
114
+ --utrecht-page-padding-inline-end: var(--leiden-size-lg);
115
+ --utrecht-page-padding-inline-start: var(--leiden-size-lg);
116
+ --utrecht-page-header-padding-block-end: var(--leiden-size-sm);
117
+ --utrecht-page-header-padding-block-start: var(--leiden-size-sm);
118
+ --utrecht-page-header-color: var(--leiden-color-white-100);
119
+ --utrecht-page-header-background-color: var(--leiden-color-black-9);
120
+ --utrecht-page-footer-padding-block-start: var(--leiden-size-2xl);
121
+ --utrecht-page-footer-padding-block-end: var(--leiden-size-2xl);
122
+ --utrecht-page-footer-padding-inline-start: var(--leiden-size-sm);
123
+ --utrecht-page-footer-padding-inline-end: var(--leiden-size-sm);
124
+ --utrecht-page-footer-color: var(--leiden-color-white-100);
125
+ --utrecht-page-footer-background-color: var(--leiden-color-black-9);
126
+ --utrecht-unordered-list-marker-color: var(--leiden-color-primary);
127
+ --utrecht-unordered-list-item-margin-block-end: var(--leiden-size-xs);
128
+ --utrecht-unordered-list-item-margin-block-start: var(--leiden-size-xs);
129
+ --utrecht-unordered-list-margin-block-start: var(--leiden-size-md);
130
+ --utrecht-ordered-list-item-margin-block-end: var(--leiden-size-2xs);
131
+ --utrecht-ordered-list-item-margin-block-start: var(--leiden-size-2xs);
132
+ --utrecht-ordered-list-padding-inline-start: var(--leiden-size-xl);
133
+ --utrecht-ordered-list-margin-block-end: var(--leiden-size-sm);
134
+ --utrecht-ordered-list-margin-block-start: var(--leiden-size-sm);
135
+ --utrecht-link-icon-size: var(--leiden-size-md);
136
+ --utrecht-link-visited-color: var(--leiden-color-primary);
137
+ --utrecht-link-hover-text-decoration-thickness: var(--leiden-size-4xs);
138
+ --utrecht-link-hover-color: var(--leiden-color-primary-hover);
139
+ --utrecht-link-text-underline-offset: var(--leiden-size-3xs);
140
+ --utrecht-link-color: var(--leiden-color-primary);
141
+ --utrecht-icon-gap: var(--leiden-size-xs);
142
+ --utrecht-heading-5-margin-block-start: var(--leiden-size-md);
143
+ --utrecht-heading-5-margin-block-end: var(--leiden-size-lg);
144
+ --utrecht-heading-5-font-weight: var(--leiden-typography-font-weight-light);
145
+ --utrecht-heading-5-font-size: var(--leiden-font-size-md);
146
+ --utrecht-heading-5-font-family: var(--leiden-typography-sans-serif-font-family);
147
+ --utrecht-heading-4-margin-block-start: var(--leiden-size-md);
148
+ --utrecht-heading-4-margin-block-end: var(--leiden-size-lg);
149
+ --utrecht-heading-4-font-weight: var(--leiden-typography-font-weight-normal);
150
+ --utrecht-heading-4-font-size: var(--leiden-font-size-lg);
151
+ --utrecht-heading-4-font-family: var(--leiden-typography-sans-serif-font-family);
152
+ --utrecht-heading-3-margin-block-start: var(--leiden-size-md);
153
+ --utrecht-heading-3-margin-block-end: var(--leiden-size-xl);
154
+ --utrecht-heading-3-font-weight: var(--leiden-typography-font-weight-normal);
155
+ --utrecht-heading-3-font-size: var(--leiden-font-size-xl);
156
+ --utrecht-heading-3-font-family: var(--leiden-typography-sans-serif-font-family);
157
+ --utrecht-heading-2-margin-block-start: var(--leiden-size-md);
158
+ --utrecht-heading-2-margin-block-end: var(--leiden-size-2xl);
159
+ --utrecht-heading-2-font-weight: var(--leiden-typography-font-weight-bold);
160
+ --utrecht-heading-2-font-size: var(--leiden-font-size-2xl);
161
+ --utrecht-heading-2-font-family: var(--leiden-typography-sans-serif-font-family);
162
+ --utrecht-heading-1-margin-block-start: var(--leiden-size-md);
163
+ --utrecht-heading-1-margin-block-end: var(--leiden-size-2xl);
164
+ --utrecht-heading-1-font-weight: var(--leiden-typography-font-weight-bold);
165
+ --utrecht-heading-1-font-size: var(--leiden-font-size-3xl);
166
+ --utrecht-heading-1-font-family: var(--leiden-typography-sans-serif-font-family);
167
+ --utrecht-form-input-placeholder-color: var(--leiden-color-lightblue-24);
168
+ --utrecht-form-input-padding-inline-start: var(--leiden-size-sm);
169
+ --utrecht-form-input-padding-inline-end: var(--leiden-size-sm);
170
+ --utrecht-form-input-padding-block-start: var(--leiden-size-xs);
171
+ --utrecht-form-input-padding-block-end: var(--leiden-size-xs);
172
+ --utrecht-form-input-font-family: var(--leiden-typography-sans-serif-font-family);
173
+ --utrecht-form-input-color: var(--leiden-color-grey-11);
174
+ --utrecht-form-input-border-width: var(--leiden-size-4xs);
175
+ --utrecht-form-input-border-color: var(--leiden-color-grey-33);
176
+ --utrecht-form-input-background-color: var(--leiden-color-white-100);
177
+ --utrecht-document-font-size: var(--leiden-font-size-md);
178
+ --utrecht-document-font-family: var(--leiden-typography-sans-serif-font-family);
179
+ --utrecht-document-color: var(--leiden-color-black-9);
180
+ --utrecht-document-background-color: var(--leiden-color-white-100);
181
+ --utrecht-code-block-padding-inline-end: var(--leiden-size-md);
182
+ --utrecht-code-block-padding-inline-start: var(--leiden-size-md);
183
+ --utrecht-code-block-padding-block-end: var(--leiden-size-md);
184
+ --utrecht-code-block-padding-block-start: var(--leiden-size-md);
185
+ --utrecht-code-block-margin-block-end: var(--leiden-size-md);
186
+ --utrecht-code-block-margin-block-start: var(--leiden-size-md);
187
+ --utrecht-code-block-line-height: var(--leiden-size-lg);
188
+ --utrecht-code-block-font-size: var(--leiden-font-size-md);
189
+ --utrecht-code-block-font-family: var(--leiden-typography-monospace-font-family);
190
+ --utrecht-code-block-color: var(--leiden-color-black-9);
191
+ --utrecht-code-block-background-color: var(--leiden-color-lightgrey-89);
192
+ --utrecht-code-font-family: var(--leiden-typography-monospace-font-family);
193
+ --utrecht-code-color: var(--leiden-color-black-9);
194
+ --utrecht-code-background-color: var(--leiden-color-lightgrey-89);
195
+ --utrecht-button-secondary-action-hover-color: var(--leiden-color-primary-hover);
196
+ --utrecht-button-secondary-action-hover-border-color: var(--leiden-color-primary-hover);
197
+ --utrecht-button-secondary-action-hover-background-color: var(--leiden-color-white-100);
198
+ --utrecht-button-secondary-action-font-weight: var(--leiden-typography-font-weight-normal);
199
+ --utrecht-button-secondary-action-color: var(--leiden-color-primary);
200
+ --utrecht-button-secondary-action-border-width: var(--leiden-size-3xs);
201
+ --utrecht-button-secondary-action-border-color: var(--leiden-color-primary);
202
+ --utrecht-button-secondary-action-background-color: var(--leiden-color-white-100);
203
+ --utrecht-button-primary-action-hover-color: var(--leiden-color-white-100);
204
+ --utrecht-button-primary-action-hover-background-color: var(--leiden-color-primary);
205
+ --utrecht-button-primary-action-color: var(--leiden-color-white-100);
206
+ --utrecht-button-primary-action-border-width: var(--leiden-size-3xs);
207
+ --utrecht-button-primary-action-background-color: var(--leiden-color-primary);
208
+ --utrecht-button-hover-color: var(--leiden-color-primary-hover);
209
+ --utrecht-button-hover-background-color: var(--leiden-color-white-100);
210
+ --utrecht-button-icon-gap: var(--leiden-size-xs);
211
+ --utrecht-button-padding-inline-end: var(--leiden-size-xs);
212
+ --utrecht-button-padding-inline-start: var(--leiden-size-xs);
213
+ --utrecht-button-padding-block-end: var(--leiden-size-xs);
214
+ --utrecht-button-padding-block-start: var(--leiden-size-xs);
215
+ --utrecht-button-font-family: var(--leiden-typography-sans-serif-font-family);
216
+ --utrecht-button-color: var(--leiden-color-white-100);
217
+ --utrecht-button-border-width: var(--leiden-size-3xs);
218
+ --utrecht-button-border-radius: var(--leiden-size-2xs);
219
+ --utrecht-button-border-color: var(--leiden-color-primary);
220
+ --utrecht-button-background-color: var(--leiden-color-primary);
221
+ --utrecht-alert-icon-ok-color: var(--leiden-color-alert-succes);
222
+ --utrecht-alert-icon-warning-color: var(--leiden-color-alert-warning);
223
+ --utrecht-alert-icon-gap: var(--leiden-size-xs);
224
+ --utrecht-alert-icon-error-color: var(--leiden-color-alert-error);
225
+ --utrecht-alert-icon-color: var(--leiden-color-alert-info);
226
+ --utrecht-alert-ok-color: var(--leiden-color-alert-succes);
227
+ --utrecht-alert-ok-background-color: var(--leiden-color-alert-succes-background);
228
+ --utrecht-alert-error-color: var(--leiden-color-alert-error);
229
+ --utrecht-alert-error-background-color: var(--leiden-color-alert-error-background);
230
+ --utrecht-alert-warning-color: var(--leiden-color-alert-warning);
231
+ --utrecht-alert-warning-background-color: var(--leiden-color-alert-warning-background);
232
+ --utrecht-alert-padding-inline-end: var(--leiden-size-lg);
233
+ --utrecht-alert-padding-inline-start: var(--leiden-size-lg);
234
+ --utrecht-alert-padding-block-end: var(--leiden-size-lg);
235
+ --utrecht-alert-padding-block-start: var(--leiden-size-lg);
236
+ --utrecht-alert-color: var(--leiden-color-alert-info);
237
+ --utrecht-alert-background-color: var(--leiden-color-alert-info-background);
238
+ --utrecht-card-padding-block-start: var(--leiden-size-sm);
239
+ --utrecht-card-padding-block-end: var(--leiden-size-sm);
240
+ --utrecht-card-padding-inline-start: var(--leiden-size-xl);
241
+ --utrecht-card-padding-inline-end: var(--leiden-size-xl);
242
+ --utrecht-card-color: var(--leiden-color-black-9);
243
+ --utrecht-card-background-color: var(--leiden-color-lightgrey-89);
244
+ --utrecht-space-inline-3xl: var(--leiden-size-3xl);
245
+ --utrecht-space-inline-2xl: var(--leiden-size-2xl);
246
+ --utrecht-space-inline-xl: var(--leiden-size-xl);
247
+ --utrecht-space-inline-lg: var(--leiden-size-lg);
248
+ --utrecht-space-inline-md: var(--leiden-size-md);
249
+ --utrecht-space-inline-sm: var(--leiden-size-sm);
250
+ --utrecht-space-inline-xs: var(--leiden-size-xs);
251
+ --utrecht-space-inline-2xs: var(--leiden-size-2xs);
252
+ --utrecht-space-inline-3xs: var(--leiden-size-3xs);
253
+ --utrecht-space-block-3xl: var(--leiden-size-3xl);
254
+ --utrecht-space-block-2xl: var(--leiden-size-2xl);
255
+ --utrecht-space-block-xl: var(--leiden-size-xl);
256
+ --utrecht-space-block-lg: var(--leiden-size-lg);
257
+ --utrecht-space-block-md: var(--leiden-size-md);
258
+ --utrecht-space-block-sm: var(--leiden-size-sm);
259
+ --utrecht-space-block-xs: var(--leiden-size-xs);
260
+ --utrecht-space-block-2xs: var(--leiden-size-2xs);
261
+ --utrecht-space-block-3xs: var(--leiden-size-3xs);
262
+ --leiden-typography-scale-4xl: var(--leiden-font-size-4xl);
263
+ --leiden-typography-scale-3xl: var(--leiden-font-size-3xl);
264
+ --leiden-typography-scale-2xl: var(--leiden-font-size-2xl);
265
+ --leiden-typography-scale-xl: var(--leiden-font-size-xl);
266
+ --leiden-typography-scale-lg: var(--leiden-font-size-lg);
267
+ --leiden-typography-scale-md: var(--leiden-font-size-md);
268
+ --leiden-typography-scale-sm: var(--leiden-font-size-sm);
269
+ --leiden-typography-scale-xs: var(--leiden-font-size-xs);
270
+ --leiden-typography-scale-2xs: var(--leiden-font-size-2xs);
271
+ --leiden-typography-scale-3xs: var(--leiden-font-size-3xs);
272
+ --leiden-typography-scale-4xs: var(--leiden-font-size-4xs);
273
+ --leiden-color-info: var(--leiden-color-primary);
274
+ --conduction-input-select-border: 1px solid var(--utrecht-form-input-border-color);
275
+ --utrecht-table-header-cell-color: var(--utrecht-document-color);
276
+ --utrecht-table-header-cell-font-size: var(--utrecht-document-font-size);
277
+ --utrecht-table-header-color: var(--utrecht-document-color);
278
+ --utrecht-table-font-size: var(--utrecht-document-font-size);
279
+ --utrecht-table-font-family: var(--utrecht-document-font-family);
280
+ --utrecht-paragraph-color: var(--utrecht-document-color);
281
+ --utrecht-unordered-list-font-size: var(--utrecht-document-font-size);
282
+ --utrecht-ordered-list-font-size: var(--utrecht-document-font-size);
283
+ }
@@ -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 */