phoenix_duskmoon 4.6.0 → 4.6.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 +7 -0
- package/package.json +1 -1
- package/priv/static/phoenix_duskmoon.css +0 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [4.6.1](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/compare/v4.6.0...v4.6.1) (2024-07-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Fix card and async card. ([87c9b5a](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/commit/87c9b5a1b3aadc44a196ac66308e20c06aaa17ab))
|
|
7
|
+
|
|
1
8
|
# [4.6.0](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/compare/v4.5.2...v4.6.0) (2024-07-08)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -166,10 +166,6 @@
|
|
|
166
166
|
height: 100%;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
-
.min-h-32 {
|
|
170
|
-
min-height: 8rem;
|
|
171
|
-
}
|
|
172
|
-
|
|
173
169
|
.min-h-\[200px\] {
|
|
174
170
|
min-height: 200px;
|
|
175
171
|
}
|
|
@@ -322,10 +318,6 @@
|
|
|
322
318
|
align-self: center;
|
|
323
319
|
}
|
|
324
320
|
|
|
325
|
-
.rounded {
|
|
326
|
-
border-radius: 0.25rem;
|
|
327
|
-
}
|
|
328
|
-
|
|
329
321
|
.rounded-lg {
|
|
330
322
|
border-radius: 0.5rem;
|
|
331
323
|
}
|
|
@@ -407,11 +399,6 @@
|
|
|
407
399
|
border-color: rgb(99 102 241 / var(--tw-border-opacity));
|
|
408
400
|
}
|
|
409
401
|
|
|
410
|
-
.border-zinc-300 {
|
|
411
|
-
--tw-border-opacity: 1;
|
|
412
|
-
border-color: rgb(212 212 216 / var(--tw-border-opacity));
|
|
413
|
-
}
|
|
414
|
-
|
|
415
402
|
.bg-\[rgba\(255\2c 255\2c 255\2c \.7\)\] {
|
|
416
403
|
background-color: rgba(255,255,255,.7);
|
|
417
404
|
}
|
|
@@ -592,11 +579,6 @@
|
|
|
592
579
|
color: rgb(82 82 91 / var(--tw-text-opacity));
|
|
593
580
|
}
|
|
594
581
|
|
|
595
|
-
.text-zinc-900 {
|
|
596
|
-
--tw-text-opacity: 1;
|
|
597
|
-
color: rgb(24 24 27 / var(--tw-text-opacity));
|
|
598
|
-
}
|
|
599
|
-
|
|
600
582
|
.underline {
|
|
601
583
|
text-decoration-line: underline;
|
|
602
584
|
}
|
|
@@ -765,12 +747,6 @@
|
|
|
765
747
|
border-color: var(--fallback-er,oklch(var(--er)/var(--tw-border-opacity)));
|
|
766
748
|
}
|
|
767
749
|
|
|
768
|
-
.focus\:ring-0:focus {
|
|
769
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
770
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
771
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
772
|
-
}
|
|
773
|
-
|
|
774
750
|
.peer:checked ~ .peer-checked\:flex {
|
|
775
751
|
display: flex;
|
|
776
752
|
}
|