@devtron-labs/devtron-fe-common-lib 1.16.0-pre-2 → 1.16.0-pre-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 (68) hide show
  1. package/dist/{@code-editor-DkBUhnYk.js → @code-editor-D-BZS9zn.js} +8063 -7848
  2. package/dist/{@common-rjsf-CHMkkFA8.js → @common-rjsf-DyacdRIT.js} +1 -1
  3. package/dist/Common/Constants.d.ts +2 -0
  4. package/dist/Common/Hooks/UseRegisterShortcut/UseRegisterShortcutProvider.d.ts +1 -1
  5. package/dist/Common/Hooks/UseRegisterShortcut/types.d.ts +3 -0
  6. package/dist/Common/Hooks/UseRegisterShortcut/utils.d.ts +1 -1
  7. package/dist/Common/Hooks/useStateFilters/types.d.ts +2 -2
  8. package/dist/Common/Hooks/useStateFilters/useStateFilters.d.ts +1 -1
  9. package/dist/Common/Hooks/useUrlFilters/types.d.ts +2 -1
  10. package/dist/Common/Hooks/useUrlFilters/useUrlFilters.d.ts +1 -1
  11. package/dist/Common/Pagination/constants.d.ts +4 -0
  12. package/dist/Common/Pagination/index.d.ts +1 -0
  13. package/dist/Common/PopupMenu.d.ts +2 -1
  14. package/dist/Pages/ResourceBrowser/ResourceBrowser.Types.d.ts +46 -2
  15. package/dist/Pages/ResourceBrowser/constants.d.ts +2 -0
  16. package/dist/Pages/ResourceBrowser/service.d.ts +1 -1
  17. package/dist/Shared/Components/AboutDevtron/AboutDevtronBody.d.ts +1 -3
  18. package/dist/Shared/Components/AboutDevtron/AboutDevtronDialog.d.ts +1 -2
  19. package/dist/Shared/Components/AnimatedDeployButton/AnimatedDeployButton.d.ts +1 -1
  20. package/dist/Shared/Components/AnimatedDeployButton/types.d.ts +5 -9
  21. package/dist/Shared/Components/BulkSelection/BulkSelection.d.ts +1 -1
  22. package/dist/Shared/Components/BulkSelection/types.d.ts +1 -9
  23. package/dist/Shared/Components/GettingStartedCard/GettingStarted.d.ts +1 -1
  24. package/dist/Shared/Components/GettingStartedCard/types.d.ts +0 -3
  25. package/dist/Shared/Components/Header/HelpButton.d.ts +1 -1
  26. package/dist/Shared/Components/Header/PageHeader.d.ts +1 -1
  27. package/dist/Shared/Components/Header/types.d.ts +1 -3
  28. package/dist/Shared/Components/Icon/Icon.d.ts +13 -0
  29. package/dist/Shared/Components/InfoBlock/constants.d.ts +2 -1
  30. package/dist/Shared/Components/SelectPicker/type.d.ts +1 -1
  31. package/dist/Shared/Components/Table/BulkSelectionActionWidget.d.ts +1 -1
  32. package/dist/Shared/Components/Table/InternalTable.d.ts +1 -1
  33. package/dist/Shared/Components/Table/TableContent.d.ts +3 -0
  34. package/dist/Shared/Components/Table/constants.d.ts +1 -0
  35. package/dist/Shared/Components/Table/index.d.ts +1 -1
  36. package/dist/Shared/Components/Table/types.d.ts +47 -20
  37. package/dist/Shared/Components/Table/useTableWithKeyboardShortcuts.d.ts +1 -1
  38. package/dist/Shared/Components/Table/utils.d.ts +5 -0
  39. package/dist/Shared/Components/index.d.ts +1 -0
  40. package/dist/Shared/Helpers.d.ts +2 -1
  41. package/dist/Shared/Providers/MainContextProvider/index.d.ts +3 -0
  42. package/dist/Shared/Providers/{types.d.ts → MainContextProvider/types.d.ts} +4 -4
  43. package/dist/Shared/Providers/index.d.ts +0 -2
  44. package/dist/Shared/Services/types.d.ts +1 -0
  45. package/dist/Shared/types.d.ts +11 -1
  46. package/dist/assets/@code-editor.css +1 -1
  47. package/dist/assets/@common-rjsf.css +1 -1
  48. package/dist/assets/ic-bug.8a8dc1fc.svg +3 -0
  49. package/dist/assets/ic-check-all.fdea6b38.svg +5 -0
  50. package/dist/assets/ic-check-square.e355731d.svg +4 -0
  51. package/dist/assets/ic-clean-brush.c21cbe1e.svg +3 -0
  52. package/dist/assets/ic-container.92a4c33a.svg +3 -0
  53. package/dist/assets/ic-download.468a0cb7.svg +3 -0
  54. package/dist/assets/ic-file-code.0926d194.svg +3 -0
  55. package/dist/assets/ic-gavel.a3b064b5.svg +3 -0
  56. package/dist/assets/ic-info-filled-color.47953fcf.svg +8 -0
  57. package/dist/assets/ic-logs.d310db72.svg +3 -0
  58. package/dist/assets/{ic-minus.416da21b.svg → ic-minus.aac464f7.svg} +1 -1
  59. package/dist/assets/ic-pause-circle.f9405070.svg +3 -0
  60. package/dist/assets/ic-speedometer.3ecaae3b.svg +3 -0
  61. package/dist/assets/ic-two-cubes.056d1333.svg +3 -0
  62. package/dist/index.js +699 -692
  63. package/package.json +1 -1
  64. package/dist/Shared/Components/BulkSelection/BulkSelectionDropdownItems.d.ts +0 -3
  65. package/dist/assets/ic-check-all.0376437d.svg +0 -21
  66. package/dist/assets/ic-check-square.2a3d3fb9.svg +0 -20
  67. /package/dist/Shared/Providers/{MainContextProvider.d.ts → MainContextProvider/MainContextProvider.d.ts} +0 -0
  68. /package/dist/assets/{ic-container.4e1e6455.svg → ic-container-registry.4e1e6455.svg} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.16.0-pre-2",
3
+ "version": "1.16.0-pre-4",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,3 +0,0 @@
1
- import { BulkSelectionDropdownItemsProps } from './types';
2
- declare const BulkSelectionDropdownItems: <T>({ locator, label, isSelected, handleBulkSelection, icon: Icon, iconClass, }: BulkSelectionDropdownItemsProps<T>) => JSX.Element;
3
- export default BulkSelectionDropdownItems;
@@ -1,21 +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="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
18
- <rect x="2" y="2" width="11.2" height="11.2" rx="2" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
19
- <path d="M15.4667 5.86621V11.4662C15.4667 13.6754 13.6758 15.4662 11.4667 15.4662H5.8667" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
20
- <path d="M10.35 5.84961L6.85004 9.34945L5.10004 7.59961" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
21
- </svg>
@@ -1,20 +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="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
18
- <rect x="2" y="2" width="12" height="12" rx="2" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
19
- <path d="M11.2083 5.95801L7.12498 10.0412L5.08331 7.99967" stroke="#596168" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
20
- </svg>