@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
package/README.md CHANGED
@@ -6,6 +6,8 @@ Conduction's design tokens theme
6
6
 
7
7
  - **Version 1.1 (breaking changes from 1.0.x)**
8
8
 
9
+ - 1.1.43: Added Oude IJsselstreek theme.
10
+ - 1.1.42: Added Migrato theme.
9
11
  - 1.1.41: Added Ede theme.
10
12
  - 1.1.40: Added Tilburg tokens to Rotterdam theme.
11
13
  - 1.1.39: Added v1 version of BCT theme.
@@ -51,6 +51,9 @@
51
51
  "value": "#808080",
52
52
  "comment": "Base/Grey"
53
53
  },
54
+ "70": {
55
+ "value": "#b3b3b3"
56
+ },
54
57
  "82": {
55
58
  "value": "#d1d1d1"
56
59
  },
@@ -0,0 +1,29 @@
1
+ {
2
+ "ams": {
3
+ "date-input": {
4
+ "background-color": { "value": "{utrecht.textbox.background-color}" },
5
+ "box-shadow": { "value": "" },
6
+ "color": { "value": "{utrecht.textbox.color}" },
7
+ "font-family": { "value": "{utrecht.textbox.font-family}" },
8
+ "font-size": { "value": "{utrecht.textbox.font-size}" },
9
+ "font-weight": { "value": "{utrecht.textbox.font-weight}" },
10
+ "line-height": { "value": "{utrecht.textbox.line-height}" },
11
+ "min-block-size": {},
12
+ "min-inline-size": {},
13
+ "outline-offset": {},
14
+ "padding-block": { "value": "{conduction.size.xs}" },
15
+ "padding-inline": { "value": "{conduction.size.xs}" },
16
+ "calender-picker-indicator-background-image": {
17
+ "value": "url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJXaW5kb3dUZXh0IiBkPSJNMjAgM2gtMVYxaC0ydjJIN1YxSDV2Mkg0Yy0xLjEgMC0yIC45LTIgMnYxNmMwIDEuMS45IDIgMiAyaDE2YzEuMSAwIDItLjkgMi0yVjVjMC0xLjEtLjktMi0yLTJ6bTAgMThINFY4aDE2djEzeiIvPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L3N2Zz4=')"
18
+ },
19
+ "hover-calender-picker-indicator-background-image": {
20
+ "value": "url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJXaW5kb3dUZXh0IiBkPSJNMjAgM2gtMVYxaC0ydjJIN1YxSDV2Mkg0Yy0xLjEgMC0yIC45LTIgMnYxNmMwIDEuMS45IDIgMiAyaDE2YzEuMSAwIDItLjkgMi0yVjVjMC0xLjEtLjktMi0yLTJ6bTAgMThINFY4aDE2djEzeiIvPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L3N2Zz4=')"
21
+ },
22
+ "border-color": { "value": "{utrecht.textbox.border-color}" },
23
+ "border-style": { "value": "solid" },
24
+ "border-width": { "value": "{utrecht.textbox.border-width}" },
25
+ "border-radius": { "value": "{utrecht.textbox.border-radius}" },
26
+ "margin-block": {}
27
+ }
28
+ }
29
+ }
@@ -0,0 +1,149 @@
1
+ {
2
+ "ams": {
3
+ "pagination": {
4
+ "background-color": {},
5
+ "padding-block-start": {},
6
+ "padding-block-end": {},
7
+ "padding-inline-start": {},
8
+ "padding-inline-end": {},
9
+ "color": { "value": "{conduction.color.black.0}" },
10
+ "gap": { "value": "{conduction.size.2xs}" },
11
+ "font-size": { "value": "{utrecht.document.font-size}" },
12
+ "font-family": { "value": "{utrecht.document.font-family}" },
13
+ "line-height": {},
14
+ "icon": {
15
+ "color": { "value": "{conduction.color.white.100}" }
16
+ },
17
+ "button": {
18
+ "background-color": { "value": "{conduction.color.white.98}" },
19
+ "border-color": {},
20
+ "border-radius": { "value": "{conduction.size.2xs}" },
21
+ "border-width": {},
22
+ "color": { "value": "{conduction.color.black.0}" },
23
+ "font-weight": { "value": "{conduction.typography.font-weight.normal}" },
24
+ "min-block-size": {},
25
+ "min-inline-size": {},
26
+ "padding-inline-start": { "value": "{conduction.size.xs}" },
27
+ "padding-inline-end": { "value": "{conduction.size.xs}" },
28
+ "padding-inline": { "value": "{conduction.size.xs}" },
29
+ "padding-block-start": { "value": "{conduction.size.xs}" },
30
+ "padding-block-end": { "value": "{conduction.size.xs}" },
31
+ "padding-block": { "value": "{conduction.size.xs}" },
32
+ "text-decoration": {},
33
+ "text-decoration-thickness": {},
34
+ "active": {
35
+ "background-color": {},
36
+ "border-color": {},
37
+ "color": {},
38
+ "text-decoration": {},
39
+ "text-decoration-thickness": {}
40
+ },
41
+ "current": {
42
+ "background-color": { "value": "{conduction.color.primary}" },
43
+ "border-color": {},
44
+ "color": { "value": "{conduction.color.white.100}" },
45
+ "font-weight": { "value": "{conduction.typography.font-weight.bold}" },
46
+ "text-decoration": { "value": "unset" },
47
+ "text-decoration-thickness": {}
48
+ },
49
+ "focus": {
50
+ "background-color": {},
51
+ "color": {},
52
+ "text-decoration": {},
53
+ "text-decoration-thickness": {}
54
+ },
55
+ "hover": {
56
+ "background-color": {},
57
+ "border-color": {},
58
+ "color": { "value": "{conduction.color.primary}" },
59
+ "text-decoration": {},
60
+ "text-decoration-thickness": {}
61
+ }
62
+ },
63
+ "navigation-button": {
64
+ "background-color": { "value": "{conduction.color.primary}" },
65
+ "border-color": {},
66
+ "border-radius": { "value": "{conduction.size.2xs}" },
67
+ "border-width": {},
68
+ "color": { "value": "{conduction.color.white.100}" },
69
+ "font-weight": { "value": "{conduction.typography.font-weight.normal}" },
70
+ "min-block-size": {},
71
+ "min-inline-size": {},
72
+ "padding-block-end": { "value": "{conduction.size.xs}" },
73
+ "padding-block-start": { "value": "{conduction.size.xs}" },
74
+ "padding-inline-end": { "value": "{conduction.size.xs}" },
75
+ "padding-inline-start": { "value": "{conduction.size.xs}" },
76
+ "text-decoration": {},
77
+ "hover": {
78
+ "background-color": { "value": "{conduction.color.primary-hover}" },
79
+ "border-color": {},
80
+ "border-radius": { "value": "{conduction.size.2xs}" },
81
+ "border-width": {},
82
+ "color": { "value": "{conduction.color.white.100}" },
83
+ "font-weight": { "value": "{conduction.typography.font-weight.normal}" },
84
+ "min-block-size": {},
85
+ "min-inline-size": {},
86
+ "padding-block-end": { "value": "{conduction.size.xs}" },
87
+ "padding-block-start": { "value": "{conduction.size.xs}" },
88
+ "padding-inline-end": { "value": "{conduction.size.xs}" },
89
+ "padding-inline-start": { "value": "{conduction.size.xs}" },
90
+ "text-decoration": {},
91
+ "text-decoration-thickness": {}
92
+ }
93
+ },
94
+ "description": {
95
+ "color": {},
96
+ "font-weight": {}
97
+ },
98
+ "ellipses": {
99
+ "color": {},
100
+ "font-weight": {},
101
+ "padding-block-end": { "value": "{conduction.size.xs}" },
102
+ "padding-block-start": { "value": "{conduction.size.xs}" },
103
+ "padding-inline-end": { "value": "{conduction.size.xs}" },
104
+ "padding-inline-start": { "value": "{conduction.size.xs}" }
105
+ },
106
+ "relative-link": {
107
+ "background-color": {},
108
+ "border-color": {},
109
+ "border-radius": {},
110
+ "border-width": {},
111
+ "color": {},
112
+ "font-weight": {},
113
+ "min-block-size": {},
114
+ "min-inline-size": {},
115
+ "padding-block-end": {},
116
+ "padding-block-start": {},
117
+ "padding-inline-end": {},
118
+ "padding-inline-start": {},
119
+ "text-decoration": {},
120
+ "active": {
121
+ "background-color": {},
122
+ "border-color": {},
123
+ "color": {},
124
+ "text-decoration": {}
125
+ },
126
+ "disabled": {
127
+ "background-color": {},
128
+ "border-color": {},
129
+ "color": {}
130
+ },
131
+ "focus": {
132
+ "background-color": {},
133
+ "color": {},
134
+ "text-decoration": {}
135
+ },
136
+ "hover": {
137
+ "background-color": {},
138
+ "border-color": {},
139
+ "color": {},
140
+ "text-decoration": {}
141
+ },
142
+ "icon": {
143
+ "margin-inline": {},
144
+ "size": {}
145
+ }
146
+ }
147
+ }
148
+ }
149
+ }
@@ -13,7 +13,14 @@
13
13
  "border-bottom-color": {}
14
14
  },
15
15
  "title": {
16
- "color": { "value": "{conduction.color.black.0}" }
16
+ "color": { "value": "{conduction.color.black.0}" },
17
+ "text-decoration": { "value": "none" },
18
+ "text-underline-offset": { "value": "5px" },
19
+ "hover": {
20
+ "color": {},
21
+ "text-decoration": {},
22
+ "text-underline-offset": {}
23
+ }
17
24
  },
18
25
  "date": {
19
26
  "color": { "value": "{conduction.color.black.0}" },
@@ -0,0 +1,31 @@
1
+ {
2
+ "denhaag": {
3
+ "sidenav": {
4
+ "link": {
5
+ "padding-block-end": { "value": "{conduction.size.2xs}" },
6
+ "padding-block-start": { "value": "{conduction.size.2xs}" },
7
+ "active-font-weight": { "value": "{conduction.typography.font-weight.bold}" },
8
+ "active-color": { "value": "{conduction.color.primary}" },
9
+ "hover-color": { "value": "{conduction.color.primary}" },
10
+ "color": {},
11
+ "label-gap": {}
12
+ },
13
+ "item": {
14
+ "margin-inline-end": {},
15
+ "margin-inline-start": {},
16
+ "margin-block-end": {},
17
+ "margin-block-start": {},
18
+ "line-height": {},
19
+ "height": {},
20
+ "font-weight": { "value": "{conduction.typography.font-weight.normal}" },
21
+ "font-size": { "value": "{conduction.font-size.md}" },
22
+ "font-family": { "value": "{utrecht.document.font-family}" }
23
+ },
24
+ "mobile-display": {},
25
+ "min-width": {},
26
+ "flex-direction": { "value": "column" },
27
+ "display": { "value": "flex" },
28
+ "row-gap": { "value": "{conduction.size.2xs}" }
29
+ }
30
+ }
31
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "tilburg": {
3
+ "search-card": {
4
+ "background-color": { "value": "{conduction.color.white.100}" },
5
+ "border-color": { "value": "{conduction.color.white.100}" },
6
+ "border-radius": { "value": "18px" },
7
+ "border-width": { "value": "0px" },
8
+ "border-style": { "value": "solid" },
9
+ "padding-inline-start": { "value": "{conduction.size.md}" },
10
+ "padding-inline-end": { "value": "{conduction.size.md}" },
11
+ "padding-block-start": { "value": "{conduction.size.md}" },
12
+ "padding-block-end": { "value": "{conduction.size.md}" },
13
+
14
+ "icon": {
15
+ "color": { "value": "{conduction.color.black.0}" }
16
+ },
17
+ "title": {
18
+ "color": { "value": "{conduction.color.black.0}" },
19
+ "font-weight": { "value": "bold" }
20
+ },
21
+ "hover": {
22
+ "background-color": { "value": "{conduction.color.white.100}" },
23
+ "border-color": { "value": "{conduction.color.white.100}" },
24
+ "box-shadow": { "value": "none" },
25
+ "title": {
26
+ "color": { "value": "{conduction.color.black.0}" },
27
+ "font-weight": { "value": "bold" }
28
+ },
29
+ "icon": {
30
+ "color": { "value": "{conduction.color.black.0}" }
31
+ }
32
+ }
33
+ }
34
+ }
35
+ }
@@ -0,0 +1,68 @@
1
+ {
2
+ "utrecht": {
3
+ "accordion": {
4
+ "button": {
5
+ "background-color": { "value": "{conduction.color.primary}" },
6
+ "border-color": { "value": "{conduction.color.primary}" },
7
+ "border-width": {},
8
+ "color": { "value": "{conduction.color.white.100}" },
9
+ "active": {
10
+ "background-color": { "value": "{conduction.color.primary}" },
11
+ "border-color": { "value": "{conduction.color.primary}" },
12
+ "color": { "value": "{conduction.color.white.100}" }
13
+ },
14
+ "expanded": {
15
+ "background-color": { "value": "{conduction.color.primary-hover}" },
16
+ "border-color": { "value": "{conduction.color.primary-hover}" },
17
+ "color": { "value": "{conduction.color.white.100}" }
18
+ },
19
+ "focus": {
20
+ "background-color": { "value": "{conduction.color.primary}" },
21
+ "border-color": { "value": "{conduction.color.primary}" },
22
+ "color": { "value": "{conduction.color.white.100}" }
23
+ },
24
+ "font-family": { "value": "{conduction.typography.aldritch.font-family}" },
25
+ "font-size": { "value": "{conduction.font-size.xl}" },
26
+ "font-weight": { "value": "{conduction.typography.font-weight.normal}" },
27
+ "hover": {
28
+ "background-color": { "value": "{conduction.color.primary-hover}" },
29
+ "border-color": { "value": "{conduction.color.primary-hover}" },
30
+ "color": { "value": "{conduction.color.white.100}" }
31
+ },
32
+ "icon": {
33
+ "margin-inline-start": { "value": "{conduction.size.xs}" },
34
+ "margin-inline-end": { "value": "{conduction.size.xs}" },
35
+ "margin-block-start": { "value": "{conduction.size.xs}" },
36
+ "margin-block-end": { "value": "{conduction.size.xs}" },
37
+ "size": {},
38
+ "background-color": {},
39
+ "fill": { "value": "currentColor" }
40
+ },
41
+ "line-height": {},
42
+ "padding-block-end": { "value": "{conduction.size.xs}" },
43
+ "padding-block-start": { "value": "{conduction.size.xs}" },
44
+ "padding-inline-end": { "value": "{conduction.size.xs}" },
45
+ "padding-inline-start": { "value": "{conduction.size.xs}" }
46
+ },
47
+ "panel": {
48
+ "padding-inline-start": { "value": "{conduction.size.md}" },
49
+ "padding-inline-end": { "value": "{conduction.size.md}" },
50
+ "padding-block-start": { "value": "{conduction.size.md}" },
51
+ "padding-block-end": { "value": "{conduction.size.md}" },
52
+ "border-width": { "value": "{conduction.size.4xs}" },
53
+ "border-color": { "value": "{conduction.color.black.0}" }
54
+ },
55
+ "section": {
56
+ "margin-block-start": {},
57
+ "margin-block-end": {},
58
+ "border-width": {},
59
+ "border-color": {},
60
+ "border-block-end-width": {}
61
+ },
62
+ "border-radius": { "value": "0px" },
63
+ "icon": {
64
+ "arrow-down": { "value": "transparent" }
65
+ }
66
+ }
67
+ }
68
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "utrecht": {
3
+ "badge-status": {
4
+ "letter-spacing": {},
5
+ "text-transform": {}
6
+ }
7
+ }
8
+ }
@@ -0,0 +1,36 @@
1
+ {
2
+ "utrecht": {
3
+ "accordion": {
4
+ "button": {
5
+ "border-radius": {},
6
+ "border-top-left-radius": {},
7
+ "border-top-right-radius": {},
8
+ "border-bottom-left-radius": {},
9
+ "border-bottom-right-radius": {},
10
+ "active": {
11
+ "border-bottom": {
12
+ "left-radius": {},
13
+ "right-radius": {},
14
+ "width": {},
15
+ "color": {},
16
+ "style": {}
17
+ }
18
+ }
19
+ },
20
+ "panel": {
21
+ "border-radius": {},
22
+ "border-top": {
23
+ "left-radius": {},
24
+ "right-radius": {},
25
+ "width": {},
26
+ "color": {},
27
+ "style": {}
28
+ },
29
+ "border-bottom-left-radius": {},
30
+ "border-bottom-right-radius": {},
31
+ "background-color": {},
32
+ "line-height": {}
33
+ }
34
+ }
35
+ }
36
+ }
@@ -8,7 +8,8 @@
8
8
  "border-block-start": {},
9
9
  "border-block-end": {},
10
10
  "border-inline-start": {},
11
- "border-inline-end": {}
11
+ "border-inline-end": {},
12
+ "display": { "value": "block" }
12
13
  }
13
14
  }
14
15
  }
@@ -0,0 +1,47 @@
1
+ {
2
+ "utrecht": {
3
+ "select": {
4
+ "background-color": { "value": "{conduction.color.white.100}" },
5
+ "background-image": {
6
+ "value": "url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTQgOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjI5Mjg5MyAwLjI5Mjg5M0MwLjY4MzQxNyAtMC4wOTc2MzExIDEuMzE2NTggLTAuMDk3NjMxMSAxLjcwNzExIDAuMjkyODkzTDcgNS41ODU3OUwxMi4yOTI5IDAuMjkyODkzQzEyLjY4MzQgLTAuMDk3NjMxMSAxMy4zMTY2IC0wLjA5NzYzMTEgMTMuNzA3MSAwLjI5Mjg5M0MxNC4wOTc2IDAuNjgzNDE3IDE0LjA5NzYgMS4zMTY1OCAxMy43MDcxIDEuNzA3MTFMNy43MDcxMSA3LjcwNzExQzcuMzE2NTggOC4wOTc2MyA2LjY4MzQyIDguMDk3NjMgNi4yOTI4OSA3LjcwNzExTDAuMjkyODkzIDEuNzA3MTFDLTAuMDk3NjMxMSAxLjMxNjU4IC0wLjA5NzYzMTEgMC42ODM0MTcgMC4yOTI4OTMgMC4yOTI4OTNaIiBmaWxsPSIjY2NjY2NjIi8+PC9zdmc+')"
7
+ },
8
+ "border-block-end-width": {},
9
+ "border-bottom-width": {},
10
+ "border-color": { "value": "{conduction.color.grey.48}" },
11
+ "border-radius": { "value": "3px" },
12
+ "border-width": { "value": "{conduction.size.4xs}" },
13
+ "color": {},
14
+ "font-family": {},
15
+ "font-size": {},
16
+ "font-weight": {},
17
+ "line-height": {},
18
+ "min-block-size": {},
19
+ "max-inline-size": {},
20
+ "padding-block-end": { "value": "{conduction.size.3xs}" },
21
+ "padding-block-start": { "value": "{conduction.size.3xs}" },
22
+ "padding-inline-end": { "value": "{conduction.size.xs}" },
23
+ "padding-inline-start": { "value": "{conduction.size.xs}" },
24
+ "disabled": {
25
+ "background-color": { "value": "{conduction.color.grey.82}" },
26
+ "border-color": { "value": "{conduction.color.grey.82}" },
27
+ "color": { "value": "{conduction.color.grey.50}" }
28
+ },
29
+ "hover": {
30
+ "background-color": {},
31
+ "border-color": { "value": "{conduction.color.grey.70}" },
32
+ "color": {}
33
+ },
34
+ "focus": {
35
+ "background-color": {},
36
+ "border-color": {},
37
+ "color": {}
38
+ },
39
+ "invalid": {
40
+ "background-color": {},
41
+ "border-block-end-width": {},
42
+ "border-color": { "value": "{conduction.color.error}" },
43
+ "border-width": {}
44
+ }
45
+ }
46
+ }
47
+ }
@@ -11,6 +11,7 @@
11
11
  "value": "0.938rem",
12
12
  "comment": "15px"
13
13
  },
14
+ "font-weight": { "value": "{conduction.typography.font-weight.normal}" },
14
15
  "min-inline-height": {},
15
16
  "max-inline-size": {},
16
17
  "padding-block-end": { "value": "{conduction.size.xs}" },
@@ -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/).
@@ -0,0 +1,40 @@
1
+ {
2
+ "version": "1.0.0-alpha.1",
3
+ "author": "Community for NL Design System",
4
+ "description": "NL Design System design tokens for Migrato",
5
+ "website": "https://migrato.nl/",
6
+ "keywords": [
7
+ "nl-design-system",
8
+ "conduction"
9
+ ],
10
+ "license": "SEE LICENSE IN LICENSE.md",
11
+ "name": "@conduction/theme",
12
+ "private": false,
13
+ "publishConfig": {
14
+ "access": "public"
15
+ },
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "git+https://github.com/ConductionNL/conduction-theme.git"
19
+ },
20
+ "scripts": {
21
+ "clean": "rimraf -rf dist/",
22
+ "prebuild": "npm run clean",
23
+ "watch": "npm-run-all watch:**",
24
+ "watch:style-dictionary": "chokidar --follow-symlinks --command 'npm run --ignore-scripts build' 'src/**/*.tokens.json'",
25
+ "build": "npm-run-all build:**",
26
+ "build:scss": "sass --no-source-map src/:dist/",
27
+ "build:style-dictionary": "style-dictionary build --config ./style-dictionary.config.js"
28
+ },
29
+ "devDependencies": {
30
+ "@nl-design-system-unstable/theme-toolkit": "workspace:*",
31
+ "chokidar-cli": "3.0.0",
32
+ "npm-run-all": "4.1.5",
33
+ "rimraf": "3.0.2",
34
+ "style-dictionary": "3.8.0"
35
+ },
36
+ "bugs": {
37
+ "url": "https://github.com/ConductionNL/conduction-theme/issues"
38
+ },
39
+ "homepage": "https://github.com/ConductionNL/conduction-theme#readme"
40
+ }