@davincihealthcare/elty-design-system-vue 1.59.2 → 1.59.3

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.
@@ -13,6 +13,12 @@ export interface ElModalProps {
13
13
  }
14
14
  export declare const elModalSizes: readonly ["xs", "m", "l", "xl"];
15
15
  export type ElModalSize = (typeof elModalSizes)[number];
16
+ export declare const elModalSizesBreakpoints: {
17
+ xs: number;
18
+ m: number;
19
+ l: number;
20
+ xl: number;
21
+ };
16
22
  export declare const elModalColors: readonly ["primary", "secondary", "error"];
17
23
  export type ElModalColor = (typeof elModalColors)[number];
18
24
  declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{