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

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 +3 -2
  3. package/dist/src/common/assets/icons/fill/Cam.d.ts +4 -0
  4. package/dist/src/common/assets/icons/fill/Cam.js +30 -0
  5. package/dist/src/common/assets/icons/fill/CamOff.d.ts +4 -0
  6. package/dist/src/common/assets/icons/fill/CamOff.js +30 -0
  7. package/dist/src/common/assets/icons/fill/Video.js +1 -1
  8. package/dist/src/common/assets/icons/fill/VideoOff.js +1 -1
  9. package/dist/src/common/assets/icons/fill/VideoStop.d.ts +4 -0
  10. package/dist/src/common/assets/icons/fill/VideoStop.js +30 -0
  11. package/dist/src/common/assets/icons/fill/VideoType.js +1 -1
  12. package/dist/src/common/assets/icons/fill/index.d.ts +3 -0
  13. package/dist/src/common/assets/icons/fill/index.js +7 -1
  14. package/dist/src/common/assets/icons/line/Cam.d.ts +4 -0
  15. package/dist/src/common/assets/icons/line/Cam.js +30 -0
  16. package/dist/src/common/assets/icons/line/CamOff.d.ts +4 -0
  17. package/dist/src/common/assets/icons/line/CamOff.js +30 -0
  18. package/dist/src/common/assets/icons/line/CheckBox.d.ts +4 -0
  19. package/dist/src/common/assets/icons/line/CheckBox.js +30 -0
  20. package/dist/src/common/assets/icons/line/Dropdown.d.ts +4 -0
  21. package/dist/src/common/assets/icons/line/Dropdown.js +30 -0
  22. package/dist/src/common/assets/icons/line/Radio.d.ts +4 -0
  23. package/dist/src/common/assets/icons/line/Radio.js +30 -0
  24. package/dist/src/common/assets/icons/line/SectionQuestion32.d.ts +4 -0
  25. package/dist/src/common/assets/icons/line/SectionQuestion32.js +30 -0
  26. package/dist/src/common/assets/icons/line/SectionQuestion40.d.ts +4 -0
  27. package/dist/src/common/assets/icons/line/SectionQuestion40.js +30 -0
  28. package/dist/src/common/assets/icons/line/SectionQuestionnaire32.d.ts +4 -0
  29. package/dist/src/common/assets/icons/line/SectionQuestionnaire32.js +30 -0
  30. package/dist/src/common/assets/icons/line/SectionQuestionnaire40.d.ts +4 -0
  31. package/dist/src/common/assets/icons/line/SectionQuestionnaire40.js +30 -0
  32. package/dist/src/common/assets/icons/line/TextLong.d.ts +4 -0
  33. package/dist/src/common/assets/icons/line/TextLong.js +30 -0
  34. package/dist/src/common/assets/icons/line/TextShort.d.ts +4 -0
  35. package/dist/src/common/assets/icons/line/TextShort.js +30 -0
  36. package/dist/src/common/assets/icons/line/Video.js +1 -1
  37. package/dist/src/common/assets/icons/line/VideoOff.js +1 -1
  38. package/dist/src/common/assets/icons/line/VideoStop.d.ts +4 -0
  39. package/dist/src/common/assets/icons/line/VideoStop.js +30 -0
  40. package/dist/src/common/assets/icons/line/VideoType.js +1 -1
  41. package/dist/src/common/assets/icons/line/index.d.ts +12 -0
  42. package/dist/src/common/assets/icons/line/index.js +25 -1
  43. package/dist/src/common/components/ThreeBarProgress/ThreeBarProgress.d.ts +2 -1
  44. package/dist/src/common/components/ThreeBarProgress/ThreeBarProgress.js +48 -4
  45. package/dist/src/common/services/i18n/resources/en.json +9 -1
  46. package/dist/src/common/services/i18n/resources/es.json +9 -1
  47. package/dist/src/common/services/i18n/resources/fil.json +9 -1
  48. package/dist/src/common/services/i18n/resources/index.d.ts +56 -0
  49. package/dist/src/common/services/i18n/resources/ja.json +9 -1
  50. package/dist/src/common/services/i18n/resources/ko.json +9 -1
  51. package/dist/src/common/services/i18n/resources/zh-cn.json +9 -1
  52. package/dist/src/common/services/i18n/resources/zh-tw.json +9 -1
  53. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +9 -1
  54. package/dist/src/common/styles/colorSet/PaletteColor_light.json +9 -1
  55. package/dist/src/common/styles/colorSet/UIColor.json +14 -1
  56. package/dist/src/common/styles/colorSet/index.d.ts +31 -2
  57. package/dist/src/common/styles/colorSet/index.js +2 -2
  58. package/dist/src/common/styles/colorSet/ui-type.d.ts +13 -0
  59. package/dist/src/common/utils/dateHelper.d.ts +13 -0
  60. package/dist/src/common/utils/dateHelper.js +87 -0
  61. package/dist/src/desktop/components/AdminListItem/AdminListItem.d.ts +1 -0
  62. package/dist/src/desktop/components/AdminListItem/AdminListItem.js +27 -13
  63. package/dist/src/desktop/components/BasicListItem/BasicListItem.d.ts +4 -1
  64. package/dist/src/desktop/components/BasicListItem/BasicListItem.js +26 -4
  65. package/dist/src/desktop/components/BasicListItem/Contents.d.ts +3 -1
  66. package/dist/src/desktop/components/BasicListItem/Contents.js +2 -2
  67. package/dist/src/desktop/components/BasicListItem/RightBox/IconButton.d.ts +1 -0
  68. package/dist/src/desktop/components/BasicListItem/RightBox/IconButton.js +2 -2
  69. package/dist/src/desktop/components/Checkbox/Checkbox.d.ts +3 -1
  70. package/dist/src/desktop/components/Checkbox/Checkbox.js +17 -3
  71. package/dist/src/desktop/components/Chip/Chip.d.ts +1 -1
  72. package/dist/src/desktop/components/Chip/Chip.js +50 -5
  73. package/dist/src/desktop/components/Radio/Radio.js +2 -2
  74. package/dist/src/desktop/components/TextField/TextField.js +41 -15
  75. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.js +2 -2
  76. package/dist/src/mobile/components/BasicListItem/BasicListItem.d.ts +4 -1
  77. package/dist/src/mobile/components/BasicListItem/BasicListItem.js +26 -4
  78. package/dist/src/mobile/components/BasicListItem/Contents.d.ts +3 -1
  79. package/dist/src/mobile/components/BasicListItem/Contents.js +2 -2
  80. package/dist/src/mobile/components/BasicListItem/RightBox/IconButton.d.ts +1 -0
  81. package/dist/src/mobile/components/BasicListItem/RightBox/IconButton.js +2 -2
  82. package/dist/src/mobile/components/Checkbox/Checkbox.d.ts +3 -1
  83. package/dist/src/mobile/components/Checkbox/Checkbox.js +17 -3
  84. package/dist/src/mobile/components/Chip/Chip.d.ts +1 -1
  85. package/dist/src/mobile/components/Chip/Chip.js +50 -5
  86. package/dist/src/mobile/components/DatePicker/DatePicker.d.ts +16 -0
  87. package/dist/src/mobile/components/DatePicker/DatePicker.js +156 -0
  88. package/dist/src/mobile/components/DatePicker/DatePickerHeader.d.ts +14 -0
  89. package/dist/src/mobile/components/DatePicker/DatePickerHeader.js +27 -0
  90. package/dist/src/mobile/components/DatePicker/Day.d.ts +13 -0
  91. package/dist/src/mobile/components/DatePicker/Day.js +94 -0
  92. package/dist/src/mobile/components/DatePicker/index.d.ts +1 -0
  93. package/dist/src/mobile/components/DatePicker/index.js +8 -0
  94. package/dist/src/mobile/components/DatePicker/utils.d.ts +16 -0
  95. package/dist/src/mobile/components/DatePicker/utils.js +68 -0
  96. package/dist/src/mobile/components/Radio/Radio.js +2 -2
  97. package/dist/src/mobile/components/TextField/TextField.js +41 -15
  98. package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +6 -1
  99. package/dist/src/mobile/components/TextLabel/TextLabel.js +83 -3
  100. package/dist/src/mobile/components/index.d.ts +2 -1
  101. package/dist/src/mobile/components/index.js +3 -1
  102. package/dist/src/mobile/index.d.ts +1 -1
  103. package/dist/src/mobile/index.js +3 -2
  104. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.js +1 -1
  105. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.js +1 -1
  106. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.js +1 -1
  107. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.js +1 -1
  108. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.js +1 -1
  109. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.js +1 -1
  110. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.js +1 -1
  111. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.js +1 -1
  112. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.js +1 -1
  113. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.js +1 -1
  114. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.js +1 -1
  115. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.js +1 -1
  116. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.js +1 -1
  117. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.js +1 -1
  118. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.js +1 -1
  119. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.js +1 -1
  120. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.js +1 -1
  121. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.js +1 -1
  122. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.js +1 -1
  123. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.js +1 -1
  124. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.js +1 -1
  125. package/dist/src/sub/AdminList/AdminListItem/AdminListItem.js +3 -3
  126. package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.d.ts +1 -1
  127. package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.js +4 -4
  128. package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.d.ts +1 -1
  129. package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.js +2 -2
  130. package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.d.ts +2 -2
  131. package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.js +36 -10
  132. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +4 -1
  133. package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.js +12 -1
  134. package/dist/src/sub/DynamicLayout/components/Section/components/VideoBGMedia.d.ts +8 -0
  135. package/dist/src/sub/DynamicLayout/components/Section/components/VideoBGMedia.js +77 -0
  136. package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.js +3 -1
  137. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_Dark.json +152 -4
  138. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_light.json +150 -2
  139. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/SemanticColor.json +45 -1
  140. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/UIColor.json +262 -9
  141. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/index.d.ts +593 -0
  142. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/ui-type.d.ts +253 -0
  143. package/dist/src/sub/DynamicLayout/compositionActionTypes.d.ts +4 -4
  144. package/dist/src/sub/DynamicLayout/mock_composition.js +4 -0
  145. package/dist/src/sub/DynamicLayout/mock_contentsCarousel.d.ts +1 -2
  146. package/dist/src/sub/DynamicLayout/mock_contentsCarousel.js +1047 -274
  147. package/dist/src/sub/DynamicLayout/mock_contentsList.d.ts +1 -2
  148. package/dist/src/sub/DynamicLayout/mock_contentsList.js +1008 -222
  149. package/dist/src/sub/DynamicLayout/mock_slideBanner.d.ts +810 -2
  150. package/dist/src/sub/DynamicLayout/mock_slideBanner.js +772 -268
  151. package/dist/src/sub/DynamicLayout/mock_video.d.ts +368 -0
  152. package/dist/src/sub/DynamicLayout/mock_video.js +371 -0
  153. package/dist/src/sub/DynamicLayout/mock_video_cb.d.ts +368 -0
  154. package/dist/src/sub/DynamicLayout/mock_video_cb.js +371 -0
  155. package/dist/src/sub/DynamicLayout/mocks.d.ts +2 -776
  156. package/dist/src/sub/DynamicLayout/mocks.js +4266 -11
  157. package/dist/src/sub/DynamicLayout/sectionActionTypes.d.ts +4 -4
  158. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.d.ts +1 -1
  159. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +4 -4
  160. package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.js +11 -15
  161. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.js +3 -0
  162. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +25 -4
  163. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.js +102 -26
  164. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.js +21 -1
  165. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigation.js +16 -96
  166. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomPagination.d.ts +7 -2
  167. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomPagination.js +26 -20
  168. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.js +46 -23
  169. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.d.ts +3 -0
  170. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.js +209 -0
  171. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.d.ts +27 -0
  172. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.js +96 -0
  173. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.js +84 -98
  174. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/types.d.ts +6 -6
  175. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.js +31 -19
  176. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.d.ts +3 -3
  177. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.js +59 -132
  178. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.d.ts +23 -0
  179. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.js +176 -0
  180. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.js +24 -30
  181. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/types.d.ts +1 -1
  182. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +13 -5
  183. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.js +88 -13
  184. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigation.js +16 -96
  185. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.d.ts +7 -2
  186. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.js +26 -20
  187. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.js +46 -23
  188. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.d.ts +3 -0
  189. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.js +209 -0
  190. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.d.ts +27 -0
  191. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.js +96 -0
  192. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.js +64 -67
  193. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.d.ts +6 -6
  194. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +10 -4
  195. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/VideoPlayer.d.ts +5 -0
  196. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/VideoPlayer.js +148 -0
  197. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/helper.d.ts +4 -0
  198. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/helper.js +25 -0
  199. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/index.d.ts +1 -0
  200. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/index.js +8 -0
  201. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/types.d.ts +16 -7
  202. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/group.d.ts +1 -1
  203. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.d.ts +11 -4
  204. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.js +1 -0
  205. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.d.ts +1 -1
  206. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.js +2 -2
  207. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseProperties.d.ts +2 -2
  208. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/types.d.ts +15 -2
  209. package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.d.ts +1 -1
  210. package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.js +1 -1
  211. package/dist/src/sub/DynamicLayout/types.d.ts +10 -1
  212. package/package.json +2 -3
  213. package/release-note.md +3 -3
@@ -43,45 +43,44 @@ var jsx_runtime_1 = require("react/jsx-runtime");
43
43
  var components_1 = require("../../../../../../../../DynamicLayout/components");
44
44
  var styled_components_1 = __importStar(require("styled-components"));
45
45
  var CustomPagination = function (_a) {
46
- var _b = _a.current, current = _b === void 0 ? 1 : _b, _c = _a.total, total = _c === void 0 ? 1 : _c, _d = _a.type, type = _d === void 0 ? 'NONE' : _d, _e = _a.offset, offset = _e === void 0 ? { top: '0' } : _e, _f = _a.size, size = _f === void 0 ? 1 : _f, onBulletClick = _a.onBulletClick;
46
+ var _b = _a.current, current = _b === void 0 ? 1 : _b, _c = _a.total, total = _c === void 0 ? 1 : _c, _d = _a.type, type = _d === void 0 ? 'NONE' : _d, _e = _a.offset, offset = _e === void 0 ? { top: '0' } : _e, _f = _a.size, size = _f === void 0 ? 1 : _f, prevBtnDisabled = _a.prevBtnDisabled, nextBtnDisabled = _a.nextBtnDisabled, onBulletClick = _a.onBulletClick, onPrevBtnClick = _a.onPrevBtnClick, onNextBtnClick = _a.onNextBtnClick;
47
47
  var bullets = Array.from({ length: total }, function (_, i) { return i; });
48
48
  return ((0, jsx_runtime_1.jsx)(S_Pagination, __assign({ className: "custom-pagination_".concat(current), "$offset": offset, "$size": size }, { children: (function () {
49
49
  switch (type) {
50
50
  case 'NONE':
51
- case 'DESIGN1':
52
51
  return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {});
53
- case 'DESIGN2':
52
+ case 'DESIGN1':
54
53
  return ((0, jsx_runtime_1.jsxs)(FlexBox, __assign({ gap: "4px" }, { children: [(0, jsx_runtime_1.jsx)(S_TextLabel, __assign({ styleTheme: "body2Bold", colorTheme: "sysTextBlack" }, { children: current })), (0, jsx_runtime_1.jsx)(S_TextLabel, __assign({ style: { opacity: 0.6 }, styleTheme: "body2Regular", colorTheme: "sysTextBlack" }, { children: "/ ".concat(total) }))] })));
55
- case 'DESIGN3':
54
+ case 'DESIGN2':
56
55
  return ((0, jsx_runtime_1.jsxs)(FlexBox, __assign({ gap: "4px" }, { children: [(0, jsx_runtime_1.jsx)(S_TextLabel, __assign({ styleTheme: "body2Bold" }, { children: current })), (0, jsx_runtime_1.jsx)(S_TextLabel, __assign({ style: { opacity: 0.6 }, styleTheme: "body2Regular" }, { children: "/ ".concat(total) }))] })));
57
- case 'DESIGN4':
56
+ case 'DESIGN3':
58
57
  return ((0, jsx_runtime_1.jsxs)(FlexBox, __assign({ gap: "8px" }, { children: [(0, jsx_runtime_1.jsx)(S_TextLabel, __assign({ styleTheme: "body2Bold", colorTheme: "sysTextBlack" }, { children: current })), (0, jsx_runtime_1.jsx)(S_Divider, { type: "VERTICAL", color: "WHITE" }), (0, jsx_runtime_1.jsx)(S_TextLabel, __assign({ style: { opacity: 0.6 }, styleTheme: "body2Regular", colorTheme: "sysTextBlack" }, { children: total }))] })));
59
- case 'DESIGN5':
58
+ case 'DESIGN4':
60
59
  return ((0, jsx_runtime_1.jsxs)(FlexBox, __assign({ gap: "8px" }, { children: [(0, jsx_runtime_1.jsx)(S_TextLabel, __assign({ styleTheme: "body2Bold" }, { children: current })), (0, jsx_runtime_1.jsx)(S_Divider, { type: "VERTICAL", color: "WHITE" }), (0, jsx_runtime_1.jsx)(S_TextLabel, __assign({ style: { opacity: 0.6 }, styleTheme: "body2Regular" }, { children: total }))] })));
60
+ case 'DESIGN5':
61
+ return ((0, jsx_runtime_1.jsxs)(FlexBox, { children: [(0, jsx_runtime_1.jsx)(S_Pointer, __assign({ onClick: onPrevBtnClick, disabled: prevBtnDisabled }, { children: (0, jsx_runtime_1.jsx)(components_1.Icon, { iconName: "ic_arrow_left", size: 16, colorKey: "ui_cpnt_icon_sys_dark" }) })), (0, jsx_runtime_1.jsx)(S_TextLabel, __assign({ style: { marginLeft: '8px', marginRight: '4px' }, styleTheme: "body2Bold", colorTheme: "sysTextBlack" }, { children: current })), (0, jsx_runtime_1.jsx)(S_TextLabel, __assign({ style: { marginRight: '8px', marginLeft: '4px', opacity: 0.6 }, styleTheme: "body2Regular", colorTheme: "sysTextBlack" }, { children: "/ ".concat(total) })), (0, jsx_runtime_1.jsx)(S_Pointer, __assign({ onClick: onNextBtnClick, disabled: nextBtnDisabled }, { children: (0, jsx_runtime_1.jsx)(components_1.Icon, { iconName: "ic_arrow_right", size: 16, colorKey: "ui_cpnt_icon_sys_dark" }) }))] }));
61
62
  case 'DESIGN6':
62
- return ((0, jsx_runtime_1.jsxs)(FlexBox, { children: [(0, jsx_runtime_1.jsx)(components_1.Icon, { iconName: "ic_arrow_left", size: 16, colorKey: "ui_cpnt_icon_sys_dark" }), (0, jsx_runtime_1.jsx)(S_TextLabel, __assign({ style: { marginLeft: '8px', marginRight: '4px' }, styleTheme: "body2Bold", colorTheme: "sysTextBlack" }, { children: current })), (0, jsx_runtime_1.jsx)(S_TextLabel, __assign({ style: { marginRight: '8px', marginLeft: '4px', opacity: 0.6 }, styleTheme: "body2Regular", colorTheme: "sysTextBlack" }, { children: "/ ".concat(total) })), (0, jsx_runtime_1.jsx)(components_1.Icon, { iconName: "ic_arrow_right", size: 16, colorKey: "ui_cpnt_icon_sys_dark" })] }));
63
+ return ((0, jsx_runtime_1.jsxs)(FlexBox, { children: [(0, jsx_runtime_1.jsx)(S_Pointer, __assign({ onClick: onPrevBtnClick, disabled: prevBtnDisabled }, { children: (0, jsx_runtime_1.jsx)(components_1.Icon, { iconName: "ic_arrow_left", size: 16 }) })), (0, jsx_runtime_1.jsx)(S_TextLabel, __assign({ style: { marginLeft: '8px', marginRight: '4px' }, styleTheme: "body2Bold", colorTheme: "sysTextWhite" }, { children: current })), (0, jsx_runtime_1.jsx)(S_TextLabel, __assign({ style: { marginRight: '8px', marginLeft: '4px', opacity: 0.6 }, styleTheme: "body2Regular", colorTheme: "sysTextWhite" }, { children: "/ ".concat(total) })), (0, jsx_runtime_1.jsx)(S_Pointer, __assign({ onClick: onNextBtnClick, disabled: nextBtnDisabled }, { children: (0, jsx_runtime_1.jsx)(components_1.Icon, { iconName: "ic_arrow_right", size: 16 }) }))] }));
63
64
  case 'DESIGN7':
64
- return ((0, jsx_runtime_1.jsxs)(FlexBox, { children: [(0, jsx_runtime_1.jsx)(components_1.Icon, { iconName: "ic_arrow_left", size: 16 }), (0, jsx_runtime_1.jsx)(S_TextLabel, __assign({ style: { marginLeft: '8px', marginRight: '4px' }, styleTheme: "body2Bold", colorTheme: "sysTextWhite" }, { children: current })), (0, jsx_runtime_1.jsx)(S_TextLabel, __assign({ style: { marginRight: '8px', marginLeft: '4px', opacity: 0.6 }, styleTheme: "body2Regular", colorTheme: "sysTextWhite" }, { children: "/ ".concat(total) })), (0, jsx_runtime_1.jsx)(components_1.Icon, { iconName: "ic_arrow_right", size: 16 })] }));
65
+ return ((0, jsx_runtime_1.jsxs)(FlexBox, __assign({ gap: "8px" }, { children: [(0, jsx_runtime_1.jsx)(S_Pointer, __assign({ onClick: onPrevBtnClick, disabled: prevBtnDisabled }, { children: (0, jsx_runtime_1.jsx)(components_1.Icon, { iconName: "ic_arrow_left", size: 16, colorKey: "ui_cpnt_icon_sys_dark" }) })), (0, jsx_runtime_1.jsx)(S_TextLabel, __assign({ styleTheme: "body2Bold", colorTheme: "sysTextBlack" }, { children: current })), (0, jsx_runtime_1.jsx)(S_Divider, { type: "VERTICAL" }), (0, jsx_runtime_1.jsx)(S_TextLabel, __assign({ style: { opacity: 0.6 }, styleTheme: "body2Regular", colorTheme: "sysTextBlack" }, { children: total })), (0, jsx_runtime_1.jsx)(S_Pointer, __assign({ onClick: onNextBtnClick, disabled: nextBtnDisabled }, { children: (0, jsx_runtime_1.jsx)(components_1.Icon, { iconName: "ic_arrow_right", size: 16, colorKey: "ui_cpnt_icon_sys_dark" }) }))] })));
65
66
  case 'DESIGN8':
66
- return ((0, jsx_runtime_1.jsxs)(FlexBox, __assign({ gap: "8px" }, { children: [(0, jsx_runtime_1.jsx)(components_1.Icon, { iconName: "ic_arrow_left", size: 16, colorKey: "ui_cpnt_icon_sys_dark" }), (0, jsx_runtime_1.jsx)(S_TextLabel, __assign({ styleTheme: "body2Bold", colorTheme: "sysTextBlack" }, { children: current })), (0, jsx_runtime_1.jsx)(S_Divider, { type: "VERTICAL" }), (0, jsx_runtime_1.jsx)(S_TextLabel, __assign({ style: { opacity: 0.6 }, styleTheme: "body2Regular", colorTheme: "sysTextBlack" }, { children: total })), (0, jsx_runtime_1.jsx)(components_1.Icon, { iconName: "ic_arrow_right", size: 16, colorKey: "ui_cpnt_icon_sys_dark" })] })));
67
+ return ((0, jsx_runtime_1.jsxs)(FlexBox, __assign({ gap: "8px" }, { children: [(0, jsx_runtime_1.jsx)(S_Pointer, __assign({ onClick: onPrevBtnClick, disabled: prevBtnDisabled }, { children: (0, jsx_runtime_1.jsx)(components_1.Icon, { iconName: "ic_arrow_left", size: 16 }) })), (0, jsx_runtime_1.jsx)(S_TextLabel, __assign({ styleTheme: "body2Bold", colorTheme: "sysTextWhite" }, { children: current })), (0, jsx_runtime_1.jsx)(S_Divider, { type: "VERTICAL", color: "WHITE" }), (0, jsx_runtime_1.jsx)(S_TextLabel, __assign({ style: { opacity: 0.6 }, styleTheme: "body2Regular", colorTheme: "sysTextWhite" }, { children: total })), (0, jsx_runtime_1.jsx)(S_Pointer, __assign({ onClick: onNextBtnClick, disabled: nextBtnDisabled }, { children: (0, jsx_runtime_1.jsx)(components_1.Icon, { iconName: "ic_arrow_right", size: 16 }) }))] })));
67
68
  case 'DESIGN9':
68
- return ((0, jsx_runtime_1.jsxs)(FlexBox, __assign({ gap: "8px" }, { children: [(0, jsx_runtime_1.jsx)(components_1.Icon, { iconName: "ic_arrow_left", size: 16 }), (0, jsx_runtime_1.jsx)(S_TextLabel, __assign({ styleTheme: "body2Bold", colorTheme: "sysTextWhite" }, { children: current })), (0, jsx_runtime_1.jsx)(S_Divider, { type: "VERTICAL", color: "WHITE" }), (0, jsx_runtime_1.jsx)(S_TextLabel, __assign({ style: { opacity: 0.6 }, styleTheme: "body2Regular", colorTheme: "sysTextWhite" }, { children: total })), (0, jsx_runtime_1.jsx)(components_1.Icon, { iconName: "ic_arrow_right", size: 16 })] })));
69
- case 'DESIGN10':
70
69
  return ((0, jsx_runtime_1.jsxs)(FlexBox, __assign({ direction: "column", gap: "8px" }, { children: [(0, jsx_runtime_1.jsx)(S_TextLabel, __assign({ style: { paddingLeft: '8px', paddingRight: '8px' }, styleTheme: "body2Bold", colorTheme: "sysTextBlack" }, { children: current })), (0, jsx_runtime_1.jsx)(S_Divider, { type: "HORIZONTAL" }), (0, jsx_runtime_1.jsx)(S_TextLabel, __assign({ style: { opacity: 0.6 }, styleTheme: "body2Regular", colorTheme: "sysTextBlack" }, { children: total }))] })));
71
- case 'DESIGN11':
70
+ case 'DESIGN10':
72
71
  return ((0, jsx_runtime_1.jsxs)(FlexBox, __assign({ direction: "column", gap: "8px" }, { children: [(0, jsx_runtime_1.jsx)(S_TextLabel, __assign({ style: { paddingLeft: '8px', paddingRight: '8px' }, styleTheme: "body2Bold", colorTheme: "sysTextWhite" }, { children: current })), (0, jsx_runtime_1.jsx)(S_Divider, { type: "HORIZONTAL", color: "DARK" }), (0, jsx_runtime_1.jsx)(S_TextLabel, __assign({ style: { opacity: 0.6 }, styleTheme: "body2Regular", colorTheme: "sysTextWhite" }, { children: total }))] })));
72
+ case 'DESIGN11':
73
+ return ((0, jsx_runtime_1.jsx)(FlexBox, __assign({ gap: "8px" }, { children: bullets.map(function (_, index) { return ((0, jsx_runtime_1.jsx)(S_Dot, { color: "DARK", isActive: index + 1 === current, onClick: function () { return onBulletClick(index); } }, index)); }) })));
73
74
  case 'DESIGN12':
74
- return ((0, jsx_runtime_1.jsx)(FlexBox, __assign({ gap: "8px" }, { children: bullets.map(function (_, index) { return ((0, jsx_runtime_1.jsx)(S_Dot, { color: "DARK", isActive: index + 1 === current, onClick: onBulletClick ? function () { return onBulletClick(index); } : undefined }, index)); }) })));
75
+ return ((0, jsx_runtime_1.jsx)(FlexBox, __assign({ gap: "8px" }, { children: bullets.map(function (_, index) { return ((0, jsx_runtime_1.jsx)(S_Dot, { color: "WHITE", isActive: index + 1 === current, onClick: function () { return onBulletClick(index); } }, index)); }) })));
75
76
  case 'DESIGN13':
76
- return ((0, jsx_runtime_1.jsx)(FlexBox, __assign({ gap: "8px" }, { children: bullets.map(function (_, index) { return ((0, jsx_runtime_1.jsx)(S_Dot, { color: "WHITE", isActive: index + 1 === current, onClick: onBulletClick ? function () { return onBulletClick(index); } : undefined }, index)); }) })));
77
+ return ((0, jsx_runtime_1.jsx)(FlexBox, __assign({ direction: "column", gap: "12px" }, { children: bullets.map(function (_, index) { return ((0, jsx_runtime_1.jsx)(S_Dot, { color: "DARK", isActive: index + 1 === current, onClick: function () { return onBulletClick(index); } }, index)); }) })));
77
78
  case 'DESIGN14':
78
- return ((0, jsx_runtime_1.jsx)(FlexBox, __assign({ direction: "column", gap: "12px" }, { children: bullets.map(function (_, index) { return ((0, jsx_runtime_1.jsx)(S_Dot, { color: "DARK", isActive: index + 1 === current, onClick: onBulletClick ? function () { return onBulletClick(index); } : undefined }, index)); }) })));
79
+ return ((0, jsx_runtime_1.jsx)(FlexBox, __assign({ direction: "column", gap: "12px" }, { children: bullets.map(function (_, index) { return ((0, jsx_runtime_1.jsx)(S_Dot, { color: "WHITE", isActive: index + 1 === current, onClick: function () { return onBulletClick(index); } }, index)); }) })));
79
80
  case 'DESIGN15':
80
- return ((0, jsx_runtime_1.jsx)(FlexBox, __assign({ direction: "column", gap: "12px" }, { children: bullets.map(function (_, index) { return ((0, jsx_runtime_1.jsx)(S_Dot, { color: "WHITE", isActive: index + 1 === current, onClick: onBulletClick ? function () { return onBulletClick(index); } : undefined }, index)); }) })));
81
+ return ((0, jsx_runtime_1.jsx)(FlexBox, __assign({ gap: "8px" }, { children: bullets.map(function (_, index) { return ((0, jsx_runtime_1.jsx)(S_Bar, { color: "DARK", isActive: index + 1 === current, onClick: function () { return onBulletClick(index); } }, index)); }) })));
81
82
  case 'DESIGN16':
82
- return ((0, jsx_runtime_1.jsx)(FlexBox, __assign({ gap: "8px" }, { children: bullets.map(function (_, index) { return ((0, jsx_runtime_1.jsx)(S_Bar, { color: "DARK", isActive: index + 1 === current, onClick: onBulletClick ? function () { return onBulletClick(index); } : undefined }, index)); }) })));
83
- case 'DESIGN17':
84
- return ((0, jsx_runtime_1.jsx)(FlexBox, __assign({ gap: "8px" }, { children: bullets.map(function (_, index) { return ((0, jsx_runtime_1.jsx)(S_Bar, { color: "WHITE", isActive: index + 1 === current, onClick: onBulletClick ? function () { return onBulletClick(index); } : undefined }, index)); }) })));
83
+ return ((0, jsx_runtime_1.jsx)(FlexBox, __assign({ gap: "8px" }, { children: bullets.map(function (_, index) { return ((0, jsx_runtime_1.jsx)(S_Bar, { color: "WHITE", isActive: index + 1 === current, onClick: function () { return onBulletClick(index); } }, index)); }) })));
85
84
  default:
86
85
  return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {});
87
86
  }
@@ -181,5 +180,12 @@ var S_Bar = styled_components_1.default.div(templateObject_15 || (templateObject
181
180
  var color = _a.color;
182
181
  return (color === 'WHITE' ? whiteBullet : darkBullet);
183
182
  });
183
+ var S_Pointer = styled_components_1.default.div(templateObject_16 || (templateObject_16 = __makeTemplateObject(["\n cursor: ", ";\n height: 16px;\n opacity: ", ";\n"], ["\n cursor: ", ";\n height: 16px;\n opacity: ", ";\n"])), function (_a) {
184
+ var disabled = _a.disabled;
185
+ return (disabled ? 'not-allowed' : 'pointer');
186
+ }, function (_a) {
187
+ var disabled = _a.disabled;
188
+ return (disabled ? 0.4 : 1);
189
+ });
184
190
  exports.default = exports.CustomPagination;
185
- var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15;
191
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15, templateObject_16;
@@ -42,53 +42,76 @@ exports.CustomProgressbar = void 0;
42
42
  var jsx_runtime_1 = require("react/jsx-runtime");
43
43
  var react_1 = require("react");
44
44
  var styled_components_1 = __importStar(require("styled-components"));
45
+ var progressConfigs_1 = require("./progressConfigs");
45
46
  var CustomProgressbar = function (_a) {
46
47
  var progressRef = _a.progressRef, leftTimeMsRef = _a.leftTimeMsRef, _b = _a.type, type = _b === void 0 ? 'NONE' : _b, _c = _a.offset, offset = _c === void 0 ? { top: '0' } : _c, _d = _a.size, size = _d === void 0 ? 1 : _d;
47
48
  var _e = (0, react_1.useState)(0), leftTimeSec = _e[0], setLeftTimeSec = _e[1];
48
49
  var _f = (0, react_1.useState)(0), progress = _f[0], setProgress = _f[1];
49
- // 초 단위 렌더
50
50
  (0, react_1.useEffect)(function () {
51
- var id = setInterval(function () {
51
+ var updateTimer = function () {
52
52
  var _a;
53
- var sec = Math.ceil(((_a = leftTimeMsRef.current) !== null && _a !== void 0 ? _a : 0) / 1000);
53
+ var sec = Math.abs(((_a = leftTimeMsRef.current) !== null && _a !== void 0 ? _a : 10000) / 1000);
54
54
  setLeftTimeSec(sec);
55
- }, 1000);
55
+ };
56
+ updateTimer();
57
+ var id = setInterval(updateTimer, 1000);
56
58
  return function () { return clearInterval(id); };
57
- }, [leftTimeMsRef]);
58
- // 실시간 progress 반영
59
+ }, []);
59
60
  (0, react_1.useEffect)(function () {
60
61
  var animationId;
62
+ var lastProgress = -1;
61
63
  var updateProgress = function () {
62
64
  var _a;
63
- setProgress((_a = progressRef.current) !== null && _a !== void 0 ? _a : 0);
65
+ var currentProgress = (_a = progressRef.current) !== null && _a !== void 0 ? _a : 0;
66
+ // 소수점 3자리로 제한 (0.001 단위)
67
+ var fixedProgress = Math.round(currentProgress * 1000) / 1000;
68
+ // 0.5% 이상 변경시에만 업데이트
69
+ if (Math.abs(fixedProgress - lastProgress) > 0.005) {
70
+ setProgress(fixedProgress);
71
+ lastProgress = fixedProgress;
72
+ }
64
73
  animationId = requestAnimationFrame(updateProgress);
65
74
  };
66
75
  animationId = requestAnimationFrame(updateProgress);
67
76
  return function () { return cancelAnimationFrame(animationId); };
68
- }, [progressRef]);
69
- return ((0, jsx_runtime_1.jsx)(S_Progress, __assign({ className: "autoplay-progress", "$offset": offset, "$size": size }, { children: (function () {
70
- switch (type) {
71
- case 'NONE':
72
- return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {});
73
- case 'DESIGN1':
74
- case 'DESIGN2':
75
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("svg", __assign({ viewBox: "0 0 48 48", style: { '--progress': 1 - progress } }, { children: (0, jsx_runtime_1.jsx)("circle", { cx: "24", cy: "24", r: "20" }) })), (0, jsx_runtime_1.jsx)("span", { children: "".concat(Math.ceil(leftTimeSec), "s") })] }));
76
- default:
77
- return (0, jsx_runtime_1.jsx)("div", { children: "Default Design" });
78
- }
79
- })() })));
77
+ }, []);
78
+ var renderProgressByType = function () {
79
+ switch (type) {
80
+ case 'NONE':
81
+ return null;
82
+ case 'DESIGN1':
83
+ return (0, jsx_runtime_1.jsx)(progressConfigs_1.ProgressDesign1, { progress: progress, leftTimeSec: leftTimeSec });
84
+ case 'DESIGN2':
85
+ return (0, jsx_runtime_1.jsx)(progressConfigs_1.ProgressDesign2, { progress: progress, leftTimeSec: leftTimeSec });
86
+ case 'DESIGN3':
87
+ return (0, jsx_runtime_1.jsx)(progressConfigs_1.ProgressDesign3, { progress: progress });
88
+ case 'DESIGN4':
89
+ return (0, jsx_runtime_1.jsx)(progressConfigs_1.ProgressDesign4, { progress: progress });
90
+ case 'DESIGN5':
91
+ return (0, jsx_runtime_1.jsx)(progressConfigs_1.ProgressDesign5, { progress: progress });
92
+ case 'DESIGN6':
93
+ return (0, jsx_runtime_1.jsx)(progressConfigs_1.ProgressDesign6, { progress: progress });
94
+ case 'DESIGN7':
95
+ return (0, jsx_runtime_1.jsx)(progressConfigs_1.ProgressDesign7, { progress: progress });
96
+ case 'DESIGN8':
97
+ return (0, jsx_runtime_1.jsx)(progressConfigs_1.ProgressDesign8, { progress: progress });
98
+ default:
99
+ return (0, jsx_runtime_1.jsx)(progressConfigs_1.ProgressDesign1, { progress: progress, leftTimeSec: leftTimeSec });
100
+ }
101
+ };
102
+ return ((0, jsx_runtime_1.jsx)(S_ProgressWrapper, __assign({ "$offset": offset, "$size": size }, { children: renderProgressByType() })));
80
103
  };
81
104
  exports.CustomProgressbar = CustomProgressbar;
82
- var S_Progress = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n padding: 5px;\n position: absolute;\n ", ";\n transform: ", ";\n transform-origin: ", ";\n width: max-content;\n z-index: 2;\n\n &.autoplay-progress {\n align-items: center;\n bottom: 16px;\n color: blue;\n display: flex;\n font-weight: bold;\n height: 48px;\n justify-content: center;\n position: absolute;\n right: 16px;\n width: 48px;\n z-index: 10;\n }\n\n &.autoplay-progress svg {\n --progress: 0;\n fill: none;\n height: 100%;\n left: 0;\n position: absolute;\n stroke: var(--swiper-theme-color);\n stroke-dasharray: 125.6;\n stroke-dashoffset: calc(125.6px * (1 - var(--progress)));\n stroke-width: 4px;\n top: 0px;\n transform: rotate(-90deg);\n width: 100%;\n z-index: 10;\n }\n"], ["\n padding: 5px;\n position: absolute;\n ", ";\n transform: ", ";\n transform-origin: ", ";\n width: max-content;\n z-index: 2;\n\n &.autoplay-progress {\n align-items: center;\n bottom: 16px;\n color: blue;\n display: flex;\n font-weight: bold;\n height: 48px;\n justify-content: center;\n position: absolute;\n right: 16px;\n width: 48px;\n z-index: 10;\n }\n\n &.autoplay-progress svg {\n --progress: 0;\n fill: none;\n height: 100%;\n left: 0;\n position: absolute;\n stroke: var(--swiper-theme-color);\n stroke-dasharray: 125.6;\n stroke-dashoffset: calc(125.6px * (1 - var(--progress)));\n stroke-width: 4px;\n top: 0px;\n transform: rotate(-90deg);\n width: 100%;\n z-index: 10;\n }\n"])), function (_a) {
83
- var $offset = _a.$offset;
84
- return (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", "\n ", "\n ", "\n ", "\n "], ["\n ", "\n ", "\n ", "\n ", "\n "])), $offset.top !== undefined ? "top: ".concat($offset.top, ";") : '', $offset.bottom !== undefined ? "bottom: ".concat($offset.bottom, ";") : '', $offset.left !== undefined ? "left: ".concat($offset.left, ";") : '', $offset.right !== undefined ? "right: ".concat($offset.right, ";") : '');
85
- }, function (_a) {
105
+ var S_ProgressWrapper = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n bottom: 16px;\n height: fit-content;\n left: 16px;\n padding: 5px;\n position: absolute;\n right: 16px;\n transform: ", ";\n transform-origin: ", ";\n width: max-content;\n z-index: 10;\n\n ", ";\n"], ["\n bottom: 16px;\n height: fit-content;\n left: 16px;\n padding: 5px;\n position: absolute;\n right: 16px;\n transform: ", ";\n transform-origin: ", ";\n width: max-content;\n z-index: 10;\n\n ", ";\n"])), function (_a) {
86
106
  var _b, _c;
87
107
  var $size = _a.$size, $offset = _a.$offset;
88
108
  return "scale(".concat($size, ") translate(").concat((_b = $offset.translateX) !== null && _b !== void 0 ? _b : 0, "%, ").concat((_c = $offset.translateY) !== null && _c !== void 0 ? _c : 0, "%)");
89
109
  }, function (_a) {
90
110
  var $offset = _a.$offset;
91
111
  return $offset.transformOrigin || 'center center';
112
+ }, function (_a) {
113
+ var $offset = _a.$offset;
114
+ return (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", "\n ", "\n ", "\n ", "\n "], ["\n ", "\n ", "\n ", "\n ", "\n "])), $offset.top !== undefined ? "top: ".concat($offset.top, ";") : '', $offset.bottom !== undefined ? "bottom: ".concat($offset.bottom, ";") : '', $offset.left !== undefined ? "left: ".concat($offset.left, ";") : '', $offset.right !== undefined ? "right: ".concat($offset.right, ";") : '');
92
115
  });
93
116
  exports.default = exports.CustomProgressbar;
94
117
  var templateObject_1, templateObject_2;
@@ -0,0 +1,3 @@
1
+ import type { CB_STYLE_PROP_SLIDEBANNER_SPEC_PREVBTNSTYLE_TYPE, CB_STYLE_PROP_SLIDEBANNER_SPEC_NEXTBTNSTYLE_TYPE } from '../types';
2
+ export declare const prevButtonMappedIcons: Record<CB_STYLE_PROP_SLIDEBANNER_SPEC_PREVBTNSTYLE_TYPE, string>;
3
+ export declare const nextButtonMappedIcons: Record<CB_STYLE_PROP_SLIDEBANNER_SPEC_NEXTBTNSTYLE_TYPE, string>;
@@ -0,0 +1,209 @@
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
+ };
@@ -0,0 +1,27 @@
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;
@@ -0,0 +1,96 @@
1
+ "use strict";
2
+ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
+ return cooked;
5
+ };
6
+ var __assign = (this && this.__assign) || function () {
7
+ __assign = Object.assign || function(t) {
8
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
9
+ s = arguments[i];
10
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
11
+ t[p] = s[p];
12
+ }
13
+ return t;
14
+ };
15
+ return __assign.apply(this, arguments);
16
+ };
17
+ var __importDefault = (this && this.__importDefault) || function (mod) {
18
+ return (mod && mod.__esModule) ? mod : { "default": mod };
19
+ };
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ exports.ProgressDesign8 = exports.ProgressDesign7 = exports.ProgressDesign6 = exports.ProgressDesign5 = exports.ProgressDesign4 = exports.ProgressDesign3 = exports.ProgressDesign2 = exports.ProgressDesign1 = void 0;
22
+ var jsx_runtime_1 = require("react/jsx-runtime");
23
+ var styled_components_1 = __importDefault(require("styled-components"));
24
+ var ProgressDesign1 = function (_a) {
25
+ var progress = _a.progress, leftTimeSec = _a.leftTimeSec;
26
+ return ((0, jsx_runtime_1.jsxs)(S_ProgressDesign1, { children: [(0, jsx_runtime_1.jsxs)("svg", __assign({ viewBox: "0 0 48 48", style: {
27
+ '--progress': 1 - progress,
28
+ transition: 'all 0.03s ease-out'
29
+ } }, { children: [(0, jsx_runtime_1.jsx)("circle", { cx: "24", cy: "24", r: "20", className: "bg-circle" }), (0, jsx_runtime_1.jsx)("circle", { cx: "24", cy: "24", r: "20", className: "progress-circle" })] })), (0, jsx_runtime_1.jsx)("span", { children: Math.ceil(leftTimeSec) })] }));
30
+ };
31
+ exports.ProgressDesign1 = ProgressDesign1;
32
+ var ProgressDesign2 = function (_a) {
33
+ var progress = _a.progress, leftTimeSec = _a.leftTimeSec;
34
+ return ((0, jsx_runtime_1.jsxs)(S_ProgressDesign2, { children: [(0, jsx_runtime_1.jsxs)("svg", __assign({ viewBox: "0 0 48 48", style: {
35
+ '--progress': 1 - progress,
36
+ transition: 'all 0.03s linear'
37
+ } }, { children: [(0, jsx_runtime_1.jsx)("circle", { cx: "24", cy: "24", r: "20", className: "bg-circle" }), (0, jsx_runtime_1.jsx)("circle", { cx: "24", cy: "24", r: "20", className: "progress-circle" })] })), (0, jsx_runtime_1.jsx)("span", { children: Math.ceil(leftTimeSec) })] }));
38
+ };
39
+ exports.ProgressDesign2 = ProgressDesign2;
40
+ var ProgressDesign3 = function (_a) {
41
+ var progress = _a.progress;
42
+ return ((0, jsx_runtime_1.jsx)(S_ProgressDesign3, { children: (0, jsx_runtime_1.jsxs)("svg", __assign({ viewBox: "0 0 48 48", style: {
43
+ '--progress': 1 - progress,
44
+ transition: 'all 0.03s ease-out'
45
+ } }, { children: [(0, jsx_runtime_1.jsx)("circle", { cx: "24", cy: "24", r: "20", className: "bg-circle" }), (0, jsx_runtime_1.jsx)("circle", { cx: "24", cy: "24", r: "20", className: "progress-circle" })] })) }));
46
+ };
47
+ exports.ProgressDesign3 = ProgressDesign3;
48
+ var ProgressDesign4 = function (_a) {
49
+ var progress = _a.progress;
50
+ return ((0, jsx_runtime_1.jsx)(S_ProgressDesign4, { children: (0, jsx_runtime_1.jsxs)("svg", __assign({ viewBox: "0 0 48 48", style: {
51
+ '--progress': 1 - progress,
52
+ transition: 'all 0.03s linear'
53
+ } }, { children: [(0, jsx_runtime_1.jsx)("circle", { cx: "24", cy: "24", r: "20", className: "bg-circle" }), (0, jsx_runtime_1.jsx)("circle", { cx: "24", cy: "24", r: "20", className: "progress-circle" })] })) }));
54
+ };
55
+ exports.ProgressDesign4 = ProgressDesign4;
56
+ var ProgressDesign5 = function (_a) {
57
+ var progress = _a.progress;
58
+ return ((0, jsx_runtime_1.jsx)(S_ProgressDesign5, { children: (0, jsx_runtime_1.jsx)("div", __assign({ className: "progress-bar-container" }, { children: (0, jsx_runtime_1.jsx)("div", { className: "progress-bar-fill", style: {
59
+ '--progress': 1 - progress,
60
+ transition: 'all 0.03s ease-out'
61
+ } }) })) }));
62
+ };
63
+ exports.ProgressDesign5 = ProgressDesign5;
64
+ var ProgressDesign6 = function (_a) {
65
+ var progress = _a.progress;
66
+ return ((0, jsx_runtime_1.jsx)(S_ProgressDesign6, { children: (0, jsx_runtime_1.jsx)("div", __assign({ className: "progress-bar-container" }, { children: (0, jsx_runtime_1.jsx)("div", { className: "progress-bar-fill", style: {
67
+ '--progress': 1 - progress,
68
+ transition: 'all 0.03s ease-out'
69
+ } }) })) }));
70
+ };
71
+ exports.ProgressDesign6 = ProgressDesign6;
72
+ var ProgressDesign7 = function (_a) {
73
+ var progress = _a.progress;
74
+ return ((0, jsx_runtime_1.jsx)(S_ProgressDesign7, { children: (0, jsx_runtime_1.jsx)("div", __assign({ className: "progress-bar-container" }, { children: (0, jsx_runtime_1.jsx)("div", { className: "progress-bar-fill", style: {
75
+ '--progress': 1 - progress,
76
+ transition: 'all 0.03s ease-out'
77
+ } }) })) }));
78
+ };
79
+ exports.ProgressDesign7 = ProgressDesign7;
80
+ var ProgressDesign8 = function (_a) {
81
+ var progress = _a.progress;
82
+ return ((0, jsx_runtime_1.jsx)(S_ProgressDesign8, { children: (0, jsx_runtime_1.jsx)("div", __assign({ className: "progress-bar-container" }, { children: (0, jsx_runtime_1.jsx)("div", { className: "progress-bar-fill", style: {
83
+ '--progress': 1 - progress,
84
+ transition: 'all 0.03s ease-out'
85
+ } }) })) }));
86
+ };
87
+ exports.ProgressDesign8 = ProgressDesign8;
88
+ var S_ProgressDesign1 = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n color: #ffffff;\n display: flex;\n font-weight: bold;\n height: 48px;\n justify-content: center;\n width: 48px;\n\n svg {\n --progress: 0;\n fill: none;\n height: calc(100% - 10px);\n left: 5px;\n position: absolute;\n stroke: #ffffff;\n stroke-dasharray: 125.6;\n stroke-dashoffset: calc(125.6px * (1 - var(--progress)));\n stroke-width: 4px;\n top: 5px;\n transform: rotate(-90deg);\n width: calc(100% - 10px);\n z-index: 10;\n\n .bg-circle {\n stroke: rgba(255, 255, 255, 0.2);\n stroke-dasharray: none;\n stroke-width: 4px;\n }\n }\n"], ["\n align-items: center;\n color: #ffffff;\n display: flex;\n font-weight: bold;\n height: 48px;\n justify-content: center;\n width: 48px;\n\n svg {\n --progress: 0;\n fill: none;\n height: calc(100% - 10px);\n left: 5px;\n position: absolute;\n stroke: #ffffff;\n stroke-dasharray: 125.6;\n stroke-dashoffset: calc(125.6px * (1 - var(--progress)));\n stroke-width: 4px;\n top: 5px;\n transform: rotate(-90deg);\n width: calc(100% - 10px);\n z-index: 10;\n\n .bg-circle {\n stroke: rgba(255, 255, 255, 0.2);\n stroke-dasharray: none;\n stroke-width: 4px;\n }\n }\n"])));
89
+ var S_ProgressDesign2 = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n align-items: center;\n color: #333333;\n display: flex;\n font-weight: bold;\n height: 48px;\n justify-content: center;\n width: 48px;\n\n svg {\n --progress: 0;\n fill: none;\n height: calc(100% - 10px);\n left: 5px;\n position: absolute;\n stroke: #333333;\n stroke-dasharray: 125.6;\n stroke-dashoffset: calc(125.6px * (1 - var(--progress)));\n stroke-width: 4px;\n top: 5px;\n transform: rotate(-90deg);\n width: calc(100% - 10px);\n z-index: 10;\n\n .bg-circle {\n stroke: rgba(0, 0, 0, 0.2);\n stroke-dasharray: none;\n stroke-width: 4px;\n }\n }\n\n span {\n font-size: 11px;\n z-index: 11;\n }\n"], ["\n align-items: center;\n color: #333333;\n display: flex;\n font-weight: bold;\n height: 48px;\n justify-content: center;\n width: 48px;\n\n svg {\n --progress: 0;\n fill: none;\n height: calc(100% - 10px);\n left: 5px;\n position: absolute;\n stroke: #333333;\n stroke-dasharray: 125.6;\n stroke-dashoffset: calc(125.6px * (1 - var(--progress)));\n stroke-width: 4px;\n top: 5px;\n transform: rotate(-90deg);\n width: calc(100% - 10px);\n z-index: 10;\n\n .bg-circle {\n stroke: rgba(0, 0, 0, 0.2);\n stroke-dasharray: none;\n stroke-width: 4px;\n }\n }\n\n span {\n font-size: 11px;\n z-index: 11;\n }\n"])));
90
+ var S_ProgressDesign3 = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n align-items: center;\n color: #ffffff;\n display: flex;\n font-weight: bold;\n height: 48px;\n justify-content: center;\n width: 48px;\n\n svg {\n --progress: 0;\n fill: none;\n height: calc(100% - 10px);\n left: 5px;\n position: absolute;\n stroke: #ffffff;\n stroke-dasharray: 125.6;\n stroke-dashoffset: calc(125.6px * (1 - var(--progress)));\n stroke-width: 4px;\n top: 5px;\n transform: rotate(-90deg);\n width: calc(100% - 10px);\n z-index: 10;\n\n .bg-circle {\n stroke: rgba(255, 255, 255, 0.2);\n stroke-dasharray: none;\n stroke-width: 4px;\n }\n }\n"], ["\n align-items: center;\n color: #ffffff;\n display: flex;\n font-weight: bold;\n height: 48px;\n justify-content: center;\n width: 48px;\n\n svg {\n --progress: 0;\n fill: none;\n height: calc(100% - 10px);\n left: 5px;\n position: absolute;\n stroke: #ffffff;\n stroke-dasharray: 125.6;\n stroke-dashoffset: calc(125.6px * (1 - var(--progress)));\n stroke-width: 4px;\n top: 5px;\n transform: rotate(-90deg);\n width: calc(100% - 10px);\n z-index: 10;\n\n .bg-circle {\n stroke: rgba(255, 255, 255, 0.2);\n stroke-dasharray: none;\n stroke-width: 4px;\n }\n }\n"])));
91
+ var S_ProgressDesign4 = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n align-items: center;\n color: #333333;\n display: flex;\n font-weight: bold;\n height: 48px;\n justify-content: center;\n width: 48px;\n\n svg {\n --progress: 0;\n fill: none;\n height: calc(100% - 10px);\n left: 5px;\n position: absolute;\n stroke: #333333;\n stroke-dasharray: 125.6;\n stroke-dashoffset: calc(125.6px * (1 - var(--progress)));\n stroke-width: 4px;\n top: 5px;\n transform: rotate(-90deg);\n width: calc(100% - 10px);\n z-index: 10;\n\n .bg-circle {\n stroke: rgba(0, 0, 0, 0.2);\n stroke-dasharray: none;\n stroke-width: 4px;\n }\n }\n\n span {\n font-size: 11px;\n z-index: 11;\n }\n"], ["\n align-items: center;\n color: #333333;\n display: flex;\n font-weight: bold;\n height: 48px;\n justify-content: center;\n width: 48px;\n\n svg {\n --progress: 0;\n fill: none;\n height: calc(100% - 10px);\n left: 5px;\n position: absolute;\n stroke: #333333;\n stroke-dasharray: 125.6;\n stroke-dashoffset: calc(125.6px * (1 - var(--progress)));\n stroke-width: 4px;\n top: 5px;\n transform: rotate(-90deg);\n width: calc(100% - 10px);\n z-index: 10;\n\n .bg-circle {\n stroke: rgba(0, 0, 0, 0.2);\n stroke-dasharray: none;\n stroke-width: 4px;\n }\n }\n\n span {\n font-size: 11px;\n z-index: 11;\n }\n"])));
92
+ var S_ProgressDesign5 = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n align-items: center;\n color: #ffffff;\n display: flex;\n flex-direction: column;\n font-weight: bold;\n padding-bottom: 12px;\n padding-right: 12px;\n width: 80px;\n\n .progress-bar-container {\n background-color: rgba(255, 255, 255, 0.2);\n border-radius: 3px;\n height: 6px;\n overflow: hidden;\n position: relative;\n width: 100%;\n }\n\n .progress-bar-fill {\n background-color: #ffffff;\n border-radius: 3px;\n height: 100%;\n transition: width 0.1s ease-out;\n width: calc(var(--progress) * 100%);\n }\n"], ["\n align-items: center;\n color: #ffffff;\n display: flex;\n flex-direction: column;\n font-weight: bold;\n padding-bottom: 12px;\n padding-right: 12px;\n width: 80px;\n\n .progress-bar-container {\n background-color: rgba(255, 255, 255, 0.2);\n border-radius: 3px;\n height: 6px;\n overflow: hidden;\n position: relative;\n width: 100%;\n }\n\n .progress-bar-fill {\n background-color: #ffffff;\n border-radius: 3px;\n height: 100%;\n transition: width 0.1s ease-out;\n width: calc(var(--progress) * 100%);\n }\n"])));
93
+ var S_ProgressDesign6 = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n align-items: center;\n color: #333333;\n display: flex;\n flex-direction: column;\n font-weight: bold;\n padding-bottom: 12px;\n padding-right: 12px;\n width: 80px;\n\n .progress-bar-container {\n background-color: rgba(0, 0, 0, 0.2);\n border-radius: 3px;\n height: 6px;\n overflow: hidden;\n position: relative;\n width: 100%;\n }\n\n .progress-bar-fill {\n background-color: #333333;\n border-radius: 3px;\n height: 100%;\n transition: width 0.1s ease-out;\n width: calc(var(--progress) * 100%);\n }\n"], ["\n align-items: center;\n color: #333333;\n display: flex;\n flex-direction: column;\n font-weight: bold;\n padding-bottom: 12px;\n padding-right: 12px;\n width: 80px;\n\n .progress-bar-container {\n background-color: rgba(0, 0, 0, 0.2);\n border-radius: 3px;\n height: 6px;\n overflow: hidden;\n position: relative;\n width: 100%;\n }\n\n .progress-bar-fill {\n background-color: #333333;\n border-radius: 3px;\n height: 100%;\n transition: width 0.1s ease-out;\n width: calc(var(--progress) * 100%);\n }\n"])));
94
+ var S_ProgressDesign7 = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n align-items: center;\n color: #ffffff;\n display: flex;\n flex-direction: column;\n font-weight: bold;\n padding-bottom: 12px;\n padding-right: 12px;\n width: 80px;\n\n .progress-bar-container {\n background-color: rgba(255, 255, 255, 0.2);\n height: 6px;\n overflow: hidden;\n position: relative;\n width: 100%;\n }\n\n .progress-bar-fill {\n background-color: #ffffff;\n height: 100%;\n transition: width 0.1s ease-out;\n width: calc(var(--progress) * 100%);\n }\n"], ["\n align-items: center;\n color: #ffffff;\n display: flex;\n flex-direction: column;\n font-weight: bold;\n padding-bottom: 12px;\n padding-right: 12px;\n width: 80px;\n\n .progress-bar-container {\n background-color: rgba(255, 255, 255, 0.2);\n height: 6px;\n overflow: hidden;\n position: relative;\n width: 100%;\n }\n\n .progress-bar-fill {\n background-color: #ffffff;\n height: 100%;\n transition: width 0.1s ease-out;\n width: calc(var(--progress) * 100%);\n }\n"])));
95
+ var S_ProgressDesign8 = styled_components_1.default.div(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n align-items: center;\n color: #333333;\n display: flex;\n flex-direction: column;\n font-weight: bold;\n padding-bottom: 12px;\n padding-right: 12px;\n width: 80px;\n\n .progress-bar-container {\n background-color: rgba(0, 0, 0, 0.2);\n height: 6px;\n overflow: hidden;\n position: relative;\n width: 100%;\n }\n\n .progress-bar-fill {\n background-color: #333333;\n height: 100%;\n transition: width 0.1s ease-out;\n width: calc(var(--progress) * 100%);\n }\n"], ["\n align-items: center;\n color: #333333;\n display: flex;\n flex-direction: column;\n font-weight: bold;\n padding-bottom: 12px;\n padding-right: 12px;\n width: 80px;\n\n .progress-bar-container {\n background-color: rgba(0, 0, 0, 0.2);\n height: 6px;\n overflow: hidden;\n position: relative;\n width: 100%;\n }\n\n .progress-bar-fill {\n background-color: #333333;\n height: 100%;\n transition: width 0.1s ease-out;\n width: calc(var(--progress) * 100%);\n }\n"])));
96
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8;