@newskit-render/my-account 7.145.1-08530b643.4 → 7.145.1-cdb781404.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 (121) hide show
  1. package/dist/cjs/Components/Elements/CancellationButtons/CancellationButtons.d.ts +7 -0
  2. package/dist/cjs/Components/Elements/CancellationButtons/CancellationButtons.js +43 -0
  3. package/dist/cjs/Components/Elements/CancellationButtons/CancellationButtons.js.map +1 -0
  4. package/dist/cjs/Components/Elements/CancellationButtons/index.d.ts +1 -0
  5. package/dist/cjs/Components/Elements/CancellationButtons/index.js +18 -0
  6. package/dist/cjs/Components/Elements/CancellationButtons/index.js.map +1 -0
  7. package/dist/cjs/Components/Elements/NewsletterCard/NewsletterCard.js +1 -1
  8. package/dist/cjs/Components/Elements/NewsletterCard/NewsletterCard.js.map +1 -1
  9. package/dist/cjs/Components/Sections/CardContentContainer/CardContentContainer.js +1 -1
  10. package/dist/cjs/Components/Sections/CardContentContainer/CardContentContainer.js.map +1 -1
  11. package/dist/cjs/Components/Sections/ConfirmCancellation/ConfirmCancellation.d.ts +18 -1
  12. package/dist/cjs/Components/Sections/ConfirmCancellation/ConfirmCancellation.js.map +1 -1
  13. package/dist/cjs/Components/Sections/ContentContainer/BelowContentExtra.js +1 -1
  14. package/dist/cjs/Components/Sections/ContentContainer/ContentContainer.js +98 -55
  15. package/dist/cjs/Components/Sections/ContentContainer/ContentContainer.js.map +1 -1
  16. package/dist/cjs/Components/Sections/ContentContainer/PaginationButton.d.ts +11 -0
  17. package/dist/cjs/Components/Sections/ContentContainer/{InvoiceHistoryButton.js → PaginationButton.js} +13 -16
  18. package/dist/cjs/Components/Sections/ContentContainer/PaginationButton.js.map +1 -0
  19. package/dist/cjs/Components/Sections/ContentContainer/types.d.ts +4 -3
  20. package/dist/cjs/Components/Sections/Form/Vouchers/Vouchers.js +1 -1
  21. package/dist/cjs/Components/Sections/Form/Vouchers/Vouchers.js.map +1 -1
  22. package/dist/cjs/Components/Sections/SectionContainer/types.d.ts +2 -2
  23. package/dist/cjs/Components/Sections/UserHub/NewslettersSection.js +1 -1
  24. package/dist/cjs/Components/Sections/UserHub/NewslettersSection.js.map +1 -1
  25. package/dist/cjs/Components/Templates/CancellationStepperRender.d.ts +1 -55
  26. package/dist/cjs/Components/Templates/CancellationStepperRender.js +12 -12
  27. package/dist/cjs/Components/Templates/CancellationStepperRender.js.map +1 -1
  28. package/dist/cjs/Components/Templates/DisplayRenderer.js +1 -1
  29. package/dist/cjs/Components/Templates/DisplayRenderer.js.map +1 -1
  30. package/dist/cjs/Components/Templates/SubscriptionAndBillingRender.js +1 -1
  31. package/dist/cjs/Components/Templates/SubscriptionAndBillingRender.js.map +1 -1
  32. package/dist/cjs/context/types.d.ts +1 -1
  33. package/dist/cjs/helpers/dataUtils.d.ts +2 -2
  34. package/dist/cjs/helpers/dataUtils.js +16 -11
  35. package/dist/cjs/helpers/dataUtils.js.map +1 -1
  36. package/dist/cjs/helpers/dateUtils.d.ts +0 -1
  37. package/dist/cjs/helpers/dateUtils.js +1 -11
  38. package/dist/cjs/helpers/dateUtils.js.map +1 -1
  39. package/dist/cjs/pages/CancellationStepper/CancellationStepper.js +1 -1
  40. package/dist/cjs/pages/CancellationStepper/CancellationStepper.js.map +1 -1
  41. package/dist/cjs/pages/CancellationStepper/CancellationStepperContext.js +499 -530
  42. package/dist/cjs/pages/CancellationStepper/CancellationStepperContext.js.map +1 -1
  43. package/dist/cjs/pages/Newsletters/NewslettersContext.js +3 -3
  44. package/dist/cjs/pages/Newsletters/NewslettersContext.js.map +1 -1
  45. package/dist/cjs/pages/SubscriptionAndBilling/SubscriptionAndBillingContext.js +45 -0
  46. package/dist/cjs/pages/SubscriptionAndBilling/SubscriptionAndBillingContext.js.map +1 -1
  47. package/dist/cjs/pages/types.d.ts +10 -0
  48. package/dist/cjs/queries/getUserSubscription.js +1 -1
  49. package/dist/cjs/queries/getUserSubscription.js.map +1 -1
  50. package/dist/cjs/queries/mutateSendFamilyMemberInvite.js +1 -2
  51. package/dist/cjs/queries/mutateSendFamilyMemberInvite.js.map +1 -1
  52. package/dist/esm/Components/Elements/CancellationButtons/CancellationButtons.d.ts +7 -0
  53. package/dist/esm/Components/Elements/CancellationButtons/CancellationButtons.js +36 -0
  54. package/dist/esm/Components/Elements/CancellationButtons/CancellationButtons.js.map +1 -0
  55. package/dist/esm/Components/Elements/CancellationButtons/index.d.ts +1 -0
  56. package/dist/esm/Components/Elements/CancellationButtons/index.js +2 -0
  57. package/dist/esm/Components/Elements/CancellationButtons/index.js.map +1 -0
  58. package/dist/esm/Components/Elements/NewsletterCard/NewsletterCard.js +1 -1
  59. package/dist/esm/Components/Elements/NewsletterCard/NewsletterCard.js.map +1 -1
  60. package/dist/esm/Components/Sections/CardContentContainer/CardContentContainer.js +2 -2
  61. package/dist/esm/Components/Sections/CardContentContainer/CardContentContainer.js.map +1 -1
  62. package/dist/esm/Components/Sections/ConfirmCancellation/ConfirmCancellation.d.ts +18 -1
  63. package/dist/esm/Components/Sections/ConfirmCancellation/ConfirmCancellation.js +1 -1
  64. package/dist/esm/Components/Sections/ConfirmCancellation/ConfirmCancellation.js.map +1 -1
  65. package/dist/esm/Components/Sections/ContentContainer/BelowContentExtra.js +1 -1
  66. package/dist/esm/Components/Sections/ContentContainer/ContentContainer.js +99 -56
  67. package/dist/esm/Components/Sections/ContentContainer/ContentContainer.js.map +1 -1
  68. package/dist/esm/Components/Sections/ContentContainer/PaginationButton.d.ts +11 -0
  69. package/dist/esm/Components/Sections/ContentContainer/PaginationButton.js +37 -0
  70. package/dist/esm/Components/Sections/ContentContainer/PaginationButton.js.map +1 -0
  71. package/dist/esm/Components/Sections/ContentContainer/types.d.ts +4 -3
  72. package/dist/esm/Components/Sections/Form/Vouchers/Vouchers.js +2 -2
  73. package/dist/esm/Components/Sections/Form/Vouchers/Vouchers.js.map +1 -1
  74. package/dist/esm/Components/Sections/SectionContainer/types.d.ts +2 -2
  75. package/dist/esm/Components/Sections/UserHub/NewslettersSection.js +1 -1
  76. package/dist/esm/Components/Sections/UserHub/NewslettersSection.js.map +1 -1
  77. package/dist/esm/Components/Templates/CancellationStepperRender.d.ts +1 -55
  78. package/dist/esm/Components/Templates/CancellationStepperRender.js +12 -12
  79. package/dist/esm/Components/Templates/CancellationStepperRender.js.map +1 -1
  80. package/dist/esm/Components/Templates/DisplayRenderer.js +1 -1
  81. package/dist/esm/Components/Templates/DisplayRenderer.js.map +1 -1
  82. package/dist/esm/Components/Templates/SubscriptionAndBillingRender.js +2 -2
  83. package/dist/esm/Components/Templates/SubscriptionAndBillingRender.js.map +1 -1
  84. package/dist/esm/context/types.d.ts +1 -1
  85. package/dist/esm/helpers/dataUtils.d.ts +2 -2
  86. package/dist/esm/helpers/dataUtils.js +11 -6
  87. package/dist/esm/helpers/dataUtils.js.map +1 -1
  88. package/dist/esm/helpers/dateUtils.d.ts +0 -1
  89. package/dist/esm/helpers/dateUtils.js +0 -9
  90. package/dist/esm/helpers/dateUtils.js.map +1 -1
  91. package/dist/esm/pages/CancellationStepper/CancellationStepper.js +1 -1
  92. package/dist/esm/pages/CancellationStepper/CancellationStepper.js.map +1 -1
  93. package/dist/esm/pages/CancellationStepper/CancellationStepperContext.js +500 -531
  94. package/dist/esm/pages/CancellationStepper/CancellationStepperContext.js.map +1 -1
  95. package/dist/esm/pages/Newsletters/NewslettersContext.js +3 -3
  96. package/dist/esm/pages/Newsletters/NewslettersContext.js.map +1 -1
  97. package/dist/esm/pages/SubscriptionAndBilling/SubscriptionAndBillingContext.js +45 -0
  98. package/dist/esm/pages/SubscriptionAndBilling/SubscriptionAndBillingContext.js.map +1 -1
  99. package/dist/esm/pages/types.d.ts +10 -0
  100. package/dist/esm/queries/getUserSubscription.js +1 -1
  101. package/dist/esm/queries/getUserSubscription.js.map +1 -1
  102. package/dist/esm/queries/mutateSendFamilyMemberInvite.js +1 -2
  103. package/dist/esm/queries/mutateSendFamilyMemberInvite.js.map +1 -1
  104. package/package.json +3 -3
  105. package/dist/cjs/Components/Sections/ConfirmCancellation/ConfirmCancellationExp2.d.ts +0 -2
  106. package/dist/cjs/Components/Sections/ConfirmCancellation/ConfirmCancellationExp2.js +0 -59
  107. package/dist/cjs/Components/Sections/ConfirmCancellation/ConfirmCancellationExp2.js.map +0 -1
  108. package/dist/cjs/Components/Sections/ConfirmCancellation/index.d.ts +0 -89
  109. package/dist/cjs/Components/Sections/ConfirmCancellation/index.js +0 -47
  110. package/dist/cjs/Components/Sections/ConfirmCancellation/index.js.map +0 -1
  111. package/dist/cjs/Components/Sections/ContentContainer/InvoiceHistoryButton.d.ts +0 -10
  112. package/dist/cjs/Components/Sections/ContentContainer/InvoiceHistoryButton.js.map +0 -1
  113. package/dist/esm/Components/Sections/ConfirmCancellation/ConfirmCancellationExp2.d.ts +0 -2
  114. package/dist/esm/Components/Sections/ConfirmCancellation/ConfirmCancellationExp2.js +0 -52
  115. package/dist/esm/Components/Sections/ConfirmCancellation/ConfirmCancellationExp2.js.map +0 -1
  116. package/dist/esm/Components/Sections/ConfirmCancellation/index.d.ts +0 -89
  117. package/dist/esm/Components/Sections/ConfirmCancellation/index.js +0 -40
  118. package/dist/esm/Components/Sections/ConfirmCancellation/index.js.map +0 -1
  119. package/dist/esm/Components/Sections/ContentContainer/InvoiceHistoryButton.d.ts +0 -10
  120. package/dist/esm/Components/Sections/ContentContainer/InvoiceHistoryButton.js +0 -40
  121. package/dist/esm/Components/Sections/ContentContainer/InvoiceHistoryButton.js.map +0 -1
@@ -1,89 +0,0 @@
1
- import { DetailedFlags } from '@newskit-render/feature-flags';
2
- import { EventContext, IntroductionProps } from '@newskit-render/shared-components';
3
- import { GridLayoutProps } from 'Components/SharedTypes/GridLayoutProps';
4
- import { ButtonProps, TextBlockProps } from 'newskit';
5
- import React from 'react';
6
- export interface ConfirmCancellationStepProps {
7
- image: {
8
- src: string;
9
- alt?: string;
10
- loading?: 'eager' | 'lazy';
11
- width?: string | number;
12
- height?: string | number;
13
- };
14
- introduction: IntroductionProps;
15
- buttonText: string;
16
- buttonUrl: string;
17
- buttonOverrides?: ButtonProps;
18
- buttonEventContext?: EventContext;
19
- baseUrl?: string;
20
- serviceCancellationDate?: string | null;
21
- subType?: string;
22
- featureFlags?: DetailedFlags;
23
- subscriptionDetails?: {
24
- containerOverrides?: GridLayoutProps['overrides'];
25
- subscriptionType: {
26
- label: string;
27
- overrides?: TextBlockProps;
28
- };
29
- endDate: {
30
- label: string;
31
- overrides?: TextBlockProps;
32
- };
33
- };
34
- }
35
- export declare const ConfirmCancellationRender: ({ featureFlags, ...rest }: ConfirmCancellationStepProps) => React.CElement<{
36
- image: {
37
- src: string;
38
- alt?: string;
39
- loading?: "eager" | "lazy";
40
- width?: string | number;
41
- height?: string | number;
42
- };
43
- introduction: IntroductionProps;
44
- buttonText: string;
45
- buttonUrl: string;
46
- buttonOverrides?: ButtonProps;
47
- buttonEventContext?: EventContext;
48
- baseUrl?: string;
49
- serviceCancellationDate?: string | null;
50
- subType?: string;
51
- subscriptionDetails?: {
52
- containerOverrides?: GridLayoutProps["overrides"];
53
- subscriptionType: {
54
- label: string;
55
- overrides?: TextBlockProps;
56
- };
57
- endDate: {
58
- label: string;
59
- overrides?: TextBlockProps;
60
- };
61
- };
62
- }, React.Component<{
63
- image: {
64
- src: string;
65
- alt?: string;
66
- loading?: "eager" | "lazy";
67
- width?: string | number;
68
- height?: string | number;
69
- };
70
- introduction: IntroductionProps;
71
- buttonText: string;
72
- buttonUrl: string;
73
- buttonOverrides?: ButtonProps;
74
- buttonEventContext?: EventContext;
75
- baseUrl?: string;
76
- serviceCancellationDate?: string | null;
77
- subType?: string;
78
- subscriptionDetails?: {
79
- containerOverrides?: GridLayoutProps["overrides"];
80
- subscriptionType: {
81
- label: string;
82
- overrides?: TextBlockProps;
83
- };
84
- endDate: {
85
- label: string;
86
- overrides?: TextBlockProps;
87
- };
88
- };
89
- }, any, any>>;
@@ -1,40 +0,0 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
- var __rest = (this && this.__rest) || function (s, e) {
13
- var t = {};
14
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
- t[p] = s[p];
16
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
- t[p[i]] = s[p[i]];
20
- }
21
- return t;
22
- };
23
- var _a;
24
- import React from 'react';
25
- import { CANCELLATION_EXPERIMENT } from '../../../constants';
26
- import { ConfirmCancellation } from './ConfirmCancellation';
27
- import { ConfirmCancellationExp2 } from './ConfirmCancellationExp2';
28
- var componentMap = (_a = {},
29
- _a[CANCELLATION_EXPERIMENT.VARIANT_1_ON] = ConfirmCancellation,
30
- _a[CANCELLATION_EXPERIMENT.VARIANT_2_A] = ConfirmCancellationExp2,
31
- _a.default = ConfirmCancellation,
32
- _a);
33
- export var ConfirmCancellationRender = function (_a) {
34
- var _b;
35
- var featureFlags = _a.featureFlags, rest = __rest(_a, ["featureFlags"]);
36
- var experimentFlag = ((_b = featureFlags === null || featureFlags === void 0 ? void 0 : featureFlags.enable_cancel_subscription) === null || _b === void 0 ? void 0 : _b.variationKey) || '';
37
- var componentToRender = componentMap[experimentFlag] || componentMap.default;
38
- return React.createElement(componentToRender, __assign({}, rest));
39
- };
40
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/Components/Sections/ConfirmCancellation/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAOA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAA;AAC5D,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAC3D,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAA;AAgCnE,IAAM,YAAY;IAChB,GAAC,uBAAuB,CAAC,YAAY,IAAG,mBAAmB;IAC3D,GAAC,uBAAuB,CAAC,WAAW,IAAG,uBAAuB;IAC9D,UAAO,GAAE,mBAAmB;OAC7B,CAAA;AAED,MAAM,CAAC,IAAM,yBAAyB,GAAG,UAAC,EAGX;;IAF7B,IAAA,YAAY,kBAAA,EACT,IAAI,cAFiC,gBAGzC,CADQ;IAEP,IAAM,cAAc,GAClB,CAAA,MAAA,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,0BAA0B,0CAAE,YAAY,KAAI,EAAE,CAAA;IAC9D,IAAM,iBAAiB,GAAG,YAAY,CAAC,cAAc,CAAC,IAAI,YAAY,CAAC,OAAO,CAAA;IAE9E,OAAO,KAAK,CAAC,aAAa,CAAC,iBAAiB,eAAO,IAAI,EAAG,CAAA;AAC5D,CAAC,CAAA"}
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import { MQ } from 'newskit';
3
- import { ContextName } from '../../../context/types';
4
- export interface InvoiceHistoryButtonProps {
5
- contextName: ContextName;
6
- currentInvoicePageSize: number;
7
- setCurrentInvoicePageSize: (size: number) => void;
8
- marginBlockEnd?: MQ<string>;
9
- }
10
- export declare const InvoiceHistoryButton: React.FC<InvoiceHistoryButtonProps>;
@@ -1,40 +0,0 @@
1
- import React, { useState } from 'react';
2
- import { useInstrumentation, Button, Stack } from 'newskit';
3
- import { useAccountContext, } from '../../../context';
4
- import { createClickEvent } from '@newskit-render/shared-components';
5
- var minPageSize = 3;
6
- export var InvoiceHistoryButton = function (_a) {
7
- var _b;
8
- var contextName = _a.contextName, currentInvoicePageSize = _a.currentInvoicePageSize, setCurrentInvoicePageSize = _a.setCurrentInvoicePageSize, marginBlockEnd = _a.marginBlockEnd;
9
- var accountContext = useAccountContext(contextName);
10
- var invoiceHistory = accountContext.userData.invoiceHistory;
11
- var fireEvent = useInstrumentation().fireEvent;
12
- var _c = useState(false), isShowLess = _c[0], setIsShowLess = _c[1];
13
- var resultsCount = ((_b = invoiceHistory === null || invoiceHistory === void 0 ? void 0 : invoiceHistory.page) === null || _b === void 0 ? void 0 : _b.content.length) || 0;
14
- var hasNextPage = Boolean(resultsCount > 3);
15
- var handleMoreButtonClick = function () {
16
- fireEvent(createClickEvent('content-list-view', 'button : invoices : more', undefined, undefined, 'Subscriptions & Billing', 'navigation'));
17
- var nextPageSize = currentInvoicePageSize + minPageSize;
18
- if (nextPageSize >= resultsCount) {
19
- setIsShowLess(true);
20
- }
21
- setCurrentInvoicePageSize(nextPageSize);
22
- };
23
- var handleShowLess = function () {
24
- fireEvent(createClickEvent('content-list-view', 'button : invoices : less', undefined, undefined, 'Subscriptions & Billing', 'navigation'));
25
- setIsShowLess(false);
26
- setCurrentInvoicePageSize(minPageSize);
27
- };
28
- if (!hasNextPage) {
29
- return null;
30
- }
31
- return (React.createElement(Stack, { flow: "vertical-center", stackDistribution: "center", marginBlockEnd: marginBlockEnd },
32
- React.createElement(Button, { size: "medium", overrides: {
33
- stylePreset: 'buttonGroupOutlinedTransparent',
34
- paddingInline: {
35
- xs: 'space110',
36
- sm: 'space120',
37
- },
38
- }, onClick: isShowLess ? handleShowLess : handleMoreButtonClick }, isShowLess ? 'Show less' : 'More')));
39
- };
40
- //# sourceMappingURL=InvoiceHistoryButton.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"InvoiceHistoryButton.js","sourceRoot":"","sources":["../../../../../src/Components/Sections/ContentContainer/InvoiceHistoryButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AACvC,OAAO,EAAE,kBAAkB,EAAE,MAAM,EAAE,KAAK,EAAM,MAAM,SAAS,CAAA;AAC/D,OAAO,EAEL,iBAAiB,GAClB,MAAM,kBAAkB,CAAA;AACzB,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAA;AAUpE,IAAM,WAAW,GAAG,CAAC,CAAA;AAErB,MAAM,CAAC,IAAM,oBAAoB,GAAwC,UAAC,EAKzE;;QAJC,WAAW,iBAAA,EACX,sBAAsB,4BAAA,EACtB,yBAAyB,+BAAA,EACzB,cAAc,oBAAA;IAEd,IAAM,cAAc,GAAG,iBAAiB,CACtC,WAAW,CACwB,CAAA;IAEvB,IAAA,cAAc,GACxB,cAAc,wBADU,CACV;IACV,IAAA,SAAS,GAAK,kBAAkB,EAAE,UAAzB,CAAyB;IAEpC,IAAA,KAA8B,QAAQ,CAAC,KAAK,CAAC,EAA5C,UAAU,QAAA,EAAE,aAAa,QAAmB,CAAA;IAEnD,IAAM,YAAY,GAAG,CAAA,MAAA,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,IAAI,0CAAE,OAAO,CAAC,MAAM,KAAI,CAAC,CAAA;IAC9D,IAAM,WAAW,GAAG,OAAO,CAAC,YAAY,GAAG,CAAC,CAAC,CAAA;IAE7C,IAAM,qBAAqB,GAAG;QAC5B,SAAS,CACP,gBAAgB,CACd,mBAAmB,EACnB,0BAA0B,EAC1B,SAAS,EACT,SAAS,EACT,yBAAyB,EACzB,YAAY,CACb,CACF,CAAA;QAED,IAAM,YAAY,GAAG,sBAAsB,GAAG,WAAW,CAAA;QAEzD,IAAI,YAAY,IAAI,YAAY,EAAE,CAAC;YACjC,aAAa,CAAC,IAAI,CAAC,CAAA;QACrB,CAAC;QAED,yBAAyB,CAAC,YAAY,CAAC,CAAA;IACzC,CAAC,CAAA;IAED,IAAM,cAAc,GAAG;QACrB,SAAS,CACP,gBAAgB,CACd,mBAAmB,EACnB,0BAA0B,EAC1B,SAAS,EACT,SAAS,EACT,yBAAyB,EACzB,YAAY,CACb,CACF,CAAA;QAED,aAAa,CAAC,KAAK,CAAC,CAAA;QACpB,yBAAyB,CAAC,WAAW,CAAC,CAAA;IACxC,CAAC,CAAA;IAED,IAAI,CAAC,WAAW,EAAE,CAAC;QACjB,OAAO,IAAI,CAAA;IACb,CAAC;IAED,OAAO,CACL,oBAAC,KAAK,IACJ,IAAI,EAAC,iBAAiB,EACtB,iBAAiB,EAAC,QAAQ,EAC1B,cAAc,EAAE,cAAc;QAE9B,oBAAC,MAAM,IACL,IAAI,EAAC,QAAQ,EACb,SAAS,EAAE;gBACT,WAAW,EAAE,gCAAgC;gBAC7C,aAAa,EAAE;oBACb,EAAE,EAAE,UAAU;oBACd,EAAE,EAAE,UAAU;iBACf;aACF,EACD,OAAO,EAAE,UAAU,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,qBAAqB,IAE3D,UAAU,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,MAAM,CAC3B,CACH,CACT,CAAA;AACH,CAAC,CAAA"}