@coveops/abi 0.3.1 → 0.4.0
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.
- package/dist/abi/abi.css +1 -1
- package/dist/bundle/index.css +1 -1
- package/package.json +1 -1
- package/src/pages/index.html +0 -37
- package/src/style/index.css +38 -0
    
        package/dist/abi/abi.css
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            body{margin:0}atomic-modal#faq-modal::part(header-wrapper){display:grid;width:100%;padding-right:0px !important}
         | 
| 1 | 
            +
            body{margin:0}atomic-modal#faq-modal::part(header-wrapper){display:grid;width:100%;padding-right:0px !important}atomic-search-box::part(wrapper){border-radius:30px;border:thin solid #7e8c9a}atomic-search-box::part(submit-button){background-color:white;border:thin solid #7e8c9a;border-radius:0px 30px 30px 0px}atomic-search-box::part(submit-icon){color:black}atomic-pager::part(active-page-button){background-color:#1d4f76;color:#cddee9}atomic-pager::part(page-button){color:#cddee9}atomic-pager::part(page-button){border:thin solid #7e8c9a;border-radius:0px}atomic-modal#faq-modal::part(header-wrapper){display:grid;width:100%;padding-right:0px !important}atomic-modal#faq-modal::part(container){width:155%}
         | 
    
        package/dist/bundle/index.css
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            body{margin:0}atomic-modal#faq-modal::part(header-wrapper){display:grid;width:100%;padding-right:0!important}
         | 
| 1 | 
            +
            body{margin:0}atomic-search-box::part(wrapper){border-radius:30px;border:thin solid #7e8c9a}atomic-search-box::part(submit-button){background-color:#fff;border:thin solid #7e8c9a;border-radius:0 30px 30px 0}atomic-search-box::part(submit-icon){color:#000}atomic-pager::part(active-page-button){background-color:#1d4f76;color:#cddee9}atomic-pager::part(page-button){color:#cddee9}atomic-pager::part(page-button){border:thin solid #7e8c9a;border-radius:0}atomic-modal#faq-modal::part(header-wrapper){display:grid;width:100%;padding-right:0!important}atomic-modal#faq-modal::part(container){width:155%}
         | 
    
        package/package.json
    CHANGED
    
    
    
        package/src/pages/index.html
    CHANGED
    
    | @@ -31,43 +31,6 @@ | |
| 31 31 | 
             
                  Contents of this element will be parsed and injected in the bundle's HTML when deploying.
         | 
| 32 32 | 
             
                -->
         | 
| 33 33 | 
             
              <style>
         | 
| 34 | 
            -
                atomic-search-box::part(wrapper) {
         | 
| 35 | 
            -
                  border-radius: 30px;
         | 
| 36 | 
            -
                  border: thin solid #7e8c9a;
         | 
| 37 | 
            -
                }
         | 
| 38 | 
            -
             | 
| 39 | 
            -
                atomic-search-box::part(submit-button) {
         | 
| 40 | 
            -
                  background-color: white;
         | 
| 41 | 
            -
                  border: thin solid #7e8c9a;
         | 
| 42 | 
            -
                  border-radius: 0px 30px 30px 0px;
         | 
| 43 | 
            -
                }
         | 
| 44 | 
            -
             | 
| 45 | 
            -
                atomic-search-box::part(submit-icon) {
         | 
| 46 | 
            -
                  color: black;
         | 
| 47 | 
            -
                }
         | 
| 48 | 
            -
             | 
| 49 | 
            -
                atomic-pager::part(active-page-button) {
         | 
| 50 | 
            -
                  background-color: #1d4f76;
         | 
| 51 | 
            -
                  color: #cddee9;
         | 
| 52 | 
            -
             | 
| 53 | 
            -
                }
         | 
| 54 | 
            -
             | 
| 55 | 
            -
                atomic-pager::part(page-button) {
         | 
| 56 | 
            -
                  color: #cddee9;
         | 
| 57 | 
            -
                }
         | 
| 58 | 
            -
             | 
| 59 | 
            -
                atomic-pager::part(page-button) {
         | 
| 60 | 
            -
                  border: thin solid #7e8c9a;
         | 
| 61 | 
            -
                  border-radius: 0px;
         | 
| 62 | 
            -
                }
         | 
| 63 | 
            -
                atomic-modal#faq-modal::part(header-wrapper) {
         | 
| 64 | 
            -
                  display: grid;
         | 
| 65 | 
            -
                  width: 100%;
         | 
| 66 | 
            -
                  padding-right: 0px !important;
         | 
| 67 | 
            -
                  }
         | 
| 68 | 
            -
                atomic-modal#faq-modal::part(container) {  
         | 
| 69 | 
            -
                  width: 155%;
         | 
| 70 | 
            -
                  }
         | 
| 71 34 | 
             
              </style>
         | 
| 72 35 | 
             
              <atomic-hosted-page>
         | 
| 73 36 | 
             
                <atomic-search-interface id="search" fields-to-include='[
         | 
    
        package/src/style/index.css
    CHANGED
    
    | @@ -10,3 +10,41 @@ width: 100%; | |
| 10 10 | 
             
            padding-right: 0px !important;
         | 
| 11 11 | 
             
            }
         | 
| 12 12 |  | 
| 13 | 
            +
            atomic-search-box::part(wrapper) {
         | 
| 14 | 
            +
              border-radius: 30px;
         | 
| 15 | 
            +
              border: thin solid #7e8c9a;
         | 
| 16 | 
            +
            }
         | 
| 17 | 
            +
             | 
| 18 | 
            +
            atomic-search-box::part(submit-button) {
         | 
| 19 | 
            +
              background-color: white;
         | 
| 20 | 
            +
              border: thin solid #7e8c9a;
         | 
| 21 | 
            +
              border-radius: 0px 30px 30px 0px;
         | 
| 22 | 
            +
            }
         | 
| 23 | 
            +
             | 
| 24 | 
            +
            atomic-search-box::part(submit-icon) {
         | 
| 25 | 
            +
              color: black;
         | 
| 26 | 
            +
            }
         | 
| 27 | 
            +
             | 
| 28 | 
            +
            atomic-pager::part(active-page-button) {
         | 
| 29 | 
            +
              background-color: #1d4f76;
         | 
| 30 | 
            +
              color: #cddee9;
         | 
| 31 | 
            +
             | 
| 32 | 
            +
            }
         | 
| 33 | 
            +
             | 
| 34 | 
            +
            atomic-pager::part(page-button) {
         | 
| 35 | 
            +
              color: #cddee9;
         | 
| 36 | 
            +
            }
         | 
| 37 | 
            +
             | 
| 38 | 
            +
            atomic-pager::part(page-button) {
         | 
| 39 | 
            +
              border: thin solid #7e8c9a;
         | 
| 40 | 
            +
              border-radius: 0px;
         | 
| 41 | 
            +
            }
         | 
| 42 | 
            +
            atomic-modal#faq-modal::part(header-wrapper) {
         | 
| 43 | 
            +
              display: grid;
         | 
| 44 | 
            +
              width: 100%;
         | 
| 45 | 
            +
              padding-right: 0px !important;
         | 
| 46 | 
            +
              }
         | 
| 47 | 
            +
            atomic-modal#faq-modal::part(container) {  
         | 
| 48 | 
            +
              width: 155%;
         | 
| 49 | 
            +
              }
         | 
| 50 | 
            +
             |