@utrecht/form-field-description-css 2.0.1 → 3.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 +6 -0
- package/dist/tokens.mjs +34 -64
- package/package.json +1 -1
- package/src/tokens.json +30 -60
package/CHANGELOG.md
CHANGED
package/dist/tokens.mjs
CHANGED
|
@@ -3,114 +3,84 @@ export default {
|
|
|
3
3
|
"form-field-description": {
|
|
4
4
|
"color": {
|
|
5
5
|
"$extensions": {
|
|
6
|
-
"nl.nldesignsystem.css
|
|
7
|
-
|
|
8
|
-
"inherits": true
|
|
9
|
-
},
|
|
10
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
6
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
7
|
+
"nl.nldesignsystem.figma-implementation": true
|
|
11
8
|
},
|
|
12
|
-
"type": "color"
|
|
9
|
+
"$type": "color"
|
|
13
10
|
},
|
|
14
11
|
"font-family": {
|
|
15
12
|
"$extensions": {
|
|
16
|
-
"nl.nldesignsystem.css
|
|
17
|
-
|
|
18
|
-
"inherits": true
|
|
19
|
-
},
|
|
20
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
13
|
+
"nl.nldesignsystem.css-property-syntax": "*",
|
|
14
|
+
"nl.nldesignsystem.figma-implementation": true
|
|
21
15
|
},
|
|
22
|
-
"type": "
|
|
16
|
+
"$type": "fontFamily"
|
|
23
17
|
},
|
|
24
18
|
"font-size": {
|
|
25
19
|
"$extensions": {
|
|
26
|
-
"nl.nldesignsystem.css
|
|
27
|
-
|
|
28
|
-
"inherits": true
|
|
29
|
-
},
|
|
30
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
20
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
21
|
+
"nl.nldesignsystem.figma-implementation": true
|
|
31
22
|
},
|
|
32
|
-
"type": "
|
|
23
|
+
"$type": "dimension"
|
|
33
24
|
},
|
|
34
25
|
"font-style": {
|
|
35
26
|
"$extensions": {
|
|
36
|
-
"nl.nldesignsystem.css
|
|
37
|
-
"
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
"inherits": true
|
|
43
|
-
},
|
|
44
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
27
|
+
"nl.nldesignsystem.css-property-syntax": [
|
|
28
|
+
"inherit",
|
|
29
|
+
"italic",
|
|
30
|
+
"normal"
|
|
31
|
+
],
|
|
32
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
45
33
|
},
|
|
46
|
-
"type": "other"
|
|
34
|
+
"$type": "other"
|
|
47
35
|
},
|
|
48
36
|
"line-height": {
|
|
49
37
|
"$extensions": {
|
|
50
|
-
"nl.nldesignsystem.css
|
|
51
|
-
|
|
52
|
-
"inherits": true
|
|
53
|
-
},
|
|
54
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
38
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
39
|
+
"nl.nldesignsystem.figma-implementation": true
|
|
55
40
|
},
|
|
56
|
-
"type": "
|
|
41
|
+
"$type": "dimension"
|
|
57
42
|
},
|
|
58
43
|
"margin-block-start": {
|
|
59
44
|
"$extensions": {
|
|
60
|
-
"nl.nldesignsystem.css
|
|
61
|
-
|
|
62
|
-
"inherits": true
|
|
63
|
-
},
|
|
64
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
45
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
46
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
65
47
|
},
|
|
66
|
-
"type": "
|
|
48
|
+
"$type": "dimension"
|
|
67
49
|
},
|
|
68
50
|
"margin-block-end": {
|
|
69
51
|
"$extensions": {
|
|
70
|
-
"nl.nldesignsystem.css
|
|
71
|
-
|
|
72
|
-
"inherits": true
|
|
73
|
-
},
|
|
74
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
52
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
53
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
75
54
|
},
|
|
76
|
-
"type": "
|
|
55
|
+
"$type": "dimension"
|
|
77
56
|
},
|
|
78
57
|
"invalid": {
|
|
79
58
|
"font-weight": {
|
|
80
59
|
"$extensions": {
|
|
81
|
-
"nl.nldesignsystem.css
|
|
82
|
-
"syntax": "<number>",
|
|
83
|
-
"inherits": true
|
|
84
|
-
},
|
|
60
|
+
"nl.nldesignsystem.css-property-syntax": "<number>",
|
|
85
61
|
"nl.nldesignsystem.deprecated": true,
|
|
86
62
|
"nl.nldesignsystem.redirect": "utrecht.form-field-error-message.font-weight",
|
|
87
|
-
"nl.nldesignsystem.figma
|
|
63
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
88
64
|
},
|
|
89
|
-
"type": "
|
|
65
|
+
"$type": "fontWeight"
|
|
90
66
|
},
|
|
91
67
|
"color": {
|
|
92
68
|
"$extensions": {
|
|
93
|
-
"nl.nldesignsystem.css
|
|
94
|
-
"syntax": "<color>",
|
|
95
|
-
"inherits": true
|
|
96
|
-
},
|
|
69
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
97
70
|
"nl.nldesignsystem.deprecated": true,
|
|
98
71
|
"nl.nldesignsystem.redirect": "utrecht.form-field-error-message.color",
|
|
99
|
-
"nl.nldesignsystem.figma
|
|
72
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
100
73
|
},
|
|
101
|
-
"type": "color"
|
|
74
|
+
"$type": "color"
|
|
102
75
|
}
|
|
103
76
|
},
|
|
104
77
|
"valid": {
|
|
105
78
|
"color": {
|
|
106
79
|
"$extensions": {
|
|
107
|
-
"nl.nldesignsystem.css
|
|
108
|
-
|
|
109
|
-
"inherits": true
|
|
110
|
-
},
|
|
111
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
80
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
81
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
112
82
|
},
|
|
113
|
-
"type": "color"
|
|
83
|
+
"$type": "color"
|
|
114
84
|
}
|
|
115
85
|
}
|
|
116
86
|
}
|
package/package.json
CHANGED
package/src/tokens.json
CHANGED
|
@@ -3,110 +3,80 @@
|
|
|
3
3
|
"form-field-description": {
|
|
4
4
|
"color": {
|
|
5
5
|
"$extensions": {
|
|
6
|
-
"nl.nldesignsystem.css
|
|
7
|
-
|
|
8
|
-
"inherits": true
|
|
9
|
-
},
|
|
10
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
6
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
7
|
+
"nl.nldesignsystem.figma-implementation": true
|
|
11
8
|
},
|
|
12
|
-
"type": "color"
|
|
9
|
+
"$type": "color"
|
|
13
10
|
},
|
|
14
11
|
"font-family": {
|
|
15
12
|
"$extensions": {
|
|
16
|
-
"nl.nldesignsystem.css
|
|
17
|
-
|
|
18
|
-
"inherits": true
|
|
19
|
-
},
|
|
20
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
13
|
+
"nl.nldesignsystem.css-property-syntax": "*",
|
|
14
|
+
"nl.nldesignsystem.figma-implementation": true
|
|
21
15
|
},
|
|
22
|
-
"type": "
|
|
16
|
+
"$type": "fontFamily"
|
|
23
17
|
},
|
|
24
18
|
"font-size": {
|
|
25
19
|
"$extensions": {
|
|
26
|
-
"nl.nldesignsystem.css
|
|
27
|
-
|
|
28
|
-
"inherits": true
|
|
29
|
-
},
|
|
30
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
20
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
21
|
+
"nl.nldesignsystem.figma-implementation": true
|
|
31
22
|
},
|
|
32
|
-
"type": "
|
|
23
|
+
"$type": "dimension"
|
|
33
24
|
},
|
|
34
25
|
"font-style": {
|
|
35
26
|
"$extensions": {
|
|
36
|
-
"nl.nldesignsystem.css
|
|
37
|
-
|
|
38
|
-
"inherits": true
|
|
39
|
-
},
|
|
40
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
27
|
+
"nl.nldesignsystem.css-property-syntax": ["inherit", "italic", "normal"],
|
|
28
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
41
29
|
},
|
|
42
|
-
"type": "other"
|
|
30
|
+
"$type": "other"
|
|
43
31
|
},
|
|
44
32
|
"line-height": {
|
|
45
33
|
"$extensions": {
|
|
46
|
-
"nl.nldesignsystem.css
|
|
47
|
-
|
|
48
|
-
"inherits": true
|
|
49
|
-
},
|
|
50
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
34
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
35
|
+
"nl.nldesignsystem.figma-implementation": true
|
|
51
36
|
},
|
|
52
|
-
"type": "
|
|
37
|
+
"$type": "dimension"
|
|
53
38
|
},
|
|
54
39
|
"margin-block-start": {
|
|
55
40
|
"$extensions": {
|
|
56
|
-
"nl.nldesignsystem.css
|
|
57
|
-
|
|
58
|
-
"inherits": true
|
|
59
|
-
},
|
|
60
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
41
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
42
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
61
43
|
},
|
|
62
|
-
"type": "
|
|
44
|
+
"$type": "dimension"
|
|
63
45
|
},
|
|
64
46
|
"margin-block-end": {
|
|
65
47
|
"$extensions": {
|
|
66
|
-
"nl.nldesignsystem.css
|
|
67
|
-
|
|
68
|
-
"inherits": true
|
|
69
|
-
},
|
|
70
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
48
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
49
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
71
50
|
},
|
|
72
|
-
"type": "
|
|
51
|
+
"$type": "dimension"
|
|
73
52
|
},
|
|
74
53
|
"invalid": {
|
|
75
54
|
"font-weight": {
|
|
76
55
|
"$extensions": {
|
|
77
|
-
"nl.nldesignsystem.css
|
|
78
|
-
"syntax": "<number>",
|
|
79
|
-
"inherits": true
|
|
80
|
-
},
|
|
56
|
+
"nl.nldesignsystem.css-property-syntax": "<number>",
|
|
81
57
|
"nl.nldesignsystem.deprecated": true,
|
|
82
58
|
"nl.nldesignsystem.redirect": "utrecht.form-field-error-message.font-weight",
|
|
83
|
-
"nl.nldesignsystem.figma
|
|
59
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
84
60
|
},
|
|
85
|
-
"type": "
|
|
61
|
+
"$type": "fontWeight"
|
|
86
62
|
},
|
|
87
63
|
"color": {
|
|
88
64
|
"$extensions": {
|
|
89
|
-
"nl.nldesignsystem.css
|
|
90
|
-
"syntax": "<color>",
|
|
91
|
-
"inherits": true
|
|
92
|
-
},
|
|
65
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
93
66
|
"nl.nldesignsystem.deprecated": true,
|
|
94
67
|
"nl.nldesignsystem.redirect": "utrecht.form-field-error-message.color",
|
|
95
|
-
"nl.nldesignsystem.figma
|
|
68
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
96
69
|
},
|
|
97
|
-
"type": "color"
|
|
70
|
+
"$type": "color"
|
|
98
71
|
}
|
|
99
72
|
},
|
|
100
73
|
"valid": {
|
|
101
74
|
"color": {
|
|
102
75
|
"$extensions": {
|
|
103
|
-
"nl.nldesignsystem.css
|
|
104
|
-
|
|
105
|
-
"inherits": true
|
|
106
|
-
},
|
|
107
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
76
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
77
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
108
78
|
},
|
|
109
|
-
"type": "color"
|
|
79
|
+
"$type": "color"
|
|
110
80
|
}
|
|
111
81
|
}
|
|
112
82
|
}
|