@ovotech/element-native 3.8.1-canary-0c92e13-244 → 3.8.1

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 (629) hide show
  1. package/dist/components/Accordion/Accordion.d.ts +3 -2
  2. package/dist/components/Accordion/Accordion.js +97 -130
  3. package/dist/components/Accordion/Group.js +21 -21
  4. package/dist/components/Accordion/Icon.js +59 -60
  5. package/dist/components/Accordion/index.d.ts +1 -1
  6. package/dist/components/Accordion/index.js +19 -9
  7. package/dist/components/Accordion/styles.d.ts +2 -20
  8. package/dist/components/Accordion/styles.js +50 -59
  9. package/dist/components/Accordion/types.d.ts +2 -2
  10. package/dist/components/Accordion/types.js +1 -2
  11. package/dist/components/ActionCard/ActionCard.d.ts +1 -1
  12. package/dist/components/ActionCard/ActionCard.js +376 -104
  13. package/dist/components/ActionCard/CloseIconShape.js +14 -40
  14. package/dist/components/ActionCard/IndicatorIconShape.js +11 -40
  15. package/dist/components/ActionCard/index.js +185 -5
  16. package/dist/components/ActionList/ActionList.d.ts +4 -3
  17. package/dist/components/ActionList/ActionList.js +202 -56
  18. package/dist/components/ActionList/index.js +100 -6
  19. package/dist/components/ActionList/styled.d.ts +5 -523
  20. package/dist/components/ActionList/styled.js +152 -65
  21. package/dist/components/Badge/Badge.d.ts +3 -9
  22. package/dist/components/Badge/Badge.js +39 -96
  23. package/dist/components/Badge/index.js +8 -5
  24. package/dist/components/CTAButton/CTAButton.d.ts +8 -9
  25. package/dist/components/CTAButton/CTAButton.js +181 -118
  26. package/dist/components/CTAButton/index.js +100 -8
  27. package/dist/components/CTALink/CTALink.d.ts +5 -5
  28. package/dist/components/CTALink/CTALink.js +105 -22
  29. package/dist/components/CTALink/index.js +100 -7
  30. package/dist/components/Card/Card.d.ts +0 -6
  31. package/dist/components/Card/Card.js +17 -13
  32. package/dist/components/Card/index.js +7 -5
  33. package/dist/components/Checkbox/Checkbox.js +173 -78
  34. package/dist/components/Checkbox/CheckboxField.d.ts +1 -1
  35. package/dist/components/Checkbox/CheckboxField.js +39 -43
  36. package/dist/components/Checkbox/index.js +105 -7
  37. package/dist/components/CurrencyField/CurrencyField.d.ts +1 -1
  38. package/dist/components/CurrencyField/CurrencyField.js +109 -32
  39. package/dist/components/CurrencyField/index.js +108 -5
  40. package/dist/components/CurrencyInput/CurrencyInput.d.ts +2 -2
  41. package/dist/components/CurrencyInput/CurrencyInput.js +118 -36
  42. package/dist/components/CurrencyInput/index.d.ts +1 -1
  43. package/dist/components/CurrencyInput/index.js +100 -5
  44. package/dist/components/DataTable/DataTable.js +62 -45
  45. package/dist/components/DataTable/TableRow.js +44 -35
  46. package/dist/components/DataTable/index.js +25 -20
  47. package/dist/components/DataTable/styles.d.ts +0 -78
  48. package/dist/components/DataTable/styles.js +119 -86
  49. package/dist/components/DataTable/types.d.ts +4 -4
  50. package/dist/components/DataTable/types.js +1 -2
  51. package/dist/components/DateField/DateField.d.ts +4 -3
  52. package/dist/components/DateField/DateField.js +229 -87
  53. package/dist/components/DateField/index.js +107 -5
  54. package/dist/components/DescriptionList/DescriptionList.d.ts +2 -2
  55. package/dist/components/DescriptionList/DescriptionList.js +25 -43
  56. package/dist/components/DescriptionList/index.js +13 -6
  57. package/dist/components/DescriptionList/styled.d.ts +0 -6
  58. package/dist/components/DescriptionList/styled.js +42 -85
  59. package/dist/components/Disclosure/Disclosure.js +153 -79
  60. package/dist/components/Disclosure/index.js +96 -16
  61. package/dist/components/Divider/Divider.d.ts +1 -1
  62. package/dist/components/Divider/Divider.js +12 -43
  63. package/dist/components/Divider/index.js +7 -5
  64. package/dist/components/Em/Em.d.ts +0 -6
  65. package/dist/components/Em/Em.js +8 -12
  66. package/dist/components/Em/index.js +6 -5
  67. package/dist/components/EmailField/EmailField.d.ts +1 -1
  68. package/dist/components/EmailField/EmailField.js +108 -32
  69. package/dist/components/EmailField/index.js +107 -5
  70. package/dist/components/EmailInput/EmailInput.d.ts +1 -1
  71. package/dist/components/EmailInput/EmailInput.js +106 -18
  72. package/dist/components/EmailInput/index.js +98 -5
  73. package/dist/components/ErrorSummaryNotification/ErrorSummaryNotification.d.ts +2 -2
  74. package/dist/components/ErrorSummaryNotification/ErrorSummaryNotification.js +115 -50
  75. package/dist/components/ErrorSummaryNotification/index.js +104 -5
  76. package/dist/components/ErrorText/ErrorText.d.ts +0 -6
  77. package/dist/components/ErrorText/ErrorText.js +22 -42
  78. package/dist/components/ErrorText/index.js +11 -5
  79. package/dist/components/Field/Field.d.ts +2 -2
  80. package/dist/components/Field/Field.js +62 -58
  81. package/dist/components/Field/index.js +16 -16
  82. package/dist/components/FilterSelect/FilterSelect.d.ts +2 -2
  83. package/dist/components/FilterSelect/FilterSelect.js +201 -77
  84. package/dist/components/FilterSelect/index.js +102 -5
  85. package/dist/components/FormGroup/FormGroup.d.ts +1 -1
  86. package/dist/components/FormGroup/FormGroup.js +9 -42
  87. package/dist/components/FormGroup/index.js +8 -5
  88. package/dist/components/Grid/Col.d.ts +1 -7
  89. package/dist/components/Grid/Col.js +32 -58
  90. package/dist/components/Grid/Row.d.ts +0 -6
  91. package/dist/components/Grid/Row.js +34 -72
  92. package/dist/components/Grid/index.js +13 -7
  93. package/dist/components/Heading1/Heading1.js +36 -70
  94. package/dist/components/Heading1/index.js +10 -5
  95. package/dist/components/Heading2/Heading2.js +36 -70
  96. package/dist/components/Heading2/index.js +10 -5
  97. package/dist/components/Heading3/Heading3.js +36 -70
  98. package/dist/components/Heading3/index.js +10 -5
  99. package/dist/components/Heading4/Heading4.js +36 -70
  100. package/dist/components/Heading4/index.js +10 -5
  101. package/dist/components/HintText/HintText.d.ts +0 -6
  102. package/dist/components/HintText/HintText.js +22 -42
  103. package/dist/components/HintText/index.js +11 -5
  104. package/dist/components/Icon/Icon.d.ts +2 -2
  105. package/dist/components/Icon/Icon.js +103 -38
  106. package/dist/components/Icon/index.js +93 -5
  107. package/dist/components/Input/Input.d.ts +1 -1
  108. package/dist/components/Input/Input.js +198 -97
  109. package/dist/components/Label/Label.js +18 -50
  110. package/dist/components/Label/index.js +8 -5
  111. package/dist/components/LabelText/LabelText.d.ts +0 -6
  112. package/dist/components/LabelText/LabelText.js +20 -42
  113. package/dist/components/LabelText/index.js +11 -5
  114. package/dist/components/Lead/Lead.js +18 -52
  115. package/dist/components/Lead/index.js +8 -5
  116. package/dist/components/LineThrough/LineThrough.d.ts +0 -6
  117. package/dist/components/LineThrough/LineThrough.js +7 -12
  118. package/dist/components/LineThrough/index.js +6 -5
  119. package/dist/components/List/List.d.ts +1 -1
  120. package/dist/components/List/List.js +38 -32
  121. package/dist/components/List/index.js +16 -7
  122. package/dist/components/List/styled.d.ts +0 -25
  123. package/dist/components/List/styled.js +37 -52
  124. package/dist/components/Margin/Margin.d.ts +2 -8
  125. package/dist/components/Margin/Margin.js +68 -50
  126. package/dist/components/Margin/index.js +11 -5
  127. package/dist/components/NavHeader/IconButton.d.ts +2 -2
  128. package/dist/components/NavHeader/IconButton.js +119 -18
  129. package/dist/components/NavHeader/NavHeader.d.ts +3 -11
  130. package/dist/components/NavHeader/NavHeader.js +181 -65
  131. package/dist/components/NavHeader/NavHeader.styles.d.ts +7 -543
  132. package/dist/components/NavHeader/NavHeader.styles.js +81 -72
  133. package/dist/components/NavHeader/index.d.ts +1 -1
  134. package/dist/components/NavHeader/index.js +104 -5
  135. package/dist/components/Notification/Notification.d.ts +2 -14
  136. package/dist/components/Notification/Notification.js +190 -103
  137. package/dist/components/Notification/index.js +100 -9
  138. package/dist/components/NumberField/NumberField.d.ts +1 -1
  139. package/dist/components/NumberField/NumberField.js +108 -32
  140. package/dist/components/NumberField/index.js +107 -5
  141. package/dist/components/NumberInput/NumberInput.d.ts +1 -1
  142. package/dist/components/NumberInput/NumberInput.js +106 -18
  143. package/dist/components/NumberInput/index.js +98 -5
  144. package/dist/components/P/P.js +23 -54
  145. package/dist/components/P/index.js +10 -5
  146. package/dist/components/PasswordField/PasswordField.d.ts +1 -1
  147. package/dist/components/PasswordField/PasswordField.js +110 -32
  148. package/dist/components/PasswordField/index.js +109 -5
  149. package/dist/components/PasswordInput/PasswordInput.d.ts +1 -1
  150. package/dist/components/PasswordInput/PasswordInput.js +123 -33
  151. package/dist/components/PasswordInput/PasswordInput.styled.d.ts +1 -7
  152. package/dist/components/PasswordInput/PasswordInput.styled.js +18 -37
  153. package/dist/components/PasswordInput/PasswordVisibilityToggle.d.ts +1 -1
  154. package/dist/components/PasswordInput/PasswordVisibilityToggle.js +128 -26
  155. package/dist/components/PasswordInput/index.js +100 -5
  156. package/dist/components/PhoneField/PhoneField.d.ts +1 -1
  157. package/dist/components/PhoneField/PhoneField.js +108 -32
  158. package/dist/components/PhoneField/index.js +107 -5
  159. package/dist/components/PhoneInput/PhoneInput.d.ts +1 -1
  160. package/dist/components/PhoneInput/PhoneInput.js +106 -17
  161. package/dist/components/PhoneInput/index.js +98 -5
  162. package/dist/components/ProductCarousel/NavigationDots.js +57 -74
  163. package/dist/components/ProductCarousel/ProductCarousel.js +2174 -126
  164. package/dist/components/ProductCarousel/anchor-point.js +31 -51
  165. package/dist/components/ProductCarousel/index.js +101 -5
  166. package/dist/components/Radio/Radio.js +69 -67
  167. package/dist/components/Radio/RadioField.d.ts +1 -1
  168. package/dist/components/Radio/RadioField.js +46 -47
  169. package/dist/components/Radio/index.js +18 -7
  170. package/dist/components/RadioCard/RadioCard.js +68 -71
  171. package/dist/components/RadioCard/index.js +13 -5
  172. package/dist/components/SelectField/Select.d.ts +2 -8
  173. package/dist/components/SelectField/Select.js +852 -93
  174. package/dist/components/SelectField/SelectField.d.ts +1 -1
  175. package/dist/components/SelectField/SelectField.js +125 -32
  176. package/dist/components/SelectField/index.js +108 -5
  177. package/dist/components/SkeletonAnimation/SkeletonAnimation.js +47 -34
  178. package/dist/components/SkeletonAnimation/index.js +7 -5
  179. package/dist/components/SkeletonCTA/SkeletonCTA.d.ts +1 -1
  180. package/dist/components/SkeletonCTA/SkeletonCTA.js +17 -41
  181. package/dist/components/SkeletonCTA/index.js +12 -5
  182. package/dist/components/SkeletonCircle/SkeletonCircle.d.ts +1 -1
  183. package/dist/components/SkeletonCircle/SkeletonCircle.js +16 -44
  184. package/dist/components/SkeletonCircle/index.js +10 -5
  185. package/dist/components/SkeletonHeading/SkeletonHeading.d.ts +1 -1
  186. package/dist/components/SkeletonHeading/SkeletonHeading.js +29 -40
  187. package/dist/components/SkeletonHeading/index.js +12 -5
  188. package/dist/components/SkeletonText/SkeletonText.d.ts +1 -1
  189. package/dist/components/SkeletonText/SkeletonText.js +33 -50
  190. package/dist/components/SkeletonText/index.js +12 -5
  191. package/dist/components/Small/Small.d.ts +0 -6
  192. package/dist/components/Small/Small.js +17 -38
  193. package/dist/components/Small/index.js +11 -5
  194. package/dist/components/Spinner/Spinner.d.ts +2 -2
  195. package/dist/components/Spinner/Spinner.js +61 -68
  196. package/dist/components/Spinner/index.js +9 -5
  197. package/dist/components/Stack/Stack.d.ts +1 -1
  198. package/dist/components/Stack/Stack.js +30 -48
  199. package/dist/components/Stack/index.js +11 -5
  200. package/dist/components/Stretch/Stretch.d.ts +1 -1
  201. package/dist/components/Stretch/Stretch.js +11 -55
  202. package/dist/components/Stretch/index.js +8 -16
  203. package/dist/components/Strong/Strong.d.ts +0 -6
  204. package/dist/components/Strong/Strong.js +9 -10
  205. package/dist/components/Strong/index.js +6 -5
  206. package/dist/components/SubLabelText/SubLabelText.d.ts +0 -6
  207. package/dist/components/SubLabelText/SubLabelText.js +20 -42
  208. package/dist/components/SubLabelText/index.js +11 -5
  209. package/dist/components/Tabs/Tab.d.ts +2 -1
  210. package/dist/components/Tabs/Tab.js +60 -76
  211. package/dist/components/Tabs/TabList.d.ts +2 -2
  212. package/dist/components/Tabs/TabList.js +37 -77
  213. package/dist/components/Tabs/TabPanel.js +15 -64
  214. package/dist/components/Tabs/Tabs.d.ts +3 -2
  215. package/dist/components/Tabs/Tabs.js +46 -97
  216. package/dist/components/Tabs/index.js +19 -11
  217. package/dist/components/TextField/TextField.d.ts +1 -1
  218. package/dist/components/TextField/TextField.js +108 -32
  219. package/dist/components/TextField/index.js +107 -5
  220. package/dist/components/TextGroup/TextGroup.js +23 -40
  221. package/dist/components/TextGroup/index.js +7 -5
  222. package/dist/components/TextInput/TextInput.d.ts +1 -1
  223. package/dist/components/TextInput/TextInput.js +97 -18
  224. package/dist/components/TextInput/index.js +98 -5
  225. package/dist/components/TextLink/TextLink.js +118 -74
  226. package/dist/components/TextLink/index.js +97 -5
  227. package/dist/components/TextareaField/TextareaField.d.ts +1 -1
  228. package/dist/components/TextareaField/TextareaField.js +108 -32
  229. package/dist/components/TextareaField/index.js +107 -5
  230. package/dist/components/TextareaInput/TextareaInput.d.ts +2 -2
  231. package/dist/components/TextareaInput/TextareaInput.js +114 -65
  232. package/dist/components/TextareaInput/index.d.ts +1 -1
  233. package/dist/components/TextareaInput/index.js +98 -5
  234. package/dist/components/Toast/Toast.d.ts +1 -1
  235. package/dist/components/Toast/Toast.js +730 -159
  236. package/dist/components/Toast/index.js +105 -6
  237. package/dist/components/Toggle/Toggle.d.ts +1 -1
  238. package/dist/components/Toggle/Toggle.js +73 -55
  239. package/dist/components/Toggle/index.js +14 -5
  240. package/dist/components/Toggle/styles.d.ts +1 -25
  241. package/dist/components/Toggle/styles.js +38 -28
  242. package/dist/components/components.spec.native.js +199 -0
  243. package/dist/components/index.d.ts +3 -0
  244. package/dist/components/index.js +296 -77
  245. package/dist/hooks/index.js +8 -17
  246. package/dist/hooks/use-breakpoint.d.ts +2 -2
  247. package/dist/hooks/use-breakpoint.js +15 -15
  248. package/dist/hooks/use-full-width.d.ts +1 -1
  249. package/dist/hooks/use-full-width.js +16 -19
  250. package/dist/hooks/use-layout.js +17 -19
  251. package/dist/index-zQHKJ0fC.js +180 -0
  252. package/dist/index.d.ts +2 -0
  253. package/dist/index.js +320 -18
  254. package/dist/providers/IconsProvider.js +189 -118
  255. package/dist/providers/icons/Address.js +13 -40
  256. package/dist/providers/icons/Advice.js +11 -40
  257. package/dist/providers/icons/Archive.js +13 -40
  258. package/dist/providers/icons/ArrowDown.js +11 -40
  259. package/dist/providers/icons/ArrowLeft.js +11 -40
  260. package/dist/providers/icons/ArrowRight.js +11 -40
  261. package/dist/providers/icons/ArrowUp.js +11 -40
  262. package/dist/providers/icons/Award.js +13 -40
  263. package/dist/providers/icons/Battery.js +13 -40
  264. package/dist/providers/icons/Cal.js +11 -40
  265. package/dist/providers/icons/CalBook.js +13 -40
  266. package/dist/providers/icons/CaretDown.js +5 -40
  267. package/dist/providers/icons/CaretLeft.js +5 -40
  268. package/dist/providers/icons/CaretRight.js +5 -40
  269. package/dist/providers/icons/CaretUp.js +5 -40
  270. package/dist/providers/icons/Chart.js +13 -40
  271. package/dist/providers/icons/ChartFilled.js +11 -40
  272. package/dist/providers/icons/Check.js +11 -40
  273. package/dist/providers/icons/CheckCircle.js +13 -40
  274. package/dist/providers/icons/ChevronDown.js +11 -40
  275. package/dist/providers/icons/ChevronLeft.js +11 -40
  276. package/dist/providers/icons/ChevronLeftSmall.js +11 -40
  277. package/dist/providers/icons/ChevronLeftSmallFirst.js +13 -40
  278. package/dist/providers/icons/ChevronRight.js +11 -40
  279. package/dist/providers/icons/ChevronRightSmall.js +11 -40
  280. package/dist/providers/icons/ChevronRightSmallLast.js +13 -40
  281. package/dist/providers/icons/ChevronUp.js +11 -40
  282. package/dist/providers/icons/Circle.js +5 -17
  283. package/dist/providers/icons/CloseCircle.js +13 -40
  284. package/dist/providers/icons/Cross.js +11 -40
  285. package/dist/providers/icons/Doc.js +11 -40
  286. package/dist/providers/icons/Dollar.js +13 -40
  287. package/dist/providers/icons/Download.js +13 -40
  288. package/dist/providers/icons/Eco.js +11 -40
  289. package/dist/providers/icons/EcoHome.js +13 -40
  290. package/dist/providers/icons/Edit.js +13 -40
  291. package/dist/providers/icons/ElectricCar.js +13 -40
  292. package/dist/providers/icons/ElectricHome.js +13 -40
  293. package/dist/providers/icons/Electricity.js +11 -40
  294. package/dist/providers/icons/EnergyAdvice.js +13 -40
  295. package/dist/providers/icons/Equals.js +13 -40
  296. package/dist/providers/icons/Euro.js +13 -40
  297. package/dist/providers/icons/Gas.js +11 -40
  298. package/dist/providers/icons/GlobeAddress.js +11 -40
  299. package/dist/providers/icons/Help.js +13 -40
  300. package/dist/providers/icons/Hide.js +11 -40
  301. package/dist/providers/icons/Home.js +11 -40
  302. package/dist/providers/icons/HomeFilled.js +11 -40
  303. package/dist/providers/icons/HydroPower.js +13 -40
  304. package/dist/providers/icons/Info.js +13 -40
  305. package/dist/providers/icons/Link.js +40 -39
  306. package/dist/providers/icons/Logo.js +11 -17
  307. package/dist/providers/icons/Mail.js +11 -40
  308. package/dist/providers/icons/MailOpen.js +11 -40
  309. package/dist/providers/icons/Menu.js +13 -40
  310. package/dist/providers/icons/Message.js +11 -40
  311. package/dist/providers/icons/MessageFilled.js +11 -40
  312. package/dist/providers/icons/Minus.js +5 -40
  313. package/dist/providers/icons/Mobile.js +13 -40
  314. package/dist/providers/icons/NewWindow.js +22 -39
  315. package/dist/providers/icons/PaymentCard.js +13 -40
  316. package/dist/providers/icons/Phone.js +11 -40
  317. package/dist/providers/icons/Plus.js +11 -40
  318. package/dist/providers/icons/Pound.js +13 -40
  319. package/dist/providers/icons/Pricing.js +11 -40
  320. package/dist/providers/icons/Search.js +11 -40
  321. package/dist/providers/icons/Security.js +13 -40
  322. package/dist/providers/icons/Show.js +13 -40
  323. package/dist/providers/icons/SmartHome.js +13 -40
  324. package/dist/providers/icons/SmartMeter.js +13 -40
  325. package/dist/providers/icons/Solar.js +11 -40
  326. package/dist/providers/icons/Star.js +11 -40
  327. package/dist/providers/icons/Sun.js +13 -40
  328. package/dist/providers/icons/Torch.js +13 -39
  329. package/dist/providers/icons/Trees.js +13 -40
  330. package/dist/providers/icons/Tune.js +13 -40
  331. package/dist/providers/icons/User.js +13 -40
  332. package/dist/providers/icons/UserFilled.js +11 -40
  333. package/dist/providers/icons/Wallet.js +13 -40
  334. package/dist/providers/icons/WalletFilled.js +11 -40
  335. package/dist/providers/icons/WarmHome.js +13 -40
  336. package/dist/providers/icons/Warning.js +13 -40
  337. package/dist/providers/icons/WebAddress.js +11 -40
  338. package/dist/providers/icons/WindPower.js +11 -40
  339. package/dist/providers/icons/index.d.ts +0 -3
  340. package/dist/providers/icons/index.js +171 -102
  341. package/dist/providers/index.js +92 -17
  342. package/dist/providers/types.d.ts +3 -3
  343. package/dist/providers/types.js +1 -2
  344. package/dist/styled.native-KEscfVp7.js +3872 -0
  345. package/dist/styled.native.d.ts +0 -36
  346. package/dist/styled.native.js +8 -32
  347. package/dist/test/utils.d.ts +4 -0
  348. package/dist/test/utils.js +16127 -0
  349. package/dist/theme/index.js +970 -15
  350. package/dist/theme-native--5aKgQLJ.js +482 -0
  351. package/dist/theme-web-MrdqV6Ln.js +482 -0
  352. package/dist/utils/index.js +14 -16
  353. package/dist/utils/utils.d.ts +1 -2
  354. package/dist/utils/utils.js +57 -104
  355. package/dist/utils-HsZygzDh.js +26 -0
  356. package/package.json +21 -13
  357. package/components/package.json +0 -6
  358. package/dist/esm/components/Accordion/Accordion.js +0 -106
  359. package/dist/esm/components/Accordion/Group.js +0 -18
  360. package/dist/esm/components/Accordion/Icon.js +0 -35
  361. package/dist/esm/components/Accordion/index.js +0 -3
  362. package/dist/esm/components/Accordion/styles.js +0 -31
  363. package/dist/esm/components/ActionCard/ActionCard.js +0 -77
  364. package/dist/esm/components/ActionCard/CloseIconShape.js +0 -11
  365. package/dist/esm/components/ActionCard/IndicatorIconShape.js +0 -11
  366. package/dist/esm/components/ActionCard/index.js +0 -1
  367. package/dist/esm/components/ActionList/ActionList.js +0 -54
  368. package/dist/esm/components/ActionList/index.js +0 -1
  369. package/dist/esm/components/ActionList/styled.js +0 -40
  370. package/dist/esm/components/Badge/Badge.js +0 -70
  371. package/dist/esm/components/Badge/index.js +0 -1
  372. package/dist/esm/components/CTAButton/CTAButton.js +0 -90
  373. package/dist/esm/components/CTAButton/index.js +0 -1
  374. package/dist/esm/components/CTALink/CTALink.js +0 -18
  375. package/dist/esm/components/CTALink/index.js +0 -1
  376. package/dist/esm/components/Card/Card.js +0 -8
  377. package/dist/esm/components/Card/index.js +0 -1
  378. package/dist/esm/components/Checkbox/Checkbox.js +0 -74
  379. package/dist/esm/components/Checkbox/CheckboxField.js +0 -42
  380. package/dist/esm/components/Checkbox/index.js +0 -2
  381. package/dist/esm/components/CurrencyField/CurrencyField.js +0 -30
  382. package/dist/esm/components/CurrencyField/index.js +0 -1
  383. package/dist/esm/components/CurrencyInput/CurrencyInput.js +0 -34
  384. package/dist/esm/components/CurrencyInput/index.js +0 -1
  385. package/dist/esm/components/DataTable/DataTable.js +0 -43
  386. package/dist/esm/components/DataTable/TableRow.js +0 -33
  387. package/dist/esm/components/DataTable/index.js +0 -3
  388. package/dist/esm/components/DataTable/styles.js +0 -61
  389. package/dist/esm/components/DataTable/types.js +0 -1
  390. package/dist/esm/components/DateField/DateField.js +0 -63
  391. package/dist/esm/components/DateField/index.js +0 -1
  392. package/dist/esm/components/DescriptionList/DescriptionList.js +0 -40
  393. package/dist/esm/components/DescriptionList/index.js +0 -1
  394. package/dist/esm/components/DescriptionList/styled.js +0 -58
  395. package/dist/esm/components/Disclosure/Disclosure.js +0 -55
  396. package/dist/esm/components/Disclosure/index.js +0 -1
  397. package/dist/esm/components/Divider/Divider.js +0 -17
  398. package/dist/esm/components/Divider/index.js +0 -1
  399. package/dist/esm/components/Em/Em.js +0 -7
  400. package/dist/esm/components/Em/index.js +0 -1
  401. package/dist/esm/components/EmailField/EmailField.js +0 -30
  402. package/dist/esm/components/EmailField/index.js +0 -1
  403. package/dist/esm/components/EmailInput/EmailInput.js +0 -16
  404. package/dist/esm/components/EmailInput/index.js +0 -1
  405. package/dist/esm/components/ErrorSummaryNotification/ErrorSummaryNotification.js +0 -49
  406. package/dist/esm/components/ErrorSummaryNotification/index.js +0 -1
  407. package/dist/esm/components/ErrorText/ErrorText.js +0 -17
  408. package/dist/esm/components/ErrorText/index.js +0 -1
  409. package/dist/esm/components/Field/Field.js +0 -58
  410. package/dist/esm/components/Field/index.js +0 -1
  411. package/dist/esm/components/FilterSelect/FilterSelect.js +0 -52
  412. package/dist/esm/components/FilterSelect/index.js +0 -1
  413. package/dist/esm/components/FormGroup/FormGroup.js +0 -37
  414. package/dist/esm/components/FormGroup/index.js +0 -1
  415. package/dist/esm/components/Grid/Col.js +0 -33
  416. package/dist/esm/components/Grid/Row.js +0 -47
  417. package/dist/esm/components/Grid/index.js +0 -2
  418. package/dist/esm/components/Heading1/Heading1.js +0 -46
  419. package/dist/esm/components/Heading1/index.js +0 -1
  420. package/dist/esm/components/Heading2/Heading2.js +0 -46
  421. package/dist/esm/components/Heading2/index.js +0 -1
  422. package/dist/esm/components/Heading3/Heading3.js +0 -46
  423. package/dist/esm/components/Heading3/index.js +0 -1
  424. package/dist/esm/components/Heading4/Heading4.js +0 -46
  425. package/dist/esm/components/Heading4/index.js +0 -1
  426. package/dist/esm/components/HintText/HintText.js +0 -17
  427. package/dist/esm/components/HintText/index.js +0 -1
  428. package/dist/esm/components/Icon/Icon.js +0 -36
  429. package/dist/esm/components/Icon/index.js +0 -1
  430. package/dist/esm/components/Input/Input.js +0 -74
  431. package/dist/esm/components/Label/Label.js +0 -25
  432. package/dist/esm/components/Label/index.js +0 -1
  433. package/dist/esm/components/LabelText/LabelText.js +0 -17
  434. package/dist/esm/components/LabelText/index.js +0 -1
  435. package/dist/esm/components/Lead/Lead.js +0 -27
  436. package/dist/esm/components/Lead/index.js +0 -1
  437. package/dist/esm/components/LineThrough/LineThrough.js +0 -7
  438. package/dist/esm/components/LineThrough/index.js +0 -1
  439. package/dist/esm/components/List/List.js +0 -29
  440. package/dist/esm/components/List/index.js +0 -1
  441. package/dist/esm/components/List/styled.js +0 -27
  442. package/dist/esm/components/Margin/Margin.js +0 -46
  443. package/dist/esm/components/Margin/index.js +0 -1
  444. package/dist/esm/components/NavHeader/IconButton.js +0 -16
  445. package/dist/esm/components/NavHeader/NavHeader.js +0 -42
  446. package/dist/esm/components/NavHeader/NavHeader.styles.js +0 -44
  447. package/dist/esm/components/NavHeader/index.js +0 -1
  448. package/dist/esm/components/Notification/Notification.js +0 -78
  449. package/dist/esm/components/Notification/index.js +0 -1
  450. package/dist/esm/components/NumberField/NumberField.js +0 -30
  451. package/dist/esm/components/NumberField/index.js +0 -1
  452. package/dist/esm/components/NumberInput/NumberInput.js +0 -16
  453. package/dist/esm/components/NumberInput/index.js +0 -1
  454. package/dist/esm/components/P/P.js +0 -29
  455. package/dist/esm/components/P/index.js +0 -1
  456. package/dist/esm/components/PasswordField/PasswordField.js +0 -30
  457. package/dist/esm/components/PasswordField/index.js +0 -1
  458. package/dist/esm/components/PasswordInput/PasswordInput.js +0 -32
  459. package/dist/esm/components/PasswordInput/PasswordInput.styled.js +0 -12
  460. package/dist/esm/components/PasswordInput/PasswordVisibilityToggle.js +0 -23
  461. package/dist/esm/components/PasswordInput/index.js +0 -1
  462. package/dist/esm/components/PhoneField/PhoneField.js +0 -30
  463. package/dist/esm/components/PhoneField/index.js +0 -1
  464. package/dist/esm/components/PhoneInput/PhoneInput.js +0 -15
  465. package/dist/esm/components/PhoneInput/index.js +0 -1
  466. package/dist/esm/components/ProductCarousel/NavigationDots.js +0 -50
  467. package/dist/esm/components/ProductCarousel/ProductCarousel.js +0 -98
  468. package/dist/esm/components/ProductCarousel/anchor-point.js +0 -49
  469. package/dist/esm/components/ProductCarousel/index.js +0 -1
  470. package/dist/esm/components/Radio/Radio.js +0 -62
  471. package/dist/esm/components/Radio/RadioField.js +0 -46
  472. package/dist/esm/components/Radio/index.js +0 -2
  473. package/dist/esm/components/RadioCard/RadioCard.js +0 -66
  474. package/dist/esm/components/RadioCard/index.js +0 -1
  475. package/dist/esm/components/SelectField/Select.js +0 -66
  476. package/dist/esm/components/SelectField/SelectField.js +0 -29
  477. package/dist/esm/components/SelectField/index.js +0 -1
  478. package/dist/esm/components/SkeletonAnimation/SkeletonAnimation.js +0 -31
  479. package/dist/esm/components/SkeletonAnimation/index.js +0 -1
  480. package/dist/esm/components/SkeletonCTA/SkeletonCTA.js +0 -35
  481. package/dist/esm/components/SkeletonCTA/index.js +0 -1
  482. package/dist/esm/components/SkeletonCircle/SkeletonCircle.js +0 -38
  483. package/dist/esm/components/SkeletonCircle/index.js +0 -1
  484. package/dist/esm/components/SkeletonHeading/SkeletonHeading.js +0 -34
  485. package/dist/esm/components/SkeletonHeading/index.js +0 -1
  486. package/dist/esm/components/SkeletonText/SkeletonText.js +0 -45
  487. package/dist/esm/components/SkeletonText/index.js +0 -1
  488. package/dist/esm/components/Small/Small.js +0 -13
  489. package/dist/esm/components/Small/index.js +0 -1
  490. package/dist/esm/components/Spinner/Spinner.js +0 -44
  491. package/dist/esm/components/Spinner/index.js +0 -1
  492. package/dist/esm/components/Stack/Stack.js +0 -43
  493. package/dist/esm/components/Stack/index.js +0 -1
  494. package/dist/esm/components/Stretch/Stretch.js +0 -29
  495. package/dist/esm/components/Stretch/index.js +0 -1
  496. package/dist/esm/components/Strong/Strong.js +0 -5
  497. package/dist/esm/components/Strong/index.js +0 -1
  498. package/dist/esm/components/SubLabelText/SubLabelText.js +0 -17
  499. package/dist/esm/components/SubLabelText/index.js +0 -1
  500. package/dist/esm/components/Tabs/Tab.js +0 -53
  501. package/dist/esm/components/Tabs/TabList.js +0 -51
  502. package/dist/esm/components/Tabs/TabPanel.js +0 -38
  503. package/dist/esm/components/Tabs/Tabs.js +0 -72
  504. package/dist/esm/components/Tabs/index.js +0 -4
  505. package/dist/esm/components/TextField/TextField.js +0 -30
  506. package/dist/esm/components/TextField/index.js +0 -1
  507. package/dist/esm/components/TextGroup/TextGroup.js +0 -39
  508. package/dist/esm/components/TextGroup/index.js +0 -1
  509. package/dist/esm/components/TextInput/TextInput.js +0 -16
  510. package/dist/esm/components/TextInput/index.js +0 -1
  511. package/dist/esm/components/TextLink/TextLink.js +0 -49
  512. package/dist/esm/components/TextLink/index.js +0 -1
  513. package/dist/esm/components/TextareaField/TextareaField.js +0 -30
  514. package/dist/esm/components/TextareaField/index.js +0 -1
  515. package/dist/esm/components/TextareaInput/TextareaInput.js +0 -41
  516. package/dist/esm/components/TextareaInput/index.js +0 -1
  517. package/dist/esm/components/Toast/Toast.js +0 -141
  518. package/dist/esm/components/Toast/index.js +0 -1
  519. package/dist/esm/components/Toggle/Toggle.js +0 -53
  520. package/dist/esm/components/Toggle/index.js +0 -1
  521. package/dist/esm/components/Toggle/styles.js +0 -23
  522. package/dist/esm/components/index.js +0 -62
  523. package/dist/esm/hooks/index.js +0 -2
  524. package/dist/esm/hooks/use-breakpoint.js +0 -12
  525. package/dist/esm/hooks/use-full-width.js +0 -16
  526. package/dist/esm/hooks/use-layout.js +0 -16
  527. package/dist/esm/index.js +0 -3
  528. package/dist/esm/providers/IconsProvider.js +0 -115
  529. package/dist/esm/providers/icons/Address.js +0 -14
  530. package/dist/esm/providers/icons/Advice.js +0 -14
  531. package/dist/esm/providers/icons/Archive.js +0 -14
  532. package/dist/esm/providers/icons/ArrowDown.js +0 -14
  533. package/dist/esm/providers/icons/ArrowLeft.js +0 -14
  534. package/dist/esm/providers/icons/ArrowRight.js +0 -14
  535. package/dist/esm/providers/icons/ArrowUp.js +0 -14
  536. package/dist/esm/providers/icons/Award.js +0 -14
  537. package/dist/esm/providers/icons/Battery.js +0 -14
  538. package/dist/esm/providers/icons/Cal.js +0 -14
  539. package/dist/esm/providers/icons/CalBook.js +0 -14
  540. package/dist/esm/providers/icons/CaretDown.js +0 -14
  541. package/dist/esm/providers/icons/CaretLeft.js +0 -14
  542. package/dist/esm/providers/icons/CaretRight.js +0 -14
  543. package/dist/esm/providers/icons/CaretUp.js +0 -14
  544. package/dist/esm/providers/icons/Chart.js +0 -14
  545. package/dist/esm/providers/icons/ChartFilled.js +0 -14
  546. package/dist/esm/providers/icons/Check.js +0 -14
  547. package/dist/esm/providers/icons/CheckCircle.js +0 -14
  548. package/dist/esm/providers/icons/ChevronDown.js +0 -14
  549. package/dist/esm/providers/icons/ChevronLeft.js +0 -14
  550. package/dist/esm/providers/icons/ChevronLeftSmall.js +0 -14
  551. package/dist/esm/providers/icons/ChevronLeftSmallFirst.js +0 -14
  552. package/dist/esm/providers/icons/ChevronRight.js +0 -14
  553. package/dist/esm/providers/icons/ChevronRightSmall.js +0 -14
  554. package/dist/esm/providers/icons/ChevronRightSmallLast.js +0 -14
  555. package/dist/esm/providers/icons/ChevronUp.js +0 -14
  556. package/dist/esm/providers/icons/Circle.js +0 -14
  557. package/dist/esm/providers/icons/CloseCircle.js +0 -14
  558. package/dist/esm/providers/icons/Cross.js +0 -14
  559. package/dist/esm/providers/icons/Doc.js +0 -14
  560. package/dist/esm/providers/icons/Dollar.js +0 -14
  561. package/dist/esm/providers/icons/Download.js +0 -14
  562. package/dist/esm/providers/icons/Eco.js +0 -14
  563. package/dist/esm/providers/icons/EcoHome.js +0 -14
  564. package/dist/esm/providers/icons/Edit.js +0 -14
  565. package/dist/esm/providers/icons/ElectricCar.js +0 -14
  566. package/dist/esm/providers/icons/ElectricHome.js +0 -14
  567. package/dist/esm/providers/icons/Electricity.js +0 -14
  568. package/dist/esm/providers/icons/EnergyAdvice.js +0 -14
  569. package/dist/esm/providers/icons/Equals.js +0 -14
  570. package/dist/esm/providers/icons/Euro.js +0 -14
  571. package/dist/esm/providers/icons/Gas.js +0 -14
  572. package/dist/esm/providers/icons/GlobeAddress.js +0 -14
  573. package/dist/esm/providers/icons/Help.js +0 -14
  574. package/dist/esm/providers/icons/HelpFilled.js +0 -14
  575. package/dist/esm/providers/icons/Hide.js +0 -14
  576. package/dist/esm/providers/icons/Home.js +0 -14
  577. package/dist/esm/providers/icons/HomeFilled.js +0 -14
  578. package/dist/esm/providers/icons/HydroPower.js +0 -14
  579. package/dist/esm/providers/icons/Info.js +0 -14
  580. package/dist/esm/providers/icons/Link.js +0 -14
  581. package/dist/esm/providers/icons/Logo.js +0 -14
  582. package/dist/esm/providers/icons/Mail.js +0 -14
  583. package/dist/esm/providers/icons/MailOpen.js +0 -14
  584. package/dist/esm/providers/icons/Menu.js +0 -14
  585. package/dist/esm/providers/icons/Message.js +0 -14
  586. package/dist/esm/providers/icons/MessageFilled.js +0 -14
  587. package/dist/esm/providers/icons/Minus.js +0 -14
  588. package/dist/esm/providers/icons/Mobile.js +0 -14
  589. package/dist/esm/providers/icons/NewWindow.js +0 -14
  590. package/dist/esm/providers/icons/PaymentCard.js +0 -14
  591. package/dist/esm/providers/icons/PaymentCardFilled.js +0 -14
  592. package/dist/esm/providers/icons/Phone.js +0 -14
  593. package/dist/esm/providers/icons/Plus.js +0 -14
  594. package/dist/esm/providers/icons/Pound.js +0 -14
  595. package/dist/esm/providers/icons/Pricing.js +0 -14
  596. package/dist/esm/providers/icons/Search.js +0 -14
  597. package/dist/esm/providers/icons/Security.js +0 -14
  598. package/dist/esm/providers/icons/Show.js +0 -14
  599. package/dist/esm/providers/icons/SmartHome.js +0 -14
  600. package/dist/esm/providers/icons/SmartMeter.js +0 -14
  601. package/dist/esm/providers/icons/Solar.js +0 -14
  602. package/dist/esm/providers/icons/Star.js +0 -14
  603. package/dist/esm/providers/icons/StarFilled.js +0 -14
  604. package/dist/esm/providers/icons/Sun.js +0 -14
  605. package/dist/esm/providers/icons/Torch.js +0 -14
  606. package/dist/esm/providers/icons/Trees.js +0 -14
  607. package/dist/esm/providers/icons/Tune.js +0 -14
  608. package/dist/esm/providers/icons/User.js +0 -14
  609. package/dist/esm/providers/icons/UserFilled.js +0 -14
  610. package/dist/esm/providers/icons/Wallet.js +0 -14
  611. package/dist/esm/providers/icons/WalletFilled.js +0 -14
  612. package/dist/esm/providers/icons/WarmHome.js +0 -14
  613. package/dist/esm/providers/icons/Warning.js +0 -14
  614. package/dist/esm/providers/icons/WebAddress.js +0 -14
  615. package/dist/esm/providers/icons/WindPower.js +0 -14
  616. package/dist/esm/providers/icons/index.js +0 -87
  617. package/dist/esm/providers/index.js +0 -2
  618. package/dist/esm/providers/types.js +0 -1
  619. package/dist/esm/styled.native.js +0 -4
  620. package/dist/esm/theme/index.js +0 -1
  621. package/dist/esm/utils/index.js +0 -1
  622. package/dist/esm/utils/utils.js +0 -95
  623. package/dist/providers/icons/HelpFilled.d.ts +0 -2
  624. package/dist/providers/icons/HelpFilled.js +0 -41
  625. package/dist/providers/icons/PaymentCardFilled.d.ts +0 -2
  626. package/dist/providers/icons/PaymentCardFilled.js +0 -41
  627. package/dist/providers/icons/StarFilled.d.ts +0 -2
  628. package/dist/providers/icons/StarFilled.js +0 -41
  629. /package/dist/{esm/components/Accordion/types.js → components/components.spec.native.d.ts} +0 -0
@@ -1,120 +1,191 @@
1
- "use strict";
2
- var __assign = (this && this.__assign) || function () {
3
- __assign = Object.assign || function(t) {
4
- for (var s, i = 1, n = arguments.length; i < n; i++) {
5
- s = arguments[i];
6
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
- t[p] = s[p];
8
- }
9
- return t;
10
- };
11
- return __assign.apply(this, arguments);
12
- };
13
- Object.defineProperty(exports, "__esModule", { value: true });
14
- exports.defaultIcons = exports.IconsProvider = exports.useIcons = void 0;
15
- var jsx_runtime_1 = require("react/jsx-runtime");
16
- var react_1 = require("react");
17
- var icons_1 = require("./icons");
18
- var defaultIcons = {
19
- address: icons_1.Address,
20
- advice: icons_1.Advice,
21
- archive: icons_1.Archive,
22
- 'arrow-down': icons_1.ArrowDown,
23
- 'arrow-left': icons_1.ArrowLeft,
24
- 'arrow-right': icons_1.ArrowRight,
25
- 'arrow-up': icons_1.ArrowUp,
26
- award: icons_1.Award,
27
- battery: icons_1.Battery,
28
- cal: icons_1.Cal,
29
- 'cal-book': icons_1.CalBook,
30
- 'caret-down': icons_1.CaretDown,
31
- 'caret-left': icons_1.CaretLeft,
32
- 'caret-right': icons_1.CaretRight,
33
- 'caret-up': icons_1.CaretUp,
34
- chart: icons_1.Chart,
35
- 'chart-filled': icons_1.ChartFilled,
36
- check: icons_1.Check,
37
- 'check-circle': icons_1.CheckCircle,
38
- 'chevron-left': icons_1.ChevronLeft,
39
- 'chevron-left-small': icons_1.ChevronLeftSmall,
40
- 'chevron-left-small-first': icons_1.ChevronLeftSmallFirst,
41
- 'chevron-right': icons_1.ChevronRight,
42
- 'chevron-right-small': icons_1.ChevronRightSmall,
43
- 'chevron-right-small-last': icons_1.ChevronRightSmallLast,
44
- 'chevron-up': icons_1.ChevronUp,
45
- 'chevron-down': icons_1.ChevronDown,
46
- circle: icons_1.Circle,
47
- 'close-circle': icons_1.CloseCircle,
48
- cross: icons_1.Cross,
49
- doc: icons_1.Doc,
50
- dollar: icons_1.Dollar,
51
- download: icons_1.Download,
52
- eco: icons_1.Eco,
53
- 'eco-home': icons_1.EcoHome,
54
- edit: icons_1.Edit,
55
- 'electric-car': icons_1.ElectricCar,
56
- 'electric-home': icons_1.ElectricHome,
57
- electricity: icons_1.Electricity,
58
- 'energy-advice': icons_1.EnergyAdvice,
59
- equals: icons_1.Equals,
60
- euro: icons_1.Euro,
61
- gas: icons_1.Gas,
62
- 'globe-address': icons_1.GlobeAddress,
63
- help: icons_1.Help,
64
- 'help-filled': icons_1.HelpFilled,
65
- hide: icons_1.Hide,
66
- home: icons_1.Home,
67
- 'home-filled': icons_1.HomeFilled,
68
- 'hydro-power': icons_1.HydroPower,
69
- info: icons_1.Info,
70
- 'new-window': icons_1.NewWindow,
71
- link: icons_1.Link,
72
- logo: icons_1.Logo,
73
- mail: icons_1.Mail,
74
- 'mail-open': icons_1.MailOpen,
75
- menu: icons_1.Menu,
76
- message: icons_1.Message,
77
- 'message-filled': icons_1.MessageFilled,
78
- minus: icons_1.Minus,
79
- mobile: icons_1.Mobile,
80
- 'payment-card': icons_1.PaymentCard,
81
- 'payment-card-filled': icons_1.PaymentCardFilled,
82
- phone: icons_1.Phone,
83
- plus: icons_1.Plus,
84
- pound: icons_1.Pound,
85
- pricing: icons_1.Pricing,
86
- search: icons_1.Search,
87
- security: icons_1.Security,
88
- show: icons_1.Show,
89
- 'smart-home': icons_1.SmartHome,
90
- 'smart-meter': icons_1.SmartMeter,
91
- solar: icons_1.Solar,
92
- star: icons_1.Star,
93
- 'star-filled': icons_1.StarFilled,
94
- sun: icons_1.Sun,
95
- torch: icons_1.Torch,
96
- trees: icons_1.Trees,
97
- tune: icons_1.Tune,
98
- user: icons_1.User,
99
- 'user-filled': icons_1.UserFilled,
100
- wallet: icons_1.Wallet,
101
- 'wallet-filled': icons_1.WalletFilled,
102
- 'warm-home': icons_1.WarmHome,
103
- warning: icons_1.Warning,
104
- 'web-address': icons_1.WebAddress,
105
- 'wind-power': icons_1.WindPower,
106
- };
107
- exports.defaultIcons = defaultIcons;
108
- var IconsContext = (0, react_1.createContext)(null);
109
- function useIcons() {
110
- var icons = (0, react_1.useContext)(IconsContext) || defaultIcons;
111
- return icons;
1
+ import { jsx as f } from "react/jsx-runtime";
2
+ import { createContext as p, useContext as m } from "react";
3
+ import { Address as l } from "./icons/Address.js";
4
+ import { Advice as a } from "./icons/Advice.js";
5
+ import { Archive as c } from "./icons/Archive.js";
6
+ import { ArrowDown as n } from "./icons/ArrowDown.js";
7
+ import { ArrowLeft as s } from "./icons/ArrowLeft.js";
8
+ import { ArrowRight as d } from "./icons/ArrowRight.js";
9
+ import { ArrowUp as h } from "./icons/ArrowUp.js";
10
+ import { Award as w } from "./icons/Award.js";
11
+ import { Battery as u } from "./icons/Battery.js";
12
+ import { Cal as C } from "./icons/Cal.js";
13
+ import { CalBook as g } from "./icons/CalBook.js";
14
+ import { CaretDown as v } from "./icons/CaretDown.js";
15
+ import { CaretLeft as y } from "./icons/CaretLeft.js";
16
+ import { CaretRight as S } from "./icons/CaretRight.js";
17
+ import { CaretUp as A } from "./icons/CaretUp.js";
18
+ import { Chart as b } from "./icons/Chart.js";
19
+ import { ChartFilled as E } from "./icons/ChartFilled.js";
20
+ import { Check as H } from "./icons/Check.js";
21
+ import { CheckCircle as P } from "./icons/CheckCircle.js";
22
+ import { ChevronDown as k } from "./icons/ChevronDown.js";
23
+ import { ChevronLeft as I } from "./icons/ChevronLeft.js";
24
+ import { ChevronLeftSmall as L } from "./icons/ChevronLeftSmall.js";
25
+ import { ChevronLeftSmallFirst as M } from "./icons/ChevronLeftSmallFirst.js";
26
+ import { ChevronRight as W } from "./icons/ChevronRight.js";
27
+ import { ChevronRightSmall as D } from "./icons/ChevronRightSmall.js";
28
+ import { ChevronRightSmallLast as F } from "./icons/ChevronRightSmallLast.js";
29
+ import { ChevronUp as x } from "./icons/ChevronUp.js";
30
+ import { Circle as R } from "./icons/Circle.js";
31
+ import { CloseCircle as U } from "./icons/CloseCircle.js";
32
+ import { Cross as T } from "./icons/Cross.js";
33
+ import { Doc as q } from "./icons/Doc.js";
34
+ import { Dollar as B } from "./icons/Dollar.js";
35
+ import { Download as G } from "./icons/Download.js";
36
+ import { Eco as j } from "./icons/Eco.js";
37
+ import { EcoHome as N } from "./icons/EcoHome.js";
38
+ import { Edit as O } from "./icons/Edit.js";
39
+ import { ElectricCar as z } from "./icons/ElectricCar.js";
40
+ import { ElectricHome as J } from "./icons/ElectricHome.js";
41
+ import { Electricity as K } from "./icons/Electricity.js";
42
+ import { EnergyAdvice as Q } from "./icons/EnergyAdvice.js";
43
+ import { Equals as V } from "./icons/Equals.js";
44
+ import { Euro as X } from "./icons/Euro.js";
45
+ import { Gas as Y } from "./icons/Gas.js";
46
+ import { GlobeAddress as Z } from "./icons/GlobeAddress.js";
47
+ import { Help as _ } from "./icons/Help.js";
48
+ import { Hide as $ } from "./icons/Hide.js";
49
+ import { Home as rr } from "./icons/Home.js";
50
+ import { HomeFilled as or } from "./icons/HomeFilled.js";
51
+ import { HydroPower as mr } from "./icons/HydroPower.js";
52
+ import { Info as tr } from "./icons/Info.js";
53
+ import { Link as er } from "./icons/Link.js";
54
+ import { Logo as ir } from "./icons/Logo.js";
55
+ import { Mail as fr } from "./icons/Mail.js";
56
+ import { MailOpen as pr } from "./icons/MailOpen.js";
57
+ import { Menu as lr } from "./icons/Menu.js";
58
+ import { Message as ar } from "./icons/Message.js";
59
+ import { MessageFilled as cr } from "./icons/MessageFilled.js";
60
+ import { Minus as nr } from "./icons/Minus.js";
61
+ import { Mobile as sr } from "./icons/Mobile.js";
62
+ import { NewWindow as dr } from "./icons/NewWindow.js";
63
+ import { PaymentCard as hr } from "./icons/PaymentCard.js";
64
+ import { Phone as wr } from "./icons/Phone.js";
65
+ import { Plus as ur } from "./icons/Plus.js";
66
+ import { Pound as Cr } from "./icons/Pound.js";
67
+ import { Pricing as gr } from "./icons/Pricing.js";
68
+ import { Search as vr } from "./icons/Search.js";
69
+ import { Security as yr } from "./icons/Security.js";
70
+ import { Show as Sr } from "./icons/Show.js";
71
+ import { SmartHome as Ar } from "./icons/SmartHome.js";
72
+ import { SmartMeter as br } from "./icons/SmartMeter.js";
73
+ import { Solar as Er } from "./icons/Solar.js";
74
+ import { Star as Hr } from "./icons/Star.js";
75
+ import { Sun as Pr } from "./icons/Sun.js";
76
+ import { Torch as kr } from "./icons/Torch.js";
77
+ import { Trees as Ir } from "./icons/Trees.js";
78
+ import { Tune as Lr } from "./icons/Tune.js";
79
+ import { User as Mr } from "./icons/User.js";
80
+ import { UserFilled as Wr } from "./icons/UserFilled.js";
81
+ import { Wallet as Dr } from "./icons/Wallet.js";
82
+ import { WalletFilled as Fr } from "./icons/WalletFilled.js";
83
+ import { WarmHome as xr } from "./icons/WarmHome.js";
84
+ import { Warning as Rr } from "./icons/Warning.js";
85
+ import { WebAddress as Ur } from "./icons/WebAddress.js";
86
+ import { WindPower as Tr } from "./icons/WindPower.js";
87
+ import "react-native-svg";
88
+ const t = {
89
+ address: l,
90
+ advice: a,
91
+ archive: c,
92
+ "arrow-down": n,
93
+ "arrow-left": s,
94
+ "arrow-right": d,
95
+ "arrow-up": h,
96
+ award: w,
97
+ battery: u,
98
+ cal: C,
99
+ "cal-book": g,
100
+ "caret-down": v,
101
+ "caret-left": y,
102
+ "caret-right": S,
103
+ "caret-up": A,
104
+ chart: b,
105
+ "chart-filled": E,
106
+ check: H,
107
+ "check-circle": P,
108
+ "chevron-left": I,
109
+ "chevron-left-small": L,
110
+ "chevron-left-small-first": M,
111
+ "chevron-right": W,
112
+ "chevron-right-small": D,
113
+ "chevron-right-small-last": F,
114
+ "chevron-up": x,
115
+ "chevron-down": k,
116
+ circle: R,
117
+ "close-circle": U,
118
+ cross: T,
119
+ doc: q,
120
+ dollar: B,
121
+ download: G,
122
+ eco: j,
123
+ "eco-home": N,
124
+ edit: O,
125
+ "electric-car": z,
126
+ "electric-home": J,
127
+ electricity: K,
128
+ "energy-advice": Q,
129
+ equals: V,
130
+ euro: X,
131
+ gas: Y,
132
+ "globe-address": Z,
133
+ help: _,
134
+ hide: $,
135
+ home: rr,
136
+ "home-filled": or,
137
+ "hydro-power": mr,
138
+ info: tr,
139
+ "new-window": dr,
140
+ link: er,
141
+ logo: ir,
142
+ mail: fr,
143
+ "mail-open": pr,
144
+ menu: lr,
145
+ message: ar,
146
+ "message-filled": cr,
147
+ minus: nr,
148
+ mobile: sr,
149
+ "payment-card": hr,
150
+ phone: wr,
151
+ plus: ur,
152
+ pound: Cr,
153
+ pricing: gr,
154
+ search: vr,
155
+ security: yr,
156
+ show: Sr,
157
+ "smart-home": Ar,
158
+ "smart-meter": br,
159
+ solar: Er,
160
+ star: Hr,
161
+ sun: Pr,
162
+ torch: kr,
163
+ trees: Ir,
164
+ tune: Lr,
165
+ user: Mr,
166
+ "user-filled": Wr,
167
+ wallet: Dr,
168
+ "wallet-filled": Fr,
169
+ "warm-home": xr,
170
+ warning: Rr,
171
+ "web-address": Ur,
172
+ "wind-power": Tr
173
+ }, r = p(null);
174
+ function vm() {
175
+ return m(r) || t;
112
176
  }
113
- exports.useIcons = useIcons;
114
- function IconsProvider(_a) {
115
- var children = _a.children, _b = _a.icons, icons = _b === void 0 ? {} : _b;
116
- var baseIcons = (0, react_1.useContext)(IconsContext) || defaultIcons;
117
- var mergedIcons = __assign(__assign({}, baseIcons), icons);
118
- return ((0, jsx_runtime_1.jsx)(IconsContext.Provider, { value: mergedIcons, children: children }));
177
+ function ym({
178
+ children: o,
179
+ icons: e = {}
180
+ }) {
181
+ const i = {
182
+ ...m(r) || t,
183
+ ...e
184
+ };
185
+ return /* @__PURE__ */ f(r.Provider, { value: i, children: o });
119
186
  }
120
- exports.IconsProvider = IconsProvider;
187
+ export {
188
+ ym as IconsProvider,
189
+ t as defaultIcons,
190
+ vm as useIcons
191
+ };
@@ -1,41 +1,14 @@
1
- "use strict";
2
- var __assign = (this && this.__assign) || function () {
3
- __assign = Object.assign || function(t) {
4
- for (var s, i = 1, n = arguments.length; i < n; i++) {
5
- s = arguments[i];
6
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
- t[p] = s[p];
8
- }
9
- return t;
10
- };
11
- return __assign.apply(this, arguments);
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import l, { Path as r } from "react-native-svg";
3
+ const c = (o) => /* @__PURE__ */ e(l, { viewBox: "0 0 16 16", ...o, children: /* @__PURE__ */ e(
4
+ r,
5
+ {
6
+ fill: "currentColor",
7
+ fillRule: "evenodd",
8
+ d: "M2.5 6.45C2.5 2.853 5.76 1.5 8 1.5s5.5 1.478 5.5 4.95C13.5 9.922 8 14.5 8 14.5s-5.5-4.454-5.5-8.05Zm7.145 4.313c.723-.835 1.295-1.623 1.697-2.34.43-.77.658-1.452.658-1.973 0-1.072-.437-1.936-1.297-2.568-.886-.65-1.958-.881-2.703-.881-.745 0-1.85.222-2.714.844C4.421 4.466 4 5.319 4 6.45c0 .624.305 2.02 2.349 4.353a24.081 24.081 0 0 0 1.64 1.686 25.59 25.59 0 0 0 1.656-1.726ZM7.09 5.385l1.437-.381.381 1.437-1.437.381-.381-1.437Z",
9
+ clipRule: "evenodd"
10
+ }
11
+ ) });
12
+ export {
13
+ c as Address
12
14
  };
13
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
- if (k2 === undefined) k2 = k;
15
- var desc = Object.getOwnPropertyDescriptor(m, k);
16
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
- desc = { enumerable: true, get: function() { return m[k]; } };
18
- }
19
- Object.defineProperty(o, k2, desc);
20
- }) : (function(o, m, k, k2) {
21
- if (k2 === undefined) k2 = k;
22
- o[k2] = m[k];
23
- }));
24
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
- Object.defineProperty(o, "default", { enumerable: true, value: v });
26
- }) : function(o, v) {
27
- o["default"] = v;
28
- });
29
- var __importStar = (this && this.__importStar) || function (mod) {
30
- if (mod && mod.__esModule) return mod;
31
- var result = {};
32
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
- __setModuleDefault(result, mod);
34
- return result;
35
- };
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.Address = void 0;
38
- var jsx_runtime_1 = require("react/jsx-runtime");
39
- var react_native_svg_1 = __importStar(require("react-native-svg"));
40
- var Address = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.default, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", fillRule: "evenodd", d: "M2.5 6.45C2.5 2.853 5.76 1.5 8 1.5s5.5 1.478 5.5 4.95C13.5 9.922 8 14.5 8 14.5s-5.5-4.454-5.5-8.05Zm7.145 4.313c.723-.835 1.295-1.623 1.697-2.34.43-.77.658-1.452.658-1.973 0-1.072-.437-1.936-1.297-2.568-.886-.65-1.958-.881-2.703-.881-.745 0-1.85.222-2.714.844C4.421 4.466 4 5.319 4 6.45c0 .624.305 2.02 2.349 4.353a24.081 24.081 0 0 0 1.64 1.686 25.59 25.59 0 0 0 1.656-1.726ZM7.09 5.385l1.437-.381.381 1.437-1.437.381-.381-1.437Z", clipRule: "evenodd" }) }))); };
41
- exports.Address = Address;
@@ -1,41 +1,12 @@
1
- "use strict";
2
- var __assign = (this && this.__assign) || function () {
3
- __assign = Object.assign || function(t) {
4
- for (var s, i = 1, n = arguments.length; i < n; i++) {
5
- s = arguments[i];
6
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
- t[p] = s[p];
8
- }
9
- return t;
10
- };
11
- return __assign.apply(this, arguments);
1
+ import { jsx as h } from "react/jsx-runtime";
2
+ import r, { Path as v } from "react-native-svg";
3
+ const t = (o) => /* @__PURE__ */ h(r, { viewBox: "0 0 16 16", ...o, children: /* @__PURE__ */ h(
4
+ v,
5
+ {
6
+ fill: "currentColor",
7
+ d: "M14.5 5.5h-1.59c-.441-2.275-2.475-4-4.91-4s-4.469 1.725-4.91 4H1.5v5H5v-5h-.369C5.046 4.06 6.4 3 8 3c1.601 0 2.954 1.06 3.368 2.5H11v4.983h.502a2.757 2.757 0 0 1-1.99 2.42V12.2h-1.5v2.307h.75a4.256 4.256 0 0 0 4.244-4.024h1.495V5.498L14.5 5.5ZM3.5 9H3V7h.5v2Zm9-2h.5v1.983h-.5V7Z"
8
+ }
9
+ ) });
10
+ export {
11
+ t as Advice
12
12
  };
13
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
- if (k2 === undefined) k2 = k;
15
- var desc = Object.getOwnPropertyDescriptor(m, k);
16
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
- desc = { enumerable: true, get: function() { return m[k]; } };
18
- }
19
- Object.defineProperty(o, k2, desc);
20
- }) : (function(o, m, k, k2) {
21
- if (k2 === undefined) k2 = k;
22
- o[k2] = m[k];
23
- }));
24
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
- Object.defineProperty(o, "default", { enumerable: true, value: v });
26
- }) : function(o, v) {
27
- o["default"] = v;
28
- });
29
- var __importStar = (this && this.__importStar) || function (mod) {
30
- if (mod && mod.__esModule) return mod;
31
- var result = {};
32
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
- __setModuleDefault(result, mod);
34
- return result;
35
- };
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.Advice = void 0;
38
- var jsx_runtime_1 = require("react/jsx-runtime");
39
- var react_native_svg_1 = __importStar(require("react-native-svg"));
40
- var Advice = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.default, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", d: "M14.5 5.5h-1.59c-.441-2.275-2.475-4-4.91-4s-4.469 1.725-4.91 4H1.5v5H5v-5h-.369C5.046 4.06 6.4 3 8 3c1.601 0 2.954 1.06 3.368 2.5H11v4.983h.502a2.757 2.757 0 0 1-1.99 2.42V12.2h-1.5v2.307h.75a4.256 4.256 0 0 0 4.244-4.024h1.495V5.498L14.5 5.5ZM3.5 9H3V7h.5v2Zm9-2h.5v1.983h-.5V7Z" }) }))); };
41
- exports.Advice = Advice;
@@ -1,41 +1,14 @@
1
- "use strict";
2
- var __assign = (this && this.__assign) || function () {
3
- __assign = Object.assign || function(t) {
4
- for (var s, i = 1, n = arguments.length; i < n; i++) {
5
- s = arguments[i];
6
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
- t[p] = s[p];
8
- }
9
- return t;
10
- };
11
- return __assign.apply(this, arguments);
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import l, { Path as r } from "react-native-svg";
3
+ const i = (o) => /* @__PURE__ */ e(l, { viewBox: "0 0 16 16", ...o, children: /* @__PURE__ */ e(
4
+ r,
5
+ {
6
+ fill: "currentColor",
7
+ fillRule: "evenodd",
8
+ d: "M1.5 7V3h13v4h-.75v4.1l-1.5.402.402 1.498H2.25V7H1.5Zm2.25 4.5h8.5V7h-8.5v4.5ZM3 5.5h10v-1H3v1Zm4.09 3.222 1.438-.382.381 1.437-1.437.382-.381-1.438Z",
9
+ clipRule: "evenodd"
10
+ }
11
+ ) });
12
+ export {
13
+ i as Archive
12
14
  };
13
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
- if (k2 === undefined) k2 = k;
15
- var desc = Object.getOwnPropertyDescriptor(m, k);
16
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
- desc = { enumerable: true, get: function() { return m[k]; } };
18
- }
19
- Object.defineProperty(o, k2, desc);
20
- }) : (function(o, m, k, k2) {
21
- if (k2 === undefined) k2 = k;
22
- o[k2] = m[k];
23
- }));
24
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
- Object.defineProperty(o, "default", { enumerable: true, value: v });
26
- }) : function(o, v) {
27
- o["default"] = v;
28
- });
29
- var __importStar = (this && this.__importStar) || function (mod) {
30
- if (mod && mod.__esModule) return mod;
31
- var result = {};
32
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
- __setModuleDefault(result, mod);
34
- return result;
35
- };
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.Archive = void 0;
38
- var jsx_runtime_1 = require("react/jsx-runtime");
39
- var react_native_svg_1 = __importStar(require("react-native-svg"));
40
- var Archive = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.default, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", fillRule: "evenodd", d: "M1.5 7V3h13v4h-.75v4.1l-1.5.402.402 1.498H2.25V7H1.5Zm2.25 4.5h8.5V7h-8.5v4.5ZM3 5.5h10v-1H3v1Zm4.09 3.222 1.438-.382.381 1.437-1.437.382-.381-1.438Z", clipRule: "evenodd" }) }))); };
41
- exports.Archive = Archive;
@@ -1,41 +1,12 @@
1
- "use strict";
2
- var __assign = (this && this.__assign) || function () {
3
- __assign = Object.assign || function(t) {
4
- for (var s, i = 1, n = arguments.length; i < n; i++) {
5
- s = arguments[i];
6
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
- t[p] = s[p];
8
- }
9
- return t;
10
- };
11
- return __assign.apply(this, arguments);
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import l, { Path as t } from "react-native-svg";
3
+ const e = (r) => /* @__PURE__ */ o(l, { viewBox: "0 0 16 16", ...r, children: /* @__PURE__ */ o(
4
+ t,
5
+ {
6
+ fill: "currentColor",
7
+ d: "m9.051 13.402 3.62-3.62-.449-1.672-3.481 3.481V1.53l-1.5.402v9.659L3.766 8.117 3.318 9.79l3.612 3.612 1.06 1.06 1.061-1.06Z"
8
+ }
9
+ ) });
10
+ export {
11
+ e as ArrowDown
12
12
  };
13
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
- if (k2 === undefined) k2 = k;
15
- var desc = Object.getOwnPropertyDescriptor(m, k);
16
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
- desc = { enumerable: true, get: function() { return m[k]; } };
18
- }
19
- Object.defineProperty(o, k2, desc);
20
- }) : (function(o, m, k, k2) {
21
- if (k2 === undefined) k2 = k;
22
- o[k2] = m[k];
23
- }));
24
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
- Object.defineProperty(o, "default", { enumerable: true, value: v });
26
- }) : function(o, v) {
27
- o["default"] = v;
28
- });
29
- var __importStar = (this && this.__importStar) || function (mod) {
30
- if (mod && mod.__esModule) return mod;
31
- var result = {};
32
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
- __setModuleDefault(result, mod);
34
- return result;
35
- };
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.ArrowDown = void 0;
38
- var jsx_runtime_1 = require("react/jsx-runtime");
39
- var react_native_svg_1 = __importStar(require("react-native-svg"));
40
- var ArrowDown = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.default, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", d: "m9.051 13.402 3.62-3.62-.449-1.672-3.481 3.481V1.53l-1.5.402v9.659L3.766 8.117 3.318 9.79l3.612 3.612 1.06 1.06 1.061-1.06Z" }) }))); };
41
- exports.ArrowDown = ArrowDown;
@@ -1,41 +1,12 @@
1
- "use strict";
2
- var __assign = (this && this.__assign) || function () {
3
- __assign = Object.assign || function(t) {
4
- for (var s, i = 1, n = arguments.length; i < n; i++) {
5
- s = arguments[i];
6
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
- t[p] = s[p];
8
- }
9
- return t;
10
- };
11
- return __assign.apply(this, arguments);
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import l, { Path as t } from "react-native-svg";
3
+ const m = (o) => /* @__PURE__ */ r(l, { viewBox: "0 0 16 16", ...o, children: /* @__PURE__ */ r(
4
+ t,
5
+ {
6
+ fill: "currentColor",
7
+ d: "m2.589 6.94 3.619-3.62 1.673.449L4.399 7.25H14.46l-.402 1.5H4.4l3.474 3.474-1.673.448L2.59 9.061 1.528 8l1.061-1.06Z"
8
+ }
9
+ ) });
10
+ export {
11
+ m as ArrowLeft
12
12
  };
13
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
- if (k2 === undefined) k2 = k;
15
- var desc = Object.getOwnPropertyDescriptor(m, k);
16
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
17
- desc = { enumerable: true, get: function() { return m[k]; } };
18
- }
19
- Object.defineProperty(o, k2, desc);
20
- }) : (function(o, m, k, k2) {
21
- if (k2 === undefined) k2 = k;
22
- o[k2] = m[k];
23
- }));
24
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
- Object.defineProperty(o, "default", { enumerable: true, value: v });
26
- }) : function(o, v) {
27
- o["default"] = v;
28
- });
29
- var __importStar = (this && this.__importStar) || function (mod) {
30
- if (mod && mod.__esModule) return mod;
31
- var result = {};
32
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
- __setModuleDefault(result, mod);
34
- return result;
35
- };
36
- Object.defineProperty(exports, "__esModule", { value: true });
37
- exports.ArrowLeft = void 0;
38
- var jsx_runtime_1 = require("react/jsx-runtime");
39
- var react_native_svg_1 = __importStar(require("react-native-svg"));
40
- var ArrowLeft = function (props) { return ((0, jsx_runtime_1.jsx)(react_native_svg_1.default, __assign({ viewBox: "0 0 16 16" }, props, { children: (0, jsx_runtime_1.jsx)(react_native_svg_1.Path, { fill: "currentColor", d: "m2.589 6.94 3.619-3.62 1.673.449L4.399 7.25H14.46l-.402 1.5H4.4l3.474 3.474-1.673.448L2.59 9.061 1.528 8l1.061-1.06Z" }) }))); };
41
- exports.ArrowLeft = ArrowLeft;