@touchtech/web-navigation-menu 0.0.17 → 0.0.18-alpha.1
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/components/Navigation/Context.d.ts +2 -1
- package/dist/components/Navigation/Logo/Logo.d.ts +2 -2
- package/dist/components/Navigation/Logo/index.d.ts +1 -1
- package/dist/components/Navigation/NavigationButton.d.ts +3 -2
- package/dist/components/Navigation/Tiers/Applications/ApplicationLink/ApplicationLink.d.ts +2 -1
- package/dist/components/Navigation/Tiers/Applications/ApplicationLink/index.d.ts +1 -1
- package/dist/components/Navigation/Tiers/Applications/index.d.ts +1 -1
- package/dist/components/Navigation/Tiers/Tenants/TenantButton/TenantButton.d.ts +2 -2
- package/dist/components/Navigation/Tiers/Tenants/TenantButton/index.d.ts +1 -1
- package/dist/components/Navigation/Tiers/Tenants/index.d.ts +1 -1
- package/dist/components/Navigation/Tiers/Tier/Tier.d.ts +2 -1
- package/dist/components/Navigation/Tiers/Tier/index.d.ts +1 -1
- package/dist/components/Navigation/Tiers/index.d.ts +3 -3
- package/dist/components/Navigation/index.d.ts +2 -2
- package/dist/hooks/useSelectedTenant.d.ts +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +26 -2
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +1201 -0
- package/dist/index.mjs.map +1 -0
- package/dist/style.css +1 -0
- package/package.json +21 -17
- package/dist/styles.css +0 -343
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,1201 @@
|
|
|
1
|
+
import we, { useContext as K, useState as ce, useEffect as ge, useMemo as y, useCallback as z, Fragment as Pt } from "react";
|
|
2
|
+
import { AnimatePresence as Ot, motion as Dt } from "framer-motion";
|
|
3
|
+
import { createPortal as Mt } from "react-dom";
|
|
4
|
+
import { AuthContext as et, userHasTenantAccess as k, Privileges as W } from "@touchtech/web-auth";
|
|
5
|
+
import { TenantIdContext as be } from "@touchtech/web-tenant-id-provider";
|
|
6
|
+
import ne from "classcat";
|
|
7
|
+
import { Image as kt, Button as Te, Icon as te, IconButton as Ft } from "@touchtech/baselayer-ui";
|
|
8
|
+
import { useApi as tt } from "@touchtech/web-api-client";
|
|
9
|
+
import Lt from "swr";
|
|
10
|
+
import { matchPath as Ut } from "react-router-dom";
|
|
11
|
+
import { useToggle as Bt } from "@touchtech/web-hooks";
|
|
12
|
+
var Ee = { exports: {} }, Z = {};
|
|
13
|
+
/**
|
|
14
|
+
* @license React
|
|
15
|
+
* react-jsx-runtime.production.min.js
|
|
16
|
+
*
|
|
17
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
18
|
+
*
|
|
19
|
+
* This source code is licensed under the MIT license found in the
|
|
20
|
+
* LICENSE file in the root directory of this source tree.
|
|
21
|
+
*/
|
|
22
|
+
var Xe;
|
|
23
|
+
function Ht() {
|
|
24
|
+
if (Xe) return Z;
|
|
25
|
+
Xe = 1;
|
|
26
|
+
var s = we, i = Symbol.for("react.element"), f = Symbol.for("react.fragment"), l = Object.prototype.hasOwnProperty, c = s.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, h = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
27
|
+
function o(b, _, x) {
|
|
28
|
+
var m, S = {}, R = null, j = null;
|
|
29
|
+
x !== void 0 && (R = "" + x), _.key !== void 0 && (R = "" + _.key), _.ref !== void 0 && (j = _.ref);
|
|
30
|
+
for (m in _) l.call(_, m) && !h.hasOwnProperty(m) && (S[m] = _[m]);
|
|
31
|
+
if (b && b.defaultProps) for (m in _ = b.defaultProps, _) S[m] === void 0 && (S[m] = _[m]);
|
|
32
|
+
return { $$typeof: i, type: b, key: R, ref: j, props: S, _owner: c.current };
|
|
33
|
+
}
|
|
34
|
+
return Z.Fragment = f, Z.jsx = o, Z.jsxs = o, Z;
|
|
35
|
+
}
|
|
36
|
+
var Q = {};
|
|
37
|
+
/**
|
|
38
|
+
* @license React
|
|
39
|
+
* react-jsx-runtime.development.js
|
|
40
|
+
*
|
|
41
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
42
|
+
*
|
|
43
|
+
* This source code is licensed under the MIT license found in the
|
|
44
|
+
* LICENSE file in the root directory of this source tree.
|
|
45
|
+
*/
|
|
46
|
+
var Je;
|
|
47
|
+
function $t() {
|
|
48
|
+
return Je || (Je = 1, process.env.NODE_ENV !== "production" && function() {
|
|
49
|
+
var s = we, i = Symbol.for("react.element"), f = Symbol.for("react.portal"), l = Symbol.for("react.fragment"), c = Symbol.for("react.strict_mode"), h = Symbol.for("react.profiler"), o = Symbol.for("react.provider"), b = Symbol.for("react.context"), _ = Symbol.for("react.forward_ref"), x = Symbol.for("react.suspense"), m = Symbol.for("react.suspense_list"), S = Symbol.for("react.memo"), R = Symbol.for("react.lazy"), j = Symbol.for("react.offscreen"), M = Symbol.iterator, U = "@@iterator";
|
|
50
|
+
function B(e) {
|
|
51
|
+
if (e === null || typeof e != "object")
|
|
52
|
+
return null;
|
|
53
|
+
var t = M && e[M] || e[U];
|
|
54
|
+
return typeof t == "function" ? t : null;
|
|
55
|
+
}
|
|
56
|
+
var N = s.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
57
|
+
function E(e) {
|
|
58
|
+
{
|
|
59
|
+
for (var t = arguments.length, n = new Array(t > 1 ? t - 1 : 0), a = 1; a < t; a++)
|
|
60
|
+
n[a - 1] = arguments[a];
|
|
61
|
+
V("error", e, n);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
function V(e, t, n) {
|
|
65
|
+
{
|
|
66
|
+
var a = N.ReactDebugCurrentFrame, p = a.getStackAddendum();
|
|
67
|
+
p !== "" && (t += "%s", n = n.concat([p]));
|
|
68
|
+
var v = n.map(function(d) {
|
|
69
|
+
return String(d);
|
|
70
|
+
});
|
|
71
|
+
v.unshift("Warning: " + t), Function.prototype.apply.call(console[e], console, v);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
var X = !1, A = !1, le = !1, rt = !1, at = !1, Re;
|
|
75
|
+
Re = Symbol.for("react.module.reference");
|
|
76
|
+
function st(e) {
|
|
77
|
+
return !!(typeof e == "string" || typeof e == "function" || e === l || e === h || at || e === c || e === x || e === m || rt || e === j || X || A || le || typeof e == "object" && e !== null && (e.$$typeof === R || e.$$typeof === S || e.$$typeof === o || e.$$typeof === b || e.$$typeof === _ || // This needs to include all possible module reference object
|
|
78
|
+
// types supported by any Flight configuration anywhere since
|
|
79
|
+
// we don't know which Flight build this will end up being used
|
|
80
|
+
// with.
|
|
81
|
+
e.$$typeof === Re || e.getModuleId !== void 0));
|
|
82
|
+
}
|
|
83
|
+
function it(e, t, n) {
|
|
84
|
+
var a = e.displayName;
|
|
85
|
+
if (a)
|
|
86
|
+
return a;
|
|
87
|
+
var p = t.displayName || t.name || "";
|
|
88
|
+
return p !== "" ? n + "(" + p + ")" : n;
|
|
89
|
+
}
|
|
90
|
+
function Ne(e) {
|
|
91
|
+
return e.displayName || "Context";
|
|
92
|
+
}
|
|
93
|
+
function H(e) {
|
|
94
|
+
if (e == null)
|
|
95
|
+
return null;
|
|
96
|
+
if (typeof e.tag == "number" && E("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
97
|
+
return e.displayName || e.name || null;
|
|
98
|
+
if (typeof e == "string")
|
|
99
|
+
return e;
|
|
100
|
+
switch (e) {
|
|
101
|
+
case l:
|
|
102
|
+
return "Fragment";
|
|
103
|
+
case f:
|
|
104
|
+
return "Portal";
|
|
105
|
+
case h:
|
|
106
|
+
return "Profiler";
|
|
107
|
+
case c:
|
|
108
|
+
return "StrictMode";
|
|
109
|
+
case x:
|
|
110
|
+
return "Suspense";
|
|
111
|
+
case m:
|
|
112
|
+
return "SuspenseList";
|
|
113
|
+
}
|
|
114
|
+
if (typeof e == "object")
|
|
115
|
+
switch (e.$$typeof) {
|
|
116
|
+
case b:
|
|
117
|
+
var t = e;
|
|
118
|
+
return Ne(t) + ".Consumer";
|
|
119
|
+
case o:
|
|
120
|
+
var n = e;
|
|
121
|
+
return Ne(n._context) + ".Provider";
|
|
122
|
+
case _:
|
|
123
|
+
return it(e, e.render, "ForwardRef");
|
|
124
|
+
case S:
|
|
125
|
+
var a = e.displayName || null;
|
|
126
|
+
return a !== null ? a : H(e.type) || "Memo";
|
|
127
|
+
case R: {
|
|
128
|
+
var p = e, v = p._payload, d = p._init;
|
|
129
|
+
try {
|
|
130
|
+
return H(d(v));
|
|
131
|
+
} catch {
|
|
132
|
+
return null;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
return null;
|
|
137
|
+
}
|
|
138
|
+
var $ = Object.assign, J = 0, Ce, Ie, ye, je, Ae, Pe, Oe;
|
|
139
|
+
function De() {
|
|
140
|
+
}
|
|
141
|
+
De.__reactDisabledLog = !0;
|
|
142
|
+
function ot() {
|
|
143
|
+
{
|
|
144
|
+
if (J === 0) {
|
|
145
|
+
Ce = console.log, Ie = console.info, ye = console.warn, je = console.error, Ae = console.group, Pe = console.groupCollapsed, Oe = console.groupEnd;
|
|
146
|
+
var e = {
|
|
147
|
+
configurable: !0,
|
|
148
|
+
enumerable: !0,
|
|
149
|
+
value: De,
|
|
150
|
+
writable: !0
|
|
151
|
+
};
|
|
152
|
+
Object.defineProperties(console, {
|
|
153
|
+
info: e,
|
|
154
|
+
log: e,
|
|
155
|
+
warn: e,
|
|
156
|
+
error: e,
|
|
157
|
+
group: e,
|
|
158
|
+
groupCollapsed: e,
|
|
159
|
+
groupEnd: e
|
|
160
|
+
});
|
|
161
|
+
}
|
|
162
|
+
J++;
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
function ct() {
|
|
166
|
+
{
|
|
167
|
+
if (J--, J === 0) {
|
|
168
|
+
var e = {
|
|
169
|
+
configurable: !0,
|
|
170
|
+
enumerable: !0,
|
|
171
|
+
writable: !0
|
|
172
|
+
};
|
|
173
|
+
Object.defineProperties(console, {
|
|
174
|
+
log: $({}, e, {
|
|
175
|
+
value: Ce
|
|
176
|
+
}),
|
|
177
|
+
info: $({}, e, {
|
|
178
|
+
value: Ie
|
|
179
|
+
}),
|
|
180
|
+
warn: $({}, e, {
|
|
181
|
+
value: ye
|
|
182
|
+
}),
|
|
183
|
+
error: $({}, e, {
|
|
184
|
+
value: je
|
|
185
|
+
}),
|
|
186
|
+
group: $({}, e, {
|
|
187
|
+
value: Ae
|
|
188
|
+
}),
|
|
189
|
+
groupCollapsed: $({}, e, {
|
|
190
|
+
value: Pe
|
|
191
|
+
}),
|
|
192
|
+
groupEnd: $({}, e, {
|
|
193
|
+
value: Oe
|
|
194
|
+
})
|
|
195
|
+
});
|
|
196
|
+
}
|
|
197
|
+
J < 0 && E("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
var ue = N.ReactCurrentDispatcher, de;
|
|
201
|
+
function re(e, t, n) {
|
|
202
|
+
{
|
|
203
|
+
if (de === void 0)
|
|
204
|
+
try {
|
|
205
|
+
throw Error();
|
|
206
|
+
} catch (p) {
|
|
207
|
+
var a = p.stack.trim().match(/\n( *(at )?)/);
|
|
208
|
+
de = a && a[1] || "";
|
|
209
|
+
}
|
|
210
|
+
return `
|
|
211
|
+
` + de + e;
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
var fe = !1, ae;
|
|
215
|
+
{
|
|
216
|
+
var lt = typeof WeakMap == "function" ? WeakMap : Map;
|
|
217
|
+
ae = new lt();
|
|
218
|
+
}
|
|
219
|
+
function Me(e, t) {
|
|
220
|
+
if (!e || fe)
|
|
221
|
+
return "";
|
|
222
|
+
{
|
|
223
|
+
var n = ae.get(e);
|
|
224
|
+
if (n !== void 0)
|
|
225
|
+
return n;
|
|
226
|
+
}
|
|
227
|
+
var a;
|
|
228
|
+
fe = !0;
|
|
229
|
+
var p = Error.prepareStackTrace;
|
|
230
|
+
Error.prepareStackTrace = void 0;
|
|
231
|
+
var v;
|
|
232
|
+
v = ue.current, ue.current = null, ot();
|
|
233
|
+
try {
|
|
234
|
+
if (t) {
|
|
235
|
+
var d = function() {
|
|
236
|
+
throw Error();
|
|
237
|
+
};
|
|
238
|
+
if (Object.defineProperty(d.prototype, "props", {
|
|
239
|
+
set: function() {
|
|
240
|
+
throw Error();
|
|
241
|
+
}
|
|
242
|
+
}), typeof Reflect == "object" && Reflect.construct) {
|
|
243
|
+
try {
|
|
244
|
+
Reflect.construct(d, []);
|
|
245
|
+
} catch (P) {
|
|
246
|
+
a = P;
|
|
247
|
+
}
|
|
248
|
+
Reflect.construct(e, [], d);
|
|
249
|
+
} else {
|
|
250
|
+
try {
|
|
251
|
+
d.call();
|
|
252
|
+
} catch (P) {
|
|
253
|
+
a = P;
|
|
254
|
+
}
|
|
255
|
+
e.call(d.prototype);
|
|
256
|
+
}
|
|
257
|
+
} else {
|
|
258
|
+
try {
|
|
259
|
+
throw Error();
|
|
260
|
+
} catch (P) {
|
|
261
|
+
a = P;
|
|
262
|
+
}
|
|
263
|
+
e();
|
|
264
|
+
}
|
|
265
|
+
} catch (P) {
|
|
266
|
+
if (P && a && typeof P.stack == "string") {
|
|
267
|
+
for (var u = P.stack.split(`
|
|
268
|
+
`), C = a.stack.split(`
|
|
269
|
+
`), g = u.length - 1, w = C.length - 1; g >= 1 && w >= 0 && u[g] !== C[w]; )
|
|
270
|
+
w--;
|
|
271
|
+
for (; g >= 1 && w >= 0; g--, w--)
|
|
272
|
+
if (u[g] !== C[w]) {
|
|
273
|
+
if (g !== 1 || w !== 1)
|
|
274
|
+
do
|
|
275
|
+
if (g--, w--, w < 0 || u[g] !== C[w]) {
|
|
276
|
+
var I = `
|
|
277
|
+
` + u[g].replace(" at new ", " at ");
|
|
278
|
+
return e.displayName && I.includes("<anonymous>") && (I = I.replace("<anonymous>", e.displayName)), typeof e == "function" && ae.set(e, I), I;
|
|
279
|
+
}
|
|
280
|
+
while (g >= 1 && w >= 0);
|
|
281
|
+
break;
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
} finally {
|
|
285
|
+
fe = !1, ue.current = v, ct(), Error.prepareStackTrace = p;
|
|
286
|
+
}
|
|
287
|
+
var G = e ? e.displayName || e.name : "", Ke = G ? re(G) : "";
|
|
288
|
+
return typeof e == "function" && ae.set(e, Ke), Ke;
|
|
289
|
+
}
|
|
290
|
+
function ut(e, t, n) {
|
|
291
|
+
return Me(e, !1);
|
|
292
|
+
}
|
|
293
|
+
function dt(e) {
|
|
294
|
+
var t = e.prototype;
|
|
295
|
+
return !!(t && t.isReactComponent);
|
|
296
|
+
}
|
|
297
|
+
function se(e, t, n) {
|
|
298
|
+
if (e == null)
|
|
299
|
+
return "";
|
|
300
|
+
if (typeof e == "function")
|
|
301
|
+
return Me(e, dt(e));
|
|
302
|
+
if (typeof e == "string")
|
|
303
|
+
return re(e);
|
|
304
|
+
switch (e) {
|
|
305
|
+
case x:
|
|
306
|
+
return re("Suspense");
|
|
307
|
+
case m:
|
|
308
|
+
return re("SuspenseList");
|
|
309
|
+
}
|
|
310
|
+
if (typeof e == "object")
|
|
311
|
+
switch (e.$$typeof) {
|
|
312
|
+
case _:
|
|
313
|
+
return ut(e.render);
|
|
314
|
+
case S:
|
|
315
|
+
return se(e.type, t, n);
|
|
316
|
+
case R: {
|
|
317
|
+
var a = e, p = a._payload, v = a._init;
|
|
318
|
+
try {
|
|
319
|
+
return se(v(p), t, n);
|
|
320
|
+
} catch {
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
return "";
|
|
325
|
+
}
|
|
326
|
+
var ie = Object.prototype.hasOwnProperty, ke = {}, Fe = N.ReactDebugCurrentFrame;
|
|
327
|
+
function oe(e) {
|
|
328
|
+
if (e) {
|
|
329
|
+
var t = e._owner, n = se(e.type, e._source, t ? t.type : null);
|
|
330
|
+
Fe.setExtraStackFrame(n);
|
|
331
|
+
} else
|
|
332
|
+
Fe.setExtraStackFrame(null);
|
|
333
|
+
}
|
|
334
|
+
function ft(e, t, n, a, p) {
|
|
335
|
+
{
|
|
336
|
+
var v = Function.call.bind(ie);
|
|
337
|
+
for (var d in e)
|
|
338
|
+
if (v(e, d)) {
|
|
339
|
+
var u = void 0;
|
|
340
|
+
try {
|
|
341
|
+
if (typeof e[d] != "function") {
|
|
342
|
+
var C = Error((a || "React class") + ": " + n + " type `" + d + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[d] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
343
|
+
throw C.name = "Invariant Violation", C;
|
|
344
|
+
}
|
|
345
|
+
u = e[d](t, d, a, n, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
346
|
+
} catch (g) {
|
|
347
|
+
u = g;
|
|
348
|
+
}
|
|
349
|
+
u && !(u instanceof Error) && (oe(p), E("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", a || "React class", n, d, typeof u), oe(null)), u instanceof Error && !(u.message in ke) && (ke[u.message] = !0, oe(p), E("Failed %s type: %s", n, u.message), oe(null));
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
var pt = Array.isArray;
|
|
354
|
+
function pe(e) {
|
|
355
|
+
return pt(e);
|
|
356
|
+
}
|
|
357
|
+
function vt(e) {
|
|
358
|
+
{
|
|
359
|
+
var t = typeof Symbol == "function" && Symbol.toStringTag, n = t && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
360
|
+
return n;
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
function _t(e) {
|
|
364
|
+
try {
|
|
365
|
+
return Le(e), !1;
|
|
366
|
+
} catch {
|
|
367
|
+
return !0;
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
function Le(e) {
|
|
371
|
+
return "" + e;
|
|
372
|
+
}
|
|
373
|
+
function Ue(e) {
|
|
374
|
+
if (_t(e))
|
|
375
|
+
return E("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", vt(e)), Le(e);
|
|
376
|
+
}
|
|
377
|
+
var Be = N.ReactCurrentOwner, mt = {
|
|
378
|
+
key: !0,
|
|
379
|
+
ref: !0,
|
|
380
|
+
__self: !0,
|
|
381
|
+
__source: !0
|
|
382
|
+
}, He, $e;
|
|
383
|
+
function ht(e) {
|
|
384
|
+
if (ie.call(e, "ref")) {
|
|
385
|
+
var t = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
386
|
+
if (t && t.isReactWarning)
|
|
387
|
+
return !1;
|
|
388
|
+
}
|
|
389
|
+
return e.ref !== void 0;
|
|
390
|
+
}
|
|
391
|
+
function gt(e) {
|
|
392
|
+
if (ie.call(e, "key")) {
|
|
393
|
+
var t = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
394
|
+
if (t && t.isReactWarning)
|
|
395
|
+
return !1;
|
|
396
|
+
}
|
|
397
|
+
return e.key !== void 0;
|
|
398
|
+
}
|
|
399
|
+
function Et(e, t) {
|
|
400
|
+
typeof e.ref == "string" && Be.current;
|
|
401
|
+
}
|
|
402
|
+
function wt(e, t) {
|
|
403
|
+
{
|
|
404
|
+
var n = function() {
|
|
405
|
+
He || (He = !0, E("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", t));
|
|
406
|
+
};
|
|
407
|
+
n.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
408
|
+
get: n,
|
|
409
|
+
configurable: !0
|
|
410
|
+
});
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
function bt(e, t) {
|
|
414
|
+
{
|
|
415
|
+
var n = function() {
|
|
416
|
+
$e || ($e = !0, E("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", t));
|
|
417
|
+
};
|
|
418
|
+
n.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
419
|
+
get: n,
|
|
420
|
+
configurable: !0
|
|
421
|
+
});
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
var Tt = function(e, t, n, a, p, v, d) {
|
|
425
|
+
var u = {
|
|
426
|
+
// This tag allows us to uniquely identify this as a React Element
|
|
427
|
+
$$typeof: i,
|
|
428
|
+
// Built-in properties that belong on the element
|
|
429
|
+
type: e,
|
|
430
|
+
key: t,
|
|
431
|
+
ref: n,
|
|
432
|
+
props: d,
|
|
433
|
+
// Record the component responsible for creating this element.
|
|
434
|
+
_owner: v
|
|
435
|
+
};
|
|
436
|
+
return u._store = {}, Object.defineProperty(u._store, "validated", {
|
|
437
|
+
configurable: !1,
|
|
438
|
+
enumerable: !1,
|
|
439
|
+
writable: !0,
|
|
440
|
+
value: !1
|
|
441
|
+
}), Object.defineProperty(u, "_self", {
|
|
442
|
+
configurable: !1,
|
|
443
|
+
enumerable: !1,
|
|
444
|
+
writable: !1,
|
|
445
|
+
value: a
|
|
446
|
+
}), Object.defineProperty(u, "_source", {
|
|
447
|
+
configurable: !1,
|
|
448
|
+
enumerable: !1,
|
|
449
|
+
writable: !1,
|
|
450
|
+
value: p
|
|
451
|
+
}), Object.freeze && (Object.freeze(u.props), Object.freeze(u)), u;
|
|
452
|
+
};
|
|
453
|
+
function St(e, t, n, a, p) {
|
|
454
|
+
{
|
|
455
|
+
var v, d = {}, u = null, C = null;
|
|
456
|
+
n !== void 0 && (Ue(n), u = "" + n), gt(t) && (Ue(t.key), u = "" + t.key), ht(t) && (C = t.ref, Et(t, p));
|
|
457
|
+
for (v in t)
|
|
458
|
+
ie.call(t, v) && !mt.hasOwnProperty(v) && (d[v] = t[v]);
|
|
459
|
+
if (e && e.defaultProps) {
|
|
460
|
+
var g = e.defaultProps;
|
|
461
|
+
for (v in g)
|
|
462
|
+
d[v] === void 0 && (d[v] = g[v]);
|
|
463
|
+
}
|
|
464
|
+
if (u || C) {
|
|
465
|
+
var w = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
466
|
+
u && wt(d, w), C && bt(d, w);
|
|
467
|
+
}
|
|
468
|
+
return Tt(e, u, C, p, a, Be.current, d);
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
var ve = N.ReactCurrentOwner, We = N.ReactDebugCurrentFrame;
|
|
472
|
+
function Y(e) {
|
|
473
|
+
if (e) {
|
|
474
|
+
var t = e._owner, n = se(e.type, e._source, t ? t.type : null);
|
|
475
|
+
We.setExtraStackFrame(n);
|
|
476
|
+
} else
|
|
477
|
+
We.setExtraStackFrame(null);
|
|
478
|
+
}
|
|
479
|
+
var _e;
|
|
480
|
+
_e = !1;
|
|
481
|
+
function me(e) {
|
|
482
|
+
return typeof e == "object" && e !== null && e.$$typeof === i;
|
|
483
|
+
}
|
|
484
|
+
function qe() {
|
|
485
|
+
{
|
|
486
|
+
if (ve.current) {
|
|
487
|
+
var e = H(ve.current.type);
|
|
488
|
+
if (e)
|
|
489
|
+
return `
|
|
490
|
+
|
|
491
|
+
Check the render method of \`` + e + "`.";
|
|
492
|
+
}
|
|
493
|
+
return "";
|
|
494
|
+
}
|
|
495
|
+
}
|
|
496
|
+
function xt(e) {
|
|
497
|
+
return "";
|
|
498
|
+
}
|
|
499
|
+
var Ve = {};
|
|
500
|
+
function Rt(e) {
|
|
501
|
+
{
|
|
502
|
+
var t = qe();
|
|
503
|
+
if (!t) {
|
|
504
|
+
var n = typeof e == "string" ? e : e.displayName || e.name;
|
|
505
|
+
n && (t = `
|
|
506
|
+
|
|
507
|
+
Check the top-level render call using <` + n + ">.");
|
|
508
|
+
}
|
|
509
|
+
return t;
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
function Ye(e, t) {
|
|
513
|
+
{
|
|
514
|
+
if (!e._store || e._store.validated || e.key != null)
|
|
515
|
+
return;
|
|
516
|
+
e._store.validated = !0;
|
|
517
|
+
var n = Rt(t);
|
|
518
|
+
if (Ve[n])
|
|
519
|
+
return;
|
|
520
|
+
Ve[n] = !0;
|
|
521
|
+
var a = "";
|
|
522
|
+
e && e._owner && e._owner !== ve.current && (a = " It was passed a child from " + H(e._owner.type) + "."), Y(e), E('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', n, a), Y(null);
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
function Ge(e, t) {
|
|
526
|
+
{
|
|
527
|
+
if (typeof e != "object")
|
|
528
|
+
return;
|
|
529
|
+
if (pe(e))
|
|
530
|
+
for (var n = 0; n < e.length; n++) {
|
|
531
|
+
var a = e[n];
|
|
532
|
+
me(a) && Ye(a, t);
|
|
533
|
+
}
|
|
534
|
+
else if (me(e))
|
|
535
|
+
e._store && (e._store.validated = !0);
|
|
536
|
+
else if (e) {
|
|
537
|
+
var p = B(e);
|
|
538
|
+
if (typeof p == "function" && p !== e.entries)
|
|
539
|
+
for (var v = p.call(e), d; !(d = v.next()).done; )
|
|
540
|
+
me(d.value) && Ye(d.value, t);
|
|
541
|
+
}
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
function Nt(e) {
|
|
545
|
+
{
|
|
546
|
+
var t = e.type;
|
|
547
|
+
if (t == null || typeof t == "string")
|
|
548
|
+
return;
|
|
549
|
+
var n;
|
|
550
|
+
if (typeof t == "function")
|
|
551
|
+
n = t.propTypes;
|
|
552
|
+
else if (typeof t == "object" && (t.$$typeof === _ || // Note: Memo only checks outer props here.
|
|
553
|
+
// Inner props are checked in the reconciler.
|
|
554
|
+
t.$$typeof === S))
|
|
555
|
+
n = t.propTypes;
|
|
556
|
+
else
|
|
557
|
+
return;
|
|
558
|
+
if (n) {
|
|
559
|
+
var a = H(t);
|
|
560
|
+
ft(n, e.props, "prop", a, e);
|
|
561
|
+
} else if (t.PropTypes !== void 0 && !_e) {
|
|
562
|
+
_e = !0;
|
|
563
|
+
var p = H(t);
|
|
564
|
+
E("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", p || "Unknown");
|
|
565
|
+
}
|
|
566
|
+
typeof t.getDefaultProps == "function" && !t.getDefaultProps.isReactClassApproved && E("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
function Ct(e) {
|
|
570
|
+
{
|
|
571
|
+
for (var t = Object.keys(e.props), n = 0; n < t.length; n++) {
|
|
572
|
+
var a = t[n];
|
|
573
|
+
if (a !== "children" && a !== "key") {
|
|
574
|
+
Y(e), E("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", a), Y(null);
|
|
575
|
+
break;
|
|
576
|
+
}
|
|
577
|
+
}
|
|
578
|
+
e.ref !== null && (Y(e), E("Invalid attribute `ref` supplied to `React.Fragment`."), Y(null));
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
function ze(e, t, n, a, p, v) {
|
|
582
|
+
{
|
|
583
|
+
var d = st(e);
|
|
584
|
+
if (!d) {
|
|
585
|
+
var u = "";
|
|
586
|
+
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (u += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
587
|
+
var C = xt();
|
|
588
|
+
C ? u += C : u += qe();
|
|
589
|
+
var g;
|
|
590
|
+
e === null ? g = "null" : pe(e) ? g = "array" : e !== void 0 && e.$$typeof === i ? (g = "<" + (H(e.type) || "Unknown") + " />", u = " Did you accidentally export a JSX literal instead of a component?") : g = typeof e, E("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", g, u);
|
|
591
|
+
}
|
|
592
|
+
var w = St(e, t, n, p, v);
|
|
593
|
+
if (w == null)
|
|
594
|
+
return w;
|
|
595
|
+
if (d) {
|
|
596
|
+
var I = t.children;
|
|
597
|
+
if (I !== void 0)
|
|
598
|
+
if (a)
|
|
599
|
+
if (pe(I)) {
|
|
600
|
+
for (var G = 0; G < I.length; G++)
|
|
601
|
+
Ge(I[G], e);
|
|
602
|
+
Object.freeze && Object.freeze(I);
|
|
603
|
+
} else
|
|
604
|
+
E("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
605
|
+
else
|
|
606
|
+
Ge(I, e);
|
|
607
|
+
}
|
|
608
|
+
return e === l ? Ct(w) : Nt(w), w;
|
|
609
|
+
}
|
|
610
|
+
}
|
|
611
|
+
function It(e, t, n) {
|
|
612
|
+
return ze(e, t, n, !0);
|
|
613
|
+
}
|
|
614
|
+
function yt(e, t, n) {
|
|
615
|
+
return ze(e, t, n, !1);
|
|
616
|
+
}
|
|
617
|
+
var jt = yt, At = It;
|
|
618
|
+
Q.Fragment = l, Q.jsx = jt, Q.jsxs = At;
|
|
619
|
+
}()), Q;
|
|
620
|
+
}
|
|
621
|
+
process.env.NODE_ENV === "production" ? Ee.exports = Ht() : Ee.exports = $t();
|
|
622
|
+
var r = Ee.exports;
|
|
623
|
+
const D = {
|
|
624
|
+
SHOWROOM: "/showroom",
|
|
625
|
+
SENDOUTS: "/sendouts",
|
|
626
|
+
SENDOUTS_CMS: "/sendouts-cms",
|
|
627
|
+
MARKETING_ENGINE: "/media",
|
|
628
|
+
USER_MANAGEMENT: "/users",
|
|
629
|
+
TENANTS: "/tenants",
|
|
630
|
+
DASHBOARD: "/dashboard",
|
|
631
|
+
DASHBOARD_CREATE_WORKSPACE_MODAL: "/dashboard/create-workspace",
|
|
632
|
+
CREATE_WORKSPACE: "/create-workspace",
|
|
633
|
+
SETTINGS: "/settings",
|
|
634
|
+
INSTORE_ADMIN: "/instore-admin",
|
|
635
|
+
SUPERADMIN: "/superadmin",
|
|
636
|
+
CMS: "/cms"
|
|
637
|
+
}, Wt = 300, qt = 300;
|
|
638
|
+
var L = /* @__PURE__ */ ((s) => (s.OPEN = "OPEN", s.HIDDEN = "HIDDEN", s.EXPANDED = "EXPANDED", s))(L || {});
|
|
639
|
+
const Se = we.createContext(
|
|
640
|
+
{}
|
|
641
|
+
);
|
|
642
|
+
function q() {
|
|
643
|
+
return K(Se);
|
|
644
|
+
}
|
|
645
|
+
function Vt({
|
|
646
|
+
children: s,
|
|
647
|
+
isOpen: i,
|
|
648
|
+
onNavigationClose: f = () => {
|
|
649
|
+
}
|
|
650
|
+
}) {
|
|
651
|
+
const [l] = K(be), [c, h] = ce({
|
|
652
|
+
selectedTenantId: l,
|
|
653
|
+
currentPosition: "HIDDEN"
|
|
654
|
+
/* HIDDEN */
|
|
655
|
+
}), { user: o, authService: b, canSignOut: _ } = K(et);
|
|
656
|
+
ge(() => {
|
|
657
|
+
if (i) {
|
|
658
|
+
h((A) => ({
|
|
659
|
+
...A,
|
|
660
|
+
selectedTenantId: l,
|
|
661
|
+
currentPosition: "OPEN"
|
|
662
|
+
/* OPEN */
|
|
663
|
+
}));
|
|
664
|
+
return;
|
|
665
|
+
}
|
|
666
|
+
h((A) => ({
|
|
667
|
+
...A,
|
|
668
|
+
currentPosition: "HIDDEN"
|
|
669
|
+
/* HIDDEN */
|
|
670
|
+
}));
|
|
671
|
+
}, [l, i, h]), ge(() => {
|
|
672
|
+
i && b.refreshUser(300);
|
|
673
|
+
}, [b, i]);
|
|
674
|
+
const x = y(
|
|
675
|
+
() => o ? k(
|
|
676
|
+
o,
|
|
677
|
+
c.selectedTenantId,
|
|
678
|
+
W.MARKETING_ENGINE_APP
|
|
679
|
+
) : !1,
|
|
680
|
+
[c.selectedTenantId, o]
|
|
681
|
+
), m = y(
|
|
682
|
+
() => o ? k(
|
|
683
|
+
o,
|
|
684
|
+
c.selectedTenantId,
|
|
685
|
+
W.SHOWROOM_APP
|
|
686
|
+
) : !1,
|
|
687
|
+
[c.selectedTenantId, o]
|
|
688
|
+
), S = y(
|
|
689
|
+
() => o ? k(
|
|
690
|
+
o,
|
|
691
|
+
c.selectedTenantId,
|
|
692
|
+
W.SENDOUTS_APP
|
|
693
|
+
) : !1,
|
|
694
|
+
[c.selectedTenantId, o]
|
|
695
|
+
), R = y(
|
|
696
|
+
() => o ? k(
|
|
697
|
+
o,
|
|
698
|
+
c.selectedTenantId,
|
|
699
|
+
W.SENDOUTS_CMS_APP
|
|
700
|
+
) : !1,
|
|
701
|
+
[c.selectedTenantId, o]
|
|
702
|
+
), j = y(
|
|
703
|
+
() => o ? k(
|
|
704
|
+
o,
|
|
705
|
+
c.selectedTenantId,
|
|
706
|
+
W.USER_MANAGEMENT_APP
|
|
707
|
+
) : !1,
|
|
708
|
+
[c.selectedTenantId, o]
|
|
709
|
+
), M = y(
|
|
710
|
+
() => o ? k(
|
|
711
|
+
o,
|
|
712
|
+
c.selectedTenantId,
|
|
713
|
+
W.UNIVERSAL
|
|
714
|
+
) : !1,
|
|
715
|
+
[c.selectedTenantId, o]
|
|
716
|
+
), U = y(
|
|
717
|
+
() => o ? k(o, c.selectedTenantId, "settings-app") : !1,
|
|
718
|
+
[c.selectedTenantId, o]
|
|
719
|
+
), B = y(
|
|
720
|
+
() => o ? k(
|
|
721
|
+
o,
|
|
722
|
+
c.selectedTenantId,
|
|
723
|
+
W.INSTORE_ADMIN_APP
|
|
724
|
+
) : !1,
|
|
725
|
+
[c.selectedTenantId, o]
|
|
726
|
+
), N = z(
|
|
727
|
+
(A) => h((le) => ({
|
|
728
|
+
...le,
|
|
729
|
+
...A
|
|
730
|
+
})),
|
|
731
|
+
[]
|
|
732
|
+
), E = z(async () => {
|
|
733
|
+
_ && await b.signOut();
|
|
734
|
+
}, [b, _]), V = z(() => {
|
|
735
|
+
if (c.currentPosition === "OPEN") {
|
|
736
|
+
N({
|
|
737
|
+
currentPosition: "EXPANDED",
|
|
738
|
+
selectedTenantId: l
|
|
739
|
+
});
|
|
740
|
+
return;
|
|
741
|
+
}
|
|
742
|
+
if (c.currentPosition === "EXPANDED") {
|
|
743
|
+
N({
|
|
744
|
+
currentPosition: "OPEN"
|
|
745
|
+
/* OPEN */
|
|
746
|
+
});
|
|
747
|
+
return;
|
|
748
|
+
}
|
|
749
|
+
}, [l, N, c.currentPosition]), X = y(
|
|
750
|
+
() => ({
|
|
751
|
+
hasMarketingEngineAccess: x,
|
|
752
|
+
hasShowroomAccess: m,
|
|
753
|
+
hasSendoutsAccess: S,
|
|
754
|
+
hasCmsAccess: R,
|
|
755
|
+
hasUserManagementAccess: j,
|
|
756
|
+
hasUniversalAccess: M,
|
|
757
|
+
hasSettingsAccess: U,
|
|
758
|
+
hasInstoreAccess: B,
|
|
759
|
+
viewState: c,
|
|
760
|
+
updateViewState: N,
|
|
761
|
+
signOut: E,
|
|
762
|
+
toggleTenants: V,
|
|
763
|
+
onNavigationClose: f
|
|
764
|
+
}),
|
|
765
|
+
[
|
|
766
|
+
x,
|
|
767
|
+
S,
|
|
768
|
+
R,
|
|
769
|
+
m,
|
|
770
|
+
j,
|
|
771
|
+
M,
|
|
772
|
+
U,
|
|
773
|
+
B,
|
|
774
|
+
c,
|
|
775
|
+
N,
|
|
776
|
+
E,
|
|
777
|
+
V,
|
|
778
|
+
f
|
|
779
|
+
]
|
|
780
|
+
);
|
|
781
|
+
return /* @__PURE__ */ r.jsx(Se.Provider, { value: X, children: s });
|
|
782
|
+
}
|
|
783
|
+
const Yt = "_navigation_1esaw_1", Gt = {
|
|
784
|
+
navigation: Yt
|
|
785
|
+
}, zt = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.398438%200.399902L19.5984%2019.5999M0.398438%2019.5999L19.5984%200.399902'%20stroke='black'/%3e%3c/svg%3e", Kt = "data:image/svg+xml,%3csvg%20width='14'%20height='15'%20viewBox='0%200%2014%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7%201.5999L10.4667%204.7999M7%201.5999L3.8%204.7999M7%201.5999L7%2011.7332M13.4%207.46657L13.4%2014.3999L0.600002%2014.3999L0.600002%207.46657'%20stroke='%232D2D33'/%3e%3c/svg%3e", Xt = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%2046%2046'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xml:space='preserve'%20xmlns:serif='http://www.serif.com/'%20style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3e%3cg%20transform='matrix(1,0,0,1,-27,-27)'%3e%3cpath%20d='M73,50C73,37.3%2062.7,27%2050,27C37.3,27%2027,37.3%2027,50M30.9,50C30.9,39.5%2039.4,30.9%2050,30.9C60.6,30.9%2069.1,39.5%2069.1,50'%20style='fill-rule:nonzero;'%3e%3canimateTransform%20attributeName='transform'%20attributeType='XML'%20type='rotate'%20dur='1s'%20from='0%2050%2050'%20to='360%2050%2050'%20repeatCount='indefinite'%20/%3e%3c/path%3e%3c/g%3e%3c/svg%3e", Jt = () => {
|
|
786
|
+
throw new Error(
|
|
787
|
+
"TENANTS_SERVICE_URL or REACT_APP_TENANTS_SERVICE_URL must be set"
|
|
788
|
+
);
|
|
789
|
+
};
|
|
790
|
+
function Zt() {
|
|
791
|
+
const s = tt(), i = Jt(), { viewState: f } = q(), [l] = K(be);
|
|
792
|
+
return z(
|
|
793
|
+
async (h) => {
|
|
794
|
+
const o = h.replace(/^\//, "");
|
|
795
|
+
s.setHeader("tenant-id", f.selectedTenantId);
|
|
796
|
+
try {
|
|
797
|
+
return await s.post(
|
|
798
|
+
i,
|
|
799
|
+
o
|
|
800
|
+
);
|
|
801
|
+
} finally {
|
|
802
|
+
l && s.setHeader("tenant-id", l);
|
|
803
|
+
}
|
|
804
|
+
},
|
|
805
|
+
[s, i, f, l]
|
|
806
|
+
);
|
|
807
|
+
}
|
|
808
|
+
function Qt() {
|
|
809
|
+
throw new Error(
|
|
810
|
+
"TENANTS_SERVICE_URL or REACT_APP_TENANTS_SERVICE_URL must be set"
|
|
811
|
+
);
|
|
812
|
+
}
|
|
813
|
+
function xe() {
|
|
814
|
+
const s = tt(), i = Qt(), { data: f, error: l } = Lt(i, s.get);
|
|
815
|
+
return {
|
|
816
|
+
tenants: f ?? [],
|
|
817
|
+
isLoading: !f && !l,
|
|
818
|
+
error: l
|
|
819
|
+
};
|
|
820
|
+
}
|
|
821
|
+
function en() {
|
|
822
|
+
const {
|
|
823
|
+
viewState: { selectedTenantId: s }
|
|
824
|
+
} = q(), { tenants: i } = xe();
|
|
825
|
+
return y(() => i.find((l) => l.id === s), [i, s]);
|
|
826
|
+
}
|
|
827
|
+
function tn({ layout: s }) {
|
|
828
|
+
const {
|
|
829
|
+
viewState: { selectedTenantId: i }
|
|
830
|
+
} = q(), { tenants: f } = xe(), l = y(
|
|
831
|
+
() => f.find((c) => c.id === i),
|
|
832
|
+
[i, f]
|
|
833
|
+
);
|
|
834
|
+
return l ? /* @__PURE__ */ r.jsx(kt, { src: l.logoUrl, layout: s }) : null;
|
|
835
|
+
}
|
|
836
|
+
const nn = "_tier_1cqnw_1", rn = "_tier-header_1cqnw_12", an = "_border_1cqnw_17", sn = "_tier-main_1cqnw_21", on = "_tier-footer_1cqnw_26", ee = {
|
|
837
|
+
tier: nn,
|
|
838
|
+
tierHeader: rn,
|
|
839
|
+
border: an,
|
|
840
|
+
tierMain: sn,
|
|
841
|
+
tierFooter: on
|
|
842
|
+
};
|
|
843
|
+
function nt({
|
|
844
|
+
children: s,
|
|
845
|
+
header: i,
|
|
846
|
+
footer: f,
|
|
847
|
+
className: l,
|
|
848
|
+
width: c,
|
|
849
|
+
showHeaderBorder: h
|
|
850
|
+
}) {
|
|
851
|
+
return /* @__PURE__ */ r.jsxs("div", { className: ne([ee.tier, l]), style: { width: c }, children: [
|
|
852
|
+
!!i && /* @__PURE__ */ r.jsx(
|
|
853
|
+
"div",
|
|
854
|
+
{
|
|
855
|
+
className: ne([
|
|
856
|
+
ee.tierHeader,
|
|
857
|
+
{ [ee.border]: h }
|
|
858
|
+
]),
|
|
859
|
+
children: i
|
|
860
|
+
}
|
|
861
|
+
),
|
|
862
|
+
/* @__PURE__ */ r.jsx("div", { className: ee.tierMain, children: s }),
|
|
863
|
+
!!f && /* @__PURE__ */ r.jsx("div", { className: ee.tierFooter, children: f })
|
|
864
|
+
] });
|
|
865
|
+
}
|
|
866
|
+
const cn = "_navigation-button_1ckcy_1", ln = "_active_1ckcy_15", Ze = {
|
|
867
|
+
navigationButton: cn,
|
|
868
|
+
active: ln
|
|
869
|
+
};
|
|
870
|
+
function O({
|
|
871
|
+
children: s,
|
|
872
|
+
to: i,
|
|
873
|
+
hidden: f,
|
|
874
|
+
disabled: l,
|
|
875
|
+
onClick: c
|
|
876
|
+
}) {
|
|
877
|
+
const [h, o] = K(be), [b, _] = ce(!1), {
|
|
878
|
+
viewState: { selectedTenantId: x }
|
|
879
|
+
} = q();
|
|
880
|
+
ge(() => {
|
|
881
|
+
const R = () => {
|
|
882
|
+
h !== x && b && o(x);
|
|
883
|
+
};
|
|
884
|
+
return window.addEventListener("unload", R), () => {
|
|
885
|
+
window.removeEventListener("unload", R);
|
|
886
|
+
};
|
|
887
|
+
}, [o, h, x, b]);
|
|
888
|
+
const m = z(() => {
|
|
889
|
+
if (c) {
|
|
890
|
+
c(_);
|
|
891
|
+
return;
|
|
892
|
+
}
|
|
893
|
+
i && (_(!0), window.location.assign(i));
|
|
894
|
+
}, [i, c]), S = i ? !!Ut(`${i}/*`, window.location.pathname) && h === x : !1;
|
|
895
|
+
return f ? null : /* @__PURE__ */ r.jsx(
|
|
896
|
+
Te,
|
|
897
|
+
{
|
|
898
|
+
align: "left",
|
|
899
|
+
noBorder: !0,
|
|
900
|
+
className: ne([Ze.navigationButton, { [Ze.active]: S }]),
|
|
901
|
+
noShadow: !0,
|
|
902
|
+
disabled: S || l,
|
|
903
|
+
onClick: m,
|
|
904
|
+
children: s
|
|
905
|
+
}
|
|
906
|
+
);
|
|
907
|
+
}
|
|
908
|
+
const un = "_applications_1pwbq_1", dn = "_applications-header_1pwbq_7", fn = "_applications-header-brand_1pwbq_13", pn = "_applications-header-logo_1pwbq_21", vn = "_applications-header-close-icon_1pwbq_26", _n = "_applications-header-change-brand-button_1pwbq_32", mn = "_applications-main_1pwbq_47", hn = "_applications-main-content_1pwbq_51", gn = "_applications-main-list_1pwbq_58", En = "_applications-main-user_1pwbq_74", wn = "_applications-main-user-name_1pwbq_81", bn = "_applications-main-user-email_1pwbq_82", Tn = "_applications-footer_1pwbq_101", Sn = "_applications-footer-sign-out_1pwbq_109", xn = "_applications-footer-sign-out-icon_1pwbq_115", Rn = "_applications-footer-sign-out-label_1pwbq_119", Nn = "_error-anim_1pwbq_161", Cn = "_error-text_1pwbq_169", T = {
|
|
909
|
+
applications: un,
|
|
910
|
+
applicationsHeader: dn,
|
|
911
|
+
applicationsHeaderBrand: fn,
|
|
912
|
+
applicationsHeaderLogo: pn,
|
|
913
|
+
applicationsHeaderCloseIcon: vn,
|
|
914
|
+
applicationsHeaderChangeBrandButton: _n,
|
|
915
|
+
applicationsMain: mn,
|
|
916
|
+
applicationsMainContent: hn,
|
|
917
|
+
applicationsMainList: gn,
|
|
918
|
+
applicationsMainUser: En,
|
|
919
|
+
applicationsMainUserName: wn,
|
|
920
|
+
applicationsMainUserEmail: bn,
|
|
921
|
+
applicationsFooter: Tn,
|
|
922
|
+
applicationsFooterSignOut: Sn,
|
|
923
|
+
applicationsFooterSignOutIcon: xn,
|
|
924
|
+
applicationsFooterSignOutLabel: Rn,
|
|
925
|
+
errorAnim: Nn,
|
|
926
|
+
errorText: Cn
|
|
927
|
+
}, In = (s) => new Promise((i) => setTimeout(i, s));
|
|
928
|
+
function yn() {
|
|
929
|
+
const { user: s } = K(et), {
|
|
930
|
+
signOut: i,
|
|
931
|
+
onNavigationClose: f,
|
|
932
|
+
toggleTenants: l,
|
|
933
|
+
hasShowroomAccess: c,
|
|
934
|
+
hasMarketingEngineAccess: h,
|
|
935
|
+
hasSendoutsAccess: o,
|
|
936
|
+
hasCmsAccess: b,
|
|
937
|
+
hasUserManagementAccess: _,
|
|
938
|
+
hasSettingsAccess: x,
|
|
939
|
+
hasUniversalAccess: m,
|
|
940
|
+
hasInstoreAccess: S
|
|
941
|
+
} = q(), R = en(), j = R && !!R.planName, [M, U] = ce(!1), [B, N] = ce(!1), E = Zt(), V = z(
|
|
942
|
+
async (X) => {
|
|
943
|
+
try {
|
|
944
|
+
N(!0);
|
|
945
|
+
const A = await E(window.location.pathname);
|
|
946
|
+
X(!0), window.location.assign(A.text);
|
|
947
|
+
} catch {
|
|
948
|
+
N(!1), U(!0), await In(2500), U(!1);
|
|
949
|
+
}
|
|
950
|
+
},
|
|
951
|
+
[N, E]
|
|
952
|
+
);
|
|
953
|
+
return /* @__PURE__ */ r.jsx(
|
|
954
|
+
nt,
|
|
955
|
+
{
|
|
956
|
+
className: T.applications,
|
|
957
|
+
width: qt,
|
|
958
|
+
showHeaderBorder: !0,
|
|
959
|
+
header: /* @__PURE__ */ r.jsxs("div", { className: T.applicationsHeader, children: [
|
|
960
|
+
/* @__PURE__ */ r.jsxs("div", { className: T.applicationsHeaderBrand, children: [
|
|
961
|
+
/* @__PURE__ */ r.jsx("div", { className: T.applicationsHeaderLogo, children: /* @__PURE__ */ r.jsx(tn, {}) }),
|
|
962
|
+
/* @__PURE__ */ r.jsx(
|
|
963
|
+
"div",
|
|
964
|
+
{
|
|
965
|
+
className: T.applicationsHeaderCloseIcon,
|
|
966
|
+
onClick: f,
|
|
967
|
+
children: /* @__PURE__ */ r.jsx(te, { src: zt, size: "large" })
|
|
968
|
+
}
|
|
969
|
+
)
|
|
970
|
+
] }),
|
|
971
|
+
/* @__PURE__ */ r.jsx(
|
|
972
|
+
Te,
|
|
973
|
+
{
|
|
974
|
+
align: "left",
|
|
975
|
+
noBorder: !0,
|
|
976
|
+
transparent: !0,
|
|
977
|
+
className: T.applicationsHeaderChangeBrandButton,
|
|
978
|
+
onClick: l,
|
|
979
|
+
children: "Change brand"
|
|
980
|
+
}
|
|
981
|
+
)
|
|
982
|
+
] }),
|
|
983
|
+
footer: /* @__PURE__ */ r.jsx("div", { className: T.applicationsFooter, onClick: i, children: /* @__PURE__ */ r.jsxs("div", { className: T.applicationsFooterSignOut, children: [
|
|
984
|
+
/* @__PURE__ */ r.jsx("div", { className: T.applicationsFooterSignOutIcon, children: /* @__PURE__ */ r.jsx(te, { src: Kt, size: "medium" }) }),
|
|
985
|
+
/* @__PURE__ */ r.jsx("div", { className: T.applicationsFooterSignOutLabel, children: "Sign out" })
|
|
986
|
+
] }) }),
|
|
987
|
+
children: /* @__PURE__ */ r.jsx("div", { className: T.applicationsMain, children: /* @__PURE__ */ r.jsxs("div", { className: T.applicationsMainContent, children: [
|
|
988
|
+
/* @__PURE__ */ r.jsxs("div", { className: T.applicationsMainList, children: [
|
|
989
|
+
/* @__PURE__ */ r.jsx(O, { to: D.DASHBOARD, children: "Dashboard" }),
|
|
990
|
+
/* @__PURE__ */ r.jsx(O, { hidden: !c, to: D.SHOWROOM, children: "Presentations (Showroom)" }),
|
|
991
|
+
/* @__PURE__ */ r.jsx(O, { hidden: !o, to: D.SENDOUTS, children: "Sendouts" }),
|
|
992
|
+
/* @__PURE__ */ r.jsx(
|
|
993
|
+
O,
|
|
994
|
+
{
|
|
995
|
+
hidden: !h,
|
|
996
|
+
to: D.MARKETING_ENGINE,
|
|
997
|
+
children: "Media Library"
|
|
998
|
+
}
|
|
999
|
+
),
|
|
1000
|
+
/* @__PURE__ */ r.jsx(
|
|
1001
|
+
O,
|
|
1002
|
+
{
|
|
1003
|
+
hidden: !S && !m,
|
|
1004
|
+
to: D.INSTORE_ADMIN,
|
|
1005
|
+
children: "Stores"
|
|
1006
|
+
}
|
|
1007
|
+
),
|
|
1008
|
+
/* @__PURE__ */ r.jsx(O, { hidden: !b, to: D.CMS, children: "Content Manager" }),
|
|
1009
|
+
/* @__PURE__ */ r.jsx(
|
|
1010
|
+
O,
|
|
1011
|
+
{
|
|
1012
|
+
hidden: !_,
|
|
1013
|
+
to: D.USER_MANAGEMENT,
|
|
1014
|
+
children: "Users"
|
|
1015
|
+
}
|
|
1016
|
+
),
|
|
1017
|
+
/* @__PURE__ */ r.jsx(
|
|
1018
|
+
O,
|
|
1019
|
+
{
|
|
1020
|
+
hidden: !m && !x,
|
|
1021
|
+
to: D.SETTINGS,
|
|
1022
|
+
children: "Settings"
|
|
1023
|
+
}
|
|
1024
|
+
),
|
|
1025
|
+
/* @__PURE__ */ r.jsxs(
|
|
1026
|
+
O,
|
|
1027
|
+
{
|
|
1028
|
+
disabled: B,
|
|
1029
|
+
onClick: V,
|
|
1030
|
+
hidden: !m || !j,
|
|
1031
|
+
to: "#",
|
|
1032
|
+
children: [
|
|
1033
|
+
/* @__PURE__ */ r.jsx(
|
|
1034
|
+
"span",
|
|
1035
|
+
{
|
|
1036
|
+
className: ne({
|
|
1037
|
+
[T.errorAnim]: M
|
|
1038
|
+
}),
|
|
1039
|
+
children: "Subscription"
|
|
1040
|
+
}
|
|
1041
|
+
),
|
|
1042
|
+
B ? /* @__PURE__ */ r.jsx(te, { size: "xlarge", src: Xt, alt: "Loading" }) : ""
|
|
1043
|
+
]
|
|
1044
|
+
}
|
|
1045
|
+
),
|
|
1046
|
+
M ? /* @__PURE__ */ r.jsx("p", { className: T.errorText, children: "Unable to access subscription page" }) : null
|
|
1047
|
+
] }),
|
|
1048
|
+
s && /* @__PURE__ */ r.jsxs("div", { className: T.applicationsMainUser, children: [
|
|
1049
|
+
/* @__PURE__ */ r.jsxs("div", { className: T.applicationsMainUserName, children: [
|
|
1050
|
+
s.firstName,
|
|
1051
|
+
" ",
|
|
1052
|
+
s.lastName
|
|
1053
|
+
] }),
|
|
1054
|
+
/* @__PURE__ */ r.jsx("div", { className: T.applicationsMainUserEmail, children: s.email })
|
|
1055
|
+
] })
|
|
1056
|
+
] }) })
|
|
1057
|
+
}
|
|
1058
|
+
);
|
|
1059
|
+
}
|
|
1060
|
+
const jn = "data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.00170906%207L13.0017%207M6.50171%2013.5L6.50171%200.5'%20stroke='%232D2D33'/%3e%3c/svg%3e", An = "data:image/svg+xml,%3csvg%20width='22'%20height='14'%20viewBox='0%200%2022%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.6001%207.00039L8.0001%2013.4004M1.6001%207.00039L8.0001%200.600391M1.6001%207.00039L21.6001%207.00039'%20stroke='%23262626'/%3e%3c/svg%3e", Pn = "_tenant-button_1m8mx_1", On = "_active_1m8mx_15", Qe = {
|
|
1061
|
+
tenantButton: Pn,
|
|
1062
|
+
active: On
|
|
1063
|
+
};
|
|
1064
|
+
function Dn({ tenant: s }) {
|
|
1065
|
+
const {
|
|
1066
|
+
viewState: { selectedTenantId: i },
|
|
1067
|
+
updateViewState: f
|
|
1068
|
+
} = q(), l = i === s.id;
|
|
1069
|
+
return /* @__PURE__ */ r.jsx(
|
|
1070
|
+
Te,
|
|
1071
|
+
{
|
|
1072
|
+
align: "left",
|
|
1073
|
+
noBorder: !0,
|
|
1074
|
+
className: ne([Qe.tenantButton, { [Qe.active]: l }]),
|
|
1075
|
+
noShadow: !0,
|
|
1076
|
+
disabled: l,
|
|
1077
|
+
onClick: () => {
|
|
1078
|
+
f({
|
|
1079
|
+
selectedTenantId: s.id,
|
|
1080
|
+
currentPosition: L.OPEN
|
|
1081
|
+
});
|
|
1082
|
+
},
|
|
1083
|
+
children: s.label
|
|
1084
|
+
},
|
|
1085
|
+
s.id
|
|
1086
|
+
);
|
|
1087
|
+
}
|
|
1088
|
+
const Mn = "_tenants_6vjyd_1", kn = "_tenants-header_6vjyd_7", Fn = "_tenants-header-arrow-icon_6vjyd_11", Ln = "_tenants-main_6vjyd_24", Un = "_tenants-footer_6vjyd_42", Bn = "_tenants-footer-create-brand_6vjyd_50", Hn = "_tenants-footer-create-brand-icon_6vjyd_56", $n = "_tenants-footer-create-brand-label_6vjyd_60", F = {
|
|
1089
|
+
tenants: Mn,
|
|
1090
|
+
tenantsHeader: kn,
|
|
1091
|
+
tenantsHeaderArrowIcon: Fn,
|
|
1092
|
+
tenantsMain: Ln,
|
|
1093
|
+
tenantsFooter: Un,
|
|
1094
|
+
tenantsFooterCreateBrand: Bn,
|
|
1095
|
+
tenantsFooterCreateBrandIcon: Hn,
|
|
1096
|
+
tenantsFooterCreateBrandLabel: $n
|
|
1097
|
+
};
|
|
1098
|
+
function Wn() {
|
|
1099
|
+
const { toggleTenants: s } = q(), { tenants: i } = xe();
|
|
1100
|
+
return /* @__PURE__ */ r.jsx("div", { className: F.tenants, children: /* @__PURE__ */ r.jsx(
|
|
1101
|
+
nt,
|
|
1102
|
+
{
|
|
1103
|
+
width: Wt,
|
|
1104
|
+
header: /* @__PURE__ */ r.jsx("div", { className: F.tenantsHeader, children: /* @__PURE__ */ r.jsx("div", { className: F.tenantsHeaderArrowIcon, onClick: s, children: /* @__PURE__ */ r.jsx(te, { src: An, size: "large" }) }) }),
|
|
1105
|
+
footer: /* @__PURE__ */ r.jsx(
|
|
1106
|
+
"div",
|
|
1107
|
+
{
|
|
1108
|
+
className: F.tenantsFooter,
|
|
1109
|
+
onClick: () => window.location.assign(D.CREATE_WORKSPACE),
|
|
1110
|
+
children: /* @__PURE__ */ r.jsxs("div", { className: F.tenantsFooterCreateBrand, children: [
|
|
1111
|
+
/* @__PURE__ */ r.jsx("div", { className: F.tenantsFooterCreateBrandIcon, children: /* @__PURE__ */ r.jsx(te, { src: jn, size: "medium" }) }),
|
|
1112
|
+
/* @__PURE__ */ r.jsx("div", { className: F.tenantsFooterCreateBrandLabel, children: "Create a brand workspace" })
|
|
1113
|
+
] })
|
|
1114
|
+
}
|
|
1115
|
+
),
|
|
1116
|
+
children: /* @__PURE__ */ r.jsx("div", { className: F.tenantsMain, children: i.map((f) => /* @__PURE__ */ r.jsx(Dn, { tenant: f }, f.id)) })
|
|
1117
|
+
}
|
|
1118
|
+
) });
|
|
1119
|
+
}
|
|
1120
|
+
const qn = "_tiers_dtxbu_1", Vn = {
|
|
1121
|
+
tiers: qn
|
|
1122
|
+
};
|
|
1123
|
+
function Yn() {
|
|
1124
|
+
return /* @__PURE__ */ r.jsxs("div", { className: Vn.tiers, children: [
|
|
1125
|
+
/* @__PURE__ */ r.jsx(yn, {}),
|
|
1126
|
+
/* @__PURE__ */ r.jsx(Wn, {})
|
|
1127
|
+
] });
|
|
1128
|
+
}
|
|
1129
|
+
const he = { ease: "easeOut", duration: 0.3 }, Gn = {
|
|
1130
|
+
[L.HIDDEN]: {
|
|
1131
|
+
left: -600,
|
|
1132
|
+
transition: he
|
|
1133
|
+
},
|
|
1134
|
+
[L.OPEN]: {
|
|
1135
|
+
left: -300,
|
|
1136
|
+
transition: he
|
|
1137
|
+
},
|
|
1138
|
+
[L.EXPANDED]: { left: 0, transition: he }
|
|
1139
|
+
};
|
|
1140
|
+
function zn({
|
|
1141
|
+
isOpen: s,
|
|
1142
|
+
portalContainer: i = document.body,
|
|
1143
|
+
onClose: f
|
|
1144
|
+
}) {
|
|
1145
|
+
return (
|
|
1146
|
+
// Using framer-motion lib to animate the navigation component on mount/unmount
|
|
1147
|
+
// Also to prevent any api calls from being made when the navigation (Tiers component) is hidden
|
|
1148
|
+
/* @__PURE__ */ r.jsx(Vt, { onNavigationClose: f, isOpen: s, children: /* @__PURE__ */ r.jsx(Se.Consumer, { children: ({ viewState: { currentPosition: l } }) => Mt(
|
|
1149
|
+
/* @__PURE__ */ r.jsx(Ot, { children: l !== L.HIDDEN && /* @__PURE__ */ r.jsx(
|
|
1150
|
+
Dt.div,
|
|
1151
|
+
{
|
|
1152
|
+
className: Gt.navigation,
|
|
1153
|
+
initial: L.HIDDEN,
|
|
1154
|
+
variants: Gn,
|
|
1155
|
+
animate: l,
|
|
1156
|
+
exit: L.HIDDEN,
|
|
1157
|
+
children: /* @__PURE__ */ r.jsx(Yn, {})
|
|
1158
|
+
}
|
|
1159
|
+
) }),
|
|
1160
|
+
i
|
|
1161
|
+
) }) })
|
|
1162
|
+
);
|
|
1163
|
+
}
|
|
1164
|
+
const Kn = "data:image/svg+xml,%3csvg%20width='14'%20height='15'%20viewBox='0%200%2014%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%201.5H14M0%205.5H14M0%209.5H14M0'%20stroke='black'/%3e%3c/svg%3e";
|
|
1165
|
+
function or({
|
|
1166
|
+
size: s = "medium",
|
|
1167
|
+
alt: i = "Toggle navigation menu",
|
|
1168
|
+
src: f = Kn,
|
|
1169
|
+
portalContainer: l = document.body,
|
|
1170
|
+
...c
|
|
1171
|
+
}) {
|
|
1172
|
+
const [h, o] = Bt(!1);
|
|
1173
|
+
return /* @__PURE__ */ r.jsxs(Pt, { children: [
|
|
1174
|
+
/* @__PURE__ */ r.jsx(
|
|
1175
|
+
Ft,
|
|
1176
|
+
{
|
|
1177
|
+
size: s,
|
|
1178
|
+
alt: i,
|
|
1179
|
+
src: f,
|
|
1180
|
+
onClick: () => o(),
|
|
1181
|
+
...c
|
|
1182
|
+
}
|
|
1183
|
+
),
|
|
1184
|
+
/* @__PURE__ */ r.jsx(
|
|
1185
|
+
zn,
|
|
1186
|
+
{
|
|
1187
|
+
isOpen: h,
|
|
1188
|
+
portalContainer: l,
|
|
1189
|
+
onClose: () => o()
|
|
1190
|
+
}
|
|
1191
|
+
)
|
|
1192
|
+
] });
|
|
1193
|
+
}
|
|
1194
|
+
export {
|
|
1195
|
+
qt as APPLICATIONS_TIER_WIDTH,
|
|
1196
|
+
D as AppPaths,
|
|
1197
|
+
zn as Navigation,
|
|
1198
|
+
or as NavigationButton,
|
|
1199
|
+
Wt as TENANTS_TIER_WIDTH
|
|
1200
|
+
};
|
|
1201
|
+
//# sourceMappingURL=index.mjs.map
|