@m2s2/vue-lib 2.4.1 → 2.5.1
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/index14.cjs +1 -1
- package/dist/index14.mjs +1 -1
- package/dist/index16.cjs +1 -1
- package/dist/index16.mjs +1 -1
- package/dist/index2.cjs +1 -1
- package/dist/index2.mjs +12 -12
- package/dist/index24.cjs +1 -1
- package/dist/index24.mjs +20 -26
- package/dist/index26.cjs +2 -6
- package/dist/index26.mjs +214 -176
- package/dist/index28.cjs +1 -1
- package/dist/index28.mjs +33 -32
- package/dist/index30.cjs +1 -1
- package/dist/index30.mjs +29 -28
- package/dist/index32.cjs +1 -1
- package/dist/index32.mjs +1 -1
- package/dist/index36.cjs +1 -1
- package/dist/index36.mjs +1 -1
- package/dist/index40.cjs +1 -1
- package/dist/index40.mjs +4 -4
- package/dist/index46.cjs +1 -1
- package/dist/index46.mjs +2 -2
- package/dist/index75.cjs +1 -1
- package/dist/index75.mjs +4 -51
- package/dist/index76.cjs +1 -59
- package/dist/index76.mjs +18 -1146
- package/dist/index77.cjs +1 -1
- package/dist/index77.mjs +6 -2
- package/dist/index78.cjs +59 -0
- package/dist/index78.mjs +1152 -0
- package/dist/index79.cjs +5 -0
- package/dist/index79.mjs +21 -0
- package/dist/index8.cjs +1 -1
- package/dist/index8.mjs +5 -5
- package/dist/index80.cjs +1 -0
- package/dist/index80.mjs +53 -0
- package/dist/index81.cjs +1 -0
- package/dist/index81.mjs +4 -0
- package/dist/storybook-shared/src/globals.d.ts +2 -0
- package/dist/storybook-shared/src/globals.d.ts.map +1 -1
- package/dist/vue-lib/src/BrandConfigurator.vue.d.ts.map +1 -1
- package/dist/vue-lib/src/Welcome.vue.d.ts.map +1 -1
- package/dist/vue-lib/src/components/BlogEditor/BlogEditor.vue.d.ts +4 -1
- package/dist/vue-lib/src/components/BlogEditor/BlogEditor.vue.d.ts.map +1 -1
- package/dist/vue-lib/src/components/Chat/Chat.vue.d.ts +2 -0
- package/dist/vue-lib/src/components/Chat/Chat.vue.d.ts.map +1 -1
- package/dist/vue-lib/src/components/CtaSection/CtaSection.vue.d.ts.map +1 -1
- package/dist/vue-lib/src/components/DataTable/DataTable.vue.d.ts.map +1 -1
- package/dist/vue-lib/src/components/Dialog/Dialog.vue.d.ts.map +1 -1
- package/dist/vue-lib/src/components/Dropdown/Dropdown.vue.d.ts.map +1 -1
- package/dist/vue-lib/src/components/Dropdown/DropdownItem.vue.d.ts.map +1 -1
- package/dist/vue-lib/src/components/Footer/Footer.vue.d.ts.map +1 -1
- package/dist/vue-lib/src/components/Footer/SocialIcon.vue.d.ts.map +1 -1
- package/dist/vue-lib/src/components/LoadingButton/LoadingButton.vue.d.ts +1 -0
- package/dist/vue-lib/src/components/LoadingButton/LoadingButton.vue.d.ts.map +1 -1
- package/dist/vue-lib/src/components/Navbar/Navbar.vue.d.ts.map +1 -1
- package/dist/vue-lib/src/components/PageHeader/PageHeader.vue.d.ts.map +1 -1
- package/dist/vue-lib/src/components/Panel/Panel.vue.d.ts.map +1 -1
- package/dist/vue-lib/src/components/ProcessSteps/ProcessSteps.vue.d.ts.map +1 -1
- package/dist/vue-lib/src/components/SectionHeader/SectionHeader.vue.d.ts.map +1 -1
- package/dist/vue-lib/src/components/StatRow/StatRow.vue.d.ts.map +1 -1
- package/dist/vue-lib/src/components/StatusBadge/StatusBadge.vue.d.ts +1 -0
- package/dist/vue-lib/src/components/StatusBadge/StatusBadge.vue.d.ts.map +1 -1
- package/dist/vue-lib/src/components/SubscribeForm/SubscribeForm.vue.d.ts +3 -0
- package/dist/vue-lib/src/components/SubscribeForm/SubscribeForm.vue.d.ts.map +1 -1
- package/dist/vue-lib/src/components/cards/BlogCard/BlogCard.vue.d.ts.map +1 -1
- package/dist/vue-lib/src/components/cards/FeatureCard/FeatureCard.vue.d.ts.map +1 -1
- package/dist/vue-lib.css +1 -1
- package/package.json +10 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m2s2/vue-lib",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.1",
|
|
4
4
|
"description": "Vue 3 component library by M²S² Engineering Group.",
|
|
5
5
|
"author": "M²S² Engineering Group <contact@m2s2.io>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -34,8 +34,9 @@
|
|
|
34
34
|
"dist"
|
|
35
35
|
],
|
|
36
36
|
"scripts": {
|
|
37
|
-
"build": "vite build && vue-tsc --emitDeclarationOnly --declarationDir dist",
|
|
38
|
-
"
|
|
37
|
+
"build": "vite build && vue-tsc -p tsconfig.build.json --emitDeclarationOnly --declarationDir dist",
|
|
38
|
+
"lint": "eslint \"src/**/*.{ts,vue}\"",
|
|
39
|
+
"build:prod": "vite build && vue-tsc -p tsconfig.build.json --emitDeclarationOnly --declarationDir dist",
|
|
39
40
|
"test": "vitest run",
|
|
40
41
|
"test:watch": "vitest",
|
|
41
42
|
"test:coverage": "vitest run --coverage",
|
|
@@ -46,13 +47,15 @@
|
|
|
46
47
|
"marked": "^17.0.0"
|
|
47
48
|
},
|
|
48
49
|
"peerDependencies": {
|
|
49
|
-
"@m2s2/models": "2.
|
|
50
|
-
"@m2s2/tokens": "2.2.
|
|
50
|
+
"@m2s2/models": "2.4.1",
|
|
51
|
+
"@m2s2/tokens": "2.2.2",
|
|
52
|
+
"@m2s2/utils": "1.0.0",
|
|
51
53
|
"vue": ">=3.0.0"
|
|
52
54
|
},
|
|
53
55
|
"devDependencies": {
|
|
54
|
-
"@m2s2/models": "2.
|
|
55
|
-
"@m2s2/tokens": "2.2.
|
|
56
|
+
"@m2s2/models": "2.4.1",
|
|
57
|
+
"@m2s2/tokens": "2.2.2",
|
|
58
|
+
"@m2s2/utils": "1.0.0",
|
|
56
59
|
"@storybook/addon-docs": "^10.3.6",
|
|
57
60
|
"@storybook/vue3-vite": "^10.3.6",
|
|
58
61
|
"@vitejs/plugin-vue": "^5.2.3",
|