@platformatic/ui-components 0.5.0 → 0.5.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.
- package/dist/assets/index-hLMQmMDJ.js +40 -0
- package/dist/index.html +1 -1
- 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/FailureRateIcon.jsx +104 -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 +103 -0
- package/src/components/icons/OtherLogosGoogleIcon.jsx +69 -0
- package/src/components/icons/OutdatedServiceIcon.jsx +105 -0
- package/src/components/icons/ResourceIcon.jsx +111 -0
- package/src/components/icons/ZoomInIcon.jsx +99 -0
- package/src/components/icons/ZoomOutIcon.jsx +96 -0
- package/src/components/icons/index.js +25 -2
- package/dist/assets/index-BHLxMHb5.js +0 -40
|
@@ -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,6 +84,7 @@ 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'
|
|
86
90
|
import LabelIcon from './LabelIcon'
|
|
@@ -92,12 +96,16 @@ import LogOutIcon from './LogOutIcon'
|
|
|
92
96
|
import LogsRiskIcon from './LogsRiskIcon'
|
|
93
97
|
import MetricsIcon from './MetricsIcon'
|
|
94
98
|
import MetricsLoadingIcon from './MetricsLoadingIcon'
|
|
99
|
+
import MetricsLogsIcon from './MetricsLogsIcon'
|
|
95
100
|
import MissingTemplateIcon from './MissingTemplateIcon'
|
|
96
|
-
|
|
97
101
|
import NameAppIcon from './NameAppIcon'
|
|
102
|
+
import NodeJSMetricsIcon from './NodeJSMetricsIcon'
|
|
98
103
|
import NoMetricsIcon from './NoMetricsIcon'
|
|
104
|
+
import NotCompliantServiceIcon from './NotCompliantServiceIcon'
|
|
99
105
|
import OrganizationIcon from './OrganizationIcon'
|
|
100
106
|
import OutOfBoxGraphQLIcon from './OutOfBoxGraphQLIcon'
|
|
107
|
+
import OutdatedServiceIcon from './OutdatedServiceIcon'
|
|
108
|
+
import OtherLogosGoogleIcon from './OtherLogosGoogleIcon'
|
|
101
109
|
import PlatformaticComposerIcon from './PlatformaticComposerIcon'
|
|
102
110
|
import PlatformaticDBIcon from './PlatformaticDBIcon'
|
|
103
111
|
import PlatformaticRuntimeIcon from './PlatformaticRuntimeIcon'
|
|
@@ -108,6 +116,7 @@ import PullRequestIcon from './PullRequestIcon'
|
|
|
108
116
|
import PullRequestLoadingIcon from './PullRequestLoadingIcon'
|
|
109
117
|
import RequestOwnershipIcon from './RequestOwnershipIcon'
|
|
110
118
|
import RecentAppsIcon from './RecentAppsIcon'
|
|
119
|
+
import ResourceIcon from './ResourceIcon'
|
|
111
120
|
import RestartIcon from './RestartIcon'
|
|
112
121
|
import RocketIcon from './RocketIcon'
|
|
113
122
|
import RunningIcon from './RunningIcon'
|
|
@@ -146,6 +155,8 @@ import WorkspaceFailIcon from './WorkspaceFailIcon'
|
|
|
146
155
|
import WorkspaceLoadingIcon from './WorkspaceLoadingIcon'
|
|
147
156
|
import WorkspaceReadyIcon from './WorkspaceReadyIcon'
|
|
148
157
|
import WorkspaceStaticIcon from './WorkspaceStaticIcon'
|
|
158
|
+
import ZoomInIcon from './ZoomInIcon'
|
|
159
|
+
import ZoomOutIcon from './ZoomOutIcon'
|
|
149
160
|
|
|
150
161
|
export default {
|
|
151
162
|
AddIcon,
|
|
@@ -177,6 +188,7 @@ export default {
|
|
|
177
188
|
BellIcon,
|
|
178
189
|
BillingIcon,
|
|
179
190
|
BuiltInLoggingIcon,
|
|
191
|
+
BranchIcon,
|
|
180
192
|
CalendarIcon,
|
|
181
193
|
Calendar1DayIcon,
|
|
182
194
|
Calendar7DaysIcon,
|
|
@@ -214,6 +226,7 @@ export default {
|
|
|
214
226
|
DatabaseIcon,
|
|
215
227
|
DatabaseMigrationIcon,
|
|
216
228
|
DepencenciesReloadIcon,
|
|
229
|
+
DeploymentHistoryIcon,
|
|
217
230
|
EditDocumentIcon,
|
|
218
231
|
EditIcon,
|
|
219
232
|
EntrypointIcon,
|
|
@@ -223,6 +236,7 @@ export default {
|
|
|
223
236
|
ExploreDocIcon,
|
|
224
237
|
EnlargeIcon,
|
|
225
238
|
EntryIcon,
|
|
239
|
+
FailureRateIcon,
|
|
226
240
|
FolderIcon,
|
|
227
241
|
FoldersIcon,
|
|
228
242
|
GearIcon,
|
|
@@ -232,6 +246,7 @@ export default {
|
|
|
232
246
|
GitHubRepo2Icon,
|
|
233
247
|
GraphQLIcon,
|
|
234
248
|
ImportAppIcon,
|
|
249
|
+
K8SMetricsIcon,
|
|
235
250
|
KeyIcon,
|
|
236
251
|
LabelIcon,
|
|
237
252
|
LayersIcon,
|
|
@@ -242,10 +257,15 @@ export default {
|
|
|
242
257
|
LogsRiskIcon,
|
|
243
258
|
MetricsIcon,
|
|
244
259
|
MetricsLoadingIcon,
|
|
260
|
+
MetricsLogsIcon,
|
|
245
261
|
MissingTemplateIcon,
|
|
246
262
|
NameAppIcon,
|
|
263
|
+
NodeJSMetricsIcon,
|
|
247
264
|
NoMetricsIcon,
|
|
265
|
+
NotCompliantServiceIcon,
|
|
248
266
|
OrganizationIcon,
|
|
267
|
+
OutdatedServiceIcon,
|
|
268
|
+
OtherLogosGoogleIcon,
|
|
249
269
|
OutOfBoxGraphQLIcon,
|
|
250
270
|
PlatformaticComposerIcon,
|
|
251
271
|
PlatformaticDBIcon,
|
|
@@ -257,6 +277,7 @@ export default {
|
|
|
257
277
|
PullRequestLoadingIcon,
|
|
258
278
|
RequestOwnershipIcon,
|
|
259
279
|
RecentAppsIcon,
|
|
280
|
+
ResourceIcon,
|
|
260
281
|
RestartIcon,
|
|
261
282
|
RocketIcon,
|
|
262
283
|
RunningIcon,
|
|
@@ -294,5 +315,7 @@ export default {
|
|
|
294
315
|
WorkspaceGitHubIcon,
|
|
295
316
|
WorkspaceLoadingIcon,
|
|
296
317
|
WorkspaceReadyIcon,
|
|
297
|
-
WorkspaceStaticIcon
|
|
318
|
+
WorkspaceStaticIcon,
|
|
319
|
+
ZoomInIcon,
|
|
320
|
+
ZoomOutIcon
|
|
298
321
|
}
|