@utrecht/form-toggle-css 1.4.0 → 1.5.0

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
@@ -1,5 +1,11 @@
1
1
  # @utrecht/form-toggle-css
2
2
 
3
+ ## 1.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - b5deff8: Fixed metadata for Form toggle tokens.
8
+
3
9
  ## 1.4.0
4
10
 
5
11
  ### Minor Changes
package/dist/tokens.mjs CHANGED
@@ -87,7 +87,7 @@ export default {
87
87
  "syntax": "<length>",
88
88
  "inherits": true
89
89
  },
90
- "nl.nldesignsystem.figma.supports-token": true
90
+ "nl.nldesignsystem.figma.supports-token": false
91
91
  },
92
92
  "type": "spacing"
93
93
  },
@@ -97,7 +97,7 @@ export default {
97
97
  "syntax": "<length>",
98
98
  "inherits": true
99
99
  },
100
- "nl.nldesignsystem.figma.supports-token": true
100
+ "nl.nldesignsystem.figma.supports-token": false
101
101
  },
102
102
  "type": "spacing"
103
103
  },
@@ -107,7 +107,7 @@ export default {
107
107
  "syntax": "<length>",
108
108
  "inherits": true
109
109
  },
110
- "nl.nldesignsystem.figma.supports-token": true
110
+ "nl.nldesignsystem.figma.supports-token": false
111
111
  },
112
112
  "type": "spacing"
113
113
  },
@@ -117,7 +117,7 @@ export default {
117
117
  "syntax": "<length>",
118
118
  "inherits": true
119
119
  },
120
- "nl.nldesignsystem.figma.supports-token": true
120
+ "nl.nldesignsystem.figma.supports-token": false
121
121
  },
122
122
  "type": "spacing"
123
123
  },
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.4.0",
2
+ "version": "1.5.0",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Form toggle component for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "EUPL-1.2",
package/src/tokens.json CHANGED
@@ -87,7 +87,7 @@
87
87
  "syntax": "<length>",
88
88
  "inherits": true
89
89
  },
90
- "nl.nldesignsystem.figma.supports-token": true
90
+ "nl.nldesignsystem.figma.supports-token": false
91
91
  },
92
92
  "type": "spacing"
93
93
  },
@@ -97,7 +97,7 @@
97
97
  "syntax": "<length>",
98
98
  "inherits": true
99
99
  },
100
- "nl.nldesignsystem.figma.supports-token": true
100
+ "nl.nldesignsystem.figma.supports-token": false
101
101
  },
102
102
  "type": "spacing"
103
103
  },
@@ -107,7 +107,7 @@
107
107
  "syntax": "<length>",
108
108
  "inherits": true
109
109
  },
110
- "nl.nldesignsystem.figma.supports-token": true
110
+ "nl.nldesignsystem.figma.supports-token": false
111
111
  },
112
112
  "type": "spacing"
113
113
  },
@@ -117,7 +117,7 @@
117
117
  "syntax": "<length>",
118
118
  "inherits": true
119
119
  },
120
- "nl.nldesignsystem.figma.supports-token": true
120
+ "nl.nldesignsystem.figma.supports-token": false
121
121
  },
122
122
  "type": "spacing"
123
123
  },