@streamoid/ui 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +7 -193
- package/dist/index.d.mts +88 -8
- package/dist/index.d.ts +88 -8
- package/dist/index.js +1704 -1142
- package/dist/index.mjs +1694 -1132
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2304,198 +2304,6 @@
|
|
|
2304
2304
|
background: var(--alias-fill-neutral-neutralhover, #242424);
|
|
2305
2305
|
}
|
|
2306
2306
|
|
|
2307
|
-
/* src/SC-Plan card/ScPlanCard.module.css */
|
|
2308
|
-
.ScPlanCard_scPlanCard,
|
|
2309
|
-
.ScPlanCard_scPlanCard * {
|
|
2310
|
-
box-sizing: border-box;
|
|
2311
|
-
}
|
|
2312
|
-
.ScPlanCard_scPlanCard {
|
|
2313
|
-
background: var(--alias-surface-base, #101010);
|
|
2314
|
-
border-radius: var(--radius-3xl, 1rem);
|
|
2315
|
-
border-style: solid;
|
|
2316
|
-
border-color: var(--alias-border-subtle, #242424);
|
|
2317
|
-
border-width: 0.0625rem;
|
|
2318
|
-
padding: var(--spacing-6xl, 1.5rem) var(--spacing-6xl, 1.5rem) var(--spacing-8xl, 2rem) var(--spacing-6xl, 1.5rem);
|
|
2319
|
-
display: flex;
|
|
2320
|
-
flex-direction: column;
|
|
2321
|
-
gap: var(--spacing-6xl, 1.5rem);
|
|
2322
|
-
align-items: flex-start;
|
|
2323
|
-
justify-content: flex-start;
|
|
2324
|
-
position: relative;
|
|
2325
|
-
backdrop-filter: blur(0.25rem);
|
|
2326
|
-
}
|
|
2327
|
-
.ScPlanCard_planHeader {
|
|
2328
|
-
display: flex;
|
|
2329
|
-
flex-direction: row;
|
|
2330
|
-
gap: var(--spacing-md, 0.5rem);
|
|
2331
|
-
align-items: flex-start;
|
|
2332
|
-
justify-content: flex-start;
|
|
2333
|
-
align-self: stretch;
|
|
2334
|
-
flex-shrink: 0;
|
|
2335
|
-
position: relative;
|
|
2336
|
-
}
|
|
2337
|
-
.ScPlanCard_planInfo {
|
|
2338
|
-
display: flex;
|
|
2339
|
-
flex-direction: column;
|
|
2340
|
-
gap: var(--spacing-none, 0rem);
|
|
2341
|
-
align-items: center;
|
|
2342
|
-
justify-content: center;
|
|
2343
|
-
flex: 1;
|
|
2344
|
-
position: relative;
|
|
2345
|
-
}
|
|
2346
|
-
.ScPlanCard_planName {
|
|
2347
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
2348
|
-
text-align: left;
|
|
2349
|
-
font-family: var( --lead-text-lead-text-md-bold-font-family, "Inter-Bold", sans-serif );
|
|
2350
|
-
font-size: var(--lead-text-lead-text-md-bold-font-size, 1.5rem);
|
|
2351
|
-
line-height: var(--lead-text-lead-text-md-bold-line-height, 2rem);
|
|
2352
|
-
font-weight: var(--lead-text-lead-text-md-bold-font-weight, 700);
|
|
2353
|
-
position: relative;
|
|
2354
|
-
align-self: stretch;
|
|
2355
|
-
}
|
|
2356
|
-
.ScPlanCard_planPrice {
|
|
2357
|
-
color: var(--alias-text-and-icons-secondary, #dadada);
|
|
2358
|
-
text-align: left;
|
|
2359
|
-
font-family: var( --lead-text-lead-text-sm-medium-font-family, "Inter-Medium", sans-serif );
|
|
2360
|
-
font-size: var(--lead-text-lead-text-sm-medium-font-size, 1.25rem);
|
|
2361
|
-
line-height: var(--lead-text-lead-text-sm-medium-line-height, 1.75rem);
|
|
2362
|
-
font-weight: var(--lead-text-lead-text-sm-medium-font-weight, 500);
|
|
2363
|
-
position: relative;
|
|
2364
|
-
align-self: stretch;
|
|
2365
|
-
}
|
|
2366
|
-
.ScPlanCard_creditsWrapper {
|
|
2367
|
-
position: relative;
|
|
2368
|
-
align-self: stretch;
|
|
2369
|
-
flex-shrink: 0;
|
|
2370
|
-
}
|
|
2371
|
-
.ScPlanCard_creditsContainer {
|
|
2372
|
-
background: var(--alias-fill-neutral-neutralplus, #151515);
|
|
2373
|
-
border-radius: var(--radius-3xl, 1rem);
|
|
2374
|
-
padding: var(--spacing-3xl, 1rem);
|
|
2375
|
-
display: flex;
|
|
2376
|
-
flex-direction: row;
|
|
2377
|
-
gap: 0.5rem;
|
|
2378
|
-
align-items: center;
|
|
2379
|
-
justify-content: center;
|
|
2380
|
-
align-self: stretch;
|
|
2381
|
-
flex-shrink: 0;
|
|
2382
|
-
position: relative;
|
|
2383
|
-
height: 4rem;
|
|
2384
|
-
}
|
|
2385
|
-
.ScPlanCard_creditsContainerPopular {
|
|
2386
|
-
background: var(--alias-fill-neutral-neutralactive, #313131);
|
|
2387
|
-
padding-left: var(--spacing-3xl, 1rem);
|
|
2388
|
-
padding-right: var(--spacing-xl, 0.75rem);
|
|
2389
|
-
}
|
|
2390
|
-
.ScPlanCard_siconCreditsInstance {
|
|
2391
|
-
flex-shrink: 0;
|
|
2392
|
-
width: 1.5rem;
|
|
2393
|
-
height: 1.5rem;
|
|
2394
|
-
position: relative;
|
|
2395
|
-
overflow: visible;
|
|
2396
|
-
}
|
|
2397
|
-
.ScPlanCard_creditsText {
|
|
2398
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
2399
|
-
text-align: left;
|
|
2400
|
-
font-family: var( --text-text-md-semibold-font-family, "Inter-SemiBold", sans-serif );
|
|
2401
|
-
font-size: var(--text-text-md-semibold-font-size, 1rem);
|
|
2402
|
-
line-height: var(--text-text-md-semibold-line-height, 1.5rem);
|
|
2403
|
-
font-weight: var(--text-text-md-semibold-font-weight, 600);
|
|
2404
|
-
position: relative;
|
|
2405
|
-
flex: 1;
|
|
2406
|
-
}
|
|
2407
|
-
.ScPlanCard_increaseCreditsBtn {
|
|
2408
|
-
background: var(--alias-fill-neutral-neutralselected, #242424);
|
|
2409
|
-
border: none;
|
|
2410
|
-
border-radius: var(--medium-5, 0.75rem);
|
|
2411
|
-
padding: var(--spacing-xs, 0.25rem) var(--spacing-md, 0.5rem) var(--spacing-xs, 0.25rem) var(--spacing-lg, 0.625rem);
|
|
2412
|
-
display: flex;
|
|
2413
|
-
flex-direction: row;
|
|
2414
|
-
gap: var(--spacing-xs, 0.25rem);
|
|
2415
|
-
align-items: center;
|
|
2416
|
-
justify-content: center;
|
|
2417
|
-
height: 2rem;
|
|
2418
|
-
flex-shrink: 0;
|
|
2419
|
-
cursor: pointer;
|
|
2420
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
2421
|
-
}
|
|
2422
|
-
.ScPlanCard_increaseCreditsLabel {
|
|
2423
|
-
font-family: var( --text-text-xs-regular-font-family, "Inter-Regular", sans-serif );
|
|
2424
|
-
font-size: var(--text-text-xs-regular-font-size, 0.75rem);
|
|
2425
|
-
line-height: var(--text-text-xs-regular-line-height, 1.125rem);
|
|
2426
|
-
font-weight: var(--text-text-xs-regular-font-weight, 400);
|
|
2427
|
-
white-space: nowrap;
|
|
2428
|
-
}
|
|
2429
|
-
.ScPlanCard_increaseCreditsArrow {
|
|
2430
|
-
flex-shrink: 0;
|
|
2431
|
-
width: 0.75rem;
|
|
2432
|
-
height: 0.75rem;
|
|
2433
|
-
}
|
|
2434
|
-
.ScPlanCard_scButtonInstance {
|
|
2435
|
-
align-self: stretch !important;
|
|
2436
|
-
flex-shrink: 0 !important;
|
|
2437
|
-
}
|
|
2438
|
-
.ScPlanCard_scHDividerInstance {
|
|
2439
|
-
align-self: stretch !important;
|
|
2440
|
-
flex-shrink: 0 !important;
|
|
2441
|
-
width: unset !important;
|
|
2442
|
-
}
|
|
2443
|
-
.ScPlanCard_featuresSection {
|
|
2444
|
-
display: flex;
|
|
2445
|
-
flex-direction: column;
|
|
2446
|
-
gap: 1rem;
|
|
2447
|
-
align-items: flex-start;
|
|
2448
|
-
justify-content: flex-start;
|
|
2449
|
-
align-self: stretch;
|
|
2450
|
-
flex-shrink: 0;
|
|
2451
|
-
position: relative;
|
|
2452
|
-
}
|
|
2453
|
-
.ScPlanCard_sectionTitle {
|
|
2454
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
2455
|
-
text-align: left;
|
|
2456
|
-
font-family: var( --text-text-sm-semibold-font-family, "Inter-SemiBold", sans-serif );
|
|
2457
|
-
font-size: var(--text-text-sm-semibold-font-size, 0.875rem);
|
|
2458
|
-
line-height: var(--text-text-sm-semibold-line-height, 1.25rem);
|
|
2459
|
-
font-weight: var(--text-text-sm-semibold-font-weight, 600);
|
|
2460
|
-
position: relative;
|
|
2461
|
-
align-self: stretch;
|
|
2462
|
-
}
|
|
2463
|
-
.ScPlanCard_featureRow {
|
|
2464
|
-
display: flex;
|
|
2465
|
-
flex-direction: row;
|
|
2466
|
-
gap: var(--gp8, 0.5rem);
|
|
2467
|
-
align-items: center;
|
|
2468
|
-
align-self: stretch;
|
|
2469
|
-
flex-shrink: 0;
|
|
2470
|
-
}
|
|
2471
|
-
.ScPlanCard_featureText {
|
|
2472
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
2473
|
-
text-align: left;
|
|
2474
|
-
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
2475
|
-
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
2476
|
-
line-height: var(--text-text-sm-regular-line-height, 1.25rem);
|
|
2477
|
-
font-weight: var(--text-text-sm-regular-font-weight, 400);
|
|
2478
|
-
}
|
|
2479
|
-
.ScPlanCard_description {
|
|
2480
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
2481
|
-
text-align: left;
|
|
2482
|
-
font-family: var( --lead-text-lead-text-xs-regular-font-family, "Inter-Regular", sans-serif );
|
|
2483
|
-
font-size: var(--lead-text-lead-text-xs-regular-font-size, 1.125rem);
|
|
2484
|
-
line-height: var(--lead-text-lead-text-xs-regular-line-height, 1.625rem);
|
|
2485
|
-
font-weight: var(--lead-text-lead-text-xs-regular-font-weight, 400);
|
|
2486
|
-
position: relative;
|
|
2487
|
-
align-self: stretch;
|
|
2488
|
-
}
|
|
2489
|
-
.ScPlanCard_scPlanCard.ScPlanCard_type-popular .ScPlanCard_planName {
|
|
2490
|
-
color: var(--alias-text-and-icons-warningcont, #ffba3a);
|
|
2491
|
-
}
|
|
2492
|
-
.ScPlanCard_scPlanCard.ScPlanCard_type-custom {
|
|
2493
|
-
background: var(--alias-surface-base, #101010);
|
|
2494
|
-
}
|
|
2495
|
-
.ScPlanCard_scPlanCard .ScPlanCard_scButtonInstanceDisabled {
|
|
2496
|
-
opacity: 0.5;
|
|
2497
|
-
}
|
|
2498
|
-
|
|
2499
2307
|
/* src/SC-Plan details card/ScPlanDetailsCard.module.css */
|
|
2500
2308
|
.ScPlanDetailsCard_scPlanDetailsCard,
|
|
2501
2309
|
.ScPlanDetailsCard_scPlanDetailsCard * {
|
|
@@ -3508,6 +3316,7 @@
|
|
|
3508
3316
|
height: 2.5rem;
|
|
3509
3317
|
position: relative;
|
|
3510
3318
|
cursor: pointer;
|
|
3319
|
+
transition: background-color 120ms ease;
|
|
3511
3320
|
}
|
|
3512
3321
|
.ScSidebarMenu_scSidebarMenu > :first-child {
|
|
3513
3322
|
width: 1.25rem;
|
|
@@ -3562,7 +3371,10 @@
|
|
|
3562
3371
|
display: flex;
|
|
3563
3372
|
}
|
|
3564
3373
|
.ScSidebarMenu_scSidebarMenu.ScSidebarMenu_variant-collapsed {
|
|
3374
|
+
width: 2.5rem;
|
|
3375
|
+
height: 2.5rem;
|
|
3565
3376
|
padding: var(--spacing-md, 0.5rem);
|
|
3377
|
+
justify-content: center;
|
|
3566
3378
|
align-self: unset;
|
|
3567
3379
|
}
|
|
3568
3380
|
|
|
@@ -4011,7 +3823,7 @@
|
|
|
4011
3823
|
box-sizing: border-box;
|
|
4012
3824
|
}
|
|
4013
3825
|
.ScSidebarSwitchMenu_scSidebarSwitchMenu {
|
|
4014
|
-
border-radius:
|
|
3826
|
+
border-radius: 0;
|
|
4015
3827
|
padding: var(--spacing-md, 0.5rem) var(--spacing-xl, 0.75rem) var(--spacing-md, 0.5rem) var(--spacing-xl, 0.75rem);
|
|
4016
3828
|
display: flex;
|
|
4017
3829
|
flex-direction: row;
|
|
@@ -4022,6 +3834,7 @@
|
|
|
4022
3834
|
flex-shrink: 0;
|
|
4023
3835
|
position: relative;
|
|
4024
3836
|
cursor: pointer;
|
|
3837
|
+
transition: background-color 120ms ease;
|
|
4025
3838
|
}
|
|
4026
3839
|
.ScSidebarSwitchMenu_iconWrapper {
|
|
4027
3840
|
width: 1.25rem;
|
|
@@ -4104,6 +3917,7 @@
|
|
|
4104
3917
|
justify-content: center;
|
|
4105
3918
|
width: 2.5rem;
|
|
4106
3919
|
height: 2.5rem;
|
|
3920
|
+
border-radius: var(--radius-3xl, 1rem);
|
|
4107
3921
|
}
|
|
4108
3922
|
|
|
4109
3923
|
/* src/SC-SideBarLogoUnit/ScSideBarLogoUnit.module.css */
|
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React$1, { HTMLAttributes, ReactNode
|
|
1
|
+
import React$1, { CSSProperties, HTMLAttributes, ReactNode } from 'react';
|
|
2
2
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
3
|
|
|
4
4
|
interface IScAccessProps {
|
|
@@ -10,6 +10,31 @@ interface IScAccessProps {
|
|
|
10
10
|
}
|
|
11
11
|
declare const ScAccess: ({ component, component2, component3, visibleSiconCatalogix, className, }: IScAccessProps) => JSX.Element;
|
|
12
12
|
|
|
13
|
+
/** One switchable product, supplied by the host app (built from its service
|
|
14
|
+
* catalog). The current app is expected to be excluded by the host. */
|
|
15
|
+
interface ScAppSwitchItem {
|
|
16
|
+
key: string;
|
|
17
|
+
/** Product name — used to match the embedded wordmark (and as fallback text). */
|
|
18
|
+
name: string;
|
|
19
|
+
/** Tagline shown only for products without an embedded wordmark. */
|
|
20
|
+
description?: string;
|
|
21
|
+
onSelect: () => void;
|
|
22
|
+
}
|
|
23
|
+
interface IScAppSwitchPanelProps {
|
|
24
|
+
apps: ScAppSwitchItem[];
|
|
25
|
+
className?: string;
|
|
26
|
+
style?: CSSProperties;
|
|
27
|
+
}
|
|
28
|
+
/** One switch row: product wordmark (gray → brightens on hover) + a `>` chevron
|
|
29
|
+
* that fades in on hover. Products without a wordmark fall back to name/desc. */
|
|
30
|
+
declare const ScAppSwitchRow: ({ item }: {
|
|
31
|
+
item: ScAppSwitchItem;
|
|
32
|
+
}) => JSX.Element;
|
|
33
|
+
/** Shared product-switch list — the same across every Streamoid app. The host
|
|
34
|
+
* passes its product list (current app excluded) and its own logo lives in the
|
|
35
|
+
* surrounding sidebar; only this content is identical everywhere. */
|
|
36
|
+
declare const ScAppSwitchPanel: ({ apps, className, style }: IScAppSwitchPanelProps) => JSX.Element;
|
|
37
|
+
|
|
13
38
|
interface IScBadgesProps {
|
|
14
39
|
text?: string;
|
|
15
40
|
variant?: "default" | "success" | "warning" | "error" | "info";
|
|
@@ -185,20 +210,67 @@ interface PlanFeatureSection {
|
|
|
185
210
|
}
|
|
186
211
|
interface IScPlanCardProps {
|
|
187
212
|
planName?: string;
|
|
213
|
+
/** Formatted price from the billing API, incl. currency symbol (e.g.
|
|
214
|
+
* "$49.99", "₹49.99", "$0"). The leading symbol renders small, the amount
|
|
215
|
+
* large, per the design. */
|
|
188
216
|
price?: string;
|
|
217
|
+
/** Period suffix shown muted (default "/ month"). */
|
|
218
|
+
pricePeriod?: string;
|
|
219
|
+
/** Short one-line tagline under the price. */
|
|
220
|
+
tagline?: ReactNode;
|
|
221
|
+
/** Back-compat alias for `tagline`. */
|
|
222
|
+
description?: ReactNode;
|
|
223
|
+
/** Credits text, fed from the billing API (e.g. "1000 Credits"). */
|
|
189
224
|
credits?: string;
|
|
190
225
|
type?: "free" | "popular" | "custom";
|
|
191
|
-
|
|
192
|
-
|
|
226
|
+
/** Label on the credit-tier pill (popular only). Default "Increase". */
|
|
227
|
+
increaseLabel?: string;
|
|
228
|
+
onIncreaseCredits?: () => void;
|
|
229
|
+
/** Dropdown panel rendered under the credits chip (popular only). */
|
|
230
|
+
creditsDropdown?: ReactNode;
|
|
193
231
|
buttonText?: string;
|
|
194
232
|
buttonState?: "default" | "disabled";
|
|
233
|
+
/** "primary" → red→orange gradient (Upgrade); "secondary" → white fill. */
|
|
195
234
|
buttonVariant?: "primary" | "secondary" | "tertiary" | "outline" | "error";
|
|
196
235
|
onUpgrade?: () => void;
|
|
197
|
-
|
|
198
|
-
|
|
236
|
+
/** @deprecated no longer rendered — features live in ScPlanComparison. */
|
|
237
|
+
features?: PlanFeatureSection[];
|
|
238
|
+
className?: string;
|
|
239
|
+
style?: CSSProperties;
|
|
240
|
+
}
|
|
241
|
+
declare const ScPlanCard: ({ planName, price, pricePeriod, tagline, description, credits, type, increaseLabel, onIncreaseCredits, creditsDropdown, buttonText, buttonState, buttonVariant, onUpgrade, className, style, }: IScPlanCardProps) => JSX.Element;
|
|
242
|
+
|
|
243
|
+
interface PlanComparisonRow {
|
|
244
|
+
/** Left-column feature label (may be blank for sub-rows, per the design). */
|
|
245
|
+
label?: ReactNode;
|
|
246
|
+
/** One value per plan column, in column order (Free, Pro, Enterprise). */
|
|
247
|
+
values: ReactNode[];
|
|
248
|
+
}
|
|
249
|
+
interface PlanComparisonSection {
|
|
250
|
+
/** Full-width section header (e.g. "Artifax (Design & Insights)"). Omit for
|
|
251
|
+
* un-grouped rows (e.g. the leading "Usage volume" row). */
|
|
252
|
+
header?: string;
|
|
253
|
+
rows: PlanComparisonRow[];
|
|
254
|
+
}
|
|
255
|
+
interface IScPlanComparisonProps {
|
|
256
|
+
/** Collapsible section title (e.g. "Compare Plans"). */
|
|
257
|
+
title?: string;
|
|
258
|
+
/** Top-left header cell label (e.g. "Compare plans"). */
|
|
259
|
+
firstColumnLabel?: string;
|
|
260
|
+
/** Plan column headers, e.g. ["Free", "Pro", "Enterprise"]. */
|
|
261
|
+
columns: string[];
|
|
262
|
+
/** Caption shown directly under the column header row. */
|
|
263
|
+
note?: ReactNode;
|
|
264
|
+
sections: PlanComparisonSection[];
|
|
265
|
+
/** Which value column gets the highlighted (Pro) styling. Default 1. */
|
|
266
|
+
highlightColumnIndex?: number;
|
|
267
|
+
defaultOpen?: boolean;
|
|
268
|
+
/** "table" = full grid (desktop); "tabbed" = tab switcher + 2 columns (mobile). */
|
|
269
|
+
layout?: "table" | "tabbed";
|
|
199
270
|
className?: string;
|
|
271
|
+
style?: CSSProperties;
|
|
200
272
|
}
|
|
201
|
-
declare const
|
|
273
|
+
declare const ScPlanComparison: ({ title, firstColumnLabel, columns, note, sections, highlightColumnIndex, defaultOpen, layout, className, style, }: IScPlanComparisonProps) => JSX.Element;
|
|
202
274
|
|
|
203
275
|
interface IScPlanDetailsCardProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
204
276
|
planName?: string;
|
|
@@ -320,6 +392,14 @@ interface StreamoidSidebarProps {
|
|
|
320
392
|
preFooterContent?: ReactNode;
|
|
321
393
|
bodyContent?: ReactNode;
|
|
322
394
|
showBody?: boolean;
|
|
395
|
+
/** App‑switch panel (e.g. the list of other products). When `switchPanelOpen`
|
|
396
|
+
* is true, the expanded logo and this panel render together inside one
|
|
397
|
+
* bordered card and the rest of the sidebar dims behind a backdrop.
|
|
398
|
+
* Expanded, non‑mobile layout only. */
|
|
399
|
+
switchPanel?: ReactNode;
|
|
400
|
+
switchPanelOpen?: boolean;
|
|
401
|
+
/** Called when the dimmed backdrop behind the open switch panel is clicked. */
|
|
402
|
+
onSwitchPanelClose?: () => void;
|
|
323
403
|
isMobile?: boolean;
|
|
324
404
|
className?: string;
|
|
325
405
|
style?: CSSProperties;
|
|
@@ -328,7 +408,7 @@ interface StreamoidSidebarProps {
|
|
|
328
408
|
/** Explicit state override per top item id — takes priority over activeItemId/highlightedItemIds for top items */
|
|
329
409
|
topItemStates?: Record<string, "default" | "active" | "hover" | "default-highlight" | "default-active">;
|
|
330
410
|
}
|
|
331
|
-
declare function StreamoidSidebar({ expanded, onToggle, config, iconMap, activeItemId, highlightedItemIds, onItemSelect, moreIcon, onMoreClick, expandedLogo, collapsedLogo, profile, versionText, toggleIcon, toggleInProfile, hideFooter, preFooterContent, bodyContent, showBody, isMobile, className, style, topItems, topItemStates, }: StreamoidSidebarProps): react_jsx_runtime.JSX.Element;
|
|
411
|
+
declare function StreamoidSidebar({ expanded, onToggle, config, iconMap, activeItemId, highlightedItemIds, onItemSelect, moreIcon, onMoreClick, expandedLogo, collapsedLogo, profile, versionText, toggleIcon, toggleInProfile, hideFooter, preFooterContent, bodyContent, showBody, switchPanel, switchPanelOpen, onSwitchPanelClose, isMobile, className, style, topItems, topItemStates, }: StreamoidSidebarProps): react_jsx_runtime.JSX.Element;
|
|
332
412
|
|
|
333
413
|
interface ArtifaxMenuItem {
|
|
334
414
|
id: string;
|
|
@@ -1183,4 +1263,4 @@ interface IScPlanDetailsCardMobileProps extends React.HTMLAttributes<HTMLDivElem
|
|
|
1183
1263
|
}
|
|
1184
1264
|
declare const ScPlanDetailsCardMobile: ({ planName, planCredits, planPrice, badgeText, badgeSubText, currentPlanLabel, upgradeButtonText, isLoading, onUpgrade, className, ...props }: IScPlanDetailsCardMobileProps) => JSX.Element;
|
|
1185
1265
|
|
|
1186
|
-
export { type ArtifaxMenuItem, type ArtifaxSection, type ArtifaxSidebarAssistantCta, type ArtifaxSidebarCreditWarning, type ArtifaxSidebarIconContext, type ArtifaxSidebarIconMap, type ArtifaxSidebarIconRenderer, type ArtifaxSidebarProfile, type CatalogixNavItem, type CatalogixSidebarCreditWarning, type CatalogixSidebarIconContext, type CatalogixSidebarIconMap, type CatalogixSidebarIconRenderer, type CatalogixSidebarProfile, type CatalogixSwitchApp, CreditWarningBanner, type CreditWarningBannerProps, type IInvoiceHistoryMobileProps, type IScAccessProps, type IScAppCardProps, type IScAppCardV3Props, type IScAppFieldProps, type IScAppListingCardProps, type IScArtifaxInviteProps, type IScArtifaxSidebarProps, type IScBadgesProps, type IScBillingHistoryHeaderProps, type IScBillingHistoryTableListProps, type IScBillingLogsTableHeaderProps, type IScBillingLogsTableListProps, type IScBriefCardProps, type IScButtonProps, type IScCalendarDateCompsProps, type IScCalendarProps, type IScCatalogixInviteProps, type IScCatalogixSidebarProps, type IScCheckFieldProps, type IScCheckboxProps, type IScCreditsUsageCardMobileProps, type IScCreditsUsageCardProps, type IScFieldButtonProps, type IScGoogleSignInProps, type IScGuideProps, type IScHDividerProps, type IScHeaderProps, type IScImageFieldProps, type IScIntialProfileCoverProps, type IScLogoUnitProps, type IScMenuOptionsProps, type IScMobileBottomActionProps, type IScMobileTopNavProps, type IScOnlyFieldProps, type IScOnlyIconProps, type IScPairtextProps, type IScPendingActionProps, type IScPhtogenixInviteProps, type IScPlanCardProps, type IScPlanDetailsCardMobileProps, type IScPlanDetailsCardProps, type IScPopUpMenuProps, type IScProfileImageUpdateProps, type IScProfileOptionsProps, type IScProfileProps, type IScProfileSettingsCompProps, type IScProfileV2MobileProps, type IScProgressBarProps, type IScQuickPromptProps, type IScRadioProps, type IScReferralCardMobileProps, type IScReferralTableHeaderProps, type IScReferralTableListProps, type IScRoleMobileProps, type IScRoleProps, type IScSettingsNavProps, type IScSettingsTabCompProps, type IScSideBarLogoUnitProps, type IScSidebarIconsProps, type IScSidebarMenuProps, type IScSidebarProfileProps, type IScSidebarProps, type IScSidebarSwitchMenuProps, type IScSliderProps, type IScStrLogoProps, type IScTabCompProps, type IScTabFieldProps, type IScTabSwitcherProps, type IScTableHeaderProps, type IScTableListMobileProps, type IScTableListProps, type IScTextFieldProps, type IScToggleSwitchProps, type IScVDividerProps, type IScVersionProps, type IScWorkspaceCardProps, type IScWorkspaceSettingsMobileProps, type IScWorkspaceSwitchMobileProps, type IScWorkspaceSwitchMobileV2Props, type IUsageHistoryMobileProps, InvoiceHistoryMobile, NscWorkspaceSwitch, type PlanFeatureSection, ProductCollapsedMark, ProductWordmark, ScAccess, ScAppCard, ScAppCardV3, ScAppField, ScAppListingCard, ScArtifaxInvite, ScArtifaxSidebar, ScBadges, ScBillingHistoryHeader, ScBillingHistoryTableList, ScBillingLogsTableHeader, ScBillingLogsTableList, ScBriefCard, ScButton, ScCalendar, ScCalendarDateComps, ScCatalogixInvite, ScCatalogixSidebar, ScCheckField, ScCheckbox, ScCreditsUsageCard, ScCreditsUsageCardMobile, ScDp, type ScDpProps, ScFieldButton, ScGoogleSignIn, ScGuide, ScHDivider, ScHeader, ScImageField, ScIntialProfileCover, ScLogoUnit, ScMenuOptions, ScMobileBottomAction, ScMobileTopNav, ScOnlyField, ScOnlyIcon, ScPairtext, ScPendingAction, ScPhtogenixInvite, ScPlanCard, ScPlanDetailsCard, ScPlanDetailsCardMobile, ScPopUpMenu, ScProfile, ScProfileImageUpdate, ScProfileOptions, ScProfileSettingsComp, ScProfileV2Mobile, ScProgressBar, ScQuickPrompt, ScRadio, ScReferralCardMobile, ScReferralTableHeader, ScReferralTableList, ScRole, ScRoleMobile, ScSettingsNav, ScSettingsTabComp, ScSideBarLogoUnit, ScSidebar, ScSidebarIcons, ScSidebarMenu, ScSidebarProfile, ScSidebarSwitchMenu, ScSlider, ScStrLogo, ScTabComp, ScTabField, ScTabSwitcher, ScTableHeader, ScTableList, ScTableListMobile, ScTextField, ScToggleSwitch, ScVDivider, ScVersion, ScWorkspaceCard, ScWorkspaceSettingsMobile, ScWorkspaceSwitchCard, type ScWorkspaceSwitchCardProps, ScWorkspaceSwitchMobile, ScWorkspaceSwitchMobileV2, type SidebarConfig, type SidebarIconContext, type SidebarIconMap, type SidebarIconRenderer, type SidebarMenuItemConfig, type SidebarProduct, type SidebarProfileConfig, type SidebarSectionConfig, StreamoidSidebar, type StreamoidSidebarProps, StreamoidWorkspaceSwitcher, type StreamoidWorkspaceSwitcherProps, UsageHistoryMobile, type WorkspaceSwitcherConfig, type WorkspaceSwitcherItem, hasCollapsedMark };
|
|
1266
|
+
export { type ArtifaxMenuItem, type ArtifaxSection, type ArtifaxSidebarAssistantCta, type ArtifaxSidebarCreditWarning, type ArtifaxSidebarIconContext, type ArtifaxSidebarIconMap, type ArtifaxSidebarIconRenderer, type ArtifaxSidebarProfile, type CatalogixNavItem, type CatalogixSidebarCreditWarning, type CatalogixSidebarIconContext, type CatalogixSidebarIconMap, type CatalogixSidebarIconRenderer, type CatalogixSidebarProfile, type CatalogixSwitchApp, CreditWarningBanner, type CreditWarningBannerProps, type IInvoiceHistoryMobileProps, type IScAccessProps, type IScAppCardProps, type IScAppCardV3Props, type IScAppFieldProps, type IScAppListingCardProps, type IScAppSwitchPanelProps, type IScArtifaxInviteProps, type IScArtifaxSidebarProps, type IScBadgesProps, type IScBillingHistoryHeaderProps, type IScBillingHistoryTableListProps, type IScBillingLogsTableHeaderProps, type IScBillingLogsTableListProps, type IScBriefCardProps, type IScButtonProps, type IScCalendarDateCompsProps, type IScCalendarProps, type IScCatalogixInviteProps, type IScCatalogixSidebarProps, type IScCheckFieldProps, type IScCheckboxProps, type IScCreditsUsageCardMobileProps, type IScCreditsUsageCardProps, type IScFieldButtonProps, type IScGoogleSignInProps, type IScGuideProps, type IScHDividerProps, type IScHeaderProps, type IScImageFieldProps, type IScIntialProfileCoverProps, type IScLogoUnitProps, type IScMenuOptionsProps, type IScMobileBottomActionProps, type IScMobileTopNavProps, type IScOnlyFieldProps, type IScOnlyIconProps, type IScPairtextProps, type IScPendingActionProps, type IScPhtogenixInviteProps, type IScPlanCardProps, type IScPlanComparisonProps, type IScPlanDetailsCardMobileProps, type IScPlanDetailsCardProps, type IScPopUpMenuProps, type IScProfileImageUpdateProps, type IScProfileOptionsProps, type IScProfileProps, type IScProfileSettingsCompProps, type IScProfileV2MobileProps, type IScProgressBarProps, type IScQuickPromptProps, type IScRadioProps, type IScReferralCardMobileProps, type IScReferralTableHeaderProps, type IScReferralTableListProps, type IScRoleMobileProps, type IScRoleProps, type IScSettingsNavProps, type IScSettingsTabCompProps, type IScSideBarLogoUnitProps, type IScSidebarIconsProps, type IScSidebarMenuProps, type IScSidebarProfileProps, type IScSidebarProps, type IScSidebarSwitchMenuProps, type IScSliderProps, type IScStrLogoProps, type IScTabCompProps, type IScTabFieldProps, type IScTabSwitcherProps, type IScTableHeaderProps, type IScTableListMobileProps, type IScTableListProps, type IScTextFieldProps, type IScToggleSwitchProps, type IScVDividerProps, type IScVersionProps, type IScWorkspaceCardProps, type IScWorkspaceSettingsMobileProps, type IScWorkspaceSwitchMobileProps, type IScWorkspaceSwitchMobileV2Props, type IUsageHistoryMobileProps, InvoiceHistoryMobile, NscWorkspaceSwitch, type PlanComparisonRow, type PlanComparisonSection, type PlanFeatureSection, ProductCollapsedMark, ProductWordmark, ScAccess, ScAppCard, ScAppCardV3, ScAppField, ScAppListingCard, type ScAppSwitchItem, ScAppSwitchPanel, ScAppSwitchRow, ScArtifaxInvite, ScArtifaxSidebar, ScBadges, ScBillingHistoryHeader, ScBillingHistoryTableList, ScBillingLogsTableHeader, ScBillingLogsTableList, ScBriefCard, ScButton, ScCalendar, ScCalendarDateComps, ScCatalogixInvite, ScCatalogixSidebar, ScCheckField, ScCheckbox, ScCreditsUsageCard, ScCreditsUsageCardMobile, ScDp, type ScDpProps, ScFieldButton, ScGoogleSignIn, ScGuide, ScHDivider, ScHeader, ScImageField, ScIntialProfileCover, ScLogoUnit, ScMenuOptions, ScMobileBottomAction, ScMobileTopNav, ScOnlyField, ScOnlyIcon, ScPairtext, ScPendingAction, ScPhtogenixInvite, ScPlanCard, ScPlanComparison, ScPlanDetailsCard, ScPlanDetailsCardMobile, ScPopUpMenu, ScProfile, ScProfileImageUpdate, ScProfileOptions, ScProfileSettingsComp, ScProfileV2Mobile, ScProgressBar, ScQuickPrompt, ScRadio, ScReferralCardMobile, ScReferralTableHeader, ScReferralTableList, ScRole, ScRoleMobile, ScSettingsNav, ScSettingsTabComp, ScSideBarLogoUnit, ScSidebar, ScSidebarIcons, ScSidebarMenu, ScSidebarProfile, ScSidebarSwitchMenu, ScSlider, ScStrLogo, ScTabComp, ScTabField, ScTabSwitcher, ScTableHeader, ScTableList, ScTableListMobile, ScTextField, ScToggleSwitch, ScVDivider, ScVersion, ScWorkspaceCard, ScWorkspaceSettingsMobile, ScWorkspaceSwitchCard, type ScWorkspaceSwitchCardProps, ScWorkspaceSwitchMobile, ScWorkspaceSwitchMobileV2, type SidebarConfig, type SidebarIconContext, type SidebarIconMap, type SidebarIconRenderer, type SidebarMenuItemConfig, type SidebarProduct, type SidebarProfileConfig, type SidebarSectionConfig, StreamoidSidebar, type StreamoidSidebarProps, StreamoidWorkspaceSwitcher, type StreamoidWorkspaceSwitcherProps, UsageHistoryMobile, type WorkspaceSwitcherConfig, type WorkspaceSwitcherItem, hasCollapsedMark };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React$1, { HTMLAttributes, ReactNode
|
|
1
|
+
import React$1, { CSSProperties, HTMLAttributes, ReactNode } from 'react';
|
|
2
2
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
3
|
|
|
4
4
|
interface IScAccessProps {
|
|
@@ -10,6 +10,31 @@ interface IScAccessProps {
|
|
|
10
10
|
}
|
|
11
11
|
declare const ScAccess: ({ component, component2, component3, visibleSiconCatalogix, className, }: IScAccessProps) => JSX.Element;
|
|
12
12
|
|
|
13
|
+
/** One switchable product, supplied by the host app (built from its service
|
|
14
|
+
* catalog). The current app is expected to be excluded by the host. */
|
|
15
|
+
interface ScAppSwitchItem {
|
|
16
|
+
key: string;
|
|
17
|
+
/** Product name — used to match the embedded wordmark (and as fallback text). */
|
|
18
|
+
name: string;
|
|
19
|
+
/** Tagline shown only for products without an embedded wordmark. */
|
|
20
|
+
description?: string;
|
|
21
|
+
onSelect: () => void;
|
|
22
|
+
}
|
|
23
|
+
interface IScAppSwitchPanelProps {
|
|
24
|
+
apps: ScAppSwitchItem[];
|
|
25
|
+
className?: string;
|
|
26
|
+
style?: CSSProperties;
|
|
27
|
+
}
|
|
28
|
+
/** One switch row: product wordmark (gray → brightens on hover) + a `>` chevron
|
|
29
|
+
* that fades in on hover. Products without a wordmark fall back to name/desc. */
|
|
30
|
+
declare const ScAppSwitchRow: ({ item }: {
|
|
31
|
+
item: ScAppSwitchItem;
|
|
32
|
+
}) => JSX.Element;
|
|
33
|
+
/** Shared product-switch list — the same across every Streamoid app. The host
|
|
34
|
+
* passes its product list (current app excluded) and its own logo lives in the
|
|
35
|
+
* surrounding sidebar; only this content is identical everywhere. */
|
|
36
|
+
declare const ScAppSwitchPanel: ({ apps, className, style }: IScAppSwitchPanelProps) => JSX.Element;
|
|
37
|
+
|
|
13
38
|
interface IScBadgesProps {
|
|
14
39
|
text?: string;
|
|
15
40
|
variant?: "default" | "success" | "warning" | "error" | "info";
|
|
@@ -185,20 +210,67 @@ interface PlanFeatureSection {
|
|
|
185
210
|
}
|
|
186
211
|
interface IScPlanCardProps {
|
|
187
212
|
planName?: string;
|
|
213
|
+
/** Formatted price from the billing API, incl. currency symbol (e.g.
|
|
214
|
+
* "$49.99", "₹49.99", "$0"). The leading symbol renders small, the amount
|
|
215
|
+
* large, per the design. */
|
|
188
216
|
price?: string;
|
|
217
|
+
/** Period suffix shown muted (default "/ month"). */
|
|
218
|
+
pricePeriod?: string;
|
|
219
|
+
/** Short one-line tagline under the price. */
|
|
220
|
+
tagline?: ReactNode;
|
|
221
|
+
/** Back-compat alias for `tagline`. */
|
|
222
|
+
description?: ReactNode;
|
|
223
|
+
/** Credits text, fed from the billing API (e.g. "1000 Credits"). */
|
|
189
224
|
credits?: string;
|
|
190
225
|
type?: "free" | "popular" | "custom";
|
|
191
|
-
|
|
192
|
-
|
|
226
|
+
/** Label on the credit-tier pill (popular only). Default "Increase". */
|
|
227
|
+
increaseLabel?: string;
|
|
228
|
+
onIncreaseCredits?: () => void;
|
|
229
|
+
/** Dropdown panel rendered under the credits chip (popular only). */
|
|
230
|
+
creditsDropdown?: ReactNode;
|
|
193
231
|
buttonText?: string;
|
|
194
232
|
buttonState?: "default" | "disabled";
|
|
233
|
+
/** "primary" → red→orange gradient (Upgrade); "secondary" → white fill. */
|
|
195
234
|
buttonVariant?: "primary" | "secondary" | "tertiary" | "outline" | "error";
|
|
196
235
|
onUpgrade?: () => void;
|
|
197
|
-
|
|
198
|
-
|
|
236
|
+
/** @deprecated no longer rendered — features live in ScPlanComparison. */
|
|
237
|
+
features?: PlanFeatureSection[];
|
|
238
|
+
className?: string;
|
|
239
|
+
style?: CSSProperties;
|
|
240
|
+
}
|
|
241
|
+
declare const ScPlanCard: ({ planName, price, pricePeriod, tagline, description, credits, type, increaseLabel, onIncreaseCredits, creditsDropdown, buttonText, buttonState, buttonVariant, onUpgrade, className, style, }: IScPlanCardProps) => JSX.Element;
|
|
242
|
+
|
|
243
|
+
interface PlanComparisonRow {
|
|
244
|
+
/** Left-column feature label (may be blank for sub-rows, per the design). */
|
|
245
|
+
label?: ReactNode;
|
|
246
|
+
/** One value per plan column, in column order (Free, Pro, Enterprise). */
|
|
247
|
+
values: ReactNode[];
|
|
248
|
+
}
|
|
249
|
+
interface PlanComparisonSection {
|
|
250
|
+
/** Full-width section header (e.g. "Artifax (Design & Insights)"). Omit for
|
|
251
|
+
* un-grouped rows (e.g. the leading "Usage volume" row). */
|
|
252
|
+
header?: string;
|
|
253
|
+
rows: PlanComparisonRow[];
|
|
254
|
+
}
|
|
255
|
+
interface IScPlanComparisonProps {
|
|
256
|
+
/** Collapsible section title (e.g. "Compare Plans"). */
|
|
257
|
+
title?: string;
|
|
258
|
+
/** Top-left header cell label (e.g. "Compare plans"). */
|
|
259
|
+
firstColumnLabel?: string;
|
|
260
|
+
/** Plan column headers, e.g. ["Free", "Pro", "Enterprise"]. */
|
|
261
|
+
columns: string[];
|
|
262
|
+
/** Caption shown directly under the column header row. */
|
|
263
|
+
note?: ReactNode;
|
|
264
|
+
sections: PlanComparisonSection[];
|
|
265
|
+
/** Which value column gets the highlighted (Pro) styling. Default 1. */
|
|
266
|
+
highlightColumnIndex?: number;
|
|
267
|
+
defaultOpen?: boolean;
|
|
268
|
+
/** "table" = full grid (desktop); "tabbed" = tab switcher + 2 columns (mobile). */
|
|
269
|
+
layout?: "table" | "tabbed";
|
|
199
270
|
className?: string;
|
|
271
|
+
style?: CSSProperties;
|
|
200
272
|
}
|
|
201
|
-
declare const
|
|
273
|
+
declare const ScPlanComparison: ({ title, firstColumnLabel, columns, note, sections, highlightColumnIndex, defaultOpen, layout, className, style, }: IScPlanComparisonProps) => JSX.Element;
|
|
202
274
|
|
|
203
275
|
interface IScPlanDetailsCardProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
204
276
|
planName?: string;
|
|
@@ -320,6 +392,14 @@ interface StreamoidSidebarProps {
|
|
|
320
392
|
preFooterContent?: ReactNode;
|
|
321
393
|
bodyContent?: ReactNode;
|
|
322
394
|
showBody?: boolean;
|
|
395
|
+
/** App‑switch panel (e.g. the list of other products). When `switchPanelOpen`
|
|
396
|
+
* is true, the expanded logo and this panel render together inside one
|
|
397
|
+
* bordered card and the rest of the sidebar dims behind a backdrop.
|
|
398
|
+
* Expanded, non‑mobile layout only. */
|
|
399
|
+
switchPanel?: ReactNode;
|
|
400
|
+
switchPanelOpen?: boolean;
|
|
401
|
+
/** Called when the dimmed backdrop behind the open switch panel is clicked. */
|
|
402
|
+
onSwitchPanelClose?: () => void;
|
|
323
403
|
isMobile?: boolean;
|
|
324
404
|
className?: string;
|
|
325
405
|
style?: CSSProperties;
|
|
@@ -328,7 +408,7 @@ interface StreamoidSidebarProps {
|
|
|
328
408
|
/** Explicit state override per top item id — takes priority over activeItemId/highlightedItemIds for top items */
|
|
329
409
|
topItemStates?: Record<string, "default" | "active" | "hover" | "default-highlight" | "default-active">;
|
|
330
410
|
}
|
|
331
|
-
declare function StreamoidSidebar({ expanded, onToggle, config, iconMap, activeItemId, highlightedItemIds, onItemSelect, moreIcon, onMoreClick, expandedLogo, collapsedLogo, profile, versionText, toggleIcon, toggleInProfile, hideFooter, preFooterContent, bodyContent, showBody, isMobile, className, style, topItems, topItemStates, }: StreamoidSidebarProps): react_jsx_runtime.JSX.Element;
|
|
411
|
+
declare function StreamoidSidebar({ expanded, onToggle, config, iconMap, activeItemId, highlightedItemIds, onItemSelect, moreIcon, onMoreClick, expandedLogo, collapsedLogo, profile, versionText, toggleIcon, toggleInProfile, hideFooter, preFooterContent, bodyContent, showBody, switchPanel, switchPanelOpen, onSwitchPanelClose, isMobile, className, style, topItems, topItemStates, }: StreamoidSidebarProps): react_jsx_runtime.JSX.Element;
|
|
332
412
|
|
|
333
413
|
interface ArtifaxMenuItem {
|
|
334
414
|
id: string;
|
|
@@ -1183,4 +1263,4 @@ interface IScPlanDetailsCardMobileProps extends React.HTMLAttributes<HTMLDivElem
|
|
|
1183
1263
|
}
|
|
1184
1264
|
declare const ScPlanDetailsCardMobile: ({ planName, planCredits, planPrice, badgeText, badgeSubText, currentPlanLabel, upgradeButtonText, isLoading, onUpgrade, className, ...props }: IScPlanDetailsCardMobileProps) => JSX.Element;
|
|
1185
1265
|
|
|
1186
|
-
export { type ArtifaxMenuItem, type ArtifaxSection, type ArtifaxSidebarAssistantCta, type ArtifaxSidebarCreditWarning, type ArtifaxSidebarIconContext, type ArtifaxSidebarIconMap, type ArtifaxSidebarIconRenderer, type ArtifaxSidebarProfile, type CatalogixNavItem, type CatalogixSidebarCreditWarning, type CatalogixSidebarIconContext, type CatalogixSidebarIconMap, type CatalogixSidebarIconRenderer, type CatalogixSidebarProfile, type CatalogixSwitchApp, CreditWarningBanner, type CreditWarningBannerProps, type IInvoiceHistoryMobileProps, type IScAccessProps, type IScAppCardProps, type IScAppCardV3Props, type IScAppFieldProps, type IScAppListingCardProps, type IScArtifaxInviteProps, type IScArtifaxSidebarProps, type IScBadgesProps, type IScBillingHistoryHeaderProps, type IScBillingHistoryTableListProps, type IScBillingLogsTableHeaderProps, type IScBillingLogsTableListProps, type IScBriefCardProps, type IScButtonProps, type IScCalendarDateCompsProps, type IScCalendarProps, type IScCatalogixInviteProps, type IScCatalogixSidebarProps, type IScCheckFieldProps, type IScCheckboxProps, type IScCreditsUsageCardMobileProps, type IScCreditsUsageCardProps, type IScFieldButtonProps, type IScGoogleSignInProps, type IScGuideProps, type IScHDividerProps, type IScHeaderProps, type IScImageFieldProps, type IScIntialProfileCoverProps, type IScLogoUnitProps, type IScMenuOptionsProps, type IScMobileBottomActionProps, type IScMobileTopNavProps, type IScOnlyFieldProps, type IScOnlyIconProps, type IScPairtextProps, type IScPendingActionProps, type IScPhtogenixInviteProps, type IScPlanCardProps, type IScPlanDetailsCardMobileProps, type IScPlanDetailsCardProps, type IScPopUpMenuProps, type IScProfileImageUpdateProps, type IScProfileOptionsProps, type IScProfileProps, type IScProfileSettingsCompProps, type IScProfileV2MobileProps, type IScProgressBarProps, type IScQuickPromptProps, type IScRadioProps, type IScReferralCardMobileProps, type IScReferralTableHeaderProps, type IScReferralTableListProps, type IScRoleMobileProps, type IScRoleProps, type IScSettingsNavProps, type IScSettingsTabCompProps, type IScSideBarLogoUnitProps, type IScSidebarIconsProps, type IScSidebarMenuProps, type IScSidebarProfileProps, type IScSidebarProps, type IScSidebarSwitchMenuProps, type IScSliderProps, type IScStrLogoProps, type IScTabCompProps, type IScTabFieldProps, type IScTabSwitcherProps, type IScTableHeaderProps, type IScTableListMobileProps, type IScTableListProps, type IScTextFieldProps, type IScToggleSwitchProps, type IScVDividerProps, type IScVersionProps, type IScWorkspaceCardProps, type IScWorkspaceSettingsMobileProps, type IScWorkspaceSwitchMobileProps, type IScWorkspaceSwitchMobileV2Props, type IUsageHistoryMobileProps, InvoiceHistoryMobile, NscWorkspaceSwitch, type PlanFeatureSection, ProductCollapsedMark, ProductWordmark, ScAccess, ScAppCard, ScAppCardV3, ScAppField, ScAppListingCard, ScArtifaxInvite, ScArtifaxSidebar, ScBadges, ScBillingHistoryHeader, ScBillingHistoryTableList, ScBillingLogsTableHeader, ScBillingLogsTableList, ScBriefCard, ScButton, ScCalendar, ScCalendarDateComps, ScCatalogixInvite, ScCatalogixSidebar, ScCheckField, ScCheckbox, ScCreditsUsageCard, ScCreditsUsageCardMobile, ScDp, type ScDpProps, ScFieldButton, ScGoogleSignIn, ScGuide, ScHDivider, ScHeader, ScImageField, ScIntialProfileCover, ScLogoUnit, ScMenuOptions, ScMobileBottomAction, ScMobileTopNav, ScOnlyField, ScOnlyIcon, ScPairtext, ScPendingAction, ScPhtogenixInvite, ScPlanCard, ScPlanDetailsCard, ScPlanDetailsCardMobile, ScPopUpMenu, ScProfile, ScProfileImageUpdate, ScProfileOptions, ScProfileSettingsComp, ScProfileV2Mobile, ScProgressBar, ScQuickPrompt, ScRadio, ScReferralCardMobile, ScReferralTableHeader, ScReferralTableList, ScRole, ScRoleMobile, ScSettingsNav, ScSettingsTabComp, ScSideBarLogoUnit, ScSidebar, ScSidebarIcons, ScSidebarMenu, ScSidebarProfile, ScSidebarSwitchMenu, ScSlider, ScStrLogo, ScTabComp, ScTabField, ScTabSwitcher, ScTableHeader, ScTableList, ScTableListMobile, ScTextField, ScToggleSwitch, ScVDivider, ScVersion, ScWorkspaceCard, ScWorkspaceSettingsMobile, ScWorkspaceSwitchCard, type ScWorkspaceSwitchCardProps, ScWorkspaceSwitchMobile, ScWorkspaceSwitchMobileV2, type SidebarConfig, type SidebarIconContext, type SidebarIconMap, type SidebarIconRenderer, type SidebarMenuItemConfig, type SidebarProduct, type SidebarProfileConfig, type SidebarSectionConfig, StreamoidSidebar, type StreamoidSidebarProps, StreamoidWorkspaceSwitcher, type StreamoidWorkspaceSwitcherProps, UsageHistoryMobile, type WorkspaceSwitcherConfig, type WorkspaceSwitcherItem, hasCollapsedMark };
|
|
1266
|
+
export { type ArtifaxMenuItem, type ArtifaxSection, type ArtifaxSidebarAssistantCta, type ArtifaxSidebarCreditWarning, type ArtifaxSidebarIconContext, type ArtifaxSidebarIconMap, type ArtifaxSidebarIconRenderer, type ArtifaxSidebarProfile, type CatalogixNavItem, type CatalogixSidebarCreditWarning, type CatalogixSidebarIconContext, type CatalogixSidebarIconMap, type CatalogixSidebarIconRenderer, type CatalogixSidebarProfile, type CatalogixSwitchApp, CreditWarningBanner, type CreditWarningBannerProps, type IInvoiceHistoryMobileProps, type IScAccessProps, type IScAppCardProps, type IScAppCardV3Props, type IScAppFieldProps, type IScAppListingCardProps, type IScAppSwitchPanelProps, type IScArtifaxInviteProps, type IScArtifaxSidebarProps, type IScBadgesProps, type IScBillingHistoryHeaderProps, type IScBillingHistoryTableListProps, type IScBillingLogsTableHeaderProps, type IScBillingLogsTableListProps, type IScBriefCardProps, type IScButtonProps, type IScCalendarDateCompsProps, type IScCalendarProps, type IScCatalogixInviteProps, type IScCatalogixSidebarProps, type IScCheckFieldProps, type IScCheckboxProps, type IScCreditsUsageCardMobileProps, type IScCreditsUsageCardProps, type IScFieldButtonProps, type IScGoogleSignInProps, type IScGuideProps, type IScHDividerProps, type IScHeaderProps, type IScImageFieldProps, type IScIntialProfileCoverProps, type IScLogoUnitProps, type IScMenuOptionsProps, type IScMobileBottomActionProps, type IScMobileTopNavProps, type IScOnlyFieldProps, type IScOnlyIconProps, type IScPairtextProps, type IScPendingActionProps, type IScPhtogenixInviteProps, type IScPlanCardProps, type IScPlanComparisonProps, type IScPlanDetailsCardMobileProps, type IScPlanDetailsCardProps, type IScPopUpMenuProps, type IScProfileImageUpdateProps, type IScProfileOptionsProps, type IScProfileProps, type IScProfileSettingsCompProps, type IScProfileV2MobileProps, type IScProgressBarProps, type IScQuickPromptProps, type IScRadioProps, type IScReferralCardMobileProps, type IScReferralTableHeaderProps, type IScReferralTableListProps, type IScRoleMobileProps, type IScRoleProps, type IScSettingsNavProps, type IScSettingsTabCompProps, type IScSideBarLogoUnitProps, type IScSidebarIconsProps, type IScSidebarMenuProps, type IScSidebarProfileProps, type IScSidebarProps, type IScSidebarSwitchMenuProps, type IScSliderProps, type IScStrLogoProps, type IScTabCompProps, type IScTabFieldProps, type IScTabSwitcherProps, type IScTableHeaderProps, type IScTableListMobileProps, type IScTableListProps, type IScTextFieldProps, type IScToggleSwitchProps, type IScVDividerProps, type IScVersionProps, type IScWorkspaceCardProps, type IScWorkspaceSettingsMobileProps, type IScWorkspaceSwitchMobileProps, type IScWorkspaceSwitchMobileV2Props, type IUsageHistoryMobileProps, InvoiceHistoryMobile, NscWorkspaceSwitch, type PlanComparisonRow, type PlanComparisonSection, type PlanFeatureSection, ProductCollapsedMark, ProductWordmark, ScAccess, ScAppCard, ScAppCardV3, ScAppField, ScAppListingCard, type ScAppSwitchItem, ScAppSwitchPanel, ScAppSwitchRow, ScArtifaxInvite, ScArtifaxSidebar, ScBadges, ScBillingHistoryHeader, ScBillingHistoryTableList, ScBillingLogsTableHeader, ScBillingLogsTableList, ScBriefCard, ScButton, ScCalendar, ScCalendarDateComps, ScCatalogixInvite, ScCatalogixSidebar, ScCheckField, ScCheckbox, ScCreditsUsageCard, ScCreditsUsageCardMobile, ScDp, type ScDpProps, ScFieldButton, ScGoogleSignIn, ScGuide, ScHDivider, ScHeader, ScImageField, ScIntialProfileCover, ScLogoUnit, ScMenuOptions, ScMobileBottomAction, ScMobileTopNav, ScOnlyField, ScOnlyIcon, ScPairtext, ScPendingAction, ScPhtogenixInvite, ScPlanCard, ScPlanComparison, ScPlanDetailsCard, ScPlanDetailsCardMobile, ScPopUpMenu, ScProfile, ScProfileImageUpdate, ScProfileOptions, ScProfileSettingsComp, ScProfileV2Mobile, ScProgressBar, ScQuickPrompt, ScRadio, ScReferralCardMobile, ScReferralTableHeader, ScReferralTableList, ScRole, ScRoleMobile, ScSettingsNav, ScSettingsTabComp, ScSideBarLogoUnit, ScSidebar, ScSidebarIcons, ScSidebarMenu, ScSidebarProfile, ScSidebarSwitchMenu, ScSlider, ScStrLogo, ScTabComp, ScTabField, ScTabSwitcher, ScTableHeader, ScTableList, ScTableListMobile, ScTextField, ScToggleSwitch, ScVDivider, ScVersion, ScWorkspaceCard, ScWorkspaceSettingsMobile, ScWorkspaceSwitchCard, type ScWorkspaceSwitchCardProps, ScWorkspaceSwitchMobile, ScWorkspaceSwitchMobileV2, type SidebarConfig, type SidebarIconContext, type SidebarIconMap, type SidebarIconRenderer, type SidebarMenuItemConfig, type SidebarProduct, type SidebarProfileConfig, type SidebarSectionConfig, StreamoidSidebar, type StreamoidSidebarProps, StreamoidWorkspaceSwitcher, type StreamoidWorkspaceSwitcherProps, UsageHistoryMobile, type WorkspaceSwitcherConfig, type WorkspaceSwitcherItem, hasCollapsedMark };
|