thecore_ui_commons 3.0.5 → 3.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e0e76374c7e5dbc029eaf649d6811ca8ccbc00a634a45bc411b6a6042d26aa38
4
- data.tar.gz: 38d4ede9c0fa869e882a95419cb11ad3adee54cb992a477a7b94c3f08d48c0a0
3
+ metadata.gz: 6dd27a645b94418f783b2d33af6efb502eee82c7726113360cdc1866e233631d
4
+ data.tar.gz: ab0658ba5482e95e28475ea802a4965c32516594d0caa7ad7849df38cff065dc
5
5
  SHA512:
6
- metadata.gz: b3008e8cd736e8de6f0c5632f6a3c1482ad876e1530475a795503e9054bfb9bf15945c24e2637e16a1ce6495464feb920d88b746385177165133cff24b2f626e
7
- data.tar.gz: 2d4e089b46073af6f249c6c1c878d823e5624a80e007f0a9c58674d1b092bf95e1375a9630abc7e4e99bbb9849dea2945852f0091ae9f4650c449b8c69d4f443
6
+ metadata.gz: 45cb398b8d6831adff38a42d1d08720170f1baeac8bc393e35f02db5d4cffb57e651fcc70614e4b20f46fa8c0c796d747a6d9c417f4628289160c7866a3ebc9f
7
+ data.tar.gz: ccc7f6e528f7d2879453add2ecad869b3bde7357e36ae2b8351b79ab961fe170b4da56c5379efe88cba0ef7ef63caca90b50614e6c14a600d56eaea424db13a5
@@ -1,5 +1,5 @@
1
1
  {
2
- "short_name": "<%= ThecoreSettings::Setting.where(ns: "main", key: "app_name").first.raw %>",
2
+ "short_name": "Thecore",
3
3
  "icons": [
4
4
  {
5
5
  "src": "<%= image_path 'android-chrome-192x192.png' %>",
@@ -12,9 +12,9 @@
12
12
  "type": "image/png"
13
13
  }
14
14
  ],
15
- "name": "<%= ThecoreSettings::Setting.where(ns: "main", key: "app_name").first.raw %>",
16
- "theme_color": "<%= ThecoreSettings::Setting.where(ns: "theme", key: "main_color").first.raw %>",
17
- "background_color": "<%= ThecoreSettings::Setting.where(ns: "theme", key: "main_color").first.raw %>",
15
+ "name": "Thecore",
16
+ "theme_color": "#37505C",
17
+ "background_color": "#96616B",
18
18
  "orientation": "portrait",
19
19
  "display": "standalone",
20
20
  "optional_permissions": ["clipboardWrite", "clipboardRead"]
@@ -6,6 +6,7 @@ Rails.application.configure do
6
6
  favicon.ico
7
7
  customer_logo.png
8
8
  logo.png
9
+ manifest.json
9
10
  )
10
11
  config.assets.precompile += %w( devise/sessions.css devise/sessions.js )
11
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_ui_commons
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.5
4
+ version: 3.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
@@ -126,7 +126,7 @@ files:
126
126
  - app/assets/images/logo.png
127
127
  - app/assets/javascripts/browserconfig.xml
128
128
  - app/assets/javascripts/devise/sessions.js.erb
129
- - app/assets/javascripts/manifest.json.erb
129
+ - app/assets/javascripts/manifest.json
130
130
  - app/assets/stylesheets/devise/sessions.css
131
131
  - app/controllers/application_controller.rb
132
132
  - app/views/active_storage/blobs/_blob.html.erb