@xiaou66/u-web-ui 0.102.0 → 0.104.0

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.
Files changed (2) hide show
  1. package/dist/index.es.js +1 -1
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -791,7 +791,7 @@ var LeftMenu_default = /* @__PURE__ */ defineComponent({
791
791
  click: { type: Boolean },
792
792
  vip: { type: Boolean },
793
793
  size: { default: "default" },
794
- background: { default: "var(--u-bg-color-3)" }
794
+ background: { default: "var(--u-color-fill-1)" }
795
795
  },
796
796
  setup(e) {
797
797
  let t = e, n = useAttrs(), i = computed(() => "onClick" in n || "onClickCapture" in n), a = computed(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xiaou66/u-web-ui",
3
- "version": "0.102.0",
3
+ "version": "0.104.0",
4
4
  "description": "web-ui",
5
5
  "main": "./dist/index.es.js",
6
6
  "module": "./dist/index.es.js",