avo 3.1.0 → 3.1.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of avo might be problematic. Click here for more details.

@@ -4754,44 +4754,6 @@ body.os-pc .mac-styled-scrollbar:hover::-webkit-scrollbar-thumb {
4754
4754
  }
4755
4755
  }
4756
4756
 
4757
- tags.tagify {
4758
- --tag-inset-shadow-size: 3em;
4759
- --tags-border-color: rgb(var(--color-primary-500));
4760
- --tags-hover-border-color: rgb(var(--color-primary-500));
4761
- }
4762
-
4763
- .tagify__dropdown {
4764
- --tagify-dd-color-primary: rgb(var(--color-primary-500));
4765
- }
4766
-
4767
- tags.tagify{
4768
- padding:0px !important;
4769
- }
4770
-
4771
- tags.tagify span.tagify__input{
4772
- margin-top:0.25rem;
4773
- margin-bottom:0.25rem
4774
- }
4775
-
4776
- tags.tagify span.tagify__input:after {
4777
- /* The loader is not centered by default. This will make it look better. */
4778
- margin-top: 0.25rem;
4779
- }
4780
-
4781
- tag.tagify__tag{
4782
- margin-top:0.25rem;
4783
- margin-bottom:0.25rem;
4784
- margin-bottom:0px;
4785
- font-size:0.875rem;
4786
- line-height:1.25rem
4787
- }
4788
-
4789
- /* When the tags field is used to select just one value there's a weird ZeroWidthSpace (\u200B) character that breaks the vertical spacing. */
4790
-
4791
- [data-tags-field-mode-value="select"] tags.tagify {
4792
- height: 40px;
4793
- }
4794
-
4795
4757
  .spinner {
4796
4758
  width: 16px;
4797
4759
  height: 16px;
@@ -6317,6 +6279,44 @@ trix-toolbar .trix-button-group:not(:first-child){
6317
6279
  margin-left:0px
6318
6280
  }
6319
6281
 
6282
+ tags.tagify {
6283
+ --tag-inset-shadow-size: 3em;
6284
+ --tags-border-color: rgb(var(--color-primary-500));
6285
+ --tags-hover-border-color: rgb(var(--color-primary-500));
6286
+ }
6287
+
6288
+ .tagify__dropdown {
6289
+ --tagify-dd-color-primary: rgb(var(--color-primary-500));
6290
+ }
6291
+
6292
+ tags.tagify{
6293
+ padding:0px !important;
6294
+ }
6295
+
6296
+ tags.tagify span.tagify__input{
6297
+ margin-top:0.25rem;
6298
+ margin-bottom:0.25rem
6299
+ }
6300
+
6301
+ tags.tagify span.tagify__input:after {
6302
+ /* The loader is not centered by default. This will make it look better. */
6303
+ margin-top: 0.25rem;
6304
+ }
6305
+
6306
+ tag.tagify__tag{
6307
+ margin-top:0.25rem;
6308
+ margin-bottom:0.25rem;
6309
+ margin-bottom:0px;
6310
+ font-size:0.875rem;
6311
+ line-height:1.25rem
6312
+ }
6313
+
6314
+ /* When the tags field is used to select just one value there's a weird ZeroWidthSpace (\u200B) character that breaks the vertical spacing. */
6315
+
6316
+ [data-tags-field-mode-value="select"] tags.tagify {
6317
+ height: 40px;
6318
+ }
6319
+
6320
6320
  .container{
6321
6321
  width:100%
6322
6322
  }
@@ -6401,6 +6401,10 @@ trix-toolbar .trix-button-group:not(:first-child){
6401
6401
  position:relative
6402
6402
  }
6403
6403
 
6404
+ .sticky{
6405
+ position:sticky
6406
+ }
6407
+
6404
6408
  .inset-auto{
6405
6409
  top:auto;
6406
6410
  right:auto;
@@ -6415,6 +6419,11 @@ trix-toolbar .trix-button-group:not(:first-child){
6415
6419
  left:0px
6416
6420
  }
6417
6421
 
6422
+ .inset-x-0{
6423
+ left:0px;
6424
+ right:0px
6425
+ }
6426
+
6418
6427
  .top-auto{
6419
6428
  top:auto
6420
6429
  }
@@ -6427,32 +6436,44 @@ trix-toolbar .trix-button-group:not(:first-child){
6427
6436
  bottom:-0.25rem
6428
6437
  }
6429
6438
 
6430
- .left-0{
6431
- left:0px
6439
+ .bottom-0{
6440
+ bottom:0px
6432
6441
  }
6433
6442
 
6434
- .left-1\/2{
6435
- left:50%
6443
+ .right-0{
6444
+ right:0px
6436
6445
  }
6437
6446
 
6438
- .top-1\/2{
6439
- top:50%
6447
+ .top-full{
6448
+ top:100%
6440
6449
  }
6441
6450
 
6442
- .bottom-0{
6443
- bottom:0px
6451
+ .left-0{
6452
+ left:0px
6453
+ }
6454
+
6455
+ .top-1\/2{
6456
+ top:50%
6444
6457
  }
6445
6458
 
6446
6459
  .left-auto{
6447
6460
  left:auto
6448
6461
  }
6449
6462
 
6450
- .right-0{
6451
- right:0px
6463
+ .top-2{
6464
+ top:0.5rem
6452
6465
  }
6453
6466
 
6454
- .top-full{
6455
- top:100%
6467
+ .right-3{
6468
+ right:0.75rem
6469
+ }
6470
+
6471
+ .left-1\/2{
6472
+ left:50%
6473
+ }
6474
+
6475
+ .bottom-full{
6476
+ bottom:100%
6456
6477
  }
6457
6478
 
6458
6479
  .top-\[-1px\]{
@@ -6463,22 +6484,46 @@ trix-toolbar .trix-button-group:not(:first-child){
6463
6484
  top:-0.1rem
6464
6485
  }
6465
6486
 
6466
- .right-3{
6467
- right:0.75rem
6487
+ .top-0{
6488
+ top:0px
6468
6489
  }
6469
6490
 
6470
- .z-10{
6471
- z-index:10
6491
+ .left-1{
6492
+ left:0.25rem
6472
6493
  }
6473
6494
 
6474
- .z-50{
6475
- z-index:50
6495
+ .bottom-1{
6496
+ bottom:0.25rem
6497
+ }
6498
+
6499
+ .top-3{
6500
+ top:0.75rem
6501
+ }
6502
+
6503
+ .top-5{
6504
+ top:1.25rem
6505
+ }
6506
+
6507
+ .left-5{
6508
+ left:1.25rem
6476
6509
  }
6477
6510
 
6478
6511
  .z-20{
6479
6512
  z-index:20
6480
6513
  }
6481
6514
 
6515
+ .z-30{
6516
+ z-index:30
6517
+ }
6518
+
6519
+ .z-10{
6520
+ z-index:10
6521
+ }
6522
+
6523
+ .z-50{
6524
+ z-index:50
6525
+ }
6526
+
6482
6527
  .z-\[100\]{
6483
6528
  z-index:100
6484
6529
  }
@@ -6491,10 +6536,6 @@ trix-toolbar .trix-button-group:not(:first-child){
6491
6536
  z-index:60
6492
6537
  }
6493
6538
 
6494
- .z-30{
6495
- z-index:30
6496
- }
6497
-
6498
6539
  .order-last{
6499
6540
  order:9999
6500
6541
  }
@@ -6503,28 +6544,44 @@ trix-toolbar .trix-button-group:not(:first-child){
6503
6544
  order:-9999
6504
6545
  }
6505
6546
 
6547
+ .col-span-full{
6548
+ grid-column:1 / -1
6549
+ }
6550
+
6551
+ .col-span-4{
6552
+ grid-column:span 4 / span 4
6553
+ }
6554
+
6506
6555
  .col-span-1{
6507
6556
  grid-column:span 1 / span 1
6508
6557
  }
6509
6558
 
6510
- .col-span-2{
6511
- grid-column:span 2 / span 2
6559
+ .row-span-1{
6560
+ grid-row:span 1 / span 1
6512
6561
  }
6513
6562
 
6514
- .col-span-full{
6515
- grid-column:1 / -1
6563
+ .row-span-2{
6564
+ grid-row:span 2 / span 2
6516
6565
  }
6517
6566
 
6518
- .col-span-4{
6519
- grid-column:span 4 / span 4
6567
+ .row-span-3{
6568
+ grid-row:span 3 / span 3
6520
6569
  }
6521
6570
 
6522
- .float-right{
6523
- float:right
6571
+ .row-span-4{
6572
+ grid-row:span 4 / span 4
6573
+ }
6574
+
6575
+ .row-span-5{
6576
+ grid-row:span 5 / span 5
6577
+ }
6578
+
6579
+ .row-span-6{
6580
+ grid-row:span 6 / span 6
6524
6581
  }
6525
6582
 
6526
- .float-left{
6527
- float:left
6583
+ .float-right{
6584
+ float:right
6528
6585
  }
6529
6586
 
6530
6587
  .m-0{
@@ -6541,16 +6598,21 @@ trix-toolbar .trix-button-group:not(:first-child){
6541
6598
  margin-right:-0.25rem
6542
6599
  }
6543
6600
 
6544
- .mx-3{
6545
- margin-left:0.75rem;
6546
- margin-right:0.75rem
6547
- }
6548
-
6549
6601
  .my-4{
6550
6602
  margin-top:1rem;
6551
6603
  margin-bottom:1rem
6552
6604
  }
6553
6605
 
6606
+ .-mx-2{
6607
+ margin-left:-0.5rem;
6608
+ margin-right:-0.5rem
6609
+ }
6610
+
6611
+ .mx-3{
6612
+ margin-left:0.75rem;
6613
+ margin-right:0.75rem
6614
+ }
6615
+
6554
6616
  .-mx-6{
6555
6617
  margin-left:-1.5rem;
6556
6618
  margin-right:-1.5rem
@@ -6581,11 +6643,6 @@ trix-toolbar .trix-button-group:not(:first-child){
6581
6643
  margin-bottom:0px
6582
6644
  }
6583
6645
 
6584
- .-mx-2{
6585
- margin-left:-0.5rem;
6586
- margin-right:-0.5rem
6587
- }
6588
-
6589
6646
  .-my-2{
6590
6647
  margin-top:-0.5rem;
6591
6648
  margin-bottom:-0.5rem
@@ -6596,58 +6653,82 @@ trix-toolbar .trix-button-group:not(:first-child){
6596
6653
  margin-right:1.5rem
6597
6654
  }
6598
6655
 
6656
+ .mb-4{
6657
+ margin-bottom:1rem
6658
+ }
6659
+
6660
+ .mr-4{
6661
+ margin-right:1rem
6662
+ }
6663
+
6664
+ .ml-1\/2{
6665
+ margin-left:50%
6666
+ }
6667
+
6668
+ .mr-1{
6669
+ margin-right:0.25rem
6670
+ }
6671
+
6672
+ .ml-1{
6673
+ margin-left:0.25rem
6674
+ }
6675
+
6599
6676
  .mt-3{
6600
6677
  margin-top:0.75rem
6601
6678
  }
6602
6679
 
6603
- .mt-8{
6604
- margin-top:2rem
6680
+ .ml-6{
6681
+ margin-left:1.5rem
6605
6682
  }
6606
6683
 
6607
- .mb-12{
6608
- margin-bottom:3rem
6684
+ .mt-2{
6685
+ margin-top:0.5rem
6609
6686
  }
6610
6687
 
6611
6688
  .mr-2{
6612
6689
  margin-right:0.5rem
6613
6690
  }
6614
6691
 
6615
- .mb-0{
6616
- margin-bottom:0px
6617
- }
6618
-
6619
6692
  .mt-4{
6620
6693
  margin-top:1rem
6621
6694
  }
6622
6695
 
6623
- .mt-2{
6624
- margin-top:0.5rem
6696
+ .mr-px{
6697
+ margin-right:1px
6625
6698
  }
6626
6699
 
6627
- .mt-1{
6628
- margin-top:0.25rem
6700
+ .-mt-2{
6701
+ margin-top:-0.5rem
6629
6702
  }
6630
6703
 
6631
- .mb-4{
6632
- margin-bottom:1rem
6704
+ .mt-8{
6705
+ margin-top:2rem
6633
6706
  }
6634
6707
 
6635
- .mr-1{
6636
- margin-right:0.25rem
6708
+ .mb-12{
6709
+ margin-bottom:3rem
6637
6710
  }
6638
6711
 
6639
- .mr-4{
6640
- margin-right:1rem
6712
+ .mb-0{
6713
+ margin-bottom:0px
6641
6714
  }
6642
6715
 
6643
- .ml-1{
6644
- margin-left:0.25rem
6716
+ .-mt-1{
6717
+ margin-top:-0.25rem
6718
+ }
6719
+
6720
+ .mt-1{
6721
+ margin-top:0.25rem
6645
6722
  }
6646
6723
 
6647
6724
  .ml-1\/12{
6648
6725
  margin-left:8.333333%
6649
6726
  }
6650
6727
 
6728
+ .mb-2{
6729
+ margin-bottom:0.5rem
6730
+ }
6731
+
6651
6732
  .ml-3{
6652
6733
  margin-left:0.75rem
6653
6734
  }
@@ -6656,18 +6737,14 @@ trix-toolbar .trix-button-group:not(:first-child){
6656
6737
  margin-left:1rem
6657
6738
  }
6658
6739
 
6659
- .mb-2{
6660
- margin-bottom:0.5rem
6740
+ .-ml-4{
6741
+ margin-left:-1rem
6661
6742
  }
6662
6743
 
6663
6744
  .-mt-12{
6664
6745
  margin-top:-3rem
6665
6746
  }
6666
6747
 
6667
- .ml-1\/2{
6668
- margin-left:50%
6669
- }
6670
-
6671
6748
  .ml-10{
6672
6749
  margin-left:2.5rem
6673
6750
  }
@@ -6708,24 +6785,12 @@ trix-toolbar .trix-button-group:not(:first-child){
6708
6785
  margin-top:1.5rem
6709
6786
  }
6710
6787
 
6711
- .mt-12{
6712
- margin-top:3rem
6788
+ .ml-px{
6789
+ margin-left:1px
6713
6790
  }
6714
6791
 
6715
- .mr-px{
6716
- margin-right:1px
6717
- }
6718
-
6719
- .-mt-2{
6720
- margin-top:-0.5rem
6721
- }
6722
-
6723
- .ml-px{
6724
- margin-left:1px
6725
- }
6726
-
6727
- .mb-1{
6728
- margin-bottom:0.25rem
6792
+ .mb-1{
6793
+ margin-bottom:0.25rem
6729
6794
  }
6730
6795
 
6731
6796
  .-mt-9{
@@ -6756,10 +6821,58 @@ trix-toolbar .trix-button-group:not(:first-child){
6756
6821
  display:table
6757
6822
  }
6758
6823
 
6824
+ .inline-table{
6825
+ display:inline-table
6826
+ }
6827
+
6828
+ .table-caption{
6829
+ display:table-caption
6830
+ }
6831
+
6832
+ .table-cell{
6833
+ display:table-cell
6834
+ }
6835
+
6836
+ .table-column{
6837
+ display:table-column
6838
+ }
6839
+
6840
+ .table-column-group{
6841
+ display:table-column-group
6842
+ }
6843
+
6844
+ .table-footer-group{
6845
+ display:table-footer-group
6846
+ }
6847
+
6848
+ .table-header-group{
6849
+ display:table-header-group
6850
+ }
6851
+
6852
+ .table-row-group{
6853
+ display:table-row-group
6854
+ }
6855
+
6856
+ .table-row{
6857
+ display:table-row
6858
+ }
6859
+
6759
6860
  .grid{
6760
6861
  display:grid
6761
6862
  }
6762
6863
 
6864
+ .inline-grid{
6865
+ display:inline-grid
6866
+ }
6867
+
6868
+ .contents{
6869
+ display:contents
6870
+ }
6871
+
6872
+ .list-item{
6873
+ display:list-item
6874
+ }
6875
+
6763
6876
  .hidden{
6764
6877
  display:none
6765
6878
  }
@@ -6772,42 +6885,30 @@ trix-toolbar .trix-button-group:not(:first-child){
6772
6885
  aspect-ratio:16 / 9
6773
6886
  }
6774
6887
 
6775
- .h-36{
6776
- height:9rem
6777
- }
6778
-
6779
- .h-72{
6780
- height:18rem
6888
+ .h-full{
6889
+ height:100%
6781
6890
  }
6782
6891
 
6783
- .h-\[27rem\]{
6784
- height:27rem
6892
+ .h-4{
6893
+ height:1rem
6785
6894
  }
6786
6895
 
6787
- .h-\[36rem\]{
6788
- height:36rem
6896
+ .h-3{
6897
+ height:0.75rem
6789
6898
  }
6790
6899
 
6791
- .h-\[45rem\]{
6792
- height:45rem
6900
+ .h-6{
6901
+ height:1.5rem
6793
6902
  }
6794
6903
 
6795
- .h-\[54rem\]{
6796
- height:54rem
6904
+ .h-1{
6905
+ height:0.25rem
6797
6906
  }
6798
6907
 
6799
6908
  .h-5{
6800
6909
  height:1.25rem
6801
6910
  }
6802
6911
 
6803
- .h-4{
6804
- height:1rem
6805
- }
6806
-
6807
- .h-full{
6808
- height:100%
6809
- }
6810
-
6811
6912
  .h-64{
6812
6913
  height:16rem
6813
6914
  }
@@ -6816,10 +6917,6 @@ trix-toolbar .trix-button-group:not(:first-child){
6816
6917
  height:13rem
6817
6918
  }
6818
6919
 
6819
- .h-6{
6820
- height:1.5rem
6821
- }
6822
-
6823
6920
  .h-16{
6824
6921
  height:4rem
6825
6922
  }
@@ -6832,10 +6929,6 @@ trix-toolbar .trix-button-group:not(:first-child){
6832
6929
  height:250px
6833
6930
  }
6834
6931
 
6835
- .h-3{
6836
- height:0.75rem
6837
- }
6838
-
6839
6932
  .h-\[calc\(100vh-4rem\)\]{
6840
6933
  height:calc(100vh - 4rem)
6841
6934
  }
@@ -6852,6 +6945,10 @@ trix-toolbar .trix-button-group:not(:first-child){
6852
6945
  height:2.25rem
6853
6946
  }
6854
6947
 
6948
+ .h-2{
6949
+ height:0.5rem
6950
+ }
6951
+
6855
6952
  .max-h-full{
6856
6953
  max-height:100%
6857
6954
  }
@@ -6864,6 +6961,30 @@ trix-toolbar .trix-button-group:not(:first-child){
6864
6961
  min-height:6rem
6865
6962
  }
6866
6963
 
6964
+ .min-h-\[8rem\]{
6965
+ min-height:8rem
6966
+ }
6967
+
6968
+ .min-h-\[16rem\]{
6969
+ min-height:16rem
6970
+ }
6971
+
6972
+ .min-h-\[24rem\]{
6973
+ min-height:24rem
6974
+ }
6975
+
6976
+ .min-h-\[32rem\]{
6977
+ min-height:32rem
6978
+ }
6979
+
6980
+ .min-h-\[40rem\]{
6981
+ min-height:40rem
6982
+ }
6983
+
6984
+ .min-h-\[48rem\]{
6985
+ min-height:48rem
6986
+ }
6987
+
6867
6988
  .min-h-full{
6868
6989
  min-height:100%
6869
6990
  }
@@ -6880,24 +7001,36 @@ trix-toolbar .trix-button-group:not(:first-child){
6880
7001
  min-height:3rem
6881
7002
  }
6882
7003
 
6883
- .w-5{
6884
- width:1.25rem
7004
+ .w-24{
7005
+ width:6rem
6885
7006
  }
6886
7007
 
6887
- .w-4{
6888
- width:1rem
7008
+ .w-52{
7009
+ width:13rem
6889
7010
  }
6890
7011
 
6891
7012
  .w-full{
6892
7013
  width:100%
6893
7014
  }
6894
7015
 
6895
- .w-auto{
6896
- width:auto
7016
+ .w-64{
7017
+ width:16rem
6897
7018
  }
6898
7019
 
6899
- .w-24{
6900
- width:6rem
7020
+ .w-\[calc\(100\%\+1rem\)\]{
7021
+ width:calc(100% + 1rem)
7022
+ }
7023
+
7024
+ .w-5{
7025
+ width:1.25rem
7026
+ }
7027
+
7028
+ .w-4{
7029
+ width:1rem
7030
+ }
7031
+
7032
+ .w-auto{
7033
+ width:auto
6901
7034
  }
6902
7035
 
6903
7036
  .w-10\/12{
@@ -6928,10 +7061,6 @@ trix-toolbar .trix-button-group:not(:first-child){
6928
7061
  width:4rem
6929
7062
  }
6930
7063
 
6931
- .w-64{
6932
- width:16rem
6933
- }
6934
-
6935
7064
  .w-10{
6936
7065
  width:2.5rem
6937
7066
  }
@@ -6940,6 +7069,14 @@ trix-toolbar .trix-button-group:not(:first-child){
6940
7069
  width:1%
6941
7070
  }
6942
7071
 
7072
+ .w-2{
7073
+ width:0.5rem
7074
+ }
7075
+
7076
+ .w-1{
7077
+ width:0.25rem
7078
+ }
7079
+
6943
7080
  .min-w-\[1rem\]{
6944
7081
  min-width:1rem
6945
7082
  }
@@ -6952,6 +7089,10 @@ trix-toolbar .trix-button-group:not(:first-child){
6952
7089
  min-width:100%
6953
7090
  }
6954
7091
 
7092
+ .min-w-0{
7093
+ min-width:0px
7094
+ }
7095
+
6955
7096
  .min-w-\[200px\]{
6956
7097
  min-width:200px
6957
7098
  }
@@ -6968,30 +7109,42 @@ trix-toolbar .trix-button-group:not(:first-child){
6968
7109
  min-width:6rem
6969
7110
  }
6970
7111
 
6971
- .max-w-168{
6972
- max-width:42rem
7112
+ .max-w-xs{
7113
+ max-width:20rem
6973
7114
  }
6974
7115
 
6975
7116
  .max-w-full{
6976
7117
  max-width:100%
6977
7118
  }
6978
7119
 
7120
+ .max-w-168{
7121
+ max-width:42rem
7122
+ }
7123
+
6979
7124
  .max-w-lg{
6980
7125
  max-width:32rem
6981
7126
  }
6982
7127
 
6983
- .max-w-xs{
6984
- max-width:20rem
7128
+ .max-w-4xl{
7129
+ max-width:56rem
6985
7130
  }
6986
7131
 
6987
7132
  .flex-1{
6988
7133
  flex:1 1 0%
6989
7134
  }
6990
7135
 
7136
+ .flex-auto{
7137
+ flex:1 1 auto
7138
+ }
7139
+
6991
7140
  .flex-shrink-0{
6992
7141
  flex-shrink:0
6993
7142
  }
6994
7143
 
7144
+ .flex-shrink{
7145
+ flex-shrink:1
7146
+ }
7147
+
6995
7148
  .shrink-0{
6996
7149
  flex-shrink:0
6997
7150
  }
@@ -7000,17 +7153,40 @@ trix-toolbar .trix-button-group:not(:first-child){
7000
7153
  flex-grow:0
7001
7154
  }
7002
7155
 
7156
+ .flex-grow{
7157
+ flex-grow:1
7158
+ }
7159
+
7003
7160
  .grow{
7004
7161
  flex-grow:1
7005
7162
  }
7006
7163
 
7164
+ .border-collapse{
7165
+ border-collapse:collapse
7166
+ }
7167
+
7168
+ .-translate-y-1\/2{
7169
+ --tw-translate-y:-50%;
7170
+ transform:translate(var(--tw-translate-x), 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))
7171
+ }
7172
+
7007
7173
  .-translate-x-1\/2{
7008
7174
  --tw-translate-x:-50%;
7009
7175
  transform:translate(var(--tw-translate-x), 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))
7010
7176
  }
7011
7177
 
7012
- .-translate-y-1\/2{
7013
- --tw-translate-y:-50%;
7178
+ .-translate-y-full{
7179
+ --tw-translate-y:-100%;
7180
+ transform:translate(var(--tw-translate-x), 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))
7181
+ }
7182
+
7183
+ .-translate-y-1{
7184
+ --tw-translate-y:-0.25rem;
7185
+ transform:translate(var(--tw-translate-x), 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))
7186
+ }
7187
+
7188
+ .translate-y-0{
7189
+ --tw-translate-y:0px;
7014
7190
  transform:translate(var(--tw-translate-x), 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))
7015
7191
  }
7016
7192
 
@@ -7024,8 +7200,8 @@ trix-toolbar .trix-button-group:not(:first-child){
7024
7200
  transform:translate(var(--tw-translate-x), 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))
7025
7201
  }
7026
7202
 
7027
- .-translate-y-full{
7028
- --tw-translate-y:-100%;
7203
+ .translate-y-1{
7204
+ --tw-translate-y:0.25rem;
7029
7205
  transform:translate(var(--tw-translate-x), 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))
7030
7206
  }
7031
7207
 
@@ -7050,6 +7226,10 @@ trix-toolbar .trix-button-group:not(:first-child){
7050
7226
  cursor:wait
7051
7227
  }
7052
7228
 
7229
+ .resize{
7230
+ resize:both
7231
+ }
7232
+
7053
7233
  .appearance-none{
7054
7234
  -webkit-appearance:none;
7055
7235
  appearance:none
@@ -7067,6 +7247,10 @@ trix-toolbar .trix-button-group:not(:first-child){
7067
7247
  grid-template-columns:repeat(1, minmax(0, 1fr))
7068
7248
  }
7069
7249
 
7250
+ .grid-cols-2{
7251
+ grid-template-columns:repeat(2, minmax(0, 1fr))
7252
+ }
7253
+
7070
7254
  .grid-cols-6{
7071
7255
  grid-template-columns:repeat(6, minmax(0, 1fr))
7072
7256
  }
@@ -7131,10 +7315,6 @@ trix-toolbar .trix-button-group:not(:first-child){
7131
7315
  justify-content:space-between
7132
7316
  }
7133
7317
 
7134
- .justify-around{
7135
- justify-content:space-around
7136
- }
7137
-
7138
7318
  .justify-evenly{
7139
7319
  justify-content:space-evenly
7140
7320
  }
@@ -7143,28 +7323,34 @@ trix-toolbar .trix-button-group:not(:first-child){
7143
7323
  gap:1rem
7144
7324
  }
7145
7325
 
7146
- .gap-2{
7147
- gap:0.5rem
7148
- }
7149
-
7150
7326
  .gap-0{
7151
7327
  gap:0px
7152
7328
  }
7153
7329
 
7154
- .gap-6{
7155
- gap:1.5rem
7330
+ .gap-2{
7331
+ gap:0.5rem
7156
7332
  }
7157
7333
 
7158
7334
  .gap-1{
7159
7335
  gap:0.25rem
7160
7336
  }
7161
7337
 
7338
+ .gap-6{
7339
+ gap:1.5rem
7340
+ }
7341
+
7162
7342
  .space-y-2 > :not([hidden]) ~ :not([hidden]){
7163
7343
  --tw-space-y-reverse:0;
7164
7344
  margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
7165
7345
  margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))
7166
7346
  }
7167
7347
 
7348
+ .space-y-8 > :not([hidden]) ~ :not([hidden]){
7349
+ --tw-space-y-reverse:0;
7350
+ margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));
7351
+ margin-bottom:calc(2rem * var(--tw-space-y-reverse))
7352
+ }
7353
+
7168
7354
  .space-y-4 > :not([hidden]) ~ :not([hidden]){
7169
7355
  --tw-space-y-reverse:0;
7170
7356
  margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));
@@ -7195,12 +7381,6 @@ trix-toolbar .trix-button-group:not(:first-child){
7195
7381
  margin-left:calc(0.25rem * calc(1 - var(--tw-space-x-reverse)))
7196
7382
  }
7197
7383
 
7198
- .space-y-8 > :not([hidden]) ~ :not([hidden]){
7199
- --tw-space-y-reverse:0;
7200
- margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));
7201
- margin-bottom:calc(2rem * var(--tw-space-y-reverse))
7202
- }
7203
-
7204
7384
  .space-y-12 > :not([hidden]) ~ :not([hidden]){
7205
7385
  --tw-space-y-reverse:0;
7206
7386
  margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));
@@ -7225,6 +7405,11 @@ trix-toolbar .trix-button-group:not(:first-child){
7225
7405
  border-bottom-width:calc(1px * var(--tw-divide-y-reverse))
7226
7406
  }
7227
7407
 
7408
+ .divide-gray-200 > :not([hidden]) ~ :not([hidden]){
7409
+ --tw-divide-opacity:1;
7410
+ border-color:rgb(200 203 208 / var(--tw-divide-opacity))
7411
+ }
7412
+
7228
7413
  .divide-gray-300 > :not([hidden]) ~ :not([hidden]){
7229
7414
  --tw-divide-opacity:1;
7230
7415
  border-color:rgb(172 177 185 / var(--tw-divide-opacity))
@@ -7238,6 +7423,10 @@ trix-toolbar .trix-button-group:not(:first-child){
7238
7423
  align-self:flex-start
7239
7424
  }
7240
7425
 
7426
+ .self-end{
7427
+ align-self:flex-end
7428
+ }
7429
+
7241
7430
  .self-center{
7242
7431
  align-self:center
7243
7432
  }
@@ -7264,6 +7453,10 @@ trix-toolbar .trix-button-group:not(:first-child){
7264
7453
  white-space:nowrap
7265
7454
  }
7266
7455
 
7456
+ .text-ellipsis{
7457
+ text-overflow:ellipsis
7458
+ }
7459
+
7267
7460
  .whitespace-nowrap{
7268
7461
  white-space:nowrap
7269
7462
  }
@@ -7276,6 +7469,10 @@ trix-toolbar .trix-button-group:not(:first-child){
7276
7469
  overflow-wrap:break-word
7277
7470
  }
7278
7471
 
7472
+ .break-all{
7473
+ word-break:break-all
7474
+ }
7475
+
7279
7476
  .rounded{
7280
7477
  border-radius:0.25rem
7281
7478
  }
@@ -7284,14 +7481,14 @@ trix-toolbar .trix-button-group:not(:first-child){
7284
7481
  border-radius:0.375rem
7285
7482
  }
7286
7483
 
7287
- .rounded-lg{
7288
- border-radius:0.5rem
7289
- }
7290
-
7291
7484
  .rounded-full{
7292
7485
  border-radius:9999px
7293
7486
  }
7294
7487
 
7488
+ .rounded-lg{
7489
+ border-radius:0.5rem
7490
+ }
7491
+
7295
7492
  .rounded-none{
7296
7493
  border-radius:0px
7297
7494
  }
@@ -7304,28 +7501,36 @@ trix-toolbar .trix-button-group:not(:first-child){
7304
7501
  border-radius:1rem
7305
7502
  }
7306
7503
 
7307
- .rounded-l{
7504
+ .rounded-t{
7308
7505
  border-top-left-radius:0.25rem;
7309
- border-bottom-left-radius:0.25rem
7506
+ border-top-right-radius:0.25rem
7310
7507
  }
7311
7508
 
7312
- .rounded-t{
7509
+ .rounded-l{
7313
7510
  border-top-left-radius:0.25rem;
7314
- border-top-right-radius:0.25rem
7511
+ border-bottom-left-radius:0.25rem
7315
7512
  }
7316
7513
 
7317
7514
  .border{
7318
7515
  border-width:1px
7319
7516
  }
7320
7517
 
7321
- .border-b-2{
7322
- border-bottom-width:2px
7518
+ .border-t{
7519
+ border-top-width:1px
7520
+ }
7521
+
7522
+ .border-l{
7523
+ border-left-width:1px
7323
7524
  }
7324
7525
 
7325
7526
  .border-b{
7326
7527
  border-bottom-width:1px
7327
7528
  }
7328
7529
 
7530
+ .border-b-2{
7531
+ border-bottom-width:2px
7532
+ }
7533
+
7329
7534
  .border-r{
7330
7535
  border-right-width:1px
7331
7536
  }
@@ -7342,14 +7547,6 @@ trix-toolbar .trix-button-group:not(:first-child){
7342
7547
  border-top-width:0px
7343
7548
  }
7344
7549
 
7345
- .border-t{
7346
- border-top-width:1px
7347
- }
7348
-
7349
- .border-l{
7350
- border-left-width:1px
7351
- }
7352
-
7353
7550
  .border-dashed{
7354
7551
  border-style:dashed
7355
7552
  }
@@ -7472,9 +7669,14 @@ trix-toolbar .trix-button-group:not(:first-child){
7472
7669
  border-color:rgb(var(--color-primary-500))
7473
7670
  }
7474
7671
 
7475
- .border-red-600{
7672
+ .border-gray-300{
7476
7673
  --tw-border-opacity:1;
7477
- border-color:rgb(220 38 38 / var(--tw-border-opacity))
7674
+ border-color:rgb(172 177 185 / var(--tw-border-opacity))
7675
+ }
7676
+
7677
+ .border-gray-50{
7678
+ --tw-border-opacity:1;
7679
+ border-color:rgb(241 242 243 / var(--tw-border-opacity))
7478
7680
  }
7479
7681
 
7480
7682
  .border-gray-200{
@@ -7482,9 +7684,9 @@ trix-toolbar .trix-button-group:not(:first-child){
7482
7684
  border-color:rgb(200 203 208 / var(--tw-border-opacity))
7483
7685
  }
7484
7686
 
7485
- .border-gray-300{
7687
+ .border-red-600{
7486
7688
  --tw-border-opacity:1;
7487
- border-color:rgb(172 177 185 / var(--tw-border-opacity))
7689
+ border-color:rgb(220 38 38 / var(--tw-border-opacity))
7488
7690
  }
7489
7691
 
7490
7692
  .border-gray-600{
@@ -7635,33 +7837,33 @@ trix-toolbar .trix-button-group:not(:first-child){
7635
7837
  background-color:rgb(var(--color-primary-500))
7636
7838
  }
7637
7839
 
7638
- .bg-red-600{
7639
- --tw-bg-opacity:1;
7640
- background-color:rgb(220 38 38 / var(--tw-bg-opacity))
7641
- }
7642
-
7643
7840
  .bg-white{
7644
7841
  --tw-bg-opacity:1;
7645
7842
  background-color:rgb(255 255 255 / var(--tw-bg-opacity))
7646
7843
  }
7647
7844
 
7648
- .bg-gray-25{
7845
+ .bg-application{
7846
+ background-color:rgb(var(--color-application-background))
7847
+ }
7848
+
7849
+ .bg-gray-100{
7649
7850
  --tw-bg-opacity:1;
7650
- background-color:rgb(246 246 247 / var(--tw-bg-opacity))
7851
+ background-color:rgb(227 229 232 / var(--tw-bg-opacity))
7651
7852
  }
7652
7853
 
7653
- .bg-application{
7654
- background-color:rgb(var(--color-application-background))
7854
+ .bg-red-600{
7855
+ --tw-bg-opacity:1;
7856
+ background-color:rgb(220 38 38 / var(--tw-bg-opacity))
7655
7857
  }
7656
7858
 
7657
- .bg-orange-700{
7859
+ .bg-gray-25{
7658
7860
  --tw-bg-opacity:1;
7659
- background-color:rgb(194 65 12 / var(--tw-bg-opacity))
7861
+ background-color:rgb(246 246 247 / var(--tw-bg-opacity))
7660
7862
  }
7661
7863
 
7662
- .bg-gray-100{
7864
+ .bg-orange-700{
7663
7865
  --tw-bg-opacity:1;
7664
- background-color:rgb(227 229 232 / var(--tw-bg-opacity))
7866
+ background-color:rgb(194 65 12 / var(--tw-bg-opacity))
7665
7867
  }
7666
7868
 
7667
7869
  .bg-green-700{
@@ -7689,6 +7891,11 @@ trix-toolbar .trix-button-group:not(:first-child){
7689
7891
  background-color:rgb(47 50 55 / var(--tw-bg-opacity))
7690
7892
  }
7691
7893
 
7894
+ .bg-green-400{
7895
+ --tw-bg-opacity:1;
7896
+ background-color:rgb(74 222 128 / var(--tw-bg-opacity))
7897
+ }
7898
+
7692
7899
  .bg-primary-100{
7693
7900
  background-color:rgb(var(--color-primary-100))
7694
7901
  }
@@ -7737,29 +7944,42 @@ trix-toolbar .trix-button-group:not(:first-child){
7737
7944
  object-fit:cover
7738
7945
  }
7739
7946
 
7947
+ .p-px{
7948
+ padding:1px
7949
+ }
7950
+
7951
+ .p-3{
7952
+ padding:0.75rem
7953
+ }
7954
+
7740
7955
  .p-2{
7741
7956
  padding:0.5rem
7742
7957
  }
7743
7958
 
7744
- .p-4{
7745
- padding:1rem
7959
+ .p-1{
7960
+ padding:0.25rem
7746
7961
  }
7747
7962
 
7748
7963
  .p-6{
7749
7964
  padding:1.5rem
7750
7965
  }
7751
7966
 
7752
- .p-1{
7753
- padding:0.25rem
7967
+ .p-4{
7968
+ padding:1rem
7754
7969
  }
7755
7970
 
7756
7971
  .p-1\.5{
7757
7972
  padding:0.375rem
7758
7973
  }
7759
7974
 
7760
- .px-1{
7761
- padding-left:0.25rem;
7762
- padding-right:0.25rem
7975
+ .px-2{
7976
+ padding-left:0.5rem;
7977
+ padding-right:0.5rem
7978
+ }
7979
+
7980
+ .px-4{
7981
+ padding-left:1rem;
7982
+ padding-right:1rem
7763
7983
  }
7764
7984
 
7765
7985
  .py-px{
@@ -7767,19 +7987,29 @@ trix-toolbar .trix-button-group:not(:first-child){
7767
7987
  padding-bottom:1px
7768
7988
  }
7769
7989
 
7770
- .px-2{
7771
- padding-left:0.5rem;
7772
- padding-right:0.5rem
7990
+ .py-1{
7991
+ padding-top:0.25rem;
7992
+ padding-bottom:0.25rem
7993
+ }
7994
+
7995
+ .py-0\.5{
7996
+ padding-top:0.125rem;
7997
+ padding-bottom:0.125rem
7773
7998
  }
7774
7999
 
7775
- .py-1{
7776
- padding-top:0.25rem;
7777
- padding-bottom:0.25rem
8000
+ .px-1\.5{
8001
+ padding-left:0.375rem;
8002
+ padding-right:0.375rem
7778
8003
  }
7779
8004
 
7780
- .px-4{
7781
- padding-left:1rem;
7782
- padding-right:1rem
8005
+ .py-0{
8006
+ padding-top:0px;
8007
+ padding-bottom:0px
8008
+ }
8009
+
8010
+ .px-1{
8011
+ padding-left:0.25rem;
8012
+ padding-right:0.25rem
7783
8013
  }
7784
8014
 
7785
8015
  .py-2{
@@ -7817,21 +8047,6 @@ trix-toolbar .trix-button-group:not(:first-child){
7817
8047
  padding-right:1.5rem
7818
8048
  }
7819
8049
 
7820
- .py-0\.5{
7821
- padding-top:0.125rem;
7822
- padding-bottom:0.125rem
7823
- }
7824
-
7825
- .px-1\.5{
7826
- padding-left:0.375rem;
7827
- padding-right:0.375rem
7828
- }
7829
-
7830
- .py-0{
7831
- padding-top:0px;
7832
- padding-bottom:0px
7833
- }
7834
-
7835
8050
  .py-1\.5{
7836
8051
  padding-top:0.375rem;
7837
8052
  padding-bottom:0.375rem
@@ -7861,6 +8076,18 @@ trix-toolbar .trix-button-group:not(:first-child){
7861
8076
  padding-top:1rem
7862
8077
  }
7863
8078
 
8079
+ .pb-4{
8080
+ padding-bottom:1rem
8081
+ }
8082
+
8083
+ .pl-1{
8084
+ padding-left:0.25rem
8085
+ }
8086
+
8087
+ .pt-3{
8088
+ padding-top:0.75rem
8089
+ }
8090
+
7864
8091
  .pb-8{
7865
8092
  padding-bottom:2rem
7866
8093
  }
@@ -7893,16 +8120,12 @@ trix-toolbar .trix-button-group:not(:first-child){
7893
8120
  padding-top:0px
7894
8121
  }
7895
8122
 
7896
- .pb-4{
7897
- padding-bottom:1rem
7898
- }
7899
-
7900
8123
  .pb-2{
7901
8124
  padding-bottom:0.5rem
7902
8125
  }
7903
8126
 
7904
- .pt-3{
7905
- padding-top:0.75rem
8127
+ .pr-3{
8128
+ padding-right:0.75rem
7906
8129
  }
7907
8130
 
7908
8131
  .pb-3\/4{
@@ -7925,6 +8148,10 @@ trix-toolbar .trix-button-group:not(:first-child){
7925
8148
  padding-right:0px
7926
8149
  }
7927
8150
 
8151
+ .pt-1{
8152
+ padding-top:0.25rem
8153
+ }
8154
+
7928
8155
  .text-left{
7929
8156
  text-align:left
7930
8157
  }
@@ -7937,18 +8164,20 @@ trix-toolbar .trix-button-group:not(:first-child){
7937
8164
  text-align:right
7938
8165
  }
7939
8166
 
8167
+ .text-justify{
8168
+ text-align:justify
8169
+ }
8170
+
7940
8171
  .font-sans{
7941
8172
  font-family:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
7942
8173
  }
7943
8174
 
7944
- .text-sm{
7945
- font-size:0.875rem;
7946
- line-height:1.25rem
8175
+ .font-serif{
8176
+ font-family:ui-serif, Georgia, Cambria, "Times New Roman", Times, serif
7947
8177
  }
7948
8178
 
7949
- .text-lg{
7950
- font-size:1.125rem;
7951
- line-height:1.75rem
8179
+ .font-mono{
8180
+ font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
7952
8181
  }
7953
8182
 
7954
8183
  .text-base{
@@ -7956,9 +8185,9 @@ trix-toolbar .trix-button-group:not(:first-child){
7956
8185
  line-height:1.5rem
7957
8186
  }
7958
8187
 
7959
- .text-xl{
7960
- font-size:1.25rem;
7961
- line-height:1.75rem
8188
+ .text-sm{
8189
+ font-size:0.875rem;
8190
+ line-height:1.25rem
7962
8191
  }
7963
8192
 
7964
8193
  .text-xs{
@@ -7976,11 +8205,25 @@ trix-toolbar .trix-button-group:not(:first-child){
7976
8205
  line-height:1
7977
8206
  }
7978
8207
 
8208
+ .text-lg{
8209
+ font-size:1.125rem;
8210
+ line-height:1.75rem
8211
+ }
8212
+
8213
+ .text-xl{
8214
+ font-size:1.25rem;
8215
+ line-height:1.75rem
8216
+ }
8217
+
7979
8218
  .text-2xl{
7980
8219
  font-size:1.5rem;
7981
8220
  line-height:2rem
7982
8221
  }
7983
8222
 
8223
+ .font-bold{
8224
+ font-weight:700
8225
+ }
8226
+
7984
8227
  .font-semibold{
7985
8228
  font-weight:600
7986
8229
  }
@@ -7989,10 +8232,6 @@ trix-toolbar .trix-button-group:not(:first-child){
7989
8232
  font-weight:400
7990
8233
  }
7991
8234
 
7992
- .font-bold{
7993
- font-weight:700
7994
- }
7995
-
7996
8235
  .font-medium{
7997
8236
  font-weight:500
7998
8237
  }
@@ -8001,12 +8240,25 @@ trix-toolbar .trix-button-group:not(:first-child){
8001
8240
  text-transform:uppercase
8002
8241
  }
8003
8242
 
8243
+ .lowercase{
8244
+ text-transform:lowercase
8245
+ }
8246
+
8004
8247
  .capitalize{
8005
8248
  text-transform:capitalize
8006
8249
  }
8007
8250
 
8008
- .leading-6{
8009
- line-height:1.5rem
8251
+ .italic{
8252
+ font-style:italic
8253
+ }
8254
+
8255
+ .ordinal{
8256
+ --tw-ordinal:ordinal;
8257
+ font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)
8258
+ }
8259
+
8260
+ .leading-none{
8261
+ line-height:1
8010
8262
  }
8011
8263
 
8012
8264
  .leading-tight{
@@ -8017,8 +8269,8 @@ trix-toolbar .trix-button-group:not(:first-child){
8017
8269
  line-height:1.25rem
8018
8270
  }
8019
8271
 
8020
- .leading-none{
8021
- line-height:1
8272
+ .leading-6{
8273
+ line-height:1.5rem
8022
8274
  }
8023
8275
 
8024
8276
  .tracking-tight{
@@ -8143,19 +8395,38 @@ trix-toolbar .trix-button-group:not(:first-child){
8143
8395
  color:rgb(var(--color-primary-500))
8144
8396
  }
8145
8397
 
8398
+ .text-gray-700{
8399
+ --tw-text-opacity:1;
8400
+ color:rgb(70 75 83 / var(--tw-text-opacity))
8401
+ }
8402
+
8403
+ .text-gray-600{
8404
+ --tw-text-opacity:1;
8405
+ color:rgb(94 100 110 / var(--tw-text-opacity))
8406
+ }
8407
+
8146
8408
  .text-white{
8147
8409
  --tw-text-opacity:1;
8148
8410
  color:rgb(255 255 255 / var(--tw-text-opacity))
8149
8411
  }
8150
8412
 
8151
- .text-gray-700{
8413
+ .text-primary-400{
8414
+ color:rgb(var(--color-primary-400))
8415
+ }
8416
+
8417
+ .text-gray-400{
8152
8418
  --tw-text-opacity:1;
8153
- color:rgb(70 75 83 / var(--tw-text-opacity))
8419
+ color:rgb(145 151 161 / var(--tw-text-opacity))
8154
8420
  }
8155
8421
 
8156
- .text-gray-600{
8422
+ .text-gray-800{
8157
8423
  --tw-text-opacity:1;
8158
- color:rgb(94 100 110 / var(--tw-text-opacity))
8424
+ color:rgb(47 50 55 / var(--tw-text-opacity))
8425
+ }
8426
+
8427
+ .text-gray-900{
8428
+ --tw-text-opacity:1;
8429
+ color:rgb(23 25 28 / var(--tw-text-opacity))
8159
8430
  }
8160
8431
 
8161
8432
  .text-slate-800{
@@ -8163,6 +8434,16 @@ trix-toolbar .trix-button-group:not(:first-child){
8163
8434
  color:rgb(30 41 59 / var(--tw-text-opacity))
8164
8435
  }
8165
8436
 
8437
+ .text-green-700{
8438
+ --tw-text-opacity:1;
8439
+ color:rgb(21 128 61 / var(--tw-text-opacity))
8440
+ }
8441
+
8442
+ .text-orange-700{
8443
+ --tw-text-opacity:1;
8444
+ color:rgb(194 65 12 / var(--tw-text-opacity))
8445
+ }
8446
+
8166
8447
  .text-red-600{
8167
8448
  --tw-text-opacity:1;
8168
8449
  color:rgb(220 38 38 / var(--tw-text-opacity))
@@ -8173,11 +8454,6 @@ trix-toolbar .trix-button-group:not(:first-child){
8173
8454
  color:rgb(172 177 185 / var(--tw-text-opacity))
8174
8455
  }
8175
8456
 
8176
- .text-gray-400{
8177
- --tw-text-opacity:1;
8178
- color:rgb(145 151 161 / var(--tw-text-opacity))
8179
- }
8180
-
8181
8457
  .text-black{
8182
8458
  --tw-text-opacity:1;
8183
8459
  color:rgb(0 0 0 / var(--tw-text-opacity))
@@ -8193,27 +8469,39 @@ trix-toolbar .trix-button-group:not(:first-child){
8193
8469
  color:rgb(51 65 85 / var(--tw-text-opacity))
8194
8470
  }
8195
8471
 
8196
- .text-gray-800{
8197
- --tw-text-opacity:1;
8198
- color:rgb(47 50 55 / var(--tw-text-opacity))
8199
- }
8200
-
8201
8472
  .text-green-600{
8202
8473
  --tw-text-opacity:1;
8203
8474
  color:rgb(22 163 74 / var(--tw-text-opacity))
8204
8475
  }
8205
8476
 
8477
+ .underline{
8478
+ -webkit-text-decoration-line:underline;
8479
+ text-decoration-line:underline
8480
+ }
8481
+
8482
+ .overline{
8483
+ -webkit-text-decoration-line:overline;
8484
+ text-decoration-line:overline
8485
+ }
8486
+
8487
+ .line-through{
8488
+ -webkit-text-decoration-line:line-through;
8489
+ text-decoration-line:line-through
8490
+ }
8491
+
8206
8492
  .no-underline{
8207
8493
  -webkit-text-decoration-line:none;
8208
8494
  text-decoration-line:none
8209
8495
  }
8210
8496
 
8211
- .opacity-75{
8212
- opacity:0.75
8497
+ .antialiased{
8498
+ -webkit-font-smoothing:antialiased;
8499
+ -moz-osx-font-smoothing:grayscale
8213
8500
  }
8214
8501
 
8215
- .opacity-50{
8216
- opacity:0.5
8502
+ .subpixel-antialiased{
8503
+ -webkit-font-smoothing:auto;
8504
+ -moz-osx-font-smoothing:auto
8217
8505
  }
8218
8506
 
8219
8507
  .opacity-0{
@@ -8224,15 +8512,29 @@ trix-toolbar .trix-button-group:not(:first-child){
8224
8512
  opacity:1
8225
8513
  }
8226
8514
 
8515
+ .opacity-75{
8516
+ opacity:0.75
8517
+ }
8518
+
8519
+ .opacity-50{
8520
+ opacity:0.5
8521
+ }
8522
+
8523
+ .shadow-panel{
8524
+ --tw-shadow:0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
8525
+ --tw-shadow-colored:0px 4px 8px var(--tw-shadow-color), 0px 0px 2px var(--tw-shadow-color), 0px 0px 1px var(--tw-shadow-color);
8526
+ box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
8527
+ }
8528
+
8227
8529
  .shadow-md{
8228
8530
  --tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
8229
8531
  --tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
8230
8532
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
8231
8533
  }
8232
8534
 
8233
- .shadow-panel{
8234
- --tw-shadow:0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
8235
- --tw-shadow-colored:0px 4px 8px var(--tw-shadow-color), 0px 0px 2px var(--tw-shadow-color), 0px 0px 1px var(--tw-shadow-color);
8535
+ .shadow-sm{
8536
+ --tw-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);
8537
+ --tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);
8236
8538
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
8237
8539
  }
8238
8540
 
@@ -8269,6 +8571,16 @@ trix-toolbar .trix-button-group:not(:first-child){
8269
8571
  outline-style:solid
8270
8572
  }
8271
8573
 
8574
+ .blur{
8575
+ --tw-blur:blur(8px);
8576
+ filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
8577
+ }
8578
+
8579
+ .grayscale{
8580
+ --tw-grayscale:grayscale(100%);
8581
+ filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
8582
+ }
8583
+
8272
8584
  .invert{
8273
8585
  --tw-invert:invert(100%);
8274
8586
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
@@ -8278,6 +8590,17 @@ trix-toolbar .trix-button-group:not(:first-child){
8278
8590
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
8279
8591
  }
8280
8592
 
8593
+ .backdrop-filter{
8594
+ -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
8595
+ backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
8596
+ }
8597
+
8598
+ .transition-all{
8599
+ transition-property:all;
8600
+ transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
8601
+ transition-duration:150ms
8602
+ }
8603
+
8281
8604
  .transition{
8282
8605
  transition-property:color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
8283
8606
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
@@ -8296,16 +8619,12 @@ trix-toolbar .trix-button-group:not(:first-child){
8296
8619
  transition-duration:100ms
8297
8620
  }
8298
8621
 
8299
- .duration-150{
8300
- transition-duration:150ms
8301
- }
8302
-
8303
8622
  .duration-75{
8304
8623
  transition-duration:75ms
8305
8624
  }
8306
8625
 
8307
- .ease-in-out{
8308
- transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
8626
+ .duration-150{
8627
+ transition-duration:150ms
8309
8628
  }
8310
8629
 
8311
8630
  .ease-out{
@@ -8316,6 +8635,10 @@ trix-toolbar .trix-button-group:not(:first-child){
8316
8635
  transition-timing-function:cubic-bezier(0.4, 0, 1, 1)
8317
8636
  }
8318
8637
 
8638
+ .ease-in-out{
8639
+ transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
8640
+ }
8641
+
8319
8642
  html, body{
8320
8643
  position:relative;
8321
8644
  height:100%;
@@ -8756,6 +9079,11 @@ trix-editor {
8756
9079
  background-color:rgb(var(--color-primary-100))
8757
9080
  }
8758
9081
 
9082
+ .hover\:bg-gray-25:hover{
9083
+ --tw-bg-opacity:1;
9084
+ background-color:rgb(246 246 247 / var(--tw-bg-opacity))
9085
+ }
9086
+
8759
9087
  .hover\:bg-primary-500:hover{
8760
9088
  background-color:rgb(var(--color-primary-500))
8761
9089
  }
@@ -8765,6 +9093,21 @@ trix-editor {
8765
9093
  background-color:rgb(241 242 243 / var(--tw-bg-opacity))
8766
9094
  }
8767
9095
 
9096
+ .hover\:text-gray-700:hover{
9097
+ --tw-text-opacity:1;
9098
+ color:rgb(70 75 83 / var(--tw-text-opacity))
9099
+ }
9100
+
9101
+ .hover\:text-gray-600:hover{
9102
+ --tw-text-opacity:1;
9103
+ color:rgb(94 100 110 / var(--tw-text-opacity))
9104
+ }
9105
+
9106
+ .hover\:text-gray-900:hover{
9107
+ --tw-text-opacity:1;
9108
+ color:rgb(23 25 28 / var(--tw-text-opacity))
9109
+ }
9110
+
8768
9111
  .hover\:text-gray-500:hover{
8769
9112
  --tw-text-opacity:1;
8770
9113
  color:rgb(117 125 138 / var(--tw-text-opacity))
@@ -8775,11 +9118,6 @@ trix-editor {
8775
9118
  color:rgb(255 255 255 / var(--tw-text-opacity))
8776
9119
  }
8777
9120
 
8778
- .hover\:text-gray-600:hover{
8779
- --tw-text-opacity:1;
8780
- color:rgb(94 100 110 / var(--tw-text-opacity))
8781
- }
8782
-
8783
9121
  .hover\:opacity-100:hover{
8784
9122
  opacity:1
8785
9123
  }
@@ -8795,6 +9133,11 @@ trix-editor {
8795
9133
  border-color:rgb(94 100 110 / var(--tw-border-opacity))
8796
9134
  }
8797
9135
 
9136
+ .focus\:border-indigo-500:focus{
9137
+ --tw-border-opacity:1;
9138
+ border-color:rgb(99 102 241 / var(--tw-border-opacity))
9139
+ }
9140
+
8798
9141
  .focus\:border-gray-300:focus{
8799
9142
  --tw-border-opacity:1;
8800
9143
  border-color:rgb(172 177 185 / var(--tw-border-opacity))
@@ -8805,14 +9148,14 @@ trix-editor {
8805
9148
  border-color:rgb(148 163 184 / var(--tw-border-opacity))
8806
9149
  }
8807
9150
 
8808
- .focus\:bg-gray-100:focus{
9151
+ .focus\:bg-white:focus{
8809
9152
  --tw-bg-opacity:1;
8810
- background-color:rgb(227 229 232 / var(--tw-bg-opacity))
9153
+ background-color:rgb(255 255 255 / var(--tw-bg-opacity))
8811
9154
  }
8812
9155
 
8813
- .focus\:bg-white:focus{
9156
+ .focus\:bg-gray-100:focus{
8814
9157
  --tw-bg-opacity:1;
8815
- background-color:rgb(255 255 255 / var(--tw-bg-opacity))
9158
+ background-color:rgb(227 229 232 / var(--tw-bg-opacity))
8816
9159
  }
8817
9160
 
8818
9161
  .focus\:text-gray-700:focus{
@@ -8830,6 +9173,11 @@ trix-editor {
8830
9173
  outline-offset:2px
8831
9174
  }
8832
9175
 
9176
+ .focus\:ring-indigo-500:focus{
9177
+ --tw-ring-opacity:1;
9178
+ --tw-ring-color:rgb(99 102 241 / var(--tw-ring-opacity))
9179
+ }
9180
+
8833
9181
  .focus\:checked\:\!bg-primary-400:checked:focus{
8834
9182
  background-color:rgb(var(--color-primary-400)) !important
8835
9183
  }
@@ -9314,10 +9662,6 @@ trix-editor {
9314
9662
  outline-width:1px
9315
9663
  }
9316
9664
 
9317
- .active\:outline-0:active{
9318
- outline-width:0px
9319
- }
9320
-
9321
9665
  .active\:outline-slate-600:active{
9322
9666
  outline-color:#475569
9323
9667
  }
@@ -9516,6 +9860,11 @@ trix-editor {
9516
9860
  background-color:rgb(172 177 185 / var(--tw-bg-opacity))
9517
9861
  }
9518
9862
 
9863
+ .disabled\:bg-gray-100:disabled{
9864
+ --tw-bg-opacity:1;
9865
+ background-color:rgb(227 229 232 / var(--tw-bg-opacity))
9866
+ }
9867
+
9519
9868
  .disabled\:text-gray-600:disabled{
9520
9869
  --tw-text-opacity:1;
9521
9870
  color:rgb(94 100 110 / var(--tw-text-opacity))
@@ -9538,10 +9887,23 @@ trix-editor {
9538
9887
  display:block
9539
9888
  }
9540
9889
 
9890
+ .group:hover .group-hover\:bg-gray-200{
9891
+ --tw-bg-opacity:1;
9892
+ background-color:rgb(200 203 208 / var(--tw-bg-opacity))
9893
+ }
9894
+
9895
+ .group:hover .group-hover\:bg-primary-500{
9896
+ background-color:rgb(var(--color-primary-500))
9897
+ }
9898
+
9541
9899
  .group:hover .group-hover\:pt-4{
9542
9900
  padding-top:1rem
9543
9901
  }
9544
9902
 
9903
+ .group:active .group-active\:bg-primary-400{
9904
+ background-color:rgb(var(--color-primary-400))
9905
+ }
9906
+
9545
9907
  @media print{
9546
9908
  .print\:hidden{
9547
9909
  display:none
@@ -9577,6 +9939,10 @@ trix-editor {
9577
9939
  right:0px
9578
9940
  }
9579
9941
 
9942
+ .sm\:left-0{
9943
+ left:0px
9944
+ }
9945
+
9580
9946
  .sm\:col-span-1{
9581
9947
  grid-column:span 1 / span 1
9582
9948
  }
@@ -9710,9 +10076,18 @@ trix-editor {
9710
10076
  .sm\:text-left{
9711
10077
  text-align:left
9712
10078
  }
10079
+
10080
+ .sm\:text-sm{
10081
+ font-size:0.875rem;
10082
+ line-height:1.25rem
10083
+ }
9713
10084
  }
9714
10085
 
9715
10086
  @media (min-width: 768px){
10087
+ .md\:h-10{
10088
+ height:2.5rem
10089
+ }
10090
+
9716
10091
  .md\:h-14{
9717
10092
  height:3.5rem
9718
10093
  }
@@ -9721,6 +10096,10 @@ trix-editor {
9721
10096
  min-height:inherit
9722
10097
  }
9723
10098
 
10099
+ .md\:w-full{
10100
+ width:100%
10101
+ }
10102
+
9724
10103
  .md\:w-48{
9725
10104
  width:12rem
9726
10105
  }
@@ -9833,13 +10212,9 @@ trix-editor {
9833
10212
  padding-right:2rem
9834
10213
  }
9835
10214
 
9836
- .lg\:px-4{
9837
- padding-left:1rem;
9838
- padding-right:1rem
9839
- }
9840
-
9841
- .lg\:pl-4{
9842
- padding-left:1rem
10215
+ .lg\:px-2{
10216
+ padding-left:0.5rem;
10217
+ padding-right:0.5rem
9843
10218
  }
9844
10219
  }
9845
10220
 
@@ -9848,6 +10223,10 @@ trix-editor {
9848
10223
  right:0px
9849
10224
  }
9850
10225
 
10226
+ .xl\:left-0{
10227
+ left:0px
10228
+ }
10229
+
9851
10230
  .xl\:mt-0{
9852
10231
  margin-top:0px
9853
10232
  }