@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
|
@@ -409,7 +409,6 @@ type Database = {
|
|
|
409
409
|
acq_deals: {
|
|
410
410
|
Row: {
|
|
411
411
|
activity_log: Json;
|
|
412
|
-
cached_stage: string | null;
|
|
413
412
|
closed_lost_at: string | null;
|
|
414
413
|
closed_lost_reason: string | null;
|
|
415
414
|
contact_email: string;
|
|
@@ -424,6 +423,7 @@ type Database = {
|
|
|
424
423
|
organization_id: string;
|
|
425
424
|
payment_link_sent_at: string | null;
|
|
426
425
|
payment_received_at: string | null;
|
|
426
|
+
pipeline_key: string;
|
|
427
427
|
proposal_data: Json | null;
|
|
428
428
|
proposal_generated_at: string | null;
|
|
429
429
|
proposal_pdf_url: string | null;
|
|
@@ -431,10 +431,11 @@ type Database = {
|
|
|
431
431
|
proposal_reviewed_by: string | null;
|
|
432
432
|
proposal_sent_at: string | null;
|
|
433
433
|
proposal_signed_at: string | null;
|
|
434
|
-
proposal_status: string | null;
|
|
435
434
|
signature_envelope_id: string | null;
|
|
436
435
|
source_list_id: string | null;
|
|
437
436
|
source_type: string | null;
|
|
437
|
+
stage_key: string | null;
|
|
438
|
+
state_key: string | null;
|
|
438
439
|
stripe_payment_id: string | null;
|
|
439
440
|
stripe_payment_link: string | null;
|
|
440
441
|
stripe_payment_link_id: string | null;
|
|
@@ -443,7 +444,6 @@ type Database = {
|
|
|
443
444
|
};
|
|
444
445
|
Insert: {
|
|
445
446
|
activity_log?: Json;
|
|
446
|
-
cached_stage?: string | null;
|
|
447
447
|
closed_lost_at?: string | null;
|
|
448
448
|
closed_lost_reason?: string | null;
|
|
449
449
|
contact_email: string;
|
|
@@ -458,6 +458,7 @@ type Database = {
|
|
|
458
458
|
organization_id: string;
|
|
459
459
|
payment_link_sent_at?: string | null;
|
|
460
460
|
payment_received_at?: string | null;
|
|
461
|
+
pipeline_key?: string;
|
|
461
462
|
proposal_data?: Json | null;
|
|
462
463
|
proposal_generated_at?: string | null;
|
|
463
464
|
proposal_pdf_url?: string | null;
|
|
@@ -465,10 +466,11 @@ type Database = {
|
|
|
465
466
|
proposal_reviewed_by?: string | null;
|
|
466
467
|
proposal_sent_at?: string | null;
|
|
467
468
|
proposal_signed_at?: string | null;
|
|
468
|
-
proposal_status?: string | null;
|
|
469
469
|
signature_envelope_id?: string | null;
|
|
470
470
|
source_list_id?: string | null;
|
|
471
471
|
source_type?: string | null;
|
|
472
|
+
stage_key?: string | null;
|
|
473
|
+
state_key?: string | null;
|
|
472
474
|
stripe_payment_id?: string | null;
|
|
473
475
|
stripe_payment_link?: string | null;
|
|
474
476
|
stripe_payment_link_id?: string | null;
|
|
@@ -477,7 +479,6 @@ type Database = {
|
|
|
477
479
|
};
|
|
478
480
|
Update: {
|
|
479
481
|
activity_log?: Json;
|
|
480
|
-
cached_stage?: string | null;
|
|
481
482
|
closed_lost_at?: string | null;
|
|
482
483
|
closed_lost_reason?: string | null;
|
|
483
484
|
contact_email?: string;
|
|
@@ -492,6 +493,7 @@ type Database = {
|
|
|
492
493
|
organization_id?: string;
|
|
493
494
|
payment_link_sent_at?: string | null;
|
|
494
495
|
payment_received_at?: string | null;
|
|
496
|
+
pipeline_key?: string;
|
|
495
497
|
proposal_data?: Json | null;
|
|
496
498
|
proposal_generated_at?: string | null;
|
|
497
499
|
proposal_pdf_url?: string | null;
|
|
@@ -499,10 +501,11 @@ type Database = {
|
|
|
499
501
|
proposal_reviewed_by?: string | null;
|
|
500
502
|
proposal_sent_at?: string | null;
|
|
501
503
|
proposal_signed_at?: string | null;
|
|
502
|
-
proposal_status?: string | null;
|
|
503
504
|
signature_envelope_id?: string | null;
|
|
504
505
|
source_list_id?: string | null;
|
|
505
506
|
source_type?: string | null;
|
|
507
|
+
stage_key?: string | null;
|
|
508
|
+
state_key?: string | null;
|
|
506
509
|
stripe_payment_id?: string | null;
|
|
507
510
|
stripe_payment_link?: string | null;
|
|
508
511
|
stripe_payment_link_id?: string | null;
|
|
@@ -1671,6 +1674,7 @@ type Database = {
|
|
|
1671
1674
|
Row: {
|
|
1672
1675
|
config: Json;
|
|
1673
1676
|
created_at: string | null;
|
|
1677
|
+
effective_permissions: string[];
|
|
1674
1678
|
id: string;
|
|
1675
1679
|
membership_status: string | null;
|
|
1676
1680
|
organization_id: string;
|
|
@@ -1682,6 +1686,7 @@ type Database = {
|
|
|
1682
1686
|
Insert: {
|
|
1683
1687
|
config?: Json;
|
|
1684
1688
|
created_at?: string | null;
|
|
1689
|
+
effective_permissions?: string[];
|
|
1685
1690
|
id?: string;
|
|
1686
1691
|
membership_status?: string | null;
|
|
1687
1692
|
organization_id: string;
|
|
@@ -1693,6 +1698,7 @@ type Database = {
|
|
|
1693
1698
|
Update: {
|
|
1694
1699
|
config?: Json;
|
|
1695
1700
|
created_at?: string | null;
|
|
1701
|
+
effective_permissions?: string[];
|
|
1696
1702
|
id?: string;
|
|
1697
1703
|
membership_status?: string | null;
|
|
1698
1704
|
organization_id?: string;
|
|
@@ -1718,6 +1724,147 @@ type Database = {
|
|
|
1718
1724
|
}
|
|
1719
1725
|
];
|
|
1720
1726
|
};
|
|
1727
|
+
org_rol_assignments: {
|
|
1728
|
+
Row: {
|
|
1729
|
+
granted_at: string;
|
|
1730
|
+
granted_by: string | null;
|
|
1731
|
+
membership_id: string;
|
|
1732
|
+
role_id: string;
|
|
1733
|
+
};
|
|
1734
|
+
Insert: {
|
|
1735
|
+
granted_at?: string;
|
|
1736
|
+
granted_by?: string | null;
|
|
1737
|
+
membership_id: string;
|
|
1738
|
+
role_id: string;
|
|
1739
|
+
};
|
|
1740
|
+
Update: {
|
|
1741
|
+
granted_at?: string;
|
|
1742
|
+
granted_by?: string | null;
|
|
1743
|
+
membership_id?: string;
|
|
1744
|
+
role_id?: string;
|
|
1745
|
+
};
|
|
1746
|
+
Relationships: [
|
|
1747
|
+
{
|
|
1748
|
+
foreignKeyName: "org_rol_assignments_granted_by_fkey";
|
|
1749
|
+
columns: ["granted_by"];
|
|
1750
|
+
isOneToOne: false;
|
|
1751
|
+
referencedRelation: "users";
|
|
1752
|
+
referencedColumns: ["id"];
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
foreignKeyName: "org_rol_assignments_membership_id_fkey";
|
|
1756
|
+
columns: ["membership_id"];
|
|
1757
|
+
isOneToOne: false;
|
|
1758
|
+
referencedRelation: "org_memberships";
|
|
1759
|
+
referencedColumns: ["id"];
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
foreignKeyName: "org_rol_assignments_role_id_fkey";
|
|
1763
|
+
columns: ["role_id"];
|
|
1764
|
+
isOneToOne: false;
|
|
1765
|
+
referencedRelation: "org_rol_definitions";
|
|
1766
|
+
referencedColumns: ["id"];
|
|
1767
|
+
}
|
|
1768
|
+
];
|
|
1769
|
+
};
|
|
1770
|
+
org_rol_definitions: {
|
|
1771
|
+
Row: {
|
|
1772
|
+
created_at: string;
|
|
1773
|
+
description: string | null;
|
|
1774
|
+
id: string;
|
|
1775
|
+
is_system: boolean;
|
|
1776
|
+
name: string;
|
|
1777
|
+
organization_id: string | null;
|
|
1778
|
+
slug: string;
|
|
1779
|
+
updated_at: string;
|
|
1780
|
+
};
|
|
1781
|
+
Insert: {
|
|
1782
|
+
created_at?: string;
|
|
1783
|
+
description?: string | null;
|
|
1784
|
+
id?: string;
|
|
1785
|
+
is_system?: boolean;
|
|
1786
|
+
name: string;
|
|
1787
|
+
organization_id?: string | null;
|
|
1788
|
+
slug: string;
|
|
1789
|
+
updated_at?: string;
|
|
1790
|
+
};
|
|
1791
|
+
Update: {
|
|
1792
|
+
created_at?: string;
|
|
1793
|
+
description?: string | null;
|
|
1794
|
+
id?: string;
|
|
1795
|
+
is_system?: boolean;
|
|
1796
|
+
name?: string;
|
|
1797
|
+
organization_id?: string | null;
|
|
1798
|
+
slug?: string;
|
|
1799
|
+
updated_at?: string;
|
|
1800
|
+
};
|
|
1801
|
+
Relationships: [
|
|
1802
|
+
{
|
|
1803
|
+
foreignKeyName: "org_rol_definitions_organization_id_fkey";
|
|
1804
|
+
columns: ["organization_id"];
|
|
1805
|
+
isOneToOne: false;
|
|
1806
|
+
referencedRelation: "organizations";
|
|
1807
|
+
referencedColumns: ["id"];
|
|
1808
|
+
}
|
|
1809
|
+
];
|
|
1810
|
+
};
|
|
1811
|
+
org_rol_grants: {
|
|
1812
|
+
Row: {
|
|
1813
|
+
granted_at: string;
|
|
1814
|
+
permission_key: string;
|
|
1815
|
+
role_id: string;
|
|
1816
|
+
};
|
|
1817
|
+
Insert: {
|
|
1818
|
+
granted_at?: string;
|
|
1819
|
+
permission_key: string;
|
|
1820
|
+
role_id: string;
|
|
1821
|
+
};
|
|
1822
|
+
Update: {
|
|
1823
|
+
granted_at?: string;
|
|
1824
|
+
permission_key?: string;
|
|
1825
|
+
role_id?: string;
|
|
1826
|
+
};
|
|
1827
|
+
Relationships: [
|
|
1828
|
+
{
|
|
1829
|
+
foreignKeyName: "org_rol_grants_permission_key_fkey";
|
|
1830
|
+
columns: ["permission_key"];
|
|
1831
|
+
isOneToOne: false;
|
|
1832
|
+
referencedRelation: "org_rol_permissions";
|
|
1833
|
+
referencedColumns: ["key"];
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
foreignKeyName: "org_rol_grants_role_id_fkey";
|
|
1837
|
+
columns: ["role_id"];
|
|
1838
|
+
isOneToOne: false;
|
|
1839
|
+
referencedRelation: "org_rol_definitions";
|
|
1840
|
+
referencedColumns: ["id"];
|
|
1841
|
+
}
|
|
1842
|
+
];
|
|
1843
|
+
};
|
|
1844
|
+
org_rol_permissions: {
|
|
1845
|
+
Row: {
|
|
1846
|
+
created_at: string;
|
|
1847
|
+
description: string;
|
|
1848
|
+
is_org_grantable: boolean;
|
|
1849
|
+
key: string;
|
|
1850
|
+
updated_at: string;
|
|
1851
|
+
};
|
|
1852
|
+
Insert: {
|
|
1853
|
+
created_at?: string;
|
|
1854
|
+
description: string;
|
|
1855
|
+
is_org_grantable?: boolean;
|
|
1856
|
+
key: string;
|
|
1857
|
+
updated_at?: string;
|
|
1858
|
+
};
|
|
1859
|
+
Update: {
|
|
1860
|
+
created_at?: string;
|
|
1861
|
+
description?: string;
|
|
1862
|
+
is_org_grantable?: boolean;
|
|
1863
|
+
key?: string;
|
|
1864
|
+
updated_at?: string;
|
|
1865
|
+
};
|
|
1866
|
+
Relationships: [];
|
|
1867
|
+
};
|
|
1721
1868
|
organizations: {
|
|
1722
1869
|
Row: {
|
|
1723
1870
|
config: Json;
|
|
@@ -2475,7 +2622,8 @@ type Database = {
|
|
|
2475
2622
|
created_at: string;
|
|
2476
2623
|
description: string | null;
|
|
2477
2624
|
id: string;
|
|
2478
|
-
|
|
2625
|
+
key_hash: string;
|
|
2626
|
+
key_prefix: string | null;
|
|
2479
2627
|
last_triggered_at: string | null;
|
|
2480
2628
|
name: string;
|
|
2481
2629
|
organization_id: string;
|
|
@@ -2488,7 +2636,8 @@ type Database = {
|
|
|
2488
2636
|
created_at?: string;
|
|
2489
2637
|
description?: string | null;
|
|
2490
2638
|
id?: string;
|
|
2491
|
-
|
|
2639
|
+
key_hash: string;
|
|
2640
|
+
key_prefix?: string | null;
|
|
2492
2641
|
last_triggered_at?: string | null;
|
|
2493
2642
|
name: string;
|
|
2494
2643
|
organization_id: string;
|
|
@@ -2501,7 +2650,8 @@ type Database = {
|
|
|
2501
2650
|
created_at?: string;
|
|
2502
2651
|
description?: string | null;
|
|
2503
2652
|
id?: string;
|
|
2504
|
-
|
|
2653
|
+
key_hash?: string;
|
|
2654
|
+
key_prefix?: string | null;
|
|
2505
2655
|
last_triggered_at?: string | null;
|
|
2506
2656
|
name?: string;
|
|
2507
2657
|
organization_id?: string;
|
|
@@ -2547,6 +2697,13 @@ type Database = {
|
|
|
2547
2697
|
Args: never;
|
|
2548
2698
|
Returns: string;
|
|
2549
2699
|
};
|
|
2700
|
+
can_assign_role_in_org: {
|
|
2701
|
+
Args: {
|
|
2702
|
+
p_role_id: string;
|
|
2703
|
+
p_target_membership_id: string;
|
|
2704
|
+
};
|
|
2705
|
+
Returns: boolean;
|
|
2706
|
+
};
|
|
2550
2707
|
current_user_is_platform_admin: {
|
|
2551
2708
|
Args: never;
|
|
2552
2709
|
Returns: boolean;
|
|
@@ -2576,6 +2733,10 @@ type Database = {
|
|
|
2576
2733
|
user_id: string;
|
|
2577
2734
|
}[];
|
|
2578
2735
|
};
|
|
2736
|
+
get_platform_credential_kek: {
|
|
2737
|
+
Args: never;
|
|
2738
|
+
Returns: string;
|
|
2739
|
+
};
|
|
2579
2740
|
get_storage_org_id: {
|
|
2580
2741
|
Args: {
|
|
2581
2742
|
file_path: string;
|
|
@@ -2586,9 +2747,10 @@ type Database = {
|
|
|
2586
2747
|
Args: never;
|
|
2587
2748
|
Returns: string;
|
|
2588
2749
|
};
|
|
2589
|
-
|
|
2750
|
+
has_org_permission: {
|
|
2590
2751
|
Args: {
|
|
2591
2752
|
org_id: string;
|
|
2753
|
+
perm_key: string;
|
|
2592
2754
|
};
|
|
2593
2755
|
Returns: boolean;
|
|
2594
2756
|
};
|
|
@@ -2618,6 +2780,22 @@ type Database = {
|
|
|
2618
2780
|
Args: never;
|
|
2619
2781
|
Returns: Json;
|
|
2620
2782
|
};
|
|
2783
|
+
recompute_all_memberships: {
|
|
2784
|
+
Args: never;
|
|
2785
|
+
Returns: undefined;
|
|
2786
|
+
};
|
|
2787
|
+
sync_all_memberships_with_role: {
|
|
2788
|
+
Args: {
|
|
2789
|
+
p_role_id: string;
|
|
2790
|
+
};
|
|
2791
|
+
Returns: undefined;
|
|
2792
|
+
};
|
|
2793
|
+
sync_one_membership: {
|
|
2794
|
+
Args: {
|
|
2795
|
+
p_membership_id: string;
|
|
2796
|
+
};
|
|
2797
|
+
Returns: undefined;
|
|
2798
|
+
};
|
|
2621
2799
|
upsert_user_profile: {
|
|
2622
2800
|
Args: never;
|
|
2623
2801
|
Returns: {
|
package/dist/hooks/index.css
CHANGED
|
@@ -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
|
}
|