@solfacil/girassol 0.19.0 → 0.19.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.
Files changed (29) hide show
  1. package/dist/style.css +1 -1
  2. package/dist/types/components/{informations/alert → alert}/Alert.vue.d.ts +2 -2
  3. package/dist/types/components/{informations/alert → alert}/index.d.ts +0 -0
  4. package/dist/types/components/{forms/button → buttons}/button/Button.vue.d.ts +2 -2
  5. package/dist/types/components/{forms/button → buttons}/button-destructive/ButtonDestructive.vue.d.ts +0 -0
  6. package/dist/types/components/{forms/button → buttons}/index.d.ts +0 -0
  7. package/dist/types/components/{filters/chip → chips}/removable-chip/RemovableChip.vue.d.ts +0 -0
  8. package/dist/types/components/{filters/chip → chips}/removable-chip/index.d.ts +0 -0
  9. package/dist/types/components/{filters/chip → chips}/removable-chip/types.d.ts +0 -0
  10. package/dist/types/components/{filters/chip → chips}/selectable-chip/SelectableChip.vue.d.ts +0 -0
  11. package/dist/types/components/{filters/chip → chips}/selectable-chip/index.d.ts +0 -0
  12. package/dist/types/components/{filters/chip → chips}/selectable-chip/types.d.ts +0 -0
  13. package/dist/types/components/{filters/chip → chips}/types.d.ts +0 -0
  14. package/dist/types/components/file-upload/FileUpload.vue.d.ts +2 -2
  15. package/dist/types/components/forms/inputs/input-text/InputText.vue.d.ts +1 -1
  16. package/dist/types/components/forms/inputs/input-textarea/InputTextarea.vue.d.ts +1 -1
  17. package/dist/types/components/forms/select/Select.vue.d.ts +2 -2
  18. package/dist/types/components/modals/modal/Modal.vue.d.ts +1 -1
  19. package/dist/types/components/modals/onboarding/Onboarding.vue.d.ts +1 -1
  20. package/dist/types/components/search/Search.vue.d.ts +2 -2
  21. package/dist/types/components/{informations/tag → tag}/Tag.vue.d.ts +2 -2
  22. package/dist/types/components/{informations/tag → tag}/index.d.ts +0 -0
  23. package/dist/types/components/{informations/text-value → text-value}/TextValue.vue.d.ts +0 -0
  24. package/dist/types/components/{informations/text-value → text-value}/index.d.ts +0 -0
  25. package/dist/types/components/{informations/text-value → text-value}/types.d.ts +0 -0
  26. package/dist/types/index.d.ts +386 -386
  27. package/package.json +1 -1
  28. package/vite.config.ts +3 -1
  29. package/windi.config.ts +18 -2
@@ -2,7 +2,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
2
2
  id: string;
3
3
  title?: string | undefined;
4
4
  text?: string | undefined;
5
- feedback?: "error" | "success" | "warning" | "informative" | undefined;
5
+ feedback?: "success" | "warning" | "error" | "informative" | undefined;
6
6
  action?: string | undefined;
7
7
  }>, {
8
8
  title: string;
@@ -14,7 +14,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
14
14
  id: string;
15
15
  title?: string | undefined;
16
16
  text?: string | undefined;
17
- feedback?: "error" | "success" | "warning" | "informative" | undefined;
17
+ feedback?: "success" | "warning" | "error" | "informative" | undefined;
18
18
  action?: string | undefined;
19
19
  }>, {
20
20
  title: string;
@@ -3,7 +3,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
3
3
  loading?: boolean | undefined;
4
4
  onColor?: boolean | undefined;
5
5
  disabled?: boolean | undefined;
6
- size?: "small" | "medium" | "large" | undefined;
6
+ size?: "small" | "large" | "medium" | undefined;
7
7
  variant?: "primary" | "secondary" | "tertiary" | undefined;
8
8
  }>, {
9
9
  variant: string;
@@ -14,7 +14,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
14
14
  loading?: boolean | undefined;
15
15
  onColor?: boolean | undefined;
16
16
  disabled?: boolean | undefined;
17
- size?: "small" | "medium" | "large" | undefined;
17
+ size?: "small" | "large" | "medium" | undefined;
18
18
  variant?: "primary" | "secondary" | "tertiary" | undefined;
19
19
  }>, {
20
20
  variant: string;
@@ -60,10 +60,10 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
60
60
  "onMenu:delete"?: ((url: string) => any) | undefined;
61
61
  }, {
62
62
  label: string;
63
- error: string | null;
64
- placeholder: string;
65
63
  loading: boolean;
64
+ error: string | null;
66
65
  multiple: boolean;
66
+ placeholder: string;
67
67
  downloadMenu: FileUpload['downloadMenu'];
68
68
  }>;
69
69
  export default _default;
@@ -53,8 +53,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
53
53
  }>>> & {
54
54
  "onUpdate:modelValue"?: ((event: string) => any) | undefined;
55
55
  }, {
56
- error: string | null;
57
56
  size: "small" | "medium";
57
+ error: string | null;
58
58
  }>, {
59
59
  icon: (_: {}) => any;
60
60
  }>;
@@ -41,8 +41,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
41
41
  }>>> & {
42
42
  "onUpdate:modelValue"?: ((event: string) => any) | undefined;
43
43
  }, {
44
- error: string | null;
45
44
  size: 'small' | 'medium';
45
+ error: string | null;
46
46
  resize: 'both' | 'horizontal' | 'vertical' | 'none';
47
47
  }>;
48
48
  export default _default;
@@ -80,11 +80,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
80
80
  onSearch?: ((value: string) => any) | undefined;
81
81
  onCloseDropdown?: (() => any) | undefined;
82
82
  }, {
83
- error: string | null;
84
83
  size: import("./types").Size;
85
- placeholder: string;
86
84
  loading: boolean;
85
+ error: string | null;
87
86
  multiple: boolean;
87
+ placeholder: string;
88
88
  options: Select['options'];
89
89
  dropdownPosition: 'bottom' | 'top' | 'dynamic';
90
90
  searchable: boolean;
@@ -49,8 +49,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
49
49
  mobile: string;
50
50
  };
51
51
  }>>> & {
52
- onOpen?: (() => any) | undefined;
53
52
  onClose?: (() => any) | undefined;
53
+ onOpen?: (() => any) | undefined;
54
54
  "onUpdate:isOpen"?: ((value: boolean) => any) | undefined;
55
55
  "onAction:primary"?: (() => any) | undefined;
56
56
  "onAction:secondary"?: (() => any) | undefined;
@@ -41,8 +41,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
41
41
  target: string;
42
42
  finalButtonText: string;
43
43
  }>>> & {
44
- onOpen?: (() => any) | undefined;
45
44
  onClose?: (() => any) | undefined;
45
+ onOpen?: (() => any) | undefined;
46
46
  "onUpdate:isOpen"?: ((value: boolean) => any) | undefined;
47
47
  "onAction:skip"?: (() => any) | undefined;
48
48
  "onAction:start"?: (() => any) | undefined;
@@ -45,11 +45,11 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
45
45
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
46
46
  onSearch?: ((value: string) => any) | undefined;
47
47
  }, {
48
- modelValue: string;
49
48
  size: "small" | "medium";
50
- placeholder: string;
51
49
  loading: boolean;
52
50
  variant: import("./types").Variants;
51
+ placeholder: string;
52
+ modelValue: string;
53
53
  ariaLabel: Search['ariaLabel'];
54
54
  buttonDisabled: boolean;
55
55
  inputDisabled: boolean;
@@ -3,7 +3,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
3
3
  text?: string | undefined;
4
4
  variant?: "fill" | "outline" | undefined;
5
5
  size?: "small" | "medium" | undefined;
6
- type?: "neutral" | "positive" | "warning" | "negative" | "informative" | undefined;
6
+ type?: "warning" | "informative" | "neutral" | "positive" | "negative" | undefined;
7
7
  }>, {
8
8
  text: string;
9
9
  variant: string;
@@ -14,7 +14,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
14
14
  text?: string | undefined;
15
15
  variant?: "fill" | "outline" | undefined;
16
16
  size?: "small" | "medium" | undefined;
17
- type?: "neutral" | "positive" | "warning" | "negative" | "informative" | undefined;
17
+ type?: "warning" | "informative" | "neutral" | "positive" | "negative" | undefined;
18
18
  }>, {
19
19
  text: string;
20
20
  variant: string;