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