@devtron-labs/devtron-fe-common-lib 1.14.1 → 1.14.2-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 (117) hide show
  1. package/dist/{@code-editor-Da2XaRcI.js → @code-editor-D2FCACeW.js} +11308 -10863
  2. package/dist/{@common-rjsf-CK-nXKwn.js → @common-rjsf-4u0wap1S.js} +2 -2
  3. package/dist/{@framer-motion-DyOLEeMN.js → @framer-motion-Dchiw-Rb.js} +3 -3
  4. package/dist/{@react-dates-B7d8RWU9.js → @react-dates-D5kydtW-.js} +14 -14
  5. package/dist/{@react-select-Coo19Q6a.js → @react-select-Cmser7OI.js} +6 -6
  6. package/dist/{@react-virtualized-sticky-tree-BPjPJDIR.js → @react-virtualized-sticky-tree-DMnFy9PE.js} +1 -1
  7. package/dist/{@vendor-D9q4wrnL.js → @vendor-STJ9h0oI.js} +13875 -15779
  8. package/dist/Common/Constants.d.ts +5 -11
  9. package/dist/Common/SegmentedControl/Segment.d.ts +1 -1
  10. package/dist/Common/SegmentedControl/types.d.ts +3 -2
  11. package/dist/Common/TippyCustomized.d.ts +1 -1
  12. package/dist/Common/Types.d.ts +10 -7
  13. package/dist/Pages/Applications/DevtronApps/Details/CDPipeline/services.d.ts +1 -1
  14. package/dist/Pages/Applications/DevtronApps/Details/CDPipeline/types.d.ts +2 -1
  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 +1 -3
  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 +27 -0
  46. package/dist/Shared/Components/Icon/types.d.ts +2 -2
  47. package/dist/Shared/Components/InfoIconTippy/InfoIconTippy.d.ts +1 -1
  48. package/dist/Shared/Components/KeyValueTable/KeyValueTable.component.d.ts +1 -1
  49. package/dist/Shared/Components/KeyValueTable/KeyValueTable.types.d.ts +1 -1
  50. package/dist/Shared/Components/LoadingCard.d.ts +5 -0
  51. package/dist/Shared/Components/ModalSidebarPanel/types.d.ts +2 -1
  52. package/dist/Shared/Components/NumbersCount/index.d.ts +1 -0
  53. package/dist/Shared/Components/Popover/Popover.component.d.ts +1 -1
  54. package/dist/Shared/Components/Popover/types.d.ts +5 -3
  55. package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +1 -1
  56. package/dist/Shared/Components/StatusComponent/AppStatus.d.ts +1 -1
  57. package/dist/Shared/Components/Switch/Switch.component.d.ts +3 -0
  58. package/dist/Shared/Components/Switch/constants.d.ts +14 -0
  59. package/dist/Shared/Components/Switch/index.d.ts +2 -0
  60. package/dist/Shared/Components/Switch/types.d.ts +102 -0
  61. package/dist/Shared/Components/Switch/utils.d.ts +12 -0
  62. package/dist/Shared/Components/SwitchThemeDialog/SwitchThemeDialog.component.d.ts +3 -0
  63. package/dist/Shared/Components/SwitchThemeDialog/index.d.ts +2 -0
  64. package/dist/Shared/Components/SwitchThemeDialog/types.d.ts +35 -0
  65. package/dist/Shared/Components/ThemeSwitcher/ThemeSwitcher.component.d.ts +1 -1
  66. package/dist/Shared/Components/ThemeSwitcher/index.d.ts +0 -1
  67. package/dist/Shared/Components/ThemeSwitcher/types.d.ts +1 -1
  68. package/dist/Shared/Components/index.d.ts +4 -1
  69. package/dist/Shared/Helpers.d.ts +1 -0
  70. package/dist/Shared/Providers/index.d.ts +1 -1
  71. package/dist/Shared/Providers/types.d.ts +20 -0
  72. package/dist/Shared/constants.d.ts +1 -0
  73. package/dist/Shared/types.d.ts +28 -0
  74. package/dist/Shared/validations.d.ts +1 -0
  75. package/dist/assets/@code-editor.css +1 -1
  76. package/dist/assets/empty-create.661d9355.png +0 -0
  77. package/dist/assets/ic-app-template.82736707.svg +23 -0
  78. package/dist/assets/ic-arrows-clockwise.5858ba0a.svg +3 -0
  79. package/dist/assets/ic-checkbox-selected-error.185fc40c.svg +4 -0
  80. package/dist/assets/{ic-hibernate.f75c1e70.svg → ic-checkbox-selected-error.b40237bc.svg} +3 -2
  81. package/dist/assets/ic-devtron-app.a8b688d3.svg +23 -0
  82. package/dist/assets/ic-devtron-job.1b216232.svg +10 -0
  83. package/dist/assets/ic-email.78fed574.svg +3 -0
  84. package/dist/assets/ic-fast-forward.8d1a414b.svg +4 -0
  85. package/dist/assets/ic-filter-applied.56f397cb.svg +4 -0
  86. package/dist/assets/ic-filter.d6f03b78.svg +3 -0
  87. package/dist/assets/ic-flask.d0624c30.svg +3 -0
  88. package/dist/assets/ic-hibernate-circle.7c32c56e.svg +3 -0
  89. package/dist/assets/{ic-arrow-square-out.3d1a0d41.svg → ic-hibernate.263ffcea.svg} +2 -2
  90. package/dist/assets/ic-key-enter.59d23056.svg +3 -0
  91. package/dist/assets/ic-lego.1d2c5e1d.svg +3 -0
  92. package/dist/assets/ic-magnifying-glass.cf47bce0.svg +3 -0
  93. package/dist/assets/ic-mechanical-operation.04a318d6.svg +17 -0
  94. package/dist/assets/ic-more-vertical.6b4cc903.svg +3 -0
  95. package/dist/assets/ic-play-outline.a4f09bf9.svg +3 -0
  96. package/dist/assets/ic-rocket-gear.f1e30f8a.svg +3 -0
  97. package/dist/assets/ic-spray-can.624b202a.svg +3 -0
  98. package/dist/assets/ic-strategy-blue-green-color.0b348d03.svg +6 -0
  99. package/dist/assets/ic-strategy-blue-green.4e57a068.svg +3 -0
  100. package/dist/assets/ic-strategy-canary-color.db010ee7.svg +5 -0
  101. package/dist/assets/ic-strategy-canary.aa75f27f.svg +3 -0
  102. package/dist/assets/ic-strategy-recreate-color.187facd4.svg +4 -0
  103. package/dist/assets/ic-strategy-recreate.77b19a53.svg +3 -0
  104. package/dist/assets/ic-strategy-rolling-color.f9b3c0bb.svg +6 -0
  105. package/dist/assets/ic-strategy-rolling.ba8a30f7.svg +3 -0
  106. package/dist/assets/ic-sun.47c14f53.svg +3 -0
  107. package/dist/assets/ic-traffic-signal.f23a1086.svg +3 -0
  108. package/dist/index.d.ts +6 -0
  109. package/dist/index.js +797 -786
  110. package/package.json +3 -4
  111. package/dist/Shared/Components/DiffViewer/DiffViewer.component.d.ts +0 -41
  112. package/dist/Shared/Components/DiffViewer/constants.d.ts +0 -2
  113. package/dist/Shared/Components/DiffViewer/index.d.ts +0 -1
  114. package/dist/Shared/Components/DiffViewer/types.d.ts +0 -9
  115. package/dist/Shared/Components/FramerComponents/MotionDiv.d.ts +0 -2
  116. package/dist/Shared/Components/LogoutCard.d.ts +0 -10
  117. package/dist/assets/ic-mechanical-operation.3c3f4672.svg +0 -76
@@ -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="M7.5 15v6m0-6-6-3m6 3 15-7.5M7.5 21l15-7.5v-6M7.5 21l-6-3v-6m0 0 3.393-1.697M22.5 7.5l-4.572-2.287m-5.535 1.34L9.52 7.99m.979 1.386c0 1.036-1.343 1.875-3 1.875s-3-.84-3-1.875c0-1.036 1.343-1.875 3-1.875s3 .84 3 1.875Zm7.5-3.75C18 6.661 16.657 7.5 15 7.5s-3-.84-3-1.875c0-1.036 1.343-1.875 3-1.875s3 .84 3 1.875Z" 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="M16.443 16.444 21 21m-2.25-10.125a7.875 7.875 0 1 1-15.75 0 7.875 7.875 0 0 1 15.75 0Z" vector-effect="non-scaling-stroke"/>
3
+ </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>
@@ -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 fill="#3B444C" d="M12 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm2 5a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm0 7a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"/>
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="M20.639 11.36 7.14 3.111a.75.75 0 0 0-1.14.64v16.498a.75.75 0 0 0 1.141.64l13.498-8.25a.751.751 0 0 0 0-1.279Z" 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="M7.593 15.958C6.532 19.14 2.289 19.14 2.289 19.14s0-4.242 3.182-5.303m5.304 1.06-4.243-4.242m0 0 6.364-6.364c2.41-2.41 4.82-2.386 5.847-2.233a.747.747 0 0 1 .629.628c.153 1.028.176 3.438-2.233 5.848l-1.591 1.59m-9.016.531-3.93-.786a.75.75 0 0 1-.382-1.266l3.032-3.032a.75.75 0 0 1 .53-.22h6.053M17.5 17.4V17m0 .4a.383.383 0 0 1-.292-.136m.292.136a.378.378 0 0 0 .16-.036m.23-.364a.4.4 0 0 0-.094-.26m.094.26h-.39m.389 0a.405.405 0 0 1-.097.264M17.5 16.6c.118 0 .224.054.295.14m-.295-.14v.4m0-.4a.379.379 0 0 0-.153.032m-.236.368h.389m-.389 0c0-.108.042-.206.11-.279m-.11.279c0 .046.008.09.022.132m.662-.392L17.5 17m0 0-.292.264M17.5 17l-.28-.279m.28.279.292.264M17.5 17l-.367.132M17.5 17l-.153-.368M17.5 17l.16.364m-.452-.1a.402.402 0 0 1-.075-.132m.088-.41a.39.39 0 0 1 .126-.09m.445.632a.392.392 0 0 1-.131.1M21 18.847v-3.694a.306.306 0 0 0-.149-.261l-3.208-1.853a.285.285 0 0 0-.286 0l-3.208 1.853a.296.296 0 0 0-.149.261v3.694a.306.306 0 0 0 .149.261l3.208 1.854a.285.285 0 0 0 .286 0l3.208-1.854a.296.296 0 0 0 .149-.261Z" 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="m11.322 6.826.61-1.046c.735-1.113 1.802-1.291 2.773-.736a2.001 2.001 0 0 1 .744 2.748l-.61 1.045m-.743 5.025-6.498-3.62M21 7.021h-2.11M20.565 3l-1.898 1m1.898 7.046L18.667 10m-8.45 11 4.848-8.318a3.202 3.202 0 0 0-1.189-4.396l-1.59-.91c-1.554-.888-3.541-.36-4.438 1.179L3 16.872 10.218 21Z" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path fill="#E9FBF4" d="M15.223 8.668a6.75 6.75 0 1 1-7.425 7.425"/>
3
+ <path stroke="#1DAD70" stroke-linejoin="round" stroke-width="1.5" d="M15.223 8.668a6.75 6.75 0 1 1-7.425 7.425" vector-effect="non-scaling-stroke"/>
4
+ <path stroke="#1DAD70" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m14.97 11.34 6 6m-7.687-3.187 6 6M10.47 15.84l6 6" vector-effect="non-scaling-stroke"/>
5
+ <path fill="#E5F2FF" stroke="#06C" stroke-width="1.5" d="M8.51 16.13a6.75 6.75 0 1 0 0-13.5 6.75 6.75 0 0 0 0 13.5Z" vector-effect="non-scaling-stroke"/>
6
+ </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="M15.223 8.668a6.75 6.75 0 0 1 4.06 11.485m0 0a6.75 6.75 0 0 1-11.485-4.06m11.485 4.06-6-6m1.688-2.812 6 6m-10.5-1.5 6 6M15.26 9.38a6.75 6.75 0 1 1-13.5 0 6.75 6.75 0 0 1 13.5 0Z" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path fill="#FFF5E5" stroke="#FFB549" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.75 9.33V7.208c0-2.697 2.156-4.945 4.85-4.958a4.875 4.875 0 0 1 4.743 3.646L21.75 7.5 19.5 9v2.25a9 9 0 0 1-9 9H2.25a.75.75 0 0 1-.586-1.219l8.086-9.7Z" vector-effect="non-scaling-stroke"/>
3
+ <path stroke="#FFB549" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m12 12-6.875 8.25" vector-effect="non-scaling-stroke"/>
4
+ <path fill="#FFB549" d="M15.375 7.5a1.125 1.125 0 1 0 0-2.25 1.125 1.125 0 0 0 0 2.25Z"/>
5
+ </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="m12 12-6.875 8.25M15 7v-.5M9.75 9.33V7.208c0-2.697 2.156-4.945 4.85-4.958a4.875 4.875 0 0 1 4.743 3.646L21.75 7.5 19.5 9v2.25a9 9 0 0 1-9 9H2.25a.75.75 0 0 1-.586-1.219l8.086-9.7Z" 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="#E5F2FF" d="M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z"/>
3
+ <path stroke="#06C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18Zm0 0v-9m6.364-6.364L5.636 18.364M18 6v12.708M15 9v11.487M9 15v5.487" vector-effect="non-scaling-stroke"/>
4
+ </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="M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18Zm0 0v-9m6.364-6.364L5.636 18.364M18 6v12.708M15 9v11.487M9 15v5.487" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24">
2
+ <path fill="#E5F2FF" d="M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z"/>
3
+ <path fill="#E5F2FF" d="M12 3c1.657 0 3 4.031 3 9s-1.343 9-3 9"/>
4
+ <path fill="#E5F2FF" d="M21 12c0 1.657-4.031 3-9 3s-9-1.343-9-3"/>
5
+ <path stroke="#06C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M21 12a9 9 0 0 1-9 9m9-9a9 9 0 0 0-9-9m9 9c0 1.657-4.031 3-9 3s-9-1.343-9-3m9 9a9 9 0 0 1-9-9m9 9c1.657 0 3-4.031 3-9s-1.343-9-3-9m-9 9a9 9 0 0 1 9-9" vector-effect="non-scaling-stroke"/>
6
+ </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 12a9 9 0 0 1-9 9m9-9a9 9 0 0 0-9-9m9 9c0 1.657-4.031 3-9 3s-9-1.343-9-3m9 9a9 9 0 0 1-9-9m9 9c1.657 0 3-4.031 3-9s-1.343-9-3-9m-9 9a9 9 0 0 1 9-9" 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="M12 3.786V2M6.192 6.192 4.929 4.929M3.786 12H2m4.192 5.808-1.263 1.263M12 20.214V22m5.808-4.192 1.263 1.263M20.214 12H22m-4.192-5.808 1.263-1.263M17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z" 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="M18 6.75h2.25M18 14.25h2.25m-16.5-7.5H6m-2.25 7.5H6M6.75 3h10.5a.75.75 0 0 1 .75.75v16.5a.75.75 0 0 1-.75.75H6.75a.75.75 0 0 1-.75-.75V3.75A.75.75 0 0 1 6.75 3Zm7.5 5.25a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Zm0 7.5a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Z" vector-effect="non-scaling-stroke"/>
3
+ </svg>
package/dist/index.d.ts CHANGED
@@ -141,6 +141,12 @@ export interface customEnv {
141
141
  GATEKEEPER_URL?: string;
142
142
  FEATURE_AI_INTEGRATION_ENABLE?: boolean;
143
143
  LOGIN_PAGE_IMAGE?: string;
144
+ /**
145
+ * If true, the manage traffic feature is enabled in apps & app groups.
146
+ *
147
+ * @default false
148
+ */
149
+ FEATURE_MANAGE_TRAFFIC_ENABLE?: boolean;
144
150
  }
145
151
  declare global {
146
152
  interface Window {