thecore_ui_commons 3.0.3 → 3.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/db/seeds.rb +1 -13
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bc6bd00f6e681a5c3eb36c22052369cd78a6b043603cca79eadb2717225842ec
|
4
|
+
data.tar.gz: 9f53eeba6c8a44b03b1fee820042d4ed5771338d21120b3fbff0c5ff65e9b37e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1ccc0c64bd445ed3600b52fc549853c9f535bc2fa40628e0dc52266ea7c9ef35582b54b4a55b533d1cd2215ff0ef85dd13dd8e923dbe1148e89a979e6721ade
|
7
|
+
data.tar.gz: fbe0f59ca6a6718669d20d1cb322fac416939702c3c86c92aa856c398e7e6fd50ad1b5f9dfa16cf01a6edc74855967d5a173833f34c6f8ef74a444a3ff1213c5
|
data/db/seeds.rb
CHANGED
@@ -1,16 +1,4 @@
|
|
1
1
|
puts "Loading ThecoreUiCommons seeds"
|
2
2
|
|
3
3
|
Thecore::Seed.save_setting :importer, :import_from_folder, "tmp/imports"
|
4
|
-
Thecore::Seed.save_setting :importer, :extension, "txt"
|
5
|
-
|
6
|
-
Thecore::Seed.save_setting :theme, :text_color, "#FFEAD0"
|
7
|
-
Thecore::Seed.save_setting :theme, :accents_color, "#F76F8E"
|
8
|
-
Thecore::Seed.save_setting :theme, :background_color, "#96616B"
|
9
|
-
Thecore::Seed.save_setting :theme, :main_color, "#37505C"
|
10
|
-
Thecore::Seed.save_setting :theme, :shadows_color, "#113537"
|
11
|
-
|
12
|
-
Thecore::Seed.save_setting :theme, :neutral_color, "#999999"
|
13
|
-
Thecore::Seed.save_setting :theme, :success_color, "#37BC9B"
|
14
|
-
Thecore::Seed.save_setting :theme, :info_color, "#CCCCCC"
|
15
|
-
Thecore::Seed.save_setting :theme, :danger_color, "#E9573F"
|
16
|
-
Thecore::Seed.save_setting :theme, :warning_color, "#F6BB42"
|
4
|
+
Thecore::Seed.save_setting :importer, :extension, "txt"
|