@wallarm-org/design-system 0.43.0 → 0.44.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/dist/components/AppShell/story-content/_storyConfigRenderer.d.ts +7 -0
  2. package/dist/components/AppShell/story-content/_storyConfigRenderer.js +46 -0
  3. package/dist/components/AppShell/story-content/_storyHomeContent.d.ts +2 -0
  4. package/dist/components/AppShell/story-content/_storyHomeContent.js +15 -0
  5. package/dist/components/AppShell/story-content/_storyNavConfigs.d.ts +6 -0
  6. package/dist/components/AppShell/story-content/_storyNavConfigs.js +693 -0
  7. package/dist/components/AppShell/story-content/index.d.ts +3 -0
  8. package/dist/components/AppShell/story-content/index.js +4 -0
  9. package/dist/components/Breadcrumbs/BreadcrumbsItem.js +2 -1
  10. package/dist/components/Breadcrumbs/BreadcrumbsScopeSwitcher.d.ts +18 -0
  11. package/dist/components/Breadcrumbs/BreadcrumbsScopeSwitcher.js +60 -0
  12. package/dist/components/Breadcrumbs/index.d.ts +1 -0
  13. package/dist/components/Breadcrumbs/index.js +2 -1
  14. package/dist/components/NavPanel/NavPanel.d.ts +8 -0
  15. package/dist/components/NavPanel/NavPanel.js +93 -0
  16. package/dist/components/NavPanel/NavPanelBack.d.ts +6 -0
  17. package/dist/components/NavPanel/NavPanelBack.js +31 -0
  18. package/dist/components/NavPanel/NavPanelContext.d.ts +12 -0
  19. package/dist/components/NavPanel/NavPanelContext.js +9 -0
  20. package/dist/components/NavPanel/NavPanelDivider.d.ts +3 -0
  21. package/dist/components/NavPanel/NavPanelDivider.js +10 -0
  22. package/dist/components/NavPanel/NavPanelGroup.d.ts +18 -0
  23. package/dist/components/NavPanel/NavPanelGroup.js +49 -0
  24. package/dist/components/NavPanel/NavPanelGroupContent.d.ts +6 -0
  25. package/dist/components/NavPanel/NavPanelGroupContent.js +36 -0
  26. package/dist/components/NavPanel/NavPanelGroupItem.d.ts +10 -0
  27. package/dist/components/NavPanel/NavPanelGroupItem.js +40 -0
  28. package/dist/components/NavPanel/NavPanelGroupLabel.d.ts +8 -0
  29. package/dist/components/NavPanel/NavPanelGroupLabel.js +48 -0
  30. package/dist/components/NavPanel/NavPanelHeader.d.ts +6 -0
  31. package/dist/components/NavPanel/NavPanelHeader.js +21 -0
  32. package/dist/components/NavPanel/NavPanelItem.d.ts +10 -0
  33. package/dist/components/NavPanel/NavPanelItem.js +35 -0
  34. package/dist/components/NavPanel/NavPanelResizeHandle.d.ts +2 -0
  35. package/dist/components/NavPanel/NavPanelResizeHandle.js +81 -0
  36. package/dist/components/NavPanel/NavPanelSectionHeader.d.ts +6 -0
  37. package/dist/components/NavPanel/NavPanelSectionHeader.js +22 -0
  38. package/dist/components/NavPanel/classes.d.ts +6 -0
  39. package/dist/components/NavPanel/classes.js +24 -0
  40. package/dist/components/NavPanel/index.d.ts +10 -0
  41. package/dist/components/NavPanel/index.js +11 -0
  42. package/dist/components/NavRail/NavRail.js +33 -2
  43. package/dist/components/NavRail/NavRailItem.js +10 -3
  44. package/dist/components/NavRail/classes.js +2 -2
  45. package/dist/components/NavRail/useShortcut.d.ts +2 -0
  46. package/dist/components/NavRail/useShortcut.js +44 -0
  47. package/dist/components/ProductNav/ProductNav.d.ts +13 -0
  48. package/dist/components/ProductNav/ProductNav.js +100 -0
  49. package/dist/components/ProductNav/ProductNavBreadcrumbs.d.ts +2 -0
  50. package/dist/components/ProductNav/ProductNavBreadcrumbs.js +38 -0
  51. package/dist/components/ProductNav/ProductNavContext.d.ts +22 -0
  52. package/dist/components/ProductNav/ProductNavContext.js +9 -0
  53. package/dist/components/ProductNav/ProductNavPanel.d.ts +6 -0
  54. package/dist/components/ProductNav/ProductNavPanel.js +82 -0
  55. package/dist/components/ProductNav/index.d.ts +10 -0
  56. package/dist/components/ProductNav/index.js +9 -0
  57. package/dist/components/ProductNav/matchNav.d.ts +16 -0
  58. package/dist/components/ProductNav/matchNav.js +108 -0
  59. package/dist/components/ProductNav/navUtils.d.ts +5 -0
  60. package/dist/components/ProductNav/navUtils.js +26 -0
  61. package/dist/components/ProductNav/types.d.ts +69 -0
  62. package/dist/components/ProductNav/types.js +0 -0
  63. package/dist/components/ProductNav/useLocationPathname.d.ts +4 -0
  64. package/dist/components/ProductNav/useLocationPathname.js +24 -0
  65. package/dist/components/ProductNav/useProductNav.d.ts +16 -0
  66. package/dist/components/ProductNav/useProductNav.js +19 -0
  67. package/dist/components/RemoteShell/RemoteShell.d.ts +7 -0
  68. package/dist/components/RemoteShell/RemoteShell.js +16 -0
  69. package/dist/components/RemoteShell/RemoteShellBreadcrumb.d.ts +6 -0
  70. package/dist/components/RemoteShell/RemoteShellBreadcrumb.js +16 -0
  71. package/dist/components/RemoteShell/RemoteShellContent.d.ts +6 -0
  72. package/dist/components/RemoteShell/RemoteShellContent.js +16 -0
  73. package/dist/components/RemoteShell/RemoteShellPanel.d.ts +6 -0
  74. package/dist/components/RemoteShell/RemoteShellPanel.js +16 -0
  75. package/dist/components/RemoteShell/index.d.ts +4 -0
  76. package/dist/components/RemoteShell/index.js +5 -0
  77. package/dist/components/SimpleCharts/LineChart/LineChart.js +5 -5
  78. package/dist/components/SimpleCharts/LineChart/LineChartZoomBrush.js +66 -12
  79. package/dist/components/SimpleCharts/LineChart/hooks/useLineChartActiveKey.js +4 -3
  80. package/dist/components/SimpleCharts/LineChart/hooks/useLineChartZoomState.d.ts +9 -2
  81. package/dist/components/SimpleCharts/LineChart/hooks/useLineChartZoomState.js +88 -34
  82. package/dist/hooks/index.d.ts +1 -0
  83. package/dist/hooks/index.js +2 -1
  84. package/dist/hooks/useArrowNav.d.ts +7 -0
  85. package/dist/hooks/useArrowNav.js +98 -0
  86. package/dist/icons/ChevronUpDown.d.ts +3 -0
  87. package/dist/icons/ChevronUpDown.js +12 -0
  88. package/dist/icons/MapPin.d.ts +3 -0
  89. package/dist/icons/MapPin.js +12 -0
  90. package/dist/icons/index.d.ts +2 -0
  91. package/dist/icons/index.js +3 -1
  92. package/dist/index.d.ts +3 -0
  93. package/dist/index.js +4 -1
  94. package/dist/metadata/components.json +4829 -682
  95. package/package.json +1 -1
@@ -0,0 +1,693 @@
1
+ import { CircleDashed } from "../../../icons/index.js";
2
+ const edgeNavConfig = {
3
+ productLabel: 'Edge',
4
+ items: [
5
+ {
6
+ type: 'link',
7
+ id: 'overview',
8
+ label: 'Overview',
9
+ path: 'overview',
10
+ icon: CircleDashed
11
+ },
12
+ {
13
+ type: 'drill',
14
+ id: 'data-planes',
15
+ label: 'Data planes',
16
+ path: 'data-planes',
17
+ icon: CircleDashed,
18
+ param: 'dataPlaneId',
19
+ entities: [
20
+ {
21
+ id: 'production',
22
+ label: 'Production',
23
+ description: 'Main production environment'
24
+ },
25
+ {
26
+ id: 'staging',
27
+ label: 'Staging',
28
+ description: 'Pre-production testing'
29
+ },
30
+ {
31
+ id: 'edge-eu',
32
+ label: 'Edge EU',
33
+ description: 'European edge nodes'
34
+ },
35
+ {
36
+ id: 'edge-us',
37
+ label: 'Edge US',
38
+ description: 'US edge nodes'
39
+ }
40
+ ],
41
+ children: [
42
+ {
43
+ type: 'link',
44
+ id: 'dp-overview',
45
+ label: 'Overview',
46
+ path: 'overview'
47
+ },
48
+ {
49
+ type: 'link',
50
+ id: 'dp-nodes',
51
+ label: 'Nodes',
52
+ path: 'nodes'
53
+ },
54
+ {
55
+ type: 'link',
56
+ id: 'dp-services',
57
+ label: 'Services',
58
+ path: 'services'
59
+ },
60
+ {
61
+ type: 'link',
62
+ id: 'dp-govern',
63
+ label: 'Govern',
64
+ path: 'govern'
65
+ },
66
+ {
67
+ type: 'group',
68
+ id: 'dp-operations',
69
+ label: 'Operations',
70
+ children: [
71
+ {
72
+ type: 'link',
73
+ id: 'dp-routing-rules',
74
+ label: 'Routing rules',
75
+ path: 'routing-rules'
76
+ },
77
+ {
78
+ type: 'link',
79
+ id: 'dp-settings',
80
+ label: 'Settings',
81
+ path: 'settings'
82
+ }
83
+ ]
84
+ }
85
+ ]
86
+ },
87
+ {
88
+ type: 'link',
89
+ id: 'dashboards',
90
+ label: 'Dashboards',
91
+ path: 'dashboards',
92
+ icon: CircleDashed
93
+ },
94
+ {
95
+ type: 'section-header',
96
+ id: 'section-detect',
97
+ label: 'Detect & Respond'
98
+ },
99
+ {
100
+ type: 'group',
101
+ id: 'events',
102
+ label: 'Events',
103
+ icon: CircleDashed,
104
+ defaultExpanded: true,
105
+ children: [
106
+ {
107
+ type: 'link',
108
+ id: 'attacks',
109
+ label: 'Attacks',
110
+ path: 'attacks'
111
+ },
112
+ {
113
+ type: 'link',
114
+ id: 'incidents',
115
+ label: 'Incidents',
116
+ path: 'incidents'
117
+ },
118
+ {
119
+ type: 'link',
120
+ id: 'security-issues',
121
+ label: 'Security Issues',
122
+ path: 'security-issues'
123
+ },
124
+ {
125
+ type: 'link',
126
+ id: 'api-sessions',
127
+ label: 'API Sessions',
128
+ path: 'api-sessions'
129
+ }
130
+ ]
131
+ },
132
+ {
133
+ type: 'group',
134
+ id: 'api-security',
135
+ label: 'API Security',
136
+ icon: CircleDashed,
137
+ children: [
138
+ {
139
+ type: 'link',
140
+ id: 'api-attack-surface',
141
+ label: 'API Attack Surface',
142
+ path: 'api-attack-surface'
143
+ },
144
+ {
145
+ type: 'link',
146
+ id: 'api-discovery',
147
+ label: 'API Discovery',
148
+ path: 'api-discovery'
149
+ },
150
+ {
151
+ type: 'link',
152
+ id: 'api-abuse-prevention',
153
+ label: 'API Abuse Prevention',
154
+ path: 'api-abuse-prevention'
155
+ },
156
+ {
157
+ type: 'link',
158
+ id: 'api-specifications',
159
+ label: 'API Specifications',
160
+ path: 'api-specifications'
161
+ }
162
+ ]
163
+ },
164
+ {
165
+ type: 'group',
166
+ id: 'security-controls',
167
+ label: 'Security controls',
168
+ icon: CircleDashed,
169
+ children: [
170
+ {
171
+ type: 'link',
172
+ id: 'ip-session-lists',
173
+ label: 'IP & Session Lists',
174
+ path: 'ip-session-lists'
175
+ },
176
+ {
177
+ type: 'link',
178
+ id: 'triggers',
179
+ label: 'Triggers',
180
+ path: 'triggers'
181
+ },
182
+ {
183
+ type: 'link',
184
+ id: 'rules',
185
+ label: 'Rules',
186
+ path: 'rules'
187
+ },
188
+ {
189
+ type: 'link',
190
+ id: 'mitigation-controls',
191
+ label: 'Mitigation Controls',
192
+ path: 'mitigation-controls'
193
+ },
194
+ {
195
+ type: 'link',
196
+ id: 'credential-stuffing',
197
+ label: 'Credential Stuffing',
198
+ path: 'credential-stuffing'
199
+ }
200
+ ]
201
+ },
202
+ {
203
+ type: 'section-header',
204
+ id: 'section-protect',
205
+ label: 'Protect'
206
+ },
207
+ {
208
+ type: 'group',
209
+ id: 'security-testing',
210
+ label: 'Security Testing',
211
+ icon: CircleDashed,
212
+ children: [
213
+ {
214
+ type: 'link',
215
+ id: 'threat-replay',
216
+ label: 'Threat Replay',
217
+ path: 'threat-replay'
218
+ },
219
+ {
220
+ type: 'link',
221
+ id: 'schema-based',
222
+ label: 'Schema-Based',
223
+ path: 'schema-based'
224
+ }
225
+ ]
226
+ },
227
+ {
228
+ type: 'group',
229
+ id: 'configuration',
230
+ label: 'Configuration',
231
+ icon: CircleDashed,
232
+ children: [
233
+ {
234
+ type: 'group',
235
+ id: 'nodes',
236
+ label: 'Nodes',
237
+ children: [
238
+ {
239
+ type: 'link',
240
+ id: 'nodes-overview',
241
+ label: 'Overview',
242
+ path: 'nodes-overview'
243
+ },
244
+ {
245
+ type: 'link',
246
+ id: 'nodes-pools',
247
+ label: 'Pools',
248
+ path: 'nodes-pools'
249
+ },
250
+ {
251
+ type: 'link',
252
+ id: 'nodes-health-checks',
253
+ label: 'Health checks',
254
+ path: 'nodes-health-checks'
255
+ }
256
+ ]
257
+ },
258
+ {
259
+ type: 'link',
260
+ id: 'security-edge',
261
+ label: 'Security Edge',
262
+ path: 'security-edge'
263
+ },
264
+ {
265
+ type: 'link',
266
+ id: 'integrations',
267
+ label: 'Integrations',
268
+ path: 'integrations'
269
+ }
270
+ ]
271
+ }
272
+ ]
273
+ };
274
+ const aiHypervisorNavConfig = {
275
+ productLabel: 'AI Hypervisor',
276
+ items: [
277
+ {
278
+ type: 'link',
279
+ id: 'heatmap',
280
+ label: 'Heatmap',
281
+ path: 'heatmap',
282
+ icon: CircleDashed
283
+ },
284
+ {
285
+ type: 'link',
286
+ id: 'registry',
287
+ label: 'Registry',
288
+ path: 'registry',
289
+ icon: CircleDashed
290
+ },
291
+ {
292
+ type: 'group',
293
+ id: 'topology',
294
+ label: 'Topology',
295
+ icon: CircleDashed,
296
+ defaultExpanded: true,
297
+ children: [
298
+ {
299
+ type: 'link',
300
+ id: 'topology-overview',
301
+ label: 'Overview',
302
+ path: 'topology-overview'
303
+ },
304
+ {
305
+ type: 'link',
306
+ id: 'topology-services',
307
+ label: 'Services',
308
+ path: 'topology-services'
309
+ },
310
+ {
311
+ type: 'group',
312
+ id: 'graphs',
313
+ label: 'Graphs',
314
+ children: [
315
+ {
316
+ type: 'link',
317
+ id: 'flow-graph',
318
+ label: 'Flow graph',
319
+ path: 'flow-graph'
320
+ },
321
+ {
322
+ type: 'link',
323
+ id: 'dependency-graph',
324
+ label: 'Dependency graph',
325
+ path: 'dependency-graph'
326
+ },
327
+ {
328
+ type: 'link',
329
+ id: 'traffic-graph',
330
+ label: 'Traffic graph',
331
+ path: 'traffic-graph'
332
+ }
333
+ ]
334
+ }
335
+ ]
336
+ },
337
+ {
338
+ type: 'link',
339
+ id: 'data-tracks',
340
+ label: 'Data Tracks',
341
+ path: 'data-tracks',
342
+ icon: CircleDashed
343
+ },
344
+ {
345
+ type: 'link',
346
+ id: 'user-tracks',
347
+ label: 'User Tracks',
348
+ path: 'user-tracks',
349
+ icon: CircleDashed
350
+ },
351
+ {
352
+ type: 'link',
353
+ id: 'supply-chain',
354
+ label: 'Supply Chain',
355
+ path: 'supply-chain',
356
+ icon: CircleDashed
357
+ },
358
+ {
359
+ type: 'link',
360
+ id: 'enforcement',
361
+ label: 'Enforcement',
362
+ path: 'enforcement',
363
+ icon: CircleDashed
364
+ },
365
+ {
366
+ type: 'link',
367
+ id: 'ai-integrations',
368
+ label: 'Integrations',
369
+ path: 'ai-integrations',
370
+ icon: CircleDashed
371
+ },
372
+ {
373
+ type: 'link',
374
+ id: 'red-team',
375
+ label: 'Red Team',
376
+ path: 'red-team',
377
+ icon: CircleDashed
378
+ },
379
+ {
380
+ type: 'link',
381
+ id: 'debugger',
382
+ label: 'Debugger',
383
+ path: 'debugger',
384
+ icon: CircleDashed
385
+ }
386
+ ]
387
+ };
388
+ const infraDiscoveryNavConfig = {
389
+ productLabel: 'Infra Discovery',
390
+ items: [
391
+ {
392
+ type: 'link',
393
+ id: 'overview',
394
+ label: 'Overview',
395
+ path: 'overview',
396
+ icon: CircleDashed
397
+ },
398
+ {
399
+ type: 'group',
400
+ id: 'inventory',
401
+ label: 'Inventory',
402
+ icon: CircleDashed,
403
+ defaultExpanded: true,
404
+ children: [
405
+ {
406
+ type: 'link',
407
+ id: 'all-assets',
408
+ label: 'All assets',
409
+ path: 'all-assets'
410
+ },
411
+ {
412
+ type: 'link',
413
+ id: 'untagged',
414
+ label: 'Untagged',
415
+ path: 'untagged'
416
+ },
417
+ {
418
+ type: 'group',
419
+ id: 'by-source',
420
+ label: 'By source',
421
+ children: [
422
+ {
423
+ type: 'link',
424
+ id: 'cloud-accounts',
425
+ label: 'Cloud accounts',
426
+ path: 'cloud-accounts'
427
+ },
428
+ {
429
+ type: 'link',
430
+ id: 'kubernetes',
431
+ label: 'Kubernetes',
432
+ path: 'kubernetes'
433
+ },
434
+ {
435
+ type: 'link',
436
+ id: 'source-control',
437
+ label: 'Source control',
438
+ path: 'source-control'
439
+ }
440
+ ]
441
+ }
442
+ ]
443
+ },
444
+ {
445
+ type: 'link',
446
+ id: 'topology',
447
+ label: 'Topology',
448
+ path: 'topology',
449
+ icon: CircleDashed
450
+ },
451
+ {
452
+ type: 'link',
453
+ id: 'findings',
454
+ label: 'Findings',
455
+ path: 'findings',
456
+ icon: CircleDashed
457
+ },
458
+ {
459
+ type: 'link',
460
+ id: 'risks',
461
+ label: 'Risks',
462
+ path: 'risks',
463
+ icon: CircleDashed
464
+ },
465
+ {
466
+ type: 'link',
467
+ id: 'infra-integrations',
468
+ label: 'Integrations',
469
+ path: 'infra-integrations',
470
+ icon: CircleDashed
471
+ },
472
+ {
473
+ type: 'link',
474
+ id: 'infra-settings',
475
+ label: 'Settings',
476
+ path: 'infra-settings',
477
+ icon: CircleDashed
478
+ }
479
+ ]
480
+ };
481
+ const securityTestingNavConfig = {
482
+ productLabel: 'Security Testing',
483
+ items: [
484
+ {
485
+ type: 'link',
486
+ id: 'overview',
487
+ label: 'Overview',
488
+ path: 'overview',
489
+ icon: CircleDashed
490
+ },
491
+ {
492
+ type: 'link',
493
+ id: 'test-suites',
494
+ label: 'Test Suites',
495
+ path: 'test-suites',
496
+ icon: CircleDashed
497
+ },
498
+ {
499
+ type: 'group',
500
+ id: 'templates',
501
+ label: 'Templates',
502
+ icon: CircleDashed,
503
+ children: [
504
+ {
505
+ type: 'link',
506
+ id: 'owasp',
507
+ label: 'OWASP',
508
+ path: 'owasp'
509
+ },
510
+ {
511
+ type: 'link',
512
+ id: 'pci-dss',
513
+ label: 'PCI DSS',
514
+ path: 'pci-dss'
515
+ },
516
+ {
517
+ type: 'link',
518
+ id: 'internal',
519
+ label: 'Internal',
520
+ path: 'internal'
521
+ }
522
+ ]
523
+ },
524
+ {
525
+ type: 'link',
526
+ id: 'schedules',
527
+ label: 'Schedules',
528
+ path: 'schedules',
529
+ icon: CircleDashed
530
+ },
531
+ {
532
+ type: 'link',
533
+ id: 'results',
534
+ label: 'Results',
535
+ path: 'results',
536
+ icon: CircleDashed
537
+ },
538
+ {
539
+ type: 'link',
540
+ id: 'coverage',
541
+ label: 'Coverage',
542
+ path: 'coverage',
543
+ icon: CircleDashed
544
+ },
545
+ {
546
+ type: 'link',
547
+ id: 'testing-settings',
548
+ label: 'Settings',
549
+ path: 'testing-settings',
550
+ icon: CircleDashed
551
+ }
552
+ ]
553
+ };
554
+ const settingsNavConfig = {
555
+ productLabel: 'Settings',
556
+ items: [
557
+ {
558
+ type: 'link',
559
+ id: 'profile',
560
+ label: 'Profile',
561
+ path: 'profile',
562
+ icon: CircleDashed
563
+ },
564
+ {
565
+ type: 'link',
566
+ id: 'general',
567
+ label: 'General',
568
+ path: 'general',
569
+ icon: CircleDashed
570
+ },
571
+ {
572
+ type: 'link',
573
+ id: "subscriptions",
574
+ label: "Subscriptions",
575
+ path: "subscriptions",
576
+ icon: CircleDashed
577
+ },
578
+ {
579
+ type: 'link',
580
+ id: 'applications',
581
+ label: 'Applications',
582
+ path: 'applications',
583
+ icon: CircleDashed
584
+ },
585
+ {
586
+ type: 'group',
587
+ id: 'users',
588
+ label: 'Users',
589
+ icon: CircleDashed,
590
+ defaultExpanded: true,
591
+ children: [
592
+ {
593
+ type: 'link',
594
+ id: 'users-all',
595
+ label: 'All users',
596
+ path: 'users-all'
597
+ },
598
+ {
599
+ type: 'link',
600
+ id: 'users-invites',
601
+ label: 'Pending invites',
602
+ path: 'users-invites'
603
+ },
604
+ {
605
+ type: 'link',
606
+ id: 'users-roles',
607
+ label: 'Roles',
608
+ path: 'users-roles'
609
+ }
610
+ ]
611
+ },
612
+ {
613
+ type: 'section-header',
614
+ id: 'section-access',
615
+ label: 'Access Management'
616
+ },
617
+ {
618
+ type: 'link',
619
+ id: 'groups',
620
+ label: 'Groups',
621
+ path: 'groups',
622
+ icon: CircleDashed
623
+ },
624
+ {
625
+ type: 'link',
626
+ id: 'api-tokens',
627
+ label: 'API Tokens',
628
+ path: 'api-tokens',
629
+ icon: CircleDashed
630
+ },
631
+ {
632
+ type: 'link',
633
+ id: 'activity-log',
634
+ label: 'Activity Log',
635
+ path: 'activity-log',
636
+ icon: CircleDashed,
637
+ dividerAfter: true
638
+ },
639
+ {
640
+ type: 'group',
641
+ id: 'admin-zone',
642
+ label: 'Admin Zone',
643
+ icon: CircleDashed,
644
+ defaultExpanded: true,
645
+ children: [
646
+ {
647
+ type: 'link',
648
+ id: 'customer-settings',
649
+ label: 'Customer Settings',
650
+ path: 'customer-settings'
651
+ },
652
+ {
653
+ type: 'group',
654
+ id: 'system-configuration',
655
+ label: 'System Configuration',
656
+ children: [
657
+ {
658
+ type: 'link',
659
+ id: 'sys-general',
660
+ label: 'General',
661
+ path: 'sys-general'
662
+ },
663
+ {
664
+ type: 'link',
665
+ id: 'sys-storage',
666
+ label: 'Storage',
667
+ path: 'sys-storage'
668
+ },
669
+ {
670
+ type: 'link',
671
+ id: 'sys-networking',
672
+ label: 'Networking',
673
+ path: 'sys-networking'
674
+ }
675
+ ]
676
+ },
677
+ {
678
+ type: 'link',
679
+ id: 'bola-triggers',
680
+ label: 'BOLA Triggers',
681
+ path: 'bola-triggers'
682
+ },
683
+ {
684
+ type: 'link',
685
+ id: 'experiments',
686
+ label: 'Experiments',
687
+ path: 'experiments'
688
+ }
689
+ ]
690
+ }
691
+ ]
692
+ };
693
+ export { aiHypervisorNavConfig, edgeNavConfig, infraDiscoveryNavConfig, securityTestingNavConfig, settingsNavConfig };
@@ -0,0 +1,3 @@
1
+ export { ConfigRemote } from './_storyConfigRenderer';
2
+ export { HomeContent } from './_storyHomeContent';
3
+ export { aiHypervisorNavConfig, edgeNavConfig, infraDiscoveryNavConfig, securityTestingNavConfig, settingsNavConfig, } from './_storyNavConfigs';
@@ -0,0 +1,4 @@
1
+ import { ConfigRemote } from "./_storyConfigRenderer.js";
2
+ import { HomeContent } from "./_storyHomeContent.js";
3
+ import { aiHypervisorNavConfig, edgeNavConfig, infraDiscoveryNavConfig, securityTestingNavConfig, settingsNavConfig } from "./_storyNavConfigs.js";
4
+ export { ConfigRemote, HomeContent, aiHypervisorNavConfig, edgeNavConfig, infraDiscoveryNavConfig, securityTestingNavConfig, settingsNavConfig };