daisyui 1.24.2 → 1.24.3

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,6 +2,13 @@
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.24.3](https://github.com/saadeghi/daisyui/compare/v1.24.2...v1.24.3) (2022-01-17)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * rating iOS backward compatibility ([e183b4f](https://github.com/saadeghi/daisyui/commit/e183b4f6d69e85432194c842b8c45ae3313ab3ff))
11
+
5
12
  ### [1.24.2](https://github.com/saadeghi/daisyui/compare/v1.24.1...v1.24.2) (2022-01-17)
6
13
 
7
14
 
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.24.1/dist/full.css" rel="stylesheet" type="text/css" />
82
+ <link href="https://cdn.jsdelivr.net/npm/daisyui@1.24.2/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/dist/full.css CHANGED
@@ -1539,6 +1539,7 @@ html{
1539
1539
  .drawer{
1540
1540
  display:grid;
1541
1541
  overflow:hidden;
1542
+ max-height:100vh;
1542
1543
  }
1543
1544
 
1544
1545
  .drawer.drawer-end{
@@ -1574,6 +1575,8 @@ html{
1574
1575
  z-index:0;
1575
1576
  grid-column-start:1;
1576
1577
  grid-row-start:1;
1578
+ -ms-scroll-chaining:none;
1579
+ overscroll-behavior:contain;
1577
1580
  transition-property:all;
1578
1581
  transition-duration:.15s;
1579
1582
  transition-duration:.3s;
@@ -1718,6 +1721,12 @@ html{
1718
1721
  }
1719
1722
  }
1720
1723
 
1724
+ @supports (-webkit-touch-callout:none){
1725
+ .drawer{
1726
+ max-height:-webkit-fill-available;
1727
+ }
1728
+ }
1729
+
1721
1730
  .dropdown{
1722
1731
  display:inline-block;
1723
1732
  position:relative;
@@ -2318,9 +2327,6 @@ html{
2318
2327
  cursor:pointer;
2319
2328
  -webkit-animation:rating-pop var(--animation-input, .25s) ease-out;
2320
2329
  animation:rating-pop var(--animation-input, .25s) ease-out;
2321
- -webkit-appearance:none;
2322
- -moz-appearance:none;
2323
- appearance:none;
2324
2330
  background-color:hsla(var(--bc) / var(--tw-bg-opacity, 1));
2325
2331
  --tw-bg-opacity:1;
2326
2332
  height:1.5rem;
@@ -3847,7 +3853,7 @@ html{
3847
3853
  background-color:hsla(var(--bc) / var(--tw-bg-opacity, 1));
3848
3854
  }
3849
3855
 
3850
- .menu li>:where(a.active){
3856
+ .menu li>:where(a.active),.menu li>:where(button.active){
3851
3857
  --tw-bg-opacity:1;
3852
3858
  background-color:hsla(var(--p) / var(--tw-bg-opacity, 1));
3853
3859
  --tw-text-opacity:1;
@@ -4286,6 +4292,12 @@ html{
4286
4292
  --range-shdw:var(--a);
4287
4293
  }
4288
4294
 
4295
+ .rating input{
4296
+ -moz-appearance:none;
4297
+ appearance:none;
4298
+ -webkit-appearance:none;
4299
+ }
4300
+
4289
4301
  .rating .rating-hidden{
4290
4302
  background-color:transparent;
4291
4303
  width:.5rem;
package/dist/styled.css CHANGED
@@ -318,6 +318,7 @@
318
318
  }.drawer{
319
319
  display:grid;
320
320
  overflow:hidden;
321
+ max-height:100vh;
321
322
  }
322
323
  .drawer.drawer-end{
323
324
  direction:rtl;
@@ -349,6 +350,8 @@
349
350
  z-index:0;
350
351
  grid-column-start:1;
351
352
  grid-row-start:1;
353
+ -ms-scroll-chaining:none;
354
+ overscroll-behavior:contain;
352
355
  }
353
356
 
354
357
  .drawer-toggle~.drawer-side{
@@ -458,6 +461,12 @@
458
461
  --tw-translate-x:0px;
459
462
  }
460
463
  }
464
+ }
465
+
466
+ @supports (-webkit-touch-callout:none){
467
+ .drawer{
468
+ max-height:-webkit-fill-available;
469
+ }
461
470
  }.dropdown{
462
471
  display:inline-block;
463
472
  position:relative;
@@ -2364,7 +2373,7 @@
2364
2373
  background-color:hsla(var(--bc) / var(--tw-bg-opacity, 1));
2365
2374
  --tw-bg-opacity:0.1;
2366
2375
  }
2367
- .menu li>:where(a.active){
2376
+ .menu li>:where(a.active),.menu li>:where(button.active){
2368
2377
  --tw-bg-opacity:1;
2369
2378
  background-color:hsla(var(--p) / var(--tw-bg-opacity, 1));
2370
2379
  --tw-text-opacity:1;
@@ -2829,12 +2838,14 @@
2829
2838
  }
2830
2839
  .range-accent{
2831
2840
  --range-shdw:var(--a);
2832
- }.rating :where(input){
2841
+ }.rating input{
2842
+ -moz-appearance:none;
2843
+ appearance:none;
2844
+ -webkit-appearance:none;
2845
+ }
2846
+ .rating :where(input){
2833
2847
  -webkit-animation:rating-pop var(--animation-input, .25s) ease-out;
2834
2848
  animation:rating-pop var(--animation-input, .25s) ease-out;
2835
- -webkit-appearance:none;
2836
- -moz-appearance:none;
2837
- appearance:none;
2838
2849
  background-color:hsla(var(--bc) / var(--tw-bg-opacity, 1));
2839
2850
  --tw-bg-opacity:1;
2840
2851
  height:1.5rem;