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 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
@@ -16,7 +16,7 @@ About at [Web Component](https://developer.mozilla.org/en-US/docs/Web/Web_Compon
16
16
 
17
17
  Add deps in `mix.exs`
18
18
  ```elixir
19
- {:phoenix_duskmoon, "~> 3.0"},
19
+ {:phoenix_duskmoon, "~> 4.0"},
20
20
  ```
21
21
 
22
22
  Include in phoenix view helpers
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phoenix_duskmoon",
3
- "version": "4.0.0",
3
+ "version": "4.1.1",
4
4
  "main": "./priv/static/phoenix_duskmoon.js",
5
5
  "exports": {
6
6
  ".": "./priv/static/phoenix_duskmoon.js",
@@ -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
-