@conduction/theme 1.1.40 → 1.1.42

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 (155) hide show
  1. package/README.md +2 -0
  2. package/conduction-design-tokens/src/component/conduction/tabs.tokens.json +2 -6
  3. package/municipalities/ede-design-tokens/LICENSE.md +17 -0
  4. package/municipalities/ede-design-tokens/README.md +3 -0
  5. package/municipalities/ede-design-tokens/documentation/color.stories.mdx +17 -0
  6. package/municipalities/ede-design-tokens/documentation/components.stories.mdx +11 -0
  7. package/municipalities/ede-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  8. package/municipalities/ede-design-tokens/documentation/readme.stories.mdx +7 -0
  9. package/municipalities/ede-design-tokens/package.json +40 -0
  10. package/municipalities/ede-design-tokens/src/brand/ede/color.tokens.json +138 -0
  11. package/municipalities/ede-design-tokens/src/brand/ede/font-size.tokens.json +50 -0
  12. package/municipalities/ede-design-tokens/src/brand/ede/size.tokens.json +17 -0
  13. package/municipalities/ede-design-tokens/src/brand/ede/typography.tokens.json +40 -0
  14. package/municipalities/ede-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  15. package/municipalities/ede-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  16. package/municipalities/ede-design-tokens/src/component/conduction/card-header.tokens.json +30 -0
  17. package/municipalities/ede-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
  18. package/municipalities/ede-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
  19. package/municipalities/ede-design-tokens/src/component/conduction/download-card.tokens.json +28 -0
  20. package/municipalities/ede-design-tokens/src/component/conduction/logo.tokens.json +25 -0
  21. package/municipalities/ede-design-tokens/src/component/conduction/navigation.tokens.json +88 -0
  22. package/municipalities/ede-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
  23. package/municipalities/ede-design-tokens/src/component/conduction/select.tokens.json +39 -0
  24. package/municipalities/ede-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  25. package/municipalities/ede-design-tokens/src/component/conduction/tabs.tokens.json +85 -0
  26. package/municipalities/ede-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
  27. package/municipalities/ede-design-tokens/src/component/den-haag/process-step.tokens.json +107 -0
  28. package/municipalities/ede-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
  29. package/municipalities/ede-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  30. package/municipalities/ede-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  31. package/municipalities/ede-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  32. package/municipalities/ede-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  33. package/municipalities/ede-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -0
  34. package/municipalities/ede-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  35. package/municipalities/ede-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
  36. package/municipalities/ede-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
  37. package/municipalities/ede-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  38. package/municipalities/ede-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
  39. package/municipalities/ede-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  40. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  41. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  42. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  43. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
  44. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  45. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  46. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
  47. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -0
  48. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -0
  49. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
  50. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
  51. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
  52. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  53. package/municipalities/ede-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
  54. package/municipalities/ede-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
  55. package/municipalities/ede-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
  56. package/municipalities/ede-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
  57. package/municipalities/ede-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  58. package/municipalities/ede-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  59. package/municipalities/ede-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  60. package/municipalities/ede-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  61. package/municipalities/ede-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  62. package/municipalities/ede-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  63. package/municipalities/ede-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  64. package/municipalities/ede-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  65. package/municipalities/ede-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
  66. package/municipalities/ede-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
  67. package/municipalities/ede-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
  68. package/municipalities/ede-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
  69. package/municipalities/ede-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  70. package/municipalities/ede-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  71. package/municipalities/ede-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
  72. package/municipalities/ede-design-tokens/src/config.json +73 -0
  73. package/municipalities/ede-design-tokens/src/index.scss +7 -0
  74. package/municipalities/ede-design-tokens/style-dictionary.config.js +6 -0
  75. package/municipalities/migrato-design-tokens/LICENSE.md +17 -0
  76. package/municipalities/migrato-design-tokens/README.md +3 -0
  77. package/municipalities/migrato-design-tokens/package.json +40 -0
  78. package/municipalities/migrato-design-tokens/src/brand/conduction/color.tokens.json +150 -0
  79. package/municipalities/migrato-design-tokens/src/brand/conduction/font-size.tokens.json +50 -0
  80. package/municipalities/migrato-design-tokens/src/brand/conduction/size.tokens.json +17 -0
  81. package/municipalities/migrato-design-tokens/src/brand/conduction/typography.tokens.json +45 -0
  82. package/municipalities/migrato-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  83. package/municipalities/migrato-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  84. package/municipalities/migrato-design-tokens/src/component/conduction/card-header.tokens.json +27 -0
  85. package/municipalities/migrato-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
  86. package/municipalities/migrato-design-tokens/src/component/conduction/checkbox.tokens.json +71 -0
  87. package/municipalities/migrato-design-tokens/src/component/conduction/download-card.tokens.json +28 -0
  88. package/municipalities/migrato-design-tokens/src/component/conduction/logo.tokens.json +25 -0
  89. package/municipalities/migrato-design-tokens/src/component/conduction/navigation.tokens.json +88 -0
  90. package/municipalities/migrato-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
  91. package/municipalities/migrato-design-tokens/src/component/conduction/select.tokens.json +39 -0
  92. package/municipalities/migrato-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  93. package/municipalities/migrato-design-tokens/src/component/conduction/tabs.tokens.json +85 -0
  94. package/municipalities/migrato-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
  95. package/municipalities/migrato-design-tokens/src/component/den-haag/process-step.tokens.json +107 -0
  96. package/municipalities/migrato-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
  97. package/municipalities/migrato-design-tokens/src/component/tilburg/footer.tokens.json +8 -0
  98. package/municipalities/migrato-design-tokens/src/component/tilburg/header.tokens.json +7 -0
  99. package/municipalities/migrato-design-tokens/src/component/tilburg/logo.tokens.json +7 -0
  100. package/municipalities/migrato-design-tokens/src/component/tilburg/navigation.tokens.json +15 -0
  101. package/municipalities/migrato-design-tokens/src/component/tilburg/search-card.tokens.json +9 -0
  102. package/municipalities/migrato-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  103. package/municipalities/migrato-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  104. package/municipalities/migrato-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  105. package/municipalities/migrato-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  106. package/municipalities/migrato-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -0
  107. package/municipalities/migrato-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  108. package/municipalities/migrato-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
  109. package/municipalities/migrato-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
  110. package/municipalities/migrato-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  111. package/municipalities/migrato-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
  112. package/municipalities/migrato-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  113. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +10 -0
  114. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  115. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  116. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
  117. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  118. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  119. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
  120. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +39 -0
  121. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -0
  122. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
  123. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
  124. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
  125. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  126. package/municipalities/migrato-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
  127. package/municipalities/migrato-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
  128. package/municipalities/migrato-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
  129. package/municipalities/migrato-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
  130. package/municipalities/migrato-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  131. package/municipalities/migrato-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  132. package/municipalities/migrato-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  133. package/municipalities/migrato-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  134. package/municipalities/migrato-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  135. package/municipalities/migrato-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  136. package/municipalities/migrato-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  137. package/municipalities/migrato-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  138. package/municipalities/migrato-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
  139. package/municipalities/migrato-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
  140. package/municipalities/migrato-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
  141. package/municipalities/migrato-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
  142. package/municipalities/migrato-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  143. package/municipalities/migrato-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  144. package/municipalities/migrato-design-tokens/src/component/utrecht/textbox.tokens.json +34 -0
  145. package/municipalities/migrato-design-tokens/src/config.json +73 -0
  146. package/municipalities/migrato-design-tokens/src/font/eau_sans_book.otf +0 -0
  147. package/municipalities/migrato-design-tokens/src/font.scss +6 -0
  148. package/municipalities/migrato-design-tokens/src/index.scss +8 -0
  149. package/municipalities/migrato-design-tokens/style-dictionary.config.js +6 -0
  150. package/package.json +5 -2
  151. package/conduction-design-tokens/src/component/tilburg/footer.tokens.json +0 -8
  152. package/conduction-design-tokens/src/component/tilburg/header.tokens.json +0 -7
  153. package/conduction-design-tokens/src/component/tilburg/logo.tokens.json +0 -7
  154. package/conduction-design-tokens/src/component/tilburg/navigation.tokens.json +0 -15
  155. package/conduction-design-tokens/src/component/tilburg/search-card.tokens.json +0 -9
@@ -0,0 +1,26 @@
1
+ {
2
+ "utrecht": {
3
+ "textbox": {
4
+ "background-color": { "value": "{ede.color.white.100}" },
5
+ "line-height": { "value": "28px" },
6
+ "placeholder": {
7
+ "color": { "value": "{ede.color.grey.46}" }
8
+ },
9
+ "disabled": {
10
+ "background-color": { "value": "{ede.color.grey.90}" }
11
+ },
12
+ "focus": {
13
+ "background-color": { "value": "{ede.color.white.100}" },
14
+ "border-color": {},
15
+ "color": {}
16
+ },
17
+ "invalid": {
18
+ "background-color": {},
19
+ "color": {}
20
+ },
21
+ "read-only": {
22
+ "background-color": { "value": "{ede.color.grey.95}" }
23
+ }
24
+ }
25
+ }
26
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "utrecht": {
3
+ "focus": {
4
+ "background-color": {},
5
+ "color": {},
6
+ "outline-color": { "value": "{ede.color.black.6}" },
7
+ "outline-offset": { "value": "0" },
8
+ "outline-style": { "value": "solid" },
9
+ "outline-width": { "value": "2px" },
10
+ "inverse": {
11
+ "outline-color": { "value": "{ede.color.white.100}" }
12
+ }
13
+ }
14
+ }
15
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "utrecht": {
3
+ "form-field": {
4
+ "margin-block-start": { "value": "13px" },
5
+ "margin-block-end": { "value": "{ede.size.2xs}" },
6
+ "max-inline-size": {},
7
+ "invalid": {
8
+ "border-inline-start-color": { "value": "{ede.color.error}" },
9
+ "border-inline-start-width": { "value": "3px" },
10
+ "padding-inline-start": { "value": "12px" }
11
+ },
12
+ "label": {
13
+ "margin-block-end": {}
14
+ }
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "utrecht": {
3
+ "form-input": {
4
+ "border-bottom-width": {},
5
+ "border-color": { "value": "{ede.color.grey.48}" },
6
+ "border-radius": { "value": "3px" },
7
+ "border-width": { "value": "{ede.size.3xs}" },
8
+ "color": { "value": "{ede.color.grey.29}" },
9
+ "font-family": { "value": "{ede.typography.arial.font-family}" },
10
+ "font-size": {
11
+ "value": "0.938rem",
12
+ "comment": "15px"
13
+ },
14
+ "min-inline-height": {},
15
+ "max-inline-size": {},
16
+ "padding-block-end": { "value": "{ede.size.xs}" },
17
+ "padding-block-start": { "value": "{ede.size.xs}" },
18
+ "padding-inline-end": { "value": "{ede.size.xs}" },
19
+ "padding-inline-start": { "value": "{ede.size.xs}" },
20
+ "disabled": {
21
+ "border-color": { "value": "{ede.color.grey.87}" },
22
+ "color": {}
23
+ },
24
+ "invalid": {
25
+ "border-color": { "value": "{ede.color.error}" },
26
+ "border-width": { "value": "{ede.size.4xs}" }
27
+ },
28
+ "read-only": {
29
+ "border-color": { "value": "{ede.color.grey.48}" },
30
+ "color": {}
31
+ }
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,23 @@
1
+ {
2
+ "utrecht": {
3
+ "form-label": {
4
+ "color": { "value": "{utrecht.document.color}" },
5
+ "font-weight": {},
6
+ "font-size": { "value": "{utrecht.document.font-size}" },
7
+ "checkbox": {
8
+ "color": {},
9
+ "font-weight": {}
10
+ },
11
+ "checked": {
12
+ "font-weight": {}
13
+ },
14
+ "disabled": {
15
+ "color": {}
16
+ },
17
+ "radio": {
18
+ "color": {},
19
+ "font-weight": {}
20
+ }
21
+ }
22
+ }
23
+ }
@@ -0,0 +1,49 @@
1
+ {
2
+ "utrecht": {
3
+ "heading-1": {
4
+ "color": { "value": "{ede.color.primary}" },
5
+ "font-family": { "value": "{ede.typography.arial.font-family}" },
6
+ "font-size": { "value": "{ede.font-size.2xl}" },
7
+ "font-weight": { "value": "{ede.typography.font-weight.bold}" },
8
+ "line-height": {},
9
+ "margin-block-end": { "value": "{ede.size.2xl}" },
10
+ "margin-block-start": { "value": "{ede.size.md}" }
11
+ },
12
+ "heading-2": {
13
+ "color": {},
14
+ "font-family": { "value": "{ede.typography.arial.font-family}" },
15
+ "font-size": { "value": "{ede.font-size.xl}" },
16
+ "font-weight": { "value": "{ede.typography.font-weight.bold}" },
17
+ "line-height": {},
18
+ "margin-block-end": { "value": "{ede.size.xl}" },
19
+ "margin-block-start": { "value": "{ede.size.md}" }
20
+ },
21
+ "heading-3": {
22
+ "color": {},
23
+ "font-family": { "value": "{ede.typography.arial.font-family}" },
24
+ "font-size": { "value": "{ede.font-size.lg}" },
25
+ "font-weight": { "value": "{ede.typography.font-weight.normal}" },
26
+ "line-height": {},
27
+ "margin-block-end": { "value": "{ede.size.lg}" },
28
+ "margin-block-start": { "value": "{ede.size.md}" }
29
+ },
30
+ "heading-4": {
31
+ "color": {},
32
+ "font-family": { "value": "{ede.typography.arial.font-family}" },
33
+ "font-size": { "value": "{ede.font-size.md}" },
34
+ "font-weight": { "value": "{ede.typography.font-weight.normal}" },
35
+ "line-height": {},
36
+ "margin-block-end": { "value": "{ede.size.lg}" },
37
+ "margin-block-start": { "value": "{ede.size.md}" }
38
+ },
39
+ "heading-5": {
40
+ "color": {},
41
+ "font-family": { "value": "{ede.typography.arial.font-family}" },
42
+ "font-size": { "value": "{ede.font-size.md}" },
43
+ "font-weight": { "value": "{ede.typography.font-weight.light}" },
44
+ "line-height": {},
45
+ "margin-block-end": { "value": "{ede.size.lg}" },
46
+ "margin-block-start": { "value": "{ede.size.md}" }
47
+ }
48
+ }
49
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "utrecht": {
3
+ "icon": {
4
+ "color": {},
5
+ "size": {},
6
+ "inset-block-start": {},
7
+ "baseline": {
8
+ "inset-block-start": {}
9
+ }
10
+ }
11
+ }
12
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "utrecht": {
3
+ "link": {
4
+ "color": { "value": "{ede.color.blue.42}" },
5
+ "text-decoration": { "value": "underline" },
6
+ "text-decoration-color": { "value": "{ede.color.primary-hover}" },
7
+ "text-decoration-thickness": {},
8
+ "text-underline-offset": { "value": "{ede.size.4xs}" },
9
+ "active": {
10
+ "color": {}
11
+ },
12
+ "focus": {
13
+ "color": {},
14
+ "text-decoration": {},
15
+ "text-decoration-thickness": {}
16
+ },
17
+ "hover": {
18
+ "color": {},
19
+ "text-decoration": {},
20
+ "text-decoration-thickness": {}
21
+ },
22
+ "placeholder": {
23
+ "color": {}
24
+ },
25
+ "visited": {
26
+ "color": { "value": "{ede.color.primary}" }
27
+ },
28
+ "icon": {
29
+ "size": { "value": "{ede.size.md}" }
30
+ }
31
+ }
32
+ }
33
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "utrecht": {
3
+ "ordered-list": {
4
+ "font-size": { "value": "{utrecht.document.font-size}" },
5
+ "line-height": {},
6
+ "margin-block-start": { "value": "{ede.size.sm}" },
7
+ "margin-block-end": { "value": "{ede.size.sm}" },
8
+ "padding-inline-start": { "value": "{ede.size.xl}" },
9
+ "item": {
10
+ "margin-block-start": { "value": "{ede.size.2xs}" },
11
+ "margin-block-end": { "value": "{ede.size.2xs}" },
12
+ "padding-inline-start": { "value": "1ch" }
13
+ }
14
+ },
15
+ "unordered-list": {
16
+ "font-size": { "value": "{utrecht.document.font-size}" },
17
+ "line-height": {},
18
+ "margin-block-start": { "value": "{ede.size.md}" },
19
+ "margin-block-end": { "value": "0" },
20
+ "padding-inline-start": { "value": "2ch" },
21
+ "item": {
22
+ "margin-block-start": { "value": "{ede.size.xs}" },
23
+ "margin-block-end": { "value": "0" },
24
+ "padding-inline-start": { "value": "1ch" }
25
+ },
26
+ "marker": {
27
+ "color": { "value": "{ede.color.black.0}" }
28
+ }
29
+ }
30
+ }
31
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "utrecht": {
3
+ "page-footer": {
4
+ "background-color": { "value": "{ede.color.grey.33}" },
5
+ "background-image": { "value": "unset" },
6
+ "color": { "value": "{ede.color.white.100}" },
7
+ "padding-inline-end": { "value": "{ede.size.sm}" },
8
+ "padding-inline-start": { "value": "{ede.size.sm}" },
9
+ "padding-block-end": { "value": "{ede.size.xl}" },
10
+ "padding-block-start": { "value": "{ede.size.xl}" }
11
+ }
12
+ }
13
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "utrecht": {
3
+ "page-header": {
4
+ "background-color": { "value": "{ede.color.white.100}" },
5
+ "color": { "value": "{ede.color.primary}" },
6
+ "padding-block-start": { "value": "{ede.size.xs}" },
7
+ "padding-block-end": { "value": "{ede.size.xs}" }
8
+ }
9
+ }
10
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "utrecht": {
3
+ "page": {
4
+ "background-color": {},
5
+ "color": {},
6
+ "margin-inline-start": { "value": "{ede.size.lg}" },
7
+ "margin-inline-end": { "value": "{ede.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": "{ede.typography.arial.font-family}" },
6
+ "font-size": { "value": "1em" },
7
+ "font-weight": { "value": "{ede.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,68 @@
1
+ {
2
+ "utrecht": {
3
+ "radio-button": {
4
+ "background-color": { "value": "{ede.color.white.100}" },
5
+ "border-color": { "value": "{ede.color.grey.46}" },
6
+ "border-width": { "value": "{ede.size.4xs}" },
7
+ "size": {},
8
+ "margin-block-start": {},
9
+ "icon": {
10
+ "size": { "value": "5px" }
11
+ },
12
+ "active": {
13
+ "border-color": {},
14
+ "border-width": {},
15
+ "background-color": {},
16
+ "color": {}
17
+ },
18
+ "checked": {
19
+ "border-color": { "value": "{ede.color.primary}" },
20
+ "border-width": { "value": "{ede.size.4xs}" },
21
+ "background-color": { "value": "{ede.color.white.100}" },
22
+ "color": { "value": "{ede.color.primary}" },
23
+ "active": {
24
+ "border-color": { "value": "{ede.color.primary}" },
25
+ "border-width": { "value": "{ede.size.4xs}" },
26
+ "background-color": { "value": "{ede.color.white.100}" },
27
+ "color": { "value": "{ede.color.primary}" }
28
+ },
29
+ "hover": {
30
+ "border-color": { "value": "{ede.color.primary-hover}" },
31
+ "border-width": { "value": "{ede.size.4xs}" },
32
+ "background-color": { "value": "{ede.color.white.100}" },
33
+ "color": { "value": "{ede.color.primary-hover}" }
34
+ },
35
+ "focus": {
36
+ "border-color": { "value": "{ede.color.primary}" },
37
+ "border-width": { "value": "{ede.size.4xs}" },
38
+ "background-color": { "value": "{ede.color.white.100}" },
39
+ "color": { "value": "{ede.color.primary}" }
40
+ }
41
+ },
42
+ "hover": {
43
+ "border-color": { "value": "{ede.color.grey.31}" },
44
+ "border-width": { "value": "{ede.size.4xs}" },
45
+ "background-color": { "value": "{ede.color.white.100}" },
46
+ "color": {}
47
+ },
48
+ "focus": {
49
+ "border-color": { "value": "{ede.color.primary}" },
50
+ "border-width": { "value": "{ede.size.4xs}" },
51
+ "background-color": { "value": "{ede.color.white.100}" },
52
+ "color": { "value": "{ede.color.primary}" }
53
+ },
54
+ "disabled": {
55
+ "border-color": { "value": "{ede.color.grey.82}" },
56
+ "border-width": { "value": "{ede.size.4xs}" },
57
+ "background-color": { "value": "{ede.color.grey.97}" },
58
+ "color": { "value": "{ede.color.grey.82}" }
59
+ },
60
+ "invalid": {
61
+ "border-color": { "value": "{ede.color.error}" },
62
+ "border-width": { "value": "{ede.size.4xs}" },
63
+ "background-color": { "value": "{ede.color.white.100}" },
64
+ "color": { "value": "{ede.color.error}" }
65
+ }
66
+ }
67
+ }
68
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "utrecht": {
3
+ "separator": {
4
+ "color": { "value": "{ede.color.blue.42}" },
5
+ "block-size": { "value": "{ede.size.3xs}" },
6
+ "margin-block-end": { "value": "0px" },
7
+ "margin-block-start": { "value": "0px" }
8
+ }
9
+ }
10
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "utrecht": {
3
+ "skip-link": {
4
+ "background-color": { "value": "{ede.color.blue.42}" },
5
+ "color": { "value": "{ede.color.white.100}" },
6
+ "min-block-size": { "value": "20px" },
7
+ "min-inline-size": { "value": "20px" },
8
+ "padding-block-start": { "value": "0.9em" },
9
+ "padding-block-end": { "value": "0.9em" },
10
+ "padding-inline-start": { "value": "1.25em" },
11
+ "padding-inline-end": { "value": "1.25em" },
12
+ "text-decoration": { "value": "none" },
13
+ "z-index": { "value": "100000" }
14
+ }
15
+ }
16
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "utrecht": {
3
+ "spotlight-section": {
4
+ "background-color": { "value": "{ede.color.lightgrey.94}" },
5
+ "border-color": {},
6
+ "border-width": {},
7
+ "color": { "value": "{ede.color.alert-info}" },
8
+ "padding-block-start": { "value": "{ede.size.xl}" },
9
+ "padding-block-end": { "value": "{ede.size.xl}" },
10
+ "padding-inline-start": { "value": "{ede.size.xl}" },
11
+ "padding-inline-end": { "value": "{ede.size.xl}" },
12
+ "margin-block-start": { "value": "{ede.size.xl}" },
13
+ "margin-block-end": { "value": "0" },
14
+ "info": {
15
+ "background-color": { "value": "{ede.color.lightgrey.94}" },
16
+ "color": { "value": "{ede.color.alert-info}" }
17
+ },
18
+ "warning": {
19
+ "background-color": { "value": "{ede.color.alert-warning-background}" },
20
+ "color": { "value": "{ede.color.alert-warning}" }
21
+ }
22
+ }
23
+ }
24
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "utrecht": {
3
+ "surface": {
4
+ "background-color": { "value": "{ede.color.white.96}" },
5
+ "color": {}
6
+ }
7
+ }
8
+ }
@@ -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": "{ede.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": "{ede.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": "{ede.typography.font-weight.bold}" },
31
+ "color": { "value": "{ede.color.blue.42}" },
32
+ "text-transform": { "value": "unset" }
33
+ },
34
+ "cell": {
35
+ "line-height": {},
36
+ "padding-block-end": { "value": "{ede.size.sm}" },
37
+ "padding-block-start": { "value": "{ede.size.sm}" },
38
+ "padding-inline-end": { "value": "{ede.size.sm}" },
39
+ "padding-inline-start": { "value": "{ede.size.sm}" },
40
+ "icon": {
41
+ "size": {}
42
+ }
43
+ },
44
+ "row": {
45
+ "border-block-end-color": { "value": "{ede.color.grey.82}" },
46
+ "border-block-end-width": { "value": "{ede.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,31 @@
1
+ {
2
+ "utrecht": {
3
+ "textbox": {
4
+ "border-bottom-width": {},
5
+ "border-color": { "value": "{ede.color.blue.38}" },
6
+ "border-radius": { "value": "0" },
7
+ "border-width": { "value": "{ede.size.4xs}" },
8
+ "color": { "value": "{ede.color.grey.29}" },
9
+ "font-family": { "value": "{ede.typography.arial.font-family}" },
10
+ "font-size": { "value": "1.125rem" },
11
+ "min-inline-height": {},
12
+ "max-inline-size": {},
13
+ "padding-block-end": { "value": "0.625rem" },
14
+ "padding-block-start": { "value": "0.625rem" },
15
+ "padding-inline-end": { "value": "0.625rem" },
16
+ "padding-inline-start": { "value": "0.625rem" },
17
+ "disabled": {
18
+ "border-color": { "value": "{ede.color.grey.87}" },
19
+ "color": {}
20
+ },
21
+ "invalid": {
22
+ "border-color": { "value": "{ede.color.error}" },
23
+ "border-width": { "value": "{ede.size.4xs}" }
24
+ },
25
+ "read-only": {
26
+ "border-color": { "value": "{ede.color.grey.48}" },
27
+ "color": {}
28
+ }
29
+ }
30
+ }
31
+ }
@@ -0,0 +1,73 @@
1
+ {
2
+ "fullName": "Ede",
3
+ "name": "Ede",
4
+ "prefix": "ede",
5
+ "npm": "@ede/theme",
6
+ "stories": [
7
+ "react-utrecht-alert--default",
8
+ "react-utrecht-alert--warning",
9
+ "react-utrecht-alert--error",
10
+ "react-utrecht-alert--ok",
11
+ "react-utrecht-badge-counter--default",
12
+ "react-utrecht-breadcrumb-nac--default",
13
+ "react-utrecht-breadcrumb-nac--separator",
14
+ "react-utrecht-button--default",
15
+ "react-utrecht-button--hover",
16
+ "react-utrecht-button--primary-action-button",
17
+ "react-utrecht-button--secondary-action-button",
18
+ "react-utrecht-calendar--default",
19
+ "react-utrecht-calendar--limited-range-calendar",
20
+ "react-utrecht-checkbox--default",
21
+ "react-utrecht-checkbox--checked",
22
+ "react-utrecht-checkbox--disabled",
23
+ "react-utrecht-checkbox--checked-and-disabled",
24
+ "react-utrecht-checkbox--hover",
25
+ "react-utrecht-checkbox--focus",
26
+ "react-utrecht-checkbox--focus-visible",
27
+ "react-utrecht-code--default",
28
+ "react-utrecht-code-block--default",
29
+ "react-utrecht-data-badge--default",
30
+ "react-utrecht-document--default",
31
+ "react-utrecht-heading-1--default",
32
+ "react-utrecht-heading-2--default",
33
+ "react-utrecht-heading-3--default",
34
+ "react-utrecht-heading-4--default",
35
+ "react-utrecht-heading-5--default",
36
+ "react-utrecht-link--default",
37
+ "react-utrecht-link--hover",
38
+ "react-utrecht-link--focus",
39
+ "react-utrecht-ordered-list--default",
40
+ "react-utrecht-unordered-list--default",
41
+ "react-utrecht-page--default",
42
+ "react-utrecht-page-header--default",
43
+ "react-utrecht-page-footer--default",
44
+ "react-utrecht-paragraph--default",
45
+ "react-utrecht-radio-button--default",
46
+ "react-utrecht-radio-button--hover",
47
+ "react-utrecht-radio-button--focus",
48
+ "react-utrecht-radio-button--checked",
49
+ "react-utrecht-radio-button--checked-and-disabled",
50
+ "react-utrecht-radio-button--disabled",
51
+ "react-utrecht-separator--default",
52
+ "react-utrecht-skip-link--default",
53
+ "react-utrecht-spotlicht-section--default",
54
+ "react-utrecht-spotlicht-section--info",
55
+ "react-utrecht-spotlicht-section--warning",
56
+ "react-utrecht-surface--default",
57
+ "react-utrecht-table--default",
58
+ "react-utrecht-textbox--default",
59
+ "react-conduction-card-header--default",
60
+ "react-conduction-card-header--hover",
61
+ "react-conduction-card-wrapper--default",
62
+ "react-conduction-card-wrapper--hover",
63
+ "react-conduction-pagination--default",
64
+ "react-conduction-input-select--default",
65
+ "react-conduction-input-select--list-option",
66
+ "react-conduction-input-select--placeholder",
67
+ "react-conduction-tabs--default",
68
+ "react-conduction-tabs--selected",
69
+ "react-conduction-tabs--hover",
70
+ "react-conduction-tabs--list",
71
+ "react-conduction-tabs--panel"
72
+ ]
73
+ }
@@ -0,0 +1,7 @@
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";
@@ -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 Migrato
2
+
3
+ Copyright (c) 2023 Migrato
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 Migrato.
8
+
9
+ Wanneer je een bewerking van de software wilt gebruiken voor andere doeleinden, mag je niet het logo van Migrato 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 Migrato.
@@ -0,0 +1,3 @@
1
+ # NL Design System design tokens Migrato
2
+
3
+ These tokens have been obtained by analysing the [website of Migrato](https://migrato.nl/).