@mobileaction/action-kit 0.0.3 → 0.0.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/apple-logo-884566a5.js +2 -0
- package/dist/apple-logo-884566a5.js.map +1 -0
- package/dist/apple-logo-ff0ba2f9.mjs +21 -0
- package/dist/apple-logo-ff0ba2f9.mjs.map +1 -0
- package/dist/close-9ab883c5.js +2 -0
- package/dist/close-9ab883c5.js.map +1 -0
- package/dist/close-e94671b3.mjs +23 -0
- package/dist/close-e94671b3.mjs.map +1 -0
- package/dist/google-logo-5b2d4f3f.mjs +18 -0
- package/dist/google-logo-5b2d4f3f.mjs.map +1 -0
- package/dist/google-logo-b5d2152e.js +2 -0
- package/dist/google-logo-b5d2152e.js.map +1 -0
- package/dist/index.cjs.js +21 -21
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +6992 -6380
- package/dist/index.es.js.map +1 -1
- package/dist/linkedin-logo-37aa9e19.js +2 -0
- package/dist/linkedin-logo-37aa9e19.js.map +1 -0
- package/dist/linkedin-logo-60afbdbd.mjs +31 -0
- package/dist/linkedin-logo-60afbdbd.mjs.map +1 -0
- package/dist/src/components/alert/index.vue.d.ts +42 -0
- package/dist/src/components/alert/stories/blue.stories.d.ts +8 -0
- package/dist/src/components/alert/stories/constants.d.ts +4 -0
- package/dist/src/components/alert/stories/dark.stories.d.ts +9 -0
- package/dist/src/components/alert/stories/green.stories.d.ts +8 -0
- package/dist/src/components/alert/stories/orange.stories.d.ts +8 -0
- package/dist/src/components/alert/stories/red.stories.d.ts +8 -0
- package/dist/src/components/alert/types.d.ts +11 -0
- package/dist/src/components/avatar/index.vue.d.ts +3 -2
- package/dist/src/components/badge/index.vue.d.ts +41 -0
- package/dist/src/components/badge/stories/blue.stories.d.ts +11 -0
- package/dist/src/components/badge/stories/constants.d.ts +4 -0
- package/dist/src/components/badge/stories/dark.stories.d.ts +11 -0
- package/dist/src/components/badge/stories/green.stories.d.ts +11 -0
- package/dist/src/components/badge/stories/orange.stories.d.ts +11 -0
- package/dist/src/components/badge/stories/purple.stories.d.ts +11 -0
- package/dist/src/components/badge/stories/red.stories.d.ts +11 -0
- package/dist/src/components/badge/types.d.ts +20 -0
- package/dist/src/components/button/index.vue.d.ts +44 -0
- package/dist/src/components/button/stories/constants.d.ts +4 -0
- package/dist/src/components/button/stories/danger.stories.d.ts +8 -0
- package/dist/src/components/button/stories/dark.stories.d.ts +8 -0
- package/dist/src/components/button/stories/icon.stories.d.ts +7 -0
- package/dist/src/components/button/stories/info.stories.d.ts +8 -0
- package/dist/src/components/button/stories/link.stories.d.ts +7 -0
- package/dist/src/components/button/stories/plain.stories.d.ts +8 -0
- package/dist/src/components/button/stories/success.stories.d.ts +8 -0
- package/dist/src/components/button/stories/warning.stories.d.ts +8 -0
- package/dist/src/components/button/types.d.ts +21 -0
- package/dist/src/components/checkbox/group.vue.d.ts +20 -0
- package/dist/src/components/checkbox/index.vue.d.ts +23 -0
- package/dist/src/components/checkbox/stories/constants.d.ts +5 -0
- package/dist/src/components/checkbox/stories/default.stories.d.ts +9 -0
- package/dist/src/components/icon/index.vue.d.ts +15 -0
- package/dist/src/components/icon/types.d.ts +1 -0
- package/dist/src/components/input/index.vue.d.ts +54 -0
- package/dist/src/components/input/stories/amount.stories.d.ts +11 -0
- package/dist/src/components/input/stories/constants.d.ts +4 -0
- package/dist/src/components/input/stories/credit-card.stories.d.ts +11 -0
- package/dist/src/components/input/stories/default.stories.d.ts +11 -0
- package/dist/src/components/input/stories/email.stories.d.ts +11 -0
- package/dist/src/components/input/stories/textarea.stories.d.ts +11 -0
- package/dist/src/components/input/stories/url.stories.d.ts +11 -0
- package/dist/src/components/input/stories/user-info.stories.d.ts +11 -0
- package/dist/src/components/input/types.d.ts +29 -4
- package/dist/src/components/radio/group.vue.d.ts +20 -0
- package/dist/src/components/radio/index.vue.d.ts +35 -0
- package/dist/src/components/radio/stories/constants.d.ts +4 -0
- package/dist/src/components/radio/stories/default.stories.d.ts +9 -0
- package/dist/src/components/radio/types.d.ts +4 -0
- package/dist/src/components/select/index.vue.d.ts +8 -2
- package/dist/src/components/social-button/constants.d.ts +5 -0
- package/dist/src/components/social-button/index.vue.d.ts +34 -0
- package/dist/src/components/social-button/stories/apple.stories.d.ts +8 -0
- package/dist/src/components/social-button/stories/constants.d.ts +4 -0
- package/dist/src/components/social-button/stories/google.stories.d.ts +8 -0
- package/dist/src/components/social-button/stories/linkedin.stories.d.ts +8 -0
- package/dist/src/components/social-button/types.d.ts +5 -0
- package/dist/src/index.d.ts +12 -0
- package/dist/style.css +1 -1
- package/dist/vite.config.d.ts +2 -0
- package/package.json +26 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mobileaction/action-kit",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"main": "dist/index.cjs.js",
|
|
5
5
|
"module": "dist/index.es.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -17,34 +17,36 @@
|
|
|
17
17
|
],
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"scripts": {
|
|
20
|
-
"dev": "
|
|
21
|
-
"build": "
|
|
22
|
-
"build-storybook": "build
|
|
20
|
+
"dev": "storybook dev -p 6006",
|
|
21
|
+
"build": "vite build && vue-tsc --emitDeclarationOnly",
|
|
22
|
+
"build-storybook": "storybook build",
|
|
23
23
|
"preview": "vite preview",
|
|
24
24
|
"test": "vitest",
|
|
25
25
|
"test:coverage": "vitest --coverage",
|
|
26
26
|
"build-only": "vite build",
|
|
27
27
|
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
|
|
28
28
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
29
|
-
"format": "prettier --write src/"
|
|
29
|
+
"format": "prettier --write src/",
|
|
30
|
+
"deploy-storybook": "gh-pages -d storybook-static"
|
|
30
31
|
},
|
|
31
32
|
"peerDependencies": {
|
|
32
|
-
"vue": "
|
|
33
|
+
"vue": "^3.2.47"
|
|
33
34
|
},
|
|
34
35
|
"devDependencies": {
|
|
35
36
|
"@babel/core": "^7.21.0",
|
|
36
37
|
"@playwright/test": "^1.31.1",
|
|
37
38
|
"@rushstack/eslint-patch": "^1.2.0",
|
|
38
|
-
"@storybook/addon-actions": "^
|
|
39
|
-
"@storybook/addon-docs": "^
|
|
40
|
-
"@storybook/addon-essentials": "^
|
|
41
|
-
"@storybook/addon-interactions": "^
|
|
42
|
-
"@storybook/addon-links": "^
|
|
43
|
-
"@storybook/addon-
|
|
44
|
-
"@storybook/addon-
|
|
45
|
-
"@storybook/
|
|
46
|
-
"@storybook/testing-library": "^0.0
|
|
47
|
-
"@storybook/vue3": "^
|
|
39
|
+
"@storybook/addon-actions": "^7.0.4",
|
|
40
|
+
"@storybook/addon-docs": "^7.0.4",
|
|
41
|
+
"@storybook/addon-essentials": "^7.0.4",
|
|
42
|
+
"@storybook/addon-interactions": "^7.0.4",
|
|
43
|
+
"@storybook/addon-links": "^7.0.4",
|
|
44
|
+
"@storybook/addon-mdx-gfm": "^7.0.4",
|
|
45
|
+
"@storybook/addon-storysource": "^7.0.4",
|
|
46
|
+
"@storybook/addon-styling": "^1.0.0",
|
|
47
|
+
"@storybook/testing-library": "^0.1.0",
|
|
48
|
+
"@storybook/vue3": "^7.0.4",
|
|
49
|
+
"@storybook/vue3-vite": "^7.0.4",
|
|
48
50
|
"@svgr/webpack": "^6.5.1",
|
|
49
51
|
"@testing-library/jest-dom": "^5.16.5",
|
|
50
52
|
"@testing-library/vue": "^7.0.0",
|
|
@@ -61,25 +63,30 @@
|
|
|
61
63
|
"eslint": "^8.34.0",
|
|
62
64
|
"eslint-plugin-storybook": "^0.6.11",
|
|
63
65
|
"eslint-plugin-vue": "^9.9.0",
|
|
66
|
+
"gh-pages": "^5.0.0",
|
|
64
67
|
"jsdom": "^21.1.0",
|
|
68
|
+
"lodash": "^4.17.21",
|
|
65
69
|
"npm-run-all": "^4.1.5",
|
|
66
70
|
"postcss": "^8.4.21",
|
|
67
71
|
"postcss-nesting": "^11.2.1",
|
|
68
72
|
"prettier": "^2.8.4",
|
|
73
|
+
"react": "^18.2.0",
|
|
74
|
+
"react-dom": "^18.2.0",
|
|
69
75
|
"sass": "^1.58.3",
|
|
70
76
|
"sass-loader": "^13.2.0",
|
|
77
|
+
"storybook": "^7.0.4",
|
|
71
78
|
"tailwindcss": "^3.2.7",
|
|
72
79
|
"typescript": "~4.8.4",
|
|
73
80
|
"vite": "^4.1.4",
|
|
74
81
|
"vite-plugin-dts": "^2.1.0",
|
|
75
82
|
"vite-svg-loader": "^4.0.0",
|
|
76
83
|
"vitest": "^0.29.1",
|
|
77
|
-
"vue": "
|
|
84
|
+
"vue": "3.2.47",
|
|
78
85
|
"vue-loader": "^16.8.3",
|
|
79
86
|
"vue-tsc": "^1.2.0"
|
|
80
87
|
},
|
|
81
88
|
"dependencies": {
|
|
82
|
-
"ant-design-vue": "
|
|
89
|
+
"ant-design-vue": "3.2.16"
|
|
83
90
|
},
|
|
84
91
|
"description": "UI Component library for Mobile Action.",
|
|
85
92
|
"repository": {
|
|
@@ -94,5 +101,5 @@
|
|
|
94
101
|
"bugs": {
|
|
95
102
|
"url": "https://github.com/mobileaction/action-kit/issues"
|
|
96
103
|
},
|
|
97
|
-
"homepage": "https://github.
|
|
104
|
+
"homepage": "https://mobileaction.github.io/action-kit"
|
|
98
105
|
}
|