@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
@@ -4,7 +4,7 @@ import {
4
4
  import "../../chunk-FLMSBAPO.js";
5
5
  import "../../chunk-AKFBMQXZ.js";
6
6
  import "../../chunk-JVJCM2Q5.js";
7
- import "../../chunk-4EEH2YHX.js";
7
+ import "../../chunk-CG4LCYFW.js";
8
8
  import "../../chunk-PCWEW2UL.js";
9
9
  import "../../chunk-LEA3N4OQ.js";
10
10
  import "../../chunk-ROBHXJLL.js";
@@ -80,10 +80,14 @@ import "../../chunk-U7JPP7WJ.js";
80
80
  import "../../chunk-LQY4RKWI.js";
81
81
  import "../../chunk-ZD7MNMED.js";
82
82
  import "../../chunk-TGX7XRZN.js";
83
- import "../../chunk-PGGGKYWG.js";
83
+ import "../../chunk-7WVKYXIG.js";
84
+ import "../../chunk-NDUKDKGB.js";
85
+ import "../../chunk-T6CF4F7J.js";
86
+ import "../../chunk-A75U32HT.js";
84
87
  import "../../chunk-BSTJBBEX.js";
88
+ import "../../chunk-3WSZRTAF.js";
89
+ import "../../chunk-UZMOWHC3.js";
85
90
  import "../../chunk-UFYNSPJQ.js";
86
- import "../../chunk-NDUKDKGB.js";
87
91
  import "../../chunk-J242TTFH.js";
88
92
  import "../../chunk-EAXUQEO5.js";
89
93
  import "../../chunk-N552FDTV.js";
@@ -716,15 +716,157 @@ var TriangleArrowDownIcon = React7.forwardRef(
716
716
  );
717
717
  TriangleArrowDownIcon.displayName = "ArrowDownIcon";
718
718
 
719
- // src/atoms/pagination.tsx
719
+ // src/icons/mic.tsx
720
+ var React8 = __toESM(require("react"), 1);
720
721
  var import_jsx_runtime20 = require("react/jsx-runtime");
722
+ var MicIcon = React8.forwardRef(
723
+ (_a, forwardedRef) => {
724
+ var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
725
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
726
+ "svg",
727
+ __spreadProps(__spreadValues({
728
+ fill: "none",
729
+ height: "16",
730
+ viewBox: "0 0 12 16",
731
+ width: "12",
732
+ xmlns: "http://www.w3.org/2000/svg"
733
+ }, props), {
734
+ ref: forwardedRef,
735
+ children: [
736
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
737
+ "path",
738
+ {
739
+ clipRule: "evenodd",
740
+ 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",
741
+ fill: color,
742
+ fillRule: "evenodd"
743
+ }
744
+ ),
745
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
746
+ "path",
747
+ {
748
+ 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",
749
+ stroke: color,
750
+ strokeLinecap: "round",
751
+ strokeWidth: "1.2"
752
+ }
753
+ )
754
+ ]
755
+ })
756
+ );
757
+ }
758
+ );
759
+ MicIcon.displayName = "MicIcon";
721
760
 
722
- // src/atoms/field-error-wrapper.tsx
761
+ // src/icons/camera.tsx
762
+ var React9 = __toESM(require("react"), 1);
723
763
  var import_jsx_runtime21 = require("react/jsx-runtime");
764
+ var CameraIcon = React9.forwardRef(
765
+ (_a, forwardedRef) => {
766
+ var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
767
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
768
+ "svg",
769
+ __spreadProps(__spreadValues({
770
+ fill: "none",
771
+ height: "16",
772
+ ref: forwardedRef,
773
+ viewBox: "0 0 16 16",
774
+ width: "16",
775
+ xmlns: "http://www.w3.org/2000/svg"
776
+ }, props), {
777
+ children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
778
+ "path",
779
+ {
780
+ 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",
781
+ fill: color
782
+ }
783
+ )
784
+ })
785
+ );
786
+ }
787
+ );
788
+ CameraIcon.displayName = "CameraIcon";
789
+
790
+ // src/icons/camera-disabled.tsx
791
+ var React10 = __toESM(require("react"), 1);
792
+ var import_jsx_runtime22 = require("react/jsx-runtime");
793
+ var CameraDisabledIcon = React10.forwardRef(
794
+ (_a, forwardedRef) => {
795
+ var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
796
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
797
+ "svg",
798
+ __spreadProps(__spreadValues({
799
+ fill: "none",
800
+ height: "16",
801
+ ref: forwardedRef,
802
+ viewBox: "0 0 16 16",
803
+ width: "16",
804
+ xmlns: "http://www.w3.org/2000/svg"
805
+ }, props), {
806
+ children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
807
+ "path",
808
+ {
809
+ clipRule: "evenodd",
810
+ 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",
811
+ fill: color,
812
+ fillRule: "evenodd"
813
+ }
814
+ )
815
+ })
816
+ );
817
+ }
818
+ );
819
+ CameraDisabledIcon.displayName = "VideoDisabledIcon";
820
+
821
+ // src/icons/end-call.tsx
822
+ var React11 = __toESM(require("react"), 1);
823
+ var import_jsx_runtime23 = require("react/jsx-runtime");
824
+ var EndCallIcon = React11.forwardRef(
825
+ (_a, forwardedRef) => {
826
+ var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
827
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
828
+ "svg",
829
+ __spreadProps(__spreadValues({
830
+ fill: "none",
831
+ height: "16",
832
+ ref: forwardedRef,
833
+ viewBox: "0 0 16 16",
834
+ width: "16",
835
+ xmlns: "http://www.w3.org/2000/svg"
836
+ }, props), {
837
+ children: [
838
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
839
+ "path",
840
+ {
841
+ 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",
842
+ fill: color
843
+ }
844
+ ),
845
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
846
+ "path",
847
+ {
848
+ 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",
849
+ stroke: color,
850
+ strokeLinecap: "round",
851
+ strokeWidth: "1.5"
852
+ }
853
+ )
854
+ ]
855
+ })
856
+ );
857
+ }
858
+ );
859
+ EndCallIcon.displayName = "EndCallIcon";
860
+
861
+ // src/atoms/pagination.tsx
862
+ var import_jsx_runtime24 = require("react/jsx-runtime");
863
+
864
+ // src/atoms/field-error-wrapper.tsx
865
+ var import_jsx_runtime25 = require("react/jsx-runtime");
724
866
 
725
867
  // src/atoms/ellipsis-tooltip.tsx
726
868
  var import_react16 = require("react");
727
- var import_jsx_runtime22 = require("react/jsx-runtime");
869
+ var import_jsx_runtime26 = require("react/jsx-runtime");
728
870
 
729
871
  // src/atoms/drawer.tsx
730
872
  var import_react17 = require("react");
@@ -732,12 +874,12 @@ var Dialog = __toESM(require("@radix-ui/react-dialog"), 1);
732
874
  var import_themes50 = require("@radix-ui/themes");
733
875
 
734
876
  // src/icons/close-panel-arrow.tsx
735
- var React10 = __toESM(require("react"), 1);
736
- var import_jsx_runtime23 = require("react/jsx-runtime");
737
- var ClosePanelArrowIcon = React10.forwardRef(
877
+ var React14 = __toESM(require("react"), 1);
878
+ var import_jsx_runtime27 = require("react/jsx-runtime");
879
+ var ClosePanelArrowIcon = React14.forwardRef(
738
880
  (_a, forwardedRef) => {
739
881
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
740
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
882
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
741
883
  "svg",
742
884
  __spreadProps(__spreadValues({
743
885
  fill: "none",
@@ -748,7 +890,7 @@ var ClosePanelArrowIcon = React10.forwardRef(
748
890
  }, props), {
749
891
  ref: forwardedRef,
750
892
  children: [
751
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
893
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
752
894
  "path",
753
895
  {
754
896
  clipRule: "evenodd",
@@ -757,7 +899,7 @@ var ClosePanelArrowIcon = React10.forwardRef(
757
899
  fillRule: "evenodd"
758
900
  }
759
901
  ),
760
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
902
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
761
903
  "path",
762
904
  {
763
905
  clipRule: "evenodd",
@@ -774,16 +916,16 @@ var ClosePanelArrowIcon = React10.forwardRef(
774
916
  ClosePanelArrowIcon.displayName = "ArrowDownIcon";
775
917
 
776
918
  // src/atoms/drawer.tsx
777
- var import_jsx_runtime24 = require("react/jsx-runtime");
919
+ var import_jsx_runtime28 = require("react/jsx-runtime");
778
920
 
779
921
  // src/molecules/form/form.tsx
780
922
  var RadixForm = __toESM(require("@radix-ui/react-form"), 1);
781
923
  var import_react18 = require("react");
782
- var import_jsx_runtime25 = require("react/jsx-runtime");
924
+ var import_jsx_runtime29 = require("react/jsx-runtime");
783
925
  var Root7 = (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.Root,
788
930
  __spreadProps(__spreadValues({}, rest), {
789
931
  className: `FormRoot ${className || ""}`,
@@ -800,22 +942,22 @@ var FieldContext = (0, import_react18.createContext)({
800
942
  var Field2 = (0, import_react18.forwardRef)(
801
943
  (_a, ref) => {
802
944
  var _b = _a, { children, className } = _b, rest = __objRest(_b, ["children", "className"]);
803
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
945
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
804
946
  RadixForm.Field,
805
947
  __spreadProps(__spreadValues({}, rest), {
806
948
  className: `FormField ${className || ""}`,
807
949
  ref,
808
- children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(FieldContext.Provider, { value: rest, children })
950
+ children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(FieldContext.Provider, { value: rest, children })
809
951
  })
810
952
  );
811
953
  }
812
954
  );
813
955
  Field2.displayName = "FORM_FIELD";
814
956
  function HeadingLabel(props) {
815
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Heading2, __spreadProps(__spreadValues({ variant: "heading5" }, props), { children: props.children }));
957
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Heading2, __spreadProps(__spreadValues({ variant: "heading5" }, props), { children: props.children }));
816
958
  }
817
959
  function CaptionLabel(props) {
818
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, __spreadProps(__spreadValues({ color: "gray", variant: "caption" }, props), { children: props.children }));
960
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Typo, __spreadProps(__spreadValues({ color: "gray", variant: "caption" }, props), { children: props.children }));
819
961
  }
820
962
  var Label2 = (0, import_react18.forwardRef)(
821
963
  (_a, ref) => {
@@ -832,15 +974,15 @@ var Label2 = (0, import_react18.forwardRef)(
832
974
  }
833
975
  }, [variant]);
834
976
  const fieldProps = (0, import_react18.useContext)(FieldContext);
835
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
977
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
836
978
  RadixForm.Label,
837
979
  __spreadProps(__spreadValues({}, rest), {
838
980
  asChild: true,
839
981
  className: `FormLabel ${className || ""}`,
840
982
  ref,
841
- children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(Comp, { children: [
983
+ children: /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(Comp, { children: [
842
984
  children,
843
- fieldProps.required ? /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { as: "span", color: "tomato", children: ` *` }) : null
985
+ fieldProps.required ? /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Typo, { as: "span", color: "tomato", children: ` *` }) : null
844
986
  ] })
845
987
  })
846
988
  );
@@ -850,13 +992,13 @@ Label2.displayName = "FORM_Label";
850
992
  var Message2 = (0, import_react18.forwardRef)(
851
993
  (_a, ref) => {
852
994
  var _b = _a, { children, className } = _b, rest = __objRest(_b, ["children", "className"]);
853
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
995
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
854
996
  RadixForm.Message,
855
997
  __spreadProps(__spreadValues({}, rest), {
856
998
  asChild: true,
857
999
  className: `FormMessage ${className || ""}`,
858
1000
  ref,
859
- children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Typo, { color: "red", children })
1001
+ children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Typo, { color: "red", children })
860
1002
  })
861
1003
  );
862
1004
  }
@@ -866,7 +1008,7 @@ var Control2 = (0, import_react18.forwardRef)(
866
1008
  (_a, ref) => {
867
1009
  var _b = _a, { className } = _b, rest = __objRest(_b, ["className"]);
868
1010
  const fieldProps = (0, import_react18.useContext)(FieldContext);
869
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1011
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
870
1012
  RadixForm.Control,
871
1013
  __spreadProps(__spreadValues({}, rest), {
872
1014
  className: `FormControl ${className || ""}`,
@@ -880,7 +1022,7 @@ Control2.displayName = "FORM_Control";
880
1022
 
881
1023
  // src/atoms/auto-sizing-input.tsx
882
1024
  var import_react19 = require("react");
883
- var import_jsx_runtime26 = require("react/jsx-runtime");
1025
+ var import_jsx_runtime30 = require("react/jsx-runtime");
884
1026
  var AutoSizingInput = (0, import_react19.forwardRef)(
885
1027
  (_a, ref) => {
886
1028
  var _b = _a, { value: _value, onChangeValue, onChange } = _b, rest = __objRest(_b, ["value", "onChangeValue", "onChange"]);
@@ -903,19 +1045,19 @@ var AutoSizingInput = (0, import_react19.forwardRef)(
903
1045
  (0, import_react19.useEffect)(() => {
904
1046
  onChangeValue == null ? void 0 : onChangeValue(value || "");
905
1047
  }, [value, onChangeValue]);
906
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("div", { className: "auto-sizing-input wrapper", style: { width: width + 24 }, children: [
907
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("input", __spreadValues({ onChange: changeHandler, ref, value }, rest)),
908
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { "aria-hidden": "true", ref: span, children: value })
1048
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("div", { className: "auto-sizing-input wrapper", style: { width: width + 24 }, children: [
1049
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("input", __spreadValues({ onChange: changeHandler, ref, value }, rest)),
1050
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("span", { "aria-hidden": "true", ref: span, children: value })
909
1051
  ] });
910
1052
  }
911
1053
  );
912
1054
  AutoSizingInput.displayName = "AutoSizingInput";
913
1055
 
914
1056
  // src/atoms/bullet-text.tsx
915
- var import_jsx_runtime27 = require("react/jsx-runtime");
1057
+ var import_jsx_runtime31 = require("react/jsx-runtime");
916
1058
 
917
1059
  // src/app/platform/goal-manage-card-read.tsx
918
- var import_jsx_runtime28 = require("react/jsx-runtime");
1060
+ var import_jsx_runtime32 = require("react/jsx-runtime");
919
1061
  function GoalManageCardRead(props) {
920
1062
  const {
921
1063
  title,
@@ -933,7 +1075,7 @@ function GoalManageCardRead(props) {
933
1075
  const onClickOpen = (0, import_react20.useCallback)(() => {
934
1076
  setOpen((p) => !p);
935
1077
  }, []);
936
- const icon = open ? /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_react_icons3.ChevronUpIcon, {}) : /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_react_icons3.ChevronDownIcon, {});
1078
+ const icon = open ? /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_react_icons3.ChevronUpIcon, {}) : /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_react_icons3.ChevronDownIcon, {});
937
1079
  const badgeMeta = (0, import_react20.useMemo)(() => {
938
1080
  if (!completed && dueDate) {
939
1081
  if (dueDate >= (0, import_date_fns.startOfDay)(/* @__PURE__ */ new Date()))
@@ -946,40 +1088,40 @@ function GoalManageCardRead(props) {
946
1088
  return null;
947
1089
  }, [completed, dueDate]);
948
1090
  const renderSubTitle = (0, import_react20.useCallback)((subTitle) => {
949
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Heading2, { mb: "2", variant: "heading5", children: subTitle });
1091
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Heading2, { mb: "2", variant: "heading5", children: subTitle });
950
1092
  }, []);
951
1093
  const renderSubContent = (0, import_react20.useCallback)((content) => {
952
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Typo, { as: "p", color: "gray", children: content });
1094
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Typo, { as: "p", color: "gray", children: content });
953
1095
  }, []);
954
1096
  const renderCompleteButton = (0, import_react20.useCallback)(() => {
955
1097
  if (completed) {
956
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Button, { onClick: onClickIncomplete, size: "small", variant: "surface", children: "\uC9C4\uD589\uC911\uC778 \uACFC\uC81C\uB85C \uB3CC\uB824\uB193\uAE30" });
1098
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Button, { onClick: onClickIncomplete, size: "small", variant: "surface", children: "\uC9C4\uD589\uC911\uC778 \uACFC\uC81C\uB85C \uB3CC\uB824\uB193\uAE30" });
957
1099
  }
958
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(import_themes29.Popover.Root, { children: [
959
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_themes29.Popover.Trigger, { children: /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(Button, { size: "small", children: [
960
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_react_icons3.RocketIcon, {}),
1100
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_themes29.Popover.Root, { children: [
1101
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_themes29.Popover.Trigger, { children: /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(Button, { size: "small", children: [
1102
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_react_icons3.RocketIcon, {}),
961
1103
  "\uB2EC\uC131\uD558\uAE30"
962
1104
  ] }) }),
963
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(import_themes29.Popover.Content, { children: [
964
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Typo, { color: "gray", children: "\uBAA9\uD45C\uB97C \uB2EC\uC131\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?" }),
965
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(import_themes22.Flex, { gap: "3", justify: "end", mt: "3", children: [
966
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_themes29.Popover.Close, { children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Button, { color: "gray", size: "small", variant: "outline", children: "\uC544\uB2C8\uC694" }) }),
967
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_themes29.Popover.Close, { children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Button, { onClick: onClickComplete, size: "small", children: "\uC608" }) })
1105
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_themes29.Popover.Content, { children: [
1106
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Typo, { color: "gray", children: "\uBAA9\uD45C\uB97C \uB2EC\uC131\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?" }),
1107
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_themes22.Flex, { gap: "3", justify: "end", mt: "3", children: [
1108
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_themes29.Popover.Close, { children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Button, { color: "gray", size: "small", variant: "outline", children: "\uC544\uB2C8\uC694" }) }),
1109
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_themes29.Popover.Close, { children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Button, { onClick: onClickComplete, size: "small", children: "\uC608" }) })
968
1110
  ] })
969
1111
  ] })
970
1112
  ] });
971
1113
  }, [completed, onClickIncomplete, onClickComplete]);
972
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Card, { children: /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(import_themes23.Grid, { align: "center", columns: "auto 1fr", gapX: "3", children: [
973
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_themes18.IconButton, { onClick: onClickOpen, variant: "ghost", children: icon }),
974
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Heading2, { variant: "heading4", children: title }),
975
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(import_themes22.Flex, { align: "center", gridColumnStart: "2", justify: "between", mt: "2", children: [
976
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(import_themes22.Flex, { align: "center", gap: "3", children: [
977
- badgeMeta ? /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Badge, __spreadValues({}, badgeMeta)) : null,
978
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Typo, { color: "gray", children: dueDate ? (0, import_date_fns.format)(dueDate, "yyyy\uB144 MM\uC6D4 dd\uC77C") : null })
1114
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Card, { children: /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_themes23.Grid, { align: "center", columns: "auto 1fr", gapX: "3", children: [
1115
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_themes18.IconButton, { onClick: onClickOpen, variant: "ghost", children: icon }),
1116
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Heading2, { variant: "heading4", children: title }),
1117
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_themes22.Flex, { align: "center", gridColumnStart: "2", justify: "between", mt: "2", children: [
1118
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_themes22.Flex, { align: "center", gap: "3", children: [
1119
+ badgeMeta ? /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Badge, __spreadValues({}, badgeMeta)) : null,
1120
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Typo, { color: "gray", children: dueDate ? (0, import_date_fns.format)(dueDate, "yyyy\uB144 MM\uC6D4 dd\uC77C") : null })
979
1121
  ] }),
980
1122
  renderCompleteButton()
981
1123
  ] }),
982
- open ? /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1124
+ open ? /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
983
1125
  import_themes39.Separator,
984
1126
  {
985
1127
  mb: "4",
@@ -988,37 +1130,37 @@ function GoalManageCardRead(props) {
988
1130
  style: { gridColumnStart: "span 2" }
989
1131
  }
990
1132
  ) : null,
991
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_themes6.Box, { gridColumnStart: "2", p: "0", children: /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(Collapse, { open, children: [
992
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(import_themes22.Flex, { direction: "column", gap: "5", children: [
993
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(import_themes6.Box, { children: [
1133
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_themes6.Box, { gridColumnStart: "2", p: "0", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(Collapse, { open, children: [
1134
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_themes22.Flex, { direction: "column", gap: "5", children: [
1135
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_themes6.Box, { children: [
994
1136
  renderSubTitle(
995
1137
  "\uD574\uB2F9 \uBAA9\uD45C\uB97C \uB2EC\uC131\uD558\uBA74, \uC544\uB798\uC640 \uAC19\uC740 \uACB0\uACFC\uB97C \uC5BB\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4"
996
1138
  ),
997
1139
  renderSubContent(expectedEffect)
998
1140
  ] }),
999
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(import_themes6.Box, { children: [
1141
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_themes6.Box, { children: [
1000
1142
  renderSubTitle(
1001
1143
  "\uBAA9\uD45C\uB97C \uC774\uB8E8\uAE30\uAE4C\uC9C0 \uBC29\uD574\uAC00 \uB420 \uC218 \uC788\uB294 \uC694\uC18C\uB4E4\uC740 \uB2E4\uC74C\uACFC \uAC19\uC2B5\uB2C8\uB2E4"
1002
1144
  ),
1003
1145
  renderSubContent(huddle)
1004
1146
  ] })
1005
1147
  ] }),
1006
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(import_themes22.Flex, { align: "center", gap: "3", justify: "end", mt: "3", children: [
1007
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(import_themes29.Popover.Root, { children: [
1008
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_themes29.Popover.Trigger, { children: /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(Button, { color: "gray", size: "small", variant: "ghost", children: [
1009
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_react_icons3.TrashIcon, {}),
1148
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_themes22.Flex, { align: "center", gap: "3", justify: "end", mt: "3", children: [
1149
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_themes29.Popover.Root, { children: [
1150
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_themes29.Popover.Trigger, { children: /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(Button, { color: "gray", size: "small", variant: "ghost", children: [
1151
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_react_icons3.TrashIcon, {}),
1010
1152
  "\uC0AD\uC81C\uD558\uAE30"
1011
1153
  ] }) }),
1012
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(import_themes29.Popover.Content, { children: [
1013
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Typo, { color: "gray", children: "\uBAA9\uD45C\uB97C \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?" }),
1014
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(import_themes22.Flex, { gap: "3", justify: "end", mt: "3", children: [
1015
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_themes29.Popover.Close, { children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Button, { color: "gray", size: "small", variant: "outline", children: "\uC544\uB2C8\uC694" }) }),
1016
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_themes29.Popover.Close, { children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Button, { onClick: onClickDelete, size: "small", children: "\uC608" }) })
1154
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_themes29.Popover.Content, { children: [
1155
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Typo, { color: "gray", children: "\uBAA9\uD45C\uB97C \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?" }),
1156
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_themes22.Flex, { gap: "3", justify: "end", mt: "3", children: [
1157
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_themes29.Popover.Close, { children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Button, { color: "gray", size: "small", variant: "outline", children: "\uC544\uB2C8\uC694" }) }),
1158
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_themes29.Popover.Close, { children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Button, { onClick: onClickDelete, size: "small", children: "\uC608" }) })
1017
1159
  ] })
1018
1160
  ] })
1019
1161
  ] }),
1020
- /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(Button, { onClick: onClickEdit, size: "small", variant: "surface", children: [
1021
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_react_icons3.Pencil1Icon, {}),
1162
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(Button, { onClick: onClickEdit, size: "small", variant: "surface", children: [
1163
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_react_icons3.Pencil1Icon, {}),
1022
1164
  "\uC218\uC815\uD558\uAE30"
1023
1165
  ] })
1024
1166
  ] })