@wibetter/json-editor 5.1.2 → 5.1.5
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/lib/index.css +5 -2
- package/lib/index.js +9263 -16928
- package/package.json +1 -1
- package/sdk/index.css +5 -2
- package/sdk/index.js +266615 -378412
package/lib/index.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @wibetter/json-editor v5.1.
|
|
2
|
+
* @wibetter/json-editor v5.1.5
|
|
3
3
|
* author: wibetter
|
|
4
4
|
* build tool: AKFun
|
|
5
|
-
* build time: Fri Jan 10 2025
|
|
5
|
+
* build time: Fri Jan 10 2025 18:21:54 GMT+0800 (中国标准时间)
|
|
6
6
|
* build tool info: https://github.com/wibetter/akfun
|
|
7
7
|
*/
|
|
8
8
|
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
@@ -1176,6 +1176,9 @@
|
|
|
1176
1176
|
.select-box .ant-select-single {
|
|
1177
1177
|
min-width: 150px;
|
|
1178
1178
|
}
|
|
1179
|
+
.select-box .ant-select-selection-item-content {
|
|
1180
|
+
max-width: 100px;
|
|
1181
|
+
}
|
|
1179
1182
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
1180
1183
|
!*** css ../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-11.use[2]!../../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-11.use[3]!../../node_modules/sass-loader/dist/cjs.js??clonedRuleSet-11.use[4]!../../node_modules/sass-resources-loader/lib/loader.js??clonedRuleSet-11.use[5]!./src/renderers/CascaderSchema/index.scss ***!
|
|
1181
1184
|
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|