@gemeentenijmegen/design-tokens 0.1.2 → 0.1.4

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 0.1.4 (2026-04-21)
7
+
8
+ **Note:** Version bump only for package @gemeentenijmegen/design-tokens
9
+
10
+ ## 0.1.3 (2026-04-21)
11
+
12
+ **Note:** Version bump only for package @gemeentenijmegen/design-tokens
13
+
6
14
  ## 0.1.2 (2026-03-31)
7
15
 
8
16
  **Note:** Version bump only for package @gemeentenijmegen/design-tokens
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 31 Mar 2026 13:08:42 GMT
3
+ // Generated on Tue, 21 Apr 2026 07:30:27 GMT
4
4
 
5
5
  $utrecht-accordion-section-border-width: 1px;
6
6
  $utrecht-accordion-section-border-color: #D4D4D4;
package/dist/index.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 31 Mar 2026 13:08:42 GMT
3
+ * Generated on Tue, 21 Apr 2026 07:30:27 GMT
4
4
  */
5
5
 
6
6
  .nijmegen-theme, .nijmegen-html {
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 31 Mar 2026 13:08:42 GMT
3
+ * Generated on Tue, 21 Apr 2026 07:30:27 GMT
4
4
  */
5
5
 
6
6
  export const utrechtAccordionSectionBorderWidth : string;
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 31 Mar 2026 13:08:41 GMT
3
+ * Generated on Tue, 21 Apr 2026 07:30:26 GMT
4
4
  */
5
5
 
6
6
  export const utrechtAccordionSectionBorderWidth = "1px";
package/dist/root.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 31 Mar 2026 13:08:41 GMT
3
+ * Generated on Tue, 21 Apr 2026 07:30:27 GMT
4
4
  */
5
5
 
6
6
  :root {
package/dist/tokens.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 31 Mar 2026 13:08:42 GMT
3
+ * Generated on Tue, 21 Apr 2026 07:30:27 GMT
4
4
  */
5
5
 
6
6
  export default tokens;
package/dist/tokens.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 31 Mar 2026 13:08:41 GMT
3
+ * Generated on Tue, 21 Apr 2026 07:30:26 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 31 Mar 2026 13:08:42 GMT
3
+ // Generated on Tue, 21 Apr 2026 07:30:27 GMT
4
4
 
5
5
  @utrecht-accordion-section-border-width: 1px;
6
6
  @utrecht-accordion-section-border-color: #D4D4D4;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.2",
2
+ "version": "0.1.4",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Design tokens for the Municipality of Nijmegen",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
@@ -29,5 +29,5 @@
29
29
  "rimraf": "5.0.5",
30
30
  "style-dictionary": "3.9.2"
31
31
  },
32
- "gitHead": "f9b90eadbae326c1bac59157e0f6602e02b2e441"
32
+ "gitHead": "1e0ed691239db0e7b6e3db5b8e999690918aaf6a"
33
33
  }