@gemeentenijmegen/design-tokens 0.1.1 → 0.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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,8 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## 0.1.2 (2026-03-31)
7
+
8
+ **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 12:20:15 GMT
3
+ // Generated on Tue, 31 Mar 2026 13:08:42 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 12:20:15 GMT
3
+ * Generated on Tue, 31 Mar 2026 13:08:42 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 12:20:15 GMT
3
+ * Generated on Tue, 31 Mar 2026 13:08:42 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 12:20:14 GMT
3
+ * Generated on Tue, 31 Mar 2026 13:08:41 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 12:20:15 GMT
3
+ * Generated on Tue, 31 Mar 2026 13:08:41 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 12:20:15 GMT
3
+ * Generated on Tue, 31 Mar 2026 13:08:42 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 12:20:14 GMT
3
+ * Generated on Tue, 31 Mar 2026 13:08:41 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 12:20:15 GMT
3
+ // Generated on Tue, 31 Mar 2026 13:08:42 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.1",
2
+ "version": "0.1.2",
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": "73ac00419431f8fc9e3dd1841b58ed9490e07083"
32
+ "gitHead": "f9b90eadbae326c1bac59157e0f6602e02b2e441"
33
33
  }