@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.
Files changed (140) hide show
  1. package/dist/cjs/configs/tailwind/colors.d.ts +35 -0
  2. package/dist/cjs/configs/tailwind/container.d.ts +6 -0
  3. package/dist/cjs/deprecated/input/Input.style.d.ts +1 -1
  4. package/dist/cjs/index.js +4 -4
  5. package/dist/cjs/lib/AppFooter/AppFooter.style.d.ts +2 -2
  6. package/dist/cjs/lib/AppHeader/AppHeader.style.d.ts +2 -2
  7. package/dist/cjs/lib/BrowserNotSupport/NotSupportModal.style.d.ts +1 -1
  8. package/dist/cjs/lib/ChangeLangModal/ChangeLangModal.style.d.ts +1 -1
  9. package/dist/cjs/lib/Chat/Textarea/Textarea.style.d.ts +2 -2
  10. package/dist/cjs/lib/Consultations/ConsultationModal/ConsultationModal.style.d.ts +1 -1
  11. package/dist/cjs/lib/Consultations/SignUpSessionModal/SignUpSessionModal.style.d.ts +1 -1
  12. package/dist/cjs/lib/Consultations/UserInfoModal/UserInfoModal.style.d.ts +1 -1
  13. package/dist/cjs/lib/CustomButton/CustomButton.styled.d.ts +1 -1
  14. package/dist/cjs/lib/DaySlider/DaySlider.style.d.ts +1 -1
  15. package/dist/cjs/lib/Filters/ListSelect/ListSelect.style.d.ts +2 -2
  16. package/dist/cjs/lib/Filters/Range/Range.style.d.ts +1 -1
  17. package/dist/cjs/lib/Modal/Modal.style.d.ts +1 -1
  18. package/dist/cjs/lib/Refresher/Refresher.style.d.ts +1 -1
  19. package/dist/cjs/lib/RoundButton/RoundButton.styled.d.ts +1 -1
  20. package/dist/cjs/lib/Segment/Segment.style.d.ts +3 -3
  21. package/dist/cjs/lib/Skeleton/Skeleton.style.d.ts +1 -1
  22. package/dist/cjs/lib/SpecialistCard/SpecialistCard.style.d.ts +1 -1
  23. package/dist/cjs/lib/SpecialistProfile/ReviewStatistics/ReviewStatistics.style.d.ts +1 -1
  24. package/dist/cjs/lib/SpecialistProfile/SpecialistMatch/SpecialistMatch.style.d.ts +1 -1
  25. package/dist/cjs/lib/Spinner/Spinner.styled.d.ts +1 -1
  26. package/dist/cjs/lib/content-card/ContentCard.style.d.ts +1 -1
  27. package/dist/cjs/lib/footer-for-booking/FooterForBooking.style.d.ts +4 -4
  28. package/dist/cjs/lib/navigation-bar/NavigationBar.style.d.ts +1 -1
  29. package/dist/cjs/lib/notes-editor/NotesEditor.styled.d.ts +1 -1
  30. package/dist/cjs/lib/scroll-tabs/ScrollTabs.style.d.ts +2 -2
  31. package/dist/cjs/lib2/features/ChangeLanguageModal/ChangeLanguageModal.d.ts +3 -0
  32. package/dist/cjs/lib2/features/ChangeLanguageModal/index.d.ts +1 -0
  33. package/dist/cjs/lib2/features/ChangeLanguageModal/types.d.ts +14 -0
  34. package/dist/cjs/lib2/features/CountryOfOriginModal/CountryOfOriginModal.d.ts +5 -0
  35. package/dist/cjs/lib2/features/CountryOfOriginModal/index.d.ts +1 -0
  36. package/dist/cjs/lib2/features/CountryOfOriginModal/types.d.ts +10 -0
  37. package/dist/cjs/lib2/features/index.d.ts +2 -0
  38. package/dist/cjs/lib2/index.d.ts +1 -0
  39. package/dist/cjs/lib2/shared/assets/icons/icon-checkbox-checked.d.ts +7 -0
  40. package/dist/cjs/lib2/shared/assets/icons/icon-checkbox-unchecked.d.ts +7 -0
  41. package/dist/cjs/lib2/shared/hooks/index.d.ts +1 -0
  42. package/dist/cjs/lib2/shared/hooks/use-dom-ref.d.ts +2 -0
  43. package/dist/cjs/lib2/shared/index.d.ts +1 -0
  44. package/dist/cjs/lib2/shared/ui/AppFooter_v2/AppFooter_v2.style.d.ts +1 -1
  45. package/dist/cjs/lib2/shared/ui/AppHeader_v2/AppHeader_v2.d.ts +7 -0
  46. package/dist/cjs/lib2/shared/ui/AppHeader_v2/AppHeader_v2.stories.d.ts +6 -0
  47. package/dist/cjs/lib2/shared/ui/AppHeader_v2/index.d.ts +1 -0
  48. package/dist/cjs/lib2/shared/ui/Badge/Badge.d.ts +4 -0
  49. package/dist/cjs/lib2/shared/ui/Badge/index.d.ts +1 -0
  50. package/dist/cjs/lib2/shared/ui/Badge/styles.d.ts +127 -0
  51. package/dist/cjs/lib2/shared/ui/Badge/types.d.ts +8 -0
  52. package/dist/cjs/lib2/shared/ui/Button_v2/Button_v2.style.d.ts +2 -2
  53. package/dist/cjs/lib2/shared/ui/Container_v2/Container_v2.styled.d.ts +1 -1
  54. package/dist/cjs/lib2/shared/ui/Flag_v2/Flag_v2.d.ts +1 -6
  55. package/dist/cjs/lib2/shared/ui/InputSearch/InputSearch.d.ts +5 -0
  56. package/dist/cjs/lib2/shared/ui/InputSearch/index.d.ts +1 -0
  57. package/dist/cjs/lib2/shared/ui/InputSearch/types.d.ts +10 -0
  58. package/dist/cjs/lib2/shared/ui/ListBox/ListBox.d.ts +2 -0
  59. package/dist/cjs/lib2/shared/ui/ListBox/index.d.ts +1 -0
  60. package/dist/cjs/lib2/shared/ui/ListBox/types.d.ts +2 -0
  61. package/dist/cjs/lib2/shared/ui/ListBoxItem/ListBoxItem.d.ts +5 -0
  62. package/dist/cjs/lib2/shared/ui/ListBoxItem/index.d.ts +1 -0
  63. package/dist/cjs/lib2/shared/ui/ListBoxItem/types.d.ts +16 -0
  64. package/dist/cjs/lib2/shared/ui/Skeleton_v2/Skeleton_v2.style.d.ts +1 -1
  65. package/dist/cjs/lib2/shared/ui/index.d.ts +4 -0
  66. package/dist/esm/configs/tailwind/colors.d.ts +35 -0
  67. package/dist/esm/configs/tailwind/container.d.ts +6 -0
  68. package/dist/esm/deprecated/input/Input.style.d.ts +1 -1
  69. package/dist/esm/index.js +4 -4
  70. package/dist/esm/lib/AppFooter/AppFooter.style.d.ts +2 -2
  71. package/dist/esm/lib/AppHeader/AppHeader.style.d.ts +2 -2
  72. package/dist/esm/lib/BrowserNotSupport/NotSupportModal.style.d.ts +1 -1
  73. package/dist/esm/lib/ChangeLangModal/ChangeLangModal.style.d.ts +1 -1
  74. package/dist/esm/lib/Chat/Textarea/Textarea.style.d.ts +2 -2
  75. package/dist/esm/lib/Consultations/ConsultationModal/ConsultationModal.style.d.ts +1 -1
  76. package/dist/esm/lib/Consultations/SignUpSessionModal/SignUpSessionModal.style.d.ts +1 -1
  77. package/dist/esm/lib/Consultations/UserInfoModal/UserInfoModal.style.d.ts +1 -1
  78. package/dist/esm/lib/CustomButton/CustomButton.styled.d.ts +1 -1
  79. package/dist/esm/lib/DaySlider/DaySlider.style.d.ts +1 -1
  80. package/dist/esm/lib/Filters/ListSelect/ListSelect.style.d.ts +2 -2
  81. package/dist/esm/lib/Filters/Range/Range.style.d.ts +1 -1
  82. package/dist/esm/lib/Modal/Modal.style.d.ts +1 -1
  83. package/dist/esm/lib/Refresher/Refresher.style.d.ts +1 -1
  84. package/dist/esm/lib/RoundButton/RoundButton.styled.d.ts +1 -1
  85. package/dist/esm/lib/Segment/Segment.style.d.ts +3 -3
  86. package/dist/esm/lib/Skeleton/Skeleton.style.d.ts +1 -1
  87. package/dist/esm/lib/SpecialistCard/SpecialistCard.style.d.ts +1 -1
  88. package/dist/esm/lib/SpecialistProfile/ReviewStatistics/ReviewStatistics.style.d.ts +1 -1
  89. package/dist/esm/lib/SpecialistProfile/SpecialistMatch/SpecialistMatch.style.d.ts +1 -1
  90. package/dist/esm/lib/Spinner/Spinner.styled.d.ts +1 -1
  91. package/dist/esm/lib/content-card/ContentCard.style.d.ts +1 -1
  92. package/dist/esm/lib/footer-for-booking/FooterForBooking.style.d.ts +4 -4
  93. package/dist/esm/lib/navigation-bar/NavigationBar.style.d.ts +1 -1
  94. package/dist/esm/lib/notes-editor/NotesEditor.styled.d.ts +1 -1
  95. package/dist/esm/lib/scroll-tabs/ScrollTabs.style.d.ts +2 -2
  96. package/dist/esm/lib2/features/ChangeLanguageModal/ChangeLanguageModal.d.ts +3 -0
  97. package/dist/esm/lib2/features/ChangeLanguageModal/index.d.ts +1 -0
  98. package/dist/esm/lib2/features/ChangeLanguageModal/types.d.ts +14 -0
  99. package/dist/esm/lib2/features/CountryOfOriginModal/CountryOfOriginModal.d.ts +5 -0
  100. package/dist/esm/lib2/features/CountryOfOriginModal/index.d.ts +1 -0
  101. package/dist/esm/lib2/features/CountryOfOriginModal/types.d.ts +10 -0
  102. package/dist/esm/lib2/features/index.d.ts +2 -0
  103. package/dist/esm/lib2/index.d.ts +1 -0
  104. package/dist/esm/lib2/shared/assets/icons/icon-checkbox-checked.d.ts +7 -0
  105. package/dist/esm/lib2/shared/assets/icons/icon-checkbox-unchecked.d.ts +7 -0
  106. package/dist/esm/lib2/shared/hooks/index.d.ts +1 -0
  107. package/dist/esm/lib2/shared/hooks/use-dom-ref.d.ts +2 -0
  108. package/dist/esm/lib2/shared/index.d.ts +1 -0
  109. package/dist/esm/lib2/shared/ui/AppFooter_v2/AppFooter_v2.style.d.ts +1 -1
  110. package/dist/esm/lib2/shared/ui/AppHeader_v2/AppHeader_v2.d.ts +7 -0
  111. package/dist/esm/lib2/shared/ui/AppHeader_v2/AppHeader_v2.stories.d.ts +6 -0
  112. package/dist/esm/lib2/shared/ui/AppHeader_v2/index.d.ts +1 -0
  113. package/dist/esm/lib2/shared/ui/Badge/Badge.d.ts +4 -0
  114. package/dist/esm/lib2/shared/ui/Badge/index.d.ts +1 -0
  115. package/dist/esm/lib2/shared/ui/Badge/styles.d.ts +127 -0
  116. package/dist/esm/lib2/shared/ui/Badge/types.d.ts +8 -0
  117. package/dist/esm/lib2/shared/ui/Button_v2/Button_v2.style.d.ts +2 -2
  118. package/dist/esm/lib2/shared/ui/Container_v2/Container_v2.styled.d.ts +1 -1
  119. package/dist/esm/lib2/shared/ui/Flag_v2/Flag_v2.d.ts +1 -6
  120. package/dist/esm/lib2/shared/ui/InputSearch/InputSearch.d.ts +5 -0
  121. package/dist/esm/lib2/shared/ui/InputSearch/index.d.ts +1 -0
  122. package/dist/esm/lib2/shared/ui/InputSearch/types.d.ts +10 -0
  123. package/dist/esm/lib2/shared/ui/ListBox/ListBox.d.ts +2 -0
  124. package/dist/esm/lib2/shared/ui/ListBox/index.d.ts +1 -0
  125. package/dist/esm/lib2/shared/ui/ListBox/types.d.ts +2 -0
  126. package/dist/esm/lib2/shared/ui/ListBoxItem/ListBoxItem.d.ts +5 -0
  127. package/dist/esm/lib2/shared/ui/ListBoxItem/index.d.ts +1 -0
  128. package/dist/esm/lib2/shared/ui/ListBoxItem/types.d.ts +16 -0
  129. package/dist/esm/lib2/shared/ui/Skeleton_v2/Skeleton_v2.style.d.ts +1 -1
  130. package/dist/esm/lib2/shared/ui/index.d.ts +4 -0
  131. package/dist/index.d.ts +188 -129
  132. package/package.json +6 -2
  133. package/src/configs/tailwind/colors.ts +36 -0
  134. package/src/configs/tailwind/container.ts +5 -0
  135. package/src/lib2/shared/css/tailwind.css +27 -1
  136. package/src/lib2/shared/css/variables.css +6 -1
  137. package/dist/cjs/lib2/shared/ui/Flag_v2/flags/Pl.d.ts +0 -2
  138. package/dist/cjs/lib2/shared/ui/Flag_v2/flags/Uk.d.ts +0 -2
  139. package/dist/esm/lib2/shared/ui/Flag_v2/flags/Pl.d.ts +0 -2
  140. 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" | "routerAnimation" | "expand"> & {
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" | "children" | "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>;
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" | "children" | "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>;
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: AvailableFlags;
3
+ name: string;
9
4
  className?: string;
10
5
  };
11
6
  declare const _default: React.NamedExoticComponent<FlagProps>;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ import { FieldSearchType } from './types';
3
+ import { WithTranslation } from 'react-i18next';
4
+ declare const InputSearch: React.FC<FieldSearchType & WithTranslation['t']>;
5
+ export default InputSearch;
@@ -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,2 @@
1
+ import { ListBoxProps } from './types';
2
+ export default function ListBox<T extends Record<string, unknown>>(props: ListBoxProps<T>): JSX.Element;
@@ -0,0 +1 @@
1
+ export { default as ListBox } from './ListBox';
@@ -0,0 +1,2 @@
1
+ import { AriaListBoxProps } from 'react-aria';
2
+ export type ListBoxProps<T> = AriaListBoxProps<T>;
@@ -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" | "children" | "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>;
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>;
@@ -6,3 +6,7 @@ export * from './Button_v2';
6
6
  export * from './Container_v2';
7
7
  export * from './Flag_v2';
8
8
  export * from './Picture';
9
+ export * from './Badge';
10
+ export * from './AppHeader_v2';
11
+ export * from './ListBoxItem';
12
+ export * from './ListBox';