toggle-components-library 1.39.0 → 1.39.3
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/img/airship-rewards-icon-hover.6d083805.svg +3 -0
- package/dist/img/airship-rewards-icon.bdbad20b.svg +3 -0
- package/dist/toggle-components-library.common.js +74 -74
- package/dist/toggle-components-library.css +1 -1
- package/dist/toggle-components-library.umd.js +74 -74
- package/package.json +1 -1
- package/src/assets/icons/airship-rewards-icon-hover.svg +3 -0
- package/src/assets/icons/airship-rewards-icon.svg +3 -0
- package/src/sass/includes/_as_navs.scss +10 -0
package/package.json
CHANGED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="15.895" height="13.627" viewBox="0 0 15.895 13.627">
|
|
2
|
+
<path id="Intersection_5" data-name="Intersection 5" d="M-58.683-17.712l5.19,4.684a1.188,1.188,0,0,0,.8.3,1.188,1.188,0,0,0,.8-.3l5.19-4.684a4.09,4.09,0,0,0,1.367-3.04v-.161a4.01,4.01,0,0,0-3.429-3.915,4.2,4.2,0,0,0-3.579,1.108l-.345.333-.345-.333a4.2,4.2,0,0,0-3.579-1.108,4.01,4.01,0,0,0-3.429,3.915v.161A4.09,4.09,0,0,0-58.683-17.712Z" transform="matrix(0.995, -0.105, 0.105, 0.995, 62.322, 20.006)" fill="#477ef6"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="15.895" height="13.627" viewBox="0 0 15.895 13.627">
|
|
2
|
+
<path id="Intersection_5" data-name="Intersection 5" d="M-58.683-17.712l5.19,4.684a1.188,1.188,0,0,0,.8.3,1.188,1.188,0,0,0,.8-.3l5.19-4.684a4.09,4.09,0,0,0,1.367-3.04v-.161a4.01,4.01,0,0,0-3.429-3.915,4.2,4.2,0,0,0-3.579,1.108l-.345.333-.345-.333a4.2,4.2,0,0,0-3.579-1.108,4.01,4.01,0,0,0-3.429,3.915v.161A4.09,4.09,0,0,0-58.683-17.712Z" transform="matrix(0.995, -0.105, 0.105, 0.995, 62.322, 20.006)" fill="#354b64"/>
|
|
3
|
+
</svg>
|
|
@@ -531,6 +531,16 @@
|
|
|
531
531
|
animation: tilt-shake 0.4s;
|
|
532
532
|
background-image: url("../assets/icons/airship-flight-assist-icon.svg");
|
|
533
533
|
}
|
|
534
|
+
&.airship-rewards-icon a::before,
|
|
535
|
+
&.airship-rewards-icon span::before {
|
|
536
|
+
background-image: url("../assets/icons/airship-rewards-icon.svg");
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
&.airship-rewards-icon a:hover::before,
|
|
540
|
+
&.airship-rewards-icon span:hover::before {
|
|
541
|
+
animation: tilt-shake 0.4s;
|
|
542
|
+
background-image: url("../assets/icons/airship-rewards-icon-hover.svg");
|
|
543
|
+
}
|
|
534
544
|
}
|
|
535
545
|
}
|
|
536
546
|
|