mautourco-components 0.2.30 → 0.2.31

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 (326) hide show
  1. package/dist/components/atoms/Avatar/Avatar.js +1 -12
  2. package/dist/components/atoms/Button/Button.js +1 -12
  3. package/dist/components/atoms/Checkbox/Checkbox.js +2 -13
  4. package/dist/components/atoms/Chip/Chip.js +1 -12
  5. package/dist/components/atoms/Icon/icons/AccomIcon.js +1 -12
  6. package/dist/components/atoms/Icon/icons/AirIcon.js +1 -12
  7. package/dist/components/atoms/Icon/icons/ArrivalIcon.js +1 -12
  8. package/dist/components/atoms/Icon/icons/ArrowDownOutlineIcon.js +1 -12
  9. package/dist/components/atoms/Icon/icons/ArrowRightOutlineIcon.js +1 -12
  10. package/dist/components/atoms/Icon/icons/BadgeAlertIcon.js +1 -12
  11. package/dist/components/atoms/Icon/icons/BikeIcon.js +1 -12
  12. package/dist/components/atoms/Icon/icons/BookingIcon.js +1 -12
  13. package/dist/components/atoms/Icon/icons/Building2OutlineIcon.js +1 -12
  14. package/dist/components/atoms/Icon/icons/BuildingIcon.js +1 -12
  15. package/dist/components/atoms/Icon/icons/BusIcon.js +1 -12
  16. package/dist/components/atoms/Icon/icons/Calendar2Icon.js +1 -12
  17. package/dist/components/atoms/Icon/icons/CalendarIcon.js +1 -12
  18. package/dist/components/atoms/Icon/icons/CalendarOutlineIcon.js +1 -12
  19. package/dist/components/atoms/Icon/icons/CalendarRangeOutlineIcon.js +1 -12
  20. package/dist/components/atoms/Icon/icons/CarFront.js +1 -12
  21. package/dist/components/atoms/Icon/icons/CarIcon.js +1 -12
  22. package/dist/components/atoms/Icon/icons/CatamaranIcon.js +1 -12
  23. package/dist/components/atoms/Icon/icons/Check.js +1 -12
  24. package/dist/components/atoms/Icon/icons/CheckCircleIcon.js +1 -12
  25. package/dist/components/atoms/Icon/icons/Chevron.js +1 -1
  26. package/dist/components/atoms/Icon/icons/ClockIcon.js +1 -12
  27. package/dist/components/atoms/Icon/icons/Close.js +1 -12
  28. package/dist/components/atoms/Icon/icons/CloseCircleIcon.js +1 -12
  29. package/dist/components/atoms/Icon/icons/DeleteIcon.js +1 -12
  30. package/dist/components/atoms/Icon/icons/DepartureIcon.js +1 -12
  31. package/dist/components/atoms/Icon/icons/EyeIcon.js +1 -12
  32. package/dist/components/atoms/Icon/icons/FacebookIcon.js +1 -12
  33. package/dist/components/atoms/Icon/icons/HomeIcon.js +1 -12
  34. package/dist/components/atoms/Icon/icons/Info2Icon.d.ts +4 -0
  35. package/dist/components/atoms/Icon/icons/Info2Icon.js +25 -0
  36. package/dist/components/atoms/Icon/icons/InfoIcon.js +1 -12
  37. package/dist/components/atoms/Icon/icons/Land.js +1 -12
  38. package/dist/components/atoms/Icon/icons/LineIcon.js +1 -12
  39. package/dist/components/atoms/Icon/icons/LinkedInIcon.js +1 -12
  40. package/dist/components/atoms/Icon/icons/LuggageIcon.js +1 -12
  41. package/dist/components/atoms/Icon/icons/MapIcon.js +1 -12
  42. package/dist/components/atoms/Icon/icons/MapPinIcon.js +1 -12
  43. package/dist/components/atoms/Icon/icons/MautoucoLogo.d.ts +0 -1
  44. package/dist/components/atoms/Icon/icons/MautoucoLogo.js +1 -12
  45. package/dist/components/atoms/Icon/icons/MenuIcon.d.ts +0 -1
  46. package/dist/components/atoms/Icon/icons/MenuIcon.js +1 -12
  47. package/dist/components/atoms/Icon/icons/MicroIcon.js +1 -12
  48. package/dist/components/atoms/Icon/icons/MinusIcon.js +1 -12
  49. package/dist/components/atoms/Icon/icons/MoreIcon.js +1 -12
  50. package/dist/components/atoms/Icon/icons/MoreVerticalIcon.js +1 -12
  51. package/dist/components/atoms/Icon/icons/NightIcon.js +1 -12
  52. package/dist/components/atoms/Icon/icons/PlaneIcon.js +1 -12
  53. package/dist/components/atoms/Icon/icons/PlaneLandingOutlineIcon.js +1 -12
  54. package/dist/components/atoms/Icon/icons/PlaneTakeoffOutlineIcon.js +1 -12
  55. package/dist/components/atoms/Icon/icons/PlusCircleIcon.js +1 -12
  56. package/dist/components/atoms/Icon/icons/PlusIcon.js +1 -12
  57. package/dist/components/atoms/Icon/icons/QuotationIcon.js +1 -12
  58. package/dist/components/atoms/Icon/icons/SeaIcon.js +1 -12
  59. package/dist/components/atoms/Icon/icons/Search.js +1 -12
  60. package/dist/components/atoms/Icon/icons/Settings.js +1 -12
  61. package/dist/components/atoms/Icon/icons/ShipIcon.js +1 -12
  62. package/dist/components/atoms/Icon/icons/StopWatchIcon.js +1 -12
  63. package/dist/components/atoms/Icon/icons/StrollerIcon.js +1 -12
  64. package/dist/components/atoms/Icon/icons/TwitterIcon.js +1 -12
  65. package/dist/components/atoms/Icon/icons/User.js +1 -12
  66. package/dist/components/atoms/Icon/icons/UserIcon.js +1 -12
  67. package/dist/components/atoms/Icon/icons/Utensils.js +1 -12
  68. package/dist/components/atoms/Icon/icons/WalletIcon.js +1 -12
  69. package/dist/components/atoms/Icon/icons/Youtube.js +1 -12
  70. package/dist/components/atoms/Icon/icons/registry.d.ts +1 -0
  71. package/dist/components/atoms/Icon/icons/registry.js +2 -0
  72. package/dist/components/atoms/Illustration/illustrations.js +4 -4
  73. package/dist/components/atoms/Inputs/DropdownInput/DropdownInput.js +1 -12
  74. package/dist/components/atoms/Inputs/Input/Input.d.ts +2 -1
  75. package/dist/components/atoms/Inputs/Input/Input.js +2 -13
  76. package/dist/components/atoms/Link/Link.js +4 -15
  77. package/dist/components/atoms/RatingStar/RatingStar.js +2 -13
  78. package/dist/components/atoms/SegmentedButton/SegmentedButton.js +3 -14
  79. package/dist/components/atoms/SelectedValue/SelectedValue.js +1 -12
  80. package/dist/components/atoms/Slider/Slider.js +1 -12
  81. package/dist/components/atoms/Spinner/Spinner.js +1 -12
  82. package/dist/components/atoms/Tab/Tab.js +1 -1
  83. package/dist/components/atoms/Typography/Typography.js +2 -13
  84. package/dist/components/molecules/AccomodationDocket/AccomodationDocket.js +3 -14
  85. package/dist/components/molecules/ActionDropdown/ActionDropdown.d.ts +0 -1
  86. package/dist/components/molecules/ActionDropdown/ActionDropdown.js +5 -16
  87. package/dist/components/molecules/AddItemButton/AddItemButton.js +1 -12
  88. package/dist/components/molecules/BookingPax/BookingPaxAccom.js +3 -14
  89. package/dist/components/molecules/BookingPax/BookingPaxClient/BookingPaxClient.d.ts +0 -1
  90. package/dist/components/molecules/BookingPax/BookingPaxClient/BookingPaxClient.js +5 -5
  91. package/dist/components/molecules/BookingPax/BookingPaxExcursion.js +1 -12
  92. package/dist/components/molecules/BookingPax/BookingPaxHeader.js +2 -2
  93. package/dist/components/molecules/BookingPax/BookingPaxLayout/BookingPaxLayout.d.ts +0 -1
  94. package/dist/components/molecules/BookingPax/BookingPaxLayout/BookingPaxLayout.js +1 -12
  95. package/dist/components/molecules/BookingPax/BookingPaxRemarks.js +1 -12
  96. package/dist/components/molecules/BookingPax/BookingPaxTransfer.js +1 -12
  97. package/dist/components/molecules/BookingResume/BookingResumeLayout/BookingResumeLayout.js +1 -12
  98. package/dist/components/molecules/BookingResume/ResumeAccom/ResumeAccom.js +1 -12
  99. package/dist/components/molecules/BookingResume/ResumeExcursion/ResumeExcursion.js +1 -12
  100. package/dist/components/molecules/BookingResume/ResumeOtherService.js +1 -12
  101. package/dist/components/molecules/BookingResume/ResumeTransfer.js +1 -12
  102. package/dist/components/molecules/Breadcrumbs/Breadcrumbs.js +1 -12
  103. package/dist/components/molecules/Calendar/CalendarInput.js +2 -13
  104. package/dist/components/molecules/Calendar/DateTime.d.ts +9 -9
  105. package/dist/components/molecules/Calendar/DateTime.js +3 -3
  106. package/dist/components/molecules/Calendar/TimePicker.js +1 -12
  107. package/dist/components/molecules/DateDisplay/DateDisplay.js +2 -13
  108. package/dist/components/molecules/DetailsInfo/DetailsAction.js +2 -13
  109. package/dist/components/molecules/DetailsInfo/DetailsAgency/DetailsAgency.js +1 -12
  110. package/dist/components/molecules/DetailsInfo/DetailsClient/DetailsClient.js +1 -12
  111. package/dist/components/molecules/DetailsInfo/DetailsFile.js +1 -12
  112. package/dist/components/molecules/DetailsInfo/DetailsInfo.d.ts +0 -1
  113. package/dist/components/molecules/DialogContentPolicy/CancellationLayout/CancellationLayout.js +1 -12
  114. package/dist/components/molecules/DialogContentPolicy/DialogCancellationAccom.d.ts +0 -1
  115. package/dist/components/molecules/DialogContentPolicy/DialogCancellationAccom.js +1 -12
  116. package/dist/components/molecules/DialogContentPolicy/DialogCancellationExcursion.d.ts +0 -1
  117. package/dist/components/molecules/DialogContentPolicy/DialogCancellationExcursion.js +1 -12
  118. package/dist/components/molecules/DialogContentPolicy/DialogCancellationList.d.ts +3 -3
  119. package/dist/components/molecules/DialogContentPolicy/DialogCancellationList.js +2 -2
  120. package/dist/components/molecules/DialogContentPolicy/DialogContentPolicy.js +1 -12
  121. package/dist/components/molecules/DocketPrices/DocketPrices.js +1 -12
  122. package/dist/components/molecules/ExcursionDocket/ExcursionDocket.js +1 -12
  123. package/dist/components/molecules/FeatureRow/FeatureRow.js +1 -12
  124. package/dist/components/molecules/FromTo/FromTo.d.ts +0 -1
  125. package/dist/components/molecules/FromTo/FromTo.js +1 -12
  126. package/dist/components/molecules/GlobalAmenities/GlobalAmenities.js +1 -12
  127. package/dist/components/molecules/LocationDropdown/LocationDropdown.js +6 -17
  128. package/dist/components/molecules/MultiSelectDropdown/MultiSelectDropdown.d.ts +1 -0
  129. package/dist/components/molecules/MultiSelectDropdown/MultiSelectDropdown.js +23 -28
  130. package/dist/components/molecules/OtherServiceDocket/OtherServiceDocket.js +1 -12
  131. package/dist/components/molecules/Pagination/Pagination.js +4 -15
  132. package/dist/components/molecules/PaxChips/PaxChips.d.ts +11 -0
  133. package/dist/components/molecules/PaxChips/PaxChips.js +9 -0
  134. package/dist/components/molecules/PaxDisplay/PaxDisplay.d.ts +0 -1
  135. package/dist/components/molecules/PaxDisplay/PaxDisplay.js +5 -16
  136. package/dist/components/molecules/PriceDisplay/PriceDisplay.js +1 -12
  137. package/dist/components/molecules/RatingTab/RatingTab.js +1 -12
  138. package/dist/components/molecules/SectionTitle/SectionTitle.js +1 -12
  139. package/dist/components/molecules/ServiceInfo/ServiceInfo.js +2 -13
  140. package/dist/components/molecules/ServiceLanguages/ServiceLanguages.js +1 -12
  141. package/dist/components/molecules/ServiceSelector/ServiceSelector.js +4 -15
  142. package/dist/components/molecules/ServiceTitle/ServiceTitle.js +1 -12
  143. package/dist/components/molecules/Stepper/Stepper.js +1 -12
  144. package/dist/components/molecules/StepperTimeline/StepperTimeline.js +6 -17
  145. package/dist/components/molecules/TabGroup/TabGroup.js +1 -12
  146. package/dist/components/molecules/TableServiceItem/DetailsCol.js +1 -12
  147. package/dist/components/molecules/TableServiceItem/ItemCol.d.ts +0 -1
  148. package/dist/components/molecules/TableServiceItem/ItemCol.js +2 -13
  149. package/dist/components/molecules/TableServiceItem/RowOtherServices.js +1 -12
  150. package/dist/components/molecules/TableServiceItem/RowTransfer.js +1 -12
  151. package/dist/components/molecules/TableServiceItem/index.d.ts +0 -1
  152. package/dist/components/molecules/TextWithBorderBottom/TextWithBorderBottom.js +1 -1
  153. package/dist/components/molecules/TextWithIcon/TextWithIcon.d.ts +0 -1
  154. package/dist/components/molecules/TextWithIcon/TextWithIcon.js +1 -12
  155. package/dist/components/molecules/TimelineItem/ServiceAccommodation.js +1 -12
  156. package/dist/components/molecules/TimelineItem/ServiceExcursion.js +1 -12
  157. package/dist/components/molecules/TimelineItem/ServiceTransfer.js +1 -12
  158. package/dist/components/molecules/TimelineItem/TimelineHeader.js +1 -12
  159. package/dist/components/molecules/TimelineItem/TimelineItem.d.ts +0 -1
  160. package/dist/components/molecules/TimelineItem/TimelineItem.js +1 -12
  161. package/dist/components/molecules/Toast/Toast.css +2107 -0
  162. package/dist/components/molecules/Toast/Toast.d.ts +2 -2
  163. package/dist/components/molecules/Toast/Toast.js +1 -12
  164. package/dist/components/molecules/TooltipDisplay/TooltipDisplay.js +1 -12
  165. package/dist/components/molecules/TransferDocket/TransferDocket.js +2 -13
  166. package/dist/components/molecules/UserCard/UserCard.js +3 -14
  167. package/dist/components/organisms/Booking/BookingDocket/BookingDocket.d.ts +0 -1
  168. package/dist/components/organisms/Booking/BookingDocket/BookingDocket.js +1 -1
  169. package/dist/components/organisms/Booking/BookingHeader.js +1 -12
  170. package/dist/components/organisms/Booking/BookingStep/BookingStep.js +1 -12
  171. package/dist/components/organisms/CarBookingCard/CarBookingCard.js +2 -2
  172. package/dist/components/organisms/CarBookingCard/CarBookingCardSkeleton.js +1 -12
  173. package/dist/components/organisms/CardContainer/CardContainer.js +1 -12
  174. package/dist/components/organisms/DateTimePicker/DateTimePicker.js +1 -12
  175. package/dist/components/organisms/Dialog/Dialog.js +3 -15
  176. package/dist/components/organisms/DialogBookingAddItem/AddItemNewService.d.ts +16 -0
  177. package/dist/components/organisms/DialogBookingAddItem/AddItemNewService.js +44 -0
  178. package/dist/components/organisms/DialogBookingAddItem/AddItemSelector.d.ts +8 -0
  179. package/dist/components/organisms/DialogBookingAddItem/AddItemSelector.js +12 -0
  180. package/dist/components/organisms/DialogBookingAddItem/DialogBookingAddItem.d.ts +17 -0
  181. package/dist/components/organisms/DialogBookingAddItem/DialogBookingAddItem.js +55 -0
  182. package/dist/components/organisms/DialogBookingAddItem/index.d.ts +3 -0
  183. package/dist/components/organisms/DialogBookingAddItem/index.js +3 -0
  184. package/dist/components/organisms/DialogBookingConfirm/BookingCancellationPolicy.d.ts +2 -2
  185. package/dist/components/organisms/DialogBookingConfirm/BookingCancellationPolicy.js +1 -12
  186. package/dist/components/organisms/DialogBookingConfirm/BookingMailSent.js +1 -12
  187. package/dist/components/organisms/DialogBookingConfirm/BookingReference.js +1 -12
  188. package/dist/components/organisms/DialogBookingConfirm/BookingSuccess.js +1 -12
  189. package/dist/components/organisms/DialogBookingConfirm/DialogBookingConfirm.d.ts +4 -0
  190. package/dist/components/organisms/DialogBookingConfirm/DialogBookingConfirm.js +2 -13
  191. package/dist/components/organisms/DialogCancelService/CancelBooking/CancelBooking.css +2117 -0
  192. package/dist/components/organisms/DialogCancelService/CancelBooking/CancelBooking.d.ts +16 -0
  193. package/dist/components/organisms/DialogCancelService/CancelBooking/CancelBooking.js +28 -0
  194. package/dist/components/organisms/{CancelService → DialogCancelService}/CancelPolicy.d.ts +2 -2
  195. package/dist/components/organisms/DialogCancelService/CancelPolicy.js +8 -0
  196. package/dist/components/organisms/DialogCancelService/ConfirmDelete/ConfirmDelete.js +24 -0
  197. package/dist/components/organisms/{CancelService/CancelService.d.ts → DialogCancelService/DialogCancelService.d.ts} +4 -3
  198. package/dist/components/organisms/DialogCancelService/DialogCancelService.js +14 -0
  199. package/dist/components/organisms/DialogCancelService/FromList.js +18 -0
  200. package/dist/components/organisms/DialogCancelService/index.d.ts +5 -0
  201. package/dist/components/organisms/DialogCancelService/index.js +1 -0
  202. package/dist/components/organisms/DialogComparison/DialogComparison.css +2116 -0
  203. package/dist/components/organisms/DialogComparison/DialogComparison.d.ts +24 -0
  204. package/dist/components/organisms/DialogComparison/DialogComparison.js +69 -0
  205. package/dist/components/organisms/DialogDeleteConfirm/DialogDeleteConfirm.d.ts +14 -0
  206. package/dist/components/organisms/DialogDeleteConfirm/DialogDeleteConfirm.js +11 -0
  207. package/dist/components/organisms/DialogSendingMail/DialogSendingMail.d.ts +11 -0
  208. package/dist/components/organisms/DialogSendingMail/DialogSendingMail.js +8 -0
  209. package/dist/components/organisms/DialogSendingMail/DialogSendingMailContent.d.ts +15 -0
  210. package/dist/components/organisms/DialogSendingMail/DialogSendingMailContent.js +49 -0
  211. package/dist/components/organisms/DialogSendingMail/index.d.ts +4 -0
  212. package/dist/components/organisms/DialogSendingMail/index.js +2 -0
  213. package/dist/components/organisms/DialogSendingMail/sending-mail-schema.d.ts +7 -0
  214. package/dist/components/organisms/DialogSendingMail/sending-mail-schema.js +16 -0
  215. package/dist/components/organisms/Docket/Docket.js +8 -19
  216. package/dist/components/organisms/Footer/Footer.js +3 -14
  217. package/dist/components/organisms/MultipleQuotationDocket/MultipleQuotationDocket.js +2 -13
  218. package/dist/components/organisms/PaxSelector/PaxSelector.js +22 -22
  219. package/dist/components/organisms/QuoteHeader/QuoteHeader.js +2 -13
  220. package/dist/components/organisms/RoundTrip/RoundTrip.js +1 -1
  221. package/dist/components/organisms/SearchBarTransfer/SearchBarTransfer.js +5 -5
  222. package/dist/components/organisms/TabCancellationPolicy/CancellationAccom.js +1 -12
  223. package/dist/components/organisms/TabCancellationPolicy/CancellationExcursion.js +1 -12
  224. package/dist/components/organisms/TabCancellationPolicy/CancellationHeader.d.ts +0 -1
  225. package/dist/components/organisms/TabCancellationPolicy/CancellationTransfer.js +1 -12
  226. package/dist/components/organisms/TabCancellationPolicy/HeaderAccom.js +1 -12
  227. package/dist/components/organisms/TabCancellationPolicy/HeaderExcursion/HeaderTransfer.js +1 -12
  228. package/dist/components/organisms/TabCancellationPolicy/PolicyAccom/PolicyAccom.js +1 -12
  229. package/dist/components/organisms/TabCancellationPolicy/PolicyExcursion.js +1 -12
  230. package/dist/components/organisms/TabCancellationPolicy/PolicyTransfer.js +1 -12
  231. package/dist/components/organisms/TabCancellationPolicy/TabCancellationPolicy.d.ts +0 -1
  232. package/dist/components/organisms/TabCancellationPolicy/TabCancellationPolicyLayout/TabCancellationPolicyLayout.js +1 -12
  233. package/dist/components/organisms/TabServiceDetails/Accommodation.js +1 -1
  234. package/dist/components/organisms/TabServiceDetails/DetailContentTransfer.js +1 -12
  235. package/dist/components/organisms/TabServiceDetails/DetailsContentAccom.js +2 -2
  236. package/dist/components/organisms/TabServiceDetails/DetailsContentExcursion.js +1 -12
  237. package/dist/components/organisms/TabServiceDetails/Excursion.js +1 -1
  238. package/dist/components/organisms/TabServiceDetails/TabServiceDetails.d.ts +0 -1
  239. package/dist/components/organisms/TabServiceDetails/TabServiceDetailsLayout/TabServiceDetailsLayout.js +1 -12
  240. package/dist/components/organisms/TabServiceDetails/Transfer.js +1 -1
  241. package/dist/components/organisms/Table/Table.css +48 -32
  242. package/dist/components/organisms/Table/Table.d.ts +4 -1
  243. package/dist/components/organisms/Table/Table.js +19 -16
  244. package/dist/components/organisms/Table/TableCell.d.ts +1 -1
  245. package/dist/components/organisms/Table/TableCell.js +1 -12
  246. package/dist/components/organisms/Table/columns/booking-cancel-service-columns.js +15 -31
  247. package/dist/components/organisms/Table/columns/booking-columns.js +7 -22
  248. package/dist/components/organisms/Table/columns/comparison-columns.d.ts +3 -0
  249. package/dist/components/organisms/Table/columns/comparison-columns.js +97 -0
  250. package/dist/components/organisms/Table/columns/detail-resume-columns.js +16 -31
  251. package/dist/components/organisms/Table/columns/index.d.ts +11 -7
  252. package/dist/components/organisms/Table/columns/index.js +2 -0
  253. package/dist/components/organisms/Table/columns/quotation-columns.d.ts +4 -1
  254. package/dist/components/organisms/Table/columns/quotation-columns.js +10 -19
  255. package/dist/components/organisms/Timeline/Timeline.js +1 -1
  256. package/dist/components/organisms/TopNavigation/DesktopNav.d.ts +0 -1
  257. package/dist/components/organisms/TopNavigation/DesktopNav.js +5 -16
  258. package/dist/components/organisms/TopNavigation/MobileNav.js +9 -20
  259. package/dist/components/organisms/TransferLine/TransferLine.js +1 -1
  260. package/dist/components/ui/button.d.ts +1 -1
  261. package/dist/components/ui/calendar.js +2 -2
  262. package/dist/components/ui/form.d.ts +24 -0
  263. package/dist/components/ui/form.js +79 -0
  264. package/dist/components/ui/label.d.ts +4 -0
  265. package/dist/components/ui/label.js +30 -0
  266. package/dist/hooks/useBookingPax.d.ts +1 -1
  267. package/dist/index.d.ts +26 -15
  268. package/dist/index.js +10 -2
  269. package/dist/lib/price-formatter.d.ts +1 -0
  270. package/dist/lib/price-formatter.js +13 -0
  271. package/dist/lib/shared-constant.d.ts +1 -0
  272. package/dist/lib/shared-constant.js +1 -0
  273. package/dist/lib/utils.d.ts +1 -2
  274. package/dist/lib/utils.js +1 -1
  275. package/dist/styles/tokens/tokens.d.ts +464 -464
  276. package/package.json +7 -3
  277. package/src/components/atoms/Icon/icons/Info2Icon.tsx +42 -0
  278. package/src/components/atoms/Icon/icons/registry.tsx +2 -0
  279. package/src/components/atoms/Inputs/Input/Input.tsx +4 -2
  280. package/src/components/molecules/Calendar/DateTime.tsx +6 -4
  281. package/src/components/molecules/DialogContentPolicy/DialogCancellationList.tsx +6 -6
  282. package/src/components/molecules/DialogContentPolicy/DialogContentPolicy.tsx +1 -1
  283. package/src/components/molecules/MultiSelectDropdown/MultiSelectDropdown.tsx +117 -82
  284. package/src/components/molecules/PaxChips/PaxChips.tsx +30 -0
  285. package/src/components/molecules/TextWithIcon/TextWithIcon.tsx +2 -2
  286. package/src/components/molecules/Toast/Toast.css +27 -0
  287. package/src/components/molecules/Toast/Toast.tsx +9 -9
  288. package/src/components/organisms/Dialog/Dialog.tsx +85 -64
  289. package/src/components/organisms/{BookingAddItem → DialogBookingAddItem}/AddItemNewService.tsx +17 -2
  290. package/src/components/organisms/{BookingAddItem/BookingAddItem.tsx → DialogBookingAddItem/DialogBookingAddItem.tsx} +6 -6
  291. package/src/components/organisms/{BookingAddItem → DialogBookingAddItem}/index.ts +1 -1
  292. package/src/components/organisms/DialogBookingConfirm/BookingCancellationPolicy.tsx +2 -2
  293. package/src/components/organisms/DialogBookingConfirm/DialogBookingConfirm.tsx +14 -2
  294. package/src/components/organisms/DialogCancelService/CancelBooking/CancelBooking.css +24 -0
  295. package/src/components/organisms/DialogCancelService/CancelBooking/CancelBooking.tsx +98 -0
  296. package/src/components/organisms/{CancelService → DialogCancelService}/CancelPolicy.tsx +4 -4
  297. package/src/components/organisms/{CancelService/CancelService.tsx → DialogCancelService/DialogCancelService.tsx} +7 -5
  298. package/src/components/organisms/DialogCancelService/index.ts +6 -0
  299. package/src/components/organisms/DialogComparison/DialogComparison.css +23 -0
  300. package/src/components/organisms/DialogComparison/DialogComparison.tsx +157 -0
  301. package/src/components/organisms/DialogDeleteConfirm/DialogDeleteConfirm.tsx +57 -0
  302. package/src/components/organisms/DialogSendingMail/DialogSendingMail.tsx +27 -0
  303. package/src/components/organisms/DialogSendingMail/DialogSendingMailContent.tsx +115 -0
  304. package/src/components/organisms/DialogSendingMail/index.ts +5 -0
  305. package/src/components/organisms/DialogSendingMail/sending-mail-schema.ts +19 -0
  306. package/src/components/organisms/Table/Table.css +48 -32
  307. package/src/components/organisms/Table/Table.tsx +24 -5
  308. package/src/components/organisms/Table/columns/booking-cancel-service-columns.tsx +16 -32
  309. package/src/components/organisms/Table/columns/booking-columns.tsx +2 -19
  310. package/src/components/organisms/Table/columns/comparison-columns.tsx +140 -0
  311. package/src/components/organisms/Table/columns/detail-resume-columns.tsx +17 -33
  312. package/src/components/organisms/Table/columns/index.ts +2 -0
  313. package/src/components/organisms/Table/columns/quotation-columns.tsx +17 -9
  314. package/src/components/ui/form.tsx +160 -0
  315. package/src/components/ui/label.tsx +22 -0
  316. package/dist/components/organisms/CancelService/CancelPolicy.js +0 -19
  317. package/dist/components/organisms/CancelService/CancelService.js +0 -23
  318. package/dist/components/organisms/CancelService/ConfirmDelete/ConfirmDelete.js +0 -35
  319. package/dist/components/organisms/CancelService/FromList.js +0 -29
  320. /package/dist/components/organisms/{CancelService → DialogCancelService}/ConfirmDelete/ConfirmDelete.css +0 -0
  321. /package/dist/components/organisms/{CancelService → DialogCancelService}/ConfirmDelete/ConfirmDelete.d.ts +0 -0
  322. /package/dist/components/organisms/{CancelService → DialogCancelService}/FromList.d.ts +0 -0
  323. /package/src/components/organisms/{BookingAddItem → DialogBookingAddItem}/AddItemSelector.tsx +0 -0
  324. /package/src/components/organisms/{CancelService → DialogCancelService}/ConfirmDelete/ConfirmDelete.css +0 -0
  325. /package/src/components/organisms/{CancelService → DialogCancelService}/ConfirmDelete/ConfirmDelete.tsx +0 -0
  326. /package/src/components/organisms/{CancelService → DialogCancelService}/FromList.tsx +0 -0
@@ -1091,1099 +1091,1099 @@ export const BackdropBlurBackdropBlurNone: "0";
1091
1091
  export const BackdropBlurBackdropBlurSm: "4";
1092
1092
  export const BackdropBlurBackdropBlurXl: "24";
1093
1093
  export namespace Heading3xlLight {
1094
- const fontFamily: string;
1095
- const fontWeight: string;
1096
- const fontSize: string;
1097
- const lineHeight: string;
1094
+ let fontFamily: string;
1095
+ let fontWeight: string;
1096
+ let fontSize: string;
1097
+ let lineHeight: string;
1098
1098
  }
1099
1099
  export namespace Heading3xlRegular {
1100
- const fontFamily_1: string;
1100
+ let fontFamily_1: string;
1101
1101
  export { fontFamily_1 as fontFamily };
1102
- const fontWeight_1: string;
1102
+ let fontWeight_1: string;
1103
1103
  export { fontWeight_1 as fontWeight };
1104
- const fontSize_1: string;
1104
+ let fontSize_1: string;
1105
1105
  export { fontSize_1 as fontSize };
1106
- const lineHeight_1: string;
1106
+ let lineHeight_1: string;
1107
1107
  export { lineHeight_1 as lineHeight };
1108
1108
  }
1109
1109
  export namespace Heading3xlMedium {
1110
- const fontFamily_2: string;
1110
+ let fontFamily_2: string;
1111
1111
  export { fontFamily_2 as fontFamily };
1112
- const fontWeight_2: string;
1112
+ let fontWeight_2: string;
1113
1113
  export { fontWeight_2 as fontWeight };
1114
- const fontSize_2: string;
1114
+ let fontSize_2: string;
1115
1115
  export { fontSize_2 as fontSize };
1116
- const lineHeight_2: string;
1116
+ let lineHeight_2: string;
1117
1117
  export { lineHeight_2 as lineHeight };
1118
1118
  }
1119
1119
  export namespace Heading3xlBold {
1120
- const fontFamily_3: string;
1120
+ let fontFamily_3: string;
1121
1121
  export { fontFamily_3 as fontFamily };
1122
- const fontWeight_3: string;
1122
+ let fontWeight_3: string;
1123
1123
  export { fontWeight_3 as fontWeight };
1124
- const fontSize_3: string;
1124
+ let fontSize_3: string;
1125
1125
  export { fontSize_3 as fontSize };
1126
- const lineHeight_3: string;
1126
+ let lineHeight_3: string;
1127
1127
  export { lineHeight_3 as lineHeight };
1128
1128
  }
1129
1129
  export namespace Heading3xlBlack {
1130
- const fontFamily_4: string;
1130
+ let fontFamily_4: string;
1131
1131
  export { fontFamily_4 as fontFamily };
1132
- const fontWeight_4: string;
1132
+ let fontWeight_4: string;
1133
1133
  export { fontWeight_4 as fontWeight };
1134
- const fontSize_4: string;
1134
+ let fontSize_4: string;
1135
1135
  export { fontSize_4 as fontSize };
1136
- const lineHeight_4: string;
1136
+ let lineHeight_4: string;
1137
1137
  export { lineHeight_4 as lineHeight };
1138
1138
  }
1139
1139
  export namespace Heading2xlLight {
1140
- const fontFamily_5: string;
1140
+ let fontFamily_5: string;
1141
1141
  export { fontFamily_5 as fontFamily };
1142
- const fontWeight_5: string;
1142
+ let fontWeight_5: string;
1143
1143
  export { fontWeight_5 as fontWeight };
1144
- const fontSize_5: string;
1144
+ let fontSize_5: string;
1145
1145
  export { fontSize_5 as fontSize };
1146
- const lineHeight_5: string;
1146
+ let lineHeight_5: string;
1147
1147
  export { lineHeight_5 as lineHeight };
1148
1148
  }
1149
1149
  export namespace Heading2xlRegular {
1150
- const fontFamily_6: string;
1150
+ let fontFamily_6: string;
1151
1151
  export { fontFamily_6 as fontFamily };
1152
- const fontWeight_6: string;
1152
+ let fontWeight_6: string;
1153
1153
  export { fontWeight_6 as fontWeight };
1154
- const fontSize_6: string;
1154
+ let fontSize_6: string;
1155
1155
  export { fontSize_6 as fontSize };
1156
- const lineHeight_6: string;
1156
+ let lineHeight_6: string;
1157
1157
  export { lineHeight_6 as lineHeight };
1158
1158
  }
1159
1159
  export namespace Heading2xlMedium {
1160
- const fontFamily_7: string;
1160
+ let fontFamily_7: string;
1161
1161
  export { fontFamily_7 as fontFamily };
1162
- const fontWeight_7: string;
1162
+ let fontWeight_7: string;
1163
1163
  export { fontWeight_7 as fontWeight };
1164
- const fontSize_7: string;
1164
+ let fontSize_7: string;
1165
1165
  export { fontSize_7 as fontSize };
1166
- const lineHeight_7: string;
1166
+ let lineHeight_7: string;
1167
1167
  export { lineHeight_7 as lineHeight };
1168
1168
  }
1169
1169
  export namespace Heading2xlBold {
1170
- const fontFamily_8: string;
1170
+ let fontFamily_8: string;
1171
1171
  export { fontFamily_8 as fontFamily };
1172
- const fontWeight_8: string;
1172
+ let fontWeight_8: string;
1173
1173
  export { fontWeight_8 as fontWeight };
1174
- const fontSize_8: string;
1174
+ let fontSize_8: string;
1175
1175
  export { fontSize_8 as fontSize };
1176
- const lineHeight_8: string;
1176
+ let lineHeight_8: string;
1177
1177
  export { lineHeight_8 as lineHeight };
1178
1178
  }
1179
1179
  export namespace Heading2xlBlack {
1180
- const fontFamily_9: string;
1180
+ let fontFamily_9: string;
1181
1181
  export { fontFamily_9 as fontFamily };
1182
- const fontWeight_9: string;
1182
+ let fontWeight_9: string;
1183
1183
  export { fontWeight_9 as fontWeight };
1184
- const fontSize_9: string;
1184
+ let fontSize_9: string;
1185
1185
  export { fontSize_9 as fontSize };
1186
- const lineHeight_9: string;
1186
+ let lineHeight_9: string;
1187
1187
  export { lineHeight_9 as lineHeight };
1188
1188
  }
1189
1189
  export namespace HeadingXlLight {
1190
- const fontFamily_10: string;
1190
+ let fontFamily_10: string;
1191
1191
  export { fontFamily_10 as fontFamily };
1192
- const fontWeight_10: string;
1192
+ let fontWeight_10: string;
1193
1193
  export { fontWeight_10 as fontWeight };
1194
- const fontSize_10: string;
1194
+ let fontSize_10: string;
1195
1195
  export { fontSize_10 as fontSize };
1196
- const lineHeight_10: string;
1196
+ let lineHeight_10: string;
1197
1197
  export { lineHeight_10 as lineHeight };
1198
1198
  }
1199
1199
  export namespace HeadingXlRegular {
1200
- const fontFamily_11: string;
1200
+ let fontFamily_11: string;
1201
1201
  export { fontFamily_11 as fontFamily };
1202
- const fontWeight_11: string;
1202
+ let fontWeight_11: string;
1203
1203
  export { fontWeight_11 as fontWeight };
1204
- const fontSize_11: string;
1204
+ let fontSize_11: string;
1205
1205
  export { fontSize_11 as fontSize };
1206
- const lineHeight_11: string;
1206
+ let lineHeight_11: string;
1207
1207
  export { lineHeight_11 as lineHeight };
1208
1208
  }
1209
1209
  export namespace HeadingXlMedium {
1210
- const fontFamily_12: string;
1210
+ let fontFamily_12: string;
1211
1211
  export { fontFamily_12 as fontFamily };
1212
- const fontWeight_12: string;
1212
+ let fontWeight_12: string;
1213
1213
  export { fontWeight_12 as fontWeight };
1214
- const fontSize_12: string;
1214
+ let fontSize_12: string;
1215
1215
  export { fontSize_12 as fontSize };
1216
- const lineHeight_12: string;
1216
+ let lineHeight_12: string;
1217
1217
  export { lineHeight_12 as lineHeight };
1218
1218
  }
1219
1219
  export namespace HeadingXlBold {
1220
- const fontFamily_13: string;
1220
+ let fontFamily_13: string;
1221
1221
  export { fontFamily_13 as fontFamily };
1222
- const fontWeight_13: string;
1222
+ let fontWeight_13: string;
1223
1223
  export { fontWeight_13 as fontWeight };
1224
- const fontSize_13: string;
1224
+ let fontSize_13: string;
1225
1225
  export { fontSize_13 as fontSize };
1226
- const lineHeight_13: string;
1226
+ let lineHeight_13: string;
1227
1227
  export { lineHeight_13 as lineHeight };
1228
1228
  }
1229
1229
  export namespace HeadingXlBlack {
1230
- const fontFamily_14: string;
1230
+ let fontFamily_14: string;
1231
1231
  export { fontFamily_14 as fontFamily };
1232
- const fontWeight_14: string;
1232
+ let fontWeight_14: string;
1233
1233
  export { fontWeight_14 as fontWeight };
1234
- const fontSize_14: string;
1234
+ let fontSize_14: string;
1235
1235
  export { fontSize_14 as fontSize };
1236
- const lineHeight_14: string;
1236
+ let lineHeight_14: string;
1237
1237
  export { lineHeight_14 as lineHeight };
1238
1238
  }
1239
1239
  export namespace HeadingLgLight {
1240
- const fontFamily_15: string;
1240
+ let fontFamily_15: string;
1241
1241
  export { fontFamily_15 as fontFamily };
1242
- const fontWeight_15: string;
1242
+ let fontWeight_15: string;
1243
1243
  export { fontWeight_15 as fontWeight };
1244
- const fontSize_15: string;
1244
+ let fontSize_15: string;
1245
1245
  export { fontSize_15 as fontSize };
1246
- const lineHeight_15: string;
1246
+ let lineHeight_15: string;
1247
1247
  export { lineHeight_15 as lineHeight };
1248
1248
  }
1249
1249
  export namespace HeadingLgRegular {
1250
- const fontFamily_16: string;
1250
+ let fontFamily_16: string;
1251
1251
  export { fontFamily_16 as fontFamily };
1252
- const fontWeight_16: string;
1252
+ let fontWeight_16: string;
1253
1253
  export { fontWeight_16 as fontWeight };
1254
- const fontSize_16: string;
1254
+ let fontSize_16: string;
1255
1255
  export { fontSize_16 as fontSize };
1256
- const lineHeight_16: string;
1256
+ let lineHeight_16: string;
1257
1257
  export { lineHeight_16 as lineHeight };
1258
1258
  }
1259
1259
  export namespace HeadingLgMedium {
1260
- const fontFamily_17: string;
1260
+ let fontFamily_17: string;
1261
1261
  export { fontFamily_17 as fontFamily };
1262
- const fontWeight_17: string;
1262
+ let fontWeight_17: string;
1263
1263
  export { fontWeight_17 as fontWeight };
1264
- const fontSize_17: string;
1264
+ let fontSize_17: string;
1265
1265
  export { fontSize_17 as fontSize };
1266
- const lineHeight_17: string;
1266
+ let lineHeight_17: string;
1267
1267
  export { lineHeight_17 as lineHeight };
1268
1268
  }
1269
1269
  export namespace HeadingLgBold {
1270
- const fontFamily_18: string;
1270
+ let fontFamily_18: string;
1271
1271
  export { fontFamily_18 as fontFamily };
1272
- const fontWeight_18: string;
1272
+ let fontWeight_18: string;
1273
1273
  export { fontWeight_18 as fontWeight };
1274
- const fontSize_18: string;
1274
+ let fontSize_18: string;
1275
1275
  export { fontSize_18 as fontSize };
1276
- const lineHeight_18: string;
1276
+ let lineHeight_18: string;
1277
1277
  export { lineHeight_18 as lineHeight };
1278
1278
  }
1279
1279
  export namespace HeadingLgBlack {
1280
- const fontFamily_19: string;
1280
+ let fontFamily_19: string;
1281
1281
  export { fontFamily_19 as fontFamily };
1282
- const fontWeight_19: string;
1282
+ let fontWeight_19: string;
1283
1283
  export { fontWeight_19 as fontWeight };
1284
- const fontSize_19: string;
1284
+ let fontSize_19: string;
1285
1285
  export { fontSize_19 as fontSize };
1286
- const lineHeight_19: string;
1286
+ let lineHeight_19: string;
1287
1287
  export { lineHeight_19 as lineHeight };
1288
1288
  }
1289
1289
  export namespace HeadingMdLight {
1290
- const fontFamily_20: string;
1290
+ let fontFamily_20: string;
1291
1291
  export { fontFamily_20 as fontFamily };
1292
- const fontWeight_20: string;
1292
+ let fontWeight_20: string;
1293
1293
  export { fontWeight_20 as fontWeight };
1294
- const fontSize_20: string;
1294
+ let fontSize_20: string;
1295
1295
  export { fontSize_20 as fontSize };
1296
- const lineHeight_20: string;
1296
+ let lineHeight_20: string;
1297
1297
  export { lineHeight_20 as lineHeight };
1298
1298
  }
1299
1299
  export namespace HeadingMdRegular {
1300
- const fontFamily_21: string;
1300
+ let fontFamily_21: string;
1301
1301
  export { fontFamily_21 as fontFamily };
1302
- const fontWeight_21: string;
1302
+ let fontWeight_21: string;
1303
1303
  export { fontWeight_21 as fontWeight };
1304
- const fontSize_21: string;
1304
+ let fontSize_21: string;
1305
1305
  export { fontSize_21 as fontSize };
1306
- const lineHeight_21: string;
1306
+ let lineHeight_21: string;
1307
1307
  export { lineHeight_21 as lineHeight };
1308
1308
  }
1309
1309
  export namespace HeadingMdMedium {
1310
- const fontFamily_22: string;
1310
+ let fontFamily_22: string;
1311
1311
  export { fontFamily_22 as fontFamily };
1312
- const fontWeight_22: string;
1312
+ let fontWeight_22: string;
1313
1313
  export { fontWeight_22 as fontWeight };
1314
- const fontSize_22: string;
1314
+ let fontSize_22: string;
1315
1315
  export { fontSize_22 as fontSize };
1316
- const lineHeight_22: string;
1316
+ let lineHeight_22: string;
1317
1317
  export { lineHeight_22 as lineHeight };
1318
1318
  }
1319
1319
  export namespace HeadingMdBold {
1320
- const fontFamily_23: string;
1320
+ let fontFamily_23: string;
1321
1321
  export { fontFamily_23 as fontFamily };
1322
- const fontWeight_23: string;
1322
+ let fontWeight_23: string;
1323
1323
  export { fontWeight_23 as fontWeight };
1324
- const fontSize_23: string;
1324
+ let fontSize_23: string;
1325
1325
  export { fontSize_23 as fontSize };
1326
- const lineHeight_23: string;
1326
+ let lineHeight_23: string;
1327
1327
  export { lineHeight_23 as lineHeight };
1328
1328
  }
1329
1329
  export namespace HeadingMdBlack {
1330
- const fontFamily_24: string;
1330
+ let fontFamily_24: string;
1331
1331
  export { fontFamily_24 as fontFamily };
1332
- const fontWeight_24: string;
1332
+ let fontWeight_24: string;
1333
1333
  export { fontWeight_24 as fontWeight };
1334
- const fontSize_24: string;
1334
+ let fontSize_24: string;
1335
1335
  export { fontSize_24 as fontSize };
1336
- const lineHeight_24: string;
1336
+ let lineHeight_24: string;
1337
1337
  export { lineHeight_24 as lineHeight };
1338
1338
  }
1339
1339
  export namespace HeadingMdLeadingNoneLight {
1340
- const fontFamily_25: string;
1340
+ let fontFamily_25: string;
1341
1341
  export { fontFamily_25 as fontFamily };
1342
- const fontWeight_25: string;
1342
+ let fontWeight_25: string;
1343
1343
  export { fontWeight_25 as fontWeight };
1344
- const fontSize_25: string;
1344
+ let fontSize_25: string;
1345
1345
  export { fontSize_25 as fontSize };
1346
- const lineHeight_25: string;
1346
+ let lineHeight_25: string;
1347
1347
  export { lineHeight_25 as lineHeight };
1348
1348
  }
1349
1349
  export namespace HeadingMdLeadingNoneRegular {
1350
- const fontFamily_26: string;
1350
+ let fontFamily_26: string;
1351
1351
  export { fontFamily_26 as fontFamily };
1352
- const fontWeight_26: string;
1352
+ let fontWeight_26: string;
1353
1353
  export { fontWeight_26 as fontWeight };
1354
- const fontSize_26: string;
1354
+ let fontSize_26: string;
1355
1355
  export { fontSize_26 as fontSize };
1356
- const lineHeight_26: string;
1356
+ let lineHeight_26: string;
1357
1357
  export { lineHeight_26 as lineHeight };
1358
1358
  }
1359
1359
  export namespace HeadingMdLeadingNoneMedium {
1360
- const fontFamily_27: string;
1360
+ let fontFamily_27: string;
1361
1361
  export { fontFamily_27 as fontFamily };
1362
- const fontWeight_27: string;
1362
+ let fontWeight_27: string;
1363
1363
  export { fontWeight_27 as fontWeight };
1364
- const fontSize_27: string;
1364
+ let fontSize_27: string;
1365
1365
  export { fontSize_27 as fontSize };
1366
- const lineHeight_27: string;
1366
+ let lineHeight_27: string;
1367
1367
  export { lineHeight_27 as lineHeight };
1368
1368
  }
1369
1369
  export namespace HeadingMdLeadingNoneBold {
1370
- const fontFamily_28: string;
1370
+ let fontFamily_28: string;
1371
1371
  export { fontFamily_28 as fontFamily };
1372
- const fontWeight_28: string;
1372
+ let fontWeight_28: string;
1373
1373
  export { fontWeight_28 as fontWeight };
1374
- const fontSize_28: string;
1374
+ let fontSize_28: string;
1375
1375
  export { fontSize_28 as fontSize };
1376
- const lineHeight_28: string;
1376
+ let lineHeight_28: string;
1377
1377
  export { lineHeight_28 as lineHeight };
1378
1378
  }
1379
1379
  export namespace HeadingMdLeadingNoneBlack {
1380
- const fontFamily_29: string;
1380
+ let fontFamily_29: string;
1381
1381
  export { fontFamily_29 as fontFamily };
1382
- const fontWeight_29: string;
1382
+ let fontWeight_29: string;
1383
1383
  export { fontWeight_29 as fontWeight };
1384
- const fontSize_29: string;
1384
+ let fontSize_29: string;
1385
1385
  export { fontSize_29 as fontSize };
1386
- const lineHeight_29: string;
1386
+ let lineHeight_29: string;
1387
1387
  export { lineHeight_29 as lineHeight };
1388
1388
  }
1389
1389
  export namespace HeadingMdLeading6Light {
1390
- const fontFamily_30: string;
1390
+ let fontFamily_30: string;
1391
1391
  export { fontFamily_30 as fontFamily };
1392
- const fontWeight_30: string;
1392
+ let fontWeight_30: string;
1393
1393
  export { fontWeight_30 as fontWeight };
1394
- const fontSize_30: string;
1394
+ let fontSize_30: string;
1395
1395
  export { fontSize_30 as fontSize };
1396
- const lineHeight_30: string;
1396
+ let lineHeight_30: string;
1397
1397
  export { lineHeight_30 as lineHeight };
1398
1398
  }
1399
1399
  export namespace HeadingMdLeading6Regular {
1400
- const fontFamily_31: string;
1400
+ let fontFamily_31: string;
1401
1401
  export { fontFamily_31 as fontFamily };
1402
- const fontWeight_31: string;
1402
+ let fontWeight_31: string;
1403
1403
  export { fontWeight_31 as fontWeight };
1404
- const fontSize_31: string;
1404
+ let fontSize_31: string;
1405
1405
  export { fontSize_31 as fontSize };
1406
- const lineHeight_31: string;
1406
+ let lineHeight_31: string;
1407
1407
  export { lineHeight_31 as lineHeight };
1408
1408
  }
1409
1409
  export namespace HeadingMdLeading6Medium {
1410
- const fontFamily_32: string;
1410
+ let fontFamily_32: string;
1411
1411
  export { fontFamily_32 as fontFamily };
1412
- const fontWeight_32: string;
1412
+ let fontWeight_32: string;
1413
1413
  export { fontWeight_32 as fontWeight };
1414
- const fontSize_32: string;
1414
+ let fontSize_32: string;
1415
1415
  export { fontSize_32 as fontSize };
1416
- const lineHeight_32: string;
1416
+ let lineHeight_32: string;
1417
1417
  export { lineHeight_32 as lineHeight };
1418
1418
  }
1419
1419
  export namespace HeadingMdLeading6Bold {
1420
- const fontFamily_33: string;
1420
+ let fontFamily_33: string;
1421
1421
  export { fontFamily_33 as fontFamily };
1422
- const fontWeight_33: string;
1422
+ let fontWeight_33: string;
1423
1423
  export { fontWeight_33 as fontWeight };
1424
- const fontSize_33: string;
1424
+ let fontSize_33: string;
1425
1425
  export { fontSize_33 as fontSize };
1426
- const lineHeight_33: string;
1426
+ let lineHeight_33: string;
1427
1427
  export { lineHeight_33 as lineHeight };
1428
1428
  }
1429
1429
  export namespace HeadingMdLeading6Black {
1430
- const fontFamily_34: string;
1430
+ let fontFamily_34: string;
1431
1431
  export { fontFamily_34 as fontFamily };
1432
- const fontWeight_34: string;
1432
+ let fontWeight_34: string;
1433
1433
  export { fontWeight_34 as fontWeight };
1434
- const fontSize_34: string;
1434
+ let fontSize_34: string;
1435
1435
  export { fontSize_34 as fontSize };
1436
- const lineHeight_34: string;
1436
+ let lineHeight_34: string;
1437
1437
  export { lineHeight_34 as lineHeight };
1438
1438
  }
1439
1439
  export namespace HeadingMdLeading7Light {
1440
- const fontFamily_35: string;
1440
+ let fontFamily_35: string;
1441
1441
  export { fontFamily_35 as fontFamily };
1442
- const fontWeight_35: string;
1442
+ let fontWeight_35: string;
1443
1443
  export { fontWeight_35 as fontWeight };
1444
- const fontSize_35: string;
1444
+ let fontSize_35: string;
1445
1445
  export { fontSize_35 as fontSize };
1446
- const lineHeight_35: string;
1446
+ let lineHeight_35: string;
1447
1447
  export { lineHeight_35 as lineHeight };
1448
1448
  }
1449
1449
  export namespace HeadingMdLeading7Regular {
1450
- const fontFamily_36: string;
1450
+ let fontFamily_36: string;
1451
1451
  export { fontFamily_36 as fontFamily };
1452
- const fontWeight_36: string;
1452
+ let fontWeight_36: string;
1453
1453
  export { fontWeight_36 as fontWeight };
1454
- const fontSize_36: string;
1454
+ let fontSize_36: string;
1455
1455
  export { fontSize_36 as fontSize };
1456
- const lineHeight_36: string;
1456
+ let lineHeight_36: string;
1457
1457
  export { lineHeight_36 as lineHeight };
1458
1458
  }
1459
1459
  export namespace HeadingMdLeading7Medium {
1460
- const fontFamily_37: string;
1460
+ let fontFamily_37: string;
1461
1461
  export { fontFamily_37 as fontFamily };
1462
- const fontWeight_37: string;
1462
+ let fontWeight_37: string;
1463
1463
  export { fontWeight_37 as fontWeight };
1464
- const fontSize_37: string;
1464
+ let fontSize_37: string;
1465
1465
  export { fontSize_37 as fontSize };
1466
- const lineHeight_37: string;
1466
+ let lineHeight_37: string;
1467
1467
  export { lineHeight_37 as lineHeight };
1468
1468
  }
1469
1469
  export namespace HeadingMdLeading7Bold {
1470
- const fontFamily_38: string;
1470
+ let fontFamily_38: string;
1471
1471
  export { fontFamily_38 as fontFamily };
1472
- const fontWeight_38: string;
1472
+ let fontWeight_38: string;
1473
1473
  export { fontWeight_38 as fontWeight };
1474
- const fontSize_38: string;
1474
+ let fontSize_38: string;
1475
1475
  export { fontSize_38 as fontSize };
1476
- const lineHeight_38: string;
1476
+ let lineHeight_38: string;
1477
1477
  export { lineHeight_38 as lineHeight };
1478
1478
  }
1479
1479
  export namespace HeadingMdLeading7Black {
1480
- const fontFamily_39: string;
1480
+ let fontFamily_39: string;
1481
1481
  export { fontFamily_39 as fontFamily };
1482
- const fontWeight_39: string;
1482
+ let fontWeight_39: string;
1483
1483
  export { fontWeight_39 as fontWeight };
1484
- const fontSize_39: string;
1484
+ let fontSize_39: string;
1485
1485
  export { fontSize_39 as fontSize };
1486
- const lineHeight_39: string;
1486
+ let lineHeight_39: string;
1487
1487
  export { lineHeight_39 as lineHeight };
1488
1488
  }
1489
1489
  export namespace HeadingSmLight {
1490
- const fontFamily_40: string;
1490
+ let fontFamily_40: string;
1491
1491
  export { fontFamily_40 as fontFamily };
1492
- const fontWeight_40: string;
1492
+ let fontWeight_40: string;
1493
1493
  export { fontWeight_40 as fontWeight };
1494
- const fontSize_40: string;
1494
+ let fontSize_40: string;
1495
1495
  export { fontSize_40 as fontSize };
1496
- const lineHeight_40: string;
1496
+ let lineHeight_40: string;
1497
1497
  export { lineHeight_40 as lineHeight };
1498
1498
  }
1499
1499
  export namespace HeadingSmRegular {
1500
- const fontFamily_41: string;
1500
+ let fontFamily_41: string;
1501
1501
  export { fontFamily_41 as fontFamily };
1502
- const fontWeight_41: string;
1502
+ let fontWeight_41: string;
1503
1503
  export { fontWeight_41 as fontWeight };
1504
- const fontSize_41: string;
1504
+ let fontSize_41: string;
1505
1505
  export { fontSize_41 as fontSize };
1506
- const lineHeight_41: string;
1506
+ let lineHeight_41: string;
1507
1507
  export { lineHeight_41 as lineHeight };
1508
1508
  }
1509
1509
  export namespace HeadingSmMedium {
1510
- const fontFamily_42: string;
1510
+ let fontFamily_42: string;
1511
1511
  export { fontFamily_42 as fontFamily };
1512
- const fontWeight_42: string;
1512
+ let fontWeight_42: string;
1513
1513
  export { fontWeight_42 as fontWeight };
1514
- const fontSize_42: string;
1514
+ let fontSize_42: string;
1515
1515
  export { fontSize_42 as fontSize };
1516
- const lineHeight_42: string;
1516
+ let lineHeight_42: string;
1517
1517
  export { lineHeight_42 as lineHeight };
1518
1518
  }
1519
1519
  export namespace HeadingSmBold {
1520
- const fontFamily_43: string;
1520
+ let fontFamily_43: string;
1521
1521
  export { fontFamily_43 as fontFamily };
1522
- const fontWeight_43: string;
1522
+ let fontWeight_43: string;
1523
1523
  export { fontWeight_43 as fontWeight };
1524
- const fontSize_43: string;
1524
+ let fontSize_43: string;
1525
1525
  export { fontSize_43 as fontSize };
1526
- const lineHeight_43: string;
1526
+ let lineHeight_43: string;
1527
1527
  export { lineHeight_43 as lineHeight };
1528
1528
  }
1529
1529
  export namespace HeadingSmBlack {
1530
- const fontFamily_44: string;
1530
+ let fontFamily_44: string;
1531
1531
  export { fontFamily_44 as fontFamily };
1532
- const fontWeight_44: string;
1532
+ let fontWeight_44: string;
1533
1533
  export { fontWeight_44 as fontWeight };
1534
- const fontSize_44: string;
1534
+ let fontSize_44: string;
1535
1535
  export { fontSize_44 as fontSize };
1536
- const lineHeight_44: string;
1536
+ let lineHeight_44: string;
1537
1537
  export { lineHeight_44 as lineHeight };
1538
1538
  }
1539
1539
  export namespace BodyLgLeadingNoneLight {
1540
- const fontFamily_45: string;
1540
+ let fontFamily_45: string;
1541
1541
  export { fontFamily_45 as fontFamily };
1542
- const fontWeight_45: string;
1542
+ let fontWeight_45: string;
1543
1543
  export { fontWeight_45 as fontWeight };
1544
- const fontSize_45: string;
1544
+ let fontSize_45: string;
1545
1545
  export { fontSize_45 as fontSize };
1546
- const lineHeight_45: string;
1546
+ let lineHeight_45: string;
1547
1547
  export { lineHeight_45 as lineHeight };
1548
1548
  }
1549
1549
  export namespace BodyLgLeadingNoneRegular {
1550
- const fontFamily_46: string;
1550
+ let fontFamily_46: string;
1551
1551
  export { fontFamily_46 as fontFamily };
1552
- const fontWeight_46: string;
1552
+ let fontWeight_46: string;
1553
1553
  export { fontWeight_46 as fontWeight };
1554
- const fontSize_46: string;
1554
+ let fontSize_46: string;
1555
1555
  export { fontSize_46 as fontSize };
1556
- const lineHeight_46: string;
1556
+ let lineHeight_46: string;
1557
1557
  export { lineHeight_46 as lineHeight };
1558
1558
  }
1559
1559
  export namespace BodyLgLeadingNoneMedium {
1560
- const fontFamily_47: string;
1560
+ let fontFamily_47: string;
1561
1561
  export { fontFamily_47 as fontFamily };
1562
- const fontWeight_47: string;
1562
+ let fontWeight_47: string;
1563
1563
  export { fontWeight_47 as fontWeight };
1564
- const fontSize_47: string;
1564
+ let fontSize_47: string;
1565
1565
  export { fontSize_47 as fontSize };
1566
- const lineHeight_47: string;
1566
+ let lineHeight_47: string;
1567
1567
  export { lineHeight_47 as lineHeight };
1568
1568
  }
1569
1569
  export namespace BodyLgLeadingNoneBold {
1570
- const fontFamily_48: string;
1570
+ let fontFamily_48: string;
1571
1571
  export { fontFamily_48 as fontFamily };
1572
- const fontWeight_48: string;
1572
+ let fontWeight_48: string;
1573
1573
  export { fontWeight_48 as fontWeight };
1574
- const fontSize_48: string;
1574
+ let fontSize_48: string;
1575
1575
  export { fontSize_48 as fontSize };
1576
- const lineHeight_48: string;
1576
+ let lineHeight_48: string;
1577
1577
  export { lineHeight_48 as lineHeight };
1578
1578
  }
1579
1579
  export namespace BodyLgLeadingNoneBlack {
1580
- const fontFamily_49: string;
1580
+ let fontFamily_49: string;
1581
1581
  export { fontFamily_49 as fontFamily };
1582
- const fontWeight_49: string;
1582
+ let fontWeight_49: string;
1583
1583
  export { fontWeight_49 as fontWeight };
1584
- const fontSize_49: string;
1584
+ let fontSize_49: string;
1585
1585
  export { fontSize_49 as fontSize };
1586
- const lineHeight_49: string;
1586
+ let lineHeight_49: string;
1587
1587
  export { lineHeight_49 as lineHeight };
1588
1588
  }
1589
1589
  export namespace BodyLgLeading6Light {
1590
- const fontFamily_50: string;
1590
+ let fontFamily_50: string;
1591
1591
  export { fontFamily_50 as fontFamily };
1592
- const fontWeight_50: string;
1592
+ let fontWeight_50: string;
1593
1593
  export { fontWeight_50 as fontWeight };
1594
- const fontSize_50: string;
1594
+ let fontSize_50: string;
1595
1595
  export { fontSize_50 as fontSize };
1596
- const lineHeight_50: string;
1596
+ let lineHeight_50: string;
1597
1597
  export { lineHeight_50 as lineHeight };
1598
1598
  }
1599
1599
  export namespace BodyLgLeading6Regular {
1600
- const fontFamily_51: string;
1600
+ let fontFamily_51: string;
1601
1601
  export { fontFamily_51 as fontFamily };
1602
- const fontWeight_51: string;
1602
+ let fontWeight_51: string;
1603
1603
  export { fontWeight_51 as fontWeight };
1604
- const fontSize_51: string;
1604
+ let fontSize_51: string;
1605
1605
  export { fontSize_51 as fontSize };
1606
- const lineHeight_51: string;
1606
+ let lineHeight_51: string;
1607
1607
  export { lineHeight_51 as lineHeight };
1608
1608
  }
1609
1609
  export namespace BodyLgLeading6Medium {
1610
- const fontFamily_52: string;
1610
+ let fontFamily_52: string;
1611
1611
  export { fontFamily_52 as fontFamily };
1612
- const fontWeight_52: string;
1612
+ let fontWeight_52: string;
1613
1613
  export { fontWeight_52 as fontWeight };
1614
- const fontSize_52: string;
1614
+ let fontSize_52: string;
1615
1615
  export { fontSize_52 as fontSize };
1616
- const lineHeight_52: string;
1616
+ let lineHeight_52: string;
1617
1617
  export { lineHeight_52 as lineHeight };
1618
1618
  }
1619
1619
  export namespace BodyLgLeading6Bold {
1620
- const fontFamily_53: string;
1620
+ let fontFamily_53: string;
1621
1621
  export { fontFamily_53 as fontFamily };
1622
- const fontWeight_53: string;
1622
+ let fontWeight_53: string;
1623
1623
  export { fontWeight_53 as fontWeight };
1624
- const fontSize_53: string;
1624
+ let fontSize_53: string;
1625
1625
  export { fontSize_53 as fontSize };
1626
- const lineHeight_53: string;
1626
+ let lineHeight_53: string;
1627
1627
  export { lineHeight_53 as lineHeight };
1628
1628
  }
1629
1629
  export namespace BodyLgLeading6Black {
1630
- const fontFamily_54: string;
1630
+ let fontFamily_54: string;
1631
1631
  export { fontFamily_54 as fontFamily };
1632
- const fontWeight_54: string;
1632
+ let fontWeight_54: string;
1633
1633
  export { fontWeight_54 as fontWeight };
1634
- const fontSize_54: string;
1634
+ let fontSize_54: string;
1635
1635
  export { fontSize_54 as fontSize };
1636
- const lineHeight_54: string;
1636
+ let lineHeight_54: string;
1637
1637
  export { lineHeight_54 as lineHeight };
1638
1638
  }
1639
1639
  export namespace BodyLgLeading7Light {
1640
- const fontFamily_55: string;
1640
+ let fontFamily_55: string;
1641
1641
  export { fontFamily_55 as fontFamily };
1642
- const fontWeight_55: string;
1642
+ let fontWeight_55: string;
1643
1643
  export { fontWeight_55 as fontWeight };
1644
- const fontSize_55: string;
1644
+ let fontSize_55: string;
1645
1645
  export { fontSize_55 as fontSize };
1646
- const lineHeight_55: string;
1646
+ let lineHeight_55: string;
1647
1647
  export { lineHeight_55 as lineHeight };
1648
1648
  }
1649
1649
  export namespace BodyLgLeading7Regular {
1650
- const fontFamily_56: string;
1650
+ let fontFamily_56: string;
1651
1651
  export { fontFamily_56 as fontFamily };
1652
- const fontWeight_56: string;
1652
+ let fontWeight_56: string;
1653
1653
  export { fontWeight_56 as fontWeight };
1654
- const fontSize_56: string;
1654
+ let fontSize_56: string;
1655
1655
  export { fontSize_56 as fontSize };
1656
- const lineHeight_56: string;
1656
+ let lineHeight_56: string;
1657
1657
  export { lineHeight_56 as lineHeight };
1658
1658
  }
1659
1659
  export namespace BodyLgLeading7Medium {
1660
- const fontFamily_57: string;
1660
+ let fontFamily_57: string;
1661
1661
  export { fontFamily_57 as fontFamily };
1662
- const fontWeight_57: string;
1662
+ let fontWeight_57: string;
1663
1663
  export { fontWeight_57 as fontWeight };
1664
- const fontSize_57: string;
1664
+ let fontSize_57: string;
1665
1665
  export { fontSize_57 as fontSize };
1666
- const lineHeight_57: string;
1666
+ let lineHeight_57: string;
1667
1667
  export { lineHeight_57 as lineHeight };
1668
1668
  }
1669
1669
  export namespace BodyLgLeading7Bold {
1670
- const fontFamily_58: string;
1670
+ let fontFamily_58: string;
1671
1671
  export { fontFamily_58 as fontFamily };
1672
- const fontWeight_58: string;
1672
+ let fontWeight_58: string;
1673
1673
  export { fontWeight_58 as fontWeight };
1674
- const fontSize_58: string;
1674
+ let fontSize_58: string;
1675
1675
  export { fontSize_58 as fontSize };
1676
- const lineHeight_58: string;
1676
+ let lineHeight_58: string;
1677
1677
  export { lineHeight_58 as lineHeight };
1678
1678
  }
1679
1679
  export namespace BodyLgLeading7Black {
1680
- const fontFamily_59: string;
1680
+ let fontFamily_59: string;
1681
1681
  export { fontFamily_59 as fontFamily };
1682
- const fontWeight_59: string;
1682
+ let fontWeight_59: string;
1683
1683
  export { fontWeight_59 as fontWeight };
1684
- const fontSize_59: string;
1684
+ let fontSize_59: string;
1685
1685
  export { fontSize_59 as fontSize };
1686
- const lineHeight_59: string;
1686
+ let lineHeight_59: string;
1687
1687
  export { lineHeight_59 as lineHeight };
1688
1688
  }
1689
1689
  export namespace BodyMdLeadingNoneLight {
1690
- const fontFamily_60: string;
1690
+ let fontFamily_60: string;
1691
1691
  export { fontFamily_60 as fontFamily };
1692
- const fontWeight_60: string;
1692
+ let fontWeight_60: string;
1693
1693
  export { fontWeight_60 as fontWeight };
1694
- const fontSize_60: string;
1694
+ let fontSize_60: string;
1695
1695
  export { fontSize_60 as fontSize };
1696
- const lineHeight_60: string;
1696
+ let lineHeight_60: string;
1697
1697
  export { lineHeight_60 as lineHeight };
1698
1698
  }
1699
1699
  export namespace BodyMdLeadingNoneRegular {
1700
- const fontFamily_61: string;
1700
+ let fontFamily_61: string;
1701
1701
  export { fontFamily_61 as fontFamily };
1702
- const fontWeight_61: string;
1702
+ let fontWeight_61: string;
1703
1703
  export { fontWeight_61 as fontWeight };
1704
- const fontSize_61: string;
1704
+ let fontSize_61: string;
1705
1705
  export { fontSize_61 as fontSize };
1706
- const lineHeight_61: string;
1706
+ let lineHeight_61: string;
1707
1707
  export { lineHeight_61 as lineHeight };
1708
1708
  }
1709
1709
  export namespace BodyMdLeadingNoneMedium {
1710
- const fontFamily_62: string;
1710
+ let fontFamily_62: string;
1711
1711
  export { fontFamily_62 as fontFamily };
1712
- const fontWeight_62: string;
1712
+ let fontWeight_62: string;
1713
1713
  export { fontWeight_62 as fontWeight };
1714
- const fontSize_62: string;
1714
+ let fontSize_62: string;
1715
1715
  export { fontSize_62 as fontSize };
1716
- const lineHeight_62: string;
1716
+ let lineHeight_62: string;
1717
1717
  export { lineHeight_62 as lineHeight };
1718
1718
  }
1719
1719
  export namespace BodyMdLeadingNoneBold {
1720
- const fontFamily_63: string;
1720
+ let fontFamily_63: string;
1721
1721
  export { fontFamily_63 as fontFamily };
1722
- const fontWeight_63: string;
1722
+ let fontWeight_63: string;
1723
1723
  export { fontWeight_63 as fontWeight };
1724
- const fontSize_63: string;
1724
+ let fontSize_63: string;
1725
1725
  export { fontSize_63 as fontSize };
1726
- const lineHeight_63: string;
1726
+ let lineHeight_63: string;
1727
1727
  export { lineHeight_63 as lineHeight };
1728
1728
  }
1729
1729
  export namespace BodyMdLeadingNoneBlack {
1730
- const fontFamily_64: string;
1730
+ let fontFamily_64: string;
1731
1731
  export { fontFamily_64 as fontFamily };
1732
- const fontWeight_64: string;
1732
+ let fontWeight_64: string;
1733
1733
  export { fontWeight_64 as fontWeight };
1734
- const fontSize_64: string;
1734
+ let fontSize_64: string;
1735
1735
  export { fontSize_64 as fontSize };
1736
- const lineHeight_64: string;
1736
+ let lineHeight_64: string;
1737
1737
  export { lineHeight_64 as lineHeight };
1738
1738
  }
1739
1739
  export namespace BodyMdLeading6Light {
1740
- const fontFamily_65: string;
1740
+ let fontFamily_65: string;
1741
1741
  export { fontFamily_65 as fontFamily };
1742
- const fontWeight_65: string;
1742
+ let fontWeight_65: string;
1743
1743
  export { fontWeight_65 as fontWeight };
1744
- const fontSize_65: string;
1744
+ let fontSize_65: string;
1745
1745
  export { fontSize_65 as fontSize };
1746
- const lineHeight_65: string;
1746
+ let lineHeight_65: string;
1747
1747
  export { lineHeight_65 as lineHeight };
1748
1748
  }
1749
1749
  export namespace BodyMdLeading6Regular {
1750
- const fontFamily_66: string;
1750
+ let fontFamily_66: string;
1751
1751
  export { fontFamily_66 as fontFamily };
1752
- const fontWeight_66: string;
1752
+ let fontWeight_66: string;
1753
1753
  export { fontWeight_66 as fontWeight };
1754
- const lineHeight_66: string;
1754
+ let lineHeight_66: string;
1755
1755
  export { lineHeight_66 as lineHeight };
1756
- const fontSize_66: string;
1756
+ let fontSize_66: string;
1757
1757
  export { fontSize_66 as fontSize };
1758
1758
  }
1759
1759
  export namespace BodyMdLeading6Medium {
1760
- const fontFamily_67: string;
1760
+ let fontFamily_67: string;
1761
1761
  export { fontFamily_67 as fontFamily };
1762
- const fontWeight_67: string;
1762
+ let fontWeight_67: string;
1763
1763
  export { fontWeight_67 as fontWeight };
1764
- const fontSize_67: string;
1764
+ let fontSize_67: string;
1765
1765
  export { fontSize_67 as fontSize };
1766
- const lineHeight_67: string;
1766
+ let lineHeight_67: string;
1767
1767
  export { lineHeight_67 as lineHeight };
1768
1768
  }
1769
1769
  export namespace BodyMdLeading6Bold {
1770
- const fontFamily_68: string;
1770
+ let fontFamily_68: string;
1771
1771
  export { fontFamily_68 as fontFamily };
1772
- const fontWeight_68: string;
1772
+ let fontWeight_68: string;
1773
1773
  export { fontWeight_68 as fontWeight };
1774
- const fontSize_68: string;
1774
+ let fontSize_68: string;
1775
1775
  export { fontSize_68 as fontSize };
1776
- const lineHeight_68: string;
1776
+ let lineHeight_68: string;
1777
1777
  export { lineHeight_68 as lineHeight };
1778
1778
  }
1779
1779
  export namespace BodyMdLeading6Black {
1780
- const fontFamily_69: string;
1780
+ let fontFamily_69: string;
1781
1781
  export { fontFamily_69 as fontFamily };
1782
- const fontWeight_69: string;
1782
+ let fontWeight_69: string;
1783
1783
  export { fontWeight_69 as fontWeight };
1784
- const fontSize_69: string;
1784
+ let fontSize_69: string;
1785
1785
  export { fontSize_69 as fontSize };
1786
- const lineHeight_69: string;
1786
+ let lineHeight_69: string;
1787
1787
  export { lineHeight_69 as lineHeight };
1788
1788
  }
1789
1789
  export namespace BodyMdLeading7Light {
1790
- const fontFamily_70: string;
1790
+ let fontFamily_70: string;
1791
1791
  export { fontFamily_70 as fontFamily };
1792
- const fontWeight_70: string;
1792
+ let fontWeight_70: string;
1793
1793
  export { fontWeight_70 as fontWeight };
1794
- const fontSize_70: string;
1794
+ let fontSize_70: string;
1795
1795
  export { fontSize_70 as fontSize };
1796
- const lineHeight_70: string;
1796
+ let lineHeight_70: string;
1797
1797
  export { lineHeight_70 as lineHeight };
1798
1798
  }
1799
1799
  export namespace BodyMdLeading7Regular {
1800
- const fontFamily_71: string;
1800
+ let fontFamily_71: string;
1801
1801
  export { fontFamily_71 as fontFamily };
1802
- const fontWeight_71: string;
1802
+ let fontWeight_71: string;
1803
1803
  export { fontWeight_71 as fontWeight };
1804
- const fontSize_71: string;
1804
+ let fontSize_71: string;
1805
1805
  export { fontSize_71 as fontSize };
1806
- const lineHeight_71: string;
1806
+ let lineHeight_71: string;
1807
1807
  export { lineHeight_71 as lineHeight };
1808
1808
  }
1809
1809
  export namespace BodyMdLeading7Medium {
1810
- const fontFamily_72: string;
1810
+ let fontFamily_72: string;
1811
1811
  export { fontFamily_72 as fontFamily };
1812
- const fontWeight_72: string;
1812
+ let fontWeight_72: string;
1813
1813
  export { fontWeight_72 as fontWeight };
1814
- const fontSize_72: string;
1814
+ let fontSize_72: string;
1815
1815
  export { fontSize_72 as fontSize };
1816
- const lineHeight_72: string;
1816
+ let lineHeight_72: string;
1817
1817
  export { lineHeight_72 as lineHeight };
1818
1818
  }
1819
1819
  export namespace BodyMdLeading7Bold {
1820
- const fontFamily_73: string;
1820
+ let fontFamily_73: string;
1821
1821
  export { fontFamily_73 as fontFamily };
1822
- const fontWeight_73: string;
1822
+ let fontWeight_73: string;
1823
1823
  export { fontWeight_73 as fontWeight };
1824
- const fontSize_73: string;
1824
+ let fontSize_73: string;
1825
1825
  export { fontSize_73 as fontSize };
1826
- const lineHeight_73: string;
1826
+ let lineHeight_73: string;
1827
1827
  export { lineHeight_73 as lineHeight };
1828
1828
  }
1829
1829
  export namespace BodyMdLeading7Black {
1830
- const fontFamily_74: string;
1830
+ let fontFamily_74: string;
1831
1831
  export { fontFamily_74 as fontFamily };
1832
- const fontWeight_74: string;
1832
+ let fontWeight_74: string;
1833
1833
  export { fontWeight_74 as fontWeight };
1834
- const fontSize_74: string;
1834
+ let fontSize_74: string;
1835
1835
  export { fontSize_74 as fontSize };
1836
- const lineHeight_74: string;
1836
+ let lineHeight_74: string;
1837
1837
  export { lineHeight_74 as lineHeight };
1838
1838
  }
1839
1839
  export namespace HeadingXsLight {
1840
- const fontFamily_75: string;
1840
+ let fontFamily_75: string;
1841
1841
  export { fontFamily_75 as fontFamily };
1842
- const fontWeight_75: string;
1842
+ let fontWeight_75: string;
1843
1843
  export { fontWeight_75 as fontWeight };
1844
- const fontSize_75: string;
1844
+ let fontSize_75: string;
1845
1845
  export { fontSize_75 as fontSize };
1846
- const lineHeight_75: string;
1846
+ let lineHeight_75: string;
1847
1847
  export { lineHeight_75 as lineHeight };
1848
1848
  }
1849
1849
  export namespace HeadingXsRegular {
1850
- const fontFamily_76: string;
1850
+ let fontFamily_76: string;
1851
1851
  export { fontFamily_76 as fontFamily };
1852
- const fontWeight_76: string;
1852
+ let fontWeight_76: string;
1853
1853
  export { fontWeight_76 as fontWeight };
1854
- const fontSize_76: string;
1854
+ let fontSize_76: string;
1855
1855
  export { fontSize_76 as fontSize };
1856
- const lineHeight_76: string;
1856
+ let lineHeight_76: string;
1857
1857
  export { lineHeight_76 as lineHeight };
1858
1858
  }
1859
1859
  export namespace HeadingXsMedium {
1860
- const fontFamily_77: string;
1860
+ let fontFamily_77: string;
1861
1861
  export { fontFamily_77 as fontFamily };
1862
- const fontWeight_77: string;
1862
+ let fontWeight_77: string;
1863
1863
  export { fontWeight_77 as fontWeight };
1864
- const fontSize_77: string;
1864
+ let fontSize_77: string;
1865
1865
  export { fontSize_77 as fontSize };
1866
- const lineHeight_77: string;
1866
+ let lineHeight_77: string;
1867
1867
  export { lineHeight_77 as lineHeight };
1868
1868
  }
1869
1869
  export namespace HeadingXsBold {
1870
- const fontFamily_78: string;
1870
+ let fontFamily_78: string;
1871
1871
  export { fontFamily_78 as fontFamily };
1872
- const fontWeight_78: string;
1872
+ let fontWeight_78: string;
1873
1873
  export { fontWeight_78 as fontWeight };
1874
- const fontSize_78: string;
1874
+ let fontSize_78: string;
1875
1875
  export { fontSize_78 as fontSize };
1876
- const lineHeight_78: string;
1876
+ let lineHeight_78: string;
1877
1877
  export { lineHeight_78 as lineHeight };
1878
1878
  }
1879
1879
  export namespace HeadingXsBlack {
1880
- const fontFamily_79: string;
1880
+ let fontFamily_79: string;
1881
1881
  export { fontFamily_79 as fontFamily };
1882
- const fontWeight_79: string;
1882
+ let fontWeight_79: string;
1883
1883
  export { fontWeight_79 as fontWeight };
1884
- const fontSize_79: string;
1884
+ let fontSize_79: string;
1885
1885
  export { fontSize_79 as fontSize };
1886
- const lineHeight_79: string;
1886
+ let lineHeight_79: string;
1887
1887
  export { lineHeight_79 as lineHeight };
1888
1888
  }
1889
1889
  export namespace BodySmLeadingNoneLight {
1890
- const fontFamily_80: string;
1890
+ let fontFamily_80: string;
1891
1891
  export { fontFamily_80 as fontFamily };
1892
- const fontWeight_80: string;
1892
+ let fontWeight_80: string;
1893
1893
  export { fontWeight_80 as fontWeight };
1894
- const fontSize_80: string;
1894
+ let fontSize_80: string;
1895
1895
  export { fontSize_80 as fontSize };
1896
- const lineHeight_80: string;
1896
+ let lineHeight_80: string;
1897
1897
  export { lineHeight_80 as lineHeight };
1898
1898
  }
1899
1899
  export namespace BodySmLeadingNoneRegular {
1900
- const fontFamily_81: string;
1900
+ let fontFamily_81: string;
1901
1901
  export { fontFamily_81 as fontFamily };
1902
- const fontWeight_81: string;
1902
+ let fontWeight_81: string;
1903
1903
  export { fontWeight_81 as fontWeight };
1904
- const fontSize_81: string;
1904
+ let fontSize_81: string;
1905
1905
  export { fontSize_81 as fontSize };
1906
- const lineHeight_81: string;
1906
+ let lineHeight_81: string;
1907
1907
  export { lineHeight_81 as lineHeight };
1908
1908
  }
1909
1909
  export namespace BodySmLeadingNoneMedium {
1910
- const fontFamily_82: string;
1910
+ let fontFamily_82: string;
1911
1911
  export { fontFamily_82 as fontFamily };
1912
- const fontWeight_82: string;
1912
+ let fontWeight_82: string;
1913
1913
  export { fontWeight_82 as fontWeight };
1914
- const fontSize_82: string;
1914
+ let fontSize_82: string;
1915
1915
  export { fontSize_82 as fontSize };
1916
- const lineHeight_82: string;
1916
+ let lineHeight_82: string;
1917
1917
  export { lineHeight_82 as lineHeight };
1918
1918
  }
1919
1919
  export namespace BodySmLeadingNoneBold {
1920
- const fontFamily_83: string;
1920
+ let fontFamily_83: string;
1921
1921
  export { fontFamily_83 as fontFamily };
1922
- const fontWeight_83: string;
1922
+ let fontWeight_83: string;
1923
1923
  export { fontWeight_83 as fontWeight };
1924
- const fontSize_83: string;
1924
+ let fontSize_83: string;
1925
1925
  export { fontSize_83 as fontSize };
1926
- const lineHeight_83: string;
1926
+ let lineHeight_83: string;
1927
1927
  export { lineHeight_83 as lineHeight };
1928
1928
  }
1929
1929
  export namespace BodySmLeadingNoneBlack {
1930
- const fontFamily_84: string;
1930
+ let fontFamily_84: string;
1931
1931
  export { fontFamily_84 as fontFamily };
1932
- const fontWeight_84: string;
1932
+ let fontWeight_84: string;
1933
1933
  export { fontWeight_84 as fontWeight };
1934
- const fontSize_84: string;
1934
+ let fontSize_84: string;
1935
1935
  export { fontSize_84 as fontSize };
1936
- const lineHeight_84: string;
1936
+ let lineHeight_84: string;
1937
1937
  export { lineHeight_84 as lineHeight };
1938
1938
  }
1939
1939
  export namespace BodySmLeading5Light {
1940
- const fontFamily_85: string;
1940
+ let fontFamily_85: string;
1941
1941
  export { fontFamily_85 as fontFamily };
1942
- const fontWeight_85: string;
1942
+ let fontWeight_85: string;
1943
1943
  export { fontWeight_85 as fontWeight };
1944
- const fontSize_85: string;
1944
+ let fontSize_85: string;
1945
1945
  export { fontSize_85 as fontSize };
1946
- const lineHeight_85: string;
1946
+ let lineHeight_85: string;
1947
1947
  export { lineHeight_85 as lineHeight };
1948
1948
  }
1949
1949
  export namespace BodySmLeading5Regular {
1950
- const fontFamily_86: string;
1950
+ let fontFamily_86: string;
1951
1951
  export { fontFamily_86 as fontFamily };
1952
- const fontWeight_86: string;
1952
+ let fontWeight_86: string;
1953
1953
  export { fontWeight_86 as fontWeight };
1954
- const fontSize_86: string;
1954
+ let fontSize_86: string;
1955
1955
  export { fontSize_86 as fontSize };
1956
- const lineHeight_86: string;
1956
+ let lineHeight_86: string;
1957
1957
  export { lineHeight_86 as lineHeight };
1958
1958
  }
1959
1959
  export namespace BodySmLeading5Medium {
1960
- const fontFamily_87: string;
1960
+ let fontFamily_87: string;
1961
1961
  export { fontFamily_87 as fontFamily };
1962
- const fontWeight_87: string;
1962
+ let fontWeight_87: string;
1963
1963
  export { fontWeight_87 as fontWeight };
1964
- const fontSize_87: string;
1964
+ let fontSize_87: string;
1965
1965
  export { fontSize_87 as fontSize };
1966
- const lineHeight_87: string;
1966
+ let lineHeight_87: string;
1967
1967
  export { lineHeight_87 as lineHeight };
1968
1968
  }
1969
1969
  export namespace BodySmLeading5Bold {
1970
- const fontFamily_88: string;
1970
+ let fontFamily_88: string;
1971
1971
  export { fontFamily_88 as fontFamily };
1972
- const fontWeight_88: string;
1972
+ let fontWeight_88: string;
1973
1973
  export { fontWeight_88 as fontWeight };
1974
- const fontSize_88: string;
1974
+ let fontSize_88: string;
1975
1975
  export { fontSize_88 as fontSize };
1976
- const lineHeight_88: string;
1976
+ let lineHeight_88: string;
1977
1977
  export { lineHeight_88 as lineHeight };
1978
1978
  }
1979
1979
  export namespace BodySmLeading5Black {
1980
- const fontFamily_89: string;
1980
+ let fontFamily_89: string;
1981
1981
  export { fontFamily_89 as fontFamily };
1982
- const fontWeight_89: string;
1982
+ let fontWeight_89: string;
1983
1983
  export { fontWeight_89 as fontWeight };
1984
- const fontSize_89: string;
1984
+ let fontSize_89: string;
1985
1985
  export { fontSize_89 as fontSize };
1986
- const lineHeight_89: string;
1986
+ let lineHeight_89: string;
1987
1987
  export { lineHeight_89 as lineHeight };
1988
1988
  }
1989
1989
  export namespace BodySmLeading6Light {
1990
- const fontFamily_90: string;
1990
+ let fontFamily_90: string;
1991
1991
  export { fontFamily_90 as fontFamily };
1992
- const fontWeight_90: string;
1992
+ let fontWeight_90: string;
1993
1993
  export { fontWeight_90 as fontWeight };
1994
- const fontSize_90: string;
1994
+ let fontSize_90: string;
1995
1995
  export { fontSize_90 as fontSize };
1996
- const lineHeight_90: string;
1996
+ let lineHeight_90: string;
1997
1997
  export { lineHeight_90 as lineHeight };
1998
1998
  }
1999
1999
  export namespace BodySmLeading6Regular {
2000
- const fontFamily_91: string;
2000
+ let fontFamily_91: string;
2001
2001
  export { fontFamily_91 as fontFamily };
2002
- const fontWeight_91: string;
2002
+ let fontWeight_91: string;
2003
2003
  export { fontWeight_91 as fontWeight };
2004
- const fontSize_91: string;
2004
+ let fontSize_91: string;
2005
2005
  export { fontSize_91 as fontSize };
2006
- const lineHeight_91: string;
2006
+ let lineHeight_91: string;
2007
2007
  export { lineHeight_91 as lineHeight };
2008
2008
  }
2009
2009
  export namespace BodySmLeading6Medium {
2010
- const fontFamily_92: string;
2010
+ let fontFamily_92: string;
2011
2011
  export { fontFamily_92 as fontFamily };
2012
- const fontWeight_92: string;
2012
+ let fontWeight_92: string;
2013
2013
  export { fontWeight_92 as fontWeight };
2014
- const fontSize_92: string;
2014
+ let fontSize_92: string;
2015
2015
  export { fontSize_92 as fontSize };
2016
- const lineHeight_92: string;
2016
+ let lineHeight_92: string;
2017
2017
  export { lineHeight_92 as lineHeight };
2018
2018
  }
2019
2019
  export namespace BodySmLeading6Bold {
2020
- const fontFamily_93: string;
2020
+ let fontFamily_93: string;
2021
2021
  export { fontFamily_93 as fontFamily };
2022
- const fontWeight_93: string;
2022
+ let fontWeight_93: string;
2023
2023
  export { fontWeight_93 as fontWeight };
2024
- const fontSize_93: string;
2024
+ let fontSize_93: string;
2025
2025
  export { fontSize_93 as fontSize };
2026
- const lineHeight_93: string;
2026
+ let lineHeight_93: string;
2027
2027
  export { lineHeight_93 as lineHeight };
2028
2028
  }
2029
2029
  export namespace BodySmLeading6Black {
2030
- const fontFamily_94: string;
2030
+ let fontFamily_94: string;
2031
2031
  export { fontFamily_94 as fontFamily };
2032
- const fontWeight_94: string;
2032
+ let fontWeight_94: string;
2033
2033
  export { fontWeight_94 as fontWeight };
2034
- const fontSize_94: string;
2034
+ let fontSize_94: string;
2035
2035
  export { fontSize_94 as fontSize };
2036
- const lineHeight_94: string;
2036
+ let lineHeight_94: string;
2037
2037
  export { lineHeight_94 as lineHeight };
2038
2038
  }
2039
2039
  export namespace BodyXsLeadingNoneLight {
2040
- const fontFamily_95: string;
2040
+ let fontFamily_95: string;
2041
2041
  export { fontFamily_95 as fontFamily };
2042
- const fontWeight_95: string;
2042
+ let fontWeight_95: string;
2043
2043
  export { fontWeight_95 as fontWeight };
2044
- const fontSize_95: string;
2044
+ let fontSize_95: string;
2045
2045
  export { fontSize_95 as fontSize };
2046
- const lineHeight_95: string;
2046
+ let lineHeight_95: string;
2047
2047
  export { lineHeight_95 as lineHeight };
2048
2048
  }
2049
2049
  export namespace BodyXsLeadingNoneRegular {
2050
- const fontFamily_96: string;
2050
+ let fontFamily_96: string;
2051
2051
  export { fontFamily_96 as fontFamily };
2052
- const fontWeight_96: string;
2052
+ let fontWeight_96: string;
2053
2053
  export { fontWeight_96 as fontWeight };
2054
- const fontSize_96: string;
2054
+ let fontSize_96: string;
2055
2055
  export { fontSize_96 as fontSize };
2056
- const lineHeight_96: string;
2056
+ let lineHeight_96: string;
2057
2057
  export { lineHeight_96 as lineHeight };
2058
2058
  }
2059
2059
  export namespace BodyXsLeadingNoneMedium {
2060
- const fontFamily_97: string;
2060
+ let fontFamily_97: string;
2061
2061
  export { fontFamily_97 as fontFamily };
2062
- const fontWeight_97: string;
2062
+ let fontWeight_97: string;
2063
2063
  export { fontWeight_97 as fontWeight };
2064
- const fontSize_97: string;
2064
+ let fontSize_97: string;
2065
2065
  export { fontSize_97 as fontSize };
2066
- const lineHeight_97: string;
2066
+ let lineHeight_97: string;
2067
2067
  export { lineHeight_97 as lineHeight };
2068
2068
  }
2069
2069
  export namespace BodyXsLeadingNoneBold {
2070
- const fontFamily_98: string;
2070
+ let fontFamily_98: string;
2071
2071
  export { fontFamily_98 as fontFamily };
2072
- const fontWeight_98: string;
2072
+ let fontWeight_98: string;
2073
2073
  export { fontWeight_98 as fontWeight };
2074
- const fontSize_98: string;
2074
+ let fontSize_98: string;
2075
2075
  export { fontSize_98 as fontSize };
2076
- const lineHeight_98: string;
2076
+ let lineHeight_98: string;
2077
2077
  export { lineHeight_98 as lineHeight };
2078
2078
  }
2079
2079
  export namespace BodyXsLeadingNoneBlack {
2080
- const fontFamily_99: string;
2080
+ let fontFamily_99: string;
2081
2081
  export { fontFamily_99 as fontFamily };
2082
- const fontWeight_99: string;
2082
+ let fontWeight_99: string;
2083
2083
  export { fontWeight_99 as fontWeight };
2084
- const fontSize_99: string;
2084
+ let fontSize_99: string;
2085
2085
  export { fontSize_99 as fontSize };
2086
- const lineHeight_99: string;
2086
+ let lineHeight_99: string;
2087
2087
  export { lineHeight_99 as lineHeight };
2088
2088
  }
2089
2089
  export namespace BodyXsLeading4Light {
2090
- const fontFamily_100: string;
2090
+ let fontFamily_100: string;
2091
2091
  export { fontFamily_100 as fontFamily };
2092
- const fontWeight_100: string;
2092
+ let fontWeight_100: string;
2093
2093
  export { fontWeight_100 as fontWeight };
2094
- const fontSize_100: string;
2094
+ let fontSize_100: string;
2095
2095
  export { fontSize_100 as fontSize };
2096
- const lineHeight_100: string;
2096
+ let lineHeight_100: string;
2097
2097
  export { lineHeight_100 as lineHeight };
2098
2098
  }
2099
2099
  export namespace BodyXsLeading4Regular {
2100
- const fontFamily_101: string;
2100
+ let fontFamily_101: string;
2101
2101
  export { fontFamily_101 as fontFamily };
2102
- const fontWeight_101: string;
2102
+ let fontWeight_101: string;
2103
2103
  export { fontWeight_101 as fontWeight };
2104
- const fontSize_101: string;
2104
+ let fontSize_101: string;
2105
2105
  export { fontSize_101 as fontSize };
2106
- const lineHeight_101: string;
2106
+ let lineHeight_101: string;
2107
2107
  export { lineHeight_101 as lineHeight };
2108
2108
  }
2109
2109
  export namespace BodyXsLeading4Medium {
2110
- const fontFamily_102: string;
2110
+ let fontFamily_102: string;
2111
2111
  export { fontFamily_102 as fontFamily };
2112
- const fontWeight_102: string;
2112
+ let fontWeight_102: string;
2113
2113
  export { fontWeight_102 as fontWeight };
2114
- const fontSize_102: string;
2114
+ let fontSize_102: string;
2115
2115
  export { fontSize_102 as fontSize };
2116
- const lineHeight_102: string;
2116
+ let lineHeight_102: string;
2117
2117
  export { lineHeight_102 as lineHeight };
2118
2118
  }
2119
2119
  export namespace BodyXsLeading4Bold {
2120
- const fontFamily_103: string;
2120
+ let fontFamily_103: string;
2121
2121
  export { fontFamily_103 as fontFamily };
2122
- const fontWeight_103: string;
2122
+ let fontWeight_103: string;
2123
2123
  export { fontWeight_103 as fontWeight };
2124
- const fontSize_103: string;
2124
+ let fontSize_103: string;
2125
2125
  export { fontSize_103 as fontSize };
2126
- const lineHeight_103: string;
2126
+ let lineHeight_103: string;
2127
2127
  export { lineHeight_103 as lineHeight };
2128
2128
  }
2129
2129
  export namespace BodyXsLeading4Black {
2130
- const fontFamily_104: string;
2130
+ let fontFamily_104: string;
2131
2131
  export { fontFamily_104 as fontFamily };
2132
- const fontWeight_104: string;
2132
+ let fontWeight_104: string;
2133
2133
  export { fontWeight_104 as fontWeight };
2134
- const fontSize_104: string;
2134
+ let fontSize_104: string;
2135
2135
  export { fontSize_104 as fontSize };
2136
- const lineHeight_104: string;
2136
+ let lineHeight_104: string;
2137
2137
  export { lineHeight_104 as lineHeight };
2138
2138
  }
2139
2139
  export namespace BodyXsLeading5Light {
2140
- const fontFamily_105: string;
2140
+ let fontFamily_105: string;
2141
2141
  export { fontFamily_105 as fontFamily };
2142
- const fontWeight_105: string;
2142
+ let fontWeight_105: string;
2143
2143
  export { fontWeight_105 as fontWeight };
2144
- const fontSize_105: string;
2144
+ let fontSize_105: string;
2145
2145
  export { fontSize_105 as fontSize };
2146
- const lineHeight_105: string;
2146
+ let lineHeight_105: string;
2147
2147
  export { lineHeight_105 as lineHeight };
2148
2148
  }
2149
2149
  export namespace BodyXsLeading5Regular {
2150
- const fontFamily_106: string;
2150
+ let fontFamily_106: string;
2151
2151
  export { fontFamily_106 as fontFamily };
2152
- const fontWeight_106: string;
2152
+ let fontWeight_106: string;
2153
2153
  export { fontWeight_106 as fontWeight };
2154
- const fontSize_106: string;
2154
+ let fontSize_106: string;
2155
2155
  export { fontSize_106 as fontSize };
2156
- const lineHeight_106: string;
2156
+ let lineHeight_106: string;
2157
2157
  export { lineHeight_106 as lineHeight };
2158
2158
  }
2159
2159
  export namespace BodyXsLeading5Medium {
2160
- const fontFamily_107: string;
2160
+ let fontFamily_107: string;
2161
2161
  export { fontFamily_107 as fontFamily };
2162
- const fontWeight_107: string;
2162
+ let fontWeight_107: string;
2163
2163
  export { fontWeight_107 as fontWeight };
2164
- const fontSize_107: string;
2164
+ let fontSize_107: string;
2165
2165
  export { fontSize_107 as fontSize };
2166
- const lineHeight_107: string;
2166
+ let lineHeight_107: string;
2167
2167
  export { lineHeight_107 as lineHeight };
2168
2168
  }
2169
2169
  export namespace BodyXsLeading5Bold {
2170
- const fontFamily_108: string;
2170
+ let fontFamily_108: string;
2171
2171
  export { fontFamily_108 as fontFamily };
2172
- const fontWeight_108: string;
2172
+ let fontWeight_108: string;
2173
2173
  export { fontWeight_108 as fontWeight };
2174
- const fontSize_108: string;
2174
+ let fontSize_108: string;
2175
2175
  export { fontSize_108 as fontSize };
2176
- const lineHeight_108: string;
2176
+ let lineHeight_108: string;
2177
2177
  export { lineHeight_108 as lineHeight };
2178
2178
  }
2179
2179
  export namespace BodyXsLeading5Black {
2180
- const fontFamily_109: string;
2180
+ let fontFamily_109: string;
2181
2181
  export { fontFamily_109 as fontFamily };
2182
- const fontWeight_109: string;
2182
+ let fontWeight_109: string;
2183
2183
  export { fontWeight_109 as fontWeight };
2184
- const fontSize_109: string;
2184
+ let fontSize_109: string;
2185
2185
  export { fontSize_109 as fontSize };
2186
- const lineHeight_109: string;
2186
+ let lineHeight_109: string;
2187
2187
  export { lineHeight_109 as lineHeight };
2188
2188
  }
2189
2189
  export const RadiiInput: "8rem";
@@ -2338,29 +2338,29 @@ export const CheckboxSpacingBoxGap: "0";
2338
2338
  export const CheckboxSpacingBoxPaddingX: "4rem";
2339
2339
  export const CheckboxSpacingBoxPaddingY: "4rem";
2340
2340
  export namespace InputColorBackground {
2341
- const value: string;
2342
- const type: string;
2343
- const filePath: string;
2344
- const isSource: boolean;
2341
+ let value: string;
2342
+ let type: string;
2343
+ let filePath: string;
2344
+ let isSource: boolean;
2345
2345
  }
2346
2346
  export namespace InputColorForeground {
2347
- const value_1: string;
2347
+ let value_1: string;
2348
2348
  export { value_1 as value };
2349
- const type_1: string;
2349
+ let type_1: string;
2350
2350
  export { type_1 as type };
2351
- const filePath_1: string;
2351
+ let filePath_1: string;
2352
2352
  export { filePath_1 as filePath };
2353
- const isSource_1: boolean;
2353
+ let isSource_1: boolean;
2354
2354
  export { isSource_1 as isSource };
2355
2355
  }
2356
2356
  export namespace InputColorBorder {
2357
- const value_2: string;
2357
+ let value_2: string;
2358
2358
  export { value_2 as value };
2359
- const type_2: string;
2359
+ let type_2: string;
2360
2360
  export { type_2 as type };
2361
- const filePath_2: string;
2361
+ let filePath_2: string;
2362
2362
  export { filePath_2 as filePath };
2363
- const isSource_2: boolean;
2363
+ let isSource_2: boolean;
2364
2364
  export { isSource_2 as isSource };
2365
2365
  }
2366
2366
  export const InputColorIconDefault: "#6b7280";
@@ -2472,33 +2472,33 @@ export const CalenderBorderRadiusDateFull: "9999rem";
2472
2472
  export const CalenderBorderRadiusDateItemFull: "9999rem";
2473
2473
  export const CalenderBorderRadiusMonthNone: "0";
2474
2474
  export namespace TextAreaColorBackground {
2475
- const value_3: string;
2475
+ let value_3: string;
2476
2476
  export { value_3 as value };
2477
- const type_3: string;
2477
+ let type_3: string;
2478
2478
  export { type_3 as type };
2479
- const filePath_3: string;
2479
+ let filePath_3: string;
2480
2480
  export { filePath_3 as filePath };
2481
- const isSource_3: boolean;
2481
+ let isSource_3: boolean;
2482
2482
  export { isSource_3 as isSource };
2483
2483
  }
2484
2484
  export namespace TextAreaColorForeground {
2485
- const value_4: string;
2485
+ let value_4: string;
2486
2486
  export { value_4 as value };
2487
- const type_4: string;
2487
+ let type_4: string;
2488
2488
  export { type_4 as type };
2489
- const filePath_4: string;
2489
+ let filePath_4: string;
2490
2490
  export { filePath_4 as filePath };
2491
- const isSource_4: boolean;
2491
+ let isSource_4: boolean;
2492
2492
  export { isSource_4 as isSource };
2493
2493
  }
2494
2494
  export namespace TextAreaColorBorder {
2495
- const value_5: string;
2495
+ let value_5: string;
2496
2496
  export { value_5 as value };
2497
- const type_5: string;
2497
+ let type_5: string;
2498
2498
  export { type_5 as type };
2499
- const filePath_5: string;
2499
+ let filePath_5: string;
2500
2500
  export { filePath_5 as filePath };
2501
- const isSource_5: boolean;
2501
+ let isSource_5: boolean;
2502
2502
  export { isSource_5 as isSource };
2503
2503
  }
2504
2504
  export const TextAreaColorIconDefault: "#6b7280";