@utrecht/form-toggle-css 1.4.0 → 1.5.1
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 +12 -0
- package/dist/tokens.mjs +4 -4
- package/package.json +3 -3
- package/src/tokens.json +4 -4
- /package/dist/{index.mjs.d.ts → index.d.mts} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @utrecht/form-toggle-css
|
|
2
2
|
|
|
3
|
+
## 1.5.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e20f33c: Provide `.d.mts` file for `.mjs` files in CSS components.
|
|
8
|
+
|
|
9
|
+
## 1.5.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- b5deff8: Fixed metadata for Form toggle tokens.
|
|
14
|
+
|
|
3
15
|
## 1.4.0
|
|
4
16
|
|
|
5
17
|
### 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":
|
|
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":
|
|
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":
|
|
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":
|
|
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.
|
|
2
|
+
"version": "1.5.1",
|
|
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",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
],
|
|
13
13
|
"main": "dist/index.css",
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@utrecht/focus-ring-css": "2.3.
|
|
16
|
-
"@utrecht/build-utils-css": "0.0.
|
|
15
|
+
"@utrecht/focus-ring-css": "2.3.1",
|
|
16
|
+
"@utrecht/build-utils-css": "0.0.3"
|
|
17
17
|
},
|
|
18
18
|
"keywords": [
|
|
19
19
|
"nl-design-system"
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
120
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
121
121
|
},
|
|
122
122
|
"type": "spacing"
|
|
123
123
|
},
|
|
File without changes
|