phoenix_duskmoon 6.1.0 → 6.1.2
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,18 @@
|
|
|
1
|
+
## [6.1.2](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/compare/v6.1.1...v6.1.2) (2025-02-10)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Fix style. ([8831316](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/commit/88313169f8f31729aadd3ad61918a8528e36ed16))
|
|
7
|
+
* Fix style. ([5e7f8c1](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/commit/5e7f8c132fb2d14e4cc4ba375a07329432c5bddb))
|
|
8
|
+
|
|
9
|
+
## [6.1.1](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/compare/v6.1.0...v6.1.1) (2025-02-10)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* Fix snowflake overflow. ([44c28ae](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/commit/44c28ae9830085b2536a823b441d1e38b2318fff))
|
|
15
|
+
|
|
1
16
|
# [6.1.0](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/compare/v6.0.10...v6.1.0) (2025-02-09)
|
|
2
17
|
|
|
3
18
|
|
package/package.json
CHANGED
|
@@ -3065,9 +3065,9 @@
|
|
|
3065
3065
|
@layer components {
|
|
3066
3066
|
.dm-fun-eclipse {
|
|
3067
3067
|
--bg-color: #09090b;
|
|
3068
|
-
--
|
|
3069
|
-
width: var(--
|
|
3070
|
-
height: var(--
|
|
3068
|
+
--size: 600px;
|
|
3069
|
+
width: var(--size);
|
|
3070
|
+
height: var(--size);
|
|
3071
3071
|
position: relative;
|
|
3072
3072
|
overflow: hidden;
|
|
3073
3073
|
.layer {
|