@pichetch08/trip-ui 0.1.0 → 0.2.0

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 (167) hide show
  1. package/dist/{accordion.js → components/shared/accordion.js} +1 -1
  2. package/dist/{agreement-modal.js → components/shared/agreement-modal.js} +1 -1
  3. package/dist/{alert.js → components/shared/alert.js} +1 -1
  4. package/dist/{auth-hero.js → components/shared/auth-hero.js} +1 -1
  5. package/dist/{avatar.js → components/shared/avatar.js} +1 -1
  6. package/dist/{badge.js → components/shared/badge.js} +1 -1
  7. package/dist/{banner.js → components/shared/banner.js} +1 -1
  8. package/dist/{breadcrumb.js → components/shared/breadcrumb.js} +1 -1
  9. package/dist/{button.js → components/shared/button.js} +1 -1
  10. package/dist/{card.js → components/shared/card.js} +1 -1
  11. package/dist/{change-summary-modal.js → components/shared/change-summary-modal.js} +1 -1
  12. package/dist/{channel-badge.js → components/shared/channel-badge.js} +1 -1
  13. package/dist/{checkbox.js → components/shared/checkbox.js} +1 -1
  14. package/dist/{color-picker.js → components/shared/color-picker.js} +1 -1
  15. package/dist/{confirm-dialog.js → components/shared/confirm-dialog.js} +1 -1
  16. package/dist/{copy-button.js → components/shared/copy-button.js} +1 -1
  17. package/dist/{dashed-add-button.js → components/shared/dashed-add-button.js} +1 -1
  18. package/dist/{data-table.js → components/shared/data-table.js} +1 -1
  19. package/dist/{date-picker.js → components/shared/date-picker.js} +1 -1
  20. package/dist/{date-range-picker.js → components/shared/date-range-picker.js} +1 -1
  21. package/dist/{dev-auto-fill.js → components/shared/dev-auto-fill.js} +1 -1
  22. package/dist/{divider.js → components/shared/divider.js} +1 -1
  23. package/dist/{drawer.js → components/shared/drawer.js} +1 -1
  24. package/dist/{dropdown-menu.js → components/shared/dropdown-menu.js} +1 -1
  25. package/dist/{empty-state.js → components/shared/empty-state.js} +1 -1
  26. package/dist/{file-upload.js → components/shared/file-upload.js} +1 -1
  27. package/dist/{filter-tabs.js → components/shared/filter-tabs.js} +1 -1
  28. package/dist/{footer-action-bar.js → components/shared/footer-action-bar.js} +1 -1
  29. package/dist/{form-input.js → components/shared/form-input.js} +1 -1
  30. package/dist/{form-textarea.js → components/shared/form-textarea.js} +1 -1
  31. package/dist/{icon-button.js → components/shared/icon-button.js} +1 -1
  32. package/dist/{icon-picker.js → components/shared/icon-picker.js} +1 -1
  33. package/dist/{icon-wrapper.js → components/shared/icon-wrapper.js} +1 -1
  34. package/dist/{image-upload.js → components/shared/image-upload.js} +1 -1
  35. package/dist/{index.d.ts → components/shared/index.d.ts} +11 -0
  36. package/dist/{index.js → components/shared/index.js} +51 -1
  37. package/dist/{kbd.js → components/shared/kbd.js} +1 -1
  38. package/dist/{mobile-preview.js → components/shared/mobile-preview.js} +1 -1
  39. package/dist/{modal.js → components/shared/modal.js} +1 -1
  40. package/dist/{multi-select.js → components/shared/multi-select.js} +1 -1
  41. package/dist/{number-input.js → components/shared/number-input.js} +1 -1
  42. package/dist/{otp-input.js → components/shared/otp-input.js} +1 -1
  43. package/dist/{page-header.js → components/shared/page-header.js} +1 -1
  44. package/dist/{page-state.js → components/shared/page-state.js} +1 -1
  45. package/dist/{pagination.js → components/shared/pagination.js} +1 -1
  46. package/dist/{popover.js → components/shared/popover.js} +1 -1
  47. package/dist/{preview-drawer.js → components/shared/preview-drawer.js} +1 -1
  48. package/dist/{progress-bar.js → components/shared/progress-bar.js} +1 -1
  49. package/dist/{qr-code-display.js → components/shared/qr-code-display.js} +1 -1
  50. package/dist/{radio-group.js → components/shared/radio-group.js} +1 -1
  51. package/dist/{rating.js → components/shared/rating.js} +1 -1
  52. package/dist/{rich-editor.js → components/shared/rich-editor.js} +1 -1
  53. package/dist/{search-bar.js → components/shared/search-bar.js} +1 -1
  54. package/dist/{section-header.js → components/shared/section-header.js} +1 -1
  55. package/dist/{segmented-control.js → components/shared/segmented-control.js} +1 -1
  56. package/dist/{select-picker.js → components/shared/select-picker.js} +1 -1
  57. package/dist/{skeleton.js → components/shared/skeleton.js} +1 -1
  58. package/dist/{slider.js → components/shared/slider.js} +1 -1
  59. package/dist/{spinner.js → components/shared/spinner.js} +1 -1
  60. package/dist/{stat-card.js → components/shared/stat-card.js} +1 -1
  61. package/dist/{stats-summary.js → components/shared/stats-summary.js} +1 -1
  62. package/dist/{status-badge.js → components/shared/status-badge.js} +1 -1
  63. package/dist/{stepper.js → components/shared/stepper.js} +1 -1
  64. package/dist/{tabs.js → components/shared/tabs.js} +1 -1
  65. package/dist/{tag.js → components/shared/tag.js} +1 -1
  66. package/dist/{time-picker.js → components/shared/time-picker.js} +1 -1
  67. package/dist/{timeline.js → components/shared/timeline.js} +1 -1
  68. package/dist/{toast.js → components/shared/toast.js} +1 -1
  69. package/dist/{toggle-switch.js → components/shared/toggle-switch.js} +1 -1
  70. package/dist/{tooltip.js → components/shared/tooltip.js} +1 -1
  71. package/dist/{trip-day-map-lazy.d.ts → components/shared/trip-day-map-lazy.d.ts} +6 -0
  72. package/dist/{trip-day-map-lazy.js → components/shared/trip-day-map-lazy.js} +2 -2
  73. package/dist/components/shared/trip-day-map.d.ts +28 -0
  74. package/dist/components/shared/trip-day-map.js +146 -0
  75. package/dist/components/trip/acknowledge-banner.d.ts +9 -0
  76. package/dist/components/trip/acknowledge-banner.js +47 -0
  77. package/dist/components/trip/activity-item.d.ts +8 -0
  78. package/dist/components/trip/activity-item.js +174 -0
  79. package/dist/components/trip/company-footer.d.ts +9 -0
  80. package/dist/components/trip/company-footer.js +99 -0
  81. package/dist/components/trip/countdown-badge.d.ts +7 -0
  82. package/dist/components/trip/countdown-badge.js +39 -0
  83. package/dist/components/trip/day-card.d.ts +8 -0
  84. package/dist/components/trip/day-card.js +62 -0
  85. package/dist/components/trip/emergency-card.d.ts +8 -0
  86. package/dist/components/trip/emergency-card.js +34 -0
  87. package/dist/components/trip/index.d.ts +9 -0
  88. package/dist/components/trip/index.js +19 -0
  89. package/dist/components/trip/info-badge.d.ts +8 -0
  90. package/dist/components/trip/info-badge.js +21 -0
  91. package/dist/components/trip/sticky-day-nav.d.ts +10 -0
  92. package/dist/components/trip/sticky-day-nav.js +36 -0
  93. package/dist/types/trip.d.ts +111 -0
  94. package/dist/types/trip.js +0 -0
  95. package/dist/utils/trip-utils.d.ts +29 -0
  96. package/dist/utils/trip-utils.js +166 -0
  97. package/package.json +12 -3
  98. package/dist/trip-day-map.d.ts +0 -15
  99. package/dist/trip-day-map.js +0 -62
  100. /package/dist/{accordion.d.ts → components/shared/accordion.d.ts} +0 -0
  101. /package/dist/{agreement-modal.d.ts → components/shared/agreement-modal.d.ts} +0 -0
  102. /package/dist/{alert.d.ts → components/shared/alert.d.ts} +0 -0
  103. /package/dist/{auth-hero.d.ts → components/shared/auth-hero.d.ts} +0 -0
  104. /package/dist/{avatar.d.ts → components/shared/avatar.d.ts} +0 -0
  105. /package/dist/{badge.d.ts → components/shared/badge.d.ts} +0 -0
  106. /package/dist/{banner.d.ts → components/shared/banner.d.ts} +0 -0
  107. /package/dist/{breadcrumb.d.ts → components/shared/breadcrumb.d.ts} +0 -0
  108. /package/dist/{button.d.ts → components/shared/button.d.ts} +0 -0
  109. /package/dist/{card.d.ts → components/shared/card.d.ts} +0 -0
  110. /package/dist/{change-summary-modal.d.ts → components/shared/change-summary-modal.d.ts} +0 -0
  111. /package/dist/{channel-badge.d.ts → components/shared/channel-badge.d.ts} +0 -0
  112. /package/dist/{checkbox.d.ts → components/shared/checkbox.d.ts} +0 -0
  113. /package/dist/{color-picker.d.ts → components/shared/color-picker.d.ts} +0 -0
  114. /package/dist/{confirm-dialog.d.ts → components/shared/confirm-dialog.d.ts} +0 -0
  115. /package/dist/{copy-button.d.ts → components/shared/copy-button.d.ts} +0 -0
  116. /package/dist/{dashed-add-button.d.ts → components/shared/dashed-add-button.d.ts} +0 -0
  117. /package/dist/{data-table.d.ts → components/shared/data-table.d.ts} +0 -0
  118. /package/dist/{date-picker.d.ts → components/shared/date-picker.d.ts} +0 -0
  119. /package/dist/{date-range-picker.d.ts → components/shared/date-range-picker.d.ts} +0 -0
  120. /package/dist/{dev-auto-fill.d.ts → components/shared/dev-auto-fill.d.ts} +0 -0
  121. /package/dist/{divider.d.ts → components/shared/divider.d.ts} +0 -0
  122. /package/dist/{drawer.d.ts → components/shared/drawer.d.ts} +0 -0
  123. /package/dist/{dropdown-menu.d.ts → components/shared/dropdown-menu.d.ts} +0 -0
  124. /package/dist/{empty-state.d.ts → components/shared/empty-state.d.ts} +0 -0
  125. /package/dist/{file-upload.d.ts → components/shared/file-upload.d.ts} +0 -0
  126. /package/dist/{filter-tabs.d.ts → components/shared/filter-tabs.d.ts} +0 -0
  127. /package/dist/{footer-action-bar.d.ts → components/shared/footer-action-bar.d.ts} +0 -0
  128. /package/dist/{form-input.d.ts → components/shared/form-input.d.ts} +0 -0
  129. /package/dist/{form-textarea.d.ts → components/shared/form-textarea.d.ts} +0 -0
  130. /package/dist/{icon-button.d.ts → components/shared/icon-button.d.ts} +0 -0
  131. /package/dist/{icon-picker.d.ts → components/shared/icon-picker.d.ts} +0 -0
  132. /package/dist/{icon-wrapper.d.ts → components/shared/icon-wrapper.d.ts} +0 -0
  133. /package/dist/{image-upload.d.ts → components/shared/image-upload.d.ts} +0 -0
  134. /package/dist/{kbd.d.ts → components/shared/kbd.d.ts} +0 -0
  135. /package/dist/{mobile-preview.d.ts → components/shared/mobile-preview.d.ts} +0 -0
  136. /package/dist/{modal.d.ts → components/shared/modal.d.ts} +0 -0
  137. /package/dist/{multi-select.d.ts → components/shared/multi-select.d.ts} +0 -0
  138. /package/dist/{number-input.d.ts → components/shared/number-input.d.ts} +0 -0
  139. /package/dist/{otp-input.d.ts → components/shared/otp-input.d.ts} +0 -0
  140. /package/dist/{page-header.d.ts → components/shared/page-header.d.ts} +0 -0
  141. /package/dist/{page-state.d.ts → components/shared/page-state.d.ts} +0 -0
  142. /package/dist/{pagination.d.ts → components/shared/pagination.d.ts} +0 -0
  143. /package/dist/{popover.d.ts → components/shared/popover.d.ts} +0 -0
  144. /package/dist/{preview-drawer.d.ts → components/shared/preview-drawer.d.ts} +0 -0
  145. /package/dist/{progress-bar.d.ts → components/shared/progress-bar.d.ts} +0 -0
  146. /package/dist/{qr-code-display.d.ts → components/shared/qr-code-display.d.ts} +0 -0
  147. /package/dist/{radio-group.d.ts → components/shared/radio-group.d.ts} +0 -0
  148. /package/dist/{rating.d.ts → components/shared/rating.d.ts} +0 -0
  149. /package/dist/{rich-editor.d.ts → components/shared/rich-editor.d.ts} +0 -0
  150. /package/dist/{search-bar.d.ts → components/shared/search-bar.d.ts} +0 -0
  151. /package/dist/{section-header.d.ts → components/shared/section-header.d.ts} +0 -0
  152. /package/dist/{segmented-control.d.ts → components/shared/segmented-control.d.ts} +0 -0
  153. /package/dist/{select-picker.d.ts → components/shared/select-picker.d.ts} +0 -0
  154. /package/dist/{skeleton.d.ts → components/shared/skeleton.d.ts} +0 -0
  155. /package/dist/{slider.d.ts → components/shared/slider.d.ts} +0 -0
  156. /package/dist/{spinner.d.ts → components/shared/spinner.d.ts} +0 -0
  157. /package/dist/{stat-card.d.ts → components/shared/stat-card.d.ts} +0 -0
  158. /package/dist/{stats-summary.d.ts → components/shared/stats-summary.d.ts} +0 -0
  159. /package/dist/{status-badge.d.ts → components/shared/status-badge.d.ts} +0 -0
  160. /package/dist/{stepper.d.ts → components/shared/stepper.d.ts} +0 -0
  161. /package/dist/{tabs.d.ts → components/shared/tabs.d.ts} +0 -0
  162. /package/dist/{tag.d.ts → components/shared/tag.d.ts} +0 -0
  163. /package/dist/{time-picker.d.ts → components/shared/time-picker.d.ts} +0 -0
  164. /package/dist/{timeline.d.ts → components/shared/timeline.d.ts} +0 -0
  165. /package/dist/{toast.d.ts → components/shared/toast.d.ts} +0 -0
  166. /package/dist/{toggle-switch.d.ts → components/shared/toggle-switch.d.ts} +0 -0
  167. /package/dist/{tooltip.d.ts → components/shared/tooltip.d.ts} +0 -0
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  import { useState } from "react";
5
5
  function Accordion({
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  import { useRef, useState, useEffect, useCallback } from "react";
5
5
  import { Button } from "./button";
@@ -1,4 +1,4 @@
1
- import "./chunk-ORMEWXMH.js";
1
+ import "../../chunk-ORMEWXMH.js";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  const VARIANT_STYLES = {
4
4
  info: { container: "bg-blue-50 border border-blue-200 text-blue-800", icon: "text-blue-500", defaultIcon: "info" },
@@ -1,4 +1,4 @@
1
- import "./chunk-ORMEWXMH.js";
1
+ import "../../chunk-ORMEWXMH.js";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  function AuthHero({ imageUrl, overlayOpacity = 0.35 }) {
4
4
  if (imageUrl) {
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  const SIZE_CLASSES = {
5
5
  xs: "w-6 h-6",
@@ -1,4 +1,4 @@
1
- import "./chunk-ORMEWXMH.js";
1
+ import "../../chunk-ORMEWXMH.js";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  function Badge({ children, variant = "default", size = "md", icon }) {
4
4
  const variantClasses = {
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  const VARIANTS = {
5
5
  info: { wrap: "bg-info/10 border-info/30", iconColor: "text-info", titleColor: "text-info" },
@@ -1,4 +1,4 @@
1
- import "./chunk-ORMEWXMH.js";
1
+ import "../../chunk-ORMEWXMH.js";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  function Breadcrumb({ items, className = "", navAriaLabel = "Breadcrumb", homeAriaLabel = "Home" }) {
4
4
  return /* @__PURE__ */ jsx("nav", { "aria-label": navAriaLabel, className, children: /* @__PURE__ */ jsx("ol", { className: `flex flex-wrap gap-1 items-center`, children: items.map((item, index) => {
@@ -3,7 +3,7 @@ import {
3
3
  __objRest,
4
4
  __spreadProps,
5
5
  __spreadValues
6
- } from "./chunk-ORMEWXMH.js";
6
+ } from "../../chunk-ORMEWXMH.js";
7
7
  import { jsx, jsxs } from "react/jsx-runtime";
8
8
  import { forwardRef } from "react";
9
9
  import { Spinner } from "./spinner";
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { jsx } from "react/jsx-runtime";
4
4
  const paddingMap = {
5
5
  none: "",
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
4
4
  import { useState, useRef } from "react";
5
5
  import { Button } from "./button";
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  const channelConfig = {
5
5
  line: { label: "LINE", icon: "chat", cls: "bg-green-100 text-green-700" },
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  import { useRef, useEffect } from "react";
5
5
  function Checkbox({
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  __spreadProps,
4
4
  __spreadValues
5
- } from "./chunk-ORMEWXMH.js";
5
+ } from "../../chunk-ORMEWXMH.js";
6
6
  import { jsx, jsxs } from "react/jsx-runtime";
7
7
  import { useState, useRef } from "react";
8
8
  const DEFAULT_PRESETS = [
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  import { useEffect, useRef } from "react";
5
5
  import { Button } from "./button";
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  import { useState, useRef } from "react";
5
5
  function CopyButton({
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  function DashedAddButton({
5
5
  children,
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  __spreadProps,
4
4
  __spreadValues
5
- } from "./chunk-ORMEWXMH.js";
5
+ } from "../../chunk-ORMEWXMH.js";
6
6
  import { jsx, jsxs } from "react/jsx-runtime";
7
7
  import { useState } from "react";
8
8
  function DataTable({
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  import { useState, useRef, useEffect, useCallback } from "react";
5
5
  const DAYS_TH = ["\u0E2D\u0E32", "\u0E08", "\u0E2D", "\u0E1E", "\u0E1E\u0E24", "\u0E28", "\u0E2A"];
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  import { useState, useRef, useEffect } from "react";
5
5
  const THAI_MONTHS_SHORT = [
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  const isDev = process.env.NODE_ENV === "development";
5
5
  function DevAutoFill({ onFill, label = "Auto Fill" }) {
@@ -1,4 +1,4 @@
1
- import "./chunk-ORMEWXMH.js";
1
+ import "../../chunk-ORMEWXMH.js";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  function Divider({
4
4
  orientation = "horizontal",
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
4
4
  import { useEffect, useRef, useCallback } from "react";
5
5
  import { IconButton } from "./icon-button";
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  import { useState, useEffect, useRef } from "react";
5
5
  function DropdownMenu({
@@ -1,4 +1,4 @@
1
- import "./chunk-ORMEWXMH.js";
1
+ import "../../chunk-ORMEWXMH.js";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  import { Button } from "./button";
4
4
  function EmptyState({
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  import { useRef, useState } from "react";
5
5
  import { Spinner } from "./spinner";
@@ -1,4 +1,4 @@
1
- import "./chunk-ORMEWXMH.js";
1
+ import "../../chunk-ORMEWXMH.js";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  function FilterTabs({
4
4
  tabs,
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
4
4
  function FooterActionBar({
5
5
  backHref,
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  __objRest,
4
4
  __spreadValues
5
- } from "./chunk-ORMEWXMH.js";
5
+ } from "../../chunk-ORMEWXMH.js";
6
6
  import { jsx, jsxs } from "react/jsx-runtime";
7
7
  import { forwardRef, useState } from "react";
8
8
  const FormInput = forwardRef(
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  __objRest,
4
4
  __spreadValues
5
- } from "./chunk-ORMEWXMH.js";
5
+ } from "../../chunk-ORMEWXMH.js";
6
6
  import { jsx, jsxs } from "react/jsx-runtime";
7
7
  import { forwardRef } from "react";
8
8
  const FormTextarea = forwardRef(
@@ -3,7 +3,7 @@ import {
3
3
  __objRest,
4
4
  __spreadProps,
5
5
  __spreadValues
6
- } from "./chunk-ORMEWXMH.js";
6
+ } from "../../chunk-ORMEWXMH.js";
7
7
  import { jsx } from "react/jsx-runtime";
8
8
  import { forwardRef } from "react";
9
9
  const variants = {
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  import { useState, useRef, useEffect } from "react";
5
5
  import { IconButton } from "./icon-button";
@@ -1,4 +1,4 @@
1
- import "./chunk-ORMEWXMH.js";
1
+ import "../../chunk-ORMEWXMH.js";
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  const sizeMap = {
4
4
  sm: { wrapper: "w-8 h-8 rounded-lg", icon: "text-lg" },
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
4
4
  import { useRef, useState } from "react";
5
5
  import { Button } from "./button";
@@ -1,3 +1,13 @@
1
+ export { AcknowledgeBanner } from '../trip/acknowledge-banner.js';
2
+ export { ActivityItem } from '../trip/activity-item.js';
3
+ export { CompanyFooter } from '../trip/company-footer.js';
4
+ export { CountdownBadge } from '../trip/countdown-badge.js';
5
+ export { DayCard } from '../trip/day-card.js';
6
+ export { EmergencyCard } from '../trip/emergency-card.js';
7
+ export { InfoBadge } from '../trip/info-badge.js';
8
+ export { StickyDayNav } from '../trip/sticky-day-nav.js';
9
+ export { Accommodation, Activity, AirlineInfo, Changelog, ChecklistItem, Company, Day, EmergencyContact, PendingChange, TripPlan } from '../../types/trip.js';
10
+ export { ActivityType, MapProvider, buildRouteUrl, cn, detectMapProvider, detectMapProviderFromActivities, formatDate, formatDateRange, formatDateShort, getActivityEmoji, getActivityTypeStyle, getDayEmoji, getDayGradientClass, getDaysUntil, getMapButtonLabel, getMapProviderLabel, getRouteButtonLabel, getTripDuration } from '../../utils/trip-utils.js';
1
11
  export { StatCard, StatCardTone } from './stat-card.js';
2
12
  export { PageHeader } from './page-header.js';
3
13
  export { EmptyState } from './empty-state.js';
@@ -67,5 +77,6 @@ export { Divider } from './divider.js';
67
77
  export { CopyButton } from './copy-button.js';
68
78
  export { KBD, Shortcut } from './kbd.js';
69
79
  export { Button, ButtonSize, ButtonVariant } from './button.js';
80
+ import 'clsx';
70
81
  import 'react/jsx-runtime';
71
82
  import 'react';
@@ -1,4 +1,30 @@
1
- import "./chunk-ORMEWXMH.js";
1
+ import "../../chunk-ORMEWXMH.js";
2
+ import { AcknowledgeBanner } from "../trip/acknowledge-banner";
3
+ import { ActivityItem } from "../trip/activity-item";
4
+ import { CompanyFooter } from "../trip/company-footer";
5
+ import { CountdownBadge } from "../trip/countdown-badge";
6
+ import { DayCard } from "../trip/day-card";
7
+ import { EmergencyCard } from "../trip/emergency-card";
8
+ import { InfoBadge } from "../trip/info-badge";
9
+ import { StickyDayNav } from "../trip/sticky-day-nav";
10
+ import {
11
+ cn,
12
+ formatDate,
13
+ formatDateShort,
14
+ formatDateRange,
15
+ getDaysUntil,
16
+ getTripDuration,
17
+ getDayGradientClass,
18
+ getActivityTypeStyle,
19
+ getActivityEmoji,
20
+ getDayEmoji,
21
+ detectMapProvider,
22
+ detectMapProviderFromActivities,
23
+ buildRouteUrl,
24
+ getMapProviderLabel,
25
+ getMapButtonLabel,
26
+ getRouteButtonLabel
27
+ } from "../../utils/trip-utils";
2
28
  import { StatCard } from "./stat-card";
3
29
  import { PageHeader } from "./page-header";
4
30
  import { EmptyState } from "./empty-state";
@@ -70,6 +96,8 @@ import { KBD, Shortcut } from "./kbd";
70
96
  import { Button } from "./button";
71
97
  export {
72
98
  Accordion,
99
+ AcknowledgeBanner,
100
+ ActivityItem,
73
101
  AgreementModal,
74
102
  Alert,
75
103
  AuthHero,
@@ -89,16 +117,20 @@ export {
89
117
  Checkbox,
90
118
  CheckboxGroup,
91
119
  ColorPicker,
120
+ CompanyFooter,
92
121
  ConfirmDialog,
93
122
  CopyButton,
123
+ CountdownBadge,
94
124
  DashedAddButton,
95
125
  DataTable,
96
126
  DatePicker,
97
127
  DateRangePicker,
128
+ DayCard,
98
129
  DevAutoFill,
99
130
  Divider,
100
131
  Drawer,
101
132
  DropdownMenu,
133
+ EmergencyCard,
102
134
  EmptyState,
103
135
  ErrorState,
104
136
  FileUpload,
@@ -111,6 +143,7 @@ export {
111
143
  IconPicker,
112
144
  IconWrapper,
113
145
  ImageUpload,
146
+ InfoBadge,
114
147
  KBD,
115
148
  LoadingState,
116
149
  MobilePreview,
@@ -141,6 +174,7 @@ export {
141
174
  StatsSummary,
142
175
  StatusBadge,
143
176
  Stepper,
177
+ StickyDayNav,
144
178
  TableRowSkeleton,
145
179
  Tabs,
146
180
  Tag,
@@ -151,5 +185,21 @@ export {
151
185
  ToggleSwitch,
152
186
  Tooltip,
153
187
  TripDayMapLazy,
188
+ buildRouteUrl,
189
+ cn,
190
+ detectMapProvider,
191
+ detectMapProviderFromActivities,
192
+ formatDate,
193
+ formatDateRange,
194
+ formatDateShort,
195
+ getActivityEmoji,
196
+ getActivityTypeStyle,
197
+ getDayEmoji,
198
+ getDayGradientClass,
199
+ getDaysUntil,
200
+ getMapButtonLabel,
201
+ getMapProviderLabel,
202
+ getRouteButtonLabel,
203
+ getTripDuration,
154
204
  useToast
155
205
  };
@@ -1,4 +1,4 @@
1
- import "./chunk-ORMEWXMH.js";
1
+ import "../../chunk-ORMEWXMH.js";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  import React from "react";
4
4
  function KBD({ children, size = "md" }) {
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  const DAY_GRADIENTS = [
5
5
  "from-blue-600 to-indigo-700",
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  import { useEffect, useRef } from "react";
5
5
  import { IconButton } from "./icon-button";
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
4
4
  import { useState, useRef, useEffect } from "react";
5
5
  function MultiSelect({
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
4
4
  function NumberInput({
5
5
  label,
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  import { useRef, useEffect } from "react";
5
5
  function OTPInput({
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  __spreadProps,
3
3
  __spreadValues
4
- } from "./chunk-ORMEWXMH.js";
4
+ } from "../../chunk-ORMEWXMH.js";
5
5
  import { jsx, jsxs } from "react/jsx-runtime";
6
6
  function PageHeader({
7
7
  title,
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  function LoadingState({ message, loadingText = "\u0E01\u0E33\u0E25\u0E31\u0E07\u0E42\u0E2B\u0E25\u0E14...", size = "page" }) {
5
5
  const padding = size === "page" ? "p-8 min-h-60" : "py-12";
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  __spreadValues
4
- } from "./chunk-ORMEWXMH.js";
4
+ } from "../../chunk-ORMEWXMH.js";
5
5
  import { jsx, jsxs } from "react/jsx-runtime";
6
6
  const defaultLabels = {
7
7
  showing: (from, to, total) => `\u0E41\u0E2A\u0E14\u0E07 ${from}\u2013${to} \u0E08\u0E32\u0E01 ${total} \u0E23\u0E32\u0E22\u0E01\u0E32\u0E23`,
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  import { useEffect, useRef, useState } from "react";
5
5
  function getPositionClass(placement, align) {
@@ -3,7 +3,7 @@ import {
3
3
  __objRest,
4
4
  __spreadProps,
5
5
  __spreadValues
6
- } from "./chunk-ORMEWXMH.js";
6
+ } from "../../chunk-ORMEWXMH.js";
7
7
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
8
8
  import { useRef, useState } from "react";
9
9
  import { MobilePreview } from "./mobile-preview";
@@ -1,4 +1,4 @@
1
- import "./chunk-ORMEWXMH.js";
1
+ import "../../chunk-ORMEWXMH.js";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  const SIZE_CLASSES = {
4
4
  sm: "h-1.5",
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  import { useEffect, useState } from "react";
5
5
  import QRCode from "qrcode";
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  function RadioGroup({
5
5
  label,
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  import { useState } from "react";
5
5
  const SIZE_CLASSES = {
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  import { useEditor, EditorContent } from "@tiptap/react";
5
5
  import StarterKit from "@tiptap/starter-kit";
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  import { useState, useEffect, useRef } from "react";
5
5
  function SearchBar({
@@ -1,4 +1,4 @@
1
- import "./chunk-ORMEWXMH.js";
1
+ import "../../chunk-ORMEWXMH.js";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  import { IconWrapper, appColorFg } from "./icon-wrapper";
4
4
  const BAR_COLOR = {
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  function SegmentedControl({
5
5
  options,
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  import { useState, useRef, useEffect } from "react";
5
5
  function SelectPicker({
@@ -1,4 +1,4 @@
1
- import "./chunk-ORMEWXMH.js";
1
+ import "../../chunk-ORMEWXMH.js";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  function Skeleton({ className = "" }) {
4
4
  return /* @__PURE__ */ jsx("div", { "aria-hidden": "true", className: `animate-pulse bg-surface-container rounded-lg ${className}` });
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-ORMEWXMH.js";
2
+ import "../../chunk-ORMEWXMH.js";
3
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
4
  import { useRef } from "react";
5
5
  function Slider({
@@ -1,4 +1,4 @@
1
- import "./chunk-ORMEWXMH.js";
1
+ import "../../chunk-ORMEWXMH.js";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  const SIZE_CLASSES = {
4
4
  xs: "w-3 h-3 border-2",
@@ -1,4 +1,4 @@
1
- import "./chunk-ORMEWXMH.js";
1
+ import "../../chunk-ORMEWXMH.js";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  import { IconWrapper, appColorFg } from "./icon-wrapper";
4
4
  const TONE_BG = {
@@ -1,4 +1,4 @@
1
- import "./chunk-ORMEWXMH.js";
1
+ import "../../chunk-ORMEWXMH.js";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  const COLS = {
4
4
  2: "grid-cols-2",
@@ -1,4 +1,4 @@
1
- import "./chunk-ORMEWXMH.js";
1
+ import "../../chunk-ORMEWXMH.js";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  import { appColorFg } from "./icon-wrapper";
4
4
  const PILL_BG = {
@@ -1,4 +1,4 @@
1
- import "./chunk-ORMEWXMH.js";
1
+ import "../../chunk-ORMEWXMH.js";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  function Stepper({
4
4
  steps,