pds-dev-kit-web-test 2.5.59 → 2.5.60

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 (183) hide show
  1. package/dist/src/common/hooks/useAbsolutePositioner.js +2 -2
  2. package/dist/src/common/hooks/useTooltip.d.ts +2 -2
  3. package/dist/src/common/hooks/useTooltip.js +2 -2
  4. package/dist/src/common/utils/SystemUIPositionGenerator/clickTypeSystemUICssGenerator.d.ts +1 -1
  5. package/dist/src/common/utils/SystemUIPositionGenerator/hoverTypeSystemUICssGenerator.d.ts +1 -1
  6. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +2 -2
  7. package/dist/src/desktop/components/AdminList/BulkActionBar.d.ts +1 -1
  8. package/dist/src/desktop/components/AdminListHeader/HeaderBar.d.ts +1 -1
  9. package/dist/src/desktop/components/BasicButtonGroup/BasicButtonGroup.d.ts +1 -1
  10. package/dist/src/desktop/components/BasicButtonGroup/BasicButtonGroup.js +3 -3
  11. package/dist/src/desktop/components/BasicListItem/Contents.d.ts +1 -1
  12. package/dist/src/desktop/components/BasicListItem/Contents.js +1 -1
  13. package/dist/src/desktop/components/BasicListItem/LeftBox/Badge.js +1 -1
  14. package/dist/src/desktop/components/BasicListItem/LeftBox/Checkbox.js +1 -1
  15. package/dist/src/desktop/components/BasicListItem/LeftBox/Icon.js +1 -1
  16. package/dist/src/desktop/components/BasicListItem/LeftBox/Image.js +1 -1
  17. package/dist/src/desktop/components/BasicListItem/LeftBox/Radio.js +1 -1
  18. package/dist/src/desktop/components/BasicListItem/RightBox/Description.d.ts +1 -1
  19. package/dist/src/desktop/components/BasicListItem/RightBox/Description.js +1 -1
  20. package/dist/src/desktop/components/BasicListItem/RightBox/Switch.js +1 -1
  21. package/dist/src/desktop/components/ContextMenuItem/ContextMenuItem.d.ts +1 -1
  22. package/dist/src/desktop/components/ContextMenuItem/ContextMenuItem.js +1 -1
  23. package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.js +2 -2
  24. package/dist/src/desktop/components/Dropdown/Dropdown.d.ts +1 -1
  25. package/dist/src/desktop/components/Dropdown/Dropdown.js +1 -1
  26. package/dist/src/desktop/components/IconButton/IconButton.d.ts +1 -1
  27. package/dist/src/desktop/components/IconButton/IconButton.js +2 -2
  28. package/dist/src/desktop/components/SegmentedButtonGroup/SegmentedButtonGroup.d.ts +1 -1
  29. package/dist/src/desktop/components/SegmentedButtonGroup/SegmentedButtonGroup.js +3 -3
  30. package/dist/src/desktop/components/Slider/Slider.d.ts +1 -1
  31. package/dist/src/desktop/components/Slider/Slider.js +1 -1
  32. package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +1 -1
  33. package/dist/src/desktop/components/TextLabel/TextLabel.js +2 -2
  34. package/dist/src/desktop/components/UploadIconButton/UploadIconButton.d.ts +1 -1
  35. package/dist/src/desktop/components/UploadIconButton/UploadIconButton.js +2 -2
  36. package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.js +2 -2
  37. package/dist/src/mobile/components/BasicButtonGroup/BasicButtonGroup.d.ts +1 -1
  38. package/dist/src/mobile/components/BasicButtonGroup/BasicButtonGroup.js +1 -1
  39. package/dist/src/mobile/components/BasicListItem/Contents.d.ts +1 -1
  40. package/dist/src/mobile/components/BasicListItem/Contents.js +1 -1
  41. package/dist/src/mobile/components/BasicListItem/LeftBox/Badge.js +1 -1
  42. package/dist/src/mobile/components/BasicListItem/LeftBox/Checkbox.js +1 -1
  43. package/dist/src/mobile/components/BasicListItem/LeftBox/Icon.js +1 -1
  44. package/dist/src/mobile/components/BasicListItem/LeftBox/Image.js +1 -1
  45. package/dist/src/mobile/components/BasicListItem/LeftBox/Radio.js +1 -1
  46. package/dist/src/mobile/components/BasicListItem/RightBox/Description.d.ts +1 -1
  47. package/dist/src/mobile/components/BasicListItem/RightBox/Description.js +1 -1
  48. package/dist/src/mobile/components/BasicListItem/RightBox/Switch.js +1 -1
  49. package/dist/src/mobile/components/ContextMenuItem/ContextMenuItem.d.ts +1 -1
  50. package/dist/src/mobile/components/ContextMenuItem/ContextMenuItem.js +1 -1
  51. package/dist/src/mobile/components/Dropdown/Dropdown.d.ts +1 -1
  52. package/dist/src/mobile/components/Dropdown/Dropdown.js +1 -1
  53. package/dist/src/mobile/components/MobileHeaderBar/utils.d.ts +1 -1
  54. package/dist/src/mobile/components/SegmentedButtonGroup/SegmentedButtonGroup.d.ts +1 -1
  55. package/dist/src/mobile/components/SegmentedButtonGroup/SegmentedButtonGroup.js +1 -1
  56. package/dist/src/mobile/components/Slider/Slider.d.ts +1 -1
  57. package/dist/src/mobile/components/Slider/Slider.js +1 -1
  58. package/dist/src/sub/AdminList/AdminList/AdminList.d.ts +1 -1
  59. package/dist/src/sub/AdminList/AdminList/AdminList.js +2 -2
  60. package/dist/src/sub/AdminList/AdminList/HeaderRow.d.ts +1 -1
  61. package/dist/src/sub/AdminList/AdminList/HeaderRow.js +2 -2
  62. package/dist/src/sub/AdminList/AdminListHeader/AdminListHeader.d.ts +1 -1
  63. package/dist/src/sub/AdminList/AdminListHeader/AdminListHeader.js +2 -2
  64. package/dist/src/sub/AdminList/AdminListHeader/HeaderBar.d.ts +1 -1
  65. package/dist/src/sub/AdminList/AdminListHeader/HeaderBar.js +2 -2
  66. package/dist/src/sub/AdminList/AdminListItem/AdminListItem.d.ts +1 -1
  67. package/dist/src/sub/AdminList/AdminListItem/AdminListItem.js +3 -3
  68. package/dist/src/sub/AdminList/BulkActionBar/BulkActionBar.d.ts +1 -1
  69. package/dist/src/sub/AdminList/BulkActionBar/BulkActionBar.js +2 -2
  70. package/dist/src/sub/AdminList/ToolBar/ChipList.d.ts +1 -1
  71. package/dist/src/sub/AdminList/ToolBar/ChipList.js +1 -1
  72. package/dist/src/sub/AdminList/ToolBar/SearchField.js +4 -4
  73. package/dist/src/sub/AdminList/ToolBar/ToolBar.d.ts +1 -1
  74. package/dist/src/sub/AdminList/ToolBar/ToolBar.js +3 -3
  75. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.js +1 -1
  76. package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackground.js +2 -2
  77. package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.d.ts +2 -2
  78. package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.js +1 -1
  79. package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.d.ts +2 -2
  80. package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.js +1 -1
  81. package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.js +2 -2
  82. package/dist/src/sub/DynamicLayout/pagesPreviewMock.d.ts +1 -1
  83. package/dist/src/sub/DynamicLayout/pagesPreviewMock.js +161 -163
  84. package/dist/src/sub/DynamicLayout/sectionActionTypes.d.ts +9 -0
  85. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +26 -16
  86. package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridCustomSection.js +2 -2
  87. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.d.ts +1 -1
  88. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +6 -6
  89. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Divider/Divider.js +1 -1
  90. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/Embed.js +1 -1
  91. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/IframeDenied.js +1 -1
  92. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/types.d.ts +1 -1
  93. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Group/GroupedCB.d.ts +1 -1
  94. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Group/GroupedCB.js +1 -1
  95. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +1 -1
  96. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/types.d.ts +1 -1
  97. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/RichText.d.ts +1 -1
  98. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/RichText.js +5 -5
  99. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/types.d.ts +1 -1
  100. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +1 -1
  101. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/types.d.ts +1 -1
  102. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Twitter/Twitter.js +2 -2
  103. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Twitter/types.d.ts +1 -1
  104. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/Youtube.d.ts +1 -1
  105. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/Youtube.js +4 -4
  106. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/parseYoutubeContentProp.d.ts +1 -1
  107. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/types.d.ts +1 -1
  108. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_BoxWithShadow.d.ts +1 -1
  109. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_BoxWithShadow.js +1 -1
  110. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/hooks/useCLINK.js +1 -1
  111. package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useGoogleFonts/useGoogleFonts.js +1 -1
  112. package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useGroupDrag/useGroupDrag.d.ts +1 -1
  113. package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useGroupDrag/useGroupDrag.js +1 -1
  114. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseJsonProperties.d.ts +1 -1
  115. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  116. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/mobile/M_TemplateA.js +1 -1
  117. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/MembershipSection.d.ts +1 -1
  118. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/MembershipSection.js +1 -1
  119. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/TemplateA.js +2 -2
  120. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/D_TemplateA.d.ts +1 -1
  121. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/EmptyMembershipSheet.js +4 -4
  122. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipBenefitInfo.d.ts +1 -1
  123. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipBenefitInfo.js +2 -2
  124. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipPlanSheet.d.ts +1 -1
  125. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipPlanSheet.js +5 -5
  126. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipSheet.d.ts +1 -1
  127. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipSheet.js +4 -4
  128. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/NarrowMembershipListView.d.ts +1 -1
  129. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/NarrowMembershipListView.js +3 -3
  130. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/SectionContents.js +2 -2
  131. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/UnavailableMembershipPlanSheet.d.ts +1 -1
  132. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/UnavailableMembershipPlanSheet.js +4 -4
  133. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/WideMembershipListView.d.ts +1 -1
  134. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/WideMembershipListView.js +3 -3
  135. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/M_TemplateA.d.ts +1 -1
  136. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/EmptyMembershipSheet.js +4 -4
  137. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipBenefitInfo.d.ts +1 -1
  138. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipBenefitInfo.js +3 -3
  139. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipContents.d.ts +1 -1
  140. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipSectionSheet.d.ts +1 -1
  141. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipSectionSheet.js +5 -5
  142. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/SectionContents.js +2 -2
  143. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/TemplateB.js +2 -2
  144. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/D_TemplateB.d.ts +1 -1
  145. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/EmptyMembershipSheet.js +4 -4
  146. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipBenefitInfo.d.ts +1 -1
  147. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipBenefitInfo.js +2 -2
  148. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipCard.d.ts +1 -1
  149. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipCard.js +2 -2
  150. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipPlanSheet.d.ts +1 -1
  151. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipPlanSheet.js +5 -5
  152. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipSheet.d.ts +1 -1
  153. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipSheet.js +6 -6
  154. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/SectionContents.js +2 -2
  155. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/UnavailableMembershipPlanSheet.d.ts +1 -1
  156. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/UnavailableMembershipPlanSheet.js +4 -4
  157. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/M_TemplateB.d.ts +1 -1
  158. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/EmptyMembershipSheet.js +4 -4
  159. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipBenefitInfo.d.ts +1 -1
  160. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipBenefitInfo.js +3 -3
  161. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipContents.d.ts +1 -1
  162. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipSectionSheet.d.ts +1 -1
  163. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipSectionSheet.js +5 -5
  164. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/SectionContents.js +2 -2
  165. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/MembershipSection.d.ts +1 -1
  166. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/MembershipSection.js +1 -1
  167. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/TemplateA.js +1 -1
  168. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  169. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/desktop/components/SectionContents.js +2 -2
  170. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/mobile/M_TemplateA.js +1 -1
  171. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/mobile/components/SectionContents.js +2 -2
  172. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/TemplateB.js +1 -1
  173. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/desktop/D_TemplateB.js +1 -1
  174. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/desktop/components/SectionContents.js +2 -2
  175. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/mobile/M_TemplateB.js +1 -1
  176. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/mobile/components/SectionContents.js +2 -2
  177. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/desktop/MembershipSectionItem.d.ts +3 -3
  178. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/desktop/MembershipSectionItem.js +2 -2
  179. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/mobile/MembershipSectionItem.d.ts +3 -3
  180. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/mobile/MembershipSectionItem.js +2 -2
  181. package/dist/src/sub/DynamicLayout/sections/MembershipSection/constants.d.ts +1 -1
  182. package/dist/src/sub/SandollFontKit/types.d.ts +1 -1
  183. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { PDSTextType } from '../../../common/types';
2
+ import type { PDSTextType } from '@common/types';
3
3
  type ColumnWidthType = 'small' | 'medium' | 'large' | 'xlarge';
4
4
  type Props = {
5
5
  selectionMode: 'none' | 'single' | 'multi';
@@ -39,8 +39,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
39
39
  };
40
40
  Object.defineProperty(exports, "__esModule", { value: true });
41
41
  var jsx_runtime_1 = require("react/jsx-runtime");
42
- var components_1 = require("../../../desktop/components");
43
- var components_2 = require("../../../hybrid/components");
42
+ var components_1 = require("@desktop/components");
43
+ var components_2 = require("@hybrid/components");
44
44
  var styled_components_1 = __importStar(require("styled-components"));
45
45
  function HeaderRow(_a) {
46
46
  var _b = _a.selectionMode, selectionMode = _b === void 0 ? 'multi' : _b, column2HeaderText = _a.column2HeaderText, column3HeaderText = _a.column3HeaderText, _c = _a.column3HeaderWidth, column3HeaderWidth = _c === void 0 ? 'small' : _c, column4HeaderText = _a.column4HeaderText, _d = _a.column4HeaderWidth, column4HeaderWidth = _d === void 0 ? 'small' : _d, column5HeaderText = _a.column5HeaderText, _e = _a.column5HeaderWidth, column5HeaderWidth = _e === void 0 ? 'small' : _e, column6HeaderText = _a.column6HeaderText, _f = _a.column6HeaderWidth, column6HeaderWidth = _f === void 0 ? 'small' : _f, column7HeaderText = _a.column7HeaderText, _g = _a.column7HeaderWidth, column7HeaderWidth = _g === void 0 ? 'small' : _g, column8HeaderText = _a.column8HeaderText, _h = _a.column8HeaderWidth, column8HeaderWidth = _h === void 0 ? 'small' : _h, column9HeaderText = _a.column9HeaderText, _j = _a.column9HeaderWidth, column9HeaderWidth = _j === void 0 ? 'small' : _j, column10HeaderText = _a.column10HeaderText, _k = _a.column10HeaderWidth, column10HeaderWidth = _k === void 0 ? 'small' : _k, _l = _a.quickActionBtnType, quickActionBtnType = _l === void 0 ? 'fix' : _l, _m = _a.quickActionButtonCount, quickActionButtonCount = _m === void 0 ? 2 : _m, _o = _a.headerRowCheckboxName, headerRowCheckboxName = _o === void 0 ? 'all' : _o, _p = _a.flexibleHideInfoMode, flexibleHideInfoMode = _p === void 0 ? 'use' : _p, onClickSelectAllCheckbox = _a.onClickSelectAllCheckbox;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { PDSTextType, AdminListDropdownValueOption } from '../../../common/types';
2
+ import type { PDSTextType, AdminListDropdownValueOption } from '@common/types';
3
3
  type Props = {
4
4
  headerBarSize?: 'regular' | 'small';
5
5
  headerBarTitleText?: PDSTextType;
@@ -19,8 +19,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
19
19
  };
20
20
  Object.defineProperty(exports, "__esModule", { value: true });
21
21
  var jsx_runtime_1 = require("react/jsx-runtime");
22
- var components_1 = require("../../../desktop/components");
23
- var components_2 = require("../../../hybrid/components");
22
+ var components_1 = require("@desktop/components");
23
+ var components_2 = require("@hybrid/components");
24
24
  var styled_components_1 = __importDefault(require("styled-components"));
25
25
  var HeaderBar_1 = __importDefault(require("./HeaderBar"));
26
26
  var defaultPaginationTextArray = [
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { PDSTextType, AdminListDropdownValueOption } from '../../../common/types';
2
+ import type { PDSTextType, AdminListDropdownValueOption } from '@common/types';
3
3
  type Props = {
4
4
  titleText?: PDSTextType;
5
5
  tooltipText?: PDSTextType;
@@ -40,8 +40,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
40
40
  Object.defineProperty(exports, "__esModule", { value: true });
41
41
  var jsx_runtime_1 = require("react/jsx-runtime");
42
42
  var react_i18next_1 = require("react-i18next");
43
- var components_1 = require("../../../desktop/components");
44
- var components_2 = require("../../../hybrid/components");
43
+ var components_1 = require("@desktop/components");
44
+ var components_2 = require("@hybrid/components");
45
45
  var styled_components_1 = __importStar(require("styled-components"));
46
46
  function HeaderBar(_a) {
47
47
  var titleText = _a.titleText, tooltipText = _a.tooltipText, _b = _a.size, size = _b === void 0 ? 'regular' : _b, _c = _a.currentPage, currentPage = _c === void 0 ? 1 : _c, _d = _a.totalPage, totalPage = _d === void 0 ? 1 : _d, dropdownTextArray = _a.dropdownTextArray, dropdownDefaultValue = _a.dropdownDefaultValue, onChangeDropdown = _a.onChangeDropdown, onClickIBtn1 = _a.onClickIBtn1, onClickIBtn2 = _a.onClickIBtn2;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { PDSTextType } from '../../../common/types';
2
+ import type { PDSTextType } from '@common/types';
3
3
  type ColumnWidthType = 'small' | 'medium' | 'large' | 'xlarge';
4
4
  type ColumnTextType = 'normal' | 'active' | 'active2' | 'inactive' | 'report' | 'report2';
5
5
  export type AdminListItemProps = {
@@ -41,9 +41,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
41
41
  var jsx_runtime_1 = require("react/jsx-runtime");
42
42
  var react_1 = require("react");
43
43
  var react_hook_form_1 = require("react-hook-form");
44
- var transitionStyle_1 = require("../../../common/styles/movement/transitionStyle");
45
- var components_1 = require("../../../desktop/components");
46
- var components_2 = require("../../../hybrid/components");
44
+ var transitionStyle_1 = require("@common/styles/movement/transitionStyle");
45
+ var components_1 = require("@desktop/components");
46
+ var components_2 = require("@hybrid/components");
47
47
  var styled_components_1 = __importStar(require("styled-components"));
48
48
  var AdminListItem = (0, react_1.forwardRef)(function (_a, ref) {
49
49
  var _b = _a.rowSize, rowSize = _b === void 0 ? 'medium' : _b, _c = _a.selectionMode, selectionMode = _c === void 0 ? 'multi' : _c, _d = _a.column2Type, column2Type = _d === void 0 ? 'image_text' : _d, imageSrc = _a.imageSrc, _e = _a.imageShapeType, imageShapeType = _e === void 0 ? 'rectangle' : _e, _f = _a.imageScaleType, imageScaleType = _f === void 0 ? 'cover' : _f, _g = _a.imageRadius, imageRadius = _g === void 0 ? 8 : _g, _h = _a.imageRatio, imageRatio = _h === void 0 ? '16_9' : _h, column2Text = _a.column2Text, column3Text = _a.column3Text, _j = _a.column3TextWidth, column3TextWidth = _j === void 0 ? 'small' : _j, _k = _a.column3TextStyleTheme, column3TextStyleTheme = _k === void 0 ? 'normal' : _k, column4Text = _a.column4Text, _l = _a.column4TextWidth, column4TextWidth = _l === void 0 ? 'small' : _l, _m = _a.column4TextStyleTheme, column4TextStyleTheme = _m === void 0 ? 'normal' : _m, column5Text = _a.column5Text, _o = _a.column5TextWidth, column5TextWidth = _o === void 0 ? 'small' : _o, _p = _a.column5TextStyleTheme, column5TextStyleTheme = _p === void 0 ? 'normal' : _p, column6Text = _a.column6Text, _q = _a.column6TextWidth, column6TextWidth = _q === void 0 ? 'small' : _q, _r = _a.column6TextStyleTheme, column6TextStyleTheme = _r === void 0 ? 'normal' : _r, column7Text = _a.column7Text, _s = _a.column7TextWidth, column7TextWidth = _s === void 0 ? 'small' : _s, _t = _a.column7TextStyleTheme, column7TextStyleTheme = _t === void 0 ? 'normal' : _t, column8Text = _a.column8Text, _u = _a.column8TextWidth, column8TextWidth = _u === void 0 ? 'small' : _u, _v = _a.column8TextStyleTheme, column8TextStyleTheme = _v === void 0 ? 'normal' : _v, column9Text = _a.column9Text, _w = _a.column9TextWidth, column9TextWidth = _w === void 0 ? 'small' : _w, _x = _a.column9TextStyleTheme, column9TextStyleTheme = _x === void 0 ? 'normal' : _x, column10Text = _a.column10Text, _y = _a.column10TextWidth, column10TextWidth = _y === void 0 ? 'small' : _y, _z = _a.column10TextStyleTheme, column10TextStyleTheme = _z === void 0 ? 'normal' : _z, _0 = _a.quickActionBtnMode, quickActionBtnMode = _0 === void 0 ? 'btn_amount2' : _0, quickActionBtn1Text = _a.quickActionBtn1Text, quickActionBtn2Text = _a.quickActionBtn2Text, quickActionBtn3Text = _a.quickActionBtn3Text, _1 = _a.quickActionBtnType, quickActionBtnType = _1 === void 0 ? 'fix' : _1, _2 = _a.quickActionBtn1State, quickActionBtn1State = _2 === void 0 ? 'normal' : _2, _3 = _a.quickActionBtn2State, quickActionBtn2State = _3 === void 0 ? 'normal' : _3, _4 = _a.quickActionBtn3State, quickActionBtn3State = _4 === void 0 ? 'normal' : _4, _5 = _a.selectedState, selectedState = _5 === void 0 ? 'basic' : _5, id = _a.id, _6 = _a.flexibleHideInfoMode, flexibleHideInfoMode = _6 === void 0 ? 'use' : _6, onClickQuickActionBtn1 = _a.onClickQuickActionBtn1, onClickQuickActionBtn2 = _a.onClickQuickActionBtn2, onClickQuickActionBtn3 = _a.onClickQuickActionBtn3, onClickItem = _a.onClickItem;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { PDSTextType, AdminListDropdownValueOption } from '../../../common/types';
2
+ import type { PDSTextType, AdminListDropdownValueOption } from '@common/types';
3
3
  type Props = {
4
4
  itemCount?: number;
5
5
  dropdownMode?: 'none' | 'dropdown_amount1' | 'dropdown_amount2' | 'dropdown_amount3';
@@ -9,8 +9,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  var jsx_runtime_1 = require("react/jsx-runtime");
11
11
  var react_i18next_1 = require("react-i18next");
12
- var components_1 = require("../../../desktop/components");
13
- var components_2 = require("../../../hybrid/components");
12
+ var components_1 = require("@desktop/components");
13
+ var components_2 = require("@hybrid/components");
14
14
  var styled_components_1 = __importDefault(require("styled-components"));
15
15
  function BulkActionBar(_a) {
16
16
  var itemCount = _a.itemCount, _b = _a.dropdownMode, dropdownMode = _b === void 0 ? 'dropdown_amount1' : _b, dropdown1Value = _a.dropdown1Value, dropdown2Value = _a.dropdown2Value, dropdown3Value = _a.dropdown3Value, dropdown1DefaultText = _a.dropdown1DefaultText, dropdown2DefaultText = _a.dropdown2DefaultText, dropdown3DefaultText = _a.dropdown3DefaultText, dropdown1HintText = _a.dropdown1HintText, dropdown2HintText = _a.dropdown2HintText, dropdown3HintText = _a.dropdown3HintText, dropdown1ValueArray = _a.dropdown1ValueArray, dropdown2ValueArray = _a.dropdown2ValueArray, dropdown3ValueArray = _a.dropdown3ValueArray, tBtnMode = _a.tBtnMode, tBtn1Text = _a.tBtn1Text, tBtn2Text = _a.tBtn2Text, tBtn3Text = _a.tBtn3Text, onChangeDropdown1 = _a.onChangeDropdown1, onChangeDropdown2 = _a.onChangeDropdown2, onChangeDropdown3 = _a.onChangeDropdown3, onClickTBtn1 = _a.onClickTBtn1, onClickTBtn2 = _a.onClickTBtn2, onClickTBtn3 = _a.onClickTBtn3;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { PDSValueOption } from '../../../common/types';
2
+ import type { PDSValueOption } from '@common/types';
3
3
  type Props = {
4
4
  textArray: PDSValueOption[];
5
5
  value?: PDSValueOption;
@@ -8,7 +8,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
8
8
  };
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  var jsx_runtime_1 = require("react/jsx-runtime");
11
- var components_1 = require("../../../desktop/components");
11
+ var components_1 = require("@desktop/components");
12
12
  var styled_components_1 = __importDefault(require("styled-components"));
13
13
  function ChipList(_a) {
14
14
  var textArray = _a.textArray, value = _a.value, onClickChip = _a.onClickChip;
@@ -41,10 +41,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
41
41
  var jsx_runtime_1 = require("react/jsx-runtime");
42
42
  var react_1 = require("react");
43
43
  var react_hook_form_1 = require("react-hook-form");
44
- var styles_1 = require("../../../common/styles");
45
- var components_1 = require("../../../desktop/common/components");
46
- var components_2 = require("../../../desktop/components");
47
- var components_3 = require("../../../hybrid/components");
44
+ var styles_1 = require("@common/styles");
45
+ var components_1 = require("@desktop/common/components");
46
+ var components_2 = require("@desktop/components");
47
+ var components_3 = require("@hybrid/components");
48
48
  var styled_components_1 = __importStar(require("styled-components"));
49
49
  function SearchField(_a) {
50
50
  var name = _a.name, hintText = _a.hintText, defaultText = _a.defaultText, _b = _a.responsiveMode, responsiveMode = _b === void 0 ? 'none' : _b, _c = _a.size, size = _c === void 0 ? 'medium' : _c, customWidth = _a.customWidth, _d = _a.arrowBtnMode, arrowBtnMode = _d === void 0 ? 'use' : _d, onTarget = _a.onTarget, onClickArrowIBtn = _a.onClickArrowIBtn, onClickSearchIBtn = _a.onClickSearchIBtn;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { DropdownValueOption, PDSIconType, PDSTextType, PDSValueOption } from '../../../common/types';
2
+ import type { DropdownValueOption, PDSIconType, PDSTextType, PDSValueOption } from '@common/types';
3
3
  type Props = {
4
4
  searchFieldHintText?: PDSTextType;
5
5
  searchFieldDefaultText?: PDSTextType;
@@ -21,9 +21,9 @@ 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_hook_form_1 = require("react-hook-form");
24
- var components_1 = require("../../../common/components");
25
- var components_2 = require("../../../desktop/components");
26
- var components_3 = require("../../../hybrid/components");
24
+ var components_1 = require("@common/components");
25
+ var components_2 = require("@desktop/components");
26
+ var components_3 = require("@hybrid/components");
27
27
  var styled_components_1 = __importDefault(require("styled-components"));
28
28
  var ChipList_1 = __importDefault(require("./ChipList"));
29
29
  var SearchField_1 = __importDefault(require("./SearchField"));
@@ -27,7 +27,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
27
27
  Object.defineProperty(exports, "__esModule", { value: true });
28
28
  var jsx_runtime_1 = require("react/jsx-runtime");
29
29
  var react_1 = require("react");
30
- var sections_1 = require("../../../DynamicLayout/sections");
30
+ var sections_1 = require("@sub/DynamicLayout/sections");
31
31
  var SectionBox_1 = __importDefault(require("./SectionBox"));
32
32
  function EditModeSectionMatcher(_a) {
33
33
  var filteredSortedSection = _a.filteredSortedSection, scrollDownTargetSectionId = _a.scrollDownTargetSectionId, editingSectionId = _a.editingSectionId, dynamicLayoutRef = _a.dynamicLayoutRef, onClickEditSection = _a.onClickEditSection;
@@ -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 util_1 = require("../../../../DynamicLayout/sections/CustomSection/util");
24
- var isNullOrUndefined_1 = __importDefault(require("../../../../DynamicLayout/sections/CustomSection/util/isNullOrUndefined"));
23
+ var util_1 = require("@sub/DynamicLayout/sections/CustomSection/util");
24
+ var isNullOrUndefined_1 = __importDefault(require("@sub/DynamicLayout/sections/CustomSection/util/isNullOrUndefined"));
25
25
  var styled_components_1 = __importDefault(require("styled-components"));
26
26
  var sectionContext_1 = require("../sectionContext");
27
27
  var CustomSectionBackgroundMedia_1 = require("./CustomSectionBackgroundMedia");
@@ -1,7 +1,7 @@
1
1
  import { MutableRefObject } from 'react';
2
2
  import { CSSProperties } from 'styled-components';
3
- import type { Device } from '../../../../DynamicLayout/sections/CustomSection/util/types';
4
- import type { CB_STYLE_PROP_BGMEDIA_SPECS } from '../../../../DynamicLayout/types';
3
+ import type { Device } from '@sub/DynamicLayout/sections/CustomSection/util/types';
4
+ import type { CB_STYLE_PROP_BGMEDIA_SPECS } from '@sub/DynamicLayout/types';
5
5
  type Props = {
6
6
  specs: CB_STYLE_PROP_BGMEDIA_SPECS;
7
7
  playerId: number;
@@ -41,7 +41,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
41
41
  exports.CustomSectionBackgroundMedia = void 0;
42
42
  var jsx_runtime_1 = require("react/jsx-runtime");
43
43
  var react_1 = require("react");
44
- var utils_1 = require("../../../../DynamicLayout/utils");
44
+ var utils_1 = require("@sub/DynamicLayout/utils");
45
45
  var styled_components_1 = __importStar(require("styled-components"));
46
46
  var YouTubeIframe_1 = require("../../YouTubeIframe");
47
47
  var util_1 = require("../util");
@@ -1,5 +1,5 @@
1
- import type { Device } from '../../../../DynamicLayout/sections/CustomSection/util/types';
2
- import type { CB_STYLE_PROP_BGMEDIA_SPECS } from '../../../../DynamicLayout/types';
1
+ import type { Device } from '@sub/DynamicLayout/sections/CustomSection/util/types';
2
+ import type { CB_STYLE_PROP_BGMEDIA_SPECS } from '@sub/DynamicLayout/types';
3
3
  type SpecKeys = keyof Omit<CB_STYLE_PROP_BGMEDIA_SPECS, 'CB_STYLE_PROP_BGMEDIA_SPEC_MPLAY'>;
4
4
  type ValueSetType = Partial<Record<SpecKeys, string | number | boolean | undefined>>;
5
5
  export default function UseCustomSectionBackgroundMediaData(specs: CB_STYLE_PROP_BGMEDIA_SPECS, device: Device): ValueSetType;
@@ -14,7 +14,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
14
14
  return (mod && mod.__esModule) ? mod : { "default": mod };
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- var isNullOrUndefined_1 = __importDefault(require("../../../../DynamicLayout/sections/CustomSection/util/isNullOrUndefined"));
17
+ var isNullOrUndefined_1 = __importDefault(require("@sub/DynamicLayout/sections/CustomSection/util/isNullOrUndefined"));
18
18
  var AVAILABLE_SPECS = [
19
19
  'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC',
20
20
  'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE',
@@ -26,8 +26,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
26
26
  };
27
27
  Object.defineProperty(exports, "__esModule", { value: true });
28
28
  var jsx_runtime_1 = require("react/jsx-runtime");
29
- // import FlexGridCustomSection from '../../../DynamicLayout/sections/CustomSection/FlexGridCustomSection';
30
- var FlexGridCustomSection_1 = __importDefault(require("../../../DynamicLayout/sections/CustomSection/FlexGridCustomSection"));
29
+ // import FlexGridCustomSection from '@sub/DynamicLayout/sections/CustomSection/FlexGridCustomSection';
30
+ var FlexGridCustomSection_1 = __importDefault(require("@sub/DynamicLayout/sections/CustomSection/FlexGridCustomSection"));
31
31
  var sections_1 = require("../../sections");
32
32
  function SectionMatcher(_a) {
33
33
  var props = __rest(_a, []);
@@ -5019,7 +5019,7 @@ export declare const oliverSections: ({
5019
5019
  componentBlockId: number;
5020
5020
  children?: undefined;
5021
5021
  })[];
5022
- }[];
5022
+ };
5023
5023
  currentVersion: string;
5024
5024
  data: {
5025
5025
  CB_CONTENT_PROP_HOVER: {
@@ -7049,169 +7049,167 @@ exports.oliverSections = [
7049
7049
  id: 721110,
7050
7050
  insertedAt: '2024-07-31T06:31:10',
7051
7051
  jsonProperties: {
7052
- pedigree: [
7053
- {
7054
- blockId: 'ROOT',
7055
- type: 'GROUP_BLOCK',
7056
- zOrderDesktopInternal: 1,
7057
- zOrderMobileInternal: 1,
7058
- children: [
7059
- {
7060
- blockId: 'GB_16',
7061
- type: 'GROUP_BLOCK',
7062
- zOrderDesktopInternal: 1,
7063
- zOrderMobileInternal: 1,
7064
- children: [
7065
- {
7066
- blockId: 'GB_17',
7067
- type: 'GROUP_BLOCK',
7068
- zOrderDesktopInternal: 1,
7069
- zOrderMobileInternal: 1,
7070
- children: [
7071
- {
7072
- blockId: 'CB_1',
7073
- type: 'COMPONENT_BLOCK',
7074
- zOrderDesktopInternal: 1,
7075
- zOrderMobileInternal: 1,
7076
- componentBlockId: 1
7077
- },
7078
- {
7079
- blockId: 'CB_2',
7080
- type: 'COMPONENT_BLOCK',
7081
- zOrderDesktopInternal: 2,
7082
- zOrderMobileInternal: 2,
7083
- componentBlockId: 2
7084
- },
7085
- {
7086
- blockId: 'GB_18',
7087
- type: 'GROUP_BLOCK',
7088
- zOrderDesktopInternal: 3,
7089
- zOrderMobileInternal: 3,
7090
- children: [
7091
- {
7092
- blockId: 'CB_3',
7093
- type: 'COMPONENT_BLOCK',
7094
- zOrderDesktopInternal: 1,
7095
- zOrderMobileInternal: 1,
7096
- componentBlockId: 3
7097
- },
7098
- {
7099
- blockId: 'CB_4',
7100
- type: 'COMPONENT_BLOCK',
7101
- zOrderDesktopInternal: 2,
7102
- zOrderMobileInternal: 2,
7103
- componentBlockId: 4
7104
- },
7105
- {
7106
- blockId: 'GB_19',
7107
- type: 'GROUP_BLOCK',
7108
- zOrderDesktopInternal: 3,
7109
- zOrderMobileInternal: 3,
7110
- children: [
7111
- {
7112
- blockId: 'CB_5',
7113
- type: 'COMPONENT_BLOCK',
7114
- zOrderDesktopInternal: 1,
7115
- zOrderMobileInternal: 1,
7116
- componentBlockId: 5
7117
- },
7118
- {
7119
- blockId: 'CB_6',
7120
- type: 'COMPONENT_BLOCK',
7121
- zOrderDesktopInternal: 2,
7122
- zOrderMobileInternal: 2,
7123
- componentBlockId: 6
7124
- }
7125
- ]
7126
- }
7127
- ]
7128
- }
7129
- ]
7130
- },
7131
- {
7132
- blockId: 'GB_20',
7133
- type: 'GROUP_BLOCK',
7134
- zOrderDesktopInternal: 2,
7135
- zOrderMobileInternal: 2,
7136
- children: [
7137
- {
7138
- blockId: 'CB_7',
7139
- type: 'COMPONENT_BLOCK',
7140
- zOrderDesktopInternal: 1,
7141
- zOrderMobileInternal: 1,
7142
- componentBlockId: 7
7143
- },
7144
- {
7145
- blockId: 'CB_8',
7146
- type: 'COMPONENT_BLOCK',
7147
- zOrderDesktopInternal: 2,
7148
- zOrderMobileInternal: 2,
7149
- componentBlockId: 8
7150
- }
7151
- ]
7152
- },
7153
- {
7154
- blockId: 'CB_9',
7155
- type: 'COMPONENT_BLOCK',
7156
- zOrderDesktopInternal: 3,
7157
- zOrderMobileInternal: 3,
7158
- componentBlockId: 9
7159
- },
7160
- {
7161
- blockId: 'CB_10',
7162
- type: 'COMPONENT_BLOCK',
7163
- zOrderDesktopInternal: 4,
7164
- zOrderMobileInternal: 4,
7165
- componentBlockId: 10
7166
- }
7167
- ]
7168
- },
7169
- {
7170
- blockId: 'GB_21',
7171
- type: 'GROUP_BLOCK',
7172
- zOrderDesktopInternal: 2,
7173
- zOrderMobileInternal: 2,
7174
- children: [
7175
- {
7176
- blockId: 'CB_11',
7177
- type: 'COMPONENT_BLOCK',
7178
- zOrderDesktopInternal: 1,
7179
- zOrderMobileInternal: 1,
7180
- componentBlockId: 11
7181
- }
7182
- ]
7183
- },
7184
- {
7185
- blockId: 'CB_12',
7186
- type: 'COMPONENT_BLOCK',
7187
- zOrderDesktopInternal: 3,
7188
- zOrderMobileInternal: 3,
7189
- componentBlockId: 12
7190
- },
7191
- {
7192
- blockId: 'CB_13',
7193
- type: 'COMPONENT_BLOCK',
7194
- zOrderDesktopInternal: 4,
7195
- zOrderMobileInternal: 4,
7196
- componentBlockId: 13
7197
- },
7198
- {
7199
- blockId: 'CB_14',
7200
- type: 'COMPONENT_BLOCK',
7201
- zOrderDesktopInternal: 5,
7202
- zOrderMobileInternal: 5,
7203
- componentBlockId: 14
7204
- },
7205
- {
7206
- blockId: 'CB_15',
7207
- type: 'COMPONENT_BLOCK',
7208
- zOrderDesktopInternal: 6,
7209
- zOrderMobileInternal: 6,
7210
- componentBlockId: 15
7211
- }
7212
- ]
7213
- }
7214
- ],
7052
+ pedigree: {
7053
+ blockId: 'ROOT',
7054
+ type: 'GROUP_BLOCK',
7055
+ zOrderDesktopInternal: 1,
7056
+ zOrderMobileInternal: 1,
7057
+ children: [
7058
+ {
7059
+ blockId: 'GB_16',
7060
+ type: 'GROUP_BLOCK',
7061
+ zOrderDesktopInternal: 1,
7062
+ zOrderMobileInternal: 1,
7063
+ children: [
7064
+ {
7065
+ blockId: 'GB_17',
7066
+ type: 'GROUP_BLOCK',
7067
+ zOrderDesktopInternal: 1,
7068
+ zOrderMobileInternal: 1,
7069
+ children: [
7070
+ {
7071
+ blockId: 'CB_1',
7072
+ type: 'COMPONENT_BLOCK',
7073
+ zOrderDesktopInternal: 1,
7074
+ zOrderMobileInternal: 1,
7075
+ componentBlockId: 1
7076
+ },
7077
+ {
7078
+ blockId: 'CB_2',
7079
+ type: 'COMPONENT_BLOCK',
7080
+ zOrderDesktopInternal: 2,
7081
+ zOrderMobileInternal: 2,
7082
+ componentBlockId: 2
7083
+ },
7084
+ {
7085
+ blockId: 'GB_18',
7086
+ type: 'GROUP_BLOCK',
7087
+ zOrderDesktopInternal: 3,
7088
+ zOrderMobileInternal: 3,
7089
+ children: [
7090
+ {
7091
+ blockId: 'CB_3',
7092
+ type: 'COMPONENT_BLOCK',
7093
+ zOrderDesktopInternal: 1,
7094
+ zOrderMobileInternal: 1,
7095
+ componentBlockId: 3
7096
+ },
7097
+ {
7098
+ blockId: 'CB_4',
7099
+ type: 'COMPONENT_BLOCK',
7100
+ zOrderDesktopInternal: 2,
7101
+ zOrderMobileInternal: 2,
7102
+ componentBlockId: 4
7103
+ },
7104
+ {
7105
+ blockId: 'GB_19',
7106
+ type: 'GROUP_BLOCK',
7107
+ zOrderDesktopInternal: 3,
7108
+ zOrderMobileInternal: 3,
7109
+ children: [
7110
+ {
7111
+ blockId: 'CB_5',
7112
+ type: 'COMPONENT_BLOCK',
7113
+ zOrderDesktopInternal: 1,
7114
+ zOrderMobileInternal: 1,
7115
+ componentBlockId: 5
7116
+ },
7117
+ {
7118
+ blockId: 'CB_6',
7119
+ type: 'COMPONENT_BLOCK',
7120
+ zOrderDesktopInternal: 2,
7121
+ zOrderMobileInternal: 2,
7122
+ componentBlockId: 6
7123
+ }
7124
+ ]
7125
+ }
7126
+ ]
7127
+ }
7128
+ ]
7129
+ },
7130
+ {
7131
+ blockId: 'GB_20',
7132
+ type: 'GROUP_BLOCK',
7133
+ zOrderDesktopInternal: 2,
7134
+ zOrderMobileInternal: 2,
7135
+ children: [
7136
+ {
7137
+ blockId: 'CB_7',
7138
+ type: 'COMPONENT_BLOCK',
7139
+ zOrderDesktopInternal: 1,
7140
+ zOrderMobileInternal: 1,
7141
+ componentBlockId: 7
7142
+ },
7143
+ {
7144
+ blockId: 'CB_8',
7145
+ type: 'COMPONENT_BLOCK',
7146
+ zOrderDesktopInternal: 2,
7147
+ zOrderMobileInternal: 2,
7148
+ componentBlockId: 8
7149
+ }
7150
+ ]
7151
+ },
7152
+ {
7153
+ blockId: 'CB_9',
7154
+ type: 'COMPONENT_BLOCK',
7155
+ zOrderDesktopInternal: 3,
7156
+ zOrderMobileInternal: 3,
7157
+ componentBlockId: 9
7158
+ },
7159
+ {
7160
+ blockId: 'CB_10',
7161
+ type: 'COMPONENT_BLOCK',
7162
+ zOrderDesktopInternal: 4,
7163
+ zOrderMobileInternal: 4,
7164
+ componentBlockId: 10
7165
+ }
7166
+ ]
7167
+ },
7168
+ {
7169
+ blockId: 'GB_21',
7170
+ type: 'GROUP_BLOCK',
7171
+ zOrderDesktopInternal: 2,
7172
+ zOrderMobileInternal: 2,
7173
+ children: [
7174
+ {
7175
+ blockId: 'CB_11',
7176
+ type: 'COMPONENT_BLOCK',
7177
+ zOrderDesktopInternal: 1,
7178
+ zOrderMobileInternal: 1,
7179
+ componentBlockId: 11
7180
+ }
7181
+ ]
7182
+ },
7183
+ {
7184
+ blockId: 'CB_12',
7185
+ type: 'COMPONENT_BLOCK',
7186
+ zOrderDesktopInternal: 3,
7187
+ zOrderMobileInternal: 3,
7188
+ componentBlockId: 12
7189
+ },
7190
+ {
7191
+ blockId: 'CB_13',
7192
+ type: 'COMPONENT_BLOCK',
7193
+ zOrderDesktopInternal: 4,
7194
+ zOrderMobileInternal: 4,
7195
+ componentBlockId: 13
7196
+ },
7197
+ {
7198
+ blockId: 'CB_14',
7199
+ type: 'COMPONENT_BLOCK',
7200
+ zOrderDesktopInternal: 5,
7201
+ zOrderMobileInternal: 5,
7202
+ componentBlockId: 14
7203
+ },
7204
+ {
7205
+ blockId: 'CB_15',
7206
+ type: 'COMPONENT_BLOCK',
7207
+ zOrderDesktopInternal: 6,
7208
+ zOrderMobileInternal: 6,
7209
+ componentBlockId: 15
7210
+ }
7211
+ ]
7212
+ },
7215
7213
  currentVersion: '2023-08-03',
7216
7214
  data: {
7217
7215
  CB_CONTENT_PROP_HOVER: {