@devtron-labs/devtron-fe-common-lib 1.6.0 → 1.6.1-beta-1

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 (78) hide show
  1. package/dist/@code-editor-Bbs0NH9g.js +41984 -0
  2. package/dist/{@common-rjsf-CCiAa1v9.js → @common-rjsf-D15keJJ7.js} +3 -3
  3. package/dist/{@framer-motion-CbfcgbXI.js → @framer-motion-CpA7HTl-.js} +70 -70
  4. package/dist/{@react-dates-CHLhA4kl.js → @react-dates-CaRoxjcN.js} +14 -14
  5. package/dist/{@react-select-CgLj7C5f.js → @react-select-D4CIuOAx.js} +1 -1
  6. package/dist/{@react-virtualized-sticky-tree-Cj8etBAu.js → @react-virtualized-sticky-tree-CZZtnJ_O.js} +1 -1
  7. package/dist/@vendor-CKSERKp7.js +42519 -0
  8. package/dist/Common/ClipboardButton/index.d.ts +1 -0
  9. package/dist/Common/CodeEditor/CodeEditor.components.d.ts +11 -0
  10. package/dist/Common/CodeEditor/CodeEditor.constants.d.ts +7 -0
  11. package/dist/Common/CodeEditor/CodeEditor.context.d.ts +3 -0
  12. package/dist/Common/CodeEditor/CodeEditor.d.ts +13 -3
  13. package/dist/Common/CodeEditor/CodeEditor.reducer.d.ts +3 -47
  14. package/dist/Common/CodeEditor/CodeEditor.theme.d.ts +1 -0
  15. package/dist/Common/CodeEditor/CodeEditorRenderer.d.ts +2 -0
  16. package/dist/Common/CodeEditor/Extensions/findAndReplace.d.ts +2 -0
  17. package/dist/Common/CodeEditor/Extensions/index.d.ts +3 -0
  18. package/dist/Common/CodeEditor/Extensions/readOnlyTooltip.d.ts +6 -0
  19. package/dist/Common/CodeEditor/Extensions/yamlParseLinter.d.ts +3 -0
  20. package/dist/Common/CodeEditor/index.d.ts +1 -1
  21. package/dist/Common/CodeEditor/types.d.ts +83 -76
  22. package/dist/Common/CodeEditor/utils.d.ts +13 -3
  23. package/dist/Common/Hooks/UseRegisterShortcut/types.d.ts +1 -1
  24. package/dist/Common/Hooks/UseRegisterShortcut/utils.d.ts +1 -1
  25. package/dist/Common/Hooks/useUrlFilters/types.d.ts +11 -1
  26. package/dist/Common/Hooks/useUrlFilters/useUrlFilters.d.ts +1 -1
  27. package/dist/Common/RJSF/Form.d.ts +1 -1
  28. package/dist/Common/Tooltip/index.d.ts +1 -0
  29. package/dist/Common/Types.d.ts +0 -13
  30. package/dist/Common/index.d.ts +0 -2
  31. package/dist/Shared/Components/Button/Button.component.d.ts +2 -2
  32. package/dist/Shared/Components/Button/types.d.ts +14 -10
  33. package/dist/Shared/Components/Button/utils.d.ts +3 -1
  34. package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryDiffView.d.ts +1 -1
  35. package/dist/Shared/Components/CICDHistory/types.d.ts +0 -1
  36. package/dist/Shared/Components/Collapse/Collapse.d.ts +0 -1
  37. package/dist/Shared/Components/CustomInput/CustomInput.d.ts +3 -0
  38. package/dist/Shared/Components/CustomInput/PasswordField.d.ts +3 -0
  39. package/dist/Shared/Components/CustomInput/constants.d.ts +3 -0
  40. package/dist/Shared/Components/CustomInput/index.d.ts +3 -0
  41. package/dist/Shared/Components/CustomInput/types.d.ts +36 -0
  42. package/dist/Shared/Components/EditableTextArea/types.d.ts +0 -1
  43. package/dist/Shared/Components/FormFieldWrapper/FormFieldInfo.d.ts +3 -0
  44. package/dist/Shared/Components/FormFieldWrapper/FormFieldLabel.d.ts +3 -0
  45. package/dist/Shared/Components/FormFieldWrapper/FormFieldWrapper.d.ts +3 -0
  46. package/dist/Shared/Components/FormFieldWrapper/index.d.ts +3 -0
  47. package/dist/Shared/Components/FormFieldWrapper/types.d.ts +91 -0
  48. package/dist/Shared/Components/FormFieldWrapper/utils.d.ts +18 -0
  49. package/dist/Shared/Components/SelectPicker/SelectPicker.component.d.ts +1 -1
  50. package/dist/Shared/Components/SelectPicker/type.d.ts +2 -13
  51. package/dist/Shared/Components/Textarea/Textarea.component.d.ts +3 -0
  52. package/dist/Shared/Components/Textarea/constants.d.ts +4 -0
  53. package/dist/Shared/Components/Textarea/index.d.ts +2 -0
  54. package/dist/Shared/Components/Textarea/types.d.ts +17 -0
  55. package/dist/Shared/Components/ThemeSwitcher/index.d.ts +1 -0
  56. package/dist/Shared/Components/index.d.ts +3 -0
  57. package/dist/Shared/Services/ToastManager/types.d.ts +3 -3
  58. package/dist/Shared/constants.d.ts +4 -0
  59. package/dist/Shared/types.d.ts +8 -0
  60. package/dist/assets/@code-editor.css +1 -1
  61. package/dist/assets/ic-match-case.702186fe.svg +3 -0
  62. package/dist/assets/ic-match-word.991dea5a.svg +3 -0
  63. package/dist/assets/ic-replace-all-text.7ebbab01.svg +3 -0
  64. package/dist/assets/ic-replace-text.5de817d2.svg +3 -0
  65. package/dist/assets/ic-visibility-off.d91d3844.svg +19 -0
  66. package/dist/assets/ic-visibility-on.7505dd12.svg +20 -0
  67. package/dist/assets/{ic-warning.10bcf8bd.svg → ic-warning.a842ba2a.svg} +1 -1
  68. package/dist/index.js +666 -663
  69. package/package.json +16 -9
  70. package/dist/@code-editor-DpYDAAJZ.js +0 -23000
  71. package/dist/@monaco-editor-CVagbUeH.js +0 -138960
  72. package/dist/@vendor-ROKJESOw.js +0 -22734
  73. package/dist/Common/CustomInput/CustomInput.d.ts +0 -2
  74. package/dist/Common/CustomInput/Types.d.ts +0 -30
  75. package/dist/Common/CustomInput/index.d.ts +0 -2
  76. package/dist/Common/ResizableTextarea.d.ts +0 -3
  77. package/dist/assets/@monaco-editor.css +0 -1
  78. package/dist/assets/codicon.ecfbfe4b.ttf +0 -0
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.8315 5.6085L8.223 9.012L11.55 5.676L10.5 4.626L8.982 6.1365L8.97 3.7365C8.96864 3.5335 9.04602 3.33788 9.18588 3.19075C9.32574 3.04361 9.51719 2.95642 9.72 2.9475H12V1.5H9.72C9.42744 1.50039 9.13783 1.55853 8.86778 1.67108C8.59774 1.78363 8.35256 1.94837 8.14632 2.15587C7.94007 2.36337 7.77682 2.60954 7.66591 2.88026C7.555 3.15099 7.49862 3.44094 7.5 3.7335V6.15L5.8905 4.5495L4.8315 5.6085ZM14.8365 8.2995H14.8515C15.126 8.766 15.528 9 16.0605 9C16.65 9 17.1195 8.748 17.4705 8.2455C17.8245 7.743 18 7.0755 18 6.246C18 5.4795 17.85 4.8765 17.5485 4.4355C17.247 3.993 16.8165 3.7725 16.2585 3.7725C15.651 3.7725 15.1815 4.0635 14.8515 4.644H14.8365V1.5H13.5V8.8785H14.835L14.8365 8.2995ZM14.814 6.708V6.198C14.814 5.826 14.901 5.526 15.0765 5.2965C15.1516 5.18935 15.2516 5.102 15.3678 5.04192C15.4841 4.98184 15.6131 4.95081 15.744 4.9515C15.8742 4.94656 16.0034 4.97632 16.1183 5.03773C16.2332 5.09914 16.3298 5.19 16.398 5.301C16.554 5.532 16.6305 5.853 16.6305 6.2655C16.6305 6.7605 16.5465 7.146 16.377 7.4175C16.3076 7.54286 16.2052 7.64686 16.0809 7.71824C15.9567 7.78962 15.8153 7.82567 15.672 7.8225C15.5512 7.82386 15.432 7.79574 15.3246 7.74059C15.2171 7.68543 15.1248 7.60491 15.0555 7.506C14.8887 7.27423 14.8027 6.99333 14.814 6.708ZM13.5 19.1535C13.116 19.3845 12.5625 19.5 11.838 19.5C10.9935 19.5 10.308 19.233 9.7845 18.7005C9.261 18.168 9 17.481 9 16.6395C9 15.6675 9.279 14.9025 9.84 14.3445C10.401 13.7805 11.1525 13.5 12.09 13.5C12.7395 13.5 13.209 13.59 13.5 13.7685V15.2655C13.1629 14.9959 12.7437 14.8498 12.312 14.8515C11.8245 14.8515 11.4375 15.0015 11.151 15.2985C10.866 15.5925 10.7265 16.0005 10.7265 16.5225C10.7265 17.0295 10.8615 17.427 11.1345 17.718C11.4075 18.0045 11.781 18.1485 12.258 18.1485C12.681 18.1485 13.095 18.0105 13.5 17.7345V19.1535ZM6 10.5L4.5 12V21L6 22.5H16.5L18 21V12L16.5 10.5H6ZM6 12H16.5V21H6V12Z" fill="#C8CBCE"/>
3
+ </svg>
@@ -0,0 +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
+
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="m4.5 3.75 15 16.5m-4.977-5.475a3.75 3.75 0 0 1-5.046-5.55m-2.54-2.794C3.115 8.366 1.5 12 1.5 12s3 6.75 10.5 6.75a11.088 11.088 0 0 0 5.062-1.181m2.495-1.716C21.601 14.023 22.5 12 22.5 12s-3-6.75-10.5-6.75a11.75 11.75 0 0 0-1.939.157m2.645 2.91a3.752 3.752 0 0 1 3.028 3.33" vector-effect="non-scaling-stroke"/>
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
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 5.25C4.5 5.25 1.5 12 1.5 12s3 6.75 10.5 6.75S22.5 12 22.5 12s-3-6.75-10.5-6.75Z" vector-effect="non-scaling-stroke"/>
19
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 15.75a3.75 3.75 0 1 0 0-7.5 3.75 3.75 0 0 0 0 7.5Z" vector-effect="non-scaling-stroke"/>
20
+ </svg>
@@ -14,7 +14,7 @@
14
14
  - limitations under the License.
15
15
  -->
16
16
 
17
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
17
+ <svg data-style-override="false" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
18
18
  <g fill="none" fill-rule="evenodd">
19
19
  <path d="M0 0h32v32H0z"/>
20
20
  <path fill="#FFCB5D" d="M18.315 5.052L29.72 25.01A2.667 2.667 0 0 1 27.405 29H4.595a2.667 2.667 0 0 1-2.315-3.99L13.685 5.052a2.667 2.667 0 0 1 4.63 0z"/>