@elevasis/ui 2.21.0 → 2.23.0
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/app/index.js +2 -2
- package/dist/{chunk-DMYELNGA.js → chunk-3HEUGBOT.js} +1 -1
- package/dist/{chunk-EGKNRM6P.js → chunk-7PGEGSUM.js} +2 -2
- package/dist/{chunk-KVW56ERD.js → chunk-AXXTN44Z.js} +5 -3
- package/dist/{chunk-I5WRKH25.js → chunk-D3KQAABP.js} +1 -1
- package/dist/{chunk-S7RL77QS.js → chunk-DDZOHLHB.js} +1 -1
- package/dist/{chunk-EDX6WIN3.js → chunk-EPV7NU2E.js} +24 -10
- package/dist/{chunk-ATEHYDL3.js → chunk-FXWETLEB.js} +6 -2
- package/dist/{chunk-7GG6OSD7.js → chunk-GUJUK6EH.js} +2830 -2381
- package/dist/{chunk-GBMNCNHX.js → chunk-KVJ3LFH2.js} +3 -1
- package/dist/{chunk-VQESMHQV.js → chunk-LJWV4TWV.js} +1 -2
- package/dist/{chunk-BJWIKEQG.js → chunk-N6WLOWOD.js} +6 -14
- package/dist/{chunk-XLZZOFGM.js → chunk-PTUOINQ2.js} +275 -76
- package/dist/{chunk-CZK67OHH.js → chunk-PXGSJNBH.js} +3 -3
- package/dist/{chunk-TIIPYB2Z.js → chunk-QZJM3RYI.js} +1 -1
- package/dist/{chunk-7YQKVWSD.js → chunk-SQ5JGELM.js} +25 -5
- package/dist/{chunk-RX4UWZZR.js → chunk-TKAYX2SP.js} +8 -3
- package/dist/{chunk-Q5HC6ENG.js → chunk-XOTJNW4Q.js} +1 -1
- package/dist/{chunk-LQU62KHD.js → chunk-YU6MBDVO.js} +1993 -870
- package/dist/{chunk-ULZ2B3NC.js → chunk-ZBCTB5CA.js} +1 -1
- package/dist/components/index.css +85 -85
- package/dist/components/index.d.ts +1651 -1388
- package/dist/components/index.js +253 -40
- package/dist/components/navigation/index.css +589 -0
- package/dist/components/navigation/index.js +3 -3
- package/dist/features/auth/index.css +2 -2
- package/dist/features/auth/index.d.ts +188 -10
- package/dist/features/crm/index.css +2 -2
- package/dist/features/crm/index.d.ts +193 -10
- package/dist/features/crm/index.js +10 -10
- package/dist/features/dashboard/index.css +2 -2
- package/dist/features/dashboard/index.js +9 -9
- package/dist/features/delivery/index.css +85 -85
- package/dist/features/delivery/index.d.ts +193 -10
- package/dist/features/delivery/index.js +10 -10
- package/dist/features/lead-gen/index.css +2 -2
- package/dist/features/lead-gen/index.d.ts +5 -0
- package/dist/features/lead-gen/index.js +10 -10
- package/dist/features/monitoring/index.css +85 -85
- package/dist/features/monitoring/index.d.ts +6 -1
- package/dist/features/monitoring/index.js +11 -11
- package/dist/features/monitoring/requests/index.css +2 -2
- package/dist/features/monitoring/requests/index.d.ts +5 -0
- package/dist/features/monitoring/requests/index.js +9 -9
- package/dist/features/operations/index.css +2 -2
- package/dist/features/operations/index.d.ts +7 -4
- package/dist/features/operations/index.js +12 -12
- package/dist/features/seo/index.d.ts +5 -0
- package/dist/features/settings/index.css +2 -2
- package/dist/features/settings/index.d.ts +214 -16
- package/dist/features/settings/index.js +11 -11
- package/dist/graph/index.css +2 -2
- package/dist/hooks/delivery/index.css +2 -2
- package/dist/hooks/delivery/index.d.ts +188 -10
- package/dist/hooks/index.css +85 -85
- package/dist/hooks/index.d.ts +1843 -1538
- package/dist/hooks/index.js +8 -8
- package/dist/hooks/published.css +85 -85
- package/dist/hooks/published.d.ts +1843 -1538
- package/dist/hooks/published.js +8 -8
- package/dist/index.css +12 -12
- package/dist/index.d.ts +346 -35
- package/dist/index.js +9 -9
- package/dist/initialization/index.d.ts +188 -10
- package/dist/layout/index.js +2 -2
- package/dist/organization/index.css +589 -0
- package/dist/organization/index.js +1 -1
- package/dist/profile/index.d.ts +188 -10
- package/dist/provider/index.css +384 -0
- package/dist/provider/index.d.ts +6 -0
- package/dist/provider/index.js +7 -7
- package/dist/provider/published.css +463 -0
- package/dist/provider/published.d.ts +6 -0
- package/dist/provider/published.js +4 -4
- package/dist/supabase/index.d.ts +367 -20
- package/dist/test-utils/index.d.ts +46 -2
- package/dist/test-utils/index.js +102 -1
- package/dist/theme/index.js +2 -2
- package/dist/types/index.d.ts +199 -13
- package/package.json +4 -4
- /package/dist/{chunk-6GUW5GGF.js → chunk-6Z3G4U2R.js} +0 -0
|
@@ -411,7 +411,6 @@ type Database = {
|
|
|
411
411
|
acq_deals: {
|
|
412
412
|
Row: {
|
|
413
413
|
activity_log: Json;
|
|
414
|
-
cached_stage: string | null;
|
|
415
414
|
closed_lost_at: string | null;
|
|
416
415
|
closed_lost_reason: string | null;
|
|
417
416
|
contact_email: string;
|
|
@@ -426,6 +425,7 @@ type Database = {
|
|
|
426
425
|
organization_id: string;
|
|
427
426
|
payment_link_sent_at: string | null;
|
|
428
427
|
payment_received_at: string | null;
|
|
428
|
+
pipeline_key: string;
|
|
429
429
|
proposal_data: Json | null;
|
|
430
430
|
proposal_generated_at: string | null;
|
|
431
431
|
proposal_pdf_url: string | null;
|
|
@@ -433,10 +433,11 @@ type Database = {
|
|
|
433
433
|
proposal_reviewed_by: string | null;
|
|
434
434
|
proposal_sent_at: string | null;
|
|
435
435
|
proposal_signed_at: string | null;
|
|
436
|
-
proposal_status: string | null;
|
|
437
436
|
signature_envelope_id: string | null;
|
|
438
437
|
source_list_id: string | null;
|
|
439
438
|
source_type: string | null;
|
|
439
|
+
stage_key: string | null;
|
|
440
|
+
state_key: string | null;
|
|
440
441
|
stripe_payment_id: string | null;
|
|
441
442
|
stripe_payment_link: string | null;
|
|
442
443
|
stripe_payment_link_id: string | null;
|
|
@@ -445,7 +446,6 @@ type Database = {
|
|
|
445
446
|
};
|
|
446
447
|
Insert: {
|
|
447
448
|
activity_log?: Json;
|
|
448
|
-
cached_stage?: string | null;
|
|
449
449
|
closed_lost_at?: string | null;
|
|
450
450
|
closed_lost_reason?: string | null;
|
|
451
451
|
contact_email: string;
|
|
@@ -460,6 +460,7 @@ type Database = {
|
|
|
460
460
|
organization_id: string;
|
|
461
461
|
payment_link_sent_at?: string | null;
|
|
462
462
|
payment_received_at?: string | null;
|
|
463
|
+
pipeline_key?: string;
|
|
463
464
|
proposal_data?: Json | null;
|
|
464
465
|
proposal_generated_at?: string | null;
|
|
465
466
|
proposal_pdf_url?: string | null;
|
|
@@ -467,10 +468,11 @@ type Database = {
|
|
|
467
468
|
proposal_reviewed_by?: string | null;
|
|
468
469
|
proposal_sent_at?: string | null;
|
|
469
470
|
proposal_signed_at?: string | null;
|
|
470
|
-
proposal_status?: string | null;
|
|
471
471
|
signature_envelope_id?: string | null;
|
|
472
472
|
source_list_id?: string | null;
|
|
473
473
|
source_type?: string | null;
|
|
474
|
+
stage_key?: string | null;
|
|
475
|
+
state_key?: string | null;
|
|
474
476
|
stripe_payment_id?: string | null;
|
|
475
477
|
stripe_payment_link?: string | null;
|
|
476
478
|
stripe_payment_link_id?: string | null;
|
|
@@ -479,7 +481,6 @@ type Database = {
|
|
|
479
481
|
};
|
|
480
482
|
Update: {
|
|
481
483
|
activity_log?: Json;
|
|
482
|
-
cached_stage?: string | null;
|
|
483
484
|
closed_lost_at?: string | null;
|
|
484
485
|
closed_lost_reason?: string | null;
|
|
485
486
|
contact_email?: string;
|
|
@@ -494,6 +495,7 @@ type Database = {
|
|
|
494
495
|
organization_id?: string;
|
|
495
496
|
payment_link_sent_at?: string | null;
|
|
496
497
|
payment_received_at?: string | null;
|
|
498
|
+
pipeline_key?: string;
|
|
497
499
|
proposal_data?: Json | null;
|
|
498
500
|
proposal_generated_at?: string | null;
|
|
499
501
|
proposal_pdf_url?: string | null;
|
|
@@ -501,10 +503,11 @@ type Database = {
|
|
|
501
503
|
proposal_reviewed_by?: string | null;
|
|
502
504
|
proposal_sent_at?: string | null;
|
|
503
505
|
proposal_signed_at?: string | null;
|
|
504
|
-
proposal_status?: string | null;
|
|
505
506
|
signature_envelope_id?: string | null;
|
|
506
507
|
source_list_id?: string | null;
|
|
507
508
|
source_type?: string | null;
|
|
509
|
+
stage_key?: string | null;
|
|
510
|
+
state_key?: string | null;
|
|
508
511
|
stripe_payment_id?: string | null;
|
|
509
512
|
stripe_payment_link?: string | null;
|
|
510
513
|
stripe_payment_link_id?: string | null;
|
|
@@ -1673,6 +1676,7 @@ type Database = {
|
|
|
1673
1676
|
Row: {
|
|
1674
1677
|
config: Json;
|
|
1675
1678
|
created_at: string | null;
|
|
1679
|
+
effective_permissions: string[];
|
|
1676
1680
|
id: string;
|
|
1677
1681
|
membership_status: string | null;
|
|
1678
1682
|
organization_id: string;
|
|
@@ -1684,6 +1688,7 @@ type Database = {
|
|
|
1684
1688
|
Insert: {
|
|
1685
1689
|
config?: Json;
|
|
1686
1690
|
created_at?: string | null;
|
|
1691
|
+
effective_permissions?: string[];
|
|
1687
1692
|
id?: string;
|
|
1688
1693
|
membership_status?: string | null;
|
|
1689
1694
|
organization_id: string;
|
|
@@ -1695,6 +1700,7 @@ type Database = {
|
|
|
1695
1700
|
Update: {
|
|
1696
1701
|
config?: Json;
|
|
1697
1702
|
created_at?: string | null;
|
|
1703
|
+
effective_permissions?: string[];
|
|
1698
1704
|
id?: string;
|
|
1699
1705
|
membership_status?: string | null;
|
|
1700
1706
|
organization_id?: string;
|
|
@@ -1720,6 +1726,147 @@ type Database = {
|
|
|
1720
1726
|
}
|
|
1721
1727
|
];
|
|
1722
1728
|
};
|
|
1729
|
+
org_rol_assignments: {
|
|
1730
|
+
Row: {
|
|
1731
|
+
granted_at: string;
|
|
1732
|
+
granted_by: string | null;
|
|
1733
|
+
membership_id: string;
|
|
1734
|
+
role_id: string;
|
|
1735
|
+
};
|
|
1736
|
+
Insert: {
|
|
1737
|
+
granted_at?: string;
|
|
1738
|
+
granted_by?: string | null;
|
|
1739
|
+
membership_id: string;
|
|
1740
|
+
role_id: string;
|
|
1741
|
+
};
|
|
1742
|
+
Update: {
|
|
1743
|
+
granted_at?: string;
|
|
1744
|
+
granted_by?: string | null;
|
|
1745
|
+
membership_id?: string;
|
|
1746
|
+
role_id?: string;
|
|
1747
|
+
};
|
|
1748
|
+
Relationships: [
|
|
1749
|
+
{
|
|
1750
|
+
foreignKeyName: "org_rol_assignments_granted_by_fkey";
|
|
1751
|
+
columns: ["granted_by"];
|
|
1752
|
+
isOneToOne: false;
|
|
1753
|
+
referencedRelation: "users";
|
|
1754
|
+
referencedColumns: ["id"];
|
|
1755
|
+
},
|
|
1756
|
+
{
|
|
1757
|
+
foreignKeyName: "org_rol_assignments_membership_id_fkey";
|
|
1758
|
+
columns: ["membership_id"];
|
|
1759
|
+
isOneToOne: false;
|
|
1760
|
+
referencedRelation: "org_memberships";
|
|
1761
|
+
referencedColumns: ["id"];
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
foreignKeyName: "org_rol_assignments_role_id_fkey";
|
|
1765
|
+
columns: ["role_id"];
|
|
1766
|
+
isOneToOne: false;
|
|
1767
|
+
referencedRelation: "org_rol_definitions";
|
|
1768
|
+
referencedColumns: ["id"];
|
|
1769
|
+
}
|
|
1770
|
+
];
|
|
1771
|
+
};
|
|
1772
|
+
org_rol_definitions: {
|
|
1773
|
+
Row: {
|
|
1774
|
+
created_at: string;
|
|
1775
|
+
description: string | null;
|
|
1776
|
+
id: string;
|
|
1777
|
+
is_system: boolean;
|
|
1778
|
+
name: string;
|
|
1779
|
+
organization_id: string | null;
|
|
1780
|
+
slug: string;
|
|
1781
|
+
updated_at: string;
|
|
1782
|
+
};
|
|
1783
|
+
Insert: {
|
|
1784
|
+
created_at?: string;
|
|
1785
|
+
description?: string | null;
|
|
1786
|
+
id?: string;
|
|
1787
|
+
is_system?: boolean;
|
|
1788
|
+
name: string;
|
|
1789
|
+
organization_id?: string | null;
|
|
1790
|
+
slug: string;
|
|
1791
|
+
updated_at?: string;
|
|
1792
|
+
};
|
|
1793
|
+
Update: {
|
|
1794
|
+
created_at?: string;
|
|
1795
|
+
description?: string | null;
|
|
1796
|
+
id?: string;
|
|
1797
|
+
is_system?: boolean;
|
|
1798
|
+
name?: string;
|
|
1799
|
+
organization_id?: string | null;
|
|
1800
|
+
slug?: string;
|
|
1801
|
+
updated_at?: string;
|
|
1802
|
+
};
|
|
1803
|
+
Relationships: [
|
|
1804
|
+
{
|
|
1805
|
+
foreignKeyName: "org_rol_definitions_organization_id_fkey";
|
|
1806
|
+
columns: ["organization_id"];
|
|
1807
|
+
isOneToOne: false;
|
|
1808
|
+
referencedRelation: "organizations";
|
|
1809
|
+
referencedColumns: ["id"];
|
|
1810
|
+
}
|
|
1811
|
+
];
|
|
1812
|
+
};
|
|
1813
|
+
org_rol_grants: {
|
|
1814
|
+
Row: {
|
|
1815
|
+
granted_at: string;
|
|
1816
|
+
permission_key: string;
|
|
1817
|
+
role_id: string;
|
|
1818
|
+
};
|
|
1819
|
+
Insert: {
|
|
1820
|
+
granted_at?: string;
|
|
1821
|
+
permission_key: string;
|
|
1822
|
+
role_id: string;
|
|
1823
|
+
};
|
|
1824
|
+
Update: {
|
|
1825
|
+
granted_at?: string;
|
|
1826
|
+
permission_key?: string;
|
|
1827
|
+
role_id?: string;
|
|
1828
|
+
};
|
|
1829
|
+
Relationships: [
|
|
1830
|
+
{
|
|
1831
|
+
foreignKeyName: "org_rol_grants_permission_key_fkey";
|
|
1832
|
+
columns: ["permission_key"];
|
|
1833
|
+
isOneToOne: false;
|
|
1834
|
+
referencedRelation: "org_rol_permissions";
|
|
1835
|
+
referencedColumns: ["key"];
|
|
1836
|
+
},
|
|
1837
|
+
{
|
|
1838
|
+
foreignKeyName: "org_rol_grants_role_id_fkey";
|
|
1839
|
+
columns: ["role_id"];
|
|
1840
|
+
isOneToOne: false;
|
|
1841
|
+
referencedRelation: "org_rol_definitions";
|
|
1842
|
+
referencedColumns: ["id"];
|
|
1843
|
+
}
|
|
1844
|
+
];
|
|
1845
|
+
};
|
|
1846
|
+
org_rol_permissions: {
|
|
1847
|
+
Row: {
|
|
1848
|
+
created_at: string;
|
|
1849
|
+
description: string;
|
|
1850
|
+
is_org_grantable: boolean;
|
|
1851
|
+
key: string;
|
|
1852
|
+
updated_at: string;
|
|
1853
|
+
};
|
|
1854
|
+
Insert: {
|
|
1855
|
+
created_at?: string;
|
|
1856
|
+
description: string;
|
|
1857
|
+
is_org_grantable?: boolean;
|
|
1858
|
+
key: string;
|
|
1859
|
+
updated_at?: string;
|
|
1860
|
+
};
|
|
1861
|
+
Update: {
|
|
1862
|
+
created_at?: string;
|
|
1863
|
+
description?: string;
|
|
1864
|
+
is_org_grantable?: boolean;
|
|
1865
|
+
key?: string;
|
|
1866
|
+
updated_at?: string;
|
|
1867
|
+
};
|
|
1868
|
+
Relationships: [];
|
|
1869
|
+
};
|
|
1723
1870
|
organizations: {
|
|
1724
1871
|
Row: {
|
|
1725
1872
|
config: Json;
|
|
@@ -2477,7 +2624,8 @@ type Database = {
|
|
|
2477
2624
|
created_at: string;
|
|
2478
2625
|
description: string | null;
|
|
2479
2626
|
id: string;
|
|
2480
|
-
|
|
2627
|
+
key_hash: string;
|
|
2628
|
+
key_prefix: string | null;
|
|
2481
2629
|
last_triggered_at: string | null;
|
|
2482
2630
|
name: string;
|
|
2483
2631
|
organization_id: string;
|
|
@@ -2490,7 +2638,8 @@ type Database = {
|
|
|
2490
2638
|
created_at?: string;
|
|
2491
2639
|
description?: string | null;
|
|
2492
2640
|
id?: string;
|
|
2493
|
-
|
|
2641
|
+
key_hash: string;
|
|
2642
|
+
key_prefix?: string | null;
|
|
2494
2643
|
last_triggered_at?: string | null;
|
|
2495
2644
|
name: string;
|
|
2496
2645
|
organization_id: string;
|
|
@@ -2503,7 +2652,8 @@ type Database = {
|
|
|
2503
2652
|
created_at?: string;
|
|
2504
2653
|
description?: string | null;
|
|
2505
2654
|
id?: string;
|
|
2506
|
-
|
|
2655
|
+
key_hash?: string;
|
|
2656
|
+
key_prefix?: string | null;
|
|
2507
2657
|
last_triggered_at?: string | null;
|
|
2508
2658
|
name?: string;
|
|
2509
2659
|
organization_id?: string;
|
|
@@ -2549,6 +2699,13 @@ type Database = {
|
|
|
2549
2699
|
Args: never;
|
|
2550
2700
|
Returns: string;
|
|
2551
2701
|
};
|
|
2702
|
+
can_assign_role_in_org: {
|
|
2703
|
+
Args: {
|
|
2704
|
+
p_role_id: string;
|
|
2705
|
+
p_target_membership_id: string;
|
|
2706
|
+
};
|
|
2707
|
+
Returns: boolean;
|
|
2708
|
+
};
|
|
2552
2709
|
current_user_is_platform_admin: {
|
|
2553
2710
|
Args: never;
|
|
2554
2711
|
Returns: boolean;
|
|
@@ -2578,6 +2735,10 @@ type Database = {
|
|
|
2578
2735
|
user_id: string;
|
|
2579
2736
|
}[];
|
|
2580
2737
|
};
|
|
2738
|
+
get_platform_credential_kek: {
|
|
2739
|
+
Args: never;
|
|
2740
|
+
Returns: string;
|
|
2741
|
+
};
|
|
2581
2742
|
get_storage_org_id: {
|
|
2582
2743
|
Args: {
|
|
2583
2744
|
file_path: string;
|
|
@@ -2588,9 +2749,10 @@ type Database = {
|
|
|
2588
2749
|
Args: never;
|
|
2589
2750
|
Returns: string;
|
|
2590
2751
|
};
|
|
2591
|
-
|
|
2752
|
+
has_org_permission: {
|
|
2592
2753
|
Args: {
|
|
2593
2754
|
org_id: string;
|
|
2755
|
+
perm_key: string;
|
|
2594
2756
|
};
|
|
2595
2757
|
Returns: boolean;
|
|
2596
2758
|
};
|
|
@@ -2620,6 +2782,22 @@ type Database = {
|
|
|
2620
2782
|
Args: never;
|
|
2621
2783
|
Returns: Json;
|
|
2622
2784
|
};
|
|
2785
|
+
recompute_all_memberships: {
|
|
2786
|
+
Args: never;
|
|
2787
|
+
Returns: undefined;
|
|
2788
|
+
};
|
|
2789
|
+
sync_all_memberships_with_role: {
|
|
2790
|
+
Args: {
|
|
2791
|
+
p_role_id: string;
|
|
2792
|
+
};
|
|
2793
|
+
Returns: undefined;
|
|
2794
|
+
};
|
|
2795
|
+
sync_one_membership: {
|
|
2796
|
+
Args: {
|
|
2797
|
+
p_membership_id: string;
|
|
2798
|
+
};
|
|
2799
|
+
Returns: undefined;
|
|
2800
|
+
};
|
|
2623
2801
|
upsert_user_profile: {
|
|
2624
2802
|
Args: never;
|
|
2625
2803
|
Returns: {
|
|
@@ -2749,7 +2927,8 @@ declare function WebhookEndpointSettings({ apiUrl }: WebhookEndpointSettingsProp
|
|
|
2749
2927
|
declare const WebhookEndpointResponseSchema: z.ZodObject<{
|
|
2750
2928
|
id: z.ZodString;
|
|
2751
2929
|
organizationId: z.ZodString;
|
|
2752
|
-
key: z.ZodString
|
|
2930
|
+
key: z.ZodOptional<z.ZodString>;
|
|
2931
|
+
keyPrefix: z.ZodNullable<z.ZodString>;
|
|
2753
2932
|
name: z.ZodString;
|
|
2754
2933
|
description: z.ZodNullable<z.ZodString>;
|
|
2755
2934
|
resourceId: z.ZodNullable<z.ZodString>;
|
|
@@ -2767,10 +2946,8 @@ type WebhookEndpointResponse = z.infer<typeof WebhookEndpointResponseSchema>;
|
|
|
2767
2946
|
interface WebhookEndpointListProps {
|
|
2768
2947
|
endpoints: WebhookEndpointResponse[];
|
|
2769
2948
|
isLoading: boolean;
|
|
2770
|
-
/** Base API URL used to construct inbound webhook URLs (e.g., 'https://api.elevasis.io') */
|
|
2771
|
-
apiUrl: string;
|
|
2772
2949
|
}
|
|
2773
|
-
declare function WebhookEndpointList({ endpoints, isLoading
|
|
2950
|
+
declare function WebhookEndpointList({ endpoints, isLoading }: WebhookEndpointListProps): react_jsx_runtime.JSX.Element;
|
|
2774
2951
|
|
|
2775
2952
|
interface CreateWebhookEndpointModalProps {
|
|
2776
2953
|
opened: boolean;
|
|
@@ -2834,6 +3011,22 @@ interface MemberConfigModalProps {
|
|
|
2834
3011
|
}
|
|
2835
3012
|
declare function MemberConfigModal({ opened, onClose, member }: MemberConfigModalProps): react_jsx_runtime.JSX.Element | null;
|
|
2836
3013
|
|
|
3014
|
+
interface MemberAccessModalProps {
|
|
3015
|
+
opened: boolean;
|
|
3016
|
+
onClose: () => void;
|
|
3017
|
+
orgId: string | null;
|
|
3018
|
+
member: {
|
|
3019
|
+
id: string;
|
|
3020
|
+
name: string;
|
|
3021
|
+
email: string;
|
|
3022
|
+
role: string;
|
|
3023
|
+
config?: MembershipFeatureConfig;
|
|
3024
|
+
} | null;
|
|
3025
|
+
defaultTab?: MemberAccessTab;
|
|
3026
|
+
}
|
|
3027
|
+
type MemberAccessTab = 'roles' | 'features';
|
|
3028
|
+
declare function MemberAccessModal({ opened, onClose, orgId, member, defaultTab }: MemberAccessModalProps): react_jsx_runtime.JSX.Element | null;
|
|
3029
|
+
|
|
2837
3030
|
interface EditCredentialModalProps {
|
|
2838
3031
|
/** Base API URL used to construct the OAuth authorize endpoint. */
|
|
2839
3032
|
apiUrl: string;
|
|
@@ -2853,6 +3046,9 @@ type FeatureIconComponent = ComponentType<{
|
|
|
2853
3046
|
size?: number;
|
|
2854
3047
|
stroke?: number;
|
|
2855
3048
|
}>;
|
|
3049
|
+
type FeatureSidebarWidthResolver = number | ((context: {
|
|
3050
|
+
currentPath: string;
|
|
3051
|
+
}) => number);
|
|
2856
3052
|
interface FeatureModule {
|
|
2857
3053
|
/** Unique stable identifier for this feature module. */
|
|
2858
3054
|
key: string;
|
|
@@ -2864,6 +3060,8 @@ interface FeatureModule {
|
|
|
2864
3060
|
icon?: FeatureIconComponent;
|
|
2865
3061
|
/** Sidebar component rendered when this feature's subtree route is active. */
|
|
2866
3062
|
sidebar?: FeatureSidebarComponent;
|
|
3063
|
+
/** Optional shell sidebar width override. Defaults to 250px. */
|
|
3064
|
+
sidebarWidth?: FeatureSidebarWidthResolver;
|
|
2867
3065
|
/** Operations-only bridge connecting this feature to the organization graph node. */
|
|
2868
3066
|
organizationGraph?: OrganizationGraphFeatureBridge;
|
|
2869
3067
|
}
|
|
@@ -2873,5 +3071,5 @@ interface OrganizationGraphFeatureBridge {
|
|
|
2873
3071
|
|
|
2874
3072
|
declare const settingsManifest: FeatureModule;
|
|
2875
3073
|
|
|
2876
|
-
export { AccountSettings, AppearanceSettings, CreateWebhookEndpointModal, EditCredentialModal, EditWebhookEndpointModal, MemberConfigModal, OAuthIntegrationsCard, OrgMembersList, OrganizationSettings, WebhookEndpointList, WebhookEndpointSettings, settingsManifest };
|
|
2877
|
-
export type { AccountSettingsProps, AccountSettingsUser, AppearanceSettingsProps, CreateWebhookEndpointModalProps, EditCredentialModalProps, EditWebhookEndpointModalProps, MemberConfigModalProps, OAuthIntegrationsCardProps, OrgMembersListProps, OrganizationSettingsMembership, OrganizationSettingsProps, OrganizationSettingsUser, WebhookEndpointListProps, WebhookEndpointSettingsProps };
|
|
3074
|
+
export { AccountSettings, AppearanceSettings, CreateWebhookEndpointModal, EditCredentialModal, EditWebhookEndpointModal, MemberAccessModal, MemberConfigModal, OAuthIntegrationsCard, OrgMembersList, OrganizationSettings, WebhookEndpointList, WebhookEndpointSettings, settingsManifest };
|
|
3075
|
+
export type { AccountSettingsProps, AccountSettingsUser, AppearanceSettingsProps, CreateWebhookEndpointModalProps, EditCredentialModalProps, EditWebhookEndpointModalProps, MemberAccessModalProps, MemberAccessTab, MemberConfigModalProps, OAuthIntegrationsCardProps, OrgMembersListProps, OrganizationSettingsMembership, OrganizationSettingsProps, OrganizationSettingsUser, WebhookEndpointListProps, WebhookEndpointSettingsProps };
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
export { AccountSettings, AppearanceSettings, CreateWebhookEndpointModal, EditCredentialModal, EditWebhookEndpointModal, MemberConfigModal, OAuthIntegrationsCard, OrgMembersList, OrganizationSettings, WebhookEndpointList, WebhookEndpointSettings, settingsManifest } from '../../chunk-
|
|
1
|
+
export { AccountSettings, AppearanceSettings, CreateWebhookEndpointModal, EditCredentialModal, EditWebhookEndpointModal, MemberAccessModal, MemberConfigModal, OAuthIntegrationsCard, OrgMembersList, OrganizationSettings, WebhookEndpointList, WebhookEndpointSettings, settingsManifest } from '../../chunk-PTUOINQ2.js';
|
|
2
2
|
import '../../chunk-M25JL54Z.js';
|
|
3
3
|
import '../../chunk-PDHTXPSF.js';
|
|
4
|
-
import '../../chunk-
|
|
5
|
-
import '../../chunk-
|
|
4
|
+
import '../../chunk-KVJ3LFH2.js';
|
|
5
|
+
import '../../chunk-QZJM3RYI.js';
|
|
6
6
|
import '../../chunk-7M2VOCYN.js';
|
|
7
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-GUJUK6EH.js';
|
|
8
8
|
import '../../chunk-BRXELOHC.js';
|
|
9
9
|
import '../../chunk-QSTH6T77.js';
|
|
10
10
|
import '../../chunk-Z6FAH4XV.js';
|
|
11
11
|
import '../../chunk-22UVE3RA.js';
|
|
12
12
|
import '../../chunk-3ZMAGTWF.js';
|
|
13
|
-
import '../../chunk-
|
|
14
|
-
import '../../chunk-
|
|
15
|
-
import '../../chunk-
|
|
13
|
+
import '../../chunk-ZBCTB5CA.js';
|
|
14
|
+
import '../../chunk-3HEUGBOT.js';
|
|
15
|
+
import '../../chunk-XOTJNW4Q.js';
|
|
16
16
|
import '../../chunk-WLOQ4IBG.js';
|
|
17
|
-
import '../../chunk-
|
|
17
|
+
import '../../chunk-AXXTN44Z.js';
|
|
18
18
|
import '../../chunk-LVUCBY7X.js';
|
|
19
|
-
import '../../chunk-
|
|
20
|
-
import '../../chunk-
|
|
19
|
+
import '../../chunk-LJWV4TWV.js';
|
|
20
|
+
import '../../chunk-TKAYX2SP.js';
|
|
21
21
|
import '../../chunk-XUYBOO32.js';
|
|
22
22
|
import '../../chunk-SZHARWKU.js';
|
|
23
23
|
import '../../chunk-3KMDHCAR.js';
|
|
@@ -25,7 +25,7 @@ import '../../chunk-NYBEU5TE.js';
|
|
|
25
25
|
import '../../chunk-T6INEVX6.js';
|
|
26
26
|
import '../../chunk-2IFYDILW.js';
|
|
27
27
|
import '../../chunk-Q7DJKLEN.js';
|
|
28
|
-
import '../../chunk-
|
|
28
|
+
import '../../chunk-SQ5JGELM.js';
|
|
29
29
|
import '../../chunk-6IA2OMAE.js';
|
|
30
30
|
import '../../chunk-QJ2KCHKX.js';
|
|
31
31
|
import '../../chunk-HQ7M6PBW.js';
|
package/dist/graph/index.css
CHANGED
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
transparent 1px),
|
|
104
104
|
radial-gradient(
|
|
105
105
|
ellipse at 50% 50%,
|
|
106
|
-
color-mix(in srgb, var(--color-primary)
|
|
106
|
+
color-mix(in srgb, var(--color-primary) 1.25%, transparent) 0%,
|
|
107
107
|
transparent 70%);
|
|
108
108
|
background-color: color-mix(in srgb, var(--color-background) 50%, var(--glass-background));
|
|
109
109
|
backdrop-filter: var(--glass-blur);
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
transparent 1px),
|
|
123
123
|
radial-gradient(
|
|
124
124
|
ellipse at 50% 50%,
|
|
125
|
-
color-mix(in srgb, var(--color-primary)
|
|
125
|
+
color-mix(in srgb, var(--color-primary) 2.25%, transparent) 0%,
|
|
126
126
|
transparent 70%);
|
|
127
127
|
background-size:
|
|
128
128
|
40px 40px,
|
|
@@ -309,7 +309,7 @@
|
|
|
309
309
|
transparent 1px),
|
|
310
310
|
radial-gradient(
|
|
311
311
|
ellipse at 50% 50%,
|
|
312
|
-
color-mix(in srgb, var(--color-primary)
|
|
312
|
+
color-mix(in srgb, var(--color-primary) 1.25%, transparent) 0%,
|
|
313
313
|
transparent 70%);
|
|
314
314
|
background-color: color-mix(in srgb, var(--color-background) 50%, var(--glass-background));
|
|
315
315
|
backdrop-filter: var(--glass-blur);
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
transparent 1px),
|
|
329
329
|
radial-gradient(
|
|
330
330
|
ellipse at 50% 50%,
|
|
331
|
-
color-mix(in srgb, var(--color-primary)
|
|
331
|
+
color-mix(in srgb, var(--color-primary) 2.25%, transparent) 0%,
|
|
332
332
|
transparent 70%);
|
|
333
333
|
background-size:
|
|
334
334
|
40px 40px,
|