@utrecht/digid-button-css 1.4.1 → 2.0.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 +12 -0
- package/dist/tokens.mjs +3 -6
- package/package.json +2 -2
- package/src/tokens.json +3 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @utrecht/digid-button-css
|
|
2
2
|
|
|
3
|
+
## 2.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- eabbf23: Publish `tokens.json` in DTCG format: `$value` instead of `value`, standard `$type`, etcetera.
|
|
8
|
+
|
|
9
|
+
## 1.4.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 9b3cb1e: Release with npm provenance.
|
|
14
|
+
|
|
3
15
|
## 1.4.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/tokens.mjs
CHANGED
|
@@ -3,13 +3,10 @@ export default {
|
|
|
3
3
|
"digid-button": {
|
|
4
4
|
"block-size": {
|
|
5
5
|
"$extensions": {
|
|
6
|
-
"nl.nldesignsystem.css
|
|
7
|
-
|
|
8
|
-
"inherits": true
|
|
9
|
-
},
|
|
10
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
6
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
7
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
11
8
|
},
|
|
12
|
-
"type": "
|
|
9
|
+
"$type": "dimension"
|
|
13
10
|
}
|
|
14
11
|
}
|
|
15
12
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "2.0.0",
|
|
3
3
|
"author": "Community for NL Design System",
|
|
4
4
|
"description": "DigiD button component for the Municipality of Utrecht based on the NL Design System architecture",
|
|
5
5
|
"license": "EUPL-1.2",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
],
|
|
13
13
|
"main": "dist/index.css",
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@utrecht/build-utils-css": "0.0.
|
|
15
|
+
"@utrecht/build-utils-css": "0.0.4"
|
|
16
16
|
},
|
|
17
17
|
"keywords": [
|
|
18
18
|
"nl-design-system"
|
package/src/tokens.json
CHANGED
|
@@ -3,13 +3,10 @@
|
|
|
3
3
|
"digid-button": {
|
|
4
4
|
"block-size": {
|
|
5
5
|
"$extensions": {
|
|
6
|
-
"nl.nldesignsystem.css
|
|
7
|
-
|
|
8
|
-
"inherits": true
|
|
9
|
-
},
|
|
10
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
6
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
7
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
11
8
|
},
|
|
12
|
-
"type": "
|
|
9
|
+
"$type": "dimension"
|
|
13
10
|
}
|
|
14
11
|
}
|
|
15
12
|
}
|