pds-dev-kit-web-test 0.2.16 → 0.2.18

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 (35) hide show
  1. package/dist/src/sub/DynamicLayout/DynamicLayout.js +1 -0
  2. package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackground.js +1 -16
  3. package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.js +39 -34
  4. package/dist/src/sub/DynamicLayout/components/YouTubeIframe/YouTubeIframe.js +4 -2
  5. package/dist/src/sub/DynamicLayout/mock_customSection.js +14 -6
  6. package/dist/src/sub/DynamicLayout/mock_samplePage.js +943 -949
  7. package/dist/src/sub/DynamicLayout/pagesPreviewMock.d.ts +924 -92
  8. package/dist/src/sub/DynamicLayout/pagesPreviewMock.js +2573 -994
  9. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +25 -6
  10. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +9 -13
  11. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/btnTypes.d.ts +50 -42
  12. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +26 -53
  13. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/types.d.ts +6 -6
  14. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/types.d.ts +24 -24
  15. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +5 -8
  16. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/types.d.ts +24 -24
  17. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/types.d.ts +24 -24
  18. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_BoxWithShadow.d.ts +1 -1
  19. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_BoxWithShadow.js +3 -1
  20. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/hooks/useCLINK.d.ts +4 -1
  21. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/hooks/useCLINK.js +8 -10
  22. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/textUtil.js +9 -7
  23. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseCustomSectionPlacement.d.ts +4 -4
  24. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropBgColor.d.ts +24 -24
  25. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropBgImage.d.ts +6 -6
  26. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropBgImage.js +17 -53
  27. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropBgOverlay.d.ts +24 -24
  28. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropBorder.d.ts +5 -5
  29. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropDivider.d.ts +9 -9
  30. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropImage.d.ts +6 -6
  31. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropImage.js +23 -56
  32. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropOpacity.d.ts +3 -3
  33. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropShadow.d.ts +21 -21
  34. package/dist/src/sub/DynamicLayout/types.d.ts +37 -34
  35. package/package.json +2 -2
@@ -35,6 +35,7 @@ function DynamicLayout(_a) {
35
35
  isPreview: isPreview,
36
36
  navigationHandler: navigationHandler,
37
37
  sectionActionHandler: sectionActionHandler,
38
+ editingSectionId: editingSectionId,
38
39
  programmedSectionComponents: programmedSectionComponents
39
40
  } }, { children: [mode === 'EDIT' && onClickEditSection && ((0, jsx_runtime_1.jsx)(EditModeSectionMatcher_1.EditModeSectionMatcher, { editingSectionId: editingSectionId, scrollDownTargetSectionId: scrollDownTargetSectionId, filteredSortedSection: filteredSortedSection, onClickEditSection: onClickEditSection }, void 0)), mode !== 'EDIT' &&
40
41
  (iframeSection ? ((0, jsx_runtime_1.jsx)(SectionMatcher_1.SectionMatcher, __assign({}, iframeSection), iframeSection.id)) : (filteredSortedSection.map(function (section) { return (0, jsx_runtime_1.jsx)(SectionMatcher_1.SectionMatcher, __assign({}, section), section.id); })))] }), void 0));
@@ -35,8 +35,7 @@ function CustomSectionBackground(_a) {
35
35
  var isOverlay = getIsOverlay(isMobile, CB_STYLE_PROP_BGOVERLAY);
36
36
  var isBgMedia = getIsBgMedia(isMobile, CB_STYLE_PROP_BGMEDIA);
37
37
  var mediaType = getMediaType(isMobile, CB_STYLE_PROP_BGMEDIA);
38
- var _e = imageStyleDivideProvider(style), componentStyle = _e.componentStyle, wrapperStyle = _e.wrapperStyle;
39
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [isOverlay && CB_STYLE_PROP_BGOVERLAY && ((0, jsx_runtime_1.jsx)(S_CustomBackgroundOverlay, { className: "Overlay", style: __assign({}, overlayStyle) }, void 0)), (0, jsx_runtime_1.jsx)(S_CustomBackgroundWrapper, __assign({ className: "CustomSection", ref: backgroundRef, style: __assign(__assign({}, effect), wrapperStyle) }, { children: isBgMedia && CB_STYLE_PROP_BGMEDIA && ((0, jsx_runtime_1.jsx)(CustomSectionBackgroundMedia_1.CustomSectionBackgroundMedia, { specs: CB_STYLE_PROP_BGMEDIA, componentStyle: componentStyle, playerId: id, mediaType: mediaType || 'NONE', device: isMobile ? 'MOBILE' : 'DESKTOP', backgroundRef: backgroundRef }, void 0)) }), void 0)] }, void 0));
38
+ return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [isOverlay && CB_STYLE_PROP_BGOVERLAY && ((0, jsx_runtime_1.jsx)(S_CustomBackgroundOverlay, { className: "Overlay", style: __assign({}, overlayStyle) }, void 0)), (0, jsx_runtime_1.jsx)(S_CustomBackgroundWrapper, __assign({ className: "CustomSection", ref: backgroundRef, style: __assign(__assign({}, effect), { background: style.background, overflow: mediaType === 'IMAGE' ? 'scroll' : 'hidden' }) }, { children: isBgMedia && CB_STYLE_PROP_BGMEDIA && ((0, jsx_runtime_1.jsx)(CustomSectionBackgroundMedia_1.CustomSectionBackgroundMedia, { specs: CB_STYLE_PROP_BGMEDIA, componentStyle: style, playerId: id, mediaType: mediaType || 'NONE', device: isMobile ? 'MOBILE' : 'DESKTOP', backgroundRef: backgroundRef }, void 0)) }), void 0)] }, void 0));
40
39
  }
41
40
  function getIsOverlay(isMobile, specs) {
42
41
  if (!specs) {
@@ -67,20 +66,6 @@ function getMediaType(isMobile, specs) {
67
66
  }
68
67
  return specs.CB_STYLE_PROP_BGMEDIA_SPEC_TYPE;
69
68
  }
70
- function imageStyleDivideProvider(style) {
71
- return {
72
- componentStyle: {
73
- display: style.display,
74
- objectFit: style.objectFit
75
- },
76
- wrapperStyle: {
77
- alignItems: style.alignItems,
78
- visibility: style.visibility,
79
- justifyContent: style.justifyContent,
80
- background: style.background
81
- }
82
- };
83
- }
84
69
  var S_CustomBackgroundWrapper = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n bottom: 0;\n display: flex;\n justify-content: center;\n left: 0;\n overflow: hidden;\n position: absolute;\n right: 0;\n top: 0;\n z-index: -2;\n"], ["\n align-items: center;\n bottom: 0;\n display: flex;\n justify-content: center;\n left: 0;\n overflow: hidden;\n position: absolute;\n right: 0;\n top: 0;\n z-index: -2;\n"])));
85
70
  var S_CustomBackgroundOverlay = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __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"])));
86
71
  exports.default = CustomSectionBackground;
@@ -14,20 +14,35 @@ var __assign = (this && this.__assign) || function () {
14
14
  };
15
15
  return __assign.apply(this, arguments);
16
16
  };
17
- var __importDefault = (this && this.__importDefault) || function (mod) {
18
- return (mod && mod.__esModule) ? mod : { "default": mod };
17
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
19
35
  };
20
36
  Object.defineProperty(exports, "__esModule", { value: true });
21
37
  exports.CustomSectionBackgroundMedia = void 0;
22
38
  var jsx_runtime_1 = require("react/jsx-runtime");
23
39
  var react_1 = require("react");
24
- var styled_components_1 = __importDefault(require("styled-components"));
25
- var pdsOriginal_1 = require("../../pdsOriginal");
40
+ var styled_components_1 = __importStar(require("styled-components"));
26
41
  var YouTubeIframe_1 = require("../../YouTubeIframe");
27
42
  var util_1 = require("../util");
28
43
  function CustomSectionBackgroundMedia(_a) {
29
44
  var specs = _a.specs, playerId = _a.playerId, mediaType = _a.mediaType, componentStyle = _a.componentStyle, device = _a.device, backgroundRef = _a.backgroundRef;
30
- var _b = (0, util_1.parseSectionBackgroundMediaData)(specs, device), CB_STYLE_PROP_BGMEDIA_SPEC_YSRC = _b.CB_STYLE_PROP_BGMEDIA_SPEC_YSRC, CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY = _b.CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY, CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME = _b.CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME, CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME = _b.CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME, CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL = _b.CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL, CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT = _b.CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT, CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR = _b.CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR;
45
+ var _b = (0, util_1.parseSectionBackgroundMediaData)(specs, device), CB_STYLE_PROP_BGMEDIA_SPEC_YSRC = _b.CB_STYLE_PROP_BGMEDIA_SPEC_YSRC, CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY = _b.CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY, CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME = _b.CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME, CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME = _b.CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME, CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL = _b.CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL, CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR = _b.CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR;
31
46
  var _c = (0, react_1.useState)({ width: 0, height: 0 }), youtubeSize = _c[0], setYoutubeSize = _c[1];
32
47
  var getResponsiveYoutubeSize = (0, react_1.useCallback)(function () {
33
48
  var backgroundWrapper = backgroundRef.current;
@@ -44,7 +59,6 @@ function CustomSectionBackgroundMedia(_a) {
44
59
  : { width: backgroundSize.height * (16 / 9), height: backgroundSize.height };
45
60
  return youtubeSize;
46
61
  }, [backgroundRef.current]);
47
- var scaleType = getScaleType(String(CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT));
48
62
  (0, react_1.useEffect)(function () {
49
63
  if (mediaType !== 'YOUTUBE')
50
64
  return;
@@ -68,10 +82,15 @@ function CustomSectionBackgroundMedia(_a) {
68
82
  return function () {
69
83
  observer.disconnect();
70
84
  };
71
- }, []);
85
+ }, [device, specs, playerId, mediaType]);
86
+ if ('background' in componentStyle) {
87
+ delete componentStyle.background;
88
+ }
72
89
  switch (mediaType) {
73
90
  case 'IMAGE':
74
- return ((0, jsx_runtime_1.jsx)(S_ImageWrapper, __assign({ isOverflowScroll: !!CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL, scaleType: getScaleType(String(CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT)), style: __assign({}, componentStyle) }, { children: (0, jsx_runtime_1.jsx)(pdsOriginal_1.ImageView, { src: String(CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR), width: "responsive", height: "responsive", scaleType: scaleType, shapeType: "rectangle" }, void 0) }), void 0));
91
+ return ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR && ((0, jsx_runtime_1.jsx)(S_Image, __assign({ src: String(CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR), style: {
92
+ overflow: CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL ? 'auto' : 'hidden'
93
+ }, normalStyle: componentStyle }, { children: (0, jsx_runtime_1.jsx)("img", { src: String(CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR), style: { visibility: 'hidden', width: '100%', height: '100%' } }, void 0) }), void 0)) }, void 0));
75
94
  case 'YOUTUBE':
76
95
  return ((0, jsx_runtime_1.jsx)(S_YoutubeContainer, __assign({}, youtubeSize, { children: (0, jsx_runtime_1.jsx)(YouTubeIframe_1.YouTubeIframe, { id: playerId, src: String(CB_STYLE_PROP_BGMEDIA_SPEC_YSRC), loopMode: CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY ? 'use' : 'none', startSeconds: Number(CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME), endSeconds: Number(CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME) }, void 0) }), void 0));
77
96
  case 'NONE':
@@ -80,37 +99,23 @@ function CustomSectionBackgroundMedia(_a) {
80
99
  }
81
100
  }
82
101
  exports.CustomSectionBackgroundMedia = CustomSectionBackgroundMedia;
83
- function getScaleType(scaleSpec) {
84
- switch (scaleSpec) {
85
- case 'FILL':
86
- return 'fill';
87
- case 'CONTAIN':
88
- return 'contain';
89
- case 'COVER':
90
- return 'cover';
91
- case 'NONE':
92
- return 'none';
93
- default:
94
- return 'none';
95
- }
96
- }
97
- var S_ImageWrapper = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n overflow: ", ";\n\n ", ";\n"], ["\n overflow: ", ";\n\n ", ";\n"])), function (_a) {
98
- var isOverflowScroll = _a.isOverflowScroll;
99
- return (isOverflowScroll ? 'scroll' : 'hidden');
102
+ var S_Image = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n background-image: ", ";\n background-repeat: no-repeat;\n height: 100%;\n width: 100%;\n\n ", ";\n\n & img {\n ", ";\n }\n"], ["\n background-image: ", ";\n background-repeat: no-repeat;\n height: 100%;\n width: 100%;\n\n ", ";\n\n & img {\n ", ";\n }\n"])), function (_a) {
103
+ var src = _a.src;
104
+ return "url(" + src + ")";
100
105
  }, function (_a) {
101
- var scaleType = _a.scaleType;
102
- switch (scaleType) {
103
- case 'cover':
104
- return "height: 100%;\n width: 100%;";
105
- default:
106
- return "height: auto;\n width: auto";
107
- }
106
+ var normalStyle = _a.normalStyle;
107
+ var isContain = normalStyle.backgroundSize === 'contain';
108
+ return (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", "\n "], ["\n ", "\n "])), __assign(__assign({}, normalStyle), { backgroundPosition: isContain ? 'center' : normalStyle.backgroundPosition }));
109
+ }, function (_a) {
110
+ var normalStyle = _a.normalStyle;
111
+ var isContain = normalStyle.backgroundSize === 'contain';
112
+ return (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n object-fit: ", ";\n "], ["\n object-fit: ", ";\n "])), isContain ? 'contain' : 'cover');
108
113
  });
109
- var S_YoutubeContainer = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n height: ", ";\n width: ", ";\n"], ["\n height: ", ";\n width: ", ";\n"])), function (_a) {
114
+ var S_YoutubeContainer = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n height: ", ";\n width: ", ";\n"], ["\n height: ", ";\n width: ", ";\n"])), function (_a) {
110
115
  var height = _a.height;
111
116
  return height + "px";
112
117
  }, function (_a) {
113
118
  var width = _a.width;
114
119
  return width + "px";
115
120
  });
116
- var templateObject_1, templateObject_2;
121
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4;
@@ -92,7 +92,8 @@ function YouTubeIframe(_a) {
92
92
  playlist: videoId,
93
93
  loop: isLoop ? 1 : 0,
94
94
  start: startSeconds,
95
- end: endSeconds
95
+ end: endSeconds,
96
+ cc_load_policy: 0
96
97
  }
97
98
  : {
98
99
  autoplay: 1,
@@ -101,7 +102,8 @@ function YouTubeIframe(_a) {
101
102
  listType: 'playlist',
102
103
  playlist: videoId,
103
104
  loop: isLoop ? 1 : 0,
104
- start: startSeconds
105
+ start: startSeconds,
106
+ cc_load_policy: 0
105
107
  };
106
108
  var player = new window.YT.Player(PLAYER_ID, {
107
109
  videoId: videoId,
@@ -351,27 +351,35 @@ exports.customSectionMock1 = {
351
351
  },
352
352
  CB_STYLE_PROP_BTNTEXT: {
353
353
  CB_STYLE_PROP_BTNTEXT_SPEC_COLOR: '#FFFFFFFF',
354
- 'CB_STYLE_PROP_BTNTEXT_SPEC_COLOR:HOVER': '#ff2727',
354
+ 'CB_STYLE_PROP_BTNTEXT_SPEC_COLOR:HOVER': undefined,
355
355
  'CB_STYLE_PROP_BTNTEXT_SPEC_COLOR:MOBILE': undefined,
356
356
  'CB_STYLE_PROP_BTNTEXT_SPEC_COLOR:MOBILE:HOVER': undefined,
357
+ CB_STYLE_PROP_BTNTEXT_SPEC_HORIZONTAL: 'RIGHT',
358
+ 'CB_STYLE_PROP_BTNTEXT_SPEC_HORIZONTAL:HOVER': undefined,
359
+ 'CB_STYLE_PROP_BTNTEXT_SPEC_HORIZONTAL:MOBILE': undefined,
360
+ 'CB_STYLE_PROP_BTNTEXT_SPEC_HORIZONTAL:MOBILE:HOVER': undefined,
357
361
  CB_STYLE_PROP_BTNTEXT_SPEC_LETTERSPACING: 0,
358
- 'CB_STYLE_PROP_BTNTEXT_SPEC_LETTERSPACING:HOVER': 0,
362
+ 'CB_STYLE_PROP_BTNTEXT_SPEC_LETTERSPACING:HOVER': undefined,
359
363
  'CB_STYLE_PROP_BTNTEXT_SPEC_LETTERSPACING:MOBILE': undefined,
360
364
  'CB_STYLE_PROP_BTNTEXT_SPEC_LETTERSPACING:MOBILE:HOVER': undefined,
361
365
  CB_STYLE_PROP_BTNTEXT_SPEC_LINEHEIGHT: 130,
362
- 'CB_STYLE_PROP_BTNTEXT_SPEC_LINEHEIGHT:HOVER': 130,
366
+ 'CB_STYLE_PROP_BTNTEXT_SPEC_LINEHEIGHT:HOVER': undefined,
363
367
  'CB_STYLE_PROP_BTNTEXT_SPEC_LINEHEIGHT:MOBILE': undefined,
364
368
  'CB_STYLE_PROP_BTNTEXT_SPEC_LINEHEIGHT:MOBILE:HOVER': undefined,
365
369
  CB_STYLE_PROP_BTNTEXT_SPEC_SIZE: 16,
366
- 'CB_STYLE_PROP_BTNTEXT_SPEC_SIZE:HOVER': 16,
370
+ 'CB_STYLE_PROP_BTNTEXT_SPEC_SIZE:HOVER': undefined,
367
371
  'CB_STYLE_PROP_BTNTEXT_SPEC_SIZE:MOBILE': undefined,
368
372
  'CB_STYLE_PROP_BTNTEXT_SPEC_SIZE:MOBILE:HOVER': undefined,
369
373
  CB_STYLE_PROP_BTNTEXT_SPEC_TYPEFACE: 'PRETENDARD',
370
- 'CB_STYLE_PROP_BTNTEXT_SPEC_TYPEFACE:HOVER': 'PRETENDARD',
374
+ 'CB_STYLE_PROP_BTNTEXT_SPEC_TYPEFACE:HOVER': undefined,
371
375
  'CB_STYLE_PROP_BTNTEXT_SPEC_TYPEFACE:MOBILE': undefined,
372
376
  'CB_STYLE_PROP_BTNTEXT_SPEC_TYPEFACE:MOBILE:HOVER': undefined,
377
+ CB_STYLE_PROP_BTNTEXT_SPEC_VERTICAL: 'TOP',
378
+ 'CB_STYLE_PROP_BTNTEXT_SPEC_VERTICAL:HOVER': undefined,
379
+ 'CB_STYLE_PROP_BTNTEXT_SPEC_VERTICAL:MOBILE': undefined,
380
+ 'CB_STYLE_PROP_BTNTEXT_SPEC_VERTICAL:MOBILE:HOVER': undefined,
373
381
  CB_STYLE_PROP_BTNTEXT_SPEC_WEIGHT: 500,
374
- 'CB_STYLE_PROP_BTNTEXT_SPEC_WEIGHT:HOVER': 500,
382
+ 'CB_STYLE_PROP_BTNTEXT_SPEC_WEIGHT:HOVER': undefined,
375
383
  'CB_STYLE_PROP_BTNTEXT_SPEC_WEIGHT:MOBILE': undefined,
376
384
  'CB_STYLE_PROP_BTNTEXT_SPEC_WEIGHT:MOBILE:HOVER': undefined
377
385
  },