@devtron-labs/devtron-fe-common-lib 1.5.3-beta-2 → 1.5.3-beta-3

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 (62) hide show
  1. package/dist/{@code-editor-D6GUKRXw.js → @code-editor-BOZaVf1s.js} +7777 -6637
  2. package/dist/{@common-rjsf-dtuESmgZ.js → @common-rjsf-xACGB2Yo.js} +2 -2
  3. package/dist/{@framer-motion-CdgdF0KV.js → @framer-motion-CtC3e2uC.js} +1 -1
  4. package/dist/{@react-dates-CtQV2TLr.js → @react-dates-BlBjJ115.js} +31 -31
  5. package/dist/{@react-select-Cn3OpC9h.js → @react-select-CjYy5-X-.js} +1 -1
  6. package/dist/{@react-virtualized-sticky-tree-CVJYfMx0.js → @react-virtualized-sticky-tree-DCAYOwGQ.js} +1 -1
  7. package/dist/{@vendor-CwAQS8iU.js → @vendor-CB7cq1II.js} +10317 -9365
  8. package/dist/Common/Constants.d.ts +6 -0
  9. package/dist/Pages/GlobalConfigurations/BuildInfra/BuildInfraUtilityContext.d.ts +3 -0
  10. package/dist/Pages/GlobalConfigurations/BuildInfra/Descriptor.d.ts +1 -1
  11. package/dist/Pages/GlobalConfigurations/BuildInfra/constants.d.ts +7 -1
  12. package/dist/Pages/GlobalConfigurations/BuildInfra/index.d.ts +1 -0
  13. package/dist/Pages/GlobalConfigurations/BuildInfra/services.d.ts +2 -0
  14. package/dist/Pages/GlobalConfigurations/BuildInfra/types.d.ts +120 -51
  15. package/dist/Pages/GlobalConfigurations/BuildInfra/utils.d.ts +5 -2
  16. package/dist/Pages/GlobalConfigurations/BuildInfra/validations.d.ts +11 -0
  17. package/dist/Shared/Components/CMCS/ConfigMapSecretReadyOnly.d.ts +3 -0
  18. package/dist/Shared/Components/CMCS/constants.d.ts +23 -0
  19. package/dist/Shared/Components/CMCS/helpers.d.ts +1 -0
  20. package/dist/Shared/Components/CMCS/index.d.ts +6 -0
  21. package/dist/Shared/Components/CMCS/types.d.ts +24 -0
  22. package/dist/Shared/Components/CMCS/utils.d.ts +17 -0
  23. package/dist/Shared/Components/CMCS/validations.d.ts +3 -0
  24. package/dist/Shared/Components/CollapsibleList/CollapsibleList.types.d.ts +5 -0
  25. package/dist/Shared/Components/ConfirmationModal/types.d.ts +4 -0
  26. package/dist/Shared/Components/FloatingVariablesSuggestions/FloatingVariablesSuggestions.d.ts +4 -0
  27. package/dist/Shared/Components/FloatingVariablesSuggestions/SuggestionItem.d.ts +3 -0
  28. package/dist/Shared/Components/FloatingVariablesSuggestions/Suggestions.d.ts +3 -0
  29. package/dist/Shared/Components/FloatingVariablesSuggestions/SuggestionsInfo.d.ts +2 -0
  30. package/dist/Shared/Components/FloatingVariablesSuggestions/constants.d.ts +7 -0
  31. package/dist/Shared/Components/FloatingVariablesSuggestions/index.d.ts +1 -0
  32. package/dist/Shared/Components/FloatingVariablesSuggestions/service.d.ts +2 -0
  33. package/dist/Shared/Components/FloatingVariablesSuggestions/types.d.ts +39 -0
  34. package/dist/Shared/Components/ScannedByToolModal/types.d.ts +1 -2
  35. package/dist/Shared/Components/Security/SecurityModal/config/CodeScan.d.ts +2 -2
  36. package/dist/Shared/Components/Security/SecurityModal/config/Sidebar.d.ts +2 -3
  37. package/dist/Shared/Components/Security/SecurityModal/constants.d.ts +3 -4
  38. package/dist/Shared/Components/Security/SecurityModal/types.d.ts +15 -16
  39. package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +1 -1
  40. package/dist/Shared/Components/Security/types.d.ts +0 -1
  41. package/dist/Shared/Components/ToggleResolveScopedVariables/ToggleResolveScopedVariables.component.d.ts +3 -0
  42. package/dist/Shared/Components/ToggleResolveScopedVariables/index.d.ts +1 -0
  43. package/dist/Shared/Components/ToggleResolveScopedVariables/types.d.ts +10 -0
  44. package/dist/Shared/Components/UnsavedChanges/UnsavedChanges.component.d.ts +2 -0
  45. package/dist/Shared/Components/UnsavedChanges/index.d.ts +1 -0
  46. package/dist/Shared/Components/UnsavedChangesDialog/UnsavedChangesDialog.component.d.ts +3 -0
  47. package/dist/Shared/Components/UnsavedChangesDialog/index.d.ts +1 -0
  48. package/dist/Shared/Components/UnsavedChangesDialog/types.d.ts +5 -0
  49. package/dist/Shared/Components/index.d.ts +5 -0
  50. package/dist/Shared/Hooks/useForm/useForm.d.ts +7 -2
  51. package/dist/Shared/Services/app.types.d.ts +72 -1
  52. package/dist/Shared/Services/index.d.ts +1 -0
  53. package/dist/Shared/constants.d.ts +5 -0
  54. package/dist/Shared/validations.d.ts +4 -0
  55. package/dist/assets/@code-editor.css +1 -1
  56. package/dist/assets/ic-clair.ba79956f.svg +21 -0
  57. package/dist/assets/ic-trivy.d5338454.svg +25 -0
  58. package/dist/assets/ic-view-variable-toggle.93c3599f.svg +19 -0
  59. package/dist/index.js +717 -681
  60. package/package.json +3 -3
  61. package/dist/assets/ic-scan-fallback.7ff5ed3b.svg +0 -4
  62. package/dist/assets/ic-view-variable-toggle.c335dfa0.svg +0 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.5.3-beta-2",
3
+ "version": "1.5.3-beta-3",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -86,7 +86,6 @@
86
86
  "patch-package": "^8.0.0",
87
87
  "react": "^17.0.2",
88
88
  "react-dom": "^17.0.2",
89
- "react-draggable": "^4.4.5",
90
89
  "react-ga4": "^1.4.1",
91
90
  "react-mde": "^11.5.0",
92
91
  "react-router-dom": "^5.3.0",
@@ -108,7 +107,8 @@
108
107
  "react-monaco-editor": "^0.54.0",
109
108
  "react-virtualized-sticky-tree": "^3.0.0-beta18",
110
109
  "sass": "^1.69.7",
111
- "tslib": "2.7.0"
110
+ "tslib": "2.7.0",
111
+ "react-draggable": "^4.4.5"
112
112
  },
113
113
  "overrides": {
114
114
  "cross-spawn": "^7.0.5",
@@ -1,4 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M3.37752 5.08241C3 5.62028 3 7.21907 3 10.4167V11.9914C3 17.6294 7.23896 20.3655 9.89856 21.5273C10.62 21.8424 10.9807 22 12 22C13.0193 22 13.38 21.8424 14.1014 21.5273C16.761 20.3655 21 17.6294 21 11.9914V10.4167C21 7.21907 21 5.62028 20.6225 5.08241C20.245 4.54454 18.7417 4.02996 15.7351 3.00079L15.1623 2.80472C13.595 2.26824 12.8114 2 12 2C11.1886 2 10.405 2.26824 8.83772 2.80472L8.26491 3.00079C5.25832 4.02996 3.75503 4.54454 3.37752 5.08241Z" fill="#FFB549"/>
3
- <path d="M15.0888 15.0891L18.5 18.5004M16.3704 11.9953C16.3704 14.4116 14.4116 16.3704 11.9953 16.3704C9.57893 16.3704 7.62012 14.4116 7.62012 11.9953C7.62012 9.57893 9.57893 7.62012 11.9953 7.62012C14.4116 7.62012 16.3704 9.57893 16.3704 11.9953Z" stroke="#000A14" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- </svg>
@@ -1,24 +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="18" height="14" viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg">
18
- <g id="Group 1513">
19
- <path id="Vector" d="M5.66663 1.72336C5.22218 1.61225 4.26663 1.59002 3.99996 2.39002C3.66663 3.39002 3.33329 5.66699 2.99996 6.33366C2.66663 7.00033 2.33329 6.94397 1.66663 7.00033C2.33329 7.05668 2.66663 7.00033 2.99996 7.66699C3.33329 8.33366 3.66663 10.6106 3.99996 11.6106C4.26663 12.4106 5.22218 12.3884 5.66663 12.2773" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
20
- <path id="Vector_2" d="M12.3333 1.72336C12.7777 1.61225 13.7333 1.59002 13.9999 2.39002C14.3333 3.39002 14.6666 5.66699 14.9999 6.33366C15.3333 7.00033 15.6666 6.94397 16.3333 7.00033C15.6666 7.05668 15.3333 7.00033 14.9999 7.66699C14.6666 8.33366 14.3333 10.6106 13.9999 11.6106C13.7333 12.4106 12.7777 12.3884 12.3333 12.2773" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
21
- <path id="Vector_3" d="M8.99996 5C6.61901 5 5.66663 7.00022 5.66663 7.00022C5.66663 7.00022 6.61901 9 8.99996 9C11.3809 9 12.3333 7.00022 12.3333 7.00022C12.3333 7.00022 11.3809 5 8.99996 5Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
22
- <path id="Vector_4" d="M8.99992 7.66732C9.36811 7.66732 9.66659 7.36884 9.66659 7.00065C9.66659 6.63246 9.36811 6.33398 8.99992 6.33398C8.63173 6.33398 8.33325 6.63246 8.33325 7.00065C8.33325 7.36884 8.63173 7.66732 8.99992 7.66732Z" fill="white"/>
23
- </g>
24
- </svg>