@citizenplane/pimp 8.21.0 → 8.22.1
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/README.md +23 -2
- package/dist/IconAccompaniedMinorEach-CCD7kdP6.js +18 -0
- package/dist/IconAccompaniedMinorNone-Cc9_Nmu_.js +19 -0
- package/dist/IconAccompaniedMinorOne-CcUzcTO3.js +18 -0
- package/dist/IconAddReceipt-C-CPvBjZ.js +22 -0
- package/dist/IconAirportTerminal-BrQ1W_Yq.js +23 -0
- package/dist/IconArrival-BRNTArI7.js +23 -0
- package/dist/IconBroadcast-S-Yv26RG.js +20 -0
- package/dist/IconCabinBag-A6xe7YoN.js +20 -0
- package/dist/IconCheckedBaggage-Chzdf5Ci.js +18 -0
- package/dist/IconCheckedBaggage20-Ch_qMx7l.js +20 -0
- package/dist/IconCheckedBaggage30-BmmfvWpe.js +20 -0
- package/dist/IconChild-APr2deQE.js +21 -0
- package/dist/IconContact-CqTCRuLx.js +20 -0
- package/dist/IconDeparture-Co8L7lVT.js +23 -0
- package/dist/IconDistribution-BnlEaOnu.js +20 -0
- package/dist/IconDistributionClosed-Bq-0G8Xu.js +20 -0
- package/dist/IconDistributionExclusivePair-D15kfAC4.js +18 -0
- package/dist/IconDistributionSided-aOFtGAhL.js +31 -0
- package/dist/IconDistributionSupplySided-8kD1V4RH.js +31 -0
- package/dist/IconDynamicContent--Q83DBM_.js +21 -0
- package/dist/IconFares-D2eTxxEE.js +18 -0
- package/dist/IconFaresOutlined-kkEP9_Tv.js +23 -0
- package/dist/IconFemale-B7aUFaM6.js +33 -0
- package/dist/IconFindConversation-PvPZRPev.js +24 -0
- package/dist/IconFire-te6ZuVym.js +22 -0
- package/dist/IconFlight-Cx3runpE.js +23 -0
- package/dist/IconFlightReturn-Cpu-FfZJ.js +18 -0
- package/dist/IconHandHeart-xjaqd_sP.js +21 -0
- package/dist/IconHistory-BziY7e04.js +19 -0
- package/dist/IconHourGlass-z0FCRrRQ.js +31 -0
- package/dist/IconIdCard-BnGjiRyO.js +22 -0
- package/dist/IconInfant-C3lPPxYP.js +18 -0
- package/dist/IconMale-DRRH5I1P.js +21 -0
- package/dist/IconMultiSegments-OZo35Kwx.js +18 -0
- package/dist/IconNoRefund-BVEgSip5.js +18 -0
- package/dist/IconNotion-C7XqWI_E.js +18 -0
- package/dist/IconOffline-Dbc5NHTG.js +20 -0
- package/dist/IconPaid-Dbzl_fAm.js +23 -0
- package/dist/IconPassport-CawLcrw0.js +22 -0
- package/dist/IconPayout-pzL8o4yc.js +20 -0
- package/dist/IconReceipt-BOJnny2R.js +25 -0
- package/dist/IconRecurrence-JXD-rRmZ.js +24 -0
- package/dist/IconRefund-B7_rp-VT.js +19 -0
- package/dist/IconRoundTrip-BpJvnrIs.js +20 -0
- package/dist/IconRouteNoStop-O89Xzawt.js +18 -0
- package/dist/IconRouteOneStop-ByZUCm13.js +18 -0
- package/dist/IconScheduleChange-rJ4K-YUK.js +19 -0
- package/dist/IconSeatEmpty-CQZMYhiR.js +25 -0
- package/dist/IconSeatSold-zqPbBPvg.js +22 -0
- package/dist/IconSeatTotal-BaN45vle.js +22 -0
- package/dist/IconTemplate-DesVMMAZ.js +23 -0
- package/dist/IconTicket-DI0Ak6ND.js +22 -0
- package/dist/IconTimer-C7JjsIaK.js +23 -0
- package/dist/IconTrafficControl-BMf8pKPW.js +24 -0
- package/dist/index-CMZnekH6.js +15378 -0
- package/dist/pimp.es.js +2 -15305
- package/dist/pimp.umd.js +3 -3
- package/dist/style.css +1 -1
- package/package.json +12 -5
- package/src/assets/styles/base/_base.scss +3 -2
- package/src/assets/styles/helpers/_mixins.scss +1 -1
- package/src/assets/styles/utilities/_index.scss +1 -1
- package/src/assets/styles/variables/_colors.scss +16 -16
- package/src/components/atomic-elements/CpBadge.vue +5 -1
- package/src/components/feedback-indicators/CpToaster.vue +7 -2
- package/src/components/helpers-utilities/TransitionExpand.vue +0 -6
- package/src/components/icons/IconAccompaniedMinorEach.vue +30 -0
- package/src/components/icons/IconAccompaniedMinorNone.vue +10 -0
- package/src/components/icons/IconAccompaniedMinorOne.vue +22 -0
- package/src/components/icons/IconAddReceipt.vue +17 -0
- package/src/components/icons/IconAirportTerminal.vue +10 -0
- package/src/components/icons/IconArrival.vue +18 -0
- package/src/components/icons/IconBroadcast.vue +35 -0
- package/src/components/icons/IconCabinBag.vue +36 -0
- package/src/components/icons/IconCheckedBaggage.vue +11 -0
- package/src/components/icons/IconCheckedBaggage20.vue +36 -0
- package/src/components/icons/IconCheckedBaggage30.vue +39 -0
- package/src/components/icons/IconChild.vue +16 -0
- package/src/components/icons/IconContact.vue +15 -0
- package/src/components/icons/IconDeparture.vue +18 -0
- package/src/components/icons/IconDistribution.vue +19 -0
- package/src/components/icons/IconDistributionClosed.vue +30 -0
- package/src/components/icons/IconDistributionExclusivePair.vue +7 -0
- package/src/components/icons/IconDistributionSided.vue +24 -0
- package/src/components/icons/IconDistributionSupplySided.vue +24 -0
- package/src/components/icons/IconDynamicContent.vue +18 -0
- package/src/components/icons/IconFares.vue +7 -0
- package/src/components/icons/IconFaresOutlined.vue +24 -0
- package/src/components/icons/IconFemale.vue +20 -0
- package/src/components/icons/IconFindConversation.vue +21 -0
- package/src/components/icons/IconFire.vue +9 -0
- package/src/components/icons/IconFlight.vue +16 -0
- package/src/components/icons/IconFlightReturn.vue +7 -0
- package/src/components/icons/IconHandHeart.vue +18 -0
- package/src/components/icons/IconHistory.vue +10 -0
- package/src/components/icons/IconHourGlass.vue +25 -0
- package/src/components/icons/IconIdCard.vue +17 -0
- package/src/components/icons/IconInfant.vue +22 -0
- package/src/components/icons/IconMale.vue +8 -0
- package/src/components/icons/IconMultiSegments.vue +7 -0
- package/src/components/icons/IconNoRefund.vue +19 -0
- package/src/components/icons/IconNotion.vue +7 -0
- package/src/components/icons/IconOffline.vue +25 -0
- package/src/components/icons/IconPaid.vue +18 -0
- package/src/components/icons/IconPassport.vue +21 -0
- package/src/components/icons/IconPayout.vue +15 -0
- package/src/components/icons/IconReceipt.vue +20 -0
- package/src/components/icons/IconRecurrence.vue +15 -0
- package/src/components/icons/IconRefund.vue +10 -0
- package/src/components/icons/IconRoundTrip.vue +15 -0
- package/src/components/icons/IconRouteNoStop.vue +7 -0
- package/src/components/icons/IconRouteOneStop.vue +7 -0
- package/src/components/icons/IconScheduleChange.vue +31 -0
- package/src/components/icons/IconSeatEmpty.vue +22 -0
- package/src/components/icons/IconSeatSold.vue +21 -0
- package/src/components/icons/IconSeatTotal.vue +27 -0
- package/src/components/icons/IconTemplate.vue +18 -0
- package/src/components/icons/IconTicket.vue +23 -0
- package/src/components/icons/IconTimer.vue +12 -0
- package/src/components/icons/IconTrafficControl.vue +11 -0
- package/src/components/{index.js → index.ts} +1 -1
- package/src/components/inputs/CpInput.vue +2 -2
- package/src/components/lists-and-table/CpTable.vue +4 -2
- package/src/components/selects/CpSelectMenu.vue +6 -2
- package/src/components/visual/CpIcon.vue +76 -62
- package/src/constants/{index.js → index.ts} +1 -0
- package/src/constants/src/CpCustomIcons.ts +69 -0
- package/src/constants/src/colors/{ToggleColors.js → ToggleColors.ts} +1 -1
- package/src/libs/CoreDatepicker.vue +4 -1
- package/src/stories/CpIcon.stories.ts +60 -27
- package/src/stories/CpSelectMenu.stories.ts +1 -1
- package/tsconfig.json +14 -0
- /package/src/constants/src/{CpTableConfig.js → CpTableConfig.ts} +0 -0
- /package/src/constants/src/{Position.js → Position.ts} +0 -0
- /package/src/constants/src/colors/{Colors.js → Colors.ts} +0 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as e, createStaticVNode as r } from "vue";
|
|
2
|
+
import { _ as n } from "./index-CMZnekH6.js";
|
|
3
|
+
const a = {}, p = {
|
|
4
|
+
width: "24",
|
|
5
|
+
height: "24",
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
stroke: "#3E3E5B",
|
|
10
|
+
"stroke-width": "2",
|
|
11
|
+
"stroke-linecap": "round",
|
|
12
|
+
"stroke-linejoin": "round"
|
|
13
|
+
};
|
|
14
|
+
function s(d, t) {
|
|
15
|
+
return e(), o("svg", p, t[0] || (t[0] = [
|
|
16
|
+
r('<path d="M13.3861 9V5.74613C13.3861 3.53699 11.5953 1.74612 9.38614 1.74612H7.7648L6.14356 1.74609C3.93442 1.74609 2.14355 3.53696 2.14355 5.74609V9.68219H2.95419C4.05876 9.68219 4.95419 10.5776 4.95419 11.6822V14.4626L7.7648 14.4627"></path><path d="M1.75293 13.1865L1.75294 15.7504C1.75295 16.7997 2.6036 17.6503 3.65294 17.6503H7.69867"></path><path d="M4.44043 21.6289L11.0895 21.6289"></path><path d="M7.76367 17.6494L7.76367 21.6492"></path><path d="M22 9L14.4375 17L11 13.3636"></path>', 5)
|
|
17
|
+
]));
|
|
18
|
+
}
|
|
19
|
+
const c = /* @__PURE__ */ n(a, [["render", s]]);
|
|
20
|
+
export {
|
|
21
|
+
c as default
|
|
22
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as e, createStaticVNode as r } from "vue";
|
|
2
|
+
import { _ as a } from "./index-CMZnekH6.js";
|
|
3
|
+
const n = {}, p = {
|
|
4
|
+
width: "24",
|
|
5
|
+
height: "24",
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
stroke: "currentColor",
|
|
10
|
+
"stroke-width": "2",
|
|
11
|
+
"stroke-linecap": "round",
|
|
12
|
+
"stroke-linejoin": "round"
|
|
13
|
+
};
|
|
14
|
+
function h(d, t) {
|
|
15
|
+
return e(), o("svg", p, t[0] || (t[0] = [
|
|
16
|
+
r('<path d="M9.52811 2.6348H7.90677L6.28552 2.63477C4.07638 2.63477 2.28552 4.42563 2.28552 6.63477V10.5709H3.09616C4.20073 10.5709 5.09616 11.4663 5.09616 12.5709V15.3513L7.90677 15.3513H10.7175V12.5709C10.7175 11.4663 11.6129 10.5709 12.7175 10.5709H13.5281V6.6348C13.5281 4.42566 11.7372 2.6348 9.52811 2.6348Z"></path><path d="M1.8949 14.0751L1.89491 16.6389C1.89491 17.6882 2.74557 18.5389 3.79491 18.5389H7.64869H12.0188C13.0682 18.5389 13.9188 17.6882 13.9188 16.6389V14.0751"></path><path d="M4.58228 22.5175L11.2314 22.5175"></path><path d="M7.90686 18.5387L7.90686 22.5385"></path><path d="M15.4546 2.5H18.5C20.1569 2.5 21.5 3.84315 21.5 5.5V11H20.4693C19.3648 11 18.4693 11.8954 18.4693 13V15.3227H17.153"></path><path d="M21.7691 14.0751V16.6366C21.7691 17.6859 20.9184 18.5366 19.8691 18.5366H16.7479V22.5283"></path><path d="M14.6714 22.5175L20.0383 22.5175"></path>', 7)
|
|
17
|
+
]));
|
|
18
|
+
}
|
|
19
|
+
const i = /* @__PURE__ */ a(n, [["render", h]]);
|
|
20
|
+
export {
|
|
21
|
+
i as default
|
|
22
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as n, createElementVNode as t } from "vue";
|
|
2
|
+
import { _ as r } from "./index-CMZnekH6.js";
|
|
3
|
+
const l = {}, s = {
|
|
4
|
+
width: "24",
|
|
5
|
+
height: "25",
|
|
6
|
+
viewBox: "0 0 24 25",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
stroke: "currentColor",
|
|
10
|
+
"stroke-width": "2",
|
|
11
|
+
"stroke-linecap": "round",
|
|
12
|
+
"stroke-linejoin": "round"
|
|
13
|
+
};
|
|
14
|
+
function c(i, e) {
|
|
15
|
+
return n(), o("svg", s, e[0] || (e[0] = [
|
|
16
|
+
t("path", { d: "M13 2.73706H6C5.46957 2.73706 4.96086 2.94777 4.58579 3.32285C4.21071 3.69792 4 4.20663 4 4.73706V20.7371C4 21.2675 4.21071 21.7762 4.58579 22.1513C4.96086 22.5263 5.46957 22.7371 6 22.7371H18C18.5304 22.7371 19.0391 22.5263 19.4142 22.1513C19.7893 21.7762 20 21.2675 20 20.7371V9.73706L13 2.73706Z" }, null, -1),
|
|
17
|
+
t("path", { d: "M12.1357 9.02393L9.59766 13.3278H13.6255L11.0841 17.6324" }, null, -1)
|
|
18
|
+
]));
|
|
19
|
+
}
|
|
20
|
+
const a = /* @__PURE__ */ r(l, [["render", c]]);
|
|
21
|
+
export {
|
|
22
|
+
a as default
|
|
23
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as e, createStaticVNode as r } from "vue";
|
|
2
|
+
import { _ as a } from "./index-CMZnekH6.js";
|
|
3
|
+
const n = {}, p = {
|
|
4
|
+
width: "24",
|
|
5
|
+
height: "24",
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
stroke: "currentColor",
|
|
10
|
+
"stroke-width": "2",
|
|
11
|
+
"stroke-linecap": "round",
|
|
12
|
+
"stroke-linejoin": "round"
|
|
13
|
+
};
|
|
14
|
+
function h(d, t) {
|
|
15
|
+
return e(), o("svg", p, t[0] || (t[0] = [
|
|
16
|
+
r('<path d="M22 6H2V9.5H2.42683C3.80754 9.5 4.92683 10.6193 4.92683 12C4.92683 13.3807 3.80754 14.5 2.42683 14.5H2V18H22V14.5H21.5732C20.1925 14.5 19.0732 13.3807 19.0732 12C19.0732 10.6193 20.1925 9.5 21.5732 9.5H22V6Z"></path><path d="M11 10.3334H16.5"></path><path d="M11 13.6667H14"></path><path d="M8 7H8.01"></path><path d="M8 10.3334H8.01"></path><path d="M8 13.6667H8.01"></path><path d="M8 17.0001H8.01"></path>', 7)
|
|
17
|
+
]));
|
|
18
|
+
}
|
|
19
|
+
const i = /* @__PURE__ */ a(n, [["render", h]]);
|
|
20
|
+
export {
|
|
21
|
+
i as default
|
|
22
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as r, createElementVNode as t } from "vue";
|
|
2
|
+
import { _ as C } from "./index-CMZnekH6.js";
|
|
3
|
+
const n = {}, l = {
|
|
4
|
+
width: "24",
|
|
5
|
+
height: "24",
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
function c(d, e) {
|
|
11
|
+
return r(), o("svg", l, e[0] || (e[0] = [
|
|
12
|
+
t("path", { d: "M8.43535 10.7231C8.82587 10.3325 9.45904 10.3325 9.84956 10.7231L12.4187 13.2922C12.8092 13.6827 12.8092 14.3159 12.4187 14.7064C12.0281 15.0969 11.395 15.0969 11.0044 14.7064L8.43535 12.1373C8.04483 11.7468 8.04483 11.1136 8.43535 10.7231Z" }, null, -1),
|
|
13
|
+
t("path", {
|
|
14
|
+
"fill-rule": "evenodd",
|
|
15
|
+
"clip-rule": "evenodd",
|
|
16
|
+
d: "M14.5421 1.74255L9.4812 1.74258C8.92891 1.74258 8.4812 2.1903 8.4812 2.74258C8.4812 3.29486 8.92892 3.74258 9.48121 3.74258L11.0051 3.74257V5.97386C6.99453 6.46438 3.88843 9.882 3.88843 14.0251C3.88843 18.505 7.52013 22.1367 12.0001 22.1367C16.48 22.1367 20.1117 18.505 20.1117 14.0251C20.1117 12.1326 19.4636 10.3914 18.3772 9.01146L19.5985 7.79019C19.989 7.39967 19.989 6.7665 19.5985 6.37598C19.2079 5.98545 18.5748 5.98545 18.1842 6.37598L16.9567 7.60351C15.8359 6.7371 14.482 6.15761 13.0051 5.9751V3.74256L14.5421 3.74255C15.0944 3.74255 15.5421 3.29483 15.5421 2.74255C15.5421 2.19026 15.0944 1.74255 14.5421 1.74255ZM12.0001 7.91345C8.6247 7.91345 5.88843 10.6497 5.88843 14.0251C5.88843 17.4004 8.6247 20.1367 12.0001 20.1367C15.3754 20.1367 18.1117 17.4004 18.1117 14.0251C18.1117 10.6497 15.3754 7.91345 12.0001 7.91345Z"
|
|
17
|
+
}, null, -1)
|
|
18
|
+
]));
|
|
19
|
+
}
|
|
20
|
+
const f = /* @__PURE__ */ C(n, [["render", c]]);
|
|
21
|
+
export {
|
|
22
|
+
f as default
|
|
23
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { createElementBlock as o, openBlock as t, createElementVNode as n } from "vue";
|
|
2
|
+
import { _ as r } from "./index-CMZnekH6.js";
|
|
3
|
+
const l = {}, H = {
|
|
4
|
+
width: "24",
|
|
5
|
+
height: "24",
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
function c(C, e) {
|
|
11
|
+
return t(), o("svg", H, e[0] || (e[0] = [
|
|
12
|
+
n("path", {
|
|
13
|
+
stroke: "none",
|
|
14
|
+
"fill-rule": "evenodd",
|
|
15
|
+
"clip-rule": "evenodd",
|
|
16
|
+
d: "M13 3C13 2.44772 12.5523 2 12 2C11.4477 2 11 2.44772 11 3V4H3.00001C2.70443 4 2.424 4.13076 2.234 4.35717C2.044 4.58358 1.96389 4.88244 2.01518 5.17353L3.46045 13.3757C3.54467 13.8537 3.95994 14.2022 4.44528 14.2022H7V21.928C7 22.4803 7.44772 22.928 8 22.928C8.55228 22.928 9 22.4803 9 21.928V14.2022H12.1534H15.2021V21.928C15.2021 22.4803 15.6499 22.928 16.2021 22.928C16.7544 22.928 17.2021 22.4803 17.2021 21.928V14.2022H19.8615C20.3469 14.2022 20.7621 13.8537 20.8464 13.3757L22.2916 5.17353C22.3429 4.88244 22.2628 4.58358 22.0728 4.35717C21.8828 4.13076 21.6024 4 21.3068 4H13V3ZM11 6H9.06389L9.54098 12.2022H12.1534H14.6613L15.1384 6H13H12.1534H11ZM4.19162 6H7.05799L7.53508 12.2022H5.28448L4.19162 6ZM16.6672 12.2022H19.0223L20.1152 6H17.1443L16.6672 12.2022Z",
|
|
17
|
+
fill: "currentColor"
|
|
18
|
+
}, null, -1)
|
|
19
|
+
]));
|
|
20
|
+
}
|
|
21
|
+
const f = /* @__PURE__ */ r(l, [["render", c]]);
|
|
22
|
+
export {
|
|
23
|
+
f as default
|
|
24
|
+
};
|