y-admin-ui 6.2.6 → 6.2.7

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/style.css.gz CHANGED
Binary file
package/lib/y-admin-ui.js CHANGED
@@ -1100,11 +1100,11 @@ const lu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1100
1100
  }, Symbol.toStringTag, { value: "Module" })), ec = [
1101
1101
  {
1102
1102
  title: "\u7EBF\u6846",
1103
- icons: Array.from({ length: 100 }, (e, a) => `y-icon y-iconsolid-${a + 1}`)
1103
+ icons: Array.from({ length: 100 }, (e, a) => `y-icon-solid y-iconsolid-${a + 1}`)
1104
1104
  },
1105
1105
  {
1106
1106
  title: "\u5B9E\u5FC3",
1107
- icons: Array.from({ length: 50 }, (e, a) => `y-icon y-iconreal-${a + 1}`)
1107
+ icons: Array.from({ length: 50 }, (e, a) => `y-icon-real y-iconreal-${a + 1}`)
1108
1108
  }
1109
1109
  ];
1110
1110
  /*! Element Plus Icons Vue v2.3.2 */
Binary file