daisyui 3.0.19 → 3.0.22
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/full.css +5 -5
- package/dist/styled.css +1 -1
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/themes.css +4 -4
- package/package.json +1 -1
- package/src/theming/themes.js +4 -1
package/dist/full.css
CHANGED
|
@@ -455,7 +455,6 @@
|
|
|
455
455
|
--b3: 0 0% 0%;
|
|
456
456
|
--bc: 145 0% 81%;
|
|
457
457
|
--sc: 275 36% 88%;
|
|
458
|
-
--ac: 92 46% 88%;
|
|
459
458
|
--nc: 26 11% 80%;
|
|
460
459
|
--inc: 239 85% 93%;
|
|
461
460
|
--suc: 126 38% 89%;
|
|
@@ -475,6 +474,7 @@
|
|
|
475
474
|
--pc: 180 7% 8%;
|
|
476
475
|
--s: 271 46% 42%;
|
|
477
476
|
--a: 91 100% 33%;
|
|
477
|
+
--ac: 0 0% 0%;
|
|
478
478
|
--n: 31 81% 10%;
|
|
479
479
|
--b1: 0 0% 13%;
|
|
480
480
|
--in: 221 83% 53%;
|
|
@@ -532,7 +532,6 @@
|
|
|
532
532
|
--wa: 43 96% 56%;
|
|
533
533
|
--er: 0 91% 71%;
|
|
534
534
|
--bc: 360 1% 79%;
|
|
535
|
-
--pc: 125 47% 90%;
|
|
536
535
|
--sc: 158 32% 11%;
|
|
537
536
|
--ac: 172 31% 11%;
|
|
538
537
|
--nc: 157 7% 81%;
|
|
@@ -550,6 +549,7 @@
|
|
|
550
549
|
--tab-border: 1px;
|
|
551
550
|
--tab-radius: 0.5rem;
|
|
552
551
|
--p: 141 72% 42%;
|
|
552
|
+
--pc: 0 0% 0%;
|
|
553
553
|
--s: 164 73% 42%;
|
|
554
554
|
--a: 175 73% 42%;
|
|
555
555
|
--n: 161 37% 15%;
|
|
@@ -617,7 +617,7 @@
|
|
|
617
617
|
--in: 212 100% 48%;
|
|
618
618
|
--inc: 0 0% 100%;
|
|
619
619
|
--su: 137 72% 46%;
|
|
620
|
-
--suc: 0 0%
|
|
620
|
+
--suc: 0 0% 0%;
|
|
621
621
|
--wa: 5 100% 66%;
|
|
622
622
|
--wac: 0 0% 100%;
|
|
623
623
|
--er: 325 78% 49%;
|
|
@@ -1050,7 +1050,6 @@
|
|
|
1050
1050
|
--sc: 239 22% 15%;
|
|
1051
1051
|
--ac: 332 26% 15%;
|
|
1052
1052
|
--nc: 221 7% 82%;
|
|
1053
|
-
--inc: 208 79% 92%;
|
|
1054
1053
|
--suc: 169 31% 13%;
|
|
1055
1054
|
--wac: 39 36% 14%;
|
|
1056
1055
|
--erc: 354 28% 15%;
|
|
@@ -1071,6 +1070,7 @@
|
|
|
1071
1070
|
--nf: 217 30% 22%;
|
|
1072
1071
|
--b1: 222 47% 11%;
|
|
1073
1072
|
--in: 198 90% 48%;
|
|
1073
|
+
--inc: 0 0% 0%;
|
|
1074
1074
|
--su: 172 66% 50%;
|
|
1075
1075
|
--wa: 41 88% 64%;
|
|
1076
1076
|
--er: 351 95% 71%
|
|
@@ -4241,7 +4241,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
4241
4241
|
overflow: hidden;
|
|
4242
4242
|
border-radius: 40px;
|
|
4243
4243
|
margin-top: -25px}
|
|
4244
|
-
.modal:not(dialog),
|
|
4244
|
+
.modal:not(dialog:not(.modal-open)),
|
|
4245
4245
|
.modal::backdrop {
|
|
4246
4246
|
background-color: rgba(0, 0, 0, 0.3);
|
|
4247
4247
|
animation: modal-pop 0.2s ease-out}
|
package/dist/styled.css
CHANGED
|
@@ -3331,7 +3331,7 @@ details.collapse summary {
|
|
|
3331
3331
|
overflow-y: hidden;
|
|
3332
3332
|
overscroll-behavior: contain;
|
|
3333
3333
|
}
|
|
3334
|
-
.modal:not(dialog),
|
|
3334
|
+
.modal:not(dialog:not(.modal-open)),
|
|
3335
3335
|
.modal::backdrop {
|
|
3336
3336
|
background-color: rgba(0, 0, 0, 0.3);
|
|
3337
3337
|
animation: modal-pop 0.2s ease-out;
|