pds-dev-kit-web-test 2.5.411 → 2.5.413

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 (213) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/dist/index.js +2 -3
  3. package/dist/src/common/assets/icons/fill/Video.js +1 -1
  4. package/dist/src/common/assets/icons/fill/VideoOff.js +1 -1
  5. package/dist/src/common/assets/icons/fill/VideoType.js +1 -1
  6. package/dist/src/common/assets/icons/fill/index.d.ts +0 -3
  7. package/dist/src/common/assets/icons/fill/index.js +1 -7
  8. package/dist/src/common/assets/icons/line/Video.js +1 -1
  9. package/dist/src/common/assets/icons/line/VideoOff.js +1 -1
  10. package/dist/src/common/assets/icons/line/VideoType.js +1 -1
  11. package/dist/src/common/assets/icons/line/index.d.ts +0 -12
  12. package/dist/src/common/assets/icons/line/index.js +1 -25
  13. package/dist/src/common/components/ThreeBarProgress/ThreeBarProgress.d.ts +1 -2
  14. package/dist/src/common/components/ThreeBarProgress/ThreeBarProgress.js +4 -48
  15. package/dist/src/common/services/i18n/resources/en.json +1 -9
  16. package/dist/src/common/services/i18n/resources/es.json +1 -9
  17. package/dist/src/common/services/i18n/resources/fil.json +1 -9
  18. package/dist/src/common/services/i18n/resources/index.d.ts +0 -56
  19. package/dist/src/common/services/i18n/resources/ja.json +1 -9
  20. package/dist/src/common/services/i18n/resources/ko.json +1 -9
  21. package/dist/src/common/services/i18n/resources/zh-cn.json +1 -9
  22. package/dist/src/common/services/i18n/resources/zh-tw.json +1 -9
  23. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +1 -9
  24. package/dist/src/common/styles/colorSet/PaletteColor_light.json +1 -9
  25. package/dist/src/common/styles/colorSet/UIColor.json +1 -14
  26. package/dist/src/common/styles/colorSet/index.d.ts +2 -31
  27. package/dist/src/common/styles/colorSet/index.js +2 -2
  28. package/dist/src/common/styles/colorSet/ui-type.d.ts +0 -13
  29. package/dist/src/desktop/components/AdminListItem/AdminListItem.d.ts +0 -1
  30. package/dist/src/desktop/components/AdminListItem/AdminListItem.js +13 -27
  31. package/dist/src/desktop/components/BasicListItem/BasicListItem.d.ts +1 -4
  32. package/dist/src/desktop/components/BasicListItem/BasicListItem.js +4 -26
  33. package/dist/src/desktop/components/BasicListItem/Contents.d.ts +1 -3
  34. package/dist/src/desktop/components/BasicListItem/Contents.js +2 -2
  35. package/dist/src/desktop/components/BasicListItem/RightBox/IconButton.d.ts +0 -1
  36. package/dist/src/desktop/components/BasicListItem/RightBox/IconButton.js +2 -2
  37. package/dist/src/desktop/components/Checkbox/Checkbox.d.ts +1 -3
  38. package/dist/src/desktop/components/Checkbox/Checkbox.js +3 -17
  39. package/dist/src/desktop/components/Chip/Chip.d.ts +1 -1
  40. package/dist/src/desktop/components/Chip/Chip.js +5 -50
  41. package/dist/src/desktop/components/Radio/Radio.js +2 -2
  42. package/dist/src/desktop/components/TextField/TextField.js +15 -41
  43. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.js +2 -2
  44. package/dist/src/mobile/components/BasicListItem/BasicListItem.d.ts +1 -4
  45. package/dist/src/mobile/components/BasicListItem/BasicListItem.js +4 -26
  46. package/dist/src/mobile/components/BasicListItem/Contents.d.ts +1 -3
  47. package/dist/src/mobile/components/BasicListItem/Contents.js +2 -2
  48. package/dist/src/mobile/components/BasicListItem/RightBox/IconButton.d.ts +0 -1
  49. package/dist/src/mobile/components/BasicListItem/RightBox/IconButton.js +2 -2
  50. package/dist/src/mobile/components/Checkbox/Checkbox.d.ts +1 -3
  51. package/dist/src/mobile/components/Checkbox/Checkbox.js +3 -17
  52. package/dist/src/mobile/components/Chip/Chip.d.ts +1 -1
  53. package/dist/src/mobile/components/Chip/Chip.js +5 -50
  54. package/dist/src/mobile/components/Radio/Radio.js +2 -2
  55. package/dist/src/mobile/components/TextField/TextField.js +15 -41
  56. package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +1 -6
  57. package/dist/src/mobile/components/TextLabel/TextLabel.js +3 -83
  58. package/dist/src/mobile/components/index.d.ts +1 -2
  59. package/dist/src/mobile/components/index.js +1 -3
  60. package/dist/src/mobile/index.d.ts +1 -1
  61. package/dist/src/mobile/index.js +2 -3
  62. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.js +1 -1
  63. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.js +1 -1
  64. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.js +1 -1
  65. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.js +1 -1
  66. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.js +1 -1
  67. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.js +1 -1
  68. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.js +1 -1
  69. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.js +1 -1
  70. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.js +1 -1
  71. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.js +1 -1
  72. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.js +1 -1
  73. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.js +1 -1
  74. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.js +1 -1
  75. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.js +1 -1
  76. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.js +1 -1
  77. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.js +1 -1
  78. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.js +1 -1
  79. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.js +1 -1
  80. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.js +1 -1
  81. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.js +1 -1
  82. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.js +1 -1
  83. package/dist/src/sub/AdminList/AdminListItem/AdminListItem.js +3 -3
  84. package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.d.ts +1 -1
  85. package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.js +4 -4
  86. package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.d.ts +1 -1
  87. package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.js +2 -2
  88. package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.d.ts +2 -2
  89. package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.js +10 -36
  90. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +1 -4
  91. package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.js +1 -12
  92. package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.js +1 -3
  93. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_Dark.json +4 -152
  94. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_light.json +2 -150
  95. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/SemanticColor.json +1 -45
  96. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/UIColor.json +9 -262
  97. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/index.d.ts +0 -593
  98. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/ui-type.d.ts +0 -253
  99. package/dist/src/sub/DynamicLayout/compositionActionTypes.d.ts +4 -4
  100. package/dist/src/sub/DynamicLayout/mock_composition.js +0 -4
  101. package/dist/src/sub/DynamicLayout/mock_contentsCarousel.d.ts +2 -1
  102. package/dist/src/sub/DynamicLayout/mock_contentsCarousel.js +274 -1047
  103. package/dist/src/sub/DynamicLayout/mock_contentsList.d.ts +2 -1
  104. package/dist/src/sub/DynamicLayout/mock_contentsList.js +222 -1008
  105. package/dist/src/sub/DynamicLayout/mock_slideBanner.d.ts +2 -810
  106. package/dist/src/sub/DynamicLayout/mock_slideBanner.js +268 -772
  107. package/dist/src/sub/DynamicLayout/mocks.d.ts +776 -2
  108. package/dist/src/sub/DynamicLayout/mocks.js +11 -4266
  109. package/dist/src/sub/DynamicLayout/sectionActionTypes.d.ts +4 -4
  110. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.d.ts +1 -1
  111. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +4 -4
  112. package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.js +15 -11
  113. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.js +0 -3
  114. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +4 -25
  115. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.js +26 -102
  116. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.js +1 -21
  117. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigation.js +96 -16
  118. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomPagination.d.ts +2 -7
  119. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomPagination.js +20 -26
  120. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.js +23 -46
  121. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.js +98 -84
  122. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/types.d.ts +6 -6
  123. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.js +20 -32
  124. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.d.ts +3 -3
  125. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.js +132 -59
  126. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.js +30 -24
  127. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/types.d.ts +1 -1
  128. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +5 -13
  129. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.js +13 -88
  130. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigation.js +96 -16
  131. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.d.ts +2 -7
  132. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.js +20 -26
  133. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.js +23 -46
  134. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.js +67 -64
  135. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.d.ts +6 -6
  136. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +4 -10
  137. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/types.d.ts +7 -16
  138. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/group.d.ts +1 -1
  139. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.d.ts +4 -11
  140. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.js +0 -1
  141. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.d.ts +1 -1
  142. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.js +2 -2
  143. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseProperties.d.ts +2 -2
  144. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/types.d.ts +2 -15
  145. package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.d.ts +1 -1
  146. package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.js +1 -1
  147. package/dist/src/sub/DynamicLayout/types.d.ts +1 -10
  148. package/package.json +3 -2
  149. package/release-note.md +3 -3
  150. package/dist/src/common/assets/icons/fill/Cam.d.ts +0 -4
  151. package/dist/src/common/assets/icons/fill/Cam.js +0 -30
  152. package/dist/src/common/assets/icons/fill/CamOff.d.ts +0 -4
  153. package/dist/src/common/assets/icons/fill/CamOff.js +0 -30
  154. package/dist/src/common/assets/icons/fill/VideoStop.d.ts +0 -4
  155. package/dist/src/common/assets/icons/fill/VideoStop.js +0 -30
  156. package/dist/src/common/assets/icons/line/Cam.d.ts +0 -4
  157. package/dist/src/common/assets/icons/line/Cam.js +0 -30
  158. package/dist/src/common/assets/icons/line/CamOff.d.ts +0 -4
  159. package/dist/src/common/assets/icons/line/CamOff.js +0 -30
  160. package/dist/src/common/assets/icons/line/CheckBox.d.ts +0 -4
  161. package/dist/src/common/assets/icons/line/CheckBox.js +0 -30
  162. package/dist/src/common/assets/icons/line/Dropdown.d.ts +0 -4
  163. package/dist/src/common/assets/icons/line/Dropdown.js +0 -30
  164. package/dist/src/common/assets/icons/line/Radio.d.ts +0 -4
  165. package/dist/src/common/assets/icons/line/Radio.js +0 -30
  166. package/dist/src/common/assets/icons/line/SectionQuestion32.d.ts +0 -4
  167. package/dist/src/common/assets/icons/line/SectionQuestion32.js +0 -30
  168. package/dist/src/common/assets/icons/line/SectionQuestion40.d.ts +0 -4
  169. package/dist/src/common/assets/icons/line/SectionQuestion40.js +0 -30
  170. package/dist/src/common/assets/icons/line/SectionQuestionnaire32.d.ts +0 -4
  171. package/dist/src/common/assets/icons/line/SectionQuestionnaire32.js +0 -30
  172. package/dist/src/common/assets/icons/line/SectionQuestionnaire40.d.ts +0 -4
  173. package/dist/src/common/assets/icons/line/SectionQuestionnaire40.js +0 -30
  174. package/dist/src/common/assets/icons/line/TextLong.d.ts +0 -4
  175. package/dist/src/common/assets/icons/line/TextLong.js +0 -30
  176. package/dist/src/common/assets/icons/line/TextShort.d.ts +0 -4
  177. package/dist/src/common/assets/icons/line/TextShort.js +0 -30
  178. package/dist/src/common/assets/icons/line/VideoStop.d.ts +0 -4
  179. package/dist/src/common/assets/icons/line/VideoStop.js +0 -30
  180. package/dist/src/common/utils/dateHelper.d.ts +0 -13
  181. package/dist/src/common/utils/dateHelper.js +0 -87
  182. package/dist/src/mobile/components/DatePicker/DatePicker.d.ts +0 -16
  183. package/dist/src/mobile/components/DatePicker/DatePicker.js +0 -156
  184. package/dist/src/mobile/components/DatePicker/DatePickerHeader.d.ts +0 -14
  185. package/dist/src/mobile/components/DatePicker/DatePickerHeader.js +0 -27
  186. package/dist/src/mobile/components/DatePicker/Day.d.ts +0 -13
  187. package/dist/src/mobile/components/DatePicker/Day.js +0 -94
  188. package/dist/src/mobile/components/DatePicker/index.d.ts +0 -1
  189. package/dist/src/mobile/components/DatePicker/index.js +0 -8
  190. package/dist/src/mobile/components/DatePicker/utils.d.ts +0 -16
  191. package/dist/src/mobile/components/DatePicker/utils.js +0 -68
  192. package/dist/src/sub/DynamicLayout/components/Section/components/VideoBGMedia.d.ts +0 -8
  193. package/dist/src/sub/DynamicLayout/components/Section/components/VideoBGMedia.js +0 -77
  194. package/dist/src/sub/DynamicLayout/mock_video.d.ts +0 -368
  195. package/dist/src/sub/DynamicLayout/mock_video.js +0 -371
  196. package/dist/src/sub/DynamicLayout/mock_video_cb.d.ts +0 -368
  197. package/dist/src/sub/DynamicLayout/mock_video_cb.js +0 -371
  198. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.d.ts +0 -3
  199. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.js +0 -209
  200. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.d.ts +0 -27
  201. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.js +0 -96
  202. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.d.ts +0 -23
  203. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.js +0 -176
  204. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.d.ts +0 -3
  205. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.js +0 -209
  206. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.d.ts +0 -27
  207. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.js +0 -96
  208. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/VideoPlayer.d.ts +0 -5
  209. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/VideoPlayer.js +0 -148
  210. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/helper.d.ts +0 -4
  211. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/helper.js +0 -25
  212. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/index.d.ts +0 -1
  213. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/index.js +0 -8
@@ -1,371 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MOCK_VIDEO_CB_2 = exports.MOCK_VIDEO_CB = void 0;
4
- exports.MOCK_VIDEO_CB = {
5
- availablePlugins: [],
6
- blockId: 'CB_191877',
7
- componentBlockCode: 'CB_VIDEOPLAYER',
8
- componentBlockType: 'GENERAL',
9
- compositions: [],
10
- dynamicLayoutSectionId: 31271,
11
- id: 191877,
12
- insertedAt: '2025-05-14T07:13:24',
13
- jsonProperties: {
14
- currentVersion: '2025-01-10',
15
- data: {
16
- CB_CONTENT_PROP_HOVER: {
17
- CB_CONTENT_PROP_HOVER_SPEC_MUSE: true
18
- },
19
- CB_CONTENT_PROP_VIDEO: {
20
- CB_CONTENT_PROP_VIDEO_SPEC_CONNECTDATA: 'NONE',
21
- CB_CONTENT_PROP_VIDEO_SPEC_ENDTIME: 5,
22
- CB_CONTENT_PROP_VIDEO_SPEC_MPLAY: true,
23
- CB_CONTENT_PROP_VIDEO_SPEC_REPLAY: true,
24
- CB_CONTENT_PROP_VIDEO_SPEC_SELECTOR: 'http://publ-upload-local.s3.ap-northeast-2.amazonaws.com/dd7418e3-b4fb-4be4-86c0-f582c80d4986.mov',
25
- CB_CONTENT_PROP_VIDEO_SPEC_STARTTIME: 0,
26
- CB_CONTENT_PROP_VIDEO_SPEC_THUMB: '',
27
- CB_CONTENT_PROP_VIDEO_SPEC_TYPE: 'FILE',
28
- CB_CONTENT_PROP_VIDEO_SPEC_VALUETYPE: 'VALUE'
29
- },
30
- CB_CONTENT_PROP_VISIBILITY: {
31
- CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: true,
32
- CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: true
33
- },
34
- CB_EFFECT_PROP_ENTANIM: {
35
- CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: 0.7,
36
- 'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': null,
37
- CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: 1,
38
- 'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': null,
39
- CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: 'EASEINOUT',
40
- 'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': null,
41
- CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: 'NONE',
42
- 'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': null
43
- },
44
- CB_EFFECT_PROP_HOVERANIM: {
45
- CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION: 0.7,
46
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION:MOBILE': null,
47
- CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT: 1,
48
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT:MOBILE': null,
49
- CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC: 'EASEINOUT',
50
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC:MOBILE': null,
51
- CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE: 'NONE',
52
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE:MOBILE': null
53
- },
54
- CB_LAYOUT_PROP_ARRANGE: {
55
- CB_LAYOUT_PROP_ARRANGE_SPEC_HORIZONTAL: 'CENTER',
56
- 'CB_LAYOUT_PROP_ARRANGE_SPEC_HORIZONTAL:MOBILE': null,
57
- CB_LAYOUT_PROP_ARRANGE_SPEC_VERTICAL: 'MIDDLE',
58
- 'CB_LAYOUT_PROP_ARRANGE_SPEC_VERTICAL:MOBILE': null
59
- },
60
- CB_LAYOUT_PROP_PADDING: {
61
- CB_LAYOUT_PROP_PADDING_SPEC_FIX: true,
62
- 'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': null,
63
- CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
64
- bottom: 0,
65
- left: 0,
66
- right: 0,
67
- top: 0
68
- },
69
- 'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': null
70
- },
71
- CB_PLACEMENT_PROP_PLACEMENT: {
72
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS: 12,
73
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE': 8,
74
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: 9,
75
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE': 9,
76
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX: 0,
77
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX:MOBILE': 0,
78
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY: 2,
79
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE': 2,
80
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX: 1,
81
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE': 1
82
- },
83
- CB_STYLE_PROP_BGCOLOR: {
84
- CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE: 90,
85
- 'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:HOVER': null,
86
- 'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:MOBILE': null,
87
- 'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:MOBILE:HOVER': null,
88
- CB_STYLE_PROP_BGCOLOR_SPEC_COLOR: '#455EEFFF',
89
- 'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:HOVER': null,
90
- 'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:MOBILE': null,
91
- 'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:MOBILE:HOVER': null,
92
- CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR: '#27FFBFFF',
93
- 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:HOVER': null,
94
- 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:MOBILE': null,
95
- 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:MOBILE:HOVER': null,
96
- CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC: 100,
97
- 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:HOVER': null,
98
- 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:MOBILE': null,
99
- 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:MOBILE:HOVER': null,
100
- CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT: 'LINEAR',
101
- 'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:HOVER': null,
102
- 'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:MOBILE': null,
103
- 'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:MOBILE:HOVER': null,
104
- CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR: '#455EEFFF',
105
- 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:HOVER': null,
106
- 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:MOBILE': null,
107
- 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:MOBILE:HOVER': null,
108
- CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC: 0,
109
- 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:HOVER': null,
110
- 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:MOBILE': null,
111
- 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:MOBILE:HOVER': null,
112
- CB_STYLE_PROP_BGCOLOR_SPEC_TYPE: 'NONE',
113
- 'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:HOVER': null,
114
- 'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE': null,
115
- 'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE:HOVER': null
116
- },
117
- CB_STYLE_PROP_BORDER: {
118
- CB_STYLE_PROP_BORDER_SPEC_COLOR: '#333333FF',
119
- 'CB_STYLE_PROP_BORDER_SPEC_COLOR:HOVER': null,
120
- 'CB_STYLE_PROP_BORDER_SPEC_COLOR:MOBILE': null,
121
- 'CB_STYLE_PROP_BORDER_SPEC_COLOR:MOBILE:HOVER': null,
122
- CB_STYLE_PROP_BORDER_SPEC_RADIUS: {
123
- bl: 0,
124
- br: 0,
125
- tl: 0,
126
- tr: 0
127
- },
128
- 'CB_STYLE_PROP_BORDER_SPEC_RADIUS:HOVER': null,
129
- 'CB_STYLE_PROP_BORDER_SPEC_RADIUS:MOBILE': null,
130
- 'CB_STYLE_PROP_BORDER_SPEC_RADIUS:MOBILE:HOVER': null,
131
- CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX: true,
132
- 'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:HOVER': null,
133
- 'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:MOBILE': null,
134
- 'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:MOBILE:HOVER': null,
135
- CB_STYLE_PROP_BORDER_SPEC_STYLE: 'NONE',
136
- 'CB_STYLE_PROP_BORDER_SPEC_STYLE:HOVER': null,
137
- 'CB_STYLE_PROP_BORDER_SPEC_STYLE:MOBILE': null,
138
- 'CB_STYLE_PROP_BORDER_SPEC_STYLE:MOBILE:HOVER': null,
139
- CB_STYLE_PROP_BORDER_SPEC_WIDTH: 2,
140
- 'CB_STYLE_PROP_BORDER_SPEC_WIDTH:HOVER': null,
141
- 'CB_STYLE_PROP_BORDER_SPEC_WIDTH:MOBILE': null,
142
- 'CB_STYLE_PROP_BORDER_SPEC_WIDTH:MOBILE:HOVER': null
143
- },
144
- CB_STYLE_PROP_OPACITY: {
145
- CB_STYLE_PROP_OPACITY_SPEC_OPACITY: 100,
146
- 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:HOVER': null,
147
- 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE': null,
148
- 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE:HOVER': null
149
- },
150
- CB_STYLE_PROP_SHADOW: {
151
- CB_STYLE_PROP_SHADOW_SPEC_BLUR: 24,
152
- 'CB_STYLE_PROP_SHADOW_SPEC_BLUR:HOVER': null,
153
- 'CB_STYLE_PROP_SHADOW_SPEC_BLUR:MOBILE': null,
154
- 'CB_STYLE_PROP_SHADOW_SPEC_BLUR:MOBILE:HOVER': null,
155
- CB_STYLE_PROP_SHADOW_SPEC_COLOR: '#000000FF',
156
- 'CB_STYLE_PROP_SHADOW_SPEC_COLOR:HOVER': null,
157
- 'CB_STYLE_PROP_SHADOW_SPEC_COLOR:MOBILE': null,
158
- 'CB_STYLE_PROP_SHADOW_SPEC_COLOR:MOBILE:HOVER': null,
159
- CB_STYLE_PROP_SHADOW_SPEC_OPACITY: 30,
160
- 'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:HOVER': null,
161
- 'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:MOBILE': null,
162
- 'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:MOBILE:HOVER': null,
163
- CB_STYLE_PROP_SHADOW_SPEC_SPREAD: 2,
164
- 'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:HOVER': null,
165
- 'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:MOBILE': null,
166
- 'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:MOBILE:HOVER': null,
167
- CB_STYLE_PROP_SHADOW_SPEC_TYPE: 'NONE',
168
- 'CB_STYLE_PROP_SHADOW_SPEC_TYPE:HOVER': null,
169
- 'CB_STYLE_PROP_SHADOW_SPEC_TYPE:MOBILE': null,
170
- 'CB_STYLE_PROP_SHADOW_SPEC_TYPE:MOBILE:HOVER': null,
171
- CB_STYLE_PROP_SHADOW_SPEC_X: 0,
172
- 'CB_STYLE_PROP_SHADOW_SPEC_X:HOVER': null,
173
- 'CB_STYLE_PROP_SHADOW_SPEC_X:MOBILE': null,
174
- 'CB_STYLE_PROP_SHADOW_SPEC_X:MOBILE:HOVER': null,
175
- CB_STYLE_PROP_SHADOW_SPEC_Y: 12,
176
- 'CB_STYLE_PROP_SHADOW_SPEC_Y:HOVER': null,
177
- 'CB_STYLE_PROP_SHADOW_SPEC_Y:MOBILE': null,
178
- 'CB_STYLE_PROP_SHADOW_SPEC_Y:MOBILE:HOVER': null
179
- }
180
- },
181
- minVersion: '2023-08-03',
182
- version: '2025-01-10'
183
- },
184
- queryableDefinitionPreset: 'N/A',
185
- queryableTapSrc: 'N/A',
186
- updatedAt: '2025-05-14T07:13:24'
187
- };
188
- exports.MOCK_VIDEO_CB_2 = {
189
- availablePlugins: [],
190
- blockId: 'CB_191878',
191
- componentBlockCode: 'CB_VIDEOPLAYER',
192
- componentBlockType: 'GENERAL',
193
- compositions: [],
194
- dynamicLayoutSectionId: 31271,
195
- id: 191878,
196
- insertedAt: '2025-05-14T07:13:24',
197
- jsonProperties: {
198
- currentVersion: '2025-01-10',
199
- data: {
200
- CB_CONTENT_PROP_HOVER: {
201
- CB_CONTENT_PROP_HOVER_SPEC_MUSE: true
202
- },
203
- CB_CONTENT_PROP_VIDEO: {
204
- CB_CONTENT_PROP_VIDEO_SPEC_CONNECTDATA: 'NONE',
205
- CB_CONTENT_PROP_VIDEO_SPEC_ENDTIME: 5,
206
- CB_CONTENT_PROP_VIDEO_SPEC_MPLAY: true,
207
- CB_CONTENT_PROP_VIDEO_SPEC_REPLAY: true,
208
- CB_CONTENT_PROP_VIDEO_SPEC_SELECTOR: 'https://download.blender.org/peach/bigbuckbunny_movies/BigBuckBunny_320x180.mp4',
209
- CB_CONTENT_PROP_VIDEO_SPEC_STARTTIME: 0,
210
- CB_CONTENT_PROP_VIDEO_SPEC_THUMB: 'https://publ-upload-local.s3.ap-northeast-2.amazonaws.com/8a127811-1cbb-48f7-acb6-e5254b79a5fc.svg',
211
- CB_CONTENT_PROP_VIDEO_SPEC_TYPE: 'FILE',
212
- CB_CONTENT_PROP_VIDEO_SPEC_VALUETYPE: 'VALUE'
213
- },
214
- CB_CONTENT_PROP_VISIBILITY: {
215
- CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: true,
216
- CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: true
217
- },
218
- CB_EFFECT_PROP_ENTANIM: {
219
- CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: 0.7,
220
- 'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': null,
221
- CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: 1,
222
- 'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': null,
223
- CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: 'EASEINOUT',
224
- 'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': null,
225
- CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: 'NONE',
226
- 'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': null
227
- },
228
- CB_EFFECT_PROP_HOVERANIM: {
229
- CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION: 0.7,
230
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION:MOBILE': null,
231
- CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT: 1,
232
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT:MOBILE': null,
233
- CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC: 'EASEINOUT',
234
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC:MOBILE': null,
235
- CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE: 'NONE',
236
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE:MOBILE': null
237
- },
238
- CB_LAYOUT_PROP_ARRANGE: {
239
- CB_LAYOUT_PROP_ARRANGE_SPEC_HORIZONTAL: 'CENTER',
240
- 'CB_LAYOUT_PROP_ARRANGE_SPEC_HORIZONTAL:MOBILE': null,
241
- CB_LAYOUT_PROP_ARRANGE_SPEC_VERTICAL: 'MIDDLE',
242
- 'CB_LAYOUT_PROP_ARRANGE_SPEC_VERTICAL:MOBILE': null
243
- },
244
- CB_LAYOUT_PROP_PADDING: {
245
- CB_LAYOUT_PROP_PADDING_SPEC_FIX: true,
246
- 'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': null,
247
- CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
248
- bottom: 0,
249
- left: 0,
250
- right: 0,
251
- top: 0
252
- },
253
- 'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': null
254
- },
255
- CB_PLACEMENT_PROP_PLACEMENT: {
256
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS: 12,
257
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE': 8,
258
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: 9,
259
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE': 9,
260
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX: 5,
261
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX:MOBILE': 0,
262
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY: 20,
263
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE': 2,
264
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX: 1,
265
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE': 1
266
- },
267
- CB_STYLE_PROP_BGCOLOR: {
268
- CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE: 90,
269
- 'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:HOVER': null,
270
- 'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:MOBILE': null,
271
- 'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:MOBILE:HOVER': null,
272
- CB_STYLE_PROP_BGCOLOR_SPEC_COLOR: '#455EEFFF',
273
- 'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:HOVER': null,
274
- 'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:MOBILE': null,
275
- 'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:MOBILE:HOVER': null,
276
- CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR: '#27FFBFFF',
277
- 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:HOVER': null,
278
- 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:MOBILE': null,
279
- 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:MOBILE:HOVER': null,
280
- CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC: 100,
281
- 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:HOVER': null,
282
- 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:MOBILE': null,
283
- 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:MOBILE:HOVER': null,
284
- CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT: 'LINEAR',
285
- 'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:HOVER': null,
286
- 'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:MOBILE': null,
287
- 'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:MOBILE:HOVER': null,
288
- CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR: '#455EEFFF',
289
- 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:HOVER': null,
290
- 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:MOBILE': null,
291
- 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:MOBILE:HOVER': null,
292
- CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC: 0,
293
- 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:HOVER': null,
294
- 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:MOBILE': null,
295
- 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:MOBILE:HOVER': null,
296
- CB_STYLE_PROP_BGCOLOR_SPEC_TYPE: 'NONE',
297
- 'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:HOVER': null,
298
- 'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE': null,
299
- 'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE:HOVER': null
300
- },
301
- CB_STYLE_PROP_BORDER: {
302
- CB_STYLE_PROP_BORDER_SPEC_COLOR: '#333333FF',
303
- 'CB_STYLE_PROP_BORDER_SPEC_COLOR:HOVER': null,
304
- 'CB_STYLE_PROP_BORDER_SPEC_COLOR:MOBILE': null,
305
- 'CB_STYLE_PROP_BORDER_SPEC_COLOR:MOBILE:HOVER': null,
306
- CB_STYLE_PROP_BORDER_SPEC_RADIUS: {
307
- bl: 0,
308
- br: 0,
309
- tl: 0,
310
- tr: 0
311
- },
312
- 'CB_STYLE_PROP_BORDER_SPEC_RADIUS:HOVER': null,
313
- 'CB_STYLE_PROP_BORDER_SPEC_RADIUS:MOBILE': null,
314
- 'CB_STYLE_PROP_BORDER_SPEC_RADIUS:MOBILE:HOVER': null,
315
- CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX: true,
316
- 'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:HOVER': null,
317
- 'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:MOBILE': null,
318
- 'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:MOBILE:HOVER': null,
319
- CB_STYLE_PROP_BORDER_SPEC_STYLE: 'NONE',
320
- 'CB_STYLE_PROP_BORDER_SPEC_STYLE:HOVER': null,
321
- 'CB_STYLE_PROP_BORDER_SPEC_STYLE:MOBILE': null,
322
- 'CB_STYLE_PROP_BORDER_SPEC_STYLE:MOBILE:HOVER': null,
323
- CB_STYLE_PROP_BORDER_SPEC_WIDTH: 2,
324
- 'CB_STYLE_PROP_BORDER_SPEC_WIDTH:HOVER': null,
325
- 'CB_STYLE_PROP_BORDER_SPEC_WIDTH:MOBILE': null,
326
- 'CB_STYLE_PROP_BORDER_SPEC_WIDTH:MOBILE:HOVER': null
327
- },
328
- CB_STYLE_PROP_OPACITY: {
329
- CB_STYLE_PROP_OPACITY_SPEC_OPACITY: 100,
330
- 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:HOVER': null,
331
- 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE': null,
332
- 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE:HOVER': null
333
- },
334
- CB_STYLE_PROP_SHADOW: {
335
- CB_STYLE_PROP_SHADOW_SPEC_BLUR: 24,
336
- 'CB_STYLE_PROP_SHADOW_SPEC_BLUR:HOVER': null,
337
- 'CB_STYLE_PROP_SHADOW_SPEC_BLUR:MOBILE': null,
338
- 'CB_STYLE_PROP_SHADOW_SPEC_BLUR:MOBILE:HOVER': null,
339
- CB_STYLE_PROP_SHADOW_SPEC_COLOR: '#000000FF',
340
- 'CB_STYLE_PROP_SHADOW_SPEC_COLOR:HOVER': null,
341
- 'CB_STYLE_PROP_SHADOW_SPEC_COLOR:MOBILE': null,
342
- 'CB_STYLE_PROP_SHADOW_SPEC_COLOR:MOBILE:HOVER': null,
343
- CB_STYLE_PROP_SHADOW_SPEC_OPACITY: 30,
344
- 'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:HOVER': null,
345
- 'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:MOBILE': null,
346
- 'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:MOBILE:HOVER': null,
347
- CB_STYLE_PROP_SHADOW_SPEC_SPREAD: 2,
348
- 'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:HOVER': null,
349
- 'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:MOBILE': null,
350
- 'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:MOBILE:HOVER': null,
351
- CB_STYLE_PROP_SHADOW_SPEC_TYPE: 'NONE',
352
- 'CB_STYLE_PROP_SHADOW_SPEC_TYPE:HOVER': null,
353
- 'CB_STYLE_PROP_SHADOW_SPEC_TYPE:MOBILE': null,
354
- 'CB_STYLE_PROP_SHADOW_SPEC_TYPE:MOBILE:HOVER': null,
355
- CB_STYLE_PROP_SHADOW_SPEC_X: 0,
356
- 'CB_STYLE_PROP_SHADOW_SPEC_X:HOVER': null,
357
- 'CB_STYLE_PROP_SHADOW_SPEC_X:MOBILE': null,
358
- 'CB_STYLE_PROP_SHADOW_SPEC_X:MOBILE:HOVER': null,
359
- CB_STYLE_PROP_SHADOW_SPEC_Y: 12,
360
- 'CB_STYLE_PROP_SHADOW_SPEC_Y:HOVER': null,
361
- 'CB_STYLE_PROP_SHADOW_SPEC_Y:MOBILE': null,
362
- 'CB_STYLE_PROP_SHADOW_SPEC_Y:MOBILE:HOVER': null
363
- }
364
- },
365
- minVersion: '2023-08-03',
366
- version: '2025-01-10'
367
- },
368
- queryableDefinitionPreset: 'N/A',
369
- queryableTapSrc: 'N/A',
370
- updatedAt: '2025-05-14T07:13:24'
371
- };
@@ -1,3 +0,0 @@
1
- import type { CB_STYLE_PROP_CONTENTSCAROUSEL_SPEC_PREVBTNSTYLE_TYPE, CB_STYLE_PROP_CONTENTSCAROUSEL_SPEC_NEXTBTNSTYLE_TYPE } from '../types';
2
- export declare const prevButtonMappedIcons: Record<CB_STYLE_PROP_CONTENTSCAROUSEL_SPEC_PREVBTNSTYLE_TYPE, string>;
3
- export declare const nextButtonMappedIcons: Record<CB_STYLE_PROP_CONTENTSCAROUSEL_SPEC_NEXTBTNSTYLE_TYPE, string>;
@@ -1,209 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.nextButtonMappedIcons = exports.prevButtonMappedIcons = void 0;
4
- exports.prevButtonMappedIcons = {
5
- NONE: '',
6
- DESIGN1: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_1.png',
7
- DESIGN2: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_2.png',
8
- DESIGN3: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_3.png',
9
- DESIGN4: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_4.png',
10
- DESIGN5: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_5.png',
11
- DESIGN6: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_6.png',
12
- DESIGN7: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_7.png',
13
- DESIGN8: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_8.png',
14
- DESIGN9: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_9.png',
15
- DESIGN10: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_10.png',
16
- DESIGN11: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_11.png',
17
- DESIGN12: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_12.png',
18
- DESIGN13: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_13.png',
19
- DESIGN14: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_14.png',
20
- DESIGN15: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_15.png',
21
- DESIGN16: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_16.png',
22
- DESIGN17: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_17.png',
23
- DESIGN18: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_18.png',
24
- DESIGN19: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_19.png',
25
- DESIGN20: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_20.png',
26
- DESIGN21: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_21.png',
27
- DESIGN22: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_22.png',
28
- DESIGN23: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_23.png',
29
- DESIGN24: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_24.png',
30
- DESIGN25: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_25.png',
31
- DESIGN26: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_26.png',
32
- DESIGN27: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_27.png',
33
- DESIGN28: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_28.png',
34
- DESIGN29: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_29.png',
35
- DESIGN30: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_30.png',
36
- DESIGN31: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_31.png',
37
- DESIGN32: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_32.png',
38
- DESIGN33: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_33.png',
39
- DESIGN34: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_34.png',
40
- DESIGN35: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_35.png',
41
- DESIGN36: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_36.png',
42
- DESIGN37: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_37.png',
43
- DESIGN38: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_38.png',
44
- DESIGN39: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_39.png',
45
- DESIGN40: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_40.png',
46
- DESIGN41: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_41.png',
47
- DESIGN42: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_42.png',
48
- DESIGN43: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_43.png',
49
- DESIGN44: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_44.png',
50
- DESIGN45: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_45.png',
51
- DESIGN46: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_46.png',
52
- DESIGN47: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_47.png',
53
- DESIGN48: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_48.png',
54
- DESIGN49: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_49.png',
55
- DESIGN50: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_50.png',
56
- DESIGN51: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_51.png',
57
- DESIGN52: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_52.png',
58
- DESIGN53: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_53.png',
59
- DESIGN54: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_54.png',
60
- DESIGN55: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_55.png',
61
- DESIGN56: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_56.png',
62
- DESIGN57: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_57.png',
63
- DESIGN58: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_58.png',
64
- DESIGN59: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_59.png',
65
- DESIGN60: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_60.png',
66
- DESIGN61: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_61.png',
67
- DESIGN62: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_62.png',
68
- DESIGN63: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_63.png',
69
- DESIGN64: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_64.png',
70
- DESIGN65: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_65.png',
71
- DESIGN66: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_66.png',
72
- DESIGN67: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_67.png',
73
- DESIGN68: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_68.png',
74
- DESIGN69: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_69.png',
75
- DESIGN70: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_70.png',
76
- DESIGN71: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_71.png',
77
- DESIGN72: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_72.png',
78
- DESIGN73: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_73.png',
79
- DESIGN74: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_74.png',
80
- DESIGN75: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_75.png',
81
- DESIGN76: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_76.png',
82
- DESIGN77: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_77.png',
83
- DESIGN78: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_78.png',
84
- DESIGN79: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_79.png',
85
- DESIGN80: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_80.png',
86
- DESIGN81: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_81.png',
87
- DESIGN82: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_82.png',
88
- DESIGN83: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_83.png',
89
- DESIGN84: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_84.png',
90
- DESIGN85: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_85.png',
91
- DESIGN86: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_86.png',
92
- DESIGN87: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_87.png',
93
- DESIGN88: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_88.png',
94
- DESIGN89: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_89.png',
95
- DESIGN90: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_90.png',
96
- DESIGN91: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_91.png',
97
- DESIGN92: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_92.png',
98
- DESIGN93: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_93.png',
99
- DESIGN94: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_94.png',
100
- DESIGN95: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_95.png',
101
- DESIGN96: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_96.png',
102
- DESIGN97: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_97.png',
103
- DESIGN98: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_98.png',
104
- DESIGN99: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_99.png',
105
- DESIGN100: 'https://static.publ.site/editor/navigation-icons/img_prevbtnstyle_opt_10.png0'
106
- };
107
- exports.nextButtonMappedIcons = {
108
- NONE: '',
109
- DESIGN1: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_1.png',
110
- DESIGN2: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_2.png',
111
- DESIGN3: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_3.png',
112
- DESIGN4: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_4.png',
113
- DESIGN5: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_5.png',
114
- DESIGN6: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_6.png',
115
- DESIGN7: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_7.png',
116
- DESIGN8: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_8.png',
117
- DESIGN9: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_9.png',
118
- DESIGN10: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_10.png',
119
- DESIGN11: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_11.png',
120
- DESIGN12: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_12.png',
121
- DESIGN13: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_13.png',
122
- DESIGN14: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_14.png',
123
- DESIGN15: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_15.png',
124
- DESIGN16: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_16.png',
125
- DESIGN17: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_17.png',
126
- DESIGN18: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_18.png',
127
- DESIGN19: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_19.png',
128
- DESIGN20: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_20.png',
129
- DESIGN21: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_21.png',
130
- DESIGN22: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_22.png',
131
- DESIGN23: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_23.png',
132
- DESIGN24: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_24.png',
133
- DESIGN25: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_25.png',
134
- DESIGN26: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_26.png',
135
- DESIGN27: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_27.png',
136
- DESIGN28: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_28.png',
137
- DESIGN29: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_29.png',
138
- DESIGN30: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_30.png',
139
- DESIGN31: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_31.png',
140
- DESIGN32: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_32.png',
141
- DESIGN33: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_33.png',
142
- DESIGN34: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_34.png',
143
- DESIGN35: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_35.png',
144
- DESIGN36: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_36.png',
145
- DESIGN37: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_37.png',
146
- DESIGN38: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_38.png',
147
- DESIGN39: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_39.png',
148
- DESIGN40: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_40.png',
149
- DESIGN41: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_41.png',
150
- DESIGN42: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_42.png',
151
- DESIGN43: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_43.png',
152
- DESIGN44: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_44.png',
153
- DESIGN45: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_45.png',
154
- DESIGN46: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_46.png',
155
- DESIGN47: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_47.png',
156
- DESIGN48: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_48.png',
157
- DESIGN49: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_49.png',
158
- DESIGN50: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_50.png',
159
- DESIGN51: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_51.png',
160
- DESIGN52: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_52.png',
161
- DESIGN53: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_53.png',
162
- DESIGN54: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_54.png',
163
- DESIGN55: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_55.png',
164
- DESIGN56: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_56.png',
165
- DESIGN57: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_57.png',
166
- DESIGN58: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_58.png',
167
- DESIGN59: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_59.png',
168
- DESIGN60: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_60.png',
169
- DESIGN61: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_61.png',
170
- DESIGN62: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_62.png',
171
- DESIGN63: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_63.png',
172
- DESIGN64: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_64.png',
173
- DESIGN65: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_65.png',
174
- DESIGN66: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_66.png',
175
- DESIGN67: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_67.png',
176
- DESIGN68: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_68.png',
177
- DESIGN69: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_69.png',
178
- DESIGN70: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_70.png',
179
- DESIGN71: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_71.png',
180
- DESIGN72: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_72.png',
181
- DESIGN73: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_73.png',
182
- DESIGN74: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_74.png',
183
- DESIGN75: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_75.png',
184
- DESIGN76: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_76.png',
185
- DESIGN77: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_77.png',
186
- DESIGN78: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_78.png',
187
- DESIGN79: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_79.png',
188
- DESIGN80: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_80.png',
189
- DESIGN81: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_81.png',
190
- DESIGN82: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_82.png',
191
- DESIGN83: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_83.png',
192
- DESIGN84: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_84.png',
193
- DESIGN85: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_85.png',
194
- DESIGN86: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_86.png',
195
- DESIGN87: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_87.png',
196
- DESIGN88: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_88.png',
197
- DESIGN89: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_89.png',
198
- DESIGN90: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_90.png',
199
- DESIGN91: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_91.png',
200
- DESIGN92: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_92.png',
201
- DESIGN93: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_93.png',
202
- DESIGN94: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_94.png',
203
- DESIGN95: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_95.png',
204
- DESIGN96: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_96.png',
205
- DESIGN97: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_97.png',
206
- DESIGN98: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_98.png',
207
- DESIGN99: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_99.png',
208
- DESIGN100: 'https://static.publ.site/editor/navigation-icons/img_nextbtnstyle_opt_10.png0'
209
- };
@@ -1,27 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const ProgressDesign1: ({ progress, leftTimeSec }: {
3
- progress: number;
4
- leftTimeSec: number;
5
- }) => JSX.Element;
6
- export declare const ProgressDesign2: ({ progress, leftTimeSec }: {
7
- progress: number;
8
- leftTimeSec: number;
9
- }) => JSX.Element;
10
- export declare const ProgressDesign3: ({ progress }: {
11
- progress: number;
12
- }) => JSX.Element;
13
- export declare const ProgressDesign4: ({ progress }: {
14
- progress: number;
15
- }) => JSX.Element;
16
- export declare const ProgressDesign5: ({ progress }: {
17
- progress: number;
18
- }) => JSX.Element;
19
- export declare const ProgressDesign6: ({ progress }: {
20
- progress: number;
21
- }) => JSX.Element;
22
- export declare const ProgressDesign7: ({ progress }: {
23
- progress: number;
24
- }) => JSX.Element;
25
- export declare const ProgressDesign8: ({ progress }: {
26
- progress: number;
27
- }) => JSX.Element;