@tipp/ui 1.6.11 → 1.6.13

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 (150) hide show
  1. package/dist/app/index.cjs +418 -276
  2. package/dist/app/index.cjs.map +1 -1
  3. package/dist/app/index.js +7 -3
  4. package/dist/app/platform/coach-question-list.cjs +175 -33
  5. package/dist/app/platform/coach-question-list.cjs.map +1 -1
  6. package/dist/app/platform/coach-question-list.js +6 -2
  7. package/dist/app/platform/edit-coaching-time.cjs +218 -76
  8. package/dist/app/platform/edit-coaching-time.cjs.map +1 -1
  9. package/dist/app/platform/edit-coaching-time.js +7 -3
  10. package/dist/app/platform/edit-service-type.cjs +211 -69
  11. package/dist/app/platform/edit-service-type.cjs.map +1 -1
  12. package/dist/app/platform/edit-service-type.js +7 -3
  13. package/dist/app/platform/goal-manage-card-edit.cjs +220 -78
  14. package/dist/app/platform/goal-manage-card-edit.cjs.map +1 -1
  15. package/dist/app/platform/goal-manage-card-edit.js +7 -3
  16. package/dist/app/platform/goal-manage-card-read.cjs +205 -63
  17. package/dist/app/platform/goal-manage-card-read.cjs.map +1 -1
  18. package/dist/app/platform/goal-manage-card-read.js +6 -2
  19. package/dist/app/platform/on-offline-radio-card.cjs +204 -62
  20. package/dist/app/platform/on-offline-radio-card.cjs.map +1 -1
  21. package/dist/app/platform/on-offline-radio-card.js +7 -3
  22. package/dist/app/platform/report-card.cjs +176 -34
  23. package/dist/app/platform/report-card.cjs.map +1 -1
  24. package/dist/app/platform/report-card.js +6 -2
  25. package/dist/app/platform/reservation-card.cjs +246 -104
  26. package/dist/app/platform/reservation-card.cjs.map +1 -1
  27. package/dist/app/platform/reservation-card.js +7 -3
  28. package/dist/app/platform/session-card.cjs +263 -121
  29. package/dist/app/platform/session-card.cjs.map +1 -1
  30. package/dist/app/platform/session-card.js +7 -3
  31. package/dist/app/platform/session-review-simple-read.cjs +176 -34
  32. package/dist/app/platform/session-review-simple-read.cjs.map +1 -1
  33. package/dist/app/platform/session-review-simple-read.js +6 -2
  34. package/dist/app/platform/userInfos/coaching-customer-info/index.cjs +209 -67
  35. package/dist/app/platform/userInfos/coaching-customer-info/index.cjs.map +1 -1
  36. package/dist/app/platform/userInfos/coaching-customer-info/index.js +6 -2
  37. package/dist/app/platform/userInfos/coaching-customer-info/large.cjs +186 -44
  38. package/dist/app/platform/userInfos/coaching-customer-info/large.cjs.map +1 -1
  39. package/dist/app/platform/userInfos/coaching-customer-info/large.js +6 -2
  40. package/dist/app/platform/userInfos/coaching-customer-info/medium.cjs +189 -47
  41. package/dist/app/platform/userInfos/coaching-customer-info/medium.cjs.map +1 -1
  42. package/dist/app/platform/userInfos/coaching-customer-info/medium.js +6 -2
  43. package/dist/app/platform/userInfos/coaching-customer-info/small.cjs +175 -33
  44. package/dist/app/platform/userInfos/coaching-customer-info/small.cjs.map +1 -1
  45. package/dist/app/platform/userInfos/coaching-customer-info/small.js +6 -2
  46. package/dist/app/platform/userInfos/session-user-info-detail.cjs +185 -43
  47. package/dist/app/platform/userInfos/session-user-info-detail.cjs.map +1 -1
  48. package/dist/app/platform/userInfos/session-user-info-detail.js +6 -2
  49. package/dist/app/platform/userInfos/utils.cjs +177 -35
  50. package/dist/app/platform/userInfos/utils.cjs.map +1 -1
  51. package/dist/app/platform/userInfos/utils.js +6 -2
  52. package/dist/atoms/index.cjs +197 -55
  53. package/dist/atoms/index.cjs.map +1 -1
  54. package/dist/atoms/index.js +6 -2
  55. package/dist/atoms/pagination.cjs +155 -13
  56. package/dist/atoms/pagination.cjs.map +1 -1
  57. package/dist/atoms/pagination.js +6 -2
  58. package/dist/chunk-36JWMSRI.js +39 -0
  59. package/dist/chunk-36JWMSRI.js.map +1 -0
  60. package/dist/chunk-3WSZRTAF.js +50 -0
  61. package/dist/chunk-3WSZRTAF.js.map +1 -0
  62. package/dist/chunk-7WVKYXIG.js +1 -0
  63. package/dist/chunk-7WVKYXIG.js.map +1 -0
  64. package/dist/chunk-A75U32HT.js +39 -0
  65. package/dist/chunk-A75U32HT.js.map +1 -0
  66. package/dist/chunk-CG4LCYFW.js +192 -0
  67. package/dist/chunk-CG4LCYFW.js.map +1 -0
  68. package/dist/chunk-MZAO3VEU.js +41 -0
  69. package/dist/chunk-MZAO3VEU.js.map +1 -0
  70. package/dist/chunk-T6CF4F7J.js +41 -0
  71. package/dist/chunk-T6CF4F7J.js.map +1 -0
  72. package/dist/chunk-UZMOWHC3.js +52 -0
  73. package/dist/chunk-UZMOWHC3.js.map +1 -0
  74. package/dist/icon.cjs +150 -0
  75. package/dist/icon.cjs.map +1 -1
  76. package/dist/icon.d.cts +4 -0
  77. package/dist/icon.d.ts +4 -0
  78. package/dist/icon.js +20 -4
  79. package/dist/icons/camera-disabled.cjs +98 -0
  80. package/dist/icons/camera-disabled.cjs.map +1 -0
  81. package/dist/icons/camera-disabled.d.cts +6 -0
  82. package/dist/icons/camera-disabled.d.ts +6 -0
  83. package/dist/icons/camera-disabled.js +8 -0
  84. package/dist/icons/camera-disabled.js.map +1 -0
  85. package/dist/icons/camera.cjs +96 -0
  86. package/dist/icons/camera.cjs.map +1 -0
  87. package/dist/icons/camera.d.cts +6 -0
  88. package/dist/icons/camera.d.ts +6 -0
  89. package/dist/icons/camera.js +8 -0
  90. package/dist/icons/camera.js.map +1 -0
  91. package/dist/icons/end-call.js +3 -44
  92. package/dist/icons/end-call.js.map +1 -1
  93. package/dist/icons/index.cjs +150 -0
  94. package/dist/icons/index.cjs.map +1 -1
  95. package/dist/icons/index.d.cts +4 -0
  96. package/dist/icons/index.d.ts +4 -0
  97. package/dist/icons/index.js +20 -4
  98. package/dist/icons/mic.js +3 -46
  99. package/dist/icons/mic.js.map +1 -1
  100. package/dist/icons/video-disabled.cjs +4 -4
  101. package/dist/icons/video-disabled.cjs.map +1 -1
  102. package/dist/icons/video-disabled.d.cts +2 -2
  103. package/dist/icons/video-disabled.d.ts +2 -2
  104. package/dist/icons/video-disabled.js +4 -36
  105. package/dist/icons/video-disabled.js.map +1 -1
  106. package/dist/icons/video.cjs +4 -4
  107. package/dist/icons/video.cjs.map +1 -1
  108. package/dist/icons/video.d.cts +2 -2
  109. package/dist/icons/video.d.ts +2 -2
  110. package/dist/icons/video.js +4 -34
  111. package/dist/icons/video.js.map +1 -1
  112. package/dist/index.cjs +556 -406
  113. package/dist/index.cjs.map +1 -1
  114. package/dist/index.d.cts +4 -0
  115. package/dist/index.d.ts +4 -0
  116. package/dist/index.js +21 -5
  117. package/dist/molecules/date-picker/date-picker-button.cjs +183 -41
  118. package/dist/molecules/date-picker/date-picker-button.cjs.map +1 -1
  119. package/dist/molecules/date-picker/date-picker-button.js +6 -2
  120. package/dist/molecules/date-picker/index.cjs +154 -12
  121. package/dist/molecules/date-picker/index.cjs.map +1 -1
  122. package/dist/molecules/date-picker/index.js +6 -2
  123. package/dist/molecules/expand-table/index.cjs +199 -57
  124. package/dist/molecules/expand-table/index.cjs.map +1 -1
  125. package/dist/molecules/expand-table/index.js +7 -3
  126. package/dist/molecules/expand-table/row.cjs +175 -33
  127. package/dist/molecules/expand-table/row.cjs.map +1 -1
  128. package/dist/molecules/expand-table/row.js +6 -2
  129. package/dist/molecules/index.cjs +316 -174
  130. package/dist/molecules/index.cjs.map +1 -1
  131. package/dist/molecules/index.js +7 -3
  132. package/dist/molecules/navigation.cjs +175 -33
  133. package/dist/molecules/navigation.cjs.map +1 -1
  134. package/dist/molecules/navigation.js +6 -2
  135. package/dist/molecules/radio-button-card.cjs +173 -31
  136. package/dist/molecules/radio-button-card.cjs.map +1 -1
  137. package/dist/molecules/radio-button-card.js +6 -2
  138. package/dist/molecules/stepper.cjs +162 -20
  139. package/dist/molecules/stepper.cjs.map +1 -1
  140. package/dist/molecules/stepper.js +6 -2
  141. package/dist/molecules/tag-selector.cjs +215 -73
  142. package/dist/molecules/tag-selector.cjs.map +1 -1
  143. package/dist/molecules/tag-selector.js +6 -2
  144. package/dist/molecules/time-select.cjs +174 -32
  145. package/dist/molecules/time-select.cjs.map +1 -1
  146. package/dist/molecules/time-select.js +6 -2
  147. package/package.json +1 -1
  148. package/src/icons/{video-disabled.tsx → camera-disabled.tsx} +2 -2
  149. package/src/icons/{video.tsx → camera.tsx} +2 -2
  150. package/src/icons/index.ts +4 -0
@@ -699,15 +699,157 @@ var TriangleArrowDownIcon = React7.forwardRef(
699
699
  );
700
700
  TriangleArrowDownIcon.displayName = "ArrowDownIcon";
701
701
 
702
- // src/atoms/pagination.tsx
702
+ // src/icons/mic.tsx
703
+ var React8 = __toESM(require("react"), 1);
703
704
  var import_jsx_runtime20 = require("react/jsx-runtime");
705
+ var MicIcon = React8.forwardRef(
706
+ (_a, forwardedRef) => {
707
+ var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
708
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
709
+ "svg",
710
+ __spreadProps(__spreadValues({
711
+ fill: "none",
712
+ height: "16",
713
+ viewBox: "0 0 12 16",
714
+ width: "12",
715
+ xmlns: "http://www.w3.org/2000/svg"
716
+ }, props), {
717
+ ref: forwardedRef,
718
+ children: [
719
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
720
+ "path",
721
+ {
722
+ clipRule: "evenodd",
723
+ d: "M9.15383 8.15726H9.17422V7.79011V3.71671H9.17378C9.14572 1.93538 7.69297 0.5 5.90497 0.5C4.11696 0.5 2.66421 1.93538 2.63616 3.71671H2.63577V3.75606C2.63575 3.76044 2.63574 3.76483 2.63574 3.76923C2.63574 3.77362 2.63575 3.77801 2.63577 3.78239V7.79011V8.15726H2.65615C2.83862 9.78997 4.22357 11.0593 5.90499 11.0593C7.58642 11.0593 8.97136 9.78997 9.15383 8.15726Z",
724
+ fill: color,
725
+ fillRule: "evenodd"
726
+ }
727
+ ),
728
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
729
+ "path",
730
+ {
731
+ d: "M1.30707 7.51038C1.30707 8.87401 2.61826 12.2831 5.90497 12.2831M5.90497 12.2831V15.4999M5.90497 12.2831C8.8595 11.9148 10.0284 10.8351 10.5203 7.51038M5.90497 15.4999H4.05182M5.90497 15.4999H7.81056",
732
+ stroke: color,
733
+ strokeLinecap: "round",
734
+ strokeWidth: "1.2"
735
+ }
736
+ )
737
+ ]
738
+ })
739
+ );
740
+ }
741
+ );
742
+ MicIcon.displayName = "MicIcon";
704
743
 
705
- // src/atoms/field-error-wrapper.tsx
744
+ // src/icons/camera.tsx
745
+ var React9 = __toESM(require("react"), 1);
706
746
  var import_jsx_runtime21 = require("react/jsx-runtime");
747
+ var CameraIcon = React9.forwardRef(
748
+ (_a, forwardedRef) => {
749
+ var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
750
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
751
+ "svg",
752
+ __spreadProps(__spreadValues({
753
+ fill: "none",
754
+ height: "16",
755
+ ref: forwardedRef,
756
+ viewBox: "0 0 16 16",
757
+ width: "16",
758
+ xmlns: "http://www.w3.org/2000/svg"
759
+ }, props), {
760
+ children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
761
+ "path",
762
+ {
763
+ d: "M1.41176 2C0.470588 2 0 2.46222 0 3.38667C0 4.31111 0 11.2444 0 12.1689C0 13.0933 0.470588 13.5556 0.941176 13.5556C1.41176 13.5556 9.88235 13.5556 10.8235 13.5556C11.7647 13.5556 11.7647 13.0933 11.7647 12.1689C11.7647 11.5595 11.7647 10.9502 11.7647 10.6056C11.7647 10.4478 11.8926 10.32 12.0504 10.32H12.1689C12.2126 10.32 12.2557 10.33 12.2949 10.3493L14.1176 11.2444L15.5883 11.9667C15.7782 12.06 16 11.9218 16 11.7103V3.86745C16 3.6507 15.768 3.51238 15.577 3.61479C14.6546 4.10924 12.5222 5.23556 12.2353 5.23556C12.1353 5.23556 12.0821 5.23556 12.0502 5.23556C11.8924 5.23556 11.7647 5.10789 11.7647 4.95009C11.7647 4.51892 11.7647 3.71688 11.7647 3.38667C11.7647 2.92444 11.2941 2 10.3529 2C9.41177 2 2.35294 2 1.41176 2Z",
764
+ fill: color
765
+ }
766
+ )
767
+ })
768
+ );
769
+ }
770
+ );
771
+ CameraIcon.displayName = "CameraIcon";
772
+
773
+ // src/icons/camera-disabled.tsx
774
+ var React10 = __toESM(require("react"), 1);
775
+ var import_jsx_runtime22 = require("react/jsx-runtime");
776
+ var CameraDisabledIcon = React10.forwardRef(
777
+ (_a, forwardedRef) => {
778
+ var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
779
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
780
+ "svg",
781
+ __spreadProps(__spreadValues({
782
+ fill: "none",
783
+ height: "16",
784
+ ref: forwardedRef,
785
+ viewBox: "0 0 16 16",
786
+ width: "16",
787
+ xmlns: "http://www.w3.org/2000/svg"
788
+ }, props), {
789
+ children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
790
+ "path",
791
+ {
792
+ clipRule: "evenodd",
793
+ d: "M0 3.3872C0 2.4624 0.470588 2 1.41176 2H10.3529C11.2941 2 11.7647 2.9248 11.7647 3.3872V4.95122C11.7647 5.10908 11.8924 5.2368 12.0502 5.2368H12.2353C12.5222 5.2368 14.6546 4.11005 15.577 3.61542C15.768 3.51296 16 3.65133 16 3.86817V11.714C16 11.9256 15.7782 12.0638 15.5883 11.9706L12.2949 10.3525C12.2557 10.3332 12.2126 10.3232 12.1689 10.3232H12.0504C11.8926 10.3232 11.7647 10.451 11.7647 10.6089V12.1728C11.7647 13.0976 11.7647 13.56 10.8235 13.56H0.941176C0.470588 13.56 0 13.0976 0 12.1728V3.3872ZM8.67719 6.41215C8.8854 6.20379 8.8854 5.86598 8.67719 5.65762C8.46887 5.44925 8.13116 5.44925 7.92284 5.65762L6.16668 7.4145L4.41052 5.65762C4.2022 5.44925 3.8645 5.44925 3.65618 5.65762C3.44794 5.86598 3.44794 6.20379 3.65618 6.41215L5.41244 8.16904L3.65618 9.92593C3.44794 10.1343 3.44794 10.4721 3.65618 10.6805C3.8645 10.8888 4.2022 10.8888 4.41052 10.6805L6.16668 8.92358L7.92284 10.6805C8.13116 10.8888 8.46887 10.8888 8.67719 10.6805C8.8854 10.4721 8.8854 10.1343 8.67719 9.92593L6.92092 8.16904L8.67719 6.41215Z",
794
+ fill: color,
795
+ fillRule: "evenodd"
796
+ }
797
+ )
798
+ })
799
+ );
800
+ }
801
+ );
802
+ CameraDisabledIcon.displayName = "VideoDisabledIcon";
803
+
804
+ // src/icons/end-call.tsx
805
+ var React11 = __toESM(require("react"), 1);
806
+ var import_jsx_runtime23 = require("react/jsx-runtime");
807
+ var EndCallIcon = React11.forwardRef(
808
+ (_a, forwardedRef) => {
809
+ var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
810
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
811
+ "svg",
812
+ __spreadProps(__spreadValues({
813
+ fill: "none",
814
+ height: "16",
815
+ ref: forwardedRef,
816
+ viewBox: "0 0 16 16",
817
+ width: "16",
818
+ xmlns: "http://www.w3.org/2000/svg"
819
+ }, props), {
820
+ children: [
821
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
822
+ "path",
823
+ {
824
+ d: "M8 6.66667C8.90629 6.66667 9.77647 6.83841 10.5856 7.15419C10.6552 7.18136 10.69 7.19494 10.7285 7.21836C10.865 7.30159 10.9727 7.47044 10.9981 7.64117C11.0053 7.68921 11.0053 7.73711 11.0053 7.83291C11.0053 8.1259 11.0053 8.27239 11.0285 8.39394C11.1159 8.8523 11.4382 9.2104 11.8507 9.30757C11.9601 9.33333 12.092 9.33333 12.3557 9.33333H12.5026C12.9035 9.33333 13.1039 9.33333 13.266 9.27424C13.5883 9.1567 13.841 8.87584 13.9468 8.51773C14 8.33766 14 8.11498 14 7.6696V7.53749C14 7.09364 14 6.87172 13.9405 6.63611C13.8745 6.37466 13.7013 6.04705 13.528 5.85561C13.3718 5.68309 13.2352 5.5984 12.9619 5.42901C11.4932 4.51871 9.80113 4 8 4C6.19887 4 4.50678 4.51871 3.03812 5.42901C2.76484 5.5984 2.6282 5.68309 2.472 5.85561C2.29868 6.04705 2.12553 6.37466 2.0595 6.63611C2 6.87172 2 7.09364 2 7.53749V7.6696C2 8.11498 2 8.33766 2.05319 8.51773C2.15897 8.87584 2.41174 9.1567 2.73404 9.27424C2.8961 9.33333 3.09652 9.33333 3.49736 9.33333L3.64434 9.33333C3.90803 9.33333 4.03987 9.33333 4.14926 9.30757C4.56179 9.2104 4.88408 8.8523 4.97153 8.39394C4.99472 8.27239 4.99472 8.1259 4.99472 7.83291C4.99472 7.73711 4.99472 7.68921 5.00187 7.64117C5.0273 7.47044 5.13499 7.30159 5.27154 7.21836C5.30996 7.19494 5.34476 7.18136 5.41436 7.15419C6.22353 6.83841 7.09371 6.66667 8 6.66667Z",
825
+ fill: color
826
+ }
827
+ ),
828
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
829
+ "path",
830
+ {
831
+ d: "M2 12H14M8 6.66667C8.90629 6.66667 9.77647 6.83841 10.5856 7.15419C10.6552 7.18136 10.69 7.19494 10.7285 7.21836C10.865 7.30159 10.9727 7.47044 10.9981 7.64117C11.0053 7.68921 11.0053 7.73711 11.0053 7.83291C11.0053 8.1259 11.0053 8.27239 11.0285 8.39394C11.1159 8.8523 11.4382 9.2104 11.8507 9.30757C11.9601 9.33333 12.092 9.33333 12.3557 9.33333H12.5026C12.9035 9.33333 13.1039 9.33333 13.266 9.27424C13.5883 9.1567 13.841 8.87584 13.9468 8.51773C14 8.33766 14 8.11498 14 7.6696V7.53749C14 7.09364 14 6.87172 13.9405 6.63611C13.8745 6.37466 13.7013 6.04705 13.528 5.85561C13.3718 5.68309 13.2352 5.5984 12.9619 5.42901C11.4932 4.51871 9.80113 4 8 4C6.19887 4 4.50678 4.51871 3.03812 5.42901C2.76484 5.5984 2.6282 5.68309 2.472 5.85561C2.29868 6.04705 2.12553 6.37466 2.0595 6.63611C2 6.87172 2 7.09364 2 7.53749V7.6696C2 8.11498 2 8.33766 2.05319 8.51773C2.15897 8.87584 2.41174 9.1567 2.73404 9.27424C2.8961 9.33333 3.09652 9.33333 3.49736 9.33333L3.64434 9.33333C3.90803 9.33333 4.03987 9.33333 4.14926 9.30757C4.56179 9.2104 4.88408 8.8523 4.97153 8.39394C4.99472 8.27239 4.99472 8.1259 4.99472 7.83291C4.99472 7.73711 4.99472 7.68921 5.00187 7.64117C5.0273 7.47044 5.13499 7.30159 5.27154 7.21836C5.30996 7.19494 5.34476 7.18136 5.41436 7.15419C6.22353 6.83841 7.09371 6.66667 8 6.66667Z",
832
+ stroke: color,
833
+ strokeLinecap: "round",
834
+ strokeWidth: "1.5"
835
+ }
836
+ )
837
+ ]
838
+ })
839
+ );
840
+ }
841
+ );
842
+ EndCallIcon.displayName = "EndCallIcon";
843
+
844
+ // src/atoms/pagination.tsx
845
+ var import_jsx_runtime24 = require("react/jsx-runtime");
846
+
847
+ // src/atoms/field-error-wrapper.tsx
848
+ var import_jsx_runtime25 = require("react/jsx-runtime");
707
849
 
708
850
  // src/atoms/ellipsis-tooltip.tsx
709
851
  var import_react16 = require("react");
710
- var import_jsx_runtime22 = require("react/jsx-runtime");
852
+ var import_jsx_runtime26 = require("react/jsx-runtime");
711
853
 
712
854
  // src/atoms/drawer.tsx
713
855
  var import_react17 = require("react");
@@ -715,12 +857,12 @@ var Dialog = __toESM(require("@radix-ui/react-dialog"), 1);
715
857
  var import_themes50 = require("@radix-ui/themes");
716
858
 
717
859
  // src/icons/close-panel-arrow.tsx
718
- var React10 = __toESM(require("react"), 1);
719
- var import_jsx_runtime23 = require("react/jsx-runtime");
720
- var ClosePanelArrowIcon = React10.forwardRef(
860
+ var React14 = __toESM(require("react"), 1);
861
+ var import_jsx_runtime27 = require("react/jsx-runtime");
862
+ var ClosePanelArrowIcon = React14.forwardRef(
721
863
  (_a, forwardedRef) => {
722
864
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
723
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
865
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
724
866
  "svg",
725
867
  __spreadProps(__spreadValues({
726
868
  fill: "none",
@@ -731,7 +873,7 @@ var ClosePanelArrowIcon = React10.forwardRef(
731
873
  }, props), {
732
874
  ref: forwardedRef,
733
875
  children: [
734
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
876
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
735
877
  "path",
736
878
  {
737
879
  clipRule: "evenodd",
@@ -740,7 +882,7 @@ var ClosePanelArrowIcon = React10.forwardRef(
740
882
  fillRule: "evenodd"
741
883
  }
742
884
  ),
743
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
885
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
744
886
  "path",
745
887
  {
746
888
  clipRule: "evenodd",
@@ -757,16 +899,16 @@ var ClosePanelArrowIcon = React10.forwardRef(
757
899
  ClosePanelArrowIcon.displayName = "ArrowDownIcon";
758
900
 
759
901
  // src/atoms/drawer.tsx
760
- var import_jsx_runtime24 = require("react/jsx-runtime");
902
+ var import_jsx_runtime28 = require("react/jsx-runtime");
761
903
 
762
904
  // src/molecules/form/form.tsx
763
905
  var RadixForm = __toESM(require("@radix-ui/react-form"), 1);
764
906
  var import_react18 = require("react");
765
- var import_jsx_runtime25 = require("react/jsx-runtime");
907
+ var import_jsx_runtime29 = require("react/jsx-runtime");
766
908
  var Root7 = (0, import_react18.forwardRef)(
767
909
  (_a, ref) => {
768
910
  var _b = _a, { children, className } = _b, rest = __objRest(_b, ["children", "className"]);
769
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
911
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
770
912
  RadixForm.Root,
771
913
  __spreadProps(__spreadValues({}, rest), {
772
914
  className: `FormRoot ${className || ""}`,
@@ -783,22 +925,22 @@ var FieldContext = (0, import_react18.createContext)({
783
925
  var Field2 = (0, import_react18.forwardRef)(
784
926
  (_a, ref) => {
785
927
  var _b = _a, { children, className } = _b, rest = __objRest(_b, ["children", "className"]);
786
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
928
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
787
929
  RadixForm.Field,
788
930
  __spreadProps(__spreadValues({}, rest), {
789
931
  className: `FormField ${className || ""}`,
790
932
  ref,
791
- children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(FieldContext.Provider, { value: rest, children })
933
+ children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(FieldContext.Provider, { value: rest, children })
792
934
  })
793
935
  );
794
936
  }
795
937
  );
796
938
  Field2.displayName = "FORM_FIELD";
797
939
  function HeadingLabel(props) {
798
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Heading2, __spreadProps(__spreadValues({ variant: "heading5" }, props), { children: props.children }));
940
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Heading2, __spreadProps(__spreadValues({ variant: "heading5" }, props), { children: props.children }));
799
941
  }
800
942
  function CaptionLabel(props) {
801
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, __spreadProps(__spreadValues({ color: "gray", variant: "caption" }, props), { children: props.children }));
943
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Typo, __spreadProps(__spreadValues({ color: "gray", variant: "caption" }, props), { children: props.children }));
802
944
  }
803
945
  var Label2 = (0, import_react18.forwardRef)(
804
946
  (_a, ref) => {
@@ -815,15 +957,15 @@ var Label2 = (0, import_react18.forwardRef)(
815
957
  }
816
958
  }, [variant]);
817
959
  const fieldProps = (0, import_react18.useContext)(FieldContext);
818
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
960
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
819
961
  RadixForm.Label,
820
962
  __spreadProps(__spreadValues({}, rest), {
821
963
  asChild: true,
822
964
  className: `FormLabel ${className || ""}`,
823
965
  ref,
824
- children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(Comp, { children: [
966
+ children: /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(Comp, { children: [
825
967
  children,
826
- fieldProps.required ? /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { as: "span", color: "tomato", children: ` *` }) : null
968
+ fieldProps.required ? /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Typo, { as: "span", color: "tomato", children: ` *` }) : null
827
969
  ] })
828
970
  })
829
971
  );
@@ -833,13 +975,13 @@ Label2.displayName = "FORM_Label";
833
975
  var Message2 = (0, import_react18.forwardRef)(
834
976
  (_a, ref) => {
835
977
  var _b = _a, { children, className } = _b, rest = __objRest(_b, ["children", "className"]);
836
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
978
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
837
979
  RadixForm.Message,
838
980
  __spreadProps(__spreadValues({}, rest), {
839
981
  asChild: true,
840
982
  className: `FormMessage ${className || ""}`,
841
983
  ref,
842
- children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { color: "red", children })
984
+ children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Typo, { color: "red", children })
843
985
  })
844
986
  );
845
987
  }
@@ -849,7 +991,7 @@ var Control2 = (0, import_react18.forwardRef)(
849
991
  (_a, ref) => {
850
992
  var _b = _a, { className } = _b, rest = __objRest(_b, ["className"]);
851
993
  const fieldProps = (0, import_react18.useContext)(FieldContext);
852
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
994
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
853
995
  RadixForm.Control,
854
996
  __spreadProps(__spreadValues({}, rest), {
855
997
  className: `FormControl ${className || ""}`,
@@ -863,7 +1005,7 @@ Control2.displayName = "FORM_Control";
863
1005
 
864
1006
  // src/atoms/auto-sizing-input.tsx
865
1007
  var import_react19 = require("react");
866
- var import_jsx_runtime26 = require("react/jsx-runtime");
1008
+ var import_jsx_runtime30 = require("react/jsx-runtime");
867
1009
  var AutoSizingInput = (0, import_react19.forwardRef)(
868
1010
  (_a, ref) => {
869
1011
  var _b = _a, { value: _value, onChangeValue, onChange } = _b, rest = __objRest(_b, ["value", "onChangeValue", "onChange"]);
@@ -886,35 +1028,35 @@ var AutoSizingInput = (0, import_react19.forwardRef)(
886
1028
  (0, import_react19.useEffect)(() => {
887
1029
  onChangeValue == null ? void 0 : onChangeValue(value || "");
888
1030
  }, [value, onChangeValue]);
889
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("div", { className: "auto-sizing-input wrapper", style: { width: width + 24 }, children: [
890
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("input", __spreadValues({ onChange: changeHandler, ref, value }, rest)),
891
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { "aria-hidden": "true", ref: span, children: value })
1031
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("div", { className: "auto-sizing-input wrapper", style: { width: width + 24 }, children: [
1032
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("input", __spreadValues({ onChange: changeHandler, ref, value }, rest)),
1033
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("span", { "aria-hidden": "true", ref: span, children: value })
892
1034
  ] });
893
1035
  }
894
1036
  );
895
1037
  AutoSizingInput.displayName = "AutoSizingInput";
896
1038
 
897
1039
  // src/atoms/bullet-text.tsx
898
- var import_jsx_runtime27 = require("react/jsx-runtime");
1040
+ var import_jsx_runtime31 = require("react/jsx-runtime");
899
1041
 
900
1042
  // src/app/platform/userInfos/coaching-customer-info/small.tsx
901
- var import_jsx_runtime28 = require("react/jsx-runtime");
1043
+ var import_jsx_runtime32 = require("react/jsx-runtime");
902
1044
  function CoachingCustomerInfoSmall({
903
1045
  customer,
904
1046
  children,
905
1047
  badge
906
1048
  }) {
907
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
1049
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
908
1050
  import_themes22.Flex,
909
1051
  {
910
1052
  direction: { initial: "column", xs: "row" },
911
1053
  gap: "3",
912
1054
  justify: "between",
913
1055
  children: [
914
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_themes6.Box, { children: /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(import_themes23.Grid, { align: "center", columns: "auto auto 1fr", gapX: "3", children: [
915
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Heading2, { variant: "heading3", children: (customer == null ? void 0 : customer.username) || "\uC774\uB984 \uC5C6\uC74C" }),
916
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Typo, { color: "gray", truncate: true, variant: "body", children: customer == null ? void 0 : customer.company }),
917
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_themes6.Box, { style: { justifySelf: "end" }, children: badge })
1056
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_themes6.Box, { children: /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_themes23.Grid, { align: "center", columns: "auto auto 1fr", gapX: "3", children: [
1057
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Heading2, { variant: "heading3", children: (customer == null ? void 0 : customer.username) || "\uC774\uB984 \uC5C6\uC74C" }),
1058
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Typo, { color: "gray", truncate: true, variant: "body", children: customer == null ? void 0 : customer.company }),
1059
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_themes6.Box, { style: { justifySelf: "end" }, children: badge })
918
1060
  ] }) }),
919
1061
  children
920
1062
  ]
@@ -925,7 +1067,7 @@ function CoachingCustomerInfoSmall({
925
1067
  // src/app/platform/userInfos/utils.tsx
926
1068
  var import_date_fns = require("date-fns");
927
1069
  var import_react_icons4 = require("@radix-ui/react-icons");
928
- var import_jsx_runtime29 = require("react/jsx-runtime");
1070
+ var import_jsx_runtime33 = require("react/jsx-runtime");
929
1071
  var infoList = [
930
1072
  { label: "\uC774\uB984", getValue: (customer) => customer == null ? void 0 : customer.username },
931
1073
  { label: "\uC131\uBCC4", getValue: (customer) => customer == null ? void 0 : customer.gender },
@@ -981,21 +1123,21 @@ var sessionList = [
981
1123
  var renderItem = (args) => {
982
1124
  const { info, data, onClickCopy } = args;
983
1125
  const value = info.getValue(data);
984
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(import_jsx_runtime29.Fragment, { children: [
1126
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(import_jsx_runtime33.Fragment, { children: [
985
1127
  info.render ? info.render(value) : value || "-",
986
- info.copyable && value ? /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(CopyButton, { onClickCopy, value }) : null
1128
+ info.copyable && value ? /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(CopyButton, { onClickCopy, value }) : null
987
1129
  ] });
988
1130
  };
989
1131
  var renderDataListItem = (args) => {
990
1132
  const { info, data, onClickCopy } = args;
991
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(import_themes15.DataList.Item, { children: [
992
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_themes15.DataList.Label, { children: info.label }),
993
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_themes15.DataList.Value, { children: renderItem({ info, data, onClickCopy }) })
1133
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(import_themes15.DataList.Item, { children: [
1134
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_themes15.DataList.Label, { children: info.label }),
1135
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_themes15.DataList.Value, { children: renderItem({ info, data, onClickCopy }) })
994
1136
  ] }, info.label);
995
1137
  };
996
1138
  function CopyButton(props) {
997
1139
  const { value, onClickCopy } = props;
998
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
1140
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
999
1141
  Button,
1000
1142
  {
1001
1143
  color: "gray",
@@ -1004,13 +1146,13 @@ function CopyButton(props) {
1004
1146
  },
1005
1147
  style: { marginLeft: "0", marginTop: "0" },
1006
1148
  variant: "transparent",
1007
- children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_react_icons4.CopyIcon, {})
1149
+ children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_react_icons4.CopyIcon, {})
1008
1150
  }
1009
1151
  );
1010
1152
  }
1011
1153
 
1012
1154
  // src/app/platform/userInfos/coaching-customer-info/medium.tsx
1013
- var import_jsx_runtime30 = require("react/jsx-runtime");
1155
+ var import_jsx_runtime34 = require("react/jsx-runtime");
1014
1156
  function CoachingCustomerInfoMedium({
1015
1157
  customer,
1016
1158
  session,
@@ -1018,28 +1160,28 @@ function CoachingCustomerInfoMedium({
1018
1160
  badge,
1019
1161
  onClickCopy
1020
1162
  }) {
1021
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(import_themes22.Flex, { direction: "column", gap: "5", children: [
1022
- /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(import_themes6.Box, { children: [
1023
- /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(import_themes22.Flex, { align: "center", justify: "between", mb: "1", width: "100%", children: [
1024
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Heading2, { variant: "heading2", children: (customer == null ? void 0 : customer.username) || "\uC774\uB984 \uC5C6\uC74C" }),
1163
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(import_themes22.Flex, { direction: "column", gap: "5", children: [
1164
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(import_themes6.Box, { children: [
1165
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(import_themes22.Flex, { align: "center", justify: "between", mb: "1", width: "100%", children: [
1166
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(Heading2, { variant: "heading2", children: (customer == null ? void 0 : customer.username) || "\uC774\uB984 \uC5C6\uC74C" }),
1025
1167
  badge
1026
1168
  ] }),
1027
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Heading2, { truncate: true, variant: "heading4", weight: "regular", children: customer == null ? void 0 : customer.company })
1169
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(Heading2, { truncate: true, variant: "heading4", weight: "regular", children: customer == null ? void 0 : customer.company })
1028
1170
  ] }),
1029
1171
  children,
1030
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Card, { size: "2", children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_themes15.DataList.Root, { orientation: "vertical", children: sessionList.map(
1172
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(Card, { size: "2", children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_themes15.DataList.Root, { orientation: "vertical", children: sessionList.map(
1031
1173
  (el) => renderDataListItem({
1032
1174
  info: el,
1033
1175
  data: session,
1034
1176
  onClickCopy
1035
1177
  })
1036
1178
  ) }) }),
1037
- /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(import_themes23.Grid, { align: "center", columns: "auto 1fr", gap: "3", children: [
1038
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Heading2, { variant: "heading5", children: "\uACE0\uAC1D \uC815\uBCF4" }),
1039
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_themes39.Separator, { size: "4" })
1179
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(import_themes23.Grid, { align: "center", columns: "auto 1fr", gap: "3", children: [
1180
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(Heading2, { variant: "heading5", children: "\uACE0\uAC1D \uC815\uBCF4" }),
1181
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_themes39.Separator, { size: "4" })
1040
1182
  ] }),
1041
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_themes22.Flex, { direction: "column", gap: "4", children: infoList.map((el) => {
1042
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Typo, { children: renderItem({
1183
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_themes22.Flex, { direction: "column", gap: "4", children: infoList.map((el) => {
1184
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(Typo, { children: renderItem({
1043
1185
  info: el,
1044
1186
  data: customer,
1045
1187
  onClickCopy
@@ -1049,7 +1191,7 @@ function CoachingCustomerInfoMedium({
1049
1191
  }
1050
1192
 
1051
1193
  // src/app/platform/userInfos/coaching-customer-info/large.tsx
1052
- var import_jsx_runtime31 = require("react/jsx-runtime");
1194
+ var import_jsx_runtime35 = require("react/jsx-runtime");
1053
1195
  function CoachingCustomerInfoLarge({
1054
1196
  customer,
1055
1197
  session,
@@ -1057,24 +1199,24 @@ function CoachingCustomerInfoLarge({
1057
1199
  badge,
1058
1200
  onClickCopy
1059
1201
  }) {
1060
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_themes22.Flex, { direction: "column", gap: "5", children: [
1061
- /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_themes6.Box, { children: [
1062
- /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_themes22.Flex, { align: "center", justify: "between", mb: "1", width: "100%", children: [
1063
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Heading2, { variant: "heading2", children: (customer == null ? void 0 : customer.username) || "\uC774\uB984 \uC5C6\uC74C" }),
1202
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(import_themes22.Flex, { direction: "column", gap: "5", children: [
1203
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(import_themes6.Box, { children: [
1204
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(import_themes22.Flex, { align: "center", justify: "between", mb: "1", width: "100%", children: [
1205
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Heading2, { variant: "heading2", children: (customer == null ? void 0 : customer.username) || "\uC774\uB984 \uC5C6\uC74C" }),
1064
1206
  badge
1065
1207
  ] }),
1066
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Heading2, { truncate: true, variant: "heading4", weight: "regular", children: customer == null ? void 0 : customer.company })
1208
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Heading2, { truncate: true, variant: "heading4", weight: "regular", children: customer == null ? void 0 : customer.company })
1067
1209
  ] }),
1068
1210
  children,
1069
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Card, { size: "2", children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_themes15.DataList.Root, { children: sessionList.map(
1211
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Card, { size: "2", children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_themes15.DataList.Root, { children: sessionList.map(
1070
1212
  (el) => renderDataListItem({
1071
1213
  info: el,
1072
1214
  data: session,
1073
1215
  onClickCopy
1074
1216
  })
1075
1217
  ) }) }),
1076
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_themes39.Separator, { size: "4" }),
1077
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_themes15.DataList.Root, { children: infoList.map(
1218
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_themes39.Separator, { size: "4" }),
1219
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_themes15.DataList.Root, { children: infoList.map(
1078
1220
  (info) => renderDataListItem({
1079
1221
  info,
1080
1222
  data: customer,
@@ -1085,12 +1227,12 @@ function CoachingCustomerInfoLarge({
1085
1227
  }
1086
1228
 
1087
1229
  // src/app/platform/userInfos/coaching-customer-info/index.tsx
1088
- var import_jsx_runtime32 = require("react/jsx-runtime");
1230
+ var import_jsx_runtime36 = require("react/jsx-runtime");
1089
1231
  function CoachingCustomerInfo(props) {
1090
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_jsx_runtime32.Fragment, { children: [
1091
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_themes6.Box, { display: { initial: "block", sm: "none", md: "none" }, children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CoachingCustomerInfoSmall, __spreadValues({}, props)) }),
1092
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_themes6.Box, { display: { initial: "none", sm: "block", md: "none" }, children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CoachingCustomerInfoMedium, __spreadValues({}, props)) }),
1093
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_themes6.Box, { display: { initial: "none", sm: "none", md: "block" }, children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(CoachingCustomerInfoLarge, __spreadValues({}, props)) })
1232
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(import_jsx_runtime36.Fragment, { children: [
1233
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_themes6.Box, { display: { initial: "block", sm: "none", md: "none" }, children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(CoachingCustomerInfoSmall, __spreadValues({}, props)) }),
1234
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_themes6.Box, { display: { initial: "none", sm: "block", md: "none" }, children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(CoachingCustomerInfoMedium, __spreadValues({}, props)) }),
1235
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_themes6.Box, { display: { initial: "none", sm: "none", md: "block" }, children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(CoachingCustomerInfoLarge, __spreadValues({}, props)) })
1094
1236
  ] });
1095
1237
  }
1096
1238
  // Annotate the CommonJS export names for ESM import in node: