@conduction/theme 1.1.41 → 1.1.43

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 (175) hide show
  1. package/README.md +2 -0
  2. package/conduction-design-tokens/src/brand/conduction/color.tokens.json +3 -0
  3. package/conduction-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -0
  4. package/conduction-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -0
  5. package/conduction-design-tokens/src/component/conduction/card-header.tokens.json +8 -1
  6. package/conduction-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -0
  7. package/conduction-design-tokens/src/component/tilburg/search-card.tokens.json +35 -0
  8. package/conduction-design-tokens/src/component/utrecht/accordion.tokens.json +68 -0
  9. package/conduction-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -0
  10. package/conduction-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -0
  11. package/conduction-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +2 -1
  12. package/conduction-design-tokens/src/component/utrecht/select.tokens.json +47 -0
  13. package/conduction-design-tokens/src/component/utrecht/textbox.tokens.json +1 -0
  14. package/municipalities/migrato-design-tokens/LICENSE.md +17 -0
  15. package/municipalities/migrato-design-tokens/README.md +3 -0
  16. package/municipalities/migrato-design-tokens/package.json +40 -0
  17. package/municipalities/migrato-design-tokens/src/brand/conduction/color.tokens.json +150 -0
  18. package/municipalities/migrato-design-tokens/src/brand/conduction/font-size.tokens.json +50 -0
  19. package/municipalities/migrato-design-tokens/src/brand/conduction/size.tokens.json +17 -0
  20. package/municipalities/migrato-design-tokens/src/brand/conduction/typography.tokens.json +45 -0
  21. package/municipalities/migrato-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  22. package/municipalities/migrato-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  23. package/municipalities/migrato-design-tokens/src/component/conduction/card-header.tokens.json +27 -0
  24. package/municipalities/migrato-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
  25. package/municipalities/migrato-design-tokens/src/component/conduction/checkbox.tokens.json +71 -0
  26. package/municipalities/migrato-design-tokens/src/component/conduction/download-card.tokens.json +28 -0
  27. package/municipalities/migrato-design-tokens/src/component/conduction/logo.tokens.json +25 -0
  28. package/municipalities/migrato-design-tokens/src/component/conduction/navigation.tokens.json +88 -0
  29. package/municipalities/migrato-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
  30. package/municipalities/migrato-design-tokens/src/component/conduction/select.tokens.json +39 -0
  31. package/municipalities/migrato-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  32. package/municipalities/migrato-design-tokens/src/component/conduction/tabs.tokens.json +85 -0
  33. package/municipalities/migrato-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
  34. package/municipalities/migrato-design-tokens/src/component/den-haag/process-step.tokens.json +107 -0
  35. package/municipalities/migrato-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
  36. package/municipalities/migrato-design-tokens/src/component/tilburg/footer.tokens.json +8 -0
  37. package/municipalities/migrato-design-tokens/src/component/tilburg/header.tokens.json +7 -0
  38. package/municipalities/migrato-design-tokens/src/component/tilburg/logo.tokens.json +7 -0
  39. package/municipalities/migrato-design-tokens/src/component/tilburg/navigation.tokens.json +15 -0
  40. package/municipalities/migrato-design-tokens/src/component/tilburg/search-card.tokens.json +9 -0
  41. package/municipalities/migrato-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  42. package/municipalities/migrato-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  43. package/municipalities/migrato-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  44. package/municipalities/migrato-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  45. package/municipalities/migrato-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -0
  46. package/municipalities/migrato-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  47. package/municipalities/migrato-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
  48. package/municipalities/migrato-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
  49. package/municipalities/migrato-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  50. package/municipalities/migrato-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
  51. package/municipalities/migrato-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  52. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +10 -0
  53. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  54. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  55. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
  56. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  57. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  58. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
  59. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +39 -0
  60. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -0
  61. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
  62. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
  63. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
  64. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  65. package/municipalities/migrato-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
  66. package/municipalities/migrato-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
  67. package/municipalities/migrato-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
  68. package/municipalities/migrato-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
  69. package/municipalities/migrato-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  70. package/municipalities/migrato-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  71. package/municipalities/migrato-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  72. package/municipalities/migrato-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  73. package/municipalities/migrato-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  74. package/municipalities/migrato-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  75. package/municipalities/migrato-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  76. package/municipalities/migrato-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  77. package/municipalities/migrato-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
  78. package/municipalities/migrato-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
  79. package/municipalities/migrato-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
  80. package/municipalities/migrato-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
  81. package/municipalities/migrato-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  82. package/municipalities/migrato-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  83. package/municipalities/migrato-design-tokens/src/component/utrecht/textbox.tokens.json +34 -0
  84. package/municipalities/migrato-design-tokens/src/config.json +73 -0
  85. package/municipalities/migrato-design-tokens/src/font/eau_sans_book.otf +0 -0
  86. package/municipalities/migrato-design-tokens/src/font.scss +6 -0
  87. package/municipalities/migrato-design-tokens/src/index.scss +8 -0
  88. package/municipalities/migrato-design-tokens/style-dictionary.config.js +6 -0
  89. package/municipalities/noordwijk-design-tokens/src/font.js +8 -8
  90. package/municipalities/oude-ijsselstreek-design-tokens/LICENSE.md +17 -0
  91. package/municipalities/oude-ijsselstreek-design-tokens/README.md +3 -0
  92. package/municipalities/oude-ijsselstreek-design-tokens/documentation/color.stories.mdx +17 -0
  93. package/municipalities/oude-ijsselstreek-design-tokens/documentation/components.stories.mdx +11 -0
  94. package/municipalities/oude-ijsselstreek-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  95. package/municipalities/oude-ijsselstreek-design-tokens/documentation/readme.stories.mdx +7 -0
  96. package/municipalities/oude-ijsselstreek-design-tokens/package.json +42 -0
  97. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/color.tokens.json +142 -0
  98. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/font-size.tokens.json +50 -0
  99. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/size.tokens.json +17 -0
  100. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/typography.tokens.json +40 -0
  101. package/municipalities/oude-ijsselstreek-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  102. package/municipalities/oude-ijsselstreek-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  103. package/municipalities/oude-ijsselstreek-design-tokens/src/components/amsterdam/date-input.tokens.json +29 -0
  104. package/municipalities/oude-ijsselstreek-design-tokens/src/components/amsterdam/pagination.tokens.json +149 -0
  105. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/card-header.tokens.json +34 -0
  106. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/card-wrapper.tokens.json +33 -0
  107. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/checkbox.tokens.json +69 -0
  108. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/download-card.tokens.json +28 -0
  109. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/logo.tokens.json +40 -0
  110. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/navigation.tokens.json +88 -0
  111. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/pagination.tokens.json +95 -0
  112. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/select.tokens.json +39 -0
  113. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/table-wrapper.tokens.json +21 -0
  114. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/tabs.tokens.json +85 -0
  115. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/tooltip.tokens.json +17 -0
  116. package/municipalities/oude-ijsselstreek-design-tokens/src/components/den-haag/process-step.tokens.json +107 -0
  117. package/municipalities/oude-ijsselstreek-design-tokens/src/components/den-haag/sidenav.tokens.json +31 -0
  118. package/municipalities/oude-ijsselstreek-design-tokens/src/components/open-catalogi/rating.tokens.json +12 -0
  119. package/municipalities/oude-ijsselstreek-design-tokens/src/components/tilburg/search-card.tokens.json +35 -0
  120. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/accordion.tokens.json +68 -0
  121. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/alert.tokens.json +46 -0
  122. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge-counter.tokens.json +13 -0
  123. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge-status.tokens.json +8 -0
  124. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge.tokens.json +15 -0
  125. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/blockquote.tokens.json +27 -0
  126. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/breadcrumb.tokens.json +44 -0
  127. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/button.tokens.json +152 -0
  128. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/calendar.tokens.json +80 -0
  129. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/checkbox.tokens.json +57 -0
  130. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/code.tokens.json +26 -0
  131. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/data-list.tokens.json +28 -0
  132. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/document.tokens.json +12 -0
  133. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/accordion.tokens.json +36 -0
  134. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/alert.tokens.json +9 -0
  135. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  136. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  137. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/form-field.tokens.json +13 -0
  138. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/form-input.tokens.json +26 -0
  139. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/icon.tokens.json +7 -0
  140. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/link.tokens.json +10 -0
  141. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/page-footer.tokens.json +40 -0
  142. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/page-header.tokens.json +15 -0
  143. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/radio-button.tokens.json +14 -0
  144. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/select.tokens.json +9 -0
  145. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/skip-link.tokens.json +24 -0
  146. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/table.tokens.json +37 -0
  147. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/textbox.tokens.json +26 -0
  148. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/focus.tokens.json +15 -0
  149. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/form-field.tokens.json +17 -0
  150. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/form-input.tokens.json +34 -0
  151. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/form-label.tokens.json +23 -0
  152. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/heading.tokens.json +49 -0
  153. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/icon.tokens.json +12 -0
  154. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/link.tokens.json +33 -0
  155. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/list.tokens.json +31 -0
  156. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/page-footer.tokens.json +13 -0
  157. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/page-header.tokens.json +10 -0
  158. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/page.tokens.json +11 -0
  159. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/paragraph.tokens.json +25 -0
  160. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/radio-button.tokens.json +68 -0
  161. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/select.tokens.json +47 -0
  162. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/separator.tokens.json +10 -0
  163. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/skip-link.tokens.json +16 -0
  164. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/spotlight-section.tokens.json +24 -0
  165. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/surface.tokens.json +8 -0
  166. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/table.tokens.json +60 -0
  167. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/textbox.tokens.json +35 -0
  168. package/municipalities/oude-ijsselstreek-design-tokens/src/config.json +73 -0
  169. package/municipalities/oude-ijsselstreek-design-tokens/src/font/Gill Sans-bold.woff2 +0 -0
  170. package/municipalities/oude-ijsselstreek-design-tokens/src/font/Gill Sans-light.woff2 +0 -0
  171. package/municipalities/oude-ijsselstreek-design-tokens/src/font/Gill Sans.woff2 +0 -0
  172. package/municipalities/oude-ijsselstreek-design-tokens/src/font.scss +57 -0
  173. package/municipalities/oude-ijsselstreek-design-tokens/src/index.scss +8 -0
  174. package/municipalities/oude-ijsselstreek-design-tokens/style-dictionary.config.js +6 -0
  175. package/package.json +4 -2
@@ -0,0 +1,26 @@
1
+ {
2
+ "utrecht": {
3
+ "textbox": {
4
+ "background-color": { "value": "{migrato.color.lightgrey.97}" },
5
+ "line-height": {},
6
+ "placeholder": {
7
+ "color": { "value": "{migrato.color.grey.46}" }
8
+ },
9
+ "disabled": {
10
+ "background-color": { "value": "{migrato.color.grey.90}" }
11
+ },
12
+ "focus": {
13
+ "background-color": { "value": "{migrato.color.lightgrey.97}" },
14
+ "border-color": {},
15
+ "color": {}
16
+ },
17
+ "invalid": {
18
+ "background-color": {},
19
+ "color": {}
20
+ },
21
+ "read-only": {
22
+ "background-color": { "value": "{migrato.color.grey.95}" }
23
+ }
24
+ }
25
+ }
26
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "utrecht": {
3
+ "focus": {
4
+ "background-color": {},
5
+ "color": {},
6
+ "outline-color": {},
7
+ "outline-offset": { "value": "2.5px" },
8
+ "outline-style": {},
9
+ "outline-width": { "value": "2.5px" },
10
+ "inverse": {
11
+ "outline-color": { "value": "{migrato.color.black.0-60t}" }
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": "{migrato.size.2xs}" },
6
+ "max-inline-size": {},
7
+ "invalid": {
8
+ "border-inline-start-color": { "value": "{migrato.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": "{migrato.color.lightgrey.88}" },
6
+ "border-radius": { "value": "0" },
7
+ "border-width": { "value": "{migrato.size.4xs}" },
8
+ "color": { "value": "{migrato.color.grey.57}" },
9
+ "font-family": { "value": "{migrato.typography.eau-sans.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": "{migrato.size.xs}" },
17
+ "padding-block-start": { "value": "{migrato.size.xs}" },
18
+ "padding-inline-end": { "value": "{migrato.size.sm}" },
19
+ "padding-inline-start": { "value": "{migrato.size.sm}" },
20
+ "disabled": {
21
+ "border-color": { "value": "{migrato.color.grey.87}" },
22
+ "color": {}
23
+ },
24
+ "invalid": {
25
+ "border-color": { "value": "{migrato.color.error}" },
26
+ "border-width": { "value": "{migrato.size.4xs}" }
27
+ },
28
+ "read-only": {
29
+ "border-color": { "value": "{migrato.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": {},
5
+ "font-family": { "value": "{migrato.typography.eau-sans.font-family}" },
6
+ "font-size": { "value": "{migrato.font-size.3xl}" },
7
+ "font-weight": { "value": "{migrato.typography.font-weight.bold}" },
8
+ "line-height": {},
9
+ "margin-block-end": { "value": "{migrato.size.2xl}" },
10
+ "margin-block-start": { "value": "{migrato.size.md}" }
11
+ },
12
+ "heading-2": {
13
+ "color": {},
14
+ "font-family": { "value": "{migrato.typography.eau-sans.font-family}" },
15
+ "font-size": { "value": "{migrato.font-size.2xl}" },
16
+ "font-weight": { "value": "{migrato.typography.font-weight.bold}" },
17
+ "line-height": {},
18
+ "margin-block-end": { "value": "{migrato.size.2xl}" },
19
+ "margin-block-start": { "value": "{migrato.size.md}" }
20
+ },
21
+ "heading-3": {
22
+ "color": {},
23
+ "font-family": { "value": "{migrato.typography.eau-sans.font-family}" },
24
+ "font-size": { "value": "{migrato.font-size.lg}" },
25
+ "font-weight": { "value": "{migrato.typography.font-weight.normal}" },
26
+ "line-height": {},
27
+ "margin-block-end": { "value": "{migrato.size.xl}" },
28
+ "margin-block-start": { "value": "{migrato.size.md}" }
29
+ },
30
+ "heading-4": {
31
+ "color": {},
32
+ "font-family": { "value": "{migrato.typography.eau-sans.font-family}" },
33
+ "font-size": { "value": "{migrato.font-size.md}" },
34
+ "font-weight": { "value": "{migrato.typography.font-weight.normal}" },
35
+ "line-height": {},
36
+ "margin-block-end": { "value": "{migrato.size.lg}" },
37
+ "margin-block-start": { "value": "{migrato.size.md}" }
38
+ },
39
+ "heading-5": {
40
+ "color": {},
41
+ "font-family": { "value": "{migrato.typography.eau-sans.font-family}" },
42
+ "font-size": { "value": "{migrato.font-size.sm}" },
43
+ "font-weight": { "value": "{migrato.typography.font-weight.light}" },
44
+ "line-height": {},
45
+ "margin-block-end": { "value": "{migrato.size.lg}" },
46
+ "margin-block-start": { "value": "{migrato.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": "{migrato.color.primary}" },
5
+ "text-decoration": { "value": "none" },
6
+ "text-decoration-color": { "value": "unset" },
7
+ "text-decoration-thickness": { "value": 0 },
8
+ "text-underline-offset": { "value": "{migrato.size.3xs}" },
9
+ "active": {
10
+ "color": {}
11
+ },
12
+ "focus": {
13
+ "color": {},
14
+ "text-decoration": {},
15
+ "text-decoration-thickness": {}
16
+ },
17
+ "hover": {
18
+ "color": { "value": "{migrato.color.primary-hover}" },
19
+ "text-decoration": { "value": "underline" },
20
+ "text-decoration-thickness": { "value": "{migrato.size.4xs}" }
21
+ },
22
+ "placeholder": {
23
+ "color": {}
24
+ },
25
+ "visited": {
26
+ "color": { "value": "{migrato.color.primary}" }
27
+ },
28
+ "icon": {
29
+ "size": { "value": "{migrato.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": "{migrato.size.sm}" },
7
+ "margin-block-end": { "value": "{migrato.size.sm}" },
8
+ "padding-inline-start": { "value": "{migrato.size.xl}" },
9
+ "item": {
10
+ "margin-block-start": { "value": "{migrato.size.2xs}" },
11
+ "margin-block-end": { "value": "{migrato.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": "{migrato.size.md}" },
19
+ "margin-block-end": { "value": 0 },
20
+ "padding-inline-start": { "value": "2ch" },
21
+ "item": {
22
+ "margin-block-start": { "value": "{migrato.size.xs}" },
23
+ "margin-block-end": { "value": "{migrato.size.xs}" },
24
+ "padding-inline-start": { "value": "1ch" }
25
+ },
26
+ "marker": {
27
+ "color": { "value": "#666666" }
28
+ }
29
+ }
30
+ }
31
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "utrecht": {
3
+ "page-footer": {
4
+ "background-color": { "value": "{migrato.color.grey.22}" },
5
+ "background-image": { "value": "url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAGQCAMAAADBSF6tAAAAP1BMVEX///////////////////////////////////////////////////////////////////////////////////81m6ZbAAAAFXRSTlMADSMTAyAmMxowKRAKBhYtHQkMBAHuYyWKAAAWaUlEQVR4AezdwZKqOhQF0INATgIo/v/XPpu+dvfggd6qvuXAtWZWxeGuTTiJxq8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgO7Ux76hH0sZ+yH+DaArmafYVVtuWo1/A0Twposdw5Q5ztM0j5nTEP8CiGDLEnumnJaIUiKWKaf4VcC55M1Y9ouwftZfKZ+lWAP4PecxP4xdltgxtFziHsJYsg0B/JKh5maMgyLsc4wfxuwD+B2Xlps+DoowxpzjhznHAH7DvOanU8SaXewpOZVSYlNKmbIE8BuGrq+nkpkl+iwhhPAiQ66x5jk8jsKrZNYtV17MwIuUbFsRGlHAi5wya2wM6+El6r3bXnNsDejzEncvOMANdGvcveIqEzDMcffSS70AAAAAAAAAAAAAAAAAAAAAAACc4/cAQ3czxN/IS7wv6Oa4mbs4NtQp83SOiO4UB86n3GxLn1VKvC3oMy8Rl8w+jnTrPVfXLLHjUmttOc5dN4/Zaq0XIXwI+vyjjwPXrwV95hLDGv8nP1zv3/gQTxnyGm8Lpvxjin2XzGyxqZlL1Iz/k6W7ZKtLxFJbXropn9g+LhGnPMd7gm6e8su0ty8c5jVv6j2ErexU3LpG5Jft86GaH65j1nhPsORmrXXNzbJXluuaOf1oznXnobWP/BKXvMaBZcqbMmWO8abgkh/GuBnzw2UvhMMwleW03Ne1Of7PubWl5B9lae38sAZLtGxDwLsav0ttzd1GGk7XLWHZhkvmtJx3p4B9tu8QtuwPa3BT4nzKLuBtZWb9Lqbh0f96TudpGuJA3/JL6x/U4KaUbPEJhDAODWtmGYY4tEz5x7TEnnPJn8aAt3V56nH0bmnPBKbmpj6uy7s54F3Nz7yYuRumfmmZNR7p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\") " },
6
+ "color": { "value": "{migrato.color.white.100}" },
7
+ "padding-inline-end": { "value": "{migrato.size.sm}" },
8
+ "padding-inline-start": { "value": "{migrato.size.sm}" },
9
+ "padding-block-end": { "value": "184px" },
10
+ "padding-block-start": { "value": "{migrato.size.2xl}" }
11
+ }
12
+ }
13
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "utrecht": {
3
+ "page-header": {
4
+ "background-color": { "value": "{migrato.color.white.100}" },
5
+ "color": { "value": "{migrato.color.black.0}" },
6
+ "padding-block-start": { "value": "{migrato.size.lg}" },
7
+ "padding-block-end": { "value": "{migrato.size.lg}" }
8
+ }
9
+ }
10
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "utrecht": {
3
+ "page": {
4
+ "background-color": {},
5
+ "color": {},
6
+ "margin-inline-start": { "value": "{migrato.size.lg}" },
7
+ "margin-inline-end": { "value": "{migrato.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": "{migrato.typography.eau-sans.font-family}" },
6
+ "font-size": { "value": "{migrato.font-size.md}" },
7
+ "font-weight": { "value": "{migrato.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": "{migrato.color.white.100}" },
5
+ "border-color": { "value": "{migrato.color.grey.46}" },
6
+ "border-width": { "value": "{migrato.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": "{migrato.color.primary}" },
20
+ "border-width": { "value": "{migrato.size.4xs}" },
21
+ "background-color": { "value": "{migrato.color.white.100}" },
22
+ "color": { "value": "{migrato.color.primary}" },
23
+ "active": {
24
+ "border-color": { "value": "{migrato.color.primary}" },
25
+ "border-width": { "value": "{migrato.size.4xs}" },
26
+ "background-color": { "value": "{migrato.color.white.100}" },
27
+ "color": { "value": "{migrato.color.primary}" }
28
+ },
29
+ "hover": {
30
+ "border-color": { "value": "{migrato.color.primary-hover}" },
31
+ "border-width": { "value": "{migrato.size.4xs}" },
32
+ "background-color": { "value": "{migrato.color.white.100}" },
33
+ "color": { "value": "{migrato.color.primary-hover}" }
34
+ },
35
+ "focus": {
36
+ "border-color": { "value": "{migrato.color.primary}" },
37
+ "border-width": { "value": "{migrato.size.4xs}" },
38
+ "background-color": { "value": "{migrato.color.white.100}" },
39
+ "color": { "value": "{migrato.color.primary}" }
40
+ }
41
+ },
42
+ "hover": {
43
+ "border-color": { "value": "{migrato.color.grey.31}" },
44
+ "border-width": { "value": "{migrato.size.4xs}" },
45
+ "background-color": { "value": "{migrato.color.white.100}" },
46
+ "color": {}
47
+ },
48
+ "focus": {
49
+ "border-color": { "value": "{migrato.color.primary}" },
50
+ "border-width": { "value": "{migrato.size.4xs}" },
51
+ "background-color": { "value": "{migrato.color.white.100}" },
52
+ "color": { "value": "{migrato.color.primary}" }
53
+ },
54
+ "disabled": {
55
+ "border-color": { "value": "{migrato.color.grey.82}" },
56
+ "border-width": { "value": "{migrato.size.4xs}" },
57
+ "background-color": { "value": "{migrato.color.grey.97}" },
58
+ "color": { "value": "{migrato.color.grey.82}" }
59
+ },
60
+ "invalid": {
61
+ "border-color": { "value": "{migrato.color.error}" },
62
+ "border-width": { "value": "{migrato.size.4xs}" },
63
+ "background-color": { "value": "{migrato.color.white.100}" },
64
+ "color": { "value": "{migrato.color.error}" }
65
+ }
66
+ }
67
+ }
68
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "utrecht": {
3
+ "separator": {
4
+ "color": { "value": "{migrato.color.grey.82}" },
5
+ "block-size": { "value": "{migrato.size.4xs}" },
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": "{migrato.color.grey.87}" },
5
+ "color": { "value": "{migrato.color.grey.27}" },
6
+ "min-block-size": { "value": "20px" },
7
+ "min-inline-size": { "value": "20px" },
8
+ "padding-block-start": { "value": "15px" },
9
+ "padding-block-end": { "value": "{migrato.size.sm}" },
10
+ "padding-inline-start": { "value": "23px" },
11
+ "padding-inline-end": { "value": "23px" },
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": "{migrato.color.alert-info-background}" },
5
+ "border-color": {},
6
+ "border-width": {},
7
+ "color": { "value": "{migrato.color.alert-info}" },
8
+ "padding-block-start": { "value": "{migrato.size.lg}" },
9
+ "padding-block-end": { "value": "{migrato.size.lg}" },
10
+ "padding-inline-start": { "value": "{migrato.size.lg}" },
11
+ "padding-inline-end": { "value": "{migrato.size.lg}" },
12
+ "margin-block-start": { "value": "{migrato.size.lg}" },
13
+ "margin-block-end": {},
14
+ "info": {
15
+ "background-color": { "value": "{migrato.color.alert-info-background}" },
16
+ "color": { "value": "{migrato.color.alert-info}" }
17
+ },
18
+ "warning": {
19
+ "background-color": { "value": "{migrato.color.alert-warning-background}" },
20
+ "color": { "value": "{migrato.color.alert-warning}" }
21
+ }
22
+ }
23
+ }
24
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "utrecht": {
3
+ "surface": {
4
+ "background-color": { "value": "{migrato.color.white.100}" },
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": "{migrato.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": "{migrato.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": "{migrato.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": "{migrato.size.md}" },
37
+ "padding-block-start": { "value": "{migrato.size.md}" },
38
+ "padding-inline-end": { "value": "{migrato.size.md}" },
39
+ "padding-inline-start": { "value": "{migrato.size.md}" },
40
+ "icon": {
41
+ "size": {}
42
+ }
43
+ },
44
+ "row": {
45
+ "border-block-end-color": { "value": "{migrato.color.grey.82}" },
46
+ "border-block-end-width": { "value": "{migrato.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,34 @@
1
+ {
2
+ "utrecht": {
3
+ "textbox": {
4
+ "border-bottom-width": {},
5
+ "border-color": { "value": "{migrato.color.grey.75}" },
6
+ "border-radius": {},
7
+ "border-width": { "value": "{migrato.size.4xs}" },
8
+ "color": { "value": "{migrato.color.grey.50}" },
9
+ "font-family": { "value": "{migrato.typography.eau-sans.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": "11px" },
17
+ "padding-block-start": { "value": "11px" },
18
+ "padding-inline-end": { "value": "5px" },
19
+ "padding-inline-start": { "value": "5px" },
20
+ "disabled": {
21
+ "border-color": { "value": "{migrato.color.grey.87}" },
22
+ "color": {}
23
+ },
24
+ "invalid": {
25
+ "border-color": { "value": "{migrato.color.error}" },
26
+ "border-width": { "value": "{migrato.size.4xs}" }
27
+ },
28
+ "read-only": {
29
+ "border-color": { "value": "{migrato.color.grey.48}" },
30
+ "color": {}
31
+ }
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,73 @@
1
+ {
2
+ "fullName": "Migrato",
3
+ "name": "Migrato",
4
+ "prefix": "migrato",
5
+ "npm": "@migrato/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,6 @@
1
+ /* Place any @font-face definitions here */
2
+
3
+ @font-face {
4
+ font-family: "Eau Sans";
5
+ src: url("../src/font/eau_sans_book.otf") format("opentype");
6
+ }