@utrecht/form-field-css 1.0.0 → 1.1.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.
@@ -0,0 +1,68 @@
1
+ {
2
+ "utrecht": {
3
+ "form-field": {
4
+ "margin-block-start": {
5
+ "$extensions": {
6
+ "nl.nldesignsystem.css.property": {
7
+ "syntax": "<length>",
8
+ "inherits": true
9
+ }
10
+ }
11
+ },
12
+ "margin-block-end": {
13
+ "$extensions": {
14
+ "nl.nldesignsystem.css.property": {
15
+ "syntax": "<length>",
16
+ "inherits": true
17
+ }
18
+ }
19
+ },
20
+ "max-inline-size": {
21
+ "$extensions": {
22
+ "nl.nldesignsystem.css.property": {
23
+ "syntax": "<length>",
24
+ "inherits": true
25
+ }
26
+ }
27
+ },
28
+ "invalid": {
29
+ "border-inline-start-color": {
30
+ "color": {
31
+ "$extensions": {
32
+ "nl.nldesignsystem.css.property": {
33
+ "syntax": "<color>",
34
+ "inherits": true
35
+ }
36
+ }
37
+ }
38
+ },
39
+ "border-inline-start-width": {
40
+ "$extensions": {
41
+ "nl.nldesignsystem.css.property": {
42
+ "syntax": "<length>",
43
+ "inherits": true
44
+ }
45
+ }
46
+ },
47
+ "padding-inline-start": {
48
+ "$extensions": {
49
+ "nl.nldesignsystem.css.property": {
50
+ "syntax": "<length>",
51
+ "inherits": true
52
+ }
53
+ }
54
+ }
55
+ },
56
+ "label": {
57
+ "margin-block-end": {
58
+ "$extensions": {
59
+ "nl.nldesignsystem.css.property": {
60
+ "syntax": "<length>",
61
+ "inherits": true
62
+ }
63
+ }
64
+ }
65
+ }
66
+ }
67
+ }
68
+ }