pds-dev-kit-web-test 2.5.449 → 2.5.451

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.
@@ -75,7 +75,6 @@ var GLE_MIN_WIDTH_MOBILE_PX = "".concat(GRID_CELL_MIN * MOBILE_GRID_COLS, "px");
75
75
  var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
76
76
  var _a, _b, _c, _d;
77
77
  var _e = (0, react_1.useContext)(dynamicLayoutContext_1.dynamicLayoutContext), device = _e.device, editingSectionId = _e.editingSectionId, mode = _e.mode, shortcutKeyMode = _e.shortcutKeyMode, zoomScale = _e.zoomScale, placementRestriction = _e.placementRestriction, sectionActionHandler = _e.sectionActionHandler;
78
- console.log('CustomSection placementRestriction:', placementRestriction);
79
78
  var componentBlocks = props.componentBlocks, jsonProperties = props.jsonProperties;
80
79
  var sectionPedigree = jsonProperties === null || jsonProperties === void 0 ? void 0 : jsonProperties.pedigree;
81
80
  var _f = (0, react_1.useState)(sectionPedigree), pedigreeState = _f[0], setPedigreeState = _f[1];
@@ -50,11 +50,11 @@ var CustomNavigationNextBtn = function (_a) {
50
50
  : navigationConfigs_1.nextButtonMappedIcons[styles.nextBtnType || 'DESIGN1'];
51
51
  var buttonSize = 'large';
52
52
  var iconSize = 24;
53
- if (styles.prevBtnSize === 'SMALL') {
53
+ if (styles.nextBtnSize === 'SMALL') {
54
54
  buttonSize = 'small';
55
55
  iconSize = 16;
56
56
  }
57
- if (styles.prevBtnSize === 'LARGE') {
57
+ if (styles.nextBtnSize === 'LARGE') {
58
58
  buttonSize = 'xxlarge';
59
59
  iconSize = 48;
60
60
  }
@@ -80,6 +80,6 @@ var CustomPagination = function (_a) {
80
80
  return ((0, jsx_runtime_1.jsx)(S_Pagination, __assign({ className: "custom-pagination_".concat(current) }, { children: renderPagination() })));
81
81
  };
82
82
  exports.CustomPagination = CustomPagination;
83
- var S_Pagination = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n max-width: 120px;\n padding: 5px;\n"], ["\n max-width: 120px;\n padding: 5px;\n"])));
83
+ var S_Pagination = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n padding: 8px;\n"], ["\n padding: 8px;\n"])));
84
84
  exports.default = exports.CustomPagination;
85
85
  var templateObject_1;
@@ -50,11 +50,11 @@ var CustomNavigationNextBtn = function (_a) {
50
50
  : navigationConfigs_1.nextButtonMappedIcons[styles.nextBtnType || 'DESIGN1'];
51
51
  var buttonSize = 'large';
52
52
  var iconSize = 24;
53
- if (styles.prevBtnSize === 'SMALL') {
53
+ if (styles.nextBtnSize === 'SMALL') {
54
54
  buttonSize = 'small';
55
55
  iconSize = 16;
56
56
  }
57
- if (styles.prevBtnSize === 'LARGE') {
57
+ if (styles.nextBtnSize === 'LARGE') {
58
58
  buttonSize = 'xxlarge';
59
59
  iconSize = 48;
60
60
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.5.449",
3
+ "version": "2.5.451",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "lottie-react": "^2.3.1",
24
24
  "nuka-carousel": "^4.8.4",
25
25
  "publ-echo": "^0.0.119",
26
- "publ-echo-test": "^0.0.232",
26
+ "publ-echo-test": "^0.0.233",
27
27
  "react-hook-form": "^7.28.1",
28
28
  "react-i18next": "^11.12.0",
29
29
  "react-router-dom": "^5.2.0",