phoenix_duskmoon 4.6.6 → 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,21 @@
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
+
1
19
  ## [4.6.6](https://github.com/gsmlg-dev/phoenix-duskmoon-ui/compare/v4.6.5...v4.6.6) (2024-08-09)
2
20
 
3
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phoenix_duskmoon",
3
- "version": "4.6.6",
3
+ "version": "5.0.0",
4
4
  "main": "./priv/static/phoenix_duskmoon.js",
5
5
  "exports": {
6
6
  ".": "./priv/static/phoenix_duskmoon.js",
@@ -367,10 +367,6 @@
367
367
  white-space: nowrap;
368
368
  }
369
369
 
370
- .rounded-lg {
371
- border-radius: 0.5rem;
372
- }
373
-
374
370
  .rounded-md {
375
371
  border-radius: 0.375rem;
376
372
  }
@@ -452,11 +448,6 @@
452
448
  background-color: rgba(255,255,255,.7);
453
449
  }
454
450
 
455
- .bg-blue-100 {
456
- --tw-bg-opacity: 1;
457
- background-color: rgb(219 234 254 / var(--tw-bg-opacity));
458
- }
459
-
460
451
  .bg-indigo-50 {
461
452
  --tw-bg-opacity: 1;
462
453
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
@@ -476,11 +467,6 @@
476
467
  padding: 0px;
477
468
  }
478
469
 
479
- .px-10 {
480
- padding-left: 2.5rem;
481
- padding-right: 2.5rem;
482
- }
483
-
484
470
  .px-12 {
485
471
  padding-left: 3rem;
486
472
  padding-right: 3rem;
@@ -534,14 +520,6 @@
534
520
  text-align: right;
535
521
  }
536
522
 
537
- .indent-2 {
538
- text-indent: 0.5rem;
539
- }
540
-
541
- .indent-2\.5 {
542
- text-indent: 0.625rem;
543
- }
544
-
545
523
  .text-2xl {
546
524
  font-size: 1.5rem;
547
525
  line-height: 2rem;
@@ -601,11 +579,6 @@
601
579
  color: rgb(96 165 250 / var(--tw-text-opacity));
602
580
  }
603
581
 
604
- .text-blue-500 {
605
- --tw-text-opacity: 1;
606
- color: rgb(59 130 246 / var(--tw-text-opacity));
607
- }
608
-
609
582
  .text-error {
610
583
  --tw-text-opacity: 1;
611
584
  color: var(--fallback-er,oklch(var(--er)/var(--tw-text-opacity)));
@@ -626,6 +599,11 @@
626
599
  color: rgb(79 70 229 / var(--tw-text-opacity));
627
600
  }
628
601
 
602
+ .text-primary {
603
+ --tw-text-opacity: 1;
604
+ color: var(--fallback-p,oklch(var(--p)/var(--tw-text-opacity)));
605
+ }
606
+
629
607
  .text-primary-content {
630
608
  --tw-text-opacity: 1;
631
609
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
@@ -849,15 +827,3 @@
849
827
  display: none;
850
828
  }
851
829
  }
852
-
853
- @media (prefers-color-scheme: dark) {
854
- .dark\:bg-blue-900 {
855
- --tw-bg-opacity: 1;
856
- background-color: rgb(30 58 138 / var(--tw-bg-opacity));
857
- }
858
-
859
- .dark\:text-blue-100 {
860
- --tw-text-opacity: 1;
861
- color: rgb(219 234 254 / var(--tw-text-opacity));
862
- }
863
- }