@devtron-labs/devtron-fe-common-lib 1.21.0-beta-8 → 1.21.0-beta-10

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 (245) hide show
  1. package/dist/{@code-editor-wVcfcBg6.js → @code-editor-C85m7cEc.js} +11240 -9390
  2. package/dist/{@common-rjsf-DvNS0uhz.js → @common-rjsf-C2Gii_G7.js} +30 -30
  3. package/dist/{@framer-motion-DZveCoIL.js → @framer-motion-LZK2bgCK.js} +141 -139
  4. package/dist/{@react-dates-CZ1bNWJM.js → @react-dates-CbpfVsC0.js} +1 -1
  5. package/dist/{@react-select-DS68hCUM.js → @react-select-BuPEYnTv.js} +1 -1
  6. package/dist/{@react-virtualized-sticky-tree-V-8klKy9.js → @react-virtualized-sticky-tree-DX7VkyTZ.js} +1 -1
  7. package/dist/{@vendor-3ORIJA0h.js → @vendor-BsABdDGm.js} +28472 -19353
  8. package/dist/Common/API/reactQueryHooks.d.ts +1 -1
  9. package/dist/Common/API/types.d.ts +1 -1
  10. package/dist/Common/BreadCrumb/NestedBreadCrumb.d.ts +2 -0
  11. package/dist/Common/BreadCrumb/Types.d.ts +20 -0
  12. package/dist/Common/ClipboardButton/ClipboardButton.d.ts +2 -2
  13. package/dist/Common/ClipboardButton/types.d.ts +12 -2
  14. package/dist/Common/Common.service.d.ts +4 -1
  15. package/dist/Common/Constants.d.ts +67 -18
  16. package/dist/Common/Hooks/UseRegisterShortcut/types.d.ts +1 -0
  17. package/dist/Common/Hooks/UseRegisterShortcut/utils.d.ts +1 -1
  18. package/dist/Common/SearchBar/SearchBar.component.d.ts +1 -1
  19. package/dist/Common/SearchBar/types.d.ts +8 -0
  20. package/dist/Common/SegmentedBarChart/types.d.ts +10 -2
  21. package/dist/Common/SegmentedBarChart/utils.d.ts +2 -0
  22. package/dist/Common/SegmentedControl/Segment.d.ts +1 -1
  23. package/dist/Common/SegmentedControl/SegmentedControl.component.d.ts +1 -1
  24. package/dist/Common/SegmentedControl/index.d.ts +1 -1
  25. package/dist/Common/SegmentedControl/types.d.ts +13 -9
  26. package/dist/Common/Tooltip/Tooltip.d.ts +1 -1
  27. package/dist/Common/Types.d.ts +64 -5
  28. package/dist/Common/index.d.ts +1 -1
  29. package/dist/Pages/GlobalConfigurations/BuildInfra/Descriptor.d.ts +1 -1
  30. package/dist/Pages/GlobalConfigurations/BuildInfra/constants.d.ts +0 -2
  31. package/dist/Pages/GlobalConfigurations/BuildInfra/types.d.ts +13 -7
  32. package/dist/Pages/GlobalConfigurations/ClustersAndEnvironments/VirtualClusterSidebar.d.ts +2 -0
  33. package/dist/Pages/GlobalConfigurations/ClustersAndEnvironments/index.d.ts +1 -1
  34. package/dist/Pages/ResourceBrowser/ResourceBrowser.Types.d.ts +3 -3
  35. package/dist/Pages/ResourceBrowser/constants.d.ts +8 -8
  36. package/dist/Pages/ResourceBrowser/types.d.ts +2 -1
  37. package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/ApplicationManagementIcon/ApplicationManagementIcon.d.ts +1 -0
  38. package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/ApplicationManagementIcon/index.d.ts +2 -0
  39. package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/ApplicationManagementIcon/utils.d.ts +6 -0
  40. package/dist/Pages-Devtron-2.0/ApplicationManagement/Shared/index.d.ts +1 -0
  41. package/dist/Pages-Devtron-2.0/ApplicationManagement/index.d.ts +1 -0
  42. package/dist/Pages-Devtron-2.0/Automation&Enablement/Overview/Overview.d.ts +1 -0
  43. package/dist/Pages-Devtron-2.0/Automation&Enablement/Overview/index.d.ts +1 -0
  44. package/dist/Pages-Devtron-2.0/Automation&Enablement/index.d.ts +1 -0
  45. package/dist/Pages-Devtron-2.0/CostVisibility/Overview/Overview.d.ts +1 -0
  46. package/dist/Pages-Devtron-2.0/CostVisibility/Overview/index.d.ts +1 -0
  47. package/dist/Pages-Devtron-2.0/CostVisibility/Shared/constants.d.ts +4 -0
  48. package/dist/Pages-Devtron-2.0/CostVisibility/Shared/index.d.ts +2 -0
  49. package/dist/Pages-Devtron-2.0/CostVisibility/Shared/types.d.ts +31 -0
  50. package/dist/Pages-Devtron-2.0/CostVisibility/index.d.ts +1 -0
  51. package/dist/Pages-Devtron-2.0/DataProtectionManagement/index.d.ts +1 -0
  52. package/dist/Pages-Devtron-2.0/DataProtectionManagement/types.d.ts +8 -0
  53. package/dist/Pages-Devtron-2.0/GlobalConfiguration/Overview/Overview.d.ts +1 -0
  54. package/dist/Pages-Devtron-2.0/GlobalConfiguration/Overview/index.d.ts +1 -0
  55. package/dist/Pages-Devtron-2.0/GlobalConfiguration/index.d.ts +1 -0
  56. package/dist/Pages-Devtron-2.0/GlobalOverview/GlobalOverview.d.ts +1 -0
  57. package/dist/Pages-Devtron-2.0/GlobalOverview/index.d.ts +1 -0
  58. package/dist/Pages-Devtron-2.0/InfrastructureManagement/Shared/InfrastructureManagementIcon/InfrastructureManagementIcon.d.ts +1 -0
  59. package/dist/Pages-Devtron-2.0/InfrastructureManagement/Shared/InfrastructureManagementIcon/index.d.ts +2 -0
  60. package/dist/Pages-Devtron-2.0/InfrastructureManagement/Shared/InfrastructureManagementIcon/utils.d.ts +6 -0
  61. package/dist/Pages-Devtron-2.0/InfrastructureManagement/Shared/index.d.ts +1 -0
  62. package/dist/Pages-Devtron-2.0/InfrastructureManagement/index.d.ts +1 -0
  63. package/dist/Pages-Devtron-2.0/InfrastructureManagement/utils.d.ts +11 -0
  64. package/dist/Pages-Devtron-2.0/Navigation/index.d.ts +1 -0
  65. package/dist/Pages-Devtron-2.0/Navigation/types.d.ts +32 -0
  66. package/dist/Pages-Devtron-2.0/SecurityCenter/Shared/SecurityCenterIcon/SecurityCenterIcon.d.ts +1 -0
  67. package/dist/Pages-Devtron-2.0/SecurityCenter/Shared/SecurityCenterIcon/index.d.ts +1 -0
  68. package/dist/Pages-Devtron-2.0/SecurityCenter/Shared/SecurityCenterIcon/utils.d.ts +6 -0
  69. package/dist/Pages-Devtron-2.0/SecurityCenter/Shared/index.d.ts +1 -0
  70. package/dist/Pages-Devtron-2.0/SecurityCenter/index.d.ts +1 -0
  71. package/dist/Pages-Devtron-2.0/Shared/Overview/components.d.ts +7 -0
  72. package/dist/Pages-Devtron-2.0/Shared/Overview/constants.d.ts +8 -0
  73. package/dist/Pages-Devtron-2.0/Shared/Overview/index.d.ts +3 -0
  74. package/dist/Pages-Devtron-2.0/Shared/Overview/types.d.ts +26 -0
  75. package/dist/Pages-Devtron-2.0/Shared/index.d.ts +1 -0
  76. package/dist/Pages-Devtron-2.0/SoftwareReleaseManagement/Overview/Overview.d.ts +1 -0
  77. package/dist/Pages-Devtron-2.0/SoftwareReleaseManagement/Overview/index.d.ts +1 -0
  78. package/dist/Pages-Devtron-2.0/SoftwareReleaseManagement/index.d.ts +1 -0
  79. package/dist/Pages-Devtron-2.0/index.d.ts +7 -0
  80. package/dist/Shared/Components/ActionMenu/types.d.ts +3 -0
  81. package/dist/Shared/Components/ActionMenu/useActionMenu.hook.d.ts +2 -2
  82. package/dist/Shared/Components/Backdrop/Backdrop.d.ts +1 -1
  83. package/dist/Shared/Components/Backdrop/types.d.ts +1 -1
  84. package/dist/Shared/Components/Badge/utils.d.ts +2 -1
  85. package/dist/Shared/Components/Button/Button.component.d.ts +12 -12
  86. package/dist/Shared/Components/Card/Card.component.d.ts +3 -0
  87. package/dist/Shared/Components/Card/constants.d.ts +4 -0
  88. package/dist/Shared/Components/Card/index.d.ts +2 -0
  89. package/dist/Shared/Components/Card/types.d.ts +25 -0
  90. package/dist/Shared/Components/Charts/Chart.component.d.ts +121 -0
  91. package/dist/Shared/Components/Charts/constants.d.ts +10 -0
  92. package/dist/Shared/Components/Charts/index.d.ts +4 -0
  93. package/dist/Shared/Components/Charts/plugins.d.ts +7 -0
  94. package/dist/Shared/Components/Charts/types.d.ts +135 -0
  95. package/dist/Shared/Components/Charts/utils.d.ts +30 -0
  96. package/dist/Shared/Components/ClusterStatusIcon/ClusterStatusIcon.d.ts +3 -0
  97. package/dist/Shared/Components/ClusterStatusIcon/index.d.ts +1 -0
  98. package/dist/Shared/Components/ClusterStatusIcon/types.d.ts +5 -0
  99. package/dist/Shared/Components/ClusterStatusIcon/utils.d.ts +2 -0
  100. package/dist/Shared/Components/DTFocusTrap/DTFocusTrap.d.ts +1 -1
  101. package/dist/Shared/Components/DTFocusTrap/types.d.ts +2 -1
  102. package/dist/Shared/Components/DocLink/constants.d.ts +3 -0
  103. package/dist/Shared/Components/ExportToCsv/ExportToCsv.d.ts +3 -0
  104. package/dist/Shared/Components/ExportToCsv/ExportToCsvDialog.d.ts +3 -0
  105. package/dist/Shared/Components/ExportToCsv/index.d.ts +2 -0
  106. package/dist/Shared/Components/ExportToCsv/types.d.ts +64 -0
  107. package/dist/Shared/Components/FeatureDescription/types.d.ts +1 -1
  108. package/dist/Shared/Components/FramerComponents/index.d.ts +2 -2
  109. package/dist/Shared/Components/GenericSectionErrorState/GenericSectionErrorState.component.d.ts +2 -1
  110. package/dist/Shared/Components/GenericSectionErrorState/types.d.ts +21 -5
  111. package/dist/Shared/Components/Header/HeaderWithCreateButton/HeaderWithCreateButon.d.ts +1 -1
  112. package/dist/Shared/Components/Header/HeaderWithCreateButton/types.d.ts +1 -3
  113. package/dist/Shared/Components/Header/PageHeader.d.ts +1 -1
  114. package/dist/Shared/Components/Header/types.d.ts +2 -0
  115. package/dist/Shared/Components/Icon/Icon.d.ts +69 -0
  116. package/dist/Shared/Components/Icon/IconBase.d.ts +1 -1
  117. package/dist/Shared/Components/Icon/types.d.ts +6 -0
  118. package/dist/Shared/Components/Illustration/Illustration.d.ts +6 -3
  119. package/dist/Shared/Components/KeyboardShortcut/KeyboardShortcut.component.d.ts +3 -0
  120. package/dist/Shared/Components/KeyboardShortcut/constants.d.ts +3 -0
  121. package/dist/Shared/Components/KeyboardShortcut/index.d.ts +1 -0
  122. package/dist/Shared/Components/KeyboardShortcut/types.d.ts +4 -0
  123. package/dist/Shared/Components/License/DevtronLicenseCard.d.ts +1 -1
  124. package/dist/Shared/Components/License/types.d.ts +0 -1
  125. package/dist/Shared/Components/PrometheusConfigurations/PrometheusConfigCard.d.ts +3 -0
  126. package/dist/Shared/Components/PrometheusConfigurations/index.d.ts +2 -0
  127. package/dist/Shared/Components/PrometheusConfigurations/types.d.ts +20 -0
  128. package/dist/Shared/Components/Security/SecurityModal/constants.d.ts +1 -1
  129. package/dist/Shared/Components/Security/SecurityModal/index.d.ts +1 -1
  130. package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +3 -3
  131. package/dist/Shared/Components/Security/constants.d.ts +2 -0
  132. package/dist/Shared/Components/Security/index.d.ts +3 -0
  133. package/dist/Shared/Components/Security/types.d.ts +10 -0
  134. package/dist/Shared/Components/SelectPicker/SelectPicker.component.d.ts +1 -1
  135. package/dist/Shared/Components/SelectPicker/common.d.ts +1 -1
  136. package/dist/Shared/Components/SelectPicker/index.d.ts +1 -1
  137. package/dist/Shared/Components/SelectPicker/type.d.ts +3 -1
  138. package/dist/Shared/Components/SelectPicker/utils.d.ts +1 -0
  139. package/dist/Shared/Components/SideNavigation/SideNavigation.d.ts +2 -0
  140. package/dist/Shared/Components/SideNavigation/index.d.ts +2 -0
  141. package/dist/Shared/Components/SideNavigation/types.d.ts +19 -0
  142. package/dist/Shared/Components/Table/InternalTable.d.ts +1 -1
  143. package/dist/Shared/Components/Table/TableContent.d.ts +1 -1
  144. package/dist/Shared/Components/Table/types.d.ts +12 -6
  145. package/dist/Shared/Components/TrailingItem/types.d.ts +4 -0
  146. package/dist/Shared/Components/TreeView/TreeView.component.d.ts +1 -1
  147. package/dist/Shared/Components/TreeView/TreeViewNodeContent.d.ts +1 -1
  148. package/dist/Shared/Components/TreeView/constants.d.ts +3 -0
  149. package/dist/Shared/Components/TreeView/types.d.ts +17 -3
  150. package/dist/Shared/Components/WorkflowOptionsModal/utils.d.ts +3 -3
  151. package/dist/Shared/Components/index.d.ts +7 -0
  152. package/dist/Shared/Helpers.d.ts +11 -0
  153. package/dist/Shared/Hooks/useGetResourceKindsOptions/service.d.ts +0 -5
  154. package/dist/Shared/Hooks/useGetResourceKindsOptions/types.d.ts +5 -20
  155. package/dist/Shared/Hooks/useUserPreferences/service.d.ts +1 -1
  156. package/dist/Shared/Hooks/useUserPreferences/types.d.ts +31 -2
  157. package/dist/Shared/Providers/MainContextProvider/types.d.ts +9 -0
  158. package/dist/Shared/Services/common.service.d.ts +3 -0
  159. package/dist/Shared/Services/types.d.ts +10 -1
  160. package/dist/Shared/constants.d.ts +3 -16
  161. package/dist/Shared/types.d.ts +20 -5
  162. package/dist/Shared/validations.d.ts +2 -0
  163. package/dist/assets/@code-editor.css +1 -1
  164. package/dist/assets/create-backup-schedule.bbac4a86.webp +0 -0
  165. package/dist/assets/create-backup-snapshot.c794f612.webp +0 -0
  166. package/dist/assets/ic-ai.25e44e0c.svg +3 -0
  167. package/dist/assets/ic-alibaba.518d61a4.svg +3 -0
  168. package/dist/assets/ic-application-group.4b448cca.svg +3 -0
  169. package/dist/assets/ic-application-management.7fb9e3a0.svg +3 -0
  170. package/dist/assets/ic-application-template.212d14f1.svg +3 -0
  171. package/dist/assets/ic-application.4c80bfcf.svg +3 -0
  172. package/dist/assets/ic-argocd-app.9c5eba79.svg +61 -0
  173. package/dist/assets/ic-arrow-line-down.b6a98848.svg +3 -0
  174. package/dist/assets/ic-aws.eb2d0124.svg +12 -0
  175. package/dist/assets/ic-backup-and-schedule.51b7d3dd.svg +3 -0
  176. package/dist/assets/ic-backup-color.dc62e9d5.svg +6 -0
  177. package/dist/assets/ic-backup-location.ebaf1148.svg +3 -0
  178. package/dist/assets/ic-backup-schedule-color.a16c34b0.svg +5 -0
  179. package/dist/assets/ic-bg-backup-schedule.9ef9bc39.svg +19 -0
  180. package/dist/assets/ic-bg-backups.396e99bd.svg +19 -0
  181. package/dist/assets/ic-bg-build.8609d0ea.svg +13 -0
  182. package/dist/assets/ic-bg-cpu.15ec70f0.svg +11 -0
  183. package/dist/assets/ic-bg-deploy.266711fe.svg +22 -0
  184. package/dist/assets/ic-bg-memory.5373a125.svg +11 -0
  185. package/dist/assets/ic-bg-pause-schedule.6edcc1d4.svg +14 -0
  186. package/dist/assets/ic-bg-production-pipelines.2951cdc0.svg +22 -0
  187. package/dist/assets/ic-bg-project.84658405.svg +12 -0
  188. package/dist/assets/ic-bg-ransomware-vulnerable-cluster.1b25a5d0.svg +7 -0
  189. package/dist/assets/ic-bg-restore.4fa13869.svg +33 -0
  190. package/dist/assets/ic-bg-scan.2249360c.svg +28 -0
  191. package/dist/assets/ic-bg-storage-locations.894070b0.svg +22 -0
  192. package/dist/assets/ic-bg-webhook.b455152d.svg +13 -0
  193. package/dist/assets/ic-bot.65f403dd.svg +3 -0
  194. package/dist/assets/ic-building.2405d07b.svg +3 -0
  195. package/dist/assets/ic-chart-line-up.7ab47f4e.svg +3 -0
  196. package/dist/assets/ic-check-circle.af18cd7e.svg +3 -0
  197. package/dist/assets/ic-circle-small.a0740b0e.svg +3 -0
  198. package/dist/assets/ic-clipboard.2869fa7d.svg +3 -0
  199. package/dist/assets/ic-clock-counterclockwise.3d7c2ef1.svg +3 -0
  200. package/dist/assets/ic-cloud-upload.55d9c163.svg +3 -0
  201. package/dist/assets/ic-coins-color-animated.fe11cdc3.svg +112 -0
  202. package/dist/assets/ic-coins.2c15f406.svg +3 -0
  203. package/dist/assets/ic-cost-visibility.5595009f.svg +3 -0
  204. package/dist/assets/ic-database-backup.b9e7c558.svg +3 -0
  205. package/dist/assets/ic-devtron-text.67a413b6.svg +3 -0
  206. package/dist/assets/ic-edit-lines.57927b07.svg +3 -0
  207. package/dist/assets/ic-file-download.ca57c068.svg +5 -0
  208. package/dist/assets/ic-files-changed.04e6de3f.svg +3 -0
  209. package/dist/assets/ic-floppy-disk.6d392bcd.svg +3 -0
  210. package/dist/assets/ic-fluxcd-app.7bf7dce5.svg +22 -0
  211. package/dist/assets/ic-global-overview.56ba9dc0.svg +3 -0
  212. package/dist/assets/ic-google-cloud.3077a8dd.svg +6 -0
  213. package/dist/assets/ic-infrastructure-management.4b052d41.svg +3 -0
  214. package/dist/assets/ic-kubernetes.7e04c3d2.svg +4 -0
  215. package/dist/assets/ic-magic-wand.2c29cd4e.svg +10 -0
  216. package/dist/assets/ic-oracle-cloud.5a8ee45d.svg +3 -0
  217. package/dist/assets/ic-otc-cloud.43b31bd8.svg +5 -0
  218. package/dist/assets/ic-party.cfc7e7c6.svg +4 -0
  219. package/dist/assets/ic-pause.4e5c6056.svg +4 -0
  220. package/dist/assets/ic-priority-medium-fill.7bab0ff8.svg +4 -0
  221. package/dist/assets/ic-release-hub.25b9707a.svg +3 -0
  222. package/dist/assets/ic-resource-browser.4ff3e571.svg +3 -0
  223. package/dist/assets/ic-resource-watcher.7cce5305.svg +3 -0
  224. package/dist/assets/ic-right-panel-collapse.0ecf8ceb.svg +3 -0
  225. package/dist/assets/ic-security-fixable.168b5bf8.svg +12 -0
  226. package/dist/assets/ic-security-not-fixable.be099f65.svg +12 -0
  227. package/dist/assets/ic-security-policy.874568da.svg +3 -0
  228. package/dist/assets/ic-security-scan.3ae78d50.svg +3 -0
  229. package/dist/assets/ic-security-vulnerability.c954b87a.svg +4 -0
  230. package/dist/assets/ic-software-release-management.dceedf80.svg +3 -0
  231. package/dist/assets/ic-symbol-greater-than.8f71342d.svg +3 -0
  232. package/dist/assets/ic-tenants.4f997b9a.svg +3 -0
  233. package/dist/assets/ic-trend-up.5752ef30.svg +3 -0
  234. package/dist/assets/ic-warning-stroke.fc850a4a.svg +3 -0
  235. package/dist/assets/img-folder-empty.8e898c33.svg +33 -0
  236. package/dist/assets/img-no-backup-location.0e8699c5.svg +180 -0
  237. package/dist/assets/img-no-restores.f26cb7db.svg +114 -0
  238. package/dist/assets/no-cluster-cost-enabled.038c73db.webp +0 -0
  239. package/dist/index.d.ts +15 -11
  240. package/dist/index.js +1139 -965
  241. package/package.json +6 -1
  242. package/dist/Pages/GlobalConfigurations/ClustersAndEnvironments/types.d.ts +0 -8
  243. package/dist/assets/img-install-freemium-saas.4388531c.svg +0 -40
  244. package/dist/assets/img-install-via-aws-marketplace.df85f572.svg +0 -48
  245. package/dist/assets/img-page-not-found.3c4f114b.svg +0 -81
@@ -0,0 +1,6 @@
1
+ export declare const getApplicationManagementBreadcrumb: () => {
2
+ 'application-management': {
3
+ component: JSX.Element;
4
+ linked: boolean;
5
+ };
6
+ };
@@ -0,0 +1 @@
1
+ export * from './ApplicationManagementIcon';
@@ -0,0 +1 @@
1
+ export * from './Shared';
@@ -0,0 +1 @@
1
+ export declare const Overview: () => JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './Overview';
@@ -0,0 +1 @@
1
+ export * from './Overview';
@@ -0,0 +1 @@
1
+ export declare const Overview: () => JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './Overview';
@@ -0,0 +1,4 @@
1
+ import { IconName } from '../../../Shared/Components';
2
+ import { ClusterProviderType } from './types';
3
+ export declare const CLUSTER_PROVIDER_TO_ICON_NAME: Record<ClusterProviderType, IconName | null>;
4
+ export declare const CLUSTER_PROVIDER_TO_LABEL: Record<ClusterProviderType, string>;
@@ -0,0 +1,2 @@
1
+ export * from './constants';
2
+ export * from './types';
@@ -0,0 +1,31 @@
1
+ import { ReactNode } from 'react';
2
+ import { RJSFFormSchema } from '../../../Common/RJSF';
3
+ import { ClusterDetailListType } from '../../../Common/Types';
4
+ export declare enum CostBreakdownViewType {
5
+ CLUSTERS = "clusters",
6
+ ENVIRONMENTS = "environments",
7
+ PROJECTS = "projects",
8
+ APPLICATIONS = "applications"
9
+ }
10
+ export declare enum CostBreakdownItemViewParamsType {
11
+ ITEM_NAME = "itemName",
12
+ VIEW = "view",
13
+ DETAIL = "detail"
14
+ }
15
+ type RenderClusterFormParamsType = {
16
+ clusterDetails: ClusterDetailListType;
17
+ handleClose: () => void;
18
+ handleSuccess: () => void;
19
+ };
20
+ export interface CostVisibilityRenderContextType {
21
+ renderClusterForm: (params: RenderClusterFormParamsType) => JSX.Element;
22
+ }
23
+ export interface CostVisibilityRenderProviderProps extends CostVisibilityRenderContextType {
24
+ children: ReactNode;
25
+ }
26
+ export type ClusterProviderType = 'AWS' | 'GCP' | 'Azure' | 'Alibaba' | 'Scaleway' | 'Oracle' | 'OTC' | 'DigitalOcean' | 'Unknown';
27
+ export interface ClusterProviderDetailsType {
28
+ clusterProvider: ClusterProviderType;
29
+ costModuleSchema: RJSFFormSchema;
30
+ }
31
+ export {};
@@ -0,0 +1 @@
1
+ export * from './Shared';
@@ -0,0 +1 @@
1
+ export * from './types';
@@ -0,0 +1,8 @@
1
+ export declare enum BackupLocationsTypes {
2
+ VOLUME_SNAPSHOT = "volume-snapshot",
3
+ STORAGE = "storage"
4
+ }
5
+ export declare enum BackupAndScheduleListViewEnum {
6
+ Backups = "backups",
7
+ Schedules = "schedules"
8
+ }
@@ -0,0 +1 @@
1
+ export declare const Overview: () => JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './Overview';
@@ -0,0 +1 @@
1
+ export * from './Overview';
@@ -0,0 +1 @@
1
+ export declare const GlobalOverview: () => JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './GlobalOverview';
@@ -0,0 +1 @@
1
+ export declare const InfrastructureManagementIcon: () => JSX.Element;
@@ -0,0 +1,2 @@
1
+ export * from './InfrastructureManagementIcon';
2
+ export { getInfrastructureManagementBreadcrumb } from './utils';
@@ -0,0 +1,6 @@
1
+ export declare const getInfrastructureManagementBreadcrumb: () => {
2
+ 'infrastructure-management': {
3
+ component: JSX.Element;
4
+ linked: boolean;
5
+ };
6
+ };
@@ -0,0 +1 @@
1
+ export * from './InfrastructureManagementIcon';
@@ -0,0 +1 @@
1
+ export * from './Shared';
@@ -0,0 +1,11 @@
1
+ export declare const getAutomationEnablementBreadcrumbConfig: () => {
2
+ 'automation-and-enablement': {
3
+ component: JSX.Element;
4
+ linked: boolean;
5
+ };
6
+ job: any;
7
+ list: {
8
+ component: JSX.Element;
9
+ };
10
+ 'jobId(\\d+)': any;
11
+ };
@@ -0,0 +1 @@
1
+ export * from './types';
@@ -0,0 +1,32 @@
1
+ import { customEnv, Never } from 'src';
2
+ import { IconsProps } from '../../Shared/Components';
3
+ export type NavigationItemID = 'application-management-overview' | 'application-management-devtron-applications' | 'application-management-application-groups' | 'application-management-bulk-edit' | 'application-management-application-templates' | 'application-management-projects' | 'application-management-configurations' | 'application-management-policies' | 'infrastructure-management-overview' | 'infrastructure-management-applications' | 'infrastructure-management-chart-store' | 'infrastructure-management-resource-browser' | 'infrastructure-management-resource-watcher' | 'infrastructure-management-catalog-framework' | 'software-release-management-overview' | 'software-release-management-release-hub' | 'software-release-management-tenants' | 'cost-visibility-overview' | 'cost-visibility-cost-breakdown' | 'cost-visibility-configurations' | 'security-center-overview' | 'security-center-security-vulnerabilities' | 'security-center-security-enablement' | 'security-center-security-policy' | 'automation-and-enablement-jobs' | 'automation-and-enablement-alerting' | 'automation-and-enablement-incident-response' | 'automation-and-enablement-api-portal' | 'automation-and-enablement-runbook-automation' | 'global-configuration-sso-login-services' | 'global-configuration-host-urls' | 'global-configuration-external-links' | 'global-configuration-chart-repository' | 'global-configuration-cluster-and-environments' | 'global-configuration-container-oci-registry' | 'global-configuration-authorization' | 'data-protection-overview' | 'data-protection-backup-and-schedule' | 'data-protection-restores' | 'data-protection-backup-repositories' | 'data-protection-backup-locations' | 'data-protection-history-and-logs';
4
+ export type NavigationSubMenuItemID = 'application-management-configurations-gitops' | 'application-management-configurations-git-accounts' | 'application-management-configurations-deployment-charts' | 'application-management-configurations-notifications' | 'application-management-configurations-catalog-frameworks' | 'application-management-configurations-scoped-variables' | 'application-management-configurations-build-infra' | 'application-management-policies-deployment-window' | 'application-management-policies-approval-policy' | 'application-management-policies-plugin-policy' | 'application-management-policies-pull-image-digest' | 'application-management-policies-tag-policy' | 'application-management-policies-filter-conditions' | 'application-management-policies-image-promotion' | 'application-management-policies-lock-deployment-configuration' | 'cost-visibility-cost-breakdown-clusters' | 'cost-visibility-cost-breakdown-environments' | 'cost-visibility-cost-breakdown-projects' | 'cost-visibility-cost-breakdown-applications' | 'global-configuration-authorization-user-permissions' | 'global-configuration-authorization-permission-groups' | 'global-configuration-authorization-api-tokens';
5
+ export type NavigationRootItemID = 'application-management' | 'infrastructure-management' | 'software-release-management' | 'cost-visibility' | 'security-center' | 'automation-and-enablement' | 'data-protection-management' | 'global-configuration';
6
+ export type CommonNavigationItemType = {
7
+ title: string;
8
+ dataTestId: string;
9
+ icon: IconsProps['name'];
10
+ href: string;
11
+ disabled?: boolean;
12
+ keywords?: string[];
13
+ forceHideEnvKey?: keyof customEnv;
14
+ hideNav?: boolean;
15
+ isAvailableInEA?: boolean;
16
+ };
17
+ export type NavigationItemType = Pick<CommonNavigationItemType, 'dataTestId' | 'title' | 'disabled' | 'keywords' | 'hideNav' | 'forceHideEnvKey' | 'isAvailableInEA'> & {
18
+ id: NavigationItemID;
19
+ } & ((Pick<CommonNavigationItemType, 'icon' | 'href'> & {
20
+ hasSubMenu?: false;
21
+ subItems?: never;
22
+ }) | (Never<Pick<CommonNavigationItemType, 'icon' | 'href'>> & {
23
+ hasSubMenu: true;
24
+ subItems: (Omit<CommonNavigationItemType, 'icon'> & {
25
+ id: NavigationSubMenuItemID;
26
+ })[];
27
+ }));
28
+ export interface NavigationGroupType extends Pick<CommonNavigationItemType, 'title' | 'icon' | 'hideNav' | 'forceHideEnvKey' | 'isAvailableInEA'> {
29
+ id: NavigationRootItemID;
30
+ items: NavigationItemType[];
31
+ disabled?: boolean;
32
+ }
@@ -0,0 +1 @@
1
+ export declare const SecurityCenterIcon: () => JSX.Element;
@@ -0,0 +1 @@
1
+ export { getSecurityCenterBreadcrumb } from './utils';
@@ -0,0 +1,6 @@
1
+ export declare const getSecurityCenterBreadcrumb: () => {
2
+ 'security-center': {
3
+ component: JSX.Element;
4
+ linked: boolean;
5
+ };
6
+ };
@@ -0,0 +1 @@
1
+ export * from './SecurityCenterIcon';
@@ -0,0 +1 @@
1
+ export * from './Shared';
@@ -0,0 +1,7 @@
1
+ import { MetricsInfoCardProps, SectionEmptyStateProps } from './types';
2
+ export declare const SectionEmptyState: ({ iconName, iconColor, title, subtitle, buttonConfig, }: SectionEmptyStateProps) => JSX.Element;
3
+ export declare const MetricsInfoLoadingCard: ({ withSubtitle }: {
4
+ withSubtitle?: boolean;
5
+ }) => JSX.Element;
6
+ export declare const MetricsInfoCard: ({ dataTestId, metricTitle, metricValue, metricUnit, valueOutOf, iconName, subtitle, redirectionLink, tooltipContent, subtitleRedirection, }: MetricsInfoCardProps) => JSX.Element;
7
+ export declare const LoadingDonutChart: () => JSX.Element;
@@ -0,0 +1,8 @@
1
+ export declare const OVERVIEW_PAGE_SIZE_OPTIONS: {
2
+ value: number;
3
+ selected: boolean;
4
+ }[];
5
+ export declare const OVERVIEW_PAGE_SIZE_OPTIONS_SMALL: {
6
+ value: number;
7
+ selected: boolean;
8
+ }[];
@@ -0,0 +1,3 @@
1
+ export * from './components';
2
+ export * from './constants';
3
+ export { type MetricsInfoCardProps, ProdNonProdSelectValueTypes } from './types';
@@ -0,0 +1,26 @@
1
+ import { ButtonComponentType, ButtonProps, IconName } from '../../../Shared/Components';
2
+ import { IconBaseColorType } from '../../../Shared/types';
3
+ export interface SectionEmptyStateProps {
4
+ iconColor?: IconBaseColorType;
5
+ iconName?: IconName;
6
+ title: string;
7
+ subtitle?: string;
8
+ buttonConfig?: ButtonProps<ButtonComponentType>;
9
+ }
10
+ export interface MetricsInfoCardProps {
11
+ dataTestId: string;
12
+ metricTitle: string;
13
+ metricValue: string;
14
+ metricUnit?: string;
15
+ valueOutOf?: string;
16
+ iconName: IconName;
17
+ subtitle?: string;
18
+ tooltipContent: string;
19
+ redirectionLink?: string;
20
+ subtitleRedirection?: string;
21
+ }
22
+ export declare enum ProdNonProdSelectValueTypes {
23
+ ALL = "All",
24
+ PRODUCTION = "Prod",
25
+ NON_PRODUCTION = "Non-Prod"
26
+ }
@@ -0,0 +1 @@
1
+ export * from './Overview';
@@ -0,0 +1 @@
1
+ export declare const Overview: () => JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './Overview';
@@ -0,0 +1 @@
1
+ export * from './Overview';
@@ -0,0 +1,7 @@
1
+ export * from './ApplicationManagement';
2
+ export * from './CostVisibility';
3
+ export * from './DataProtectionManagement';
4
+ export * from './InfrastructureManagement';
5
+ export * from './Navigation';
6
+ export * from './SecurityCenter';
7
+ export * from './Shared';
@@ -37,6 +37,9 @@ export type ActionMenuItemType<T extends string | number = string | number> = Om
37
37
  startIcon?: ActionMenuItemIconType;
38
38
  /** Defines the item to be displayed at the end of the menu item. */
39
39
  trailingItem?: TrailingItemType;
40
+ /** Prevents the menu from closing when the item is clicked. */
41
+ doNotCloseMenuOnClick?: boolean;
42
+ dataAttributesId?: number;
40
43
  } & ConditionalActionMenuComponentType;
41
44
  export type ActionMenuOptionType<T extends string | number> = {
42
45
  /**
@@ -21,8 +21,8 @@ export declare const useActionMenu: <T extends string | number>({ id, position,
21
21
  className?: string;
22
22
  defaultValue?: string | number | readonly string[];
23
23
  id?: string;
24
- color?: string;
25
24
  role?: import('react').AriaRole;
25
+ color?: string;
26
26
  about?: string;
27
27
  is?: string;
28
28
  security?: string;
@@ -64,7 +64,7 @@ export declare const useActionMenu: <T extends string | number>({ id, position,
64
64
  itemRef?: string;
65
65
  results?: number;
66
66
  unselectable?: "on" | "off";
67
- inputMode?: "search" | "text" | "none" | "url" | "tel" | "email" | "numeric" | "decimal";
67
+ inputMode?: "search" | "text" | "none" | "url" | "decimal" | "tel" | "email" | "numeric";
68
68
  "aria-activedescendant"?: string;
69
69
  "aria-atomic"?: boolean | "true" | "false";
70
70
  "aria-autocomplete"?: "none" | "list" | "inline" | "both";
@@ -1,3 +1,3 @@
1
1
  import { BackdropProps } from './types';
2
- declare const Backdrop: ({ children, onEscape, onClick, hasClearBackground, onBackdropMount, deactivateFocusOnEscape, initialFocus, }: BackdropProps) => import('react').ReactPortal;
2
+ declare const Backdrop: ({ children, onEscape, onClick, hasClearBackground, onBackdropMount, deactivateFocusOnEscape, initialFocus, returnFocusOnDeactivate, }: BackdropProps) => import('react').ReactPortal;
3
3
  export default Backdrop;
@@ -1,6 +1,6 @@
1
1
  import { MouseEvent, ReactNode } from 'react';
2
2
  import { DTFocusTrapType } from '../DTFocusTrap';
3
- export interface BackdropProps extends Pick<DTFocusTrapType, 'deactivateFocusOnEscape' | 'initialFocus' | 'onEscape'> {
3
+ export interface BackdropProps extends Pick<DTFocusTrapType, 'deactivateFocusOnEscape' | 'initialFocus' | 'onEscape' | 'returnFocusOnDeactivate'> {
4
4
  /**
5
5
  * The content to be rendered within the backdrop component.
6
6
  */
@@ -1,7 +1,8 @@
1
- import { IconBaseColorType } from '../../types';
1
+ import { IconBaseColorType, IconBaseSizeType } from '../../types';
2
2
  import { BadgeProps } from './types';
3
3
  export declare const getClassNameAccToVariant: (variant: BadgeProps["variant"]) => {
4
4
  styles: string;
5
5
  iconColor: IconBaseColorType;
6
6
  };
7
7
  export declare const getClassNameAccToSize: (size: BadgeProps["size"]) => "fs-11 lh-16 px-4 py-1" | "fs-12 lh-16 px-6 py-2" | "fs-13 lh-20 px-6 py-2";
8
+ export declare const COMPONENT_SIZE_TO_ICON_SIZE_MAP: Record<BadgeProps['size'], IconBaseSizeType>;
@@ -100,7 +100,7 @@ declare const Button: import('react').ForwardRefExoticComponent<(Pick<{
100
100
  startIcon?: import('react').ReactElement;
101
101
  endIcon?: import('react').ReactElement;
102
102
  fontWeight?: "bold" | "normal";
103
- }, "style" | "text" | "id" | "size" | "tooltipProps" | "dataTestId" | "disabled" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
103
+ }, "style" | "text" | "id" | "disabled" | "size" | "tooltipProps" | "dataTestId" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
104
104
  ref?: import('react').Ref<HTMLButtonElement>;
105
105
  component?: ButtonComponentType.button;
106
106
  buttonProps?: Omit<import('react').ButtonHTMLAttributes<HTMLButtonElement>, "children" | "styles" | "className" | "disabled" | "onClick">;
@@ -135,7 +135,7 @@ declare const Button: import('react').ForwardRefExoticComponent<(Pick<{
135
135
  startIcon?: never;
136
136
  endIcon?: never;
137
137
  fontWeight?: never;
138
- }, "style" | "text" | "id" | "size" | "tooltipProps" | "dataTestId" | "disabled" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
138
+ }, "style" | "text" | "id" | "disabled" | "size" | "tooltipProps" | "dataTestId" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
139
139
  ref?: import('react').Ref<HTMLButtonElement>;
140
140
  component?: ButtonComponentType.button;
141
141
  buttonProps?: Omit<import('react').ButtonHTMLAttributes<HTMLButtonElement>, "children" | "styles" | "className" | "disabled" | "onClick">;
@@ -164,7 +164,7 @@ declare const Button: import('react').ForwardRefExoticComponent<(Pick<{
164
164
  startIcon?: import('react').ReactElement;
165
165
  endIcon?: import('react').ReactElement;
166
166
  fontWeight?: "bold" | "normal";
167
- }, "style" | "text" | "id" | "size" | "tooltipProps" | "dataTestId" | "disabled" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
167
+ }, "style" | "text" | "id" | "disabled" | "size" | "tooltipProps" | "dataTestId" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
168
168
  ref?: import('react').Ref<HTMLButtonElement>;
169
169
  component?: ButtonComponentType.button;
170
170
  buttonProps?: Omit<import('react').ButtonHTMLAttributes<HTMLButtonElement>, "children" | "styles" | "className" | "disabled" | "onClick">;
@@ -193,7 +193,7 @@ declare const Button: import('react').ForwardRefExoticComponent<(Pick<{
193
193
  startIcon?: never;
194
194
  endIcon?: never;
195
195
  fontWeight?: never;
196
- }, "style" | "text" | "id" | "size" | "tooltipProps" | "dataTestId" | "disabled" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
196
+ }, "style" | "text" | "id" | "disabled" | "size" | "tooltipProps" | "dataTestId" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
197
197
  ref?: import('react').Ref<HTMLAnchorElement>;
198
198
  component: ButtonComponentType.link;
199
199
  linkProps: Omit<import('react-router-dom').LinkProps, "children" | "styles" | "className" | "onClick">;
@@ -228,7 +228,7 @@ declare const Button: import('react').ForwardRefExoticComponent<(Pick<{
228
228
  startIcon?: import('react').ReactElement;
229
229
  endIcon?: import('react').ReactElement;
230
230
  fontWeight?: "bold" | "normal";
231
- }, "style" | "text" | "id" | "size" | "tooltipProps" | "dataTestId" | "disabled" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
231
+ }, "style" | "text" | "id" | "disabled" | "size" | "tooltipProps" | "dataTestId" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
232
232
  ref?: import('react').Ref<HTMLAnchorElement>;
233
233
  component: ButtonComponentType.link;
234
234
  linkProps: Omit<import('react-router-dom').LinkProps, "children" | "styles" | "className" | "onClick">;
@@ -263,7 +263,7 @@ declare const Button: import('react').ForwardRefExoticComponent<(Pick<{
263
263
  startIcon?: never;
264
264
  endIcon?: never;
265
265
  fontWeight?: never;
266
- }, "style" | "text" | "id" | "size" | "tooltipProps" | "dataTestId" | "disabled" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
266
+ }, "style" | "text" | "id" | "disabled" | "size" | "tooltipProps" | "dataTestId" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
267
267
  ref?: import('react').Ref<HTMLAnchorElement>;
268
268
  component: ButtonComponentType.link;
269
269
  linkProps: Omit<import('react-router-dom').LinkProps, "children" | "styles" | "className" | "onClick">;
@@ -292,7 +292,7 @@ declare const Button: import('react').ForwardRefExoticComponent<(Pick<{
292
292
  startIcon?: import('react').ReactElement;
293
293
  endIcon?: import('react').ReactElement;
294
294
  fontWeight?: "bold" | "normal";
295
- }, "style" | "text" | "id" | "size" | "tooltipProps" | "dataTestId" | "disabled" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
295
+ }, "style" | "text" | "id" | "disabled" | "size" | "tooltipProps" | "dataTestId" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
296
296
  ref?: import('react').Ref<HTMLAnchorElement>;
297
297
  component: ButtonComponentType.link;
298
298
  linkProps: Omit<import('react-router-dom').LinkProps, "children" | "styles" | "className" | "onClick">;
@@ -321,7 +321,7 @@ declare const Button: import('react').ForwardRefExoticComponent<(Pick<{
321
321
  startIcon?: never;
322
322
  endIcon?: never;
323
323
  fontWeight?: never;
324
- }, "style" | "text" | "id" | "size" | "tooltipProps" | "dataTestId" | "disabled" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
324
+ }, "style" | "text" | "id" | "disabled" | "size" | "tooltipProps" | "dataTestId" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
325
325
  ref?: import('react').Ref<HTMLAnchorElement>;
326
326
  component: ButtonComponentType.anchor;
327
327
  linkProps?: never;
@@ -356,7 +356,7 @@ declare const Button: import('react').ForwardRefExoticComponent<(Pick<{
356
356
  startIcon?: import('react').ReactElement;
357
357
  endIcon?: import('react').ReactElement;
358
358
  fontWeight?: "bold" | "normal";
359
- }, "style" | "text" | "id" | "size" | "tooltipProps" | "dataTestId" | "disabled" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
359
+ }, "style" | "text" | "id" | "disabled" | "size" | "tooltipProps" | "dataTestId" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
360
360
  ref?: import('react').Ref<HTMLAnchorElement>;
361
361
  component: ButtonComponentType.anchor;
362
362
  linkProps?: never;
@@ -391,7 +391,7 @@ declare const Button: import('react').ForwardRefExoticComponent<(Pick<{
391
391
  startIcon?: never;
392
392
  endIcon?: never;
393
393
  fontWeight?: never;
394
- }, "style" | "text" | "id" | "size" | "tooltipProps" | "dataTestId" | "disabled" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
394
+ }, "style" | "text" | "id" | "disabled" | "size" | "tooltipProps" | "dataTestId" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
395
395
  ref?: import('react').Ref<HTMLAnchorElement>;
396
396
  component: ButtonComponentType.anchor;
397
397
  linkProps?: never;
@@ -420,7 +420,7 @@ declare const Button: import('react').ForwardRefExoticComponent<(Pick<{
420
420
  startIcon?: import('react').ReactElement;
421
421
  endIcon?: import('react').ReactElement;
422
422
  fontWeight?: "bold" | "normal";
423
- }, "style" | "text" | "id" | "size" | "tooltipProps" | "dataTestId" | "disabled" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
423
+ }, "style" | "text" | "id" | "disabled" | "size" | "tooltipProps" | "dataTestId" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy"> | Pick<{
424
424
  ref?: import('react').Ref<HTMLAnchorElement>;
425
425
  component: ButtonComponentType.anchor;
426
426
  linkProps?: never;
@@ -449,5 +449,5 @@ declare const Button: import('react').ForwardRefExoticComponent<(Pick<{
449
449
  startIcon?: never;
450
450
  endIcon?: never;
451
451
  fontWeight?: never;
452
- }, "style" | "text" | "id" | "size" | "tooltipProps" | "dataTestId" | "disabled" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy">) & import('react').RefAttributes<HTMLButtonElement | HTMLAnchorElement>>;
452
+ }, "style" | "text" | "id" | "disabled" | "size" | "tooltipProps" | "dataTestId" | "startIcon" | "endIcon" | "variant" | "ariaLabel" | "icon" | "buttonProps" | "isLoading" | "onClick" | "fullWidth" | "fontWeight" | "component" | "linkProps" | "anchorProps" | "isOpacityHoverChild" | "triggerAutoClickTimestamp" | "showTooltip" | "showAriaLabelInTippy">) & import('react').RefAttributes<HTMLButtonElement | HTMLAnchorElement>>;
453
453
  export default Button;
@@ -0,0 +1,3 @@
1
+ import { CardProps } from './types';
2
+ declare const Card: ({ onClick, children, isLoading, shimmerVariant, variant, flexGap, flexDirection, padding, }: CardProps) => JSX.Element;
3
+ export default Card;
@@ -0,0 +1,4 @@
1
+ import { CardProps } from './types';
2
+ export declare const DEFAULT_BORDER_RADIUS = 8;
3
+ export declare const DEFAULT_FLEX_GAP = 0;
4
+ export declare const VARIANT_TO_BORDER_CLASS_MAP: Record<CardProps['variant'], string>;
@@ -0,0 +1,2 @@
1
+ export { default as Card } from './Card.component';
2
+ export type { CardProps } from './types';
@@ -0,0 +1,25 @@
1
+ import { ReactNode } from 'react';
2
+ import { ComponentLayoutType } from '../../types';
3
+ export type CardProps = {
4
+ children: ReactNode;
5
+ onClick?: () => void;
6
+ /**
7
+ * @default primary--outlined
8
+ */
9
+ variant?: 'primary--outlined' | 'secondary--outlined';
10
+ /**
11
+ * @default 'column'
12
+ */
13
+ flexDirection?: ComponentLayoutType;
14
+ /**
15
+ * @default 0px
16
+ */
17
+ flexGap?: 0 | 2 | 4 | 6 | 8 | 12 | 16 | 20 | 24 | 32;
18
+ padding?: 0 | 2 | 4 | 6 | 8 | 12 | 16 | 20 | 24 | 32;
19
+ } & ({
20
+ isLoading: boolean;
21
+ shimmerVariant: 'A' | 'B' | 'C';
22
+ } | {
23
+ isLoading?: never;
24
+ shimmerVariant?: never;
25
+ });