@devtron-labs/devtron-fe-common-lib 1.5.5-beta-1 → 1.5.6-beta-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 (51) hide show
  1. package/dist/{@code-editor-CllTU1-0.js → @code-editor-CZEHtHpd.js} +7284 -6095
  2. package/dist/{@common-rjsf-DGQ1V_AK.js → @common-rjsf-BIgLDvCI.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/ToggleResolveScopedVariables/ToggleResolveScopedVariables.component.d.ts +3 -0
  35. package/dist/Shared/Components/ToggleResolveScopedVariables/index.d.ts +1 -0
  36. package/dist/Shared/Components/ToggleResolveScopedVariables/types.d.ts +10 -0
  37. package/dist/Shared/Components/UnsavedChanges/UnsavedChanges.component.d.ts +2 -0
  38. package/dist/Shared/Components/UnsavedChanges/index.d.ts +1 -0
  39. package/dist/Shared/Components/UnsavedChangesDialog/UnsavedChangesDialog.component.d.ts +3 -0
  40. package/dist/Shared/Components/UnsavedChangesDialog/index.d.ts +1 -0
  41. package/dist/Shared/Components/UnsavedChangesDialog/types.d.ts +5 -0
  42. package/dist/Shared/Components/index.d.ts +5 -0
  43. package/dist/Shared/Hooks/useForm/useForm.d.ts +7 -2
  44. package/dist/Shared/Services/app.types.d.ts +72 -1
  45. package/dist/Shared/Services/index.d.ts +1 -0
  46. package/dist/Shared/validations.d.ts +4 -0
  47. package/dist/assets/@code-editor.css +1 -1
  48. package/dist/assets/ic-view-variable-toggle.93c3599f.svg +19 -0
  49. package/dist/index.js +723 -689
  50. package/package.json +3 -3
  51. 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.5-beta-1",
3
+ "version": "1.5.6-beta-2",
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,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>