@originallyus/feedback-rn-sdk 4.0.0-beta.27 → 4.0.0-beta.29

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 (1218) hide show
  1. package/README.md +64 -7
  2. package/lib/module/ContentUsefulness.js +30 -22
  3. package/lib/module/ContentUsefulness.js.map +1 -1
  4. package/lib/module/FeedbackSDK.js +97 -25
  5. package/lib/module/FeedbackSDK.js.map +1 -1
  6. package/lib/module/FeedbackSDKAppStoreRating.js +42 -13
  7. package/lib/module/FeedbackSDKAppStoreRating.js.map +1 -1
  8. package/lib/module/FeedbackSDKForm.js +27 -21
  9. package/lib/module/FeedbackSDKForm.js.map +1 -1
  10. package/lib/module/FeedbackSDKSplash.js +18 -15
  11. package/lib/module/FeedbackSDKSplash.js.map +1 -1
  12. package/lib/module/component/AIA/atoms/ActivityIndicator/ActivityIndicator.js +1 -1
  13. package/lib/module/component/AIA/atoms/ActivityIndicator/ActivityIndicator.js.map +1 -1
  14. package/lib/module/component/AIA/atoms/ActivityIndicator/index.js.map +1 -1
  15. package/lib/module/component/AIA/atoms/ActivityIndicator/styles/index.js +4 -4
  16. package/lib/module/component/AIA/atoms/ActivityIndicator/styles/index.js.map +1 -1
  17. package/lib/module/component/AIA/atoms/ActivityIndicator/types/index.js +2 -0
  18. package/lib/module/component/AIA/atoms/Badge/Badge.js.map +1 -1
  19. package/lib/module/component/AIA/atoms/Badge/index.js.map +1 -1
  20. package/lib/module/component/AIA/atoms/Badge/styles/index.js +4 -4
  21. package/lib/module/component/AIA/atoms/Badge/styles/index.js.map +1 -1
  22. package/lib/module/component/AIA/atoms/Badge/types/index.js +2 -0
  23. package/lib/module/component/AIA/atoms/Breadcrumb/Breadcrumb.js +2 -2
  24. package/lib/module/component/AIA/atoms/Breadcrumb/Breadcrumb.js.map +1 -1
  25. package/lib/module/component/AIA/atoms/Breadcrumb/config/index.js.map +1 -1
  26. package/lib/module/component/AIA/atoms/Breadcrumb/index.js.map +1 -1
  27. package/lib/module/component/AIA/atoms/Breadcrumb/styles/index.js +3 -3
  28. package/lib/module/component/AIA/atoms/Breadcrumb/styles/index.js.map +1 -1
  29. package/lib/module/component/AIA/atoms/Breadcrumb/types/index.js +2 -0
  30. package/lib/module/component/AIA/atoms/Button/Button.js +45 -20
  31. package/lib/module/component/AIA/atoms/Button/Button.js.map +1 -1
  32. package/lib/module/component/AIA/atoms/Button/Readme.md +3 -0
  33. package/lib/module/component/AIA/atoms/Button/changelog.txt +12 -0
  34. package/lib/module/component/AIA/atoms/Button/index.js.map +1 -1
  35. package/lib/module/component/AIA/atoms/Button/styles/index.js +21 -6
  36. package/lib/module/component/AIA/atoms/Button/styles/index.js.map +1 -1
  37. package/lib/module/component/AIA/atoms/Button/types/index.js +2 -0
  38. package/lib/module/component/AIA/atoms/CardContainer/CardContainer.js +18 -17
  39. package/lib/module/component/AIA/atoms/CardContainer/CardContainer.js.map +1 -1
  40. package/lib/module/component/AIA/atoms/CardContainer/README.md +1 -0
  41. package/lib/module/component/AIA/atoms/CardContainer/changelog.txt +4 -0
  42. package/lib/module/component/AIA/atoms/CardContainer/config/index.js +4 -4
  43. package/lib/module/component/AIA/atoms/CardContainer/index.js.map +1 -1
  44. package/lib/module/component/AIA/atoms/CardContainer/styles/index.js +6 -2
  45. package/lib/module/component/AIA/atoms/CardContainer/styles/index.js.map +1 -1
  46. package/lib/module/component/AIA/atoms/Carousel/Carousel.js +5 -4
  47. package/lib/module/component/AIA/atoms/Carousel/Carousel.js.map +1 -1
  48. package/lib/module/component/AIA/atoms/Carousel/index.js.map +1 -1
  49. package/lib/module/component/AIA/atoms/Carousel/styles/index.js +4 -4
  50. package/lib/module/component/AIA/atoms/Carousel/styles/index.js.map +1 -1
  51. package/lib/module/component/AIA/atoms/Chip/Chip.js +139 -48
  52. package/lib/module/component/AIA/atoms/Chip/Chip.js.map +1 -1
  53. package/lib/module/component/AIA/atoms/Chip/README.md +20 -10
  54. package/lib/module/component/AIA/atoms/Chip/changelog.txt +10 -0
  55. package/lib/module/component/AIA/atoms/Chip/config/index.js +6 -10
  56. package/lib/module/component/AIA/atoms/Chip/config/index.js.map +1 -1
  57. package/lib/module/component/AIA/atoms/Chip/index.js.map +1 -1
  58. package/lib/module/component/AIA/atoms/Chip/styles/index.js +72 -10
  59. package/lib/module/component/AIA/atoms/Chip/styles/index.js.map +1 -1
  60. package/lib/module/component/AIA/atoms/Chip/types/index.js +2 -0
  61. package/lib/module/component/AIA/atoms/DatePicker/DatePicker.js +81 -59
  62. package/lib/module/component/AIA/atoms/DatePicker/DatePicker.js.map +1 -1
  63. package/lib/module/component/AIA/atoms/DatePicker/README.md +16 -12
  64. package/lib/module/component/AIA/atoms/DatePicker/changelog.txt +6 -0
  65. package/lib/module/component/AIA/atoms/DatePicker/config/index.js +6 -0
  66. package/lib/module/component/AIA/atoms/DatePicker/config/index.js.map +1 -1
  67. package/lib/module/component/AIA/atoms/DatePicker/index.js.map +1 -1
  68. package/lib/module/component/AIA/atoms/DatePicker/styles/index.js +37 -3
  69. package/lib/module/component/AIA/atoms/DatePicker/styles/index.js.map +1 -1
  70. package/lib/module/component/AIA/atoms/DatePicker/types/index.js +2 -0
  71. package/lib/module/component/AIA/atoms/DialogContainer/DialogContainer.js +0 -1
  72. package/lib/module/component/AIA/atoms/DialogContainer/DialogContainer.js.map +1 -1
  73. package/lib/module/component/AIA/atoms/DialogContainer/DialogContainer.stories.tsx.temp +254 -0
  74. package/lib/module/component/AIA/atoms/DialogContainer/index.js.map +1 -1
  75. package/lib/module/component/AIA/atoms/DialogContainer/styles/index.js +3 -3
  76. package/lib/module/component/AIA/atoms/DialogContainer/styles/index.js.map +1 -1
  77. package/lib/module/component/AIA/atoms/Divider/Divider.js +3 -3
  78. package/lib/module/component/AIA/atoms/Divider/Divider.js.map +1 -1
  79. package/lib/module/component/AIA/atoms/Divider/config/index.js +4 -4
  80. package/lib/module/component/AIA/atoms/Divider/index.js.map +1 -1
  81. package/lib/module/component/AIA/atoms/Divider/styles/index.js.map +1 -1
  82. package/lib/module/component/AIA/atoms/Drawer/Drawer.js +24 -6
  83. package/lib/module/component/AIA/atoms/Drawer/Drawer.js.map +1 -1
  84. package/lib/module/component/AIA/atoms/Drawer/changelog.txt +4 -0
  85. package/lib/module/component/AIA/atoms/Drawer/config/index.js.map +1 -1
  86. package/lib/module/component/AIA/atoms/Drawer/index.js.map +1 -1
  87. package/lib/module/component/AIA/atoms/Drawer/styles/index.js +3 -3
  88. package/lib/module/component/AIA/atoms/Drawer/styles/index.js.map +1 -1
  89. package/lib/module/component/AIA/atoms/FloatingButton/FloatingButton.js +0 -1
  90. package/lib/module/component/AIA/atoms/FloatingButton/FloatingButton.js.map +1 -1
  91. package/lib/module/component/AIA/atoms/FloatingButton/index.js.map +1 -1
  92. package/lib/module/component/AIA/atoms/FloatingButton/styles/index.js.map +1 -1
  93. package/lib/module/component/AIA/atoms/FloatingButton/types/index.js +2 -0
  94. package/lib/module/component/AIA/atoms/Icon/Icon.js +21 -7
  95. package/lib/module/component/AIA/atoms/Icon/Icon.js.map +1 -1
  96. package/lib/module/component/AIA/atoms/Icon/index.js.map +1 -1
  97. package/lib/module/component/AIA/atoms/IconButton/IconButton.js.map +1 -1
  98. package/lib/module/component/AIA/atoms/IconButton/index.js.map +1 -1
  99. package/lib/module/component/AIA/atoms/IconButton/styles/index.js +7 -7
  100. package/lib/module/component/AIA/atoms/IconButton/styles/index.js.map +1 -1
  101. package/lib/module/component/AIA/atoms/IconButton/types/index.js +2 -0
  102. package/lib/module/component/AIA/atoms/Icons/document-control/index.js +0 -1
  103. package/lib/module/component/AIA/atoms/Icons/document-control/index.js.map +1 -1
  104. package/lib/module/component/AIA/atoms/Icons/function/index.js +0 -1
  105. package/lib/module/component/AIA/atoms/Icons/function/index.js.map +1 -1
  106. package/lib/module/component/AIA/atoms/Icons/general/index.js +14 -1
  107. package/lib/module/component/AIA/atoms/Icons/general/index.js.map +1 -1
  108. package/lib/module/component/AIA/atoms/Icons/health-and-wellness/index.js +0 -1
  109. package/lib/module/component/AIA/atoms/Icons/health-and-wellness/index.js.map +1 -1
  110. package/lib/module/component/AIA/atoms/Icons/index.js +2 -0
  111. package/lib/module/component/AIA/atoms/Icons/index.js.map +1 -1
  112. package/lib/module/component/AIA/atoms/Icons/login/index.js +0 -1
  113. package/lib/module/component/AIA/atoms/Icons/login/index.js.map +1 -1
  114. package/lib/module/component/AIA/atoms/Icons/media-control/index.js +0 -1
  115. package/lib/module/component/AIA/atoms/Icons/media-control/index.js.map +1 -1
  116. package/lib/module/component/AIA/atoms/Icons/menu/index.js +0 -1
  117. package/lib/module/component/AIA/atoms/Icons/menu/index.js.map +1 -1
  118. package/lib/module/component/AIA/atoms/Icons/payment/index.js +92 -0
  119. package/lib/module/component/AIA/atoms/Icons/payment/index.js.map +1 -0
  120. package/lib/module/component/AIA/atoms/Icons/rating/index.js +14 -1
  121. package/lib/module/component/AIA/atoms/Icons/rating/index.js.map +1 -1
  122. package/lib/module/component/AIA/atoms/Icons/red-illustrations/index.js +0 -1
  123. package/lib/module/component/AIA/atoms/Icons/red-illustrations/index.js.map +1 -1
  124. package/lib/module/component/AIA/atoms/Icons/social-media/index.js +14 -1
  125. package/lib/module/component/AIA/atoms/Icons/social-media/index.js.map +1 -1
  126. package/lib/module/component/AIA/atoms/Icons/system-control/index.js +14 -1
  127. package/lib/module/component/AIA/atoms/Icons/system-control/index.js.map +1 -1
  128. package/lib/module/component/AIA/atoms/Icons/type/index.js +4 -4
  129. package/lib/module/component/AIA/atoms/Icons/type/index.js.map +1 -1
  130. package/lib/module/component/AIA/atoms/IllustrationIcons/account-setup/index.js.map +1 -1
  131. package/lib/module/component/AIA/atoms/IllustrationIcons/document/index.js +47 -0
  132. package/lib/module/component/AIA/atoms/IllustrationIcons/document/index.js.map +1 -0
  133. package/lib/module/component/AIA/atoms/IllustrationIcons/empty-state/index.js.map +1 -1
  134. package/lib/module/component/AIA/atoms/IllustrationIcons/health-and-wellness/index.js.map +1 -1
  135. package/lib/module/component/AIA/atoms/IllustrationIcons/index.js +2 -1
  136. package/lib/module/component/AIA/atoms/IllustrationIcons/index.js.map +1 -1
  137. package/lib/module/component/AIA/atoms/IllustrationIcons/medical/index.js.map +1 -1
  138. package/lib/module/component/AIA/atoms/IllustrationIcons/payment/index.js.map +1 -1
  139. package/lib/module/component/AIA/atoms/IllustrationIcons/people-agents/index.js +2 -0
  140. package/lib/module/component/AIA/atoms/IllustrationIcons/people-agents/index.js.map +1 -1
  141. package/lib/module/component/AIA/atoms/IllustrationIcons/people-celebration/index.js.map +1 -1
  142. package/lib/module/component/AIA/atoms/IllustrationIcons/people-exercise/index.js.map +1 -1
  143. package/lib/module/component/AIA/atoms/IllustrationIcons/people-family/index.js.map +1 -1
  144. package/lib/module/component/AIA/atoms/IllustrationIcons/people-general/index.js.map +1 -1
  145. package/lib/module/component/AIA/atoms/IllustrationIcons/people-lifestyle/index.js +10 -0
  146. package/lib/module/component/AIA/atoms/IllustrationIcons/people-lifestyle/index.js.map +1 -1
  147. package/lib/module/component/AIA/atoms/IllustrationIcons/people-medical/index.js.map +1 -1
  148. package/lib/module/component/AIA/atoms/IllustrationIcons/success-and-reward/index.js.map +1 -1
  149. package/lib/module/component/AIA/atoms/IllustrationIcons/system/index.js.map +1 -1
  150. package/lib/module/component/AIA/atoms/IllustrationIcons/type/index.js +4 -2
  151. package/lib/module/component/AIA/atoms/IllustrationIcons/type/index.js.map +1 -1
  152. package/lib/module/component/AIA/atoms/Image/Image.js.map +1 -1
  153. package/lib/module/component/AIA/atoms/Image/index.js.map +1 -1
  154. package/lib/module/component/AIA/atoms/Image/styles/index.js.map +1 -1
  155. package/lib/module/component/AIA/atoms/InlineButton/InlineButton.js.map +1 -1
  156. package/lib/module/component/AIA/atoms/InlineButton/config/index.js +4 -4
  157. package/lib/module/component/AIA/atoms/InlineButton/index.js.map +1 -1
  158. package/lib/module/component/AIA/atoms/InlineButton/styles/index.js.map +1 -1
  159. package/lib/module/component/AIA/atoms/InlineButton/types/index.js +2 -0
  160. package/lib/module/component/AIA/atoms/Input/Input.js +58 -35
  161. package/lib/module/component/AIA/atoms/Input/Input.js.map +1 -1
  162. package/lib/module/component/AIA/atoms/Input/README.md +1 -0
  163. package/lib/module/component/AIA/atoms/Input/changelog.txt +13 -0
  164. package/lib/module/component/AIA/atoms/Input/config/index.js.map +1 -1
  165. package/lib/module/component/AIA/atoms/Input/index.js.map +1 -1
  166. package/lib/module/component/AIA/atoms/Input/styles/index.js +35 -16
  167. package/lib/module/component/AIA/atoms/Input/styles/index.js.map +1 -1
  168. package/lib/module/component/AIA/atoms/Label/Label.js.map +1 -1
  169. package/lib/module/component/AIA/atoms/Label/config/index.js +4 -4
  170. package/lib/module/component/AIA/atoms/Label/index.js.map +1 -1
  171. package/lib/module/component/AIA/atoms/Label/styles/index.js.map +1 -1
  172. package/lib/module/component/AIA/atoms/Label/types/index.js +2 -0
  173. package/lib/module/component/AIA/atoms/LazyLoad/LazyLoad.js +0 -1
  174. package/lib/module/component/AIA/atoms/LazyLoad/LazyLoad.js.map +1 -1
  175. package/lib/module/component/AIA/atoms/LazyLoad/LazyLoadView.js.map +1 -1
  176. package/lib/module/component/AIA/atoms/LazyLoad/styles/index.js.map +1 -1
  177. package/lib/module/component/AIA/atoms/MapWrapper/MapWrapper.js +3 -2
  178. package/lib/module/component/AIA/atoms/MapWrapper/MapWrapper.js.map +1 -1
  179. package/lib/module/component/AIA/atoms/MapWrapper/index.js.map +1 -1
  180. package/lib/module/component/AIA/atoms/MapWrapper/styles/index.js.map +1 -1
  181. package/lib/module/component/AIA/atoms/ProgressBar/ProgressBar.js.map +1 -1
  182. package/lib/module/component/AIA/atoms/ProgressBar/changelog.txt +4 -0
  183. package/lib/module/component/AIA/atoms/ProgressBar/index.js.map +1 -1
  184. package/lib/module/component/AIA/atoms/ProgressBar/styles/index.js +6 -6
  185. package/lib/module/component/AIA/atoms/ProgressBar/styles/index.js.map +1 -1
  186. package/lib/module/component/AIA/atoms/ProgressBar/types/index.js +2 -0
  187. package/lib/module/component/AIA/atoms/Rating/README.md +11 -9
  188. package/lib/module/component/AIA/atoms/Rating/Rating.js +50 -30
  189. package/lib/module/component/AIA/atoms/Rating/Rating.js.map +1 -1
  190. package/lib/module/component/AIA/atoms/Rating/changelog.txt +12 -0
  191. package/lib/module/component/AIA/atoms/Rating/config/index.js.map +1 -1
  192. package/lib/module/component/AIA/atoms/Rating/index.js.map +1 -1
  193. package/lib/module/component/AIA/atoms/Rating/styles/index.js +15 -4
  194. package/lib/module/component/AIA/atoms/Rating/styles/index.js.map +1 -1
  195. package/lib/module/component/AIA/atoms/Rating/types/index.js +2 -0
  196. package/lib/module/component/AIA/atoms/SelectionContainer/README.md +76 -0
  197. package/lib/module/component/AIA/atoms/SelectionContainer/SelectionContainer.js +103 -0
  198. package/lib/module/component/AIA/atoms/SelectionContainer/SelectionContainer.js.map +1 -0
  199. package/lib/module/component/AIA/atoms/SelectionContainer/changelog.txt +7 -0
  200. package/lib/module/component/AIA/atoms/SelectionContainer/config/index.js +7 -0
  201. package/lib/module/component/AIA/atoms/SelectionContainer/config/index.js.map +1 -0
  202. package/lib/module/component/AIA/atoms/SelectionContainer/index.js +4 -0
  203. package/lib/module/component/AIA/atoms/SelectionContainer/index.js.map +1 -0
  204. package/lib/module/component/AIA/atoms/SelectionContainer/package.json +13 -0
  205. package/lib/module/component/AIA/atoms/SelectionContainer/styles/index.js +18 -0
  206. package/lib/module/component/AIA/atoms/SelectionContainer/styles/index.js.map +1 -0
  207. package/lib/module/component/AIA/atoms/SelectionContainer/types/index.js +4 -0
  208. package/lib/module/component/AIA/atoms/SelectionContainer/types/index.js.map +1 -0
  209. package/lib/module/component/AIA/atoms/SingleCheckbox/Readme.md +2 -0
  210. package/lib/module/component/AIA/atoms/SingleCheckbox/SingleCheckbox.js +2 -1
  211. package/lib/module/component/AIA/atoms/SingleCheckbox/SingleCheckbox.js.map +1 -1
  212. package/lib/module/component/AIA/atoms/SingleCheckbox/index.js.map +1 -1
  213. package/lib/module/component/AIA/atoms/SingleCheckbox/styles/index.js +5 -2
  214. package/lib/module/component/AIA/atoms/SingleCheckbox/styles/index.js.map +1 -1
  215. package/lib/module/component/AIA/atoms/SingleCheckbox/types/index.js +2 -0
  216. package/lib/module/component/AIA/atoms/SingleRadio/README.md +1 -0
  217. package/lib/module/component/AIA/atoms/SingleRadio/SingleRadio.js +2 -1
  218. package/lib/module/component/AIA/atoms/SingleRadio/SingleRadio.js.map +1 -1
  219. package/lib/module/component/AIA/atoms/SingleRadio/index.js.map +1 -1
  220. package/lib/module/component/AIA/atoms/SingleRadio/styles/index.js +5 -2
  221. package/lib/module/component/AIA/atoms/SingleRadio/styles/index.js.map +1 -1
  222. package/lib/module/component/AIA/atoms/SingleRadio/types/index.js +2 -0
  223. package/lib/module/component/AIA/atoms/Surface/Surface.js.map +1 -1
  224. package/lib/module/component/AIA/atoms/Surface/config/index.js +4 -4
  225. package/lib/module/component/AIA/atoms/Surface/config/index.js.map +1 -1
  226. package/lib/module/component/AIA/atoms/Surface/index.js.map +1 -1
  227. package/lib/module/component/AIA/atoms/Surface/styles/index.js.map +1 -1
  228. package/lib/module/component/AIA/atoms/Surface/types/index.js +2 -0
  229. package/lib/module/component/AIA/atoms/Switch/Switch.js +1 -1
  230. package/lib/module/component/AIA/atoms/Switch/Switch.js.map +1 -1
  231. package/lib/module/component/AIA/atoms/Switch/index.js.map +1 -1
  232. package/lib/module/component/AIA/atoms/Switch/styles/index.js +3 -3
  233. package/lib/module/component/AIA/atoms/Switch/styles/index.js.map +1 -1
  234. package/lib/module/component/AIA/atoms/Switch/types/index.js +2 -0
  235. package/lib/module/component/AIA/atoms/Tab/Tab.js.map +1 -1
  236. package/lib/module/component/AIA/atoms/Tab/index.js.map +1 -1
  237. package/lib/module/component/AIA/atoms/Tab/styles/index.js +1 -1
  238. package/lib/module/component/AIA/atoms/Tab/styles/index.js.map +1 -1
  239. package/lib/module/component/AIA/atoms/Tab/types/index.js +2 -0
  240. package/lib/module/component/AIA/atoms/Tag/README.md +13 -5
  241. package/lib/module/component/AIA/atoms/Tag/Tag.js +16 -1
  242. package/lib/module/component/AIA/atoms/Tag/Tag.js.map +1 -1
  243. package/lib/module/component/AIA/atoms/Tag/changelog.txt +6 -0
  244. package/lib/module/component/AIA/atoms/Tag/index.js.map +1 -1
  245. package/lib/module/component/AIA/atoms/Tag/styles/index.js +1 -1
  246. package/lib/module/component/AIA/atoms/Tag/styles/index.js.map +1 -1
  247. package/lib/module/component/AIA/atoms/Tag/types/index.js +2 -0
  248. package/lib/module/component/AIA/atoms/Text/README.md +16 -14
  249. package/lib/module/component/AIA/atoms/Text/Text.js +14 -7
  250. package/lib/module/component/AIA/atoms/Text/Text.js.map +1 -1
  251. package/lib/module/component/AIA/atoms/Text/changelog.txt +5 -0
  252. package/lib/module/component/AIA/atoms/Text/config/index.js +1 -1
  253. package/lib/module/component/AIA/atoms/Text/config/index.js.map +1 -1
  254. package/lib/module/component/AIA/atoms/Text/index.js.map +1 -1
  255. package/lib/module/component/AIA/atoms/Text/styles/index.js +35 -3
  256. package/lib/module/component/AIA/atoms/Text/styles/index.js.map +1 -1
  257. package/lib/module/component/AIA/atoms/TextArea/TextArea.js +1 -1
  258. package/lib/module/component/AIA/atoms/TextArea/TextArea.js.map +1 -1
  259. package/lib/module/component/AIA/atoms/TextArea/index.js.map +1 -1
  260. package/lib/module/component/AIA/atoms/TextArea/styles/index.js +7 -7
  261. package/lib/module/component/AIA/atoms/TextArea/styles/index.js.map +1 -1
  262. package/lib/module/component/AIA/atoms/TextArea/types/index.js +2 -0
  263. package/lib/module/component/AIA/atoms/Toggle/Toggle.js +3 -6
  264. package/lib/module/component/AIA/atoms/Toggle/Toggle.js.map +1 -1
  265. package/lib/module/component/AIA/atoms/Toggle/config/index.js +4 -4
  266. package/lib/module/component/AIA/atoms/Toggle/index.js.map +1 -1
  267. package/lib/module/component/AIA/atoms/Toggle/styles/index.js +1 -1
  268. package/lib/module/component/AIA/atoms/Toggle/styles/index.js.map +1 -1
  269. package/lib/module/component/AIA/atoms/Tooltip/Tooltip.js +0 -1
  270. package/lib/module/component/AIA/atoms/Tooltip/Tooltip.js.map +1 -1
  271. package/lib/module/component/AIA/atoms/Tooltip/index.js.map +1 -1
  272. package/lib/module/component/AIA/atoms/Tooltip/styles/index.js +5 -5
  273. package/lib/module/component/AIA/atoms/Tooltip/styles/index.js.map +1 -1
  274. package/lib/module/component/AIA/atoms/Tooltip/types/react-native-walkthrough-tooltip.d.js +4 -0
  275. package/lib/module/component/AIA/atoms/Tooltip/types/react-native-walkthrough-tooltip.d.js.map +1 -0
  276. package/lib/module/component/AIA/atoms/ValueStepper/ValueStepper.js +0 -1
  277. package/lib/module/component/AIA/atoms/ValueStepper/ValueStepper.js.map +1 -1
  278. package/lib/module/component/AIA/atoms/ValueStepper/index.js.map +1 -1
  279. package/lib/module/component/AIA/atoms/ValueStepper/styles/index.js +4 -4
  280. package/lib/module/component/AIA/atoms/ValueStepper/styles/index.js.map +1 -1
  281. package/lib/module/component/AIA/atoms/ValueStepper/types/index.js +2 -0
  282. package/lib/module/component/AIA/atoms/index.js +3 -0
  283. package/lib/module/component/AIA/atoms/index.js.map +1 -1
  284. package/lib/module/component/AIA/atoms/package.json +3 -3
  285. package/lib/module/component/AIA/hooks/ChangingRef/index.js.map +1 -1
  286. package/lib/module/component/AIA/hooks/ChangingRef/useChangingRef.js.map +1 -1
  287. package/lib/module/component/AIA/hooks/FontConfig/index.js +21 -0
  288. package/lib/module/component/AIA/hooks/FontConfig/index.js.map +1 -1
  289. package/lib/module/component/AIA/hooks/I18nTranslation/index.js.map +1 -1
  290. package/lib/module/component/AIA/hooks/I18nTranslation/useI18nTranslation.js.map +1 -1
  291. package/lib/module/component/AIA/hooks/ReanimatedTiming/index.js.map +1 -1
  292. package/lib/module/component/AIA/hooks/ReanimatedTiming/useReanimatedTiming.js +0 -1
  293. package/lib/module/component/AIA/hooks/ReanimatedTiming/useReanimatedTiming.js.map +1 -1
  294. package/lib/module/component/AIA/hooks/Size/index.js.map +1 -1
  295. package/lib/module/component/AIA/hooks/Spacing/index.js.map +1 -1
  296. package/lib/module/component/AIA/hooks/UnchangeFunction/index.js.map +1 -1
  297. package/lib/module/component/AIA/hooks/UnchangeFunction/useUnchangeFunction.js +0 -1
  298. package/lib/module/component/AIA/hooks/UnchangeFunction/useUnchangeFunction.js.map +1 -1
  299. package/lib/module/component/AIA/hooks/UseFontScale/index.js.map +1 -1
  300. package/lib/module/component/AIA/hooks/UseFontScale/useFontScale.js.map +1 -1
  301. package/lib/module/component/AIA/hooks/WindowDimensions/WindowDimensions.js +1 -1
  302. package/lib/module/component/AIA/hooks/WindowDimensions/WindowDimensions.js.map +1 -1
  303. package/lib/module/component/AIA/hooks/WindowDimensions/index.js.map +1 -1
  304. package/lib/module/component/AIA/hooks/package.json +1 -2
  305. package/lib/module/component/AIA/hooks/useCustomTheme/index.js.map +1 -1
  306. package/lib/module/component/AIA/hooks/useCustomTheme/useCustomTheme.js +12 -28
  307. package/lib/module/component/AIA/hooks/useCustomTheme/useCustomTheme.js.map +1 -1
  308. package/lib/module/component/AIA/icons/changelog.txt +15 -0
  309. package/lib/module/component/AIA/icons/document-control/index.js.map +1 -1
  310. package/lib/module/component/AIA/icons/function/index.js.map +1 -1
  311. package/lib/module/component/AIA/icons/function/log-out.svg +3 -2
  312. package/lib/module/component/AIA/icons/general/contact-list.svg +4 -0
  313. package/lib/module/component/AIA/icons/general/exercise-event.svg +1 -1
  314. package/lib/module/component/AIA/icons/general/expired.svg +2 -2
  315. package/lib/module/component/AIA/icons/general/folder-bookmark.svg +3 -2
  316. package/lib/module/component/AIA/icons/general/index.js +7 -0
  317. package/lib/module/component/AIA/icons/general/index.js.map +1 -1
  318. package/lib/module/component/AIA/icons/health-and-wellness/food.svg +1 -1
  319. package/lib/module/component/AIA/icons/health-and-wellness/index.js.map +1 -1
  320. package/lib/module/component/AIA/icons/index.js.map +1 -1
  321. package/lib/module/component/AIA/icons/login/index.js.map +1 -1
  322. package/lib/module/component/AIA/icons/media-control/enlarge-screen-exit.svg +3 -0
  323. package/lib/module/component/AIA/icons/media-control/enlarge-screen.svg +3 -0
  324. package/lib/module/component/AIA/icons/media-control/fast-forward.svg +11 -0
  325. package/lib/module/component/AIA/icons/media-control/index.js +56 -0
  326. package/lib/module/component/AIA/icons/media-control/index.js.map +1 -1
  327. package/lib/module/component/AIA/icons/media-control/rewind.svg +18 -0
  328. package/lib/module/component/AIA/icons/media-control/volume-high.svg +3 -0
  329. package/lib/module/component/AIA/icons/media-control/volume-low.svg +3 -0
  330. package/lib/module/component/AIA/icons/media-control/volume-off.svg +3 -0
  331. package/lib/module/component/AIA/icons/media-control/volume-on.svg +3 -0
  332. package/lib/module/component/AIA/icons/menu/index.js.map +1 -1
  333. package/lib/module/component/AIA/icons/package.json +1 -1
  334. package/lib/module/component/AIA/icons/payment/atm.svg +10 -2
  335. package/lib/module/component/AIA/icons/payment/index.js.map +1 -1
  336. package/lib/module/component/AIA/icons/payment/internet-banking.svg +1 -1
  337. package/lib/module/component/AIA/icons/rating/index.js +14 -0
  338. package/lib/module/component/AIA/icons/rating/index.js.map +1 -1
  339. package/lib/module/component/AIA/icons/rating/thumb-down-on.svg +3 -0
  340. package/lib/module/component/AIA/icons/rating/thumb-down.svg +1 -1
  341. package/lib/module/component/AIA/icons/rating/thumb-up-on.svg +3 -0
  342. package/lib/module/component/AIA/icons/rating/thumb-up.svg +1 -1
  343. package/lib/module/component/AIA/icons/red-illustrations/index.js.map +1 -1
  344. package/lib/module/component/AIA/icons/social-media/index.js.map +1 -1
  345. package/lib/module/component/AIA/icons/system-control/index.js.map +1 -1
  346. package/lib/module/component/AIA/icons/types/document-control/index.js +4 -4
  347. package/lib/module/component/AIA/icons/types/document-control/index.js.map +1 -1
  348. package/lib/module/component/AIA/icons/types/function/index.js +4 -4
  349. package/lib/module/component/AIA/icons/types/function/index.js.map +1 -1
  350. package/lib/module/component/AIA/icons/types/general/index.js +6 -0
  351. package/lib/module/component/AIA/icons/types/general/index.js.map +1 -1
  352. package/lib/module/component/AIA/icons/types/health-and-wellness/index.js +4 -4
  353. package/lib/module/component/AIA/icons/types/health-and-wellness/index.js.map +1 -1
  354. package/lib/module/component/AIA/icons/types/index.js +2 -2
  355. package/lib/module/component/AIA/icons/types/index.js.map +1 -1
  356. package/lib/module/component/AIA/icons/types/login/index.js +4 -4
  357. package/lib/module/component/AIA/icons/types/login/index.js.map +1 -1
  358. package/lib/module/component/AIA/icons/types/media-control/index.js +48 -0
  359. package/lib/module/component/AIA/icons/types/media-control/index.js.map +1 -1
  360. package/lib/module/component/AIA/icons/types/menu/index.js +4 -4
  361. package/lib/module/component/AIA/icons/types/menu/index.js.map +1 -1
  362. package/lib/module/component/AIA/icons/types/payment/index.js +4 -4
  363. package/lib/module/component/AIA/icons/types/payment/index.js.map +1 -1
  364. package/lib/module/component/AIA/icons/types/rating/index.js +12 -0
  365. package/lib/module/component/AIA/icons/types/rating/index.js.map +1 -1
  366. package/lib/module/component/AIA/icons/types/red-illustrations/index.js +4 -4
  367. package/lib/module/component/AIA/icons/types/red-illustrations/index.js.map +1 -1
  368. package/lib/module/component/AIA/icons/types/social-media/index.js +4 -4
  369. package/lib/module/component/AIA/icons/types/social-media/index.js.map +1 -1
  370. package/lib/module/component/AIA/icons/types/system-control/index.js +4 -4
  371. package/lib/module/component/AIA/icons/types/system-control/index.js.map +1 -1
  372. package/lib/module/component/AIA/illustration/account-setup/index.js +1 -1
  373. package/lib/module/component/AIA/illustration/account-setup/index.js.map +1 -1
  374. package/lib/module/component/AIA/illustration/document/code.svg +7 -0
  375. package/lib/module/component/AIA/illustration/document/doc.svg +9 -0
  376. package/lib/module/component/AIA/illustration/document/eml.svg +7 -0
  377. package/lib/module/component/AIA/illustration/document/imagery.svg +7 -0
  378. package/lib/module/component/AIA/illustration/document/index.js +100 -0
  379. package/lib/module/component/AIA/illustration/document/index.js.map +1 -0
  380. package/lib/module/component/AIA/illustration/document/md.svg +8 -0
  381. package/lib/module/component/AIA/illustration/document/mdx.svg +9 -0
  382. package/lib/module/component/AIA/illustration/document/pdf.svg +7 -0
  383. package/lib/module/component/AIA/illustration/document/ppt.svg +8 -0
  384. package/lib/module/component/AIA/illustration/document/txt.svg +9 -0
  385. package/lib/module/component/AIA/illustration/document/xls.svg +12 -0
  386. package/lib/module/component/AIA/illustration/empty-state/index.js +1 -1
  387. package/lib/module/component/AIA/illustration/empty-state/index.js.map +1 -1
  388. package/lib/module/component/AIA/illustration/health-and-wellness/index.js +7 -13
  389. package/lib/module/component/AIA/illustration/health-and-wellness/index.js.map +1 -1
  390. package/lib/module/component/AIA/illustration/index.js +2 -0
  391. package/lib/module/component/AIA/illustration/index.js.map +1 -1
  392. package/lib/module/component/AIA/illustration/medical/index.js +4 -4
  393. package/lib/module/component/AIA/illustration/medical/index.js.map +1 -1
  394. package/lib/module/component/AIA/illustration/package.json +1 -1
  395. package/lib/module/component/AIA/illustration/payment/index.js +1 -1
  396. package/lib/module/component/AIA/illustration/payment/index.js.map +1 -1
  397. package/lib/module/component/AIA/illustration/people-agents/agent2-dark.svg +20 -0
  398. package/lib/module/component/AIA/illustration/people-agents/index.js +8 -1
  399. package/lib/module/component/AIA/illustration/people-agents/index.js.map +1 -1
  400. package/lib/module/component/AIA/illustration/people-celebration/index.js +1 -1
  401. package/lib/module/component/AIA/illustration/people-celebration/index.js.map +1 -1
  402. package/lib/module/component/AIA/illustration/people-exercise/index.js +1 -1
  403. package/lib/module/component/AIA/illustration/people-exercise/index.js.map +1 -1
  404. package/lib/module/component/AIA/illustration/people-family/index.js +1 -1
  405. package/lib/module/component/AIA/illustration/people-family/index.js.map +1 -1
  406. package/lib/module/component/AIA/illustration/people-general/index.js +1 -1
  407. package/lib/module/component/AIA/illustration/people-general/index.js.map +1 -1
  408. package/lib/module/component/AIA/illustration/people-lifestyle/index.js +38 -3
  409. package/lib/module/component/AIA/illustration/people-lifestyle/index.js.map +1 -1
  410. package/lib/module/component/AIA/illustration/people-medical/index.js +1 -1
  411. package/lib/module/component/AIA/illustration/people-medical/index.js.map +1 -1
  412. package/lib/module/component/AIA/illustration/success-and-reward/index.js +1 -1
  413. package/lib/module/component/AIA/illustration/success-and-reward/index.js.map +1 -1
  414. package/lib/module/component/AIA/illustration/system/index.js +1 -1
  415. package/lib/module/component/AIA/illustration/system/index.js.map +1 -1
  416. package/lib/module/component/AIA/molecules/Accordion/Accordion.js.map +1 -1
  417. package/lib/module/component/AIA/molecules/Accordion/config/index.js.map +1 -1
  418. package/lib/module/component/AIA/molecules/Accordion/index.js +0 -1
  419. package/lib/module/component/AIA/molecules/Accordion/index.js.map +1 -1
  420. package/lib/module/component/AIA/molecules/Accordion/styles/index.js +7 -7
  421. package/lib/module/component/AIA/molecules/Accordion/styles/index.js.map +1 -1
  422. package/lib/module/component/AIA/molecules/AreaChart/AreaChart.js +28 -2
  423. package/lib/module/component/AIA/molecules/AreaChart/AreaChart.js.map +1 -1
  424. package/lib/module/component/AIA/molecules/AreaChart/config/index.js.map +1 -1
  425. package/lib/module/component/AIA/molecules/AreaChart/index.js.map +1 -1
  426. package/lib/module/component/AIA/molecules/AreaChart/styles/index.js +1 -1
  427. package/lib/module/component/AIA/molecules/AreaChart/styles/index.js.map +1 -1
  428. package/lib/module/component/AIA/molecules/AreaChart/types/react-native-charts-wrapper.d.js +2 -0
  429. package/lib/module/component/AIA/molecules/AreaChart/types/react-native-charts-wrapper.d.js.map +1 -0
  430. package/lib/module/component/AIA/molecules/Avatar/Avatar.js +20 -7
  431. package/lib/module/component/AIA/molecules/Avatar/Avatar.js.map +1 -1
  432. package/lib/module/component/AIA/molecules/Avatar/changelog.txt +4 -0
  433. package/lib/module/component/AIA/molecules/Avatar/config/index.js.map +1 -1
  434. package/lib/module/component/AIA/molecules/Avatar/index.js.map +1 -1
  435. package/lib/module/component/AIA/molecules/Avatar/styles/index.js.map +1 -1
  436. package/lib/module/component/AIA/molecules/Avatar/types/index.js +2 -0
  437. package/lib/module/component/AIA/molecules/BarChart/BarChart.js +4 -4
  438. package/lib/module/component/AIA/molecules/BarChart/BarChart.js.map +1 -1
  439. package/lib/module/component/AIA/molecules/BarChart/config/index.js.map +1 -1
  440. package/lib/module/component/AIA/molecules/BarChart/index.js.map +1 -1
  441. package/lib/module/component/AIA/molecules/BarChart/styles/index.js +1 -1
  442. package/lib/module/component/AIA/molecules/BarChart/styles/index.js.map +1 -1
  443. package/lib/module/component/AIA/molecules/BarChart/types/react-native-charts-wrapper.d.js +2 -0
  444. package/lib/module/component/AIA/molecules/BarChart/types/react-native-charts-wrapper.d.js.map +1 -0
  445. package/lib/module/component/AIA/molecules/BubbleChart/BubbleChart.js.map +1 -1
  446. package/lib/module/component/AIA/molecules/BubbleChart/config/index.js.map +1 -1
  447. package/lib/module/component/AIA/molecules/BubbleChart/index.js.map +1 -1
  448. package/lib/module/component/AIA/molecules/BubbleChart/styles/index.js +1 -1
  449. package/lib/module/component/AIA/molecules/BubbleChart/styles/index.js.map +1 -1
  450. package/lib/module/component/AIA/molecules/BubbleChart/types/react-native-charts-wrapper.d.js +2 -0
  451. package/lib/module/component/AIA/molecules/BubbleChart/types/react-native-charts-wrapper.d.js.map +1 -0
  452. package/lib/module/component/AIA/molecules/ButtonGroup/ButtonGroup.js +1 -3
  453. package/lib/module/component/AIA/molecules/ButtonGroup/ButtonGroup.js.map +1 -1
  454. package/lib/module/component/AIA/molecules/ButtonGroup/config/index.js +4 -4
  455. package/lib/module/component/AIA/molecules/ButtonGroup/index.js.map +1 -1
  456. package/lib/module/component/AIA/molecules/ButtonGroup/styles/index.js +5 -5
  457. package/lib/module/component/AIA/molecules/ButtonGroup/styles/index.js.map +1 -1
  458. package/lib/module/component/AIA/molecules/ButtonGroup/types/index.js +2 -0
  459. package/lib/module/component/AIA/molecules/CheckboxWithContainer/CheckboxWithContainer.js +22 -11
  460. package/lib/module/component/AIA/molecules/CheckboxWithContainer/CheckboxWithContainer.js.map +1 -1
  461. package/lib/module/component/AIA/molecules/CheckboxWithContainer/README.md +1 -0
  462. package/lib/module/component/AIA/molecules/CheckboxWithContainer/changelog.txt +8 -0
  463. package/lib/module/component/AIA/molecules/CheckboxWithContainer/config/index.js.map +1 -1
  464. package/lib/module/component/AIA/molecules/CheckboxWithContainer/index.js.map +1 -1
  465. package/lib/module/component/AIA/molecules/CheckboxWithContainer/styles/index.js +9 -5
  466. package/lib/module/component/AIA/molecules/CheckboxWithContainer/styles/index.js.map +1 -1
  467. package/lib/module/component/AIA/molecules/CheckboxWithContainer/types/index.js +2 -0
  468. package/lib/module/component/AIA/molecules/CircularButton/CircularButton.js +19 -3
  469. package/lib/module/component/AIA/molecules/CircularButton/CircularButton.js.map +1 -1
  470. package/lib/module/component/AIA/molecules/CircularButton/index.js.map +1 -1
  471. package/lib/module/component/AIA/molecules/CircularButton/styles/index.js +18 -2
  472. package/lib/module/component/AIA/molecules/CircularButton/styles/index.js.map +1 -1
  473. package/lib/module/component/AIA/molecules/CircularButton/types/index.js +2 -0
  474. package/lib/module/component/AIA/molecules/ClaimCard/ClaimCard.js +0 -1
  475. package/lib/module/component/AIA/molecules/ClaimCard/ClaimCard.js.map +1 -1
  476. package/lib/module/component/AIA/molecules/ClaimCard/config/index.js.map +1 -1
  477. package/lib/module/component/AIA/molecules/ClaimCard/index.js.map +1 -1
  478. package/lib/module/component/AIA/molecules/ClaimCard/styles/index.js +7 -7
  479. package/lib/module/component/AIA/molecules/ClaimCard/styles/index.js.map +1 -1
  480. package/lib/module/component/AIA/molecules/ClaimCard/types/index.js +2 -0
  481. package/lib/module/component/AIA/molecules/ContentCard/ContentCard.js +0 -1
  482. package/lib/module/component/AIA/molecules/ContentCard/ContentCard.js.map +1 -1
  483. package/lib/module/component/AIA/molecules/ContentCard/FlexWrapWithGap.js.map +1 -1
  484. package/lib/module/component/AIA/molecules/ContentCard/index.js.map +1 -1
  485. package/lib/module/component/AIA/molecules/ContentCard/styles/index.js +9 -9
  486. package/lib/module/component/AIA/molecules/ContentCard/styles/index.js.map +1 -1
  487. package/lib/module/component/AIA/molecules/ContentFlatCard/ContentFlatCard.js.map +1 -1
  488. package/lib/module/component/AIA/molecules/ContentFlatCard/FlexWrapWithGap.js.map +1 -1
  489. package/lib/module/component/AIA/molecules/ContentFlatCard/config/index.js +4 -4
  490. package/lib/module/component/AIA/molecules/ContentFlatCard/index.js.map +1 -1
  491. package/lib/module/component/AIA/molecules/ContentFlatCard/styles/index.js +7 -7
  492. package/lib/module/component/AIA/molecules/ContentFlatCard/styles/index.js.map +1 -1
  493. package/lib/module/component/AIA/molecules/Dialog/Dialog.js +4 -4
  494. package/lib/module/component/AIA/molecules/Dialog/Dialog.js.map +1 -1
  495. package/lib/module/component/AIA/molecules/Dialog/Dialog.stories.tsx.temp +371 -0
  496. package/lib/module/component/AIA/molecules/Dialog/index.js.map +1 -1
  497. package/lib/module/component/AIA/molecules/Dialog/styles/index.js +9 -9
  498. package/lib/module/component/AIA/molecules/Dialog/styles/index.js.map +1 -1
  499. package/lib/module/component/AIA/molecules/DonutChart/DonutChart.js +11 -14
  500. package/lib/module/component/AIA/molecules/DonutChart/DonutChart.js.map +1 -1
  501. package/lib/module/component/AIA/molecules/DonutChart/config/index.js.map +1 -1
  502. package/lib/module/component/AIA/molecules/DonutChart/index.js.map +1 -1
  503. package/lib/module/component/AIA/molecules/DonutChart/styles/index.js +2 -2
  504. package/lib/module/component/AIA/molecules/DonutChart/styles/index.js.map +1 -1
  505. package/lib/module/component/AIA/molecules/EmphasisButton/EmphasisButton.js +136 -0
  506. package/lib/module/component/AIA/molecules/EmphasisButton/EmphasisButton.js.map +1 -0
  507. package/lib/module/component/AIA/molecules/EmphasisButton/README.md +20 -0
  508. package/lib/module/component/AIA/molecules/EmphasisButton/changelog.txt +8 -0
  509. package/lib/module/component/AIA/molecules/EmphasisButton/config/index.js +12 -0
  510. package/lib/module/component/AIA/molecules/EmphasisButton/config/index.js.map +1 -0
  511. package/lib/module/component/AIA/molecules/EmphasisButton/index.js +4 -0
  512. package/lib/module/component/AIA/molecules/EmphasisButton/index.js.map +1 -0
  513. package/lib/module/component/AIA/molecules/EmphasisButton/styles/index.js +66 -0
  514. package/lib/module/component/AIA/molecules/EmphasisButton/styles/index.js.map +1 -0
  515. package/lib/module/component/AIA/molecules/EmphasisButton/types/index.js +4 -0
  516. package/lib/module/component/AIA/molecules/EmphasisButton/types/index.js.map +1 -0
  517. package/lib/module/component/AIA/molecules/EngagementCard/EngagementCard.js +4 -4
  518. package/lib/module/component/AIA/molecules/EngagementCard/EngagementCard.js.map +1 -1
  519. package/lib/module/component/AIA/molecules/EngagementCard/config/index.js +4 -4
  520. package/lib/module/component/AIA/molecules/EngagementCard/index.js.map +1 -1
  521. package/lib/module/component/AIA/molecules/EngagementCard/styles/index.js +4 -4
  522. package/lib/module/component/AIA/molecules/EngagementCard/styles/index.js.map +1 -1
  523. package/lib/module/component/AIA/molecules/IconText/IconText.js.map +1 -1
  524. package/lib/module/component/AIA/molecules/IconText/index.js.map +1 -1
  525. package/lib/module/component/AIA/molecules/IconText/styles/index.js +2 -2
  526. package/lib/module/component/AIA/molecules/IconText/styles/index.js.map +1 -1
  527. package/lib/module/component/AIA/molecules/LineChart/LineChart.js +1 -2
  528. package/lib/module/component/AIA/molecules/LineChart/LineChart.js.map +1 -1
  529. package/lib/module/component/AIA/molecules/LineChart/config/index.js.map +1 -1
  530. package/lib/module/component/AIA/molecules/LineChart/index.js.map +1 -1
  531. package/lib/module/component/AIA/molecules/LineChart/styles/index.js +1 -1
  532. package/lib/module/component/AIA/molecules/LineChart/styles/index.js.map +1 -1
  533. package/lib/module/component/AIA/molecules/LineChart/types/react-native-charts-wrapper.d.js +2 -0
  534. package/lib/module/component/AIA/molecules/LineChart/types/react-native-charts-wrapper.d.js.map +1 -0
  535. package/lib/module/component/AIA/molecules/ListContainer/ListContainer.js.map +1 -1
  536. package/lib/module/component/AIA/molecules/ListContainer/config/index.js +4 -4
  537. package/lib/module/component/AIA/molecules/ListContainer/index.js +0 -1
  538. package/lib/module/component/AIA/molecules/ListContainer/index.js.map +1 -1
  539. package/lib/module/component/AIA/molecules/ListContainer/styles/index.js +9 -9
  540. package/lib/module/component/AIA/molecules/ListContainer/styles/index.js.map +1 -1
  541. package/lib/module/component/AIA/molecules/ListItem/ListItem.js +1 -1
  542. package/lib/module/component/AIA/molecules/ListItem/ListItem.js.map +1 -1
  543. package/lib/module/component/AIA/molecules/ListItem/index.js +1 -1
  544. package/lib/module/component/AIA/molecules/ListItem/index.js.map +1 -1
  545. package/lib/module/component/AIA/molecules/ListItem/styles/index.js +2 -2
  546. package/lib/module/component/AIA/molecules/ListItem/styles/index.js.map +1 -1
  547. package/lib/module/component/AIA/molecules/ListItem/types/index.js +2 -0
  548. package/lib/module/component/AIA/molecules/MessageBubble/MessageBubble.js +227 -0
  549. package/lib/module/component/AIA/molecules/MessageBubble/MessageBubble.js.map +1 -0
  550. package/lib/module/component/AIA/molecules/MessageBubble/README.md +113 -0
  551. package/lib/module/component/AIA/molecules/MessageBubble/aia-default-avatar.png +0 -0
  552. package/lib/module/component/AIA/molecules/MessageBubble/changelog.txt +6 -0
  553. package/lib/module/component/AIA/molecules/MessageBubble/config/index.js +11 -0
  554. package/lib/module/component/AIA/molecules/MessageBubble/config/index.js.map +1 -0
  555. package/lib/module/component/AIA/molecules/MessageBubble/index.js +4 -0
  556. package/lib/module/component/AIA/molecules/MessageBubble/index.js.map +1 -0
  557. package/lib/module/component/AIA/molecules/MessageBubble/package.json +13 -0
  558. package/lib/module/component/AIA/molecules/MessageBubble/styles/index.js +72 -0
  559. package/lib/module/component/AIA/molecules/MessageBubble/styles/index.js.map +1 -0
  560. package/lib/module/component/AIA/molecules/MessageBubble/types/index.js +4 -0
  561. package/lib/module/component/AIA/molecules/MessageBubble/types/index.js.map +1 -0
  562. package/lib/module/component/AIA/molecules/Modal/Effect.js +0 -1
  563. package/lib/module/component/AIA/molecules/Modal/Effect.js.map +1 -1
  564. package/lib/module/component/AIA/molecules/Modal/Modal.js +0 -1
  565. package/lib/module/component/AIA/molecules/Modal/Modal.js.map +1 -1
  566. package/lib/module/component/AIA/molecules/Modal/Modal.stories1.js +3 -3
  567. package/lib/module/component/AIA/molecules/Modal/Modal.stories1.js.map +1 -1
  568. package/lib/module/component/AIA/molecules/Modal/index.js.map +1 -1
  569. package/lib/module/component/AIA/molecules/Modal/styles/index.js +0 -1
  570. package/lib/module/component/AIA/molecules/Modal/styles/index.js.map +1 -1
  571. package/lib/module/component/AIA/molecules/PageLevelMessage/PageLevelMessage.js +13 -12
  572. package/lib/module/component/AIA/molecules/PageLevelMessage/PageLevelMessage.js.map +1 -1
  573. package/lib/module/component/AIA/molecules/PageLevelMessage/README.md +9 -8
  574. package/lib/module/component/AIA/molecules/PageLevelMessage/changelog.txt +4 -0
  575. package/lib/module/component/AIA/molecules/PageLevelMessage/config/index.js.map +1 -1
  576. package/lib/module/component/AIA/molecules/PageLevelMessage/index.js.map +1 -1
  577. package/lib/module/component/AIA/molecules/PageLevelMessage/styles/index.js +6 -8
  578. package/lib/module/component/AIA/molecules/PageLevelMessage/styles/index.js.map +1 -1
  579. package/lib/module/component/AIA/molecules/PageLevelMessage/types/index.js +2 -0
  580. package/lib/module/component/AIA/molecules/PieChart/PieChart.js.map +1 -1
  581. package/lib/module/component/AIA/molecules/PieChart/config/index.js.map +1 -1
  582. package/lib/module/component/AIA/molecules/PieChart/index.js.map +1 -1
  583. package/lib/module/component/AIA/molecules/PieChart/styles/index.js +1 -1
  584. package/lib/module/component/AIA/molecules/PieChart/styles/index.js.map +1 -1
  585. package/lib/module/component/AIA/molecules/PieChart/types/react-native-charts-wrapper.d.js +2 -0
  586. package/lib/module/component/AIA/molecules/PieChart/types/react-native-charts-wrapper.d.js.map +1 -0
  587. package/lib/module/component/AIA/molecules/PolicyCard/PolicyCard.js +10 -5
  588. package/lib/module/component/AIA/molecules/PolicyCard/PolicyCard.js.map +1 -1
  589. package/lib/module/component/AIA/molecules/PolicyCard/changelog.txt +4 -0
  590. package/lib/module/component/AIA/molecules/PolicyCard/config/index.js.map +1 -1
  591. package/lib/module/component/AIA/molecules/PolicyCard/index.js.map +1 -1
  592. package/lib/module/component/AIA/molecules/PolicyCard/styles/index.js +14 -11
  593. package/lib/module/component/AIA/molecules/PolicyCard/styles/index.js.map +1 -1
  594. package/lib/module/component/AIA/molecules/ProductCard/FlexWrapWithGap.js.map +1 -1
  595. package/lib/module/component/AIA/molecules/ProductCard/ProductCard.js +0 -1
  596. package/lib/module/component/AIA/molecules/ProductCard/ProductCard.js.map +1 -1
  597. package/lib/module/component/AIA/molecules/ProductCard/config/index.js.map +1 -1
  598. package/lib/module/component/AIA/molecules/ProductCard/index.js.map +1 -1
  599. package/lib/module/component/AIA/molecules/ProductCard/styles/index.js +7 -7
  600. package/lib/module/component/AIA/molecules/ProductCard/styles/index.js.map +1 -1
  601. package/lib/module/component/AIA/molecules/ProgressBarWithText/ProgressBarWithText.js +2 -1
  602. package/lib/module/component/AIA/molecules/ProgressBarWithText/ProgressBarWithText.js.map +1 -1
  603. package/lib/module/component/AIA/molecules/ProgressBarWithText/README.md +1 -0
  604. package/lib/module/component/AIA/molecules/ProgressBarWithText/changelog.txt +6 -0
  605. package/lib/module/component/AIA/molecules/ProgressBarWithText/config/index.js +4 -4
  606. package/lib/module/component/AIA/molecules/ProgressBarWithText/index.js.map +1 -1
  607. package/lib/module/component/AIA/molecules/ProgressBarWithText/styles/index.js +4 -4
  608. package/lib/module/component/AIA/molecules/ProgressBarWithText/styles/index.js.map +1 -1
  609. package/lib/module/component/AIA/molecules/RadarChart/RadarChart.js.map +1 -1
  610. package/lib/module/component/AIA/molecules/RadarChart/config/index.js.map +1 -1
  611. package/lib/module/component/AIA/molecules/RadarChart/index.js.map +1 -1
  612. package/lib/module/component/AIA/molecules/RadarChart/styles/index.js +1 -1
  613. package/lib/module/component/AIA/molecules/RadarChart/styles/index.js.map +1 -1
  614. package/lib/module/component/AIA/molecules/RadarChart/types/react-native-charts-wrapper.d.js +2 -0
  615. package/lib/module/component/AIA/molecules/RadarChart/types/react-native-charts-wrapper.d.js.map +1 -0
  616. package/lib/module/component/AIA/molecules/RadioWithContainer/README.md +1 -0
  617. package/lib/module/component/AIA/molecules/RadioWithContainer/RadioWithContainer.js +21 -11
  618. package/lib/module/component/AIA/molecules/RadioWithContainer/RadioWithContainer.js.map +1 -1
  619. package/lib/module/component/AIA/molecules/RadioWithContainer/changelog.txt +8 -0
  620. package/lib/module/component/AIA/molecules/RadioWithContainer/config/index.js.map +1 -1
  621. package/lib/module/component/AIA/molecules/RadioWithContainer/index.js.map +1 -1
  622. package/lib/module/component/AIA/molecules/RadioWithContainer/styles/index.js +9 -5
  623. package/lib/module/component/AIA/molecules/RadioWithContainer/styles/index.js.map +1 -1
  624. package/lib/module/component/AIA/molecules/RadioWithContainer/types/index.js +2 -0
  625. package/lib/module/component/AIA/molecules/SectionTitle/SectionTitle.js.map +1 -1
  626. package/lib/module/component/AIA/molecules/SectionTitle/config/index.js.map +1 -1
  627. package/lib/module/component/AIA/molecules/SectionTitle/index.js.map +1 -1
  628. package/lib/module/component/AIA/molecules/SectionTitle/styles/index.js +2 -2
  629. package/lib/module/component/AIA/molecules/SectionTitle/styles/index.js.map +1 -1
  630. package/lib/module/component/AIA/molecules/Slider/Slider.js +0 -1
  631. package/lib/module/component/AIA/molecules/Slider/Slider.js.map +1 -1
  632. package/lib/module/component/AIA/molecules/Slider/index.js.map +1 -1
  633. package/lib/module/component/AIA/molecules/Slider/styles/index.js +9 -9
  634. package/lib/module/component/AIA/molecules/Slider/styles/index.js.map +1 -1
  635. package/lib/module/component/AIA/molecules/Slider/types/index.js +2 -0
  636. package/lib/module/component/AIA/molecules/Snackbar/Snackbar.js.map +1 -1
  637. package/lib/module/component/AIA/molecules/Snackbar/index.js.map +1 -1
  638. package/lib/module/component/AIA/molecules/Snackbar/styles/index.js.map +1 -1
  639. package/lib/module/component/AIA/molecules/Snackbar/types/rn-snackbar-component.d.js +2 -0
  640. package/lib/module/component/AIA/molecules/Snackbar/types/rn-snackbar-component.d.js.map +1 -0
  641. package/lib/module/component/AIA/molecules/SystemAlert/SystemAlert.js +2 -2
  642. package/lib/module/component/AIA/molecules/SystemAlert/SystemAlert.js.map +1 -1
  643. package/lib/module/component/AIA/molecules/SystemAlert/config/index.js.map +1 -1
  644. package/lib/module/component/AIA/molecules/SystemAlert/index.js.map +1 -1
  645. package/lib/module/component/AIA/molecules/SystemAlert/styles/index.js +14 -14
  646. package/lib/module/component/AIA/molecules/SystemAlert/styles/index.js.map +1 -1
  647. package/lib/module/component/AIA/molecules/SystemAlert/types/index.js +2 -0
  648. package/lib/module/component/AIA/molecules/Tabs/Tabs.js +2 -1
  649. package/lib/module/component/AIA/molecules/Tabs/Tabs.js.map +1 -1
  650. package/lib/module/component/AIA/molecules/Tabs/index.js.map +1 -1
  651. package/lib/module/component/AIA/molecules/Tabs/styles/index.js +1 -1
  652. package/lib/module/component/AIA/molecules/Tabs/styles/index.js.map +1 -1
  653. package/lib/module/component/AIA/molecules/Uploader/README.md +2 -1
  654. package/lib/module/component/AIA/molecules/Uploader/Uploader.js +78 -27
  655. package/lib/module/component/AIA/molecules/Uploader/Uploader.js.map +1 -1
  656. package/lib/module/component/AIA/molecules/Uploader/changelog.txt +21 -0
  657. package/lib/module/component/AIA/molecules/Uploader/config/index.js.map +1 -1
  658. package/lib/module/component/AIA/molecules/Uploader/index.js.map +1 -1
  659. package/lib/module/component/AIA/molecules/Uploader/styles/index.js +59 -11
  660. package/lib/module/component/AIA/molecules/Uploader/styles/index.js.map +1 -1
  661. package/lib/module/component/AIA/molecules/Uploader/types/index.js +1 -1
  662. package/lib/module/component/AIA/molecules/Uploader/types/index.js.map +1 -1
  663. package/lib/module/component/AIA/molecules/Uploader/types/react-native-actionsheet.d.js +2 -0
  664. package/lib/module/component/AIA/molecules/Uploader/types/react-native-actionsheet.d.js.map +1 -0
  665. package/lib/module/component/AIA/molecules/index.js +16 -0
  666. package/lib/module/component/AIA/molecules/index.js.map +1 -1
  667. package/lib/module/component/AIA/molecules/package.json +2 -1
  668. package/lib/module/component/AIA/organisms/Accordions/Accordions.js +2 -3
  669. package/lib/module/component/AIA/organisms/Accordions/Accordions.js.map +1 -1
  670. package/lib/module/component/AIA/organisms/Accordions/index.js +0 -1
  671. package/lib/module/component/AIA/organisms/Accordions/index.js.map +1 -1
  672. package/lib/module/component/AIA/organisms/Accordions/styles/index.js.map +1 -1
  673. package/lib/module/component/AIA/organisms/AvatarGroup/AvatarGroup.js +4 -4
  674. package/lib/module/component/AIA/organisms/AvatarGroup/AvatarGroup.js.map +1 -1
  675. package/lib/module/component/AIA/organisms/AvatarGroup/changelog.txt +4 -0
  676. package/lib/module/component/AIA/organisms/AvatarGroup/index.js.map +1 -1
  677. package/lib/module/component/AIA/organisms/AvatarGroup/styles/index.js +2 -2
  678. package/lib/module/component/AIA/organisms/AvatarGroup/styles/index.js.map +1 -1
  679. package/lib/module/component/AIA/organisms/AvatarGroup/types/index.js +2 -0
  680. package/lib/module/component/AIA/organisms/ChatInput/ChatInput.js +217 -0
  681. package/lib/module/component/AIA/organisms/ChatInput/ChatInput.js.map +1 -0
  682. package/lib/module/component/AIA/organisms/ChatInput/FilePickerActionSheet.js +90 -0
  683. package/lib/module/component/AIA/organisms/ChatInput/FilePickerActionSheet.js.map +1 -0
  684. package/lib/module/component/AIA/organisms/ChatInput/FlexWrapWithGap.js +47 -0
  685. package/lib/module/component/AIA/organisms/ChatInput/FlexWrapWithGap.js.map +1 -0
  686. package/lib/module/component/AIA/organisms/ChatInput/README.md +117 -0
  687. package/lib/module/component/AIA/organisms/ChatInput/changelog.txt +6 -0
  688. package/lib/module/component/AIA/organisms/ChatInput/config/index.js +31 -0
  689. package/lib/module/component/AIA/organisms/ChatInput/config/index.js.map +1 -0
  690. package/lib/module/component/AIA/organisms/ChatInput/filePickerUtils.js +354 -0
  691. package/lib/module/component/AIA/organisms/ChatInput/filePickerUtils.js.map +1 -0
  692. package/lib/module/component/AIA/organisms/ChatInput/index.js +4 -0
  693. package/lib/module/component/AIA/organisms/ChatInput/index.js.map +1 -0
  694. package/lib/module/component/AIA/organisms/ChatInput/package.json +13 -0
  695. package/lib/module/component/AIA/organisms/ChatInput/styles/index.js +69 -0
  696. package/lib/module/component/AIA/organisms/ChatInput/styles/index.js.map +1 -0
  697. package/lib/module/component/AIA/organisms/ChatInput/types/index.js +4 -0
  698. package/lib/module/component/AIA/organisms/ChatInput/types/index.js.map +1 -0
  699. package/lib/module/component/AIA/organisms/List/List.js +1 -2
  700. package/lib/module/component/AIA/organisms/List/List.js.map +1 -1
  701. package/lib/module/component/AIA/organisms/List/config/index.js +4 -4
  702. package/lib/module/component/AIA/organisms/List/index.js +0 -1
  703. package/lib/module/component/AIA/organisms/List/index.js.map +1 -1
  704. package/lib/module/component/AIA/organisms/List/styles/index.js.map +1 -1
  705. package/lib/module/component/AIA/organisms/ListItemGroup/ListItemGroup.js.map +1 -1
  706. package/lib/module/component/AIA/organisms/ListItemGroup/index.js.map +1 -1
  707. package/lib/module/component/AIA/organisms/ListItemGroup/styles/index.js.map +1 -1
  708. package/lib/module/component/AIA/organisms/SystemAlerts/SystemAlerts.js +1 -1
  709. package/lib/module/component/AIA/organisms/SystemAlerts/SystemAlerts.js.map +1 -1
  710. package/lib/module/component/AIA/organisms/SystemAlerts/index.js.map +1 -1
  711. package/lib/module/component/AIA/organisms/SystemAlerts/styles/index.js +5 -5
  712. package/lib/module/component/AIA/organisms/SystemAlerts/styles/index.js.map +1 -1
  713. package/lib/module/component/AIA/organisms/SystemAlerts/types/index.js +2 -0
  714. package/lib/module/component/AIA/organisms/index.js +2 -0
  715. package/lib/module/component/AIA/organisms/index.js.map +1 -1
  716. package/lib/module/component/AIA/organisms/package.json +3 -2
  717. package/lib/module/component/AIA/styles/aia-digital/border/types.js +4 -0
  718. package/lib/module/component/AIA/styles/aia-digital/border/types.js.map +1 -0
  719. package/lib/module/component/AIA/styles/aia-digital/colors/dark.js +10 -0
  720. package/lib/module/component/AIA/styles/aia-digital/colors/dark.js.map +1 -1
  721. package/lib/module/component/AIA/styles/aia-digital/colors/light.js +10 -0
  722. package/lib/module/component/AIA/styles/aia-digital/colors/light.js.map +1 -1
  723. package/lib/module/component/AIA/styles/aia-digital/colors/types.js +4 -0
  724. package/lib/module/component/AIA/styles/aia-digital/colors/types.js.map +1 -0
  725. package/lib/module/component/AIA/styles/aia-digital/package.json +1 -1
  726. package/lib/module/component/AIA/styles/aia-digital/primitiveColorsToken/colors.json +113 -106
  727. package/lib/module/component/AIA/styles/aia-digital/scss/_border_class.scss +15 -0
  728. package/lib/module/component/AIA/styles/aia-digital/scss/_colors.scss +9 -2
  729. package/lib/module/component/AIA/styles/aia-digital/scss/_main.scss +1 -0
  730. package/lib/module/component/AIA/styles/aia-digital/scss/_theme_dark.scss +10 -0
  731. package/lib/module/component/AIA/styles/aia-digital/scss/_theme_light.scss +10 -0
  732. package/lib/module/component/AIA/styles/aia-digital/scss/_typography.scss +70 -0
  733. package/lib/module/component/AIA/styles/aia-digital/size/componentSize.js +4 -4
  734. package/lib/module/component/AIA/styles/aia-digital/size/componentSize.js.map +1 -1
  735. package/lib/module/component/AIA/styles/aia-digital/size/types.js +4 -0
  736. package/lib/module/component/AIA/styles/aia-digital/size/types.js.map +1 -0
  737. package/lib/module/component/AIA/styles/aia-digital/spacing/componentSpacing.js +4 -4
  738. package/lib/module/component/AIA/styles/aia-digital/spacing/componentSpacing.js.map +1 -1
  739. package/lib/module/component/AIA/styles/aia-digital/spacing/spacing.js +18 -1
  740. package/lib/module/component/AIA/styles/aia-digital/spacing/spacing.js.map +1 -1
  741. package/lib/module/component/AIA/styles/aia-digital/spacing/types.js +4 -0
  742. package/lib/module/component/AIA/styles/aia-digital/spacing/types.js.map +1 -0
  743. package/lib/module/component/AIA/styles/aia-hnw/border/borderRadius.js +11 -0
  744. package/lib/module/component/AIA/styles/aia-hnw/border/borderRadius.js.map +1 -0
  745. package/lib/module/component/AIA/styles/aia-hnw/border/borderWidth.js +11 -0
  746. package/lib/module/component/AIA/styles/aia-hnw/border/borderWidth.js.map +1 -0
  747. package/lib/module/component/AIA/styles/aia-hnw/border/componentBorderRadius.js +17 -0
  748. package/lib/module/component/AIA/styles/aia-hnw/border/componentBorderRadius.js.map +1 -0
  749. package/lib/module/component/AIA/styles/aia-hnw/border/componentBorderWidth.js +8 -0
  750. package/lib/module/component/AIA/styles/aia-hnw/border/componentBorderWidth.js.map +1 -0
  751. package/lib/module/component/AIA/styles/aia-hnw/border/index.js +13 -0
  752. package/lib/module/component/AIA/styles/aia-hnw/border/index.js.map +1 -0
  753. package/lib/module/component/AIA/styles/aia-hnw/border/types.js +4 -0
  754. package/lib/module/component/AIA/styles/aia-hnw/border/types.js.map +1 -0
  755. package/lib/module/component/AIA/styles/aia-hnw/colors/dark.js +159 -0
  756. package/lib/module/component/AIA/styles/aia-hnw/colors/dark.js.map +1 -0
  757. package/lib/module/component/AIA/styles/aia-hnw/colors/index.js +5 -0
  758. package/lib/module/component/AIA/styles/aia-hnw/colors/index.js.map +1 -0
  759. package/lib/module/component/AIA/styles/aia-hnw/colors/light.js +159 -0
  760. package/lib/module/component/AIA/styles/aia-hnw/colors/light.js.map +1 -0
  761. package/lib/module/component/AIA/styles/aia-hnw/colors/types.js +4 -0
  762. package/lib/module/component/AIA/styles/aia-hnw/colors/types.js.map +1 -0
  763. package/lib/module/component/AIA/styles/aia-hnw/package.json +16 -0
  764. package/lib/module/component/AIA/styles/aia-hnw/primitiveColorsToken/colors.json +115 -0
  765. package/lib/module/component/AIA/styles/aia-hnw/primitiveColorsToken/index.js +5 -0
  766. package/lib/module/component/AIA/styles/aia-hnw/primitiveColorsToken/index.js.map +1 -0
  767. package/lib/module/component/AIA/styles/aia-hnw/scss/_border.scss +28 -0
  768. package/lib/module/component/AIA/styles/aia-hnw/scss/_border_class.scss +42 -0
  769. package/lib/module/component/AIA/styles/aia-hnw/scss/_colors.scss +112 -0
  770. package/lib/module/component/AIA/styles/aia-hnw/scss/_main.scss +4 -0
  771. package/lib/module/component/AIA/styles/aia-hnw/scss/_size.scss +61 -0
  772. package/lib/module/component/AIA/styles/aia-hnw/scss/_spacing.scss +41 -0
  773. package/lib/module/component/AIA/styles/aia-hnw/scss/_theme_dark.scss +151 -0
  774. package/lib/module/component/AIA/styles/aia-hnw/scss/_theme_light.scss +151 -0
  775. package/lib/module/component/AIA/styles/aia-hnw/scss/_typography.scss +70 -0
  776. package/lib/module/component/AIA/styles/aia-hnw/size/componentSize.js +38 -0
  777. package/lib/module/component/AIA/styles/aia-hnw/size/componentSize.js.map +1 -0
  778. package/lib/module/component/AIA/styles/aia-hnw/size/index.js +9 -0
  779. package/lib/module/component/AIA/styles/aia-hnw/size/index.js.map +1 -0
  780. package/lib/module/component/AIA/styles/aia-hnw/size/size.js +24 -0
  781. package/lib/module/component/AIA/styles/aia-hnw/size/size.js.map +1 -0
  782. package/lib/module/component/AIA/styles/aia-hnw/size/types.js +4 -0
  783. package/lib/module/component/AIA/styles/aia-hnw/size/types.js.map +1 -0
  784. package/lib/module/component/AIA/styles/aia-hnw/spacing/componentSpacing.js +13 -0
  785. package/lib/module/component/AIA/styles/aia-hnw/spacing/componentSpacing.js.map +1 -0
  786. package/lib/module/component/AIA/styles/aia-hnw/spacing/index.js +9 -0
  787. package/lib/module/component/AIA/styles/aia-hnw/spacing/index.js.map +1 -0
  788. package/lib/module/component/AIA/styles/aia-hnw/spacing/spacing.js +38 -0
  789. package/lib/module/component/AIA/styles/aia-hnw/spacing/spacing.js.map +1 -0
  790. package/lib/module/component/AIA/styles/aia-hnw/spacing/types.js +4 -0
  791. package/lib/module/component/AIA/styles/aia-hnw/spacing/types.js.map +1 -0
  792. package/lib/module/component/AIA/styles/art/border/types.js +4 -0
  793. package/lib/module/component/AIA/styles/art/border/types.js.map +1 -0
  794. package/lib/module/component/AIA/styles/art/colors/dark.js +10 -0
  795. package/lib/module/component/AIA/styles/art/colors/dark.js.map +1 -1
  796. package/lib/module/component/AIA/styles/art/colors/light.js +10 -0
  797. package/lib/module/component/AIA/styles/art/colors/light.js.map +1 -1
  798. package/lib/module/component/AIA/styles/art/colors/types.js +4 -0
  799. package/lib/module/component/AIA/styles/art/colors/types.js.map +1 -0
  800. package/lib/module/component/AIA/styles/art/package.json +1 -1
  801. package/lib/module/component/AIA/styles/art/primitiveColorsToken/colors.json +144 -137
  802. package/lib/module/component/AIA/styles/art/scss/_border_class.scss +15 -0
  803. package/lib/module/component/AIA/styles/art/scss/_colors.scss +8 -1
  804. package/lib/module/component/AIA/styles/art/scss/_main.scss +1 -0
  805. package/lib/module/component/AIA/styles/art/scss/_theme_dark.scss +10 -0
  806. package/lib/module/component/AIA/styles/art/scss/_theme_light.scss +10 -0
  807. package/lib/module/component/AIA/styles/art/scss/_typography.scss +70 -0
  808. package/lib/module/component/AIA/styles/art/size/componentSize.js +4 -4
  809. package/lib/module/component/AIA/styles/art/size/componentSize.js.map +1 -1
  810. package/lib/module/component/AIA/styles/art/size/types.js +4 -0
  811. package/lib/module/component/AIA/styles/art/size/types.js.map +1 -0
  812. package/lib/module/component/AIA/styles/art/spacing/componentSpacing.js +4 -4
  813. package/lib/module/component/AIA/styles/art/spacing/componentSpacing.js.map +1 -1
  814. package/lib/module/component/AIA/styles/art/spacing/spacing.js +18 -1
  815. package/lib/module/component/AIA/styles/art/spacing/spacing.js.map +1 -1
  816. package/lib/module/component/AIA/styles/art/spacing/types.js +4 -0
  817. package/lib/module/component/AIA/styles/art/spacing/types.js.map +1 -0
  818. package/lib/module/component/AIA/styles/brand-x/border/types.js +4 -0
  819. package/lib/module/component/AIA/styles/brand-x/border/types.js.map +1 -0
  820. package/lib/module/component/AIA/styles/brand-x/colors/dark.js +10 -0
  821. package/lib/module/component/AIA/styles/brand-x/colors/dark.js.map +1 -1
  822. package/lib/module/component/AIA/styles/brand-x/colors/light.js +10 -0
  823. package/lib/module/component/AIA/styles/brand-x/colors/light.js.map +1 -1
  824. package/lib/module/component/AIA/styles/brand-x/colors/types.js +4 -0
  825. package/lib/module/component/AIA/styles/brand-x/colors/types.js.map +1 -0
  826. package/lib/module/component/AIA/styles/brand-x/package.json +1 -1
  827. package/lib/module/component/AIA/styles/brand-x/primitiveColorsToken/colors.json +8 -1
  828. package/lib/module/component/AIA/styles/brand-x/scss/_border_class.scss +15 -0
  829. package/lib/module/component/AIA/styles/brand-x/scss/_colors.scss +8 -1
  830. package/lib/module/component/AIA/styles/brand-x/scss/_main.scss +1 -0
  831. package/lib/module/component/AIA/styles/brand-x/scss/_theme_dark.scss +10 -0
  832. package/lib/module/component/AIA/styles/brand-x/scss/_theme_light.scss +10 -0
  833. package/lib/module/component/AIA/styles/brand-x/scss/_typography.scss +70 -0
  834. package/lib/module/component/AIA/styles/brand-x/size/componentSize.js +4 -4
  835. package/lib/module/component/AIA/styles/brand-x/size/componentSize.js.map +1 -1
  836. package/lib/module/component/AIA/styles/brand-x/size/types.js +4 -0
  837. package/lib/module/component/AIA/styles/brand-x/size/types.js.map +1 -0
  838. package/lib/module/component/AIA/styles/brand-x/spacing/componentSpacing.js +4 -4
  839. package/lib/module/component/AIA/styles/brand-x/spacing/componentSpacing.js.map +1 -1
  840. package/lib/module/component/AIA/styles/brand-x/spacing/spacing.js +18 -1
  841. package/lib/module/component/AIA/styles/brand-x/spacing/spacing.js.map +1 -1
  842. package/lib/module/component/AIA/styles/brand-x/spacing/types.js +4 -0
  843. package/lib/module/component/AIA/styles/brand-x/spacing/types.js.map +1 -0
  844. package/lib/module/component/AIA/styles/cfs/border/types.js +4 -0
  845. package/lib/module/component/AIA/styles/cfs/border/types.js.map +1 -0
  846. package/lib/module/component/AIA/styles/cfs/colors/dark.js +10 -0
  847. package/lib/module/component/AIA/styles/cfs/colors/dark.js.map +1 -1
  848. package/lib/module/component/AIA/styles/cfs/colors/index.js +2 -0
  849. package/lib/module/component/AIA/styles/cfs/colors/index.js.map +1 -1
  850. package/lib/module/component/AIA/styles/cfs/colors/light.js +10 -0
  851. package/lib/module/component/AIA/styles/cfs/colors/light.js.map +1 -1
  852. package/lib/module/component/AIA/styles/cfs/colors/types.js +4 -0
  853. package/lib/module/component/AIA/styles/cfs/colors/types.js.map +1 -0
  854. package/lib/module/component/AIA/styles/cfs/package.json +1 -1
  855. package/lib/module/component/AIA/styles/cfs/primitiveColorsToken/colors.json +142 -135
  856. package/lib/module/component/AIA/styles/cfs/scss/_border_class.scss +15 -0
  857. package/lib/module/component/AIA/styles/cfs/scss/_colors.scss +8 -1
  858. package/lib/module/component/AIA/styles/cfs/scss/_main.scss +1 -0
  859. package/lib/module/component/AIA/styles/cfs/scss/_theme_dark.scss +10 -0
  860. package/lib/module/component/AIA/styles/cfs/scss/_theme_light.scss +10 -0
  861. package/lib/module/component/AIA/styles/cfs/scss/_typography.scss +70 -0
  862. package/lib/module/component/AIA/styles/cfs/size/componentSize.js +4 -4
  863. package/lib/module/component/AIA/styles/cfs/size/componentSize.js.map +1 -1
  864. package/lib/module/component/AIA/styles/cfs/size/types.js +4 -0
  865. package/lib/module/component/AIA/styles/cfs/size/types.js.map +1 -0
  866. package/lib/module/component/AIA/styles/cfs/spacing/componentSpacing.js +4 -4
  867. package/lib/module/component/AIA/styles/cfs/spacing/componentSpacing.js.map +1 -1
  868. package/lib/module/component/AIA/styles/cfs/spacing/spacing.js +18 -1
  869. package/lib/module/component/AIA/styles/cfs/spacing/spacing.js.map +1 -1
  870. package/lib/module/component/AIA/styles/cfs/spacing/types.js +4 -0
  871. package/lib/module/component/AIA/styles/cfs/spacing/types.js.map +1 -0
  872. package/lib/module/component/AIA/styles/changelog.txt +14 -0
  873. package/lib/module/component/AIA/styles/generate-types.sh +161 -0
  874. package/lib/module/component/AIA/styles/hesta/border/types.js +4 -0
  875. package/lib/module/component/AIA/styles/hesta/border/types.js.map +1 -0
  876. package/lib/module/component/AIA/styles/hesta/colors/dark.js +10 -0
  877. package/lib/module/component/AIA/styles/hesta/colors/dark.js.map +1 -1
  878. package/lib/module/component/AIA/styles/hesta/colors/light.js +10 -0
  879. package/lib/module/component/AIA/styles/hesta/colors/light.js.map +1 -1
  880. package/lib/module/component/AIA/styles/hesta/colors/types.js +4 -0
  881. package/lib/module/component/AIA/styles/hesta/colors/types.js.map +1 -0
  882. package/lib/module/component/AIA/styles/hesta/package.json +1 -1
  883. package/lib/module/component/AIA/styles/hesta/primitiveColorsToken/colors.json +144 -137
  884. package/lib/module/component/AIA/styles/hesta/scss/_border_class.scss +15 -0
  885. package/lib/module/component/AIA/styles/hesta/scss/_colors.scss +8 -1
  886. package/lib/module/component/AIA/styles/hesta/scss/_main.scss +1 -0
  887. package/lib/module/component/AIA/styles/hesta/scss/_theme_dark.scss +10 -0
  888. package/lib/module/component/AIA/styles/hesta/scss/_theme_light.scss +10 -0
  889. package/lib/module/component/AIA/styles/hesta/scss/_typography.scss +70 -0
  890. package/lib/module/component/AIA/styles/hesta/size/componentSize.js +4 -4
  891. package/lib/module/component/AIA/styles/hesta/size/componentSize.js.map +1 -1
  892. package/lib/module/component/AIA/styles/hesta/size/types.js +4 -0
  893. package/lib/module/component/AIA/styles/hesta/size/types.js.map +1 -0
  894. package/lib/module/component/AIA/styles/hesta/spacing/componentSpacing.js +4 -4
  895. package/lib/module/component/AIA/styles/hesta/spacing/componentSpacing.js.map +1 -1
  896. package/lib/module/component/AIA/styles/hesta/spacing/spacing.js +18 -1
  897. package/lib/module/component/AIA/styles/hesta/spacing/spacing.js.map +1 -1
  898. package/lib/module/component/AIA/styles/hesta/spacing/types.js +4 -0
  899. package/lib/module/component/AIA/styles/hesta/spacing/types.js.map +1 -0
  900. package/lib/module/component/AIA/styles/package.json +1 -1
  901. package/lib/module/component/AIA/utils/Accessibility/index.js.map +1 -1
  902. package/lib/module/component/AIA/utils/ConvertStringToCamelCase/ConvertStringToCamelCase.js.map +1 -1
  903. package/lib/module/component/AIA/utils/ConvertStringToCamelCase/index.js.map +1 -1
  904. package/lib/module/component/AIA/utils/DateTime/DateTime.js +3 -5
  905. package/lib/module/component/AIA/utils/DateTime/DateTime.js.map +1 -1
  906. package/lib/module/component/AIA/utils/DateTime/config/index.js +4 -0
  907. package/lib/module/component/AIA/utils/DateTime/config/index.js.map +1 -1
  908. package/lib/module/component/AIA/utils/DateTime/index.js.map +1 -1
  909. package/lib/module/component/AIA/utils/File/File.js +21 -10
  910. package/lib/module/component/AIA/utils/File/File.js.map +1 -1
  911. package/lib/module/component/AIA/utils/File/index.js.map +1 -1
  912. package/lib/module/component/AIA/utils/FlexWrapWithGap/index.js +54 -0
  913. package/lib/module/component/AIA/utils/FlexWrapWithGap/index.js.map +1 -0
  914. package/lib/module/component/AIA/utils/LazyLoading/LazyLoading.js +2 -1
  915. package/lib/module/component/AIA/utils/LazyLoading/LazyLoading.js.map +1 -1
  916. package/lib/module/component/AIA/utils/LazyLoading/styles/index.js.map +1 -1
  917. package/lib/module/component/AIA/utils/NumberString/NumberString.js.map +1 -1
  918. package/lib/module/component/AIA/utils/NumberString/index.js.map +1 -1
  919. package/lib/module/component/AIA/utils/index.js.map +1 -1
  920. package/lib/module/component/AIA/utils/package.json +5 -3
  921. package/lib/module/component/forms/CommentForm.js +1 -1
  922. package/lib/module/component/forms/CommentForm.js.map +1 -1
  923. package/lib/module/component/forms/EffortForm.js +3 -2
  924. package/lib/module/component/forms/EffortForm.js.map +1 -1
  925. package/lib/module/component/forms/ExternalForm.js +22 -5
  926. package/lib/module/component/forms/ExternalForm.js.map +1 -1
  927. package/lib/module/component/forms/NPSForm.js +6 -5
  928. package/lib/module/component/forms/NPSForm.js.map +1 -1
  929. package/lib/module/component/forms/PollForm.js +6 -4
  930. package/lib/module/component/forms/PollForm.js.map +1 -1
  931. package/lib/module/component/forms/PromptForm.js +14 -10
  932. package/lib/module/component/forms/PromptForm.js.map +1 -1
  933. package/lib/module/component/forms/SatisfactionForm.js +4 -3
  934. package/lib/module/component/forms/SatisfactionForm.js.map +1 -1
  935. package/lib/module/theme.js +25 -0
  936. package/lib/module/theme.js.map +1 -0
  937. package/lib/module/types/atoms-mock.js +5 -0
  938. package/lib/module/types/atoms-mock.js.map +1 -0
  939. package/lib/module/utils/constants.js +2 -1
  940. package/lib/module/utils/constants.js.map +1 -1
  941. package/lib/module/utils/networking.js +3 -3
  942. package/lib/module/utils/networking.js.map +1 -1
  943. package/lib/typescript/ContentUsefulness.d.ts.map +1 -1
  944. package/lib/typescript/FeedbackSDK.d.ts.map +1 -1
  945. package/lib/typescript/FeedbackSDKAppStoreRating.d.ts.map +1 -1
  946. package/lib/typescript/FeedbackSDKForm.d.ts +2 -2
  947. package/lib/typescript/FeedbackSDKForm.d.ts.map +1 -1
  948. package/lib/typescript/component/forms/CommentForm.d.ts +2 -2
  949. package/lib/typescript/component/forms/CommentForm.d.ts.map +1 -1
  950. package/lib/typescript/component/forms/EffortForm.d.ts +2 -2
  951. package/lib/typescript/component/forms/EffortForm.d.ts.map +1 -1
  952. package/lib/typescript/component/forms/ExternalForm.d.ts +2 -2
  953. package/lib/typescript/component/forms/ExternalForm.d.ts.map +1 -1
  954. package/lib/typescript/component/forms/NPSForm.d.ts +2 -2
  955. package/lib/typescript/component/forms/NPSForm.d.ts.map +1 -1
  956. package/lib/typescript/component/forms/PollForm.d.ts +2 -2
  957. package/lib/typescript/component/forms/PollForm.d.ts.map +1 -1
  958. package/lib/typescript/component/forms/PromptForm.d.ts +2 -2
  959. package/lib/typescript/component/forms/PromptForm.d.ts.map +1 -1
  960. package/lib/typescript/component/forms/SatisfactionForm.d.ts +2 -2
  961. package/lib/typescript/component/forms/SatisfactionForm.d.ts.map +1 -1
  962. package/lib/typescript/index.d.ts +3 -3
  963. package/lib/typescript/theme.d.ts +2 -0
  964. package/lib/typescript/theme.d.ts.map +1 -0
  965. package/lib/typescript/types/atoms-mock.d.ts +3 -0
  966. package/lib/typescript/types/atoms-mock.d.ts.map +1 -0
  967. package/lib/typescript/utils/constants.d.ts.map +1 -1
  968. package/lib/typescript/utils/networking.d.ts +0 -1
  969. package/lib/typescript/utils/networking.d.ts.map +1 -1
  970. package/package.json +4 -4
  971. package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Bold.eot +0 -0
  972. package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Bold.woff +0 -0
  973. package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Bold.woff2 +0 -0
  974. package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Condensed.eot +0 -0
  975. package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Condensed.woff +0 -0
  976. package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Condensed.woff2 +0 -0
  977. package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-CondensedMedium.eot +0 -0
  978. package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-CondensedMedium.woff +0 -0
  979. package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-CondensedMedium.woff2 +0 -0
  980. package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-ExtraBold.eot +0 -0
  981. package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-ExtraBold.woff +0 -0
  982. package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-ExtraBold.woff2 +0 -0
  983. package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Medium.eot +0 -0
  984. package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Medium.woff +0 -0
  985. package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Medium.woff2 +0 -0
  986. package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Regular.eot +0 -0
  987. package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Regular.woff +0 -0
  988. package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Regular.woff2 +0 -0
  989. package/lib/module/component/AIA/assets/fonts/Mangal/Mangal-Bold.ttf +0 -0
  990. package/lib/module/component/AIA/assets/fonts/Mangal/Mangal-Regular.ttf +0 -0
  991. package/lib/module/component/AIA/assets/fonts/Nirmala/Nirmala-Bold.ttf +0 -0
  992. package/lib/module/component/AIA/assets/fonts/Nirmala/Nirmala-Regular.ttf +0 -0
  993. package/lib/module/component/AIA/assets/fonts/NotoSansThaiExNoto/NotoSansThaiExNoto-Bold.ttf +0 -0
  994. package/lib/module/component/AIA/assets/fonts/NotoSansThaiExNoto/NotoSansThaiExNoto-Medium.ttf +0 -0
  995. package/lib/module/component/AIA/assets/fonts/NotoSansThaiExNoto/NotoSansThaiExNoto-Regular.ttf +0 -0
  996. package/lib/module/component/AIA/assets/fonts/NotoSansThaiExNoto/NotoSansThaiExNoto-Semibold.ttf +0 -0
  997. package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Bold.eot +0 -0
  998. package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Bold.woff +0 -0
  999. package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Bold.woff2 +0 -0
  1000. package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-BoldItalic.eot +0 -0
  1001. package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-BoldItalic.woff +0 -0
  1002. package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-BoldItalic.woff2 +0 -0
  1003. package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Extrabold.eot +0 -0
  1004. package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Extrabold.woff +0 -0
  1005. package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Extrabold.woff2 +0 -0
  1006. package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-ExtraboldItalic.eot +0 -0
  1007. package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-ExtraboldItalic.woff +0 -0
  1008. package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-ExtraboldItalic.woff2 +0 -0
  1009. package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Italic.eot +0 -0
  1010. package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Italic.woff +0 -0
  1011. package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Italic.woff2 +0 -0
  1012. package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Light.eot +0 -0
  1013. package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Light.woff +0 -0
  1014. package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Light.woff2 +0 -0
  1015. package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Regular.eot +0 -0
  1016. package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Regular.woff +0 -0
  1017. package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Regular.woff2 +0 -0
  1018. package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Semibold.eot +0 -0
  1019. package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Semibold.woff +0 -0
  1020. package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Semibold.woff2 +0 -0
  1021. package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-SemiboldItalic.eot +0 -0
  1022. package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-SemiboldItalic.woff +0 -0
  1023. package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-SemiboldItalic.woff2 +0 -0
  1024. package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSansLight-Italic.eot +0 -0
  1025. package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSansLight-Italic.woff +0 -0
  1026. package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSansLight-Italic.woff2 +0 -0
  1027. package/lib/module/component/AIA/assets/index.js +0 -16
  1028. package/lib/module/component/AIA/assets/index.js.map +0 -1
  1029. package/lib/module/component/AIA/assets/package.json +0 -19
  1030. package/lib/module/component/Button.js +0 -49
  1031. package/lib/module/component/Button.js.map +0 -1
  1032. package/lib/module/component/ButtonSubmit.js +0 -213
  1033. package/lib/module/component/ButtonSubmit.js.map +0 -1
  1034. package/lib/module/component/Input.js +0 -174
  1035. package/lib/module/component/Input.js.map +0 -1
  1036. package/lib/module/component/MultiSelectButtons.js +0 -186
  1037. package/lib/module/component/MultiSelectButtons.js.map +0 -1
  1038. package/lib/module/component/README.md +0 -215
  1039. package/lib/module/component/Rating.js +0 -169
  1040. package/lib/module/component/Rating.js.map +0 -1
  1041. package/lib/module/component/RatingNumber.js +0 -289
  1042. package/lib/module/component/RatingNumber.js.map +0 -1
  1043. package/lib/module/component/Textarea.js +0 -168
  1044. package/lib/module/component/Textarea.js.map +0 -1
  1045. package/lib/module/component/YesNoButtons.js +0 -185
  1046. package/lib/module/component/YesNoButtons.js.map +0 -1
  1047. package/lib/typescript/component/AIA/atoms/ActivityIndicator/ActivityIndicator.d.ts +0 -13
  1048. package/lib/typescript/component/AIA/atoms/ActivityIndicator/ActivityIndicator.d.ts.map +0 -1
  1049. package/lib/typescript/component/AIA/atoms/ActivityIndicator/index.d.ts +0 -2
  1050. package/lib/typescript/component/AIA/atoms/ActivityIndicator/index.d.ts.map +0 -1
  1051. package/lib/typescript/component/AIA/atoms/ActivityIndicator/styles/index.d.ts +0 -40
  1052. package/lib/typescript/component/AIA/atoms/ActivityIndicator/styles/index.d.ts.map +0 -1
  1053. package/lib/typescript/component/AIA/atoms/ActivityIndicator/types/index.d.ts +0 -64
  1054. package/lib/typescript/component/AIA/atoms/ActivityIndicator/types/index.d.ts.map +0 -1
  1055. package/lib/typescript/component/AIA/atoms/Button/Button.d.ts +0 -10
  1056. package/lib/typescript/component/AIA/atoms/Button/Button.d.ts.map +0 -1
  1057. package/lib/typescript/component/AIA/atoms/Button/index.d.ts +0 -2
  1058. package/lib/typescript/component/AIA/atoms/Button/index.d.ts.map +0 -1
  1059. package/lib/typescript/component/AIA/atoms/Button/styles/index.d.ts +0 -101
  1060. package/lib/typescript/component/AIA/atoms/Button/styles/index.d.ts.map +0 -1
  1061. package/lib/typescript/component/AIA/atoms/Button/types/index.d.ts +0 -120
  1062. package/lib/typescript/component/AIA/atoms/Button/types/index.d.ts.map +0 -1
  1063. package/lib/typescript/component/AIA/atoms/Chip/Chip.d.ts +0 -11
  1064. package/lib/typescript/component/AIA/atoms/Chip/Chip.d.ts.map +0 -1
  1065. package/lib/typescript/component/AIA/atoms/Chip/config/index.d.ts +0 -21
  1066. package/lib/typescript/component/AIA/atoms/Chip/config/index.d.ts.map +0 -1
  1067. package/lib/typescript/component/AIA/atoms/Chip/index.d.ts +0 -2
  1068. package/lib/typescript/component/AIA/atoms/Chip/index.d.ts.map +0 -1
  1069. package/lib/typescript/component/AIA/atoms/Chip/styles/index.d.ts +0 -89
  1070. package/lib/typescript/component/AIA/atoms/Chip/styles/index.d.ts.map +0 -1
  1071. package/lib/typescript/component/AIA/atoms/Chip/types/index.d.ts +0 -94
  1072. package/lib/typescript/component/AIA/atoms/Chip/types/index.d.ts.map +0 -1
  1073. package/lib/typescript/component/AIA/atoms/Divider/Divider.d.ts +0 -11
  1074. package/lib/typescript/component/AIA/atoms/Divider/Divider.d.ts.map +0 -1
  1075. package/lib/typescript/component/AIA/atoms/Divider/index.d.ts +0 -2
  1076. package/lib/typescript/component/AIA/atoms/Divider/index.d.ts.map +0 -1
  1077. package/lib/typescript/component/AIA/atoms/Divider/styles/index.d.ts +0 -12
  1078. package/lib/typescript/component/AIA/atoms/Divider/styles/index.d.ts.map +0 -1
  1079. package/lib/typescript/component/AIA/atoms/Divider/types/index.d.ts +0 -26
  1080. package/lib/typescript/component/AIA/atoms/Divider/types/index.d.ts.map +0 -1
  1081. package/lib/typescript/component/AIA/atoms/Icon/Icon.d.ts +0 -11
  1082. package/lib/typescript/component/AIA/atoms/Icon/Icon.d.ts.map +0 -1
  1083. package/lib/typescript/component/AIA/atoms/Icon/index.d.ts +0 -2
  1084. package/lib/typescript/component/AIA/atoms/Icon/index.d.ts.map +0 -1
  1085. package/lib/typescript/component/AIA/atoms/Icon/types/index.d.ts +0 -94
  1086. package/lib/typescript/component/AIA/atoms/Icon/types/index.d.ts.map +0 -1
  1087. package/lib/typescript/component/AIA/atoms/Icons/document-control/index.d.ts +0 -9
  1088. package/lib/typescript/component/AIA/atoms/Icons/document-control/index.d.ts.map +0 -1
  1089. package/lib/typescript/component/AIA/atoms/Icons/function/index.d.ts +0 -9
  1090. package/lib/typescript/component/AIA/atoms/Icons/function/index.d.ts.map +0 -1
  1091. package/lib/typescript/component/AIA/atoms/Icons/general/index.d.ts +0 -9
  1092. package/lib/typescript/component/AIA/atoms/Icons/general/index.d.ts.map +0 -1
  1093. package/lib/typescript/component/AIA/atoms/Icons/health-and-wellness/index.d.ts +0 -9
  1094. package/lib/typescript/component/AIA/atoms/Icons/health-and-wellness/index.d.ts.map +0 -1
  1095. package/lib/typescript/component/AIA/atoms/Icons/index.d.ts +0 -8
  1096. package/lib/typescript/component/AIA/atoms/Icons/index.d.ts.map +0 -1
  1097. package/lib/typescript/component/AIA/atoms/Icons/login/index.d.ts +0 -9
  1098. package/lib/typescript/component/AIA/atoms/Icons/login/index.d.ts.map +0 -1
  1099. package/lib/typescript/component/AIA/atoms/Icons/media-control/index.d.ts +0 -9
  1100. package/lib/typescript/component/AIA/atoms/Icons/media-control/index.d.ts.map +0 -1
  1101. package/lib/typescript/component/AIA/atoms/Icons/menu/index.d.ts +0 -9
  1102. package/lib/typescript/component/AIA/atoms/Icons/menu/index.d.ts.map +0 -1
  1103. package/lib/typescript/component/AIA/atoms/Icons/rating/index.d.ts +0 -9
  1104. package/lib/typescript/component/AIA/atoms/Icons/rating/index.d.ts.map +0 -1
  1105. package/lib/typescript/component/AIA/atoms/Icons/red-illustrations/index.d.ts +0 -9
  1106. package/lib/typescript/component/AIA/atoms/Icons/red-illustrations/index.d.ts.map +0 -1
  1107. package/lib/typescript/component/AIA/atoms/Icons/social-media/index.d.ts +0 -9
  1108. package/lib/typescript/component/AIA/atoms/Icons/social-media/index.d.ts.map +0 -1
  1109. package/lib/typescript/component/AIA/atoms/Icons/system-control/index.d.ts +0 -9
  1110. package/lib/typescript/component/AIA/atoms/Icons/system-control/index.d.ts.map +0 -1
  1111. package/lib/typescript/component/AIA/atoms/Icons/type/index.d.ts +0 -83
  1112. package/lib/typescript/component/AIA/atoms/Icons/type/index.d.ts.map +0 -1
  1113. package/lib/typescript/component/AIA/atoms/IllustrationIcons/account-setup/index.d.ts +0 -3
  1114. package/lib/typescript/component/AIA/atoms/IllustrationIcons/account-setup/index.d.ts.map +0 -1
  1115. package/lib/typescript/component/AIA/atoms/IllustrationIcons/empty-state/index.d.ts +0 -3
  1116. package/lib/typescript/component/AIA/atoms/IllustrationIcons/empty-state/index.d.ts.map +0 -1
  1117. package/lib/typescript/component/AIA/atoms/IllustrationIcons/health-and-wellness/index.d.ts +0 -3
  1118. package/lib/typescript/component/AIA/atoms/IllustrationIcons/health-and-wellness/index.d.ts.map +0 -1
  1119. package/lib/typescript/component/AIA/atoms/IllustrationIcons/index.d.ts +0 -8
  1120. package/lib/typescript/component/AIA/atoms/IllustrationIcons/index.d.ts.map +0 -1
  1121. package/lib/typescript/component/AIA/atoms/IllustrationIcons/medical/index.d.ts +0 -3
  1122. package/lib/typescript/component/AIA/atoms/IllustrationIcons/medical/index.d.ts.map +0 -1
  1123. package/lib/typescript/component/AIA/atoms/IllustrationIcons/payment/index.d.ts +0 -3
  1124. package/lib/typescript/component/AIA/atoms/IllustrationIcons/payment/index.d.ts.map +0 -1
  1125. package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-agents/index.d.ts +0 -3
  1126. package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-agents/index.d.ts.map +0 -1
  1127. package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-celebration/index.d.ts +0 -3
  1128. package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-celebration/index.d.ts.map +0 -1
  1129. package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-exercise/index.d.ts +0 -3
  1130. package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-exercise/index.d.ts.map +0 -1
  1131. package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-family/index.d.ts +0 -3
  1132. package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-family/index.d.ts.map +0 -1
  1133. package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-general/index.d.ts +0 -3
  1134. package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-general/index.d.ts.map +0 -1
  1135. package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-lifestyle/index.d.ts +0 -3
  1136. package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-lifestyle/index.d.ts.map +0 -1
  1137. package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-medical/index.d.ts +0 -3
  1138. package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-medical/index.d.ts.map +0 -1
  1139. package/lib/typescript/component/AIA/atoms/IllustrationIcons/success-and-reward/index.d.ts +0 -3
  1140. package/lib/typescript/component/AIA/atoms/IllustrationIcons/success-and-reward/index.d.ts.map +0 -1
  1141. package/lib/typescript/component/AIA/atoms/IllustrationIcons/system/index.d.ts +0 -3
  1142. package/lib/typescript/component/AIA/atoms/IllustrationIcons/system/index.d.ts.map +0 -1
  1143. package/lib/typescript/component/AIA/atoms/IllustrationIcons/type/index.d.ts +0 -93
  1144. package/lib/typescript/component/AIA/atoms/IllustrationIcons/type/index.d.ts.map +0 -1
  1145. package/lib/typescript/component/AIA/atoms/Image/Image.d.ts +0 -11
  1146. package/lib/typescript/component/AIA/atoms/Image/Image.d.ts.map +0 -1
  1147. package/lib/typescript/component/AIA/atoms/Image/index.d.ts +0 -2
  1148. package/lib/typescript/component/AIA/atoms/Image/index.d.ts.map +0 -1
  1149. package/lib/typescript/component/AIA/atoms/Image/styles/index.d.ts +0 -15
  1150. package/lib/typescript/component/AIA/atoms/Image/styles/index.d.ts.map +0 -1
  1151. package/lib/typescript/component/AIA/atoms/Image/types/index.d.ts +0 -98
  1152. package/lib/typescript/component/AIA/atoms/Image/types/index.d.ts.map +0 -1
  1153. package/lib/typescript/component/AIA/atoms/Rating/Rating.d.ts +0 -10
  1154. package/lib/typescript/component/AIA/atoms/Rating/Rating.d.ts.map +0 -1
  1155. package/lib/typescript/component/AIA/atoms/Rating/config/index.d.ts +0 -22
  1156. package/lib/typescript/component/AIA/atoms/Rating/config/index.d.ts.map +0 -1
  1157. package/lib/typescript/component/AIA/atoms/Rating/index.d.ts +0 -2
  1158. package/lib/typescript/component/AIA/atoms/Rating/index.d.ts.map +0 -1
  1159. package/lib/typescript/component/AIA/atoms/Rating/styles/index.d.ts +0 -54
  1160. package/lib/typescript/component/AIA/atoms/Rating/styles/index.d.ts.map +0 -1
  1161. package/lib/typescript/component/AIA/atoms/Rating/types/index.d.ts +0 -94
  1162. package/lib/typescript/component/AIA/atoms/Rating/types/index.d.ts.map +0 -1
  1163. package/lib/typescript/component/AIA/atoms/Text/Text.d.ts +0 -11
  1164. package/lib/typescript/component/AIA/atoms/Text/Text.d.ts.map +0 -1
  1165. package/lib/typescript/component/AIA/atoms/Text/config/index.d.ts +0 -7
  1166. package/lib/typescript/component/AIA/atoms/Text/config/index.d.ts.map +0 -1
  1167. package/lib/typescript/component/AIA/atoms/Text/index.d.ts +0 -2
  1168. package/lib/typescript/component/AIA/atoms/Text/index.d.ts.map +0 -1
  1169. package/lib/typescript/component/AIA/atoms/Text/styles/index.d.ts +0 -25
  1170. package/lib/typescript/component/AIA/atoms/Text/styles/index.d.ts.map +0 -1
  1171. package/lib/typescript/component/AIA/atoms/Text/types/index.d.ts +0 -127
  1172. package/lib/typescript/component/AIA/atoms/Text/types/index.d.ts.map +0 -1
  1173. package/lib/typescript/component/AIA/atoms/TextArea/TextArea.d.ts +0 -15
  1174. package/lib/typescript/component/AIA/atoms/TextArea/TextArea.d.ts.map +0 -1
  1175. package/lib/typescript/component/AIA/atoms/TextArea/config/index.d.ts +0 -8
  1176. package/lib/typescript/component/AIA/atoms/TextArea/config/index.d.ts.map +0 -1
  1177. package/lib/typescript/component/AIA/atoms/TextArea/index.d.ts +0 -2
  1178. package/lib/typescript/component/AIA/atoms/TextArea/index.d.ts.map +0 -1
  1179. package/lib/typescript/component/AIA/atoms/TextArea/styles/index.d.ts +0 -79
  1180. package/lib/typescript/component/AIA/atoms/TextArea/styles/index.d.ts.map +0 -1
  1181. package/lib/typescript/component/AIA/atoms/TextArea/types/index.d.ts +0 -106
  1182. package/lib/typescript/component/AIA/atoms/TextArea/types/index.d.ts.map +0 -1
  1183. package/lib/typescript/component/AIA/hooks/FontConfig/index.d.ts +0 -2
  1184. package/lib/typescript/component/AIA/hooks/FontConfig/index.d.ts.map +0 -1
  1185. package/lib/typescript/component/AIA/hooks/FontConfig/type/index.d.ts +0 -44
  1186. package/lib/typescript/component/AIA/hooks/FontConfig/type/index.d.ts.map +0 -1
  1187. package/lib/typescript/component/AIA/hooks/useCustomTheme/index.d.ts +0 -2
  1188. package/lib/typescript/component/AIA/hooks/useCustomTheme/index.d.ts.map +0 -1
  1189. package/lib/typescript/component/AIA/hooks/useCustomTheme/useCustomTheme.d.ts +0 -16
  1190. package/lib/typescript/component/AIA/hooks/useCustomTheme/useCustomTheme.d.ts.map +0 -1
  1191. package/lib/typescript/component/AIA/styles/aia-digital/border/borderRadius.d.ts +0 -9
  1192. package/lib/typescript/component/AIA/styles/aia-digital/border/borderRadius.d.ts.map +0 -1
  1193. package/lib/typescript/component/AIA/styles/aia-digital/border/borderWidth.d.ts +0 -9
  1194. package/lib/typescript/component/AIA/styles/aia-digital/border/borderWidth.d.ts.map +0 -1
  1195. package/lib/typescript/component/AIA/styles/aia-digital/border/componentBorderRadius.d.ts +0 -14
  1196. package/lib/typescript/component/AIA/styles/aia-digital/border/componentBorderRadius.d.ts.map +0 -1
  1197. package/lib/typescript/component/AIA/styles/aia-digital/border/componentBorderWidth.d.ts +0 -5
  1198. package/lib/typescript/component/AIA/styles/aia-digital/border/componentBorderWidth.d.ts.map +0 -1
  1199. package/lib/typescript/component/AIA/styles/aia-digital/border/index.d.ts +0 -24
  1200. package/lib/typescript/component/AIA/styles/aia-digital/border/index.d.ts.map +0 -1
  1201. package/lib/typescript/component/AIA/styles/aia-digital/colors/light.d.ts +0 -140
  1202. package/lib/typescript/component/AIA/styles/aia-digital/colors/light.d.ts.map +0 -1
  1203. package/lib/typescript/component/AIA/styles/aia-digital/size/componentSize.d.ts +0 -35
  1204. package/lib/typescript/component/AIA/styles/aia-digital/size/componentSize.d.ts.map +0 -1
  1205. package/lib/typescript/component/AIA/styles/aia-digital/size/index.d.ts +0 -52
  1206. package/lib/typescript/component/AIA/styles/aia-digital/size/index.d.ts.map +0 -1
  1207. package/lib/typescript/component/AIA/styles/aia-digital/size/size.d.ts +0 -22
  1208. package/lib/typescript/component/AIA/styles/aia-digital/size/size.d.ts.map +0 -1
  1209. package/lib/typescript/component/AIA/styles/aia-digital/spacing/componentSpacing.d.ts +0 -10
  1210. package/lib/typescript/component/AIA/styles/aia-digital/spacing/componentSpacing.d.ts.map +0 -1
  1211. package/lib/typescript/component/AIA/styles/aia-digital/spacing/index.d.ts +0 -24
  1212. package/lib/typescript/component/AIA/styles/aia-digital/spacing/index.d.ts.map +0 -1
  1213. package/lib/typescript/component/AIA/styles/aia-digital/spacing/spacing.d.ts +0 -19
  1214. package/lib/typescript/component/AIA/styles/aia-digital/spacing/spacing.d.ts.map +0 -1
  1215. package/lib/typescript/component/AIA/utils/Accessibility/index.d.ts +0 -12
  1216. package/lib/typescript/component/AIA/utils/Accessibility/index.d.ts.map +0 -1
  1217. package/lib/typescript/component/AIA/utils/Accessibility/types/index.d.ts +0 -21
  1218. package/lib/typescript/component/AIA/utils/Accessibility/types/index.d.ts.map +0 -1
@@ -1,83 +0,0 @@
1
- type ValueOf<T> = T[keyof T];
2
- export declare const iconDocumentControl: readonly ["bold", "bullet_point", "copy_document", "create_new_document", "duplicate_document", "fontsize_large", "fontsize_medium", "fontsize_small", "italic", "print_solid", "print", "sign_solid", "sign", "underline"];
3
- export declare const iconEmptyState: readonly ["document", "hourglass", "search"];
4
- export declare const iconFunction: readonly ["attach", "bookmark_solid_2", "bookmark_solid", "camera_solid", "camera", "cart_solid", "cart", "delete_solid", "delete", "direction_solid", "direction", "download", "edit", "email_solid", "email", "external_link", "filter_funnel_solid", "filter_funnel", "filter_line_funnel", "filter_slider_solid", "filter_slider", "gps", "grid_solid", "grid", "info_solid", "info", "link", "live_chat_solid", "lock_solid", "lock", "log_out_solid", "log_out", "mask", "mic_solid", "mic", "phone_solid", "phone", "pin_solid", "pin", "search", "send_msg", "share_solid", "share", "sort_by_alphabet", "unlink", "unlock_solid", "unlock", "unmask", "upload_cloud", "vertical_order", "write"];
5
- export declare const iconGeneral: readonly ["alarm_solid", "alarm", "album", "alert_solid", "alert", "award", "birthday", "block", "bulb", "business", "calendar_retake", "calendar_solid", "calendar", "chart", "chatbot", "comment", "contact_list_solid", "countdown", "coupon_solid", "coupon", "decrease", "delete_text", "discount", "earn_points", "enquiry_solid", "enquiry", "exercise_event", "expired", "file", "flash", "folder_bookmark", "folder_search", "gift", "globe", "goal", "goals_solid", "group", "increase", "laptop_solid", "laptop", "like_solid", "like", "list", "map_solid", "map", "medal_solid", "medal", "meetup", "membership_card_solid", "membership_card", "notes_solid", "notes", "notification_new", "notification_off", "notification_solid", "notification", "photo", "podcast", "popular_solid", "popular", "post_office", "protect_solid", "protect", "push_notification", "qr", "question_solid", "question", "read", "report", "slide_show", "speed", "swipe", "time_solid", "time", "video_solid", "video", "warning"];
6
- export declare const iconHealthAndWellness: readonly ["alcohol", "beauty", "beer", "blood_sugar", "breath", "cleaning", "coffee", "dark", "doctor", "dream", "drumstick", "fish", "fitness", "flu", "food", "health_report", "healthy_heart", "heart_rate_solid", "heart_rate", "heart_report", "length", "nutrition", "quick", "shine", "smoking", "snack", "steps_solid", "steps", "strength", "sunshine", "vegetables", "vitality_earn_point", "vitality", "vitals_solid", "vitals", "weight", "workout_tracker_solid", "workout_tracker"];
7
- export declare const iconLogin: readonly ["advisor", "assignee", "broker", "distribution_partner", "employee", "employer", "general_user_solid", "general_user"];
8
- export declare const iconMediaControl: readonly ["change_camera_solid", "change_camera", "crop", "flip_solid", "flip", "icon_left_carousel_arrow", "icon_pause", "icon_play_hero", "icon_right_carousel_arrow", "pause", "play", "rotate_left", "rotate_right", "stop"];
9
- export declare const iconMenu: readonly ["account_on", "account", "application_on", "application", "calculator_on", "calculator", "create_quotation_on", "create_quotation", "customer_on", "customer", "dashboard_on", "dashboard", "discover_on", "discover", "grid_menu_on", "grid_menu", "health_on", "health", "home_on", "home", "menu", "more_on", "more", "profile_on", "profile", "report_on", "report", "reward_on", "reward", "setting_on", "settings", "tag_on", "tag", "target_on", "target", "vitality_on", "vitality", "write_on", "write"];
10
- export declare const iconPayment: readonly ["atm", "cash", "cheque", "credit_card_info", "credit_card", "internet_banking", "oversea_issued_card", "pps_and_fps", "wallet"];
11
- export declare const iconRating: readonly ["emoji_happy_on", "emoji_happy", "emoji_neutral_on", "emoji_neutral", "emoji_unhappy_on", "emoji_unhappy", "emoji_very_happy_on", "emoji_very_happy", "emoji_very_unhappy_on", "emoji_very_unhappy", "star_rating_on", "star_rating"];
12
- export declare const iconRedIllustrations: readonly ["accident_disabled", "accident", "agent_disabled", "agent", "award_disabled", "award", "business_disabled", "business", "calculator_disabled", "calculator", "chart_disabled", "chart", "claim_disabled", "claim", "corporate_coverage_disabled", "corporate_coverage", "guide_disabled", "guide", "health_report_disabled", "health_report", "health_disabled", "health", "individual_coverage_disabled", "individual_coverage", "instant_help_disabled", "instant_help", "investment_coverage_disabled", "investment_coverage", "life_disabled", "life", "lock_disabled", "lock", "medical_disabled", "medical", "money_bhat_disabled", "money_bhat", "money_dollar_disabled", "money_dollar", "money_peso_disabled", "money_peso", "mpf_disabled", "mpf", "payment_disabled", "payment", "pension_disabled", "pension", "policy_disabled", "policy", "retirement_disabled", "retirement", "savings_coverage_disabled", "savings_coverage", "search_document_disabled", "search_document", "step_validation_disabled", "step_validation", "terms_disabled", "terms", "training_disabled", "training", "travel_coverage_disabled", "travel_coverage", "vitality_disabled", "vitality"];
13
- export declare const iconSocialMedia: readonly ["facebook", "instagram", "kakaotalk", "line", "linkedin", "tiktok", "twitter", "wechat", "youtube"];
14
- export declare const iconSystemControl: readonly ["add", "arrow_down", "arrow_left", "arrow_right", "arrow_up", "checkmark", "circle_minus_solid", "circle_minus", "circle_plus_solid", "circle_plus", "close", "drag", "ellipsis", "indeterminate", "loading", "maximize", "menu", "minimize", "minus", "more", "next", "order_accending", "order_descending", "order_down", "order_up_and_down", "order_up", "previous_2", "previous", "refresh_solid", "refresh", "remove_solid", "remove", "scan_barcode", "scan_face", "scan_fingerprint", "scan_qr", "sidebar_collapse", "sidebar_expand", "sorting", "success_solid", "success", "syncing", "wifi_off", "wifi"];
15
- export declare const IconGroup: {
16
- readonly documentControl: "documentControl";
17
- readonly function: "function";
18
- readonly general: "general";
19
- readonly healthAndWellness: "healthAndWellness";
20
- readonly login: "login";
21
- readonly mediaControl: "mediaControl";
22
- readonly menu: "menu";
23
- readonly payment: "payment";
24
- readonly rating: "rating";
25
- readonly red: "red";
26
- readonly socialMedia: "socialMedia";
27
- readonly systemControl: "systemControl";
28
- };
29
- export type IconTypeProps = {
30
- type: 'Icon';
31
- group: typeof IconGroup.documentControl;
32
- name: ValueOf<typeof iconDocumentControl>;
33
- } | {
34
- type: 'Icon';
35
- group: typeof IconGroup.function;
36
- name: ValueOf<typeof iconFunction>;
37
- } | {
38
- type: 'Icon';
39
- group: typeof IconGroup.general;
40
- name: ValueOf<typeof iconGeneral>;
41
- } | {
42
- type: 'Icon';
43
- group: typeof IconGroup.healthAndWellness;
44
- name: ValueOf<typeof iconHealthAndWellness>;
45
- } | {
46
- type: 'Icon';
47
- group: typeof IconGroup.login;
48
- name: ValueOf<typeof iconLogin>;
49
- } | {
50
- type: 'Icon';
51
- group: typeof IconGroup.mediaControl;
52
- name: ValueOf<typeof iconMediaControl>;
53
- } | {
54
- type: 'Icon';
55
- group: typeof IconGroup.menu;
56
- name: ValueOf<typeof iconMenu>;
57
- } | {
58
- type: 'Icon';
59
- group: typeof IconGroup.payment;
60
- name: ValueOf<typeof iconPayment>;
61
- } | {
62
- type: 'Icon';
63
- group: typeof IconGroup.rating;
64
- name: ValueOf<typeof iconRating>;
65
- } | {
66
- type: 'Icon';
67
- group: typeof IconGroup.red;
68
- name: ValueOf<typeof iconRedIllustrations>;
69
- } | {
70
- type: 'Icon';
71
- group: typeof IconGroup.socialMedia;
72
- name: ValueOf<typeof iconSocialMedia>;
73
- } | {
74
- type: 'Icon';
75
- group: typeof IconGroup.systemControl;
76
- name: ValueOf<typeof iconSystemControl>;
77
- } | {
78
- type: 'Icon';
79
- group: any;
80
- name: any;
81
- };
82
- export {};
83
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/component/AIA/atoms/Icons/type/index.ts"],"names":[],"mappings":"AAAA,KAAK,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,CAAC,CAAA;AAE5B,eAAO,MAAM,mBAAmB,6NAetB,CAAA;AAEV,eAAO,MAAM,cAAc,8CAA+C,CAAA;AAE1E,eAAO,MAAM,YAAY,2qBAoDf,CAAA;AAEV,eAAO,MAAM,WAAW,m+BA8Ed,CAAA;AAEV,eAAO,MAAM,qBAAqB,meAuCxB,CAAA;AAEV,eAAO,MAAM,SAAS,kIASZ,CAAA;AAEV,eAAO,MAAM,gBAAgB,kOAenB,CAAA;AAEV,eAAO,MAAM,QAAQ,6fAwCX,CAAA;AAEV,eAAO,MAAM,WAAW,2IAUd,CAAA;AAEV,eAAO,MAAM,UAAU,iPAab,CAAA;AAEV,eAAO,MAAM,oBAAoB,moCAiEvB,CAAA;AAEV,eAAO,MAAM,eAAe,+GAUlB,CAAA;AAEV,eAAO,MAAM,iBAAiB,gmBA6CpB,CAAA;AAEV,eAAO,MAAM,SAAS;;;;;;;;;;;;;CAaZ,CAAA;AAEV,MAAM,MAAM,aAAa,GACtB;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,OAAO,SAAS,CAAC,eAAe,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,OAAO,mBAAmB,CAAC,CAAA;CAAC,GAClG;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,OAAO,SAAS,CAAC,QAAQ,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,OAAO,YAAY,CAAC,CAAA;CAAC,GACpF;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,OAAO,SAAS,CAAC,OAAO,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAC,GAClF;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,OAAO,SAAS,CAAC,iBAAiB,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,OAAO,qBAAqB,CAAC,CAAA;CAAC,GACtG;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,OAAO,SAAS,CAAC,KAAK,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,OAAO,SAAS,CAAC,CAAA;CAAC,GAC9E;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,OAAO,SAAS,CAAC,YAAY,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,OAAO,gBAAgB,CAAC,CAAA;CAAC,GAC5F;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,OAAO,SAAS,CAAC,IAAI,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,OAAO,QAAQ,CAAC,CAAA;CAAC,GAC5E;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,OAAO,SAAS,CAAC,OAAO,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAC,GAClF;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,OAAO,SAAS,CAAC,MAAM,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,OAAO,UAAU,CAAC,CAAA;CAAC,GAChF;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,OAAO,SAAS,CAAC,GAAG,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,OAAO,oBAAoB,CAAC,CAAA;CAAC,GACvF;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,OAAO,SAAS,CAAC,WAAW,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,OAAO,eAAe,CAAC,CAAA;CAAC,GAC1F;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,OAAO,SAAS,CAAC,aAAa,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,OAAO,iBAAiB,CAAC,CAAA;CAAC,GAC9F;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,GAAG,CAAC;IAAC,IAAI,EAAE,GAAG,CAAA;CAAC,CAAA"}
@@ -1,3 +0,0 @@
1
- declare const AccountSetupIcons: (name: string, extraStyle?: Object, width?: number, height?: number, fillColor?: string) => import("react/jsx-runtime").JSX.Element;
2
- export default AccountSetupIcons;
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/component/AIA/atoms/IllustrationIcons/account-setup/index.tsx"],"names":[],"mappings":"AAQA,QAAA,MAAM,iBAAiB,GAAI,MAAM,MAAM,EAAE,aAAa,MAAM,EAAE,QAAQ,MAAM,EAAE,SAAS,MAAM,EAAE,YAAY,MAAM,4CAoBhH,CAAA;AACD,eAAe,iBAAiB,CAAA"}
@@ -1,3 +0,0 @@
1
- declare const EmptyStateIcons: (name: string, extraStyle?: Object, width?: number, height?: number, fillColor?: string) => import("react/jsx-runtime").JSX.Element;
2
- export default EmptyStateIcons;
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/component/AIA/atoms/IllustrationIcons/empty-state/index.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,eAAe,GAAI,MAAM,MAAM,EAAE,aAAa,MAAM,EAAE,QAAQ,MAAM,EAAE,SAAS,MAAM,EAAE,YAAY,MAAM,4CAoB9G,CAAA;AACD,eAAe,eAAe,CAAA"}
@@ -1,3 +0,0 @@
1
- declare const HealthAndWellnessIcons: (name: string, extraStyle?: Object, width?: number, height?: number, fillColor?: string) => import("react/jsx-runtime").JSX.Element;
2
- export default HealthAndWellnessIcons;
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/component/AIA/atoms/IllustrationIcons/health-and-wellness/index.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,sBAAsB,GAC3B,MAAM,MAAM,EACZ,aAAa,MAAM,EACnB,QAAQ,MAAM,EACd,SAAS,MAAM,EACf,YAAY,MAAM,4CAmDlB,CAAA;AACD,eAAe,sBAAsB,CAAA"}
@@ -1,8 +0,0 @@
1
- /**
2
- *
3
- * @format
4
- *
5
- */
6
- declare const IllustrationIcons: Record<string, (name: string, extraStyle?: Object, width?: number, height?: number, fillColor?: string) => any>;
7
- export default IllustrationIcons;
8
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/component/AIA/atoms/IllustrationIcons/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAiBH,QAAA,MAAM,iBAAiB,EAAE,MAAM,CAC9B,MAAM,EACN,CAAC,IAAI,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM,KAAK,GAAG,CAgB/F,CAAA;AAED,eAAe,iBAAiB,CAAA"}
@@ -1,3 +0,0 @@
1
- declare const MedicalIcons: (name: string, extraStyle?: Object, width?: number, height?: number, fillColor?: string) => import("react/jsx-runtime").JSX.Element;
2
- export default MedicalIcons;
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/component/AIA/atoms/IllustrationIcons/medical/index.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,YAAY,GAAI,MAAM,MAAM,EAAE,aAAa,MAAM,EAAE,QAAQ,MAAM,EAAE,SAAS,MAAM,EAAE,YAAY,MAAM,4CAgC3G,CAAA;AACD,eAAe,YAAY,CAAA"}
@@ -1,3 +0,0 @@
1
- declare const PaymentIcons: (name: string, extraStyle?: Object, width?: number, height?: number, fillColor?: string) => import("react/jsx-runtime").JSX.Element;
2
- export default PaymentIcons;
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/component/AIA/atoms/IllustrationIcons/payment/index.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,YAAY,GAAI,MAAM,MAAM,EAAE,aAAa,MAAM,EAAE,QAAQ,MAAM,EAAE,SAAS,MAAM,EAAE,YAAY,MAAM,4CAkB3G,CAAA;AACD,eAAe,YAAY,CAAA"}
@@ -1,3 +0,0 @@
1
- declare const PeopleAgentsIcons: (name: string, extraStyle?: Object, width?: number, height?: number, fillColor?: string) => import("react/jsx-runtime").JSX.Element;
2
- export default PeopleAgentsIcons;
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/component/AIA/atoms/IllustrationIcons/people-agents/index.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,iBAAiB,GAAI,MAAM,MAAM,EAAE,aAAa,MAAM,EAAE,QAAQ,MAAM,EAAE,SAAS,MAAM,EAAE,YAAY,MAAM,4CAgChH,CAAA;AACD,eAAe,iBAAiB,CAAA"}
@@ -1,3 +0,0 @@
1
- declare const PeopleCelebrationIcons: (name: string, extraStyle?: Object, width?: number, height?: number, fillColor?: string) => import("react/jsx-runtime").JSX.Element;
2
- export default PeopleCelebrationIcons;
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/component/AIA/atoms/IllustrationIcons/people-celebration/index.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,sBAAsB,GAC3B,MAAM,MAAM,EACZ,aAAa,MAAM,EACnB,QAAQ,MAAM,EACd,SAAS,MAAM,EACf,YAAY,MAAM,4CA+ClB,CAAA;AACD,eAAe,sBAAsB,CAAA"}
@@ -1,3 +0,0 @@
1
- declare const PeopleExerciseIcons: (name: string, extraStyle?: Object, width?: number, height?: number, fillColor?: string) => import("react/jsx-runtime").JSX.Element;
2
- export default PeopleExerciseIcons;
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/component/AIA/atoms/IllustrationIcons/people-exercise/index.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,mBAAmB,GACxB,MAAM,MAAM,EACZ,aAAa,MAAM,EACnB,QAAQ,MAAM,EACd,SAAS,MAAM,EACf,YAAY,MAAM,4CA6DlB,CAAA;AACD,eAAe,mBAAmB,CAAA"}
@@ -1,3 +0,0 @@
1
- declare const PeopleFamilyIcons: (name: string, extraStyle?: Object, width?: number, height?: number, fillColor?: string) => import("react/jsx-runtime").JSX.Element;
2
- export default PeopleFamilyIcons;
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/component/AIA/atoms/IllustrationIcons/people-family/index.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,iBAAiB,GAAI,MAAM,MAAM,EAAE,aAAa,MAAM,EAAE,QAAQ,MAAM,EAAE,SAAS,MAAM,EAAE,YAAY,MAAM,4CA0ChH,CAAA;AACD,eAAe,iBAAiB,CAAA"}
@@ -1,3 +0,0 @@
1
- declare const PeopleGeneralIcons: (name: string, extraStyle?: Object, width?: number, height?: number, fillColor?: string) => import("react/jsx-runtime").JSX.Element;
2
- export default PeopleGeneralIcons;
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/component/AIA/atoms/IllustrationIcons/people-general/index.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,kBAAkB,GAAI,MAAM,MAAM,EAAE,aAAa,MAAM,EAAE,QAAQ,MAAM,EAAE,SAAS,MAAM,EAAE,YAAY,MAAM,4CAsCjH,CAAA;AACD,eAAe,kBAAkB,CAAA"}
@@ -1,3 +0,0 @@
1
- declare const PeopleLifestyleIcons: (name: string, extraStyle?: Object, width?: number, height?: number, fillColor?: string) => import("react/jsx-runtime").JSX.Element;
2
- export default PeopleLifestyleIcons;
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/component/AIA/atoms/IllustrationIcons/people-lifestyle/index.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,oBAAoB,GACzB,MAAM,MAAM,EACZ,aAAa,MAAM,EACnB,QAAQ,MAAM,EACd,SAAS,MAAM,EACf,YAAY,MAAM,4CAuDlB,CAAA;AACD,eAAe,oBAAoB,CAAA"}
@@ -1,3 +0,0 @@
1
- declare const PeopleMedicalIcons: (name: string, extraStyle?: Object, width?: number, height?: number, fillColor?: string) => import("react/jsx-runtime").JSX.Element;
2
- export default PeopleMedicalIcons;
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/component/AIA/atoms/IllustrationIcons/people-medical/index.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,kBAAkB,GAAI,MAAM,MAAM,EAAE,aAAa,MAAM,EAAE,QAAQ,MAAM,EAAE,SAAS,MAAM,EAAE,YAAY,MAAM,4CA0CjH,CAAA;AACD,eAAe,kBAAkB,CAAA"}
@@ -1,3 +0,0 @@
1
- declare const SuccessAndRewardIcons: (name: string, extraStyle?: Object, width?: number, height?: number, fillColor?: string) => import("react/jsx-runtime").JSX.Element;
2
- export default SuccessAndRewardIcons;
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/component/AIA/atoms/IllustrationIcons/success-and-reward/index.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,qBAAqB,GAC1B,MAAM,MAAM,EACZ,aAAa,MAAM,EACnB,QAAQ,MAAM,EACd,SAAS,MAAM,EACf,YAAY,MAAM,4CA2BlB,CAAA;AACD,eAAe,qBAAqB,CAAA"}
@@ -1,3 +0,0 @@
1
- declare const SystemIcons: (name: string, extraStyle?: Object, width?: number, height?: number, fillColor?: string) => import("react/jsx-runtime").JSX.Element;
2
- export default SystemIcons;
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/component/AIA/atoms/IllustrationIcons/system/index.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,WAAW,GAAI,MAAM,MAAM,EAAE,aAAa,MAAM,EAAE,QAAQ,MAAM,EAAE,SAAS,MAAM,EAAE,YAAY,MAAM,4CAsB1G,CAAA;AAED,eAAe,WAAW,CAAA"}
@@ -1,93 +0,0 @@
1
- type ValueOf<T> = T[keyof T];
2
- export declare const iconAccountSetup: readonly ["face_id", "qr_code", "touch_id"];
3
- export declare const iconEmptyState: readonly ["document", "hourglass", "search"];
4
- export declare const iconHealthAndWellness: readonly ["apple", "calender", "clock", "cupcake", "fitness_plan", "happy_sun", "heart", "moon", "mountain", "salad", "smart_watch", "step_tracker", "stop_watch", "sync_device", "target", "trainer", "weight_scale", "weights"];
5
- export declare const iconMedical: readonly ["blood_bag", "blood_pressure", "call_a_doctor", "cancer_ribbon", "eye_test", "health_checklist", "health_document", "search_doctor", "thermometer"];
6
- export declare const iconPayment: readonly ["credit_card_back", "credit_card_front"];
7
- export declare const iconPeopleAgents: readonly ["agent_colleague_dark", "agent_colleague", "agent1_dark", "agent1", "agent2", "agent3", "agent4", "agent5", "agent6"];
8
- export declare const iconPeopleCelebration: readonly ["adult_celebrating1", "adult_celebrating2", "adult_celebrating3", "adult_celebrating4", "adult_celebrating5", "adult_celebrating6_dark", "adult_celebrating6", "adult_celebrating7", "adult_celebrating8_dark", "adult_celebrating8", "couple_celebrating1_dark", "couple_celebrating1", "couple_celebrating2_dark", "couple_celebrating2", "couple_celebrating3_dark", "couple_celebrating3"];
9
- export declare const iconPeopleExercise: readonly ["adult_biking_dark", "adult_biking", "adult_exercising1", "adult_exercising2", "adult_exercising3", "adult_meditating2", "adult_pushup", "adult_running1", "adult_running2", "adult_running3", "adult_running4", "adult_running5_1", "adult_running5", "adult_running7_dark", "adult_running7", "adult_skateboarding1", "adult_stretching1", "adult_stretching2", "adult_yoga", "couple_running_dark", "couple_running", "woman_meditating1_dark", "woman_meditating1"];
10
- export declare const iconPeopleFamily: readonly ["adult_child1", "adult_child2", "adult_child3_dark", "adult_child3", "adult_child4", "adult_pregnant", "child", "couple_baby", "family1_dark", "family1", "family2_dark", "family2", "parent_baby", "seniors_talking"];
11
- export declare const iconPeopleGeneral: readonly ["adult_talking1", "adult_talking2", "adult_talking3", "adult_talking4_dark", "adult_talking4", "adult_talking5", "adult_talking6_dark", "adult_talking6", "adult_talking7", "adult_talking8", "couple_couch_dark", "couple_couch"];
12
- export declare const iconPeopleLifestyle: readonly ["adult_food", "adult_meditating3", "adult_phone1", "adult_phone2", "adult_relaxing_dark", "adult_relaxing", "adult_skateboarding2", "adult_standing1", "adult_standing2", "adult_standing3_dark", "adult_standing4", "adult_standing5", "adult_standing6", "adult_walking_dark", "adult_walking", "adult_wheelchair", "couple_dinner_dark", "couple_dinner", "friends_couch_dark", "friends_couch"];
13
- export declare const iconPeopleMedical: readonly ["adult_injury1", "adult_injury2", "doctor_couple", "doctor_patient1", "doctor_patient2", "doctor_patient3_dark", "doctor_patient3", "doctor_patient4_dark", "doctor_patient4", "doctor_patient5", "doctor1_dark", "doctor1", "doctor2_dark", "doctor2"];
14
- export declare const iconSuccessAndReward: readonly ["coin_celebration", "coin_reward", "coin_stack", "single_coin", "success", "trumpet_confetti"];
15
- export declare const iconSystem: readonly ["communication", "connected_globe", "error", "warning"];
16
- export declare const IllustrationIconGroup: {
17
- readonly accountSetup: "accountSetup";
18
- readonly emptyState: "emptyState";
19
- readonly healthAndWellness: "healthAndWellness";
20
- readonly medical: "medical";
21
- readonly payment: "payment";
22
- readonly peopleAgents: "peopleAgents";
23
- readonly peopleCelebration: "peopleCelebration";
24
- readonly peopleExercise: "peopleExercise";
25
- readonly peopleFamily: "peopleFamily";
26
- readonly peopleGeneral: "peopleGeneral";
27
- readonly peopleLifestyle: "peopleLifestyle";
28
- readonly peopleMedical: "peopleMedical";
29
- readonly successAndReward: "successAndReward";
30
- readonly system: "system";
31
- };
32
- export type IllustrationIconTypeProps = {
33
- type: 'Illustration-icon';
34
- group: typeof IllustrationIconGroup.accountSetup;
35
- name: ValueOf<typeof iconAccountSetup>;
36
- } | {
37
- type: 'Illustration-icon';
38
- group: typeof IllustrationIconGroup.emptyState;
39
- name: ValueOf<typeof iconEmptyState>;
40
- } | {
41
- type: 'Illustration-icon';
42
- group: typeof IllustrationIconGroup.healthAndWellness;
43
- name: ValueOf<typeof iconHealthAndWellness>;
44
- } | {
45
- type: 'Illustration-icon';
46
- group: typeof IllustrationIconGroup.medical;
47
- name: ValueOf<typeof iconMedical>;
48
- } | {
49
- type: 'Illustration-icon';
50
- group: typeof IllustrationIconGroup.payment;
51
- name: ValueOf<typeof iconPayment>;
52
- } | {
53
- type: 'Illustration-icon';
54
- group: typeof IllustrationIconGroup.peopleAgents;
55
- name: ValueOf<typeof iconPeopleAgents>;
56
- } | {
57
- type: 'Illustration-icon';
58
- group: typeof IllustrationIconGroup.peopleCelebration;
59
- name: ValueOf<typeof iconPeopleCelebration>;
60
- } | {
61
- type: 'Illustration-icon';
62
- group: typeof IllustrationIconGroup.peopleExercise;
63
- name: ValueOf<typeof iconPeopleExercise>;
64
- } | {
65
- type: 'Illustration-icon';
66
- group: typeof IllustrationIconGroup.peopleFamily;
67
- name: ValueOf<typeof iconPeopleFamily>;
68
- } | {
69
- type: 'Illustration-icon';
70
- group: typeof IllustrationIconGroup.peopleGeneral;
71
- name: ValueOf<typeof iconPeopleGeneral>;
72
- } | {
73
- type: 'Illustration-icon';
74
- group: typeof IllustrationIconGroup.peopleLifestyle;
75
- name: ValueOf<typeof iconPeopleLifestyle>;
76
- } | {
77
- type: 'Illustration-icon';
78
- group: typeof IllustrationIconGroup.peopleMedical;
79
- name: ValueOf<typeof iconPeopleMedical>;
80
- } | {
81
- type: 'Illustration-icon';
82
- group: typeof IllustrationIconGroup.successAndReward;
83
- name: ValueOf<typeof iconSuccessAndReward>;
84
- } | {
85
- type: 'Illustration-icon';
86
- group: typeof IllustrationIconGroup.system;
87
- name: ValueOf<typeof iconSystem>;
88
- } | {
89
- group: any;
90
- name: any;
91
- };
92
- export {};
93
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/component/AIA/atoms/IllustrationIcons/type/index.ts"],"names":[],"mappings":"AAAA,KAAK,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,CAAC,CAAA;AAE5B,eAAO,MAAM,gBAAgB,6CAA8C,CAAA;AAE3E,eAAO,MAAM,cAAc,8CAA+C,CAAA;AAE1E,eAAO,MAAM,qBAAqB,mOAmBxB,CAAA;AAEV,eAAO,MAAM,WAAW,+JAUd,CAAA;AAEV,eAAO,MAAM,WAAW,oDAAqD,CAAA;AAE7E,eAAO,MAAM,gBAAgB,iIAUnB,CAAA;AAEV,eAAO,MAAM,qBAAqB,0YAiBxB,CAAA;AAEV,eAAO,MAAM,kBAAkB,mdAwBrB,CAAA;AAEV,eAAO,MAAM,gBAAgB,kOAenB,CAAA;AAEV,eAAO,MAAM,iBAAiB,8OAapB,CAAA;AAEV,eAAO,MAAM,mBAAmB,+YAqBtB,CAAA;AAEV,eAAO,MAAM,iBAAiB,mQAepB,CAAA;AAEV,eAAO,MAAM,oBAAoB,0GAOvB,CAAA;AAEV,eAAO,MAAM,UAAU,mEAAoE,CAAA;AAE3F,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;CAexB,CAAA;AAEV,MAAM,MAAM,yBAAyB,GAClC;IACA,IAAI,EAAE,mBAAmB,CAAA;IACzB,KAAK,EAAE,OAAO,qBAAqB,CAAC,YAAY,CAAA;IAChD,IAAI,EAAE,OAAO,CAAC,OAAO,gBAAgB,CAAC,CAAA;CACrC,GACD;IAAC,IAAI,EAAE,mBAAmB,CAAC;IAAC,KAAK,EAAE,OAAO,qBAAqB,CAAC,UAAU,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,OAAO,cAAc,CAAC,CAAA;CAAC,GACjH;IACA,IAAI,EAAE,mBAAmB,CAAA;IACzB,KAAK,EAAE,OAAO,qBAAqB,CAAC,iBAAiB,CAAA;IACrD,IAAI,EAAE,OAAO,CAAC,OAAO,qBAAqB,CAAC,CAAA;CAC1C,GACD;IAAC,IAAI,EAAE,mBAAmB,CAAC;IAAC,KAAK,EAAE,OAAO,qBAAqB,CAAC,OAAO,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAC,GAC3G;IAAC,IAAI,EAAE,mBAAmB,CAAC;IAAC,KAAK,EAAE,OAAO,qBAAqB,CAAC,OAAO,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAC,GAC3G;IACA,IAAI,EAAE,mBAAmB,CAAA;IACzB,KAAK,EAAE,OAAO,qBAAqB,CAAC,YAAY,CAAA;IAChD,IAAI,EAAE,OAAO,CAAC,OAAO,gBAAgB,CAAC,CAAA;CACrC,GACD;IACA,IAAI,EAAE,mBAAmB,CAAA;IACzB,KAAK,EAAE,OAAO,qBAAqB,CAAC,iBAAiB,CAAA;IACrD,IAAI,EAAE,OAAO,CAAC,OAAO,qBAAqB,CAAC,CAAA;CAC1C,GACD;IACA,IAAI,EAAE,mBAAmB,CAAA;IACzB,KAAK,EAAE,OAAO,qBAAqB,CAAC,cAAc,CAAA;IAClD,IAAI,EAAE,OAAO,CAAC,OAAO,kBAAkB,CAAC,CAAA;CACvC,GACD;IACA,IAAI,EAAE,mBAAmB,CAAA;IACzB,KAAK,EAAE,OAAO,qBAAqB,CAAC,YAAY,CAAA;IAChD,IAAI,EAAE,OAAO,CAAC,OAAO,gBAAgB,CAAC,CAAA;CACrC,GACD;IACA,IAAI,EAAE,mBAAmB,CAAA;IACzB,KAAK,EAAE,OAAO,qBAAqB,CAAC,aAAa,CAAA;IACjD,IAAI,EAAE,OAAO,CAAC,OAAO,iBAAiB,CAAC,CAAA;CACtC,GACD;IACA,IAAI,EAAE,mBAAmB,CAAA;IACzB,KAAK,EAAE,OAAO,qBAAqB,CAAC,eAAe,CAAA;IACnD,IAAI,EAAE,OAAO,CAAC,OAAO,mBAAmB,CAAC,CAAA;CACxC,GACD;IACA,IAAI,EAAE,mBAAmB,CAAA;IACzB,KAAK,EAAE,OAAO,qBAAqB,CAAC,aAAa,CAAA;IACjD,IAAI,EAAE,OAAO,CAAC,OAAO,iBAAiB,CAAC,CAAA;CACtC,GACD;IACA,IAAI,EAAE,mBAAmB,CAAA;IACzB,KAAK,EAAE,OAAO,qBAAqB,CAAC,gBAAgB,CAAA;IACpD,IAAI,EAAE,OAAO,CAAC,OAAO,oBAAoB,CAAC,CAAA;CACzC,GACD;IAAC,IAAI,EAAE,mBAAmB,CAAC;IAAC,KAAK,EAAE,OAAO,qBAAqB,CAAC,MAAM,CAAC;IAAC,IAAI,EAAE,OAAO,CAAC,OAAO,UAAU,CAAC,CAAA;CAAC,GACzG;IAAC,KAAK,EAAE,GAAG,CAAC;IAAC,IAAI,EAAE,GAAG,CAAA;CAAC,CAAA"}
@@ -1,11 +0,0 @@
1
- /**
2
- *
3
- * Image
4
- * @format
5
- *
6
- */
7
- import React from 'react';
8
- import type { PropsType } from './types';
9
- declare const Image: React.NamedExoticComponent<PropsType>;
10
- export default Image;
11
- //# sourceMappingURL=Image.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Image.d.ts","sourceRoot":"","sources":["../../../../../../src/component/AIA/atoms/Image/Image.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAa,MAAM,OAAO,CAAA;AAIjC,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,SAAS,CAAA;AAKtC,QAAA,MAAM,KAAK,uCAyCT,CAAA;AAEF,eAAe,KAAK,CAAA"}
@@ -1,2 +0,0 @@
1
- export { default } from './Image';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/component/AIA/atoms/Image/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAC,MAAM,SAAS,CAAA"}
@@ -1,15 +0,0 @@
1
- /**
2
- *
3
- * @format
4
- *
5
- */
6
- declare const ImageStyles: (border: any) => Readonly<{
7
- image: {
8
- flex: number;
9
- };
10
- imageCircle: {
11
- borderRadius: any;
12
- };
13
- }>;
14
- export default ImageStyles;
15
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/component/AIA/atoms/Image/styles/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH,QAAA,MAAM,WAAW,GAAG,WAAM;;;;;;;EAQvB,CAAA;AAEH,eAAe,WAAW,CAAA"}
@@ -1,98 +0,0 @@
1
- /**
2
- *
3
- * @format
4
- *
5
- */
6
- import { ImageStyle } from 'react-native';
7
- export type AspectRatioVariant = '1:1' | '3:1' | '3:2' | '4:3' | '16:9' | 'auto';
8
- type ImageVariant = 'circle' | 'square';
9
- export type ImageURISource = {
10
- uri?: string;
11
- body?: string;
12
- bundle?: string;
13
- cache?: 'default' | 'reload' | 'force-cache' | 'only-if-cached';
14
- headers?: {};
15
- height?: number;
16
- width?: number;
17
- method?: string;
18
- scale?: number;
19
- };
20
- export type ImageRequireSource = number;
21
- export type PropsType = {
22
- /**
23
- *
24
- * extra guidance on what will happen after interaction
25
- *
26
- */
27
- accessibilityHint?: string;
28
- /**
29
- *
30
- * voice over read this instead of visible text
31
- *
32
- */
33
- accessibilityLabel?: string;
34
- /**
35
- *
36
- * accessibilityValue
37
- *
38
- */
39
- accessibilityValue?: {
40
- [key: string]: number | string | boolean;
41
- };
42
- /**
43
- *
44
- * tells screen readers what type of element this is (button, link, header, image)
45
- *
46
- */
47
- accessibilityRole?: string;
48
- /**
49
- *
50
- * describe state { disable: true, selected: true, checked: true } etc
51
- *
52
- */
53
- accessibilityState?: object;
54
- /**
55
- *
56
- * marks component as accessible
57
- *
58
- */
59
- accessible?: boolean;
60
- /**
61
- *
62
- * image source
63
- *
64
- */
65
- source: ImageRequireSource | ImageURISource;
66
- /**
67
- *
68
- * extra style for image
69
- *
70
- */
71
- customStyle?: ImageStyle;
72
- /**
73
- *
74
- * image resize mode
75
- *
76
- */
77
- resizeMode?: 'center' | 'cover' | 'contain' | 'stretch' | 'repeat';
78
- /**
79
- *
80
- * option for aspect ratio
81
- *
82
- */
83
- aspectRatio?: AspectRatioVariant;
84
- /**
85
- *
86
- * image variant to be circle / square shape
87
- *
88
- */
89
- imageVariant?: ImageVariant;
90
- /**
91
- *
92
- * string id for test case
93
- *
94
- */
95
- testID?: string;
96
- };
97
- export {};
98
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/component/AIA/atoms/Image/types/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAA;AAEvC,MAAM,MAAM,kBAAkB,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,MAAM,GAAG,MAAM,CAAA;AAChF,KAAK,YAAY,GAAG,QAAQ,GAAG,QAAQ,CAAA;AAEvC,MAAM,MAAM,cAAc,GAAG;IAC5B,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,KAAK,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,aAAa,GAAG,gBAAgB,CAAA;IAC/D,OAAO,CAAC,EAAE,EAAE,CAAA;IACZ,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;CACd,CAAA;AACD,MAAM,MAAM,kBAAkB,GAAG,MAAM,CAAA;AAEvC,MAAM,MAAM,SAAS,GAAG;IACvB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B;;;;OAIG;IACH,kBAAkB,CAAC,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAA;KAAC,CAAA;IAC/D;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB;;;;OAIG;IACH,MAAM,EAAE,kBAAkB,GAAG,cAAc,CAAA;IAC3C;;;;OAIG;IACH,WAAW,CAAC,EAAE,UAAU,CAAA;IACxB;;;;OAIG;IACH,UAAU,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAA;IAClE;;;;OAIG;IACH,WAAW,CAAC,EAAE,kBAAkB,CAAA;IAChC;;;;OAIG;IACH,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;CACf,CAAA"}
@@ -1,10 +0,0 @@
1
- /**
2
- *
3
- * Rating
4
- * @format
5
- *
6
- */
7
- import type { PropsType } from './types';
8
- declare const Rating: (props: PropsType) => import("react/jsx-runtime").JSX.Element;
9
- export default Rating;
10
- //# sourceMappingURL=Rating.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Rating.d.ts","sourceRoot":"","sources":["../../../../../../src/component/AIA/atoms/Rating/Rating.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAiBH,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,SAAS,CAAA;AAMtC,QAAA,MAAM,MAAM,GAAI,OAAO,SAAS,4CA2P/B,CAAA;AAED,eAAe,MAAM,CAAA"}
@@ -1,22 +0,0 @@
1
- /**
2
- *
3
- * @format
4
- *
5
- */
6
- export declare const MAX = 5;
7
- export declare const RATING_ICON_GROUP = "rating";
8
- export declare const STAR_ICON_NAME = "star_rating";
9
- export declare const LIST_EMOJI: {
10
- default: {
11
- name: string;
12
- };
13
- active: {
14
- name: string;
15
- };
16
- }[];
17
- export declare const ICON_SIZE = 9;
18
- export declare const FULL_OPACITY = 1;
19
- export declare const EMOJI_HOVER_OPACITY = 0.6;
20
- export declare const STAR_HOVER_OPACITY = 0.5;
21
- export declare const MIN_NUMERIC_CELL_WIDTH = 28;
22
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/component/AIA/atoms/Rating/config/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,eAAO,MAAM,GAAG,IAAI,CAAA;AACpB,eAAO,MAAM,iBAAiB,WAAW,CAAA;AACzC,eAAO,MAAM,cAAc,gBAAgB,CAAA;AAC3C,eAAO,MAAM,UAAU;;;;;;;GAqBtB,CAAA;AACD,eAAO,MAAM,SAAS,IAAI,CAAA;AAC1B,eAAO,MAAM,YAAY,IAAI,CAAA;AAC7B,eAAO,MAAM,mBAAmB,MAAM,CAAA;AACtC,eAAO,MAAM,kBAAkB,MAAM,CAAA;AACrC,eAAO,MAAM,sBAAsB,KAAK,CAAA"}
@@ -1,2 +0,0 @@
1
- export { default } from './Rating';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/component/AIA/atoms/Rating/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAC,MAAM,UAAU,CAAA"}
@@ -1,54 +0,0 @@
1
- /**
2
- *
3
- * @format
4
- *
5
- */
6
- declare const RatingStyles: (colors: any, font: any, border: any, size: any, spacing: any) => Readonly<{
7
- rowContainer: {
8
- flexDirection: "row";
9
- };
10
- numericContainer: {
11
- backgroundColor: any;
12
- borderColor: any;
13
- borderWidth: any;
14
- borderRadius: any;
15
- alignItems: "center";
16
- justifyContent: "center";
17
- };
18
- holdingNotSelectedContainer: {
19
- backgroundColor: any;
20
- };
21
- holdingSelectedContainer: {
22
- backgroundColor: any;
23
- };
24
- selectedContainer: {
25
- backgroundColor: any;
26
- borderColor: any;
27
- };
28
- numericWrapper: {
29
- flexDirection: "column";
30
- marginHorizontal: number;
31
- };
32
- numericLabel: any;
33
- selectedNumberLabel: {
34
- color: any;
35
- };
36
- bottomTextSpacing: {
37
- marginTop: any;
38
- };
39
- bottomTextStyle: any;
40
- rightLabelStyle: {
41
- marginLeft: string;
42
- };
43
- numericRowContainer: {
44
- width: string;
45
- maxWidth: string;
46
- justifyContent: "center";
47
- };
48
- numericStyleContainer: {
49
- width: string;
50
- paddingHorizontal: number;
51
- };
52
- }>;
53
- export default RatingStyles;
54
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/component/AIA/atoms/Rating/styles/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH,QAAA,MAAM,YAAY,GAAI,WAAM,EAAE,SAAI,EAAE,WAAM,EAAE,SAAI,EAAE,YAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqDtD,CAAA;AAEH,eAAe,YAAY,CAAA"}