@spectrum-web-components/tooltip 0.31.1-react.2 → 0.31.1-react.21
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.
- package/custom-elements.json +19 -1
- package/package.json +4 -4
package/custom-elements.json
CHANGED
|
@@ -6,7 +6,16 @@
|
|
|
6
6
|
"kind": "javascript-module",
|
|
7
7
|
"path": "sp-tooltip.ts",
|
|
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",
|
|
@@ -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
|
{
|
|
@@ -342,6 +352,14 @@
|
|
|
342
352
|
"module": "src/Tooltip.ts"
|
|
343
353
|
}
|
|
344
354
|
},
|
|
355
|
+
{
|
|
356
|
+
"kind": "custom-element-definition",
|
|
357
|
+
"name": "tooltip-proxy",
|
|
358
|
+
"declaration": {
|
|
359
|
+
"name": "TooltipProxy",
|
|
360
|
+
"module": "src/Tooltip.ts"
|
|
361
|
+
}
|
|
362
|
+
},
|
|
345
363
|
{
|
|
346
364
|
"kind": "js",
|
|
347
365
|
"name": "Tooltip",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/tooltip",
|
|
3
|
-
"version": "0.31.1-react.
|
|
3
|
+
"version": "0.31.1-react.21+44f0b1df9",
|
|
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.
|
|
61
|
-
"@spectrum-web-components/overlay": "^0.31.1-react.
|
|
60
|
+
"@spectrum-web-components/base": "^0.31.1-react.21+44f0b1df9",
|
|
61
|
+
"@spectrum-web-components/overlay": "^0.31.1-react.21+44f0b1df9"
|
|
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": "
|
|
72
|
+
"gitHead": "44f0b1df9e1ea77d9e931629a63918ceee2744c2"
|
|
73
73
|
}
|