@solar-taro/ui-sun 1.1.9 → 1.1.11

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/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ ## 1.1.10 (2025-07-17)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **ui-sun/spinner:** fix style
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - HyperLife1119
10
+
11
+ ## 1.1.9 (2025-07-16)
12
+
13
+ ### 🩹 Fixes
14
+
15
+ - **ui-sun/fab:** replace rpx with px
16
+
17
+ ### 🔥 Performance
18
+
19
+ - **ui-sun/lazy-render:** use requestAnimationFrame instead of setTimeout
20
+
21
+ ### ❤️ Thank You
22
+
23
+ - HyperLife1119
24
+
1
25
  ## 1.1.8 (2025-06-24)
2
26
 
3
27
  This was a version bump only for ui-sun to align it with other projects, there were no code changes.
package/fab/index.scss CHANGED
@@ -2,9 +2,9 @@
2
2
  display: flex;
3
3
  justify-content: center;
4
4
  align-items: center;
5
- width: 52px;
6
- height: 52px;
7
- border-radius: 50%;
5
+ width: 54px;
6
+ height: 54px;
7
+ border-radius: 20px;
8
8
 
9
9
  &:not(:last-child) {
10
10
  margin-bottom: 10px;
package/index10.js CHANGED
@@ -20,12 +20,12 @@ const n = s, t = a, v = f, m = p, y = i, g = u, w = d, S = c, x = { class: "sun-
20
20
  /** 横轴偏移度 */
21
21
  offsetX: {
22
22
  type: String,
23
- default: "7.5rpx"
23
+ default: "4px"
24
24
  },
25
25
  /** 纵轴偏移度 */
26
26
  offsetY: {
27
27
  type: String,
28
- default: "7.5rpx"
28
+ default: "4px"
29
29
  },
30
30
  /** popover背景 */
31
31
  bg: {
package/index19.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { renderSlot as r, mergeProps as o, openBlock as t, createElementBlock as n } from "vue";
2
- import c from "./index23.js";
2
+ import c from "./index28.js";
3
3
  const s = {}, l = r, a = o, f = t, _ = n;
4
4
  function m(e, p) {
5
5
  return f(), _("view", a(e.$attrs, { class: "sun-fab" }), [
package/index20.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { renderSlot as o, mergeProps as r, openBlock as t, createElementBlock as s } from "vue";
2
- import n from "./index23.js";
2
+ import n from "./index28.js";
3
3
  const c = {}, l = o, m = r, _ = t, a = s;
4
4
  function u(e, d) {
5
5
  return _(), a("view", m(e.$attrs, { class: "sun-sudoku-item" }), [
package/index22.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index6.js";
1
+ import f from "./index3.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index23.js CHANGED
@@ -1,9 +1,4 @@
1
- const s = (t, e) => {
2
- const o = t.__vccOpts || t;
3
- for (const [r, c] of e)
4
- o[r] = c;
5
- return o;
6
- };
1
+ import f from "./index9.js";
7
2
  export {
8
- s as default
3
+ f as default
9
4
  };
package/index24.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index4.js";
1
+ import f from "./index7.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index25.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index3.js";
1
+ import f from "./index4.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index26.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index10.js";
1
+ import f from "./index8.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index27.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index9.js";
1
+ import f from "./index6.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index28.js CHANGED
@@ -1,4 +1,9 @@
1
- import f from "./index8.js";
1
+ const s = (t, e) => {
2
+ const o = t.__vccOpts || t;
3
+ for (const [r, c] of e)
4
+ o[r] = c;
5
+ return o;
6
+ };
2
7
  export {
3
- f as default
8
+ s as default
4
9
  };
package/index30.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index11.js";
1
+ import f from "./index10.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index31.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index12.js";
1
+ import f from "./index14.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index32.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index7.js";
1
+ import f from "./index11.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index33.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index15.js";
1
+ import f from "./index12.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index34.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index16.js";
1
+ import f from "./index18.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index35.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index17.js";
1
+ import f from "./index15.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index36.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index18.js";
1
+ import f from "./index16.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index37.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index14.js";
1
+ import f from "./index17.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solar-taro/ui-sun",
3
- "version": "1.1.9",
3
+ "version": "1.1.11",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "module": "./index.js",
@@ -2,7 +2,7 @@
2
2
  --spinner-color: var(--color-primary);
3
3
  --spinner-dot-size: 12px;
4
4
  --spinner-dot-gap: 6px;
5
- --spinner-desc-size: 12px;
5
+ --spinner-desc-size: 14px;
6
6
  display: inline-block;
7
7
 
8
8
  &-small {