avo 4.0.0.beta.12 → 4.0.0.beta.13
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 +102 -3616
- data/app/assets/builds/avo/dependencies.css +3515 -0
- data/app/assets/stylesheets/application.css +1 -9
- data/app/assets/stylesheets/css/fields/trix.css +0 -2
- data/app/assets/stylesheets/dependencies.css +8 -0
- data/app/views/layouts/avo/application.html.erb +1 -0
- data/lib/avo/version.rb +1 -1
- metadata +3 -1
|
@@ -85,16 +85,7 @@
|
|
|
85
85
|
|
|
86
86
|
@import "./css/components/ui/checkbox.css";
|
|
87
87
|
|
|
88
|
-
@import "./../../../node_modules/@yaireo/tagify/dist/tagify.css";
|
|
89
|
-
@import "./css/fields/trix.css";
|
|
90
|
-
|
|
91
88
|
@layer components {
|
|
92
|
-
@import "./../../../node_modules/easymde/dist/easymde.min.css";
|
|
93
|
-
@import "./../../../node_modules/tippy.js/dist/tippy.css";
|
|
94
|
-
@import "./../../../node_modules/tippy.js/themes/light.css";
|
|
95
|
-
@import "./../../../node_modules/flatpickr/dist/flatpickr.css";
|
|
96
|
-
@import "./../../../node_modules/@algolia/autocomplete-theme-classic/dist/theme.css";
|
|
97
|
-
|
|
98
89
|
@import "./css/fonts.css";
|
|
99
90
|
@import "./css/button-group.css";
|
|
100
91
|
@import "./css/typography.css";
|
|
@@ -114,6 +105,7 @@
|
|
|
114
105
|
@import "./css/fields/easy-mde.css";
|
|
115
106
|
@import "./css/fields/progress.css";
|
|
116
107
|
@import "./css/fields/key_value.css";
|
|
108
|
+
@import "./css/fields/trix.css";
|
|
117
109
|
@import "./css/fields/tags.css";
|
|
118
110
|
@import "./css/fields/tiptap.css";
|
|
119
111
|
@import "./css/fields/stars.css";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
@import "./../../../node_modules/easymde/dist/easymde.min.css";
|
|
2
|
+
@import "./../../../node_modules/tippy.js/dist/tippy.css";
|
|
3
|
+
@import "./../../../node_modules/tippy.js/themes/light.css";
|
|
4
|
+
@import "./../../../node_modules/flatpickr/dist/flatpickr.css";
|
|
5
|
+
@import "./../../../node_modules/@algolia/autocomplete-theme-classic/dist/theme.css";
|
|
6
|
+
@import "./../../../node_modules/@yaireo/tagify/dist/tagify.css";
|
|
7
|
+
@import "./../../../node_modules/trix/dist/trix.css";
|
|
8
|
+
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
<%= render partial: "avo/partials/javascript" %>
|
|
17
17
|
<%= render partial: "avo/partials/branding" %>
|
|
18
18
|
<%= render partial: "avo/partials/pre_head" %>
|
|
19
|
+
<%= stylesheet_link_tag "avo/dependencies", "data-turbo-track": "reload", as: "style" %>
|
|
19
20
|
<%= render Avo::AssetManager::StylesheetComponent.new asset_manager: Avo.asset_manager %>
|
|
20
21
|
<%= stylesheet_link_tag @stylesheet_assets_path, "data-turbo-track": "reload", as: "style" %>
|
|
21
22
|
|
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.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adrian Marin
|
|
@@ -225,6 +225,7 @@ files:
|
|
|
225
225
|
- app/assets/builds/avo/application.css
|
|
226
226
|
- app/assets/builds/avo/application.js
|
|
227
227
|
- app/assets/builds/avo/application.js.map
|
|
228
|
+
- app/assets/builds/avo/dependencies.css
|
|
228
229
|
- app/assets/builds/avo/late-registration.js
|
|
229
230
|
- app/assets/builds/avo/late-registration.js.map
|
|
230
231
|
- app/assets/config/avo_manifest.js
|
|
@@ -304,6 +305,7 @@ files:
|
|
|
304
305
|
- app/assets/stylesheets/css/tooltips.css
|
|
305
306
|
- app/assets/stylesheets/css/typography.css
|
|
306
307
|
- app/assets/stylesheets/css/variables.css
|
|
308
|
+
- app/assets/stylesheets/dependencies.css
|
|
307
309
|
- app/assets/svgs/avo/arrow-left.svg
|
|
308
310
|
- app/assets/svgs/avo/avocado.svg
|
|
309
311
|
- app/assets/svgs/avo/badge-check-sm.svg
|