@maltjoy/core-vue 5.14.0 → 5.15.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.
@@ -4,7 +4,7 @@
4
4
  * Each component will start from these types and enrich them locally to pick what's nedeed.
5
5
  */
6
6
  export type TGenericVariants = 'primary' | 'secondary';
7
- export type TSizes = 'xlarge' | 'large' | 'medium' | 'small' | 'xsmall' | 'xxsmall';
7
+ export type TSizes = 'xxlarge' | 'xlarge' | 'large' | 'medium' | 'small' | 'xsmall' | 'xxsmall';
8
8
  export type TLevels = 'neutral' | 'success' | 'info' | 'warning' | 'error';
9
9
  export type TPositions = 'left' | 'right';
10
10
  export type BrandColors = 'primary-brand' | 'secondary-brand';
@@ -37,6 +37,7 @@ declare module 'vue' {
37
37
  VJoyIndicators: typeof import('./dist/components/JoyIndicators/VJoyIndicators.vue')['default'];
38
38
  VJoyInput: typeof import('./dist/components/JoyInput/VJoyInput.vue')['default'];
39
39
  VJoyInputDigit: typeof import('./dist/components/JoyInputDigit/VJoyInputDigit.vue')['default'];
40
+ VJoyInputPassword: typeof import('./dist/components/JoyInputPassword/VJoyInputPassword.vue')['default'];
40
41
  VJoyLabel: typeof import('./dist/components/JoyLabel/VJoyLabel.vue')['default'];
41
42
  VJoyLink: typeof import('./dist/components/JoyLink/VJoyLink.vue')['default'];
42
43
  VJoyListItem: typeof import('./dist/components/JoyListItem/VJoyListItem.vue')['default'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maltjoy/core-vue",
3
- "version": "5.14.0",
3
+ "version": "5.15.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -27,9 +27,9 @@
27
27
  "dependencies": {
28
28
  "@floating-ui/dom": "1.5.3",
29
29
  "@floating-ui/vue": "1.0.2",
30
- "@maltjoy/css": "5.14.0",
31
- "@maltjoy/icons": "5.14.0",
32
- "@maltjoy/themes": "5.14.0",
30
+ "@maltjoy/css": "5.15.0",
31
+ "@maltjoy/icons": "5.15.0",
32
+ "@maltjoy/themes": "5.15.0",
33
33
  "@vueuse/components": "10.8.0",
34
34
  "@vueuse/core": "10.8.0",
35
35
  "@vue/runtime-core": "3.5.13",