@devtron-labs/devtron-fe-common-lib 1.6.14 → 1.7.0-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 (45) hide show
  1. package/dist/@code-editor-Cz8XojKH.js +23494 -0
  2. package/dist/{@common-rjsf-Cbw73F_s.js → @common-rjsf-Bjg77bLd.js} +11 -11
  3. package/dist/{@framer-motion-BFqoU0Z7.js → @framer-motion-C88ROIS4.js} +70 -70
  4. package/dist/@monaco-editor-CVagbUeH.js +138960 -0
  5. package/dist/{@react-dates-Dx7AjKDr.js → @react-dates-Ct1VA7V6.js} +14 -14
  6. package/dist/{@react-select-BfYm_1lF.js → @react-select-qU4oRypC.js} +1 -1
  7. package/dist/{@react-virtualized-sticky-tree-BNk-_Tvs.js → @react-virtualized-sticky-tree-DmvoaDNw.js} +1 -1
  8. package/dist/@vendor-C6rSXA7p.js +22734 -0
  9. package/dist/Common/CodeEditor/CodeEditor.d.ts +3 -13
  10. package/dist/Common/CodeEditor/CodeEditor.reducer.d.ts +47 -3
  11. package/dist/Common/CodeEditor/index.d.ts +1 -1
  12. package/dist/Common/CodeEditor/types.d.ts +81 -83
  13. package/dist/Common/CodeEditor/utils.d.ts +3 -13
  14. package/dist/Common/CodeMirror/CodeEditor.d.ts +14 -0
  15. package/dist/Common/CodeMirror/CodeEditor.reducer.d.ts +4 -0
  16. package/dist/Common/CodeMirror/index.d.ts +2 -0
  17. package/dist/Common/CodeMirror/types.d.ts +107 -0
  18. package/dist/Common/CodeMirror/utils.d.ts +13 -0
  19. package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryDiffView.d.ts +1 -1
  20. package/dist/Shared/Components/CICDHistory/types.d.ts +1 -0
  21. package/dist/assets/@code-editor.css +1 -1
  22. package/dist/assets/@monaco-editor.css +1 -0
  23. package/dist/assets/codicon.ecfbfe4b.ttf +0 -0
  24. package/dist/assets/ic-environment.d241eccb.svg +20 -0
  25. package/dist/assets/{ic-github.bb1f1753.svg → ic-github.9d82ed09.svg} +16 -0
  26. package/dist/assets/ic-help-filled.b7ae284e.svg +20 -0
  27. package/dist/index.js +667 -665
  28. package/package.json +7 -1
  29. package/dist/@code-editor-DZHMo1tR.js +0 -42310
  30. package/dist/@vendor-CWh7bjwl.js +0 -42519
  31. package/dist/assets/ic-environment.e639b8f3.svg +0 -4
  32. package/dist/assets/ic-help-filled.4468cdf1.svg +0 -4
  33. package/dist/assets/ic-match-case.702186fe.svg +0 -3
  34. package/dist/assets/ic-match-word.991dea5a.svg +0 -3
  35. package/dist/assets/ic-replace-all-text.7ebbab01.svg +0 -3
  36. package/dist/assets/ic-replace-text.5de817d2.svg +0 -3
  37. /package/dist/Common/{CodeEditor → CodeMirror}/CodeEditor.components.d.ts +0 -0
  38. /package/dist/Common/{CodeEditor → CodeMirror}/CodeEditor.constants.d.ts +0 -0
  39. /package/dist/Common/{CodeEditor → CodeMirror}/CodeEditor.context.d.ts +0 -0
  40. /package/dist/Common/{CodeEditor → CodeMirror}/CodeEditor.theme.d.ts +0 -0
  41. /package/dist/Common/{CodeEditor → CodeMirror}/CodeEditorRenderer.d.ts +0 -0
  42. /package/dist/Common/{CodeEditor → CodeMirror}/Extensions/findAndReplace.d.ts +0 -0
  43. /package/dist/Common/{CodeEditor → CodeMirror}/Extensions/index.d.ts +0 -0
  44. /package/dist/Common/{CodeEditor → CodeMirror}/Extensions/readOnlyTooltip.d.ts +0 -0
  45. /package/dist/Common/{CodeEditor → CodeMirror}/Extensions/yamlParseLinter.d.ts +0 -0
Binary file
@@ -0,0 +1,20 @@
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 xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
18
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m12.01 2 8.66 5v10l-8.66 5-8.66-5V7l8.66-5Z" vector-effect="non-scaling-stroke"/>
19
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m11.98 7 4.33 2.5v5L11.98 17l-4.33-2.5v-5L11.98 7Z" vector-effect="non-scaling-stroke"/>
20
+ </svg>
@@ -1,3 +1,19 @@
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
+
1
17
  <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
2
18
  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.99931 2.07795C5.39819 2.07795 1.66675 5.8089 1.66675 10.4116C1.66675 14.0929 4.05428 17.2165 7.36572 18.319C7.78265 18.3952 7.93459 18.1379 7.93459 17.9169C7.93459 17.7189 7.92743 17.1951 7.92334 16.4998C5.60538 17.0032 5.11631 15.3825 5.11631 15.3825C4.73724 14.4198 4.19087 14.1635 4.19087 14.1635C3.43425 13.6468 4.24817 13.657 4.24817 13.657C5.0846 13.7158 5.52455 14.5159 5.52455 14.5159C6.26787 15.7893 7.4752 15.4214 7.94994 15.2081C8.02565 14.6699 8.24102 14.3026 8.47891 14.0944C6.62853 13.8836 4.68301 13.169 4.68301 9.97569C4.68301 9.0656 5.00786 8.32228 5.54093 7.73959C5.45498 7.52882 5.16901 6.68163 5.62278 5.53416C5.62278 5.53416 6.3221 5.31009 7.91412 6.38798C8.57866 6.2033 9.2918 6.11122 10.0003 6.10764C10.7084 6.11122 11.421 6.2033 12.0865 6.38798C13.6776 5.31009 14.3759 5.53416 14.3759 5.53416C14.8306 6.68163 14.5447 7.52882 14.4592 7.73959C14.9933 8.32228 15.3156 9.0656 15.3156 9.97569C15.3156 13.1771 13.367 13.8816 11.511 14.0877C11.8098 14.3451 12.0763 14.8536 12.0763 15.6312C12.0763 16.7449 12.0661 17.6437 12.0661 17.9169C12.0661 18.14 12.2165 18.3993 12.6391 18.318C15.9479 17.2135 18.3334 14.0924 18.3334 10.4116C18.3334 5.8089 14.602 2.07795 9.99931 2.07795Z" fill="#1B1817"/>
3
19
  </svg>
@@ -0,0 +1,20 @@
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 xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
18
+ <circle cx="12" cy="12" r="10" fill="#3B444C"/>
19
+ <path fill="#fff" d="M12.84 5.583A4.3 4.3 0 0 0 7.7 9.8a1 1 0 1 0 2 0 2.3 2.3 0 1 1 2.3 2.3 1 1 0 0 0-1 1v1.4a1 1 0 1 0 2 0v-.518a4.299 4.299 0 0 0-.16-8.4ZM12 18.5a.983.983 0 0 0 1-1 .968.968 0 0 0-.291-.705A.959.959 0 0 0 12 16.5a.959.959 0 0 0-.709.295.968.968 0 0 0-.291.705c0 .282.093.521.278.718A.996.996 0 0 0 12 18.5Z"/>
20
+ </svg>