@spectrum-web-components/action-bar 0.31.1-react.3 → 0.32.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.
@@ -4,13 +4,22 @@
4
4
  "modules": [
5
5
  {
6
6
  "kind": "javascript-module",
7
- "path": "sp-action-bar.ts",
7
+ "path": "sp-action-bar.js",
8
8
  "declarations": [],
9
- "exports": []
9
+ "exports": [
10
+ {
11
+ "kind": "custom-element-definition",
12
+ "name": "sp-action-bar",
13
+ "declaration": {
14
+ "name": "ActionBar",
15
+ "module": "/src/ActionBar.js"
16
+ }
17
+ }
18
+ ]
10
19
  },
11
20
  {
12
21
  "kind": "javascript-module",
13
- "path": "src/ActionBar.ts",
22
+ "path": "src/ActionBar.js",
14
23
  "declarations": [
15
24
  {
16
25
  "kind": "variable",
@@ -148,7 +157,7 @@
148
157
  "name": "actionBarVariants",
149
158
  "declaration": {
150
159
  "name": "actionBarVariants",
151
- "module": "src/ActionBar.ts"
160
+ "module": "src/ActionBar.js"
152
161
  }
153
162
  },
154
163
  {
@@ -156,7 +165,7 @@
156
165
  "name": "ActionBar",
157
166
  "declaration": {
158
167
  "name": "ActionBar",
159
- "module": "src/ActionBar.ts"
168
+ "module": "src/ActionBar.js"
160
169
  }
161
170
  }
162
171
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/action-bar",
3
- "version": "0.31.1-react.3+886f51591",
3
+ "version": "0.32.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.31.1-react.3+886f51591",
61
- "@spectrum-web-components/popover": "^0.31.1-react.3+886f51591"
60
+ "@spectrum-web-components/base": "^0.32.0",
61
+ "@spectrum-web-components/popover": "^0.32.0"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@spectrum-css/actionbar": "^4.0.1"
@@ -69,5 +69,5 @@
69
69
  "./sp-*.js",
70
70
  "./**/*.dev.js"
71
71
  ],
72
- "gitHead": "886f515919ca0e8a1cec52a00babb1d4a195ae01"
72
+ "gitHead": "c5f67662ac54d0e37debaf7cbd7c2df60e8b294e"
73
73
  }