@wibetter/json-editor 5.1.1 → 5.1.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wibetter/json-editor",
3
- "version": "5.1.1",
3
+ "version": "5.1.3",
4
4
  "description": "JSON数据可视化/JSONEditor, 可视化界面编辑json数据",
5
5
  "keywords": [
6
6
  "json",
package/sdk/index.css CHANGED
@@ -1,8 +1,8 @@
1
1
  /*!
2
- * @wibetter/json-editor v5.1.1
2
+ * @wibetter/json-editor v5.1.3
3
3
  * author: wibetter
4
4
  * build tool: AKFun
5
- * build time: Thu Jan 09 2025 11:34:04 GMT+0800 (中国标准时间)
5
+ * build time: Fri Jan 10 2025 17:39:17 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,