@devtron-labs/devtron-fe-common-lib 1.14.1-gpu-workload → 1.14.1-pre-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/dist/{@code-editor-BFK-59yA.js → @code-editor-CrOGfgr1.js} +25497 -25289
  2. package/dist/{@common-rjsf-YUW2Pq1O.js → @common-rjsf-D4AGo7Oh.js} +7 -7
  3. package/dist/{@framer-motion-eB9Rj-_8.js → @framer-motion-C2xOL-4M.js} +1 -1
  4. package/dist/{@react-dates-CJpoumtu.js → @react-dates-BWXINTab.js} +14 -14
  5. package/dist/{@react-select-CUbAbK6L.js → @react-select-CJ8Qoy49.js} +1 -1
  6. package/dist/{@react-virtualized-sticky-tree-Ckb5S1RC.js → @react-virtualized-sticky-tree-DMTSZNIX.js} +1 -1
  7. package/dist/{@vendor-4cEd9dja.js → @vendor-Cmeb0vtT.js} +10011 -10001
  8. package/dist/Common/Constants.d.ts +0 -10
  9. package/dist/Common/Hooks/UseRegisterShortcut/utils.d.ts +1 -1
  10. package/dist/Common/RJSF/Form.d.ts +1 -1
  11. package/dist/Common/SegmentedControl/Segment.d.ts +1 -1
  12. package/dist/Common/SegmentedControl/types.d.ts +3 -2
  13. package/dist/Common/TippyCustomized.d.ts +1 -1
  14. package/dist/Common/Types.d.ts +10 -6
  15. package/dist/Common/index.d.ts +1 -0
  16. package/dist/Pages/GlobalConfigurations/DeploymentCharts/types.d.ts +1 -2
  17. package/dist/Shared/Components/ActionMenu/useActionMenu.hook.d.ts +11 -11
  18. package/dist/Shared/Components/FeatureDescription/FeatureDescriptionModal.d.ts +1 -1
  19. package/dist/Shared/Components/FeatureDescription/FeatureTitleWithInfo.d.ts +1 -1
  20. package/dist/Shared/Components/FeatureDescription/types.d.ts +5 -2
  21. package/dist/Shared/Components/GenericInfoCard/GenericInfoCardListing.d.ts +2 -0
  22. package/dist/Shared/Components/GenericInfoCard/GenericInfoListSkeleton.d.ts +2 -0
  23. package/dist/Shared/Components/GenericInfoCard/index.d.ts +3 -1
  24. package/dist/Shared/Components/GenericInfoCard/types.d.ts +13 -0
  25. package/dist/Shared/Components/Header/PageHeader.d.ts +1 -1
  26. package/dist/Shared/Components/Header/types.d.ts +5 -4
  27. package/dist/Shared/Components/Icon/Icon.d.ts +3 -0
  28. package/dist/Shared/Components/InfoIconTippy/InfoIconTippy.d.ts +1 -1
  29. package/dist/Shared/Components/ModalSidebarPanel/ModalSidebarPanel.component.d.ts +1 -1
  30. package/dist/Shared/Components/ModalSidebarPanel/types.d.ts +4 -2
  31. package/dist/Shared/Components/Popover/utils.d.ts +1 -1
  32. package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +1 -1
  33. package/dist/Shared/Components/Switch/Switch.component.d.ts +3 -0
  34. package/dist/Shared/Components/Switch/constants.d.ts +14 -0
  35. package/dist/Shared/Components/Switch/index.d.ts +2 -0
  36. package/dist/Shared/Components/Switch/types.d.ts +105 -0
  37. package/dist/Shared/Components/Switch/utils.d.ts +12 -0
  38. package/dist/Shared/Components/index.d.ts +1 -0
  39. package/dist/Shared/DocLink/DocLink.d.ts +2 -0
  40. package/dist/Shared/DocLink/constants.d.ts +91 -0
  41. package/dist/Shared/DocLink/index.d.ts +3 -0
  42. package/dist/Shared/DocLink/types.d.ts +11 -0
  43. package/dist/Shared/DocLink/utils.d.ts +2 -0
  44. package/dist/assets/@code-editor.css +1 -1
  45. package/dist/assets/empty-create.661d9355.png +0 -0
  46. package/dist/assets/ic-app-template.82736707.svg +23 -0
  47. package/dist/assets/ic-devtron-app.a8b688d3.svg +23 -0
  48. package/dist/assets/ic-devtron-job.1b216232.svg +10 -0
  49. package/dist/index.js +715 -710
  50. package/package.json +1 -1
  51. package/dist/Pages/GlobalConfigurations/DeploymentCharts/gpuWorkloadSchema.json.d.ts +0 -102
  52. package/dist/assets/ic-arrow-square-out.3d1a0d41.svg +0 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.14.1-gpu-workload",
3
+ "version": "1.14.1-pre-2",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,102 +0,0 @@
1
- declare const _default: {
2
- "type": "object",
3
- "properties": {
4
- "GPU": {
5
- "type": "object",
6
- "description": "GPU resource configuration",
7
- "properties": {
8
- "enabled": {
9
- "type": "boolean",
10
- "description": "Enable GPU support for the application",
11
- "default": false,
12
- "updatePath": "/gpu/enabled"
13
- },
14
- "provider": {
15
- "type": "string",
16
- "description": "Driver of the GPU",
17
- "enum": ["nvidia.com/gpu", "amd.com/gpu","intel.com/gpu"],
18
- "enumNames": ["NVIDIA", "AMD", "Intel"],
19
- "default": "nvidia.com/gpu",
20
- "updatePath": "/gpu/provider"
21
- },
22
- "limits": {
23
- "type": "string",
24
- "description": "Maximum allowed GPU",
25
- "updatePath": "/gpu/resources/limits"
26
- },
27
- "requests": {
28
- "type": "string",
29
- "description": "Requested GPU value",
30
- "updatePath": "/gpu/resources/requests"
31
- }
32
- }
33
- },
34
- "ContainerPort": {
35
- "type": "array",
36
- "description": "Defines ports on which application services will be exposed to other services",
37
- "items": {
38
- "type": "object",
39
- "properties": {
40
- "port": {
41
- "type": "integer",
42
- "description": "Port at which your application will run"
43
- }
44
- }
45
- },
46
- "title": "Container Port"
47
- },
48
- "Limits": {
49
- "type": "object",
50
- "description": "Maximum RAM and CPU available to the application",
51
- "required": ["CPU", "Memory"],
52
- "properties": {
53
- "CPU": {
54
- "type": "string",
55
- "description": "Maximum allowed CPU limit",
56
- "updatePath": "/resources/limits/cpu"
57
- },
58
- "Memory": {
59
- "type": "string",
60
- "description": "Maximum allowed memory limit",
61
- "updatePath": "/resources/limits/memory"
62
- }
63
- }
64
- },
65
- "Requests": {
66
- "type": "object",
67
- "description": "Minimum RAM and CPU available to the application",
68
- "properties": {
69
- "CPU": {
70
- "type": "string",
71
- "description": "Minimum CPU value",
72
- "updatePath": "/resources/requests/cpu"
73
- },
74
- "Memory": {
75
- "type": "string",
76
- "description": "Minimum memory value",
77
- "updatePath": "/resources/requests/memory"
78
- }
79
- }
80
- },
81
- "EnvVariables": {
82
- "type": "array",
83
- "description": "Contains environment variables needed by the containers",
84
- "items": {
85
- "type": "object",
86
- "properties": {
87
- "name": {
88
- "type": "string",
89
- "description": "Name of the environment variables"
90
- },
91
- "value": {
92
- "type": "string",
93
- "description": "Value of the environment variables"
94
- }
95
- }
96
- },
97
- "title": "Environment Variables"
98
- }
99
- }
100
- };
101
-
102
- export default _default;
@@ -1,19 +0,0 @@
1
- <!--
2
- - Copyright (c) 2024. Devtron Inc.
3
- -
4
- - Licensed under the Apache License, Version 2.0 (the "License");
5
- - you may not use this file except in compliance with the License.
6
- - You may obtain a copy of the License at
7
- -
8
- - http://www.apache.org/licenses/LICENSE-2.0
9
- -
10
- - Unless required by applicable law or agreed to in writing, software
11
- - distributed under the License is distributed on an "AS IS" BASIS,
12
- - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- - See the License for the specific language governing permissions and
14
- - limitations under the License.
15
- -->
16
-
17
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
18
- <path d="M13.5 6.25L13.4995 2.5005L9.75 2.5M8.99821 7.00179L13.4982 2.50179M11.5 9V13C11.5 13.1326 11.4473 13.2598 11.3536 13.3536C11.2598 13.4473 11.1326 13.5 11 13.5H3C2.86739 13.5 2.74021 13.4473 2.64645 13.3536C2.55268 13.2598 2.5 13.1326 2.5 13V5C2.5 4.86739 2.55268 4.74021 2.64645 4.64645C2.74021 4.55268 2.86739 4.5 3 4.5H7" stroke="#fff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
19
- </svg>