@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
|
@@ -458,7 +458,6 @@ type Database = {
|
|
|
458
458
|
acq_deals: {
|
|
459
459
|
Row: {
|
|
460
460
|
activity_log: Json;
|
|
461
|
-
cached_stage: string | null;
|
|
462
461
|
closed_lost_at: string | null;
|
|
463
462
|
closed_lost_reason: string | null;
|
|
464
463
|
contact_email: string;
|
|
@@ -473,6 +472,7 @@ type Database = {
|
|
|
473
472
|
organization_id: string;
|
|
474
473
|
payment_link_sent_at: string | null;
|
|
475
474
|
payment_received_at: string | null;
|
|
475
|
+
pipeline_key: string;
|
|
476
476
|
proposal_data: Json | null;
|
|
477
477
|
proposal_generated_at: string | null;
|
|
478
478
|
proposal_pdf_url: string | null;
|
|
@@ -480,10 +480,11 @@ type Database = {
|
|
|
480
480
|
proposal_reviewed_by: string | null;
|
|
481
481
|
proposal_sent_at: string | null;
|
|
482
482
|
proposal_signed_at: string | null;
|
|
483
|
-
proposal_status: string | null;
|
|
484
483
|
signature_envelope_id: string | null;
|
|
485
484
|
source_list_id: string | null;
|
|
486
485
|
source_type: string | null;
|
|
486
|
+
stage_key: string | null;
|
|
487
|
+
state_key: string | null;
|
|
487
488
|
stripe_payment_id: string | null;
|
|
488
489
|
stripe_payment_link: string | null;
|
|
489
490
|
stripe_payment_link_id: string | null;
|
|
@@ -492,7 +493,6 @@ type Database = {
|
|
|
492
493
|
};
|
|
493
494
|
Insert: {
|
|
494
495
|
activity_log?: Json;
|
|
495
|
-
cached_stage?: string | null;
|
|
496
496
|
closed_lost_at?: string | null;
|
|
497
497
|
closed_lost_reason?: string | null;
|
|
498
498
|
contact_email: string;
|
|
@@ -507,6 +507,7 @@ type Database = {
|
|
|
507
507
|
organization_id: string;
|
|
508
508
|
payment_link_sent_at?: string | null;
|
|
509
509
|
payment_received_at?: string | null;
|
|
510
|
+
pipeline_key?: string;
|
|
510
511
|
proposal_data?: Json | null;
|
|
511
512
|
proposal_generated_at?: string | null;
|
|
512
513
|
proposal_pdf_url?: string | null;
|
|
@@ -514,10 +515,11 @@ type Database = {
|
|
|
514
515
|
proposal_reviewed_by?: string | null;
|
|
515
516
|
proposal_sent_at?: string | null;
|
|
516
517
|
proposal_signed_at?: string | null;
|
|
517
|
-
proposal_status?: string | null;
|
|
518
518
|
signature_envelope_id?: string | null;
|
|
519
519
|
source_list_id?: string | null;
|
|
520
520
|
source_type?: string | null;
|
|
521
|
+
stage_key?: string | null;
|
|
522
|
+
state_key?: string | null;
|
|
521
523
|
stripe_payment_id?: string | null;
|
|
522
524
|
stripe_payment_link?: string | null;
|
|
523
525
|
stripe_payment_link_id?: string | null;
|
|
@@ -526,7 +528,6 @@ type Database = {
|
|
|
526
528
|
};
|
|
527
529
|
Update: {
|
|
528
530
|
activity_log?: Json;
|
|
529
|
-
cached_stage?: string | null;
|
|
530
531
|
closed_lost_at?: string | null;
|
|
531
532
|
closed_lost_reason?: string | null;
|
|
532
533
|
contact_email?: string;
|
|
@@ -541,6 +542,7 @@ type Database = {
|
|
|
541
542
|
organization_id?: string;
|
|
542
543
|
payment_link_sent_at?: string | null;
|
|
543
544
|
payment_received_at?: string | null;
|
|
545
|
+
pipeline_key?: string;
|
|
544
546
|
proposal_data?: Json | null;
|
|
545
547
|
proposal_generated_at?: string | null;
|
|
546
548
|
proposal_pdf_url?: string | null;
|
|
@@ -548,10 +550,11 @@ type Database = {
|
|
|
548
550
|
proposal_reviewed_by?: string | null;
|
|
549
551
|
proposal_sent_at?: string | null;
|
|
550
552
|
proposal_signed_at?: string | null;
|
|
551
|
-
proposal_status?: string | null;
|
|
552
553
|
signature_envelope_id?: string | null;
|
|
553
554
|
source_list_id?: string | null;
|
|
554
555
|
source_type?: string | null;
|
|
556
|
+
stage_key?: string | null;
|
|
557
|
+
state_key?: string | null;
|
|
555
558
|
stripe_payment_id?: string | null;
|
|
556
559
|
stripe_payment_link?: string | null;
|
|
557
560
|
stripe_payment_link_id?: string | null;
|
|
@@ -1720,6 +1723,7 @@ type Database = {
|
|
|
1720
1723
|
Row: {
|
|
1721
1724
|
config: Json;
|
|
1722
1725
|
created_at: string | null;
|
|
1726
|
+
effective_permissions: string[];
|
|
1723
1727
|
id: string;
|
|
1724
1728
|
membership_status: string | null;
|
|
1725
1729
|
organization_id: string;
|
|
@@ -1731,6 +1735,7 @@ type Database = {
|
|
|
1731
1735
|
Insert: {
|
|
1732
1736
|
config?: Json;
|
|
1733
1737
|
created_at?: string | null;
|
|
1738
|
+
effective_permissions?: string[];
|
|
1734
1739
|
id?: string;
|
|
1735
1740
|
membership_status?: string | null;
|
|
1736
1741
|
organization_id: string;
|
|
@@ -1742,6 +1747,7 @@ type Database = {
|
|
|
1742
1747
|
Update: {
|
|
1743
1748
|
config?: Json;
|
|
1744
1749
|
created_at?: string | null;
|
|
1750
|
+
effective_permissions?: string[];
|
|
1745
1751
|
id?: string;
|
|
1746
1752
|
membership_status?: string | null;
|
|
1747
1753
|
organization_id?: string;
|
|
@@ -1767,6 +1773,147 @@ type Database = {
|
|
|
1767
1773
|
}
|
|
1768
1774
|
];
|
|
1769
1775
|
};
|
|
1776
|
+
org_rol_assignments: {
|
|
1777
|
+
Row: {
|
|
1778
|
+
granted_at: string;
|
|
1779
|
+
granted_by: string | null;
|
|
1780
|
+
membership_id: string;
|
|
1781
|
+
role_id: string;
|
|
1782
|
+
};
|
|
1783
|
+
Insert: {
|
|
1784
|
+
granted_at?: string;
|
|
1785
|
+
granted_by?: string | null;
|
|
1786
|
+
membership_id: string;
|
|
1787
|
+
role_id: string;
|
|
1788
|
+
};
|
|
1789
|
+
Update: {
|
|
1790
|
+
granted_at?: string;
|
|
1791
|
+
granted_by?: string | null;
|
|
1792
|
+
membership_id?: string;
|
|
1793
|
+
role_id?: string;
|
|
1794
|
+
};
|
|
1795
|
+
Relationships: [
|
|
1796
|
+
{
|
|
1797
|
+
foreignKeyName: "org_rol_assignments_granted_by_fkey";
|
|
1798
|
+
columns: ["granted_by"];
|
|
1799
|
+
isOneToOne: false;
|
|
1800
|
+
referencedRelation: "users";
|
|
1801
|
+
referencedColumns: ["id"];
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
foreignKeyName: "org_rol_assignments_membership_id_fkey";
|
|
1805
|
+
columns: ["membership_id"];
|
|
1806
|
+
isOneToOne: false;
|
|
1807
|
+
referencedRelation: "org_memberships";
|
|
1808
|
+
referencedColumns: ["id"];
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
foreignKeyName: "org_rol_assignments_role_id_fkey";
|
|
1812
|
+
columns: ["role_id"];
|
|
1813
|
+
isOneToOne: false;
|
|
1814
|
+
referencedRelation: "org_rol_definitions";
|
|
1815
|
+
referencedColumns: ["id"];
|
|
1816
|
+
}
|
|
1817
|
+
];
|
|
1818
|
+
};
|
|
1819
|
+
org_rol_definitions: {
|
|
1820
|
+
Row: {
|
|
1821
|
+
created_at: string;
|
|
1822
|
+
description: string | null;
|
|
1823
|
+
id: string;
|
|
1824
|
+
is_system: boolean;
|
|
1825
|
+
name: string;
|
|
1826
|
+
organization_id: string | null;
|
|
1827
|
+
slug: string;
|
|
1828
|
+
updated_at: string;
|
|
1829
|
+
};
|
|
1830
|
+
Insert: {
|
|
1831
|
+
created_at?: string;
|
|
1832
|
+
description?: string | null;
|
|
1833
|
+
id?: string;
|
|
1834
|
+
is_system?: boolean;
|
|
1835
|
+
name: string;
|
|
1836
|
+
organization_id?: string | null;
|
|
1837
|
+
slug: string;
|
|
1838
|
+
updated_at?: string;
|
|
1839
|
+
};
|
|
1840
|
+
Update: {
|
|
1841
|
+
created_at?: string;
|
|
1842
|
+
description?: string | null;
|
|
1843
|
+
id?: string;
|
|
1844
|
+
is_system?: boolean;
|
|
1845
|
+
name?: string;
|
|
1846
|
+
organization_id?: string | null;
|
|
1847
|
+
slug?: string;
|
|
1848
|
+
updated_at?: string;
|
|
1849
|
+
};
|
|
1850
|
+
Relationships: [
|
|
1851
|
+
{
|
|
1852
|
+
foreignKeyName: "org_rol_definitions_organization_id_fkey";
|
|
1853
|
+
columns: ["organization_id"];
|
|
1854
|
+
isOneToOne: false;
|
|
1855
|
+
referencedRelation: "organizations";
|
|
1856
|
+
referencedColumns: ["id"];
|
|
1857
|
+
}
|
|
1858
|
+
];
|
|
1859
|
+
};
|
|
1860
|
+
org_rol_grants: {
|
|
1861
|
+
Row: {
|
|
1862
|
+
granted_at: string;
|
|
1863
|
+
permission_key: string;
|
|
1864
|
+
role_id: string;
|
|
1865
|
+
};
|
|
1866
|
+
Insert: {
|
|
1867
|
+
granted_at?: string;
|
|
1868
|
+
permission_key: string;
|
|
1869
|
+
role_id: string;
|
|
1870
|
+
};
|
|
1871
|
+
Update: {
|
|
1872
|
+
granted_at?: string;
|
|
1873
|
+
permission_key?: string;
|
|
1874
|
+
role_id?: string;
|
|
1875
|
+
};
|
|
1876
|
+
Relationships: [
|
|
1877
|
+
{
|
|
1878
|
+
foreignKeyName: "org_rol_grants_permission_key_fkey";
|
|
1879
|
+
columns: ["permission_key"];
|
|
1880
|
+
isOneToOne: false;
|
|
1881
|
+
referencedRelation: "org_rol_permissions";
|
|
1882
|
+
referencedColumns: ["key"];
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
foreignKeyName: "org_rol_grants_role_id_fkey";
|
|
1886
|
+
columns: ["role_id"];
|
|
1887
|
+
isOneToOne: false;
|
|
1888
|
+
referencedRelation: "org_rol_definitions";
|
|
1889
|
+
referencedColumns: ["id"];
|
|
1890
|
+
}
|
|
1891
|
+
];
|
|
1892
|
+
};
|
|
1893
|
+
org_rol_permissions: {
|
|
1894
|
+
Row: {
|
|
1895
|
+
created_at: string;
|
|
1896
|
+
description: string;
|
|
1897
|
+
is_org_grantable: boolean;
|
|
1898
|
+
key: string;
|
|
1899
|
+
updated_at: string;
|
|
1900
|
+
};
|
|
1901
|
+
Insert: {
|
|
1902
|
+
created_at?: string;
|
|
1903
|
+
description: string;
|
|
1904
|
+
is_org_grantable?: boolean;
|
|
1905
|
+
key: string;
|
|
1906
|
+
updated_at?: string;
|
|
1907
|
+
};
|
|
1908
|
+
Update: {
|
|
1909
|
+
created_at?: string;
|
|
1910
|
+
description?: string;
|
|
1911
|
+
is_org_grantable?: boolean;
|
|
1912
|
+
key?: string;
|
|
1913
|
+
updated_at?: string;
|
|
1914
|
+
};
|
|
1915
|
+
Relationships: [];
|
|
1916
|
+
};
|
|
1770
1917
|
organizations: {
|
|
1771
1918
|
Row: {
|
|
1772
1919
|
config: Json;
|
|
@@ -2524,7 +2671,8 @@ type Database = {
|
|
|
2524
2671
|
created_at: string;
|
|
2525
2672
|
description: string | null;
|
|
2526
2673
|
id: string;
|
|
2527
|
-
|
|
2674
|
+
key_hash: string;
|
|
2675
|
+
key_prefix: string | null;
|
|
2528
2676
|
last_triggered_at: string | null;
|
|
2529
2677
|
name: string;
|
|
2530
2678
|
organization_id: string;
|
|
@@ -2537,7 +2685,8 @@ type Database = {
|
|
|
2537
2685
|
created_at?: string;
|
|
2538
2686
|
description?: string | null;
|
|
2539
2687
|
id?: string;
|
|
2540
|
-
|
|
2688
|
+
key_hash: string;
|
|
2689
|
+
key_prefix?: string | null;
|
|
2541
2690
|
last_triggered_at?: string | null;
|
|
2542
2691
|
name: string;
|
|
2543
2692
|
organization_id: string;
|
|
@@ -2550,7 +2699,8 @@ type Database = {
|
|
|
2550
2699
|
created_at?: string;
|
|
2551
2700
|
description?: string | null;
|
|
2552
2701
|
id?: string;
|
|
2553
|
-
|
|
2702
|
+
key_hash?: string;
|
|
2703
|
+
key_prefix?: string | null;
|
|
2554
2704
|
last_triggered_at?: string | null;
|
|
2555
2705
|
name?: string;
|
|
2556
2706
|
organization_id?: string;
|
|
@@ -2596,6 +2746,13 @@ type Database = {
|
|
|
2596
2746
|
Args: never;
|
|
2597
2747
|
Returns: string;
|
|
2598
2748
|
};
|
|
2749
|
+
can_assign_role_in_org: {
|
|
2750
|
+
Args: {
|
|
2751
|
+
p_role_id: string;
|
|
2752
|
+
p_target_membership_id: string;
|
|
2753
|
+
};
|
|
2754
|
+
Returns: boolean;
|
|
2755
|
+
};
|
|
2599
2756
|
current_user_is_platform_admin: {
|
|
2600
2757
|
Args: never;
|
|
2601
2758
|
Returns: boolean;
|
|
@@ -2625,6 +2782,10 @@ type Database = {
|
|
|
2625
2782
|
user_id: string;
|
|
2626
2783
|
}[];
|
|
2627
2784
|
};
|
|
2785
|
+
get_platform_credential_kek: {
|
|
2786
|
+
Args: never;
|
|
2787
|
+
Returns: string;
|
|
2788
|
+
};
|
|
2628
2789
|
get_storage_org_id: {
|
|
2629
2790
|
Args: {
|
|
2630
2791
|
file_path: string;
|
|
@@ -2635,9 +2796,10 @@ type Database = {
|
|
|
2635
2796
|
Args: never;
|
|
2636
2797
|
Returns: string;
|
|
2637
2798
|
};
|
|
2638
|
-
|
|
2799
|
+
has_org_permission: {
|
|
2639
2800
|
Args: {
|
|
2640
2801
|
org_id: string;
|
|
2802
|
+
perm_key: string;
|
|
2641
2803
|
};
|
|
2642
2804
|
Returns: boolean;
|
|
2643
2805
|
};
|
|
@@ -2667,6 +2829,22 @@ type Database = {
|
|
|
2667
2829
|
Args: never;
|
|
2668
2830
|
Returns: Json;
|
|
2669
2831
|
};
|
|
2832
|
+
recompute_all_memberships: {
|
|
2833
|
+
Args: never;
|
|
2834
|
+
Returns: undefined;
|
|
2835
|
+
};
|
|
2836
|
+
sync_all_memberships_with_role: {
|
|
2837
|
+
Args: {
|
|
2838
|
+
p_role_id: string;
|
|
2839
|
+
};
|
|
2840
|
+
Returns: undefined;
|
|
2841
|
+
};
|
|
2842
|
+
sync_one_membership: {
|
|
2843
|
+
Args: {
|
|
2844
|
+
p_membership_id: string;
|
|
2845
|
+
};
|
|
2846
|
+
Returns: undefined;
|
|
2847
|
+
};
|
|
2670
2848
|
upsert_user_profile: {
|
|
2671
2849
|
Args: never;
|
|
2672
2850
|
Returns: {
|
|
@@ -2876,6 +3054,9 @@ type FeatureIconComponent = ComponentType<{
|
|
|
2876
3054
|
size?: number;
|
|
2877
3055
|
stroke?: number;
|
|
2878
3056
|
}>;
|
|
3057
|
+
type FeatureSidebarWidthResolver = number | ((context: {
|
|
3058
|
+
currentPath: string;
|
|
3059
|
+
}) => number);
|
|
2879
3060
|
interface FeatureModule {
|
|
2880
3061
|
/** Unique stable identifier for this feature module. */
|
|
2881
3062
|
key: string;
|
|
@@ -2887,6 +3068,8 @@ interface FeatureModule {
|
|
|
2887
3068
|
icon?: FeatureIconComponent;
|
|
2888
3069
|
/** Sidebar component rendered when this feature's subtree route is active. */
|
|
2889
3070
|
sidebar?: FeatureSidebarComponent;
|
|
3071
|
+
/** Optional shell sidebar width override. Defaults to 250px. */
|
|
3072
|
+
sidebarWidth?: FeatureSidebarWidthResolver;
|
|
2890
3073
|
/** Operations-only bridge connecting this feature to the organization graph node. */
|
|
2891
3074
|
organizationGraph?: OrganizationGraphFeatureBridge;
|
|
2892
3075
|
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
export { ActivityFeedWidget, CRM_ITEMS, CompanyDetailPage, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, DEAL_STAGE_COLORS, DEAL_STAGE_OPTIONS, DealDetailPage, DealsListPage, MetricsStrip, MyTasksPanel, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, TasksDueWidget, crmManifest, formatDealStageLabel, useCrmPipelineSummary, useCrmQuickMetrics, useRecentCrmActivity } from '../../chunk-
|
|
1
|
+
export { ActivityFeedWidget, CRM_ITEMS, CompanyDetailPage, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, DEAL_STAGE_COLORS, DEAL_STAGE_OPTIONS, DealDetailPage, DealsListPage, MetricsStrip, MyTasksPanel, PIPELINE_FUNNEL_ORDER, PipelineFunnelWidget, QuickCreateActions, SAVED_VIEW_PRESETS, SavedViewsPanel, TasksDueWidget, crmManifest, formatDealStageLabel, useCrmPipelineSummary, useCrmQuickMetrics, useRecentCrmActivity } from '../../chunk-EPV7NU2E.js';
|
|
2
2
|
import '../../chunk-BZZCNLT6.js';
|
|
3
3
|
import '../../chunk-TUMSNGTX.js';
|
|
4
4
|
import '../../chunk-CEWTOKE7.js';
|
|
5
5
|
import '../../chunk-IIMU5YAJ.js';
|
|
6
6
|
import '../../chunk-PDHTXPSF.js';
|
|
7
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-KVJ3LFH2.js';
|
|
8
8
|
import '../../chunk-7M2VOCYN.js';
|
|
9
|
-
import '../../chunk-
|
|
9
|
+
import '../../chunk-GUJUK6EH.js';
|
|
10
10
|
import '../../chunk-BRXELOHC.js';
|
|
11
11
|
import '../../chunk-QSTH6T77.js';
|
|
12
12
|
import '../../chunk-Z6FAH4XV.js';
|
|
13
13
|
import '../../chunk-22UVE3RA.js';
|
|
14
14
|
import '../../chunk-3ZMAGTWF.js';
|
|
15
|
-
import '../../chunk-
|
|
16
|
-
import '../../chunk-
|
|
17
|
-
import '../../chunk-
|
|
15
|
+
import '../../chunk-ZBCTB5CA.js';
|
|
16
|
+
import '../../chunk-3HEUGBOT.js';
|
|
17
|
+
import '../../chunk-XOTJNW4Q.js';
|
|
18
18
|
import '../../chunk-WLOQ4IBG.js';
|
|
19
|
-
import '../../chunk-
|
|
19
|
+
import '../../chunk-AXXTN44Z.js';
|
|
20
20
|
import '../../chunk-LVUCBY7X.js';
|
|
21
|
-
import '../../chunk-
|
|
22
|
-
import '../../chunk-
|
|
21
|
+
import '../../chunk-LJWV4TWV.js';
|
|
22
|
+
import '../../chunk-TKAYX2SP.js';
|
|
23
23
|
import '../../chunk-XUYBOO32.js';
|
|
24
24
|
import '../../chunk-SZHARWKU.js';
|
|
25
25
|
import '../../chunk-3KMDHCAR.js';
|
|
@@ -27,7 +27,7 @@ import '../../chunk-NYBEU5TE.js';
|
|
|
27
27
|
import '../../chunk-T6INEVX6.js';
|
|
28
28
|
import '../../chunk-2IFYDILW.js';
|
|
29
29
|
import '../../chunk-Q7DJKLEN.js';
|
|
30
|
-
import '../../chunk-
|
|
30
|
+
import '../../chunk-SQ5JGELM.js';
|
|
31
31
|
import '../../chunk-6IA2OMAE.js';
|
|
32
32
|
import '../../chunk-QJ2KCHKX.js';
|
|
33
33
|
import '../../chunk-HQ7M6PBW.js';
|
|
@@ -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,
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
export { Dashboard, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser } from '../../chunk-
|
|
1
|
+
export { Dashboard, OperationsOverview, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser } from '../../chunk-7PGEGSUM.js';
|
|
2
2
|
import '../../chunk-LGKLC5MG.js';
|
|
3
3
|
import '../../chunk-TSSKOQBX.js';
|
|
4
4
|
import '../../chunk-M25JL54Z.js';
|
|
5
5
|
import '../../chunk-E4WQGJNS.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';
|
|
@@ -125,83 +125,14 @@
|
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
|
|
128
|
-
/* src/
|
|
129
|
-
.
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
border: 1px solid var(--color-border);
|
|
134
|
-
color: var(--color-text);
|
|
135
|
-
}
|
|
136
|
-
.mantine-Button-root[data-variant=default]:hover {
|
|
137
|
-
background-color: var(--color-surface-hover);
|
|
138
|
-
}
|
|
139
|
-
.mantine-Accordion-control:hover {
|
|
140
|
-
background-color: var(--color-surface-hover);
|
|
141
|
-
}
|
|
142
|
-
.mantine-Menu-item:hover:not([data-disabled]) {
|
|
143
|
-
background-color: var(--color-surface-hover);
|
|
144
|
-
}
|
|
145
|
-
.mantine-Select-option:hover {
|
|
146
|
-
background-color: var(--color-surface-hover) !important;
|
|
147
|
-
}
|
|
148
|
-
[data-mantine-color-scheme=dark] .mantine-Tabs-root {
|
|
149
|
-
--tab-border-color: var(--color-border);
|
|
150
|
-
}
|
|
151
|
-
.mantine-Tabs-tab:hover {
|
|
152
|
-
background-color: var(--color-surface-hover);
|
|
153
|
-
}
|
|
154
|
-
.mantine-Pagination-control:not([data-active]) {
|
|
155
|
-
background: var(--color-surface);
|
|
156
|
-
}
|
|
157
|
-
::-webkit-scrollbar {
|
|
158
|
-
width: 5px;
|
|
159
|
-
height: 5px;
|
|
160
|
-
}
|
|
161
|
-
::-webkit-scrollbar-track {
|
|
162
|
-
background: transparent;
|
|
163
|
-
}
|
|
164
|
-
::-webkit-scrollbar-thumb {
|
|
165
|
-
background: color-mix(in srgb, var(--color-text-subtle) 50%, var(--color-border));
|
|
166
|
-
border-radius: 4px;
|
|
167
|
-
}
|
|
168
|
-
::-webkit-scrollbar-thumb:hover {
|
|
169
|
-
background: var(--color-text-subtle);
|
|
170
|
-
}
|
|
171
|
-
.mantine-Checkbox-input {
|
|
172
|
-
background-color: var(--color-surface);
|
|
173
|
-
border-color: var(--color-border);
|
|
174
|
-
}
|
|
175
|
-
.mantine-Checkbox-input:checked {
|
|
176
|
-
background-color: var(--color-primary);
|
|
177
|
-
border-color: var(--color-primary);
|
|
178
|
-
}
|
|
179
|
-
.mantine-Switch-root:has(input:not(:checked)) .mantine-Switch-track {
|
|
180
|
-
background-color: var(--color-surface-hover);
|
|
181
|
-
border-color: var(--color-border);
|
|
182
|
-
}
|
|
183
|
-
.mantine-Timeline-root {
|
|
184
|
-
--tl-color: var(--color-primary);
|
|
185
|
-
}
|
|
186
|
-
.mantine-Timeline-item {
|
|
187
|
-
--item-border-color: var(--color-border);
|
|
188
|
-
}
|
|
189
|
-
.mantine-Timeline-itemBullet {
|
|
190
|
-
border-color: var(--color-border);
|
|
191
|
-
}
|
|
192
|
-
.mantine-Timeline-itemBullet:where([data-with-child]) {
|
|
193
|
-
background-color: var(--color-primary);
|
|
194
|
-
border-color: var(--color-primary);
|
|
195
|
-
}
|
|
196
|
-
.recharts-surface:focus {
|
|
197
|
-
outline: none;
|
|
198
|
-
}
|
|
199
|
-
.hide-scrollbar {
|
|
200
|
-
scrollbar-width: none;
|
|
201
|
-
-ms-overflow-style: none;
|
|
128
|
+
/* src/graph/Graph.globals.css */
|
|
129
|
+
.elevasis-graph-root .react-flow__node.selected,
|
|
130
|
+
.elevasis-graph-root .react-flow__node:focus,
|
|
131
|
+
.elevasis-graph-root .react-flow__node:focus-visible {
|
|
132
|
+
outline: none !important;
|
|
202
133
|
}
|
|
203
|
-
.
|
|
204
|
-
|
|
134
|
+
.elevasis-graph-root .react-flow__node.selected > * {
|
|
135
|
+
box-shadow: none;
|
|
205
136
|
}
|
|
206
137
|
|
|
207
138
|
/* src/graph/Graph.module.css */
|
|
@@ -309,7 +240,7 @@
|
|
|
309
240
|
transparent 1px),
|
|
310
241
|
radial-gradient(
|
|
311
242
|
ellipse at 50% 50%,
|
|
312
|
-
color-mix(in srgb, var(--color-primary)
|
|
243
|
+
color-mix(in srgb, var(--color-primary) 1.25%, transparent) 0%,
|
|
313
244
|
transparent 70%);
|
|
314
245
|
background-color: color-mix(in srgb, var(--color-background) 50%, var(--glass-background));
|
|
315
246
|
backdrop-filter: var(--glass-blur);
|
|
@@ -328,7 +259,7 @@
|
|
|
328
259
|
transparent 1px),
|
|
329
260
|
radial-gradient(
|
|
330
261
|
ellipse at 50% 50%,
|
|
331
|
-
color-mix(in srgb, var(--color-primary)
|
|
262
|
+
color-mix(in srgb, var(--color-primary) 2.25%, transparent) 0%,
|
|
332
263
|
transparent 70%);
|
|
333
264
|
background-size:
|
|
334
265
|
40px 40px,
|
|
@@ -578,12 +509,81 @@
|
|
|
578
509
|
}
|
|
579
510
|
}
|
|
580
511
|
|
|
581
|
-
/* src/
|
|
582
|
-
.
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
512
|
+
/* src/theme/custom.css */
|
|
513
|
+
.mantine-Button-root[data-variant=default] {
|
|
514
|
+
background-color: var(--color-surface);
|
|
515
|
+
backdrop-filter: var(--glass-blur);
|
|
516
|
+
-webkit-backdrop-filter: var(--glass-blur);
|
|
517
|
+
border: 1px solid var(--color-border);
|
|
518
|
+
color: var(--color-text);
|
|
586
519
|
}
|
|
587
|
-
.
|
|
588
|
-
|
|
520
|
+
.mantine-Button-root[data-variant=default]:hover {
|
|
521
|
+
background-color: var(--color-surface-hover);
|
|
522
|
+
}
|
|
523
|
+
.mantine-Accordion-control:hover {
|
|
524
|
+
background-color: var(--color-surface-hover);
|
|
525
|
+
}
|
|
526
|
+
.mantine-Menu-item:hover:not([data-disabled]) {
|
|
527
|
+
background-color: var(--color-surface-hover);
|
|
528
|
+
}
|
|
529
|
+
.mantine-Select-option:hover {
|
|
530
|
+
background-color: var(--color-surface-hover) !important;
|
|
531
|
+
}
|
|
532
|
+
[data-mantine-color-scheme=dark] .mantine-Tabs-root {
|
|
533
|
+
--tab-border-color: var(--color-border);
|
|
534
|
+
}
|
|
535
|
+
.mantine-Tabs-tab:hover {
|
|
536
|
+
background-color: var(--color-surface-hover);
|
|
537
|
+
}
|
|
538
|
+
.mantine-Pagination-control:not([data-active]) {
|
|
539
|
+
background: var(--color-surface);
|
|
540
|
+
}
|
|
541
|
+
::-webkit-scrollbar {
|
|
542
|
+
width: 5px;
|
|
543
|
+
height: 5px;
|
|
544
|
+
}
|
|
545
|
+
::-webkit-scrollbar-track {
|
|
546
|
+
background: transparent;
|
|
547
|
+
}
|
|
548
|
+
::-webkit-scrollbar-thumb {
|
|
549
|
+
background: color-mix(in srgb, var(--color-text-subtle) 50%, var(--color-border));
|
|
550
|
+
border-radius: 4px;
|
|
551
|
+
}
|
|
552
|
+
::-webkit-scrollbar-thumb:hover {
|
|
553
|
+
background: var(--color-text-subtle);
|
|
554
|
+
}
|
|
555
|
+
.mantine-Checkbox-input {
|
|
556
|
+
background-color: var(--color-surface);
|
|
557
|
+
border-color: var(--color-border);
|
|
558
|
+
}
|
|
559
|
+
.mantine-Checkbox-input:checked {
|
|
560
|
+
background-color: var(--color-primary);
|
|
561
|
+
border-color: var(--color-primary);
|
|
562
|
+
}
|
|
563
|
+
.mantine-Switch-root:has(input:not(:checked)) .mantine-Switch-track {
|
|
564
|
+
background-color: var(--color-surface-hover);
|
|
565
|
+
border-color: var(--color-border);
|
|
566
|
+
}
|
|
567
|
+
.mantine-Timeline-root {
|
|
568
|
+
--tl-color: var(--color-primary);
|
|
569
|
+
}
|
|
570
|
+
.mantine-Timeline-item {
|
|
571
|
+
--item-border-color: var(--color-border);
|
|
572
|
+
}
|
|
573
|
+
.mantine-Timeline-itemBullet {
|
|
574
|
+
border-color: var(--color-border);
|
|
575
|
+
}
|
|
576
|
+
.mantine-Timeline-itemBullet:where([data-with-child]) {
|
|
577
|
+
background-color: var(--color-primary);
|
|
578
|
+
border-color: var(--color-primary);
|
|
579
|
+
}
|
|
580
|
+
.recharts-surface:focus {
|
|
581
|
+
outline: none;
|
|
582
|
+
}
|
|
583
|
+
.hide-scrollbar {
|
|
584
|
+
scrollbar-width: none;
|
|
585
|
+
-ms-overflow-style: none;
|
|
586
|
+
}
|
|
587
|
+
.hide-scrollbar::-webkit-scrollbar {
|
|
588
|
+
display: none;
|
|
589
589
|
}
|