toggle-components-library 1.39.9-beta.0 → 1.39.10-beta.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "toggle-components-library",
3
- "version": "1.39.9-beta.0",
3
+ "version": "1.39.10-beta.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -5,7 +5,7 @@
5
5
  {{label}}
6
6
  </label>
7
7
 
8
- <div class="input-holder">
8
+ <div>
9
9
  <multiselect v-model="inputVal" :options="options" :multiple="multiple" :close-on-select="true" :clear-on-select="false" :preserve-search="true" :placeholder="placeholder" label="label" track-by="value" :preselect-first="false">
10
10
  <template v-slot:afterList><slot name="afterList"></slot></template>
11
11
  </multiselect>
@@ -521,15 +521,15 @@
521
521
  animation: tilt-shake 0.4s;
522
522
  background-image: url("../assets/icons/airship-feedback-hover.svg");
523
523
  }
524
- &.airship-ai-icon a::before,
525
- &.airship-ai-icon span::before {
526
- background-image: url("../assets/icons/airship-ai-icon.svg");
524
+ &.airship-flight-assist-icon a::before,
525
+ &.airship-flight-assist-icon span::before {
526
+ background-image: url("../assets/icons/airship-flight-assist-icon.svg");
527
527
  }
528
528
 
529
- &.airship-ai-icon a:hover::before,
530
- &.airship-ai-icon span:hover::before {
529
+ &.airship-flight-assist-icon a:hover::before,
530
+ &.airship-flight-assist-icon span:hover::before {
531
531
  animation: tilt-shake 0.4s;
532
- background-image: url("../assets/icons/airship-ai-icon.svg");
532
+ background-image: url("../assets/icons/airship-flight-assist-icon.svg");
533
533
  }
534
534
  &.airship-rewards-icon a::before,
535
535
  &.airship-rewards-icon span::before {