phoenix_duskmoon 4.6.5 → 4.6.6
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 +13 -0
- package/package.json +1 -1
- package/priv/static/phoenix_duskmoon.css +2 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## [4.6.6](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/compare/v4.6.5...v4.6.6) (2024-08-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Add input toggle and storybook. ([ad531ee](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/commit/ad531eec357abbc04be954a12989df54fdd9ac22))
|
|
7
|
+
* Fix format. ([5da5d3e](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/commit/5da5d3ed2ecc930b75f68dc05764858e5e64c7e3))
|
|
8
|
+
* Fix format. ([b8fbb53](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/commit/b8fbb53f31ac6c0c88effc1b9ef05103f0da3cda))
|
|
9
|
+
* Fix leftmenu. ([0a9591f](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/commit/0a9591f8c417b02620720fb7442187a63ca48c1c))
|
|
10
|
+
* Fix link and storybook. ([79b76fd](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/commit/79b76fdd7cd7e1b7d417b472d070df495c5cd26e))
|
|
11
|
+
* Fix table. ([6ea2b1c](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/commit/6ea2b1c5b75a51bf62b07959a30927ca25970bce))
|
|
12
|
+
* Ignore warning as error. ([4e839c0](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/commit/4e839c0017c1af1f990ad5a9473b51c61b4dbe07))
|
|
13
|
+
|
|
1
14
|
## [4.6.5](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/compare/v4.6.4...v4.6.5) (2024-08-01)
|
|
2
15
|
|
|
3
16
|
|
package/package.json
CHANGED
|
@@ -186,10 +186,6 @@
|
|
|
186
186
|
height: 100%;
|
|
187
187
|
}
|
|
188
188
|
|
|
189
|
-
.min-h-\[200px\] {
|
|
190
|
-
min-height: 200px;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
189
|
.min-h-fit {
|
|
194
190
|
min-height: -moz-fit-content;
|
|
195
191
|
min-height: fit-content;
|
|
@@ -235,8 +231,8 @@
|
|
|
235
231
|
width: 100%;
|
|
236
232
|
}
|
|
237
233
|
|
|
238
|
-
.min-w
|
|
239
|
-
min-width:
|
|
234
|
+
.min-w-36 {
|
|
235
|
+
min-width: 9rem;
|
|
240
236
|
}
|
|
241
237
|
|
|
242
238
|
.flex-1 {
|
|
@@ -471,11 +467,6 @@
|
|
|
471
467
|
background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
|
|
472
468
|
}
|
|
473
469
|
|
|
474
|
-
.bg-slate-100 {
|
|
475
|
-
--tw-bg-opacity: 1;
|
|
476
|
-
background-color: rgb(241 245 249 / var(--tw-bg-opacity));
|
|
477
|
-
}
|
|
478
|
-
|
|
479
470
|
.bg-white {
|
|
480
471
|
--tw-bg-opacity: 1;
|
|
481
472
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
@@ -535,10 +526,6 @@
|
|
|
535
526
|
padding-bottom: 1rem;
|
|
536
527
|
}
|
|
537
528
|
|
|
538
|
-
.pt-4 {
|
|
539
|
-
padding-top: 1rem;
|
|
540
|
-
}
|
|
541
|
-
|
|
542
529
|
.text-center {
|
|
543
530
|
text-align: center;
|
|
544
531
|
}
|