daisyui 1.20.0 → 1.22.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/CHANGELOG.md CHANGED
@@ -2,6 +2,36 @@
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.22.1](https://github.com/saadeghi/daisyui/compare/v1.22.0...v1.22.1) (2022-01-12)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * [#394](https://github.com/saadeghi/daisyui/issues/394) prevent toggle from shrinking by default ([2676cc8](https://github.com/saadeghi/daisyui/commit/2676cc8b5fff495129f466175ccf7f9087dafb59))
11
+ * **breadcrumbs:** Remove the breadcrumb separator background color ([6ec8f5e](https://github.com/saadeghi/daisyui/commit/6ec8f5e92a8a113a4b0f398a6fc78eaf58f765f1))
12
+
13
+ ## [1.22.0](https://github.com/saadeghi/daisyui/compare/v1.20.1...v1.22.0) (2022-01-08)
14
+
15
+
16
+ ### Features
17
+
18
+ * add rating component (fix [#374](https://github.com/saadeghi/daisyui/issues/374)) ([6285227](https://github.com/saadeghi/daisyui/commit/6285227ffbf9818b9bc2d8be1a4a5a610ad09954))
19
+ * responsive table compact (fix [#364](https://github.com/saadeghi/daisyui/issues/364)) ([6e3d9b1](https://github.com/saadeghi/daisyui/commit/6e3d9b1074a3f1b02af27d102c3b13e30427f511))
20
+
21
+ ## [1.21.0](https://github.com/saadeghi/daisyui/compare/v1.20.1...v1.21.0) (2022-01-01)
22
+
23
+
24
+ ### Features
25
+
26
+ * responsive table compact (fix [#364](https://github.com/saadeghi/daisyui/issues/364)) ([6e3d9b1](https://github.com/saadeghi/daisyui/commit/6e3d9b1074a3f1b02af27d102c3b13e30427f511))
27
+
28
+ ### [1.20.1](https://github.com/saadeghi/daisyui/compare/v1.20.0...v1.20.1) (2021-12-30)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * [#369](https://github.com/saadeghi/daisyui/issues/369) ([7b1b52b](https://github.com/saadeghi/daisyui/commit/7b1b52b71561e86dedf3e69f98e08143ed6a762a))
34
+
5
35
  ## [1.20.0](https://github.com/saadeghi/daisyui/compare/v1.19.0...v1.20.0) (2021-12-26)
6
36
 
7
37
 
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.19.0/dist/full.css" rel="stylesheet" type="text/css" />
82
+ <link href="https://cdn.jsdelivr.net/npm/daisyui@1.22.0/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
 
@@ -154,7 +154,7 @@ Read the documents for more info:
154
154
  - [x] Checkbox
155
155
  - [x] Radio
156
156
  - [x] Range slider
157
- - [ ] Rating
157
+ - [x] Rating
158
158
  - [x] Toggle
159
159
  - [ ] Upload
160
160
  - [x] Hero
@@ -218,6 +218,10 @@ Read the documents for more info:
218
218
  - Courses
219
219
  - [Building with SvelteKit and GraphCMS](https://explorers.netlify.com/learn/building-with-sveltekit-and-graphcms)
220
220
  - [Svelte for Beginners by Mike Karan](https://www.udemy.com/course/svelte-for-beginners/)
221
+ - [React Front To Back 2022 by Brad Traversy](https://www.udemy.com/course/react-front-to-back-2022/)
222
+ - [Build Instagram profile page UI clone w/Next.js TailwindCSS](https://www.udemy.com/course/build-instagram-profile-page-ui-clone-nextjs-tailwindcss/)
223
+ - [Instagram UI Clone Login Page w/ NextJS & TailwindCSS](https://www.udemy.com/course/instagram-ui-clone-login-page-w-nextjs-tailwindcss/)
224
+ - [Build your Developer Portfolio and Blog from Scratch with Svelte and GraphCMS](https://www.freecodecamp.org/news/build-your-developer-portfolio-from-scratch-with-sveltekit-and-graphcms/)
221
225
 
222
226
  </details>
223
227
 
package/dist/full.css CHANGED
@@ -1541,6 +1541,14 @@ html{
1541
1541
  overflow:hidden;
1542
1542
  }
1543
1543
 
1544
+ .drawer.drawer-end{
1545
+ direction:rtl;
1546
+ }
1547
+
1548
+ .drawer.drawer-end>*{
1549
+ direction:ltr;
1550
+ }
1551
+
1544
1552
  .drawer.drawer-end .drawer-toggle~.drawer-side>.drawer-overlay+*{
1545
1553
  justify-self:end;
1546
1554
  --tw-translate-x:100%;
@@ -1692,6 +1700,7 @@ html{
1692
1700
  .drawer-mobile.drawer-end{
1693
1701
  grid-auto-columns:auto -webkit-max-content;
1694
1702
  grid-auto-columns:auto max-content;
1703
+ direction:ltr;
1695
1704
  }
1696
1705
 
1697
1706
  .drawer-mobile.drawer-end>.drawer-toggle~.drawer-content{
@@ -2264,6 +2273,24 @@ html{
2264
2273
  outline:none;
2265
2274
  }
2266
2275
 
2276
+ .rating{
2277
+ display:inline-flex;
2278
+ position:relative;
2279
+ }
2280
+
2281
+ .rating :where(input){
2282
+ cursor:pointer;
2283
+ -webkit-animation:rating-pop var(--animation-input, .25s) ease-out;
2284
+ animation:rating-pop var(--animation-input, .25s) ease-out;
2285
+ -webkit-appearance:none;
2286
+ -moz-appearance:none;
2287
+ appearance:none;
2288
+ background-color:hsla(var(--bc) / var(--tw-bg-opacity, 1));
2289
+ --tw-bg-opacity:1;
2290
+ height:1.5rem;
2291
+ width:1.5rem;
2292
+ }
2293
+
2267
2294
  .select{
2268
2295
  -webkit-appearance:none;
2269
2296
  -moz-appearance:none;
@@ -2493,6 +2520,31 @@ html{
2493
2520
  box-shadow:0 0 0 2px hsl(var(--b1)), 0 0 0 4px hsla(var(--bc) / .2);
2494
2521
  }
2495
2522
 
2523
+ .toggle{
2524
+ flex-shrink:0;
2525
+ --chkbg:hsla(var(--bc) / .2);
2526
+ --focus-shadow:0 0 0;
2527
+ --handleoffset:1.5rem;
2528
+ -webkit-appearance:none;
2529
+ -moz-appearance:none;
2530
+ appearance:none;
2531
+ --tw-bg-opacity:1;
2532
+ --tw-bg-opacity:0.2;
2533
+ background-color:hsla(var(--bc) / var(--tw-bg-opacity, 1));
2534
+ --tw-border-opacity:1;
2535
+ --tw-border-opacity:0.2;
2536
+ border-color:hsla(var(--bc) / var(--tw-border-opacity, 1));
2537
+ border-width:1px;
2538
+ cursor:pointer;
2539
+ height:1.5rem;
2540
+ width:3rem;
2541
+ transition-timing-function:cubic-bezier(.4, 0, .2, 1);
2542
+ transition-duration:.3s;
2543
+ border-radius:var(--rounded-badge, 1.9rem);
2544
+ transition:background,box-shadow var(--animation-input, .2s) ease-in-out;
2545
+ box-shadow:calc(var(--handleoffset)*-1) 0 0 2px hsl(var(--b1)) inset, 0 0 0 2px hsl(var(--b1)) inset, var(--focus-shadow);
2546
+ }
2547
+
2496
2548
  .toggle:focus{
2497
2549
  outline:2px solid transparent;
2498
2550
  outline-offset:2px;
@@ -2746,6 +2798,7 @@ html{
2746
2798
  transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2747
2799
  border-top:1px solid;
2748
2800
  border-right:1px solid;
2801
+ background-color:transparent;
2749
2802
  }
2750
2803
 
2751
2804
  .btn:active:focus,.btn:active:hover{
@@ -4218,6 +4271,57 @@ html{
4218
4271
  --range-shdw:var(--a);
4219
4272
  }
4220
4273
 
4274
+ .rating .rating-hidden{
4275
+ background-color:transparent;
4276
+ width:.5rem;
4277
+ }
4278
+
4279
+ .rating input:checked~input{
4280
+ --tw-bg-opacity:0.2;
4281
+ }
4282
+
4283
+ .rating input:focus-visible{
4284
+ transition-property:transform;
4285
+ transition-duration:.15s;
4286
+ transition-duration:.3s;
4287
+ transition-timing-function:cubic-bezier(.4, 0, .2, 1);
4288
+ transform:translateY(-.125em);
4289
+ }
4290
+
4291
+ .rating input:active:focus{
4292
+ -webkit-animation:none;
4293
+ animation:none;
4294
+ transform:translateY(-.125em);
4295
+ }
4296
+
4297
+ @-webkit-keyframes rating-pop{
4298
+ 0%{
4299
+ transform:translateY(-.125em);
4300
+ }
4301
+
4302
+ 40%{
4303
+ transform:translateY(-.125em);
4304
+ }
4305
+
4306
+ to{
4307
+ transform:translateY(0);
4308
+ }
4309
+ }
4310
+
4311
+ @keyframes rating-pop{
4312
+ 0%{
4313
+ transform:translateY(-.125em);
4314
+ }
4315
+
4316
+ 40%{
4317
+ transform:translateY(-.125em);
4318
+ }
4319
+
4320
+ to{
4321
+ transform:translateY(0);
4322
+ }
4323
+ }
4324
+
4221
4325
  .select-bordered{
4222
4326
  --tw-border-opacity:0.2;
4223
4327
  }
@@ -4635,12 +4739,6 @@ html{
4635
4739
  background-color:hsla(var(--b2) / var(--tw-bg-opacity, 1));
4636
4740
  }
4637
4741
 
4638
- .table-compact td,.table-compact th{
4639
- font-size:.875rem;
4640
- line-height:1.25rem;
4641
- padding:.5rem;
4642
- }
4643
-
4644
4742
  .textarea-bordered{
4645
4743
  --tw-border-opacity:0.2;
4646
4744
  }
@@ -4746,30 +4844,6 @@ html{
4746
4844
  color:hsla(var(--bc) / var(--tw-placeholder-opacity, 1));
4747
4845
  }
4748
4846
 
4749
- .toggle{
4750
- --chkbg:hsla(var(--bc) / .2);
4751
- --focus-shadow:0 0 0;
4752
- --handleoffset:1.5rem;
4753
- -webkit-appearance:none;
4754
- -moz-appearance:none;
4755
- appearance:none;
4756
- --tw-bg-opacity:1;
4757
- --tw-bg-opacity:0.2;
4758
- background-color:hsla(var(--bc) / var(--tw-bg-opacity, 1));
4759
- --tw-border-opacity:1;
4760
- --tw-border-opacity:0.2;
4761
- border-color:hsla(var(--bc) / var(--tw-border-opacity, 1));
4762
- border-width:1px;
4763
- cursor:pointer;
4764
- height:1.5rem;
4765
- width:3rem;
4766
- transition-timing-function:cubic-bezier(.4, 0, .2, 1);
4767
- transition-duration:.3s;
4768
- border-radius:var(--rounded-badge, 1.9rem);
4769
- transition:background,box-shadow var(--animation-input, .2s) ease-in-out;
4770
- box-shadow:calc(var(--handleoffset)*-1) 0 0 2px hsl(var(--b1)) inset, 0 0 0 2px hsl(var(--b1)) inset, var(--focus-shadow);
4771
- }
4772
-
4773
4847
  .toggle:focus-visible{
4774
4848
  --focus-shadow:0 0 0 2px hsl(var(--b1)), 0 0 0 4px hsl(var(--bc));
4775
4849
  }
@@ -9407,6 +9481,26 @@ html{
9407
9481
  width:2rem;
9408
9482
  }
9409
9483
 
9484
+ .rating-xs input{
9485
+ height:.75rem;
9486
+ width:.75rem;
9487
+ }
9488
+
9489
+ .rating-sm input{
9490
+ height:1rem;
9491
+ width:1rem;
9492
+ }
9493
+
9494
+ .rating-md input{
9495
+ height:1.5rem;
9496
+ width:1.5rem;
9497
+ }
9498
+
9499
+ .rating-lg input{
9500
+ height:2.5rem;
9501
+ width:2.5rem;
9502
+ }
9503
+
9410
9504
  .select-md{
9411
9505
  height:3rem;
9412
9506
  font-size:.875rem;
@@ -9771,6 +9865,18 @@ html{
9771
9865
  margin-left:50%;
9772
9866
  }
9773
9867
 
9868
+ .table-normal :where(th,td){
9869
+ font-size:1rem;
9870
+ line-height:1.5rem;
9871
+ padding:1rem;
9872
+ }
9873
+
9874
+ .table-compact :where(th,td){
9875
+ font-size:.875rem;
9876
+ line-height:1.25rem;
9877
+ padding:.5rem;
9878
+ }
9879
+
9774
9880
  @media (min-width:640px){
9775
9881
  .sm\:animate-none{
9776
9882
  -webkit-animation:none;
@@ -14120,6 +14226,26 @@ html{
14120
14226
  width:2rem;
14121
14227
  }
14122
14228
 
14229
+ .sm\:rating-xs input{
14230
+ height:.75rem;
14231
+ width:.75rem;
14232
+ }
14233
+
14234
+ .sm\:rating-sm input{
14235
+ height:1rem;
14236
+ width:1rem;
14237
+ }
14238
+
14239
+ .sm\:rating-md input{
14240
+ height:1.5rem;
14241
+ width:1.5rem;
14242
+ }
14243
+
14244
+ .sm\:rating-lg input{
14245
+ height:2.5rem;
14246
+ width:2.5rem;
14247
+ }
14248
+
14123
14249
  .sm\:select-md{
14124
14250
  height:3rem;
14125
14251
  font-size:.875rem;
@@ -14483,6 +14609,18 @@ html{
14483
14609
  --tw-translate-y:-50%;
14484
14610
  margin-left:50%;
14485
14611
  }
14612
+
14613
+ .sm\:table-normal :where(th,td){
14614
+ font-size:1rem;
14615
+ line-height:1.5rem;
14616
+ padding:1rem;
14617
+ }
14618
+
14619
+ .sm\:table-compact :where(th,td){
14620
+ font-size:.875rem;
14621
+ line-height:1.25rem;
14622
+ padding:.5rem;
14623
+ }
14486
14624
  }
14487
14625
 
14488
14626
  @media (min-width:768px){
@@ -18834,6 +18972,26 @@ html{
18834
18972
  width:2rem;
18835
18973
  }
18836
18974
 
18975
+ .md\:rating-xs input{
18976
+ height:.75rem;
18977
+ width:.75rem;
18978
+ }
18979
+
18980
+ .md\:rating-sm input{
18981
+ height:1rem;
18982
+ width:1rem;
18983
+ }
18984
+
18985
+ .md\:rating-md input{
18986
+ height:1.5rem;
18987
+ width:1.5rem;
18988
+ }
18989
+
18990
+ .md\:rating-lg input{
18991
+ height:2.5rem;
18992
+ width:2.5rem;
18993
+ }
18994
+
18837
18995
  .md\:select-md{
18838
18996
  height:3rem;
18839
18997
  font-size:.875rem;
@@ -19197,6 +19355,18 @@ html{
19197
19355
  --tw-translate-y:-50%;
19198
19356
  margin-left:50%;
19199
19357
  }
19358
+
19359
+ .md\:table-normal :where(th,td){
19360
+ font-size:1rem;
19361
+ line-height:1.5rem;
19362
+ padding:1rem;
19363
+ }
19364
+
19365
+ .md\:table-compact :where(th,td){
19366
+ font-size:.875rem;
19367
+ line-height:1.25rem;
19368
+ padding:.5rem;
19369
+ }
19200
19370
  }
19201
19371
 
19202
19372
  @media (min-width:1024px){
@@ -23548,6 +23718,26 @@ html{
23548
23718
  width:2rem;
23549
23719
  }
23550
23720
 
23721
+ .lg\:rating-xs input{
23722
+ height:.75rem;
23723
+ width:.75rem;
23724
+ }
23725
+
23726
+ .lg\:rating-sm input{
23727
+ height:1rem;
23728
+ width:1rem;
23729
+ }
23730
+
23731
+ .lg\:rating-md input{
23732
+ height:1.5rem;
23733
+ width:1.5rem;
23734
+ }
23735
+
23736
+ .lg\:rating-lg input{
23737
+ height:2.5rem;
23738
+ width:2.5rem;
23739
+ }
23740
+
23551
23741
  .lg\:select-md{
23552
23742
  height:3rem;
23553
23743
  font-size:.875rem;
@@ -23911,6 +24101,18 @@ html{
23911
24101
  --tw-translate-y:-50%;
23912
24102
  margin-left:50%;
23913
24103
  }
24104
+
24105
+ .lg\:table-normal :where(th,td){
24106
+ font-size:1rem;
24107
+ line-height:1.5rem;
24108
+ padding:1rem;
24109
+ }
24110
+
24111
+ .lg\:table-compact :where(th,td){
24112
+ font-size:.875rem;
24113
+ line-height:1.25rem;
24114
+ padding:.5rem;
24115
+ }
23914
24116
  }
23915
24117
 
23916
24118
  @media (min-width:1280px){
@@ -28262,6 +28464,26 @@ html{
28262
28464
  width:2rem;
28263
28465
  }
28264
28466
 
28467
+ .xl\:rating-xs input{
28468
+ height:.75rem;
28469
+ width:.75rem;
28470
+ }
28471
+
28472
+ .xl\:rating-sm input{
28473
+ height:1rem;
28474
+ width:1rem;
28475
+ }
28476
+
28477
+ .xl\:rating-md input{
28478
+ height:1.5rem;
28479
+ width:1.5rem;
28480
+ }
28481
+
28482
+ .xl\:rating-lg input{
28483
+ height:2.5rem;
28484
+ width:2.5rem;
28485
+ }
28486
+
28265
28487
  .xl\:select-md{
28266
28488
  height:3rem;
28267
28489
  font-size:.875rem;
@@ -28625,6 +28847,18 @@ html{
28625
28847
  --tw-translate-y:-50%;
28626
28848
  margin-left:50%;
28627
28849
  }
28850
+
28851
+ .xl\:table-normal :where(th,td){
28852
+ font-size:1rem;
28853
+ line-height:1.5rem;
28854
+ padding:1rem;
28855
+ }
28856
+
28857
+ .xl\:table-compact :where(th,td){
28858
+ font-size:.875rem;
28859
+ line-height:1.25rem;
28860
+ padding:.5rem;
28861
+ }
28628
28862
  }
28629
28863
 
28630
28864
  @media (min-width:1536px){
@@ -32976,6 +33210,26 @@ html{
32976
33210
  width:2rem;
32977
33211
  }
32978
33212
 
33213
+ .\32xl\:rating-xs input{
33214
+ height:.75rem;
33215
+ width:.75rem;
33216
+ }
33217
+
33218
+ .\32xl\:rating-sm input{
33219
+ height:1rem;
33220
+ width:1rem;
33221
+ }
33222
+
33223
+ .\32xl\:rating-md input{
33224
+ height:1.5rem;
33225
+ width:1.5rem;
33226
+ }
33227
+
33228
+ .\32xl\:rating-lg input{
33229
+ height:2.5rem;
33230
+ width:2.5rem;
33231
+ }
33232
+
32979
33233
  .\32xl\:select-md{
32980
33234
  height:3rem;
32981
33235
  font-size:.875rem;
@@ -33339,5 +33593,17 @@ html{
33339
33593
  --tw-translate-y:-50%;
33340
33594
  margin-left:50%;
33341
33595
  }
33596
+
33597
+ .\32xl\:table-normal :where(th,td){
33598
+ font-size:1rem;
33599
+ line-height:1.5rem;
33600
+ padding:1rem;
33601
+ }
33602
+
33603
+ .\32xl\:table-compact :where(th,td){
33604
+ font-size:.875rem;
33605
+ line-height:1.25rem;
33606
+ padding:.5rem;
33607
+ }
33342
33608
  }
33343
33609
 
package/dist/styled.css CHANGED
@@ -319,6 +319,12 @@
319
319
  display:grid;
320
320
  overflow:hidden;
321
321
  }
322
+ .drawer.drawer-end{
323
+ direction:rtl;
324
+ }
325
+ .drawer.drawer-end>*{
326
+ direction:ltr;
327
+ }
322
328
  .drawer.drawer-end .drawer-toggle~.drawer-side>.drawer-overlay+*{
323
329
  justify-self:end;
324
330
  --tw-translate-x:100%;
@@ -424,6 +430,7 @@
424
430
  .drawer-mobile.drawer-end{
425
431
  grid-auto-columns:auto -webkit-max-content;
426
432
  grid-auto-columns:auto max-content;
433
+ direction:ltr;
427
434
  }
428
435
  .drawer-mobile.drawer-end>.drawer-toggle~.drawer-content{
429
436
  height:auto;
@@ -867,6 +874,12 @@
867
874
  }
868
875
  .range:focus{
869
876
  outline:none;
877
+ }.rating{
878
+ display:inline-flex;
879
+ position:relative;
880
+ }
881
+ .rating :where(input){
882
+ cursor:pointer;
870
883
  }.select{
871
884
  -webkit-appearance:none;
872
885
  -moz-appearance:none;
@@ -1016,10 +1029,14 @@
1016
1029
  outline:2px solid transparent;
1017
1030
  outline-offset:2px;
1018
1031
  }
1019
- .toggle:focus{
1032
+ .toggle{
1033
+ flex-shrink:0;
1034
+ }
1035
+ .toggle:focus{
1020
1036
  outline:2px solid transparent;
1021
1037
  outline-offset:2px;
1022
- }.tooltip{
1038
+ }
1039
+ .tooltip{
1023
1040
  display:inline-block;
1024
1041
  position:relative;
1025
1042
  --tooltip-offset:calc(100% + 1px + var(--tooltip-tail, 0px));
@@ -1271,6 +1288,7 @@
1271
1288
  --tw-rotate:45deg;
1272
1289
  border-top:1px solid;
1273
1290
  border-right:1px solid;
1291
+ background-color:transparent;
1274
1292
  }.btn{
1275
1293
  font-weight:600;
1276
1294
  text-transform:uppercase;
@@ -2795,7 +2813,66 @@
2795
2813
  }
2796
2814
  .range-accent{
2797
2815
  --range-shdw:var(--a);
2798
- }.select{
2816
+ }.rating :where(input){
2817
+ -webkit-animation:rating-pop var(--animation-input, .25s) ease-out;
2818
+ animation:rating-pop var(--animation-input, .25s) ease-out;
2819
+ -webkit-appearance:none;
2820
+ -moz-appearance:none;
2821
+ appearance:none;
2822
+ background-color:hsla(var(--bc) / var(--tw-bg-opacity, 1));
2823
+ --tw-bg-opacity:1;
2824
+ height:1.5rem;
2825
+ width:1.5rem;
2826
+ }
2827
+ .rating .rating-hidden{
2828
+ background-color:transparent;
2829
+ width:.5rem;
2830
+ }
2831
+ .rating input:checked~input{
2832
+ --tw-bg-opacity:0.2;
2833
+ }
2834
+ .rating input:focus-visible{
2835
+ transition-property:transform;
2836
+ transition-duration:.15s;
2837
+ transition-timing-function:cubic-bezier(.4, 0, .2, 1);
2838
+ transition-duration:.3s;
2839
+ transform:translateY(-.125em);
2840
+ }
2841
+ .rating input:active:focus{
2842
+ -webkit-animation:none;
2843
+ animation:none;
2844
+ }
2845
+ .rating input:active:focus{
2846
+ transform:translateY(-.125em);
2847
+ }
2848
+
2849
+ @-webkit-keyframes rating-pop{
2850
+ 0%{
2851
+ transform:translateY(-.125em);
2852
+ }
2853
+
2854
+ 40%{
2855
+ transform:translateY(-.125em);
2856
+ }
2857
+
2858
+ to{
2859
+ transform:translateY(0);
2860
+ }
2861
+ }
2862
+
2863
+ @keyframes rating-pop{
2864
+ 0%{
2865
+ transform:translateY(-.125em);
2866
+ }
2867
+
2868
+ 40%{
2869
+ transform:translateY(-.125em);
2870
+ }
2871
+
2872
+ to{
2873
+ transform:translateY(0);
2874
+ }
2875
+ }.select{
2799
2876
  --tw-bg-opacity:1;
2800
2877
  background-color:hsla(var(--b1) / var(--tw-bg-opacity, 1));
2801
2878
  --tw-border-opacity:1;
@@ -3265,11 +3342,6 @@
3265
3342
  --tw-bg-opacity:1;
3266
3343
  background-color:hsla(var(--b2) / var(--tw-bg-opacity, 1));
3267
3344
  }
3268
- .table-compact td,.table-compact th{
3269
- font-size:.875rem;
3270
- line-height:1.25rem;
3271
- padding:.5rem;
3272
- }
3273
3345
  .textarea{
3274
3346
  --tw-bg-opacity:1;
3275
3347
  background-color:hsla(var(--b1) / var(--tw-bg-opacity, 1));