daisyui 3.5.0 → 3.5.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/dist/full.css +120 -0
- package/package.json +1 -1
- package/src/lib/responsiveRegex.js +1 -1
package/dist/full.css
CHANGED
|
@@ -46041,6 +46041,22 @@ details.collapse summary::-webkit-details-marker {
|
|
|
46041
46041
|
.sm\:checkbox-lg {
|
|
46042
46042
|
height: 2rem;
|
|
46043
46043
|
width: 2rem}
|
|
46044
|
+
.sm\:divider-horizontal {
|
|
46045
|
+
flex-direction: column}
|
|
46046
|
+
.sm\:divider-horizontal:before {
|
|
46047
|
+
height: 100%;
|
|
46048
|
+
width: 0.125rem}
|
|
46049
|
+
.sm\:divider-horizontal:after {
|
|
46050
|
+
height: 100%;
|
|
46051
|
+
width: 0.125rem}
|
|
46052
|
+
.sm\:divider-vertical {
|
|
46053
|
+
flex-direction: row}
|
|
46054
|
+
.sm\:divider-vertical:before {
|
|
46055
|
+
height: 0.125rem;
|
|
46056
|
+
width: 100%}
|
|
46057
|
+
.sm\:divider-vertical:after {
|
|
46058
|
+
height: 0.125rem;
|
|
46059
|
+
width: 100%}
|
|
46044
46060
|
.sm\:drawer-open > .drawer-toggle {
|
|
46045
46061
|
display: none}
|
|
46046
46062
|
.sm\:drawer-open > .drawer-toggle ~ .drawer-side {
|
|
@@ -46303,6 +46319,20 @@ details.collapse summary::-webkit-details-marker {
|
|
|
46303
46319
|
line-height: 1.5rem}
|
|
46304
46320
|
.sm\:card-normal .card-title {
|
|
46305
46321
|
margin-bottom: 0.75rem}
|
|
46322
|
+
.sm\:divider-horizontal {
|
|
46323
|
+
margin-top: 0px;
|
|
46324
|
+
margin-bottom: 0px;
|
|
46325
|
+
margin-left: 1rem;
|
|
46326
|
+
margin-right: 1rem;
|
|
46327
|
+
height: auto;
|
|
46328
|
+
width: 1rem}
|
|
46329
|
+
.sm\:divider-vertical {
|
|
46330
|
+
margin-left: 0px;
|
|
46331
|
+
margin-right: 0px;
|
|
46332
|
+
margin-top: 1rem;
|
|
46333
|
+
margin-bottom: 1rem;
|
|
46334
|
+
height: 1rem;
|
|
46335
|
+
width: auto}
|
|
46306
46336
|
.sm\:drawer-open > .drawer-toggle ~ .drawer-side > .drawer-overlay {
|
|
46307
46337
|
cursor: default;
|
|
46308
46338
|
background-color: transparent}
|
|
@@ -46537,6 +46567,22 @@ details.collapse summary::-webkit-details-marker {
|
|
|
46537
46567
|
.md\:checkbox-lg {
|
|
46538
46568
|
height: 2rem;
|
|
46539
46569
|
width: 2rem}
|
|
46570
|
+
.md\:divider-horizontal {
|
|
46571
|
+
flex-direction: column}
|
|
46572
|
+
.md\:divider-horizontal:before {
|
|
46573
|
+
height: 100%;
|
|
46574
|
+
width: 0.125rem}
|
|
46575
|
+
.md\:divider-horizontal:after {
|
|
46576
|
+
height: 100%;
|
|
46577
|
+
width: 0.125rem}
|
|
46578
|
+
.md\:divider-vertical {
|
|
46579
|
+
flex-direction: row}
|
|
46580
|
+
.md\:divider-vertical:before {
|
|
46581
|
+
height: 0.125rem;
|
|
46582
|
+
width: 100%}
|
|
46583
|
+
.md\:divider-vertical:after {
|
|
46584
|
+
height: 0.125rem;
|
|
46585
|
+
width: 100%}
|
|
46540
46586
|
.md\:drawer-open > .drawer-toggle {
|
|
46541
46587
|
display: none}
|
|
46542
46588
|
.md\:drawer-open > .drawer-toggle ~ .drawer-side {
|
|
@@ -46799,6 +46845,20 @@ details.collapse summary::-webkit-details-marker {
|
|
|
46799
46845
|
line-height: 1.5rem}
|
|
46800
46846
|
.md\:card-normal .card-title {
|
|
46801
46847
|
margin-bottom: 0.75rem}
|
|
46848
|
+
.md\:divider-horizontal {
|
|
46849
|
+
margin-top: 0px;
|
|
46850
|
+
margin-bottom: 0px;
|
|
46851
|
+
margin-left: 1rem;
|
|
46852
|
+
margin-right: 1rem;
|
|
46853
|
+
height: auto;
|
|
46854
|
+
width: 1rem}
|
|
46855
|
+
.md\:divider-vertical {
|
|
46856
|
+
margin-left: 0px;
|
|
46857
|
+
margin-right: 0px;
|
|
46858
|
+
margin-top: 1rem;
|
|
46859
|
+
margin-bottom: 1rem;
|
|
46860
|
+
height: 1rem;
|
|
46861
|
+
width: auto}
|
|
46802
46862
|
.md\:drawer-open > .drawer-toggle ~ .drawer-side > .drawer-overlay {
|
|
46803
46863
|
cursor: default;
|
|
46804
46864
|
background-color: transparent}
|
|
@@ -47033,6 +47093,22 @@ details.collapse summary::-webkit-details-marker {
|
|
|
47033
47093
|
.lg\:checkbox-lg {
|
|
47034
47094
|
height: 2rem;
|
|
47035
47095
|
width: 2rem}
|
|
47096
|
+
.lg\:divider-horizontal {
|
|
47097
|
+
flex-direction: column}
|
|
47098
|
+
.lg\:divider-horizontal:before {
|
|
47099
|
+
height: 100%;
|
|
47100
|
+
width: 0.125rem}
|
|
47101
|
+
.lg\:divider-horizontal:after {
|
|
47102
|
+
height: 100%;
|
|
47103
|
+
width: 0.125rem}
|
|
47104
|
+
.lg\:divider-vertical {
|
|
47105
|
+
flex-direction: row}
|
|
47106
|
+
.lg\:divider-vertical:before {
|
|
47107
|
+
height: 0.125rem;
|
|
47108
|
+
width: 100%}
|
|
47109
|
+
.lg\:divider-vertical:after {
|
|
47110
|
+
height: 0.125rem;
|
|
47111
|
+
width: 100%}
|
|
47036
47112
|
.lg\:drawer-open > .drawer-toggle {
|
|
47037
47113
|
display: none}
|
|
47038
47114
|
.lg\:drawer-open > .drawer-toggle ~ .drawer-side {
|
|
@@ -47295,6 +47371,20 @@ details.collapse summary::-webkit-details-marker {
|
|
|
47295
47371
|
line-height: 1.5rem}
|
|
47296
47372
|
.lg\:card-normal .card-title {
|
|
47297
47373
|
margin-bottom: 0.75rem}
|
|
47374
|
+
.lg\:divider-horizontal {
|
|
47375
|
+
margin-top: 0px;
|
|
47376
|
+
margin-bottom: 0px;
|
|
47377
|
+
margin-left: 1rem;
|
|
47378
|
+
margin-right: 1rem;
|
|
47379
|
+
height: auto;
|
|
47380
|
+
width: 1rem}
|
|
47381
|
+
.lg\:divider-vertical {
|
|
47382
|
+
margin-left: 0px;
|
|
47383
|
+
margin-right: 0px;
|
|
47384
|
+
margin-top: 1rem;
|
|
47385
|
+
margin-bottom: 1rem;
|
|
47386
|
+
height: 1rem;
|
|
47387
|
+
width: auto}
|
|
47298
47388
|
.lg\:drawer-open > .drawer-toggle ~ .drawer-side > .drawer-overlay {
|
|
47299
47389
|
cursor: default;
|
|
47300
47390
|
background-color: transparent}
|
|
@@ -47529,6 +47619,22 @@ details.collapse summary::-webkit-details-marker {
|
|
|
47529
47619
|
.xl\:checkbox-lg {
|
|
47530
47620
|
height: 2rem;
|
|
47531
47621
|
width: 2rem}
|
|
47622
|
+
.xl\:divider-horizontal {
|
|
47623
|
+
flex-direction: column}
|
|
47624
|
+
.xl\:divider-horizontal:before {
|
|
47625
|
+
height: 100%;
|
|
47626
|
+
width: 0.125rem}
|
|
47627
|
+
.xl\:divider-horizontal:after {
|
|
47628
|
+
height: 100%;
|
|
47629
|
+
width: 0.125rem}
|
|
47630
|
+
.xl\:divider-vertical {
|
|
47631
|
+
flex-direction: row}
|
|
47632
|
+
.xl\:divider-vertical:before {
|
|
47633
|
+
height: 0.125rem;
|
|
47634
|
+
width: 100%}
|
|
47635
|
+
.xl\:divider-vertical:after {
|
|
47636
|
+
height: 0.125rem;
|
|
47637
|
+
width: 100%}
|
|
47532
47638
|
.xl\:drawer-open > .drawer-toggle {
|
|
47533
47639
|
display: none}
|
|
47534
47640
|
.xl\:drawer-open > .drawer-toggle ~ .drawer-side {
|
|
@@ -47791,6 +47897,20 @@ details.collapse summary::-webkit-details-marker {
|
|
|
47791
47897
|
line-height: 1.5rem}
|
|
47792
47898
|
.xl\:card-normal .card-title {
|
|
47793
47899
|
margin-bottom: 0.75rem}
|
|
47900
|
+
.xl\:divider-horizontal {
|
|
47901
|
+
margin-top: 0px;
|
|
47902
|
+
margin-bottom: 0px;
|
|
47903
|
+
margin-left: 1rem;
|
|
47904
|
+
margin-right: 1rem;
|
|
47905
|
+
height: auto;
|
|
47906
|
+
width: 1rem}
|
|
47907
|
+
.xl\:divider-vertical {
|
|
47908
|
+
margin-left: 0px;
|
|
47909
|
+
margin-right: 0px;
|
|
47910
|
+
margin-top: 1rem;
|
|
47911
|
+
margin-bottom: 1rem;
|
|
47912
|
+
height: 1rem;
|
|
47913
|
+
width: auto}
|
|
47794
47914
|
.xl\:drawer-open > .drawer-toggle ~ .drawer-side > .drawer-overlay {
|
|
47795
47915
|
cursor: default;
|
|
47796
47916
|
background-color: transparent}
|
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@ module.exports = [
|
|
|
16
16
|
{
|
|
17
17
|
// responsive utilites for daisyUI components
|
|
18
18
|
pattern:
|
|
19
|
-
/(drawer-open|modal-middle|modal-top|modal-bottom|card-side|card-compact|card-normal|stats)/,
|
|
19
|
+
/(drawer-open|modal-middle|modal-top|modal-bottom|card-side|card-compact|card-normal|stats|divider-horizontal|divider-vertical)/,
|
|
20
20
|
variants: ["sm", "md", "lg", "xl"],
|
|
21
21
|
},
|
|
22
22
|
{
|