@spectrum-web-components/tooltip 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-tooltip.ts",
7
+ "path": "sp-tooltip.js",
8
8
  "declarations": [],
9
- "exports": []
9
+ "exports": [
10
+ {
11
+ "kind": "custom-element-definition",
12
+ "name": "sp-tooltip",
13
+ "declaration": {
14
+ "name": "Tooltip",
15
+ "module": "/src/Tooltip.js"
16
+ }
17
+ }
18
+ ]
10
19
  },
11
20
  {
12
21
  "kind": "javascript-module",
13
- "path": "src/Tooltip.ts",
22
+ "path": "src/Tooltip.js",
14
23
  "declarations": [
15
24
  {
16
25
  "kind": "class",
@@ -27,6 +36,7 @@
27
36
  "superclass": {
28
37
  "name": "HTMLElement"
29
38
  },
39
+ "tagName": "tooltip-proxy",
30
40
  "customElement": true
31
41
  },
32
42
  {
@@ -339,7 +349,15 @@
339
349
  "name": "TooltipProxy",
340
350
  "declaration": {
341
351
  "name": "TooltipProxy",
342
- "module": "src/Tooltip.ts"
352
+ "module": "src/Tooltip.js"
353
+ }
354
+ },
355
+ {
356
+ "kind": "custom-element-definition",
357
+ "name": "tooltip-proxy",
358
+ "declaration": {
359
+ "name": "TooltipProxy",
360
+ "module": "src/Tooltip.js"
343
361
  }
344
362
  },
345
363
  {
@@ -347,7 +365,7 @@
347
365
  "name": "Tooltip",
348
366
  "declaration": {
349
367
  "name": "Tooltip",
350
- "module": "src/Tooltip.ts"
368
+ "module": "src/Tooltip.js"
351
369
  }
352
370
  }
353
371
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/tooltip",
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/overlay": "^0.31.1-react.3+886f51591"
60
+ "@spectrum-web-components/base": "^0.32.0",
61
+ "@spectrum-web-components/overlay": "^0.32.0"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@spectrum-css/tooltip": "^4.0.10"
@@ -69,5 +69,5 @@
69
69
  "./sp-*.js",
70
70
  "./**/*.dev.js"
71
71
  ],
72
- "gitHead": "886f515919ca0e8a1cec52a00babb1d4a195ae01"
72
+ "gitHead": "c5f67662ac54d0e37debaf7cbd7c2df60e8b294e"
73
73
  }