pds-dev-kit-web-test 2.7.196 → 2.7.197

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.
@@ -28,11 +28,9 @@ var Composition_1 = __importDefault(require("./Composition"));
28
28
  function createCompositions(_a) {
29
29
  var valueType = _a.valueType, queryPath = _a.queryPath, queryData = _a.queryData, compositions = _a.compositions, limit = _a.limit;
30
30
  var isQueryDataConnected = valueType === 'DATA' || valueType === 'DELEGATEDDATA';
31
- console.log('isQueryDataConnected', isQueryDataConnected);
32
31
  // 직접 입력 유형인 경우
33
32
  if (!isQueryDataConnected) {
34
33
  var valueTypeCompositions = compositions.filter(function (composition) { return !(composition === null || composition === void 0 ? void 0 : composition.isDefault); });
35
- console.log('valueTypeCompositions', valueTypeCompositions);
36
34
  // MANUAL ITEM이 없는 경우
37
35
  if (!valueTypeCompositions.length) {
38
36
  return [(0, jsx_runtime_1.jsx)(EmptyString, {}, "empty-manual-item")];
@@ -68,7 +66,7 @@ function EmptyString() {
68
66
  var t = (0, react_i18next_1.useTranslation)('translation').t;
69
67
  return (0, jsx_runtime_1.jsx)(S_EmptyLayer, { children: t('str_9806') });
70
68
  }
71
- var S_EmptyLayer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n background-color: rgba(0, 0, 0, 0.6);\n bottom: 0;\n color: white;\n display: flex;\n font-size: ", ";\n font-weight: ", ";\n justify-content: center;\n left: 0;\n line-height: ", ";\n padding: ", ";\n position: absolute;\n right: 0;\n text-align: center;\n top: 0;\n word-break: keep-all;\n"], ["\n align-items: center;\n background-color: rgba(0, 0, 0, 0.6);\n bottom: 0;\n color: white;\n display: flex;\n font-size: ", ";\n font-weight: ", ";\n justify-content: center;\n left: 0;\n line-height: ", ";\n padding: ", ";\n position: absolute;\n right: 0;\n text-align: center;\n top: 0;\n word-break: keep-all;\n"])), function (_a) {
69
+ var S_EmptyLayer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: rgba(0, 0, 0, 0.6);\n color: white;\n display: flex;\n font-size: ", ";\n font-weight: ", ";\n line-height: ", ";\n padding: ", ";\n text-align: center;\n word-break: keep-all;\n"], ["\n background-color: rgba(0, 0, 0, 0.6);\n color: white;\n display: flex;\n font-size: ", ";\n font-weight: ", ";\n line-height: ", ";\n padding: ", ";\n text-align: center;\n word-break: keep-all;\n"])), function (_a) {
72
70
  var theme = _a.theme;
73
71
  return theme.desktopFontSize.body2;
74
72
  }, function (_a) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.7.196",
3
+ "version": "2.7.197",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",