phcthemes_admin_panel_pack 4.0.1 → 4.0.2
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/app/assets/javascripts/phcthemes_admin_panel_pack_metronic.js +3 -1
- data/app/assets/javascripts/themes/metronic/theme/{vendors.bundle.js → plugins.bundle.js} +59618 -66982
- data/app/assets/javascripts/themes/metronic/theme/prismjs.bundle.js +1922 -0
- data/app/assets/javascripts/themes/metronic/theme/scripts.bundle.js +6391 -5272
- data/app/assets/javascripts/themes/metronic/theme/widgets.js +4706 -0
- data/app/assets/stylesheets/phcthemes_admin_panel_pack_metronic.scss +1 -1
- data/lib/phcthemes_admin_panel_pack/version.rb +1 -1
- metadata +5 -3
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
// Load Theme Files
|
5
5
|
@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
|
+
@import url("https://theme.phcnetworks.net/metronic/version-7.2.8/theme/html/demo11/dist/assets/css/style.bundle.css");
|
7
7
|
@import url("https://cdn.phcnetworks.net/jquery/tables/version-1.10.18/datatables.css");
|
8
8
|
|
9
9
|
// Load PHCNetco Files
|
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: 4.0.
|
4
|
+
version: 4.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- PHCDevworks
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-06-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -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/
|
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
|