toggle-components-library 1.28.6-beta.3 → 1.28.6-beta.4

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/package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "toggle-components-library",
3
- "version": "1.28.6-beta.3",
3
+ "version": "1.28.6-beta.4",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "toggle-components-library",
3
- "version": "1.28.6-beta.3",
3
+ "version": "1.28.6-beta.4",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -23,7 +23,7 @@
23
23
 
24
24
  <input :class="{'toggle-contact-search-input': true, 'toggle-contact-search-disabled': disabled}" v-model="inputVal" :disabled="disabled || loading" type="text" :placeholder="placeholder" @keyup.enter="onEnter">
25
25
 
26
- <div v-if="loading" class="toggle-inline-loader-container toggle-contact-search-center-align">
26
+ <div v-if="loading" class="toggle-contact-search-loading-container">
27
27
  <div class="toggle-inline-loader"></div>
28
28
  </div>
29
29
  <div v-else :class="{'toggle-contact-search-magnifying-glass-icon': true, 'toggle-contact-search-magnifying-glass-icon-disabled': disabled}" @click="onSearch"></div>
@@ -1152,10 +1152,10 @@ $iconWidth:20px;
1152
1152
  opacity: 1;
1153
1153
  }
1154
1154
 
1155
- .toggle-contact-search-center-align {
1155
+ .toggle-contact-search-loading-container {
1156
1156
  display: flex;
1157
1157
  align-items: center;
1158
- margin: 0 0 5px 0;
1158
+ margin: 0 0 3px 0;
1159
1159
  }
1160
1160
 
1161
1161
  //