@mekari/pixel3-tooltip 0.0.1 → 0.0.3

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/index.d.mts CHANGED
@@ -1,4 +1,5 @@
1
1
  export { MpTooltip } from './tooltip.mjs';
2
2
  export { PixelTooltipDirective } from './v-tooltip.mjs';
3
+ import 'vue/jsx-runtime';
3
4
  import '@floating-ui/dom';
4
5
  import 'vue';
package/dist/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export { MpTooltip } from './tooltip.js';
2
2
  export { PixelTooltipDirective } from './v-tooltip.js';
3
+ import 'vue/jsx-runtime';
3
4
  import '@floating-ui/dom';
4
5
  import 'vue';
@@ -1,3 +1,4 @@
1
+ import * as vue_jsx_runtime from 'vue/jsx-runtime';
1
2
  import * as _floating_ui_dom from '@floating-ui/dom';
2
3
  import * as vue from 'vue';
3
4
  import { MaybeElement } from './modules/tooltip.props.mjs';
@@ -18,7 +19,7 @@ declare const MpSingletonTooltip: vue.DefineComponent<{
18
19
  isOpen: {
19
20
  type: vue.PropType<boolean>;
20
21
  };
21
- }, () => JSX.Element | null, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
22
+ }, () => vue_jsx_runtime.JSX.Element | null, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
22
23
  triggerNode: {
23
24
  type: vue.PropType<Readonly<vue.Ref<MaybeElement>>>;
24
25
  default: null;
@@ -1,3 +1,4 @@
1
+ import * as vue_jsx_runtime from 'vue/jsx-runtime';
1
2
  import * as _floating_ui_dom from '@floating-ui/dom';
2
3
  import * as vue from 'vue';
3
4
  import { MaybeElement } from './modules/tooltip.props.js';
@@ -18,7 +19,7 @@ declare const MpSingletonTooltip: vue.DefineComponent<{
18
19
  isOpen: {
19
20
  type: vue.PropType<boolean>;
20
21
  };
21
- }, () => JSX.Element | null, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
22
+ }, () => vue_jsx_runtime.JSX.Element | null, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
22
23
  triggerNode: {
23
24
  type: vue.PropType<Readonly<vue.Ref<MaybeElement>>>;
24
25
  default: null;
@@ -1,3 +1,4 @@
1
+ import * as vue_jsx_runtime from 'vue/jsx-runtime';
1
2
  import * as _floating_ui_dom from '@floating-ui/dom';
2
3
  import * as vue from 'vue';
3
4
 
@@ -36,7 +37,7 @@ declare const MpTooltip: vue.DefineComponent<{
36
37
  type: vue.PropType<boolean>;
37
38
  default: boolean;
38
39
  };
39
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("open" | "close")[], "open" | "close", vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
40
+ }, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("open" | "close")[], "open" | "close", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
40
41
  label: {
41
42
  type: vue.PropType<string>;
42
43
  };
package/dist/tooltip.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ import * as vue_jsx_runtime from 'vue/jsx-runtime';
1
2
  import * as _floating_ui_dom from '@floating-ui/dom';
2
3
  import * as vue from 'vue';
3
4
 
@@ -36,7 +37,7 @@ declare const MpTooltip: vue.DefineComponent<{
36
37
  type: vue.PropType<boolean>;
37
38
  default: boolean;
38
39
  };
39
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("open" | "close")[], "open" | "close", vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
40
+ }, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("open" | "close")[], "open" | "close", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
40
41
  label: {
41
42
  type: vue.PropType<string>;
42
43
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mekari/pixel3-tooltip",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "main": "dist/index.js",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -8,8 +8,8 @@
8
8
  ],
9
9
  "dependencies": {
10
10
  "@floating-ui/vue": "^1.0.2",
11
- "@mekari/pixel3-styled-system": "0.0.1",
12
- "@mekari/pixel3-utils": "0.0.1"
11
+ "@mekari/pixel3-styled-system": "0.0.2",
12
+ "@mekari/pixel3-utils": "0.0.2"
13
13
  },
14
14
  "peerDependencies": {
15
15
  "vue": "^3.3.7"