@streamoid/ui 0.4.6 → 0.4.8
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/index.css +114 -89
- package/dist/index.d.mts +9 -9
- package/dist/index.d.ts +9 -9
- package/dist/index.js +429 -427
- package/dist/index.mjs +430 -433
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3260,32 +3260,21 @@ var ScArtifaxSidebar_default = {
|
|
|
3260
3260
|
sectionHeader: "ScArtifaxSidebar_sectionHeader",
|
|
3261
3261
|
sectionLabel: "ScArtifaxSidebar_sectionLabel",
|
|
3262
3262
|
sectionChevron: "ScArtifaxSidebar_sectionChevron",
|
|
3263
|
-
switchAppRow: "ScArtifaxSidebar_switchAppRow",
|
|
3264
|
-
switchAppIconBox: "ScArtifaxSidebar_switchAppIconBox",
|
|
3265
|
-
switchAppLabel: "ScArtifaxSidebar_switchAppLabel",
|
|
3266
|
-
switchAppRowCollapsed: "ScArtifaxSidebar_switchAppRowCollapsed",
|
|
3267
3263
|
profileRow: "ScArtifaxSidebar_profileRow",
|
|
3264
|
+
profileMain: "ScArtifaxSidebar_profileMain",
|
|
3268
3265
|
profileRowCollapsed: "ScArtifaxSidebar_profileRowCollapsed",
|
|
3269
3266
|
profileAvatar: "ScArtifaxSidebar_profileAvatar",
|
|
3270
3267
|
profileInfo: "ScArtifaxSidebar_profileInfo",
|
|
3271
3268
|
profileName: "ScArtifaxSidebar_profileName",
|
|
3272
3269
|
profileSubtitle: "ScArtifaxSidebar_profileSubtitle",
|
|
3273
3270
|
creditWarningSlot: "ScArtifaxSidebar_creditWarningSlot",
|
|
3274
|
-
footerExpanded: "ScArtifaxSidebar_footerExpanded",
|
|
3275
|
-
footerVersion: "ScArtifaxSidebar_footerVersion",
|
|
3276
3271
|
footerToggle: "ScArtifaxSidebar_footerToggle",
|
|
3277
3272
|
footerCollapsed: "ScArtifaxSidebar_footerCollapsed",
|
|
3278
|
-
footerVersionCenter: "ScArtifaxSidebar_footerVersionCenter",
|
|
3279
3273
|
placeholderIcon: "ScArtifaxSidebar_placeholderIcon"
|
|
3280
3274
|
};
|
|
3281
3275
|
|
|
3282
3276
|
// src/SC-Artifax-Sidebar/ScArtifaxSidebar.tsx
|
|
3283
|
-
import {
|
|
3284
|
-
SiconAppSwitch,
|
|
3285
|
-
SiconCollapse as SiconCollapse3,
|
|
3286
|
-
SiconDown,
|
|
3287
|
-
SiconUp
|
|
3288
|
-
} from "@streamoid/icons";
|
|
3277
|
+
import { SiconCollapse as SiconCollapse3, SiconDown, SiconUp } from "@streamoid/icons";
|
|
3289
3278
|
import { Fragment as Fragment15, jsx as jsx41, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
3290
3279
|
function ArtifaxPlaceholderIcon() {
|
|
3291
3280
|
return /* @__PURE__ */ jsx41("span", { "aria-hidden": "true", className: ScArtifaxSidebar_default.placeholderIcon });
|
|
@@ -3336,9 +3325,7 @@ var ScArtifaxSidebar = ({
|
|
|
3336
3325
|
expandedLogo,
|
|
3337
3326
|
collapsedLogo,
|
|
3338
3327
|
creditWarning,
|
|
3339
|
-
switchApp,
|
|
3340
3328
|
profile,
|
|
3341
|
-
versionText = "v2.1.2",
|
|
3342
3329
|
toggleIcon,
|
|
3343
3330
|
openSections,
|
|
3344
3331
|
onSectionToggle,
|
|
@@ -3416,40 +3403,23 @@ var ScArtifaxSidebar = ({
|
|
|
3416
3403
|
] }, section.id);
|
|
3417
3404
|
})
|
|
3418
3405
|
] }),
|
|
3419
|
-
creditWarning ? /* @__PURE__ */
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
|
|
3424
|
-
|
|
3425
|
-
|
|
3426
|
-
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
switchApp ? /* @__PURE__ */ jsxs33(Fragment15, { children: [
|
|
3433
|
-
/* @__PURE__ */ jsxs33(
|
|
3434
|
-
"button",
|
|
3435
|
-
{
|
|
3436
|
-
type: "button",
|
|
3437
|
-
className: ScArtifaxSidebar_default.switchAppRow,
|
|
3438
|
-
onClick: switchApp.onClick,
|
|
3439
|
-
children: [
|
|
3440
|
-
/* @__PURE__ */ jsx41("div", { className: ScArtifaxSidebar_default.switchAppIconBox, children: switchApp.icon ?? /* @__PURE__ */ jsx41(SiconAppSwitch, {}) }),
|
|
3441
|
-
/* @__PURE__ */ jsx41("span", { className: ScArtifaxSidebar_default.switchAppLabel, children: switchApp.label ?? "Switch App" })
|
|
3442
|
-
]
|
|
3443
|
-
}
|
|
3444
|
-
),
|
|
3445
|
-
/* @__PURE__ */ jsx41(ScHDivider, {})
|
|
3446
|
-
] }) : null,
|
|
3447
|
-
profile ? /* @__PURE__ */ jsxs33(Fragment15, { children: [
|
|
3448
|
-
/* @__PURE__ */ jsxs33(
|
|
3406
|
+
creditWarning ? /* @__PURE__ */ jsx41("div", { className: ScArtifaxSidebar_default.creditWarningSlot, children: /* @__PURE__ */ jsx41(
|
|
3407
|
+
CreditWarningBanner,
|
|
3408
|
+
{
|
|
3409
|
+
availableCredits: creditWarning.availableCredits,
|
|
3410
|
+
remainingPct: creditWarning.remainingPct,
|
|
3411
|
+
level: creditWarning.level ?? "danger",
|
|
3412
|
+
onBuyCredits: creditWarning.onBuyCredits,
|
|
3413
|
+
expanded: true
|
|
3414
|
+
}
|
|
3415
|
+
) }) : null,
|
|
3416
|
+
/* @__PURE__ */ jsx41(ScHDivider, {}),
|
|
3417
|
+
/* @__PURE__ */ jsxs33("div", { className: ScArtifaxSidebar_default.profileRow, children: [
|
|
3418
|
+
profile ? /* @__PURE__ */ jsxs33(
|
|
3449
3419
|
"button",
|
|
3450
3420
|
{
|
|
3451
3421
|
type: "button",
|
|
3452
|
-
className: ScArtifaxSidebar_default.
|
|
3422
|
+
className: ScArtifaxSidebar_default.profileMain,
|
|
3453
3423
|
onClick: profile.onClick,
|
|
3454
3424
|
children: [
|
|
3455
3425
|
/* @__PURE__ */ jsx41("div", { className: ScArtifaxSidebar_default.profileAvatar, children: profile.avatar }),
|
|
@@ -3459,11 +3429,7 @@ var ScArtifaxSidebar = ({
|
|
|
3459
3429
|
] })
|
|
3460
3430
|
]
|
|
3461
3431
|
}
|
|
3462
|
-
),
|
|
3463
|
-
/* @__PURE__ */ jsx41(ScHDivider, {})
|
|
3464
|
-
] }) : null,
|
|
3465
|
-
/* @__PURE__ */ jsxs33("div", { className: ScArtifaxSidebar_default.footerExpanded, children: [
|
|
3466
|
-
/* @__PURE__ */ jsx41("span", { className: ScArtifaxSidebar_default.footerVersion, children: versionText }),
|
|
3432
|
+
) : /* @__PURE__ */ jsx41("span", { className: ScArtifaxSidebar_default.profileMain, "aria-hidden": "true" }),
|
|
3467
3433
|
/* @__PURE__ */ jsx41(
|
|
3468
3434
|
"button",
|
|
3469
3435
|
{
|
|
@@ -3493,34 +3459,19 @@ var ScArtifaxSidebar = ({
|
|
|
3493
3459
|
/* @__PURE__ */ jsx41("div", { className: ScArtifaxSidebar_default.sectionContainerCollapsed, children: section.items.map((item) => renderMenuItem2(item, section.id)) })
|
|
3494
3460
|
] }, section.id))
|
|
3495
3461
|
] }),
|
|
3496
|
-
creditWarning ? /* @__PURE__ */
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
switchApp ? /* @__PURE__ */ jsxs33(Fragment15, { children: [
|
|
3510
|
-
/* @__PURE__ */ jsx41(
|
|
3511
|
-
"button",
|
|
3512
|
-
{
|
|
3513
|
-
type: "button",
|
|
3514
|
-
className: ScArtifaxSidebar_default.switchAppRowCollapsed,
|
|
3515
|
-
onClick: switchApp.onClick,
|
|
3516
|
-
"aria-label": switchApp.label ?? "Switch App",
|
|
3517
|
-
children: switchApp.icon ?? /* @__PURE__ */ jsx41(SiconAppSwitch, {})
|
|
3518
|
-
}
|
|
3519
|
-
),
|
|
3520
|
-
/* @__PURE__ */ jsx41(ScHDivider, {})
|
|
3521
|
-
] }) : null,
|
|
3522
|
-
profile ? /* @__PURE__ */ jsxs33(Fragment15, { children: [
|
|
3523
|
-
/* @__PURE__ */ jsx41(
|
|
3462
|
+
creditWarning ? /* @__PURE__ */ jsx41("div", { className: ScArtifaxSidebar_default.creditWarningSlot, children: /* @__PURE__ */ jsx41(
|
|
3463
|
+
CreditWarningBanner,
|
|
3464
|
+
{
|
|
3465
|
+
availableCredits: creditWarning.availableCredits,
|
|
3466
|
+
remainingPct: creditWarning.remainingPct,
|
|
3467
|
+
level: creditWarning.level ?? "danger",
|
|
3468
|
+
onBuyCredits: creditWarning.onBuyCredits,
|
|
3469
|
+
expanded: false
|
|
3470
|
+
}
|
|
3471
|
+
) }) : null,
|
|
3472
|
+
/* @__PURE__ */ jsx41(ScHDivider, {}),
|
|
3473
|
+
/* @__PURE__ */ jsxs33("div", { className: ScArtifaxSidebar_default.footerCollapsed, children: [
|
|
3474
|
+
profile ? /* @__PURE__ */ jsx41(
|
|
3524
3475
|
"button",
|
|
3525
3476
|
{
|
|
3526
3477
|
type: "button",
|
|
@@ -3529,10 +3480,7 @@ var ScArtifaxSidebar = ({
|
|
|
3529
3480
|
"aria-label": profile.name,
|
|
3530
3481
|
children: /* @__PURE__ */ jsx41("div", { className: ScArtifaxSidebar_default.profileAvatar, children: profile.avatar })
|
|
3531
3482
|
}
|
|
3532
|
-
),
|
|
3533
|
-
/* @__PURE__ */ jsx41(ScHDivider, {})
|
|
3534
|
-
] }) : null,
|
|
3535
|
-
/* @__PURE__ */ jsxs33("div", { className: ScArtifaxSidebar_default.footerCollapsed, children: [
|
|
3483
|
+
) : null,
|
|
3536
3484
|
/* @__PURE__ */ jsx41(
|
|
3537
3485
|
"button",
|
|
3538
3486
|
{
|
|
@@ -3542,8 +3490,7 @@ var ScArtifaxSidebar = ({
|
|
|
3542
3490
|
"aria-label": "Expand sidebar",
|
|
3543
3491
|
children: resolveToggleIcon2(toggleIcon, false)
|
|
3544
3492
|
}
|
|
3545
|
-
)
|
|
3546
|
-
/* @__PURE__ */ jsx41("span", { className: ScArtifaxSidebar_default.footerVersionCenter, children: versionText })
|
|
3493
|
+
)
|
|
3547
3494
|
] })
|
|
3548
3495
|
] })
|
|
3549
3496
|
}
|
|
@@ -3632,7 +3579,8 @@ var ScSideBarLogoUnit_default = {
|
|
|
3632
3579
|
switch: "ScSideBarLogoUnit_switch",
|
|
3633
3580
|
switchIcon: "ScSideBarLogoUnit_switchIcon",
|
|
3634
3581
|
collapsed: "ScSideBarLogoUnit_collapsed",
|
|
3635
|
-
collapsedTrigger: "ScSideBarLogoUnit_collapsedTrigger"
|
|
3582
|
+
collapsedTrigger: "ScSideBarLogoUnit_collapsedTrigger",
|
|
3583
|
+
collapsedWordmarkSlot: "ScSideBarLogoUnit_collapsedWordmarkSlot"
|
|
3636
3584
|
};
|
|
3637
3585
|
|
|
3638
3586
|
// src/SC-SideBarLogoUnit/ScSideBarLogoUnit.tsx
|
|
@@ -3657,21 +3605,30 @@ var ScSideBarLogoUnit = ({
|
|
|
3657
3605
|
onSwitchClick?.();
|
|
3658
3606
|
};
|
|
3659
3607
|
if (state === "collapsed") {
|
|
3608
|
+
const collapsedClasses = [
|
|
3609
|
+
ScSideBarLogoUnit_default.collapsedTrigger,
|
|
3610
|
+
interactive ? "" : ScSideBarLogoUnit_default.nonInteractive,
|
|
3611
|
+
hover === true ? ScSideBarLogoUnit_default.forceHover : ""
|
|
3612
|
+
].filter(Boolean).join(" ");
|
|
3660
3613
|
return /* @__PURE__ */ jsx43(
|
|
3661
3614
|
"div",
|
|
3662
3615
|
{
|
|
3663
3616
|
className: ScSideBarLogoUnit_default.scSideBarLogoUnit + " " + ScSideBarLogoUnit_default.collapsed + (className ? " " + className : ""),
|
|
3664
3617
|
style,
|
|
3665
|
-
children: /* @__PURE__ */
|
|
3618
|
+
children: /* @__PURE__ */ jsxs35(
|
|
3666
3619
|
"button",
|
|
3667
3620
|
{
|
|
3668
3621
|
type: "button",
|
|
3669
|
-
className:
|
|
3622
|
+
className: collapsedClasses,
|
|
3670
3623
|
onClick: interactive ? handleClick : void 0,
|
|
3671
3624
|
disabled,
|
|
3672
3625
|
"aria-label": interactive ? switchAriaLabel : void 0,
|
|
3673
3626
|
"aria-disabled": !interactive || disabled,
|
|
3674
|
-
|
|
3627
|
+
style: hover === false ? { backgroundColor: "transparent" } : void 0,
|
|
3628
|
+
children: [
|
|
3629
|
+
/* @__PURE__ */ jsx43("span", { className: ScSideBarLogoUnit_default.collapsedWordmarkSlot, children: wordmark }),
|
|
3630
|
+
hideSwitch ? null : /* @__PURE__ */ jsx43("span", { className: ScSideBarLogoUnit_default.switch, children: /* @__PURE__ */ jsx43("span", { className: ScSideBarLogoUnit_default.switchIcon, children: /* @__PURE__ */ jsx43(SiconDoubleArrow, { size: 16, strokeWidth: 1.5 }) }) })
|
|
3631
|
+
]
|
|
3675
3632
|
}
|
|
3676
3633
|
)
|
|
3677
3634
|
}
|
|
@@ -4192,6 +4149,45 @@ var ScAppCardV3 = ({
|
|
|
4192
4149
|
);
|
|
4193
4150
|
};
|
|
4194
4151
|
|
|
4152
|
+
// src/SC-BriefCard/ScBriefCard.module.css
|
|
4153
|
+
var ScBriefCard_default = {
|
|
4154
|
+
scBriefCard: "ScBriefCard_scBriefCard",
|
|
4155
|
+
cardBorder: "ScBriefCard_cardBorder",
|
|
4156
|
+
scBriefCardActive: "ScBriefCard_scBriefCardActive",
|
|
4157
|
+
glow: "ScBriefCard_glow",
|
|
4158
|
+
glowHover: "ScBriefCard_glowHover",
|
|
4159
|
+
body: "ScBriefCard_body",
|
|
4160
|
+
description: "ScBriefCard_description"
|
|
4161
|
+
};
|
|
4162
|
+
|
|
4163
|
+
// src/SC-BriefCard/ScBriefCard.tsx
|
|
4164
|
+
import { jsx as jsx49, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
4165
|
+
var ScBriefCard = ({
|
|
4166
|
+
description = "Centralized product and asset management for every storefront",
|
|
4167
|
+
active = false,
|
|
4168
|
+
className,
|
|
4169
|
+
style,
|
|
4170
|
+
...props
|
|
4171
|
+
}) => {
|
|
4172
|
+
const cardClass = [
|
|
4173
|
+
ScBriefCard_default.scBriefCard,
|
|
4174
|
+
active ? ScBriefCard_default.scBriefCardActive : ""
|
|
4175
|
+
].filter(Boolean).join(" ");
|
|
4176
|
+
return /* @__PURE__ */ jsx49(
|
|
4177
|
+
"div",
|
|
4178
|
+
{
|
|
4179
|
+
className: [ScBriefCard_default.cardBorder, className || ""].filter(Boolean).join(" "),
|
|
4180
|
+
style,
|
|
4181
|
+
...props,
|
|
4182
|
+
children: /* @__PURE__ */ jsxs41("div", { className: cardClass, children: [
|
|
4183
|
+
/* @__PURE__ */ jsx49("div", { className: ScBriefCard_default.glow }),
|
|
4184
|
+
/* @__PURE__ */ jsx49("div", { className: ScBriefCard_default.glowHover }),
|
|
4185
|
+
/* @__PURE__ */ jsx49("div", { className: ScBriefCard_default.body, children: /* @__PURE__ */ jsx49("p", { className: ScBriefCard_default.description, children: description }) })
|
|
4186
|
+
] })
|
|
4187
|
+
}
|
|
4188
|
+
);
|
|
4189
|
+
};
|
|
4190
|
+
|
|
4195
4191
|
// src/SC-appField/ScAppField.module.css
|
|
4196
4192
|
var ScAppField_default = {
|
|
4197
4193
|
scAppField: "ScAppField_scAppField",
|
|
@@ -4223,7 +4219,7 @@ var ScToggleSwitch_default = {
|
|
|
4223
4219
|
};
|
|
4224
4220
|
|
|
4225
4221
|
// src/SC-toggleSwitch/ScToggleSwitch.tsx
|
|
4226
|
-
import { jsx as
|
|
4222
|
+
import { jsx as jsx50, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
4227
4223
|
var ScToggleSwitch = ({
|
|
4228
4224
|
active = "false",
|
|
4229
4225
|
checked,
|
|
@@ -4233,7 +4229,7 @@ var ScToggleSwitch = ({
|
|
|
4233
4229
|
}) => {
|
|
4234
4230
|
const isActive = checked !== void 0 ? checked : active === "true";
|
|
4235
4231
|
const variantsClassName = ScToggleSwitch_default["active-" + (isActive ? "true" : "false")];
|
|
4236
|
-
return /* @__PURE__ */
|
|
4232
|
+
return /* @__PURE__ */ jsx50(
|
|
4237
4233
|
"div",
|
|
4238
4234
|
{
|
|
4239
4235
|
className: ScToggleSwitch_default.scToggleSwitch + " " + className + " " + variantsClassName,
|
|
@@ -4243,20 +4239,20 @@ var ScToggleSwitch = ({
|
|
|
4243
4239
|
props.onClick?.(e);
|
|
4244
4240
|
},
|
|
4245
4241
|
style: { cursor: "pointer", ...props.style },
|
|
4246
|
-
children: isActive ? /* @__PURE__ */
|
|
4247
|
-
/* @__PURE__ */
|
|
4248
|
-
/* @__PURE__ */
|
|
4249
|
-
] }) : /* @__PURE__ */
|
|
4250
|
-
/* @__PURE__ */
|
|
4251
|
-
/* @__PURE__ */
|
|
4252
|
-
/* @__PURE__ */
|
|
4242
|
+
children: isActive ? /* @__PURE__ */ jsxs42("svg", { width: "40", height: "24", viewBox: "0 0 40 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4243
|
+
/* @__PURE__ */ jsx50("rect", { width: "40", height: "24", rx: "12", fill: "var(--alias-fill-base-base, #f5f5f5)" }),
|
|
4244
|
+
/* @__PURE__ */ jsx50("circle", { cx: "28", cy: "12", r: "10", fill: "var(--alias-text---icons-inverse, #101010)" })
|
|
4245
|
+
] }) : /* @__PURE__ */ jsxs42("svg", { width: "41", height: "25", viewBox: "0 0 41 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
4246
|
+
/* @__PURE__ */ jsx50("path", { d: "M0.25 12.25C0.25 5.62258 5.62258 0.25 12.25 0.25H28.25C34.8774 0.25 40.25 5.62258 40.25 12.25C40.25 18.8774 34.8774 24.25 28.25 24.25H12.25C5.62258 24.25 0.25 18.8774 0.25 12.25Z", fill: "var(--alias-fill-neutral-neutral, #1a1a1a)" }),
|
|
4247
|
+
/* @__PURE__ */ jsx50("path", { d: "M40 12.25C40 5.76065 34.7393 0.5 28.25 0.5H12.25C5.76065 0.5 0.5 5.76065 0.5 12.25C0.5 18.7393 5.76065 24 12.25 24H28.25C34.7393 24 40 18.7393 40 12.25ZM40.5 12.25C40.5 19.0155 35.0155 24.5 28.25 24.5H12.25C5.48451 24.5 0 19.0155 0 12.25C0 5.48451 5.48451 0 12.25 0H28.25C35.0155 0 40.5 5.48451 40.5 12.25Z", fill: "var(--alias-border-divider, #242424)" }),
|
|
4248
|
+
/* @__PURE__ */ jsx50("path", { d: "M2.25 12.25C2.25 6.72715 6.72715 2.25 12.25 2.25C17.7728 2.25 22.25 6.72715 22.25 12.25C22.25 17.7728 17.7728 22.25 12.25 22.25C6.72715 22.25 2.25 17.7728 2.25 12.25Z", fill: "var(--alias-fill-neutral-neutralactive, #313131)" })
|
|
4253
4249
|
] })
|
|
4254
4250
|
}
|
|
4255
4251
|
);
|
|
4256
4252
|
};
|
|
4257
4253
|
|
|
4258
4254
|
// src/SC-artifaxInvite/ScArtifaxInvite.tsx
|
|
4259
|
-
import { jsx as
|
|
4255
|
+
import { jsx as jsx51, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
4260
4256
|
var ScArtifaxInvite = ({
|
|
4261
4257
|
active = "true",
|
|
4262
4258
|
appName = "Artifax",
|
|
@@ -4269,22 +4265,22 @@ var ScArtifaxInvite = ({
|
|
|
4269
4265
|
}) => {
|
|
4270
4266
|
const isEnabled = enabled !== void 0 ? enabled : active === "true";
|
|
4271
4267
|
const variantsClassName = ScArtifaxInvite_default["active-" + (isEnabled ? "true" : "false")];
|
|
4272
|
-
return /* @__PURE__ */
|
|
4268
|
+
return /* @__PURE__ */ jsxs43(
|
|
4273
4269
|
"div",
|
|
4274
4270
|
{
|
|
4275
4271
|
className: ScArtifaxInvite_default.scArtifaxInvite + " " + className + " " + variantsClassName,
|
|
4276
4272
|
...props,
|
|
4277
4273
|
children: [
|
|
4278
|
-
/* @__PURE__ */
|
|
4274
|
+
/* @__PURE__ */ jsx51(
|
|
4279
4275
|
ScAppCard,
|
|
4280
4276
|
{
|
|
4281
|
-
appIcon: appIcon || /* @__PURE__ */
|
|
4277
|
+
appIcon: appIcon || /* @__PURE__ */ jsx51(SiconArtifacts3, { className: ScArtifaxInvite_default.siconArtifactsInstance }),
|
|
4282
4278
|
appName,
|
|
4283
4279
|
appDescription,
|
|
4284
4280
|
className: ScArtifaxInvite_default.scAppCardInstance
|
|
4285
4281
|
}
|
|
4286
4282
|
),
|
|
4287
|
-
/* @__PURE__ */
|
|
4283
|
+
/* @__PURE__ */ jsx51(
|
|
4288
4284
|
ScToggleSwitch,
|
|
4289
4285
|
{
|
|
4290
4286
|
checked: isEnabled,
|
|
@@ -4310,12 +4306,12 @@ var ScPhtogenixInvite_default = {
|
|
|
4310
4306
|
|
|
4311
4307
|
// src/SC-phtogenixInvite/ScPhtogenixInvite.tsx
|
|
4312
4308
|
import { SiconArtifacts as SiconArtifacts4 } from "@streamoid/icons";
|
|
4313
|
-
import { jsx as
|
|
4309
|
+
import { jsx as jsx52, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
4314
4310
|
var ScPhtogenixInvite = ({
|
|
4315
4311
|
active = "true",
|
|
4316
4312
|
scAppCardappDescription = "Info about photogenix",
|
|
4317
4313
|
scAppCardappName = "Photogenix",
|
|
4318
|
-
scAppCardappIcon = /* @__PURE__ */
|
|
4314
|
+
scAppCardappIcon = /* @__PURE__ */ jsx52(SiconArtifacts4, { className: ScPhtogenixInvite_default.siconArtifactsInstance }),
|
|
4319
4315
|
className,
|
|
4320
4316
|
enabled,
|
|
4321
4317
|
onToggle,
|
|
@@ -4323,12 +4319,12 @@ var ScPhtogenixInvite = ({
|
|
|
4323
4319
|
}) => {
|
|
4324
4320
|
const isEnabled = enabled !== void 0 ? enabled : active === "true";
|
|
4325
4321
|
const variantsClassName = ScPhtogenixInvite_default["active-" + (isEnabled ? "true" : "false")];
|
|
4326
|
-
return /* @__PURE__ */
|
|
4322
|
+
return /* @__PURE__ */ jsxs44(
|
|
4327
4323
|
"div",
|
|
4328
4324
|
{
|
|
4329
4325
|
className: ScPhtogenixInvite_default.scPhtogenixInvite + " " + className + " " + variantsClassName,
|
|
4330
4326
|
children: [
|
|
4331
|
-
/* @__PURE__ */
|
|
4327
|
+
/* @__PURE__ */ jsx52(
|
|
4332
4328
|
ScAppCard,
|
|
4333
4329
|
{
|
|
4334
4330
|
appIcon: scAppCardappIcon,
|
|
@@ -4337,7 +4333,7 @@ var ScPhtogenixInvite = ({
|
|
|
4337
4333
|
className: ScPhtogenixInvite_default.scAppCardInstance
|
|
4338
4334
|
}
|
|
4339
4335
|
),
|
|
4340
|
-
/* @__PURE__ */
|
|
4336
|
+
/* @__PURE__ */ jsx52(
|
|
4341
4337
|
ScToggleSwitch,
|
|
4342
4338
|
{
|
|
4343
4339
|
checked: isEnabled,
|
|
@@ -4387,10 +4383,10 @@ var ScOnlyField_default = {
|
|
|
4387
4383
|
|
|
4388
4384
|
// src/SC-onlyField/ScOnlyField.tsx
|
|
4389
4385
|
import { SiconBolt as SiconBolt4 } from "@streamoid/icons";
|
|
4390
|
-
import { jsx as
|
|
4386
|
+
import { jsx as jsx53, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
4391
4387
|
var ScOnlyField = ({
|
|
4392
|
-
tfRightIcon = /* @__PURE__ */
|
|
4393
|
-
tfLeftIcon = /* @__PURE__ */
|
|
4388
|
+
tfRightIcon = /* @__PURE__ */ jsx53(SiconBolt4, { className: ScOnlyField_default.siconBoltInstance }),
|
|
4389
|
+
tfLeftIcon = /* @__PURE__ */ jsx53(SiconBolt4, { className: ScOnlyField_default.siconBoltInstance }),
|
|
4394
4390
|
state = "default",
|
|
4395
4391
|
tfGroup = "icon-right",
|
|
4396
4392
|
labelGroup = "none",
|
|
@@ -4403,14 +4399,14 @@ var ScOnlyField = ({
|
|
|
4403
4399
|
...props
|
|
4404
4400
|
}) => {
|
|
4405
4401
|
const variantsClassName = ScOnlyField_default["state-" + state] + " " + ScOnlyField_default["tf-group-" + tfGroup] + " " + ScOnlyField_default["label-group-" + labelGroup] + (size !== "default" ? " " + ScOnlyField_default["size-" + size] : "");
|
|
4406
|
-
return /* @__PURE__ */
|
|
4402
|
+
return /* @__PURE__ */ jsx53(
|
|
4407
4403
|
"div",
|
|
4408
4404
|
{
|
|
4409
4405
|
className: ScOnlyField_default.scOnlyField + " " + className + " " + variantsClassName,
|
|
4410
4406
|
...props,
|
|
4411
|
-
children: /* @__PURE__ */
|
|
4412
|
-
(tfGroup === "icon-left" || tfGroup === "icon-left-right") && /* @__PURE__ */
|
|
4413
|
-
/* @__PURE__ */
|
|
4407
|
+
children: /* @__PURE__ */ jsxs45("div", { className: ScOnlyField_default.inputContainer, children: [
|
|
4408
|
+
(tfGroup === "icon-left" || tfGroup === "icon-left-right") && /* @__PURE__ */ jsx53("div", { className: ScOnlyField_default.iconWrapper, children: tfLeftIcon }),
|
|
4409
|
+
/* @__PURE__ */ jsx53(
|
|
4414
4410
|
"input",
|
|
4415
4411
|
{
|
|
4416
4412
|
className: ScOnlyField_default.inputText,
|
|
@@ -4430,7 +4426,7 @@ var ScOnlyField = ({
|
|
|
4430
4426
|
...inputProps
|
|
4431
4427
|
}
|
|
4432
4428
|
),
|
|
4433
|
-
(tfGroup === "icon-right" || tfGroup === "icon-left-right") && /* @__PURE__ */
|
|
4429
|
+
(tfGroup === "icon-right" || tfGroup === "icon-left-right") && /* @__PURE__ */ jsx53("div", { className: ScOnlyField_default.iconWrapper, children: tfRightIcon })
|
|
4434
4430
|
] })
|
|
4435
4431
|
}
|
|
4436
4432
|
);
|
|
@@ -4438,7 +4434,7 @@ var ScOnlyField = ({
|
|
|
4438
4434
|
|
|
4439
4435
|
// src/SC-catalogixInvite/ScCatalogixInvite.tsx
|
|
4440
4436
|
import { SiconHome as SiconHome10 } from "@streamoid/icons";
|
|
4441
|
-
import { Fragment as Fragment16, jsx as
|
|
4437
|
+
import { Fragment as Fragment16, jsx as jsx54, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
4442
4438
|
var ScCatalogixInvite = ({
|
|
4443
4439
|
active = "false",
|
|
4444
4440
|
appName = "Catalogix",
|
|
@@ -4460,23 +4456,23 @@ var ScCatalogixInvite = ({
|
|
|
4460
4456
|
const isEnabled = enabled !== void 0 ? enabled : active === "true";
|
|
4461
4457
|
const variantsClassName = ScCatalogixInvite_default["active-" + (isEnabled ? "true" : "false")];
|
|
4462
4458
|
const displayCount = selectedStores ? `${selectedStores.length} Selected` : selectedCount;
|
|
4463
|
-
return /* @__PURE__ */
|
|
4459
|
+
return /* @__PURE__ */ jsxs46(
|
|
4464
4460
|
"div",
|
|
4465
4461
|
{
|
|
4466
4462
|
className: ScCatalogixInvite_default.scCatalogixInvite + " " + className + " " + variantsClassName,
|
|
4467
4463
|
...props,
|
|
4468
4464
|
children: [
|
|
4469
|
-
/* @__PURE__ */
|
|
4470
|
-
/* @__PURE__ */
|
|
4465
|
+
/* @__PURE__ */ jsxs46("div", { className: ScCatalogixInvite_default.appHeader, children: [
|
|
4466
|
+
/* @__PURE__ */ jsx54(
|
|
4471
4467
|
ScAppCard,
|
|
4472
4468
|
{
|
|
4473
|
-
appIcon: appIcon || /* @__PURE__ */
|
|
4469
|
+
appIcon: appIcon || /* @__PURE__ */ jsx54(SiconArtifacts5, { className: ScCatalogixInvite_default.siconArtifactsInstance }),
|
|
4474
4470
|
appDescription,
|
|
4475
4471
|
appName,
|
|
4476
4472
|
className: ScCatalogixInvite_default.scAppCardInstance
|
|
4477
4473
|
}
|
|
4478
4474
|
),
|
|
4479
|
-
/* @__PURE__ */
|
|
4475
|
+
/* @__PURE__ */ jsx54(
|
|
4480
4476
|
ScToggleSwitch,
|
|
4481
4477
|
{
|
|
4482
4478
|
checked: isEnabled,
|
|
@@ -4485,29 +4481,29 @@ var ScCatalogixInvite = ({
|
|
|
4485
4481
|
}
|
|
4486
4482
|
)
|
|
4487
4483
|
] }),
|
|
4488
|
-
isEnabled && /* @__PURE__ */
|
|
4489
|
-
/* @__PURE__ */
|
|
4490
|
-
/* @__PURE__ */
|
|
4484
|
+
isEnabled && /* @__PURE__ */ jsx54(Fragment16, { children: /* @__PURE__ */ jsxs46("div", { className: ScCatalogixInvite_default.storeAccessContainer, children: [
|
|
4485
|
+
/* @__PURE__ */ jsxs46("div", { className: ScCatalogixInvite_default.storeAccessHeader, children: [
|
|
4486
|
+
/* @__PURE__ */ jsxs46("div", { className: ScCatalogixInvite_default.storeAccessTitle, children: [
|
|
4491
4487
|
storeAccessTitle,
|
|
4492
4488
|
" "
|
|
4493
4489
|
] }),
|
|
4494
|
-
/* @__PURE__ */
|
|
4490
|
+
/* @__PURE__ */ jsxs46("div", { className: ScCatalogixInvite_default.selectedCount, children: [
|
|
4495
4491
|
displayCount,
|
|
4496
4492
|
" "
|
|
4497
4493
|
] })
|
|
4498
4494
|
] }),
|
|
4499
|
-
/* @__PURE__ */
|
|
4495
|
+
/* @__PURE__ */ jsx54(
|
|
4500
4496
|
ScOnlyField,
|
|
4501
4497
|
{
|
|
4502
|
-
tfLeftIcon: /* @__PURE__ */
|
|
4503
|
-
tfRightIcon: /* @__PURE__ */
|
|
4498
|
+
tfLeftIcon: /* @__PURE__ */ jsx54(SiconSearch, { className: ScCatalogixInvite_default.siconSearchInstance }),
|
|
4499
|
+
tfRightIcon: /* @__PURE__ */ jsx54(SiconSearch, { className: ScCatalogixInvite_default.siconSearchInstance }),
|
|
4504
4500
|
placeholderFilled: searchPlaceholder,
|
|
4505
4501
|
value: searchValue,
|
|
4506
4502
|
onInputChange: onSearchChange,
|
|
4507
4503
|
className: ScCatalogixInvite_default.scOnlyFieldInstance
|
|
4508
4504
|
}
|
|
4509
4505
|
),
|
|
4510
|
-
/* @__PURE__ */
|
|
4506
|
+
/* @__PURE__ */ jsx54("div", { className: ScCatalogixInvite_default.storeListContainer, children: stores ? stores.length > 0 ? stores.map((store) => /* @__PURE__ */ jsx54(
|
|
4511
4507
|
ScPairtext,
|
|
4512
4508
|
{
|
|
4513
4509
|
content: store.name,
|
|
@@ -4518,53 +4514,53 @@ var ScCatalogixInvite = ({
|
|
|
4518
4514
|
className: ScCatalogixInvite_default.scPairtextInstance
|
|
4519
4515
|
},
|
|
4520
4516
|
store.id
|
|
4521
|
-
)) : /* @__PURE__ */
|
|
4517
|
+
)) : /* @__PURE__ */ jsx54("div", { style: {
|
|
4522
4518
|
padding: "var(--spacing-3xl, 16px)",
|
|
4523
4519
|
color: "var(--alias-text-and-icons-muted, #7a7a7a)",
|
|
4524
4520
|
fontFamily: "var(--font-family-font-family-body, Inter, sans-serif)",
|
|
4525
4521
|
fontSize: "var(--font-size-font-size-sm, 14px)",
|
|
4526
4522
|
lineHeight: "var(--line-height-line-height-sm, 20px)"
|
|
4527
|
-
}, children: "No stores found" }) : /* @__PURE__ */
|
|
4528
|
-
/* @__PURE__ */
|
|
4523
|
+
}, children: "No stores found" }) : /* @__PURE__ */ jsxs46(Fragment16, { children: [
|
|
4524
|
+
/* @__PURE__ */ jsx54(
|
|
4529
4525
|
ScPairtext,
|
|
4530
4526
|
{
|
|
4531
|
-
icon: /* @__PURE__ */
|
|
4527
|
+
icon: /* @__PURE__ */ jsx54(SiconHome10, { className: ScCatalogixInvite_default.siconHomeInstance }),
|
|
4532
4528
|
iconPosition: "right",
|
|
4533
4529
|
type: "checkbox",
|
|
4534
4530
|
className: ScCatalogixInvite_default.scPairtextInstance
|
|
4535
4531
|
}
|
|
4536
4532
|
),
|
|
4537
|
-
/* @__PURE__ */
|
|
4533
|
+
/* @__PURE__ */ jsx54(
|
|
4538
4534
|
ScPairtext,
|
|
4539
4535
|
{
|
|
4540
|
-
icon: /* @__PURE__ */
|
|
4536
|
+
icon: /* @__PURE__ */ jsx54(SiconHome10, { className: ScCatalogixInvite_default.siconHomeInstance }),
|
|
4541
4537
|
iconPosition: "right",
|
|
4542
4538
|
type: "checkbox",
|
|
4543
4539
|
className: ScCatalogixInvite_default.scPairtextInstance
|
|
4544
4540
|
}
|
|
4545
4541
|
),
|
|
4546
|
-
/* @__PURE__ */
|
|
4542
|
+
/* @__PURE__ */ jsx54(
|
|
4547
4543
|
ScPairtext,
|
|
4548
4544
|
{
|
|
4549
|
-
icon: /* @__PURE__ */
|
|
4545
|
+
icon: /* @__PURE__ */ jsx54(SiconHome10, { className: ScCatalogixInvite_default.siconHomeInstance }),
|
|
4550
4546
|
iconPosition: "right",
|
|
4551
4547
|
type: "checkbox",
|
|
4552
4548
|
className: ScCatalogixInvite_default.scPairtextInstance
|
|
4553
4549
|
}
|
|
4554
4550
|
),
|
|
4555
|
-
/* @__PURE__ */
|
|
4551
|
+
/* @__PURE__ */ jsx54(
|
|
4556
4552
|
ScPairtext,
|
|
4557
4553
|
{
|
|
4558
|
-
icon: /* @__PURE__ */
|
|
4554
|
+
icon: /* @__PURE__ */ jsx54(SiconHome10, { className: ScCatalogixInvite_default.siconHomeInstance }),
|
|
4559
4555
|
iconPosition: "right",
|
|
4560
4556
|
type: "checkbox",
|
|
4561
4557
|
className: ScCatalogixInvite_default.scPairtextInstance
|
|
4562
4558
|
}
|
|
4563
4559
|
),
|
|
4564
|
-
/* @__PURE__ */
|
|
4560
|
+
/* @__PURE__ */ jsx54(
|
|
4565
4561
|
ScPairtext,
|
|
4566
4562
|
{
|
|
4567
|
-
icon: /* @__PURE__ */
|
|
4563
|
+
icon: /* @__PURE__ */ jsx54(SiconHome10, { className: ScCatalogixInvite_default.siconHomeInstance }),
|
|
4568
4564
|
iconPosition: "right",
|
|
4569
4565
|
type: "checkbox",
|
|
4570
4566
|
className: ScCatalogixInvite_default.scPairtextInstance
|
|
@@ -4578,7 +4574,7 @@ var ScCatalogixInvite = ({
|
|
|
4578
4574
|
};
|
|
4579
4575
|
|
|
4580
4576
|
// src/SC-appField/ScAppField.tsx
|
|
4581
|
-
import { jsx as
|
|
4577
|
+
import { jsx as jsx55, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
4582
4578
|
var ScAppField = ({
|
|
4583
4579
|
appFieldTitle = "App permission",
|
|
4584
4580
|
className,
|
|
@@ -4595,13 +4591,13 @@ var ScAppField = ({
|
|
|
4595
4591
|
onCatalogixSearchChange,
|
|
4596
4592
|
...props
|
|
4597
4593
|
}) => {
|
|
4598
|
-
return /* @__PURE__ */
|
|
4599
|
-
/* @__PURE__ */
|
|
4594
|
+
return /* @__PURE__ */ jsxs47("div", { className: ScAppField_default.scAppField + " " + className, ...props, children: [
|
|
4595
|
+
/* @__PURE__ */ jsx55("div", { className: ScAppField_default.labelContainer, children: /* @__PURE__ */ jsxs47("div", { className: ScAppField_default.title, children: [
|
|
4600
4596
|
appFieldTitle,
|
|
4601
4597
|
" "
|
|
4602
4598
|
] }) }),
|
|
4603
|
-
/* @__PURE__ */
|
|
4604
|
-
/* @__PURE__ */
|
|
4599
|
+
/* @__PURE__ */ jsxs47("div", { className: ScAppField_default.inputContainer, children: [
|
|
4600
|
+
/* @__PURE__ */ jsx55(
|
|
4605
4601
|
ScArtifaxInvite,
|
|
4606
4602
|
{
|
|
4607
4603
|
enabled: artifaxEnabled,
|
|
@@ -4609,18 +4605,18 @@ var ScAppField = ({
|
|
|
4609
4605
|
className: ScAppField_default.scArtifaxInviteInstance
|
|
4610
4606
|
}
|
|
4611
4607
|
),
|
|
4612
|
-
/* @__PURE__ */
|
|
4608
|
+
/* @__PURE__ */ jsx55(
|
|
4613
4609
|
ScPhtogenixInvite,
|
|
4614
4610
|
{
|
|
4615
4611
|
enabled: photogenixEnabled,
|
|
4616
4612
|
onToggle: onPhotogenixToggle,
|
|
4617
4613
|
scAppCardappDescription: "Info about photogenix",
|
|
4618
4614
|
scAppCardappName: "Photogenix",
|
|
4619
|
-
scAppCardappIcon: /* @__PURE__ */
|
|
4615
|
+
scAppCardappIcon: /* @__PURE__ */ jsx55(SiconPhotogenix2, { className: ScAppField_default.siconPhotogenixInstance }),
|
|
4620
4616
|
className: ScAppField_default.scPhtogenixInviteInstance
|
|
4621
4617
|
}
|
|
4622
4618
|
),
|
|
4623
|
-
/* @__PURE__ */
|
|
4619
|
+
/* @__PURE__ */ jsx55(
|
|
4624
4620
|
ScCatalogixInvite,
|
|
4625
4621
|
{
|
|
4626
4622
|
enabled: catalogixEnabled,
|
|
@@ -4647,13 +4643,13 @@ var ScBillingHistoryHeader_default = {
|
|
|
4647
4643
|
};
|
|
4648
4644
|
|
|
4649
4645
|
// src/SC-billingHistoryHeader/ScBillingHistoryHeader.tsx
|
|
4650
|
-
import { jsx as
|
|
4646
|
+
import { jsx as jsx56, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
4651
4647
|
var ScBillingHistoryHeader = ({
|
|
4652
4648
|
className,
|
|
4653
4649
|
...props
|
|
4654
4650
|
}) => {
|
|
4655
|
-
return /* @__PURE__ */
|
|
4656
|
-
/* @__PURE__ */
|
|
4651
|
+
return /* @__PURE__ */ jsxs48("div", { className: ScBillingHistoryHeader_default.scBillingHistoryHeader + " " + className, children: [
|
|
4652
|
+
/* @__PURE__ */ jsx56(
|
|
4657
4653
|
ScHeader,
|
|
4658
4654
|
{
|
|
4659
4655
|
text: "Invoice",
|
|
@@ -4661,7 +4657,7 @@ var ScBillingHistoryHeader = ({
|
|
|
4661
4657
|
className: ScBillingHistoryHeader_default.scHeaderInstance
|
|
4662
4658
|
}
|
|
4663
4659
|
),
|
|
4664
|
-
/* @__PURE__ */
|
|
4660
|
+
/* @__PURE__ */ jsx56(
|
|
4665
4661
|
ScHeader,
|
|
4666
4662
|
{
|
|
4667
4663
|
text: "Amount",
|
|
@@ -4669,7 +4665,7 @@ var ScBillingHistoryHeader = ({
|
|
|
4669
4665
|
className: ScBillingHistoryHeader_default.scHeaderInstance2
|
|
4670
4666
|
}
|
|
4671
4667
|
),
|
|
4672
|
-
/* @__PURE__ */
|
|
4668
|
+
/* @__PURE__ */ jsx56(
|
|
4673
4669
|
ScHeader,
|
|
4674
4670
|
{
|
|
4675
4671
|
text: "Date",
|
|
@@ -4677,7 +4673,7 @@ var ScBillingHistoryHeader = ({
|
|
|
4677
4673
|
className: ScBillingHistoryHeader_default.scHeaderInstance2
|
|
4678
4674
|
}
|
|
4679
4675
|
),
|
|
4680
|
-
/* @__PURE__ */
|
|
4676
|
+
/* @__PURE__ */ jsx56(
|
|
4681
4677
|
ScHeader,
|
|
4682
4678
|
{
|
|
4683
4679
|
text: "Action",
|
|
@@ -4699,19 +4695,19 @@ var ScCheckField_default = {
|
|
|
4699
4695
|
|
|
4700
4696
|
// src/SC-checkField/ScCheckField.tsx
|
|
4701
4697
|
import { SiconHome as SiconHome11 } from "@streamoid/icons";
|
|
4702
|
-
import { Fragment as Fragment17, jsx as
|
|
4698
|
+
import { Fragment as Fragment17, jsx as jsx57, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
4703
4699
|
var ScCheckField = ({
|
|
4704
4700
|
label = "Label",
|
|
4705
4701
|
className,
|
|
4706
4702
|
checkboxes,
|
|
4707
4703
|
...props
|
|
4708
4704
|
}) => {
|
|
4709
|
-
return /* @__PURE__ */
|
|
4710
|
-
/* @__PURE__ */
|
|
4705
|
+
return /* @__PURE__ */ jsxs49("div", { className: ScCheckField_default.scCheckField + " " + className, ...props, children: [
|
|
4706
|
+
/* @__PURE__ */ jsx57("div", { className: ScCheckField_default.labelContainer, children: /* @__PURE__ */ jsxs49("div", { className: ScCheckField_default.label, children: [
|
|
4711
4707
|
label,
|
|
4712
4708
|
" "
|
|
4713
4709
|
] }) }),
|
|
4714
|
-
/* @__PURE__ */
|
|
4710
|
+
/* @__PURE__ */ jsx57("div", { className: ScCheckField_default.tabSwitcher, children: checkboxes ? checkboxes.map((item, i) => /* @__PURE__ */ jsx57(
|
|
4715
4711
|
ScPairtext,
|
|
4716
4712
|
{
|
|
4717
4713
|
content: item.label,
|
|
@@ -4721,19 +4717,19 @@ var ScCheckField = ({
|
|
|
4721
4717
|
className: ScCheckField_default.scPairtextInstance
|
|
4722
4718
|
},
|
|
4723
4719
|
i
|
|
4724
|
-
)) : /* @__PURE__ */
|
|
4725
|
-
/* @__PURE__ */
|
|
4720
|
+
)) : /* @__PURE__ */ jsxs49(Fragment17, { children: [
|
|
4721
|
+
/* @__PURE__ */ jsx57(
|
|
4726
4722
|
ScPairtext,
|
|
4727
4723
|
{
|
|
4728
|
-
icon: /* @__PURE__ */
|
|
4724
|
+
icon: /* @__PURE__ */ jsx57(SiconHome11, { className: ScCheckField_default.siconHomeInstance }),
|
|
4729
4725
|
type: "checkbox",
|
|
4730
4726
|
className: ScCheckField_default.scPairtextInstance
|
|
4731
4727
|
}
|
|
4732
4728
|
),
|
|
4733
|
-
/* @__PURE__ */
|
|
4729
|
+
/* @__PURE__ */ jsx57(
|
|
4734
4730
|
ScPairtext,
|
|
4735
4731
|
{
|
|
4736
|
-
icon: /* @__PURE__ */
|
|
4732
|
+
icon: /* @__PURE__ */ jsx57(SiconHome11, { className: ScCheckField_default.siconHomeInstance }),
|
|
4737
4733
|
type: "checkbox",
|
|
4738
4734
|
className: ScCheckField_default.scPairtextInstance
|
|
4739
4735
|
}
|
|
@@ -4754,9 +4750,9 @@ var ScFieldButton_default = {
|
|
|
4754
4750
|
|
|
4755
4751
|
// src/SC-fieldButton/ScFieldButton.tsx
|
|
4756
4752
|
import { SiconHome as SiconHome12 } from "@streamoid/icons";
|
|
4757
|
-
import { Fragment as Fragment18, jsx as
|
|
4753
|
+
import { Fragment as Fragment18, jsx as jsx58, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
4758
4754
|
var ScFieldButton = ({
|
|
4759
|
-
icon = /* @__PURE__ */
|
|
4755
|
+
icon = /* @__PURE__ */ jsx58(SiconHome12, { className: ScFieldButton_default.siconHomeInstance }),
|
|
4760
4756
|
type = "default",
|
|
4761
4757
|
state = "default",
|
|
4762
4758
|
className,
|
|
@@ -4764,18 +4760,18 @@ var ScFieldButton = ({
|
|
|
4764
4760
|
...props
|
|
4765
4761
|
}) => {
|
|
4766
4762
|
const variantsClassName = ScFieldButton_default["type-" + type] + " " + ScFieldButton_default["state-" + state];
|
|
4767
|
-
return /* @__PURE__ */
|
|
4763
|
+
return /* @__PURE__ */ jsx58(
|
|
4768
4764
|
"div",
|
|
4769
4765
|
{
|
|
4770
4766
|
className: ScFieldButton_default.scFieldButton + " " + className + " " + variantsClassName,
|
|
4771
4767
|
...props,
|
|
4772
|
-
children: /* @__PURE__ */
|
|
4773
|
-
(type === "icon-right" || type === "only-icon") && /* @__PURE__ */
|
|
4774
|
-
(type === "icon-left" || type === "default" || type === "icon-right") && /* @__PURE__ */
|
|
4768
|
+
children: /* @__PURE__ */ jsxs50("div", { className: ScFieldButton_default.container, children: [
|
|
4769
|
+
(type === "icon-right" || type === "only-icon") && /* @__PURE__ */ jsx58(Fragment18, { children: icon }),
|
|
4770
|
+
(type === "icon-left" || type === "default" || type === "icon-right") && /* @__PURE__ */ jsx58(Fragment18, { children: /* @__PURE__ */ jsxs50("div", { className: ScFieldButton_default.label, children: [
|
|
4775
4771
|
text,
|
|
4776
4772
|
" "
|
|
4777
4773
|
] }) }),
|
|
4778
|
-
type === "icon-left" && /* @__PURE__ */
|
|
4774
|
+
type === "icon-left" && /* @__PURE__ */ jsx58(Fragment18, { children: icon })
|
|
4779
4775
|
] })
|
|
4780
4776
|
}
|
|
4781
4777
|
);
|
|
@@ -4790,16 +4786,16 @@ var ScPendingAction_default = {
|
|
|
4790
4786
|
|
|
4791
4787
|
// src/SC-pendingAction/ScPendingAction.tsx
|
|
4792
4788
|
import { SiconHome as SiconHome13 } from "@streamoid/icons";
|
|
4793
|
-
import { jsx as
|
|
4789
|
+
import { jsx as jsx59, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
4794
4790
|
var ScPendingAction = ({
|
|
4795
4791
|
className,
|
|
4796
4792
|
...props
|
|
4797
4793
|
}) => {
|
|
4798
|
-
return /* @__PURE__ */
|
|
4799
|
-
/* @__PURE__ */
|
|
4794
|
+
return /* @__PURE__ */ jsxs51("div", { className: ScPendingAction_default.scPendingAction + " " + className, ...props, children: [
|
|
4795
|
+
/* @__PURE__ */ jsx59(
|
|
4800
4796
|
ScButton,
|
|
4801
4797
|
{
|
|
4802
|
-
icon: /* @__PURE__ */
|
|
4798
|
+
icon: /* @__PURE__ */ jsx59(SiconHome13, { className: ScPendingAction_default.siconHomeInstance }),
|
|
4803
4799
|
text: "Cancel",
|
|
4804
4800
|
variant: "error",
|
|
4805
4801
|
type: "tertiary",
|
|
@@ -4807,11 +4803,11 @@ var ScPendingAction = ({
|
|
|
4807
4803
|
className: ScPendingAction_default.scButtonInstance
|
|
4808
4804
|
}
|
|
4809
4805
|
),
|
|
4810
|
-
/* @__PURE__ */
|
|
4811
|
-
/* @__PURE__ */
|
|
4806
|
+
/* @__PURE__ */ jsx59(ScVDivider, { className: ScPendingAction_default.scVDividerInstance }),
|
|
4807
|
+
/* @__PURE__ */ jsx59(
|
|
4812
4808
|
ScButton,
|
|
4813
4809
|
{
|
|
4814
|
-
icon: /* @__PURE__ */
|
|
4810
|
+
icon: /* @__PURE__ */ jsx59(SiconHome13, { className: ScPendingAction_default.siconHomeInstance }),
|
|
4815
4811
|
text: "Resend",
|
|
4816
4812
|
variant: "tertiary",
|
|
4817
4813
|
size: "sm",
|
|
@@ -4835,7 +4831,7 @@ var ScQuickPrompt_default = {
|
|
|
4835
4831
|
|
|
4836
4832
|
// src/SC-quick prompt/ScQuickPrompt.tsx
|
|
4837
4833
|
import { SiconBolt as SiconBolt5 } from "@streamoid/icons";
|
|
4838
|
-
import { jsx as
|
|
4834
|
+
import { jsx as jsx60, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
4839
4835
|
var ScQuickPrompt = ({
|
|
4840
4836
|
appName = "Photogenix",
|
|
4841
4837
|
heading = "Swap Model and Background",
|
|
@@ -4843,20 +4839,20 @@ var ScQuickPrompt = ({
|
|
|
4843
4839
|
className,
|
|
4844
4840
|
...props
|
|
4845
4841
|
}) => {
|
|
4846
|
-
return /* @__PURE__ */
|
|
4847
|
-
/* @__PURE__ */
|
|
4848
|
-
/* @__PURE__ */
|
|
4849
|
-
/* @__PURE__ */
|
|
4842
|
+
return /* @__PURE__ */ jsxs52("div", { className: ScQuickPrompt_default.scQuickPrompt + " " + className, ...props, children: [
|
|
4843
|
+
/* @__PURE__ */ jsxs52("div", { className: ScQuickPrompt_default.header, children: [
|
|
4844
|
+
/* @__PURE__ */ jsx60("div", { className: ScQuickPrompt_default.iconContainer, children: /* @__PURE__ */ jsx60(SiconBolt5, { className: ScQuickPrompt_default.siconBoltInstance }) }),
|
|
4845
|
+
/* @__PURE__ */ jsx60("div", { className: ScQuickPrompt_default.titleContainer, children: /* @__PURE__ */ jsxs52("div", { className: ScQuickPrompt_default.title, children: [
|
|
4850
4846
|
appName,
|
|
4851
4847
|
" "
|
|
4852
4848
|
] }) })
|
|
4853
4849
|
] }),
|
|
4854
|
-
/* @__PURE__ */
|
|
4855
|
-
/* @__PURE__ */
|
|
4850
|
+
/* @__PURE__ */ jsxs52("div", { className: ScQuickPrompt_default.body, children: [
|
|
4851
|
+
/* @__PURE__ */ jsxs52("div", { className: ScQuickPrompt_default.heading, children: [
|
|
4856
4852
|
heading,
|
|
4857
4853
|
" "
|
|
4858
4854
|
] }),
|
|
4859
|
-
/* @__PURE__ */
|
|
4855
|
+
/* @__PURE__ */ jsxs52("div", { className: ScQuickPrompt_default.description, children: [
|
|
4860
4856
|
description,
|
|
4861
4857
|
" "
|
|
4862
4858
|
] })
|
|
@@ -4873,13 +4869,13 @@ var ScReferralTableHeader_default = {
|
|
|
4873
4869
|
};
|
|
4874
4870
|
|
|
4875
4871
|
// src/SC-referralTableHeader/ScReferralTableHeader.tsx
|
|
4876
|
-
import { jsx as
|
|
4872
|
+
import { jsx as jsx61, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
4877
4873
|
var ScReferralTableHeader = ({
|
|
4878
4874
|
className,
|
|
4879
4875
|
...props
|
|
4880
4876
|
}) => {
|
|
4881
|
-
return /* @__PURE__ */
|
|
4882
|
-
/* @__PURE__ */
|
|
4877
|
+
return /* @__PURE__ */ jsxs53("div", { className: ScReferralTableHeader_default.scReferralTableHeader + " " + className, children: [
|
|
4878
|
+
/* @__PURE__ */ jsx61(
|
|
4883
4879
|
ScHeader,
|
|
4884
4880
|
{
|
|
4885
4881
|
text: "User",
|
|
@@ -4887,7 +4883,7 @@ var ScReferralTableHeader = ({
|
|
|
4887
4883
|
className: ScReferralTableHeader_default.scHeaderInstance
|
|
4888
4884
|
}
|
|
4889
4885
|
),
|
|
4890
|
-
/* @__PURE__ */
|
|
4886
|
+
/* @__PURE__ */ jsx61(
|
|
4891
4887
|
ScHeader,
|
|
4892
4888
|
{
|
|
4893
4889
|
text: "Date",
|
|
@@ -4895,7 +4891,7 @@ var ScReferralTableHeader = ({
|
|
|
4895
4891
|
className: ScReferralTableHeader_default.scHeaderInstance2
|
|
4896
4892
|
}
|
|
4897
4893
|
),
|
|
4898
|
-
/* @__PURE__ */
|
|
4894
|
+
/* @__PURE__ */ jsx61(
|
|
4899
4895
|
ScHeader,
|
|
4900
4896
|
{
|
|
4901
4897
|
text: "Status",
|
|
@@ -4903,7 +4899,7 @@ var ScReferralTableHeader = ({
|
|
|
4903
4899
|
className: ScReferralTableHeader_default.scHeaderInstance3
|
|
4904
4900
|
}
|
|
4905
4901
|
),
|
|
4906
|
-
/* @__PURE__ */
|
|
4902
|
+
/* @__PURE__ */ jsx61(
|
|
4907
4903
|
ScHeader,
|
|
4908
4904
|
{
|
|
4909
4905
|
text: "Reward",
|
|
@@ -4924,7 +4920,7 @@ var ScReferralTableList_default = {
|
|
|
4924
4920
|
};
|
|
4925
4921
|
|
|
4926
4922
|
// src/SC-referralTableList/ScReferralTableList.tsx
|
|
4927
|
-
import { jsx as
|
|
4923
|
+
import { jsx as jsx62, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
4928
4924
|
var ScReferralTableList = ({
|
|
4929
4925
|
userEmail = "chris@kepler.com",
|
|
4930
4926
|
userName,
|
|
@@ -4934,8 +4930,8 @@ var ScReferralTableList = ({
|
|
|
4934
4930
|
className,
|
|
4935
4931
|
...props
|
|
4936
4932
|
}) => {
|
|
4937
|
-
return /* @__PURE__ */
|
|
4938
|
-
/* @__PURE__ */
|
|
4933
|
+
return /* @__PURE__ */ jsxs54("div", { className: ScReferralTableList_default.scReferralTableList + " " + className, ...props, children: [
|
|
4934
|
+
/* @__PURE__ */ jsx62(
|
|
4939
4935
|
ScProfile,
|
|
4940
4936
|
{
|
|
4941
4937
|
subText: userEmail,
|
|
@@ -4943,12 +4939,12 @@ var ScReferralTableList = ({
|
|
|
4943
4939
|
className: ScReferralTableList_default.scProfileInstance
|
|
4944
4940
|
}
|
|
4945
4941
|
),
|
|
4946
|
-
/* @__PURE__ */
|
|
4942
|
+
/* @__PURE__ */ jsxs54("div", { className: ScReferralTableList_default.date, children: [
|
|
4947
4943
|
date,
|
|
4948
4944
|
" "
|
|
4949
4945
|
] }),
|
|
4950
|
-
/* @__PURE__ */
|
|
4951
|
-
/* @__PURE__ */
|
|
4946
|
+
/* @__PURE__ */ jsx62(ScBadges, { text: status, className: ScReferralTableList_default.scBadgesInstance }),
|
|
4947
|
+
/* @__PURE__ */ jsxs54("div", { className: ScReferralTableList_default.points, children: [
|
|
4952
4948
|
points,
|
|
4953
4949
|
" "
|
|
4954
4950
|
] })
|
|
@@ -4964,33 +4960,33 @@ var ScSettingsNav_default = {
|
|
|
4964
4960
|
// src/SC-settingsNav/ScSettingsNav.tsx
|
|
4965
4961
|
import { SiconTeam as SiconTeam5 } from "@streamoid/icons";
|
|
4966
4962
|
import { SiconWorkspace, SiconReferral } from "@streamoid/icons";
|
|
4967
|
-
import { jsx as
|
|
4963
|
+
import { jsx as jsx63, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
4968
4964
|
var ScSettingsNav = ({
|
|
4969
4965
|
className,
|
|
4970
4966
|
...props
|
|
4971
4967
|
}) => {
|
|
4972
|
-
return /* @__PURE__ */
|
|
4973
|
-
/* @__PURE__ */
|
|
4968
|
+
return /* @__PURE__ */ jsx63("div", { className: ScSettingsNav_default.scSettingsNav + " " + className, ...props, children: /* @__PURE__ */ jsxs55("div", { className: ScSettingsNav_default.container, children: [
|
|
4969
|
+
/* @__PURE__ */ jsx63(
|
|
4974
4970
|
ScSidebarMenu,
|
|
4975
4971
|
{
|
|
4976
|
-
icon: /* @__PURE__ */
|
|
4972
|
+
icon: /* @__PURE__ */ jsx63(SiconTeam5, { className: ScSettingsNav_default.siconTeamInstance }),
|
|
4977
4973
|
text: "Profile",
|
|
4978
4974
|
state: "active",
|
|
4979
4975
|
className: ScSettingsNav_default.scSidebarMenuInstance
|
|
4980
4976
|
}
|
|
4981
4977
|
),
|
|
4982
|
-
/* @__PURE__ */
|
|
4978
|
+
/* @__PURE__ */ jsx63(
|
|
4983
4979
|
ScSidebarMenu,
|
|
4984
4980
|
{
|
|
4985
|
-
icon: /* @__PURE__ */
|
|
4981
|
+
icon: /* @__PURE__ */ jsx63(SiconWorkspace, { className: ScSettingsNav_default.siconWorkspaceInstance }),
|
|
4986
4982
|
text: "Workspace",
|
|
4987
4983
|
className: ScSettingsNav_default.scSidebarMenuInstance
|
|
4988
4984
|
}
|
|
4989
4985
|
),
|
|
4990
|
-
/* @__PURE__ */
|
|
4986
|
+
/* @__PURE__ */ jsx63(
|
|
4991
4987
|
ScSidebarMenu,
|
|
4992
4988
|
{
|
|
4993
|
-
icon: /* @__PURE__ */
|
|
4989
|
+
icon: /* @__PURE__ */ jsx63(SiconReferral, { className: ScSettingsNav_default.siconReferralInstance }),
|
|
4994
4990
|
text: "Referral",
|
|
4995
4991
|
className: ScSettingsNav_default.scSidebarMenuInstance
|
|
4996
4992
|
}
|
|
@@ -5006,7 +5002,7 @@ var ScTabField_default = {
|
|
|
5006
5002
|
};
|
|
5007
5003
|
|
|
5008
5004
|
// src/SC-tabField/ScTabField.tsx
|
|
5009
|
-
import { jsx as
|
|
5005
|
+
import { jsx as jsx64, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
5010
5006
|
var ScTabField = ({
|
|
5011
5007
|
label = "Label",
|
|
5012
5008
|
className,
|
|
@@ -5015,17 +5011,17 @@ var ScTabField = ({
|
|
|
5015
5011
|
onTabChange,
|
|
5016
5012
|
...props
|
|
5017
5013
|
}) => {
|
|
5018
|
-
return /* @__PURE__ */
|
|
5019
|
-
/* @__PURE__ */
|
|
5014
|
+
return /* @__PURE__ */ jsxs56("div", { className: ScTabField_default.scTabField + " " + className, children: [
|
|
5015
|
+
/* @__PURE__ */ jsx64("div", { className: ScTabField_default.labelContainer, children: /* @__PURE__ */ jsxs56("div", { className: ScTabField_default.label, children: [
|
|
5020
5016
|
label,
|
|
5021
5017
|
" "
|
|
5022
5018
|
] }) }),
|
|
5023
|
-
tabs ? /* @__PURE__ */
|
|
5019
|
+
tabs ? /* @__PURE__ */ jsx64(
|
|
5024
5020
|
ScTabSwitcher,
|
|
5025
5021
|
{
|
|
5026
5022
|
tabCount: String(tabs.length),
|
|
5027
5023
|
className: ScTabField_default.scTabSwitcherInstance,
|
|
5028
|
-
component: tabs[0] ? /* @__PURE__ */
|
|
5024
|
+
component: tabs[0] ? /* @__PURE__ */ jsx64(
|
|
5029
5025
|
ScTabComp,
|
|
5030
5026
|
{
|
|
5031
5027
|
text: tabs[0].label,
|
|
@@ -5035,7 +5031,7 @@ var ScTabField = ({
|
|
|
5035
5031
|
style: { flex: 1 }
|
|
5036
5032
|
}
|
|
5037
5033
|
) : void 0,
|
|
5038
|
-
component2: tabs[1] ? /* @__PURE__ */
|
|
5034
|
+
component2: tabs[1] ? /* @__PURE__ */ jsx64(
|
|
5039
5035
|
ScTabComp,
|
|
5040
5036
|
{
|
|
5041
5037
|
text: tabs[1].label,
|
|
@@ -5046,7 +5042,7 @@ var ScTabField = ({
|
|
|
5046
5042
|
}
|
|
5047
5043
|
) : void 0
|
|
5048
5044
|
}
|
|
5049
|
-
) : /* @__PURE__ */
|
|
5045
|
+
) : /* @__PURE__ */ jsx64(ScTabSwitcher, { className: ScTabField_default.scTabSwitcherInstance })
|
|
5050
5046
|
] });
|
|
5051
5047
|
};
|
|
5052
5048
|
|
|
@@ -5063,19 +5059,19 @@ var ScTableHeader_default = {
|
|
|
5063
5059
|
};
|
|
5064
5060
|
|
|
5065
5061
|
// src/SC-tableHeader/ScTableHeader.tsx
|
|
5066
|
-
import { Fragment as Fragment19, jsx as
|
|
5062
|
+
import { Fragment as Fragment19, jsx as jsx65, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
5067
5063
|
var ScTableHeader = ({
|
|
5068
5064
|
type = "default",
|
|
5069
5065
|
className,
|
|
5070
5066
|
...props
|
|
5071
5067
|
}) => {
|
|
5072
5068
|
const variantsClassName = ScTableHeader_default["type-" + type];
|
|
5073
|
-
return /* @__PURE__ */
|
|
5069
|
+
return /* @__PURE__ */ jsxs57(
|
|
5074
5070
|
"div",
|
|
5075
5071
|
{
|
|
5076
5072
|
className: ScTableHeader_default.scTableHeader + " " + className + " " + variantsClassName,
|
|
5077
5073
|
children: [
|
|
5078
|
-
/* @__PURE__ */
|
|
5074
|
+
/* @__PURE__ */ jsx65(
|
|
5079
5075
|
ScHeader,
|
|
5080
5076
|
{
|
|
5081
5077
|
text: "User",
|
|
@@ -5083,7 +5079,7 @@ var ScTableHeader = ({
|
|
|
5083
5079
|
className: ScTableHeader_default.scHeaderInstance
|
|
5084
5080
|
}
|
|
5085
5081
|
),
|
|
5086
|
-
/* @__PURE__ */
|
|
5082
|
+
/* @__PURE__ */ jsx65(
|
|
5087
5083
|
ScHeader,
|
|
5088
5084
|
{
|
|
5089
5085
|
text: "Role",
|
|
@@ -5091,7 +5087,7 @@ var ScTableHeader = ({
|
|
|
5091
5087
|
className: ScTableHeader_default.scHeaderInstance2
|
|
5092
5088
|
}
|
|
5093
5089
|
),
|
|
5094
|
-
/* @__PURE__ */
|
|
5090
|
+
/* @__PURE__ */ jsx65(
|
|
5095
5091
|
ScHeader,
|
|
5096
5092
|
{
|
|
5097
5093
|
text: "Access",
|
|
@@ -5099,7 +5095,7 @@ var ScTableHeader = ({
|
|
|
5099
5095
|
className: ScTableHeader_default.scHeaderInstance3
|
|
5100
5096
|
}
|
|
5101
5097
|
),
|
|
5102
|
-
/* @__PURE__ */
|
|
5098
|
+
/* @__PURE__ */ jsx65(
|
|
5103
5099
|
ScHeader,
|
|
5104
5100
|
{
|
|
5105
5101
|
text: "Invited by",
|
|
@@ -5107,7 +5103,7 @@ var ScTableHeader = ({
|
|
|
5107
5103
|
className: ScTableHeader_default.scHeaderInstance4
|
|
5108
5104
|
}
|
|
5109
5105
|
),
|
|
5110
|
-
type === "pending" && /* @__PURE__ */
|
|
5106
|
+
type === "pending" && /* @__PURE__ */ jsx65(Fragment19, { children: /* @__PURE__ */ jsx65(
|
|
5111
5107
|
ScHeader,
|
|
5112
5108
|
{
|
|
5113
5109
|
text: "Invite action",
|
|
@@ -5115,7 +5111,7 @@ var ScTableHeader = ({
|
|
|
5115
5111
|
className: ScTableHeader_default.scHeaderInstance5
|
|
5116
5112
|
}
|
|
5117
5113
|
) }),
|
|
5118
|
-
type === "default" && /* @__PURE__ */
|
|
5114
|
+
type === "default" && /* @__PURE__ */ jsx65(Fragment19, { children: /* @__PURE__ */ jsx65(
|
|
5119
5115
|
ScHeader,
|
|
5120
5116
|
{
|
|
5121
5117
|
text: "Signed On",
|
|
@@ -5149,7 +5145,7 @@ var ScTableList_default = {
|
|
|
5149
5145
|
// src/SC-tableList/ScTableList.tsx
|
|
5150
5146
|
import { SiconArtifacts as SiconArtifacts6, SiconPhotogenix as SiconPhotogenix3 } from "@streamoid/icons";
|
|
5151
5147
|
import { SiconUserAdd, SiconCoins } from "@streamoid/icons";
|
|
5152
|
-
import { Fragment as Fragment20, jsx as
|
|
5148
|
+
import { Fragment as Fragment20, jsx as jsx66, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
5153
5149
|
var ScTableList = ({
|
|
5154
5150
|
invitedBy = "Rohan",
|
|
5155
5151
|
signedOn = "Nov 9th, 2025",
|
|
@@ -5161,51 +5157,51 @@ var ScTableList = ({
|
|
|
5161
5157
|
...props
|
|
5162
5158
|
}) => {
|
|
5163
5159
|
const variantsClassName = ScTableList_default["hover-" + hover] + " " + ScTableList_default["variant-" + variant];
|
|
5164
|
-
return /* @__PURE__ */
|
|
5160
|
+
return /* @__PURE__ */ jsxs58(
|
|
5165
5161
|
"div",
|
|
5166
5162
|
{
|
|
5167
5163
|
className: ScTableList_default.scTableList + " " + className + " " + variantsClassName,
|
|
5168
5164
|
onClick: (e) => onRowClick && onRowClick(invitedBy, e),
|
|
5169
5165
|
...props,
|
|
5170
5166
|
children: [
|
|
5171
|
-
/* @__PURE__ */
|
|
5167
|
+
/* @__PURE__ */ jsx66(
|
|
5172
5168
|
ScProfile,
|
|
5173
5169
|
{
|
|
5174
5170
|
subText: userEmail,
|
|
5175
5171
|
className: ScTableList_default.scProfileInstance
|
|
5176
5172
|
}
|
|
5177
5173
|
),
|
|
5178
|
-
/* @__PURE__ */
|
|
5179
|
-
/* @__PURE__ */
|
|
5180
|
-
/* @__PURE__ */
|
|
5174
|
+
/* @__PURE__ */ jsx66(ScRole, { className: ScTableList_default.scRoleInstance }),
|
|
5175
|
+
/* @__PURE__ */ jsxs58("div", { className: ScTableList_default.accessInfo, children: [
|
|
5176
|
+
/* @__PURE__ */ jsx66(
|
|
5181
5177
|
ScAccess,
|
|
5182
5178
|
{
|
|
5183
|
-
component: /* @__PURE__ */
|
|
5184
|
-
component2: /* @__PURE__ */
|
|
5179
|
+
component: /* @__PURE__ */ jsx66(SiconArtifacts6, { className: ScTableList_default.siconArtifactsInstance }),
|
|
5180
|
+
component2: /* @__PURE__ */ jsx66(SiconPhotogenix3, { className: ScTableList_default.siconPhotogenixInstance }),
|
|
5185
5181
|
className: ScTableList_default.scAccessInstance
|
|
5186
5182
|
}
|
|
5187
5183
|
),
|
|
5188
|
-
/* @__PURE__ */
|
|
5184
|
+
/* @__PURE__ */ jsx66(
|
|
5189
5185
|
ScAccess,
|
|
5190
5186
|
{
|
|
5191
|
-
component: /* @__PURE__ */
|
|
5192
|
-
component2: /* @__PURE__ */
|
|
5187
|
+
component: /* @__PURE__ */ jsx66(SiconUserAdd, { className: ScTableList_default.siconUserAddInstance }),
|
|
5188
|
+
component2: /* @__PURE__ */ jsx66(SiconCoins, { className: ScTableList_default.siconCoinsInstance }),
|
|
5193
5189
|
visibleSiconCatalogix: false,
|
|
5194
5190
|
className: ScTableList_default.scAccessInstance
|
|
5195
5191
|
}
|
|
5196
5192
|
)
|
|
5197
5193
|
] }),
|
|
5198
|
-
/* @__PURE__ */
|
|
5194
|
+
/* @__PURE__ */ jsxs58("div", { className: ScTableList_default.userName, children: [
|
|
5199
5195
|
invitedBy,
|
|
5200
5196
|
" "
|
|
5201
5197
|
] }),
|
|
5202
|
-
variant === "pending" && /* @__PURE__ */
|
|
5198
|
+
variant === "pending" && /* @__PURE__ */ jsx66(Fragment20, { children: /* @__PURE__ */ jsx66(
|
|
5203
5199
|
ScPendingAction,
|
|
5204
5200
|
{
|
|
5205
5201
|
className: ScTableList_default.scPendingActionInstance
|
|
5206
5202
|
}
|
|
5207
5203
|
) }),
|
|
5208
|
-
variant === "active" && /* @__PURE__ */
|
|
5204
|
+
variant === "active" && /* @__PURE__ */ jsx66(Fragment20, { children: /* @__PURE__ */ jsxs58("div", { className: ScTableList_default.date, children: [
|
|
5209
5205
|
signedOn,
|
|
5210
5206
|
" "
|
|
5211
5207
|
] }) })
|
|
@@ -5240,7 +5236,7 @@ import {
|
|
|
5240
5236
|
SiconSwitch as SiconSwitch2,
|
|
5241
5237
|
SiconLogout as SiconLogout2
|
|
5242
5238
|
} from "@streamoid/icons";
|
|
5243
|
-
import { jsx as
|
|
5239
|
+
import { jsx as jsx67, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
5244
5240
|
var ScWorkspaceCard = ({
|
|
5245
5241
|
workspaceName = "Stores",
|
|
5246
5242
|
role = "Admin",
|
|
@@ -5250,21 +5246,21 @@ var ScWorkspaceCard = ({
|
|
|
5250
5246
|
className,
|
|
5251
5247
|
...props
|
|
5252
5248
|
}) => {
|
|
5253
|
-
return /* @__PURE__ */
|
|
5254
|
-
/* @__PURE__ */
|
|
5255
|
-
/* @__PURE__ */
|
|
5249
|
+
return /* @__PURE__ */ jsxs59("div", { className: ScWorkspaceCard_default.scWorkspaceCard + " " + className, ...props, children: [
|
|
5250
|
+
/* @__PURE__ */ jsxs59("div", { className: ScWorkspaceCard_default.workspaceInfo, children: [
|
|
5251
|
+
/* @__PURE__ */ jsx67(
|
|
5256
5252
|
ScIntialProfileCover,
|
|
5257
5253
|
{
|
|
5258
5254
|
className: ScWorkspaceCard_default.scIntialProfileCoverInstance
|
|
5259
5255
|
}
|
|
5260
5256
|
),
|
|
5261
|
-
/* @__PURE__ */
|
|
5257
|
+
/* @__PURE__ */ jsxs59("div", { className: ScWorkspaceCard_default.workspaceName, children: [
|
|
5262
5258
|
workspaceName,
|
|
5263
5259
|
" "
|
|
5264
5260
|
] })
|
|
5265
5261
|
] }),
|
|
5266
|
-
/* @__PURE__ */
|
|
5267
|
-
/* @__PURE__ */
|
|
5262
|
+
/* @__PURE__ */ jsxs59("div", { className: ScWorkspaceCard_default.userInfo, children: [
|
|
5263
|
+
/* @__PURE__ */ jsx67(
|
|
5268
5264
|
ScBadges,
|
|
5269
5265
|
{
|
|
5270
5266
|
text: role,
|
|
@@ -5272,41 +5268,41 @@ var ScWorkspaceCard = ({
|
|
|
5272
5268
|
className: ScWorkspaceCard_default.scBadgesInstance
|
|
5273
5269
|
}
|
|
5274
5270
|
),
|
|
5275
|
-
/* @__PURE__ */
|
|
5276
|
-
/* @__PURE__ */
|
|
5271
|
+
/* @__PURE__ */ jsxs59("div", { className: ScWorkspaceCard_default.userDetails, children: [
|
|
5272
|
+
/* @__PURE__ */ jsx67(
|
|
5277
5273
|
ScPairtext,
|
|
5278
5274
|
{
|
|
5279
|
-
icon: /* @__PURE__ */
|
|
5275
|
+
icon: /* @__PURE__ */ jsx67(SiconTeam6, { className: ScWorkspaceCard_default.siconTeamInstance }),
|
|
5280
5276
|
content: userCount,
|
|
5281
5277
|
className: ScWorkspaceCard_default.scPairtextInstance
|
|
5282
5278
|
}
|
|
5283
5279
|
),
|
|
5284
|
-
/* @__PURE__ */
|
|
5285
|
-
/* @__PURE__ */
|
|
5280
|
+
/* @__PURE__ */ jsx67(ScVDivider, { className: ScWorkspaceCard_default.scVDividerInstance }),
|
|
5281
|
+
/* @__PURE__ */ jsx67(
|
|
5286
5282
|
ScPairtext,
|
|
5287
5283
|
{
|
|
5288
|
-
icon: /* @__PURE__ */
|
|
5284
|
+
icon: /* @__PURE__ */ jsx67(SiconCrown2, { className: ScWorkspaceCard_default.siconCrownInstance }),
|
|
5289
5285
|
content: ownerEmail,
|
|
5290
5286
|
className: ScWorkspaceCard_default.scPairtextInstance
|
|
5291
5287
|
}
|
|
5292
5288
|
)
|
|
5293
5289
|
] })
|
|
5294
5290
|
] }),
|
|
5295
|
-
/* @__PURE__ */
|
|
5291
|
+
/* @__PURE__ */ jsx67(
|
|
5296
5292
|
ScButton,
|
|
5297
5293
|
{
|
|
5298
|
-
icon: /* @__PURE__ */
|
|
5294
|
+
icon: /* @__PURE__ */ jsx67(SiconSwitch2, { className: ScWorkspaceCard_default.siconSwitchInstance }),
|
|
5299
5295
|
text: buttonText,
|
|
5300
5296
|
state: "disabled",
|
|
5301
5297
|
variant: "outline",
|
|
5302
5298
|
className: ScWorkspaceCard_default.scButtonInstance
|
|
5303
5299
|
}
|
|
5304
5300
|
),
|
|
5305
|
-
/* @__PURE__ */
|
|
5301
|
+
/* @__PURE__ */ jsx67(
|
|
5306
5302
|
ScButton,
|
|
5307
5303
|
{
|
|
5308
5304
|
text: "Leave workspace",
|
|
5309
|
-
icon: /* @__PURE__ */
|
|
5305
|
+
icon: /* @__PURE__ */ jsx67(SiconLogout2, { className: ScWorkspaceCard_default.siconLogoutInstance }),
|
|
5310
5306
|
styleVariant: "icon-only",
|
|
5311
5307
|
variant: "error",
|
|
5312
5308
|
className: ScWorkspaceCard_default.scButtonInstance2
|
|
@@ -5342,7 +5338,7 @@ var ScWorkspaceSwitchCard_default = {
|
|
|
5342
5338
|
};
|
|
5343
5339
|
|
|
5344
5340
|
// src/SC-WorkspaceSwitchCard/ScWorkspaceSwitchCard.tsx
|
|
5345
|
-
import { jsx as
|
|
5341
|
+
import { jsx as jsx68, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
5346
5342
|
function ScWorkspaceSwitchCard({
|
|
5347
5343
|
wsName = "Workspace name is kepler",
|
|
5348
5344
|
role = "Admin",
|
|
@@ -5372,14 +5368,14 @@ function ScWorkspaceSwitchCard({
|
|
|
5372
5368
|
].filter(Boolean).join(" ");
|
|
5373
5369
|
const dpBg = isCurrent ? "var(--alias-fill-neutral-neutralactive, #313131)" : "var(--alias-fill-neutral-neutralselected, #242424)";
|
|
5374
5370
|
const roleColorClass = isAdmin ? ScWorkspaceSwitchCard_default.detailValueRole : ScWorkspaceSwitchCard_default.detailValueInfo;
|
|
5375
|
-
return /* @__PURE__ */
|
|
5371
|
+
return /* @__PURE__ */ jsx68(
|
|
5376
5372
|
"div",
|
|
5377
5373
|
{
|
|
5378
5374
|
className: cardClass,
|
|
5379
5375
|
onMouseEnter: () => setInternalHover(true),
|
|
5380
5376
|
onMouseLeave: () => setInternalHover(false),
|
|
5381
|
-
children: /* @__PURE__ */
|
|
5382
|
-
/* @__PURE__ */
|
|
5377
|
+
children: /* @__PURE__ */ jsxs60("div", { className: ScWorkspaceSwitchCard_default.wsInfo, children: [
|
|
5378
|
+
/* @__PURE__ */ jsx68(
|
|
5383
5379
|
ScDp,
|
|
5384
5380
|
{
|
|
5385
5381
|
type: imageUrl ? "image" : "initial",
|
|
@@ -5393,26 +5389,26 @@ function ScWorkspaceSwitchCard({
|
|
|
5393
5389
|
}
|
|
5394
5390
|
}
|
|
5395
5391
|
),
|
|
5396
|
-
/* @__PURE__ */
|
|
5397
|
-
/* @__PURE__ */
|
|
5398
|
-
/* @__PURE__ */
|
|
5399
|
-
/* @__PURE__ */
|
|
5400
|
-
/* @__PURE__ */
|
|
5401
|
-
/* @__PURE__ */
|
|
5392
|
+
/* @__PURE__ */ jsxs60("div", { className: ScWorkspaceSwitchCard_default.infoCol, children: [
|
|
5393
|
+
/* @__PURE__ */ jsx68("p", { className: ScWorkspaceSwitchCard_default.wsName, children: wsName }),
|
|
5394
|
+
/* @__PURE__ */ jsxs60("div", { className: ScWorkspaceSwitchCard_default.detailsRow, children: [
|
|
5395
|
+
/* @__PURE__ */ jsxs60("div", { className: ScWorkspaceSwitchCard_default.detailItem, children: [
|
|
5396
|
+
/* @__PURE__ */ jsx68("span", { className: ScWorkspaceSwitchCard_default.detailLabel, children: "Role" }),
|
|
5397
|
+
/* @__PURE__ */ jsx68("span", { className: roleColorClass, children: displayRole })
|
|
5402
5398
|
] }),
|
|
5403
|
-
/* @__PURE__ */
|
|
5404
|
-
/* @__PURE__ */
|
|
5405
|
-
/* @__PURE__ */
|
|
5406
|
-
/* @__PURE__ */
|
|
5399
|
+
/* @__PURE__ */ jsx68(ScVDivider, { className: ScWorkspaceSwitchCard_default.vDivider }),
|
|
5400
|
+
/* @__PURE__ */ jsxs60("div", { className: ScWorkspaceSwitchCard_default.detailItem, children: [
|
|
5401
|
+
/* @__PURE__ */ jsx68("span", { className: ScWorkspaceSwitchCard_default.detailLabel, children: "Plan" }),
|
|
5402
|
+
/* @__PURE__ */ jsx68("span", { className: ScWorkspaceSwitchCard_default.detailValueSecondary, children: plan })
|
|
5407
5403
|
] }),
|
|
5408
|
-
/* @__PURE__ */
|
|
5409
|
-
/* @__PURE__ */
|
|
5410
|
-
/* @__PURE__ */
|
|
5411
|
-
/* @__PURE__ */
|
|
5404
|
+
/* @__PURE__ */ jsx68(ScVDivider, { className: ScWorkspaceSwitchCard_default.vDivider }),
|
|
5405
|
+
/* @__PURE__ */ jsxs60("div", { className: ScWorkspaceSwitchCard_default.detailItemFlex, children: [
|
|
5406
|
+
/* @__PURE__ */ jsx68("span", { className: ScWorkspaceSwitchCard_default.detailLabel, children: "Workspace Owner" }),
|
|
5407
|
+
/* @__PURE__ */ jsx68("span", { className: ScWorkspaceSwitchCard_default.detailValueSecondary, children: ownerId })
|
|
5412
5408
|
] })
|
|
5413
5409
|
] })
|
|
5414
5410
|
] }),
|
|
5415
|
-
isHover && isOther && /* @__PURE__ */
|
|
5411
|
+
isHover && isOther && /* @__PURE__ */ jsx68(
|
|
5416
5412
|
"div",
|
|
5417
5413
|
{
|
|
5418
5414
|
onClick: (e) => {
|
|
@@ -5420,19 +5416,19 @@ function ScWorkspaceSwitchCard({
|
|
|
5420
5416
|
onSwitch?.();
|
|
5421
5417
|
},
|
|
5422
5418
|
style: { cursor: "pointer" },
|
|
5423
|
-
children: /* @__PURE__ */
|
|
5419
|
+
children: /* @__PURE__ */ jsx68(
|
|
5424
5420
|
ScButton,
|
|
5425
5421
|
{
|
|
5426
5422
|
text: "Switch Workspace",
|
|
5427
5423
|
variant: "secondary",
|
|
5428
5424
|
size: "sm",
|
|
5429
5425
|
styleVariant: "icon-left",
|
|
5430
|
-
icon: /* @__PURE__ */
|
|
5426
|
+
icon: /* @__PURE__ */ jsx68(SiconSwitch3, { className: ScWorkspaceSwitchCard_default.btnIcon })
|
|
5431
5427
|
}
|
|
5432
5428
|
)
|
|
5433
5429
|
}
|
|
5434
5430
|
),
|
|
5435
|
-
isHover && isAdmin && /* @__PURE__ */
|
|
5431
|
+
isHover && isAdmin && /* @__PURE__ */ jsx68(
|
|
5436
5432
|
"div",
|
|
5437
5433
|
{
|
|
5438
5434
|
onClick: (e) => {
|
|
@@ -5440,18 +5436,18 @@ function ScWorkspaceSwitchCard({
|
|
|
5440
5436
|
onSettings?.();
|
|
5441
5437
|
},
|
|
5442
5438
|
style: { cursor: "pointer" },
|
|
5443
|
-
children: /* @__PURE__ */
|
|
5439
|
+
children: /* @__PURE__ */ jsx68(
|
|
5444
5440
|
ScButton,
|
|
5445
5441
|
{
|
|
5446
5442
|
styleVariant: "icon-only",
|
|
5447
5443
|
variant: "outline",
|
|
5448
5444
|
size: "sm",
|
|
5449
|
-
icon: /* @__PURE__ */
|
|
5445
|
+
icon: /* @__PURE__ */ jsx68(SiconSettings3, { className: ScWorkspaceSwitchCard_default.btnIcon })
|
|
5450
5446
|
}
|
|
5451
5447
|
)
|
|
5452
5448
|
}
|
|
5453
5449
|
),
|
|
5454
|
-
isHover && !isAdmin && /* @__PURE__ */
|
|
5450
|
+
isHover && !isAdmin && /* @__PURE__ */ jsx68(
|
|
5455
5451
|
"div",
|
|
5456
5452
|
{
|
|
5457
5453
|
className: ScWorkspaceSwitchCard_default.leaveBtn,
|
|
@@ -5459,7 +5455,7 @@ function ScWorkspaceSwitchCard({
|
|
|
5459
5455
|
e.stopPropagation();
|
|
5460
5456
|
onLeave?.();
|
|
5461
5457
|
},
|
|
5462
|
-
children: /* @__PURE__ */
|
|
5458
|
+
children: /* @__PURE__ */ jsx68(SiconLogout3, { className: ScWorkspaceSwitchCard_default.btnIcon, color: "currentColor" })
|
|
5463
5459
|
}
|
|
5464
5460
|
)
|
|
5465
5461
|
] })
|
|
@@ -5477,18 +5473,18 @@ var ScRoleMobile_default = {
|
|
|
5477
5473
|
};
|
|
5478
5474
|
|
|
5479
5475
|
// src/SC-Role-Mobile/ScRoleMobile.tsx
|
|
5480
|
-
import { jsx as
|
|
5476
|
+
import { jsx as jsx69 } from "react/jsx-runtime";
|
|
5481
5477
|
var ScRoleMobile = ({
|
|
5482
5478
|
role = "admin",
|
|
5483
5479
|
className,
|
|
5484
5480
|
...props
|
|
5485
5481
|
}) => {
|
|
5486
|
-
return /* @__PURE__ */
|
|
5482
|
+
return /* @__PURE__ */ jsx69(
|
|
5487
5483
|
"div",
|
|
5488
5484
|
{
|
|
5489
5485
|
className: ScRoleMobile_default.scRoleMobile + " " + ScRoleMobile_default["role-" + role] + " " + className,
|
|
5490
5486
|
...props,
|
|
5491
|
-
children: /* @__PURE__ */
|
|
5487
|
+
children: /* @__PURE__ */ jsx69("p", { className: ScRoleMobile_default.text, children: role === "admin" ? "Admin" : "Member" })
|
|
5492
5488
|
}
|
|
5493
5489
|
);
|
|
5494
5490
|
};
|
|
@@ -5505,7 +5501,7 @@ var ScProfileV2Mobile_default = {
|
|
|
5505
5501
|
};
|
|
5506
5502
|
|
|
5507
5503
|
// src/SC-Profile-V2-Mobile/ScProfileV2Mobile.tsx
|
|
5508
|
-
import { jsx as
|
|
5504
|
+
import { jsx as jsx70, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
5509
5505
|
var ScProfileV2Mobile = ({
|
|
5510
5506
|
name = "Chris Hemsworth",
|
|
5511
5507
|
email = "chris@kepler.com",
|
|
@@ -5515,17 +5511,17 @@ var ScProfileV2Mobile = ({
|
|
|
5515
5511
|
...props
|
|
5516
5512
|
}) => {
|
|
5517
5513
|
const initials = name.split(" ").map((n) => n[0]).join("").toUpperCase().slice(0, 2);
|
|
5518
|
-
const profileImage = /* @__PURE__ */
|
|
5519
|
-
return /* @__PURE__ */
|
|
5514
|
+
const profileImage = /* @__PURE__ */ jsx70("div", { className: ScProfileV2Mobile_default.profileImage, children: imageUrl ? /* @__PURE__ */ jsx70("img", { src: imageUrl, alt: name, className: ScProfileV2Mobile_default.image }) : /* @__PURE__ */ jsx70("div", { className: ScProfileV2Mobile_default.initials, children: initials }) });
|
|
5515
|
+
return /* @__PURE__ */ jsxs61(
|
|
5520
5516
|
"div",
|
|
5521
5517
|
{
|
|
5522
5518
|
className: ScProfileV2Mobile_default.scProfileV2Mobile + " " + className,
|
|
5523
5519
|
...props,
|
|
5524
5520
|
children: [
|
|
5525
5521
|
dpPosition === "left" && profileImage,
|
|
5526
|
-
/* @__PURE__ */
|
|
5527
|
-
/* @__PURE__ */
|
|
5528
|
-
/* @__PURE__ */
|
|
5522
|
+
/* @__PURE__ */ jsxs61("div", { className: ScProfileV2Mobile_default.userInfo, children: [
|
|
5523
|
+
/* @__PURE__ */ jsx70("p", { className: ScProfileV2Mobile_default.userName, children: name }),
|
|
5524
|
+
/* @__PURE__ */ jsx70("p", { className: ScProfileV2Mobile_default.userEmail, children: email })
|
|
5529
5525
|
] }),
|
|
5530
5526
|
dpPosition === "right" && profileImage
|
|
5531
5527
|
]
|
|
@@ -5552,7 +5548,7 @@ var ScTableListMobile_default = {
|
|
|
5552
5548
|
};
|
|
5553
5549
|
|
|
5554
5550
|
// src/SC-tableList-mobile/ScTableListMobile.tsx
|
|
5555
|
-
import { jsx as
|
|
5551
|
+
import { jsx as jsx71, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
5556
5552
|
var ScTableListMobile = ({
|
|
5557
5553
|
name = "Chris Hemsworth",
|
|
5558
5554
|
email = "chris@kepler.com",
|
|
@@ -5565,25 +5561,25 @@ var ScTableListMobile = ({
|
|
|
5565
5561
|
...props
|
|
5566
5562
|
}) => {
|
|
5567
5563
|
const initials = name.split(" ").map((n) => n[0]).join("").toUpperCase().slice(0, 2);
|
|
5568
|
-
return /* @__PURE__ */
|
|
5564
|
+
return /* @__PURE__ */ jsxs62(
|
|
5569
5565
|
"div",
|
|
5570
5566
|
{
|
|
5571
5567
|
className: ScTableListMobile_default.scTableListMobile + " " + className,
|
|
5572
5568
|
onClick: onRowClick,
|
|
5573
5569
|
...props,
|
|
5574
5570
|
children: [
|
|
5575
|
-
/* @__PURE__ */
|
|
5576
|
-
/* @__PURE__ */
|
|
5577
|
-
/* @__PURE__ */
|
|
5578
|
-
/* @__PURE__ */
|
|
5571
|
+
/* @__PURE__ */ jsxs62("div", { className: ScTableListMobile_default.profileRow, children: [
|
|
5572
|
+
/* @__PURE__ */ jsxs62("div", { className: ScTableListMobile_default.userInfo, children: [
|
|
5573
|
+
/* @__PURE__ */ jsx71("p", { className: ScTableListMobile_default.userName, children: name }),
|
|
5574
|
+
/* @__PURE__ */ jsx71("p", { className: ScTableListMobile_default.userEmail, children: email })
|
|
5579
5575
|
] }),
|
|
5580
|
-
/* @__PURE__ */
|
|
5576
|
+
/* @__PURE__ */ jsx71("div", { className: ScTableListMobile_default.profileImage, children: imageUrl ? /* @__PURE__ */ jsx71("img", { src: imageUrl, alt: name, className: ScTableListMobile_default.image }) : /* @__PURE__ */ jsx71("div", { className: ScTableListMobile_default.initials, children: initials }) })
|
|
5581
5577
|
] }),
|
|
5582
|
-
/* @__PURE__ */
|
|
5583
|
-
/* @__PURE__ */
|
|
5584
|
-
/* @__PURE__ */
|
|
5585
|
-
accessIcons && accessIcons.length > 0 && /* @__PURE__ */
|
|
5586
|
-
permissionIcons && permissionIcons.length > 0 && /* @__PURE__ */
|
|
5578
|
+
/* @__PURE__ */ jsxs62("div", { className: ScTableListMobile_default.detailsRow, children: [
|
|
5579
|
+
/* @__PURE__ */ jsx71("div", { className: ScTableListMobile_default.roleBadge, children: /* @__PURE__ */ jsx71("p", { className: ScTableListMobile_default.roleText, children: role }) }),
|
|
5580
|
+
/* @__PURE__ */ jsxs62("div", { className: ScTableListMobile_default.accessInfo, children: [
|
|
5581
|
+
accessIcons && accessIcons.length > 0 && /* @__PURE__ */ jsx71("div", { className: ScTableListMobile_default.accessGroup, children: accessIcons.map((icon, i) => /* @__PURE__ */ jsx71("span", { className: ScTableListMobile_default.accessIcon, children: icon }, i)) }),
|
|
5582
|
+
permissionIcons && permissionIcons.length > 0 && /* @__PURE__ */ jsx71("div", { className: ScTableListMobile_default.accessGroup, children: permissionIcons.map((icon, i) => /* @__PURE__ */ jsx71("span", { className: ScTableListMobile_default.accessIcon, children: icon }, i)) })
|
|
5587
5583
|
] })
|
|
5588
5584
|
] })
|
|
5589
5585
|
]
|
|
@@ -5611,7 +5607,7 @@ var ScWorkspaceSwitchMobile_default = {
|
|
|
5611
5607
|
};
|
|
5612
5608
|
|
|
5613
5609
|
// src/SC-workspaceSwitch-Mobile/ScWorkspaceSwitchMobile.tsx
|
|
5614
|
-
import { jsx as
|
|
5610
|
+
import { jsx as jsx72, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
5615
5611
|
var ScWorkspaceSwitchMobile = ({
|
|
5616
5612
|
storeName = "Stores",
|
|
5617
5613
|
initials = "WS",
|
|
@@ -5624,24 +5620,24 @@ var ScWorkspaceSwitchMobile = ({
|
|
|
5624
5620
|
...props
|
|
5625
5621
|
}) => {
|
|
5626
5622
|
const variant = currentWs ? "current" : "other";
|
|
5627
|
-
return /* @__PURE__ */
|
|
5623
|
+
return /* @__PURE__ */ jsxs63(
|
|
5628
5624
|
"div",
|
|
5629
5625
|
{
|
|
5630
5626
|
className: ScWorkspaceSwitchMobile_default.scWorkspaceSwitchMobile + " " + ScWorkspaceSwitchMobile_default["variant-" + variant] + " " + className,
|
|
5631
5627
|
onClick,
|
|
5632
5628
|
...props,
|
|
5633
5629
|
children: [
|
|
5634
|
-
/* @__PURE__ */
|
|
5635
|
-
/* @__PURE__ */
|
|
5636
|
-
/* @__PURE__ */
|
|
5637
|
-
/* @__PURE__ */
|
|
5630
|
+
/* @__PURE__ */ jsxs63("div", { className: ScWorkspaceSwitchMobile_default.workspaceInfo, children: [
|
|
5631
|
+
/* @__PURE__ */ jsxs63("div", { className: ScWorkspaceSwitchMobile_default.wsNameRow, children: [
|
|
5632
|
+
/* @__PURE__ */ jsx72("div", { className: ScWorkspaceSwitchMobile_default.initialsBox, children: /* @__PURE__ */ jsx72("span", { className: ScWorkspaceSwitchMobile_default.initialsText, children: initials }) }),
|
|
5633
|
+
/* @__PURE__ */ jsx72("p", { className: ScWorkspaceSwitchMobile_default.storeName, children: storeName })
|
|
5638
5634
|
] }),
|
|
5639
|
-
/* @__PURE__ */
|
|
5635
|
+
/* @__PURE__ */ jsx72("div", { className: ScWorkspaceSwitchMobile_default.roleBadge, children: /* @__PURE__ */ jsx72("p", { className: ScWorkspaceSwitchMobile_default.roleText, children: role }) })
|
|
5640
5636
|
] }),
|
|
5641
|
-
/* @__PURE__ */
|
|
5642
|
-
/* @__PURE__ */
|
|
5643
|
-
/* @__PURE__ */
|
|
5644
|
-
/* @__PURE__ */
|
|
5637
|
+
/* @__PURE__ */ jsx72("div", { className: ScWorkspaceSwitchMobile_default.divider }),
|
|
5638
|
+
/* @__PURE__ */ jsxs63("div", { className: ScWorkspaceSwitchMobile_default.ownerRow, children: [
|
|
5639
|
+
/* @__PURE__ */ jsx72("div", { className: ScWorkspaceSwitchMobile_default.ownerIconContainer, children: ownerIcon && /* @__PURE__ */ jsx72("span", { className: ScWorkspaceSwitchMobile_default.ownerIcon, children: ownerIcon }) }),
|
|
5640
|
+
/* @__PURE__ */ jsx72("p", { className: ScWorkspaceSwitchMobile_default.ownerText, children: ownerId })
|
|
5645
5641
|
] })
|
|
5646
5642
|
]
|
|
5647
5643
|
}
|
|
@@ -5668,7 +5664,7 @@ var ScWorkspaceSettingsMobile_default = {
|
|
|
5668
5664
|
};
|
|
5669
5665
|
|
|
5670
5666
|
// src/SC-workspaceSettings-Mobile/ScWorkspaceSettingsMobile.tsx
|
|
5671
|
-
import { jsx as
|
|
5667
|
+
import { jsx as jsx73, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
5672
5668
|
var ScWorkspaceSettingsMobile = ({
|
|
5673
5669
|
storeName = "Stores",
|
|
5674
5670
|
initials = "WS",
|
|
@@ -5683,28 +5679,28 @@ var ScWorkspaceSettingsMobile = ({
|
|
|
5683
5679
|
...props
|
|
5684
5680
|
}) => {
|
|
5685
5681
|
const variant = currentWs ? "current" : "other";
|
|
5686
|
-
return /* @__PURE__ */
|
|
5682
|
+
return /* @__PURE__ */ jsxs64(
|
|
5687
5683
|
"div",
|
|
5688
5684
|
{
|
|
5689
5685
|
className: ScWorkspaceSettingsMobile_default.scWorkspaceSettingsMobile + " " + ScWorkspaceSettingsMobile_default["variant-" + variant] + " " + className,
|
|
5690
5686
|
onClick,
|
|
5691
5687
|
...props,
|
|
5692
5688
|
children: [
|
|
5693
|
-
/* @__PURE__ */
|
|
5694
|
-
/* @__PURE__ */
|
|
5695
|
-
/* @__PURE__ */
|
|
5696
|
-
/* @__PURE__ */
|
|
5689
|
+
/* @__PURE__ */ jsxs64("div", { className: ScWorkspaceSettingsMobile_default.workspaceInfo, children: [
|
|
5690
|
+
/* @__PURE__ */ jsxs64("div", { className: ScWorkspaceSettingsMobile_default.wsNameRow, children: [
|
|
5691
|
+
/* @__PURE__ */ jsx73("div", { className: ScWorkspaceSettingsMobile_default.initialsBox, children: /* @__PURE__ */ jsx73("span", { className: ScWorkspaceSettingsMobile_default.initialsText, children: initials }) }),
|
|
5692
|
+
/* @__PURE__ */ jsx73("p", { className: ScWorkspaceSettingsMobile_default.storeName, children: storeName })
|
|
5697
5693
|
] }),
|
|
5698
|
-
/* @__PURE__ */
|
|
5694
|
+
/* @__PURE__ */ jsx73("div", { className: ScWorkspaceSettingsMobile_default.roleBadge, children: /* @__PURE__ */ jsx73("p", { className: ScWorkspaceSettingsMobile_default.roleText, children: role }) })
|
|
5699
5695
|
] }),
|
|
5700
|
-
/* @__PURE__ */
|
|
5701
|
-
/* @__PURE__ */
|
|
5702
|
-
/* @__PURE__ */
|
|
5703
|
-
/* @__PURE__ */
|
|
5696
|
+
/* @__PURE__ */ jsx73("div", { className: ScWorkspaceSettingsMobile_default.divider }),
|
|
5697
|
+
/* @__PURE__ */ jsxs64("div", { className: ScWorkspaceSettingsMobile_default.infoRow, children: [
|
|
5698
|
+
/* @__PURE__ */ jsx73("div", { className: ScWorkspaceSettingsMobile_default.iconContainer, children: ownerIcon && /* @__PURE__ */ jsx73("span", { className: ScWorkspaceSettingsMobile_default.icon, children: ownerIcon }) }),
|
|
5699
|
+
/* @__PURE__ */ jsx73("p", { className: ScWorkspaceSettingsMobile_default.infoText, children: ownerId })
|
|
5704
5700
|
] }),
|
|
5705
|
-
/* @__PURE__ */
|
|
5706
|
-
/* @__PURE__ */
|
|
5707
|
-
/* @__PURE__ */
|
|
5701
|
+
/* @__PURE__ */ jsxs64("div", { className: ScWorkspaceSettingsMobile_default.infoRow, children: [
|
|
5702
|
+
/* @__PURE__ */ jsx73("div", { className: ScWorkspaceSettingsMobile_default.iconContainer, children: teamIcon && /* @__PURE__ */ jsx73("span", { className: ScWorkspaceSettingsMobile_default.icon, children: teamIcon }) }),
|
|
5703
|
+
/* @__PURE__ */ jsx73("p", { className: ScWorkspaceSettingsMobile_default.infoText, children: teamCount })
|
|
5708
5704
|
] })
|
|
5709
5705
|
]
|
|
5710
5706
|
}
|
|
@@ -5727,7 +5723,7 @@ var ScMobileTopNav_default = {
|
|
|
5727
5723
|
};
|
|
5728
5724
|
|
|
5729
5725
|
// src/SC-MobileTopNav/ScMobileTopNav.tsx
|
|
5730
|
-
import { Fragment as Fragment21, jsx as
|
|
5726
|
+
import { Fragment as Fragment21, jsx as jsx74, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
5731
5727
|
var ScMobileTopNav = ({
|
|
5732
5728
|
type = "home",
|
|
5733
5729
|
searchIcon = false,
|
|
@@ -5750,22 +5746,22 @@ var ScMobileTopNav = ({
|
|
|
5750
5746
|
}) => {
|
|
5751
5747
|
const hasBorder = type === "chat" || type === "inApp";
|
|
5752
5748
|
const showSearch = type === "inApp" && searchIcon && search;
|
|
5753
|
-
return /* @__PURE__ */
|
|
5749
|
+
return /* @__PURE__ */ jsxs65(
|
|
5754
5750
|
"div",
|
|
5755
5751
|
{
|
|
5756
5752
|
className: ScMobileTopNav_default.scMobileTopNav + " " + (hasBorder ? ScMobileTopNav_default.withBorder : "") + " " + className,
|
|
5757
5753
|
...props,
|
|
5758
5754
|
children: [
|
|
5759
|
-
type === "home" && /* @__PURE__ */
|
|
5760
|
-
type === "chat" && /* @__PURE__ */
|
|
5761
|
-
/* @__PURE__ */
|
|
5762
|
-
/* @__PURE__ */
|
|
5763
|
-
/* @__PURE__ */
|
|
5755
|
+
type === "home" && /* @__PURE__ */ jsx74("div", { className: ScMobileTopNav_default.iconContainer, onClick: onMenuClick, children: menuIcon || /* @__PURE__ */ jsx74("div", { className: ScMobileTopNav_default.iconPlaceholder }) }),
|
|
5756
|
+
type === "chat" && /* @__PURE__ */ jsxs65(Fragment21, { children: [
|
|
5757
|
+
/* @__PURE__ */ jsx74("div", { className: ScMobileTopNav_default.iconContainer, onClick: onMenuClick, children: menuIcon || /* @__PURE__ */ jsx74("div", { className: ScMobileTopNav_default.iconPlaceholder }) }),
|
|
5758
|
+
/* @__PURE__ */ jsx74("p", { className: ScMobileTopNav_default.chatTitle, children: chatTitle }),
|
|
5759
|
+
/* @__PURE__ */ jsx74("div", { className: ScMobileTopNav_default.iconContainer, onClick: onMoreClick, children: moreIcon || /* @__PURE__ */ jsx74("div", { className: ScMobileTopNav_default.iconPlaceholder }) })
|
|
5764
5760
|
] }),
|
|
5765
|
-
showSearch && /* @__PURE__ */
|
|
5766
|
-
/* @__PURE__ */
|
|
5767
|
-
/* @__PURE__ */
|
|
5768
|
-
/* @__PURE__ */
|
|
5761
|
+
showSearch && /* @__PURE__ */ jsxs65(Fragment21, { children: [
|
|
5762
|
+
/* @__PURE__ */ jsx74("div", { className: ScMobileTopNav_default.searchRow, children: /* @__PURE__ */ jsxs65("div", { className: ScMobileTopNav_default.searchInputContainer, children: [
|
|
5763
|
+
/* @__PURE__ */ jsx74("div", { className: ScMobileTopNav_default.iconContainer, onClick: onSearchClick, children: searchIconElement || /* @__PURE__ */ jsx74("div", { className: ScMobileTopNav_default.iconPlaceholder }) }),
|
|
5764
|
+
/* @__PURE__ */ jsx74("div", { className: ScMobileTopNav_default.searchInput, children: /* @__PURE__ */ jsx74(
|
|
5769
5765
|
"input",
|
|
5770
5766
|
{
|
|
5771
5767
|
type: "text",
|
|
@@ -5776,17 +5772,17 @@ var ScMobileTopNav = ({
|
|
|
5776
5772
|
}
|
|
5777
5773
|
) })
|
|
5778
5774
|
] }) }),
|
|
5779
|
-
/* @__PURE__ */
|
|
5775
|
+
/* @__PURE__ */ jsx74("div", { className: ScMobileTopNav_default.iconContainer, onClick: onCloseClick, children: closeIcon || /* @__PURE__ */ jsx74("div", { className: ScMobileTopNav_default.iconPlaceholder }) })
|
|
5780
5776
|
] }),
|
|
5781
|
-
type === "inApp" && !search && /* @__PURE__ */
|
|
5782
|
-
/* @__PURE__ */
|
|
5783
|
-
/* @__PURE__ */
|
|
5784
|
-
/* @__PURE__ */
|
|
5777
|
+
type === "inApp" && !search && /* @__PURE__ */ jsxs65(Fragment21, { children: [
|
|
5778
|
+
/* @__PURE__ */ jsx74("div", { className: ScMobileTopNav_default.iconContainer, onClick: onMenuClick, children: menuIcon || /* @__PURE__ */ jsx74("div", { className: ScMobileTopNav_default.iconPlaceholder }) }),
|
|
5779
|
+
/* @__PURE__ */ jsx74("p", { className: ScMobileTopNav_default.heading, children: heading }),
|
|
5780
|
+
/* @__PURE__ */ jsx74(
|
|
5785
5781
|
"div",
|
|
5786
5782
|
{
|
|
5787
5783
|
className: ScMobileTopNav_default.iconContainer + " " + (!searchIcon ? ScMobileTopNav_default.hidden : ""),
|
|
5788
5784
|
onClick: onSearchClick,
|
|
5789
|
-
children: searchIcon ? searchIconElement || /* @__PURE__ */
|
|
5785
|
+
children: searchIcon ? searchIconElement || /* @__PURE__ */ jsx74("div", { className: ScMobileTopNav_default.iconPlaceholder }) : /* @__PURE__ */ jsx74("div", { className: ScMobileTopNav_default.iconPlaceholder })
|
|
5790
5786
|
}
|
|
5791
5787
|
)
|
|
5792
5788
|
] })
|
|
@@ -5807,7 +5803,7 @@ var ScMobileBottomAction_default = {
|
|
|
5807
5803
|
};
|
|
5808
5804
|
|
|
5809
5805
|
// src/SC-MobileBottomAction/ScMobileBottomAction.tsx
|
|
5810
|
-
import { jsx as
|
|
5806
|
+
import { jsx as jsx75, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
5811
5807
|
var ScMobileBottomAction = ({
|
|
5812
5808
|
text = "Save Changes",
|
|
5813
5809
|
disabled = false,
|
|
@@ -5819,28 +5815,28 @@ var ScMobileBottomAction = ({
|
|
|
5819
5815
|
...props
|
|
5820
5816
|
}) => {
|
|
5821
5817
|
const isTwoButton = !!secondaryText;
|
|
5822
|
-
return /* @__PURE__ */
|
|
5818
|
+
return /* @__PURE__ */ jsxs66(
|
|
5823
5819
|
"div",
|
|
5824
5820
|
{
|
|
5825
5821
|
className: ScMobileBottomAction_default.scMobileBottomAction + (isTwoButton ? " " + ScMobileBottomAction_default.twoButton : "") + " " + className,
|
|
5826
5822
|
...props,
|
|
5827
5823
|
children: [
|
|
5828
|
-
isTwoButton && /* @__PURE__ */
|
|
5824
|
+
isTwoButton && /* @__PURE__ */ jsx75(
|
|
5829
5825
|
"button",
|
|
5830
5826
|
{
|
|
5831
5827
|
className: ScMobileBottomAction_default.outlineButton + " " + (secondaryDisabled ? ScMobileBottomAction_default.disabled : ""),
|
|
5832
5828
|
onClick: onSecondaryClick,
|
|
5833
5829
|
disabled: secondaryDisabled,
|
|
5834
|
-
children: /* @__PURE__ */
|
|
5830
|
+
children: /* @__PURE__ */ jsx75("span", { className: ScMobileBottomAction_default.outlineButtonText, children: secondaryText })
|
|
5835
5831
|
}
|
|
5836
5832
|
),
|
|
5837
|
-
/* @__PURE__ */
|
|
5833
|
+
/* @__PURE__ */ jsx75(
|
|
5838
5834
|
"button",
|
|
5839
5835
|
{
|
|
5840
5836
|
className: ScMobileBottomAction_default.button + " " + (disabled ? ScMobileBottomAction_default.disabled : ""),
|
|
5841
5837
|
onClick,
|
|
5842
5838
|
disabled,
|
|
5843
|
-
children: /* @__PURE__ */
|
|
5839
|
+
children: /* @__PURE__ */ jsx75("span", { className: ScMobileBottomAction_default.buttonText, children: text })
|
|
5844
5840
|
}
|
|
5845
5841
|
)
|
|
5846
5842
|
]
|
|
@@ -5858,7 +5854,7 @@ var ScPopUpMenu_default = {
|
|
|
5858
5854
|
};
|
|
5859
5855
|
|
|
5860
5856
|
// src/SC-PopUpMenu/ScPopUpMenu.tsx
|
|
5861
|
-
import { jsx as
|
|
5857
|
+
import { jsx as jsx76, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
5862
5858
|
var ScPopUpMenu = ({
|
|
5863
5859
|
menu = "Options",
|
|
5864
5860
|
state = "default",
|
|
@@ -5867,15 +5863,15 @@ var ScPopUpMenu = ({
|
|
|
5867
5863
|
className,
|
|
5868
5864
|
...props
|
|
5869
5865
|
}) => {
|
|
5870
|
-
return /* @__PURE__ */
|
|
5866
|
+
return /* @__PURE__ */ jsxs67(
|
|
5871
5867
|
"div",
|
|
5872
5868
|
{
|
|
5873
5869
|
className: ScPopUpMenu_default.scPopUpMenu + " " + ScPopUpMenu_default["state-" + state] + " " + className,
|
|
5874
5870
|
onClick,
|
|
5875
5871
|
...props,
|
|
5876
5872
|
children: [
|
|
5877
|
-
icon && /* @__PURE__ */
|
|
5878
|
-
/* @__PURE__ */
|
|
5873
|
+
icon && /* @__PURE__ */ jsx76("span", { className: ScPopUpMenu_default.icon, children: icon }),
|
|
5874
|
+
/* @__PURE__ */ jsx76("p", { className: ScPopUpMenu_default.menuText, children: menu })
|
|
5879
5875
|
]
|
|
5880
5876
|
}
|
|
5881
5877
|
);
|
|
@@ -5901,7 +5897,7 @@ var ScReferralCardMobile_default = {
|
|
|
5901
5897
|
};
|
|
5902
5898
|
|
|
5903
5899
|
// src/SC-referralCard-Mobile/ScReferralCardMobile.tsx
|
|
5904
|
-
import { jsx as
|
|
5900
|
+
import { jsx as jsx77, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
5905
5901
|
var ScReferralCardMobile = ({
|
|
5906
5902
|
name = "Chris Hemsworth",
|
|
5907
5903
|
email = "chris@kepler.com",
|
|
@@ -5914,27 +5910,27 @@ var ScReferralCardMobile = ({
|
|
|
5914
5910
|
...props
|
|
5915
5911
|
}) => {
|
|
5916
5912
|
const initials = name.split(" ").map((n) => n[0]).join("").toUpperCase().slice(0, 2);
|
|
5917
|
-
return /* @__PURE__ */
|
|
5913
|
+
return /* @__PURE__ */ jsxs68(
|
|
5918
5914
|
"div",
|
|
5919
5915
|
{
|
|
5920
5916
|
className: ScReferralCardMobile_default.scReferralCardMobile + " " + className,
|
|
5921
5917
|
onClick,
|
|
5922
5918
|
...props,
|
|
5923
5919
|
children: [
|
|
5924
|
-
/* @__PURE__ */
|
|
5925
|
-
/* @__PURE__ */
|
|
5926
|
-
/* @__PURE__ */
|
|
5927
|
-
/* @__PURE__ */
|
|
5928
|
-
/* @__PURE__ */
|
|
5929
|
-
/* @__PURE__ */
|
|
5920
|
+
/* @__PURE__ */ jsxs68("div", { className: ScReferralCardMobile_default.userRow, children: [
|
|
5921
|
+
/* @__PURE__ */ jsxs68("div", { className: ScReferralCardMobile_default.profileSection, children: [
|
|
5922
|
+
/* @__PURE__ */ jsx77("div", { className: ScReferralCardMobile_default.profileImage, children: imageUrl ? /* @__PURE__ */ jsx77("img", { src: imageUrl, alt: name, className: ScReferralCardMobile_default.image }) : /* @__PURE__ */ jsx77("div", { className: ScReferralCardMobile_default.initials, children: initials }) }),
|
|
5923
|
+
/* @__PURE__ */ jsxs68("div", { className: ScReferralCardMobile_default.userInfo, children: [
|
|
5924
|
+
/* @__PURE__ */ jsx77("p", { className: ScReferralCardMobile_default.userName, children: name }),
|
|
5925
|
+
/* @__PURE__ */ jsx77("p", { className: ScReferralCardMobile_default.userEmail, children: email })
|
|
5930
5926
|
] })
|
|
5931
5927
|
] }),
|
|
5932
|
-
/* @__PURE__ */
|
|
5928
|
+
/* @__PURE__ */ jsx77("div", { className: ScReferralCardMobile_default.badge, children: /* @__PURE__ */ jsx77("p", { className: ScReferralCardMobile_default.badgeText, children: badge }) })
|
|
5933
5929
|
] }),
|
|
5934
|
-
/* @__PURE__ */
|
|
5935
|
-
/* @__PURE__ */
|
|
5936
|
-
/* @__PURE__ */
|
|
5937
|
-
/* @__PURE__ */
|
|
5930
|
+
/* @__PURE__ */ jsx77("div", { className: ScReferralCardMobile_default.divider }),
|
|
5931
|
+
/* @__PURE__ */ jsxs68("div", { className: ScReferralCardMobile_default.detailsRow, children: [
|
|
5932
|
+
/* @__PURE__ */ jsx77("p", { className: ScReferralCardMobile_default.dateText, children: date }),
|
|
5933
|
+
/* @__PURE__ */ jsx77("p", { className: ScReferralCardMobile_default.creditsText, children: credits })
|
|
5938
5934
|
] })
|
|
5939
5935
|
]
|
|
5940
5936
|
}
|
|
@@ -5951,19 +5947,19 @@ var InvoiceHistoryMobile_default = {
|
|
|
5951
5947
|
};
|
|
5952
5948
|
|
|
5953
5949
|
// src/SC-InvoiceHistoryMobile/InvoiceHistoryMobile.tsx
|
|
5954
|
-
import { jsx as
|
|
5950
|
+
import { jsx as jsx78, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
5955
5951
|
var InvoiceHistoryMobile = ({
|
|
5956
5952
|
invoiceId = "# INV-2800-2026",
|
|
5957
5953
|
date = "Nov 9th, 2025",
|
|
5958
5954
|
amount = "$320.89",
|
|
5959
5955
|
className
|
|
5960
5956
|
}) => {
|
|
5961
|
-
return /* @__PURE__ */
|
|
5962
|
-
/* @__PURE__ */
|
|
5963
|
-
/* @__PURE__ */
|
|
5964
|
-
/* @__PURE__ */
|
|
5957
|
+
return /* @__PURE__ */ jsxs69("div", { className: InvoiceHistoryMobile_default.invoiceHistoryMobile + " " + (className ?? ""), children: [
|
|
5958
|
+
/* @__PURE__ */ jsxs69("div", { className: InvoiceHistoryMobile_default.info, children: [
|
|
5959
|
+
/* @__PURE__ */ jsx78("div", { className: InvoiceHistoryMobile_default.invoiceId, children: invoiceId }),
|
|
5960
|
+
/* @__PURE__ */ jsx78("div", { className: InvoiceHistoryMobile_default.date, children: date })
|
|
5965
5961
|
] }),
|
|
5966
|
-
/* @__PURE__ */
|
|
5962
|
+
/* @__PURE__ */ jsx78("div", { className: InvoiceHistoryMobile_default.amount, children: amount })
|
|
5967
5963
|
] });
|
|
5968
5964
|
};
|
|
5969
5965
|
|
|
@@ -5981,7 +5977,7 @@ var UsageHistoryMobile_default = {
|
|
|
5981
5977
|
};
|
|
5982
5978
|
|
|
5983
5979
|
// src/SC-UsageHistoryMobile/UsageHistoryMobile.tsx
|
|
5984
|
-
import { jsx as
|
|
5980
|
+
import { jsx as jsx79, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
5985
5981
|
var UsageHistoryMobile = ({
|
|
5986
5982
|
serviceName = "Artifax Generation",
|
|
5987
5983
|
credits = "50",
|
|
@@ -5990,18 +5986,18 @@ var UsageHistoryMobile = ({
|
|
|
5990
5986
|
balance = "84,902",
|
|
5991
5987
|
className
|
|
5992
5988
|
}) => {
|
|
5993
|
-
return /* @__PURE__ */
|
|
5994
|
-
/* @__PURE__ */
|
|
5995
|
-
/* @__PURE__ */
|
|
5996
|
-
/* @__PURE__ */
|
|
5989
|
+
return /* @__PURE__ */ jsxs70("div", { className: UsageHistoryMobile_default.usageHistoryMobile + " " + (className ?? ""), children: [
|
|
5990
|
+
/* @__PURE__ */ jsxs70("div", { className: UsageHistoryMobile_default.row1, children: [
|
|
5991
|
+
/* @__PURE__ */ jsx79("span", { className: UsageHistoryMobile_default.serviceName, children: serviceName }),
|
|
5992
|
+
/* @__PURE__ */ jsx79("span", { className: UsageHistoryMobile_default.credits, children: credits })
|
|
5997
5993
|
] }),
|
|
5998
|
-
/* @__PURE__ */
|
|
5999
|
-
/* @__PURE__ */
|
|
6000
|
-
/* @__PURE__ */
|
|
6001
|
-
/* @__PURE__ */
|
|
6002
|
-
/* @__PURE__ */
|
|
5994
|
+
/* @__PURE__ */ jsxs70("div", { className: UsageHistoryMobile_default.row2, children: [
|
|
5995
|
+
/* @__PURE__ */ jsxs70("div", { className: UsageHistoryMobile_default.metaLeft, children: [
|
|
5996
|
+
/* @__PURE__ */ jsx79("span", { className: UsageHistoryMobile_default.metaText, children: userName }),
|
|
5997
|
+
/* @__PURE__ */ jsx79("div", { className: UsageHistoryMobile_default.divider }),
|
|
5998
|
+
/* @__PURE__ */ jsx79("span", { className: UsageHistoryMobile_default.metaText, children: date })
|
|
6003
5999
|
] }),
|
|
6004
|
-
/* @__PURE__ */
|
|
6000
|
+
/* @__PURE__ */ jsx79("span", { className: UsageHistoryMobile_default.balance, children: balance })
|
|
6005
6001
|
] })
|
|
6006
6002
|
] });
|
|
6007
6003
|
};
|
|
@@ -6025,7 +6021,7 @@ var ScWorkspaceSwitchMobileV2_default = {
|
|
|
6025
6021
|
};
|
|
6026
6022
|
|
|
6027
6023
|
// src/SC-WorkspaceSwitchMobile-V2/ScWorkspaceSwitchMobileV2.tsx
|
|
6028
|
-
import { jsx as
|
|
6024
|
+
import { jsx as jsx80, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
6029
6025
|
var ScWorkspaceSwitchMobileV2 = ({
|
|
6030
6026
|
wsName = "Workspace name is kepler",
|
|
6031
6027
|
initials = "WS",
|
|
@@ -6038,14 +6034,14 @@ var ScWorkspaceSwitchMobileV2 = ({
|
|
|
6038
6034
|
className,
|
|
6039
6035
|
...props
|
|
6040
6036
|
}) => {
|
|
6041
|
-
return /* @__PURE__ */
|
|
6037
|
+
return /* @__PURE__ */ jsx80(
|
|
6042
6038
|
"div",
|
|
6043
6039
|
{
|
|
6044
6040
|
className: ScWorkspaceSwitchMobileV2_default.scWorkspaceSwitchMobileV2 + " " + ScWorkspaceSwitchMobileV2_default["type-" + type] + " " + className,
|
|
6045
6041
|
onClick,
|
|
6046
6042
|
...props,
|
|
6047
|
-
children: /* @__PURE__ */
|
|
6048
|
-
/* @__PURE__ */
|
|
6043
|
+
children: /* @__PURE__ */ jsxs71("div", { className: ScWorkspaceSwitchMobileV2_default.workspaceInfo, children: [
|
|
6044
|
+
/* @__PURE__ */ jsx80("div", { className: ScWorkspaceSwitchMobileV2_default.dpContainer, children: /* @__PURE__ */ jsx80(
|
|
6049
6045
|
ScDp,
|
|
6050
6046
|
{
|
|
6051
6047
|
type: imageUrl ? "image" : "initial",
|
|
@@ -6059,14 +6055,14 @@ var ScWorkspaceSwitchMobileV2 = ({
|
|
|
6059
6055
|
}
|
|
6060
6056
|
}
|
|
6061
6057
|
) }),
|
|
6062
|
-
/* @__PURE__ */
|
|
6063
|
-
/* @__PURE__ */
|
|
6064
|
-
/* @__PURE__ */
|
|
6065
|
-
/* @__PURE__ */
|
|
6066
|
-
/* @__PURE__ */
|
|
6067
|
-
/* @__PURE__ */
|
|
6068
|
-
/* @__PURE__ */
|
|
6069
|
-
/* @__PURE__ */
|
|
6058
|
+
/* @__PURE__ */ jsxs71("div", { className: ScWorkspaceSwitchMobileV2_default.textContainer, children: [
|
|
6059
|
+
/* @__PURE__ */ jsx80("p", { className: ScWorkspaceSwitchMobileV2_default.wsName, children: wsName }),
|
|
6060
|
+
/* @__PURE__ */ jsxs71("div", { className: ScWorkspaceSwitchMobileV2_default.userDetails, children: [
|
|
6061
|
+
/* @__PURE__ */ jsx80("span", { className: ScWorkspaceSwitchMobileV2_default.roleText + (role === "Member" ? " " + ScWorkspaceSwitchMobileV2_default.roleMember : ""), children: role }),
|
|
6062
|
+
/* @__PURE__ */ jsx80("div", { className: ScWorkspaceSwitchMobileV2_default.dot }),
|
|
6063
|
+
/* @__PURE__ */ jsx80("span", { className: ScWorkspaceSwitchMobileV2_default.planText, children: plan }),
|
|
6064
|
+
/* @__PURE__ */ jsx80("div", { className: ScWorkspaceSwitchMobileV2_default.dot }),
|
|
6065
|
+
/* @__PURE__ */ jsx80("span", { className: ScWorkspaceSwitchMobileV2_default.ownerText, children: ownerId })
|
|
6070
6066
|
] })
|
|
6071
6067
|
] })
|
|
6072
6068
|
] })
|
|
@@ -6093,7 +6089,7 @@ var ScImageField_default = {
|
|
|
6093
6089
|
|
|
6094
6090
|
// src/SC-imageField/ScImageField.tsx
|
|
6095
6091
|
import { SiconUpload as SiconUpload2, SiconDelete as SiconDelete2 } from "@streamoid/icons";
|
|
6096
|
-
import { jsx as
|
|
6092
|
+
import { jsx as jsx81, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
6097
6093
|
var ScImageField = ({
|
|
6098
6094
|
label = "Label",
|
|
6099
6095
|
imagePreview,
|
|
@@ -6116,8 +6112,8 @@ var ScImageField = ({
|
|
|
6116
6112
|
}
|
|
6117
6113
|
e.target.value = "";
|
|
6118
6114
|
}
|
|
6119
|
-
return /* @__PURE__ */
|
|
6120
|
-
/* @__PURE__ */
|
|
6115
|
+
return /* @__PURE__ */ jsxs72("div", { className: ScImageField_default.scImageField + " " + (className ?? ""), children: [
|
|
6116
|
+
/* @__PURE__ */ jsx81(
|
|
6121
6117
|
"input",
|
|
6122
6118
|
{
|
|
6123
6119
|
ref: inputRef,
|
|
@@ -6127,9 +6123,9 @@ var ScImageField = ({
|
|
|
6127
6123
|
onChange: handleChange
|
|
6128
6124
|
}
|
|
6129
6125
|
),
|
|
6130
|
-
/* @__PURE__ */
|
|
6131
|
-
hasImage ? /* @__PURE__ */
|
|
6132
|
-
/* @__PURE__ */
|
|
6126
|
+
/* @__PURE__ */ jsx81("div", { className: ScImageField_default.labelContainer, children: /* @__PURE__ */ jsx81("div", { className: ScImageField_default.label, children: label }) }),
|
|
6127
|
+
hasImage ? /* @__PURE__ */ jsxs72("div", { className: ScImageField_default.previewArea, children: [
|
|
6128
|
+
/* @__PURE__ */ jsx81(
|
|
6133
6129
|
"img",
|
|
6134
6130
|
{
|
|
6135
6131
|
className: ScImageField_default.previewImage,
|
|
@@ -6137,8 +6133,8 @@ var ScImageField = ({
|
|
|
6137
6133
|
alt: "preview"
|
|
6138
6134
|
}
|
|
6139
6135
|
),
|
|
6140
|
-
/* @__PURE__ */
|
|
6141
|
-
/* @__PURE__ */
|
|
6136
|
+
/* @__PURE__ */ jsx81("span", { className: ScImageField_default.fileName, children: imageName || "image" }),
|
|
6137
|
+
/* @__PURE__ */ jsx81(
|
|
6142
6138
|
SiconDelete2,
|
|
6143
6139
|
{
|
|
6144
6140
|
className: ScImageField_default.removeIcon,
|
|
@@ -6149,9 +6145,9 @@ var ScImageField = ({
|
|
|
6149
6145
|
}
|
|
6150
6146
|
}
|
|
6151
6147
|
)
|
|
6152
|
-
] }) : /* @__PURE__ */
|
|
6153
|
-
/* @__PURE__ */
|
|
6154
|
-
/* @__PURE__ */
|
|
6148
|
+
] }) : /* @__PURE__ */ jsxs72("div", { className: ScImageField_default.uploadArea, onClick: handleClick, children: [
|
|
6149
|
+
/* @__PURE__ */ jsx81(SiconUpload2, { className: ScImageField_default.uploadIcon, color: "var(--alias-text-and-icons-secondary, #dadada)" }),
|
|
6150
|
+
/* @__PURE__ */ jsx81("span", { className: ScImageField_default.uploadText, children: "Click to upload" })
|
|
6155
6151
|
] })
|
|
6156
6152
|
] });
|
|
6157
6153
|
};
|
|
@@ -6165,7 +6161,7 @@ var ScSettingsTabComp_default = {
|
|
|
6165
6161
|
};
|
|
6166
6162
|
|
|
6167
6163
|
// src/SC-settingsTabComp/ScSettingsTabComp.tsx
|
|
6168
|
-
import { jsx as
|
|
6164
|
+
import { jsx as jsx82 } from "react/jsx-runtime";
|
|
6169
6165
|
var ScSettingsTabComp = ({
|
|
6170
6166
|
tabName = "Tab",
|
|
6171
6167
|
active = false,
|
|
@@ -6173,12 +6169,12 @@ var ScSettingsTabComp = ({
|
|
|
6173
6169
|
className
|
|
6174
6170
|
}) => {
|
|
6175
6171
|
const variantsClassName = ScSettingsTabComp_default["active-" + active];
|
|
6176
|
-
return /* @__PURE__ */
|
|
6172
|
+
return /* @__PURE__ */ jsx82(
|
|
6177
6173
|
"div",
|
|
6178
6174
|
{
|
|
6179
6175
|
className: ScSettingsTabComp_default.scSettingsTabComp + " " + variantsClassName + " " + (className ?? ""),
|
|
6180
6176
|
onClick,
|
|
6181
|
-
children: /* @__PURE__ */
|
|
6177
|
+
children: /* @__PURE__ */ jsx82("span", { className: ScSettingsTabComp_default.tabText, children: tabName })
|
|
6182
6178
|
}
|
|
6183
6179
|
);
|
|
6184
6180
|
};
|
|
@@ -6198,7 +6194,7 @@ var ScCreditsUsageCardMobile_default = {
|
|
|
6198
6194
|
|
|
6199
6195
|
// src/SC-Credits usage card-Mobile/ScCreditsUsageCardMobile.tsx
|
|
6200
6196
|
import { SiconCredits as SiconCredits3 } from "@streamoid/icons";
|
|
6201
|
-
import { jsx as
|
|
6197
|
+
import { jsx as jsx83, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
6202
6198
|
var ScCreditsUsageCardMobile = ({
|
|
6203
6199
|
usageLabel = "Credits usage",
|
|
6204
6200
|
usageText = "8,450 / 30,000",
|
|
@@ -6208,23 +6204,23 @@ var ScCreditsUsageCardMobile = ({
|
|
|
6208
6204
|
className,
|
|
6209
6205
|
...props
|
|
6210
6206
|
}) => {
|
|
6211
|
-
return /* @__PURE__ */
|
|
6212
|
-
/* @__PURE__ */
|
|
6213
|
-
/* @__PURE__ */
|
|
6207
|
+
return /* @__PURE__ */ jsxs73("div", { className: ScCreditsUsageCardMobile_default.scCreditsUsageCardMobile + " " + (className ?? ""), ...props, children: [
|
|
6208
|
+
/* @__PURE__ */ jsxs73("div", { className: ScCreditsUsageCardMobile_default.header, children: [
|
|
6209
|
+
/* @__PURE__ */ jsx83(
|
|
6214
6210
|
SiconCredits3,
|
|
6215
6211
|
{
|
|
6216
6212
|
className: ScCreditsUsageCardMobile_default.headerIcon,
|
|
6217
6213
|
color: "var(--alias-text-and-icons-tertiary, #9e9e9e)"
|
|
6218
6214
|
}
|
|
6219
6215
|
),
|
|
6220
|
-
/* @__PURE__ */
|
|
6216
|
+
/* @__PURE__ */ jsx83("span", { className: ScCreditsUsageCardMobile_default.headerLabel, children: usageLabel })
|
|
6221
6217
|
] }),
|
|
6222
|
-
/* @__PURE__ */
|
|
6223
|
-
/* @__PURE__ */
|
|
6224
|
-
/* @__PURE__ */
|
|
6225
|
-
/* @__PURE__ */
|
|
6218
|
+
/* @__PURE__ */ jsx83("div", { className: ScCreditsUsageCardMobile_default.divider }),
|
|
6219
|
+
/* @__PURE__ */ jsxs73("div", { className: ScCreditsUsageCardMobile_default.usageInfo, children: [
|
|
6220
|
+
/* @__PURE__ */ jsx83("div", { className: ScCreditsUsageCardMobile_default.usageText, children: usageText }),
|
|
6221
|
+
/* @__PURE__ */ jsx83("div", { className: ScCreditsUsageCardMobile_default.remainingText, children: remainingText })
|
|
6226
6222
|
] }),
|
|
6227
|
-
/* @__PURE__ */
|
|
6223
|
+
/* @__PURE__ */ jsx83(
|
|
6228
6224
|
ScButton,
|
|
6229
6225
|
{
|
|
6230
6226
|
text: buyButtonText,
|
|
@@ -6256,7 +6252,7 @@ var ScPlanDetailsCardMobile_default = {
|
|
|
6256
6252
|
|
|
6257
6253
|
// src/SC-Plan details card-Mobile/ScPlanDetailsCardMobile.tsx
|
|
6258
6254
|
import { SiconBilling as SiconBilling4 } from "@streamoid/icons";
|
|
6259
|
-
import { jsx as
|
|
6255
|
+
import { jsx as jsx84, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
6260
6256
|
var ScPlanDetailsCardMobile = ({
|
|
6261
6257
|
planName = "Pro",
|
|
6262
6258
|
planCredits = "30,000 credits",
|
|
@@ -6268,19 +6264,19 @@ var ScPlanDetailsCardMobile = ({
|
|
|
6268
6264
|
className,
|
|
6269
6265
|
...props
|
|
6270
6266
|
}) => {
|
|
6271
|
-
return /* @__PURE__ */
|
|
6272
|
-
/* @__PURE__ */
|
|
6273
|
-
/* @__PURE__ */
|
|
6274
|
-
/* @__PURE__ */
|
|
6267
|
+
return /* @__PURE__ */ jsxs74("div", { className: ScPlanDetailsCardMobile_default.scPlanDetailsCardMobile + " " + (className ?? ""), ...props, children: [
|
|
6268
|
+
/* @__PURE__ */ jsxs74("div", { className: ScPlanDetailsCardMobile_default.planHeader, children: [
|
|
6269
|
+
/* @__PURE__ */ jsxs74("div", { className: ScPlanDetailsCardMobile_default.headerLeft, children: [
|
|
6270
|
+
/* @__PURE__ */ jsx84(
|
|
6275
6271
|
SiconBilling4,
|
|
6276
6272
|
{
|
|
6277
6273
|
className: ScPlanDetailsCardMobile_default.headerIcon,
|
|
6278
6274
|
color: "var(--alias-text-and-icons-tertiary, #9e9e9e)"
|
|
6279
6275
|
}
|
|
6280
6276
|
),
|
|
6281
|
-
/* @__PURE__ */
|
|
6277
|
+
/* @__PURE__ */ jsx84("span", { className: ScPlanDetailsCardMobile_default.headerLabel, children: currentPlanLabel })
|
|
6282
6278
|
] }),
|
|
6283
|
-
/* @__PURE__ */
|
|
6279
|
+
/* @__PURE__ */ jsx84(
|
|
6284
6280
|
ScBadges,
|
|
6285
6281
|
{
|
|
6286
6282
|
text: badgeText,
|
|
@@ -6290,16 +6286,16 @@ var ScPlanDetailsCardMobile = ({
|
|
|
6290
6286
|
}
|
|
6291
6287
|
)
|
|
6292
6288
|
] }),
|
|
6293
|
-
/* @__PURE__ */
|
|
6294
|
-
/* @__PURE__ */
|
|
6295
|
-
/* @__PURE__ */
|
|
6296
|
-
/* @__PURE__ */
|
|
6297
|
-
/* @__PURE__ */
|
|
6298
|
-
/* @__PURE__ */
|
|
6289
|
+
/* @__PURE__ */ jsx84("div", { className: ScPlanDetailsCardMobile_default.divider }),
|
|
6290
|
+
/* @__PURE__ */ jsxs74("div", { className: ScPlanDetailsCardMobile_default.planInfo, children: [
|
|
6291
|
+
/* @__PURE__ */ jsxs74("div", { className: ScPlanDetailsCardMobile_default.planNameRow, children: [
|
|
6292
|
+
/* @__PURE__ */ jsx84("span", { className: ScPlanDetailsCardMobile_default.planName, children: planName }),
|
|
6293
|
+
/* @__PURE__ */ jsx84("div", { className: ScPlanDetailsCardMobile_default.dot }),
|
|
6294
|
+
/* @__PURE__ */ jsx84("span", { className: ScPlanDetailsCardMobile_default.planName, children: planCredits })
|
|
6299
6295
|
] }),
|
|
6300
|
-
/* @__PURE__ */
|
|
6296
|
+
/* @__PURE__ */ jsx84("div", { className: ScPlanDetailsCardMobile_default.planPrice, children: planPrice })
|
|
6301
6297
|
] }),
|
|
6302
|
-
/* @__PURE__ */
|
|
6298
|
+
/* @__PURE__ */ jsx84(
|
|
6303
6299
|
ScButton,
|
|
6304
6300
|
{
|
|
6305
6301
|
text: upgradeButtonText,
|
|
@@ -6328,6 +6324,7 @@ export {
|
|
|
6328
6324
|
ScBillingHistoryTableList,
|
|
6329
6325
|
ScBillingLogsTableHeader,
|
|
6330
6326
|
ScBillingLogsTableList,
|
|
6327
|
+
ScBriefCard,
|
|
6331
6328
|
ScButton,
|
|
6332
6329
|
ScCalendar,
|
|
6333
6330
|
ScCalendarDateComps,
|