am-ui-package 2.6.0 → 2.7.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/{ArrowTrip-BRvTjPJg.js → ArrowTrip-u3l-ATP9.js} +1 -1
- package/dist/{BadSeatSelection-BoaWroYk.js → BadSeatSelection-DSFvO08X.js} +1 -1
- package/dist/Check-BlTjly7W.js +4 -0
- package/dist/{CheckCircle-Bhp6dfnf.js → CheckCircle-CmPtt1WI.js} +1 -1
- package/dist/{FlexibleFares-BgNVizKn.js → FlexibleFares-BDvTqpsh.js} +1 -1
- package/dist/{Illustration-CJUTNJG1.js → Illustration-CowjwUJx.js} +1 -1
- package/dist/{InfoAlert-DR1CRkO6.js → InfoAlert-CtbH582W.js} +1 -1
- package/dist/LeftSliderArrow-tFvpvT0o.js +37 -0
- package/dist/LoaderSpinner-CGRoJy6I.js +4 -0
- package/dist/{MailCircle-CCzESIXe.js → MailCircle-BvoMeEe6.js} +1 -1
- package/dist/RedX-hs-ICQrz.js +4 -0
- package/dist/RightShortSliderArrow-CG637VB3.js +26 -0
- package/dist/RightSliderArrow-D4Np77aI.js +37 -0
- package/dist/{SeatSelection-CtyBZn-F.js → SeatSelection-BJlpez32.js} +1 -1
- package/dist/{ShortArrow-CeQmAIVT.js → ShortArrow-Dm_qk9VV.js} +1 -1
- package/dist/{TrashWarnCircle-DgkUY26-.js → TrashWarnCircle-BVG8Y9Gp.js} +1 -1
- package/dist/{WarnAlert-CspNoc6d.js → WarnAlert-DeIv0f9j.js} +1 -1
- package/dist/{WebCKI-DSjE1BHY.js → WebCKI-CjnFSfGj.js} +1 -1
- package/dist/am-ui-package.es.js +1 -1
- package/dist/am-ui-package.umd.js +1 -1
- package/dist/full_logo.svg +29 -0
- package/dist/full_logo_blue.svg +29 -0
- package/dist/{index-Bne_Z-jX.js → index-OhBaFbvp.js} +121 -118
- package/dist/logo_mobile.svg +3 -0
- package/dist/stelas.svg +93 -0
- package/dist/stelas_mobile.svg +25 -0
- package/package.json +1 -1
- package/src/Home.vue +87 -6
- package/src/components/Cards/BodyItemCard.vue +93 -61
- package/src/components/Cards/Card.vue +7 -8
- package/src/components/Cards/SliderCard.vue +74 -0
- package/src/components/Carousel.vue +387 -0
- package/src/components/Icons/Icon.vue +3 -0
- package/src/components/Icons/LeftSliderArrow.vue +29 -0
- package/src/components/Icons/RightShortSliderArrow.vue +23 -0
- package/src/components/Icons/RightSliderArrow.vue +30 -0
- package/src/style.css +1 -1
- package/dist/Check-zZWwcRh8.js +0 -4
- package/dist/LoaderSpinner-DnqhRj91.js +0 -4
- package/dist/RedX-C545N0Jm.js +0 -4
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createElementBlock as l, openBlock as t, mergeProps as n, createElementVNode as e } from "vue";
|
|
2
|
-
import { _ as i } from "./index-
|
|
2
|
+
import { _ as i } from "./index-OhBaFbvp.js";
|
|
3
3
|
const d = {};
|
|
4
4
|
function p(o, r) {
|
|
5
5
|
return t(), l("svg", n(o.$attrs, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createElementBlock as o, openBlock as l, createElementVNode as e } from "vue";
|
|
2
|
-
import { _ as n } from "./index-
|
|
2
|
+
import { _ as n } from "./index-OhBaFbvp.js";
|
|
3
3
|
const r = {};
|
|
4
4
|
function C(i, t) {
|
|
5
5
|
return l(), o("div", null, [...t[0] || (t[0] = [
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createElementBlock as e, openBlock as l, createElementVNode as C } from "vue";
|
|
2
|
-
import { _ as t } from "./index-
|
|
2
|
+
import { _ as t } from "./index-OhBaFbvp.js";
|
|
3
3
|
const o = {};
|
|
4
4
|
function r(n, L) {
|
|
5
5
|
return l(), e("div", null, [...L[0] || (L[0] = [
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createElementBlock as r, openBlock as l, mergeProps as i, createStaticVNode as o } from "vue";
|
|
2
|
-
import { _ as n } from "./index-
|
|
2
|
+
import { _ as n } from "./index-OhBaFbvp.js";
|
|
3
3
|
const p = {};
|
|
4
4
|
function a(e, t) {
|
|
5
5
|
return l(), r("svg", i(e.$attrs, {
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as l, createElementVNode as t } from "vue";
|
|
2
|
+
import { _ as r } from "./index-OhBaFbvp.js";
|
|
3
|
+
const n = {
|
|
4
|
+
name: "LeftSliderArrow",
|
|
5
|
+
props: ["color"]
|
|
6
|
+
}, s = {
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
width: "62",
|
|
9
|
+
height: "21",
|
|
10
|
+
viewBox: "0 0 62 21",
|
|
11
|
+
fill: "none"
|
|
12
|
+
}, c = { "clip-path": "url(#clip0_2774_87783)" }, _ = ["fill"];
|
|
13
|
+
function d(p, e, i, f, h, a) {
|
|
14
|
+
return l(), o("div", null, [
|
|
15
|
+
(l(), o("svg", s, [
|
|
16
|
+
t("g", c, [
|
|
17
|
+
t("path", {
|
|
18
|
+
d: "M10.1 20.5C10.7 21.1 11.6 21.1 12.2 20.5C12.8 19.9 12.8 19 12.2 18.4L5.7 11.9H60.5C61.3 11.9 62 11.2 62 10.4C62 9.6 61.3 8.9 60.5 8.9H5.7L12.1 2.5C12.7 1.9 12.7 1 12.1 0.4C11.8 0.0999996 11.4 0 11 0C10.6 0 10.2 0.0999996 9.9 0.4L0 10.4L10.1 20.5Z",
|
|
19
|
+
fill: i.color
|
|
20
|
+
}, null, 8, _)
|
|
21
|
+
]),
|
|
22
|
+
e[0] || (e[0] = t("defs", null, [
|
|
23
|
+
t("clipPath", { id: "clip0_2774_87783" }, [
|
|
24
|
+
t("rect", {
|
|
25
|
+
width: "62",
|
|
26
|
+
height: "21",
|
|
27
|
+
fill: "white"
|
|
28
|
+
})
|
|
29
|
+
])
|
|
30
|
+
], -1))
|
|
31
|
+
]))
|
|
32
|
+
]);
|
|
33
|
+
}
|
|
34
|
+
const u = /* @__PURE__ */ r(n, [["render", d]]);
|
|
35
|
+
export {
|
|
36
|
+
u as default
|
|
37
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createElementBlock as r, openBlock as i, mergeProps as o, createStaticVNode as l } from "vue";
|
|
2
|
-
import { _ as c } from "./index-
|
|
2
|
+
import { _ as c } from "./index-OhBaFbvp.js";
|
|
3
3
|
const s = {};
|
|
4
4
|
function n(e, t) {
|
|
5
5
|
return i(), r("svg", o(e.$attrs, {
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as t, createElementVNode as r } from "vue";
|
|
2
|
+
import { _ as l } from "./index-OhBaFbvp.js";
|
|
3
|
+
const n = {
|
|
4
|
+
name: "RightShortSliderArrow",
|
|
5
|
+
props: ["color"]
|
|
6
|
+
}, i = {
|
|
7
|
+
width: "32",
|
|
8
|
+
height: "13",
|
|
9
|
+
viewBox: "0 0 32 13",
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
12
|
+
}, c = ["fill"];
|
|
13
|
+
function s(_, d, e, h, a, p) {
|
|
14
|
+
return t(), o("div", null, [
|
|
15
|
+
(t(), o("svg", i, [
|
|
16
|
+
r("path", {
|
|
17
|
+
d: "M26.7871 0.247321C26.4774 -0.124107 26.0129 -0.124107 25.7032 0.247321C25.3935 0.61875 25.3935 1.17589 25.7032 1.54732L29.0581 5.57113H0.774194C0.36129 5.57113 0 6.00446 0 6.4997C0 6.99494 0.36129 7.42827 0.774194 7.42827H29.0581L25.7548 11.3902C25.4452 11.7616 25.4452 12.3188 25.7548 12.6902C25.9097 12.8759 26.1161 12.9378 26.3226 12.9378C26.529 12.9378 26.7355 12.8759 26.8903 12.6902L32 6.4997L26.7871 0.247321Z",
|
|
18
|
+
fill: e.color
|
|
19
|
+
}, null, 8, c)
|
|
20
|
+
]))
|
|
21
|
+
]);
|
|
22
|
+
}
|
|
23
|
+
const w = /* @__PURE__ */ l(n, [["render", s]]);
|
|
24
|
+
export {
|
|
25
|
+
w as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as l, createElementVNode as t } from "vue";
|
|
2
|
+
import { _ as r } from "./index-OhBaFbvp.js";
|
|
3
|
+
const n = {
|
|
4
|
+
name: "RightSliderArrow",
|
|
5
|
+
props: ["color"]
|
|
6
|
+
}, s = {
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
width: "62",
|
|
9
|
+
height: "21",
|
|
10
|
+
viewBox: "0 0 62 21",
|
|
11
|
+
fill: "none"
|
|
12
|
+
}, c = { "clip-path": "url(#clip0_2774_87785)" }, _ = ["fill"];
|
|
13
|
+
function d(p, e, i, h, f, a) {
|
|
14
|
+
return l(), o("div", null, [
|
|
15
|
+
(l(), o("svg", s, [
|
|
16
|
+
t("g", c, [
|
|
17
|
+
t("path", {
|
|
18
|
+
d: "M51.9 0.400195C51.3 -0.199805 50.4 -0.199805 49.8 0.400195C49.2 1.0002 49.2 1.9002 49.8 2.5002L56.3 9.0002H1.5C0.7 9.0002 0 9.7002 0 10.5002C0 11.3002 0.7 12.0002 1.5 12.0002H56.3L49.9 18.4002C49.3 19.0002 49.3 19.9002 49.9 20.5002C50.2 20.8002 50.6 20.9002 51 20.9002C51.4 20.9002 51.8 20.8002 52.1 20.5002L62 10.5002L51.9 0.400195Z",
|
|
19
|
+
fill: i.color
|
|
20
|
+
}, null, 8, _)
|
|
21
|
+
]),
|
|
22
|
+
e[0] || (e[0] = t("defs", null, [
|
|
23
|
+
t("clipPath", { id: "clip0_2774_87785" }, [
|
|
24
|
+
t("rect", {
|
|
25
|
+
width: "62",
|
|
26
|
+
height: "21",
|
|
27
|
+
fill: "white"
|
|
28
|
+
})
|
|
29
|
+
])
|
|
30
|
+
], -1))
|
|
31
|
+
]))
|
|
32
|
+
]);
|
|
33
|
+
}
|
|
34
|
+
const g = /* @__PURE__ */ r(n, [["render", d]]);
|
|
35
|
+
export {
|
|
36
|
+
g as default
|
|
37
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createElementBlock as t, openBlock as o, createElementVNode as C } from "vue";
|
|
2
|
-
import { _ as n } from "./index-
|
|
2
|
+
import { _ as n } from "./index-OhBaFbvp.js";
|
|
3
3
|
const L = {};
|
|
4
4
|
function l(r, e) {
|
|
5
5
|
return o(), t("div", null, [...e[0] || (e[0] = [
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createElementBlock as o, openBlock as t, mergeProps as n, createElementVNode as l } from "vue";
|
|
2
|
-
import { _ as d } from "./index-
|
|
2
|
+
import { _ as d } from "./index-OhBaFbvp.js";
|
|
3
3
|
const i = {};
|
|
4
4
|
function f(r, e) {
|
|
5
5
|
return t(), o("svg", n(r.$attrs, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createElementBlock as r, openBlock as o, mergeProps as i, createStaticVNode as n } from "vue";
|
|
2
|
-
import { _ as s } from "./index-
|
|
2
|
+
import { _ as s } from "./index-OhBaFbvp.js";
|
|
3
3
|
const l = {};
|
|
4
4
|
function k(e, t) {
|
|
5
5
|
return o(), r("svg", i(e.$attrs, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createElementBlock as o, openBlock as n, mergeProps as i, createElementVNode as e } from "vue";
|
|
2
|
-
import { _ as l } from "./index-
|
|
2
|
+
import { _ as l } from "./index-OhBaFbvp.js";
|
|
3
3
|
const s = {};
|
|
4
4
|
function m(t, r) {
|
|
5
5
|
return n(), o("svg", i(t.$attrs, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createElementBlock as r, openBlock as o, createElementVNode as t } from "vue";
|
|
2
|
-
import { _ as n } from "./index-
|
|
2
|
+
import { _ as n } from "./index-OhBaFbvp.js";
|
|
3
3
|
const l = {};
|
|
4
4
|
function s(c, e) {
|
|
5
5
|
return o(), r("div", null, [...e[0] || (e[0] = [
|
package/dist/am-ui-package.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as t, e, f as o, g as r, h as n, i as l, j as d, k as i, a as u, l as c, n as p, F as B, B as S, z as I, o as k, C as T, I as m, p as y, b as C, q as M, r as f, s as L, t as F, c as h, A as x, S as A, y as N, m as P, D as b, u as v, v as w, w as E, x as G, U as R, E as U } from "./index-
|
|
1
|
+
import { d as t, e, f as o, g as r, h as n, i as l, j as d, k as i, a as u, l as c, n as p, F as B, B as S, z as I, o as k, C as T, I as m, p as y, b as C, q as M, r as f, s as L, t as F, c as h, A as x, S as A, y as N, m as P, D as b, u as v, v as w, w as E, x as G, U as R, E as U } from "./index-OhBaFbvp.js";
|
|
2
2
|
export {
|
|
3
3
|
t as ActionBar,
|
|
4
4
|
e as AlertModal,
|