@owp/core 2.5.9 → 2.5.11

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 (91) hide show
  1. package/dist/_virtual/index10.js +2 -2
  2. package/dist/_virtual/index12.js +2 -2
  3. package/dist/_virtual/index13.js +2 -2
  4. package/dist/_virtual/index14.js +2 -2
  5. package/dist/_virtual/index15.js +2 -2
  6. package/dist/_virtual/index16.js +4 -4
  7. package/dist/_virtual/index17.js +4 -4
  8. package/dist/_virtual/index18.js +4 -4
  9. package/dist/_virtual/index19.js +4 -4
  10. package/dist/_virtual/index20.js +2 -2
  11. package/dist/_virtual/index21.js +2 -2
  12. package/dist/_virtual/index22.js +2 -2
  13. package/dist/_virtual/index5.js +2 -2
  14. package/dist/components/OwpTable/OwpFieldTable.js +108 -92
  15. package/dist/components/OwpTable/OwpFieldTable.js.map +1 -1
  16. package/dist/components/OwpTable/OwpTable.js +161 -141
  17. package/dist/components/OwpTable/OwpTable.js.map +1 -1
  18. package/dist/components/OwpTable/internal/FieldTableValue.js +43 -0
  19. package/dist/components/OwpTable/internal/FieldTableValue.js.map +1 -0
  20. package/dist/components/OwpTable/internal/defaultTableStyle.js +13 -10
  21. package/dist/components/OwpTable/internal/defaultTableStyle.js.map +1 -1
  22. package/dist/components/OwpTreeGrid/OwpTreeGrid.js +170 -169
  23. package/dist/components/OwpTreeGrid/OwpTreeGrid.js.map +1 -1
  24. package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js +195 -147
  25. package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js.map +1 -1
  26. package/dist/components/OwpTreeGrid/internal/treeGridTheme.js +79 -76
  27. package/dist/components/OwpTreeGrid/internal/treeGridTheme.js.map +1 -1
  28. package/dist/configs/defaultConfig.js +110 -70
  29. package/dist/configs/defaultConfig.js.map +1 -1
  30. package/dist/constants/tableTheme.js +7 -6
  31. package/dist/constants/tableTheme.js.map +1 -1
  32. package/dist/features/themePreview/components/ThemePreviewCanvas.js +275 -273
  33. package/dist/features/themePreview/components/ThemePreviewCanvas.js.map +1 -1
  34. package/dist/features/themePreview/components/ThemePreviewCanvasSections.js +552 -316
  35. package/dist/features/themePreview/components/ThemePreviewCanvasSections.js.map +1 -1
  36. package/dist/features/themePreview/components/ThemePreviewColorField.js +227 -202
  37. package/dist/features/themePreview/components/ThemePreviewColorField.js.map +1 -1
  38. package/dist/features/themePreview/components/ThemePreviewControls.js +270 -220
  39. package/dist/features/themePreview/components/ThemePreviewControls.js.map +1 -1
  40. package/dist/features/themePreview/components/themePreviewCanvas.shared.js +38 -38
  41. package/dist/features/themePreview/components/themePreviewCanvas.shared.js.map +1 -1
  42. package/dist/features/themePreview/configs/settings.js +33 -20
  43. package/dist/features/themePreview/configs/settings.js.map +1 -1
  44. package/dist/features/themePreview/dialogs/ThemePreviewDialog.js +227 -220
  45. package/dist/features/themePreview/dialogs/ThemePreviewDialog.js.map +1 -1
  46. package/dist/features/themePreview/hooks/useThemePreview.js +250 -226
  47. package/dist/features/themePreview/hooks/useThemePreview.js.map +1 -1
  48. package/dist/features/themePreview/utils/themePreviewDefinitions.js +63 -30
  49. package/dist/features/themePreview/utils/themePreviewDefinitions.js.map +1 -1
  50. package/dist/features/themePreview/utils/themePreviewSettings.js +188 -151
  51. package/dist/features/themePreview/utils/themePreviewSettings.js.map +1 -1
  52. package/dist/features/themePreview.js +18 -17
  53. package/dist/layout/components/navbar/NavbarToggleButton.js +46 -42
  54. package/dist/layout/components/navbar/NavbarToggleButton.js.map +1 -1
  55. package/dist/layout/components/toggles/NavigationSearchToggle.js +3 -3
  56. package/dist/node_modules/.pnpm/autosuggest-highlight@3.3.4/node_modules/autosuggest-highlight/match/index.js +1 -1
  57. package/dist/node_modules/.pnpm/autosuggest-highlight@3.3.4/node_modules/autosuggest-highlight/parse/index.js +1 -1
  58. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE128/index.js +1 -1
  59. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE39/index.js +1 -1
  60. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE93/constants.js +1 -1
  61. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE93/index.js +1 -1
  62. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/index.js +1 -1
  63. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/GenericBarcode/index.js +1 -1
  64. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/constants.js +1 -1
  65. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/index.js +1 -1
  66. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/MSI/index.js +1 -1
  67. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/codabar/index.js +1 -1
  68. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/pharmacode/index.js +1 -1
  69. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/renderers/index.js +1 -1
  70. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.js +1 -1
  71. package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.js +1 -1
  72. package/dist/node_modules/.pnpm/react-overlays@5.2.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-overlays/esm/Portal.js +1 -1
  73. package/dist/owp-app.css +1 -1
  74. package/dist/types/components/OwpTable/OwpFieldTable.d.ts +7 -3
  75. package/dist/types/components/OwpTable/OwpTable.d.ts +3 -1
  76. package/dist/types/components/OwpTable/internal/FieldTableValue.d.ts +17 -0
  77. package/dist/types/components/OwpTable/internal/defaultTableStyle.d.ts +3 -0
  78. package/dist/types/components/OwpTreeGrid/OwpTreeGrid.d.ts +3 -1
  79. package/dist/types/components/OwpTreeGrid/internal/treeGridTheme.d.ts +1 -1
  80. package/dist/types/configs/defaultConfig.d.ts +42 -3
  81. package/dist/types/constants/tableTheme.d.ts +1 -0
  82. package/dist/types/features/themePreview/components/ThemePreviewCanvasSections.d.ts +8 -0
  83. package/dist/types/features/themePreview/components/themePreviewCanvas.shared.d.ts +3 -3
  84. package/dist/types/features/themePreview/configs/settings.d.ts +12 -0
  85. package/dist/types/features/themePreview/utils/index.d.ts +1 -1
  86. package/dist/types/features/themePreview/utils/themePreviewSettings.d.ts +11 -1
  87. package/dist/types/index.d.ts +1 -0
  88. package/dist/types/types/OwpMuiThemeTypes.d.ts +9 -0
  89. package/dist/types/types/OwpTableThemeTypes.d.ts +1 -0
  90. package/dist/types/types/index.d.ts +1 -0
  91. package/package.json +1 -1
@@ -1,309 +1,311 @@
1
- var re = Object.defineProperty;
2
- var I = (h, j) => re(h, "name", { value: j, configurable: !0 });
3
- import { jsx as e, jsxs as i } from "../../../node_modules/.pnpm/@emotion_react@11.14.0_@types_react@19.2.14_react@19.2.4/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.esm.js";
4
- import { defaultSnackbarTheme as ee, defaultSnackbarProviderProps as W, snackbarVariantKeys as oe } from "../configs/snackbar.js";
5
- import { defaultTableTheme as ae } from "../configs/table.js";
6
- import ne from "../../../node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/KeyboardArrowUpRounded.js";
7
- import te from "../../../node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/MenuRounded.js";
8
- import Cr from "../../../node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/NavigateNext.js";
9
- import ce from "../../../node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/Search.js";
10
- import ie from "../../../node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/SpaceDashboardOutlined.js";
11
- import { Typography as l, ButtonBase as le, CircularProgress as de } from "@mui/material";
12
- import { alpha as n, darken as se } from "@mui/material/styles";
13
- import me from "dayjs";
14
- import { closeSnackbar as be } from "notistack";
15
- import { useRef as ve, useMemo as t, useEffect as he, Fragment as ue } from "react";
16
- import { getPaletteValue as o, previewChromeBorder as O, getPreviewContrastColor as Tr, createThemePreviewVersionKey as u, gridPreviewBodyBackground as fe, gridPreviewBodyText as pe, getThemePreviewStyleValue as Br, snackbarPreviewMessageByVariant as xe, getPreviewSectionOrder as ke, navbarPreviewItems as ye, themePreviewReadonlyTreeGridId as we, themePreviewEditableTreeGridId as ge } from "./themePreviewCanvas.shared.js";
17
- import { ThemePreviewTablesSection as Pe, ThemePreviewGridSection as Se, ThemePreviewSearchHeaderSection as Ce, ThemePreviewSnackbarsSection as Te, ThemePreviewButtonsSection as Be, ThemePreviewGridPreviewTable as Ne } from "./ThemePreviewCanvasSections.js";
18
- import { snackbarPreviewIconByVariant as He } from "./themePreviewCanvas.icons.js";
19
- import { merge as Nr } from "../../../node_modules/.pnpm/es-toolkit@1.39.10/node_modules/es-toolkit/dist/compat/object/merge.js";
20
- const $e = "#ff4d2d", ze = "rgba(255, 77, 45, 0.14)";
21
- function qe({
22
- activeSection: h,
23
- isLoading: j = !1,
24
- settings: r
1
+ var Qe = Object.defineProperty;
2
+ var W = (w, V) => Qe(w, "name", { value: V, configurable: !0 });
3
+ import { jsx as r, jsxs as i } from "../../../node_modules/.pnpm/@emotion_react@11.14.0_@types_react@19.2.14_react@19.2.4/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.esm.js";
4
+ import { defaultSnackbarTheme as Xe, defaultSnackbarProviderProps as A, snackbarVariantKeys as er } from "../configs/snackbar.js";
5
+ import { defaultTableTheme as rr } from "../configs/table.js";
6
+ import or from "../../../node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/KeyboardArrowUpRounded.js";
7
+ import ar from "../../../node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/MenuRounded.js";
8
+ import Se from "../../../node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/NavigateNext.js";
9
+ import nr from "../../../node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/Search.js";
10
+ import tr from "../../../node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/SpaceDashboardOutlined.js";
11
+ import { Typography as l, ButtonBase as cr, CircularProgress as ir } from "@mui/material";
12
+ import { alpha as n, darken as lr } from "@mui/material/styles";
13
+ import dr from "dayjs";
14
+ import { closeSnackbar as sr } from "notistack";
15
+ import { useRef as mr, useDeferredValue as br, useMemo as t, useEffect as vr, Fragment as hr } from "react";
16
+ import { getPaletteValue as a, previewChromeBorder as O, getPreviewContrastColor as Ce, createThemePreviewVersionKey as p, gridPreviewBodyBackground as ur, gridPreviewBodyText as fr, getThemePreviewStyleValue as Te, snackbarPreviewMessageByVariant as pr, getPreviewSectionOrder as xr, navbarPreviewItems as kr, themePreviewReadonlyTreeGridId as wr, themePreviewEditableTreeGridId as gr } from "./themePreviewCanvas.shared.js";
17
+ import { ThemePreviewTablesSection as yr, ThemePreviewGridSection as Pr, ThemePreviewSearchHeaderSection as Sr, ThemePreviewSnackbarsSection as Cr, ThemePreviewButtonsSection as Tr, ThemePreviewCommonSection as Br, ThemePreviewGridPreviewTable as Nr } from "./ThemePreviewCanvasSections.js";
18
+ import { snackbarPreviewIconByVariant as Hr } from "./themePreviewCanvas.icons.js";
19
+ import { merge as Be } from "../../../node_modules/.pnpm/es-toolkit@1.39.10/node_modules/es-toolkit/dist/compat/object/merge.js";
20
+ const $r = "#ff4d2d", zr = "rgba(255, 77, 45, 0.14)";
21
+ function qr({
22
+ activeSection: w,
23
+ isLoading: V = !1,
24
+ settings: e
25
25
  }) {
26
- var yr, wr, gr, Pr, Sr;
27
- const A = ve([]), U = !1, _ = t(
28
- () => Nr(
26
+ var ke, we, ge, ye, Pe;
27
+ const j = mr([]), s = br(w), Y = !1, U = t(
28
+ () => Be(
29
29
  {},
30
- ae,
31
- r.theme.main.table
30
+ rr,
31
+ e.theme.main.table
32
32
  ),
33
- [r.theme.main.table]
34
- ), s = r.theme.toolbar.palette.mode, L = o(r, "toolbar", "background.default"), Hr = o(r, "toolbar", "background.paper"), y = o(r, "toolbar", "text.primary"), $r = o(r, "toolbar", "divider"), w = o(r, "toolbar", "common.white"), zr = o(r, "toolbar", "common.black"), Z = n(w, s === "dark" ? 0.06 : 0.78), q = n(w, s === "dark" ? 0.1 : 0.62), J = n(w, s === "dark" ? 0.05 : 0.54), d = r.theme.navbar.palette.mode, V = o(r, "navbar", "background.default"), G = o(r, "navbar", "divider") || O, m = o(r, "navbar", "text.primary"), Q = o(r, "navbar", "text.secondary"), g = o(r, "navbar", "primary.main"), f = o(r, "navbar", "secondary.main"), X = Tr(
35
- V,
36
- m || "#111827"
37
- ), Ir = n(X, d === "dark" ? 0.72 : 0.64), rr = n(
38
- f,
33
+ [e.theme.main.table]
34
+ ), m = e.theme.toolbar.palette.mode, _ = a(e, "toolbar", "background.default"), Ne = a(e, "toolbar", "background.paper"), g = a(e, "toolbar", "text.primary"), He = a(e, "toolbar", "divider"), y = a(e, "toolbar", "common.white"), $e = a(e, "toolbar", "common.black"), L = n(y, m === "dark" ? 0.06 : 0.78), Z = n(y, m === "dark" ? 0.1 : 0.62), q = n(y, m === "dark" ? 0.05 : 0.54), d = e.theme.navbar.palette.mode, D = a(e, "navbar", "background.default"), G = a(e, "navbar", "divider") || O, b = a(e, "navbar", "text.primary"), J = a(e, "navbar", "text.secondary"), u = a(e, "navbar", "secondary.main"), P = a(e, "navbar", "secondary.dark") || u, Q = Ce(
35
+ D,
36
+ b || "#111827"
37
+ ), ze = n(Q, d === "dark" ? 0.72 : 0.64), X = n(
38
+ u,
39
39
  d === "dark" ? 0.2 : 0.12
40
- ), er = n(f, d === "dark" ? 0.42 : 0.28), or = n(
41
- g,
42
- d === "dark" ? 0.2 : 0.12
43
- ), ar = n(
44
- g,
45
- d === "dark" ? 0.42 : 0.28
46
- ), nr = f, tr = Q || n(m, d === "dark" ? 0.78 : 0.72), Wr = n(f, d === "dark" ? 0.22 : 0.12), Or = se(V, d === "dark" ? 0.08 : 0.05), jr = Q || n(m, d === "dark" ? 0.78 : 0.62), D = o(r, "main", "background.default"), P = o(r, "main", "background.paper"), cr = o(r, "main", "text.primary"), Ar = o(r, "main", "text.secondary"), S = o(r, "main", "primary.main"), ir = o(r, "main", "primary.contrastText"), C = o(r, "main", "secondary.main"), lr = o(r, "main", "secondary.contrastText"), T = o(r, "main", "success.main"), dr = o(r, "main", "success.contrastText"), B = o(r, "main", "info.main"), sr = o(r, "main", "info.contrastText"), N = o(r, "main", "warning.main"), mr = o(r, "main", "warning.contrastText"), H = o(r, "main", "error.main"), br = o(r, "main", "error.contrastText"), b = r.theme.main.grid, $ = u(b), z = u(r.theme.main.table), M = u({
47
- palette: r.theme.main.palette ?? {},
48
- table: r.theme.main.table ?? {}
49
- }), Vr = `${ge}-${$}`, Gr = `${we}-${$}`, vr = "#586980", R = "#ffffff", hr = "14px", ur = "13px", fr = ((yr = b == null ? void 0 : b.body) == null ? void 0 : yr.backgroundColor) ?? fe, pr = n(R, 0.22), xr = n(pe, 0.14), p = t(
40
+ ), ee = n(u, d === "dark" ? 0.42 : 0.28), re = n(
41
+ P,
42
+ d === "dark" ? 0.22 : 0.14
43
+ ), oe = n(
44
+ P,
45
+ d === "dark" ? 0.56 : 0.36
46
+ ), ae = u, ne = J || n(b, d === "dark" ? 0.78 : 0.72), Ie = n(u, d === "dark" ? 0.22 : 0.12), We = lr(D, d === "dark" ? 0.08 : 0.05), Ae = J || n(b, d === "dark" ? 0.78 : 0.62), M = a(e, "main", "background.default"), S = a(e, "main", "background.paper"), te = a(e, "main", "text.primary"), ce = a(e, "main", "text.secondary"), C = a(e, "main", "success.main"), ie = a(e, "main", "success.contrastText"), T = a(e, "main", "info.main"), le = a(e, "main", "info.contrastText"), B = a(e, "main", "warning.main"), de = a(e, "main", "warning.contrastText"), N = a(e, "main", "error.main"), se = a(e, "main", "error.contrastText"), v = e.theme.main.grid, H = p(v), $ = p(e.theme.main.table), R = p({
47
+ palette: e.theme.main.palette ?? {},
48
+ table: e.theme.main.table ?? {}
49
+ }), Oe = `${gr}-${H}`, Ve = `${wr}-${H}`, me = "#586980", E = "#ffffff", be = "14px", ve = "13px", he = ((ke = v == null ? void 0 : v.body) == null ? void 0 : ke.backgroundColor) ?? ur, ue = n(E, 0.22), fe = n(fr, 0.14), x = t(
50
50
  () => ({
51
- ...r,
51
+ ...e,
52
52
  theme: {
53
- ...r.theme,
54
- navbar: r.theme.main,
55
- toolbar: r.theme.main
53
+ ...e.theme,
54
+ navbar: e.theme.main,
55
+ toolbar: e.theme.main
56
56
  }
57
57
  }),
58
- [r]
59
- ), E = u(
60
- p.theme.main
61
- ), F = t(
58
+ [e]
59
+ ), z = p(
60
+ x.theme.main
61
+ ), I = t(
62
62
  () => ({
63
63
  owpSettings: {
64
- current: p,
65
- defaults: p,
66
- initial: p
64
+ current: x,
65
+ defaults: x,
66
+ initial: x
67
67
  }
68
68
  }),
69
- [p]
70
- ), K = me().format("YYYY-MM-DD"), Dr = t(
71
- () => `OWP-${K.replace(/-/g, "")}-001`,
72
- [K]
73
- ), x = t(
69
+ [x]
70
+ ), F = dr().format("YYYY-MM-DD"), je = t(
71
+ () => `OWP-${F.replace(/-/g, "")}-001`,
72
+ [F]
73
+ ), f = t(
74
74
  () => ({
75
- backgroundColor: P,
75
+ backgroundColor: S,
76
76
  border: `1px solid ${O}`
77
77
  }),
78
- [P]
79
- ), Mr = h === "navbar" ? "navbar" : h === "toolbar" ? "toolbar" : "main", Rr = t(
78
+ [S]
79
+ ), De = s === "navbar" ? "navbar" : s === "toolbar" ? "toolbar" : "main", Ge = V || s !== w, Me = t(
80
80
  () => ({
81
- backgroundColor: Z,
82
- borderColor: q,
83
- boxShadow: `inset 0 1px 0 ${J}`
81
+ backgroundColor: L,
82
+ borderColor: Z,
83
+ boxShadow: `inset 0 1px 0 ${q}`
84
84
  }),
85
- [Z, q, J]
86
- ), Er = t(
85
+ [L, Z, q]
86
+ ), Re = t(
87
87
  () => ({
88
- backgroundColor: rr,
89
- borderColor: er,
90
- color: nr,
88
+ backgroundColor: X,
89
+ borderColor: ee,
90
+ color: ae,
91
91
  transition: "background-color 160ms ease, border-color 160ms ease, color 160ms ease",
92
92
  "&:hover, &:focus-visible, &:active": {
93
- backgroundColor: or,
94
- borderColor: ar,
95
- color: g
93
+ backgroundColor: re,
94
+ borderColor: oe,
95
+ color: P
96
96
  }
97
97
  }),
98
98
  [
99
- nr,
100
- g,
101
- rr,
102
- er,
103
- or,
104
- ar
99
+ ae,
100
+ P,
101
+ X,
102
+ ee,
103
+ re,
104
+ oe
105
105
  ]
106
- ), Fr = t(
106
+ ), pe = t(
107
107
  () => [
108
- { label: "primary", color: S, contrastColor: ir },
109
- { label: "secondary", color: C, contrastColor: lr },
110
- { label: "info", color: B, contrastColor: sr },
111
- { label: "warning", color: N, contrastColor: mr },
112
- { label: "error", color: H, contrastColor: br },
113
- { label: "success", color: T, contrastColor: dr }
114
- ].map((a) => ({
115
- ...a,
116
- previewContrastColor: a.label === "error" || a.label === "success" ? Tr(a.color, a.contrastColor) : a.contrastColor
108
+ { label: "info", color: T, contrastColor: le },
109
+ { label: "warning", color: B, contrastColor: de },
110
+ { label: "error", color: N, contrastColor: se },
111
+ { label: "success", color: C, contrastColor: ie }
112
+ ].map((o) => ({
113
+ ...o,
114
+ previewContrastColor: o.label === "error" || o.label === "success" ? Ce(o.color, o.contrastColor) : o.contrastColor
117
115
  })),
118
116
  [
119
- H,
120
- br,
121
- B,
122
- sr,
123
- S,
124
- ir,
125
- C,
126
- lr,
127
- T,
128
- dr,
129
117
  N,
130
- mr
118
+ se,
119
+ T,
120
+ le,
121
+ C,
122
+ ie,
123
+ B,
124
+ de
131
125
  ]
132
- ), kr = r.snackbar ?? ee, v = t(
133
- () => Nr({}, W, r.snackbarProviderProps),
134
- [r.snackbarProviderProps]
135
- ), Kr = ((wr = v.anchorOrigin) == null ? void 0 : wr.horizontal) ?? W.anchorOrigin.horizontal, Yr = ((gr = v.anchorOrigin) == null ? void 0 : gr.vertical) ?? W.anchorOrigin.vertical, Ur = v.maxSnack ?? W.maxSnack, _r = Br((Pr = v.style) == null ? void 0 : Pr.fontSize), Lr = Br(
136
- (Sr = v.style) == null ? void 0 : Sr.lineHeight
137
- ), Zr = t(
138
- () => oe.map((a) => {
139
- const c = kr[a];
126
+ ), xe = e.snackbar ?? Xe, h = t(
127
+ () => Be({}, A, e.snackbarProviderProps),
128
+ [e.snackbarProviderProps]
129
+ ), Ee = ((we = h.anchorOrigin) == null ? void 0 : we.horizontal) ?? A.anchorOrigin.horizontal, Fe = ((ge = h.anchorOrigin) == null ? void 0 : ge.vertical) ?? A.anchorOrigin.vertical, Ke = h.maxSnack ?? A.maxSnack, Ye = Te((ye = h.style) == null ? void 0 : ye.fontSize), Ue = Te(
130
+ (Pe = h.style) == null ? void 0 : Pe.lineHeight
131
+ ), _e = t(
132
+ () => er.map((o) => {
133
+ const c = xe[o];
140
134
  return {
141
135
  actionHoverColor: n(
142
136
  c.color,
143
- a === "default" ? 0.18 : 0.16
137
+ o === "default" ? 0.18 : 0.16
144
138
  ),
145
139
  backgroundColor: c.backgroundColor,
146
140
  color: c.color,
147
- icon: He[a],
148
- key: a,
149
- message: xe[a]
141
+ icon: Hr[o],
142
+ key: o,
143
+ message: pr[o]
150
144
  };
151
145
  }),
152
- [kr]
153
- ), qr = t(
154
- () => ke(h),
155
- [h]
156
- ), Jr = t(
146
+ [xe]
147
+ ), Le = t(
148
+ () => xr(s),
149
+ [s]
150
+ ), Ze = t(
157
151
  () => ({
158
- buttons: u({
159
- error: H,
160
- info: B,
161
- primary: S,
162
- secondary: C,
163
- success: T,
164
- warning: N
152
+ common: z,
153
+ buttons: p({
154
+ error: N,
155
+ info: T,
156
+ success: C,
157
+ warning: B
165
158
  }),
166
- grid: `${E}-${$}`,
167
- searchHeader: M,
168
- snackbars: u({
169
- provider: r.snackbarProviderProps,
170
- snackbar: r.snackbar
159
+ grid: `${z}-${H}`,
160
+ searchHeader: R,
161
+ snackbars: p({
162
+ provider: e.snackbarProviderProps,
163
+ snackbar: e.snackbar
171
164
  }),
172
- tables: z
165
+ tables: $
173
166
  }),
174
167
  [
175
- $,
176
168
  H,
177
- B,
178
- S,
179
- C,
180
- T,
181
- E,
182
169
  N,
183
- M,
184
- r.snackbar,
185
- r.snackbarProviderProps,
186
- z
170
+ T,
171
+ C,
172
+ z,
173
+ B,
174
+ R,
175
+ e.snackbar,
176
+ e.snackbarProviderProps,
177
+ $
187
178
  ]
188
- ), Qr = t(
189
- () => /* @__PURE__ */ e(
190
- Ne,
179
+ ), qe = t(
180
+ () => /* @__PURE__ */ r(
181
+ Nr,
191
182
  {
192
- gridBodyBorder: xr,
193
- layoutPreviewGridCellBackground: fr,
194
- layoutPreviewGridCellFontSize: ur,
195
- layoutPreviewGridHeaderBackground: vr,
196
- layoutPreviewGridHeaderBorder: pr,
197
- layoutPreviewGridHeaderColor: R,
198
- layoutPreviewGridHeaderFontSize: hr
183
+ gridBodyBorder: fe,
184
+ layoutPreviewGridCellBackground: he,
185
+ layoutPreviewGridCellFontSize: ve,
186
+ layoutPreviewGridHeaderBackground: me,
187
+ layoutPreviewGridHeaderBorder: ue,
188
+ layoutPreviewGridHeaderColor: E,
189
+ layoutPreviewGridHeaderFontSize: be
199
190
  }
200
191
  ),
201
192
  [
202
- xr,
203
- fr,
204
- ur,
205
- vr,
206
- pr,
207
- R,
208
- hr
193
+ fe,
194
+ he,
195
+ ve,
196
+ me,
197
+ ue,
198
+ E,
199
+ be
209
200
  ]
210
201
  );
211
- he(() => () => {
212
- A.current.forEach((a) => {
213
- be(a);
214
- }), A.current = [];
202
+ vr(() => () => {
203
+ j.current.forEach((o) => {
204
+ sr(o);
205
+ }), j.current = [];
215
206
  }, []);
216
- const Xr = /* @__PURE__ */ I((a) => {
207
+ const Je = /* @__PURE__ */ W((o) => {
217
208
  var c;
218
- switch (a) {
209
+ switch (o) {
210
+ case "common":
211
+ return /* @__PURE__ */ r(
212
+ Br,
213
+ {
214
+ buttonPreviewItems: pe,
215
+ mainTextSecondary: ce,
216
+ mainThemePreviewStoreState: I,
217
+ previewSectionCardSx: f
218
+ }
219
+ );
219
220
  case "buttons":
220
- return /* @__PURE__ */ e(
221
- Be,
221
+ return /* @__PURE__ */ r(
222
+ Tr,
222
223
  {
223
- buttonPreviewItems: Fr,
224
- mainTextSecondary: Ar,
225
- previewSectionCardSx: x
224
+ buttonPreviewItems: pe,
225
+ mainTextSecondary: ce,
226
+ previewSectionCardSx: f
226
227
  }
227
228
  );
228
229
  case "snackbars":
229
- return /* @__PURE__ */ e(
230
- Te,
230
+ return /* @__PURE__ */ r(
231
+ Cr,
231
232
  {
232
- previewSectionCardSx: x,
233
- previewSnackbarKeysRef: A,
234
- snackbarAnchorOrigin: v.anchorOrigin,
235
- snackbarAutoHideDuration: v.autoHideDuration,
236
- snackbarPreviewAnchorHorizontal: Kr,
237
- snackbarPreviewAnchorVertical: Yr,
238
- snackbarPreviewFontSize: _r,
239
- snackbarPreviewItems: Zr,
240
- snackbarPreviewLineHeight: Lr,
241
- snackbarPreviewMaxSnack: Ur
233
+ previewSectionCardSx: f,
234
+ previewSnackbarKeysRef: j,
235
+ snackbarAnchorOrigin: h.anchorOrigin,
236
+ snackbarAutoHideDuration: h.autoHideDuration,
237
+ snackbarPreviewAnchorHorizontal: Ee,
238
+ snackbarPreviewAnchorVertical: Fe,
239
+ snackbarPreviewFontSize: Ye,
240
+ snackbarPreviewItems: _e,
241
+ snackbarPreviewLineHeight: Ue,
242
+ snackbarPreviewMaxSnack: Ke
242
243
  }
243
244
  );
244
245
  case "searchHeader":
245
- return /* @__PURE__ */ e(
246
- Ce,
246
+ return /* @__PURE__ */ r(
247
+ Sr,
247
248
  {
248
- gridPreviewTable: Qr,
249
- mainBackground: D,
250
- mainPaper: P,
251
- mainText: cr,
252
- mainThemePreviewStoreState: F,
253
- previewSectionCardSx: x,
254
- searchHeaderPreviewDate: K,
255
- searchHeaderPreviewNumber: Dr,
256
- searchHeaderPreviewVersionKey: M,
257
- tablePreviewCanTableRadiusZero: U,
258
- tableTheme: _,
259
- tableThemePreviewVersionKey: z
249
+ activeSection: s === "navbar" || s === "toolbar" ? s : "main",
250
+ gridPreviewTable: qe,
251
+ mainBackground: M,
252
+ mainPaper: S,
253
+ mainText: te,
254
+ mainThemePreviewStoreState: I,
255
+ previewSectionCardSx: f,
256
+ searchHeaderPreviewDate: F,
257
+ searchHeaderPreviewNumber: je,
258
+ searchHeaderPreviewVersionKey: R,
259
+ tablePreviewCanTableRadiusZero: Y,
260
+ tableTheme: U,
261
+ tableThemePreviewVersionKey: $
260
262
  }
261
263
  );
262
264
  case "grid":
263
- return /* @__PURE__ */ e(
264
- Se,
265
+ return /* @__PURE__ */ r(
266
+ Pr,
265
267
  {
266
- editableThemePreviewGridId: Vr,
267
- mainGridChangedBackgroundColor: (c = b == null ? void 0 : b.changed) == null ? void 0 : c.backgroundColor,
268
- mainThemePreviewStoreKey: E,
269
- mainThemePreviewStoreState: F,
270
- previewSectionCardSx: x,
271
- readonlyThemePreviewGridId: Gr
268
+ editableThemePreviewGridId: Oe,
269
+ mainGridChangedBackgroundColor: (c = v == null ? void 0 : v.changed) == null ? void 0 : c.backgroundColor,
270
+ mainThemePreviewStoreKey: z,
271
+ mainThemePreviewStoreState: I,
272
+ previewSectionCardSx: f,
273
+ readonlyThemePreviewGridId: Ve
272
274
  }
273
275
  );
274
276
  case "tables":
275
- return /* @__PURE__ */ e(
276
- Pe,
277
+ return /* @__PURE__ */ r(
278
+ yr,
277
279
  {
278
- mainThemePreviewStoreState: F,
279
- previewSectionCardSx: x,
280
- tablePreviewCanTableRadiusZero: U,
281
- tableTheme: _,
282
- tableThemePreviewVersionKey: z
280
+ mainThemePreviewStoreState: I,
281
+ previewSectionCardSx: f,
282
+ tablePreviewCanTableRadiusZero: Y,
283
+ tableTheme: U,
284
+ tableThemePreviewVersionKey: $
283
285
  }
284
286
  );
285
287
  default:
286
288
  return null;
287
289
  }
288
- }, "renderPreviewSection"), Y = /* @__PURE__ */ I((a, c, k = 0) => Mr === a ? /* @__PURE__ */ e(
290
+ }, "renderPreviewSection"), K = /* @__PURE__ */ W((o, c, k = 0) => De === o ? /* @__PURE__ */ r(
289
291
  "div",
290
292
  {
291
293
  "aria-hidden": !0,
292
294
  className: "pointer-events-none absolute z-[2]",
293
295
  style: {
294
296
  inset: c,
295
- border: `4px solid ${$e}`,
297
+ border: `4px solid ${$r}`,
296
298
  borderRadius: k,
297
- boxShadow: `0 0 0 1px ${ze}`
299
+ boxShadow: `0 0 0 1px ${zr}`
298
300
  }
299
301
  }
300
302
  ) : null, "renderHighlightOverlay");
301
- return /* @__PURE__ */ e("div", { className: "flex h-full min-h-0 flex-col", children: /* @__PURE__ */ i(
303
+ return /* @__PURE__ */ r("div", { className: "flex h-full min-h-0 min-w-0 flex-1 flex-col overflow-hidden", children: /* @__PURE__ */ i(
302
304
  "div",
303
305
  {
304
306
  className: "grid min-h-0 flex-1 grid-cols-[224px_minmax(0,1fr)] grid-rows-[76px_minmax(0,1fr)] overflow-hidden rounded-lg border border-solid",
305
307
  style: {
306
- backgroundColor: D,
308
+ backgroundColor: M,
307
309
  borderColor: O
308
310
  },
309
311
  children: [
@@ -312,55 +314,55 @@ function qe({
312
314
  {
313
315
  className: "col-span-2 relative flex items-center justify-between px-20",
314
316
  style: {
315
- backgroundColor: L,
316
- backgroundImage: `linear-gradient(180deg, ${L} 0%, ${Hr} 100%)`,
317
- borderBottom: `1px solid ${$r}`,
318
- boxShadow: `inset 0 1px 0 ${n(w, s === "dark" ? 0.06 : 0.82)}, 0 4px 16px ${n(zr, s === "dark" ? 0.18 : 0.05)}`,
319
- color: y
317
+ backgroundColor: _,
318
+ backgroundImage: `linear-gradient(180deg, ${_} 0%, ${Ne} 100%)`,
319
+ borderBottom: `1px solid ${He}`,
320
+ boxShadow: `inset 0 1px 0 ${n(y, m === "dark" ? 0.06 : 0.82)}, 0 4px 16px ${n($e, m === "dark" ? 0.18 : 0.05)}`,
321
+ color: g
320
322
  },
321
323
  children: [
322
- Y("toolbar", 0, 0),
323
- /* @__PURE__ */ e("div", { className: "flex items-center gap-12", children: /* @__PURE__ */ i("div", { className: "flex flex-col gap-2", children: [
324
+ K("toolbar", 0, 0),
325
+ /* @__PURE__ */ r("div", { className: "flex items-center gap-12", children: /* @__PURE__ */ i("div", { className: "flex flex-col gap-2", children: [
324
326
  /* @__PURE__ */ i(
325
327
  "div",
326
328
  {
327
329
  className: "flex items-center gap-2",
328
330
  style: {
329
- color: n(y, s === "dark" ? 0.72 : 0.64)
331
+ color: n(g, m === "dark" ? 0.72 : 0.64)
330
332
  },
331
333
  children: [
332
- /* @__PURE__ */ e(l, { variant: "caption", children: "OWP" }),
333
- /* @__PURE__ */ e(Cr, { sx: { fontSize: 18 } }),
334
- /* @__PURE__ */ e(l, { variant: "caption", children: "Theme Preview" })
334
+ /* @__PURE__ */ r(l, { variant: "caption", children: "OWP" }),
335
+ /* @__PURE__ */ r(Se, { sx: { fontSize: 18 } }),
336
+ /* @__PURE__ */ r(l, { variant: "caption", children: "Theme Preview" })
335
337
  ]
336
338
  }
337
339
  ),
338
- /* @__PURE__ */ e(l, { variant: "subtitle1", fontWeight: 700, children: "Toolbar" })
340
+ /* @__PURE__ */ r(l, { variant: "subtitle1", fontWeight: 700, children: "Toolbar" })
339
341
  ] }) }),
340
- /* @__PURE__ */ e("div", { className: "pointer-events-none absolute left-1/2 top-1/2 flex w-full max-w-[520px] -translate-x-1/2 -translate-y-1/2 justify-center px-12 text-center", children: /* @__PURE__ */ i(
342
+ /* @__PURE__ */ r("div", { className: "pointer-events-none absolute left-1/2 top-1/2 flex w-full max-w-[520px] -translate-x-1/2 -translate-y-1/2 justify-center px-12 text-center", children: /* @__PURE__ */ i(
341
343
  l,
342
344
  {
343
345
  variant: "body2",
344
346
  sx: {
345
- color: n(y, s === "dark" ? 0.92 : 0.84),
347
+ color: n(g, m === "dark" ? 0.92 : 0.84),
346
348
  fontSize: 13,
347
349
  fontWeight: 700
348
350
  },
349
351
  children: [
350
352
  "로그인 화면 배경색은 Toolbar",
351
353
  " ",
352
- /* @__PURE__ */ e(Cr, { sx: { mx: 0.25, fontSize: 18, verticalAlign: "middle" } }),
354
+ /* @__PURE__ */ r(Se, { sx: { mx: 0.25, fontSize: 18, verticalAlign: "middle" } }),
353
355
  " ",
354
356
  "Background Default 색상을 따라갑니다."
355
357
  ]
356
358
  }
357
359
  ) }),
358
- /* @__PURE__ */ e("div", { className: "flex items-center gap-8", children: [ce, ie].map((a, c) => /* @__PURE__ */ e(
360
+ /* @__PURE__ */ r("div", { className: "flex items-center gap-8", children: [nr, tr].map((o, c) => /* @__PURE__ */ r(
359
361
  "div",
360
362
  {
361
363
  className: "flex h-32 w-32 items-center justify-center rounded-[10px] border border-solid",
362
- style: Rr,
363
- children: /* @__PURE__ */ e(a, { sx: { color: y, fontSize: 18 } })
364
+ style: Me,
365
+ children: /* @__PURE__ */ r(o, { sx: { color: g, fontSize: 18 } })
364
366
  },
365
367
  `${c}`
366
368
  )) })
@@ -372,12 +374,12 @@ function qe({
372
374
  {
373
375
  className: "relative flex min-h-0 flex-col",
374
376
  style: {
375
- backgroundColor: V,
377
+ backgroundColor: D,
376
378
  borderRight: `1px solid ${G}`,
377
- color: m
379
+ color: b
378
380
  },
379
381
  children: [
380
- Y("navbar", 0, 0),
382
+ K("navbar", 0, 0),
381
383
  /* @__PURE__ */ i(
382
384
  "div",
383
385
  {
@@ -386,48 +388,48 @@ function qe({
386
388
  borderBottom: `1px solid ${G}`
387
389
  },
388
390
  children: [
389
- /* @__PURE__ */ e("div", { className: "flex items-center gap-10", children: /* @__PURE__ */ i("div", { className: "flex flex-col gap-2", children: [
390
- /* @__PURE__ */ e(
391
+ /* @__PURE__ */ r("div", { className: "flex items-center gap-10", children: /* @__PURE__ */ i("div", { className: "flex flex-col gap-2", children: [
392
+ /* @__PURE__ */ r(
391
393
  l,
392
394
  {
393
395
  variant: "subtitle2",
394
396
  fontWeight: 700,
395
397
  sx: {
396
- color: X
398
+ color: Q
397
399
  },
398
400
  children: "Navbar"
399
401
  }
400
402
  ),
401
- /* @__PURE__ */ e(l, { variant: "caption", sx: { color: Ir }, children: "Navigation" })
403
+ /* @__PURE__ */ r(l, { variant: "caption", sx: { color: ze }, children: "Navigation" })
402
404
  ] }) }),
403
- /* @__PURE__ */ e(
404
- le,
405
+ /* @__PURE__ */ r(
406
+ cr,
405
407
  {
406
408
  "aria-label": "navbar menu",
407
409
  className: "flex h-28 w-28 items-center justify-center rounded-[10px] border border-solid",
408
- sx: Er,
409
- children: /* @__PURE__ */ e(te, { sx: { color: "inherit", fontSize: 16 } })
410
+ sx: Re,
411
+ children: /* @__PURE__ */ r(ar, { sx: { color: "inherit", fontSize: 16 } })
410
412
  }
411
413
  )
412
414
  ]
413
415
  }
414
416
  ),
415
- /* @__PURE__ */ e("div", { className: "flex flex-1 flex-col gap-4 px-10 py-10", children: ye.map((a, c) => {
417
+ /* @__PURE__ */ r("div", { className: "flex flex-1 flex-col gap-4 px-10 py-10", children: kr.map((o, c) => {
416
418
  const k = c === 1;
417
- return /* @__PURE__ */ e(
419
+ return /* @__PURE__ */ r(
418
420
  "div",
419
421
  {
420
422
  className: "rounded-lg px-12 py-10",
421
423
  style: {
422
- backgroundColor: k ? Wr : "transparent",
423
- color: k ? f : tr
424
+ backgroundColor: k ? Ie : "transparent",
425
+ color: k ? u : ne
424
426
  },
425
- children: /* @__PURE__ */ e(l, { variant: "body2", fontWeight: k ? 700 : 500, children: a })
427
+ children: /* @__PURE__ */ r(l, { variant: "body2", fontWeight: k ? 700 : 500, children: o })
426
428
  },
427
- a
429
+ o
428
430
  );
429
431
  }) }),
430
- /* @__PURE__ */ e(
432
+ /* @__PURE__ */ r(
431
433
  "div",
432
434
  {
433
435
  className: "px-12 py-12",
@@ -438,26 +440,26 @@ function qe({
438
440
  "div",
439
441
  {
440
442
  className: "flex min-h-[56px] items-center gap-12 rounded-lg px-8 py-8",
441
- style: { color: m },
443
+ style: { color: b },
442
444
  children: [
443
- /* @__PURE__ */ e(
445
+ /* @__PURE__ */ r(
444
446
  "div",
445
447
  {
446
448
  className: "flex h-36 w-36 shrink-0 items-center justify-center rounded-full",
447
449
  style: {
448
- backgroundColor: Or,
449
- color: jr
450
+ backgroundColor: We,
451
+ color: Ae
450
452
  },
451
- children: /* @__PURE__ */ e(l, { sx: { fontSize: 18, fontWeight: 700, lineHeight: 1 }, children: "관" })
453
+ children: /* @__PURE__ */ r(l, { sx: { fontSize: 18, fontWeight: 700, lineHeight: 1 }, children: "관" })
452
454
  }
453
455
  ),
454
456
  /* @__PURE__ */ i("div", { className: "flex min-w-0 flex-1 flex-col gap-1", children: [
455
- /* @__PURE__ */ e(
457
+ /* @__PURE__ */ r(
456
458
  l,
457
459
  {
458
460
  className: "truncate",
459
461
  sx: {
460
- color: m,
462
+ color: b,
461
463
  fontSize: 16,
462
464
  fontWeight: 600,
463
465
  letterSpacing: "-0.01em",
@@ -466,12 +468,12 @@ function qe({
466
468
  children: "Impix"
467
469
  }
468
470
  ),
469
- /* @__PURE__ */ e(
471
+ /* @__PURE__ */ r(
470
472
  l,
471
473
  {
472
474
  className: "truncate",
473
475
  sx: {
474
- color: tr,
476
+ color: ne,
475
477
  fontSize: 14,
476
478
  fontWeight: 500,
477
479
  letterSpacing: "-0.02em",
@@ -481,7 +483,7 @@ function qe({
481
483
  }
482
484
  )
483
485
  ] }),
484
- /* @__PURE__ */ e("div", { className: "flex shrink-0 items-center justify-center", style: { color: m }, children: /* @__PURE__ */ e(ne, { sx: { fontSize: 16 } }) })
486
+ /* @__PURE__ */ r("div", { className: "flex shrink-0 items-center justify-center", style: { color: b }, children: /* @__PURE__ */ r(or, { sx: { fontSize: 16 } }) })
485
487
  ]
486
488
  }
487
489
  )
@@ -493,28 +495,28 @@ function qe({
493
495
  /* @__PURE__ */ i(
494
496
  "div",
495
497
  {
496
- className: "relative flex min-h-0 flex-col gap-14 overflow-auto p-14",
498
+ className: "relative flex min-h-0 flex-col gap-14 overflow-y-auto overflow-x-hidden p-14",
497
499
  style: {
498
- backgroundColor: D,
499
- color: cr
500
+ backgroundColor: M,
501
+ color: te
500
502
  },
501
503
  children: [
502
- Y("main", 8),
503
- j ? /* @__PURE__ */ e(
504
+ K("main", 8),
505
+ Ge ? /* @__PURE__ */ r(
504
506
  "div",
505
507
  {
506
508
  className: "absolute inset-14 z-10 flex items-center justify-center rounded-lg",
507
509
  style: {
508
- backgroundColor: n(P, 0.88),
510
+ backgroundColor: n(S, 0.88),
509
511
  border: `1px solid ${O}`
510
512
  },
511
513
  children: /* @__PURE__ */ i("div", { className: "flex flex-col items-center gap-10", children: [
512
- /* @__PURE__ */ e(de, { color: "secondary", size: 34, thickness: 4.5 }),
513
- /* @__PURE__ */ e(l, { variant: "body2", color: "text.secondary", fontWeight: 700, children: "로딩 중..." })
514
+ /* @__PURE__ */ r(ir, { color: "secondary", size: 34, thickness: 4.5 }),
515
+ /* @__PURE__ */ r(l, { variant: "body2", color: "text.secondary", fontWeight: 700, children: "로딩 중..." })
514
516
  ] })
515
517
  }
516
518
  ) : null,
517
- qr.map((a) => /* @__PURE__ */ e(ue, { children: Xr(a) }, `${a}-${Jr[a]}`))
519
+ Le.map((o) => /* @__PURE__ */ r(hr, { children: Je(o) }, `${o}-${Ze[o]}`))
518
520
  ]
519
521
  }
520
522
  )
@@ -522,8 +524,8 @@ function qe({
522
524
  }
523
525
  ) });
524
526
  }
525
- I(qe, "ThemePreviewCanvas");
527
+ W(qr, "ThemePreviewCanvas");
526
528
  export {
527
- qe as ThemePreviewCanvas
529
+ qr as ThemePreviewCanvas
528
530
  };
529
531
  //# sourceMappingURL=ThemePreviewCanvas.js.map