@utrecht/digid-button-css 1.3.0 → 1.4.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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @utrecht/digid-button-css
2
2
 
3
+ ## 1.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - e20f33c: Provide `.d.mts` file for `.mjs` files in CSS components.
8
+
9
+ ## 1.4.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 725617a: Add `tokens.mjs` and `tokens.d.mts` files to CSS packages.
14
+
3
15
  ## 1.3.0
4
16
 
5
17
  ### Minor Changes
@@ -0,0 +1,4 @@
1
+
2
+ declare const tokens: any;
3
+
4
+ export default tokens;
@@ -0,0 +1,16 @@
1
+ export default {
2
+ "utrecht": {
3
+ "digid-button": {
4
+ "block-size": {
5
+ "$extensions": {
6
+ "nl.nldesignsystem.css.property": {
7
+ "syntax": "<length>",
8
+ "inherits": true
9
+ },
10
+ "nl.nldesignsystem.figma.supports-token": false
11
+ },
12
+ "type": "sizing"
13
+ }
14
+ }
15
+ }
16
+ };
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.3.0",
2
+ "version": "1.4.1",
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.1"
15
+ "@utrecht/build-utils-css": "0.0.3"
16
16
  },
17
17
  "keywords": [
18
18
  "nl-design-system"
File without changes