@solfacil/girassol 0.17.1 → 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.
- package/dist/components.d.ts +1 -0
- package/dist/components.json +1 -1
- package/dist/girassol.es.js +5058 -4927
- package/dist/girassol.umd.js +6 -6
- package/dist/style.css +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -0
- package/dist/types/components/accordion/Accordion.vue.d.ts +19 -76
- package/dist/types/components/breadcrumb/Breadcrumb.vue.d.ts +42 -0
- package/dist/types/components/breadcrumb/index.d.ts +2 -0
- package/dist/types/components/breadcrumb/types.d.ts +12 -0
- package/dist/types/components/collapsible/Collapsible.vue.d.ts +25 -90
- package/dist/types/components/empty-state/EmptyState.vue.d.ts +17 -74
- package/dist/types/components/filters/chip/removable-chip/RemovableChip.vue.d.ts +21 -92
- package/dist/types/components/filters/chip/selectable-chip/SelectableChip.vue.d.ts +23 -97
- package/dist/types/components/forms/button/button/Button.vue.d.ts +25 -94
- package/dist/types/components/forms/button/button-destructive/ButtonDestructive.vue.d.ts +17 -74
- package/dist/types/components/forms/checkbox/checkbox-group/CheckboxGroup.vue.d.ts +37 -131
- package/dist/types/components/forms/inputs/input-text/InputText.vue.d.ts +35 -134
- package/dist/types/components/forms/inputs/input-textarea/InputTextarea.vue.d.ts +2 -2
- package/dist/types/components/forms/radio/radio-group/RadioGroup.vue.d.ts +37 -131
- package/dist/types/components/forms/select/ListOption.vue.d.ts +18 -81
- package/dist/types/components/forms/select/Select.vue.d.ts +65 -216
- package/dist/types/components/forms/switch/Switch.vue.d.ts +2 -2
- package/dist/types/components/informations/alert/Alert.vue.d.ts +22 -97
- package/dist/types/components/informations/tag/Tag.vue.d.ts +21 -92
- package/dist/types/components/informations/text-value/TextValue.vue.d.ts +22 -81
- package/dist/types/components/list/List.vue.d.ts +63 -174
- package/dist/types/components/list/ListItem.vue.d.ts +61 -132
- package/dist/types/components/list/ListItemTextValue.vue.d.ts +21 -82
- package/dist/types/components/menus/menu/Menu.vue.d.ts +35 -94
- package/dist/types/components/menus/menu-item/menu-item/MenuItem.vue.d.ts +13 -64
- package/dist/types/components/menus/menu-item/menu-item-link/MenuItemLink.vue.d.ts +24 -85
- package/dist/types/components/menus/menu-navigation-links/MenuNavigationLinks.vue.d.ts +22 -69
- package/dist/types/components/modals/modal/Modal.vue.d.ts +44 -164
- package/dist/types/components/tabs/TabItem.vue.d.ts +19 -70
- package/dist/types/composables/use-toast/Toast.vue.d.ts +36 -133
- package/dist/types/index.d.ts +66 -21
- package/package.json +24 -23
- package/theme/safelist.ts +157 -21
- package/dist/cli/src/cli.d.ts +0 -1
- package/dist/cli/src/commands/create:component.d.ts +0 -1
- package/dist/cli/src/commands/generate:plugin.d.ts +0 -1
- package/dist/cli/src/commands/generate:types.d.ts +0 -7
- package/dist/cli/src/commands/girassol-cli.d.ts +0 -1
- package/dist/cli/src/extensions/cli-extension.d.ts +0 -1
- package/dist/cli/src/types.d.ts +0 -0
- package/dist/theme/solfacil/borders.d.ts +0 -18
- package/dist/theme/solfacil/colors.d.ts +0 -63
- package/dist/theme/solfacil/effects.d.ts +0 -17
- package/dist/theme/solfacil/index.d.ts +0 -18
- package/dist/theme/solfacil/miscs.d.ts +0 -144
- package/dist/theme/solfacil/screens.d.ts +0 -29
- package/dist/theme/solfacil/spacing.d.ts +0 -64
- package/dist/theme/solfacil/typography.d.ts +0 -41
- package/dist/theme/solfacil/utilities.d.ts +0 -8
- package/dist/types/components/accordion/accordion.spec.d.ts +0 -1
- package/dist/types/components/collapsible/collapsible.spec.d.ts +0 -1
- package/dist/types/components/date-picker/datepicker.spec.d.ts +0 -1
- package/dist/types/components/empty-state/empty-state.spec.d.ts +0 -1
- package/dist/types/components/file-upload/file-upload.spec.d.ts +0 -1
- package/dist/types/components/filters/chip/removable-chip/removable-chip.spec.d.ts +0 -1
- package/dist/types/components/filters/chip/selectable-chip/selectable-chip.spec.d.ts +0 -1
- package/dist/types/components/forms/button/button/button.spec.d.ts +0 -1
- package/dist/types/components/forms/checkbox/checkbox/checkbox.spec.d.ts +0 -1
- package/dist/types/components/forms/checkbox/checkbox-group/checkbox-group.spec.d.ts +0 -1
- package/dist/types/components/forms/inputs/input-core/input.spec.d.ts +0 -1
- package/dist/types/components/forms/inputs/input-password/input-password.spec.d.ts +0 -1
- package/dist/types/components/forms/inputs/input-text/input-text.spec.d.ts +0 -1
- package/dist/types/components/forms/inputs/input-textarea/textarea.spec.d.ts +0 -1
- package/dist/types/components/forms/radio/radio/radio.spec.d.ts +0 -1
- package/dist/types/components/forms/radio/radio-group/radio-group.spec.d.ts +0 -1
- package/dist/types/components/forms/select/select.spec.d.ts +0 -1
- package/dist/types/components/forms/switch/switch.spec.d.ts +0 -1
- package/dist/types/components/informations/alert/alert.spec.d.ts +0 -1
- package/dist/types/components/informations/tag/tag.spec.d.ts +0 -1
- package/dist/types/components/informations/text-value/text-value.spec.d.ts +0 -1
- package/dist/types/components/list/list.spec.d.ts +0 -1
- package/dist/types/components/menus/menu/menu.spec.d.ts +0 -1
- package/dist/types/components/modals/modal/modal.spec.d.ts +0 -1
- package/dist/types/components/modals/onboarding/onboading.spec.d.ts +0 -1
- package/dist/types/components/pagination/pagination.spec.d.ts +0 -1
- package/dist/types/components/search/search.spec.d.ts +0 -1
- package/dist/types/components/steps/steps.spec.d.ts +0 -1
- package/dist/types/components/tabs/tabs.spec.d.ts +0 -1
- package/dist/types/composables/use-filters/use-filters.spec.d.ts +0 -1
- package/dist/types/composables/use-toast/use-toast.spec.d.ts +0 -1
- package/dist/vite-modules/generate-component-types.d.ts +0 -3
- package/dist/vite.config.d.ts +0 -2
- package/dist/windi.config.d.ts +0 -2
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
brand: {
|
|
3
|
-
primary: {
|
|
4
|
-
pure: string;
|
|
5
|
-
light: string;
|
|
6
|
-
medium: string;
|
|
7
|
-
dark: string;
|
|
8
|
-
};
|
|
9
|
-
secondary: {
|
|
10
|
-
medium: string;
|
|
11
|
-
light: string;
|
|
12
|
-
pure: string;
|
|
13
|
-
dark: string;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
highlight: {
|
|
17
|
-
pure: string;
|
|
18
|
-
light: string;
|
|
19
|
-
medium: string;
|
|
20
|
-
dark: string;
|
|
21
|
-
};
|
|
22
|
-
neutral: {
|
|
23
|
-
low: {
|
|
24
|
-
pure: string;
|
|
25
|
-
light: string;
|
|
26
|
-
medium: string;
|
|
27
|
-
dark: string;
|
|
28
|
-
};
|
|
29
|
-
high: {
|
|
30
|
-
pure: string;
|
|
31
|
-
light: string;
|
|
32
|
-
medium: string;
|
|
33
|
-
dark: string;
|
|
34
|
-
};
|
|
35
|
-
};
|
|
36
|
-
feedback: {
|
|
37
|
-
positive: {
|
|
38
|
-
pure: string;
|
|
39
|
-
light: string;
|
|
40
|
-
medium: string;
|
|
41
|
-
dark: string;
|
|
42
|
-
};
|
|
43
|
-
warning: {
|
|
44
|
-
pure: string;
|
|
45
|
-
light: string;
|
|
46
|
-
medium: string;
|
|
47
|
-
dark: string;
|
|
48
|
-
};
|
|
49
|
-
informative: {
|
|
50
|
-
pure: string;
|
|
51
|
-
light: string;
|
|
52
|
-
medium: string;
|
|
53
|
-
dark: string;
|
|
54
|
-
};
|
|
55
|
-
negative: {
|
|
56
|
-
pure: string;
|
|
57
|
-
light: string;
|
|
58
|
-
medium: string;
|
|
59
|
-
dark: string;
|
|
60
|
-
};
|
|
61
|
-
};
|
|
62
|
-
};
|
|
63
|
-
export default _default;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
opacity: {
|
|
3
|
-
DEFAULT: number;
|
|
4
|
-
semiopaque: number;
|
|
5
|
-
intense: number;
|
|
6
|
-
medium: number;
|
|
7
|
-
light: number;
|
|
8
|
-
none: number;
|
|
9
|
-
};
|
|
10
|
-
boxShadow: {
|
|
11
|
-
weak: string;
|
|
12
|
-
moderate: string;
|
|
13
|
-
intense: string;
|
|
14
|
-
strong: string;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import colors from './colors';
|
|
2
|
-
import typography from './typography';
|
|
3
|
-
import borders from './borders';
|
|
4
|
-
import spacing from './spacing';
|
|
5
|
-
import effects from './effects';
|
|
6
|
-
import misc from './miscs';
|
|
7
|
-
import { screens } from './screens';
|
|
8
|
-
export { colors, typography, spacing, borders, effects, misc, screens, };
|
|
9
|
-
export declare const utilities: {
|
|
10
|
-
componentTypos: import("windicss/types/interfaces").PluginOutput;
|
|
11
|
-
outlinesForFocus: import("windicss/types/interfaces").PluginOutput;
|
|
12
|
-
maxLines: import("windicss/types/interfaces").PluginOutput;
|
|
13
|
-
debug: import("windicss/types/interfaces").PluginOutput;
|
|
14
|
-
placeholder: import("windicss/types/interfaces").PluginOutput;
|
|
15
|
-
scrollbarBase: import("windicss/types/interfaces").PluginOutput;
|
|
16
|
-
iconSizes: import("windicss/types/interfaces").PluginOutput;
|
|
17
|
-
resetFillFields: import("windicss/types/interfaces").PluginOutput;
|
|
18
|
-
};
|
|
@@ -1,144 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
width: {
|
|
3
|
-
quark: string;
|
|
4
|
-
nano: string;
|
|
5
|
-
micro: string;
|
|
6
|
-
'4xs': string;
|
|
7
|
-
'3xs': string;
|
|
8
|
-
'2xs': string;
|
|
9
|
-
xs: string;
|
|
10
|
-
sm: string;
|
|
11
|
-
md: string;
|
|
12
|
-
lg: string;
|
|
13
|
-
xl: string;
|
|
14
|
-
'2xl': string;
|
|
15
|
-
'3xl': string;
|
|
16
|
-
mega: string;
|
|
17
|
-
'2mega': string;
|
|
18
|
-
'3mega': string;
|
|
19
|
-
giga: string;
|
|
20
|
-
'fit-content': string;
|
|
21
|
-
};
|
|
22
|
-
height: {
|
|
23
|
-
quark: string;
|
|
24
|
-
nano: string;
|
|
25
|
-
micro: string;
|
|
26
|
-
'4xs': string;
|
|
27
|
-
'3xs': string;
|
|
28
|
-
'2xs': string;
|
|
29
|
-
xs: string;
|
|
30
|
-
sm: string;
|
|
31
|
-
md: string;
|
|
32
|
-
lg: string;
|
|
33
|
-
xl: string;
|
|
34
|
-
'2xl': string;
|
|
35
|
-
'3xl': string;
|
|
36
|
-
mega: string;
|
|
37
|
-
'2mega': string;
|
|
38
|
-
'3mega': string;
|
|
39
|
-
giga: string;
|
|
40
|
-
};
|
|
41
|
-
minHeight: {
|
|
42
|
-
quark: string;
|
|
43
|
-
nano: string;
|
|
44
|
-
micro: string;
|
|
45
|
-
'4xs': string;
|
|
46
|
-
'3xs': string;
|
|
47
|
-
'2xs': string;
|
|
48
|
-
xs: string;
|
|
49
|
-
sm: string;
|
|
50
|
-
md: string;
|
|
51
|
-
lg: string;
|
|
52
|
-
xl: string;
|
|
53
|
-
'2xl': string;
|
|
54
|
-
'3xl': string;
|
|
55
|
-
mega: string;
|
|
56
|
-
'2mega': string;
|
|
57
|
-
'3mega': string;
|
|
58
|
-
giga: string;
|
|
59
|
-
};
|
|
60
|
-
maxHeight: {
|
|
61
|
-
quark: string;
|
|
62
|
-
nano: string;
|
|
63
|
-
micro: string;
|
|
64
|
-
'4xs': string;
|
|
65
|
-
'3xs': string;
|
|
66
|
-
'2xs': string;
|
|
67
|
-
xs: string;
|
|
68
|
-
sm: string;
|
|
69
|
-
md: string;
|
|
70
|
-
lg: string;
|
|
71
|
-
xl: string;
|
|
72
|
-
'2xl': string;
|
|
73
|
-
'3xl': string;
|
|
74
|
-
mega: string;
|
|
75
|
-
'2mega': string;
|
|
76
|
-
'3mega': string;
|
|
77
|
-
giga: string;
|
|
78
|
-
};
|
|
79
|
-
minWidth: {
|
|
80
|
-
quark: string;
|
|
81
|
-
nano: string;
|
|
82
|
-
micro: string;
|
|
83
|
-
'4xs': string;
|
|
84
|
-
'3xs': string;
|
|
85
|
-
'2xs': string;
|
|
86
|
-
xs: string;
|
|
87
|
-
sm: string;
|
|
88
|
-
md: string;
|
|
89
|
-
lg: string;
|
|
90
|
-
xl: string;
|
|
91
|
-
'2xl': string;
|
|
92
|
-
'3xl': string;
|
|
93
|
-
mega: string;
|
|
94
|
-
'2mega': string;
|
|
95
|
-
'3mega': string;
|
|
96
|
-
giga: string;
|
|
97
|
-
};
|
|
98
|
-
maxWidth: {
|
|
99
|
-
quark: string;
|
|
100
|
-
nano: string;
|
|
101
|
-
micro: string;
|
|
102
|
-
'4xs': string;
|
|
103
|
-
'3xs': string;
|
|
104
|
-
'2xs': string;
|
|
105
|
-
xs: string;
|
|
106
|
-
sm: string;
|
|
107
|
-
md: string;
|
|
108
|
-
lg: string;
|
|
109
|
-
xl: string;
|
|
110
|
-
'2xl': string;
|
|
111
|
-
'3xl': string;
|
|
112
|
-
mega: string;
|
|
113
|
-
'2mega': string;
|
|
114
|
-
'3mega': string;
|
|
115
|
-
giga: string;
|
|
116
|
-
};
|
|
117
|
-
spacing: {
|
|
118
|
-
quark: string;
|
|
119
|
-
nano: string;
|
|
120
|
-
micro: string;
|
|
121
|
-
'4xs': string;
|
|
122
|
-
'3xs': string;
|
|
123
|
-
'2xs': string;
|
|
124
|
-
xs: string;
|
|
125
|
-
sm: string;
|
|
126
|
-
md: string;
|
|
127
|
-
lg: string;
|
|
128
|
-
xl: string;
|
|
129
|
-
'2xl': string;
|
|
130
|
-
'3xl': string;
|
|
131
|
-
mega: string;
|
|
132
|
-
'2mega': string;
|
|
133
|
-
'3mega': string;
|
|
134
|
-
giga: string;
|
|
135
|
-
};
|
|
136
|
-
colors: {
|
|
137
|
-
transparent: string;
|
|
138
|
-
};
|
|
139
|
-
outline: {
|
|
140
|
-
focused: string;
|
|
141
|
-
'focused-invert': string;
|
|
142
|
-
};
|
|
143
|
-
};
|
|
144
|
-
export default _default;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
export declare const screens: {
|
|
2
|
-
'xsm:site': {
|
|
3
|
-
max: string;
|
|
4
|
-
};
|
|
5
|
-
'sm:site': {
|
|
6
|
-
min: string;
|
|
7
|
-
};
|
|
8
|
-
'md:site': {
|
|
9
|
-
min: string;
|
|
10
|
-
};
|
|
11
|
-
'lg:site': {
|
|
12
|
-
min: string;
|
|
13
|
-
};
|
|
14
|
-
'xlg:site': {
|
|
15
|
-
min: string;
|
|
16
|
-
};
|
|
17
|
-
'xsm:system': {
|
|
18
|
-
max: string;
|
|
19
|
-
};
|
|
20
|
-
'sm:system': {
|
|
21
|
-
min: string;
|
|
22
|
-
};
|
|
23
|
-
'md:system': {
|
|
24
|
-
min: string;
|
|
25
|
-
};
|
|
26
|
-
'lg:system': {
|
|
27
|
-
min: string;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
export declare const sizings: {
|
|
2
|
-
quark: string;
|
|
3
|
-
nano: string;
|
|
4
|
-
micro: string;
|
|
5
|
-
'4xs': string;
|
|
6
|
-
'3xs': string;
|
|
7
|
-
'2xs': string;
|
|
8
|
-
xs: string;
|
|
9
|
-
sm: string;
|
|
10
|
-
md: string;
|
|
11
|
-
lg: string;
|
|
12
|
-
xl: string;
|
|
13
|
-
'2xl': string;
|
|
14
|
-
'3xl': string;
|
|
15
|
-
mega: string;
|
|
16
|
-
'2mega': string;
|
|
17
|
-
'3mega': string;
|
|
18
|
-
giga: string;
|
|
19
|
-
};
|
|
20
|
-
declare const _default: {
|
|
21
|
-
padding: {
|
|
22
|
-
quark: string;
|
|
23
|
-
nano: string;
|
|
24
|
-
micro: string;
|
|
25
|
-
'4xs': string;
|
|
26
|
-
'3xs': string;
|
|
27
|
-
'2xs': string;
|
|
28
|
-
xs: string;
|
|
29
|
-
sm: string;
|
|
30
|
-
md: string;
|
|
31
|
-
lg: string;
|
|
32
|
-
xl: string;
|
|
33
|
-
'2xl': string;
|
|
34
|
-
'3xl': string;
|
|
35
|
-
mega: string;
|
|
36
|
-
'2mega': string;
|
|
37
|
-
'3mega': string;
|
|
38
|
-
giga: string;
|
|
39
|
-
auto: string;
|
|
40
|
-
'0': string;
|
|
41
|
-
};
|
|
42
|
-
margin: {
|
|
43
|
-
quark: string;
|
|
44
|
-
nano: string;
|
|
45
|
-
micro: string;
|
|
46
|
-
'4xs': string;
|
|
47
|
-
'3xs': string;
|
|
48
|
-
'2xs': string;
|
|
49
|
-
xs: string;
|
|
50
|
-
sm: string;
|
|
51
|
-
md: string;
|
|
52
|
-
lg: string;
|
|
53
|
-
xl: string;
|
|
54
|
-
'2xl': string;
|
|
55
|
-
'3xl': string;
|
|
56
|
-
mega: string;
|
|
57
|
-
'2mega': string;
|
|
58
|
-
'3mega': string;
|
|
59
|
-
giga: string;
|
|
60
|
-
auto: string;
|
|
61
|
-
'0': string;
|
|
62
|
-
};
|
|
63
|
-
};
|
|
64
|
-
export default _default;
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
fontFamily: {
|
|
3
|
-
sans: string[];
|
|
4
|
-
base: string[];
|
|
5
|
-
highlight: string[];
|
|
6
|
-
};
|
|
7
|
-
fontSize: {
|
|
8
|
-
micro: string;
|
|
9
|
-
'3xs': string;
|
|
10
|
-
'2xs': string;
|
|
11
|
-
xs: string;
|
|
12
|
-
sm: string;
|
|
13
|
-
md: string;
|
|
14
|
-
lg: string;
|
|
15
|
-
xl: string;
|
|
16
|
-
'2xl': string;
|
|
17
|
-
'3xl': string;
|
|
18
|
-
huge: string;
|
|
19
|
-
mega: string;
|
|
20
|
-
giga: string;
|
|
21
|
-
};
|
|
22
|
-
lineHeight: {
|
|
23
|
-
default: number;
|
|
24
|
-
xs: number;
|
|
25
|
-
sm: number;
|
|
26
|
-
md: number;
|
|
27
|
-
lg: number;
|
|
28
|
-
xl: number;
|
|
29
|
-
'2xl': number;
|
|
30
|
-
};
|
|
31
|
-
fontWeight: {
|
|
32
|
-
regular: number;
|
|
33
|
-
bold: number;
|
|
34
|
-
};
|
|
35
|
-
letterSpacing: {
|
|
36
|
-
default: string;
|
|
37
|
-
md: string;
|
|
38
|
-
sm: string;
|
|
39
|
-
};
|
|
40
|
-
};
|
|
41
|
-
export default _default;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export declare const componentTypos: import("windicss/types/interfaces").PluginOutput;
|
|
2
|
-
export declare const outlinesForFocus: import("windicss/types/interfaces").PluginOutput;
|
|
3
|
-
export declare const maxLines: import("windicss/types/interfaces").PluginOutput;
|
|
4
|
-
export declare const debug: import("windicss/types/interfaces").PluginOutput;
|
|
5
|
-
export declare const placeholder: import("windicss/types/interfaces").PluginOutput;
|
|
6
|
-
export declare const scrollbarBase: import("windicss/types/interfaces").PluginOutput;
|
|
7
|
-
export declare const iconSizes: import("windicss/types/interfaces").PluginOutput;
|
|
8
|
-
export declare const resetFillFields: import("windicss/types/interfaces").PluginOutput;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom';
|
package/dist/vite.config.d.ts
DELETED
package/dist/windi.config.d.ts
DELETED