@utrecht/form-field-description-css 1.2.0 → 1.3.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 +25 -0
- package/package.json +4 -2
- package/src/tokens.json +11 -6
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# @utrecht/form-field-description-css
|
|
2
|
+
|
|
3
|
+
## 1.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 5ab0a68: Added metadata for form-field-description tokens.
|
|
8
|
+
|
|
9
|
+
## 1.2.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 76473a7: Add `line-height` token to Form Field Description.
|
|
14
|
+
|
|
15
|
+
## 1.1.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- 62f1157: Add SCSS files to `src/` directory of CSS component packages.
|
|
20
|
+
|
|
21
|
+
## 1.0.0
|
|
22
|
+
|
|
23
|
+
### Major Changes
|
|
24
|
+
|
|
25
|
+
- 856d996: Switch from alpha releases to semantic versioning.
|
package/package.json
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.3.0",
|
|
3
3
|
"author": "Community for NL Design System",
|
|
4
4
|
"description": "Form field description component for the Municipality of Utrecht based on the NL Design System architecture",
|
|
5
5
|
"license": "EUPL-1.2",
|
|
6
6
|
"name": "@utrecht/form-field-description-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": {
|
package/src/tokens.json
CHANGED
|
@@ -34,11 +34,12 @@
|
|
|
34
34
|
"font-style": {
|
|
35
35
|
"$extensions": {
|
|
36
36
|
"nl.nldesignsystem.css.property": {
|
|
37
|
-
"syntax": "italic",
|
|
37
|
+
"syntax": ["inherit", "italic", "normal"],
|
|
38
38
|
"inherits": true
|
|
39
39
|
},
|
|
40
40
|
"nl.nldesignsystem.figma.supports-token": false
|
|
41
|
-
}
|
|
41
|
+
},
|
|
42
|
+
"type": "other"
|
|
42
43
|
},
|
|
43
44
|
"line-height": {
|
|
44
45
|
"$extensions": {
|
|
@@ -80,7 +81,8 @@
|
|
|
80
81
|
"nl.nldesignsystem.deprecated": true,
|
|
81
82
|
"nl.nldesignsystem.redirect": "utrecht.form-field-error-message.font-weight",
|
|
82
83
|
"nl.nldesignsystem.figma.supports-token": false
|
|
83
|
-
}
|
|
84
|
+
},
|
|
85
|
+
"type": "fontWeights"
|
|
84
86
|
},
|
|
85
87
|
"color": {
|
|
86
88
|
"$extensions": {
|
|
@@ -91,7 +93,8 @@
|
|
|
91
93
|
"nl.nldesignsystem.deprecated": true,
|
|
92
94
|
"nl.nldesignsystem.redirect": "utrecht.form-field-error-message.color",
|
|
93
95
|
"nl.nldesignsystem.figma.supports-token": false
|
|
94
|
-
}
|
|
96
|
+
},
|
|
97
|
+
"type": "color"
|
|
95
98
|
}
|
|
96
99
|
},
|
|
97
100
|
"valid": {
|
|
@@ -100,8 +103,10 @@
|
|
|
100
103
|
"nl.nldesignsystem.css.property": {
|
|
101
104
|
"syntax": "<color>",
|
|
102
105
|
"inherits": true
|
|
103
|
-
}
|
|
104
|
-
|
|
106
|
+
},
|
|
107
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
108
|
+
},
|
|
109
|
+
"type": "color"
|
|
105
110
|
}
|
|
106
111
|
}
|
|
107
112
|
}
|