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 +4 -4
- data/Gemfile.lock +1 -1
- data/app/assets/builds/avo/application.css +4 -7
- data/app/assets/stylesheets/css/sidebar.css +1 -11
- data/lib/avo/version.rb +1 -1
- metadata +2 -7
- data/public/avo-assets/avo.base.css +0 -13385
- data/public/avo-assets/avo.base.js +0 -1201
- data/public/avo-assets/avo.base.js.map +0 -7
- data/public/avo-assets/late-registration.js +0 -2
- data/public/avo-assets/late-registration.js.map +0 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6d7653b356320415149ded03b6a1de547791f3307e306879689022e85f53ca02
|
|
4
|
+
data.tar.gz: 1f083c3468b0e1a55ab90870e24a96913f57001ffb6a774614d575b1bf3057e4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 939d12b2e8e798bc32fa809035581b29712c2ca24e05b98aa1d6a39a73d4be56e4fd3281df6f44de37b10181faf4faa5e9fe63b0ac970baf47f28318ea07c171
|
|
7
|
+
data.tar.gz: 74e41a03f90fe531c8aba494951b86d5c629fae353065148f95116c2610e7ebf52ee7e082825decc5ddb1eeca0fde73716a6357ebc9bcdb20d5e14bd5a366207
|
data/Gemfile.lock
CHANGED
|
@@ -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) *
|
|
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-
|
|
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
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.
|
|
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.
|
|
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: []
|