@newskit-render/my-account 7.143.1-e321f7991.4 → 7.143.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/dist/cjs/Components/Sections/CancelSubscription/CancelSubscription.d.ts +1 -1
  2. package/dist/cjs/Components/Sections/CancelSubscription/CancelSubscription.js +53 -8
  3. package/dist/cjs/Components/Sections/CancelSubscription/CancelSubscription.js.map +1 -1
  4. package/dist/cjs/Components/Sections/CancelSubscription/types.d.ts +0 -2
  5. package/dist/cjs/Components/Templates/CancellationStepperRender.d.ts +0 -1
  6. package/dist/cjs/Components/Templates/CancellationStepperRender.js +0 -7
  7. package/dist/cjs/Components/Templates/CancellationStepperRender.js.map +1 -1
  8. package/dist/cjs/context/types.d.ts +1 -2
  9. package/dist/cjs/context/types.js.map +1 -1
  10. package/dist/cjs/index.d.ts +0 -1
  11. package/dist/cjs/pages/CancellationStepper/CancellationStepperContext.js +1 -77
  12. package/dist/cjs/pages/CancellationStepper/CancellationStepperContext.js.map +1 -1
  13. package/dist/cjs/pages/HolidayStop/HolidayStopContext.js +1 -1
  14. package/dist/cjs/pages/HolidayStop/HolidayStopContext.js.map +1 -1
  15. package/dist/cjs/pages/HolidayStopList/HolidayStopListContext.js +1 -1
  16. package/dist/cjs/pages/HolidayStopList/HolidayStopListContext.js.map +1 -1
  17. package/dist/cjs/pages/SubscriptionAndBilling/Sections/CancelSubscriptionSectionContext.js +0 -3
  18. package/dist/cjs/pages/SubscriptionAndBilling/Sections/CancelSubscriptionSectionContext.js.map +1 -1
  19. package/dist/esm/Components/Sections/CancelSubscription/CancelSubscription.d.ts +1 -1
  20. package/dist/esm/Components/Sections/CancelSubscription/CancelSubscription.js +55 -10
  21. package/dist/esm/Components/Sections/CancelSubscription/CancelSubscription.js.map +1 -1
  22. package/dist/esm/Components/Sections/CancelSubscription/types.d.ts +0 -2
  23. package/dist/esm/Components/Templates/CancellationStepperRender.d.ts +0 -1
  24. package/dist/esm/Components/Templates/CancellationStepperRender.js +0 -7
  25. package/dist/esm/Components/Templates/CancellationStepperRender.js.map +1 -1
  26. package/dist/esm/context/types.d.ts +1 -2
  27. package/dist/esm/context/types.js.map +1 -1
  28. package/dist/esm/index.d.ts +0 -1
  29. package/dist/esm/pages/CancellationStepper/CancellationStepperContext.js +2 -78
  30. package/dist/esm/pages/CancellationStepper/CancellationStepperContext.js.map +1 -1
  31. package/dist/esm/pages/HolidayStop/HolidayStopContext.js +1 -1
  32. package/dist/esm/pages/HolidayStop/HolidayStopContext.js.map +1 -1
  33. package/dist/esm/pages/HolidayStopList/HolidayStopListContext.js +1 -1
  34. package/dist/esm/pages/HolidayStopList/HolidayStopListContext.js.map +1 -1
  35. package/dist/esm/pages/SubscriptionAndBilling/Sections/CancelSubscriptionSectionContext.js +0 -3
  36. package/dist/esm/pages/SubscriptionAndBilling/Sections/CancelSubscriptionSectionContext.js.map +1 -1
  37. package/package.json +3 -3
  38. package/dist/cjs/Components/Sections/ContactSupport/ContactSupport.d.ts +0 -2
  39. package/dist/cjs/Components/Sections/ContactSupport/ContactSupport.js +0 -43
  40. package/dist/cjs/Components/Sections/ContactSupport/ContactSupport.js.map +0 -1
  41. package/dist/cjs/Components/Sections/ContactSupport/index.d.ts +0 -2
  42. package/dist/cjs/Components/Sections/ContactSupport/index.js +0 -19
  43. package/dist/cjs/Components/Sections/ContactSupport/index.js.map +0 -1
  44. package/dist/cjs/Components/Sections/ContactSupport/types.d.ts +0 -21
  45. package/dist/cjs/Components/Sections/ContactSupport/types.js +0 -3
  46. package/dist/cjs/Components/Sections/ContactSupport/types.js.map +0 -1
  47. package/dist/esm/Components/Sections/ContactSupport/ContactSupport.d.ts +0 -2
  48. package/dist/esm/Components/Sections/ContactSupport/ContactSupport.js +0 -36
  49. package/dist/esm/Components/Sections/ContactSupport/ContactSupport.js.map +0 -1
  50. package/dist/esm/Components/Sections/ContactSupport/index.d.ts +0 -2
  51. package/dist/esm/Components/Sections/ContactSupport/index.js +0 -3
  52. package/dist/esm/Components/Sections/ContactSupport/index.js.map +0 -1
  53. package/dist/esm/Components/Sections/ContactSupport/types.d.ts +0 -21
  54. package/dist/esm/Components/Sections/ContactSupport/types.js +0 -2
  55. package/dist/esm/Components/Sections/ContactSupport/types.js.map +0 -1
@@ -1,21 +0,0 @@
1
- import { ComponentProps } from 'react';
2
- import { GridLayoutItem, ButtonProps } from 'newskit';
3
- import { TealiumEventContext, HeaderProps, ContentContainerProps as SharedContentContainerProps, ListItemType } from '@newskit-render/shared-components';
4
- import { StepController } from '../../Templates/CancellationStepperRender';
5
- export interface ContactMethodListItem extends Omit<ListItemType, 'default'> {
6
- default: string | string[] | JSX.Element;
7
- }
8
- export interface ContactSupportContextProps {
9
- tealiumContext?: TealiumEventContext;
10
- contentContainerOverrides?: Partial<SharedContentContainerProps>;
11
- showBackButton?: boolean;
12
- header?: HeaderProps;
13
- contactMethods?: ContactMethodListItem[];
14
- continueButton?: ButtonProps & {
15
- text: string;
16
- };
17
- continueButtonContainerOverrides?: ComponentProps<typeof GridLayoutItem>;
18
- }
19
- export interface ContactSupportProps extends ContactSupportContextProps {
20
- onNextStep?: StepController;
21
- }
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=types.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../../src/Components/Sections/ContactSupport/types.ts"],"names":[],"mappings":""}