@solar-taro/ui-sun 1.3.1 → 1.3.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/CHANGELOG.md +21 -0
- package/chip/index.scss +6 -6
- package/index19.js +1 -1
- package/index20.js +1 -1
- package/index21.js +1 -1
- package/index22.js +2 -7
- package/index24.js +1 -1
- package/index25.js +1 -1
- package/index26.js +1 -1
- package/index27.js +1 -1
- package/index28.js +1 -1
- package/index29.js +1 -1
- package/index30.js +1 -1
- package/index31.js +1 -1
- package/index32.js +7 -2
- package/index33.js +1 -1
- package/index34.js +1 -1
- package/index35.js +1 -1
- package/index36.js +1 -1
- package/index37.js +1 -1
- package/package.json +1 -1
- package/tailwind.js +1 -13
- package/typing.d.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## 1.3.2 (2025-09-18)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- **ui-sun:** fix bug
|
|
6
|
+
|
|
7
|
+
### ❤️ Thank You
|
|
8
|
+
|
|
9
|
+
- HyperLife1119
|
|
10
|
+
|
|
11
|
+
## 1.3.1 (2025-09-18)
|
|
12
|
+
|
|
13
|
+
### 🚀 Features
|
|
14
|
+
|
|
15
|
+
- **ui-sun/chip:** support more colors
|
|
16
|
+
- **ui-sun:** new color system
|
|
17
|
+
|
|
18
|
+
### ❤️ Thank You
|
|
19
|
+
|
|
20
|
+
- HyperLife1119
|
|
21
|
+
|
|
1
22
|
## 1.3.0 (2025-09-18)
|
|
2
23
|
|
|
3
24
|
### 🩹 Fixes
|
package/chip/index.scss
CHANGED
|
@@ -83,13 +83,13 @@
|
|
|
83
83
|
--color-contrast: var(--color-dark-contrast);
|
|
84
84
|
}
|
|
85
85
|
|
|
86
|
-
&-
|
|
87
|
-
--color-rgb: var(--color-
|
|
88
|
-
--color-contrast: var(--color-
|
|
86
|
+
&-medium {
|
|
87
|
+
--color-rgb: var(--color-medium-rgb);
|
|
88
|
+
--color-contrast: var(--color-medium-contrast);
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
&-
|
|
92
|
-
--color-rgb:
|
|
93
|
-
--color-contrast: var(--color-
|
|
91
|
+
&-white {
|
|
92
|
+
--color-rgb: 255, 255, 255;
|
|
93
|
+
--color-contrast: var(--color-dark);
|
|
94
94
|
}
|
|
95
95
|
}
|
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 "./
|
|
2
|
+
import c from "./index32.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 "./
|
|
2
|
+
import n from "./index32.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/index21.js
CHANGED
package/index22.js
CHANGED
package/index24.js
CHANGED
package/index25.js
CHANGED
package/index26.js
CHANGED
package/index27.js
CHANGED
package/index28.js
CHANGED
package/index29.js
CHANGED
package/index30.js
CHANGED
package/index31.js
CHANGED
package/index32.js
CHANGED
package/index33.js
CHANGED
package/index34.js
CHANGED
package/index35.js
CHANGED
package/index36.js
CHANGED
package/index37.js
CHANGED
package/package.json
CHANGED
package/tailwind.js
CHANGED
|
@@ -47,18 +47,6 @@ module.exports = {
|
|
|
47
47
|
contrast: 'var(--color-dark-contrast)',
|
|
48
48
|
tint: 'var(--color-dark-tint)',
|
|
49
49
|
shade: 'var(--color-dark-shade)',
|
|
50
|
-
}
|
|
51
|
-
white: {
|
|
52
|
-
DEFAULT: 'var(--color-white)',
|
|
53
|
-
contrast: 'var(--color-white-contrast)',
|
|
54
|
-
tint: 'var(--color-white-tint)',
|
|
55
|
-
shade: 'var(--color-white-shade)',
|
|
56
|
-
},
|
|
57
|
-
black: {
|
|
58
|
-
DEFAULT: 'var(--color-black)',
|
|
59
|
-
contrast: 'var(--color-black-contrast)',
|
|
60
|
-
tint: 'var(--color-black-tint)',
|
|
61
|
-
shade: 'var(--color-black-shade)',
|
|
62
|
-
},
|
|
50
|
+
}
|
|
63
51
|
}
|
|
64
52
|
}
|
package/typing.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export type Color = 'primary' | 'success' | 'danger' | 'warning' | 'info' | 'dark' | 'light' | '
|
|
1
|
+
export type Color = 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'dark' | 'light' | 'medium' | 'white' | 'black';
|