avo 3.0.1.beta14 → 3.0.1.beta15

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: c50e1993c2105a9614ec61dd7374fd334eac4ccc6c5eae1eed147c1011eff5e3
4
- data.tar.gz: 002db5d28fdf8886ae862b0bfd30bd1f77c57545b885b046feec05b8f83445d9
3
+ metadata.gz: e0c4f7a36ba18f1e4a29d67c805a0b3f4499759edc920e64691bfc4aa5b678a1
4
+ data.tar.gz: 76c74cdc13445230695604306fd4f04518a6a032446af1c66c92ca2cd8383552
5
5
  SHA512:
6
- metadata.gz: ef4d3da99a66344a916fb6bd617322663016d4196196e2ec231ddbb055ebb0738419cc6385378e6b6f2ad6f8bf343b902fd5c733b720de1e1af1b29759cae6bb
7
- data.tar.gz: 7126b0dbdcc30057fd4e60fa107c85fac04ff800aaf69050f92f3b94a9592451435edbe0189b6dfffc76a33cb2fd0d8a1f5244432713d13a92b525cc8100416d
6
+ metadata.gz: 2a7704c7a13f905536f0d275122b35764f4d77dbbfe3edb708adaf84e7d530cf9db271590aac3ac83f44469f06210be0989a5fb1a789a701a3493a1b1b6a2c53
7
+ data.tar.gz: 6fd14bc171d61d1a4f966cbaa1b6b2bda9b82138b824222fcc747aedaf8c6673993a4cf1d9ef3852ac9aa8b11fb115d19646092e45250c2872f152b76fac9f68
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- avo (3.0.1.beta14)
4
+ avo (3.0.1.beta15)
5
5
  actionview (>= 6.1)
6
6
  active_link_to
7
7
  activerecord (>= 6.1)
@@ -3393,7 +3393,7 @@ body.dark,body[data-theme=dark]{
3393
3393
  transition:inherit
3394
3394
  }
3395
3395
 
3396
- /*! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
3396
+ /*! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
3397
3397
  */
3398
3398
 
3399
3399
  /*
@@ -3583,6 +3583,10 @@ select,
3583
3583
  textarea {
3584
3584
  font-family: inherit;
3585
3585
  /* 1 */
3586
+ font-feature-settings: inherit;
3587
+ /* 1 */
3588
+ font-variation-settings: inherit;
3589
+ /* 1 */
3586
3590
  font-size: 100%;
3587
3591
  /* 1 */
3588
3592
  font-weight: inherit;
@@ -3733,6 +3737,14 @@ menu {
3733
3737
  padding: 0;
3734
3738
  }
3735
3739
 
3740
+ /*
3741
+ Reset default styling for dialogs.
3742
+ */
3743
+
3744
+ dialog {
3745
+ padding: 0;
3746
+ }
3747
+
3736
3748
  /*
3737
3749
  Prevent resizing textareas horizontally by default.
3738
3750
  */
@@ -3807,7 +3819,7 @@ video {
3807
3819
  display: none;
3808
3820
  }
3809
3821
 
3810
- [type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
3822
+ [type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
3811
3823
  appearance:none;
3812
3824
  background-color:#fff;
3813
3825
  border-color:#757D8A;
@@ -3822,7 +3834,7 @@ video {
3822
3834
  --tw-shadow:0 0 #0000;
3823
3835
  }
3824
3836
 
3825
- [type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
3837
+ [type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
3826
3838
  outline:2px solid transparent;
3827
3839
  outline-offset:2px;
3828
3840
  --tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);
@@ -3845,7 +3857,17 @@ input::placeholder,textarea::placeholder{
3845
3857
  }
3846
3858
 
3847
3859
  ::-webkit-date-and-time-value{
3848
- min-height:1.5em
3860
+ min-height:1.5em;
3861
+ text-align:inherit
3862
+ }
3863
+
3864
+ ::-webkit-datetime-edit{
3865
+ display:inline-flex
3866
+ }
3867
+
3868
+ ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
3869
+ padding-top:0;
3870
+ padding-bottom:0
3849
3871
  }
3850
3872
 
3851
3873
  select{
@@ -3855,24 +3877,24 @@ select{
3855
3877
  background-size:1.5em 1.5em;
3856
3878
  padding-right:2.5rem;
3857
3879
  -webkit-print-color-adjust:exact;
3858
- color-adjust:exact
3880
+ print-color-adjust:exact
3859
3881
  }
3860
3882
 
3861
- [multiple]{
3883
+ [multiple],[size]:where(select:not([size="1"])){
3862
3884
  background-image:initial;
3863
3885
  background-position:initial;
3864
3886
  background-repeat:unset;
3865
3887
  background-size:initial;
3866
3888
  padding-right:0.75rem;
3867
3889
  -webkit-print-color-adjust:unset;
3868
- color-adjust:unset
3890
+ print-color-adjust:unset
3869
3891
  }
3870
3892
 
3871
3893
  [type='checkbox'],[type='radio']{
3872
3894
  appearance:none;
3873
3895
  padding:0;
3874
3896
  -webkit-print-color-adjust:exact;
3875
- color-adjust:exact;
3897
+ print-color-adjust:exact;
3876
3898
  display:inline-block;
3877
3899
  vertical-align:middle;
3878
3900
  background-origin:border-box;
@@ -3954,6 +3976,7 @@ select{
3954
3976
  }
3955
3977
 
3956
3978
  [type='file']:focus{
3979
+ outline:1px solid ButtonText;
3957
3980
  outline:1px auto -webkit-focus-ring-color
3958
3981
  }
3959
3982
 
data/lib/avo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Avo
2
- VERSION = "3.0.1.beta14" unless const_defined?(:VERSION)
2
+ VERSION = "3.0.1.beta15" unless const_defined?(:VERSION)
3
3
  end
@@ -74,11 +74,15 @@ task "avo:sym_link" do
74
74
  ["avo", "avo-advanced", "avo-pro", "avo-dynamic_filters", "avo-dashboards", "avo-menu"].each do |gem|
75
75
  path = `bundle show #{gem} 2> /dev/null`.chomp
76
76
 
77
- # If path is emty we check if package is defined outseide of root (on release process it is)
78
- unless path.empty? && (path = "../#{gem}").empty?
79
- puts "[Avo->] Linking #{gem} to #{path}"
80
- `ln -s #{path} #{packages_path}/#{gem}`
77
+ # If path is emty we check if package is defined outside of root (on release process it is)
78
+ if path.empty?
79
+ next if !Dir.exist?("../#{gem}")
80
+
81
+ path = File.expand_path("../#{gem}")
81
82
  end
83
+
84
+ puts "[Avo->] Linking #{gem} to #{path}"
85
+ `ln -s #{path} #{packages_path}/#{gem}`
82
86
  end
83
87
 
84
88
  base_css_path = Avo::Engine.root.join("app", "assets", "builds", "avo.base.css")
@@ -6432,6 +6432,18 @@ tag.tagify__tag{
6432
6432
  }
6433
6433
  }
6434
6434
 
6435
+ .sr-only{
6436
+ position:absolute;
6437
+ width:1px;
6438
+ height:1px;
6439
+ padding:0;
6440
+ margin:-1px;
6441
+ overflow:hidden;
6442
+ clip:rect(0, 0, 0, 0);
6443
+ white-space:nowrap;
6444
+ border-width:0
6445
+ }
6446
+
6435
6447
  .pointer-events-none{
6436
6448
  pointer-events:none
6437
6449
  }
@@ -6485,6 +6497,14 @@ tag.tagify__tag{
6485
6497
  right:0px
6486
6498
  }
6487
6499
 
6500
+ .-bottom-1{
6501
+ bottom:-0.25rem
6502
+ }
6503
+
6504
+ .-bottom-1\.5{
6505
+ bottom:-0.375rem
6506
+ }
6507
+
6488
6508
  .-top-\[0\.1rem\]{
6489
6509
  top:-0.1rem
6490
6510
  }
@@ -6521,10 +6541,18 @@ tag.tagify__tag{
6521
6541
  left:1.25rem
6522
6542
  }
6523
6543
 
6544
+ .left-auto{
6545
+ left:auto
6546
+ }
6547
+
6524
6548
  .right-0{
6525
6549
  right:0px
6526
6550
  }
6527
6551
 
6552
+ .right-3{
6553
+ right:0.75rem
6554
+ }
6555
+
6528
6556
  .start-1{
6529
6557
  inset-inline-start:0.25rem
6530
6558
  }
@@ -6537,6 +6565,10 @@ tag.tagify__tag{
6537
6565
  top:50%
6538
6566
  }
6539
6567
 
6568
+ .top-2{
6569
+ top:0.5rem
6570
+ }
6571
+
6540
6572
  .top-3{
6541
6573
  top:0.75rem
6542
6574
  }
@@ -6549,6 +6581,10 @@ tag.tagify__tag{
6549
6581
  top:-1px
6550
6582
  }
6551
6583
 
6584
+ .top-auto{
6585
+ top:auto
6586
+ }
6587
+
6552
6588
  .top-full{
6553
6589
  top:100%
6554
6590
  }
@@ -6597,6 +6633,34 @@ tag.tagify__tag{
6597
6633
  grid-column:span 4 / span 4
6598
6634
  }
6599
6635
 
6636
+ .col-span-full{
6637
+ grid-column:1 / -1
6638
+ }
6639
+
6640
+ .row-span-1{
6641
+ grid-row:span 1 / span 1
6642
+ }
6643
+
6644
+ .row-span-2{
6645
+ grid-row:span 2 / span 2
6646
+ }
6647
+
6648
+ .row-span-3{
6649
+ grid-row:span 3 / span 3
6650
+ }
6651
+
6652
+ .row-span-4{
6653
+ grid-row:span 4 / span 4
6654
+ }
6655
+
6656
+ .row-span-5{
6657
+ grid-row:span 5 / span 5
6658
+ }
6659
+
6660
+ .row-span-6{
6661
+ grid-row:span 6 / span 6
6662
+ }
6663
+
6600
6664
  .float-right{
6601
6665
  float:right
6602
6666
  }
@@ -6605,6 +6669,16 @@ tag.tagify__tag{
6605
6669
  margin:0px
6606
6670
  }
6607
6671
 
6672
+ .-mx-1{
6673
+ margin-left:-0.25rem;
6674
+ margin-right:-0.25rem
6675
+ }
6676
+
6677
+ .-mx-1\.5{
6678
+ margin-left:-0.375rem;
6679
+ margin-right:-0.375rem
6680
+ }
6681
+
6608
6682
  .-mx-2{
6609
6683
  margin-left:-0.5rem;
6610
6684
  margin-right:-0.5rem
@@ -6676,6 +6750,10 @@ tag.tagify__tag{
6676
6750
  margin-top:-3rem
6677
6751
  }
6678
6752
 
6753
+ .-mt-2{
6754
+ margin-top:-0.5rem
6755
+ }
6756
+
6679
6757
  .-mt-9{
6680
6758
  margin-top:-2.25rem
6681
6759
  }
@@ -6708,6 +6786,10 @@ tag.tagify__tag{
6708
6786
  margin-left:8.333333%
6709
6787
  }
6710
6788
 
6789
+ .ml-1\/2{
6790
+ margin-left:50%
6791
+ }
6792
+
6711
6793
  .ml-10{
6712
6794
  margin-left:2.5rem
6713
6795
  }
@@ -6724,6 +6806,10 @@ tag.tagify__tag{
6724
6806
  margin-left:1rem
6725
6807
  }
6726
6808
 
6809
+ .ml-6{
6810
+ margin-left:1.5rem
6811
+ }
6812
+
6727
6813
  .ml-auto{
6728
6814
  margin-left:auto
6729
6815
  }
@@ -6752,6 +6838,10 @@ tag.tagify__tag{
6752
6838
  margin-right:1rem
6753
6839
  }
6754
6840
 
6841
+ .mr-px{
6842
+ margin-right:1px
6843
+ }
6844
+
6755
6845
  .mt-0{
6756
6846
  margin-top:0px
6757
6847
  }
@@ -6956,10 +7046,34 @@ tag.tagify__tag{
6956
7046
  min-height:6rem
6957
7047
  }
6958
7048
 
7049
+ .min-h-\[16rem\]{
7050
+ min-height:16rem
7051
+ }
7052
+
7053
+ .min-h-\[24rem\]{
7054
+ min-height:24rem
7055
+ }
7056
+
7057
+ .min-h-\[32rem\]{
7058
+ min-height:32rem
7059
+ }
7060
+
6959
7061
  .min-h-\[3rem\]{
6960
7062
  min-height:3rem
6961
7063
  }
6962
7064
 
7065
+ .min-h-\[40rem\]{
7066
+ min-height:40rem
7067
+ }
7068
+
7069
+ .min-h-\[48rem\]{
7070
+ min-height:48rem
7071
+ }
7072
+
7073
+ .min-h-\[8rem\]{
7074
+ min-height:8rem
7075
+ }
7076
+
6963
7077
  .min-h-full{
6964
7078
  min-height:100%
6965
7079
  }
@@ -7016,6 +7130,10 @@ tag.tagify__tag{
7016
7130
  width:1.25rem
7017
7131
  }
7018
7132
 
7133
+ .w-52{
7134
+ width:13rem
7135
+ }
7136
+
7019
7137
  .w-64{
7020
7138
  width:16rem
7021
7139
  }
@@ -7028,6 +7146,10 @@ tag.tagify__tag{
7028
7146
  width:1%
7029
7147
  }
7030
7148
 
7149
+ .w-\[calc\(100\%\+1rem\)\]{
7150
+ width:calc(100% + 1rem)
7151
+ }
7152
+
7031
7153
  .w-auto{
7032
7154
  width:auto
7033
7155
  }
@@ -7080,10 +7202,18 @@ tag.tagify__tag{
7080
7202
  max-width:32rem
7081
7203
  }
7082
7204
 
7205
+ .max-w-xs{
7206
+ max-width:20rem
7207
+ }
7208
+
7083
7209
  .flex-1{
7084
7210
  flex:1 1 0%
7085
7211
  }
7086
7212
 
7213
+ .flex-auto{
7214
+ flex:1 1 auto
7215
+ }
7216
+
7087
7217
  .flex-shrink{
7088
7218
  flex-shrink:1
7089
7219
  }
@@ -7265,6 +7395,10 @@ tag.tagify__tag{
7265
7395
  justify-content:space-evenly
7266
7396
  }
7267
7397
 
7398
+ .gap-0{
7399
+ gap:0px
7400
+ }
7401
+
7268
7402
  .gap-1{
7269
7403
  gap:0.25rem
7270
7404
  }
@@ -7542,6 +7676,11 @@ tag.tagify__tag{
7542
7676
  border-color:rgb(172 177 185 / var(--tw-border-opacity))
7543
7677
  }
7544
7678
 
7679
+ .border-gray-50{
7680
+ --tw-border-opacity:1;
7681
+ border-color:rgb(241 242 243 / var(--tw-border-opacity))
7682
+ }
7683
+
7545
7684
  .border-gray-500{
7546
7685
  --tw-border-opacity:1;
7547
7686
  border-color:rgb(117 125 138 / var(--tw-border-opacity))
@@ -7893,6 +8032,10 @@ tag.tagify__tag{
7893
8032
  padding:0.5rem
7894
8033
  }
7895
8034
 
8035
+ .p-3{
8036
+ padding:0.75rem
8037
+ }
8038
+
7896
8039
  .p-4{
7897
8040
  padding:1rem
7898
8041
  }
@@ -7901,6 +8044,10 @@ tag.tagify__tag{
7901
8044
  padding:1.5rem
7902
8045
  }
7903
8046
 
8047
+ .p-px{
8048
+ padding:1px
8049
+ }
8050
+
7904
8051
  .px-0{
7905
8052
  padding-left:0px;
7906
8053
  padding-right:0px
@@ -7911,6 +8058,11 @@ tag.tagify__tag{
7911
8058
  padding-right:0.25rem
7912
8059
  }
7913
8060
 
8061
+ .px-1\.5{
8062
+ padding-left:0.375rem;
8063
+ padding-right:0.375rem
8064
+ }
8065
+
7914
8066
  .px-10{
7915
8067
  padding-left:2.5rem;
7916
8068
  padding-right:2.5rem
@@ -7946,6 +8098,11 @@ tag.tagify__tag{
7946
8098
  padding-bottom:0px
7947
8099
  }
7948
8100
 
8101
+ .py-0\.5{
8102
+ padding-top:0.125rem;
8103
+ padding-bottom:0.125rem
8104
+ }
8105
+
7949
8106
  .py-1{
7950
8107
  padding-top:0.25rem;
7951
8108
  padding-bottom:0.25rem
@@ -8019,6 +8176,10 @@ tag.tagify__tag{
8019
8176
  padding-bottom:1.5rem
8020
8177
  }
8021
8178
 
8179
+ .pl-1{
8180
+ padding-left:0.25rem
8181
+ }
8182
+
8022
8183
  .pr-0{
8023
8184
  padding-right:0px
8024
8185
  }
@@ -8079,11 +8240,25 @@ tag.tagify__tag{
8079
8240
  text-align:justify
8080
8241
  }
8081
8242
 
8243
+ .font-sans{
8244
+ 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"
8245
+ }
8246
+
8082
8247
  .text-2xl{
8083
8248
  font-size:1.5rem;
8084
8249
  line-height:2rem
8085
8250
  }
8086
8251
 
8252
+ .text-3xl{
8253
+ font-size:1.875rem;
8254
+ line-height:2.25rem
8255
+ }
8256
+
8257
+ .text-5xl{
8258
+ font-size:3rem;
8259
+ line-height:1
8260
+ }
8261
+
8087
8262
  .text-base{
8088
8263
  font-size:1rem;
8089
8264
  line-height:1.5rem
@@ -8117,6 +8292,10 @@ tag.tagify__tag{
8117
8292
  font-weight:500
8118
8293
  }
8119
8294
 
8295
+ .font-normal{
8296
+ font-weight:400
8297
+ }
8298
+
8120
8299
  .font-semibold{
8121
8300
  font-weight:600
8122
8301
  }
@@ -8281,6 +8460,10 @@ tag.tagify__tag{
8281
8460
  color:rgb(236 72 153 / var(--tw-text-opacity))
8282
8461
  }
8283
8462
 
8463
+ .text-primary-400{
8464
+ color:rgb(var(--color-primary-400))
8465
+ }
8466
+
8284
8467
  .text-primary-500{
8285
8468
  color:rgb(var(--color-primary-500))
8286
8469
  }
@@ -8372,6 +8555,10 @@ tag.tagify__tag{
8372
8555
  text-decoration-line:line-through
8373
8556
  }
8374
8557
 
8558
+ .no-underline{
8559
+ text-decoration-line:none
8560
+ }
8561
+
8375
8562
  .antialiased{
8376
8563
  -webkit-font-smoothing:antialiased;
8377
8564
  -moz-osx-font-smoothing:grayscale
@@ -8486,6 +8673,12 @@ tag.tagify__tag{
8486
8673
  transition-duration:150ms
8487
8674
  }
8488
8675
 
8676
+ .transition-all{
8677
+ transition-property:all;
8678
+ transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
8679
+ transition-duration:150ms
8680
+ }
8681
+
8489
8682
  .transition-opacity{
8490
8683
  transition-property:opacity;
8491
8684
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
@@ -8657,6 +8850,10 @@ trix-editor {
8657
8850
  background-color:rgb(var(--color-primary-400))
8658
8851
  }
8659
8852
 
8853
+ .focus-within\:border-primary-500:focus-within{
8854
+ border-color:rgb(var(--color-primary-500))
8855
+ }
8856
+
8660
8857
  .hover\:z-\[21\]:hover{
8661
8858
  z-index:21
8662
8859
  }
@@ -8830,6 +9027,11 @@ trix-editor {
8830
9027
  background-color:rgb(227 229 232 / var(--tw-bg-opacity))
8831
9028
  }
8832
9029
 
9030
+ .hover\:bg-gray-25:hover{
9031
+ --tw-bg-opacity:1;
9032
+ background-color:rgb(246 246 247 / var(--tw-bg-opacity))
9033
+ }
9034
+
8833
9035
  .hover\:bg-gray-50:hover{
8834
9036
  --tw-bg-opacity:1;
8835
9037
  background-color:rgb(241 242 243 / var(--tw-bg-opacity))
@@ -9022,6 +9224,16 @@ trix-editor {
9022
9224
  color:rgb(94 100 110 / var(--tw-text-opacity))
9023
9225
  }
9024
9226
 
9227
+ .hover\:text-gray-700:hover{
9228
+ --tw-text-opacity:1;
9229
+ color:rgb(70 75 83 / var(--tw-text-opacity))
9230
+ }
9231
+
9232
+ .hover\:text-gray-900:hover{
9233
+ --tw-text-opacity:1;
9234
+ color:rgb(23 25 28 / var(--tw-text-opacity))
9235
+ }
9236
+
9025
9237
  .hover\:text-white:hover{
9026
9238
  --tw-text-opacity:1;
9027
9239
  color:rgb(255 255 255 / var(--tw-text-opacity))
@@ -9796,10 +10008,23 @@ trix-editor {
9796
10008
  display:block
9797
10009
  }
9798
10010
 
10011
+ .group:hover .group-hover\:bg-gray-200{
10012
+ --tw-bg-opacity:1;
10013
+ background-color:rgb(200 203 208 / var(--tw-bg-opacity))
10014
+ }
10015
+
10016
+ .group:hover .group-hover\:bg-primary-500{
10017
+ background-color:rgb(var(--color-primary-500))
10018
+ }
10019
+
9799
10020
  .group:hover .group-hover\:pt-4{
9800
10021
  padding-top:1rem
9801
10022
  }
9802
10023
 
10024
+ .group:active .group-active\:bg-primary-400{
10025
+ background-color:rgb(var(--color-primary-400))
10026
+ }
10027
+
9803
10028
  @media print{
9804
10029
  .print\:hidden{
9805
10030
  display:none
@@ -9839,6 +10064,26 @@ trix-editor {
9839
10064
  right:0px
9840
10065
  }
9841
10066
 
10067
+ .sm\:col-span-1{
10068
+ grid-column:span 1 / span 1
10069
+ }
10070
+
10071
+ .sm\:col-span-2{
10072
+ grid-column:span 2 / span 2
10073
+ }
10074
+
10075
+ .sm\:col-span-3{
10076
+ grid-column:span 3 / span 3
10077
+ }
10078
+
10079
+ .sm\:col-span-4{
10080
+ grid-column:span 4 / span 4
10081
+ }
10082
+
10083
+ .sm\:col-span-5{
10084
+ grid-column:span 5 / span 5
10085
+ }
10086
+
9842
10087
  .sm\:col-span-6{
9843
10088
  grid-column:span 6 / span 6
9844
10089
  }
@@ -9871,6 +10116,10 @@ trix-editor {
9871
10116
  width:auto
9872
10117
  }
9873
10118
 
10119
+ .sm\:min-w-\[16rem\]{
10120
+ min-width:16rem
10121
+ }
10122
+
9874
10123
  .sm\:min-w-\[300px\]{
9875
10124
  min-width:300px
9876
10125
  }
@@ -9887,6 +10136,22 @@ trix-editor {
9887
10136
  grid-template-columns:repeat(2, minmax(0, 1fr))
9888
10137
  }
9889
10138
 
10139
+ .sm\:grid-cols-3{
10140
+ grid-template-columns:repeat(3, minmax(0, 1fr))
10141
+ }
10142
+
10143
+ .sm\:grid-cols-4{
10144
+ grid-template-columns:repeat(4, minmax(0, 1fr))
10145
+ }
10146
+
10147
+ .sm\:grid-cols-5{
10148
+ grid-template-columns:repeat(5, minmax(0, 1fr))
10149
+ }
10150
+
10151
+ .sm\:grid-cols-6{
10152
+ grid-template-columns:repeat(6, minmax(0, 1fr))
10153
+ }
10154
+
9890
10155
  .sm\:flex-row{
9891
10156
  flex-direction:row
9892
10157
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: avo
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1.beta14
4
+ version: 3.0.1.beta15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Marin
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-09-19 00:00:00.000000000 Z
12
+ date: 2023-09-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activerecord