@mekari/pixel3-broadcast 0.0.14 → 0.0.15
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/broadcast.d.mts
CHANGED
|
@@ -37,7 +37,7 @@ declare const MpBroadcast: vue.DefineComponent<{
|
|
|
37
37
|
type: vue.PropType<boolean | undefined>;
|
|
38
38
|
default: boolean;
|
|
39
39
|
};
|
|
40
|
-
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("click-
|
|
40
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("click-text-link" | "click-additional-action" | "click-close-button")[], "click-text-link" | "click-additional-action" | "click-close-button", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
41
41
|
id: {
|
|
42
42
|
type: vue.PropType<string | undefined>;
|
|
43
43
|
};
|
|
@@ -69,8 +69,8 @@ declare const MpBroadcast: vue.DefineComponent<{
|
|
|
69
69
|
default: boolean;
|
|
70
70
|
};
|
|
71
71
|
}>> & {
|
|
72
|
-
"onClick-additional-action"?: ((...args: any[]) => any) | undefined;
|
|
73
72
|
"onClick-text-link"?: ((...args: any[]) => any) | undefined;
|
|
73
|
+
"onClick-additional-action"?: ((...args: any[]) => any) | undefined;
|
|
74
74
|
"onClick-close-button"?: ((...args: any[]) => any) | undefined;
|
|
75
75
|
}, {
|
|
76
76
|
variant: BroadcastVariant | undefined;
|
package/dist/broadcast.d.ts
CHANGED
|
@@ -37,7 +37,7 @@ declare const MpBroadcast: vue.DefineComponent<{
|
|
|
37
37
|
type: vue.PropType<boolean | undefined>;
|
|
38
38
|
default: boolean;
|
|
39
39
|
};
|
|
40
|
-
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("click-
|
|
40
|
+
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, ("click-text-link" | "click-additional-action" | "click-close-button")[], "click-text-link" | "click-additional-action" | "click-close-button", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
41
41
|
id: {
|
|
42
42
|
type: vue.PropType<string | undefined>;
|
|
43
43
|
};
|
|
@@ -69,8 +69,8 @@ declare const MpBroadcast: vue.DefineComponent<{
|
|
|
69
69
|
default: boolean;
|
|
70
70
|
};
|
|
71
71
|
}>> & {
|
|
72
|
-
"onClick-additional-action"?: ((...args: any[]) => any) | undefined;
|
|
73
72
|
"onClick-text-link"?: ((...args: any[]) => any) | undefined;
|
|
73
|
+
"onClick-additional-action"?: ((...args: any[]) => any) | undefined;
|
|
74
74
|
"onClick-close-button"?: ((...args: any[]) => any) | undefined;
|
|
75
75
|
}, {
|
|
76
76
|
variant: BroadcastVariant | undefined;
|
|
@@ -34,6 +34,6 @@ declare const broadcastProps: {
|
|
|
34
34
|
default: boolean;
|
|
35
35
|
};
|
|
36
36
|
};
|
|
37
|
-
declare const broadcastEmits: ("click-
|
|
37
|
+
declare const broadcastEmits: ("click-text-link" | "click-additional-action" | "click-close-button")[];
|
|
38
38
|
|
|
39
39
|
export { broadcastEmits, broadcastProps };
|
|
@@ -34,6 +34,6 @@ declare const broadcastProps: {
|
|
|
34
34
|
default: boolean;
|
|
35
35
|
};
|
|
36
36
|
};
|
|
37
|
-
declare const broadcastEmits: ("click-
|
|
37
|
+
declare const broadcastEmits: ("click-text-link" | "click-additional-action" | "click-close-button")[];
|
|
38
38
|
|
|
39
39
|
export { broadcastEmits, broadcastProps };
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mekari/pixel3-broadcast",
|
|
3
3
|
"description": "Mekari Pixel 3 | Broadcast component is used to global information for users in the app",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.15",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"files": [
|
|
8
8
|
"dist"
|
|
9
9
|
],
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@mekari/pixel3-button": "0.1.
|
|
12
|
-
"@mekari/pixel3-icon": "0.0.20",
|
|
11
|
+
"@mekari/pixel3-button": "0.1.4",
|
|
13
12
|
"@mekari/pixel3-styled-system": "0.1.5",
|
|
13
|
+
"@mekari/pixel3-icon": "0.0.21",
|
|
14
14
|
"@mekari/pixel3-text": "0.0.19",
|
|
15
15
|
"@mekari/pixel3-utils": "0.0.7"
|
|
16
16
|
},
|