avo 3.0.1.beta3 → 3.0.1.beta4

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.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3bc35833eb3b3a2e44383944512b961b880981ed04e2b23757ca077544771f16
4
- data.tar.gz: aad640aa18348a683ada875a1c65e382667439eabfca9aa546a39f6a35c48152
3
+ metadata.gz: 737f7485e4fbc1d44c4241c0f39010b74d078f58e0cc06279223bb81e9878079
4
+ data.tar.gz: b19cc62af7812c430274e0f0b002843a7601ef16e81fa32b0dfc2ae8d96ca304
5
5
  SHA512:
6
- metadata.gz: ca069c0655c28e7e9b8f3093d4a6be5cb30bbb1f430cd1cc0b5821e1b915f8b94a955e440e6448ddb4325fa392c316307a89515f48e5f7e5ed03c7b2a08d3c1f
7
- data.tar.gz: b7b685cfbf95bc3a1a64932cfbd0642bc26ce58d8e7385089f490ab1350a3ab4d4c14de402a096a6b679051febc95a49b19fcdb936a68106c4aa63f9e075ad4d
6
+ metadata.gz: 995a9e1a12c9bce7368abdc7fb6b5cae46dff35603f3d7b51e4942a730d4f314f52fbfd04ee38948b3c919d3bf25440131559b5bed3a5af7331b608c50ef69d0
7
+ data.tar.gz: 8491c4c0b5a55144ee300574788591c45596b9b97e193e26688f01e8b319f0895eff3b3b55e9c7dca74bf18021f0cb00180f7d624bf22d4e7690daae1456c096
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- avo (3.0.1.beta3)
4
+ avo (3.0.1.beta4)
5
5
  actionview (>= 6.1)
6
6
  active_link_to
7
7
  activerecord (>= 6.1)
data/config/master.key ADDED
@@ -0,0 +1 @@
1
+ 2aeb23d82b909d9c6b5abb62f7058c2a
@@ -11,6 +11,9 @@ module Avo
11
11
  CommunityLicense.new @hq_response
12
12
  when "pro"
13
13
  ProLicense.new @hq_response
14
+ # temporary fix
15
+ when "advanced"
16
+ ProLicense.new @hq_response
14
17
  else
15
18
  NilLicense.new @hq_response
16
19
  end
data/lib/avo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Avo
2
- VERSION = "3.0.1.beta3" unless const_defined?(:VERSION)
2
+ VERSION = "3.0.1.beta4" unless const_defined?(:VERSION)
3
3
  end
@@ -6523,6 +6523,10 @@ trix-toolbar .trix-button-group:not(:first-child){
6523
6523
  top:0px
6524
6524
  }
6525
6525
 
6526
+ .top-1{
6527
+ top:0.25rem
6528
+ }
6529
+
6526
6530
  .top-1\/2{
6527
6531
  top:50%
6528
6532
  }
@@ -6591,10 +6595,26 @@ trix-toolbar .trix-button-group:not(:first-child){
6591
6595
  grid-column:span 1 / span 1
6592
6596
  }
6593
6597
 
6598
+ .col-span-2{
6599
+ grid-column:span 2 / span 2
6600
+ }
6601
+
6602
+ .col-span-3{
6603
+ grid-column:span 3 / span 3
6604
+ }
6605
+
6594
6606
  .col-span-4{
6595
6607
  grid-column:span 4 / span 4
6596
6608
  }
6597
6609
 
6610
+ .col-span-5{
6611
+ grid-column:span 5 / span 5
6612
+ }
6613
+
6614
+ .col-span-6{
6615
+ grid-column:span 6 / span 6
6616
+ }
6617
+
6598
6618
  .col-span-full{
6599
6619
  grid-column:1 / -1
6600
6620
  }
@@ -6635,6 +6655,10 @@ trix-toolbar .trix-button-group:not(:first-child){
6635
6655
  margin:0px
6636
6656
  }
6637
6657
 
6658
+ .m-1{
6659
+ margin:0.25rem
6660
+ }
6661
+
6638
6662
  .-mx-1{
6639
6663
  margin-left:-0.25rem;
6640
6664
  margin-right:-0.25rem
@@ -6650,6 +6674,11 @@ trix-toolbar .trix-button-group:not(:first-child){
6650
6674
  margin-right:-0.5rem
6651
6675
  }
6652
6676
 
6677
+ .-mx-4{
6678
+ margin-left:-1rem;
6679
+ margin-right:-1rem
6680
+ }
6681
+
6653
6682
  .-mx-6{
6654
6683
  margin-left:-1.5rem;
6655
6684
  margin-right:-1.5rem
@@ -6660,6 +6689,11 @@ trix-toolbar .trix-button-group:not(:first-child){
6660
6689
  margin-bottom:-0.5rem
6661
6690
  }
6662
6691
 
6692
+ .-my-4{
6693
+ margin-top:-1rem;
6694
+ margin-bottom:-1rem
6695
+ }
6696
+
6663
6697
  .mx-3{
6664
6698
  margin-left:0.75rem;
6665
6699
  margin-right:0.75rem
@@ -6670,6 +6704,11 @@ trix-toolbar .trix-button-group:not(:first-child){
6670
6704
  margin-right:1.5rem
6671
6705
  }
6672
6706
 
6707
+ .mx-auto{
6708
+ margin-left:auto;
6709
+ margin-right:auto
6710
+ }
6711
+
6673
6712
  .my-0{
6674
6713
  margin-top:0px;
6675
6714
  margin-bottom:0px
@@ -6704,14 +6743,30 @@ trix-toolbar .trix-button-group:not(:first-child){
6704
6743
  margin-bottom:-0.5rem
6705
6744
  }
6706
6745
 
6746
+ .-ml-10{
6747
+ margin-left:-2.5rem
6748
+ }
6749
+
6750
+ .-ml-20{
6751
+ margin-left:-5rem
6752
+ }
6753
+
6707
6754
  .-ml-4{
6708
6755
  margin-left:-1rem
6709
6756
  }
6710
6757
 
6758
+ .-ml-px{
6759
+ margin-left:-1px
6760
+ }
6761
+
6711
6762
  .-mt-1{
6712
6763
  margin-top:-0.25rem
6713
6764
  }
6714
6765
 
6766
+ .-mt-10{
6767
+ margin-top:-2.5rem
6768
+ }
6769
+
6715
6770
  .-mt-12{
6716
6771
  margin-top:-3rem
6717
6772
  }
@@ -6720,6 +6775,10 @@ trix-toolbar .trix-button-group:not(:first-child){
6720
6775
  margin-top:-0.5rem
6721
6776
  }
6722
6777
 
6778
+ .-mt-24{
6779
+ margin-top:-6rem
6780
+ }
6781
+
6723
6782
  .-mt-9{
6724
6783
  margin-top:-2.25rem
6725
6784
  }
@@ -6764,6 +6823,10 @@ trix-toolbar .trix-button-group:not(:first-child){
6764
6823
  margin-left:0.5rem
6765
6824
  }
6766
6825
 
6826
+ .ml-20{
6827
+ margin-left:5rem
6828
+ }
6829
+
6767
6830
  .ml-3{
6768
6831
  margin-left:0.75rem
6769
6832
  }
@@ -6776,6 +6839,10 @@ trix-toolbar .trix-button-group:not(:first-child){
6776
6839
  margin-left:1.5rem
6777
6840
  }
6778
6841
 
6842
+ .ml-8{
6843
+ margin-left:2rem
6844
+ }
6845
+
6779
6846
  .ml-auto{
6780
6847
  margin-left:auto
6781
6848
  }
@@ -6944,6 +7011,10 @@ trix-toolbar .trix-button-group:not(:first-child){
6944
7011
  height:2.5rem
6945
7012
  }
6946
7013
 
7014
+ .h-14{
7015
+ height:3.5rem
7016
+ }
7017
+
6947
7018
  .h-16{
6948
7019
  height:4rem
6949
7020
  }
@@ -6960,10 +7031,18 @@ trix-toolbar .trix-button-group:not(:first-child){
6960
7031
  height:0.75rem
6961
7032
  }
6962
7033
 
7034
+ .h-36{
7035
+ height:9rem
7036
+ }
7037
+
6963
7038
  .h-4{
6964
7039
  height:1rem
6965
7040
  }
6966
7041
 
7042
+ .h-40{
7043
+ height:10rem
7044
+ }
7045
+
6967
7046
  .h-5{
6968
7047
  height:1.25rem
6969
7048
  }
@@ -6980,6 +7059,10 @@ trix-toolbar .trix-button-group:not(:first-child){
6980
7059
  height:16rem
6981
7060
  }
6982
7061
 
7062
+ .h-72{
7063
+ height:18rem
7064
+ }
7065
+
6983
7066
  .h-8{
6984
7067
  height:2rem
6985
7068
  }
@@ -7044,6 +7127,10 @@ trix-toolbar .trix-button-group:not(:first-child){
7044
7127
  min-height:100%
7045
7128
  }
7046
7129
 
7130
+ .min-h-inherit{
7131
+ min-height:inherit
7132
+ }
7133
+
7047
7134
  .min-h-screen{
7048
7135
  min-height:100vh
7049
7136
  }
@@ -7068,6 +7155,10 @@ trix-toolbar .trix-button-group:not(:first-child){
7068
7155
  width:83.333333%
7069
7156
  }
7070
7157
 
7158
+ .w-11{
7159
+ width:2.75rem
7160
+ }
7161
+
7071
7162
  .w-11\/12{
7072
7163
  width:91.666667%
7073
7164
  }
@@ -7204,6 +7295,11 @@ trix-toolbar .trix-button-group:not(:first-child){
7204
7295
  border-collapse:collapse
7205
7296
  }
7206
7297
 
7298
+ .-translate-x-1{
7299
+ --tw-translate-x:-0.25rem;
7300
+ 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))
7301
+ }
7302
+
7207
7303
  .-translate-x-1\/2{
7208
7304
  --tw-translate-x:-50%;
7209
7305
  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))
@@ -7289,6 +7385,18 @@ trix-toolbar .trix-button-group:not(:first-child){
7289
7385
  grid-template-columns:repeat(2, minmax(0, 1fr))
7290
7386
  }
7291
7387
 
7388
+ .grid-cols-3{
7389
+ grid-template-columns:repeat(3, minmax(0, 1fr))
7390
+ }
7391
+
7392
+ .grid-cols-4{
7393
+ grid-template-columns:repeat(4, minmax(0, 1fr))
7394
+ }
7395
+
7396
+ .grid-cols-5{
7397
+ grid-template-columns:repeat(5, minmax(0, 1fr))
7398
+ }
7399
+
7292
7400
  .grid-cols-6{
7293
7401
  grid-template-columns:repeat(6, minmax(0, 1fr))
7294
7402
  }
@@ -7353,6 +7461,10 @@ trix-toolbar .trix-button-group:not(:first-child){
7353
7461
  justify-content:space-between
7354
7462
  }
7355
7463
 
7464
+ .justify-around{
7465
+ justify-content:space-around
7466
+ }
7467
+
7356
7468
  .justify-evenly{
7357
7469
  justify-content:space-evenly
7358
7470
  }
@@ -7369,6 +7481,10 @@ trix-toolbar .trix-button-group:not(:first-child){
7369
7481
  gap:0.5rem
7370
7482
  }
7371
7483
 
7484
+ .gap-3{
7485
+ gap:0.75rem
7486
+ }
7487
+
7372
7488
  .gap-4{
7373
7489
  gap:1rem
7374
7490
  }
@@ -7377,6 +7493,12 @@ trix-toolbar .trix-button-group:not(:first-child){
7377
7493
  gap:1.5rem
7378
7494
  }
7379
7495
 
7496
+ .space-x-0 > :not([hidden]) ~ :not([hidden]){
7497
+ --tw-space-x-reverse:0;
7498
+ margin-right:calc(0px * var(--tw-space-x-reverse));
7499
+ margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))
7500
+ }
7501
+
7380
7502
  .space-x-1 > :not([hidden]) ~ :not([hidden]){
7381
7503
  --tw-space-x-reverse:0;
7382
7504
  margin-right:calc(0.25rem * var(--tw-space-x-reverse));
@@ -7401,6 +7523,18 @@ trix-toolbar .trix-button-group:not(:first-child){
7401
7523
  margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))
7402
7524
  }
7403
7525
 
7526
+ .space-x-8 > :not([hidden]) ~ :not([hidden]){
7527
+ --tw-space-x-reverse:0;
7528
+ margin-right:calc(2rem * var(--tw-space-x-reverse));
7529
+ margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))
7530
+ }
7531
+
7532
+ .space-y-0 > :not([hidden]) ~ :not([hidden]){
7533
+ --tw-space-y-reverse:0;
7534
+ margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
7535
+ margin-bottom:calc(0px * var(--tw-space-y-reverse))
7536
+ }
7537
+
7404
7538
  .space-y-1 > :not([hidden]) ~ :not([hidden]){
7405
7539
  --tw-space-y-reverse:0;
7406
7540
  margin-top:calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
@@ -7419,6 +7553,12 @@ trix-toolbar .trix-button-group:not(:first-child){
7419
7553
  margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))
7420
7554
  }
7421
7555
 
7556
+ .space-y-3 > :not([hidden]) ~ :not([hidden]){
7557
+ --tw-space-y-reverse:0;
7558
+ margin-top:calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
7559
+ margin-bottom:calc(0.75rem * var(--tw-space-y-reverse))
7560
+ }
7561
+
7422
7562
  .space-y-4 > :not([hidden]) ~ :not([hidden]){
7423
7563
  --tw-space-y-reverse:0;
7424
7564
  margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));
@@ -7540,6 +7680,16 @@ trix-toolbar .trix-button-group:not(:first-child){
7540
7680
  border-bottom-left-radius:0.25rem
7541
7681
  }
7542
7682
 
7683
+ .rounded-l-md{
7684
+ border-top-left-radius:0.375rem;
7685
+ border-bottom-left-radius:0.375rem
7686
+ }
7687
+
7688
+ .rounded-r-md{
7689
+ border-top-right-radius:0.375rem;
7690
+ border-bottom-right-radius:0.375rem
7691
+ }
7692
+
7543
7693
  .rounded-t{
7544
7694
  border-top-left-radius:0.25rem;
7545
7695
  border-top-right-radius:0.25rem
@@ -7549,6 +7699,11 @@ trix-toolbar .trix-button-group:not(:first-child){
7549
7699
  border-width:1px
7550
7700
  }
7551
7701
 
7702
+ .border-y{
7703
+ border-top-width:1px;
7704
+ border-bottom-width:1px
7705
+ }
7706
+
7552
7707
  .border-b{
7553
7708
  border-bottom-width:1px
7554
7709
  }
@@ -7689,6 +7844,10 @@ trix-toolbar .trix-button-group:not(:first-child){
7689
7844
  border-color:rgb(236 72 153 / var(--tw-border-opacity))
7690
7845
  }
7691
7846
 
7847
+ .border-primary-300{
7848
+ border-color:rgb(var(--color-primary-300))
7849
+ }
7850
+
7692
7851
  .border-primary-500{
7693
7852
  border-color:rgb(var(--color-primary-500))
7694
7853
  }
@@ -7801,6 +7960,11 @@ trix-toolbar .trix-button-group:not(:first-child){
7801
7960
  background-color:rgb(227 229 232 / var(--tw-bg-opacity))
7802
7961
  }
7803
7962
 
7963
+ .bg-gray-200{
7964
+ --tw-bg-opacity:1;
7965
+ background-color:rgb(200 203 208 / var(--tw-bg-opacity))
7966
+ }
7967
+
7804
7968
  .bg-gray-25{
7805
7969
  --tw-bg-opacity:1;
7806
7970
  background-color:rgb(246 246 247 / var(--tw-bg-opacity))
@@ -7885,6 +8049,10 @@ trix-toolbar .trix-button-group:not(:first-child){
7885
8049
  background-color:rgb(var(--color-primary-100))
7886
8050
  }
7887
8051
 
8052
+ .bg-primary-400{
8053
+ background-color:rgb(var(--color-primary-400))
8054
+ }
8055
+
7888
8056
  .bg-primary-500{
7889
8057
  background-color:rgb(var(--color-primary-500))
7890
8058
  }
@@ -7939,6 +8107,10 @@ trix-toolbar .trix-button-group:not(:first-child){
7939
8107
  background-color:rgb(20 184 166 / var(--tw-bg-opacity))
7940
8108
  }
7941
8109
 
8110
+ .bg-transparent{
8111
+ background-color:transparent
8112
+ }
8113
+
7942
8114
  .bg-violet-500{
7943
8115
  --tw-bg-opacity:1;
7944
8116
  background-color:rgb(139 92 246 / var(--tw-bg-opacity))
@@ -8036,6 +8208,11 @@ trix-toolbar .trix-button-group:not(:first-child){
8036
8208
  padding-right:0.5rem
8037
8209
  }
8038
8210
 
8211
+ .px-24{
8212
+ padding-left:6rem;
8213
+ padding-right:6rem
8214
+ }
8215
+
8039
8216
  .px-3{
8040
8217
  padding-left:0.75rem;
8041
8218
  padding-right:0.75rem
@@ -8056,6 +8233,11 @@ trix-toolbar .trix-button-group:not(:first-child){
8056
8233
  padding-right:1.5rem
8057
8234
  }
8058
8235
 
8236
+ .px-8{
8237
+ padding-left:2rem;
8238
+ padding-right:2rem
8239
+ }
8240
+
8059
8241
  .py-0{
8060
8242
  padding-top:0px;
8061
8243
  padding-bottom:0px
@@ -8076,6 +8258,11 @@ trix-toolbar .trix-button-group:not(:first-child){
8076
8258
  padding-bottom:0.375rem
8077
8259
  }
8078
8260
 
8261
+ .py-12{
8262
+ padding-top:3rem;
8263
+ padding-bottom:3rem
8264
+ }
8265
+
8079
8266
  .py-2{
8080
8267
  padding-top:0.5rem;
8081
8268
  padding-bottom:0.5rem
@@ -8143,6 +8330,10 @@ trix-toolbar .trix-button-group:not(:first-child){
8143
8330
  padding-left:0.25rem
8144
8331
  }
8145
8332
 
8333
+ .pl-4{
8334
+ padding-left:1rem
8335
+ }
8336
+
8146
8337
  .pr-0{
8147
8338
  padding-right:0px
8148
8339
  }
@@ -8304,6 +8495,11 @@ trix-toolbar .trix-button-group:not(:first-child){
8304
8495
  letter-spacing:-0.025em
8305
8496
  }
8306
8497
 
8498
+ .\!text-blue-700{
8499
+ --tw-text-opacity:1 !important;
8500
+ color:rgb(5 80 133 / var(--tw-text-opacity)) !important
8501
+ }
8502
+
8307
8503
  .\!text-pink-600{
8308
8504
  --tw-text-opacity:1 !important;
8309
8505
  color:rgb(219 39 119 / var(--tw-text-opacity)) !important
@@ -8544,6 +8740,10 @@ trix-toolbar .trix-button-group:not(:first-child){
8544
8740
  opacity:0.75
8545
8741
  }
8546
8742
 
8743
+ .opacity-80{
8744
+ opacity:0.8
8745
+ }
8746
+
8547
8747
  .shadow{
8548
8748
  --tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
8549
8749
  --tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
@@ -8615,6 +8815,11 @@ trix-toolbar .trix-button-group:not(:first-child){
8615
8815
  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)
8616
8816
  }
8617
8817
 
8818
+ .sepia{
8819
+ --tw-sepia:sepia(100%);
8820
+ 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)
8821
+ }
8822
+
8618
8823
  .filter{
8619
8824
  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)
8620
8825
  }
@@ -8946,6 +9151,11 @@ trix-editor {
8946
9151
  background-color:rgb(206 231 248 / var(--tw-bg-opacity))
8947
9152
  }
8948
9153
 
9154
+ .hover\:bg-blue-500:hover{
9155
+ --tw-bg-opacity:1;
9156
+ background-color:rgb(8 134 222 / var(--tw-bg-opacity))
9157
+ }
9158
+
8949
9159
  .hover\:bg-blue-600:hover{
8950
9160
  --tw-bg-opacity:1;
8951
9161
  background-color:rgb(6 107 178 / var(--tw-bg-opacity))