@utrecht/heading-3-css 1.1.0 → 1.2.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 +19 -0
- package/package.json +11 -4
- package/src/tokens.json +11 -6
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# @utrecht/heading-3-css
|
|
2
|
+
|
|
3
|
+
## 1.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- c022510: Added metadata for heading 1 to 6 tokens.
|
|
8
|
+
|
|
9
|
+
## 1.1.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 62f1157: Add SCSS files to `src/` directory of CSS component packages.
|
|
14
|
+
|
|
15
|
+
## 1.0.0
|
|
16
|
+
|
|
17
|
+
### Major Changes
|
|
18
|
+
|
|
19
|
+
- 856d996: Switch from alpha releases to semantic versioning.
|
package/package.json
CHANGED
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.2.0",
|
|
3
3
|
"author": "Community for NL Design System",
|
|
4
4
|
"description": "Heading 3 component for the Municipality of Utrecht based on the NL Design System architecture",
|
|
5
5
|
"license": "EUPL-1.2",
|
|
6
6
|
"name": "@utrecht/heading-3-css",
|
|
7
7
|
"files": [
|
|
8
8
|
"dist/",
|
|
9
|
-
"
|
|
9
|
+
"docs/",
|
|
10
|
+
"src/",
|
|
11
|
+
"*.md"
|
|
10
12
|
],
|
|
11
13
|
"main": "dist/index.css",
|
|
12
14
|
"devDependencies": {
|
|
13
|
-
"rollup": "
|
|
14
|
-
"@utrecht/heading-css": "1.
|
|
15
|
+
"rollup": "4.18.0",
|
|
16
|
+
"@utrecht/heading-css": "1.2.0"
|
|
15
17
|
},
|
|
16
18
|
"keywords": [
|
|
17
19
|
"nl-design-system"
|
|
@@ -19,6 +21,11 @@
|
|
|
19
21
|
"publishConfig": {
|
|
20
22
|
"access": "public"
|
|
21
23
|
},
|
|
24
|
+
"repository": {
|
|
25
|
+
"type": "git+ssh",
|
|
26
|
+
"url": "git@github.com:nl-design-system/utrecht.git",
|
|
27
|
+
"directory": "components/heading-3"
|
|
28
|
+
},
|
|
22
29
|
"scripts": {
|
|
23
30
|
"build": "rollup -c ../rollup.config.mjs",
|
|
24
31
|
"clean": "rimraf dist"
|
package/src/tokens.json
CHANGED
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"syntax": "<color>",
|
|
8
8
|
"inherits": true
|
|
9
9
|
},
|
|
10
|
-
"nl.nldesignsystem.fallback": ["utrecht.heading.color", "utrecht.document.color"]
|
|
10
|
+
"nl.nldesignsystem.fallback": ["utrecht.heading.color", "utrecht.document.color"],
|
|
11
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
11
12
|
},
|
|
12
13
|
"type": "color"
|
|
13
14
|
},
|
|
@@ -17,7 +18,8 @@
|
|
|
17
18
|
"syntax": "*",
|
|
18
19
|
"inherits": true
|
|
19
20
|
},
|
|
20
|
-
"nl.nldesignsystem.fallback": ["utrecht.heading.font-family", "utrecht.document.font-family"]
|
|
21
|
+
"nl.nldesignsystem.fallback": ["utrecht.heading.font-family", "utrecht.document.font-family"],
|
|
22
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
21
23
|
},
|
|
22
24
|
"type": "fontFamilies"
|
|
23
25
|
},
|
|
@@ -26,7 +28,8 @@
|
|
|
26
28
|
"nl.nldesignsystem.css.property": {
|
|
27
29
|
"syntax": "<length>",
|
|
28
30
|
"inherits": true
|
|
29
|
-
}
|
|
31
|
+
},
|
|
32
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
30
33
|
},
|
|
31
34
|
"type": "fontSizes"
|
|
32
35
|
},
|
|
@@ -36,16 +39,18 @@
|
|
|
36
39
|
"syntax": "<number>",
|
|
37
40
|
"inherits": true
|
|
38
41
|
},
|
|
39
|
-
"nl.nldesignsystem.fallback": ["utrecht.heading.font-weight"]
|
|
42
|
+
"nl.nldesignsystem.fallback": ["utrecht.heading.font-weight"],
|
|
43
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
40
44
|
},
|
|
41
45
|
"type": "fontWeights"
|
|
42
46
|
},
|
|
43
47
|
"line-height": {
|
|
44
48
|
"$extensions": {
|
|
45
49
|
"nl.nldesignsystem.css.property": {
|
|
46
|
-
"syntax": "<length>",
|
|
50
|
+
"syntax": ["<length>", "<number>"],
|
|
47
51
|
"inherits": true
|
|
48
|
-
}
|
|
52
|
+
},
|
|
53
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
49
54
|
},
|
|
50
55
|
"type": "lineHeights"
|
|
51
56
|
},
|