@spectrum-web-components/infield-button 0.49.0-beta.2 → 0.49.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,119 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "readme": "",
4
+ "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "sp-infield-button.js",
8
+ "declarations": [],
9
+ "exports": [
10
+ {
11
+ "kind": "custom-element-definition",
12
+ "name": "sp-infield-button",
13
+ "declaration": {
14
+ "name": "InfieldButton",
15
+ "module": "/src/InfieldButton.js"
16
+ }
17
+ }
18
+ ]
19
+ },
20
+ {
21
+ "kind": "javascript-module",
22
+ "path": "src/InfieldButton.js",
23
+ "declarations": [
24
+ {
25
+ "kind": "class",
26
+ "description": "",
27
+ "name": "InfieldButton",
28
+ "members": [
29
+ {
30
+ "kind": "field",
31
+ "name": "block",
32
+ "type": {
33
+ "text": "'start' | 'end'"
34
+ },
35
+ "description": "Whether to style the button as if it is at the start or end of a vertical stack",
36
+ "attribute": "block"
37
+ },
38
+ {
39
+ "kind": "field",
40
+ "name": "inline",
41
+ "type": {
42
+ "text": "'start' | 'end'"
43
+ },
44
+ "description": "Whether to style the button as if it is at the start or end of a horizontal group",
45
+ "attribute": "inline"
46
+ },
47
+ {
48
+ "kind": "field",
49
+ "name": "quiet",
50
+ "type": {
51
+ "text": "boolean"
52
+ },
53
+ "default": "false",
54
+ "attribute": "quiet",
55
+ "reflects": true
56
+ },
57
+ {
58
+ "kind": "field",
59
+ "name": "buttonContent",
60
+ "type": {
61
+ "text": "TemplateResult[]"
62
+ },
63
+ "privacy": "protected",
64
+ "readonly": true
65
+ }
66
+ ],
67
+ "attributes": [
68
+ {
69
+ "name": "block",
70
+ "type": {
71
+ "text": "'start' | 'end'"
72
+ },
73
+ "description": "Whether to style the button as if it is at the start or end of a vertical stack",
74
+ "fieldName": "block"
75
+ },
76
+ {
77
+ "name": "inline",
78
+ "type": {
79
+ "text": "'start' | 'end'"
80
+ },
81
+ "description": "Whether to style the button as if it is at the start or end of a horizontal group",
82
+ "fieldName": "inline"
83
+ },
84
+ {
85
+ "name": "quiet",
86
+ "type": {
87
+ "text": "boolean"
88
+ },
89
+ "default": "false",
90
+ "fieldName": "quiet"
91
+ }
92
+ ],
93
+ "mixins": [
94
+ {
95
+ "name": "SizedMixin",
96
+ "package": "@spectrum-web-components/base"
97
+ }
98
+ ],
99
+ "superclass": {
100
+ "name": "ButtonBase",
101
+ "package": "@spectrum-web-components/button/src/ButtonBase.js"
102
+ },
103
+ "tagName": "sp-infield-button",
104
+ "customElement": true
105
+ }
106
+ ],
107
+ "exports": [
108
+ {
109
+ "kind": "js",
110
+ "name": "InfieldButton",
111
+ "declaration": {
112
+ "name": "InfieldButton",
113
+ "module": "src/InfieldButton.js"
114
+ }
115
+ }
116
+ ]
117
+ }
118
+ ]
119
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/infield-button",
3
- "version": "0.49.0-beta.2",
3
+ "version": "0.49.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -57,8 +57,8 @@
57
57
  "lit-html"
58
58
  ],
59
59
  "dependencies": {
60
- "@spectrum-web-components/base": "^0.49.0-beta.2",
61
- "@spectrum-web-components/button": "^0.49.0-beta.2"
60
+ "@spectrum-web-components/base": "^0.49.0",
61
+ "@spectrum-web-components/button": "^0.49.0"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@spectrum-css/infieldbutton": "^5.1.0"
@@ -70,5 +70,5 @@
70
70
  "./**/*.dev.js",
71
71
  "./**/*.dev.js"
72
72
  ],
73
- "gitHead": "2a8752a182e31dfd71c010b72bece20b0b5d1c9e"
73
+ "gitHead": "088e84caa1e2f723d735b011608ca0a3411e2149"
74
74
  }