thecore_ui_commons 2.3.9 → 2.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/thecore_ui_commons/thecore-devise.js +3 -0
- data/app/assets/javascripts/thecore_ui_commons/thecore.js +1 -0
- data/app/assets/stylesheets/thecore_ui_commons/actiontext.scss +24 -24
- data/app/assets/stylesheets/thecore_ui_commons/thecore.scss +13 -1
- data/app/views/layouts/thecore.html.erb +1 -0
- data/config/initializers/thecore_assets_tweak.rb +5 -0
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9d8721e898c32f3ac9b02df8faecc38a0dfcae1f42386e68d5bef763abf50ad0
|
4
|
+
data.tar.gz: cc14150bf10a4686971c28ecf93f6ed7555736b45c78cb49c40c55ba8d32fdc9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50bb66abea63f02d550d4b87b974c526fcb04faaef40897717e1697509e5db9aa8a2dba0af95564ecbc9bdf2198f145b95ebd17c30513ae92df219f2f2588e30
|
7
|
+
data.tar.gz: 31cb1c5cd997c33a32ef15d0e88b484b355b1e5be8d94978022961d46f497bf6cf1f2ae39f10cb7663236b01cfc75e755dfd195e4789f8822047dae5e0471ffb
|
@@ -8,29 +8,29 @@
|
|
8
8
|
// We need to override trix.css’s image gallery styles to accommodate the
|
9
9
|
// <action-text-attachment> element we wrap around attachments. Otherwise,
|
10
10
|
// images in galleries will be squished by the max-width: 33%; rule.
|
11
|
-
.trix-content {
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
11
|
+
// .trix-content {
|
12
|
+
// .attachment-gallery {
|
13
|
+
// > action-text-attachment,
|
14
|
+
// > .attachment {
|
15
|
+
// flex: 1 0 33%;
|
16
|
+
// padding: 0 0.5em;
|
17
|
+
// max-width: 33%;
|
18
|
+
// }
|
19
19
|
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
20
|
+
// &.attachment-gallery--2,
|
21
|
+
// &.attachment-gallery--4 {
|
22
|
+
// > action-text-attachment,
|
23
|
+
// > .attachment {
|
24
|
+
// flex-basis: 50%;
|
25
|
+
// max-width: 50%;
|
26
|
+
// }
|
27
|
+
// }
|
28
|
+
// }
|
29
29
|
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
}
|
30
|
+
// action-text-attachment {
|
31
|
+
// .attachment {
|
32
|
+
// padding: 0 !important;
|
33
|
+
// max-width: 100% !important;
|
34
|
+
// }
|
35
|
+
// }
|
36
|
+
// }
|
@@ -11,6 +11,7 @@
|
|
11
11
|
<meta name="turbolinks-cache-control" content="no-cache">
|
12
12
|
|
13
13
|
<%# Getting all the assets needed by thecore from all the gems %>
|
14
|
+
<%= javascript_include_tag('thecore_ui_commons/thecore-devise', 'data-turbolinks-track' => true)%>
|
14
15
|
<%= get_asset_tags_for("thecore")%>
|
15
16
|
<%= stylesheet_link_tag('application', media: 'all', 'data-turbolinks-track' => true) if (Rails.application.assets || ::Sprockets::Railtie.build_environment(Rails.application)).find_asset("application.css")%>
|
16
17
|
<%= javascript_include_tag('application', 'data-turbolinks-track' => true) if (Rails.application.assets || ::Sprockets::Railtie.build_environment(Rails.application)).find_asset("application.js") %>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thecore_ui_commons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gabriele Tassoni
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-09-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thecore_background_jobs
|
@@ -133,6 +133,7 @@ files:
|
|
133
133
|
- app/assets/javascripts/ie.js
|
134
134
|
- app/assets/javascripts/manifest.json
|
135
135
|
- app/assets/javascripts/pages.coffee
|
136
|
+
- app/assets/javascripts/thecore_ui_commons/thecore-devise.js
|
136
137
|
- app/assets/javascripts/thecore_ui_commons/thecore.js
|
137
138
|
- app/assets/javascripts/timer.js
|
138
139
|
- app/assets/stylesheets/thecore_ui_commons/actiontext.scss
|
@@ -169,6 +170,7 @@ files:
|
|
169
170
|
- app/views/layouts/thecore.html.erb
|
170
171
|
- app/views/thecore_utils/_drag_drop_uploader.html.erb
|
171
172
|
- config/initializers/charts_helper.rb
|
173
|
+
- config/initializers/thecore_assets_tweak.rb
|
172
174
|
- config/initializers/thecore_ui_commons_application_config.rb
|
173
175
|
- config/initializers/thecore_ui_commons_helper.rb
|
174
176
|
- config/locales/en.ra_settings.yml
|