@phila/phila-ui-tooltip 0.0.6 → 0.0.8
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/dist/types.d.ts +2 -1
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { default as Tooltip } from './Tooltip.vue';
|
|
2
2
|
|
|
3
|
-
declare module "
|
|
3
|
+
declare module "vue" {
|
|
4
4
|
interface GlobalComponents {
|
|
5
5
|
Tooltip: typeof Tooltip;
|
|
6
6
|
}
|
|
@@ -9,3 +9,4 @@ export interface TooltipProps {
|
|
|
9
9
|
mode: "light" | "dark";
|
|
10
10
|
message: string;
|
|
11
11
|
}
|
|
12
|
+
export default Tooltip;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@phila/phila-ui-tooltip",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.8",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist"
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"preview": "vite preview"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@phila/phila-ui-core": "^1.0.
|
|
28
|
+
"@phila/phila-ui-core": "^1.0.18",
|
|
29
29
|
"vue": "^3.3.8"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"registry": "https://registry.npmjs.com/",
|
|
43
43
|
"access": "public"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "17ea0e29f4566d58fe5eccba43c916d4453129ad"
|
|
46
46
|
}
|