@steedos-widgets/amis-object 6.10.52 → 6.10.53-beta.1

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.
@@ -3338,6 +3338,9 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
3338
3338
  border-bottom: 1px solid #e5e7eb;
3339
3339
  }
3340
3340
  }
3341
+ .steedos-input-table .antd-Table-table .antd-Form-item .antd-Form-static {
3342
+ word-break: normal;
3343
+ }
3341
3344
  .steedos-input-table .antd-Table-table .antd-Form-item .antd-Form-static .antd-NumberField {
3342
3345
  white-space: nowrap;
3343
3346
  word-break: normal;
package/dist/assets.json CHANGED
@@ -3,8 +3,8 @@
3
3
  {
4
4
  "package": "@steedos-widgets/amis-object",
5
5
  "urls": [
6
- "https://unpkg.com/@steedos-widgets/amis-object@6.10.52/dist/amis-object.umd.js",
7
- "https://unpkg.com/@steedos-widgets/amis-object@6.10.52/dist/amis-object.umd.css"
6
+ "https://unpkg.com/@steedos-widgets/amis-object@6.10.53-beta.1/dist/amis-object.umd.js",
7
+ "https://unpkg.com/@steedos-widgets/amis-object@6.10.53-beta.1/dist/amis-object.umd.css"
8
8
  ],
9
9
  "library": "BuilderAmisObject"
10
10
  }
@@ -15,10 +15,10 @@
15
15
  "npm": {
16
16
  "package": "@steedos-widgets/amis-object"
17
17
  },
18
- "url": "https://unpkg.com/@steedos-widgets/amis-object@6.10.52/dist/meta.js",
18
+ "url": "https://unpkg.com/@steedos-widgets/amis-object@6.10.53-beta.1/dist/meta.js",
19
19
  "urls": {
20
- "default": "https://unpkg.com/@steedos-widgets/amis-object@6.10.52/dist/meta.js",
21
- "design": "https://unpkg.com/@steedos-widgets/amis-object@6.10.52/dist/meta.js"
20
+ "default": "https://unpkg.com/@steedos-widgets/amis-object@6.10.53-beta.1/dist/meta.js",
21
+ "design": "https://unpkg.com/@steedos-widgets/amis-object@6.10.53-beta.1/dist/meta.js"
22
22
  }
23
23
  }
24
24
  ]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-object",
3
3
  "private": false,
4
- "version": "6.10.52",
4
+ "version": "6.10.53-beta.1",
5
5
  "main": "dist/amis-object.cjs.js",
6
6
  "module": "dist/amis-object.esm.js",
7
7
  "unpkg": "dist/amis-object.umd.js",
@@ -35,8 +35,8 @@
35
35
  "@rollup/plugin-commonjs": "^29.0.0",
36
36
  "@rollup/plugin-node-resolve": "^13.1.3",
37
37
  "@rollup/plugin-typescript": "^8.4.0",
38
- "@steedos-widgets/amis-lib": "6.10.52",
39
- "@steedos-widgets/steedos-lib": "6.10.52",
38
+ "@steedos-widgets/amis-lib": "6.10.53-beta.1",
39
+ "@steedos-widgets/steedos-lib": "6.10.53-beta.1",
40
40
  "autoprefixer": "^10.4.13",
41
41
  "cors": "^2.8.5",
42
42
  "dotenv-flow": "^3.2.0",
@@ -64,5 +64,5 @@
64
64
  "typescript": "^5.6.2",
65
65
  "uglify-js": "^3.17.0"
66
66
  },
67
- "gitHead": "0a3d2f5bbccf37a3e1e1b62e704cca2ffa044f61"
67
+ "gitHead": "4a05aa31f4e805e54a6325e5500783eae58a965a"
68
68
  }