@conduction/theme 1.1.64 → 1.1.65

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 (79) hide show
  1. package/README.md +1 -0
  2. package/conduction-design-tokens/src/component/conduction/logo.tokens.json +9 -0
  3. package/conduction-design-tokens/src/component/tilburg/logo.tokens.json +7 -0
  4. package/conduction-design-tokens/src/component/tilburg/navigation.tokens.json +15 -0
  5. package/conduction-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +26 -24
  6. package/municipalities/noorderzijlvest-design-tokens/LICENSE.md +17 -0
  7. package/municipalities/noorderzijlvest-design-tokens/README.md +23 -0
  8. package/municipalities/noorderzijlvest-design-tokens/documentation/color.stories.mdx +17 -0
  9. package/municipalities/noorderzijlvest-design-tokens/documentation/components.stories.mdx +11 -0
  10. package/municipalities/noorderzijlvest-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  11. package/municipalities/noorderzijlvest-design-tokens/documentation/readme.stories.mdx +7 -0
  12. package/municipalities/noorderzijlvest-design-tokens/package.json +37 -0
  13. package/municipalities/noorderzijlvest-design-tokens/src/brand/noorderzijlvest/color.tokens.json +110 -0
  14. package/municipalities/noorderzijlvest-design-tokens/src/brand/noorderzijlvest/font-size.tokens.json +18 -0
  15. package/municipalities/noorderzijlvest-design-tokens/src/brand/noorderzijlvest/size.tokens.json +17 -0
  16. package/municipalities/noorderzijlvest-design-tokens/src/brand/noorderzijlvest/typography.tokens.json +40 -0
  17. package/municipalities/noorderzijlvest-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  18. package/municipalities/noorderzijlvest-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  19. package/municipalities/noorderzijlvest-design-tokens/src/component/conduction/card-header.tokens.json +34 -0
  20. package/municipalities/noorderzijlvest-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
  21. package/municipalities/noorderzijlvest-design-tokens/src/component/conduction/logo.tokens.json +37 -0
  22. package/municipalities/noorderzijlvest-design-tokens/src/component/conduction/pagination.tokens.json +96 -0
  23. package/municipalities/noorderzijlvest-design-tokens/src/component/conduction/select.tokens.json +39 -0
  24. package/municipalities/noorderzijlvest-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  25. package/municipalities/noorderzijlvest-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
  26. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/accordion.tokens.json +68 -0
  27. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  28. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  29. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -0
  30. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  31. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  32. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -0
  33. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  34. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
  35. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
  36. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  37. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
  38. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  39. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -0
  40. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  41. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  42. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  43. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
  44. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  45. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/extra-tokens/heading.tokens.json +28 -0
  46. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  47. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +11 -0
  48. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +45 -0
  49. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +15 -0
  50. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
  51. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +26 -0
  52. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
  53. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  54. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
  55. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
  56. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
  57. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
  58. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  59. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  60. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  61. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  62. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  63. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  64. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  65. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  66. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
  67. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/select.tokens.json +47 -0
  68. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
  69. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
  70. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
  71. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  72. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  73. package/municipalities/noorderzijlvest-design-tokens/src/component/utrecht/textbox.tokens.json +35 -0
  74. package/municipalities/noorderzijlvest-design-tokens/src/config.json +73 -0
  75. package/municipalities/noorderzijlvest-design-tokens/src/font/Roboto.woff2 +0 -0
  76. package/municipalities/noorderzijlvest-design-tokens/src/font.scss +7 -0
  77. package/municipalities/noorderzijlvest-design-tokens/src/index.scss +8 -0
  78. package/municipalities/noorderzijlvest-design-tokens/style-dictionary.config.js +6 -0
  79. package/package.json +3 -2
package/README.md CHANGED
@@ -6,6 +6,7 @@ Conduction's design tokens theme
6
6
 
7
7
  - **Version 1.1 (breaking changes from 1.0.x)**
8
8
 
9
+ - 1.1.65: Added Noorderzijlvest theme.
9
10
  - 1.1.64: Updated Almere link.
10
11
  - 1.1.63: Updated logo Hof van Twente.
11
12
  - 1.1.62: Added Vaals theme.
@@ -6,6 +6,9 @@
6
6
  "block-size": { "value": "40px" },
7
7
  "background-image": {
8
8
  "value": "url(\"data:image/svg+xml,%3Csvg id='Laag_1' data-name='Laag 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 234 38.32'%3E%3Cpath d='M20.59,4.69,4,14.27V33.43L20.59,43l16.6-9.58V14.27ZM33,31,20.59,38.13,8.23,31V16.71L20.59,9.57,33,16.71Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3Cpolygon points='16.55 14.34 20.44 16.58 24.96 13.97 16.55 9.11 7.85 14.14 7.85 24.18 16.55 29.21 24.96 24.35 20.44 21.74 16.55 23.99 12.38 21.57 12.38 16.75 16.55 14.34' style='fill:%23ffffff'/%3E%3Cpath d='M42.6,16.64a2.79,2.79,0,0,1,.83-2,3.11,3.11,0,0,1,.9-.61,2.78,2.78,0,0,1,1.1-.23H56.19a2.78,2.78,0,0,1,1.1.23,3.11,3.11,0,0,1,.9.61,2.79,2.79,0,0,1,.83,2v2.55H56.19V16.64H45.43V30.79H56.19V28.25H59v2.54a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.77,2.77,0,0,1-1.1.22H45.43a2.77,2.77,0,0,1-1.1-.22,2.9,2.9,0,0,1-.9-.6,2.85,2.85,0,0,1-.61-.91,2.74,2.74,0,0,1-.22-1.1Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3Cpath d='M80.54,30.79a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.77,2.77,0,0,1-1.1.22H66.39a2.7,2.7,0,0,1-1.1-.22,2.71,2.71,0,0,1-1.51-1.51,2.74,2.74,0,0,1-.23-1.1V16.64a2.71,2.71,0,0,1,.23-1.1,2.68,2.68,0,0,1,.6-.9,3,3,0,0,1,.91-.61,2.71,2.71,0,0,1,1.1-.23H77.71a2.78,2.78,0,0,1,1.1.23,3.11,3.11,0,0,1,.9.61,2.79,2.79,0,0,1,.83,2ZM66.39,16.64V30.79H77.71V16.64Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3Cpath d='M88.46,33.62H85.63V13.8h2.83l11.92,15.37V13.8h2.83V33.62h-2.83L88.46,18.25Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3Cpath d='M108.3,33.62V13.8h10.07a8.11,8.11,0,0,1,2.87.49,6.24,6.24,0,0,1,2.18,1.4,6.06,6.06,0,0,1,1.4,2.19,7.91,7.91,0,0,1,.49,2.86v6a7.91,7.91,0,0,1-.49,2.86,6.23,6.23,0,0,1-1.4,2.19,6.08,6.08,0,0,1-2.18,1.39,7.89,7.89,0,0,1-2.87.49Zm10.07-2.83a3.71,3.71,0,0,0,4.11-4.1v-6A5.08,5.08,0,0,0,122.2,19a3.41,3.41,0,0,0-.81-1.3,3.55,3.55,0,0,0-1.29-.81,5.15,5.15,0,0,0-1.73-.27h-7.24V30.79Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3Cpath d='M129.84,13.8h2.84v17H144v-17h2.83v17a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.77,2.77,0,0,1-1.1.22H132.68a2.7,2.7,0,0,1-1.1-.22,2.83,2.83,0,0,1-.91-.6,3,3,0,0,1-.61-.91,2.92,2.92,0,0,1-.22-1.1Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3Cpath d='M151.92,16.64a2.79,2.79,0,0,1,.83-2,3,3,0,0,1,.9-.61,2.74,2.74,0,0,1,1.1-.23H165.5a2.71,2.71,0,0,1,1.1.23,3,3,0,0,1,.91.61,2.7,2.7,0,0,1,.61.9,2.88,2.88,0,0,1,.22,1.1v2.55H165.5V16.64H154.75V30.79H165.5V28.25h2.84v2.54a2.92,2.92,0,0,1-.22,1.1,2.77,2.77,0,0,1-1.52,1.51,2.7,2.7,0,0,1-1.1.22H154.75a2.74,2.74,0,0,1-1.1-.22,2.78,2.78,0,0,1-.9-.6,2.85,2.85,0,0,1-.61-.91,2.74,2.74,0,0,1-.22-1.1Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3Cpath d='M171.17,13.8H187v2.84h-6.51v17h-2.83v-17h-6.51Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3Cpath d='M193.26,13.8V33.62h-2.83V13.8Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3Cpath d='M215.33,30.79a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.74,2.74,0,0,1-1.1.22H201.18a2.74,2.74,0,0,1-1.1-.22,2.71,2.71,0,0,1-1.51-1.51,2.74,2.74,0,0,1-.22-1.1V16.64a2.84,2.84,0,0,1,.82-2,3,3,0,0,1,.91-.61,2.74,2.74,0,0,1,1.1-.23H212.5a2.74,2.74,0,0,1,1.1.23,3.11,3.11,0,0,1,.9.61,2.79,2.79,0,0,1,.83,2ZM201.18,16.64V30.79H212.5V16.64Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3Cpath d='M223.25,33.62h-2.83V13.8h2.83l11.92,15.37V13.8H238V33.62h-2.83L223.25,18.25Z' transform='translate(-4 -4.69)' style='fill:%23ffffff'/%3E%3C/svg%3E\")"
9
+ },
10
+ "hover": {
11
+ "filter": { "value": "" }
9
12
  }
10
13
  },
11
14
  "footer": {
@@ -13,6 +16,9 @@
13
16
  "block-size": { "value": "40px" },
14
17
  "background-image": {
15
18
  "value": "url(\"data:image/svg+xml,%3Csvg id='Laag_1' data-name='Laag 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 234 38.32'%3E%3Cpath d='M20.59,4.69,4,14.27V33.43L20.59,43l16.6-9.58V14.27ZM33,31,20.59,38.13,8.23,31V16.71L20.59,9.57,33,16.71Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpolygon points='16.55 14.34 20.44 16.58 24.96 13.97 16.55 9.11 7.85 14.14 7.85 24.18 16.55 29.21 24.96 24.35 20.44 21.74 16.55 23.99 12.38 21.57 12.38 16.75 16.55 14.34' style='fill:%234376fc'/%3E%3Cpath d='M42.6,16.64a2.79,2.79,0,0,1,.83-2,3.11,3.11,0,0,1,.9-.61,2.78,2.78,0,0,1,1.1-.23H56.19a2.78,2.78,0,0,1,1.1.23,3.11,3.11,0,0,1,.9.61,2.79,2.79,0,0,1,.83,2v2.55H56.19V16.64H45.43V30.79H56.19V28.25H59v2.54a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.77,2.77,0,0,1-1.1.22H45.43a2.77,2.77,0,0,1-1.1-.22,2.9,2.9,0,0,1-.9-.6,2.85,2.85,0,0,1-.61-.91,2.74,2.74,0,0,1-.22-1.1Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M80.54,30.79a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.77,2.77,0,0,1-1.1.22H66.39a2.7,2.7,0,0,1-1.1-.22,2.71,2.71,0,0,1-1.51-1.51,2.74,2.74,0,0,1-.23-1.1V16.64a2.71,2.71,0,0,1,.23-1.1,2.68,2.68,0,0,1,.6-.9,3,3,0,0,1,.91-.61,2.71,2.71,0,0,1,1.1-.23H77.71a2.78,2.78,0,0,1,1.1.23,3.11,3.11,0,0,1,.9.61,2.79,2.79,0,0,1,.83,2ZM66.39,16.64V30.79H77.71V16.64Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M88.46,33.62H85.63V13.8h2.83l11.92,15.37V13.8h2.83V33.62h-2.83L88.46,18.25Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M108.3,33.62V13.8h10.07a8.11,8.11,0,0,1,2.87.49,6.24,6.24,0,0,1,2.18,1.4,6.06,6.06,0,0,1,1.4,2.19,7.91,7.91,0,0,1,.49,2.86v6a7.91,7.91,0,0,1-.49,2.86,6.23,6.23,0,0,1-1.4,2.19,6.08,6.08,0,0,1-2.18,1.39,7.89,7.89,0,0,1-2.87.49Zm10.07-2.83a3.71,3.71,0,0,0,4.11-4.1v-6A5.08,5.08,0,0,0,122.2,19a3.41,3.41,0,0,0-.81-1.3,3.55,3.55,0,0,0-1.29-.81,5.15,5.15,0,0,0-1.73-.27h-7.24V30.79Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M129.84,13.8h2.84v17H144v-17h2.83v17a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.77,2.77,0,0,1-1.1.22H132.68a2.7,2.7,0,0,1-1.1-.22,2.83,2.83,0,0,1-.91-.6,3,3,0,0,1-.61-.91,2.92,2.92,0,0,1-.22-1.1Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M151.92,16.64a2.79,2.79,0,0,1,.83-2,3,3,0,0,1,.9-.61,2.74,2.74,0,0,1,1.1-.23H165.5a2.71,2.71,0,0,1,1.1.23,3,3,0,0,1,.91.61,2.7,2.7,0,0,1,.61.9,2.88,2.88,0,0,1,.22,1.1v2.55H165.5V16.64H154.75V30.79H165.5V28.25h2.84v2.54a2.92,2.92,0,0,1-.22,1.1,2.77,2.77,0,0,1-1.52,1.51,2.7,2.7,0,0,1-1.1.22H154.75a2.74,2.74,0,0,1-1.1-.22,2.78,2.78,0,0,1-.9-.6,2.85,2.85,0,0,1-.61-.91,2.74,2.74,0,0,1-.22-1.1Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M171.17,13.8H187v2.84h-6.51v17h-2.83v-17h-6.51Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M193.26,13.8V33.62h-2.83V13.8Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M215.33,30.79a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.74,2.74,0,0,1-1.1.22H201.18a2.74,2.74,0,0,1-1.1-.22,2.71,2.71,0,0,1-1.51-1.51,2.74,2.74,0,0,1-.22-1.1V16.64a2.84,2.84,0,0,1,.82-2,3,3,0,0,1,.91-.61,2.74,2.74,0,0,1,1.1-.23H212.5a2.74,2.74,0,0,1,1.1.23,3.11,3.11,0,0,1,.9.61,2.79,2.79,0,0,1,.83,2ZM201.18,16.64V30.79H212.5V16.64Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M223.25,33.62h-2.83V13.8h2.83l11.92,15.37V13.8H238V33.62h-2.83L223.25,18.25Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3C/svg%3E\")"
19
+ },
20
+ "hover": {
21
+ "filter": { "value": "" }
16
22
  }
17
23
  },
18
24
  "navbar": {
@@ -20,6 +26,9 @@
20
26
  "block-size": { "value": "40px" },
21
27
  "background-image": {
22
28
  "value": "url(\"data:image/svg+xml,%3Csvg id='Laag_1' data-name='Laag 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 234 38.32'%3E%3Cpath d='M20.59,4.69,4,14.27V33.43L20.59,43l16.6-9.58V14.27ZM33,31,20.59,38.13,8.23,31V16.71L20.59,9.57,33,16.71Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpolygon points='16.55 14.34 20.44 16.58 24.96 13.97 16.55 9.11 7.85 14.14 7.85 24.18 16.55 29.21 24.96 24.35 20.44 21.74 16.55 23.99 12.38 21.57 12.38 16.75 16.55 14.34' style='fill:%234376fc'/%3E%3Cpath d='M42.6,16.64a2.79,2.79,0,0,1,.83-2,3.11,3.11,0,0,1,.9-.61,2.78,2.78,0,0,1,1.1-.23H56.19a2.78,2.78,0,0,1,1.1.23,3.11,3.11,0,0,1,.9.61,2.79,2.79,0,0,1,.83,2v2.55H56.19V16.64H45.43V30.79H56.19V28.25H59v2.54a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.77,2.77,0,0,1-1.1.22H45.43a2.77,2.77,0,0,1-1.1-.22,2.9,2.9,0,0,1-.9-.6,2.85,2.85,0,0,1-.61-.91,2.74,2.74,0,0,1-.22-1.1Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M80.54,30.79a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.77,2.77,0,0,1-1.1.22H66.39a2.7,2.7,0,0,1-1.1-.22,2.71,2.71,0,0,1-1.51-1.51,2.74,2.74,0,0,1-.23-1.1V16.64a2.71,2.71,0,0,1,.23-1.1,2.68,2.68,0,0,1,.6-.9,3,3,0,0,1,.91-.61,2.71,2.71,0,0,1,1.1-.23H77.71a2.78,2.78,0,0,1,1.1.23,3.11,3.11,0,0,1,.9.61,2.79,2.79,0,0,1,.83,2ZM66.39,16.64V30.79H77.71V16.64Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M88.46,33.62H85.63V13.8h2.83l11.92,15.37V13.8h2.83V33.62h-2.83L88.46,18.25Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M108.3,33.62V13.8h10.07a8.11,8.11,0,0,1,2.87.49,6.24,6.24,0,0,1,2.18,1.4,6.06,6.06,0,0,1,1.4,2.19,7.91,7.91,0,0,1,.49,2.86v6a7.91,7.91,0,0,1-.49,2.86,6.23,6.23,0,0,1-1.4,2.19,6.08,6.08,0,0,1-2.18,1.39,7.89,7.89,0,0,1-2.87.49Zm10.07-2.83a3.71,3.71,0,0,0,4.11-4.1v-6A5.08,5.08,0,0,0,122.2,19a3.41,3.41,0,0,0-.81-1.3,3.55,3.55,0,0,0-1.29-.81,5.15,5.15,0,0,0-1.73-.27h-7.24V30.79Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M129.84,13.8h2.84v17H144v-17h2.83v17a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.77,2.77,0,0,1-1.1.22H132.68a2.7,2.7,0,0,1-1.1-.22,2.83,2.83,0,0,1-.91-.6,3,3,0,0,1-.61-.91,2.92,2.92,0,0,1-.22-1.1Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M151.92,16.64a2.79,2.79,0,0,1,.83-2,3,3,0,0,1,.9-.61,2.74,2.74,0,0,1,1.1-.23H165.5a2.71,2.71,0,0,1,1.1.23,3,3,0,0,1,.91.61,2.7,2.7,0,0,1,.61.9,2.88,2.88,0,0,1,.22,1.1v2.55H165.5V16.64H154.75V30.79H165.5V28.25h2.84v2.54a2.92,2.92,0,0,1-.22,1.1,2.77,2.77,0,0,1-1.52,1.51,2.7,2.7,0,0,1-1.1.22H154.75a2.74,2.74,0,0,1-1.1-.22,2.78,2.78,0,0,1-.9-.6,2.85,2.85,0,0,1-.61-.91,2.74,2.74,0,0,1-.22-1.1Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M171.17,13.8H187v2.84h-6.51v17h-2.83v-17h-6.51Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M193.26,13.8V33.62h-2.83V13.8Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M215.33,30.79a2.74,2.74,0,0,1-.22,1.1,2.85,2.85,0,0,1-.61.91,2.9,2.9,0,0,1-.9.6,2.74,2.74,0,0,1-1.1.22H201.18a2.74,2.74,0,0,1-1.1-.22,2.71,2.71,0,0,1-1.51-1.51,2.74,2.74,0,0,1-.22-1.1V16.64a2.84,2.84,0,0,1,.82-2,3,3,0,0,1,.91-.61,2.74,2.74,0,0,1,1.1-.23H212.5a2.74,2.74,0,0,1,1.1.23,3.11,3.11,0,0,1,.9.61,2.79,2.79,0,0,1,.83,2ZM201.18,16.64V30.79H212.5V16.64Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3Cpath d='M223.25,33.62h-2.83V13.8h2.83l11.92,15.37V13.8H238V33.62h-2.83L223.25,18.25Z' transform='translate(-4 -4.69)' style='fill:%234376fc'/%3E%3C/svg%3E\")"
29
+ },
30
+ "hover": {
31
+ "filter": { "value": "" }
23
32
  }
24
33
  }
25
34
  }
@@ -0,0 +1,7 @@
1
+ {
2
+ "tilburg": {
3
+ "logo": {
4
+ "color": {}
5
+ }
6
+ }
7
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "tilburg": {
3
+ "navigation": {
4
+ "background-color": {},
5
+ "color": {},
6
+ "font-weight": {},
7
+ "hover": {
8
+ "background-color": {},
9
+ "color": {},
10
+ "font-weight": {},
11
+ "font-family": {}
12
+ }
13
+ }
14
+ }
15
+ }
@@ -1,24 +1,26 @@
1
- {
2
- "utrecht": {
3
- "skip-link": {
4
- "font-weight": { "value": "{conduction.typography.font-weight.bold}" },
5
- "font-size": { "value": "{conduction.font-size.md}" },
6
- "outline-style": { "value": "none" },
7
- "outline-color": {},
8
- "border-radius": { "value": "3px" },
9
- "focus": {
10
- "text-decoration": { "value": "{utrecht.skip-link.text-decoration}" }
11
- },
12
- "inset-block-start": {},
13
- "inset-inline-start": {},
14
- "box-shadow-width": {},
15
- "border-width": {},
16
- "border-style": {},
17
- "border-color": {},
18
- "border-bottom-width": {},
19
- "border-bottom-style": {},
20
- "border-bottom-color": {},
21
- "width": {}
22
- }
23
- }
24
- }
1
+ {
2
+ "utrecht": {
3
+ "skip-link": {
4
+ "font-weight": { "value": "{conduction.typography.font-weight.bold}" },
5
+ "font-size": { "value": "{conduction.font-size.md}" },
6
+ "outline-style": { "value": "none" },
7
+ "outline-color": {},
8
+ "outline-width": {},
9
+ "border-radius": { "value": "3px" },
10
+ "focus": {
11
+ "text-decoration": { "value": "{utrecht.skip-link.text-decoration}" }
12
+ },
13
+ "inset-block-start": {},
14
+ "inset-inline-start": {},
15
+ "box-shadow-width": {},
16
+ "border-width": {},
17
+ "border-style": {},
18
+ "border-color": {},
19
+ "border-bottom-width": {},
20
+ "border-bottom-style": {},
21
+ "border-bottom-color": {},
22
+ "width": {},
23
+ "justify-content": {}
24
+ }
25
+ }
26
+ }
@@ -0,0 +1,17 @@
1
+ # Auteursrecht Waterschap Noorderzijlvest
2
+
3
+ Copyright (c) 2026 Waterschap Noorderzijlvest
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 Waterschap Noorderzijlvest.
8
+
9
+ Wanneer je een bewerking van de software wilt gebruiken voor andere doeleinden, mag je niet het logo van Waterschap Noorderzijlvest 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 Waterschap Noorderzijlvest.
@@ -0,0 +1,23 @@
1
+ # Noorderzijlvest Design Tokens
2
+
3
+ NL Design System design tokens for Noorderzijlvest.
4
+
5
+ ## Usage
6
+
7
+ Install the package:
8
+
9
+ ```sh
10
+ npm install @nl-design-system-unstable/noorderzijlvest-design-tokens
11
+ ```
12
+
13
+ Apply the theme class to your root element:
14
+
15
+ ```html
16
+ <html class="noorderzijlvest-theme">
17
+ ```
18
+
19
+ ## Building
20
+
21
+ ```sh
22
+ npm run build
23
+ ```
@@ -0,0 +1,17 @@
1
+ import { Meta, ColorPalette, ColorItem } from "@storybook/addon-docs";
2
+ import tokens from "../dist/tokens.json";
3
+ import { ColorSearch } from "@nl-design-system-unstable/theme-toolkit/src/ColorSearch";
4
+ import { ColorTable } from "@nl-design-system-unstable/theme-toolkit/src/ColorTable";
5
+ import config from "../src/config.json";
6
+
7
+ <Meta title={`${config.name}/Color`} />
8
+
9
+ # Color
10
+
11
+ ## Find a color
12
+
13
+ <ColorSearch tokens={tokens[config.prefix]["color"]}></ColorSearch>
14
+
15
+ ## Color palette
16
+
17
+ <ColorTable tokens={tokens[config.prefix]["color"]}></ColorTable>
@@ -0,0 +1,11 @@
1
+ import { Meta, Story } from "@storybook/addon-docs";
2
+ import { ComponentStories } from "@nl-design-system-unstable/theme-toolkit/src/ComponentStories";
3
+ import config from "../src/config.json";
4
+
5
+ <Meta title={`${config.name}`} />
6
+
7
+ # Components
8
+
9
+ <Story name="Components">
10
+ <ComponentStories config={config} />
11
+ </Story>
@@ -0,0 +1,14 @@
1
+ import { Meta, ColorPalette, ColorItem } from "@storybook/addon-docs";
2
+ import { DesignTokensTable } from "@nl-design-system-unstable/theme-toolkit/src/DesignTokensTable";
3
+ import tokens from "../dist/index.json";
4
+ import config from "../src/config.json";
5
+
6
+ <Meta title={`${config.name}/Design Tokens`} />
7
+
8
+ # Design Tokens
9
+
10
+ <DesignTokensTable tokens={tokens.filter((token) => token.path[0] !== config.prefix)}></DesignTokensTable>
11
+
12
+ ## Proprietary Design Tokens
13
+
14
+ <DesignTokensTable tokens={tokens.filter((token) => token.path[0] === config.prefix)}></DesignTokensTable>
@@ -0,0 +1,7 @@
1
+ import { Meta, Description } from "@storybook/addon-docs";
2
+ import markdown from "../README.md";
3
+ import config from "../src/config.json";
4
+
5
+ <Meta title={`${config.name}/README`} />
6
+
7
+ <Description>{markdown}</Description>
@@ -0,0 +1,37 @@
1
+ {
2
+ "version": "1.0.0-alpha.1",
3
+ "author": "Community for NL Design System",
4
+ "description": "NL Design System design tokens for Noorderzijlvest",
5
+ "website": "https://www.noorderzijlvest.nl/",
6
+ "keywords": ["nl-design-system", "conduction"],
7
+ "license": "SEE LICENSE IN LICENSE.md",
8
+ "name": "@nl-design-system-unstable/noorderzijlvest-design-tokens",
9
+ "private": false,
10
+ "publishConfig": {
11
+ "access": "public"
12
+ },
13
+ "repository": {
14
+ "type": "git+ssh",
15
+ "url": "git@github.com:nl-design-system/themes.git"
16
+ },
17
+ "scripts": {
18
+ "clean": "rimraf -rf dist/",
19
+ "prebuild": "npm run clean",
20
+ "watch": "npm-run-all watch:**",
21
+ "watch:style-dictionary": "chokidar --follow-symlinks --command 'npm run --ignore-scripts build' 'src/**/*.tokens.json'",
22
+ "build": "npm-run-all build:**",
23
+ "build:scss": "sass --no-source-map src/:dist/",
24
+ "build:style-dictionary": "style-dictionary build --config ./style-dictionary.config.js"
25
+ },
26
+ "devDependencies": {
27
+ "@nl-design-system-unstable/theme-toolkit": "workspace:*",
28
+ "chokidar-cli": "3.0.0",
29
+ "npm-run-all": "4.1.5",
30
+ "rimraf": "3.0.2",
31
+ "style-dictionary": "3.8.0"
32
+ },
33
+ "bugs": {
34
+ "url": "https://github.com/ConductionNL/conduction-theme/issues"
35
+ },
36
+ "homepage": "https://github.com/ConductionNL/conduction-theme#readme"
37
+ }
@@ -0,0 +1,110 @@
1
+ {
2
+ "noorderzijlvest": {
3
+ "color": {
4
+ "primary": {
5
+ "value": "{noorderzijlvest.color.blue.35}"
6
+ },
7
+ "primary-hover": {
8
+ "value": "{noorderzijlvest.color.blue.35-90t}"
9
+ },
10
+ "error": { "value": "#dc3545" },
11
+ "alert-error": { "value": "#721c24" },
12
+ "alert-error-background": { "value": "#f8d7da" },
13
+ "warning": { "value": "#ffc107" },
14
+ "alert-warning": { "value": "#856404" },
15
+ "alert-warning-background": { "value": "#fff3cd" },
16
+ "succes": { "value": "#28a745" },
17
+ "alert-succes": { "value": "#155724" },
18
+ "alert-succes-background": { "value": "#d4edda" },
19
+ "info": { "value": "{noorderzijlvest.color.primary}" },
20
+ "alert-info": { "value": "#004085" },
21
+ "alert-info-background": { "value": "#cce5ff" },
22
+ "blue": {
23
+ "28": {
24
+ "value": "#005a8e"
25
+ },
26
+ "35": {
27
+ "value": "#0072b1",
28
+ "comment": "Base/Blue primary"
29
+ },
30
+ "35-90t": {
31
+ "value": "#0072b1e6"
32
+ }
33
+ },
34
+ "grey": {
35
+ "27": {
36
+ "value": "#444444"
37
+ },
38
+ "29": {
39
+ "value": "#4a4a4a"
40
+ },
41
+ "31": {
42
+ "value": "#4f4f4f"
43
+ },
44
+ "46": {
45
+ "value": "#767676"
46
+ },
47
+ "48": {
48
+ "value": "#7a7a7a"
49
+ },
50
+ "50": {
51
+ "value": "#808080",
52
+ "comment": "Base/Grey"
53
+ },
54
+ "56": {
55
+ "value": "#8f8f8f",
56
+ "comment": "Input border color"
57
+ },
58
+ "70": {
59
+ "value": "#b3b3b3"
60
+ },
61
+ "82": {
62
+ "value": "#d1d1d1"
63
+ },
64
+ "87": {
65
+ "value": "#dddddd"
66
+ },
67
+ "90": {
68
+ "value": "#e6e6e6"
69
+ },
70
+ "95": {
71
+ "value": "#f2f2f2"
72
+ },
73
+ "97": {
74
+ "value": "#f7f7f7"
75
+ }
76
+ },
77
+ "lightgrey": {
78
+ "96": {
79
+ "value": "#f5f5f5",
80
+ "comment": "Base/LightGrey"
81
+ }
82
+ },
83
+ "white": {
84
+ "98": {
85
+ "value": "#fafafa"
86
+ },
87
+ "100": {
88
+ "value": "#ffffff",
89
+ "comment": "Base/White"
90
+ }
91
+ },
92
+ "black": {
93
+ "0": {
94
+ "value": "#000000",
95
+ "comment": "Base/Black"
96
+ },
97
+ "0-60t": {
98
+ "value": "#00000099",
99
+ "comment": "Black with 60% transparency"
100
+ },
101
+ "20": {
102
+ "value": "#333333"
103
+ },
104
+ "30": {
105
+ "value": "#4d4d4d"
106
+ }
107
+ }
108
+ }
109
+ }
110
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "noorderzijlvest": {
3
+ "font-size": {
4
+ "4xs": { "value": "0.7rem", "comment": "11.2px" },
5
+ "3xs": { "value": "0.84rem", "comment": "13.44px" },
6
+ "2xs": { "value": "0.98rem", "comment": "15.68px" },
7
+ "xs": { "value": "1.12rem", "comment": "17.92px" },
8
+ "sm": { "value": "1.26rem", "comment": "20.16px" },
9
+ "md": { "value": "1.12rem", "comment": "17.92px — body/paragraph size" },
10
+ "lg": { "value": "1.4rem", "comment": "22.4px — h4 (adjusted from 1rem for scale spacing)" },
11
+ "xl": { "value": "1.68rem", "comment": "26.88px — h3 (adjusted from 1.2rem for scale spacing)" },
12
+ "2xl": { "value": "2.1rem", "comment": "33.6px — h2 (adjusted from 1.4rem for scale spacing)" },
13
+ "3xl": { "value": "2.52rem", "comment": "40.32px — h1 (preserved from website)" },
14
+ "4xl": { "value": "3.15rem", "comment": "50.4px" },
15
+ "5xl": { "value": "4.06rem", "comment": "64.96px" }
16
+ }
17
+ }
18
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "noorderzijlvest": {
3
+ "size": {
4
+ "4xs": { "value": "1px" },
5
+ "3xs": { "value": "2px" },
6
+ "2xs": { "value": "4px" },
7
+ "xs": { "value": "8px" },
8
+ "sm": { "value": "14px" },
9
+ "md": { "value": "18px" },
10
+ "lg": { "value": "24px" },
11
+ "xl": { "value": "32px" },
12
+ "2xl": { "value": "48px" },
13
+ "3xl": { "value": "72px" },
14
+ "4xl": { "value": "96px" }
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "noorderzijlvest": {
3
+ "typography": {
4
+ "roboto": {
5
+ "font-family": {
6
+ "value": "\"Roboto\", Arial, sans-serif"
7
+ }
8
+ },
9
+ "sans-serif": {
10
+ "font-family": {
11
+ "value": "\"Roboto\", Arial, sans-serif"
12
+ }
13
+ },
14
+ "monospace": {
15
+ "font-family": {
16
+ "value": "Monospace, \"Lucida Console\""
17
+ }
18
+ },
19
+ "font-weight": {
20
+ "bold": { "value": "700" },
21
+ "semibold": { "value": "600" },
22
+ "normal": { "value": "400" },
23
+ "light": { "value": "300" }
24
+ },
25
+ "scale": {
26
+ "4xs": { "value": "{noorderzijlvest.font-size.4xs}" },
27
+ "3xs": { "value": "{noorderzijlvest.font-size.3xs}" },
28
+ "2xs": { "value": "{noorderzijlvest.font-size.2xs}" },
29
+ "xs": { "value": "{noorderzijlvest.font-size.xs}" },
30
+ "sm": { "value": "{noorderzijlvest.font-size.sm}" },
31
+ "md": { "value": "{noorderzijlvest.font-size.md}" },
32
+ "lg": { "value": "{noorderzijlvest.font-size.lg}" },
33
+ "xl": { "value": "{noorderzijlvest.font-size.xl}" },
34
+ "2xl": { "value": "{noorderzijlvest.font-size.2xl}" },
35
+ "3xl": { "value": "{noorderzijlvest.font-size.3xl}" },
36
+ "4xl": { "value": "{noorderzijlvest.font-size.4xl}" }
37
+ }
38
+ }
39
+ }
40
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "utrecht": {
3
+ "action": {
4
+ "busy": { "cursor": { "value": "wait" } },
5
+ "disabled": { "cursor": { "value": "not-allowed" } },
6
+ "submit": { "cursor": { "value": "pointer" } }
7
+ }
8
+ }
9
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "utrecht": {
3
+ "space": {
4
+ "block": {
5
+ "3xs": { "value": "{noorderzijlvest.size.3xs}" },
6
+ "2xs": { "value": "{noorderzijlvest.size.2xs}" },
7
+ "xs": { "value": "{noorderzijlvest.size.xs}" },
8
+ "sm": { "value": "{noorderzijlvest.size.sm}" },
9
+ "md": { "value": "{noorderzijlvest.size.md}" },
10
+ "lg": { "value": "{noorderzijlvest.size.lg}" },
11
+ "xl": { "value": "{noorderzijlvest.size.xl}" },
12
+ "2xl": { "value": "{noorderzijlvest.size.2xl}" },
13
+ "3xl": { "value": "{noorderzijlvest.size.3xl}" }
14
+ },
15
+ "inline": {
16
+ "3xs": { "value": "{noorderzijlvest.size.3xs}" },
17
+ "2xs": { "value": "{noorderzijlvest.size.2xs}" },
18
+ "xs": { "value": "{noorderzijlvest.size.xs}" },
19
+ "sm": { "value": "{noorderzijlvest.size.sm}" },
20
+ "md": { "value": "{noorderzijlvest.size.md}" },
21
+ "lg": { "value": "{noorderzijlvest.size.lg}" },
22
+ "xl": { "value": "{noorderzijlvest.size.xl}" },
23
+ "2xl": { "value": "{noorderzijlvest.size.2xl}" },
24
+ "3xl": { "value": "{noorderzijlvest.size.3xl}" }
25
+ }
26
+ }
27
+ }
28
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "conduction": {
3
+ "card-header": {
4
+ "background-color": {},
5
+ "border-bottom-width": { "value": "{noorderzijlvest.size.2xs}" },
6
+ "border-bottom-style": { "value": "solid" },
7
+ "border-bottom-color": { "value": "{noorderzijlvest.color.primary}" },
8
+ "color": { "value": "{noorderzijlvest.color.primary}" },
9
+ "hover": {
10
+ "background-color": {},
11
+ "border-bottom-width": { "value": "{noorderzijlvest.size.2xs}" },
12
+ "border-bottom-style": { "value": "solid" },
13
+ "border-bottom-color": { "value": "{noorderzijlvest.color.primary}" }
14
+ },
15
+ "title": {
16
+ "color": { "value": "{noorderzijlvest.color.primary}" },
17
+ "text-decoration": { "value": "none" },
18
+ "text-underline-offset": { "value": "5px" },
19
+ "hover": {
20
+ "color": {},
21
+ "text-decoration": {},
22
+ "text-underline-offset": {}
23
+ }
24
+ },
25
+ "date": {
26
+ "color": { "value": "{noorderzijlvest.color.black.0}" },
27
+ "font-size": { "value": "{noorderzijlvest.font-size.3xs}" },
28
+ "font-weight": { "value": "{noorderzijlvest.typography.font-weight.light}" },
29
+ "font-style": {},
30
+ "margin-block-end": { "value": "{noorderzijlvest.size.xs}" }
31
+ }
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "conduction": {
3
+ "card-wrapper": {
4
+ "background-color": { "value": "{noorderzijlvest.color.white.100}" },
5
+ "border-color": { "value": "transparent" },
6
+ "border-style": { "value": "solid" },
7
+ "border-width": { "value": "{noorderzijlvest.size.4xs}" },
8
+ "border-bottom-color": {},
9
+ "border-bottom-style": {},
10
+ "border-bottom-width": {},
11
+ "border-radius": { "value": "0px" },
12
+ "transition": {},
13
+ "box-shadow": {},
14
+ "color": { "value": "{noorderzijlvest.color.black.0}" },
15
+ "hover": {
16
+ "background-color": {},
17
+ "color": { "value": "{noorderzijlvest.color.primary}" },
18
+ "border-color": { "value": "{noorderzijlvest.color.primary}" },
19
+ "border-style": { "value": "solid" },
20
+ "border-width": { "value": "{noorderzijlvest.size.4xs}" },
21
+ "border-bottom-color": {},
22
+ "border-bottom-style": {},
23
+ "border-bottom-width": {},
24
+ "border-radius": { "value": "0px" },
25
+ "box-shadow": {}
26
+ },
27
+ "padding-inline-end": { "value": "{noorderzijlvest.size.md}" },
28
+ "padding-inline-start": { "value": "{noorderzijlvest.size.md}" },
29
+ "padding-block-end": { "value": "{noorderzijlvest.size.md}" },
30
+ "padding-block-start": { "value": "{noorderzijlvest.size.md}" }
31
+ }
32
+ }
33
+ }