pds-dev-kit-web-test 2.7.587 → 2.7.588

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.
@@ -212,7 +212,7 @@ function ContentsCarousel(props) {
212
212
  var queryDataValue = queryData[queryPath];
213
213
  // 쿼리 데이터와 키가 있으나, 쿼리 데이터에 결과가 빈 경우
214
214
  if (!(queryDataValue === null || queryDataValue === void 0 ? void 0 : queryDataValue.length)) {
215
- return (0, jsx_runtime_1.jsx)(EmptyString, { stringKey: "str_10478" }, "empty-item");
215
+ return (0, jsx_runtime_1.jsx)(EmptyString, { stringKey: "str_10660" }, "empty-item");
216
216
  }
217
217
  return renderSwiper(compositions);
218
218
  };
@@ -209,7 +209,7 @@ function ContentsList(props) {
209
209
  var queryDataValue = queryData[queryPath];
210
210
  // 쿼리 데이터와 키가 있으나, 쿼리 데이터에 결과가 빈 경우
211
211
  if (!(queryDataValue === null || queryDataValue === void 0 ? void 0 : queryDataValue.length)) {
212
- return (0, jsx_runtime_1.jsx)(EmptyString, { stringKey: "str_10478" }, "empty-item");
212
+ return (0, jsx_runtime_1.jsx)(EmptyString, { stringKey: "str_10660" }, "empty-item");
213
213
  }
214
214
  return renderList(compositions);
215
215
  };
@@ -192,7 +192,7 @@ function SlideBanner(props) {
192
192
  var queryDataValue = queryData[queryPath];
193
193
  // 쿼리 데이터와 키가 있으나, 쿼리 데이터에 결과가 빈 경우
194
194
  if (!(queryDataValue === null || queryDataValue === void 0 ? void 0 : queryDataValue.length)) {
195
- return (0, jsx_runtime_1.jsx)(EmptyString, { stringKey: "str_10478" }, "empty-item");
195
+ return (0, jsx_runtime_1.jsx)(EmptyString, { stringKey: "str_10660" }, "empty-item");
196
196
  }
197
197
  return renderSwiper(compositions);
198
198
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.7.587",
3
+ "version": "2.7.588",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",