pds-dev-kit-web-test 2.5.138 → 2.5.139

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.
@@ -18,6 +18,17 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
18
18
  if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
19
19
  return cooked;
20
20
  };
21
+ var __assign = (this && this.__assign) || function () {
22
+ __assign = Object.assign || function(t) {
23
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
24
+ s = arguments[i];
25
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
26
+ t[p] = s[p];
27
+ }
28
+ return t;
29
+ };
30
+ return __assign.apply(this, arguments);
31
+ };
21
32
  var __importDefault = (this && this.__importDefault) || function (mod) {
22
33
  return (mod && mod.__esModule) ? mod : { "default": mod };
23
34
  };
@@ -50,7 +61,7 @@ var ErrorBoundary = /** @class */ (function (_super) {
50
61
  ErrorBoundary.prototype.render = function () {
51
62
  var hasError = this.state.hasError;
52
63
  if (hasError) {
53
- return (0, jsx_runtime_1.jsx)(ErrorWrapper, { children: "Error" });
64
+ return (0, jsx_runtime_1.jsx)(ErrorWrapper, __assign({ className: "error-boundary" }, { children: "Error" }));
54
65
  }
55
66
  var children = this.props.children;
56
67
  return children;
@@ -7,6 +7,6 @@ var jsx_runtime_1 = require("react/jsx-runtime");
7
7
  var CompositionRenderer_1 = __importDefault(require("../../../../../../../DynamicLayout/CompositionRenderer/CompositionRenderer"));
8
8
  function ContentsCarousel(props) {
9
9
  var compositions = props.compositions;
10
- return ((0, jsx_runtime_1.jsxs)("div", { children: [(0, jsx_runtime_1.jsx)(CompositionRenderer_1.default, { compositions: compositions }), (0, jsx_runtime_1.jsx)("div", {})] }));
10
+ return (0, jsx_runtime_1.jsx)(CompositionRenderer_1.default, { compositions: compositions });
11
11
  }
12
12
  exports.default = ContentsCarousel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.5.138",
3
+ "version": "2.5.139",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",