avo 4.0.0.beta.55 → 4.0.0.beta.56

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a62e6652a23cf4f0cb038d7a6dd2241a1759d4915099fe9314cd0e6690f7d1c3
4
- data.tar.gz: e27ccad1a6a615753d9e6a633f293e24c86097cec52a32623f3267523140bee2
3
+ metadata.gz: 6d7653b356320415149ded03b6a1de547791f3307e306879689022e85f53ca02
4
+ data.tar.gz: 1f083c3468b0e1a55ab90870e24a96913f57001ffb6a774614d575b1bf3057e4
5
5
  SHA512:
6
- metadata.gz: 1d41bcd58927cb23f8bd4ba7074dc2119234f678f43e5cadacbc8bcc1ee7c180632ca59fdd487554f8920d80189a13f704c82b27260c2bfb7e49557abc91e1fe
7
- data.tar.gz: dff60f5e791c88cbcf36ece2293c64f55fa418676c7d559f5356ad42def3a7c02d82b5a0282ed6676b2fe8654ac4d5adc9bdf5485bf95b8133f21b1f66d27f1b
6
+ metadata.gz: 939d12b2e8e798bc32fa809035581b29712c2ca24e05b98aa1d6a39a73d4be56e4fd3281df6f44de37b10181faf4faa5e9fe63b0ac970baf47f28318ea07c171
7
+ data.tar.gz: 74e41a03f90fe531c8aba494951b86d5c629fae353065148f95116c2610e7ebf52ee7e082825decc5ddb1eeca0fde73716a6357ebc9bcdb20d5e14bd5a366207
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- avo (4.0.0.beta.55)
4
+ avo (4.0.0.beta.56)
5
5
  actionview (>= 6.1)
6
6
  active_link_to
7
7
  activerecord (>= 6.1)
@@ -2311,6 +2311,9 @@
2311
2311
  .bg-gray-100 {
2312
2312
  background-color: var(--color-gray-100);
2313
2313
  }
2314
+ .bg-gray-100\! {
2315
+ background-color: var(--color-gray-100) !important;
2316
+ }
2314
2317
  .bg-gray-500 {
2315
2318
  background-color: var(--color-gray-500);
2316
2319
  }
@@ -11485,7 +11488,7 @@ tag.tagify__tag {
11485
11488
  }
11486
11489
  .sidebar-section {
11487
11490
  &:not(*:first-child) {
11488
- margin-top: calc(var(--spacing) * 4);
11491
+ margin-top: calc(var(--spacing) * 5);
11489
11492
  }
11490
11493
  }
11491
11494
  .sidebar-section__header {
@@ -11523,9 +11526,6 @@ tag.tagify__tag {
11523
11526
  width: 100%;
11524
11527
  flex-direction: column;
11525
11528
  }
11526
- .sidebar-section__items > .sidebar-link:first-child {
11527
- margin-top: calc(var(--spacing) * -2);
11528
- }
11529
11529
  .sidebar-section__items:not(:has(.sidebar-link__icon-wrapper)) .sidebar-link {
11530
11530
  gap: calc(var(--spacing) * 0);
11531
11531
  }
@@ -11562,9 +11562,6 @@ tag.tagify__tag {
11562
11562
  width: 100%;
11563
11563
  flex-direction: column;
11564
11564
  }
11565
- .sidebar-group__items > .sidebar-link:first-child {
11566
- margin-top: calc(var(--spacing) * -2);
11567
- }
11568
11565
  .sidebar-group__items:not(:has(.sidebar-link__icon-wrapper)) .sidebar-link {
11569
11566
  gap: calc(var(--spacing) * 0);
11570
11567
  }
@@ -83,7 +83,7 @@
83
83
  /* ================================================ */
84
84
 
85
85
  .sidebar-section {
86
- @apply not-first:mt-4;
86
+ @apply not-first:mt-5;
87
87
  }
88
88
 
89
89
  .sidebar-section__header {
@@ -104,11 +104,6 @@
104
104
  @apply w-full flex flex-col;
105
105
  }
106
106
 
107
- /* Pull the first link a bit closer to the header above it */
108
- .sidebar-section__items > .sidebar-link:first-child {
109
- @apply -mt-2;
110
- }
111
-
112
107
  /* Remove link gap when no items in the section have icons */
113
108
  .sidebar-section__items:not(:has(.sidebar-link__icon-wrapper)) .sidebar-link {
114
109
  @apply gap-0;
@@ -137,11 +132,6 @@
137
132
  @apply w-full flex flex-col;
138
133
  }
139
134
 
140
- /* Pull the first link a bit closer to the header above it */
141
- .sidebar-group__items > .sidebar-link:first-child {
142
- @apply -mt-2;
143
- }
144
-
145
135
  /* Remove link gap when no items in the group have icons */
146
136
  .sidebar-group__items:not(:has(.sidebar-link__icon-wrapper)) .sidebar-link {
147
137
  @apply gap-0;
data/lib/avo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Avo
2
- VERSION = "4.0.0.beta.55" unless const_defined?(:VERSION)
2
+ VERSION = "4.0.0.beta.56" unless const_defined?(:VERSION)
3
3
  end
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: 4.0.0.beta.55
4
+ version: 4.0.0.beta.56
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Marin
@@ -1169,11 +1169,6 @@ files:
1169
1169
  - lib/generators/model_generator.rb
1170
1170
  - lib/generators/rails/avo_resource_generator.rb
1171
1171
  - lib/tasks/avo_tasks.rake
1172
- - public/avo-assets/avo.base.css
1173
- - public/avo-assets/avo.base.js
1174
- - public/avo-assets/avo.base.js.map
1175
- - public/avo-assets/late-registration.js
1176
- - public/avo-assets/late-registration.js.map
1177
1172
  - tailwind.custom.js
1178
1173
  homepage: https://avohq.io
1179
1174
  licenses:
@@ -1200,7 +1195,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1200
1195
  - !ruby/object:Gem::Version
1201
1196
  version: '0'
1202
1197
  requirements: []
1203
- rubygems_version: 4.0.9
1198
+ rubygems_version: 4.0.6
1204
1199
  specification_version: 4
1205
1200
  summary: Admin panel framework and Content Management System for Ruby on Rails.
1206
1201
  test_files: []