@devtron-labs/devtron-fe-common-lib 1.19.3 → 1.19.4-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 (132) hide show
  1. package/dist/{@code-editor-CNbDePr1.js → @code-editor-BDOpS-4p.js} +9710 -8990
  2. package/dist/{@common-rjsf-D5cvCLaG.js → @common-rjsf-B26oCCx-.js} +46 -46
  3. package/dist/{@framer-motion-DZveCoIL.js → @framer-motion-D-YaCAW-.js} +92 -90
  4. package/dist/{@react-dates-CZ1bNWJM.js → @react-dates-Bo3yT8LF.js} +1 -1
  5. package/dist/{@react-select-DS68hCUM.js → @react-select-DTi_5fIc.js} +1 -1
  6. package/dist/{@react-virtualized-sticky-tree-V-8klKy9.js → @react-virtualized-sticky-tree-CuvDiqTo.js} +1 -1
  7. package/dist/{@vendor-3ORIJA0h.js → @vendor-DMIFbFhR.js} +26068 -17978
  8. package/dist/Common/CIPipeline.Types.d.ts +1 -0
  9. package/dist/Common/Common.service.d.ts +1 -1
  10. package/dist/Common/Constants.d.ts +11 -0
  11. package/dist/Common/ErrorPage.d.ts +1 -1
  12. package/dist/Common/ErrorScreenManager.d.ts +1 -1
  13. package/dist/Common/Helper.d.ts +1 -1
  14. package/dist/Common/Hooks/UseRegisterShortcut/index.d.ts +1 -0
  15. package/dist/Common/Hooks/UseRegisterShortcut/types.d.ts +1 -0
  16. package/dist/Common/Hooks/UseRegisterShortcut/utils.d.ts +1 -1
  17. package/dist/Common/InteractiveCellText/InteractiveCellText.d.ts +27 -0
  18. package/dist/Common/InteractiveCellText/index.d.ts +2 -0
  19. package/dist/Common/InteractiveCellText/types.d.ts +10 -0
  20. package/dist/Common/RJSF/Form.d.ts +1 -1
  21. package/dist/Common/RJSF/utils.d.ts +1 -1
  22. package/dist/Common/SearchBar/SearchBar.component.d.ts +1 -1
  23. package/dist/Common/SearchBar/types.d.ts +4 -0
  24. package/dist/Common/Types.d.ts +13 -5
  25. package/dist/Common/index.d.ts +1 -0
  26. package/dist/Pages/GlobalConfigurations/ClustersAndEnvironments/VirtualClusterSidebar.d.ts +2 -0
  27. package/dist/Pages/GlobalConfigurations/ClustersAndEnvironments/index.d.ts +1 -1
  28. package/dist/Pages-Devtron-2.0/ApplicationManagement/Overview/Overview.d.ts +1 -0
  29. package/dist/Pages-Devtron-2.0/ApplicationManagement/Overview/index.d.ts +1 -0
  30. package/dist/Pages-Devtron-2.0/ApplicationManagement/index.d.ts +1 -0
  31. package/dist/Pages-Devtron-2.0/Automation&Enablement/Overview/Overview.d.ts +1 -0
  32. package/dist/Pages-Devtron-2.0/Automation&Enablement/Overview/index.d.ts +1 -0
  33. package/dist/Pages-Devtron-2.0/Automation&Enablement/index.d.ts +1 -0
  34. package/dist/Pages-Devtron-2.0/CostVisibility/Overview/Overview.d.ts +1 -0
  35. package/dist/Pages-Devtron-2.0/CostVisibility/Overview/index.d.ts +1 -0
  36. package/dist/Pages-Devtron-2.0/CostVisibility/Shared/index.d.ts +1 -0
  37. package/dist/Pages-Devtron-2.0/CostVisibility/Shared/types.d.ts +9 -0
  38. package/dist/Pages-Devtron-2.0/CostVisibility/index.d.ts +1 -0
  39. package/dist/Pages-Devtron-2.0/GlobalConfiguration/Overview/Overview.d.ts +1 -0
  40. package/dist/Pages-Devtron-2.0/GlobalConfiguration/Overview/index.d.ts +1 -0
  41. package/dist/Pages-Devtron-2.0/GlobalConfiguration/index.d.ts +1 -0
  42. package/dist/Pages-Devtron-2.0/GlobalOverview/GlobalOverview.d.ts +1 -0
  43. package/dist/Pages-Devtron-2.0/GlobalOverview/index.d.ts +1 -0
  44. package/dist/Pages-Devtron-2.0/InfrastructureManagement/Overview/Overview.d.ts +1 -0
  45. package/dist/Pages-Devtron-2.0/InfrastructureManagement/Overview/index.d.ts +1 -0
  46. package/dist/Pages-Devtron-2.0/InfrastructureManagement/index.d.ts +1 -0
  47. package/dist/Pages-Devtron-2.0/SecurityCenter/Overview/Overview.d.ts +1 -0
  48. package/dist/Pages-Devtron-2.0/SecurityCenter/Overview/index.d.ts +1 -0
  49. package/dist/Pages-Devtron-2.0/SecurityCenter/index.d.ts +1 -0
  50. package/dist/Pages-Devtron-2.0/SoftwareReleaseManagement/Overview/Overview.d.ts +1 -0
  51. package/dist/Pages-Devtron-2.0/SoftwareReleaseManagement/Overview/index.d.ts +1 -0
  52. package/dist/Pages-Devtron-2.0/SoftwareReleaseManagement/index.d.ts +1 -0
  53. package/dist/Pages-Devtron-2.0/index.d.ts +1 -0
  54. package/dist/Shared/Components/ActionMenu/types.d.ts +2 -0
  55. package/dist/Shared/Components/ActionMenu/useActionMenu.hook.d.ts +8 -8
  56. package/dist/Shared/Components/Backdrop/types.d.ts +11 -2
  57. package/dist/Shared/Components/Button/Button.component.d.ts +68 -68
  58. package/dist/Shared/Components/CICDHistory/Artifacts.d.ts +1 -1
  59. package/dist/Shared/Components/CICDHistory/types.d.ts +2 -0
  60. package/dist/Shared/Components/Charts/Chart.component.d.ts +102 -0
  61. package/dist/Shared/Components/Charts/constants.d.ts +16 -0
  62. package/dist/Shared/Components/Charts/index.d.ts +2 -0
  63. package/dist/Shared/Components/Charts/types.d.ts +56 -0
  64. package/dist/Shared/Components/Charts/utils.d.ts +11 -0
  65. package/dist/Shared/Components/CodeEditor/utils.d.ts +1 -1
  66. package/dist/Shared/Components/DTFocusTrap/DTFocusTrap.d.ts +1 -1
  67. package/dist/Shared/Components/DTFocusTrap/types.d.ts +0 -9
  68. package/dist/Shared/Components/FramerComponents/index.d.ts +2 -2
  69. package/dist/Shared/Components/GenericModal/GenericModal.component.d.ts +1 -1
  70. package/dist/Shared/Components/GenericModal/types.d.ts +1 -0
  71. package/dist/Shared/Components/GenericSectionErrorState/GenericSectionErrorState.component.d.ts +2 -1
  72. package/dist/Shared/Components/GenericSectionErrorState/types.d.ts +21 -5
  73. package/dist/Shared/Components/GitProviderIcon/utils.d.ts +1 -0
  74. package/dist/Shared/Components/Icon/Icon.d.ts +23 -0
  75. package/dist/Shared/Components/Illustration/Illustration.d.ts +2 -0
  76. package/dist/Shared/Components/KeyboardShortcut/KeyboardShortcut.component.d.ts +3 -0
  77. package/dist/Shared/Components/KeyboardShortcut/index.d.ts +1 -0
  78. package/dist/Shared/Components/KeyboardShortcut/types.d.ts +4 -0
  79. package/dist/Shared/Components/MaterialHistory/MaterialHistory.component.d.ts +1 -1
  80. package/dist/Shared/Components/MaterialHistory/types.d.ts +1 -2
  81. package/dist/Shared/Components/Popover/utils.d.ts +1 -1
  82. package/dist/Shared/Components/PrometheusConfigurations/PrometheusConfigCard.d.ts +3 -0
  83. package/dist/Shared/Components/PrometheusConfigurations/index.d.ts +2 -0
  84. package/dist/Shared/Components/PrometheusConfigurations/types.d.ts +21 -0
  85. package/dist/Shared/Components/RegistryIcon/RegistryIcon.d.ts +1 -1
  86. package/dist/Shared/Components/RegistryIcon/types.d.ts +17 -2
  87. package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +1 -1
  88. package/dist/Shared/Components/Table/TableContent.d.ts +1 -1
  89. package/dist/Shared/Components/Table/types.d.ts +8 -4
  90. package/dist/Shared/Components/Table/utils.d.ts +1 -1
  91. package/dist/Shared/Components/TreeView/TreeView.component.d.ts +1 -1
  92. package/dist/Shared/Components/TreeView/TreeViewNodeContent.d.ts +1 -1
  93. package/dist/Shared/Components/TreeView/constants.d.ts +3 -0
  94. package/dist/Shared/Components/TreeView/types.d.ts +13 -3
  95. package/dist/Shared/Components/index.d.ts +3 -0
  96. package/dist/Shared/Hooks/useUserPreferences/service.d.ts +1 -1
  97. package/dist/Shared/Hooks/useUserPreferences/types.d.ts +31 -2
  98. package/dist/Shared/Services/ToastManager/ToastContent.d.ts +2 -1
  99. package/dist/Shared/Services/ToastManager/constants.d.ts +2 -2
  100. package/dist/Shared/Services/ToastManager/toastManager.service.d.ts +1 -1
  101. package/dist/Shared/Services/ToastManager/types.d.ts +23 -3
  102. package/dist/Shared/Services/app.service.d.ts +3 -3
  103. package/dist/Shared/constants.d.ts +2 -1
  104. package/dist/Shared/types.d.ts +10 -0
  105. package/dist/assets/@code-editor.css +1 -1
  106. package/dist/assets/ic-aws-codecommit.236f850c.svg +10 -0
  107. package/dist/assets/ic-bot.65f403dd.svg +3 -0
  108. package/dist/assets/ic-clipboard.2869fa7d.svg +3 -0
  109. package/dist/assets/ic-cloud.aa7acc8a.svg +3 -0
  110. package/dist/assets/ic-coins.2c15f406.svg +3 -0
  111. package/dist/assets/ic-devtron-text.67a413b6.svg +3 -0
  112. package/dist/assets/ic-diff-added.6ef6f938.svg +3 -0
  113. package/dist/assets/ic-diff-deleted.54eb24dd.svg +3 -0
  114. package/dist/assets/ic-diff-updated.294b925e.svg +4 -0
  115. package/dist/assets/ic-files-changed.04e6de3f.svg +3 -0
  116. package/dist/assets/ic-group-filter-applied.2cdb11e7.svg +20 -0
  117. package/dist/assets/{ic-folder.051cd30d.svg → ic-group-filter.ed1869f5.svg} +3 -3
  118. package/dist/assets/ic-input.57281408.svg +3 -0
  119. package/dist/assets/ic-kubernetes.7e04c3d2.svg +4 -0
  120. package/dist/assets/ic-locked.dd40e181.svg +3 -0
  121. package/dist/assets/ic-magic-wand.2c29cd4e.svg +10 -0
  122. package/dist/assets/ic-right-panel-collapse.0ecf8ceb.svg +3 -0
  123. package/dist/assets/ic-storage.03f282b6.svg +21 -0
  124. package/dist/assets/ic-tag.5fdc7834.svg +3 -0
  125. package/dist/assets/ic-trend-up.5752ef30.svg +3 -0
  126. package/dist/assets/ic-warning-fill.bfea8b38.svg +4 -0
  127. package/dist/assets/img-mechanical-operation.04a318d6.svg +17 -0
  128. package/dist/assets/no-cluster-cost-enabled.038c73db.webp +0 -0
  129. package/dist/index.d.ts +1 -0
  130. package/dist/index.js +926 -913
  131. package/package.json +2 -1
  132. package/dist/Pages/GlobalConfigurations/ClustersAndEnvironments/types.d.ts +0 -8
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path
3
+ stroke="#3B444C"
4
+ strokeLinecap="round"
5
+ strokeLinejoin="round"
6
+ strokeWidth="1.5"
7
+ d="M3 5.5h2.5m0 0H8m-2.5 0V3m0 2.5V8M13 20.5h1.5m0 0H16m-1.5 0V19m0 1.5V22m3.5-7h2m0 0h2m-2 0v-2m0 2v2m-6.586-9.243L4.222 16.95a1 1 0 0 0 0 1.414l1.414 1.414a1 1 0 0 0 1.414 0l9.193-9.192m-2.829-2.829 3.536-3.535a1 1 0 0 1 1.414 0l1.414 1.414a1 1 0 0 1 0 1.414l-3.535 3.536m-2.829-2.829 2.829 2.829"
8
+ vectorEffect="non-scaling-stroke"
9
+ />
10
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 3v18m5-12 3 3-3 3M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Z" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,21 @@
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="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
18
+ <path d="M14.9375 13.6042C14.9375 14.0875 14.5457 14.4792 14.0625 14.4792C13.5793 14.4792 13.1875 14.0875 13.1875 13.6042C13.1875 13.121 13.5793 12.7292 14.0625 12.7292C14.5457 12.7292 14.9375 13.121 14.9375 13.6042Z" fill="#3B444C" stroke="#3B444C" stroke-width="0.125" vector-effect="non-scaling-stroke"/>
19
+ <path d="M3.33325 11.2499L5.61256 4.03212C5.74393 3.61609 6.12986 3.33325 6.56614 3.33325H13.4337C13.87 3.33325 14.2559 3.61609 14.3873 4.03212L16.6666 11.2499" stroke="#3B444C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" vector-effect="non-scaling-stroke"/>
20
+ <rect x="3.125" y="11.0417" width="13.75" height="5" rx="1" stroke="#3B444C" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" vector-effect="non-scaling-stroke"/>
21
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.451 8.769H8.086m1.365 0a.68.68 0 0 0-.165-.445m.165.445a.68.68 0 0 1-.195.477m-.487.205V8.086m0 1.365a.68.68 0 0 1-.488-.205m.488.205a.68.68 0 0 0 .487-.205m-1.17-.477a.68.68 0 0 0 .195.477m-.195-.477a.68.68 0 0 1 .165-.445m.518-.238c.207 0 .392.092.517.238m-.517-.238a.681.681 0 0 0-.518.238m.03.922 1.005-.922m-1.035 0 1.005.922m2.015-6.233L4.39 4.39l-1.377 6.88a.683.683 0 0 0 .187.617l8.912 8.912a.682.682 0 0 0 .966 0l7.722-7.723a.682.682 0 0 0 0-.965L11.888 3.2a.682.682 0 0 0-.617-.187Z" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m21.75 5.25-9 9L9 10.5l-6.75 6.75m19.5-12v6m0-6h-6" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path fill="#3B444C" d="M10.702 3.749 2.454 17.998a1.5 1.5 0 0 0 1.298 2.251h16.496a1.5 1.5 0 0 0 1.298-2.251l-8.248-14.25a1.5 1.5 0 0 0-2.596 0Z"/>
3
+ <path fill="var(--white)" d="M13 9.75a1 1 0 1 0-2 0v3.75a1 1 0 1 0 2 0V9.75Zm.125 7.125a1.125 1.125 0 1 1-2.25 0 1.125 1.125 0 0 1 2.25 0Z"/>
4
+ </svg>
@@ -0,0 +1,17 @@
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="250" height="200" viewBox="0 0 250 200" fill="none" xmlns="http://www.w3.org/2000/svg"><style>@keyframes rotate-clockwise{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes rotate-counter-clockwise{0%{transform:rotate(360deg)}to{transform:rotate(0deg)}}</style><path d="M65.56 191.308c0-.116 1.153-3.288 2.538-7.095l2.538-6.922 6.46-.173 6.403-.173 2.768 2.307c2.308 1.962 12.796 7.547 14.132 8.307q1.337.759 3.526 3.864-38.365-.058-38.365-.115" fill="#80AEF2"/><path d="M32 191.308c0-.116 1.154-3.288 2.538-7.095l2.538-6.922 6.46-.173 6.403-.173 2.769 2.307c2.307 1.962 12.795 7.547 14.132 8.307q1.336.759 3.525 3.864Q32 191.365 32 191.308" fill="#94BBF8"/><path d="M75.655 109.836q1.635 4.737 2.208 8.22.57 3.482 6.411 59.5H66.296q-2.166-3.927-2.166-5.518c0-1.59.913-3.77.913-6.068q0-2.299-6.104-15.871l3.931-39.349z" fill="#1D225F"/><path fill-rule="evenodd" clip-rule="evenodd" d="M50.554 177.555H33.76q-.6-2.078-1.175-5.606c-.75-4.788-.18-7.96 3.05-14.536 3.23-6.518 4.866-10.072 4.866-13.764.058-5.768 1.222-11.316 4.28-17.315 2.364-4.73 3.495-5.086 3.725-7.97l.42-6.202h21.078q.769 2.15.55 7.925t-20 57.468" fill="url(#paint0_linear_2664_5084)"/><path d="m95.94 50.818 16.84-20.83h20.191l-17.439 20.83z" fill="#98BDF9"/><path d="M118.14 27.384a2.6 2.6 0 0 1 2.597 2.425l.006.179h-.578a2.025 2.025 0 1 0-2.191 2.018l.166.007v.578a2.603 2.603 0 1 1 0-5.207m6.943 0a2.604 2.604 0 0 1 2.598 2.425l.006.179h-.579a2.024 2.024 0 1 0-2.191 2.018l.166.007v.578a2.603 2.603 0 1 1 0-5.207" fill="#2174DB"/><path d="M94.472 54.83q4.21-1.444 8.242-4.012h6.871q-3.562 3.255-4.791 4.61t-5.068 5.205q-1.636 8.672-3.487 7.285c-1.85-1.386-7.939-10.897-1.767-13.09z" fill="#F3A29D"/><path d="M98.254 60.654q6.545-2.502 8.447-3.567c1.5-.865 2.077-1.673 3.807-5.307.23-.46.692-2.365 1.096-4.153.923-4.557 2.423-4.326 2.538.346.058 1.27.346 2.423.692 2.538.288.116 1.961-1.5 3.634-3.576s3.288-3.75 3.576-3.75c.692 0 .692 5.307-.057 7.153-.289.865-4.73 5.71-9.864 10.844q-5.133 5.134-15.026 13.937z" fill="#FAB6AF"/><path d="M78.581 35.774q1.157-4.629 2.315-5.787c-1.157-1.157-2.315-2.314-4.63-3.47q-1.156 2.313-4.628 4.628 0 3.47 2.314 4.63 2.314 1.155 4.63 0" fill="#F3A29D"/><path d="M49.308 112.98c-2.365-.174-6.23-.981-8.48-1.731l-4.21-1.385-.115-4.326c-.289-11.94.577-20.65 3.288-31.782C43.482 58.47 54.096 42.84 66.96 33.667c4.96-3.576 5.076-3.576 6.518-1.153.634 1.153 1.96 2.307 2.884 2.653l2.161.594q-4.57 43.986 3.531 72.917c-1.157 1.158-1.946 1.682-2.808 2.052-1.039.403-2.365.807-3.057.865-.693.058-3 .519-5.25 1.038-4.21.923-13.382 1.096-21.63.346z" fill="url(#paint1_linear_2664_5084)"/><path fill-rule="evenodd" clip-rule="evenodd" d="M94.472 54.828 96.24 66.14l-19.972 2.645 1.106-15.653q3.212 2.602 6.608 3.123t10.49-1.426z" fill="#D6D7D8"/><path d="m98.254 60.653 4.903 23.145q-.853 1.736-4.324 2.314c-5.208.579-10.415-1.736-16.78-1.736s-6.09 4.05-15.348.58q-9.258-3.472-7.523-31.246l18.054-1.73q-.117 8.673 2.198 10.409 2.269 1.701 18.17-1.6z" fill="#E9E9E9"/><path d="M90.305 15.444q1.605 2.28 1.253 6.049c-.062.656-.376.883-.376 2.052q0 1.68.212 4.157l-2.317.16q-3.333 3.618-7.055 3.208-3.72-.412-5.31-3.207-3.269-6.035 1.675-10.262 4.945-4.227 11.918-2.157" fill="#FAB6AF"/><path fill-rule="evenodd" clip-rule="evenodd" d="M79.646 8c2.598 0 5.717 1.017 7.994 2.74 2.277 1.722 3.845 3.02 4.55 5.097q.705 2.076-.664 5.791.195-3.517-.533-3.906c-.67 1.653-1.595 1.987-2.703 2.787-.62.448-2.791.518-4.917.897-2.628 1.722-4.303 3.33-4.867 4.86-.448 1.218-.402 2.608.148 4.177l.126.339-.54.21c-.714-1.833-.81-3.478-.277-4.925.522-1.417 1.85-2.838 3.894-4.321-1.09.307-2.051.754-2.634 1.449q-1.919 2.29-2.246 6.716-4.149-.75-7.617-2.8t-6.398-5.483q.595-1.251 1.521-2.07c.671-.592 1.935-1.108 3.169-1.822l-.065.021-1.204.401c-1.26.424-1.956.713-2.395 1.032-.83.601-1.26 1.275-1.313 2.032l-.005.191-.579.007c-.012-1.039.516-1.943 1.557-2.699.427-.31 1.013-.573 1.983-.916l1.756-.59.61-.213a15 15 0 0 0 1.439-.584c1.296-1.399 2.17-3.971 4.09-5.678C75.641 8.855 77.048 8 79.645 8z" fill="#E94A47"/><path d="M84.36 21.575c.597-1.64 2.17-2.597 3.535-2.1 1.06.386 1.654 1.524 1.586 2.781q.54-.136.988-.136l.208.007q.382.029.636.114c.512-1.27 1.708-2.023 2.75-1.644 1.07.39 1.498 1.803 1.012 3.14-.487 1.337-1.723 2.144-2.794 1.754-.953-.347-1.397-1.504-1.14-2.697a2 2 0 0 0-.508-.09q-.501-.037-1.208.165l-.031.01a4 4 0 0 1-.14.477c-.597 1.64-2.17 2.597-3.536 2.1s-1.955-2.24-1.358-3.88m9.504-.434c-.73-.266-1.664.343-2.052 1.408-.387 1.066-.064 2.132.667 2.398.73.266 1.664-.343 2.052-1.408s.064-2.132-.667-2.398m-6.167-1.122c-1.036-.377-2.297.39-2.793 1.754s-.024 2.762 1.012 3.14c1.036.376 2.298-.392 2.794-1.755s.023-2.762-1.013-3.14z" fill="#222768"/><path d="M153.783 115.079c-.449-.4-.897-2.243-1.097-4.187-.399-3.938-.698-4.486-3.589-6.031l-2.093-1.147-3.788 1.545c-2.094.848-4.087 1.446-4.436 1.296-.947-.349-6.78-10.716-6.78-12.012 0-.698 1.048-1.894 3.24-3.589l3.24-2.542V82.93l-3.24-2.542c-2.043-1.595-3.24-2.89-3.24-3.539 0-1.047 5.085-10.417 6.331-11.663.598-.549 1.196-.499 4.037.598 4.736 1.844 5.085 1.894 7.627.25 2.243-1.447 2.292-1.546 2.641-4.637.648-5.93-.15-5.383 8.075-5.383 8.324 0 7.776-.349 8.424 5.533l.349 3.24 2.592 1.395 2.592 1.396 3.19-1.296c4.037-1.645 5.183-1.645 6.38.1 2.093 3.04 5.582 9.57 5.582 10.467 0 .648-1.196 1.894-3.24 3.39l-3.19 2.442v2.99l-.05 2.991 3.24 2.443c2.044 1.545 3.24 2.79 3.24 3.39 0 1.046-5.582 10.915-6.679 11.812-.548.449-1.645.2-4.586-.997l-3.937-1.545-2.542 1.396-2.542 1.395-.599 3.988c-.348 2.691-.847 4.237-1.395 4.685-1.296.947-12.81.848-13.757-.15m11.414-19.639c6.58-2.99 8.374-11.265 3.639-16.698-6.28-7.128-17.844-3.29-18.792 6.23-.398 4.287 2.991 9.371 7.377 11.066 1.595.598 5.832.3 7.776-.598" fill="var(--B700)" style="animation:rotate-clockwise 2s infinite linear;transform-origin:center;transform-box:fill-box"/><path d="M176.263 146.231c-1.845-1.146-3.49-2.243-3.64-2.442-.149-.25.2-1.545.749-2.841.996-2.293.996-2.443.15-4.038-.699-1.345-1.197-1.644-3.141-1.894-3.639-.498-3.49-.249-3.49-5.433v-4.735l1.895-.299c3.589-.598 3.838-.698 4.785-2.243.897-1.545.847-1.595-.15-4.037-.598-1.346-.947-2.692-.797-2.891.299-.549 7.128-4.536 7.726-4.536.249 0 1.296.997 2.342 2.243 1.446 1.744 2.194 2.243 3.39 2.243s1.944-.499 3.39-2.243c1.046-1.246 2.093-2.243 2.342-2.243.598 0 7.427 3.987 7.726 4.536.15.2-.2 1.545-.748 2.89-.997 2.293-1.047 2.543-.299 3.988.798 1.496 1.196 1.695 4.935 2.293l1.844.3v4.734c0 5.184.15 4.935-3.49 5.433-1.893.25-2.442.549-3.14 1.894-.797 1.546-.797 1.695.15 4.187l.997 2.592-1.396.947c-2.542 1.745-6.03 3.589-6.729 3.589-.448 0-1.445-.947-2.292-2.044-1.247-1.744-1.795-2.093-3.29-2.143s-1.944.25-3.34 2.094c-.847 1.146-1.944 2.093-2.342 2.093-.449 0-2.293-.897-4.137-1.994m13.109-10.716c4.486-2.343 4.486-9.371-.1-11.813-5.832-3.14-12.212 3.19-9.171 9.121 1.595 3.09 6.03 4.337 9.27 2.692z" fill="var(--R500)" style="animation:rotate-counter-clockwise 2s infinite linear;transform-origin:center;transform-box:fill-box"/><defs><linearGradient id="paint0_linear_2664_5084" x1="53.366" y1="112.162" x2="38.26" y2="175.224" gradientUnits="userSpaceOnUse"><stop stop-color="#2A318C"/><stop offset="1" stop-color="#1D225F"/></linearGradient><linearGradient id="paint1_linear_2664_5084" x1="59.252" y1="30.82" x2="59.252" y2="113.448" gradientUnits="userSpaceOnUse"><stop stop-color="#EEE"/><stop offset="1" stop-color="#D6D7D8"/></linearGradient></defs></svg>
package/dist/index.d.ts CHANGED
@@ -191,4 +191,5 @@ declare module '@tanstack/react-query' {
191
191
  }
192
192
  export * from './Common';
193
193
  export * from './Pages';
194
+ export * from './Pages-Devtron-2.0';
194
195
  export * from './Shared';