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

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.
@@ -137,7 +137,7 @@ function Button(props) {
137
137
  });
138
138
  }
139
139
  if (mode === 'EDIT') {
140
- return (0, jsx_runtime_1.jsx)(DataNotFound_1.default, { stringKey: "str_10478" });
140
+ return (0, jsx_runtime_1.jsx)(DataNotFound_1.default, { stringKey: "str_10597" });
141
141
  }
142
142
  return '';
143
143
  }
@@ -112,7 +112,7 @@ function Image(props) {
112
112
  if (CB_CONTENT_PROP_IMAGE.CB_CONTENT_PROP_IMAGE_SPEC_VALUETYPE === 'DATA' ||
113
113
  CB_CONTENT_PROP_IMAGE.CB_CONTENT_PROP_IMAGE_SPEC_VALUETYPE === 'DELEGATEDDATA') {
114
114
  if (!(queryContext === null || queryContext === void 0 ? void 0 : queryContext.queryData)) {
115
- return (0, jsx_runtime_1.jsx)(DataNotFound_1.default, { stringKey: "str_10477" });
115
+ return (0, jsx_runtime_1.jsx)(DataNotFound_1.default, { stringKey: "str_10597" });
116
116
  }
117
117
  if (CB_CONTENT_PROP_IMAGE.CB_CONTENT_PROP_IMAGE_SPEC_CONNECTDATA === 'NONE') {
118
118
  return (0, jsx_runtime_1.jsx)(DataNotFound_1.default, { stringKey: "str_10477" });
@@ -125,7 +125,7 @@ function Text(props) {
125
125
  });
126
126
  }
127
127
  if (mode === 'EDIT') {
128
- return (0, jsx_runtime_1.jsx)(DataNotFound_1.default, { stringKey: "str_10478" });
128
+ return (0, jsx_runtime_1.jsx)(DataNotFound_1.default, { stringKey: "str_10597" });
129
129
  }
130
130
  return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {});
131
131
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.7.588",
3
+ "version": "2.7.589",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",