@conduction/theme 1.0.40 → 1.0.41

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 (103) 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/dimpact-design-tokens/LICENSE.md +17 -0
  7. package/municipalities/dimpact-design-tokens/README.md +3 -0
  8. package/municipalities/dimpact-design-tokens/dist/design-tokens.css +423 -0
  9. package/municipalities/dimpact-design-tokens/dist/font.css +5 -0
  10. package/municipalities/dimpact-design-tokens/dist/index.css +7 -0
  11. package/municipalities/dimpact-design-tokens/dist/index.js +421 -0
  12. package/municipalities/dimpact-design-tokens/dist/index.json +8379 -0
  13. package/municipalities/dimpact-design-tokens/dist/index.less +420 -0
  14. package/municipalities/dimpact-design-tokens/dist/index.scss +420 -0
  15. package/municipalities/dimpact-design-tokens/dist/tokens.json +8931 -0
  16. package/municipalities/dimpact-design-tokens/documentation/color.stories.mdx +17 -0
  17. package/municipalities/dimpact-design-tokens/documentation/components.stories.mdx +11 -0
  18. package/municipalities/dimpact-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  19. package/municipalities/dimpact-design-tokens/documentation/readme.stories.mdx +7 -0
  20. package/municipalities/dimpact-design-tokens/package.json +37 -0
  21. package/municipalities/dimpact-design-tokens/src/brand/dimpact/color.tokens.json +75 -0
  22. package/municipalities/dimpact-design-tokens/src/brand/dimpact/font-size.tokens.json +17 -0
  23. package/municipalities/dimpact-design-tokens/src/brand/dimpact/size.tokens.json +17 -0
  24. package/municipalities/dimpact-design-tokens/src/brand/dimpact/typography.tokens.json +40 -0
  25. package/municipalities/dimpact-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  26. package/municipalities/dimpact-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  27. package/municipalities/dimpact-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
  28. package/municipalities/dimpact-design-tokens/src/component/conduction/card-wrapper.tokens.json +25 -0
  29. package/municipalities/dimpact-design-tokens/src/component/conduction/navigation.tokens.json +39 -0
  30. package/municipalities/dimpact-design-tokens/src/component/conduction/pagination.tokens.json +45 -0
  31. package/municipalities/dimpact-design-tokens/src/component/conduction/select.tokens.json +30 -0
  32. package/municipalities/dimpact-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  33. package/municipalities/dimpact-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
  34. package/municipalities/dimpact-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  35. package/municipalities/dimpact-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  36. package/municipalities/dimpact-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  37. package/municipalities/dimpact-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  38. package/municipalities/dimpact-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  39. package/municipalities/dimpact-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  40. package/municipalities/dimpact-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  41. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  42. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  43. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  44. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  45. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  46. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +12 -0
  47. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
  48. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +24 -0
  49. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  50. package/municipalities/dimpact-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
  51. package/municipalities/dimpact-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  52. package/municipalities/dimpact-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  53. package/municipalities/dimpact-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  54. package/municipalities/dimpact-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  55. package/municipalities/dimpact-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  56. package/municipalities/dimpact-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  57. package/municipalities/dimpact-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  58. package/municipalities/dimpact-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  59. package/municipalities/dimpact-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  60. package/municipalities/dimpact-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
  61. package/municipalities/dimpact-design-tokens/src/config.json +47 -0
  62. package/municipalities/dimpact-design-tokens/src/font/TisaSansPro-Regular.woff2 +0 -0
  63. package/municipalities/dimpact-design-tokens/src/font.scss +6 -0
  64. package/municipalities/dimpact-design-tokens/src/index.scss +8 -0
  65. package/municipalities/dimpact-design-tokens/style-dictionary.config.js +6 -0
  66. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +1 -1
  67. package/municipalities/dinkelland-design-tokens/dist/index.js +1 -1
  68. package/municipalities/dinkelland-design-tokens/dist/index.less +1 -1
  69. package/municipalities/dinkelland-design-tokens/dist/index.scss +1 -1
  70. package/municipalities/epe-design-tokens/dist/design-tokens.css +1 -1
  71. package/municipalities/epe-design-tokens/dist/index.js +1 -1
  72. package/municipalities/epe-design-tokens/dist/index.less +1 -1
  73. package/municipalities/epe-design-tokens/dist/index.scss +1 -1
  74. package/municipalities/leiden-design-tokens/dist/design-tokens.css +1 -1
  75. package/municipalities/leiden-design-tokens/dist/index.js +1 -1
  76. package/municipalities/leiden-design-tokens/dist/index.less +1 -1
  77. package/municipalities/leiden-design-tokens/dist/index.scss +1 -1
  78. package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +1 -1
  79. package/municipalities/noaberkracht-design-tokens/dist/index.js +1 -1
  80. package/municipalities/noaberkracht-design-tokens/dist/index.less +1 -1
  81. package/municipalities/noaberkracht-design-tokens/dist/index.scss +1 -1
  82. package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +1 -1
  83. package/municipalities/noordwijk-design-tokens/dist/index.js +1 -1
  84. package/municipalities/noordwijk-design-tokens/dist/index.less +1 -1
  85. package/municipalities/noordwijk-design-tokens/dist/index.scss +1 -1
  86. package/municipalities/open-webconcept-design-tokens/README.md +2 -33
  87. package/municipalities/open-webconcept-design-tokens/dist/design-tokens.css +1 -1
  88. package/municipalities/open-webconcept-design-tokens/dist/index.js +1 -1
  89. package/municipalities/open-webconcept-design-tokens/dist/index.less +1 -1
  90. package/municipalities/open-webconcept-design-tokens/dist/index.scss +1 -1
  91. package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +1 -1
  92. package/municipalities/rotterdam-design-tokens/dist/index.js +1 -1
  93. package/municipalities/rotterdam-design-tokens/dist/index.less +1 -1
  94. package/municipalities/rotterdam-design-tokens/dist/index.scss +1 -1
  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/package.json +3 -2
@@ -0,0 +1,31 @@
1
+ {
2
+ "utrecht": {
3
+ "textbox": {
4
+ "border-bottom-width": {},
5
+ "border-color": { "value": "{dimpact.color.grey.84}" },
6
+ "border-radius": { "value": "5px" },
7
+ "border-width": { "value": "{dimpact.size.4xs}" },
8
+ "color": { "value": "{dimpact.color.primary}" },
9
+ "font-family": { "value": "{dimpact.typography.sans-serif.font-family}" },
10
+ "font-size": { "value": "15px" },
11
+ "min-inline-height": {},
12
+ "max-inline-size": {},
13
+ "padding-block-end": { "value": "{dimpact.size.xs}" },
14
+ "padding-block-start": { "value": "{dimpact.size.xs}" },
15
+ "padding-inline-end": { "value": "{dimpact.size.sm}" },
16
+ "padding-inline-start": { "value": "{dimpact.size.sm}" },
17
+ "disabled": {
18
+ "border-color": {},
19
+ "color": {}
20
+ },
21
+ "invalid": {
22
+ "border-color": {},
23
+ "border-width": {}
24
+ },
25
+ "read-only": {
26
+ "border-color": {},
27
+ "color": {}
28
+ }
29
+ }
30
+ }
31
+ }
@@ -0,0 +1,47 @@
1
+ {
2
+ "fullName": "Dimpact",
3
+ "name": "Dimpact",
4
+ "prefix": "dimpact",
5
+ "npm": "@nl-design-system-unstable/dimpact-design-tokens",
6
+ "stories": [
7
+ "react-utrecht-alert--default",
8
+ "react-utrecht-alert--warning",
9
+ "react-utrecht-alert--error",
10
+ "react-utrecht-alert--ok",
11
+ "react-utrecht-badge-counter--default",
12
+ "react-utrecht-button--default",
13
+ "react-utrecht-button--hover",
14
+ "react-utrecht-button--primary-action-button",
15
+ "react-utrecht-button--secondary-action-button",
16
+ "react-utrecht-code--default",
17
+ "react-utrecht-code-block--default",
18
+ "react-utrecht-heading-1--default",
19
+ "react-utrecht-heading-2--default",
20
+ "react-utrecht-heading-3--default",
21
+ "react-utrecht-heading-4--default",
22
+ "react-utrecht-alert--default",
23
+ "react-utrecht-link--default",
24
+ "react-utrecht-link--hover",
25
+ "react-utrecht-link--focus",
26
+ "react-utrecht-ordered-list--default",
27
+ "react-utrecht-unordered-list--default",
28
+ "react-utrecht-page-header--default",
29
+ "react-utrecht-page-footer--default",
30
+ "react-utrecht-paragraph--default",
31
+ "react-utrecht-surface--default",
32
+ "react-utrecht-table--default",
33
+ "react-utrecht-textbox--default",
34
+ "react-conduction-card-header--default",
35
+ "react-conduction-card-header--hover",
36
+ "react-conduction-card-wrapper--default",
37
+ "react-conduction-card-wrapper--hover",
38
+ "react-conduction-pagination--default",
39
+ "react-conduction-input-select--default",
40
+ "react-conduction-input-select--list-option",
41
+ "react-conduction-input-select--placeholder",
42
+ "react-conduction-tabs--default",
43
+ "react-conduction-tabs--selected",
44
+ "react-conduction-tabs--hover",
45
+ "react-conduction-tabs--list",
46
+ "react-conduction-tabs--panel"
47
+ ]}
@@ -0,0 +1,6 @@
1
+ /* Place any @font-face definitions here */
2
+
3
+ @font-face {
4
+ font-family: "Tisa-sans-web-pro";
5
+ src: url("../src/font/TisaSansPro-Regular.woff2") format("woff2");
6
+ }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license SEE LICENSE.md
3
+ * Copyright (c) 2021 NL Design System Community
4
+ * All rights reserved
5
+ */
6
+
7
+ @import "./design-tokens.css";
8
+ @import "./font.css";
@@ -0,0 +1,6 @@
1
+ const config = require('./src/config.json');
2
+ const { createConfig } = require('../../style-dictionary-config');
3
+
4
+ module.exports = createConfig({
5
+ selector: `.${config.prefix}-theme`,
6
+ });
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 28 Sep 2023 14:18:30 GMT
3
+ * Generated on Thu, 28 Sep 2023 18:53:23 GMT
4
4
  */
5
5
 
6
6
  .dinkelland-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 28 Sep 2023 14:18:30 GMT
3
+ * Generated on Thu, 28 Sep 2023 18:53:23 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 Thu, 28 Sep 2023 14:18:31 GMT
3
+ // Generated on Thu, 28 Sep 2023 18:53:24 GMT
4
4
 
5
5
  @conduction-tabs-scroll-button-border-style: solid;
6
6
  @conduction-tabs-tab-panel-border-top: 0;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 28 Sep 2023 14:18:31 GMT
3
+ // Generated on Thu, 28 Sep 2023 18:53:23 GMT
4
4
 
5
5
  $conduction-tabs-scroll-button-border-style: solid;
6
6
  $conduction-tabs-tab-panel-border-top: 0;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 28 Sep 2023 14:18:40 GMT
3
+ * Generated on Thu, 28 Sep 2023 18:53:36 GMT
4
4
  */
5
5
 
6
6
  .epe-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 28 Sep 2023 14:18:40 GMT
3
+ * Generated on Thu, 28 Sep 2023 18:53:36 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 Thu, 28 Sep 2023 14:18:41 GMT
3
+ // Generated on Thu, 28 Sep 2023 18:53:36 GMT
4
4
 
5
5
  @conduction-tabs-tab-list-border-bottom-style: solid;
6
6
  @conduction-tabs-tab-list-margin-block-end: 0px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 28 Sep 2023 14:18:41 GMT
3
+ // Generated on Thu, 28 Sep 2023 18:53:36 GMT
4
4
 
5
5
  $conduction-tabs-tab-list-border-bottom-style: solid;
6
6
  $conduction-tabs-tab-list-margin-block-end: 0px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 28 Sep 2023 14:17:47 GMT
3
+ * Generated on Thu, 28 Sep 2023 18:52:43 GMT
4
4
  */
5
5
 
6
6
  .leiden-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 28 Sep 2023 14:17:47 GMT
3
+ * Generated on Thu, 28 Sep 2023 18:52:43 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 Thu, 28 Sep 2023 14:17:47 GMT
3
+ // Generated on Thu, 28 Sep 2023 18:52:43 GMT
4
4
 
5
5
  @conduction-tabs-tab-list-border-bottom-width: 0px;
6
6
  @conduction-tabs-tab-list-margin-block-end: 0px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 28 Sep 2023 14:17:47 GMT
3
+ // Generated on Thu, 28 Sep 2023 18:52:43 GMT
4
4
 
5
5
  $conduction-tabs-tab-list-border-bottom-width: 0px;
6
6
  $conduction-tabs-tab-list-margin-block-end: 0px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 28 Sep 2023 14:19:07 GMT
3
+ * Generated on Thu, 28 Sep 2023 18:54:05 GMT
4
4
  */
5
5
 
6
6
  .noaberkracht-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 28 Sep 2023 14:19:07 GMT
3
+ * Generated on Thu, 28 Sep 2023 18:54:05 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 Thu, 28 Sep 2023 14:19:07 GMT
3
+ // Generated on Thu, 28 Sep 2023 18:54:05 GMT
4
4
 
5
5
  @conduction-tabs-tab-list-border-bottom-style: solid;
6
6
  @conduction-tabs-tab-list-margin-block-end: 0px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 28 Sep 2023 14:19:07 GMT
3
+ // Generated on Thu, 28 Sep 2023 18:54:05 GMT
4
4
 
5
5
  $conduction-tabs-tab-list-border-bottom-style: solid;
6
6
  $conduction-tabs-tab-list-margin-block-end: 0px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 28 Sep 2023 14:18:55 GMT
3
+ * Generated on Thu, 28 Sep 2023 18:53:50 GMT
4
4
  */
5
5
 
6
6
  .noordwijk-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 28 Sep 2023 14:18:55 GMT
3
+ * Generated on Thu, 28 Sep 2023 18:53:50 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 Thu, 28 Sep 2023 14:18:55 GMT
3
+ // Generated on Thu, 28 Sep 2023 18:53:50 GMT
4
4
 
5
5
  @conduction-tabs-tab-list-border-bottom-style: solid;
6
6
  @conduction-tabs-tab-list-margin-block-end: 0px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 28 Sep 2023 14:18:55 GMT
3
+ // Generated on Thu, 28 Sep 2023 18:53:50 GMT
4
4
 
5
5
  $conduction-tabs-tab-list-border-bottom-style: solid;
6
6
  $conduction-tabs-tab-list-margin-block-end: 0px;
@@ -1,34 +1,3 @@
1
- # NL Design System design tokens Gemeente Example
1
+ # NL Design System design tokens Open Webconcept
2
2
 
3
- These tokens have been obtained by analysing the [website of Gemeente Example](https://www.example.com/).
4
-
5
- ---
6
-
7
- ✂ In your own directory: **remove the "Getting started" section below!**
8
-
9
- ---
10
-
11
- ## Getting started with your own NL Design System theme
12
-
13
- 1. Kies een unieke prefix voor jouw organisatie, die je gebruikt voor je npm package, BEM class names, CSS variabelen, etcetera. Wij gebruiken `nl-`, jij kiest iets anders. Gebruik alleen letters en cijfers in de prefix, geen andere tekens zoals het koppelstreepje. Bijvoorbeeld: gemeente Den Haag gebruikt `denhaag`.
14
- 2. Kopieer `proprietary/example-design-tokens/` naar `proprietary/prefix-design-tokens`, waarbij je `prefix` vervangt door de prefix die je kiest.
15
- 3. Gebruik "_Find and replace_" in `proprietary/prefix-design-tokens`, vervang _case-sensitive_ `example` door jouw `prefix`.
16
- 4. Gebruik "_Find and replace_" in `proprietary/prefix-design-tokens`, vervang _case-sensitive_ `Example Organisation` door jouw de naam van jouw organisatie.
17
- 5. Bewerk `packages/storybook/package.json`, en voeg `"@nl-design-system-unstable/prefix-design-tokens": "workspace:*",` toe onder `"dependencies"`. Vervang weer de `prefix` met je eigen prefix.
18
- 6. Doe `pnpm install` vanuit de root van je project, zodat jouw nieuwe npm package aan de pnpm workspace toegevoegd wordt.
19
- 7. Bewerk `proprietary/prefix-design-tokens/README.md` en pas het aan met je eigen gegevens, voeg een contactpersoon toe. Verwijder de instructies van de template.
20
- 8. Bewerk `proprietary/prefix-design-tokens/package.json` en pas het aan met een link naar je eigen website.
21
- 9. Bewerk `proprietary/prefix-design-tokens/src/package.json` en pas het aan met gegevens van jouw organisatie.
22
- 10. Bewerk `packages/storybook/config/preview.js`
23
- a. Voeg de naam van jouw organisatie toe aan de alfabetische lijst met teams, zodat je op alfabetische volgorde te vinden bent in Storybook.
24
- b. Voeg een `import` toe voor de CSS met het thema van jouw organisatie.
25
- c. Optioneel: voeg een `import` toe voor de webfonts voor jouw thema.
26
- 11. Voeg in `proprietary/prefix-design-tokens/src/` jouw design tokens, bijvoorbeeld `color.tokens.json`. Op de [website van NL Design System](https://nldesignsystem.nl/) wordt uitgelegd hoe je een eigen thema kan maken met design tokens.
27
- 12. Maak een Pull Request op GitHub om jouw code toe te voegen aan de [NL Design System themes repository](http://github.com/nl-design-system/themes).
28
- 13. Als de code is gemerged in de themes repository, dan zal je eigen thema als npm pakketje na een paar minuten beschikbaar worden via [npmjs.com](http://npmjs.com). Dan kun je het thema installeren in jouw project met `npm install --save-dev @nl-design-system-unstable/prefix-design-tokens`.
29
-
30
- ---
31
-
32
- ✂ In your own directory: **remove the "Getting started" section above!**
33
-
34
- ---
3
+ These tokens have been obtained by analysing the [website of Open Webconcept](https://openwebconcept.nl/).
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 28 Sep 2023 14:19:36 GMT
3
+ * Generated on Thu, 28 Sep 2023 18:54:38 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 Thu, 28 Sep 2023 14:19:36 GMT
3
+ * Generated on Thu, 28 Sep 2023 18:54:38 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 Thu, 28 Sep 2023 14:19:36 GMT
3
+ // Generated on Thu, 28 Sep 2023 18:54:38 GMT
4
4
 
5
5
  @conduction-tabs-tab-list-border-bottom-style: solid;
6
6
  @conduction-tabs-tab-list-margin-block-end: 0px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 28 Sep 2023 14:19:36 GMT
3
+ // Generated on Thu, 28 Sep 2023 18:54:38 GMT
4
4
 
5
5
  $conduction-tabs-tab-list-border-bottom-style: solid;
6
6
  $conduction-tabs-tab-list-margin-block-end: 0px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 28 Sep 2023 14:19:26 GMT
3
+ * Generated on Thu, 28 Sep 2023 18:54:23 GMT
4
4
  */
5
5
 
6
6
  .rotterdam-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 28 Sep 2023 14:19:26 GMT
3
+ * Generated on Thu, 28 Sep 2023 18:54:23 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 Thu, 28 Sep 2023 14:19:26 GMT
3
+ // Generated on Thu, 28 Sep 2023 18:54:23 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 Thu, 28 Sep 2023 14:19:26 GMT
3
+ // Generated on Thu, 28 Sep 2023 18:54:23 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 Thu, 28 Sep 2023 14:18:16 GMT
3
+ * Generated on Thu, 28 Sep 2023 18:53:11 GMT
4
4
  */
5
5
 
6
6
  .tubbergen-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 28 Sep 2023 14:18:16 GMT
3
+ * Generated on Thu, 28 Sep 2023 18:53:10 GMT
4
4
  */
5
5
 
6
6
  export const tubbergenColorPrimary = "#0b612d";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 28 Sep 2023 14:18:16 GMT
3
+ // Generated on Thu, 28 Sep 2023 18:53:11 GMT
4
4
 
5
5
  @conduction-tabs-scroll-button-border-style: solid;
6
6
  @conduction-tabs-tab-panel-border-top: 0;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 28 Sep 2023 14:18:16 GMT
3
+ // Generated on Thu, 28 Sep 2023 18:53:11 GMT
4
4
 
5
5
  $conduction-tabs-scroll-button-border-style: solid;
6
6
  $conduction-tabs-tab-panel-border-top: 0;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 28 Sep 2023 14:18:01 GMT
3
+ * Generated on Thu, 28 Sep 2023 18:52:58 GMT
4
4
  */
5
5
 
6
6
  .xxllnc-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 28 Sep 2023 14:18:01 GMT
3
+ * Generated on Thu, 28 Sep 2023 18:52:58 GMT
4
4
  */
5
5
 
6
6
  export const xxllncColorPrimary = "#000000ad"; // Primary with 68% transparency
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 28 Sep 2023 14:18:01 GMT
3
+ // Generated on Thu, 28 Sep 2023 18:52:58 GMT
4
4
 
5
5
  @conduction-tabs-tab-list-border-bottom-style: solid;
6
6
  @conduction-tabs-tab-list-margin-block-end: 0px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 28 Sep 2023 14:18:01 GMT
3
+ // Generated on Thu, 28 Sep 2023 18:52:58 GMT
4
4
 
5
5
  $conduction-tabs-tab-list-border-bottom-style: solid;
6
6
  $conduction-tabs-tab-list-margin-block-end: 0px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conduction/theme",
3
- "version": "1.0.40",
3
+ "version": "1.0.41",
4
4
  "description": "Conduction's design tokens theme",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -18,7 +18,8 @@
18
18
  "build:noordwijk": "cd ./municipalities/noordwijk-design-tokens && npm run build",
19
19
  "build:noaberkracht": "cd ./municipalities/noaberkracht-design-tokens && npm run build",
20
20
  "build:rotterdam": "cd ./municipalities/rotterdam-design-tokens && npm run build-all",
21
- "build:open-webconcept": "cd ./municipalities/open-webconcept-design-tokens && npm run build"
21
+ "build:open-webconcept": "cd ./municipalities/open-webconcept-design-tokens && npm run build",
22
+ "build:dimpact": "cd ./municipalities/dimpact-design-tokens && npm run build"
22
23
  },
23
24
  "dependencies": { "@nl-design-system-unstable/rotterdam-design-tokens": "^1.0.0-alpha.100" },
24
25
  "author": "",