@wibetter/json-editor 5.1.0 → 5.1.2
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 +4 -3
- package/lib/index.js +933 -621
- package/package.json +1 -1
- package/sdk/index.css +4 -3
- package/sdk/index.js +954 -635
package/package.json
CHANGED
package/sdk/index.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @wibetter/json-editor v5.1.
|
|
2
|
+
* @wibetter/json-editor v5.1.2
|
|
3
3
|
* author: wibetter
|
|
4
4
|
* build tool: AKFun
|
|
5
|
-
* build time:
|
|
5
|
+
* build time: Fri Jan 10 2025 16:29:43 GMT+0800 (中国标准时间)
|
|
6
6
|
* build tool info: https://github.com/wibetter/akfun
|
|
7
7
|
*/
|
|
8
8
|
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
@@ -1279,7 +1279,7 @@
|
|
|
1279
1279
|
.content-item > .form-item-box .color-btn-wrap .delete-bgColor-btn:hover {
|
|
1280
1280
|
color: red;
|
|
1281
1281
|
}
|
|
1282
|
-
.content-item > .form-item-box .color-btn-wrap:hover {
|
|
1282
|
+
.content-item > .form-item-box .color-btn-wrap:hover:not(.disabled) {
|
|
1283
1283
|
width: 70px;
|
|
1284
1284
|
}
|
|
1285
1285
|
.content-item > .form-item-box .color-btn-wrap:hover .delete-bgColor-btn,
|
|
@@ -1630,6 +1630,7 @@
|
|
|
1630
1630
|
}
|
|
1631
1631
|
.json-editor-container .element-title .warning-text {
|
|
1632
1632
|
color: #fa8c16;
|
|
1633
|
+
display: none;
|
|
1633
1634
|
}
|
|
1634
1635
|
.json-editor-container .element-title .add-operate-btn,
|
|
1635
1636
|
.json-editor-container .element-title .display-source-btn,
|