pds-dev-kit-web-test 2.5.7 → 2.5.9
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.
@@ -52,7 +52,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
52
52
|
Object.defineProperty(exports, "__esModule", { value: true });
|
53
53
|
exports.S_gleStyles = void 0;
|
54
54
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
55
|
-
var
|
55
|
+
var publ_echo_1 = require("publ-echo");
|
56
56
|
var ReactGridLayout_1 = __importDefault(require("publ-echo/dist/lib/GridLayoutEditor/ReactGridLayout"));
|
57
57
|
var react_1 = __importStar(require("react"));
|
58
58
|
var ErrorBoundary_1 = require("../../../DynamicLayout/components/Section/ErrorBoundary");
|
@@ -66,8 +66,8 @@ var useGroupDrag_2 = require("./hooks/useGroupDrag/useGroupDrag");
|
|
66
66
|
var utils_1 = require("./hooks/useGroupDrag/utils");
|
67
67
|
var util_1 = require("./util");
|
68
68
|
var parseSectionPadding_1 = __importDefault(require("./util/layoutPropParsers/parseSectionPadding"));
|
69
|
-
var WidthProvidedRGL = (0,
|
70
|
-
var Responsive = (0,
|
69
|
+
var WidthProvidedRGL = (0, publ_echo_1.WidthProvider)(ReactGridLayout_1.default);
|
70
|
+
var Responsive = (0, publ_echo_1.WidthProvider)(publ_echo_1.ResponsiveGridEditor);
|
71
71
|
var GRID_CELL_MIN = 24;
|
72
72
|
var DESKTOP_GRID_COLS = 24;
|
73
73
|
var MOBILE_GRID_COLS = 8;
|
@@ -219,7 +219,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
219
219
|
return size.width * 0.0421;
|
220
220
|
}
|
221
221
|
if (size.width < 327) {
|
222
|
-
return Math.
|
222
|
+
return Math.max(getDefensiveFontSize(device, size.width), 14);
|
223
223
|
}
|
224
224
|
return 16;
|
225
225
|
}
|
@@ -227,7 +227,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
227
227
|
return size.width * 0.0133;
|
228
228
|
}
|
229
229
|
if (size.width < 1200) {
|
230
|
-
return Math.
|
230
|
+
return Math.max(getDefensiveFontSize(device, size.width), 14);
|
231
231
|
}
|
232
232
|
return 16;
|
233
233
|
})();
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "pds-dev-kit-web-test",
|
3
|
-
"version": "2.5.
|
3
|
+
"version": "2.5.9",
|
4
4
|
"license": "MIT",
|
5
5
|
"private": false,
|
6
6
|
"main": "dist/index.js",
|
@@ -22,8 +22,7 @@
|
|
22
22
|
"i18next-intervalplural-postprocessor": "^3.0.0",
|
23
23
|
"lottie-react": "^2.3.1",
|
24
24
|
"nuka-carousel": "^4.8.4",
|
25
|
-
"publ-echo": "^0.0.
|
26
|
-
"publ-echo-test": "^0.0.34",
|
25
|
+
"publ-echo": "^0.0.90",
|
27
26
|
"react-hook-form": "^7.28.1",
|
28
27
|
"react-i18next": "^11.12.0",
|
29
28
|
"react-router-dom": "^5.2.0",
|