@mychoice/mychoice-sdk-modules 1.0.1 → 2.0.0

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 (311) hide show
  1. package/README.md +2 -2
  2. package/dist/cjs/index.js +3218 -2072
  3. package/dist/cjs/index.js.map +1 -1
  4. package/dist/cjs/init/AppConfig/AppConfig.d.ts +1 -1
  5. package/dist/cjs/init/AppConfig/interfaces.d.ts +1 -1
  6. package/dist/cjs/init/AppContainer/AppContainer.d.ts +1 -1
  7. package/dist/cjs/init/AppHeader/AppHeader.d.ts +1 -1
  8. package/dist/cjs/init/AppLoader/AppLoader.d.ts +1 -1
  9. package/dist/cjs/init/AppModal/AppModal.d.ts +1 -1
  10. package/dist/cjs/init/AppModal/interfaces.d.ts +2 -2
  11. package/dist/cjs/init/AppRouterListener/AppRouterListener.d.ts +1 -1
  12. package/dist/cjs/init/AppRoutes/AppRoutes.d.ts +1 -1
  13. package/dist/cjs/init/AppRoutes/BrokerKeys.d.ts +1 -1
  14. package/dist/cjs/init/AppRoutes/routeTypes/RouteWrapperPrivate.d.ts +1 -1
  15. package/dist/cjs/init/AppRoutes/routeTypes/RouteWrapperPublic.d.ts +1 -1
  16. package/dist/cjs/init/AppRoutes/routeTypes/RouteWrapperRestricted.d.ts +1 -1
  17. package/dist/cjs/init/AppTitle/AppTitle.d.ts +6 -0
  18. package/dist/cjs/init/AppTitle/MetaFields.d.ts +5 -0
  19. package/dist/cjs/init/AppTitle/index.d.ts +1 -0
  20. package/dist/cjs/init/AppWrapper/AppWrapper.d.ts +1 -1
  21. package/dist/cjs/init/AppWrapper/interfaces.d.ts +1 -1
  22. package/dist/cjs/init/StoryAppWrapper/StoryAppWrapper.d.ts +1 -1
  23. package/dist/cjs/init/StoryAppWrapper/interfaces.d.ts +1 -1
  24. package/dist/cjs/init/helper.d.ts +2 -2
  25. package/dist/cjs/init/index.d.ts +0 -1
  26. package/dist/cjs/insurances/car/pages/discount/PageDiscount.d.ts +1 -1
  27. package/dist/cjs/insurances/car/pages/discount/helpers.d.ts +15 -1
  28. package/dist/cjs/insurances/car/pages/discount/sections/SectionDiscountInfo.d.ts +1 -1
  29. package/dist/cjs/insurances/car/pages/discount/sections/blocks/BlockNextPageInfo.d.ts +1 -1
  30. package/dist/cjs/insurances/car/pages/discount/sections/blocks/BlockSubmit.d.ts +1 -1
  31. package/dist/cjs/insurances/car/pages/discount/sections/blocks/BlockVehLinks.d.ts +1 -1
  32. package/dist/cjs/insurances/car/pages/discount/sections/blocks/interfaces.d.ts +1 -1
  33. package/dist/cjs/insurances/car/pages/driver/PageDriver.d.ts +1 -1
  34. package/dist/cjs/insurances/car/pages/driver/TabDriver.d.ts +1 -1
  35. package/dist/cjs/insurances/car/pages/driver/helpers.d.ts +5 -0
  36. package/dist/cjs/insurances/car/pages/driver/sections/SectionDriverCancellation/SectionDriverCancellation.d.ts +1 -1
  37. package/dist/cjs/insurances/car/pages/driver/sections/SectionDriverHistory/SectionDriverHistory.d.ts +1 -1
  38. package/dist/cjs/insurances/car/pages/driver/sections/SectionDriverHistory/blocks/BlockDriverAccident.d.ts +1 -1
  39. package/dist/cjs/insurances/car/pages/driver/sections/SectionDriverHistory/blocks/BlockDriverSuspension.d.ts +1 -1
  40. package/dist/cjs/insurances/car/pages/driver/sections/SectionDriverHistory/blocks/BlockDriverTicket.d.ts +1 -1
  41. package/dist/cjs/insurances/car/pages/driver/sections/SectionDriverInfo/SectionDriverInfo.d.ts +1 -1
  42. package/dist/cjs/insurances/car/pages/driver/sections/SectionDriverInsurancePolicy/SectionDriverInsurancePolicy.d.ts +1 -1
  43. package/dist/cjs/insurances/car/pages/driver/sections/SectionDriverLicence/SectionDriverLicence.d.ts +1 -1
  44. package/dist/cjs/insurances/car/pages/helpers.d.ts +2 -2
  45. package/dist/cjs/insurances/car/pages/index.d.ts +0 -1
  46. package/dist/cjs/insurances/car/pages/interfaces.d.ts +1 -1
  47. package/dist/cjs/insurances/car/pages/quote/PageQuote.d.ts +2 -2
  48. package/dist/cjs/insurances/car/pages/quote/index.d.ts +1 -1
  49. package/dist/cjs/insurances/car/pages/quote/sections/SectionQuoteEdit.d.ts +1 -1
  50. package/dist/cjs/insurances/car/pages/quote/sections/SectionQuoteRecalc.d.ts +1 -1
  51. package/dist/cjs/insurances/car/pages/quote/sections/SplashScreen.d.ts +1 -1
  52. package/dist/cjs/insurances/car/pages/quote/sections/blocks/BlockEndorsements.d.ts +1 -1
  53. package/dist/cjs/insurances/car/pages/vehicle/PageVehicle.d.ts +1 -1
  54. package/dist/cjs/insurances/car/pages/vehicle/TabVehicle.d.ts +1 -1
  55. package/dist/cjs/insurances/car/pages/vehicle/helpers.d.ts +1 -1
  56. package/dist/cjs/insurances/car/pages/vehicle/sections/SectionCoverage.d.ts +1 -1
  57. package/dist/cjs/insurances/car/pages/vehicle/sections/SectionMain.d.ts +1 -1
  58. package/dist/cjs/insurances/car/pages/vehicle/sections/blocks/BlockCarConditionInfo.d.ts +1 -1
  59. package/dist/cjs/insurances/car/pages/vehicle/sections/blocks/BlockCarInfo.d.ts +1 -1
  60. package/dist/cjs/insurances/helpers.d.ts +3 -3
  61. package/dist/cjs/insurances/home/pages/address/PageAddress.d.ts +1 -1
  62. package/dist/cjs/insurances/home/pages/address/sections/SectionAddress.d.ts +1 -1
  63. package/dist/cjs/insurances/home/pages/address/sections/blocks/BlockAddressInfo.d.ts +1 -1
  64. package/dist/cjs/insurances/home/pages/applicant/PageApplicant.d.ts +1 -1
  65. package/dist/cjs/insurances/home/pages/applicant/sections/SectionApplicantCancellation/SectionApplicantCancellation.d.ts +1 -1
  66. package/dist/cjs/insurances/home/pages/applicant/sections/SectionApplicantClaim/SectionApplicantClaim.d.ts +1 -1
  67. package/dist/cjs/insurances/home/pages/applicant/sections/SectionApplicantInfo/SectionApplicantInfo.d.ts +1 -1
  68. package/dist/cjs/insurances/home/pages/applicant/sections/SectionApplicantInsurancePolicy/SectionApplicantInsurancePolicy.d.ts +1 -1
  69. package/dist/cjs/insurances/home/pages/discount/PageDiscount.d.ts +1 -1
  70. package/dist/cjs/insurances/home/pages/discount/sections/SectionDiscountInfo.d.ts +1 -1
  71. package/dist/cjs/insurances/home/pages/discount/sections/blocks/BlockDwellingInfo.d.ts +1 -1
  72. package/dist/cjs/insurances/home/pages/discount/sections/blocks/BlockNextPageInfo.d.ts +1 -1
  73. package/dist/cjs/insurances/home/pages/discount/sections/blocks/BlockSubmit.d.ts +1 -1
  74. package/dist/cjs/insurances/home/pages/discount/sections/blocks/interfaces.d.ts +1 -1
  75. package/dist/cjs/insurances/home/pages/dwelling/PageProperty.d.ts +1 -1
  76. package/dist/cjs/insurances/home/pages/dwelling/helpers.d.ts +1 -1
  77. package/dist/cjs/insurances/home/pages/dwelling/sections/SectionDwelling.d.ts +1 -1
  78. package/dist/cjs/insurances/home/pages/index.d.ts +1 -0
  79. package/dist/cjs/insurances/home/pages/quote/PageQuote.d.ts +2 -0
  80. package/dist/cjs/insurances/home/pages/quote/index.d.ts +1 -0
  81. package/dist/cjs/insurances/home/pages/quote/sections/SectionQuoteEdit.d.ts +2 -0
  82. package/dist/cjs/insurances/home/pages/quote/sections/SectionQuoteRecalc.d.ts +2 -0
  83. package/dist/cjs/insurances/home/pages/quote/sections/SplashScreen.d.ts +2 -0
  84. package/dist/cjs/insurances/home/pages/quote/sections/blocks/BlockEndorsements.d.ts +3 -0
  85. package/dist/cjs/insurances/home/pages/quote/sections/index.d.ts +2 -0
  86. package/dist/cjs/insurances/index.d.ts +1 -0
  87. package/dist/cjs/insurances/life/index.d.ts +1 -0
  88. package/dist/cjs/insurances/life/pages/applicant/PageApplicant.d.ts +2 -0
  89. package/dist/cjs/insurances/life/pages/applicant/index.d.ts +1 -0
  90. package/dist/cjs/insurances/life/pages/applicant/sections/SectionApplicant.d.ts +2 -0
  91. package/dist/cjs/insurances/life/pages/applicant/sections/blocks/BlockNextPageInfo.d.ts +2 -0
  92. package/dist/cjs/insurances/life/pages/applicant/sections/blocks/BlockSubmit.d.ts +3 -0
  93. package/dist/cjs/insurances/life/pages/applicant/sections/blocks/index.d.ts +2 -0
  94. package/dist/cjs/insurances/life/pages/applicant/sections/blocks/interfaces.d.ts +7 -0
  95. package/dist/cjs/insurances/life/pages/applicant/sections/index.d.ts +1 -0
  96. package/dist/cjs/insurances/life/pages/coverage/PageCoverage.d.ts +2 -0
  97. package/dist/cjs/insurances/life/pages/coverage/index.d.ts +1 -0
  98. package/dist/cjs/insurances/life/pages/coverage/sections/SectionCoverage.d.ts +2 -0
  99. package/dist/cjs/insurances/life/pages/coverage/sections/index.d.ts +1 -0
  100. package/dist/cjs/insurances/life/pages/helpers.d.ts +4 -0
  101. package/dist/cjs/insurances/life/pages/index.d.ts +3 -0
  102. package/dist/cjs/insurances/life/pages/quote/PageQuote.d.ts +2 -0
  103. package/dist/cjs/insurances/life/pages/quote/index.d.ts +1 -0
  104. package/dist/cjs/insurances/life/pages/quote/sections/SectionQuoteEdit.d.ts +2 -0
  105. package/dist/cjs/insurances/life/pages/quote/sections/SectionQuoteRecalc.d.ts +2 -0
  106. package/dist/cjs/insurances/life/pages/quote/sections/SplashScreen.d.ts +2 -0
  107. package/dist/cjs/insurances/life/pages/quote/sections/blocks/BlockEndorsements.d.ts +3 -0
  108. package/dist/cjs/insurances/life/pages/quote/sections/index.d.ts +1 -0
  109. package/dist/cjs/shared/boxes/Container/Container.d.ts +1 -1
  110. package/dist/cjs/shared/boxes/Container/interface.d.ts +2 -2
  111. package/dist/cjs/shared/boxes/DateSelectFormBox/DateSelectFormBox.d.ts +1 -1
  112. package/dist/cjs/shared/boxes/DateSelectFormBox/interface.d.ts +3 -3
  113. package/dist/cjs/shared/boxes/InputFormBox/InputFormBox.d.ts +1 -1
  114. package/dist/cjs/shared/boxes/InputFormBox/InputFormEmailBox.d.ts +1 -1
  115. package/dist/cjs/shared/boxes/InputFormBox/InputFormLicenceBox.d.ts +1 -1
  116. package/dist/cjs/shared/boxes/InputFormBox/InputFormPhoneBox.d.ts +1 -1
  117. package/dist/cjs/shared/boxes/InputFormBox/interface.d.ts +4 -3
  118. package/dist/cjs/shared/boxes/LabelFormBox/LabelFormBox.d.ts +1 -1
  119. package/dist/cjs/shared/boxes/LabelFormBox/interface.d.ts +3 -2
  120. package/dist/cjs/shared/boxes/SelectFormBox/SelectFormBox.d.ts +1 -1
  121. package/dist/cjs/shared/boxes/SelectFormBox/interface.d.ts +2 -2
  122. package/dist/cjs/shared/boxes/SwitchButtonBox/SwitchButtonBox.d.ts +1 -1
  123. package/dist/cjs/shared/boxes/SwitchButtonBox/interface.d.ts +2 -2
  124. package/dist/cjs/shared/headers/HeaderDesktop/Mychoice.d.ts +1 -1
  125. package/dist/cjs/shared/headers/HeaderDesktop/Partner.d.ts +1 -1
  126. package/dist/cjs/shared/headers/HeaderDesktop/TheBig.d.ts +1 -1
  127. package/dist/cjs/shared/headers/HeaderMobile/MyChoice.d.ts +1 -1
  128. package/dist/cjs/shared/headers/constants.d.ts +1 -1
  129. package/dist/cjs/shared/headers/interfaces.d.ts +4 -4
  130. package/dist/cjs/shared/loaders/LoaderPrimary/LoaderPrimary.d.ts +1 -1
  131. package/dist/cjs/shared/modals/ModalAddress/ModalAddress.d.ts +2 -0
  132. package/dist/cjs/shared/modals/ModalAddress/index.d.ts +1 -0
  133. package/dist/cjs/shared/modals/ModalConfirm/ModalConfirm.d.ts +1 -1
  134. package/dist/cjs/shared/modals/ModalFinale/ModalFinale.d.ts +1 -1
  135. package/dist/cjs/shared/modals/ModalMessage/ModalMessage.d.ts +1 -1
  136. package/dist/cjs/shared/modals/ModalPostal/ModalPostal.d.ts +2 -3
  137. package/dist/cjs/shared/modals/ModalQuoteRequest/ModalQuoteRequest.d.ts +1 -1
  138. package/dist/cjs/shared/modals/index.d.ts +1 -0
  139. package/dist/cjs/shared/modals/interfaces.d.ts +6 -6
  140. package/dist/cjs/shared/navigations/NavigationBottom/NavigationBottom.d.ts +1 -1
  141. package/dist/cjs/shared/navigations/NavigationBottom/NavigationBottomTheBig.d.ts +1 -1
  142. package/dist/cjs/shared/navigations/NavigationTab/NavigationTab.d.ts +1 -1
  143. package/dist/cjs/shared/navigations/NavigationTab/NavigationTabMobile.d.ts +1 -1
  144. package/dist/cjs/shared/navigations/NavigationTab/interface.d.ts +1 -1
  145. package/dist/cjs/shared/navigations/NavigationTop/NavigationTop.d.ts +1 -1
  146. package/dist/cjs/shared/navigations/NavigationTop/components/ButtonsBox.d.ts +1 -1
  147. package/dist/cjs/shared/navigations/NavigationTop/components/PostalCodeDataBox.d.ts +1 -1
  148. package/dist/cjs/shared/navigations/NavigationTop/components/StepsBox.d.ts +1 -1
  149. package/dist/cjs/shared/navigations/NavigationTop/components/interface.d.ts +1 -0
  150. package/dist/cjs/shared/navigations/constants/insuranceSteps.d.ts +65 -5
  151. package/dist/cjs/shared/navigations/interfaces.d.ts +12 -6
  152. package/dist/cjs/shared/sections/quotes/OfferSection/OfferSection.d.ts +1 -1
  153. package/dist/cjs/shared/sections/quotes/interfaces.d.ts +3 -2
  154. package/dist/esm/index.js +3207 -2061
  155. package/dist/esm/index.js.map +1 -1
  156. package/dist/esm/init/AppConfig/AppConfig.d.ts +1 -1
  157. package/dist/esm/init/AppConfig/interfaces.d.ts +1 -1
  158. package/dist/esm/init/AppContainer/AppContainer.d.ts +1 -1
  159. package/dist/esm/init/AppHeader/AppHeader.d.ts +1 -1
  160. package/dist/esm/init/AppLoader/AppLoader.d.ts +1 -1
  161. package/dist/esm/init/AppModal/AppModal.d.ts +1 -1
  162. package/dist/esm/init/AppModal/interfaces.d.ts +2 -2
  163. package/dist/esm/init/AppRouterListener/AppRouterListener.d.ts +1 -1
  164. package/dist/esm/init/AppRoutes/AppRoutes.d.ts +1 -1
  165. package/dist/esm/init/AppRoutes/BrokerKeys.d.ts +1 -1
  166. package/dist/esm/init/AppRoutes/routeTypes/RouteWrapperPrivate.d.ts +1 -1
  167. package/dist/esm/init/AppRoutes/routeTypes/RouteWrapperPublic.d.ts +1 -1
  168. package/dist/esm/init/AppRoutes/routeTypes/RouteWrapperRestricted.d.ts +1 -1
  169. package/dist/esm/init/AppTitle/AppTitle.d.ts +6 -0
  170. package/dist/esm/init/AppTitle/MetaFields.d.ts +5 -0
  171. package/dist/esm/init/AppTitle/index.d.ts +1 -0
  172. package/dist/esm/init/AppWrapper/AppWrapper.d.ts +1 -1
  173. package/dist/esm/init/AppWrapper/interfaces.d.ts +1 -1
  174. package/dist/esm/init/StoryAppWrapper/StoryAppWrapper.d.ts +1 -1
  175. package/dist/esm/init/StoryAppWrapper/interfaces.d.ts +1 -1
  176. package/dist/esm/init/helper.d.ts +2 -2
  177. package/dist/esm/init/index.d.ts +0 -1
  178. package/dist/esm/insurances/car/pages/discount/PageDiscount.d.ts +1 -1
  179. package/dist/esm/insurances/car/pages/discount/helpers.d.ts +15 -1
  180. package/dist/esm/insurances/car/pages/discount/sections/SectionDiscountInfo.d.ts +1 -1
  181. package/dist/esm/insurances/car/pages/discount/sections/blocks/BlockNextPageInfo.d.ts +1 -1
  182. package/dist/esm/insurances/car/pages/discount/sections/blocks/BlockSubmit.d.ts +1 -1
  183. package/dist/esm/insurances/car/pages/discount/sections/blocks/BlockVehLinks.d.ts +1 -1
  184. package/dist/esm/insurances/car/pages/discount/sections/blocks/interfaces.d.ts +1 -1
  185. package/dist/esm/insurances/car/pages/driver/PageDriver.d.ts +1 -1
  186. package/dist/esm/insurances/car/pages/driver/TabDriver.d.ts +1 -1
  187. package/dist/esm/insurances/car/pages/driver/helpers.d.ts +5 -0
  188. package/dist/esm/insurances/car/pages/driver/sections/SectionDriverCancellation/SectionDriverCancellation.d.ts +1 -1
  189. package/dist/esm/insurances/car/pages/driver/sections/SectionDriverHistory/SectionDriverHistory.d.ts +1 -1
  190. package/dist/esm/insurances/car/pages/driver/sections/SectionDriverHistory/blocks/BlockDriverAccident.d.ts +1 -1
  191. package/dist/esm/insurances/car/pages/driver/sections/SectionDriverHistory/blocks/BlockDriverSuspension.d.ts +1 -1
  192. package/dist/esm/insurances/car/pages/driver/sections/SectionDriverHistory/blocks/BlockDriverTicket.d.ts +1 -1
  193. package/dist/esm/insurances/car/pages/driver/sections/SectionDriverInfo/SectionDriverInfo.d.ts +1 -1
  194. package/dist/esm/insurances/car/pages/driver/sections/SectionDriverInsurancePolicy/SectionDriverInsurancePolicy.d.ts +1 -1
  195. package/dist/esm/insurances/car/pages/driver/sections/SectionDriverLicence/SectionDriverLicence.d.ts +1 -1
  196. package/dist/esm/insurances/car/pages/helpers.d.ts +2 -2
  197. package/dist/esm/insurances/car/pages/index.d.ts +0 -1
  198. package/dist/esm/insurances/car/pages/interfaces.d.ts +1 -1
  199. package/dist/esm/insurances/car/pages/quote/PageQuote.d.ts +2 -2
  200. package/dist/esm/insurances/car/pages/quote/index.d.ts +1 -1
  201. package/dist/esm/insurances/car/pages/quote/sections/SectionQuoteEdit.d.ts +1 -1
  202. package/dist/esm/insurances/car/pages/quote/sections/SectionQuoteRecalc.d.ts +1 -1
  203. package/dist/esm/insurances/car/pages/quote/sections/SplashScreen.d.ts +1 -1
  204. package/dist/esm/insurances/car/pages/quote/sections/blocks/BlockEndorsements.d.ts +1 -1
  205. package/dist/esm/insurances/car/pages/vehicle/PageVehicle.d.ts +1 -1
  206. package/dist/esm/insurances/car/pages/vehicle/TabVehicle.d.ts +1 -1
  207. package/dist/esm/insurances/car/pages/vehicle/helpers.d.ts +1 -1
  208. package/dist/esm/insurances/car/pages/vehicle/sections/SectionCoverage.d.ts +1 -1
  209. package/dist/esm/insurances/car/pages/vehicle/sections/SectionMain.d.ts +1 -1
  210. package/dist/esm/insurances/car/pages/vehicle/sections/blocks/BlockCarConditionInfo.d.ts +1 -1
  211. package/dist/esm/insurances/car/pages/vehicle/sections/blocks/BlockCarInfo.d.ts +1 -1
  212. package/dist/esm/insurances/helpers.d.ts +3 -3
  213. package/dist/esm/insurances/home/pages/address/PageAddress.d.ts +1 -1
  214. package/dist/esm/insurances/home/pages/address/sections/SectionAddress.d.ts +1 -1
  215. package/dist/esm/insurances/home/pages/address/sections/blocks/BlockAddressInfo.d.ts +1 -1
  216. package/dist/esm/insurances/home/pages/applicant/PageApplicant.d.ts +1 -1
  217. package/dist/esm/insurances/home/pages/applicant/sections/SectionApplicantCancellation/SectionApplicantCancellation.d.ts +1 -1
  218. package/dist/esm/insurances/home/pages/applicant/sections/SectionApplicantClaim/SectionApplicantClaim.d.ts +1 -1
  219. package/dist/esm/insurances/home/pages/applicant/sections/SectionApplicantInfo/SectionApplicantInfo.d.ts +1 -1
  220. package/dist/esm/insurances/home/pages/applicant/sections/SectionApplicantInsurancePolicy/SectionApplicantInsurancePolicy.d.ts +1 -1
  221. package/dist/esm/insurances/home/pages/discount/PageDiscount.d.ts +1 -1
  222. package/dist/esm/insurances/home/pages/discount/sections/SectionDiscountInfo.d.ts +1 -1
  223. package/dist/esm/insurances/home/pages/discount/sections/blocks/BlockDwellingInfo.d.ts +1 -1
  224. package/dist/esm/insurances/home/pages/discount/sections/blocks/BlockNextPageInfo.d.ts +1 -1
  225. package/dist/esm/insurances/home/pages/discount/sections/blocks/BlockSubmit.d.ts +1 -1
  226. package/dist/esm/insurances/home/pages/discount/sections/blocks/interfaces.d.ts +1 -1
  227. package/dist/esm/insurances/home/pages/dwelling/PageProperty.d.ts +1 -1
  228. package/dist/esm/insurances/home/pages/dwelling/helpers.d.ts +1 -1
  229. package/dist/esm/insurances/home/pages/dwelling/sections/SectionDwelling.d.ts +1 -1
  230. package/dist/esm/insurances/home/pages/index.d.ts +1 -0
  231. package/dist/esm/insurances/home/pages/quote/PageQuote.d.ts +2 -0
  232. package/dist/esm/insurances/home/pages/quote/index.d.ts +1 -0
  233. package/dist/esm/insurances/home/pages/quote/sections/SectionQuoteEdit.d.ts +2 -0
  234. package/dist/esm/insurances/home/pages/quote/sections/SectionQuoteRecalc.d.ts +2 -0
  235. package/dist/esm/insurances/home/pages/quote/sections/SplashScreen.d.ts +2 -0
  236. package/dist/esm/insurances/home/pages/quote/sections/blocks/BlockEndorsements.d.ts +3 -0
  237. package/dist/esm/insurances/home/pages/quote/sections/index.d.ts +2 -0
  238. package/dist/esm/insurances/index.d.ts +1 -0
  239. package/dist/esm/insurances/life/index.d.ts +1 -0
  240. package/dist/esm/insurances/life/pages/applicant/PageApplicant.d.ts +2 -0
  241. package/dist/esm/insurances/life/pages/applicant/index.d.ts +1 -0
  242. package/dist/esm/insurances/life/pages/applicant/sections/SectionApplicant.d.ts +2 -0
  243. package/dist/esm/insurances/life/pages/applicant/sections/blocks/BlockNextPageInfo.d.ts +2 -0
  244. package/dist/esm/insurances/life/pages/applicant/sections/blocks/BlockSubmit.d.ts +3 -0
  245. package/dist/esm/insurances/life/pages/applicant/sections/blocks/index.d.ts +2 -0
  246. package/dist/esm/insurances/life/pages/applicant/sections/blocks/interfaces.d.ts +7 -0
  247. package/dist/esm/insurances/life/pages/applicant/sections/index.d.ts +1 -0
  248. package/dist/esm/insurances/life/pages/coverage/PageCoverage.d.ts +2 -0
  249. package/dist/esm/insurances/life/pages/coverage/index.d.ts +1 -0
  250. package/dist/esm/insurances/life/pages/coverage/sections/SectionCoverage.d.ts +2 -0
  251. package/dist/esm/insurances/life/pages/coverage/sections/index.d.ts +1 -0
  252. package/dist/esm/insurances/life/pages/helpers.d.ts +4 -0
  253. package/dist/esm/insurances/life/pages/index.d.ts +3 -0
  254. package/dist/esm/insurances/life/pages/quote/PageQuote.d.ts +2 -0
  255. package/dist/esm/insurances/life/pages/quote/index.d.ts +1 -0
  256. package/dist/esm/insurances/life/pages/quote/sections/SectionQuoteEdit.d.ts +2 -0
  257. package/dist/esm/insurances/life/pages/quote/sections/SectionQuoteRecalc.d.ts +2 -0
  258. package/dist/esm/insurances/life/pages/quote/sections/SplashScreen.d.ts +2 -0
  259. package/dist/esm/insurances/life/pages/quote/sections/blocks/BlockEndorsements.d.ts +3 -0
  260. package/dist/esm/insurances/life/pages/quote/sections/index.d.ts +1 -0
  261. package/dist/esm/shared/boxes/Container/Container.d.ts +1 -1
  262. package/dist/esm/shared/boxes/Container/interface.d.ts +2 -2
  263. package/dist/esm/shared/boxes/DateSelectFormBox/DateSelectFormBox.d.ts +1 -1
  264. package/dist/esm/shared/boxes/DateSelectFormBox/interface.d.ts +3 -3
  265. package/dist/esm/shared/boxes/InputFormBox/InputFormBox.d.ts +1 -1
  266. package/dist/esm/shared/boxes/InputFormBox/InputFormEmailBox.d.ts +1 -1
  267. package/dist/esm/shared/boxes/InputFormBox/InputFormLicenceBox.d.ts +1 -1
  268. package/dist/esm/shared/boxes/InputFormBox/InputFormPhoneBox.d.ts +1 -1
  269. package/dist/esm/shared/boxes/InputFormBox/interface.d.ts +4 -3
  270. package/dist/esm/shared/boxes/LabelFormBox/LabelFormBox.d.ts +1 -1
  271. package/dist/esm/shared/boxes/LabelFormBox/interface.d.ts +3 -2
  272. package/dist/esm/shared/boxes/SelectFormBox/SelectFormBox.d.ts +1 -1
  273. package/dist/esm/shared/boxes/SelectFormBox/interface.d.ts +2 -2
  274. package/dist/esm/shared/boxes/SwitchButtonBox/SwitchButtonBox.d.ts +1 -1
  275. package/dist/esm/shared/boxes/SwitchButtonBox/interface.d.ts +2 -2
  276. package/dist/esm/shared/headers/HeaderDesktop/Mychoice.d.ts +1 -1
  277. package/dist/esm/shared/headers/HeaderDesktop/Partner.d.ts +1 -1
  278. package/dist/esm/shared/headers/HeaderDesktop/TheBig.d.ts +1 -1
  279. package/dist/esm/shared/headers/HeaderMobile/MyChoice.d.ts +1 -1
  280. package/dist/esm/shared/headers/constants.d.ts +1 -1
  281. package/dist/esm/shared/headers/interfaces.d.ts +4 -4
  282. package/dist/esm/shared/loaders/LoaderPrimary/LoaderPrimary.d.ts +1 -1
  283. package/dist/esm/shared/modals/ModalAddress/ModalAddress.d.ts +2 -0
  284. package/dist/esm/shared/modals/ModalAddress/index.d.ts +1 -0
  285. package/dist/esm/shared/modals/ModalConfirm/ModalConfirm.d.ts +1 -1
  286. package/dist/esm/shared/modals/ModalFinale/ModalFinale.d.ts +1 -1
  287. package/dist/esm/shared/modals/ModalMessage/ModalMessage.d.ts +1 -1
  288. package/dist/esm/shared/modals/ModalPostal/ModalPostal.d.ts +2 -3
  289. package/dist/esm/shared/modals/ModalQuoteRequest/ModalQuoteRequest.d.ts +1 -1
  290. package/dist/esm/shared/modals/index.d.ts +1 -0
  291. package/dist/esm/shared/modals/interfaces.d.ts +6 -6
  292. package/dist/esm/shared/navigations/NavigationBottom/NavigationBottom.d.ts +1 -1
  293. package/dist/esm/shared/navigations/NavigationBottom/NavigationBottomTheBig.d.ts +1 -1
  294. package/dist/esm/shared/navigations/NavigationTab/NavigationTab.d.ts +1 -1
  295. package/dist/esm/shared/navigations/NavigationTab/NavigationTabMobile.d.ts +1 -1
  296. package/dist/esm/shared/navigations/NavigationTab/interface.d.ts +1 -1
  297. package/dist/esm/shared/navigations/NavigationTop/NavigationTop.d.ts +1 -1
  298. package/dist/esm/shared/navigations/NavigationTop/components/ButtonsBox.d.ts +1 -1
  299. package/dist/esm/shared/navigations/NavigationTop/components/PostalCodeDataBox.d.ts +1 -1
  300. package/dist/esm/shared/navigations/NavigationTop/components/StepsBox.d.ts +1 -1
  301. package/dist/esm/shared/navigations/NavigationTop/components/interface.d.ts +1 -0
  302. package/dist/esm/shared/navigations/constants/insuranceSteps.d.ts +65 -5
  303. package/dist/esm/shared/navigations/interfaces.d.ts +12 -6
  304. package/dist/esm/shared/sections/quotes/OfferSection/OfferSection.d.ts +1 -1
  305. package/dist/esm/shared/sections/quotes/interfaces.d.ts +3 -2
  306. package/dist/index.d.ts +114 -52
  307. package/package.json +8 -5
  308. package/dist/images/logotype-mychoice-primary.png +0 -0
  309. package/dist/images/logotype-thebig-primary.png +0 -0
  310. package/dist/images/pigLoader.mp4 +0 -0
  311. package/dist/images/powered-by-mychoice.png +0 -0
@@ -1,4 +1,4 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  import 'react-phone-input-2/lib/style.css';
3
3
  import { AppConfigPropsInterface } from './interfaces';
4
4
  export declare const AppConfig: SdkFC<AppConfigPropsInterface>;
@@ -1,4 +1,4 @@
1
- import { AppTypes, InsuranceTypes } from '@mychoice/mychoice-sdk-components';
1
+ import { AppTypes, InsuranceTypes } from '@groksmith/mychoice-sdk-components';
2
2
  export interface AppConfigPropsInterface {
3
3
  appType: AppTypes;
4
4
  insuranceType?: InsuranceTypes;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const AppContainer: SdkFC;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const AppHeader: SdkFC;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const AppLoader: SdkFC;
@@ -1,2 +1,2 @@
1
- import { SdkElement } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkElement } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const AppModal: () => SdkElement;
@@ -1,4 +1,4 @@
1
- import { InsuranceTypes } from '@mychoice/mychoice-sdk-components';
2
- export declare type InsuranceModalType = {
1
+ import { InsuranceTypes } from '@groksmith/mychoice-sdk-components';
2
+ export type InsuranceModalType = {
3
3
  insuranceType?: InsuranceTypes;
4
4
  };
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const AppRouterListener: SdkFC;
@@ -1,3 +1,3 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  import { AppWrapperPropsInterface } from '../AppWrapper/interfaces';
3
3
  export declare const AppRoutes: SdkFC<AppWrapperPropsInterface>;
@@ -1,4 +1,4 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  interface BrokerKeysInterface {
3
3
  redirectURL: string;
4
4
  }
@@ -1,3 +1,3 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  import { DefaultRouteProps } from './interface';
3
3
  export declare const RouteWrapperPrivate: SdkFC<DefaultRouteProps>;
@@ -1,3 +1,3 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  import { DefaultRouteProps } from './interface';
3
3
  export declare const RouteWrapperPublic: SdkFC<DefaultRouteProps>;
@@ -1,3 +1,3 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  import { DefaultRouteProps } from './interface';
3
3
  export declare const RouteWrapperRestricted: SdkFC<DefaultRouteProps>;
@@ -0,0 +1,6 @@
1
+ import { AppTypes, SdkFC, InsuranceTypes } from '@groksmith/mychoice-sdk-components';
2
+ export interface AppTitlePropsInterface {
3
+ appType: AppTypes;
4
+ insuranceType: InsuranceTypes;
5
+ }
6
+ export declare const AppTitle: SdkFC<AppTitlePropsInterface>;
@@ -0,0 +1,5 @@
1
+ declare const MetaFields: ({ title, desc }: {
2
+ title: string;
3
+ desc: string;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default MetaFields;
@@ -0,0 +1 @@
1
+ export { AppTitle } from './AppTitle';
@@ -1,3 +1,3 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  import { AppWrapperPropsInterface } from './interfaces';
3
3
  export declare const AppWrapper: SdkFC<AppWrapperPropsInterface>;
@@ -1,4 +1,4 @@
1
- import { AppTypes, InsuranceTypes } from '@mychoice/mychoice-sdk-components';
1
+ import { AppTypes, InsuranceTypes } from '@groksmith/mychoice-sdk-components';
2
2
  export interface AppWrapperPropsInterface {
3
3
  appType?: AppTypes;
4
4
  insuranceType?: InsuranceTypes;
@@ -1,3 +1,3 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  import { StoryAppWrapperInterface } from './interfaces';
3
3
  export declare const StoryAppWrapper: SdkFC<StoryAppWrapperInterface>;
@@ -1,4 +1,4 @@
1
- import { AppTypes } from '@mychoice/mychoice-sdk-components';
1
+ import { AppTypes } from '@groksmith/mychoice-sdk-components';
2
2
  export interface StoryAppWrapperInterface {
3
3
  appType?: AppTypes;
4
4
  }
@@ -1,2 +1,2 @@
1
- import { InsuranceTypes } from '@mychoice/mychoice-sdk-components';
2
- export declare const getInsuranceType: () => InsuranceTypes.Car | InsuranceTypes.Home;
1
+ import { InsuranceTypes } from '@groksmith/mychoice-sdk-components';
2
+ export declare const getInsuranceType: () => InsuranceTypes;
@@ -1,3 +1,2 @@
1
1
  export { AppWrapper } from './AppWrapper';
2
2
  export { StoryAppWrapper } from './StoryAppWrapper';
3
- export * from './helper';
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const PageCarDiscount: SdkFC;
@@ -1,2 +1,16 @@
1
- import { SelectOptionInterface } from '@mychoice/mychoice-sdk-components';
1
+ import { SelectOptionInterface } from '@groksmith/mychoice-sdk-components';
2
+ import { ProvinceHookInterface } from '@groksmith/mychoice-sdk-store';
2
3
  export declare const getVehicleYearRange: () => SelectOptionInterface[];
4
+ export declare const getDynamicLicenceBoxProps: ({ isAlbertaProvince, isOntarioProvince, isNewfoundlandProvince, isNovaScotiaProvince, isNewBrunswickProvince, }: ProvinceHookInterface) => {
5
+ placeholder: string;
6
+ maxLength: number;
7
+ manipulateInput: (value: string) => string;
8
+ } | {
9
+ placeholder: string;
10
+ maxLength: number;
11
+ manipulateInput?: undefined;
12
+ } | {
13
+ placeholder?: undefined;
14
+ maxLength?: undefined;
15
+ manipulateInput?: undefined;
16
+ };
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const SectionDiscountInfo: SdkFC;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const BlockNextPageInfo: SdkFC;
@@ -1,3 +1,3 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  import { SubmitBlockInterface } from './interfaces';
3
3
  export declare const BlockSubmit: SdkFC<SubmitBlockInterface>;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const BlockVehLinks: SdkFC;
@@ -1,4 +1,4 @@
1
- import { SizeTypes } from '@mychoice/mychoice-sdk-components';
1
+ import { SizeTypes } from '@groksmith/mychoice-sdk-components';
2
2
  export interface SubmitBlockInterface {
3
3
  className?: string;
4
4
  label?: string;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const PageDriver: SdkFC;
@@ -1,3 +1,3 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  import { FormTabProps } from '../interfaces';
3
3
  export declare const TabDriver: SdkFC<FormTabProps>;
@@ -0,0 +1,5 @@
1
+ import { SelectOptionGroupInterface } from '@groksmith/mychoice-sdk-components';
2
+ /**
3
+ * Filter out G1/G2 options from "Serious" section for trafficTicketsGroupOptions
4
+ */
5
+ export declare const getTrafficTicketsGroupOptionsWithoutG1G2: () => SelectOptionGroupInterface[];
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const SectionDriverCancellation: SdkFC;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const SectionDriverHistory: SdkFC;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const BlockDriverAccident: SdkFC;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const BlockDriverSuspension: SdkFC;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const BlockDriverTicket: SdkFC;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const SectionDriverInfo: SdkFC;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const SectionDriverInsurancePolicy: SdkFC;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const SectionDriverLicence: SdkFC;
@@ -1,5 +1,5 @@
1
- import { DriverLicenceTypes, SelectOptionInterface } from '@mychoice/mychoice-sdk-components';
2
- import { FormCarConfigStateInterface } from '@mychoice/mychoice-sdk-store';
1
+ import { DriverLicenceTypes, SelectOptionInterface } from '@groksmith/mychoice-sdk-components';
2
+ import { FormCarConfigStateInterface } from '@groksmith/mychoice-sdk-store';
3
3
  export declare const getLicenceTypeOptions: (options: SelectOptionInterface[], optionValues: string[], disabled: boolean) => SelectOptionInterface[];
4
4
  export declare const checkDateIsSpecial: (defaultMinDate: string, specialDate: string) => boolean;
5
5
  export declare const getLicenceMinDate: (licenceType: DriverLicenceTypes, defaultMinDate: string, config: FormCarConfigStateInterface) => string;
@@ -2,5 +2,4 @@ export * from './vehicle';
2
2
  export * from './driver';
3
3
  export * from './discount';
4
4
  export * from './quote';
5
- export * from './helpers';
6
5
  export * from './interfaces';
@@ -1,4 +1,4 @@
1
- export declare type FormTabProps = {
1
+ export type FormTabProps = {
2
2
  createItem?: () => void;
3
3
  readOnly?: boolean;
4
4
  };
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
2
- export declare const PageQuote: SdkFC;
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
+ export declare const PageCarQuote: SdkFC;
@@ -1 +1 @@
1
- export { PageQuote } from './PageQuote';
1
+ export { PageCarQuote } from './PageQuote';
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const SectionQuoteEdit: SdkFC;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const SectionQuoteRecalc: SdkFC;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const SplashScreen: SdkFC;
@@ -1,3 +1,3 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const BlockEndorsements: SdkFC;
3
3
  export default BlockEndorsements;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const PageVehicle: SdkFC;
@@ -1,3 +1,3 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  import { FormTabProps } from '../interfaces';
3
3
  export declare const TabVehicle: SdkFC<FormTabProps>;
@@ -1,3 +1,3 @@
1
- import { SelectOptionInterface } from '@mychoice/mychoice-sdk-components';
1
+ import { SelectOptionInterface } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const getVehicleYearRange: () => SelectOptionInterface[];
3
3
  export declare const getRecommendedRange: (distanceDaily: number, distanceBusiness?: number) => number;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const VehicleSectionCoverage: SdkFC;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const VehicleSectionMain: SdkFC;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const BlockCarConditionInfo: SdkFC;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const BlockCarInfo: SdkFC;
@@ -1,6 +1,6 @@
1
- import { SelectOptionInterface } from '@mychoice/mychoice-sdk-components';
2
- export declare const getSelectedOption: (options: SelectOptionInterface[], value: string | number | boolean | undefined | null) => import("@mychoice/mychoice-sdk-components").InputValueType;
3
- export declare const getErrorMessage: (value: number | string, inValidation?: boolean, message?: string) => string;
1
+ import { SelectOptionInterface } from '@groksmith/mychoice-sdk-components';
2
+ export declare const getSelectedOption: (options: SelectOptionInterface[], val: string | number | boolean | undefined | null) => import("@groksmith/mychoice-sdk-components").InputValueType;
3
+ export declare const getErrorMessage: (value: number | string | boolean | null | undefined, inValidation?: boolean, message?: string) => string;
4
4
  export declare const getDateErrorMessage: (values: string[], inValidation?: boolean) => "" | "This field is required." | "These fields are required.";
5
5
  export declare const formatPhoneObject: (phone: string) => {
6
6
  number: string;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const PageAddress: SdkFC;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const SectionAddress: SdkFC;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const BlockAddressInfo: SdkFC;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const PageApplicant: SdkFC;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const SectionApplicantCancellation: SdkFC;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const SectionApplicantClaim: SdkFC;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const SectionApplicantInfo: SdkFC;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const SectionApplicantInsurancePolicy: SdkFC;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const PageHomeDiscount: SdkFC;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const SectionDiscountInfo: SdkFC;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const BlockDwellingInfo: SdkFC;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const BlockNextPageInfo: SdkFC;
@@ -1,3 +1,3 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  import { SubmitBlockInterface } from './interfaces';
3
3
  export declare const BlockSubmit: SdkFC<SubmitBlockInterface>;
@@ -1,4 +1,4 @@
1
- import { SizeTypes } from '@mychoice/mychoice-sdk-components';
1
+ import { SizeTypes } from '@groksmith/mychoice-sdk-components';
2
2
  export interface SubmitBlockInterface {
3
3
  className?: string;
4
4
  label?: string;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const PageProperty: SdkFC;
@@ -1,3 +1,3 @@
1
- import { SelectOptionInterface } from '@mychoice/mychoice-sdk-components';
1
+ import { SelectOptionInterface } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const getVehicleYearRange: () => SelectOptionInterface[];
3
3
  export declare const getRecommendedRange: (distanceDaily: number, distanceBusiness?: number) => number;
@@ -1,2 +1,2 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
2
  export declare const SectionDwelling: SdkFC;
@@ -2,3 +2,4 @@ export * from './address';
2
2
  export * from './applicant';
3
3
  export * from './dwelling';
4
4
  export * from './discount';
5
+ export * from './quote';
@@ -0,0 +1,2 @@
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
+ export declare const PageHomeQuote: SdkFC;
@@ -0,0 +1 @@
1
+ export { PageHomeQuote } from './PageQuote';
@@ -0,0 +1,2 @@
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
+ export declare const SectionQuoteEdit: SdkFC;
@@ -0,0 +1,2 @@
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
+ export declare const SectionQuoteRecalc: SdkFC;
@@ -0,0 +1,2 @@
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
+ export declare const SplashScreen: SdkFC;
@@ -0,0 +1,3 @@
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
+ export declare const BlockEndorsements: SdkFC;
3
+ export default BlockEndorsements;
@@ -0,0 +1,2 @@
1
+ export { SectionQuoteEdit } from './SectionQuoteEdit';
2
+ export { SectionQuoteRecalc } from './SectionQuoteRecalc';
@@ -1,3 +1,4 @@
1
1
  export * from './car';
2
2
  export * from './home';
3
+ export * from './life';
3
4
  export * from './helpers';
@@ -0,0 +1 @@
1
+ export * from './pages';
@@ -0,0 +1,2 @@
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
+ export declare const PageLifeApplicant: SdkFC;
@@ -0,0 +1 @@
1
+ export { PageLifeApplicant } from './PageApplicant';
@@ -0,0 +1,2 @@
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
+ export declare const SectionApplicant: SdkFC;
@@ -0,0 +1,2 @@
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
+ export declare const BlockNextPageInfo: SdkFC;
@@ -0,0 +1,3 @@
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
+ import { SubmitBlockInterface } from './interfaces';
3
+ export declare const BlockSubmit: SdkFC<SubmitBlockInterface>;
@@ -0,0 +1,2 @@
1
+ export { BlockNextPageInfo } from './BlockNextPageInfo';
2
+ export { BlockSubmit } from './BlockSubmit';
@@ -0,0 +1,7 @@
1
+ import { SizeTypes } from '@groksmith/mychoice-sdk-components';
2
+ export interface SubmitBlockInterface {
3
+ className?: string;
4
+ label?: string;
5
+ buttonSize?: SizeTypes;
6
+ isRecalc?: boolean;
7
+ }
@@ -0,0 +1 @@
1
+ export { SectionApplicant } from './SectionApplicant';
@@ -0,0 +1,2 @@
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
+ export declare const PageCoverage: SdkFC;
@@ -0,0 +1 @@
1
+ export { PageCoverage } from './PageCoverage';
@@ -0,0 +1,2 @@
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
+ export declare const SectionCoverage: SdkFC;
@@ -0,0 +1 @@
1
+ export { SectionCoverage } from './SectionCoverage';
@@ -0,0 +1,4 @@
1
+ export declare const getInsuranceYearsOptions: (maxValue: string) => {
2
+ value: string;
3
+ name: string;
4
+ }[];
@@ -0,0 +1,3 @@
1
+ export * from './coverage';
2
+ export * from './applicant';
3
+ export * from './quote';
@@ -0,0 +1,2 @@
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
+ export declare const PageLifeQuote: SdkFC;
@@ -0,0 +1 @@
1
+ export { PageLifeQuote } from './PageQuote';
@@ -0,0 +1,2 @@
1
+ import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
+ export declare const SectionQuoteEdit: SdkFC;