@devtron-labs/devtron-fe-common-lib 1.8.2 → 1.8.4

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-CjYMh-FJ.js → @code-editor-CECO9rTe.js} +11343 -10247
  2. package/dist/{@common-rjsf-Bja24NFK.js → @common-rjsf-CAp5a9od.js} +21 -21
  3. package/dist/{@framer-motion-C9i0O6dh.js → @framer-motion-DrRBF6oz.js} +1 -1
  4. package/dist/{@react-dates-DEMedmhG.js → @react-dates-DTh8Zdbr.js} +343 -343
  5. package/dist/{@react-select-DD4GMsWv.js → @react-select-Bsomcqq-.js} +1 -1
  6. package/dist/{@react-virtualized-sticky-tree-BlYAzsAg.js → @react-virtualized-sticky-tree-DjqdMMRP.js} +1 -1
  7. package/dist/@vendor-Bb3ljJxt.js +61891 -0
  8. package/dist/Common/CodeEditor/types.d.ts +6 -0
  9. package/dist/Common/CodeMirror/CodeEditor.constants.d.ts +1 -1
  10. package/dist/Common/CodeMirror/CodeEditor.theme.d.ts +4 -1
  11. package/dist/Common/CodeMirror/CodeEditorRenderer.d.ts +1 -1
  12. package/dist/Common/CodeMirror/Commands/findAndReplace.d.ts +7 -0
  13. package/dist/Common/CodeMirror/Commands/index.d.ts +1 -0
  14. package/dist/Common/CodeMirror/Extensions/index.d.ts +1 -0
  15. package/dist/Common/CodeMirror/Extensions/readOnlyTooltip.d.ts +1 -1
  16. package/dist/Common/CodeMirror/Extensions/yamlHighlight.d.ts +2 -0
  17. package/dist/Common/CodeMirror/index.d.ts +1 -1
  18. package/dist/Common/CodeMirror/types.d.ts +4 -2
  19. package/dist/Common/CodeMirror/utils.d.ts +1 -0
  20. package/dist/Common/Constants.d.ts +13 -0
  21. package/dist/Common/index.d.ts +1 -1
  22. package/dist/Shared/Components/CodeEditorWrapper/CodeEditorWrapper.d.ts +21 -0
  23. package/dist/Shared/Components/CodeEditorWrapper/index.d.ts +1 -0
  24. package/dist/Shared/Components/CodeEditorWrapper/types.d.ts +7 -0
  25. package/dist/Shared/Components/Icon/Icon.d.ts +7 -0
  26. package/dist/Shared/Components/SSOProviderIcon/SSOProviderIcon.d.ts +2 -0
  27. package/dist/Shared/Components/SSOProviderIcon/index.d.ts +2 -0
  28. package/dist/Shared/Components/SSOProviderIcon/types.d.ts +10 -0
  29. package/dist/Shared/Components/index.d.ts +2 -0
  30. package/dist/assets/@code-editor.css +1 -1
  31. package/dist/assets/ic-arrow-right.06ad55f3.svg +3 -0
  32. package/dist/assets/ic-google.adce3079.svg +6 -0
  33. package/dist/assets/ic-ldap.1742ec39.svg +3 -0
  34. package/dist/assets/ic-login-devtron-logo.702a1d04.svg +22 -0
  35. package/dist/assets/ic-match-case.13b7a2fa.svg +19 -0
  36. package/dist/assets/ic-match-word.d92addc3.svg +19 -0
  37. package/dist/assets/ic-microsoft.4767e309.svg +6 -0
  38. package/dist/assets/ic-oidc.27839a0d.svg +4 -0
  39. package/dist/assets/ic-openshift.afcfadec.svg +10 -0
  40. package/dist/assets/ic-replace-all-text.a87fd342.svg +19 -0
  41. package/dist/assets/ic-replace-text.cc5433be.svg +19 -0
  42. package/dist/index.d.ts +5 -0
  43. package/dist/index.js +437 -434
  44. package/package.json +5 -3
  45. package/dist/@vendor-CIA81cZg.js +0 -22731
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.8.2",
3
+ "version": "1.8.4",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -103,6 +103,8 @@
103
103
  "@codemirror/legacy-modes": "6.4.2",
104
104
  "@codemirror/lint": "6.8.4",
105
105
  "@codemirror/search": "6.5.8",
106
+ "@lezer/highlight": "1.2.1",
107
+ "@replit/codemirror-indentation-markers": "6.5.3",
106
108
  "@replit/codemirror-vscode-keymap": "6.0.2",
107
109
  "@types/react-dates": "^21.8.6",
108
110
  "@uiw/codemirror-theme-github": "^4.23.7",
@@ -118,11 +120,11 @@
118
120
  "react-codemirror-merge": "4.23.6",
119
121
  "react-dates": "^21.8.0",
120
122
  "react-diff-viewer-continued": "^3.4.0",
123
+ "react-draggable": "^4.4.5",
121
124
  "react-monaco-editor": "^0.54.0",
122
125
  "react-virtualized-sticky-tree": "^3.0.0-beta18",
123
126
  "sass": "^1.69.7",
124
- "tslib": "2.7.0",
125
- "react-draggable": "^4.4.5"
127
+ "tslib": "2.7.0"
126
128
  },
127
129
  "overrides": {
128
130
  "cross-spawn": "^7.0.5",