waterfall_bourbon_neat_rails 2.0.1.8 → 2.0.1.9
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/stylesheets/custom/components/_config.scss +5 -9
- data/app/assets/stylesheets/custom/components/{_modal_bhours.scss → modals/_businessHours.scss} +0 -0
- data/app/assets/stylesheets/custom/components/modals/_config.scss +11 -0
- data/app/assets/stylesheets/custom/components/{_modal_lead.scss → modals/_lead.scss} +0 -0
- data/app/assets/stylesheets/custom/components/{_modal_leadDetails.scss → modals/_leadDetails.scss} +0 -0
- data/app/assets/stylesheets/custom/components/{_modal_filters.scss → modals/_leadFilters.scss} +0 -0
- data/app/assets/stylesheets/custom/components/{_modal_noteform.scss → modals/_leadNotes.scss} +9 -0
- data/app/assets/stylesheets/custom/components/{_modal_leadReassign.scss → modals/_leadReassign.scss} +0 -0
- data/app/assets/stylesheets/custom/components/{_modals.scss → modals/_modals.scss} +0 -0
- data/app/assets/stylesheets/custom/components/{_modal_user.scss → modals/_user.scss} +0 -0
- data/lib/waterfall_bourbon_neat_rails/version.rb +1 -1
- metadata +10 -10
- data/app/assets/stylesheets/custom/components/related/_profileMenu.scss +0 -13
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA1:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 94b4375672df5d4ad05b07e55612887a346a06af
         | 
| 4 | 
            +
              data.tar.gz: 71172c279773ff1289d57d7d48caf51a61331fad
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: fdb9d41edb6eb2506ea1224fa677a98010c9904aa6dc707eeea84829be3de02d4e3c2efc0712626db3ef2b05e33e033196615d9a4365089d86eb2f5e850c6757
         | 
| 7 | 
            +
              data.tar.gz: 7ac7fb25c7850f10e9942c70af2e948efd3a95f9cf0255ca1d32006a05c1f213494820019dbf2be7e02907ac3dd0a8054aec0d116e2032929bcfa7efe6c491ac
         | 
| @@ -1,19 +1,15 @@ | |
| 1 | 
            +
            //packages
         | 
| 1 2 | 
             
            @import "related/config";
         | 
| 2 3 | 
             
            @import "forms/config";
         | 
| 3 | 
            -
            @import " | 
| 4 | 
            +
            @import "modals/config";
         | 
| 5 | 
            +
             | 
| 4 6 |  | 
| 7 | 
            +
            //other components
         | 
| 8 | 
            +
            @import "view_profile";
         | 
| 5 9 | 
             
            @import "topProfileMenu";
         | 
| 6 10 | 
             
            @import "topAppMenu";
         | 
| 7 11 | 
             
            @import "toolbar";
         | 
| 8 12 | 
             
            @import "table";
         | 
| 9 13 | 
             
            @import "ajax_spinner";
         | 
| 10 14 | 
             
            @import "captcha";
         | 
| 11 | 
            -
            @import "modals";
         | 
| 12 | 
            -
            @import "modal_leadDetails";
         | 
| 13 | 
            -
            @import "modal_noteform";
         | 
| 14 | 
            -
            @import "modal_leadReassign";
         | 
| 15 | 
            -
            @import "modal_lead";
         | 
| 16 | 
            -
            @import "modal_filters";
         | 
| 17 | 
            -
            @import "modal_user";
         | 
| 18 | 
            -
            @import "modal_bhours";
         | 
| 19 15 | 
             
            @import "lms";
         | 
    
        data/app/assets/stylesheets/custom/components/{_modal_bhours.scss → modals/_businessHours.scss}
    RENAMED
    
    | 
            File without changes
         | 
| 
            File without changes
         | 
    
        data/app/assets/stylesheets/custom/components/{_modal_leadDetails.scss → modals/_leadDetails.scss}
    RENAMED
    
    | 
            File without changes
         | 
    
        data/app/assets/stylesheets/custom/components/{_modal_filters.scss → modals/_leadFilters.scss}
    RENAMED
    
    | 
            File without changes
         | 
    
        data/app/assets/stylesheets/custom/components/{_modal_leadReassign.scss → modals/_leadReassign.scss}
    RENAMED
    
    | 
            File without changes
         | 
| 
            File without changes
         | 
| 
            File without changes
         | 
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: waterfall_bourbon_neat_rails
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 2.0.1. | 
| 4 | 
            +
              version: 2.0.1.9
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Waterfall Software Inc.
         | 
| @@ -298,14 +298,6 @@ files: | |
| 298 298 | 
             
            - app/assets/stylesheets/custom/components/_captcha.scss
         | 
| 299 299 | 
             
            - app/assets/stylesheets/custom/components/_config.scss
         | 
| 300 300 | 
             
            - app/assets/stylesheets/custom/components/_lms.scss
         | 
| 301 | 
            -
            - app/assets/stylesheets/custom/components/_modal_bhours.scss
         | 
| 302 | 
            -
            - app/assets/stylesheets/custom/components/_modal_filters.scss
         | 
| 303 | 
            -
            - app/assets/stylesheets/custom/components/_modal_lead.scss
         | 
| 304 | 
            -
            - app/assets/stylesheets/custom/components/_modal_leadDetails.scss
         | 
| 305 | 
            -
            - app/assets/stylesheets/custom/components/_modal_leadReassign.scss
         | 
| 306 | 
            -
            - app/assets/stylesheets/custom/components/_modal_noteform.scss
         | 
| 307 | 
            -
            - app/assets/stylesheets/custom/components/_modal_user.scss
         | 
| 308 | 
            -
            - app/assets/stylesheets/custom/components/_modals.scss
         | 
| 309 301 | 
             
            - app/assets/stylesheets/custom/components/_table.scss
         | 
| 310 302 | 
             
            - app/assets/stylesheets/custom/components/_toolbar.scss
         | 
| 311 303 | 
             
            - app/assets/stylesheets/custom/components/_topAppMenu.scss
         | 
| @@ -316,12 +308,20 @@ files: | |
| 316 308 | 
             
            - app/assets/stylesheets/custom/components/forms/_login.scss
         | 
| 317 309 | 
             
            - app/assets/stylesheets/custom/components/forms/_pass_reset.scss
         | 
| 318 310 | 
             
            - app/assets/stylesheets/custom/components/forms/_registration_and_edit.scss
         | 
| 311 | 
            +
            - app/assets/stylesheets/custom/components/modals/_businessHours.scss
         | 
| 312 | 
            +
            - app/assets/stylesheets/custom/components/modals/_config.scss
         | 
| 313 | 
            +
            - app/assets/stylesheets/custom/components/modals/_lead.scss
         | 
| 314 | 
            +
            - app/assets/stylesheets/custom/components/modals/_leadDetails.scss
         | 
| 315 | 
            +
            - app/assets/stylesheets/custom/components/modals/_leadFilters.scss
         | 
| 316 | 
            +
            - app/assets/stylesheets/custom/components/modals/_leadNotes.scss
         | 
| 317 | 
            +
            - app/assets/stylesheets/custom/components/modals/_leadReassign.scss
         | 
| 318 | 
            +
            - app/assets/stylesheets/custom/components/modals/_modals.scss
         | 
| 319 | 
            +
            - app/assets/stylesheets/custom/components/modals/_user.scss
         | 
| 319 320 | 
             
            - app/assets/stylesheets/custom/components/related/_body.scss
         | 
| 320 321 | 
             
            - app/assets/stylesheets/custom/components/related/_config.scss
         | 
| 321 322 | 
             
            - app/assets/stylesheets/custom/components/related/_flash.scss
         | 
| 322 323 | 
             
            - app/assets/stylesheets/custom/components/related/_landing_page.scss
         | 
| 323 324 | 
             
            - app/assets/stylesheets/custom/components/related/_main_page.scss
         | 
| 324 | 
            -
            - app/assets/stylesheets/custom/components/related/_profileMenu.scss
         | 
| 325 325 | 
             
            - app/assets/stylesheets/custom/rules.txt
         | 
| 326 326 | 
             
            - app/assets/stylesheets/neat/_breakpoints.scss
         | 
| 327 327 | 
             
            - app/assets/stylesheets/neat/_settings.scss
         |