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.
Files changed (191) hide show
  1. package/dist/components/atoms/CardServiceAccom/CardServiceAccom.css +2104 -0
  2. package/dist/components/atoms/CardServiceAccom/CardServiceAccom.d.ts +7 -0
  3. package/dist/components/atoms/CardServiceAccom/CardServiceAccom.js +29 -0
  4. package/dist/components/atoms/Chip/Chip.css +9 -2
  5. package/dist/components/atoms/Chip/Chip.d.ts +4 -0
  6. package/dist/components/atoms/Chip/Chip.js +4 -2
  7. package/dist/components/atoms/Icon/icons/AirIcon.d.ts +4 -0
  8. package/dist/components/atoms/Icon/icons/AirIcon.js +36 -0
  9. package/dist/components/atoms/Icon/icons/BikeIcon.d.ts +4 -0
  10. package/dist/components/atoms/Icon/icons/BikeIcon.js +36 -0
  11. package/dist/components/atoms/Icon/icons/LuggageIcon.d.ts +4 -0
  12. package/dist/components/atoms/Icon/icons/LuggageIcon.js +36 -0
  13. package/dist/components/atoms/Icon/icons/Utensils.js +1 -1
  14. package/dist/components/atoms/Icon/icons/registry.d.ts +3 -0
  15. package/dist/components/atoms/Icon/icons/registry.js +6 -0
  16. package/dist/components/atoms/Tab/Tab.css +6 -8
  17. package/dist/components/atoms/Typography/Typography.d.ts +1 -1
  18. package/dist/components/atoms/Typography/Typography.js +18 -4
  19. package/dist/components/molecules/ActionDropdown/ActionDropdown.css +1 -1
  20. package/dist/components/molecules/ActionDropdown/ActionDropdown.d.ts +8 -0
  21. package/dist/components/molecules/ActionDropdown/ActionDropdown.js +18 -8
  22. package/dist/components/molecules/Breadcrumbs/Breadcrumbs.d.ts +1 -1
  23. package/dist/components/molecules/DateDisplay/DateDisplay.d.ts +9 -2
  24. package/dist/components/molecules/DateDisplay/DateDisplay.js +5 -5
  25. package/dist/components/molecules/DetailsInfo/DetailsAction.d.ts +14 -0
  26. package/dist/components/molecules/DetailsInfo/DetailsAction.js +47 -0
  27. package/dist/components/molecules/DetailsInfo/DetailsAgency/DetailsAgency.css +2101 -0
  28. package/dist/components/molecules/DetailsInfo/DetailsAgency/DetailsAgency.d.ts +13 -0
  29. package/dist/components/molecules/DetailsInfo/DetailsAgency/DetailsAgency.js +19 -0
  30. package/dist/components/molecules/DetailsInfo/DetailsClient/DetailsClient.css +2104 -0
  31. package/dist/components/molecules/DetailsInfo/DetailsClient/DetailsClient.d.ts +13 -0
  32. package/dist/components/molecules/DetailsInfo/DetailsClient/DetailsClient.js +20 -0
  33. package/dist/components/molecules/DetailsInfo/DetailsFile.d.ts +14 -0
  34. package/dist/components/molecules/DetailsInfo/DetailsFile.js +17 -0
  35. package/dist/components/molecules/DetailsInfo/DetailsInfo.d.ts +13 -0
  36. package/dist/components/molecules/DetailsInfo/DetailsInfo.js +24 -0
  37. package/dist/components/molecules/DetailsInfo/index.d.ts +5 -0
  38. package/dist/components/molecules/DetailsInfo/index.js +1 -0
  39. package/dist/components/molecules/GlobalAmenities/GlobalAmenities.d.ts +9 -0
  40. package/dist/components/molecules/GlobalAmenities/GlobalAmenities.js +19 -0
  41. package/dist/components/molecules/ServiceInfo/ServiceInfo.css +2109 -0
  42. package/dist/components/molecules/ServiceInfo/ServiceInfo.d.ts +21 -0
  43. package/dist/components/molecules/ServiceInfo/ServiceInfo.js +37 -0
  44. package/dist/components/molecules/ServiceLanguages/ServiceLanguages.d.ts +10 -0
  45. package/dist/components/molecules/ServiceLanguages/ServiceLanguages.js +19 -0
  46. package/dist/components/molecules/ServiceLanguages/constant.d.ts +1 -0
  47. package/dist/components/molecules/ServiceLanguages/constant.js +6 -0
  48. package/dist/components/molecules/ServiceTitle/ServiceTitle.css +2094 -0
  49. package/dist/components/molecules/ServiceTitle/ServiceTitle.d.ts +8 -0
  50. package/dist/components/molecules/ServiceTitle/ServiceTitle.js +18 -0
  51. package/dist/components/molecules/TableServiceItem/RowOtherServices.js +1 -1
  52. package/dist/components/molecules/TextWithBorderBottom/TextWithBorderBottom.css +2103 -0
  53. package/dist/components/molecules/TextWithBorderBottom/TextWithBorderBottom.d.ts +4 -0
  54. package/dist/components/molecules/TextWithBorderBottom/TextWithBorderBottom.js +29 -0
  55. package/dist/components/molecules/TextWithIcon/TextWithIcon.d.ts +3 -1
  56. package/dist/components/molecules/TextWithIcon/TextWithIcon.js +2 -2
  57. package/dist/components/molecules/TimelineItem/ServiceAccommodation.js +1 -1
  58. package/dist/components/molecules/TimelineItem/ServiceExcursion.js +1 -1
  59. package/dist/components/molecules/TooltipDisplay/TooltipDisplay.js +1 -1
  60. package/dist/components/organisms/TabCancellationPolicy/CancellationAccom.d.ts +11 -0
  61. package/dist/components/organisms/TabCancellationPolicy/CancellationAccom.js +19 -0
  62. package/dist/components/organisms/TabCancellationPolicy/CancellationBody.d.ts +11 -0
  63. package/dist/components/organisms/TabCancellationPolicy/CancellationBody.js +21 -0
  64. package/dist/components/organisms/TabCancellationPolicy/CancellationExcursion.d.ts +8 -0
  65. package/dist/components/organisms/TabCancellationPolicy/CancellationExcursion.js +19 -0
  66. package/dist/components/organisms/TabCancellationPolicy/CancellationHeader.d.ts +11 -0
  67. package/dist/components/organisms/TabCancellationPolicy/CancellationHeader.js +21 -0
  68. package/dist/components/organisms/TabCancellationPolicy/CancellationTransfer.d.ts +7 -0
  69. package/dist/components/organisms/TabCancellationPolicy/CancellationTransfer.js +19 -0
  70. package/dist/components/organisms/TabCancellationPolicy/HeaderAccom.d.ts +6 -0
  71. package/dist/components/organisms/TabCancellationPolicy/HeaderAccom.js +27 -0
  72. package/dist/components/organisms/TabCancellationPolicy/HeaderExcursion/HeaderTransfer.css +2082 -0
  73. package/dist/components/organisms/TabCancellationPolicy/HeaderExcursion/HeaderTransfer.d.ts +12 -0
  74. package/dist/components/organisms/TabCancellationPolicy/HeaderExcursion/HeaderTransfer.js +26 -0
  75. package/dist/components/organisms/TabCancellationPolicy/HeaderExcursion.d.ts +5 -0
  76. package/dist/components/organisms/TabCancellationPolicy/HeaderExcursion.js +7 -0
  77. package/dist/components/organisms/TabCancellationPolicy/PolicyAccom/PolicyAccom.css +2094 -0
  78. package/dist/components/organisms/TabCancellationPolicy/PolicyAccom/PolicyAccom.d.ts +13 -0
  79. package/dist/components/organisms/TabCancellationPolicy/PolicyAccom/PolicyAccom.js +21 -0
  80. package/dist/components/organisms/TabCancellationPolicy/PolicyExcursion.d.ts +5 -0
  81. package/dist/components/organisms/TabCancellationPolicy/PolicyExcursion.js +17 -0
  82. package/dist/components/organisms/TabCancellationPolicy/PolicyTransfer.d.ts +4 -0
  83. package/dist/components/organisms/TabCancellationPolicy/PolicyTransfer.js +44 -0
  84. package/dist/components/organisms/TabCancellationPolicy/TabCancellationPolicy.d.ts +13 -0
  85. package/dist/components/organisms/TabCancellationPolicy/TabCancellationPolicy.js +23 -0
  86. package/dist/components/organisms/TabCancellationPolicy/TabCancellationPolicyLayout/TabCancellationPolicyLayout.css +2141 -0
  87. package/dist/components/organisms/TabCancellationPolicy/TabCancellationPolicyLayout/TabCancellationPolicyLayout.d.ts +13 -0
  88. package/dist/components/organisms/TabCancellationPolicy/TabCancellationPolicyLayout/TabCancellationPolicyLayout.js +19 -0
  89. package/dist/components/organisms/TabCancellationPolicy/index.d.ts +6 -0
  90. package/dist/components/organisms/TabCancellationPolicy/index.js +3 -0
  91. package/dist/components/organisms/TabServiceDetails/Accommodation.d.ts +26 -0
  92. package/dist/components/organisms/TabServiceDetails/Accommodation.js +46 -0
  93. package/dist/components/organisms/TabServiceDetails/DetailContentTransfer.d.ts +9 -0
  94. package/dist/components/organisms/TabServiceDetails/DetailContentTransfer.js +17 -0
  95. package/dist/components/organisms/TabServiceDetails/DetailsContentAccom.d.ts +41 -0
  96. package/dist/components/organisms/TabServiceDetails/DetailsContentAccom.js +65 -0
  97. package/dist/components/organisms/TabServiceDetails/DetailsContentExcursion.d.ts +18 -0
  98. package/dist/components/organisms/TabServiceDetails/DetailsContentExcursion.js +20 -0
  99. package/dist/components/organisms/TabServiceDetails/Excursion.d.ts +7 -0
  100. package/dist/components/organisms/TabServiceDetails/Excursion.js +29 -0
  101. package/dist/components/organisms/TabServiceDetails/TabServiceDetails.d.ts +10 -0
  102. package/dist/components/organisms/TabServiceDetails/TabServiceDetails.js +23 -0
  103. package/dist/components/organisms/TabServiceDetails/TabServiceDetailsLayout/TabServiceDetailsLayout.css +2143 -0
  104. package/dist/components/organisms/TabServiceDetails/TabServiceDetailsLayout/TabServiceDetailsLayout.d.ts +35 -0
  105. package/dist/components/organisms/TabServiceDetails/TabServiceDetailsLayout/TabServiceDetailsLayout.js +39 -0
  106. package/dist/components/organisms/TabServiceDetails/Transfer.d.ts +12 -0
  107. package/dist/components/organisms/TabServiceDetails/Transfer.js +19 -0
  108. package/dist/components/organisms/TabServiceDetails/index.d.ts +4 -0
  109. package/dist/components/organisms/TabServiceDetails/index.js +1 -0
  110. package/dist/components/organisms/Table/Table.css +56 -0
  111. package/dist/components/organisms/Table/Table.js +6 -4
  112. package/dist/components/organisms/Table/columns/booking-columns.js +1 -1
  113. package/dist/components/organisms/Table/columns/detail-resume-columns.js +1 -1
  114. package/dist/components/organisms/Table/columns/quotation-columns.js +3 -3
  115. package/dist/components/organisms/Timeline/Timeline.d.ts +1 -0
  116. package/dist/components/organisms/Timeline/Timeline.js +3 -2
  117. package/dist/index.d.ts +10 -1
  118. package/dist/index.js +9 -1
  119. package/dist/types/table/action-dropdown-type.types.d.ts +1 -0
  120. package/dist/types/table/action-dropdown-type.types.js +1 -0
  121. package/package.json +2 -1
  122. package/src/components/atoms/CardServiceAccom/CardServiceAccom.css +22 -0
  123. package/src/components/atoms/CardServiceAccom/CardServiceAccom.tsx +22 -0
  124. package/src/components/atoms/Chip/Chip.css +7 -2
  125. package/src/components/atoms/Chip/Chip.tsx +16 -2
  126. package/src/components/atoms/Icon/icons/AirIcon.tsx +40 -0
  127. package/src/components/atoms/Icon/icons/BikeIcon.tsx +40 -0
  128. package/src/components/atoms/Icon/icons/LuggageIcon.tsx +40 -0
  129. package/src/components/atoms/Icon/icons/Utensils.tsx +11 -3
  130. package/src/components/atoms/Icon/icons/registry.tsx +6 -0
  131. package/src/components/atoms/Tab/Tab.css +6 -8
  132. package/src/components/atoms/Typography/Typography.tsx +27 -7
  133. package/src/components/molecules/ActionDropdown/ActionDropdown.css +1 -1
  134. package/src/components/molecules/ActionDropdown/ActionDropdown.tsx +62 -18
  135. package/src/components/molecules/Breadcrumbs/Breadcrumbs.tsx +1 -1
  136. package/src/components/molecules/DateDisplay/DateDisplay.tsx +25 -9
  137. package/src/components/molecules/DetailsInfo/DetailsAction.tsx +68 -0
  138. package/src/components/molecules/DetailsInfo/DetailsAgency/DetailsAgency.css +21 -0
  139. package/src/components/molecules/DetailsInfo/DetailsAgency/DetailsAgency.tsx +57 -0
  140. package/src/components/molecules/DetailsInfo/DetailsClient/DetailsClient.css +10 -0
  141. package/src/components/molecules/DetailsInfo/DetailsClient/DetailsClient.tsx +56 -0
  142. package/src/components/molecules/DetailsInfo/DetailsFile.tsx +42 -0
  143. package/src/components/molecules/DetailsInfo/DetailsInfo.tsx +19 -0
  144. package/src/components/molecules/DetailsInfo/index.ts +8 -0
  145. package/src/components/molecules/GlobalAmenities/GlobalAmenities.tsx +35 -0
  146. package/src/components/molecules/ServiceInfo/ServiceInfo.css +27 -0
  147. package/src/components/molecules/ServiceInfo/ServiceInfo.tsx +74 -0
  148. package/src/components/molecules/ServiceLanguages/ServiceLanguages.tsx +33 -0
  149. package/src/components/molecules/ServiceLanguages/constant.ts +6 -0
  150. package/src/components/molecules/ServiceTitle/ServiceTitle.css +13 -0
  151. package/src/components/molecules/ServiceTitle/ServiceTitle.tsx +19 -0
  152. package/src/components/molecules/TableServiceItem/RowOtherServices.tsx +3 -1
  153. package/src/components/molecules/TextWithBorderBottom/TextWithBorderBottom.css +9 -0
  154. package/src/components/molecules/TextWithBorderBottom/TextWithBorderBottom.tsx +12 -0
  155. package/src/components/molecules/TextWithIcon/TextWithIcon.tsx +6 -1
  156. package/src/components/molecules/TimelineItem/ServiceAccommodation.tsx +1 -1
  157. package/src/components/molecules/TimelineItem/ServiceExcursion.tsx +1 -1
  158. package/src/components/molecules/TooltipDisplay/TooltipDisplay.tsx +4 -2
  159. package/src/components/organisms/TabCancellationPolicy/CancellationAccom.tsx +40 -0
  160. package/src/components/organisms/TabCancellationPolicy/CancellationBody.tsx +12 -0
  161. package/src/components/organisms/TabCancellationPolicy/CancellationExcursion.tsx +31 -0
  162. package/src/components/organisms/TabCancellationPolicy/CancellationHeader.tsx +11 -0
  163. package/src/components/organisms/TabCancellationPolicy/CancellationTransfer.tsx +29 -0
  164. package/src/components/organisms/TabCancellationPolicy/HeaderAccom.tsx +31 -0
  165. package/src/components/organisms/TabCancellationPolicy/HeaderExcursion/HeaderTransfer.css +3 -0
  166. package/src/components/organisms/TabCancellationPolicy/HeaderExcursion/HeaderTransfer.tsx +48 -0
  167. package/src/components/organisms/TabCancellationPolicy/HeaderExcursion.tsx +18 -0
  168. package/src/components/organisms/TabCancellationPolicy/PolicyAccom/PolicyAccom.css +8 -0
  169. package/src/components/organisms/TabCancellationPolicy/PolicyAccom/PolicyAccom.tsx +47 -0
  170. package/src/components/organisms/TabCancellationPolicy/PolicyExcursion.tsx +26 -0
  171. package/src/components/organisms/TabCancellationPolicy/PolicyTransfer.tsx +62 -0
  172. package/src/components/organisms/TabCancellationPolicy/TabCancellationPolicy.tsx +13 -0
  173. package/src/components/organisms/TabCancellationPolicy/TabCancellationPolicyLayout/TabCancellationPolicyLayout.css +46 -0
  174. package/src/components/organisms/TabCancellationPolicy/TabCancellationPolicyLayout/TabCancellationPolicyLayout.tsx +44 -0
  175. package/src/components/organisms/TabCancellationPolicy/index.ts +7 -0
  176. package/src/components/organisms/TabServiceDetails/Accommodation.tsx +45 -0
  177. package/src/components/organisms/TabServiceDetails/DetailContentTransfer.tsx +45 -0
  178. package/src/components/organisms/TabServiceDetails/DetailsContentAccom.tsx +124 -0
  179. package/src/components/organisms/TabServiceDetails/DetailsContentExcursion.tsx +65 -0
  180. package/src/components/organisms/TabServiceDetails/Excursion.tsx +20 -0
  181. package/src/components/organisms/TabServiceDetails/TabServiceDetails.tsx +13 -0
  182. package/src/components/organisms/TabServiceDetails/TabServiceDetailsLayout/TabServiceDetailsLayout.css +55 -0
  183. package/src/components/organisms/TabServiceDetails/TabServiceDetailsLayout/TabServiceDetailsLayout.tsx +82 -0
  184. package/src/components/organisms/TabServiceDetails/Transfer.tsx +34 -0
  185. package/src/components/organisms/TabServiceDetails/index.ts +5 -0
  186. package/src/components/organisms/Table/Table.css +54 -0
  187. package/src/components/organisms/Table/Table.tsx +37 -22
  188. package/src/components/organisms/Table/columns/booking-columns.tsx +1 -1
  189. package/src/components/organisms/Table/columns/detail-resume-columns.tsx +1 -1
  190. package/src/components/organisms/Table/columns/quotation-columns.tsx +10 -5
  191. 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,5 @@
1
+ export interface PolicyExcursionProps {
2
+ pickUpPoint: string;
3
+ policies: string;
4
+ }
5
+ export default function PolicyExcursion(props: PolicyExcursionProps): import("react/jsx-runtime").JSX.Element;
@@ -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,4 @@
1
+ export interface PolicyTransferProps {
2
+ carName: string;
3
+ }
4
+ export default function PolicyTransfer(props: PolicyTransferProps): import("react/jsx-runtime").JSX.Element;
@@ -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;