phoenix_duskmoon 4.0.0 → 4.1.1
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 +14 -0
- package/README.md +1 -1
- package/package.json +1 -1
- package/priv/static/phoenix_duskmoon.css +5 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [4.1.1](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/compare/v4.1.0...v4.1.1) (2023-04-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* fix style of storybook. ([8374539](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/commit/837453928c5b4f78480e9907c0d9e9194af74751))
|
|
7
|
+
|
|
8
|
+
# [4.1.0](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/compare/v4.0.0...v4.1.0) (2023-04-02)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* Add new loading effect. ([822ba08](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/commit/822ba0824c39d0a75acefd1f0ad68c3e14d2aa49))
|
|
14
|
+
|
|
1
15
|
# [4.0.0](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/compare/v3.2.4...v4.0.0) (2023-03-11)
|
|
2
16
|
|
|
3
17
|
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -558,6 +558,11 @@
|
|
|
558
558
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
559
559
|
}
|
|
560
560
|
|
|
561
|
+
.blur {
|
|
562
|
+
--tw-blur: blur(8px);
|
|
563
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
|
|
564
|
+
}
|
|
565
|
+
|
|
561
566
|
.filter {
|
|
562
567
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
|
|
563
568
|
}
|
|
@@ -706,4 +711,3 @@
|
|
|
706
711
|
}
|
|
707
712
|
}
|
|
708
713
|
|
|
709
|
-
|