pds-dev-kit-web 2.2.53 → 2.2.54

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.
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var Shoppingbag = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M21.3123,8.559 C20.9013,8.037 20.2853,7.737 19.6213,7.737 L4.3793,7.737 C3.7143,7.737 3.0983,8.037 2.6873,8.559 C2.2773,9.081 2.1313,9.751 2.2893,10.397 L4.6623,20.158 C4.8973,21.125 5.7563,21.801 6.7523,21.801 L17.2473,21.801 C18.2433,21.801 19.1033,21.125 19.3373,20.158 L21.7113,10.397 C21.8683,9.751 21.7233,9.081 21.3123,8.559" }), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M7.3994,11.4104 L7.3994,7.0244 C7.3994,4.4474 9.4884,2.3594 12.0644,2.3594 L12.0644,2.3594 C14.6414,2.3594 16.7304,4.4474 16.7304,7.0244 L16.7304,11.4104" })] })) })));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M8.1495,7.0244 C8.1495,4.8654 9.9055,3.1084 12.0645,3.1084 C14.2235,3.1084 15.9805,4.8654 15.9805,7.0244 L15.9805,7.7374 L8.1495,7.7374 L8.1495,7.0244 Z M21.3125,8.5594 C20.9015,8.0374 20.2845,7.7374 19.6205,7.7374 L17.4805,7.7374 L17.4805,7.0244 C17.4805,4.0384 15.0505,1.6084 12.0645,1.6084 C9.0785,1.6084 6.6495,4.0384 6.6495,7.0244 L6.6495,7.7374 L4.3795,7.7374 C3.7145,7.7374 3.0985,8.0374 2.6875,8.5594 C2.2775,9.0814 2.1315,9.7514 2.2885,10.3974 L4.6615,20.1584 C4.8975,21.1254 5.7565,21.8014 6.7525,21.8014 L17.2475,21.8014 C18.2435,21.8014 19.1025,21.1254 19.3375,20.1584 L21.7115,10.3974 C21.8685,9.7514 21.7225,9.0814 21.3125,8.5594 L21.3125,8.5594 Z" }) })));
29
29
  };
30
30
  exports.default = Shoppingbag;
@@ -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.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" }), (0, jsx_runtime_1.jsx)(MainButton_1.MainButton, { styleTheme: "secondary", size: "xsmall", text: leftBtn2Text, onClick: handleClickLeft2Btn })] })) : ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(hybrid_1.Spacing, { size: "spacing_a", spacingType: "width" }), (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 })] })) }));
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" }), (0, jsx_runtime_1.jsx)(MainButton_1.MainButton, { styleTheme: "secondary", size: "xsmall", text: leftBtn2Text, onClick: handleClickLeft2Btn })] })) : ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(hybrid_1.Spacing, { size: "spacing_a", spacingType: "width" }), (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_question", iconColorKey: "ui_cpnt_button_icon_primary", fillType: "fill", onClick: handleClickLeft2Btn })] })) }));
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" }), (0, jsx_runtime_1.jsx)(TextButton_1.TextButton, { size: "xsmall", text: leftBtn2Text, onClick: handleClickLeft2Btn })] }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "2.2.53",
3
+ "version": "2.2.54",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,20 +1,9 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v2.2.53]
3
- ## daily|https://design.storybook.publ.biz/
2
+ ## [v2.2.54]
3
+ ## urgent|https://design.storybook.publ.biz/
4
4
 
5
5
  ### component
6
- * DesktopTutorialModal
7
- * sequenceMode prop 추가
6
+ * DesktopHeaderBar
7
+ * type_b일때 아이콘 변경 (ic_light_bulb -> ic_question)
8
8
  * Icon
9
- * ic_sales
10
- * fill 수정
11
- * ic_star_shaped
12
- * line, fill 추가
13
- * ic_target
14
- * fill 수정
15
- * ic_ticket
16
- * line 추가
17
- * ic_xmark
18
- * fill 추가
19
- ### Color
20
- * 컬러 키 값 24.02.29 12시 03분 기준 싱크
9
+ * ic_shoppingbag 모양 수정