@mekari/pixel3-toast 0.0.13-dev.4 → 0.0.13-dev.5
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/{chunk-LXHEYU5E.mjs → chunk-VHOLH4TX.mjs} +1 -1
- package/dist/{chunk-3ZI7VPMZ.mjs → chunk-VZBXYSQL.mjs} +2 -0
- package/dist/{chunk-XZMWNATH.mjs → chunk-Y4YA4AMU.mjs} +2 -3
- package/dist/index.js +3 -2
- package/dist/index.mjs +3 -3
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/modules/toast.connects.js +2 -0
- package/dist/modules/toast.connects.mjs +1 -1
- package/dist/modules/toast.hooks.js +2 -0
- package/dist/modules/toast.hooks.mjs +2 -2
- package/dist/modules/toast.types.d.mts +2 -1
- package/dist/modules/toast.types.d.ts +2 -1
- package/dist/toast.js +3 -2
- package/dist/toast.mjs +3 -3
- package/package.json +4 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
useToast
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-VHOLH4TX.mjs";
|
|
4
4
|
import {
|
|
5
5
|
toastProps
|
|
6
6
|
} from "./chunk-DUGBXMFI.mjs";
|
|
@@ -32,7 +32,7 @@ var MpToast = defineComponent({
|
|
|
32
32
|
color: isNextTheme.value ? "icon.danger" : "red.700"
|
|
33
33
|
}))
|
|
34
34
|
});
|
|
35
|
-
return () => _createVNode("div", api.value.rootProps, [_createVNode(MpIcon, _mergeProps(api.value.iconProps, getIconVariant[props.variant || "success"], {
|
|
35
|
+
return () => _createVNode("div", api.value.rootProps, [api.value.variant !== "greeting" && _createVNode(MpIcon, _mergeProps(api.value.iconProps, getIconVariant[props.variant || "success"], {
|
|
36
36
|
"variant": isNextTheme.value ? "fill" : "duotone"
|
|
37
37
|
}), null), _createVNode("p", api.value.labelProps, [api.value.render ? api.value.render() : api.value.title])]);
|
|
38
38
|
}
|
|
@@ -68,7 +68,6 @@ var toastManagerNode = /* @__PURE__ */ __name(() => {
|
|
|
68
68
|
}, "toastManagerNode");
|
|
69
69
|
var toast = {
|
|
70
70
|
notify: (option) => {
|
|
71
|
-
console.log();
|
|
72
71
|
const {
|
|
73
72
|
id,
|
|
74
73
|
title = "",
|
package/dist/index.js
CHANGED
|
@@ -68,11 +68,13 @@ function toastConnect(state, classes) {
|
|
|
68
68
|
const {
|
|
69
69
|
id,
|
|
70
70
|
title,
|
|
71
|
+
variant,
|
|
71
72
|
render
|
|
72
73
|
} = state;
|
|
73
74
|
const idx = id != null ? id : `mp-toast-${(0, import_pixel3_utils.useId)()}`;
|
|
74
75
|
return {
|
|
75
76
|
title,
|
|
77
|
+
variant,
|
|
76
78
|
render,
|
|
77
79
|
rootProps: {
|
|
78
80
|
id: idx,
|
|
@@ -122,7 +124,7 @@ var MpToast = (0, import_vue3.defineComponent)({
|
|
|
122
124
|
color: isNextTheme.value ? "icon.danger" : "red.700"
|
|
123
125
|
}))
|
|
124
126
|
});
|
|
125
|
-
return () => (0, import_vue2.createVNode)("div", api.value.rootProps, [(0, import_vue2.createVNode)(import_pixel3_icon.MpIcon, (0, import_vue2.mergeProps)(api.value.iconProps, getIconVariant[props.variant || "success"], {
|
|
127
|
+
return () => (0, import_vue2.createVNode)("div", api.value.rootProps, [api.value.variant !== "greeting" && (0, import_vue2.createVNode)(import_pixel3_icon.MpIcon, (0, import_vue2.mergeProps)(api.value.iconProps, getIconVariant[props.variant || "success"], {
|
|
126
128
|
"variant": isNextTheme.value ? "fill" : "duotone"
|
|
127
129
|
}), null), (0, import_vue2.createVNode)("p", api.value.labelProps, [api.value.render ? api.value.render() : api.value.title])]);
|
|
128
130
|
}
|
|
@@ -158,7 +160,6 @@ var toastManagerNode = /* @__PURE__ */ __name(() => {
|
|
|
158
160
|
}, "toastManagerNode");
|
|
159
161
|
var toast = {
|
|
160
162
|
notify: (option) => {
|
|
161
|
-
console.log();
|
|
162
163
|
const {
|
|
163
164
|
id,
|
|
164
165
|
title = "",
|
package/dist/index.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
MpToastManager,
|
|
3
3
|
toast
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-Y4YA4AMU.mjs";
|
|
5
|
+
import "./chunk-VHOLH4TX.mjs";
|
|
6
|
+
import "./chunk-VZBXYSQL.mjs";
|
|
7
7
|
import "./chunk-DUGBXMFI.mjs";
|
|
8
8
|
import "./chunk-QZ7VFGWC.mjs";
|
|
9
9
|
import "./chunk-IDFCRJI7.mjs";
|
package/dist/metafile-cjs.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"inputs":{"src/modules/toast.props.ts":{"bytes":755,"imports":[{"path":"vue","kind":"import-statement","external":true},{"path":"./toast.types","kind":"import-statement","external":true}],"format":"esm"},"src/modules/toast.connects.ts":{"bytes":
|
|
1
|
+
{"inputs":{"src/modules/toast.props.ts":{"bytes":755,"imports":[{"path":"vue","kind":"import-statement","external":true},{"path":"./toast.types","kind":"import-statement","external":true}],"format":"esm"},"src/modules/toast.connects.ts":{"bytes":867,"imports":[{"path":"@mekari/pixel3-utils","kind":"import-statement","external":true},{"path":"./toast.types","kind":"import-statement","external":true},{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"src/modules/toast.hooks.ts":{"bytes":598,"imports":[{"path":"vue","kind":"import-statement","external":true},{"path":"@mekari/pixel3-styled-system/recipes","kind":"import-statement","external":true},{"path":"src/modules/toast.connects.ts","kind":"import-statement","original":"./toast.connects"},{"path":"./toast.types","kind":"import-statement","external":true},{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"src/toast.tsx":{"bytes":3481,"imports":[{"path":"vue","kind":"import-statement","external":true},{"path":"vue","kind":"import-statement","external":true},{"path":"vue-sonner","kind":"import-statement","external":true},{"path":"@mekari/pixel3-utils","kind":"import-statement","external":true},{"path":"src/modules/toast.props.ts","kind":"import-statement","original":"./modules/toast.props"},{"path":"src/modules/toast.hooks.ts","kind":"import-statement","original":"./modules/toast.hooks"},{"path":"./modules/toast.types","kind":"import-statement","external":true},{"path":"@mekari/pixel3-icon","kind":"import-statement","external":true},{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"src/modules/toast.types.ts":{"bytes":947,"imports":[{"path":"@mekari/pixel3-utils","kind":"import-statement","external":true}],"format":"esm"},"src/index.ts":{"bytes":222,"imports":[{"path":"src/toast.tsx","kind":"import-statement","original":"./toast"},{"path":"src/modules/toast.types.ts","kind":"import-statement","original":"./modules/toast.types"}],"format":"esm"}},"outputs":{"dist/index.js":{"imports":[{"path":"vue","kind":"require-call","external":true},{"path":"vue","kind":"require-call","external":true},{"path":"vue-sonner","kind":"require-call","external":true},{"path":"@mekari/pixel3-utils","kind":"require-call","external":true},{"path":"vue","kind":"require-call","external":true},{"path":"@mekari/pixel3-styled-system/recipes","kind":"require-call","external":true},{"path":"@mekari/pixel3-utils","kind":"require-call","external":true},{"path":"@mekari/pixel3-icon","kind":"require-call","external":true}],"exports":[],"entryPoint":"src/index.ts","inputs":{"src/index.ts":{"bytesInOutput":155},"src/toast.tsx":{"bytesInOutput":3124},"src/modules/toast.props.ts":{"bytesInOutput":310},"src/modules/toast.hooks.ts":{"bytesInOutput":440},"src/modules/toast.connects.ts":{"bytesInOutput":704}},"bytes":5919},"dist/toast.js":{"imports":[{"path":"vue","kind":"require-call","external":true},{"path":"vue","kind":"require-call","external":true},{"path":"vue-sonner","kind":"require-call","external":true},{"path":"@mekari/pixel3-utils","kind":"require-call","external":true},{"path":"vue","kind":"require-call","external":true},{"path":"@mekari/pixel3-styled-system/recipes","kind":"require-call","external":true},{"path":"@mekari/pixel3-utils","kind":"require-call","external":true},{"path":"@mekari/pixel3-icon","kind":"require-call","external":true}],"exports":[],"entryPoint":"src/toast.tsx","inputs":{"src/toast.tsx":{"bytesInOutput":3285},"src/modules/toast.props.ts":{"bytesInOutput":310},"src/modules/toast.hooks.ts":{"bytesInOutput":440},"src/modules/toast.connects.ts":{"bytesInOutput":704}},"bytes":5908},"dist/modules/toast.connects.js":{"imports":[{"path":"@mekari/pixel3-utils","kind":"require-call","external":true}],"exports":[],"entryPoint":"src/modules/toast.connects.ts","inputs":{"src/modules/toast.connects.ts":{"bytesInOutput":866}},"bytes":1895},"dist/modules/toast.hooks.js":{"imports":[{"path":"vue","kind":"require-call","external":true},{"path":"@mekari/pixel3-styled-system/recipes","kind":"require-call","external":true},{"path":"@mekari/pixel3-utils","kind":"require-call","external":true}],"exports":[],"entryPoint":"src/modules/toast.hooks.ts","inputs":{"src/modules/toast.hooks.ts":{"bytesInOutput":585},"src/modules/toast.connects.ts":{"bytesInOutput":704}},"bytes":2376},"dist/modules/toast.props.js":{"imports":[],"exports":[],"entryPoint":"src/modules/toast.props.ts","inputs":{"src/modules/toast.props.ts":{"bytesInOutput":459}},"bytes":1393},"dist/modules/toast.types.js":{"imports":[],"exports":[],"entryPoint":"src/modules/toast.types.ts","inputs":{"src/modules/toast.types.ts":{"bytesInOutput":82}},"bytes":784}}}
|
package/dist/metafile-esm.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"inputs":{"src/modules/toast.props.ts":{"bytes":755,"imports":[{"path":"vue","kind":"import-statement","external":true},{"path":"./toast.types","kind":"import-statement","external":true}],"format":"esm"},"src/modules/toast.connects.ts":{"bytes":
|
|
1
|
+
{"inputs":{"src/modules/toast.props.ts":{"bytes":755,"imports":[{"path":"vue","kind":"import-statement","external":true},{"path":"./toast.types","kind":"import-statement","external":true}],"format":"esm"},"src/modules/toast.connects.ts":{"bytes":867,"imports":[{"path":"@mekari/pixel3-utils","kind":"import-statement","external":true},{"path":"./toast.types","kind":"import-statement","external":true},{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"src/modules/toast.hooks.ts":{"bytes":598,"imports":[{"path":"vue","kind":"import-statement","external":true},{"path":"@mekari/pixel3-styled-system/recipes","kind":"import-statement","external":true},{"path":"src/modules/toast.connects.ts","kind":"import-statement","original":"./toast.connects"},{"path":"./toast.types","kind":"import-statement","external":true},{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"src/toast.tsx":{"bytes":3481,"imports":[{"path":"vue","kind":"import-statement","external":true},{"path":"vue","kind":"import-statement","external":true},{"path":"vue-sonner","kind":"import-statement","external":true},{"path":"@mekari/pixel3-utils","kind":"import-statement","external":true},{"path":"src/modules/toast.props.ts","kind":"import-statement","original":"./modules/toast.props"},{"path":"src/modules/toast.hooks.ts","kind":"import-statement","original":"./modules/toast.hooks"},{"path":"./modules/toast.types","kind":"import-statement","external":true},{"path":"@mekari/pixel3-icon","kind":"import-statement","external":true},{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"src/modules/toast.types.ts":{"bytes":947,"imports":[{"path":"@mekari/pixel3-utils","kind":"import-statement","external":true}],"format":"esm"},"src/index.ts":{"bytes":222,"imports":[{"path":"src/toast.tsx","kind":"import-statement","original":"./toast"},{"path":"src/modules/toast.types.ts","kind":"import-statement","original":"./modules/toast.types"}],"format":"esm"}},"outputs":{"dist/index.mjs":{"imports":[{"path":"dist/chunk-Y4YA4AMU.mjs","kind":"import-statement"},{"path":"dist/chunk-VHOLH4TX.mjs","kind":"import-statement"},{"path":"dist/chunk-VZBXYSQL.mjs","kind":"import-statement"},{"path":"dist/chunk-DUGBXMFI.mjs","kind":"import-statement"},{"path":"dist/chunk-QZ7VFGWC.mjs","kind":"import-statement"},{"path":"dist/chunk-IDFCRJI7.mjs","kind":"import-statement"}],"exports":["MpToastManager","toast"],"entryPoint":"src/index.ts","inputs":{"src/index.ts":{"bytesInOutput":0}},"bytes":259},"dist/toast.mjs":{"imports":[{"path":"dist/chunk-Y4YA4AMU.mjs","kind":"import-statement"},{"path":"dist/chunk-VHOLH4TX.mjs","kind":"import-statement"},{"path":"dist/chunk-VZBXYSQL.mjs","kind":"import-statement"},{"path":"dist/chunk-DUGBXMFI.mjs","kind":"import-statement"},{"path":"dist/chunk-QZ7VFGWC.mjs","kind":"import-statement"}],"exports":["MpToastManager","toast"],"entryPoint":"src/toast.tsx","inputs":{},"bytes":228},"dist/chunk-Y4YA4AMU.mjs":{"imports":[{"path":"dist/chunk-VHOLH4TX.mjs","kind":"import-statement"},{"path":"dist/chunk-DUGBXMFI.mjs","kind":"import-statement"},{"path":"dist/chunk-QZ7VFGWC.mjs","kind":"import-statement"},{"path":"vue","kind":"import-statement","external":true},{"path":"vue","kind":"import-statement","external":true},{"path":"vue-sonner","kind":"import-statement","external":true},{"path":"@mekari/pixel3-utils","kind":"import-statement","external":true},{"path":"@mekari/pixel3-icon","kind":"import-statement","external":true}],"exports":["MpToastManager","toast"],"inputs":{"src/toast.tsx":{"bytesInOutput":2897}},"bytes":3107},"dist/modules/toast.connects.mjs":{"imports":[{"path":"dist/chunk-VZBXYSQL.mjs","kind":"import-statement"},{"path":"dist/chunk-QZ7VFGWC.mjs","kind":"import-statement"}],"exports":["toastConnect"],"entryPoint":"src/modules/toast.connects.ts","inputs":{},"bytes":115},"dist/modules/toast.hooks.mjs":{"imports":[{"path":"dist/chunk-VHOLH4TX.mjs","kind":"import-statement"},{"path":"dist/chunk-VZBXYSQL.mjs","kind":"import-statement"},{"path":"dist/chunk-QZ7VFGWC.mjs","kind":"import-statement"}],"exports":["useToast"],"entryPoint":"src/modules/toast.hooks.ts","inputs":{},"bytes":139},"dist/chunk-VHOLH4TX.mjs":{"imports":[{"path":"dist/chunk-VZBXYSQL.mjs","kind":"import-statement"},{"path":"dist/chunk-QZ7VFGWC.mjs","kind":"import-statement"},{"path":"vue","kind":"import-statement","external":true},{"path":"@mekari/pixel3-styled-system/recipes","kind":"import-statement","external":true}],"exports":["useToast"],"inputs":{"src/modules/toast.hooks.ts":{"bytesInOutput":379}},"bytes":538},"dist/chunk-VZBXYSQL.mjs":{"imports":[{"path":"dist/chunk-QZ7VFGWC.mjs","kind":"import-statement"},{"path":"@mekari/pixel3-utils","kind":"import-statement","external":true}],"exports":["toastConnect"],"inputs":{"src/modules/toast.connects.ts":{"bytesInOutput":666}},"bytes":777},"dist/modules/toast.props.mjs":{"imports":[{"path":"dist/chunk-DUGBXMFI.mjs","kind":"import-statement"},{"path":"dist/chunk-QZ7VFGWC.mjs","kind":"import-statement"}],"exports":["toastProps"],"entryPoint":"src/modules/toast.props.ts","inputs":{},"bytes":111},"dist/chunk-DUGBXMFI.mjs":{"imports":[],"exports":["toastProps"],"inputs":{"src/modules/toast.props.ts":{"bytesInOutput":310}},"bytes":366},"dist/chunk-QZ7VFGWC.mjs":{"imports":[],"exports":["__name"],"inputs":{},"bytes":151},"dist/modules/toast.types.mjs":{"imports":[{"path":"dist/chunk-IDFCRJI7.mjs","kind":"import-statement"}],"exports":[],"entryPoint":"src/modules/toast.types.ts","inputs":{},"bytes":32},"dist/chunk-IDFCRJI7.mjs":{"imports":[],"exports":[],"inputs":{"src/modules/toast.types.ts":{"bytesInOutput":0}},"bytes":0}}}
|
|
@@ -29,11 +29,13 @@ function toastConnect(state, classes) {
|
|
|
29
29
|
const {
|
|
30
30
|
id,
|
|
31
31
|
title,
|
|
32
|
+
variant,
|
|
32
33
|
render
|
|
33
34
|
} = state;
|
|
34
35
|
const idx = id != null ? id : `mp-toast-${(0, import_pixel3_utils.useId)()}`;
|
|
35
36
|
return {
|
|
36
37
|
title,
|
|
38
|
+
variant,
|
|
37
39
|
render,
|
|
38
40
|
rootProps: {
|
|
39
41
|
id: idx,
|
|
@@ -33,11 +33,13 @@ function toastConnect(state, classes) {
|
|
|
33
33
|
const {
|
|
34
34
|
id,
|
|
35
35
|
title,
|
|
36
|
+
variant,
|
|
36
37
|
render
|
|
37
38
|
} = state;
|
|
38
39
|
const idx = id != null ? id : `mp-toast-${(0, import_pixel3_utils.useId)()}`;
|
|
39
40
|
return {
|
|
40
41
|
title,
|
|
42
|
+
variant,
|
|
41
43
|
render,
|
|
42
44
|
rootProps: {
|
|
43
45
|
id: idx,
|
|
@@ -4,7 +4,7 @@ import { Optional, PropTypes } from '@mekari/pixel3-utils';
|
|
|
4
4
|
* Exported toast types.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
type ToastVariant = 'success' | 'error';
|
|
7
|
+
type ToastVariant = 'success' | 'error' | 'greeting';
|
|
8
8
|
type ToastPosition = 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right';
|
|
9
9
|
interface ToastProps {
|
|
10
10
|
id?: string;
|
|
@@ -17,6 +17,7 @@ interface ToastProps {
|
|
|
17
17
|
type ToastDefinedContext = Optional<ToastProps, 'id'>;
|
|
18
18
|
interface ToastApiMachine<T extends PropTypes = PropTypes> {
|
|
19
19
|
title?: string;
|
|
20
|
+
variant?: ToastVariant;
|
|
20
21
|
render?: () => void;
|
|
21
22
|
rootProps?: T['element'];
|
|
22
23
|
iconProps?: T['element'];
|
|
@@ -4,7 +4,7 @@ import { Optional, PropTypes } from '@mekari/pixel3-utils';
|
|
|
4
4
|
* Exported toast types.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
type ToastVariant = 'success' | 'error';
|
|
7
|
+
type ToastVariant = 'success' | 'error' | 'greeting';
|
|
8
8
|
type ToastPosition = 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right';
|
|
9
9
|
interface ToastProps {
|
|
10
10
|
id?: string;
|
|
@@ -17,6 +17,7 @@ interface ToastProps {
|
|
|
17
17
|
type ToastDefinedContext = Optional<ToastProps, 'id'>;
|
|
18
18
|
interface ToastApiMachine<T extends PropTypes = PropTypes> {
|
|
19
19
|
title?: string;
|
|
20
|
+
variant?: ToastVariant;
|
|
20
21
|
render?: () => void;
|
|
21
22
|
rootProps?: T['element'];
|
|
22
23
|
iconProps?: T['element'];
|
package/dist/toast.js
CHANGED
|
@@ -66,11 +66,13 @@ function toastConnect(state, classes) {
|
|
|
66
66
|
const {
|
|
67
67
|
id,
|
|
68
68
|
title,
|
|
69
|
+
variant,
|
|
69
70
|
render
|
|
70
71
|
} = state;
|
|
71
72
|
const idx = id != null ? id : `mp-toast-${(0, import_pixel3_utils.useId)()}`;
|
|
72
73
|
return {
|
|
73
74
|
title,
|
|
75
|
+
variant,
|
|
74
76
|
render,
|
|
75
77
|
rootProps: {
|
|
76
78
|
id: idx,
|
|
@@ -120,7 +122,7 @@ var MpToast = (0, import_vue3.defineComponent)({
|
|
|
120
122
|
color: isNextTheme.value ? "icon.danger" : "red.700"
|
|
121
123
|
}))
|
|
122
124
|
});
|
|
123
|
-
return () => (0, import_vue2.createVNode)("div", api.value.rootProps, [(0, import_vue2.createVNode)(import_pixel3_icon.MpIcon, (0, import_vue2.mergeProps)(api.value.iconProps, getIconVariant[props.variant || "success"], {
|
|
125
|
+
return () => (0, import_vue2.createVNode)("div", api.value.rootProps, [api.value.variant !== "greeting" && (0, import_vue2.createVNode)(import_pixel3_icon.MpIcon, (0, import_vue2.mergeProps)(api.value.iconProps, getIconVariant[props.variant || "success"], {
|
|
124
126
|
"variant": isNextTheme.value ? "fill" : "duotone"
|
|
125
127
|
}), null), (0, import_vue2.createVNode)("p", api.value.labelProps, [api.value.render ? api.value.render() : api.value.title])]);
|
|
126
128
|
}
|
|
@@ -156,7 +158,6 @@ var toastManagerNode = /* @__PURE__ */ __name(() => {
|
|
|
156
158
|
}, "toastManagerNode");
|
|
157
159
|
var toast = {
|
|
158
160
|
notify: (option) => {
|
|
159
|
-
console.log();
|
|
160
161
|
const {
|
|
161
162
|
id,
|
|
162
163
|
title = "",
|
package/dist/toast.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
MpToastManager,
|
|
3
3
|
toast
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-Y4YA4AMU.mjs";
|
|
5
|
+
import "./chunk-VHOLH4TX.mjs";
|
|
6
|
+
import "./chunk-VZBXYSQL.mjs";
|
|
7
7
|
import "./chunk-DUGBXMFI.mjs";
|
|
8
8
|
import "./chunk-QZ7VFGWC.mjs";
|
|
9
9
|
export {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mekari/pixel3-toast",
|
|
3
3
|
"description": "Mekari Pixel 3 | Toast component is used to show dynamic notifications and alerts to user",
|
|
4
|
-
"version": "0.0.13-dev.
|
|
4
|
+
"version": "0.0.13-dev.5",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"files": [
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
],
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"vue-sonner": "^1.0.2",
|
|
12
|
-
"@mekari/pixel3-icon": "0.0.17-dev.
|
|
13
|
-
"@mekari/pixel3-
|
|
14
|
-
"@mekari/pixel3-
|
|
12
|
+
"@mekari/pixel3-icon": "0.0.17-dev.5",
|
|
13
|
+
"@mekari/pixel3-styled-system": "0.1.2-dev.3",
|
|
14
|
+
"@mekari/pixel3-utils": "0.0.7-dev.1"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"vue": "^3.4.9"
|