mautourco-components 0.2.10 → 0.2.12
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/Icon/Icon.d.ts +1 -1
- package/dist/components/atoms/Icon/Icon.js +1 -1
- package/dist/components/atoms/Icon/icons/ArrowRightOutlineIcon.js +1 -1
- package/dist/components/atoms/Icon/icons/registry.d.ts +0 -11
- package/dist/components/atoms/Icon/icons/registry.js +27 -49
- package/dist/components/atoms/Typography/Typography.d.ts +1 -3
- package/dist/components/atoms/Typography/Typography.js +15 -3
- package/dist/components/organisms/DateTimePicker/DateTimePicker.d.ts +2 -0
- package/dist/components/organisms/DateTimePicker/DateTimePicker.js +31 -3
- package/dist/components/organisms/RoundTrip/RoundTrip.js +1 -1
- package/dist/components/organisms/TransferLine/TransferLine.js +1 -1
- package/dist/components/ui/popover.d.ts +3 -3
- package/dist/components/ui/popover.js +5 -5
- package/dist/index.d.ts +33 -41
- package/dist/index.js +20 -26
- package/dist/styles/components/typography.css +0 -1
- package/package.json +1 -6
- package/src/components/atoms/Icon/Icon.tsx +8 -2
- package/src/components/atoms/Icon/icons/ArrowRightOutlineIcon.tsx +7 -2
- package/src/components/atoms/Icon/icons/registry.tsx +28 -50
- package/src/components/atoms/Typography/Typography.tsx +30 -22
- package/src/components/organisms/DateTimePicker/DateTimePicker.tsx +33 -2
- package/src/components/organisms/RoundTrip/RoundTrip.tsx +1 -0
- package/src/components/organisms/SearchBarTransfer/index.ts +1 -0
- package/src/components/organisms/TransferLine/TransferLine.tsx +1 -0
- package/src/components/ui/popover.tsx +10 -10
- package/src/styles/components/typography.css +0 -4
- package/dist/components/atoms/Icon/icons/AccomIcon.d.ts +0 -12
- package/dist/components/atoms/Icon/icons/AccomIcon.js +0 -36
- package/dist/components/atoms/Icon/icons/ArrowDownOutlineIcon.d.ts +0 -8
- package/dist/components/atoms/Icon/icons/ArrowDownOutlineIcon.js +0 -36
- package/dist/components/atoms/Icon/icons/BusIcon.d.ts +0 -12
- package/dist/components/atoms/Icon/icons/BusIcon.js +0 -36
- package/dist/components/atoms/Icon/icons/Calendar2Icon.d.ts +0 -12
- package/dist/components/atoms/Icon/icons/Calendar2Icon.js +0 -36
- package/dist/components/atoms/Icon/icons/MapIcon.d.ts +0 -8
- package/dist/components/atoms/Icon/icons/MapIcon.js +0 -36
- package/dist/components/atoms/Icon/icons/MicroIcon.d.ts +0 -12
- package/dist/components/atoms/Icon/icons/MicroIcon.js +0 -36
- package/dist/components/atoms/Icon/icons/MoreVerticalIcon.d.ts +0 -12
- package/dist/components/atoms/Icon/icons/MoreVerticalIcon.js +0 -36
- package/dist/components/atoms/Icon/icons/NightIcon.d.ts +0 -12
- package/dist/components/atoms/Icon/icons/NightIcon.js +0 -36
- package/dist/components/atoms/Icon/icons/RowExcursion.d.ts +0 -16
- package/dist/components/atoms/Icon/icons/RowExcursion.js +0 -28
- package/dist/components/atoms/Icon/icons/StopWatchIcon.d.ts +0 -12
- package/dist/components/atoms/Icon/icons/StopWatchIcon.js +0 -36
- package/dist/components/atoms/Icon/icons/Utensils.d.ts +0 -12
- package/dist/components/atoms/Icon/icons/Utensils.js +0 -36
- package/dist/components/atoms/Icon/icons/WalletIcon.d.ts +0 -12
- package/dist/components/atoms/Icon/icons/WalletIcon.js +0 -36
- package/dist/components/molecules/ActionDropdown/ActionDropdown.css +0 -2119
- package/dist/components/molecules/ActionDropdown/ActionDropdown.d.ts +0 -21
- package/dist/components/molecules/ActionDropdown/ActionDropdown.js +0 -34
- package/dist/components/molecules/DateDisplay/DateDisplay.d.ts +0 -14
- package/dist/components/molecules/DateDisplay/DateDisplay.js +0 -39
- package/dist/components/molecules/FromTo/FromTo.d.ts +0 -8
- package/dist/components/molecules/FromTo/FromTo.js +0 -24
- package/dist/components/molecules/TableServiceItem/DetailsCol.d.ts +0 -12
- package/dist/components/molecules/TableServiceItem/DetailsCol.js +0 -17
- package/dist/components/molecules/TableServiceItem/ItemCol.d.ts +0 -13
- package/dist/components/molecules/TableServiceItem/ItemCol.js +0 -24
- package/dist/components/molecules/TableServiceItem/RowAccommodation.d.ts +0 -16
- package/dist/components/molecules/TableServiceItem/RowAccommodation.js +0 -37
- package/dist/components/molecules/TableServiceItem/RowExcursion.d.ts +0 -16
- package/dist/components/molecules/TableServiceItem/RowExcursion.js +0 -22
- package/dist/components/molecules/TableServiceItem/RowOtherServices.d.ts +0 -9
- package/dist/components/molecules/TableServiceItem/RowOtherServices.js +0 -34
- package/dist/components/molecules/TableServiceItem/RowTransfer.d.ts +0 -15
- package/dist/components/molecules/TableServiceItem/RowTransfer.js +0 -37
- package/dist/components/molecules/TableServiceItem/index.d.ts +0 -17
- package/dist/components/molecules/TableServiceItem/index.js +0 -15
- package/dist/components/molecules/TextWithIcon/TextWithIcon.d.ts +0 -30
- package/dist/components/molecules/TextWithIcon/TextWithIcon.js +0 -31
- package/dist/components/molecules/TooltipDisplay/TooltipDisplay.d.ts +0 -13
- package/dist/components/molecules/TooltipDisplay/TooltipDisplay.js +0 -18
- package/dist/components/organisms/Table/Table.css +0 -2280
- package/dist/components/organisms/Table/Table.d.ts +0 -50
- package/dist/components/organisms/Table/Table.js +0 -95
- package/dist/components/organisms/Table/TableCell.d.ts +0 -15
- package/dist/components/organisms/Table/TableCell.js +0 -16
- package/dist/components/organisms/Table/columns/booking-columns.d.ts +0 -7
- package/dist/components/organisms/Table/columns/booking-columns.js +0 -83
- package/dist/components/organisms/Table/columns/detail-resume-columns.d.ts +0 -3
- package/dist/components/organisms/Table/columns/detail-resume-columns.js +0 -178
- package/dist/components/organisms/Table/columns/index.d.ts +0 -12
- package/dist/components/organisms/Table/columns/index.js +0 -9
- package/dist/components/organisms/Table/columns/quotation-columns.d.ts +0 -7
- package/dist/components/organisms/Table/columns/quotation-columns.js +0 -91
- package/dist/components/organisms/Table/constant.d.ts +0 -6
- package/dist/components/organisms/Table/constant.js +0 -24
- package/dist/components/organisms/Table/index.d.ts +0 -2
- package/dist/components/organisms/Table/index.js +0 -2
- package/dist/components/ui/tooltip.d.ts +0 -7
- package/dist/components/ui/tooltip.js +0 -42
- package/dist/types/table/action-dropdown-type.types.d.ts +0 -5
- package/dist/types/table/action-dropdown-type.types.js +0 -6
- package/dist/types/table/booking.types.d.ts +0 -16
- package/dist/types/table/booking.types.js +0 -1
- package/dist/types/table/detail-resume.types.d.ts +0 -155
- package/dist/types/table/detail-resume.types.js +0 -7
- package/dist/types/table/index.d.ts +0 -3
- package/dist/types/table/index.js +0 -3
- package/dist/types/table/quotation.types.d.ts +0 -23
- package/dist/types/table/quotation.types.js +0 -1
- package/src/components/atoms/Icon/icons/AccomIcon.tsx +0 -45
- package/src/components/atoms/Icon/icons/ArrowDownOutlineIcon.tsx +0 -41
- package/src/components/atoms/Icon/icons/BusIcon.tsx +0 -52
- package/src/components/atoms/Icon/icons/Calendar2Icon.tsx +0 -54
- package/src/components/atoms/Icon/icons/MapIcon.tsx +0 -48
- package/src/components/atoms/Icon/icons/MicroIcon.tsx +0 -45
- package/src/components/atoms/Icon/icons/MoreVerticalIcon.tsx +0 -53
- package/src/components/atoms/Icon/icons/NightIcon.tsx +0 -45
- package/src/components/atoms/Icon/icons/RowExcursion.tsx +0 -54
- package/src/components/atoms/Icon/icons/StopWatchIcon.tsx +0 -45
- package/src/components/atoms/Icon/icons/Utensils.tsx +0 -45
- package/src/components/atoms/Icon/icons/WalletIcon.tsx +0 -45
- package/src/components/molecules/ActionDropdown/ActionDropdown.css +0 -23
- package/src/components/molecules/ActionDropdown/ActionDropdown.tsx +0 -53
- package/src/components/molecules/DateDisplay/DateDisplay.tsx +0 -47
- package/src/components/molecules/FromTo/FromTo.tsx +0 -31
- package/src/components/molecules/TableServiceItem/DetailsCol.tsx +0 -25
- package/src/components/molecules/TableServiceItem/ItemCol.tsx +0 -68
- package/src/components/molecules/TableServiceItem/RowAccommodation.tsx +0 -56
- package/src/components/molecules/TableServiceItem/RowExcursion.tsx +0 -40
- package/src/components/molecules/TableServiceItem/RowOtherServices.tsx +0 -50
- package/src/components/molecules/TableServiceItem/RowTransfer.tsx +0 -60
- package/src/components/molecules/TableServiceItem/index.ts +0 -24
- package/src/components/molecules/TextWithIcon/TextWithIcon.tsx +0 -62
- package/src/components/molecules/TooltipDisplay/TooltipDisplay.tsx +0 -32
- package/src/components/organisms/Table/Table.css +0 -185
- package/src/components/organisms/Table/Table.tsx +0 -273
- package/src/components/organisms/Table/TableCell.tsx +0 -40
- package/src/components/organisms/Table/columns/booking-columns.tsx +0 -118
- package/src/components/organisms/Table/columns/detail-resume-columns.tsx +0 -226
- package/src/components/organisms/Table/columns/index.ts +0 -11
- package/src/components/organisms/Table/columns/quotation-columns.tsx +0 -150
- package/src/components/organisms/Table/constant.ts +0 -31
- package/src/components/organisms/Table/index.ts +0 -2
- package/src/components/ui/tooltip.tsx +0 -45
|
@@ -1,36 +0,0 @@
|
|
|
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
|
-
var MicroIcon = function (_a) {
|
|
14
|
-
var _b = _a.size, size = _b === void 0 ? 'md' : _b, _c = _a.className, className = _c === void 0 ? '' : _c, color = _a.color;
|
|
15
|
-
var getSizeClasses = function () {
|
|
16
|
-
switch (size) {
|
|
17
|
-
case 'xs':
|
|
18
|
-
return 'w-3 h-3';
|
|
19
|
-
case 'sm':
|
|
20
|
-
return 'w-4 h-4';
|
|
21
|
-
case 'md':
|
|
22
|
-
return 'w-5 h-5';
|
|
23
|
-
case 'lg':
|
|
24
|
-
return 'w-6 h-6';
|
|
25
|
-
case 'xl':
|
|
26
|
-
return 'w-8 h-8';
|
|
27
|
-
default:
|
|
28
|
-
return 'w-5 h-5';
|
|
29
|
-
}
|
|
30
|
-
};
|
|
31
|
-
var sizeClasses = getSizeClasses();
|
|
32
|
-
var colorClass = color ? "text-".concat(color) : 'text-current';
|
|
33
|
-
var classes = "".concat(sizeClasses, " ").concat(colorClass, " ").concat(className);
|
|
34
|
-
return (_jsx("svg", __assign({ className: classes, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M13.2483 4.66699C13.2481 3.24041 12.0919 2.08398 10.6653 2.08398C9.23869 2.08402 8.08246 3.24043 8.08228 4.66699C8.08228 6.09371 9.23858 7.25094 10.6653 7.25098C12.092 7.25098 13.2483 6.09373 13.2483 4.66699ZM11.4182 13.4951C11.7613 13.7267 11.8518 14.1928 11.6204 14.5361C11.3888 14.8793 10.9227 14.9697 10.5794 14.7383L11.4182 13.4951ZM3.98267 10.9131L4.42505 11.3555L8.58521 8.18066C7.96507 7.81271 7.45102 7.28567 7.09888 6.65527L3.98267 10.9131ZM14.7483 4.66699C14.7483 6.92215 12.9205 8.75098 10.6653 8.75098C10.5528 8.75097 10.4415 8.74428 10.3313 8.73535L5.27857 12.5928C5.00602 12.801 4.66671 12.9035 4.32447 12.8809C4.20997 12.8732 4.0983 12.8497 3.99048 12.8154C3.99552 12.9172 4.01271 13.0297 4.0481 13.1504C4.17793 13.5929 4.46693 13.8718 4.79224 13.9277C5.18515 13.9952 5.61486 13.8161 6.30591 13.4336C6.6149 13.2626 6.98393 13.0496 7.35767 12.8877C7.73847 12.7228 8.18027 12.584 8.66529 12.584C9.77777 12.584 10.6751 12.9943 11.4182 13.4951L10.9983 14.1162L10.5794 14.7383C9.98919 14.3406 9.38204 14.084 8.66529 14.084C8.46446 14.084 8.23608 14.1417 7.95435 14.2637C7.66545 14.3888 7.37916 14.5542 7.03248 14.7461C6.41186 15.0896 5.52676 15.5761 4.53834 15.4062C3.48252 15.2248 2.84601 14.3817 2.60865 13.5723C2.44363 13.0095 2.43217 12.3121 2.70826 11.7256C2.56708 11.5208 2.48052 11.2813 2.46119 11.0303C2.4353 10.6931 2.53101 10.3578 2.73072 10.085L6.58521 4.81738C6.58341 4.76758 6.58228 4.71724 6.58228 4.66699C6.58246 2.412 8.41026 0.584017 10.6653 0.583984C12.9203 0.583984 14.7481 2.41198 14.7483 4.66699Z", fill: "currentColor" }) })));
|
|
35
|
-
};
|
|
36
|
-
export default MicroIcon;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface MoreVerticalProps {
|
|
3
|
-
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
4
|
-
className?: string;
|
|
5
|
-
color?: string;
|
|
6
|
-
/**
|
|
7
|
-
* Couleur par défaut si aucune couleur n'est spécifiée
|
|
8
|
-
*/
|
|
9
|
-
defaultColor?: string;
|
|
10
|
-
}
|
|
11
|
-
declare const MoreVerticalIcon: React.FC<MoreVerticalProps>;
|
|
12
|
-
export default MoreVerticalIcon;
|
|
@@ -1,36 +0,0 @@
|
|
|
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
|
-
var MoreVerticalIcon = function (_a) {
|
|
14
|
-
var _b = _a.size, size = _b === void 0 ? 'md' : _b, _c = _a.className, className = _c === void 0 ? '' : _c, color = _a.color;
|
|
15
|
-
var getSizeClasses = function () {
|
|
16
|
-
switch (size) {
|
|
17
|
-
case 'xs':
|
|
18
|
-
return 'w-3 h-3';
|
|
19
|
-
case 'sm':
|
|
20
|
-
return 'w-4 h-4';
|
|
21
|
-
case 'md':
|
|
22
|
-
return 'w-5 h-5';
|
|
23
|
-
case 'lg':
|
|
24
|
-
return 'w-6 h-6';
|
|
25
|
-
case 'xl':
|
|
26
|
-
return 'w-8 h-8';
|
|
27
|
-
default:
|
|
28
|
-
return 'w-5 h-5';
|
|
29
|
-
}
|
|
30
|
-
};
|
|
31
|
-
var sizeClasses = getSizeClasses();
|
|
32
|
-
var colorClass = color ? "text-".concat(color) : 'text-current';
|
|
33
|
-
var classes = "".concat(sizeClasses, " ").concat(colorClass, " ").concat(className);
|
|
34
|
-
return (_jsx("svg", __assign({ className: classes, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M8 14.333C7.90795 14.333 7.83301 14.408 7.83301 14.5L7.8457 14.5645C7.87089 14.6245 7.93077 14.667 8 14.667C8.06904 14.6669 8.12815 14.6244 8.15332 14.5645L8.16602 14.5L8.15332 14.4355C8.1365 14.3955 8.10446 14.3636 8.06445 14.3467L8 14.333ZM8 9.66699C7.90806 9.66699 7.83318 9.74111 7.83301 9.83301L7.8457 9.89844C7.87102 9.95823 7.93098 10 8 10C8.0919 9.99982 8.16602 9.92495 8.16602 9.83301C8.16588 9.76407 8.12424 9.70492 8.06445 9.67969L8 9.66699ZM8 5C7.90795 5 7.83301 5.07495 7.83301 5.16699L7.8457 5.23145C7.87095 5.29138 7.93088 5.33301 8 5.33301C8.06894 5.33288 8.12808 5.29123 8.15332 5.23145L8.16602 5.16699L8.15332 5.10156C8.1364 5.06169 8.10438 5.02951 8.06445 5.0127L8 5ZM9.5 14.5C9.5 15.3283 8.82828 15.9998 8 16C7.22335 16 6.58463 15.4097 6.50781 14.6533L6.5 14.5L6.50781 14.3467C6.58462 13.5903 7.22335 13 8 13L8.15332 13.0078C8.90957 13.0848 9.5 13.7234 9.5 14.5ZM9.5 9.83301C9.5 10.6613 8.82828 11.3328 8 11.333C7.17157 11.333 6.5 10.6614 6.5 9.83301C6.50018 9.00473 7.17168 8.33301 8 8.33301L8.15332 8.34082C8.90948 8.41774 9.49984 9.05659 9.5 9.83301ZM9.5 5.16699C9.49982 5.99516 8.82817 6.66682 8 6.66699C7.22346 6.66699 6.58477 6.07654 6.50781 5.32031L6.5 5.16699L6.50781 5.01367C6.58448 4.25713 7.22324 3.66699 8 3.66699L8.15332 3.6748C8.90955 3.75177 9.5 4.39045 9.5 5.16699Z", fill: "currentColor" }) })));
|
|
35
|
-
};
|
|
36
|
-
export default MoreVerticalIcon;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface NightIconProps {
|
|
3
|
-
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
4
|
-
className?: string;
|
|
5
|
-
color?: string;
|
|
6
|
-
/**
|
|
7
|
-
* Couleur par défaut si aucune couleur n'est spécifiée
|
|
8
|
-
*/
|
|
9
|
-
defaultColor?: string;
|
|
10
|
-
}
|
|
11
|
-
declare const NightIcon: React.FC<NightIconProps>;
|
|
12
|
-
export default NightIcon;
|
|
@@ -1,36 +0,0 @@
|
|
|
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
|
-
var NightIcon = function (_a) {
|
|
14
|
-
var _b = _a.size, size = _b === void 0 ? 'md' : _b, _c = _a.className, className = _c === void 0 ? '' : _c, color = _a.color;
|
|
15
|
-
var getSizeClasses = function () {
|
|
16
|
-
switch (size) {
|
|
17
|
-
case 'xs':
|
|
18
|
-
return 'w-3 h-3';
|
|
19
|
-
case 'sm':
|
|
20
|
-
return 'w-4 h-4';
|
|
21
|
-
case 'md':
|
|
22
|
-
return 'w-5 h-5';
|
|
23
|
-
case 'lg':
|
|
24
|
-
return 'w-6 h-6';
|
|
25
|
-
case 'xl':
|
|
26
|
-
return 'w-8 h-8';
|
|
27
|
-
default:
|
|
28
|
-
return 'w-5 h-5';
|
|
29
|
-
}
|
|
30
|
-
};
|
|
31
|
-
var sizeClasses = getSizeClasses();
|
|
32
|
-
var colorClass = color ? "text-".concat(color) : 'text-current';
|
|
33
|
-
var classes = "".concat(sizeClasses, " ").concat(colorClass, " ").concat(className);
|
|
34
|
-
return (_jsx("svg", __assign({ className: classes, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M6.00764 5C6.00764 4.30117 6.15448 3.61779 6.43049 2.99023C5.9555 3.13903 5.50121 3.35522 5.08284 3.63477C4.21956 4.21164 3.54658 5.03196 3.14924 5.99121C2.752 6.95043 2.64787 8.00613 2.85042 9.02441C3.053 10.0428 3.55372 10.9777 4.28792 11.7119C5.02211 12.4461 5.95707 12.9468 6.97542 13.1494C7.9937 13.352 9.0494 13.2478 10.0086 12.8506C10.9679 12.4533 11.7882 11.7803 12.3651 10.917C12.6447 10.4984 12.8598 10.0436 13.0086 9.56836C12.3812 9.84424 11.6985 9.99219 10.9998 9.99219C9.6757 9.99219 8.40586 9.46657 7.46956 8.53027C6.53326 7.59397 6.00764 6.32413 6.00764 5ZM7.50764 5C7.50764 5.92631 7.87511 6.81473 8.5301 7.46973C9.1851 8.12472 10.0735 8.49219 10.9998 8.49219C11.9261 8.49219 12.8146 8.12472 13.4696 7.46973C13.684 7.25525 14.0067 7.1906 14.2869 7.30664C14.5672 7.42273 14.7498 7.69665 14.7498 8C14.7498 9.33502 14.3538 10.64 13.6121 11.75C12.8704 12.86 11.8162 13.7254 10.5828 14.2363C9.3496 14.7471 7.99262 14.8805 6.68342 14.6201C5.37405 14.3597 4.1704 13.7174 3.22639 12.7734C2.28239 11.8294 1.64016 10.6258 1.37971 9.31641C1.11938 8.00721 1.25271 6.65023 1.7635 5.41699C2.27439 4.18359 3.1398 3.12939 4.24983 2.3877C5.35986 1.646 6.66481 1.25 7.99983 1.25C8.30318 1.25 8.5771 1.43263 8.69319 1.71289C8.80923 1.99313 8.74458 2.31579 8.5301 2.53027C7.87511 3.18527 7.50764 4.07369 7.50764 5Z", fill: "currentColor" }) })));
|
|
35
|
-
};
|
|
36
|
-
export default NightIcon;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ItemColProps } from '../../../molecules/TableServiceItem/ItemCol';
|
|
3
|
-
export interface RowExcursionProps {
|
|
4
|
-
data: {
|
|
5
|
-
languages?: string[];
|
|
6
|
-
duration?: string;
|
|
7
|
-
accessibility?: string;
|
|
8
|
-
transferType?: string;
|
|
9
|
-
};
|
|
10
|
-
}
|
|
11
|
-
export declare function RowExcursion(): import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
export declare namespace RowExcursion {
|
|
13
|
-
var FirstCol: React.FC<Omit<ItemColProps, "status" | "serviceType">>;
|
|
14
|
-
var DetailsCol: React.FC<RowExcursionProps>;
|
|
15
|
-
}
|
|
16
|
-
export declare const DetailsCol: React.FC<RowExcursionProps>;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import { DetailsCol as DetailsColComponent } from '../../../molecules/TableServiceItem/DetailsCol';
|
|
3
|
-
import { ItemCol } from '../../../molecules/TableServiceItem/ItemCol';
|
|
4
|
-
var clientType = {
|
|
5
|
-
standard: 'STD',
|
|
6
|
-
honeymooners: 'HMN',
|
|
7
|
-
vip: 'VIP',
|
|
8
|
-
vvip: 'VVIP',
|
|
9
|
-
};
|
|
10
|
-
export function RowExcursion() {
|
|
11
|
-
return _jsx(_Fragment, {});
|
|
12
|
-
}
|
|
13
|
-
export var DetailsCol = function (props) {
|
|
14
|
-
var _a;
|
|
15
|
-
var data = props.data;
|
|
16
|
-
return (_jsx(DetailsColComponent, { data: [
|
|
17
|
-
{ icon: 'micro', value: "Languages: ".concat((_a = data.languages) === null || _a === void 0 ? void 0 : _a.join(' and ')) },
|
|
18
|
-
{ icon: 'stopwatch', value: "Duration: ".concat(data.duration) },
|
|
19
|
-
{ icon: 'user', value: "Difficulty: ".concat(data.accessibility) },
|
|
20
|
-
{ icon: 'bus', value: "Type: ".concat(data.transferType) },
|
|
21
|
-
] }));
|
|
22
|
-
};
|
|
23
|
-
var FirstCol = function (props) {
|
|
24
|
-
var serviceName = props.serviceName, offers = props.offers;
|
|
25
|
-
return (_jsx(ItemCol, { serviceType: "Excursion", serviceName: serviceName, offers: offers, iconName: "map-pin" }));
|
|
26
|
-
};
|
|
27
|
-
RowExcursion.FirstCol = FirstCol;
|
|
28
|
-
RowExcursion.DetailsCol = DetailsCol;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface StopWatchIconProps {
|
|
3
|
-
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
4
|
-
className?: string;
|
|
5
|
-
color?: string;
|
|
6
|
-
/**
|
|
7
|
-
* Couleur par défaut si aucune couleur n'est spécifiée
|
|
8
|
-
*/
|
|
9
|
-
defaultColor?: string;
|
|
10
|
-
}
|
|
11
|
-
declare const StopWatchIcon: React.FC<StopWatchIconProps>;
|
|
12
|
-
export default StopWatchIcon;
|
|
@@ -1,36 +0,0 @@
|
|
|
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
|
-
var StopWatchIcon = function (_a) {
|
|
14
|
-
var _b = _a.size, size = _b === void 0 ? 'md' : _b, _c = _a.className, className = _c === void 0 ? '' : _c, color = _a.color;
|
|
15
|
-
var getSizeClasses = function () {
|
|
16
|
-
switch (size) {
|
|
17
|
-
case 'xs':
|
|
18
|
-
return 'w-3 h-3';
|
|
19
|
-
case 'sm':
|
|
20
|
-
return 'w-4 h-4';
|
|
21
|
-
case 'md':
|
|
22
|
-
return 'w-5 h-5';
|
|
23
|
-
case 'lg':
|
|
24
|
-
return 'w-6 h-6';
|
|
25
|
-
case 'xl':
|
|
26
|
-
return 'w-8 h-8';
|
|
27
|
-
default:
|
|
28
|
-
return 'w-5 h-5';
|
|
29
|
-
}
|
|
30
|
-
};
|
|
31
|
-
var sizeClasses = getSizeClasses();
|
|
32
|
-
var colorClass = color ? "text-".concat(color) : 'text-current';
|
|
33
|
-
var classes = "".concat(sizeClasses, " ").concat(colorClass, " ").concat(className);
|
|
34
|
-
return (_jsx("svg", __assign({ className: classes, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M12.585 9.33398C12.585 6.80268 10.5323 4.75098 8.00098 4.75098C5.46982 4.75115 3.41797 6.80279 3.41797 9.33398C3.41797 11.8652 5.46982 13.9168 8.00098 13.917C10.5323 13.917 12.585 11.8653 12.585 9.33398ZM9.4707 6.80371C9.76354 6.51087 10.2383 6.51098 10.5312 6.80371C10.8241 7.0966 10.8241 7.57136 10.5312 7.86426L8.53125 9.86426C8.23834 10.157 7.76354 10.1571 7.4707 9.86426C7.17803 9.57141 7.17803 9.09656 7.4707 8.80371L9.4707 6.80371ZM9.33496 0.583984L9.41113 0.587891C9.78941 0.626215 10.085 0.945597 10.085 1.33398C10.085 1.72237 9.78941 2.04175 9.41113 2.08008L9.33496 2.08398H6.66797C6.25376 2.08398 5.91797 1.7482 5.91797 1.33398C5.91797 0.919771 6.25376 0.583984 6.66797 0.583984H9.33496ZM14.085 9.33398C14.085 12.6937 11.3607 15.417 8.00098 15.417C4.64139 15.4168 1.91797 12.6936 1.91797 9.33398C1.91797 5.97436 4.64139 3.25115 8.00098 3.25098C11.3607 3.25098 14.085 5.97425 14.085 9.33398Z", fill: "currentColor" }) })));
|
|
35
|
-
};
|
|
36
|
-
export default StopWatchIcon;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface UtensilsIconProps {
|
|
3
|
-
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
4
|
-
className?: string;
|
|
5
|
-
color?: string;
|
|
6
|
-
/**
|
|
7
|
-
* Couleur par défaut si aucune couleur n'est spécifiée
|
|
8
|
-
*/
|
|
9
|
-
defaultColor?: string;
|
|
10
|
-
}
|
|
11
|
-
declare const UtensilsIcon: React.FC<UtensilsIconProps>;
|
|
12
|
-
export default UtensilsIcon;
|
|
@@ -1,36 +0,0 @@
|
|
|
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
|
-
var UtensilsIcon = function (_a) {
|
|
14
|
-
var _b = _a.size, size = _b === void 0 ? 'md' : _b, _c = _a.className, className = _c === void 0 ? '' : _c, color = _a.color;
|
|
15
|
-
var getSizeClasses = function () {
|
|
16
|
-
switch (size) {
|
|
17
|
-
case 'xs':
|
|
18
|
-
return 'w-3 h-3';
|
|
19
|
-
case 'sm':
|
|
20
|
-
return 'w-4 h-4';
|
|
21
|
-
case 'md':
|
|
22
|
-
return 'w-5 h-5';
|
|
23
|
-
case 'lg':
|
|
24
|
-
return 'w-6 h-6';
|
|
25
|
-
case 'xl':
|
|
26
|
-
return 'w-8 h-8';
|
|
27
|
-
default:
|
|
28
|
-
return 'w-5 h-5';
|
|
29
|
-
}
|
|
30
|
-
};
|
|
31
|
-
var sizeClasses = getSizeClasses();
|
|
32
|
-
var colorClass = color ? "text-".concat(color) : 'text-current';
|
|
33
|
-
var classes = "".concat(sizeClasses, " ").concat(colorClass, " ").concat(className);
|
|
34
|
-
return (_jsx("svg", __assign({ className: classes, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M3.91699 14.667V8.08398H3.33301C2.18572 8.08381 1.25018 7.14827 1.25 6.00098V1.33398C1.25 0.919771 1.58579 0.583984 2 0.583984C2.41421 0.583984 2.75 0.919771 2.75 1.33398V6.00098C2.75018 6.31984 3.01414 6.5838 3.33301 6.58398H3.91699V1.33398C3.91699 0.919771 4.25278 0.583984 4.66699 0.583984C5.08106 0.58416 5.41699 0.919879 5.41699 1.33398V6.58398H6C6.15463 6.58398 6.30273 6.52238 6.41211 6.41309C6.52143 6.30377 6.58292 6.15557 6.58301 6.00098V1.33398C6.58301 0.919879 6.91894 0.58416 7.33301 0.583984C7.74722 0.583984 8.08301 0.919771 8.08301 1.33398V6.00098C8.08292 6.55339 7.86328 7.08301 7.47266 7.47363C7.08197 7.86423 6.55246 8.08398 6 8.08398H5.41699V14.667C5.41699 15.0811 5.08106 15.4168 4.66699 15.417C4.25278 15.417 3.91699 15.0812 3.91699 14.667ZM13.25 14.667V10.751H12C10.8525 10.751 9.91699 9.81454 9.91699 8.66699V4.66699C9.91708 3.5843 10.3468 2.54594 11.1123 1.78027C11.8781 1.0145 12.917 0.583984 14 0.583984L14.1475 0.598633C14.2914 0.627508 14.4249 0.698334 14.5303 0.803711C14.6709 0.944363 14.75 1.13507 14.75 1.33398V14.667C14.75 15.0812 14.4142 15.417 14 15.417C13.5858 15.417 13.25 15.0812 13.25 14.667ZM11.417 8.66699C11.417 8.98611 11.6809 9.25098 12 9.25098H13.25V2.19434C12.847 2.31656 12.476 2.53763 12.1729 2.84082C11.6887 3.32518 11.4171 3.98212 11.417 4.66699V8.66699Z", fill: "#303642" }) })));
|
|
35
|
-
};
|
|
36
|
-
export default UtensilsIcon;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface WalletIconProps {
|
|
3
|
-
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
4
|
-
className?: string;
|
|
5
|
-
color?: string;
|
|
6
|
-
/**
|
|
7
|
-
* Couleur par défaut si aucune couleur n'est spécifiée
|
|
8
|
-
*/
|
|
9
|
-
defaultColor?: string;
|
|
10
|
-
}
|
|
11
|
-
declare const WalletIcon: React.FC<WalletIconProps>;
|
|
12
|
-
export default WalletIcon;
|
|
@@ -1,36 +0,0 @@
|
|
|
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
|
-
var WalletIcon = function (_a) {
|
|
14
|
-
var _b = _a.size, size = _b === void 0 ? 'md' : _b, _c = _a.className, className = _c === void 0 ? '' : _c, color = _a.color;
|
|
15
|
-
var getSizeClasses = function () {
|
|
16
|
-
switch (size) {
|
|
17
|
-
case 'xs':
|
|
18
|
-
return 'w-3 h-3';
|
|
19
|
-
case 'sm':
|
|
20
|
-
return 'w-4 h-4';
|
|
21
|
-
case 'md':
|
|
22
|
-
return 'w-5 h-5';
|
|
23
|
-
case 'lg':
|
|
24
|
-
return 'w-6 h-6';
|
|
25
|
-
case 'xl':
|
|
26
|
-
return 'w-8 h-8';
|
|
27
|
-
default:
|
|
28
|
-
return 'w-5 h-5';
|
|
29
|
-
}
|
|
30
|
-
};
|
|
31
|
-
var sizeClasses = getSizeClasses();
|
|
32
|
-
var colorClass = color ? "text-".concat(color) : 'text-current';
|
|
33
|
-
var classes = "".concat(sizeClasses, " ").concat(colorClass, " ").concat(className);
|
|
34
|
-
return (_jsx("svg", __assign({ className: classes, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M2.75 12.667C2.75009 12.8216 2.81158 12.9698 2.9209 13.0791C3.03022 13.1884 3.17841 13.2499 3.33301 13.25H13.25V11.417H12C11.4476 11.417 10.918 11.1971 10.5273 10.8066C10.1366 10.4159 9.91699 9.88554 9.91699 9.33301C9.91708 8.78059 10.1367 8.25097 10.5273 7.86035C10.918 7.46975 11.4475 7.25 12 7.25H13.25V5.41699H3.33301C3.1337 5.41696 2.93795 5.38594 2.75 5.33105V12.667ZM11.417 9.33301C11.417 9.48772 11.4785 9.6367 11.5879 9.74609C11.6973 9.85529 11.8454 9.91699 12 9.91699H13.917V8.75H12C11.8454 8.75 11.6973 8.8116 11.5879 8.9209C11.4786 9.03022 11.4171 9.17842 11.417 9.33301ZM2.75 3.33301C2.75 3.48772 2.8115 3.6367 2.9209 3.74609C3.0302 3.85531 3.17849 3.91691 3.33301 3.91699H11.917V2.75H3.33301C3.17842 2.75009 3.03022 2.81158 2.9209 2.9209C2.81158 3.03022 2.75009 3.17842 2.75 3.33301ZM13.417 3.9209C13.7156 3.93857 14.0008 4.04832 14.2314 4.2373L14.335 4.33203L14.4287 4.43555C14.6353 4.68759 14.7499 5.00428 14.75 5.33301V7.46582C14.8012 7.49777 14.8505 7.53279 14.8975 7.57129L15.002 7.66504L15.0957 7.76855C15.3024 8.02068 15.417 8.33813 15.417 8.66699V10C15.417 10.3757 15.2676 10.7363 15.002 11.002C14.9255 11.0784 14.8402 11.1438 14.75 11.2002V13.333C14.75 13.7087 14.6006 14.0693 14.335 14.335C14.0693 14.6006 13.7087 14.75 13.333 14.75H3.33301C2.78059 14.7499 2.25098 14.5303 1.86035 14.1396C1.46973 13.749 1.25009 13.2194 1.25 12.667V3.33301C1.25009 2.78059 1.46973 2.25098 1.86035 1.86035C2.25098 1.46973 2.78059 1.25009 3.33301 1.25H12C12.3288 1.25 12.6454 1.36473 12.8975 1.57129L13.002 1.66504L13.0957 1.76855C13.3024 2.02068 13.417 2.33813 13.417 2.66699V3.9209Z", fill: "black" }) })));
|
|
35
|
-
};
|
|
36
|
-
export default WalletIcon;
|