pds-dev-kit-web 2.1.15 → 2.1.16

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.
@@ -160,7 +160,7 @@
160
160
  "sys_background_dimmed_02": "black/opacity65",
161
161
  "sys_border_line_08": "darkgrey500",
162
162
  "sys_component_base_06": "darkgrey50",
163
- "sys_component_base_07": "darkgrey70",
163
+ "sys_component_base_07": "darkgrey80",
164
164
  "sys_border_line_09": "darkgrey50",
165
165
  "sys_component_base_darktheme_04": "black/opacity00",
166
166
  "sys_border_line_10": "darkgrey50",
@@ -15,11 +15,12 @@ declare type DesktopHeaderBarProps = {
15
15
  mBtnState?: 'normal' | 'disabled';
16
16
  mBtn2State?: 'normal' | 'disabled';
17
17
  dividerType?: 'none' | 'solid';
18
+ styleTheme?: 'type_a' | 'type_b';
18
19
  onClickLeftBtn?: () => void;
19
20
  onClickLeft2Btn?: () => void;
20
21
  onClickRightBtn?: () => void;
21
22
  onClickRightBtn2?: () => void;
22
23
  onClickRightBtn3?: () => void;
23
24
  };
24
- declare function DesktopHeaderBar({ text, size, leftDisplayType, iconName, leftBtn2Mode, leftBtn2Text, rightBtnMode, rightBtn2Mode, rightBtn3Mode, mBtnText, mBtn2Text, mBtnState, mBtn2State, dividerType, onClickLeftBtn, onClickLeft2Btn, onClickRightBtn, onClickRightBtn2, onClickRightBtn3 }: DesktopHeaderBarProps): JSX.Element;
25
+ declare function DesktopHeaderBar({ text, size, leftDisplayType, iconName, leftBtn2Mode, leftBtn2Text, rightBtnMode, rightBtn2Mode, rightBtn3Mode, mBtnText, mBtn2Text, mBtnState, mBtn2State, dividerType, styleTheme, onClickLeftBtn, onClickLeft2Btn, onClickRightBtn, onClickRightBtn2, onClickRightBtn3 }: DesktopHeaderBarProps): JSX.Element;
25
26
  export default DesktopHeaderBar;
@@ -26,7 +26,7 @@ var MainButton_1 = require("../MainButton");
26
26
  var TextButton_1 = require("../TextButton");
27
27
  var TextLabel_1 = require("../TextLabel");
28
28
  function DesktopHeaderBar(_a) {
29
- var text = _a.text, _b = _a.size, size = _b === void 0 ? 'xlarge' : _b, _c = _a.leftDisplayType, leftDisplayType = _c === void 0 ? 'text' : _c, iconName = _a.iconName, leftBtn2Mode = _a.leftBtn2Mode, leftBtn2Text = _a.leftBtn2Text, _d = _a.rightBtnMode, rightBtnMode = _d === void 0 ? 'none' : _d, _e = _a.rightBtn2Mode, rightBtn2Mode = _e === void 0 ? 'none' : _e, _f = _a.rightBtn3Mode, rightBtn3Mode = _f === void 0 ? 'none' : _f, mBtnText = _a.mBtnText, mBtn2Text = _a.mBtn2Text, _g = _a.mBtnState, mBtnState = _g === void 0 ? 'normal' : _g, _h = _a.mBtn2State, mBtn2State = _h === void 0 ? 'normal' : _h, _j = _a.dividerType, dividerType = _j === void 0 ? 'none' : _j, onClickLeftBtn = _a.onClickLeftBtn, onClickLeft2Btn = _a.onClickLeft2Btn, onClickRightBtn = _a.onClickRightBtn, onClickRightBtn2 = _a.onClickRightBtn2, onClickRightBtn3 = _a.onClickRightBtn3;
29
+ var text = _a.text, _b = _a.size, size = _b === void 0 ? 'xlarge' : _b, _c = _a.leftDisplayType, leftDisplayType = _c === void 0 ? 'text' : _c, iconName = _a.iconName, leftBtn2Mode = _a.leftBtn2Mode, leftBtn2Text = _a.leftBtn2Text, _d = _a.rightBtnMode, rightBtnMode = _d === void 0 ? 'none' : _d, _e = _a.rightBtn2Mode, rightBtn2Mode = _e === void 0 ? 'none' : _e, _f = _a.rightBtn3Mode, rightBtn3Mode = _f === void 0 ? 'none' : _f, mBtnText = _a.mBtnText, mBtn2Text = _a.mBtn2Text, _g = _a.mBtnState, mBtnState = _g === void 0 ? 'normal' : _g, _h = _a.mBtn2State, mBtn2State = _h === void 0 ? 'normal' : _h, _j = _a.dividerType, dividerType = _j === void 0 ? 'none' : _j, _k = _a.styleTheme, styleTheme = _k === void 0 ? 'type_a' : _k, onClickLeftBtn = _a.onClickLeftBtn, onClickLeft2Btn = _a.onClickLeft2Btn, onClickRightBtn = _a.onClickRightBtn, onClickRightBtn2 = _a.onClickRightBtn2, onClickRightBtn3 = _a.onClickRightBtn3;
30
30
  var isLastButtonIcon = rightBtnMode === 'close' ||
31
31
  rightBtnMode === 'help_window' ||
32
32
  (rightBtnMode === 'none' && rightBtn2Mode === 'help_window') ||
@@ -81,7 +81,7 @@ function DesktopHeaderBar(_a) {
81
81
  var leftButton2Mode = function () {
82
82
  switch (leftBtn2Mode) {
83
83
  case 'mbtn': {
84
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(hybrid_1.Spacing, { size: "spacing_d", spacingType: "width" }, void 0), (0, jsx_runtime_1.jsx)(MainButton_1.MainButton, { styleTheme: "secondary", size: "xsmall", text: leftBtn2Text, onClick: handleClickLeft2Btn }, void 0)] }, void 0));
84
+ return ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: styleTheme === 'type_a' ? ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(hybrid_1.Spacing, { size: "spacing_d", spacingType: "width" }, void 0), (0, jsx_runtime_1.jsx)(MainButton_1.MainButton, { styleTheme: "secondary", size: "xsmall", text: leftBtn2Text, onClick: handleClickLeft2Btn }, void 0)] }, void 0)) : ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(hybrid_1.Spacing, { size: "spacing_a", spacingType: "width" }, void 0), (0, jsx_runtime_1.jsx)(IconButton_1.IconButton, { shapeType: "round", baseSize: "xsmall", baseColorKey: "ui_cpnt_button_fill_base_transparent", iconFillType: "fill", iconSize: 16, iconName: "ic_light_bulb", iconColorKey: "ui_cpnt_button_icon_primary", fillType: "fill", onClick: handleClickLeft2Btn }, void 0)] }, void 0)) }, void 0));
85
85
  }
86
86
  case 'tbtn': {
87
87
  return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(hybrid_1.Spacing, { size: "spacing_d", spacingType: "width" }, void 0), (0, jsx_runtime_1.jsx)(TextButton_1.TextButton, { size: "xsmall", text: leftBtn2Text, onClick: handleClickLeft2Btn }, void 0)] }, void 0));
@@ -136,26 +136,54 @@ function DesktopHeaderBar(_a) {
136
136
  }
137
137
  }
138
138
  };
139
- return ((0, jsx_runtime_1.jsxs)(S_DesktopHeaderBar, __assign({ "x-pds-name": "DesktopHeaderBar", "x-pds-element-type": "component", "x-pds-device-type": "desktop", size: size, hasDivider: dividerType === 'solid', hasBackIcon: leftDisplayType === 'back' }, { children: [(0, jsx_runtime_1.jsxs)(S_LeftDisplayBox, { children: [leftDisplayMode(), (0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: text, styleTheme: "body1Bold", singleLineMode: "use", colorTheme: "sysTextPrimary" }, void 0), leftButton2Mode()] }, void 0), (0, jsx_runtime_1.jsxs)(S_ButtonBox, __assign({ isLastButtonIcon: isLastButtonIcon }, { children: [rightButton3Mode(), rightButton2Mode(), rightButtonMode()] }), void 0)] }), void 0));
139
+ return ((0, jsx_runtime_1.jsxs)(S_DesktopHeaderBar, __assign({ "x-pds-name": "DesktopHeaderBar", "x-pds-element-type": "component", "x-pds-device-type": "desktop", size: size, hasDivider: dividerType === 'solid', hasBackIcon: leftDisplayType === 'back', styleTheme: styleTheme }, { children: [(0, jsx_runtime_1.jsxs)(S_LeftDisplayBox, __assign({ styleTheme: styleTheme }, { children: [styleTheme === 'type_a' ? ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [leftDisplayMode(), (0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: text, singleLineMode: "use", customFontWeight: "bold", colorTheme: "sysTextPrimary" }, void 0)] }, void 0)) : ((0, jsx_runtime_1.jsxs)(S_TypeBText, __assign({ hasBackIcon: leftDisplayType === 'back', onClick: function () {
140
+ if (leftDisplayType === 'back') {
141
+ handleClickLeftBtn();
142
+ }
143
+ return;
144
+ } }, { children: [leftDisplayType === 'back' && ((0, jsx_runtime_1.jsx)(S_Icon, { children: (0, jsx_runtime_1.jsx)(hybrid_1.Icon, { size: 16, iconName: "ic_arrow_left", fillType: "line", colorKey: "ui_cpnt_button_icon_enabled" }, void 0) }, void 0)), (0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: String(text).toUpperCase(), singleLineMode: "use", customFontWeight: "bold", customFontSize: "14px", colorTheme: "sysTextPrimary", letterSpacing: "0.15em" }, void 0)] }), void 0)), leftButton2Mode()] }), void 0), (0, jsx_runtime_1.jsxs)(S_ButtonBox, __assign({ isLastButtonIcon: isLastButtonIcon }, { children: [rightButton3Mode(), rightButton2Mode(), rightButtonMode()] }), void 0)] }), void 0));
140
145
  }
141
- var S_DesktopHeaderBar = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n border-bottom: ", ";\n box-sizing: border-box;\n display: flex;\n height: ", ";\n justify-content: space-between;\n padding-left: ", ";\n"], ["\n align-items: center;\n background-color: ", ";\n border-bottom: ", ";\n box-sizing: border-box;\n display: flex;\n height: ", ";\n justify-content: space-between;\n padding-left: ", ";\n"])), function (_a) {
146
+ var S_TypeBText = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n ", ";\n"], ["\n align-items: center;\n display: flex;\n ", ";\n"])), function (_a) {
147
+ var hasBackIcon = _a.hasBackIcon;
148
+ return hasBackIcon && "cursor: pointer";
149
+ });
150
+ var S_Icon = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n display: flex;\n padding-left: ", ";\n padding-right: ", ";\n"], ["\n display: flex;\n padding-left: ", ";\n padding-right: ", ";\n"])), function (_a) {
151
+ var theme = _a.theme;
152
+ return theme.spacing.spacingC;
153
+ }, function (_a) {
154
+ var theme = _a.theme;
155
+ return theme.spacing.spacingB;
156
+ });
157
+ var S_DesktopHeaderBar = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n align-items: ", ";\n background-color: ", ";\n border-bottom: ", ";\n box-sizing: border-box;\n display: flex;\n height: 48px;\n justify-content: space-between;\n padding-left: ", ";\n ", ";\n ", ";\n"], ["\n align-items: ", ";\n background-color: ", ";\n border-bottom: ", ";\n box-sizing: border-box;\n display: flex;\n height: 48px;\n justify-content: space-between;\n padding-left: ", ";\n ", ";\n ", ";\n"])), function (_a) {
158
+ var styleTheme = _a.styleTheme;
159
+ return (styleTheme === 'type_a' ? 'center' : 'end');
160
+ }, function (_a) {
142
161
  var theme = _a.theme;
143
162
  return theme.ui_cpnt_headerbar_base_area;
144
163
  }, function (_a) {
145
164
  var theme = _a.theme, hasDivider = _a.hasDivider;
146
165
  return hasDivider && "1px solid " + theme.ui_cpnt_divider;
147
- }, function (_a) {
148
- var size = _a.size;
149
- return (size === 'xlarge' ? '64px' : '48px');
150
166
  }, function (_a) {
151
167
  var hasBackIcon = _a.hasBackIcon, theme = _a.theme;
152
168
  return hasBackIcon ? theme.spacing.spacingC : theme.spacing.spacingE;
169
+ }, function (_a) {
170
+ var styleTheme = _a.styleTheme;
171
+ return styleTheme === 'type_b' && "border-width: 0px;";
172
+ }, function (_a) {
173
+ var styleTheme = _a.styleTheme;
174
+ return styleTheme === 'type_b' && "-webkit-box-align: end;";
153
175
  });
154
- var S_LeftDisplayBox = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n margin-right: ", ";\n"], ["\n align-items: center;\n display: flex;\n margin-right: ", ";\n"])), function (_a) {
176
+ var S_LeftDisplayBox = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n margin-right: ", ";\n ", ";\n ", ";\n"], ["\n align-items: center;\n display: flex;\n margin-right: ", ";\n ", ";\n ", ";\n"])), function (_a) {
155
177
  var theme = _a.theme;
156
178
  return theme.spacing.spacingD;
179
+ }, function (_a) {
180
+ var styleTheme = _a.styleTheme;
181
+ return styleTheme === 'type_b' && "min-height: 24px;";
182
+ }, function (_a) {
183
+ var styleTheme = _a.styleTheme;
184
+ return styleTheme === 'type_b' && "margin-bottom: 4px;";
157
185
  });
158
- var S_ButtonBox = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n margin-right: ", ";\n\n & > :not(:last-child) {\n margin-right: ", ";\n }\n"], ["\n align-items: center;\n display: flex;\n margin-right: ", ";\n\n & > :not(:last-child) {\n margin-right: ", ";\n }\n"])), function (_a) {
186
+ var S_ButtonBox = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n margin-right: ", ";\n\n & > :not(:last-child) {\n margin-right: ", ";\n }\n"], ["\n align-items: center;\n display: flex;\n margin-right: ", ";\n\n & > :not(:last-child) {\n margin-right: ", ";\n }\n"])), function (_a) {
159
187
  var isLastButtonIcon = _a.isLastButtonIcon, theme = _a.theme;
160
188
  return isLastButtonIcon ? theme.spacing.spacingB : theme.spacing.spacingE;
161
189
  }, function (_a) {
@@ -163,4 +191,4 @@ var S_ButtonBox = styled_components_1.default.div(templateObject_3 || (templateO
163
191
  return theme.spacing.spacingB;
164
192
  });
165
193
  exports.default = DesktopHeaderBar;
166
- var templateObject_1, templateObject_2, templateObject_3;
194
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5;
@@ -13,7 +13,7 @@ declare type TextObj = {
13
13
  };
14
14
  declare type DesktopTabBarProps = {
15
15
  itemArray?: ItemArray[];
16
- styleTheme?: 'main' | 'content';
16
+ styleTheme?: 'main' | 'content' | 'content_black';
17
17
  /** @deprecated v1.5 해당 필드 대신 itemArray를 사용하세요. */
18
18
  textArray?: TextObj[];
19
19
  };
@@ -51,16 +51,19 @@ function DesktopTabBar(_a) {
51
51
  };
52
52
  var textLabel_1 = function (item, isSubText) {
53
53
  if (isSubText) {
54
+ return ((0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: item.title, textAlign: "center", styleTheme: "caption1Bold", colorTheme: item.isActive ? 'sysTextPrimary' : 'sysTextTertiary', singleLineMode: "use" }, void 0));
55
+ }
56
+ if (styleTheme === 'content_black') {
54
57
  return ((0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: item.title, textAlign: "center", styleTheme: item.isActive ? 'caption1Bold' : 'caption1Regular', colorTheme: item.isActive ? 'sysTextPrimary' : 'sysTextSecondary', singleLineMode: "use" }, void 0));
55
58
  }
56
59
  if (styleTheme === 'content') {
57
- return ((0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: item.title, textAlign: "center", styleTheme: item.isActive ? 'caption1Bold' : 'caption1Regular', colorTheme: item.isActive ? 'sysTextPrimary' : 'sysTextSecondary', singleLineMode: "use" }, void 0));
60
+ return ((0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: item.title, textAlign: "center", styleTheme: item.isActive ? 'caption1Bold' : 'caption1Regular', colorTheme: item.isActive ? 'usrTextBrandPrimary' : 'sysTextSecondary', singleLineMode: "use" }, void 0));
58
61
  }
59
62
  if (styleTheme === 'main') {
60
- return ((0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: item.title, textAlign: "center", styleTheme: item.isActive ? 'caption1Bold' : 'caption1Regular', colorTheme: item.isActive ? 'usrTextBrandPrimary' : 'sysTextSecondary', singleLineMode: "use" }, void 0));
63
+ return ((0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: item.title, textAlign: "center", styleTheme: "leadParaBold", colorTheme: item.isActive ? 'sysTextPrimary' : 'sysTextTertiary', singleLineMode: "use", letterSpacing: "-0.04em" }, void 0));
61
64
  }
62
65
  };
63
- return ((0, jsx_runtime_1.jsxs)(S_TabBarBox, __assign({ "x-pds-name": "DesktopTabBar", "x-pds-element-type": "component", "x-pds-device-type": "desktop" }, { children: [(0, jsx_runtime_1.jsx)(S_MainTabBarSpace, { children: itemArray.map(function (item) { return ((0, jsx_runtime_1.jsxs)(S_MainTabItemBox, { children: [(0, jsx_runtime_1.jsx)(S_MainTabItemWrapper, __assign({ text: item.title, styleTheme: styleTheme, isActive: item.isActive, onClick: function (e) { return handelClickTabItem_1(item, e); } }, { children: textLabel_1(item, false) }), void 0), item.isActive && item.subArray && ((0, jsx_runtime_1.jsx)(S_SubTabBarWrapper, { children: item.subArray.map(function (subItem) { return ((0, jsx_runtime_1.jsx)(S_SubTabItemWrapper, __assign({ text: subItem.title, onClick: function (e) { return handelClickTabItem_1(subItem, e); } }, { children: textLabel_1(subItem, true) }), subItem.title)); }) }, void 0))] }, item.title)); }) }, void 0), isSubTabBarActivated && (0, jsx_runtime_1.jsx)(S_SubTabBarSpace, {}, void 0)] }), void 0));
66
+ return ((0, jsx_runtime_1.jsxs)(S_TabBarBox, __assign({ "x-pds-name": "DesktopTabBar", "x-pds-element-type": "component", "x-pds-device-type": "desktop" }, { children: [(0, jsx_runtime_1.jsx)(S_MainTabBarSpace, __assign({ styleTheme: styleTheme, isSubTabBarActivated: isSubTabBarActivated }, { children: itemArray.map(function (item) { return ((0, jsx_runtime_1.jsxs)(S_MainTabItemBox, __assign({ styleTheme: styleTheme }, { children: [(0, jsx_runtime_1.jsx)(S_MainTabItemWrapper, __assign({ text: item.title, styleTheme: styleTheme, isActive: item.isActive, onClick: function (e) { return handelClickTabItem_1(item, e); } }, { children: textLabel_1(item, false) }), void 0), item.isActive && item.subArray && ((0, jsx_runtime_1.jsx)(S_SubTabBarWrapper, { children: item.subArray.map(function (subItem) { return ((0, jsx_runtime_1.jsx)(S_SubTabItemWrapper, __assign({ text: subItem.title, styleTheme: styleTheme, onClick: function (e) { return handelClickTabItem_1(subItem, e); } }, { children: textLabel_1(subItem, true) }), subItem.title)); }) }, void 0))] }), item.title)); }) }), void 0), isSubTabBarActivated && (0, jsx_runtime_1.jsx)(S_SubTabBarSpace, { styleTheme: styleTheme }, void 0)] }), void 0));
64
67
  }
65
68
  if (textArray) {
66
69
  var isSubTabBarActivated = textArray.some(function (item) { return pathname.includes(item.path) && item.subArray; });
@@ -71,13 +74,16 @@ function DesktopTabBar(_a) {
71
74
  };
72
75
  var textLabel_2 = function (item, isSubText) {
73
76
  if (isSubText) {
77
+ return ((0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: item.title, textAlign: "center", styleTheme: "caption1Bold", colorTheme: pathname.includes(item.path) ? 'usrTextBrandPrimary' : 'sysTextTertiary', singleLineMode: "use" }, void 0));
78
+ }
79
+ if (styleTheme === 'content_black') {
74
80
  return ((0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: item.title, textAlign: "center", styleTheme: pathname.includes(item.path) ? 'caption1Bold' : 'caption1Regular', colorTheme: pathname.includes(item.path) ? 'sysTextPrimary' : 'sysTextSecondary', singleLineMode: "use" }, void 0));
75
81
  }
76
82
  if (styleTheme === 'content') {
77
- return ((0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: item.title, textAlign: "center", styleTheme: pathname.includes(item.path) ? 'caption1Bold' : 'caption1Regular', colorTheme: pathname.includes(item.path) ? 'sysTextPrimary' : 'sysTextSecondary', singleLineMode: "use" }, void 0));
83
+ return ((0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: item.title, textAlign: "center", styleTheme: pathname.includes(item.path) ? 'caption1Bold' : 'caption1Regular', colorTheme: pathname.includes(item.path) ? 'usrTextBrandPrimary' : 'sysTextSecondary', singleLineMode: "use" }, void 0));
78
84
  }
79
85
  if (styleTheme === 'main') {
80
- return ((0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: item.title, textAlign: "center", styleTheme: pathname.includes(item.path) ? 'caption1Bold' : 'caption1Regular', colorTheme: pathname.includes(item.path) ? 'usrTextBrandPrimary' : 'sysTextSecondary', singleLineMode: "use" }, void 0));
86
+ return ((0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: item.title, textAlign: "center", styleTheme: "caption1Bold", colorTheme: pathname.includes(item.path) ? 'usrTextBrandPrimary' : 'sysTextTertiary', singleLineMode: "use" }, void 0));
81
87
  }
82
88
  };
83
89
  return ((0, jsx_runtime_1.jsxs)(S_TabBarBox, __assign({ "x-pds-name": "DesktopTabBar", "x-pds-element-type": "component", "x-pds-device-type": "desktop" }, { children: [(0, jsx_runtime_1.jsx)(S_MainTabBarSpace, { children: textArray.map(function (item) { return ((0, jsx_runtime_1.jsxs)(S_MainTabItemBox, { children: [(0, jsx_runtime_1.jsx)(S_MainTabItemWrapper, __assign({ isActive: pathname.includes(item.path), styleTheme: styleTheme, text: item.title, onClick: function () { return handleClick_1(item); } }, { children: textLabel_2(item, false) }), void 0), pathname.includes(item.path) && item.subArray && ((0, jsx_runtime_1.jsx)(S_SubTabBarWrapper, { children: item.subArray.map(function (subItem) { return ((0, jsx_runtime_1.jsx)(S_SubTabItemWrapper, __assign({ text: subItem.title, onClick: function () { return handleClick_1(subItem); } }, { children: textLabel_2(subItem, true) }), subItem.title)); }) }, void 0))] }, item.path)); }) }, void 0), isSubTabBarActivated && (0, jsx_runtime_1.jsx)(S_SubTabBarSpace, {}, void 0)] }), void 0));
@@ -85,21 +91,38 @@ function DesktopTabBar(_a) {
85
91
  return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}, void 0);
86
92
  }
87
93
  var S_TabBarBox = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n"], ["\n display: flex;\n flex-direction: column;\n"])));
88
- var S_MainTabBarSpace = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: ", ";\n border-bottom: 1px solid ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n height: 40px;\n padding-left: ", ";\n"], ["\n background-color: ", ";\n border-bottom: 1px solid ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n height: 40px;\n padding-left: ", ";\n"])), function (_a) {
94
+ var S_MainTabBarSpace = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: ", ";\n ", ";\n ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n height: ", ";\n padding-left: ", ";\n ", ";\n ", ";\n"], ["\n background-color: ", ";\n ", ";\n ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: row;\n height: ", ";\n padding-left: ", ";\n ", ";\n ", ";\n"])), function (_a) {
89
95
  var theme = _a.theme;
90
96
  return theme.ui_cpnt_tabbar_base_area;
91
97
  }, function (_a) {
92
- var theme = _a.theme;
93
- return theme.ui_cpnt_divider;
98
+ var styleTheme = _a.styleTheme, isSubTabBarActivated = _a.isSubTabBarActivated;
99
+ return !isSubTabBarActivated && styleTheme === 'main' && "border-bottom: 1px solid #EFF0F3;";
100
+ }, function (_a) {
101
+ var styleTheme = _a.styleTheme, theme = _a.theme;
102
+ return styleTheme !== 'main' && "border-bottom: 1px solid " + theme.ui_cpnt_divider + ";";
103
+ }, function (_a) {
104
+ var styleTheme = _a.styleTheme;
105
+ return (styleTheme === 'main' ? '52px' : '40px');
94
106
  }, function (_a) {
95
107
  var theme = _a.theme;
96
108
  return theme.spacing.spacingE;
109
+ }, function (_a) {
110
+ var styleTheme = _a.styleTheme;
111
+ return styleTheme === 'main' && "align-items: flex-start";
112
+ }, function (_a) {
113
+ var styleTheme = _a.styleTheme;
114
+ return styleTheme === 'main' && "padding-top: 4px";
97
115
  });
98
- var tabIndicator = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n &::after {\n background-color: ", ";\n bottom: -1px;\n content: '';\n height: 2px;\n left: 0px;\n position: absolute;\n width: 100%;\n ", ";\n }\n"], ["\n &::after {\n background-color: ", ";\n bottom: -1px;\n content: '';\n height: 2px;\n left: 0px;\n position: absolute;\n width: 100%;\n ", ";\n }\n"])), function (_a) {
116
+ var tabIndicator = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n &::after {\n background-color: ", ";\n bottom: -1px;\n content: '';\n height: ", ";\n left: 0px;\n position: absolute;\n width: 100%;\n ", ";\n }\n"], ["\n &::after {\n background-color: ", ";\n bottom: -1px;\n content: '';\n height: ", ";\n left: 0px;\n position: absolute;\n width: 100%;\n ", ";\n }\n"])), function (_a) {
99
117
  var theme = _a.theme, styleTheme = _a.styleTheme;
100
- return styleTheme === 'content'
118
+ return styleTheme === 'content_black'
101
119
  ? theme.ui_cpnt_tabbar_border_active_indicator
102
- : theme.ui_cpnt_tabbar_border_active_indicator_primary;
120
+ : styleTheme === 'content'
121
+ ? theme.ui_cpnt_tabbar_border_active_indicator_primary
122
+ : theme.ui_cpnt_tabbar_border_active_indicator;
123
+ }, function (_a) {
124
+ var styleTheme = _a.styleTheme;
125
+ return (styleTheme === 'main' ? '3px' : '2px');
103
126
  }, function (_a) {
104
127
  var isActive = _a.isActive;
105
128
  return !isActive && "display: none;";
@@ -119,27 +142,36 @@ var textOffset = (0, styled_components_1.css)(templateObject_4 || (templateObjec
119
142
  return theme.fontWeight.bold;
120
143
  });
121
144
  var S_MainTabItemBox = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n margin-right: ", ";\n position: relative;\n\n &:last-child {\n margin-right: 0;\n }\n"], ["\n margin-right: ", ";\n position: relative;\n\n &:last-child {\n margin-right: 0;\n }\n"])), function (_a) {
122
- var theme = _a.theme;
123
- return theme.spacing.spacingD;
145
+ var theme = _a.theme, styleTheme = _a.styleTheme;
146
+ return styleTheme === 'main' ? '20px' : theme.spacing.spacingD;
124
147
  });
125
- var S_MainTabItemWrapper = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n align-items: flex-end;\n box-sizing: border-box;\n cursor: pointer;\n display: flex;\n height: 100%;\n padding: 0 ", ";\n padding-bottom: ", ";\n\n ", "\n ", "\n"], ["\n align-items: flex-end;\n box-sizing: border-box;\n cursor: pointer;\n display: flex;\n height: 100%;\n padding: 0 ", ";\n padding-bottom: ", ";\n\n ", "\n ", "\n"])), function (_a) {
126
- var theme = _a.theme;
127
- return theme.spacing.spacingA;
148
+ var S_MainTabItemWrapper = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n align-items: flex-end;\n box-sizing: border-box;\n cursor: pointer;\n display: flex;\n height: 100%;\n padding: 0 ", ";\n padding-bottom: ", ";\n ", "\n ", "\n"], ["\n align-items: flex-end;\n box-sizing: border-box;\n cursor: pointer;\n display: flex;\n height: 100%;\n padding: 0 ", ";\n padding-bottom: ", ";\n ", "\n ", "\n"])), function (_a) {
149
+ var theme = _a.theme, styleTheme = _a.styleTheme;
150
+ return (styleTheme === 'main' ? 0 : theme.spacing.spacingA);
128
151
  }, function (_a) {
129
- var theme = _a.theme;
130
- return theme.spacing.spacingB;
152
+ var theme = _a.theme, styleTheme = _a.styleTheme;
153
+ return styleTheme === 'main' ? theme.spacing.spacingA : theme.spacing.spacingB;
131
154
  }, tabIndicator, textOffset);
132
155
  var S_SubTabBarWrapper = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n bottom: -33px;\n display: flex;\n height: 32px;\n left: 0px;\n position: absolute;\n width: max-content;\n"], ["\n bottom: -33px;\n display: flex;\n height: 32px;\n left: 0px;\n position: absolute;\n width: max-content;\n"])));
133
- var S_SubTabBarSpace = styled_components_1.default.div(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n background-color: ", ";\n height: 32px;\n"], ["\n background-color: ", ";\n height: 32px;\n"])), function (_a) {
134
- var theme = _a.theme;
135
- return theme.ui_cpnt_tabbar_base_area_sub;
156
+ var S_SubTabBarSpace = styled_components_1.default.div(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n background-color: ", ";\n ", ";\n height: ", ";\n"], ["\n background-color: ", ";\n ", ";\n height: ", ";\n"])), function (_a) {
157
+ var theme = _a.theme, styleTheme = _a.styleTheme;
158
+ return styleTheme !== 'main' && theme.ui_cpnt_tabbar_base_area_sub;
159
+ }, function (_a) {
160
+ var styleTheme = _a.styleTheme;
161
+ return styleTheme === 'main' && "border-bottom: 1px solid #EFF0F3;";
162
+ }, function (_a) {
163
+ var styleTheme = _a.styleTheme;
164
+ return (styleTheme === 'main' ? '26px' : '32px');
136
165
  });
137
- var S_SubTabItemWrapper = styled_components_1.default.div(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n align-items: center;\n cursor: pointer;\n display: flex;\n justify-content: center;\n margin-right: ", ";\n padding: 0 ", ";\n\n &:last-child {\n margin-right: 0;\n }\n\n ", "\n"], ["\n align-items: center;\n cursor: pointer;\n display: flex;\n justify-content: center;\n margin-right: ", ";\n padding: 0 ", ";\n\n &:last-child {\n margin-right: 0;\n }\n\n ", "\n"])), function (_a) {
138
- var theme = _a.theme;
139
- return theme.spacing.spacingE;
166
+ var S_SubTabItemWrapper = styled_components_1.default.div(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n align-items: center;\n cursor: pointer;\n display: flex;\n justify-content: center;\n margin-right: ", ";\n ", ";\n ", ";\n\n &:last-child {\n margin-right: 0;\n }\n\n ", "\n"], ["\n align-items: center;\n cursor: pointer;\n display: flex;\n justify-content: center;\n margin-right: ", ";\n ", ";\n ", ";\n\n &:last-child {\n margin-right: 0;\n }\n\n ", "\n"])), function (_a) {
167
+ var theme = _a.theme, styleTheme = _a.styleTheme;
168
+ return styleTheme === 'main' ? theme.spacing.spacingD : theme.spacing.spacingE;
140
169
  }, function (_a) {
141
- var theme = _a.theme;
142
- return theme.spacing.spacingA;
170
+ var theme = _a.theme, styleTheme = _a.styleTheme;
171
+ return styleTheme !== 'main' && "padding: 0 " + theme.spacing.spacingA + ";";
172
+ }, function (_a) {
173
+ var theme = _a.theme, styleTheme = _a.styleTheme;
174
+ return styleTheme === 'main' && "padding-top: " + theme.spacing.spacingA + ";";
143
175
  }, textOffset);
144
176
  exports.default = DesktopTabBar;
145
177
  var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9;
@@ -125,7 +125,7 @@ var ContainersBox = function (_a) {
125
125
  large: (0, jsx_runtime_1.jsx)(Containers_1.StepContainer, { stepType: "step_1152", stepContent: stepContent }, void 0)
126
126
  }[wizardContainerWidthType] }, void 0))] }), void 0) }), void 0));
127
127
  };
128
- var wizardBackgroundStyle = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n background-image: url('https://publ-statics.s3.ap-northeast-2.amazonaws.com/pds_layout_background_gradient.jpg');\n background-repeat: no-repeat;\n background-size: cover;\n display: flex;\n justify-content: center;\n"], ["\n align-items: center;\n background-image: url('https://publ-statics.s3.ap-northeast-2.amazonaws.com/pds_layout_background_gradient.jpg');\n background-repeat: no-repeat;\n background-size: cover;\n display: flex;\n justify-content: center;\n"])));
128
+ var wizardBackgroundStyle = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n background-color: hsla(242, 100%, 74%, 1);\n background-image: radial-gradient(at 42% 41%, hsla(202, 100%, 61%, 0.62) 0, transparent 50%),\n radial-gradient(at 97% 5%, hsla(261, 100%, 40%, 0.49) 0, transparent 50%),\n radial-gradient(at 88% 41%, hsla(319, 65%, 78%, 0.44) 0, transparent 50%),\n radial-gradient(at 19% 83%, hsla(157, 100%, 63%, 0.5) 0, transparent 50%),\n radial-gradient(at 5% 3%, hsla(231, 100%, 61%, 1) 0, transparent 50%),\n radial-gradient(at 98% 68%, hsla(189, 92%, 78%, 0.58) 0, transparent 50%),\n radial-gradient(at 40% 90%, hsla(240, 100%, 61%, 0.65) 0, transparent 50%),\n radial-gradient(at 64% 67%, hsla(166, 100%, 42%, 0.77) 0, transparent 50%),\n radial-gradient(at 100% 100%, hsla(164, 100%, 52%, 1) 0, transparent 50%);\n background-repeat: no-repeat;\n background-size: cover;\n display: flex;\n justify-content: center;\n"], ["\n align-items: center;\n background-color: hsla(242, 100%, 74%, 1);\n background-image: radial-gradient(at 42% 41%, hsla(202, 100%, 61%, 0.62) 0, transparent 50%),\n radial-gradient(at 97% 5%, hsla(261, 100%, 40%, 0.49) 0, transparent 50%),\n radial-gradient(at 88% 41%, hsla(319, 65%, 78%, 0.44) 0, transparent 50%),\n radial-gradient(at 19% 83%, hsla(157, 100%, 63%, 0.5) 0, transparent 50%),\n radial-gradient(at 5% 3%, hsla(231, 100%, 61%, 1) 0, transparent 50%),\n radial-gradient(at 98% 68%, hsla(189, 92%, 78%, 0.58) 0, transparent 50%),\n radial-gradient(at 40% 90%, hsla(240, 100%, 61%, 0.65) 0, transparent 50%),\n radial-gradient(at 64% 67%, hsla(166, 100%, 42%, 0.77) 0, transparent 50%),\n radial-gradient(at 100% 100%, hsla(164, 100%, 52%, 1) 0, transparent 50%);\n background-repeat: no-repeat;\n background-size: cover;\n display: flex;\n justify-content: center;\n"])));
129
129
  var wizardContainersBoxStyle = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n justify-content: center;\n"], ["\n justify-content: center;\n"])));
130
130
  var wizardCenterBoxStyle = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n flex: none;\n"], ["\n flex: none;\n"])));
131
131
  var S_Wrapper = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n height: 100%;\n\n ", "\n"], ["\n display: flex;\n flex-direction: column;\n height: 100%;\n\n ", "\n"])), function (_a) {
@@ -215,7 +215,7 @@ function YouTubeIframe(_a) {
215
215
  youtubeScript === null || youtubeScript === void 0 ? void 0 : youtubeScript.remove();
216
216
  };
217
217
  }, []);
218
- return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [isYoutubeLoading && (0, jsx_runtime_1.jsx)(BlackScreen, {}, void 0), (0, jsx_runtime_1.jsx)(S_IframeWrapper, { children: (0, jsx_runtime_1.jsx)("div", { id: PLAYER_ID }, void 0) }, void 0)] }, void 0));
218
+ return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [isYoutubeLoading && (0, jsx_runtime_1.jsx)(BlackScreen, {}, void 0), (0, jsx_runtime_1.jsx)(S_IframeWrapper, { children: (0, jsx_runtime_1.jsx)("div", { id: PLAYER_ID }, "" + loopMode + startSeconds + endSeconds) }, void 0)] }, void 0));
219
219
  }
220
220
  var BlackScreen = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n bottom: 0;\n left: 0;\n position: absolute;\n right: 0;\n top: 0;\n"], ["\n background-color: ", ";\n bottom: 0;\n left: 0;\n position: absolute;\n right: 0;\n top: 0;\n"])), function (_a) {
221
221
  var theme = _a.theme;
@@ -56,6 +56,7 @@ function Image(props) {
56
56
  internalSrc: String(CB_CONTENT_PROP_CLINK_SPEC_INTERNALSRC)
57
57
  }), onClickCLINK = _b.onClickCLINK, CLINKCursor = _b.CLINKCursor;
58
58
  var _c = (0, util_1.parseProperties)(props, device), style = _c.style, hoverStyle = _c.hoverStyle, layout = _c.layout, effect = _c.effect;
59
+ var _d = parseImageCBStyle(style, hoverStyle), boxStyle = _d.boxStyle, imgStyle = _d.imgStyle;
59
60
  var cbRef = (0, react_1.useRef)(null);
60
61
  var entry = (0, hooks_1.useIntersectionObserver)(cbRef, { threshold: 0.2, freezeOnceVisible: false });
61
62
  var isVisible = !!(entry === null || entry === void 0 ? void 0 : entry.isIntersecting);
@@ -63,25 +64,44 @@ function Image(props) {
63
64
  var hasEffect = CB_EFFECT_PROP_ENTANIM.CB_EFFECT_PROP_ENTANIM_SPEC_TYPE !== 'NONE' &&
64
65
  CB_EFFECT_PROP_ENTANIM['CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE'] !== 'NONE';
65
66
  var effectVisibleStyle = hasEffect ? { opacity: isVisible ? 1 : 0 } : {};
66
- return ((0, jsx_runtime_1.jsx)(S_CB_AnimationObserverBox_1.S_CB_AnimationObserverBox, __assign({ ref: hasEffect ? cbRef : null, effectVisibleStyle: effectVisibleStyle }, { children: (0, jsx_runtime_1.jsx)(S_CB_BoxWithShadow_1.S_CB_BoxWithShadow, __assign({ className: "cb-layout-box", normalStyle: __assign(__assign(__assign(__assign({}, layout), effectCssProperties), style), { cursor: CLINKCursor }), hoverStyle: hoverStyle, cbStylePropsShadowSpecs: CB_STYLE_PROP_SHADOW, device: device, ref: cbRef, onClick: onClickCLINK }, { children: (0, jsx_runtime_1.jsx)(S_Image, __assign({ src: CB_CONTENT_PROP_IMAGE.CB_CONTENT_PROP_IMAGE_SPEC_SELECTOR, normalStyle: {
67
- borderBottomRightRadius: style.borderBottomRightRadius,
68
- borderBottomLeftRadius: style.borderBottomRightRadius,
69
- borderColor: style.borderColor,
70
- borderStyle: style.borderStyle,
71
- borderTopLeftRadius: style.borderTopLeftRadius,
72
- borderTopRightRadius: style.borderTopRightRadius,
73
- backgroundPosition: style.backgroundPosition,
74
- backgroundSize: style.backgroundSize
75
- }, hoverStyle: {
76
- borderBottomRightRadius: hoverStyle.borderBottomRightRadius,
77
- borderBottomLeftRadius: hoverStyle.borderBottomLeftRadius,
78
- borderColor: hoverStyle.borderColor,
79
- borderStyle: hoverStyle.borderStyle,
80
- borderTopLeftRadius: hoverStyle.borderTopLeftRadius,
81
- borderTopRightRadius: hoverStyle.borderTopRightRadius,
82
- backgroundPosition: hoverStyle.backgroundPosition,
83
- backgroundSize: hoverStyle.backgroundSize
84
- } }, { children: (0, jsx_runtime_1.jsx)("img", { src: CB_CONTENT_PROP_IMAGE.CB_CONTENT_PROP_IMAGE_SPEC_SELECTOR, style: { visibility: 'hidden', width: '100%', height: '100%' } }, void 0) }), void 0) }), void 0) }), void 0));
67
+ return ((0, jsx_runtime_1.jsx)(S_CB_AnimationObserverBox_1.S_CB_AnimationObserverBox, __assign({ ref: hasEffect ? cbRef : null, effectVisibleStyle: effectVisibleStyle }, { children: (0, jsx_runtime_1.jsx)(S_CB_BoxWithShadow_1.S_CB_BoxWithShadow, __assign({ className: "cb-layout-box", normalStyle: __assign(__assign(__assign(__assign({}, layout), effectCssProperties), boxStyle.normal), { cursor: CLINKCursor }), hoverStyle: __assign({}, boxStyle.hover), cbStylePropsShadowSpecs: CB_STYLE_PROP_SHADOW, device: device, ref: cbRef, onClick: onClickCLINK }, { children: (0, jsx_runtime_1.jsx)(S_Image, __assign({ src: CB_CONTENT_PROP_IMAGE.CB_CONTENT_PROP_IMAGE_SPEC_SELECTOR, normalStyle: __assign({}, imgStyle.normal), hoverStyle: __assign({}, imgStyle.hover) }, { children: (0, jsx_runtime_1.jsx)("img", { src: CB_CONTENT_PROP_IMAGE.CB_CONTENT_PROP_IMAGE_SPEC_SELECTOR, style: { visibility: 'hidden', width: '100%', height: '100%' } }, void 0) }), void 0) }), void 0) }), void 0));
68
+ }
69
+ function parseImageCBStyle(style, hoverStyle) {
70
+ var boxStyle = {
71
+ normal: {
72
+ borderBottomRightRadius: style.borderBottomRightRadius,
73
+ borderBottomLeftRadius: style.borderBottomRightRadius,
74
+ borderTopLeftRadius: style.borderTopLeftRadius,
75
+ borderTopRightRadius: style.borderTopRightRadius,
76
+ borderColor: style.borderColor,
77
+ borderStyle: style.borderStyle,
78
+ borderWidth: style.borderWidth,
79
+ visibility: style.visibility,
80
+ boxShadow: style.boxShadow
81
+ },
82
+ hover: {
83
+ borderBottomRightRadius: hoverStyle.borderBottomRightRadius,
84
+ borderBottomLeftRadius: hoverStyle.borderBottomLeftRadius,
85
+ borderTopLeftRadius: hoverStyle.borderTopLeftRadius,
86
+ borderTopRightRadius: hoverStyle.borderTopRightRadius,
87
+ borderColor: hoverStyle.borderColor,
88
+ borderStyle: hoverStyle.borderStyle,
89
+ borderWidth: hoverStyle.borderWidth,
90
+ visibility: hoverStyle.visibility,
91
+ boxShadow: hoverStyle.boxShadow
92
+ }
93
+ };
94
+ var imgStyle = {
95
+ normal: {
96
+ backgroundPosition: style.backgroundPosition,
97
+ backgroundSize: style.backgroundSize
98
+ },
99
+ hover: {
100
+ backgroundPosition: hoverStyle.backgroundPosition,
101
+ backgroundSize: hoverStyle.backgroundSize
102
+ }
103
+ };
104
+ return { boxStyle: boxStyle, imgStyle: imgStyle };
85
105
  }
86
106
  var S_Image = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n background-image: ", ";\n background-repeat: no-repeat;\n height: 100%;\n width: 100%;\n\n ", ";\n\n &:hover {\n ", ";\n }\n\n & img {\n ", ";\n }\n\n &:hover img {\n ", ";\n }\n"], ["\n background-image: ", ";\n background-repeat: no-repeat;\n height: 100%;\n width: 100%;\n\n ", ";\n\n &:hover {\n ", ";\n }\n\n & img {\n ", ";\n }\n\n &:hover img {\n ", ";\n }\n"])), function (_a) {
87
107
  var src = _a.src;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "2.1.15",
3
+ "version": "2.1.16",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,9 +1,12 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v2.1.15]
2
+ ## [v2.1.16]
3
3
  ## daily|https://design.storybook.publ.biz/
4
4
 
5
5
  ### Components
6
- * Editor 3.0 대응 작업
6
+ * 이미지 컴포넌트 블럭 스타일 요소별로 나누어 적용
7
+ * 커스텀 섹션에 bg 미디어가 유튜브인 경우 스펙 변경에 따른 리렌더링 적용
8
+ * DesktopHeaderBar 수정 작업
9
+ * DesktopTabBar 수정 작업
7
10
 
8
11
  ### Color
9
- * 컬러 키 값 23.08.07 0010분 기준 싱크
12
+ * 컬러 키 값 23.08.07 0223분 기준 싱크