@solfacil/girassol 0.18.0 → 0.19.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.
Files changed (85) hide show
  1. package/dist/girassol.es.js +4330 -4256
  2. package/dist/girassol.umd.js +6 -6
  3. package/dist/style.css +1 -1
  4. package/dist/tsconfig.app.tsbuildinfo +1 -0
  5. package/dist/types/components/accordion/Accordion.vue.d.ts +19 -76
  6. package/dist/types/components/collapsible/Collapsible.vue.d.ts +25 -90
  7. package/dist/types/components/empty-state/EmptyState.vue.d.ts +17 -74
  8. package/dist/types/components/filters/chip/removable-chip/RemovableChip.vue.d.ts +21 -92
  9. package/dist/types/components/filters/chip/selectable-chip/SelectableChip.vue.d.ts +23 -97
  10. package/dist/types/components/forms/button/button/Button.vue.d.ts +25 -94
  11. package/dist/types/components/forms/button/button-destructive/ButtonDestructive.vue.d.ts +17 -74
  12. package/dist/types/components/forms/checkbox/checkbox-group/CheckboxGroup.vue.d.ts +37 -131
  13. package/dist/types/components/forms/inputs/input-text/InputText.vue.d.ts +35 -134
  14. package/dist/types/components/forms/inputs/input-textarea/InputTextarea.vue.d.ts +2 -2
  15. package/dist/types/components/forms/radio/radio-group/RadioGroup.vue.d.ts +37 -131
  16. package/dist/types/components/forms/select/ListOption.vue.d.ts +18 -81
  17. package/dist/types/components/forms/select/Select.vue.d.ts +65 -216
  18. package/dist/types/components/forms/switch/Switch.vue.d.ts +2 -2
  19. package/dist/types/components/informations/alert/Alert.vue.d.ts +22 -97
  20. package/dist/types/components/informations/tag/Tag.vue.d.ts +21 -92
  21. package/dist/types/components/informations/text-value/TextValue.vue.d.ts +22 -81
  22. package/dist/types/components/list/List.vue.d.ts +63 -174
  23. package/dist/types/components/list/ListItem.vue.d.ts +61 -132
  24. package/dist/types/components/list/ListItemTextValue.vue.d.ts +21 -82
  25. package/dist/types/components/menus/menu/Menu.vue.d.ts +35 -94
  26. package/dist/types/components/menus/menu-item/menu-item/MenuItem.vue.d.ts +13 -64
  27. package/dist/types/components/menus/menu-item/menu-item-link/MenuItemLink.vue.d.ts +24 -85
  28. package/dist/types/components/menus/menu-navigation-links/MenuNavigationLinks.vue.d.ts +22 -69
  29. package/dist/types/components/modals/modal/Modal.vue.d.ts +44 -164
  30. package/dist/types/components/tabs/TabItem.vue.d.ts +19 -70
  31. package/dist/types/composables/use-toast/Toast.vue.d.ts +36 -133
  32. package/dist/types/index.d.ts +20 -20
  33. package/package.json +24 -23
  34. package/theme/safelist.ts +157 -21
  35. package/dist/cli/src/cli.d.ts +0 -1
  36. package/dist/cli/src/commands/create:component.d.ts +0 -1
  37. package/dist/cli/src/commands/generate:plugin.d.ts +0 -1
  38. package/dist/cli/src/commands/generate:types.d.ts +0 -7
  39. package/dist/cli/src/commands/girassol-cli.d.ts +0 -1
  40. package/dist/cli/src/extensions/cli-extension.d.ts +0 -1
  41. package/dist/cli/src/types.d.ts +0 -0
  42. package/dist/theme/solfacil/borders.d.ts +0 -18
  43. package/dist/theme/solfacil/colors.d.ts +0 -63
  44. package/dist/theme/solfacil/effects.d.ts +0 -17
  45. package/dist/theme/solfacil/index.d.ts +0 -18
  46. package/dist/theme/solfacil/miscs.d.ts +0 -144
  47. package/dist/theme/solfacil/screens.d.ts +0 -29
  48. package/dist/theme/solfacil/spacing.d.ts +0 -64
  49. package/dist/theme/solfacil/typography.d.ts +0 -41
  50. package/dist/theme/solfacil/utilities.d.ts +0 -8
  51. package/dist/types/components/accordion/accordion.spec.d.ts +0 -1
  52. package/dist/types/components/breadcrumb/breadcrumb.spec.d.ts +0 -1
  53. package/dist/types/components/collapsible/collapsible.spec.d.ts +0 -1
  54. package/dist/types/components/date-picker/datepicker.spec.d.ts +0 -1
  55. package/dist/types/components/empty-state/empty-state.spec.d.ts +0 -1
  56. package/dist/types/components/file-upload/file-upload.spec.d.ts +0 -1
  57. package/dist/types/components/filters/chip/removable-chip/removable-chip.spec.d.ts +0 -1
  58. package/dist/types/components/filters/chip/selectable-chip/selectable-chip.spec.d.ts +0 -1
  59. package/dist/types/components/forms/button/button/button.spec.d.ts +0 -1
  60. package/dist/types/components/forms/checkbox/checkbox/checkbox.spec.d.ts +0 -1
  61. package/dist/types/components/forms/checkbox/checkbox-group/checkbox-group.spec.d.ts +0 -1
  62. package/dist/types/components/forms/inputs/input-core/input.spec.d.ts +0 -1
  63. package/dist/types/components/forms/inputs/input-password/input-password.spec.d.ts +0 -1
  64. package/dist/types/components/forms/inputs/input-text/input-text.spec.d.ts +0 -1
  65. package/dist/types/components/forms/inputs/input-textarea/textarea.spec.d.ts +0 -1
  66. package/dist/types/components/forms/radio/radio/radio.spec.d.ts +0 -1
  67. package/dist/types/components/forms/radio/radio-group/radio-group.spec.d.ts +0 -1
  68. package/dist/types/components/forms/select/select.spec.d.ts +0 -1
  69. package/dist/types/components/forms/switch/switch.spec.d.ts +0 -1
  70. package/dist/types/components/informations/alert/alert.spec.d.ts +0 -1
  71. package/dist/types/components/informations/tag/tag.spec.d.ts +0 -1
  72. package/dist/types/components/informations/text-value/text-value.spec.d.ts +0 -1
  73. package/dist/types/components/list/list.spec.d.ts +0 -1
  74. package/dist/types/components/menus/menu/menu.spec.d.ts +0 -1
  75. package/dist/types/components/modals/modal/modal.spec.d.ts +0 -1
  76. package/dist/types/components/modals/onboarding/onboading.spec.d.ts +0 -1
  77. package/dist/types/components/pagination/pagination.spec.d.ts +0 -1
  78. package/dist/types/components/search/search.spec.d.ts +0 -1
  79. package/dist/types/components/steps/steps.spec.d.ts +0 -1
  80. package/dist/types/components/tabs/tabs.spec.d.ts +0 -1
  81. package/dist/types/composables/use-filters/use-filters.spec.d.ts +0 -1
  82. package/dist/types/composables/use-toast/use-toast.spec.d.ts +0 -1
  83. package/dist/vite-modules/generate-component-types.d.ts +0 -3
  84. package/dist/vite.config.d.ts +0 -2
  85. package/dist/windi.config.d.ts +0 -2
@@ -1,127 +1,5 @@
1
1
  import type { Position, ToastContent, ToastOptions } from './types';
2
- declare const _default: {
3
- new (...args: any[]): {
4
- $: import("vue").ComponentInternalInstance;
5
- $data: {};
6
- $props: Partial<{
7
- type: ToastOptions['type'];
8
- position: Position;
9
- offset: number;
10
- visible: boolean;
11
- hideProgressBar: boolean;
12
- showIcon: boolean;
13
- }> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
14
- id: string | number;
15
- type: ToastOptions['type'];
16
- visible?: boolean | undefined;
17
- title?: ToastContent['title'];
18
- description: ToastContent['description'];
19
- actionText?: ToastContent['actionText'];
20
- timeout: number;
21
- hideProgressBar?: boolean | undefined;
22
- showIcon?: boolean | undefined;
23
- offset: number;
24
- onAction?: (() => void) | undefined;
25
- onCloseHandler?: (() => void) | undefined;
26
- position?: Position | undefined;
27
- }>, {
28
- type: import("./types").ToastType | undefined;
29
- delay: number | undefined;
30
- showIcon: boolean | undefined;
31
- position: Position | undefined;
32
- hideProgressBar: boolean | undefined;
33
- offset: number;
34
- visible: boolean;
35
- }>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "position" | "offset" | "visible" | "hideProgressBar" | "showIcon">;
36
- $attrs: {
37
- [x: string]: unknown;
38
- };
39
- $refs: {
40
- [x: string]: unknown;
41
- };
42
- $slots: Readonly<{
43
- [name: string]: import("vue").Slot | undefined;
44
- }>;
45
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
46
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
47
- $emit: (event: string, ...args: any[]) => void;
48
- $el: any;
49
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
50
- id: string | number;
51
- type: ToastOptions['type'];
52
- visible?: boolean | undefined;
53
- title?: ToastContent['title'];
54
- description: ToastContent['description'];
55
- actionText?: ToastContent['actionText'];
56
- timeout: number;
57
- hideProgressBar?: boolean | undefined;
58
- showIcon?: boolean | undefined;
59
- offset: number;
60
- onAction?: (() => void) | undefined;
61
- onCloseHandler?: (() => void) | undefined;
62
- position?: Position | undefined;
63
- }>, {
64
- type: import("./types").ToastType | undefined;
65
- delay: number | undefined;
66
- showIcon: boolean | undefined;
67
- position: Position | undefined;
68
- hideProgressBar: boolean | undefined;
69
- offset: number;
70
- visible: boolean;
71
- }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
72
- type: ToastOptions['type'];
73
- position: Position;
74
- offset: number;
75
- visible: boolean;
76
- hideProgressBar: boolean;
77
- showIcon: boolean;
78
- }, {}, string> & {
79
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
80
- created?: ((() => void) | (() => void)[]) | undefined;
81
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
82
- mounted?: ((() => void) | (() => void)[]) | undefined;
83
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
84
- updated?: ((() => void) | (() => void)[]) | undefined;
85
- activated?: ((() => void) | (() => void)[]) | undefined;
86
- deactivated?: ((() => void) | (() => void)[]) | undefined;
87
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
88
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
89
- destroyed?: ((() => void) | (() => void)[]) | undefined;
90
- unmounted?: ((() => void) | (() => void)[]) | undefined;
91
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
92
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
93
- errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
94
- };
95
- $forceUpdate: () => void;
96
- $nextTick: typeof import("vue").nextTick;
97
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
98
- } & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
99
- id: string | number;
100
- type: ToastOptions['type'];
101
- visible?: boolean | undefined;
102
- title?: ToastContent['title'];
103
- description: ToastContent['description'];
104
- actionText?: ToastContent['actionText'];
105
- timeout: number;
106
- hideProgressBar?: boolean | undefined;
107
- showIcon?: boolean | undefined;
108
- offset: number;
109
- onAction?: (() => void) | undefined;
110
- onCloseHandler?: (() => void) | undefined;
111
- position?: Position | undefined;
112
- }>, {
113
- type: import("./types").ToastType | undefined;
114
- delay: number | undefined;
115
- showIcon: boolean | undefined;
116
- position: Position | undefined;
117
- hideProgressBar: boolean | undefined;
118
- offset: number;
119
- visible: boolean;
120
- }>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
121
- __isFragment?: undefined;
122
- __isTeleport?: undefined;
123
- __isSuspense?: undefined;
124
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
125
3
  id: string | number;
126
4
  type: ToastOptions['type'];
127
5
  visible?: boolean | undefined;
@@ -143,22 +21,42 @@ declare const _default: {
143
21
  hideProgressBar: boolean | undefined;
144
22
  offset: number;
145
23
  visible: boolean;
146
- }>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
24
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
25
+ id: string | number;
26
+ type: ToastOptions['type'];
27
+ visible?: boolean | undefined;
28
+ title?: ToastContent['title'];
29
+ description: ToastContent['description'];
30
+ actionText?: ToastContent['actionText'];
31
+ timeout: number;
32
+ hideProgressBar?: boolean | undefined;
33
+ showIcon?: boolean | undefined;
34
+ offset: number;
35
+ onAction?: (() => void) | undefined;
36
+ onCloseHandler?: (() => void) | undefined;
37
+ position?: Position | undefined;
38
+ }>, {
39
+ type: import("./types").ToastType | undefined;
40
+ delay: number | undefined;
41
+ showIcon: boolean | undefined;
42
+ position: Position | undefined;
43
+ hideProgressBar: boolean | undefined;
44
+ offset: number;
45
+ visible: boolean;
46
+ }>>>, {
147
47
  type: ToastOptions['type'];
148
48
  position: Position;
149
49
  offset: number;
150
50
  visible: boolean;
151
51
  hideProgressBar: boolean;
152
52
  showIcon: boolean;
153
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
154
- $slots: {
155
- 'icon-status': (_: {
156
- type: import("./types").ToastType | undefined;
157
- }) => any;
158
- title: (_: {}) => any;
159
- description: (_: {}) => any;
160
- };
161
- });
53
+ }>, {
54
+ 'icon-status': (_: {
55
+ type: import("./types").ToastType | undefined;
56
+ }) => any;
57
+ title: (_: {}) => any;
58
+ description: (_: {}) => any;
59
+ }>;
162
60
  export default _default;
163
61
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
164
62
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -174,3 +72,8 @@ type __VLS_WithDefaults<P, D> = {
174
72
  default: D[K];
175
73
  } : P[K];
176
74
  };
75
+ type __VLS_WithTemplateSlots<T, S> = T & {
76
+ new (): {
77
+ $slots: S;
78
+ };
79
+ };
@@ -376,7 +376,7 @@ export declare const components: {
376
376
  type: import("vue").PropType<Partial<import("vee-validate").FieldOptions<string>>>;
377
377
  };
378
378
  resize: {
379
- type: import("vue").PropType<"none" | "both" | "horizontal" | "vertical">;
379
+ type: import("vue").PropType<"none" | "vertical" | "both" | "horizontal">;
380
380
  } & {
381
381
  default: string;
382
382
  };
@@ -431,7 +431,7 @@ export declare const components: {
431
431
  type: import("vue").PropType<Partial<import("vee-validate").FieldOptions<string>>>;
432
432
  };
433
433
  resize: {
434
- type: import("vue").PropType<"none" | "both" | "horizontal" | "vertical">;
434
+ type: import("vue").PropType<"none" | "vertical" | "both" | "horizontal">;
435
435
  } & {
436
436
  default: string;
437
437
  };
@@ -440,7 +440,7 @@ export declare const components: {
440
440
  }, {
441
441
  error: string | null;
442
442
  size: "small" | "medium";
443
- resize: "none" | "both" | "horizontal" | "vertical";
443
+ resize: "none" | "vertical" | "both" | "horizontal";
444
444
  }>;
445
445
  SolInputText: {
446
446
  new (...args: any[]): {
@@ -1591,7 +1591,7 @@ export declare const components: {
1591
1591
  type: import("vue").PropType<boolean>;
1592
1592
  };
1593
1593
  textDirection: {
1594
- type: import("vue").PropType<"right" | "left">;
1594
+ type: import("vue").PropType<"left" | "right">;
1595
1595
  } & {
1596
1596
  default: string;
1597
1597
  };
@@ -1630,7 +1630,7 @@ export declare const components: {
1630
1630
  type: import("vue").PropType<boolean>;
1631
1631
  };
1632
1632
  textDirection: {
1633
- type: import("vue").PropType<"right" | "left">;
1633
+ type: import("vue").PropType<"left" | "right">;
1634
1634
  } & {
1635
1635
  default: string;
1636
1636
  };
@@ -1643,7 +1643,7 @@ export declare const components: {
1643
1643
  onChange?: ((value: string | boolean) => any) | undefined;
1644
1644
  "onUpdate:checked"?: ((value: boolean) => any) | undefined;
1645
1645
  }, {
1646
- textDirection: "right" | "left";
1646
+ textDirection: "left" | "right";
1647
1647
  stretchLabel: boolean;
1648
1648
  }>;
1649
1649
  SolSelect: {
@@ -3288,7 +3288,7 @@ export declare const components: {
3288
3288
  $data: {};
3289
3289
  $props: Partial<{
3290
3290
  label: string;
3291
- position: ("bottom" | "top" | "center") | ("right" | "left");
3291
+ position: ("center" | "bottom" | "top") | ("left" | "right");
3292
3292
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
3293
3293
  id: {
3294
3294
  type: import("vue").PropType<string>;
@@ -3300,7 +3300,7 @@ export declare const components: {
3300
3300
  default: string;
3301
3301
  };
3302
3302
  position: {
3303
- type: import("vue").PropType<("bottom" | "top" | "center") | ("right" | "left")>;
3303
+ type: import("vue").PropType<("center" | "bottom" | "top") | ("left" | "right")>;
3304
3304
  } & {
3305
3305
  default: string;
3306
3306
  };
@@ -3329,13 +3329,13 @@ export declare const components: {
3329
3329
  default: string;
3330
3330
  };
3331
3331
  position: {
3332
- type: import("vue").PropType<("bottom" | "top" | "center") | ("right" | "left")>;
3332
+ type: import("vue").PropType<("center" | "bottom" | "top") | ("left" | "right")>;
3333
3333
  } & {
3334
3334
  default: string;
3335
3335
  };
3336
3336
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
3337
3337
  label: string;
3338
- position: ("bottom" | "top" | "center") | ("right" | "left");
3338
+ position: ("center" | "bottom" | "top") | ("left" | "right");
3339
3339
  }, {}, string> & {
3340
3340
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
3341
3341
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -3367,7 +3367,7 @@ export declare const components: {
3367
3367
  default: string;
3368
3368
  };
3369
3369
  position: {
3370
- type: import("vue").PropType<("bottom" | "top" | "center") | ("right" | "left")>;
3370
+ type: import("vue").PropType<("center" | "bottom" | "top") | ("left" | "right")>;
3371
3371
  } & {
3372
3372
  default: string;
3373
3373
  };
@@ -3386,13 +3386,13 @@ export declare const components: {
3386
3386
  default: string;
3387
3387
  };
3388
3388
  position: {
3389
- type: import("vue").PropType<("bottom" | "top" | "center") | ("right" | "left")>;
3389
+ type: import("vue").PropType<("center" | "bottom" | "top") | ("left" | "right")>;
3390
3390
  } & {
3391
3391
  default: string;
3392
3392
  };
3393
3393
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
3394
3394
  label: string;
3395
- position: ("bottom" | "top" | "center") | ("right" | "left");
3395
+ position: ("center" | "bottom" | "top") | ("left" | "right");
3396
3396
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3397
3397
  $slots: {
3398
3398
  trigger: (_: {
@@ -4676,7 +4676,7 @@ export declare const components: {
4676
4676
  $: import("vue").ComponentInternalInstance;
4677
4677
  $data: {};
4678
4678
  $props: Partial<{
4679
- align: "right" | "left";
4679
+ align: "left" | "right";
4680
4680
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
4681
4681
  id: {
4682
4682
  type: import("vue").PropType<string>;
@@ -4689,7 +4689,7 @@ export declare const components: {
4689
4689
  type: import("vue").PropType<string>;
4690
4690
  };
4691
4691
  align: {
4692
- type: import("vue").PropType<"right" | "left">;
4692
+ type: import("vue").PropType<"left" | "right">;
4693
4693
  } & {
4694
4694
  default: string;
4695
4695
  };
@@ -4722,7 +4722,7 @@ export declare const components: {
4722
4722
  type: import("vue").PropType<string>;
4723
4723
  };
4724
4724
  align: {
4725
- type: import("vue").PropType<"right" | "left">;
4725
+ type: import("vue").PropType<"left" | "right">;
4726
4726
  } & {
4727
4727
  default: string;
4728
4728
  };
@@ -4730,7 +4730,7 @@ export declare const components: {
4730
4730
  type: import("vue").PropType<string>;
4731
4731
  };
4732
4732
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
4733
- align: "right" | "left";
4733
+ align: "left" | "right";
4734
4734
  }, {}, string> & {
4735
4735
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
4736
4736
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -4763,7 +4763,7 @@ export declare const components: {
4763
4763
  type: import("vue").PropType<string>;
4764
4764
  };
4765
4765
  align: {
4766
- type: import("vue").PropType<"right" | "left">;
4766
+ type: import("vue").PropType<"left" | "right">;
4767
4767
  } & {
4768
4768
  default: string;
4769
4769
  };
@@ -4786,7 +4786,7 @@ export declare const components: {
4786
4786
  type: import("vue").PropType<string>;
4787
4787
  };
4788
4788
  align: {
4789
- type: import("vue").PropType<"right" | "left">;
4789
+ type: import("vue").PropType<"left" | "right">;
4790
4790
  } & {
4791
4791
  default: string;
4792
4792
  };
@@ -4794,7 +4794,7 @@ export declare const components: {
4794
4794
  type: import("vue").PropType<string>;
4795
4795
  };
4796
4796
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
4797
- align: "right" | "left";
4797
+ align: "left" | "right";
4798
4798
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4799
4799
  $slots: {
4800
4800
  label: (_: {}) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@solfacil/girassol",
3
3
  "description": "Girassol design system",
4
- "version": "0.18.0",
4
+ "version": "0.19.0",
5
5
  "license": "MIT",
6
6
  "authors": [
7
7
  {
@@ -37,10 +37,10 @@
37
37
  },
38
38
  "types": "./dist/types/index.d.ts",
39
39
  "scripts": {
40
- "typecheck": "vue-tsc --noEmit",
40
+ "typecheck": "vue-tsc -p tsconfig.app.json --noEmit",
41
41
  "dev": "vite --port 3333 --host",
42
42
  "build:lib": "vue-tsc --noEmit && vite build",
43
- "build:lib:ts": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
43
+ "build:lib:ts": "vite build && vue-tsc -p tsconfig.app.json --emitDeclarationOnly && mv dist/src dist/types",
44
44
  "preview": "vite preview",
45
45
  "lint": "eslint src/ --resolve-plugins-relative-to .",
46
46
  "lint:fix": "eslint src/ --fix --resolve-plugins-relative-to .",
@@ -60,49 +60,50 @@
60
60
  "semantic-release": "semantic-release"
61
61
  },
62
62
  "dependencies": {
63
- "@vuepic/vue-datepicker": "^3.6.1",
63
+ "@vuepic/vue-datepicker": "^3.6.3",
64
64
  "@vueuse/core": "^9.6.0",
65
65
  "gluegun": "latest",
66
- "maska": "^1.5.1",
66
+ "maska": "^1.5.2",
67
67
  "vee-validate": "^4.7.3",
68
68
  "vue": "^3.2.45"
69
69
  },
70
70
  "devDependencies": {
71
- "@antfu/eslint-config": "^0.33.0",
71
+ "@antfu/eslint-config": "^0.34.0",
72
72
  "@babel/core": "^7.20.5",
73
73
  "@babel/preset-env": "^7.20.2",
74
74
  "@commitlint/cli": "^17.3.0",
75
75
  "@commitlint/config-conventional": "^17.3.0",
76
- "@iconify/json": "^2.1.146",
76
+ "@iconify/json": "^2.1.151",
77
77
  "@semantic-release/changelog": "^6.0.2",
78
78
  "@semantic-release/git": "^10.0.1",
79
79
  "@semantic-release/npm": "^9.0.1",
80
80
  "@semantic-release/release-notes-generator": "^10.0.3",
81
- "@storybook/addon-a11y": "^6.5.13",
82
- "@storybook/addon-actions": "^6.5.13",
83
- "@storybook/addon-essentials": "^6.5.13",
84
- "@storybook/addon-links": "^6.5.13",
81
+ "@storybook/addon-a11y": "^6.5.14",
82
+ "@storybook/addon-actions": "^6.5.14",
83
+ "@storybook/addon-essentials": "^6.5.14",
84
+ "@storybook/addon-links": "^6.5.14",
85
85
  "@storybook/builder-vite": "^0.2.5",
86
- "@storybook/theming": "^6.5.13",
87
- "@storybook/vue3": "^6.5.13",
86
+ "@storybook/theming": "^6.5.14",
87
+ "@storybook/vue3": "^6.5.14",
88
88
  "@testing-library/jest-dom": "^5.16.5",
89
89
  "@testing-library/user-event": "^14.4.3",
90
90
  "@testing-library/vue": "^6.6.1",
91
91
  "@types/jest-axe": "^3.5.5",
92
92
  "@types/node": "18.11.9",
93
- "@typescript-eslint/eslint-plugin": "^5.45.0",
94
- "@typescript-eslint/parser": "^5.45.0",
93
+ "@types/react": "^16.0.0",
94
+ "@typescript-eslint/eslint-plugin": "^5.46.1",
95
+ "@typescript-eslint/parser": "^5.46.1",
95
96
  "@vitejs/plugin-vue": "^3.2.0",
96
97
  "@vitest/coverage-c8": "^0.25.3",
97
98
  "@vitest/ui": "^0.25.3",
98
99
  "babel-loader": "^9.1.0",
99
100
  "c8": "^7.12.0",
100
101
  "cli-spinner": "^0.2.10",
101
- "commitizen": "^4.2.5",
102
+ "commitizen": "^4.2.6",
102
103
  "conventional-changelog-conventionalcommits": "^5.0.0",
103
104
  "copyfiles": "^2.4.1",
104
105
  "critters": "^0.0.16",
105
- "eslint": "^8.28.0",
106
+ "eslint": "^8.29.0",
106
107
  "eslint-config-prettier": "^8.5.0",
107
108
  "eslint-plugin-html": "^7.1.0",
108
109
  "eslint-plugin-prettier": "^4.2.1",
@@ -114,19 +115,19 @@
114
115
  "sass": "^1.56.1",
115
116
  "semantic-release": "^19.0.5",
116
117
  "storybook-addon-designs": "^6.3.1",
117
- "stylelint": "^14.15.0",
118
+ "stylelint": "^14.16.0",
118
119
  "stylelint-config-prettier": "^9.0.4",
119
120
  "stylelint-config-property-sort-order-smacss": "^9.0.0",
120
121
  "stylelint-order": "^5.0.0",
121
122
  "ts-node": "^10.9.1",
122
- "typescript": "^4.9.3",
123
- "unplugin-icons": "^0.14.14",
123
+ "typescript": "^4.9.4",
124
+ "unplugin-icons": "^0.14.15",
124
125
  "vite": "^3.2.4",
125
- "vite-plugin-inspect": "^0.7.9",
126
- "vite-plugin-windicss": "^1.8.8",
126
+ "vite-plugin-inspect": "^0.7.10",
127
+ "vite-plugin-windicss": "^1.8.10",
127
128
  "vitest": "^0.25.3",
128
129
  "vue-loader": "^17.0.1",
129
- "vue-tsc": "^1.0.11",
130
+ "vue-tsc": "^1.0.13",
130
131
  "windicss": "^3.5.6"
131
132
  },
132
133
  "resolutions": {