@maltjoy/core-vue 3.19.8 → 3.20.0

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.
@@ -25,4 +25,5 @@ export declare enum FontsFamilies {
25
25
  SECONDARY = "secondary"
26
26
  }
27
27
  export declare const PRIMARY_FONT_SIZES: readonly [100, 200, 300, 400, 600, 800];
28
+ export declare const PRIMARY_FONT_SIZES_BOLD: readonly [150, 250, 350, 450, 650, 850];
28
29
  export declare const SECONDARY_FONT_SIZES: readonly [200, 400, 600, 800];
@@ -6,6 +6,7 @@ declare module 'vue' {
6
6
  VJoyAvatarsList: typeof import('./dist/components/JoyAvatarsList/VJoyAvatarsList.vue')['default'];
7
7
  VJoyBadge: typeof import('./dist/components/JoyBadge/VJoyBadge.vue')['default'];
8
8
  VJoyBadgeLevel: typeof import('./dist/components/JoyBadgeLevel/VJoyBadgeLevel.vue')['default'];
9
+ VJoyBlockSkeleton: typeof import('./dist/components/JoyBlockSkeleton/VJoyBlockSkeleton.vue')['default'];
9
10
  VJoyBottomSheet: typeof import('./dist/components/JoyBottomSheet/VJoyBottomSheet.vue')['default'];
10
11
  VJoyBottomSheetTrigger: typeof import('./dist/components/JoyBottomSheetTrigger/VJoyBottomSheetTrigger.vue')['default'];
11
12
  VJoyButton: typeof import('./dist/components/JoyButton/VJoyButton.vue')['default'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maltjoy/core-vue",
3
- "version": "3.19.8",
3
+ "version": "3.20.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -20,15 +20,15 @@
20
20
  "dependencies": {
21
21
  "@floating-ui/dom": "1.5.3",
22
22
  "@floating-ui/vue": "^1.0.2",
23
- "@maltjoy/icons": "3.19.8",
24
- "@maltjoy/themes": "3.19.8",
25
- "@vueuse/components": "^9.13.0",
26
- "@vueuse/core": "^9.13.0",
23
+ "@maltjoy/icons": "3.20.0",
24
+ "@maltjoy/themes": "3.20.0",
25
+ "@vueuse/components": "10.8.0",
26
+ "@vueuse/core": "10.8.0",
27
27
  "@vueuse/integrations": "10.5.0",
28
28
  "focus-trap": "^7.5.4",
29
- "mitt": "^3.0.1",
29
+ "mitt": "3.0.1",
30
30
  "vue": "3.3.4",
31
- "vue-router": "4.2.1"
31
+ "vue-router": "4.2.5"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@babel/core": "7.20.12",
@@ -66,10 +66,10 @@
66
66
  "react-dom": "17.0.2",
67
67
  "sass": "^1.60.0",
68
68
  "storybook": "7.6.8",
69
- "typescript": "^4.9.3",
69
+ "typescript": "5.3.3",
70
70
  "vite": "^4.0.0",
71
71
  "vitest": "^0.28.4",
72
- "vue-tsc": "^1.0.11"
72
+ "vue-tsc": "1.8.27"
73
73
  },
74
74
  "scripts": {
75
75
  "dev": "pnpm prepare && vite",