@mindly/ui-components 4.1.1 → 4.3.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/cjs/configs/tailwind/colors.d.ts +35 -0
- package/dist/cjs/configs/tailwind/container.d.ts +6 -0
- package/dist/cjs/deprecated/input/Input.style.d.ts +1 -1
- package/dist/cjs/index.js +4 -4
- package/dist/cjs/lib/AppFooter/AppFooter.style.d.ts +2 -2
- package/dist/cjs/lib/AppHeader/AppHeader.style.d.ts +2 -2
- package/dist/cjs/lib/BrowserNotSupport/NotSupportModal.style.d.ts +1 -1
- package/dist/cjs/lib/ChangeLangModal/ChangeLangModal.style.d.ts +1 -1
- package/dist/cjs/lib/Chat/Textarea/Textarea.style.d.ts +2 -2
- package/dist/cjs/lib/Consultations/ConsultationModal/ConsultationModal.style.d.ts +1 -1
- package/dist/cjs/lib/Consultations/SignUpSessionModal/SignUpSessionModal.style.d.ts +1 -1
- package/dist/cjs/lib/Consultations/UserInfoModal/UserInfoModal.style.d.ts +1 -1
- package/dist/cjs/lib/CustomButton/CustomButton.styled.d.ts +1 -1
- package/dist/cjs/lib/DaySlider/DaySlider.style.d.ts +1 -1
- package/dist/cjs/lib/Filters/ListSelect/ListSelect.style.d.ts +2 -2
- package/dist/cjs/lib/Filters/Range/Range.style.d.ts +1 -1
- package/dist/cjs/lib/Modal/Modal.style.d.ts +1 -1
- package/dist/cjs/lib/Refresher/Refresher.style.d.ts +1 -1
- package/dist/cjs/lib/RoundButton/RoundButton.styled.d.ts +1 -1
- package/dist/cjs/lib/Segment/Segment.style.d.ts +3 -3
- package/dist/cjs/lib/Skeleton/Skeleton.style.d.ts +1 -1
- package/dist/cjs/lib/SpecialistCard/SpecialistCard.style.d.ts +1 -1
- package/dist/cjs/lib/SpecialistProfile/ReviewStatistics/ReviewStatistics.style.d.ts +1 -1
- package/dist/cjs/lib/SpecialistProfile/SpecialistMatch/SpecialistMatch.style.d.ts +1 -1
- package/dist/cjs/lib/Spinner/Spinner.styled.d.ts +1 -1
- package/dist/cjs/lib/content-card/ContentCard.style.d.ts +1 -1
- package/dist/cjs/lib/footer-for-booking/FooterForBooking.style.d.ts +4 -4
- package/dist/cjs/lib/navigation-bar/NavigationBar.style.d.ts +1 -1
- package/dist/cjs/lib/notes-editor/NotesEditor.styled.d.ts +1 -1
- package/dist/cjs/lib/scroll-tabs/ScrollTabs.style.d.ts +2 -2
- package/dist/cjs/lib2/features/ChangeLanguageModal/ChangeLanguageModal.d.ts +3 -0
- package/dist/cjs/lib2/features/ChangeLanguageModal/index.d.ts +1 -0
- package/dist/cjs/lib2/features/ChangeLanguageModal/types.d.ts +14 -0
- package/dist/cjs/lib2/features/CountryOfOriginModal/CountryOfOriginModal.d.ts +5 -0
- package/dist/cjs/lib2/features/CountryOfOriginModal/index.d.ts +1 -0
- package/dist/cjs/lib2/features/CountryOfOriginModal/types.d.ts +10 -0
- package/dist/cjs/lib2/features/index.d.ts +2 -0
- package/dist/cjs/lib2/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/assets/icons/icon-checkbox-checked.d.ts +7 -0
- package/dist/cjs/lib2/shared/assets/icons/icon-checkbox-unchecked.d.ts +7 -0
- package/dist/cjs/lib2/shared/hooks/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/hooks/use-dom-ref.d.ts +2 -0
- package/dist/cjs/lib2/shared/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/AppFooter_v2/AppFooter_v2.style.d.ts +1 -1
- package/dist/cjs/lib2/shared/ui/AppHeader_v2/AppHeader_v2.d.ts +7 -0
- package/dist/cjs/lib2/shared/ui/AppHeader_v2/AppHeader_v2.stories.d.ts +6 -0
- package/dist/cjs/lib2/shared/ui/AppHeader_v2/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/Badge/Badge.d.ts +4 -0
- package/dist/cjs/lib2/shared/ui/Badge/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/Badge/styles.d.ts +127 -0
- package/dist/cjs/lib2/shared/ui/Badge/types.d.ts +8 -0
- package/dist/cjs/lib2/shared/ui/Button_v2/Button_v2.style.d.ts +2 -2
- package/dist/cjs/lib2/shared/ui/Container_v2/Container_v2.styled.d.ts +1 -1
- package/dist/cjs/lib2/shared/ui/Flag_v2/Flag_v2.d.ts +1 -6
- package/dist/cjs/lib2/shared/ui/InputSearch/InputSearch.d.ts +5 -0
- package/dist/cjs/lib2/shared/ui/InputSearch/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/InputSearch/types.d.ts +10 -0
- package/dist/cjs/lib2/shared/ui/ListBox/ListBox.d.ts +2 -0
- package/dist/cjs/lib2/shared/ui/ListBox/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/ListBox/types.d.ts +2 -0
- package/dist/cjs/lib2/shared/ui/ListBoxItem/ListBoxItem.d.ts +5 -0
- package/dist/cjs/lib2/shared/ui/ListBoxItem/index.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/ListBoxItem/types.d.ts +16 -0
- package/dist/cjs/lib2/shared/ui/Skeleton_v2/Skeleton_v2.style.d.ts +1 -1
- package/dist/cjs/lib2/shared/ui/index.d.ts +4 -0
- package/dist/esm/configs/tailwind/colors.d.ts +35 -0
- package/dist/esm/configs/tailwind/container.d.ts +6 -0
- package/dist/esm/deprecated/input/Input.style.d.ts +1 -1
- package/dist/esm/index.js +4 -4
- package/dist/esm/lib/AppFooter/AppFooter.style.d.ts +2 -2
- package/dist/esm/lib/AppHeader/AppHeader.style.d.ts +2 -2
- package/dist/esm/lib/BrowserNotSupport/NotSupportModal.style.d.ts +1 -1
- package/dist/esm/lib/ChangeLangModal/ChangeLangModal.style.d.ts +1 -1
- package/dist/esm/lib/Chat/Textarea/Textarea.style.d.ts +2 -2
- package/dist/esm/lib/Consultations/ConsultationModal/ConsultationModal.style.d.ts +1 -1
- package/dist/esm/lib/Consultations/SignUpSessionModal/SignUpSessionModal.style.d.ts +1 -1
- package/dist/esm/lib/Consultations/UserInfoModal/UserInfoModal.style.d.ts +1 -1
- package/dist/esm/lib/CustomButton/CustomButton.styled.d.ts +1 -1
- package/dist/esm/lib/DaySlider/DaySlider.style.d.ts +1 -1
- package/dist/esm/lib/Filters/ListSelect/ListSelect.style.d.ts +2 -2
- package/dist/esm/lib/Filters/Range/Range.style.d.ts +1 -1
- package/dist/esm/lib/Modal/Modal.style.d.ts +1 -1
- package/dist/esm/lib/Refresher/Refresher.style.d.ts +1 -1
- package/dist/esm/lib/RoundButton/RoundButton.styled.d.ts +1 -1
- package/dist/esm/lib/Segment/Segment.style.d.ts +3 -3
- package/dist/esm/lib/Skeleton/Skeleton.style.d.ts +1 -1
- package/dist/esm/lib/SpecialistCard/SpecialistCard.style.d.ts +1 -1
- package/dist/esm/lib/SpecialistProfile/ReviewStatistics/ReviewStatistics.style.d.ts +1 -1
- package/dist/esm/lib/SpecialistProfile/SpecialistMatch/SpecialistMatch.style.d.ts +1 -1
- package/dist/esm/lib/Spinner/Spinner.styled.d.ts +1 -1
- package/dist/esm/lib/content-card/ContentCard.style.d.ts +1 -1
- package/dist/esm/lib/footer-for-booking/FooterForBooking.style.d.ts +4 -4
- package/dist/esm/lib/navigation-bar/NavigationBar.style.d.ts +1 -1
- package/dist/esm/lib/notes-editor/NotesEditor.styled.d.ts +1 -1
- package/dist/esm/lib/scroll-tabs/ScrollTabs.style.d.ts +2 -2
- package/dist/esm/lib2/features/ChangeLanguageModal/ChangeLanguageModal.d.ts +3 -0
- package/dist/esm/lib2/features/ChangeLanguageModal/index.d.ts +1 -0
- package/dist/esm/lib2/features/ChangeLanguageModal/types.d.ts +14 -0
- package/dist/esm/lib2/features/CountryOfOriginModal/CountryOfOriginModal.d.ts +5 -0
- package/dist/esm/lib2/features/CountryOfOriginModal/index.d.ts +1 -0
- package/dist/esm/lib2/features/CountryOfOriginModal/types.d.ts +10 -0
- package/dist/esm/lib2/features/index.d.ts +2 -0
- package/dist/esm/lib2/index.d.ts +1 -0
- package/dist/esm/lib2/shared/assets/icons/icon-checkbox-checked.d.ts +7 -0
- package/dist/esm/lib2/shared/assets/icons/icon-checkbox-unchecked.d.ts +7 -0
- package/dist/esm/lib2/shared/hooks/index.d.ts +1 -0
- package/dist/esm/lib2/shared/hooks/use-dom-ref.d.ts +2 -0
- package/dist/esm/lib2/shared/index.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/AppFooter_v2/AppFooter_v2.style.d.ts +1 -1
- package/dist/esm/lib2/shared/ui/AppHeader_v2/AppHeader_v2.d.ts +7 -0
- package/dist/esm/lib2/shared/ui/AppHeader_v2/AppHeader_v2.stories.d.ts +6 -0
- package/dist/esm/lib2/shared/ui/AppHeader_v2/index.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/Badge/Badge.d.ts +4 -0
- package/dist/esm/lib2/shared/ui/Badge/index.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/Badge/styles.d.ts +127 -0
- package/dist/esm/lib2/shared/ui/Badge/types.d.ts +8 -0
- package/dist/esm/lib2/shared/ui/Button_v2/Button_v2.style.d.ts +2 -2
- package/dist/esm/lib2/shared/ui/Container_v2/Container_v2.styled.d.ts +1 -1
- package/dist/esm/lib2/shared/ui/Flag_v2/Flag_v2.d.ts +1 -6
- package/dist/esm/lib2/shared/ui/InputSearch/InputSearch.d.ts +5 -0
- package/dist/esm/lib2/shared/ui/InputSearch/index.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/InputSearch/types.d.ts +10 -0
- package/dist/esm/lib2/shared/ui/ListBox/ListBox.d.ts +2 -0
- package/dist/esm/lib2/shared/ui/ListBox/index.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/ListBox/types.d.ts +2 -0
- package/dist/esm/lib2/shared/ui/ListBoxItem/ListBoxItem.d.ts +5 -0
- package/dist/esm/lib2/shared/ui/ListBoxItem/index.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/ListBoxItem/types.d.ts +16 -0
- package/dist/esm/lib2/shared/ui/Skeleton_v2/Skeleton_v2.style.d.ts +1 -1
- package/dist/esm/lib2/shared/ui/index.d.ts +4 -0
- package/dist/index.d.ts +188 -129
- package/package.json +6 -2
- package/src/configs/tailwind/colors.ts +36 -0
- package/src/configs/tailwind/container.ts +5 -0
- package/src/lib2/shared/css/tailwind.css +27 -1
- package/src/lib2/shared/css/variables.css +6 -1
- package/dist/cjs/lib2/shared/ui/Flag_v2/flags/Pl.d.ts +0 -2
- package/dist/cjs/lib2/shared/ui/Flag_v2/flags/Uk.d.ts +0 -2
- package/dist/esm/lib2/shared/ui/Flag_v2/flags/Pl.d.ts +0 -2
- package/dist/esm/lib2/shared/ui/Flag_v2/flags/Uk.d.ts +0 -2
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
export declare const badge: import("tailwind-variants").TVReturnType<{
|
|
2
|
+
variant: {
|
|
3
|
+
attention: "";
|
|
4
|
+
neutral: "";
|
|
5
|
+
warning: "";
|
|
6
|
+
danger: "";
|
|
7
|
+
success: "";
|
|
8
|
+
brand: "";
|
|
9
|
+
info: "";
|
|
10
|
+
};
|
|
11
|
+
size: {
|
|
12
|
+
S: "px-2 py-1 text-xs/[140%] font-semibold";
|
|
13
|
+
M: "px-2.5 py-1 text-[13px]/[150%] font-semibold";
|
|
14
|
+
};
|
|
15
|
+
type: {
|
|
16
|
+
default: "";
|
|
17
|
+
accent: "";
|
|
18
|
+
};
|
|
19
|
+
}, undefined, "inline-flex justify-center items-center rounded-3xl", import("tailwind-variants/dist/config").TVConfig<{
|
|
20
|
+
variant: {
|
|
21
|
+
attention: "";
|
|
22
|
+
neutral: "";
|
|
23
|
+
warning: "";
|
|
24
|
+
danger: "";
|
|
25
|
+
success: "";
|
|
26
|
+
brand: "";
|
|
27
|
+
info: "";
|
|
28
|
+
};
|
|
29
|
+
size: {
|
|
30
|
+
S: "px-2 py-1 text-xs/[140%] font-semibold";
|
|
31
|
+
M: "px-2.5 py-1 text-[13px]/[150%] font-semibold";
|
|
32
|
+
};
|
|
33
|
+
type: {
|
|
34
|
+
default: "";
|
|
35
|
+
accent: "";
|
|
36
|
+
};
|
|
37
|
+
}, {
|
|
38
|
+
variant: {
|
|
39
|
+
attention: "";
|
|
40
|
+
neutral: "";
|
|
41
|
+
warning: "";
|
|
42
|
+
danger: "";
|
|
43
|
+
success: "";
|
|
44
|
+
brand: "";
|
|
45
|
+
info: "";
|
|
46
|
+
};
|
|
47
|
+
size: {
|
|
48
|
+
S: "px-2 py-1 text-xs/[140%] font-semibold";
|
|
49
|
+
M: "px-2.5 py-1 text-[13px]/[150%] font-semibold";
|
|
50
|
+
};
|
|
51
|
+
type: {
|
|
52
|
+
default: "";
|
|
53
|
+
accent: "";
|
|
54
|
+
};
|
|
55
|
+
}>, {
|
|
56
|
+
variant: {
|
|
57
|
+
attention: "";
|
|
58
|
+
neutral: "";
|
|
59
|
+
warning: "";
|
|
60
|
+
danger: "";
|
|
61
|
+
success: "";
|
|
62
|
+
brand: "";
|
|
63
|
+
info: "";
|
|
64
|
+
};
|
|
65
|
+
size: {
|
|
66
|
+
S: "px-2 py-1 text-xs/[140%] font-semibold";
|
|
67
|
+
M: "px-2.5 py-1 text-[13px]/[150%] font-semibold";
|
|
68
|
+
};
|
|
69
|
+
type: {
|
|
70
|
+
default: "";
|
|
71
|
+
accent: "";
|
|
72
|
+
};
|
|
73
|
+
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
74
|
+
variant: {
|
|
75
|
+
attention: "";
|
|
76
|
+
neutral: "";
|
|
77
|
+
warning: "";
|
|
78
|
+
danger: "";
|
|
79
|
+
success: "";
|
|
80
|
+
brand: "";
|
|
81
|
+
info: "";
|
|
82
|
+
};
|
|
83
|
+
size: {
|
|
84
|
+
S: "px-2 py-1 text-xs/[140%] font-semibold";
|
|
85
|
+
M: "px-2.5 py-1 text-[13px]/[150%] font-semibold";
|
|
86
|
+
};
|
|
87
|
+
type: {
|
|
88
|
+
default: "";
|
|
89
|
+
accent: "";
|
|
90
|
+
};
|
|
91
|
+
}, undefined, "inline-flex justify-center items-center rounded-3xl", import("tailwind-variants/dist/config").TVConfig<{
|
|
92
|
+
variant: {
|
|
93
|
+
attention: "";
|
|
94
|
+
neutral: "";
|
|
95
|
+
warning: "";
|
|
96
|
+
danger: "";
|
|
97
|
+
success: "";
|
|
98
|
+
brand: "";
|
|
99
|
+
info: "";
|
|
100
|
+
};
|
|
101
|
+
size: {
|
|
102
|
+
S: "px-2 py-1 text-xs/[140%] font-semibold";
|
|
103
|
+
M: "px-2.5 py-1 text-[13px]/[150%] font-semibold";
|
|
104
|
+
};
|
|
105
|
+
type: {
|
|
106
|
+
default: "";
|
|
107
|
+
accent: "";
|
|
108
|
+
};
|
|
109
|
+
}, {
|
|
110
|
+
variant: {
|
|
111
|
+
attention: "";
|
|
112
|
+
neutral: "";
|
|
113
|
+
warning: "";
|
|
114
|
+
danger: "";
|
|
115
|
+
success: "";
|
|
116
|
+
brand: "";
|
|
117
|
+
info: "";
|
|
118
|
+
};
|
|
119
|
+
size: {
|
|
120
|
+
S: "px-2 py-1 text-xs/[140%] font-semibold";
|
|
121
|
+
M: "px-2.5 py-1 text-[13px]/[150%] font-semibold";
|
|
122
|
+
};
|
|
123
|
+
type: {
|
|
124
|
+
default: "";
|
|
125
|
+
accent: "";
|
|
126
|
+
};
|
|
127
|
+
}>, unknown, unknown, undefined>>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export type BadgeType = 'default' | 'accent';
|
|
3
|
+
export type BadgeVariants = 'attention' | 'neutral' | 'success' | 'warning' | 'brand' | 'info';
|
|
4
|
+
export type BadgeProps = React.ComponentPropsWithoutRef<'span'> & {
|
|
5
|
+
variant: BadgeVariants;
|
|
6
|
+
size?: 'S' | 'M';
|
|
7
|
+
type?: BadgeType;
|
|
8
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const ButtonStyled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Pick<import("@ionic/core/dist/types/components").JSX.IonButton, "form" | "strong" | "type" | "disabled" | "rel" | "color" | "buttonType" | "download" | "href" | "target" | "mode" | "size" | "fill" | "onIonBlur" | "onIonFocus" | "shape" | "
|
|
2
|
+
export declare const ButtonStyled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Pick<import("@ionic/core/dist/types/components").JSX.IonButton, "form" | "strong" | "type" | "disabled" | "rel" | "color" | "buttonType" | "download" | "href" | "target" | "mode" | "size" | "fill" | "onIonBlur" | "onIonFocus" | "shape" | "expand" | "routerAnimation"> & {
|
|
3
3
|
routerLink?: string | undefined;
|
|
4
4
|
routerDirection?: "none" | "root" | "forward" | "back" | undefined;
|
|
5
5
|
routerOptions?: import("@ionic/react").RouterOptions | undefined;
|
|
6
6
|
routerAnimation?: import("@ionic/react").AnimationBuilder | undefined;
|
|
7
|
-
} & Pick<import("react").HTMLAttributes<HTMLIonButtonElement>, "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "
|
|
7
|
+
} & Pick<import("react").HTMLAttributes<HTMLIonButtonElement>, "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "children" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & import("@ionic/react/dist/types/components/IonicReactProps").IonicReactProps & import("react").RefAttributes<HTMLIonButtonElement>>, any, {}, never>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const Container_v2Styled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@ionic/core/dist/types/components").JSX.IonContent & Pick<import("react").HTMLAttributes<HTMLIonContentElement>, "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "
|
|
2
|
+
export declare const Container_v2Styled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@ionic/core/dist/types/components").JSX.IonContent & Pick<import("react").HTMLAttributes<HTMLIonContentElement>, "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "children" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & import("@ionic/react/dist/types/components/react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIonContentElement>>, any, {}, never>;
|
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
declare const flagsComponents: {
|
|
3
|
-
uk: React.LazyExoticComponent<() => JSX.Element>;
|
|
4
|
-
pl: React.LazyExoticComponent<() => JSX.Element>;
|
|
5
|
-
};
|
|
6
|
-
export type AvailableFlags = keyof typeof flagsComponents;
|
|
7
2
|
type FlagProps = {
|
|
8
|
-
name:
|
|
3
|
+
name: string;
|
|
9
4
|
className?: string;
|
|
10
5
|
};
|
|
11
6
|
declare const _default: React.NamedExoticComponent<FlagProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as InputSearch } from './InputSearch';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { SearchbarChangeEventDetail } from '@ionic/core';
|
|
2
|
+
import { IonSearchbarCustomEvent } from '@ionic/core/dist/types/components';
|
|
3
|
+
export type FieldSearchType = {
|
|
4
|
+
className?: string;
|
|
5
|
+
onCancelClick: () => void;
|
|
6
|
+
onIonChange: (event: IonSearchbarCustomEvent<SearchbarChangeEventDetail>) => void;
|
|
7
|
+
value: string;
|
|
8
|
+
debounce?: number;
|
|
9
|
+
placeholder?: string;
|
|
10
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ListBox } from './ListBox';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { ItemProps } from 'react-stately';
|
|
3
|
+
import { ListBoxItemProps, ListOptionsProps } from './types';
|
|
4
|
+
export declare const ListOption: React.ForwardRefExoticComponent<ListOptionsProps & React.RefAttributes<HTMLLIElement>>;
|
|
5
|
+
export declare const ListBoxItem: (props: ItemProps<unknown> & ListBoxItemProps) => JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ListBoxItem';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ListState, Node } from 'react-stately';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
export type ListOptionsProps = {
|
|
4
|
+
item: Node<unknown>;
|
|
5
|
+
state: ListState<unknown>;
|
|
6
|
+
icon?: React.ReactNode;
|
|
7
|
+
divider?: boolean;
|
|
8
|
+
value?: string;
|
|
9
|
+
};
|
|
10
|
+
export type ListBoxItemProps = {
|
|
11
|
+
icon?: React.ReactNode;
|
|
12
|
+
divider?: boolean;
|
|
13
|
+
value?: string;
|
|
14
|
+
children: React.ReactNode;
|
|
15
|
+
className?: string;
|
|
16
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const IonSkeletonStyled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@ionic/core/dist/types/components").JSX.IonSkeletonText & Pick<import("react").HTMLAttributes<HTMLIonSkeletonTextElement>, "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "
|
|
2
|
+
export declare const IonSkeletonStyled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@ionic/core/dist/types/components").JSX.IonSkeletonText & Pick<import("react").HTMLAttributes<HTMLIonSkeletonTextElement>, "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "children" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & import("@ionic/react/dist/types/components/react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIonSkeletonTextElement>>, any, {}, never>;
|
|
@@ -1,9 +1,44 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
+
color: {
|
|
3
|
+
background: {
|
|
4
|
+
white: string;
|
|
5
|
+
anti: {
|
|
6
|
+
flash: {
|
|
7
|
+
light: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
2
12
|
typography: {
|
|
3
13
|
typography: {
|
|
4
14
|
primary: string;
|
|
5
15
|
};
|
|
6
16
|
};
|
|
17
|
+
badges: {
|
|
18
|
+
attention: {
|
|
19
|
+
main: string;
|
|
20
|
+
bg: string;
|
|
21
|
+
};
|
|
22
|
+
neutral: {
|
|
23
|
+
main: string;
|
|
24
|
+
bg: string;
|
|
25
|
+
};
|
|
26
|
+
success: {
|
|
27
|
+
main: string;
|
|
28
|
+
bg: string;
|
|
29
|
+
};
|
|
30
|
+
warning: {
|
|
31
|
+
main: string;
|
|
32
|
+
bg: string;
|
|
33
|
+
};
|
|
34
|
+
accent: {
|
|
35
|
+
main: string;
|
|
36
|
+
};
|
|
37
|
+
info: {
|
|
38
|
+
main: string;
|
|
39
|
+
bg: string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
7
42
|
borders: {
|
|
8
43
|
divider: string;
|
|
9
44
|
};
|
|
@@ -3,5 +3,5 @@ export declare const InputIonIcon: import("styled-components").StyledComponent<a
|
|
|
3
3
|
interface CustomIonInputProps {
|
|
4
4
|
isActive: boolean;
|
|
5
5
|
}
|
|
6
|
-
export declare const CustomIonInput: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@ionic/core/dist/types/components").JSX.IonInput & Pick<import("react").HTMLAttributes<HTMLIonInputElement>, "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "
|
|
6
|
+
export declare const CustomIonInput: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@ionic/core/dist/types/components").JSX.IonInput & Pick<import("react").HTMLAttributes<HTMLIonInputElement>, "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "children" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & import("@ionic/react/dist/types/components/react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIonInputElement>>, any, CustomIonInputProps, never>;
|
|
7
7
|
export {};
|