phcthemes_admin_panel_pack 3.2.0 → 4.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,10 +1,15 @@
1
1
  // Load Gem Files
2
2
  @import "jquery-ui";
3
3
 
4
+ // Load Fonts
5
+ @import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
6
+
4
7
  // Load Theme Files
5
8
  @import url("https://cdn.phcnetworks.net/icons/fonts/fontawesome-pro/version-5.14.0/css/all.css");
6
- @import url("https://theme.phcnetworks.net/metronic/version-6.0.4/theme/default/dist/assets/vendors/global/vendors.bundle.css");
7
9
  @import url("https://cdn.phcnetworks.net/jquery/tables/version-1.10.18/datatables.css");
10
+ @import url("https://theme.phcnetworks.net/metronic/version-7.2.8/theme/html/demo11/dist/assets/plugins/global/plugins.bundle.css");
11
+ @import url("https://theme.phcnetworks.net/metronic/version-7.2.8/theme/html/demo11/dist/assets/plugins/custom/prismjs/prismjs.bundle.css");
12
+ @import url("https://theme.phcnetworks.net/metronic/version-7.2.8/theme/html/demo11/dist/assets/css/style.bundle.css");
8
13
 
9
14
  // Load PHCNetco Files
10
15
  @import url("https://static.phcnetworks.net/phc_sites/all_sites/animations/hanna_hearts/hanna_hearts.css");
@@ -1,4 +1,6 @@
1
+ require "phcthemes_admin_panel_pack/version"
1
2
  require "phcthemes_admin_panel_pack/engine"
2
3
 
3
4
  module PhcthemesAdminPanelPack
5
+ # Your code goes here...
4
6
  end
@@ -1,3 +1,3 @@
1
1
  module PhcthemesAdminPanelPack
2
- VERSION = "3.2.0"
2
+ VERSION = "4.0.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcthemes_admin_panel_pack
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0
4
+ version: 4.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - PHCDevworks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-10 00:00:00.000000000 Z
11
+ date: 2021-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -167,7 +167,7 @@ dependencies:
167
167
  description: Rails assets admin panel theme pack to standardize theming across PHCDevworks
168
168
  plugins & applications.
169
169
  email:
170
- - info@phcdevworks.com
170
+ - imfo@phcdevworks.com
171
171
  executables: []
172
172
  extensions: []
173
173
  extra_rdoc_files: []
@@ -467,8 +467,10 @@ files:
467
467
  - app/assets/javascripts/themes/coloradmin/theme/color_admin_app.min.js
468
468
  - app/assets/javascripts/themes/coloradmin/theme/color_admin_default.js
469
469
  - app/assets/javascripts/themes/inspinia/theme/inspinia.js
470
+ - app/assets/javascripts/themes/metronic/theme/plugins.bundle.js
471
+ - app/assets/javascripts/themes/metronic/theme/prismjs.bundle.js
470
472
  - app/assets/javascripts/themes/metronic/theme/scripts.bundle.js
471
- - app/assets/javascripts/themes/metronic/theme/vendors.bundle.js
473
+ - app/assets/javascripts/themes/metronic/theme/widgets.js
472
474
  - app/assets/stylesheets/common/hanna_hearts/hanna_hearts.scss
473
475
  - app/assets/stylesheets/phcthemes_admin_panel_pack_adminlte.scss
474
476
  - app/assets/stylesheets/phcthemes_admin_panel_pack_boomerang.scss
@@ -484,7 +486,11 @@ files:
484
486
  homepage: https://phcdevworks.com/
485
487
  licenses:
486
488
  - MIT
487
- metadata: {}
489
+ metadata:
490
+ allowed_push_host: https://rubygems.org/
491
+ homepage_uri: https://phcdevworks.com/
492
+ source_code_uri: https://github.com/phcdevworks/phcthemes_admin_panel_pack
493
+ changelog_uri: https://github.com/phcdevworks/phcthemes_admin_panel_pack/releases
488
494
  post_install_message:
489
495
  rdoc_options: []
490
496
  require_paths:
@@ -503,5 +509,5 @@ requirements: []
503
509
  rubygems_version: 3.0.3
504
510
  signing_key:
505
511
  specification_version: 4
506
- summary: PHCDevworks - Themes - Admin Panel Pack
512
+ summary: Rails 6 - Engine - Theme - Admin
507
513
  test_files: []