phoenix_duskmoon 4.6.1 → 4.6.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 +14 -0
- package/package.json +1 -1
- package/priv/static/phoenix_duskmoon.css +4 -32
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [4.6.3](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/compare/v4.6.2...v4.6.3) (2024-07-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Fix table. ([37c5220](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/commit/37c5220ace8437e81c2a062eafba7fcd073c0fc0))
|
|
7
|
+
|
|
8
|
+
## [4.6.2](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/compare/v4.6.1...v4.6.2) (2024-07-09)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* Fix async card. ([14c7ad6](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/commit/14c7ad629e66102efabac2ef8d74407f83d0f43c))
|
|
14
|
+
|
|
1
15
|
## [4.6.1](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/compare/v4.6.0...v4.6.1) (2024-07-09)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -247,10 +247,6 @@
|
|
|
247
247
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
248
248
|
}
|
|
249
249
|
|
|
250
|
-
.grid-cols-\[6em_auto\] {
|
|
251
|
-
grid-template-columns: 6em auto;
|
|
252
|
-
}
|
|
253
|
-
|
|
254
250
|
.flex-row {
|
|
255
251
|
flex-direction: row;
|
|
256
252
|
}
|
|
@@ -299,15 +295,6 @@
|
|
|
299
295
|
gap: 1.5rem;
|
|
300
296
|
}
|
|
301
297
|
|
|
302
|
-
.gap-x-2 {
|
|
303
|
-
-moz-column-gap: 0.5rem;
|
|
304
|
-
column-gap: 0.5rem;
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
.gap-y-4 {
|
|
308
|
-
row-gap: 1rem;
|
|
309
|
-
}
|
|
310
|
-
|
|
311
298
|
.-space-x-px > :not([hidden]) ~ :not([hidden]) {
|
|
312
299
|
--tw-space-x-reverse: 0;
|
|
313
300
|
margin-right: calc(-1px * var(--tw-space-x-reverse));
|
|
@@ -423,6 +410,10 @@
|
|
|
423
410
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
424
411
|
}
|
|
425
412
|
|
|
413
|
+
.p-0 {
|
|
414
|
+
padding: 0px;
|
|
415
|
+
}
|
|
416
|
+
|
|
426
417
|
.px-10 {
|
|
427
418
|
padding-left: 2.5rem;
|
|
428
419
|
padding-right: 2.5rem;
|
|
@@ -714,16 +705,6 @@
|
|
|
714
705
|
}
|
|
715
706
|
}
|
|
716
707
|
|
|
717
|
-
.before\:font-bold::before {
|
|
718
|
-
content: var(--tw-content);
|
|
719
|
-
font-weight: 700;
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
.before\:content-\[attr\(data-label\)\]::before {
|
|
723
|
-
--tw-content: attr(data-label);
|
|
724
|
-
content: var(--tw-content);
|
|
725
|
-
}
|
|
726
|
-
|
|
727
708
|
.after\:content-\[\'\:\'\]::after {
|
|
728
709
|
--tw-content: ':';
|
|
729
710
|
content: var(--tw-content);
|
|
@@ -760,10 +741,6 @@
|
|
|
760
741
|
display: inline-flex;
|
|
761
742
|
}
|
|
762
743
|
|
|
763
|
-
.md\:table-cell {
|
|
764
|
-
display: table-cell;
|
|
765
|
-
}
|
|
766
|
-
|
|
767
744
|
.md\:table-header-group {
|
|
768
745
|
display: table-header-group;
|
|
769
746
|
}
|
|
@@ -775,11 +752,6 @@
|
|
|
775
752
|
.md\:grid-cols-3 {
|
|
776
753
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
777
754
|
}
|
|
778
|
-
|
|
779
|
-
.md\:before\:hidden::before {
|
|
780
|
-
content: var(--tw-content);
|
|
781
|
-
display: none;
|
|
782
|
-
}
|
|
783
755
|
}
|
|
784
756
|
|
|
785
757
|
@media (min-width: 1024px) {
|