pds-dev-kit-web-test 0.2.3 → 0.2.5

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 (154) hide show
  1. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +1 -1
  2. package/dist/src/desktop/components/BasicListItem/Contents.d.ts +1 -1
  3. package/dist/src/desktop/components/BasicListItem/Contents.js +1 -1
  4. package/dist/src/desktop/components/BasicListItem/LeftBox/Badge.js +1 -1
  5. package/dist/src/desktop/components/BasicListItem/LeftBox/Checkbox.js +1 -1
  6. package/dist/src/desktop/components/BasicListItem/LeftBox/Icon.js +1 -1
  7. package/dist/src/desktop/components/BasicListItem/LeftBox/Image.js +1 -1
  8. package/dist/src/desktop/components/BasicListItem/LeftBox/Radio.js +1 -1
  9. package/dist/src/desktop/components/BasicListItem/RightBox/Description.d.ts +1 -1
  10. package/dist/src/desktop/components/BasicListItem/RightBox/Description.js +1 -1
  11. package/dist/src/desktop/components/BasicListItem/RightBox/MainButton.js +1 -1
  12. package/dist/src/desktop/components/BasicListItem/RightBox/Switch.js +1 -1
  13. package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.js +1 -1
  14. package/dist/src/mobile/components/BasicListItem/Contents.d.ts +1 -1
  15. package/dist/src/mobile/components/BasicListItem/Contents.js +1 -1
  16. package/dist/src/mobile/components/BasicListItem/LeftBox/Badge.js +1 -1
  17. package/dist/src/mobile/components/BasicListItem/LeftBox/Checkbox.js +1 -1
  18. package/dist/src/mobile/components/BasicListItem/LeftBox/Icon.js +1 -1
  19. package/dist/src/mobile/components/BasicListItem/LeftBox/Image.js +1 -1
  20. package/dist/src/mobile/components/BasicListItem/LeftBox/Radio.js +1 -1
  21. package/dist/src/mobile/components/BasicListItem/RightBox/Description.d.ts +1 -1
  22. package/dist/src/mobile/components/BasicListItem/RightBox/Description.js +1 -1
  23. package/dist/src/mobile/components/BasicListItem/RightBox/MainButton.js +1 -1
  24. package/dist/src/mobile/components/BasicListItem/RightBox/Switch.js +1 -1
  25. package/dist/src/sub/AdminList/AdminList/AdminList.d.ts +1 -1
  26. package/dist/src/sub/AdminList/AdminList/AdminList.js +2 -2
  27. package/dist/src/sub/AdminList/AdminList/HeaderRow.d.ts +1 -1
  28. package/dist/src/sub/AdminList/AdminList/HeaderRow.js +2 -2
  29. package/dist/src/sub/AdminList/AdminListHeader/AdminListHeader.d.ts +1 -1
  30. package/dist/src/sub/AdminList/AdminListHeader/AdminListHeader.js +2 -2
  31. package/dist/src/sub/AdminList/AdminListHeader/HeaderBar.d.ts +1 -1
  32. package/dist/src/sub/AdminList/AdminListHeader/HeaderBar.js +2 -2
  33. package/dist/src/sub/AdminList/AdminListItem/AdminListItem.d.ts +1 -1
  34. package/dist/src/sub/AdminList/AdminListItem/AdminListItem.js +3 -3
  35. package/dist/src/sub/AdminList/BulkActionBar/BulkActionBar.d.ts +1 -1
  36. package/dist/src/sub/AdminList/BulkActionBar/BulkActionBar.js +2 -2
  37. package/dist/src/sub/AdminList/ToolBar/ChipList.d.ts +1 -1
  38. package/dist/src/sub/AdminList/ToolBar/ChipList.js +1 -1
  39. package/dist/src/sub/AdminList/ToolBar/SearchField.js +4 -4
  40. package/dist/src/sub/AdminList/ToolBar/ToolBar.d.ts +1 -1
  41. package/dist/src/sub/AdminList/ToolBar/ToolBar.js +3 -3
  42. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.js +1 -1
  43. package/dist/src/sub/DynamicLayout/components/Section/Section.js +1 -1
  44. package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.d.ts +1 -1
  45. package/dist/src/sub/DynamicLayout/mock_customSection.js +218 -238
  46. package/dist/src/sub/DynamicLayout/nakedMocks.json +139 -83
  47. package/dist/src/sub/DynamicLayout/sectionActionTypes.d.ts +9 -1
  48. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +33 -7
  49. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.js +11 -29
  50. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.d.ts +1 -1
  51. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +22 -16
  52. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/{Divider.d.ts → Divider/Divider.d.ts} +1 -1
  53. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/{Divider.js → Divider/Divider.js} +7 -7
  54. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.d.ts +5 -0
  55. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/{Image.js → Image/Image.js} +24 -9
  56. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/{Image.d.ts → Image/types.d.ts} +1 -5
  57. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/types.js +2 -0
  58. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/RichText.d.ts +1 -1
  59. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/RichText.js +8 -8
  60. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/types.d.ts +1 -1
  61. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.d.ts +5 -0
  62. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/{Text.js → Text/Text.js} +14 -14
  63. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/{Text.d.ts → Text/types.d.ts} +1 -5
  64. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/types.js +2 -0
  65. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Twitter/Twitter.d.ts +5 -0
  66. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/{Twitter.js → Twitter/Twitter.js} +10 -7
  67. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/{Twitter.d.ts → Twitter/types.d.ts} +1 -5
  68. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Twitter/types.js +2 -0
  69. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/Youtube.d.ts +1 -1
  70. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/Youtube.js +9 -9
  71. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/types.d.ts +1 -1
  72. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_HiddenCover.js +1 -1
  73. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/hooks/useCLINK.js +1 -1
  74. package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useRefDimensions.d.ts +5 -0
  75. package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useRefDimensions.js +19 -0
  76. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/colorUtil.js +2 -2
  77. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/replaceUndefinedValues.js +14 -18
  78. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/effectPropParsers/parseEffectPropEntAnim.js +1 -1
  79. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/layoutPropParsers/parseLayoutPropPadding.d.ts +3 -1
  80. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseJsonProperties.d.ts +1 -1
  81. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropBorder.d.ts +6 -5
  82. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropDivider.d.ts +5 -4
  83. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropShadow.js +2 -2
  84. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/types.d.ts +38 -38
  85. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  86. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/mobile/M_TemplateA.js +1 -1
  87. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/MembershipSection.d.ts +1 -1
  88. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/MembershipSection.js +1 -1
  89. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/TemplateA.js +2 -2
  90. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/D_TemplateA.d.ts +1 -1
  91. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/EmptyMembershipSheet.js +4 -4
  92. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipBenefitInfo.d.ts +1 -1
  93. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipBenefitInfo.js +2 -2
  94. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipPlanSheet.d.ts +1 -1
  95. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipPlanSheet.js +5 -5
  96. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipSheet.d.ts +1 -1
  97. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipSheet.js +4 -4
  98. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/NarrowMembershipListView.d.ts +1 -1
  99. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/NarrowMembershipListView.js +3 -3
  100. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/SectionContents.js +2 -2
  101. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/UnavailableMembershipPlanSheet.d.ts +1 -1
  102. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/UnavailableMembershipPlanSheet.js +4 -4
  103. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/WideMembershipListView.d.ts +1 -1
  104. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/WideMembershipListView.js +3 -3
  105. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/M_TemplateA.d.ts +1 -1
  106. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/EmptyMembershipSheet.js +4 -4
  107. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipBenefitInfo.d.ts +1 -1
  108. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipBenefitInfo.js +3 -3
  109. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipContents.d.ts +1 -1
  110. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipSectionSheet.d.ts +1 -1
  111. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipSectionSheet.js +5 -5
  112. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/SectionContents.js +2 -2
  113. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/TemplateB.js +2 -2
  114. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/D_TemplateB.d.ts +1 -1
  115. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/EmptyMembershipSheet.js +4 -4
  116. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipBenefitInfo.d.ts +1 -1
  117. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipBenefitInfo.js +2 -2
  118. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipCard.d.ts +1 -1
  119. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipCard.js +2 -2
  120. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipPlanSheet.d.ts +1 -1
  121. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipPlanSheet.js +5 -5
  122. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipSheet.d.ts +1 -1
  123. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipSheet.js +6 -6
  124. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/SectionContents.js +2 -2
  125. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/UnavailableMembershipPlanSheet.d.ts +1 -1
  126. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/UnavailableMembershipPlanSheet.js +4 -4
  127. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/M_TemplateB.d.ts +1 -1
  128. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/EmptyMembershipSheet.js +4 -4
  129. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipBenefitInfo.d.ts +1 -1
  130. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipBenefitInfo.js +3 -3
  131. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipContents.d.ts +1 -1
  132. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipSectionSheet.d.ts +1 -1
  133. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipSectionSheet.js +5 -5
  134. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/SectionContents.js +2 -2
  135. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/MembershipSection.d.ts +1 -1
  136. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/MembershipSection.js +1 -1
  137. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/TemplateA.js +1 -1
  138. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  139. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/desktop/components/SectionContents.js +2 -2
  140. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/mobile/M_TemplateA.js +1 -1
  141. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/mobile/components/SectionContents.js +2 -2
  142. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/TemplateB.js +1 -1
  143. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/desktop/D_TemplateB.js +1 -1
  144. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/desktop/components/SectionContents.js +2 -2
  145. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/mobile/M_TemplateB.js +1 -1
  146. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/mobile/components/SectionContents.js +2 -2
  147. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/desktop/MembershipSectionItem.d.ts +3 -3
  148. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/desktop/MembershipSectionItem.js +2 -2
  149. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/mobile/MembershipSectionItem.d.ts +3 -3
  150. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/mobile/MembershipSectionItem.js +2 -2
  151. package/dist/src/sub/DynamicLayout/sections/MembershipSection/constants.d.ts +1 -1
  152. package/package.json +2 -2
  153. package/release-note.md +15 -6
  154. package/webhook/node_modules/esrecurse/.babelrc +0 -3
@@ -16,6 +16,8 @@ export declare type CB_STYLE_PROP_PADDING_BASE = {
16
16
  };
17
17
  export declare type CB_LAYOUT_PROP_PADDING_SPECS = CB_STYLE_PROP_PADDING_BASE & {
18
18
  CB_LAYOUT_PROP_PADDING_SPEC_PADDING: CB_LAYOUT_PROP_PADDING_SPEC_PADDING_OBJ;
19
- 'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE'?: CB_LAYOUT_PROP_PADDING_SPEC_PADDING_OBJ | undefined;
19
+ 'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': CB_LAYOUT_PROP_PADDING_SPEC_PADDING_OBJ | undefined;
20
+ CB_LAYOUT_PROP_PADDING_SPEC_FIX: boolean;
21
+ 'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': boolean | undefined;
20
22
  };
21
23
  export {};
@@ -1,3 +1,3 @@
1
1
  import type { Device, OverlayStyleAndOverlayHoverStyle, ParserResult } from './types';
2
- import type { ISectionJsonProperties } from '../../../../DynamicLayout/types';
2
+ import type { ISectionJsonProperties } from '@sub/DynamicLayout/types';
3
3
  export default function parseJsonProperties(properties: ISectionJsonProperties, device: Device): ParserResult & Partial<OverlayStyleAndOverlayHoverStyle>;
@@ -1,4 +1,4 @@
1
- import type { Device, ENUM_STRING, NUMBER_INTEGER, STRING_8DIGIT_HEX, StyleAndHoverStyle } from '../types';
1
+ import type { Device, NUMBER_INTEGER, STRING_8DIGIT_HEX, StyleAndHoverStyle } from '../types';
2
2
  import type { CB_STYLE_PROP_KEYS } from './types';
3
3
  export declare type NAMED_CB_STYLE_BORDER_PROPS = {
4
4
  name: CB_STYLE_PROP_KEYS.CB_STYLE_PROP_BORDER;
@@ -11,17 +11,18 @@ declare type CB_STYLE_PROP_BORDER_SPEC_RADIUS_OBJ = {
11
11
  bl: number;
12
12
  br: number;
13
13
  };
14
+ declare type CB_STYLE_PROP_BORDER_SPEC_STYLE = 'NONE' | 'SOLID' | 'DOTTED' | 'DASHED';
14
15
  export declare type CB_STYLE_PROP_BORDER_SPECS_BASE = {
15
- CB_STYLE_PROP_BORDER_SPEC_STYLE: ENUM_STRING;
16
+ CB_STYLE_PROP_BORDER_SPEC_STYLE: CB_STYLE_PROP_BORDER_SPEC_STYLE;
16
17
  CB_STYLE_PROP_BORDER_SPEC_WIDTH: NUMBER_INTEGER;
17
18
  CB_STYLE_PROP_BORDER_SPEC_COLOR: STRING_8DIGIT_HEX;
18
19
  CB_STYLE_PROP_BORDER_SPEC_RADIUS: CB_STYLE_PROP_BORDER_SPEC_RADIUS_OBJ;
19
20
  CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX: boolean;
20
21
  };
21
22
  export declare type CB_STYLE_PROP_BORDER_SPECS = CB_STYLE_PROP_BORDER_SPECS_BASE & {
22
- 'CB_STYLE_PROP_BORDER_SPEC_STYLE:HOVER': ENUM_STRING;
23
- 'CB_STYLE_PROP_BORDER_SPEC_STYLE:MOBILE': ENUM_STRING | undefined;
24
- 'CB_STYLE_PROP_BORDER_SPEC_STYLE:MOBILE:HOVER': ENUM_STRING | undefined;
23
+ 'CB_STYLE_PROP_BORDER_SPEC_STYLE:HOVER': CB_STYLE_PROP_BORDER_SPEC_STYLE;
24
+ 'CB_STYLE_PROP_BORDER_SPEC_STYLE:MOBILE': CB_STYLE_PROP_BORDER_SPEC_STYLE | undefined;
25
+ 'CB_STYLE_PROP_BORDER_SPEC_STYLE:MOBILE:HOVER': CB_STYLE_PROP_BORDER_SPEC_STYLE | undefined;
25
26
  'CB_STYLE_PROP_BORDER_SPEC_WIDTH:HOVER': NUMBER_INTEGER;
26
27
  'CB_STYLE_PROP_BORDER_SPEC_WIDTH:MOBILE': NUMBER_INTEGER | undefined;
27
28
  'CB_STYLE_PROP_BORDER_SPEC_WIDTH:MOBILE:HOVER': NUMBER_INTEGER | undefined;
@@ -7,15 +7,16 @@ export declare type NAMED_CB_STYLE_DIVIDER_PROPS = {
7
7
  };
8
8
  export declare type ValueSetType = Partial<Record<SpecKeys, string | number | undefined>>;
9
9
  export default function parseStylePropDivider(namedProps: NAMED_CB_STYLE_DIVIDER_PROPS, device: Device): StyleAndHoverStyle;
10
+ export declare type CB_STYLE_PROP_DIVIDER_SPEC_STYLE = 'NONE' | 'SOLID' | 'DOTTED' | 'DASHED';
10
11
  export declare type CB_STYLE_PROP_DIVIDER_SPECS_BASE = {
11
- CB_STYLE_PROP_DIVIDER_SPEC_STYLE: ENUM_STRING;
12
+ CB_STYLE_PROP_DIVIDER_SPEC_STYLE: CB_STYLE_PROP_DIVIDER_SPEC_STYLE;
12
13
  CB_STYLE_PROP_DIVIDER_SPEC_WIDTH: NUMBER_INTEGER;
13
14
  CB_STYLE_PROP_DIVIDER_SPEC_COLOR: ENUM_STRING;
14
15
  };
15
16
  export declare type CB_STYLE_PROP_DIVIDER_SPECS = CB_STYLE_PROP_DIVIDER_SPECS_BASE & {
16
- 'CB_STYLE_PROP_DIVIDER_SPEC_STYLE:HOVER': ENUM_STRING;
17
- 'CB_STYLE_PROP_DIVIDER_SPEC_STYLE:MOBILE': ENUM_STRING | undefined;
18
- 'CB_STYLE_PROP_DIVIDER_SPEC_STYLE:MOBILE:HOVER': ENUM_STRING | undefined;
17
+ 'CB_STYLE_PROP_DIVIDER_SPEC_STYLE:HOVER': CB_STYLE_PROP_DIVIDER_SPEC_STYLE;
18
+ 'CB_STYLE_PROP_DIVIDER_SPEC_STYLE:MOBILE': CB_STYLE_PROP_DIVIDER_SPEC_STYLE | undefined;
19
+ 'CB_STYLE_PROP_DIVIDER_SPEC_STYLE:MOBILE:HOVER': CB_STYLE_PROP_DIVIDER_SPEC_STYLE | undefined;
19
20
  'CB_STYLE_PROP_DIVIDER_SPEC_WIDTH:HOVER': NUMBER_INTEGER;
20
21
  'CB_STYLE_PROP_DIVIDER_SPEC_WIDTH:MOBILE': NUMBER_INTEGER | undefined;
21
22
  'CB_STYLE_PROP_DIVIDER_SPEC_WIDTH:MOBILE:HOVER': NUMBER_INTEGER | undefined;
@@ -28,8 +28,8 @@ function parseStylePropShadow(namedProps, device) {
28
28
  var value = specs[baseKey];
29
29
  var hoverValue = specs[baseKey + ":HOVER"];
30
30
  return {
31
- normal: __assign(__assign({}, acc.normal), (_a = {}, _a[baseKey] = value, _a)),
32
- hover: __assign(__assign({}, acc.hover), (_b = {}, _b[baseKey] = hoverValue, _b))
31
+ normal: __assign(__assign({}, acc.normal), (_a = {}, _a[cur] = value, _a)),
32
+ hover: __assign(__assign({}, acc.hover), (_b = {}, _b[cur] = hoverValue, _b))
33
33
  };
34
34
  }, {
35
35
  normal: {},
@@ -1,6 +1,6 @@
1
1
  import type { CB_BTNTEXT_STYLE_PROPS, CB_STYLE_PROP_BTNCOLOR_SPECS } from '../components/ComponentBlock/componentBlocks/Button/btnTypes';
2
- import type { CB_TEXT_STYLE_PROPS } from '../components/ComponentBlock/componentBlocks/Text';
3
- import type { CB_TWITTER_STYLE_PROPS } from '../components/ComponentBlock/componentBlocks/Twitter';
2
+ import type { CB_TEXT_STYLE_PROPS } from '../components/ComponentBlock/componentBlocks/Text/types';
3
+ import type { CB_TWITTER_STYLE_PROPS } from '../components/ComponentBlock/componentBlocks/Twitter/types';
4
4
  import type { CB_CONTENT_PROP_CLINK, CB_CONTENT_PROP_IMAGE, CB_CONTENT_PROP_TEXT, CB_CONTENT_PROP_TWITTER } from '../components/ComponentBlock/componentBlocks/types';
5
5
  import type { CB_CONTENT_PROP_YOUTUBE_TYPE, CB_STYLE_PROP_BGCOLOR_SPECS } from '../components/ComponentBlock/componentBlocks/Youtube/types';
6
6
  import type { CB_CONTENT_PROP_VISIBILITY_SPECS } from './contentPropParsers/parseContentVisibility';
@@ -25,49 +25,61 @@ export declare type CB_GENERAL_PROPERTIES_TYPE = {
25
25
  CB_CONTENT_PROP_HOVER_SPEC_MUSE: boolean;
26
26
  };
27
27
  };
28
+ export declare type CB_PLACEMENT_PROP_SPECS = {
29
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS: number;
30
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE': number;
31
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: number;
32
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE': number;
33
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX: number;
34
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX:MOBILE': number;
35
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY: number;
36
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE': number;
37
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX: number;
38
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE': number;
39
+ };
28
40
  export declare type CB_TEXT_PROPERTIES_TYPE = CB_GENERAL_PROPERTIES_TYPE & {
41
+ CB_CONTENT_PROP_TEXT: CB_CONTENT_PROP_TEXT;
42
+ CB_CONTENT_PROP_CLINK: CB_CONTENT_PROP_CLINK;
43
+ CB_CONTENT_PROP_VISIBILITY: CB_CONTENT_PROP_VISIBILITY_SPECS;
29
44
  CB_STYLE_PROP_TEXT: CB_TEXT_STYLE_PROPS;
30
45
  CB_STYLE_PROP_OPACITY: CB_STYLE_PROP_TEXT_OPACITY_SPECS;
31
46
  CB_LAYOUT_PROP_PADDING: CB_LAYOUT_PROP_PADDING_SPECS;
32
47
  CB_LAYOUT_PROP_ARRANGE: CB_LAYOUT_PROP_ARRANGE_SPECS;
33
- CB_CONTENT_PROP_TEXT: CB_CONTENT_PROP_TEXT;
34
- CB_CONTENT_PROP_CLINK: CB_CONTENT_PROP_CLINK;
35
- CB_CONTENT_PROP_VISIBILITY: CB_CONTENT_PROP_VISIBILITY_SPECS;
36
48
  CB_EFFECT_PROP_ENTANIM: CB_EFFECT_PROP_ENTANIM_SPECS;
37
49
  };
38
50
  export declare type CB_BTN_PROPERTIES_TYPE = CB_GENERAL_PROPERTIES_TYPE & {
39
51
  CB_CONTENT_PROP_TEXT: CB_CONTENT_PROP_TEXT;
40
52
  CB_CONTENT_PROP_CLINK: CB_CONTENT_PROP_CLINK;
53
+ CB_CONTENT_PROP_VISIBILITY: CB_CONTENT_PROP_VISIBILITY_SPECS;
41
54
  CB_STYLE_PROP_BTNTEXT: CB_BTNTEXT_STYLE_PROPS;
42
55
  CB_STYLE_PROP_BORDER: CB_STYLE_PROP_BORDER_SPECS;
56
+ CB_STYLE_PROP_SHADOW: CB_STYLE_PROP_SHADOW_SPECS;
57
+ CB_STYLE_PROP_OPACITY: CB_STYLE_PROP_TEXT_OPACITY_SPECS;
58
+ CB_STYLE_PROP_BTNCOLOR: CB_STYLE_PROP_BTNCOLOR_SPECS;
43
59
  CB_LAYOUT_PROP_PADDING: CB_LAYOUT_PROP_PADDING_SPECS;
44
60
  CB_LAYOUT_PROP_ARRANGE: CB_LAYOUT_PROP_ARRANGE_SPECS;
45
- CB_STYLE_PROP_OPACITY: CB_STYLE_PROP_TEXT_OPACITY_SPECS;
46
- CB_CONTENT_PROP_VISIBILITY: CB_CONTENT_PROP_VISIBILITY_SPECS;
47
61
  CB_EFFECT_PROP_ENTANIM: CB_EFFECT_PROP_ENTANIM_SPECS;
48
- CB_STYLE_PROP_BTNCOLOR: CB_STYLE_PROP_BTNCOLOR_SPECS;
49
- CB_STYLE_PROP_SHADOW: CB_STYLE_PROP_SHADOW_SPECS;
50
62
  };
51
63
  export declare type CB_IMG_PROPERTIES_TYPE = CB_GENERAL_PROPERTIES_TYPE & {
52
64
  CB_CONTENT_PROP_CLINK: CB_CONTENT_PROP_CLINK;
53
65
  CB_CONTENT_PROP_IMAGE: CB_CONTENT_PROP_IMAGE;
54
66
  CB_CONTENT_PROP_VISIBILITY: CB_CONTENT_PROP_VISIBILITY_SPECS;
55
- CB_LAYOUT_PROP_ARRANGE: CB_LAYOUT_PROP_ARRANGE_SPECS;
56
- CB_LAYOUT_PROP_PADDING: CB_LAYOUT_PROP_PADDING_SPECS;
57
- CB_STYLE_PROP_BORDER: CB_STYLE_PROP_BORDER_SPECS;
58
67
  CB_STYLE_PROP_IMAGE: CB_STYLE_PROP_IMAGE_SPECS;
59
- CB_STYLE_PROP_OPACITY: CB_STYLE_PROP_TEXT_OPACITY_SPECS;
68
+ CB_STYLE_PROP_BORDER: CB_STYLE_PROP_BORDER_SPECS;
60
69
  CB_STYLE_PROP_SHADOW: CB_STYLE_PROP_SHADOW_SPECS;
70
+ CB_STYLE_PROP_OPACITY: CB_STYLE_PROP_TEXT_OPACITY_SPECS;
71
+ CB_LAYOUT_PROP_ARRANGE: CB_LAYOUT_PROP_ARRANGE_SPECS;
72
+ CB_LAYOUT_PROP_PADDING: CB_LAYOUT_PROP_PADDING_SPECS;
61
73
  CB_EFFECT_PROP_ENTANIM: CB_EFFECT_PROP_ENTANIM_SPECS;
62
74
  };
63
75
  export declare type CB_TWITTER_PROPERTIES_TYPE = CB_GENERAL_PROPERTIES_TYPE & {
64
76
  CB_CONTENT_PROP_TWITTER: CB_CONTENT_PROP_TWITTER;
65
77
  CB_CONTENT_PROP_VISIBILITY: CB_CONTENT_PROP_VISIBILITY_SPECS;
78
+ CB_STYLE_PROP_TWITTER: CB_TWITTER_STYLE_PROPS;
79
+ CB_STYLE_PROP_SHADOW: CB_STYLE_PROP_SHADOW_SPECS;
80
+ CB_STYLE_PROP_OPACITY: CB_STYLE_PROP_TEXT_OPACITY_SPECS;
66
81
  CB_LAYOUT_PROP_ARRANGE: CB_LAYOUT_PROP_ARRANGE_SPECS;
67
82
  CB_LAYOUT_PROP_PADDING: CB_LAYOUT_PROP_PADDING_SPECS;
68
- CB_STYLE_PROP_OPACITY: CB_STYLE_PROP_TEXT_OPACITY_SPECS;
69
- CB_STYLE_PROP_SHADOW: CB_STYLE_PROP_SHADOW_SPECS;
70
- CB_STYLE_PROP_TWITTER: CB_TWITTER_STYLE_PROPS;
71
83
  CB_EFFECT_PROP_ENTANIM: CB_EFFECT_PROP_ENTANIM_SPECS;
72
84
  };
73
85
  export declare type CB_RICHTEXT_PROPERTIES_TYPE = CB_GENERAL_PROPERTIES_TYPE & {
@@ -75,29 +87,29 @@ export declare type CB_RICHTEXT_PROPERTIES_TYPE = CB_GENERAL_PROPERTIES_TYPE & {
75
87
  CB_CONTENT_PROP_TEXTEDIT_SPEC_EDITOR: string;
76
88
  };
77
89
  CB_CONTENT_PROP_VISIBILITY: CB_CONTENT_PROP_VISIBILITY_SPECS;
78
- CB_EFFECT_PROP_ENTANIM: CB_EFFECT_PROP_ENTANIM_SPECS;
79
- CB_LAYOUT_PROP_ARRANGE: CB_LAYOUT_PROP_ARRANGE_SPECS;
80
- CB_LAYOUT_PROP_PADDING: CB_LAYOUT_PROP_PADDING_SPECS;
81
- CB_STYLE_PROP_BGCOLOR: CB_STYLE_PROP_BGCOLOR_SPECS;
82
90
  CB_STYLE_PROP_BORDER: CB_STYLE_PROP_BORDER_SPECS;
83
- CB_STYLE_PROP_OPACITY: CB_STYLE_PROP_TEXT_OPACITY_SPECS;
84
91
  CB_STYLE_PROP_SHADOW: CB_STYLE_PROP_SHADOW_SPECS;
92
+ CB_STYLE_PROP_OPACITY: CB_STYLE_PROP_TEXT_OPACITY_SPECS;
93
+ CB_STYLE_PROP_BGCOLOR: CB_STYLE_PROP_BGCOLOR_SPECS;
94
+ CB_LAYOUT_PROP_ARRANGE: CB_LAYOUT_PROP_ARRANGE_SPECS;
95
+ CB_LAYOUT_PROP_PADDING: CB_LAYOUT_PROP_PADDING_SPECS;
96
+ CB_EFFECT_PROP_ENTANIM: CB_EFFECT_PROP_ENTANIM_SPECS;
85
97
  };
86
98
  export declare type CB_DIVIDER_PROPERTIES_TYPE = CB_GENERAL_PROPERTIES_TYPE & {
87
99
  CB_CONTENT_PROP_VISIBILITY: CB_CONTENT_PROP_VISIBILITY_SPECS;
88
- CB_EFFECT_PROP_ENTANIM: CB_EFFECT_PROP_ENTANIM_SPECS;
100
+ CB_STYLE_PROP_DIVIDER: CB_STYLE_PROP_DIVIDER_SPECS;
89
101
  CB_LAYOUT_PROP_ARRANGE: CB_LAYOUT_PROP_ARRANGE_SPECS;
90
102
  CB_LAYOUT_PROP_PADDING: CB_LAYOUT_PROP_PADDING_SPECS;
91
- CB_STYLE_PROP_DIVIDER: CB_STYLE_PROP_DIVIDER_SPECS;
103
+ CB_EFFECT_PROP_ENTANIM: CB_EFFECT_PROP_ENTANIM_SPECS;
92
104
  };
93
105
  export declare type CB_YOUTUBE_PROPERTIES_TYPE = CB_GENERAL_PROPERTIES_TYPE & {
94
106
  CB_CONTENT_PROP_VISIBILITY: CB_CONTENT_PROP_VISIBILITY_SPECS;
95
107
  CB_CONTENT_PROP_YOUTUBE: CB_CONTENT_PROP_YOUTUBE_TYPE;
108
+ CB_STYLE_PROP_SHADOW: CB_STYLE_PROP_SHADOW_SPECS;
109
+ CB_STYLE_PROP_OPACITY: CB_STYLE_PROP_TEXT_OPACITY_SPECS;
110
+ CB_STYLE_PROP_BGCOLOR: CB_STYLE_PROP_BGCOLOR_SPECS;
96
111
  CB_LAYOUT_PROP_ARRANGE: CB_LAYOUT_PROP_ARRANGE_SPECS;
97
112
  CB_LAYOUT_PROP_PADDING: CB_LAYOUT_PROP_PADDING_SPECS;
98
- CB_STYLE_PROP_BGCOLOR: CB_STYLE_PROP_BGCOLOR_SPECS;
99
- CB_STYLE_PROP_OPACITY: CB_STYLE_PROP_TEXT_OPACITY_SPECS;
100
- CB_STYLE_PROP_SHADOW: CB_STYLE_PROP_SHADOW_SPECS;
101
113
  CB_EFFECT_PROP_ENTANIM: CB_EFFECT_PROP_ENTANIM_SPECS;
102
114
  };
103
115
  export declare type StyleType = {
@@ -120,15 +132,3 @@ export declare type ParserResult = {
120
132
  content: Record<string, unknown>;
121
133
  };
122
134
  export declare type NamedPropAllTypes = NamedStylePropType | NamedLayoutPropType;
123
- export declare type CB_PLACEMENT_PROP_SPECS = {
124
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS: number;
125
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE': number;
126
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: number;
127
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE': number;
128
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX: number;
129
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX:MOBILE': number;
130
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY: number;
131
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE': number;
132
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX: number;
133
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE': number;
134
- };
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var jsx_runtime_1 = require("react/jsx-runtime");
4
4
  var react_1 = require("react");
5
- var DynamicLayout_1 = require("../../../../../../DynamicLayout");
5
+ var DynamicLayout_1 = require("@sub/DynamicLayout");
6
6
  var Section_1 = require("../../../../../components/Section");
7
7
  function TemplateA() {
8
8
  var sectionActionHandler = (0, react_1.useContext)(DynamicLayout_1.dynamicLayoutContext).sectionActionHandler;
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var jsx_runtime_1 = require("react/jsx-runtime");
4
4
  var react_1 = require("react");
5
- var DynamicLayout_1 = require("../../../../../../DynamicLayout");
5
+ var DynamicLayout_1 = require("@sub/DynamicLayout");
6
6
  var Section_1 = require("../../../../../components/Section");
7
7
  function TemplateA() {
8
8
  var sectionActionHandler = (0, react_1.useContext)(DynamicLayout_1.dynamicLayoutContext).sectionActionHandler;
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
- import type { ISection } from '../../../../DynamicLayout/types';
2
+ import type { ISection } from '@sub/DynamicLayout/types';
3
3
  declare function EditTypeMembershipSection({ ...props }: ISection): JSX.Element;
4
4
  export default EditTypeMembershipSection;
@@ -31,7 +31,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
31
31
  Object.defineProperty(exports, "__esModule", { value: true });
32
32
  var jsx_runtime_1 = require("react/jsx-runtime");
33
33
  var react_1 = require("react");
34
- var components_1 = require("../../../../DynamicLayout/components");
34
+ var components_1 = require("@sub/DynamicLayout/components");
35
35
  var styled_components_1 = __importDefault(require("styled-components"));
36
36
  var templates_1 = require("./templates");
37
37
  function EditTypeMembershipSection(_a) {
@@ -2,8 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var jsx_runtime_1 = require("react/jsx-runtime");
4
4
  var react_1 = require("react");
5
- var Section_1 = require("../../../../../../DynamicLayout/components/Section");
6
- var dynamicLayoutContext_1 = require("../../../../../../DynamicLayout/dynamicLayoutContext");
5
+ var Section_1 = require("@sub/DynamicLayout/components/Section");
6
+ var dynamicLayoutContext_1 = require("@sub/DynamicLayout/dynamicLayoutContext");
7
7
  var desktop_1 = require("./desktop");
8
8
  var mobile_1 = require("./mobile");
9
9
  function TemplateA(_a) {
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { IMembershipDisplay } from '../../../../../../../DynamicLayout/types';
2
+ import type { IMembershipDisplay } from '@sub/DynamicLayout/types';
3
3
  declare type Props = {
4
4
  membershipDisplay: IMembershipDisplay;
5
5
  isWideView: boolean;
@@ -14,10 +14,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
14
14
  var jsx_runtime_1 = require("react/jsx-runtime");
15
15
  var react_1 = require("react");
16
16
  var react_i18next_1 = require("react-i18next");
17
- var panels_1 = require("../../../../../../../../../desktop/panels");
18
- var Section_1 = require("../../../../../../../../DynamicLayout/components/Section");
19
- var components_1 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/components");
20
- var constants_1 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/constants");
17
+ var panels_1 = require("@desktop/panels");
18
+ var Section_1 = require("@sub/DynamicLayout/components/Section");
19
+ var components_1 = require("@sub/DynamicLayout/sections/MembershipSection/components");
20
+ var constants_1 = require("@sub/DynamicLayout/sections/MembershipSection/constants");
21
21
  function EmptyMembershipSheet() {
22
22
  var t = (0, react_i18next_1.useTranslation)('translation').t;
23
23
  var section = (0, react_1.useContext)(Section_1.sectionContext);
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { IMembershipBenefitInfo } from '../../../../../../../../DynamicLayout/types';
2
+ import type { IMembershipBenefitInfo } from '@sub/DynamicLayout/types';
3
3
  declare type Props = {
4
4
  membershipBenefitInfo: IMembershipBenefitInfo;
5
5
  itemToneTextLabelColor: string;
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var jsx_runtime_1 = require("react/jsx-runtime");
4
- var components_1 = require("../../../../../../../../DynamicLayout/components");
5
- var components_2 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/components");
4
+ var components_1 = require("@sub/DynamicLayout/components");
5
+ var components_2 = require("@sub/DynamicLayout/sections/MembershipSection/components");
6
6
  function MembershipBenefitInfo(_a) {
7
7
  var membershipBenefitInfo = _a.membershipBenefitInfo, itemToneTextLabelColor = _a.itemToneTextLabelColor;
8
8
  return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_e" }, void 0), membershipBenefitInfo.benefitAlpha && ((0, jsx_runtime_1.jsx)(components_2.D_MembershipSectionItem.Description, { text: membershipBenefitInfo.benefitAlpha, styleTheme: "subTitleRegular", color: itemToneTextLabelColor, textAlign: "left", wordBreak: "break_all", bulletPointMode: "use" }, void 0)), membershipBenefitInfo.benefitBravo && ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(components_2.D_MembershipSectionItem.Description, { text: membershipBenefitInfo.benefitBravo, styleTheme: "subTitleRegular", color: itemToneTextLabelColor, textAlign: "left", wordBreak: "break_all", bulletPointMode: "use" }, void 0)] }, void 0)), membershipBenefitInfo.benefitCharlie && ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(components_2.D_MembershipSectionItem.Description, { text: membershipBenefitInfo.benefitCharlie, styleTheme: "subTitleRegular", color: itemToneTextLabelColor, textAlign: "left", wordBreak: "break_all", bulletPointMode: "use" }, void 0)] }, void 0)), membershipBenefitInfo.benefitDelta && ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(components_2.D_MembershipSectionItem.Description, { text: membershipBenefitInfo.benefitDelta, styleTheme: "subTitleRegular", color: itemToneTextLabelColor, textAlign: "left", wordBreak: "break_all", bulletPointMode: "use" }, void 0)] }, void 0)), membershipBenefitInfo.benefitEcho && ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(components_2.D_MembershipSectionItem.Description, { text: membershipBenefitInfo.benefitEcho, styleTheme: "subTitleRegular", color: itemToneTextLabelColor, textAlign: "left", wordBreak: "break_all", bulletPointMode: "use" }, void 0)] }, void 0))] }, void 0));
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { IConnectedSubscriptionProducts, ISectionStyles } from '../../../../../../../../DynamicLayout/types';
2
+ import type { IConnectedSubscriptionProducts, ISectionStyles } from '@sub/DynamicLayout/types';
3
3
  declare type Props = {
4
4
  connectedSubscriptionProducts: IConnectedSubscriptionProducts;
5
5
  sectionStyles: ISectionStyles;
@@ -21,11 +21,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
21
21
  var jsx_runtime_1 = require("react/jsx-runtime");
22
22
  var react_1 = require("react");
23
23
  var react_i18next_1 = require("react-i18next");
24
- var panels_1 = require("../../../../../../../../../desktop/panels");
25
- var components_1 = require("../../../../../../../../../hybrid/components");
26
- var components_2 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/components");
27
- var constants_1 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/constants");
28
- var formatCurrency_1 = __importDefault(require("../../../../../../../../DynamicLayout/utils/formatCurrency"));
24
+ var panels_1 = require("@desktop/panels");
25
+ var components_1 = require("@hybrid/components");
26
+ var components_2 = require("@sub/DynamicLayout/sections/MembershipSection/components");
27
+ var constants_1 = require("@sub/DynamicLayout/sections/MembershipSection/constants");
28
+ var formatCurrency_1 = __importDefault(require("@sub/DynamicLayout/utils/formatCurrency"));
29
29
  var styled_components_1 = __importDefault(require("styled-components"));
30
30
  function MembershipPlanSheet(_a) {
31
31
  var connectedSubscriptionProducts = _a.connectedSubscriptionProducts, sectionStyles = _a.sectionStyles;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { IConnectedMembership } from '../../../../../../../../DynamicLayout/types';
2
+ import type { IConnectedMembership } from '@sub/DynamicLayout/types';
3
3
  declare type Props = {
4
4
  connectedMemberships: IConnectedMembership[];
5
5
  isWideView: boolean;
@@ -39,10 +39,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
39
39
  Object.defineProperty(exports, "__esModule", { value: true });
40
40
  var jsx_runtime_1 = require("react/jsx-runtime");
41
41
  var react_1 = require("react");
42
- var panels_1 = require("../../../../../../../../../desktop/panels");
43
- var Section_1 = require("../../../../../../../../DynamicLayout/components/Section");
44
- var components_1 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/components");
45
- var constants_1 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/constants");
42
+ var panels_1 = require("@desktop/panels");
43
+ var Section_1 = require("@sub/DynamicLayout/components/Section");
44
+ var components_1 = require("@sub/DynamicLayout/sections/MembershipSection/components");
45
+ var constants_1 = require("@sub/DynamicLayout/sections/MembershipSection/constants");
46
46
  var styled_components_1 = __importStar(require("styled-components"));
47
47
  var MembershipBenefitInfo_1 = __importDefault(require("./MembershipBenefitInfo"));
48
48
  var MembershipPlanSheet_1 = __importDefault(require("./MembershipPlanSheet"));
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { IConnectedMembership, TypeOfItemToneType } from '../../../../../../../../DynamicLayout/types';
2
+ import type { IConnectedMembership, TypeOfItemToneType } from '@sub/DynamicLayout/types';
3
3
  declare type Props = {
4
4
  connectedMemberships: IConnectedMembership[];
5
5
  itemHighlightingColorInHex: string;
@@ -36,9 +36,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
37
  var jsx_runtime_1 = require("react/jsx-runtime");
38
38
  var react_1 = require("react");
39
- var panels_1 = require("../../../../../../../../../desktop/panels");
40
- var components_1 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/components");
41
- var constants_1 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/constants");
39
+ var panels_1 = require("@desktop/panels");
40
+ var components_1 = require("@sub/DynamicLayout/sections/MembershipSection/components");
41
+ var constants_1 = require("@sub/DynamicLayout/sections/MembershipSection/constants");
42
42
  var styled_components_1 = __importStar(require("styled-components"));
43
43
  function NarrowMembershipListView(_a) {
44
44
  var connectedMemberships = _a.connectedMemberships, itemHighlightingColorInHex = _a.itemHighlightingColorInHex, itemToneType = _a.itemToneType, currentIndex = _a.currentIndex, handleMembershipClick = _a.handleMembershipClick;
@@ -20,8 +20,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
20
20
  Object.defineProperty(exports, "__esModule", { value: true });
21
21
  var jsx_runtime_1 = require("react/jsx-runtime");
22
22
  var react_1 = require("react");
23
- var Section_1 = require("../../../../../../../../DynamicLayout/components/Section");
24
- var components_1 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/components");
23
+ var Section_1 = require("@sub/DynamicLayout/components/Section");
24
+ var components_1 = require("@sub/DynamicLayout/sections/MembershipSection/components");
25
25
  var styled_components_1 = __importDefault(require("styled-components"));
26
26
  function SectionContents() {
27
27
  var section = (0, react_1.useContext)(Section_1.sectionContext);
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { ISectionStyles } from '../../../../../../../../DynamicLayout/types';
2
+ import type { ISectionStyles } from '@sub/DynamicLayout/types';
3
3
  declare type Props = {
4
4
  sectionStyles: ISectionStyles;
5
5
  };
@@ -13,10 +13,10 @@ var __assign = (this && this.__assign) || function () {
13
13
  Object.defineProperty(exports, "__esModule", { value: true });
14
14
  var jsx_runtime_1 = require("react/jsx-runtime");
15
15
  var react_i18next_1 = require("react-i18next");
16
- var panels_1 = require("../../../../../../../../../desktop/panels");
17
- var components_1 = require("../../../../../../../../../hybrid/components");
18
- var components_2 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/components");
19
- var constants_1 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/constants");
16
+ var panels_1 = require("@desktop/panels");
17
+ var components_1 = require("@hybrid/components");
18
+ var components_2 = require("@sub/DynamicLayout/sections/MembershipSection/components");
19
+ var constants_1 = require("@sub/DynamicLayout/sections/MembershipSection/constants");
20
20
  function UnavailableMembershipPlanSheet(_a) {
21
21
  var sectionStyles = _a.sectionStyles;
22
22
  var t = (0, react_i18next_1.useTranslation)('translation').t;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { IConnectedMembership, TypeOfItemToneType } from '../../../../../../../../DynamicLayout/types';
2
+ import type { IConnectedMembership, TypeOfItemToneType } from '@sub/DynamicLayout/types';
3
3
  declare type Props = {
4
4
  connectedMemberships: IConnectedMembership[];
5
5
  itemHighlightingColorInHex: string;
@@ -20,9 +20,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
20
20
  Object.defineProperty(exports, "__esModule", { value: true });
21
21
  var jsx_runtime_1 = require("react/jsx-runtime");
22
22
  var react_1 = require("react");
23
- var panels_1 = require("../../../../../../../../../desktop/panels");
24
- var components_1 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/components");
25
- var constants_1 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/constants");
23
+ var panels_1 = require("@desktop/panels");
24
+ var components_1 = require("@sub/DynamicLayout/sections/MembershipSection/components");
25
+ var constants_1 = require("@sub/DynamicLayout/sections/MembershipSection/constants");
26
26
  var styled_components_1 = __importDefault(require("styled-components"));
27
27
  function WideMembershipListView(_a) {
28
28
  var connectedMemberships = _a.connectedMemberships, itemHighlightingColorInHex = _a.itemHighlightingColorInHex, itemToneType = _a.itemToneType, currentIndex = _a.currentIndex, handleMembershipClick = _a.handleMembershipClick;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { IMembershipDisplay } from '../../../../../../../DynamicLayout/types';
2
+ import type { IMembershipDisplay } from '@sub/DynamicLayout/types';
3
3
  declare type Props = {
4
4
  membershipDisplay: IMembershipDisplay;
5
5
  };
@@ -14,10 +14,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
14
14
  var jsx_runtime_1 = require("react/jsx-runtime");
15
15
  var react_1 = require("react");
16
16
  var react_i18next_1 = require("react-i18next");
17
- var panels_1 = require("../../../../../../../../../desktop/panels");
18
- var Section_1 = require("../../../../../../../../DynamicLayout/components/Section");
19
- var components_1 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/components");
20
- var constants_1 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/constants");
17
+ var panels_1 = require("@desktop/panels");
18
+ var Section_1 = require("@sub/DynamicLayout/components/Section");
19
+ var components_1 = require("@sub/DynamicLayout/sections/MembershipSection/components");
20
+ var constants_1 = require("@sub/DynamicLayout/sections/MembershipSection/constants");
21
21
  function MembershipSheet() {
22
22
  var t = (0, react_i18next_1.useTranslation)('translation').t;
23
23
  var section = (0, react_1.useContext)(Section_1.sectionContext);
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { IMembershipBenefitInfo, TypeOfItemToneType } from '../../../../../../../../DynamicLayout/types';
2
+ import type { IMembershipBenefitInfo, TypeOfItemToneType } from '@sub/DynamicLayout/types';
3
3
  declare type Props = {
4
4
  membershipBenefitInfo: IMembershipBenefitInfo;
5
5
  itemToneType: TypeOfItemToneType;
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var jsx_runtime_1 = require("react/jsx-runtime");
4
- var components_1 = require("../../../../../../../../DynamicLayout/components");
5
- var mobile_1 = require("../../../../../../../../DynamicLayout/components/mobile");
6
- var constants_1 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/constants");
4
+ var components_1 = require("@sub/DynamicLayout/components");
5
+ var mobile_1 = require("@sub/DynamicLayout/components/mobile");
6
+ var constants_1 = require("@sub/DynamicLayout/sections/MembershipSection/constants");
7
7
  function MembershipBenefitInfo(_a) {
8
8
  var membershipBenefitInfo = _a.membershipBenefitInfo, itemToneType = _a.itemToneType;
9
9
  return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [membershipBenefitInfo.benefitAlpha && ((0, jsx_runtime_1.jsx)(mobile_1.Item.Description, { text: membershipBenefitInfo.benefitAlpha, styleTheme: "body2Regular", color: constants_1.MEMBERSHIP_SECTION_TONE_COLOR[itemToneType].membershipSheetTextLabelColor, textAlign: "left", wordBreak: "break_all", bulletPointMode: "use" }, void 0)), membershipBenefitInfo.benefitBravo && ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(mobile_1.Item.Description, { text: membershipBenefitInfo.benefitBravo, styleTheme: "body2Regular", color: constants_1.MEMBERSHIP_SECTION_TONE_COLOR[itemToneType].membershipSheetTextLabelColor, textAlign: "left", wordBreak: "break_all", bulletPointMode: "use" }, void 0)] }, void 0)), membershipBenefitInfo.benefitCharlie && ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(mobile_1.Item.Description, { text: membershipBenefitInfo.benefitCharlie, styleTheme: "body2Regular", color: constants_1.MEMBERSHIP_SECTION_TONE_COLOR[itemToneType].membershipSheetTextLabelColor, textAlign: "left", wordBreak: "break_all", bulletPointMode: "use" }, void 0)] }, void 0)), membershipBenefitInfo.benefitDelta && ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(mobile_1.Item.Description, { text: membershipBenefitInfo.benefitDelta, styleTheme: "body2Regular", color: constants_1.MEMBERSHIP_SECTION_TONE_COLOR[itemToneType].membershipSheetTextLabelColor, textAlign: "left", wordBreak: "break_all", bulletPointMode: "use" }, void 0)] }, void 0)), membershipBenefitInfo.benefitEcho && ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b" }, void 0), (0, jsx_runtime_1.jsx)(mobile_1.Item.Description, { text: membershipBenefitInfo.benefitEcho, styleTheme: "body2Regular", color: constants_1.MEMBERSHIP_SECTION_TONE_COLOR[itemToneType].membershipSheetTextLabelColor, textAlign: "left", wordBreak: "break_all", bulletPointMode: "use" }, void 0)] }, void 0))] }, void 0));
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { IConnectedMembership } from '../../../../../../../../DynamicLayout/types';
2
+ import type { IConnectedMembership } from '@sub/DynamicLayout/types';
3
3
  declare type Props = {
4
4
  orderedConnectedMemberships: IConnectedMembership[];
5
5
  };
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { IMembership } from '../../../../../../../../DynamicLayout/types';
2
+ import type { IMembership } from '@sub/DynamicLayout/types';
3
3
  declare type Props = {
4
4
  membership: IMembership;
5
5
  };
@@ -20,11 +20,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
20
20
  Object.defineProperty(exports, "__esModule", { value: true });
21
21
  var jsx_runtime_1 = require("react/jsx-runtime");
22
22
  var react_1 = require("react");
23
- var components_1 = require("../../../../../../../../../hybrid/components");
24
- var panels_1 = require("../../../../../../../../../mobile/panels");
25
- var Section_1 = require("../../../../../../../../DynamicLayout/components/Section");
26
- var components_2 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/components");
27
- var constants_1 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/constants");
23
+ var components_1 = require("@hybrid/components");
24
+ var panels_1 = require("@mobile/panels");
25
+ var Section_1 = require("@sub/DynamicLayout/components/Section");
26
+ var components_2 = require("@sub/DynamicLayout/sections/MembershipSection/components");
27
+ var constants_1 = require("@sub/DynamicLayout/sections/MembershipSection/constants");
28
28
  var styled_components_1 = __importDefault(require("styled-components"));
29
29
  var MembershipBenefitInfo_1 = __importDefault(require("./MembershipBenefitInfo"));
30
30
  function MembershipSectionSheet(_a) {
@@ -20,8 +20,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
20
20
  Object.defineProperty(exports, "__esModule", { value: true });
21
21
  var jsx_runtime_1 = require("react/jsx-runtime");
22
22
  var react_1 = require("react");
23
- var Section_1 = require("../../../../../../../../DynamicLayout/components/Section");
24
- var components_1 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/components");
23
+ var Section_1 = require("@sub/DynamicLayout/components/Section");
24
+ var components_1 = require("@sub/DynamicLayout/sections/MembershipSection/components");
25
25
  var styled_components_1 = __importDefault(require("styled-components"));
26
26
  function SectionContents() {
27
27
  var section = (0, react_1.useContext)(Section_1.sectionContext);
@@ -2,8 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var jsx_runtime_1 = require("react/jsx-runtime");
4
4
  var react_1 = require("react");
5
- var Section_1 = require("../../../../../../DynamicLayout/components/Section");
6
- var dynamicLayoutContext_1 = require("../../../../../../DynamicLayout/dynamicLayoutContext");
5
+ var Section_1 = require("@sub/DynamicLayout/components/Section");
6
+ var dynamicLayoutContext_1 = require("@sub/DynamicLayout/dynamicLayoutContext");
7
7
  var desktop_1 = require("./desktop");
8
8
  var mobile_1 = require("./mobile");
9
9
  function TemplateB(_a) {
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { IMembershipDisplay } from '../../../../../../../DynamicLayout/types';
2
+ import type { IMembershipDisplay } from '@sub/DynamicLayout/types';
3
3
  declare type Props = {
4
4
  membershipDisplay: IMembershipDisplay;
5
5
  isWideView: boolean;
@@ -14,10 +14,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
14
14
  var jsx_runtime_1 = require("react/jsx-runtime");
15
15
  var react_1 = require("react");
16
16
  var react_i18next_1 = require("react-i18next");
17
- var panels_1 = require("../../../../../../../../../desktop/panels");
18
- var Section_1 = require("../../../../../../../../DynamicLayout/components/Section");
19
- var components_1 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/components");
20
- var constants_1 = require("../../../../../../../../DynamicLayout/sections/MembershipSection/constants");
17
+ var panels_1 = require("@desktop/panels");
18
+ var Section_1 = require("@sub/DynamicLayout/components/Section");
19
+ var components_1 = require("@sub/DynamicLayout/sections/MembershipSection/components");
20
+ var constants_1 = require("@sub/DynamicLayout/sections/MembershipSection/constants");
21
21
  function EmptyMembershipSheet() {
22
22
  var t = (0, react_i18next_1.useTranslation)('translation').t;
23
23
  var section = (0, react_1.useContext)(Section_1.sectionContext);