@tipp/ui 2.10.5 → 2.10.6

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 (34) hide show
  1. package/dist/app/index.js +6 -6
  2. package/dist/app/platform/edit-coaching-time.js +6 -6
  3. package/dist/app/platform/edit-service-type.js +6 -6
  4. package/dist/app/platform/goal-manage-card-edit.js +6 -6
  5. package/dist/app/platform/on-offline-radio-card.js +6 -6
  6. package/dist/app/platform/reservation-card.js +6 -6
  7. package/dist/app/platform/session-card.js +6 -6
  8. package/dist/app/roleplay/index.cjs +1 -24
  9. package/dist/app/roleplay/index.cjs.map +1 -1
  10. package/dist/app/roleplay/index.js +9 -9
  11. package/dist/app/roleplay/parts/content.cjs +1 -24
  12. package/dist/app/roleplay/parts/content.cjs.map +1 -1
  13. package/dist/app/roleplay/parts/content.js +8 -8
  14. package/dist/app/roleplay/parts/score-trend-section.js +6 -6
  15. package/dist/app/roleplay/parts/step-detail.cjs +1 -24
  16. package/dist/app/roleplay/parts/step-detail.cjs.map +1 -1
  17. package/dist/app/roleplay/parts/step-detail.js +1 -1
  18. package/dist/app/roleplay/rp-session-detail.cjs +1 -24
  19. package/dist/app/roleplay/rp-session-detail.cjs.map +1 -1
  20. package/dist/app/roleplay/rp-session-detail.js +9 -9
  21. package/dist/{chunk-6GODZ2YW.js → chunk-4LFGW6SO.js} +2 -2
  22. package/dist/{chunk-CPSXONQO.js → chunk-BTU3IMVG.js} +2 -2
  23. package/dist/{chunk-W7LO5KYT.js → chunk-NEJCZABQ.js} +4 -4
  24. package/dist/{chunk-KJPBBBVK.js → chunk-YHA4OOND.js} +2 -25
  25. package/dist/chunk-YHA4OOND.js.map +1 -0
  26. package/dist/index.js +15 -15
  27. package/dist/molecules/dynamic-form-editor.js +4 -4
  28. package/dist/molecules/index.js +15 -15
  29. package/package.json +1 -1
  30. package/src/app/roleplay/parts/step-detail.tsx +1 -24
  31. package/dist/chunk-KJPBBBVK.js.map +0 -1
  32. /package/dist/{chunk-6GODZ2YW.js.map → chunk-4LFGW6SO.js.map} +0 -0
  33. /package/dist/{chunk-CPSXONQO.js.map → chunk-BTU3IMVG.js.map} +0 -0
  34. /package/dist/{chunk-W7LO5KYT.js.map → chunk-NEJCZABQ.js.map} +0 -0
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  StepDetail
4
- } from "../../../chunk-KJPBBBVK.js";
4
+ } from "../../../chunk-YHA4OOND.js";
5
5
  import "../../../chunk-4YAA25AV.js";
6
6
  import "../../../chunk-HBF6IIVZ.js";
7
7
  import "../../../chunk-AELKCD6B.js";
@@ -4887,7 +4887,7 @@ function StepDetail({
4887
4887
  step.basis ? /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(RubricField, { label: "\uADFC\uAC70", value: step.basis }) : null,
4888
4888
  step.issue ? /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(RubricField, { label: "\uC544\uC26C\uC6B4 \uC810", value: step.issue }) : null
4889
4889
  ] }) }) : null,
4890
- step.improve || step.example || step.idealExample ? /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(import_themes7.Box, { pt: "3", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(import_themes23.Flex, { direction: "column", gap: "3", children: [
4890
+ step.improve || step.example ? /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(import_themes7.Box, { pt: "3", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(import_themes23.Flex, { direction: "column", gap: "3", children: [
4891
4891
  step.improve ? /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(RubricField, { label: "\uAC1C\uC120\uC810", value: step.improve }) : null,
4892
4892
  step.example ? /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(
4893
4893
  import_themes7.Box,
@@ -4911,29 +4911,6 @@ function StepDetail({
4911
4911
  /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(import_themes7.Box, { mt: "1", style: { maxWidth: "65ch" }, children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Typo, { as: "p", style: { color: "var(--accent-11)" }, variant: "body", children: step.example }) })
4912
4912
  ]
4913
4913
  }
4914
- ) : null,
4915
- step.idealExample ? /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(
4916
- import_themes7.Box,
4917
- {
4918
- p: "2",
4919
- style: {
4920
- borderRadius: "var(--radius-2)",
4921
- background: "var(--gray-a2)"
4922
- },
4923
- children: [
4924
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Typo, { as: "p", color: "gray", variant: "body", weight: "medium", children: "\uBAA8\uBC94 \uC608\uC2DC" }),
4925
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(import_themes7.Box, { mt: "1", style: { maxWidth: "65ch" }, children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4926
- Typo,
4927
- {
4928
- as: "p",
4929
- color: "gray",
4930
- style: { whiteSpace: "pre-line" },
4931
- variant: "body",
4932
- children: step.idealExample
4933
- }
4934
- ) })
4935
- ]
4936
- }
4937
4914
  ) : null
4938
4915
  ] }) }) : null
4939
4916
  ] })