@fattureincloud-mobile/fic-mobile-ds 1.2.0 → 1.2.2

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 (628) hide show
  1. package/lib/commonjs/components/Tag/Tag.js +12 -9
  2. package/lib/commonjs/components/Tag/Tag.js.map +1 -1
  3. package/lib/commonjs/components/Tag/index.js +1 -1
  4. package/lib/commonjs/components/Tag/index.js.map +1 -1
  5. package/lib/commonjs/components/Touchable/Touchable.js +24 -15
  6. package/lib/commonjs/components/Touchable/Touchable.js.map +1 -1
  7. package/lib/commonjs/components/Touchable/index.js +1 -1
  8. package/lib/commonjs/components/Touchable/index.js.map +1 -1
  9. package/lib/commonjs/components/base/DatePicker/DatePicker.js +22 -19
  10. package/lib/commonjs/components/base/DatePicker/DatePicker.js.map +1 -1
  11. package/lib/commonjs/components/base/DatePicker/index.js +1 -1
  12. package/lib/commonjs/components/base/DatePicker/index.js.map +1 -1
  13. package/lib/commonjs/components/base/HeaderArrows/HeaderArrows.js +20 -21
  14. package/lib/commonjs/components/base/HeaderArrows/HeaderArrows.js.map +1 -1
  15. package/lib/commonjs/components/base/HeaderArrows/index.js +1 -1
  16. package/lib/commonjs/components/base/HeaderArrows/index.js.map +1 -1
  17. package/lib/commonjs/components/buttons/FicButton/FicButton.js +20 -27
  18. package/lib/commonjs/components/buttons/FicButton/FicButton.js.map +1 -1
  19. package/lib/commonjs/components/buttons/FicButton/FicButton.types.js.map +1 -1
  20. package/lib/commonjs/components/buttons/FicButton/FicButtonIcon.js +50 -42
  21. package/lib/commonjs/components/buttons/FicButton/FicButtonIcon.js.map +1 -1
  22. package/lib/commonjs/components/buttons/FicButton/FicButtonPrimary.js +45 -48
  23. package/lib/commonjs/components/buttons/FicButton/FicButtonPrimary.js.map +1 -1
  24. package/lib/commonjs/components/buttons/FicButton/FicButtonSecondary.js +54 -60
  25. package/lib/commonjs/components/buttons/FicButton/FicButtonSecondary.js.map +1 -1
  26. package/lib/commonjs/components/buttons/FicButton/FicButtonTertiary.js +75 -90
  27. package/lib/commonjs/components/buttons/FicButton/FicButtonTertiary.js.map +1 -1
  28. package/lib/commonjs/components/buttons/FicButton/constants.js +2 -2
  29. package/lib/commonjs/components/buttons/FicButton/constants.js.map +1 -1
  30. package/lib/commonjs/components/buttons/FicButton/index.js +1 -1
  31. package/lib/commonjs/components/buttons/FicButton/index.js.map +1 -1
  32. package/lib/commonjs/components/buttons/FicButton/themes/dark.js +5 -4
  33. package/lib/commonjs/components/buttons/FicButton/themes/dark.js.map +1 -1
  34. package/lib/commonjs/components/buttons/FicButton/themes/index.js +8 -1
  35. package/lib/commonjs/components/buttons/FicButton/themes/index.js.map +1 -1
  36. package/lib/commonjs/components/buttons/FicButton/themes/light.js +5 -4
  37. package/lib/commonjs/components/buttons/FicButton/themes/light.js.map +1 -1
  38. package/lib/commonjs/components/buttons/FicButtonGroup/FicButtonGroup.js +19 -18
  39. package/lib/commonjs/components/buttons/FicButtonGroup/FicButtonGroup.js.map +1 -1
  40. package/lib/commonjs/components/buttons/FicButtonGroup/FicButtonGroup.types.js.map +1 -1
  41. package/lib/commonjs/components/buttons/FicButtonGroup/index.js +1 -1
  42. package/lib/commonjs/components/buttons/FicButtonGroup/index.js.map +1 -1
  43. package/lib/commonjs/components/notifications/Banner/Banner.js +49 -44
  44. package/lib/commonjs/components/notifications/Banner/Banner.js.map +1 -1
  45. package/lib/commonjs/components/notifications/Banner/Banner.types.js.map +1 -1
  46. package/lib/commonjs/components/notifications/Banner/index.js +1 -1
  47. package/lib/commonjs/components/notifications/Banner/index.js.map +1 -1
  48. package/lib/commonjs/components/notifications/Banner/themes/dark.js +1 -1
  49. package/lib/commonjs/components/notifications/Banner/themes/dark.js.map +1 -1
  50. package/lib/commonjs/components/notifications/Banner/themes/index.js +2 -2
  51. package/lib/commonjs/components/notifications/Banner/themes/index.js.map +1 -1
  52. package/lib/commonjs/components/notifications/Banner/themes/light.js +1 -1
  53. package/lib/commonjs/components/notifications/Banner/themes/light.js.map +1 -1
  54. package/lib/commonjs/components/typographies/Body/Body.js +10 -6
  55. package/lib/commonjs/components/typographies/Body/Body.js.map +1 -1
  56. package/lib/commonjs/components/typographies/Body/index.js +1 -1
  57. package/lib/commonjs/components/typographies/Body/index.js.map +1 -1
  58. package/lib/commonjs/components/typographies/ButtonTitle/ButtonTitle.js +12 -8
  59. package/lib/commonjs/components/typographies/ButtonTitle/ButtonTitle.js.map +1 -1
  60. package/lib/commonjs/components/typographies/ButtonTitle/index.js +1 -1
  61. package/lib/commonjs/components/typographies/ButtonTitle/index.js.map +1 -1
  62. package/lib/commonjs/components/typographies/Callout/Callout.js +10 -6
  63. package/lib/commonjs/components/typographies/Callout/Callout.js.map +1 -1
  64. package/lib/commonjs/components/typographies/Callout/index.js +1 -1
  65. package/lib/commonjs/components/typographies/Callout/index.js.map +1 -1
  66. package/lib/commonjs/components/typographies/CaptionOne/CaptionOne.js +10 -6
  67. package/lib/commonjs/components/typographies/CaptionOne/CaptionOne.js.map +1 -1
  68. package/lib/commonjs/components/typographies/CaptionOne/index.js +1 -1
  69. package/lib/commonjs/components/typographies/CaptionOne/index.js.map +1 -1
  70. package/lib/commonjs/components/typographies/CaptionTwo/CaptionTwo.js +10 -6
  71. package/lib/commonjs/components/typographies/CaptionTwo/CaptionTwo.js.map +1 -1
  72. package/lib/commonjs/components/typographies/CaptionTwo/index.js +1 -1
  73. package/lib/commonjs/components/typographies/CaptionTwo/index.js.map +1 -1
  74. package/lib/commonjs/components/typographies/Footnote/Footnote.js +10 -6
  75. package/lib/commonjs/components/typographies/Footnote/Footnote.js.map +1 -1
  76. package/lib/commonjs/components/typographies/Footnote/index.js +1 -1
  77. package/lib/commonjs/components/typographies/Footnote/index.js.map +1 -1
  78. package/lib/commonjs/components/typographies/Headline/Headline.js +10 -6
  79. package/lib/commonjs/components/typographies/Headline/Headline.js.map +1 -1
  80. package/lib/commonjs/components/typographies/Headline/index.js +1 -1
  81. package/lib/commonjs/components/typographies/Headline/index.js.map +1 -1
  82. package/lib/commonjs/components/typographies/LargeTitle/LargeTitle.js +10 -6
  83. package/lib/commonjs/components/typographies/LargeTitle/LargeTitle.js.map +1 -1
  84. package/lib/commonjs/components/typographies/LargeTitle/index.js +1 -1
  85. package/lib/commonjs/components/typographies/LargeTitle/index.js.map +1 -1
  86. package/lib/commonjs/components/typographies/Subhead/Subhead.js +10 -6
  87. package/lib/commonjs/components/typographies/Subhead/Subhead.js.map +1 -1
  88. package/lib/commonjs/components/typographies/Subhead/index.js +1 -1
  89. package/lib/commonjs/components/typographies/Subhead/index.js.map +1 -1
  90. package/lib/commonjs/components/typographies/TitleOne/TitleOne.js +10 -6
  91. package/lib/commonjs/components/typographies/TitleOne/TitleOne.js.map +1 -1
  92. package/lib/commonjs/components/typographies/TitleOne/index.js +1 -1
  93. package/lib/commonjs/components/typographies/TitleOne/index.js.map +1 -1
  94. package/lib/commonjs/components/typographies/TitleThree/TitleThree.js +10 -6
  95. package/lib/commonjs/components/typographies/TitleThree/TitleThree.js.map +1 -1
  96. package/lib/commonjs/components/typographies/TitleThree/index.js +1 -1
  97. package/lib/commonjs/components/typographies/TitleThree/index.js.map +1 -1
  98. package/lib/commonjs/components/typographies/TitleTwo/TitleTwo.js +10 -6
  99. package/lib/commonjs/components/typographies/TitleTwo/TitleTwo.js.map +1 -1
  100. package/lib/commonjs/components/typographies/TitleTwo/index.js +1 -1
  101. package/lib/commonjs/components/typographies/TitleTwo/index.js.map +1 -1
  102. package/lib/commonjs/components/typographies/font.js.map +1 -1
  103. package/lib/commonjs/hooks/useTheme.js +1 -1
  104. package/lib/commonjs/hooks/useTheme.js.map +1 -1
  105. package/lib/commonjs/index.js +46 -46
  106. package/lib/commonjs/index.js.map +1 -1
  107. package/lib/commonjs/package.json +1 -0
  108. package/lib/commonjs/providers/DesignSystemProvider/DesignSystemProvider.js +12 -9
  109. package/lib/commonjs/providers/DesignSystemProvider/DesignSystemProvider.js.map +1 -1
  110. package/lib/commonjs/providers/DesignSystemProvider/index.js +1 -1
  111. package/lib/commonjs/providers/DesignSystemProvider/index.js.map +1 -1
  112. package/lib/commonjs/providers/IconProvider/IconProvider.js +11 -7
  113. package/lib/commonjs/providers/IconProvider/IconProvider.js.map +1 -1
  114. package/lib/commonjs/providers/IconProvider/index.js +1 -1
  115. package/lib/commonjs/providers/IconProvider/index.js.map +1 -1
  116. package/lib/commonjs/providers/ThemeProvider/ThemeProvider.js +6 -4
  117. package/lib/commonjs/providers/ThemeProvider/ThemeProvider.js.map +1 -1
  118. package/lib/commonjs/styles/calendarTheme.js.map +1 -1
  119. package/lib/commonjs/styles/colors.js.map +1 -1
  120. package/lib/commonjs/styles/globalStyles.js +1 -1
  121. package/lib/commonjs/styles/globalStyles.js.map +1 -1
  122. package/lib/commonjs/styles/space.js.map +1 -1
  123. package/lib/commonjs/styles/theme.js +11 -7
  124. package/lib/commonjs/styles/theme.js.map +1 -1
  125. package/lib/commonjs/utils/locale.js +2 -2
  126. package/lib/commonjs/utils/locale.js.map +1 -1
  127. package/lib/module/components/Tag/Tag.js +14 -9
  128. package/lib/module/components/Tag/Tag.js.map +1 -1
  129. package/lib/module/components/Tag/index.js +3 -1
  130. package/lib/module/components/Tag/index.js.map +1 -1
  131. package/lib/module/components/Touchable/Touchable.js +26 -15
  132. package/lib/module/components/Touchable/Touchable.js.map +1 -1
  133. package/lib/module/components/Touchable/index.js +3 -1
  134. package/lib/module/components/Touchable/index.js.map +1 -1
  135. package/lib/module/components/base/DatePicker/DatePicker.js +22 -19
  136. package/lib/module/components/base/DatePicker/DatePicker.js.map +1 -1
  137. package/lib/module/components/base/DatePicker/index.js +3 -1
  138. package/lib/module/components/base/DatePicker/index.js.map +1 -1
  139. package/lib/module/components/base/HeaderArrows/HeaderArrows.js +22 -21
  140. package/lib/module/components/base/HeaderArrows/HeaderArrows.js.map +1 -1
  141. package/lib/module/components/base/HeaderArrows/index.js +3 -1
  142. package/lib/module/components/base/HeaderArrows/index.js.map +1 -1
  143. package/lib/module/components/buttons/FicButton/FicButton.js +22 -28
  144. package/lib/module/components/buttons/FicButton/FicButton.js.map +1 -1
  145. package/lib/module/components/buttons/FicButton/FicButton.types.js +2 -0
  146. package/lib/module/components/buttons/FicButton/FicButton.types.js.map +1 -1
  147. package/lib/module/components/buttons/FicButton/FicButtonIcon.js +53 -42
  148. package/lib/module/components/buttons/FicButton/FicButtonIcon.js.map +1 -1
  149. package/lib/module/components/buttons/FicButton/FicButtonPrimary.js +47 -48
  150. package/lib/module/components/buttons/FicButton/FicButtonPrimary.js.map +1 -1
  151. package/lib/module/components/buttons/FicButton/FicButtonSecondary.js +56 -60
  152. package/lib/module/components/buttons/FicButton/FicButtonSecondary.js.map +1 -1
  153. package/lib/module/components/buttons/FicButton/FicButtonTertiary.js +78 -91
  154. package/lib/module/components/buttons/FicButton/FicButtonTertiary.js.map +1 -1
  155. package/lib/module/components/buttons/FicButton/constants.js +4 -2
  156. package/lib/module/components/buttons/FicButton/constants.js.map +1 -1
  157. package/lib/module/components/buttons/FicButton/index.js +3 -1
  158. package/lib/module/components/buttons/FicButton/index.js.map +1 -1
  159. package/lib/module/components/buttons/FicButton/themes/dark.js +7 -4
  160. package/lib/module/components/buttons/FicButton/themes/dark.js.map +1 -1
  161. package/lib/module/components/buttons/FicButton/themes/index.js +5 -2
  162. package/lib/module/components/buttons/FicButton/themes/index.js.map +1 -1
  163. package/lib/module/components/buttons/FicButton/themes/light.js +7 -4
  164. package/lib/module/components/buttons/FicButton/themes/light.js.map +1 -1
  165. package/lib/module/components/buttons/FicButtonGroup/FicButtonGroup.js +21 -18
  166. package/lib/module/components/buttons/FicButtonGroup/FicButtonGroup.js.map +1 -1
  167. package/lib/module/components/buttons/FicButtonGroup/FicButtonGroup.types.js +2 -0
  168. package/lib/module/components/buttons/FicButtonGroup/FicButtonGroup.types.js.map +1 -1
  169. package/lib/module/components/buttons/FicButtonGroup/index.js +3 -1
  170. package/lib/module/components/buttons/FicButtonGroup/index.js.map +1 -1
  171. package/lib/module/components/notifications/Banner/Banner.js +51 -44
  172. package/lib/module/components/notifications/Banner/Banner.js.map +1 -1
  173. package/lib/module/components/notifications/Banner/Banner.types.js +2 -0
  174. package/lib/module/components/notifications/Banner/Banner.types.js.map +1 -1
  175. package/lib/module/components/notifications/Banner/index.js +3 -1
  176. package/lib/module/components/notifications/Banner/index.js.map +1 -1
  177. package/lib/module/components/notifications/Banner/themes/dark.js +3 -1
  178. package/lib/module/components/notifications/Banner/themes/dark.js.map +1 -1
  179. package/lib/module/components/notifications/Banner/themes/index.js +4 -2
  180. package/lib/module/components/notifications/Banner/themes/index.js.map +1 -1
  181. package/lib/module/components/notifications/Banner/themes/light.js +3 -1
  182. package/lib/module/components/notifications/Banner/themes/light.js.map +1 -1
  183. package/lib/module/components/typographies/Body/Body.js +10 -6
  184. package/lib/module/components/typographies/Body/Body.js.map +1 -1
  185. package/lib/module/components/typographies/Body/index.js +3 -1
  186. package/lib/module/components/typographies/Body/index.js.map +1 -1
  187. package/lib/module/components/typographies/ButtonTitle/ButtonTitle.js +12 -8
  188. package/lib/module/components/typographies/ButtonTitle/ButtonTitle.js.map +1 -1
  189. package/lib/module/components/typographies/ButtonTitle/index.js +3 -1
  190. package/lib/module/components/typographies/ButtonTitle/index.js.map +1 -1
  191. package/lib/module/components/typographies/Callout/Callout.js +10 -6
  192. package/lib/module/components/typographies/Callout/Callout.js.map +1 -1
  193. package/lib/module/components/typographies/Callout/index.js +3 -1
  194. package/lib/module/components/typographies/Callout/index.js.map +1 -1
  195. package/lib/module/components/typographies/CaptionOne/CaptionOne.js +10 -6
  196. package/lib/module/components/typographies/CaptionOne/CaptionOne.js.map +1 -1
  197. package/lib/module/components/typographies/CaptionOne/index.js +3 -1
  198. package/lib/module/components/typographies/CaptionOne/index.js.map +1 -1
  199. package/lib/module/components/typographies/CaptionTwo/CaptionTwo.js +10 -6
  200. package/lib/module/components/typographies/CaptionTwo/CaptionTwo.js.map +1 -1
  201. package/lib/module/components/typographies/CaptionTwo/index.js +3 -1
  202. package/lib/module/components/typographies/CaptionTwo/index.js.map +1 -1
  203. package/lib/module/components/typographies/Footnote/Footnote.js +10 -6
  204. package/lib/module/components/typographies/Footnote/Footnote.js.map +1 -1
  205. package/lib/module/components/typographies/Footnote/index.js +3 -1
  206. package/lib/module/components/typographies/Footnote/index.js.map +1 -1
  207. package/lib/module/components/typographies/Headline/Headline.js +10 -6
  208. package/lib/module/components/typographies/Headline/Headline.js.map +1 -1
  209. package/lib/module/components/typographies/Headline/index.js +3 -1
  210. package/lib/module/components/typographies/Headline/index.js.map +1 -1
  211. package/lib/module/components/typographies/LargeTitle/LargeTitle.js +10 -6
  212. package/lib/module/components/typographies/LargeTitle/LargeTitle.js.map +1 -1
  213. package/lib/module/components/typographies/LargeTitle/index.js +3 -1
  214. package/lib/module/components/typographies/LargeTitle/index.js.map +1 -1
  215. package/lib/module/components/typographies/Subhead/Subhead.js +10 -6
  216. package/lib/module/components/typographies/Subhead/Subhead.js.map +1 -1
  217. package/lib/module/components/typographies/Subhead/index.js +3 -1
  218. package/lib/module/components/typographies/Subhead/index.js.map +1 -1
  219. package/lib/module/components/typographies/TitleOne/TitleOne.js +10 -6
  220. package/lib/module/components/typographies/TitleOne/TitleOne.js.map +1 -1
  221. package/lib/module/components/typographies/TitleOne/index.js +3 -1
  222. package/lib/module/components/typographies/TitleOne/index.js.map +1 -1
  223. package/lib/module/components/typographies/TitleThree/TitleThree.js +10 -6
  224. package/lib/module/components/typographies/TitleThree/TitleThree.js.map +1 -1
  225. package/lib/module/components/typographies/TitleThree/index.js +3 -1
  226. package/lib/module/components/typographies/TitleThree/index.js.map +1 -1
  227. package/lib/module/components/typographies/TitleTwo/TitleTwo.js +10 -6
  228. package/lib/module/components/typographies/TitleTwo/TitleTwo.js.map +1 -1
  229. package/lib/module/components/typographies/TitleTwo/index.js +3 -1
  230. package/lib/module/components/typographies/TitleTwo/index.js.map +1 -1
  231. package/lib/module/components/typographies/font.js +2 -0
  232. package/lib/module/components/typographies/font.js.map +1 -1
  233. package/lib/module/hooks/useTheme.js +3 -1
  234. package/lib/module/hooks/useTheme.js.map +1 -1
  235. package/lib/module/index.js +27 -25
  236. package/lib/module/index.js.map +1 -1
  237. package/lib/module/package.json +1 -0
  238. package/lib/module/providers/DesignSystemProvider/DesignSystemProvider.js +14 -9
  239. package/lib/module/providers/DesignSystemProvider/DesignSystemProvider.js.map +1 -1
  240. package/lib/module/providers/DesignSystemProvider/index.js +3 -1
  241. package/lib/module/providers/DesignSystemProvider/index.js.map +1 -1
  242. package/lib/module/providers/IconProvider/IconProvider.js +13 -7
  243. package/lib/module/providers/IconProvider/IconProvider.js.map +1 -1
  244. package/lib/module/providers/IconProvider/index.js +3 -1
  245. package/lib/module/providers/IconProvider/index.js.map +1 -1
  246. package/lib/module/providers/ThemeProvider/ThemeProvider.js +8 -4
  247. package/lib/module/providers/ThemeProvider/ThemeProvider.js.map +1 -1
  248. package/lib/module/styles/calendarTheme.js +2 -0
  249. package/lib/module/styles/calendarTheme.js.map +1 -1
  250. package/lib/module/styles/colors.js +2 -0
  251. package/lib/module/styles/colors.js.map +1 -1
  252. package/lib/module/styles/globalStyles.js +3 -1
  253. package/lib/module/styles/globalStyles.js.map +1 -1
  254. package/lib/module/styles/space.js +2 -0
  255. package/lib/module/styles/space.js.map +1 -1
  256. package/lib/module/styles/theme.js +10 -4
  257. package/lib/module/styles/theme.js.map +1 -1
  258. package/lib/module/utils/locale.js +4 -2
  259. package/lib/module/utils/locale.js.map +1 -1
  260. package/lib/package.json +4 -2
  261. package/lib/typescript/commonjs/components/Tag/Tag.d.ts.map +1 -0
  262. package/lib/typescript/commonjs/components/Tag/index.d.ts.map +1 -0
  263. package/lib/typescript/commonjs/components/Touchable/Touchable.d.ts.map +1 -0
  264. package/lib/typescript/commonjs/components/Touchable/index.d.ts.map +1 -0
  265. package/lib/typescript/{components → commonjs/components}/base/DatePicker/DatePicker.d.ts +1 -1
  266. package/lib/typescript/commonjs/components/base/DatePicker/DatePicker.d.ts.map +1 -0
  267. package/lib/typescript/commonjs/components/base/DatePicker/index.d.ts.map +1 -0
  268. package/lib/typescript/commonjs/components/base/HeaderArrows/HeaderArrows.d.ts.map +1 -0
  269. package/lib/typescript/commonjs/components/base/HeaderArrows/index.d.ts.map +1 -0
  270. package/lib/typescript/commonjs/components/buttons/FicButton/FicButton.d.ts.map +1 -0
  271. package/lib/typescript/{components → commonjs/components}/buttons/FicButton/FicButton.types.d.ts +4 -0
  272. package/lib/typescript/commonjs/components/buttons/FicButton/FicButton.types.d.ts.map +1 -0
  273. package/lib/typescript/commonjs/components/buttons/FicButton/FicButtonIcon.d.ts.map +1 -0
  274. package/lib/typescript/commonjs/components/buttons/FicButton/FicButtonPrimary.d.ts.map +1 -0
  275. package/lib/typescript/commonjs/components/buttons/FicButton/FicButtonSecondary.d.ts.map +1 -0
  276. package/lib/typescript/commonjs/components/buttons/FicButton/FicButtonTertiary.d.ts.map +1 -0
  277. package/lib/typescript/commonjs/components/buttons/FicButton/Icon.stories.d.ts +22 -0
  278. package/lib/typescript/commonjs/components/buttons/FicButton/Icon.stories.d.ts.map +1 -0
  279. package/lib/typescript/commonjs/components/buttons/FicButton/Primary.stories.d.ts +33 -0
  280. package/lib/typescript/commonjs/components/buttons/FicButton/Primary.stories.d.ts.map +1 -0
  281. package/lib/typescript/commonjs/components/buttons/FicButton/Secondary.stories.d.ts +20 -0
  282. package/lib/typescript/commonjs/components/buttons/FicButton/Secondary.stories.d.ts.map +1 -0
  283. package/lib/typescript/commonjs/components/buttons/FicButton/Tertiary.stories.d.ts +21 -0
  284. package/lib/typescript/commonjs/components/buttons/FicButton/Tertiary.stories.d.ts.map +1 -0
  285. package/lib/typescript/commonjs/components/buttons/FicButton/constants.d.ts.map +1 -0
  286. package/lib/typescript/commonjs/components/buttons/FicButton/index.d.ts.map +1 -0
  287. package/lib/typescript/commonjs/components/buttons/FicButton/themes/dark.d.ts.map +1 -0
  288. package/lib/typescript/commonjs/components/buttons/FicButton/themes/index.d.ts +4 -0
  289. package/lib/typescript/commonjs/components/buttons/FicButton/themes/index.d.ts.map +1 -0
  290. package/lib/typescript/commonjs/components/buttons/FicButton/themes/light.d.ts.map +1 -0
  291. package/lib/typescript/commonjs/components/buttons/FicButtonGroup/ButtonGroup.stories.d.ts +37 -0
  292. package/lib/typescript/commonjs/components/buttons/FicButtonGroup/ButtonGroup.stories.d.ts.map +1 -0
  293. package/lib/typescript/commonjs/components/buttons/FicButtonGroup/FicButtonGroup.d.ts.map +1 -0
  294. package/lib/typescript/commonjs/components/buttons/FicButtonGroup/FicButtonGroup.types.d.ts.map +1 -0
  295. package/lib/typescript/commonjs/components/buttons/FicButtonGroup/index.d.ts.map +1 -0
  296. package/lib/typescript/commonjs/components/notifications/Banner/Banner.d.ts.map +1 -0
  297. package/lib/typescript/{components → commonjs/components}/notifications/Banner/Banner.types.d.ts +9 -15
  298. package/lib/typescript/commonjs/components/notifications/Banner/Banner.types.d.ts.map +1 -0
  299. package/lib/typescript/commonjs/components/notifications/Banner/index.d.ts.map +1 -0
  300. package/lib/typescript/commonjs/components/notifications/Banner/themes/dark.d.ts.map +1 -0
  301. package/lib/typescript/commonjs/components/notifications/Banner/themes/index.d.ts.map +1 -0
  302. package/lib/typescript/commonjs/components/notifications/Banner/themes/light.d.ts.map +1 -0
  303. package/lib/typescript/commonjs/components/typographies/Body/Body.d.ts.map +1 -0
  304. package/lib/typescript/commonjs/components/typographies/Body/index.d.ts.map +1 -0
  305. package/lib/typescript/commonjs/components/typographies/ButtonTitle/ButtonTitle.d.ts.map +1 -0
  306. package/lib/typescript/commonjs/components/typographies/ButtonTitle/index.d.ts.map +1 -0
  307. package/lib/typescript/commonjs/components/typographies/Callout/Callout.d.ts.map +1 -0
  308. package/lib/typescript/commonjs/components/typographies/Callout/index.d.ts.map +1 -0
  309. package/lib/typescript/commonjs/components/typographies/CaptionOne/CaptionOne.d.ts.map +1 -0
  310. package/lib/typescript/commonjs/components/typographies/CaptionOne/index.d.ts.map +1 -0
  311. package/lib/typescript/commonjs/components/typographies/CaptionTwo/CaptionTwo.d.ts.map +1 -0
  312. package/lib/typescript/commonjs/components/typographies/CaptionTwo/index.d.ts.map +1 -0
  313. package/lib/typescript/commonjs/components/typographies/Footnote/Footnote.d.ts.map +1 -0
  314. package/lib/typescript/commonjs/components/typographies/Footnote/index.d.ts.map +1 -0
  315. package/lib/typescript/commonjs/components/typographies/Headline/Headline.d.ts.map +1 -0
  316. package/lib/typescript/commonjs/components/typographies/Headline/index.d.ts.map +1 -0
  317. package/lib/typescript/commonjs/components/typographies/LargeTitle/LargeTitle.d.ts.map +1 -0
  318. package/lib/typescript/commonjs/components/typographies/LargeTitle/index.d.ts.map +1 -0
  319. package/lib/typescript/commonjs/components/typographies/Subhead/Subhead.d.ts.map +1 -0
  320. package/lib/typescript/commonjs/components/typographies/Subhead/index.d.ts.map +1 -0
  321. package/lib/typescript/commonjs/components/typographies/TitleOne/TitleOne.d.ts.map +1 -0
  322. package/lib/typescript/commonjs/components/typographies/TitleOne/index.d.ts.map +1 -0
  323. package/lib/typescript/commonjs/components/typographies/TitleThree/TitleThree.d.ts.map +1 -0
  324. package/lib/typescript/commonjs/components/typographies/TitleThree/index.d.ts.map +1 -0
  325. package/lib/typescript/commonjs/components/typographies/TitleTwo/TitleTwo.d.ts.map +1 -0
  326. package/lib/typescript/commonjs/components/typographies/TitleTwo/index.d.ts.map +1 -0
  327. package/lib/typescript/{components → commonjs/components}/typographies/font.d.ts +1 -1
  328. package/lib/typescript/commonjs/components/typographies/font.d.ts.map +1 -0
  329. package/lib/typescript/commonjs/hooks/useTheme.d.ts.map +1 -0
  330. package/lib/typescript/{index.d.ts → commonjs/index.d.ts} +1 -0
  331. package/lib/typescript/commonjs/index.d.ts.map +1 -0
  332. package/lib/typescript/commonjs/package.json +1 -0
  333. package/lib/typescript/commonjs/providers/DesignSystemProvider/DesignSystemProvider.d.ts.map +1 -0
  334. package/lib/typescript/commonjs/providers/DesignSystemProvider/index.d.ts.map +1 -0
  335. package/lib/typescript/commonjs/providers/IconProvider/IconProvider.d.ts.map +1 -0
  336. package/lib/typescript/commonjs/providers/IconProvider/index.d.ts.map +1 -0
  337. package/lib/typescript/commonjs/providers/ThemeProvider/ThemeProvider.d.ts.map +1 -0
  338. package/lib/typescript/commonjs/styles/calendarTheme.d.ts.map +1 -0
  339. package/lib/typescript/commonjs/styles/colors.d.ts.map +1 -0
  340. package/lib/typescript/commonjs/styles/globalStyles.d.ts.map +1 -0
  341. package/lib/typescript/commonjs/styles/space.d.ts.map +1 -0
  342. package/lib/typescript/{styles → commonjs/styles}/theme.d.ts +2 -0
  343. package/lib/typescript/commonjs/styles/theme.d.ts.map +1 -0
  344. package/lib/typescript/commonjs/utils/locale.d.ts.map +1 -0
  345. package/lib/typescript/module/components/Tag/Tag.d.ts +13 -0
  346. package/lib/typescript/module/components/Tag/Tag.d.ts.map +1 -0
  347. package/lib/typescript/module/components/Tag/index.d.ts +3 -0
  348. package/lib/typescript/module/components/Tag/index.d.ts.map +1 -0
  349. package/lib/typescript/module/components/Touchable/Touchable.d.ts +16 -0
  350. package/lib/typescript/module/components/Touchable/Touchable.d.ts.map +1 -0
  351. package/lib/typescript/module/components/Touchable/index.d.ts +3 -0
  352. package/lib/typescript/module/components/Touchable/index.d.ts.map +1 -0
  353. package/lib/typescript/module/components/base/DatePicker/DatePicker.d.ts +60 -0
  354. package/lib/typescript/module/components/base/DatePicker/DatePicker.d.ts.map +1 -0
  355. package/lib/typescript/module/components/base/DatePicker/index.d.ts +4 -0
  356. package/lib/typescript/module/components/base/DatePicker/index.d.ts.map +1 -0
  357. package/lib/typescript/module/components/base/HeaderArrows/HeaderArrows.d.ts +16 -0
  358. package/lib/typescript/module/components/base/HeaderArrows/HeaderArrows.d.ts.map +1 -0
  359. package/lib/typescript/module/components/base/HeaderArrows/index.d.ts +3 -0
  360. package/lib/typescript/module/components/base/HeaderArrows/index.d.ts.map +1 -0
  361. package/lib/typescript/module/components/buttons/FicButton/FicButton.d.ts +5 -0
  362. package/lib/typescript/module/components/buttons/FicButton/FicButton.d.ts.map +1 -0
  363. package/lib/typescript/module/components/buttons/FicButton/FicButton.types.d.ts +91 -0
  364. package/lib/typescript/module/components/buttons/FicButton/FicButton.types.d.ts.map +1 -0
  365. package/lib/typescript/module/components/buttons/FicButton/FicButtonIcon.d.ts +5 -0
  366. package/lib/typescript/module/components/buttons/FicButton/FicButtonIcon.d.ts.map +1 -0
  367. package/lib/typescript/module/components/buttons/FicButton/FicButtonPrimary.d.ts +5 -0
  368. package/lib/typescript/module/components/buttons/FicButton/FicButtonPrimary.d.ts.map +1 -0
  369. package/lib/typescript/module/components/buttons/FicButton/FicButtonSecondary.d.ts +5 -0
  370. package/lib/typescript/module/components/buttons/FicButton/FicButtonSecondary.d.ts.map +1 -0
  371. package/lib/typescript/module/components/buttons/FicButton/FicButtonTertiary.d.ts +5 -0
  372. package/lib/typescript/module/components/buttons/FicButton/FicButtonTertiary.d.ts.map +1 -0
  373. package/lib/typescript/module/components/buttons/FicButton/Icon.stories.d.ts +22 -0
  374. package/lib/typescript/module/components/buttons/FicButton/Icon.stories.d.ts.map +1 -0
  375. package/lib/typescript/module/components/buttons/FicButton/Primary.stories.d.ts +33 -0
  376. package/lib/typescript/module/components/buttons/FicButton/Primary.stories.d.ts.map +1 -0
  377. package/lib/typescript/module/components/buttons/FicButton/Secondary.stories.d.ts +20 -0
  378. package/lib/typescript/module/components/buttons/FicButton/Secondary.stories.d.ts.map +1 -0
  379. package/lib/typescript/module/components/buttons/FicButton/Tertiary.stories.d.ts +21 -0
  380. package/lib/typescript/module/components/buttons/FicButton/Tertiary.stories.d.ts.map +1 -0
  381. package/lib/typescript/module/components/buttons/FicButton/constants.d.ts +13 -0
  382. package/lib/typescript/module/components/buttons/FicButton/constants.d.ts.map +1 -0
  383. package/lib/typescript/module/components/buttons/FicButton/index.d.ts +5 -0
  384. package/lib/typescript/module/components/buttons/FicButton/index.d.ts.map +1 -0
  385. package/lib/typescript/module/components/buttons/FicButton/themes/dark.d.ts +4 -0
  386. package/lib/typescript/module/components/buttons/FicButton/themes/dark.d.ts.map +1 -0
  387. package/lib/typescript/module/components/buttons/FicButton/themes/index.d.ts +4 -0
  388. package/lib/typescript/module/components/buttons/FicButton/themes/index.d.ts.map +1 -0
  389. package/lib/typescript/module/components/buttons/FicButton/themes/light.d.ts +4 -0
  390. package/lib/typescript/module/components/buttons/FicButton/themes/light.d.ts.map +1 -0
  391. package/lib/typescript/module/components/buttons/FicButtonGroup/ButtonGroup.stories.d.ts +37 -0
  392. package/lib/typescript/module/components/buttons/FicButtonGroup/ButtonGroup.stories.d.ts.map +1 -0
  393. package/lib/typescript/module/components/buttons/FicButtonGroup/FicButtonGroup.d.ts +5 -0
  394. package/lib/typescript/module/components/buttons/FicButtonGroup/FicButtonGroup.d.ts.map +1 -0
  395. package/lib/typescript/module/components/buttons/FicButtonGroup/FicButtonGroup.types.d.ts +10 -0
  396. package/lib/typescript/module/components/buttons/FicButtonGroup/FicButtonGroup.types.d.ts.map +1 -0
  397. package/lib/typescript/module/components/buttons/FicButtonGroup/index.d.ts +3 -0
  398. package/lib/typescript/module/components/buttons/FicButtonGroup/index.d.ts.map +1 -0
  399. package/lib/typescript/module/components/notifications/Banner/Banner.d.ts +5 -0
  400. package/lib/typescript/module/components/notifications/Banner/Banner.d.ts.map +1 -0
  401. package/lib/typescript/module/components/notifications/Banner/Banner.types.d.ts +44 -0
  402. package/lib/typescript/module/components/notifications/Banner/Banner.types.d.ts.map +1 -0
  403. package/lib/typescript/module/components/notifications/Banner/index.d.ts +3 -0
  404. package/lib/typescript/module/components/notifications/Banner/index.d.ts.map +1 -0
  405. package/lib/typescript/module/components/notifications/Banner/themes/dark.d.ts +4 -0
  406. package/lib/typescript/module/components/notifications/Banner/themes/dark.d.ts.map +1 -0
  407. package/lib/typescript/module/components/notifications/Banner/themes/index.d.ts +4 -0
  408. package/lib/typescript/module/components/notifications/Banner/themes/index.d.ts.map +1 -0
  409. package/lib/typescript/module/components/notifications/Banner/themes/light.d.ts +4 -0
  410. package/lib/typescript/module/components/notifications/Banner/themes/light.d.ts.map +1 -0
  411. package/lib/typescript/module/components/typographies/Body/Body.d.ts +12 -0
  412. package/lib/typescript/module/components/typographies/Body/Body.d.ts.map +1 -0
  413. package/lib/typescript/module/components/typographies/Body/index.d.ts +3 -0
  414. package/lib/typescript/module/components/typographies/Body/index.d.ts.map +1 -0
  415. package/lib/typescript/module/components/typographies/ButtonTitle/ButtonTitle.d.ts +10 -0
  416. package/lib/typescript/module/components/typographies/ButtonTitle/ButtonTitle.d.ts.map +1 -0
  417. package/lib/typescript/module/components/typographies/ButtonTitle/index.d.ts +3 -0
  418. package/lib/typescript/module/components/typographies/ButtonTitle/index.d.ts.map +1 -0
  419. package/lib/typescript/module/components/typographies/Callout/Callout.d.ts +12 -0
  420. package/lib/typescript/module/components/typographies/Callout/Callout.d.ts.map +1 -0
  421. package/lib/typescript/module/components/typographies/Callout/index.d.ts +3 -0
  422. package/lib/typescript/module/components/typographies/Callout/index.d.ts.map +1 -0
  423. package/lib/typescript/module/components/typographies/CaptionOne/CaptionOne.d.ts +12 -0
  424. package/lib/typescript/module/components/typographies/CaptionOne/CaptionOne.d.ts.map +1 -0
  425. package/lib/typescript/module/components/typographies/CaptionOne/index.d.ts +3 -0
  426. package/lib/typescript/module/components/typographies/CaptionOne/index.d.ts.map +1 -0
  427. package/lib/typescript/module/components/typographies/CaptionTwo/CaptionTwo.d.ts +12 -0
  428. package/lib/typescript/module/components/typographies/CaptionTwo/CaptionTwo.d.ts.map +1 -0
  429. package/lib/typescript/module/components/typographies/CaptionTwo/index.d.ts +3 -0
  430. package/lib/typescript/module/components/typographies/CaptionTwo/index.d.ts.map +1 -0
  431. package/lib/typescript/module/components/typographies/Footnote/Footnote.d.ts +12 -0
  432. package/lib/typescript/module/components/typographies/Footnote/Footnote.d.ts.map +1 -0
  433. package/lib/typescript/module/components/typographies/Footnote/index.d.ts +3 -0
  434. package/lib/typescript/module/components/typographies/Footnote/index.d.ts.map +1 -0
  435. package/lib/typescript/module/components/typographies/Headline/Headline.d.ts +12 -0
  436. package/lib/typescript/module/components/typographies/Headline/Headline.d.ts.map +1 -0
  437. package/lib/typescript/module/components/typographies/Headline/index.d.ts +3 -0
  438. package/lib/typescript/module/components/typographies/Headline/index.d.ts.map +1 -0
  439. package/lib/typescript/module/components/typographies/LargeTitle/LargeTitle.d.ts +12 -0
  440. package/lib/typescript/module/components/typographies/LargeTitle/LargeTitle.d.ts.map +1 -0
  441. package/lib/typescript/module/components/typographies/LargeTitle/index.d.ts +3 -0
  442. package/lib/typescript/module/components/typographies/LargeTitle/index.d.ts.map +1 -0
  443. package/lib/typescript/module/components/typographies/Subhead/Subhead.d.ts +12 -0
  444. package/lib/typescript/module/components/typographies/Subhead/Subhead.d.ts.map +1 -0
  445. package/lib/typescript/module/components/typographies/Subhead/index.d.ts +3 -0
  446. package/lib/typescript/module/components/typographies/Subhead/index.d.ts.map +1 -0
  447. package/lib/typescript/module/components/typographies/TitleOne/TitleOne.d.ts +12 -0
  448. package/lib/typescript/module/components/typographies/TitleOne/TitleOne.d.ts.map +1 -0
  449. package/lib/typescript/module/components/typographies/TitleOne/index.d.ts +3 -0
  450. package/lib/typescript/module/components/typographies/TitleOne/index.d.ts.map +1 -0
  451. package/lib/typescript/module/components/typographies/TitleThree/TitleThree.d.ts +12 -0
  452. package/lib/typescript/module/components/typographies/TitleThree/TitleThree.d.ts.map +1 -0
  453. package/lib/typescript/module/components/typographies/TitleThree/index.d.ts +3 -0
  454. package/lib/typescript/module/components/typographies/TitleThree/index.d.ts.map +1 -0
  455. package/lib/typescript/module/components/typographies/TitleTwo/TitleTwo.d.ts +12 -0
  456. package/lib/typescript/module/components/typographies/TitleTwo/TitleTwo.d.ts.map +1 -0
  457. package/lib/typescript/module/components/typographies/TitleTwo/index.d.ts +3 -0
  458. package/lib/typescript/module/components/typographies/TitleTwo/index.d.ts.map +1 -0
  459. package/lib/typescript/module/components/typographies/font.d.ts +9 -0
  460. package/lib/typescript/module/components/typographies/font.d.ts.map +1 -0
  461. package/lib/typescript/module/hooks/useTheme.d.ts +3 -0
  462. package/lib/typescript/module/hooks/useTheme.d.ts.map +1 -0
  463. package/lib/typescript/module/index.d.ts +32 -0
  464. package/lib/typescript/module/index.d.ts.map +1 -0
  465. package/lib/typescript/module/package.json +1 -0
  466. package/lib/typescript/module/providers/DesignSystemProvider/DesignSystemProvider.d.ts +10 -0
  467. package/lib/typescript/module/providers/DesignSystemProvider/DesignSystemProvider.d.ts.map +1 -0
  468. package/lib/typescript/module/providers/DesignSystemProvider/index.d.ts +3 -0
  469. package/lib/typescript/module/providers/DesignSystemProvider/index.d.ts.map +1 -0
  470. package/lib/typescript/module/providers/IconProvider/IconProvider.d.ts +21 -0
  471. package/lib/typescript/module/providers/IconProvider/IconProvider.d.ts.map +1 -0
  472. package/lib/typescript/module/providers/IconProvider/index.d.ts +4 -0
  473. package/lib/typescript/module/providers/IconProvider/index.d.ts.map +1 -0
  474. package/lib/typescript/module/providers/ThemeProvider/ThemeProvider.d.ts +9 -0
  475. package/lib/typescript/module/providers/ThemeProvider/ThemeProvider.d.ts.map +1 -0
  476. package/lib/typescript/module/styles/calendarTheme.d.ts +24 -0
  477. package/lib/typescript/module/styles/calendarTheme.d.ts.map +1 -0
  478. package/lib/typescript/module/styles/colors.d.ts +100 -0
  479. package/lib/typescript/module/styles/colors.d.ts.map +1 -0
  480. package/lib/typescript/module/styles/globalStyles.d.ts +33 -0
  481. package/lib/typescript/module/styles/globalStyles.d.ts.map +1 -0
  482. package/lib/typescript/module/styles/space.d.ts +19 -0
  483. package/lib/typescript/module/styles/space.d.ts.map +1 -0
  484. package/lib/typescript/module/styles/theme.d.ts +185 -0
  485. package/lib/typescript/module/styles/theme.d.ts.map +1 -0
  486. package/lib/typescript/module/utils/locale.d.ts +15 -0
  487. package/lib/typescript/module/utils/locale.d.ts.map +1 -0
  488. package/package.json +4 -2
  489. package/src/components/buttons/FicButton/FicButton.tsx +17 -25
  490. package/src/components/buttons/FicButton/FicButton.types.ts +35 -7
  491. package/src/components/buttons/FicButton/FicButtonIcon.tsx +50 -45
  492. package/src/components/buttons/FicButton/FicButtonPrimary.tsx +13 -1
  493. package/src/components/buttons/FicButton/FicButtonTertiary.tsx +76 -66
  494. package/src/components/buttons/FicButton/themes/dark.ts +77 -77
  495. package/src/components/buttons/FicButton/themes/index.ts +2 -1
  496. package/src/components/buttons/FicButton/themes/light.ts +77 -77
  497. package/src/components/buttons/FicButtonGroup/FicButtonGroup.tsx +32 -11
  498. package/src/components/notifications/Banner/Banner.tsx +22 -16
  499. package/src/components/notifications/Banner/Banner.types.ts +9 -21
  500. package/src/index.tsx +2 -0
  501. package/src/styles/colors.ts +1 -1
  502. package/src/styles/theme.ts +6 -0
  503. package/lib/typescript/components/Tag/Tag.d.ts.map +0 -1
  504. package/lib/typescript/components/Tag/index.d.ts.map +0 -1
  505. package/lib/typescript/components/Touchable/Touchable.d.ts.map +0 -1
  506. package/lib/typescript/components/Touchable/index.d.ts.map +0 -1
  507. package/lib/typescript/components/base/DatePicker/DatePicker.d.ts.map +0 -1
  508. package/lib/typescript/components/base/DatePicker/index.d.ts.map +0 -1
  509. package/lib/typescript/components/base/HeaderArrows/HeaderArrows.d.ts.map +0 -1
  510. package/lib/typescript/components/base/HeaderArrows/index.d.ts.map +0 -1
  511. package/lib/typescript/components/buttons/FicButton/FicButton.d.ts.map +0 -1
  512. package/lib/typescript/components/buttons/FicButton/FicButton.types.d.ts.map +0 -1
  513. package/lib/typescript/components/buttons/FicButton/FicButtonIcon.d.ts.map +0 -1
  514. package/lib/typescript/components/buttons/FicButton/FicButtonPrimary.d.ts.map +0 -1
  515. package/lib/typescript/components/buttons/FicButton/FicButtonSecondary.d.ts.map +0 -1
  516. package/lib/typescript/components/buttons/FicButton/FicButtonTertiary.d.ts.map +0 -1
  517. package/lib/typescript/components/buttons/FicButton/constants.d.ts.map +0 -1
  518. package/lib/typescript/components/buttons/FicButton/index.d.ts.map +0 -1
  519. package/lib/typescript/components/buttons/FicButton/themes/dark.d.ts.map +0 -1
  520. package/lib/typescript/components/buttons/FicButton/themes/index.d.ts +0 -3
  521. package/lib/typescript/components/buttons/FicButton/themes/index.d.ts.map +0 -1
  522. package/lib/typescript/components/buttons/FicButton/themes/light.d.ts.map +0 -1
  523. package/lib/typescript/components/buttons/FicButtonGroup/FicButtonGroup.d.ts.map +0 -1
  524. package/lib/typescript/components/buttons/FicButtonGroup/FicButtonGroup.types.d.ts.map +0 -1
  525. package/lib/typescript/components/buttons/FicButtonGroup/index.d.ts.map +0 -1
  526. package/lib/typescript/components/notifications/Banner/Banner.d.ts.map +0 -1
  527. package/lib/typescript/components/notifications/Banner/Banner.types.d.ts.map +0 -1
  528. package/lib/typescript/components/notifications/Banner/index.d.ts.map +0 -1
  529. package/lib/typescript/components/notifications/Banner/themes/dark.d.ts.map +0 -1
  530. package/lib/typescript/components/notifications/Banner/themes/index.d.ts.map +0 -1
  531. package/lib/typescript/components/notifications/Banner/themes/light.d.ts.map +0 -1
  532. package/lib/typescript/components/typographies/Body/Body.d.ts.map +0 -1
  533. package/lib/typescript/components/typographies/Body/index.d.ts.map +0 -1
  534. package/lib/typescript/components/typographies/ButtonTitle/ButtonTitle.d.ts.map +0 -1
  535. package/lib/typescript/components/typographies/ButtonTitle/index.d.ts.map +0 -1
  536. package/lib/typescript/components/typographies/Callout/Callout.d.ts.map +0 -1
  537. package/lib/typescript/components/typographies/Callout/index.d.ts.map +0 -1
  538. package/lib/typescript/components/typographies/CaptionOne/CaptionOne.d.ts.map +0 -1
  539. package/lib/typescript/components/typographies/CaptionOne/index.d.ts.map +0 -1
  540. package/lib/typescript/components/typographies/CaptionTwo/CaptionTwo.d.ts.map +0 -1
  541. package/lib/typescript/components/typographies/CaptionTwo/index.d.ts.map +0 -1
  542. package/lib/typescript/components/typographies/Footnote/Footnote.d.ts.map +0 -1
  543. package/lib/typescript/components/typographies/Footnote/index.d.ts.map +0 -1
  544. package/lib/typescript/components/typographies/Headline/Headline.d.ts.map +0 -1
  545. package/lib/typescript/components/typographies/Headline/index.d.ts.map +0 -1
  546. package/lib/typescript/components/typographies/LargeTitle/LargeTitle.d.ts.map +0 -1
  547. package/lib/typescript/components/typographies/LargeTitle/index.d.ts.map +0 -1
  548. package/lib/typescript/components/typographies/Subhead/Subhead.d.ts.map +0 -1
  549. package/lib/typescript/components/typographies/Subhead/index.d.ts.map +0 -1
  550. package/lib/typescript/components/typographies/TitleOne/TitleOne.d.ts.map +0 -1
  551. package/lib/typescript/components/typographies/TitleOne/index.d.ts.map +0 -1
  552. package/lib/typescript/components/typographies/TitleThree/TitleThree.d.ts.map +0 -1
  553. package/lib/typescript/components/typographies/TitleThree/index.d.ts.map +0 -1
  554. package/lib/typescript/components/typographies/TitleTwo/TitleTwo.d.ts.map +0 -1
  555. package/lib/typescript/components/typographies/TitleTwo/index.d.ts.map +0 -1
  556. package/lib/typescript/components/typographies/font.d.ts.map +0 -1
  557. package/lib/typescript/hooks/useTheme.d.ts.map +0 -1
  558. package/lib/typescript/index.d.ts.map +0 -1
  559. package/lib/typescript/providers/DesignSystemProvider/DesignSystemProvider.d.ts.map +0 -1
  560. package/lib/typescript/providers/DesignSystemProvider/index.d.ts.map +0 -1
  561. package/lib/typescript/providers/IconProvider/IconProvider.d.ts.map +0 -1
  562. package/lib/typescript/providers/IconProvider/index.d.ts.map +0 -1
  563. package/lib/typescript/providers/ThemeProvider/ThemeProvider.d.ts.map +0 -1
  564. package/lib/typescript/styles/calendarTheme.d.ts.map +0 -1
  565. package/lib/typescript/styles/colors.d.ts.map +0 -1
  566. package/lib/typescript/styles/globalStyles.d.ts.map +0 -1
  567. package/lib/typescript/styles/space.d.ts.map +0 -1
  568. package/lib/typescript/styles/theme.d.ts.map +0 -1
  569. package/lib/typescript/utils/locale.d.ts.map +0 -1
  570. /package/lib/typescript/{components → commonjs/components}/Tag/Tag.d.ts +0 -0
  571. /package/lib/typescript/{components → commonjs/components}/Tag/index.d.ts +0 -0
  572. /package/lib/typescript/{components → commonjs/components}/Touchable/Touchable.d.ts +0 -0
  573. /package/lib/typescript/{components → commonjs/components}/Touchable/index.d.ts +0 -0
  574. /package/lib/typescript/{components → commonjs/components}/base/DatePicker/index.d.ts +0 -0
  575. /package/lib/typescript/{components → commonjs/components}/base/HeaderArrows/HeaderArrows.d.ts +0 -0
  576. /package/lib/typescript/{components → commonjs/components}/base/HeaderArrows/index.d.ts +0 -0
  577. /package/lib/typescript/{components → commonjs/components}/buttons/FicButton/FicButton.d.ts +0 -0
  578. /package/lib/typescript/{components → commonjs/components}/buttons/FicButton/FicButtonIcon.d.ts +0 -0
  579. /package/lib/typescript/{components → commonjs/components}/buttons/FicButton/FicButtonPrimary.d.ts +0 -0
  580. /package/lib/typescript/{components → commonjs/components}/buttons/FicButton/FicButtonSecondary.d.ts +0 -0
  581. /package/lib/typescript/{components → commonjs/components}/buttons/FicButton/FicButtonTertiary.d.ts +0 -0
  582. /package/lib/typescript/{components → commonjs/components}/buttons/FicButton/constants.d.ts +0 -0
  583. /package/lib/typescript/{components → commonjs/components}/buttons/FicButton/index.d.ts +0 -0
  584. /package/lib/typescript/{components → commonjs/components}/buttons/FicButton/themes/dark.d.ts +0 -0
  585. /package/lib/typescript/{components → commonjs/components}/buttons/FicButton/themes/light.d.ts +0 -0
  586. /package/lib/typescript/{components → commonjs/components}/buttons/FicButtonGroup/FicButtonGroup.d.ts +0 -0
  587. /package/lib/typescript/{components → commonjs/components}/buttons/FicButtonGroup/FicButtonGroup.types.d.ts +0 -0
  588. /package/lib/typescript/{components → commonjs/components}/buttons/FicButtonGroup/index.d.ts +0 -0
  589. /package/lib/typescript/{components → commonjs/components}/notifications/Banner/Banner.d.ts +0 -0
  590. /package/lib/typescript/{components → commonjs/components}/notifications/Banner/index.d.ts +0 -0
  591. /package/lib/typescript/{components → commonjs/components}/notifications/Banner/themes/dark.d.ts +0 -0
  592. /package/lib/typescript/{components → commonjs/components}/notifications/Banner/themes/index.d.ts +0 -0
  593. /package/lib/typescript/{components → commonjs/components}/notifications/Banner/themes/light.d.ts +0 -0
  594. /package/lib/typescript/{components → commonjs/components}/typographies/Body/Body.d.ts +0 -0
  595. /package/lib/typescript/{components → commonjs/components}/typographies/Body/index.d.ts +0 -0
  596. /package/lib/typescript/{components → commonjs/components}/typographies/ButtonTitle/ButtonTitle.d.ts +0 -0
  597. /package/lib/typescript/{components → commonjs/components}/typographies/ButtonTitle/index.d.ts +0 -0
  598. /package/lib/typescript/{components → commonjs/components}/typographies/Callout/Callout.d.ts +0 -0
  599. /package/lib/typescript/{components → commonjs/components}/typographies/Callout/index.d.ts +0 -0
  600. /package/lib/typescript/{components → commonjs/components}/typographies/CaptionOne/CaptionOne.d.ts +0 -0
  601. /package/lib/typescript/{components → commonjs/components}/typographies/CaptionOne/index.d.ts +0 -0
  602. /package/lib/typescript/{components → commonjs/components}/typographies/CaptionTwo/CaptionTwo.d.ts +0 -0
  603. /package/lib/typescript/{components → commonjs/components}/typographies/CaptionTwo/index.d.ts +0 -0
  604. /package/lib/typescript/{components → commonjs/components}/typographies/Footnote/Footnote.d.ts +0 -0
  605. /package/lib/typescript/{components → commonjs/components}/typographies/Footnote/index.d.ts +0 -0
  606. /package/lib/typescript/{components → commonjs/components}/typographies/Headline/Headline.d.ts +0 -0
  607. /package/lib/typescript/{components → commonjs/components}/typographies/Headline/index.d.ts +0 -0
  608. /package/lib/typescript/{components → commonjs/components}/typographies/LargeTitle/LargeTitle.d.ts +0 -0
  609. /package/lib/typescript/{components → commonjs/components}/typographies/LargeTitle/index.d.ts +0 -0
  610. /package/lib/typescript/{components → commonjs/components}/typographies/Subhead/Subhead.d.ts +0 -0
  611. /package/lib/typescript/{components → commonjs/components}/typographies/Subhead/index.d.ts +0 -0
  612. /package/lib/typescript/{components → commonjs/components}/typographies/TitleOne/TitleOne.d.ts +0 -0
  613. /package/lib/typescript/{components → commonjs/components}/typographies/TitleOne/index.d.ts +0 -0
  614. /package/lib/typescript/{components → commonjs/components}/typographies/TitleThree/TitleThree.d.ts +0 -0
  615. /package/lib/typescript/{components → commonjs/components}/typographies/TitleThree/index.d.ts +0 -0
  616. /package/lib/typescript/{components → commonjs/components}/typographies/TitleTwo/TitleTwo.d.ts +0 -0
  617. /package/lib/typescript/{components → commonjs/components}/typographies/TitleTwo/index.d.ts +0 -0
  618. /package/lib/typescript/{hooks → commonjs/hooks}/useTheme.d.ts +0 -0
  619. /package/lib/typescript/{providers → commonjs/providers}/DesignSystemProvider/DesignSystemProvider.d.ts +0 -0
  620. /package/lib/typescript/{providers → commonjs/providers}/DesignSystemProvider/index.d.ts +0 -0
  621. /package/lib/typescript/{providers → commonjs/providers}/IconProvider/IconProvider.d.ts +0 -0
  622. /package/lib/typescript/{providers → commonjs/providers}/IconProvider/index.d.ts +0 -0
  623. /package/lib/typescript/{providers → commonjs/providers}/ThemeProvider/ThemeProvider.d.ts +0 -0
  624. /package/lib/typescript/{styles → commonjs/styles}/calendarTheme.d.ts +0 -0
  625. /package/lib/typescript/{styles → commonjs/styles}/colors.d.ts +0 -0
  626. /package/lib/typescript/{styles → commonjs/styles}/globalStyles.d.ts +0 -0
  627. /package/lib/typescript/{styles → commonjs/styles}/space.d.ts +0 -0
  628. /package/lib/typescript/{utils → commonjs/utils}/locale.d.ts +0 -0
@@ -1 +1 @@
1
- {"version":3,"names":["_DatePicker","require","_FicButton","_FicButtonGroup","_Banner","_Tag","_Touchable","_Body","_ButtonTitle","_Callout","_CaptionOne","_CaptionTwo","_Footnote","_Headline","_LargeTitle","_Subhead","_TitleOne","_TitleThree","_TitleTwo","_DesignSystemProvider","_IconProvider","_font","_colors","_theme","_locale","_interopRequireDefault","_useTheme","e","__esModule","default"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,WAAA,GAAAC,OAAA;AACA,IAAAC,UAAA,GAAAD,OAAA;AACA,IAAAE,eAAA,GAAAF,OAAA;AACA,IAAAG,OAAA,GAAAH,OAAA;AACA,IAAAI,IAAA,GAAAJ,OAAA;AACA,IAAAK,UAAA,GAAAL,OAAA;AACA,IAAAM,KAAA,GAAAN,OAAA;AACA,IAAAO,YAAA,GAAAP,OAAA;AACA,IAAAQ,QAAA,GAAAR,OAAA;AACA,IAAAS,WAAA,GAAAT,OAAA;AACA,IAAAU,WAAA,GAAAV,OAAA;AACA,IAAAW,SAAA,GAAAX,OAAA;AACA,IAAAY,SAAA,GAAAZ,OAAA;AACA,IAAAa,WAAA,GAAAb,OAAA;AACA,IAAAc,QAAA,GAAAd,OAAA;AACA,IAAAe,SAAA,GAAAf,OAAA;AACA,IAAAgB,WAAA,GAAAhB,OAAA;AACA,IAAAiB,SAAA,GAAAjB,OAAA;AACA,IAAAkB,qBAAA,GAAAlB,OAAA;AACA,IAAAmB,aAAA,GAAAnB,OAAA;AAIA,IAAAoB,KAAA,GAAApB,OAAA;AACA,IAAAqB,OAAA,GAAArB,OAAA;AACA,IAAAsB,MAAA,GAAAtB,OAAA;AAQA,IAAAuB,OAAA,GAAAC,sBAAA,CAAAxB,OAAA;AAaA,IAAAyB,SAAA,GAAAzB,OAAA;AAA4C,SAAAwB,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA","ignoreList":[]}
1
+ {"version":3,"names":["_index","require","_index2","_index3","_index4","_index5","_index6","_index7","_index8","_index9","_index0","_index1","_index10","_index11","_index12","_index13","_index14","_index15","_index16","_index17","_index18","_font","_colors","_theme","_locale","_interopRequireDefault","_useTheme","e","__esModule","default"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AACA,IAAAC,OAAA,GAAAD,OAAA;AACA,IAAAE,OAAA,GAAAF,OAAA;AACA,IAAAG,OAAA,GAAAH,OAAA;AACA,IAAAI,OAAA,GAAAJ,OAAA;AACA,IAAAK,OAAA,GAAAL,OAAA;AACA,IAAAM,OAAA,GAAAN,OAAA;AACA,IAAAO,OAAA,GAAAP,OAAA;AACA,IAAAQ,OAAA,GAAAR,OAAA;AACA,IAAAS,OAAA,GAAAT,OAAA;AACA,IAAAU,OAAA,GAAAV,OAAA;AACA,IAAAW,QAAA,GAAAX,OAAA;AACA,IAAAY,QAAA,GAAAZ,OAAA;AACA,IAAAa,QAAA,GAAAb,OAAA;AACA,IAAAc,QAAA,GAAAd,OAAA;AACA,IAAAe,QAAA,GAAAf,OAAA;AACA,IAAAgB,QAAA,GAAAhB,OAAA;AACA,IAAAiB,QAAA,GAAAjB,OAAA;AACA,IAAAkB,QAAA,GAAAlB,OAAA;AACA,IAAAmB,QAAA,GAAAnB,OAAA;AAIA,IAAAoB,KAAA,GAAApB,OAAA;AACA,IAAAqB,OAAA,GAAArB,OAAA;AACA,IAAAsB,MAAA,GAAAtB,OAAA;AAQA,IAAAuB,OAAA,GAAAC,sBAAA,CAAAxB,OAAA;AAeA,IAAAyB,SAAA,GAAAzB,OAAA;AAA4C,SAAAwB,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA","ignoreList":[]}
@@ -0,0 +1 @@
1
+ {"type":"commonjs"}
@@ -5,10 +5,11 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
- var _theme = require("../../styles/theme");
9
- var _locale = _interopRequireWildcard(require("../../utils/locale"));
10
- var _IconProvider = require("../IconProvider");
11
- var _ThemeProvider = _interopRequireDefault(require("../ThemeProvider/ThemeProvider"));
8
+ var _theme = require("../../styles/theme.js");
9
+ var _locale = _interopRequireWildcard(require("../../utils/locale.js"));
10
+ var _index = require("../IconProvider/index.js");
11
+ var _ThemeProvider = _interopRequireDefault(require("../ThemeProvider/ThemeProvider.js"));
12
+ var _jsxRuntime = require("react/jsx-runtime");
12
13
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
13
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
14
15
  if (!_locale.desiredLocale) {
@@ -20,11 +21,13 @@ const DesignSystemProvider = ({
20
21
  IconComponent,
21
22
  theme
22
23
  }) => {
23
- return /*#__PURE__*/_react.default.createElement(_ThemeProvider.default, {
24
- theme: theme || _theme.defaultTheme
25
- }, /*#__PURE__*/_react.default.createElement(_IconProvider.IconProvider, {
26
- IconComponent: IconComponent
27
- }, children));
24
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_ThemeProvider.default, {
25
+ theme: theme || _theme.defaultTheme,
26
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.IconProvider, {
27
+ IconComponent: IconComponent,
28
+ children: children
29
+ })
30
+ });
28
31
  };
29
32
  var _default = exports.default = DesignSystemProvider;
30
33
  //# sourceMappingURL=DesignSystemProvider.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_theme","_locale","_interopRequireWildcard","_IconProvider","_ThemeProvider","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","desiredLocale","deviceLanguage","getDeviceLanguageAndRegion","setLocale","DesignSystemProvider","children","IconComponent","theme","createElement","defaultTheme","IconProvider","_default","exports"],"sourceRoot":"../../../../src","sources":["providers/DesignSystemProvider/DesignSystemProvider.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,OAAA,GAAAC,uBAAA,CAAAH,OAAA;AAIA,IAAAI,aAAA,GAAAJ,OAAA;AACA,IAAAK,cAAA,GAAAN,sBAAA,CAAAC,OAAA;AAA2D,SAAAG,wBAAAG,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAL,uBAAA,YAAAA,CAAAG,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAC,OAAA,EAAAV,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,GAAAM,CAAA,CAAAO,GAAA,CAAAb,CAAA,EAAAQ,CAAA,gBAAAP,CAAA,IAAAD,CAAA,gBAAAC,CAAA,OAAAa,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAC,CAAA,OAAAM,CAAA,IAAAD,CAAA,GAAAU,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAC,CAAA,OAAAM,CAAA,CAAAK,GAAA,IAAAL,CAAA,CAAAM,GAAA,IAAAP,CAAA,CAAAE,CAAA,EAAAP,CAAA,EAAAM,CAAA,IAAAC,CAAA,CAAAP,CAAA,IAAAD,CAAA,CAAAC,CAAA,WAAAO,CAAA,KAAAR,CAAA,EAAAC,CAAA;AAAA,SAAAR,uBAAAO,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAK,UAAA,GAAAL,CAAA,KAAAU,OAAA,EAAAV,CAAA;AAE3D,IAAI,CAACmB,qBAAa,EAAE;EAClB,MAAMC,cAAc,GAAG,IAAAC,kCAA0B,EAAC,CAAC;EACnD,IAAAC,eAAS,EAACF,cAAc,CAAC;AAC3B;AAQA,MAAMG,oBAEL,GAAGA,CAAC;EAAEC,QAAQ;EAAEC,aAAa;EAAEC;AAAM,CAAC,KAAK;EAC1C,oBACElC,MAAA,CAAAkB,OAAA,CAAAiB,aAAA,CAAC5B,cAAA,CAAAW,OAAa;IAACgB,KAAK,EAAEA,KAAK,IAAIE;EAAa,gBAC1CpC,MAAA,CAAAkB,OAAA,CAAAiB,aAAA,CAAC7B,aAAA,CAAA+B,YAAY;IAACJ,aAAa,EAAEA;EAAc,GAAED,QAAuB,CACvD,CAAC;AAEpB,CAAC;AAAC,IAAAM,QAAA,GAAAC,OAAA,CAAArB,OAAA,GAEaa,oBAAoB","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_theme","_locale","_interopRequireWildcard","_index","_ThemeProvider","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","desiredLocale","deviceLanguage","getDeviceLanguageAndRegion","setLocale","DesignSystemProvider","children","IconComponent","theme","jsx","defaultTheme","IconProvider","_default","exports"],"sourceRoot":"../../../../src","sources":["providers/DesignSystemProvider/DesignSystemProvider.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,OAAA,GAAAC,uBAAA,CAAAH,OAAA;AAIA,IAAAI,MAAA,GAAAJ,OAAA;AACA,IAAAK,cAAA,GAAAN,sBAAA,CAAAC,OAAA;AAA2D,IAAAM,WAAA,GAAAN,OAAA;AAAA,SAAAG,wBAAAI,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAN,uBAAA,YAAAA,CAAAI,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAC,OAAA,EAAAV,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,GAAAM,CAAA,CAAAO,GAAA,CAAAb,CAAA,EAAAQ,CAAA,gBAAAP,CAAA,IAAAD,CAAA,gBAAAC,CAAA,OAAAa,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAC,CAAA,OAAAM,CAAA,IAAAD,CAAA,GAAAU,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAC,CAAA,OAAAM,CAAA,CAAAK,GAAA,IAAAL,CAAA,CAAAM,GAAA,IAAAP,CAAA,CAAAE,CAAA,EAAAP,CAAA,EAAAM,CAAA,IAAAC,CAAA,CAAAP,CAAA,IAAAD,CAAA,CAAAC,CAAA,WAAAO,CAAA,KAAAR,CAAA,EAAAC,CAAA;AAAA,SAAAT,uBAAAQ,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAK,UAAA,GAAAL,CAAA,KAAAU,OAAA,EAAAV,CAAA;AAE3D,IAAI,CAACmB,qBAAa,EAAE;EAClB,MAAMC,cAAc,GAAG,IAAAC,kCAA0B,EAAC,CAAC;EACnD,IAAAC,eAAS,EAACF,cAAc,CAAC;AAC3B;AAQA,MAAMG,oBAEL,GAAGA,CAAC;EAAEC,QAAQ;EAAEC,aAAa;EAAEC;AAAM,CAAC,KAAK;EAC1C,oBACE,IAAA3B,WAAA,CAAA4B,GAAA,EAAC7B,cAAA,CAAAY,OAAa;IAACgB,KAAK,EAAEA,KAAK,IAAIE,mBAAa;IAAAJ,QAAA,eAC1C,IAAAzB,WAAA,CAAA4B,GAAA,EAAC9B,MAAA,CAAAgC,YAAY;MAACJ,aAAa,EAAEA,aAAc;MAAAD,QAAA,EAAEA;IAAQ,CAAe;EAAC,CACxD,CAAC;AAEpB,CAAC;AAAC,IAAAM,QAAA,GAAAC,OAAA,CAAArB,OAAA,GAEaa,oBAAoB","ignoreList":[]}
@@ -9,6 +9,6 @@ Object.defineProperty(exports, "DesignSystemProvider", {
9
9
  return _DesignSystemProvider.default;
10
10
  }
11
11
  });
12
- var _DesignSystemProvider = _interopRequireDefault(require("./DesignSystemProvider"));
12
+ var _DesignSystemProvider = _interopRequireDefault(require("./DesignSystemProvider.js"));
13
13
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
14
14
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_DesignSystemProvider","_interopRequireDefault","require","e","__esModule","default"],"sourceRoot":"../../../../src","sources":["providers/DesignSystemProvider/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,qBAAA,GAAAC,sBAAA,CAAAC,OAAA;AAA0D,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA","ignoreList":[]}
1
+ {"version":3,"names":["_DesignSystemProvider","_interopRequireDefault","require","e","__esModule","default"],"sourceRoot":"../../../../src","sources":["providers/DesignSystemProvider/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,qBAAA,GAAAC,sBAAA,CAAAC,OAAA;AAA0D,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA","ignoreList":[]}
@@ -6,9 +6,11 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = exports.Icon = void 0;
7
7
  var _react = _interopRequireWildcard(require("react"));
8
8
  var _reactNative = require("react-native");
9
+ var _jsxRuntime = require("react/jsx-runtime");
9
10
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
10
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
11
- const NoIconProviderProvided = () => /*#__PURE__*/_react.default.createElement(_reactNative.Text, null, "no icon provider provided");
11
+ const NoIconProviderProvided = () => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
12
+ children: "no icon provider provided"
13
+ });
12
14
  const IconContext = /*#__PURE__*/(0, _react.createContext)(NoIconProviderProvided);
13
15
  const Icon = props => {
14
16
  const IconComponent = (0, _react.useContext)(IconContext);
@@ -16,20 +18,22 @@ const Icon = props => {
16
18
  internalPadding,
17
19
  style
18
20
  } = props;
19
- return /*#__PURE__*/_react.default.createElement(IconComponent, _extends({}, props, {
21
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(IconComponent, {
22
+ ...props,
20
23
  style: [internalPadding ? {
21
24
  padding: internalPadding
22
25
  } : {}, style]
23
- }));
26
+ });
24
27
  };
25
28
  exports.Icon = Icon;
26
29
  const IconProvider = ({
27
30
  children,
28
31
  IconComponent
29
32
  }) => {
30
- return /*#__PURE__*/_react.default.createElement(IconContext.Provider, {
31
- value: IconComponent || NoIconProviderProvided
32
- }, children);
33
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(IconContext.Provider, {
34
+ value: IconComponent || NoIconProviderProvided,
35
+ children: children
36
+ });
33
37
  };
34
38
  var _default = exports.default = IconProvider;
35
39
  //# sourceMappingURL=IconProvider.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","_extends","assign","bind","arguments","length","apply","NoIconProviderProvided","createElement","Text","IconContext","createContext","Icon","props","IconComponent","useContext","internalPadding","style","padding","exports","IconProvider","children","Provider","value","_default"],"sourceRoot":"../../../../src","sources":["providers/IconProvider/IconProvider.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAAqE,SAAAD,wBAAAG,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAL,uBAAA,YAAAA,CAAAG,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAC,OAAA,EAAAV,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,GAAAM,CAAA,CAAAO,GAAA,CAAAb,CAAA,EAAAQ,CAAA,gBAAAP,CAAA,IAAAD,CAAA,gBAAAC,CAAA,OAAAa,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAC,CAAA,OAAAM,CAAA,IAAAD,CAAA,GAAAU,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAC,CAAA,OAAAM,CAAA,CAAAK,GAAA,IAAAL,CAAA,CAAAM,GAAA,IAAAP,CAAA,CAAAE,CAAA,EAAAP,CAAA,EAAAM,CAAA,IAAAC,CAAA,CAAAP,CAAA,IAAAD,CAAA,CAAAC,CAAA,WAAAO,CAAA,KAAAR,CAAA,EAAAC,CAAA;AAAA,SAAAkB,SAAA,WAAAA,QAAA,GAAAH,MAAA,CAAAI,MAAA,GAAAJ,MAAA,CAAAI,MAAA,CAAAC,IAAA,eAAAjB,CAAA,aAAAJ,CAAA,MAAAA,CAAA,GAAAsB,SAAA,CAAAC,MAAA,EAAAvB,CAAA,UAAAC,CAAA,GAAAqB,SAAA,CAAAtB,CAAA,YAAAG,CAAA,IAAAF,CAAA,OAAAa,cAAA,CAAAC,IAAA,CAAAd,CAAA,EAAAE,CAAA,MAAAC,CAAA,CAAAD,CAAA,IAAAF,CAAA,CAAAE,CAAA,aAAAC,CAAA,KAAAe,QAAA,CAAAK,KAAA,OAAAF,SAAA;AAErE,MAAMG,sBAA2C,GAAGA,CAAA,kBAClD7B,MAAA,CAAAc,OAAA,CAAAgB,aAAA,CAAC3B,YAAA,CAAA4B,IAAI,QAAC,2BAA+B,CACtC;AAeD,MAAMC,WAAW,gBAAG,IAAAC,oBAAa,EAAsBJ,sBAAsB,CAAC;AAEvE,MAAMK,IAAyB,GAAIC,KAAK,IAAK;EAClD,MAAMC,aAAa,GAAG,IAAAC,iBAAU,EAACL,WAAW,CAAC;EAC7C,MAAM;IAAEM,eAAe;IAAEC;EAAM,CAAC,GAAGJ,KAAK;EAExC,oBACEnC,MAAA,CAAAc,OAAA,CAAAgB,aAAA,CAACM,aAAa,EAAAb,QAAA,KACRY,KAAK;IACTI,KAAK,EAAE,CAACD,eAAe,GAAG;MAAEE,OAAO,EAAEF;IAAgB,CAAC,GAAG,CAAC,CAAC,EAAEC,KAAK;EAAE,EACrE,CAAC;AAEN,CAAC;AAACE,OAAA,CAAAP,IAAA,GAAAA,IAAA;AAEF,MAAMQ,YAGJ,GAAGA,CAAC;EAAEC,QAAQ;EAAEP;AAAc,CAAC,KAAK;EACpC,oBACEpC,MAAA,CAAAc,OAAA,CAAAgB,aAAA,CAACE,WAAW,CAACY,QAAQ;IAACC,KAAK,EAAET,aAAa,IAAIP;EAAuB,GAClEc,QACmB,CAAC;AAE3B,CAAC;AAAC,IAAAG,QAAA,GAAAL,OAAA,CAAA3B,OAAA,GAEa4B,YAAY","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","NoIconProviderProvided","jsx","Text","children","IconContext","createContext","Icon","props","IconComponent","useContext","internalPadding","style","padding","exports","IconProvider","Provider","value","_default"],"sourceRoot":"../../../../src","sources":["providers/IconProvider/IconProvider.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAAqE,IAAAE,WAAA,GAAAF,OAAA;AAAA,SAAAD,wBAAAI,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAN,uBAAA,YAAAA,CAAAI,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAC,OAAA,EAAAV,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,GAAAM,CAAA,CAAAO,GAAA,CAAAb,CAAA,EAAAQ,CAAA,gBAAAP,CAAA,IAAAD,CAAA,gBAAAC,CAAA,OAAAa,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAC,CAAA,OAAAM,CAAA,IAAAD,CAAA,GAAAU,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAC,CAAA,OAAAM,CAAA,CAAAK,GAAA,IAAAL,CAAA,CAAAM,GAAA,IAAAP,CAAA,CAAAE,CAAA,EAAAP,CAAA,EAAAM,CAAA,IAAAC,CAAA,CAAAP,CAAA,IAAAD,CAAA,CAAAC,CAAA,WAAAO,CAAA,KAAAR,CAAA,EAAAC,CAAA;AAErE,MAAMkB,sBAA2C,GAAGA,CAAA,kBAClD,IAAApB,WAAA,CAAAqB,GAAA,EAACtB,YAAA,CAAAuB,IAAI;EAAAC,QAAA,EAAC;AAAyB,CAAM,CACtC;AAeD,MAAMC,WAAW,gBAAG,IAAAC,oBAAa,EAAsBL,sBAAsB,CAAC;AAEvE,MAAMM,IAAyB,GAAIC,KAAK,IAAK;EAClD,MAAMC,aAAa,GAAG,IAAAC,iBAAU,EAACL,WAAW,CAAC;EAC7C,MAAM;IAAEM,eAAe;IAAEC;EAAM,CAAC,GAAGJ,KAAK;EAExC,oBACE,IAAA3B,WAAA,CAAAqB,GAAA,EAACO,aAAa;IAAA,GACRD,KAAK;IACTI,KAAK,EAAE,CAACD,eAAe,GAAG;MAAEE,OAAO,EAAEF;IAAgB,CAAC,GAAG,CAAC,CAAC,EAAEC,KAAK;EAAE,CACrE,CAAC;AAEN,CAAC;AAACE,OAAA,CAAAP,IAAA,GAAAA,IAAA;AAEF,MAAMQ,YAGJ,GAAGA,CAAC;EAAEX,QAAQ;EAAEK;AAAc,CAAC,KAAK;EACpC,oBACE,IAAA5B,WAAA,CAAAqB,GAAA,EAACG,WAAW,CAACW,QAAQ;IAACC,KAAK,EAAER,aAAa,IAAIR,sBAAuB;IAAAG,QAAA,EAClEA;EAAQ,CACW,CAAC;AAE3B,CAAC;AAAC,IAAAc,QAAA,GAAAJ,OAAA,CAAAtB,OAAA,GAEauB,YAAY","ignoreList":[]}
@@ -15,6 +15,6 @@ Object.defineProperty(exports, "IconProvider", {
15
15
  return _IconProvider.default;
16
16
  }
17
17
  });
18
- var _IconProvider = _interopRequireWildcard(require("./IconProvider"));
18
+ var _IconProvider = _interopRequireWildcard(require("./IconProvider.js"));
19
19
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
20
20
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_IconProvider","_interopRequireWildcard","require","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor"],"sourceRoot":"../../../../src","sources":["providers/IconProvider/index.ts"],"mappings":";;;;;;;;;;;;;;;;;AAAA,IAAAA,aAAA,GAAAC,uBAAA,CAAAC,OAAA;AAA+D,SAAAD,wBAAAE,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAJ,uBAAA,YAAAA,CAAAE,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAC,OAAA,EAAAV,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,GAAAM,CAAA,CAAAO,GAAA,CAAAb,CAAA,EAAAQ,CAAA,gBAAAP,CAAA,IAAAD,CAAA,gBAAAC,CAAA,OAAAa,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAC,CAAA,OAAAM,CAAA,IAAAD,CAAA,GAAAU,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAC,CAAA,OAAAM,CAAA,CAAAK,GAAA,IAAAL,CAAA,CAAAM,GAAA,IAAAP,CAAA,CAAAE,CAAA,EAAAP,CAAA,EAAAM,CAAA,IAAAC,CAAA,CAAAP,CAAA,IAAAD,CAAA,CAAAC,CAAA,WAAAO,CAAA,KAAAR,CAAA,EAAAC,CAAA","ignoreList":[]}
1
+ {"version":3,"names":["_IconProvider","_interopRequireWildcard","require","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor"],"sourceRoot":"../../../../src","sources":["providers/IconProvider/index.ts"],"mappings":";;;;;;;;;;;;;;;;;AAAA,IAAAA,aAAA,GAAAC,uBAAA,CAAAC,OAAA;AAA+D,SAAAD,wBAAAE,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAJ,uBAAA,YAAAA,CAAAE,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAC,OAAA,EAAAV,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,GAAAM,CAAA,CAAAO,GAAA,CAAAb,CAAA,EAAAQ,CAAA,gBAAAP,CAAA,IAAAD,CAAA,gBAAAC,CAAA,OAAAa,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAC,CAAA,OAAAM,CAAA,IAAAD,CAAA,GAAAU,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAC,CAAA,OAAAM,CAAA,CAAAK,GAAA,IAAAL,CAAA,CAAAM,GAAA,IAAAP,CAAA,CAAAE,CAAA,EAAAP,CAAA,EAAAM,CAAA,IAAAC,CAAA,CAAAP,CAAA,IAAAD,CAAA,CAAAC,CAAA,WAAAO,CAAA,KAAAR,CAAA,EAAAC,CAAA","ignoreList":[]}
@@ -5,16 +5,18 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = exports.ThemeContext = void 0;
7
7
  var _react = _interopRequireWildcard(require("react"));
8
- var _theme = require("../../styles/theme");
8
+ var _theme = require("../../styles/theme.js");
9
+ var _jsxRuntime = require("react/jsx-runtime");
9
10
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
10
11
  const ThemeContext = exports.ThemeContext = /*#__PURE__*/(0, _react.createContext)(_theme.ficTheme);
11
12
  const ThemeProvider = ({
12
13
  children,
13
14
  theme
14
15
  }) => {
15
- return /*#__PURE__*/_react.default.createElement(ThemeContext.Provider, {
16
- value: theme || _theme.ficTheme
17
- }, children);
16
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(ThemeContext.Provider, {
17
+ value: theme || _theme.ficTheme,
18
+ children: children
19
+ });
18
20
  };
19
21
  var _default = exports.default = ThemeProvider;
20
22
  //# sourceMappingURL=ThemeProvider.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireWildcard","require","_theme","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","ThemeContext","exports","createContext","ficTheme","ThemeProvider","children","theme","createElement","Provider","value","_default"],"sourceRoot":"../../../../src","sources":["providers/ThemeProvider/ThemeProvider.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AAAqD,SAAAD,wBAAAG,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAL,uBAAA,YAAAA,CAAAG,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAC,OAAA,EAAAV,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,GAAAM,CAAA,CAAAO,GAAA,CAAAb,CAAA,EAAAQ,CAAA,gBAAAP,CAAA,IAAAD,CAAA,gBAAAC,CAAA,OAAAa,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAC,CAAA,OAAAM,CAAA,IAAAD,CAAA,GAAAU,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAC,CAAA,OAAAM,CAAA,CAAAK,GAAA,IAAAL,CAAA,CAAAM,GAAA,IAAAP,CAAA,CAAAE,CAAA,EAAAP,CAAA,EAAAM,CAAA,IAAAC,CAAA,CAAAP,CAAA,IAAAD,CAAA,CAAAC,CAAA,WAAAO,CAAA,KAAAR,CAAA,EAAAC,CAAA;AAE9C,MAAMkB,YAAY,GAAAC,OAAA,CAAAD,YAAA,gBAAG,IAAAE,oBAAa,EAAQC,eAAQ,CAAC;AAE1D,MAAMC,aAGJ,GAAGA,CAAC;EAAEC,QAAQ;EAAEC;AAAM,CAAC,KAAK;EAC5B,oBACE7B,MAAA,CAAAc,OAAA,CAAAgB,aAAA,CAACP,YAAY,CAACQ,QAAQ;IAACC,KAAK,EAAEH,KAAK,IAAIH;EAAS,GAC7CE,QACoB,CAAC;AAE5B,CAAC;AAAC,IAAAK,QAAA,GAAAT,OAAA,CAAAV,OAAA,GAEaa,aAAa","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireWildcard","require","_theme","_jsxRuntime","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","ThemeContext","exports","createContext","ficTheme","ThemeProvider","children","theme","jsx","Provider","value","_default"],"sourceRoot":"../../../../src","sources":["providers/ThemeProvider/ThemeProvider.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AAAqD,IAAAE,WAAA,GAAAF,OAAA;AAAA,SAAAD,wBAAAI,CAAA,EAAAC,CAAA,6BAAAC,OAAA,MAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAN,uBAAA,YAAAA,CAAAI,CAAA,EAAAC,CAAA,SAAAA,CAAA,IAAAD,CAAA,IAAAA,CAAA,CAAAK,UAAA,SAAAL,CAAA,MAAAM,CAAA,EAAAC,CAAA,EAAAC,CAAA,KAAAC,SAAA,QAAAC,OAAA,EAAAV,CAAA,iBAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,SAAAQ,CAAA,MAAAF,CAAA,GAAAL,CAAA,GAAAG,CAAA,GAAAD,CAAA,QAAAG,CAAA,CAAAK,GAAA,CAAAX,CAAA,UAAAM,CAAA,CAAAM,GAAA,CAAAZ,CAAA,GAAAM,CAAA,CAAAO,GAAA,CAAAb,CAAA,EAAAQ,CAAA,gBAAAP,CAAA,IAAAD,CAAA,gBAAAC,CAAA,OAAAa,cAAA,CAAAC,IAAA,CAAAf,CAAA,EAAAC,CAAA,OAAAM,CAAA,IAAAD,CAAA,GAAAU,MAAA,CAAAC,cAAA,KAAAD,MAAA,CAAAE,wBAAA,CAAAlB,CAAA,EAAAC,CAAA,OAAAM,CAAA,CAAAK,GAAA,IAAAL,CAAA,CAAAM,GAAA,IAAAP,CAAA,CAAAE,CAAA,EAAAP,CAAA,EAAAM,CAAA,IAAAC,CAAA,CAAAP,CAAA,IAAAD,CAAA,CAAAC,CAAA,WAAAO,CAAA,KAAAR,CAAA,EAAAC,CAAA;AAE9C,MAAMkB,YAAY,GAAAC,OAAA,CAAAD,YAAA,gBAAG,IAAAE,oBAAa,EAAQC,eAAQ,CAAC;AAE1D,MAAMC,aAGJ,GAAGA,CAAC;EAAEC,QAAQ;EAAEC;AAAM,CAAC,KAAK;EAC5B,oBACE,IAAA1B,WAAA,CAAA2B,GAAA,EAACP,YAAY,CAACQ,QAAQ;IAACC,KAAK,EAAEH,KAAK,IAAIH,eAAS;IAAAE,QAAA,EAC7CA;EAAQ,CACY,CAAC;AAE5B,CAAC;AAAC,IAAAK,QAAA,GAAAT,OAAA,CAAAV,OAAA,GAEaa,aAAa","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sourceRoot":"../../../src","sources":["styles/calendarTheme.ts"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["styles/calendarTheme.ts"],"mappings":"","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["Colors","exports"],"sourceRoot":"../../../src","sources":["styles/colors.ts"],"mappings":";;;;;;IAAYA,MAAM,GAAAC,OAAA,CAAAD,MAAA,0BAANA,MAAM;EAChB;EADUA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAmEhB;EAnEUA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAAA,OAANA,MAAM;AAAA","ignoreList":[]}
1
+ {"version":3,"names":["Colors","exports"],"sourceRoot":"../../../src","sources":["styles/colors.ts"],"mappings":";;;;;;IAAYA,MAAM,GAAAC,OAAA,CAAAD,MAAA,0BAANA,MAAM;EAChB;EADUA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAmEhB;EAnEUA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAAA,OAANA,MAAM;AAAA","ignoreList":[]}
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.globalStyles = void 0;
7
7
  var _reactNative = require("react-native");
8
- var _colors = require("./colors");
8
+ var _colors = require("./colors.js");
9
9
  const INPUT_HEIGHT = 60;
10
10
  const globalStyles = exports.globalStyles = _reactNative.StyleSheet.create({
11
11
  input: {
@@ -1 +1 @@
1
- {"version":3,"names":["_reactNative","require","_colors","INPUT_HEIGHT","globalStyles","exports","StyleSheet","create","input","minHeight","flex","borderWidth","borderColor","Colors","GREY_3","borderRadius","backgroundColor","WHITE","inputContainer","flexDirection","justifyContent","alignItems","pickerContainer","iPhoneXBottomView","height","GREY_2","errorMessage","color","RED","fontSize","marginTop","marginStart"],"sourceRoot":"../../../src","sources":["styles/globalStyles.ts"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,OAAA,GAAAD,OAAA;AAEA,MAAME,YAAY,GAAG,EAAE;AAEhB,MAAMC,YAAY,GAAAC,OAAA,CAAAD,YAAA,GAAGE,uBAAU,CAACC,MAAM,CAAC;EAC5CC,KAAK,EAAE;IACLC,SAAS,EAAEN,YAAY;IACvBO,IAAI,EAAE,CAAC;IACPC,WAAW,EAAE,CAAC;IACdC,WAAW,EAAEC,cAAM,CAACC,MAAM;IAC1BC,YAAY,EAAE,CAAC;IACfC,eAAe,EAAEH,cAAM,CAACI;EAC1B,CAAC;EACDC,cAAc,EAAE;IACdC,aAAa,EAAE,KAAK;IACpBC,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE,QAAQ;IACpBV,WAAW,EAAE,CAAC;IACdI,YAAY,EAAE,CAAC;IACfH,WAAW,EAAE;EACf,CAAC;EACDU,eAAe,EAAE;IACfN,eAAe,EAAEH,cAAM,CAACI;EAC1B,CAAC;EACDM,iBAAiB,EAAE;IACjBC,MAAM,EAAE,EAAE;IACVR,eAAe,EAAEH,cAAM,CAACY;EAC1B,CAAC;EACDC,YAAY,EAAE;IACZC,KAAK,EAAEd,cAAM,CAACe,GAAG;IACjBC,QAAQ,EAAE,EAAE;IACZC,SAAS,EAAE,CAAC;IACZC,WAAW,EAAE;EACf;AACF,CAAC,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["_reactNative","require","_colors","INPUT_HEIGHT","globalStyles","exports","StyleSheet","create","input","minHeight","flex","borderWidth","borderColor","Colors","GREY_3","borderRadius","backgroundColor","WHITE","inputContainer","flexDirection","justifyContent","alignItems","pickerContainer","iPhoneXBottomView","height","GREY_2","errorMessage","color","RED","fontSize","marginTop","marginStart"],"sourceRoot":"../../../src","sources":["styles/globalStyles.ts"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,OAAA,GAAAD,OAAA;AAEA,MAAME,YAAY,GAAG,EAAE;AAEhB,MAAMC,YAAY,GAAAC,OAAA,CAAAD,YAAA,GAAGE,uBAAU,CAACC,MAAM,CAAC;EAC5CC,KAAK,EAAE;IACLC,SAAS,EAAEN,YAAY;IACvBO,IAAI,EAAE,CAAC;IACPC,WAAW,EAAE,CAAC;IACdC,WAAW,EAAEC,cAAM,CAACC,MAAM;IAC1BC,YAAY,EAAE,CAAC;IACfC,eAAe,EAAEH,cAAM,CAACI;EAC1B,CAAC;EACDC,cAAc,EAAE;IACdC,aAAa,EAAE,KAAK;IACpBC,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE,QAAQ;IACpBV,WAAW,EAAE,CAAC;IACdI,YAAY,EAAE,CAAC;IACfH,WAAW,EAAE;EACf,CAAC;EACDU,eAAe,EAAE;IACfN,eAAe,EAAEH,cAAM,CAACI;EAC1B,CAAC;EACDM,iBAAiB,EAAE;IACjBC,MAAM,EAAE,EAAE;IACVR,eAAe,EAAEH,cAAM,CAACY;EAC1B,CAAC;EACDC,YAAY,EAAE;IACZC,KAAK,EAAEd,cAAM,CAACe,GAAG;IACjBC,QAAQ,EAAE,EAAE;IACZC,SAAS,EAAE,CAAC;IACZC,WAAW,EAAE;EACf;AACF,CAAC,CAAC","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["DIMENSIONS","SM","MD","LG","XL","MARGIN","exports","PADDING","BORDER_RADIUS"],"sourceRoot":"../../../src","sources":["styles/space.ts"],"mappings":";;;;;;AAAA,MAAMA,UAAU,GAAG;EACjBC,EAAE,EAAE,CAAC;EACLC,EAAE,EAAE,CAAC;EACLC,EAAE,EAAE,EAAE;EACNC,EAAE,EAAE;AACN,CAAC;AAAC,IAEUC,MAAM,GAAAC,OAAA,CAAAD,MAAA,aAANA,MAAM;EAANA,MAAM,CAANA,MAAM,SACXL,UAAU,CAACC,EAAE;EADRI,MAAM,CAANA,MAAM,SAEXL,UAAU,CAACE,EAAE;EAFRG,MAAM,CAANA,MAAM,SAGXL,UAAU,CAACG,EAAE;EAHRE,MAAM,CAANA,MAAM,SAIXL,UAAU,CAACI,EAAE;EAAA,OAJRC,MAAM;AAAA;AAAA,IAONE,OAAO,GAAAD,OAAA,CAAAC,OAAA,aAAPA,OAAO;EAAPA,OAAO,CAAPA,OAAO,SACZP,UAAU,CAACC,EAAE;EADRM,OAAO,CAAPA,OAAO,SAEZP,UAAU,CAACE,EAAE;EAFRK,OAAO,CAAPA,OAAO,SAGZP,UAAU,CAACG,EAAE;EAHRI,OAAO,CAAPA,OAAO,SAIZP,UAAU,CAACI,EAAE;EAAA,OAJRG,OAAO;AAAA;AAAA,IAOPC,aAAa,GAAAF,OAAA,CAAAE,aAAA,aAAbA,aAAa;EAAbA,aAAa,CAAbA,aAAa,SAClBR,UAAU,CAACC,EAAE;EADRO,aAAa,CAAbA,aAAa,SAElBR,UAAU,CAACE,EAAE;EAFRM,aAAa,CAAbA,aAAa,SAGlBR,UAAU,CAACG,EAAE;EAHRK,aAAa,CAAbA,aAAa,SAIlBR,UAAU,CAACI,EAAE;EAAA,OAJRI,aAAa;AAAA","ignoreList":[]}
1
+ {"version":3,"names":["DIMENSIONS","SM","MD","LG","XL","MARGIN","exports","PADDING","BORDER_RADIUS"],"sourceRoot":"../../../src","sources":["styles/space.ts"],"mappings":";;;;;;AAAA,MAAMA,UAAU,GAAG;EACjBC,EAAE,EAAE,CAAC;EACLC,EAAE,EAAE,CAAC;EACLC,EAAE,EAAE,EAAE;EACNC,EAAE,EAAE;AACN,CAAC;AAAC,IAEUC,MAAM,GAAAC,OAAA,CAAAD,MAAA,aAANA,MAAM;EAANA,MAAM,CAANA,MAAM,SACXL,UAAU,CAACC,EAAE;EADRI,MAAM,CAANA,MAAM,SAEXL,UAAU,CAACE,EAAE;EAFRG,MAAM,CAANA,MAAM,SAGXL,UAAU,CAACG,EAAE;EAHRE,MAAM,CAANA,MAAM,SAIXL,UAAU,CAACI,EAAE;EAAA,OAJRC,MAAM;AAAA;AAAA,IAONE,OAAO,GAAAD,OAAA,CAAAC,OAAA,aAAPA,OAAO;EAAPA,OAAO,CAAPA,OAAO,SACZP,UAAU,CAACC,EAAE;EADRM,OAAO,CAAPA,OAAO,SAEZP,UAAU,CAACE,EAAE;EAFRK,OAAO,CAAPA,OAAO,SAGZP,UAAU,CAACG,EAAE;EAHRI,OAAO,CAAPA,OAAO,SAIZP,UAAU,CAACI,EAAE;EAAA,OAJRG,OAAO;AAAA;AAAA,IAOPC,aAAa,GAAAF,OAAA,CAAAE,aAAA,aAAbA,aAAa;EAAbA,aAAa,CAAbA,aAAa,SAClBR,UAAU,CAACC,EAAE;EADRO,aAAa,CAAbA,aAAa,SAElBR,UAAU,CAACE,EAAE;EAFRM,aAAa,CAAbA,aAAa,SAGlBR,UAAU,CAACG,EAAE;EAHRK,aAAa,CAAbA,aAAa,SAIlBR,UAAU,CAACI,EAAE;EAAA,OAJRI,aAAa;AAAA","ignoreList":[]}
@@ -4,17 +4,17 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.ficTheme = exports.ficDarkTheme = exports.defaultTheme = void 0;
7
- var _themes = require("../components/buttons/FicButton/themes");
8
- var _dark = _interopRequireDefault(require("../components/buttons/FicButton/themes/dark"));
9
- var _themes2 = require("../components/notifications/Banner/themes");
10
- var _colors = require("./colors");
7
+ var _index = require("../components/buttons/FicButton/themes/index.js");
8
+ var _dark = _interopRequireDefault(require("../components/buttons/FicButton/themes/dark.js"));
9
+ var _index2 = require("../components/notifications/Banner/themes/index.js");
10
+ var _colors = require("./colors.js");
11
11
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
12
12
  // this is the right import but the package does not like it
13
13
  // we can use it to extends our CalendarThemeProps
14
14
  // import { Theme } from 'react-native-calendars/src/types';
15
15
 
16
16
  const ficTheme = exports.ficTheme = {
17
- banner: _themes2.bannerLightTheme,
17
+ banner: _index2.bannerLightTheme,
18
18
  generic: {
19
19
  backgroundLevel0: _colors.Colors.WHITE,
20
20
  backgroundLevel1: _colors.Colors.GREY_1,
@@ -60,7 +60,7 @@ const ficTheme = exports.ficTheme = {
60
60
  purple: _colors.Colors.PURPLE_D1,
61
61
  blue: _colors.Colors.BLUE_D1
62
62
  },
63
- ficButton: _themes.ficButtonLightTheme,
63
+ ficButton: _index.ficButtonLightTheme,
64
64
  flatButton: {
65
65
  color: _colors.Colors.BLACK_80,
66
66
  disabledColor: _colors.Colors.GREY_2,
@@ -122,6 +122,8 @@ const ficTheme = exports.ficTheme = {
122
122
  textInput: {
123
123
  color: _colors.Colors.BLACK_64,
124
124
  labelColor: _colors.Colors.BLACK_40,
125
+ disabledTextColor: _colors.Colors.GREY_4,
126
+ disabledLabelColor: _colors.Colors.GREY_3,
125
127
  mandatoryIndicatorColor: _colors.Colors.RED,
126
128
  placeholderColor: _colors.Colors.BLACK_40,
127
129
  inlineLeadingColor: _colors.Colors.BLACK_40,
@@ -216,7 +218,7 @@ const ficTheme = exports.ficTheme = {
216
218
  }
217
219
  };
218
220
  const ficDarkTheme = exports.ficDarkTheme = {
219
- banner: _themes2.bannerDarkTheme,
221
+ banner: _index2.bannerDarkTheme,
220
222
  generic: {
221
223
  backgroundLevel0: _colors.Colors.ELEVATION_1,
222
224
  backgroundLevel1: _colors.Colors.ELEVATION_2,
@@ -324,6 +326,8 @@ const ficDarkTheme = exports.ficDarkTheme = {
324
326
  textInput: {
325
327
  color: _colors.Colors.WHITE,
326
328
  labelColor: _colors.Colors.WHITE_64,
329
+ disabledTextColor: _colors.Colors.WHITE_40,
330
+ disabledLabelColor: _colors.Colors.WHITE_24,
327
331
  mandatoryIndicatorColor: _colors.Colors.RED_K,
328
332
  placeholderColor: _colors.Colors.WHITE_64,
329
333
  inlineLeadingColor: _colors.Colors.WHITE_80,
@@ -1 +1 @@
1
- {"version":3,"names":["_themes","require","_dark","_interopRequireDefault","_themes2","_colors","e","__esModule","default","ficTheme","exports","banner","bannerLightTheme","generic","backgroundLevel0","Colors","WHITE","backgroundLevel1","GREY_1","backgroundLevel2","GREY_2","backgroundLevel3","GREY_3","backgroundLevel4","GREY_4","title","BLACK_80","description","BLACK_64","disabledTitle","BLACK_40","disabledDescription","BLACK_24","divider","cardBackground","primaries","azure","AZURE","red","RED","green","GREEN","yellow","YELLOW","purple","PURPLE","blue","BLUE","primariesContrast","primariesLight","AZURE_L1","RED_L1","GREEN_L1","YELLOW_L1","PURPLE_L1","BLUE_L1","primariesDark","AZURE_D1","RED_D2","GREEN_D2","YELLOW_D2","PURPLE_D1","BLUE_D1","ficButton","ficButtonLightTheme","flatButton","color","disabledColor","backgroundColor","hasShadow","shadowColor","BLACK","borderRadius","disabledStyle","elevation","shadowOffset","width","height","shadowOpacity","containerStyle","undefined","gradientButton","isHorizontalGradient","backgroundColors","AZURE_L2","disabledBackgroundColors","outlineButton","disabledBackgroundColor","borderColor","disabledBorderColor","justifyContent","alignItems","alignSelf","textInput","labelColor","mandatoryIndicatorColor","placeholderColor","inlineLeadingColor","fieldIconColor","focusedBorderColor","erroredBorderColor","warningBorderColor","YELLOW_D1","typographies","bodyColor","buttonTitleColor","calloutColor","captionOneColor","captionTwoColor","footnoteColor","headlineColor","largeTitleColor","subheadColor","titleOneColor","titleTwoColor","titleThreeColor","touchables","rippleColors","highlightColor","searchBar","iconColor","selectionColor","useTextColor","errorColor","datePickers","calendarBackground","arrowColor","selectedDayBackgroundColor","selectedDayTextColor","selectedDotColor","dayTextColor","monthTextColor","todayTextColor","todayBackgroundColor","textMonthFontWeight","textMonthFontSize","textDayFontSize","textSectionTitleColor","textDisabledColor","indicatorColor","dotColor","pickers","activeColor","inactiveColor","guidesColor","bottomSheet","backdropColor","cancelButtonBackgroundColor","handleIndicator","header","emptyHeaderBackgroundColor","buttonsColor","titleColor","captionColor","WHITE_80","descriptionColor","handleColor","AZURE_L3","darkHandleColor","loaderColor","yearMonthPickers","arrowsColor","yearColor","monthsTextColor","selectedMonthTextColor","selectedMonthBackgroundColor","currentMonthTextColor","currentMonthBackgroundColor","ficDarkTheme","bannerDarkTheme","ELEVATION_1","ELEVATION_2","ELEVATION_3","ELEVATION_4","ELEVATION_5","WHITE_64","WHITE_40","WHITE_8","AZURE_K","RED_K_D1","GREEN_K","PURPLE_K","BLUE_K","AZURE_K_L1","RED_K_L1","GREEN_K_L1","BLUE_K_L1","AZURE_K_D1","RED_K_D2","GREEN_K_D2","BLUE_K_D1","ficButtonDarkTheme","AZURE_K_L2","WHITE_24","RED_K","AZURE_K_L3","BACKDROP","defaultTheme"],"sourceRoot":"../../../src","sources":["styles/theme.ts"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["_index","require","_dark","_interopRequireDefault","_index2","_colors","e","__esModule","default","ficTheme","exports","banner","bannerLightTheme","generic","backgroundLevel0","Colors","WHITE","backgroundLevel1","GREY_1","backgroundLevel2","GREY_2","backgroundLevel3","GREY_3","backgroundLevel4","GREY_4","title","BLACK_80","description","BLACK_64","disabledTitle","BLACK_40","disabledDescription","BLACK_24","divider","cardBackground","primaries","azure","AZURE","red","RED","green","GREEN","yellow","YELLOW","purple","PURPLE","blue","BLUE","primariesContrast","primariesLight","AZURE_L1","RED_L1","GREEN_L1","YELLOW_L1","PURPLE_L1","BLUE_L1","primariesDark","AZURE_D1","RED_D2","GREEN_D2","YELLOW_D2","PURPLE_D1","BLUE_D1","ficButton","ficButtonLightTheme","flatButton","color","disabledColor","backgroundColor","hasShadow","shadowColor","BLACK","borderRadius","disabledStyle","elevation","shadowOffset","width","height","shadowOpacity","containerStyle","undefined","gradientButton","isHorizontalGradient","backgroundColors","AZURE_L2","disabledBackgroundColors","outlineButton","disabledBackgroundColor","borderColor","disabledBorderColor","justifyContent","alignItems","alignSelf","textInput","labelColor","disabledTextColor","disabledLabelColor","mandatoryIndicatorColor","placeholderColor","inlineLeadingColor","fieldIconColor","focusedBorderColor","erroredBorderColor","warningBorderColor","YELLOW_D1","typographies","bodyColor","buttonTitleColor","calloutColor","captionOneColor","captionTwoColor","footnoteColor","headlineColor","largeTitleColor","subheadColor","titleOneColor","titleTwoColor","titleThreeColor","touchables","rippleColors","highlightColor","searchBar","iconColor","selectionColor","useTextColor","errorColor","datePickers","calendarBackground","arrowColor","selectedDayBackgroundColor","selectedDayTextColor","selectedDotColor","dayTextColor","monthTextColor","todayTextColor","todayBackgroundColor","textMonthFontWeight","textMonthFontSize","textDayFontSize","textSectionTitleColor","textDisabledColor","indicatorColor","dotColor","pickers","activeColor","inactiveColor","guidesColor","bottomSheet","backdropColor","cancelButtonBackgroundColor","handleIndicator","header","emptyHeaderBackgroundColor","buttonsColor","titleColor","captionColor","WHITE_80","descriptionColor","handleColor","AZURE_L3","darkHandleColor","loaderColor","yearMonthPickers","arrowsColor","yearColor","monthsTextColor","selectedMonthTextColor","selectedMonthBackgroundColor","currentMonthTextColor","currentMonthBackgroundColor","ficDarkTheme","bannerDarkTheme","ELEVATION_1","ELEVATION_2","ELEVATION_3","ELEVATION_4","ELEVATION_5","WHITE_64","WHITE_40","WHITE_8","AZURE_K","RED_K_D1","GREEN_K","PURPLE_K","BLUE_K","AZURE_K_L1","RED_K_L1","GREEN_K_L1","BLUE_K_L1","AZURE_K_D1","RED_K_D2","GREEN_K_D2","BLUE_K_D1","ficButtonDarkTheme","AZURE_K_L2","WHITE_24","RED_K","AZURE_K_L3","BACKDROP","defaultTheme"],"sourceRoot":"../../../src","sources":["styles/theme.ts"],"mappings":"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","ignoreList":[]}
@@ -34,8 +34,8 @@ const capitalizeStringArray = arr => {
34
34
  * const languageRegion = getDeviceLanguageAndRegion(true);
35
35
  */
36
36
  const getDeviceLanguageAndRegion = withNoRegion => {
37
- const language_region = _reactNative.Platform.OS === 'ios' ? _reactNative.NativeModules.SettingsManager.settings.AppleLocale || _reactNative.NativeModules.SettingsManager.settings.AppleLanguages[0] : _reactNative.NativeModules.I18nManager.localeIdentifier;
38
- const language = language_region.split('_')[0];
37
+ const language_region = _reactNative.Platform.OS === 'ios' ? _reactNative.NativeModules.SettingsManager.settings?.AppleLocale || _reactNative.NativeModules.SettingsManager.settings?.AppleLanguages[0] : _reactNative.NativeModules.I18nManager.localeIdentifier;
38
+ const language = language_region?.split('_')[0];
39
39
  return withNoRegion ? language : language_region;
40
40
  };
41
41
  exports.getDeviceLanguageAndRegion = getDeviceLanguageAndRegion;
@@ -1 +1 @@
1
- {"version":3,"names":["_lodash","require","_moment","_interopRequireDefault","_reactNative","_reactNativeCalendars","e","__esModule","default","calendarLocaleConfig","localeCode","momentLocale","moment","localeData","monthNames","capitalizeStringArray","months","monthNamesShort","monthsShort","dayNames","weekdays","dayNamesShort","weekdaysShort","today","arr","map","element","capitalize","getDeviceLanguageAndRegion","withNoRegion","language_region","Platform","OS","NativeModules","SettingsManager","settings","AppleLocale","AppleLanguages","I18nManager","localeIdentifier","language","split","exports","desiredLocale","undefined","setLocale","locale","LocaleConfig","locales","defaultLocale","_default"],"sourceRoot":"../../../src","sources":["utils/locale.ts"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AACA,IAAAC,OAAA,GAAAC,sBAAA,CAAAF,OAAA;AACAA,OAAA;AACA,IAAAG,YAAA,GAAAH,OAAA;AACA,IAAAI,qBAAA,GAAAJ,OAAA;AAAsD,SAAAE,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAEtD,MAAMG,oBAAoB,GAAIC,UAAkB,IAAK;EACnD,MAAMC,YAAY,GAAGC,eAAM,CAACC,UAAU,CAACH,UAAU,CAAC;EAElD,OAAO;IACLI,UAAU,EAAEC,qBAAqB,CAACJ,YAAY,CAACK,MAAM,CAAC,CAAC,CAAC;IACxDC,eAAe,EAAEF,qBAAqB,CAACJ,YAAY,CAACO,WAAW,CAAC,CAAC,CAAC;IAClEC,QAAQ,EAAEJ,qBAAqB,CAACJ,YAAY,CAACS,QAAQ,CAAC,CAAC,CAAC;IACxDC,aAAa,EAAEN,qBAAqB,CAACJ,YAAY,CAACW,aAAa,CAAC,CAAC,CAAC;IAClEC,KAAK,EAAE;EACT,CAAC;AACH,CAAC;AAED,MAAMR,qBAAqB,GAAIS,GAAa,IAAK;EAC/C,OAAO,IAAAC,WAAG,EAACD,GAAG,EAAEE,OAAO,IAAI,IAAAC,kBAAU,EAACD,OAAO,CAAC,CAAC;AACjD,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACO,MAAME,0BAA0B,GAAIC,YAAsB,IAAa;EAC5E,MAAMC,eAAe,GACnBC,qBAAQ,CAACC,EAAE,KAAK,KAAK,GACjBC,0BAAa,CAACC,eAAe,CAACC,QAAQ,CAACC,WAAW,IAAIH,0BAAa,CAACC,eAAe,CAACC,QAAQ,CAACE,cAAc,CAAC,CAAC,CAAC,GAC9GJ,0BAAa,CAACK,WAAW,CAACC,gBAAgB;EAChD,MAAMC,QAAQ,GAAGV,eAAe,CAACW,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;EAC9C,OAAOZ,YAAY,GAAGW,QAAQ,GAAGV,eAAe;AAClD,CAAC;AAACY,OAAA,CAAAd,0BAAA,GAAAA,0BAAA;AAEK,IAAIe,aAAiC,GAAAD,OAAA,CAAAC,aAAA,GAAGC,SAAS;AAExD,MAAMC,SAAS,GAAInC,UAAkB,IAAK;EACxCE,eAAM,CAACkC,MAAM,CAACpC,UAAU,CAAC;EACzBqC,kCAAY,CAACC,OAAO,CAACtC,UAAU,CAAC,GAAGD,oBAAoB,CAACC,UAAU,CAAC;EACnEqC,kCAAY,CAACE,aAAa,GAAGvC,UAAU;EACvCgC,OAAA,CAAAC,aAAA,GAAAA,aAAa,GAAGjC,UAAU;AAC5B,CAAC;AAAC,IAAAwC,QAAA,GAAAR,OAAA,CAAAlC,OAAA,GAEaqC,SAAS","ignoreList":[]}
1
+ {"version":3,"names":["_lodash","require","_moment","_interopRequireDefault","_reactNative","_reactNativeCalendars","e","__esModule","default","calendarLocaleConfig","localeCode","momentLocale","moment","localeData","monthNames","capitalizeStringArray","months","monthNamesShort","monthsShort","dayNames","weekdays","dayNamesShort","weekdaysShort","today","arr","map","element","capitalize","getDeviceLanguageAndRegion","withNoRegion","language_region","Platform","OS","NativeModules","SettingsManager","settings","AppleLocale","AppleLanguages","I18nManager","localeIdentifier","language","split","exports","desiredLocale","undefined","setLocale","locale","LocaleConfig","locales","defaultLocale","_default"],"sourceRoot":"../../../src","sources":["utils/locale.ts"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AACA,IAAAC,OAAA,GAAAC,sBAAA,CAAAF,OAAA;AACAA,OAAA;AACA,IAAAG,YAAA,GAAAH,OAAA;AACA,IAAAI,qBAAA,GAAAJ,OAAA;AAAsD,SAAAE,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAEtD,MAAMG,oBAAoB,GAAIC,UAAkB,IAAK;EACnD,MAAMC,YAAY,GAAGC,eAAM,CAACC,UAAU,CAACH,UAAU,CAAC;EAElD,OAAO;IACLI,UAAU,EAAEC,qBAAqB,CAACJ,YAAY,CAACK,MAAM,CAAC,CAAC,CAAC;IACxDC,eAAe,EAAEF,qBAAqB,CAACJ,YAAY,CAACO,WAAW,CAAC,CAAC,CAAC;IAClEC,QAAQ,EAAEJ,qBAAqB,CAACJ,YAAY,CAACS,QAAQ,CAAC,CAAC,CAAC;IACxDC,aAAa,EAAEN,qBAAqB,CAACJ,YAAY,CAACW,aAAa,CAAC,CAAC,CAAC;IAClEC,KAAK,EAAE;EACT,CAAC;AACH,CAAC;AAED,MAAMR,qBAAqB,GAAIS,GAAa,IAAK;EAC/C,OAAO,IAAAC,WAAG,EAACD,GAAG,EAAEE,OAAO,IAAI,IAAAC,kBAAU,EAACD,OAAO,CAAC,CAAC;AACjD,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACO,MAAME,0BAA0B,GAAIC,YAAsB,IAAa;EAC5E,MAAMC,eAAe,GACnBC,qBAAQ,CAACC,EAAE,KAAK,KAAK,GACjBC,0BAAa,CAACC,eAAe,CAACC,QAAQ,EAAEC,WAAW,IAAIH,0BAAa,CAACC,eAAe,CAACC,QAAQ,EAAEE,cAAc,CAAC,CAAC,CAAC,GAChHJ,0BAAa,CAACK,WAAW,CAACC,gBAAgB;EAChD,MAAMC,QAAQ,GAAGV,eAAe,EAAEW,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;EAC/C,OAAOZ,YAAY,GAAGW,QAAQ,GAAGV,eAAe;AAClD,CAAC;AAACY,OAAA,CAAAd,0BAAA,GAAAA,0BAAA;AAEK,IAAIe,aAAiC,GAAAD,OAAA,CAAAC,aAAA,GAAGC,SAAS;AAExD,MAAMC,SAAS,GAAInC,UAAkB,IAAK;EACxCE,eAAM,CAACkC,MAAM,CAACpC,UAAU,CAAC;EACzBqC,kCAAY,CAACC,OAAO,CAACtC,UAAU,CAAC,GAAGD,oBAAoB,CAACC,UAAU,CAAC;EACnEqC,kCAAY,CAACE,aAAa,GAAGvC,UAAU;EACvCgC,OAAA,CAAAC,aAAA,GAAAA,aAAa,GAAGjC,UAAU;AAC5B,CAAC;AAAC,IAAAwC,QAAA,GAAAR,OAAA,CAAAlC,OAAA,GAEaqC,SAAS","ignoreList":[]}
@@ -1,8 +1,10 @@
1
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
1
+ "use strict";
2
+
2
3
  import React from 'react';
3
4
  import { StyleSheet, View } from 'react-native';
4
- import { Colors } from '../../styles/colors';
5
- import { CaptionOne } from '../typographies/CaptionOne';
5
+ import { Colors } from "../../styles/colors.js";
6
+ import { CaptionOne } from "../typographies/CaptionOne/index.js";
7
+ import { jsx as _jsx } from "react/jsx-runtime";
6
8
  const Tag = ({
7
9
  text,
8
10
  color = Colors.WHITE,
@@ -18,12 +20,15 @@ const Tag = ({
18
20
  backgroundColor,
19
21
  borderRadius: rounded ? 100 : 4
20
22
  }, style];
21
- return /*#__PURE__*/React.createElement(View, _extends({
22
- style: containerStyle
23
- }, rest), finalText ? /*#__PURE__*/React.createElement(CaptionOne, {
24
- color: color,
25
- numberOfLines: 1
26
- }, avoidUpperCase ? finalText : finalText.toUpperCase()) : children);
23
+ return /*#__PURE__*/_jsx(View, {
24
+ style: containerStyle,
25
+ ...rest,
26
+ children: finalText ? /*#__PURE__*/_jsx(CaptionOne, {
27
+ color: color,
28
+ numberOfLines: 1,
29
+ children: avoidUpperCase ? finalText : finalText.toUpperCase()
30
+ }) : children
31
+ });
27
32
  };
28
33
  const styles = StyleSheet.create({
29
34
  container: {
@@ -1 +1 @@
1
- {"version":3,"names":["React","StyleSheet","View","Colors","CaptionOne","Tag","text","color","WHITE","backgroundColor","GREY_4","rounded","children","avoidUpperCase","style","rest","finalText","undefined","containerStyle","styles","container","borderRadius","createElement","_extends","numberOfLines","toUpperCase","create","alignItems","justifyContent","paddingVertical","paddingHorizontal"],"sourceRoot":"../../../../src","sources":["components/Tag/Tag.tsx"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,UAAU,EAAEC,IAAI,QAAmB,cAAc;AAC1D,SAASC,MAAM,QAAQ,qBAAqB;AAC5C,SAASC,UAAU,QAAQ,4BAA4B;AAWvD,MAAMC,GAAwB,GAAGA,CAAC;EAChCC,IAAI;EACJC,KAAK,GAAGJ,MAAM,CAACK,KAAK;EACpBC,eAAe,GAAGN,MAAM,CAACO,MAAM;EAC/BC,OAAO,GAAG,KAAK;EACfC,QAAQ;EACRC,cAAc,GAAG,KAAK;EACtBC,KAAK;EACL,GAAGC;AACL,CAAC,KAAK;EACJ,MAAMC,SAAS,GACbV,IAAI,KAAK,CAAC,CAACM,QAAQ,IAAI,OAAOA,QAAQ,KAAK,QAAQ,GAAGA,QAAQ,GAAGK,SAAS,CAAC;EAE7E,MAAMC,cAAc,GAAG,CACrBC,MAAM,CAACC,SAAS,EAChB;IACEX,eAAe;IACfY,YAAY,EAAEV,OAAO,GAAG,GAAG,GAAG;EAChC,CAAC,EACDG,KAAK,CACN;EAED,oBACEd,KAAA,CAAAsB,aAAA,CAACpB,IAAI,EAAAqB,QAAA;IAACT,KAAK,EAAEI;EAAe,GAAKH,IAAI,GAClCC,SAAS,gBACRhB,KAAA,CAAAsB,aAAA,CAAClB,UAAU;IAACG,KAAK,EAAEA,KAAM;IAACiB,aAAa,EAAE;EAAE,GACxCX,cAAc,GAAGG,SAAS,GAAGA,SAAS,CAACS,WAAW,CAAC,CAC1C,CAAC,GAEbb,QAEE,CAAC;AAEX,CAAC;AAED,MAAMO,MAAM,GAAGlB,UAAU,CAACyB,MAAM,CAAC;EAC/BN,SAAS,EAAE;IACTO,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE,QAAQ;IACxBC,eAAe,EAAE,CAAC;IAClBC,iBAAiB,EAAE;EACrB;AACF,CAAC,CAAC;AAEF,eAAezB,GAAG","ignoreList":[]}
1
+ {"version":3,"names":["React","StyleSheet","View","Colors","CaptionOne","jsx","_jsx","Tag","text","color","WHITE","backgroundColor","GREY_4","rounded","children","avoidUpperCase","style","rest","finalText","undefined","containerStyle","styles","container","borderRadius","numberOfLines","toUpperCase","create","alignItems","justifyContent","paddingVertical","paddingHorizontal"],"sourceRoot":"../../../../src","sources":["components/Tag/Tag.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,UAAU,EAAEC,IAAI,QAAmB,cAAc;AAC1D,SAASC,MAAM,QAAQ,wBAAqB;AAC5C,SAASC,UAAU,QAAQ,qCAA4B;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAWxD,MAAMC,GAAwB,GAAGA,CAAC;EAChCC,IAAI;EACJC,KAAK,GAAGN,MAAM,CAACO,KAAK;EACpBC,eAAe,GAAGR,MAAM,CAACS,MAAM;EAC/BC,OAAO,GAAG,KAAK;EACfC,QAAQ;EACRC,cAAc,GAAG,KAAK;EACtBC,KAAK;EACL,GAAGC;AACL,CAAC,KAAK;EACJ,MAAMC,SAAS,GACbV,IAAI,KAAK,CAAC,CAACM,QAAQ,IAAI,OAAOA,QAAQ,KAAK,QAAQ,GAAGA,QAAQ,GAAGK,SAAS,CAAC;EAE7E,MAAMC,cAAc,GAAG,CACrBC,MAAM,CAACC,SAAS,EAChB;IACEX,eAAe;IACfY,YAAY,EAAEV,OAAO,GAAG,GAAG,GAAG;EAChC,CAAC,EACDG,KAAK,CACN;EAED,oBACEV,IAAA,CAACJ,IAAI;IAACc,KAAK,EAAEI,cAAe;IAAA,GAAKH,IAAI;IAAAH,QAAA,EAClCI,SAAS,gBACRZ,IAAA,CAACF,UAAU;MAACK,KAAK,EAAEA,KAAM;MAACe,aAAa,EAAE,CAAE;MAAAV,QAAA,EACxCC,cAAc,GAAGG,SAAS,GAAGA,SAAS,CAACO,WAAW,CAAC;IAAC,CAC3C,CAAC,GAEbX;EACD,CACG,CAAC;AAEX,CAAC;AAED,MAAMO,MAAM,GAAGpB,UAAU,CAACyB,MAAM,CAAC;EAC/BJ,SAAS,EAAE;IACTK,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE,QAAQ;IACxBC,eAAe,EAAE,CAAC;IAClBC,iBAAiB,EAAE;EACrB;AACF,CAAC,CAAC;AAEF,eAAevB,GAAG","ignoreList":[]}
@@ -1,3 +1,5 @@
1
- import Tag from './Tag';
1
+ "use strict";
2
+
3
+ import Tag from "./Tag.js";
2
4
  export { Tag };
3
5
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["Tag"],"sourceRoot":"../../../../src","sources":["components/Tag/index.ts"],"mappings":"AAAA,OAAOA,GAAG,MAAM,OAAO;AAEvB,SAASA,GAAG","ignoreList":[]}
1
+ {"version":3,"names":["Tag"],"sourceRoot":"../../../../src","sources":["components/Tag/index.ts"],"mappings":";;AAAA,OAAOA,GAAG,MAAM,UAAO;AAEvB,SAASA,GAAG","ignoreList":[]}
@@ -1,9 +1,11 @@
1
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
1
+ "use strict";
2
+
2
3
  import { throttle } from 'lodash';
3
4
  import React from 'react';
4
5
  import { Platform, TouchableHighlight, TouchableNativeFeedback, TouchableOpacity, View } from 'react-native';
5
6
  import { TouchableNativeFeedback as GHTouchableNativeFeedback } from 'react-native-gesture-handler';
6
- import { useTheme } from '../../hooks/useTheme';
7
+ import { useTheme } from "../../hooks/useTheme.js";
8
+ import { jsx as _jsx } from "react/jsx-runtime";
7
9
  const Touchable = ({
8
10
  onPress,
9
11
  children,
@@ -30,16 +32,20 @@ const Touchable = ({
30
32
  // All Android Buttons should have the ripple effect
31
33
  if (Platform.OS === 'android') {
32
34
  if (!gestureHandler || disabled) {
33
- return /*#__PURE__*/React.createElement(TouchableNativeFeedback, _extends({}, rest, {
35
+ return /*#__PURE__*/_jsx(TouchableNativeFeedback, {
36
+ ...rest,
34
37
  onPress: onPressHandler,
35
38
  background: TouchableNativeFeedback.Ripple(rippleColors, borderless),
36
39
  useForeground: TouchableNativeFeedback.canUseNativeForeground(),
37
- disabled: disabled
38
- }), /*#__PURE__*/React.createElement(View, {
39
- style: style
40
- }, children));
40
+ disabled: disabled,
41
+ children: /*#__PURE__*/_jsx(View, {
42
+ style: style,
43
+ children: children
44
+ })
45
+ });
41
46
  } else {
42
- return /*#__PURE__*/React.createElement(GHTouchableNativeFeedback, _extends({}, rest, {
47
+ return /*#__PURE__*/_jsx(GHTouchableNativeFeedback, {
48
+ ...rest,
43
49
  onPress: onPressHandler
44
50
  // @ts-ignore
45
51
  ,
@@ -51,22 +57,27 @@ const Touchable = ({
51
57
  style: style
52
58
  // @ts-ignore
53
59
  ,
54
- containerStyle: containerStyle
55
- }), children);
60
+ containerStyle: containerStyle,
61
+ children: children
62
+ });
56
63
  }
57
64
  }
58
65
 
59
66
  // Normal iOS buttons use TouchableOpacity
60
- return highlight ? /*#__PURE__*/React.createElement(TouchableHighlight, _extends({}, rest, {
67
+ return highlight ? /*#__PURE__*/_jsx(TouchableHighlight, {
68
+ ...rest,
61
69
  onPress: onPressHandler,
62
70
  disabled: disabled,
63
71
  style: style,
64
- underlayColor: highlightColor
65
- }), children) : /*#__PURE__*/React.createElement(TouchableOpacity, _extends({}, rest, {
72
+ underlayColor: highlightColor,
73
+ children: children
74
+ }) : /*#__PURE__*/_jsx(TouchableOpacity, {
75
+ ...rest,
66
76
  onPress: onPressHandler,
67
77
  disabled: disabled,
68
- style: style
69
- }), children);
78
+ style: style,
79
+ children: children
80
+ });
70
81
  };
71
82
  export default Touchable;
72
83
  //# sourceMappingURL=Touchable.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["throttle","React","Platform","TouchableHighlight","TouchableNativeFeedback","TouchableOpacity","View","GHTouchableNativeFeedback","useTheme","Touchable","onPress","children","style","containerStyle","disabled","highlight","borderless","gestureHandler","theme","rest","touchables","touchablesTheme","rippleColors","highlightColor","onPressHandler","trailing","OS","createElement","_extends","background","Ripple","useForeground","canUseNativeForeground","underlayColor"],"sourceRoot":"../../../../src","sources":["components/Touchable/Touchable.tsx"],"mappings":";AAAA,SAASA,QAAQ,QAAQ,QAAQ;AACjC,OAAOC,KAAK,MAA6B,OAAO;AAChD,SAEEC,QAAQ,EAERC,kBAAkB,EAClBC,uBAAuB,EACvBC,gBAAgB,EAEhBC,IAAI,QAEC,cAAc;AACrB,SAASF,uBAAuB,IAAIG,yBAAyB,QAAQ,8BAA8B;AACnG,SAASC,QAAQ,QAAQ,sBAAsB;AAc/C,MAAMC,SAA6C,GAAGA,CAAC;EACrDC,OAAO;EACPC,QAAQ;EACRC,KAAK;EACLC,cAAc;EACdC,QAAQ;EACRC,SAAS,GAAG,KAAK;EACjBC,UAAU,GAAG,KAAK;EAClBC,cAAc,GAAG,IAAI;EACrBC,KAAK;EACL,GAAGC;AACL,CAAC,KAAK;EACJ,MAAM;IAAEC,UAAU,EAAEC;EAAgB,CAAC,GAAGb,QAAQ,CAAC,CAAC;EAElD,MAAM;IACJc,YAAY,GAAGD,eAAe,CAACC,YAAY;IAC3CC,cAAc,GAAGF,eAAe,CAACE;EACnC,CAAC,GAAGL,KAAK,IAAI,CAAC,CAAC;EAEf,MAAMM,cAAc,GAAGd,OAAO,IAAIV,QAAQ,CAACU,OAAO,EAAE,GAAG,EAAE;IAAEe,QAAQ,EAAE;EAAM,CAAC,CAAC;;EAE7E;EACA,IAAIvB,QAAQ,CAACwB,EAAE,KAAK,SAAS,EAAE;IAC7B,IAAI,CAACT,cAAc,IAAIH,QAAQ,EAAE;MAC/B,oBACEb,KAAA,CAAA0B,aAAA,CAACvB,uBAAuB,EAAAwB,QAAA,KAClBT,IAAI;QACRT,OAAO,EAAEc,cAAe;QACxBK,UAAU,EAAEzB,uBAAuB,CAAC0B,MAAM,CAACR,YAAY,EAAEN,UAAU,CAAE;QACrEe,aAAa,EAAE3B,uBAAuB,CAAC4B,sBAAsB,CAAC,CAAE;QAChElB,QAAQ,EAAEA;MAAS,iBAEnBb,KAAA,CAAA0B,aAAA,CAACrB,IAAI;QAACM,KAAK,EAAEA;MAAM,GAAED,QAAe,CACb,CAAC;IAE9B,CAAC,MAAM;MACL,oBACEV,KAAA,CAAA0B,aAAA,CAACpB,yBAAyB,EAAAqB,QAAA,KACpBT,IAAI;QACRT,OAAO,EAAEc;QACT;QAAA;QACAK,UAAU,EAAEtB,yBAAyB,CAACuB,MAAM,CAC1CR,YAAY,EACZN,UACF;QACA;QAAA;QACAe,aAAa,EAAExB,yBAAyB,CAACyB,sBAAsB,CAAC,CAAE;QAClElB,QAAQ,EAAEA,QAAS;QACnBF,KAAK,EAAEA;QACP;QAAA;QACAC,cAAc,EAAEA;MAAe,IAE9BF,QACwB,CAAC;IAEhC;EACF;;EAEA;EACA,OAAOI,SAAS,gBACdd,KAAA,CAAA0B,aAAA,CAACxB,kBAAkB,EAAAyB,QAAA,KACbT,IAAI;IACRT,OAAO,EAAEc,cAAe;IACxBV,QAAQ,EAAEA,QAAS;IACnBF,KAAK,EAAEA,KAAM;IACbqB,aAAa,EAAEV;EAAe,IAE7BZ,QACiB,CAAC,gBAErBV,KAAA,CAAA0B,aAAA,CAACtB,gBAAgB,EAAAuB,QAAA,KACXT,IAAI;IACRT,OAAO,EAAEc,cAAe;IACxBV,QAAQ,EAAEA,QAAS;IACnBF,KAAK,EAAEA;EAAM,IAEZD,QACe,CACnB;AACH,CAAC;AAED,eAAeF,SAAS","ignoreList":[]}
1
+ {"version":3,"names":["throttle","React","Platform","TouchableHighlight","TouchableNativeFeedback","TouchableOpacity","View","GHTouchableNativeFeedback","useTheme","jsx","_jsx","Touchable","onPress","children","style","containerStyle","disabled","highlight","borderless","gestureHandler","theme","rest","touchables","touchablesTheme","rippleColors","highlightColor","onPressHandler","trailing","OS","background","Ripple","useForeground","canUseNativeForeground","underlayColor"],"sourceRoot":"../../../../src","sources":["components/Touchable/Touchable.tsx"],"mappings":";;AAAA,SAASA,QAAQ,QAAQ,QAAQ;AACjC,OAAOC,KAAK,MAA6B,OAAO;AAChD,SAEEC,QAAQ,EAERC,kBAAkB,EAClBC,uBAAuB,EACvBC,gBAAgB,EAEhBC,IAAI,QAEC,cAAc;AACrB,SAASF,uBAAuB,IAAIG,yBAAyB,QAAQ,8BAA8B;AACnG,SAASC,QAAQ,QAAQ,yBAAsB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAchD,MAAMC,SAA6C,GAAGA,CAAC;EACrDC,OAAO;EACPC,QAAQ;EACRC,KAAK;EACLC,cAAc;EACdC,QAAQ;EACRC,SAAS,GAAG,KAAK;EACjBC,UAAU,GAAG,KAAK;EAClBC,cAAc,GAAG,IAAI;EACrBC,KAAK;EACL,GAAGC;AACL,CAAC,KAAK;EACJ,MAAM;IAAEC,UAAU,EAAEC;EAAgB,CAAC,GAAGf,QAAQ,CAAC,CAAC;EAElD,MAAM;IACJgB,YAAY,GAAGD,eAAe,CAACC,YAAY;IAC3CC,cAAc,GAAGF,eAAe,CAACE;EACnC,CAAC,GAAGL,KAAK,IAAI,CAAC,CAAC;EAEf,MAAMM,cAAc,GAAGd,OAAO,IAAIZ,QAAQ,CAACY,OAAO,EAAE,GAAG,EAAE;IAAEe,QAAQ,EAAE;EAAM,CAAC,CAAC;;EAE7E;EACA,IAAIzB,QAAQ,CAAC0B,EAAE,KAAK,SAAS,EAAE;IAC7B,IAAI,CAACT,cAAc,IAAIH,QAAQ,EAAE;MAC/B,oBACEN,IAAA,CAACN,uBAAuB;QAAA,GAClBiB,IAAI;QACRT,OAAO,EAAEc,cAAe;QACxBG,UAAU,EAAEzB,uBAAuB,CAAC0B,MAAM,CAACN,YAAY,EAAEN,UAAU,CAAE;QACrEa,aAAa,EAAE3B,uBAAuB,CAAC4B,sBAAsB,CAAC,CAAE;QAChEhB,QAAQ,EAAEA,QAAS;QAAAH,QAAA,eAEnBH,IAAA,CAACJ,IAAI;UAACQ,KAAK,EAAEA,KAAM;UAAAD,QAAA,EAAEA;QAAQ,CAAO;MAAC,CACd,CAAC;IAE9B,CAAC,MAAM;MACL,oBACEH,IAAA,CAACH,yBAAyB;QAAA,GACpBc,IAAI;QACRT,OAAO,EAAEc;QACT;QAAA;QACAG,UAAU,EAAEtB,yBAAyB,CAACuB,MAAM,CAC1CN,YAAY,EACZN,UACF;QACA;QAAA;QACAa,aAAa,EAAExB,yBAAyB,CAACyB,sBAAsB,CAAC,CAAE;QAClEhB,QAAQ,EAAEA,QAAS;QACnBF,KAAK,EAAEA;QACP;QAAA;QACAC,cAAc,EAAEA,cAAe;QAAAF,QAAA,EAE9BA;MAAQ,CACgB,CAAC;IAEhC;EACF;;EAEA;EACA,OAAOI,SAAS,gBACdP,IAAA,CAACP,kBAAkB;IAAA,GACbkB,IAAI;IACRT,OAAO,EAAEc,cAAe;IACxBV,QAAQ,EAAEA,QAAS;IACnBF,KAAK,EAAEA,KAAM;IACbmB,aAAa,EAAER,cAAe;IAAAZ,QAAA,EAE7BA;EAAQ,CACS,CAAC,gBAErBH,IAAA,CAACL,gBAAgB;IAAA,GACXgB,IAAI;IACRT,OAAO,EAAEc,cAAe;IACxBV,QAAQ,EAAEA,QAAS;IACnBF,KAAK,EAAEA,KAAM;IAAAD,QAAA,EAEZA;EAAQ,CACO,CACnB;AACH,CAAC;AAED,eAAeF,SAAS","ignoreList":[]}
@@ -1,3 +1,5 @@
1
- import Touchable from './Touchable';
1
+ "use strict";
2
+
3
+ import Touchable from "./Touchable.js";
2
4
  export { Touchable };
3
5
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["Touchable"],"sourceRoot":"../../../../src","sources":["components/Touchable/index.ts"],"mappings":"AAAA,OAAOA,SAAS,MAAM,aAAa;AAEnC,SAASA,SAAS","ignoreList":[]}
1
+ {"version":3,"names":["Touchable"],"sourceRoot":"../../../../src","sources":["components/Touchable/index.ts"],"mappings":";;AAAA,OAAOA,SAAS,MAAM,gBAAa;AAEnC,SAASA,SAAS","ignoreList":[]}