@manojkmfsi/monodog 1.1.37 → 1.1.39
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/CHANGELOG.md +12 -0
- package/monodog-dashboard/dist/assets/index-C08ciT3A.js +20 -0
- package/monodog-dashboard/dist/assets/index-C08ciT3A.js.map +1 -0
- package/monodog-dashboard/dist/assets/index-Dc2vaUOq.css +1 -0
- package/monodog-dashboard/{index.html → dist/index.html} +2 -1
- package/monodog-dashboard/package.json +0 -3
- package/package.json +2 -2
- package/monodog-dashboard/THEME_SYSTEM.md +0 -309
- package/monodog-dashboard/__tests__/AuthCallbackPage.test.ts +0 -138
- package/monodog-dashboard/__tests__/ConfigInspector.test.ts +0 -33
- package/monodog-dashboard/__tests__/DependencyGraph.test.ts +0 -72
- package/monodog-dashboard/__tests__/HealthStatus.test.ts +0 -69
- package/monodog-dashboard/__tests__/LoginPage.test.ts +0 -79
- package/monodog-dashboard/__tests__/PackageDetail.test.ts +0 -22
- package/monodog-dashboard/__tests__/ReleaseManager.test.tsx +0 -510
- package/monodog-dashboard/__tests__/api-client.test.ts +0 -475
- package/monodog-dashboard/__tests__/components.test.ts +0 -117
- package/monodog-dashboard/__tests__/dashboard.utils.test.ts +0 -144
- package/monodog-dashboard/__tests__/dependency.utils.test.ts +0 -125
- package/monodog-dashboard/__tests__/monorepoService.unit.test.ts +0 -103
- package/monodog-dashboard/__tests__/packages.utils.test.ts +0 -37
- package/monodog-dashboard/__tests__/pages.test.ts +0 -103
- package/monodog-dashboard/package-lock.json +0 -4587
- package/monodog-dashboard/postcss.config.js +0 -6
- package/monodog-dashboard/src/components/App.tsx +0 -36
- package/monodog-dashboard/src/components/LoadingState.tsx +0 -18
- package/monodog-dashboard/src/components/PermissionGuard.tsx +0 -92
- package/monodog-dashboard/src/components/ProtectedRoute.tsx +0 -24
- package/monodog-dashboard/src/components/configuration/Configuration.tsx +0 -91
- package/monodog-dashboard/src/components/configuration/components/BrandingSettings.tsx +0 -128
- package/monodog-dashboard/src/components/configuration/components/ConfigurationHeader.tsx +0 -34
- package/monodog-dashboard/src/components/configuration/components/ConfigurationModal.tsx +0 -20
- package/monodog-dashboard/src/components/configuration/components/ConfigurationTabs.tsx +0 -30
- package/monodog-dashboard/src/components/configuration/components/FeatureToggles.tsx +0 -66
- package/monodog-dashboard/src/components/configuration/components/GeneralSettings.tsx +0 -77
- package/monodog-dashboard/src/components/configuration/components/MonorepoSettings.tsx +0 -179
- package/monodog-dashboard/src/components/configuration/components/index.ts +0 -8
- package/monodog-dashboard/src/components/configuration/types/config.types.ts +0 -52
- package/monodog-dashboard/src/components/configuration/utils/config.utils.tsx +0 -115
- package/monodog-dashboard/src/components/main-dashboard/Dashboard.tsx +0 -242
- package/monodog-dashboard/src/components/main-dashboard/Layout.tsx +0 -112
- package/monodog-dashboard/src/components/main-dashboard/components/Header.tsx +0 -47
- package/monodog-dashboard/src/components/main-dashboard/components/PackageDistribution.tsx +0 -35
- package/monodog-dashboard/src/components/main-dashboard/components/PackageSearchFilter.tsx +0 -47
- package/monodog-dashboard/src/components/main-dashboard/components/PackageTable.tsx +0 -87
- package/monodog-dashboard/src/components/main-dashboard/components/QuickActions.tsx +0 -60
- package/monodog-dashboard/src/components/main-dashboard/components/StatsCards.tsx +0 -73
- package/monodog-dashboard/src/components/main-dashboard/components/index.ts +0 -7
- package/monodog-dashboard/src/components/main-dashboard/types/dashboard.types.ts +0 -33
- package/monodog-dashboard/src/components/main-dashboard/utils/dashboard.utils.tsx +0 -70
- package/monodog-dashboard/src/components/modules/ci-integration/CIIntegration.tsx +0 -277
- package/monodog-dashboard/src/components/modules/ci-integration/components/BuildDetails.tsx +0 -228
- package/monodog-dashboard/src/components/modules/ci-integration/components/BuildList.tsx +0 -212
- package/monodog-dashboard/src/components/modules/ci-integration/components/BuildOverview.tsx +0 -158
- package/monodog-dashboard/src/components/modules/ci-integration/components/CIIntegrationHeader.tsx +0 -38
- package/monodog-dashboard/src/components/modules/ci-integration/components/ErrorState.tsx +0 -25
- package/monodog-dashboard/src/components/modules/ci-integration/components/LoadingState.tsx +0 -16
- package/monodog-dashboard/src/components/modules/ci-integration/components/PipelineStatus.tsx +0 -223
- package/monodog-dashboard/src/components/modules/ci-integration/components/index.ts +0 -8
- package/monodog-dashboard/src/components/modules/ci-integration/types/ci.types.ts +0 -97
- package/monodog-dashboard/src/components/modules/ci-integration/utils/ci.utils.tsx +0 -264
- package/monodog-dashboard/src/components/modules/config-inspector/ConfigInspector.tsx +0 -324
- package/monodog-dashboard/src/components/modules/config-inspector/components/ConfigEditor.tsx +0 -93
- package/monodog-dashboard/src/components/modules/config-inspector/components/ConfigInspectorHeader.tsx +0 -36
- package/monodog-dashboard/src/components/modules/config-inspector/components/ConfigPreview.tsx +0 -89
- package/monodog-dashboard/src/components/modules/config-inspector/components/ConfigSidebar.tsx +0 -141
- package/monodog-dashboard/src/components/modules/config-inspector/components/ConfigToolbar.tsx +0 -184
- package/monodog-dashboard/src/components/modules/config-inspector/components/ErrorState.tsx +0 -25
- package/monodog-dashboard/src/components/modules/config-inspector/components/LoadingState.tsx +0 -16
- package/monodog-dashboard/src/components/modules/config-inspector/components/ValidationPanel.tsx +0 -155
- package/monodog-dashboard/src/components/modules/config-inspector/components/index.ts +0 -9
- package/monodog-dashboard/src/components/modules/config-inspector/types/config.types.ts +0 -100
- package/monodog-dashboard/src/components/modules/config-inspector/utils/config.utils.tsx +0 -704
- package/monodog-dashboard/src/components/modules/dependency-graph/DependencyGraph.tsx +0 -224
- package/monodog-dashboard/src/components/modules/dependency-graph/components/CircularDependencies.tsx +0 -177
- package/monodog-dashboard/src/components/modules/dependency-graph/components/DependencyDetails.tsx +0 -192
- package/monodog-dashboard/src/components/modules/dependency-graph/components/DependencyGraphHeader.tsx +0 -30
- package/monodog-dashboard/src/components/modules/dependency-graph/components/DependencyList.tsx +0 -177
- package/monodog-dashboard/src/components/modules/dependency-graph/components/ErrorState.tsx +0 -25
- package/monodog-dashboard/src/components/modules/dependency-graph/components/GraphLegend.tsx +0 -89
- package/monodog-dashboard/src/components/modules/dependency-graph/components/GraphStats.tsx +0 -141
- package/monodog-dashboard/src/components/modules/dependency-graph/components/GraphToolbar.tsx +0 -107
- package/monodog-dashboard/src/components/modules/dependency-graph/components/GraphVisualization.tsx +0 -179
- package/monodog-dashboard/src/components/modules/dependency-graph/components/LoadingState.tsx +0 -16
- package/monodog-dashboard/src/components/modules/dependency-graph/components/index.ts +0 -11
- package/monodog-dashboard/src/components/modules/dependency-graph/types/dependency.types.ts +0 -105
- package/monodog-dashboard/src/components/modules/dependency-graph/utils/dependency.utils.tsx +0 -433
- package/monodog-dashboard/src/components/modules/health-status/HealthStatus.tsx +0 -739
- package/monodog-dashboard/src/components/modules/health-status/components/ErrorState.tsx +0 -25
- package/monodog-dashboard/src/components/modules/health-status/components/HealthActions.tsx +0 -122
- package/monodog-dashboard/src/components/modules/health-status/components/HealthAlerts.tsx +0 -151
- package/monodog-dashboard/src/components/modules/health-status/components/HealthMetrics.tsx +0 -132
- package/monodog-dashboard/src/components/modules/health-status/components/HealthStatusHeader.tsx +0 -30
- package/monodog-dashboard/src/components/modules/health-status/components/LoadingState.tsx +0 -16
- package/monodog-dashboard/src/components/modules/health-status/components/OverallHealthScore.tsx +0 -122
- package/monodog-dashboard/src/components/modules/health-status/components/PackageHealthList.tsx +0 -195
- package/monodog-dashboard/src/components/modules/health-status/types/health.types.ts +0 -80
- package/monodog-dashboard/src/components/modules/health-status/utils/health.utils.tsx +0 -220
- package/monodog-dashboard/src/components/modules/packages/PackageDetail.tsx +0 -255
- package/monodog-dashboard/src/components/modules/packages/PackagesOverview.tsx +0 -166
- package/monodog-dashboard/src/components/modules/packages/components/ConfigurationTab.tsx +0 -311
- package/monodog-dashboard/src/components/modules/packages/components/DependenciesTab.tsx +0 -154
- package/monodog-dashboard/src/components/modules/packages/components/ErrorState.tsx +0 -21
- package/monodog-dashboard/src/components/modules/packages/components/HealthMetricsTab.tsx +0 -275
- package/monodog-dashboard/src/components/modules/packages/components/LoadingState.tsx +0 -14
- package/monodog-dashboard/src/components/modules/packages/components/PackageDetailHeader.tsx +0 -167
- package/monodog-dashboard/src/components/modules/packages/components/PackageDetailTabs.tsx +0 -49
- package/monodog-dashboard/src/components/modules/packages/components/PackageStats.tsx +0 -70
- package/monodog-dashboard/src/components/modules/packages/components/PackagesTable.tsx +0 -163
- package/monodog-dashboard/src/components/modules/packages/components/RecentCommitsTab.tsx +0 -90
- package/monodog-dashboard/src/components/modules/packages/components/SearchAndFilter.tsx +0 -66
- package/monodog-dashboard/src/components/modules/packages/components/index.ts +0 -12
- package/monodog-dashboard/src/components/modules/packages/types/packages.types.ts +0 -101
- package/monodog-dashboard/src/components/modules/packages/utils/packages.utils.tsx +0 -178
- package/monodog-dashboard/src/components/pipeline/JobsList.tsx +0 -83
- package/monodog-dashboard/src/components/pipeline/LogViewer.tsx +0 -392
- package/monodog-dashboard/src/components/pipeline/PipelineManager.tsx +0 -562
- package/monodog-dashboard/src/components/pipeline/WorkflowRunsList.tsx +0 -272
- package/monodog-dashboard/src/components/pipeline/WorkflowTrigger.tsx +0 -182
- package/monodog-dashboard/src/components/pipeline/utils/pipeline.utils.tsx +0 -11
- package/monodog-dashboard/src/components/publish-control/PublishControl.tsx +0 -229
- package/monodog-dashboard/src/components/publish-control/components/ChangelogViewer.tsx +0 -103
- package/monodog-dashboard/src/components/publish-control/components/ErrorState.tsx +0 -23
- package/monodog-dashboard/src/components/publish-control/components/LoadingState.tsx +0 -10
- package/monodog-dashboard/src/components/publish-control/components/PackageReleaseTable.tsx +0 -140
- package/monodog-dashboard/src/components/publish-control/components/PublishHeader.tsx +0 -30
- package/monodog-dashboard/src/components/publish-control/components/QuickActionCards.tsx +0 -56
- package/monodog-dashboard/src/components/publish-control/components/ReleaseSchedule.tsx +0 -104
- package/monodog-dashboard/src/components/publish-control/components/index.ts +0 -8
- package/monodog-dashboard/src/components/publish-control/types/publish.types.ts +0 -39
- package/monodog-dashboard/src/components/publish-control/utils/publish.utils.ts +0 -59
- package/monodog-dashboard/src/components/release-manager/ReleaseManager.tsx +0 -342
- package/monodog-dashboard/src/components/release-manager/components/ChangesetPreview.tsx +0 -123
- package/monodog-dashboard/src/components/release-manager/components/ErrorState.tsx +0 -38
- package/monodog-dashboard/src/components/release-manager/components/LoadingState.tsx +0 -18
- package/monodog-dashboard/src/components/release-manager/components/PackageSelector.tsx +0 -137
- package/monodog-dashboard/src/components/release-manager/components/PublishConfirmation.tsx +0 -150
- package/monodog-dashboard/src/components/release-manager/components/ReleaseValidation.tsx +0 -138
- package/monodog-dashboard/src/components/release-manager/components/VersionBumpSelector.tsx +0 -142
- package/monodog-dashboard/src/components/release-manager/types/index.ts +0 -9
- package/monodog-dashboard/src/components/release-manager/types/release-manager.types.ts +0 -29
- package/monodog-dashboard/src/components/setup-guide/SetupGuide.tsx +0 -96
- package/monodog-dashboard/src/components/setup-guide/components/SetupHeader.tsx +0 -24
- package/monodog-dashboard/src/components/setup-guide/components/SetupModal.tsx +0 -24
- package/monodog-dashboard/src/components/setup-guide/components/SetupProgress.tsx +0 -29
- package/monodog-dashboard/src/components/setup-guide/components/StepContent.tsx +0 -272
- package/monodog-dashboard/src/components/setup-guide/components/StepNavigation.tsx +0 -62
- package/monodog-dashboard/src/components/setup-guide/components/index.ts +0 -6
- package/monodog-dashboard/src/components/setup-guide/types/setup.types.ts +0 -38
- package/monodog-dashboard/src/components/setup-guide/utils/setup.utils.ts +0 -79
- package/monodog-dashboard/src/constants/api-config.ts +0 -81
- package/monodog-dashboard/src/constants/index.ts +0 -9
- package/monodog-dashboard/src/constants/messages.ts +0 -40
- package/monodog-dashboard/src/icons/heroicons.ts +0 -65
- package/monodog-dashboard/src/icons/index.tsx +0 -1788
- package/monodog-dashboard/src/index.css +0 -175
- package/monodog-dashboard/src/main.tsx +0 -9
- package/monodog-dashboard/src/pages/AuthCallbackPage.tsx +0 -103
- package/monodog-dashboard/src/pages/CIPage.tsx +0 -6
- package/monodog-dashboard/src/pages/ConfigPage.tsx +0 -6
- package/monodog-dashboard/src/pages/DashboardPage.tsx +0 -6
- package/monodog-dashboard/src/pages/DependenciesPage.tsx +0 -6
- package/monodog-dashboard/src/pages/HealthPage.tsx +0 -6
- package/monodog-dashboard/src/pages/LoginPage.tsx +0 -77
- package/monodog-dashboard/src/pages/PackageDetailPage.tsx +0 -6
- package/monodog-dashboard/src/pages/PackagesPage.tsx +0 -6
- package/monodog-dashboard/src/pages/PipelinePage.tsx +0 -22
- package/monodog-dashboard/src/pages/PublishPage.tsx +0 -6
- package/monodog-dashboard/src/pages/ReleaseManagerPage.tsx +0 -9
- package/monodog-dashboard/src/pages/index.ts +0 -28
- package/monodog-dashboard/src/routes/AppRouter.tsx +0 -89
- package/monodog-dashboard/src/routes/AppRouterPages.tsx +0 -56
- package/monodog-dashboard/src/routes/index.ts +0 -10
- package/monodog-dashboard/src/routes/routes.config.ts +0 -94
- package/monodog-dashboard/src/services/api/api-client.ts +0 -189
- package/monodog-dashboard/src/services/api/index.ts +0 -30
- package/monodog-dashboard/src/services/api/types/api.types.ts +0 -63
- package/monodog-dashboard/src/services/auth-context.tsx +0 -344
- package/monodog-dashboard/src/services/monorepoService.ts +0 -733
- package/monodog-dashboard/src/services/permission-context.tsx +0 -193
- package/monodog-dashboard/src/theme/COMPONENT_UPDATES.md +0 -273
- package/monodog-dashboard/src/theme/INTEGRATION.md +0 -381
- package/monodog-dashboard/src/theme/README.md +0 -239
- package/monodog-dashboard/src/theme/examples.tsx +0 -386
- package/monodog-dashboard/src/theme/index.ts +0 -402
- package/monodog-dashboard/src/theme/migration-guide.md +0 -335
- package/monodog-dashboard/src/types/auth-context.types.ts +0 -51
- package/monodog-dashboard/src/types/component.types.ts +0 -96
- package/monodog-dashboard/src/types/icons.types.ts +0 -13
- package/monodog-dashboard/src/types/index.ts +0 -68
- package/monodog-dashboard/src/types/monorepo-service.types.ts +0 -53
- package/monodog-dashboard/src/types/permission-context.types.ts +0 -49
- package/monodog-dashboard/src/types/pipeline.types.ts +0 -89
- package/monodog-dashboard/src/types/routes.types.ts +0 -12
- package/monodog-dashboard/src/utils/cookies.ts +0 -47
- package/monodog-dashboard/tailwind.config.js +0 -68
- package/monodog-dashboard/tsconfig.app.json +0 -14
- package/monodog-dashboard/tsconfig.json +0 -17
- package/monodog-dashboard/tsconfig.node.json +0 -10
- package/monodog-dashboard/vite.config.ts +0 -9
|
@@ -1,272 +0,0 @@
|
|
|
1
|
-
import { InformationCircleIcon } from '../../../icons/heroicons';
|
|
2
|
-
import { StepContentProps } from '../types/setup.types';
|
|
3
|
-
|
|
4
|
-
export default function StepContent({
|
|
5
|
-
step,
|
|
6
|
-
onStepComplete,
|
|
7
|
-
}: StepContentProps) {
|
|
8
|
-
const renderStepSpecificContent = () => {
|
|
9
|
-
switch (step.id) {
|
|
10
|
-
case 'monorepo-structure':
|
|
11
|
-
return (
|
|
12
|
-
<div className="space-y-4">
|
|
13
|
-
<div className="bg-blue-50 border border-blue-200 rounded-lg p-4">
|
|
14
|
-
<h4 className="font-medium text-blue-900 mb-2">Quick Setup</h4>
|
|
15
|
-
<p className="text-blue-800 text-sm mb-3">
|
|
16
|
-
Choose your monorepo structure to get started quickly:
|
|
17
|
-
</p>
|
|
18
|
-
<div className="grid grid-cols-1 md:grid-cols-2 gap-3">
|
|
19
|
-
<button
|
|
20
|
-
onClick={() => onStepComplete(step.id)}
|
|
21
|
-
className="p-3 border border-blue-300 rounded-lg hover:bg-blue-100 text-left"
|
|
22
|
-
>
|
|
23
|
-
<div className="font-medium text-blue-900">
|
|
24
|
-
Standard Structure
|
|
25
|
-
</div>
|
|
26
|
-
<div className="text-sm text-blue-700">
|
|
27
|
-
apps/, packages/, libs/
|
|
28
|
-
</div>
|
|
29
|
-
</button>
|
|
30
|
-
<button
|
|
31
|
-
onClick={() => onStepComplete(step.id)}
|
|
32
|
-
className="p-3 border border-blue-300 rounded-lg hover:bg-blue-100 text-left"
|
|
33
|
-
>
|
|
34
|
-
<div className="font-medium text-blue-900">
|
|
35
|
-
Custom Structure
|
|
36
|
-
</div>
|
|
37
|
-
<div className="text-sm text-blue-700">
|
|
38
|
-
Define your own directories
|
|
39
|
-
</div>
|
|
40
|
-
</button>
|
|
41
|
-
</div>
|
|
42
|
-
</div>
|
|
43
|
-
<div className="bg-gray-50 border border-gray-200 rounded-lg p-4">
|
|
44
|
-
<h4 className="font-medium text-gray-900 mb-2">
|
|
45
|
-
Manual Configuration
|
|
46
|
-
</h4>
|
|
47
|
-
<div className="space-y-3">
|
|
48
|
-
<div>
|
|
49
|
-
<label className="block text-sm font-medium text-gray-700 mb-1">
|
|
50
|
-
Root Directory
|
|
51
|
-
</label>
|
|
52
|
-
<input
|
|
53
|
-
type="text"
|
|
54
|
-
defaultValue="/path/to/monorepo"
|
|
55
|
-
className="w-full px-3 py-2 border border-gray-300 rounded-md text-sm"
|
|
56
|
-
/>
|
|
57
|
-
</div>
|
|
58
|
-
<div>
|
|
59
|
-
<label className="block text-sm font-medium text-gray-700 mb-1">
|
|
60
|
-
Package Manager
|
|
61
|
-
</label>
|
|
62
|
-
<select className="w-full px-3 py-2 border border-gray-300 rounded-md text-sm">
|
|
63
|
-
<option value="pnpm">pnpm</option>
|
|
64
|
-
<option value="npm">npm</option>
|
|
65
|
-
<option value="yarn">yarn</option>
|
|
66
|
-
</select>
|
|
67
|
-
</div>
|
|
68
|
-
</div>
|
|
69
|
-
</div>
|
|
70
|
-
</div>
|
|
71
|
-
);
|
|
72
|
-
|
|
73
|
-
case 'package-scanning':
|
|
74
|
-
return (
|
|
75
|
-
<div className="space-y-4">
|
|
76
|
-
<div className="bg-green-50 border border-green-200 rounded-lg p-4">
|
|
77
|
-
<h4 className="font-medium text-green-900 mb-2">
|
|
78
|
-
Automatic Discovery
|
|
79
|
-
</h4>
|
|
80
|
-
<p className="text-green-800 text-sm mb-3">
|
|
81
|
-
We'll scan your monorepo for packages automatically:
|
|
82
|
-
</p>
|
|
83
|
-
<button
|
|
84
|
-
onClick={() => onStepComplete(step.id)}
|
|
85
|
-
className="bg-green-600 text-white px-4 py-2 rounded-lg hover:bg-green-700 text-sm"
|
|
86
|
-
>
|
|
87
|
-
Start Package Scan
|
|
88
|
-
</button>
|
|
89
|
-
</div>
|
|
90
|
-
<div className="space-y-2">
|
|
91
|
-
<div className="flex items-center text-sm text-gray-600">
|
|
92
|
-
<InformationCircleIcon className="w-4 h-4 mr-2" />
|
|
93
|
-
Scans for package.json files
|
|
94
|
-
</div>
|
|
95
|
-
<div className="flex items-center text-sm text-gray-600">
|
|
96
|
-
<InformationCircleIcon className="w-4 h-4 mr-2" />
|
|
97
|
-
Analyzes dependencies and relationships
|
|
98
|
-
</div>
|
|
99
|
-
<div className="flex items-center text-sm text-gray-600">
|
|
100
|
-
<InformationCircleIcon className="w-4 h-4 mr-2" />
|
|
101
|
-
Detects build configurations
|
|
102
|
-
</div>
|
|
103
|
-
</div>
|
|
104
|
-
</div>
|
|
105
|
-
);
|
|
106
|
-
|
|
107
|
-
case 'ci-integration':
|
|
108
|
-
return (
|
|
109
|
-
<div className="space-y-4">
|
|
110
|
-
<div className="bg-purple-50 border border-purple-200 rounded-lg p-4">
|
|
111
|
-
<h4 className="font-medium text-purple-900 mb-2">
|
|
112
|
-
Connect CI/CD
|
|
113
|
-
</h4>
|
|
114
|
-
<p className="text-purple-800 text-sm mb-3">
|
|
115
|
-
Choose your CI/CD provider to monitor builds and deployments:
|
|
116
|
-
</p>
|
|
117
|
-
<div className="grid grid-cols-1 md:grid-cols-2 gap-3">
|
|
118
|
-
<button
|
|
119
|
-
onClick={() => onStepComplete(step.id)}
|
|
120
|
-
className="p-3 border border-purple-300 rounded-lg hover:bg-purple-100 text-left"
|
|
121
|
-
>
|
|
122
|
-
<div className="font-medium text-purple-900">
|
|
123
|
-
GitHub Actions
|
|
124
|
-
</div>
|
|
125
|
-
<div className="text-sm text-purple-700">
|
|
126
|
-
Connect with GitHub
|
|
127
|
-
</div>
|
|
128
|
-
</button>
|
|
129
|
-
<button
|
|
130
|
-
onClick={() => onStepComplete(step.id)}
|
|
131
|
-
className="p-3 border border-purple-300 rounded-lg hover:bg-purple-100 text-left"
|
|
132
|
-
>
|
|
133
|
-
<div className="font-medium text-purple-900">GitLab CI</div>
|
|
134
|
-
<div className="text-sm text-purple-700">
|
|
135
|
-
Connect with GitLab
|
|
136
|
-
</div>
|
|
137
|
-
</button>
|
|
138
|
-
<button
|
|
139
|
-
onClick={() => onStepComplete(step.id)}
|
|
140
|
-
className="p-3 border border-purple-300 rounded-lg hover:bg-purple-100 text-left"
|
|
141
|
-
>
|
|
142
|
-
<div className="font-medium text-purple-900">Jenkins</div>
|
|
143
|
-
<div className="text-sm text-purple-700">
|
|
144
|
-
Connect with Jenkins
|
|
145
|
-
</div>
|
|
146
|
-
</button>
|
|
147
|
-
<button
|
|
148
|
-
onClick={() => onStepComplete(step.id)}
|
|
149
|
-
className="p-3 border border-purple-300 rounded-lg hover:bg-purple-100 text-left"
|
|
150
|
-
>
|
|
151
|
-
<div className="font-medium text-purple-900">
|
|
152
|
-
Skip for now
|
|
153
|
-
</div>
|
|
154
|
-
<div className="text-sm text-purple-700">Configure later</div>
|
|
155
|
-
</button>
|
|
156
|
-
</div>
|
|
157
|
-
</div>
|
|
158
|
-
</div>
|
|
159
|
-
);
|
|
160
|
-
|
|
161
|
-
case 'health-checks':
|
|
162
|
-
return (
|
|
163
|
-
<div className="space-y-4">
|
|
164
|
-
<div className="bg-orange-50 border border-orange-200 rounded-lg p-4">
|
|
165
|
-
<h4 className="font-medium text-orange-900 mb-2">
|
|
166
|
-
Health Monitoring
|
|
167
|
-
</h4>
|
|
168
|
-
<p className="text-orange-800 text-sm mb-3">
|
|
169
|
-
Configure how we monitor your package health:
|
|
170
|
-
</p>
|
|
171
|
-
<div className="space-y-3">
|
|
172
|
-
<label className="flex items-center">
|
|
173
|
-
<input type="checkbox" className="mr-2" defaultChecked />
|
|
174
|
-
<span className="text-sm text-orange-900">
|
|
175
|
-
Monitor build status
|
|
176
|
-
</span>
|
|
177
|
-
</label>
|
|
178
|
-
<label className="flex items-center">
|
|
179
|
-
<input type="checkbox" className="mr-2" defaultChecked />
|
|
180
|
-
<span className="text-sm text-orange-900">
|
|
181
|
-
Track test coverage
|
|
182
|
-
</span>
|
|
183
|
-
</label>
|
|
184
|
-
<label className="flex items-center">
|
|
185
|
-
<input type="checkbox" className="mr-2" />
|
|
186
|
-
<span className="text-sm text-orange-900">
|
|
187
|
-
Dependency vulnerability scanning
|
|
188
|
-
</span>
|
|
189
|
-
</label>
|
|
190
|
-
<label className="flex items-center">
|
|
191
|
-
<input type="checkbox" className="mr-2" />
|
|
192
|
-
<span className="text-sm text-orange-900">
|
|
193
|
-
Performance monitoring
|
|
194
|
-
</span>
|
|
195
|
-
</label>
|
|
196
|
-
</div>
|
|
197
|
-
<button
|
|
198
|
-
onClick={() => onStepComplete(step.id)}
|
|
199
|
-
className="mt-3 bg-orange-600 text-white px-4 py-2 rounded-lg hover:bg-orange-700 text-sm"
|
|
200
|
-
>
|
|
201
|
-
Save Settings
|
|
202
|
-
</button>
|
|
203
|
-
</div>
|
|
204
|
-
</div>
|
|
205
|
-
);
|
|
206
|
-
|
|
207
|
-
case 'notifications':
|
|
208
|
-
return (
|
|
209
|
-
<div className="space-y-4">
|
|
210
|
-
<div className="bg-indigo-50 border border-indigo-200 rounded-lg p-4">
|
|
211
|
-
<h4 className="font-medium text-indigo-900 mb-2">
|
|
212
|
-
Notification Preferences
|
|
213
|
-
</h4>
|
|
214
|
-
<p className="text-indigo-800 text-sm mb-3">
|
|
215
|
-
Choose how you want to be notified about important events:
|
|
216
|
-
</p>
|
|
217
|
-
<div className="space-y-3">
|
|
218
|
-
<label className="flex items-center">
|
|
219
|
-
<input type="checkbox" className="mr-2" defaultChecked />
|
|
220
|
-
<span className="text-sm text-indigo-900">
|
|
221
|
-
Build failures
|
|
222
|
-
</span>
|
|
223
|
-
</label>
|
|
224
|
-
<label className="flex items-center">
|
|
225
|
-
<input type="checkbox" className="mr-2" />
|
|
226
|
-
<span className="text-sm text-indigo-900">
|
|
227
|
-
Security vulnerabilities
|
|
228
|
-
</span>
|
|
229
|
-
</label>
|
|
230
|
-
<label className="flex items-center">
|
|
231
|
-
<input type="checkbox" className="mr-2" />
|
|
232
|
-
<span className="text-sm text-indigo-900">
|
|
233
|
-
Dependency updates
|
|
234
|
-
</span>
|
|
235
|
-
</label>
|
|
236
|
-
<label className="flex items-center">
|
|
237
|
-
<input type="checkbox" className="mr-2" />
|
|
238
|
-
<span className="text-sm text-indigo-900">
|
|
239
|
-
Performance degradation
|
|
240
|
-
</span>
|
|
241
|
-
</label>
|
|
242
|
-
</div>
|
|
243
|
-
<button
|
|
244
|
-
onClick={() => onStepComplete(step.id)}
|
|
245
|
-
className="mt-3 bg-indigo-600 text-white px-4 py-2 rounded-lg hover:bg-indigo-700 text-sm"
|
|
246
|
-
>
|
|
247
|
-
Save Preferences
|
|
248
|
-
</button>
|
|
249
|
-
</div>
|
|
250
|
-
</div>
|
|
251
|
-
);
|
|
252
|
-
|
|
253
|
-
default:
|
|
254
|
-
return (
|
|
255
|
-
<div className="text-center py-8">
|
|
256
|
-
<p className="text-gray-500">Step content not found</p>
|
|
257
|
-
</div>
|
|
258
|
-
);
|
|
259
|
-
}
|
|
260
|
-
};
|
|
261
|
-
|
|
262
|
-
return (
|
|
263
|
-
<div className="p-6 overflow-y-auto max-h-[50vh]">
|
|
264
|
-
<div className="mb-6">
|
|
265
|
-
<h3 className="text-lg font-medium text-gray-900 mb-2">{step.title}</h3>
|
|
266
|
-
<p className="text-gray-600 mb-4">{step.description}</p>
|
|
267
|
-
</div>
|
|
268
|
-
|
|
269
|
-
{renderStepSpecificContent()}
|
|
270
|
-
</div>
|
|
271
|
-
);
|
|
272
|
-
}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { CheckIcon } from '../../../icons/heroicons';
|
|
2
|
-
import { StepNavigationProps } from '../types/setup.types';
|
|
3
|
-
|
|
4
|
-
export default function StepNavigation({
|
|
5
|
-
currentStep,
|
|
6
|
-
totalSteps,
|
|
7
|
-
canGoNext,
|
|
8
|
-
canGoPrevious,
|
|
9
|
-
onNext,
|
|
10
|
-
onPrevious,
|
|
11
|
-
onComplete,
|
|
12
|
-
isLastStep,
|
|
13
|
-
}: StepNavigationProps) {
|
|
14
|
-
return (
|
|
15
|
-
<div className="flex items-center justify-between p-6 border-t border-gray-200">
|
|
16
|
-
<button
|
|
17
|
-
onClick={onPrevious}
|
|
18
|
-
disabled={!canGoPrevious}
|
|
19
|
-
className={`px-4 py-2 text-sm rounded-lg border transition-colors ${
|
|
20
|
-
canGoPrevious
|
|
21
|
-
? 'border-gray-300 text-gray-700 hover:bg-gray-50'
|
|
22
|
-
: 'border-gray-200 text-gray-400 cursor-not-allowed'
|
|
23
|
-
}`}
|
|
24
|
-
>
|
|
25
|
-
Previous
|
|
26
|
-
</button>
|
|
27
|
-
|
|
28
|
-
<div className="flex space-x-2">
|
|
29
|
-
{Array.from({ length: totalSteps }, (_, i) => (
|
|
30
|
-
<div
|
|
31
|
-
key={i}
|
|
32
|
-
className={`w-2 h-2 rounded-full transition-colors ${
|
|
33
|
-
i <= currentStep ? 'bg-blue-600' : 'bg-gray-300'
|
|
34
|
-
}`}
|
|
35
|
-
/>
|
|
36
|
-
))}
|
|
37
|
-
</div>
|
|
38
|
-
|
|
39
|
-
{isLastStep ? (
|
|
40
|
-
<button
|
|
41
|
-
onClick={onComplete}
|
|
42
|
-
className="bg-green-600 text-white px-4 py-2 rounded-lg hover:bg-green-700 flex items-center space-x-2 text-sm"
|
|
43
|
-
>
|
|
44
|
-
<CheckIcon className="w-4 h-4" />
|
|
45
|
-
<span>Complete Setup</span>
|
|
46
|
-
</button>
|
|
47
|
-
) : (
|
|
48
|
-
<button
|
|
49
|
-
onClick={onNext}
|
|
50
|
-
disabled={!canGoNext}
|
|
51
|
-
className={`px-4 py-2 text-sm rounded-lg transition-colors ${
|
|
52
|
-
canGoNext
|
|
53
|
-
? 'bg-blue-600 text-white hover:bg-blue-700'
|
|
54
|
-
: 'bg-gray-300 text-gray-500 cursor-not-allowed'
|
|
55
|
-
}`}
|
|
56
|
-
>
|
|
57
|
-
Next
|
|
58
|
-
</button>
|
|
59
|
-
)}
|
|
60
|
-
</div>
|
|
61
|
-
);
|
|
62
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
// Export all setup guide components for easier imports
|
|
2
|
-
export { default as SetupModal } from './SetupModal';
|
|
3
|
-
export { default as SetupHeader } from './SetupHeader';
|
|
4
|
-
export { default as SetupProgress } from './SetupProgress';
|
|
5
|
-
export { default as StepContent } from './StepContent';
|
|
6
|
-
export { default as StepNavigation } from './StepNavigation';
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
// Shared types for setup guide components
|
|
2
|
-
|
|
3
|
-
export interface SetupStep {
|
|
4
|
-
id: string;
|
|
5
|
-
title: string;
|
|
6
|
-
description: string;
|
|
7
|
-
completed: boolean;
|
|
8
|
-
required: boolean;
|
|
9
|
-
action?: () => void;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export interface SetupGuideProps {
|
|
13
|
-
isOpen: boolean;
|
|
14
|
-
onClose: () => void;
|
|
15
|
-
onComplete: () => void;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
export interface SetupProgress {
|
|
19
|
-
currentStep: number;
|
|
20
|
-
totalSteps: number;
|
|
21
|
-
completedSteps: number;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
export interface StepContentProps {
|
|
25
|
-
step: SetupStep;
|
|
26
|
-
onStepComplete: (stepId: string) => void;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export interface StepNavigationProps {
|
|
30
|
-
currentStep: number;
|
|
31
|
-
totalSteps: number;
|
|
32
|
-
canGoNext: boolean;
|
|
33
|
-
canGoPrevious: boolean;
|
|
34
|
-
onNext: () => void;
|
|
35
|
-
onPrevious: () => void;
|
|
36
|
-
onComplete: () => void;
|
|
37
|
-
isLastStep: boolean;
|
|
38
|
-
}
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
import { SetupStep, SetupProgress } from '../types/setup.types';
|
|
2
|
-
|
|
3
|
-
// Get initial setup steps
|
|
4
|
-
export const getInitialSteps = (): SetupStep[] => [
|
|
5
|
-
{
|
|
6
|
-
id: 'monorepo-structure',
|
|
7
|
-
title: 'Monorepo Structure',
|
|
8
|
-
description:
|
|
9
|
-
'Configure your monorepo directory structure and package manager',
|
|
10
|
-
completed: false,
|
|
11
|
-
required: true,
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
id: 'package-scanning',
|
|
15
|
-
title: 'Package Scanning',
|
|
16
|
-
description: 'Set up automatic package discovery and dependency analysis',
|
|
17
|
-
completed: false,
|
|
18
|
-
required: true,
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
id: 'ci-integration',
|
|
22
|
-
title: 'CI/CD Integration',
|
|
23
|
-
description:
|
|
24
|
-
'Connect with your CI/CD providers (GitHub Actions, GitLab CI, etc.)',
|
|
25
|
-
completed: false,
|
|
26
|
-
required: false,
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
id: 'health-checks',
|
|
30
|
-
title: 'Health Monitoring',
|
|
31
|
-
description: 'Configure package health checks and status monitoring',
|
|
32
|
-
completed: false,
|
|
33
|
-
required: false,
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
id: 'notifications',
|
|
37
|
-
title: 'Notifications',
|
|
38
|
-
description: 'Set up alerts and notifications for important events',
|
|
39
|
-
completed: false,
|
|
40
|
-
required: false,
|
|
41
|
-
},
|
|
42
|
-
];
|
|
43
|
-
|
|
44
|
-
// Calculate progress
|
|
45
|
-
export const calculateProgress = (
|
|
46
|
-
steps: SetupStep[],
|
|
47
|
-
currentStep: number
|
|
48
|
-
): SetupProgress => {
|
|
49
|
-
return {
|
|
50
|
-
currentStep,
|
|
51
|
-
totalSteps: steps.length,
|
|
52
|
-
completedSteps: steps.filter(s => s.completed).length,
|
|
53
|
-
};
|
|
54
|
-
};
|
|
55
|
-
|
|
56
|
-
// Check if user can proceed to next step
|
|
57
|
-
export const canProceedToNext = (
|
|
58
|
-
steps: SetupStep[],
|
|
59
|
-
currentStep: number
|
|
60
|
-
): boolean => {
|
|
61
|
-
const step = steps[currentStep];
|
|
62
|
-
return !step.required || step.completed;
|
|
63
|
-
};
|
|
64
|
-
|
|
65
|
-
// Check if setup is complete
|
|
66
|
-
export const isSetupComplete = (steps: SetupStep[]): boolean => {
|
|
67
|
-
const requiredSteps = steps.filter(s => s.required);
|
|
68
|
-
return requiredSteps.every(s => s.completed);
|
|
69
|
-
};
|
|
70
|
-
|
|
71
|
-
// Mark step as complete
|
|
72
|
-
export const markStepAsComplete = (
|
|
73
|
-
steps: SetupStep[],
|
|
74
|
-
stepId: string
|
|
75
|
-
): SetupStep[] => {
|
|
76
|
-
return steps.map(step =>
|
|
77
|
-
step.id === stepId ? { ...step, completed: true } : step
|
|
78
|
-
);
|
|
79
|
-
};
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* API Configuration for Dashboard
|
|
3
|
-
* Base URLs, endpoints, and API configuration constants
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
// ============ API BASE CONFIGURATION ============
|
|
7
|
-
|
|
8
|
-
const DEFAULT_API_HOST = 'localhost';
|
|
9
|
-
const DEFAULT_API_PORT = 8999;
|
|
10
|
-
export const DEFAULT_TIMEOUT = 30000;
|
|
11
|
-
|
|
12
|
-
export const TIMEOUT_MS = 60000;
|
|
13
|
-
export const DEFAULT_API_BASE_URL = process.env.REACT_APP_API_URL || process.env.VITE_API_URL || `http://${DEFAULT_API_HOST}:${DEFAULT_API_PORT}`;
|
|
14
|
-
// export const API_CONFIG = {
|
|
15
|
-
// BASE_URL: import.meta.env.VITE_API_URL || `http://${DEFAULT_API_HOST}:${DEFAULT_API_PORT}`,
|
|
16
|
-
// } as const;
|
|
17
|
-
|
|
18
|
-
// ============ API ENDPOINTS ============
|
|
19
|
-
|
|
20
|
-
export const DASHBOARD_API_ENDPOINTS = {
|
|
21
|
-
// Authentication endpoints
|
|
22
|
-
AUTH: {
|
|
23
|
-
LOGIN: '/auth/login',
|
|
24
|
-
CALLBACK: '/auth/callback',
|
|
25
|
-
ME: '/auth/me',
|
|
26
|
-
VALIDATE: '/auth/validate',
|
|
27
|
-
LOGOUT: '/auth/logout',
|
|
28
|
-
REFRESH: '/auth/refresh',
|
|
29
|
-
},
|
|
30
|
-
|
|
31
|
-
// Packages endpoints
|
|
32
|
-
PACKAGES: {
|
|
33
|
-
REFRESH: '/packages/refresh',
|
|
34
|
-
UPDATE_CONFIG: '/packages/update-config',
|
|
35
|
-
LIST: '/packages',
|
|
36
|
-
DETAILS: (packageName: string) => `/packages/${encodeURIComponent(packageName)}`,
|
|
37
|
-
},
|
|
38
|
-
|
|
39
|
-
// Pipeline endpoints
|
|
40
|
-
PIPELINES: {
|
|
41
|
-
LIST: '/pipelines',
|
|
42
|
-
STATUS: (pipelineId: string) => `/pipelines/${pipelineId}/status`,
|
|
43
|
-
},
|
|
44
|
-
|
|
45
|
-
// Publish endpoints
|
|
46
|
-
PUBLISH: {
|
|
47
|
-
PREVIEW: '/publish/preview',
|
|
48
|
-
STATUS: '/publish/status',
|
|
49
|
-
PACKAGES: '/publish/packages',
|
|
50
|
-
CHANGESETS: '/publish/changesets',
|
|
51
|
-
CREATE_CHANGESET: '/publish/changesets/create',
|
|
52
|
-
TRIGGER: '/publish/trigger',
|
|
53
|
-
},
|
|
54
|
-
|
|
55
|
-
// Configuration endpoints
|
|
56
|
-
CONFIG: {
|
|
57
|
-
FILES: '/config/files',
|
|
58
|
-
FILE: (fileId: string) => {
|
|
59
|
-
return `/config/files/${encodeURIComponent(fileId)}`;
|
|
60
|
-
},
|
|
61
|
-
},
|
|
62
|
-
|
|
63
|
-
// Health endpoints
|
|
64
|
-
HEALTH: {
|
|
65
|
-
PACKAGES: '/health/packages',
|
|
66
|
-
REFRESH: '/health/refresh',
|
|
67
|
-
},
|
|
68
|
-
|
|
69
|
-
// Workflow endpoints (GitHub Actions management)
|
|
70
|
-
WORKFLOWS: {
|
|
71
|
-
LIST: (owner: string, repo: string) => `/workflows/${owner}/${repo}`,
|
|
72
|
-
AVAILABLE: (owner: string, repo: string) => `/workflows/${owner}/${repo}/available`,
|
|
73
|
-
BY_PACKAGE: (owner: string, repo: string, packageName: string) => `/workflows/package/${owner}/${repo}/${encodeURIComponent(packageName)}`,
|
|
74
|
-
RUNS: (owner: string, repo: string, runId: number) => `/workflows/${owner}/${repo}/runs/${runId}`,
|
|
75
|
-
LOGS: (owner: string, repo: string, jobId: number) => `/workflows/${owner}/${repo}/jobs/${jobId}/logs`,
|
|
76
|
-
TRIGGER: (owner: string, repo: string) => `/workflows/${owner}/${repo}/trigger`,
|
|
77
|
-
CANCEL: (owner: string, repo: string, runId: number) => `/workflows/${owner}/${repo}/runs/${runId}/cancel`,
|
|
78
|
-
RERUN: (owner: string, repo: string, runId: number) => `/workflows/${owner}/${repo}/runs/${runId}/rerun`,
|
|
79
|
-
},
|
|
80
|
-
} as const;
|
|
81
|
-
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Dashboard Messages
|
|
3
|
-
* Frontend messages for API operations and user feedback
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
// ============ AUTH MESSAGES ============
|
|
7
|
-
|
|
8
|
-
export const DASHBOARD_AUTH_MESSAGES = {
|
|
9
|
-
LOGIN_SUCCESS: 'Login successful! Redirecting...',
|
|
10
|
-
LOGIN_FAILED: 'Login failed',
|
|
11
|
-
LOGOUT_SUCCESS: 'You have been logged out',
|
|
12
|
-
SESSION_EXPIRED: 'Your session has expired. Please login again.',
|
|
13
|
-
AUTH_FAILED: 'Authentication failed',
|
|
14
|
-
} as const;
|
|
15
|
-
|
|
16
|
-
// ============ ERROR MESSAGES ============
|
|
17
|
-
|
|
18
|
-
export const DASHBOARD_ERROR_MESSAGES = {
|
|
19
|
-
UNKNOWN_ERROR: 'Unknown error occurred',
|
|
20
|
-
NETWORK_ERROR: 'Network error. Please check your connection.',
|
|
21
|
-
FAILED_TO_FETCH_PACKAGES: 'Failed to fetch workspace packages',
|
|
22
|
-
FAILED_TO_FETCH_WORKFLOWS: 'Failed to fetch workflows',
|
|
23
|
-
FAILED_TO_TRIGGER_WORKFLOW: 'Failed to trigger workflow',
|
|
24
|
-
FAILED_TO_CANCEL_RUN: 'Failed to cancel workflow run',
|
|
25
|
-
FAILED_TO_RERUN_WORKFLOW: 'Failed to rerun workflow',
|
|
26
|
-
FAILED_TO_FETCH_LOGS: 'Failed to fetch job logs',
|
|
27
|
-
PERMISSION_ERROR: 'Permission denied',
|
|
28
|
-
AUTHENTICATION_ERROR: 'Authentication error',
|
|
29
|
-
FAILED_TO_FETCH_USER_INFO: 'Failed to fetch user info',
|
|
30
|
-
FAILED_TO_REFRESH_SESSION: 'Failed to refresh session',
|
|
31
|
-
FAILED_TO_CHECK_PERMISSION: 'Failed to check permission',
|
|
32
|
-
FAILED_TO_CHECK_ACTION_PERMISSION: 'Failed to check action permission',
|
|
33
|
-
VALIDATION_FAILED: 'Validation failed',
|
|
34
|
-
FAILED_TO_CREATE_CHANGESET: 'Failed to create changeset',
|
|
35
|
-
FAILED_TO_TRIGGER_PUBLISH: 'Failed to trigger publish',
|
|
36
|
-
FAILED_TO_SAVE_CONFIG: 'Failed to save configuration',
|
|
37
|
-
} as const;
|
|
38
|
-
|
|
39
|
-
export const CHANGESET_SUMMARY = "Describe the changes in this release (e.g., 'Add new API endpoints for user management')"
|
|
40
|
-
export const SUMMARY_LIMIT = 'Summary must be at least 10 characters';
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
// Main export file for all custom SVG icons
|
|
2
|
-
// These replace @heroicons/react with custom implementations
|
|
3
|
-
|
|
4
|
-
export {
|
|
5
|
-
HomeIcon,
|
|
6
|
-
CubeIcon,
|
|
7
|
-
ChartBarIcon,
|
|
8
|
-
HeartIcon,
|
|
9
|
-
CloudArrowUpIcon,
|
|
10
|
-
CpuChipIcon,
|
|
11
|
-
Cog6ToothIcon,
|
|
12
|
-
ArrowPathIcon,
|
|
13
|
-
CogIcon,
|
|
14
|
-
MagnifyingGlassIcon,
|
|
15
|
-
FunnelIcon,
|
|
16
|
-
CheckIcon,
|
|
17
|
-
XMarkIcon,
|
|
18
|
-
InformationCircleIcon,
|
|
19
|
-
ExclamationTriangleIcon,
|
|
20
|
-
EyeIcon,
|
|
21
|
-
EyeSlashIcon,
|
|
22
|
-
PencilIcon,
|
|
23
|
-
DocumentDuplicateIcon,
|
|
24
|
-
DocumentCheckIcon,
|
|
25
|
-
PlayIcon,
|
|
26
|
-
RocketLaunchIcon,
|
|
27
|
-
BuildingLibraryIcon,
|
|
28
|
-
LinkIcon,
|
|
29
|
-
FolderIcon,
|
|
30
|
-
DocumentIcon,
|
|
31
|
-
DocumentTextIcon,
|
|
32
|
-
TagIcon,
|
|
33
|
-
CalendarIcon,
|
|
34
|
-
ClockIcon,
|
|
35
|
-
ArrowUpIcon,
|
|
36
|
-
ArrowDownIcon,
|
|
37
|
-
PlusIcon,
|
|
38
|
-
CheckCircleIcon,
|
|
39
|
-
XCircleIcon,
|
|
40
|
-
ArrowLeftIcon,
|
|
41
|
-
ArrowRightIcon,
|
|
42
|
-
ArrowLongRightIcon,
|
|
43
|
-
ArrowTrendingUpIcon,
|
|
44
|
-
ArrowTrendingDownIcon,
|
|
45
|
-
UserIcon,
|
|
46
|
-
BeakerIcon,
|
|
47
|
-
ClipboardIcon,
|
|
48
|
-
ClipboardDocumentCheckIcon,
|
|
49
|
-
ListBulletIcon,
|
|
50
|
-
MagnifyingGlassPlusIcon,
|
|
51
|
-
MagnifyingGlassMinusIcon,
|
|
52
|
-
MinusIcon,
|
|
53
|
-
PauseIcon,
|
|
54
|
-
ShieldCheckIcon,
|
|
55
|
-
StopIcon,
|
|
56
|
-
ToothIcon,
|
|
57
|
-
Squares2X2Icon,
|
|
58
|
-
ChevronDownIcon,
|
|
59
|
-
ChevronRightIcon,
|
|
60
|
-
ExclamationCircleIcon,
|
|
61
|
-
LogoutIcon,
|
|
62
|
-
GithubIcon,
|
|
63
|
-
type IconProps,
|
|
64
|
-
type IconVariant,
|
|
65
|
-
} from './index';
|