mautourco-components 0.2.16 → 0.2.18
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/components/atoms/CardServiceAccom/CardServiceAccom.css +2104 -0
- package/dist/components/atoms/CardServiceAccom/CardServiceAccom.d.ts +7 -0
- package/dist/components/atoms/CardServiceAccom/CardServiceAccom.js +29 -0
- package/dist/components/atoms/Chip/Chip.css +9 -2
- package/dist/components/atoms/Chip/Chip.d.ts +4 -0
- package/dist/components/atoms/Chip/Chip.js +4 -2
- package/dist/components/atoms/Icon/icons/AirIcon.d.ts +4 -0
- package/dist/components/atoms/Icon/icons/AirIcon.js +36 -0
- package/dist/components/atoms/Icon/icons/BikeIcon.d.ts +4 -0
- package/dist/components/atoms/Icon/icons/BikeIcon.js +36 -0
- package/dist/components/atoms/Icon/icons/LuggageIcon.d.ts +4 -0
- package/dist/components/atoms/Icon/icons/LuggageIcon.js +36 -0
- package/dist/components/atoms/Icon/icons/Utensils.js +1 -1
- package/dist/components/atoms/Icon/icons/registry.d.ts +3 -0
- package/dist/components/atoms/Icon/icons/registry.js +6 -0
- package/dist/components/atoms/Tab/Tab.css +6 -8
- package/dist/components/atoms/Typography/Typography.d.ts +1 -1
- package/dist/components/atoms/Typography/Typography.js +18 -4
- package/dist/components/molecules/ActionDropdown/ActionDropdown.css +1 -1
- package/dist/components/molecules/ActionDropdown/ActionDropdown.d.ts +8 -0
- package/dist/components/molecules/ActionDropdown/ActionDropdown.js +18 -8
- package/dist/components/molecules/Breadcrumbs/Breadcrumbs.d.ts +1 -1
- package/dist/components/molecules/DateDisplay/DateDisplay.d.ts +9 -2
- package/dist/components/molecules/DateDisplay/DateDisplay.js +5 -5
- package/dist/components/molecules/DetailsInfo/DetailsAction.d.ts +14 -0
- package/dist/components/molecules/DetailsInfo/DetailsAction.js +47 -0
- package/dist/components/molecules/DetailsInfo/DetailsAgency/DetailsAgency.css +2101 -0
- package/dist/components/molecules/DetailsInfo/DetailsAgency/DetailsAgency.d.ts +13 -0
- package/dist/components/molecules/DetailsInfo/DetailsAgency/DetailsAgency.js +19 -0
- package/dist/components/molecules/DetailsInfo/DetailsClient/DetailsClient.css +2104 -0
- package/dist/components/molecules/DetailsInfo/DetailsClient/DetailsClient.d.ts +13 -0
- package/dist/components/molecules/DetailsInfo/DetailsClient/DetailsClient.js +20 -0
- package/dist/components/molecules/DetailsInfo/DetailsFile.d.ts +14 -0
- package/dist/components/molecules/DetailsInfo/DetailsFile.js +17 -0
- package/dist/components/molecules/DetailsInfo/DetailsInfo.d.ts +13 -0
- package/dist/components/molecules/DetailsInfo/DetailsInfo.js +24 -0
- package/dist/components/molecules/DetailsInfo/index.d.ts +5 -0
- package/dist/components/molecules/DetailsInfo/index.js +1 -0
- package/dist/components/molecules/GlobalAmenities/GlobalAmenities.d.ts +9 -0
- package/dist/components/molecules/GlobalAmenities/GlobalAmenities.js +19 -0
- package/dist/components/molecules/ServiceInfo/ServiceInfo.css +2109 -0
- package/dist/components/molecules/ServiceInfo/ServiceInfo.d.ts +21 -0
- package/dist/components/molecules/ServiceInfo/ServiceInfo.js +37 -0
- package/dist/components/molecules/ServiceLanguages/ServiceLanguages.d.ts +10 -0
- package/dist/components/molecules/ServiceLanguages/ServiceLanguages.js +19 -0
- package/dist/components/molecules/ServiceLanguages/constant.d.ts +1 -0
- package/dist/components/molecules/ServiceLanguages/constant.js +6 -0
- package/dist/components/molecules/ServiceTitle/ServiceTitle.css +2094 -0
- package/dist/components/molecules/ServiceTitle/ServiceTitle.d.ts +8 -0
- package/dist/components/molecules/ServiceTitle/ServiceTitle.js +18 -0
- package/dist/components/molecules/TableServiceItem/RowOtherServices.js +1 -1
- package/dist/components/molecules/TextWithBorderBottom/TextWithBorderBottom.css +2103 -0
- package/dist/components/molecules/TextWithBorderBottom/TextWithBorderBottom.d.ts +4 -0
- package/dist/components/molecules/TextWithBorderBottom/TextWithBorderBottom.js +29 -0
- package/dist/components/molecules/TextWithIcon/TextWithIcon.d.ts +3 -1
- package/dist/components/molecules/TextWithIcon/TextWithIcon.js +2 -2
- package/dist/components/molecules/TimelineItem/ServiceAccommodation.js +1 -1
- package/dist/components/molecules/TimelineItem/ServiceExcursion.js +1 -1
- package/dist/components/molecules/TooltipDisplay/TooltipDisplay.js +1 -1
- package/dist/components/organisms/TabCancellationPolicy/CancellationAccom.d.ts +11 -0
- package/dist/components/organisms/TabCancellationPolicy/CancellationAccom.js +19 -0
- package/dist/components/organisms/TabCancellationPolicy/CancellationBody.d.ts +11 -0
- package/dist/components/organisms/TabCancellationPolicy/CancellationBody.js +21 -0
- package/dist/components/organisms/TabCancellationPolicy/CancellationExcursion.d.ts +8 -0
- package/dist/components/organisms/TabCancellationPolicy/CancellationExcursion.js +19 -0
- package/dist/components/organisms/TabCancellationPolicy/CancellationHeader.d.ts +11 -0
- package/dist/components/organisms/TabCancellationPolicy/CancellationHeader.js +21 -0
- package/dist/components/organisms/TabCancellationPolicy/CancellationTransfer.d.ts +7 -0
- package/dist/components/organisms/TabCancellationPolicy/CancellationTransfer.js +19 -0
- package/dist/components/organisms/TabCancellationPolicy/HeaderAccom.d.ts +6 -0
- package/dist/components/organisms/TabCancellationPolicy/HeaderAccom.js +27 -0
- package/dist/components/organisms/TabCancellationPolicy/HeaderExcursion/HeaderTransfer.css +2082 -0
- package/dist/components/organisms/TabCancellationPolicy/HeaderExcursion/HeaderTransfer.d.ts +12 -0
- package/dist/components/organisms/TabCancellationPolicy/HeaderExcursion/HeaderTransfer.js +26 -0
- package/dist/components/organisms/TabCancellationPolicy/HeaderExcursion.d.ts +5 -0
- package/dist/components/organisms/TabCancellationPolicy/HeaderExcursion.js +7 -0
- package/dist/components/organisms/TabCancellationPolicy/PolicyAccom/PolicyAccom.css +2094 -0
- package/dist/components/organisms/TabCancellationPolicy/PolicyAccom/PolicyAccom.d.ts +13 -0
- package/dist/components/organisms/TabCancellationPolicy/PolicyAccom/PolicyAccom.js +21 -0
- package/dist/components/organisms/TabCancellationPolicy/PolicyExcursion.d.ts +5 -0
- package/dist/components/organisms/TabCancellationPolicy/PolicyExcursion.js +17 -0
- package/dist/components/organisms/TabCancellationPolicy/PolicyTransfer.d.ts +4 -0
- package/dist/components/organisms/TabCancellationPolicy/PolicyTransfer.js +44 -0
- package/dist/components/organisms/TabCancellationPolicy/TabCancellationPolicy.d.ts +13 -0
- package/dist/components/organisms/TabCancellationPolicy/TabCancellationPolicy.js +23 -0
- package/dist/components/organisms/TabCancellationPolicy/TabCancellationPolicyLayout/TabCancellationPolicyLayout.css +2141 -0
- package/dist/components/organisms/TabCancellationPolicy/TabCancellationPolicyLayout/TabCancellationPolicyLayout.d.ts +13 -0
- package/dist/components/organisms/TabCancellationPolicy/TabCancellationPolicyLayout/TabCancellationPolicyLayout.js +19 -0
- package/dist/components/organisms/TabCancellationPolicy/index.d.ts +6 -0
- package/dist/components/organisms/TabCancellationPolicy/index.js +3 -0
- package/dist/components/organisms/TabServiceDetails/Accommodation.d.ts +26 -0
- package/dist/components/organisms/TabServiceDetails/Accommodation.js +46 -0
- package/dist/components/organisms/TabServiceDetails/DetailContentTransfer.d.ts +9 -0
- package/dist/components/organisms/TabServiceDetails/DetailContentTransfer.js +17 -0
- package/dist/components/organisms/TabServiceDetails/DetailsContentAccom.d.ts +41 -0
- package/dist/components/organisms/TabServiceDetails/DetailsContentAccom.js +65 -0
- package/dist/components/organisms/TabServiceDetails/DetailsContentExcursion.d.ts +18 -0
- package/dist/components/organisms/TabServiceDetails/DetailsContentExcursion.js +20 -0
- package/dist/components/organisms/TabServiceDetails/Excursion.d.ts +7 -0
- package/dist/components/organisms/TabServiceDetails/Excursion.js +29 -0
- package/dist/components/organisms/TabServiceDetails/TabServiceDetails.d.ts +10 -0
- package/dist/components/organisms/TabServiceDetails/TabServiceDetails.js +23 -0
- package/dist/components/organisms/TabServiceDetails/TabServiceDetailsLayout/TabServiceDetailsLayout.css +2143 -0
- package/dist/components/organisms/TabServiceDetails/TabServiceDetailsLayout/TabServiceDetailsLayout.d.ts +35 -0
- package/dist/components/organisms/TabServiceDetails/TabServiceDetailsLayout/TabServiceDetailsLayout.js +39 -0
- package/dist/components/organisms/TabServiceDetails/Transfer.d.ts +12 -0
- package/dist/components/organisms/TabServiceDetails/Transfer.js +19 -0
- package/dist/components/organisms/TabServiceDetails/index.d.ts +4 -0
- package/dist/components/organisms/TabServiceDetails/index.js +1 -0
- package/dist/components/organisms/Table/Table.css +56 -0
- package/dist/components/organisms/Table/Table.js +6 -4
- package/dist/components/organisms/Table/columns/booking-columns.js +1 -1
- package/dist/components/organisms/Table/columns/detail-resume-columns.js +1 -1
- package/dist/components/organisms/Table/columns/quotation-columns.js +3 -3
- package/dist/components/organisms/Timeline/Timeline.d.ts +1 -0
- package/dist/components/organisms/Timeline/Timeline.js +3 -2
- package/dist/index.d.ts +10 -1
- package/dist/index.js +9 -1
- package/dist/types/table/action-dropdown-type.types.d.ts +1 -0
- package/dist/types/table/action-dropdown-type.types.js +1 -0
- package/package.json +2 -1
- package/src/components/atoms/CardServiceAccom/CardServiceAccom.css +22 -0
- package/src/components/atoms/CardServiceAccom/CardServiceAccom.tsx +22 -0
- package/src/components/atoms/Chip/Chip.css +7 -2
- package/src/components/atoms/Chip/Chip.tsx +16 -2
- package/src/components/atoms/Icon/icons/AirIcon.tsx +40 -0
- package/src/components/atoms/Icon/icons/BikeIcon.tsx +40 -0
- package/src/components/atoms/Icon/icons/LuggageIcon.tsx +40 -0
- package/src/components/atoms/Icon/icons/Utensils.tsx +11 -3
- package/src/components/atoms/Icon/icons/registry.tsx +6 -0
- package/src/components/atoms/Tab/Tab.css +6 -8
- package/src/components/atoms/Typography/Typography.tsx +27 -7
- package/src/components/molecules/ActionDropdown/ActionDropdown.css +1 -1
- package/src/components/molecules/ActionDropdown/ActionDropdown.tsx +62 -18
- package/src/components/molecules/Breadcrumbs/Breadcrumbs.tsx +1 -1
- package/src/components/molecules/DateDisplay/DateDisplay.tsx +25 -9
- package/src/components/molecules/DetailsInfo/DetailsAction.tsx +68 -0
- package/src/components/molecules/DetailsInfo/DetailsAgency/DetailsAgency.css +21 -0
- package/src/components/molecules/DetailsInfo/DetailsAgency/DetailsAgency.tsx +57 -0
- package/src/components/molecules/DetailsInfo/DetailsClient/DetailsClient.css +10 -0
- package/src/components/molecules/DetailsInfo/DetailsClient/DetailsClient.tsx +56 -0
- package/src/components/molecules/DetailsInfo/DetailsFile.tsx +42 -0
- package/src/components/molecules/DetailsInfo/DetailsInfo.tsx +19 -0
- package/src/components/molecules/DetailsInfo/index.ts +8 -0
- package/src/components/molecules/GlobalAmenities/GlobalAmenities.tsx +35 -0
- package/src/components/molecules/ServiceInfo/ServiceInfo.css +27 -0
- package/src/components/molecules/ServiceInfo/ServiceInfo.tsx +74 -0
- package/src/components/molecules/ServiceLanguages/ServiceLanguages.tsx +33 -0
- package/src/components/molecules/ServiceLanguages/constant.ts +6 -0
- package/src/components/molecules/ServiceTitle/ServiceTitle.css +13 -0
- package/src/components/molecules/ServiceTitle/ServiceTitle.tsx +19 -0
- package/src/components/molecules/TableServiceItem/RowOtherServices.tsx +3 -1
- package/src/components/molecules/TextWithBorderBottom/TextWithBorderBottom.css +9 -0
- package/src/components/molecules/TextWithBorderBottom/TextWithBorderBottom.tsx +12 -0
- package/src/components/molecules/TextWithIcon/TextWithIcon.tsx +6 -1
- package/src/components/molecules/TimelineItem/ServiceAccommodation.tsx +1 -1
- package/src/components/molecules/TimelineItem/ServiceExcursion.tsx +1 -1
- package/src/components/molecules/TooltipDisplay/TooltipDisplay.tsx +4 -2
- package/src/components/organisms/TabCancellationPolicy/CancellationAccom.tsx +40 -0
- package/src/components/organisms/TabCancellationPolicy/CancellationBody.tsx +12 -0
- package/src/components/organisms/TabCancellationPolicy/CancellationExcursion.tsx +31 -0
- package/src/components/organisms/TabCancellationPolicy/CancellationHeader.tsx +11 -0
- package/src/components/organisms/TabCancellationPolicy/CancellationTransfer.tsx +29 -0
- package/src/components/organisms/TabCancellationPolicy/HeaderAccom.tsx +31 -0
- package/src/components/organisms/TabCancellationPolicy/HeaderExcursion/HeaderTransfer.css +3 -0
- package/src/components/organisms/TabCancellationPolicy/HeaderExcursion/HeaderTransfer.tsx +48 -0
- package/src/components/organisms/TabCancellationPolicy/HeaderExcursion.tsx +18 -0
- package/src/components/organisms/TabCancellationPolicy/PolicyAccom/PolicyAccom.css +8 -0
- package/src/components/organisms/TabCancellationPolicy/PolicyAccom/PolicyAccom.tsx +47 -0
- package/src/components/organisms/TabCancellationPolicy/PolicyExcursion.tsx +26 -0
- package/src/components/organisms/TabCancellationPolicy/PolicyTransfer.tsx +62 -0
- package/src/components/organisms/TabCancellationPolicy/TabCancellationPolicy.tsx +13 -0
- package/src/components/organisms/TabCancellationPolicy/TabCancellationPolicyLayout/TabCancellationPolicyLayout.css +46 -0
- package/src/components/organisms/TabCancellationPolicy/TabCancellationPolicyLayout/TabCancellationPolicyLayout.tsx +44 -0
- package/src/components/organisms/TabCancellationPolicy/index.ts +7 -0
- package/src/components/organisms/TabServiceDetails/Accommodation.tsx +45 -0
- package/src/components/organisms/TabServiceDetails/DetailContentTransfer.tsx +45 -0
- package/src/components/organisms/TabServiceDetails/DetailsContentAccom.tsx +124 -0
- package/src/components/organisms/TabServiceDetails/DetailsContentExcursion.tsx +65 -0
- package/src/components/organisms/TabServiceDetails/Excursion.tsx +20 -0
- package/src/components/organisms/TabServiceDetails/TabServiceDetails.tsx +13 -0
- package/src/components/organisms/TabServiceDetails/TabServiceDetailsLayout/TabServiceDetailsLayout.css +55 -0
- package/src/components/organisms/TabServiceDetails/TabServiceDetailsLayout/TabServiceDetailsLayout.tsx +82 -0
- package/src/components/organisms/TabServiceDetails/Transfer.tsx +34 -0
- package/src/components/organisms/TabServiceDetails/index.ts +5 -0
- package/src/components/organisms/Table/Table.css +54 -0
- package/src/components/organisms/Table/Table.tsx +37 -22
- package/src/components/organisms/Table/columns/booking-columns.tsx +1 -1
- package/src/components/organisms/Table/columns/detail-resume-columns.tsx +1 -1
- package/src/components/organisms/Table/columns/quotation-columns.tsx +10 -5
- package/src/components/organisms/Timeline/Timeline.tsx +6 -4
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import './PolicyAccom.css';
|
|
2
|
+
export interface Policy {
|
|
3
|
+
Description: string;
|
|
4
|
+
Value: number;
|
|
5
|
+
ValidFrom: string;
|
|
6
|
+
ValidTo: string;
|
|
7
|
+
}
|
|
8
|
+
export interface PolicyAccomProps {
|
|
9
|
+
roomName: string;
|
|
10
|
+
policies: Policy[];
|
|
11
|
+
index?: number;
|
|
12
|
+
}
|
|
13
|
+
export default function PolicyAccom(props: PolicyAccomProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsxs as _jsxs, jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import { Fragment } from 'react';
|
|
14
|
+
import { Text } from '../../../atoms/Typography/Typography';
|
|
15
|
+
import { DateDisplay } from '../../../molecules/DateDisplay/DateDisplay';
|
|
16
|
+
import TextWithIcon from '../../../molecules/TextWithIcon/TextWithIcon';
|
|
17
|
+
import './PolicyAccom.css';
|
|
18
|
+
export default function PolicyAccom(props) {
|
|
19
|
+
var roomName = props.roomName, policies = props.policies, index = props.index;
|
|
20
|
+
return (_jsxs("div", __assign({ className: "policy-accom" }, { children: [_jsxs("div", __assign({ className: "grid gap-y-1" }, { children: [_jsxs(TextWithIcon, __assign({ icon: "accom" }, { children: ["Room ", index !== undefined && index + 1] })), _jsx(Text, __assign({ size: "sm" }, { children: roomName }))] })), policies.map(function (policy, index) { return (_jsxs(Fragment, { children: [_jsxs(Text, __assign({ size: "xs", variant: "medium", leading: "4", className: "policy-accom__period" }, { children: ["Policy period applies", ' ', _jsx(DateDisplay, { dates: [policy.ValidFrom, policy.ValidTo], textSize: "xs" })] })), _jsxs("div", __assign({ className: "space-y-2" }, { children: [_jsxs(Text, __assign({ variant: "bold", size: "xs", leading: "4" }, { children: [policy.Value, " % of total price"] })), _jsx(Text, __assign({ size: "xs", leading: "4" }, { children: policy.Description }))] }))] }, "policy-".concat(index))); })] })));
|
|
21
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
+
import { Text } from '../../atoms/Typography/Typography';
|
|
14
|
+
export default function PolicyExcursion(props) {
|
|
15
|
+
var pickUpPoint = props.pickUpPoint, policies = props.policies;
|
|
16
|
+
return (_jsxs("div", __assign({ className: "policy-excursion space-y-6" }, { children: [_jsxs("div", __assign({ className: "space-y-2" }, { children: [_jsx(Text, __assign({ variant: "bold", size: "xs", leading: "4" }, { children: "Pick-up point:" })), _jsx(Text, __assign({ size: "xs", leading: "4" }, { children: pickUpPoint }))] })), _jsx(Text, __assign({ size: "xs", leading: "4" }, { children: policies }))] })));
|
|
17
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
+
import { Text } from '../../atoms/Typography/Typography';
|
|
14
|
+
import TextWithIcon from '../../molecules/TextWithIcon/TextWithIcon';
|
|
15
|
+
var policies = [
|
|
16
|
+
{
|
|
17
|
+
title: 'No Show',
|
|
18
|
+
policy: '100% of applicable fees will be claimed to the Operator',
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
title: 'No Show on expected flight and arrives later on another flight',
|
|
22
|
+
policy: 'An additional no show fee of 50% will be charged on normal fee payable by the Operator',
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
title: 'Delayed client due to flight amendment without prior notice (4 hours before)',
|
|
26
|
+
policy: '100% payable by the Operator',
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
title: 'Walk-in client (without booking/voucher)',
|
|
30
|
+
policy: 'Taxi Transfer will be provided to the client at his own expense',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
title: 'Unexpected client (with voucher but without booking)',
|
|
34
|
+
policy: 'Private transfer will be charged to the Operator',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
title: 'Cancellation less than 24 hours prior arrival',
|
|
38
|
+
policy: '100% applicable fee claimed to the Operator',
|
|
39
|
+
},
|
|
40
|
+
];
|
|
41
|
+
export default function PolicyTransfer(props) {
|
|
42
|
+
var carName = props.carName;
|
|
43
|
+
return (_jsxs("div", __assign({ className: "policy-excursion" }, { children: [_jsx(TextWithIcon, __assign({ icon: "car", textVariant: "bold", iconSize: "md", textSize: "md" }, { children: carName })), _jsx("div", __assign({ className: "grid grid-cols-2 xl:grid-cols-3 gap-x-4" }, { children: policies.map(function (policy, index) { return (_jsxs("div", __assign({ className: "mt-4" }, { children: [_jsx(Text, __assign({ variant: "medium", size: "sm", leading: "4" }, { children: policy.title })), _jsx("ul", __assign({ className: "pl-8" }, { children: _jsx("li", __assign({ className: "list-disc" }, { children: _jsx(Text, __assign({ size: "sm", leading: "4" }, { children: policy.policy })) })) }))] }), "policy-".concat(index))); }) }))] })));
|
|
44
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import CancellationAccom from './CancellationAccom';
|
|
3
|
+
import CancellationExcursion from './CancellationExcursion';
|
|
4
|
+
import CancellationTransfer from './CancellationTransfer';
|
|
5
|
+
import TabCancellationPolicyLayout from './TabCancellationPolicyLayout/TabCancellationPolicyLayout';
|
|
6
|
+
declare function TabCancellationPolicy(props: React.PropsWithChildren): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare namespace TabCancellationPolicy {
|
|
8
|
+
var Layout: typeof TabCancellationPolicyLayout;
|
|
9
|
+
var Accom: typeof CancellationAccom;
|
|
10
|
+
var Excursion: typeof CancellationExcursion;
|
|
11
|
+
var Transfer: typeof CancellationTransfer;
|
|
12
|
+
}
|
|
13
|
+
export default TabCancellationPolicy;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import CancellationAccom from './CancellationAccom';
|
|
14
|
+
import CancellationExcursion from './CancellationExcursion';
|
|
15
|
+
import CancellationTransfer from './CancellationTransfer';
|
|
16
|
+
import TabCancellationPolicyLayout from './TabCancellationPolicyLayout/TabCancellationPolicyLayout';
|
|
17
|
+
export default function TabCancellationPolicy(props) {
|
|
18
|
+
return _jsx("div", __assign({ className: "tab-cancellation-policy" }, props));
|
|
19
|
+
}
|
|
20
|
+
TabCancellationPolicy.Layout = TabCancellationPolicyLayout;
|
|
21
|
+
TabCancellationPolicy.Accom = CancellationAccom;
|
|
22
|
+
TabCancellationPolicy.Excursion = CancellationExcursion;
|
|
23
|
+
TabCancellationPolicy.Transfer = CancellationTransfer;
|