@spectrum-web-components/tooltip 0.11.12-react.49 → 0.11.12
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 +5 -5
- package/package.json +5 -5
package/custom-elements.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"modules": [
|
|
5
5
|
{
|
|
6
6
|
"kind": "javascript-module",
|
|
7
|
-
"path": "sp-tooltip.
|
|
7
|
+
"path": "sp-tooltip.js",
|
|
8
8
|
"declarations": [],
|
|
9
9
|
"exports": [
|
|
10
10
|
{
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
"kind": "javascript-module",
|
|
22
|
-
"path": "src/Tooltip.
|
|
22
|
+
"path": "src/Tooltip.js",
|
|
23
23
|
"declarations": [
|
|
24
24
|
{
|
|
25
25
|
"kind": "class",
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
"name": "TooltipProxy",
|
|
350
350
|
"declaration": {
|
|
351
351
|
"name": "TooltipProxy",
|
|
352
|
-
"module": "src/Tooltip.
|
|
352
|
+
"module": "src/Tooltip.js"
|
|
353
353
|
}
|
|
354
354
|
},
|
|
355
355
|
{
|
|
@@ -357,7 +357,7 @@
|
|
|
357
357
|
"name": "tooltip-proxy",
|
|
358
358
|
"declaration": {
|
|
359
359
|
"name": "TooltipProxy",
|
|
360
|
-
"module": "src/Tooltip.
|
|
360
|
+
"module": "src/Tooltip.js"
|
|
361
361
|
}
|
|
362
362
|
},
|
|
363
363
|
{
|
|
@@ -365,7 +365,7 @@
|
|
|
365
365
|
"name": "Tooltip",
|
|
366
366
|
"declaration": {
|
|
367
367
|
"name": "Tooltip",
|
|
368
|
-
"module": "src/Tooltip.
|
|
368
|
+
"module": "src/Tooltip.js"
|
|
369
369
|
}
|
|
370
370
|
}
|
|
371
371
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/tooltip",
|
|
3
|
-
"version": "0.11.12
|
|
3
|
+
"version": "0.11.12",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -57,11 +57,11 @@
|
|
|
57
57
|
"lit-html"
|
|
58
58
|
],
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@spectrum-web-components/base": "^0.7.
|
|
61
|
-
"@spectrum-web-components/overlay": "^0.
|
|
60
|
+
"@spectrum-web-components/base": "^0.7.4",
|
|
61
|
+
"@spectrum-web-components/overlay": "^0.19.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@spectrum-css/tooltip": "^4.0.
|
|
64
|
+
"@spectrum-css/tooltip": "^4.0.10"
|
|
65
65
|
},
|
|
66
66
|
"types": "./src/index.d.ts",
|
|
67
67
|
"customElements": "custom-elements.json",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"./sp-*.js",
|
|
70
70
|
"./**/*.dev.js"
|
|
71
71
|
],
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "007a762c0257af4cd74e3781d877a8a8343acfd0"
|
|
73
73
|
}
|