@mobileaction/action-kit 0.0.6 → 0.0.7

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.
Files changed (87) hide show
  1. package/dist/apple-logo-ff0ba2f9.mjs +21 -0
  2. package/dist/apple-logo-ff0ba2f9.mjs.map +1 -0
  3. package/dist/chevron-down-a5f20f24.mjs +23 -0
  4. package/dist/chevron-down-a5f20f24.mjs.map +1 -0
  5. package/dist/close-e94671b3.mjs +23 -0
  6. package/dist/close-e94671b3.mjs.map +1 -0
  7. package/dist/{src/components → components}/alert/index.vue.d.ts +1 -1
  8. package/dist/{src/components → components}/badge/index.vue.d.ts +4 -2
  9. package/dist/{src/components → components}/checkbox/group.vue.d.ts +4 -2
  10. package/dist/{src/components → components}/checkbox/index.vue.d.ts +4 -2
  11. package/dist/{src/components → components}/radio/group.vue.d.ts +1 -1
  12. package/dist/{src/components → components}/radio/index.vue.d.ts +5 -3
  13. package/dist/components/sandbox/index.vue.d.ts +3 -0
  14. package/dist/{src/components → components}/social-button/index.vue.d.ts +5 -3
  15. package/dist/google-logo-5b2d4f3f.mjs +18 -0
  16. package/dist/google-logo-5b2d4f3f.mjs.map +1 -0
  17. package/dist/index.d.ts +12 -0
  18. package/dist/index.es.js +319 -1515
  19. package/dist/index.es.js.map +1 -1
  20. package/dist/index.umd.js +1 -5
  21. package/dist/index.umd.js.map +1 -1
  22. package/dist/linkedin-logo-60afbdbd.mjs +31 -0
  23. package/dist/linkedin-logo-60afbdbd.mjs.map +1 -0
  24. package/dist/master-card-d3ac8324.mjs +18 -0
  25. package/dist/master-card-d3ac8324.mjs.map +1 -0
  26. package/dist/message-text-6c2c83cb.mjs +31 -0
  27. package/dist/message-text-6c2c83cb.mjs.map +1 -0
  28. package/dist/plus-f1ab5630.mjs +37 -0
  29. package/dist/plus-f1ab5630.mjs.map +1 -0
  30. package/dist/style.css +1 -1
  31. package/package.json +8 -6
  32. package/dist/src/components/base-button/index.vue.d.ts +0 -9
  33. package/dist/src/components/button/index.test.d.ts +0 -1
  34. package/dist/src/index.d.ts +0 -2
  35. package/dist/vite.config.d.ts +0 -2
  36. /package/dist/{src/components → components}/alert/stories/blue.stories.d.ts +0 -0
  37. /package/dist/{src/components → components}/alert/stories/constants.d.ts +0 -0
  38. /package/dist/{src/components → components}/alert/stories/dark.stories.d.ts +0 -0
  39. /package/dist/{src/components → components}/alert/stories/green.stories.d.ts +0 -0
  40. /package/dist/{src/components → components}/alert/stories/orange.stories.d.ts +0 -0
  41. /package/dist/{src/components → components}/alert/stories/red.stories.d.ts +0 -0
  42. /package/dist/{src/components → components}/alert/types.d.ts +0 -0
  43. /package/dist/{src/components → components}/avatar/index.vue.d.ts +0 -0
  44. /package/dist/{src/components → components}/badge/stories/blue.stories.d.ts +0 -0
  45. /package/dist/{src/components → components}/badge/stories/constants.d.ts +0 -0
  46. /package/dist/{src/components → components}/badge/stories/dark.stories.d.ts +0 -0
  47. /package/dist/{src/components → components}/badge/stories/green.stories.d.ts +0 -0
  48. /package/dist/{src/components → components}/badge/stories/orange.stories.d.ts +0 -0
  49. /package/dist/{src/components → components}/badge/stories/purple.stories.d.ts +0 -0
  50. /package/dist/{src/components → components}/badge/stories/red.stories.d.ts +0 -0
  51. /package/dist/{src/components → components}/badge/types.d.ts +0 -0
  52. /package/dist/{src/components → components}/button/index.vue.d.ts +0 -0
  53. /package/dist/{src/components → components}/button/stories/constants.d.ts +0 -0
  54. /package/dist/{src/components → components}/button/stories/danger.stories.d.ts +0 -0
  55. /package/dist/{src/components → components}/button/stories/dark.stories.d.ts +0 -0
  56. /package/dist/{src/components → components}/button/stories/icon.stories.d.ts +0 -0
  57. /package/dist/{src/components → components}/button/stories/info.stories.d.ts +0 -0
  58. /package/dist/{src/components → components}/button/stories/link.stories.d.ts +0 -0
  59. /package/dist/{src/components → components}/button/stories/plain.stories.d.ts +0 -0
  60. /package/dist/{src/components → components}/button/stories/success.stories.d.ts +0 -0
  61. /package/dist/{src/components → components}/button/stories/warning.stories.d.ts +0 -0
  62. /package/dist/{src/components → components}/button/types.d.ts +0 -0
  63. /package/dist/{src/components → components}/checkbox/stories/constants.d.ts +0 -0
  64. /package/dist/{src/components → components}/checkbox/stories/default.stories.d.ts +0 -0
  65. /package/dist/{src/components → components}/icon/index.vue.d.ts +0 -0
  66. /package/dist/{src/components → components}/icon/types.d.ts +0 -0
  67. /package/dist/{src/components → components}/input/constants.d.ts +0 -0
  68. /package/dist/{src/components → components}/input/index.vue.d.ts +0 -0
  69. /package/dist/{src/components → components}/input/stories/amount.stories.d.ts +0 -0
  70. /package/dist/{src/components → components}/input/stories/constants.d.ts +0 -0
  71. /package/dist/{src/components → components}/input/stories/credit-card.stories.d.ts +0 -0
  72. /package/dist/{src/components → components}/input/stories/default.stories.d.ts +0 -0
  73. /package/dist/{src/components → components}/input/stories/email.stories.d.ts +0 -0
  74. /package/dist/{src/components → components}/input/stories/textarea.stories.d.ts +0 -0
  75. /package/dist/{src/components → components}/input/stories/url.stories.d.ts +0 -0
  76. /package/dist/{src/components → components}/input/stories/user-info.stories.d.ts +0 -0
  77. /package/dist/{src/components → components}/input/types.d.ts +0 -0
  78. /package/dist/{src/components → components}/radio/stories/constants.d.ts +0 -0
  79. /package/dist/{src/components → components}/radio/stories/default.stories.d.ts +0 -0
  80. /package/dist/{src/components → components}/radio/types.d.ts +0 -0
  81. /package/dist/{src/components → components}/select/index.vue.d.ts +0 -0
  82. /package/dist/{src/components → components}/social-button/constants.d.ts +0 -0
  83. /package/dist/{src/components → components}/social-button/stories/apple.stories.d.ts +0 -0
  84. /package/dist/{src/components → components}/social-button/stories/constants.d.ts +0 -0
  85. /package/dist/{src/components → components}/social-button/stories/google.stories.d.ts +0 -0
  86. /package/dist/{src/components → components}/social-button/stories/linkedin.stories.d.ts +0 -0
  87. /package/dist/{src/components → components}/social-button/types.d.ts +0 -0
@@ -0,0 +1,21 @@
1
+ import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
+ const c = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ width: "24",
5
+ height: "24",
6
+ fill: "none"
7
+ }, n = /* @__PURE__ */ o("path", {
8
+ fill: "#000",
9
+ d: "M20.843 17.145a11.957 11.957 0 0 1-1.183 2.127c-.622.886-1.131 1.5-1.524 1.841-.608.56-1.26.846-1.958.862-.5 0-1.105-.142-1.809-.432-.705-.287-1.354-.43-1.947-.43-.622 0-1.289.143-2.003.43-.714.29-1.29.44-1.73.455-.67.029-1.336-.266-2.002-.885-.425-.37-.957-1.006-1.594-1.907-.683-.961-1.245-2.076-1.685-3.347-.472-1.373-.708-2.703-.708-3.99 0-1.474.319-2.746.957-3.811A5.612 5.612 0 0 1 5.66 6.03a5.39 5.39 0 0 1 2.708-.764c.532 0 1.23.164 2.096.487.864.325 1.418.489 1.662.489.181 0 .798-.192 1.842-.576.988-.355 1.822-.502 2.505-.444 1.851.149 3.242.879 4.166 2.193-1.655 1.003-2.474 2.408-2.457 4.21.015 1.404.524 2.572 1.525 3.5.453.43.96.763 1.523 1a16.43 16.43 0 0 1-.388 1.019ZM16.598.44c0 1.1-.402 2.128-1.203 3.079-.967 1.13-2.137 1.783-3.405 1.68a3.417 3.417 0 0 1-.026-.417c0-1.056.46-2.186 1.277-3.11.408-.468.926-.858 1.555-1.168.627-.306 1.22-.475 1.779-.504.016.147.023.294.023.44Z"
10
+ }, null, -1), l = [
11
+ n
12
+ ];
13
+ function r(a, s) {
14
+ return e(), t("svg", c, l);
15
+ }
16
+ const h = { render: r };
17
+ export {
18
+ h as default,
19
+ r as render
20
+ };
21
+ //# sourceMappingURL=apple-logo-ff0ba2f9.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"apple-logo-ff0ba2f9.mjs","sources":["../src/components/icon/assets/apple-logo.svg"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n width: \"24\",\n height: \"24\",\n fill: \"none\"\n}\nconst _hoisted_2 = /*#__PURE__*/_createElementVNode(\"path\", {\n fill: \"#000\",\n d: \"M20.843 17.145a11.957 11.957 0 0 1-1.183 2.127c-.622.886-1.131 1.5-1.524 1.841-.608.56-1.26.846-1.958.862-.5 0-1.105-.142-1.809-.432-.705-.287-1.354-.43-1.947-.43-.622 0-1.289.143-2.003.43-.714.29-1.29.44-1.73.455-.67.029-1.336-.266-2.002-.885-.425-.37-.957-1.006-1.594-1.907-.683-.961-1.245-2.076-1.685-3.347-.472-1.373-.708-2.703-.708-3.99 0-1.474.319-2.746.957-3.811A5.612 5.612 0 0 1 5.66 6.03a5.39 5.39 0 0 1 2.708-.764c.532 0 1.23.164 2.096.487.864.325 1.418.489 1.662.489.181 0 .798-.192 1.842-.576.988-.355 1.822-.502 2.505-.444 1.851.149 3.242.879 4.166 2.193-1.655 1.003-2.474 2.408-2.457 4.21.015 1.404.524 2.572 1.525 3.5.453.43.96.763 1.523 1a16.43 16.43 0 0 1-.388 1.019ZM16.598.44c0 1.1-.402 2.128-1.203 3.079-.967 1.13-2.137 1.783-3.405 1.68a3.417 3.417 0 0 1-.026-.417c0-1.056.46-2.186 1.277-3.11.408-.468.926-.858 1.555-1.168.627-.306 1.22-.475 1.779-.504.016.147.023.294.023.44Z\"\n}, null, -1)\nconst _hoisted_3 = [\n _hoisted_2\n]\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, _hoisted_3))\n}\nexport default { render: render }"],"names":["_hoisted_1","_hoisted_2","_createElementVNode","_hoisted_3","render","_ctx","_cache","_openBlock","_createElementBlock","appleLogo"],"mappings":";AAEA,MAAMA,IAAa;AAAA,EACjB,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,MAAM;AACR,GACMC,IAA0BC,gBAAAA,EAAoB,QAAQ;AAAA,EAC1D,MAAM;AAAA,EACN,GAAG;AACL,GAAG,MAAM,EAAE,GACLC,IAAa;AAAA,EACjBF;AACF;AAEO,SAASG,EAAOC,GAAMC,GAAQ;AACnC,SAAQC,EAAY,GAAEC,EAAoB,OAAOR,GAAYG,CAAU;AACzE;AACA,MAAeM,IAAA,EAAE,QAAQL,EAAM;"}
@@ -0,0 +1,23 @@
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
+ const n = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ fill: "none",
5
+ viewBox: "0 0 14 8"
6
+ }, r = /* @__PURE__ */ t("path", {
7
+ stroke: "currentColor",
8
+ "stroke-linecap": "round",
9
+ "stroke-linejoin": "round",
10
+ "stroke-width": "2",
11
+ d: "m1 1 6 6 6-6"
12
+ }, null, -1), c = [
13
+ r
14
+ ];
15
+ function s(l, d) {
16
+ return e(), o("svg", n, c);
17
+ }
18
+ const h = { render: s };
19
+ export {
20
+ h as default,
21
+ s as render
22
+ };
23
+ //# sourceMappingURL=chevron-down-a5f20f24.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chevron-down-a5f20f24.mjs","sources":["../src/components/icon/assets/chevron-down.svg"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n viewBox: \"0 0 14 8\"\n}\nconst _hoisted_2 = /*#__PURE__*/_createElementVNode(\"path\", {\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n \"stroke-width\": \"2\",\n d: \"m1 1 6 6 6-6\"\n}, null, -1)\nconst _hoisted_3 = [\n _hoisted_2\n]\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, _hoisted_3))\n}\nexport default { render: render }"],"names":["_hoisted_1","_hoisted_2","_createElementVNode","_hoisted_3","render","_ctx","_cache","_openBlock","_createElementBlock","chevronDown"],"mappings":";AAEA,MAAMA,IAAa;AAAA,EACjB,OAAO;AAAA,EACP,MAAM;AAAA,EACN,SAAS;AACX,GACMC,IAA0BC,gBAAAA,EAAoB,QAAQ;AAAA,EAC1D,QAAQ;AAAA,EACR,kBAAkB;AAAA,EAClB,mBAAmB;AAAA,EACnB,gBAAgB;AAAA,EAChB,GAAG;AACL,GAAG,MAAM,EAAE,GACLC,IAAa;AAAA,EACjBF;AACF;AAEO,SAASG,EAAOC,GAAMC,GAAQ;AACnC,SAAQC,EAAY,GAAEC,EAAoB,OAAOR,GAAYG,CAAU;AACzE;AACA,MAAeM,IAAA,EAAE,QAAQL,EAAM;"}
@@ -0,0 +1,23 @@
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
+ const n = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ fill: "none",
5
+ viewBox: "0 0 16 16"
6
+ }, r = /* @__PURE__ */ t("path", {
7
+ stroke: "currentColor",
8
+ "stroke-linecap": "round",
9
+ "stroke-linejoin": "round",
10
+ "stroke-width": "1.636",
11
+ d: "m3.334 3.333 9.333 9.333M3.333 12.666l9.333-9.333"
12
+ }, null, -1), s = [
13
+ r
14
+ ];
15
+ function c(l, d) {
16
+ return e(), o("svg", n, s);
17
+ }
18
+ const _ = { render: c };
19
+ export {
20
+ _ as default,
21
+ c as render
22
+ };
23
+ //# sourceMappingURL=close-e94671b3.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"close-e94671b3.mjs","sources":["../src/components/icon/assets/close.svg"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n viewBox: \"0 0 16 16\"\n}\nconst _hoisted_2 = /*#__PURE__*/_createElementVNode(\"path\", {\n stroke: \"currentColor\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n \"stroke-width\": \"1.636\",\n d: \"m3.334 3.333 9.333 9.333M3.333 12.666l9.333-9.333\"\n}, null, -1)\nconst _hoisted_3 = [\n _hoisted_2\n]\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, _hoisted_3))\n}\nexport default { render: render }"],"names":["_hoisted_1","_hoisted_2","_createElementVNode","_hoisted_3","render","_ctx","_cache","_openBlock","_createElementBlock","close"],"mappings":";AAEA,MAAMA,IAAa;AAAA,EACjB,OAAO;AAAA,EACP,MAAM;AAAA,EACN,SAAS;AACX,GACMC,IAA0BC,gBAAAA,EAAoB,QAAQ;AAAA,EAC1D,QAAQ;AAAA,EACR,kBAAkB;AAAA,EAClB,mBAAmB;AAAA,EACnB,gBAAgB;AAAA,EAChB,GAAG;AACL,GAAG,MAAM,EAAE,GACLC,IAAa;AAAA,EACjBF;AACF;AAEO,SAASG,EAAOC,GAAMC,GAAQ;AACnC,SAAQC,EAAY,GAAEC,EAAoB,OAAOR,GAAYG,CAAU;AACzE;AACA,MAAeM,IAAA,EAAE,QAAQL,EAAM;"}
@@ -1,4 +1,4 @@
1
- import { type AlertProps } from 'ant-design-vue/lib/alert';
1
+ import { AlertProps } from "ant-design-vue";
2
2
  import { MaAlertPropVariant, MaAlertPropType } from "./types";
3
3
  import 'ant-design-vue/lib/alert/style/css';
4
4
  export interface MaAlertProps extends Omit<AlertProps, 'type' | 'message' | 'closable' | 'showIcon'> {
@@ -8,11 +8,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
8
8
  type: MaBadgePropType;
9
9
  variant: MaBadgePropVariant;
10
10
  size: MaBadgePropSize;
11
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaBadgeProps>, {
11
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaBadgeProps>, {
12
12
  type: MaBadgePropType;
13
13
  variant: MaBadgePropVariant;
14
14
  size: MaBadgePropSize;
15
- }>>>, {
15
+ }>>> & {
16
+ onClick?: ((...args: any[]) => any) | undefined;
17
+ }, {
16
18
  type: MaBadgePropType;
17
19
  variant: MaBadgePropVariant;
18
20
  size: MaBadgePropSize;
@@ -1,8 +1,10 @@
1
- import type { CheckboxGroupProps } from 'ant-design-vue/lib/checkbox';
1
+ import { type CheckboxGroupProps } from 'ant-design-vue';
2
2
  import 'ant-design-vue/lib/radio/style/css';
3
3
  export interface MaCheckboxGroupProps extends CheckboxGroupProps {
4
4
  }
5
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<MaCheckboxGroupProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<MaCheckboxGroupProps>>>, {}>, Record<NonNullable<string | number>, (_: {}) => any>>;
5
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<MaCheckboxGroupProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<MaCheckboxGroupProps>>> & {
6
+ onClick?: ((...args: any[]) => any) | undefined;
7
+ }, {}>, Record<NonNullable<string | number>, (_: {}) => any>>;
6
8
  export default _default;
7
9
  declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
10
  declare type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,11 +1,13 @@
1
- import { type CheckboxProps } from 'ant-design-vue/lib/checkbox';
1
+ import { type CheckboxProps } from 'ant-design-vue';
2
2
  import 'ant-design-vue/lib/checkbox/style/css';
3
3
  export interface MaCheckboxProps extends CheckboxProps {
4
4
  hint?: string;
5
5
  indeterminate?: boolean;
6
6
  disabled?: boolean;
7
7
  }
8
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<MaCheckboxProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<MaCheckboxProps>>>, {}>, Record<NonNullable<string | number>, (_: {}) => any>>;
8
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<MaCheckboxProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<MaCheckboxProps>>> & {
9
+ onClick?: ((...args: any[]) => any) | undefined;
10
+ }, {}>, Record<NonNullable<string | number>, (_: {}) => any>>;
9
11
  export default _default;
10
12
  declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
13
  declare type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,4 +1,4 @@
1
- import type { RadioGroupProps } from 'ant-design-vue/lib/radio';
1
+ import { type RadioGroupProps } from 'ant-design-vue';
2
2
  import 'ant-design-vue/lib/radio/style/css';
3
3
  export interface MaRadioGroupProps extends RadioGroupProps {
4
4
  }
@@ -1,4 +1,4 @@
1
- import { type RadioProps } from 'ant-design-vue/lib/radio';
1
+ import { type RadioProps } from 'ant-design-vue';
2
2
  import { MaRadioType } from "./types";
3
3
  import 'ant-design-vue/lib/radio/style/css';
4
4
  export interface MaRadioProps extends RadioProps {
@@ -8,9 +8,11 @@ export interface MaRadioProps extends RadioProps {
8
8
  }
9
9
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaRadioProps>, {
10
10
  type: MaRadioType;
11
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaRadioProps>, {
11
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaRadioProps>, {
12
12
  type: MaRadioType;
13
- }>>>, {
13
+ }>>> & {
14
+ onClick?: ((...args: any[]) => any) | undefined;
15
+ }, {
14
16
  type: MaRadioType;
15
17
  }>, Record<NonNullable<string | number>, (_: {}) => any>>;
16
18
  export default _default;
@@ -0,0 +1,3 @@
1
+ import 'ant-design-vue/lib/button/style/css';
2
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
3
+ export default _default;
@@ -1,5 +1,5 @@
1
- import 'ant-design-vue/lib/button/style/css';
2
1
  import { MaSocialButtonType } from './types';
2
+ import 'ant-design-vue/lib/button/style/css';
3
3
  export interface MaButtonProps {
4
4
  type?: MaSocialButtonType;
5
5
  iconOnly?: boolean;
@@ -7,9 +7,11 @@ export interface MaButtonProps {
7
7
  }
8
8
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaButtonProps>, {
9
9
  type: MaSocialButtonType;
10
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaButtonProps>, {
10
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaButtonProps>, {
11
11
  type: MaSocialButtonType;
12
- }>>>, {
12
+ }>>> & {
13
+ onClick?: ((...args: any[]) => any) | undefined;
14
+ }, {
13
15
  type: MaSocialButtonType;
14
16
  }>, Record<NonNullable<string | number>, (_: {}) => any>>;
15
17
  export default _default;
@@ -0,0 +1,18 @@
1
+ import { openBlock as t, createElementBlock as a, createStaticVNode as l } from "vue";
2
+ const h = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ width: "24",
5
+ height: "24",
6
+ fill: "none"
7
+ }, e = /* @__PURE__ */ l('<g clip-path="url(#a)"><path fill="#4285F4" d="M23.766 12.277c0-.816-.066-1.636-.207-2.439H12.24v4.621h6.482a5.554 5.554 0 0 1-2.399 3.647v2.998h3.867c2.271-2.09 3.576-5.177 3.576-8.827Z"></path><path fill="#34A853" d="M12.24 24c3.237 0 5.966-1.062 7.955-2.896l-3.867-2.998c-1.076.731-2.465 1.146-4.083 1.146-3.131 0-5.786-2.112-6.738-4.952h-3.99v3.091a12.002 12.002 0 0 0 10.723 6.61Z"></path><path fill="#FBBC04" d="M5.503 14.3a7.188 7.188 0 0 1 0-4.594V6.615H1.517a12.01 12.01 0 0 0 0 10.776l3.986-3.09Z"></path><path fill="#EA4335" d="M12.24 4.75a6.52 6.52 0 0 1 4.603 1.799l3.427-3.426A11.533 11.533 0 0 0 12.24 0 11.998 11.998 0 0 0 1.517 6.615l3.986 3.09C6.45 6.863 9.109 4.75 12.24 4.75Z"></path></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"></path></clipPath></defs>', 2), o = [
8
+ e
9
+ ];
10
+ function c(i, p) {
11
+ return t(), a("svg", h, o);
12
+ }
13
+ const f = { render: c };
14
+ export {
15
+ f as default,
16
+ c as render
17
+ };
18
+ //# sourceMappingURL=google-logo-5b2d4f3f.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"google-logo-5b2d4f3f.mjs","sources":["../src/components/icon/assets/google-logo.svg"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, createStaticVNode as _createStaticVNode } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n width: \"24\",\n height: \"24\",\n fill: \"none\"\n}\nconst _hoisted_2 = /*#__PURE__*/_createStaticVNode(\"<g clip-path=\\\"url(#a)\\\"><path fill=\\\"#4285F4\\\" d=\\\"M23.766 12.277c0-.816-.066-1.636-.207-2.439H12.24v4.621h6.482a5.554 5.554 0 0 1-2.399 3.647v2.998h3.867c2.271-2.09 3.576-5.177 3.576-8.827Z\\\"></path><path fill=\\\"#34A853\\\" d=\\\"M12.24 24c3.237 0 5.966-1.062 7.955-2.896l-3.867-2.998c-1.076.731-2.465 1.146-4.083 1.146-3.131 0-5.786-2.112-6.738-4.952h-3.99v3.091a12.002 12.002 0 0 0 10.723 6.61Z\\\"></path><path fill=\\\"#FBBC04\\\" d=\\\"M5.503 14.3a7.188 7.188 0 0 1 0-4.594V6.615H1.517a12.01 12.01 0 0 0 0 10.776l3.986-3.09Z\\\"></path><path fill=\\\"#EA4335\\\" d=\\\"M12.24 4.75a6.52 6.52 0 0 1 4.603 1.799l3.427-3.426A11.533 11.533 0 0 0 12.24 0 11.998 11.998 0 0 0 1.517 6.615l3.986 3.09C6.45 6.863 9.109 4.75 12.24 4.75Z\\\"></path></g><defs><clipPath id=\\\"a\\\"><path fill=\\\"#fff\\\" d=\\\"M0 0h24v24H0z\\\"></path></clipPath></defs>\", 2)\nconst _hoisted_4 = [\n _hoisted_2\n]\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, _hoisted_4))\n}\nexport default { render: render }"],"names":["_hoisted_1","_hoisted_2","_createStaticVNode","_hoisted_4","render","_ctx","_cache","_openBlock","_createElementBlock","googleLogo"],"mappings":";AAEA,MAAMA,IAAa;AAAA,EACjB,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,MAAM;AACR,GACMC,IAA0BC,gBAAAA,EAAmB,4xBAAozB,CAAC,GACl2BC,IAAa;AAAA,EACjBF;AACF;AAEO,SAASG,EAAOC,GAAMC,GAAQ;AACnC,SAAQC,EAAY,GAAEC,EAAoB,OAAOR,GAAYG,CAAU;AACzE;AACA,MAAeM,IAAA,EAAE,QAAQL,EAAM;"}
@@ -0,0 +1,12 @@
1
+ import 'tailwindcss/tailwind.css';
2
+ export { default as MaButton } from './components/button/index.vue';
3
+ export { default as MaInput } from './components/input/index.vue';
4
+ export { default as MaIcon } from './components/icon/index.vue';
5
+ export { default as MaAvatar } from './components/avatar/index.vue';
6
+ export { default as MaRadio } from './components/radio/index.vue';
7
+ export { default as MaRadioGroup } from './components/radio/group.vue';
8
+ export { default as MaCheckbox } from './components/radio/index.vue';
9
+ export { default as MaCheckboxGroup } from './components/radio/group.vue';
10
+ export { default as MaBadge } from './components/badge/index.vue';
11
+ export { default as MaAlert } from './components/alert/index.vue';
12
+ export { default as MaSandbox } from './components/sandbox/index.vue';