@davincihealthcare/elty-design-system-vue 1.10.0 → 1.10.2

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/README.md CHANGED
@@ -87,7 +87,6 @@ As it has been set the following as `peer dependencies`
87
87
  - @tailwindcss/typography
88
88
  - vee-validate
89
89
  - vue
90
- - vue-router
91
90
 
92
91
  **please check for compatibility issues if you experience something strange**
93
92
 
@@ -1,16 +1,24 @@
1
1
  export declare const elAvatarSizes: readonly ["xxs", "xs", "sm", "md", "lg", "xl"];
2
2
  export type ElAvatarSize = (typeof elAvatarSizes)[number];
3
3
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
4
- picture: string;
4
+ picture?: string | undefined;
5
5
  size: ElAvatarSize;
6
+ label?: string | undefined;
6
7
  }>, {
8
+ picture: undefined;
7
9
  size: string;
10
+ label: undefined;
8
11
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
9
- picture: string;
12
+ picture?: string | undefined;
10
13
  size: ElAvatarSize;
14
+ label?: string | undefined;
11
15
  }>, {
16
+ picture: undefined;
12
17
  size: string;
18
+ label: undefined;
13
19
  }>>>, {
20
+ label: string;
21
+ picture: string;
14
22
  size: ElAvatarSize;
15
23
  }, {}>;
16
24
  export default _default;