@platformatic/ui-components 0.5.0 → 0.5.2
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/.nvmrc +1 -1
- package/dist/assets/index-CVTXNiNM.js +40 -0
- package/dist/assets/index-DEil0rCS.css +1 -0
- package/dist/index.html +2 -2
- package/package.json +1 -1
- package/src/components/DropDown.jsx +10 -26
- package/src/components/FollowUs.jsx +18 -27
- package/src/components/InfoBox.jsx +8 -10
- package/src/components/ListElement.jsx +9 -11
- package/src/components/LoadingSpinner.jsx +1 -5
- package/src/components/LogoDropDown.jsx +7 -8
- package/src/components/ModalDirectional.jsx +9 -19
- package/src/components/ModalStepsForward.jsx +12 -24
- package/src/components/SearchBarV2.jsx +9 -22
- package/src/components/Sidebar.jsx +12 -26
- package/src/components/Status.jsx +5 -7
- package/src/components/TextWithLabel.jsx +7 -9
- package/src/components/Tooltip.jsx +8 -19
- package/src/components/TooltipAbsolute.jsx +10 -22
- package/src/components/VerticalSeparator.jsx +0 -4
- package/src/components/forms/Field.jsx +8 -19
- package/src/components/forms/Input.jsx +17 -37
- package/src/components/forms/InputWithSeparator.jsx +14 -31
- package/src/components/forms/Password.jsx +10 -18
- package/src/components/forms/Preview.jsx +10 -12
- package/src/components/forms/RadioGroup.jsx +9 -17
- package/src/components/forms/Select.jsx +19 -40
- package/src/components/forms/SelectWithInput.jsx +22 -46
- package/src/components/forms/TextArea.jsx +11 -25
- package/src/components/forms/ToggleSwitch.jsx +8 -19
- package/src/components/icons/BranchIcon.jsx +102 -0
- package/src/components/icons/DeploymentHistoryIcon.jsx +118 -0
- package/src/components/icons/EntrypointIcon.jsx +14 -3
- package/src/components/icons/ExpandIcon.jsx +15 -3
- package/src/components/icons/FailureRateIcon.jsx +104 -0
- package/src/components/icons/Icons.module.css +56 -0
- package/src/components/icons/InfrastructureIcon.jsx +118 -0
- package/src/components/icons/InternetIcon.jsx +117 -0
- package/src/components/icons/K8SMetricsIcon.jsx +106 -0
- package/src/components/icons/MetricsLogsIcon.jsx +124 -0
- package/src/components/icons/NodeJSMetricsIcon.jsx +106 -0
- package/src/components/icons/NotCompliantServiceIcon.jsx +115 -0
- package/src/components/icons/OtherLogosGoogleIcon.jsx +69 -0
- package/src/components/icons/OutdatedServiceIcon.jsx +117 -0
- package/src/components/icons/ResourceIcon.jsx +111 -0
- package/src/components/icons/TaxonomyIcon.jsx +126 -0
- package/src/components/icons/ZoomInIcon.jsx +99 -0
- package/src/components/icons/ZoomOutIcon.jsx +96 -0
- package/src/components/icons/index.js +31 -2
- package/dist/assets/index-BHLxMHb5.js +0 -40
- package/dist/assets/index-Of0we_2v.css +0 -1
|
@@ -27,6 +27,7 @@ import ArrowUpIcon from './ArrowUpIcon'
|
|
|
27
27
|
import BellIcon from './BellIcon'
|
|
28
28
|
import BillingIcon from './BillingIcon'
|
|
29
29
|
import BuiltInLoggingIcon from './BuiltInLoggingIcon'
|
|
30
|
+
import BranchIcon from './BranchIcon'
|
|
30
31
|
import CalendarIcon from './CalendarIcon'
|
|
31
32
|
import Calendar1DayIcon from './Calendar1DayIcon'
|
|
32
33
|
import Calendar7DaysIcon from './Calendar7DaysIcon'
|
|
@@ -64,6 +65,7 @@ import RunningAppIcon from './RunningAppIcon'
|
|
|
64
65
|
import DatabaseIcon from './DatabaseIcon'
|
|
65
66
|
import DatabaseMigrationIcon from './DatabaseMigrationIcon'
|
|
66
67
|
import DepencenciesReloadIcon from './DepencenciesReloadIcon'
|
|
68
|
+
import DeploymentHistoryIcon from './DeploymentHistoryIcon'
|
|
67
69
|
import EditDocumentIcon from './EditDocumentIcon'
|
|
68
70
|
import EditIcon from './EditIcon'
|
|
69
71
|
import EntrypointIcon from './EntrypointIcon'
|
|
@@ -73,6 +75,7 @@ import ExpandIcon from './ExpandIcon'
|
|
|
73
75
|
import ExploreDocIcon from './ExploreDocIcon'
|
|
74
76
|
import EyeClosedIcon from './EyeClosedIcon'
|
|
75
77
|
import EyeOpenedIcon from './EyeOpenedIcon'
|
|
78
|
+
import FailureRateIcon from './FailureRateIcon'
|
|
76
79
|
import FolderIcon from './FolderIcon'
|
|
77
80
|
import FoldersIcon from './FoldersIcon'
|
|
78
81
|
import GearIcon from './GearIcon'
|
|
@@ -81,8 +84,11 @@ import GiveOwnershipIcon from './GiveOwnershipIcon'
|
|
|
81
84
|
import GitHubRepoIcon from './GitHubRepoIcon'
|
|
82
85
|
import GitHubRepo2Icon from './GitHubRepo2Icon'
|
|
83
86
|
import GraphQLIcon from './GraphQLIcon'
|
|
87
|
+
import K8SMetricsIcon from './K8SMetricsIcon'
|
|
84
88
|
import KeyIcon from './KeyIcon'
|
|
85
89
|
import ImportAppIcon from './ImportAppIcon'
|
|
90
|
+
import InfrastructureIcon from './InfrastructureIcon'
|
|
91
|
+
import InternetIcon from './InternetIcon'
|
|
86
92
|
import LabelIcon from './LabelIcon'
|
|
87
93
|
import LayersIcon from './LayersIcon'
|
|
88
94
|
import LensIcon from './LensIcon'
|
|
@@ -92,12 +98,16 @@ import LogOutIcon from './LogOutIcon'
|
|
|
92
98
|
import LogsRiskIcon from './LogsRiskIcon'
|
|
93
99
|
import MetricsIcon from './MetricsIcon'
|
|
94
100
|
import MetricsLoadingIcon from './MetricsLoadingIcon'
|
|
101
|
+
import MetricsLogsIcon from './MetricsLogsIcon'
|
|
95
102
|
import MissingTemplateIcon from './MissingTemplateIcon'
|
|
96
|
-
|
|
97
103
|
import NameAppIcon from './NameAppIcon'
|
|
104
|
+
import NodeJSMetricsIcon from './NodeJSMetricsIcon'
|
|
98
105
|
import NoMetricsIcon from './NoMetricsIcon'
|
|
106
|
+
import NotCompliantServiceIcon from './NotCompliantServiceIcon'
|
|
99
107
|
import OrganizationIcon from './OrganizationIcon'
|
|
100
108
|
import OutOfBoxGraphQLIcon from './OutOfBoxGraphQLIcon'
|
|
109
|
+
import OutdatedServiceIcon from './OutdatedServiceIcon'
|
|
110
|
+
import OtherLogosGoogleIcon from './OtherLogosGoogleIcon'
|
|
101
111
|
import PlatformaticComposerIcon from './PlatformaticComposerIcon'
|
|
102
112
|
import PlatformaticDBIcon from './PlatformaticDBIcon'
|
|
103
113
|
import PlatformaticRuntimeIcon from './PlatformaticRuntimeIcon'
|
|
@@ -108,6 +118,7 @@ import PullRequestIcon from './PullRequestIcon'
|
|
|
108
118
|
import PullRequestLoadingIcon from './PullRequestLoadingIcon'
|
|
109
119
|
import RequestOwnershipIcon from './RequestOwnershipIcon'
|
|
110
120
|
import RecentAppsIcon from './RecentAppsIcon'
|
|
121
|
+
import ResourceIcon from './ResourceIcon'
|
|
111
122
|
import RestartIcon from './RestartIcon'
|
|
112
123
|
import RocketIcon from './RocketIcon'
|
|
113
124
|
import RunningIcon from './RunningIcon'
|
|
@@ -130,6 +141,7 @@ import StackablesPluginIcon from './StackablesPluginIcon'
|
|
|
130
141
|
import StackablesTemplateIcon from './StackablesTemplateIcon'
|
|
131
142
|
import StopIcon from './StopIcon'
|
|
132
143
|
import StoppedAppIcon from './StoppedAppIcon'
|
|
144
|
+
import TaxonomyIcon from './TaxonomyIcon'
|
|
133
145
|
import TerminalIcon from './TerminalIcon'
|
|
134
146
|
import TwoUsersIcon from './TwoUsersIcon'
|
|
135
147
|
import TeamsIcon from './TeamsIcon'
|
|
@@ -146,6 +158,8 @@ import WorkspaceFailIcon from './WorkspaceFailIcon'
|
|
|
146
158
|
import WorkspaceLoadingIcon from './WorkspaceLoadingIcon'
|
|
147
159
|
import WorkspaceReadyIcon from './WorkspaceReadyIcon'
|
|
148
160
|
import WorkspaceStaticIcon from './WorkspaceStaticIcon'
|
|
161
|
+
import ZoomInIcon from './ZoomInIcon'
|
|
162
|
+
import ZoomOutIcon from './ZoomOutIcon'
|
|
149
163
|
|
|
150
164
|
export default {
|
|
151
165
|
AddIcon,
|
|
@@ -177,6 +191,7 @@ export default {
|
|
|
177
191
|
BellIcon,
|
|
178
192
|
BillingIcon,
|
|
179
193
|
BuiltInLoggingIcon,
|
|
194
|
+
BranchIcon,
|
|
180
195
|
CalendarIcon,
|
|
181
196
|
Calendar1DayIcon,
|
|
182
197
|
Calendar7DaysIcon,
|
|
@@ -214,6 +229,7 @@ export default {
|
|
|
214
229
|
DatabaseIcon,
|
|
215
230
|
DatabaseMigrationIcon,
|
|
216
231
|
DepencenciesReloadIcon,
|
|
232
|
+
DeploymentHistoryIcon,
|
|
217
233
|
EditDocumentIcon,
|
|
218
234
|
EditIcon,
|
|
219
235
|
EntrypointIcon,
|
|
@@ -223,6 +239,7 @@ export default {
|
|
|
223
239
|
ExploreDocIcon,
|
|
224
240
|
EnlargeIcon,
|
|
225
241
|
EntryIcon,
|
|
242
|
+
FailureRateIcon,
|
|
226
243
|
FolderIcon,
|
|
227
244
|
FoldersIcon,
|
|
228
245
|
GearIcon,
|
|
@@ -232,6 +249,9 @@ export default {
|
|
|
232
249
|
GitHubRepo2Icon,
|
|
233
250
|
GraphQLIcon,
|
|
234
251
|
ImportAppIcon,
|
|
252
|
+
InfrastructureIcon,
|
|
253
|
+
InternetIcon,
|
|
254
|
+
K8SMetricsIcon,
|
|
235
255
|
KeyIcon,
|
|
236
256
|
LabelIcon,
|
|
237
257
|
LayersIcon,
|
|
@@ -242,10 +262,15 @@ export default {
|
|
|
242
262
|
LogsRiskIcon,
|
|
243
263
|
MetricsIcon,
|
|
244
264
|
MetricsLoadingIcon,
|
|
265
|
+
MetricsLogsIcon,
|
|
245
266
|
MissingTemplateIcon,
|
|
246
267
|
NameAppIcon,
|
|
268
|
+
NodeJSMetricsIcon,
|
|
247
269
|
NoMetricsIcon,
|
|
270
|
+
NotCompliantServiceIcon,
|
|
248
271
|
OrganizationIcon,
|
|
272
|
+
OutdatedServiceIcon,
|
|
273
|
+
OtherLogosGoogleIcon,
|
|
249
274
|
OutOfBoxGraphQLIcon,
|
|
250
275
|
PlatformaticComposerIcon,
|
|
251
276
|
PlatformaticDBIcon,
|
|
@@ -257,6 +282,7 @@ export default {
|
|
|
257
282
|
PullRequestLoadingIcon,
|
|
258
283
|
RequestOwnershipIcon,
|
|
259
284
|
RecentAppsIcon,
|
|
285
|
+
ResourceIcon,
|
|
260
286
|
RestartIcon,
|
|
261
287
|
RocketIcon,
|
|
262
288
|
RunningIcon,
|
|
@@ -279,6 +305,7 @@ export default {
|
|
|
279
305
|
StackablesIcon,
|
|
280
306
|
StackablesPluginIcon,
|
|
281
307
|
StackablesTemplateIcon,
|
|
308
|
+
TaxonomyIcon,
|
|
282
309
|
TerminalIcon,
|
|
283
310
|
TeamsIcon,
|
|
284
311
|
TwoUsersIcon,
|
|
@@ -294,5 +321,7 @@ export default {
|
|
|
294
321
|
WorkspaceGitHubIcon,
|
|
295
322
|
WorkspaceLoadingIcon,
|
|
296
323
|
WorkspaceReadyIcon,
|
|
297
|
-
WorkspaceStaticIcon
|
|
324
|
+
WorkspaceStaticIcon,
|
|
325
|
+
ZoomInIcon,
|
|
326
|
+
ZoomOutIcon
|
|
298
327
|
}
|