@conduction/theme 1.1.1 → 1.1.2

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 (107) hide show
  1. package/README.md +1 -0
  2. package/conduction-design-tokens/dist/design-tokens.css +1 -1
  3. package/conduction-design-tokens/dist/index.js +1 -1
  4. package/conduction-design-tokens/dist/index.less +1 -1
  5. package/conduction-design-tokens/dist/index.scss +1 -1
  6. package/municipalities/commonground-design-tokens/dist/design-tokens.css +1 -1
  7. package/municipalities/commonground-design-tokens/dist/index.js +1 -1
  8. package/municipalities/commonground-design-tokens/dist/index.less +1 -1
  9. package/municipalities/commonground-design-tokens/dist/index.scss +1 -1
  10. package/municipalities/dimpact-design-tokens/dist/design-tokens.css +1 -1
  11. package/municipalities/dimpact-design-tokens/dist/index.js +1 -1
  12. package/municipalities/dimpact-design-tokens/dist/index.less +1 -1
  13. package/municipalities/dimpact-design-tokens/dist/index.scss +1 -1
  14. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +1 -1
  15. package/municipalities/dinkelland-design-tokens/dist/index.js +1 -1
  16. package/municipalities/dinkelland-design-tokens/dist/index.less +1 -1
  17. package/municipalities/dinkelland-design-tokens/dist/index.scss +1 -1
  18. package/municipalities/epe-design-tokens/dist/design-tokens.css +1 -1
  19. package/municipalities/epe-design-tokens/dist/index.js +1 -1
  20. package/municipalities/epe-design-tokens/dist/index.less +1 -1
  21. package/municipalities/epe-design-tokens/dist/index.scss +1 -1
  22. package/municipalities/leiden-design-tokens/dist/design-tokens.css +1 -1
  23. package/municipalities/leiden-design-tokens/dist/index.js +1 -1
  24. package/municipalities/leiden-design-tokens/dist/index.less +1 -1
  25. package/municipalities/leiden-design-tokens/dist/index.scss +1 -1
  26. package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +1 -1
  27. package/municipalities/noaberkracht-design-tokens/dist/index.js +1 -1
  28. package/municipalities/noaberkracht-design-tokens/dist/index.less +1 -1
  29. package/municipalities/noaberkracht-design-tokens/dist/index.scss +1 -1
  30. package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +1 -1
  31. package/municipalities/noordwijk-design-tokens/dist/index.js +1 -1
  32. package/municipalities/noordwijk-design-tokens/dist/index.less +1 -1
  33. package/municipalities/noordwijk-design-tokens/dist/index.scss +1 -1
  34. package/municipalities/open-webconcept-design-tokens/dist/design-tokens.css +1 -1
  35. package/municipalities/open-webconcept-design-tokens/dist/index.js +1 -1
  36. package/municipalities/open-webconcept-design-tokens/dist/index.less +1 -1
  37. package/municipalities/open-webconcept-design-tokens/dist/index.scss +1 -1
  38. package/municipalities/opencatalogi-design-tokens/dist/design-tokens.css +1 -1
  39. package/municipalities/opencatalogi-design-tokens/dist/index.js +1 -1
  40. package/municipalities/opencatalogi-design-tokens/dist/index.less +1 -1
  41. package/municipalities/opencatalogi-design-tokens/dist/index.scss +1 -1
  42. package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +1 -1
  43. package/municipalities/rotterdam-design-tokens/dist/index.js +1 -1
  44. package/municipalities/rotterdam-design-tokens/dist/index.less +1 -1
  45. package/municipalities/rotterdam-design-tokens/dist/index.scss +1 -1
  46. package/municipalities/sloterburg-design-tokens/LICENSE.md +17 -0
  47. package/municipalities/sloterburg-design-tokens/README.md +3 -0
  48. package/municipalities/sloterburg-design-tokens/dist/design-tokens.css +290 -0
  49. package/municipalities/sloterburg-design-tokens/dist/font.css +5 -0
  50. package/municipalities/sloterburg-design-tokens/dist/index.css +7 -0
  51. package/municipalities/sloterburg-design-tokens/dist/index.js +288 -0
  52. package/municipalities/sloterburg-design-tokens/dist/index.json +5661 -0
  53. package/municipalities/sloterburg-design-tokens/dist/index.less +287 -0
  54. package/municipalities/sloterburg-design-tokens/dist/index.scss +287 -0
  55. package/municipalities/sloterburg-design-tokens/dist/tokens.json +6019 -0
  56. package/municipalities/sloterburg-design-tokens/documentation/color.stories.mdx +17 -0
  57. package/municipalities/sloterburg-design-tokens/documentation/components.stories.mdx +11 -0
  58. package/municipalities/sloterburg-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  59. package/municipalities/sloterburg-design-tokens/documentation/readme.stories.mdx +7 -0
  60. package/municipalities/sloterburg-design-tokens/package.json +40 -0
  61. package/municipalities/sloterburg-design-tokens/src/brand/sloterburg/color.tokens.json +101 -0
  62. package/municipalities/sloterburg-design-tokens/src/brand/sloterburg/font-size.tokens.json +17 -0
  63. package/municipalities/sloterburg-design-tokens/src/brand/sloterburg/size.tokens.json +17 -0
  64. package/municipalities/sloterburg-design-tokens/src/brand/sloterburg/typography.tokens.json +45 -0
  65. package/municipalities/sloterburg-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  66. package/municipalities/sloterburg-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  67. package/municipalities/sloterburg-design-tokens/src/component/conduction/logo.tokens.json +27 -0
  68. package/municipalities/sloterburg-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
  69. package/municipalities/sloterburg-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  70. package/municipalities/sloterburg-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  71. package/municipalities/sloterburg-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
  72. package/municipalities/sloterburg-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  73. package/municipalities/sloterburg-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  74. package/municipalities/sloterburg-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  75. package/municipalities/sloterburg-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  76. package/municipalities/sloterburg-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  77. package/municipalities/sloterburg-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  78. package/municipalities/sloterburg-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  79. package/municipalities/sloterburg-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +22 -0
  80. package/municipalities/sloterburg-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  81. package/municipalities/sloterburg-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  82. package/municipalities/sloterburg-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +37 -0
  83. package/municipalities/sloterburg-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
  84. package/municipalities/sloterburg-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
  85. package/municipalities/sloterburg-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  86. package/municipalities/sloterburg-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  87. package/municipalities/sloterburg-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  88. package/municipalities/sloterburg-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  89. package/municipalities/sloterburg-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  90. package/municipalities/sloterburg-design-tokens/src/config.json +58 -0
  91. package/municipalities/sloterburg-design-tokens/src/font/PT-Sans-Narrow.woff2 +0 -0
  92. package/municipalities/sloterburg-design-tokens/src/font.scss +6 -0
  93. package/municipalities/sloterburg-design-tokens/src/index.scss +8 -0
  94. package/municipalities/sloterburg-design-tokens/style-dictionary.config.js +6 -0
  95. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +1 -1
  96. package/municipalities/tubbergen-design-tokens/dist/index.js +1 -1
  97. package/municipalities/tubbergen-design-tokens/dist/index.less +1 -1
  98. package/municipalities/tubbergen-design-tokens/dist/index.scss +1 -1
  99. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +1 -1
  100. package/municipalities/xxllnc-design-tokens/dist/index.js +1 -1
  101. package/municipalities/xxllnc-design-tokens/dist/index.less +1 -1
  102. package/municipalities/xxllnc-design-tokens/dist/index.scss +1 -1
  103. package/municipalities/zutphen-design-tokens/dist/design-tokens.css +1 -1
  104. package/municipalities/zutphen-design-tokens/dist/index.js +1 -1
  105. package/municipalities/zutphen-design-tokens/dist/index.less +1 -1
  106. package/municipalities/zutphen-design-tokens/dist/index.scss +1 -1
  107. 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.2: Added Partial Sloterburg theme.
9
10
  - 1.1.1: Added Zutphen theme.
10
11
  - 1.1.0: Removed old Conduction, Leiden and XXLLNC theme files.
11
12
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Dec 2023 10:50:59 GMT
3
+ * Generated on Mon, 18 Dec 2023 16:12:46 GMT
4
4
  */
5
5
 
6
6
  .conduction-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Dec 2023 10:50:59 GMT
3
+ * Generated on Mon, 18 Dec 2023 16:12:46 GMT
4
4
  */
5
5
 
6
6
  export const conductionColorPrimary = "#4376fc";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 18 Dec 2023 10:51:00 GMT
3
+ // Generated on Mon, 18 Dec 2023 16:12:46 GMT
4
4
 
5
5
  @utrecht-separator-margin-block-start: 0px;
6
6
  @utrecht-separator-margin-block-end: 0px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 18 Dec 2023 10:51:00 GMT
3
+ // Generated on Mon, 18 Dec 2023 16:12:46 GMT
4
4
 
5
5
  $utrecht-separator-margin-block-start: 0px;
6
6
  $utrecht-separator-margin-block-end: 0px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Dec 2023 10:52:13 GMT
3
+ * Generated on Mon, 18 Dec 2023 16:14:02 GMT
4
4
  */
5
5
 
6
6
  .commonground-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Dec 2023 10:52:13 GMT
3
+ * Generated on Mon, 18 Dec 2023 16:14:02 GMT
4
4
  */
5
5
 
6
6
  export const commongroundColorPrimary = "#ffbc2c";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 18 Dec 2023 10:52:14 GMT
3
+ // Generated on Mon, 18 Dec 2023 16:14:02 GMT
4
4
 
5
5
  @conduction-tooltip-z-index: 9999;
6
6
  @conduction-tooltip-border-radius: 0px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 18 Dec 2023 10:52:14 GMT
3
+ // Generated on Mon, 18 Dec 2023 16:14:02 GMT
4
4
 
5
5
  $conduction-tooltip-z-index: 9999;
6
6
  $conduction-tooltip-border-radius: 0px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Dec 2023 10:52:07 GMT
3
+ * Generated on Mon, 18 Dec 2023 16:13:55 GMT
4
4
  */
5
5
 
6
6
  .dimpact-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Dec 2023 10:52:07 GMT
3
+ * Generated on Mon, 18 Dec 2023 16:13:55 GMT
4
4
  */
5
5
 
6
6
  export const dimpactColorPrimary = "#00377a";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 18 Dec 2023 10:52:07 GMT
3
+ // Generated on Mon, 18 Dec 2023 16:13:55 GMT
4
4
 
5
5
  @conduction-tooltip-z-index: 9999;
6
6
  @conduction-tooltip-border-radius: 0px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 18 Dec 2023 10:52:07 GMT
3
+ // Generated on Mon, 18 Dec 2023 16:13:55 GMT
4
4
 
5
5
  $conduction-tooltip-z-index: 9999;
6
6
  $conduction-tooltip-border-radius: 0px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Dec 2023 10:51:25 GMT
3
+ * Generated on Mon, 18 Dec 2023 16:13:12 GMT
4
4
  */
5
5
 
6
6
  .dinkelland-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Dec 2023 10:51:25 GMT
3
+ * Generated on Mon, 18 Dec 2023 16:13:12 GMT
4
4
  */
5
5
 
6
6
  export const dinkellandColorPrimary = "#006cb9";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 18 Dec 2023 10:51:25 GMT
3
+ // Generated on Mon, 18 Dec 2023 16:13:12 GMT
4
4
 
5
5
  @conduction-tooltip-z-index: 9999;
6
6
  @conduction-tooltip-border-radius: 0px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 18 Dec 2023 10:51:25 GMT
3
+ // Generated on Mon, 18 Dec 2023 16:13:12 GMT
4
4
 
5
5
  $conduction-tooltip-z-index: 9999;
6
6
  $conduction-tooltip-border-radius: 0px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Dec 2023 10:51:31 GMT
3
+ * Generated on Mon, 18 Dec 2023 16:13:19 GMT
4
4
  */
5
5
 
6
6
  .epe-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Dec 2023 10:51:31 GMT
3
+ * Generated on Mon, 18 Dec 2023 16:13:18 GMT
4
4
  */
5
5
 
6
6
  export const epeColorPrimary = "#01699d";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 18 Dec 2023 10:51:31 GMT
3
+ // Generated on Mon, 18 Dec 2023 16:13:19 GMT
4
4
 
5
5
  @conduction-tooltip-z-index: 9999;
6
6
  @conduction-tooltip-border-radius: 0px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 18 Dec 2023 10:51:31 GMT
3
+ // Generated on Mon, 18 Dec 2023 16:13:19 GMT
4
4
 
5
5
  $conduction-tooltip-z-index: 9999;
6
6
  $conduction-tooltip-border-radius: 0px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Dec 2023 10:51:06 GMT
3
+ * Generated on Mon, 18 Dec 2023 16:12:52 GMT
4
4
  */
5
5
 
6
6
  .leiden-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Dec 2023 10:51:06 GMT
3
+ * Generated on Mon, 18 Dec 2023 16:12:52 GMT
4
4
  */
5
5
 
6
6
  export const leidenColorPrimary = "#d62410";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 18 Dec 2023 10:51:06 GMT
3
+ // Generated on Mon, 18 Dec 2023 16:12:52 GMT
4
4
 
5
5
  @conduction-tooltip-z-index: 9999;
6
6
  @conduction-tooltip-border-radius: 0px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 18 Dec 2023 10:51:06 GMT
3
+ // Generated on Mon, 18 Dec 2023 16:12:52 GMT
4
4
 
5
5
  $conduction-tooltip-z-index: 9999;
6
6
  $conduction-tooltip-border-radius: 0px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Dec 2023 10:51:45 GMT
3
+ * Generated on Mon, 18 Dec 2023 16:13:32 GMT
4
4
  */
5
5
 
6
6
  .noaberkracht-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Dec 2023 10:51:44 GMT
3
+ * Generated on Mon, 18 Dec 2023 16:13:32 GMT
4
4
  */
5
5
 
6
6
  export const noaberkrachtColorPrimary = "#4376fc";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 18 Dec 2023 10:51:45 GMT
3
+ // Generated on Mon, 18 Dec 2023 16:13:32 GMT
4
4
 
5
5
  @conduction-tooltip-z-index: 9999;
6
6
  @conduction-tooltip-border-radius: 0px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 18 Dec 2023 10:51:45 GMT
3
+ // Generated on Mon, 18 Dec 2023 16:13:32 GMT
4
4
 
5
5
  $conduction-tooltip-z-index: 9999;
6
6
  $conduction-tooltip-border-radius: 0px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Dec 2023 10:51:38 GMT
3
+ * Generated on Mon, 18 Dec 2023 16:13:25 GMT
4
4
  */
5
5
 
6
6
  .noordwijk-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Dec 2023 10:51:38 GMT
3
+ * Generated on Mon, 18 Dec 2023 16:13:25 GMT
4
4
  */
5
5
 
6
6
  export const noordwijkColorPrimary = "#2c2276";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 18 Dec 2023 10:51:38 GMT
3
+ // Generated on Mon, 18 Dec 2023 16:13:25 GMT
4
4
 
5
5
  @conduction-tooltip-z-index: 9999;
6
6
  @conduction-tooltip-border-radius: 0px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 18 Dec 2023 10:51:38 GMT
3
+ // Generated on Mon, 18 Dec 2023 16:13:25 GMT
4
4
 
5
5
  $conduction-tooltip-z-index: 9999;
6
6
  $conduction-tooltip-border-radius: 0px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Dec 2023 10:52:01 GMT
3
+ * Generated on Mon, 18 Dec 2023 16:13:49 GMT
4
4
  */
5
5
 
6
6
  .open-webconcept-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Dec 2023 10:52:01 GMT
3
+ * Generated on Mon, 18 Dec 2023 16:13:49 GMT
4
4
  */
5
5
 
6
6
  export const openWebconceptColorPrimary = "#1abc9c";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 18 Dec 2023 10:52:01 GMT
3
+ // Generated on Mon, 18 Dec 2023 16:13:49 GMT
4
4
 
5
5
  @conduction-tooltip-z-index: 9999;
6
6
  @conduction-tooltip-border-radius: 0px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 18 Dec 2023 10:52:01 GMT
3
+ // Generated on Mon, 18 Dec 2023 16:13:49 GMT
4
4
 
5
5
  $conduction-tooltip-z-index: 9999;
6
6
  $conduction-tooltip-border-radius: 0px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Dec 2023 10:52:20 GMT
3
+ * Generated on Mon, 18 Dec 2023 16:14:08 GMT
4
4
  */
5
5
 
6
6
  .opencatalogi-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Dec 2023 10:52:20 GMT
3
+ * Generated on Mon, 18 Dec 2023 16:14:08 GMT
4
4
  */
5
5
 
6
6
  export const conductionCardHeaderColor = "#404B4F";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 18 Dec 2023 10:52:20 GMT
3
+ // Generated on Mon, 18 Dec 2023 16:14:09 GMT
4
4
 
5
5
  @rotterdam-textbox-hover-border-width: 2px;
6
6
  @rotterdam-paragraph-small-line-height: 20px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 18 Dec 2023 10:52:20 GMT
3
+ // Generated on Mon, 18 Dec 2023 16:14:09 GMT
4
4
 
5
5
  $rotterdam-textbox-hover-border-width: 2px;
6
6
  $rotterdam-paragraph-small-line-height: 20px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Dec 2023 10:51:55 GMT
3
+ * Generated on Mon, 18 Dec 2023 16:13:42 GMT
4
4
  */
5
5
 
6
6
  .rotterdam-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 Dec 2023 10:51:55 GMT
3
+ * Generated on Mon, 18 Dec 2023 16:13:42 GMT
4
4
  */
5
5
 
6
6
  export const conductionCardHeaderColor = "var(--utrecht-document-color)";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 18 Dec 2023 10:51:55 GMT
3
+ // Generated on Mon, 18 Dec 2023 16:13:42 GMT
4
4
 
5
5
  @utrecht-page-max-inline-size: 1140px;
6
6
  @utrecht-page-margin-inline-end: var(--utrecht-space-block-xl);
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 18 Dec 2023 10:51:55 GMT
3
+ // Generated on Mon, 18 Dec 2023 16:13:42 GMT
4
4
 
5
5
  $utrecht-page-max-inline-size: 1140px;
6
6
  $utrecht-page-margin-inline-end: var(--utrecht-space-block-xl);
@@ -0,0 +1,17 @@
1
+ # Auteursrecht Gemeente Sloterburg
2
+
3
+ Copyright (c) 2023 Gemeente Sloterburg
4
+
5
+ ## Logo en huisstijl
6
+
7
+ Op het huisstijl en logo zijn auteursrechten van toepassing. Het gebruik van logo en huisstijl is alleen toegestaan voor gebruik door Gemeente Sloterburg.
8
+
9
+ Wanneer je een bewerking van de software wilt gebruiken voor andere doeleinden, mag je niet het logo van Gemeente Sloterburg gebruiken en je ontwerpt een eigen huisstijl.
10
+
11
+ ## Lettertype
12
+
13
+ Lettertypes die worden gebruikt voor de huisstijl zijn niet allemaal gratis en open source. Let op dat bij gebruik van die bijgeleverde lettertypes je een (betaalde) licentie regelt. Pas anders de configuratie aan om minder of andere lettertypes te gebruiken.
14
+
15
+ ## Toestemming
16
+
17
+ Wanneer je het logo of de huisstijl wilt gebruiken kun je voor toestemming contact opnemen met Gemeente Sloterburg.
@@ -0,0 +1,3 @@
1
+ # NL Design System design tokens Gemeente Sloterburg
2
+
3
+ These tokens have been obtained by analysing the [website of Gemeente Sloterburg](https://sloterburg.nl/).