phoenix_duskmoon 4.6.5 → 5.0.0

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,34 @@
1
+ # [5.0.0](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/compare/v4.6.6...v5.0.0) (2024-12-13)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Format code. ([c45a594](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/commit/c45a59431d50206d7a0742231dca55cb63144ea3))
7
+
8
+
9
+ ### Features
10
+
11
+ * Add button with confirm. ([3a5491c](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/commit/3a5491cfc59c8ac0083682a0d3f31d9ba9750d5c))
12
+ * Update phoenix_live_view to 1.0 ([7f04b3a](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/commit/7f04b3a74c9ce4665ae97f2349ab0d691ce1f950))
13
+
14
+
15
+ ### BREAKING CHANGES
16
+
17
+ * * phoenix_live_view version up to 1.0, can not compatible to previous version
18
+
19
+ ## [4.6.6](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/compare/v4.6.5...v4.6.6) (2024-08-09)
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * Add input toggle and storybook. ([ad531ee](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/commit/ad531eec357abbc04be954a12989df54fdd9ac22))
25
+ * Fix format. ([5da5d3e](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/commit/5da5d3ed2ecc930b75f68dc05764858e5e64c7e3))
26
+ * Fix format. ([b8fbb53](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/commit/b8fbb53f31ac6c0c88effc1b9ef05103f0da3cda))
27
+ * Fix leftmenu. ([0a9591f](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/commit/0a9591f8c417b02620720fb7442187a63ca48c1c))
28
+ * Fix link and storybook. ([79b76fd](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/commit/79b76fdd7cd7e1b7d417b472d070df495c5cd26e))
29
+ * Fix table. ([6ea2b1c](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/commit/6ea2b1c5b75a51bf62b07959a30927ca25970bce))
30
+ * Ignore warning as error. ([4e839c0](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/commit/4e839c0017c1af1f990ad5a9473b51c61b4dbe07))
31
+
1
32
  ## [4.6.5](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/compare/v4.6.4...v4.6.5) (2024-08-01)
2
33
 
3
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phoenix_duskmoon",
3
- "version": "4.6.5",
3
+ "version": "5.0.0",
4
4
  "main": "./priv/static/phoenix_duskmoon.js",
5
5
  "exports": {
6
6
  ".": "./priv/static/phoenix_duskmoon.js",
@@ -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-\[420px\] {
239
- min-width: 420px;
234
+ .min-w-36 {
235
+ min-width: 9rem;
240
236
  }
241
237
 
242
238
  .flex-1 {
@@ -371,10 +367,6 @@
371
367
  white-space: nowrap;
372
368
  }
373
369
 
374
- .rounded-lg {
375
- border-radius: 0.5rem;
376
- }
377
-
378
370
  .rounded-md {
379
371
  border-radius: 0.375rem;
380
372
  }
@@ -456,11 +448,6 @@
456
448
  background-color: rgba(255,255,255,.7);
457
449
  }
458
450
 
459
- .bg-blue-100 {
460
- --tw-bg-opacity: 1;
461
- background-color: rgb(219 234 254 / var(--tw-bg-opacity));
462
- }
463
-
464
451
  .bg-indigo-50 {
465
452
  --tw-bg-opacity: 1;
466
453
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
@@ -471,11 +458,6 @@
471
458
  background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
472
459
  }
473
460
 
474
- .bg-slate-100 {
475
- --tw-bg-opacity: 1;
476
- background-color: rgb(241 245 249 / var(--tw-bg-opacity));
477
- }
478
-
479
461
  .bg-white {
480
462
  --tw-bg-opacity: 1;
481
463
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
@@ -485,11 +467,6 @@
485
467
  padding: 0px;
486
468
  }
487
469
 
488
- .px-10 {
489
- padding-left: 2.5rem;
490
- padding-right: 2.5rem;
491
- }
492
-
493
470
  .px-12 {
494
471
  padding-left: 3rem;
495
472
  padding-right: 3rem;
@@ -535,10 +512,6 @@
535
512
  padding-bottom: 1rem;
536
513
  }
537
514
 
538
- .pt-4 {
539
- padding-top: 1rem;
540
- }
541
-
542
515
  .text-center {
543
516
  text-align: center;
544
517
  }
@@ -547,14 +520,6 @@
547
520
  text-align: right;
548
521
  }
549
522
 
550
- .indent-2 {
551
- text-indent: 0.5rem;
552
- }
553
-
554
- .indent-2\.5 {
555
- text-indent: 0.625rem;
556
- }
557
-
558
523
  .text-2xl {
559
524
  font-size: 1.5rem;
560
525
  line-height: 2rem;
@@ -614,11 +579,6 @@
614
579
  color: rgb(96 165 250 / var(--tw-text-opacity));
615
580
  }
616
581
 
617
- .text-blue-500 {
618
- --tw-text-opacity: 1;
619
- color: rgb(59 130 246 / var(--tw-text-opacity));
620
- }
621
-
622
582
  .text-error {
623
583
  --tw-text-opacity: 1;
624
584
  color: var(--fallback-er,oklch(var(--er)/var(--tw-text-opacity)));
@@ -639,6 +599,11 @@
639
599
  color: rgb(79 70 229 / var(--tw-text-opacity));
640
600
  }
641
601
 
602
+ .text-primary {
603
+ --tw-text-opacity: 1;
604
+ color: var(--fallback-p,oklch(var(--p)/var(--tw-text-opacity)));
605
+ }
606
+
642
607
  .text-primary-content {
643
608
  --tw-text-opacity: 1;
644
609
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
@@ -862,15 +827,3 @@
862
827
  display: none;
863
828
  }
864
829
  }
865
-
866
- @media (prefers-color-scheme: dark) {
867
- .dark\:bg-blue-900 {
868
- --tw-bg-opacity: 1;
869
- background-color: rgb(30 58 138 / var(--tw-bg-opacity));
870
- }
871
-
872
- .dark\:text-blue-100 {
873
- --tw-text-opacity: 1;
874
- color: rgb(219 234 254 / var(--tw-text-opacity));
875
- }
876
- }