pds-dev-kit-web-test 2.6.22 → 2.6.23

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 (638) hide show
  1. package/dist/index.d.ts +6 -6
  2. package/dist/index.js +3 -14
  3. package/dist/src/common/assets/icons/fill/index.d.ts +0 -2
  4. package/dist/src/common/assets/icons/fill/index.js +1 -5
  5. package/dist/src/common/assets/icons/line/index.d.ts +0 -2
  6. package/dist/src/common/assets/icons/line/index.js +1 -5
  7. package/dist/src/common/hooks/useTooltip.js +1 -1
  8. package/dist/src/common/index.d.ts +1 -1
  9. package/dist/src/common/services/i18n/i18n.js +1 -3
  10. package/dist/src/common/services/i18n/resources/en.json +3 -63
  11. package/dist/src/common/services/i18n/resources/es.json +2 -62
  12. package/dist/src/common/services/i18n/resources/fil.json +3 -63
  13. package/dist/src/common/services/i18n/resources/index.d.ts +7 -427
  14. package/dist/src/common/services/i18n/resources/ja.json +2 -62
  15. package/dist/src/common/services/i18n/resources/ko.json +2 -62
  16. package/dist/src/common/services/i18n/resources/zh-cn.json +3 -63
  17. package/dist/src/common/services/i18n/resources/zh-tw.json +2 -62
  18. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +1 -4
  19. package/dist/src/common/styles/colorSet/PaletteColor_light.json +1 -4
  20. package/dist/src/common/styles/colorSet/UIColor.json +1 -6
  21. package/dist/src/common/styles/colorSet/index.d.ts +124 -135
  22. package/dist/src/common/styles/colorSet/index.js +2 -2
  23. package/dist/src/common/styles/colorSet/ui-type.d.ts +0 -5
  24. package/dist/src/common/styles/scroll/scrollbarStyle.d.ts +0 -2
  25. package/dist/src/common/styles/scroll/scrollbarStyle.js +3 -4
  26. package/dist/src/common/types/components.d.ts +0 -9
  27. package/dist/src/common/types/components.js +0 -8
  28. package/dist/src/common/types/form.d.ts +9 -0
  29. package/dist/src/common/types/form.js +10 -0
  30. package/dist/src/common/types/index.d.ts +1 -1
  31. package/dist/src/common/types/index.js +1 -1
  32. package/dist/src/common/types/text.d.ts +0 -2
  33. package/dist/src/common/utils/SystemUIPositionGenerator/hoverTypeSystemUICssGenerator.js +1 -1
  34. package/dist/src/common/utils/dateHelper.d.ts +0 -3
  35. package/dist/src/common/utils/dateHelper.js +0 -37
  36. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.d.ts +1 -4
  37. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +23 -32
  38. package/dist/src/desktop/components/AdminList/AdminList.d.ts +1 -11
  39. package/dist/src/desktop/components/AdminList/AdminList.js +19 -47
  40. package/dist/src/desktop/components/AdminList/BulkActionBar.js +1 -1
  41. package/dist/src/desktop/components/AdminList/HeaderRow.d.ts +1 -10
  42. package/dist/src/desktop/components/AdminList/HeaderRow.js +2 -2
  43. package/dist/src/desktop/components/AdminListHeader/AdminListHeader.d.ts +1 -3
  44. package/dist/src/desktop/components/AdminListHeader/AdminListHeader.js +2 -3
  45. package/dist/src/desktop/components/AdminListHeader/HeaderBar.d.ts +1 -2
  46. package/dist/src/desktop/components/AdminListHeader/HeaderBar.js +3 -3
  47. package/dist/src/desktop/components/AdminListItem/AdminListItem.d.ts +0 -2
  48. package/dist/src/desktop/components/AdminListItem/AdminListItem.js +3 -10
  49. package/dist/src/desktop/components/BasicButtonGroup/BasicButtonGroup.js +1 -1
  50. package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.d.ts +2 -6
  51. package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.js +6 -67
  52. package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.d.ts +1 -6
  53. package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.js +2 -70
  54. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +3 -2
  55. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.js +8 -3
  56. package/dist/src/desktop/components/ChatList/Body.d.ts +1 -1
  57. package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.d.ts +1 -1
  58. package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.js +8 -21
  59. package/dist/src/desktop/components/TextButton/TextButton.d.ts +3 -6
  60. package/dist/src/desktop/components/TextButton/TextButton.js +40 -67
  61. package/dist/src/desktop/components/TextField/TextField.d.ts +1 -2
  62. package/dist/src/desktop/components/TextField/TextField.js +7 -7
  63. package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +3 -3
  64. package/dist/src/desktop/components/UploadTextButton/UploadTextButton.d.ts +1 -1
  65. package/dist/src/desktop/components/UploadTextButton/UploadTextButton.js +39 -56
  66. package/dist/src/desktop/components/index.d.ts +1 -7
  67. package/dist/src/desktop/components/index.js +1 -14
  68. package/dist/src/desktop/index.d.ts +1 -1
  69. package/dist/src/desktop/index.js +2 -8
  70. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.js +1 -1
  71. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.js +1 -1
  72. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.js +1 -1
  73. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFL.js +5 -8
  74. package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.d.ts +1 -2
  75. package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.js +15 -13
  76. package/dist/src/desktop/panels/DesktopBasicModalWithTab/DesktopBasicModalWithTab.d.ts +1 -3
  77. package/dist/src/desktop/panels/DesktopBasicModalWithTab/DesktopBasicModalWithTab.js +10 -16
  78. package/dist/src/desktop/panels/DesktopHeadlessModal/DesktopHeadlessModal.d.ts +3 -19
  79. package/dist/src/desktop/panels/DesktopHeadlessModal/DesktopHeadlessModal.js +31 -42
  80. package/dist/src/desktop/panels/DesktopTutorialModal/DesktopTutorialModal.d.ts +1 -3
  81. package/dist/src/desktop/panels/DesktopTutorialModal/DesktopTutorialModal.js +5 -11
  82. package/dist/src/desktop/panels/index.d.ts +1 -2
  83. package/dist/src/desktop/panels/index.js +1 -6
  84. package/dist/src/hybrid/components/Divider/Divider.d.ts +1 -3
  85. package/dist/src/hybrid/components/Divider/Divider.js +7 -9
  86. package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.d.ts +1 -3
  87. package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.js +22 -26
  88. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +3 -2
  89. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.js +8 -3
  90. package/dist/src/mobile/components/ChatList/Body.d.ts +1 -1
  91. package/dist/src/mobile/components/MobileTabBar/MobileTabBar.d.ts +1 -3
  92. package/dist/src/mobile/components/MobileTabBar/MobileTabBar.js +13 -36
  93. package/dist/src/mobile/components/TextButton/TextButton.d.ts +3 -6
  94. package/dist/src/mobile/components/TextButton/TextButton.js +31 -55
  95. package/dist/src/mobile/components/TextField/TextField.d.ts +1 -2
  96. package/dist/src/mobile/components/TextField/TextField.js +7 -7
  97. package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +3 -3
  98. package/dist/src/mobile/components/UploadTextButton/UploadTextButton.d.ts +1 -1
  99. package/dist/src/mobile/components/UploadTextButton/UploadTextButton.js +30 -44
  100. package/dist/src/mobile/components/index.d.ts +1 -6
  101. package/dist/src/mobile/components/index.js +1 -11
  102. package/dist/src/mobile/index.d.ts +1 -1
  103. package/dist/src/mobile/index.js +2 -7
  104. package/dist/src/mobile/panels/MobileBasicModal/MobileBasicModal.d.ts +1 -3
  105. package/dist/src/mobile/panels/MobileBasicModal/MobileBasicModal.js +7 -14
  106. package/dist/src/sub/AdminList/AdminList/AdminList.d.ts +1 -12
  107. package/dist/src/sub/AdminList/AdminList/AdminList.js +23 -54
  108. package/dist/src/sub/AdminList/AdminList/HeaderRow.d.ts +1 -10
  109. package/dist/src/sub/AdminList/AdminList/HeaderRow.js +2 -2
  110. package/dist/src/sub/AdminList/AdminListHeader/HeaderBar.js +1 -1
  111. package/dist/src/sub/AdminList/AdminListItem/AdminListItem.d.ts +0 -2
  112. package/dist/src/sub/AdminList/AdminListItem/AdminListItem.js +5 -15
  113. package/dist/src/sub/AdminList/BulkActionBar/BulkActionBar.js +1 -1
  114. package/dist/src/sub/AdminList/ToolBar/ToolBar.d.ts +1 -2
  115. package/dist/src/sub/AdminList/ToolBar/ToolBar.js +3 -3
  116. package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.d.ts +22 -0
  117. package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.js +1134 -0
  118. package/dist/src/sub/DynamicLayout/CompositionRenderer/ComponentBlockMatcher.js +4 -1
  119. package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.d.ts +5 -3
  120. package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.js +122 -54
  121. package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionBackground.d.ts +11 -0
  122. package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionBackground.js +45 -0
  123. package/dist/src/sub/DynamicLayout/CompositionRenderer/FlexGridItem.d.ts +3 -1
  124. package/dist/src/sub/DynamicLayout/CompositionRenderer/FlexGridItem.js +9 -15
  125. package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.d.ts +10 -0
  126. package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.js +79 -0
  127. package/dist/src/sub/DynamicLayout/DynamicLayout.d.ts +1 -1
  128. package/dist/src/sub/DynamicLayout/DynamicLayout.js +4 -2
  129. package/dist/src/sub/DynamicLayout/GridAutoRowEditor/GridAutoRowEditor.d.ts +9 -0
  130. package/dist/src/sub/DynamicLayout/GridAutoRowEditor/GridAutoRowEditor.js +274 -0
  131. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +1 -1
  132. package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.js +24 -2
  133. package/dist/src/sub/DynamicLayout/components/Section/sectionContext.d.ts +2 -2
  134. package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.js +3 -1
  135. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/downIcons.d.ts +12 -0
  136. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/downIcons.js +76 -0
  137. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/index.d.ts +4 -0
  138. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/index.js +47 -0
  139. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/leftIcons.d.ts +12 -0
  140. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/leftIcons.js +76 -0
  141. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/rightIcons.d.ts +12 -0
  142. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/rightIcons.js +76 -0
  143. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/upIcons.d.ts +12 -0
  144. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/upIcons.js +76 -0
  145. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/index.d.ts +40 -0
  146. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/index.js +36 -177
  147. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_Dark.json +152 -4
  148. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_light.json +150 -2
  149. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/SemanticColor.json +45 -1
  150. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/UIColor.json +262 -9
  151. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/index.d.ts +593 -0
  152. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/ui-type.d.ts +253 -0
  153. package/dist/src/sub/DynamicLayout/components/pdsOriginal/desktop/IconButton/IconButton.d.ts +3 -1
  154. package/dist/src/sub/DynamicLayout/components/pdsOriginal/desktop/IconButton/IconButton.js +5 -3
  155. package/dist/src/sub/DynamicLayout/components/pdsOriginal/hybrid/Icon/Icon.d.ts +2 -1
  156. package/dist/src/sub/DynamicLayout/components/pdsOriginal/hybrid/Icon/Icon.js +9 -2
  157. package/dist/src/sub/DynamicLayout/compositionActionTypes.d.ts +139 -0
  158. package/dist/src/sub/DynamicLayout/compositionQueryContext.d.ts +8 -0
  159. package/dist/src/sub/DynamicLayout/compositionQueryContext.js +14 -0
  160. package/dist/src/sub/DynamicLayout/mock_componentBlocks.d.ts +911 -0
  161. package/dist/src/sub/DynamicLayout/mock_componentBlocks.js +4238 -0
  162. package/dist/src/sub/DynamicLayout/mock_composition.d.ts +3 -0
  163. package/dist/src/sub/DynamicLayout/mock_composition.js +1664 -0
  164. package/dist/src/sub/DynamicLayout/mock_contentsCarousel.d.ts +1 -0
  165. package/dist/src/sub/DynamicLayout/mock_contentsCarousel.js +1168 -0
  166. package/dist/src/sub/DynamicLayout/mock_contentsList.d.ts +1 -0
  167. package/dist/src/sub/DynamicLayout/mock_contentsList.js +1091 -0
  168. package/dist/src/sub/DynamicLayout/mock_queryData.d.ts +96 -0
  169. package/dist/src/sub/DynamicLayout/mock_queryData.js +2639 -0
  170. package/dist/src/sub/DynamicLayout/mock_slideBanner.d.ts +842 -0
  171. package/dist/src/sub/DynamicLayout/mock_slideBanner.js +854 -0
  172. package/dist/src/sub/DynamicLayout/mock_video.d.ts +368 -0
  173. package/dist/src/sub/DynamicLayout/mock_video.js +371 -0
  174. package/dist/src/sub/DynamicLayout/mock_video_cb.d.ts +0 -1
  175. package/dist/src/sub/DynamicLayout/mock_video_cb.js +4 -5
  176. package/dist/src/sub/DynamicLayout/mocks.d.ts +8 -961
  177. package/dist/src/sub/DynamicLayout/mocks.js +46 -4237
  178. package/dist/src/sub/DynamicLayout/sectionActionTypes.d.ts +4 -4
  179. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.d.ts +1 -1
  180. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +10 -12
  181. package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.d.ts +1 -1
  182. package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.js +6 -5
  183. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.d.ts +1 -1
  184. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.js +15 -5
  185. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +18 -2
  186. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.d.ts +10 -4
  187. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.js +151 -3
  188. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.d.ts +11 -0
  189. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.js +76 -0
  190. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigationNextBtn.d.ts +15 -0
  191. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigationNextBtn.js +69 -0
  192. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigationPrevBtn.d.ts +15 -0
  193. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigationPrevBtn.js +69 -0
  194. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.d.ts +9 -0
  195. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.js +87 -0
  196. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.d.ts +4 -0
  197. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.js +849 -0
  198. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.d.ts +43 -0
  199. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.js +162 -0
  200. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.d.ts +39 -0
  201. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.js +182 -0
  202. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/hooks/useFlexGridLayout.d.ts +18 -0
  203. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/hooks/useFlexGridLayout.js +229 -0
  204. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/hooks/useSwiper.d.ts +14 -0
  205. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/hooks/useSwiper.js +46 -0
  206. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/index.d.ts +1 -0
  207. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/index.js +8 -0
  208. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/types.d.ts +139 -0
  209. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.d.ts +14 -0
  210. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.js +255 -0
  211. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsListCore.d.ts +16 -0
  212. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsListCore.js +38 -0
  213. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.d.ts +10 -0
  214. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.js +85 -0
  215. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.d.ts +25 -0
  216. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.js +183 -0
  217. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.d.ts +29 -0
  218. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.js +130 -0
  219. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/hooks/useFlexGridLayout.d.ts +18 -0
  220. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/hooks/useFlexGridLayout.js +229 -0
  221. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/index.d.ts +1 -0
  222. package/dist/src/{desktop/panels/MultilingualModal → sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList}/index.js +3 -3
  223. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/types.d.ts +67 -0
  224. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/types.js +2 -0
  225. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +39 -3
  226. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.d.ts +14 -0
  227. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.js +159 -0
  228. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBannerCore.d.ts +11 -0
  229. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBannerCore.js +38 -0
  230. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigationNextBtn.d.ts +15 -0
  231. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigationNextBtn.js +69 -0
  232. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigationPrevBtn.d.ts +15 -0
  233. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigationPrevBtn.js +69 -0
  234. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.d.ts +20 -0
  235. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.js +173 -0
  236. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.d.ts +9 -0
  237. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.js +87 -0
  238. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.d.ts +4 -0
  239. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.js +849 -0
  240. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.d.ts +43 -0
  241. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.js +162 -0
  242. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/hooks/useFlexGridLayout.d.ts +18 -0
  243. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/hooks/useFlexGridLayout.js +229 -0
  244. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/hooks/useSwiper.d.ts +16 -0
  245. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/hooks/useSwiper.js +63 -0
  246. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/index.d.ts +1 -0
  247. package/dist/src/{desktop/components/Snackbar → sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner}/index.js +3 -3
  248. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.d.ts +46 -0
  249. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.js +186 -0
  250. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.d.ts +163 -0
  251. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.js +2 -0
  252. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +58 -8
  253. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/textSpecFormatOptions.d.ts +7 -0
  254. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/textSpecFormatOptions.js +211 -0
  255. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/VideoPlayer.js +3 -28
  256. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/helper.d.ts +0 -1
  257. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/helper.js +5 -15
  258. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/types.d.ts +52 -3
  259. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/propComponent/CBBackgroundMedia.d.ts +2 -0
  260. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/propComponent/CBBackgroundMedia.js +17 -0
  261. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/StyledSwiper/StyledSwiper.d.ts +2 -0
  262. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/StyledSwiper/StyledSwiper.js +13 -0
  263. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/group.d.ts +1 -1
  264. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/replaceUndefinedValues.js +1 -1
  265. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.d.ts +27 -10
  266. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.js +3 -1
  267. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/effectPropParsers/parseEffectPropEntAnim.d.ts +4 -4
  268. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/layoutPropParsers/parseLayoutPropPadding.d.ts +2 -2
  269. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseCompositionPlacement.d.ts +14 -0
  270. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseCompositionPlacement.js +26 -0
  271. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseJsonProperties.d.ts +2 -2
  272. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.d.ts +7 -2
  273. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.js +16 -5
  274. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseProperties.d.ts +2 -2
  275. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseProperties.js +4 -3
  276. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropBorder.js +3 -0
  277. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropTextSpec.js +2 -0
  278. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/types.d.ts +58 -3
  279. package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.d.ts +1 -1
  280. package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.js +1 -0
  281. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/EmptyMembershipSheet.js +1 -1
  282. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipPlanSheet.js +1 -1
  283. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/UnavailableMembershipPlanSheet.js +1 -1
  284. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/EmptyMembershipSheet.js +1 -1
  285. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/EmptyMembershipSheet.js +1 -1
  286. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipPlanSheet.js +1 -1
  287. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/UnavailableMembershipPlanSheet.js +1 -1
  288. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/EmptyMembershipSheet.js +1 -1
  289. package/dist/src/sub/DynamicLayout/types.d.ts +68 -17
  290. package/package.json +5 -10
  291. package/release-note.md +2 -2
  292. package/dist/scripts/copy-tinymce.d.ts +0 -1
  293. package/dist/scripts/copy-tinymce.js +0 -32
  294. package/dist/src/common/assets/icons/fill/Gift.d.ts +0 -4
  295. package/dist/src/common/assets/icons/fill/Gift.js +0 -30
  296. package/dist/src/common/assets/icons/fill/Translate.d.ts +0 -4
  297. package/dist/src/common/assets/icons/fill/Translate.js +0 -30
  298. package/dist/src/common/assets/icons/line/Gift.d.ts +0 -4
  299. package/dist/src/common/assets/icons/line/Gift.js +0 -30
  300. package/dist/src/common/assets/icons/line/Translate.d.ts +0 -4
  301. package/dist/src/common/assets/icons/line/Translate.js +0 -30
  302. package/dist/src/common/hooks/useParentResizeObserver.d.ts +0 -2
  303. package/dist/src/common/hooks/useParentResizeObserver.js +0 -20
  304. package/dist/src/common/hooks/useResizeObserver.d.ts +0 -3
  305. package/dist/src/common/hooks/useResizeObserver.js +0 -27
  306. package/dist/src/common/hooks/useWindowSize.d.ts +0 -4
  307. package/dist/src/common/hooks/useWindowSize.js +0 -22
  308. package/dist/src/common/types/multilingual.d.ts +0 -16
  309. package/dist/src/core/pricing/formatter.d.ts +0 -4
  310. package/dist/src/core/pricing/formatter.js +0 -18
  311. package/dist/src/core/pricing/index.d.ts +0 -2
  312. package/dist/src/core/pricing/index.js +0 -18
  313. package/dist/src/core/pricing/policy.d.ts +0 -26
  314. package/dist/src/core/pricing/policy.js +0 -98
  315. package/dist/src/core/pricing/service.d.ts +0 -62
  316. package/dist/src/core/pricing/service.js +0 -157
  317. package/dist/src/core/pricing/translator.d.ts +0 -27
  318. package/dist/src/core/pricing/translator.js +0 -54
  319. package/dist/src/core/pricing/types.d.ts +0 -19
  320. package/dist/src/core/pricing/types.js +0 -31
  321. package/dist/src/core/pricing/validator.d.ts +0 -29
  322. package/dist/src/core/pricing/validator.js +0 -105
  323. package/dist/src/desktop/components/BoxItem/BoxItem.d.ts +0 -68
  324. package/dist/src/desktop/components/BoxItem/BoxItem.js +0 -107
  325. package/dist/src/desktop/components/BoxItem/LeftBox/Checkbox.d.ts +0 -7
  326. package/dist/src/desktop/components/BoxItem/LeftBox/Checkbox.js +0 -9
  327. package/dist/src/desktop/components/BoxItem/LeftBox/Image.d.ts +0 -11
  328. package/dist/src/desktop/components/BoxItem/LeftBox/Image.js +0 -9
  329. package/dist/src/desktop/components/BoxItem/LeftBox/LeftBox.d.ts +0 -11
  330. package/dist/src/desktop/components/BoxItem/LeftBox/LeftBox.js +0 -36
  331. package/dist/src/desktop/components/BoxItem/LeftBox/index.d.ts +0 -2
  332. package/dist/src/desktop/components/BoxItem/LeftBox/index.js +0 -8
  333. package/dist/src/desktop/components/BoxItem/index.d.ts +0 -1
  334. package/dist/src/desktop/components/BoxItem/index.js +0 -8
  335. package/dist/src/desktop/components/Calendar/AllDaySchedulesSection.d.ts +0 -12
  336. package/dist/src/desktop/components/Calendar/AllDaySchedulesSection.js +0 -134
  337. package/dist/src/desktop/components/Calendar/Calendar.d.ts +0 -4
  338. package/dist/src/desktop/components/Calendar/Calendar.js +0 -437
  339. package/dist/src/desktop/components/Calendar/CalendarContext.d.ts +0 -53
  340. package/dist/src/desktop/components/Calendar/CalendarContext.js +0 -77
  341. package/dist/src/desktop/components/Calendar/CurrentTimeIndicator.d.ts +0 -7
  342. package/dist/src/desktop/components/Calendar/CurrentTimeIndicator.js +0 -49
  343. package/dist/src/desktop/components/Calendar/DailyView.d.ts +0 -8
  344. package/dist/src/desktop/components/Calendar/DailyView.js +0 -172
  345. package/dist/src/desktop/components/Calendar/MonthlyView.d.ts +0 -29
  346. package/dist/src/desktop/components/Calendar/MonthlyView.js +0 -494
  347. package/dist/src/desktop/components/Calendar/MultiWeekSchedulesLayer.d.ts +0 -21
  348. package/dist/src/desktop/components/Calendar/MultiWeekSchedulesLayer.js +0 -186
  349. package/dist/src/desktop/components/Calendar/ScheduleItem.d.ts +0 -25
  350. package/dist/src/desktop/components/Calendar/ScheduleItem.js +0 -56
  351. package/dist/src/desktop/components/Calendar/TimeBasedScheduleItem.d.ts +0 -12
  352. package/dist/src/desktop/components/Calendar/TimeBasedScheduleItem.js +0 -184
  353. package/dist/src/desktop/components/Calendar/WeeklyView.d.ts +0 -9
  354. package/dist/src/desktop/components/Calendar/WeeklyView.js +0 -220
  355. package/dist/src/desktop/components/Calendar/YearlyView.d.ts +0 -13
  356. package/dist/src/desktop/components/Calendar/YearlyView.js +0 -76
  357. package/dist/src/desktop/components/Calendar/calendarUtils.d.ts +0 -13
  358. package/dist/src/desktop/components/Calendar/calendarUtils.js +0 -59
  359. package/dist/src/desktop/components/Calendar/constants.d.ts +0 -1
  360. package/dist/src/desktop/components/Calendar/constants.js +0 -31
  361. package/dist/src/desktop/components/Calendar/index.d.ts +0 -14
  362. package/dist/src/desktop/components/Calendar/index.js +0 -42
  363. package/dist/src/desktop/components/Calendar/timeFormatUtils.d.ts +0 -18
  364. package/dist/src/desktop/components/Calendar/timeFormatUtils.js +0 -59
  365. package/dist/src/desktop/components/Calendar/types.d.ts +0 -65
  366. package/dist/src/desktop/components/PriceTextField/PriceTextField.d.ts +0 -44
  367. package/dist/src/desktop/components/PriceTextField/PriceTextField.js +0 -587
  368. package/dist/src/desktop/components/PriceTextField/index.d.ts +0 -1
  369. package/dist/src/desktop/components/PriceTextField/index.js +0 -8
  370. package/dist/src/desktop/components/PriceTextLabel/PriceTextLabel.d.ts +0 -14
  371. package/dist/src/desktop/components/PriceTextLabel/PriceTextLabel.js +0 -47
  372. package/dist/src/desktop/components/PriceTextLabel/index.d.ts +0 -1
  373. package/dist/src/desktop/components/PriceTextLabel/index.js +0 -8
  374. package/dist/src/desktop/components/RichTextEditor/RichTextEditor.d.ts +0 -37
  375. package/dist/src/desktop/components/RichTextEditor/RichTextEditor.js +0 -276
  376. package/dist/src/desktop/components/RichTextEditor/index.d.ts +0 -2
  377. package/dist/src/desktop/components/RichTextEditor/index.js +0 -8
  378. package/dist/src/desktop/components/Snackbar/Snackbar.d.ts +0 -17
  379. package/dist/src/desktop/components/Snackbar/Snackbar.js +0 -221
  380. package/dist/src/desktop/components/Snackbar/index.d.ts +0 -1
  381. package/dist/src/desktop/components/Snackbar/provider.d.ts +0 -11
  382. package/dist/src/desktop/components/Snackbar/provider.js +0 -43
  383. package/dist/src/desktop/panels/MultilingualModal/MultilingualModal.d.ts +0 -13
  384. package/dist/src/desktop/panels/MultilingualModal/MultilingualModal.js +0 -206
  385. package/dist/src/desktop/panels/MultilingualModal/index.d.ts +0 -1
  386. package/dist/src/mobile/components/BoxItem/BoxItem.d.ts +0 -68
  387. package/dist/src/mobile/components/BoxItem/BoxItem.js +0 -106
  388. package/dist/src/mobile/components/BoxItem/LeftBox/Checkbox.d.ts +0 -7
  389. package/dist/src/mobile/components/BoxItem/LeftBox/Checkbox.js +0 -9
  390. package/dist/src/mobile/components/BoxItem/LeftBox/Image.d.ts +0 -11
  391. package/dist/src/mobile/components/BoxItem/LeftBox/Image.js +0 -9
  392. package/dist/src/mobile/components/BoxItem/LeftBox/LeftBox.d.ts +0 -11
  393. package/dist/src/mobile/components/BoxItem/LeftBox/LeftBox.js +0 -36
  394. package/dist/src/mobile/components/BoxItem/LeftBox/index.d.ts +0 -2
  395. package/dist/src/mobile/components/BoxItem/LeftBox/index.js +0 -8
  396. package/dist/src/mobile/components/BoxItem/index.d.ts +0 -1
  397. package/dist/src/mobile/components/BoxItem/index.js +0 -8
  398. package/dist/src/mobile/components/PriceTextField/PriceTextField.d.ts +0 -43
  399. package/dist/src/mobile/components/PriceTextField/PriceTextField.js +0 -574
  400. package/dist/src/mobile/components/PriceTextField/index.d.ts +0 -1
  401. package/dist/src/mobile/components/PriceTextField/index.js +0 -8
  402. package/dist/src/mobile/components/PriceTextLabel/PriceTextLabel.d.ts +0 -14
  403. package/dist/src/mobile/components/PriceTextLabel/PriceTextLabel.js +0 -47
  404. package/dist/src/mobile/components/PriceTextLabel/index.d.ts +0 -1
  405. package/dist/src/mobile/components/PriceTextLabel/index.js +0 -8
  406. package/dist/src/mobile/components/RichTextEditor/RichTextEditor.d.ts +0 -37
  407. package/dist/src/mobile/components/RichTextEditor/RichTextEditor.js +0 -281
  408. package/dist/src/mobile/components/RichTextEditor/index.d.ts +0 -2
  409. package/dist/src/mobile/components/RichTextEditor/index.js +0 -8
  410. package/dist/src/mobile/components/Snackbar/Snackbar.d.ts +0 -17
  411. package/dist/src/mobile/components/Snackbar/Snackbar.js +0 -221
  412. package/dist/src/mobile/components/Snackbar/index.d.ts +0 -1
  413. package/dist/src/mobile/components/Snackbar/index.js +0 -8
  414. package/dist/src/mobile/components/Snackbar/provider.d.ts +0 -11
  415. package/dist/src/mobile/components/Snackbar/provider.js +0 -43
  416. package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionRenderer.d.ts +0 -6
  417. package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionRenderer.js +0 -27
  418. package/dist/tinymce/CHANGELOG.md +0 -3453
  419. package/dist/tinymce/README.md +0 -73
  420. package/dist/tinymce/bower.json +0 -27
  421. package/dist/tinymce/composer.json +0 -52
  422. package/dist/tinymce/icons/default/icons.js +0 -194
  423. package/dist/tinymce/icons/default/icons.min.js +0 -1
  424. package/dist/tinymce/icons/default/index.js +0 -7
  425. package/dist/tinymce/license.txt +0 -21
  426. package/dist/tinymce/models/dom/index.js +0 -7
  427. package/dist/tinymce/models/dom/model.js +0 -8040
  428. package/dist/tinymce/models/dom/model.min.js +0 -1
  429. package/dist/tinymce/notices.txt +0 -21
  430. package/dist/tinymce/package.json +0 -32
  431. package/dist/tinymce/plugins/accordion/index.js +0 -7
  432. package/dist/tinymce/plugins/accordion/plugin.js +0 -1054
  433. package/dist/tinymce/plugins/accordion/plugin.min.js +0 -5
  434. package/dist/tinymce/plugins/advlist/index.js +0 -7
  435. package/dist/tinymce/plugins/advlist/plugin.js +0 -259
  436. package/dist/tinymce/plugins/advlist/plugin.min.js +0 -5
  437. package/dist/tinymce/plugins/anchor/index.js +0 -7
  438. package/dist/tinymce/plugins/anchor/plugin.js +0 -214
  439. package/dist/tinymce/plugins/anchor/plugin.min.js +0 -5
  440. package/dist/tinymce/plugins/autolink/index.js +0 -7
  441. package/dist/tinymce/plugins/autolink/plugin.js +0 -228
  442. package/dist/tinymce/plugins/autolink/plugin.min.js +0 -5
  443. package/dist/tinymce/plugins/autoresize/index.js +0 -7
  444. package/dist/tinymce/plugins/autoresize/plugin.js +0 -192
  445. package/dist/tinymce/plugins/autoresize/plugin.min.js +0 -5
  446. package/dist/tinymce/plugins/autosave/index.js +0 -7
  447. package/dist/tinymce/plugins/autosave/plugin.js +0 -233
  448. package/dist/tinymce/plugins/autosave/plugin.min.js +0 -5
  449. package/dist/tinymce/plugins/charmap/index.js +0 -7
  450. package/dist/tinymce/plugins/charmap/plugin.js +0 -1658
  451. package/dist/tinymce/plugins/charmap/plugin.min.js +0 -5
  452. package/dist/tinymce/plugins/code/index.js +0 -7
  453. package/dist/tinymce/plugins/code/plugin.js +0 -85
  454. package/dist/tinymce/plugins/code/plugin.min.js +0 -5
  455. package/dist/tinymce/plugins/codesample/index.js +0 -7
  456. package/dist/tinymce/plugins/codesample/plugin.js +0 -2471
  457. package/dist/tinymce/plugins/codesample/plugin.min.js +0 -13
  458. package/dist/tinymce/plugins/directionality/index.js +0 -7
  459. package/dist/tinymce/plugins/directionality/plugin.js +0 -395
  460. package/dist/tinymce/plugins/directionality/plugin.min.js +0 -5
  461. package/dist/tinymce/plugins/emoticons/index.js +0 -7
  462. package/dist/tinymce/plugins/emoticons/js/emojiimages.js +0 -1
  463. package/dist/tinymce/plugins/emoticons/js/emojiimages.min.js +0 -1
  464. package/dist/tinymce/plugins/emoticons/js/emojis.js +0 -1
  465. package/dist/tinymce/plugins/emoticons/js/emojis.min.js +0 -1
  466. package/dist/tinymce/plugins/emoticons/plugin.js +0 -595
  467. package/dist/tinymce/plugins/emoticons/plugin.min.js +0 -5
  468. package/dist/tinymce/plugins/fullscreen/index.js +0 -7
  469. package/dist/tinymce/plugins/fullscreen/plugin.js +0 -1249
  470. package/dist/tinymce/plugins/fullscreen/plugin.min.js +0 -5
  471. package/dist/tinymce/plugins/help/index.js +0 -7
  472. package/dist/tinymce/plugins/help/js/i18n/keynav/ar.js +0 -90
  473. package/dist/tinymce/plugins/help/js/i18n/keynav/bg_BG.js +0 -90
  474. package/dist/tinymce/plugins/help/js/i18n/keynav/ca.js +0 -90
  475. package/dist/tinymce/plugins/help/js/i18n/keynav/cs.js +0 -90
  476. package/dist/tinymce/plugins/help/js/i18n/keynav/da.js +0 -90
  477. package/dist/tinymce/plugins/help/js/i18n/keynav/de.js +0 -90
  478. package/dist/tinymce/plugins/help/js/i18n/keynav/el.js +0 -90
  479. package/dist/tinymce/plugins/help/js/i18n/keynav/en.js +0 -90
  480. package/dist/tinymce/plugins/help/js/i18n/keynav/es.js +0 -90
  481. package/dist/tinymce/plugins/help/js/i18n/keynav/eu.js +0 -90
  482. package/dist/tinymce/plugins/help/js/i18n/keynav/fa.js +0 -90
  483. package/dist/tinymce/plugins/help/js/i18n/keynav/fi.js +0 -90
  484. package/dist/tinymce/plugins/help/js/i18n/keynav/fr_FR.js +0 -90
  485. package/dist/tinymce/plugins/help/js/i18n/keynav/he_IL.js +0 -90
  486. package/dist/tinymce/plugins/help/js/i18n/keynav/hi.js +0 -90
  487. package/dist/tinymce/plugins/help/js/i18n/keynav/hr.js +0 -90
  488. package/dist/tinymce/plugins/help/js/i18n/keynav/hu_HU.js +0 -90
  489. package/dist/tinymce/plugins/help/js/i18n/keynav/id.js +0 -90
  490. package/dist/tinymce/plugins/help/js/i18n/keynav/it.js +0 -90
  491. package/dist/tinymce/plugins/help/js/i18n/keynav/ja.js +0 -90
  492. package/dist/tinymce/plugins/help/js/i18n/keynav/kk.js +0 -90
  493. package/dist/tinymce/plugins/help/js/i18n/keynav/ko_KR.js +0 -90
  494. package/dist/tinymce/plugins/help/js/i18n/keynav/ms.js +0 -90
  495. package/dist/tinymce/plugins/help/js/i18n/keynav/nb_NO.js +0 -90
  496. package/dist/tinymce/plugins/help/js/i18n/keynav/nl.js +0 -90
  497. package/dist/tinymce/plugins/help/js/i18n/keynav/pl.js +0 -90
  498. package/dist/tinymce/plugins/help/js/i18n/keynav/pt_BR.js +0 -90
  499. package/dist/tinymce/plugins/help/js/i18n/keynav/pt_PT.js +0 -90
  500. package/dist/tinymce/plugins/help/js/i18n/keynav/ro.js +0 -90
  501. package/dist/tinymce/plugins/help/js/i18n/keynav/ru.js +0 -90
  502. package/dist/tinymce/plugins/help/js/i18n/keynav/sk.js +0 -90
  503. package/dist/tinymce/plugins/help/js/i18n/keynav/sl_SI.js +0 -90
  504. package/dist/tinymce/plugins/help/js/i18n/keynav/sv_SE.js +0 -90
  505. package/dist/tinymce/plugins/help/js/i18n/keynav/th_TH.js +0 -90
  506. package/dist/tinymce/plugins/help/js/i18n/keynav/tr.js +0 -90
  507. package/dist/tinymce/plugins/help/js/i18n/keynav/uk.js +0 -90
  508. package/dist/tinymce/plugins/help/js/i18n/keynav/vi.js +0 -90
  509. package/dist/tinymce/plugins/help/js/i18n/keynav/zh_CN.js +0 -84
  510. package/dist/tinymce/plugins/help/js/i18n/keynav/zh_TW.js +0 -90
  511. package/dist/tinymce/plugins/help/plugin.js +0 -898
  512. package/dist/tinymce/plugins/help/plugin.min.js +0 -5
  513. package/dist/tinymce/plugins/image/index.js +0 -7
  514. package/dist/tinymce/plugins/image/plugin.js +0 -1505
  515. package/dist/tinymce/plugins/image/plugin.min.js +0 -5
  516. package/dist/tinymce/plugins/importcss/index.js +0 -7
  517. package/dist/tinymce/plugins/importcss/plugin.js +0 -344
  518. package/dist/tinymce/plugins/importcss/plugin.min.js +0 -5
  519. package/dist/tinymce/plugins/insertdatetime/index.js +0 -7
  520. package/dist/tinymce/plugins/insertdatetime/plugin.js +0 -187
  521. package/dist/tinymce/plugins/insertdatetime/plugin.min.js +0 -5
  522. package/dist/tinymce/plugins/link/index.js +0 -7
  523. package/dist/tinymce/plugins/link/plugin.js +0 -1242
  524. package/dist/tinymce/plugins/link/plugin.min.js +0 -5
  525. package/dist/tinymce/plugins/lists/index.js +0 -7
  526. package/dist/tinymce/plugins/lists/plugin.js +0 -2172
  527. package/dist/tinymce/plugins/lists/plugin.min.js +0 -5
  528. package/dist/tinymce/plugins/media/index.js +0 -7
  529. package/dist/tinymce/plugins/media/plugin.js +0 -1217
  530. package/dist/tinymce/plugins/media/plugin.min.js +0 -5
  531. package/dist/tinymce/plugins/nonbreaking/index.js +0 -7
  532. package/dist/tinymce/plugins/nonbreaking/plugin.js +0 -123
  533. package/dist/tinymce/plugins/nonbreaking/plugin.min.js +0 -5
  534. package/dist/tinymce/plugins/pagebreak/index.js +0 -7
  535. package/dist/tinymce/plugins/pagebreak/plugin.js +0 -117
  536. package/dist/tinymce/plugins/pagebreak/plugin.min.js +0 -5
  537. package/dist/tinymce/plugins/preview/index.js +0 -7
  538. package/dist/tinymce/plugins/preview/plugin.js +0 -97
  539. package/dist/tinymce/plugins/preview/plugin.min.js +0 -5
  540. package/dist/tinymce/plugins/quickbars/index.js +0 -7
  541. package/dist/tinymce/plugins/quickbars/plugin.js +0 -447
  542. package/dist/tinymce/plugins/quickbars/plugin.min.js +0 -5
  543. package/dist/tinymce/plugins/save/index.js +0 -7
  544. package/dist/tinymce/plugins/save/plugin.js +0 -118
  545. package/dist/tinymce/plugins/save/plugin.min.js +0 -5
  546. package/dist/tinymce/plugins/searchreplace/index.js +0 -7
  547. package/dist/tinymce/plugins/searchreplace/plugin.js +0 -1093
  548. package/dist/tinymce/plugins/searchreplace/plugin.min.js +0 -5
  549. package/dist/tinymce/plugins/table/index.js +0 -7
  550. package/dist/tinymce/plugins/table/plugin.js +0 -3462
  551. package/dist/tinymce/plugins/table/plugin.min.js +0 -5
  552. package/dist/tinymce/plugins/template/index.js +0 -7
  553. package/dist/tinymce/plugins/template/plugin.js +0 -567
  554. package/dist/tinymce/plugins/template/plugin.min.js +0 -5
  555. package/dist/tinymce/plugins/visualblocks/index.js +0 -7
  556. package/dist/tinymce/plugins/visualblocks/plugin.js +0 -98
  557. package/dist/tinymce/plugins/visualblocks/plugin.min.js +0 -5
  558. package/dist/tinymce/plugins/visualchars/index.js +0 -7
  559. package/dist/tinymce/plugins/visualchars/plugin.js +0 -560
  560. package/dist/tinymce/plugins/visualchars/plugin.min.js +0 -5
  561. package/dist/tinymce/plugins/wordcount/index.js +0 -7
  562. package/dist/tinymce/plugins/wordcount/plugin.js +0 -405
  563. package/dist/tinymce/plugins/wordcount/plugin.min.js +0 -5
  564. package/dist/tinymce/skins/content/dark/content.css +0 -79
  565. package/dist/tinymce/skins/content/dark/content.js +0 -15
  566. package/dist/tinymce/skins/content/dark/content.min.css +0 -14
  567. package/dist/tinymce/skins/content/default/content.css +0 -74
  568. package/dist/tinymce/skins/content/default/content.js +0 -15
  569. package/dist/tinymce/skins/content/default/content.min.css +0 -14
  570. package/dist/tinymce/skins/content/document/content.css +0 -79
  571. package/dist/tinymce/skins/content/document/content.js +0 -15
  572. package/dist/tinymce/skins/content/document/content.min.css +0 -14
  573. package/dist/tinymce/skins/content/tinymce-5/content.css +0 -74
  574. package/dist/tinymce/skins/content/tinymce-5/content.js +0 -15
  575. package/dist/tinymce/skins/content/tinymce-5/content.min.css +0 -14
  576. package/dist/tinymce/skins/content/tinymce-5-dark/content.css +0 -79
  577. package/dist/tinymce/skins/content/tinymce-5-dark/content.js +0 -15
  578. package/dist/tinymce/skins/content/tinymce-5-dark/content.min.css +0 -14
  579. package/dist/tinymce/skins/content/writer/content.css +0 -75
  580. package/dist/tinymce/skins/content/writer/content.js +0 -15
  581. package/dist/tinymce/skins/content/writer/content.min.css +0 -14
  582. package/dist/tinymce/skins/ui/oxide/content.css +0 -798
  583. package/dist/tinymce/skins/ui/oxide/content.inline.css +0 -792
  584. package/dist/tinymce/skins/ui/oxide/content.inline.js +0 -15
  585. package/dist/tinymce/skins/ui/oxide/content.inline.min.css +0 -14
  586. package/dist/tinymce/skins/ui/oxide/content.js +0 -15
  587. package/dist/tinymce/skins/ui/oxide/content.min.css +0 -14
  588. package/dist/tinymce/skins/ui/oxide/skin.css +0 -3763
  589. package/dist/tinymce/skins/ui/oxide/skin.js +0 -2
  590. package/dist/tinymce/skins/ui/oxide/skin.min.css +0 -1
  591. package/dist/tinymce/skins/ui/oxide/skin.shadowdom.css +0 -30
  592. package/dist/tinymce/skins/ui/oxide/skin.shadowdom.js +0 -2
  593. package/dist/tinymce/skins/ui/oxide/skin.shadowdom.min.css +0 -1
  594. package/dist/tinymce/skins/ui/oxide-dark/content.css +0 -779
  595. package/dist/tinymce/skins/ui/oxide-dark/content.inline.css +0 -792
  596. package/dist/tinymce/skins/ui/oxide-dark/content.inline.js +0 -15
  597. package/dist/tinymce/skins/ui/oxide-dark/content.inline.min.css +0 -14
  598. package/dist/tinymce/skins/ui/oxide-dark/content.js +0 -15
  599. package/dist/tinymce/skins/ui/oxide-dark/content.min.css +0 -14
  600. package/dist/tinymce/skins/ui/oxide-dark/skin.css +0 -3766
  601. package/dist/tinymce/skins/ui/oxide-dark/skin.js +0 -2
  602. package/dist/tinymce/skins/ui/oxide-dark/skin.min.css +0 -1
  603. package/dist/tinymce/skins/ui/oxide-dark/skin.shadowdom.css +0 -30
  604. package/dist/tinymce/skins/ui/oxide-dark/skin.shadowdom.js +0 -2
  605. package/dist/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +0 -1
  606. package/dist/tinymce/skins/ui/tinymce-5/content.css +0 -798
  607. package/dist/tinymce/skins/ui/tinymce-5/content.inline.css +0 -792
  608. package/dist/tinymce/skins/ui/tinymce-5/content.inline.js +0 -15
  609. package/dist/tinymce/skins/ui/tinymce-5/content.inline.min.css +0 -14
  610. package/dist/tinymce/skins/ui/tinymce-5/content.js +0 -15
  611. package/dist/tinymce/skins/ui/tinymce-5/content.min.css +0 -14
  612. package/dist/tinymce/skins/ui/tinymce-5/skin.css +0 -3857
  613. package/dist/tinymce/skins/ui/tinymce-5/skin.js +0 -2
  614. package/dist/tinymce/skins/ui/tinymce-5/skin.min.css +0 -1
  615. package/dist/tinymce/skins/ui/tinymce-5/skin.shadowdom.css +0 -30
  616. package/dist/tinymce/skins/ui/tinymce-5/skin.shadowdom.js +0 -2
  617. package/dist/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +0 -1
  618. package/dist/tinymce/skins/ui/tinymce-5-dark/content.css +0 -779
  619. package/dist/tinymce/skins/ui/tinymce-5-dark/content.inline.css +0 -792
  620. package/dist/tinymce/skins/ui/tinymce-5-dark/content.inline.js +0 -15
  621. package/dist/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +0 -14
  622. package/dist/tinymce/skins/ui/tinymce-5-dark/content.js +0 -15
  623. package/dist/tinymce/skins/ui/tinymce-5-dark/content.min.css +0 -14
  624. package/dist/tinymce/skins/ui/tinymce-5-dark/skin.css +0 -3857
  625. package/dist/tinymce/skins/ui/tinymce-5-dark/skin.js +0 -2
  626. package/dist/tinymce/skins/ui/tinymce-5-dark/skin.min.css +0 -1
  627. package/dist/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.css +0 -30
  628. package/dist/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.js +0 -2
  629. package/dist/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +0 -1
  630. package/dist/tinymce/themes/silver/index.js +0 -7
  631. package/dist/tinymce/themes/silver/theme.js +0 -30775
  632. package/dist/tinymce/themes/silver/theme.min.js +0 -1
  633. package/dist/tinymce/tinymce.d.ts +0 -3238
  634. package/dist/tinymce/tinymce.js +0 -31779
  635. package/dist/tinymce/tinymce.min.js +0 -11
  636. package/scripts/copy-tinymce.js +0 -37
  637. /package/dist/src/{common/types/multilingual.js → sub/DynamicLayout/compositionActionTypes.js} +0 -0
  638. /package/dist/src/{desktop/components/Calendar → sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel}/types.js +0 -0
@@ -0,0 +1,211 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TEXT_SPEC_FORMAT_OPRIONS = void 0;
4
+ exports.TEXT_SPEC_FORMAT_OPRIONS = {
5
+ TYPE1: {
6
+ name: 'Thousands comma, No decimal',
7
+ description: '천단위 콤마, 소숫점 없음 (반올림)',
8
+ formatter: function (value) {
9
+ var num = Number(value);
10
+ if (isNaN(num))
11
+ return value; // Return original if not a number
12
+ return new Intl.NumberFormat('en-US', {
13
+ maximumFractionDigits: 0
14
+ }).format(num);
15
+ }
16
+ },
17
+ TYPE2: {
18
+ name: 'Thousands comma, 1 decimal place',
19
+ description: '천단위 콤마, 소숫점 1자리 (반올림)',
20
+ formatter: function (value) {
21
+ var num = Number(value);
22
+ if (isNaN(num))
23
+ return value; // Return original if not a number
24
+ return new Intl.NumberFormat('en-US', {
25
+ minimumFractionDigits: 1,
26
+ maximumFractionDigits: 1
27
+ }).format(num);
28
+ }
29
+ },
30
+ TYPE3: {
31
+ name: 'Thousands comma, 2 decimal places',
32
+ description: '천단위 콤마, 소숫점 2자리 (반올림)',
33
+ formatter: function (value) {
34
+ var num = Number(value);
35
+ if (isNaN(num))
36
+ return value; // Return original if not a number
37
+ return new Intl.NumberFormat('en-US', {
38
+ minimumFractionDigits: 2,
39
+ maximumFractionDigits: 2
40
+ }).format(num);
41
+ }
42
+ },
43
+ TYPE4: {
44
+ name: 'Date (YYYY/MM/DD)',
45
+ description: '날짜 (YYYY/MM/dd)',
46
+ formatter: function (value) {
47
+ var d = new Date(value);
48
+ if (isNaN(d.getTime()))
49
+ return value; // Return original if invalid date
50
+ var yyyy = d.getFullYear();
51
+ var mm = String(d.getMonth() + 1).padStart(2, '0');
52
+ var dd = String(d.getDate()).padStart(2, '0');
53
+ return "".concat(yyyy, "/").concat(mm, "/").concat(dd);
54
+ }
55
+ },
56
+ TYPE5: {
57
+ name: 'Date (YYYY-MM-DD)',
58
+ description: '날짜 (YYYY-MM-dd)',
59
+ formatter: function (value) {
60
+ var d = new Date(value);
61
+ if (isNaN(d.getTime()))
62
+ return value;
63
+ var yyyy = d.getFullYear();
64
+ var mm = String(d.getMonth() + 1).padStart(2, '0');
65
+ var dd = String(d.getDate()).padStart(2, '0');
66
+ return "".concat(yyyy, "-").concat(mm, "-").concat(dd);
67
+ }
68
+ },
69
+ TYPE6: {
70
+ name: 'Date (YYYY. MM. DD)',
71
+ description: '날짜 (YYYY. MM. dd)',
72
+ formatter: function (value) {
73
+ var d = new Date(value);
74
+ if (isNaN(d.getTime()))
75
+ return value;
76
+ var yyyy = d.getFullYear();
77
+ var mm = String(d.getMonth() + 1).padStart(2, '0');
78
+ var dd = String(d.getDate()).padStart(2, '0');
79
+ return "".concat(yyyy, ". ").concat(mm, ". ").concat(dd);
80
+ }
81
+ },
82
+ TYPE7: {
83
+ name: 'Date (YY/MM/DD)',
84
+ description: '날짜 (YY/MM/dd)',
85
+ formatter: function (value) {
86
+ var d = new Date(value);
87
+ if (isNaN(d.getTime()))
88
+ return value;
89
+ var yy = String(d.getFullYear()).slice(-2);
90
+ var mm = String(d.getMonth() + 1).padStart(2, '0');
91
+ var dd = String(d.getDate()).padStart(2, '0');
92
+ return "".concat(yy, "/").concat(mm, "/").concat(dd);
93
+ }
94
+ },
95
+ TYPE8: {
96
+ name: 'Date (MM/DD/YY)',
97
+ description: '날짜 (MM/dd/YY)',
98
+ formatter: function (value) {
99
+ var d = new Date(value);
100
+ if (isNaN(d.getTime()))
101
+ return value;
102
+ var yy = String(d.getFullYear()).slice(-2);
103
+ var mm = String(d.getMonth() + 1).padStart(2, '0');
104
+ var dd = String(d.getDate()).padStart(2, '0');
105
+ return "".concat(mm, "/").concat(dd, "/").concat(yy);
106
+ }
107
+ },
108
+ TYPE9: {
109
+ name: 'Date (DD/MM/YY)',
110
+ description: '날짜 (dd/MM/YY)',
111
+ formatter: function (value) {
112
+ var d = new Date(value);
113
+ if (isNaN(d.getTime()))
114
+ return value;
115
+ var yy = String(d.getFullYear()).slice(-2);
116
+ var mm = String(d.getMonth() + 1).padStart(2, '0');
117
+ var dd = String(d.getDate()).padStart(2, '0');
118
+ return "".concat(dd, "/").concat(mm, "/").concat(yy);
119
+ }
120
+ },
121
+ TYPE10: {
122
+ name: 'Date (YYYY-MM-DD Korean)',
123
+ description: '날짜 (YYYY년 MM월 dd일)',
124
+ formatter: function (value) {
125
+ var d = new Date(value);
126
+ if (isNaN(d.getTime()))
127
+ return value;
128
+ var yyyy = d.getFullYear();
129
+ var mm = d.getMonth() + 1;
130
+ var dd = d.getDate();
131
+ return "".concat(yyyy, "\uB144 ").concat(mm, "\uC6D4 ").concat(dd, "\uC77C");
132
+ }
133
+ },
134
+ TYPE11: {
135
+ name: 'Date (DD MMM)',
136
+ description: '날짜 (dd MMM)',
137
+ formatter: function (value) {
138
+ var d = new Date(value);
139
+ if (isNaN(d.getTime()))
140
+ return value;
141
+ var dd = String(d.getDate()).padStart(2, '0');
142
+ var mmm = d.toLocaleString('en-US', { month: 'short' });
143
+ return "".concat(dd, " ").concat(mmm);
144
+ }
145
+ },
146
+ TYPE12: {
147
+ name: 'Date (MM. DD)',
148
+ description: '날짜 (MM. dd)',
149
+ formatter: function (value) {
150
+ var d = new Date(value);
151
+ if (isNaN(d.getTime()))
152
+ return value;
153
+ var mm = String(d.getMonth() + 1).padStart(2, '0');
154
+ var dd = String(d.getDate()).padStart(2, '0');
155
+ return "".concat(mm, ". ").concat(dd);
156
+ }
157
+ },
158
+ TYPE13: {
159
+ name: 'Datetime (YYYY.MM.DD HH:mm:ss)',
160
+ description: '날짜 (YYYY.MM.dd hh:mm:ss)',
161
+ formatter: function (value) {
162
+ // FIX: Return original value if time info is missing.
163
+ if (!value.includes('T') && !value.includes(':')) {
164
+ return value;
165
+ }
166
+ var d = new Date(value);
167
+ if (isNaN(d.getTime()))
168
+ return value;
169
+ var yyyy = d.getFullYear();
170
+ var mm = String(d.getMonth() + 1).padStart(2, '0');
171
+ var dd = String(d.getDate()).padStart(2, '0');
172
+ var hh = String(d.getHours()).padStart(2, '0');
173
+ var min = String(d.getMinutes()).padStart(2, '0');
174
+ var ss = String(d.getSeconds()).padStart(2, '0');
175
+ return "".concat(yyyy, ".").concat(mm, ".").concat(dd, " ").concat(hh, ":").concat(min, ":").concat(ss);
176
+ }
177
+ },
178
+ TYPE14: {
179
+ name: 'Time (HH:mm:ss)',
180
+ description: '시간 (hh:mm:ss)',
181
+ formatter: function (value) {
182
+ // FIX: Return original value if time info is missing.
183
+ if (!value.includes('T') && !value.includes(':')) {
184
+ return value;
185
+ }
186
+ var d = new Date(value);
187
+ if (isNaN(d.getTime()))
188
+ return value;
189
+ var hh = String(d.getHours()).padStart(2, '0');
190
+ var min = String(d.getMinutes()).padStart(2, '0');
191
+ var ss = String(d.getSeconds()).padStart(2, '0');
192
+ return "".concat(hh, ":").concat(min, ":").concat(ss);
193
+ }
194
+ },
195
+ TYPE15: {
196
+ name: 'Time (HH:mm)',
197
+ description: '시간 (hh:mm)',
198
+ formatter: function (value) {
199
+ // FIX: Return original value if time info is missing.
200
+ if (!value.includes('T') && !value.includes(':')) {
201
+ return value;
202
+ }
203
+ var d = new Date(value);
204
+ if (isNaN(d.getTime()))
205
+ return value;
206
+ var hh = String(d.getHours()).padStart(2, '0');
207
+ var min = String(d.getMinutes()).padStart(2, '0');
208
+ return "".concat(hh, ":").concat(min);
209
+ }
210
+ }
211
+ };
@@ -53,7 +53,7 @@ function VideoPlayer(props) {
53
53
  : CB_EFFECT_PROP_ENTANIM['CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE'] === 'NONE';
54
54
  var hasEffect = !isNoneEffectType;
55
55
  var effectVisibleStyle = hasEffect ? { opacity: isVisible ? 1 : 0 } : {};
56
- var CB_CONTENT_PROP_VIDEO_SPEC_SELECTOR = CB_CONTENT_PROP_VIDEO.CB_CONTENT_PROP_VIDEO_SPEC_SELECTOR, CB_CONTENT_PROP_VIDEO_SPEC_STARTTIME = CB_CONTENT_PROP_VIDEO.CB_CONTENT_PROP_VIDEO_SPEC_STARTTIME, CB_CONTENT_PROP_VIDEO_SPEC_THUMB = CB_CONTENT_PROP_VIDEO.CB_CONTENT_PROP_VIDEO_SPEC_THUMB, CB_CONTENT_PROP_VIDEO_SPEC_MAUTOPLAY = CB_CONTENT_PROP_VIDEO.CB_CONTENT_PROP_VIDEO_SPEC_MAUTOPLAY, CB_CONTENT_PROP_VIDEO_SPEC_AUTOPLAY = CB_CONTENT_PROP_VIDEO.CB_CONTENT_PROP_VIDEO_SPEC_AUTOPLAY, CB_CONTENT_PROP_VIDEO_SPEC_REPLAY = CB_CONTENT_PROP_VIDEO.CB_CONTENT_PROP_VIDEO_SPEC_REPLAY, CB_CONTENT_PROP_VIDEO_SPEC_ENDTIME = CB_CONTENT_PROP_VIDEO.CB_CONTENT_PROP_VIDEO_SPEC_ENDTIME;
56
+ var CB_CONTENT_PROP_VIDEO_SPEC_SELECTOR = CB_CONTENT_PROP_VIDEO.CB_CONTENT_PROP_VIDEO_SPEC_SELECTOR, CB_CONTENT_PROP_VIDEO_SPEC_STARTTIME = CB_CONTENT_PROP_VIDEO.CB_CONTENT_PROP_VIDEO_SPEC_STARTTIME, CB_CONTENT_PROP_VIDEO_SPEC_THUMB = CB_CONTENT_PROP_VIDEO.CB_CONTENT_PROP_VIDEO_SPEC_THUMB, CB_CONTENT_PROP_VIDEO_SPEC_MAUTOPLAY = CB_CONTENT_PROP_VIDEO.CB_CONTENT_PROP_VIDEO_SPEC_MAUTOPLAY, CB_CONTENT_PROP_VIDEO_SPEC_AUTOPLAY = CB_CONTENT_PROP_VIDEO.CB_CONTENT_PROP_VIDEO_SPEC_AUTOPLAY;
57
57
  var shouldAutoplay = (CB_CONTENT_PROP_VIDEO_SPEC_AUTOPLAY && device === 'DESKTOP') ||
58
58
  (CB_CONTENT_PROP_VIDEO_SPEC_MAUTOPLAY && device === 'MOBILE');
59
59
  var videoRef = (0, react_1.useRef)(null);
@@ -115,31 +115,6 @@ function VideoPlayer(props) {
115
115
  (0, react_1.useEffect)(function () {
116
116
  setVideoURL((0, helper_1.parseTargetUrl)(CB_CONTENT_PROP_VIDEO_SPEC_SELECTOR).encodedURL);
117
117
  }, [CB_CONTENT_PROP_VIDEO_SPEC_SELECTOR]);
118
- var onTimeUpdate = function () {
119
- var video = videoRef.current;
120
- if (!video) {
121
- return;
122
- }
123
- var currentTimeFloor = Math.floor(video.currentTime);
124
- if (typeof CB_CONTENT_PROP_VIDEO_SPEC_ENDTIME === 'number' &&
125
- currentTimeFloor === CB_CONTENT_PROP_VIDEO_SPEC_ENDTIME) {
126
- if (CB_CONTENT_PROP_VIDEO_SPEC_REPLAY) {
127
- video.currentTime = CB_CONTENT_PROP_VIDEO_SPEC_STARTTIME;
128
- return;
129
- }
130
- video.pause();
131
- return;
132
- }
133
- };
134
- var onEnded = function () {
135
- var video = videoRef.current;
136
- if (!video || !CB_CONTENT_PROP_VIDEO_SPEC_REPLAY) {
137
- return;
138
- }
139
- video.currentTime = CB_CONTENT_PROP_VIDEO_SPEC_STARTTIME;
140
- video.play();
141
- return;
142
- };
143
118
  return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [isEditModeAndHidden && (0, jsx_runtime_1.jsx)(S_HiddenCover_1.S_HiddenCover, {}), (0, jsx_runtime_1.jsx)(S_CB_AnimationObserverBox_1.S_CB_AnimationObserverBox, __assign({ ref: hasEffect ? cbRef : null, effectVisibleStyle: effectVisibleStyle }, { children: (0, jsx_runtime_1.jsxs)(S_CB_BoxWithShadow_1.S_CB_BoxWithShadow, __assign({ className: "cb-layout-box", normalStyle: __assign(__assign(__assign(__assign({}, propsStyle), layoutStyle), effectCssProperties), bgColorStyle), hoverStyle: __assign(__assign({}, propsHoverStyle), bgColorHoverStyle), cbStylePropsShadowSpecs: CB_STYLE_PROP_SHADOW, device: device }, { children: [isEditMode && ((0, jsx_runtime_1.jsx)("div", __assign({ style: {
144
119
  position: 'absolute',
145
120
  top: '50%',
@@ -150,7 +125,7 @@ function VideoPlayer(props) {
150
125
  alignItems: 'center',
151
126
  justifyContent: 'center',
152
127
  transform: 'translate(-50%, -50%)'
153
- } }, { children: (0, jsx_runtime_1.jsx)(Icon_1.Icon, { iconName: "ic_video_play_circle", fillType: "fill", colorKey: "ui_cpnt_icon_sys_white", size: 48 }) }))), (0, jsx_runtime_1.jsxs)(S_Video, __assign({ muted: true, playsInline: true, controls: !isEditMode, isEditMode: isEditMode, ref: videoRef, "data-src": CB_CONTENT_PROP_VIDEO_SPEC_SELECTOR, poster: CB_CONTENT_PROP_VIDEO_SPEC_THUMB, onPlay: onPlay, onEnded: onEnded, onError: onVideoError, onTimeUpdate: onTimeUpdate, onLoadedMetadata: onLoadedMetadata }, { children: [(0, jsx_runtime_1.jsx)("source", { src: videoURL }), "Your browser does not support the video tag."] }), videoURL + CB_CONTENT_PROP_VIDEO_SPEC_THUMB)] })) }))] }));
128
+ } }, { children: (0, jsx_runtime_1.jsx)(Icon_1.Icon, { iconName: "ic_video_play_circle", fillType: "fill", colorKey: "ui_cpnt_icon_sys_white", size: 48 }) }))), (0, jsx_runtime_1.jsxs)(S_Video, __assign({ muted: true, playsInline: true, controls: !isEditMode, isEditMode: isEditMode, ref: videoRef, poster: CB_CONTENT_PROP_VIDEO_SPEC_THUMB, onLoadedMetadata: onLoadedMetadata, onPlay: onPlay, onError: onVideoError, "data-src": CB_CONTENT_PROP_VIDEO_SPEC_SELECTOR }, { children: [(0, jsx_runtime_1.jsx)("source", { src: videoURL }), "Your browser does not support the video tag."] }), videoURL + CB_CONTENT_PROP_VIDEO_SPEC_THUMB)] })) }))] }));
154
129
  }
155
130
  function getBGColorStyles(props, device) {
156
131
  var availableSpecCodes = [
@@ -165,7 +140,7 @@ function getBGColorStyles(props, device) {
165
140
  ];
166
141
  return (0, colorUtil_1.parseStyleColorToCSSProp)({ availableSpecCodes: availableSpecCodes, props: props, propKey: 'BGCOLOR', device: device });
167
142
  }
168
- var S_Video = styled_components_1.default.video(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n aspect-ratio: 16 / 9;\n height: 100%;\n max-height: 100%;\n object-fit: contain;\n pointer-events: ", ";\n width: 100%;\n"], ["\n aspect-ratio: 16 / 9;\n height: 100%;\n max-height: 100%;\n object-fit: contain;\n pointer-events: ", ";\n width: 100%;\n"])), function (_a) {
143
+ var S_Video = styled_components_1.default.video(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n aspect-ratio: 16 / 9;\n height: 100%;\n max-height: 100%;\n object-fit: cover;\n pointer-events: ", ";\n width: 100%;\n"], ["\n aspect-ratio: 16 / 9;\n height: 100%;\n max-height: 100%;\n object-fit: cover;\n pointer-events: ", ";\n width: 100%;\n"])), function (_a) {
169
144
  var isEditMode = _a.isEditMode;
170
145
  return (isEditMode ? 'none' : 'auto');
171
146
  });
@@ -2,4 +2,3 @@ export declare function parseTargetUrl(url: string): {
2
2
  encodedURL: string;
3
3
  fallbackURL: string | null;
4
4
  };
5
- export declare function convertToCdnUrl(url: string): string;
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.convertToCdnUrl = exports.parseTargetUrl = void 0;
3
+ exports.parseTargetUrl = void 0;
4
4
  function parseTargetUrl(url) {
5
5
  var _a = url.split('?'), encodedURL = _a[0], query = _a[1];
6
6
  if (!query) {
7
7
  return {
8
- encodedURL: convertToCdnUrl(encodedURL),
8
+ encodedURL: encodedURL,
9
9
  fallbackURL: null
10
10
  };
11
11
  }
@@ -13,23 +13,13 @@ function parseTargetUrl(url) {
13
13
  var fallbackUrl = params.get('fallbackUrl');
14
14
  if (!fallbackUrl) {
15
15
  return {
16
- encodedURL: convertToCdnUrl(encodedURL),
16
+ encodedURL: encodedURL,
17
17
  fallbackURL: null
18
18
  };
19
19
  }
20
20
  return {
21
- encodedURL: convertToCdnUrl(encodedURL),
22
- fallbackURL: convertToCdnUrl("https://".concat(fallbackUrl))
21
+ encodedURL: encodedURL,
22
+ fallbackURL: "http://".concat(fallbackUrl)
23
23
  };
24
24
  }
25
25
  exports.parseTargetUrl = parseTargetUrl;
26
- function convertToCdnUrl(url) {
27
- if (!url) {
28
- return url;
29
- }
30
- return url
31
- .replace(/^https?:\/\/publ-upload-local\.s3\.ap-northeast-2\.amazonaws\.com\//, 'https://cdn.local.publishingkit.net/')
32
- .replace(/^https?:\/\/publ-upload-dev\.s3\.ap-northeast-2\.amazonaws\.com\//, 'https://cdn.dev.publishingkit.net/')
33
- .replace(/^https?:\/\/publ-upload-prod\.s3\.ap-northeast-2\.amazonaws\.com\//, 'https://cdn.publishingkit.net/');
34
- }
35
- exports.convertToCdnUrl = convertToCdnUrl;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { ENUM_STRING, NUMBER_INTEGER, STRING_8DIGIT_HEX, STRING_PLAIN } from '../../../util/types';
2
+ import type { ENUM_STRING, NUMBER_INTEGER, STRING_8DIGIT_HEX, STRING_PLAIN, CCB_VALUE_TYPE, CB_VALUE_TYPE } from '../../../util/types';
3
3
  export type StylesProps = {
4
4
  normalStyle: React.CSSProperties;
5
5
  hoverStyle: React.CSSProperties;
@@ -7,15 +7,24 @@ export type StylesProps = {
7
7
  export type CB_CONTENT_PROP_TEXT = {
8
8
  CB_CONTENT_PROP_TEXT_SPEC_TEXT: STRING_PLAIN;
9
9
  CB_CONTENT_PROP_TEXT_SPEC_TEXTMOBILEALTERNATIVE: STRING_PLAIN;
10
+ CB_CONTENT_PROP_TEXT_SPEC_VALUETYPE: CCB_VALUE_TYPE | CB_VALUE_TYPE;
11
+ CB_CONTENT_PROP_TEXT_SPEC_CONNECTDATA: STRING_PLAIN;
12
+ CB_CONTENT_PROP_TEXT_SPEC_PREFIX: STRING_PLAIN;
13
+ CB_CONTENT_PROP_TEXT_SPEC_SUFFIX: STRING_PLAIN;
14
+ CB_CONTENT_PROP_TEXT_SPEC_FORMAT: ENUM_STRING;
10
15
  };
11
16
  export type CB_CONTENT_PROP_CLINK = {
12
17
  CB_CONTENT_PROP_CLINK_SPEC_TYPE: 'INTERNAL' | 'EXTERNAL' | 'DISABLED';
13
18
  CB_CONTENT_PROP_CLINK_SPEC_SRC: STRING_PLAIN;
14
19
  CB_CONTENT_PROP_CLINK_SPEC_INTERNALSRC: STRING_PLAIN;
15
20
  CB_CONTENT_PROP_CLINK_SPEC_NEWTAB: boolean;
21
+ CB_CONTENT_PROP_CLINK_SPEC_VALUETYPE: CCB_VALUE_TYPE | CB_VALUE_TYPE;
22
+ CB_CONTENT_PROP_CLINK_SPEC_CONNECTDATA: STRING_PLAIN;
16
23
  };
17
24
  export type CB_CONTENT_PROP_IMAGE = {
18
25
  CB_CONTENT_PROP_IMAGE_SPEC_SELECTOR: STRING_PLAIN;
26
+ CB_CONTENT_PROP_IMAGE_SPEC_VALUETYPE: CCB_VALUE_TYPE | CB_VALUE_TYPE;
27
+ CB_CONTENT_PROP_IMAGE_SPEC_CONNECTDATA: STRING_PLAIN;
19
28
  };
20
29
  export type CB_CONTENT_PROP_TWITTER = {
21
30
  CB_CONTENT_PROP_TWITTER_SPEC_SRC: STRING_PLAIN;
@@ -23,6 +32,44 @@ export type CB_CONTENT_PROP_TWITTER = {
23
32
  export type CB_CONTENT_PROP_CODEBLOCK = {
24
33
  CB_CONTENT_PROP_CODEBLOCK_SPEC_CODE: STRING_PLAIN;
25
34
  };
35
+ export type CB_CONTENT_PROP_CONTENTSCAROUSEL = {
36
+ CB_CONTENT_PROP_CONTENTSCAROUSEL_SPEC_VALUETYPE: CCB_VALUE_TYPE;
37
+ CB_CONTENT_PROP_CONTENTSCAROUSEL_SPEC_CONNECTDATA: STRING_PLAIN;
38
+ CB_CONTENT_PROP_CONTENTSCAROUSEL_SPEC_DATASORTING: STRING_PLAIN;
39
+ CB_CONTENT_PROP_CONTENTSCAROUSEL_SPEC_OFFSET: NUMBER_INTEGER;
40
+ CB_CONTENT_PROP_CONTENTSCAROUSEL_SPEC_MANUALITEMS: MockComposition[];
41
+ CB_CONTENT_PROP_CONTENTSCAROUSEL_SPEC_ITEMCOUNTS: NUMBER_INTEGER;
42
+ CB_CONTENT_PROP_CONTENTSCAROUSEL_SPEC_DISPLAYCOUNTS: NUMBER_INTEGER;
43
+ };
44
+ export type CB_CONTENT_PROP_SLIDEBANNER = {
45
+ CB_CONTENT_PROP_SLIDEBANNER_SPEC_VALUETYPE: CCB_VALUE_TYPE;
46
+ CB_CONTENT_PROP_SLIDEBANNER_SPEC_CONNECTDATA: STRING_PLAIN;
47
+ CB_CONTENT_PROP_SLIDEBANNER_SPEC_DATASORTING: STRING_PLAIN;
48
+ CB_CONTENT_PROP_SLIDEBANNER_SPEC_OFFSET: NUMBER_INTEGER;
49
+ CB_CONTENT_PROP_SLIDEBANNER_SPEC_MENUALITEMS: MockComposition[];
50
+ CB_CONTENT_PROP_SLIDEBANNER_SPEC_ITEMCOUNTS: NUMBER_INTEGER;
51
+ };
52
+ export type CB_CONTENT_PROP_CONTENTSLIST = {
53
+ CB_CONTENT_PROP_CONTENTSLIST_SPEC_VALUETYPE: CCB_VALUE_TYPE;
54
+ CB_CONTENT_PROP_CONTENTSLIST_SPEC_CONNECTDATA: STRING_PLAIN;
55
+ CB_CONTENT_PROP_CONTENTSLIST_SPEC_DATASORTING: STRING_PLAIN;
56
+ CB_CONTENT_PROP_CONTENTSLIST_SPEC_DATAFILTER: STRING_PLAIN;
57
+ CB_CONTENT_PROP_CONTENTSLIST_SPEC_OFFSET: NUMBER_INTEGER;
58
+ CB_CONTENT_PROP_CONTENTSLIST_SPEC_MANUALITEMS: MockComposition[];
59
+ CB_CONTENT_PROP_CONTENTSLIST_SPEC_ITEMCOUNTS: NUMBER_INTEGER;
60
+ CB_CONTENT_PROP_CONTENTSLIST_SPEC_DISPLAYCOUNTS: NUMBER_INTEGER;
61
+ CB_CONTENT_PROP_CONTENTSLIST_SPEC_COLUMNS: NUMBER_INTEGER;
62
+ CB_CONTENT_PROP_CONTENTSLIST_SPEC_EDITCOMMONITEM: null | STRING_PLAIN;
63
+ };
64
+ export type MockComposition = {
65
+ title: string;
66
+ width: number;
67
+ minWidth: number;
68
+ maxWidth: number;
69
+ height: number;
70
+ minHeight: number;
71
+ maxHeight: number;
72
+ };
26
73
  export type CBTextPropsKeys = keyof CB_STYLE_PROP_TEXT_SPECS;
27
74
  export type CB_STYLE_PROP_TEXT_SPECS_BASE = {
28
75
  CB_STYLE_PROP_TEXT_SPEC_TYPEFACE: ENUM_STRING;
@@ -33,6 +80,7 @@ export type CB_STYLE_PROP_TEXT_SPECS_BASE = {
33
80
  CB_STYLE_PROP_TEXT_SPEC_COLOR: STRING_8DIGIT_HEX;
34
81
  CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL: ENUM_STRING;
35
82
  CB_STYLE_PROP_TEXT_SPEC_VERTICAL: ENUM_STRING;
83
+ CB_STYLE_PROP_TEXT_SPEC_ELLIPSIS: NUMBER_INTEGER;
36
84
  };
37
85
  export type CB_STYLE_PROP_TEXT_SPECS = CB_STYLE_PROP_TEXT_SPECS_BASE & {
38
86
  'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:HOVER': ENUM_STRING | null | undefined;
@@ -59,6 +107,9 @@ export type CB_STYLE_PROP_TEXT_SPECS = CB_STYLE_PROP_TEXT_SPECS_BASE & {
59
107
  'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:HOVER': ENUM_STRING | null | undefined;
60
108
  'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE': ENUM_STRING | null | undefined;
61
109
  'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE:HOVER': ENUM_STRING | null | undefined;
110
+ 'CB_STYLE_PROP_TEXT_SPEC_ELLIPSIS:HOVER': NUMBER_INTEGER | null | undefined;
111
+ 'CB_STYLE_PROP_TEXT_SPEC_ELLIPSIS:MOBILE': NUMBER_INTEGER | null | undefined;
112
+ 'CB_STYLE_PROP_TEXT_SPEC_ELLIPSIS:MOBILE:HOVER': NUMBER_INTEGER | null | undefined;
62
113
  };
63
114
  export type CBColorPropsKeys = keyof CB_STYLE_PROP_COLOR_SPECS;
64
115
  export type CBColorValueSetType = Partial<Record<keyof CB_STYLE_PROP_COLOR_SPECS, CB_STYLE_PROP_COLOR_ENUM_GRADIENT | NUMBER_INTEGER | ENUM_STRING | undefined>>;
@@ -108,6 +159,4 @@ export type CB_CONTENT_PROP_VIDEO = {
108
159
  CB_CONTENT_PROP_VIDEO_SPEC_STARTTIME: number;
109
160
  CB_CONTENT_PROP_VIDEO_SPEC_THUMB: string;
110
161
  CB_CONTENT_PROP_VIDEO_SPEC_TYPE: 'FILE' | 'URL';
111
- CB_CONTENT_PROP_VIDEO_SPEC_ENDTIME: number;
112
- CB_CONTENT_PROP_VIDEO_SPEC_REPLAY: boolean;
113
162
  };
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export default function CBBackgroundMedia(): JSX.Element;
@@ -0,0 +1,17 @@
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 __importDefault = (this && this.__importDefault) || function (mod) {
7
+ return (mod && mod.__esModule) ? mod : { "default": mod };
8
+ };
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ var jsx_runtime_1 = require("react/jsx-runtime");
11
+ var styled_components_1 = __importDefault(require("styled-components"));
12
+ function CBBackgroundMedia() {
13
+ return (0, jsx_runtime_1.jsx)(S_BGMedia, { children: "CB- background-media" });
14
+ }
15
+ exports.default = CBBackgroundMedia;
16
+ var S_BGMedia = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n bottom: 0;\n left: 0;\n position: absolute;\n right: 0;\n top: 0;\n z-index: -1;\n"], ["\n bottom: 0;\n left: 0;\n position: absolute;\n right: 0;\n top: 0;\n z-index: -1;\n"])));
17
+ var templateObject_1;
@@ -0,0 +1,2 @@
1
+ declare const StyledSwiperWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
2
+ export default StyledSwiperWrapper;
@@ -0,0 +1,13 @@
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 __importDefault = (this && this.__importDefault) || function (mod) {
7
+ return (mod && mod.__esModule) ? mod : { "default": mod };
8
+ };
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ var styled_components_1 = __importDefault(require("styled-components"));
11
+ var StyledSwiperWrapper = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n /**\n * Swiper 9.4.1\n * Most modern mobile touch slider and framework with hardware accelerated transitions\n * https://swiperjs.com\n *\n * Copyright 2014-2023 Vladimir Kharlampidi\n *\n * Released under the MIT License\n *\n * Released on: June 13, 2023\n */\n\n && {\n /* FONT_START */\n @font-face {\n font-family: 'swiper-icons';\n src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');\n font-weight: 400;\n font-style: normal;\n }\n /* FONT_END */\n :root {\n --swiper-theme-color: #007aff;\n /*\n --swiper-preloader-color: var(--swiper-theme-color);\n --swiper-wrapper-transition-timing-function: initial;\n */\n }\n .swiper,\n swiper-container {\n display: block;\n list-style: none;\n margin-left: auto;\n margin-right: auto;\n overflow: hidden;\n padding: 0;\n /* Fix of Webkit flickering */\n position: relative;\n z-index: 1;\n }\n .swiper-vertical > .swiper-wrapper {\n flex-direction: column;\n }\n .swiper-wrapper {\n box-sizing: content-box;\n display: flex;\n height: 100%;\n position: relative;\n transition-property: transform;\n transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);\n width: 100%;\n z-index: 1;\n }\n .swiper-android .swiper-slide,\n .swiper-wrapper {\n transform: translate3d(0px, 0, 0);\n }\n .swiper-horizontal {\n touch-action: pan-y;\n }\n .swiper-vertical {\n touch-action: pan-x;\n }\n .swiper-slide,\n swiper-slide {\n display: block;\n flex-shrink: 0;\n height: 100%;\n position: relative;\n transition-property: transform;\n width: 100%;\n }\n .swiper-slide-invisible-blank {\n visibility: hidden;\n }\n /* Auto Height */\n .swiper-autoheight,\n .swiper-autoheight .swiper-slide {\n height: auto;\n }\n .swiper-autoheight .swiper-wrapper {\n align-items: flex-start;\n transition-property: transform, height;\n }\n .swiper-backface-hidden .swiper-slide {\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n transform: translateZ(0);\n }\n /* 3D Effects */\n .swiper-3d.swiper-css-mode .swiper-wrapper {\n perspective: 1200px;\n }\n .swiper-3d .swiper-wrapper {\n transform-style: preserve-3d;\n }\n .swiper-3d {\n perspective: 1200px;\n }\n .swiper-3d .swiper-slide,\n .swiper-3d .swiper-slide-shadow,\n .swiper-3d .swiper-slide-shadow-left,\n .swiper-3d .swiper-slide-shadow-right,\n .swiper-3d .swiper-slide-shadow-top,\n .swiper-3d .swiper-slide-shadow-bottom,\n .swiper-3d .swiper-cube-shadow {\n transform-style: preserve-3d;\n }\n .swiper-3d .swiper-slide-shadow,\n .swiper-3d .swiper-slide-shadow-left,\n .swiper-3d .swiper-slide-shadow-right,\n .swiper-3d .swiper-slide-shadow-top,\n .swiper-3d .swiper-slide-shadow-bottom {\n height: 100%;\n left: 0;\n pointer-events: none;\n position: absolute;\n top: 0;\n width: 100%;\n z-index: 10;\n }\n .swiper-3d .swiper-slide-shadow {\n background: rgba(0, 0, 0, 0.15);\n }\n .swiper-3d .swiper-slide-shadow-left {\n background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));\n }\n .swiper-3d .swiper-slide-shadow-right {\n background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));\n }\n .swiper-3d .swiper-slide-shadow-top {\n background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));\n }\n .swiper-3d .swiper-slide-shadow-bottom {\n background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));\n }\n /* CSS Mode */\n .swiper-css-mode > .swiper-wrapper {\n -ms-overflow-style: none;\n overflow: auto;\n /* For Firefox */\n scrollbar-width: none;\n /* For Internet Explorer and Edge */\n }\n .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {\n display: none;\n }\n .swiper-css-mode > .swiper-wrapper > .swiper-slide {\n scroll-snap-align: start start;\n }\n .swiper-horizontal.swiper-css-mode > .swiper-wrapper {\n scroll-snap-type: x mandatory;\n }\n .swiper-vertical.swiper-css-mode > .swiper-wrapper {\n scroll-snap-type: y mandatory;\n }\n .swiper-css-mode.swiper-free-mode > .swiper-wrapper {\n scroll-snap-type: none;\n }\n .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {\n scroll-snap-align: none;\n }\n .swiper-centered > .swiper-wrapper::before {\n content: '';\n flex-shrink: 0;\n order: 9999;\n }\n .swiper-centered > .swiper-wrapper > .swiper-slide {\n scroll-snap-align: center center;\n scroll-snap-stop: always;\n }\n .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {\n margin-inline-start: var(--swiper-centered-offset-before);\n }\n .swiper-centered.swiper-horizontal > .swiper-wrapper::before {\n height: 100%;\n min-height: 1px;\n width: var(--swiper-centered-offset-after);\n }\n .swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {\n margin-block-start: var(--swiper-centered-offset-before);\n }\n .swiper-centered.swiper-vertical > .swiper-wrapper::before {\n height: var(--swiper-centered-offset-after);\n min-width: 1px;\n width: 100%;\n }\n .swiper-lazy-preloader {\n border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));\n border-radius: 50%;\n border-top-color: transparent;\n box-sizing: border-box;\n height: 42px;\n left: 50%;\n margin-left: -21px;\n margin-top: -21px;\n position: absolute;\n top: 50%;\n transform-origin: 50%;\n width: 42px;\n z-index: 10;\n }\n .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,\n swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,\n .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {\n animation: swiper-preloader-spin 1s infinite linear;\n }\n .swiper-lazy-preloader-white {\n --swiper-preloader-color: #fff;\n }\n .swiper-lazy-preloader-black {\n --swiper-preloader-color: #000;\n }\n @keyframes swiper-preloader-spin {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n }\n .swiper-virtual .swiper-slide {\n -webkit-backface-visibility: hidden;\n transform: translateZ(0);\n }\n .swiper-virtual.swiper-css-mode .swiper-wrapper::after {\n content: '';\n left: 0;\n pointer-events: none;\n position: absolute;\n top: 0;\n }\n .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {\n height: 1px;\n width: var(--swiper-virtual-size);\n }\n .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {\n height: var(--swiper-virtual-size);\n width: 1px;\n }\n :root {\n --swiper-navigation-size: 44px;\n /*\n --swiper-navigation-top-offset: 50%;\n --swiper-navigation-sides-offset: 10px;\n --swiper-navigation-color: var(--swiper-theme-color);\n */\n }\n .swiper-button-prev,\n .swiper-button-next {\n align-items: center;\n color: var(--swiper-navigation-color, var(--swiper-theme-color));\n cursor: pointer;\n display: flex;\n height: var(--swiper-navigation-size);\n justify-content: center;\n margin-top: calc(0px - (var(--swiper-navigation-size) / 2));\n position: absolute;\n top: var(--swiper-navigation-top-offset, 50%);\n width: calc(var(--swiper-navigation-size) / 44 * 27);\n z-index: 10;\n }\n .swiper-button-prev.swiper-button-disabled,\n .swiper-button-next.swiper-button-disabled {\n cursor: auto;\n opacity: 0.35;\n pointer-events: none;\n }\n .swiper-button-prev.swiper-button-hidden,\n .swiper-button-next.swiper-button-hidden {\n cursor: auto;\n opacity: 0;\n pointer-events: none;\n }\n .swiper-navigation-disabled .swiper-button-prev,\n .swiper-navigation-disabled .swiper-button-next {\n display: none !important;\n }\n .swiper-button-prev:after,\n .swiper-button-next:after {\n font-family: swiper-icons;\n font-size: var(--swiper-navigation-size);\n font-variant: initial;\n letter-spacing: 0;\n line-height: 1;\n text-transform: none !important;\n }\n .swiper-button-prev,\n .swiper-rtl .swiper-button-next {\n left: var(--swiper-navigation-sides-offset, 10px);\n right: auto;\n }\n .swiper-button-prev:after,\n .swiper-rtl .swiper-button-next:after {\n content: 'prev';\n }\n .swiper-button-next,\n .swiper-rtl .swiper-button-prev {\n left: auto;\n right: var(--swiper-navigation-sides-offset, 10px);\n }\n .swiper-button-next:after,\n .swiper-rtl .swiper-button-prev:after {\n content: 'next';\n }\n .swiper-button-lock {\n display: none;\n }\n :root {\n /*\n --swiper-pagination-color: var(--swiper-theme-color);\n --swiper-pagination-left: auto;\n --swiper-pagination-right: 8px;\n --swiper-pagination-bottom: 8px;\n --swiper-pagination-top: auto;\n --swiper-pagination-fraction-color: inherit;\n --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);\n --swiper-pagination-progressbar-size: 4px;\n --swiper-pagination-bullet-size: 8px;\n --swiper-pagination-bullet-width: 8px;\n --swiper-pagination-bullet-height: 8px;\n --swiper-pagination-bullet-border-radius: 50%;\n --swiper-pagination-bullet-inactive-color: #000;\n --swiper-pagination-bullet-inactive-opacity: 0.2;\n --swiper-pagination-bullet-opacity: 1;\n --swiper-pagination-bullet-horizontal-gap: 4px;\n --swiper-pagination-bullet-vertical-gap: 6px;\n */\n }\n .swiper-pagination {\n position: absolute;\n text-align: center;\n transform: translate3d(0, 0, 0);\n transition: 300ms opacity;\n z-index: 10;\n }\n .swiper-pagination.swiper-pagination-hidden {\n opacity: 0;\n }\n .swiper-pagination-disabled > .swiper-pagination,\n .swiper-pagination.swiper-pagination-disabled {\n display: none !important;\n }\n /* Common Styles */\n .swiper-pagination-fraction,\n .swiper-pagination-custom,\n .swiper-horizontal > .swiper-pagination-bullets,\n .swiper-pagination-bullets.swiper-pagination-horizontal {\n bottom: var(--swiper-pagination-bottom, 8px);\n left: 0;\n top: var(--swiper-pagination-top, auto);\n width: 100%;\n }\n /* Bullets */\n .swiper-pagination-bullets-dynamic {\n font-size: 0;\n overflow: hidden;\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {\n position: relative;\n transform: scale(0.33);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {\n transform: scale(1);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {\n transform: scale(1);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {\n transform: scale(0.66);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {\n transform: scale(0.33);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {\n transform: scale(0.66);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {\n transform: scale(0.33);\n }\n .swiper-pagination-bullet {\n background: var(--swiper-pagination-bullet-inactive-color, #000);\n border-radius: var(--swiper-pagination-bullet-border-radius, 50%);\n display: inline-block;\n height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));\n opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);\n width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));\n }\n button.swiper-pagination-bullet {\n -webkit-appearance: none;\n appearance: none;\n border: none;\n box-shadow: none;\n margin: 0;\n padding: 0;\n }\n .swiper-pagination-clickable .swiper-pagination-bullet {\n cursor: pointer;\n }\n .swiper-pagination-bullet:only-child {\n display: none !important;\n }\n .swiper-pagination-bullet-active {\n background: var(--swiper-pagination-color, var(--swiper-theme-color));\n opacity: var(--swiper-pagination-bullet-opacity, 1);\n }\n .swiper-vertical > .swiper-pagination-bullets,\n .swiper-pagination-vertical.swiper-pagination-bullets {\n left: var(--swiper-pagination-left, auto);\n right: var(--swiper-pagination-right, 8px);\n top: 50%;\n transform: translate3d(0px, -50%, 0);\n }\n .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,\n .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {\n display: block;\n margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;\n }\n .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,\n .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {\n top: 50%;\n transform: translateY(-50%);\n width: 8px;\n }\n .swiper-vertical\n > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic\n .swiper-pagination-bullet,\n .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic\n .swiper-pagination-bullet {\n display: inline-block;\n transition: 200ms transform, 200ms top;\n }\n .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,\n .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {\n margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);\n }\n .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,\n .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {\n left: 50%;\n transform: translateX(-50%);\n white-space: nowrap;\n }\n .swiper-horizontal\n > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic\n .swiper-pagination-bullet,\n .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic\n .swiper-pagination-bullet {\n transition: 200ms transform, 200ms left;\n }\n .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,\n :host(.swiper-horizontal.swiper-rtl)\n .swiper-pagination-bullets-dynamic\n .swiper-pagination-bullet {\n transition: 200ms transform, 200ms right;\n }\n /* Fraction */\n .swiper-pagination-fraction {\n color: var(--swiper-pagination-fraction-color, inherit);\n }\n /* Progress */\n .swiper-pagination-progressbar {\n background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));\n position: absolute;\n /*ADD_HOST*/\n }\n .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {\n background: var(--swiper-pagination-color, var(--swiper-theme-color));\n height: 100%;\n left: 0;\n position: absolute;\n top: 0;\n transform: scale(0);\n transform-origin: left top;\n width: 100%;\n }\n .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {\n transform-origin: right top;\n }\n .swiper-horizontal > .swiper-pagination-progressbar,\n .swiper-pagination-progressbar.swiper-pagination-horizontal,\n .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,\n .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {\n height: var(--swiper-pagination-progressbar-size, 4px);\n left: 0;\n top: 0;\n width: 100%;\n }\n .swiper-vertical > .swiper-pagination-progressbar,\n .swiper-pagination-progressbar.swiper-pagination-vertical,\n .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,\n .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {\n height: 100%;\n left: 0;\n top: 0;\n width: var(--swiper-pagination-progressbar-size, 4px);\n }\n .swiper-pagination-lock {\n display: none;\n }\n :root {\n /*\n --swiper-scrollbar-border-radius: 10px;\n --swiper-scrollbar-top: auto;\n --swiper-scrollbar-bottom: 4px;\n --swiper-scrollbar-left: auto;\n --swiper-scrollbar-right: 4px;\n --swiper-scrollbar-sides-offset: 1%;\n --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);\n --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);\n --swiper-scrollbar-size: 4px;\n */\n }\n .swiper-scrollbar {\n -ms-touch-action: none;\n background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));\n border-radius: var(--swiper-scrollbar-border-radius, 10px);\n position: relative;\n }\n .swiper-scrollbar-disabled > .swiper-scrollbar,\n .swiper-scrollbar.swiper-scrollbar-disabled {\n display: none !important;\n }\n .swiper-horizontal > .swiper-scrollbar,\n .swiper-scrollbar.swiper-scrollbar-horizontal {\n bottom: var(--swiper-scrollbar-bottom, 4px);\n height: var(--swiper-scrollbar-size, 4px);\n left: var(--swiper-scrollbar-sides-offset, 1%);\n position: absolute;\n top: var(--swiper-scrollbar-top, auto);\n width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));\n z-index: 50;\n }\n .swiper-vertical > .swiper-scrollbar,\n .swiper-scrollbar.swiper-scrollbar-vertical {\n height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));\n left: var(--swiper-scrollbar-left, auto);\n position: absolute;\n right: var(--swiper-scrollbar-right, 4px);\n top: var(--swiper-scrollbar-sides-offset, 1%);\n width: var(--swiper-scrollbar-size, 4px);\n z-index: 50;\n }\n .swiper-scrollbar-drag {\n background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));\n border-radius: var(--swiper-scrollbar-border-radius, 10px);\n height: 100%;\n left: 0;\n position: relative;\n top: 0;\n width: 100%;\n }\n .swiper-scrollbar-cursor-drag {\n cursor: move;\n }\n .swiper-scrollbar-lock {\n display: none;\n }\n .swiper-zoom-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n text-align: center;\n width: 100%;\n }\n .swiper-zoom-container > img,\n .swiper-zoom-container > svg,\n .swiper-zoom-container > canvas {\n max-height: 100%;\n max-width: 100%;\n object-fit: contain;\n }\n .swiper-slide-zoomed {\n cursor: move;\n touch-action: none;\n }\n /* a11y */\n .swiper .swiper-notification,\n swiper-container .swiper-notification {\n left: 0;\n opacity: 0;\n pointer-events: none;\n position: absolute;\n top: 0;\n z-index: -1000;\n }\n .swiper-free-mode > .swiper-wrapper {\n margin: 0 auto;\n transition-timing-function: ease-out;\n }\n .swiper-grid > .swiper-wrapper {\n flex-wrap: wrap;\n }\n .swiper-grid-column > .swiper-wrapper {\n flex-direction: column;\n flex-wrap: wrap;\n }\n .swiper-fade.swiper-free-mode .swiper-slide {\n transition-timing-function: ease-out;\n }\n .swiper-fade .swiper-slide {\n pointer-events: none;\n transition-property: opacity;\n }\n .swiper-fade .swiper-slide .swiper-slide {\n pointer-events: none;\n }\n .swiper-fade .swiper-slide-active,\n .swiper-fade .swiper-slide-active .swiper-slide-active {\n pointer-events: auto;\n }\n .swiper-cube {\n overflow: visible;\n }\n .swiper-cube .swiper-slide {\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n height: 100%;\n pointer-events: none;\n transform-origin: 0 0;\n visibility: hidden;\n width: 100%;\n z-index: 1;\n }\n .swiper-cube .swiper-slide .swiper-slide {\n pointer-events: none;\n }\n .swiper-cube.swiper-rtl .swiper-slide {\n transform-origin: 100% 0;\n }\n .swiper-cube .swiper-slide-active,\n .swiper-cube .swiper-slide-active .swiper-slide-active {\n pointer-events: auto;\n }\n .swiper-cube .swiper-slide-active,\n .swiper-cube .swiper-slide-next,\n .swiper-cube .swiper-slide-prev,\n .swiper-cube .swiper-slide-next + .swiper-slide {\n pointer-events: auto;\n visibility: visible;\n }\n .swiper-cube .swiper-slide-shadow-top,\n .swiper-cube .swiper-slide-shadow-bottom,\n .swiper-cube .swiper-slide-shadow-left,\n .swiper-cube .swiper-slide-shadow-right {\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n z-index: 0;\n }\n .swiper-cube .swiper-cube-shadow {\n bottom: 0px;\n height: 100%;\n left: 0;\n opacity: 0.6;\n position: absolute;\n width: 100%;\n z-index: 0;\n }\n .swiper-cube .swiper-cube-shadow:before {\n background: #000;\n bottom: 0;\n content: '';\n filter: blur(50px);\n left: 0;\n position: absolute;\n right: 0;\n top: 0;\n }\n .swiper-flip {\n overflow: visible;\n }\n .swiper-flip .swiper-slide {\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n pointer-events: none;\n z-index: 1;\n }\n .swiper-flip .swiper-slide .swiper-slide {\n pointer-events: none;\n }\n .swiper-flip .swiper-slide-active,\n .swiper-flip .swiper-slide-active .swiper-slide-active {\n pointer-events: auto;\n }\n .swiper-flip .swiper-slide-shadow-top,\n .swiper-flip .swiper-slide-shadow-bottom,\n .swiper-flip .swiper-slide-shadow-left,\n .swiper-flip .swiper-slide-shadow-right {\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n z-index: 0;\n }\n .swiper-creative .swiper-slide {\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n overflow: hidden;\n transition-property: transform, opacity, height;\n }\n .swiper-cards {\n overflow: visible !important;\n }\n\n .swiper-cards .swiper-slide {\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n overflow: visible;\n transform-origin: center bottom;\n }\n }\n"], ["\n /**\n * Swiper 9.4.1\n * Most modern mobile touch slider and framework with hardware accelerated transitions\n * https://swiperjs.com\n *\n * Copyright 2014-2023 Vladimir Kharlampidi\n *\n * Released under the MIT License\n *\n * Released on: June 13, 2023\n */\n\n && {\n /* FONT_START */\n @font-face {\n font-family: 'swiper-icons';\n src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');\n font-weight: 400;\n font-style: normal;\n }\n /* FONT_END */\n :root {\n --swiper-theme-color: #007aff;\n /*\n --swiper-preloader-color: var(--swiper-theme-color);\n --swiper-wrapper-transition-timing-function: initial;\n */\n }\n .swiper,\n swiper-container {\n display: block;\n list-style: none;\n margin-left: auto;\n margin-right: auto;\n overflow: hidden;\n padding: 0;\n /* Fix of Webkit flickering */\n position: relative;\n z-index: 1;\n }\n .swiper-vertical > .swiper-wrapper {\n flex-direction: column;\n }\n .swiper-wrapper {\n box-sizing: content-box;\n display: flex;\n height: 100%;\n position: relative;\n transition-property: transform;\n transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);\n width: 100%;\n z-index: 1;\n }\n .swiper-android .swiper-slide,\n .swiper-wrapper {\n transform: translate3d(0px, 0, 0);\n }\n .swiper-horizontal {\n touch-action: pan-y;\n }\n .swiper-vertical {\n touch-action: pan-x;\n }\n .swiper-slide,\n swiper-slide {\n display: block;\n flex-shrink: 0;\n height: 100%;\n position: relative;\n transition-property: transform;\n width: 100%;\n }\n .swiper-slide-invisible-blank {\n visibility: hidden;\n }\n /* Auto Height */\n .swiper-autoheight,\n .swiper-autoheight .swiper-slide {\n height: auto;\n }\n .swiper-autoheight .swiper-wrapper {\n align-items: flex-start;\n transition-property: transform, height;\n }\n .swiper-backface-hidden .swiper-slide {\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n transform: translateZ(0);\n }\n /* 3D Effects */\n .swiper-3d.swiper-css-mode .swiper-wrapper {\n perspective: 1200px;\n }\n .swiper-3d .swiper-wrapper {\n transform-style: preserve-3d;\n }\n .swiper-3d {\n perspective: 1200px;\n }\n .swiper-3d .swiper-slide,\n .swiper-3d .swiper-slide-shadow,\n .swiper-3d .swiper-slide-shadow-left,\n .swiper-3d .swiper-slide-shadow-right,\n .swiper-3d .swiper-slide-shadow-top,\n .swiper-3d .swiper-slide-shadow-bottom,\n .swiper-3d .swiper-cube-shadow {\n transform-style: preserve-3d;\n }\n .swiper-3d .swiper-slide-shadow,\n .swiper-3d .swiper-slide-shadow-left,\n .swiper-3d .swiper-slide-shadow-right,\n .swiper-3d .swiper-slide-shadow-top,\n .swiper-3d .swiper-slide-shadow-bottom {\n height: 100%;\n left: 0;\n pointer-events: none;\n position: absolute;\n top: 0;\n width: 100%;\n z-index: 10;\n }\n .swiper-3d .swiper-slide-shadow {\n background: rgba(0, 0, 0, 0.15);\n }\n .swiper-3d .swiper-slide-shadow-left {\n background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));\n }\n .swiper-3d .swiper-slide-shadow-right {\n background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));\n }\n .swiper-3d .swiper-slide-shadow-top {\n background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));\n }\n .swiper-3d .swiper-slide-shadow-bottom {\n background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));\n }\n /* CSS Mode */\n .swiper-css-mode > .swiper-wrapper {\n -ms-overflow-style: none;\n overflow: auto;\n /* For Firefox */\n scrollbar-width: none;\n /* For Internet Explorer and Edge */\n }\n .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {\n display: none;\n }\n .swiper-css-mode > .swiper-wrapper > .swiper-slide {\n scroll-snap-align: start start;\n }\n .swiper-horizontal.swiper-css-mode > .swiper-wrapper {\n scroll-snap-type: x mandatory;\n }\n .swiper-vertical.swiper-css-mode > .swiper-wrapper {\n scroll-snap-type: y mandatory;\n }\n .swiper-css-mode.swiper-free-mode > .swiper-wrapper {\n scroll-snap-type: none;\n }\n .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {\n scroll-snap-align: none;\n }\n .swiper-centered > .swiper-wrapper::before {\n content: '';\n flex-shrink: 0;\n order: 9999;\n }\n .swiper-centered > .swiper-wrapper > .swiper-slide {\n scroll-snap-align: center center;\n scroll-snap-stop: always;\n }\n .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {\n margin-inline-start: var(--swiper-centered-offset-before);\n }\n .swiper-centered.swiper-horizontal > .swiper-wrapper::before {\n height: 100%;\n min-height: 1px;\n width: var(--swiper-centered-offset-after);\n }\n .swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {\n margin-block-start: var(--swiper-centered-offset-before);\n }\n .swiper-centered.swiper-vertical > .swiper-wrapper::before {\n height: var(--swiper-centered-offset-after);\n min-width: 1px;\n width: 100%;\n }\n .swiper-lazy-preloader {\n border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));\n border-radius: 50%;\n border-top-color: transparent;\n box-sizing: border-box;\n height: 42px;\n left: 50%;\n margin-left: -21px;\n margin-top: -21px;\n position: absolute;\n top: 50%;\n transform-origin: 50%;\n width: 42px;\n z-index: 10;\n }\n .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,\n swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,\n .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {\n animation: swiper-preloader-spin 1s infinite linear;\n }\n .swiper-lazy-preloader-white {\n --swiper-preloader-color: #fff;\n }\n .swiper-lazy-preloader-black {\n --swiper-preloader-color: #000;\n }\n @keyframes swiper-preloader-spin {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n }\n .swiper-virtual .swiper-slide {\n -webkit-backface-visibility: hidden;\n transform: translateZ(0);\n }\n .swiper-virtual.swiper-css-mode .swiper-wrapper::after {\n content: '';\n left: 0;\n pointer-events: none;\n position: absolute;\n top: 0;\n }\n .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {\n height: 1px;\n width: var(--swiper-virtual-size);\n }\n .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {\n height: var(--swiper-virtual-size);\n width: 1px;\n }\n :root {\n --swiper-navigation-size: 44px;\n /*\n --swiper-navigation-top-offset: 50%;\n --swiper-navigation-sides-offset: 10px;\n --swiper-navigation-color: var(--swiper-theme-color);\n */\n }\n .swiper-button-prev,\n .swiper-button-next {\n align-items: center;\n color: var(--swiper-navigation-color, var(--swiper-theme-color));\n cursor: pointer;\n display: flex;\n height: var(--swiper-navigation-size);\n justify-content: center;\n margin-top: calc(0px - (var(--swiper-navigation-size) / 2));\n position: absolute;\n top: var(--swiper-navigation-top-offset, 50%);\n width: calc(var(--swiper-navigation-size) / 44 * 27);\n z-index: 10;\n }\n .swiper-button-prev.swiper-button-disabled,\n .swiper-button-next.swiper-button-disabled {\n cursor: auto;\n opacity: 0.35;\n pointer-events: none;\n }\n .swiper-button-prev.swiper-button-hidden,\n .swiper-button-next.swiper-button-hidden {\n cursor: auto;\n opacity: 0;\n pointer-events: none;\n }\n .swiper-navigation-disabled .swiper-button-prev,\n .swiper-navigation-disabled .swiper-button-next {\n display: none !important;\n }\n .swiper-button-prev:after,\n .swiper-button-next:after {\n font-family: swiper-icons;\n font-size: var(--swiper-navigation-size);\n font-variant: initial;\n letter-spacing: 0;\n line-height: 1;\n text-transform: none !important;\n }\n .swiper-button-prev,\n .swiper-rtl .swiper-button-next {\n left: var(--swiper-navigation-sides-offset, 10px);\n right: auto;\n }\n .swiper-button-prev:after,\n .swiper-rtl .swiper-button-next:after {\n content: 'prev';\n }\n .swiper-button-next,\n .swiper-rtl .swiper-button-prev {\n left: auto;\n right: var(--swiper-navigation-sides-offset, 10px);\n }\n .swiper-button-next:after,\n .swiper-rtl .swiper-button-prev:after {\n content: 'next';\n }\n .swiper-button-lock {\n display: none;\n }\n :root {\n /*\n --swiper-pagination-color: var(--swiper-theme-color);\n --swiper-pagination-left: auto;\n --swiper-pagination-right: 8px;\n --swiper-pagination-bottom: 8px;\n --swiper-pagination-top: auto;\n --swiper-pagination-fraction-color: inherit;\n --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);\n --swiper-pagination-progressbar-size: 4px;\n --swiper-pagination-bullet-size: 8px;\n --swiper-pagination-bullet-width: 8px;\n --swiper-pagination-bullet-height: 8px;\n --swiper-pagination-bullet-border-radius: 50%;\n --swiper-pagination-bullet-inactive-color: #000;\n --swiper-pagination-bullet-inactive-opacity: 0.2;\n --swiper-pagination-bullet-opacity: 1;\n --swiper-pagination-bullet-horizontal-gap: 4px;\n --swiper-pagination-bullet-vertical-gap: 6px;\n */\n }\n .swiper-pagination {\n position: absolute;\n text-align: center;\n transform: translate3d(0, 0, 0);\n transition: 300ms opacity;\n z-index: 10;\n }\n .swiper-pagination.swiper-pagination-hidden {\n opacity: 0;\n }\n .swiper-pagination-disabled > .swiper-pagination,\n .swiper-pagination.swiper-pagination-disabled {\n display: none !important;\n }\n /* Common Styles */\n .swiper-pagination-fraction,\n .swiper-pagination-custom,\n .swiper-horizontal > .swiper-pagination-bullets,\n .swiper-pagination-bullets.swiper-pagination-horizontal {\n bottom: var(--swiper-pagination-bottom, 8px);\n left: 0;\n top: var(--swiper-pagination-top, auto);\n width: 100%;\n }\n /* Bullets */\n .swiper-pagination-bullets-dynamic {\n font-size: 0;\n overflow: hidden;\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {\n position: relative;\n transform: scale(0.33);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {\n transform: scale(1);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {\n transform: scale(1);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {\n transform: scale(0.66);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {\n transform: scale(0.33);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {\n transform: scale(0.66);\n }\n .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {\n transform: scale(0.33);\n }\n .swiper-pagination-bullet {\n background: var(--swiper-pagination-bullet-inactive-color, #000);\n border-radius: var(--swiper-pagination-bullet-border-radius, 50%);\n display: inline-block;\n height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));\n opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);\n width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));\n }\n button.swiper-pagination-bullet {\n -webkit-appearance: none;\n appearance: none;\n border: none;\n box-shadow: none;\n margin: 0;\n padding: 0;\n }\n .swiper-pagination-clickable .swiper-pagination-bullet {\n cursor: pointer;\n }\n .swiper-pagination-bullet:only-child {\n display: none !important;\n }\n .swiper-pagination-bullet-active {\n background: var(--swiper-pagination-color, var(--swiper-theme-color));\n opacity: var(--swiper-pagination-bullet-opacity, 1);\n }\n .swiper-vertical > .swiper-pagination-bullets,\n .swiper-pagination-vertical.swiper-pagination-bullets {\n left: var(--swiper-pagination-left, auto);\n right: var(--swiper-pagination-right, 8px);\n top: 50%;\n transform: translate3d(0px, -50%, 0);\n }\n .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,\n .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {\n display: block;\n margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;\n }\n .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,\n .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {\n top: 50%;\n transform: translateY(-50%);\n width: 8px;\n }\n .swiper-vertical\n > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic\n .swiper-pagination-bullet,\n .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic\n .swiper-pagination-bullet {\n display: inline-block;\n transition: 200ms transform, 200ms top;\n }\n .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,\n .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {\n margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);\n }\n .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,\n .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {\n left: 50%;\n transform: translateX(-50%);\n white-space: nowrap;\n }\n .swiper-horizontal\n > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic\n .swiper-pagination-bullet,\n .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic\n .swiper-pagination-bullet {\n transition: 200ms transform, 200ms left;\n }\n .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,\n :host(.swiper-horizontal.swiper-rtl)\n .swiper-pagination-bullets-dynamic\n .swiper-pagination-bullet {\n transition: 200ms transform, 200ms right;\n }\n /* Fraction */\n .swiper-pagination-fraction {\n color: var(--swiper-pagination-fraction-color, inherit);\n }\n /* Progress */\n .swiper-pagination-progressbar {\n background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));\n position: absolute;\n /*ADD_HOST*/\n }\n .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {\n background: var(--swiper-pagination-color, var(--swiper-theme-color));\n height: 100%;\n left: 0;\n position: absolute;\n top: 0;\n transform: scale(0);\n transform-origin: left top;\n width: 100%;\n }\n .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {\n transform-origin: right top;\n }\n .swiper-horizontal > .swiper-pagination-progressbar,\n .swiper-pagination-progressbar.swiper-pagination-horizontal,\n .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,\n .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {\n height: var(--swiper-pagination-progressbar-size, 4px);\n left: 0;\n top: 0;\n width: 100%;\n }\n .swiper-vertical > .swiper-pagination-progressbar,\n .swiper-pagination-progressbar.swiper-pagination-vertical,\n .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,\n .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {\n height: 100%;\n left: 0;\n top: 0;\n width: var(--swiper-pagination-progressbar-size, 4px);\n }\n .swiper-pagination-lock {\n display: none;\n }\n :root {\n /*\n --swiper-scrollbar-border-radius: 10px;\n --swiper-scrollbar-top: auto;\n --swiper-scrollbar-bottom: 4px;\n --swiper-scrollbar-left: auto;\n --swiper-scrollbar-right: 4px;\n --swiper-scrollbar-sides-offset: 1%;\n --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);\n --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);\n --swiper-scrollbar-size: 4px;\n */\n }\n .swiper-scrollbar {\n -ms-touch-action: none;\n background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));\n border-radius: var(--swiper-scrollbar-border-radius, 10px);\n position: relative;\n }\n .swiper-scrollbar-disabled > .swiper-scrollbar,\n .swiper-scrollbar.swiper-scrollbar-disabled {\n display: none !important;\n }\n .swiper-horizontal > .swiper-scrollbar,\n .swiper-scrollbar.swiper-scrollbar-horizontal {\n bottom: var(--swiper-scrollbar-bottom, 4px);\n height: var(--swiper-scrollbar-size, 4px);\n left: var(--swiper-scrollbar-sides-offset, 1%);\n position: absolute;\n top: var(--swiper-scrollbar-top, auto);\n width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));\n z-index: 50;\n }\n .swiper-vertical > .swiper-scrollbar,\n .swiper-scrollbar.swiper-scrollbar-vertical {\n height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));\n left: var(--swiper-scrollbar-left, auto);\n position: absolute;\n right: var(--swiper-scrollbar-right, 4px);\n top: var(--swiper-scrollbar-sides-offset, 1%);\n width: var(--swiper-scrollbar-size, 4px);\n z-index: 50;\n }\n .swiper-scrollbar-drag {\n background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));\n border-radius: var(--swiper-scrollbar-border-radius, 10px);\n height: 100%;\n left: 0;\n position: relative;\n top: 0;\n width: 100%;\n }\n .swiper-scrollbar-cursor-drag {\n cursor: move;\n }\n .swiper-scrollbar-lock {\n display: none;\n }\n .swiper-zoom-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n text-align: center;\n width: 100%;\n }\n .swiper-zoom-container > img,\n .swiper-zoom-container > svg,\n .swiper-zoom-container > canvas {\n max-height: 100%;\n max-width: 100%;\n object-fit: contain;\n }\n .swiper-slide-zoomed {\n cursor: move;\n touch-action: none;\n }\n /* a11y */\n .swiper .swiper-notification,\n swiper-container .swiper-notification {\n left: 0;\n opacity: 0;\n pointer-events: none;\n position: absolute;\n top: 0;\n z-index: -1000;\n }\n .swiper-free-mode > .swiper-wrapper {\n margin: 0 auto;\n transition-timing-function: ease-out;\n }\n .swiper-grid > .swiper-wrapper {\n flex-wrap: wrap;\n }\n .swiper-grid-column > .swiper-wrapper {\n flex-direction: column;\n flex-wrap: wrap;\n }\n .swiper-fade.swiper-free-mode .swiper-slide {\n transition-timing-function: ease-out;\n }\n .swiper-fade .swiper-slide {\n pointer-events: none;\n transition-property: opacity;\n }\n .swiper-fade .swiper-slide .swiper-slide {\n pointer-events: none;\n }\n .swiper-fade .swiper-slide-active,\n .swiper-fade .swiper-slide-active .swiper-slide-active {\n pointer-events: auto;\n }\n .swiper-cube {\n overflow: visible;\n }\n .swiper-cube .swiper-slide {\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n height: 100%;\n pointer-events: none;\n transform-origin: 0 0;\n visibility: hidden;\n width: 100%;\n z-index: 1;\n }\n .swiper-cube .swiper-slide .swiper-slide {\n pointer-events: none;\n }\n .swiper-cube.swiper-rtl .swiper-slide {\n transform-origin: 100% 0;\n }\n .swiper-cube .swiper-slide-active,\n .swiper-cube .swiper-slide-active .swiper-slide-active {\n pointer-events: auto;\n }\n .swiper-cube .swiper-slide-active,\n .swiper-cube .swiper-slide-next,\n .swiper-cube .swiper-slide-prev,\n .swiper-cube .swiper-slide-next + .swiper-slide {\n pointer-events: auto;\n visibility: visible;\n }\n .swiper-cube .swiper-slide-shadow-top,\n .swiper-cube .swiper-slide-shadow-bottom,\n .swiper-cube .swiper-slide-shadow-left,\n .swiper-cube .swiper-slide-shadow-right {\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n z-index: 0;\n }\n .swiper-cube .swiper-cube-shadow {\n bottom: 0px;\n height: 100%;\n left: 0;\n opacity: 0.6;\n position: absolute;\n width: 100%;\n z-index: 0;\n }\n .swiper-cube .swiper-cube-shadow:before {\n background: #000;\n bottom: 0;\n content: '';\n filter: blur(50px);\n left: 0;\n position: absolute;\n right: 0;\n top: 0;\n }\n .swiper-flip {\n overflow: visible;\n }\n .swiper-flip .swiper-slide {\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n pointer-events: none;\n z-index: 1;\n }\n .swiper-flip .swiper-slide .swiper-slide {\n pointer-events: none;\n }\n .swiper-flip .swiper-slide-active,\n .swiper-flip .swiper-slide-active .swiper-slide-active {\n pointer-events: auto;\n }\n .swiper-flip .swiper-slide-shadow-top,\n .swiper-flip .swiper-slide-shadow-bottom,\n .swiper-flip .swiper-slide-shadow-left,\n .swiper-flip .swiper-slide-shadow-right {\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n z-index: 0;\n }\n .swiper-creative .swiper-slide {\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n overflow: hidden;\n transition-property: transform, opacity, height;\n }\n .swiper-cards {\n overflow: visible !important;\n }\n\n .swiper-cards .swiper-slide {\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n overflow: visible;\n transform-origin: center bottom;\n }\n }\n"])));
12
+ exports.default = StyledSwiperWrapper;
13
+ var templateObject_1;
@@ -1,5 +1,5 @@
1
1
  import type { ComponentBlock } from '../types';
2
- import type { Layout, LayoutItem } from 'publ-echo/dist/lib';
2
+ import type { Layout, LayoutItem } from 'publ-echo-test/dist/lib';
3
3
  export interface LayoutItemWithGroupType extends LayoutItem {
4
4
  childrenIds: string[];
5
5
  keepInLastIndex?: boolean;
@@ -38,7 +38,7 @@ function replaceUndefinedValues(jsonData) {
38
38
  }
39
39
  }
40
40
  return __assign({}, accSpecs);
41
- }, currentProps);
41
+ }, __assign({}, currentProps));
42
42
  return __assign(__assign({}, acc), (_a = {}, _a[currentPropKey] = specs, _a));
43
43
  }
44
44
  return acc;