@adobe/spectrum-component-api-schemas 3.0.0 → 4.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.
@@ -15,7 +15,10 @@
15
15
  "labelPosition": {
16
16
  "type": "string",
17
17
  "default": "top",
18
- "enum": ["top", "side"]
18
+ "enum": [
19
+ "top",
20
+ "side"
21
+ ]
19
22
  },
20
23
  "hideLabel": {
21
24
  "type": "boolean",
@@ -30,12 +33,20 @@
30
33
  },
31
34
  "size": {
32
35
  "type": "string",
33
- "enum": ["s", "m", "l", "xl"],
36
+ "enum": [
37
+ "s",
38
+ "m",
39
+ "l",
40
+ "xl"
41
+ ],
34
42
  "default": "m"
35
43
  },
36
44
  "necessityIndicator": {
37
45
  "type": "string",
38
- "enum": ["text", "icon"],
46
+ "enum": [
47
+ "text",
48
+ "icon"
49
+ ],
39
50
  "default": "icon"
40
51
  },
41
52
  "isRequired": {
@@ -53,7 +64,7 @@
53
64
  "isError": {
54
65
  "type": "boolean",
55
66
  "default": false,
56
- "description": "If there’s an error, this property overrides show valid icon."
67
+ "description": "If there is an error, this property overrides show valid icon."
57
68
  },
58
69
  "isDisabled": {
59
70
  "type": "boolean",
@@ -18,7 +18,7 @@
18
18
  "type": "boolean",
19
19
  "default": false
20
20
  },
21
- "emphasized": {
21
+ "isEmphasized": {
22
22
  "type": "boolean",
23
23
  "default": false
24
24
  },