@pisell/materials 2.2.31 → 2.2.32
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.
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.js +1 -1
- package/es/components/table/Gallery/constant.d.ts +1 -1
- package/es/components/table/Gallery/constant.js +1 -1
- package/lib/components/table/Gallery/constant.d.ts +1 -1
- package/lib/components/table/Gallery/constant.js +1 -1
- package/package.json +3 -3
|
@@ -25,7 +25,7 @@ __export(constant_exports, {
|
|
|
25
25
|
TITLE_VERTICAL_SPACING: () => TITLE_VERTICAL_SPACING
|
|
26
26
|
});
|
|
27
27
|
module.exports = __toCommonJS(constant_exports);
|
|
28
|
-
var FIELD_VALUE_HEIGHT =
|
|
28
|
+
var FIELD_VALUE_HEIGHT = 55;
|
|
29
29
|
var FIELD_LABEL_HEIGHT = 26;
|
|
30
30
|
var TITLE_LENE_HEIGHT = 32;
|
|
31
31
|
var TITLE_VERTICAL_SPACING = 18;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pisell/materials",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.32",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"module": "./es/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"crypto-js": "^4.2.0",
|
|
65
65
|
"@zxing/library": "0.21.2",
|
|
66
66
|
"@pisell/utils": "2.0.1",
|
|
67
|
-
"@pisell/
|
|
68
|
-
"@pisell/
|
|
67
|
+
"@pisell/date-picker": "1.0.100",
|
|
68
|
+
"@pisell/icon": "0.0.11"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
71
|
"react": "^18.0.0",
|