daisyui 3.3.0 → 3.3.2
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 +9 -9
- package/dist/styled.css +9 -9
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -224,7 +224,7 @@ Tweet about daisyUI: [![][tweet]][tweet-url]
|
|
|
224
224
|
[jsdeliver-url]: https://www.jsdelivr.com/package/npm/daisyui
|
|
225
225
|
[build-url]: https://github.com/saadeghi/daisyui/actions
|
|
226
226
|
[tweet-url]: https://twitter.com/intent/tweet?text=daisyUI%20%0D%0AComponents%20for%20Tailwind%20CSS%20%0D%0Ahttps://github.com/saadeghi/daisyui
|
|
227
|
-
[number-of-components]: https://badgen.net/badge/total%20components/
|
|
227
|
+
[number-of-components]: https://badgen.net/badge/total%20components/53/green
|
|
228
228
|
[docs-url-install]: https://daisyui.com/docs/install
|
|
229
229
|
[docs-url]: https://daisyui.com/
|
|
230
230
|
[logo-url]: https://raw.githubusercontent.com/saadeghi/daisyui/master/src/docs/static/images/daisyui-logo/favicon-192.png
|
package/dist/full.css
CHANGED
|
@@ -1653,8 +1653,8 @@ html {
|
|
|
1653
1653
|
.link-error:hover {
|
|
1654
1654
|
--tw-text-opacity: 1;
|
|
1655
1655
|
color: hsl(var(--er) / var(--tw-text-opacity))}
|
|
1656
|
-
.menu li > *:not(ul):not(details):active,
|
|
1657
|
-
.menu li > *:not(ul):not(details).active,
|
|
1656
|
+
.menu li > *:not(ul):not(.menu-title):not(details):active,
|
|
1657
|
+
.menu li > *:not(ul):not(.menu-title):not(details).active,
|
|
1658
1658
|
.menu li > details > summary:active {
|
|
1659
1659
|
--tw-bg-opacity: 1;
|
|
1660
1660
|
background-color: hsl(var(--n) / var(--tw-bg-opacity));
|
|
@@ -4168,8 +4168,8 @@ details.collapse summary::-webkit-details-marker {
|
|
|
4168
4168
|
color: hsl(var(--bc) / var(--tw-text-opacity));
|
|
4169
4169
|
outline: 2px solid transparent;
|
|
4170
4170
|
outline-offset: 2px}
|
|
4171
|
-
.menu li > *:not(ul):not(details):active,
|
|
4172
|
-
.menu li > *:not(ul):not(details).active,
|
|
4171
|
+
.menu li > *:not(ul):not(.menu-title):not(details):active,
|
|
4172
|
+
.menu li > *:not(ul):not(.menu-title):not(details).active,
|
|
4173
4173
|
.menu li > details > summary:active {
|
|
4174
4174
|
--tw-bg-opacity: 1;
|
|
4175
4175
|
background-color: hsl(var(--n) / var(--tw-bg-opacity));
|
|
@@ -4270,14 +4270,14 @@ details.collapse summary::-webkit-details-marker {
|
|
|
4270
4270
|
overflow: hidden;
|
|
4271
4271
|
border-radius: 40px;
|
|
4272
4272
|
margin-top: -25px}
|
|
4273
|
-
.mockup-browser .toolbar {
|
|
4273
|
+
.mockup-browser .mockup-browser-toolbar {
|
|
4274
4274
|
margin-top: 0.75rem;
|
|
4275
4275
|
margin-bottom: 0.75rem;
|
|
4276
4276
|
display: inline-flex;
|
|
4277
4277
|
width: 100%;
|
|
4278
4278
|
align-items: center;
|
|
4279
4279
|
padding-right: 1.4em}
|
|
4280
|
-
.mockup-browser .toolbar:before {
|
|
4280
|
+
.mockup-browser .mockup-browser-toolbar:before {
|
|
4281
4281
|
content: "";
|
|
4282
4282
|
margin-right: 4.8rem;
|
|
4283
4283
|
display: inline-block;
|
|
@@ -4286,7 +4286,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
4286
4286
|
border-radius: 9999px;
|
|
4287
4287
|
opacity: 0.3;
|
|
4288
4288
|
box-shadow: 1.4em 0, 2.8em 0, 4.2em 0}
|
|
4289
|
-
.mockup-browser .toolbar .input {
|
|
4289
|
+
.mockup-browser .mockup-browser-toolbar .input {
|
|
4290
4290
|
position: relative;
|
|
4291
4291
|
margin-left: auto;
|
|
4292
4292
|
margin-right: auto;
|
|
@@ -4299,7 +4299,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
4299
4299
|
--tw-bg-opacity: 1;
|
|
4300
4300
|
background-color: hsl(var(--b2) / var(--tw-bg-opacity));
|
|
4301
4301
|
padding-left: 2rem}
|
|
4302
|
-
.mockup-browser .toolbar .input:before {
|
|
4302
|
+
.mockup-browser .mockup-browser-toolbar .input:before {
|
|
4303
4303
|
content: "";
|
|
4304
4304
|
position: absolute;
|
|
4305
4305
|
top: 50%;
|
|
@@ -4312,7 +4312,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
4312
4312
|
border-width: 2px;
|
|
4313
4313
|
border-color: currentColor;
|
|
4314
4314
|
opacity: 0.6}
|
|
4315
|
-
.mockup-browser .toolbar .input:after {
|
|
4315
|
+
.mockup-browser .mockup-browser-toolbar .input:after {
|
|
4316
4316
|
content: "";
|
|
4317
4317
|
position: absolute;
|
|
4318
4318
|
top: 50%;
|
package/dist/styled.css
CHANGED
|
@@ -3187,8 +3187,8 @@ details.collapse summary {
|
|
|
3187
3187
|
outline-offset: 2px;
|
|
3188
3188
|
}
|
|
3189
3189
|
}
|
|
3190
|
-
.menu li > *:not(ul):not(details):active,
|
|
3191
|
-
.menu li > *:not(ul):not(details).active,
|
|
3190
|
+
.menu li > *:not(ul):not(.menu-title):not(details):active,
|
|
3191
|
+
.menu li > *:not(ul):not(.menu-title):not(details).active,
|
|
3192
3192
|
.menu li > details > summary:active {
|
|
3193
3193
|
--tw-bg-opacity: 1;
|
|
3194
3194
|
background-color: hsl(var(--n) / var(--tw-bg-opacity));
|
|
@@ -3196,8 +3196,8 @@ details.collapse summary {
|
|
|
3196
3196
|
color: hsl(var(--nc) / var(--tw-text-opacity));
|
|
3197
3197
|
}
|
|
3198
3198
|
@media(hover:hover) {
|
|
3199
|
-
.menu li > *:not(ul):not(details):active,
|
|
3200
|
-
.menu li > *:not(ul):not(details).active,
|
|
3199
|
+
.menu li > *:not(ul):not(.menu-title):not(details):active,
|
|
3200
|
+
.menu li > *:not(ul):not(.menu-title):not(details).active,
|
|
3201
3201
|
.menu li > details > summary:active {
|
|
3202
3202
|
--tw-bg-opacity: 1;
|
|
3203
3203
|
background-color: hsl(var(--n) / var(--tw-bg-opacity));
|
|
@@ -3338,7 +3338,7 @@ details.collapse summary {
|
|
|
3338
3338
|
.mockup-browser {
|
|
3339
3339
|
border-radius: var(--rounded-box, 1rem);
|
|
3340
3340
|
}
|
|
3341
|
-
.mockup-browser .toolbar {
|
|
3341
|
+
.mockup-browser .mockup-browser-toolbar {
|
|
3342
3342
|
margin-top: 0.75rem;
|
|
3343
3343
|
margin-bottom: 0.75rem;
|
|
3344
3344
|
display: inline-flex;
|
|
@@ -3346,7 +3346,7 @@ details.collapse summary {
|
|
|
3346
3346
|
align-items: center;
|
|
3347
3347
|
padding-right: 1.4em;
|
|
3348
3348
|
}
|
|
3349
|
-
.mockup-browser .toolbar:before {
|
|
3349
|
+
.mockup-browser .mockup-browser-toolbar:before {
|
|
3350
3350
|
content: "";
|
|
3351
3351
|
margin-right: 4.8rem;
|
|
3352
3352
|
display: inline-block;
|
|
@@ -3356,7 +3356,7 @@ details.collapse summary {
|
|
|
3356
3356
|
opacity: 0.3;
|
|
3357
3357
|
box-shadow: 1.4em 0, 2.8em 0, 4.2em 0;
|
|
3358
3358
|
}
|
|
3359
|
-
.mockup-browser .toolbar .input {
|
|
3359
|
+
.mockup-browser .mockup-browser-toolbar .input {
|
|
3360
3360
|
position: relative;
|
|
3361
3361
|
margin-left: auto;
|
|
3362
3362
|
margin-right: auto;
|
|
@@ -3370,7 +3370,7 @@ details.collapse summary {
|
|
|
3370
3370
|
background-color: hsl(var(--b2) / var(--tw-bg-opacity));
|
|
3371
3371
|
padding-left: 2rem;
|
|
3372
3372
|
}
|
|
3373
|
-
.mockup-browser .toolbar .input:before {
|
|
3373
|
+
.mockup-browser .mockup-browser-toolbar .input:before {
|
|
3374
3374
|
content: "";
|
|
3375
3375
|
position: absolute;
|
|
3376
3376
|
top: 50%;
|
|
@@ -3384,7 +3384,7 @@ details.collapse summary {
|
|
|
3384
3384
|
border-color: currentColor;
|
|
3385
3385
|
opacity: 0.6;
|
|
3386
3386
|
}
|
|
3387
|
-
.mockup-browser .toolbar .input:after {
|
|
3387
|
+
.mockup-browser .mockup-browser-toolbar .input:after {
|
|
3388
3388
|
content: "";
|
|
3389
3389
|
position: absolute;
|
|
3390
3390
|
top: 50%;
|