@ovotech/element-native 5.4.0 → 5.4.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 (865) hide show
  1. package/dist/components/Accordion/Accordion.d.ts +5 -0
  2. package/dist/components/Accordion/Accordion.js +65 -0
  3. package/dist/components/Accordion/Group.d.ts +6 -0
  4. package/dist/components/Accordion/Group.js +15 -0
  5. package/dist/components/Accordion/Icon.d.ts +4 -0
  6. package/dist/components/Accordion/Icon.js +34 -0
  7. package/dist/components/Accordion/index.d.ts +4 -0
  8. package/dist/components/Accordion/index.js +3 -0
  9. package/dist/components/Accordion/styles.d.ts +1699 -0
  10. package/dist/components/Accordion/styles.js +45 -0
  11. package/dist/components/Accordion/types.d.ts +21 -0
  12. package/dist/components/Accordion/types.js +1 -0
  13. package/dist/components/ActionCard/ActionCard.d.ts +21 -0
  14. package/dist/components/ActionCard/ActionCard.js +103 -0
  15. package/dist/components/ActionCard/CloseIconShape.d.ts +3 -0
  16. package/dist/components/ActionCard/CloseIconShape.js +7 -0
  17. package/dist/components/ActionCard/IndicatorIconShape.d.ts +3 -0
  18. package/dist/components/ActionCard/IndicatorIconShape.js +7 -0
  19. package/dist/components/ActionCard/index.d.ts +1 -0
  20. package/dist/components/ActionCard/index.js +1 -0
  21. package/dist/components/ActionList/ActionList.d.ts +25 -0
  22. package/dist/components/ActionList/ActionList.js +24 -0
  23. package/dist/components/ActionList/index.d.ts +1 -0
  24. package/dist/components/ActionList/index.js +1 -0
  25. package/dist/components/ActionList/styled.d.ts +3979 -0
  26. package/dist/components/ActionList/styled.js +58 -0
  27. package/dist/components/Badge/Badge.d.ts +579 -0
  28. package/dist/components/Badge/Badge.js +52 -0
  29. package/dist/components/Badge/index.d.ts +1 -0
  30. package/dist/components/Badge/index.js +1 -0
  31. package/dist/components/CTAButton/CTAButton.d.ts +18 -0
  32. package/dist/components/CTAButton/CTAButton.js +81 -0
  33. package/dist/components/CTAButton/index.d.ts +1 -0
  34. package/dist/components/CTAButton/index.js +1 -0
  35. package/dist/components/CTALink/CTALink.d.ts +8 -0
  36. package/dist/components/CTALink/CTALink.js +6 -0
  37. package/dist/components/CTALink/index.d.ts +1 -0
  38. package/dist/components/CTALink/index.js +1 -0
  39. package/dist/components/Card/Card.d.ts +7 -0
  40. package/dist/components/Card/Card.js +15 -0
  41. package/dist/components/Card/index.d.ts +1 -0
  42. package/dist/components/Card/index.js +1 -0
  43. package/dist/components/Checkbox/Checkbox.d.ts +14 -0
  44. package/dist/components/Checkbox/Checkbox.js +58 -0
  45. package/dist/components/Checkbox/CheckboxField.d.ts +9 -0
  46. package/dist/components/Checkbox/CheckboxField.js +17 -0
  47. package/dist/components/Checkbox/index.d.ts +2 -0
  48. package/dist/components/Checkbox/index.js +2 -0
  49. package/dist/components/CurrencyField/CurrencyField.d.ts +5 -0
  50. package/dist/components/CurrencyField/CurrencyField.js +6 -0
  51. package/dist/components/CurrencyField/index.d.ts +1 -0
  52. package/dist/components/CurrencyField/index.js +1 -0
  53. package/dist/components/CurrencyInput/CurrencyInput.d.ts +9 -0
  54. package/dist/components/CurrencyInput/CurrencyInput.js +11 -0
  55. package/dist/components/CurrencyInput/index.d.ts +1 -0
  56. package/dist/components/CurrencyInput/index.js +1 -0
  57. package/dist/components/DataTable/DataTable.d.ts +2 -0
  58. package/dist/components/DataTable/DataTable.js +19 -0
  59. package/dist/components/DataTable/TableRow.d.ts +2 -0
  60. package/dist/components/DataTable/TableRow.js +21 -0
  61. package/dist/components/DataTable/index.d.ts +3 -0
  62. package/dist/components/DataTable/index.js +3 -0
  63. package/dist/components/DataTable/styles.d.ts +7356 -0
  64. package/dist/components/DataTable/styles.js +100 -0
  65. package/dist/components/DataTable/types.d.ts +21 -0
  66. package/dist/components/DataTable/types.js +1 -0
  67. package/dist/components/DateField/DateField.d.ts +22 -0
  68. package/dist/components/DateField/DateField.js +68 -0
  69. package/dist/components/DateField/index.d.ts +1 -0
  70. package/dist/components/DateField/index.js +1 -0
  71. package/dist/components/DescriptionList/DescriptionList.d.ts +10 -0
  72. package/dist/components/DescriptionList/DescriptionList.js +12 -0
  73. package/dist/components/DescriptionList/index.d.ts +1 -0
  74. package/dist/components/DescriptionList/index.js +1 -0
  75. package/dist/components/DescriptionList/styled.d.ts +570 -0
  76. package/dist/components/DescriptionList/styled.js +35 -0
  77. package/dist/components/Disclosure/Disclosure.d.ts +576 -0
  78. package/dist/components/Disclosure/Disclosure.js +36 -0
  79. package/dist/components/Disclosure/index.d.ts +1 -0
  80. package/dist/components/Disclosure/index.js +1 -0
  81. package/dist/components/Display0/Display0.d.ts +5 -0
  82. package/dist/components/Display0/Display0.js +23 -0
  83. package/dist/components/Display0/index.d.ts +1 -0
  84. package/dist/components/Display0/index.js +1 -0
  85. package/dist/components/Display1/Display1.d.ts +5 -0
  86. package/dist/components/Display1/Display1.js +23 -0
  87. package/dist/components/Display1/index.d.ts +1 -0
  88. package/dist/components/Display1/index.js +1 -0
  89. package/dist/components/Display2/Display2.d.ts +5 -0
  90. package/dist/components/Display2/Display2.js +23 -0
  91. package/dist/components/Display2/index.d.ts +1 -0
  92. package/dist/components/Display2/index.js +1 -0
  93. package/dist/components/Display3/Display3.d.ts +5 -0
  94. package/dist/components/Display3/Display3.js +23 -0
  95. package/dist/components/Display3/index.d.ts +1 -0
  96. package/dist/components/Display3/index.js +1 -0
  97. package/dist/components/Divider/Divider.d.ts +5 -0
  98. package/dist/components/Divider/Divider.js +14 -0
  99. package/dist/components/Divider/index.d.ts +1 -0
  100. package/dist/components/Divider/index.js +1 -0
  101. package/dist/components/Em/Em.d.ts +565 -0
  102. package/dist/components/Em/Em.js +6 -0
  103. package/dist/components/Em/index.d.ts +1 -0
  104. package/dist/components/Em/index.js +1 -0
  105. package/dist/components/EmailField/EmailField.d.ts +5 -0
  106. package/dist/components/EmailField/EmailField.js +6 -0
  107. package/dist/components/EmailField/index.d.ts +1 -0
  108. package/dist/components/EmailField/index.js +1 -0
  109. package/dist/components/EmailInput/EmailInput.d.ts +3 -0
  110. package/dist/components/EmailInput/EmailInput.js +4 -0
  111. package/dist/components/EmailInput/index.d.ts +1 -0
  112. package/dist/components/EmailInput/index.js +1 -0
  113. package/dist/components/ErrorSummaryNotification/ErrorSummaryNotification.d.ts +18 -0
  114. package/dist/components/ErrorSummaryNotification/ErrorSummaryNotification.js +23 -0
  115. package/dist/components/ErrorSummaryNotification/index.d.ts +1 -0
  116. package/dist/components/ErrorSummaryNotification/index.js +1 -0
  117. package/dist/components/ErrorText/ErrorText.d.ts +575 -0
  118. package/dist/components/ErrorText/ErrorText.js +18 -0
  119. package/dist/components/ErrorText/index.d.ts +1 -0
  120. package/dist/components/ErrorText/index.js +1 -0
  121. package/dist/components/Field/Field.d.ts +14 -0
  122. package/dist/components/Field/Field.js +38 -0
  123. package/dist/components/Field/index.d.ts +1 -0
  124. package/dist/components/Field/index.js +1 -0
  125. package/dist/components/FilterSelect/FilterSelect.d.ts +17 -0
  126. package/dist/components/FilterSelect/FilterSelect.js +67 -0
  127. package/dist/components/FilterSelect/index.d.ts +1 -0
  128. package/dist/components/FilterSelect/index.js +1 -0
  129. package/dist/components/FormGroup/FormGroup.d.ts +8 -0
  130. package/dist/components/FormGroup/FormGroup.js +9 -0
  131. package/dist/components/FormGroup/index.d.ts +1 -0
  132. package/dist/components/FormGroup/index.js +1 -0
  133. package/dist/components/Grid/Col.d.ts +575 -0
  134. package/dist/components/Grid/Col.js +35 -0
  135. package/dist/components/Grid/Row.d.ts +7 -0
  136. package/dist/components/Grid/Row.js +35 -0
  137. package/dist/components/Grid/index.d.ts +2 -0
  138. package/dist/components/Grid/index.js +2 -0
  139. package/dist/components/Heading1/Heading1.d.ts +5 -0
  140. package/dist/components/Heading1/Heading1.js +23 -0
  141. package/dist/components/Heading1/index.d.ts +1 -0
  142. package/dist/components/Heading1/index.js +1 -0
  143. package/dist/components/Heading2/Heading2.d.ts +5 -0
  144. package/dist/components/Heading2/Heading2.js +23 -0
  145. package/dist/components/Heading2/index.d.ts +1 -0
  146. package/dist/components/Heading2/index.js +1 -0
  147. package/dist/components/Heading3/Heading3.d.ts +5 -0
  148. package/dist/components/Heading3/Heading3.js +23 -0
  149. package/dist/components/Heading3/index.d.ts +1 -0
  150. package/dist/components/Heading3/index.js +1 -0
  151. package/dist/components/Heading4/Heading4.d.ts +5 -0
  152. package/dist/components/Heading4/Heading4.js +23 -0
  153. package/dist/components/Heading4/index.d.ts +1 -0
  154. package/dist/components/Heading4/index.js +1 -0
  155. package/dist/components/HintText/HintText.d.ts +575 -0
  156. package/dist/components/HintText/HintText.js +18 -0
  157. package/dist/components/HintText/index.d.ts +1 -0
  158. package/dist/components/HintText/index.js +1 -0
  159. package/dist/components/Icon/Icon.d.ts +9 -0
  160. package/dist/components/Icon/Icon.js +13 -0
  161. package/dist/components/Icon/index.d.ts +1 -0
  162. package/dist/components/Icon/index.js +1 -0
  163. package/dist/components/Input/Input.d.ts +13 -0
  164. package/dist/components/Input/Input.js +78 -0
  165. package/dist/components/Label/Label.d.ts +8 -0
  166. package/dist/components/Label/Label.js +10 -0
  167. package/dist/components/Label/index.d.ts +1 -0
  168. package/dist/components/Label/index.js +1 -0
  169. package/dist/components/LabelText/LabelText.d.ts +575 -0
  170. package/dist/components/LabelText/LabelText.js +16 -0
  171. package/dist/components/LabelText/index.d.ts +1 -0
  172. package/dist/components/LabelText/index.js +1 -0
  173. package/dist/components/Lead/Lead.d.ts +8 -0
  174. package/dist/components/Lead/Lead.js +12 -0
  175. package/dist/components/Lead/index.d.ts +1 -0
  176. package/dist/components/Lead/index.js +1 -0
  177. package/dist/components/LineThrough/LineThrough.d.ts +565 -0
  178. package/dist/components/LineThrough/LineThrough.js +4 -0
  179. package/dist/components/LineThrough/index.d.ts +1 -0
  180. package/dist/components/LineThrough/index.js +1 -0
  181. package/dist/components/List/List.d.ts +8 -0
  182. package/dist/components/List/List.js +26 -0
  183. package/dist/components/List/index.d.ts +1 -0
  184. package/dist/components/List/index.js +1 -0
  185. package/dist/components/List/styled.d.ts +2266 -0
  186. package/dist/components/List/styled.js +40 -0
  187. package/dist/components/Margin/Margin.d.ts +589 -0
  188. package/dist/components/Margin/Margin.js +36 -0
  189. package/dist/components/Margin/index.d.ts +1 -0
  190. package/dist/components/Margin/index.js +1 -0
  191. package/dist/components/NavHeader/IconButton.d.ts +15 -0
  192. package/dist/components/NavHeader/IconButton.js +13 -0
  193. package/dist/components/NavHeader/NavHeader.d.ts +18 -0
  194. package/dist/components/NavHeader/NavHeader.js +43 -0
  195. package/dist/components/NavHeader/NavHeader.styles.d.ts +5102 -0
  196. package/dist/components/NavHeader/NavHeader.styles.js +82 -0
  197. package/dist/components/NavHeader/index.d.ts +1 -0
  198. package/dist/components/NavHeader/index.js +1 -0
  199. package/dist/components/Notification/Notification.d.ts +1153 -0
  200. package/dist/components/Notification/Notification.js +81 -0
  201. package/dist/components/Notification/index.d.ts +1 -0
  202. package/dist/components/Notification/index.js +1 -0
  203. package/dist/components/NumberField/NumberField.d.ts +5 -0
  204. package/dist/components/NumberField/NumberField.js +6 -0
  205. package/dist/components/NumberField/index.d.ts +1 -0
  206. package/dist/components/NumberField/index.js +1 -0
  207. package/dist/components/NumberInput/NumberInput.d.ts +3 -0
  208. package/dist/components/NumberInput/NumberInput.js +4 -0
  209. package/dist/components/NumberInput/index.d.ts +1 -0
  210. package/dist/components/NumberInput/index.js +1 -0
  211. package/dist/components/P/P.d.ts +8 -0
  212. package/dist/components/P/P.js +14 -0
  213. package/dist/components/P/index.d.ts +1 -0
  214. package/dist/components/P/index.js +1 -0
  215. package/dist/components/PasswordField/PasswordField.d.ts +7 -0
  216. package/dist/components/PasswordField/PasswordField.js +6 -0
  217. package/dist/components/PasswordField/index.d.ts +1 -0
  218. package/dist/components/PasswordField/index.js +1 -0
  219. package/dist/components/PasswordInput/PasswordInput.d.ts +6 -0
  220. package/dist/components/PasswordInput/PasswordInput.js +8 -0
  221. package/dist/components/PasswordInput/PasswordInput.styled.d.ts +567 -0
  222. package/dist/components/PasswordInput/PasswordInput.styled.js +14 -0
  223. package/dist/components/PasswordInput/PasswordVisibilityToggle.d.ts +12 -0
  224. package/dist/components/PasswordInput/PasswordVisibilityToggle.js +22 -0
  225. package/dist/components/PasswordInput/index.d.ts +1 -0
  226. package/dist/components/PasswordInput/index.js +1 -0
  227. package/dist/components/PhoneField/PhoneField.d.ts +5 -0
  228. package/dist/components/PhoneField/PhoneField.js +6 -0
  229. package/dist/components/PhoneField/index.d.ts +1 -0
  230. package/dist/components/PhoneField/index.js +1 -0
  231. package/dist/components/PhoneInput/PhoneInput.d.ts +2 -0
  232. package/dist/components/PhoneInput/PhoneInput.js +3 -0
  233. package/dist/components/PhoneInput/index.d.ts +1 -0
  234. package/dist/components/PhoneInput/index.js +1 -0
  235. package/dist/components/ProductCarousel/NavigationDots.d.ts +5 -0
  236. package/dist/components/ProductCarousel/NavigationDots.js +48 -0
  237. package/dist/components/ProductCarousel/ProductCarousel.d.ts +14 -0
  238. package/dist/components/ProductCarousel/ProductCarousel.js +81 -0
  239. package/dist/components/ProductCarousel/anchor-point.d.ts +207 -0
  240. package/dist/components/ProductCarousel/anchor-point.js +43 -0
  241. package/dist/components/ProductCarousel/index.d.ts +1 -0
  242. package/dist/components/ProductCarousel/index.js +1 -0
  243. package/dist/components/Radio/Radio.d.ts +14 -0
  244. package/dist/components/Radio/Radio.js +52 -0
  245. package/dist/components/Radio/RadioField.d.ts +11 -0
  246. package/dist/components/Radio/RadioField.js +21 -0
  247. package/dist/components/Radio/index.d.ts +2 -0
  248. package/dist/components/Radio/index.js +2 -0
  249. package/dist/components/RadioCard/RadioCard.d.ts +12 -0
  250. package/dist/components/RadioCard/RadioCard.js +57 -0
  251. package/dist/components/RadioCard/index.d.ts +1 -0
  252. package/dist/components/RadioCard/index.js +1 -0
  253. package/dist/components/SegmentedControls/SegmentedControls.d.ts +18 -0
  254. package/dist/components/SegmentedControls/SegmentedControls.js +48 -0
  255. package/dist/components/SegmentedControls/components/SegmentButton.d.ts +17 -0
  256. package/dist/components/SegmentedControls/components/SegmentButton.js +78 -0
  257. package/dist/components/SegmentedControls/index.d.ts +2 -0
  258. package/dist/components/SegmentedControls/index.js +2 -0
  259. package/dist/components/SelectField/Select.d.ts +582 -0
  260. package/dist/components/SelectField/Select.js +93 -0
  261. package/dist/components/SelectField/SelectField.d.ts +7 -0
  262. package/dist/components/SelectField/SelectField.js +4 -0
  263. package/dist/components/SelectField/index.d.ts +1 -0
  264. package/dist/components/SelectField/index.js +1 -0
  265. package/dist/components/SkeletonAnimation/SkeletonAnimation.d.ts +6 -0
  266. package/dist/components/SkeletonAnimation/SkeletonAnimation.js +30 -0
  267. package/dist/components/SkeletonAnimation/index.d.ts +1 -0
  268. package/dist/components/SkeletonAnimation/index.js +1 -0
  269. package/dist/components/SkeletonCTA/SkeletonCTA.d.ts +6 -0
  270. package/dist/components/SkeletonCTA/SkeletonCTA.js +11 -0
  271. package/dist/components/SkeletonCTA/index.d.ts +1 -0
  272. package/dist/components/SkeletonCTA/index.js +1 -0
  273. package/dist/components/SkeletonCircle/SkeletonCircle.d.ts +6 -0
  274. package/dist/components/SkeletonCircle/SkeletonCircle.js +12 -0
  275. package/dist/components/SkeletonCircle/index.d.ts +1 -0
  276. package/dist/components/SkeletonCircle/index.js +1 -0
  277. package/dist/components/SkeletonHeading/SkeletonHeading.d.ts +8 -0
  278. package/dist/components/SkeletonHeading/SkeletonHeading.js +9 -0
  279. package/dist/components/SkeletonHeading/index.d.ts +1 -0
  280. package/dist/components/SkeletonHeading/index.js +1 -0
  281. package/dist/components/SkeletonText/SkeletonText.d.ts +6 -0
  282. package/dist/components/SkeletonText/SkeletonText.js +27 -0
  283. package/dist/components/SkeletonText/index.d.ts +1 -0
  284. package/dist/components/SkeletonText/index.js +1 -0
  285. package/dist/components/Small/Small.d.ts +574 -0
  286. package/dist/components/Small/Small.js +8 -0
  287. package/dist/components/Small/index.d.ts +1 -0
  288. package/dist/components/Small/index.js +1 -0
  289. package/dist/components/Spinner/Spinner.d.ts +8 -0
  290. package/dist/components/Spinner/Spinner.js +43 -0
  291. package/dist/components/Spinner/index.d.ts +1 -0
  292. package/dist/components/Spinner/index.js +1 -0
  293. package/dist/components/Stack/Stack.d.ts +9 -0
  294. package/dist/components/Stack/Stack.js +17 -0
  295. package/dist/components/Stack/index.d.ts +1 -0
  296. package/dist/components/Stack/index.js +1 -0
  297. package/dist/components/Stretch/Stretch.d.ts +7 -0
  298. package/dist/components/Stretch/Stretch.js +13 -0
  299. package/dist/components/Stretch/index.d.ts +1 -0
  300. package/dist/components/Stretch/index.js +1 -0
  301. package/dist/components/Strong/Strong.d.ts +565 -0
  302. package/dist/components/Strong/Strong.js +4 -0
  303. package/dist/components/Strong/index.d.ts +1 -0
  304. package/dist/components/Strong/index.js +1 -0
  305. package/dist/components/SubLabelText/SubLabelText.d.ts +575 -0
  306. package/dist/components/SubLabelText/SubLabelText.js +16 -0
  307. package/dist/components/SubLabelText/index.d.ts +1 -0
  308. package/dist/components/SubLabelText/index.js +1 -0
  309. package/dist/components/Tabs/Tab.d.ts +582 -0
  310. package/dist/components/Tabs/Tab.js +67 -0
  311. package/dist/components/Tabs/TabList.d.ts +10 -0
  312. package/dist/components/Tabs/TabList.js +21 -0
  313. package/dist/components/Tabs/TabPanel.d.ts +3 -0
  314. package/dist/components/Tabs/TabPanel.js +13 -0
  315. package/dist/components/Tabs/Tabs.d.ts +10 -0
  316. package/dist/components/Tabs/Tabs.js +42 -0
  317. package/dist/components/Tabs/index.d.ts +4 -0
  318. package/dist/components/Tabs/index.js +4 -0
  319. package/dist/components/TextField/TextField.d.ts +5 -0
  320. package/dist/components/TextField/TextField.js +6 -0
  321. package/dist/components/TextField/index.d.ts +1 -0
  322. package/dist/components/TextField/index.js +1 -0
  323. package/dist/components/TextGroup/TextGroup.d.ts +3 -0
  324. package/dist/components/TextGroup/TextGroup.js +20 -0
  325. package/dist/components/TextGroup/index.d.ts +1 -0
  326. package/dist/components/TextGroup/index.js +1 -0
  327. package/dist/components/TextInput/TextInput.d.ts +8 -0
  328. package/dist/components/TextInput/TextInput.js +4 -0
  329. package/dist/components/TextInput/index.d.ts +1 -0
  330. package/dist/components/TextInput/index.js +1 -0
  331. package/dist/components/TextLink/TextLink.d.ts +8 -0
  332. package/dist/components/TextLink/TextLink.js +21 -0
  333. package/dist/components/TextLink/index.d.ts +1 -0
  334. package/dist/components/TextLink/index.js +1 -0
  335. package/dist/components/TextareaField/TextareaField.d.ts +5 -0
  336. package/dist/components/TextareaField/TextareaField.js +6 -0
  337. package/dist/components/TextareaField/index.d.ts +1 -0
  338. package/dist/components/TextareaField/index.js +1 -0
  339. package/dist/components/TextareaInput/TextareaInput.d.ts +6 -0
  340. package/dist/components/TextareaInput/TextareaInput.js +13 -0
  341. package/dist/components/TextareaInput/index.d.ts +1 -0
  342. package/dist/components/TextareaInput/index.js +1 -0
  343. package/dist/components/Toast/Toast.d.ts +13 -0
  344. package/dist/components/Toast/Toast.js +126 -0
  345. package/dist/components/Toast/index.d.ts +1 -0
  346. package/dist/components/Toast/index.js +1 -0
  347. package/dist/components/Toggle/Toggle.d.ts +13 -0
  348. package/dist/components/Toggle/Toggle.js +25 -0
  349. package/dist/components/Toggle/index.d.ts +1 -0
  350. package/dist/components/Toggle/index.js +1 -0
  351. package/dist/components/Toggle/styles.d.ts +2272 -0
  352. package/dist/components/Toggle/styles.js +37 -0
  353. package/dist/components/index.d.ts +67 -0
  354. package/dist/components/index.js +67 -0
  355. package/dist/esm/components/Accordion/Accordion.js +65 -0
  356. package/dist/esm/components/Accordion/Group.js +15 -0
  357. package/dist/esm/components/Accordion/Icon.js +34 -0
  358. package/dist/esm/components/Accordion/index.js +3 -0
  359. package/dist/esm/components/Accordion/styles.js +45 -0
  360. package/dist/esm/components/Accordion/types.js +1 -0
  361. package/dist/esm/components/ActionCard/ActionCard.js +103 -0
  362. package/dist/esm/components/ActionCard/CloseIconShape.js +7 -0
  363. package/dist/esm/components/ActionCard/IndicatorIconShape.js +7 -0
  364. package/dist/esm/components/ActionCard/index.js +1 -0
  365. package/dist/esm/components/ActionList/ActionList.js +24 -0
  366. package/dist/esm/components/ActionList/index.js +1 -0
  367. package/dist/esm/components/ActionList/styled.js +58 -0
  368. package/dist/esm/components/Badge/Badge.js +52 -0
  369. package/dist/esm/components/Badge/index.js +1 -0
  370. package/dist/esm/components/CTAButton/CTAButton.js +81 -0
  371. package/dist/esm/components/CTAButton/index.js +1 -0
  372. package/dist/esm/components/CTALink/CTALink.js +6 -0
  373. package/dist/esm/components/CTALink/index.js +1 -0
  374. package/dist/esm/components/Card/Card.js +15 -0
  375. package/dist/esm/components/Card/index.js +1 -0
  376. package/dist/esm/components/Checkbox/Checkbox.js +58 -0
  377. package/dist/esm/components/Checkbox/CheckboxField.js +17 -0
  378. package/dist/esm/components/Checkbox/index.js +2 -0
  379. package/dist/esm/components/CurrencyField/CurrencyField.js +6 -0
  380. package/dist/esm/components/CurrencyField/index.js +1 -0
  381. package/dist/esm/components/CurrencyInput/CurrencyInput.js +11 -0
  382. package/dist/esm/components/CurrencyInput/index.js +1 -0
  383. package/dist/esm/components/DataTable/DataTable.js +19 -0
  384. package/dist/esm/components/DataTable/TableRow.js +21 -0
  385. package/dist/esm/components/DataTable/index.js +3 -0
  386. package/dist/esm/components/DataTable/styles.js +100 -0
  387. package/dist/esm/components/DataTable/types.js +1 -0
  388. package/dist/esm/components/DateField/DateField.js +68 -0
  389. package/dist/esm/components/DateField/index.js +1 -0
  390. package/dist/esm/components/DescriptionList/DescriptionList.js +12 -0
  391. package/dist/esm/components/DescriptionList/index.js +1 -0
  392. package/dist/esm/components/DescriptionList/styled.js +35 -0
  393. package/dist/esm/components/Disclosure/Disclosure.js +36 -0
  394. package/dist/esm/components/Disclosure/index.js +1 -0
  395. package/dist/esm/components/Display0/Display0.js +23 -0
  396. package/dist/esm/components/Display0/index.js +1 -0
  397. package/dist/esm/components/Display1/Display1.js +23 -0
  398. package/dist/esm/components/Display1/index.js +1 -0
  399. package/dist/esm/components/Display2/Display2.js +23 -0
  400. package/dist/esm/components/Display2/index.js +1 -0
  401. package/dist/esm/components/Display3/Display3.js +23 -0
  402. package/dist/esm/components/Display3/index.js +1 -0
  403. package/dist/esm/components/Divider/Divider.js +14 -0
  404. package/dist/esm/components/Divider/index.js +1 -0
  405. package/dist/esm/components/Em/Em.js +6 -0
  406. package/dist/esm/components/Em/index.js +1 -0
  407. package/dist/esm/components/EmailField/EmailField.js +6 -0
  408. package/dist/esm/components/EmailField/index.js +1 -0
  409. package/dist/esm/components/EmailInput/EmailInput.js +4 -0
  410. package/dist/esm/components/EmailInput/index.js +1 -0
  411. package/dist/esm/components/ErrorSummaryNotification/ErrorSummaryNotification.js +23 -0
  412. package/dist/esm/components/ErrorSummaryNotification/index.js +1 -0
  413. package/dist/esm/components/ErrorText/ErrorText.js +18 -0
  414. package/dist/esm/components/ErrorText/index.js +1 -0
  415. package/dist/esm/components/Field/Field.js +38 -0
  416. package/dist/esm/components/Field/index.js +1 -0
  417. package/dist/esm/components/FilterSelect/FilterSelect.js +67 -0
  418. package/dist/esm/components/FilterSelect/index.js +1 -0
  419. package/dist/esm/components/FormGroup/FormGroup.js +9 -0
  420. package/dist/esm/components/FormGroup/index.js +1 -0
  421. package/dist/esm/components/Grid/Col.js +35 -0
  422. package/dist/esm/components/Grid/Row.js +35 -0
  423. package/dist/esm/components/Grid/index.js +2 -0
  424. package/dist/esm/components/Heading1/Heading1.js +23 -0
  425. package/dist/esm/components/Heading1/index.js +1 -0
  426. package/dist/esm/components/Heading2/Heading2.js +23 -0
  427. package/dist/esm/components/Heading2/index.js +1 -0
  428. package/dist/esm/components/Heading3/Heading3.js +23 -0
  429. package/dist/esm/components/Heading3/index.js +1 -0
  430. package/dist/esm/components/Heading4/Heading4.js +23 -0
  431. package/dist/esm/components/Heading4/index.js +1 -0
  432. package/dist/esm/components/HintText/HintText.js +18 -0
  433. package/dist/esm/components/HintText/index.js +1 -0
  434. package/dist/esm/components/Icon/Icon.js +13 -0
  435. package/dist/esm/components/Icon/index.js +1 -0
  436. package/dist/esm/components/Input/Input.js +78 -0
  437. package/dist/esm/components/Label/Label.js +10 -0
  438. package/dist/esm/components/Label/index.js +1 -0
  439. package/dist/esm/components/LabelText/LabelText.js +16 -0
  440. package/dist/esm/components/LabelText/index.js +1 -0
  441. package/dist/esm/components/Lead/Lead.js +12 -0
  442. package/dist/esm/components/Lead/index.js +1 -0
  443. package/dist/esm/components/LineThrough/LineThrough.js +4 -0
  444. package/dist/esm/components/LineThrough/index.js +1 -0
  445. package/dist/esm/components/List/List.js +26 -0
  446. package/dist/esm/components/List/index.js +1 -0
  447. package/dist/esm/components/List/styled.js +40 -0
  448. package/dist/esm/components/Margin/Margin.js +36 -0
  449. package/dist/esm/components/Margin/index.js +1 -0
  450. package/dist/esm/components/NavHeader/IconButton.js +13 -0
  451. package/dist/esm/components/NavHeader/NavHeader.js +43 -0
  452. package/dist/esm/components/NavHeader/NavHeader.styles.js +82 -0
  453. package/dist/esm/components/NavHeader/index.js +1 -0
  454. package/dist/esm/components/Notification/Notification.js +81 -0
  455. package/dist/esm/components/Notification/index.js +1 -0
  456. package/dist/esm/components/NumberField/NumberField.js +6 -0
  457. package/dist/esm/components/NumberField/index.js +1 -0
  458. package/dist/esm/components/NumberInput/NumberInput.js +4 -0
  459. package/dist/esm/components/NumberInput/index.js +1 -0
  460. package/dist/esm/components/P/P.js +14 -0
  461. package/dist/esm/components/P/index.js +1 -0
  462. package/dist/esm/components/PasswordField/PasswordField.js +6 -0
  463. package/dist/esm/components/PasswordField/index.js +1 -0
  464. package/dist/esm/components/PasswordInput/PasswordInput.js +8 -0
  465. package/dist/esm/components/PasswordInput/PasswordInput.styled.js +14 -0
  466. package/dist/esm/components/PasswordInput/PasswordVisibilityToggle.js +22 -0
  467. package/dist/esm/components/PasswordInput/index.js +1 -0
  468. package/dist/esm/components/PhoneField/PhoneField.js +6 -0
  469. package/dist/esm/components/PhoneField/index.js +1 -0
  470. package/dist/esm/components/PhoneInput/PhoneInput.js +3 -0
  471. package/dist/esm/components/PhoneInput/index.js +1 -0
  472. package/dist/esm/components/ProductCarousel/NavigationDots.js +48 -0
  473. package/dist/esm/components/ProductCarousel/ProductCarousel.js +81 -0
  474. package/dist/esm/components/ProductCarousel/anchor-point.js +43 -0
  475. package/dist/esm/components/ProductCarousel/index.js +1 -0
  476. package/dist/esm/components/Radio/Radio.js +52 -0
  477. package/dist/esm/components/Radio/RadioField.js +21 -0
  478. package/dist/esm/components/Radio/index.js +2 -0
  479. package/dist/esm/components/RadioCard/RadioCard.js +57 -0
  480. package/dist/esm/components/RadioCard/index.js +1 -0
  481. package/dist/esm/components/SegmentedControls/SegmentedControls.js +48 -0
  482. package/dist/esm/components/SegmentedControls/components/SegmentButton.js +78 -0
  483. package/dist/esm/components/SegmentedControls/index.js +2 -0
  484. package/dist/esm/components/SelectField/Select.js +93 -0
  485. package/dist/esm/components/SelectField/SelectField.js +4 -0
  486. package/dist/esm/components/SelectField/index.js +1 -0
  487. package/dist/esm/components/SkeletonAnimation/SkeletonAnimation.js +30 -0
  488. package/dist/esm/components/SkeletonAnimation/index.js +1 -0
  489. package/dist/esm/components/SkeletonCTA/SkeletonCTA.js +11 -0
  490. package/dist/esm/components/SkeletonCTA/index.js +1 -0
  491. package/dist/esm/components/SkeletonCircle/SkeletonCircle.js +12 -0
  492. package/dist/esm/components/SkeletonCircle/index.js +1 -0
  493. package/dist/esm/components/SkeletonHeading/SkeletonHeading.js +9 -0
  494. package/dist/esm/components/SkeletonHeading/index.js +1 -0
  495. package/dist/esm/components/SkeletonText/SkeletonText.js +27 -0
  496. package/dist/esm/components/SkeletonText/index.js +1 -0
  497. package/dist/esm/components/Small/Small.js +8 -0
  498. package/dist/esm/components/Small/index.js +1 -0
  499. package/dist/esm/components/Spinner/Spinner.js +43 -0
  500. package/dist/esm/components/Spinner/index.js +1 -0
  501. package/dist/esm/components/Stack/Stack.js +17 -0
  502. package/dist/esm/components/Stack/index.js +1 -0
  503. package/dist/esm/components/Stretch/Stretch.js +13 -0
  504. package/dist/esm/components/Stretch/index.js +1 -0
  505. package/dist/esm/components/Strong/Strong.js +4 -0
  506. package/dist/esm/components/Strong/index.js +1 -0
  507. package/dist/esm/components/SubLabelText/SubLabelText.js +16 -0
  508. package/dist/esm/components/SubLabelText/index.js +1 -0
  509. package/dist/esm/components/Tabs/Tab.js +67 -0
  510. package/dist/esm/components/Tabs/TabList.js +21 -0
  511. package/dist/esm/components/Tabs/TabPanel.js +13 -0
  512. package/dist/esm/components/Tabs/Tabs.js +42 -0
  513. package/dist/esm/components/Tabs/index.js +4 -0
  514. package/dist/esm/components/TextField/TextField.js +6 -0
  515. package/dist/esm/components/TextField/index.js +1 -0
  516. package/dist/esm/components/TextGroup/TextGroup.js +20 -0
  517. package/dist/esm/components/TextGroup/index.js +1 -0
  518. package/dist/esm/components/TextInput/TextInput.js +4 -0
  519. package/dist/esm/components/TextInput/index.js +1 -0
  520. package/dist/esm/components/TextLink/TextLink.js +21 -0
  521. package/dist/esm/components/TextLink/index.js +1 -0
  522. package/dist/esm/components/TextareaField/TextareaField.js +6 -0
  523. package/dist/esm/components/TextareaField/index.js +1 -0
  524. package/dist/esm/components/TextareaInput/TextareaInput.js +13 -0
  525. package/dist/esm/components/TextareaInput/index.js +1 -0
  526. package/dist/esm/components/Toast/Toast.js +126 -0
  527. package/dist/esm/components/Toast/index.js +1 -0
  528. package/dist/esm/components/Toggle/Toggle.js +25 -0
  529. package/dist/esm/components/Toggle/index.js +1 -0
  530. package/dist/esm/components/Toggle/styles.js +37 -0
  531. package/dist/esm/components/index.js +67 -0
  532. package/dist/esm/hooks/index.js +2 -0
  533. package/dist/esm/hooks/use-breakpoint.js +12 -0
  534. package/dist/esm/hooks/use-full-width.js +15 -0
  535. package/dist/esm/hooks/use-layout.js +16 -0
  536. package/dist/esm/index.js +3 -0
  537. package/dist/esm/providers/IconsProvider.js +112 -0
  538. package/dist/esm/providers/icons/Address.js +3 -0
  539. package/dist/esm/providers/icons/Advice.js +3 -0
  540. package/dist/esm/providers/icons/Archive.js +3 -0
  541. package/dist/esm/providers/icons/ArrowDown.js +3 -0
  542. package/dist/esm/providers/icons/ArrowLeft.js +3 -0
  543. package/dist/esm/providers/icons/ArrowRight.js +3 -0
  544. package/dist/esm/providers/icons/ArrowUp.js +3 -0
  545. package/dist/esm/providers/icons/Award.js +3 -0
  546. package/dist/esm/providers/icons/Battery.js +3 -0
  547. package/dist/esm/providers/icons/Cal.js +3 -0
  548. package/dist/esm/providers/icons/CalBook.js +3 -0
  549. package/dist/esm/providers/icons/CaretArrowDown.js +3 -0
  550. package/dist/esm/providers/icons/CaretArrowLeft.js +3 -0
  551. package/dist/esm/providers/icons/CaretArrowRight.js +3 -0
  552. package/dist/esm/providers/icons/CaretArrowUp.js +3 -0
  553. package/dist/esm/providers/icons/CaretDown.js +3 -0
  554. package/dist/esm/providers/icons/CaretLeft.js +3 -0
  555. package/dist/esm/providers/icons/CaretRight.js +3 -0
  556. package/dist/esm/providers/icons/CaretUp.js +3 -0
  557. package/dist/esm/providers/icons/Chart.js +3 -0
  558. package/dist/esm/providers/icons/ChartFilled.js +3 -0
  559. package/dist/esm/providers/icons/Check.js +3 -0
  560. package/dist/esm/providers/icons/CheckCircle.js +3 -0
  561. package/dist/esm/providers/icons/ChevronDown.js +3 -0
  562. package/dist/esm/providers/icons/ChevronLeft.js +3 -0
  563. package/dist/esm/providers/icons/ChevronLeftSmall.js +3 -0
  564. package/dist/esm/providers/icons/ChevronLeftSmallFirst.js +3 -0
  565. package/dist/esm/providers/icons/ChevronRight.js +3 -0
  566. package/dist/esm/providers/icons/ChevronRightSmall.js +3 -0
  567. package/dist/esm/providers/icons/ChevronRightSmallLast.js +3 -0
  568. package/dist/esm/providers/icons/ChevronUp.js +3 -0
  569. package/dist/esm/providers/icons/Circle.js +3 -0
  570. package/dist/esm/providers/icons/CloseCircle.js +3 -0
  571. package/dist/esm/providers/icons/Cross.js +3 -0
  572. package/dist/esm/providers/icons/Doc.js +3 -0
  573. package/dist/esm/providers/icons/Dollar.js +3 -0
  574. package/dist/esm/providers/icons/Download.js +3 -0
  575. package/dist/esm/providers/icons/Eco.js +3 -0
  576. package/dist/esm/providers/icons/EcoHome.js +3 -0
  577. package/dist/esm/providers/icons/Edit.js +3 -0
  578. package/dist/esm/providers/icons/ElectricCar.js +3 -0
  579. package/dist/esm/providers/icons/ElectricHome.js +3 -0
  580. package/dist/esm/providers/icons/Electricity.js +3 -0
  581. package/dist/esm/providers/icons/EnergyAdvice.js +3 -0
  582. package/dist/esm/providers/icons/Equals.js +3 -0
  583. package/dist/esm/providers/icons/Euro.js +3 -0
  584. package/dist/esm/providers/icons/Gas.js +3 -0
  585. package/dist/esm/providers/icons/GlobeAddress.js +3 -0
  586. package/dist/esm/providers/icons/Help.js +3 -0
  587. package/dist/esm/providers/icons/HelpFilled.js +3 -0
  588. package/dist/esm/providers/icons/Hide.js +3 -0
  589. package/dist/esm/providers/icons/Home.js +3 -0
  590. package/dist/esm/providers/icons/HomeFilled.js +3 -0
  591. package/dist/esm/providers/icons/HydroPower.js +3 -0
  592. package/dist/esm/providers/icons/Info.js +3 -0
  593. package/dist/esm/providers/icons/Link.js +3 -0
  594. package/dist/esm/providers/icons/Logo.js +3 -0
  595. package/dist/esm/providers/icons/Mail.js +3 -0
  596. package/dist/esm/providers/icons/MailOpen.js +3 -0
  597. package/dist/esm/providers/icons/Menu.js +3 -0
  598. package/dist/esm/providers/icons/Message.js +3 -0
  599. package/dist/esm/providers/icons/MessageFilled.js +3 -0
  600. package/dist/esm/providers/icons/Minus.js +3 -0
  601. package/dist/esm/providers/icons/Mobile.js +3 -0
  602. package/dist/esm/providers/icons/NewWindow.js +3 -0
  603. package/dist/esm/providers/icons/PaymentCard.js +3 -0
  604. package/dist/esm/providers/icons/PaymentCardFilled.js +3 -0
  605. package/dist/esm/providers/icons/Phone.js +3 -0
  606. package/dist/esm/providers/icons/Plus.js +3 -0
  607. package/dist/esm/providers/icons/Pound.js +3 -0
  608. package/dist/esm/providers/icons/Pricing.js +3 -0
  609. package/dist/esm/providers/icons/PricingFilled.js +3 -0
  610. package/dist/esm/providers/icons/Search.js +3 -0
  611. package/dist/esm/providers/icons/Security.js +3 -0
  612. package/dist/esm/providers/icons/Shop.js +3 -0
  613. package/dist/esm/providers/icons/ShopFilled.js +3 -0
  614. package/dist/esm/providers/icons/Show.js +3 -0
  615. package/dist/esm/providers/icons/SmartHome.js +3 -0
  616. package/dist/esm/providers/icons/SmartMeter.js +3 -0
  617. package/dist/esm/providers/icons/Solar.js +3 -0
  618. package/dist/esm/providers/icons/Star.js +3 -0
  619. package/dist/esm/providers/icons/StarFilled.js +3 -0
  620. package/dist/esm/providers/icons/Sun.js +3 -0
  621. package/dist/esm/providers/icons/Torch.js +3 -0
  622. package/dist/esm/providers/icons/Trees.js +3 -0
  623. package/dist/esm/providers/icons/Tune.js +3 -0
  624. package/dist/esm/providers/icons/User.js +3 -0
  625. package/dist/esm/providers/icons/UserFilled.js +3 -0
  626. package/dist/esm/providers/icons/Wallet.js +3 -0
  627. package/dist/esm/providers/icons/WalletFilled.js +3 -0
  628. package/dist/esm/providers/icons/WarmHome.js +3 -0
  629. package/dist/esm/providers/icons/Warning.js +3 -0
  630. package/dist/esm/providers/icons/WebAddress.js +3 -0
  631. package/dist/esm/providers/icons/WindPower.js +3 -0
  632. package/dist/esm/providers/icons/index.js +93 -0
  633. package/dist/esm/providers/index.js +2 -0
  634. package/dist/esm/providers/types.js +1 -0
  635. package/dist/esm/src/components/{NavigationIcon/NavigationIcon.js → NavIcon/NavIcon.js} +1 -1
  636. package/dist/esm/src/components/NavIcon/index.js +1 -0
  637. package/dist/esm/src/components/index.js +1 -0
  638. package/dist/esm/styled.native.js +4 -0
  639. package/dist/esm/theme/index.js +1 -0
  640. package/dist/esm/utils/index.js +1 -0
  641. package/dist/esm/utils/utils.js +68 -0
  642. package/dist/hooks/index.d.ts +2 -0
  643. package/dist/hooks/index.js +2 -0
  644. package/dist/hooks/use-breakpoint.d.ts +7 -0
  645. package/dist/hooks/use-breakpoint.js +12 -0
  646. package/dist/hooks/use-full-width.d.ts +2 -0
  647. package/dist/hooks/use-full-width.js +15 -0
  648. package/dist/hooks/use-layout.d.ts +6 -0
  649. package/dist/hooks/use-layout.js +16 -0
  650. package/dist/index.d.ts +3 -0
  651. package/dist/index.js +3 -0
  652. package/dist/providers/IconsProvider.d.ts +8 -0
  653. package/dist/providers/IconsProvider.js +112 -0
  654. package/dist/providers/icons/Address.d.ts +2 -0
  655. package/dist/providers/icons/Address.js +3 -0
  656. package/dist/providers/icons/Advice.d.ts +2 -0
  657. package/dist/providers/icons/Advice.js +3 -0
  658. package/dist/providers/icons/Archive.d.ts +2 -0
  659. package/dist/providers/icons/Archive.js +3 -0
  660. package/dist/providers/icons/ArrowDown.d.ts +2 -0
  661. package/dist/providers/icons/ArrowDown.js +3 -0
  662. package/dist/providers/icons/ArrowLeft.d.ts +2 -0
  663. package/dist/providers/icons/ArrowLeft.js +3 -0
  664. package/dist/providers/icons/ArrowRight.d.ts +2 -0
  665. package/dist/providers/icons/ArrowRight.js +3 -0
  666. package/dist/providers/icons/ArrowUp.d.ts +2 -0
  667. package/dist/providers/icons/ArrowUp.js +3 -0
  668. package/dist/providers/icons/Award.d.ts +2 -0
  669. package/dist/providers/icons/Award.js +3 -0
  670. package/dist/providers/icons/Battery.d.ts +2 -0
  671. package/dist/providers/icons/Battery.js +3 -0
  672. package/dist/providers/icons/Cal.d.ts +2 -0
  673. package/dist/providers/icons/Cal.js +3 -0
  674. package/dist/providers/icons/CalBook.d.ts +2 -0
  675. package/dist/providers/icons/CalBook.js +3 -0
  676. package/dist/providers/icons/CaretArrowDown.d.ts +2 -0
  677. package/dist/providers/icons/CaretArrowDown.js +3 -0
  678. package/dist/providers/icons/CaretArrowLeft.d.ts +2 -0
  679. package/dist/providers/icons/CaretArrowLeft.js +3 -0
  680. package/dist/providers/icons/CaretArrowRight.d.ts +2 -0
  681. package/dist/providers/icons/CaretArrowRight.js +3 -0
  682. package/dist/providers/icons/CaretArrowUp.d.ts +2 -0
  683. package/dist/providers/icons/CaretArrowUp.js +3 -0
  684. package/dist/providers/icons/CaretDown.d.ts +2 -0
  685. package/dist/providers/icons/CaretDown.js +3 -0
  686. package/dist/providers/icons/CaretLeft.d.ts +2 -0
  687. package/dist/providers/icons/CaretLeft.js +3 -0
  688. package/dist/providers/icons/CaretRight.d.ts +2 -0
  689. package/dist/providers/icons/CaretRight.js +3 -0
  690. package/dist/providers/icons/CaretUp.d.ts +2 -0
  691. package/dist/providers/icons/CaretUp.js +3 -0
  692. package/dist/providers/icons/Chart.d.ts +2 -0
  693. package/dist/providers/icons/Chart.js +3 -0
  694. package/dist/providers/icons/ChartFilled.d.ts +2 -0
  695. package/dist/providers/icons/ChartFilled.js +3 -0
  696. package/dist/providers/icons/Check.d.ts +2 -0
  697. package/dist/providers/icons/Check.js +3 -0
  698. package/dist/providers/icons/CheckCircle.d.ts +2 -0
  699. package/dist/providers/icons/CheckCircle.js +3 -0
  700. package/dist/providers/icons/ChevronDown.d.ts +2 -0
  701. package/dist/providers/icons/ChevronDown.js +3 -0
  702. package/dist/providers/icons/ChevronLeft.d.ts +2 -0
  703. package/dist/providers/icons/ChevronLeft.js +3 -0
  704. package/dist/providers/icons/ChevronLeftSmall.d.ts +2 -0
  705. package/dist/providers/icons/ChevronLeftSmall.js +3 -0
  706. package/dist/providers/icons/ChevronLeftSmallFirst.d.ts +2 -0
  707. package/dist/providers/icons/ChevronLeftSmallFirst.js +3 -0
  708. package/dist/providers/icons/ChevronRight.d.ts +2 -0
  709. package/dist/providers/icons/ChevronRight.js +3 -0
  710. package/dist/providers/icons/ChevronRightSmall.d.ts +2 -0
  711. package/dist/providers/icons/ChevronRightSmall.js +3 -0
  712. package/dist/providers/icons/ChevronRightSmallLast.d.ts +2 -0
  713. package/dist/providers/icons/ChevronRightSmallLast.js +3 -0
  714. package/dist/providers/icons/ChevronUp.d.ts +2 -0
  715. package/dist/providers/icons/ChevronUp.js +3 -0
  716. package/dist/providers/icons/Circle.d.ts +2 -0
  717. package/dist/providers/icons/Circle.js +3 -0
  718. package/dist/providers/icons/CloseCircle.d.ts +2 -0
  719. package/dist/providers/icons/CloseCircle.js +3 -0
  720. package/dist/providers/icons/Cross.d.ts +2 -0
  721. package/dist/providers/icons/Cross.js +3 -0
  722. package/dist/providers/icons/Doc.d.ts +2 -0
  723. package/dist/providers/icons/Doc.js +3 -0
  724. package/dist/providers/icons/Dollar.d.ts +2 -0
  725. package/dist/providers/icons/Dollar.js +3 -0
  726. package/dist/providers/icons/Download.d.ts +2 -0
  727. package/dist/providers/icons/Download.js +3 -0
  728. package/dist/providers/icons/Eco.d.ts +2 -0
  729. package/dist/providers/icons/Eco.js +3 -0
  730. package/dist/providers/icons/EcoHome.d.ts +2 -0
  731. package/dist/providers/icons/EcoHome.js +3 -0
  732. package/dist/providers/icons/Edit.d.ts +2 -0
  733. package/dist/providers/icons/Edit.js +3 -0
  734. package/dist/providers/icons/ElectricCar.d.ts +2 -0
  735. package/dist/providers/icons/ElectricCar.js +3 -0
  736. package/dist/providers/icons/ElectricHome.d.ts +2 -0
  737. package/dist/providers/icons/ElectricHome.js +3 -0
  738. package/dist/providers/icons/Electricity.d.ts +2 -0
  739. package/dist/providers/icons/Electricity.js +3 -0
  740. package/dist/providers/icons/EnergyAdvice.d.ts +2 -0
  741. package/dist/providers/icons/EnergyAdvice.js +3 -0
  742. package/dist/providers/icons/Equals.d.ts +2 -0
  743. package/dist/providers/icons/Equals.js +3 -0
  744. package/dist/providers/icons/Euro.d.ts +2 -0
  745. package/dist/providers/icons/Euro.js +3 -0
  746. package/dist/providers/icons/Gas.d.ts +2 -0
  747. package/dist/providers/icons/Gas.js +3 -0
  748. package/dist/providers/icons/GlobeAddress.d.ts +2 -0
  749. package/dist/providers/icons/GlobeAddress.js +3 -0
  750. package/dist/providers/icons/Help.d.ts +2 -0
  751. package/dist/providers/icons/Help.js +3 -0
  752. package/dist/providers/icons/HelpFilled.d.ts +2 -0
  753. package/dist/providers/icons/HelpFilled.js +3 -0
  754. package/dist/providers/icons/Hide.d.ts +2 -0
  755. package/dist/providers/icons/Hide.js +3 -0
  756. package/dist/providers/icons/Home.d.ts +2 -0
  757. package/dist/providers/icons/Home.js +3 -0
  758. package/dist/providers/icons/HomeFilled.d.ts +2 -0
  759. package/dist/providers/icons/HomeFilled.js +3 -0
  760. package/dist/providers/icons/HydroPower.d.ts +2 -0
  761. package/dist/providers/icons/HydroPower.js +3 -0
  762. package/dist/providers/icons/Info.d.ts +2 -0
  763. package/dist/providers/icons/Info.js +3 -0
  764. package/dist/providers/icons/Link.d.ts +2 -0
  765. package/dist/providers/icons/Link.js +3 -0
  766. package/dist/providers/icons/Logo.d.ts +2 -0
  767. package/dist/providers/icons/Logo.js +3 -0
  768. package/dist/providers/icons/Mail.d.ts +2 -0
  769. package/dist/providers/icons/Mail.js +3 -0
  770. package/dist/providers/icons/MailOpen.d.ts +2 -0
  771. package/dist/providers/icons/MailOpen.js +3 -0
  772. package/dist/providers/icons/Menu.d.ts +2 -0
  773. package/dist/providers/icons/Menu.js +3 -0
  774. package/dist/providers/icons/Message.d.ts +2 -0
  775. package/dist/providers/icons/Message.js +3 -0
  776. package/dist/providers/icons/MessageFilled.d.ts +2 -0
  777. package/dist/providers/icons/MessageFilled.js +3 -0
  778. package/dist/providers/icons/Minus.d.ts +2 -0
  779. package/dist/providers/icons/Minus.js +3 -0
  780. package/dist/providers/icons/Mobile.d.ts +2 -0
  781. package/dist/providers/icons/Mobile.js +3 -0
  782. package/dist/providers/icons/NewWindow.d.ts +2 -0
  783. package/dist/providers/icons/NewWindow.js +3 -0
  784. package/dist/providers/icons/PaymentCard.d.ts +2 -0
  785. package/dist/providers/icons/PaymentCard.js +3 -0
  786. package/dist/providers/icons/PaymentCardFilled.d.ts +2 -0
  787. package/dist/providers/icons/PaymentCardFilled.js +3 -0
  788. package/dist/providers/icons/Phone.d.ts +2 -0
  789. package/dist/providers/icons/Phone.js +3 -0
  790. package/dist/providers/icons/Plus.d.ts +2 -0
  791. package/dist/providers/icons/Plus.js +3 -0
  792. package/dist/providers/icons/Pound.d.ts +2 -0
  793. package/dist/providers/icons/Pound.js +3 -0
  794. package/dist/providers/icons/Pricing.d.ts +2 -0
  795. package/dist/providers/icons/Pricing.js +3 -0
  796. package/dist/providers/icons/PricingFilled.d.ts +2 -0
  797. package/dist/providers/icons/PricingFilled.js +3 -0
  798. package/dist/providers/icons/Search.d.ts +2 -0
  799. package/dist/providers/icons/Search.js +3 -0
  800. package/dist/providers/icons/Security.d.ts +2 -0
  801. package/dist/providers/icons/Security.js +3 -0
  802. package/dist/providers/icons/Shop.d.ts +2 -0
  803. package/dist/providers/icons/Shop.js +3 -0
  804. package/dist/providers/icons/ShopFilled.d.ts +2 -0
  805. package/dist/providers/icons/ShopFilled.js +3 -0
  806. package/dist/providers/icons/Show.d.ts +2 -0
  807. package/dist/providers/icons/Show.js +3 -0
  808. package/dist/providers/icons/SmartHome.d.ts +2 -0
  809. package/dist/providers/icons/SmartHome.js +3 -0
  810. package/dist/providers/icons/SmartMeter.d.ts +2 -0
  811. package/dist/providers/icons/SmartMeter.js +3 -0
  812. package/dist/providers/icons/Solar.d.ts +2 -0
  813. package/dist/providers/icons/Solar.js +3 -0
  814. package/dist/providers/icons/Star.d.ts +2 -0
  815. package/dist/providers/icons/Star.js +3 -0
  816. package/dist/providers/icons/StarFilled.d.ts +2 -0
  817. package/dist/providers/icons/StarFilled.js +3 -0
  818. package/dist/providers/icons/Sun.d.ts +2 -0
  819. package/dist/providers/icons/Sun.js +3 -0
  820. package/dist/providers/icons/Torch.d.ts +2 -0
  821. package/dist/providers/icons/Torch.js +3 -0
  822. package/dist/providers/icons/Trees.d.ts +2 -0
  823. package/dist/providers/icons/Trees.js +3 -0
  824. package/dist/providers/icons/Tune.d.ts +2 -0
  825. package/dist/providers/icons/Tune.js +3 -0
  826. package/dist/providers/icons/User.d.ts +2 -0
  827. package/dist/providers/icons/User.js +3 -0
  828. package/dist/providers/icons/UserFilled.d.ts +2 -0
  829. package/dist/providers/icons/UserFilled.js +3 -0
  830. package/dist/providers/icons/Wallet.d.ts +2 -0
  831. package/dist/providers/icons/Wallet.js +3 -0
  832. package/dist/providers/icons/WalletFilled.d.ts +2 -0
  833. package/dist/providers/icons/WalletFilled.js +3 -0
  834. package/dist/providers/icons/WarmHome.d.ts +2 -0
  835. package/dist/providers/icons/WarmHome.js +3 -0
  836. package/dist/providers/icons/Warning.d.ts +2 -0
  837. package/dist/providers/icons/Warning.js +3 -0
  838. package/dist/providers/icons/WebAddress.d.ts +2 -0
  839. package/dist/providers/icons/WebAddress.js +3 -0
  840. package/dist/providers/icons/WindPower.d.ts +2 -0
  841. package/dist/providers/icons/WindPower.js +3 -0
  842. package/dist/providers/icons/index.d.ts +93 -0
  843. package/dist/providers/icons/index.js +93 -0
  844. package/dist/providers/index.d.ts +2 -0
  845. package/dist/providers/index.js +2 -0
  846. package/dist/providers/types.d.ts +5 -0
  847. package/dist/providers/types.js +1 -0
  848. package/dist/src/components/{NavigationIcon/NavigationIcon.d.ts → NavIcon/NavIcon.d.ts} +2 -2
  849. package/dist/src/components/{NavigationIcon/NavigationIcon.js → NavIcon/NavIcon.js} +1 -1
  850. package/dist/src/components/NavIcon/index.d.ts +1 -0
  851. package/dist/src/components/NavIcon/index.js +1 -0
  852. package/dist/src/components/index.d.ts +1 -0
  853. package/dist/src/components/index.js +1 -0
  854. package/dist/styled.native.d.ts +3388 -0
  855. package/dist/styled.native.js +4 -0
  856. package/dist/theme/index.d.ts +1 -0
  857. package/dist/theme/index.js +1 -0
  858. package/dist/utils/index.d.ts +1 -0
  859. package/dist/utils/index.js +1 -0
  860. package/dist/utils/utils.d.ts +15 -0
  861. package/dist/utils/utils.js +68 -0
  862. package/package.json +1 -1
  863. package/dist/esm/src/components/NavigationIcon/index.js +0 -1
  864. package/dist/src/components/NavigationIcon/index.d.ts +0 -1
  865. package/dist/src/components/NavigationIcon/index.js +0 -1
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Plus = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "m14.5 8.761-.402-1.5H8.75V1.5l-1.5.403v5.359H1.5l.403 1.5H7.25V14.5l1.5-.402V8.76h5.75Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Pound: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Pound = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M1.5 8a6.5 6.5 0 1 1 13 0 6.5 6.5 0 0 1-13 0ZM3 8c0 2.757 2.243 5 5 5s5-2.243 5-5-2.243-5-5-5-5 2.243-5 5Zm4.337 1.74h1.129v.001c.362 0 .638-.25.638-.637l1.137.069c0 .973-.646 1.688-1.602 1.688H5.76V9.845c.542-.19.896-.543.896-1.051 0-.093-.017-.186-.034-.278l-.001-.007h-.836v-.948h.491a2.24 2.24 0 0 1-.112-.724c0-.844.689-1.697 1.895-1.697 1.327 0 1.801.887 1.845 1.594l-1.129.301c-.008-.525-.25-.827-.698-.827-.344 0-.663.216-.663.672 0 .259.06.457.146.68h1.517v.949H7.863a.948.948 0 0 1 .008.155c0 .405-.147.818-.534 1.077Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Pricing: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Pricing = (props) => (_jsxs(Svg, { viewBox: "0 0 16 16", ...props, children: [_jsx(Path, { fill: "currentColor", d: "M4.894 5.468a.77.77 0 1 0 0-1.54.77.77 0 0 0 0 1.54Z" }), _jsx(Path, { fill: "currentColor", d: "m12.41 9.093-3.348 3.34-5.988-5.988.411-2.974 2.932-.38 5.993 5.998 1.673-.448-7.127-7.133-4.8.623-.67 4.847 7.574 7.575 3.798-3.788-.448-1.672Z" })] }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const PricingFilled: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const PricingFilled = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "m6.956 1.508-4.8.623-.67 4.847 7.574 7.575 5.475-5.46-7.579-7.585Zm-2.062 3.96a.77.77 0 1 1 0-1.54.77.77 0 0 1 0 1.54Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Search: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Search = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "M12.907 3.093A5.42 5.42 0 0 0 9.062 1.5a5.44 5.44 0 0 0-4.34 8.717l-2.614 2.614.449 1.673 3.225-3.226a5.422 5.422 0 0 0 3.279 1.099 5.438 5.438 0 0 0 3.845-9.284h.001Zm-1.06 6.63a3.913 3.913 0 0 1-2.785 1.153 3.913 3.913 0 0 1-2.785-1.153 3.943 3.943 0 0 1 0-5.57A3.913 3.913 0 0 1 9.062 3c1.052 0 2.04.41 2.785 1.154a3.943 3.943 0 0 1 0 5.569Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Security: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Security = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M12 6.5h1v6.102L11.5 13V8h-7v5h7l.406 1.5H3v-8h1V5.466C4 3.28 5.676 1.5 7.923 1.5 10.171 1.5 12 3.349 12 5.622V6.5Zm-6.5 0h5v-.878C10.5 4.176 9.345 3 7.923 3 6.587 3 5.5 4.106 5.5 5.466V6.5Zm1.59 3.472 1.438-.382.382 1.438-1.438.381-.381-1.437Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Shop: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Shop = (props) => (_jsxs(Svg, { viewBox: "0 0 16 16", ...props, children: [_jsx(Path, { fill: "currentColor", d: "M13.425 11.06 14.5 6.19h-1.8l-1.51-3.495-1.375.595 1.25 2.9h-6.19L6.19 3.3l-1.365-.62L3.23 6.19H1.505l1.5 6.81h9.19l-.4-1.5H4.21l-.84-3.81h9.265l-.84 3.81 1.63-.44Z" }), _jsx(Path, { fill: "currentColor", d: "M4.755 10.495h1.5V8.73H6.25l-1.495.4v1.365ZM7.255 10.495h1.5V8.73H8.75l-1.495.4v1.365ZM9.755 10.495h1.5V8.73h-.005l-1.495.4v1.365Z" })] }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const ShopFilled: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const ShopFilled = (props) => (_jsxs(Svg, { viewBox: "0 0 16 16", ...props, children: [_jsx(Path, { fill: "currentColor", d: "m13.39 11.122 1.13-4.857-1.8-.02-1.47-3.513-1.381.58 1.217 2.913-6.19-.07L6.244 3.28l-1.358-.636-1.635 3.492-1.725-.02 1.422 6.827 9.19.105-.383-1.505-7.585-.087-.796-3.819 9.264.106-.883 3.8 1.635-.421Z" }), _jsx(Path, { fill: "currentColor", d: "m12.636 7.742-9.264-.107.797 3.818 7.583.087.884-3.798Z" })] }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Show: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Show = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M1 8c1.815-2.435 4.28-3.94 7-3.94 2.72 0 5.185 1.505 7 3.94-1.815 2.435-4.28 3.94-7 3.94-2.72 0-5.185-1.505-7-3.94Zm1.95-.005c1.47 1.585 3.23 2.44 5.05 2.44 1.815 0 3.58-.86 5.05-2.44C11.58 6.41 9.815 5.555 8 5.555s-3.58.86-5.05 2.44ZM8 10a2 2 0 1 1-.001-3.999A2 2 0 0 1 8 10Zm0-1.5c.275 0 .5-.225.5-.5s-.225-.5-.5-.5-.5.225-.5.5.225.5.5.5Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const SmartHome: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const SmartHome = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M14.5 12.598 13 13V5.896L8 3.204 3 5.896V13h10l.402 1.5H1.5V5L8 1.5 14.5 5v7.598ZM4.022 7.367A5.59 5.59 0 0 1 8 5.719a5.59 5.59 0 0 1 3.979 1.648l-1.061 1.06A4.099 4.099 0 0 0 8 7.219a4.099 4.099 0 0 0-2.918 1.208l-1.06-1.06Zm2.697 2.698-1.06-1.061A3.29 3.29 0 0 1 8 8.034a3.29 3.29 0 0 1 2.341.97l-1.06 1.06A1.8 1.8 0 0 0 8 9.535a1.8 1.8 0 0 0-1.281.53Zm1.81.435-1.438.381.382 1.438 1.437-.382-.382-1.437Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const SmartMeter: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const SmartMeter = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "m14.5 11.097-1.5.405.398 1.498H1.5V3h13v8.097ZM13 4.5H3v7h10v-7Zm-1.757 1.142L9.5 6.13v2.743l.867-.233.585 1.719 1.156-3.67-.864.232V5.642ZM5.256 8.375H3.684a2.285 2.285 0 0 0 2.247 1.889v-1.5a.783.783 0 0 1-.675-.389Zm-1.579-.75a2.285 2.285 0 0 1 2.254-1.926 2.285 2.285 0 0 1 2.282 2.282h-1.5a.783.783 0 0 0-1.477-.356H3.677Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Solar: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Solar = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "m12.758 11.5 1.458-.39L13 3H3L1.5 13h11.66l-.402-1.5Zm-2.246-7h1.196l.412 2.746h-1.608V4.5Zm-5.002 7H3.243l.413-2.754H5.51V11.5Zm0-4.254H3.88L4.292 4.5H5.51v2.746ZM9.012 11.5H7.01V8.746h2.002V11.5Zm0-4.254H7.01V4.5h2.002v2.746Zm1.5 4.254V8.746h1.833l.413 2.754h-2.246Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Star: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Star = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "m8 5.013.782 1.394.303.539.595.169 1.752.499-1.037.904-.642.56.153.839.279 1.529-1.553-.721L8 10.43l-.632.294-1.553.721.279-1.53.153-.838-.642-.56-1.037-.905 1.752-.498.595-.169.303-.54L8 5.014ZM8 1.95 5.91 5.672 1.5 6.925l3.118 2.723-.799 4.38L8 12.085l4.18 1.942-.798-4.38 3.118-2.72-4.41-1.255-2.09-3.723H8Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const StarFilled: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const StarFilled = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "M8 1.948v.001l2.089 3.722 4.41 1.255-3.118 2.72.799 4.38L8 12.085l-4.18 1.943.798-4.38L1.5 6.924l4.41-1.253L8 1.95h-.001H8Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Sun: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Sun = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M8.75 1.5h-1.5v1.418h1.5V1.5Zm2.079 3.671A3.987 3.987 0 0 0 8 4a4 4 0 1 0 2.829 1.171ZM9.768 9.768c-.472.473-1.1.732-1.768.732-.667 0-1.295-.26-1.768-.732A2.484 2.484 0 0 1 5.5 8c0-.668.26-1.296.733-1.769A2.484 2.484 0 0 1 8.001 5.5c.667 0 1.295.26 1.768.731.472.473.732 1.1.732 1.769 0 .668-.26 1.295-.733 1.768ZM1.5 7.239h1.43v1.5H1.5v-1.5Zm5.75 5.821V14.5h1.5v-1.441h-1.5Zm5.82-5.82h1.43v1.5h-1.43v-1.5Zm-1.049-4.332-.966.966 1.061 1.06.966-.965-1.06-1.061Zm-9.103 1.06 1.06-1.06.967.966-1.061 1.06-.966-.966Zm.966 7.077-.966.966 1.061 1.06.966-.966-1.06-1.06Zm7.171 1.06 1.06-1.06.967.965-1.061 1.061-.966-.966Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Torch: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Torch = (props) => (_jsxs(Svg, { viewBox: "0 0 16 16", ...props, children: [_jsx(Path, { fill: "currentColor", d: "M4.728 14V6.714L3.016 5.012 3 1h10v4.012L11.273 6.73v6.173l-1.5-.402L9.37 14H4.726ZM11.5 3.494V2.5H4.506l.004.994h6.99ZM9.773 12.5V6.105l.442-.44.675-.671H5.124l.66.656.442.44v6.41h3.547Z" }), _jsx(Path, { fill: "currentColor", d: "M7 10V8h2v2H7Z" })] }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Trees: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Trees = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M9.755 2.7a3.093 3.093 0 0 1 3.043 2.542 3.093 3.093 0 0 1-2.047 5.785V14.5h-1.5v-2.877a3.093 3.093 0 0 1-2.565-5.456A3.093 3.093 0 0 1 9.755 2.7Zm1.218 6.836A1.595 1.595 0 0 0 13 8.003c0-.604-.336-1.149-.877-1.422l-.669-.337-.133-.737A1.589 1.589 0 0 0 9.755 4.2a1.595 1.595 0 0 0-1.58 1.787l.1.838-.664.522A1.585 1.585 0 0 0 7 8.599a1.595 1.595 0 0 0 2.25 1.453V7.89l1.5-.402v1.984l.223.063Zm-6.264.422.218-.18a3.71 3.71 0 0 0 1.472 1.945v2.788h-1.5v-2.96a2.543 2.543 0 0 1-2.424-4.397 2.543 2.543 0 0 1 3.662-2.582 3.689 3.689 0 0 0-.225 1.19l-.003.196-.135.14a.922.922 0 0 0-.011.012l-.011.012a1.043 1.043 0 0 0-1.788.851l.101.838-.664.521a1.045 1.045 0 1 0 1.308 1.626Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Tune: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Tune = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "m4 1.485-1.5.405V4.5h-1V6H5V4.5H4V1.485Zm3.25.42 1.5-.405v8.75h1v1.5h-3.5v-1.5h1V1.905Zm1.5 12.19-1.5.405v-1.75h1.5v1.345Zm3.25.39 1.5-.405V9.75H12v4.735Zm-8-.405-1.5.405V7H4v7.08Zm9.5-12.595V7.25h1v1.5H11v-1.5h1V1.89l1.5-.405Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const User: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const User = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M11.255 4.756a3.255 3.255 0 1 1-6.51 0 3.255 3.255 0 0 1 6.51 0Zm-1.5 0C9.755 3.786 8.968 3 8 3c-.968 0-1.755.788-1.755 1.755 0 .968.787 1.756 1.755 1.756.968 0 1.755-.788 1.755-1.756ZM14.5 9.979v2.619l-1.5.401v-1.865L8 9.813l-5 1.321V13h9.999l.402 1.5H1.5V9.979L8 8.262l6.5 1.717Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const UserFilled: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const UserFilled = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M11.255 4.756a3.255 3.255 0 1 1-6.51 0 3.255 3.255 0 0 1 6.51 0ZM14.5 14.5V9.979L8 8.262 1.5 9.979V14.5h13Zm0 0L12.999 13H3h10v-.001l1.5 1.501Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Wallet: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Wallet = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M14.5 3.025v8.073L13 11.5V4.525H9.126l-.003.013-.049-.013H3V11.5h10l.402 1.5H1.5V3.025h1.651l.41-1.53 5.71 1.53H14.5Zm-4.38 4.447 1.438-.381.381 1.437-1.437.381-.382-1.437Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const WalletFilled: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const WalletFilled = (props) => (_jsx(Svg, { viewBox: "0 0 21 20", ...props, children: _jsx(Path, { fill: "currentColor", d: "M18.325 3.781h-6.537L4.65 1.87 4.137 3.78H2.075V16.25h16.25V3.781ZM14.65 8.863l.475 1.793-1.794.475-.475-1.793 1.794-.475Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const WarmHome: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const WarmHome = (props) => (_jsxs(Svg, { viewBox: "0 0 16 16", ...props, children: [_jsx(Path, { fill: "currentColor", d: "m13 13 1.5-.402V5L8 1.5 1.5 5v9.5h11.902L13 13Zm0 0H3V5.896l5-2.692 5 2.692V13Z" }), _jsx(Path, { fill: "currentColor", d: "m9.604 11.804-.452-.599c-.406-.539-.928-1.878.004-3.091.497-.647-.024-1.444-.029-1.452L8.71 6.04l1.248-.833.416.623c.42.628.886 2.009-.029 3.199a.934.934 0 0 0-.179.855c.061.24.182.417.184.419l.451.598-1.197.903v.001ZM6.102 11.804l-.452-.599c-.405-.539-.928-1.878.004-3.091.498-.647-.023-1.444-.029-1.452L5.21 6.04l1.248-.833.416.623c.42.628.885 2.009-.029 3.199a.934.934 0 0 0-.179.855c.06.24.182.417.183.419l.452.598-1.198.903v.001Z" })] }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const Warning: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const Warning = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", fillRule: "evenodd", d: "M1.5 8a6.5 6.5 0 1 1 13 0 6.5 6.5 0 0 1-13 0ZM3 8c0 2.757 2.243 5 5 5s5-2.243 5-5-2.243-5-5-5-5 2.243-5 5Zm5.56 1.275.35-4.87H7.09l.35 4.87h1.12Zm-.02.46-1.47.39.39 1.47 1.47-.39-.39-1.47Z", clipRule: "evenodd" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const WebAddress: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const WebAddress = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "m11.644 10.805-.848.848-1.737-1.738-1.061-1.06-1.061 1.06-.244.244-1.41-4.873 4.885 1.399-.261.26-1.061 1.061 1.06 1.061 1.737 1.736.776-1.345-1.452-1.452 2.062-2.062-9.94-2.847 2.869 9.918 2.04-2.039 2.798 2.798 2.193-2.193-1.345-.776Z" }) }));
@@ -0,0 +1,2 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+ export declare const WindPower: (props: SvgProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import Svg, { Path } from 'react-native-svg';
3
+ export const WindPower = (props) => (_jsx(Svg, { viewBox: "0 0 16 16", ...props, children: _jsx(Path, { fill: "currentColor", d: "m9.548 8.401 3.674.029.344-.595-3.962-1.062A1.617 1.617 0 0 0 8.4 5.385v-.65L6.588 1.539h-.687l1.108 4.137a1.611 1.611 0 0 0-.592 1.585l-.555.32L4 10.748l.344.596 2.914-2.915-1.018 6.043h3.52L8.733 8.383c.13-.066.25-.15.356-.247l.458.264v.001Zm-2.125 5.072L8 10.048l.577 3.425H7.423ZM8.54 7.238a.614.614 0 0 1-.419.312l-.026.004a.613.613 0 1 1 .446-.316Z" }) }));
@@ -0,0 +1,93 @@
1
+ export * from './Address';
2
+ export * from './Advice';
3
+ export * from './Archive';
4
+ export * from './ArrowDown';
5
+ export * from './ArrowLeft';
6
+ export * from './ArrowRight';
7
+ export * from './ArrowUp';
8
+ export * from './Award';
9
+ export * from './Battery';
10
+ export * from './CalBook';
11
+ export * from './Cal';
12
+ export * from './CaretArrowDown';
13
+ export * from './CaretArrowLeft';
14
+ export * from './CaretArrowRight';
15
+ export * from './CaretArrowUp';
16
+ export * from './CaretDown';
17
+ export * from './CaretLeft';
18
+ export * from './CaretRight';
19
+ export * from './CaretUp';
20
+ export * from './ChartFilled';
21
+ export * from './Chart';
22
+ export * from './CheckCircle';
23
+ export * from './Check';
24
+ export * from './ChevronDown';
25
+ export * from './ChevronLeftSmallFirst';
26
+ export * from './ChevronLeftSmall';
27
+ export * from './ChevronLeft';
28
+ export * from './ChevronRightSmallLast';
29
+ export * from './ChevronRightSmall';
30
+ export * from './ChevronRight';
31
+ export * from './ChevronUp';
32
+ export * from './Circle';
33
+ export * from './CloseCircle';
34
+ export * from './Cross';
35
+ export * from './Doc';
36
+ export * from './Dollar';
37
+ export * from './Download';
38
+ export * from './EcoHome';
39
+ export * from './Eco';
40
+ export * from './Edit';
41
+ export * from './ElectricCar';
42
+ export * from './ElectricHome';
43
+ export * from './Electricity';
44
+ export * from './EnergyAdvice';
45
+ export * from './Equals';
46
+ export * from './Euro';
47
+ export * from './Gas';
48
+ export * from './GlobeAddress';
49
+ export * from './HelpFilled';
50
+ export * from './Help';
51
+ export * from './Hide';
52
+ export * from './HomeFilled';
53
+ export * from './Home';
54
+ export * from './HydroPower';
55
+ export * from './Info';
56
+ export * from './Link';
57
+ export * from './Logo';
58
+ export * from './MailOpen';
59
+ export * from './Mail';
60
+ export * from './Menu';
61
+ export * from './MessageFilled';
62
+ export * from './Message';
63
+ export * from './Minus';
64
+ export * from './Mobile';
65
+ export * from './NewWindow';
66
+ export * from './PaymentCardFilled';
67
+ export * from './PaymentCard';
68
+ export * from './Phone';
69
+ export * from './Plus';
70
+ export * from './Pound';
71
+ export * from './PricingFilled';
72
+ export * from './Pricing';
73
+ export * from './Search';
74
+ export * from './Security';
75
+ export * from './ShopFilled';
76
+ export * from './Shop';
77
+ export * from './Show';
78
+ export * from './SmartHome';
79
+ export * from './SmartMeter';
80
+ export * from './Solar';
81
+ export * from './StarFilled';
82
+ export * from './Star';
83
+ export * from './Sun';
84
+ export * from './Torch';
85
+ export * from './Trees';
86
+ export * from './Tune';
87
+ export * from './UserFilled';
88
+ export * from './User';
89
+ export * from './Wallet';
90
+ export * from './WarmHome';
91
+ export * from './Warning';
92
+ export * from './WebAddress';
93
+ export * from './WindPower';
@@ -0,0 +1,93 @@
1
+ export * from './Address';
2
+ export * from './Advice';
3
+ export * from './Archive';
4
+ export * from './ArrowDown';
5
+ export * from './ArrowLeft';
6
+ export * from './ArrowRight';
7
+ export * from './ArrowUp';
8
+ export * from './Award';
9
+ export * from './Battery';
10
+ export * from './CalBook';
11
+ export * from './Cal';
12
+ export * from './CaretArrowDown';
13
+ export * from './CaretArrowLeft';
14
+ export * from './CaretArrowRight';
15
+ export * from './CaretArrowUp';
16
+ export * from './CaretDown';
17
+ export * from './CaretLeft';
18
+ export * from './CaretRight';
19
+ export * from './CaretUp';
20
+ export * from './ChartFilled';
21
+ export * from './Chart';
22
+ export * from './CheckCircle';
23
+ export * from './Check';
24
+ export * from './ChevronDown';
25
+ export * from './ChevronLeftSmallFirst';
26
+ export * from './ChevronLeftSmall';
27
+ export * from './ChevronLeft';
28
+ export * from './ChevronRightSmallLast';
29
+ export * from './ChevronRightSmall';
30
+ export * from './ChevronRight';
31
+ export * from './ChevronUp';
32
+ export * from './Circle';
33
+ export * from './CloseCircle';
34
+ export * from './Cross';
35
+ export * from './Doc';
36
+ export * from './Dollar';
37
+ export * from './Download';
38
+ export * from './EcoHome';
39
+ export * from './Eco';
40
+ export * from './Edit';
41
+ export * from './ElectricCar';
42
+ export * from './ElectricHome';
43
+ export * from './Electricity';
44
+ export * from './EnergyAdvice';
45
+ export * from './Equals';
46
+ export * from './Euro';
47
+ export * from './Gas';
48
+ export * from './GlobeAddress';
49
+ export * from './HelpFilled';
50
+ export * from './Help';
51
+ export * from './Hide';
52
+ export * from './HomeFilled';
53
+ export * from './Home';
54
+ export * from './HydroPower';
55
+ export * from './Info';
56
+ export * from './Link';
57
+ export * from './Logo';
58
+ export * from './MailOpen';
59
+ export * from './Mail';
60
+ export * from './Menu';
61
+ export * from './MessageFilled';
62
+ export * from './Message';
63
+ export * from './Minus';
64
+ export * from './Mobile';
65
+ export * from './NewWindow';
66
+ export * from './PaymentCardFilled';
67
+ export * from './PaymentCard';
68
+ export * from './Phone';
69
+ export * from './Plus';
70
+ export * from './Pound';
71
+ export * from './PricingFilled';
72
+ export * from './Pricing';
73
+ export * from './Search';
74
+ export * from './Security';
75
+ export * from './ShopFilled';
76
+ export * from './Shop';
77
+ export * from './Show';
78
+ export * from './SmartHome';
79
+ export * from './SmartMeter';
80
+ export * from './Solar';
81
+ export * from './StarFilled';
82
+ export * from './Star';
83
+ export * from './Sun';
84
+ export * from './Torch';
85
+ export * from './Trees';
86
+ export * from './Tune';
87
+ export * from './UserFilled';
88
+ export * from './User';
89
+ export * from './Wallet';
90
+ export * from './WarmHome';
91
+ export * from './Warning';
92
+ export * from './WebAddress';
93
+ export * from './WindPower';
@@ -0,0 +1,2 @@
1
+ export * from './IconsProvider';
2
+ export * from './types';
@@ -0,0 +1,2 @@
1
+ export * from './IconsProvider';
2
+ export * from './types';
@@ -0,0 +1,5 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { SvgProps } from 'react-native-svg';
3
+ export type IconName = 'address' | 'advice' | 'archive' | 'arrow-down' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'award' | 'battery' | 'cal-book' | 'cal' | 'caret-arrow-down' | 'caret-arrow-left' | 'caret-arrow-right' | 'caret-arrow-up' | 'caret-down' | 'caret-left' | 'caret-right' | 'caret-up' | 'chart-filled' | 'chart' | 'check-circle' | 'check' | 'chevron-down' | 'chevron-left-small-first' | 'chevron-left-small' | 'chevron-left' | 'chevron-right-small-last' | 'chevron-right-small' | 'chevron-right' | 'chevron-up' | 'circle' | 'close-circle' | 'cross' | 'doc' | 'dollar' | 'download' | 'eco-home' | 'eco' | 'edit' | 'electric-car' | 'electric-home' | 'electricity' | 'energy-advice' | 'equals' | 'euro' | 'gas' | 'globe-address' | 'help-filled' | 'help' | 'hide' | 'home-filled' | 'home' | 'hydro-power' | 'info' | 'link' | 'logo' | 'mail-open' | 'mail' | 'menu' | 'message-filled' | 'message' | 'minus' | 'mobile' | 'new-window' | 'payment-card-filled' | 'payment-card' | 'phone' | 'plus' | 'pound' | 'pricing-filled' | 'pricing' | 'search' | 'security' | 'shop-filled' | 'shop' | 'show' | 'smart-home' | 'smart-meter' | 'solar' | 'star-filled' | 'star' | 'sun' | 'torch' | 'trees' | 'tune' | 'user-filled' | 'user' | 'wallet' | 'warm-home' | 'warning' | 'web-address' | 'wind-power';
4
+ export type IconNameExtended = IconName | (string & {});
5
+ export type IconsType = Record<string, FunctionComponent<SvgProps>>;
@@ -0,0 +1 @@
1
+ export {};
@@ -1,6 +1,6 @@
1
1
  import { StyleProp, ViewStyle } from 'react-native';
2
2
  import { IconName } from '../../providers';
3
- type NavigationIconProps = {
3
+ type NavIconProps = {
4
4
  label: string;
5
5
  iconName: IconName;
6
6
  focused?: boolean;
@@ -13,5 +13,5 @@ type NavigationIconProps = {
13
13
  selected?: boolean;
14
14
  };
15
15
  };
16
- export declare const NavigationIcon: ({ label, iconName, focused, isStatusDotEnabled, onPress, size, tintColor, style, accessibilityState, }: NavigationIconProps) => import("react/jsx-runtime").JSX.Element;
16
+ export declare const NavIcon: ({ label, iconName, focused, isStatusDotEnabled, onPress, size, tintColor, style, accessibilityState, }: NavIconProps) => import("react/jsx-runtime").JSX.Element;
17
17
  export {};
@@ -23,7 +23,7 @@ const RedDotContainer = styled.View `
23
23
  height: 0;
24
24
  z-index: 1;
25
25
  `;
26
- export const NavigationIcon = ({ label, iconName, focused, isStatusDotEnabled = false, onPress, size = 24, tintColor, style, accessibilityState, }) => {
26
+ export const NavIcon = ({ label, iconName, focused, isStatusDotEnabled = false, onPress, size = 24, tintColor, style, accessibilityState, }) => {
27
27
  const isFocused = focused ?? accessibilityState?.selected ?? false;
28
28
  const testID = `${label.toLowerCase()}-tab`;
29
29
  const theme = useTheme();
@@ -0,0 +1 @@
1
+ export { NavIcon } from './NavIcon';
@@ -0,0 +1 @@
1
+ export { NavIcon } from './NavIcon';
@@ -25,6 +25,7 @@ export * from './Link';
25
25
  export * from './List';
26
26
  export * from './Margin';
27
27
  export * from './NavHeader';
28
+ export * from './NavIcon';
28
29
  export * from './Notification';
29
30
  export * from './NumberField';
30
31
  export * from './NumberInput';
@@ -25,6 +25,7 @@ export * from './Link';
25
25
  export * from './List';
26
26
  export * from './Margin';
27
27
  export * from './NavHeader';
28
+ export * from './NavIcon';
28
29
  export * from './Notification';
29
30
  export * from './NumberField';
30
31
  export * from './NumberInput';