phcthemes_web_theme_pack 2.0.1 → 2.0.6
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_web_theme_pack_antlr.js +1 -0
- data/app/assets/javascripts/phcthemes_web_theme_pack_hostinza.js +28 -0
- data/app/assets/javascripts/phcthemes_web_theme_pack_pressroom.js +0 -0
- data/app/assets/javascripts/themes/antlr/theme/sidebar.js +36 -0
- data/app/assets/javascripts/themes/hostinza/theme/hostslide.js +94 -0
- data/app/assets/javascripts/themes/hostinza/theme/jquery.parallax-scroll.js +185 -0
- data/app/assets/javascripts/themes/hostinza/theme/jquery.parallax.js +521 -0
- data/app/assets/javascripts/themes/hostinza/theme/main.js +1106 -0
- data/app/assets/javascripts/themes/hostinza/theme/plugins.js +31 -0
- data/app/assets/javascripts/themes/hostinza/theme/shuffle-letters.js +140 -0
- data/app/assets/javascripts/themes/hostinza/theme/tweetie.js +130 -0
- data/app/assets/javascripts/themes/hostinza/theme/vps-slider-month-products.js +66 -0
- data/app/assets/javascripts/themes/hostinza/theme/vps-slider-month-settings.js +134 -0
- data/app/assets/javascripts/themes/hostinza/theme/vps-slider-year-products.js +66 -0
- data/app/assets/javascripts/themes/hostinza/theme/vps-slider-year-settings.js +134 -0
- data/app/assets/stylesheets/phcthemes_web_theme_pack_antlr.scss +2 -1
- data/app/assets/stylesheets/phcthemes_web_theme_pack_hostinza.scss +24 -0
- data/app/assets/stylesheets/phcthemes_web_theme_pack_pressroom.scss +24 -0
- data/app/assets/stylesheets/themes/antlr/filter.css +189 -0
- data/lib/phcthemes_web_theme_pack/version.rb +1 -1
- metadata +19 -2
    
        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: 2.0. | 
| 4 | 
            +
              version: 2.0.6
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - PHCDevworks
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2020-08- | 
| 11 | 
            +
            date: 2020-08-29 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: rails
         | 
| @@ -473,7 +473,9 @@ files: | |
| 473 473 | 
             
            - app/assets/javascripts/phcthemes_web_theme_pack_bold.js
         | 
| 474 474 | 
             
            - app/assets/javascripts/phcthemes_web_theme_pack_coloradmin.js
         | 
| 475 475 | 
             
            - app/assets/javascripts/phcthemes_web_theme_pack_devine_villas.js
         | 
| 476 | 
            +
            - app/assets/javascripts/phcthemes_web_theme_pack_hostinza.js
         | 
| 476 477 | 
             
            - app/assets/javascripts/phcthemes_web_theme_pack_pitnik.js
         | 
| 478 | 
            +
            - app/assets/javascripts/phcthemes_web_theme_pack_pressroom.js
         | 
| 477 479 | 
             
            - app/assets/javascripts/phcthemes_web_theme_pack_smarty.js
         | 
| 478 480 | 
             
            - app/assets/javascripts/phcthemes_web_theme_pack_xero.js
         | 
| 479 481 | 
             
            - app/assets/javascripts/phcthemes_web_theme_pack_zoner.js
         | 
| @@ -484,6 +486,7 @@ files: | |
| 484 486 | 
             
            - app/assets/javascripts/themes/antlr/theme/lazysizes.min.js
         | 
| 485 487 | 
             
            - app/assets/javascripts/themes/antlr/theme/owl.carousel.min.js
         | 
| 486 488 | 
             
            - app/assets/javascripts/themes/antlr/theme/scripts.js
         | 
| 489 | 
            +
            - app/assets/javascripts/themes/antlr/theme/sidebar.js
         | 
| 487 490 | 
             
            - app/assets/javascripts/themes/antlr/theme/slick.min.js
         | 
| 488 491 | 
             
            - app/assets/javascripts/themes/antlr/theme/swiper.min.js
         | 
| 489 492 | 
             
            - app/assets/javascripts/themes/antlr/theme/typed.js
         | 
| @@ -494,6 +497,17 @@ files: | |
| 494 497 | 
             
            - app/assets/javascripts/themes/devine_villas/theme/main.js
         | 
| 495 498 | 
             
            - app/assets/javascripts/themes/devine_villas/theme/map.js
         | 
| 496 499 | 
             
            - app/assets/javascripts/themes/devine_villas/theme/searchmap.js
         | 
| 500 | 
            +
            - app/assets/javascripts/themes/hostinza/theme/hostslide.js
         | 
| 501 | 
            +
            - app/assets/javascripts/themes/hostinza/theme/jquery.parallax-scroll.js
         | 
| 502 | 
            +
            - app/assets/javascripts/themes/hostinza/theme/jquery.parallax.js
         | 
| 503 | 
            +
            - app/assets/javascripts/themes/hostinza/theme/main.js
         | 
| 504 | 
            +
            - app/assets/javascripts/themes/hostinza/theme/plugins.js
         | 
| 505 | 
            +
            - app/assets/javascripts/themes/hostinza/theme/shuffle-letters.js
         | 
| 506 | 
            +
            - app/assets/javascripts/themes/hostinza/theme/tweetie.js
         | 
| 507 | 
            +
            - app/assets/javascripts/themes/hostinza/theme/vps-slider-month-products.js
         | 
| 508 | 
            +
            - app/assets/javascripts/themes/hostinza/theme/vps-slider-month-settings.js
         | 
| 509 | 
            +
            - app/assets/javascripts/themes/hostinza/theme/vps-slider-year-products.js
         | 
| 510 | 
            +
            - app/assets/javascripts/themes/hostinza/theme/vps-slider-year-settings.js
         | 
| 497 511 | 
             
            - app/assets/javascripts/themes/pitnik/theme/TweenMax.min.js
         | 
| 498 512 | 
             
            - app/assets/javascripts/themes/pitnik/theme/jquery-stories.js
         | 
| 499 513 | 
             
            - app/assets/javascripts/themes/pitnik/theme/locationpicker.jquery.js
         | 
| @@ -518,10 +532,13 @@ files: | |
| 518 532 | 
             
            - app/assets/stylesheets/phcthemes_web_theme_pack_bold.scss
         | 
| 519 533 | 
             
            - app/assets/stylesheets/phcthemes_web_theme_pack_coloradmin.scss
         | 
| 520 534 | 
             
            - app/assets/stylesheets/phcthemes_web_theme_pack_devine_villas.scss
         | 
| 535 | 
            +
            - app/assets/stylesheets/phcthemes_web_theme_pack_hostinza.scss
         | 
| 521 536 | 
             
            - app/assets/stylesheets/phcthemes_web_theme_pack_piknik.scss
         | 
| 537 | 
            +
            - app/assets/stylesheets/phcthemes_web_theme_pack_pressroom.scss
         | 
| 522 538 | 
             
            - app/assets/stylesheets/phcthemes_web_theme_pack_smarty.scss
         | 
| 523 539 | 
             
            - app/assets/stylesheets/phcthemes_web_theme_pack_xero.scss
         | 
| 524 540 | 
             
            - app/assets/stylesheets/phcthemes_web_theme_pack_zoner.scss
         | 
| 541 | 
            +
            - app/assets/stylesheets/themes/antlr/filter.css
         | 
| 525 542 | 
             
            - app/assets/stylesheets/themes/antlr/maps.scss
         | 
| 526 543 | 
             
            - lib/phcthemes_web_theme_pack.rb
         | 
| 527 544 | 
             
            - lib/phcthemes_web_theme_pack/engine.rb
         |