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/dist/toggle-components-library.common.js +81 -83
- package/dist/toggle-components-library.common.js.map +1 -1
- package/dist/toggle-components-library.css +1 -1
- package/dist/toggle-components-library.umd.js +81 -83
- package/dist/toggle-components-library.umd.js.map +1 -1
- package/dist/toggle-components-library.umd.min.js +1 -1
- package/dist/toggle-components-library.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/forms/ToggleInputMultiSelect.vue +1 -1
- package/src/sass/includes/_as_navs.scss +6 -6
- /package/dist/img/{airship-ai-icon.b6e86325.svg → airship-flight-assist-icon.b6e86325.svg} +0 -0
- /package/src/assets/icons/{airship-ai-icon.svg → airship-flight-assist-icon.svg} +0 -0
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
{{label}}
|
|
6
6
|
</label>
|
|
7
7
|
|
|
8
|
-
<div
|
|
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-
|
|
525
|
-
&.airship-
|
|
526
|
-
background-image: url("../assets/icons/airship-
|
|
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-
|
|
530
|
-
&.airship-
|
|
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-
|
|
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 {
|
|
File without changes
|
|
File without changes
|