@utrecht/form-fieldset-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 +10 -3
- package/src/tokens.json +61 -31
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# @utrecht/form-fieldset-css
|
|
2
|
+
|
|
3
|
+
## 1.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- dae106c: Added metadata for form-fieldset 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,16 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.2.0",
|
|
3
3
|
"author": "Community for NL Design System",
|
|
4
4
|
"description": "Form fieldset component for the Municipality of Utrecht based on the NL Design System architecture",
|
|
5
5
|
"license": "EUPL-1.2",
|
|
6
6
|
"name": "@utrecht/form-fieldset-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": "
|
|
15
|
+
"rollup": "4.18.0"
|
|
14
16
|
},
|
|
15
17
|
"keywords": [
|
|
16
18
|
"nl-design-system"
|
|
@@ -18,6 +20,11 @@
|
|
|
18
20
|
"publishConfig": {
|
|
19
21
|
"access": "public"
|
|
20
22
|
},
|
|
23
|
+
"repository": {
|
|
24
|
+
"type": "git+ssh",
|
|
25
|
+
"url": "git@github.com:nl-design-system/utrecht.git",
|
|
26
|
+
"directory": "components/form-fieldset"
|
|
27
|
+
},
|
|
21
28
|
"scripts": {
|
|
22
29
|
"build": "rollup -c ../rollup.config.mjs",
|
|
23
30
|
"clean": "rimraf dist"
|
package/src/tokens.json
CHANGED
|
@@ -6,16 +6,20 @@
|
|
|
6
6
|
"nl.nldesignsystem.css.property": {
|
|
7
7
|
"syntax": "<length>",
|
|
8
8
|
"inherits": true
|
|
9
|
-
}
|
|
10
|
-
|
|
9
|
+
},
|
|
10
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
11
|
+
},
|
|
12
|
+
"type": "spacing"
|
|
11
13
|
},
|
|
12
14
|
"margin-block-start": {
|
|
13
15
|
"$extensions": {
|
|
14
16
|
"nl.nldesignsystem.css.property": {
|
|
15
17
|
"syntax": "<length>",
|
|
16
18
|
"inherits": true
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
+
},
|
|
20
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
21
|
+
},
|
|
22
|
+
"type": "spacing"
|
|
19
23
|
},
|
|
20
24
|
"invalid": {
|
|
21
25
|
"border-inline-start-color": {
|
|
@@ -24,8 +28,10 @@
|
|
|
24
28
|
"nl.nldesignsystem.css.property": {
|
|
25
29
|
"syntax": "<color>",
|
|
26
30
|
"inherits": true
|
|
27
|
-
}
|
|
28
|
-
|
|
31
|
+
},
|
|
32
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
33
|
+
},
|
|
34
|
+
"type": "color"
|
|
29
35
|
}
|
|
30
36
|
},
|
|
31
37
|
"border-inline-start-width": {
|
|
@@ -33,16 +39,20 @@
|
|
|
33
39
|
"nl.nldesignsystem.css.property": {
|
|
34
40
|
"syntax": "<length>",
|
|
35
41
|
"inherits": true
|
|
36
|
-
}
|
|
37
|
-
|
|
42
|
+
},
|
|
43
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
44
|
+
},
|
|
45
|
+
"type": "borderWidth"
|
|
38
46
|
},
|
|
39
47
|
"padding-inline-start": {
|
|
40
48
|
"$extensions": {
|
|
41
49
|
"nl.nldesignsystem.css.property": {
|
|
42
50
|
"syntax": "<length>",
|
|
43
51
|
"inherits": true
|
|
44
|
-
}
|
|
45
|
-
|
|
52
|
+
},
|
|
53
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
54
|
+
},
|
|
55
|
+
"type": "spacing"
|
|
46
56
|
}
|
|
47
57
|
},
|
|
48
58
|
"section": {
|
|
@@ -51,16 +61,20 @@
|
|
|
51
61
|
"nl.nldesignsystem.css.property": {
|
|
52
62
|
"syntax": "<color>",
|
|
53
63
|
"inherits": true
|
|
54
|
-
}
|
|
55
|
-
|
|
64
|
+
},
|
|
65
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
66
|
+
},
|
|
67
|
+
"type": "color"
|
|
56
68
|
},
|
|
57
69
|
"color": {
|
|
58
70
|
"$extensions": {
|
|
59
71
|
"nl.nldesignsystem.css.property": {
|
|
60
72
|
"syntax": "<color>",
|
|
61
73
|
"inherits": true
|
|
62
|
-
}
|
|
63
|
-
|
|
74
|
+
},
|
|
75
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
76
|
+
},
|
|
77
|
+
"type": "color"
|
|
64
78
|
}
|
|
65
79
|
},
|
|
66
80
|
"legend": {
|
|
@@ -69,56 +83,70 @@
|
|
|
69
83
|
"nl.nldesignsystem.css.property": {
|
|
70
84
|
"syntax": "<color>",
|
|
71
85
|
"inherits": true
|
|
72
|
-
}
|
|
73
|
-
|
|
86
|
+
},
|
|
87
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
88
|
+
},
|
|
89
|
+
"type": "color"
|
|
74
90
|
},
|
|
75
91
|
"font-family": {
|
|
76
92
|
"$extensions": {
|
|
77
93
|
"nl.nldesignsystem.css.property": {
|
|
78
94
|
"syntax": "*",
|
|
79
95
|
"inherits": true
|
|
80
|
-
}
|
|
81
|
-
|
|
96
|
+
},
|
|
97
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
98
|
+
},
|
|
99
|
+
"type": "fontFamilies"
|
|
82
100
|
},
|
|
83
101
|
"font-size": {
|
|
84
102
|
"$extensions": {
|
|
85
103
|
"nl.nldesignsystem.css.property": {
|
|
86
104
|
"syntax": "<length>",
|
|
87
105
|
"inherits": true
|
|
88
|
-
}
|
|
89
|
-
|
|
106
|
+
},
|
|
107
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
108
|
+
},
|
|
109
|
+
"type": "fontSizes"
|
|
90
110
|
},
|
|
91
111
|
"font-weight": {
|
|
92
112
|
"$extensions": {
|
|
93
113
|
"nl.nldesignsystem.css.property": {
|
|
94
114
|
"syntax": "<number>",
|
|
95
115
|
"inherits": true
|
|
96
|
-
}
|
|
97
|
-
|
|
116
|
+
},
|
|
117
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
118
|
+
},
|
|
119
|
+
"type": "fontWeights"
|
|
98
120
|
},
|
|
99
121
|
"line-height": {
|
|
100
122
|
"$extensions": {
|
|
101
123
|
"nl.nldesignsystem.css.property": {
|
|
102
|
-
"syntax": "<length>",
|
|
124
|
+
"syntax": "<length> | <number>",
|
|
103
125
|
"inherits": true
|
|
104
|
-
}
|
|
105
|
-
|
|
126
|
+
},
|
|
127
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
128
|
+
},
|
|
129
|
+
"type": "lineHeights"
|
|
106
130
|
},
|
|
107
131
|
"margin-block-end": {
|
|
108
132
|
"$extensions": {
|
|
109
133
|
"nl.nldesignsystem.css.property": {
|
|
110
134
|
"syntax": "<length>",
|
|
111
135
|
"inherits": true
|
|
112
|
-
}
|
|
113
|
-
|
|
136
|
+
},
|
|
137
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
138
|
+
},
|
|
139
|
+
"type": "spacing"
|
|
114
140
|
},
|
|
115
141
|
"margin-block-start": {
|
|
116
142
|
"$extensions": {
|
|
117
143
|
"nl.nldesignsystem.css.property": {
|
|
118
144
|
"syntax": "<length>",
|
|
119
145
|
"inherits": true
|
|
120
|
-
}
|
|
121
|
-
|
|
146
|
+
},
|
|
147
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
148
|
+
},
|
|
149
|
+
"type": "spacing"
|
|
122
150
|
},
|
|
123
151
|
"disabled": {
|
|
124
152
|
"color": {
|
|
@@ -126,8 +154,10 @@
|
|
|
126
154
|
"nl.nldesignsystem.css.property": {
|
|
127
155
|
"syntax": "<color>",
|
|
128
156
|
"inherits": true
|
|
129
|
-
}
|
|
130
|
-
|
|
157
|
+
},
|
|
158
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
159
|
+
},
|
|
160
|
+
"type": "color"
|
|
131
161
|
}
|
|
132
162
|
}
|
|
133
163
|
}
|