@platformatic/ui-components 0.15.5 → 0.17.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 (288) hide show
  1. package/dist/assets/index-BeInQDZN.js +49 -0
  2. package/dist/assets/{index-DMinbJlj.css → index-DE70C3KG.css} +1 -1
  3. package/dist/index.html +2 -2
  4. package/dist/main.css +60 -4
  5. package/package.json +2 -1
  6. package/src/components/ArcMetric.jsx +145 -0
  7. package/src/components/ArcMetric.module.css +31 -0
  8. package/src/components/BorderedBox.jsx +1 -37
  9. package/src/components/Button.jsx +0 -72
  10. package/src/components/ButtonFullRounded.jsx +1 -57
  11. package/src/components/ButtonOnlyIcon.jsx +1 -57
  12. package/src/components/Checkbox.jsx +1 -17
  13. package/src/components/CopyAndPaste.jsx +1 -41
  14. package/src/components/DropDown.jsx +2 -53
  15. package/src/components/FollowUs.jsx +1 -36
  16. package/src/components/HorizontalSeparator.jsx +2 -21
  17. package/src/components/InfoBox.jsx +1 -32
  18. package/src/components/ListElement.jsx +1 -32
  19. package/src/components/LoadingSpinner.jsx +0 -8
  20. package/src/components/LoadingSpinnerV2.jsx +0 -25
  21. package/src/components/LogoDropDown.jsx +0 -28
  22. package/src/components/MetricInfoBox.jsx +80 -0
  23. package/src/components/MetricInfoBox.module.css +42 -0
  24. package/src/components/Modal.jsx +0 -59
  25. package/src/components/ModalDirectional.jsx +0 -28
  26. package/src/components/ModalStepsForward.jsx +1 -21
  27. package/src/components/PlatformaticIcon.jsx +1 -41
  28. package/src/components/SearchBarV2.jsx +1 -45
  29. package/src/components/Sidebar.jsx +0 -53
  30. package/src/components/Status.jsx +1 -18
  31. package/src/components/TabbedWindow.jsx +1 -33
  32. package/src/components/Tag.jsx +1 -44
  33. package/src/components/TextWithLabel.jsx +1 -25
  34. package/src/components/Tooltip.jsx +3 -47
  35. package/src/components/TooltipAbsolute.jsx +1 -41
  36. package/src/components/TrendLine.jsx +146 -0
  37. package/src/components/VerticalSeparator.jsx +1 -22
  38. package/src/components/forms/Field.jsx +1 -37
  39. package/src/components/forms/Input.jsx +1 -85
  40. package/src/components/forms/InputFileUpload.jsx +1 -101
  41. package/src/components/forms/InputWithSeparator.jsx +1 -74
  42. package/src/components/forms/Password.jsx +3 -43
  43. package/src/components/forms/Preview.jsx +1 -51
  44. package/src/components/forms/RadioGroup.jsx +0 -35
  45. package/src/components/forms/Select.jsx +1 -110
  46. package/src/components/forms/SelectWithInput.jsx +1 -111
  47. package/src/components/forms/TextArea.jsx +1 -53
  48. package/src/components/forms/ToggleSwitch.jsx +1 -42
  49. package/src/components/icons/APIDocsIcon.jsx +1 -21
  50. package/src/components/icons/APIKeyIcon.jsx +1 -21
  51. package/src/components/icons/AWSIcon.jsx +1 -21
  52. package/src/components/icons/AddEnvVariableIcon.jsx +1 -17
  53. package/src/components/icons/AddIcon.jsx +1 -21
  54. package/src/components/icons/AddRouteIcon.jsx +1 -17
  55. package/src/components/icons/AddUserIcon.jsx +1 -21
  56. package/src/components/icons/AlertIcon.jsx +1 -21
  57. package/src/components/icons/AllAppsIcon.jsx +1 -21
  58. package/src/components/icons/AllInOneIcon.jsx +1 -21
  59. package/src/components/icons/ApiCloudIcon.jsx +1 -21
  60. package/src/components/icons/ApiEmptyIcon.jsx +1 -21
  61. package/src/components/icons/ApiIcon.jsx +1 -21
  62. package/src/components/icons/ApiIconClosed.jsx +1 -17
  63. package/src/components/icons/ApiPerformanceIcon.jsx +1 -21
  64. package/src/components/icons/AppConfigurationIcon.jsx +1 -21
  65. package/src/components/icons/AppDetailsIcon.jsx +1 -21
  66. package/src/components/icons/AppEditIcon.jsx +1 -21
  67. package/src/components/icons/AppEmptyIcon.jsx +1 -21
  68. package/src/components/icons/AppIcon.jsx +1 -21
  69. package/src/components/icons/AppListIcon.jsx +1 -21
  70. package/src/components/icons/AppMissingIcon.jsx +1 -21
  71. package/src/components/icons/AppOptimizedIcon.jsx +1 -21
  72. package/src/components/icons/AppSettingsIcon.jsx +1 -21
  73. package/src/components/icons/AppStoppedIcon.jsx +1 -21
  74. package/src/components/icons/AppWorkspace.jsx +1 -13
  75. package/src/components/icons/ApplicationTypeIcon.jsx +1 -21
  76. package/src/components/icons/ArrowDownFullIcon.jsx +1 -21
  77. package/src/components/icons/ArrowDownIcon.jsx +1 -21
  78. package/src/components/icons/ArrowLeftIcon.jsx +1 -21
  79. package/src/components/icons/ArrowLongDownIcon.jsx +1 -21
  80. package/src/components/icons/ArrowLongLeftIcon.jsx +1 -21
  81. package/src/components/icons/ArrowLongRightIcon.jsx +1 -21
  82. package/src/components/icons/ArrowLongUpIcon.jsx +1 -21
  83. package/src/components/icons/ArrowRightIcon.jsx +1 -21
  84. package/src/components/icons/ArrowUpIcon.jsx +1 -21
  85. package/src/components/icons/BellIcon.jsx +1 -21
  86. package/src/components/icons/BillingIcon.jsx +1 -21
  87. package/src/components/icons/BranchIcon.jsx +1 -21
  88. package/src/components/icons/BuiltInLoggingIcon.jsx +1 -21
  89. package/src/components/icons/CLIIcon.jsx +1 -21
  90. package/src/components/icons/CacheRecommendationIcon.jsx +1 -21
  91. package/src/components/icons/CachingIcon.jsx +1 -21
  92. package/src/components/icons/Calendar1DayIcon.jsx +1 -21
  93. package/src/components/icons/Calendar7DaysIcon.jsx +1 -21
  94. package/src/components/icons/CalendarIcon.jsx +1 -21
  95. package/src/components/icons/CheckListIcon.jsx +1 -21
  96. package/src/components/icons/CheckListReviewIcon.jsx +1 -21
  97. package/src/components/icons/CircleAddIcon.jsx +1 -21
  98. package/src/components/icons/CircleArrowLeftIcon.jsx +2 -22
  99. package/src/components/icons/CircleArrowRightIcon.jsx +1 -21
  100. package/src/components/icons/CircleCheckMarkButtonIcon.jsx +1 -13
  101. package/src/components/icons/CircleCheckMarkFullIcon.jsx +1 -21
  102. package/src/components/icons/CircleCheckMarkIcon.jsx +1 -21
  103. package/src/components/icons/CircleCloseHoverIcon.jsx +1 -21
  104. package/src/components/icons/CircleCloseIcon.jsx +1 -21
  105. package/src/components/icons/CircleCopyPasteIcon.jsx +1 -21
  106. package/src/components/icons/CircleDownloadIcon.jsx +1 -21
  107. package/src/components/icons/CircleEditIcon.jsx +1 -21
  108. package/src/components/icons/CircleExclamationIcon.jsx +1 -17
  109. package/src/components/icons/CircleFullIcon.jsx +1 -21
  110. package/src/components/icons/CircleGearIcon.jsx +1 -21
  111. package/src/components/icons/CirclePlayIcon.jsx +1 -21
  112. package/src/components/icons/CircleRestartIcon.jsx +1 -21
  113. package/src/components/icons/CircleStopIcon.jsx +1 -21
  114. package/src/components/icons/CircleSubtractIcon.jsx +1 -21
  115. package/src/components/icons/CircleTwoArrowsDownIcon.jsx +1 -21
  116. package/src/components/icons/CircleTwoArrowsUpIcon.jsx +1 -21
  117. package/src/components/icons/CloseIcon.jsx +1 -21
  118. package/src/components/icons/CloudIcon.jsx +1 -21
  119. package/src/components/icons/CodeTestingIcon.jsx +1 -21
  120. package/src/components/icons/CollapseIcon.jsx +1 -21
  121. package/src/components/icons/CollapseSquareIcon.jsx +1 -21
  122. package/src/components/icons/ComputerIcon.jsx +1 -21
  123. package/src/components/icons/ComputerInIcon.jsx +1 -21
  124. package/src/components/icons/ComputerOutIcon.jsx +1 -21
  125. package/src/components/icons/ConfigureDatabaseIcon.jsx +1 -21
  126. package/src/components/icons/CopyPasteIcon.jsx +1 -21
  127. package/src/components/icons/CreateAppIcon.jsx +1 -21
  128. package/src/components/icons/CreatingAppIcon.jsx +1 -21
  129. package/src/components/icons/CreditCardIcon.jsx +1 -21
  130. package/src/components/icons/DatabaseEditIcon.jsx +1 -21
  131. package/src/components/icons/DatabaseIcon.jsx +1 -21
  132. package/src/components/icons/DatabaseMigrationIcon.jsx +1 -21
  133. package/src/components/icons/DepencenciesReloadIcon.jsx +1 -21
  134. package/src/components/icons/DeploymentHistoryIcon.jsx +1 -21
  135. package/src/components/icons/DocumentIcon.jsx +1 -21
  136. package/src/components/icons/DownloadIcon.jsx +1 -21
  137. package/src/components/icons/EditDocumentIcon.jsx +1 -21
  138. package/src/components/icons/EditIcon.jsx +1 -21
  139. package/src/components/icons/EnlargeIcon.jsx +1 -21
  140. package/src/components/icons/EntryIcon.jsx +1 -21
  141. package/src/components/icons/EntrypointIcon.jsx +1 -25
  142. package/src/components/icons/EnvVariableszIcon.jsx +1 -21
  143. package/src/components/icons/ExpandIcon.jsx +1 -25
  144. package/src/components/icons/ExpandSquadreIcon.jsx +1 -21
  145. package/src/components/icons/ExploreDocIcon.jsx +1 -21
  146. package/src/components/icons/ExportIcon.jsx +1 -21
  147. package/src/components/icons/EyeClosedIcon.jsx +1 -21
  148. package/src/components/icons/EyeOpenedIcon.jsx +1 -21
  149. package/src/components/icons/FailureRateIcon.jsx +1 -21
  150. package/src/components/icons/FolderIcon.jsx +1 -21
  151. package/src/components/icons/FoldersIcon.jsx +1 -21
  152. package/src/components/icons/GearIcon.jsx +1 -21
  153. package/src/components/icons/GenerationLoadingIcon.jsx +1 -21
  154. package/src/components/icons/GitHubRepo2Icon.jsx +1 -21
  155. package/src/components/icons/GitHubRepoIcon.jsx +1 -21
  156. package/src/components/icons/GiveOwnershipIcon.jsx +2 -22
  157. package/src/components/icons/GraphQLEditsIcon.jsx +1 -21
  158. package/src/components/icons/GraphQLIcon.jsx +1 -21
  159. package/src/components/icons/HorizontalPodAutoscalerIcon.jsx +1 -21
  160. package/src/components/icons/HourglassIcon.jsx +1 -21
  161. package/src/components/icons/ImportAppIcon.jsx +1 -21
  162. package/src/components/icons/ImportIcon.jsx +1 -21
  163. package/src/components/icons/InfoCircleIcon.jsx +1 -21
  164. package/src/components/icons/InfrastructureIcon.jsx +1 -21
  165. package/src/components/icons/IngressControllIcon.jsx +1 -21
  166. package/src/components/icons/InternalLinkIcon.jsx +1 -25
  167. package/src/components/icons/InternetIcon.jsx +1 -25
  168. package/src/components/icons/K8SIcon.jsx +1 -21
  169. package/src/components/icons/K8SMetricsIcon.jsx +4 -24
  170. package/src/components/icons/KeyIcon.jsx +1 -21
  171. package/src/components/icons/LabelIcon.jsx +1 -21
  172. package/src/components/icons/LayersIcon.jsx +1 -21
  173. package/src/components/icons/LensIcon.jsx +1 -21
  174. package/src/components/icons/LiveIcon.jsx +1 -21
  175. package/src/components/icons/LoadingAppIcon.jsx +1 -21
  176. package/src/components/icons/LogOutIcon.jsx +1 -17
  177. package/src/components/icons/LogsRiskIcon.jsx +1 -21
  178. package/src/components/icons/MailIcon.jsx +1 -21
  179. package/src/components/icons/MetricsIcon.jsx +1 -21
  180. package/src/components/icons/MetricsLoadingIcon.jsx +1 -21
  181. package/src/components/icons/MetricsLogsIcon.jsx +1 -21
  182. package/src/components/icons/MissingTemplateIcon.jsx +1 -21
  183. package/src/components/icons/NameAppIcon.jsx +1 -21
  184. package/src/components/icons/NextJSIcon.jsx +1 -25
  185. package/src/components/icons/NoActivitiesIcon.jsx +1 -21
  186. package/src/components/icons/NoDeploymentsIcon.jsx +1 -21
  187. package/src/components/icons/NoMetricsIcon.jsx +1 -21
  188. package/src/components/icons/NoResultsIcon.jsx +1 -21
  189. package/src/components/icons/NodeJSIcon.jsx +1 -21
  190. package/src/components/icons/NodeJSMetricsIcon.jsx +1 -21
  191. package/src/components/icons/NotCompliantServiceIcon.jsx +1 -25
  192. package/src/components/icons/OpenAPIEditsIcon.jsx +1 -21
  193. package/src/components/icons/OrganizationIcon.jsx +1 -21
  194. package/src/components/icons/OtherLogosGoogleIcon.jsx +1 -21
  195. package/src/components/icons/OutOfBoxGraphQLIcon.jsx +1 -21
  196. package/src/components/icons/OutdatedServiceIcon.jsx +1 -25
  197. package/src/components/icons/PlatformaticComposerIcon.jsx +1 -21
  198. package/src/components/icons/PlatformaticDBIcon.jsx +1 -21
  199. package/src/components/icons/PlatformaticRuntimeIcon.jsx +1 -21
  200. package/src/components/icons/PlatformaticServiceIcon.jsx +1 -21
  201. package/src/components/icons/PlayIcon.jsx +1 -21
  202. package/src/components/icons/PodDetailsIcon.jsx +1 -21
  203. package/src/components/icons/PodLogsIcon.jsx +1 -21
  204. package/src/components/icons/PodMetricsIcon.jsx +1 -21
  205. package/src/components/icons/PodPerformanceIcon.jsx +1 -21
  206. package/src/components/icons/PodServicesIcon.jsx +1 -21
  207. package/src/components/icons/PodSettingsIcon.jsx +1 -21
  208. package/src/components/icons/PodhealthIcon.jsx +1 -21
  209. package/src/components/icons/PreviewPRIcon.jsx +1 -21
  210. package/src/components/icons/PullRequestIcon.jsx +1 -21
  211. package/src/components/icons/PullRequestLoadingIcon.jsx +1 -21
  212. package/src/components/icons/RecentAppsIcon.jsx +1 -21
  213. package/src/components/icons/RemoveAppIcon.jsx +1 -21
  214. package/src/components/icons/RemoveIcon.jsx +1 -21
  215. package/src/components/icons/RequestOwnershipIcon.jsx +1 -21
  216. package/src/components/icons/RequestsIcon.jsx +1 -21
  217. package/src/components/icons/ResourceIcon.jsx +1 -21
  218. package/src/components/icons/RestartIcon.jsx +1 -21
  219. package/src/components/icons/RocketIcon.jsx +1 -21
  220. package/src/components/icons/RouteEditIcon.jsx +1 -21
  221. package/src/components/icons/RouteHistoryIcon.jsx +1 -21
  222. package/src/components/icons/RoutingIcon.jsx +1 -21
  223. package/src/components/icons/RunningAppIcon.jsx +1 -21
  224. package/src/components/icons/RunningIcon.jsx +1 -21
  225. package/src/components/icons/ScalerDetailsIcon.jsx +1 -21
  226. package/src/components/icons/ScalerHistoryIcon.jsx +1 -21
  227. package/src/components/icons/ScheduledJobSettingsIcon.jsx +1 -21
  228. package/src/components/icons/ScheduledJobsAppIcon.jsx +1 -21
  229. package/src/components/icons/ScheduledJobsCreateIcon.jsx +1 -21
  230. package/src/components/icons/ScheduledJobsDetailIcon.jsx +1 -21
  231. package/src/components/icons/ScheduledJobsIcon.jsx +1 -21
  232. package/src/components/icons/ScheduledJobsSuspendIcon.jsx +1 -21
  233. package/src/components/icons/SendIcon.jsx +1 -21
  234. package/src/components/icons/ServiceIcon.jsx +1 -21
  235. package/src/components/icons/ServicesWorkingIcon.jsx +1 -21
  236. package/src/components/icons/SlotIcon.jsx +1 -21
  237. package/src/components/icons/SocialDiscordIcon.jsx +1 -21
  238. package/src/components/icons/SocialGitHubIcon.jsx +1 -21
  239. package/src/components/icons/SocialGitLabIcon.jsx +1 -21
  240. package/src/components/icons/SocialLinkedInIcon.jsx +1 -21
  241. package/src/components/icons/SocialNPMIcon.jsx +1 -21
  242. package/src/components/icons/SocialXIcon.jsx +1 -21
  243. package/src/components/icons/SortDownArrowAndBarIcon.jsx +1 -21
  244. package/src/components/icons/SortDownIcon.jsx +1 -21
  245. package/src/components/icons/SortIcon.jsx +1 -21
  246. package/src/components/icons/SortUpArrowAndBarIcon.jsx +1 -21
  247. package/src/components/icons/SortUpIcon.jsx +1 -21
  248. package/src/components/icons/SortableIcon.jsx +1 -21
  249. package/src/components/icons/StackablesIcon.jsx +1 -21
  250. package/src/components/icons/StackablesPluginIcon.jsx +1 -21
  251. package/src/components/icons/StackablesTemplateIcon.jsx +1 -21
  252. package/src/components/icons/StopIcon.jsx +1 -21
  253. package/src/components/icons/SuspendIcon.jsx +1 -21
  254. package/src/components/icons/SwitchIcon.jsx +1 -21
  255. package/src/components/icons/TableIcon.jsx +1 -21
  256. package/src/components/icons/TaxonomyIcon.jsx +1 -21
  257. package/src/components/icons/TeamsIcon.jsx +1 -21
  258. package/src/components/icons/TerminalIcon.jsx +1 -21
  259. package/src/components/icons/TrashIcon.jsx +1 -21
  260. package/src/components/icons/TrendDownIcon.jsx +41 -0
  261. package/src/components/icons/TrendUpIcon.jsx +43 -0
  262. package/src/components/icons/TwoUsersIcon.jsx +1 -21
  263. package/src/components/icons/UpgradeIcon.jsx +1 -21
  264. package/src/components/icons/UploadFileIcon.jsx +1 -21
  265. package/src/components/icons/UserComputerIcon.jsx +1 -21
  266. package/src/components/icons/UserIcon.jsx +1 -21
  267. package/src/components/icons/UserRemoveIcon.jsx +1 -17
  268. package/src/components/icons/UserRoleIcon.jsx +1 -17
  269. package/src/components/icons/WorkspaceDynamicIcon.jsx +1 -21
  270. package/src/components/icons/WorkspaceEmptyIcon.jsx +1 -21
  271. package/src/components/icons/WorkspaceFailIcon.jsx +1 -21
  272. package/src/components/icons/WorkspaceGitHubIcon.jsx +1 -21
  273. package/src/components/icons/WorkspaceLoadingIcon.jsx +1 -21
  274. package/src/components/icons/WorkspaceReadyIcon.jsx +1 -21
  275. package/src/components/icons/WorkspaceStaticIcon.jsx +1 -21
  276. package/src/components/icons/ZoomInIcon.jsx +2 -22
  277. package/src/components/icons/ZoomOutIcon.jsx +1 -21
  278. package/src/components/icons/index.js +4 -0
  279. package/src/components/layouts/Layout.jsx +0 -12
  280. package/src/components/loaders/SpinnerCircular.jsx +1 -21
  281. package/src/components/logos/AdvancedLogo.jsx +0 -16
  282. package/src/components/logos/BasicLogo.jsx +0 -16
  283. package/src/components/logos/FreeLogo.jsx +0 -16
  284. package/src/components/logos/ProLogo.jsx +0 -16
  285. package/src/stories/ArcMetric.stories.jsx +17 -0
  286. package/src/stories/MetricInfoBox.stories.jsx +39 -0
  287. package/src/stories/TrendLine.stories.jsx +20 -0
  288. package/dist/assets/index-4liAiWzS.js +0 -49
@@ -1,7 +1,6 @@
1
1
  import * as React from 'react'
2
- import PropTypes from 'prop-types'
3
2
  import styles from './Icons.module.css'
4
- import { COLORS_ICON, SIZES, SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE, EXTRA_MEDIUM } from '../constants'
3
+ import { SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE, EXTRA_MEDIUM } from '../constants'
5
4
 
6
5
  const InfrastructureIcon = ({
7
6
  color = MAIN_DARK_BLUE,
@@ -119,23 +118,4 @@ const InfrastructureIcon = ({
119
118
  return icon
120
119
  }
121
120
 
122
- InfrastructureIcon.propTypes = {
123
- /**
124
- * color of text, icon and borders
125
- */
126
- color: PropTypes.oneOf(COLORS_ICON),
127
- /**
128
- * Size
129
- */
130
- size: PropTypes.oneOf(SIZES),
131
- /**
132
- * disabled
133
- */
134
- disabled: PropTypes.bool,
135
- /**
136
- * inactive
137
- */
138
- inactive: PropTypes.bool
139
- }
140
-
141
121
  export default InfrastructureIcon
@@ -1,7 +1,6 @@
1
1
  import * as React from 'react'
2
- import PropTypes from 'prop-types'
3
2
  import styles from './Icons.module.css'
4
- import { COLORS_ICON, SIZES, SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE, EXTRA_MEDIUM } from '../constants'
3
+ import { SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE, EXTRA_MEDIUM } from '../constants'
5
4
 
6
5
  const IngressControllIcon = ({
7
6
  color = MAIN_DARK_BLUE,
@@ -126,23 +125,4 @@ const IngressControllIcon = ({
126
125
  return icon
127
126
  }
128
127
 
129
- IngressControllIcon.propTypes = {
130
- /**
131
- * color of text, icon and borders
132
- */
133
- color: PropTypes.oneOf(COLORS_ICON),
134
- /**
135
- * Size
136
- */
137
- size: PropTypes.oneOf(SIZES),
138
- /**
139
- * disabled
140
- */
141
- disabled: PropTypes.bool,
142
- /**
143
- * inactive
144
- */
145
- inactive: PropTypes.bool
146
- }
147
-
148
128
  export default IngressControllIcon
@@ -1,7 +1,6 @@
1
1
  import * as React from 'react'
2
- import PropTypes from 'prop-types'
3
2
  import styles from './Icons.module.css'
4
- import { COLORS_ICON, SIZES, SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
3
+ import { SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
5
4
 
6
5
  const InternalLinkIcon = ({
7
6
  color = MAIN_DARK_BLUE,
@@ -79,27 +78,4 @@ const InternalLinkIcon = ({
79
78
  return icon
80
79
  }
81
80
 
82
- InternalLinkIcon.propTypes = {
83
- /**
84
- * color of text, icon and borders
85
- */
86
- color: PropTypes.oneOf(COLORS_ICON),
87
- /**
88
- * Size
89
- */
90
- size: PropTypes.oneOf(SIZES),
91
- /**
92
- * disabled
93
- */
94
- disabled: PropTypes.bool,
95
- /**
96
- * inactive
97
- */
98
- inactive: PropTypes.bool,
99
- /**
100
- * addImportantToColor
101
- */
102
- addImportantToColor: PropTypes.bool
103
- }
104
-
105
81
  export default InternalLinkIcon
@@ -1,7 +1,6 @@
1
1
  import * as React from 'react'
2
- import PropTypes from 'prop-types'
3
2
  import styles from './Icons.module.css'
4
- import { COLORS_ICON, SIZES, SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
3
+ import { SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
5
4
 
6
5
  const InternetIcon = ({
7
6
  color = MAIN_DARK_BLUE,
@@ -91,27 +90,4 @@ const InternetIcon = ({
91
90
  return icon
92
91
  }
93
92
 
94
- InternetIcon.propTypes = {
95
- /**
96
- * color of text, icon and borders
97
- */
98
- color: PropTypes.oneOf(COLORS_ICON),
99
- /**
100
- * Size
101
- */
102
- size: PropTypes.oneOf(SIZES),
103
- /**
104
- * disabled
105
- */
106
- disabled: PropTypes.bool,
107
- /**
108
- * inactive
109
- */
110
- inactive: PropTypes.bool,
111
- /**
112
- * addImportantToColor
113
- */
114
- addImportantToColor: PropTypes.bool
115
- }
116
-
117
93
  export default InternetIcon
@@ -1,7 +1,6 @@
1
1
  import * as React from 'react'
2
- import PropTypes from 'prop-types'
3
2
  import styles from './Icons.module.css'
4
- import { COLORS_ICON, SIZES, SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
3
+ import { SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
5
4
 
6
5
  const K8SIcon = ({
7
6
  color = MAIN_DARK_BLUE,
@@ -94,23 +93,4 @@ const K8SIcon = ({
94
93
  return icon
95
94
  }
96
95
 
97
- K8SIcon.propTypes = {
98
- /**
99
- * color of text, icon and borders
100
- */
101
- color: PropTypes.oneOf(COLORS_ICON),
102
- /**
103
- * Size
104
- */
105
- size: PropTypes.oneOf(SIZES),
106
- /**
107
- * disabled
108
- */
109
- disabled: PropTypes.bool,
110
- /**
111
- * inactive
112
- */
113
- inactive: PropTypes.bool
114
- }
115
-
116
96
  export default K8SIcon
@@ -1,7 +1,6 @@
1
1
  import * as React from 'react'
2
- import PropTypes from 'prop-types'
3
2
  import styles from './Icons.module.css'
4
- import { COLORS_ICON, SIZES, SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
3
+ import { SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
5
4
 
6
5
  const K8SMetricsIcon = ({
7
6
  color = MAIN_DARK_BLUE,
@@ -36,7 +35,7 @@ const K8SMetricsIcon = ({
36
35
  <rect x='3.5' y='4.25' width='1.5' height='5.25' rx='0.5' stroke='none' />
37
36
  <path d='M6.5 6.5V4.5C6.5 4.22386 6.72386 4 7 4H7.5C7.77614 4 8 4.22386 8 4.5V5' stroke='none' stroke-linecap='round' stroke-linejoin='round' />
38
37
  <path d='M9.5 5.5V2.5C9.5 2.22386 9.72386 2 10 2H10.5C10.7761 2 11 2.22386 11 2.5V5' stroke='none' stroke-linecap='round' />
39
- <path d='M2 2V11H5' stroke='none' stroke-linecap='round' stroke-linejoin='round' />
38
+ <path d='M2 2V11H5' stroke='none' stroke-linecap='round' strokeLinejoin='round' />
40
39
  </svg>
41
40
  )
42
41
  break
@@ -51,11 +50,11 @@ const K8SMetricsIcon = ({
51
50
  className={className}
52
51
  >
53
52
  <path d='M16.1375 15.8933C16.1209 15.8896 16.1038 15.8884 16.0872 15.889C16.0576 15.8908 16.0292 15.8982 16.0026 15.9116C15.896 15.9646 15.8493 16.0939 15.896 16.2055L15.8943 16.2079L16.399 17.464C16.8819 17.1463 17.2482 16.6726 17.4405 16.1165L16.1399 15.8902L16.1375 15.8933ZM14.1143 16.0713C14.0918 15.9695 14.0048 15.8963 13.903 15.8951C13.8882 15.8951 13.874 15.8963 13.8598 15.8994L13.8574 15.8969L12.5686 16.1226C12.7621 16.6744 13.1272 17.1445 13.6065 17.461L14.106 16.2171L14.1018 16.2122C14.1202 16.1683 14.1243 16.1195 14.1143 16.0725V16.0713ZM15.1936 16.5591C15.1362 16.4488 15.0031 16.4073 14.896 16.4665C14.8575 16.4878 14.8261 16.5201 14.806 16.5598H14.8048L14.1711 17.7409C14.6249 17.9 15.1131 17.9262 15.5806 17.8159C15.667 17.7957 15.7522 17.7714 15.8345 17.7427L15.199 16.5591H15.1942H15.1936ZM17.2003 13.8152L16.2251 14.7146V14.7177C16.1339 14.8 16.1245 14.9439 16.2049 15.0384C16.2333 15.0719 16.2706 15.0957 16.3121 15.1079L16.3132 15.1134L17.5766 15.4884C17.6311 14.9036 17.4991 14.3164 17.2003 13.8158V13.8152ZM15.3883 13.9158C15.3936 14.0414 15.4972 14.1378 15.6185 14.1323C15.6617 14.1305 15.7031 14.1152 15.738 14.089L15.7422 14.0908L16.8097 13.3109C16.4032 12.9012 15.8777 12.6396 15.3132 12.5676L15.3871 13.9152H15.3883V13.9158ZM14.2581 14.0945C14.3563 14.1683 14.4942 14.1457 14.5658 14.0445C14.5912 14.0085 14.606 13.9652 14.6078 13.9207L14.6131 13.9183L14.6871 12.5682C14.5977 12.5792 14.509 12.5951 14.4208 12.6158C13.9527 12.7243 13.5237 12.9652 13.1816 13.3115L14.2557 14.0963L14.2581 14.0951V14.0945ZM13.6852 15.114C13.8024 15.0811 13.8716 14.9561 13.8397 14.8353C13.8284 14.792 13.8048 14.753 13.7716 14.7238L13.7728 14.7183L12.7923 13.8146C12.4928 14.3164 12.3644 14.9067 12.4272 15.4921L13.6846 15.1183L13.6858 15.114H13.6852ZM14.638 15.5116L14.9995 15.6908L15.3605 15.5122L15.4499 15.111L15.2001 14.789H14.7983L14.548 15.1103L14.638 15.5116Z' fill='none' className={`${filledClassName} ${strokeTransparent}`} />
54
- <path d='M20.9809 16.3018L19.9501 11.6871C19.8939 11.4456 19.7353 11.2426 19.5187 11.134L15.345 9.08095C15.126 8.97302 14.8716 8.97302 14.652 9.08095L10.4801 11.1352C10.263 11.2438 10.1044 11.4468 10.0482 11.6883L9.01908 16.303C8.99364 16.4195 8.99364 16.5408 9.01908 16.6573C9.02678 16.6926 9.03625 16.728 9.04808 16.7621C9.0682 16.8207 9.09483 16.8762 9.12738 16.9286C9.14158 16.9512 9.15637 16.9725 9.17294 16.9932L12.0607 20.6933C12.0732 20.7091 12.0874 20.7244 12.101 20.739C12.1465 20.789 12.1974 20.8323 12.2531 20.8689C12.3235 20.9146 12.4004 20.9494 12.4815 20.9713C12.5477 20.9902 12.6158 21 12.6844 21H12.7294L17.3156 20.9988C17.3434 20.9988 17.3712 20.997 17.399 20.9939C17.4386 20.989 17.4783 20.9817 17.5168 20.9707C17.5446 20.9634 17.5718 20.9543 17.5984 20.9439C17.6191 20.936 17.6404 20.9274 17.66 20.9177C17.6901 20.903 17.7191 20.886 17.7475 20.8677C17.8203 20.8207 17.8848 20.7616 17.9393 20.6927L18.0274 20.5799L20.8265 16.992C20.8803 16.9225 20.9223 16.8445 20.9513 16.7609C20.9632 16.7268 20.9732 16.6914 20.9809 16.656C21.0064 16.5396 21.0064 16.4182 20.9809 16.3018ZM16.6522 18.0963C16.664 18.1317 16.6776 18.1664 16.6936 18.2C16.6682 18.2457 16.6611 18.3006 16.6741 18.3518C16.735 18.4951 16.809 18.6317 16.8954 18.7603C16.9439 18.8262 16.9883 18.8945 17.0291 18.9652C17.0392 18.9847 17.0522 19.014 17.0617 19.0347C17.1327 19.1573 17.0942 19.3158 16.9753 19.3896C16.8564 19.4634 16.7025 19.4232 16.6309 19.3006C16.6226 19.286 16.6155 19.2707 16.6102 19.2549C16.6007 19.2347 16.5877 19.2079 16.5794 19.189C16.551 19.1122 16.5267 19.0329 16.5066 18.953C16.4634 18.8036 16.406 18.6585 16.335 18.5201C16.3042 18.4774 16.2587 18.4487 16.2078 18.4402C16.2001 18.4262 16.1705 18.3701 16.1545 18.3414C15.4119 18.6311 14.5911 18.6292 13.8496 18.3353L13.7928 18.4408C13.7526 18.4475 13.7147 18.4658 13.6851 18.4951C13.5999 18.639 13.5348 18.7945 13.4916 18.9573C13.4721 19.0372 13.4478 19.1158 13.4194 19.1933C13.4111 19.2122 13.3981 19.2384 13.3886 19.2585V19.2597C13.3419 19.3939 13.1987 19.464 13.0679 19.4164C12.9377 19.3683 12.8697 19.2207 12.9158 19.086C12.9217 19.0695 12.9288 19.0542 12.9371 19.039C12.9466 19.0183 12.959 18.989 12.9691 18.9701C13.0099 18.8988 13.0543 18.8305 13.1028 18.7646C13.191 18.6329 13.2667 18.4927 13.3289 18.3457C13.3354 18.2957 13.3277 18.2451 13.3064 18.2L13.3519 18.0878C12.6685 17.6719 12.156 17.0128 11.9116 16.2347L11.8027 16.2536C11.7607 16.2225 11.711 16.2048 11.6589 16.2018C11.5098 16.231 11.3642 16.2755 11.2234 16.3335C11.1506 16.367 11.0754 16.3969 10.9991 16.4219C10.9808 16.4268 10.9553 16.4323 10.9346 16.4365C10.9328 16.4365 10.9317 16.4377 10.9299 16.4384C10.9287 16.4384 10.9275 16.4384 10.9263 16.4384C10.795 16.4829 10.6529 16.4091 10.6097 16.2737C10.5665 16.1384 10.6381 15.992 10.7695 15.9475C10.7843 15.9426 10.7997 15.939 10.8151 15.9365H10.8186L10.821 15.9347C10.8417 15.9298 10.8689 15.9225 10.8879 15.9188C10.9672 15.9073 11.047 15.9005 11.1275 15.8987C11.279 15.8883 11.4287 15.8633 11.5749 15.8231C11.6181 15.7944 11.6548 15.7566 11.682 15.7115L11.7867 15.6798C11.6731 14.8676 11.8548 14.0408 12.2962 13.3584L12.2164 13.2847C12.2134 13.231 12.1962 13.1798 12.1661 13.1359C12.0513 13.034 11.9264 12.9438 11.7944 12.867C11.7234 12.8298 11.6542 12.7877 11.5873 12.742C11.5719 12.7304 11.5518 12.7127 11.5358 12.6993L11.5323 12.6968C11.4139 12.609 11.3867 12.4395 11.4707 12.3176C11.5193 12.2566 11.5932 12.2224 11.6696 12.2267C11.7329 12.2298 11.7944 12.2535 11.8436 12.2944C11.8607 12.3078 11.8838 12.3267 11.8992 12.3401C11.9572 12.3968 12.0122 12.4566 12.0637 12.52C12.1655 12.6359 12.2785 12.7407 12.4004 12.8334C12.446 12.8584 12.4992 12.8633 12.5489 12.8481C12.5785 12.8706 12.6087 12.8926 12.6389 12.9139C13.078 12.4334 13.6461 12.0987 14.271 11.9535C14.4195 11.9188 14.5704 11.895 14.7225 11.8822L14.7284 11.7737C14.7674 11.7383 14.7953 11.692 14.8095 11.6407C14.8148 11.4846 14.8053 11.3285 14.7816 11.1743C14.7657 11.0932 14.7544 11.0115 14.7473 10.9297C14.7467 10.9108 14.7473 10.8852 14.7479 10.8639C14.7479 10.8615 14.7473 10.859 14.7473 10.8566C14.7331 10.7145 14.8337 10.5877 14.9716 10.573C15.1095 10.5584 15.2326 10.6621 15.2468 10.8041C15.2485 10.8212 15.2485 10.8389 15.2468 10.856C15.2468 10.8785 15.2479 10.9084 15.2468 10.9291C15.2397 11.0115 15.2284 11.0932 15.2124 11.1737C15.1882 11.3279 15.1787 11.484 15.184 11.6407C15.1941 11.6932 15.2231 11.7389 15.2657 11.7694C15.2663 11.7883 15.2698 11.8499 15.2716 11.884C16.061 11.9578 16.7978 12.3249 17.3446 12.9164L17.4398 12.8462C17.4907 12.8554 17.5434 12.8493 17.5913 12.8292C17.7132 12.7359 17.8257 12.631 17.928 12.5151C17.9795 12.4517 18.0345 12.392 18.0931 12.3353C18.1085 12.3218 18.1316 12.3035 18.1488 12.2895C18.2476 12.1895 18.4062 12.1901 18.5038 12.292C18.6009 12.3938 18.6003 12.5572 18.5014 12.6578C18.489 12.6706 18.4748 12.6822 18.46 12.692C18.4434 12.706 18.421 12.7255 18.405 12.7377C18.3381 12.7834 18.2689 12.8249 18.1973 12.8627C18.0653 12.9395 17.941 13.0298 17.8257 13.1316C17.7919 13.1719 17.7754 13.2243 17.7789 13.2773C17.7647 13.2908 17.7162 13.3353 17.6901 13.359C18.1328 14.0395 18.318 14.8633 18.2103 15.6749L18.3109 15.7054C18.3363 15.7524 18.3736 15.7908 18.4186 15.817C18.5654 15.8573 18.7151 15.8829 18.8666 15.8932C18.9464 15.8951 19.0263 15.9018 19.1062 15.9127C19.1269 15.917 19.1577 15.9255 19.179 15.9304C19.3163 15.9487 19.4128 16.0786 19.395 16.2201C19.3772 16.3615 19.2512 16.4609 19.1139 16.4426C19.0985 16.4408 19.0831 16.4371 19.0683 16.4316H19.0648C19.0648 16.4316 19.0618 16.4298 19.0601 16.4292C19.0394 16.4243 19.0133 16.4201 18.9956 16.4152C18.9192 16.3902 18.8447 16.3603 18.7713 16.3262C18.6304 16.2676 18.4849 16.2237 18.3357 16.1945C18.2843 16.1926 18.234 16.2121 18.1961 16.2481C18.1606 16.2414 18.1251 16.2347 18.0896 16.2286C17.8481 17.0115 17.3357 17.6756 16.6498 18.0945L16.6522 18.0963Z' fill='none' className={`${filledClassName} ${strokeTransparent}`} />
53
+ <path d='M20.9809 16.3018L19.9501 11.6871C19.8939 11.4456 19.7353 11.2426 19.5187 11.134L15.345 9.08095C15.126 8.97302 14.8716 8.97302 14.652 9.08095L10.4801 11.1352C10.263 11.2438 10.1044 11.4468 10.0482 11.6883L9.01908 16.303C8.99364 16.4195 8.99364 16.5408 9.01908 16.6573C9.02678 16.6926 9.03625 16.728 9.04808 16.7621C9.0682 16.8207 9.09483 16.8762 9.12738 16.9286C9.14158 16.9512 9.15637 16.9725 9.17294 16.9932L12.0607 20.6933C12.0732 20.7091 12.0874 20.7244 12.101 20.739C12.1465 20.789 12.1974 20.8323 12.2531 20.8689C12.3235 20.9146 12.4004 20.9494 12.4815 20.9713C12.5477 20.9902 12.6158 21 12.6844 21H12.7294L17.3156 20.9988C17.3434 20.9988 17.3712 20.997 17.399 20.9939C17.4386 20.989 17.4783 20.9817 17.5168 20.9707C17.5446 20.9634 17.5718 20.9543 17.5984 20.9439C17.6191 20.936 17.6404 20.9274 17.66 20.9177C17.6901 20.903 17.7191 20.886 17.7475 20.8677C17.8203 20.8207 17.8848 20.7616 17.9393 20.6927L18.0274 20.5799L20.8265 16.992C20.8803 16.9225 20.9223 16.8445 20.9513 16.7609C20.9632 16.7268 20.9732 16.6914 20.9809 16.656C21.0064 16.5396 21.0064 16.4182 20.9809 16.3018ZM16.6522 18.0963C16.664 18.1317 16.6776 18.1664 16.6936 18.2C16.6682 18.2457 16.6611 18.3006 16.6741 18.3518C16.735 18.4951 16.809 18.6317 16.8954 18.7603C16.9439 18.8262 16.9883 18.8945 17.0291 18.9652C17.0392 18.9847 17.0522 19.014 17.0617 19.0347C17.1327 19.1573 17.0942 19.3158 16.9753 19.3896C16.8564 19.4634 16.7025 19.4232 16.6309 19.3006C16.6226 19.286 16.6155 19.2707 16.6102 19.2549C16.6007 19.2347 16.5877 19.2079 16.5794 19.189C16.551 19.1122 16.5267 19.0329 16.5066 19.053C16.4634 18.8036 16.406 18.6585 16.335 18.5201C16.3042 18.4774 16.2587 18.4487 16.2078 18.4402C16.2001 18.4262 16.1705 18.3701 16.1545 18.3414C15.4119 18.6311 14.5911 18.6292 13.8496 18.3353L13.7928 18.4408C13.7526 18.4475 13.7147 18.4658 13.6851 18.4951C13.5999 18.639 13.5348 18.7945 13.4916 18.9573C13.4721 19.0372 13.4478 19.1158 13.4194 19.1933C13.4111 19.2122 13.3981 19.2384 13.3886 19.2585V19.2597C13.3419 19.3939 13.1987 19.464 13.0679 19.4164C12.9377 19.3683 12.8697 19.2207 12.9158 19.086C12.9217 19.0695 12.9288 19.0542 12.9371 19.039C12.9466 19.0183 12.959 18.989 12.9691 18.9701C13.0099 18.8988 13.0543 18.8305 13.1028 18.7646C13.191 18.6329 13.2667 18.4927 13.3289 18.3457C13.3354 18.2957 13.3277 18.2451 13.3064 18.2L13.3519 18.0878C12.6685 17.6719 12.156 17.0128 11.9116 16.2347L11.8027 16.2536C11.7607 16.2225 11.711 16.2048 11.6589 16.2018C11.5098 16.231 11.3642 16.2755 11.2234 16.3335C11.1506 16.367 11.0754 16.3969 10.9991 16.4219C10.9808 16.4268 10.9553 16.4323 10.9346 16.4365C10.9328 16.4365 10.9317 16.4377 10.9299 16.4384C10.9287 16.4384 10.9275 16.4384 10.9263 16.4384C10.795 16.4829 10.6529 16.4091 10.6097 16.2737C10.5665 16.1384 10.6381 15.992 10.7695 15.9475C10.7843 15.9426 10.7997 15.939 10.8151 15.9365H10.8186L10.821 15.9347C10.8417 15.9298 10.8689 15.9225 10.8879 15.9188C10.9672 15.9073 11.047 15.9005 11.1275 15.8987C11.279 15.8883 11.4287 15.8633 11.5749 15.8231C11.6181 15.7944 11.6548 15.7566 11.682 15.7115L11.7867 15.6798C11.6731 14.8676 11.8548 14.0408 12.2962 13.3584L12.2164 13.2847C12.2134 13.231 12.1962 13.1798 12.1661 13.1359C12.0513 13.034 11.9264 12.9438 11.7944 12.867C11.7234 12.8298 11.6542 12.7877 11.5873 12.742C11.5719 12.7304 11.5518 12.7127 11.5358 12.6993L11.5323 12.6968C11.4139 12.609 11.3867 12.4395 11.4707 12.3176C11.5193 12.2566 11.5932 12.2224 11.6696 12.2267C11.7329 12.2298 11.7944 12.2535 11.8436 12.2944C11.8607 12.3078 11.8838 12.3267 11.8992 12.3401C11.9572 12.3968 12.0122 12.4566 12.0637 12.52C12.1655 12.6359 12.2785 12.7407 12.4004 12.8334C12.446 12.8584 12.4992 12.8633 12.5489 12.8481C12.5785 12.8706 12.6087 12.8926 12.6389 12.9139C13.078 12.4334 13.6461 12.0987 14.271 11.9535C14.4195 11.9188 14.5704 11.895 14.7225 11.8822L14.7284 11.7737C14.7674 11.7383 14.7953 11.692 14.8095 11.6407C14.8148 11.4846 14.8053 11.3285 14.7816 11.1743C14.7657 11.0932 14.7544 11.0115 14.7473 10.9297C14.7467 10.9108 14.7473 10.8852 14.7479 10.8639C14.7479 10.8615 14.7473 10.859 14.7473 10.8566C14.7331 10.7145 14.8337 10.5877 14.9716 10.573C15.1095 10.5584 15.2326 10.6621 15.2468 10.8041C15.2485 10.8212 15.2485 10.8389 15.2468 10.856C15.2468 10.8785 15.2479 10.9084 15.2468 10.9291C15.2397 11.0115 15.2284 11.0932 15.2124 11.1737C15.1882 11.3279 15.1787 11.484 15.184 11.6407C15.1941 11.6932 15.2231 11.7389 15.2657 11.7694C15.2663 11.7883 15.2698 11.8499 15.2716 11.884C16.061 11.9578 16.7978 12.3249 17.3446 12.9164L17.4398 12.8462C17.4907 12.8554 17.5434 12.8493 17.5913 12.8292C17.7132 12.7359 17.8257 12.631 17.928 12.5151C17.9795 12.4517 18.0345 12.392 18.0931 12.3353C18.1085 12.3218 18.1316 12.3035 18.1488 12.2895C18.2476 12.1895 18.4062 12.1901 18.5038 12.292C18.6009 12.3938 18.6003 12.5572 18.5014 12.6578C18.489 12.6706 18.4748 12.6822 18.46 12.692C18.4434 12.706 18.421 12.7255 18.405 12.7377C18.3381 12.7834 18.2689 12.8249 18.1973 12.8627C18.0653 12.9395 17.941 13.0298 17.8257 13.1316C17.7919 13.1719 17.7754 13.2243 17.7789 13.2773C17.7647 13.2908 17.7162 13.3353 17.6901 13.359C18.1328 14.0395 18.318 14.8633 18.2103 15.6749L18.3109 15.7054C18.3363 15.7524 18.3736 15.7908 18.4186 15.817C18.5654 15.8573 18.7151 15.8829 18.8666 15.8932C18.9464 15.8951 19.0263 15.9018 19.1062 15.9127C19.1269 15.917 19.1577 15.9255 19.179 15.9304C19.3163 15.9487 19.4128 16.0786 19.395 16.2201C19.3772 16.3615 19.2512 16.4609 19.1139 16.4426C19.0985 16.4408 19.0831 16.4371 19.0683 16.4316H19.0648C19.0648 16.4316 19.0618 16.4298 19.0601 16.4292C19.0394 16.4243 19.0133 16.4201 18.9956 16.4152C18.9192 16.3902 18.8447 16.3603 18.7713 16.3262C18.6304 16.2676 18.4849 16.2237 18.3357 16.1945C18.2843 16.1926 18.234 16.2121 18.1961 16.2481C18.1606 16.2414 18.1251 16.2347 18.0896 16.2286C17.8481 17.0115 17.3357 17.6756 16.6498 18.0945L16.6522 18.0963Z' fill='none' className={`${filledClassName} ${strokeTransparent}`} />
55
54
  <rect x='5.24976' y='6.375' width='2.25' height='7.875' rx='0.5' stroke='none' strokeWidth={1.5} />
56
55
  <path d='M9.75 9.75V6.5C9.75 6.22386 9.97386 6 10.25 6H11.5C11.7761 6 12 6.22386 12 6.5V7.5' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
57
56
  <path d='M14.2502 8.25V3.5C14.2502 3.22386 14.4741 3 14.7502 3H16.0002C16.2764 3 16.5002 3.22386 16.5002 3.5V7.5' stroke='none' strokeWidth={1.5} strokeLinecap='round' />
58
- <path d='M3 3V16.5H7.5' stroke='none' strokeWidth={1.5} strokeLinecap='round' strokeLinejoin='round' />
57
+ <path d='M5 5V27.5H12.5' stroke='none' strokeWidth={2} strokeLinecap='round' strokeLinejoin='round' />
59
58
  </svg>
60
59
  )
61
60
  break
@@ -85,23 +84,4 @@ const K8SMetricsIcon = ({
85
84
  return icon
86
85
  }
87
86
 
88
- K8SMetricsIcon.propTypes = {
89
- /**
90
- * color of text, icon and borders
91
- */
92
- color: PropTypes.oneOf(COLORS_ICON),
93
- /**
94
- * Size
95
- */
96
- size: PropTypes.oneOf(SIZES),
97
- /**
98
- * disabled
99
- */
100
- disabled: PropTypes.bool,
101
- /**
102
- * inactive
103
- */
104
- inactive: PropTypes.bool
105
- }
106
-
107
87
  export default K8SMetricsIcon
@@ -1,7 +1,6 @@
1
1
  import * as React from 'react'
2
- import PropTypes from 'prop-types'
3
2
  import styles from './Icons.module.css'
4
- import { COLORS_ICON, SIZES, SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
3
+ import { SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
5
4
 
6
5
  const KeyIcon = ({
7
6
  color = MAIN_DARK_BLUE,
@@ -78,23 +77,4 @@ const KeyIcon = ({
78
77
  return icon
79
78
  }
80
79
 
81
- KeyIcon.propTypes = {
82
- /**
83
- * color of text, icon and borders
84
- */
85
- color: PropTypes.oneOf(COLORS_ICON),
86
- /**
87
- * Size
88
- */
89
- size: PropTypes.oneOf(SIZES),
90
- /**
91
- * disabled
92
- */
93
- disabled: PropTypes.bool,
94
- /**
95
- * inactive
96
- */
97
- inactive: PropTypes.bool
98
- }
99
-
100
80
  export default KeyIcon
@@ -1,7 +1,6 @@
1
1
  import * as React from 'react'
2
- import PropTypes from 'prop-types'
3
2
  import styles from './Icons.module.css'
4
- import { COLORS_ICON, LARGE, MEDIUM, SIZES, MAIN_DARK_BLUE, SMALL } from '../constants'
3
+ import { LARGE, MEDIUM, MAIN_DARK_BLUE, SMALL } from '../constants'
5
4
 
6
5
  const LabelIcon = ({
7
6
  color = MAIN_DARK_BLUE,
@@ -72,23 +71,4 @@ const LabelIcon = ({
72
71
  return icon
73
72
  }
74
73
 
75
- LabelIcon.propTypes = {
76
- /**
77
- * color of text, icon and borders
78
- */
79
- color: PropTypes.oneOf(COLORS_ICON),
80
- /**
81
- * Size
82
- */
83
- size: PropTypes.oneOf(SIZES),
84
- /**
85
- * disabled
86
- */
87
- disabled: PropTypes.bool,
88
- /**
89
- * inactive
90
- */
91
- inactive: PropTypes.bool
92
- }
93
-
94
74
  export default LabelIcon
@@ -1,7 +1,6 @@
1
1
  import * as React from 'react'
2
- import PropTypes from 'prop-types'
3
2
  import styles from './Icons.module.css'
4
- import { COLORS_ICON, SIZES, SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
3
+ import { SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
5
4
 
6
5
  const LayersIcon = ({
7
6
  color = MAIN_DARK_BLUE,
@@ -74,23 +73,4 @@ const LayersIcon = ({
74
73
  return icon
75
74
  }
76
75
 
77
- LayersIcon.propTypes = {
78
- /**
79
- * color of text, icon and borders
80
- */
81
- color: PropTypes.oneOf(COLORS_ICON),
82
- /**
83
- * Size
84
- */
85
- size: PropTypes.oneOf(SIZES),
86
- /**
87
- * disabled
88
- */
89
- disabled: PropTypes.bool,
90
- /**
91
- * inactive
92
- */
93
- inactive: PropTypes.bool
94
- }
95
-
96
76
  export default LayersIcon
@@ -1,7 +1,6 @@
1
1
  import * as React from 'react'
2
- import PropTypes from 'prop-types'
3
2
  import styles from './Icons.module.css'
4
- import { COLORS_ICON, SIZES, SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
3
+ import { SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
5
4
 
6
5
  const LensIcon = ({
7
6
  color = MAIN_DARK_BLUE,
@@ -72,23 +71,4 @@ const LensIcon = ({
72
71
  return icon
73
72
  }
74
73
 
75
- LensIcon.propTypes = {
76
- /**
77
- * color of text, icon and borders
78
- */
79
- color: PropTypes.oneOf(COLORS_ICON),
80
- /**
81
- * Size
82
- */
83
- size: PropTypes.oneOf(SIZES),
84
- /**
85
- * disabled
86
- */
87
- disabled: PropTypes.bool,
88
- /**
89
- * inactive
90
- */
91
- inactive: PropTypes.bool
92
- }
93
-
94
74
  export default LensIcon
@@ -1,7 +1,6 @@
1
1
  import * as React from 'react'
2
- import PropTypes from 'prop-types'
3
2
  import styles from './Icons.module.css'
4
- import { COLORS_ICON, SIZES, SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
3
+ import { SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
5
4
 
6
5
  const LiveIcon = ({
7
6
  color = MAIN_DARK_BLUE,
@@ -78,23 +77,4 @@ const LiveIcon = ({
78
77
  return icon
79
78
  }
80
79
 
81
- LiveIcon.propTypes = {
82
- /**
83
- * color of text, icon and borders
84
- */
85
- color: PropTypes.oneOf(COLORS_ICON),
86
- /**
87
- * Size
88
- */
89
- size: PropTypes.oneOf(SIZES),
90
- /**
91
- * disabled
92
- */
93
- disabled: PropTypes.bool,
94
- /**
95
- * inactive
96
- */
97
- inactive: PropTypes.bool
98
- }
99
-
100
80
  export default LiveIcon
@@ -1,7 +1,6 @@
1
1
  import * as React from 'react'
2
- import PropTypes from 'prop-types'
3
2
  import styles from './Icons.module.css'
4
- import { COLORS_ICON, SIZES, MEDIUM, EXTRA_LARGE, MAIN_DARK_BLUE } from '../constants'
3
+ import { MEDIUM, EXTRA_LARGE, MAIN_DARK_BLUE } from '../constants'
5
4
 
6
5
  const LoadingAppIcon = ({
7
6
  color = MAIN_DARK_BLUE,
@@ -65,23 +64,4 @@ const LoadingAppIcon = ({
65
64
  return icon
66
65
  }
67
66
 
68
- LoadingAppIcon.propTypes = {
69
- /**
70
- * color of text, icon and borders
71
- */
72
- color: PropTypes.oneOf(COLORS_ICON),
73
- /**
74
- * Size
75
- */
76
- size: PropTypes.oneOf(SIZES),
77
- /**
78
- * disabled
79
- */
80
- disabled: PropTypes.bool,
81
- /**
82
- * inactive
83
- */
84
- inactive: PropTypes.bool
85
- }
86
-
87
67
  export default LoadingAppIcon
@@ -1,7 +1,6 @@
1
1
  import * as React from 'react'
2
- import PropTypes from 'prop-types'
3
2
  import styles from './Icons.module.css'
4
- import { COLORS_ICON, SIZES, SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
3
+ import { SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
5
4
 
6
5
  const LogOutIcon = ({
7
6
  color = MAIN_DARK_BLUE,
@@ -78,19 +77,4 @@ const LogOutIcon = ({
78
77
  return icon
79
78
  }
80
79
 
81
- LogOutIcon.propTypes = {
82
- /**
83
- * color of text, icon and borders
84
- */
85
- color: PropTypes.oneOf(COLORS_ICON),
86
- /**
87
- * Size
88
- */
89
- size: PropTypes.oneOf(SIZES),
90
- /**
91
- * tip
92
- */
93
- tip: PropTypes.string
94
- }
95
-
96
80
  export default LogOutIcon
@@ -1,7 +1,6 @@
1
1
  import * as React from 'react'
2
- import PropTypes from 'prop-types'
3
2
  import styles from './Icons.module.css'
4
- import { COLORS_ICON, SIZES, SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
3
+ import { SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
5
4
 
6
5
  const LogsRiskIcon = ({
7
6
  color = MAIN_DARK_BLUE,
@@ -100,23 +99,4 @@ const LogsRiskIcon = ({
100
99
  return icon
101
100
  }
102
101
 
103
- LogsRiskIcon.propTypes = {
104
- /**
105
- * color of text, icon and borders
106
- */
107
- color: PropTypes.oneOf(COLORS_ICON),
108
- /**
109
- * Size
110
- */
111
- size: PropTypes.oneOf(SIZES),
112
- /**
113
- * disabled
114
- */
115
- disabled: PropTypes.bool,
116
- /**
117
- * inactive
118
- */
119
- inactive: PropTypes.bool
120
- }
121
-
122
102
  export default LogsRiskIcon
@@ -1,7 +1,6 @@
1
1
  import * as React from 'react'
2
- import PropTypes from 'prop-types'
3
2
  import styles from './Icons.module.css'
4
- import { COLORS_ICON, SIZES, SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
3
+ import { SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
5
4
 
6
5
  const MailIcon = ({
7
6
  color = MAIN_DARK_BLUE,
@@ -71,23 +70,4 @@ const MailIcon = ({
71
70
  return icon
72
71
  }
73
72
 
74
- MailIcon.propTypes = {
75
- /**
76
- * color of text, icon and borders
77
- */
78
- color: PropTypes.oneOf(COLORS_ICON),
79
- /**
80
- * Size
81
- */
82
- size: PropTypes.oneOf(SIZES),
83
- /**
84
- * disabled
85
- */
86
- disabled: PropTypes.bool,
87
- /**
88
- * inactive
89
- */
90
- inactive: PropTypes.bool
91
- }
92
-
93
73
  export default MailIcon
@@ -1,7 +1,6 @@
1
1
  import * as React from 'react'
2
- import PropTypes from 'prop-types'
3
2
  import styles from './Icons.module.css'
4
- import { COLORS_ICON, SIZES, SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
3
+ import { SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
5
4
 
6
5
  const MetricsIcon = ({
7
6
  color = MAIN_DARK_BLUE,
@@ -78,23 +77,4 @@ const MetricsIcon = ({
78
77
  return icon
79
78
  }
80
79
 
81
- MetricsIcon.propTypes = {
82
- /**
83
- * color of text, icon and borders
84
- */
85
- color: PropTypes.oneOf(COLORS_ICON),
86
- /**
87
- * Size
88
- */
89
- size: PropTypes.oneOf(SIZES),
90
- /**
91
- * disabled
92
- */
93
- disabled: PropTypes.bool,
94
- /**
95
- * inactive
96
- */
97
- inactive: PropTypes.bool
98
- }
99
-
100
80
  export default MetricsIcon
@@ -1,7 +1,6 @@
1
1
  import * as React from 'react'
2
- import PropTypes from 'prop-types'
3
2
  import styles from './Icons.module.css'
4
- import { COLORS_ICON, EXTRA_LARGE, SIZES, MAIN_DARK_BLUE, MEDIUM } from '../constants'
3
+ import { EXTRA_LARGE, MAIN_DARK_BLUE, MEDIUM } from '../constants'
5
4
 
6
5
  const MetricsLoadingIcon = ({
7
6
  color = MAIN_DARK_BLUE,
@@ -47,23 +46,4 @@ const MetricsLoadingIcon = ({
47
46
  return icon
48
47
  }
49
48
 
50
- MetricsLoadingIcon.propTypes = {
51
- /**
52
- * color of text, icon and borders
53
- */
54
- color: PropTypes.oneOf(COLORS_ICON),
55
- /**
56
- * Size
57
- */
58
- size: PropTypes.oneOf(SIZES),
59
- /**
60
- * disabled
61
- */
62
- disabled: PropTypes.bool,
63
- /**
64
- * inactive
65
- */
66
- inactive: PropTypes.bool
67
- }
68
-
69
49
  export default MetricsLoadingIcon
@@ -1,7 +1,6 @@
1
1
  import * as React from 'react'
2
- import PropTypes from 'prop-types'
3
2
  import styles from './Icons.module.css'
4
- import { COLORS_ICON, SIZES, SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE, EXTRA_MEDIUM } from '../constants'
3
+ import { SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE, EXTRA_MEDIUM } from '../constants'
5
4
 
6
5
  const MetricsLogsIcon = ({
7
6
  color = MAIN_DARK_BLUE,
@@ -127,23 +126,4 @@ const MetricsLogsIcon = ({
127
126
  return icon
128
127
  }
129
128
 
130
- MetricsLogsIcon.propTypes = {
131
- /**
132
- * color of text, icon and borders
133
- */
134
- color: PropTypes.oneOf(COLORS_ICON),
135
- /**
136
- * Size
137
- */
138
- size: PropTypes.oneOf(SIZES),
139
- /**
140
- * disabled
141
- */
142
- disabled: PropTypes.bool,
143
- /**
144
- * inactive
145
- */
146
- inactive: PropTypes.bool
147
- }
148
-
149
129
  export default MetricsLogsIcon
@@ -1,7 +1,6 @@
1
1
  import * as React from 'react'
2
- import PropTypes from 'prop-types'
3
2
  import styles from './Icons.module.css'
4
- import { COLORS_ICON, SIZES, SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
3
+ import { SMALL, MEDIUM, LARGE, MAIN_DARK_BLUE } from '../constants'
5
4
 
6
5
  const MissingTemplateIcon = ({
7
6
  color = MAIN_DARK_BLUE,
@@ -84,23 +83,4 @@ const MissingTemplateIcon = ({
84
83
  return icon
85
84
  }
86
85
 
87
- MissingTemplateIcon.propTypes = {
88
- /**
89
- * color of text, icon and borders
90
- */
91
- color: PropTypes.oneOf(COLORS_ICON),
92
- /**
93
- * Size
94
- */
95
- size: PropTypes.oneOf(SIZES),
96
- /**
97
- * disabled
98
- */
99
- disabled: PropTypes.bool,
100
- /**
101
- * inactive
102
- */
103
- inactive: PropTypes.bool
104
- }
105
-
106
86
  export default MissingTemplateIcon