@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.js CHANGED
@@ -35,6 +35,7 @@ __export(index_exports, {
35
35
  ScBillingHistoryTableList: () => ScBillingHistoryTableList,
36
36
  ScBillingLogsTableHeader: () => ScBillingLogsTableHeader,
37
37
  ScBillingLogsTableList: () => ScBillingLogsTableList,
38
+ ScBriefCard: () => ScBriefCard,
38
39
  ScButton: () => ScButton,
39
40
  ScCalendar: () => ScCalendar,
40
41
  ScCalendarDateComps: () => ScCalendarDateComps,
@@ -3366,22 +3367,16 @@ var ScArtifaxSidebar_default = {
3366
3367
  sectionHeader: "ScArtifaxSidebar_sectionHeader",
3367
3368
  sectionLabel: "ScArtifaxSidebar_sectionLabel",
3368
3369
  sectionChevron: "ScArtifaxSidebar_sectionChevron",
3369
- switchAppRow: "ScArtifaxSidebar_switchAppRow",
3370
- switchAppIconBox: "ScArtifaxSidebar_switchAppIconBox",
3371
- switchAppLabel: "ScArtifaxSidebar_switchAppLabel",
3372
- switchAppRowCollapsed: "ScArtifaxSidebar_switchAppRowCollapsed",
3373
3370
  profileRow: "ScArtifaxSidebar_profileRow",
3371
+ profileMain: "ScArtifaxSidebar_profileMain",
3374
3372
  profileRowCollapsed: "ScArtifaxSidebar_profileRowCollapsed",
3375
3373
  profileAvatar: "ScArtifaxSidebar_profileAvatar",
3376
3374
  profileInfo: "ScArtifaxSidebar_profileInfo",
3377
3375
  profileName: "ScArtifaxSidebar_profileName",
3378
3376
  profileSubtitle: "ScArtifaxSidebar_profileSubtitle",
3379
3377
  creditWarningSlot: "ScArtifaxSidebar_creditWarningSlot",
3380
- footerExpanded: "ScArtifaxSidebar_footerExpanded",
3381
- footerVersion: "ScArtifaxSidebar_footerVersion",
3382
3378
  footerToggle: "ScArtifaxSidebar_footerToggle",
3383
3379
  footerCollapsed: "ScArtifaxSidebar_footerCollapsed",
3384
- footerVersionCenter: "ScArtifaxSidebar_footerVersionCenter",
3385
3380
  placeholderIcon: "ScArtifaxSidebar_placeholderIcon"
3386
3381
  };
3387
3382
 
@@ -3437,9 +3432,7 @@ var ScArtifaxSidebar = ({
3437
3432
  expandedLogo,
3438
3433
  collapsedLogo,
3439
3434
  creditWarning,
3440
- switchApp,
3441
3435
  profile,
3442
- versionText = "v2.1.2",
3443
3436
  toggleIcon,
3444
3437
  openSections,
3445
3438
  onSectionToggle,
@@ -3517,40 +3510,23 @@ var ScArtifaxSidebar = ({
3517
3510
  ] }, section.id);
3518
3511
  })
3519
3512
  ] }),
3520
- creditWarning ? /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_jsx_runtime42.Fragment, { children: [
3521
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: ScArtifaxSidebar_default.creditWarningSlot, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
3522
- CreditWarningBanner,
3523
- {
3524
- availableCredits: creditWarning.availableCredits,
3525
- remainingPct: creditWarning.remainingPct,
3526
- level: creditWarning.level ?? "danger",
3527
- onBuyCredits: creditWarning.onBuyCredits,
3528
- expanded: true
3529
- }
3530
- ) }),
3531
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(ScHDivider, {})
3532
- ] }) : null,
3533
- switchApp ? /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_jsx_runtime42.Fragment, { children: [
3534
- /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
3535
- "button",
3536
- {
3537
- type: "button",
3538
- className: ScArtifaxSidebar_default.switchAppRow,
3539
- onClick: switchApp.onClick,
3540
- children: [
3541
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: ScArtifaxSidebar_default.switchAppIconBox, children: switchApp.icon ?? /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_icons35.SiconAppSwitch, {}) }),
3542
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: ScArtifaxSidebar_default.switchAppLabel, children: switchApp.label ?? "Switch App" })
3543
- ]
3544
- }
3545
- ),
3546
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(ScHDivider, {})
3547
- ] }) : null,
3548
- profile ? /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_jsx_runtime42.Fragment, { children: [
3549
- /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
3513
+ creditWarning ? /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: ScArtifaxSidebar_default.creditWarningSlot, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
3514
+ CreditWarningBanner,
3515
+ {
3516
+ availableCredits: creditWarning.availableCredits,
3517
+ remainingPct: creditWarning.remainingPct,
3518
+ level: creditWarning.level ?? "danger",
3519
+ onBuyCredits: creditWarning.onBuyCredits,
3520
+ expanded: true
3521
+ }
3522
+ ) }) : null,
3523
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(ScHDivider, {}),
3524
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("div", { className: ScArtifaxSidebar_default.profileRow, children: [
3525
+ profile ? /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
3550
3526
  "button",
3551
3527
  {
3552
3528
  type: "button",
3553
- className: ScArtifaxSidebar_default.profileRow,
3529
+ className: ScArtifaxSidebar_default.profileMain,
3554
3530
  onClick: profile.onClick,
3555
3531
  children: [
3556
3532
  /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: ScArtifaxSidebar_default.profileAvatar, children: profile.avatar }),
@@ -3560,11 +3536,7 @@ var ScArtifaxSidebar = ({
3560
3536
  ] })
3561
3537
  ]
3562
3538
  }
3563
- ),
3564
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(ScHDivider, {})
3565
- ] }) : null,
3566
- /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("div", { className: ScArtifaxSidebar_default.footerExpanded, children: [
3567
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: ScArtifaxSidebar_default.footerVersion, children: versionText }),
3539
+ ) : /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: ScArtifaxSidebar_default.profileMain, "aria-hidden": "true" }),
3568
3540
  /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
3569
3541
  "button",
3570
3542
  {
@@ -3594,34 +3566,19 @@ var ScArtifaxSidebar = ({
3594
3566
  /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: ScArtifaxSidebar_default.sectionContainerCollapsed, children: section.items.map((item) => renderMenuItem2(item, section.id)) })
3595
3567
  ] }, section.id))
3596
3568
  ] }),
3597
- creditWarning ? /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_jsx_runtime42.Fragment, { children: [
3598
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: ScArtifaxSidebar_default.creditWarningSlot, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
3599
- CreditWarningBanner,
3600
- {
3601
- availableCredits: creditWarning.availableCredits,
3602
- remainingPct: creditWarning.remainingPct,
3603
- level: creditWarning.level ?? "danger",
3604
- onBuyCredits: creditWarning.onBuyCredits,
3605
- expanded: false
3606
- }
3607
- ) }),
3608
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(ScHDivider, {})
3609
- ] }) : null,
3610
- switchApp ? /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_jsx_runtime42.Fragment, { children: [
3611
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
3612
- "button",
3613
- {
3614
- type: "button",
3615
- className: ScArtifaxSidebar_default.switchAppRowCollapsed,
3616
- onClick: switchApp.onClick,
3617
- "aria-label": switchApp.label ?? "Switch App",
3618
- children: switchApp.icon ?? /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_icons35.SiconAppSwitch, {})
3619
- }
3620
- ),
3621
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(ScHDivider, {})
3622
- ] }) : null,
3623
- profile ? /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_jsx_runtime42.Fragment, { children: [
3624
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
3569
+ creditWarning ? /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: ScArtifaxSidebar_default.creditWarningSlot, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
3570
+ CreditWarningBanner,
3571
+ {
3572
+ availableCredits: creditWarning.availableCredits,
3573
+ remainingPct: creditWarning.remainingPct,
3574
+ level: creditWarning.level ?? "danger",
3575
+ onBuyCredits: creditWarning.onBuyCredits,
3576
+ expanded: false
3577
+ }
3578
+ ) }) : null,
3579
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(ScHDivider, {}),
3580
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("div", { className: ScArtifaxSidebar_default.footerCollapsed, children: [
3581
+ profile ? /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
3625
3582
  "button",
3626
3583
  {
3627
3584
  type: "button",
@@ -3630,10 +3587,7 @@ var ScArtifaxSidebar = ({
3630
3587
  "aria-label": profile.name,
3631
3588
  children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: ScArtifaxSidebar_default.profileAvatar, children: profile.avatar })
3632
3589
  }
3633
- ),
3634
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(ScHDivider, {})
3635
- ] }) : null,
3636
- /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("div", { className: ScArtifaxSidebar_default.footerCollapsed, children: [
3590
+ ) : null,
3637
3591
  /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
3638
3592
  "button",
3639
3593
  {
@@ -3643,8 +3597,7 @@ var ScArtifaxSidebar = ({
3643
3597
  "aria-label": "Expand sidebar",
3644
3598
  children: resolveToggleIcon2(toggleIcon, false)
3645
3599
  }
3646
- ),
3647
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: ScArtifaxSidebar_default.footerVersionCenter, children: versionText })
3600
+ )
3648
3601
  ] })
3649
3602
  ] })
3650
3603
  }
@@ -3733,7 +3686,8 @@ var ScSideBarLogoUnit_default = {
3733
3686
  switch: "ScSideBarLogoUnit_switch",
3734
3687
  switchIcon: "ScSideBarLogoUnit_switchIcon",
3735
3688
  collapsed: "ScSideBarLogoUnit_collapsed",
3736
- collapsedTrigger: "ScSideBarLogoUnit_collapsedTrigger"
3689
+ collapsedTrigger: "ScSideBarLogoUnit_collapsedTrigger",
3690
+ collapsedWordmarkSlot: "ScSideBarLogoUnit_collapsedWordmarkSlot"
3737
3691
  };
3738
3692
 
3739
3693
  // src/SC-SideBarLogoUnit/ScSideBarLogoUnit.tsx
@@ -3758,21 +3712,30 @@ var ScSideBarLogoUnit = ({
3758
3712
  onSwitchClick?.();
3759
3713
  };
3760
3714
  if (state === "collapsed") {
3715
+ const collapsedClasses = [
3716
+ ScSideBarLogoUnit_default.collapsedTrigger,
3717
+ interactive ? "" : ScSideBarLogoUnit_default.nonInteractive,
3718
+ hover === true ? ScSideBarLogoUnit_default.forceHover : ""
3719
+ ].filter(Boolean).join(" ");
3761
3720
  return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
3762
3721
  "div",
3763
3722
  {
3764
3723
  className: ScSideBarLogoUnit_default.scSideBarLogoUnit + " " + ScSideBarLogoUnit_default.collapsed + (className ? " " + className : ""),
3765
3724
  style,
3766
- children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
3725
+ children: /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
3767
3726
  "button",
3768
3727
  {
3769
3728
  type: "button",
3770
- className: ScSideBarLogoUnit_default.collapsedTrigger + (interactive ? "" : " " + ScSideBarLogoUnit_default.nonInteractive),
3729
+ className: collapsedClasses,
3771
3730
  onClick: interactive ? handleClick : void 0,
3772
3731
  disabled,
3773
3732
  "aria-label": interactive ? switchAriaLabel : void 0,
3774
3733
  "aria-disabled": !interactive || disabled,
3775
- children: wordmark
3734
+ style: hover === false ? { backgroundColor: "transparent" } : void 0,
3735
+ children: [
3736
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("span", { className: ScSideBarLogoUnit_default.collapsedWordmarkSlot, children: wordmark }),
3737
+ hideSwitch ? null : /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("span", { className: ScSideBarLogoUnit_default.switch, children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("span", { className: ScSideBarLogoUnit_default.switchIcon, children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_icons37.SiconDoubleArrow, { size: 16, strokeWidth: 1.5 }) }) })
3738
+ ]
3776
3739
  }
3777
3740
  )
3778
3741
  }
@@ -4288,6 +4251,45 @@ var ScAppCardV3 = ({
4288
4251
  );
4289
4252
  };
4290
4253
 
4254
+ // src/SC-BriefCard/ScBriefCard.module.css
4255
+ var ScBriefCard_default = {
4256
+ scBriefCard: "ScBriefCard_scBriefCard",
4257
+ cardBorder: "ScBriefCard_cardBorder",
4258
+ scBriefCardActive: "ScBriefCard_scBriefCardActive",
4259
+ glow: "ScBriefCard_glow",
4260
+ glowHover: "ScBriefCard_glowHover",
4261
+ body: "ScBriefCard_body",
4262
+ description: "ScBriefCard_description"
4263
+ };
4264
+
4265
+ // src/SC-BriefCard/ScBriefCard.tsx
4266
+ var import_jsx_runtime50 = require("react/jsx-runtime");
4267
+ var ScBriefCard = ({
4268
+ description = "Centralized product and asset management for every storefront",
4269
+ active = false,
4270
+ className,
4271
+ style,
4272
+ ...props
4273
+ }) => {
4274
+ const cardClass = [
4275
+ ScBriefCard_default.scBriefCard,
4276
+ active ? ScBriefCard_default.scBriefCardActive : ""
4277
+ ].filter(Boolean).join(" ");
4278
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
4279
+ "div",
4280
+ {
4281
+ className: [ScBriefCard_default.cardBorder, className || ""].filter(Boolean).join(" "),
4282
+ style,
4283
+ ...props,
4284
+ children: /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("div", { className: cardClass, children: [
4285
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: ScBriefCard_default.glow }),
4286
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: ScBriefCard_default.glowHover }),
4287
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: ScBriefCard_default.body, children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("p", { className: ScBriefCard_default.description, children: description }) })
4288
+ ] })
4289
+ }
4290
+ );
4291
+ };
4292
+
4291
4293
  // src/SC-appField/ScAppField.module.css
4292
4294
  var ScAppField_default = {
4293
4295
  scAppField: "ScAppField_scAppField",
@@ -4319,7 +4321,7 @@ var ScToggleSwitch_default = {
4319
4321
  };
4320
4322
 
4321
4323
  // src/SC-toggleSwitch/ScToggleSwitch.tsx
4322
- var import_jsx_runtime50 = require("react/jsx-runtime");
4324
+ var import_jsx_runtime51 = require("react/jsx-runtime");
4323
4325
  var ScToggleSwitch = ({
4324
4326
  active = "false",
4325
4327
  checked,
@@ -4329,7 +4331,7 @@ var ScToggleSwitch = ({
4329
4331
  }) => {
4330
4332
  const isActive = checked !== void 0 ? checked : active === "true";
4331
4333
  const variantsClassName = ScToggleSwitch_default["active-" + (isActive ? "true" : "false")];
4332
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
4334
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
4333
4335
  "div",
4334
4336
  {
4335
4337
  className: ScToggleSwitch_default.scToggleSwitch + " " + className + " " + variantsClassName,
@@ -4339,20 +4341,20 @@ var ScToggleSwitch = ({
4339
4341
  props.onClick?.(e);
4340
4342
  },
4341
4343
  style: { cursor: "pointer", ...props.style },
4342
- children: isActive ? /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("svg", { width: "40", height: "24", viewBox: "0 0 40 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4343
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("rect", { width: "40", height: "24", rx: "12", fill: "var(--alias-fill-base-base, #f5f5f5)" }),
4344
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("circle", { cx: "28", cy: "12", r: "10", fill: "var(--alias-text---icons-inverse, #101010)" })
4345
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)("svg", { width: "41", height: "25", viewBox: "0 0 41 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4346
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("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)" }),
4347
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("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)" }),
4348
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("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)" })
4344
+ children: isActive ? /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("svg", { width: "40", height: "24", viewBox: "0 0 40 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4345
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("rect", { width: "40", height: "24", rx: "12", fill: "var(--alias-fill-base-base, #f5f5f5)" }),
4346
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("circle", { cx: "28", cy: "12", r: "10", fill: "var(--alias-text---icons-inverse, #101010)" })
4347
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("svg", { width: "41", height: "25", viewBox: "0 0 41 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4348
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("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)" }),
4349
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("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)" }),
4350
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("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)" })
4349
4351
  ] })
4350
4352
  }
4351
4353
  );
4352
4354
  };
4353
4355
 
4354
4356
  // src/SC-artifaxInvite/ScArtifaxInvite.tsx
4355
- var import_jsx_runtime51 = require("react/jsx-runtime");
4357
+ var import_jsx_runtime52 = require("react/jsx-runtime");
4356
4358
  var ScArtifaxInvite = ({
4357
4359
  active = "true",
4358
4360
  appName = "Artifax",
@@ -4365,22 +4367,22 @@ var ScArtifaxInvite = ({
4365
4367
  }) => {
4366
4368
  const isEnabled = enabled !== void 0 ? enabled : active === "true";
4367
4369
  const variantsClassName = ScArtifaxInvite_default["active-" + (isEnabled ? "true" : "false")];
4368
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
4370
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
4369
4371
  "div",
4370
4372
  {
4371
4373
  className: ScArtifaxInvite_default.scArtifaxInvite + " " + className + " " + variantsClassName,
4372
4374
  ...props,
4373
4375
  children: [
4374
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
4376
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
4375
4377
  ScAppCard,
4376
4378
  {
4377
- appIcon: appIcon || /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_icons42.SiconArtifacts, { className: ScArtifaxInvite_default.siconArtifactsInstance }),
4379
+ appIcon: appIcon || /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_icons42.SiconArtifacts, { className: ScArtifaxInvite_default.siconArtifactsInstance }),
4378
4380
  appName,
4379
4381
  appDescription,
4380
4382
  className: ScArtifaxInvite_default.scAppCardInstance
4381
4383
  }
4382
4384
  ),
4383
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
4385
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
4384
4386
  ScToggleSwitch,
4385
4387
  {
4386
4388
  checked: isEnabled,
@@ -4406,12 +4408,12 @@ var ScPhtogenixInvite_default = {
4406
4408
 
4407
4409
  // src/SC-phtogenixInvite/ScPhtogenixInvite.tsx
4408
4410
  var import_icons43 = require("@streamoid/icons");
4409
- var import_jsx_runtime52 = require("react/jsx-runtime");
4411
+ var import_jsx_runtime53 = require("react/jsx-runtime");
4410
4412
  var ScPhtogenixInvite = ({
4411
4413
  active = "true",
4412
4414
  scAppCardappDescription = "Info about photogenix",
4413
4415
  scAppCardappName = "Photogenix",
4414
- scAppCardappIcon = /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_icons43.SiconArtifacts, { className: ScPhtogenixInvite_default.siconArtifactsInstance }),
4416
+ scAppCardappIcon = /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(import_icons43.SiconArtifacts, { className: ScPhtogenixInvite_default.siconArtifactsInstance }),
4415
4417
  className,
4416
4418
  enabled,
4417
4419
  onToggle,
@@ -4419,12 +4421,12 @@ var ScPhtogenixInvite = ({
4419
4421
  }) => {
4420
4422
  const isEnabled = enabled !== void 0 ? enabled : active === "true";
4421
4423
  const variantsClassName = ScPhtogenixInvite_default["active-" + (isEnabled ? "true" : "false")];
4422
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
4424
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
4423
4425
  "div",
4424
4426
  {
4425
4427
  className: ScPhtogenixInvite_default.scPhtogenixInvite + " " + className + " " + variantsClassName,
4426
4428
  children: [
4427
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
4429
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
4428
4430
  ScAppCard,
4429
4431
  {
4430
4432
  appIcon: scAppCardappIcon,
@@ -4433,7 +4435,7 @@ var ScPhtogenixInvite = ({
4433
4435
  className: ScPhtogenixInvite_default.scAppCardInstance
4434
4436
  }
4435
4437
  ),
4436
- /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
4438
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
4437
4439
  ScToggleSwitch,
4438
4440
  {
4439
4441
  checked: isEnabled,
@@ -4483,10 +4485,10 @@ var ScOnlyField_default = {
4483
4485
 
4484
4486
  // src/SC-onlyField/ScOnlyField.tsx
4485
4487
  var import_icons44 = require("@streamoid/icons");
4486
- var import_jsx_runtime53 = require("react/jsx-runtime");
4488
+ var import_jsx_runtime54 = require("react/jsx-runtime");
4487
4489
  var ScOnlyField = ({
4488
- tfRightIcon = /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(import_icons44.SiconBolt, { className: ScOnlyField_default.siconBoltInstance }),
4489
- tfLeftIcon = /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(import_icons44.SiconBolt, { className: ScOnlyField_default.siconBoltInstance }),
4490
+ tfRightIcon = /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_icons44.SiconBolt, { className: ScOnlyField_default.siconBoltInstance }),
4491
+ tfLeftIcon = /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_icons44.SiconBolt, { className: ScOnlyField_default.siconBoltInstance }),
4490
4492
  state = "default",
4491
4493
  tfGroup = "icon-right",
4492
4494
  labelGroup = "none",
@@ -4499,14 +4501,14 @@ var ScOnlyField = ({
4499
4501
  ...props
4500
4502
  }) => {
4501
4503
  const variantsClassName = ScOnlyField_default["state-" + state] + " " + ScOnlyField_default["tf-group-" + tfGroup] + " " + ScOnlyField_default["label-group-" + labelGroup] + (size !== "default" ? " " + ScOnlyField_default["size-" + size] : "");
4502
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
4504
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
4503
4505
  "div",
4504
4506
  {
4505
4507
  className: ScOnlyField_default.scOnlyField + " " + className + " " + variantsClassName,
4506
4508
  ...props,
4507
- children: /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: ScOnlyField_default.inputContainer, children: [
4508
- (tfGroup === "icon-left" || tfGroup === "icon-left-right") && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: ScOnlyField_default.iconWrapper, children: tfLeftIcon }),
4509
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
4509
+ children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("div", { className: ScOnlyField_default.inputContainer, children: [
4510
+ (tfGroup === "icon-left" || tfGroup === "icon-left-right") && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: ScOnlyField_default.iconWrapper, children: tfLeftIcon }),
4511
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
4510
4512
  "input",
4511
4513
  {
4512
4514
  className: ScOnlyField_default.inputText,
@@ -4526,7 +4528,7 @@ var ScOnlyField = ({
4526
4528
  ...inputProps
4527
4529
  }
4528
4530
  ),
4529
- (tfGroup === "icon-right" || tfGroup === "icon-left-right") && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: ScOnlyField_default.iconWrapper, children: tfRightIcon })
4531
+ (tfGroup === "icon-right" || tfGroup === "icon-left-right") && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: ScOnlyField_default.iconWrapper, children: tfRightIcon })
4530
4532
  ] })
4531
4533
  }
4532
4534
  );
@@ -4534,7 +4536,7 @@ var ScOnlyField = ({
4534
4536
 
4535
4537
  // src/SC-catalogixInvite/ScCatalogixInvite.tsx
4536
4538
  var import_icons47 = require("@streamoid/icons");
4537
- var import_jsx_runtime54 = require("react/jsx-runtime");
4539
+ var import_jsx_runtime55 = require("react/jsx-runtime");
4538
4540
  var ScCatalogixInvite = ({
4539
4541
  active = "false",
4540
4542
  appName = "Catalogix",
@@ -4556,23 +4558,23 @@ var ScCatalogixInvite = ({
4556
4558
  const isEnabled = enabled !== void 0 ? enabled : active === "true";
4557
4559
  const variantsClassName = ScCatalogixInvite_default["active-" + (isEnabled ? "true" : "false")];
4558
4560
  const displayCount = selectedStores ? `${selectedStores.length} Selected` : selectedCount;
4559
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
4561
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
4560
4562
  "div",
4561
4563
  {
4562
4564
  className: ScCatalogixInvite_default.scCatalogixInvite + " " + className + " " + variantsClassName,
4563
4565
  ...props,
4564
4566
  children: [
4565
- /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("div", { className: ScCatalogixInvite_default.appHeader, children: [
4566
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
4567
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("div", { className: ScCatalogixInvite_default.appHeader, children: [
4568
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
4567
4569
  ScAppCard,
4568
4570
  {
4569
- appIcon: appIcon || /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_icons45.SiconArtifacts, { className: ScCatalogixInvite_default.siconArtifactsInstance }),
4571
+ appIcon: appIcon || /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_icons45.SiconArtifacts, { className: ScCatalogixInvite_default.siconArtifactsInstance }),
4570
4572
  appDescription,
4571
4573
  appName,
4572
4574
  className: ScCatalogixInvite_default.scAppCardInstance
4573
4575
  }
4574
4576
  ),
4575
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
4577
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
4576
4578
  ScToggleSwitch,
4577
4579
  {
4578
4580
  checked: isEnabled,
@@ -4581,29 +4583,29 @@ var ScCatalogixInvite = ({
4581
4583
  }
4582
4584
  )
4583
4585
  ] }),
4584
- isEnabled && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_jsx_runtime54.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("div", { className: ScCatalogixInvite_default.storeAccessContainer, children: [
4585
- /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("div", { className: ScCatalogixInvite_default.storeAccessHeader, children: [
4586
- /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("div", { className: ScCatalogixInvite_default.storeAccessTitle, children: [
4586
+ isEnabled && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_jsx_runtime55.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("div", { className: ScCatalogixInvite_default.storeAccessContainer, children: [
4587
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("div", { className: ScCatalogixInvite_default.storeAccessHeader, children: [
4588
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("div", { className: ScCatalogixInvite_default.storeAccessTitle, children: [
4587
4589
  storeAccessTitle,
4588
4590
  " "
4589
4591
  ] }),
4590
- /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("div", { className: ScCatalogixInvite_default.selectedCount, children: [
4592
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("div", { className: ScCatalogixInvite_default.selectedCount, children: [
4591
4593
  displayCount,
4592
4594
  " "
4593
4595
  ] })
4594
4596
  ] }),
4595
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
4597
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
4596
4598
  ScOnlyField,
4597
4599
  {
4598
- tfLeftIcon: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_icons46.SiconSearch, { className: ScCatalogixInvite_default.siconSearchInstance }),
4599
- tfRightIcon: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_icons46.SiconSearch, { className: ScCatalogixInvite_default.siconSearchInstance }),
4600
+ tfLeftIcon: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_icons46.SiconSearch, { className: ScCatalogixInvite_default.siconSearchInstance }),
4601
+ tfRightIcon: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_icons46.SiconSearch, { className: ScCatalogixInvite_default.siconSearchInstance }),
4600
4602
  placeholderFilled: searchPlaceholder,
4601
4603
  value: searchValue,
4602
4604
  onInputChange: onSearchChange,
4603
4605
  className: ScCatalogixInvite_default.scOnlyFieldInstance
4604
4606
  }
4605
4607
  ),
4606
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: ScCatalogixInvite_default.storeListContainer, children: stores ? stores.length > 0 ? stores.map((store) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
4608
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: ScCatalogixInvite_default.storeListContainer, children: stores ? stores.length > 0 ? stores.map((store) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
4607
4609
  ScPairtext,
4608
4610
  {
4609
4611
  content: store.name,
@@ -4614,53 +4616,53 @@ var ScCatalogixInvite = ({
4614
4616
  className: ScCatalogixInvite_default.scPairtextInstance
4615
4617
  },
4616
4618
  store.id
4617
- )) : /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { style: {
4619
+ )) : /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { style: {
4618
4620
  padding: "var(--spacing-3xl, 16px)",
4619
4621
  color: "var(--alias-text-and-icons-muted, #7a7a7a)",
4620
4622
  fontFamily: "var(--font-family-font-family-body, Inter, sans-serif)",
4621
4623
  fontSize: "var(--font-size-font-size-sm, 14px)",
4622
4624
  lineHeight: "var(--line-height-line-height-sm, 20px)"
4623
- }, children: "No stores found" }) : /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(import_jsx_runtime54.Fragment, { children: [
4624
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
4625
+ }, children: "No stores found" }) : /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(import_jsx_runtime55.Fragment, { children: [
4626
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
4625
4627
  ScPairtext,
4626
4628
  {
4627
- icon: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_icons47.SiconHome, { className: ScCatalogixInvite_default.siconHomeInstance }),
4629
+ icon: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_icons47.SiconHome, { className: ScCatalogixInvite_default.siconHomeInstance }),
4628
4630
  iconPosition: "right",
4629
4631
  type: "checkbox",
4630
4632
  className: ScCatalogixInvite_default.scPairtextInstance
4631
4633
  }
4632
4634
  ),
4633
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
4635
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
4634
4636
  ScPairtext,
4635
4637
  {
4636
- icon: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_icons47.SiconHome, { className: ScCatalogixInvite_default.siconHomeInstance }),
4638
+ icon: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_icons47.SiconHome, { className: ScCatalogixInvite_default.siconHomeInstance }),
4637
4639
  iconPosition: "right",
4638
4640
  type: "checkbox",
4639
4641
  className: ScCatalogixInvite_default.scPairtextInstance
4640
4642
  }
4641
4643
  ),
4642
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
4644
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
4643
4645
  ScPairtext,
4644
4646
  {
4645
- icon: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_icons47.SiconHome, { className: ScCatalogixInvite_default.siconHomeInstance }),
4647
+ icon: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_icons47.SiconHome, { className: ScCatalogixInvite_default.siconHomeInstance }),
4646
4648
  iconPosition: "right",
4647
4649
  type: "checkbox",
4648
4650
  className: ScCatalogixInvite_default.scPairtextInstance
4649
4651
  }
4650
4652
  ),
4651
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
4653
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
4652
4654
  ScPairtext,
4653
4655
  {
4654
- icon: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_icons47.SiconHome, { className: ScCatalogixInvite_default.siconHomeInstance }),
4656
+ icon: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_icons47.SiconHome, { className: ScCatalogixInvite_default.siconHomeInstance }),
4655
4657
  iconPosition: "right",
4656
4658
  type: "checkbox",
4657
4659
  className: ScCatalogixInvite_default.scPairtextInstance
4658
4660
  }
4659
4661
  ),
4660
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
4662
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
4661
4663
  ScPairtext,
4662
4664
  {
4663
- icon: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_icons47.SiconHome, { className: ScCatalogixInvite_default.siconHomeInstance }),
4665
+ icon: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_icons47.SiconHome, { className: ScCatalogixInvite_default.siconHomeInstance }),
4664
4666
  iconPosition: "right",
4665
4667
  type: "checkbox",
4666
4668
  className: ScCatalogixInvite_default.scPairtextInstance
@@ -4674,7 +4676,7 @@ var ScCatalogixInvite = ({
4674
4676
  };
4675
4677
 
4676
4678
  // src/SC-appField/ScAppField.tsx
4677
- var import_jsx_runtime55 = require("react/jsx-runtime");
4679
+ var import_jsx_runtime56 = require("react/jsx-runtime");
4678
4680
  var ScAppField = ({
4679
4681
  appFieldTitle = "App permission",
4680
4682
  className,
@@ -4691,13 +4693,13 @@ var ScAppField = ({
4691
4693
  onCatalogixSearchChange,
4692
4694
  ...props
4693
4695
  }) => {
4694
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("div", { className: ScAppField_default.scAppField + " " + className, ...props, children: [
4695
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: ScAppField_default.labelContainer, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("div", { className: ScAppField_default.title, children: [
4696
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("div", { className: ScAppField_default.scAppField + " " + className, ...props, children: [
4697
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: ScAppField_default.labelContainer, children: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("div", { className: ScAppField_default.title, children: [
4696
4698
  appFieldTitle,
4697
4699
  " "
4698
4700
  ] }) }),
4699
- /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("div", { className: ScAppField_default.inputContainer, children: [
4700
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
4701
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("div", { className: ScAppField_default.inputContainer, children: [
4702
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
4701
4703
  ScArtifaxInvite,
4702
4704
  {
4703
4705
  enabled: artifaxEnabled,
@@ -4705,18 +4707,18 @@ var ScAppField = ({
4705
4707
  className: ScAppField_default.scArtifaxInviteInstance
4706
4708
  }
4707
4709
  ),
4708
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
4710
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
4709
4711
  ScPhtogenixInvite,
4710
4712
  {
4711
4713
  enabled: photogenixEnabled,
4712
4714
  onToggle: onPhotogenixToggle,
4713
4715
  scAppCardappDescription: "Info about photogenix",
4714
4716
  scAppCardappName: "Photogenix",
4715
- scAppCardappIcon: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_icons48.SiconPhotogenix, { className: ScAppField_default.siconPhotogenixInstance }),
4717
+ scAppCardappIcon: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(import_icons48.SiconPhotogenix, { className: ScAppField_default.siconPhotogenixInstance }),
4716
4718
  className: ScAppField_default.scPhtogenixInviteInstance
4717
4719
  }
4718
4720
  ),
4719
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
4721
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
4720
4722
  ScCatalogixInvite,
4721
4723
  {
4722
4724
  enabled: catalogixEnabled,
@@ -4743,13 +4745,13 @@ var ScBillingHistoryHeader_default = {
4743
4745
  };
4744
4746
 
4745
4747
  // src/SC-billingHistoryHeader/ScBillingHistoryHeader.tsx
4746
- var import_jsx_runtime56 = require("react/jsx-runtime");
4748
+ var import_jsx_runtime57 = require("react/jsx-runtime");
4747
4749
  var ScBillingHistoryHeader = ({
4748
4750
  className,
4749
4751
  ...props
4750
4752
  }) => {
4751
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("div", { className: ScBillingHistoryHeader_default.scBillingHistoryHeader + " " + className, children: [
4752
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
4753
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("div", { className: ScBillingHistoryHeader_default.scBillingHistoryHeader + " " + className, children: [
4754
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
4753
4755
  ScHeader,
4754
4756
  {
4755
4757
  text: "Invoice",
@@ -4757,7 +4759,7 @@ var ScBillingHistoryHeader = ({
4757
4759
  className: ScBillingHistoryHeader_default.scHeaderInstance
4758
4760
  }
4759
4761
  ),
4760
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
4762
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
4761
4763
  ScHeader,
4762
4764
  {
4763
4765
  text: "Amount",
@@ -4765,7 +4767,7 @@ var ScBillingHistoryHeader = ({
4765
4767
  className: ScBillingHistoryHeader_default.scHeaderInstance2
4766
4768
  }
4767
4769
  ),
4768
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
4770
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
4769
4771
  ScHeader,
4770
4772
  {
4771
4773
  text: "Date",
@@ -4773,7 +4775,7 @@ var ScBillingHistoryHeader = ({
4773
4775
  className: ScBillingHistoryHeader_default.scHeaderInstance2
4774
4776
  }
4775
4777
  ),
4776
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
4778
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
4777
4779
  ScHeader,
4778
4780
  {
4779
4781
  text: "Action",
@@ -4795,19 +4797,19 @@ var ScCheckField_default = {
4795
4797
 
4796
4798
  // src/SC-checkField/ScCheckField.tsx
4797
4799
  var import_icons49 = require("@streamoid/icons");
4798
- var import_jsx_runtime57 = require("react/jsx-runtime");
4800
+ var import_jsx_runtime58 = require("react/jsx-runtime");
4799
4801
  var ScCheckField = ({
4800
4802
  label = "Label",
4801
4803
  className,
4802
4804
  checkboxes,
4803
4805
  ...props
4804
4806
  }) => {
4805
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("div", { className: ScCheckField_default.scCheckField + " " + className, ...props, children: [
4806
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: ScCheckField_default.labelContainer, children: /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("div", { className: ScCheckField_default.label, children: [
4807
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: ScCheckField_default.scCheckField + " " + className, ...props, children: [
4808
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: ScCheckField_default.labelContainer, children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: ScCheckField_default.label, children: [
4807
4809
  label,
4808
4810
  " "
4809
4811
  ] }) }),
4810
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: ScCheckField_default.tabSwitcher, children: checkboxes ? checkboxes.map((item, i) => /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
4812
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: ScCheckField_default.tabSwitcher, children: checkboxes ? checkboxes.map((item, i) => /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
4811
4813
  ScPairtext,
4812
4814
  {
4813
4815
  content: item.label,
@@ -4817,19 +4819,19 @@ var ScCheckField = ({
4817
4819
  className: ScCheckField_default.scPairtextInstance
4818
4820
  },
4819
4821
  i
4820
- )) : /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(import_jsx_runtime57.Fragment, { children: [
4821
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
4822
+ )) : /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(import_jsx_runtime58.Fragment, { children: [
4823
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
4822
4824
  ScPairtext,
4823
4825
  {
4824
- icon: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_icons49.SiconHome, { className: ScCheckField_default.siconHomeInstance }),
4826
+ icon: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_icons49.SiconHome, { className: ScCheckField_default.siconHomeInstance }),
4825
4827
  type: "checkbox",
4826
4828
  className: ScCheckField_default.scPairtextInstance
4827
4829
  }
4828
4830
  ),
4829
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
4831
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
4830
4832
  ScPairtext,
4831
4833
  {
4832
- icon: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_icons49.SiconHome, { className: ScCheckField_default.siconHomeInstance }),
4834
+ icon: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_icons49.SiconHome, { className: ScCheckField_default.siconHomeInstance }),
4833
4835
  type: "checkbox",
4834
4836
  className: ScCheckField_default.scPairtextInstance
4835
4837
  }
@@ -4850,9 +4852,9 @@ var ScFieldButton_default = {
4850
4852
 
4851
4853
  // src/SC-fieldButton/ScFieldButton.tsx
4852
4854
  var import_icons50 = require("@streamoid/icons");
4853
- var import_jsx_runtime58 = require("react/jsx-runtime");
4855
+ var import_jsx_runtime59 = require("react/jsx-runtime");
4854
4856
  var ScFieldButton = ({
4855
- icon = /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_icons50.SiconHome, { className: ScFieldButton_default.siconHomeInstance }),
4857
+ icon = /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_icons50.SiconHome, { className: ScFieldButton_default.siconHomeInstance }),
4856
4858
  type = "default",
4857
4859
  state = "default",
4858
4860
  className,
@@ -4860,18 +4862,18 @@ var ScFieldButton = ({
4860
4862
  ...props
4861
4863
  }) => {
4862
4864
  const variantsClassName = ScFieldButton_default["type-" + type] + " " + ScFieldButton_default["state-" + state];
4863
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
4865
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
4864
4866
  "div",
4865
4867
  {
4866
4868
  className: ScFieldButton_default.scFieldButton + " " + className + " " + variantsClassName,
4867
4869
  ...props,
4868
- children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: ScFieldButton_default.container, children: [
4869
- (type === "icon-right" || type === "only-icon") && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_jsx_runtime58.Fragment, { children: icon }),
4870
- (type === "icon-left" || type === "default" || type === "icon-right") && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_jsx_runtime58.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: ScFieldButton_default.label, children: [
4870
+ children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: ScFieldButton_default.container, children: [
4871
+ (type === "icon-right" || type === "only-icon") && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_jsx_runtime59.Fragment, { children: icon }),
4872
+ (type === "icon-left" || type === "default" || type === "icon-right") && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_jsx_runtime59.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: ScFieldButton_default.label, children: [
4871
4873
  text,
4872
4874
  " "
4873
4875
  ] }) }),
4874
- type === "icon-left" && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_jsx_runtime58.Fragment, { children: icon })
4876
+ type === "icon-left" && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_jsx_runtime59.Fragment, { children: icon })
4875
4877
  ] })
4876
4878
  }
4877
4879
  );
@@ -4886,16 +4888,16 @@ var ScPendingAction_default = {
4886
4888
 
4887
4889
  // src/SC-pendingAction/ScPendingAction.tsx
4888
4890
  var import_icons51 = require("@streamoid/icons");
4889
- var import_jsx_runtime59 = require("react/jsx-runtime");
4891
+ var import_jsx_runtime60 = require("react/jsx-runtime");
4890
4892
  var ScPendingAction = ({
4891
4893
  className,
4892
4894
  ...props
4893
4895
  }) => {
4894
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)("div", { className: ScPendingAction_default.scPendingAction + " " + className, ...props, children: [
4895
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
4896
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { className: ScPendingAction_default.scPendingAction + " " + className, ...props, children: [
4897
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
4896
4898
  ScButton,
4897
4899
  {
4898
- icon: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_icons51.SiconHome, { className: ScPendingAction_default.siconHomeInstance }),
4900
+ icon: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_icons51.SiconHome, { className: ScPendingAction_default.siconHomeInstance }),
4899
4901
  text: "Cancel",
4900
4902
  variant: "error",
4901
4903
  type: "tertiary",
@@ -4903,11 +4905,11 @@ var ScPendingAction = ({
4903
4905
  className: ScPendingAction_default.scButtonInstance
4904
4906
  }
4905
4907
  ),
4906
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(ScVDivider, { className: ScPendingAction_default.scVDividerInstance }),
4907
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
4908
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(ScVDivider, { className: ScPendingAction_default.scVDividerInstance }),
4909
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
4908
4910
  ScButton,
4909
4911
  {
4910
- icon: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_icons51.SiconHome, { className: ScPendingAction_default.siconHomeInstance }),
4912
+ icon: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_icons51.SiconHome, { className: ScPendingAction_default.siconHomeInstance }),
4911
4913
  text: "Resend",
4912
4914
  variant: "tertiary",
4913
4915
  size: "sm",
@@ -4931,7 +4933,7 @@ var ScQuickPrompt_default = {
4931
4933
 
4932
4934
  // src/SC-quick prompt/ScQuickPrompt.tsx
4933
4935
  var import_icons52 = require("@streamoid/icons");
4934
- var import_jsx_runtime60 = require("react/jsx-runtime");
4936
+ var import_jsx_runtime61 = require("react/jsx-runtime");
4935
4937
  var ScQuickPrompt = ({
4936
4938
  appName = "Photogenix",
4937
4939
  heading = "Swap Model and Background",
@@ -4939,20 +4941,20 @@ var ScQuickPrompt = ({
4939
4941
  className,
4940
4942
  ...props
4941
4943
  }) => {
4942
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { className: ScQuickPrompt_default.scQuickPrompt + " " + className, ...props, children: [
4943
- /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { className: ScQuickPrompt_default.header, children: [
4944
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", { className: ScQuickPrompt_default.iconContainer, children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_icons52.SiconBolt, { className: ScQuickPrompt_default.siconBoltInstance }) }),
4945
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", { className: ScQuickPrompt_default.titleContainer, children: /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { className: ScQuickPrompt_default.title, children: [
4944
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("div", { className: ScQuickPrompt_default.scQuickPrompt + " " + className, ...props, children: [
4945
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("div", { className: ScQuickPrompt_default.header, children: [
4946
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: ScQuickPrompt_default.iconContainer, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_icons52.SiconBolt, { className: ScQuickPrompt_default.siconBoltInstance }) }),
4947
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: ScQuickPrompt_default.titleContainer, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("div", { className: ScQuickPrompt_default.title, children: [
4946
4948
  appName,
4947
4949
  " "
4948
4950
  ] }) })
4949
4951
  ] }),
4950
- /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { className: ScQuickPrompt_default.body, children: [
4951
- /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { className: ScQuickPrompt_default.heading, children: [
4952
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("div", { className: ScQuickPrompt_default.body, children: [
4953
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("div", { className: ScQuickPrompt_default.heading, children: [
4952
4954
  heading,
4953
4955
  " "
4954
4956
  ] }),
4955
- /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { className: ScQuickPrompt_default.description, children: [
4957
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("div", { className: ScQuickPrompt_default.description, children: [
4956
4958
  description,
4957
4959
  " "
4958
4960
  ] })
@@ -4969,13 +4971,13 @@ var ScReferralTableHeader_default = {
4969
4971
  };
4970
4972
 
4971
4973
  // src/SC-referralTableHeader/ScReferralTableHeader.tsx
4972
- var import_jsx_runtime61 = require("react/jsx-runtime");
4974
+ var import_jsx_runtime62 = require("react/jsx-runtime");
4973
4975
  var ScReferralTableHeader = ({
4974
4976
  className,
4975
4977
  ...props
4976
4978
  }) => {
4977
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("div", { className: ScReferralTableHeader_default.scReferralTableHeader + " " + className, children: [
4978
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
4979
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("div", { className: ScReferralTableHeader_default.scReferralTableHeader + " " + className, children: [
4980
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
4979
4981
  ScHeader,
4980
4982
  {
4981
4983
  text: "User",
@@ -4983,7 +4985,7 @@ var ScReferralTableHeader = ({
4983
4985
  className: ScReferralTableHeader_default.scHeaderInstance
4984
4986
  }
4985
4987
  ),
4986
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
4988
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
4987
4989
  ScHeader,
4988
4990
  {
4989
4991
  text: "Date",
@@ -4991,7 +4993,7 @@ var ScReferralTableHeader = ({
4991
4993
  className: ScReferralTableHeader_default.scHeaderInstance2
4992
4994
  }
4993
4995
  ),
4994
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
4996
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
4995
4997
  ScHeader,
4996
4998
  {
4997
4999
  text: "Status",
@@ -4999,7 +5001,7 @@ var ScReferralTableHeader = ({
4999
5001
  className: ScReferralTableHeader_default.scHeaderInstance3
5000
5002
  }
5001
5003
  ),
5002
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5004
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5003
5005
  ScHeader,
5004
5006
  {
5005
5007
  text: "Reward",
@@ -5020,7 +5022,7 @@ var ScReferralTableList_default = {
5020
5022
  };
5021
5023
 
5022
5024
  // src/SC-referralTableList/ScReferralTableList.tsx
5023
- var import_jsx_runtime62 = require("react/jsx-runtime");
5025
+ var import_jsx_runtime63 = require("react/jsx-runtime");
5024
5026
  var ScReferralTableList = ({
5025
5027
  userEmail = "chris@kepler.com",
5026
5028
  userName,
@@ -5030,8 +5032,8 @@ var ScReferralTableList = ({
5030
5032
  className,
5031
5033
  ...props
5032
5034
  }) => {
5033
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("div", { className: ScReferralTableList_default.scReferralTableList + " " + className, ...props, children: [
5034
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5035
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("div", { className: ScReferralTableList_default.scReferralTableList + " " + className, ...props, children: [
5036
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
5035
5037
  ScProfile,
5036
5038
  {
5037
5039
  subText: userEmail,
@@ -5039,12 +5041,12 @@ var ScReferralTableList = ({
5039
5041
  className: ScReferralTableList_default.scProfileInstance
5040
5042
  }
5041
5043
  ),
5042
- /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("div", { className: ScReferralTableList_default.date, children: [
5044
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("div", { className: ScReferralTableList_default.date, children: [
5043
5045
  date,
5044
5046
  " "
5045
5047
  ] }),
5046
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(ScBadges, { text: status, className: ScReferralTableList_default.scBadgesInstance }),
5047
- /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("div", { className: ScReferralTableList_default.points, children: [
5048
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(ScBadges, { text: status, className: ScReferralTableList_default.scBadgesInstance }),
5049
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("div", { className: ScReferralTableList_default.points, children: [
5048
5050
  points,
5049
5051
  " "
5050
5052
  ] })
@@ -5060,33 +5062,33 @@ var ScSettingsNav_default = {
5060
5062
  // src/SC-settingsNav/ScSettingsNav.tsx
5061
5063
  var import_icons53 = require("@streamoid/icons");
5062
5064
  var import_icons54 = require("@streamoid/icons");
5063
- var import_jsx_runtime63 = require("react/jsx-runtime");
5065
+ var import_jsx_runtime64 = require("react/jsx-runtime");
5064
5066
  var ScSettingsNav = ({
5065
5067
  className,
5066
5068
  ...props
5067
5069
  }) => {
5068
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: ScSettingsNav_default.scSettingsNav + " " + className, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("div", { className: ScSettingsNav_default.container, children: [
5069
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
5070
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: ScSettingsNav_default.scSettingsNav + " " + className, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: ScSettingsNav_default.container, children: [
5071
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5070
5072
  ScSidebarMenu,
5071
5073
  {
5072
- icon: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_icons53.SiconTeam, { className: ScSettingsNav_default.siconTeamInstance }),
5074
+ icon: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(import_icons53.SiconTeam, { className: ScSettingsNav_default.siconTeamInstance }),
5073
5075
  text: "Profile",
5074
5076
  state: "active",
5075
5077
  className: ScSettingsNav_default.scSidebarMenuInstance
5076
5078
  }
5077
5079
  ),
5078
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
5080
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5079
5081
  ScSidebarMenu,
5080
5082
  {
5081
- icon: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_icons54.SiconWorkspace, { className: ScSettingsNav_default.siconWorkspaceInstance }),
5083
+ icon: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(import_icons54.SiconWorkspace, { className: ScSettingsNav_default.siconWorkspaceInstance }),
5082
5084
  text: "Workspace",
5083
5085
  className: ScSettingsNav_default.scSidebarMenuInstance
5084
5086
  }
5085
5087
  ),
5086
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
5088
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5087
5089
  ScSidebarMenu,
5088
5090
  {
5089
- icon: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_icons54.SiconReferral, { className: ScSettingsNav_default.siconReferralInstance }),
5091
+ icon: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(import_icons54.SiconReferral, { className: ScSettingsNav_default.siconReferralInstance }),
5090
5092
  text: "Referral",
5091
5093
  className: ScSettingsNav_default.scSidebarMenuInstance
5092
5094
  }
@@ -5102,7 +5104,7 @@ var ScTabField_default = {
5102
5104
  };
5103
5105
 
5104
5106
  // src/SC-tabField/ScTabField.tsx
5105
- var import_jsx_runtime64 = require("react/jsx-runtime");
5107
+ var import_jsx_runtime65 = require("react/jsx-runtime");
5106
5108
  var ScTabField = ({
5107
5109
  label = "Label",
5108
5110
  className,
@@ -5111,17 +5113,17 @@ var ScTabField = ({
5111
5113
  onTabChange,
5112
5114
  ...props
5113
5115
  }) => {
5114
- return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: ScTabField_default.scTabField + " " + className, children: [
5115
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: ScTabField_default.labelContainer, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: ScTabField_default.label, children: [
5116
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: ScTabField_default.scTabField + " " + className, children: [
5117
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: ScTabField_default.labelContainer, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: ScTabField_default.label, children: [
5116
5118
  label,
5117
5119
  " "
5118
5120
  ] }) }),
5119
- tabs ? /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5121
+ tabs ? /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5120
5122
  ScTabSwitcher,
5121
5123
  {
5122
5124
  tabCount: String(tabs.length),
5123
5125
  className: ScTabField_default.scTabSwitcherInstance,
5124
- component: tabs[0] ? /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5126
+ component: tabs[0] ? /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5125
5127
  ScTabComp,
5126
5128
  {
5127
5129
  text: tabs[0].label,
@@ -5131,7 +5133,7 @@ var ScTabField = ({
5131
5133
  style: { flex: 1 }
5132
5134
  }
5133
5135
  ) : void 0,
5134
- component2: tabs[1] ? /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5136
+ component2: tabs[1] ? /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5135
5137
  ScTabComp,
5136
5138
  {
5137
5139
  text: tabs[1].label,
@@ -5142,7 +5144,7 @@ var ScTabField = ({
5142
5144
  }
5143
5145
  ) : void 0
5144
5146
  }
5145
- ) : /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(ScTabSwitcher, { className: ScTabField_default.scTabSwitcherInstance })
5147
+ ) : /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(ScTabSwitcher, { className: ScTabField_default.scTabSwitcherInstance })
5146
5148
  ] });
5147
5149
  };
5148
5150
 
@@ -5159,19 +5161,19 @@ var ScTableHeader_default = {
5159
5161
  };
5160
5162
 
5161
5163
  // src/SC-tableHeader/ScTableHeader.tsx
5162
- var import_jsx_runtime65 = require("react/jsx-runtime");
5164
+ var import_jsx_runtime66 = require("react/jsx-runtime");
5163
5165
  var ScTableHeader = ({
5164
5166
  type = "default",
5165
5167
  className,
5166
5168
  ...props
5167
5169
  }) => {
5168
5170
  const variantsClassName = ScTableHeader_default["type-" + type];
5169
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
5171
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
5170
5172
  "div",
5171
5173
  {
5172
5174
  className: ScTableHeader_default.scTableHeader + " " + className + " " + variantsClassName,
5173
5175
  children: [
5174
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5176
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5175
5177
  ScHeader,
5176
5178
  {
5177
5179
  text: "User",
@@ -5179,7 +5181,7 @@ var ScTableHeader = ({
5179
5181
  className: ScTableHeader_default.scHeaderInstance
5180
5182
  }
5181
5183
  ),
5182
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5184
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5183
5185
  ScHeader,
5184
5186
  {
5185
5187
  text: "Role",
@@ -5187,7 +5189,7 @@ var ScTableHeader = ({
5187
5189
  className: ScTableHeader_default.scHeaderInstance2
5188
5190
  }
5189
5191
  ),
5190
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5192
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5191
5193
  ScHeader,
5192
5194
  {
5193
5195
  text: "Access",
@@ -5195,7 +5197,7 @@ var ScTableHeader = ({
5195
5197
  className: ScTableHeader_default.scHeaderInstance3
5196
5198
  }
5197
5199
  ),
5198
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5200
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5199
5201
  ScHeader,
5200
5202
  {
5201
5203
  text: "Invited by",
@@ -5203,7 +5205,7 @@ var ScTableHeader = ({
5203
5205
  className: ScTableHeader_default.scHeaderInstance4
5204
5206
  }
5205
5207
  ),
5206
- type === "pending" && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_jsx_runtime65.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5208
+ type === "pending" && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_jsx_runtime66.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5207
5209
  ScHeader,
5208
5210
  {
5209
5211
  text: "Invite action",
@@ -5211,7 +5213,7 @@ var ScTableHeader = ({
5211
5213
  className: ScTableHeader_default.scHeaderInstance5
5212
5214
  }
5213
5215
  ) }),
5214
- type === "default" && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_jsx_runtime65.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5216
+ type === "default" && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_jsx_runtime66.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5215
5217
  ScHeader,
5216
5218
  {
5217
5219
  text: "Signed On",
@@ -5245,7 +5247,7 @@ var ScTableList_default = {
5245
5247
  // src/SC-tableList/ScTableList.tsx
5246
5248
  var import_icons55 = require("@streamoid/icons");
5247
5249
  var import_icons56 = require("@streamoid/icons");
5248
- var import_jsx_runtime66 = require("react/jsx-runtime");
5250
+ var import_jsx_runtime67 = require("react/jsx-runtime");
5249
5251
  var ScTableList = ({
5250
5252
  invitedBy = "Rohan",
5251
5253
  signedOn = "Nov 9th, 2025",
@@ -5257,51 +5259,51 @@ var ScTableList = ({
5257
5259
  ...props
5258
5260
  }) => {
5259
5261
  const variantsClassName = ScTableList_default["hover-" + hover] + " " + ScTableList_default["variant-" + variant];
5260
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
5262
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
5261
5263
  "div",
5262
5264
  {
5263
5265
  className: ScTableList_default.scTableList + " " + className + " " + variantsClassName,
5264
5266
  onClick: (e) => onRowClick && onRowClick(invitedBy, e),
5265
5267
  ...props,
5266
5268
  children: [
5267
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5269
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
5268
5270
  ScProfile,
5269
5271
  {
5270
5272
  subText: userEmail,
5271
5273
  className: ScTableList_default.scProfileInstance
5272
5274
  }
5273
5275
  ),
5274
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(ScRole, { className: ScTableList_default.scRoleInstance }),
5275
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: ScTableList_default.accessInfo, children: [
5276
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5276
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(ScRole, { className: ScTableList_default.scRoleInstance }),
5277
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("div", { className: ScTableList_default.accessInfo, children: [
5278
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
5277
5279
  ScAccess,
5278
5280
  {
5279
- component: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_icons55.SiconArtifacts, { className: ScTableList_default.siconArtifactsInstance }),
5280
- component2: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_icons55.SiconPhotogenix, { className: ScTableList_default.siconPhotogenixInstance }),
5281
+ component: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(import_icons55.SiconArtifacts, { className: ScTableList_default.siconArtifactsInstance }),
5282
+ component2: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(import_icons55.SiconPhotogenix, { className: ScTableList_default.siconPhotogenixInstance }),
5281
5283
  className: ScTableList_default.scAccessInstance
5282
5284
  }
5283
5285
  ),
5284
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5286
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
5285
5287
  ScAccess,
5286
5288
  {
5287
- component: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_icons56.SiconUserAdd, { className: ScTableList_default.siconUserAddInstance }),
5288
- component2: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_icons56.SiconCoins, { className: ScTableList_default.siconCoinsInstance }),
5289
+ component: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(import_icons56.SiconUserAdd, { className: ScTableList_default.siconUserAddInstance }),
5290
+ component2: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(import_icons56.SiconCoins, { className: ScTableList_default.siconCoinsInstance }),
5289
5291
  visibleSiconCatalogix: false,
5290
5292
  className: ScTableList_default.scAccessInstance
5291
5293
  }
5292
5294
  )
5293
5295
  ] }),
5294
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: ScTableList_default.userName, children: [
5296
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("div", { className: ScTableList_default.userName, children: [
5295
5297
  invitedBy,
5296
5298
  " "
5297
5299
  ] }),
5298
- variant === "pending" && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_jsx_runtime66.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5300
+ variant === "pending" && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(import_jsx_runtime67.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
5299
5301
  ScPendingAction,
5300
5302
  {
5301
5303
  className: ScTableList_default.scPendingActionInstance
5302
5304
  }
5303
5305
  ) }),
5304
- variant === "active" && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_jsx_runtime66.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: ScTableList_default.date, children: [
5306
+ variant === "active" && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(import_jsx_runtime67.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("div", { className: ScTableList_default.date, children: [
5305
5307
  signedOn,
5306
5308
  " "
5307
5309
  ] }) })
@@ -5331,7 +5333,7 @@ var ScWorkspaceCard_default = {
5331
5333
 
5332
5334
  // src/SC-workspaceCard/ScWorkspaceCard.tsx
5333
5335
  var import_icons57 = require("@streamoid/icons");
5334
- var import_jsx_runtime67 = require("react/jsx-runtime");
5336
+ var import_jsx_runtime68 = require("react/jsx-runtime");
5335
5337
  var ScWorkspaceCard = ({
5336
5338
  workspaceName = "Stores",
5337
5339
  role = "Admin",
@@ -5341,21 +5343,21 @@ var ScWorkspaceCard = ({
5341
5343
  className,
5342
5344
  ...props
5343
5345
  }) => {
5344
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("div", { className: ScWorkspaceCard_default.scWorkspaceCard + " " + className, ...props, children: [
5345
- /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("div", { className: ScWorkspaceCard_default.workspaceInfo, children: [
5346
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
5346
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: ScWorkspaceCard_default.scWorkspaceCard + " " + className, ...props, children: [
5347
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: ScWorkspaceCard_default.workspaceInfo, children: [
5348
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
5347
5349
  ScIntialProfileCover,
5348
5350
  {
5349
5351
  className: ScWorkspaceCard_default.scIntialProfileCoverInstance
5350
5352
  }
5351
5353
  ),
5352
- /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("div", { className: ScWorkspaceCard_default.workspaceName, children: [
5354
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: ScWorkspaceCard_default.workspaceName, children: [
5353
5355
  workspaceName,
5354
5356
  " "
5355
5357
  ] })
5356
5358
  ] }),
5357
- /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("div", { className: ScWorkspaceCard_default.userInfo, children: [
5358
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
5359
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: ScWorkspaceCard_default.userInfo, children: [
5360
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
5359
5361
  ScBadges,
5360
5362
  {
5361
5363
  text: role,
@@ -5363,41 +5365,41 @@ var ScWorkspaceCard = ({
5363
5365
  className: ScWorkspaceCard_default.scBadgesInstance
5364
5366
  }
5365
5367
  ),
5366
- /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("div", { className: ScWorkspaceCard_default.userDetails, children: [
5367
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
5368
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: ScWorkspaceCard_default.userDetails, children: [
5369
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
5368
5370
  ScPairtext,
5369
5371
  {
5370
- icon: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(import_icons57.SiconTeam, { className: ScWorkspaceCard_default.siconTeamInstance }),
5372
+ icon: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_icons57.SiconTeam, { className: ScWorkspaceCard_default.siconTeamInstance }),
5371
5373
  content: userCount,
5372
5374
  className: ScWorkspaceCard_default.scPairtextInstance
5373
5375
  }
5374
5376
  ),
5375
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(ScVDivider, { className: ScWorkspaceCard_default.scVDividerInstance }),
5376
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
5377
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(ScVDivider, { className: ScWorkspaceCard_default.scVDividerInstance }),
5378
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
5377
5379
  ScPairtext,
5378
5380
  {
5379
- icon: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(import_icons57.SiconCrown, { className: ScWorkspaceCard_default.siconCrownInstance }),
5381
+ icon: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_icons57.SiconCrown, { className: ScWorkspaceCard_default.siconCrownInstance }),
5380
5382
  content: ownerEmail,
5381
5383
  className: ScWorkspaceCard_default.scPairtextInstance
5382
5384
  }
5383
5385
  )
5384
5386
  ] })
5385
5387
  ] }),
5386
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
5388
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
5387
5389
  ScButton,
5388
5390
  {
5389
- icon: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(import_icons57.SiconSwitch, { className: ScWorkspaceCard_default.siconSwitchInstance }),
5391
+ icon: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_icons57.SiconSwitch, { className: ScWorkspaceCard_default.siconSwitchInstance }),
5390
5392
  text: buttonText,
5391
5393
  state: "disabled",
5392
5394
  variant: "outline",
5393
5395
  className: ScWorkspaceCard_default.scButtonInstance
5394
5396
  }
5395
5397
  ),
5396
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
5398
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
5397
5399
  ScButton,
5398
5400
  {
5399
5401
  text: "Leave workspace",
5400
- icon: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(import_icons57.SiconLogout, { className: ScWorkspaceCard_default.siconLogoutInstance }),
5402
+ icon: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_icons57.SiconLogout, { className: ScWorkspaceCard_default.siconLogoutInstance }),
5401
5403
  styleVariant: "icon-only",
5402
5404
  variant: "error",
5403
5405
  className: ScWorkspaceCard_default.scButtonInstance2
@@ -5433,7 +5435,7 @@ var ScWorkspaceSwitchCard_default = {
5433
5435
  };
5434
5436
 
5435
5437
  // src/SC-WorkspaceSwitchCard/ScWorkspaceSwitchCard.tsx
5436
- var import_jsx_runtime68 = require("react/jsx-runtime");
5438
+ var import_jsx_runtime69 = require("react/jsx-runtime");
5437
5439
  function ScWorkspaceSwitchCard({
5438
5440
  wsName = "Workspace name is kepler",
5439
5441
  role = "Admin",
@@ -5463,14 +5465,14 @@ function ScWorkspaceSwitchCard({
5463
5465
  ].filter(Boolean).join(" ");
5464
5466
  const dpBg = isCurrent ? "var(--alias-fill-neutral-neutralactive, #313131)" : "var(--alias-fill-neutral-neutralselected, #242424)";
5465
5467
  const roleColorClass = isAdmin ? ScWorkspaceSwitchCard_default.detailValueRole : ScWorkspaceSwitchCard_default.detailValueInfo;
5466
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
5468
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
5467
5469
  "div",
5468
5470
  {
5469
5471
  className: cardClass,
5470
5472
  onMouseEnter: () => setInternalHover(true),
5471
5473
  onMouseLeave: () => setInternalHover(false),
5472
- children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: ScWorkspaceSwitchCard_default.wsInfo, children: [
5473
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
5474
+ children: /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("div", { className: ScWorkspaceSwitchCard_default.wsInfo, children: [
5475
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
5474
5476
  ScDp,
5475
5477
  {
5476
5478
  type: imageUrl ? "image" : "initial",
@@ -5484,26 +5486,26 @@ function ScWorkspaceSwitchCard({
5484
5486
  }
5485
5487
  }
5486
5488
  ),
5487
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: ScWorkspaceSwitchCard_default.infoCol, children: [
5488
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("p", { className: ScWorkspaceSwitchCard_default.wsName, children: wsName }),
5489
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: ScWorkspaceSwitchCard_default.detailsRow, children: [
5490
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: ScWorkspaceSwitchCard_default.detailItem, children: [
5491
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: ScWorkspaceSwitchCard_default.detailLabel, children: "Role" }),
5492
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: roleColorClass, children: displayRole })
5489
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("div", { className: ScWorkspaceSwitchCard_default.infoCol, children: [
5490
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("p", { className: ScWorkspaceSwitchCard_default.wsName, children: wsName }),
5491
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("div", { className: ScWorkspaceSwitchCard_default.detailsRow, children: [
5492
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("div", { className: ScWorkspaceSwitchCard_default.detailItem, children: [
5493
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: ScWorkspaceSwitchCard_default.detailLabel, children: "Role" }),
5494
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: roleColorClass, children: displayRole })
5493
5495
  ] }),
5494
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(ScVDivider, { className: ScWorkspaceSwitchCard_default.vDivider }),
5495
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: ScWorkspaceSwitchCard_default.detailItem, children: [
5496
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: ScWorkspaceSwitchCard_default.detailLabel, children: "Plan" }),
5497
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: ScWorkspaceSwitchCard_default.detailValueSecondary, children: plan })
5496
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(ScVDivider, { className: ScWorkspaceSwitchCard_default.vDivider }),
5497
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("div", { className: ScWorkspaceSwitchCard_default.detailItem, children: [
5498
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: ScWorkspaceSwitchCard_default.detailLabel, children: "Plan" }),
5499
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: ScWorkspaceSwitchCard_default.detailValueSecondary, children: plan })
5498
5500
  ] }),
5499
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(ScVDivider, { className: ScWorkspaceSwitchCard_default.vDivider }),
5500
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: ScWorkspaceSwitchCard_default.detailItemFlex, children: [
5501
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: ScWorkspaceSwitchCard_default.detailLabel, children: "Workspace Owner" }),
5502
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: ScWorkspaceSwitchCard_default.detailValueSecondary, children: ownerId })
5501
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(ScVDivider, { className: ScWorkspaceSwitchCard_default.vDivider }),
5502
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("div", { className: ScWorkspaceSwitchCard_default.detailItemFlex, children: [
5503
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: ScWorkspaceSwitchCard_default.detailLabel, children: "Workspace Owner" }),
5504
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("span", { className: ScWorkspaceSwitchCard_default.detailValueSecondary, children: ownerId })
5503
5505
  ] })
5504
5506
  ] })
5505
5507
  ] }),
5506
- isHover && isOther && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
5508
+ isHover && isOther && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
5507
5509
  "div",
5508
5510
  {
5509
5511
  onClick: (e) => {
@@ -5511,19 +5513,19 @@ function ScWorkspaceSwitchCard({
5511
5513
  onSwitch?.();
5512
5514
  },
5513
5515
  style: { cursor: "pointer" },
5514
- children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
5516
+ children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
5515
5517
  ScButton,
5516
5518
  {
5517
5519
  text: "Switch Workspace",
5518
5520
  variant: "secondary",
5519
5521
  size: "sm",
5520
5522
  styleVariant: "icon-left",
5521
- icon: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_icons58.SiconSwitch, { className: ScWorkspaceSwitchCard_default.btnIcon })
5523
+ icon: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(import_icons58.SiconSwitch, { className: ScWorkspaceSwitchCard_default.btnIcon })
5522
5524
  }
5523
5525
  )
5524
5526
  }
5525
5527
  ),
5526
- isHover && isAdmin && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
5528
+ isHover && isAdmin && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
5527
5529
  "div",
5528
5530
  {
5529
5531
  onClick: (e) => {
@@ -5531,18 +5533,18 @@ function ScWorkspaceSwitchCard({
5531
5533
  onSettings?.();
5532
5534
  },
5533
5535
  style: { cursor: "pointer" },
5534
- children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
5536
+ children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
5535
5537
  ScButton,
5536
5538
  {
5537
5539
  styleVariant: "icon-only",
5538
5540
  variant: "outline",
5539
5541
  size: "sm",
5540
- icon: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_icons58.SiconSettings, { className: ScWorkspaceSwitchCard_default.btnIcon })
5542
+ icon: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(import_icons58.SiconSettings, { className: ScWorkspaceSwitchCard_default.btnIcon })
5541
5543
  }
5542
5544
  )
5543
5545
  }
5544
5546
  ),
5545
- isHover && !isAdmin && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
5547
+ isHover && !isAdmin && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
5546
5548
  "div",
5547
5549
  {
5548
5550
  className: ScWorkspaceSwitchCard_default.leaveBtn,
@@ -5550,7 +5552,7 @@ function ScWorkspaceSwitchCard({
5550
5552
  e.stopPropagation();
5551
5553
  onLeave?.();
5552
5554
  },
5553
- children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_icons58.SiconLogout, { className: ScWorkspaceSwitchCard_default.btnIcon, color: "currentColor" })
5555
+ children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(import_icons58.SiconLogout, { className: ScWorkspaceSwitchCard_default.btnIcon, color: "currentColor" })
5554
5556
  }
5555
5557
  )
5556
5558
  ] })
@@ -5568,18 +5570,18 @@ var ScRoleMobile_default = {
5568
5570
  };
5569
5571
 
5570
5572
  // src/SC-Role-Mobile/ScRoleMobile.tsx
5571
- var import_jsx_runtime69 = require("react/jsx-runtime");
5573
+ var import_jsx_runtime70 = require("react/jsx-runtime");
5572
5574
  var ScRoleMobile = ({
5573
5575
  role = "admin",
5574
5576
  className,
5575
5577
  ...props
5576
5578
  }) => {
5577
- return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
5579
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5578
5580
  "div",
5579
5581
  {
5580
5582
  className: ScRoleMobile_default.scRoleMobile + " " + ScRoleMobile_default["role-" + role] + " " + className,
5581
5583
  ...props,
5582
- children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("p", { className: ScRoleMobile_default.text, children: role === "admin" ? "Admin" : "Member" })
5584
+ children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("p", { className: ScRoleMobile_default.text, children: role === "admin" ? "Admin" : "Member" })
5583
5585
  }
5584
5586
  );
5585
5587
  };
@@ -5596,7 +5598,7 @@ var ScProfileV2Mobile_default = {
5596
5598
  };
5597
5599
 
5598
5600
  // src/SC-Profile-V2-Mobile/ScProfileV2Mobile.tsx
5599
- var import_jsx_runtime70 = require("react/jsx-runtime");
5601
+ var import_jsx_runtime71 = require("react/jsx-runtime");
5600
5602
  var ScProfileV2Mobile = ({
5601
5603
  name = "Chris Hemsworth",
5602
5604
  email = "chris@kepler.com",
@@ -5606,17 +5608,17 @@ var ScProfileV2Mobile = ({
5606
5608
  ...props
5607
5609
  }) => {
5608
5610
  const initials = name.split(" ").map((n) => n[0]).join("").toUpperCase().slice(0, 2);
5609
- const profileImage = /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: ScProfileV2Mobile_default.profileImage, children: imageUrl ? /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("img", { src: imageUrl, alt: name, className: ScProfileV2Mobile_default.image }) : /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: ScProfileV2Mobile_default.initials, children: initials }) });
5610
- return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
5611
+ const profileImage = /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("div", { className: ScProfileV2Mobile_default.profileImage, children: imageUrl ? /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("img", { src: imageUrl, alt: name, className: ScProfileV2Mobile_default.image }) : /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("div", { className: ScProfileV2Mobile_default.initials, children: initials }) });
5612
+ return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
5611
5613
  "div",
5612
5614
  {
5613
5615
  className: ScProfileV2Mobile_default.scProfileV2Mobile + " " + className,
5614
5616
  ...props,
5615
5617
  children: [
5616
5618
  dpPosition === "left" && profileImage,
5617
- /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("div", { className: ScProfileV2Mobile_default.userInfo, children: [
5618
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("p", { className: ScProfileV2Mobile_default.userName, children: name }),
5619
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("p", { className: ScProfileV2Mobile_default.userEmail, children: email })
5619
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("div", { className: ScProfileV2Mobile_default.userInfo, children: [
5620
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("p", { className: ScProfileV2Mobile_default.userName, children: name }),
5621
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("p", { className: ScProfileV2Mobile_default.userEmail, children: email })
5620
5622
  ] }),
5621
5623
  dpPosition === "right" && profileImage
5622
5624
  ]
@@ -5643,7 +5645,7 @@ var ScTableListMobile_default = {
5643
5645
  };
5644
5646
 
5645
5647
  // src/SC-tableList-mobile/ScTableListMobile.tsx
5646
- var import_jsx_runtime71 = require("react/jsx-runtime");
5648
+ var import_jsx_runtime72 = require("react/jsx-runtime");
5647
5649
  var ScTableListMobile = ({
5648
5650
  name = "Chris Hemsworth",
5649
5651
  email = "chris@kepler.com",
@@ -5656,25 +5658,25 @@ var ScTableListMobile = ({
5656
5658
  ...props
5657
5659
  }) => {
5658
5660
  const initials = name.split(" ").map((n) => n[0]).join("").toUpperCase().slice(0, 2);
5659
- return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
5661
+ return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
5660
5662
  "div",
5661
5663
  {
5662
5664
  className: ScTableListMobile_default.scTableListMobile + " " + className,
5663
5665
  onClick: onRowClick,
5664
5666
  ...props,
5665
5667
  children: [
5666
- /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("div", { className: ScTableListMobile_default.profileRow, children: [
5667
- /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("div", { className: ScTableListMobile_default.userInfo, children: [
5668
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("p", { className: ScTableListMobile_default.userName, children: name }),
5669
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("p", { className: ScTableListMobile_default.userEmail, children: email })
5668
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: ScTableListMobile_default.profileRow, children: [
5669
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: ScTableListMobile_default.userInfo, children: [
5670
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("p", { className: ScTableListMobile_default.userName, children: name }),
5671
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("p", { className: ScTableListMobile_default.userEmail, children: email })
5670
5672
  ] }),
5671
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("div", { className: ScTableListMobile_default.profileImage, children: imageUrl ? /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("img", { src: imageUrl, alt: name, className: ScTableListMobile_default.image }) : /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("div", { className: ScTableListMobile_default.initials, children: initials }) })
5673
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: ScTableListMobile_default.profileImage, children: imageUrl ? /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("img", { src: imageUrl, alt: name, className: ScTableListMobile_default.image }) : /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: ScTableListMobile_default.initials, children: initials }) })
5672
5674
  ] }),
5673
- /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("div", { className: ScTableListMobile_default.detailsRow, children: [
5674
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("div", { className: ScTableListMobile_default.roleBadge, children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("p", { className: ScTableListMobile_default.roleText, children: role }) }),
5675
- /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)("div", { className: ScTableListMobile_default.accessInfo, children: [
5676
- accessIcons && accessIcons.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("div", { className: ScTableListMobile_default.accessGroup, children: accessIcons.map((icon, i) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("span", { className: ScTableListMobile_default.accessIcon, children: icon }, i)) }),
5677
- permissionIcons && permissionIcons.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("div", { className: ScTableListMobile_default.accessGroup, children: permissionIcons.map((icon, i) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("span", { className: ScTableListMobile_default.accessIcon, children: icon }, i)) })
5675
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: ScTableListMobile_default.detailsRow, children: [
5676
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: ScTableListMobile_default.roleBadge, children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("p", { className: ScTableListMobile_default.roleText, children: role }) }),
5677
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: ScTableListMobile_default.accessInfo, children: [
5678
+ accessIcons && accessIcons.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: ScTableListMobile_default.accessGroup, children: accessIcons.map((icon, i) => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: ScTableListMobile_default.accessIcon, children: icon }, i)) }),
5679
+ permissionIcons && permissionIcons.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: ScTableListMobile_default.accessGroup, children: permissionIcons.map((icon, i) => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: ScTableListMobile_default.accessIcon, children: icon }, i)) })
5678
5680
  ] })
5679
5681
  ] })
5680
5682
  ]
@@ -5702,7 +5704,7 @@ var ScWorkspaceSwitchMobile_default = {
5702
5704
  };
5703
5705
 
5704
5706
  // src/SC-workspaceSwitch-Mobile/ScWorkspaceSwitchMobile.tsx
5705
- var import_jsx_runtime72 = require("react/jsx-runtime");
5707
+ var import_jsx_runtime73 = require("react/jsx-runtime");
5706
5708
  var ScWorkspaceSwitchMobile = ({
5707
5709
  storeName = "Stores",
5708
5710
  initials = "WS",
@@ -5715,24 +5717,24 @@ var ScWorkspaceSwitchMobile = ({
5715
5717
  ...props
5716
5718
  }) => {
5717
5719
  const variant = currentWs ? "current" : "other";
5718
- return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
5720
+ return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
5719
5721
  "div",
5720
5722
  {
5721
5723
  className: ScWorkspaceSwitchMobile_default.scWorkspaceSwitchMobile + " " + ScWorkspaceSwitchMobile_default["variant-" + variant] + " " + className,
5722
5724
  onClick,
5723
5725
  ...props,
5724
5726
  children: [
5725
- /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: ScWorkspaceSwitchMobile_default.workspaceInfo, children: [
5726
- /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: ScWorkspaceSwitchMobile_default.wsNameRow, children: [
5727
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: ScWorkspaceSwitchMobile_default.initialsBox, children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: ScWorkspaceSwitchMobile_default.initialsText, children: initials }) }),
5728
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("p", { className: ScWorkspaceSwitchMobile_default.storeName, children: storeName })
5727
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("div", { className: ScWorkspaceSwitchMobile_default.workspaceInfo, children: [
5728
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("div", { className: ScWorkspaceSwitchMobile_default.wsNameRow, children: [
5729
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("div", { className: ScWorkspaceSwitchMobile_default.initialsBox, children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("span", { className: ScWorkspaceSwitchMobile_default.initialsText, children: initials }) }),
5730
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("p", { className: ScWorkspaceSwitchMobile_default.storeName, children: storeName })
5729
5731
  ] }),
5730
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: ScWorkspaceSwitchMobile_default.roleBadge, children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("p", { className: ScWorkspaceSwitchMobile_default.roleText, children: role }) })
5732
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("div", { className: ScWorkspaceSwitchMobile_default.roleBadge, children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("p", { className: ScWorkspaceSwitchMobile_default.roleText, children: role }) })
5731
5733
  ] }),
5732
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: ScWorkspaceSwitchMobile_default.divider }),
5733
- /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("div", { className: ScWorkspaceSwitchMobile_default.ownerRow, children: [
5734
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("div", { className: ScWorkspaceSwitchMobile_default.ownerIconContainer, children: ownerIcon && /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: ScWorkspaceSwitchMobile_default.ownerIcon, children: ownerIcon }) }),
5735
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("p", { className: ScWorkspaceSwitchMobile_default.ownerText, children: ownerId })
5734
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("div", { className: ScWorkspaceSwitchMobile_default.divider }),
5735
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("div", { className: ScWorkspaceSwitchMobile_default.ownerRow, children: [
5736
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("div", { className: ScWorkspaceSwitchMobile_default.ownerIconContainer, children: ownerIcon && /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("span", { className: ScWorkspaceSwitchMobile_default.ownerIcon, children: ownerIcon }) }),
5737
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("p", { className: ScWorkspaceSwitchMobile_default.ownerText, children: ownerId })
5736
5738
  ] })
5737
5739
  ]
5738
5740
  }
@@ -5759,7 +5761,7 @@ var ScWorkspaceSettingsMobile_default = {
5759
5761
  };
5760
5762
 
5761
5763
  // src/SC-workspaceSettings-Mobile/ScWorkspaceSettingsMobile.tsx
5762
- var import_jsx_runtime73 = require("react/jsx-runtime");
5764
+ var import_jsx_runtime74 = require("react/jsx-runtime");
5763
5765
  var ScWorkspaceSettingsMobile = ({
5764
5766
  storeName = "Stores",
5765
5767
  initials = "WS",
@@ -5774,28 +5776,28 @@ var ScWorkspaceSettingsMobile = ({
5774
5776
  ...props
5775
5777
  }) => {
5776
5778
  const variant = currentWs ? "current" : "other";
5777
- return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
5779
+ return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
5778
5780
  "div",
5779
5781
  {
5780
5782
  className: ScWorkspaceSettingsMobile_default.scWorkspaceSettingsMobile + " " + ScWorkspaceSettingsMobile_default["variant-" + variant] + " " + className,
5781
5783
  onClick,
5782
5784
  ...props,
5783
5785
  children: [
5784
- /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("div", { className: ScWorkspaceSettingsMobile_default.workspaceInfo, children: [
5785
- /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("div", { className: ScWorkspaceSettingsMobile_default.wsNameRow, children: [
5786
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("div", { className: ScWorkspaceSettingsMobile_default.initialsBox, children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("span", { className: ScWorkspaceSettingsMobile_default.initialsText, children: initials }) }),
5787
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("p", { className: ScWorkspaceSettingsMobile_default.storeName, children: storeName })
5786
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("div", { className: ScWorkspaceSettingsMobile_default.workspaceInfo, children: [
5787
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("div", { className: ScWorkspaceSettingsMobile_default.wsNameRow, children: [
5788
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: ScWorkspaceSettingsMobile_default.initialsBox, children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("span", { className: ScWorkspaceSettingsMobile_default.initialsText, children: initials }) }),
5789
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("p", { className: ScWorkspaceSettingsMobile_default.storeName, children: storeName })
5788
5790
  ] }),
5789
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("div", { className: ScWorkspaceSettingsMobile_default.roleBadge, children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("p", { className: ScWorkspaceSettingsMobile_default.roleText, children: role }) })
5791
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: ScWorkspaceSettingsMobile_default.roleBadge, children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("p", { className: ScWorkspaceSettingsMobile_default.roleText, children: role }) })
5790
5792
  ] }),
5791
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("div", { className: ScWorkspaceSettingsMobile_default.divider }),
5792
- /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("div", { className: ScWorkspaceSettingsMobile_default.infoRow, children: [
5793
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("div", { className: ScWorkspaceSettingsMobile_default.iconContainer, children: ownerIcon && /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("span", { className: ScWorkspaceSettingsMobile_default.icon, children: ownerIcon }) }),
5794
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("p", { className: ScWorkspaceSettingsMobile_default.infoText, children: ownerId })
5793
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: ScWorkspaceSettingsMobile_default.divider }),
5794
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("div", { className: ScWorkspaceSettingsMobile_default.infoRow, children: [
5795
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: ScWorkspaceSettingsMobile_default.iconContainer, children: ownerIcon && /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("span", { className: ScWorkspaceSettingsMobile_default.icon, children: ownerIcon }) }),
5796
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("p", { className: ScWorkspaceSettingsMobile_default.infoText, children: ownerId })
5795
5797
  ] }),
5796
- /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)("div", { className: ScWorkspaceSettingsMobile_default.infoRow, children: [
5797
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("div", { className: ScWorkspaceSettingsMobile_default.iconContainer, children: teamIcon && /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("span", { className: ScWorkspaceSettingsMobile_default.icon, children: teamIcon }) }),
5798
- /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("p", { className: ScWorkspaceSettingsMobile_default.infoText, children: teamCount })
5798
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("div", { className: ScWorkspaceSettingsMobile_default.infoRow, children: [
5799
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: ScWorkspaceSettingsMobile_default.iconContainer, children: teamIcon && /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("span", { className: ScWorkspaceSettingsMobile_default.icon, children: teamIcon }) }),
5800
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("p", { className: ScWorkspaceSettingsMobile_default.infoText, children: teamCount })
5799
5801
  ] })
5800
5802
  ]
5801
5803
  }
@@ -5818,7 +5820,7 @@ var ScMobileTopNav_default = {
5818
5820
  };
5819
5821
 
5820
5822
  // src/SC-MobileTopNav/ScMobileTopNav.tsx
5821
- var import_jsx_runtime74 = require("react/jsx-runtime");
5823
+ var import_jsx_runtime75 = require("react/jsx-runtime");
5822
5824
  var ScMobileTopNav = ({
5823
5825
  type = "home",
5824
5826
  searchIcon = false,
@@ -5841,22 +5843,22 @@ var ScMobileTopNav = ({
5841
5843
  }) => {
5842
5844
  const hasBorder = type === "chat" || type === "inApp";
5843
5845
  const showSearch = type === "inApp" && searchIcon && search;
5844
- return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
5846
+ return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
5845
5847
  "div",
5846
5848
  {
5847
5849
  className: ScMobileTopNav_default.scMobileTopNav + " " + (hasBorder ? ScMobileTopNav_default.withBorder : "") + " " + className,
5848
5850
  ...props,
5849
5851
  children: [
5850
- type === "home" && /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: ScMobileTopNav_default.iconContainer, onClick: onMenuClick, children: menuIcon || /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: ScMobileTopNav_default.iconPlaceholder }) }),
5851
- type === "chat" && /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(import_jsx_runtime74.Fragment, { children: [
5852
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: ScMobileTopNav_default.iconContainer, onClick: onMenuClick, children: menuIcon || /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: ScMobileTopNav_default.iconPlaceholder }) }),
5853
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("p", { className: ScMobileTopNav_default.chatTitle, children: chatTitle }),
5854
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: ScMobileTopNav_default.iconContainer, onClick: onMoreClick, children: moreIcon || /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: ScMobileTopNav_default.iconPlaceholder }) })
5852
+ type === "home" && /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("div", { className: ScMobileTopNav_default.iconContainer, onClick: onMenuClick, children: menuIcon || /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("div", { className: ScMobileTopNav_default.iconPlaceholder }) }),
5853
+ type === "chat" && /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(import_jsx_runtime75.Fragment, { children: [
5854
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("div", { className: ScMobileTopNav_default.iconContainer, onClick: onMenuClick, children: menuIcon || /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("div", { className: ScMobileTopNav_default.iconPlaceholder }) }),
5855
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("p", { className: ScMobileTopNav_default.chatTitle, children: chatTitle }),
5856
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("div", { className: ScMobileTopNav_default.iconContainer, onClick: onMoreClick, children: moreIcon || /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("div", { className: ScMobileTopNav_default.iconPlaceholder }) })
5855
5857
  ] }),
5856
- showSearch && /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(import_jsx_runtime74.Fragment, { children: [
5857
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: ScMobileTopNav_default.searchRow, children: /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("div", { className: ScMobileTopNav_default.searchInputContainer, children: [
5858
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: ScMobileTopNav_default.iconContainer, onClick: onSearchClick, children: searchIconElement || /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: ScMobileTopNav_default.iconPlaceholder }) }),
5859
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: ScMobileTopNav_default.searchInput, children: /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
5858
+ showSearch && /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(import_jsx_runtime75.Fragment, { children: [
5859
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("div", { className: ScMobileTopNav_default.searchRow, children: /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)("div", { className: ScMobileTopNav_default.searchInputContainer, children: [
5860
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("div", { className: ScMobileTopNav_default.iconContainer, onClick: onSearchClick, children: searchIconElement || /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("div", { className: ScMobileTopNav_default.iconPlaceholder }) }),
5861
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("div", { className: ScMobileTopNav_default.searchInput, children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
5860
5862
  "input",
5861
5863
  {
5862
5864
  type: "text",
@@ -5867,17 +5869,17 @@ var ScMobileTopNav = ({
5867
5869
  }
5868
5870
  ) })
5869
5871
  ] }) }),
5870
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: ScMobileTopNav_default.iconContainer, onClick: onCloseClick, children: closeIcon || /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: ScMobileTopNav_default.iconPlaceholder }) })
5872
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("div", { className: ScMobileTopNav_default.iconContainer, onClick: onCloseClick, children: closeIcon || /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("div", { className: ScMobileTopNav_default.iconPlaceholder }) })
5871
5873
  ] }),
5872
- type === "inApp" && !search && /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(import_jsx_runtime74.Fragment, { children: [
5873
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: ScMobileTopNav_default.iconContainer, onClick: onMenuClick, children: menuIcon || /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: ScMobileTopNav_default.iconPlaceholder }) }),
5874
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("p", { className: ScMobileTopNav_default.heading, children: heading }),
5875
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
5874
+ type === "inApp" && !search && /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(import_jsx_runtime75.Fragment, { children: [
5875
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("div", { className: ScMobileTopNav_default.iconContainer, onClick: onMenuClick, children: menuIcon || /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("div", { className: ScMobileTopNav_default.iconPlaceholder }) }),
5876
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("p", { className: ScMobileTopNav_default.heading, children: heading }),
5877
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
5876
5878
  "div",
5877
5879
  {
5878
5880
  className: ScMobileTopNav_default.iconContainer + " " + (!searchIcon ? ScMobileTopNav_default.hidden : ""),
5879
5881
  onClick: onSearchClick,
5880
- children: searchIcon ? searchIconElement || /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: ScMobileTopNav_default.iconPlaceholder }) : /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("div", { className: ScMobileTopNav_default.iconPlaceholder })
5882
+ children: searchIcon ? searchIconElement || /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("div", { className: ScMobileTopNav_default.iconPlaceholder }) : /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("div", { className: ScMobileTopNav_default.iconPlaceholder })
5881
5883
  }
5882
5884
  )
5883
5885
  ] })
@@ -5898,7 +5900,7 @@ var ScMobileBottomAction_default = {
5898
5900
  };
5899
5901
 
5900
5902
  // src/SC-MobileBottomAction/ScMobileBottomAction.tsx
5901
- var import_jsx_runtime75 = require("react/jsx-runtime");
5903
+ var import_jsx_runtime76 = require("react/jsx-runtime");
5902
5904
  var ScMobileBottomAction = ({
5903
5905
  text = "Save Changes",
5904
5906
  disabled = false,
@@ -5910,28 +5912,28 @@ var ScMobileBottomAction = ({
5910
5912
  ...props
5911
5913
  }) => {
5912
5914
  const isTwoButton = !!secondaryText;
5913
- return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
5915
+ return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
5914
5916
  "div",
5915
5917
  {
5916
5918
  className: ScMobileBottomAction_default.scMobileBottomAction + (isTwoButton ? " " + ScMobileBottomAction_default.twoButton : "") + " " + className,
5917
5919
  ...props,
5918
5920
  children: [
5919
- isTwoButton && /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
5921
+ isTwoButton && /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
5920
5922
  "button",
5921
5923
  {
5922
5924
  className: ScMobileBottomAction_default.outlineButton + " " + (secondaryDisabled ? ScMobileBottomAction_default.disabled : ""),
5923
5925
  onClick: onSecondaryClick,
5924
5926
  disabled: secondaryDisabled,
5925
- children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("span", { className: ScMobileBottomAction_default.outlineButtonText, children: secondaryText })
5927
+ children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("span", { className: ScMobileBottomAction_default.outlineButtonText, children: secondaryText })
5926
5928
  }
5927
5929
  ),
5928
- /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
5930
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
5929
5931
  "button",
5930
5932
  {
5931
5933
  className: ScMobileBottomAction_default.button + " " + (disabled ? ScMobileBottomAction_default.disabled : ""),
5932
5934
  onClick,
5933
5935
  disabled,
5934
- children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("span", { className: ScMobileBottomAction_default.buttonText, children: text })
5936
+ children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("span", { className: ScMobileBottomAction_default.buttonText, children: text })
5935
5937
  }
5936
5938
  )
5937
5939
  ]
@@ -5949,7 +5951,7 @@ var ScPopUpMenu_default = {
5949
5951
  };
5950
5952
 
5951
5953
  // src/SC-PopUpMenu/ScPopUpMenu.tsx
5952
- var import_jsx_runtime76 = require("react/jsx-runtime");
5954
+ var import_jsx_runtime77 = require("react/jsx-runtime");
5953
5955
  var ScPopUpMenu = ({
5954
5956
  menu = "Options",
5955
5957
  state = "default",
@@ -5958,15 +5960,15 @@ var ScPopUpMenu = ({
5958
5960
  className,
5959
5961
  ...props
5960
5962
  }) => {
5961
- return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
5963
+ return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
5962
5964
  "div",
5963
5965
  {
5964
5966
  className: ScPopUpMenu_default.scPopUpMenu + " " + ScPopUpMenu_default["state-" + state] + " " + className,
5965
5967
  onClick,
5966
5968
  ...props,
5967
5969
  children: [
5968
- icon && /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("span", { className: ScPopUpMenu_default.icon, children: icon }),
5969
- /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("p", { className: ScPopUpMenu_default.menuText, children: menu })
5970
+ icon && /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("span", { className: ScPopUpMenu_default.icon, children: icon }),
5971
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("p", { className: ScPopUpMenu_default.menuText, children: menu })
5970
5972
  ]
5971
5973
  }
5972
5974
  );
@@ -5992,7 +5994,7 @@ var ScReferralCardMobile_default = {
5992
5994
  };
5993
5995
 
5994
5996
  // src/SC-referralCard-Mobile/ScReferralCardMobile.tsx
5995
- var import_jsx_runtime77 = require("react/jsx-runtime");
5997
+ var import_jsx_runtime78 = require("react/jsx-runtime");
5996
5998
  var ScReferralCardMobile = ({
5997
5999
  name = "Chris Hemsworth",
5998
6000
  email = "chris@kepler.com",
@@ -6005,27 +6007,27 @@ var ScReferralCardMobile = ({
6005
6007
  ...props
6006
6008
  }) => {
6007
6009
  const initials = name.split(" ").map((n) => n[0]).join("").toUpperCase().slice(0, 2);
6008
- return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
6010
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
6009
6011
  "div",
6010
6012
  {
6011
6013
  className: ScReferralCardMobile_default.scReferralCardMobile + " " + className,
6012
6014
  onClick,
6013
6015
  ...props,
6014
6016
  children: [
6015
- /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("div", { className: ScReferralCardMobile_default.userRow, children: [
6016
- /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("div", { className: ScReferralCardMobile_default.profileSection, children: [
6017
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("div", { className: ScReferralCardMobile_default.profileImage, children: imageUrl ? /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("img", { src: imageUrl, alt: name, className: ScReferralCardMobile_default.image }) : /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("div", { className: ScReferralCardMobile_default.initials, children: initials }) }),
6018
- /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("div", { className: ScReferralCardMobile_default.userInfo, children: [
6019
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("p", { className: ScReferralCardMobile_default.userName, children: name }),
6020
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("p", { className: ScReferralCardMobile_default.userEmail, children: email })
6017
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("div", { className: ScReferralCardMobile_default.userRow, children: [
6018
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("div", { className: ScReferralCardMobile_default.profileSection, children: [
6019
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: ScReferralCardMobile_default.profileImage, children: imageUrl ? /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("img", { src: imageUrl, alt: name, className: ScReferralCardMobile_default.image }) : /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: ScReferralCardMobile_default.initials, children: initials }) }),
6020
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("div", { className: ScReferralCardMobile_default.userInfo, children: [
6021
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("p", { className: ScReferralCardMobile_default.userName, children: name }),
6022
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("p", { className: ScReferralCardMobile_default.userEmail, children: email })
6021
6023
  ] })
6022
6024
  ] }),
6023
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("div", { className: ScReferralCardMobile_default.badge, children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("p", { className: ScReferralCardMobile_default.badgeText, children: badge }) })
6025
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: ScReferralCardMobile_default.badge, children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("p", { className: ScReferralCardMobile_default.badgeText, children: badge }) })
6024
6026
  ] }),
6025
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("div", { className: ScReferralCardMobile_default.divider }),
6026
- /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)("div", { className: ScReferralCardMobile_default.detailsRow, children: [
6027
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("p", { className: ScReferralCardMobile_default.dateText, children: date }),
6028
- /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("p", { className: ScReferralCardMobile_default.creditsText, children: credits })
6027
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: ScReferralCardMobile_default.divider }),
6028
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("div", { className: ScReferralCardMobile_default.detailsRow, children: [
6029
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("p", { className: ScReferralCardMobile_default.dateText, children: date }),
6030
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("p", { className: ScReferralCardMobile_default.creditsText, children: credits })
6029
6031
  ] })
6030
6032
  ]
6031
6033
  }
@@ -6042,19 +6044,19 @@ var InvoiceHistoryMobile_default = {
6042
6044
  };
6043
6045
 
6044
6046
  // src/SC-InvoiceHistoryMobile/InvoiceHistoryMobile.tsx
6045
- var import_jsx_runtime78 = require("react/jsx-runtime");
6047
+ var import_jsx_runtime79 = require("react/jsx-runtime");
6046
6048
  var InvoiceHistoryMobile = ({
6047
6049
  invoiceId = "# INV-2800-2026",
6048
6050
  date = "Nov 9th, 2025",
6049
6051
  amount = "$320.89",
6050
6052
  className
6051
6053
  }) => {
6052
- return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("div", { className: InvoiceHistoryMobile_default.invoiceHistoryMobile + " " + (className ?? ""), children: [
6053
- /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("div", { className: InvoiceHistoryMobile_default.info, children: [
6054
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: InvoiceHistoryMobile_default.invoiceId, children: invoiceId }),
6055
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: InvoiceHistoryMobile_default.date, children: date })
6054
+ return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: InvoiceHistoryMobile_default.invoiceHistoryMobile + " " + (className ?? ""), children: [
6055
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: InvoiceHistoryMobile_default.info, children: [
6056
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("div", { className: InvoiceHistoryMobile_default.invoiceId, children: invoiceId }),
6057
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("div", { className: InvoiceHistoryMobile_default.date, children: date })
6056
6058
  ] }),
6057
- /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: InvoiceHistoryMobile_default.amount, children: amount })
6059
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("div", { className: InvoiceHistoryMobile_default.amount, children: amount })
6058
6060
  ] });
6059
6061
  };
6060
6062
 
@@ -6072,7 +6074,7 @@ var UsageHistoryMobile_default = {
6072
6074
  };
6073
6075
 
6074
6076
  // src/SC-UsageHistoryMobile/UsageHistoryMobile.tsx
6075
- var import_jsx_runtime79 = require("react/jsx-runtime");
6077
+ var import_jsx_runtime80 = require("react/jsx-runtime");
6076
6078
  var UsageHistoryMobile = ({
6077
6079
  serviceName = "Artifax Generation",
6078
6080
  credits = "50",
@@ -6081,18 +6083,18 @@ var UsageHistoryMobile = ({
6081
6083
  balance = "84,902",
6082
6084
  className
6083
6085
  }) => {
6084
- return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: UsageHistoryMobile_default.usageHistoryMobile + " " + (className ?? ""), children: [
6085
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: UsageHistoryMobile_default.row1, children: [
6086
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("span", { className: UsageHistoryMobile_default.serviceName, children: serviceName }),
6087
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("span", { className: UsageHistoryMobile_default.credits, children: credits })
6086
+ return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: UsageHistoryMobile_default.usageHistoryMobile + " " + (className ?? ""), children: [
6087
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: UsageHistoryMobile_default.row1, children: [
6088
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: UsageHistoryMobile_default.serviceName, children: serviceName }),
6089
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: UsageHistoryMobile_default.credits, children: credits })
6088
6090
  ] }),
6089
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: UsageHistoryMobile_default.row2, children: [
6090
- /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: UsageHistoryMobile_default.metaLeft, children: [
6091
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("span", { className: UsageHistoryMobile_default.metaText, children: userName }),
6092
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("div", { className: UsageHistoryMobile_default.divider }),
6093
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("span", { className: UsageHistoryMobile_default.metaText, children: date })
6091
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: UsageHistoryMobile_default.row2, children: [
6092
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: UsageHistoryMobile_default.metaLeft, children: [
6093
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: UsageHistoryMobile_default.metaText, children: userName }),
6094
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: UsageHistoryMobile_default.divider }),
6095
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: UsageHistoryMobile_default.metaText, children: date })
6094
6096
  ] }),
6095
- /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("span", { className: UsageHistoryMobile_default.balance, children: balance })
6097
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: UsageHistoryMobile_default.balance, children: balance })
6096
6098
  ] })
6097
6099
  ] });
6098
6100
  };
@@ -6116,7 +6118,7 @@ var ScWorkspaceSwitchMobileV2_default = {
6116
6118
  };
6117
6119
 
6118
6120
  // src/SC-WorkspaceSwitchMobile-V2/ScWorkspaceSwitchMobileV2.tsx
6119
- var import_jsx_runtime80 = require("react/jsx-runtime");
6121
+ var import_jsx_runtime81 = require("react/jsx-runtime");
6120
6122
  var ScWorkspaceSwitchMobileV2 = ({
6121
6123
  wsName = "Workspace name is kepler",
6122
6124
  initials = "WS",
@@ -6129,14 +6131,14 @@ var ScWorkspaceSwitchMobileV2 = ({
6129
6131
  className,
6130
6132
  ...props
6131
6133
  }) => {
6132
- return /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6134
+ return /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6133
6135
  "div",
6134
6136
  {
6135
6137
  className: ScWorkspaceSwitchMobileV2_default.scWorkspaceSwitchMobileV2 + " " + ScWorkspaceSwitchMobileV2_default["type-" + type] + " " + className,
6136
6138
  onClick,
6137
6139
  ...props,
6138
- children: /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: ScWorkspaceSwitchMobileV2_default.workspaceInfo, children: [
6139
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: ScWorkspaceSwitchMobileV2_default.dpContainer, children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6140
+ children: /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("div", { className: ScWorkspaceSwitchMobileV2_default.workspaceInfo, children: [
6141
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: ScWorkspaceSwitchMobileV2_default.dpContainer, children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6140
6142
  ScDp,
6141
6143
  {
6142
6144
  type: imageUrl ? "image" : "initial",
@@ -6150,14 +6152,14 @@ var ScWorkspaceSwitchMobileV2 = ({
6150
6152
  }
6151
6153
  }
6152
6154
  ) }),
6153
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: ScWorkspaceSwitchMobileV2_default.textContainer, children: [
6154
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("p", { className: ScWorkspaceSwitchMobileV2_default.wsName, children: wsName }),
6155
- /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: ScWorkspaceSwitchMobileV2_default.userDetails, children: [
6156
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: ScWorkspaceSwitchMobileV2_default.roleText + (role === "Member" ? " " + ScWorkspaceSwitchMobileV2_default.roleMember : ""), children: role }),
6157
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: ScWorkspaceSwitchMobileV2_default.dot }),
6158
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: ScWorkspaceSwitchMobileV2_default.planText, children: plan }),
6159
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("div", { className: ScWorkspaceSwitchMobileV2_default.dot }),
6160
- /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: ScWorkspaceSwitchMobileV2_default.ownerText, children: ownerId })
6155
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("div", { className: ScWorkspaceSwitchMobileV2_default.textContainer, children: [
6156
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("p", { className: ScWorkspaceSwitchMobileV2_default.wsName, children: wsName }),
6157
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("div", { className: ScWorkspaceSwitchMobileV2_default.userDetails, children: [
6158
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("span", { className: ScWorkspaceSwitchMobileV2_default.roleText + (role === "Member" ? " " + ScWorkspaceSwitchMobileV2_default.roleMember : ""), children: role }),
6159
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: ScWorkspaceSwitchMobileV2_default.dot }),
6160
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("span", { className: ScWorkspaceSwitchMobileV2_default.planText, children: plan }),
6161
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: ScWorkspaceSwitchMobileV2_default.dot }),
6162
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("span", { className: ScWorkspaceSwitchMobileV2_default.ownerText, children: ownerId })
6161
6163
  ] })
6162
6164
  ] })
6163
6165
  ] })
@@ -6184,7 +6186,7 @@ var ScImageField_default = {
6184
6186
 
6185
6187
  // src/SC-imageField/ScImageField.tsx
6186
6188
  var import_icons59 = require("@streamoid/icons");
6187
- var import_jsx_runtime81 = require("react/jsx-runtime");
6189
+ var import_jsx_runtime82 = require("react/jsx-runtime");
6188
6190
  var ScImageField = ({
6189
6191
  label = "Label",
6190
6192
  imagePreview,
@@ -6207,8 +6209,8 @@ var ScImageField = ({
6207
6209
  }
6208
6210
  e.target.value = "";
6209
6211
  }
6210
- return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("div", { className: ScImageField_default.scImageField + " " + (className ?? ""), children: [
6211
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6212
+ return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: ScImageField_default.scImageField + " " + (className ?? ""), children: [
6213
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6212
6214
  "input",
6213
6215
  {
6214
6216
  ref: inputRef,
@@ -6218,9 +6220,9 @@ var ScImageField = ({
6218
6220
  onChange: handleChange
6219
6221
  }
6220
6222
  ),
6221
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: ScImageField_default.labelContainer, children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: ScImageField_default.label, children: label }) }),
6222
- hasImage ? /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("div", { className: ScImageField_default.previewArea, children: [
6223
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6223
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: ScImageField_default.labelContainer, children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("div", { className: ScImageField_default.label, children: label }) }),
6224
+ hasImage ? /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: ScImageField_default.previewArea, children: [
6225
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6224
6226
  "img",
6225
6227
  {
6226
6228
  className: ScImageField_default.previewImage,
@@ -6228,8 +6230,8 @@ var ScImageField = ({
6228
6230
  alt: "preview"
6229
6231
  }
6230
6232
  ),
6231
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("span", { className: ScImageField_default.fileName, children: imageName || "image" }),
6232
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6233
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: ScImageField_default.fileName, children: imageName || "image" }),
6234
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6233
6235
  import_icons59.SiconDelete,
6234
6236
  {
6235
6237
  className: ScImageField_default.removeIcon,
@@ -6240,9 +6242,9 @@ var ScImageField = ({
6240
6242
  }
6241
6243
  }
6242
6244
  )
6243
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("div", { className: ScImageField_default.uploadArea, onClick: handleClick, children: [
6244
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(import_icons59.SiconUpload, { className: ScImageField_default.uploadIcon, color: "var(--alias-text-and-icons-secondary, #dadada)" }),
6245
- /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("span", { className: ScImageField_default.uploadText, children: "Click to upload" })
6245
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)("div", { className: ScImageField_default.uploadArea, onClick: handleClick, children: [
6246
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(import_icons59.SiconUpload, { className: ScImageField_default.uploadIcon, color: "var(--alias-text-and-icons-secondary, #dadada)" }),
6247
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: ScImageField_default.uploadText, children: "Click to upload" })
6246
6248
  ] })
6247
6249
  ] });
6248
6250
  };
@@ -6256,7 +6258,7 @@ var ScSettingsTabComp_default = {
6256
6258
  };
6257
6259
 
6258
6260
  // src/SC-settingsTabComp/ScSettingsTabComp.tsx
6259
- var import_jsx_runtime82 = require("react/jsx-runtime");
6261
+ var import_jsx_runtime83 = require("react/jsx-runtime");
6260
6262
  var ScSettingsTabComp = ({
6261
6263
  tabName = "Tab",
6262
6264
  active = false,
@@ -6264,12 +6266,12 @@ var ScSettingsTabComp = ({
6264
6266
  className
6265
6267
  }) => {
6266
6268
  const variantsClassName = ScSettingsTabComp_default["active-" + active];
6267
- return /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
6269
+ return /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6268
6270
  "div",
6269
6271
  {
6270
6272
  className: ScSettingsTabComp_default.scSettingsTabComp + " " + variantsClassName + " " + (className ?? ""),
6271
6273
  onClick,
6272
- children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { className: ScSettingsTabComp_default.tabText, children: tabName })
6274
+ children: /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: ScSettingsTabComp_default.tabText, children: tabName })
6273
6275
  }
6274
6276
  );
6275
6277
  };
@@ -6289,7 +6291,7 @@ var ScCreditsUsageCardMobile_default = {
6289
6291
 
6290
6292
  // src/SC-Credits usage card-Mobile/ScCreditsUsageCardMobile.tsx
6291
6293
  var import_icons60 = require("@streamoid/icons");
6292
- var import_jsx_runtime83 = require("react/jsx-runtime");
6294
+ var import_jsx_runtime84 = require("react/jsx-runtime");
6293
6295
  var ScCreditsUsageCardMobile = ({
6294
6296
  usageLabel = "Credits usage",
6295
6297
  usageText = "8,450 / 30,000",
@@ -6299,23 +6301,23 @@ var ScCreditsUsageCardMobile = ({
6299
6301
  className,
6300
6302
  ...props
6301
6303
  }) => {
6302
- return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("div", { className: ScCreditsUsageCardMobile_default.scCreditsUsageCardMobile + " " + (className ?? ""), ...props, children: [
6303
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("div", { className: ScCreditsUsageCardMobile_default.header, children: [
6304
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6304
+ return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("div", { className: ScCreditsUsageCardMobile_default.scCreditsUsageCardMobile + " " + (className ?? ""), ...props, children: [
6305
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("div", { className: ScCreditsUsageCardMobile_default.header, children: [
6306
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6305
6307
  import_icons60.SiconCredits,
6306
6308
  {
6307
6309
  className: ScCreditsUsageCardMobile_default.headerIcon,
6308
6310
  color: "var(--alias-text-and-icons-tertiary, #9e9e9e)"
6309
6311
  }
6310
6312
  ),
6311
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("span", { className: ScCreditsUsageCardMobile_default.headerLabel, children: usageLabel })
6313
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { className: ScCreditsUsageCardMobile_default.headerLabel, children: usageLabel })
6312
6314
  ] }),
6313
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: ScCreditsUsageCardMobile_default.divider }),
6314
- /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)("div", { className: ScCreditsUsageCardMobile_default.usageInfo, children: [
6315
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: ScCreditsUsageCardMobile_default.usageText, children: usageText }),
6316
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("div", { className: ScCreditsUsageCardMobile_default.remainingText, children: remainingText })
6315
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: ScCreditsUsageCardMobile_default.divider }),
6316
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("div", { className: ScCreditsUsageCardMobile_default.usageInfo, children: [
6317
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: ScCreditsUsageCardMobile_default.usageText, children: usageText }),
6318
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: ScCreditsUsageCardMobile_default.remainingText, children: remainingText })
6317
6319
  ] }),
6318
- /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
6320
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6319
6321
  ScButton,
6320
6322
  {
6321
6323
  text: buyButtonText,
@@ -6347,7 +6349,7 @@ var ScPlanDetailsCardMobile_default = {
6347
6349
 
6348
6350
  // src/SC-Plan details card-Mobile/ScPlanDetailsCardMobile.tsx
6349
6351
  var import_icons61 = require("@streamoid/icons");
6350
- var import_jsx_runtime84 = require("react/jsx-runtime");
6352
+ var import_jsx_runtime85 = require("react/jsx-runtime");
6351
6353
  var ScPlanDetailsCardMobile = ({
6352
6354
  planName = "Pro",
6353
6355
  planCredits = "30,000 credits",
@@ -6359,19 +6361,19 @@ var ScPlanDetailsCardMobile = ({
6359
6361
  className,
6360
6362
  ...props
6361
6363
  }) => {
6362
- return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("div", { className: ScPlanDetailsCardMobile_default.scPlanDetailsCardMobile + " " + (className ?? ""), ...props, children: [
6363
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("div", { className: ScPlanDetailsCardMobile_default.planHeader, children: [
6364
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("div", { className: ScPlanDetailsCardMobile_default.headerLeft, children: [
6365
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6364
+ return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("div", { className: ScPlanDetailsCardMobile_default.scPlanDetailsCardMobile + " " + (className ?? ""), ...props, children: [
6365
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("div", { className: ScPlanDetailsCardMobile_default.planHeader, children: [
6366
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("div", { className: ScPlanDetailsCardMobile_default.headerLeft, children: [
6367
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6366
6368
  import_icons61.SiconBilling,
6367
6369
  {
6368
6370
  className: ScPlanDetailsCardMobile_default.headerIcon,
6369
6371
  color: "var(--alias-text-and-icons-tertiary, #9e9e9e)"
6370
6372
  }
6371
6373
  ),
6372
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { className: ScPlanDetailsCardMobile_default.headerLabel, children: currentPlanLabel })
6374
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: ScPlanDetailsCardMobile_default.headerLabel, children: currentPlanLabel })
6373
6375
  ] }),
6374
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6376
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6375
6377
  ScBadges,
6376
6378
  {
6377
6379
  text: badgeText,
@@ -6381,16 +6383,16 @@ var ScPlanDetailsCardMobile = ({
6381
6383
  }
6382
6384
  )
6383
6385
  ] }),
6384
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: ScPlanDetailsCardMobile_default.divider }),
6385
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("div", { className: ScPlanDetailsCardMobile_default.planInfo, children: [
6386
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("div", { className: ScPlanDetailsCardMobile_default.planNameRow, children: [
6387
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { className: ScPlanDetailsCardMobile_default.planName, children: planName }),
6388
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: ScPlanDetailsCardMobile_default.dot }),
6389
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("span", { className: ScPlanDetailsCardMobile_default.planName, children: planCredits })
6386
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("div", { className: ScPlanDetailsCardMobile_default.divider }),
6387
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("div", { className: ScPlanDetailsCardMobile_default.planInfo, children: [
6388
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)("div", { className: ScPlanDetailsCardMobile_default.planNameRow, children: [
6389
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: ScPlanDetailsCardMobile_default.planName, children: planName }),
6390
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("div", { className: ScPlanDetailsCardMobile_default.dot }),
6391
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("span", { className: ScPlanDetailsCardMobile_default.planName, children: planCredits })
6390
6392
  ] }),
6391
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("div", { className: ScPlanDetailsCardMobile_default.planPrice, children: planPrice })
6393
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("div", { className: ScPlanDetailsCardMobile_default.planPrice, children: planPrice })
6392
6394
  ] }),
6393
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
6395
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6394
6396
  ScButton,
6395
6397
  {
6396
6398
  text: upgradeButtonText,