@newskit-render/my-account 7.147.2-72d7c9f8e.8 → 7.147.2-cea011b5a.16

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 (214) hide show
  1. package/dist/cjs/Components/Sections/CancelSubscription/CancelSubscription.d.ts +1 -1
  2. package/dist/cjs/Components/Sections/CancelSubscription/CancelSubscription.js +11 -17
  3. package/dist/cjs/Components/Sections/CancelSubscription/CancelSubscription.js.map +1 -1
  4. package/dist/cjs/Components/Sections/CancelSubscription/types.d.ts +2 -0
  5. package/dist/cjs/Components/Sections/CancellationOffers/CancellationOffers.js +9 -1
  6. package/dist/cjs/Components/Sections/CancellationOffers/CancellationOffers.js.map +1 -1
  7. package/dist/cjs/Components/Sections/CancellationOffers/types.d.ts +2 -1
  8. package/dist/cjs/Components/Sections/CancellationReasons/CancellationReasons.d.ts +2 -1
  9. package/dist/cjs/Components/Sections/CancellationReasons/CancellationReasons.js +15 -3
  10. package/dist/cjs/Components/Sections/CancellationReasons/CancellationReasons.js.map +1 -1
  11. package/dist/cjs/Components/Sections/CancellationReview/CancellationReview.js +1 -2
  12. package/dist/cjs/Components/Sections/CancellationReview/CancellationReview.js.map +1 -1
  13. package/dist/cjs/Components/Sections/ConfirmCancellation/ConfirmCancellation.d.ts +1 -18
  14. package/dist/cjs/Components/Sections/ConfirmCancellation/ConfirmCancellation.js.map +1 -1
  15. package/dist/cjs/Components/Sections/ConfirmCancellation/ConfirmCancellationExp2.d.ts +2 -0
  16. package/dist/cjs/Components/Sections/ConfirmCancellation/ConfirmCancellationExp2.js +59 -0
  17. package/dist/cjs/Components/Sections/ConfirmCancellation/ConfirmCancellationExp2.js.map +1 -0
  18. package/dist/cjs/Components/Sections/ConfirmCancellation/index.d.ts +89 -0
  19. package/dist/cjs/Components/Sections/ConfirmCancellation/index.js +47 -0
  20. package/dist/cjs/Components/Sections/ConfirmCancellation/index.js.map +1 -0
  21. package/dist/cjs/Components/Sections/ConfirmSubscriptionOffer/ConfirmSubscriptionOffer.d.ts +2 -0
  22. package/dist/cjs/Components/Sections/ConfirmSubscriptionOffer/ConfirmSubscriptionOffer.js +95 -0
  23. package/dist/cjs/Components/Sections/ConfirmSubscriptionOffer/ConfirmSubscriptionOffer.js.map +1 -0
  24. package/dist/cjs/Components/Sections/ConfirmSubscriptionOffer/index.d.ts +26 -0
  25. package/dist/cjs/Components/Sections/ConfirmSubscriptionOffer/index.js +18 -0
  26. package/dist/cjs/Components/Sections/ConfirmSubscriptionOffer/index.js.map +1 -0
  27. package/dist/cjs/Components/Sections/ContactSupport/ContactSupport.d.ts +2 -0
  28. package/dist/cjs/Components/Sections/ContactSupport/ContactSupport.js +43 -0
  29. package/dist/cjs/Components/Sections/ContactSupport/ContactSupport.js.map +1 -0
  30. package/dist/cjs/Components/Sections/ContactSupport/index.d.ts +2 -0
  31. package/dist/cjs/Components/Sections/ContactSupport/index.js +19 -0
  32. package/dist/cjs/Components/Sections/ContactSupport/index.js.map +1 -0
  33. package/dist/cjs/Components/Sections/ContactSupport/types.d.ts +21 -0
  34. package/dist/cjs/Components/Sections/ContactSupport/types.js +3 -0
  35. package/dist/cjs/Components/Sections/ContactSupport/types.js.map +1 -0
  36. package/dist/cjs/Components/Sections/ContentContainer/ContentContainer.js +2 -6
  37. package/dist/cjs/Components/Sections/ContentContainer/ContentContainer.js.map +1 -1
  38. package/dist/cjs/Components/Sections/SectionContainer/ListSection.js +1 -11
  39. package/dist/cjs/Components/Sections/SectionContainer/ListSection.js.map +1 -1
  40. package/dist/cjs/Components/Sections/SectionContainer/utils.js +6 -7
  41. package/dist/cjs/Components/Sections/SectionContainer/utils.js.map +1 -1
  42. package/dist/cjs/Components/Sections/UserHub/BaseSection.js +1 -11
  43. package/dist/cjs/Components/Sections/UserHub/BaseSection.js.map +1 -1
  44. package/dist/cjs/Components/Sections/UserHub/SubscriptionDetailsSection.d.ts +1 -1
  45. package/dist/cjs/Components/Sections/UserHub/SubscriptionDetailsSection.js +7 -24
  46. package/dist/cjs/Components/Sections/UserHub/SubscriptionDetailsSection.js.map +1 -1
  47. package/dist/cjs/Components/Templates/CancellationStepperRender.d.ts +58 -2
  48. package/dist/cjs/Components/Templates/CancellationStepperRender.js +21 -12
  49. package/dist/cjs/Components/Templates/CancellationStepperRender.js.map +1 -1
  50. package/dist/cjs/Components/Templates/LayoutTemplate.js +29 -1
  51. package/dist/cjs/Components/Templates/LayoutTemplate.js.map +1 -1
  52. package/dist/cjs/Components/Templates/SubscriptionAndBillingRender.js +22 -0
  53. package/dist/cjs/Components/Templates/SubscriptionAndBillingRender.js.map +1 -1
  54. package/dist/cjs/Components/Templates/SunCancellationFlowRender.js +14 -1
  55. package/dist/cjs/Components/Templates/SunCancellationFlowRender.js.map +1 -1
  56. package/dist/cjs/Components/Templates/UserHubRender.js +16 -6
  57. package/dist/cjs/Components/Templates/UserHubRender.js.map +1 -1
  58. package/dist/cjs/Components/index.d.ts +1 -0
  59. package/dist/cjs/context/types.d.ts +15 -2
  60. package/dist/cjs/context/types.js +8 -1
  61. package/dist/cjs/context/types.js.map +1 -1
  62. package/dist/cjs/getProviderPropsTimes.js +13 -13
  63. package/dist/cjs/getProviderPropsTimes.js.map +1 -1
  64. package/dist/cjs/helpers/cancellationUtils.js +2 -1
  65. package/dist/cjs/helpers/cancellationUtils.js.map +1 -1
  66. package/dist/cjs/helpers/dataUtils.d.ts +3 -0
  67. package/dist/cjs/helpers/dataUtils.js +7 -3
  68. package/dist/cjs/helpers/dataUtils.js.map +1 -1
  69. package/dist/cjs/helpers/dateUtils.d.ts +1 -2
  70. package/dist/cjs/helpers/dateUtils.js +8 -11
  71. package/dist/cjs/helpers/dateUtils.js.map +1 -1
  72. package/dist/cjs/helpers/dmccVariant.d.ts +2 -0
  73. package/dist/cjs/helpers/dmccVariant.js +81 -0
  74. package/dist/cjs/helpers/dmccVariant.js.map +1 -0
  75. package/dist/cjs/helpers/entitlementUtils.d.ts +2 -2
  76. package/dist/cjs/helpers/entitlementUtils.js +7 -4
  77. package/dist/cjs/helpers/entitlementUtils.js.map +1 -1
  78. package/dist/cjs/helpers/index.d.ts +3 -0
  79. package/dist/cjs/helpers/index.js +3 -0
  80. package/dist/cjs/helpers/index.js.map +1 -1
  81. package/dist/cjs/helpers/providerUtilsTimes.js +2 -3
  82. package/dist/cjs/helpers/providerUtilsTimes.js.map +1 -1
  83. package/dist/cjs/helpers/randomizeReasons.d.ts +2 -0
  84. package/dist/cjs/helpers/randomizeReasons.js +37 -0
  85. package/dist/cjs/helpers/randomizeReasons.js.map +1 -0
  86. package/dist/cjs/helpers/subscriptionsUtils.d.ts +4 -1
  87. package/dist/cjs/helpers/subscriptionsUtils.js +29 -8
  88. package/dist/cjs/helpers/subscriptionsUtils.js.map +1 -1
  89. package/dist/cjs/index.d.ts +1 -0
  90. package/dist/cjs/pages/CancellationStepper/CancellationStepper.js +1 -1
  91. package/dist/cjs/pages/CancellationStepper/CancellationStepper.js.map +1 -1
  92. package/dist/cjs/pages/CancellationStepper/CancellationStepperContext.js +699 -539
  93. package/dist/cjs/pages/CancellationStepper/CancellationStepperContext.js.map +1 -1
  94. package/dist/cjs/pages/SubscriptionAndBilling/Sections/CancelSubscriptionSectionContext.js +3 -0
  95. package/dist/cjs/pages/SubscriptionAndBilling/Sections/CancelSubscriptionSectionContext.js.map +1 -1
  96. package/dist/cjs/pages/SubscriptionAndBilling/SubscriptionAndBillingContext.js +1 -0
  97. package/dist/cjs/pages/SubscriptionAndBilling/SubscriptionAndBillingContext.js.map +1 -1
  98. package/dist/cjs/pages/UserHub/UserHubContext.js +1 -0
  99. package/dist/cjs/pages/UserHub/UserHubContext.js.map +1 -1
  100. package/dist/cjs/pages/types.d.ts +9 -1
  101. package/dist/cjs/queries/getUserGroupAccounts.js +1 -1
  102. package/dist/cjs/queries/getUserGroupAccounts.js.map +1 -1
  103. package/dist/cjs/queries/getUserIncentives.js +1 -1
  104. package/dist/cjs/queries/getUserIncentives.js.map +1 -1
  105. package/dist/cjs/queries/mutateSendFamilyMemberInvite.js +2 -1
  106. package/dist/cjs/queries/mutateSendFamilyMemberInvite.js.map +1 -1
  107. package/dist/esm/Components/Sections/CancelSubscription/CancelSubscription.d.ts +1 -1
  108. package/dist/esm/Components/Sections/CancelSubscription/CancelSubscription.js +11 -17
  109. package/dist/esm/Components/Sections/CancelSubscription/CancelSubscription.js.map +1 -1
  110. package/dist/esm/Components/Sections/CancelSubscription/types.d.ts +2 -0
  111. package/dist/esm/Components/Sections/CancellationOffers/CancellationOffers.js +11 -3
  112. package/dist/esm/Components/Sections/CancellationOffers/CancellationOffers.js.map +1 -1
  113. package/dist/esm/Components/Sections/CancellationOffers/types.d.ts +2 -1
  114. package/dist/esm/Components/Sections/CancellationReasons/CancellationReasons.d.ts +2 -1
  115. package/dist/esm/Components/Sections/CancellationReasons/CancellationReasons.js +13 -2
  116. package/dist/esm/Components/Sections/CancellationReasons/CancellationReasons.js.map +1 -1
  117. package/dist/esm/Components/Sections/CancellationReview/CancellationReview.js +1 -2
  118. package/dist/esm/Components/Sections/CancellationReview/CancellationReview.js.map +1 -1
  119. package/dist/esm/Components/Sections/ConfirmCancellation/ConfirmCancellation.d.ts +1 -18
  120. package/dist/esm/Components/Sections/ConfirmCancellation/ConfirmCancellation.js +1 -1
  121. package/dist/esm/Components/Sections/ConfirmCancellation/ConfirmCancellation.js.map +1 -1
  122. package/dist/esm/Components/Sections/ConfirmCancellation/ConfirmCancellationExp2.d.ts +2 -0
  123. package/dist/esm/Components/Sections/ConfirmCancellation/ConfirmCancellationExp2.js +52 -0
  124. package/dist/esm/Components/Sections/ConfirmCancellation/ConfirmCancellationExp2.js.map +1 -0
  125. package/dist/esm/Components/Sections/ConfirmCancellation/index.d.ts +89 -0
  126. package/dist/esm/Components/Sections/ConfirmCancellation/index.js +40 -0
  127. package/dist/esm/Components/Sections/ConfirmCancellation/index.js.map +1 -0
  128. package/dist/esm/Components/Sections/ConfirmSubscriptionOffer/ConfirmSubscriptionOffer.d.ts +2 -0
  129. package/dist/esm/Components/Sections/ConfirmSubscriptionOffer/ConfirmSubscriptionOffer.js +88 -0
  130. package/dist/esm/Components/Sections/ConfirmSubscriptionOffer/ConfirmSubscriptionOffer.js.map +1 -0
  131. package/dist/esm/Components/Sections/ConfirmSubscriptionOffer/index.d.ts +26 -0
  132. package/dist/esm/Components/Sections/ConfirmSubscriptionOffer/index.js +2 -0
  133. package/dist/esm/Components/Sections/ConfirmSubscriptionOffer/index.js.map +1 -0
  134. package/dist/esm/Components/Sections/ContactSupport/ContactSupport.d.ts +2 -0
  135. package/dist/esm/Components/Sections/ContactSupport/ContactSupport.js +36 -0
  136. package/dist/esm/Components/Sections/ContactSupport/ContactSupport.js.map +1 -0
  137. package/dist/esm/Components/Sections/ContactSupport/index.d.ts +2 -0
  138. package/dist/esm/Components/Sections/ContactSupport/index.js +3 -0
  139. package/dist/esm/Components/Sections/ContactSupport/index.js.map +1 -0
  140. package/dist/esm/Components/Sections/ContactSupport/types.d.ts +21 -0
  141. package/dist/esm/Components/Sections/ContactSupport/types.js +2 -0
  142. package/dist/esm/Components/Sections/ContactSupport/types.js.map +1 -0
  143. package/dist/esm/Components/Sections/ContentContainer/ContentContainer.js +2 -6
  144. package/dist/esm/Components/Sections/ContentContainer/ContentContainer.js.map +1 -1
  145. package/dist/esm/Components/Sections/SectionContainer/ListSection.js +2 -12
  146. package/dist/esm/Components/Sections/SectionContainer/ListSection.js.map +1 -1
  147. package/dist/esm/Components/Sections/SectionContainer/utils.js +6 -7
  148. package/dist/esm/Components/Sections/SectionContainer/utils.js.map +1 -1
  149. package/dist/esm/Components/Sections/UserHub/BaseSection.js +1 -11
  150. package/dist/esm/Components/Sections/UserHub/BaseSection.js.map +1 -1
  151. package/dist/esm/Components/Sections/UserHub/SubscriptionDetailsSection.d.ts +1 -1
  152. package/dist/esm/Components/Sections/UserHub/SubscriptionDetailsSection.js +9 -26
  153. package/dist/esm/Components/Sections/UserHub/SubscriptionDetailsSection.js.map +1 -1
  154. package/dist/esm/Components/Templates/CancellationStepperRender.d.ts +58 -2
  155. package/dist/esm/Components/Templates/CancellationStepperRender.js +21 -12
  156. package/dist/esm/Components/Templates/CancellationStepperRender.js.map +1 -1
  157. package/dist/esm/Components/Templates/LayoutTemplate.js +6 -1
  158. package/dist/esm/Components/Templates/LayoutTemplate.js.map +1 -1
  159. package/dist/esm/Components/Templates/SubscriptionAndBillingRender.js +22 -0
  160. package/dist/esm/Components/Templates/SubscriptionAndBillingRender.js.map +1 -1
  161. package/dist/esm/Components/Templates/SunCancellationFlowRender.js +15 -2
  162. package/dist/esm/Components/Templates/SunCancellationFlowRender.js.map +1 -1
  163. package/dist/esm/Components/Templates/UserHubRender.js +16 -6
  164. package/dist/esm/Components/Templates/UserHubRender.js.map +1 -1
  165. package/dist/esm/Components/index.d.ts +1 -0
  166. package/dist/esm/context/types.d.ts +15 -2
  167. package/dist/esm/context/types.js +7 -0
  168. package/dist/esm/context/types.js.map +1 -1
  169. package/dist/esm/getProviderPropsTimes.js +13 -13
  170. package/dist/esm/getProviderPropsTimes.js.map +1 -1
  171. package/dist/esm/helpers/cancellationUtils.js +2 -1
  172. package/dist/esm/helpers/cancellationUtils.js.map +1 -1
  173. package/dist/esm/helpers/dataUtils.d.ts +3 -0
  174. package/dist/esm/helpers/dataUtils.js +5 -2
  175. package/dist/esm/helpers/dataUtils.js.map +1 -1
  176. package/dist/esm/helpers/dateUtils.d.ts +1 -2
  177. package/dist/esm/helpers/dateUtils.js +7 -9
  178. package/dist/esm/helpers/dateUtils.js.map +1 -1
  179. package/dist/esm/helpers/dmccVariant.d.ts +2 -0
  180. package/dist/esm/helpers/dmccVariant.js +76 -0
  181. package/dist/esm/helpers/dmccVariant.js.map +1 -0
  182. package/dist/esm/helpers/entitlementUtils.d.ts +2 -2
  183. package/dist/esm/helpers/entitlementUtils.js +7 -4
  184. package/dist/esm/helpers/entitlementUtils.js.map +1 -1
  185. package/dist/esm/helpers/index.d.ts +3 -0
  186. package/dist/esm/helpers/index.js +3 -0
  187. package/dist/esm/helpers/index.js.map +1 -1
  188. package/dist/esm/helpers/providerUtilsTimes.js +2 -3
  189. package/dist/esm/helpers/providerUtilsTimes.js.map +1 -1
  190. package/dist/esm/helpers/randomizeReasons.d.ts +2 -0
  191. package/dist/esm/helpers/randomizeReasons.js +33 -0
  192. package/dist/esm/helpers/randomizeReasons.js.map +1 -0
  193. package/dist/esm/helpers/subscriptionsUtils.d.ts +4 -1
  194. package/dist/esm/helpers/subscriptionsUtils.js +26 -7
  195. package/dist/esm/helpers/subscriptionsUtils.js.map +1 -1
  196. package/dist/esm/index.d.ts +1 -0
  197. package/dist/esm/pages/CancellationStepper/CancellationStepper.js +1 -1
  198. package/dist/esm/pages/CancellationStepper/CancellationStepper.js.map +1 -1
  199. package/dist/esm/pages/CancellationStepper/CancellationStepperContext.js +701 -541
  200. package/dist/esm/pages/CancellationStepper/CancellationStepperContext.js.map +1 -1
  201. package/dist/esm/pages/SubscriptionAndBilling/Sections/CancelSubscriptionSectionContext.js +3 -0
  202. package/dist/esm/pages/SubscriptionAndBilling/Sections/CancelSubscriptionSectionContext.js.map +1 -1
  203. package/dist/esm/pages/SubscriptionAndBilling/SubscriptionAndBillingContext.js +1 -0
  204. package/dist/esm/pages/SubscriptionAndBilling/SubscriptionAndBillingContext.js.map +1 -1
  205. package/dist/esm/pages/UserHub/UserHubContext.js +1 -0
  206. package/dist/esm/pages/UserHub/UserHubContext.js.map +1 -1
  207. package/dist/esm/pages/types.d.ts +9 -1
  208. package/dist/esm/queries/getUserGroupAccounts.js +1 -1
  209. package/dist/esm/queries/getUserGroupAccounts.js.map +1 -1
  210. package/dist/esm/queries/getUserIncentives.js +1 -1
  211. package/dist/esm/queries/getUserIncentives.js.map +1 -1
  212. package/dist/esm/queries/mutateSendFamilyMemberInvite.js +2 -1
  213. package/dist/esm/queries/mutateSendFamilyMemberInvite.js.map +1 -1
  214. package/package.json +3 -3
@@ -26,7 +26,7 @@ export var CancellationStepper = function (_a) {
26
26
  : null;
27
27
  var contractPhase = (activeContractPhase === null || activeContractPhase === void 0 ? void 0 : activeContractPhase.type) || '';
28
28
  var inEmbeddedMode = checkRequestHeaders(requestHeaders, UserPlatform.native_tm_apps);
29
- var enhancedContext = __assign(__assign({}, assign({}, CancellationStepperContext((_d = featureFlags === null || featureFlags === void 0 ? void 0 : featureFlags.enable_cancel_subscription) === null || _d === void 0 ? void 0 : _d.variationKey, contractPhase, inEmbeddedMode), context)), { userData: user, env: env, handleError: handleError, handleLoading: handleLoading, handleSuccess: handleSuccess, requestHeaders: requestHeaders });
29
+ var enhancedContext = __assign(__assign({}, assign({}, CancellationStepperContext((_d = featureFlags === null || featureFlags === void 0 ? void 0 : featureFlags.enable_cancel_subscription) === null || _d === void 0 ? void 0 : _d.variationKey, contractPhase, inEmbeddedMode), context)), { userData: user, env: env, handleError: handleError, handleLoading: handleLoading, handleSuccess: handleSuccess, requestHeaders: requestHeaders, featureFlags: featureFlags });
30
30
  return (React.createElement(Layout, { context: enhancedContext, customTheme: customTheme, themeDropdownObject: themeDropdownObject, contextName: contextName, footer: footer, sidebar: sidebar },
31
31
  React.createElement(CancellationStepperRender, null)));
32
32
  };
@@ -1 +1 @@
1
- {"version":3,"file":"CancellationStepper.js","sourceRoot":"","sources":["../../../../src/pages/CancellationStepper/CancellationStepper.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,MAAM,MAAM,eAAe,CAAA;AAClC,OAAO,MAAM,EAAE,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAA;AAE9E,OAAO,EACL,WAAW,EACX,aAAa,EACb,aAAa,GACd,MAAM,8BAA8B,CAAA;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAA;AACjD,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAA;AACzE,OAAO,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAA;AACvD,OAAO,EACL,mBAAmB,EACnB,YAAY,GACb,MAAM,mCAAmC,CAAA;AAE1C,MAAM,CAAC,IAAM,mBAAmB,GAAgC,UAAC,EAUhE;;QATC,WAAW,iBAAA,EACX,mBAAmB,yBAAA,EACnB,OAAO,aAAA,EACP,GAAG,SAAA,EACH,IAAI,UAAA,EACJ,cAAa,EAAb,MAAM,mBAAG,IAAI,KAAA,EACb,eAAc,EAAd,OAAO,mBAAG,IAAI,KAAA,EACd,cAAc,oBAAA,EACd,YAAY,kBAAA;IAEZ,IAAM,WAAW,GAAG,WAAW,CAAC,mBAAmB,CAAA;IACnD,IAAM,mBAAmB,GAAG,CAAA,MAAA,MAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,aAAa,0CAAG,CAAC,CAAC,0CAAE,MAAM;QAC1D,CAAC,CAAC,uBAAuB,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC;QACvD,CAAC,CAAC,IAAI,CAAA;IAER,IAAM,aAAa,GAAG,CAAA,mBAAmB,aAAnB,mBAAmB,uBAAnB,mBAAmB,CAAE,IAAI,KAAI,EAAE,CAAA;IACrD,IAAM,cAAc,GAAG,mBAAmB,CACxC,cAAc,EACd,YAAY,CAAC,cAAc,CAC5B,CAAA;IAED,IAAM,eAAe,yBAChB,MAAM,CACP,EAAE,EACF,0BAA0B,CACxB,MAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,0BAA0B,0CAAE,YAAY,EACtD,aAAa,EACb,cAAc,CACf,EACD,OAAO,CACR,KACD,QAAQ,EAAE,IAAI,EACd,GAAG,KAAA,EACH,WAAW,aAAA,EACX,aAAa,eAAA,EACb,aAAa,eAAA,EACb,cAAc,gBAAA,GACf,CAAA;IAED,OAAO,CACL,oBAAC,MAAM,IACL,OAAO,EAAE,eAAe,EACxB,WAAW,EAAE,WAAW,EACxB,mBAAmB,EAAE,mBAAmB,EACxC,WAAW,EAAE,WAAW,EACxB,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,OAAO;QAEhB,oBAAC,yBAAyB,OAAG,CACtB,CACV,CAAA;AACH,CAAC,CAAA"}
1
+ {"version":3,"file":"CancellationStepper.js","sourceRoot":"","sources":["../../../../src/pages/CancellationStepper/CancellationStepper.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,MAAM,MAAM,eAAe,CAAA;AAClC,OAAO,MAAM,EAAE,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAA;AAE9E,OAAO,EACL,WAAW,EACX,aAAa,EACb,aAAa,GACd,MAAM,8BAA8B,CAAA;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAA;AACjD,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAA;AACzE,OAAO,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAA;AACvD,OAAO,EACL,mBAAmB,EACnB,YAAY,GACb,MAAM,mCAAmC,CAAA;AAE1C,MAAM,CAAC,IAAM,mBAAmB,GAAgC,UAAC,EAUhE;;QATC,WAAW,iBAAA,EACX,mBAAmB,yBAAA,EACnB,OAAO,aAAA,EACP,GAAG,SAAA,EACH,IAAI,UAAA,EACJ,cAAa,EAAb,MAAM,mBAAG,IAAI,KAAA,EACb,eAAc,EAAd,OAAO,mBAAG,IAAI,KAAA,EACd,cAAc,oBAAA,EACd,YAAY,kBAAA;IAEZ,IAAM,WAAW,GAAG,WAAW,CAAC,mBAAmB,CAAA;IACnD,IAAM,mBAAmB,GAAG,CAAA,MAAA,MAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,aAAa,0CAAG,CAAC,CAAC,0CAAE,MAAM;QAC1D,CAAC,CAAC,uBAAuB,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC;QACvD,CAAC,CAAC,IAAI,CAAA;IAER,IAAM,aAAa,GAAG,CAAA,mBAAmB,aAAnB,mBAAmB,uBAAnB,mBAAmB,CAAE,IAAI,KAAI,EAAE,CAAA;IACrD,IAAM,cAAc,GAAG,mBAAmB,CACxC,cAAc,EACd,YAAY,CAAC,cAAc,CAC5B,CAAA;IAED,IAAM,eAAe,yBAChB,MAAM,CACP,EAAE,EACF,0BAA0B,CACxB,MAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,0BAA0B,0CAAE,YAAY,EACtD,aAAa,EACb,cAAc,CACf,EACD,OAAO,CACR,KACD,QAAQ,EAAE,IAAI,EACd,GAAG,KAAA,EACH,WAAW,aAAA,EACX,aAAa,eAAA,EACb,aAAa,eAAA,EACb,cAAc,gBAAA,EACd,YAAY,cAAA,GACb,CAAA;IAED,OAAO,CACL,oBAAC,MAAM,IACL,OAAO,EAAE,eAAe,EACxB,WAAW,EAAE,WAAW,EACxB,mBAAmB,EAAE,mBAAmB,EACxC,WAAW,EAAE,WAAW,EACxB,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,OAAO;QAEhB,oBAAC,yBAAyB,OAAG,CACtB,CACV,CAAA;AACH,CAAC,CAAA"}