@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.
Files changed (69) hide show
  1. package/dist/index14.cjs +1 -1
  2. package/dist/index14.mjs +1 -1
  3. package/dist/index16.cjs +1 -1
  4. package/dist/index16.mjs +1 -1
  5. package/dist/index2.cjs +1 -1
  6. package/dist/index2.mjs +12 -12
  7. package/dist/index24.cjs +1 -1
  8. package/dist/index24.mjs +20 -26
  9. package/dist/index26.cjs +2 -6
  10. package/dist/index26.mjs +214 -176
  11. package/dist/index28.cjs +1 -1
  12. package/dist/index28.mjs +33 -32
  13. package/dist/index30.cjs +1 -1
  14. package/dist/index30.mjs +29 -28
  15. package/dist/index32.cjs +1 -1
  16. package/dist/index32.mjs +1 -1
  17. package/dist/index36.cjs +1 -1
  18. package/dist/index36.mjs +1 -1
  19. package/dist/index40.cjs +1 -1
  20. package/dist/index40.mjs +4 -4
  21. package/dist/index46.cjs +1 -1
  22. package/dist/index46.mjs +2 -2
  23. package/dist/index75.cjs +1 -1
  24. package/dist/index75.mjs +4 -51
  25. package/dist/index76.cjs +1 -59
  26. package/dist/index76.mjs +18 -1146
  27. package/dist/index77.cjs +1 -1
  28. package/dist/index77.mjs +6 -2
  29. package/dist/index78.cjs +59 -0
  30. package/dist/index78.mjs +1152 -0
  31. package/dist/index79.cjs +5 -0
  32. package/dist/index79.mjs +21 -0
  33. package/dist/index8.cjs +1 -1
  34. package/dist/index8.mjs +5 -5
  35. package/dist/index80.cjs +1 -0
  36. package/dist/index80.mjs +53 -0
  37. package/dist/index81.cjs +1 -0
  38. package/dist/index81.mjs +4 -0
  39. package/dist/storybook-shared/src/globals.d.ts +2 -0
  40. package/dist/storybook-shared/src/globals.d.ts.map +1 -1
  41. package/dist/vue-lib/src/BrandConfigurator.vue.d.ts.map +1 -1
  42. package/dist/vue-lib/src/Welcome.vue.d.ts.map +1 -1
  43. package/dist/vue-lib/src/components/BlogEditor/BlogEditor.vue.d.ts +4 -1
  44. package/dist/vue-lib/src/components/BlogEditor/BlogEditor.vue.d.ts.map +1 -1
  45. package/dist/vue-lib/src/components/Chat/Chat.vue.d.ts +2 -0
  46. package/dist/vue-lib/src/components/Chat/Chat.vue.d.ts.map +1 -1
  47. package/dist/vue-lib/src/components/CtaSection/CtaSection.vue.d.ts.map +1 -1
  48. package/dist/vue-lib/src/components/DataTable/DataTable.vue.d.ts.map +1 -1
  49. package/dist/vue-lib/src/components/Dialog/Dialog.vue.d.ts.map +1 -1
  50. package/dist/vue-lib/src/components/Dropdown/Dropdown.vue.d.ts.map +1 -1
  51. package/dist/vue-lib/src/components/Dropdown/DropdownItem.vue.d.ts.map +1 -1
  52. package/dist/vue-lib/src/components/Footer/Footer.vue.d.ts.map +1 -1
  53. package/dist/vue-lib/src/components/Footer/SocialIcon.vue.d.ts.map +1 -1
  54. package/dist/vue-lib/src/components/LoadingButton/LoadingButton.vue.d.ts +1 -0
  55. package/dist/vue-lib/src/components/LoadingButton/LoadingButton.vue.d.ts.map +1 -1
  56. package/dist/vue-lib/src/components/Navbar/Navbar.vue.d.ts.map +1 -1
  57. package/dist/vue-lib/src/components/PageHeader/PageHeader.vue.d.ts.map +1 -1
  58. package/dist/vue-lib/src/components/Panel/Panel.vue.d.ts.map +1 -1
  59. package/dist/vue-lib/src/components/ProcessSteps/ProcessSteps.vue.d.ts.map +1 -1
  60. package/dist/vue-lib/src/components/SectionHeader/SectionHeader.vue.d.ts.map +1 -1
  61. package/dist/vue-lib/src/components/StatRow/StatRow.vue.d.ts.map +1 -1
  62. package/dist/vue-lib/src/components/StatusBadge/StatusBadge.vue.d.ts +1 -0
  63. package/dist/vue-lib/src/components/StatusBadge/StatusBadge.vue.d.ts.map +1 -1
  64. package/dist/vue-lib/src/components/SubscribeForm/SubscribeForm.vue.d.ts +3 -0
  65. package/dist/vue-lib/src/components/SubscribeForm/SubscribeForm.vue.d.ts.map +1 -1
  66. package/dist/vue-lib/src/components/cards/BlogCard/BlogCard.vue.d.ts.map +1 -1
  67. package/dist/vue-lib/src/components/cards/FeatureCard/FeatureCard.vue.d.ts.map +1 -1
  68. package/dist/vue-lib.css +1 -1
  69. package/package.json +10 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m2s2/vue-lib",
3
- "version": "2.4.1",
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
- "build:prod": "vite build && vue-tsc --emitDeclarationOnly --declarationDir dist",
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.3.0",
50
- "@m2s2/tokens": "2.2.1",
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.3.0",
55
- "@m2s2/tokens": "2.2.1",
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",