daisyui 1.17.1 → 1.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/CHANGELOG.md CHANGED
@@ -2,19 +2,28 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
- ### [1.17.1](https://github.com/saadeghi/daisyui/compare/v1.16.6...v1.17.1) (2021-12-21)
5
+ ## [1.18.0](https://github.com/saadeghi/daisyui/compare/v1.17.1...v1.18.0) (2021-12-22)
6
6
 
7
7
 
8
8
  ### Features
9
9
 
10
- * **components:** steps-horizontal ([5577140](https://github.com/saadeghi/daisyui/commit/5577140e3e8fccd8ada90d27f57c8f9bb5bb6a44))
11
- * responsive `steps` ([7ba7d65](https://github.com/saadeghi/daisyui/commit/7ba7d6534b6a2abc6b6077faba4c2a5431307b42))
10
+ * add `card-bordered` class ([048c1c6](https://github.com/saadeghi/daisyui/commit/048c1c6a6005fd271d30ae8b1bb66273bd63f6da))
11
+ * responsive compact card. fix [#324](https://github.com/saadeghi/daisyui/issues/324) ([b7d2185](https://github.com/saadeghi/daisyui/commit/b7d21851a19594fc20d767d9ee888e974ce201dc))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * [#266](https://github.com/saadeghi/daisyui/issues/266) ([e21f169](https://github.com/saadeghi/daisyui/commit/e21f16946e88d687632924c73841d7dee8240cc5))
17
+ * [#273](https://github.com/saadeghi/daisyui/issues/273) ([6b22d83](https://github.com/saadeghi/daisyui/commit/6b22d83974234a1f0b4d732dcb5cc410d9a67fb8))
18
+ * [#299](https://github.com/saadeghi/daisyui/issues/299) ([e5831b9](https://github.com/saadeghi/daisyui/commit/e5831b91c9cb914ccce9a6baca334cbdd0d3b63f))
19
+ * [#340](https://github.com/saadeghi/daisyui/issues/340) ([58bed26](https://github.com/saadeghi/daisyui/commit/58bed26e15f191eb4670b8a0fec43fec41d74fd3))
20
+
21
+ ### [1.17.1](https://github.com/saadeghi/daisyui/compare/v1.16.6...v1.17.1) (2021-12-21)
12
22
 
13
23
 
14
24
  ### Bug Fixes
15
25
 
16
26
  * [#341](https://github.com/saadeghi/daisyui/issues/341) ([118ff41](https://github.com/saadeghi/daisyui/commit/118ff417df6d9a1c0170db651067bd524ecb93aa))
17
- * [#344](https://github.com/saadeghi/daisyui/issues/344) (typography plugin v0.5 compatibility) ([0969505](https://github.com/saadeghi/daisyui/commit/09695059b2ce1c960fb1dc24080bca41576e938e))
18
27
 
19
28
  ## [1.17.0](https://github.com/saadeghi/daisyui/compare/v1.16.6...v1.17.0) (2021-12-21)
20
29
 
package/README.md CHANGED
@@ -79,7 +79,7 @@ Loading CSS files from CDN is not recommended for production. It's better to ins
79
79
 
80
80
 
81
81
  ```html
82
- <link href="https://cdn.jsdelivr.net/npm/daisyui@1.16.6/dist/full.css" rel="stylesheet" type="text/css" />
82
+ <link href="https://cdn.jsdelivr.net/npm/daisyui@1.17.1/dist/full.css" rel="stylesheet" type="text/css" />
83
83
  <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2/dist/tailwind.min.css" rel="stylesheet" type="text/css" />
84
84
  ```
85
85
 
package/colors/themes.js CHANGED
@@ -761,8 +761,8 @@ module.exports = {
761
761
  "accent-focus": "#b8b8b8",
762
762
  "accent-content": "#000000",
763
763
  "base-100": "#ffffff",
764
- "base-200": "#ffffff",
765
- "base-300": "#ffffff",
764
+ "base-200": "#eeeeee",
765
+ "base-300": "#dddddd",
766
766
  "base-content": "#000000",
767
767
  "neutral": "#ebebeb",
768
768
  "neutral-focus": "#ebebeb",
package/dist/full.css CHANGED
@@ -714,8 +714,8 @@
714
714
  --af:0 0% 72.2%;
715
715
  --ac:0 0% 0%;
716
716
  --b1:0 0% 100%;
717
- --b2:0 0% 100%;
718
- --b3:0 0% 100%;
717
+ --b2:0 0% 93.3%;
718
+ --b3:0 0% 86.7%;
719
719
  --bc:0 0% 0%;
720
720
  --n:0 0% 92.2%;
721
721
  --nf:0 0% 92.2%;
@@ -3139,6 +3139,12 @@ html{
3139
3139
  border-width:1px;
3140
3140
  }
3141
3141
 
3142
+ .card-bordered{
3143
+ --tw-border-opacity:1;
3144
+ border-color:hsla(var(--b2) / var(--tw-border-opacity, 1));
3145
+ border-width:1px;
3146
+ }
3147
+
3142
3148
  .card.compact .card-body{
3143
3149
  font-size:.875rem;
3144
3150
  line-height:1.25rem;
@@ -3738,20 +3744,20 @@ html{
3738
3744
  color:currentColor;
3739
3745
  }
3740
3746
 
3741
- .menu li>a:focus,.menu li>a:hover{
3747
+ .menu li>:where(a:focus),.menu li>:where(a:hover){
3742
3748
  --tw-bg-opacity:1;
3743
3749
  --tw-bg-opacity:0.1;
3744
3750
  background-color:hsla(var(--bc) / var(--tw-bg-opacity, 1));
3745
3751
  }
3746
3752
 
3747
- .menu li>a.active{
3753
+ .menu li>:where(a.active){
3748
3754
  --tw-bg-opacity:1;
3749
3755
  background-color:hsla(var(--p) / var(--tw-bg-opacity, 1));
3750
3756
  --tw-text-opacity:1;
3751
3757
  color:hsla(var(--pc) / var(--tw-text-opacity, 1));
3752
3758
  }
3753
3759
 
3754
- .menu li>a:active{
3760
+ .menu li>:where(a:active){
3755
3761
  --tw-bg-opacity:1;
3756
3762
  background-color:hsla(var(--pf) / var(--tw-bg-opacity, 1));
3757
3763
  --tw-text-opacity:1;
@@ -4568,7 +4574,7 @@ html{
4568
4574
  color:hsla(var(--pc) / var(--tw-text-opacity, 1));
4569
4575
  }
4570
4576
 
4571
- .table td,.table th{
4577
+ .table :where(th,td){
4572
4578
  padding:1rem;
4573
4579
  vertical-align:middle;
4574
4580
  white-space:nowrap;
@@ -4584,13 +4590,13 @@ html{
4584
4590
  background-color:hsla(var(--b3) / var(--tw-bg-opacity, 1));
4585
4591
  }
4586
4592
 
4587
- .table:not(.table-zebra) tbody tr:not(:last-child) td,.table:not(.table-zebra) tbody tr:not(:last-child) th,.table:not(.table-zebra) tfoot tr:not(:last-child) td,.table:not(.table-zebra) tfoot tr:not(:last-child) th,.table:not(.table-zebra) thead tr:not(:last-child) td,.table:not(.table-zebra) thead tr:not(:last-child) th{
4593
+ .table:where(:not(.table-zebra)) :where(thead,tbody,tfoot) :where(tr:not(:last-child) :where(th,td)){
4588
4594
  --tw-border-opacity:1;
4589
4595
  border-color:hsla(var(--b2) / var(--tw-border-opacity, 1));
4590
4596
  border-bottom-width:1px;
4591
4597
  }
4592
4598
 
4593
- .table tfoot td,.table tfoot th,.table thead td,.table thead th{
4599
+ .table :where(thead,tfoot) :where(th,td){
4594
4600
  --tw-bg-opacity:1;
4595
4601
  background-color:hsla(var(--b2) / var(--tw-bg-opacity, 1));
4596
4602
  font-weight:700;
@@ -4599,17 +4605,17 @@ html{
4599
4605
  text-transform:uppercase;
4600
4606
  }
4601
4607
 
4602
- .table tfoot td:first-child,.table tfoot th:first-child,.table thead td:first-child,.table thead th:first-child{
4608
+ .table :where(thead,tfoot) :where(th,td):first-child{
4603
4609
  border-top-left-radius:.5rem;
4604
4610
  border-bottom-left-radius:.5rem;
4605
4611
  }
4606
4612
 
4607
- .table tfoot td:last-child,.table tfoot th:last-child,.table thead td:last-child,.table thead th:last-child{
4613
+ .table :where(thead,tfoot) :where(th,td):last-child{
4608
4614
  border-top-right-radius:.5rem;
4609
4615
  border-bottom-right-radius:.5rem;
4610
4616
  }
4611
4617
 
4612
- .table tbody td,.table tbody th{
4618
+ .table :where(tbody th,tbody td){
4613
4619
  --tw-bg-opacity:1;
4614
4620
  background-color:hsla(var(--b1) / var(--tw-bg-opacity, 1));
4615
4621
  }
@@ -9124,52 +9130,52 @@ html{
9124
9130
  width:100%;
9125
9131
  }
9126
9132
 
9127
- .btn-square.btn-xs{
9133
+ .btn-square:where(.btn-xs){
9128
9134
  height:1.5rem;
9129
9135
  padding:0;
9130
9136
  width:1.5rem;
9131
9137
  }
9132
9138
 
9133
- .btn-square.btn-sm{
9139
+ .btn-square:where(.btn-sm){
9134
9140
  height:2rem;
9135
9141
  padding:0;
9136
9142
  width:2rem;
9137
9143
  }
9138
9144
 
9139
- .btn-square.btn-md{
9145
+ .btn-square:where(.btn-md){
9140
9146
  height:3rem;
9141
9147
  padding:0;
9142
9148
  width:3rem;
9143
9149
  }
9144
9150
 
9145
- .btn-square.btn-lg{
9151
+ .btn-square:where(.btn-lg){
9146
9152
  height:4rem;
9147
9153
  padding:0;
9148
9154
  width:4rem;
9149
9155
  }
9150
9156
 
9151
- .btn-circle.btn-xs{
9157
+ .btn-circle:where(.btn-xs){
9152
9158
  border-radius:9999px;
9153
9159
  height:1.5rem;
9154
9160
  padding:0;
9155
9161
  width:1.5rem;
9156
9162
  }
9157
9163
 
9158
- .btn-circle.btn-sm{
9164
+ .btn-circle:where(.btn-sm){
9159
9165
  border-radius:9999px;
9160
9166
  height:2rem;
9161
9167
  padding:0;
9162
9168
  width:2rem;
9163
9169
  }
9164
9170
 
9165
- .btn-circle.btn-md{
9171
+ .btn-circle:where(.btn-md){
9166
9172
  border-radius:9999px;
9167
9173
  height:3rem;
9168
9174
  padding:0;
9169
9175
  width:3rem;
9170
9176
  }
9171
9177
 
9172
- .btn-circle.btn-lg{
9178
+ .btn-circle:where(.btn-lg){
9173
9179
  border-radius:9999px;
9174
9180
  height:4rem;
9175
9181
  padding:0;
@@ -9694,6 +9700,26 @@ html{
9694
9700
  color:hsla(var(--er) / var(--tw-text-opacity, 1));
9695
9701
  }
9696
9702
 
9703
+ .card-compact [class~=card-body]{
9704
+ font-size:.875rem;
9705
+ line-height:1.25rem;
9706
+ padding:1rem;
9707
+ }
9708
+
9709
+ .card-compact [class~=card-title]{
9710
+ margin-bottom:.25rem;
9711
+ }
9712
+
9713
+ .card-normal [class~=card-body]{
9714
+ padding:var(--padding-card, 2rem);
9715
+ font-size:1rem;
9716
+ line-height:1.5rem;
9717
+ }
9718
+
9719
+ .card-normal [class~=card-title]{
9720
+ margin-bottom:.75rem;
9721
+ }
9722
+
9697
9723
  .divider-vertical{
9698
9724
  height:auto;
9699
9725
  margin:0 1rem;
@@ -13817,52 +13843,52 @@ html{
13817
13843
  width:100%;
13818
13844
  }
13819
13845
 
13820
- .btn-square.sm\:btn-xs{
13846
+ .sm\:btn-square:where(.btn-xs){
13821
13847
  height:1.5rem;
13822
13848
  padding:0;
13823
13849
  width:1.5rem;
13824
13850
  }
13825
13851
 
13826
- .btn-square.sm\:btn-sm{
13852
+ .sm\:btn-square:where(.btn-sm){
13827
13853
  height:2rem;
13828
13854
  padding:0;
13829
13855
  width:2rem;
13830
13856
  }
13831
13857
 
13832
- .btn-square.sm\:btn-md{
13858
+ .sm\:btn-square:where(.btn-md){
13833
13859
  height:3rem;
13834
13860
  padding:0;
13835
13861
  width:3rem;
13836
13862
  }
13837
13863
 
13838
- .btn-square.sm\:btn-lg{
13864
+ .sm\:btn-square:where(.btn-lg){
13839
13865
  height:4rem;
13840
13866
  padding:0;
13841
13867
  width:4rem;
13842
13868
  }
13843
13869
 
13844
- .btn-circle.sm\:btn-xs{
13870
+ .sm\:btn-circle:where(.btn-xs){
13845
13871
  border-radius:9999px;
13846
13872
  height:1.5rem;
13847
13873
  padding:0;
13848
13874
  width:1.5rem;
13849
13875
  }
13850
13876
 
13851
- .btn-circle.sm\:btn-sm{
13877
+ .sm\:btn-circle:where(.btn-sm){
13852
13878
  border-radius:9999px;
13853
13879
  height:2rem;
13854
13880
  padding:0;
13855
13881
  width:2rem;
13856
13882
  }
13857
13883
 
13858
- .btn-circle.sm\:btn-md{
13884
+ .sm\:btn-circle:where(.btn-md){
13859
13885
  border-radius:9999px;
13860
13886
  height:3rem;
13861
13887
  padding:0;
13862
13888
  width:3rem;
13863
13889
  }
13864
13890
 
13865
- .btn-circle.sm\:btn-lg{
13891
+ .sm\:btn-circle:where(.btn-lg){
13866
13892
  border-radius:9999px;
13867
13893
  height:4rem;
13868
13894
  padding:0;
@@ -14387,6 +14413,26 @@ html{
14387
14413
  color:hsla(var(--er) / var(--tw-text-opacity, 1));
14388
14414
  }
14389
14415
 
14416
+ .sm\:card-compact [class~=card-body]{
14417
+ font-size:.875rem;
14418
+ line-height:1.25rem;
14419
+ padding:1rem;
14420
+ }
14421
+
14422
+ .sm\:card-compact [class~=card-title]{
14423
+ margin-bottom:.25rem;
14424
+ }
14425
+
14426
+ .sm\:card-normal [class~=card-body]{
14427
+ padding:var(--padding-card, 2rem);
14428
+ font-size:1rem;
14429
+ line-height:1.5rem;
14430
+ }
14431
+
14432
+ .sm\:card-normal [class~=card-title]{
14433
+ margin-bottom:.75rem;
14434
+ }
14435
+
14390
14436
  .sm\:divider-vertical{
14391
14437
  height:auto;
14392
14438
  margin:0 1rem;
@@ -18511,52 +18557,52 @@ html{
18511
18557
  width:100%;
18512
18558
  }
18513
18559
 
18514
- .btn-square.md\:btn-xs{
18560
+ .md\:btn-square:where(.btn-xs){
18515
18561
  height:1.5rem;
18516
18562
  padding:0;
18517
18563
  width:1.5rem;
18518
18564
  }
18519
18565
 
18520
- .btn-square.md\:btn-sm{
18566
+ .md\:btn-square:where(.btn-sm){
18521
18567
  height:2rem;
18522
18568
  padding:0;
18523
18569
  width:2rem;
18524
18570
  }
18525
18571
 
18526
- .btn-square.md\:btn-md{
18572
+ .md\:btn-square:where(.btn-md){
18527
18573
  height:3rem;
18528
18574
  padding:0;
18529
18575
  width:3rem;
18530
18576
  }
18531
18577
 
18532
- .btn-square.md\:btn-lg{
18578
+ .md\:btn-square:where(.btn-lg){
18533
18579
  height:4rem;
18534
18580
  padding:0;
18535
18581
  width:4rem;
18536
18582
  }
18537
18583
 
18538
- .btn-circle.md\:btn-xs{
18584
+ .md\:btn-circle:where(.btn-xs){
18539
18585
  border-radius:9999px;
18540
18586
  height:1.5rem;
18541
18587
  padding:0;
18542
18588
  width:1.5rem;
18543
18589
  }
18544
18590
 
18545
- .btn-circle.md\:btn-sm{
18591
+ .md\:btn-circle:where(.btn-sm){
18546
18592
  border-radius:9999px;
18547
18593
  height:2rem;
18548
18594
  padding:0;
18549
18595
  width:2rem;
18550
18596
  }
18551
18597
 
18552
- .btn-circle.md\:btn-md{
18598
+ .md\:btn-circle:where(.btn-md){
18553
18599
  border-radius:9999px;
18554
18600
  height:3rem;
18555
18601
  padding:0;
18556
18602
  width:3rem;
18557
18603
  }
18558
18604
 
18559
- .btn-circle.md\:btn-lg{
18605
+ .md\:btn-circle:where(.btn-lg){
18560
18606
  border-radius:9999px;
18561
18607
  height:4rem;
18562
18608
  padding:0;
@@ -19081,6 +19127,26 @@ html{
19081
19127
  color:hsla(var(--er) / var(--tw-text-opacity, 1));
19082
19128
  }
19083
19129
 
19130
+ .md\:card-compact [class~=card-body]{
19131
+ font-size:.875rem;
19132
+ line-height:1.25rem;
19133
+ padding:1rem;
19134
+ }
19135
+
19136
+ .md\:card-compact [class~=card-title]{
19137
+ margin-bottom:.25rem;
19138
+ }
19139
+
19140
+ .md\:card-normal [class~=card-body]{
19141
+ padding:var(--padding-card, 2rem);
19142
+ font-size:1rem;
19143
+ line-height:1.5rem;
19144
+ }
19145
+
19146
+ .md\:card-normal [class~=card-title]{
19147
+ margin-bottom:.75rem;
19148
+ }
19149
+
19084
19150
  .md\:divider-vertical{
19085
19151
  height:auto;
19086
19152
  margin:0 1rem;
@@ -23205,52 +23271,52 @@ html{
23205
23271
  width:100%;
23206
23272
  }
23207
23273
 
23208
- .btn-square.lg\:btn-xs{
23274
+ .lg\:btn-square:where(.btn-xs){
23209
23275
  height:1.5rem;
23210
23276
  padding:0;
23211
23277
  width:1.5rem;
23212
23278
  }
23213
23279
 
23214
- .btn-square.lg\:btn-sm{
23280
+ .lg\:btn-square:where(.btn-sm){
23215
23281
  height:2rem;
23216
23282
  padding:0;
23217
23283
  width:2rem;
23218
23284
  }
23219
23285
 
23220
- .btn-square.lg\:btn-md{
23286
+ .lg\:btn-square:where(.btn-md){
23221
23287
  height:3rem;
23222
23288
  padding:0;
23223
23289
  width:3rem;
23224
23290
  }
23225
23291
 
23226
- .btn-square.lg\:btn-lg{
23292
+ .lg\:btn-square:where(.btn-lg){
23227
23293
  height:4rem;
23228
23294
  padding:0;
23229
23295
  width:4rem;
23230
23296
  }
23231
23297
 
23232
- .btn-circle.lg\:btn-xs{
23298
+ .lg\:btn-circle:where(.btn-xs){
23233
23299
  border-radius:9999px;
23234
23300
  height:1.5rem;
23235
23301
  padding:0;
23236
23302
  width:1.5rem;
23237
23303
  }
23238
23304
 
23239
- .btn-circle.lg\:btn-sm{
23305
+ .lg\:btn-circle:where(.btn-sm){
23240
23306
  border-radius:9999px;
23241
23307
  height:2rem;
23242
23308
  padding:0;
23243
23309
  width:2rem;
23244
23310
  }
23245
23311
 
23246
- .btn-circle.lg\:btn-md{
23312
+ .lg\:btn-circle:where(.btn-md){
23247
23313
  border-radius:9999px;
23248
23314
  height:3rem;
23249
23315
  padding:0;
23250
23316
  width:3rem;
23251
23317
  }
23252
23318
 
23253
- .btn-circle.lg\:btn-lg{
23319
+ .lg\:btn-circle:where(.btn-lg){
23254
23320
  border-radius:9999px;
23255
23321
  height:4rem;
23256
23322
  padding:0;
@@ -23775,6 +23841,26 @@ html{
23775
23841
  color:hsla(var(--er) / var(--tw-text-opacity, 1));
23776
23842
  }
23777
23843
 
23844
+ .lg\:card-compact [class~=card-body]{
23845
+ font-size:.875rem;
23846
+ line-height:1.25rem;
23847
+ padding:1rem;
23848
+ }
23849
+
23850
+ .lg\:card-compact [class~=card-title]{
23851
+ margin-bottom:.25rem;
23852
+ }
23853
+
23854
+ .lg\:card-normal [class~=card-body]{
23855
+ padding:var(--padding-card, 2rem);
23856
+ font-size:1rem;
23857
+ line-height:1.5rem;
23858
+ }
23859
+
23860
+ .lg\:card-normal [class~=card-title]{
23861
+ margin-bottom:.75rem;
23862
+ }
23863
+
23778
23864
  .lg\:divider-vertical{
23779
23865
  height:auto;
23780
23866
  margin:0 1rem;
@@ -27899,52 +27985,52 @@ html{
27899
27985
  width:100%;
27900
27986
  }
27901
27987
 
27902
- .btn-square.xl\:btn-xs{
27988
+ .xl\:btn-square:where(.btn-xs){
27903
27989
  height:1.5rem;
27904
27990
  padding:0;
27905
27991
  width:1.5rem;
27906
27992
  }
27907
27993
 
27908
- .btn-square.xl\:btn-sm{
27994
+ .xl\:btn-square:where(.btn-sm){
27909
27995
  height:2rem;
27910
27996
  padding:0;
27911
27997
  width:2rem;
27912
27998
  }
27913
27999
 
27914
- .btn-square.xl\:btn-md{
28000
+ .xl\:btn-square:where(.btn-md){
27915
28001
  height:3rem;
27916
28002
  padding:0;
27917
28003
  width:3rem;
27918
28004
  }
27919
28005
 
27920
- .btn-square.xl\:btn-lg{
28006
+ .xl\:btn-square:where(.btn-lg){
27921
28007
  height:4rem;
27922
28008
  padding:0;
27923
28009
  width:4rem;
27924
28010
  }
27925
28011
 
27926
- .btn-circle.xl\:btn-xs{
28012
+ .xl\:btn-circle:where(.btn-xs){
27927
28013
  border-radius:9999px;
27928
28014
  height:1.5rem;
27929
28015
  padding:0;
27930
28016
  width:1.5rem;
27931
28017
  }
27932
28018
 
27933
- .btn-circle.xl\:btn-sm{
28019
+ .xl\:btn-circle:where(.btn-sm){
27934
28020
  border-radius:9999px;
27935
28021
  height:2rem;
27936
28022
  padding:0;
27937
28023
  width:2rem;
27938
28024
  }
27939
28025
 
27940
- .btn-circle.xl\:btn-md{
28026
+ .xl\:btn-circle:where(.btn-md){
27941
28027
  border-radius:9999px;
27942
28028
  height:3rem;
27943
28029
  padding:0;
27944
28030
  width:3rem;
27945
28031
  }
27946
28032
 
27947
- .btn-circle.xl\:btn-lg{
28033
+ .xl\:btn-circle:where(.btn-lg){
27948
28034
  border-radius:9999px;
27949
28035
  height:4rem;
27950
28036
  padding:0;
@@ -28469,6 +28555,26 @@ html{
28469
28555
  color:hsla(var(--er) / var(--tw-text-opacity, 1));
28470
28556
  }
28471
28557
 
28558
+ .xl\:card-compact [class~=card-body]{
28559
+ font-size:.875rem;
28560
+ line-height:1.25rem;
28561
+ padding:1rem;
28562
+ }
28563
+
28564
+ .xl\:card-compact [class~=card-title]{
28565
+ margin-bottom:.25rem;
28566
+ }
28567
+
28568
+ .xl\:card-normal [class~=card-body]{
28569
+ padding:var(--padding-card, 2rem);
28570
+ font-size:1rem;
28571
+ line-height:1.5rem;
28572
+ }
28573
+
28574
+ .xl\:card-normal [class~=card-title]{
28575
+ margin-bottom:.75rem;
28576
+ }
28577
+
28472
28578
  .xl\:divider-vertical{
28473
28579
  height:auto;
28474
28580
  margin:0 1rem;
@@ -32593,52 +32699,52 @@ html{
32593
32699
  width:100%;
32594
32700
  }
32595
32701
 
32596
- .btn-square.\32xl\:btn-xs{
32702
+ .\32xl\:btn-square:where(.btn-xs){
32597
32703
  height:1.5rem;
32598
32704
  padding:0;
32599
32705
  width:1.5rem;
32600
32706
  }
32601
32707
 
32602
- .btn-square.\32xl\:btn-sm{
32708
+ .\32xl\:btn-square:where(.btn-sm){
32603
32709
  height:2rem;
32604
32710
  padding:0;
32605
32711
  width:2rem;
32606
32712
  }
32607
32713
 
32608
- .btn-square.\32xl\:btn-md{
32714
+ .\32xl\:btn-square:where(.btn-md){
32609
32715
  height:3rem;
32610
32716
  padding:0;
32611
32717
  width:3rem;
32612
32718
  }
32613
32719
 
32614
- .btn-square.\32xl\:btn-lg{
32720
+ .\32xl\:btn-square:where(.btn-lg){
32615
32721
  height:4rem;
32616
32722
  padding:0;
32617
32723
  width:4rem;
32618
32724
  }
32619
32725
 
32620
- .btn-circle.\32xl\:btn-xs{
32726
+ .\32xl\:btn-circle:where(.btn-xs){
32621
32727
  border-radius:9999px;
32622
32728
  height:1.5rem;
32623
32729
  padding:0;
32624
32730
  width:1.5rem;
32625
32731
  }
32626
32732
 
32627
- .btn-circle.\32xl\:btn-sm{
32733
+ .\32xl\:btn-circle:where(.btn-sm){
32628
32734
  border-radius:9999px;
32629
32735
  height:2rem;
32630
32736
  padding:0;
32631
32737
  width:2rem;
32632
32738
  }
32633
32739
 
32634
- .btn-circle.\32xl\:btn-md{
32740
+ .\32xl\:btn-circle:where(.btn-md){
32635
32741
  border-radius:9999px;
32636
32742
  height:3rem;
32637
32743
  padding:0;
32638
32744
  width:3rem;
32639
32745
  }
32640
32746
 
32641
- .btn-circle.\32xl\:btn-lg{
32747
+ .\32xl\:btn-circle:where(.btn-lg){
32642
32748
  border-radius:9999px;
32643
32749
  height:4rem;
32644
32750
  padding:0;
@@ -33163,6 +33269,26 @@ html{
33163
33269
  color:hsla(var(--er) / var(--tw-text-opacity, 1));
33164
33270
  }
33165
33271
 
33272
+ .\32xl\:card-compact [class~=card-body]{
33273
+ font-size:.875rem;
33274
+ line-height:1.25rem;
33275
+ padding:1rem;
33276
+ }
33277
+
33278
+ .\32xl\:card-compact [class~=card-title]{
33279
+ margin-bottom:.25rem;
33280
+ }
33281
+
33282
+ .\32xl\:card-normal [class~=card-body]{
33283
+ padding:var(--padding-card, 2rem);
33284
+ font-size:1rem;
33285
+ line-height:1.5rem;
33286
+ }
33287
+
33288
+ .\32xl\:card-normal [class~=card-title]{
33289
+ margin-bottom:.75rem;
33290
+ }
33291
+
33166
33292
  .\32xl\:divider-vertical{
33167
33293
  height:auto;
33168
33294
  margin:0 1rem;