pixel-priya 1.2.36 → 1.2.38

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 (118) hide show
  1. package/lib/ComponentProps/TreeNodeProps.d.ts +1 -0
  2. package/lib/_virtual/index10.js +2 -2
  3. package/lib/_virtual/index11.js +2 -2
  4. package/lib/_virtual/index12.js +2 -2
  5. package/lib/assets/icons/mac_white_icon.svg.js +6 -0
  6. package/lib/assets/icons/mac_white_icon.svg.js.map +1 -0
  7. package/lib/assets/icons/maximize_livetesting.svg.js +6 -0
  8. package/lib/assets/icons/maximize_livetesting.svg.js.map +1 -0
  9. package/lib/assets/icons/minimize_tree.svg.js +6 -0
  10. package/lib/assets/icons/minimize_tree.svg.js.map +1 -0
  11. package/lib/assets/icons/timer_icon.svg.js +6 -0
  12. package/lib/assets/icons/timer_icon.svg.js.map +1 -0
  13. package/lib/assets/icons/view_access_icon.svg.js +1 -1
  14. package/lib/assets/icons/view_access_icon.svg.js.map +1 -1
  15. package/lib/assets/icons/windows_blue_icon.svg.js +6 -0
  16. package/lib/assets/icons/windows_blue_icon.svg.js.map +1 -0
  17. package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js +53 -13
  18. package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js.map +1 -1
  19. package/lib/components/AppHeader/AppHeader.js +37 -4
  20. package/lib/components/AppHeader/AppHeader.js.map +1 -1
  21. package/lib/components/AppHeader/types.d.ts +11 -0
  22. package/lib/components/ConditionalDropdown/ConditionalDropdown.js +17 -5
  23. package/lib/components/ConditionalDropdown/ConditionalDropdown.js.map +1 -1
  24. package/lib/components/ConditionalDropdown/OptionsDropdown.js +16 -6
  25. package/lib/components/ConditionalDropdown/OptionsDropdown.js.map +1 -1
  26. package/lib/components/ConditionalDropdown/types.d.ts +12 -0
  27. package/lib/components/CreateVariable/CreateVariableSlider.js +3 -2
  28. package/lib/components/CreateVariable/CreateVariableSlider.js.map +1 -1
  29. package/lib/components/CreateVariable/types.d.ts +3 -2
  30. package/lib/components/Drawer/Drawer.js +7 -4
  31. package/lib/components/Drawer/Drawer.js.map +1 -1
  32. package/lib/components/EditLabel/EditLabel.js +4 -4
  33. package/lib/components/EditLabel/EditLabel.js.map +1 -1
  34. package/lib/components/Editor/Editor.js +12 -5
  35. package/lib/components/Editor/Editor.js.map +1 -1
  36. package/lib/components/Editor/VariableDropdown.js +7 -7
  37. package/lib/components/Editor/VariableDropdown.js.map +1 -1
  38. package/lib/components/Editor/types.d.ts +12 -0
  39. package/lib/components/Excel/Data.d.ts +60 -0
  40. package/lib/components/Excel/Data.js +12 -2
  41. package/lib/components/Excel/Data.js.map +1 -1
  42. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js +24 -9
  43. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js.map +1 -1
  44. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js +43 -2
  45. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js.map +1 -1
  46. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.js +5 -1
  47. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.js.map +1 -1
  48. package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js +4 -4
  49. package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js.map +1 -1
  50. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js +41 -21
  51. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js.map +1 -1
  52. package/lib/components/Excel/ExcelFile/ExcelFileComponents/index.js +1 -0
  53. package/lib/components/Excel/ExcelFile/ExcelFileComponents/index.js.map +1 -1
  54. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js +1 -1
  55. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js.map +1 -1
  56. package/lib/components/Excel/dataConversion.js +12 -3
  57. package/lib/components/Excel/dataConversion.js.map +1 -1
  58. package/lib/components/Icon/Icon.js +14 -1
  59. package/lib/components/Icon/Icon.js.map +1 -1
  60. package/lib/components/Icon/iconList.js +16 -6
  61. package/lib/components/Icon/iconList.js.map +1 -1
  62. package/lib/components/Input/Input.js +3 -2
  63. package/lib/components/Input/Input.js.map +1 -1
  64. package/lib/components/Input/types.d.ts +1 -0
  65. package/lib/components/InputWithDropdown/InputWithDropdown.js +3 -1
  66. package/lib/components/InputWithDropdown/InputWithDropdown.js.map +1 -1
  67. package/lib/components/MachineInputField/MachineInputField.js +2 -2
  68. package/lib/components/MachineInputField/MachineInputField.js.map +1 -1
  69. package/lib/components/NLPInput/NlpInput.js +1 -1
  70. package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js +1 -1
  71. package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js.map +1 -1
  72. package/lib/components/PrePostTable/PrePostTable.js +2 -0
  73. package/lib/components/PrePostTable/PrePostTable.js.map +1 -1
  74. package/lib/components/Prompt/Prompt.js +2 -1
  75. package/lib/components/Prompt/Prompt.js.map +1 -1
  76. package/lib/components/Select/Select.js +3 -1
  77. package/lib/components/Select/Select.js.map +1 -1
  78. package/lib/components/Select/types.d.ts +3 -2
  79. package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js +14 -9
  80. package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js.map +1 -1
  81. package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js +4 -4
  82. package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js.map +1 -1
  83. package/lib/components/StepsLandingTable/Components/StepInnerTable.js +2 -0
  84. package/lib/components/StepsLandingTable/Components/StepInnerTable.js.map +1 -1
  85. package/lib/components/StepsLandingTable/StepLandingTable.js +5 -2
  86. package/lib/components/StepsLandingTable/StepLandingTable.js.map +1 -1
  87. package/lib/components/StepsLandingTable/types.d.ts +1 -0
  88. package/lib/components/TableTreeFn/TableTreeFn.js +1 -1
  89. package/lib/components/TableTreeFn/TableTreeFn.js.map +1 -1
  90. package/lib/components/TableWithAccordion/TableWithAccordion.js +4 -3
  91. package/lib/components/TableWithAccordion/TableWithAccordion.js.map +1 -1
  92. package/lib/components/Toggle/Toggle.js +6 -2
  93. package/lib/components/Toggle/Toggle.js.map +1 -1
  94. package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.js +7 -5
  95. package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.js.map +1 -1
  96. package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.js +1 -1
  97. package/lib/index.cjs +398 -133
  98. package/lib/index.cjs.map +1 -1
  99. package/lib/index.d.ts +44 -4
  100. package/lib/index.js +1 -0
  101. package/lib/index.js.map +1 -1
  102. package/lib/node_modules/js-beautify/js/src/css/beautifier.js +1 -1
  103. package/lib/node_modules/js-beautify/js/src/css/index.js +1 -1
  104. package/lib/node_modules/js-beautify/js/src/css/options.js +1 -1
  105. package/lib/node_modules/js-beautify/js/src/html/beautifier.js +1 -1
  106. package/lib/node_modules/js-beautify/js/src/html/index.js +1 -1
  107. package/lib/node_modules/js-beautify/js/src/html/tokenizer.js +1 -1
  108. package/lib/node_modules/js-beautify/js/src/javascript/beautifier.js +1 -1
  109. package/lib/node_modules/js-beautify/js/src/javascript/index.js +1 -1
  110. package/lib/node_modules/js-beautify/js/src/javascript/options.js +1 -1
  111. package/lib/node_modules/js-beautify/js/src/javascript/tokenizer.js +1 -1
  112. package/lib/styles.css +1 -1
  113. package/lib/styles.css.map +1 -1
  114. package/lib/tsconfig.tsbuildinfo +1 -1
  115. package/lib/utils/useDeviceType/useDeviceType.d.ts +6 -0
  116. package/lib/utils/useDeviceType/useDeviceType.js +27 -0
  117. package/lib/utils/useDeviceType/useDeviceType.js.map +1 -0
  118. package/package.json +1 -1
package/lib/index.cjs CHANGED
@@ -430,7 +430,7 @@ const SvgNoAccessIcon = (props) => /* @__PURE__ */ React__namespace.createElemen
430
430
 
431
431
  const SvgFullAccessIcon = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M14.3023 1.71582C14.0651 1.7172 13.838 1.81245 13.6708 1.98077C13.6708 1.98077 9.91509 5.72922 7.63431 8.00848L6.02693 6.40109C5.67669 6.05175 5.1098 6.05175 4.75956 6.40109C4.41022 6.75132 4.41022 7.31822 4.75956 7.66845L7.00284 9.91173C7.35309 10.261 7.91995 10.261 8.2702 9.91173C10.3923 7.79041 14.9382 3.24814 14.9382 3.24814C15.2875 2.8979 15.2875 2.33101 14.9382 1.98077C14.7699 1.81138 14.5411 1.71603 14.3023 1.71582Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M8.00172 1C4.14578 1.00003 1 4.14236 1 7.99832C1 11.8542 4.14578 15 8.00172 15C11.166 15 13.944 12.8676 14.763 9.8111C14.9214 9.22021 15 8.61007 15 7.99832C15 7.51546 14.6089 7.12387 14.1261 7.12323C13.6432 7.12387 13.2521 7.51546 13.2521 7.99832C13.2521 8.45716 13.1897 8.91556 13.071 9.35875C12.4548 11.6582 10.3823 13.2521 8.00172 13.2522C5.09163 13.2521 2.74786 10.9084 2.74786 7.99832C2.74786 5.08823 5.09162 2.74788 8.00172 2.74788C8.46061 2.74791 8.91551 2.81042 9.35875 2.92902C9.82555 3.05418 10.3054 2.77725 10.4306 2.31044C10.4307 2.31004 10.4308 2.3096 10.4309 2.30919C10.5561 1.84238 10.2791 1.36252 9.81234 1.23736C9.81192 1.23726 9.81152 1.23712 9.8111 1.23702C9.22011 1.07869 8.61357 1.00003 8.00172 1Z", fill: "currentColor" }));
432
432
 
433
- const SvgViewAccessIcon = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M14.911 7.18924C14.786 7.01815 11.806 3 7.99994 3C4.19392 3 1.21377 7.01815 1.08884 7.18907C0.970387 7.35139 0.970387 7.57153 1.08884 7.73385C1.21377 7.90494 4.19392 11.9231 7.99994 11.9231C11.806 11.9231 14.786 7.90491 14.911 7.73398C15.0297 7.5717 15.0297 7.35139 14.911 7.18924ZM7.99994 11C5.1964 11 2.76824 8.33309 2.04946 7.46123C2.76731 6.5886 5.19039 3.92307 7.99994 3.92307C10.8033 3.92307 13.2313 6.58953 13.9504 7.46186C13.2326 8.33445 10.8095 11 7.99994 11Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M7.99996 4.69238C6.47302 4.69238 5.23071 5.9347 5.23071 7.46163C5.23071 8.98856 6.47302 10.2309 7.99996 10.2309C9.52689 10.2309 10.7692 8.98856 10.7692 7.46163C10.7692 5.9347 9.52689 4.69238 7.99996 4.69238ZM7.99996 9.30778C6.98195 9.30778 6.15381 8.47961 6.15381 7.46163C6.15381 6.44365 6.98198 5.61548 7.99996 5.61548C9.01794 5.61548 9.84611 6.44365 9.84611 7.46163C9.84611 8.47961 9.01797 9.30778 7.99996 9.30778Z", fill: "currentColor" }));
433
+ const SvgViewAccessIcon = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.8985 6.29701C13.5046 8.80023 10.861 10.3552 8.00093 10.3552C5.13896 10.3552 2.49546 8.80023 1.10149 6.29701C0.994127 6.10264 0.994127 5.89717 1.10149 5.70297C2.49546 3.19978 5.13896 1.64494 8.00093 1.64494C10.861 1.64494 13.5045 3.19978 14.8985 5.70297C15.0078 5.89717 15.0078 6.10264 14.8985 6.29701ZM15.789 5.20666C14.2154 2.38043 11.2313 0.624939 8.00093 0.624939C4.76871 0.624939 1.78457 2.38043 0.211039 5.20666C-0.0703464 5.71093 -0.0703464 6.28905 0.211039 6.79295C1.78457 9.61918 4.76871 11.375 8.00093 11.375C11.2313 11.375 14.2154 9.61918 15.789 6.79295C16.0703 6.28909 16.0703 5.71093 15.789 5.20666ZM8.00093 8.09231C9.15424 8.09231 10.0928 7.15375 10.0928 5.99991C10.0928 4.84606 9.15424 3.9075 8.00093 3.9075C6.84576 3.9075 5.9072 4.84606 5.9072 5.99991C5.9072 7.15375 6.8458 8.09231 8.00093 8.09231ZM8.00093 2.88749C6.28299 2.88749 4.8872 4.28386 4.8872 5.99994C4.8872 7.71639 6.28303 9.11218 8.00093 9.11218C9.71701 9.11218 11.1128 7.71636 11.1128 5.99994C11.1128 4.28386 9.71701 2.88749 8.00093 2.88749Z", fill: "currentColor" }));
434
434
 
435
435
  const SvgHideAccessIcon = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.71305 9.66393C5.04428 10.4052 6.50768 10.7961 7.94891 10.7961H8.00016C9.00732 10.803 10.0251 10.6177 11.002 10.2561L12.2785 11.5326C12.3944 11.6486 12.5463 11.7067 12.6985 11.7067C12.8507 11.7067 13.0026 11.6486 13.1185 11.5326C13.3504 11.3008 13.3504 10.9248 13.1185 10.693L2.89276 0.467238C2.66089 0.235367 2.28496 0.235367 2.05308 0.467238C1.82121 0.699108 1.82121 1.07504 2.05308 1.30691L2.82682 2.08064C1.84059 2.78094 0.969356 3.67405 0.272807 4.70528C-0.0909357 5.24433 -0.0909357 5.94088 0.272807 6.48025C1.17123 7.81053 2.36089 8.91145 3.71274 9.66424L3.71305 9.66393ZM7.92234 7.17586C7.10986 7.13617 6.45644 6.48274 6.41675 5.67026L7.92234 7.17586ZM1.25716 5.36933C1.91277 4.39841 2.74182 3.56718 3.68024 2.93375L5.39333 4.64684C5.28583 4.94215 5.2274 5.26027 5.2274 5.59214C5.2274 7.12117 6.47144 8.36521 8.00047 8.36521C8.33234 8.36521 8.65045 8.30646 8.94576 8.19896L10.0629 9.31613C9.3995 9.50894 8.72233 9.60831 8.05203 9.60831H8.00484H7.99672C6.7408 9.61675 5.46083 9.27738 4.29117 8.62645C3.10119 7.96397 2.05215 6.9918 1.25779 5.81557C1.16623 5.67995 1.16623 5.50495 1.25779 5.36964L1.25716 5.36933ZM9.58103 5.47651L10.6163 6.51181C10.7179 6.224 10.7732 5.91463 10.7732 5.59245C10.7732 4.06342 9.52916 2.81938 8.00012 2.81938C7.67794 2.81938 7.36857 2.87469 7.08077 2.97625L8.11606 4.01154C8.89792 4.06842 9.52416 4.69465 9.58103 5.47651ZM12.2875 1.52096C13.6394 2.27376 14.8291 3.37468 15.7275 4.70497L15.7272 4.70465C16.0909 5.2437 16.0909 5.94025 15.7272 6.47931C15.0356 7.50335 14.1716 8.39114 13.1938 9.08925L12.341 8.23646C13.2706 7.60491 14.0922 6.77867 14.7431 5.81494C14.8347 5.67963 14.8347 5.50464 14.7431 5.36901C13.9488 4.19279 12.8997 3.22062 11.7097 2.55813C10.5401 1.90721 9.25854 1.5669 8.00419 1.57628H7.99606H7.94888C7.28764 1.57628 6.61953 1.67284 5.96485 1.86033L5.02393 0.919414C5.97673 0.570046 6.96796 0.3888 7.94888 0.3888H8.00013H8.05137C9.49291 0.3888 10.9563 0.779729 12.2875 1.52096Z", fill: "currentColor" }));
436
436
 
@@ -1940,11 +1940,11 @@ const SvgAdbShell = (props) => /* @__PURE__ */ React__namespace.createElement("s
1940
1940
 
1941
1941
  const SvgUiInspector = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.1663 8.33337V3.33337C15.1663 1.95271 14.047 0.833374 12.6663 0.833374C10.149 0.833374 5.85034 0.833374 3.33301 0.833374C1.95234 0.833374 0.833008 1.95271 0.833008 3.33337V12.6667C0.833008 14.0474 1.95234 15.1667 3.33301 15.1667H8.33301C8.60901 15.1667 8.83301 14.9427 8.83301 14.6667C8.83301 14.3907 8.60901 14.1667 8.33301 14.1667H3.33301C2.50434 14.1667 1.83301 13.4954 1.83301 12.6667V3.33337C1.83301 2.50471 2.50434 1.83337 3.33301 1.83337H12.6663C13.495 1.83337 14.1663 2.50471 14.1663 3.33337V8.33337C14.1663 8.60937 14.3903 8.83337 14.6663 8.83337C14.9423 8.83337 15.1663 8.60937 15.1663 8.33337Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.6663 4.16675H1.33301C1.05701 4.16675 0.833008 4.39075 0.833008 4.66675C0.833008 4.94275 1.05701 5.16675 1.33301 5.16675H14.6663C14.9423 5.16675 15.1663 4.94275 15.1663 4.66675C15.1663 4.39075 14.9423 4.16675 14.6663 4.16675Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M8.5 3.5C8.77614 3.5 9 3.27614 9 3C9 2.72386 8.77614 2.5 8.5 2.5C8.22386 2.5 8 2.72386 8 3C8 3.27614 8.22386 3.5 8.5 3.5Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.333 3.5C10.6092 3.5 10.833 3.27614 10.833 3C10.833 2.72386 10.6092 2.5 10.333 2.5C10.0569 2.5 9.83301 2.72386 9.83301 3C9.83301 3.27614 10.0569 3.5 10.333 3.5Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M12.166 3.5C12.4422 3.5 12.666 3.27614 12.666 3C12.666 2.72386 12.4422 2.5 12.166 2.5C11.8899 2.5 11.666 2.72386 11.666 3C11.666 3.27614 11.8899 3.5 12.166 3.5Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.666 7.16675C8.73402 7.16675 7.16602 8.73475 7.16602 10.6667C7.16602 12.5987 8.73402 14.1667 10.666 14.1667C12.598 14.1667 14.166 12.5987 14.166 10.6667C14.166 8.73475 12.598 7.16675 10.666 7.16675ZM10.666 8.16675C12.046 8.16675 13.166 9.28675 13.166 10.6667C13.166 12.0467 12.046 13.1667 10.666 13.1667C9.28602 13.1667 8.16602 12.0467 8.16602 10.6667C8.16602 9.28675 9.28602 8.16675 10.666 8.16675Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.6465 13.3534L14.3132 15.0201C14.5078 15.2154 14.8252 15.2154 15.0198 15.0201C15.2152 14.8254 15.2152 14.5081 15.0198 14.3134L13.3532 12.6467C13.1585 12.4514 12.8412 12.4514 12.6465 12.6467C12.4512 12.8414 12.4512 13.1587 12.6465 13.3534Z", fill: "currentColor" }));
1942
1942
 
1943
- const SvgRecord = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("g", { clipPath: "url(#clip0_20310_13972)" }, /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 0C3.5875 0 0 3.5875 0 8C0 12.4125 3.5875 16 8 16C12.4125 16 16 12.4125 16 8C16 3.5875 12.4125 0 8 0ZM5.03125 6.20312H3.78125C3.64375 6.20312 3.53125 6.31563 3.53125 6.45312V8.22812V9.54375C3.53125 9.68125 3.64375 9.79375 3.78125 9.79375C3.91875 9.79375 4.03125 9.68125 4.03125 9.54375V8.47812H4.425L5.34375 9.65C5.39375 9.7125 5.46563 9.74687 5.54063 9.74687C5.59375 9.74687 5.65 9.72813 5.69375 9.69375C5.80312 9.60938 5.82188 9.45 5.7375 9.34375L5.05937 8.48125C5.675 8.46562 6.16875 7.9625 6.16875 7.34375C6.17188 6.71562 5.65938 6.20312 5.03125 6.20312ZM7.30625 6.70312V7.75H9.09375C9.23125 7.75 9.34375 7.8625 9.34375 8C9.34375 8.1375 9.23125 8.25 9.09375 8.25H7.30625V9.29688H9.09375C9.23125 9.29688 9.34375 9.40938 9.34375 9.54688C9.34375 9.68437 9.23125 9.79688 9.09375 9.79688H7.05312C6.91563 9.79688 6.80312 9.68437 6.80312 9.54688V6.45312C6.80312 6.31563 6.91563 6.20312 7.05312 6.20312H9.09375C9.23125 6.20312 9.34375 6.31563 9.34375 6.45312C9.34375 6.59062 9.23125 6.70312 9.09375 6.70312H7.30625ZM10.4312 7.325V8.67188C10.4312 9.01562 10.7094 9.29375 11.0531 9.29375H11.35C11.6875 9.29375 11.9656 9.01875 11.9719 8.68437C11.975 8.54688 12.0875 8.43437 12.2281 8.4375C12.3656 8.44063 12.475 8.55313 12.475 8.69375C12.4625 9.3 11.9594 9.79375 11.3531 9.79375H11.0562C10.4375 9.79375 9.93437 9.29062 9.93437 8.67188V7.325C9.93437 6.70625 10.4375 6.20312 11.0562 6.20312H11.3531C11.9594 6.20312 12.4625 6.69688 12.475 7.30312C12.4781 7.44062 12.3687 7.55625 12.2281 7.55937C12.0875 7.5625 11.975 7.45312 11.9719 7.3125C11.9656 6.975 11.6875 6.70312 11.35 6.70312H11.0531C10.7094 6.70312 10.4312 6.98438 10.4312 7.325ZM5.03125 7.98125H4.03125V6.70625H5.03125C5.38438 6.70625 5.66875 6.99062 5.66875 7.34375C5.66875 7.69375 5.38438 7.98125 5.03125 7.98125Z", fill: "currentColor" })), /* @__PURE__ */ React__namespace.createElement("defs", null, /* @__PURE__ */ React__namespace.createElement("clipPath", { id: "clip0_20310_13972" }, /* @__PURE__ */ React__namespace.createElement("rect", { width: 16, height: 16, fill: "white" }))));
1943
+ const SvgTimerIcon = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M14.9827 3.53063L13.3034 1.85125C13.0593 1.60716 12.6635 1.60716 12.4195 1.85125C12.1754 2.09534 12.1754 2.49106 12.4195 2.73513L12.8172 3.13287L12.0015 3.94856C10.9397 3.06275 9.64867 2.528 8.27148 2.40353V1.25H8.83398C9.17917 1.25 9.45898 0.970187 9.45898 0.625C9.45898 0.279813 9.17917 0 8.83398 0H6.45898C6.1138 0 5.83398 0.279813 5.83398 0.625C5.83398 0.970187 6.1138 1.25 6.45898 1.25H7.02148V2.40353C3.59261 2.71341 0.833984 5.59275 0.833984 9.1875C0.833984 12.9526 3.88089 16 7.64648 16C11.4115 16 14.459 12.9531 14.459 9.1875C14.459 7.57778 13.9041 6.05356 12.8854 4.83244L13.7011 4.01675L14.0989 4.4145C14.3429 4.65856 14.7386 4.65859 14.9827 4.4145C15.2268 4.17044 15.2268 3.77472 14.9827 3.53063ZM7.64648 14.75C4.57933 14.75 2.08398 12.2547 2.08398 9.1875C2.08398 6.12034 4.57933 3.625 7.64648 3.625C10.7136 3.625 13.209 6.12034 13.209 9.1875C13.209 12.2547 10.7137 14.75 7.64648 14.75ZM10.8941 9.1875C10.8941 9.53269 10.6143 9.8125 10.2691 9.8125H7.64652C7.30133 9.8125 7.02152 9.53269 7.02152 9.1875V5.51016C7.02152 5.16497 7.30133 4.88516 7.64652 4.88516C7.9917 4.88516 8.27152 5.16497 8.27152 5.51016V8.5625H10.2691C10.6143 8.5625 10.8941 8.84231 10.8941 9.1875Z", fill: "white" }));
1944
1944
 
1945
- const SvgAddElement = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("rect", { width: 16, height: 16, rx: 8, fill: "#F7EBFF" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M8 2C4.6863 2 2 4.68627 2 8C2 11.3137 4.6863 14 8 14C11.3137 14 14 11.3137 14 8C14 4.68627 11.3137 2 8 2ZM10.0537 11.15H5.94644V4.85002H9.97758V6.35024H7.67444V7.27779H9.74365V8.70142H7.67444V9.64463H10.0538L10.0537 11.15Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("mask", { id: "path-3-outside-1_20264_6770", maskUnits: "userSpaceOnUse", x: 2.80005, y: 5.2002, width: 6, height: 6, fill: "black" }, /* @__PURE__ */ React__namespace.createElement("rect", { fill: "white", x: 2.80005, y: 5.2002, width: 6, height: 6 }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M5.89966 7.2002C5.89966 7.61441 6.23544 7.9502 6.64966 7.9502H7.04956C7.24291 7.9502 7.39966 8.10694 7.39966 8.30029C7.39966 8.49365 7.24291 8.65039 7.04956 8.65039H6.64966C6.23544 8.65039 5.89966 8.98618 5.89966 9.40039V10.1006C5.89966 10.2662 5.76543 10.4004 5.59985 10.4004C5.43428 10.4004 5.30005 10.2662 5.30005 10.1006V9.40039C5.30005 8.98618 4.96426 8.65039 4.55005 8.65039H4.15015C3.95679 8.65039 3.80005 8.49365 3.80005 8.30029C3.80005 8.10694 3.95679 7.9502 4.15015 7.9502H4.55005C4.96426 7.9502 5.30005 7.61441 5.30005 7.2002V6.5C5.30005 6.33442 5.43428 6.2002 5.59985 6.2002C5.76543 6.2002 5.89966 6.33442 5.89966 6.5V7.2002Z" })), /* @__PURE__ */ React__namespace.createElement("path", { d: "M5.89966 7.2002C5.89966 7.61441 6.23544 7.9502 6.64966 7.9502H7.04956C7.24291 7.9502 7.39966 8.10694 7.39966 8.30029C7.39966 8.49365 7.24291 8.65039 7.04956 8.65039H6.64966C6.23544 8.65039 5.89966 8.98618 5.89966 9.40039V10.1006C5.89966 10.2662 5.76543 10.4004 5.59985 10.4004C5.43428 10.4004 5.30005 10.2662 5.30005 10.1006V9.40039C5.30005 8.98618 4.96426 8.65039 4.55005 8.65039H4.15015C3.95679 8.65039 3.80005 8.49365 3.80005 8.30029C3.80005 8.10694 3.95679 7.9502 4.15015 7.9502H4.55005C4.96426 7.9502 5.30005 7.61441 5.30005 7.2002V6.5C5.30005 6.33442 5.43428 6.2002 5.59985 6.2002C5.76543 6.2002 5.89966 6.33442 5.89966 6.5V7.2002Z", fill: "#F7EBFF" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.64966 7.9502V8.4502H7.04956V7.9502V7.4502H6.64966V7.9502ZM7.04956 8.65039V8.15039H6.64966V8.65039V9.15039H7.04956V8.65039ZM5.89966 9.40039H5.39966V10.1006H5.89966H6.39966V9.40039H5.89966ZM5.30005 10.1006H5.80005V9.40039H5.30005H4.80005V10.1006H5.30005ZM4.55005 8.65039V8.15039H4.15015V8.65039V9.15039H4.55005V8.65039ZM4.15015 7.9502V8.4502H4.55005V7.9502V7.4502H4.15015V7.9502ZM5.30005 7.2002H5.80005V6.5H5.30005H4.80005V7.2002H5.30005ZM5.89966 6.5H5.39966V7.2002H5.89966H6.39966V6.5H5.89966ZM5.59985 6.2002V6.7002C5.48929 6.7002 5.39966 6.61056 5.39966 6.5H5.89966H6.39966C6.39966 6.05828 6.04157 5.7002 5.59985 5.7002V6.2002ZM5.30005 6.5H5.80005C5.80005 6.61056 5.71042 6.7002 5.59985 6.7002V6.2002V5.7002C5.15813 5.7002 4.80005 6.05828 4.80005 6.5H5.30005ZM4.55005 7.9502V8.4502C5.2404 8.4502 5.80005 7.89055 5.80005 7.2002H5.30005H4.80005C4.80005 7.33827 4.68812 7.4502 4.55005 7.4502V7.9502ZM3.80005 8.30029H4.30005C4.30005 8.38308 4.23294 8.4502 4.15015 8.4502V7.9502V7.4502C3.68065 7.4502 3.30005 7.8308 3.30005 8.30029H3.80005ZM4.15015 8.65039V8.15039C4.23294 8.15039 4.30005 8.2175 4.30005 8.30029H3.80005H3.30005C3.30005 8.76979 3.68065 9.15039 4.15015 9.15039V8.65039ZM5.30005 9.40039H5.80005C5.80005 8.71003 5.2404 8.15039 4.55005 8.15039V8.65039V9.15039C4.68812 9.15039 4.80005 9.26232 4.80005 9.40039H5.30005ZM5.59985 10.4004V9.90039C5.71042 9.90039 5.80005 9.99002 5.80005 10.1006H5.30005H4.80005C4.80005 10.5423 5.15813 10.9004 5.59985 10.9004V10.4004ZM5.89966 10.1006H5.39966C5.39966 9.99002 5.48929 9.90039 5.59985 9.90039V10.4004V10.9004C6.04157 10.9004 6.39966 10.5423 6.39966 10.1006H5.89966ZM6.64966 8.65039V8.15039C5.9593 8.15039 5.39966 8.71003 5.39966 9.40039H5.89966H6.39966C6.39966 9.26232 6.51159 9.15039 6.64966 9.15039V8.65039ZM7.39966 8.30029H6.89966C6.89966 8.2175 6.96677 8.15039 7.04956 8.15039V8.65039V9.15039C7.51906 9.15039 7.89966 8.76979 7.89966 8.30029H7.39966ZM7.04956 7.9502V8.4502C6.96677 8.4502 6.89966 8.38308 6.89966 8.30029H7.39966H7.89966C7.89966 7.8308 7.51906 7.4502 7.04956 7.4502V7.9502ZM6.64966 7.9502V7.4502C6.51159 7.4502 6.39966 7.33827 6.39966 7.2002H5.89966H5.39966C5.39966 7.89055 5.9593 8.4502 6.64966 8.4502V7.9502Z", fill: "currentColor", mask: "url(#path-3-outside-1_20264_6770)" }));
1945
+ const SvgMaximizeLivetesting = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M16.418 0.900391C16.463 0.900408 16.5078 0.904749 16.5508 0.913086H16.5518C16.5655 0.915934 16.578 0.919968 16.5869 0.922852C16.5974 0.926251 16.6025 0.928007 16.6084 0.929688L16.6787 0.952148L16.6777 0.953125L16.7432 0.985352L16.7637 0.996094C16.772 1.00039 16.7831 1.00675 16.7949 1.01465C16.87 1.06446 16.9347 1.12881 16.9844 1.20312C16.9925 1.21517 16.9986 1.22697 17.0029 1.23535L17.0127 1.25488L17.0137 1.25586C17.0204 1.26803 17.0362 1.29485 17.0469 1.32031L17.0479 1.32129C17.0582 1.34671 17.0655 1.37669 17.0693 1.38965L17.0859 1.44824V1.44922C17.0942 1.49237 17.0996 1.53688 17.0996 1.58203V5.07227C17.0996 5.44854 16.7946 5.75475 16.418 5.75488C16.0416 5.75488 15.7363 5.44866 15.7363 5.07227V3.22656L11.6631 7.2998C11.5301 7.43308 11.3559 7.49993 11.1816 7.5C11.0508 7.5 10.9192 7.4628 10.8057 7.3877L10.6992 7.2998C10.4332 7.03353 10.4331 6.6021 10.6992 6.33594L14.7715 2.26367H12.9268C12.5505 2.26364 12.2452 1.95831 12.2451 1.58203C12.2451 1.20566 12.5504 0.900419 12.9268 0.900391H16.418Z", fill: "white", stroke: "white", strokeWidth: 0.2 }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.33594 10.6995C6.60181 10.4333 7.03381 10.4335 7.2998 10.6995C7.56606 10.9657 7.56606 11.3971 7.2998 11.6633L3.22656 15.7366H5.07227C5.44866 15.7366 5.75488 16.0418 5.75488 16.4182C5.75475 16.7945 5.44857 17.0999 5.07227 17.0999H1.58203C1.53681 17.0999 1.49193 17.0949 1.44824 17.0862V17.0852C1.42485 17.0806 1.39347 17.0707 1.38965 17.0696C1.37703 17.0659 1.34651 17.0584 1.32129 17.0481L1.32031 17.0471C1.29496 17.0364 1.26737 17.0202 1.25586 17.0139V17.0129C1.24872 17.0093 1.22091 16.9966 1.20312 16.9846C1.16572 16.9597 1.13109 16.9312 1.09961 16.8997L1.01465 16.7961C1.00656 16.7841 1.00042 16.7724 0.996094 16.7639L0.986328 16.7444C0.979286 16.7317 0.963078 16.7051 0.952148 16.679V16.678C0.941952 16.653 0.934497 16.6238 0.930664 16.6106L0.913086 16.55L0.914062 16.5491C0.90563 16.5062 0.900408 16.4626 0.900391 16.4182V12.927C0.900419 12.5507 1.20533 12.2454 1.58203 12.2454C1.95863 12.2455 2.26364 12.5507 2.26367 12.927V14.7717L6.33594 10.6995Z", fill: "white", stroke: "white", strokeWidth: 0.2 }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M5.07227 0.900391C5.44866 0.900391 5.75488 1.20564 5.75488 1.58203C5.75477 1.95833 5.44859 2.26367 5.07227 2.26367H3.22754L7.2998 6.33594C7.56593 6.6022 7.56602 7.03359 7.2998 7.2998C7.1667 7.43257 6.99228 7.4989 6.81836 7.49902C6.64404 7.49902 6.46894 7.43281 6.33594 7.2998L2.26367 3.22754V5.07227C2.26367 5.44855 1.95865 5.75477 1.58203 5.75488C1.20532 5.75488 0.900391 5.44863 0.900391 5.07227V1.58203C0.900391 1.5371 0.905435 1.49264 0.914062 1.44922C0.918491 1.42575 0.929166 1.3946 0.930664 1.38965L0.952148 1.32129V1.32031C0.96291 1.29466 0.979683 1.26797 0.986328 1.25586V1.25488C0.989195 1.24976 0.990971 1.24535 0.996094 1.23535C1.00039 1.22696 1.00649 1.21525 1.01465 1.20312C1.03947 1.16593 1.06801 1.13123 1.09961 1.09961L1.2041 1.01465C1.22329 1.00182 1.25315 0.987348 1.25684 0.985352L1.25781 0.984375C1.26587 0.980073 1.29557 0.963447 1.32031 0.953125C1.34656 0.942156 1.37716 0.933567 1.39062 0.929688H1.3916C1.39739 0.928029 1.40179 0.926199 1.41211 0.922852C1.42101 0.919966 1.43338 0.91597 1.44727 0.913086H1.44922C1.49235 0.904811 1.53692 0.900391 1.58203 0.900391H5.07227Z", fill: "white", stroke: "white", strokeWidth: 0.2 }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.6992 10.6995C10.9655 10.4332 11.3978 10.4332 11.6641 10.6995L15.7363 14.7717V12.927C15.7365 12.5508 16.0417 12.2454 16.418 12.2454C16.7946 12.2454 17.0994 12.5508 17.0996 12.927V16.4182C17.0996 16.4634 17.0952 16.5079 17.0869 16.551V16.552L17.0693 16.6106L17.0479 16.679C17.0368 16.7053 17.0206 16.7328 17.0137 16.7454C17.0108 16.7506 17.0088 16.7543 17.0039 16.7639C16.9996 16.7723 16.9923 16.7833 16.9844 16.7952L16.9854 16.7961C16.9356 16.8707 16.8712 16.9357 16.7959 16.9856C16.7767 16.9984 16.7471 17.0128 16.7432 17.0149L16.7422 17.0139C16.7302 17.0206 16.7043 17.0376 16.6797 17.0481H16.6787C16.6532 17.0585 16.6217 17.065 16.6094 17.0686L16.6104 17.0696C16.6065 17.0707 16.5743 17.0827 16.5508 17.0872L16.5498 17.0862C16.5066 17.0947 16.4626 17.0999 16.418 17.0999H12.9268C12.5505 17.0997 12.2451 16.7945 12.2451 16.4182C12.2451 16.042 12.5505 15.7368 12.9268 15.7366H14.7715L10.6992 11.6643C10.433 11.3981 10.433 10.9657 10.6992 10.6995Z", fill: "white", stroke: "white", strokeWidth: 0.2 }));
1946
1946
 
1947
- const SvgElementSlider = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("rect", { width: 16, height: 16, rx: 8, fill: "#F7EBFF" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M7.99994 2C4.68623 2 1.99994 4.68627 1.99994 8C1.99994 11.3137 4.68623 14 7.99994 14C11.3136 14 13.9999 11.3137 13.9999 8C13.9999 4.68627 11.3136 2 7.99994 2Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.05737 4.3999C9.1964 4.3999 9.30911 4.50735 9.30911 4.6399V5.2399H9.58604C9.8067 5.2399 10.0133 5.24651 10.2027 5.27201C10.6976 5.32459 11.0802 5.47008 11.3176 5.81369C11.5406 6.13661 11.6 6.58969 11.6 7.1599V8.8399C11.6 9.41011 11.5406 9.8632 11.3176 10.1861C11.0802 10.5297 10.6976 10.6752 10.2027 10.7278C10.0133 10.7533 9.8067 10.7599 9.58604 10.7599H9.30911V11.3599C9.30911 11.4925 9.1964 11.5999 9.05737 11.5999C8.91833 11.5999 8.80562 11.4925 8.80562 11.3599V4.6399C8.80562 4.50735 8.91833 4.3999 9.05737 4.3999ZM9.30911 10.2799H9.58604C9.80085 10.2799 9.98062 10.2732 10.1355 10.2521L10.1435 10.2511C10.5736 10.2059 10.7782 10.0942 10.897 9.92213C11.0308 9.72845 11.0965 9.40537 11.0965 8.8399V7.1599C11.0965 6.59443 11.0308 6.27136 10.897 6.07768C10.7782 5.9056 10.5736 5.79391 10.1435 5.7487L10.1355 5.74773C9.98062 5.72663 9.80085 5.7199 9.58604 5.7199H9.30911V10.2799ZM6.41401 5.7199C6.1992 5.7199 6.01945 5.72663 5.86456 5.74773L5.85655 5.7487C5.42643 5.79391 5.22188 5.9056 5.10301 6.07768C4.96923 6.27136 4.90352 6.59443 4.90352 7.1599V8.8399C4.90352 9.40537 4.96923 9.72845 5.10301 9.92212C5.22188 10.0942 5.42643 10.2059 5.85655 10.2511L5.86456 10.2521C6.01945 10.2732 6.1992 10.2799 6.41401 10.2799H7.65463C7.79367 10.2799 7.90638 10.3874 7.90638 10.5199C7.90638 10.6525 7.79367 10.7599 7.65463 10.7599H6.41401C6.19335 10.7599 5.98678 10.7533 5.79737 10.7278C5.30248 10.6752 4.91986 10.5297 4.68251 10.1861C4.45944 9.8632 4.40002 9.41011 4.40002 8.8399V7.1599C4.40002 6.58969 4.45944 6.13661 4.68251 5.81368C4.91986 5.47008 5.30249 5.32459 5.79738 5.27201C5.98679 5.24651 6.19335 5.2399 6.41401 5.2399H7.63349C7.77252 5.2399 7.88523 5.34735 7.88523 5.4799C7.88523 5.61245 7.77252 5.7199 7.63349 5.7199H6.41401Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.51232 7.20682V7.71802H7.37707V8.19322H6.51232V8.74762H7.49036V9.24082H5.86658V6.71362H7.49036V7.20682H6.51232Z", fill: "white" }));
1947
+ const SvgMacWhiteIcon = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 14 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.90345 4.81948C7.79923 4.81948 8.58506 4.4701 9.26091 3.77134C9.93677 3.07257 10.2747 2.26003 10.2747 1.33372C10.2747 1.23198 10.2667 1.08741 10.2506 0.9C10.1326 0.916063 10.0441 0.92945 9.98506 0.940159C9.15901 1.05796 8.43218 1.46222 7.80459 2.15294C7.17701 2.84368 6.86323 3.5826 6.86323 4.36972C6.86323 4.46073 6.87663 4.61067 6.90345 4.81948ZM10.1138 17.1C10.7521 17.1 11.4575 16.6636 12.2299 15.7908C13.0023 14.918 13.5923 13.8927 14 12.7147C12.482 11.9329 11.723 10.8112 11.723 9.34937C11.723 8.12856 12.3372 7.08444 13.5655 6.21701C12.7126 5.15146 11.5862 4.61868 10.1862 4.61868C9.59616 4.61868 9.0571 4.70703 8.56897 4.88373L8.26323 4.99618L7.85287 5.15681C7.58467 5.25855 7.34061 5.30943 7.12069 5.30943C6.94904 5.30943 6.72374 5.25052 6.44483 5.13272L6.13103 5.00421L5.83334 4.88373C5.39884 4.70168 4.93218 4.61065 4.43334 4.61065C3.0977 4.61065 2.02491 5.06043 1.21494 5.95999C0.404976 6.85954 0 8.04556 0 9.51804C0 11.5902 0.649037 13.5045 1.94713 15.2607C2.84828 16.4869 3.67165 17.1 4.41724 17.1C4.73372 17.1 5.04751 17.0384 5.35862 16.9153L5.75287 16.7546L6.06668 16.6422C6.50652 16.4869 6.91149 16.4093 7.2816 16.4093C7.67318 16.4093 8.12376 16.5083 8.63334 16.7064L8.88276 16.8028C9.40305 17.0009 9.81342 17.1 10.1138 17.1Z", fill: "white" }));
1948
1948
 
1949
1949
  const SvgAzureIcon = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 36 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M19.6227 0L9.30269 8.97083L0.499817 24.8156H8.43836L19.6227 0ZM20.9952 2.09862L16.5914 14.5423L25.0344 25.1781L8.65282 28H35.4998L20.9952 2.09862Z", fill: "#0072C6" }));
1950
1950
 
@@ -1952,6 +1952,8 @@ const SvgOktaIcon = (props) => /* @__PURE__ */ React__namespace.createElement("s
1952
1952
 
1953
1953
  const SvgGenerateCommand = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.9999 9.3335H10.6666V6.66683H11.9999C13.4726 6.66683 14.6666 5.47283 14.6666 4.00016C14.6666 2.5275 13.4726 1.3335 11.9999 1.3335C10.5271 1.3335 9.33325 2.5275 9.33325 4.00016V5.3335H6.66658V4.00016C6.66658 2.5275 5.47259 1.3335 3.99992 1.3335C2.52725 1.3335 1.33325 2.5275 1.33325 4.00016C1.33325 5.47283 2.52725 6.66683 3.99992 6.66683H5.33325V9.3335H3.99992C2.52725 9.3335 1.33325 10.5275 1.33325 12.0002C1.33325 13.4728 2.52725 14.6668 3.99992 14.6668C5.47275 14.6668 6.66658 13.4728 6.66658 12.0002V10.6668H9.33325V11.9968L9.33309 12.0002C9.33309 13.4728 10.5271 14.6668 11.9998 14.6668C13.4724 14.6668 14.6664 13.4728 14.6664 12.0002C14.6664 10.5275 13.4726 9.33383 11.9999 9.3335ZM11.9999 2.66683C12.3535 2.66683 12.6927 2.80731 12.9427 3.05735C13.1928 3.3074 13.3333 3.64654 13.3333 4.00016C13.3333 4.35378 13.1928 4.69292 12.9427 4.94297C12.6927 5.19302 12.3535 5.3335 11.9999 5.3335H10.6666V4.00016C10.6666 3.64654 10.8071 3.3074 11.0571 3.05735C11.3072 2.80731 11.6463 2.66683 11.9999 2.66683ZM2.66659 4.00016C2.66659 3.64654 2.80706 3.3074 3.05711 3.05735C3.30716 2.80731 3.6463 2.66683 3.99992 2.66683C4.35354 2.66683 4.69268 2.80731 4.94273 3.05735C5.19278 3.3074 5.33325 3.64654 5.33325 4.00016V5.3335H3.99992C3.26359 5.3335 2.66659 4.73633 2.66659 4.00016ZM3.99992 13.3335C3.6463 13.3335 3.30716 13.193 3.05711 12.943C2.80706 12.6929 2.66659 12.3538 2.66659 12.0002C2.66659 11.6465 2.80706 11.3074 3.05711 11.0574C3.30716 10.8073 3.6463 10.6668 3.99992 10.6668H5.33325V12.0002C5.33325 12.3538 5.19278 12.6929 4.94273 12.943C4.69268 13.193 4.35354 13.3335 3.99992 13.3335ZM6.66658 9.3335V6.66683H9.33325V9.3335H6.66658ZM11.9999 13.3335C11.6463 13.3335 11.3072 13.193 11.0571 12.943C10.8071 12.6929 10.6666 12.3538 10.6666 12.0002V10.6668H11.9998C12.3534 10.6668 12.6925 10.8073 12.9426 11.0573C13.1926 11.3073 13.3331 11.6465 13.3332 12.0001C13.3332 12.3537 13.1927 12.6928 12.9427 12.9429C12.6927 13.193 12.3535 13.3335 11.9999 13.3335Z", fill: "#301349" }));
1954
1954
 
1955
+ const SvgWindowsBlueIcon = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M16 15L8 14V8H16V15ZM7 8V13.875L0 13V8H7ZM7 7H0V2L7 1.125V7ZM16 7H8V1L16 0V7Z", fill: "#00BCD4" }));
1956
+
1955
1957
  const SvgCopyIconFilled = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 25 23", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("g", { clipPath: "url(#clip0_2166_3137)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M0.303711 4.54669C0.303711 2.33755 2.09457 0.546692 4.30371 0.546692H20.0762C22.2853 0.546692 24.0762 2.33755 24.0762 4.54669V18.3067C24.0762 20.5158 22.2853 22.3067 20.0762 22.3067H4.30371C2.09458 22.3067 0.303711 20.5158 0.303711 18.3067V4.54669Z", fill: "#F7ECF8" }), /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.7828 5.69026C10.43 6.04306 10.1876 6.67337 10.1876 7.86153V7.88218H11.6534C12.9943 7.88218 14.1343 8.14561 14.9195 8.93087C15.7048 9.71613 15.9682 10.8561 15.9682 12.197V13.6628H15.9889C17.177 13.6628 17.8073 13.4204 18.1601 13.0676C18.5129 12.7148 18.7553 12.0845 18.7553 10.8964V7.86153C18.7553 6.67337 18.5129 6.04306 18.1601 5.69026C17.8073 5.33745 17.177 5.09508 15.9889 5.09508H12.954C11.7659 5.09508 11.1356 5.33745 10.7828 5.69026ZM15.9682 15.2112H15.9889C17.3297 15.2112 18.4698 14.9478 19.255 14.1625C20.0403 13.3773 20.3037 12.2372 20.3037 10.8964V7.86153C20.3037 6.52066 20.0403 5.38064 19.255 4.59538C18.4698 3.81013 17.3297 3.54669 15.9889 3.54669H12.954C11.6132 3.54669 10.4731 3.81013 9.68789 4.59538C8.90263 5.38064 8.63919 6.52066 8.63919 7.86153V7.88218H8.61855C7.27768 7.88218 6.13766 8.14561 5.3524 8.93087C4.56714 9.71613 4.30371 10.8561 4.30371 12.197V15.2319C4.30371 16.5727 4.56714 17.7127 5.3524 18.498C6.13766 19.2833 7.27768 19.5467 8.61855 19.5467H11.6534C12.9943 19.5467 14.1343 19.2833 14.9195 18.498C15.7048 17.7127 15.9682 16.5727 15.9682 15.2319V15.2112ZM14.4198 12.197C14.4198 11.0089 14.1775 10.3785 13.8247 10.0257C13.4719 9.67294 12.8415 9.43056 11.6534 9.43056H8.61855C7.43039 9.43056 6.80008 9.67294 6.44728 10.0257C6.09447 10.3785 5.8521 11.0089 5.8521 12.197V15.2319C5.8521 16.42 6.09447 17.0503 6.44728 17.4031C6.80008 17.7559 7.43039 17.9983 8.61855 17.9983H11.6534C12.8415 17.9983 13.4719 17.7559 13.8247 17.4031C14.1775 17.0503 14.4198 16.42 14.4198 15.2319V12.197Z", fill: "#71347B" })), /* @__PURE__ */ React__namespace.createElement("defs", null, /* @__PURE__ */ React__namespace.createElement("clipPath", { id: "clip0_2166_3137" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M0.303711 4.54669C0.303711 2.33755 2.09457 0.546692 4.30371 0.546692H20.0762C22.2853 0.546692 24.0762 2.33755 24.0762 4.54669V18.3067C24.0762 20.5158 22.2853 22.3067 20.0762 22.3067H4.30371C2.09458 22.3067 0.303711 20.5158 0.303711 18.3067V4.54669Z", fill: "white" }))));
1956
1958
 
1957
1959
  const SvgGenerateCommandLogo = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M0 7C0 3.13401 3.13401 0 7 0H17C20.866 0 24 3.13401 24 7V17C24 20.866 20.866 24 17 24H7C3.13401 24 0 20.866 0 17V7Z", fill: "#F7EBFF" }), /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.78395 5.78395C6.71109 4.8568 8.10069 4.5 9.9 4.5H14.1C15.8993 4.5 17.2889 4.8568 18.2161 5.78395C19.1432 6.71109 19.5 8.10069 19.5 9.9V14.1C19.5 15.8993 19.1432 17.2889 18.2161 18.2161C17.2889 19.1432 15.8993 19.5 14.1 19.5H9.9C8.10069 19.5 6.71109 19.1432 5.78395 18.2161C4.8568 17.2889 4.5 15.8993 4.5 14.1V9.9C4.5 8.10069 4.8568 6.71109 5.78395 5.78395ZM6.49105 6.49105C5.8432 7.13891 5.5 8.19931 5.5 9.9V14.1C5.5 15.8007 5.8432 16.8611 6.49105 17.5089C7.13891 18.1568 8.19931 18.5 9.9 18.5H14.1C15.8007 18.5 16.8611 18.1568 17.5089 17.5089C18.1568 16.8611 18.5 15.8007 18.5 14.1V9.9C18.5 8.19931 18.1568 7.13891 17.5089 6.49105C16.8611 5.8432 15.8007 5.5 14.1 5.5H9.9C8.19931 5.5 7.13891 5.8432 6.49105 6.49105Z", fill: "#71347B" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.6367 12.0586V14.2734C11.5534 14.3802 11.4219 14.4961 11.2422 14.6211C11.0651 14.7461 10.8333 14.8542 10.5469 14.9453C10.2604 15.0339 9.90885 15.0781 9.49219 15.0781C9.13021 15.0781 8.79948 15.0182 8.5 14.8984C8.20052 14.776 7.94271 14.5977 7.72656 14.3633C7.51042 14.1289 7.34375 13.8424 7.22656 13.5039C7.10938 13.1654 7.05078 12.7786 7.05078 12.3438V11.9688C7.05078 11.5339 7.10547 11.1471 7.21484 10.8086C7.32682 10.4701 7.48568 10.1836 7.69141 9.94922C7.89974 9.71484 8.14844 9.53646 8.4375 9.41406C8.72917 9.29167 9.05469 9.23047 9.41406 9.23047C9.89583 9.23047 10.2917 9.3099 10.6016 9.46875C10.9141 9.6276 11.1536 9.84635 11.3203 10.125C11.487 10.401 11.5911 10.7188 11.6328 11.0781H10.5859C10.5573 10.8802 10.5 10.707 10.4141 10.5586C10.3281 10.4076 10.2057 10.2904 10.0469 10.207C9.89062 10.1211 9.6875 10.0781 9.4375 10.0781C9.22656 10.0781 9.04036 10.1198 8.87891 10.2031C8.71745 10.2865 8.58203 10.4076 8.47266 10.5664C8.36328 10.7253 8.27995 10.9219 8.22266 11.1562C8.16797 11.3906 8.14062 11.6589 8.14062 11.9609V12.3438C8.14062 12.6484 8.17188 12.9193 8.23438 13.1562C8.29688 13.3906 8.38672 13.5885 8.50391 13.75C8.6237 13.9089 8.77083 14.0299 8.94531 14.1133C9.1224 14.194 9.32292 14.2344 9.54688 14.2344C9.75 14.2344 9.91797 14.2174 10.0508 14.1836C10.1862 14.1471 10.2943 14.1042 10.375 14.0547C10.4557 14.0052 10.5182 13.957 10.5625 13.9102V12.8438H9.43359V12.0586H11.6367ZM15.9805 13.1289H17.0547C17.026 13.5091 16.9206 13.8464 16.7383 14.1406C16.556 14.4323 16.3021 14.6615 15.9766 14.8281C15.651 14.9948 15.2565 15.0781 14.793 15.0781C14.4362 15.0781 14.1146 15.0156 13.8281 14.8906C13.5443 14.763 13.3008 14.582 13.0977 14.3477C12.8971 14.1107 12.7435 13.8268 12.6367 13.4961C12.5299 13.1628 12.4766 12.7891 12.4766 12.375V11.9414C12.4766 11.5273 12.5312 11.1536 12.6406 10.8203C12.75 10.487 12.9062 10.2031 13.1094 9.96875C13.3151 9.73177 13.5612 9.54948 13.8477 9.42188C14.1367 9.29427 14.4596 9.23047 14.8164 9.23047C15.2799 9.23047 15.6719 9.31641 15.9922 9.48828C16.3125 9.65755 16.5612 9.89062 16.7383 10.1875C16.9154 10.4844 17.0221 10.8255 17.0586 11.2109H15.9844C15.9635 10.9714 15.9115 10.7682 15.8281 10.6016C15.7474 10.4349 15.625 10.3086 15.4609 10.2227C15.2995 10.1341 15.0846 10.0898 14.8164 10.0898C14.6081 10.0898 14.4245 10.1289 14.2656 10.207C14.1094 10.2852 13.9792 10.4023 13.875 10.5586C13.7708 10.7122 13.6927 10.9049 13.6406 11.1367C13.5885 11.3659 13.5625 11.6315 13.5625 11.9336V12.375C13.5625 12.6641 13.5859 12.9232 13.6328 13.1523C13.6797 13.3815 13.7526 13.5755 13.8516 13.7344C13.9505 13.8932 14.0781 14.0143 14.2344 14.0977C14.3906 14.181 14.5768 14.2227 14.793 14.2227C15.056 14.2227 15.2695 14.181 15.4336 14.0977C15.6003 14.0143 15.7266 13.8919 15.8125 13.7305C15.901 13.569 15.957 13.3685 15.9805 13.1289Z", fill: "#71347B" }));
@@ -1982,6 +1984,14 @@ const SvgRealmeIcon = (props) => /* @__PURE__ */ React__namespace.createElement(
1982
1984
 
1983
1985
  const SvgVivoIcon = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 5", fill: "none", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", ...props }, /* @__PURE__ */ React__namespace.createElement("rect", { y: 0.784546, width: 16, height: 4, fill: "url(#pattern0_6138_26160)" }), /* @__PURE__ */ React__namespace.createElement("defs", null, /* @__PURE__ */ React__namespace.createElement("pattern", { id: "pattern0_6138_26160", patternContentUnits: "objectBoundingBox", width: 1, height: 1 }, /* @__PURE__ */ React__namespace.createElement("use", { xlinkHref: "#image0_6138_26160", transform: "matrix(0.0078125 0 0 0.03125 0 -0.03125)" })), /* @__PURE__ */ React__namespace.createElement("image", { id: "image0_6138_26160", width: 128, height: 34, preserveAspectRatio: "none", xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAiCAMAAACgNCEcAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACQ1BMVEUAAABJbf9BX/9BX/9AYP9VVf9BX/9BX/9AYP9VVf9AX/9BX/9BX/88Wv9BXv9AX/9AXP9BX/9BX/9AQP8+YP9CX/9EZv9BXf9AVf9EYv9AYP9NZv9AYP8+Xf8zZv9CY/8+Yf89Yf+AgP9AYP9BX/9AX/9BX/9BX/9BX/9BX/9BX/9AX/9AX/9AYP8AAP9BX/9CX/9CX/9CX/9DZP9BX/9BX/9AXv9BX/9BX/9BYP9BX/9CX/9AXv9BYP9BYP9BX/9CYP9CYP89XP9AX/9DXv9BXv9BX/9AWf9BX/9BXv9JW/9BX/9BX/9DXv9BX/9BXv9BXv9CXv9BYv9CYP9BYP9BX/9BX/9GXf9BX/9BX/9BX/9CX/9BX/9DXv9BX/87Yv9BX/9BXv9CXv9BX/9BX/9BX/9DYP9BYP9AX/9BYP9BX/9BX/9AXv9DYf9BX/9BX/9CX/9BXv9AYP9AX/9CYf9BX/9AX/9CYP85Vf9BX/9AXf9CX/9AX/8+Xf9BX/9BXv9AXv9AXv9BXv9BX/9EXv9BX/9BX/9BX/9BX/9BX/9AYP9AYP9BX/9BXv9CYP9BXv9BXf9BXf9BX/9BX/9BXv9DXv9BX/9CXv9AX/9CYP9CX/9BX/9BX/9BYP9AW/9BX/9BYP9AXv9CX/9BX/9HY/9AX/9BYP9BX/9AX/9CX/9BX/9AYP9BX/9CX/9AXv9BX/9BX/9BX/9BX/9AXv9CX/9AXv9BXv9CYP9CYf9AXv9AXv9BYP9BX/9CX/9CYf9BX/////8RtggjAAAAv3RSTlMAB6TsWAax/WADskPjEeCTJOSqBCWjDzcMIiAKECEFHx0VAkCJut7u/PvbtoM4AeeEs9oX+vZczIZi3NJUmEp+ZXgZxial/hS/rQ7h5S75vXobJ02V18cLnsv0dHET3w28mklmw/VFWsqwmaFEKviU1oIYwkKcc3AJuyx8jyn3xUyHtfEebvO3O91IKMlybaJHP8RLkjmWbGtVRnbBoBwryGeb6xJjwOqXPl4I5lk88NPveVcjb2qIMl93dYFhOqBvFloAAAABYktHRMATYd/4AAAAB3RJTUUH6QccCRo4wo6tFwAAA69JREFUWMPdmOk/VFEYx48lExlLKGNvMEbLlGwJIVshkmrKEiqTbFkqLdIiFUkoFSVaaNG+ab//Wvc+z70zd+49Z3g3n0/Pq/M8z3nO+Tnf+9xzByFLNxdXN3fiRFvmwXGa5c7b39OL403jvDNYwYF5O02A1gcE+DqPgZ8/v//KACc+hYE+XJCnM9uArFpN/kML1ul0IaHsfBifD4/AA9DpInGk5YNRLuyiNXw+Ui/1b3RMrCHOyFktPm7tuvUbTGJ6oxAybmKsFOABJQnQh/H8aLPwECQmCcHkFFa/pELRFnBMaVs5qqVn4OxMdLfR18rCbLYwzoHhdmHRXBgm59GL8iFbEC2MC3dwTNsZLMwoKganREtbalcpJMvguHbDuFwY7kmGcS61Jypw+b2w/z7Oge03w8kWgHOABuAgpCp1RCGAVOEK1ZSiGoDKHarlx/o6zqHlQ0U9OoeZAI4QlQD9UXAaApkALML4mPTYNR5vsllzWYmkoMUhhNY2GQB7AWwIIoAT8Py34/YdnYpJeks6TusC9yRCOOUQgEIAOY0rdCu71t8GgLTAOKmFAurMWaw/5wDCeTsASgEMCK4yAKQHnCxqq9TEQTKHyCD4h8lnXOi1A6AUIEG4qJcXXZIBIATeBw1F9Ga9DDOvEDmEejmARgj1XSUMARKEfhYAYromONcZr6sbMHVA9BBCwSBRbIevILoAfZcKQhBENNHiW15+GirrxGrRU0G4iQDqTGwBJE8JQQQgfbNowYthXULYIZIrQsiULpAhJQCKAHILNxyWbmtvcA3Boh8Ba95mCMiDyW5WvwkhjKCXowJAEyBB8EO3GQGMWvNwrO0MASkwe8jqmwcg4FPLAEATQHSVEBsDCHdQ9F1bOgEC43QBdcqXjwjhnvCXjakBUAWQatz0PgUAbw/wj6R+OExgZYYsJEKYJOQhBQBdgP6RFcKUEgAhj5Ow12vU+7vj2fXVymJF+N1dPD2CAGJNiwsggQ0QnYl6ogLA21MMPuuZbH2utVr5+OyceBnZfwiJEERTAGAIIN1296scAG8hlY6v4xeKs3kpT86SJQkQIaAZXymyrwsc7R8/qJg+n6r8VlhcAOl8YyvKURX1a9j7t71VTQ83SMm50KUKIO/eS0VTJvXTZjGw9v9A+5WR6AWKe30prZMNl7tZnZiegQU/fjJR/6uQ1mVU714a+5nxI+9LStXXiUJaZv7bwkKHhVr0/cfP4Qoz+7fFaNqvjgWr/a7689fafv8AZtmTKdjpF7oAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjUtMDctMjhUMDk6MjY6NTUrMDA6MDBiO/dcAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDI1LTA3LTI4VDA5OjI2OjU1KzAwOjAwE2ZP4AAAAABJRU5ErkJggg==" })));
1984
1986
 
1987
+ const SvgMinimizeTree = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.257713 8.62399C-0.0859044 8.28038 -0.0859044 7.71952 0.257713 7.37591L6.98841 0.645442C7.33256 0.301292 7.89238 0.301292 8.23649 0.645442L8.61298 1.02193C8.95743 1.36638 8.95751 1.9259 8.61302 2.27043L3.5072 7.37575C3.16267 7.72021 3.16267 8.27985 3.5072 8.6243L8.61298 13.7297C8.95751 14.0741 8.95747 14.6336 8.61294 14.9781L8.23646 15.3546C7.89284 15.6982 7.33198 15.6982 6.98837 15.3546L0.257713 8.62399ZM14.1172 15.3547C14.4612 15.6987 15.0216 15.6986 15.3655 15.3547L15.742 14.9782C16.0858 14.6344 16.0859 14.0735 15.742 13.7297L10.6365 8.6243C10.292 8.27981 10.292 7.72025 10.6365 7.37575L15.742 2.2704C16.086 1.92647 16.086 1.36581 15.742 1.02189L15.3656 0.645404C15.0214 0.301292 14.4614 0.301254 14.1173 0.645404L7.98445 6.77842C6.26412 5.0598 6.69928 5.49564 7.9832 6.77968L7.38701 7.37591C7.04316 7.71975 7.0432 8.28019 7.38701 8.62403L14.1172 15.3547Z", fill: "#71347B" }));
1988
+
1989
+ const SvgRecord = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("g", { clipPath: "url(#clip0_20310_13972)" }, /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 0C3.5875 0 0 3.5875 0 8C0 12.4125 3.5875 16 8 16C12.4125 16 16 12.4125 16 8C16 3.5875 12.4125 0 8 0ZM5.03125 6.20312H3.78125C3.64375 6.20312 3.53125 6.31563 3.53125 6.45312V8.22812V9.54375C3.53125 9.68125 3.64375 9.79375 3.78125 9.79375C3.91875 9.79375 4.03125 9.68125 4.03125 9.54375V8.47812H4.425L5.34375 9.65C5.39375 9.7125 5.46563 9.74687 5.54063 9.74687C5.59375 9.74687 5.65 9.72813 5.69375 9.69375C5.80312 9.60938 5.82188 9.45 5.7375 9.34375L5.05937 8.48125C5.675 8.46562 6.16875 7.9625 6.16875 7.34375C6.17188 6.71562 5.65938 6.20312 5.03125 6.20312ZM7.30625 6.70312V7.75H9.09375C9.23125 7.75 9.34375 7.8625 9.34375 8C9.34375 8.1375 9.23125 8.25 9.09375 8.25H7.30625V9.29688H9.09375C9.23125 9.29688 9.34375 9.40938 9.34375 9.54688C9.34375 9.68437 9.23125 9.79688 9.09375 9.79688H7.05312C6.91563 9.79688 6.80312 9.68437 6.80312 9.54688V6.45312C6.80312 6.31563 6.91563 6.20312 7.05312 6.20312H9.09375C9.23125 6.20312 9.34375 6.31563 9.34375 6.45312C9.34375 6.59062 9.23125 6.70312 9.09375 6.70312H7.30625ZM10.4312 7.325V8.67188C10.4312 9.01562 10.7094 9.29375 11.0531 9.29375H11.35C11.6875 9.29375 11.9656 9.01875 11.9719 8.68437C11.975 8.54688 12.0875 8.43437 12.2281 8.4375C12.3656 8.44063 12.475 8.55313 12.475 8.69375C12.4625 9.3 11.9594 9.79375 11.3531 9.79375H11.0562C10.4375 9.79375 9.93437 9.29062 9.93437 8.67188V7.325C9.93437 6.70625 10.4375 6.20312 11.0562 6.20312H11.3531C11.9594 6.20312 12.4625 6.69688 12.475 7.30312C12.4781 7.44062 12.3687 7.55625 12.2281 7.55937C12.0875 7.5625 11.975 7.45312 11.9719 7.3125C11.9656 6.975 11.6875 6.70312 11.35 6.70312H11.0531C10.7094 6.70312 10.4312 6.98438 10.4312 7.325ZM5.03125 7.98125H4.03125V6.70625H5.03125C5.38438 6.70625 5.66875 6.99062 5.66875 7.34375C5.66875 7.69375 5.38438 7.98125 5.03125 7.98125Z", fill: "currentColor" })), /* @__PURE__ */ React__namespace.createElement("defs", null, /* @__PURE__ */ React__namespace.createElement("clipPath", { id: "clip0_20310_13972" }, /* @__PURE__ */ React__namespace.createElement("rect", { width: 16, height: 16, fill: "white" }))));
1990
+
1991
+ const SvgAddElement = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("rect", { width: 16, height: 16, rx: 8, fill: "#F7EBFF" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M8 2C4.6863 2 2 4.68627 2 8C2 11.3137 4.6863 14 8 14C11.3137 14 14 11.3137 14 8C14 4.68627 11.3137 2 8 2ZM10.0537 11.15H5.94644V4.85002H9.97758V6.35024H7.67444V7.27779H9.74365V8.70142H7.67444V9.64463H10.0538L10.0537 11.15Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("mask", { id: "path-3-outside-1_20264_6770", maskUnits: "userSpaceOnUse", x: 2.80005, y: 5.2002, width: 6, height: 6, fill: "black" }, /* @__PURE__ */ React__namespace.createElement("rect", { fill: "white", x: 2.80005, y: 5.2002, width: 6, height: 6 }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M5.89966 7.2002C5.89966 7.61441 6.23544 7.9502 6.64966 7.9502H7.04956C7.24291 7.9502 7.39966 8.10694 7.39966 8.30029C7.39966 8.49365 7.24291 8.65039 7.04956 8.65039H6.64966C6.23544 8.65039 5.89966 8.98618 5.89966 9.40039V10.1006C5.89966 10.2662 5.76543 10.4004 5.59985 10.4004C5.43428 10.4004 5.30005 10.2662 5.30005 10.1006V9.40039C5.30005 8.98618 4.96426 8.65039 4.55005 8.65039H4.15015C3.95679 8.65039 3.80005 8.49365 3.80005 8.30029C3.80005 8.10694 3.95679 7.9502 4.15015 7.9502H4.55005C4.96426 7.9502 5.30005 7.61441 5.30005 7.2002V6.5C5.30005 6.33442 5.43428 6.2002 5.59985 6.2002C5.76543 6.2002 5.89966 6.33442 5.89966 6.5V7.2002Z" })), /* @__PURE__ */ React__namespace.createElement("path", { d: "M5.89966 7.2002C5.89966 7.61441 6.23544 7.9502 6.64966 7.9502H7.04956C7.24291 7.9502 7.39966 8.10694 7.39966 8.30029C7.39966 8.49365 7.24291 8.65039 7.04956 8.65039H6.64966C6.23544 8.65039 5.89966 8.98618 5.89966 9.40039V10.1006C5.89966 10.2662 5.76543 10.4004 5.59985 10.4004C5.43428 10.4004 5.30005 10.2662 5.30005 10.1006V9.40039C5.30005 8.98618 4.96426 8.65039 4.55005 8.65039H4.15015C3.95679 8.65039 3.80005 8.49365 3.80005 8.30029C3.80005 8.10694 3.95679 7.9502 4.15015 7.9502H4.55005C4.96426 7.9502 5.30005 7.61441 5.30005 7.2002V6.5C5.30005 6.33442 5.43428 6.2002 5.59985 6.2002C5.76543 6.2002 5.89966 6.33442 5.89966 6.5V7.2002Z", fill: "#F7EBFF" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.64966 7.9502V8.4502H7.04956V7.9502V7.4502H6.64966V7.9502ZM7.04956 8.65039V8.15039H6.64966V8.65039V9.15039H7.04956V8.65039ZM5.89966 9.40039H5.39966V10.1006H5.89966H6.39966V9.40039H5.89966ZM5.30005 10.1006H5.80005V9.40039H5.30005H4.80005V10.1006H5.30005ZM4.55005 8.65039V8.15039H4.15015V8.65039V9.15039H4.55005V8.65039ZM4.15015 7.9502V8.4502H4.55005V7.9502V7.4502H4.15015V7.9502ZM5.30005 7.2002H5.80005V6.5H5.30005H4.80005V7.2002H5.30005ZM5.89966 6.5H5.39966V7.2002H5.89966H6.39966V6.5H5.89966ZM5.59985 6.2002V6.7002C5.48929 6.7002 5.39966 6.61056 5.39966 6.5H5.89966H6.39966C6.39966 6.05828 6.04157 5.7002 5.59985 5.7002V6.2002ZM5.30005 6.5H5.80005C5.80005 6.61056 5.71042 6.7002 5.59985 6.7002V6.2002V5.7002C5.15813 5.7002 4.80005 6.05828 4.80005 6.5H5.30005ZM4.55005 7.9502V8.4502C5.2404 8.4502 5.80005 7.89055 5.80005 7.2002H5.30005H4.80005C4.80005 7.33827 4.68812 7.4502 4.55005 7.4502V7.9502ZM3.80005 8.30029H4.30005C4.30005 8.38308 4.23294 8.4502 4.15015 8.4502V7.9502V7.4502C3.68065 7.4502 3.30005 7.8308 3.30005 8.30029H3.80005ZM4.15015 8.65039V8.15039C4.23294 8.15039 4.30005 8.2175 4.30005 8.30029H3.80005H3.30005C3.30005 8.76979 3.68065 9.15039 4.15015 9.15039V8.65039ZM5.30005 9.40039H5.80005C5.80005 8.71003 5.2404 8.15039 4.55005 8.15039V8.65039V9.15039C4.68812 9.15039 4.80005 9.26232 4.80005 9.40039H5.30005ZM5.59985 10.4004V9.90039C5.71042 9.90039 5.80005 9.99002 5.80005 10.1006H5.30005H4.80005C4.80005 10.5423 5.15813 10.9004 5.59985 10.9004V10.4004ZM5.89966 10.1006H5.39966C5.39966 9.99002 5.48929 9.90039 5.59985 9.90039V10.4004V10.9004C6.04157 10.9004 6.39966 10.5423 6.39966 10.1006H5.89966ZM6.64966 8.65039V8.15039C5.9593 8.15039 5.39966 8.71003 5.39966 9.40039H5.89966H6.39966C6.39966 9.26232 6.51159 9.15039 6.64966 9.15039V8.65039ZM7.39966 8.30029H6.89966C6.89966 8.2175 6.96677 8.15039 7.04956 8.15039V8.65039V9.15039C7.51906 9.15039 7.89966 8.76979 7.89966 8.30029H7.39966ZM7.04956 7.9502V8.4502C6.96677 8.4502 6.89966 8.38308 6.89966 8.30029H7.39966H7.89966C7.89966 7.8308 7.51906 7.4502 7.04956 7.4502V7.9502ZM6.64966 7.9502V7.4502C6.51159 7.4502 6.39966 7.33827 6.39966 7.2002H5.89966H5.39966C5.39966 7.89055 5.9593 8.4502 6.64966 8.4502V7.9502Z", fill: "currentColor", mask: "url(#path-3-outside-1_20264_6770)" }));
1992
+
1993
+ const SvgElementSlider = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("rect", { width: 16, height: 16, rx: 8, fill: "#F7EBFF" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M7.99994 2C4.68623 2 1.99994 4.68627 1.99994 8C1.99994 11.3137 4.68623 14 7.99994 14C11.3136 14 13.9999 11.3137 13.9999 8C13.9999 4.68627 11.3136 2 7.99994 2Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.05737 4.3999C9.1964 4.3999 9.30911 4.50735 9.30911 4.6399V5.2399H9.58604C9.8067 5.2399 10.0133 5.24651 10.2027 5.27201C10.6976 5.32459 11.0802 5.47008 11.3176 5.81369C11.5406 6.13661 11.6 6.58969 11.6 7.1599V8.8399C11.6 9.41011 11.5406 9.8632 11.3176 10.1861C11.0802 10.5297 10.6976 10.6752 10.2027 10.7278C10.0133 10.7533 9.8067 10.7599 9.58604 10.7599H9.30911V11.3599C9.30911 11.4925 9.1964 11.5999 9.05737 11.5999C8.91833 11.5999 8.80562 11.4925 8.80562 11.3599V4.6399C8.80562 4.50735 8.91833 4.3999 9.05737 4.3999ZM9.30911 10.2799H9.58604C9.80085 10.2799 9.98062 10.2732 10.1355 10.2521L10.1435 10.2511C10.5736 10.2059 10.7782 10.0942 10.897 9.92213C11.0308 9.72845 11.0965 9.40537 11.0965 8.8399V7.1599C11.0965 6.59443 11.0308 6.27136 10.897 6.07768C10.7782 5.9056 10.5736 5.79391 10.1435 5.7487L10.1355 5.74773C9.98062 5.72663 9.80085 5.7199 9.58604 5.7199H9.30911V10.2799ZM6.41401 5.7199C6.1992 5.7199 6.01945 5.72663 5.86456 5.74773L5.85655 5.7487C5.42643 5.79391 5.22188 5.9056 5.10301 6.07768C4.96923 6.27136 4.90352 6.59443 4.90352 7.1599V8.8399C4.90352 9.40537 4.96923 9.72845 5.10301 9.92212C5.22188 10.0942 5.42643 10.2059 5.85655 10.2511L5.86456 10.2521C6.01945 10.2732 6.1992 10.2799 6.41401 10.2799H7.65463C7.79367 10.2799 7.90638 10.3874 7.90638 10.5199C7.90638 10.6525 7.79367 10.7599 7.65463 10.7599H6.41401C6.19335 10.7599 5.98678 10.7533 5.79737 10.7278C5.30248 10.6752 4.91986 10.5297 4.68251 10.1861C4.45944 9.8632 4.40002 9.41011 4.40002 8.8399V7.1599C4.40002 6.58969 4.45944 6.13661 4.68251 5.81368C4.91986 5.47008 5.30249 5.32459 5.79738 5.27201C5.98679 5.24651 6.19335 5.2399 6.41401 5.2399H7.63349C7.77252 5.2399 7.88523 5.34735 7.88523 5.4799C7.88523 5.61245 7.77252 5.7199 7.63349 5.7199H6.41401Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.51232 7.20682V7.71802H7.37707V8.19322H6.51232V8.74762H7.49036V9.24082H5.86658V6.71362H7.49036V7.20682H6.51232Z", fill: "white" }));
1994
+
1985
1995
  let Components = {};
1986
1996
  Components['success'] = SvgSuccess;
1987
1997
  Components['setting_icon'] = SvgSettingIcon;
@@ -2449,9 +2459,9 @@ Components['huawei_icon'] = SvgHuaweiIcon;
2449
2459
  Components['amazon_icon'] = SvgAmazonIcon;
2450
2460
  Components['scripts'] = SvgScripts;
2451
2461
  Components['dialog_info'] = SvgDialogInfo;
2452
- Components['record'] = SvgRecord;
2453
- Components['add_element'] = SvgAddElement;
2454
- Components['element_slider'] = SvgElementSlider;
2462
+ Components['timer_icon'] = SvgTimerIcon;
2463
+ Components['maximize_livetesting'] = SvgMaximizeLivetesting;
2464
+ Components['mac_white_icon'] = SvgMacWhiteIcon;
2455
2465
  Components['ADB_Shell'] = SvgAdbShell; // Newly Added icon
2456
2466
  Components['UI_Inspector'] = SvgUiInspector; // Newly Added icon
2457
2467
  Components['azure_icon'] = SvgAzureIcon; // Newly Added icon
@@ -2472,6 +2482,11 @@ Components['motorola_icon'] = SvgMotorolaIcon; // Newly Added icon
2472
2482
  Components['oppo_icon'] = SvgOppoIcon; // Newly Added icon
2473
2483
  Components['realme_icon'] = SvgRealmeIcon; // Newly Added icon
2474
2484
  Components['vivo_icon'] = SvgVivoIcon; // Newly Added icon
2485
+ Components['windows_blue_icon'] = SvgWindowsBlueIcon;
2486
+ Components['minimize_tree'] = SvgMinimizeTree;
2487
+ Components['record'] = SvgRecord;
2488
+ Components['add_element'] = SvgAddElement;
2489
+ Components['element_slider'] = SvgElementSlider;
2475
2490
 
2476
2491
  const Icon = /*#__PURE__*/React.forwardRef(({
2477
2492
  name,
@@ -2510,13 +2525,26 @@ const Icon = /*#__PURE__*/React.forwardRef(({
2510
2525
  }
2511
2526
  }, [x, y]);
2512
2527
  const iconColor = variant === 'dark' ? 'var(--ff-icon-color-dark-variant)' : color;
2528
+ const getCursor = () => {
2529
+ if (disabled) {
2530
+ return 'not-allowed';
2531
+ } else if (hoverEffect && cursorType) {
2532
+ return cursorType;
2533
+ } else if (hoverEffect) {
2534
+ return 'pointer';
2535
+ } else if (cursorType) {
2536
+ return cursorType;
2537
+ } else {
2538
+ return 'default';
2539
+ }
2540
+ };
2513
2541
  const baseProps = {
2514
2542
  ref: iconRef,
2515
2543
  onClick: disabled ? () => {} : onClick,
2516
2544
  style: {
2517
2545
  height: `${iconHeight}px`,
2518
2546
  width: `${iconWidth}px`,
2519
- cursor: disabled ? 'not-allowed' : hoverEffect && cursorType ? cursorType : hoverEffect ? 'pointer' : 'default'
2547
+ cursor: getCursor()
2520
2548
  },
2521
2549
  className: classNames('ff-icon-container', {
2522
2550
  'ff-icon-click': hoverEffect,
@@ -3054,13 +3082,15 @@ const Drawer = ({
3054
3082
  }), _isExpanded && jsxRuntime.jsx(Tooltip, {
3055
3083
  title: isExpanded ? 'Minimize' : 'Maximize',
3056
3084
  placement: "bottom",
3057
- children: jsxRuntime.jsx("button", {
3085
+ children: jsxRuntime.jsx("div", {
3058
3086
  className: "ff-expand-collapse-button",
3059
3087
  onClick: toggleExpand,
3060
3088
  children: jsxRuntime.jsx(Icon, {
3061
- name: isExpanded ? 'minimize_script' : 'maximize_icon',
3089
+ name: isExpanded ? 'maximize_tree' : 'minimize_tree',
3062
3090
  height: 16,
3063
- width: 16
3091
+ width: 16,
3092
+ hoverEffect: true,
3093
+ cursorType: "pointer"
3064
3094
  })
3065
3095
  })
3066
3096
  }), isBackButtonVisible && (backButtonIcon || jsxRuntime.jsx(Tooltip, {
@@ -3085,7 +3115,8 @@ const Drawer = ({
3085
3115
  onClick: onCloseIconClick || onClose,
3086
3116
  height: 16,
3087
3117
  width: 16,
3088
- color: "var(--tabs-label-active-color)"
3118
+ color: "var(--tabs-label-active-color)",
3119
+ cursorType: "pointer"
3089
3120
  })
3090
3121
  })
3091
3122
  })]
@@ -4508,12 +4539,16 @@ const Toggle = ({
4508
4539
  name: iconNames.checked.name,
4509
4540
  width: iconNames.checked.width,
4510
4541
  height: iconNames.checked.height,
4511
- className: `ff-checked-icon--${variant}`
4542
+ className: `ff-checked-icon--${variant}`,
4543
+ disabled: disabled,
4544
+ cursorType: "pointer"
4512
4545
  }) : jsxRuntime.jsx(Icon, {
4513
4546
  name: iconNames.unchecked.name,
4514
4547
  width: iconNames.unchecked.width,
4515
4548
  height: iconNames.unchecked.height,
4516
- className: `ff-unchecked-icon--${variant}`
4549
+ className: `ff-unchecked-icon--${variant}`,
4550
+ disabled: disabled,
4551
+ cursorType: "pointer"
4517
4552
  })
4518
4553
  })
4519
4554
  })]
@@ -4601,6 +4636,7 @@ const Input$1 = /*#__PURE__*/React.forwardRef(({
4601
4636
  pattern,
4602
4637
  background,
4603
4638
  helperTextWidth,
4639
+ fixedLabel = false,
4604
4640
  ...props
4605
4641
  }, ref) => {
4606
4642
  const isValueFilled = !checkEmpty(value) || type === 'password' && value?.length > 0;
@@ -4723,7 +4759,7 @@ const Input$1 = /*#__PURE__*/React.forwardRef(({
4723
4759
  }),
4724
4760
  children: jsxRuntime.jsxs("div", {
4725
4761
  className: classNames('ff-input-container', {
4726
- 'ff-input-container--float': isValueFilled,
4762
+ 'ff-input-container--float': isValueFilled || fixedLabel,
4727
4763
  'ff-input-container--disabled': !!disabled
4728
4764
  }),
4729
4765
  children: [isLabelRequired && jsxRuntime.jsxs("label", {
@@ -4759,7 +4795,7 @@ const Input$1 = /*#__PURE__*/React.forwardRef(({
4759
4795
  'ff-input--disabled': !!disabled,
4760
4796
  'ff-input--danger': (displayErrorImmediately || touched) && !!error,
4761
4797
  'ff-input--no-border': !!noBorder,
4762
- 'ff-input--placeholder': !isLabelRequired,
4798
+ 'ff-input--placeholder': !isLabelRequired || fixedLabel,
4763
4799
  'ff-input--number': isTypeNumber,
4764
4800
  'ff-input--focused': isFocused,
4765
4801
  'ff-input--isSearchIcon': showSearchIcon
@@ -7241,7 +7277,8 @@ const Select$1 = ({
7241
7277
  borderRadius = '0px',
7242
7278
  noResultsMessage,
7243
7279
  dropDownRef,
7244
- dropDownHeight = 160
7280
+ dropDownHeight = 160,
7281
+ onSearchText
7245
7282
  }) => {
7246
7283
  const selectWidth = typeof width === 'number' ? `${width}px` : width;
7247
7284
  const memoizedOptionsList = React.useMemo(() => optionsList, [optionsList]);
@@ -7286,6 +7323,7 @@ const Select$1 = ({
7286
7323
  const {
7287
7324
  value
7288
7325
  } = event.target;
7326
+ onSearchText?.(value);
7289
7327
  const filteredOptions = optionsList.filter(option => {
7290
7328
  const valueData = getValue$1(option, valueAccessor);
7291
7329
  return typeof valueData === 'string' ? valueData.toLowerCase().includes(value.toLowerCase().trim()) : valueData === Number(value);
@@ -17213,7 +17251,9 @@ const InputWithDropdown = /*#__PURE__*/React.forwardRef(({
17213
17251
  dropDownRef: inputRefWithDropdown
17214
17252
  })]
17215
17253
  }), error && helperText && jsxRuntime.jsx("span", {
17216
- className: "ff-helper-text",
17254
+ className: classNames("ff-helper-text", {
17255
+ 'ff-helper-text-left': dropdownPosition === "left"
17256
+ }),
17217
17257
  children: helperText
17218
17258
  })]
17219
17259
  });
@@ -18074,7 +18114,7 @@ const EditLabel = ({
18074
18114
  return window;
18075
18115
  };
18076
18116
  React.useEffect(() => {
18077
- if (!containerRef.current) return;
18117
+ if (!containerRef.current || !isEditing) return;
18078
18118
  const scrollableParent = getScrollableParent(containerRef.current);
18079
18119
  const handleScroll = () => {
18080
18120
  handleCancel();
@@ -18085,7 +18125,7 @@ const EditLabel = ({
18085
18125
  return () => {
18086
18126
  scrollableParent.removeEventListener('scroll', handleScroll);
18087
18127
  };
18088
- }, []);
18128
+ }, [isEditing]);
18089
18129
  React.useEffect(() => {
18090
18130
  if (value) {
18091
18131
  setText(value);
@@ -18189,8 +18229,8 @@ const EditLabel = ({
18189
18229
  name: "edit_label_close",
18190
18230
  onClick: () => !isDisable.cancel && handleCancel(),
18191
18231
  color: isDisable.cancel ? 'var(--default-color)' : 'var(--label-edit-cancel-icon)',
18192
- height: 16,
18193
- width: 16,
18232
+ height: 12,
18233
+ width: 12,
18194
18234
  ref: cancelRef,
18195
18235
  tabIndex: -1,
18196
18236
  disabled: isDisable?.cancel
@@ -31878,27 +31918,55 @@ const AllProjectsDropdown = ({
31878
31918
  disabled = false
31879
31919
  }) => {
31880
31920
  const [showOptions, setShowOptions] = React.useState(false);
31921
+ const [showClicked, setShowClicked] = React.useState(false);
31881
31922
  const [selectedOptions, setSelectedOptions] = React.useState(selectedOption);
31882
31923
  const optionsRef = React.useRef(null);
31883
31924
  const [optionsList, setOptionsList] = React.useState(options);
31884
31925
  const [closeTimeout, setCloseTimeout] = React.useState(null);
31926
+ const containerRef = React.useRef(null);
31927
+ const [searchValue, setSearchValue] = React.useState('');
31928
+ const [isSecondClickFromOtherTab, setIsSecondClickFromOtherTab] = React.useState(selected);
31885
31929
  React.useEffect(() => {
31886
31930
  if (optionsList !== options) {
31887
31931
  setOptionsList(options);
31888
31932
  }
31889
31933
  }, [options]);
31934
+ React.useEffect(() => {
31935
+ if (!selected) {
31936
+ setIsSecondClickFromOtherTab(false);
31937
+ }
31938
+ }, [selected]);
31890
31939
  React.useEffect(() => {
31891
31940
  if (selectedOption) {
31892
31941
  setSelectedOptions(selectedOption);
31893
31942
  }
31894
31943
  }, [selectedOption]);
31895
31944
  const closeOptions = () => {
31896
- setShowOptions(false);
31897
- setSearchValue('');
31898
- setOptionsList(options);
31945
+ if (showOptions) {
31946
+ setShowOptions(false);
31947
+ }
31899
31948
  };
31900
31949
  const handleMouseEnter = () => {
31901
- if (!disabled) setShowOptions(true);
31950
+ if (!disabled) {
31951
+ setShowOptions(true);
31952
+ }
31953
+ if (!disabled && !selected) {
31954
+ setShowOptions(true);
31955
+ }
31956
+ };
31957
+ const handleClick = () => {
31958
+ if (!disabled) {
31959
+ if (showOptions) {
31960
+ setShowOptions(false);
31961
+ }
31962
+ if (!isSecondClickFromOtherTab) {
31963
+ setIsSecondClickFromOtherTab(true);
31964
+ } else {
31965
+ setShowClicked(!showClicked);
31966
+ }
31967
+ }
31968
+ setSearchValue('');
31969
+ setOptionsList(options);
31902
31970
  };
31903
31971
  const handleMouseLeave = () => {
31904
31972
  if (!disabled) {
@@ -31922,8 +31990,9 @@ const AllProjectsDropdown = ({
31922
31990
  setSearchValue('');
31923
31991
  setOptionsList(options);
31924
31992
  }
31993
+ setShowClicked(false);
31994
+ setShowOptions(false);
31925
31995
  };
31926
- const [searchValue, setSearchValue] = React.useState('');
31927
31996
  const handleSearch = query => {
31928
31997
  if (!disabled) {
31929
31998
  setSearchValue(query);
@@ -31941,11 +32010,13 @@ const AllProjectsDropdown = ({
31941
32010
  }
31942
32011
  }
31943
32012
  };
31944
- useClickOutside(optionsRef, closeOptions);
32013
+ useClickOutside(optionsRef, () => setShowClicked(false), [containerRef]);
31945
32014
  return jsxRuntime.jsxs("div", {
31946
32015
  className: classNames('ff-all-project', {
31947
32016
  'ff-all-project--disabled': disabled
31948
32017
  }),
32018
+ ref: containerRef,
32019
+ onClick: handleClick,
31949
32020
  onMouseEnter: handleMouseEnter,
31950
32021
  onMouseLeave: handleMouseLeave,
31951
32022
  children: [jsxRuntime.jsx("div", {
@@ -31963,23 +32034,26 @@ const AllProjectsDropdown = ({
31963
32034
  className: classNames('projects-label'),
31964
32035
  onClick: onMenuClick,
31965
32036
  children: selectedOptions.label.length <= 12 ? selectedOptions.label : truncateText(selectedOptions?.label, 12)
31966
- }), jsxRuntime.jsx("div", {
32037
+ }), jsxRuntime.jsxs("div", {
31967
32038
  className: classNames('label-icon'),
31968
- children: jsxRuntime.jsx(Icon, {
31969
- name: showOptions ? 'arrows_top_icon' : 'arrows_down_icon',
32039
+ children: [jsxRuntime.jsx("div", {
32040
+ className: "icon-click-layer"
32041
+ }), jsxRuntime.jsx(Icon, {
32042
+ name: showOptions || showClicked ? 'arrows_top_icon' : 'arrows_down_icon',
31970
32043
  color: disabled ? 'var(--disabled-icon-color)' : 'var(--primary-icon-color)',
31971
32044
  height: 8,
31972
32045
  width: 8,
31973
32046
  hoverEffect: false
31974
- })
32047
+ })]
31975
32048
  })]
31976
32049
  })
31977
- }), showOptions && !disabled && jsxRuntime.jsxs("div", {
32050
+ }), (showOptions || showClicked) && !disabled && jsxRuntime.jsxs("div", {
31978
32051
  className: classNames('ff-projects-dropdown'),
31979
32052
  ref: optionsRef,
31980
32053
  onMouseEnter: dropDownMouseEnter,
31981
32054
  children: [jsxRuntime.jsx("div", {
31982
32055
  className: "ff-dropdown-search-container",
32056
+ onClick: e => e.stopPropagation(),
31983
32057
  children: jsxRuntime.jsx(Search, {
31984
32058
  onSearch: handleSearch,
31985
32059
  value: searchValue,
@@ -31994,7 +32068,10 @@ const AllProjectsDropdown = ({
31994
32068
  }), jsxRuntime.jsx("div", {
31995
32069
  className: classNames('option-card'),
31996
32070
  children: optionsList.map((option, index) => index === 0 && jsxRuntime.jsxs("div", {
31997
- onClick: () => handleSelectOption(option),
32071
+ onClick: e => {
32072
+ e.stopPropagation();
32073
+ handleSelectOption(option);
32074
+ },
31998
32075
  className: classNames('ff-projects-options', {
31999
32076
  ['ff-selected-option']: selectedOption.label === option.label,
32000
32077
  ['ff-option-disabled']: disabled
@@ -32021,7 +32098,10 @@ const AllProjectsDropdown = ({
32021
32098
  }), jsxRuntime.jsx("div", {
32022
32099
  className: classNames('option-card', `${optionsList.length > 4 ? 'scroll' : ''}`),
32023
32100
  children: optionsList.map((option, index) => index > 0 && jsxRuntime.jsxs("div", {
32024
- onClick: () => handleSelectOption(option),
32101
+ onClick: e => {
32102
+ e.stopPropagation();
32103
+ handleSelectOption(option);
32104
+ },
32025
32105
  className: classNames('ff-projects-options', {
32026
32106
  ['ff-selected-option']: selectedOption.label === option.label,
32027
32107
  ['ff-option-disabled']: disabled
@@ -32401,7 +32481,9 @@ const AppHeader = ({
32401
32481
  disabled = false,
32402
32482
  isClient = false,
32403
32483
  hideNavbar = false,
32404
- scriptId
32484
+ scriptId,
32485
+ centerInfoItems = [],
32486
+ rightButtons = []
32405
32487
  }) => {
32406
32488
  const hiddenMenuRef = React.useRef(null);
32407
32489
  const hiddenQuickMenuRef = React.useRef(null);
@@ -32546,7 +32628,7 @@ const AppHeader = ({
32546
32628
  },
32547
32629
  children: [jsxRuntime.jsxs("div", {
32548
32630
  className: "ff-app-header-left-container",
32549
- children: [jsxRuntime.jsx("div", {
32631
+ children: [logo && jsxRuntime.jsx("div", {
32550
32632
  className: "ff-app-header-logo-icon",
32551
32633
  children: logo
32552
32634
  }), leftContent && jsxRuntime.jsx("div", {
@@ -32554,7 +32636,9 @@ const AppHeader = ({
32554
32636
  children: leftContent
32555
32637
  })]
32556
32638
  }), jsxRuntime.jsxs("div", {
32557
- className: "ff-app-header-nav-bar",
32639
+ className: classNames('ff-app-header-nav-bar', {
32640
+ 'ff-app-header-nav-bar--with-center-info': !checkEmpty(centerInfoItems) && !checkEmpty(rightButtons)
32641
+ }),
32558
32642
  style: {
32559
32643
  width: width,
32560
32644
  visibility: checkEmpty(appHeaderMenuItems) && projectDetails?.id === 'All Projects' || hideNavbar ? 'hidden' : 'visible',
@@ -32562,7 +32646,36 @@ const AppHeader = ({
32562
32646
  zIndex: 1
32563
32647
  },
32564
32648
  ref: menuContainerRef,
32565
- children: [projectArrayList && !checkEmpty(projectArrayList) && jsxRuntime.jsx("div", {
32649
+ children: [jsxRuntime.jsx("div", {
32650
+ className: classNames('ff-app-header-center-info', {
32651
+ 'ff-app-header-center-info--no-right': checkEmpty(rightButtons)
32652
+ }),
32653
+ children: centerInfoItems.map((item, idx) => jsxRuntime.jsxs("div", {
32654
+ className: "ff-app-header-center-info-item",
32655
+ children: [jsxRuntime.jsx(Icon, {
32656
+ name: item.iconName
32657
+ }), jsxRuntime.jsx(Typography, {
32658
+ children: item.label
32659
+ })]
32660
+ }, idx))
32661
+ }), !checkEmpty(rightButtons) && jsxRuntime.jsx("div", {
32662
+ className: "ff-app-header-right-buttons",
32663
+ children: rightButtons.map((btn, index) => jsxRuntime.jsxs("button", {
32664
+ className: "ff-app-header-right-button",
32665
+ style: {
32666
+ color: btn.color,
32667
+ backgroundColor: btn.backgroundColor
32668
+ },
32669
+ onClick: btn.onClick,
32670
+ children: [btn.iconName && jsxRuntime.jsx(Icon, {
32671
+ name: btn.iconName
32672
+ }), jsxRuntime.jsx(Typography, {
32673
+ fontSize: 10,
32674
+ fontWeight: "semi-bold",
32675
+ children: btn.label
32676
+ })]
32677
+ }, index))
32678
+ }), projectArrayList && !checkEmpty(projectArrayList) && jsxRuntime.jsx("div", {
32566
32679
  children: jsxRuntime.jsx(AllProjectsDropdown, {
32567
32680
  onClick: handleProjectMenuClick,
32568
32681
  options: projectArrayList,
@@ -35668,7 +35781,7 @@ const NlpDropdown = ({
35668
35781
  const updateDropdownPosition = () => {
35669
35782
  let dropdownContainerHeight;
35670
35783
  if (checkEmpty(options)) {
35671
- dropdownContainerHeight = optionHeight + 2 * dropDownWrapperPadding;
35784
+ dropdownContainerHeight = 5 * optionHeight + 2 * dropDownWrapperPadding;
35672
35785
  } else if (options.length > 0) {
35673
35786
  dropdownContainerHeight = 5 * optionHeight + 2 * dropDownWrapperPadding;
35674
35787
  } else {
@@ -36381,7 +36494,7 @@ const NlpInput = ({
36381
36494
  }),
36382
36495
  style: {
36383
36496
  zIndex: optionZIndex,
36384
- paddingLeft: '10px'
36497
+ paddingLeft: '32px'
36385
36498
  },
36386
36499
  onFocus: () => handleSelectAction('FOCUS_INPUT'),
36387
36500
  onChange: onSelectInputChange,
@@ -36600,14 +36713,14 @@ const MachineInputField = ({
36600
36713
  }),
36601
36714
  children: options.map(({
36602
36715
  label,
36603
- type = 'local',
36716
+ type,
36604
36717
  version
36605
36718
  }) => jsxRuntime.jsxs("div", {
36606
36719
  className: classNames('ff-machine-icon-text-wrapper', {
36607
36720
  'ff-machine-icon-text-wrapper-reverse': contentReverse
36608
36721
  }),
36609
36722
  children: [jsxRuntime.jsx(Icon, {
36610
- name: getIcon[type?.toLowerCase()] || 'local',
36723
+ name: getIcon[type?.toLowerCase()] || '',
36611
36724
  className: "ff-machine-icon"
36612
36725
  }), jsxRuntime.jsx(Tooltip, {
36613
36726
  title: label,
@@ -36710,9 +36823,9 @@ const Branches = ({
36710
36823
  const showMiddleArrow = index => machineInstances.length - 1 !== index && machineColumnCount > 1;
36711
36824
  const getGridTemplateColumnStyle = () => {
36712
36825
  if (machineColumnCount === 1) {
36713
- return `24px minmax(420px, auto) 24px`;
36826
+ return `24px minmax(min-content, auto) 24px`;
36714
36827
  }
36715
- return `24px minmax(420px, auto) repeat(${machineColumnCount - 1}, 40px minmax(420px, auto)) 24px`;
36828
+ return `24px minmax(min-content, auto) repeat(${machineColumnCount - 1}, 40px minmax(min-content, auto)) 24px`;
36716
36829
  };
36717
36830
  const getMachineLabelOptionList = (type = '', machineInstance) => {
36718
36831
  const {
@@ -36741,7 +36854,7 @@ const Branches = ({
36741
36854
  if (scriptType.toLowerCase() === 'manual') {
36742
36855
  baseOptions.push({
36743
36856
  label: hostName || '',
36744
- type: 'local'
36857
+ type: executionEnv?.toLowerCase() === 'local' ? 'local' : ''
36745
36858
  });
36746
36859
  }
36747
36860
  // Web-specific options
@@ -36754,7 +36867,7 @@ const Branches = ({
36754
36867
  }];
36755
36868
  // Mobile-specific options
36756
36869
  const mobileOptions = deviceInfo?.reduce((acc, device) => {
36757
- if (device?.name) {
36870
+ if (device) {
36758
36871
  acc.push({
36759
36872
  label: device?.name,
36760
36873
  type: scriptType.toLowerCase() === 'manual' ? 'android' : device?.platform,
@@ -37070,6 +37183,7 @@ const SequentialConnectingBranch = ({
37070
37183
  return Object.fromEntries(Object.entries(obj).filter(([key]) => !key.includes(substring)));
37071
37184
  };
37072
37185
  const filteredDataSetValues = removeKeysContainingSubstring(dataSetValues, 'Id');
37186
+ const showBranchPoint = readOnly && !isMachineInstances || !readOnly && isMachineInstances || !readOnly && !isMachineInstances;
37073
37187
  return jsxRuntime.jsx(EnvironmentVariableMapsContext.Provider, {
37074
37188
  value: environmentVariableMaps,
37075
37189
  children: jsxRuntime.jsxs("div", {
@@ -37096,16 +37210,16 @@ const SequentialConnectingBranch = ({
37096
37210
  'ff-select-branch-arrow': isMachineInstances,
37097
37211
  'ff-select-branch-arrow-down': !isMachineInstances
37098
37212
  }),
37099
- children: [jsxRuntime.jsx("div", {
37213
+ children: [showBranchPoint && jsxRuntime.jsx("div", {
37100
37214
  className: "ff-select-branch-point"
37101
37215
  }), jsxRuntime.jsxs("div", {
37102
37216
  className: "ff-select-branch-arrow",
37103
- children: [jsxRuntime.jsx("div", {
37217
+ children: [!readOnly && jsxRuntime.jsx("div", {
37104
37218
  className: "ff-branch-arrow-wrapper",
37105
37219
  children: isMachineInstances && jsxRuntime.jsx("div", {
37106
37220
  className: "ff-branch-arrow"
37107
37221
  })
37108
- }), isMachineInstances && jsxRuntime.jsx(jsxRuntime.Fragment, {
37222
+ }), isMachineInstances && !readOnly && jsxRuntime.jsx(jsxRuntime.Fragment, {
37109
37223
  children: jsxRuntime.jsx(Button$1, {
37110
37224
  variant: "tertiary",
37111
37225
  label: scriptType === 'Manual' ? '+ Machine' : '+ Environment',
@@ -37158,12 +37272,16 @@ const SequentialConnectingBranch = ({
37158
37272
  children: "Data Set List"
37159
37273
  })]
37160
37274
  })
37161
- }), !readOnly && jsxRuntime.jsx(Icon, {
37162
- name: "delete",
37163
- className: "ff-run-delete-icon",
37164
- color: "var(--ff-connecting-branch-delete-color)",
37165
- onClick: onDeleteMachineInstance,
37166
- hoverEffect: true
37275
+ }), !readOnly && jsxRuntime.jsx(Tooltip, {
37276
+ title: "Delete",
37277
+ placement: "bottom",
37278
+ children: jsxRuntime.jsx(Icon, {
37279
+ name: "delete",
37280
+ className: "ff-run-delete-icon",
37281
+ color: "var(--ff-connecting-branch-delete-color)",
37282
+ onClick: onDeleteMachineInstance,
37283
+ hoverEffect: true
37284
+ })
37167
37285
  })]
37168
37286
  })]
37169
37287
  })]
@@ -40054,7 +40172,7 @@ function dragEndAutoFill(currentData, selectedRange, cellValue, activeCell, cont
40054
40172
  row,
40055
40173
  column: col
40056
40174
  }, updatedData);
40057
- if (!currentCell || currentCell.readOnly || ['file', 'dropDown'].includes(currentCell?.inputType?.type || '')) {
40175
+ if (!currentCell || currentCell.readOnly || ['file'].includes(currentCell?.inputType?.type || '')) {
40058
40176
  continue;
40059
40177
  }
40060
40178
  let newValue = baseValue;
@@ -42601,13 +42719,28 @@ const ColumnIndicator = ({
42601
42719
  scrollToColumn
42602
42720
  }) => {
42603
42721
  const dispatch = useDispatch();
42722
+ const excelData = useSelector(state => state.model.data);
42723
+ const activeCell = useSelector(state => state.active);
42604
42724
  const minColumnWidth = minimumColumnWidth;
42605
42725
  const columnWidth = useSelector(state => state.columnDimensions[column]?.width || minColumnWidth);
42606
42726
  const matrixData = useSelector(state => state.model.data);
42607
42727
  const {
42608
42728
  columnCount
42609
42729
  } = getMatrixDimensions(matrixData);
42730
+ const prevExcelDataRef = React__namespace.useRef(excelData);
42731
+ const isCellDataChanged = React__namespace.useCallback(() => {
42732
+ if (activeCell) {
42733
+ if (prevExcelDataRef.current?.[activeCell.row]?.[activeCell.column] === EmptyCell || prevExcelDataRef.current?.[0]?.length !== excelData?.[0]?.length) {
42734
+ prevExcelDataRef.current = excelData;
42735
+ }
42736
+ const prevValue = prevExcelDataRef.current?.[activeCell.row]?.[activeCell.column]?.value;
42737
+ const newValue = excelData?.[activeCell.row]?.[activeCell.column]?.value;
42738
+ return prevValue === newValue;
42739
+ }
42740
+ return false;
42741
+ }, [activeCell, excelData, prevExcelDataRef, EmptyCell]);
42610
42742
  const options = React.useMemo(() => {
42743
+ const checkVisible = cell?.contextDisable?.['Delete Column'] && isCellDataChanged();
42611
42744
  return [{
42612
42745
  label: 'Add Column Left',
42613
42746
  value: 'Add Column Left',
@@ -42615,8 +42748,8 @@ const ColumnIndicator = ({
42615
42748
  action: () => {
42616
42749
  addColumnLeft(minColumnWidth);
42617
42750
  onAddColumn?.(selectedColumn ?? column, true);
42618
- if (column === columnCount - 1) {
42619
- scrollToColumn(column);
42751
+ if (selectedColumn === columnCount - 1) {
42752
+ scrollToColumn(selectedColumn);
42620
42753
  }
42621
42754
  },
42622
42755
  disableTooltip: 'Column limit reached',
@@ -42629,8 +42762,8 @@ const ColumnIndicator = ({
42629
42762
  action: () => {
42630
42763
  addColumnRight(minColumnWidth);
42631
42764
  onAddColumn?.(selectedColumn ?? column, false);
42632
- if (column === columnCount - 1) {
42633
- scrollToColumn(column + 1);
42765
+ if (selectedColumn === columnCount - 1) {
42766
+ scrollToColumn(selectedColumn);
42634
42767
  }
42635
42768
  },
42636
42769
  disableTooltip: 'Column limit reached',
@@ -42645,10 +42778,10 @@ const ColumnIndicator = ({
42645
42778
  onDeleteColumn?.(selectedColumn ?? column);
42646
42779
  },
42647
42780
  disableTooltip: '',
42648
- visible: cell?.contextDisable?.['Delete Column'] ?? false,
42781
+ visible: checkVisible ? true : false,
42649
42782
  disable: false
42650
42783
  }] : [])];
42651
- }, [selectedColumn, cell, addColumnLeft, addColumnRight, deleteColumn, minColumnWidth, columnCount, maxColLimit, disableDeleteOption, onAddColumn, onDeleteColumn, column]);
42784
+ }, [selectedColumn, cell, addColumnLeft, addColumnRight, deleteColumn, minColumnWidth, columnCount, maxColLimit, disableDeleteOption, onAddColumn, onDeleteColumn, column, isCellDataChanged]);
42652
42785
  const onMouseDrag = React__namespace.useCallback((event, isRight) => {
42653
42786
  const getTargetColumn = isRight ? column - 1 : column;
42654
42787
  const targetColumn = Math.max(getTargetColumn, 0);
@@ -42682,14 +42815,14 @@ const ColumnIndicator = ({
42682
42815
  });
42683
42816
  }, [column, selectedColumn, columnContextEnable, options]);
42684
42817
  React__namespace.useEffect(() => {
42685
- if (selectedColumn !== undefined && contextMenu?.contextType === 'column' || !contextMenu?.contextType) {
42818
+ if (selectedColumn !== undefined) {
42686
42819
  setContextMenu(prev => ({
42687
42820
  open: prev.open,
42688
42821
  contextType: 'column',
42689
42822
  options
42690
42823
  }));
42691
42824
  }
42692
- }, [column, selectedColumn, columnContextEnable, options, contextMenu?.contextType]);
42825
+ }, [column, selectedColumn, columnContextEnable, options, contextMenu?.contextType === 'column']);
42693
42826
  return jsxRuntime.jsxs("th", {
42694
42827
  className: classNames('ff-spreadsheet-header', {
42695
42828
  'ff-spreadsheet-header--selected': selected
@@ -42780,8 +42913,8 @@ const RowIndicator = ({
42780
42913
  ...prev,
42781
42914
  end: action === 'increment' ? prev.end + 1 : prev.end - 1
42782
42915
  };
42783
- if (row === rowCount - 1) {
42784
- scrollToRow(row, value);
42916
+ if (selectedRow === rowCount - 1) {
42917
+ scrollToRow(selectedRow, value);
42785
42918
  }
42786
42919
  return value;
42787
42920
  });
@@ -42855,14 +42988,14 @@ const RowIndicator = ({
42855
42988
  });
42856
42989
  }, [row, rowContextEnable, options, selectedRow]);
42857
42990
  React__namespace.useEffect(() => {
42858
- if (selectedRow !== undefined && contextMenu?.contextType === 'row' || !contextMenu?.contextType) {
42991
+ if (selectedRow !== undefined) {
42859
42992
  setContextMenu(prev => ({
42860
42993
  open: prev.open,
42861
42994
  contextType: 'row',
42862
42995
  options
42863
42996
  }));
42864
42997
  }
42865
- }, [row, rowContextEnable, options, selectedRow, contextMenu?.contextType]);
42998
+ }, [row, rowContextEnable, options, selectedRow, contextMenu?.contextType === 'row']);
42866
42999
  return jsxRuntime.jsxs("th", {
42867
43000
  className: classNames('ff-spreadsheet-header', {
42868
43001
  'ff-spreadsheet-header--selected': selected
@@ -43044,7 +43177,10 @@ const DataViewer = ({
43044
43177
  return fileList.map(file => {
43045
43178
  return jsxRuntime.jsx("div", {
43046
43179
  className: "ff-spreadsheet-data-viewer--fileType",
43047
- children: file.name.split('*')[0]
43180
+ children: jsxRuntime.jsx(TruncatedTooltip, {
43181
+ width: cell?.style?.width ?? 100,
43182
+ title: file?.name?.split('*')?.[0] ?? ''
43183
+ })
43048
43184
  }, file.name);
43049
43185
  });
43050
43186
  };
@@ -43099,21 +43235,62 @@ const DataEditor = ({
43099
43235
  }
43100
43236
  });
43101
43237
  }, [onChange, cell]);
43238
+ const handleKeyDown = React__namespace.useCallback(event => {
43239
+ if (event.key === 'Delete' || event.key === 'Backspace') {
43240
+ event.stopPropagation();
43241
+ requestAnimationFrame(() => {
43242
+ if (inputRef.current) {
43243
+ const textarea = inputRef.current;
43244
+ textarea.style.height = 'auto';
43245
+ textarea.style.height = `${textarea.scrollHeight}px`;
43246
+ }
43247
+ });
43248
+ }
43249
+ if (event.key === 'Enter' && event.altKey) {
43250
+ event.preventDefault();
43251
+ event.stopPropagation();
43252
+ const textarea = event.currentTarget;
43253
+ const {
43254
+ selectionStart,
43255
+ selectionEnd,
43256
+ value
43257
+ } = textarea;
43258
+ const newValue = value.substring(0, selectionStart) + '\n' + value.substring(selectionEnd);
43259
+ onChange({
43260
+ ...cell,
43261
+ value: newValue,
43262
+ style: cell?.style,
43263
+ inputType: cell?.inputType ?? {
43264
+ type: 'text'
43265
+ }
43266
+ });
43267
+ requestAnimationFrame(() => {
43268
+ textarea.selectionStart = textarea.selectionEnd = selectionStart + 1;
43269
+ textarea.style.height = 'auto';
43270
+ textarea.style.height = `${textarea.scrollHeight}px`;
43271
+ });
43272
+ }
43273
+ }, [onChange, cell]);
43102
43274
  React__namespace.useEffect(() => {
43103
43275
  if (inputRef.current) {
43104
43276
  moveCursorToEnd(inputRef.current);
43105
43277
  }
43106
- }, [inputRef]);
43278
+ }, []);
43107
43279
  const value = cell?.value ?? '';
43108
43280
  return jsxRuntime.jsx("div", {
43109
43281
  className: "ff-spreadsheet-data-editor",
43110
43282
  children: jsxRuntime.jsx("textarea", {
43111
43283
  className: "ff-spreadsheet-cell-textarea",
43112
43284
  style: {
43113
- ...cell?.style
43285
+ ...cell?.style,
43286
+ borderTop: '',
43287
+ borderBottom: '',
43288
+ borderLeft: '',
43289
+ borderRight: ''
43114
43290
  },
43115
43291
  ref: inputRef,
43116
43292
  onChange: handleChange,
43293
+ onKeyDown: handleKeyDown,
43117
43294
  value: value,
43118
43295
  autoFocus: true,
43119
43296
  disabled: cell?.readOnly
@@ -43764,6 +43941,10 @@ const getTextAlignment = alignment => {
43764
43941
  return 'center';
43765
43942
  case 'JUSTIFY':
43766
43943
  return 'justify';
43944
+ case 'BOTTOM':
43945
+ return 'end';
43946
+ case 'TOP':
43947
+ return 'start';
43767
43948
  default:
43768
43949
  return 'left';
43769
43950
  }
@@ -43778,8 +43959,12 @@ const getTextAlignmentBack = alignment => {
43778
43959
  return 'CENTER';
43779
43960
  case 'justify':
43780
43961
  return 'JUSTIFY';
43962
+ case 'end':
43963
+ return 'BOTTOM';
43964
+ case 'start':
43965
+ return 'TOP';
43781
43966
  default:
43782
- return 'LEFT';
43967
+ return 'BOTTOM';
43783
43968
  }
43784
43969
  };
43785
43970
  const getFontFamily = selectedFontType => {
@@ -43826,7 +44011,8 @@ function convertStyleToFrontend(backendStyle) {
43826
44011
  borderRight: borderRight,
43827
44012
  borderBottom: borderBottom,
43828
44013
  borderLeft: borderLeft,
43829
- textAlign: getTextAlignment(backendStyle.alignment.horizontal)
44014
+ textAlign: getTextAlignment(backendStyle.alignment.horizontal),
44015
+ alignContent: getTextAlignment(backendStyle.alignment.vertical)
43830
44016
  };
43831
44017
  }
43832
44018
  const getBorderStyle = border => {
@@ -43860,7 +44046,7 @@ const convertStyleToBackend = frontendStyle => {
43860
44046
  },
43861
44047
  alignment: {
43862
44048
  horizontal: getTextAlignmentBack(frontendStyle.textAlign),
43863
- vertical: 'BOTTOM',
44049
+ vertical: getTextAlignmentBack(frontendStyle.alignContent),
43864
44050
  wrapText: false
43865
44051
  }
43866
44052
  };
@@ -44553,35 +44739,55 @@ const Spreadsheet = /*#__PURE__*/React__namespace.forwardRef(function Spreadshee
44553
44739
  }
44554
44740
  };
44555
44741
  const scrollToRow = (row, visibleRangeValue) => {
44556
- if (!scrollOption || !rootRef.current) return;
44557
- requestAnimationFrame(() => {
44558
- const DEFAULT_ROW_HEIGHT = 32;
44559
- let scrollTop = 0;
44560
- for (let r = 0; r <= row; r++) {
44561
- scrollTop += state.rowDimensions?.[r]?.height || DEFAULT_ROW_HEIGHT;
44562
- }
44563
- if (row >= visibleRange.end - 1) {
44564
- setVisibleRange(prev => ({
44565
- ...prev,
44566
- start: visibleRangeValue?.start,
44567
- end: visibleRangeValue?.end
44568
- }));
44569
- rootRef.current?.scrollTo({
44570
- top: scrollTop + DEFAULT_ROW_HEIGHT,
44571
- behavior: 'smooth'
44742
+ const DEFAULT_ROW_HEIGHT = 32;
44743
+ if (scrollOption) {
44744
+ if (!rootRef?.current) return;
44745
+ requestAnimationFrame(() => {
44746
+ let scrollTop = 0;
44747
+ for (let r = 0; r <= row; r++) {
44748
+ scrollTop += state.rowDimensions?.[r]?.height || DEFAULT_ROW_HEIGHT;
44749
+ }
44750
+ if (row >= visibleRange.end - 1) {
44751
+ setVisibleRange(prev => ({
44752
+ ...prev,
44753
+ start: visibleRangeValue?.start,
44754
+ end: visibleRangeValue?.end
44755
+ }));
44756
+ rootRef?.current?.scrollTo({
44757
+ top: scrollTop + DEFAULT_ROW_HEIGHT,
44758
+ behavior: 'smooth'
44759
+ });
44760
+ }
44761
+ });
44762
+ } else {
44763
+ requestAnimationFrame(() => {
44764
+ let scrollTop = 0;
44765
+ for (let r = 0; r <= row; r++) {
44766
+ scrollTop += state.rowDimensions?.[r]?.height || DEFAULT_ROW_HEIGHT;
44767
+ }
44768
+ requestAnimationFrame(() => {
44769
+ if (!rootRef.current) return;
44770
+ if (row >= size.rows - 1) {
44771
+ rootRef?.current?.scrollTo({
44772
+ top: scrollTop + DEFAULT_ROW_HEIGHT,
44773
+ behavior: 'smooth'
44774
+ });
44775
+ }
44572
44776
  });
44573
- }
44574
- });
44777
+ });
44778
+ }
44575
44779
  };
44576
44780
  const scrollToColumn = column => {
44577
44781
  requestAnimationFrame(() => {
44578
- const columnWidth = minimumColumnWidth;
44579
- const scrollLeft = column * columnWidth;
44782
+ let scrollLeft = 0;
44783
+ for (let c = 0; c <= column; c++) {
44784
+ scrollLeft += state.columnDimensions?.[c]?.left || minimumColumnWidth;
44785
+ }
44580
44786
  requestAnimationFrame(() => {
44581
44787
  if (!rootRef.current) return;
44582
44788
  if (column >= size.columns - 1) {
44583
44789
  rootRef.current.scrollTo({
44584
- left: scrollLeft,
44790
+ left: scrollLeft + 60,
44585
44791
  behavior: 'smooth'
44586
44792
  });
44587
44793
  }
@@ -49055,7 +49261,7 @@ const VariableDropdown = ({
49055
49261
  dropdownPosition,
49056
49262
  position = 'relative',
49057
49263
  width,
49058
- height = '100px',
49264
+ height = '160px',
49059
49265
  zIndex = 9999
49060
49266
  }) => {
49061
49267
  const VARIABLE_ICON_MAP = {
@@ -49085,12 +49291,12 @@ const VariableDropdown = ({
49085
49291
  return 212;
49086
49292
  }
49087
49293
  // Calculate item height based on width type
49088
- const itemHeight = width.endsWith('px') ? 40 : 32;
49294
+ const itemHeight = 32;
49089
49295
  const renderItem = index => {
49090
49296
  const option = optionsList[index];
49091
49297
  if (!option) return null;
49092
49298
  return jsxRuntime.jsx("div", {
49093
- className: width.endsWith('px') ? 'ff-variable-option' : 'ff-variable-data',
49299
+ className: 'ff-variable-data',
49094
49300
  onMouseDown: () => onSelectVariable(option),
49095
49301
  children: width.endsWith('px') ? jsxRuntime.jsxs(jsxRuntime.Fragment, {
49096
49302
  children: [jsxRuntime.jsx(Tooltip, {
@@ -49106,8 +49312,8 @@ const VariableDropdown = ({
49106
49312
  })
49107
49313
  }), jsxRuntime.jsx(Icon, {
49108
49314
  name: getVariableIcon(option),
49109
- height: 16,
49110
- width: 16,
49315
+ height: 24,
49316
+ width: 24,
49111
49317
  hoverEffect: true
49112
49318
  })]
49113
49319
  }) : jsxRuntime.jsx(DynamicWidthTooltip, {
@@ -49132,8 +49338,8 @@ const VariableDropdown = ({
49132
49338
  totalCount: optionsList.length,
49133
49339
  itemContent: renderItem,
49134
49340
  style: {
49135
- height: '100%',
49136
- fontSize: "12px"
49341
+ height,
49342
+ fontSize: '12px'
49137
49343
  },
49138
49344
  overscan: 10,
49139
49345
  fixedItemHeight: itemHeight
@@ -49776,10 +49982,11 @@ const OptionsDropdown$1 = ({
49776
49982
  return jsxRuntime.jsx("div", {
49777
49983
  className: "ff-variable-option",
49778
49984
  onMouseDown: () => onSelectVariable(option),
49779
- children: jsxRuntime.jsx(Typography, {
49780
- as: "span",
49781
- fontSize: 14,
49782
- children: truncateText(option?.name, truncateTextValue)
49985
+ children: jsxRuntime.jsx(Tooltip, {
49986
+ title: isTextTruncated(option?.name, truncateTextValue, 'pixel') ? option?.name : '',
49987
+ children: jsxRuntime.jsx(Typography, {
49988
+ children: truncateText(option?.name, truncateTextValue, 'pixel')
49989
+ })
49783
49990
  })
49784
49991
  }, option?.id);
49785
49992
  }) : jsxRuntime.jsx("div", {
@@ -49805,7 +50012,7 @@ const VariableSuggestionInputDropDown = /*#__PURE__*/React.forwardRef(({
49805
50012
  handleClearInput,
49806
50013
  value = '',
49807
50014
  dropdownWidth = '100%',
49808
- dropdownHeight = '150px',
50015
+ dropdownHeight = '160px',
49809
50016
  isHash = false,
49810
50017
  isOnlyHash = false,
49811
50018
  dataFiles = [],
@@ -50079,7 +50286,8 @@ const CreateVariableSlider = ({
50079
50286
  handleSubmit,
50080
50287
  mode = 'create',
50081
50288
  disabled,
50082
- dataFiles = []
50289
+ dataFiles = [],
50290
+ truncateTextValue = 34
50083
50291
  }) => {
50084
50292
  const [error, setError] = React.useState(false);
50085
50293
  const [helperText, setHelperText] = React.useState('');
@@ -50215,7 +50423,7 @@ const CreateVariableSlider = ({
50215
50423
  isHash: true,
50216
50424
  isOnlyHash: true,
50217
50425
  zIndex: 99999,
50218
- truncateTextValue: 34,
50426
+ truncateTextValue: truncateTextValue,
50219
50427
  dataFiles: dataFiles,
50220
50428
  dropdownWidth: "100%",
50221
50429
  setHashInputValue: setHashInputValue,
@@ -50351,8 +50559,8 @@ const TableWithAccordion = ({
50351
50559
  children: [jsxRuntime.jsx("div", {
50352
50560
  className: "ff-display-flex",
50353
50561
  children: jsxRuntime.jsx(Tooltip, {
50354
- title: row.disable ? row?.disableInfoMessage : '',
50355
- placement: 'bottom-start',
50562
+ title: row.disable ? row?.disableInfoMessage : typeof row.title === 'string' && isTextTruncated(row.title, tableMeta[0]?.width, 'pixel') ? row.title : '',
50563
+ placement: "bottom-start",
50356
50564
  children: jsxRuntime.jsxs("div", {
50357
50565
  className: `accordion-header ${row.disable && 'accordion-header--disabled'}`,
50358
50566
  children: [jsxRuntime.jsx("div", {
@@ -50360,7 +50568,7 @@ const TableWithAccordion = ({
50360
50568
  children: jsxRuntime.jsx("span", {
50361
50569
  children: jsxRuntime.jsx(Typography, {
50362
50570
  children: jsxRuntime.jsx(HighlightText, {
50363
- text: row.title,
50571
+ text: truncateText(row.title, tableMeta[0]?.width, 'pixel'),
50364
50572
  highlight: highlightText
50365
50573
  })
50366
50574
  })
@@ -50839,7 +51047,7 @@ const Prompt = /*#__PURE__*/React.forwardRef(({
50839
51047
  additionalIconName,
50840
51048
  additionIconToolTip,
50841
51049
  onAdditionalIconClick
50842
- }) => {
51050
+ }, ref) => {
50843
51051
  const containerRef = React.useRef(null);
50844
51052
  useKeyboardActions([{
50845
51053
  key: 'Enter',
@@ -50876,6 +51084,7 @@ const Prompt = /*#__PURE__*/React.forwardRef(({
50876
51084
  disabled: checkEmpty(value)
50877
51085
  })
50878
51086
  }), jsxRuntime.jsx("input", {
51087
+ ref: ref,
50879
51088
  className: "ff-prompt-input",
50880
51089
  type: "text",
50881
51090
  placeholder: placeholder,
@@ -53027,7 +53236,7 @@ const TableTreeFn = /*#__PURE__*/React.forwardRef(({
53027
53236
  handleRemoveNavigateTreeNode();
53028
53237
  }, 200);
53029
53238
  } else {
53030
- if (retryCount === 0) {
53239
+ if (retryCount === 0 && treeData?.length > 1) {
53031
53240
  loadMoreAbove?.();
53032
53241
  }
53033
53242
  if (retryCount < maxRetries) {
@@ -64709,17 +64918,20 @@ var jsExports = requireJs();
64709
64918
  const Editor = /*#__PURE__*/React.forwardRef(({
64710
64919
  width = '100%',
64711
64920
  height = '100%',
64921
+ VariableDropdownHeight = '160px',
64712
64922
  readOnly = false,
64713
64923
  value = '',
64714
64924
  handleChange,
64715
64925
  setValue,
64716
64926
  variableOptionsList = [],
64927
+ addForloopPrefix = false,
64717
64928
  language = 'json',
64718
64929
  theme = 'light',
64719
64930
  isRequisiteType = false,
64720
64931
  onPaste,
64721
64932
  showVariableDropdown = true,
64722
- defaultValue
64933
+ defaultValue,
64934
+ customOptions = {}
64723
64935
  }, ref) => {
64724
64936
  const editorRef = React.useRef(null);
64725
64937
  const decorationsRef = React.useRef([]);
@@ -64762,7 +64974,10 @@ const Editor = /*#__PURE__*/React.forwardRef(({
64762
64974
  varRef.current = columnIndex;
64763
64975
  }
64764
64976
  filterVarRef.current = currentLineContent.slice(varRef.current + 1, columnIndex);
64765
- const filteredVariable = variableOptionsList.filter(e => e?.name.toLowerCase().includes(filterVarRef.current?.toLowerCase()));
64977
+ const filteredVariable = variableOptionsList.filter(e => {
64978
+ const variableName = e.type === '_startforloop' && addForloopPrefix ? `FLV_for:${e.name}` : e.name;
64979
+ return variableName.toLowerCase().includes(filterVarRef.current?.toLowerCase());
64980
+ });
64766
64981
  if (filteredVariable.length) {
64767
64982
  setFilteredVariableOptions(filteredVariable);
64768
64983
  } else {
@@ -64786,7 +65001,7 @@ const Editor = /*#__PURE__*/React.forwardRef(({
64786
65001
  let dropdownTop = top;
64787
65002
  let dropdownLeft = left;
64788
65003
  if (dropdownTop + dropdownHeight > editorHeight - dropdownHeight + 100) {
64789
- dropdownTop -= Math.floor(dropdownHeight / 2) + dropdownHeight + 25;
65004
+ dropdownTop -= Math.floor(dropdownHeight / 2) + dropdownHeight - 25;
64790
65005
  } else {
64791
65006
  dropdownTop -= 5;
64792
65007
  }
@@ -65036,7 +65251,8 @@ const Editor = /*#__PURE__*/React.forwardRef(({
65036
65251
  wordWrap: 'on',
65037
65252
  autoClosingBrackets: 'always',
65038
65253
  scrollBeyondLastLine: false,
65039
- readOnly
65254
+ readOnly,
65255
+ ...customOptions
65040
65256
  },
65041
65257
  onMount: handleEditorDidMount,
65042
65258
  onChange: (newValue, event) => handleChange(newValue, event),
@@ -65044,7 +65260,7 @@ const Editor = /*#__PURE__*/React.forwardRef(({
65044
65260
  }), showDropdown && dropdownPosition && showVariableDropdown && jsxRuntime.jsx(VariableDropdown, {
65045
65261
  position: "absolute",
65046
65262
  width: "300px",
65047
- height: "210px",
65263
+ height: VariableDropdownHeight,
65048
65264
  optionsList: filteredVariableOptions,
65049
65265
  onSelectVariable: handleSelectVariable,
65050
65266
  dropdownPosition: dropdownPosition
@@ -67735,7 +67951,10 @@ const OptionsDropdown = ({
67735
67951
  filteredOptions = [],
67736
67952
  position = 'relative',
67737
67953
  width = '300px',
67738
- zIndex = 1000
67954
+ zIndex = 1000,
67955
+ height = '160px',
67956
+ truncateTextValue = 34,
67957
+ isTruncateText = false
67739
67958
  }) => {
67740
67959
  return jsxRuntime.jsxs("div", {
67741
67960
  className: classNames('ff-variable-dropdown', position),
@@ -67747,16 +67966,21 @@ const OptionsDropdown = ({
67747
67966
  } : {
67748
67967
  width,
67749
67968
  zIndex,
67750
- height: '350px'
67969
+ height: height
67751
67970
  },
67752
67971
  children: [filteredOptions?.map(option => {
67972
+ const displayText = isTruncateText ? truncateText(option?.name, truncateTextValue, 'pixel') : option?.name;
67973
+ const shouldShowTooltip = isTruncateText ? isTextTruncated(option?.name, truncateTextValue, 'pixel') : false;
67753
67974
  return jsxRuntime.jsx("div", {
67754
67975
  className: "ff-variable-option",
67755
67976
  onClick: () => onSelectVariable(option),
67756
- children: jsxRuntime.jsx(Typography, {
67757
- as: "span",
67758
- fontSize: 14,
67759
- children: option?.name
67977
+ children: isTruncateText ? jsxRuntime.jsx(Tooltip, {
67978
+ title: shouldShowTooltip ? option?.name : '',
67979
+ children: jsxRuntime.jsx(Typography, {
67980
+ children: displayText
67981
+ })
67982
+ }) : jsxRuntime.jsx(Typography, {
67983
+ children: displayText
67760
67984
  })
67761
67985
  }, option?.id);
67762
67986
  }), filteredOptions?.length === 0 && jsxRuntime.jsx("div", {
@@ -67775,6 +67999,7 @@ const ConditionalDropdown = /*#__PURE__*/React.forwardRef(({
67775
67999
  hashInputValue = '',
67776
68000
  setHashInputValue,
67777
68001
  variableList = [],
68002
+ addForloopPrefix = false,
67778
68003
  placeholder = 'Enter text',
67779
68004
  onChange,
67780
68005
  onCreateVariableClick,
@@ -67794,7 +68019,9 @@ const ConditionalDropdown = /*#__PURE__*/React.forwardRef(({
67794
68019
  onFocus,
67795
68020
  onBlur,
67796
68021
  readOnly = false,
67797
- height = '165px',
68022
+ height = '160px',
68023
+ truncateTextValue = 34,
68024
+ isTruncateText = false,
67798
68025
  ...props
67799
68026
  }, ref) => {
67800
68027
  const [showDropdown, setShowDropdown] = React.useState(false);
@@ -67922,7 +68149,10 @@ const ConditionalDropdown = /*#__PURE__*/React.forwardRef(({
67922
68149
  searchString = '';
67923
68150
  }
67924
68151
  if (searchString) {
67925
- const isInVariableList = variableList.some(file => file.name.toLowerCase().includes(searchString.toLowerCase()));
68152
+ const isInVariableList = variableList.some(file => {
68153
+ const searchableName = file.type === '_startforloop' && addForloopPrefix ? `FLV_for:${file.name}` : file.name;
68154
+ return searchableName.toLowerCase().includes(searchString.toLowerCase());
68155
+ });
67926
68156
  if (!isInVariableList) {
67927
68157
  showDropdown = false;
67928
68158
  searchString = '';
@@ -67991,7 +68221,7 @@ const ConditionalDropdown = /*#__PURE__*/React.forwardRef(({
67991
68221
  className: "ff-password-icon",
67992
68222
  children: jsxRuntime.jsx(Icon, {
67993
68223
  onClick: togglePasswordVisibility,
67994
- name: showPassword ? 'view_icon' : 'hide_icon',
68224
+ name: !showPassword ? 'view_access_icon' : 'hide_access_icon',
67995
68225
  width: 16,
67996
68226
  height: 16,
67997
68227
  hoverEffect: true
@@ -68010,7 +68240,10 @@ const ConditionalDropdown = /*#__PURE__*/React.forwardRef(({
68010
68240
  }), result?.showDropdown && isFocused && jsxRuntime.jsx(VariableDropdown, {
68011
68241
  position: "absolute",
68012
68242
  width: dropdownWidth,
68013
- optionsList: variableList.filter(file => file.name.toLowerCase().includes(result?.searchString.toLowerCase())),
68243
+ optionsList: variableList.filter(file => {
68244
+ const searchableName = file.type === '_startforloop' && addForloopPrefix ? `FLV_for:${file.name}` : file.name;
68245
+ return searchableName.toLowerCase().includes(result?.searchString.toLowerCase());
68246
+ }),
68014
68247
  onSelectVariable: handleDropdownClick,
68015
68248
  height: height
68016
68249
  }), showDropdown && (isHash || onlyDropdown) && jsxRuntime.jsx(OptionsDropdown, {
@@ -68018,7 +68251,10 @@ const ConditionalDropdown = /*#__PURE__*/React.forwardRef(({
68018
68251
  width: dropdownWidth,
68019
68252
  filteredOptions: filteredOptions,
68020
68253
  zIndex: 2000,
68021
- onSelectVariable: handleDropdownClick
68254
+ onSelectVariable: handleDropdownClick,
68255
+ height: height,
68256
+ isTruncateText: isTruncateText,
68257
+ truncateTextValue: truncateTextValue
68022
68258
  })]
68023
68259
  });
68024
68260
  });
@@ -81825,6 +82061,7 @@ const PrePostTable = /*#__PURE__*/React.forwardRef(({
81825
82061
  expandStepGroup.clear();
81826
82062
  },
81827
82063
  onDragEnd: handleDragEnd,
82064
+ modifiers: [restrictToVerticalAxis],
81828
82065
  children: jsxRuntime.jsx(SortableContext, {
81829
82066
  disabled: !draggable,
81830
82067
  items: data?.map(row => row.stepId || row._id),
@@ -82254,6 +82491,7 @@ const StepInnerTable = ({
82254
82491
  collisionDetection: closestCorners,
82255
82492
  onDragStart: handleDragStart,
82256
82493
  onDragEnd: handleDragEnd,
82494
+ modifiers: [restrictToVerticalAxis],
82257
82495
  children: jsxRuntime.jsx(SortableContext, {
82258
82496
  disabled: !draggable,
82259
82497
  items: data?.map(row => row._id || row.stepId),
@@ -82923,14 +83161,14 @@ const StepLandingTable = /*#__PURE__*/React.forwardRef(({
82923
83161
  const [expandedRows, setExpandedRows] = React.useState({});
82924
83162
  const [expandStepGroup, setExpandStepGroup] = React.useState(new Map());
82925
83163
  const [isBulkEnable, setBulkEnable] = React.useState(false);
82926
- const onAccordionClick = title => {
83164
+ const onAccordionClick = (title, action) => {
82927
83165
  const row = tableData.find(row => row.title === title);
82928
83166
  if (!row || !row.data || row.data.length === 0) {
82929
83167
  return;
82930
83168
  }
82931
83169
  setExpandedRows(prev => ({
82932
83170
  ...prev,
82933
- [title]: !prev[title]
83171
+ [title]: action === 'open' ? true : !prev[title]
82934
83172
  }));
82935
83173
  };
82936
83174
  const isExpanded = React.useMemo(() => title => expandedRows[title] ?? false, [expandedRows]);
@@ -83100,6 +83338,9 @@ const StepLandingTable = /*#__PURE__*/React.forwardRef(({
83100
83338
  if (!checkEmpty(AddNlp)) {
83101
83339
  setViewComponent(() => null);
83102
83340
  setViewModeId(null);
83341
+ if (AddNlp?.action === 'addLast') {
83342
+ onAccordionClick('Steps', 'open');
83343
+ }
83103
83344
  }
83104
83345
  }, [AddNlp]);
83105
83346
  return jsxRuntime.jsxs("div", {
@@ -123803,6 +124044,29 @@ const ScriptGenerationLoader = ({
123803
124044
  });
123804
124045
  };
123805
124046
 
124047
+ const useDeviceType = () => {
124048
+ const getDeviceType = () => {
124049
+ const width = window.innerWidth;
124050
+ return {
124051
+ isMobile: width <= 640,
124052
+ isTab: width > 640 && width <= 820,
124053
+ isLargeTab: width > 820 && width < 1025,
124054
+ isWeb: width >= 1025
124055
+ };
124056
+ };
124057
+ const [device, setDevice] = React.useState(getDeviceType());
124058
+ React.useEffect(() => {
124059
+ const handleResize = () => {
124060
+ setDevice(getDeviceType());
124061
+ };
124062
+ window.addEventListener('resize', handleResize);
124063
+ return () => {
124064
+ window.removeEventListener('resize', handleResize);
124065
+ };
124066
+ }, []);
124067
+ return device;
124068
+ };
124069
+
123806
124070
  exports.AADHAAR_REGEX = AADHAAR_REGEX;
123807
124071
  exports.ALPHABET_ONLY_REGEX = ALPHABET_ONLY_REGEX;
123808
124072
  exports.ALPHABET_WITH_SPACES_ONLY_REGEX = ALPHABET_WITH_SPACES_ONLY_REGEX;
@@ -124051,6 +124315,7 @@ exports.truncateText = truncateText;
124051
124315
  exports.updateTreeState = updateTreeState;
124052
124316
  exports.useBeforeUnload = useBeforeUnload;
124053
124317
  exports.useClickOutside = useClickOutside;
124318
+ exports.useDeviceType = useDeviceType;
124054
124319
  exports.useFileDropzone = useFileDropzone;
124055
124320
  exports.useKeyboardActions = useKeyboardActions;
124056
124321
  exports.useTheme = useTheme;