@platformatic/ui-components 0.13.2 → 0.13.4
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/assets/index-CvMjKwW6.js +49 -0
- package/dist/index.html +1 -1
- package/package.json +1 -1
- package/src/components/constants.js +1 -1
- package/src/components/icons/ScheduledJobsAppIcon.jsx +104 -0
- package/src/components/icons/SuspendIcon.jsx +93 -0
- package/src/components/icons/index.js +83 -79
- package/src/stories/icons/Icons.stories.jsx +37 -1
- package/dist/assets/index-DES2qWoG.js +0 -49
|
@@ -1,27 +1,28 @@
|
|
|
1
|
-
import AddIcon from './AddIcon'
|
|
2
1
|
import AddEnvVariableIcon from './AddEnvVariableIcon'
|
|
2
|
+
import AddIcon from './AddIcon'
|
|
3
3
|
import AddRouteIcon from './AddRouteIcon'
|
|
4
4
|
import AddUserIcon from './AddUserIcon'
|
|
5
5
|
import AlertIcon from './AlertIcon'
|
|
6
6
|
import AllAppsIcon from './AllAppsIcon'
|
|
7
7
|
import AllInOneIcon from './AllInOneIcon'
|
|
8
|
-
import APIDocsIcon from './APIDocsIcon'
|
|
9
8
|
import ApiCloudIcon from './ApiCloudIcon'
|
|
10
|
-
import
|
|
9
|
+
import ApiEmptyIcon from './ApiEmptyIcon'
|
|
11
10
|
import ApiIcon from './ApiIcon'
|
|
12
11
|
import ApiIconClosed from './ApiIconClosed'
|
|
13
|
-
import ApiEmptyIcon from './ApiEmptyIcon'
|
|
14
12
|
import ApiPerformanceIcon from './ApiPerformanceIcon'
|
|
13
|
+
import APIDocsIcon from './APIDocsIcon'
|
|
14
|
+
import APIKeyIcon from './APIKeyIcon'
|
|
15
15
|
import AppConfigurationIcon from './AppConfigurationIcon'
|
|
16
16
|
import AppDetailsIcon from './AppDetailsIcon'
|
|
17
17
|
import AppEditIcon from './AppEditIcon'
|
|
18
18
|
import AppEmptyIcon from './AppEmptyIcon'
|
|
19
19
|
import AppIcon from './AppIcon'
|
|
20
|
+
import ApplicationTypeIcon from './ApplicationTypeIcon'
|
|
20
21
|
import AppListIcon from './AppListIcon'
|
|
21
22
|
import AppMissingIcon from './AppMissingIcon'
|
|
22
23
|
import AppOptimizedIcon from './AppOptimizedIcon'
|
|
23
24
|
import AppSettingsIcon from './AppSettingsIcon'
|
|
24
|
-
import
|
|
25
|
+
import AppStoppedIcon from './AppStoppedIcon'
|
|
25
26
|
import AppWorkspace from './AppWorkspace'
|
|
26
27
|
import ArrowDownFullIcon from './ArrowDownFullIcon'
|
|
27
28
|
import ArrowDownIcon from './ArrowDownIcon'
|
|
@@ -35,51 +36,50 @@ import ArrowUpIcon from './ArrowUpIcon'
|
|
|
35
36
|
import AWSIcon from './AWSIcon'
|
|
36
37
|
import BellIcon from './BellIcon'
|
|
37
38
|
import BillingIcon from './BillingIcon'
|
|
38
|
-
import BuiltInLoggingIcon from './BuiltInLoggingIcon'
|
|
39
39
|
import BranchIcon from './BranchIcon'
|
|
40
|
+
import BuiltInLoggingIcon from './BuiltInLoggingIcon'
|
|
40
41
|
import CachingIcon from './CachingIcon'
|
|
41
|
-
import CalendarIcon from './CalendarIcon'
|
|
42
42
|
import Calendar1DayIcon from './Calendar1DayIcon'
|
|
43
43
|
import Calendar7DaysIcon from './Calendar7DaysIcon'
|
|
44
|
+
import CalendarIcon from './CalendarIcon'
|
|
44
45
|
import CheckListIcon from './CheckListIcon'
|
|
45
46
|
import CheckListReviewIcon from './CheckListReviewIcon'
|
|
46
47
|
import CircleAddIcon from './CircleAddIcon'
|
|
47
48
|
import CircleArrowLeftIcon from './CircleArrowLeftIcon'
|
|
48
49
|
import CircleArrowRightIcon from './CircleArrowRightIcon'
|
|
49
50
|
import CircleCheckMarkButtonIcon from './CircleCheckMarkButtonIcon'
|
|
50
|
-
import CircleCheckMarkIcon from './CircleCheckMarkIcon'
|
|
51
51
|
import CircleCheckMarkFullIcon from './CircleCheckMarkFullIcon'
|
|
52
|
-
import
|
|
53
|
-
import CircleCloseIcon from './CircleCloseIcon'
|
|
52
|
+
import CircleCheckMarkIcon from './CircleCheckMarkIcon'
|
|
54
53
|
import CircleCloseHoverIcon from './CircleCloseHoverIcon'
|
|
54
|
+
import CircleCloseIcon from './CircleCloseIcon'
|
|
55
|
+
import CircleCopyPasteIcon from './CircleCopyPasteIcon'
|
|
55
56
|
import CircleDownloadIcon from './CircleDownloadIcon'
|
|
56
|
-
import CircleExclamationIcon from './CircleExclamationIcon'
|
|
57
57
|
import CircleEditIcon from './CircleEditIcon'
|
|
58
|
+
import CircleExclamationIcon from './CircleExclamationIcon'
|
|
58
59
|
import CircleFullIcon from './CircleFullIcon'
|
|
59
60
|
import CircleGearIcon from './CircleGearIcon'
|
|
60
|
-
import CircleRestartIcon from './CircleRestartIcon'
|
|
61
61
|
import CirclePlayIcon from './CirclePlayIcon'
|
|
62
|
-
import
|
|
62
|
+
import CircleRestartIcon from './CircleRestartIcon'
|
|
63
63
|
import CircleStopIcon from './CircleStopIcon'
|
|
64
|
+
import CircleSubtractIcon from './CircleSubtractIcon'
|
|
64
65
|
import CircleTwoArrowsDownIcon from './CircleTwoArrowsDownIcon'
|
|
65
66
|
import CircleTwoArrowsUpIcon from './CircleTwoArrowsUpIcon'
|
|
67
|
+
import CLIIcon from './CLIIcon'
|
|
66
68
|
import CloseIcon from './CloseIcon'
|
|
67
69
|
import CloudIcon from './CloudIcon'
|
|
68
|
-
import CLIIcon from './CLIIcon'
|
|
69
70
|
import CodeTestingIcon from './CodeTestingIcon'
|
|
70
71
|
import CollapseIcon from './CollapseIcon'
|
|
71
72
|
import CollapseSquareIcon from './CollapseSquareIcon'
|
|
72
73
|
import ComputerIcon from './ComputerIcon'
|
|
73
74
|
import ComputerInIcon from './ComputerInIcon'
|
|
74
75
|
import ComputerOutIcon from './ComputerOutIcon'
|
|
75
|
-
import CopyPasteIcon from './CopyPasteIcon'
|
|
76
|
-
import CreditCardIcon from './CreditCardIcon'
|
|
77
76
|
import ConfigureDatabaseIcon from './ConfigureDatabaseIcon'
|
|
77
|
+
import CopyPasteIcon from './CopyPasteIcon'
|
|
78
78
|
import CreateAppIcon from './CreateAppIcon'
|
|
79
79
|
import CreatingAppIcon from './CreatingAppIcon'
|
|
80
|
-
import
|
|
81
|
-
import DatabaseIcon from './DatabaseIcon'
|
|
80
|
+
import CreditCardIcon from './CreditCardIcon'
|
|
82
81
|
import DatabaseEditIcon from './DatabaseEditIcon'
|
|
82
|
+
import DatabaseIcon from './DatabaseIcon'
|
|
83
83
|
import DatabaseMigrationIcon from './DatabaseMigrationIcon'
|
|
84
84
|
import DepencenciesReloadIcon from './DepencenciesReloadIcon'
|
|
85
85
|
import DeploymentHistoryIcon from './DeploymentHistoryIcon'
|
|
@@ -87,9 +87,9 @@ import DocumentIcon from './DocumentIcon'
|
|
|
87
87
|
import DownloadIcon from './DownloadIcon'
|
|
88
88
|
import EditDocumentIcon from './EditDocumentIcon'
|
|
89
89
|
import EditIcon from './EditIcon'
|
|
90
|
-
import EntrypointIcon from './EntrypointIcon'
|
|
91
90
|
import EnlargeIcon from './EnlargeIcon'
|
|
92
91
|
import EntryIcon from './EntryIcon'
|
|
92
|
+
import EntrypointIcon from './EntrypointIcon'
|
|
93
93
|
import EnvVariableszIcon from './EnvVariableszIcon'
|
|
94
94
|
import ExpandIcon from './ExpandIcon'
|
|
95
95
|
import ExpandSquareIcon from './ExpandSquadreIcon'
|
|
@@ -102,16 +102,13 @@ import FolderIcon from './FolderIcon'
|
|
|
102
102
|
import FoldersIcon from './FoldersIcon'
|
|
103
103
|
import GearIcon from './GearIcon'
|
|
104
104
|
import GenerationLoadingIcon from './GenerationLoadingIcon'
|
|
105
|
-
import GiveOwnershipIcon from './GiveOwnershipIcon'
|
|
106
|
-
import GitHubRepoIcon from './GitHubRepoIcon'
|
|
107
105
|
import GitHubRepo2Icon from './GitHubRepo2Icon'
|
|
108
|
-
import
|
|
106
|
+
import GitHubRepoIcon from './GitHubRepoIcon'
|
|
107
|
+
import GiveOwnershipIcon from './GiveOwnershipIcon'
|
|
109
108
|
import GraphQLEditsIcon from './GraphQLEditsIcon'
|
|
109
|
+
import GraphQLIcon from './GraphQLIcon'
|
|
110
110
|
import HorizontalPodAutoscalerIcon from './HorizontalPodAutoscalerIcon'
|
|
111
111
|
import HourglassIcon from './HourglassIcon'
|
|
112
|
-
import K8SIcon from './K8SIcon'
|
|
113
|
-
import K8SMetricsIcon from './K8SMetricsIcon'
|
|
114
|
-
import KeyIcon from './KeyIcon'
|
|
115
112
|
import ImportAppIcon from './ImportAppIcon'
|
|
116
113
|
import ImportIcon from './ImportIcon'
|
|
117
114
|
import InfoCircleIcon from './InfoCircleIcon'
|
|
@@ -119,6 +116,9 @@ import InfrastructureIcon from './InfrastructureIcon'
|
|
|
119
116
|
import IngressControllIcon from './IngressControllIcon'
|
|
120
117
|
import InternalLinkIcon from './InternalLinkIcon'
|
|
121
118
|
import InternetIcon from './InternetIcon'
|
|
119
|
+
import K8SIcon from './K8SIcon'
|
|
120
|
+
import K8SMetricsIcon from './K8SMetricsIcon'
|
|
121
|
+
import KeyIcon from './KeyIcon'
|
|
122
122
|
import LabelIcon from './LabelIcon'
|
|
123
123
|
import LayersIcon from './LayersIcon'
|
|
124
124
|
import LensIcon from './LensIcon'
|
|
@@ -133,18 +133,18 @@ import MetricsLogsIcon from './MetricsLogsIcon'
|
|
|
133
133
|
import MissingTemplateIcon from './MissingTemplateIcon'
|
|
134
134
|
import NameAppIcon from './NameAppIcon'
|
|
135
135
|
import NextJSIcon from './NextJSIcon'
|
|
136
|
-
import NodeJSMetricsIcon from './NodeJSMetricsIcon'
|
|
137
136
|
import NoActivitiesIcon from './NoActivitiesIcon'
|
|
138
|
-
import NoDeploymentsIcon from './NoDeploymentsIcon'
|
|
139
137
|
import NodeJSIcon from './NodeJSIcon'
|
|
138
|
+
import NodeJSMetricsIcon from './NodeJSMetricsIcon'
|
|
139
|
+
import NoDeploymentsIcon from './NoDeploymentsIcon'
|
|
140
140
|
import NoMetricsIcon from './NoMetricsIcon'
|
|
141
141
|
import NoResultsIcon from './NoResultsIcon'
|
|
142
142
|
import NotCompliantServiceIcon from './NotCompliantServiceIcon'
|
|
143
143
|
import OpenAPIEditsIcon from './OpenAPIEditsIcon'
|
|
144
144
|
import OrganizationIcon from './OrganizationIcon'
|
|
145
|
-
import OutOfBoxGraphQLIcon from './OutOfBoxGraphQLIcon'
|
|
146
|
-
import OutdatedServiceIcon from './OutdatedServiceIcon'
|
|
147
145
|
import OtherLogosGoogleIcon from './OtherLogosGoogleIcon'
|
|
146
|
+
import OutdatedServiceIcon from './OutdatedServiceIcon'
|
|
147
|
+
import OutOfBoxGraphQLIcon from './OutOfBoxGraphQLIcon'
|
|
148
148
|
import PlatformaticComposerIcon from './PlatformaticComposerIcon'
|
|
149
149
|
import PlatformaticDBIcon from './PlatformaticDBIcon'
|
|
150
150
|
import PlatformaticRuntimeIcon from './PlatformaticRuntimeIcon'
|
|
@@ -154,8 +154,8 @@ import PodDetailsIcon from './PodDetailsIcon'
|
|
|
154
154
|
import PodhealthIcon from './PodhealthIcon'
|
|
155
155
|
import PodLogsIcon from './PodLogsIcon'
|
|
156
156
|
import PodMetricsIcon from './PodMetricsIcon'
|
|
157
|
-
import PodServicesIcon from './PodServicesIcon'
|
|
158
157
|
import PodPerformanceIcon from './PodPerformanceIcon'
|
|
158
|
+
import PodServicesIcon from './PodServicesIcon'
|
|
159
159
|
import PreviewPRIcon from './PreviewPRIcon'
|
|
160
160
|
import PullRequestIcon from './PullRequestIcon'
|
|
161
161
|
import PullRequestLoadingIcon from './PullRequestLoadingIcon'
|
|
@@ -167,18 +167,19 @@ import RequestsIcon from './RequestsIcon'
|
|
|
167
167
|
import ResourceIcon from './ResourceIcon'
|
|
168
168
|
import RestartIcon from './RestartIcon'
|
|
169
169
|
import RocketIcon from './RocketIcon'
|
|
170
|
+
import RunningAppIcon from './RunningAppIcon'
|
|
170
171
|
import RunningIcon from './RunningIcon'
|
|
171
|
-
import ScheduledJobsIcon from './ScheduledJobsIcon'
|
|
172
|
-
import ScheduledJobSettingsIcon from './ScheduledJobSettingsIcon'
|
|
173
|
-
import ScheduledJobsSuspendIcon from './ScheduledJobsSuspendIcon'
|
|
174
|
-
import ScheduledJobsDetailIcon from './ScheduledJobsDetailIcon'
|
|
175
172
|
import ScalerDetailsIcon from './ScalerDetailsIcon'
|
|
176
173
|
import ScalerHistoryIcon from './ScalerHistoryIcon'
|
|
174
|
+
import ScheduledJobsAppIcon from './ScheduledJobsAppIcon'
|
|
175
|
+
import ScheduledJobsDetailIcon from './ScheduledJobsDetailIcon'
|
|
176
|
+
import ScheduledJobSettingsIcon from './ScheduledJobSettingsIcon'
|
|
177
|
+
import ScheduledJobsIcon from './ScheduledJobsIcon'
|
|
178
|
+
import ScheduledJobsSuspendIcon from './ScheduledJobsSuspendIcon'
|
|
177
179
|
import SendIcon from './SendIcon'
|
|
178
180
|
import ServiceIcon from './ServiceIcon'
|
|
179
181
|
import ServicesWorkingIcon from './ServicesWorkingIcon'
|
|
180
182
|
import SlotIcon from './SlotIcon'
|
|
181
|
-
import SwitchIcon from './SwitchIcon'
|
|
182
183
|
import SocialDiscordIcon from './SocialDiscordIcon'
|
|
183
184
|
import SocialGitHubIcon from './SocialGitHubIcon'
|
|
184
185
|
import SocialGitLabIcon from './SocialGitLabIcon'
|
|
@@ -186,22 +187,23 @@ import SocialLinkedInIcon from './SocialLinkedInIcon'
|
|
|
186
187
|
import SocialNPMIcon from './SocialNPMIcon'
|
|
187
188
|
import SocialXIcon from './SocialXIcon'
|
|
188
189
|
import SortableIcon from './SortableIcon'
|
|
189
|
-
import SortIcon from './SortIcon'
|
|
190
190
|
import SortDownArrowAndBarIcon from './SortDownArrowAndBarIcon'
|
|
191
191
|
import SortDownIcon from './SortDownIcon'
|
|
192
|
+
import SortIcon from './SortIcon'
|
|
192
193
|
import SortUpArrowAndBarIcon from './SortUpArrowAndBarIcon'
|
|
193
194
|
import SortUpIcon from './SortUpIcon'
|
|
194
195
|
import StackablesIcon from './StackablesIcon'
|
|
195
196
|
import StackablesPluginIcon from './StackablesPluginIcon'
|
|
196
197
|
import StackablesTemplateIcon from './StackablesTemplateIcon'
|
|
197
198
|
import StopIcon from './StopIcon'
|
|
198
|
-
import
|
|
199
|
+
import SuspendIcon from './SuspendIcon'
|
|
200
|
+
import SwitchIcon from './SwitchIcon'
|
|
199
201
|
import TableIcon from './TableIcon'
|
|
200
202
|
import TaxonomyIcon from './TaxonomyIcon'
|
|
201
|
-
import TerminalIcon from './TerminalIcon'
|
|
202
|
-
import TwoUsersIcon from './TwoUsersIcon'
|
|
203
203
|
import TeamsIcon from './TeamsIcon'
|
|
204
|
+
import TerminalIcon from './TerminalIcon'
|
|
204
205
|
import TrashIcon from './TrashIcon'
|
|
206
|
+
import TwoUsersIcon from './TwoUsersIcon'
|
|
205
207
|
import UpgradeIcon from './UpgradeIcon'
|
|
206
208
|
import UploadFileIcon from './UploadFileIcon'
|
|
207
209
|
import UserComputerIcon from './UserComputerIcon'
|
|
@@ -210,8 +212,8 @@ import UserRemoveIcon from './UserRemoveIcon'
|
|
|
210
212
|
import UserRoleIcon from './UserRoleIcon'
|
|
211
213
|
import WorkspaceDynamicIcon from './WorkspaceDynamicIcon'
|
|
212
214
|
import WorkspaceEmptyIcon from './WorkspaceEmptyIcon'
|
|
213
|
-
import WorkspaceGitHubIcon from './WorkspaceGitHubIcon'
|
|
214
215
|
import WorkspaceFailIcon from './WorkspaceFailIcon'
|
|
216
|
+
import WorkspaceGitHubIcon from './WorkspaceGitHubIcon'
|
|
215
217
|
import WorkspaceLoadingIcon from './WorkspaceLoadingIcon'
|
|
216
218
|
import WorkspaceReadyIcon from './WorkspaceReadyIcon'
|
|
217
219
|
import WorkspaceStaticIcon from './WorkspaceStaticIcon'
|
|
@@ -219,20 +221,20 @@ import ZoomInIcon from './ZoomInIcon'
|
|
|
219
221
|
import ZoomOutIcon from './ZoomOutIcon'
|
|
220
222
|
|
|
221
223
|
export default {
|
|
222
|
-
AddIcon,
|
|
223
224
|
AddEnvVariableIcon,
|
|
225
|
+
AddIcon,
|
|
224
226
|
AddRouteIcon,
|
|
225
227
|
AddUserIcon,
|
|
226
228
|
AlertIcon,
|
|
227
229
|
AllAppsIcon,
|
|
228
230
|
AllInOneIcon,
|
|
229
|
-
APIDocsIcon,
|
|
230
231
|
ApiCloudIcon,
|
|
231
|
-
|
|
232
|
+
ApiEmptyIcon,
|
|
232
233
|
ApiIcon,
|
|
233
234
|
ApiIconClosed,
|
|
234
|
-
ApiEmptyIcon,
|
|
235
235
|
ApiPerformanceIcon,
|
|
236
|
+
APIDocsIcon,
|
|
237
|
+
APIKeyIcon,
|
|
236
238
|
AppConfigurationIcon,
|
|
237
239
|
AppDetailsIcon,
|
|
238
240
|
AppEditIcon,
|
|
@@ -243,6 +245,7 @@ export default {
|
|
|
243
245
|
AppMissingIcon,
|
|
244
246
|
AppOptimizedIcon,
|
|
245
247
|
AppSettingsIcon,
|
|
248
|
+
AppStoppedIcon,
|
|
246
249
|
AppWorkspace,
|
|
247
250
|
ArrowDownFullIcon,
|
|
248
251
|
ArrowDownIcon,
|
|
@@ -256,51 +259,50 @@ export default {
|
|
|
256
259
|
AWSIcon,
|
|
257
260
|
BellIcon,
|
|
258
261
|
BillingIcon,
|
|
259
|
-
BuiltInLoggingIcon,
|
|
260
262
|
BranchIcon,
|
|
263
|
+
BuiltInLoggingIcon,
|
|
261
264
|
CachingIcon,
|
|
262
|
-
CalendarIcon,
|
|
263
265
|
Calendar1DayIcon,
|
|
264
266
|
Calendar7DaysIcon,
|
|
267
|
+
CalendarIcon,
|
|
265
268
|
CheckListIcon,
|
|
266
269
|
CheckListReviewIcon,
|
|
267
270
|
CircleAddIcon,
|
|
268
271
|
CircleArrowLeftIcon,
|
|
269
272
|
CircleArrowRightIcon,
|
|
270
273
|
CircleCheckMarkButtonIcon,
|
|
271
|
-
CircleCheckMarkIcon,
|
|
272
274
|
CircleCheckMarkFullIcon,
|
|
273
|
-
|
|
274
|
-
CircleCloseIcon,
|
|
275
|
+
CircleCheckMarkIcon,
|
|
275
276
|
CircleCloseHoverIcon,
|
|
277
|
+
CircleCloseIcon,
|
|
278
|
+
CircleCopyPasteIcon,
|
|
276
279
|
CircleDownloadIcon,
|
|
277
|
-
CircleExclamationIcon,
|
|
278
280
|
CircleEditIcon,
|
|
281
|
+
CircleExclamationIcon,
|
|
279
282
|
CircleFullIcon,
|
|
280
283
|
CircleGearIcon,
|
|
281
|
-
CircleRestartIcon,
|
|
282
284
|
CirclePlayIcon,
|
|
283
|
-
|
|
285
|
+
CircleRestartIcon,
|
|
284
286
|
CircleStopIcon,
|
|
287
|
+
CircleSubtractIcon,
|
|
285
288
|
CircleTwoArrowsDownIcon,
|
|
286
289
|
CircleTwoArrowsUpIcon,
|
|
290
|
+
CLIIcon,
|
|
287
291
|
CloseIcon,
|
|
288
292
|
CloudIcon,
|
|
289
|
-
CLIIcon,
|
|
290
293
|
CodeTestingIcon,
|
|
291
294
|
CollapseIcon,
|
|
292
295
|
CollapseSquareIcon,
|
|
293
296
|
ComputerIcon,
|
|
294
297
|
ComputerInIcon,
|
|
295
298
|
ComputerOutIcon,
|
|
296
|
-
CopyPasteIcon,
|
|
297
|
-
CreditCardIcon,
|
|
298
299
|
ConfigureDatabaseIcon,
|
|
300
|
+
CopyPasteIcon,
|
|
299
301
|
CreateAppIcon,
|
|
300
302
|
CreatingAppIcon,
|
|
301
|
-
|
|
302
|
-
DatabaseIcon,
|
|
303
|
+
CreditCardIcon,
|
|
303
304
|
DatabaseEditIcon,
|
|
305
|
+
DatabaseIcon,
|
|
304
306
|
DatabaseMigrationIcon,
|
|
305
307
|
DepencenciesReloadIcon,
|
|
306
308
|
DeploymentHistoryIcon,
|
|
@@ -308,9 +310,9 @@ export default {
|
|
|
308
310
|
DownloadIcon,
|
|
309
311
|
EditDocumentIcon,
|
|
310
312
|
EditIcon,
|
|
311
|
-
EntrypointIcon,
|
|
312
313
|
EnlargeIcon,
|
|
313
314
|
EntryIcon,
|
|
315
|
+
EntrypointIcon,
|
|
314
316
|
EnvVariableszIcon,
|
|
315
317
|
ExpandIcon,
|
|
316
318
|
ExpandSquareIcon,
|
|
@@ -323,16 +325,13 @@ export default {
|
|
|
323
325
|
FoldersIcon,
|
|
324
326
|
GearIcon,
|
|
325
327
|
GenerationLoadingIcon,
|
|
326
|
-
GiveOwnershipIcon,
|
|
327
|
-
GitHubRepoIcon,
|
|
328
328
|
GitHubRepo2Icon,
|
|
329
|
-
|
|
329
|
+
GitHubRepoIcon,
|
|
330
|
+
GiveOwnershipIcon,
|
|
330
331
|
GraphQLEditsIcon,
|
|
332
|
+
GraphQLIcon,
|
|
331
333
|
HorizontalPodAutoscalerIcon,
|
|
332
334
|
HourglassIcon,
|
|
333
|
-
K8SIcon,
|
|
334
|
-
K8SMetricsIcon,
|
|
335
|
-
KeyIcon,
|
|
336
335
|
ImportAppIcon,
|
|
337
336
|
ImportIcon,
|
|
338
337
|
InfoCircleIcon,
|
|
@@ -340,6 +339,9 @@ export default {
|
|
|
340
339
|
IngressControllIcon,
|
|
341
340
|
InternalLinkIcon,
|
|
342
341
|
InternetIcon,
|
|
342
|
+
K8SIcon,
|
|
343
|
+
K8SMetricsIcon,
|
|
344
|
+
KeyIcon,
|
|
343
345
|
LabelIcon,
|
|
344
346
|
LayersIcon,
|
|
345
347
|
LensIcon,
|
|
@@ -354,18 +356,18 @@ export default {
|
|
|
354
356
|
MissingTemplateIcon,
|
|
355
357
|
NameAppIcon,
|
|
356
358
|
NextJSIcon,
|
|
357
|
-
NodeJSMetricsIcon,
|
|
358
359
|
NoActivitiesIcon,
|
|
359
|
-
NoDeploymentsIcon,
|
|
360
360
|
NodeJSIcon,
|
|
361
|
+
NodeJSMetricsIcon,
|
|
362
|
+
NoDeploymentsIcon,
|
|
361
363
|
NoMetricsIcon,
|
|
362
364
|
NoResultsIcon,
|
|
363
365
|
NotCompliantServiceIcon,
|
|
364
366
|
OpenAPIEditsIcon,
|
|
365
367
|
OrganizationIcon,
|
|
366
|
-
OutOfBoxGraphQLIcon,
|
|
367
|
-
OutdatedServiceIcon,
|
|
368
368
|
OtherLogosGoogleIcon,
|
|
369
|
+
OutdatedServiceIcon,
|
|
370
|
+
OutOfBoxGraphQLIcon,
|
|
369
371
|
PlatformaticComposerIcon,
|
|
370
372
|
PlatformaticDBIcon,
|
|
371
373
|
PlatformaticRuntimeIcon,
|
|
@@ -375,8 +377,8 @@ export default {
|
|
|
375
377
|
PodhealthIcon,
|
|
376
378
|
PodLogsIcon,
|
|
377
379
|
PodMetricsIcon,
|
|
378
|
-
PodServicesIcon,
|
|
379
380
|
PodPerformanceIcon,
|
|
381
|
+
PodServicesIcon,
|
|
380
382
|
PreviewPRIcon,
|
|
381
383
|
PullRequestIcon,
|
|
382
384
|
PullRequestLoadingIcon,
|
|
@@ -388,18 +390,19 @@ export default {
|
|
|
388
390
|
ResourceIcon,
|
|
389
391
|
RestartIcon,
|
|
390
392
|
RocketIcon,
|
|
393
|
+
RunningAppIcon,
|
|
391
394
|
RunningIcon,
|
|
392
|
-
ScheduledJobsIcon,
|
|
393
|
-
ScheduledJobSettingsIcon,
|
|
394
|
-
ScheduledJobsSuspendIcon,
|
|
395
|
-
ScheduledJobsDetailIcon,
|
|
396
395
|
ScalerDetailsIcon,
|
|
397
396
|
ScalerHistoryIcon,
|
|
397
|
+
ScheduledJobsAppIcon,
|
|
398
|
+
ScheduledJobsDetailIcon,
|
|
399
|
+
ScheduledJobSettingsIcon,
|
|
400
|
+
ScheduledJobsIcon,
|
|
401
|
+
ScheduledJobsSuspendIcon,
|
|
398
402
|
SendIcon,
|
|
399
403
|
ServiceIcon,
|
|
400
404
|
ServicesWorkingIcon,
|
|
401
405
|
SlotIcon,
|
|
402
|
-
SwitchIcon,
|
|
403
406
|
SocialDiscordIcon,
|
|
404
407
|
SocialGitHubIcon,
|
|
405
408
|
SocialGitLabIcon,
|
|
@@ -407,22 +410,23 @@ export default {
|
|
|
407
410
|
SocialNPMIcon,
|
|
408
411
|
SocialXIcon,
|
|
409
412
|
SortableIcon,
|
|
410
|
-
SortIcon,
|
|
411
413
|
SortDownArrowAndBarIcon,
|
|
412
414
|
SortDownIcon,
|
|
415
|
+
SortIcon,
|
|
413
416
|
SortUpArrowAndBarIcon,
|
|
414
417
|
SortUpIcon,
|
|
415
418
|
StackablesIcon,
|
|
416
419
|
StackablesPluginIcon,
|
|
417
420
|
StackablesTemplateIcon,
|
|
418
421
|
StopIcon,
|
|
419
|
-
|
|
422
|
+
SuspendIcon,
|
|
423
|
+
SwitchIcon,
|
|
420
424
|
TableIcon,
|
|
421
425
|
TaxonomyIcon,
|
|
422
|
-
TerminalIcon,
|
|
423
|
-
TwoUsersIcon,
|
|
424
426
|
TeamsIcon,
|
|
427
|
+
TerminalIcon,
|
|
425
428
|
TrashIcon,
|
|
429
|
+
TwoUsersIcon,
|
|
426
430
|
UpgradeIcon,
|
|
427
431
|
UploadFileIcon,
|
|
428
432
|
UserComputerIcon,
|
|
@@ -431,8 +435,8 @@ export default {
|
|
|
431
435
|
UserRoleIcon,
|
|
432
436
|
WorkspaceDynamicIcon,
|
|
433
437
|
WorkspaceEmptyIcon,
|
|
434
|
-
WorkspaceGitHubIcon,
|
|
435
438
|
WorkspaceFailIcon,
|
|
439
|
+
WorkspaceGitHubIcon,
|
|
436
440
|
WorkspaceLoadingIcon,
|
|
437
441
|
WorkspaceReadyIcon,
|
|
438
442
|
WorkspaceStaticIcon,
|
|
@@ -5,7 +5,7 @@ import CircleCloseIcon from '../../components/icons/CircleCloseIcon'
|
|
|
5
5
|
import WorkspaceStaticIcon from '../../components/icons/WorkspaceStaticIcon'
|
|
6
6
|
import UpgradeIcon from '../../components/icons/UpgradeIcon'
|
|
7
7
|
import WorkspaceDynamicIcon from '../../components/icons/WorkspaceDynamicIcon'
|
|
8
|
-
import { COLORS_ICON, RICH_BLACK } from '../../components/constants'
|
|
8
|
+
import { COLORS_ICON, LARGE, MEDIUM, RICH_BLACK, SIZES, SMALL } from '../../components/constants'
|
|
9
9
|
import icons from '../../components/icons/index.js'
|
|
10
10
|
|
|
11
11
|
const divStyle = {
|
|
@@ -121,3 +121,39 @@ export const AlertIcon = AllSizesIcons(icons.AlertIcon).bind({})
|
|
|
121
121
|
export const ScheduledJobSettingsIcons = AllSizesIcons(icons.ScheduledJobSettingsIcon).bind({})
|
|
122
122
|
export const ScheduledJobsSuspendIcons = AllSizesIcons(icons.ScheduledJobsSuspendIcon).bind({})
|
|
123
123
|
export const ScheduledJobsDetailIcons = AllSizesIcons(icons.ScheduledJobsDetailIcon).bind({})
|
|
124
|
+
|
|
125
|
+
const IconPreviewTemplate = ({ iconName, size, color }) => {
|
|
126
|
+
const Icon = icons[iconName]
|
|
127
|
+
if (!Icon) return <div>Icon not found</div>
|
|
128
|
+
|
|
129
|
+
return (
|
|
130
|
+
<div style={{ backgroundColor: RICH_BLACK, padding: '20px', display: 'flex', gap: '10px' }}>
|
|
131
|
+
<Icon size={SMALL} color={color} />
|
|
132
|
+
<Icon size={MEDIUM} color={color} />
|
|
133
|
+
<Icon size={LARGE} color={color} />
|
|
134
|
+
</div>
|
|
135
|
+
)
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
export const IconPreview = IconPreviewTemplate.bind({})
|
|
139
|
+
IconPreview.args = {
|
|
140
|
+
iconName: 'AddIcon',
|
|
141
|
+
color: 'rich-black'
|
|
142
|
+
}
|
|
143
|
+
IconPreview.argTypes = {
|
|
144
|
+
iconName: {
|
|
145
|
+
control: 'select',
|
|
146
|
+
options: Object.keys(icons),
|
|
147
|
+
description: 'Select an icon to preview'
|
|
148
|
+
},
|
|
149
|
+
size: {
|
|
150
|
+
control: 'select',
|
|
151
|
+
options: SIZES,
|
|
152
|
+
description: 'Select icon size'
|
|
153
|
+
},
|
|
154
|
+
color: {
|
|
155
|
+
control: 'select',
|
|
156
|
+
options: COLORS_ICON,
|
|
157
|
+
description: 'Select icon color'
|
|
158
|
+
}
|
|
159
|
+
}
|