@fattureincloud-mobile/fic-mobile-ds 1.2.1 → 1.2.3

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 (622) 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 +48 -41
  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 +37 -35
  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 +7 -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 +51 -41
  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 +39 -35
  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 +6 -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/commonjs/components/buttons/FicButton/FicButton.types.d.ts.map +1 -0
  272. package/lib/typescript/commonjs/components/buttons/FicButton/FicButtonIcon.d.ts.map +1 -0
  273. package/lib/typescript/commonjs/components/buttons/FicButton/FicButtonPrimary.d.ts.map +1 -0
  274. package/lib/typescript/commonjs/components/buttons/FicButton/FicButtonSecondary.d.ts.map +1 -0
  275. package/lib/typescript/commonjs/components/buttons/FicButton/FicButtonTertiary.d.ts.map +1 -0
  276. package/lib/typescript/commonjs/components/buttons/FicButton/Icon.stories.d.ts +22 -0
  277. package/lib/typescript/commonjs/components/buttons/FicButton/Icon.stories.d.ts.map +1 -0
  278. package/lib/typescript/commonjs/components/buttons/FicButton/Primary.stories.d.ts +33 -0
  279. package/lib/typescript/commonjs/components/buttons/FicButton/Primary.stories.d.ts.map +1 -0
  280. package/lib/typescript/commonjs/components/buttons/FicButton/Secondary.stories.d.ts +20 -0
  281. package/lib/typescript/commonjs/components/buttons/FicButton/Secondary.stories.d.ts.map +1 -0
  282. package/lib/typescript/commonjs/components/buttons/FicButton/Tertiary.stories.d.ts +21 -0
  283. package/lib/typescript/commonjs/components/buttons/FicButton/Tertiary.stories.d.ts.map +1 -0
  284. package/lib/typescript/commonjs/components/buttons/FicButton/constants.d.ts.map +1 -0
  285. package/lib/typescript/commonjs/components/buttons/FicButton/index.d.ts.map +1 -0
  286. package/lib/typescript/commonjs/components/buttons/FicButton/themes/dark.d.ts.map +1 -0
  287. package/lib/typescript/commonjs/components/buttons/FicButton/themes/index.d.ts +4 -0
  288. package/lib/typescript/commonjs/components/buttons/FicButton/themes/index.d.ts.map +1 -0
  289. package/lib/typescript/commonjs/components/buttons/FicButton/themes/light.d.ts.map +1 -0
  290. package/lib/typescript/commonjs/components/buttons/FicButtonGroup/ButtonGroup.stories.d.ts +37 -0
  291. package/lib/typescript/commonjs/components/buttons/FicButtonGroup/ButtonGroup.stories.d.ts.map +1 -0
  292. package/lib/typescript/commonjs/components/buttons/FicButtonGroup/FicButtonGroup.d.ts.map +1 -0
  293. package/lib/typescript/commonjs/components/buttons/FicButtonGroup/FicButtonGroup.types.d.ts.map +1 -0
  294. package/lib/typescript/commonjs/components/buttons/FicButtonGroup/index.d.ts.map +1 -0
  295. package/lib/typescript/commonjs/components/notifications/Banner/Banner.d.ts.map +1 -0
  296. package/lib/typescript/commonjs/components/notifications/Banner/Banner.types.d.ts.map +1 -0
  297. package/lib/typescript/commonjs/components/notifications/Banner/index.d.ts.map +1 -0
  298. package/lib/typescript/commonjs/components/notifications/Banner/themes/dark.d.ts.map +1 -0
  299. package/lib/typescript/commonjs/components/notifications/Banner/themes/index.d.ts.map +1 -0
  300. package/lib/typescript/commonjs/components/notifications/Banner/themes/light.d.ts.map +1 -0
  301. package/lib/typescript/commonjs/components/typographies/Body/Body.d.ts.map +1 -0
  302. package/lib/typescript/commonjs/components/typographies/Body/index.d.ts.map +1 -0
  303. package/lib/typescript/commonjs/components/typographies/ButtonTitle/ButtonTitle.d.ts.map +1 -0
  304. package/lib/typescript/commonjs/components/typographies/ButtonTitle/index.d.ts.map +1 -0
  305. package/lib/typescript/commonjs/components/typographies/Callout/Callout.d.ts.map +1 -0
  306. package/lib/typescript/commonjs/components/typographies/Callout/index.d.ts.map +1 -0
  307. package/lib/typescript/commonjs/components/typographies/CaptionOne/CaptionOne.d.ts.map +1 -0
  308. package/lib/typescript/commonjs/components/typographies/CaptionOne/index.d.ts.map +1 -0
  309. package/lib/typescript/commonjs/components/typographies/CaptionTwo/CaptionTwo.d.ts.map +1 -0
  310. package/lib/typescript/commonjs/components/typographies/CaptionTwo/index.d.ts.map +1 -0
  311. package/lib/typescript/commonjs/components/typographies/Footnote/Footnote.d.ts.map +1 -0
  312. package/lib/typescript/commonjs/components/typographies/Footnote/index.d.ts.map +1 -0
  313. package/lib/typescript/commonjs/components/typographies/Headline/Headline.d.ts.map +1 -0
  314. package/lib/typescript/commonjs/components/typographies/Headline/index.d.ts.map +1 -0
  315. package/lib/typescript/commonjs/components/typographies/LargeTitle/LargeTitle.d.ts.map +1 -0
  316. package/lib/typescript/commonjs/components/typographies/LargeTitle/index.d.ts.map +1 -0
  317. package/lib/typescript/commonjs/components/typographies/Subhead/Subhead.d.ts.map +1 -0
  318. package/lib/typescript/commonjs/components/typographies/Subhead/index.d.ts.map +1 -0
  319. package/lib/typescript/commonjs/components/typographies/TitleOne/TitleOne.d.ts.map +1 -0
  320. package/lib/typescript/commonjs/components/typographies/TitleOne/index.d.ts.map +1 -0
  321. package/lib/typescript/commonjs/components/typographies/TitleThree/TitleThree.d.ts.map +1 -0
  322. package/lib/typescript/commonjs/components/typographies/TitleThree/index.d.ts.map +1 -0
  323. package/lib/typescript/commonjs/components/typographies/TitleTwo/TitleTwo.d.ts.map +1 -0
  324. package/lib/typescript/commonjs/components/typographies/TitleTwo/index.d.ts.map +1 -0
  325. package/lib/typescript/{components → commonjs/components}/typographies/font.d.ts +1 -1
  326. package/lib/typescript/commonjs/components/typographies/font.d.ts.map +1 -0
  327. package/lib/typescript/commonjs/hooks/useTheme.d.ts.map +1 -0
  328. package/lib/typescript/commonjs/index.d.ts.map +1 -0
  329. package/lib/typescript/commonjs/package.json +1 -0
  330. package/lib/typescript/commonjs/providers/DesignSystemProvider/DesignSystemProvider.d.ts.map +1 -0
  331. package/lib/typescript/commonjs/providers/DesignSystemProvider/index.d.ts.map +1 -0
  332. package/lib/typescript/commonjs/providers/IconProvider/IconProvider.d.ts.map +1 -0
  333. package/lib/typescript/commonjs/providers/IconProvider/index.d.ts.map +1 -0
  334. package/lib/typescript/commonjs/providers/ThemeProvider/ThemeProvider.d.ts.map +1 -0
  335. package/lib/typescript/commonjs/styles/calendarTheme.d.ts.map +1 -0
  336. package/lib/typescript/commonjs/styles/colors.d.ts.map +1 -0
  337. package/lib/typescript/commonjs/styles/globalStyles.d.ts.map +1 -0
  338. package/lib/typescript/commonjs/styles/space.d.ts.map +1 -0
  339. package/lib/typescript/commonjs/styles/theme.d.ts.map +1 -0
  340. package/lib/typescript/commonjs/utils/locale.d.ts.map +1 -0
  341. package/lib/typescript/module/components/Tag/Tag.d.ts +13 -0
  342. package/lib/typescript/module/components/Tag/Tag.d.ts.map +1 -0
  343. package/lib/typescript/module/components/Tag/index.d.ts +3 -0
  344. package/lib/typescript/module/components/Tag/index.d.ts.map +1 -0
  345. package/lib/typescript/module/components/Touchable/Touchable.d.ts +16 -0
  346. package/lib/typescript/module/components/Touchable/Touchable.d.ts.map +1 -0
  347. package/lib/typescript/module/components/Touchable/index.d.ts +3 -0
  348. package/lib/typescript/module/components/Touchable/index.d.ts.map +1 -0
  349. package/lib/typescript/module/components/base/DatePicker/DatePicker.d.ts +60 -0
  350. package/lib/typescript/module/components/base/DatePicker/DatePicker.d.ts.map +1 -0
  351. package/lib/typescript/module/components/base/DatePicker/index.d.ts +4 -0
  352. package/lib/typescript/module/components/base/DatePicker/index.d.ts.map +1 -0
  353. package/lib/typescript/module/components/base/HeaderArrows/HeaderArrows.d.ts +16 -0
  354. package/lib/typescript/module/components/base/HeaderArrows/HeaderArrows.d.ts.map +1 -0
  355. package/lib/typescript/module/components/base/HeaderArrows/index.d.ts +3 -0
  356. package/lib/typescript/module/components/base/HeaderArrows/index.d.ts.map +1 -0
  357. package/lib/typescript/module/components/buttons/FicButton/FicButton.d.ts +5 -0
  358. package/lib/typescript/module/components/buttons/FicButton/FicButton.d.ts.map +1 -0
  359. package/lib/typescript/module/components/buttons/FicButton/FicButton.types.d.ts +91 -0
  360. package/lib/typescript/module/components/buttons/FicButton/FicButton.types.d.ts.map +1 -0
  361. package/lib/typescript/module/components/buttons/FicButton/FicButtonIcon.d.ts +5 -0
  362. package/lib/typescript/module/components/buttons/FicButton/FicButtonIcon.d.ts.map +1 -0
  363. package/lib/typescript/module/components/buttons/FicButton/FicButtonPrimary.d.ts +5 -0
  364. package/lib/typescript/module/components/buttons/FicButton/FicButtonPrimary.d.ts.map +1 -0
  365. package/lib/typescript/module/components/buttons/FicButton/FicButtonSecondary.d.ts +5 -0
  366. package/lib/typescript/module/components/buttons/FicButton/FicButtonSecondary.d.ts.map +1 -0
  367. package/lib/typescript/module/components/buttons/FicButton/FicButtonTertiary.d.ts +5 -0
  368. package/lib/typescript/module/components/buttons/FicButton/FicButtonTertiary.d.ts.map +1 -0
  369. package/lib/typescript/module/components/buttons/FicButton/Icon.stories.d.ts +22 -0
  370. package/lib/typescript/module/components/buttons/FicButton/Icon.stories.d.ts.map +1 -0
  371. package/lib/typescript/module/components/buttons/FicButton/Primary.stories.d.ts +33 -0
  372. package/lib/typescript/module/components/buttons/FicButton/Primary.stories.d.ts.map +1 -0
  373. package/lib/typescript/module/components/buttons/FicButton/Secondary.stories.d.ts +20 -0
  374. package/lib/typescript/module/components/buttons/FicButton/Secondary.stories.d.ts.map +1 -0
  375. package/lib/typescript/module/components/buttons/FicButton/Tertiary.stories.d.ts +21 -0
  376. package/lib/typescript/module/components/buttons/FicButton/Tertiary.stories.d.ts.map +1 -0
  377. package/lib/typescript/module/components/buttons/FicButton/constants.d.ts +13 -0
  378. package/lib/typescript/module/components/buttons/FicButton/constants.d.ts.map +1 -0
  379. package/lib/typescript/module/components/buttons/FicButton/index.d.ts +5 -0
  380. package/lib/typescript/module/components/buttons/FicButton/index.d.ts.map +1 -0
  381. package/lib/typescript/module/components/buttons/FicButton/themes/dark.d.ts +4 -0
  382. package/lib/typescript/module/components/buttons/FicButton/themes/dark.d.ts.map +1 -0
  383. package/lib/typescript/module/components/buttons/FicButton/themes/index.d.ts +4 -0
  384. package/lib/typescript/module/components/buttons/FicButton/themes/index.d.ts.map +1 -0
  385. package/lib/typescript/module/components/buttons/FicButton/themes/light.d.ts +4 -0
  386. package/lib/typescript/module/components/buttons/FicButton/themes/light.d.ts.map +1 -0
  387. package/lib/typescript/module/components/buttons/FicButtonGroup/ButtonGroup.stories.d.ts +37 -0
  388. package/lib/typescript/module/components/buttons/FicButtonGroup/ButtonGroup.stories.d.ts.map +1 -0
  389. package/lib/typescript/module/components/buttons/FicButtonGroup/FicButtonGroup.d.ts +5 -0
  390. package/lib/typescript/module/components/buttons/FicButtonGroup/FicButtonGroup.d.ts.map +1 -0
  391. package/lib/typescript/module/components/buttons/FicButtonGroup/FicButtonGroup.types.d.ts +10 -0
  392. package/lib/typescript/module/components/buttons/FicButtonGroup/FicButtonGroup.types.d.ts.map +1 -0
  393. package/lib/typescript/module/components/buttons/FicButtonGroup/index.d.ts +3 -0
  394. package/lib/typescript/module/components/buttons/FicButtonGroup/index.d.ts.map +1 -0
  395. package/lib/typescript/module/components/notifications/Banner/Banner.d.ts +5 -0
  396. package/lib/typescript/module/components/notifications/Banner/Banner.d.ts.map +1 -0
  397. package/lib/typescript/module/components/notifications/Banner/Banner.types.d.ts +44 -0
  398. package/lib/typescript/module/components/notifications/Banner/Banner.types.d.ts.map +1 -0
  399. package/lib/typescript/module/components/notifications/Banner/index.d.ts +3 -0
  400. package/lib/typescript/module/components/notifications/Banner/index.d.ts.map +1 -0
  401. package/lib/typescript/module/components/notifications/Banner/themes/dark.d.ts +4 -0
  402. package/lib/typescript/module/components/notifications/Banner/themes/dark.d.ts.map +1 -0
  403. package/lib/typescript/module/components/notifications/Banner/themes/index.d.ts +4 -0
  404. package/lib/typescript/module/components/notifications/Banner/themes/index.d.ts.map +1 -0
  405. package/lib/typescript/module/components/notifications/Banner/themes/light.d.ts +4 -0
  406. package/lib/typescript/module/components/notifications/Banner/themes/light.d.ts.map +1 -0
  407. package/lib/typescript/module/components/typographies/Body/Body.d.ts +12 -0
  408. package/lib/typescript/module/components/typographies/Body/Body.d.ts.map +1 -0
  409. package/lib/typescript/module/components/typographies/Body/index.d.ts +3 -0
  410. package/lib/typescript/module/components/typographies/Body/index.d.ts.map +1 -0
  411. package/lib/typescript/module/components/typographies/ButtonTitle/ButtonTitle.d.ts +10 -0
  412. package/lib/typescript/module/components/typographies/ButtonTitle/ButtonTitle.d.ts.map +1 -0
  413. package/lib/typescript/module/components/typographies/ButtonTitle/index.d.ts +3 -0
  414. package/lib/typescript/module/components/typographies/ButtonTitle/index.d.ts.map +1 -0
  415. package/lib/typescript/module/components/typographies/Callout/Callout.d.ts +12 -0
  416. package/lib/typescript/module/components/typographies/Callout/Callout.d.ts.map +1 -0
  417. package/lib/typescript/module/components/typographies/Callout/index.d.ts +3 -0
  418. package/lib/typescript/module/components/typographies/Callout/index.d.ts.map +1 -0
  419. package/lib/typescript/module/components/typographies/CaptionOne/CaptionOne.d.ts +12 -0
  420. package/lib/typescript/module/components/typographies/CaptionOne/CaptionOne.d.ts.map +1 -0
  421. package/lib/typescript/module/components/typographies/CaptionOne/index.d.ts +3 -0
  422. package/lib/typescript/module/components/typographies/CaptionOne/index.d.ts.map +1 -0
  423. package/lib/typescript/module/components/typographies/CaptionTwo/CaptionTwo.d.ts +12 -0
  424. package/lib/typescript/module/components/typographies/CaptionTwo/CaptionTwo.d.ts.map +1 -0
  425. package/lib/typescript/module/components/typographies/CaptionTwo/index.d.ts +3 -0
  426. package/lib/typescript/module/components/typographies/CaptionTwo/index.d.ts.map +1 -0
  427. package/lib/typescript/module/components/typographies/Footnote/Footnote.d.ts +12 -0
  428. package/lib/typescript/module/components/typographies/Footnote/Footnote.d.ts.map +1 -0
  429. package/lib/typescript/module/components/typographies/Footnote/index.d.ts +3 -0
  430. package/lib/typescript/module/components/typographies/Footnote/index.d.ts.map +1 -0
  431. package/lib/typescript/module/components/typographies/Headline/Headline.d.ts +12 -0
  432. package/lib/typescript/module/components/typographies/Headline/Headline.d.ts.map +1 -0
  433. package/lib/typescript/module/components/typographies/Headline/index.d.ts +3 -0
  434. package/lib/typescript/module/components/typographies/Headline/index.d.ts.map +1 -0
  435. package/lib/typescript/module/components/typographies/LargeTitle/LargeTitle.d.ts +12 -0
  436. package/lib/typescript/module/components/typographies/LargeTitle/LargeTitle.d.ts.map +1 -0
  437. package/lib/typescript/module/components/typographies/LargeTitle/index.d.ts +3 -0
  438. package/lib/typescript/module/components/typographies/LargeTitle/index.d.ts.map +1 -0
  439. package/lib/typescript/module/components/typographies/Subhead/Subhead.d.ts +12 -0
  440. package/lib/typescript/module/components/typographies/Subhead/Subhead.d.ts.map +1 -0
  441. package/lib/typescript/module/components/typographies/Subhead/index.d.ts +3 -0
  442. package/lib/typescript/module/components/typographies/Subhead/index.d.ts.map +1 -0
  443. package/lib/typescript/module/components/typographies/TitleOne/TitleOne.d.ts +12 -0
  444. package/lib/typescript/module/components/typographies/TitleOne/TitleOne.d.ts.map +1 -0
  445. package/lib/typescript/module/components/typographies/TitleOne/index.d.ts +3 -0
  446. package/lib/typescript/module/components/typographies/TitleOne/index.d.ts.map +1 -0
  447. package/lib/typescript/module/components/typographies/TitleThree/TitleThree.d.ts +12 -0
  448. package/lib/typescript/module/components/typographies/TitleThree/TitleThree.d.ts.map +1 -0
  449. package/lib/typescript/module/components/typographies/TitleThree/index.d.ts +3 -0
  450. package/lib/typescript/module/components/typographies/TitleThree/index.d.ts.map +1 -0
  451. package/lib/typescript/module/components/typographies/TitleTwo/TitleTwo.d.ts +12 -0
  452. package/lib/typescript/module/components/typographies/TitleTwo/TitleTwo.d.ts.map +1 -0
  453. package/lib/typescript/module/components/typographies/TitleTwo/index.d.ts +3 -0
  454. package/lib/typescript/module/components/typographies/TitleTwo/index.d.ts.map +1 -0
  455. package/lib/typescript/module/components/typographies/font.d.ts +9 -0
  456. package/lib/typescript/module/components/typographies/font.d.ts.map +1 -0
  457. package/lib/typescript/module/hooks/useTheme.d.ts +3 -0
  458. package/lib/typescript/module/hooks/useTheme.d.ts.map +1 -0
  459. package/lib/typescript/module/index.d.ts +32 -0
  460. package/lib/typescript/module/index.d.ts.map +1 -0
  461. package/lib/typescript/module/package.json +1 -0
  462. package/lib/typescript/module/providers/DesignSystemProvider/DesignSystemProvider.d.ts +10 -0
  463. package/lib/typescript/module/providers/DesignSystemProvider/DesignSystemProvider.d.ts.map +1 -0
  464. package/lib/typescript/module/providers/DesignSystemProvider/index.d.ts +3 -0
  465. package/lib/typescript/module/providers/DesignSystemProvider/index.d.ts.map +1 -0
  466. package/lib/typescript/module/providers/IconProvider/IconProvider.d.ts +21 -0
  467. package/lib/typescript/module/providers/IconProvider/IconProvider.d.ts.map +1 -0
  468. package/lib/typescript/module/providers/IconProvider/index.d.ts +4 -0
  469. package/lib/typescript/module/providers/IconProvider/index.d.ts.map +1 -0
  470. package/lib/typescript/module/providers/ThemeProvider/ThemeProvider.d.ts +9 -0
  471. package/lib/typescript/module/providers/ThemeProvider/ThemeProvider.d.ts.map +1 -0
  472. package/lib/typescript/module/styles/calendarTheme.d.ts +24 -0
  473. package/lib/typescript/module/styles/calendarTheme.d.ts.map +1 -0
  474. package/lib/typescript/module/styles/colors.d.ts +100 -0
  475. package/lib/typescript/module/styles/colors.d.ts.map +1 -0
  476. package/lib/typescript/module/styles/globalStyles.d.ts +33 -0
  477. package/lib/typescript/module/styles/globalStyles.d.ts.map +1 -0
  478. package/lib/typescript/module/styles/space.d.ts +19 -0
  479. package/lib/typescript/module/styles/space.d.ts.map +1 -0
  480. package/lib/typescript/module/styles/theme.d.ts +185 -0
  481. package/lib/typescript/module/styles/theme.d.ts.map +1 -0
  482. package/lib/typescript/module/utils/locale.d.ts +15 -0
  483. package/lib/typescript/module/utils/locale.d.ts.map +1 -0
  484. package/package.json +5 -3
  485. package/src/components/buttons/FicButton/FicButton.tsx +17 -25
  486. package/src/components/buttons/FicButton/FicButtonIcon.tsx +47 -45
  487. package/src/components/buttons/FicButton/FicButtonPrimary.tsx +13 -1
  488. package/src/components/buttons/FicButton/FicButtonTertiary.tsx +76 -66
  489. package/src/components/buttons/FicButton/themes/dark.ts +77 -77
  490. package/src/components/buttons/FicButton/themes/index.ts +2 -1
  491. package/src/components/buttons/FicButton/themes/light.ts +77 -77
  492. package/src/components/buttons/FicButtonGroup/FicButtonGroup.tsx +32 -11
  493. package/lib/typescript/components/Tag/Tag.d.ts.map +0 -1
  494. package/lib/typescript/components/Tag/index.d.ts.map +0 -1
  495. package/lib/typescript/components/Touchable/Touchable.d.ts.map +0 -1
  496. package/lib/typescript/components/Touchable/index.d.ts.map +0 -1
  497. package/lib/typescript/components/base/DatePicker/DatePicker.d.ts.map +0 -1
  498. package/lib/typescript/components/base/DatePicker/index.d.ts.map +0 -1
  499. package/lib/typescript/components/base/HeaderArrows/HeaderArrows.d.ts.map +0 -1
  500. package/lib/typescript/components/base/HeaderArrows/index.d.ts.map +0 -1
  501. package/lib/typescript/components/buttons/FicButton/FicButton.d.ts.map +0 -1
  502. package/lib/typescript/components/buttons/FicButton/FicButton.types.d.ts.map +0 -1
  503. package/lib/typescript/components/buttons/FicButton/FicButtonIcon.d.ts.map +0 -1
  504. package/lib/typescript/components/buttons/FicButton/FicButtonPrimary.d.ts.map +0 -1
  505. package/lib/typescript/components/buttons/FicButton/FicButtonSecondary.d.ts.map +0 -1
  506. package/lib/typescript/components/buttons/FicButton/FicButtonTertiary.d.ts.map +0 -1
  507. package/lib/typescript/components/buttons/FicButton/constants.d.ts.map +0 -1
  508. package/lib/typescript/components/buttons/FicButton/index.d.ts.map +0 -1
  509. package/lib/typescript/components/buttons/FicButton/themes/dark.d.ts.map +0 -1
  510. package/lib/typescript/components/buttons/FicButton/themes/index.d.ts +0 -3
  511. package/lib/typescript/components/buttons/FicButton/themes/index.d.ts.map +0 -1
  512. package/lib/typescript/components/buttons/FicButton/themes/light.d.ts.map +0 -1
  513. package/lib/typescript/components/buttons/FicButtonGroup/FicButtonGroup.d.ts.map +0 -1
  514. package/lib/typescript/components/buttons/FicButtonGroup/FicButtonGroup.types.d.ts.map +0 -1
  515. package/lib/typescript/components/buttons/FicButtonGroup/index.d.ts.map +0 -1
  516. package/lib/typescript/components/notifications/Banner/Banner.d.ts.map +0 -1
  517. package/lib/typescript/components/notifications/Banner/Banner.types.d.ts.map +0 -1
  518. package/lib/typescript/components/notifications/Banner/index.d.ts.map +0 -1
  519. package/lib/typescript/components/notifications/Banner/themes/dark.d.ts.map +0 -1
  520. package/lib/typescript/components/notifications/Banner/themes/index.d.ts.map +0 -1
  521. package/lib/typescript/components/notifications/Banner/themes/light.d.ts.map +0 -1
  522. package/lib/typescript/components/typographies/Body/Body.d.ts.map +0 -1
  523. package/lib/typescript/components/typographies/Body/index.d.ts.map +0 -1
  524. package/lib/typescript/components/typographies/ButtonTitle/ButtonTitle.d.ts.map +0 -1
  525. package/lib/typescript/components/typographies/ButtonTitle/index.d.ts.map +0 -1
  526. package/lib/typescript/components/typographies/Callout/Callout.d.ts.map +0 -1
  527. package/lib/typescript/components/typographies/Callout/index.d.ts.map +0 -1
  528. package/lib/typescript/components/typographies/CaptionOne/CaptionOne.d.ts.map +0 -1
  529. package/lib/typescript/components/typographies/CaptionOne/index.d.ts.map +0 -1
  530. package/lib/typescript/components/typographies/CaptionTwo/CaptionTwo.d.ts.map +0 -1
  531. package/lib/typescript/components/typographies/CaptionTwo/index.d.ts.map +0 -1
  532. package/lib/typescript/components/typographies/Footnote/Footnote.d.ts.map +0 -1
  533. package/lib/typescript/components/typographies/Footnote/index.d.ts.map +0 -1
  534. package/lib/typescript/components/typographies/Headline/Headline.d.ts.map +0 -1
  535. package/lib/typescript/components/typographies/Headline/index.d.ts.map +0 -1
  536. package/lib/typescript/components/typographies/LargeTitle/LargeTitle.d.ts.map +0 -1
  537. package/lib/typescript/components/typographies/LargeTitle/index.d.ts.map +0 -1
  538. package/lib/typescript/components/typographies/Subhead/Subhead.d.ts.map +0 -1
  539. package/lib/typescript/components/typographies/Subhead/index.d.ts.map +0 -1
  540. package/lib/typescript/components/typographies/TitleOne/TitleOne.d.ts.map +0 -1
  541. package/lib/typescript/components/typographies/TitleOne/index.d.ts.map +0 -1
  542. package/lib/typescript/components/typographies/TitleThree/TitleThree.d.ts.map +0 -1
  543. package/lib/typescript/components/typographies/TitleThree/index.d.ts.map +0 -1
  544. package/lib/typescript/components/typographies/TitleTwo/TitleTwo.d.ts.map +0 -1
  545. package/lib/typescript/components/typographies/TitleTwo/index.d.ts.map +0 -1
  546. package/lib/typescript/components/typographies/font.d.ts.map +0 -1
  547. package/lib/typescript/hooks/useTheme.d.ts.map +0 -1
  548. package/lib/typescript/index.d.ts.map +0 -1
  549. package/lib/typescript/providers/DesignSystemProvider/DesignSystemProvider.d.ts.map +0 -1
  550. package/lib/typescript/providers/DesignSystemProvider/index.d.ts.map +0 -1
  551. package/lib/typescript/providers/IconProvider/IconProvider.d.ts.map +0 -1
  552. package/lib/typescript/providers/IconProvider/index.d.ts.map +0 -1
  553. package/lib/typescript/providers/ThemeProvider/ThemeProvider.d.ts.map +0 -1
  554. package/lib/typescript/styles/calendarTheme.d.ts.map +0 -1
  555. package/lib/typescript/styles/colors.d.ts.map +0 -1
  556. package/lib/typescript/styles/globalStyles.d.ts.map +0 -1
  557. package/lib/typescript/styles/space.d.ts.map +0 -1
  558. package/lib/typescript/styles/theme.d.ts.map +0 -1
  559. package/lib/typescript/utils/locale.d.ts.map +0 -1
  560. /package/lib/typescript/{components → commonjs/components}/Tag/Tag.d.ts +0 -0
  561. /package/lib/typescript/{components → commonjs/components}/Tag/index.d.ts +0 -0
  562. /package/lib/typescript/{components → commonjs/components}/Touchable/Touchable.d.ts +0 -0
  563. /package/lib/typescript/{components → commonjs/components}/Touchable/index.d.ts +0 -0
  564. /package/lib/typescript/{components → commonjs/components}/base/DatePicker/index.d.ts +0 -0
  565. /package/lib/typescript/{components → commonjs/components}/base/HeaderArrows/HeaderArrows.d.ts +0 -0
  566. /package/lib/typescript/{components → commonjs/components}/base/HeaderArrows/index.d.ts +0 -0
  567. /package/lib/typescript/{components → commonjs/components}/buttons/FicButton/FicButton.d.ts +0 -0
  568. /package/lib/typescript/{components → commonjs/components}/buttons/FicButton/FicButton.types.d.ts +0 -0
  569. /package/lib/typescript/{components → commonjs/components}/buttons/FicButton/FicButtonIcon.d.ts +0 -0
  570. /package/lib/typescript/{components → commonjs/components}/buttons/FicButton/FicButtonPrimary.d.ts +0 -0
  571. /package/lib/typescript/{components → commonjs/components}/buttons/FicButton/FicButtonSecondary.d.ts +0 -0
  572. /package/lib/typescript/{components → commonjs/components}/buttons/FicButton/FicButtonTertiary.d.ts +0 -0
  573. /package/lib/typescript/{components → commonjs/components}/buttons/FicButton/constants.d.ts +0 -0
  574. /package/lib/typescript/{components → commonjs/components}/buttons/FicButton/index.d.ts +0 -0
  575. /package/lib/typescript/{components → commonjs/components}/buttons/FicButton/themes/dark.d.ts +0 -0
  576. /package/lib/typescript/{components → commonjs/components}/buttons/FicButton/themes/light.d.ts +0 -0
  577. /package/lib/typescript/{components → commonjs/components}/buttons/FicButtonGroup/FicButtonGroup.d.ts +0 -0
  578. /package/lib/typescript/{components → commonjs/components}/buttons/FicButtonGroup/FicButtonGroup.types.d.ts +0 -0
  579. /package/lib/typescript/{components → commonjs/components}/buttons/FicButtonGroup/index.d.ts +0 -0
  580. /package/lib/typescript/{components → commonjs/components}/notifications/Banner/Banner.d.ts +0 -0
  581. /package/lib/typescript/{components → commonjs/components}/notifications/Banner/Banner.types.d.ts +0 -0
  582. /package/lib/typescript/{components → commonjs/components}/notifications/Banner/index.d.ts +0 -0
  583. /package/lib/typescript/{components → commonjs/components}/notifications/Banner/themes/dark.d.ts +0 -0
  584. /package/lib/typescript/{components → commonjs/components}/notifications/Banner/themes/index.d.ts +0 -0
  585. /package/lib/typescript/{components → commonjs/components}/notifications/Banner/themes/light.d.ts +0 -0
  586. /package/lib/typescript/{components → commonjs/components}/typographies/Body/Body.d.ts +0 -0
  587. /package/lib/typescript/{components → commonjs/components}/typographies/Body/index.d.ts +0 -0
  588. /package/lib/typescript/{components → commonjs/components}/typographies/ButtonTitle/ButtonTitle.d.ts +0 -0
  589. /package/lib/typescript/{components → commonjs/components}/typographies/ButtonTitle/index.d.ts +0 -0
  590. /package/lib/typescript/{components → commonjs/components}/typographies/Callout/Callout.d.ts +0 -0
  591. /package/lib/typescript/{components → commonjs/components}/typographies/Callout/index.d.ts +0 -0
  592. /package/lib/typescript/{components → commonjs/components}/typographies/CaptionOne/CaptionOne.d.ts +0 -0
  593. /package/lib/typescript/{components → commonjs/components}/typographies/CaptionOne/index.d.ts +0 -0
  594. /package/lib/typescript/{components → commonjs/components}/typographies/CaptionTwo/CaptionTwo.d.ts +0 -0
  595. /package/lib/typescript/{components → commonjs/components}/typographies/CaptionTwo/index.d.ts +0 -0
  596. /package/lib/typescript/{components → commonjs/components}/typographies/Footnote/Footnote.d.ts +0 -0
  597. /package/lib/typescript/{components → commonjs/components}/typographies/Footnote/index.d.ts +0 -0
  598. /package/lib/typescript/{components → commonjs/components}/typographies/Headline/Headline.d.ts +0 -0
  599. /package/lib/typescript/{components → commonjs/components}/typographies/Headline/index.d.ts +0 -0
  600. /package/lib/typescript/{components → commonjs/components}/typographies/LargeTitle/LargeTitle.d.ts +0 -0
  601. /package/lib/typescript/{components → commonjs/components}/typographies/LargeTitle/index.d.ts +0 -0
  602. /package/lib/typescript/{components → commonjs/components}/typographies/Subhead/Subhead.d.ts +0 -0
  603. /package/lib/typescript/{components → commonjs/components}/typographies/Subhead/index.d.ts +0 -0
  604. /package/lib/typescript/{components → commonjs/components}/typographies/TitleOne/TitleOne.d.ts +0 -0
  605. /package/lib/typescript/{components → commonjs/components}/typographies/TitleOne/index.d.ts +0 -0
  606. /package/lib/typescript/{components → commonjs/components}/typographies/TitleThree/TitleThree.d.ts +0 -0
  607. /package/lib/typescript/{components → commonjs/components}/typographies/TitleThree/index.d.ts +0 -0
  608. /package/lib/typescript/{components → commonjs/components}/typographies/TitleTwo/TitleTwo.d.ts +0 -0
  609. /package/lib/typescript/{components → commonjs/components}/typographies/TitleTwo/index.d.ts +0 -0
  610. /package/lib/typescript/{hooks → commonjs/hooks}/useTheme.d.ts +0 -0
  611. /package/lib/typescript/{index.d.ts → commonjs/index.d.ts} +0 -0
  612. /package/lib/typescript/{providers → commonjs/providers}/DesignSystemProvider/DesignSystemProvider.d.ts +0 -0
  613. /package/lib/typescript/{providers → commonjs/providers}/DesignSystemProvider/index.d.ts +0 -0
  614. /package/lib/typescript/{providers → commonjs/providers}/IconProvider/IconProvider.d.ts +0 -0
  615. /package/lib/typescript/{providers → commonjs/providers}/IconProvider/index.d.ts +0 -0
  616. /package/lib/typescript/{providers → commonjs/providers}/ThemeProvider/ThemeProvider.d.ts +0 -0
  617. /package/lib/typescript/{styles → commonjs/styles}/calendarTheme.d.ts +0 -0
  618. /package/lib/typescript/{styles → commonjs/styles}/colors.d.ts +0 -0
  619. /package/lib/typescript/{styles → commonjs/styles}/globalStyles.d.ts +0 -0
  620. /package/lib/typescript/{styles → commonjs/styles}/space.d.ts +0 -0
  621. /package/lib/typescript/{styles → commonjs/styles}/theme.d.ts +0 -0
  622. /package/lib/typescript/{utils → commonjs/utils}/locale.d.ts +0 -0
@@ -6,14 +6,14 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _reactNative = require("react-native");
9
- var _useTheme = require("../../../hooks/useTheme");
10
- var _IconProvider = require("../../../providers/IconProvider");
11
- var _space = require("../../../styles/space");
12
- var _FicButtonGroup = require("../../buttons/FicButtonGroup");
13
- var _Headline = require("../../typographies/Headline");
14
- var _Subhead = require("../../typographies/Subhead");
9
+ var _useTheme = require("../../../hooks/useTheme.js");
10
+ var _index = require("../../../providers/IconProvider/index.js");
11
+ var _space = require("../../../styles/space.js");
12
+ var _index2 = require("../../buttons/FicButtonGroup/index.js");
13
+ var _index3 = require("../../typographies/Headline/index.js");
14
+ var _index4 = require("../../typographies/Subhead/index.js");
15
+ var _jsxRuntime = require("react/jsx-runtime");
15
16
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
16
- 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); }
17
17
  const iconNameByType = {
18
18
  info: 'circle-info',
19
19
  success: 'circle-check',
@@ -33,11 +33,10 @@ const Banner = ({
33
33
  style,
34
34
  ...props
35
35
  }) => {
36
- var _theme$type, _theme$type2;
37
36
  const {
38
37
  banner: theme
39
38
  } = (0, _useTheme.useTheme)();
40
- const themeProps = highContrast && theme !== null && theme !== void 0 && (_theme$type = theme[type]) !== null && _theme$type !== void 0 && _theme$type.highContrast ? theme === null || theme === void 0 || (_theme$type2 = theme[type]) === null || _theme$type2 === void 0 ? void 0 : _theme$type2.highContrast : theme === null || theme === void 0 ? void 0 : theme[type];
39
+ const themeProps = highContrast && theme?.[type]?.highContrast ? theme?.[type]?.highContrast : theme?.[type];
41
40
  const {
42
41
  backgroundColor,
43
42
  borderColor,
@@ -49,32 +48,35 @@ const Banner = ({
49
48
  borderColor: borderColor || 'transparent'
50
49
  }, style];
51
50
  const _iconName = iconName || iconNameByType[type];
52
- return /*#__PURE__*/_react.default.createElement(_reactNative.View, _extends({
53
- style: containerStyle
54
- }, props), /*#__PURE__*/_react.default.createElement(_reactNative.View, {
55
- style: styles.bannerHeader
56
- }, !hideIcon && /*#__PURE__*/_react.default.createElement(_IconProvider.Icon, {
57
- name: _iconName,
58
- solid: true,
59
- size: 20,
60
- internalPadding: 2,
61
- color: headlineColor
62
- }), title ? /*#__PURE__*/_react.default.createElement(_Headline.Headline, {
63
- text: title,
64
- color: headlineColor,
65
- style: styles.bannerTitle
66
- }) : null), message ? /*#__PURE__*/_react.default.createElement(_Subhead.Subhead, {
67
- text: message,
68
- color: messageColor,
69
- style: styles.bannerMessage
70
- }) : null, primaryAction || secondaryAction ? /*#__PURE__*/_react.default.createElement(_FicButtonGroup.FicButtonGroup, {
71
- primaryAction: primaryAction,
72
- secondaryAction: secondaryAction,
73
- horizontal: horizontalActions,
74
- style: {
75
- marginTop: 16
76
- }
77
- }) : null);
51
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
52
+ style: containerStyle,
53
+ ...props,
54
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
55
+ style: styles.bannerHeader,
56
+ children: [!hideIcon && /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.Icon, {
57
+ name: _iconName,
58
+ solid: true,
59
+ size: 20,
60
+ internalPadding: 2,
61
+ color: headlineColor
62
+ }), title ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_index3.Headline, {
63
+ text: title,
64
+ color: headlineColor,
65
+ style: styles.bannerTitle
66
+ }) : null]
67
+ }), message ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_index4.Subhead, {
68
+ text: message,
69
+ color: messageColor,
70
+ style: styles.bannerMessage
71
+ }) : null, primaryAction || secondaryAction ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_index2.FicButtonGroup, {
72
+ primaryAction: primaryAction,
73
+ secondaryAction: secondaryAction,
74
+ horizontal: horizontalActions,
75
+ style: {
76
+ marginTop: 16
77
+ }
78
+ }) : null]
79
+ });
78
80
  };
79
81
  const styles = _reactNative.StyleSheet.create({
80
82
  bannerContainer: {
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_useTheme","_IconProvider","_space","_FicButtonGroup","_Headline","_Subhead","e","__esModule","default","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","iconNameByType","info","success","warning","danger","Banner","title","message","iconName","hideIcon","type","highContrast","primaryAction","secondaryAction","horizontalActions","style","props","_theme$type","_theme$type2","banner","theme","useTheme","themeProps","backgroundColor","borderColor","headlineColor","messageColor","containerStyle","styles","bannerContainer","_iconName","createElement","View","bannerHeader","Icon","name","solid","size","internalPadding","color","Headline","text","bannerTitle","Subhead","bannerMessage","FicButtonGroup","horizontal","marginTop","StyleSheet","create","padding","PADDING","LG","borderRadius","borderWidth","flexShrink","flexDirection","alignItems","gap","MARGIN","MD","SM","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/notifications/Banner/Banner.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,SAAA,GAAAF,OAAA;AACA,IAAAG,aAAA,GAAAH,OAAA;AACA,IAAAI,MAAA,GAAAJ,OAAA;AACA,IAAAK,eAAA,GAAAL,OAAA;AACA,IAAAM,SAAA,GAAAN,OAAA;AACA,IAAAO,QAAA,GAAAP,OAAA;AAAqD,SAAAD,uBAAAS,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,SAAAG,SAAA,WAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,CAAA,aAAAP,CAAA,MAAAA,CAAA,GAAAQ,SAAA,CAAAC,MAAA,EAAAT,CAAA,UAAAU,CAAA,GAAAF,SAAA,CAAAR,CAAA,YAAAW,CAAA,IAAAD,CAAA,OAAAE,cAAA,CAAAC,IAAA,CAAAH,CAAA,EAAAC,CAAA,MAAAJ,CAAA,CAAAI,CAAA,IAAAD,CAAA,CAAAC,CAAA,aAAAJ,CAAA,KAAAJ,QAAA,CAAAW,KAAA,OAAAN,SAAA;AAGrD,MAAMO,cAA0C,GAAG;EACjDC,IAAI,EAAE,aAAa;EACnBC,OAAO,EAAE,cAAc;EACvBC,OAAO,EAAE,sBAAsB;EAC/BC,MAAM,EAAE;AACV,CAAC;AAED,MAAMC,MAAsC,GAAGA,CAAC;EAC9CC,KAAK;EACLC,OAAO;EACPC,QAAQ;EACRC,QAAQ;EACRC,IAAI,GAAG,MAAM;EACbC,YAAY,GAAG,KAAK;EACpBC,aAAa;EACbC,eAAe;EACfC,iBAAiB,GAAG,IAAI;EACxBC,KAAK;EACL,GAAGC;AACL,CAAC,KAAK;EAAA,IAAAC,WAAA,EAAAC,YAAA;EACJ,MAAM;IAAEC,MAAM,EAAEC;EAAM,CAAC,GAAG,IAAAC,kBAAQ,EAAC,CAAC;EAEpC,MAAMC,UAAU,GACdX,YAAY,IAAIS,KAAK,aAALA,KAAK,gBAAAH,WAAA,GAALG,KAAK,CAAGV,IAAI,CAAC,cAAAO,WAAA,eAAbA,WAAA,CAAeN,YAAY,GACvCS,KAAK,aAALA,KAAK,gBAAAF,YAAA,GAALE,KAAK,CAAGV,IAAI,CAAC,cAAAQ,YAAA,uBAAbA,YAAA,CAAeP,YAAY,GAC3BS,KAAK,aAALA,KAAK,uBAALA,KAAK,CAAGV,IAAI,CACQ;EAC1B,MAAM;IAAEa,eAAe;IAAEC,WAAW;IAAEC,aAAa;IAAEC;EAAa,CAAC,GACjEJ,UAAU,IAAI,CAAC,CAAC;EAElB,MAAMK,cAAc,GAAG,CACrBC,MAAM,CAACC,eAAe,EACtB;IACEN,eAAe,EAAEA,eAAe,IAAI,aAAa;IACjDC,WAAW,EAAEA,WAAW,IAAI;EAC9B,CAAC,EACDT,KAAK,CACN;EAED,MAAMe,SAAS,GAAGtB,QAAQ,IAAIR,cAAc,CAACU,IAAI,CAAC;EAElD,oBACEnC,MAAA,CAAAY,OAAA,CAAA4C,aAAA,CAACrD,YAAA,CAAAsD,IAAI,EAAA5C,QAAA;IAAC2B,KAAK,EAAEY;EAAe,GAAKX,KAAK,gBACpCzC,MAAA,CAAAY,OAAA,CAAA4C,aAAA,CAACrD,YAAA,CAAAsD,IAAI;IAACjB,KAAK,EAAEa,MAAM,CAACK;EAAa,GAC9B,CAACxB,QAAQ,iBACRlC,MAAA,CAAAY,OAAA,CAAA4C,aAAA,CAACnD,aAAA,CAAAsD,IAAI;IACHC,IAAI,EAAEL,SAAU;IAChBM,KAAK;IACLC,IAAI,EAAE,EAAG;IACTC,eAAe,EAAE,CAAE;IACnBC,KAAK,EAAEd;EAAc,CACtB,CACF,EACAnB,KAAK,gBACJ/B,MAAA,CAAAY,OAAA,CAAA4C,aAAA,CAAChD,SAAA,CAAAyD,QAAQ;IACPC,IAAI,EAAEnC,KAAM;IACZiC,KAAK,EAAEd,aAAc;IACrBV,KAAK,EAAEa,MAAM,CAACc;EAAY,CAC3B,CAAC,GACA,IACA,CAAC,EACNnC,OAAO,gBACNhC,MAAA,CAAAY,OAAA,CAAA4C,aAAA,CAAC/C,QAAA,CAAA2D,OAAO;IACNF,IAAI,EAAElC,OAAQ;IACdgC,KAAK,EAAEb,YAAa;IACpBX,KAAK,EAAEa,MAAM,CAACgB;EAAc,CAC7B,CAAC,GACA,IAAI,EACPhC,aAAa,IAAIC,eAAe,gBAC/BtC,MAAA,CAAAY,OAAA,CAAA4C,aAAA,CAACjD,eAAA,CAAA+D,cAAc;IACbjC,aAAa,EAAEA,aAAc;IAC7BC,eAAe,EAAEA,eAAgB;IACjCiC,UAAU,EAAEhC,iBAAkB;IAC9BC,KAAK,EAAE;MAAEgC,SAAS,EAAE;IAAG;EAAE,CAC1B,CAAC,GACA,IACA,CAAC;AAEX,CAAC;AAED,MAAMnB,MAAM,GAAGoB,uBAAU,CAACC,MAAM,CAAC;EAC/BpB,eAAe,EAAE;IACfqB,OAAO,EAAEC,cAAO,CAACC,EAAE;IACnBC,YAAY,EAAE,CAAC;IACfC,WAAW,EAAE;EACf,CAAC;EACDZ,WAAW,EAAE;IACXa,UAAU,EAAE;EACd,CAAC;EACDtB,YAAY,EAAE;IACZuB,aAAa,EAAE,KAAK;IACpBC,UAAU,EAAE,QAAQ;IACpBC,GAAG,EAAEC,aAAM,CAACC;EACd,CAAC;EACDhB,aAAa,EAAE;IACbG,SAAS,EAAEY,aAAM,CAACE,EAAE;IACpBN,UAAU,EAAE;EACd;AACF,CAAC,CAAC;AAAC,IAAAO,QAAA,GAAAC,OAAA,CAAA5E,OAAA,GAEYkB,MAAM","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_useTheme","_index","_space","_index2","_index3","_index4","_jsxRuntime","e","__esModule","default","iconNameByType","info","success","warning","danger","Banner","title","message","iconName","hideIcon","type","highContrast","primaryAction","secondaryAction","horizontalActions","style","props","banner","theme","useTheme","themeProps","backgroundColor","borderColor","headlineColor","messageColor","containerStyle","styles","bannerContainer","_iconName","jsxs","View","children","bannerHeader","jsx","Icon","name","solid","size","internalPadding","color","Headline","text","bannerTitle","Subhead","bannerMessage","FicButtonGroup","horizontal","marginTop","StyleSheet","create","padding","PADDING","LG","borderRadius","borderWidth","flexShrink","flexDirection","alignItems","gap","MARGIN","MD","SM","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/notifications/Banner/Banner.tsx"],"mappings":"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","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/notifications/Banner/Banner.types.ts"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/notifications/Banner/Banner.types.ts"],"mappings":"","ignoreList":[]}
@@ -9,6 +9,6 @@ Object.defineProperty(exports, "Banner", {
9
9
  return _Banner.default;
10
10
  }
11
11
  });
12
- var _Banner = _interopRequireDefault(require("./Banner"));
12
+ var _Banner = _interopRequireDefault(require("./Banner.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":["_Banner","_interopRequireDefault","require","e","__esModule","default"],"sourceRoot":"../../../../../src","sources":["components/notifications/Banner/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,OAAA,GAAAC,sBAAA,CAAAC,OAAA;AAA8B,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA","ignoreList":[]}
1
+ {"version":3,"names":["_Banner","_interopRequireDefault","require","e","__esModule","default"],"sourceRoot":"../../../../../src","sources":["components/notifications/Banner/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,OAAA,GAAAC,sBAAA,CAAAC,OAAA;AAA8B,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA","ignoreList":[]}
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _colors = require("../../../../styles/colors");
7
+ var _colors = require("../../../../styles/colors.js");
8
8
  const bannerDarkTheme = {
9
9
  info: {
10
10
  backgroundColor: _colors.Colors.AZURE_K_D2,
@@ -1 +1 @@
1
- {"version":3,"names":["_colors","require","bannerDarkTheme","info","backgroundColor","Colors","AZURE_K_D2","borderColor","AZURE_K_D1","headlineColor","AZURE_K_L1","messageColor","AZURE_K_L2","success","GREEN_K_D2","GREEN_K_D1","GREEN_K_L1","GREEN_K_L2","warning","YELLOW_K_D2","YELLOW_K_D1","ELEVATION_1","ELEVATION_2","highContrast","YELLOW_K_L3","YELLOW_K_L2","danger","RED_K_D2","RED_K_D1","RED_K_L1","RED_K_L2","RED_K_L3","_default","exports","default"],"sourceRoot":"../../../../../../src","sources":["components/notifications/Banner/themes/dark.ts"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAGA,MAAMC,eAAgC,GAAG;EACvCC,IAAI,EAAE;IACJC,eAAe,EAAEC,cAAM,CAACC,UAAU;IAClCC,WAAW,EAAEF,cAAM,CAACG,UAAU;IAC9BC,aAAa,EAAEJ,cAAM,CAACK,UAAU;IAChCC,YAAY,EAAEN,cAAM,CAACO;EACvB,CAAC;EACDC,OAAO,EAAE;IACPT,eAAe,EAAEC,cAAM,CAACS,UAAU;IAClCP,WAAW,EAAEF,cAAM,CAACU,UAAU;IAC9BN,aAAa,EAAEJ,cAAM,CAACW,UAAU;IAChCL,YAAY,EAAEN,cAAM,CAACY;EACvB,CAAC;EACDC,OAAO,EAAE;IACPd,eAAe,EAAEC,cAAM,CAACc,WAAW;IACnCZ,WAAW,EAAEF,cAAM,CAACe,WAAW;IAC/BX,aAAa,EAAEJ,cAAM,CAACgB,WAAW;IACjCV,YAAY,EAAEN,cAAM,CAACiB,WAAW;IAChCC,YAAY,EAAE;MACZnB,eAAe,EAAEC,cAAM,CAACmB,WAAW;MACnCjB,WAAW,EAAEF,cAAM,CAACoB,WAAW;MAC/BhB,aAAa,EAAEJ,cAAM,CAACgB,WAAW;MACjCV,YAAY,EAAEN,cAAM,CAACiB;IACvB;EACF,CAAC;EACDI,MAAM,EAAE;IACNtB,eAAe,EAAEC,cAAM,CAACsB,QAAQ;IAChCpB,WAAW,EAAEF,cAAM,CAACuB,QAAQ;IAC5BnB,aAAa,EAAEJ,cAAM,CAACwB,QAAQ;IAC9BlB,YAAY,EAAEN,cAAM,CAACyB,QAAQ;IAC7BP,YAAY,EAAE;MACZnB,eAAe,EAAEC,cAAM,CAAC0B,QAAQ;MAChCxB,WAAW,EAAEF,cAAM,CAACyB,QAAQ;MAC5BrB,aAAa,EAAEJ,cAAM,CAACgB,WAAW;MACjCV,YAAY,EAAEN,cAAM,CAACiB;IACvB;EACF;AACF,CAAC;AAAC,IAAAU,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAEahC,eAAe","ignoreList":[]}
1
+ {"version":3,"names":["_colors","require","bannerDarkTheme","info","backgroundColor","Colors","AZURE_K_D2","borderColor","AZURE_K_D1","headlineColor","AZURE_K_L1","messageColor","AZURE_K_L2","success","GREEN_K_D2","GREEN_K_D1","GREEN_K_L1","GREEN_K_L2","warning","YELLOW_K_D2","YELLOW_K_D1","ELEVATION_1","ELEVATION_2","highContrast","YELLOW_K_L3","YELLOW_K_L2","danger","RED_K_D2","RED_K_D1","RED_K_L1","RED_K_L2","RED_K_L3","_default","exports","default"],"sourceRoot":"../../../../../../src","sources":["components/notifications/Banner/themes/dark.ts"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAGA,MAAMC,eAAgC,GAAG;EACvCC,IAAI,EAAE;IACJC,eAAe,EAAEC,cAAM,CAACC,UAAU;IAClCC,WAAW,EAAEF,cAAM,CAACG,UAAU;IAC9BC,aAAa,EAAEJ,cAAM,CAACK,UAAU;IAChCC,YAAY,EAAEN,cAAM,CAACO;EACvB,CAAC;EACDC,OAAO,EAAE;IACPT,eAAe,EAAEC,cAAM,CAACS,UAAU;IAClCP,WAAW,EAAEF,cAAM,CAACU,UAAU;IAC9BN,aAAa,EAAEJ,cAAM,CAACW,UAAU;IAChCL,YAAY,EAAEN,cAAM,CAACY;EACvB,CAAC;EACDC,OAAO,EAAE;IACPd,eAAe,EAAEC,cAAM,CAACc,WAAW;IACnCZ,WAAW,EAAEF,cAAM,CAACe,WAAW;IAC/BX,aAAa,EAAEJ,cAAM,CAACgB,WAAW;IACjCV,YAAY,EAAEN,cAAM,CAACiB,WAAW;IAChCC,YAAY,EAAE;MACZnB,eAAe,EAAEC,cAAM,CAACmB,WAAW;MACnCjB,WAAW,EAAEF,cAAM,CAACoB,WAAW;MAC/BhB,aAAa,EAAEJ,cAAM,CAACgB,WAAW;MACjCV,YAAY,EAAEN,cAAM,CAACiB;IACvB;EACF,CAAC;EACDI,MAAM,EAAE;IACNtB,eAAe,EAAEC,cAAM,CAACsB,QAAQ;IAChCpB,WAAW,EAAEF,cAAM,CAACuB,QAAQ;IAC5BnB,aAAa,EAAEJ,cAAM,CAACwB,QAAQ;IAC9BlB,YAAY,EAAEN,cAAM,CAACyB,QAAQ;IAC7BP,YAAY,EAAE;MACZnB,eAAe,EAAEC,cAAM,CAAC0B,QAAQ;MAChCxB,WAAW,EAAEF,cAAM,CAACyB,QAAQ;MAC5BrB,aAAa,EAAEJ,cAAM,CAACgB,WAAW;MACjCV,YAAY,EAAEN,cAAM,CAACiB;IACvB;EACF;AACF,CAAC;AAAC,IAAAU,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAEahC,eAAe","ignoreList":[]}
@@ -15,7 +15,7 @@ Object.defineProperty(exports, "bannerLightTheme", {
15
15
  return _light.default;
16
16
  }
17
17
  });
18
- var _light = _interopRequireDefault(require("./light"));
19
- var _dark = _interopRequireDefault(require("./dark"));
18
+ var _light = _interopRequireDefault(require("./light.js"));
19
+ var _dark = _interopRequireDefault(require("./dark.js"));
20
20
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
21
21
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_light","_interopRequireDefault","require","_dark","e","__esModule","default"],"sourceRoot":"../../../../../../src","sources":["components/notifications/Banner/themes/index.ts"],"mappings":";;;;;;;;;;;;;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,KAAA,GAAAF,sBAAA,CAAAC,OAAA;AAAqC,SAAAD,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA","ignoreList":[]}
1
+ {"version":3,"names":["_light","_interopRequireDefault","require","_dark","e","__esModule","default"],"sourceRoot":"../../../../../../src","sources":["components/notifications/Banner/themes/index.ts"],"mappings":";;;;;;;;;;;;;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,KAAA,GAAAF,sBAAA,CAAAC,OAAA;AAAqC,SAAAD,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA","ignoreList":[]}
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _colors = require("../../../../styles/colors");
7
+ var _colors = require("../../../../styles/colors.js");
8
8
  const bannerLightTheme = {
9
9
  info: {
10
10
  backgroundColor: _colors.Colors.AZURE_L1,
@@ -1 +1 @@
1
- {"version":3,"names":["_colors","require","bannerLightTheme","info","backgroundColor","Colors","AZURE_L1","borderColor","AZURE_L2","headlineColor","AZURE_D2","messageColor","AZURE_D1","success","GREEN_L1","GREEN_L2","GREEN_D2","GREEN_D1","warning","YELLOW_L1","YELLOW_L2","BLACK_80","highContrast","YELLOW_D1","YELLOW_D2","danger","RED_L1","RED_L2","RED_D2","RED_D1","_default","exports","default"],"sourceRoot":"../../../../../../src","sources":["components/notifications/Banner/themes/light.ts"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAGA,MAAMC,gBAAiC,GAAG;EACxCC,IAAI,EAAE;IACJC,eAAe,EAAEC,cAAM,CAACC,QAAQ;IAChCC,WAAW,EAAEF,cAAM,CAACG,QAAQ;IAC5BC,aAAa,EAAEJ,cAAM,CAACK,QAAQ;IAC9BC,YAAY,EAAEN,cAAM,CAACO;EACvB,CAAC;EACDC,OAAO,EAAE;IACPT,eAAe,EAAEC,cAAM,CAACS,QAAQ;IAChCP,WAAW,EAAEF,cAAM,CAACU,QAAQ;IAC5BN,aAAa,EAAEJ,cAAM,CAACW,QAAQ;IAC9BL,YAAY,EAAEN,cAAM,CAACY;EACvB,CAAC;EACDC,OAAO,EAAE;IACPd,eAAe,EAAEC,cAAM,CAACc,SAAS;IACjCZ,WAAW,EAAEF,cAAM,CAACe,SAAS;IAC7BX,aAAa,EAAEJ,cAAM,CAACgB,QAAQ;IAC9BV,YAAY,EAAEN,cAAM,CAACgB,QAAQ;IAC7BC,YAAY,EAAE;MACZlB,eAAe,EAAEC,cAAM,CAACkB,SAAS;MACjChB,WAAW,EAAEF,cAAM,CAACmB,SAAS;MAC7Bf,aAAa,EAAEJ,cAAM,CAACgB,QAAQ;MAC9BV,YAAY,EAAEN,cAAM,CAACgB;IACvB;EACF,CAAC;EACDI,MAAM,EAAE;IACNrB,eAAe,EAAEC,cAAM,CAACqB,MAAM;IAC9BnB,WAAW,EAAEF,cAAM,CAACsB,MAAM;IAC1BlB,aAAa,EAAEJ,cAAM,CAACuB,MAAM;IAC5BjB,YAAY,EAAEN,cAAM,CAACwB,MAAM;IAC3BP,YAAY,EAAE;MACZlB,eAAe,EAAEC,cAAM,CAACwB,MAAM;MAC9BtB,WAAW,EAAEF,cAAM,CAACuB,MAAM;MAC1BnB,aAAa,EAAEJ,cAAM,CAACqB,MAAM;MAC5Bf,YAAY,EAAEN,cAAM,CAACqB;IACvB;EACF;AACF,CAAC;AAAC,IAAAI,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAEa9B,gBAAgB","ignoreList":[]}
1
+ {"version":3,"names":["_colors","require","bannerLightTheme","info","backgroundColor","Colors","AZURE_L1","borderColor","AZURE_L2","headlineColor","AZURE_D2","messageColor","AZURE_D1","success","GREEN_L1","GREEN_L2","GREEN_D2","GREEN_D1","warning","YELLOW_L1","YELLOW_L2","BLACK_80","highContrast","YELLOW_D1","YELLOW_D2","danger","RED_L1","RED_L2","RED_D2","RED_D1","_default","exports","default"],"sourceRoot":"../../../../../../src","sources":["components/notifications/Banner/themes/light.ts"],"mappings":";;;;;;AAAA,IAAAA,OAAA,GAAAC,OAAA;AAGA,MAAMC,gBAAiC,GAAG;EACxCC,IAAI,EAAE;IACJC,eAAe,EAAEC,cAAM,CAACC,QAAQ;IAChCC,WAAW,EAAEF,cAAM,CAACG,QAAQ;IAC5BC,aAAa,EAAEJ,cAAM,CAACK,QAAQ;IAC9BC,YAAY,EAAEN,cAAM,CAACO;EACvB,CAAC;EACDC,OAAO,EAAE;IACPT,eAAe,EAAEC,cAAM,CAACS,QAAQ;IAChCP,WAAW,EAAEF,cAAM,CAACU,QAAQ;IAC5BN,aAAa,EAAEJ,cAAM,CAACW,QAAQ;IAC9BL,YAAY,EAAEN,cAAM,CAACY;EACvB,CAAC;EACDC,OAAO,EAAE;IACPd,eAAe,EAAEC,cAAM,CAACc,SAAS;IACjCZ,WAAW,EAAEF,cAAM,CAACe,SAAS;IAC7BX,aAAa,EAAEJ,cAAM,CAACgB,QAAQ;IAC9BV,YAAY,EAAEN,cAAM,CAACgB,QAAQ;IAC7BC,YAAY,EAAE;MACZlB,eAAe,EAAEC,cAAM,CAACkB,SAAS;MACjChB,WAAW,EAAEF,cAAM,CAACmB,SAAS;MAC7Bf,aAAa,EAAEJ,cAAM,CAACgB,QAAQ;MAC9BV,YAAY,EAAEN,cAAM,CAACgB;IACvB;EACF,CAAC;EACDI,MAAM,EAAE;IACNrB,eAAe,EAAEC,cAAM,CAACqB,MAAM;IAC9BnB,WAAW,EAAEF,cAAM,CAACsB,MAAM;IAC1BlB,aAAa,EAAEJ,cAAM,CAACuB,MAAM;IAC5BjB,YAAY,EAAEN,cAAM,CAACwB,MAAM;IAC3BP,YAAY,EAAE;MACZlB,eAAe,EAAEC,cAAM,CAACwB,MAAM;MAC9BtB,WAAW,EAAEF,cAAM,CAACuB,MAAM;MAC1BnB,aAAa,EAAEJ,cAAM,CAACqB,MAAM;MAC5Bf,YAAY,EAAEN,cAAM,CAACqB;IACvB;EACF;AACF,CAAC;AAAC,IAAAI,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAEa9B,gBAAgB","ignoreList":[]}
@@ -7,10 +7,12 @@ exports.default = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _reactNative = require("react-native");
9
9
  var _reactNativeTypography = require("react-native-typography");
10
- var _useTheme = require("../../../hooks/useTheme");
11
- var _font = require("../font");
10
+ var _useTheme = require("../../../hooks/useTheme.js");
11
+ var _font = require("../font.js");
12
+ var _jsxRuntime = require("react/jsx-runtime");
12
13
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
13
- 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); } // @ts-ignore TS6133
14
+ // @ts-ignore TS6133
15
+
14
16
  const Body = ({
15
17
  text,
16
18
  weight,
@@ -27,9 +29,11 @@ const Body = ({
27
29
  ...(0, _font.retrieveFontWeight)(weight || _font.FontWeight.REGULAR),
28
30
  color: color || typographiesTheme.bodyColor
29
31
  };
30
- return /*#__PURE__*/_react.default.createElement(_reactNative.Text, _extends({}, rest, {
31
- style: [composedStyle, style]
32
- }), text || children);
32
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
33
+ ...rest,
34
+ style: [composedStyle, style],
35
+ children: text || children
36
+ });
33
37
  };
34
38
  var _default = exports.default = Body;
35
39
  //# sourceMappingURL=Body.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_reactNativeTypography","_useTheme","_font","e","__esModule","default","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","Body","text","weight","color","style","children","rest","typographies","typographiesTheme","useTheme","composedStyle","human","bodyObject","retrieveFontWeight","FontWeight","REGULAR","bodyColor","createElement","Text","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/typographies/Body/Body.tsx"],"mappings":";;;;;;AACA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,sBAAA,GAAAF,OAAA;AACA,IAAAG,SAAA,GAAAH,OAAA;AACA,IAAAI,KAAA,GAAAJ,OAAA;AAAyD,SAAAD,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,SAAAG,SAAA,WAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,CAAA,aAAAP,CAAA,MAAAA,CAAA,GAAAQ,SAAA,CAAAC,MAAA,EAAAT,CAAA,UAAAU,CAAA,GAAAF,SAAA,CAAAR,CAAA,YAAAW,CAAA,IAAAD,CAAA,OAAAE,cAAA,CAAAC,IAAA,CAAAH,CAAA,EAAAC,CAAA,MAAAJ,CAAA,CAAAI,CAAA,IAAAD,CAAA,CAAAC,CAAA,aAAAJ,CAAA,KAAAJ,QAAA,CAAAW,KAAA,OAAAN,SAAA,KALzD;AAcA,MAAMO,IAAmC,GAAGA,CAAC;EAC3CC,IAAI;EACJC,MAAM;EACNC,KAAK;EACLC,KAAK;EACLC,QAAQ;EACR,GAAGC;AACL,CAAC,KAAK;EACJ,MAAM;IAAEC,YAAY,EAAEC;EAAkB,CAAC,GAAG,IAAAC,kBAAQ,EAAC,CAAC;EAEtD,MAAMC,aAAmC,GAAG;IAC1C,GAAGC,4BAAK,CAACC,UAAU;IACnB,GAAG,IAAAC,wBAAkB,EAACX,MAAM,IAAIY,gBAAU,CAACC,OAAO,CAAC;IACnDZ,KAAK,EAAEA,KAAK,IAAIK,iBAAiB,CAACQ;EACpC,CAAC;EAED,oBACEtC,MAAA,CAAAS,OAAA,CAAA8B,aAAA,CAACpC,YAAA,CAAAqC,IAAI,EAAA9B,QAAA,KAAKkB,IAAI;IAAEF,KAAK,EAAE,CAACM,aAAa,EAAEN,KAAK;EAAE,IAC3CH,IAAI,IAAII,QACL,CAAC;AAEX,CAAC;AAAC,IAAAc,QAAA,GAAAC,OAAA,CAAAjC,OAAA,GAEaa,IAAI","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_reactNativeTypography","_useTheme","_font","_jsxRuntime","e","__esModule","default","Body","text","weight","color","style","children","rest","typographies","typographiesTheme","useTheme","composedStyle","human","bodyObject","retrieveFontWeight","FontWeight","REGULAR","bodyColor","jsx","Text","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/typographies/Body/Body.tsx"],"mappings":";;;;;;AACA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,sBAAA,GAAAF,OAAA;AACA,IAAAG,SAAA,GAAAH,OAAA;AACA,IAAAI,KAAA,GAAAJ,OAAA;AAAyD,IAAAK,WAAA,GAAAL,OAAA;AAAA,SAAAD,uBAAAO,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AALzD;;AAcA,MAAMG,IAAmC,GAAGA,CAAC;EAC3CC,IAAI;EACJC,MAAM;EACNC,KAAK;EACLC,KAAK;EACLC,QAAQ;EACR,GAAGC;AACL,CAAC,KAAK;EACJ,MAAM;IAAEC,YAAY,EAAEC;EAAkB,CAAC,GAAG,IAAAC,kBAAQ,EAAC,CAAC;EAEtD,MAAMC,aAAmC,GAAG;IAC1C,GAAGC,4BAAK,CAACC,UAAU;IACnB,GAAG,IAAAC,wBAAkB,EAACX,MAAM,IAAIY,gBAAU,CAACC,OAAO,CAAC;IACnDZ,KAAK,EAAEA,KAAK,IAAIK,iBAAiB,CAACQ;EACpC,CAAC;EAED,oBACE,IAAApB,WAAA,CAAAqB,GAAA,EAACzB,YAAA,CAAA0B,IAAI;IAAA,GAAKZ,IAAI;IAAEF,KAAK,EAAE,CAACM,aAAa,EAAEN,KAAK,CAAE;IAAAC,QAAA,EAC3CJ,IAAI,IAAII;EAAQ,CACb,CAAC;AAEX,CAAC;AAAC,IAAAc,QAAA,GAAAC,OAAA,CAAArB,OAAA,GAEaC,IAAI","ignoreList":[]}
@@ -9,6 +9,6 @@ Object.defineProperty(exports, "Body", {
9
9
  return _Body.default;
10
10
  }
11
11
  });
12
- var _Body = _interopRequireDefault(require("./Body"));
12
+ var _Body = _interopRequireDefault(require("./Body.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":["_Body","_interopRequireDefault","require","e","__esModule","default"],"sourceRoot":"../../../../../src","sources":["components/typographies/Body/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,KAAA,GAAAC,sBAAA,CAAAC,OAAA;AAA0B,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA","ignoreList":[]}
1
+ {"version":3,"names":["_Body","_interopRequireDefault","require","e","__esModule","default"],"sourceRoot":"../../../../../src","sources":["components/typographies/Body/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,KAAA,GAAAC,sBAAA,CAAAC,OAAA;AAA0B,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA","ignoreList":[]}
@@ -7,9 +7,11 @@ exports.default = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _reactNative = require("react-native");
9
9
  var _reactNativeTypography = require("react-native-typography");
10
- var _useTheme = require("../../../hooks/useTheme");
10
+ var _useTheme = require("../../../hooks/useTheme.js");
11
+ var _jsxRuntime = require("react/jsx-runtime");
11
12
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
12
- 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); } // @ts-ignore TS6133
13
+ // @ts-ignore TS6133
14
+
13
15
  const ButtonTitle = ({
14
16
  text,
15
17
  color,
@@ -33,13 +35,15 @@ const ButtonTitle = ({
33
35
  }),
34
36
  color: color || typographiesTheme.buttonTitleColor
35
37
  };
36
- return /*#__PURE__*/_react.default.createElement(_reactNative.Text, _extends({}, rest, {
38
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
39
+ ...rest,
37
40
  style: [composedStyle, style],
38
- numberOfLines: 1
39
- }), _reactNative.Platform.select({
40
- android: (text === null || text === void 0 ? void 0 : text.toUpperCase()) || (children === null || children === void 0 ? void 0 : children.toString().toUpperCase()),
41
- ios: text || children
42
- }));
41
+ numberOfLines: 1,
42
+ children: _reactNative.Platform.select({
43
+ android: text?.toUpperCase() || children?.toString().toUpperCase(),
44
+ ios: text || children
45
+ })
46
+ });
43
47
  };
44
48
  var _default = exports.default = ButtonTitle;
45
49
  //# sourceMappingURL=ButtonTitle.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_reactNativeTypography","_useTheme","e","__esModule","default","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","ButtonTitle","text","color","style","children","rest","typographies","typographiesTheme","useTheme","composedStyle","Platform","select","ios","human","calloutObject","sanFranciscoWeights","semibold","android","material","buttonObject","robotoWeights","medium","buttonTitleColor","createElement","Text","numberOfLines","toUpperCase","toString","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/typographies/ButtonTitle/ButtonTitle.tsx"],"mappings":";;;;;;AACA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,sBAAA,GAAAF,OAAA;AAMA,IAAAG,SAAA,GAAAH,OAAA;AAAmD,SAAAD,uBAAAK,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,SAAAG,SAAA,WAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,CAAA,aAAAP,CAAA,MAAAA,CAAA,GAAAQ,SAAA,CAAAC,MAAA,EAAAT,CAAA,UAAAU,CAAA,GAAAF,SAAA,CAAAR,CAAA,YAAAW,CAAA,IAAAD,CAAA,OAAAE,cAAA,CAAAC,IAAA,CAAAH,CAAA,EAAAC,CAAA,MAAAJ,CAAA,CAAAI,CAAA,IAAAD,CAAA,CAAAC,CAAA,aAAAJ,CAAA,KAAAJ,QAAA,CAAAW,KAAA,OAAAN,SAAA,KATnD;AAiBA,MAAMO,WAAiD,GAAGA,CAAC;EACzDC,IAAI;EACJC,KAAK;EACLC,KAAK;EACLC,QAAQ;EACR,GAAGC;AACL,CAAC,KAAK;EACJ,MAAM;IAAEC,YAAY,EAAEC;EAAkB,CAAC,GAAG,IAAAC,kBAAQ,EAAC,CAAC;EAEtD,MAAMC,aAAmC,GAAG;IAC1C,GAAGC,qBAAQ,CAACC,MAAM,CAAC;MACjBC,GAAG,EAAE;QACH,GAAGC,4BAAK,CAACC,aAAa;QACtB,GAAGC,0CAAmB,CAACC;MACzB,CAAC;MACDC,OAAO,EAAE;QACP,GAAGC,+BAAQ,CAACC,YAAY;QACxB,GAAGC,oCAAa,CAACC;MACnB;IACF,CAAC,CAAC;IACFnB,KAAK,EAAEA,KAAK,IAAIK,iBAAiB,CAACe;EACpC,CAAC;EAED,oBACE3C,MAAA,CAAAQ,OAAA,CAAAoC,aAAA,CAACzC,YAAA,CAAA0C,IAAI,EAAApC,QAAA,KAAKiB,IAAI;IAAEF,KAAK,EAAE,CAACM,aAAa,EAAEN,KAAK,CAAE;IAACsB,aAAa,EAAE;EAAE,IAC7Df,qBAAQ,CAACC,MAAM,CAAC;IACfM,OAAO,EAAE,CAAAhB,IAAI,aAAJA,IAAI,uBAAJA,IAAI,CAAEyB,WAAW,CAAC,CAAC,MAAItB,QAAQ,aAARA,QAAQ,uBAARA,QAAQ,CAAEuB,QAAQ,CAAC,CAAC,CAACD,WAAW,CAAC,CAAC;IAClEd,GAAG,EAAEX,IAAI,IAAIG;EACf,CAAC,CACG,CAAC;AAEX,CAAC;AAAC,IAAAwB,QAAA,GAAAC,OAAA,CAAA1C,OAAA,GAEaa,WAAW","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_reactNativeTypography","_useTheme","_jsxRuntime","e","__esModule","default","ButtonTitle","text","color","style","children","rest","typographies","typographiesTheme","useTheme","composedStyle","Platform","select","ios","human","calloutObject","sanFranciscoWeights","semibold","android","material","buttonObject","robotoWeights","medium","buttonTitleColor","jsx","Text","numberOfLines","toUpperCase","toString","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/typographies/ButtonTitle/ButtonTitle.tsx"],"mappings":";;;;;;AACA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,sBAAA,GAAAF,OAAA;AAMA,IAAAG,SAAA,GAAAH,OAAA;AAAmD,IAAAI,WAAA,GAAAJ,OAAA;AAAA,SAAAD,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AATnD;;AAiBA,MAAMG,WAAiD,GAAGA,CAAC;EACzDC,IAAI;EACJC,KAAK;EACLC,KAAK;EACLC,QAAQ;EACR,GAAGC;AACL,CAAC,KAAK;EACJ,MAAM;IAAEC,YAAY,EAAEC;EAAkB,CAAC,GAAG,IAAAC,kBAAQ,EAAC,CAAC;EAEtD,MAAMC,aAAmC,GAAG;IAC1C,GAAGC,qBAAQ,CAACC,MAAM,CAAC;MACjBC,GAAG,EAAE;QACH,GAAGC,4BAAK,CAACC,aAAa;QACtB,GAAGC,0CAAmB,CAACC;MACzB,CAAC;MACDC,OAAO,EAAE;QACP,GAAGC,+BAAQ,CAACC,YAAY;QACxB,GAAGC,oCAAa,CAACC;MACnB;IACF,CAAC,CAAC;IACFnB,KAAK,EAAEA,KAAK,IAAIK,iBAAiB,CAACe;EACpC,CAAC;EAED,oBACE,IAAA1B,WAAA,CAAA2B,GAAA,EAAC9B,YAAA,CAAA+B,IAAI;IAAA,GAAKnB,IAAI;IAAEF,KAAK,EAAE,CAACM,aAAa,EAAEN,KAAK,CAAE;IAACsB,aAAa,EAAE,CAAE;IAAArB,QAAA,EAC7DM,qBAAQ,CAACC,MAAM,CAAC;MACfM,OAAO,EAAEhB,IAAI,EAAEyB,WAAW,CAAC,CAAC,IAAItB,QAAQ,EAAEuB,QAAQ,CAAC,CAAC,CAACD,WAAW,CAAC,CAAC;MAClEd,GAAG,EAAEX,IAAI,IAAIG;IACf,CAAC;EAAC,CACE,CAAC;AAEX,CAAC;AAAC,IAAAwB,QAAA,GAAAC,OAAA,CAAA9B,OAAA,GAEaC,WAAW","ignoreList":[]}
@@ -9,6 +9,6 @@ Object.defineProperty(exports, "ButtonTitle", {
9
9
  return _ButtonTitle.default;
10
10
  }
11
11
  });
12
- var _ButtonTitle = _interopRequireDefault(require("./ButtonTitle"));
12
+ var _ButtonTitle = _interopRequireDefault(require("./ButtonTitle.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":["_ButtonTitle","_interopRequireDefault","require","e","__esModule","default"],"sourceRoot":"../../../../../src","sources":["components/typographies/ButtonTitle/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,sBAAA,CAAAC,OAAA;AAAwC,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA","ignoreList":[]}
1
+ {"version":3,"names":["_ButtonTitle","_interopRequireDefault","require","e","__esModule","default"],"sourceRoot":"../../../../../src","sources":["components/typographies/ButtonTitle/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,sBAAA,CAAAC,OAAA;AAAwC,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA","ignoreList":[]}
@@ -7,10 +7,12 @@ exports.default = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _reactNative = require("react-native");
9
9
  var _reactNativeTypography = require("react-native-typography");
10
- var _useTheme = require("../../../hooks/useTheme");
11
- var _font = require("../font");
10
+ var _useTheme = require("../../../hooks/useTheme.js");
11
+ var _font = require("../font.js");
12
+ var _jsxRuntime = require("react/jsx-runtime");
12
13
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
13
- 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); } // @ts-ignore TS6133
14
+ // @ts-ignore TS6133
15
+
14
16
  const Callout = ({
15
17
  text,
16
18
  weight,
@@ -27,9 +29,11 @@ const Callout = ({
27
29
  ...(0, _font.retrieveFontWeight)(weight || _font.FontWeight.REGULAR),
28
30
  color: color || typographiesTheme.calloutColor
29
31
  };
30
- return /*#__PURE__*/_react.default.createElement(_reactNative.Text, _extends({}, rest, {
31
- style: [composedStyle, style]
32
- }), text || children);
32
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
33
+ ...rest,
34
+ style: [composedStyle, style],
35
+ children: text || children
36
+ });
33
37
  };
34
38
  var _default = exports.default = Callout;
35
39
  //# sourceMappingURL=Callout.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_reactNativeTypography","_useTheme","_font","e","__esModule","default","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","Callout","text","weight","color","style","children","rest","typographies","typographiesTheme","useTheme","composedStyle","human","calloutObject","retrieveFontWeight","FontWeight","REGULAR","calloutColor","createElement","Text","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/typographies/Callout/Callout.tsx"],"mappings":";;;;;;AACA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,sBAAA,GAAAF,OAAA;AACA,IAAAG,SAAA,GAAAH,OAAA;AACA,IAAAI,KAAA,GAAAJ,OAAA;AAAyD,SAAAD,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,SAAAG,SAAA,WAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,CAAA,aAAAP,CAAA,MAAAA,CAAA,GAAAQ,SAAA,CAAAC,MAAA,EAAAT,CAAA,UAAAU,CAAA,GAAAF,SAAA,CAAAR,CAAA,YAAAW,CAAA,IAAAD,CAAA,OAAAE,cAAA,CAAAC,IAAA,CAAAH,CAAA,EAAAC,CAAA,MAAAJ,CAAA,CAAAI,CAAA,IAAAD,CAAA,CAAAC,CAAA,aAAAJ,CAAA,KAAAJ,QAAA,CAAAW,KAAA,OAAAN,SAAA,KALzD;AAcA,MAAMO,OAAyC,GAAGA,CAAC;EACjDC,IAAI;EACJC,MAAM;EACNC,KAAK;EACLC,KAAK;EACLC,QAAQ;EACR,GAAGC;AACL,CAAC,KAAK;EACJ,MAAM;IAAEC,YAAY,EAAEC;EAAkB,CAAC,GAAG,IAAAC,kBAAQ,EAAC,CAAC;EAEtD,MAAMC,aAAmC,GAAG;IAC1C,GAAGC,4BAAK,CAACC,aAAa;IACtB,GAAG,IAAAC,wBAAkB,EAACX,MAAM,IAAIY,gBAAU,CAACC,OAAO,CAAC;IACnDZ,KAAK,EAAEA,KAAK,IAAIK,iBAAiB,CAACQ;EACpC,CAAC;EAED,oBACEtC,MAAA,CAAAS,OAAA,CAAA8B,aAAA,CAACpC,YAAA,CAAAqC,IAAI,EAAA9B,QAAA,KAAKkB,IAAI;IAAEF,KAAK,EAAE,CAACM,aAAa,EAAEN,KAAK;EAAE,IAC3CH,IAAI,IAAII,QACL,CAAC;AAEX,CAAC;AAAC,IAAAc,QAAA,GAAAC,OAAA,CAAAjC,OAAA,GAEaa,OAAO","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_reactNativeTypography","_useTheme","_font","_jsxRuntime","e","__esModule","default","Callout","text","weight","color","style","children","rest","typographies","typographiesTheme","useTheme","composedStyle","human","calloutObject","retrieveFontWeight","FontWeight","REGULAR","calloutColor","jsx","Text","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/typographies/Callout/Callout.tsx"],"mappings":";;;;;;AACA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,sBAAA,GAAAF,OAAA;AACA,IAAAG,SAAA,GAAAH,OAAA;AACA,IAAAI,KAAA,GAAAJ,OAAA;AAAyD,IAAAK,WAAA,GAAAL,OAAA;AAAA,SAAAD,uBAAAO,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AALzD;;AAcA,MAAMG,OAAyC,GAAGA,CAAC;EACjDC,IAAI;EACJC,MAAM;EACNC,KAAK;EACLC,KAAK;EACLC,QAAQ;EACR,GAAGC;AACL,CAAC,KAAK;EACJ,MAAM;IAAEC,YAAY,EAAEC;EAAkB,CAAC,GAAG,IAAAC,kBAAQ,EAAC,CAAC;EAEtD,MAAMC,aAAmC,GAAG;IAC1C,GAAGC,4BAAK,CAACC,aAAa;IACtB,GAAG,IAAAC,wBAAkB,EAACX,MAAM,IAAIY,gBAAU,CAACC,OAAO,CAAC;IACnDZ,KAAK,EAAEA,KAAK,IAAIK,iBAAiB,CAACQ;EACpC,CAAC;EAED,oBACE,IAAApB,WAAA,CAAAqB,GAAA,EAACzB,YAAA,CAAA0B,IAAI;IAAA,GAAKZ,IAAI;IAAEF,KAAK,EAAE,CAACM,aAAa,EAAEN,KAAK,CAAE;IAAAC,QAAA,EAC3CJ,IAAI,IAAII;EAAQ,CACb,CAAC;AAEX,CAAC;AAAC,IAAAc,QAAA,GAAAC,OAAA,CAAArB,OAAA,GAEaC,OAAO","ignoreList":[]}
@@ -9,6 +9,6 @@ Object.defineProperty(exports, "Callout", {
9
9
  return _Callout.default;
10
10
  }
11
11
  });
12
- var _Callout = _interopRequireDefault(require("./Callout"));
12
+ var _Callout = _interopRequireDefault(require("./Callout.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":["_Callout","_interopRequireDefault","require","e","__esModule","default"],"sourceRoot":"../../../../../src","sources":["components/typographies/Callout/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,QAAA,GAAAC,sBAAA,CAAAC,OAAA;AAAgC,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA","ignoreList":[]}
1
+ {"version":3,"names":["_Callout","_interopRequireDefault","require","e","__esModule","default"],"sourceRoot":"../../../../../src","sources":["components/typographies/Callout/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,QAAA,GAAAC,sBAAA,CAAAC,OAAA;AAAgC,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA","ignoreList":[]}
@@ -7,10 +7,12 @@ exports.default = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _reactNative = require("react-native");
9
9
  var _reactNativeTypography = require("react-native-typography");
10
- var _useTheme = require("../../../hooks/useTheme");
11
- var _font = require("../font");
10
+ var _useTheme = require("../../../hooks/useTheme.js");
11
+ var _font = require("../font.js");
12
+ var _jsxRuntime = require("react/jsx-runtime");
12
13
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
13
- 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); } // @ts-ignore TS6133
14
+ // @ts-ignore TS6133
15
+
14
16
  const CaptionOne = ({
15
17
  text,
16
18
  weight,
@@ -27,9 +29,11 @@ const CaptionOne = ({
27
29
  ...(0, _font.retrieveFontWeight)(weight || _font.FontWeight.REGULAR),
28
30
  color: color || typographiesTheme.captionOneColor
29
31
  };
30
- return /*#__PURE__*/_react.default.createElement(_reactNative.Text, _extends({}, rest, {
31
- style: [composedStyle, style]
32
- }), text || children);
32
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
33
+ ...rest,
34
+ style: [composedStyle, style],
35
+ children: text || children
36
+ });
33
37
  };
34
38
  var _default = exports.default = CaptionOne;
35
39
  //# sourceMappingURL=CaptionOne.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_reactNativeTypography","_useTheme","_font","e","__esModule","default","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","CaptionOne","text","weight","color","style","children","rest","typographies","typographiesTheme","useTheme","composedStyle","human","caption1Object","retrieveFontWeight","FontWeight","REGULAR","captionOneColor","createElement","Text","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/typographies/CaptionOne/CaptionOne.tsx"],"mappings":";;;;;;AACA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,sBAAA,GAAAF,OAAA;AACA,IAAAG,SAAA,GAAAH,OAAA;AACA,IAAAI,KAAA,GAAAJ,OAAA;AAAyD,SAAAD,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,SAAAG,SAAA,WAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,CAAA,aAAAP,CAAA,MAAAA,CAAA,GAAAQ,SAAA,CAAAC,MAAA,EAAAT,CAAA,UAAAU,CAAA,GAAAF,SAAA,CAAAR,CAAA,YAAAW,CAAA,IAAAD,CAAA,OAAAE,cAAA,CAAAC,IAAA,CAAAH,CAAA,EAAAC,CAAA,MAAAJ,CAAA,CAAAI,CAAA,IAAAD,CAAA,CAAAC,CAAA,aAAAJ,CAAA,KAAAJ,QAAA,CAAAW,KAAA,OAAAN,SAAA,KALzD;AAcA,MAAMO,UAA+C,GAAGA,CAAC;EACvDC,IAAI;EACJC,MAAM;EACNC,KAAK;EACLC,KAAK;EACLC,QAAQ;EACR,GAAGC;AACL,CAAC,KAAK;EACJ,MAAM;IAAEC,YAAY,EAAEC;EAAkB,CAAC,GAAG,IAAAC,kBAAQ,EAAC,CAAC;EAEtD,MAAMC,aAAmC,GAAG;IAC1C,GAAGC,4BAAK,CAACC,cAAc;IACvB,GAAG,IAAAC,wBAAkB,EAACX,MAAM,IAAIY,gBAAU,CAACC,OAAO,CAAC;IACnDZ,KAAK,EAAEA,KAAK,IAAIK,iBAAiB,CAACQ;EACpC,CAAC;EAED,oBACEtC,MAAA,CAAAS,OAAA,CAAA8B,aAAA,CAACpC,YAAA,CAAAqC,IAAI,EAAA9B,QAAA,KAAKkB,IAAI;IAAEF,KAAK,EAAE,CAACM,aAAa,EAAEN,KAAK;EAAE,IAC3CH,IAAI,IAAII,QACL,CAAC;AAEX,CAAC;AAAC,IAAAc,QAAA,GAAAC,OAAA,CAAAjC,OAAA,GAEaa,UAAU","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_reactNativeTypography","_useTheme","_font","_jsxRuntime","e","__esModule","default","CaptionOne","text","weight","color","style","children","rest","typographies","typographiesTheme","useTheme","composedStyle","human","caption1Object","retrieveFontWeight","FontWeight","REGULAR","captionOneColor","jsx","Text","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/typographies/CaptionOne/CaptionOne.tsx"],"mappings":";;;;;;AACA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,sBAAA,GAAAF,OAAA;AACA,IAAAG,SAAA,GAAAH,OAAA;AACA,IAAAI,KAAA,GAAAJ,OAAA;AAAyD,IAAAK,WAAA,GAAAL,OAAA;AAAA,SAAAD,uBAAAO,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AALzD;;AAcA,MAAMG,UAA+C,GAAGA,CAAC;EACvDC,IAAI;EACJC,MAAM;EACNC,KAAK;EACLC,KAAK;EACLC,QAAQ;EACR,GAAGC;AACL,CAAC,KAAK;EACJ,MAAM;IAAEC,YAAY,EAAEC;EAAkB,CAAC,GAAG,IAAAC,kBAAQ,EAAC,CAAC;EAEtD,MAAMC,aAAmC,GAAG;IAC1C,GAAGC,4BAAK,CAACC,cAAc;IACvB,GAAG,IAAAC,wBAAkB,EAACX,MAAM,IAAIY,gBAAU,CAACC,OAAO,CAAC;IACnDZ,KAAK,EAAEA,KAAK,IAAIK,iBAAiB,CAACQ;EACpC,CAAC;EAED,oBACE,IAAApB,WAAA,CAAAqB,GAAA,EAACzB,YAAA,CAAA0B,IAAI;IAAA,GAAKZ,IAAI;IAAEF,KAAK,EAAE,CAACM,aAAa,EAAEN,KAAK,CAAE;IAAAC,QAAA,EAC3CJ,IAAI,IAAII;EAAQ,CACb,CAAC;AAEX,CAAC;AAAC,IAAAc,QAAA,GAAAC,OAAA,CAAArB,OAAA,GAEaC,UAAU","ignoreList":[]}
@@ -9,6 +9,6 @@ Object.defineProperty(exports, "CaptionOne", {
9
9
  return _CaptionOne.default;
10
10
  }
11
11
  });
12
- var _CaptionOne = _interopRequireDefault(require("./CaptionOne"));
12
+ var _CaptionOne = _interopRequireDefault(require("./CaptionOne.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":["_CaptionOne","_interopRequireDefault","require","e","__esModule","default"],"sourceRoot":"../../../../../src","sources":["components/typographies/CaptionOne/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,WAAA,GAAAC,sBAAA,CAAAC,OAAA;AAAsC,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA","ignoreList":[]}
1
+ {"version":3,"names":["_CaptionOne","_interopRequireDefault","require","e","__esModule","default"],"sourceRoot":"../../../../../src","sources":["components/typographies/CaptionOne/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,WAAA,GAAAC,sBAAA,CAAAC,OAAA;AAAsC,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA","ignoreList":[]}
@@ -7,10 +7,12 @@ exports.default = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _reactNative = require("react-native");
9
9
  var _reactNativeTypography = require("react-native-typography");
10
- var _useTheme = require("../../../hooks/useTheme");
11
- var _font = require("../font");
10
+ var _useTheme = require("../../../hooks/useTheme.js");
11
+ var _font = require("../font.js");
12
+ var _jsxRuntime = require("react/jsx-runtime");
12
13
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
13
- 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); } // @ts-ignore TS6133
14
+ // @ts-ignore TS6133
15
+
14
16
  const CaptionTwo = ({
15
17
  text,
16
18
  color,
@@ -27,9 +29,11 @@ const CaptionTwo = ({
27
29
  ...(0, _font.retrieveFontWeight)(weight || _font.FontWeight.REGULAR),
28
30
  color: color || typographiesTheme.captionTwoColor
29
31
  };
30
- return /*#__PURE__*/_react.default.createElement(_reactNative.Text, _extends({}, rest, {
31
- style: [composedStyle, style]
32
- }), text || children);
32
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
33
+ ...rest,
34
+ style: [composedStyle, style],
35
+ children: text || children
36
+ });
33
37
  };
34
38
  var _default = exports.default = CaptionTwo;
35
39
  //# sourceMappingURL=CaptionTwo.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_reactNativeTypography","_useTheme","_font","e","__esModule","default","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","CaptionTwo","text","color","style","weight","children","rest","typographies","typographiesTheme","useTheme","composedStyle","human","caption2Object","retrieveFontWeight","FontWeight","REGULAR","captionTwoColor","createElement","Text","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/typographies/CaptionTwo/CaptionTwo.tsx"],"mappings":";;;;;;AACA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,sBAAA,GAAAF,OAAA;AACA,IAAAG,SAAA,GAAAH,OAAA;AACA,IAAAI,KAAA,GAAAJ,OAAA;AAAyD,SAAAD,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,SAAAG,SAAA,WAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,CAAA,aAAAP,CAAA,MAAAA,CAAA,GAAAQ,SAAA,CAAAC,MAAA,EAAAT,CAAA,UAAAU,CAAA,GAAAF,SAAA,CAAAR,CAAA,YAAAW,CAAA,IAAAD,CAAA,OAAAE,cAAA,CAAAC,IAAA,CAAAH,CAAA,EAAAC,CAAA,MAAAJ,CAAA,CAAAI,CAAA,IAAAD,CAAA,CAAAC,CAAA,aAAAJ,CAAA,KAAAJ,QAAA,CAAAW,KAAA,OAAAN,SAAA,KALzD;AAcA,MAAMO,UAA+C,GAAGA,CAAC;EACvDC,IAAI;EACJC,KAAK;EACLC,KAAK;EACLC,MAAM;EACNC,QAAQ;EACR,GAAGC;AACL,CAAC,KAAK;EACJ,MAAM;IAAEC,YAAY,EAAEC;EAAkB,CAAC,GAAG,IAAAC,kBAAQ,EAAC,CAAC;EAEtD,MAAMC,aAAmC,GAAG;IAC1C,GAAGC,4BAAK,CAACC,cAAc;IACvB,GAAG,IAAAC,wBAAkB,EAACT,MAAM,IAAIU,gBAAU,CAACC,OAAO,CAAC;IACnDb,KAAK,EAAEA,KAAK,IAAIM,iBAAiB,CAACQ;EACpC,CAAC;EAED,oBACEtC,MAAA,CAAAS,OAAA,CAAA8B,aAAA,CAACpC,YAAA,CAAAqC,IAAI,EAAA9B,QAAA,KAAKkB,IAAI;IAAEH,KAAK,EAAE,CAACO,aAAa,EAAEP,KAAK;EAAE,IAC3CF,IAAI,IAAII,QACL,CAAC;AAEX,CAAC;AAAC,IAAAc,QAAA,GAAAC,OAAA,CAAAjC,OAAA,GAEaa,UAAU","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_reactNativeTypography","_useTheme","_font","_jsxRuntime","e","__esModule","default","CaptionTwo","text","color","style","weight","children","rest","typographies","typographiesTheme","useTheme","composedStyle","human","caption2Object","retrieveFontWeight","FontWeight","REGULAR","captionTwoColor","jsx","Text","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/typographies/CaptionTwo/CaptionTwo.tsx"],"mappings":";;;;;;AACA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,sBAAA,GAAAF,OAAA;AACA,IAAAG,SAAA,GAAAH,OAAA;AACA,IAAAI,KAAA,GAAAJ,OAAA;AAAyD,IAAAK,WAAA,GAAAL,OAAA;AAAA,SAAAD,uBAAAO,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AALzD;;AAcA,MAAMG,UAA+C,GAAGA,CAAC;EACvDC,IAAI;EACJC,KAAK;EACLC,KAAK;EACLC,MAAM;EACNC,QAAQ;EACR,GAAGC;AACL,CAAC,KAAK;EACJ,MAAM;IAAEC,YAAY,EAAEC;EAAkB,CAAC,GAAG,IAAAC,kBAAQ,EAAC,CAAC;EAEtD,MAAMC,aAAmC,GAAG;IAC1C,GAAGC,4BAAK,CAACC,cAAc;IACvB,GAAG,IAAAC,wBAAkB,EAACT,MAAM,IAAIU,gBAAU,CAACC,OAAO,CAAC;IACnDb,KAAK,EAAEA,KAAK,IAAIM,iBAAiB,CAACQ;EACpC,CAAC;EAED,oBACE,IAAApB,WAAA,CAAAqB,GAAA,EAACzB,YAAA,CAAA0B,IAAI;IAAA,GAAKZ,IAAI;IAAEH,KAAK,EAAE,CAACO,aAAa,EAAEP,KAAK,CAAE;IAAAE,QAAA,EAC3CJ,IAAI,IAAII;EAAQ,CACb,CAAC;AAEX,CAAC;AAAC,IAAAc,QAAA,GAAAC,OAAA,CAAArB,OAAA,GAEaC,UAAU","ignoreList":[]}
@@ -9,6 +9,6 @@ Object.defineProperty(exports, "CaptionTwo", {
9
9
  return _CaptionTwo.default;
10
10
  }
11
11
  });
12
- var _CaptionTwo = _interopRequireDefault(require("./CaptionTwo"));
12
+ var _CaptionTwo = _interopRequireDefault(require("./CaptionTwo.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":["_CaptionTwo","_interopRequireDefault","require","e","__esModule","default"],"sourceRoot":"../../../../../src","sources":["components/typographies/CaptionTwo/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,WAAA,GAAAC,sBAAA,CAAAC,OAAA;AAAsC,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA","ignoreList":[]}
1
+ {"version":3,"names":["_CaptionTwo","_interopRequireDefault","require","e","__esModule","default"],"sourceRoot":"../../../../../src","sources":["components/typographies/CaptionTwo/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,WAAA,GAAAC,sBAAA,CAAAC,OAAA;AAAsC,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA","ignoreList":[]}
@@ -7,10 +7,12 @@ exports.default = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _reactNative = require("react-native");
9
9
  var _reactNativeTypography = require("react-native-typography");
10
- var _useTheme = require("../../../hooks/useTheme");
11
- var _font = require("../font");
10
+ var _useTheme = require("../../../hooks/useTheme.js");
11
+ var _font = require("../font.js");
12
+ var _jsxRuntime = require("react/jsx-runtime");
12
13
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
13
- 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); } // @ts-ignore TS6133
14
+ // @ts-ignore TS6133
15
+
14
16
  const Footnote = ({
15
17
  text,
16
18
  color,
@@ -27,9 +29,11 @@ const Footnote = ({
27
29
  ...(0, _font.retrieveFontWeight)(weight || _font.FontWeight.REGULAR),
28
30
  color: color || typographiesTheme.footnoteColor
29
31
  };
30
- return /*#__PURE__*/_react.default.createElement(_reactNative.Text, _extends({}, rest, {
31
- style: [composedStyle, style]
32
- }), text || children);
32
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
33
+ ...rest,
34
+ style: [composedStyle, style],
35
+ children: text || children
36
+ });
33
37
  };
34
38
  var _default = exports.default = Footnote;
35
39
  //# sourceMappingURL=Footnote.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_reactNativeTypography","_useTheme","_font","e","__esModule","default","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","Footnote","text","color","style","weight","children","rest","typographies","typographiesTheme","useTheme","composedStyle","human","footnoteObject","retrieveFontWeight","FontWeight","REGULAR","footnoteColor","createElement","Text","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/typographies/Footnote/Footnote.tsx"],"mappings":";;;;;;AACA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,sBAAA,GAAAF,OAAA;AACA,IAAAG,SAAA,GAAAH,OAAA;AACA,IAAAI,KAAA,GAAAJ,OAAA;AAAyD,SAAAD,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,SAAAG,SAAA,WAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,CAAA,aAAAP,CAAA,MAAAA,CAAA,GAAAQ,SAAA,CAAAC,MAAA,EAAAT,CAAA,UAAAU,CAAA,GAAAF,SAAA,CAAAR,CAAA,YAAAW,CAAA,IAAAD,CAAA,OAAAE,cAAA,CAAAC,IAAA,CAAAH,CAAA,EAAAC,CAAA,MAAAJ,CAAA,CAAAI,CAAA,IAAAD,CAAA,CAAAC,CAAA,aAAAJ,CAAA,KAAAJ,QAAA,CAAAW,KAAA,OAAAN,SAAA,KALzD;AAcA,MAAMO,QAA2C,GAAGA,CAAC;EACnDC,IAAI;EACJC,KAAK;EACLC,KAAK;EACLC,MAAM;EACNC,QAAQ;EACR,GAAGC;AACL,CAAC,KAAK;EACJ,MAAM;IAAEC,YAAY,EAAEC;EAAkB,CAAC,GAAG,IAAAC,kBAAQ,EAAC,CAAC;EAEtD,MAAMC,aAAmC,GAAG;IAC1C,GAAGC,4BAAK,CAACC,cAAc;IACvB,GAAG,IAAAC,wBAAkB,EAACT,MAAM,IAAIU,gBAAU,CAACC,OAAO,CAAC;IACnDb,KAAK,EAAEA,KAAK,IAAIM,iBAAiB,CAACQ;EACpC,CAAC;EAED,oBACEtC,MAAA,CAAAS,OAAA,CAAA8B,aAAA,CAACpC,YAAA,CAAAqC,IAAI,EAAA9B,QAAA,KAAKkB,IAAI;IAAEH,KAAK,EAAE,CAACO,aAAa,EAAEP,KAAK;EAAE,IAC3CF,IAAI,IAAII,QACL,CAAC;AAEX,CAAC;AAAC,IAAAc,QAAA,GAAAC,OAAA,CAAAjC,OAAA,GAEaa,QAAQ","ignoreList":[]}
1
+ {"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_reactNativeTypography","_useTheme","_font","_jsxRuntime","e","__esModule","default","Footnote","text","color","style","weight","children","rest","typographies","typographiesTheme","useTheme","composedStyle","human","footnoteObject","retrieveFontWeight","FontWeight","REGULAR","footnoteColor","jsx","Text","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/typographies/Footnote/Footnote.tsx"],"mappings":";;;;;;AACA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,sBAAA,GAAAF,OAAA;AACA,IAAAG,SAAA,GAAAH,OAAA;AACA,IAAAI,KAAA,GAAAJ,OAAA;AAAyD,IAAAK,WAAA,GAAAL,OAAA;AAAA,SAAAD,uBAAAO,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AALzD;;AAcA,MAAMG,QAA2C,GAAGA,CAAC;EACnDC,IAAI;EACJC,KAAK;EACLC,KAAK;EACLC,MAAM;EACNC,QAAQ;EACR,GAAGC;AACL,CAAC,KAAK;EACJ,MAAM;IAAEC,YAAY,EAAEC;EAAkB,CAAC,GAAG,IAAAC,kBAAQ,EAAC,CAAC;EAEtD,MAAMC,aAAmC,GAAG;IAC1C,GAAGC,4BAAK,CAACC,cAAc;IACvB,GAAG,IAAAC,wBAAkB,EAACT,MAAM,IAAIU,gBAAU,CAACC,OAAO,CAAC;IACnDb,KAAK,EAAEA,KAAK,IAAIM,iBAAiB,CAACQ;EACpC,CAAC;EAED,oBACE,IAAApB,WAAA,CAAAqB,GAAA,EAACzB,YAAA,CAAA0B,IAAI;IAAA,GAAKZ,IAAI;IAAEH,KAAK,EAAE,CAACO,aAAa,EAAEP,KAAK,CAAE;IAAAE,QAAA,EAC3CJ,IAAI,IAAII;EAAQ,CACb,CAAC;AAEX,CAAC;AAAC,IAAAc,QAAA,GAAAC,OAAA,CAAArB,OAAA,GAEaC,QAAQ","ignoreList":[]}
@@ -9,6 +9,6 @@ Object.defineProperty(exports, "Footnote", {
9
9
  return _Footnote.default;
10
10
  }
11
11
  });
12
- var _Footnote = _interopRequireDefault(require("./Footnote"));
12
+ var _Footnote = _interopRequireDefault(require("./Footnote.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":["_Footnote","_interopRequireDefault","require","e","__esModule","default"],"sourceRoot":"../../../../../src","sources":["components/typographies/Footnote/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,SAAA,GAAAC,sBAAA,CAAAC,OAAA;AAAkC,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA","ignoreList":[]}
1
+ {"version":3,"names":["_Footnote","_interopRequireDefault","require","e","__esModule","default"],"sourceRoot":"../../../../../src","sources":["components/typographies/Footnote/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,SAAA,GAAAC,sBAAA,CAAAC,OAAA;AAAkC,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA","ignoreList":[]}