daisyui 2.17.0 → 2.18.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/dist/styled.css CHANGED
@@ -64,6 +64,28 @@
64
64
  padding-left: 0.563rem;
65
65
  padding-right: 0.563rem
66
66
  }
67
+ .btm-nav {
68
+ position: fixed;
69
+ bottom: 0px;
70
+ left: 0px;
71
+ right: 0px;
72
+ display: flex;
73
+ width: 100%;
74
+ flex-direction: row;
75
+ align-items: center;
76
+ justify-content: space-around
77
+ }
78
+ .btm-nav>* {
79
+ position: relative;
80
+ display: flex;
81
+ height: 100%;
82
+ flex-basis: 100%;
83
+ cursor: pointer;
84
+ flex-direction: column;
85
+ align-items: center;
86
+ justify-content: center;
87
+ gap: 0.25rem
88
+ }
67
89
  .breadcrumbs {
68
90
  max-width: 100%;
69
91
  overflow-x: auto
@@ -1478,6 +1500,39 @@
1478
1500
 
1479
1501
  color: hsl(var(--ac) / var(--tw-text-opacity))
1480
1502
  }
1503
+ .btm-nav {
1504
+ height: 4rem;
1505
+ --tw-bg-opacity: 1;
1506
+ background-color: hsl(var(--b1) / var(--tw-bg-opacity));
1507
+ color: currentColor
1508
+ }
1509
+ .btm-nav>* {
1510
+ border-color: currentColor
1511
+ }
1512
+ /* active */
1513
+ .btm-nav>*:where(.active) {
1514
+ border-top-width: 2px;
1515
+ --tw-bg-opacity: 1;
1516
+ background-color: hsl(var(--b1) / var(--tw-bg-opacity))
1517
+ }
1518
+ /* disabled */
1519
+ .btm-nav>*.disabled,
1520
+ .btm-nav>*.disabled:hover,
1521
+ .btm-nav>*[disabled],
1522
+ .btm-nav>*[disabled]:hover {
1523
+ pointer-events: none;
1524
+ --tw-border-opacity: 0;
1525
+ background-color: hsl(var(--n) / var(--tw-bg-opacity));
1526
+ --tw-bg-opacity: 0.1;
1527
+ color: hsl(var(--bc) / var(--tw-text-opacity));
1528
+ --tw-text-opacity: 0.2
1529
+ }
1530
+ .btm-nav>* .label {
1531
+ font-size: 1rem;
1532
+ line-height: 1.5rem
1533
+ }
1534
+
1535
+
1481
1536
  .breadcrumbs {
1482
1537
  padding-top: 0.5rem;
1483
1538
  padding-bottom: 0.5rem;