@davincihealthcare/elty-design-system-vue 1.60.2 → 1.61.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.
@@ -36,7 +36,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
36
36
  default: string;
37
37
  };
38
38
  size: {
39
- type: import('vue').PropType<"xs" | "xl" | "l" | "m">;
39
+ type: import('vue').PropType<"l" | "m" | "xs" | "xl">;
40
40
  default: string;
41
41
  };
42
42
  description: {
@@ -107,7 +107,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
107
107
  default: string;
108
108
  };
109
109
  size: {
110
- type: import('vue').PropType<"base" | "xs" | "sm" | "xl" | "l">;
110
+ type: import('vue').PropType<"base" | "l" | "xs" | "sm" | "xl">;
111
111
  default: string;
112
112
  };
113
113
  dark: {
@@ -185,7 +185,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
185
185
  default: string;
186
186
  };
187
187
  size: {
188
- type: import('vue').PropType<"base" | "xs" | "sm" | "xl" | "l">;
188
+ type: import('vue').PropType<"base" | "l" | "xs" | "sm" | "xl">;
189
189
  default: string;
190
190
  };
191
191
  dark: {
@@ -263,7 +263,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
263
263
  default: string;
264
264
  };
265
265
  size: {
266
- type: import('vue').PropType<"base" | "xs" | "sm" | "xl" | "l">;
266
+ type: import('vue').PropType<"base" | "l" | "xs" | "sm" | "xl">;
267
267
  default: string;
268
268
  };
269
269
  dark: {
@@ -313,7 +313,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
313
313
  default: string;
314
314
  };
315
315
  size: {
316
- type: import('vue').PropType<"xs" | "xl" | "l" | "m">;
316
+ type: import('vue').PropType<"l" | "m" | "xs" | "xl">;
317
317
  default: string;
318
318
  };
319
319
  description: {
@@ -384,7 +384,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
384
384
  default: string;
385
385
  };
386
386
  size: {
387
- type: import('vue').PropType<"base" | "xs" | "sm" | "xl" | "l">;
387
+ type: import('vue').PropType<"base" | "l" | "xs" | "sm" | "xl">;
388
388
  default: string;
389
389
  };
390
390
  dark: {
@@ -462,7 +462,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
462
462
  default: string;
463
463
  };
464
464
  size: {
465
- type: import('vue').PropType<"base" | "xs" | "sm" | "xl" | "l">;
465
+ type: import('vue').PropType<"base" | "l" | "xs" | "sm" | "xl">;
466
466
  default: string;
467
467
  };
468
468
  dark: {
@@ -540,7 +540,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
540
540
  default: string;
541
541
  };
542
542
  size: {
543
- type: import('vue').PropType<"base" | "xs" | "sm" | "xl" | "l">;
543
+ type: import('vue').PropType<"base" | "l" | "xs" | "sm" | "xl">;
544
544
  default: string;
545
545
  };
546
546
  dark: {
@@ -0,0 +1,4 @@
1
+ export declare const GSM_STANDARD_CHARS: string[];
2
+ export declare const GSM_EXTENDED_CHARS: string[];
3
+ export declare const doesNotContainUnicodeChars: (text: string) => boolean;
4
+ export declare const findUnicodeChars: (text: string) => string[];
@@ -0,0 +1 @@
1
+ export {};