@devtron-labs/devtron-fe-common-lib 1.14.2 → 1.15.0-pre-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 (91) hide show
  1. package/dist/{@code-editor-CVEmKqGD.js → @code-editor-DvZpSk1w.js} +10620 -10502
  2. package/dist/{@common-rjsf-C9V3H0_L.js → @common-rjsf-CU7Pvd3W.js} +222 -230
  3. package/dist/{@framer-motion-eB9Rj-_8.js → @framer-motion-Dchiw-Rb.js} +3 -3
  4. package/dist/{@react-dates-CJpoumtu.js → @react-dates-D5kydtW-.js} +1 -1
  5. package/dist/{@react-select-CUbAbK6L.js → @react-select-Cmser7OI.js} +6 -6
  6. package/dist/{@react-virtualized-sticky-tree-Ckb5S1RC.js → @react-virtualized-sticky-tree-DMnFy9PE.js} +1 -1
  7. package/dist/{@vendor-4cEd9dja.js → @vendor-STJ9h0oI.js} +14016 -15910
  8. package/dist/Common/Constants.d.ts +4 -11
  9. package/dist/Common/RJSF/widgets/Checkbox.d.ts +1 -1
  10. package/dist/Common/SegmentedControl/Segment.d.ts +1 -1
  11. package/dist/Common/SegmentedControl/types.d.ts +3 -2
  12. package/dist/Common/TippyCustomized.d.ts +1 -1
  13. package/dist/Common/Types.d.ts +8 -48
  14. package/dist/Common/index.d.ts +0 -2
  15. package/dist/Shared/Components/ActionMenu/types.d.ts +31 -4
  16. package/dist/Shared/Components/ActionMenu/useActionMenu.hook.d.ts +4 -2
  17. package/dist/Shared/Components/Button/Button.component.d.ts +1 -1
  18. package/dist/Shared/Components/Button/constants.d.ts +1 -0
  19. package/dist/Shared/Components/Button/types.d.ts +14 -1
  20. package/dist/Shared/Components/Button/utils.d.ts +1 -1
  21. package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryDiffView.d.ts +1 -1
  22. package/dist/Shared/Components/CICDHistory/types.d.ts +0 -1
  23. package/dist/Shared/Components/CodeEditor/CodeEditor.d.ts +1 -1
  24. package/dist/Shared/Components/CodeEditor/CodeEditorRenderer.d.ts +1 -1
  25. package/dist/Shared/Components/CodeEditor/Extensions/findAndReplace.d.ts +2 -1
  26. package/dist/Shared/Components/CodeEditor/types.d.ts +14 -1
  27. package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiff.utils.d.ts +0 -2
  28. package/dist/Shared/Components/DocLink/DocLink.d.ts +2 -0
  29. package/dist/Shared/Components/DocLink/constants.d.ts +94 -0
  30. package/dist/Shared/Components/DocLink/index.d.ts +4 -0
  31. package/dist/Shared/Components/DocLink/types.d.ts +18 -0
  32. package/dist/Shared/Components/DocLink/utils.d.ts +2 -0
  33. package/dist/Shared/Components/DynamicDataTable/DynamicDataTable.d.ts +1 -1
  34. package/dist/Shared/Components/DynamicDataTable/DynamicDataTableRow.d.ts +1 -1
  35. package/dist/Shared/Components/DynamicDataTable/types.d.ts +8 -4
  36. package/dist/Shared/Components/FeatureDescription/types.d.ts +2 -1
  37. package/dist/Shared/Components/FramerComponents/index.d.ts +2 -3
  38. package/dist/Shared/Components/GenericInfoCard/GenericInfoCardListing.d.ts +2 -0
  39. package/dist/Shared/Components/GenericInfoCard/GenericInfoListSkeleton.d.ts +2 -0
  40. package/dist/Shared/Components/GenericInfoCard/index.d.ts +3 -1
  41. package/dist/Shared/Components/GenericInfoCard/types.d.ts +13 -0
  42. package/dist/Shared/Components/Header/ProfileMenu.d.ts +2 -0
  43. package/dist/Shared/Components/Header/types.d.ts +8 -8
  44. package/dist/Shared/Components/Header/utils.d.ts +0 -2
  45. package/dist/Shared/Components/Icon/Icon.d.ts +9 -0
  46. package/dist/Shared/Components/InfoIconTippy/InfoIconTippy.d.ts +1 -1
  47. package/dist/Shared/Components/KeyValueTable/KeyValueTable.component.d.ts +1 -1
  48. package/dist/Shared/Components/KeyValueTable/KeyValueTable.types.d.ts +1 -1
  49. package/dist/Shared/Components/ModalSidebarPanel/types.d.ts +2 -1
  50. package/dist/Shared/Components/NumbersCount/index.d.ts +1 -0
  51. package/dist/Shared/Components/Popover/Popover.component.d.ts +1 -1
  52. package/dist/Shared/Components/Popover/types.d.ts +5 -3
  53. package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +1 -1
  54. package/dist/Shared/Components/Switch/Switch.component.d.ts +3 -0
  55. package/dist/Shared/Components/Switch/constants.d.ts +14 -0
  56. package/dist/Shared/Components/Switch/index.d.ts +2 -0
  57. package/dist/Shared/Components/Switch/types.d.ts +111 -0
  58. package/dist/Shared/Components/Switch/utils.d.ts +12 -0
  59. package/dist/Shared/Components/ThemeSwitcher/ThemeSwitcher.component.d.ts +1 -1
  60. package/dist/Shared/Components/ThemeSwitcher/index.d.ts +0 -1
  61. package/dist/Shared/Components/ThemeSwitcher/types.d.ts +1 -1
  62. package/dist/Shared/Components/ToggleResolveScopedVariables/ToggleResolveScopedVariables.component.d.ts +1 -1
  63. package/dist/Shared/Components/ToggleResolveScopedVariables/types.d.ts +1 -1
  64. package/dist/Shared/Components/index.d.ts +2 -1
  65. package/dist/Shared/Helpers.d.ts +1 -0
  66. package/dist/Shared/Providers/index.d.ts +1 -1
  67. package/dist/Shared/Providers/types.d.ts +20 -0
  68. package/dist/Shared/constants.d.ts +1 -0
  69. package/dist/Shared/types.d.ts +25 -0
  70. package/dist/Shared/validations.d.ts +1 -0
  71. package/dist/assets/@code-editor.css +1 -1
  72. package/dist/assets/empty-create.661d9355.png +0 -0
  73. package/dist/assets/ic-app-template.82736707.svg +23 -0
  74. package/dist/assets/ic-asterisk.ab224e72.svg +3 -0
  75. package/dist/assets/ic-devtron-app.a8b688d3.svg +23 -0
  76. package/dist/assets/ic-devtron-job.1b216232.svg +10 -0
  77. package/dist/assets/ic-email.78fed574.svg +3 -0
  78. package/dist/assets/ic-key-enter.59d23056.svg +3 -0
  79. package/dist/assets/ic-spray-can.624b202a.svg +3 -0
  80. package/dist/assets/ic-world-globe.877fa6a0.svg +3 -0
  81. package/dist/index.js +794 -787
  82. package/package.json +1 -2
  83. package/dist/Common/InfoColorBar/InfoColourbar.d.ts +0 -6
  84. package/dist/Common/Toggle/Toggle.d.ts +0 -18
  85. package/dist/Shared/Components/DiffViewer/DiffViewer.component.d.ts +0 -41
  86. package/dist/Shared/Components/DiffViewer/constants.d.ts +0 -2
  87. package/dist/Shared/Components/DiffViewer/index.d.ts +0 -1
  88. package/dist/Shared/Components/DiffViewer/types.d.ts +0 -9
  89. package/dist/Shared/Components/FramerComponents/MotionDiv.d.ts +0 -2
  90. package/dist/Shared/Components/LogoutCard.d.ts +0 -10
  91. package/dist/assets/ic-arrow-square-out.3d1a0d41.svg +0 -19

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.