daisyui 2.38.0 → 2.38.1
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/README.md +1 -1
- package/dist/full.css +1 -1
- package/dist/styled.css +18 -58
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/unstyled.css +11 -35
- package/dist/unstyled.js +1 -1
- package/dist/unstyled.rtl.js +1 -1
- package/dist/utilities.js +1 -1
- package/package.json +1 -1
package/dist/styled.css
CHANGED
|
@@ -52,9 +52,7 @@
|
|
|
52
52
|
display: inline-flex;
|
|
53
53
|
align-items: center;
|
|
54
54
|
justify-content: center;
|
|
55
|
-
transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
|
56
55
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
57
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
|
58
56
|
transition-duration: 200ms;
|
|
59
57
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
60
58
|
height: 1.25rem;
|
|
@@ -106,23 +104,19 @@
|
|
|
106
104
|
align-items: center
|
|
107
105
|
}
|
|
108
106
|
.breadcrumbs > ul > li > a:hover {
|
|
109
|
-
|
|
110
|
-
text-decoration-line: underline
|
|
107
|
+
text-decoration-line: underline
|
|
111
108
|
}
|
|
112
109
|
.btn {
|
|
113
110
|
display: inline-flex;
|
|
114
111
|
flex-shrink: 0;
|
|
115
112
|
cursor: pointer;
|
|
116
|
-
|
|
117
|
-
user-select: none;
|
|
113
|
+
user-select: none;
|
|
118
114
|
flex-wrap: wrap;
|
|
119
115
|
align-items: center;
|
|
120
116
|
justify-content: center;
|
|
121
117
|
border-color: transparent;
|
|
122
118
|
text-align: center;
|
|
123
|
-
transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
|
124
119
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
125
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
|
126
120
|
transition-duration: 200ms;
|
|
127
121
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
128
122
|
border-radius: var(--rounded-btn, 0.5rem);
|
|
@@ -588,9 +582,7 @@
|
|
|
588
582
|
font-size: 0.875rem;
|
|
589
583
|
line-height: 1.25rem;
|
|
590
584
|
line-height: 2;
|
|
591
|
-
transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
|
592
585
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
593
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
|
594
586
|
transition-duration: 200ms;
|
|
595
587
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
|
|
596
588
|
}
|
|
@@ -601,8 +593,7 @@
|
|
|
601
593
|
min-height: 2.875rem;
|
|
602
594
|
flex-shrink: 0;
|
|
603
595
|
cursor: pointer;
|
|
604
|
-
|
|
605
|
-
user-select: none;
|
|
596
|
+
user-select: none;
|
|
606
597
|
flex-wrap: wrap;
|
|
607
598
|
align-items: center;
|
|
608
599
|
justify-content: center;
|
|
@@ -612,9 +603,7 @@
|
|
|
612
603
|
text-align: center;
|
|
613
604
|
font-size: 0.875rem;
|
|
614
605
|
line-height: 1.25rem;
|
|
615
|
-
transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
|
616
606
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
617
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
|
618
607
|
transition-duration: 200ms;
|
|
619
608
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
620
609
|
line-height: 1em
|
|
@@ -650,8 +639,7 @@
|
|
|
650
639
|
}
|
|
651
640
|
.label {
|
|
652
641
|
display: flex;
|
|
653
|
-
|
|
654
|
-
user-select: none;
|
|
642
|
+
user-select: none;
|
|
655
643
|
align-items: center;
|
|
656
644
|
justify-content: space-between
|
|
657
645
|
}
|
|
@@ -690,9 +678,7 @@
|
|
|
690
678
|
}
|
|
691
679
|
.input {
|
|
692
680
|
flex-shrink: 1;
|
|
693
|
-
transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
|
694
681
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
695
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
|
696
682
|
transition-duration: 200ms;
|
|
697
683
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
698
684
|
height: 3rem;
|
|
@@ -776,16 +762,13 @@
|
|
|
776
762
|
}
|
|
777
763
|
.link {
|
|
778
764
|
cursor: pointer;
|
|
779
|
-
|
|
780
|
-
text-decoration-line: underline
|
|
765
|
+
text-decoration-line: underline
|
|
781
766
|
}
|
|
782
767
|
.link-hover {
|
|
783
|
-
|
|
784
|
-
text-decoration-line: none
|
|
768
|
+
text-decoration-line: none
|
|
785
769
|
}
|
|
786
770
|
.link-hover:hover {
|
|
787
|
-
|
|
788
|
-
text-decoration-line: underline
|
|
771
|
+
text-decoration-line: underline
|
|
789
772
|
}
|
|
790
773
|
.mask {
|
|
791
774
|
-webkit-mask-size: contain;
|
|
@@ -832,8 +815,7 @@
|
|
|
832
815
|
}
|
|
833
816
|
.menu :where(li:not(.disabled):not(.menu-title)) > :where(*:not(ul)) {
|
|
834
817
|
cursor: pointer;
|
|
835
|
-
|
|
836
|
-
user-select: none;
|
|
818
|
+
user-select: none;
|
|
837
819
|
align-items: center;
|
|
838
820
|
outline: 2px solid transparent;
|
|
839
821
|
outline-offset: 2px
|
|
@@ -1007,8 +989,7 @@
|
|
|
1007
989
|
display: inline-flex;
|
|
1008
990
|
flex-shrink: 0;
|
|
1009
991
|
cursor: pointer;
|
|
1010
|
-
|
|
1011
|
-
user-select: none;
|
|
992
|
+
user-select: none;
|
|
1012
993
|
appearance: none;
|
|
1013
994
|
height: 3rem;
|
|
1014
995
|
padding-left: 1rem;
|
|
@@ -1103,9 +1084,7 @@
|
|
|
1103
1084
|
|
|
1104
1085
|
display: inline-grid;
|
|
1105
1086
|
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
user-select: none;
|
|
1087
|
+
user-select: none;
|
|
1109
1088
|
|
|
1110
1089
|
place-content: center
|
|
1111
1090
|
}
|
|
@@ -1151,8 +1130,7 @@
|
|
|
1151
1130
|
position: relative;
|
|
1152
1131
|
display: inline-flex;
|
|
1153
1132
|
cursor: pointer;
|
|
1154
|
-
|
|
1155
|
-
user-select: none;
|
|
1133
|
+
user-select: none;
|
|
1156
1134
|
flex-wrap: wrap;
|
|
1157
1135
|
align-items: center;
|
|
1158
1136
|
justify-content: center;
|
|
@@ -1175,9 +1153,7 @@
|
|
|
1175
1153
|
}
|
|
1176
1154
|
.textarea {
|
|
1177
1155
|
flex-shrink: 1;
|
|
1178
|
-
transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
|
1179
1156
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
1180
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
|
1181
1157
|
transition-duration: 200ms;
|
|
1182
1158
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1183
1159
|
padding-left: 1rem;
|
|
@@ -1270,7 +1246,7 @@
|
|
|
1270
1246
|
display: flex;
|
|
1271
1247
|
overflow: hidden
|
|
1272
1248
|
}
|
|
1273
|
-
.avatar-group .avatar {
|
|
1249
|
+
.avatar-group :where(.avatar) {
|
|
1274
1250
|
overflow: hidden;
|
|
1275
1251
|
border-radius: 9999px;
|
|
1276
1252
|
border-width: 4px;
|
|
@@ -1612,8 +1588,7 @@
|
|
|
1612
1588
|
}.btn {
|
|
1613
1589
|
font-weight: 600;
|
|
1614
1590
|
text-transform: uppercase;
|
|
1615
|
-
|
|
1616
|
-
text-decoration-line: none;
|
|
1591
|
+
text-decoration-line: none;
|
|
1617
1592
|
border-width: var(--border-btn, 1px);
|
|
1618
1593
|
animation: button-pop var(--animation-btn, 0.25s) ease-out;
|
|
1619
1594
|
text-transform: var(--btn-text-case, uppercase);
|
|
@@ -1631,8 +1606,7 @@
|
|
|
1631
1606
|
background-color: hsl(var(--n) / var(--tw-bg-opacity));
|
|
1632
1607
|
--tw-text-opacity: 1;
|
|
1633
1608
|
color: hsl(var(--nc) / var(--tw-text-opacity));
|
|
1634
|
-
|
|
1635
|
-
text-decoration-line: none;
|
|
1609
|
+
text-decoration-line: none;
|
|
1636
1610
|
}
|
|
1637
1611
|
.btn:hover,
|
|
1638
1612
|
.btn-active {
|
|
@@ -1803,15 +1777,13 @@
|
|
|
1803
1777
|
background-color: transparent;
|
|
1804
1778
|
--tw-text-opacity: 1;
|
|
1805
1779
|
color: hsl(var(--p) / var(--tw-text-opacity));
|
|
1806
|
-
|
|
1807
|
-
text-decoration-line: underline;
|
|
1780
|
+
text-decoration-line: underline;
|
|
1808
1781
|
}
|
|
1809
1782
|
.btn-link:hover,
|
|
1810
1783
|
.btn-link.btn-active {
|
|
1811
1784
|
border-color: transparent;
|
|
1812
1785
|
background-color: transparent;
|
|
1813
|
-
|
|
1814
|
-
text-decoration-line: underline;
|
|
1786
|
+
text-decoration-line: underline;
|
|
1815
1787
|
}
|
|
1816
1788
|
.btn-link:focus-visible {
|
|
1817
1789
|
outline: 2px solid currentColor;
|
|
@@ -2457,9 +2429,7 @@
|
|
|
2457
2429
|
--tw-scale-x: .95;
|
|
2458
2430
|
--tw-scale-y: .95;
|
|
2459
2431
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2460
|
-
transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
|
2461
2432
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
2462
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
|
2463
2433
|
transition-duration: 200ms;
|
|
2464
2434
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
|
|
2465
2435
|
}
|
|
@@ -2502,8 +2472,7 @@
|
|
|
2502
2472
|
text-transform: uppercase;
|
|
2503
2473
|
--tw-text-opacity: 1;
|
|
2504
2474
|
color: hsl(var(--nc) / var(--tw-text-opacity));
|
|
2505
|
-
|
|
2506
|
-
text-decoration-line: none;
|
|
2475
|
+
text-decoration-line: none;
|
|
2507
2476
|
border-width: var(--border-btn, 1px);
|
|
2508
2477
|
animation: button-pop var(--animation-btn, 0.25s) ease-out;
|
|
2509
2478
|
text-transform: var(--btn-text-case, uppercase);
|
|
@@ -3005,8 +2974,7 @@
|
|
|
3005
2974
|
--tw-bg-opacity: 0.1;
|
|
3006
2975
|
}
|
|
3007
2976
|
.menu li.disabled > * {
|
|
3008
|
-
|
|
3009
|
-
user-select: none;
|
|
2977
|
+
user-select: none;
|
|
3010
2978
|
color: hsl(var(--bc) / var(--tw-text-opacity));
|
|
3011
2979
|
--tw-text-opacity: 0.2;
|
|
3012
2980
|
}
|
|
@@ -3041,9 +3009,7 @@
|
|
|
3041
3009
|
.menu :where(li:not(.disabled)) > :where(*:not(ul)) {
|
|
3042
3010
|
outline: 2px solid transparent;
|
|
3043
3011
|
outline-offset: 2px;
|
|
3044
|
-
transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
|
3045
3012
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
3046
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
|
3047
3013
|
transition-duration: 200ms;
|
|
3048
3014
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3049
3015
|
}
|
|
@@ -3230,9 +3196,7 @@
|
|
|
3230
3196
|
--tw-bg-opacity: 1;
|
|
3231
3197
|
background-color: hsl(var(--b1) / var(--tw-bg-opacity));
|
|
3232
3198
|
padding: 1.5rem;
|
|
3233
|
-
transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
|
3234
3199
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
3235
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
|
3236
3200
|
transition-duration: 200ms;
|
|
3237
3201
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3238
3202
|
width: 91.666667%;
|
|
@@ -3719,9 +3683,7 @@
|
|
|
3719
3683
|
background-color: hsl(var(--b1) / var(--tw-bg-opacity));
|
|
3720
3684
|
padding-right: 2.5rem;
|
|
3721
3685
|
font-weight: 600;
|
|
3722
|
-
transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
|
3723
3686
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
3724
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
|
3725
3687
|
transition-duration: 200ms;
|
|
3726
3688
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3727
3689
|
border-radius: var(--rounded-btn, 0.5rem);
|
|
@@ -4507,9 +4469,7 @@
|
|
|
4507
4469
|
.tooltip:before,
|
|
4508
4470
|
.tooltip:after {
|
|
4509
4471
|
opacity: 0;
|
|
4510
|
-
transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
|
4511
4472
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
4512
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
|
4513
4473
|
transition-delay: 100ms;
|
|
4514
4474
|
transition-duration: 200ms;
|
|
4515
4475
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|