toggle-components-library 1.39.10-beta.0 → 1.39.10

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.10-beta.0",
3
+ "version": "1.39.10",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -0,0 +1,3 @@
1
+ <svg width="60" height="57" viewBox="0 0 60 57" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M59.2687 4.3532C58.2487 16.7206 48.634 26.3174 36.7882 27.7708C36.4326 21.0492 33.9401 14.8194 29.9176 9.82267C35.0761 3.27941 43.3133 -0.648646 52.2485 0.0882839L55.9096 0.390227C57.9346 0.557239 59.4357 2.32819 59.2687 4.3532ZM0.0883121 6.84417C0.255324 4.81916 2.02628 3.31807 4.05128 3.48508L7.71231 3.78703C21.8645 4.95422 32.3931 17.3757 31.2259 31.5278L29.4143 53.494C29.2472 55.519 27.4763 57.0201 25.4513 56.8531C23.4263 56.6861 21.9252 54.9151 22.0922 52.8901L23.6019 34.585C9.44975 33.4178 -1.07889 20.9963 0.0883121 6.84417Z" fill="#477ef6"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="60" height="57" viewBox="0 0 60 57" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M59.2687 4.3532C58.2487 16.7206 48.634 26.3174 36.7882 27.7708C36.4326 21.0492 33.9401 14.8194 29.9176 9.82267C35.0761 3.27941 43.3133 -0.648646 52.2485 0.0882839L55.9096 0.390227C57.9346 0.557239 59.4357 2.32819 59.2687 4.3532ZM0.0883121 6.84417C0.255324 4.81916 2.02628 3.31807 4.05128 3.48508L7.71231 3.78703C21.8645 4.95422 32.3931 17.3757 31.2259 31.5278L29.4143 53.494C29.2472 55.519 27.4763 57.0201 25.4513 56.8531C23.4263 56.6861 21.9252 54.9151 22.0922 52.8901L23.6019 34.585C9.44975 33.4178 -1.07889 20.9963 0.0883121 6.84417Z" fill="#354C63"/>
3
+ </svg>
@@ -8,7 +8,12 @@
8
8
  <span class="toggle-color-picker-current-color" :style="'background-color: ' + borderColour" @click="togglePicker()"></span>
9
9
  </div>
10
10
 
11
- <chrome-picker class="toggle-chrome-picker" :value="colors" v-if="displayPicker" @input="updateFromPicker"/>
11
+ <chrome-picker class="toggle-chrome-picker"
12
+ :disableAlpha="disableAlpha"
13
+ :value="colors"
14
+ v-if="displayPicker"
15
+ @input="updateFromPicker"
16
+ />
12
17
 
13
18
  <label
14
19
  class="toggle-input-label-error"
@@ -68,6 +73,11 @@ export default {
68
73
  type: String,
69
74
  required: false
70
75
  },
76
+ disableAlpha: {
77
+ type: Boolean,
78
+ required: false,
79
+ default: false
80
+ }
71
81
  },
72
82
  data : function(){
73
83
  return {
@@ -5,7 +5,7 @@
5
5
  {{label}}
6
6
  </label>
7
7
 
8
- <div>
8
+ <div class="input-holder">
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-flight-assist-icon a::before,
525
- &.airship-flight-assist-icon span::before {
526
- background-image: url("../assets/icons/airship-flight-assist-icon.svg");
524
+ &.airship-ai-icon a::before,
525
+ &.airship-ai-icon span::before {
526
+ background-image: url("../assets/icons/airship-ai-icon.svg");
527
527
  }
528
528
 
529
- &.airship-flight-assist-icon a:hover::before,
530
- &.airship-flight-assist-icon span:hover::before {
529
+ &.airship-ai-icon a:hover::before,
530
+ &.airship-ai-icon span:hover::before {
531
531
  animation: tilt-shake 0.4s;
532
- background-image: url("../assets/icons/airship-flight-assist-icon.svg");
532
+ background-image: url("../assets/icons/airship-ai-icon.svg");
533
533
  }
534
534
  &.airship-rewards-icon a::before,
535
535
  &.airship-rewards-icon span::before {
@@ -541,6 +541,16 @@
541
541
  animation: tilt-shake 0.4s;
542
542
  background-image: url("../assets/icons/airship-rewards-icon-hover.svg");
543
543
  }
544
+ &.airship-journey-icon a::before,
545
+ &.airship-journey-icon span::before {
546
+ background-image: url("../assets/icons/airship-journey-icon.svg");
547
+ }
548
+
549
+ &.airship-journey-icon a:hover::before,
550
+ &.airship-journey-icon span:hover::before {
551
+ animation: tilt-shake 0.4s;
552
+ background-image: url("../assets/icons/airship-journey-icon-hover.svg");
553
+ }
544
554
  }
545
555
  }
546
556