mautourco-components 0.2.17 → 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 (126) 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/molecules/ActionDropdown/ActionDropdown.css +1 -1
  17. package/dist/components/molecules/ActionDropdown/ActionDropdown.d.ts +4 -0
  18. package/dist/components/molecules/ActionDropdown/ActionDropdown.js +18 -8
  19. package/dist/components/molecules/DetailsInfo/DetailsAction.d.ts +5 -0
  20. package/dist/components/molecules/DetailsInfo/DetailsAction.js +4 -3
  21. package/dist/components/molecules/DetailsInfo/{DetailsAgency.d.ts → DetailsAgency/DetailsAgency.d.ts} +4 -0
  22. package/dist/components/molecules/DetailsInfo/{DetailsAgency.js → DetailsAgency/DetailsAgency.js} +2 -2
  23. package/dist/components/molecules/DetailsInfo/DetailsClient/DetailsClient.css +2104 -0
  24. package/dist/components/molecules/DetailsInfo/DetailsClient/DetailsClient.d.ts +13 -0
  25. package/dist/components/molecules/DetailsInfo/DetailsClient/DetailsClient.js +20 -0
  26. package/dist/components/molecules/DetailsInfo/DetailsFile.d.ts +7 -1
  27. package/dist/components/molecules/DetailsInfo/DetailsFile.js +3 -4
  28. package/dist/components/molecules/DetailsInfo/DetailsInfo.d.ts +2 -1
  29. package/dist/components/molecules/DetailsInfo/DetailsInfo.js +3 -1
  30. package/dist/components/molecules/DetailsInfo/index.d.ts +2 -1
  31. package/dist/components/molecules/GlobalAmenities/GlobalAmenities.d.ts +9 -0
  32. package/dist/components/molecules/GlobalAmenities/GlobalAmenities.js +19 -0
  33. package/dist/components/molecules/ServiceInfo/ServiceInfo.css +2109 -0
  34. package/dist/components/molecules/ServiceInfo/ServiceInfo.d.ts +21 -0
  35. package/dist/components/molecules/ServiceInfo/ServiceInfo.js +37 -0
  36. package/dist/components/molecules/ServiceLanguages/ServiceLanguages.d.ts +10 -0
  37. package/dist/components/molecules/ServiceLanguages/ServiceLanguages.js +19 -0
  38. package/dist/components/molecules/ServiceLanguages/constant.d.ts +1 -0
  39. package/dist/components/molecules/ServiceLanguages/constant.js +6 -0
  40. package/dist/components/molecules/TableServiceItem/RowOtherServices.js +1 -1
  41. package/dist/components/molecules/TextWithBorderBottom/TextWithBorderBottom.css +2103 -0
  42. package/dist/components/molecules/TextWithBorderBottom/TextWithBorderBottom.d.ts +4 -0
  43. package/dist/components/molecules/TextWithBorderBottom/TextWithBorderBottom.js +29 -0
  44. package/dist/components/molecules/TextWithIcon/TextWithIcon.d.ts +3 -1
  45. package/dist/components/molecules/TextWithIcon/TextWithIcon.js +2 -2
  46. package/dist/components/molecules/TooltipDisplay/TooltipDisplay.js +1 -1
  47. package/dist/components/organisms/TabCancellationPolicy/CancellationAccom.d.ts +3 -4
  48. package/dist/components/organisms/TabCancellationPolicy/CancellationAccom.js +2 -2
  49. package/dist/components/organisms/TabCancellationPolicy/HeaderAccom.d.ts +1 -1
  50. package/dist/components/organisms/TabCancellationPolicy/HeaderAccom.js +1 -1
  51. package/dist/components/organisms/TabCancellationPolicy/PolicyTransfer.js +1 -1
  52. package/dist/components/organisms/TabCancellationPolicy/TabCancellationPolicyLayout/TabCancellationPolicyLayout.css +9 -2
  53. package/dist/components/organisms/TabCancellationPolicy/TabCancellationPolicyLayout/TabCancellationPolicyLayout.d.ts +1 -1
  54. package/dist/components/organisms/TabServiceDetails/Accommodation.d.ts +26 -0
  55. package/dist/components/organisms/TabServiceDetails/Accommodation.js +46 -0
  56. package/dist/components/organisms/TabServiceDetails/DetailContentTransfer.d.ts +9 -0
  57. package/dist/components/organisms/TabServiceDetails/DetailContentTransfer.js +17 -0
  58. package/dist/components/organisms/TabServiceDetails/DetailsContentAccom.d.ts +41 -0
  59. package/dist/components/organisms/TabServiceDetails/DetailsContentAccom.js +65 -0
  60. package/dist/components/organisms/TabServiceDetails/DetailsContentExcursion.d.ts +18 -0
  61. package/dist/components/organisms/TabServiceDetails/DetailsContentExcursion.js +20 -0
  62. package/dist/components/organisms/TabServiceDetails/Excursion.d.ts +7 -0
  63. package/dist/components/organisms/TabServiceDetails/Excursion.js +29 -0
  64. package/dist/components/organisms/TabServiceDetails/TabServiceDetails.d.ts +10 -0
  65. package/dist/components/organisms/TabServiceDetails/TabServiceDetails.js +23 -0
  66. package/dist/components/organisms/TabServiceDetails/TabServiceDetailsLayout/TabServiceDetailsLayout.css +2143 -0
  67. package/dist/components/organisms/TabServiceDetails/TabServiceDetailsLayout/TabServiceDetailsLayout.d.ts +35 -0
  68. package/dist/components/organisms/TabServiceDetails/TabServiceDetailsLayout/TabServiceDetailsLayout.js +39 -0
  69. package/dist/components/organisms/TabServiceDetails/Transfer.d.ts +12 -0
  70. package/dist/components/organisms/TabServiceDetails/Transfer.js +19 -0
  71. package/dist/components/organisms/TabServiceDetails/index.d.ts +4 -0
  72. package/dist/components/organisms/TabServiceDetails/index.js +1 -0
  73. package/dist/components/organisms/Table/Table.css +56 -0
  74. package/dist/components/organisms/Table/Table.js +6 -4
  75. package/dist/components/organisms/Timeline/Timeline.js +1 -1
  76. package/dist/index.d.ts +6 -1
  77. package/dist/index.js +6 -1
  78. package/package.json +2 -1
  79. package/src/components/atoms/CardServiceAccom/CardServiceAccom.css +22 -0
  80. package/src/components/atoms/CardServiceAccom/CardServiceAccom.tsx +22 -0
  81. package/src/components/atoms/Chip/Chip.css +7 -2
  82. package/src/components/atoms/Chip/Chip.tsx +16 -2
  83. package/src/components/atoms/Icon/icons/AirIcon.tsx +40 -0
  84. package/src/components/atoms/Icon/icons/BikeIcon.tsx +40 -0
  85. package/src/components/atoms/Icon/icons/LuggageIcon.tsx +40 -0
  86. package/src/components/atoms/Icon/icons/Utensils.tsx +11 -3
  87. package/src/components/atoms/Icon/icons/registry.tsx +6 -0
  88. package/src/components/molecules/ActionDropdown/ActionDropdown.css +1 -1
  89. package/src/components/molecules/ActionDropdown/ActionDropdown.tsx +48 -15
  90. package/src/components/molecules/DetailsInfo/DetailsAction.tsx +19 -6
  91. package/src/components/molecules/DetailsInfo/{DetailsAgency.tsx → DetailsAgency/DetailsAgency.tsx} +6 -2
  92. package/src/components/molecules/DetailsInfo/DetailsClient/DetailsClient.css +10 -0
  93. package/src/components/molecules/DetailsInfo/DetailsClient/DetailsClient.tsx +56 -0
  94. package/src/components/molecules/DetailsInfo/DetailsFile.tsx +24 -9
  95. package/src/components/molecules/DetailsInfo/DetailsInfo.tsx +3 -1
  96. package/src/components/molecules/DetailsInfo/index.ts +5 -1
  97. package/src/components/molecules/GlobalAmenities/GlobalAmenities.tsx +35 -0
  98. package/src/components/molecules/ServiceInfo/ServiceInfo.css +27 -0
  99. package/src/components/molecules/ServiceInfo/ServiceInfo.tsx +74 -0
  100. package/src/components/molecules/ServiceLanguages/ServiceLanguages.tsx +33 -0
  101. package/src/components/molecules/ServiceLanguages/constant.ts +6 -0
  102. package/src/components/molecules/TableServiceItem/RowOtherServices.tsx +3 -1
  103. package/src/components/molecules/TextWithBorderBottom/TextWithBorderBottom.css +9 -0
  104. package/src/components/molecules/TextWithBorderBottom/TextWithBorderBottom.tsx +12 -0
  105. package/src/components/molecules/TextWithIcon/TextWithIcon.tsx +6 -1
  106. package/src/components/molecules/TooltipDisplay/TooltipDisplay.tsx +4 -2
  107. package/src/components/organisms/TabCancellationPolicy/CancellationAccom.tsx +5 -6
  108. package/src/components/organisms/TabCancellationPolicy/HeaderAccom.tsx +2 -2
  109. package/src/components/organisms/TabCancellationPolicy/PolicyTransfer.tsx +1 -1
  110. package/src/components/organisms/TabCancellationPolicy/TabCancellationPolicyLayout/TabCancellationPolicyLayout.css +9 -2
  111. package/src/components/organisms/TabCancellationPolicy/TabCancellationPolicyLayout/TabCancellationPolicyLayout.tsx +1 -1
  112. package/src/components/organisms/TabServiceDetails/Accommodation.tsx +45 -0
  113. package/src/components/organisms/TabServiceDetails/DetailContentTransfer.tsx +45 -0
  114. package/src/components/organisms/TabServiceDetails/DetailsContentAccom.tsx +124 -0
  115. package/src/components/organisms/TabServiceDetails/DetailsContentExcursion.tsx +65 -0
  116. package/src/components/organisms/TabServiceDetails/Excursion.tsx +20 -0
  117. package/src/components/organisms/TabServiceDetails/TabServiceDetails.tsx +13 -0
  118. package/src/components/organisms/TabServiceDetails/TabServiceDetailsLayout/TabServiceDetailsLayout.css +55 -0
  119. package/src/components/organisms/TabServiceDetails/TabServiceDetailsLayout/TabServiceDetailsLayout.tsx +82 -0
  120. package/src/components/organisms/TabServiceDetails/Transfer.tsx +34 -0
  121. package/src/components/organisms/TabServiceDetails/index.ts +5 -0
  122. package/src/components/organisms/Table/Table.css +54 -0
  123. package/src/components/organisms/Table/Table.tsx +37 -22
  124. package/src/components/organisms/Timeline/Timeline.tsx +2 -2
  125. /package/dist/components/molecules/DetailsInfo/{DetailsAgency.css → DetailsAgency/DetailsAgency.css} +0 -0
  126. /package/src/components/molecules/DetailsInfo/{DetailsAgency.css → DetailsAgency/DetailsAgency.css} +0 -0
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import './CardServiceAccom.css';
3
+ export interface CardServiceAccomProps extends React.PropsWithChildren {
4
+ className?: string;
5
+ withBorderLeft?: boolean;
6
+ }
7
+ export default function CardServiceAccom(props: CardServiceAccomProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,29 @@
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
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
+ import { cn } from '@/src/lib/utils';
25
+ import './CardServiceAccom.css';
26
+ export default function CardServiceAccom(props) {
27
+ var className = props.className, withBorderLeft = props.withBorderLeft, rest = __rest(props, ["className", "withBorderLeft"]);
28
+ return (_jsx("div", __assign({ className: cn('card-service-accom', withBorderLeft && 'card-service-accom--border-left', className) }, rest)));
29
+ }
@@ -2081,7 +2081,9 @@
2081
2081
  justify-content: center;
2082
2082
  gap: var(--chip-spacing-sm-gap, 4px);
2083
2083
  border-radius: var(--chip-border-radius-pill, 9999px);
2084
- font-family: var(--font-font-family-body, "Satoshi"), "Satoshi", "Inter", "Segoe UI", "system-ui", sans-serif;
2084
+ font-family:
2085
+ var(--font-font-family-body, 'Satoshi'), 'Satoshi', 'Inter', 'Segoe UI', 'system-ui',
2086
+ sans-serif;
2085
2087
  font-weight: var(--font-weight-font-medium, 500);
2086
2088
  line-height: calc(var(--font-leading-leading-base, 16) * 1px);
2087
2089
  white-space: nowrap;
@@ -2214,7 +2216,9 @@
2214
2216
 
2215
2217
  /* Label */
2216
2218
  .chip__label {
2217
- display: inline-block;
2219
+ display: inline-flex;
2220
+ align-items: center;
2221
+ column-gap: 0.25rem;
2218
2222
  }
2219
2223
 
2220
2224
  /* Clickable state */
@@ -2236,3 +2240,6 @@
2236
2240
  outline-offset: 2px;
2237
2241
  }
2238
2242
 
2243
+ .chip--outline.chip--black-text {
2244
+ color: var(--chip-color-neutral-outline-text, #262626);
2245
+ }
@@ -22,6 +22,10 @@ export interface ChipProps {
22
22
  className?: string;
23
23
  /** Handler de clic (optionnel, rend le chip cliquable) */
24
24
  onClick?: (event: React.MouseEvent<HTMLDivElement>) => void;
25
+ /** Si le texte doit être noir */
26
+ isBlackText?: boolean;
27
+ /** Icon externe */
28
+ externalIcon?: string;
25
29
  }
26
30
  declare const Chip: React.FC<ChipProps>;
27
31
  export default Chip;
@@ -13,18 +13,20 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
13
  import Icon from '../Icon/Icon';
14
14
  import './Chip.css';
15
15
  var Chip = function (_a) {
16
- var label = _a.label, children = _a.children, _b = _a.size, size = _b === void 0 ? 'sm' : _b, _c = _a.type, type = _c === void 0 ? 'filled' : _c, _d = _a.color, color = _d === void 0 ? 'brand' : _d, leadingIcon = _a.leadingIcon, trailingIcon = _a.trailingIcon, _e = _a.iconSize, iconSize = _e === void 0 ? 'sm' : _e, _f = _a.className, className = _f === void 0 ? '' : _f, onClick = _a.onClick;
16
+ var label = _a.label, children = _a.children, _b = _a.size, size = _b === void 0 ? 'sm' : _b, _c = _a.type, type = _c === void 0 ? 'filled' : _c, _d = _a.color, color = _d === void 0 ? 'brand' : _d, leadingIcon = _a.leadingIcon, trailingIcon = _a.trailingIcon, _e = _a.iconSize, iconSize = _e === void 0 ? 'sm' : _e, _f = _a.className, className = _f === void 0 ? '' : _f, _g = _a.isBlackText, isBlackText = _g === void 0 ? false : _g, externalIcon = _a.externalIcon, onClick = _a.onClick;
17
17
  var baseClasses = 'chip';
18
18
  var sizeClass = "chip--".concat(size);
19
19
  var typeClass = "chip--".concat(type);
20
20
  var colorClass = "chip--".concat(color);
21
21
  var clickableClass = onClick ? 'chip--clickable' : '';
22
+ var blackTextClass = isBlackText ? 'chip--black-text' : '';
22
23
  var chipClasses = [
23
24
  baseClasses,
24
25
  sizeClass,
25
26
  typeClass,
26
27
  colorClass,
27
28
  clickableClass,
29
+ blackTextClass,
28
30
  className,
29
31
  ]
30
32
  .filter(Boolean)
@@ -32,6 +34,6 @@ var Chip = function (_a) {
32
34
  var hasLeadingIcon = Boolean(leadingIcon);
33
35
  var hasTrailingIcon = Boolean(trailingIcon);
34
36
  var content = label || children;
35
- return (_jsxs("div", __assign({ className: chipClasses, onClick: onClick, role: onClick ? 'button' : undefined, tabIndex: onClick ? 0 : undefined }, { children: [hasLeadingIcon && (_jsx("span", __assign({ className: "chip__icon chip__icon--leading" }, { children: _jsx(Icon, { name: leadingIcon, size: iconSize }) }))), _jsx("span", __assign({ className: "chip__label" }, { children: content })), hasTrailingIcon && (_jsx("span", __assign({ className: "chip__icon chip__icon--trailing" }, { children: _jsx(Icon, { name: trailingIcon, size: iconSize }) })))] })));
37
+ return (_jsxs("div", __assign({ className: chipClasses, onClick: onClick, role: onClick ? 'button' : undefined, tabIndex: onClick ? 0 : undefined }, { children: [hasLeadingIcon && (_jsx("span", __assign({ className: "chip__icon chip__icon--leading" }, { children: _jsx(Icon, { name: leadingIcon, size: iconSize }) }))), externalIcon && (_jsx("img", { src: externalIcon, alt: "", className: "w-4 h-4 object-contain" })), _jsx("span", __assign({ className: "chip__label" }, { children: content })), hasTrailingIcon && (_jsx("span", __assign({ className: "chip__icon chip__icon--trailing" }, { children: _jsx(Icon, { name: trailingIcon, size: iconSize }) })))] })));
36
38
  };
37
39
  export default Chip;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconBaseProps } from './registry';
3
+ declare const AirIcon: React.FC<IconBaseProps>;
4
+ export default AirIcon;
@@ -0,0 +1,36 @@
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 AirIcon = 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: "M10.6611 1.66512C10.8463 1.29477 11.2966 1.14424 11.667 1.32918C12.0373 1.51436 12.1879 1.96463 12.0029 2.33504L11.5068 3.32625L11.8643 3.2618C12.2718 3.1877 12.6622 3.45876 12.7363 3.86629C12.8102 4.27371 12.5402 4.66429 12.1328 4.73836L10.668 5.00399L10.1699 6.00008L10.7959 7.25008H11.957L12.7324 6.21688C12.981 5.8856 13.4509 5.81799 13.7822 6.06649C14.1136 6.31499 14.1801 6.78493 13.9316 7.11629L13.8311 7.25008H14.665C15.0793 7.25008 15.415 7.58587 15.415 8.00008C15.415 8.4143 15.0793 8.75008 14.665 8.75008H13.8311L13.9316 8.88387C14.1801 9.21524 14.1136 9.68517 13.7822 9.93368C13.4509 10.1822 12.981 10.1146 12.7324 9.78329L11.957 8.75008H10.7959L10.1699 10.0001L10.668 10.9952L12.1328 11.2618C12.5402 11.3359 12.8102 11.7265 12.7363 12.1339C12.6668 12.516 12.3195 12.7781 11.9404 12.7481L11.8643 12.7384L11.5068 12.6729L12.0029 13.6651L12.0332 13.7354C12.1678 14.0908 12.0142 14.4974 11.667 14.671C11.2966 14.8559 10.8463 14.7054 10.6611 14.335L10.165 13.3429L10.0029 13.669L9.33203 13.3331L8.66113 12.9981L9.32617 11.6661L8.86816 10.7501H7.12891L6.66992 11.6661L7.33594 12.9981C7.52114 13.3685 7.37127 13.8187 7.00098 14.004C6.63049 14.1892 6.17938 14.0395 5.99414 13.669L5.83105 13.3429L5.33594 14.335C5.15072 14.7055 4.70054 14.8561 4.33008 14.671C3.95977 14.4858 3.8093 14.0355 3.99414 13.6651L4.48926 12.6729L4.13281 12.7384L3.99902 12.0001L3.86426 11.2618L5.32812 10.9952L5.82617 10.0001L5.20117 8.75008H4.04102L3.26562 9.78329C3.0172 10.1145 2.54717 10.1818 2.21582 9.93368C1.88454 9.68521 1.81713 9.21523 2.06543 8.88387L2.16602 8.75008H1.33203C0.917818 8.75008 0.582031 8.4143 0.582031 8.00008C0.582031 7.58587 0.917818 7.25008 1.33203 7.25008H2.16602L2.06543 7.11629C1.81713 6.78494 1.88454 6.31495 2.21582 6.06649C2.54717 5.81833 3.0172 5.88565 3.26562 6.21688L4.04102 7.25008H5.20117L5.82617 6.00008L5.32812 5.00399L3.86426 4.73836C3.45696 4.6642 3.18689 4.27362 3.26074 3.86629C3.33483 3.4588 3.72532 3.18778 4.13281 3.2618L4.48926 3.32625L3.99414 2.33504C3.8093 1.96466 3.95977 1.51434 4.33008 1.32918C4.70054 1.14404 5.15072 1.29468 5.33594 1.66512L5.83105 2.65633L5.99414 2.33114C6.17938 1.96065 6.63049 1.81093 7.00098 1.99618C7.37127 2.1815 7.52114 2.63164 7.33594 3.00204L6.66992 4.33309L7.12891 5.25008H8.86816L9.32617 4.33309L8.66113 3.00204L9.33203 2.66708L10.0029 2.33114L10.165 2.65633L10.6611 1.66512ZM10.0029 13.669C9.81769 14.0393 9.36746 14.189 8.99707 14.004C8.62663 13.8188 8.47599 13.3686 8.66113 12.9981L10.0029 13.669ZM4.13281 12.7384C3.72532 12.8124 3.33483 12.5414 3.26074 12.1339C3.18689 11.7265 3.45696 11.336 3.86426 11.2618L4.13281 12.7384ZM6.50293 8.00008L7.12891 9.25008H8.86816L9.49316 8.00008L8.86816 6.75008H7.12891L6.50293 8.00008ZM8.99707 1.99618C9.36746 1.81116 9.81769 1.96084 10.0029 2.33114L8.66113 3.00204C8.47599 2.63158 8.62663 2.1814 8.99707 1.99618Z", fill: "currentColor" }) })));
35
+ };
36
+ export default AirIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconBaseProps } from './registry';
3
+ declare const BikeIcon: React.FC<IconBaseProps>;
4
+ export default BikeIcon;
@@ -0,0 +1,36 @@
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 BikeIcon = 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: "M5.24902 11.666C5.24902 10.7916 4.53949 10.083 3.66504 10.083C2.79074 10.0832 2.08203 10.7917 2.08203 11.666C2.08203 12.5404 2.79074 13.2488 3.66504 13.249C4.53949 13.249 5.24902 12.5405 5.24902 11.666ZM13.915 11.666C13.915 10.7916 13.2065 10.083 12.332 10.083C11.4576 10.083 10.749 10.7916 10.749 11.666C10.749 12.5405 11.4576 13.249 12.332 13.249C13.2065 13.249 13.915 12.5405 13.915 11.666ZM7.24902 11.666V9.64355L5.46875 7.86328C5.31501 7.70954 5.23556 7.49617 5.25098 7.2793C5.26645 7.06252 5.37496 6.86282 5.54883 6.73242L8.21582 4.73242L8.2793 4.68945C8.43242 4.59754 8.61431 4.56331 8.79199 4.59375C8.99515 4.62856 9.17473 4.74549 9.28906 4.91699L10.4004 6.58301H11.332L11.4092 6.58691C11.7871 6.62555 12.082 6.94485 12.082 7.33301C12.0819 7.72104 11.7871 8.04051 11.4092 8.0791L11.332 8.08301H9.99902C9.74841 8.08301 9.51413 7.95745 9.375 7.74902L8.48047 6.4082L7.13965 7.41309L8.5293 8.80273C8.66975 8.94336 8.74902 9.13425 8.74902 9.33301V11.666C8.74902 12.0801 8.41309 12.4158 7.99902 12.416C7.58481 12.416 7.24902 12.0802 7.24902 11.666ZM9.99902 3.24902C9.953 3.24902 9.91504 3.28698 9.91504 3.33301L9.92188 3.36523C9.93455 3.3951 9.96454 3.41602 9.99902 3.41602C10.0333 3.41588 10.0625 3.39494 10.0752 3.36523L10.082 3.33301L10.0752 3.2998C10.0667 3.28012 10.051 3.26424 10.0312 3.25586L9.99902 3.24902ZM6.74902 11.666C6.74902 13.3689 5.36792 14.749 3.66504 14.749C1.96231 14.7488 0.582031 13.3688 0.582031 11.666C0.582031 9.96325 1.96231 8.58318 3.66504 8.58301C5.36792 8.58301 6.74902 9.96314 6.74902 11.666ZM15.415 11.666C15.415 13.3689 14.0349 14.749 12.332 14.749C10.6292 14.749 9.24902 13.3689 9.24902 11.666C9.24902 9.96314 10.6292 8.58301 12.332 8.58301C14.0349 8.58301 15.415 9.96314 15.415 11.666ZM11.415 3.33301C11.4149 4.11515 10.7812 4.74885 9.99902 4.74902C9.26551 4.74902 8.6614 4.19192 8.58887 3.47754L8.58203 3.33301L8.58887 3.1875C8.66155 2.47327 9.26562 1.91602 9.99902 1.91602L10.1436 1.92285C10.8579 1.99538 11.415 2.59949 11.415 3.33301Z", fill: "currentColor" }) })));
35
+ };
36
+ export default BikeIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconBaseProps } from './registry';
3
+ declare const LuggageIcon: React.FC<IconBaseProps>;
4
+ export default LuggageIcon;
@@ -0,0 +1,36 @@
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 LuggageIcon = 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.916 5.33331C13.916 5.01115 13.6552 4.75031 13.333 4.75031H11.416V12.5833H13.333C13.6551 12.5833 13.9158 12.3223 13.916 12.0003V5.33331ZM6.08301 12.5833H9.91602V4.75031H6.08301V12.5833ZM2.08301 12.0003C2.08318 12.3222 2.34411 12.5831 2.66602 12.5833H4.58301V4.75031H2.66602C2.344 4.75048 2.08301 5.01126 2.08301 5.33331V12.0003ZM9.91602 2.66632C9.91593 2.51173 9.85444 2.36353 9.74512 2.25421C9.6631 2.17226 9.55932 2.11743 9.44727 2.09503L9.33301 2.08331H6.66602C6.51142 2.0834 6.36323 2.14489 6.25391 2.25421C6.14459 2.36353 6.08309 2.51173 6.08301 2.66632V3.25031H9.91602V2.66632ZM11.416 3.25031H13.333C14.4836 3.25031 15.416 4.18272 15.416 5.33331V12.0003C15.4158 13.1507 14.4835 14.0833 13.333 14.0833H2.66602C1.51568 14.0831 0.583184 13.1506 0.583008 12.0003V5.33331C0.583008 4.18283 1.51557 3.25048 2.66602 3.25031H4.58301V2.66632C4.58309 2.1139 4.80274 1.58429 5.19336 1.19366C5.58398 0.803041 6.1136 0.583399 6.66602 0.583313H9.33301C9.88547 0.583313 10.415 0.803065 10.8057 1.19366C11.1963 1.58429 11.4159 2.1139 11.416 2.66632V3.25031Z", fill: "currentColor" }) })));
35
+ };
36
+ export default LuggageIcon;
@@ -31,6 +31,6 @@ var UtensilsIcon = function (_a) {
31
31
  var sizeClasses = getSizeClasses();
32
32
  var colorClass = color ? "text-".concat(color) : 'text-current';
33
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" }) })));
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: "currentColor" }) })));
35
35
  };
36
36
  export default UtensilsIcon;
@@ -64,5 +64,8 @@ export declare const ICONS: {
64
64
  readonly map: IconComponent;
65
65
  readonly wallet: IconComponent;
66
66
  readonly 'plus-circle': IconComponent;
67
+ readonly bike: IconComponent;
68
+ readonly air: IconComponent;
69
+ readonly luggage: IconComponent;
67
70
  };
68
71
  export type IconName = keyof typeof ICONS;
@@ -11,9 +11,11 @@ var __assign = (this && this.__assign) || function () {
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
13
  import AccomIcon from './AccomIcon';
14
+ import AirIcon from './AirIcon';
14
15
  import ArrivalIcon from './ArrivalIcon';
15
16
  import ArrowDownOutlineIcon from './ArrowDownOutlineIcon';
16
17
  import ArrowRightOutlineIcon from './ArrowRightOutlineIcon';
18
+ import BikeIcon from './BikeIcon';
17
19
  import Building2OutlineIcon from './Building2OutlineIcon';
18
20
  import BuildingIcon from './BuildingIcon';
19
21
  import BusIcon from './BusIcon';
@@ -33,6 +35,7 @@ import FacebookIcon from './FacebookIcon';
33
35
  import HomeIcon from './HomeIcon';
34
36
  import InfoIcon from './InfoIcon';
35
37
  import LinkedInIcon from './LinkedInIcon';
38
+ import LuggageIcon from './LuggageIcon';
36
39
  import MapIcon from './MapIcon';
37
40
  import MapPinIcon from './MapPinIcon';
38
41
  import MautourcoLogo from './MautoucoLogo';
@@ -122,4 +125,7 @@ export var ICONS = {
122
125
  map: MapIcon,
123
126
  wallet: WalletIcon,
124
127
  'plus-circle': PlusCircleIcon,
128
+ bike: BikeIcon,
129
+ air: AirIcon,
130
+ luggage: LuggageIcon,
125
131
  };
@@ -2077,7 +2077,7 @@
2077
2077
 
2078
2078
  .action-dropdown {
2079
2079
  position: relative;
2080
- width: 153px;
2080
+ width: var(--max-width, 153px);
2081
2081
  background-color: #fff;
2082
2082
  padding: var(--spacing-padding-px-4);
2083
2083
  border-radius: var(--border-radius-rounded-xl);
@@ -5,6 +5,8 @@ export interface ActionDropdownItem {
5
5
  label: string;
6
6
  /** Disable the action dropdown item */
7
7
  disabled?: boolean;
8
+ /** Tooltip for the action dropdown item when disabled */
9
+ tooltip?: string;
8
10
  /** Callback function to be called when the action dropdown item is clicked */
9
11
  onClick?: () => void;
10
12
  }
@@ -13,6 +15,8 @@ export interface ActionDropdownProps {
13
15
  data: ActionDropdownItem[];
14
16
  /** Trigger element */
15
17
  children?: React.ReactNode;
18
+ /** Maximum width for the action dropdown */
19
+ maxWidth?: string;
16
20
  }
17
21
  /**
18
22
  * A dropdown component that displays a list of actions triggered by a more icon button. Uses a Popover for the dropdown menu.
@@ -10,10 +10,12 @@ var __assign = (this && this.__assign) || function () {
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
12
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
- import { useState } from 'react';
13
+ import { cn } from '@/src/lib/utils';
14
+ import { Fragment, useState } from 'react';
14
15
  import Icon from '../../atoms/Icon/Icon';
15
16
  import { Text } from '../../atoms/Typography/Typography';
16
17
  import { Popover, PopoverContent, PopoverTrigger } from '../../ui/popover';
18
+ import { TooltipDisplay } from '../TooltipDisplay/TooltipDisplay';
17
19
  import './ActionDropdown.css';
18
20
  /**
19
21
  * A dropdown component that displays a list of actions triggered by a more icon button. Uses a Popover for the dropdown menu.
@@ -24,11 +26,19 @@ import './ActionDropdown.css';
24
26
  * @returns
25
27
  */
26
28
  export var ActionDropdown = function (_a) {
27
- var data = _a.data, children = _a.children;
28
- var _b = useState(false), open = _b[0], setOpen = _b[1];
29
- return (_jsxs(Popover, __assign({ open: open, onOpenChange: setOpen }, { children: [_jsx(PopoverTrigger, { children: children !== null && children !== void 0 ? children : (_jsx("button", __assign({ className: "action-dropdown-trigger" }, { children: _jsx(Icon, { name: "more-vertical" }) }))) }), _jsx(PopoverContent, __assign({ className: "action-dropdown", align: "end", side: "bottom", avoidCollisions: false }, { children: data.map(function (item, index) { return (_jsx("button", __assign({ onClick: function () {
30
- var _a;
31
- setOpen(false);
32
- (_a = item.onClick) === null || _a === void 0 ? void 0 : _a.call(item);
33
- } }, { children: _jsx(Text, __assign({ variant: "medium", size: "sm", as: "span" }, { children: item.label })) }), "ad-".concat(index))); }) }))] })));
29
+ var data = _a.data, children = _a.children, _b = _a.maxWidth, maxWidth = _b === void 0 ? '153px' : _b;
30
+ var _c = useState(false), open = _c[0], setOpen = _c[1];
31
+ return (_jsxs(Popover, __assign({ open: open, onOpenChange: setOpen }, { children: [_jsx(PopoverTrigger, { children: children !== null && children !== void 0 ? children : (_jsx("button", __assign({ className: "action-dropdown-trigger" }, { children: _jsx(Icon, { name: "more-vertical" }) }))) }), _jsx(PopoverContent, __assign({ className: "action-dropdown", style: { '--max-width': maxWidth }, align: "end", side: "bottom", avoidCollisions: false }, { children: data.map(function (item, index) {
32
+ var defaultButton = (_jsx("button", __assign({ onClick: function () {
33
+ var _a;
34
+ if (item.disabled) {
35
+ return;
36
+ }
37
+ setOpen(false);
38
+ (_a = item.onClick) === null || _a === void 0 ? void 0 : _a.call(item);
39
+ }, className: cn({
40
+ 'cursor-not-allowed opacity-60': item.disabled,
41
+ }), disabled: item.disabled }, { children: _jsx(Text, __assign({ variant: "medium", size: "sm", as: "span" }, { children: item.label })) })));
42
+ return (_jsx(Fragment, { children: item.disabled ? (_jsx(TooltipDisplay, __assign({ content: item.tooltip, side: "left", maxWidth: "290px" }, { children: defaultButton }))) : (defaultButton) }, "ad-".concat(index)));
43
+ }) }))] })));
34
44
  };
@@ -1,9 +1,14 @@
1
1
  import { ActionDropdownType } from '@/src/types/table';
2
2
  import React from 'react';
3
+ import { ButtonProps } from '../../atoms/Button/Button';
3
4
  import { ActionDropdownItem } from '../ActionDropdown/ActionDropdown';
4
5
  export interface DetailsActionProps {
5
6
  /** Data for the action dropdown */
6
7
  data?: ActionDropdownItem[];
7
8
  onAction?: (action: ActionDropdownType) => void;
9
+ buttonVariant?: ButtonProps['variant'];
10
+ buttonClassName?: string;
11
+ buttonLabel?: string;
12
+ dropdownMaxWidth?: string;
8
13
  }
9
14
  export declare const DetailsAction: React.FC<DetailsActionProps>;
@@ -10,12 +10,13 @@ var __assign = (this && this.__assign) || function () {
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
12
  import { jsx as _jsx } from "react/jsx-runtime";
13
+ import { cn } from '@/src/lib/utils';
13
14
  import { ActionDropdownType } from '@/src/types/table';
14
15
  import Button from '../../atoms/Button/Button';
15
16
  import { ActionDropdown } from '../ActionDropdown/ActionDropdown';
16
17
  export var DetailsAction = function (props) {
17
- var _a = props.data, data = _a === void 0 ? [] : _a, onAction = props.onAction;
18
- return (_jsx(ActionDropdown, __assign({ data: data.length > 0
18
+ var _a = props.data, data = _a === void 0 ? [] : _a, onAction = props.onAction, _b = props.buttonVariant, buttonVariant = _b === void 0 ? 'outline-secondary' : _b, _c = props.buttonClassName, buttonClassName = _c === void 0 ? '' : _c, _d = props.buttonLabel, buttonLabel = _d === void 0 ? 'More options' : _d, dropdownMaxWidth = props.dropdownMaxWidth;
19
+ return (_jsx(ActionDropdown, __assign({ maxWidth: dropdownMaxWidth, data: data
19
20
  ? data
20
21
  : [
21
22
  {
@@ -42,5 +43,5 @@ export var DetailsAction = function (props) {
42
43
  onAction === null || onAction === void 0 ? void 0 : onAction(ActionDropdownType.DELETE_QUOTE);
43
44
  },
44
45
  },
45
- ] }, { children: _jsx(Button, __assign({ variant: "outline-secondary", trailingIcon: "chevron-down", size: "sm", className: "w-[144px] !justify-between !px-[14px]" }, { children: "More options" })) })));
46
+ ] }, { children: _jsx(Button, __assign({ variant: buttonVariant, trailingIcon: "chevron-down", size: "sm", className: cn('w-[144px] !justify-between !px-[14px]', buttonClassName) }, { children: buttonLabel })) })));
46
47
  };
@@ -1,9 +1,13 @@
1
1
  import React from 'react';
2
2
  import './DetailsAgency.css';
3
3
  export interface DetailsAgencyProps {
4
+ /** Name of the agency */
4
5
  name: string;
6
+ /** Client type of the agency */
5
7
  clientType: string;
8
+ /** Show the waiting for confirmation chip */
6
9
  isOnRequest: boolean;
10
+ /** Children of the agency */
7
11
  children?: React.ReactNode;
8
12
  }
9
13
  export declare const DetailsAgency: React.FC<DetailsAgencyProps>;
@@ -10,8 +10,8 @@ var __assign = (this && this.__assign) || function () {
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
12
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
- import Chip from '../../atoms/Chip/Chip';
14
- import { Text } from '../../atoms/Typography/Typography';
13
+ import Chip from '@/src/components/atoms/Chip/Chip';
14
+ import { Text } from '@/src/components/atoms/Typography/Typography';
15
15
  import './DetailsAgency.css';
16
16
  export var DetailsAgency = function (props) {
17
17
  var name = props.name, clientType = props.clientType, isOnRequest = props.isOnRequest, children = props.children;