@egov3/system-design 1.3.132 → 1.3.134

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 (237) hide show
  1. package/dist/cjs/baseComponents/BaseField/index.js +2 -2
  2. package/dist/cjs/baseComponents/BaseField/index.js.map +1 -1
  3. package/dist/cjs/baseComponents/InputField/index.js.map +1 -1
  4. package/dist/cjs/baseComponents/InputFieldGroup/index.js.map +1 -1
  5. package/dist/cjs/baseComponents/Modal/index.js +5 -3
  6. package/dist/cjs/baseComponents/Modal/index.js.map +1 -1
  7. package/dist/cjs/baseComponents/SearchBar/index.js +4 -2
  8. package/dist/cjs/baseComponents/SearchBar/index.js.map +1 -1
  9. package/dist/cjs/baseComponents/SelectBoxButton/index.js +2 -2
  10. package/dist/cjs/baseComponents/SelectBoxButton/index.js.map +1 -1
  11. package/dist/cjs/baseComponents/StatusText/index.js +4 -2
  12. package/dist/cjs/baseComponents/StatusText/index.js.map +1 -1
  13. package/dist/cjs/baseComponents/TextareaField/index.js +0 -1
  14. package/dist/cjs/baseComponents/TextareaField/index.js.map +1 -1
  15. package/dist/cjs/components/Calendar/Body/index.js +15 -5
  16. package/dist/cjs/components/Calendar/Body/index.js.map +1 -1
  17. package/dist/cjs/components/Calendar/Header/index.js +10 -1
  18. package/dist/cjs/components/Calendar/Header/index.js.map +1 -1
  19. package/dist/cjs/components/Calendar/index.js +10 -1
  20. package/dist/cjs/components/Calendar/index.js.map +1 -1
  21. package/dist/cjs/components/ErrorModal/index.js +13 -2
  22. package/dist/cjs/components/ErrorModal/index.js.map +1 -1
  23. package/dist/cjs/components/Identity/Agreement/index.js +10 -1
  24. package/dist/cjs/components/Identity/Agreement/index.js.map +1 -1
  25. package/dist/cjs/components/Identity/Auth/Auth.module.css.js +2 -2
  26. package/dist/cjs/components/Identity/Auth/index.js +9 -26
  27. package/dist/cjs/components/Identity/Auth/index.js.map +1 -1
  28. package/dist/cjs/components/Identity/AuthQR/AuthQR.module.css.js +22 -0
  29. package/dist/cjs/components/Identity/AuthQR/AuthQR.module.css.js.map +1 -0
  30. package/dist/cjs/components/Identity/AuthQR/index.js +15 -0
  31. package/dist/cjs/components/Identity/AuthQR/index.js.map +1 -0
  32. package/dist/cjs/components/Identity/EdsSuccess/index.js +12 -2
  33. package/dist/cjs/components/Identity/EdsSuccess/index.js.map +1 -1
  34. package/dist/cjs/components/Identity/HelpInstruction/index.js +10 -1
  35. package/dist/cjs/components/Identity/HelpInstruction/index.js.map +1 -1
  36. package/dist/cjs/components/Identity/IdentityHeader/index.js +2 -2
  37. package/dist/cjs/components/Identity/IdentityHeader/index.js.map +1 -1
  38. package/dist/cjs/components/Identity/IdentityModal/index.js +10 -1
  39. package/dist/cjs/components/Identity/IdentityModal/index.js.map +1 -1
  40. package/dist/cjs/components/Messages/EmptyMessages/index.js +13 -2
  41. package/dist/cjs/components/Messages/EmptyMessages/index.js.map +1 -1
  42. package/dist/cjs/components/Messages/HelpNotification/index.js.map +1 -1
  43. package/dist/cjs/components/Messages/HelpNotificationItem/index.js +10 -1
  44. package/dist/cjs/components/Messages/HelpNotificationItem/index.js.map +1 -1
  45. package/dist/cjs/components/Messages/MsgBody/index.js +15 -2
  46. package/dist/cjs/components/Messages/MsgBody/index.js.map +1 -1
  47. package/dist/cjs/components/Messages/MsgComponentHeader/index.js +14 -3
  48. package/dist/cjs/components/Messages/MsgComponentHeader/index.js.map +1 -1
  49. package/dist/cjs/components/Messages/MsgSearch/index.js +10 -1
  50. package/dist/cjs/components/Messages/MsgSearch/index.js.map +1 -1
  51. package/dist/cjs/components/Navigation/ViewToggle/index.js +4 -3
  52. package/dist/cjs/components/Navigation/ViewToggle/index.js.map +1 -1
  53. package/dist/cjs/components/Notification/Item/index.js +17 -5
  54. package/dist/cjs/components/Notification/Item/index.js.map +1 -1
  55. package/dist/cjs/components/Notification/Wrapper/index.js.map +1 -1
  56. package/dist/cjs/components/Presale/AccordionTitle/index.js +10 -1
  57. package/dist/cjs/components/Presale/AccordionTitle/index.js.map +1 -1
  58. package/dist/cjs/components/Presale/Instructions/index.js +10 -1
  59. package/dist/cjs/components/Presale/Instructions/index.js.map +1 -1
  60. package/dist/cjs/components/Presale/PassportDetails/index.js +10 -1
  61. package/dist/cjs/components/Presale/PassportDetails/index.js.map +1 -1
  62. package/dist/cjs/components/Presale/ServiceDetails/index.js +10 -1
  63. package/dist/cjs/components/Presale/ServiceDetails/index.js.map +1 -1
  64. package/dist/cjs/components/Profile/DocCard/index.js +10 -1
  65. package/dist/cjs/components/Profile/DocCard/index.js.map +1 -1
  66. package/dist/cjs/components/Profile/IconToggleItem/index.js +10 -1
  67. package/dist/cjs/components/Profile/IconToggleItem/index.js.map +1 -1
  68. package/dist/cjs/components/Profile/ProfileHealthGeneral/index.js +10 -1
  69. package/dist/cjs/components/Profile/ProfileHealthGeneral/index.js.map +1 -1
  70. package/dist/cjs/components/Profile/RightMenuSectionItem/index.js +10 -1
  71. package/dist/cjs/components/Profile/RightMenuSectionItem/index.js.map +1 -1
  72. package/dist/cjs/components/Profile/SetUpAccess/index.js +13 -2
  73. package/dist/cjs/components/Profile/SetUpAccess/index.js.map +1 -1
  74. package/dist/cjs/components/ServiceCardComponent/index.js +10 -1
  75. package/dist/cjs/components/ServiceCardComponent/index.js.map +1 -1
  76. package/dist/cjs/components/Services/Feedback/index.js +21 -7
  77. package/dist/cjs/components/Services/Feedback/index.js.map +1 -1
  78. package/dist/cjs/components/Services/FileForUpload/index.js +14 -4
  79. package/dist/cjs/components/Services/FileForUpload/index.js.map +1 -1
  80. package/dist/cjs/components/Services/NextStepComponent/index.js +10 -1
  81. package/dist/cjs/components/Services/NextStepComponent/index.js.map +1 -1
  82. package/dist/cjs/constants/i18n/Identity/AuthQR.js +12 -0
  83. package/dist/cjs/constants/i18n/Identity/AuthQR.js.map +1 -0
  84. package/dist/cjs/constants/i18n/index.js +2 -0
  85. package/dist/cjs/constants/i18n/index.js.map +1 -1
  86. package/dist/cjs/customHooks/useCalendar.js.map +1 -1
  87. package/dist/cjs/index.js +91 -89
  88. package/dist/cjs/index.js.map +1 -1
  89. package/dist/cjs/utils/calendar.js.map +1 -1
  90. package/dist/cjs/utils/date/getMonthNameProper.js.map +1 -1
  91. package/dist/cjs/utils/debounce.js.map +1 -1
  92. package/dist/esm/baseComponents/BaseField/index.js +2 -2
  93. package/dist/esm/baseComponents/BaseField/index.js.map +1 -1
  94. package/dist/esm/baseComponents/InputField/index.js.map +1 -1
  95. package/dist/esm/baseComponents/InputFieldGroup/index.js.map +1 -1
  96. package/dist/esm/baseComponents/Modal/index.js +5 -3
  97. package/dist/esm/baseComponents/Modal/index.js.map +1 -1
  98. package/dist/esm/baseComponents/RadioGroup/index.js +1 -1
  99. package/dist/esm/baseComponents/SearchBar/index.js +4 -2
  100. package/dist/esm/baseComponents/SearchBar/index.js.map +1 -1
  101. package/dist/esm/baseComponents/SelectBoxButton/index.js +2 -2
  102. package/dist/esm/baseComponents/SelectBoxButton/index.js.map +1 -1
  103. package/dist/esm/baseComponents/StatusText/index.js +4 -2
  104. package/dist/esm/baseComponents/StatusText/index.js.map +1 -1
  105. package/dist/esm/baseComponents/TextareaField/index.js +0 -1
  106. package/dist/esm/baseComponents/TextareaField/index.js.map +1 -1
  107. package/dist/esm/components/Calendar/Body/index.js +15 -5
  108. package/dist/esm/components/Calendar/Body/index.js.map +1 -1
  109. package/dist/esm/components/Calendar/Header/index.js +10 -1
  110. package/dist/esm/components/Calendar/Header/index.js.map +1 -1
  111. package/dist/esm/components/Calendar/index.js +10 -1
  112. package/dist/esm/components/Calendar/index.js.map +1 -1
  113. package/dist/esm/components/ErrorModal/index.js +13 -2
  114. package/dist/esm/components/ErrorModal/index.js.map +1 -1
  115. package/dist/esm/components/Identity/Agreement/index.js +10 -1
  116. package/dist/esm/components/Identity/Agreement/index.js.map +1 -1
  117. package/dist/esm/components/Identity/Auth/Auth.module.css.js +2 -2
  118. package/dist/esm/components/Identity/Auth/index.js +7 -24
  119. package/dist/esm/components/Identity/Auth/index.js.map +1 -1
  120. package/dist/esm/components/Identity/AuthQR/AuthQR.module.css.js +18 -0
  121. package/dist/esm/components/Identity/AuthQR/AuthQR.module.css.js.map +1 -0
  122. package/dist/esm/components/Identity/AuthQR/index.js +13 -0
  123. package/dist/esm/components/Identity/AuthQR/index.js.map +1 -0
  124. package/dist/esm/components/Identity/EdsSuccess/index.js +12 -2
  125. package/dist/esm/components/Identity/EdsSuccess/index.js.map +1 -1
  126. package/dist/esm/components/Identity/HelpInstruction/index.js +10 -1
  127. package/dist/esm/components/Identity/HelpInstruction/index.js.map +1 -1
  128. package/dist/esm/components/Identity/IdentityHeader/index.js +2 -2
  129. package/dist/esm/components/Identity/IdentityHeader/index.js.map +1 -1
  130. package/dist/esm/components/Identity/IdentityModal/index.js +10 -1
  131. package/dist/esm/components/Identity/IdentityModal/index.js.map +1 -1
  132. package/dist/esm/components/Messages/EmptyMessages/index.js +13 -2
  133. package/dist/esm/components/Messages/EmptyMessages/index.js.map +1 -1
  134. package/dist/esm/components/Messages/HelpNotification/index.js.map +1 -1
  135. package/dist/esm/components/Messages/HelpNotificationItem/index.js +10 -1
  136. package/dist/esm/components/Messages/HelpNotificationItem/index.js.map +1 -1
  137. package/dist/esm/components/Messages/MsgBody/index.js +15 -2
  138. package/dist/esm/components/Messages/MsgBody/index.js.map +1 -1
  139. package/dist/esm/components/Messages/MsgComponentHeader/index.js +14 -3
  140. package/dist/esm/components/Messages/MsgComponentHeader/index.js.map +1 -1
  141. package/dist/esm/components/Messages/MsgSearch/index.js +10 -1
  142. package/dist/esm/components/Messages/MsgSearch/index.js.map +1 -1
  143. package/dist/esm/components/Navigation/ViewToggle/index.js +4 -3
  144. package/dist/esm/components/Navigation/ViewToggle/index.js.map +1 -1
  145. package/dist/esm/components/Notification/Item/index.js +17 -5
  146. package/dist/esm/components/Notification/Item/index.js.map +1 -1
  147. package/dist/esm/components/Notification/Wrapper/index.js.map +1 -1
  148. package/dist/esm/components/Presale/AccordionTitle/index.js +10 -1
  149. package/dist/esm/components/Presale/AccordionTitle/index.js.map +1 -1
  150. package/dist/esm/components/Presale/Instructions/index.js +10 -1
  151. package/dist/esm/components/Presale/Instructions/index.js.map +1 -1
  152. package/dist/esm/components/Presale/PassportDetails/index.js +10 -1
  153. package/dist/esm/components/Presale/PassportDetails/index.js.map +1 -1
  154. package/dist/esm/components/Presale/ServiceDetails/index.js +10 -1
  155. package/dist/esm/components/Presale/ServiceDetails/index.js.map +1 -1
  156. package/dist/esm/components/Profile/DocCard/index.js +10 -1
  157. package/dist/esm/components/Profile/DocCard/index.js.map +1 -1
  158. package/dist/esm/components/Profile/IconToggleItem/index.js +10 -1
  159. package/dist/esm/components/Profile/IconToggleItem/index.js.map +1 -1
  160. package/dist/esm/components/Profile/ProfileHealthGeneral/index.js +10 -1
  161. package/dist/esm/components/Profile/ProfileHealthGeneral/index.js.map +1 -1
  162. package/dist/esm/components/Profile/RightMenuSectionItem/index.js +10 -1
  163. package/dist/esm/components/Profile/RightMenuSectionItem/index.js.map +1 -1
  164. package/dist/esm/components/Profile/SetUpAccess/index.js +13 -2
  165. package/dist/esm/components/Profile/SetUpAccess/index.js.map +1 -1
  166. package/dist/esm/components/ServiceCardComponent/index.js +10 -1
  167. package/dist/esm/components/ServiceCardComponent/index.js.map +1 -1
  168. package/dist/esm/components/Services/Feedback/index.js +21 -7
  169. package/dist/esm/components/Services/Feedback/index.js.map +1 -1
  170. package/dist/esm/components/Services/FileForUpload/index.js +14 -4
  171. package/dist/esm/components/Services/FileForUpload/index.js.map +1 -1
  172. package/dist/esm/components/Services/NextStepComponent/index.js +10 -1
  173. package/dist/esm/components/Services/NextStepComponent/index.js.map +1 -1
  174. package/dist/esm/constants/i18n/Identity/AuthQR.js +10 -0
  175. package/dist/esm/constants/i18n/Identity/AuthQR.js.map +1 -0
  176. package/dist/esm/constants/i18n/index.js +2 -0
  177. package/dist/esm/constants/i18n/index.js.map +1 -1
  178. package/dist/esm/customHooks/useCalendar.js.map +1 -1
  179. package/dist/esm/index.js +1 -0
  180. package/dist/esm/index.js.map +1 -1
  181. package/dist/esm/utils/calendar.js.map +1 -1
  182. package/dist/esm/utils/date/getMonthNameProper.js.map +1 -1
  183. package/dist/esm/utils/debounce.js.map +1 -1
  184. package/dist/types/baseComponents/Accordion/index.d.ts +1 -2
  185. package/dist/types/baseComponents/Button/index.d.ts +3 -4
  186. package/dist/types/baseComponents/InputField/index.d.ts +7 -7
  187. package/dist/types/baseComponents/InputFieldGroup/index.d.ts +2 -2
  188. package/dist/types/baseComponents/Label/index.d.ts +2 -2
  189. package/dist/types/baseComponents/Loader/index.d.ts +2 -2
  190. package/dist/types/baseComponents/Modal/index.d.ts +4 -5
  191. package/dist/types/baseComponents/Overlay/index.d.ts +3 -4
  192. package/dist/types/baseComponents/RadioGroup/index.d.ts +4 -5
  193. package/dist/types/baseComponents/RadioToggle/index.d.ts +2 -2
  194. package/dist/types/baseComponents/SearchBar/index.d.ts +2 -2
  195. package/dist/types/baseComponents/SelectBoxButton/index.d.ts +2 -2
  196. package/dist/types/baseComponents/StatusText/index.d.ts +2 -2
  197. package/dist/types/baseComponents/TabButtons/index.d.ts +2 -2
  198. package/dist/types/baseComponents/TextPair/index.d.ts +2 -2
  199. package/dist/types/baseComponents/TextareaField/index.d.ts +5 -5
  200. package/dist/types/baseComponents/Typography/index.d.ts +2 -2
  201. package/dist/types/baseComponents/legacy.d.ts +19 -20
  202. package/dist/types/components/Calendar/Body/index.d.ts +2 -2
  203. package/dist/types/components/Calendar/index.d.ts +2 -2
  204. package/dist/types/components/ErrorModal/index.d.ts +2 -2
  205. package/dist/types/components/Identity/Agreement/index.d.ts +2 -2
  206. package/dist/types/components/Identity/Auth/index.d.ts +3 -2
  207. package/dist/types/components/Identity/AuthQR/index.d.ts +10 -0
  208. package/dist/types/components/Identity/EdsSuccess/index.d.ts +2 -2
  209. package/dist/types/components/Identity/HelpInstruction/index.d.ts +2 -2
  210. package/dist/types/components/Identity/IdentityHeader/index.d.ts +2 -2
  211. package/dist/types/components/Identity/IdentityModal/index.d.ts +2 -2
  212. package/dist/types/components/Messages/EmptyMessages/index.d.ts +2 -2
  213. package/dist/types/components/Messages/HelpNotification/index.d.ts +4 -5
  214. package/dist/types/components/Messages/HelpNotificationItem/index.d.ts +2 -2
  215. package/dist/types/components/Messages/MsgBody/index.d.ts +2 -2
  216. package/dist/types/components/Messages/MsgComponentHeader/index.d.ts +2 -2
  217. package/dist/types/components/Messages/MsgSearch/index.d.ts +2 -2
  218. package/dist/types/components/Navigation/ViewToggle/index.d.ts +2 -2
  219. package/dist/types/components/Notification/Item/index.d.ts +2 -2
  220. package/dist/types/components/Notification/Wrapper/index.d.ts +2 -2
  221. package/dist/types/components/Presale/index.d.ts +5 -5
  222. package/dist/types/components/Profile/DocCard/index.d.ts +3 -4
  223. package/dist/types/components/Profile/IconToggleItem/index.d.ts +2 -2
  224. package/dist/types/components/Profile/ProfileHealthGeneral/index.d.ts +2 -2
  225. package/dist/types/components/Profile/RightMenuSectionItem/index.d.ts +2 -2
  226. package/dist/types/components/Profile/SetUpAccess/index.d.ts +2 -2
  227. package/dist/types/components/ServiceCardComponent/index.d.ts +1 -2
  228. package/dist/types/components/Services/Feedback/index.d.ts +2 -2
  229. package/dist/types/components/Services/FileForUpload/index.d.ts +2 -2
  230. package/dist/types/components/Services/NextStepComponent/index.d.ts +2 -2
  231. package/dist/types/components/legacy.d.ts +53 -53
  232. package/dist/types/index.d.ts +51 -51
  233. package/package.json +3 -3
  234. package/dist/cjs/svg/QrCodeIcon.js +0 -10
  235. package/dist/cjs/svg/QrCodeIcon.js.map +0 -1
  236. package/dist/esm/svg/QrCodeIcon.js +0 -8
  237. package/dist/esm/svg/QrCodeIcon.js.map +0 -1
@@ -1,10 +1,10 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
 
3
3
  interface IViewToggleProps {
4
4
  activeView: string;
5
5
  setActiveView: (view: string) => void;
6
6
  }
7
- declare const ViewToggle: ({ activeView, setActiveView }: IViewToggleProps) => react_jsx_runtime.JSX.Element;
7
+ declare const ViewToggle: ({ activeView, setActiveView }: IViewToggleProps) => react.JSX.Element;
8
8
 
9
9
  export { ViewToggle };
10
10
  export type { IViewToggleProps };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import { JSX } from 'react';
2
2
 
3
3
  type TNotificationType = "success" | "error" | "warning" | "info";
4
4
  interface INotificationComponentProps {
@@ -6,7 +6,7 @@ interface INotificationComponentProps {
6
6
  type?: TNotificationType;
7
7
  onClick?: () => void;
8
8
  }
9
- declare const NotificationItem: ({ type, text, onClick, }: INotificationComponentProps) => react_jsx_runtime.JSX.Element;
9
+ declare const NotificationItem: ({ type, text, onClick, }: INotificationComponentProps) => JSX.Element;
10
10
 
11
11
  export { NotificationItem };
12
12
  export type { INotificationComponentProps, TNotificationType };
@@ -1,11 +1,11 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { INotificationData } from '../../../interfaces/Notification.js';
3
3
 
4
4
  interface INotificationWrapperProps {
5
5
  items: INotificationData[];
6
6
  removeNotificationData: (id: string) => void;
7
7
  }
8
- declare const NotificationWrapper: ({ items, removeNotificationData, }: INotificationWrapperProps) => react_jsx_runtime.JSX.Element | null;
8
+ declare const NotificationWrapper: ({ items, removeNotificationData, }: INotificationWrapperProps) => react.JSX.Element | null;
9
9
 
10
10
  export { NotificationWrapper };
11
11
  export type { INotificationWrapperProps };
@@ -1,14 +1,14 @@
1
1
  import { IAccordionTitleProps } from './AccordionTitle/index.js';
2
2
  import { IServiceDetailsProps } from './ServiceDetails/index.js';
3
3
  import { IPassportDetailsProps } from './PassportDetails/index.js';
4
- import * as react_jsx_runtime from 'react/jsx-runtime';
4
+ import * as react from 'react';
5
5
  import { IInstructionsProps } from './Instructions/index.js';
6
6
 
7
7
  declare const PresaleComponent: {
8
- Instructions: ({ instructions, lang }: IInstructionsProps) => react_jsx_runtime.JSX.Element;
9
- PassportDetails: ({ details, lang }: IPassportDetailsProps) => react_jsx_runtime.JSX.Element;
10
- ServiceDetails: ({ passportDetails, servicesDetails, lang, }: IServiceDetailsProps) => react_jsx_runtime.JSX.Element;
11
- AccordionTitle: ({ title }: IAccordionTitleProps) => react_jsx_runtime.JSX.Element;
8
+ Instructions: ({ instructions, lang }: IInstructionsProps) => react.JSX.Element;
9
+ PassportDetails: ({ details, lang }: IPassportDetailsProps) => react.JSX.Element;
10
+ ServiceDetails: ({ passportDetails, servicesDetails, lang, }: IServiceDetailsProps) => react.JSX.Element;
11
+ AccordionTitle: ({ title }: IAccordionTitleProps) => react.JSX.Element;
12
12
  };
13
13
 
14
14
  export { PresaleComponent };
@@ -1,15 +1,14 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import React__default, { JSX } from 'react';
1
+ import react__default, { JSX } from 'react';
3
2
  import { ILangProps } from '../../../interfaces/common/index.js';
4
3
 
5
4
  interface IDocCardProps extends ILangProps {
6
5
  title: string;
7
6
  docIcon: JSX.Element;
8
7
  expiration?: string;
9
- children?: React__default.ReactNode;
8
+ children?: react__default.ReactNode;
10
9
  handleDownload: () => void;
11
10
  }
12
- declare const DocCard: ({ title, docIcon, expiration, children, lang, handleDownload, }: IDocCardProps) => react_jsx_runtime.JSX.Element;
11
+ declare const DocCard: ({ title, docIcon, expiration, children, lang, handleDownload, }: IDocCardProps) => JSX.Element;
13
12
 
14
13
  export { DocCard };
15
14
  export type { IDocCardProps };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { ComponentType, SVGProps, Dispatch, SetStateAction } from 'react';
3
3
 
4
4
  interface IIconToggleItemProps {
@@ -7,7 +7,7 @@ interface IIconToggleItemProps {
7
7
  lock: boolean;
8
8
  unlock: Dispatch<SetStateAction<boolean>>;
9
9
  }
10
- declare const IconToggleItem: ({ Icon, text, lock, unlock, }: IIconToggleItemProps) => react_jsx_runtime.JSX.Element;
10
+ declare const IconToggleItem: ({ Icon, text, lock, unlock, }: IIconToggleItemProps) => react.JSX.Element;
11
11
 
12
12
  export { IconToggleItem };
13
13
  export type { IIconToggleItemProps };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { ILangProps } from '../../../interfaces/common/index.js';
3
3
  import { ITitleValuePair } from '../../../interfaces/Profile.js';
4
4
 
@@ -6,7 +6,7 @@ interface IProfileHealthGeneral extends ILangProps {
6
6
  attachedClinic: ITitleValuePair[];
7
7
  compulsoryHealthInsurance: ITitleValuePair[];
8
8
  }
9
- declare const ProfileHealthGeneral: ({ lang, attachedClinic, compulsoryHealthInsurance, }: IProfileHealthGeneral) => react_jsx_runtime.JSX.Element;
9
+ declare const ProfileHealthGeneral: ({ lang, attachedClinic, compulsoryHealthInsurance, }: IProfileHealthGeneral) => react.JSX.Element;
10
10
 
11
11
  export { ProfileHealthGeneral };
12
12
  export type { IProfileHealthGeneral };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { TButtonVariant } from '../../../interfaces/Button.js';
3
3
 
4
4
  interface IRightMenuSectionItemProps {
@@ -8,7 +8,7 @@ interface IRightMenuSectionItemProps {
8
8
  btnOnClick: () => void;
9
9
  btnVariant?: TButtonVariant;
10
10
  }
11
- declare const RightMenuSectionItem: ({ title, btnText, btnOnClick, ariaLabel, btnVariant, }: IRightMenuSectionItemProps) => react_jsx_runtime.JSX.Element;
11
+ declare const RightMenuSectionItem: ({ title, btnText, btnOnClick, ariaLabel, btnVariant, }: IRightMenuSectionItemProps) => react.JSX.Element;
12
12
 
13
13
  export { RightMenuSectionItem };
14
14
  export type { IRightMenuSectionItemProps };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { Dispatch, SetStateAction } from 'react';
3
3
  import { ILangProps } from '../../../interfaces/common/index.js';
4
4
 
@@ -6,7 +6,7 @@ interface ISetUpAccessProps extends ILangProps {
6
6
  lock: boolean;
7
7
  unlock: Dispatch<SetStateAction<boolean>>;
8
8
  }
9
- declare const SetUpAccess: ({ lock, unlock, lang }: ISetUpAccessProps) => react_jsx_runtime.JSX.Element;
9
+ declare const SetUpAccess: ({ lock, unlock, lang }: ISetUpAccessProps) => react.JSX.Element;
10
10
 
11
11
  export { SetUpAccess };
12
12
  export type { ISetUpAccessProps };
@@ -1,4 +1,3 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
1
  import { JSX } from 'react';
3
2
 
4
3
  interface IServiceCardComponentProps {
@@ -14,7 +13,7 @@ interface IServiceCardComponentProps {
14
13
  };
15
14
  isNew: boolean;
16
15
  }
17
- declare const ServiceCardComponent: ({ handleOrderService, badge, isNew, title, }: IServiceCardComponentProps) => react_jsx_runtime.JSX.Element;
16
+ declare const ServiceCardComponent: ({ handleOrderService, badge, isNew, title, }: IServiceCardComponentProps) => JSX.Element;
18
17
 
19
18
  export { ServiceCardComponent };
20
19
  export type { IServiceCardComponentProps };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { Dispatch, SetStateAction } from 'react';
3
3
  import { ILangProps } from '../../../interfaces/common/index.js';
4
4
 
@@ -10,7 +10,7 @@ interface IFeedbackProps extends ILangProps {
10
10
  value?: string;
11
11
  onChange?: (event: React.ChangeEvent<HTMLTextAreaElement>) => void;
12
12
  }
13
- declare const Feedback: ({ onAction, value, onChange, lang, rating, setRating, setOpen, }: IFeedbackProps) => react_jsx_runtime.JSX.Element;
13
+ declare const Feedback: ({ onAction, value, onChange, lang, rating, setRating, setOpen, }: IFeedbackProps) => react.JSX.Element;
14
14
 
15
15
  export { Feedback };
16
16
  export type { IFeedbackProps };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { ILangProps } from '../../../interfaces/common/index.js';
3
3
 
4
4
  interface IUploadedFile {
@@ -11,7 +11,7 @@ interface IFileForUploadProps extends ILangProps {
11
11
  uploadingFile: IUploadedFile;
12
12
  handleRemoveFile: () => void;
13
13
  }
14
- declare const FileForUpload: ({ lang, uploadingFile, handleRemoveFile, }: IFileForUploadProps) => react_jsx_runtime.JSX.Element;
14
+ declare const FileForUpload: ({ lang, uploadingFile, handleRemoveFile, }: IFileForUploadProps) => react.JSX.Element;
15
15
 
16
16
  export { FileForUpload };
17
17
  export type { IFileForUploadProps, IUploadedFile };
@@ -1,11 +1,11 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
1
+ import * as react from 'react';
2
2
  import { ILangProps } from '../../../interfaces/common/index.js';
3
3
 
4
4
  interface INextStepComponentProps extends ILangProps {
5
5
  disabled: boolean;
6
6
  handleNextStepClick: () => Promise<void>;
7
7
  }
8
- declare const NextStepComponent: ({ disabled, handleNextStepClick, lang, }: INextStepComponentProps) => react_jsx_runtime.JSX.Element;
8
+ declare const NextStepComponent: ({ disabled, handleNextStepClick, lang, }: INextStepComponentProps) => react.JSX.Element;
9
9
 
10
10
  export { NextStepComponent };
11
11
  export type { INextStepComponentProps };
@@ -1,70 +1,70 @@
1
- import { ICalendarBodyProps } from './Calendar/Body/index.js';
2
1
  import { ICalendarProps } from './Calendar/index.js';
3
- import { INotificationWrapperProps } from './Notification/Wrapper/index.js';
4
- import { INotificationComponentProps } from './Notification/Item/index.js';
5
2
  import { IServiceCardComponentProps } from './ServiceCardComponent/index.js';
6
3
  import { IAccordionTitleProps } from './Presale/AccordionTitle/index.js';
7
4
  import { IServiceDetailsProps } from './Presale/ServiceDetails/index.js';
8
5
  import { IPassportDetailsProps } from './Presale/PassportDetails/index.js';
9
6
  import { IInstructionsProps } from './Presale/Instructions/index.js';
7
+ import { IErrorModalProps } from './ErrorModal/index.js';
8
+ import * as react from 'react';
9
+ import { ICalendarBodyProps } from './Calendar/Body/index.js';
10
+ import { IAgreementStepProps } from './Identity/Agreement/index.js';
11
+ import { IAuthStepProps } from './Identity/Auth/index.js';
12
+ import { IEdsSuccessProps } from './Identity/EdsSuccess/index.js';
10
13
  import { IHelpInstructionProps } from './Identity/HelpInstruction/index.js';
11
- import { IViewToggleProps } from './Navigation/ViewToggle/index.js';
12
- import { ISetUpAccessProps } from './Profile/SetUpAccess/index.js';
13
- import { IRightMenuSectionItemProps } from './Profile/RightMenuSectionItem/index.js';
14
- import { IProfileHealthGeneral } from './Profile/ProfileHealthGeneral/index.js';
15
- import { INextStepComponentProps } from './Services/NextStepComponent/index.js';
16
- import { IMsgSearchProps } from './Messages/MsgSearch/index.js';
17
- import { MsgComponentHeaderProps } from './Messages/MsgComponentHeader/index.js';
18
- import { IMsgBodyProps } from './Messages/MsgBody/index.js';
19
- import { IIdentityModalProps } from './Identity/IdentityModal/index.js';
20
14
  import { IPrimaryProps } from './Identity/IdentityHeader/index.js';
21
- import { IIconToggleItemProps } from './Profile/IconToggleItem/index.js';
22
- import { IHelpItemProps } from './Messages/HelpNotificationItem/index.js';
23
- import { IHelpNotificationProps } from './Messages/HelpNotification/index.js';
24
- import { IFileForUploadProps } from './Services/FileForUpload/index.js';
25
- import { IFeedbackProps } from './Services/Feedback/index.js';
26
- import { IErrorModalProps } from './ErrorModal/index.js';
15
+ import { IIdentityModalProps } from './Identity/IdentityModal/index.js';
27
16
  import { IEmptyMessagesProps } from './Messages/EmptyMessages/index.js';
28
- import { IEdsSuccessProps } from './Identity/EdsSuccess/index.js';
17
+ import { IHelpNotificationProps } from './Messages/HelpNotification/index.js';
18
+ import { IHelpItemProps } from './Messages/HelpNotificationItem/index.js';
19
+ import { IMsgBodyProps } from './Messages/MsgBody/index.js';
20
+ import { MsgComponentHeaderProps } from './Messages/MsgComponentHeader/index.js';
21
+ import { IMsgSearchProps } from './Messages/MsgSearch/index.js';
22
+ import { IViewToggleProps } from './Navigation/ViewToggle/index.js';
23
+ import { INotificationComponentProps } from './Notification/Item/index.js';
24
+ import { INotificationWrapperProps } from './Notification/Wrapper/index.js';
29
25
  import { IDocCardProps } from './Profile/DocCard/index.js';
30
- import { IAuthStepProps } from './Identity/Auth/index.js';
31
- import * as react_jsx_runtime from 'react/jsx-runtime';
32
- import { IAgreementStepProps } from './Identity/Agreement/index.js';
26
+ import { IIconToggleItemProps } from './Profile/IconToggleItem/index.js';
27
+ import { IProfileHealthGeneral } from './Profile/ProfileHealthGeneral/index.js';
28
+ import { IRightMenuSectionItemProps } from './Profile/RightMenuSectionItem/index.js';
29
+ import { ISetUpAccessProps } from './Profile/SetUpAccess/index.js';
30
+ import { IFeedbackProps } from './Services/Feedback/index.js';
31
+ import { IFileForUploadProps } from './Services/FileForUpload/index.js';
32
+ import { INextStepComponentProps } from './Services/NextStepComponent/index.js';
33
33
 
34
34
  declare const Components: {
35
- Agreement: ({ lang, agreementText, submitAgreementAndSign, }: IAgreementStepProps) => react_jsx_runtime.JSX.Element;
36
- Auth: ({ lang, handleEdsClick, handleRegistrationClick, handleDownloadAppClick, }: IAuthStepProps) => react_jsx_runtime.JSX.Element;
37
- DocCard: ({ title, docIcon, expiration, children, lang, handleDownload, }: IDocCardProps) => react_jsx_runtime.JSX.Element;
38
- EdsSuccess: ({ lang, handleEdsOnclick }: IEdsSuccessProps) => react_jsx_runtime.JSX.Element;
39
- EmptyMessages: ({ pageType, lang }: IEmptyMessagesProps) => react_jsx_runtime.JSX.Element;
40
- ErrorModal: ({ status, message, lang, isOpen, onClose, onAuthAction, }: IErrorModalProps) => react_jsx_runtime.JSX.Element;
41
- Feedback: ({ onAction, value, onChange, lang, rating, setRating, setOpen, }: IFeedbackProps) => react_jsx_runtime.JSX.Element;
42
- FileForUpload: ({ lang, uploadingFile, handleRemoveFile, }: IFileForUploadProps) => react_jsx_runtime.JSX.Element;
43
- HelpNotification: ({ icon, children, handleOnClick, ariaLabel, dataTestid, }: IHelpNotificationProps) => react_jsx_runtime.JSX.Element;
44
- HelpNotificationItem: ({ lang, isRead, isUnderline, }: IHelpItemProps) => react_jsx_runtime.JSX.Element;
45
- IconToggleItem: ({ Icon, text, lock, unlock, }: IIconToggleItemProps) => react_jsx_runtime.JSX.Element;
46
- IdentityHeader: ({ goMainPage, lang }: IPrimaryProps) => react_jsx_runtime.JSX.Element;
47
- IdentityModal: ({ children, goBackService, handleLangChange, isMain, lang, navigator, }: IIdentityModalProps) => react_jsx_runtime.JSX.Element;
48
- MsgBody: ({ msgItem, lang, handleDetailsClick, }: IMsgBodyProps) => react_jsx_runtime.JSX.Element;
49
- MsgComponentHeader: ({ lang, headerText, headerAriaLabel, handleOpenSearch, handleReadAll, }: MsgComponentHeaderProps) => react_jsx_runtime.JSX.Element;
50
- MsgSearch: ({ lang, handleClose, handleOnEnter, }: IMsgSearchProps) => react_jsx_runtime.JSX.Element;
51
- NextStepComponent: ({ disabled, handleNextStepClick, lang, }: INextStepComponentProps) => react_jsx_runtime.JSX.Element;
52
- ProfileHealthGeneral: ({ lang, attachedClinic, compulsoryHealthInsurance, }: IProfileHealthGeneral) => react_jsx_runtime.JSX.Element;
53
- RightMenuSectionItem: ({ title, btnText, btnOnClick, ariaLabel, btnVariant, }: IRightMenuSectionItemProps) => react_jsx_runtime.JSX.Element;
54
- SetUpAccess: ({ lock, unlock, lang }: ISetUpAccessProps) => react_jsx_runtime.JSX.Element;
55
- ViewToggle: ({ activeView, setActiveView }: IViewToggleProps) => react_jsx_runtime.JSX.Element;
56
- HelpInstruction: ({ description, linkText, link, }: IHelpInstructionProps) => react_jsx_runtime.JSX.Element;
35
+ Agreement: ({ lang, agreementText, submitAgreementAndSign, }: IAgreementStepProps) => react.JSX.Element;
36
+ Auth: ({ lang, handleEdsClick, handleRegistrationClick, handleDownloadAppClick, qrCode, }: IAuthStepProps) => react.JSX.Element;
37
+ DocCard: ({ title, docIcon, expiration, children, lang, handleDownload, }: IDocCardProps) => react.JSX.Element;
38
+ EdsSuccess: ({ lang, handleEdsOnclick }: IEdsSuccessProps) => react.JSX.Element;
39
+ EmptyMessages: ({ pageType, lang }: IEmptyMessagesProps) => react.JSX.Element;
40
+ ErrorModal: ({ status, message, lang, isOpen, onClose, onAuthAction, }: IErrorModalProps) => react.JSX.Element;
41
+ Feedback: ({ onAction, value, onChange, lang, rating, setRating, setOpen, }: IFeedbackProps) => react.JSX.Element;
42
+ FileForUpload: ({ lang, uploadingFile, handleRemoveFile, }: IFileForUploadProps) => react.JSX.Element;
43
+ HelpNotification: ({ icon, children, handleOnClick, ariaLabel, dataTestid, }: IHelpNotificationProps) => react.JSX.Element;
44
+ HelpNotificationItem: ({ lang, isRead, isUnderline, }: IHelpItemProps) => react.JSX.Element;
45
+ IconToggleItem: ({ Icon, text, lock, unlock, }: IIconToggleItemProps) => react.JSX.Element;
46
+ IdentityHeader: ({ goMainPage, lang }: IPrimaryProps) => react.JSX.Element;
47
+ IdentityModal: ({ children, goBackService, handleLangChange, isMain, lang, navigator, }: IIdentityModalProps) => react.JSX.Element;
48
+ MsgBody: ({ msgItem, lang, handleDetailsClick, }: IMsgBodyProps) => react.JSX.Element;
49
+ MsgComponentHeader: ({ lang, headerText, headerAriaLabel, handleOpenSearch, handleReadAll, }: MsgComponentHeaderProps) => react.JSX.Element;
50
+ MsgSearch: ({ lang, handleClose, handleOnEnter, }: IMsgSearchProps) => react.JSX.Element;
51
+ NextStepComponent: ({ disabled, handleNextStepClick, lang, }: INextStepComponentProps) => react.JSX.Element;
52
+ ProfileHealthGeneral: ({ lang, attachedClinic, compulsoryHealthInsurance, }: IProfileHealthGeneral) => react.JSX.Element;
53
+ RightMenuSectionItem: ({ title, btnText, btnOnClick, ariaLabel, btnVariant, }: IRightMenuSectionItemProps) => react.JSX.Element;
54
+ SetUpAccess: ({ lock, unlock, lang }: ISetUpAccessProps) => react.JSX.Element;
55
+ ViewToggle: ({ activeView, setActiveView }: IViewToggleProps) => react.JSX.Element;
56
+ HelpInstruction: ({ description, linkText, link, }: IHelpInstructionProps) => react.JSX.Element;
57
57
  PresaleComponent: {
58
- Instructions: ({ instructions, lang }: IInstructionsProps) => react_jsx_runtime.JSX.Element;
59
- PassportDetails: ({ details, lang }: IPassportDetailsProps) => react_jsx_runtime.JSX.Element;
60
- ServiceDetails: ({ passportDetails, servicesDetails, lang, }: IServiceDetailsProps) => react_jsx_runtime.JSX.Element;
61
- AccordionTitle: ({ title }: IAccordionTitleProps) => react_jsx_runtime.JSX.Element;
58
+ Instructions: ({ instructions, lang }: IInstructionsProps) => react.JSX.Element;
59
+ PassportDetails: ({ details, lang }: IPassportDetailsProps) => react.JSX.Element;
60
+ ServiceDetails: ({ passportDetails, servicesDetails, lang, }: IServiceDetailsProps) => react.JSX.Element;
61
+ AccordionTitle: ({ title }: IAccordionTitleProps) => react.JSX.Element;
62
62
  };
63
- ServiceCardComponent: ({ handleOrderService, badge, isNew, title, }: IServiceCardComponentProps) => react_jsx_runtime.JSX.Element;
64
- NotificationItem: ({ type, text, onClick, }: INotificationComponentProps) => react_jsx_runtime.JSX.Element;
65
- NotificationWrapper: ({ items, removeNotificationData, }: INotificationWrapperProps) => react_jsx_runtime.JSX.Element | null;
66
- Calendar: ({ mode, isOpen, setIsOpen, lang, title, maxDate, selectedDate, selectedPeriod, defaultPeriodInterval, onDateChange, onPeriodChange, onSave, }: ICalendarProps) => react_jsx_runtime.JSX.Element;
67
- CalendarBody: ({ lang, month, year, selectedDate, rangeStart, rangeEnd, maxDate, selectedPeriodInterval, onDayClick, onMonthChange, }: ICalendarBodyProps) => react_jsx_runtime.JSX.Element;
63
+ ServiceCardComponent: ({ handleOrderService, badge, isNew, title, }: IServiceCardComponentProps) => react.JSX.Element;
64
+ NotificationItem: ({ type, text, onClick, }: INotificationComponentProps) => react.JSX.Element;
65
+ NotificationWrapper: ({ items, removeNotificationData, }: INotificationWrapperProps) => react.JSX.Element | null;
66
+ Calendar: ({ mode, isOpen, setIsOpen, lang, title, maxDate, selectedDate, selectedPeriod, defaultPeriodInterval, onDateChange, onPeriodChange, onSave, }: ICalendarProps) => react.JSX.Element;
67
+ CalendarBody: ({ lang, month, year, selectedDate, rangeStart, rangeEnd, maxDate, selectedPeriodInterval, onDayClick, onMonthChange, }: ICalendarBodyProps) => react.JSX.Element;
68
68
  };
69
69
 
70
70
  export { Components };
@@ -12,6 +12,7 @@ import { IAgreementStepProps } from './components/Identity/Agreement/index.js';
12
12
  export { Agreement } from './components/Identity/Agreement/index.js';
13
13
  import { IAuthStepProps } from './components/Identity/Auth/index.js';
14
14
  export { Auth } from './components/Identity/Auth/index.js';
15
+ export { AuthQR, IAuthQRProps } from './components/Identity/AuthQR/index.js';
15
16
  import { IEdsSuccessProps } from './components/Identity/EdsSuccess/index.js';
16
17
  export { EdsSuccess } from './components/Identity/EdsSuccess/index.js';
17
18
  import { IHelpInstructionProps } from './components/Identity/HelpInstruction/index.js';
@@ -58,8 +59,7 @@ import { IFileForUploadProps } from './components/Services/FileForUpload/index.j
58
59
  export { FileForUpload } from './components/Services/FileForUpload/index.js';
59
60
  import { INextStepComponentProps } from './components/Services/NextStepComponent/index.js';
60
61
  export { NextStepComponent } from './components/Services/NextStepComponent/index.js';
61
- import * as React from 'react';
62
- import * as react_jsx_runtime from 'react/jsx-runtime';
62
+ import * as react from 'react';
63
63
  import { IAccordionProps } from './baseComponents/Accordion/index.js';
64
64
  export { Accordion } from './baseComponents/Accordion/index.js';
65
65
  import { IButtonProps } from './baseComponents/Button/index.js';
@@ -100,59 +100,59 @@ export { INotificationData, TNotificationType } from './interfaces/Notification.
100
100
 
101
101
  declare const SystemDesign: {
102
102
  BaseComponents: {
103
- Accordion: ({ open, setOpen, children, title, }: IAccordionProps) => react_jsx_runtime.JSX.Element;
104
- Button: ({ onClick, children, style, className, isRounded, isIcon, disabled, variant, size, "aria-label": ariaLabel, "data-testid": dataTestid, ...rest }: IButtonProps) => react_jsx_runtime.JSX.Element;
105
- CustomRadioButton: ({ label, name, checked, onChange, value, }: ICustomRadioButtonProps) => react_jsx_runtime.JSX.Element;
106
- InputField: React.ForwardRefExoticComponent<IInputFieldProps & React.RefAttributes<HTMLInputElement>>;
107
- InputFieldGroup: ({ length, code, "aria-label": ariaLabel, "data-testid": dataTestid, className, isFocused, setIsFocused, hintText, isError, handleInputChange, }: IInputFieldGroupProps) => react_jsx_runtime.JSX.Element;
108
- Label: ({ variant, text, isSpaced, Icon, onAction, }: ILabelProps) => react_jsx_runtime.JSX.Element;
109
- Loader: () => react_jsx_runtime.JSX.Element;
110
- Modal: ({ children, header, lang, isOpen, setIsOpen, variant, isWithOverlay, isContentScroll, isAnimated, footerButtons, }: IModalProps) => react_jsx_runtime.JSX.Element;
111
- Overlay: ({ children, className }: IOverlayProps) => react_jsx_runtime.JSX.Element;
112
- RadioGroup: ({ radioGroupItems, setSelectedOption, selectedOption, }: IRadioGroupProps) => react_jsx_runtime.JSX.Element;
113
- RadioToggle: ({ lock, setLock }: IRadioToggleProps) => react_jsx_runtime.JSX.Element;
114
- SearchBar: ({ lang, handleModalOpen, handleOnEnter, handleOnClear, handleOnChange, variant, loading, disabled, defaultValue, showClearButton, placeholder, "aria-label": ariaLabel, debounceDelay, }: ISearchBarProps) => react_jsx_runtime.JSX.Element;
115
- SelectBoxButton: ({ handleClick, labelText, disabled, error, modalValue, lang, }: ISelectBoxProps) => react_jsx_runtime.JSX.Element;
116
- StatusText: ({ text, isAlignedCenter, isNeedIcon, variant, }: IStatusTextProps) => react_jsx_runtime.JSX.Element;
117
- TabButtons: ({ tabDocLabels, activeTab, handleClick, }: ITabButtonsProps) => react_jsx_runtime.JSX.Element;
118
- TextareaField: React.ForwardRefExoticComponent<ITextareaFieldProps & React.RefAttributes<HTMLTextAreaElement>>;
119
- TextPair: ({ mainText, secondaryText, variant, }: ITextPairProps) => react_jsx_runtime.JSX.Element;
120
- Typography: React.FC<ITypographyProps>;
103
+ Accordion: ({ open, setOpen, children, title, }: IAccordionProps) => react.JSX.Element;
104
+ Button: ({ onClick, children, style, className, isRounded, isIcon, disabled, variant, size, "aria-label": ariaLabel, "data-testid": dataTestid, ...rest }: IButtonProps) => react.JSX.Element;
105
+ CustomRadioButton: ({ label, name, checked, onChange, value, }: ICustomRadioButtonProps) => react.JSX.Element;
106
+ InputField: react.ForwardRefExoticComponent<IInputFieldProps & react.RefAttributes<HTMLInputElement>>;
107
+ InputFieldGroup: ({ length, code, "aria-label": ariaLabel, "data-testid": dataTestid, className, isFocused, setIsFocused, hintText, isError, handleInputChange, }: IInputFieldGroupProps) => react.JSX.Element;
108
+ Label: ({ variant, text, isSpaced, Icon, onAction, }: ILabelProps) => react.JSX.Element;
109
+ Loader: () => react.JSX.Element;
110
+ Modal: ({ children, header, lang, isOpen, setIsOpen, variant, isWithOverlay, isContentScroll, isAnimated, footerButtons, }: IModalProps) => react.JSX.Element;
111
+ Overlay: ({ children, className }: IOverlayProps) => react.JSX.Element;
112
+ RadioGroup: ({ radioGroupItems, setSelectedOption, selectedOption, }: IRadioGroupProps) => react.JSX.Element;
113
+ RadioToggle: ({ lock, setLock }: IRadioToggleProps) => react.JSX.Element;
114
+ SearchBar: ({ lang, handleModalOpen, handleOnEnter, handleOnClear, handleOnChange, variant, loading, disabled, defaultValue, showClearButton, placeholder, "aria-label": ariaLabel, debounceDelay, }: ISearchBarProps) => react.JSX.Element;
115
+ SelectBoxButton: ({ handleClick, labelText, disabled, error, modalValue, lang, }: ISelectBoxProps) => react.JSX.Element;
116
+ StatusText: ({ text, isAlignedCenter, isNeedIcon, variant, }: IStatusTextProps) => react.JSX.Element;
117
+ TabButtons: ({ tabDocLabels, activeTab, handleClick, }: ITabButtonsProps) => react.JSX.Element;
118
+ TextareaField: react.ForwardRefExoticComponent<ITextareaFieldProps & react.RefAttributes<HTMLTextAreaElement>>;
119
+ TextPair: ({ mainText, secondaryText, variant, }: ITextPairProps) => react.JSX.Element;
120
+ Typography: react.FC<ITypographyProps>;
121
121
  };
122
122
  Components: {
123
- Agreement: ({ lang, agreementText, submitAgreementAndSign, }: IAgreementStepProps) => react_jsx_runtime.JSX.Element;
124
- Auth: ({ lang, handleEdsClick, handleRegistrationClick, handleDownloadAppClick, }: IAuthStepProps) => react_jsx_runtime.JSX.Element;
125
- DocCard: ({ title, docIcon, expiration, children, lang, handleDownload, }: IDocCardProps) => react_jsx_runtime.JSX.Element;
126
- EdsSuccess: ({ lang, handleEdsOnclick }: IEdsSuccessProps) => react_jsx_runtime.JSX.Element;
127
- EmptyMessages: ({ pageType, lang }: IEmptyMessagesProps) => react_jsx_runtime.JSX.Element;
128
- ErrorModal: ({ status, message, lang, isOpen, onClose, onAuthAction, }: IErrorModalProps) => react_jsx_runtime.JSX.Element;
129
- Feedback: ({ onAction, value, onChange, lang, rating, setRating, setOpen, }: IFeedbackProps) => react_jsx_runtime.JSX.Element;
130
- FileForUpload: ({ lang, uploadingFile, handleRemoveFile, }: IFileForUploadProps) => react_jsx_runtime.JSX.Element;
131
- HelpNotification: ({ icon, children, handleOnClick, ariaLabel, dataTestid, }: IHelpNotificationProps) => react_jsx_runtime.JSX.Element;
132
- HelpNotificationItem: ({ lang, isRead, isUnderline, }: IHelpItemProps) => react_jsx_runtime.JSX.Element;
133
- IconToggleItem: ({ Icon, text, lock, unlock, }: IIconToggleItemProps) => react_jsx_runtime.JSX.Element;
134
- IdentityHeader: ({ goMainPage, lang }: IPrimaryProps) => react_jsx_runtime.JSX.Element;
135
- IdentityModal: ({ children, goBackService, handleLangChange, isMain, lang, navigator, }: IIdentityModalProps) => react_jsx_runtime.JSX.Element;
136
- MsgBody: ({ msgItem, lang, handleDetailsClick, }: IMsgBodyProps) => react_jsx_runtime.JSX.Element;
137
- MsgComponentHeader: ({ lang, headerText, headerAriaLabel, handleOpenSearch, handleReadAll, }: MsgComponentHeaderProps) => react_jsx_runtime.JSX.Element;
138
- MsgSearch: ({ lang, handleClose, handleOnEnter, }: IMsgSearchProps) => react_jsx_runtime.JSX.Element;
139
- NextStepComponent: ({ disabled, handleNextStepClick, lang, }: INextStepComponentProps) => react_jsx_runtime.JSX.Element;
140
- ProfileHealthGeneral: ({ lang, attachedClinic, compulsoryHealthInsurance, }: IProfileHealthGeneral) => react_jsx_runtime.JSX.Element;
141
- RightMenuSectionItem: ({ title, btnText, btnOnClick, ariaLabel, btnVariant, }: IRightMenuSectionItemProps) => react_jsx_runtime.JSX.Element;
142
- SetUpAccess: ({ lock, unlock, lang }: ISetUpAccessProps) => react_jsx_runtime.JSX.Element;
143
- ViewToggle: ({ activeView, setActiveView }: IViewToggleProps) => react_jsx_runtime.JSX.Element;
144
- HelpInstruction: ({ description, linkText, link, }: IHelpInstructionProps) => react_jsx_runtime.JSX.Element;
123
+ Agreement: ({ lang, agreementText, submitAgreementAndSign, }: IAgreementStepProps) => react.JSX.Element;
124
+ Auth: ({ lang, handleEdsClick, handleRegistrationClick, handleDownloadAppClick, qrCode, }: IAuthStepProps) => react.JSX.Element;
125
+ DocCard: ({ title, docIcon, expiration, children, lang, handleDownload, }: IDocCardProps) => react.JSX.Element;
126
+ EdsSuccess: ({ lang, handleEdsOnclick }: IEdsSuccessProps) => react.JSX.Element;
127
+ EmptyMessages: ({ pageType, lang }: IEmptyMessagesProps) => react.JSX.Element;
128
+ ErrorModal: ({ status, message, lang, isOpen, onClose, onAuthAction, }: IErrorModalProps) => react.JSX.Element;
129
+ Feedback: ({ onAction, value, onChange, lang, rating, setRating, setOpen, }: IFeedbackProps) => react.JSX.Element;
130
+ FileForUpload: ({ lang, uploadingFile, handleRemoveFile, }: IFileForUploadProps) => react.JSX.Element;
131
+ HelpNotification: ({ icon, children, handleOnClick, ariaLabel, dataTestid, }: IHelpNotificationProps) => react.JSX.Element;
132
+ HelpNotificationItem: ({ lang, isRead, isUnderline, }: IHelpItemProps) => react.JSX.Element;
133
+ IconToggleItem: ({ Icon, text, lock, unlock, }: IIconToggleItemProps) => react.JSX.Element;
134
+ IdentityHeader: ({ goMainPage, lang }: IPrimaryProps) => react.JSX.Element;
135
+ IdentityModal: ({ children, goBackService, handleLangChange, isMain, lang, navigator, }: IIdentityModalProps) => react.JSX.Element;
136
+ MsgBody: ({ msgItem, lang, handleDetailsClick, }: IMsgBodyProps) => react.JSX.Element;
137
+ MsgComponentHeader: ({ lang, headerText, headerAriaLabel, handleOpenSearch, handleReadAll, }: MsgComponentHeaderProps) => react.JSX.Element;
138
+ MsgSearch: ({ lang, handleClose, handleOnEnter, }: IMsgSearchProps) => react.JSX.Element;
139
+ NextStepComponent: ({ disabled, handleNextStepClick, lang, }: INextStepComponentProps) => react.JSX.Element;
140
+ ProfileHealthGeneral: ({ lang, attachedClinic, compulsoryHealthInsurance, }: IProfileHealthGeneral) => react.JSX.Element;
141
+ RightMenuSectionItem: ({ title, btnText, btnOnClick, ariaLabel, btnVariant, }: IRightMenuSectionItemProps) => react.JSX.Element;
142
+ SetUpAccess: ({ lock, unlock, lang }: ISetUpAccessProps) => react.JSX.Element;
143
+ ViewToggle: ({ activeView, setActiveView }: IViewToggleProps) => react.JSX.Element;
144
+ HelpInstruction: ({ description, linkText, link, }: IHelpInstructionProps) => react.JSX.Element;
145
145
  PresaleComponent: {
146
- Instructions: ({ instructions, lang }: IInstructionsProps) => react_jsx_runtime.JSX.Element;
147
- PassportDetails: ({ details, lang }: IPassportDetailsProps) => react_jsx_runtime.JSX.Element;
148
- ServiceDetails: ({ passportDetails, servicesDetails, lang, }: IServiceDetailsProps) => react_jsx_runtime.JSX.Element;
149
- AccordionTitle: ({ title }: IAccordionTitleProps) => react_jsx_runtime.JSX.Element;
146
+ Instructions: ({ instructions, lang }: IInstructionsProps) => react.JSX.Element;
147
+ PassportDetails: ({ details, lang }: IPassportDetailsProps) => react.JSX.Element;
148
+ ServiceDetails: ({ passportDetails, servicesDetails, lang, }: IServiceDetailsProps) => react.JSX.Element;
149
+ AccordionTitle: ({ title }: IAccordionTitleProps) => react.JSX.Element;
150
150
  };
151
- ServiceCardComponent: ({ handleOrderService, badge, isNew, title, }: IServiceCardComponentProps) => react_jsx_runtime.JSX.Element;
152
- NotificationItem: ({ type, text, onClick, }: INotificationComponentProps) => react_jsx_runtime.JSX.Element;
153
- NotificationWrapper: ({ items, removeNotificationData, }: INotificationWrapperProps) => react_jsx_runtime.JSX.Element | null;
154
- Calendar: ({ mode, isOpen, setIsOpen, lang, title, maxDate, selectedDate, selectedPeriod, defaultPeriodInterval, onDateChange, onPeriodChange, onSave, }: ICalendarProps) => react_jsx_runtime.JSX.Element;
155
- CalendarBody: ({ lang, month, year, selectedDate, rangeStart, rangeEnd, maxDate, selectedPeriodInterval, onDayClick, onMonthChange, }: ICalendarBodyProps) => react_jsx_runtime.JSX.Element;
151
+ ServiceCardComponent: ({ handleOrderService, badge, isNew, title, }: IServiceCardComponentProps) => react.JSX.Element;
152
+ NotificationItem: ({ type, text, onClick, }: INotificationComponentProps) => react.JSX.Element;
153
+ NotificationWrapper: ({ items, removeNotificationData, }: INotificationWrapperProps) => react.JSX.Element | null;
154
+ Calendar: ({ mode, isOpen, setIsOpen, lang, title, maxDate, selectedDate, selectedPeriod, defaultPeriodInterval, onDateChange, onPeriodChange, onSave, }: ICalendarProps) => react.JSX.Element;
155
+ CalendarBody: ({ lang, month, year, selectedDate, rangeStart, rangeEnd, maxDate, selectedPeriodInterval, onDayClick, onMonthChange, }: ICalendarBodyProps) => react.JSX.Element;
156
156
  };
157
157
  };
158
158
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egov3/system-design",
3
- "version": "1.3.132",
3
+ "version": "1.3.134",
4
4
  "type": "module",
5
5
  "main": "dist/cjs/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -105,11 +105,11 @@
105
105
  "style-loader": "^3.3.1",
106
106
  "ts-jest": "^29.4.2",
107
107
  "ts-node": "^10.9.2",
108
- "typescript": "^4.7.4",
108
+ "typescript": "^5.8.2",
109
109
  "webpack": "^5"
110
110
  },
111
111
  "dependencies": {
112
- "@egov3/graphics": "^1.0.59",
112
+ "@egov3/graphics": "^1.0.65",
113
113
  "html-react-parser": "^5.2.6",
114
114
  "tsconfig-paths-webpack-plugin": "^4.2.0",
115
115
  "tslib": "^2.8.1"
@@ -1,10 +0,0 @@
1
- 'use strict';
2
-
3
- var jsxRuntime = require('react/jsx-runtime');
4
-
5
- const QrCodeIcon = ({ width = 160, height = 160, fill = "none", ...props }) => {
6
- return (jsxRuntime.jsxs("svg", { "data-testid": "Icons_QRCODE", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, viewBox: "0 0 160 160", fill: fill, ...props, children: [jsxRuntime.jsxs("g", { clipPath: "url(#clip0_1349_37350)", children: [jsxRuntime.jsx("path", { d: "M160 0H0V160H160V0Z", fill: "var(--default-white-color, #fff)" }), jsxRuntime.jsx("path", { d: "M60.6896 11.0352H55.1724V16.5524H60.6896V11.0352Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M66.2069 11.0352H60.6897V16.5524H66.2069V11.0352Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M71.7241 11.0352H66.2069V16.5524H71.7241V11.0352Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M88.2759 11.0352H82.7587V16.5524H88.2759V11.0352Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M93.7931 11.0352H88.2758V16.5524H93.7931V11.0352Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M99.3104 11.0352H93.7932V16.5524H99.3104V11.0352Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M60.6897 16.5518H55.1724V22.069H60.6897V16.5518Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M77.2414 16.5518H71.7241V22.069H77.2414V16.5518Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M88.2758 16.5518H82.7586V22.069H88.2758V16.5518Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M93.7931 16.5518H88.2759V22.069H93.7931V16.5518Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M99.3103 16.5518H93.7931V22.069H99.3103V16.5518Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M60.6896 22.0684H55.1724V27.5856H60.6896V22.0684Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M66.2069 22.0684H60.6897V27.5856H66.2069V22.0684Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M82.7586 22.0684H77.2413V27.5856H82.7586V22.0684Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M88.2759 22.0684H82.7587V27.5856H88.2759V22.0684Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M93.7931 22.0684H88.2758V27.5856H93.7931V22.0684Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M71.7241 27.5869H66.2069V33.1042H71.7241V27.5869Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M82.7586 27.5869H77.2413V33.1042H82.7586V27.5869Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M93.7931 27.5869H88.2758V33.1042H93.7931V27.5869Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M99.3104 27.5869H93.7932V33.1042H99.3104V27.5869Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M104.828 27.5869H99.3103V33.1042H104.828V27.5869Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M60.6897 33.1035H55.1724V38.6208H60.6897V33.1035Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M66.2069 33.1035H60.6897V38.6208H66.2069V33.1035Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M82.7586 33.1035H77.2414V38.6208H82.7586V33.1035Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M88.2758 33.1035H82.7586V38.6208H88.2758V33.1035Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M99.3103 33.1035H93.7931V38.6208H99.3103V33.1035Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M66.2069 38.6201H60.6897V44.1374H66.2069V38.6201Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M71.7241 38.6201H66.2069V44.1374H71.7241V38.6201Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M82.7586 38.6201H77.2413V44.1374H82.7586V38.6201Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M88.2759 38.6201H82.7587V44.1374H88.2759V38.6201Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M93.7931 38.6201H88.2758V44.1374H93.7931V38.6201Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M60.6897 44.1377H55.1724V49.6549H60.6897V44.1377Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M71.7242 44.1377H66.2069V49.6549H71.7242V44.1377Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M82.7586 44.1377H77.2414V49.6549H82.7586V44.1377Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M93.7931 44.1377H88.2759V49.6549H93.7931V44.1377Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M104.828 44.1377H99.3104V49.6549H104.828V44.1377Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M77.2414 49.6553H71.7241V55.1725H77.2414V49.6553Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M93.7931 49.6553H88.2759V55.1725H93.7931V49.6553Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M99.3103 49.6553H93.7931V55.1725H99.3103V49.6553Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M104.828 49.6553H99.3104V55.1725H104.828V49.6553Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M16.5517 55.1719H11.0345V60.6891H16.5517V55.1719Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M33.1035 55.1719H27.5862V60.6891H33.1035V55.1719Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M38.6207 55.1719H33.1034V60.6891H38.6207V55.1719Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M44.138 55.1719H38.6207V60.6891H44.138V55.1719Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M49.6552 55.1719H44.1379V60.6891H49.6552V55.1719Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M55.1725 55.1719H49.6552V60.6891H55.1725V55.1719Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M60.6896 55.1719H55.1724V60.6891H60.6896V55.1719Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M66.2069 55.1719H60.6897V60.6891H66.2069V55.1719Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M82.7586 55.1719H77.2413V60.6891H82.7586V55.1719Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M88.2759 55.1719H82.7587V60.6891H88.2759V55.1719Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M93.7931 55.1719H88.2758V60.6891H93.7931V55.1719Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M104.828 55.1719H99.3103V60.6891H104.828V55.1719Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M110.345 55.1719H104.828V60.6891H110.345V55.1719Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M126.897 55.1719H121.379V60.6891H126.897V55.1719Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M137.931 55.1719H132.414V60.6891H137.931V55.1719Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M143.448 55.1719H137.931V60.6891H143.448V55.1719Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M148.966 55.1719H143.448V60.6891H148.966V55.1719Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M16.5517 60.6895H11.0345V66.2067H16.5517V60.6895Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M22.069 60.6895H16.5517V66.2067H22.069V60.6895Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M27.5862 60.6895H22.069V66.2067H27.5862V60.6895Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M38.6207 60.6895H33.1035V66.2067H38.6207V60.6895Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M44.1379 60.6895H38.6207V66.2067H44.1379V60.6895Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M55.1724 60.6895H49.6552V66.2067H55.1724V60.6895Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M71.7242 60.6895H66.2069V66.2067H71.7242V60.6895Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M93.7931 60.6895H88.2759V66.2067H93.7931V60.6895Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M99.3103 60.6895H93.7931V66.2067H99.3103V60.6895Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M104.828 60.6895H99.3104V66.2067H104.828V60.6895Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M121.379 60.6895H115.862V66.2067H121.379V60.6895Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M126.897 60.6895H121.379V66.2067H126.897V60.6895Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M132.414 60.6895H126.897V66.2067H132.414V60.6895Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M137.931 60.6895H132.414V66.2067H137.931V60.6895Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M143.448 60.6895H137.931V66.2067H143.448V60.6895Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M16.5517 66.207H11.0345V71.7243H16.5517V66.207Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M27.5862 66.207H22.069V71.7243H27.5862V66.207Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M33.1035 66.207H27.5862V71.7243H33.1035V66.207Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M38.6207 66.207H33.1035V71.7243H38.6207V66.207Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M49.6552 66.207H44.1379V71.7243H49.6552V66.207Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M55.1724 66.207H49.6552V71.7243H55.1724V66.207Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M71.7242 66.207H66.2069V71.7243H71.7242V66.207Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M77.2414 66.207H71.7241V71.7243H77.2414V66.207Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M93.7931 66.207H88.2759V71.7243H93.7931V66.207Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M99.3103 66.207H93.7931V71.7243H99.3103V66.207Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M115.862 66.207H110.345V71.7243H115.862V66.207Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M121.379 66.207H115.862V71.7243H121.379V66.207Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M126.897 66.207H121.379V71.7243H126.897V66.207Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M132.414 66.207H126.897V71.7243H132.414V66.207Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M148.966 66.207H143.448V71.7243H148.966V66.207Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M22.069 71.7236H16.5518V77.2409H22.069V71.7236Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M33.1035 71.7236H27.5862V77.2409H33.1035V71.7236Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M55.1725 71.7236H49.6552V77.2409H55.1725V71.7236Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M60.6896 71.7236H55.1724V77.2409H60.6896V71.7236Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M66.2069 71.7236H60.6897V77.2409H66.2069V71.7236Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M82.7586 71.7236H77.2413V77.2409H82.7586V71.7236Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M93.7931 71.7236H88.2758V77.2409H93.7931V71.7236Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M99.3104 71.7236H93.7932V77.2409H99.3104V71.7236Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M104.828 71.7236H99.3103V77.2409H104.828V71.7236Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M121.379 71.7236H115.862V77.2409H121.379V71.7236Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M132.414 71.7236H126.897V77.2409H132.414V71.7236Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M137.931 71.7236H132.414V77.2409H137.931V71.7236Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M143.448 71.7236H137.931V77.2409H143.448V71.7236Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M148.966 71.7236H143.448V77.2409H148.966V71.7236Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M16.5517 77.2412H11.0345V82.7585H16.5517V77.2412Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M22.069 77.2412H16.5517V82.7585H22.069V77.2412Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M27.5862 77.2412H22.069V82.7585H27.5862V77.2412Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M44.1379 77.2412H38.6207V82.7585H44.1379V77.2412Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M49.6552 77.2412H44.1379V82.7585H49.6552V77.2412Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M60.6897 77.2412H55.1724V82.7585H60.6897V77.2412Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M77.2414 77.2412H71.7241V82.7585H77.2414V77.2412Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M88.2758 77.2412H82.7586V82.7585H88.2758V77.2412Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M93.7931 77.2412H88.2759V82.7585H93.7931V77.2412Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M115.862 77.2412H110.345V82.7585H115.862V77.2412Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M121.379 77.2412H115.862V82.7585H121.379V77.2412Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M148.966 77.2412H143.448V82.7585H148.966V77.2412Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M16.5517 82.7588H11.0345V88.276H16.5517V82.7588Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M22.069 82.7588H16.5517V88.276H22.069V82.7588Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M27.5862 82.7588H22.069V88.276H27.5862V82.7588Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M38.6207 82.7588H33.1035V88.276H38.6207V82.7588Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M55.1724 82.7588H49.6552V88.276H55.1724V82.7588Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M66.2069 82.7588H60.6897V88.276H66.2069V82.7588Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M71.7242 82.7588H66.2069V88.276H71.7242V82.7588Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M82.7586 82.7588H77.2414V88.276H82.7586V82.7588Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M99.3103 82.7588H93.7931V88.276H99.3103V82.7588Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M104.828 82.7588H99.3104V88.276H104.828V82.7588Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M126.897 82.7588H121.379V88.276H126.897V82.7588Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M143.448 82.7588H137.931V88.276H143.448V82.7588Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M16.5517 88.2773H11.0345V93.7946H16.5517V88.2773Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M22.069 88.2773H16.5518V93.7946H22.069V88.2773Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M44.138 88.2773H38.6207V93.7946H44.138V88.2773Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M49.6552 88.2773H44.1379V93.7946H49.6552V88.2773Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M55.1725 88.2773H49.6552V93.7946H55.1725V88.2773Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M93.7931 88.2773H88.2758V93.7946H93.7931V88.2773Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M99.3104 88.2773H93.7932V93.7946H99.3104V88.2773Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M110.345 88.2773H104.828V93.7946H110.345V88.2773Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M126.897 88.2773H121.379V93.7946H126.897V88.2773Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M132.414 88.2773H126.897V93.7946H132.414V88.2773Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M137.931 88.2773H132.414V93.7946H137.931V88.2773Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M143.448 88.2773H137.931V93.7946H143.448V88.2773Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M148.966 88.2773H143.448V93.7946H148.966V88.2773Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M16.5517 93.793H11.0345V99.3102H16.5517V93.793Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M33.1035 93.793H27.5862V99.3102H33.1035V93.793Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M66.2069 93.793H60.6897V99.3102H66.2069V93.793Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M71.7242 93.793H66.2069V99.3102H71.7242V93.793Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M82.7586 93.793H77.2414V99.3102H82.7586V93.793Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M88.2758 93.793H82.7586V99.3102H88.2758V93.793Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M93.7931 93.793H88.2759V99.3102H93.7931V93.793Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M99.3103 93.793H93.7931V99.3102H99.3103V93.793Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M104.828 93.793H99.3104V99.3102H104.828V93.793Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M110.345 93.793H104.828V99.3102H110.345V93.793Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M121.379 93.793H115.862V99.3102H121.379V93.793Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M132.414 93.793H126.897V99.3102H132.414V93.793Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M137.931 93.793H132.414V99.3102H137.931V93.793Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M148.966 93.793H143.448V99.3102H148.966V93.793Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M16.5517 99.3105H11.0345V104.828H16.5517V99.3105Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M27.5862 99.3105H22.069V104.828H27.5862V99.3105Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M33.1035 99.3105H27.5862V104.828H33.1035V99.3105Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M44.1379 99.3105H38.6207V104.828H44.1379V99.3105Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M49.6552 99.3105H44.1379V104.828H49.6552V99.3105Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M55.1724 99.3105H49.6552V104.828H55.1724V99.3105Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M60.6897 99.3105H55.1724V104.828H60.6897V99.3105Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M66.2069 99.3105H60.6897V104.828H66.2069V99.3105Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M71.7242 99.3105H66.2069V104.828H71.7242V99.3105Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M77.2414 99.3105H71.7241V104.828H77.2414V99.3105Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M82.7586 99.3105H77.2414V104.828H82.7586V99.3105Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M104.828 99.3105H99.3104V104.828H104.828V99.3105Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M110.345 99.3105H104.828V104.828H110.345V99.3105Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M115.862 99.3105H110.345V104.828H115.862V99.3105Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M121.379 99.3105H115.862V104.828H121.379V99.3105Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M126.897 99.3105H121.379V104.828H126.897V99.3105Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M137.931 99.3105H132.414V104.828H137.931V99.3105Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M143.448 99.3105H137.931V104.828H143.448V99.3105Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M60.6896 104.828H55.1724V110.345H60.6896V104.828Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M66.2069 104.828H60.6897V110.345H66.2069V104.828Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M71.7241 104.828H66.2069V110.345H71.7241V104.828Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M77.2414 104.828H71.7242V110.345H77.2414V104.828Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M104.828 104.828H99.3103V110.345H104.828V104.828Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M126.897 104.828H121.379V110.345H126.897V104.828Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M137.931 104.828H132.414V110.345H137.931V104.828Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M143.448 104.828H137.931V110.345H143.448V104.828Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M60.6897 110.345H55.1724V115.862H60.6897V110.345Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M71.7242 110.345H66.2069V115.862H71.7242V110.345Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M82.7586 110.345H77.2414V115.862H82.7586V110.345Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M88.2758 110.345H82.7586V115.862H88.2758V110.345Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M93.7931 110.345H88.2759V115.862H93.7931V110.345Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M104.828 110.345H99.3104V115.862H104.828V110.345Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M115.862 110.345H110.345V115.862H115.862V110.345Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M126.897 110.345H121.379V115.862H126.897V110.345Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M148.966 110.345H143.448V115.862H148.966V110.345Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M60.6897 115.862H55.1724V121.38H60.6897V115.862Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M71.7242 115.862H66.2069V121.38H71.7242V115.862Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M77.2414 115.862H71.7241V121.38H77.2414V115.862Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M88.2758 115.862H82.7586V121.38H88.2758V115.862Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M99.3103 115.862H93.7931V121.38H99.3103V115.862Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M104.828 115.862H99.3104V121.38H104.828V115.862Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M126.897 115.862H121.379V121.38H126.897V115.862Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M148.966 115.862H143.448V121.38H148.966V115.862Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M60.6896 121.38H55.1724V126.897H60.6896V121.38Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M66.2069 121.38H60.6897V126.897H66.2069V121.38Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M71.7241 121.38H66.2069V126.897H71.7241V121.38Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M77.2414 121.38H71.7242V126.897H77.2414V121.38Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M88.2759 121.38H82.7587V126.897H88.2759V121.38Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M99.3104 121.38H93.7932V126.897H99.3104V121.38Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M104.828 121.38H99.3103V126.897H104.828V121.38Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M110.345 121.38H104.828V126.897H110.345V121.38Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M115.862 121.38H110.345V126.897H115.862V121.38Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M121.379 121.38H115.862V126.897H121.379V121.38Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M126.897 121.38H121.379V126.897H126.897V121.38Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M148.966 121.38H143.448V126.897H148.966V121.38Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M60.6897 126.896H55.1724V132.414H60.6897V126.896Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M66.2069 126.896H60.6897V132.414H66.2069V126.896Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M82.7586 126.896H77.2414V132.414H82.7586V126.896Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M88.2758 126.896H82.7586V132.414H88.2758V126.896Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M110.345 126.896H104.828V132.414H110.345V126.896Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M115.862 126.896H110.345V132.414H115.862V126.896Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M143.448 126.896H137.931V132.414H143.448V126.896Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M148.966 126.896H143.448V132.414H148.966V126.896Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M66.2069 132.413H60.6897V137.93H66.2069V132.413Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M71.7241 132.413H66.2069V137.93H71.7241V132.413Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M77.2414 132.413H71.7242V137.93H77.2414V132.413Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M88.2759 132.413H82.7587V137.93H88.2759V132.413Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M104.828 132.413H99.3103V137.93H104.828V132.413Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M126.897 132.413H121.379V137.93H126.897V132.413Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M132.414 132.413H126.897V137.93H132.414V132.413Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M137.931 132.413H132.414V137.93H137.931V132.413Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M143.448 132.413H137.931V137.93H143.448V132.413Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M148.966 132.413H143.448V137.93H148.966V132.413Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M66.2069 137.932H60.6897V143.449H66.2069V137.932Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M71.7241 137.932H66.2069V143.449H71.7241V137.932Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M77.2414 137.932H71.7242V143.449H77.2414V137.932Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M82.7586 137.932H77.2413V143.449H82.7586V137.932Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M88.2759 137.932H82.7587V143.449H88.2759V137.932Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M115.862 137.932H110.345V143.449H115.862V137.932Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M121.379 137.932H115.862V143.449H121.379V137.932Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M126.897 137.932H121.379V143.449H126.897V137.932Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M137.931 137.932H132.414V143.449H137.931V137.932Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M143.448 137.932H137.931V143.449H143.448V137.932Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M148.966 137.932H143.448V143.449H148.966V137.932Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M60.6897 143.448H55.1724V148.965H60.6897V143.448Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M77.2414 143.448H71.7241V148.965H77.2414V143.448Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M82.7586 143.448H77.2414V148.965H82.7586V143.448Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M88.2758 143.448H82.7586V148.965H88.2758V143.448Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M99.3103 143.448H93.7931V148.965H99.3103V143.448Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M104.828 143.448H99.3104V148.965H104.828V143.448Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M110.345 143.448H104.828V148.965H110.345V143.448Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M132.414 143.448H126.897V148.965H132.414V143.448Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M148.966 143.448H143.448V148.965H148.966V143.448Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M43.8621 11.0352H16.8276H11.0345V16.8283V43.8627V49.6558H16.8276H43.8621H49.6552V43.8627V16.8283V11.0352H43.8621ZM43.8621 43.8627H16.8276V16.8283H43.8621V43.8627Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M143.172 11.0352H116.138H110.345V16.8283V43.8627V49.6558H116.138H143.172H148.965V43.8627V16.8283V11.0352H143.172ZM143.172 43.8627H116.138V16.8283H143.172V43.8627Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M43.8621 110.345H16.8276H11.0345V116.138V143.172V148.965H16.8276H43.8621H49.6552V143.172V116.138V110.345H43.8621ZM43.8621 143.172H16.8276V116.138H43.8621V143.172Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M38.6207 22.0684H22.069V38.6201H38.6207V22.0684Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M137.931 22.0684H121.379V38.6201H137.931V22.0684Z", fill: "var(--default-black-color, #000)" }), jsxRuntime.jsx("path", { d: "M38.6207 121.38H22.069V137.932H38.6207V121.38Z", fill: "var(--default-black-color, #000)" })] }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "clip0_1349_37350", children: jsxRuntime.jsx("rect", { width: "160", height: "160", fill: "var(--default-white-color, #fff)" }) }) })] }));
7
- };
8
-
9
- exports.QrCodeIcon = QrCodeIcon;
10
- //# sourceMappingURL=QrCodeIcon.js.map