@elevasis/ui 2.30.0 → 2.32.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.
Files changed (130) hide show
  1. package/dist/api/index.js +2 -2
  2. package/dist/app/index.css +38 -0
  3. package/dist/app/index.d.ts +190 -9
  4. package/dist/app/index.js +7 -6
  5. package/dist/charts/index.js +4 -5
  6. package/dist/{chunk-HXZQWMKE.js → chunk-2RJMVWFJ.js} +1 -6
  7. package/dist/{chunk-4VQ2PXMI.js → chunk-3FV6HBXS.js} +4 -4
  8. package/dist/{chunk-CW3UNAF2.js → chunk-4DYOXEH6.js} +410 -5
  9. package/dist/{chunk-JKTPRYGV.js → chunk-4MFNGNHF.js} +123 -192
  10. package/dist/{chunk-HYLERWRO.js → chunk-4QK76KIF.js} +7 -7
  11. package/dist/chunk-5FJJ72HU.js +13 -0
  12. package/dist/chunk-5J4PDX26.js +112 -0
  13. package/dist/{chunk-4SY6BTVZ.js → chunk-6DWD423K.js} +12 -9
  14. package/dist/{chunk-3GV5NHSS.js → chunk-7KZINJLP.js} +78 -232
  15. package/dist/{chunk-6WXDE5LZ.js → chunk-EPTHX4VZ.js} +1 -1
  16. package/dist/{chunk-6EFVZV6X.js → chunk-GCOQ3TBG.js} +243 -254
  17. package/dist/{chunk-LRZFLK2F.js → chunk-IQHU7O5Y.js} +4 -4
  18. package/dist/{chunk-X2SUMO3P.js → chunk-IZWTVFJ2.js} +16 -3
  19. package/dist/{chunk-IKQ42WHU.js → chunk-JFL3GRD4.js} +1 -1
  20. package/dist/{chunk-4FZYEEPK.js → chunk-LLRXA7D7.js} +5 -6
  21. package/dist/chunk-MOY4VOHF.js +347 -0
  22. package/dist/{chunk-XQQEKWTL.js → chunk-N55DVMAG.js} +6 -2
  23. package/dist/{chunk-7E3FUTND.js → chunk-ND5TDV2J.js} +1 -1
  24. package/dist/{chunk-WF227UBV.js → chunk-QQHOKTJA.js} +4 -4
  25. package/dist/{chunk-A7B7HLDF.js → chunk-QTI3KC7D.js} +5884 -515
  26. package/dist/chunk-QXCDKE2O.js +486 -0
  27. package/dist/chunk-R2XR4FCV.js +48 -0
  28. package/dist/chunk-R66W5UDG.js +26 -0
  29. package/dist/{chunk-T5Z7G2J2.js → chunk-RQA2EVN3.js} +6 -16
  30. package/dist/{chunk-SKXXT3E2.js → chunk-RQTWIXJ5.js} +4 -4
  31. package/dist/chunk-T35FWDAB.js +4342 -0
  32. package/dist/{chunk-DWK2QIAK.js → chunk-TYRUKGGD.js} +1 -1
  33. package/dist/{chunk-CN2HC4D4.js → chunk-UFTM5SZZ.js} +2 -2
  34. package/dist/{chunk-JCGD4GM6.js → chunk-UROTM5OR.js} +14 -1
  35. package/dist/{chunk-6YT4IKJ7.js → chunk-VNAZTCHA.js} +15 -0
  36. package/dist/{chunk-KVJ3LFH2.js → chunk-VNFR57DF.js} +4 -24
  37. package/dist/{chunk-SBCIB5TZ.js → chunk-VRNMNB3O.js} +6 -7
  38. package/dist/chunk-WQPX44YM.js +1626 -0
  39. package/dist/{chunk-T2PAD63Y.js → chunk-XZGSCABI.js} +1 -1
  40. package/dist/chunk-YLQEVSOR.js +299 -0
  41. package/dist/{chunk-P5WYW2GI.js → chunk-ZQOKIGZP.js} +152 -306
  42. package/dist/components/index.css +38 -0
  43. package/dist/components/index.d.ts +334 -38
  44. package/dist/components/index.js +42 -42
  45. package/dist/components/navigation/index.css +38 -0
  46. package/dist/components/navigation/index.js +3 -2
  47. package/dist/execution/index.d.ts +9 -3
  48. package/dist/features/auth/index.css +38 -0
  49. package/dist/features/auth/index.d.ts +212 -14
  50. package/dist/features/auth/index.js +41 -9
  51. package/dist/features/clients/index.css +649 -0
  52. package/dist/features/clients/index.d.ts +86 -0
  53. package/dist/features/clients/index.js +720 -0
  54. package/dist/features/crm/index.css +38 -0
  55. package/dist/features/crm/index.d.ts +228 -20
  56. package/dist/features/crm/index.js +20 -17
  57. package/dist/features/dashboard/index.css +38 -0
  58. package/dist/features/dashboard/index.d.ts +78 -3
  59. package/dist/features/dashboard/index.js +16 -16
  60. package/dist/features/delivery/index.css +38 -0
  61. package/dist/features/delivery/index.d.ts +201 -18
  62. package/dist/features/delivery/index.js +20 -18
  63. package/dist/features/knowledge/index.css +38 -0
  64. package/dist/features/knowledge/index.d.ts +20 -18
  65. package/dist/features/knowledge/index.js +116 -578
  66. package/dist/features/lead-gen/index.css +38 -0
  67. package/dist/features/lead-gen/index.d.ts +59 -51
  68. package/dist/features/lead-gen/index.js +20 -18
  69. package/dist/features/monitoring/index.css +38 -0
  70. package/dist/features/monitoring/index.d.ts +20 -18
  71. package/dist/features/monitoring/index.js +19 -18
  72. package/dist/features/monitoring/requests/index.css +38 -0
  73. package/dist/features/monitoring/requests/index.d.ts +21 -19
  74. package/dist/features/monitoring/requests/index.js +17 -15
  75. package/dist/features/operations/index.css +38 -0
  76. package/dist/features/operations/index.d.ts +945 -45
  77. package/dist/features/operations/index.js +24 -26
  78. package/dist/features/seo/index.d.ts +20 -18
  79. package/dist/features/seo/index.js +1 -1
  80. package/dist/features/settings/index.css +38 -0
  81. package/dist/features/settings/index.d.ts +201 -18
  82. package/dist/features/settings/index.js +18 -16
  83. package/dist/hooks/delivery/index.css +38 -0
  84. package/dist/hooks/delivery/index.d.ts +200 -0
  85. package/dist/hooks/delivery/index.js +2 -2
  86. package/dist/hooks/index.css +38 -0
  87. package/dist/hooks/index.d.ts +825 -47
  88. package/dist/hooks/index.js +14 -13
  89. package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +194 -3
  90. package/dist/hooks/published.css +38 -0
  91. package/dist/hooks/published.d.ts +825 -47
  92. package/dist/hooks/published.js +14 -13
  93. package/dist/index.css +38 -0
  94. package/dist/index.d.ts +1506 -1212
  95. package/dist/index.js +15 -14
  96. package/dist/initialization/index.d.ts +181 -0
  97. package/dist/knowledge/index.d.ts +813 -1068
  98. package/dist/knowledge/index.js +7370 -2869
  99. package/dist/{chunk-CLUP5H3C.js → knowledge-search-index-5KYPO746.js} +441 -963
  100. package/dist/layout/index.d.ts +6 -0
  101. package/dist/layout/index.js +4 -5
  102. package/dist/organization/index.css +38 -0
  103. package/dist/profile/index.d.ts +181 -0
  104. package/dist/provider/index.css +38 -0
  105. package/dist/provider/index.d.ts +909 -1156
  106. package/dist/provider/index.js +11 -10
  107. package/dist/provider/published.css +38 -0
  108. package/dist/provider/published.d.ts +906 -1153
  109. package/dist/provider/published.js +7 -6
  110. package/dist/supabase/index.d.ts +349 -0
  111. package/dist/test-utils/index.d.ts +16 -9
  112. package/dist/test-utils/index.js +39 -32
  113. package/dist/test-utils/setup.js +1 -1
  114. package/dist/theme/index.js +3 -3
  115. package/dist/theme/presets/index.js +1 -1
  116. package/dist/types/index.d.ts +378 -5
  117. package/dist/utils/index.d.ts +78 -3
  118. package/dist/utils/index.js +1 -1
  119. package/dist/vite/index.js +2 -2
  120. package/dist/vite-plugin-knowledge/index.js +1 -1
  121. package/package.json +47 -37
  122. package/src/provider/README.md +5 -5
  123. package/dist/chunk-2DIYILF7.js +0 -413
  124. package/dist/chunk-3MDNBHVB.js +0 -3868
  125. package/dist/chunk-6IXOKUBC.js +0 -347
  126. package/dist/chunk-AKOD52HS.js +0 -739
  127. package/dist/chunk-ECNNI3NT.js +0 -6
  128. package/dist/chunk-JDNEWB5F.js +0 -10
  129. package/dist/chunk-NITGGYH2.js +0 -476
  130. package/dist/chunk-OAVTMITG.js +0 -13
@@ -61,6 +61,7 @@ type Database = {
61
61
  batch_id: string | null;
62
62
  category: string | null;
63
63
  category_pain: string | null;
64
+ client_id: string | null;
64
65
  created_at: string;
65
66
  domain: string | null;
66
67
  enrichment_data: Json | null;
@@ -87,6 +88,7 @@ type Database = {
87
88
  batch_id?: string | null;
88
89
  category?: string | null;
89
90
  category_pain?: string | null;
91
+ client_id?: string | null;
90
92
  created_at?: string;
91
93
  domain?: string | null;
92
94
  enrichment_data?: Json | null;
@@ -113,6 +115,7 @@ type Database = {
113
115
  batch_id?: string | null;
114
116
  category?: string | null;
115
117
  category_pain?: string | null;
118
+ client_id?: string | null;
116
119
  created_at?: string;
117
120
  domain?: string | null;
118
121
  enrichment_data?: Json | null;
@@ -136,6 +139,13 @@ type Database = {
136
139
  website?: string | null;
137
140
  };
138
141
  Relationships: [
142
+ {
143
+ foreignKeyName: "acq_companies_client_id_fkey";
144
+ columns: ["client_id"];
145
+ isOneToOne: false;
146
+ referencedRelation: "clients";
147
+ referencedColumns: ["id"];
148
+ },
139
149
  {
140
150
  foreignKeyName: "acq_companies_organization_id_fkey";
141
151
  columns: ["organization_id"];
@@ -150,6 +160,7 @@ type Database = {
150
160
  batch_id: string | null;
151
161
  brochure_first_viewed_at: string | null;
152
162
  brochure_view_count: number;
163
+ client_id: string | null;
153
164
  company_id: string | null;
154
165
  created_at: string;
155
166
  email: string;
@@ -178,6 +189,7 @@ type Database = {
178
189
  batch_id?: string | null;
179
190
  brochure_first_viewed_at?: string | null;
180
191
  brochure_view_count?: number;
192
+ client_id?: string | null;
181
193
  company_id?: string | null;
182
194
  created_at?: string;
183
195
  email: string;
@@ -206,6 +218,7 @@ type Database = {
206
218
  batch_id?: string | null;
207
219
  brochure_first_viewed_at?: string | null;
208
220
  brochure_view_count?: number;
221
+ client_id?: string | null;
209
222
  company_id?: string | null;
210
223
  created_at?: string;
211
224
  email?: string;
@@ -231,6 +244,13 @@ type Database = {
231
244
  updated_at?: string;
232
245
  };
233
246
  Relationships: [
247
+ {
248
+ foreignKeyName: "acq_contacts_client_id_fkey";
249
+ columns: ["client_id"];
250
+ isOneToOne: false;
251
+ referencedRelation: "clients";
252
+ referencedColumns: ["id"];
253
+ },
234
254
  {
235
255
  foreignKeyName: "acq_contacts_company_id_fkey";
236
256
  columns: ["company_id"];
@@ -474,8 +494,10 @@ type Database = {
474
494
  acq_deals: {
475
495
  Row: {
476
496
  activity_log: Json;
497
+ client_id: string | null;
477
498
  closed_lost_at: string | null;
478
499
  closed_lost_reason: string | null;
500
+ company_id: string | null;
479
501
  contact_email: string;
480
502
  contact_id: string | null;
481
503
  created_at: string;
@@ -511,8 +533,10 @@ type Database = {
511
533
  };
512
534
  Insert: {
513
535
  activity_log?: Json;
536
+ client_id?: string | null;
514
537
  closed_lost_at?: string | null;
515
538
  closed_lost_reason?: string | null;
539
+ company_id?: string | null;
516
540
  contact_email: string;
517
541
  contact_id?: string | null;
518
542
  created_at?: string;
@@ -548,8 +572,10 @@ type Database = {
548
572
  };
549
573
  Update: {
550
574
  activity_log?: Json;
575
+ client_id?: string | null;
551
576
  closed_lost_at?: string | null;
552
577
  closed_lost_reason?: string | null;
578
+ company_id?: string | null;
553
579
  contact_email?: string;
554
580
  contact_id?: string | null;
555
581
  created_at?: string;
@@ -584,6 +610,20 @@ type Database = {
584
610
  updated_at?: string;
585
611
  };
586
612
  Relationships: [
613
+ {
614
+ foreignKeyName: "acq_deals_client_id_fkey";
615
+ columns: ["client_id"];
616
+ isOneToOne: false;
617
+ referencedRelation: "clients";
618
+ referencedColumns: ["id"];
619
+ },
620
+ {
621
+ foreignKeyName: "acq_deals_company_id_fkey";
622
+ columns: ["company_id"];
623
+ isOneToOne: false;
624
+ referencedRelation: "acq_companies";
625
+ referencedColumns: ["id"];
626
+ },
587
627
  {
588
628
  foreignKeyName: "acq_deals_contact_id_fkey";
589
629
  columns: ["contact_id"];
@@ -1201,6 +1241,77 @@ type Database = {
1201
1241
  }
1202
1242
  ];
1203
1243
  };
1244
+ clients: {
1245
+ Row: {
1246
+ converted_at: string | null;
1247
+ created_at: string;
1248
+ id: string;
1249
+ metadata: Json;
1250
+ name: string;
1251
+ organization_id: string;
1252
+ primary_company_id: string | null;
1253
+ primary_contact_id: string | null;
1254
+ source_deal_id: string | null;
1255
+ status: string;
1256
+ updated_at: string;
1257
+ };
1258
+ Insert: {
1259
+ converted_at?: string | null;
1260
+ created_at?: string;
1261
+ id?: string;
1262
+ metadata?: Json;
1263
+ name: string;
1264
+ organization_id: string;
1265
+ primary_company_id?: string | null;
1266
+ primary_contact_id?: string | null;
1267
+ source_deal_id?: string | null;
1268
+ status?: string;
1269
+ updated_at?: string;
1270
+ };
1271
+ Update: {
1272
+ converted_at?: string | null;
1273
+ created_at?: string;
1274
+ id?: string;
1275
+ metadata?: Json;
1276
+ name?: string;
1277
+ organization_id?: string;
1278
+ primary_company_id?: string | null;
1279
+ primary_contact_id?: string | null;
1280
+ source_deal_id?: string | null;
1281
+ status?: string;
1282
+ updated_at?: string;
1283
+ };
1284
+ Relationships: [
1285
+ {
1286
+ foreignKeyName: "clients_organization_id_fkey";
1287
+ columns: ["organization_id"];
1288
+ isOneToOne: false;
1289
+ referencedRelation: "organizations";
1290
+ referencedColumns: ["id"];
1291
+ },
1292
+ {
1293
+ foreignKeyName: "clients_primary_company_id_fkey";
1294
+ columns: ["primary_company_id"];
1295
+ isOneToOne: false;
1296
+ referencedRelation: "acq_companies";
1297
+ referencedColumns: ["id"];
1298
+ },
1299
+ {
1300
+ foreignKeyName: "clients_primary_contact_id_fkey";
1301
+ columns: ["primary_contact_id"];
1302
+ isOneToOne: false;
1303
+ referencedRelation: "acq_contacts";
1304
+ referencedColumns: ["id"];
1305
+ },
1306
+ {
1307
+ foreignKeyName: "clients_source_deal_id_fkey";
1308
+ columns: ["source_deal_id"];
1309
+ isOneToOne: false;
1310
+ referencedRelation: "acq_deals";
1311
+ referencedColumns: ["id"];
1312
+ }
1313
+ ];
1314
+ };
1204
1315
  command_queue: {
1205
1316
  Row: {
1206
1317
  action_payload: Json | null;
@@ -2170,6 +2281,7 @@ type Database = {
2170
2281
  Row: {
2171
2282
  actual_end_date: string | null;
2172
2283
  client_company_id: string | null;
2284
+ client_id: string | null;
2173
2285
  contract_value: number | null;
2174
2286
  created_at: string;
2175
2287
  deal_id: string | null;
@@ -2187,6 +2299,7 @@ type Database = {
2187
2299
  Insert: {
2188
2300
  actual_end_date?: string | null;
2189
2301
  client_company_id?: string | null;
2302
+ client_id?: string | null;
2190
2303
  contract_value?: number | null;
2191
2304
  created_at?: string;
2192
2305
  deal_id?: string | null;
@@ -2204,6 +2317,7 @@ type Database = {
2204
2317
  Update: {
2205
2318
  actual_end_date?: string | null;
2206
2319
  client_company_id?: string | null;
2320
+ client_id?: string | null;
2207
2321
  contract_value?: number | null;
2208
2322
  created_at?: string;
2209
2323
  deal_id?: string | null;
@@ -2240,6 +2354,13 @@ type Database = {
2240
2354
  referencedRelation: "acq_companies";
2241
2355
  referencedColumns: ["id"];
2242
2356
  },
2357
+ {
2358
+ foreignKeyName: "prj_projects_client_id_fkey";
2359
+ columns: ["client_id"];
2360
+ isOneToOne: false;
2361
+ referencedRelation: "clients";
2362
+ referencedColumns: ["id"];
2363
+ },
2243
2364
  {
2244
2365
  foreignKeyName: "prj_projects_deal_id_fkey";
2245
2366
  columns: ["deal_id"];
@@ -2644,6 +2765,66 @@ type Database = {
2644
2765
  }
2645
2766
  ];
2646
2767
  };
2768
+ user_notes: {
2769
+ Row: {
2770
+ content: string;
2771
+ created_at: string;
2772
+ created_by: string;
2773
+ id: string;
2774
+ metadata: Json;
2775
+ organization_id: string | null;
2776
+ pinned: boolean;
2777
+ priority: string;
2778
+ source: string | null;
2779
+ title: string | null;
2780
+ updated_at: string;
2781
+ user_id: string;
2782
+ };
2783
+ Insert: {
2784
+ content: string;
2785
+ created_at?: string;
2786
+ created_by?: string;
2787
+ id?: string;
2788
+ metadata?: Json;
2789
+ organization_id?: string | null;
2790
+ pinned?: boolean;
2791
+ priority?: string;
2792
+ source?: string | null;
2793
+ title?: string | null;
2794
+ updated_at?: string;
2795
+ user_id: string;
2796
+ };
2797
+ Update: {
2798
+ content?: string;
2799
+ created_at?: string;
2800
+ created_by?: string;
2801
+ id?: string;
2802
+ metadata?: Json;
2803
+ organization_id?: string | null;
2804
+ pinned?: boolean;
2805
+ priority?: string;
2806
+ source?: string | null;
2807
+ title?: string | null;
2808
+ updated_at?: string;
2809
+ user_id?: string;
2810
+ };
2811
+ Relationships: [
2812
+ {
2813
+ foreignKeyName: "user_notes_organization_id_fkey";
2814
+ columns: ["organization_id"];
2815
+ isOneToOne: false;
2816
+ referencedRelation: "organizations";
2817
+ referencedColumns: ["id"];
2818
+ },
2819
+ {
2820
+ foreignKeyName: "user_notes_user_id_fkey";
2821
+ columns: ["user_id"];
2822
+ isOneToOne: false;
2823
+ referencedRelation: "users";
2824
+ referencedColumns: ["id"];
2825
+ }
2826
+ ];
2827
+ };
2647
2828
  users: {
2648
2829
  Row: {
2649
2830
  config: Json;
@@ -2947,6 +3128,22 @@ interface ProjectDetail extends ProjectRow {
2947
3128
  name: string;
2948
3129
  domain: string | null;
2949
3130
  } | null;
3131
+ deal: ProjectSourceDealRef | null;
3132
+ client: ProjectClientRef | null;
3133
+ }
3134
+ interface ProjectSourceDealRef {
3135
+ id: string;
3136
+ clientId?: string | null;
3137
+ contactEmail: string;
3138
+ stageKey: string | null;
3139
+ stateKey: string | null;
3140
+ sourceListId: string | null;
3141
+ updatedAt: string;
3142
+ }
3143
+ interface ProjectClientRef {
3144
+ id: string;
3145
+ name: string;
3146
+ status: string;
2950
3147
  }
2951
3148
 
2952
3149
  declare const projectKeys: {
@@ -3017,6 +3214,7 @@ declare function useProjectTasks(projectId: string): _tanstack_react_query.UseQu
3017
3214
  declare function useCreateProject(): _tanstack_react_query.UseMutationResult<{
3018
3215
  actual_end_date: string | null;
3019
3216
  client_company_id: string | null;
3217
+ client_id: string | null;
3020
3218
  contract_value: number | null;
3021
3219
  created_at: string;
3022
3220
  deal_id: string | null;
@@ -3033,6 +3231,7 @@ declare function useCreateProject(): _tanstack_react_query.UseMutationResult<{
3033
3231
  }, Error, Omit<{
3034
3232
  actual_end_date?: string | null;
3035
3233
  client_company_id?: string | null;
3234
+ client_id?: string | null;
3036
3235
  contract_value?: number | null;
3037
3236
  created_at?: string;
3038
3237
  deal_id?: string | null;
@@ -3050,6 +3249,7 @@ declare function useCreateProject(): _tanstack_react_query.UseMutationResult<{
3050
3249
  declare function useUpdateProject(): _tanstack_react_query.UseMutationResult<{
3051
3250
  actual_end_date: string | null;
3052
3251
  client_company_id: string | null;
3252
+ client_id: string | null;
3053
3253
  contract_value: number | null;
3054
3254
  created_at: string;
3055
3255
  deal_id: string | null;
@@ -1,5 +1,5 @@
1
- export { milestoneKeys, noteKeys, projectKeys, taskKeys, useCreateMilestone, useCreateNote, useCreateProject, useCreateTask, useDeleteMilestone, useDeleteProject, useDeleteTask, useMilestones, useProject, useProjectMilestones, useProjectNotes, useProjectTasks, useProjects, useTasks, useUpdateMilestone, useUpdateProject, useUpdateTask } from '../../chunk-T2PAD63Y.js';
2
- import '../../chunk-HXZQWMKE.js';
1
+ export { milestoneKeys, noteKeys, projectKeys, taskKeys, useCreateMilestone, useCreateNote, useCreateProject, useCreateTask, useDeleteMilestone, useDeleteProject, useDeleteTask, useMilestones, useProject, useProjectMilestones, useProjectNotes, useProjectTasks, useProjects, useTasks, useUpdateMilestone, useUpdateProject, useUpdateTask } from '../../chunk-XZGSCABI.js';
2
+ import '../../chunk-2RJMVWFJ.js';
3
3
  import '../../chunk-KRWALB24.js';
4
4
  import '../../chunk-KJ3QUBNU.js';
5
5
  import '../../chunk-I2KLQ2HA.js';
@@ -534,6 +534,14 @@
534
534
  .mantine-Accordion-control:hover {
535
535
  background-color: var(--color-surface-hover);
536
536
  }
537
+ [data-mantine-color-scheme] .mantine-Accordion-root .mantine-Accordion-item {
538
+ --item-filled-color: var(--color-surface);
539
+ --item-border-color: var(--color-border);
540
+ }
541
+ [data-mantine-color-scheme] .mantine-Accordion-root[data-variant=separated] .mantine-Accordion-item[data-active] {
542
+ background-color: var(--color-surface);
543
+ border-color: var(--color-border);
544
+ }
537
545
  .mantine-Menu-item:hover:not([data-disabled]) {
538
546
  background-color: var(--color-surface-hover);
539
547
  }
@@ -599,6 +607,36 @@
599
607
  background-color: var(--color-primary);
600
608
  border-color: var(--color-primary);
601
609
  }
610
+ .mantine-Tree-node:focus-visible > [data-value] {
611
+ outline: 2px solid color-mix(in srgb, var(--color-primary) 55%, transparent);
612
+ outline-offset: 2px;
613
+ }
614
+ .mantine-Tree-label[data-hovered] {
615
+ background-color: var(--color-surface-hover);
616
+ border-color: var(--color-border);
617
+ }
618
+ .mantine-Tree-label[data-selected] {
619
+ background-color: color-mix(in srgb, var(--color-primary) 12%, transparent);
620
+ border-color: color-mix(in srgb, var(--color-primary) 38%, var(--color-border));
621
+ color: var(--color-primary);
622
+ }
623
+ [data-knowledge-article] pre {
624
+ white-space: pre-wrap;
625
+ word-break: break-word;
626
+ overflow-x: auto;
627
+ max-width: 100%;
628
+ padding: var(--mantine-spacing-sm);
629
+ background-color: var(--color-surface);
630
+ border: 1px solid var(--color-border);
631
+ border-radius: var(--mantine-radius-sm);
632
+ }
633
+ [data-knowledge-article] pre code {
634
+ background: transparent;
635
+ border: none;
636
+ padding: 0;
637
+ white-space: inherit;
638
+ word-break: inherit;
639
+ }
602
640
  .recharts-surface:focus {
603
641
  outline: none;
604
642
  }