phcthemes_web_theme_pack 1.3.0 → 1.3.1
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/phcthemes_web_theme_pack_pitnik.js +8 -0
- data/app/assets/javascripts/themes/pitnik/theme/TweenMax.min.js +17 -0
- data/app/assets/javascripts/themes/pitnik/theme/jquery-stories.js +185 -0
- data/app/assets/javascripts/themes/pitnik/theme/locationpicker.jquery.js +400 -0
- data/app/assets/javascripts/themes/pitnik/theme/main.min.js +1 -0
- data/app/assets/javascripts/themes/pitnik/theme/map-init.js +61 -0
- data/app/assets/javascripts/themes/pitnik/theme/script.js +1051 -0
- data/app/assets/stylesheets/phcthemes_web_theme_pack_piknik.scss +17 -0
- data/lib/phcthemes_web_theme_pack/version.rb +1 -1
- metadata +10 -2
@@ -0,0 +1,17 @@
|
|
1
|
+
// Load Gem Files
|
2
|
+
@import "jquery-ui";
|
3
|
+
|
4
|
+
// Load Main File
|
5
|
+
@import url("http://frmwrks.phcnetworks.net.s3-ca-central-1.amazonaws.com/pitnik/version-1.0.0/css/main.min.css");
|
6
|
+
|
7
|
+
// Load Common Files
|
8
|
+
@import url("https://cdn.phcnetworks.net/icons/fonts/weather-icons/version-2.0.10/css/weather-icons.css");
|
9
|
+
@import url("https://cdn.phcnetworks.net/icons/fonts/weather-icons/version-2.0.10/css/weather-icons-wind.css");
|
10
|
+
|
11
|
+
// Load Theme Files
|
12
|
+
@import url("https://frmwrks.phcnetworks.net/pitnik/version-1.0.0/css/style.css");
|
13
|
+
@import url("https://frmwrks.phcnetworks.net/pitnik/version-1.0.0/css/color.css");
|
14
|
+
@import url("https://frmwrks.phcnetworks.net/pitnik/version-1.0.0/css/responsive.css");
|
15
|
+
|
16
|
+
// Load PHCNetco Files
|
17
|
+
@import "common/phcdevworks/hanna_hearts/hanna_hearts.scss";
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: phcthemes_web_theme_pack
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- PHCDevworks
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-02-
|
11
|
+
date: 2020-02-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -441,6 +441,7 @@ files:
|
|
441
441
|
- app/assets/javascripts/phcthemes_web_theme_pack_bold.js
|
442
442
|
- app/assets/javascripts/phcthemes_web_theme_pack_coloradmin.js
|
443
443
|
- app/assets/javascripts/phcthemes_web_theme_pack_devine_villas.js
|
444
|
+
- app/assets/javascripts/phcthemes_web_theme_pack_pitnik.js
|
444
445
|
- app/assets/javascripts/phcthemes_web_theme_pack_smarty.js
|
445
446
|
- app/assets/javascripts/phcthemes_web_theme_pack_xero.js
|
446
447
|
- app/assets/javascripts/phcthemes_web_theme_pack_zoner.js
|
@@ -450,6 +451,12 @@ files:
|
|
450
451
|
- app/assets/javascripts/themes/devine_villas/theme/main.js
|
451
452
|
- app/assets/javascripts/themes/devine_villas/theme/map.js
|
452
453
|
- app/assets/javascripts/themes/devine_villas/theme/searchmap.js
|
454
|
+
- app/assets/javascripts/themes/pitnik/theme/TweenMax.min.js
|
455
|
+
- app/assets/javascripts/themes/pitnik/theme/jquery-stories.js
|
456
|
+
- app/assets/javascripts/themes/pitnik/theme/locationpicker.jquery.js
|
457
|
+
- app/assets/javascripts/themes/pitnik/theme/main.min.js
|
458
|
+
- app/assets/javascripts/themes/pitnik/theme/map-init.js
|
459
|
+
- app/assets/javascripts/themes/pitnik/theme/script.js
|
453
460
|
- app/assets/javascripts/themes/smarty/theme/core.js
|
454
461
|
- app/assets/javascripts/themes/smarty/theme/vendor_bundle.js
|
455
462
|
- app/assets/javascripts/themes/xero/theme/app.js
|
@@ -467,6 +474,7 @@ files:
|
|
467
474
|
- app/assets/stylesheets/phcthemes_web_theme_pack_bold.scss
|
468
475
|
- app/assets/stylesheets/phcthemes_web_theme_pack_coloradmin.scss
|
469
476
|
- app/assets/stylesheets/phcthemes_web_theme_pack_devine_villas.scss
|
477
|
+
- app/assets/stylesheets/phcthemes_web_theme_pack_piknik.scss
|
470
478
|
- app/assets/stylesheets/phcthemes_web_theme_pack_smarty.scss
|
471
479
|
- app/assets/stylesheets/phcthemes_web_theme_pack_xero.scss
|
472
480
|
- app/assets/stylesheets/phcthemes_web_theme_pack_zoner.scss
|