pds-dev-kit-web-test 2.7.481 → 2.7.482

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,9 +25,6 @@ function getItemSpacingPropStyleValues(value) {
25
25
  function getItemLineHeightPropStyleValues(value) {
26
26
  return (0, styled_components_1.css)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n grid-row-gap: ", "px;\n "], ["\n grid-row-gap: ", "px;\n "])), value);
27
27
  }
28
- function getItemHeightFitContentPropStyleValues(value) {
29
- return (0, styled_components_1.css)(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n overflow-y: ", ";\n "], ["\n overflow-y: ", ";\n "])), value ? 'visible' : 'auto');
30
- }
31
28
  function parseStylePropertyStyles(key, value) {
32
29
  switch (key) {
33
30
  case 'CB_STYLE_PROP_CONTENTSLISTDESIGN_SPEC_ITEMSPACING':
@@ -38,7 +35,7 @@ function parseStylePropertyStyles(key, value) {
38
35
  return undefined;
39
36
  }
40
37
  function getColumnsPropStyleValues(value, rows) {
41
- return (0, styled_components_1.css)(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n grid-template-columns: repeat(", ", 1fr);\n grid-template-rows: repeat(", ", 1fr);\n "], ["\n grid-template-columns: repeat(", ", 1fr);\n grid-template-rows: repeat(", ", 1fr);\n "])), value, rows);
38
+ return (0, styled_components_1.css)(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n grid-template-columns: repeat(", ", 1fr);\n grid-template-rows: repeat(", ", 1fr);\n "], ["\n grid-template-columns: repeat(", ", 1fr);\n grid-template-rows: repeat(", ", 1fr);\n "])), value, rows);
42
39
  }
43
40
  function parseContentPropertyStyles(key, value, rows, device) {
44
41
  if (device === 'DESKTOP') {
@@ -66,12 +63,12 @@ function parseGridStyleProp(_a) {
66
63
  var styles = parseStylePropertyStyles(currentKey, value);
67
64
  var hoverStyles = parseStylePropertyStyles(currentKey, hoverValue !== null && hoverValue !== void 0 ? hoverValue : value);
68
65
  return {
69
- stylePropCss: (0, styled_components_1.css)(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n ", "\n ", "\n "], ["\n ", "\n ", "\n "])), acc.stylePropCss, styles),
70
- hoverStylePropCss: (0, styled_components_1.css)(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n ", "\n ", "\n "], ["\n ", "\n ", "\n "])), acc.hoverStylePropCss, hoverStyles)
66
+ stylePropCss: (0, styled_components_1.css)(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n ", "\n ", "\n "], ["\n ", "\n ", "\n "])), acc.stylePropCss, styles),
67
+ hoverStylePropCss: (0, styled_components_1.css)(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n ", "\n ", "\n "], ["\n ", "\n ", "\n "])), acc.hoverStylePropCss, hoverStyles)
71
68
  };
72
69
  }, {
73
- stylePropCss: (0, styled_components_1.css)(templateObject_10 || (templateObject_10 = __makeTemplateObject([""], [""]))),
74
- hoverStylePropCss: (0, styled_components_1.css)(templateObject_11 || (templateObject_11 = __makeTemplateObject([""], [""])))
70
+ stylePropCss: (0, styled_components_1.css)(templateObject_9 || (templateObject_9 = __makeTemplateObject([""], [""]))),
71
+ hoverStylePropCss: (0, styled_components_1.css)(templateObject_10 || (templateObject_10 = __makeTemplateObject([""], [""])))
75
72
  });
76
73
  }
77
74
  exports.parseGridStyleProp = parseGridStyleProp;
@@ -90,10 +87,10 @@ function parseGridContentProp(_a) {
90
87
  var value = props[currentKey];
91
88
  var styles = parseContentPropertyStyles(currentKey, value, rows, device);
92
89
  return {
93
- contentPropCss: (0, styled_components_1.css)(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n ", "\n ", "\n "], ["\n ", "\n ", "\n "])), acc.contentPropCss, styles)
90
+ contentPropCss: (0, styled_components_1.css)(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n ", "\n ", "\n "], ["\n ", "\n ", "\n "])), acc.contentPropCss, styles)
94
91
  };
95
92
  }, {
96
- contentPropCss: (0, styled_components_1.css)(templateObject_13 || (templateObject_13 = __makeTemplateObject([""], [""])))
93
+ contentPropCss: (0, styled_components_1.css)(templateObject_12 || (templateObject_12 = __makeTemplateObject([""], [""])))
97
94
  });
98
95
  }
99
96
  exports.parseGridContentProp = parseGridContentProp;
@@ -134,4 +131,4 @@ function getCustomPaginationPropKey(key) {
134
131
  return keyMapping[baseKey] || null;
135
132
  }
136
133
  exports.getCustomPaginationPropKey = getCustomPaginationPropKey;
137
- var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13;
134
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.7.481",
3
+ "version": "2.7.482",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v2.2.270]
2
+ ## [v2.2.275]
3
3
  ## daily|https://design.storybook.publ.biz/
4
4
 
5
5
  ### 업데이트 사항
6
6
 
7
- * [PATCH][PUB-1388] ChatBubbleListItem의 다운로드 버튼이 항상 가운데에 머물도록 수정
7
+ * [HOTFIX] hotfix/echo-version