pixel-react 1.11.22 → 1.11.24

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 (1457) hide show
  1. package/lib/ComponentProps/TreeNodeProps.d.ts +55 -0
  2. package/lib/ComponentProps/TreeNodeProps.js +2 -0
  3. package/lib/ComponentProps/TreeNodeProps.js.map +1 -0
  4. package/lib/StyleGuide/ColorPalette/ColorPalette.d.ts +3 -0
  5. package/lib/StyleGuide/ColorPalette/ColorPalette.js +21 -0
  6. package/lib/StyleGuide/ColorPalette/ColorPalette.js.map +1 -0
  7. package/lib/StyleGuide/ColorPalette/colorPaletteList.d.ts +3 -0
  8. package/lib/StyleGuide/ColorPalette/colorPaletteList.js +490 -0
  9. package/lib/StyleGuide/ColorPalette/colorPaletteList.js.map +1 -0
  10. package/lib/StyleGuide/ColorPalette/index.d.ts +1 -0
  11. package/lib/StyleGuide/ColorPalette/index.js +2 -0
  12. package/lib/StyleGuide/ColorPalette/index.js.map +1 -0
  13. package/lib/StyleGuide/ColorPalette/types.d.ts +17 -0
  14. package/lib/StyleGuide/ColorPalette/types.js +2 -0
  15. package/lib/StyleGuide/ColorPalette/types.js.map +1 -0
  16. package/lib/StyleGuide/Typography/Typography.d.ts +3 -0
  17. package/lib/StyleGuide/Typography/Typography.js +7 -0
  18. package/lib/StyleGuide/Typography/Typography.js.map +1 -0
  19. package/lib/StyleGuide/Typography/TypographyList.d.ts +5 -0
  20. package/lib/StyleGuide/Typography/TypographyList.js +4 -0
  21. package/lib/StyleGuide/Typography/TypographyList.js.map +1 -0
  22. package/lib/StyleGuide/Typography/types.d.ts +8 -0
  23. package/lib/StyleGuide/Typography/types.js +2 -0
  24. package/lib/StyleGuide/Typography/types.js.map +1 -0
  25. package/lib/assets/utils/functionUtils.d.ts +11 -0
  26. package/lib/assets/utils/functionUtils.js +74 -0
  27. package/lib/assets/utils/functionUtils.js.map +1 -0
  28. package/lib/components/Accordion/Accordion.d.ts +8 -0
  29. package/lib/components/Accordion/Accordion.js +30 -0
  30. package/lib/components/Accordion/Accordion.js.map +1 -0
  31. package/lib/components/Accordion/index.d.ts +1 -0
  32. package/lib/components/Accordion/index.js +2 -0
  33. package/lib/components/Accordion/index.js.map +1 -0
  34. package/lib/components/Accordion/types.d.ts +53 -0
  35. package/lib/components/Accordion/types.js +2 -0
  36. package/lib/components/Accordion/types.js.map +1 -0
  37. package/lib/components/AddContentButton/AddContentButton.d.ts +5 -0
  38. package/lib/components/AddContentButton/AddContentButton.js +11 -0
  39. package/lib/components/AddContentButton/AddContentButton.js.map +1 -0
  40. package/lib/components/AddContentButton/index.d.ts +1 -0
  41. package/lib/components/AddContentButton/index.js +2 -0
  42. package/lib/components/AddContentButton/index.js.map +1 -0
  43. package/lib/components/AddContentButton/types.d.ts +10 -0
  44. package/lib/components/AddContentButton/types.js +2 -0
  45. package/lib/components/AddContentButton/types.js.map +1 -0
  46. package/lib/components/AddResourceButton/AddResourceButton.d.ts +4 -0
  47. package/lib/components/AddResourceButton/AddResourceButton.js +71 -0
  48. package/lib/components/AddResourceButton/AddResourceButton.js.map +1 -0
  49. package/lib/components/AddResourceButton/ArrowsButton/ArrowsButton.d.ts +6 -0
  50. package/lib/components/AddResourceButton/ArrowsButton/ArrowsButton.js +15 -0
  51. package/lib/components/AddResourceButton/ArrowsButton/ArrowsButton.js.map +1 -0
  52. package/lib/components/AddResourceButton/index.d.ts +1 -0
  53. package/lib/components/AddResourceButton/index.js +2 -0
  54. package/lib/components/AddResourceButton/index.js.map +1 -0
  55. package/lib/components/AddResourceButton/type.d.ts +81 -0
  56. package/lib/components/AddResourceButton/type.js +25 -0
  57. package/lib/components/AddResourceButton/type.js.map +1 -0
  58. package/lib/components/AiToggle/AiToggle.d.ts +5 -0
  59. package/lib/components/AiToggle/AiToggle.js +21 -0
  60. package/lib/components/AiToggle/AiToggle.js.map +1 -0
  61. package/lib/components/AiToggle/index.d.ts +1 -0
  62. package/lib/components/AiToggle/index.js +2 -0
  63. package/lib/components/AiToggle/index.js.map +1 -0
  64. package/lib/components/AiToggle/types.d.ts +7 -0
  65. package/lib/components/AiToggle/types.js +2 -0
  66. package/lib/components/AiToggle/types.js.map +1 -0
  67. package/lib/components/AllProjectsDropdown/AllProjectsDropdown.d.ts +4 -0
  68. package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js +85 -0
  69. package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js.map +1 -0
  70. package/lib/components/AllProjectsDropdown/index.d.ts +1 -0
  71. package/lib/components/AllProjectsDropdown/index.js +2 -0
  72. package/lib/components/AllProjectsDropdown/index.js.map +1 -0
  73. package/lib/components/AllProjectsDropdown/types.d.ts +16 -0
  74. package/lib/components/AllProjectsDropdown/types.js +2 -0
  75. package/lib/components/AllProjectsDropdown/types.js.map +1 -0
  76. package/lib/components/AppHeader/AppHeader.d.ts +5 -0
  77. package/lib/components/AppHeader/AppHeader.js +92 -0
  78. package/lib/components/AppHeader/AppHeader.js.map +1 -0
  79. package/lib/components/AppHeader/index.d.ts +1 -0
  80. package/lib/components/AppHeader/index.js +2 -0
  81. package/lib/components/AppHeader/index.js.map +1 -0
  82. package/lib/components/AppHeader/types.d.ts +57 -0
  83. package/lib/components/AppHeader/types.js +2 -0
  84. package/lib/components/AppHeader/types.js.map +1 -0
  85. package/lib/components/AttachMedia/AttachMedia.d.ts +5 -0
  86. package/lib/components/AttachMedia/AttachMedia.js +15 -0
  87. package/lib/components/AttachMedia/AttachMedia.js.map +1 -0
  88. package/lib/components/AttachMedia/index.d.ts +1 -0
  89. package/lib/components/AttachMedia/index.js +2 -0
  90. package/lib/components/AttachMedia/index.js.map +1 -0
  91. package/lib/components/AttachMedia/types.d.ts +30 -0
  92. package/lib/components/AttachMedia/types.js +2 -0
  93. package/lib/components/AttachMedia/types.js.map +1 -0
  94. package/lib/components/AttachmentButton/AttachmentButton.d.ts +5 -0
  95. package/lib/components/AttachmentButton/AttachmentButton.js +90 -0
  96. package/lib/components/AttachmentButton/AttachmentButton.js.map +1 -0
  97. package/lib/components/AttachmentButton/index.d.ts +1 -0
  98. package/lib/components/AttachmentButton/index.js +2 -0
  99. package/lib/components/AttachmentButton/index.js.map +1 -0
  100. package/lib/components/AttachmentButton/types.d.ts +20 -0
  101. package/lib/components/AttachmentButton/types.js +2 -0
  102. package/lib/components/AttachmentButton/types.js.map +1 -0
  103. package/lib/components/Avatar/Avatar.d.ts +5 -0
  104. package/lib/components/Avatar/Avatar.js +9 -0
  105. package/lib/components/Avatar/Avatar.js.map +1 -0
  106. package/lib/components/Avatar/index.d.ts +1 -0
  107. package/lib/components/Avatar/index.js +2 -0
  108. package/lib/components/Avatar/index.js.map +1 -0
  109. package/lib/components/Avatar/types.d.ts +34 -0
  110. package/lib/components/Avatar/types.js +2 -0
  111. package/lib/components/Avatar/types.js.map +1 -0
  112. package/lib/components/Box/Box.d.ts +5 -0
  113. package/lib/components/Box/Box.js +30 -0
  114. package/lib/components/Box/Box.js.map +1 -0
  115. package/lib/components/Box/index.d.ts +1 -0
  116. package/lib/components/Box/index.js +2 -0
  117. package/lib/components/Box/index.js.map +1 -0
  118. package/lib/components/Box/types.d.ts +34 -0
  119. package/lib/components/Box/types.js +2 -0
  120. package/lib/components/Box/types.js.map +1 -0
  121. package/lib/components/BrowserTabs/BrowserTabs.d.ts +5 -0
  122. package/lib/components/BrowserTabs/BrowserTabs.js +61 -0
  123. package/lib/components/BrowserTabs/BrowserTabs.js.map +1 -0
  124. package/lib/components/BrowserTabs/index.d.ts +1 -0
  125. package/lib/components/BrowserTabs/index.js +2 -0
  126. package/lib/components/BrowserTabs/index.js.map +1 -0
  127. package/lib/components/BrowserTabs/types.d.ts +68 -0
  128. package/lib/components/BrowserTabs/types.js +2 -0
  129. package/lib/components/BrowserTabs/types.js.map +1 -0
  130. package/lib/components/Button/Button.d.ts +5 -0
  131. package/lib/components/Button/Button.js +33 -0
  132. package/lib/components/Button/Button.js.map +1 -0
  133. package/lib/components/Button/index.d.ts +1 -0
  134. package/lib/components/Button/index.js +2 -0
  135. package/lib/components/Button/index.js.map +1 -0
  136. package/lib/components/Button/types.d.ts +103 -0
  137. package/lib/components/Button/types.js +2 -0
  138. package/lib/components/Button/types.js.map +1 -0
  139. package/lib/components/Charts/BarChart/BarChart.d.ts +40 -0
  140. package/lib/components/Charts/BarChart/BarChart.js +166 -0
  141. package/lib/components/Charts/BarChart/BarChart.js.map +1 -0
  142. package/lib/components/Charts/BarChart/index.d.ts +1 -0
  143. package/lib/components/Charts/BarChart/index.js +2 -0
  144. package/lib/components/Charts/BarChart/index.js.map +1 -0
  145. package/lib/components/Charts/BarChart/types.d.ts +17 -0
  146. package/lib/components/Charts/BarChart/types.js +2 -0
  147. package/lib/components/Charts/BarChart/types.js.map +1 -0
  148. package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.d.ts +5 -0
  149. package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.js +511 -0
  150. package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.js.map +1 -0
  151. package/lib/components/Charts/DashboardDonutChart/index.d.ts +1 -0
  152. package/lib/components/Charts/DashboardDonutChart/index.js +2 -0
  153. package/lib/components/Charts/DashboardDonutChart/index.js.map +1 -0
  154. package/lib/components/Charts/DashboardDonutChart/types.d.ts +61 -0
  155. package/lib/components/Charts/DashboardDonutChart/types.js +2 -0
  156. package/lib/components/Charts/DashboardDonutChart/types.js.map +1 -0
  157. package/lib/components/Charts/DonutChart/DonutChart.d.ts +5 -0
  158. package/lib/components/Charts/DonutChart/DonutChart.js +94 -0
  159. package/lib/components/Charts/DonutChart/DonutChart.js.map +1 -0
  160. package/lib/components/Charts/DonutChart/index.d.ts +1 -0
  161. package/lib/components/Charts/DonutChart/index.js +2 -0
  162. package/lib/components/Charts/DonutChart/index.js.map +1 -0
  163. package/lib/components/Charts/DonutChart/type.d.ts +15 -0
  164. package/lib/components/Charts/DonutChart/type.js +2 -0
  165. package/lib/components/Charts/DonutChart/type.js.map +1 -0
  166. package/lib/components/Charts/IconRadialChart/IconRadialChart.d.ts +5 -0
  167. package/lib/components/Charts/IconRadialChart/IconRadialChart.js +76 -0
  168. package/lib/components/Charts/IconRadialChart/IconRadialChart.js.map +1 -0
  169. package/lib/components/Charts/IconRadialChart/index.d.ts +1 -0
  170. package/lib/components/Charts/IconRadialChart/index.js +2 -0
  171. package/lib/components/Charts/IconRadialChart/index.js.map +1 -0
  172. package/lib/components/Charts/IconRadialChart/types.d.ts +25 -0
  173. package/lib/components/Charts/IconRadialChart/types.js +2 -0
  174. package/lib/components/Charts/IconRadialChart/types.js.map +1 -0
  175. package/lib/components/Charts/LineChart/LineChart.d.ts +5 -0
  176. package/lib/components/Charts/LineChart/LineChart.js +210 -0
  177. package/lib/components/Charts/LineChart/LineChart.js.map +1 -0
  178. package/lib/components/Charts/LineChart/index.d.ts +1 -0
  179. package/lib/components/Charts/LineChart/index.js +2 -0
  180. package/lib/components/Charts/LineChart/index.js.map +1 -0
  181. package/lib/components/Charts/LineChart/types.d.ts +31 -0
  182. package/lib/components/Charts/LineChart/types.js +2 -0
  183. package/lib/components/Charts/LineChart/types.js.map +1 -0
  184. package/lib/components/Charts/MultiRadialChart/MultiRadialChart.d.ts +5 -0
  185. package/lib/components/Charts/MultiRadialChart/MultiRadialChart.js +145 -0
  186. package/lib/components/Charts/MultiRadialChart/MultiRadialChart.js.map +1 -0
  187. package/lib/components/Charts/MultiRadialChart/index.d.ts +1 -0
  188. package/lib/components/Charts/MultiRadialChart/index.js +2 -0
  189. package/lib/components/Charts/MultiRadialChart/index.js.map +1 -0
  190. package/lib/components/Charts/MultiRadialChart/types.d.ts +30 -0
  191. package/lib/components/Charts/MultiRadialChart/types.js +2 -0
  192. package/lib/components/Charts/MultiRadialChart/types.js.map +1 -0
  193. package/lib/components/Charts/PieChart/PieChart.d.ts +5 -0
  194. package/lib/components/Charts/PieChart/PieChart.js +136 -0
  195. package/lib/components/Charts/PieChart/PieChart.js.map +1 -0
  196. package/lib/components/Charts/PieChart/index.d.ts +1 -0
  197. package/lib/components/Charts/PieChart/index.js +2 -0
  198. package/lib/components/Charts/PieChart/index.js.map +1 -0
  199. package/lib/components/Charts/PieChart/types.d.ts +27 -0
  200. package/lib/components/Charts/PieChart/types.js +2 -0
  201. package/lib/components/Charts/PieChart/types.js.map +1 -0
  202. package/lib/components/Charts/RadialChart/RadialChart.d.ts +5 -0
  203. package/lib/components/Charts/RadialChart/RadialChart.js +86 -0
  204. package/lib/components/Charts/RadialChart/RadialChart.js.map +1 -0
  205. package/lib/components/Charts/RadialChart/index.d.ts +1 -0
  206. package/lib/components/Charts/RadialChart/index.js +2 -0
  207. package/lib/components/Charts/RadialChart/index.js.map +1 -0
  208. package/lib/components/Charts/RadialChart/types.d.ts +25 -0
  209. package/lib/components/Charts/RadialChart/types.js +2 -0
  210. package/lib/components/Charts/RadialChart/types.js.map +1 -0
  211. package/lib/components/ChatModal/ChatModal.d.ts +5 -0
  212. package/lib/components/ChatModal/ChatModal.js +44 -0
  213. package/lib/components/ChatModal/ChatModal.js.map +1 -0
  214. package/lib/components/ChatModal/index.d.ts +1 -0
  215. package/lib/components/ChatModal/index.js +2 -0
  216. package/lib/components/ChatModal/index.js.map +1 -0
  217. package/lib/components/ChatModal/types.d.ts +31 -0
  218. package/lib/components/ChatModal/types.js +2 -0
  219. package/lib/components/ChatModal/types.js.map +1 -0
  220. package/lib/components/Checkbox/Checkbox.d.ts +6 -0
  221. package/lib/components/Checkbox/Checkbox.js +22 -0
  222. package/lib/components/Checkbox/Checkbox.js.map +1 -0
  223. package/lib/components/Checkbox/index.d.ts +1 -0
  224. package/lib/components/Checkbox/index.js +2 -0
  225. package/lib/components/Checkbox/index.js.map +1 -0
  226. package/lib/components/Checkbox/types.d.ts +38 -0
  227. package/lib/components/Checkbox/types.js +2 -0
  228. package/lib/components/Checkbox/types.js.map +1 -0
  229. package/lib/components/Chip/Chip.d.ts +4 -0
  230. package/lib/components/Chip/Chip.js +25 -0
  231. package/lib/components/Chip/Chip.js.map +1 -0
  232. package/lib/components/Chip/index.d.ts +1 -0
  233. package/lib/components/Chip/index.js +2 -0
  234. package/lib/components/Chip/index.js.map +1 -0
  235. package/lib/components/Chip/types.d.ts +20 -0
  236. package/lib/components/Chip/types.js +2 -0
  237. package/lib/components/Chip/types.js.map +1 -0
  238. package/lib/components/ChipWithCount/ChipWithCount.d.ts +5 -0
  239. package/lib/components/ChipWithCount/ChipWithCount.js +12 -0
  240. package/lib/components/ChipWithCount/ChipWithCount.js.map +1 -0
  241. package/lib/components/ChipWithCount/index.d.ts +1 -0
  242. package/lib/components/ChipWithCount/index.js +2 -0
  243. package/lib/components/ChipWithCount/index.js.map +1 -0
  244. package/lib/components/ChipWithCount/types.d.ts +6 -0
  245. package/lib/components/ChipWithCount/types.js +2 -0
  246. package/lib/components/ChipWithCount/types.js.map +1 -0
  247. package/lib/components/ChooseFile/ChooseFile.d.ts +4 -0
  248. package/lib/components/ChooseFile/ChooseFile.js +7 -0
  249. package/lib/components/ChooseFile/ChooseFile.js.map +1 -0
  250. package/lib/components/ChooseFile/types.d.ts +72 -0
  251. package/lib/components/ChooseFile/types.js +2 -0
  252. package/lib/components/ChooseFile/types.js.map +1 -0
  253. package/lib/components/Comments/Comments.d.ts +4 -0
  254. package/lib/components/Comments/Comments.js +271 -0
  255. package/lib/components/Comments/Comments.js.map +1 -0
  256. package/lib/components/Comments/childComment/ChildComment.d.ts +4 -0
  257. package/lib/components/Comments/childComment/ChildComment.js +232 -0
  258. package/lib/components/Comments/childComment/ChildComment.js.map +1 -0
  259. package/lib/components/Comments/childComment/useNode.d.ts +7 -0
  260. package/lib/components/Comments/childComment/useNode.js +49 -0
  261. package/lib/components/Comments/childComment/useNode.js.map +1 -0
  262. package/lib/components/Comments/commentCommonUtils.d.ts +10 -0
  263. package/lib/components/Comments/commentCommonUtils.js +15 -0
  264. package/lib/components/Comments/commentCommonUtils.js.map +1 -0
  265. package/lib/components/Comments/index.d.ts +1 -0
  266. package/lib/components/Comments/index.js +2 -0
  267. package/lib/components/Comments/index.js.map +1 -0
  268. package/lib/components/Comments/mentionUser/MentionUser.d.ts +5 -0
  269. package/lib/components/Comments/mentionUser/MentionUser.js +16 -0
  270. package/lib/components/Comments/mentionUser/MentionUser.js.map +1 -0
  271. package/lib/components/Comments/type.d.ts +56 -0
  272. package/lib/components/Comments/type.js +2 -0
  273. package/lib/components/Comments/type.js.map +1 -0
  274. package/lib/components/ConditionalDropdown/ConditionalDropdown.d.ts +4 -0
  275. package/lib/components/ConditionalDropdown/ConditionalDropdown.js +189 -0
  276. package/lib/components/ConditionalDropdown/ConditionalDropdown.js.map +1 -0
  277. package/lib/components/ConditionalDropdown/OptionsDropdown.d.ts +5 -0
  278. package/lib/components/ConditionalDropdown/OptionsDropdown.js +17 -0
  279. package/lib/components/ConditionalDropdown/OptionsDropdown.js.map +1 -0
  280. package/lib/components/ConditionalDropdown/index.d.ts +1 -0
  281. package/lib/components/ConditionalDropdown/index.js +2 -0
  282. package/lib/components/ConditionalDropdown/index.js.map +1 -0
  283. package/lib/components/ConditionalDropdown/types.d.ts +151 -0
  284. package/lib/components/ConditionalDropdown/types.js +2 -0
  285. package/lib/components/ConditionalDropdown/types.js.map +1 -0
  286. package/lib/components/ConnectingBranch/BranchComponents/MachineInstances.d.ts +3 -0
  287. package/lib/components/ConnectingBranch/BranchComponents/MachineInstances.js +37 -0
  288. package/lib/components/ConnectingBranch/BranchComponents/MachineInstances.js.map +1 -0
  289. package/lib/components/ConnectingBranch/ConnectingBranch.d.ts +5 -0
  290. package/lib/components/ConnectingBranch/ConnectingBranch.js +102 -0
  291. package/lib/components/ConnectingBranch/ConnectingBranch.js.map +1 -0
  292. package/lib/components/ConnectingBranch/data.d.ts +70 -0
  293. package/lib/components/ConnectingBranch/data.js +213 -0
  294. package/lib/components/ConnectingBranch/data.js.map +1 -0
  295. package/lib/components/ConnectingBranch/index.d.ts +1 -0
  296. package/lib/components/ConnectingBranch/index.js +2 -0
  297. package/lib/components/ConnectingBranch/index.js.map +1 -0
  298. package/lib/components/ConnectingBranch/types.d.ts +53 -0
  299. package/lib/components/ConnectingBranch/types.js +2 -0
  300. package/lib/components/ConnectingBranch/types.js.map +1 -0
  301. package/lib/components/CreateVariable/CreateVariableSlider.d.ts +5 -0
  302. package/lib/components/CreateVariable/CreateVariableSlider.js +18 -0
  303. package/lib/components/CreateVariable/CreateVariableSlider.js.map +1 -0
  304. package/lib/components/CreateVariable/index.d.ts +1 -0
  305. package/lib/components/CreateVariable/index.js +2 -0
  306. package/lib/components/CreateVariable/index.js.map +1 -0
  307. package/lib/components/CreateVariable/types.d.ts +64 -0
  308. package/lib/components/CreateVariable/types.js +2 -0
  309. package/lib/components/CreateVariable/types.js.map +1 -0
  310. package/lib/components/DatePicker/DatePicker.d.ts +5 -0
  311. package/lib/components/DatePicker/DatePicker.js +283 -0
  312. package/lib/components/DatePicker/DatePicker.js.map +1 -0
  313. package/lib/components/DatePicker/Timepicker.d.ts +4 -0
  314. package/lib/components/DatePicker/Timepicker.js +230 -0
  315. package/lib/components/DatePicker/Timepicker.js.map +1 -0
  316. package/lib/components/DatePicker/index.d.ts +1 -0
  317. package/lib/components/DatePicker/index.js +2 -0
  318. package/lib/components/DatePicker/index.js.map +1 -0
  319. package/lib/components/DatePicker/types.d.ts +99 -0
  320. package/lib/components/DatePicker/types.js +2 -0
  321. package/lib/components/DatePicker/types.js.map +1 -0
  322. package/lib/components/DownloadClient/DownloadClient.d.ts +4 -0
  323. package/lib/components/DownloadClient/DownloadClient.js +24 -0
  324. package/lib/components/DownloadClient/DownloadClient.js.map +1 -0
  325. package/lib/components/DownloadClient/index.d.ts +1 -0
  326. package/lib/components/DownloadClient/index.js +2 -0
  327. package/lib/components/DownloadClient/index.js.map +1 -0
  328. package/lib/components/DownloadClient/type.d.ts +27 -0
  329. package/lib/components/DownloadClient/type.js +2 -0
  330. package/lib/components/DownloadClient/type.js.map +1 -0
  331. package/lib/components/DragAndDrop/DragAndDrop.d.ts +9 -0
  332. package/lib/components/DragAndDrop/DragAndDrop.js +6 -0
  333. package/lib/components/DragAndDrop/DragAndDrop.js.map +1 -0
  334. package/lib/components/DragAndDrop/DragAndDropList.d.ts +20 -0
  335. package/lib/components/DragAndDrop/DragAndDropList.js +54 -0
  336. package/lib/components/DragAndDrop/DragAndDropList.js.map +1 -0
  337. package/lib/components/DragAndDrop/index.d.ts +1 -0
  338. package/lib/components/DragAndDrop/index.js +2 -0
  339. package/lib/components/DragAndDrop/index.js.map +1 -0
  340. package/lib/components/Drawer/Drawer.d.ts +5 -0
  341. package/lib/components/Drawer/Drawer.js +84 -0
  342. package/lib/components/Drawer/Drawer.js.map +1 -0
  343. package/lib/components/Drawer/Types.d.ts +163 -0
  344. package/lib/components/Drawer/Types.js +2 -0
  345. package/lib/components/Drawer/Types.js.map +1 -0
  346. package/lib/components/Drawer/index.d.ts +1 -0
  347. package/lib/components/Drawer/index.js +2 -0
  348. package/lib/components/Drawer/index.js.map +1 -0
  349. package/lib/components/EditLabel/EditLabel.d.ts +4 -0
  350. package/lib/components/EditLabel/EditLabel.js +147 -0
  351. package/lib/components/EditLabel/EditLabel.js.map +1 -0
  352. package/lib/components/EditLabel/index.d.ts +1 -0
  353. package/lib/components/EditLabel/index.js +2 -0
  354. package/lib/components/EditLabel/index.js.map +1 -0
  355. package/lib/components/EditLabel/types.d.ts +37 -0
  356. package/lib/components/EditLabel/types.js +2 -0
  357. package/lib/components/EditLabel/types.js.map +1 -0
  358. package/lib/components/EditTextField/EditTextField.d.ts +5 -0
  359. package/lib/components/EditTextField/EditTextField.js +85 -0
  360. package/lib/components/EditTextField/EditTextField.js.map +1 -0
  361. package/lib/components/EditTextField/index.d.ts +1 -0
  362. package/lib/components/EditTextField/index.js +2 -0
  363. package/lib/components/EditTextField/index.js.map +1 -0
  364. package/lib/components/EditTextField/types.d.ts +52 -0
  365. package/lib/components/EditTextField/types.js +2 -0
  366. package/lib/components/EditTextField/types.js.map +1 -0
  367. package/lib/components/Editor/Editor.d.ts +4 -0
  368. package/lib/components/Editor/Editor.js +351 -0
  369. package/lib/components/Editor/Editor.js.map +1 -0
  370. package/lib/components/Editor/VariableDropdown.d.ts +5 -0
  371. package/lib/components/Editor/VariableDropdown.js +38 -0
  372. package/lib/components/Editor/VariableDropdown.js.map +1 -0
  373. package/lib/components/Editor/constants.d.ts +3 -0
  374. package/lib/components/Editor/constants.js +217 -0
  375. package/lib/components/Editor/constants.js.map +1 -0
  376. package/lib/components/Editor/index.d.ts +1 -0
  377. package/lib/components/Editor/index.js +2 -0
  378. package/lib/components/Editor/index.js.map +1 -0
  379. package/lib/components/Editor/types.d.ts +102 -0
  380. package/lib/components/Editor/types.js +2 -0
  381. package/lib/components/Editor/types.js.map +1 -0
  382. package/lib/components/ErrorBoundary/ErrorBoundary.d.ts +9 -0
  383. package/lib/components/ErrorBoundary/ErrorBoundary.js +22 -0
  384. package/lib/components/ErrorBoundary/ErrorBoundary.js.map +1 -0
  385. package/lib/components/ErrorBoundary/errorBoundary.types.d.ts +8 -0
  386. package/lib/components/ErrorBoundary/errorBoundary.types.js +2 -0
  387. package/lib/components/ErrorBoundary/errorBoundary.types.js.map +1 -0
  388. package/lib/components/Excel/ColorBarSelector/ColorBarSelector.d.ts +9 -0
  389. package/lib/components/Excel/ColorBarSelector/ColorBarSelector.js +23 -0
  390. package/lib/components/Excel/ColorBarSelector/ColorBarSelector.js.map +1 -0
  391. package/lib/components/Excel/ExcelContextMenu/ExcelContextMenu.d.ts +12 -0
  392. package/lib/components/Excel/ExcelContextMenu/ExcelContextMenu.js +21 -0
  393. package/lib/components/Excel/ExcelContextMenu/ExcelContextMenu.js.map +1 -0
  394. package/lib/components/Excel/ExcelFile/ExcelFile.d.ts +107 -0
  395. package/lib/components/Excel/ExcelFile/ExcelFile.js +438 -0
  396. package/lib/components/Excel/ExcelFile/ExcelFile.js.map +1 -0
  397. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.d.ts +30 -0
  398. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js +169 -0
  399. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js.map +1 -0
  400. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.d.ts +4 -0
  401. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js +70 -0
  402. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js.map +1 -0
  403. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.d.ts +5 -0
  404. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js +102 -0
  405. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js.map +1 -0
  406. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Copied.d.ts +3 -0
  407. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Copied.js +13 -0
  408. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Copied.js.map +1 -0
  409. package/lib/components/Excel/ExcelFile/ExcelFileComponents/CornerIndicator.d.ts +5 -0
  410. package/lib/components/Excel/ExcelFile/ExcelFileComponents/CornerIndicator.js +26 -0
  411. package/lib/components/Excel/ExcelFile/ExcelFileComponents/CornerIndicator.js.map +1 -0
  412. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.d.ts +5 -0
  413. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js +24 -0
  414. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js.map +1 -0
  415. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.d.ts +8 -0
  416. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.js +35 -0
  417. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.js.map +1 -0
  418. package/lib/components/Excel/ExcelFile/ExcelFileComponents/FloatingRect.d.ts +10 -0
  419. package/lib/components/Excel/ExcelFile/ExcelFileComponents/FloatingRect.js +38 -0
  420. package/lib/components/Excel/ExcelFile/ExcelFileComponents/FloatingRect.js.map +1 -0
  421. package/lib/components/Excel/ExcelFile/ExcelFileComponents/HeaderRow.d.ts +3 -0
  422. package/lib/components/Excel/ExcelFile/ExcelFileComponents/HeaderRow.js +4 -0
  423. package/lib/components/Excel/ExcelFile/ExcelFileComponents/HeaderRow.js.map +1 -0
  424. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Row.d.ts +3 -0
  425. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Row.js +4 -0
  426. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Row.js.map +1 -0
  427. package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.d.ts +5 -0
  428. package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js +90 -0
  429. package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js.map +1 -0
  430. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.d.ts +3 -0
  431. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.js +14 -0
  432. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.js.map +1 -0
  433. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.d.ts +98 -0
  434. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js +291 -0
  435. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js.map +1 -0
  436. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Table.d.ts +3 -0
  437. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Table.js +16 -0
  438. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Table.js.map +1 -0
  439. package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.d.ts +262 -0
  440. package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js +266 -0
  441. package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js.map +1 -0
  442. package/lib/components/Excel/ExcelFile/ExcelFileComponents/areModelsEqual.d.ts +1 -0
  443. package/lib/components/Excel/ExcelFile/ExcelFileComponents/areModelsEqual.js +18 -0
  444. package/lib/components/Excel/ExcelFile/ExcelFileComponents/areModelsEqual.js.map +1 -0
  445. package/lib/components/Excel/ExcelFile/ExcelFileComponents/context.d.ts +8 -0
  446. package/lib/components/Excel/ExcelFile/ExcelFileComponents/context.js +5 -0
  447. package/lib/components/Excel/ExcelFile/ExcelFileComponents/context.js.map +1 -0
  448. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/engine.d.ts +16 -0
  449. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/engine.js +94 -0
  450. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/engine.js.map +1 -0
  451. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/formula.d.ts +9 -0
  452. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/formula.js +23 -0
  453. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/formula.js.map +1 -0
  454. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/index.d.ts +2 -0
  455. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/index.js +3 -0
  456. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/index.js.map +1 -0
  457. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-graph.d.ts +20 -0
  458. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-graph.js +127 -0
  459. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-graph.js.map +1 -0
  460. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-hash.d.ts +3 -0
  461. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-hash.js +8 -0
  462. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-hash.js.map +1 -0
  463. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-set.d.ts +24 -0
  464. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-set.js +63 -0
  465. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-set.js.map +1 -0
  466. package/lib/components/Excel/ExcelFile/ExcelFileComponents/index.d.ts +13 -0
  467. package/lib/components/Excel/ExcelFile/ExcelFileComponents/index.js +10 -0
  468. package/lib/components/Excel/ExcelFile/ExcelFileComponents/index.js.map +1 -0
  469. package/lib/components/Excel/ExcelFile/ExcelFileComponents/matrix.d.ts +67 -0
  470. package/lib/components/Excel/ExcelFile/ExcelFileComponents/matrix.js +272 -0
  471. package/lib/components/Excel/ExcelFile/ExcelFileComponents/matrix.js.map +1 -0
  472. package/lib/components/Excel/ExcelFile/ExcelFileComponents/point-range.d.ts +22 -0
  473. package/lib/components/Excel/ExcelFile/ExcelFileComponents/point-range.js +61 -0
  474. package/lib/components/Excel/ExcelFile/ExcelFileComponents/point-range.js.map +1 -0
  475. package/lib/components/Excel/ExcelFile/ExcelFileComponents/point.d.ts +11 -0
  476. package/lib/components/Excel/ExcelFile/ExcelFileComponents/point.js +7 -0
  477. package/lib/components/Excel/ExcelFile/ExcelFileComponents/point.js.map +1 -0
  478. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.d.ts +4 -0
  479. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js +624 -0
  480. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js.map +1 -0
  481. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.d.ts +45 -0
  482. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js +684 -0
  483. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js.map +1 -0
  484. package/lib/components/Excel/ExcelFile/ExcelFileComponents/selection.d.ts +95 -0
  485. package/lib/components/Excel/ExcelFile/ExcelFileComponents/selection.js +189 -0
  486. package/lib/components/Excel/ExcelFile/ExcelFileComponents/selection.js.map +1 -0
  487. package/lib/components/Excel/ExcelFile/ExcelFileComponents/types.d.ts +232 -0
  488. package/lib/components/Excel/ExcelFile/ExcelFileComponents/types.js +2 -0
  489. package/lib/components/Excel/ExcelFile/ExcelFileComponents/types.js.map +1 -0
  490. package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-dispatch.d.ts +3 -0
  491. package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-dispatch.js +7 -0
  492. package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-dispatch.js.map +1 -0
  493. package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-selector.d.ts +3 -0
  494. package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-selector.js +7 -0
  495. package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-selector.js.map +1 -0
  496. package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.d.ts +52 -0
  497. package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js +231 -0
  498. package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js.map +1 -0
  499. package/lib/components/Excel/ExcelToolBar/ExcelToolBar.d.ts +19 -0
  500. package/lib/components/Excel/ExcelToolBar/ExcelToolBar.js +109 -0
  501. package/lib/components/Excel/ExcelToolBar/ExcelToolBar.js.map +1 -0
  502. package/lib/components/Excel/Types.d.ts +196 -0
  503. package/lib/components/Excel/Types.js +2 -0
  504. package/lib/components/Excel/Types.js.map +1 -0
  505. package/lib/components/Excel/dataConversion.d.ts +2 -0
  506. package/lib/components/Excel/dataConversion.js +136 -0
  507. package/lib/components/Excel/dataConversion.js.map +1 -0
  508. package/lib/components/Excel/index.d.ts +1 -0
  509. package/lib/components/Excel/index.js +2 -0
  510. package/lib/components/Excel/index.js.map +1 -0
  511. package/lib/components/ExpandableMenu/ExpandableMenu.d.ts +5 -0
  512. package/lib/components/ExpandableMenu/ExpandableMenu.js +41 -0
  513. package/lib/components/ExpandableMenu/ExpandableMenu.js.map +1 -0
  514. package/lib/components/ExpandableMenu/index.d.ts +1 -0
  515. package/lib/components/ExpandableMenu/index.js +2 -0
  516. package/lib/components/ExpandableMenu/index.js.map +1 -0
  517. package/lib/components/ExpandableMenu/types.d.ts +35 -0
  518. package/lib/components/ExpandableMenu/types.js +2 -0
  519. package/lib/components/ExpandableMenu/types.js.map +1 -0
  520. package/lib/components/ExpandableTable/ExpandableTable.d.ts +12 -0
  521. package/lib/components/ExpandableTable/ExpandableTable.js +19 -0
  522. package/lib/components/ExpandableTable/ExpandableTable.js.map +1 -0
  523. package/lib/components/FF_Captcha/Recaptcha.d.ts +6 -0
  524. package/lib/components/FF_Captcha/Recaptcha.js +24 -0
  525. package/lib/components/FF_Captcha/Recaptcha.js.map +1 -0
  526. package/lib/components/FF_Captcha/index.d.ts +0 -0
  527. package/lib/components/FF_Captcha/index.js +2 -0
  528. package/lib/components/FF_Captcha/index.js.map +1 -0
  529. package/lib/components/FF_Captcha/types.d.ts +29 -0
  530. package/lib/components/FF_Captcha/types.js +2 -0
  531. package/lib/components/FF_Captcha/types.js.map +1 -0
  532. package/lib/components/FieldSet/FieldSet.d.ts +5 -0
  533. package/lib/components/FieldSet/FieldSet.js +8 -0
  534. package/lib/components/FieldSet/FieldSet.js.map +1 -0
  535. package/lib/components/FieldSet/index.d.ts +1 -0
  536. package/lib/components/FieldSet/index.js +2 -0
  537. package/lib/components/FieldSet/index.js.map +1 -0
  538. package/lib/components/FieldSet/types.d.ts +7 -0
  539. package/lib/components/FieldSet/types.js +2 -0
  540. package/lib/components/FieldSet/types.js.map +1 -0
  541. package/lib/components/FileDropzone/Dropzone.d.ts +5 -0
  542. package/lib/components/FileDropzone/Dropzone.js +22 -0
  543. package/lib/components/FileDropzone/Dropzone.js.map +1 -0
  544. package/lib/components/FileDropzone/FileDropzone.d.ts +4 -0
  545. package/lib/components/FileDropzone/FileDropzone.js +42 -0
  546. package/lib/components/FileDropzone/FileDropzone.js.map +1 -0
  547. package/lib/components/FileDropzone/FilePreview.d.ts +4 -0
  548. package/lib/components/FileDropzone/FilePreview.js +12 -0
  549. package/lib/components/FileDropzone/FilePreview.js.map +1 -0
  550. package/lib/components/FileDropzone/RadioFilePreview.d.ts +4 -0
  551. package/lib/components/FileDropzone/RadioFilePreview.js +33 -0
  552. package/lib/components/FileDropzone/RadioFilePreview.js.map +1 -0
  553. package/lib/components/FileDropzone/index.d.ts +1 -0
  554. package/lib/components/FileDropzone/index.js +2 -0
  555. package/lib/components/FileDropzone/index.js.map +1 -0
  556. package/lib/components/FileDropzone/types.d.ts +200 -0
  557. package/lib/components/FileDropzone/types.js +2 -0
  558. package/lib/components/FileDropzone/types.js.map +1 -0
  559. package/lib/components/Form/Form.d.ts +2 -0
  560. package/lib/components/Form/Form.js +3 -0
  561. package/lib/components/Form/Form.js.map +1 -0
  562. package/lib/components/Form/Forms.d.ts +13 -0
  563. package/lib/components/Form/Forms.js +19 -0
  564. package/lib/components/Form/Forms.js.map +1 -0
  565. package/lib/components/Form/index.d.ts +1 -0
  566. package/lib/components/Form/index.js +2 -0
  567. package/lib/components/Form/index.js.map +1 -0
  568. package/lib/components/Form/types.d.ts +1 -0
  569. package/lib/components/Form/types.js +2 -0
  570. package/lib/components/Form/types.js.map +1 -0
  571. package/lib/components/GridLayout/GridLayout.d.ts +6 -0
  572. package/lib/components/GridLayout/GridLayout.js +15 -0
  573. package/lib/components/GridLayout/GridLayout.js.map +1 -0
  574. package/lib/components/GridLayout/index.d.ts +2 -0
  575. package/lib/components/GridLayout/index.js +2 -0
  576. package/lib/components/GridLayout/index.js.map +1 -0
  577. package/lib/components/GridLayout/types.d.ts +74 -0
  578. package/lib/components/GridLayout/types.js +2 -0
  579. package/lib/components/GridLayout/types.js.map +1 -0
  580. package/lib/components/HighlightText/HighlightText.d.ts +4 -0
  581. package/lib/components/HighlightText/HighlightText.js +15 -0
  582. package/lib/components/HighlightText/HighlightText.js.map +1 -0
  583. package/lib/components/HighlightText/index.d.ts +1 -0
  584. package/lib/components/HighlightText/index.js +2 -0
  585. package/lib/components/HighlightText/index.js.map +1 -0
  586. package/lib/components/HighlightText/types.d.ts +4 -0
  587. package/lib/components/HighlightText/types.js +2 -0
  588. package/lib/components/HighlightText/types.js.map +1 -0
  589. package/lib/components/HistoryCard/HistoryCard.d.ts +25 -0
  590. package/lib/components/HistoryCard/HistoryCard.js +9 -0
  591. package/lib/components/HistoryCard/HistoryCard.js.map +1 -0
  592. package/lib/components/HistoryCard/index.d.ts +1 -0
  593. package/lib/components/HistoryCard/index.js +2 -0
  594. package/lib/components/HistoryCard/index.js.map +1 -0
  595. package/lib/components/Icon/Icon.d.ts +4 -0
  596. package/lib/components/Icon/Icon.js +43 -0
  597. package/lib/components/Icon/Icon.js.map +1 -0
  598. package/lib/components/Icon/iconList.d.ts +2 -0
  599. package/lib/components/Icon/iconList.js +765 -0
  600. package/lib/components/Icon/iconList.js.map +1 -0
  601. package/lib/components/Icon/index.d.ts +1 -0
  602. package/lib/components/Icon/index.js +2 -0
  603. package/lib/components/Icon/index.js.map +1 -0
  604. package/lib/components/Icon/types.d.ts +15 -0
  605. package/lib/components/Icon/types.js +2 -0
  606. package/lib/components/Icon/types.js.map +1 -0
  607. package/lib/components/IconButton/IconButton.d.ts +4 -0
  608. package/lib/components/IconButton/IconButton.js +11 -0
  609. package/lib/components/IconButton/IconButton.js.map +1 -0
  610. package/lib/components/IconButton/index.d.ts +1 -0
  611. package/lib/components/IconButton/index.js +2 -0
  612. package/lib/components/IconButton/index.js.map +1 -0
  613. package/lib/components/IconButton/types.d.ts +8 -0
  614. package/lib/components/IconButton/types.js +2 -0
  615. package/lib/components/IconButton/types.js.map +1 -0
  616. package/lib/components/IconRadioGroup/IconRadioGroup.d.ts +5 -0
  617. package/lib/components/IconRadioGroup/IconRadioGroup.js +34 -0
  618. package/lib/components/IconRadioGroup/IconRadioGroup.js.map +1 -0
  619. package/lib/components/IconRadioGroup/index.d.ts +1 -0
  620. package/lib/components/IconRadioGroup/index.js +2 -0
  621. package/lib/components/IconRadioGroup/index.js.map +1 -0
  622. package/lib/components/IconRadioGroup/type.d.ts +41 -0
  623. package/lib/components/IconRadioGroup/type.js +2 -0
  624. package/lib/components/IconRadioGroup/type.js.map +1 -0
  625. package/lib/components/Input/Input.d.ts +4 -0
  626. package/lib/components/Input/Input.js +99 -0
  627. package/lib/components/Input/Input.js.map +1 -0
  628. package/lib/components/Input/index.d.ts +1 -0
  629. package/lib/components/Input/index.js +2 -0
  630. package/lib/components/Input/index.js.map +1 -0
  631. package/lib/components/Input/types.d.ts +93 -0
  632. package/lib/components/Input/types.js +2 -0
  633. package/lib/components/Input/types.js.map +1 -0
  634. package/lib/components/InputWithDropdown/InputWithDropdown.d.ts +4 -0
  635. package/lib/components/InputWithDropdown/InputWithDropdown.js +37 -0
  636. package/lib/components/InputWithDropdown/InputWithDropdown.js.map +1 -0
  637. package/lib/components/InputWithDropdown/index.d.ts +1 -0
  638. package/lib/components/InputWithDropdown/index.js +2 -0
  639. package/lib/components/InputWithDropdown/index.js.map +1 -0
  640. package/lib/components/InputWithDropdown/types.d.ts +95 -0
  641. package/lib/components/InputWithDropdown/types.js +2 -0
  642. package/lib/components/InputWithDropdown/types.js.map +1 -0
  643. package/lib/components/LabelEditTextField/LabelEditTextField.d.ts +5 -0
  644. package/lib/components/LabelEditTextField/LabelEditTextField.js +166 -0
  645. package/lib/components/LabelEditTextField/LabelEditTextField.js.map +1 -0
  646. package/lib/components/LabelEditTextField/index.d.ts +1 -0
  647. package/lib/components/LabelEditTextField/index.js +2 -0
  648. package/lib/components/LabelEditTextField/index.js.map +1 -0
  649. package/lib/components/LabelEditTextField/types.d.ts +53 -0
  650. package/lib/components/LabelEditTextField/types.js +2 -0
  651. package/lib/components/LabelEditTextField/types.js.map +1 -0
  652. package/lib/components/LazyLoad/LazyLoad.d.ts +2 -0
  653. package/lib/components/LazyLoad/LazyLoad.js +3 -0
  654. package/lib/components/LazyLoad/LazyLoad.js.map +1 -0
  655. package/lib/components/LazyLoad/LazyLoading.d.ts +2 -0
  656. package/lib/components/LazyLoad/LazyLoading.js +10 -0
  657. package/lib/components/LazyLoad/LazyLoading.js.map +1 -0
  658. package/lib/components/LazyLoad/index.d.ts +1 -0
  659. package/lib/components/LazyLoad/index.js +2 -0
  660. package/lib/components/LazyLoad/index.js.map +1 -0
  661. package/lib/components/Link/Link.d.ts +4 -0
  662. package/lib/components/Link/Link.js +38 -0
  663. package/lib/components/Link/Link.js.map +1 -0
  664. package/lib/components/Link/index.d.ts +1 -0
  665. package/lib/components/Link/index.js +2 -0
  666. package/lib/components/Link/index.js.map +1 -0
  667. package/lib/components/Link/types.d.ts +88 -0
  668. package/lib/components/Link/types.js +2 -0
  669. package/lib/components/Link/types.js.map +1 -0
  670. package/lib/components/MachineInputField/MachineInputField.d.ts +7 -0
  671. package/lib/components/MachineInputField/MachineInputField.js +43 -0
  672. package/lib/components/MachineInputField/MachineInputField.js.map +1 -0
  673. package/lib/components/MachineInputField/index.d.ts +1 -0
  674. package/lib/components/MachineInputField/index.js +2 -0
  675. package/lib/components/MachineInputField/index.js.map +1 -0
  676. package/lib/components/MachineInputField/types.d.ts +16 -0
  677. package/lib/components/MachineInputField/types.js +2 -0
  678. package/lib/components/MachineInputField/types.js.map +1 -0
  679. package/lib/components/MediaPreview/MediaPreview.d.ts +4 -0
  680. package/lib/components/MediaPreview/MediaPreview.js +20 -0
  681. package/lib/components/MediaPreview/MediaPreview.js.map +1 -0
  682. package/lib/components/MediaPreview/index.d.ts +1 -0
  683. package/lib/components/MediaPreview/index.js +2 -0
  684. package/lib/components/MediaPreview/index.js.map +1 -0
  685. package/lib/components/MediaPreview/types.d.ts +8 -0
  686. package/lib/components/MediaPreview/types.js +2 -0
  687. package/lib/components/MediaPreview/types.js.map +1 -0
  688. package/lib/components/MenuOption/MenuOption.d.ts +4 -0
  689. package/lib/components/MenuOption/MenuOption.js +138 -0
  690. package/lib/components/MenuOption/MenuOption.js.map +1 -0
  691. package/lib/components/MenuOption/index.d.ts +1 -0
  692. package/lib/components/MenuOption/index.js +2 -0
  693. package/lib/components/MenuOption/index.js.map +1 -0
  694. package/lib/components/MenuOption/types.d.ts +208 -0
  695. package/lib/components/MenuOption/types.js +2 -0
  696. package/lib/components/MenuOption/types.js.map +1 -0
  697. package/lib/components/MessageBox/MessageBox.d.ts +5 -0
  698. package/lib/components/MessageBox/MessageBox.js +19 -0
  699. package/lib/components/MessageBox/MessageBox.js.map +1 -0
  700. package/lib/components/MessageBox/index.d.ts +1 -0
  701. package/lib/components/MessageBox/index.js +2 -0
  702. package/lib/components/MessageBox/index.js.map +1 -0
  703. package/lib/components/MessageBox/types.d.ts +8 -0
  704. package/lib/components/MessageBox/types.js +2 -0
  705. package/lib/components/MessageBox/types.js.map +1 -0
  706. package/lib/components/MiniModal/MiniModal.d.ts +4 -0
  707. package/lib/components/MiniModal/MiniModal.js +251 -0
  708. package/lib/components/MiniModal/MiniModal.js.map +1 -0
  709. package/lib/components/MiniModal/index.d.ts +1 -0
  710. package/lib/components/MiniModal/index.js +2 -0
  711. package/lib/components/MiniModal/index.js.map +1 -0
  712. package/lib/components/MiniModal/types.d.ts +130 -0
  713. package/lib/components/MiniModal/types.js +2 -0
  714. package/lib/components/MiniModal/types.js.map +1 -0
  715. package/lib/components/MobileSkin/MobileSkin.d.ts +5 -0
  716. package/lib/components/MobileSkin/MobileSkin.js +25 -0
  717. package/lib/components/MobileSkin/MobileSkin.js.map +1 -0
  718. package/lib/components/MobileSkin/MobileSkinInterface.d.ts +13 -0
  719. package/lib/components/MobileSkin/MobileSkinInterface.js +2 -0
  720. package/lib/components/MobileSkin/MobileSkinInterface.js.map +1 -0
  721. package/lib/components/MobileSkin/index.d.ts +1 -0
  722. package/lib/components/MobileSkin/index.js +2 -0
  723. package/lib/components/MobileSkin/index.js.map +1 -0
  724. package/lib/components/MobileSkin/types.d.ts +33 -0
  725. package/lib/components/MobileSkin/types.js +2 -0
  726. package/lib/components/MobileSkin/types.js.map +1 -0
  727. package/lib/components/Modal/Modal.d.ts +5 -0
  728. package/lib/components/Modal/Modal.js +40 -0
  729. package/lib/components/Modal/Modal.js.map +1 -0
  730. package/lib/components/Modal/index.d.ts +1 -0
  731. package/lib/components/Modal/index.js +2 -0
  732. package/lib/components/Modal/index.js.map +1 -0
  733. package/lib/components/Modal/types.d.ts +32 -0
  734. package/lib/components/Modal/types.js +2 -0
  735. package/lib/components/Modal/types.js.map +1 -0
  736. package/lib/components/ModulesChip/ModuleChip.d.ts +4 -0
  737. package/lib/components/ModulesChip/ModuleChip.js +14 -0
  738. package/lib/components/ModulesChip/ModuleChip.js.map +1 -0
  739. package/lib/components/ModulesChip/index.d.ts +1 -0
  740. package/lib/components/ModulesChip/index.js +2 -0
  741. package/lib/components/ModulesChip/index.js.map +1 -0
  742. package/lib/components/ModulesChip/types.d.ts +15 -0
  743. package/lib/components/ModulesChip/types.js +2 -0
  744. package/lib/components/ModulesChip/types.js.map +1 -0
  745. package/lib/components/MultiSelect/Dropdown.d.ts +4 -0
  746. package/lib/components/MultiSelect/Dropdown.js +86 -0
  747. package/lib/components/MultiSelect/Dropdown.js.map +1 -0
  748. package/lib/components/MultiSelect/MultiSelect.d.ts +4 -0
  749. package/lib/components/MultiSelect/MultiSelect.js +292 -0
  750. package/lib/components/MultiSelect/MultiSelect.js.map +1 -0
  751. package/lib/components/MultiSelect/MultiSelectTypes.d.ts +40 -0
  752. package/lib/components/MultiSelect/MultiSelectTypes.js +2 -0
  753. package/lib/components/MultiSelect/MultiSelectTypes.js.map +1 -0
  754. package/lib/components/MultiSelect/dropdownTypes.d.ts +26 -0
  755. package/lib/components/MultiSelect/dropdownTypes.js +6 -0
  756. package/lib/components/MultiSelect/dropdownTypes.js.map +1 -0
  757. package/lib/components/MultiSelect/index.d.ts +1 -0
  758. package/lib/components/MultiSelect/index.js +2 -0
  759. package/lib/components/MultiSelect/index.js.map +1 -0
  760. package/lib/components/NLPInput/NlpInput.d.ts +4 -0
  761. package/lib/components/NLPInput/NlpInput.js +213 -0
  762. package/lib/components/NLPInput/NlpInput.js.map +1 -0
  763. package/lib/components/NLPInput/components/ChipsFolder/ChipsAccordion.d.ts +4 -0
  764. package/lib/components/NLPInput/components/ChipsFolder/ChipsAccordion.js +53 -0
  765. package/lib/components/NLPInput/components/ChipsFolder/ChipsAccordion.js.map +1 -0
  766. package/lib/components/NLPInput/components/NlpDropDown/NlpDropDownType.d.ts +25 -0
  767. package/lib/components/NLPInput/components/NlpDropDown/NlpDropDownType.js +7 -0
  768. package/lib/components/NLPInput/components/NlpDropDown/NlpDropDownType.js.map +1 -0
  769. package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.d.ts +4 -0
  770. package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js +115 -0
  771. package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js.map +1 -0
  772. package/lib/components/NLPInput/index.d.ts +1 -0
  773. package/lib/components/NLPInput/index.js +2 -0
  774. package/lib/components/NLPInput/index.js.map +1 -0
  775. package/lib/components/NLPInput/sampleData.d.ts +108 -0
  776. package/lib/components/NLPInput/sampleData.js +168 -0
  777. package/lib/components/NLPInput/sampleData.js.map +1 -0
  778. package/lib/components/NLPInput/types.d.ts +89 -0
  779. package/lib/components/NLPInput/types.js +2 -0
  780. package/lib/components/NLPInput/types.js.map +1 -0
  781. package/lib/components/NoDataContent/NoDataContent.d.ts +5 -0
  782. package/lib/components/NoDataContent/NoDataContent.js +9 -0
  783. package/lib/components/NoDataContent/NoDataContent.js.map +1 -0
  784. package/lib/components/NoDataContent/index.d.ts +1 -0
  785. package/lib/components/NoDataContent/index.js +2 -0
  786. package/lib/components/NoDataContent/index.js.map +1 -0
  787. package/lib/components/NoDataContent/type.d.ts +7 -0
  788. package/lib/components/NoDataContent/type.js +2 -0
  789. package/lib/components/NoDataContent/type.js.map +1 -0
  790. package/lib/components/OverviewModal/index.d.ts +1 -0
  791. package/lib/components/OverviewModal/index.js +2 -0
  792. package/lib/components/OverviewModal/index.js.map +1 -0
  793. package/lib/components/OverviewModal/overviewModal.d.ts +5 -0
  794. package/lib/components/OverviewModal/overviewModal.js +22 -0
  795. package/lib/components/OverviewModal/overviewModal.js.map +1 -0
  796. package/lib/components/OverviewModal/types.d.ts +18 -0
  797. package/lib/components/OverviewModal/types.js +2 -0
  798. package/lib/components/OverviewModal/types.js.map +1 -0
  799. package/lib/components/Paper/Paper.d.ts +4 -0
  800. package/lib/components/Paper/Paper.js +9 -0
  801. package/lib/components/Paper/Paper.js.map +1 -0
  802. package/lib/components/Paper/index.d.ts +1 -0
  803. package/lib/components/Paper/index.js +2 -0
  804. package/lib/components/Paper/index.js.map +1 -0
  805. package/lib/components/Paper/types.d.ts +15 -0
  806. package/lib/components/Paper/types.js +2 -0
  807. package/lib/components/Paper/types.js.map +1 -0
  808. package/lib/components/PhoneInput/PhoneInput.d.ts +5 -0
  809. package/lib/components/PhoneInput/PhoneInput.js +64 -0
  810. package/lib/components/PhoneInput/PhoneInput.js.map +1 -0
  811. package/lib/components/PhoneInput/index.d.ts +1 -0
  812. package/lib/components/PhoneInput/index.js +2 -0
  813. package/lib/components/PhoneInput/index.js.map +1 -0
  814. package/lib/components/PhoneInput/types.d.ts +16 -0
  815. package/lib/components/PhoneInput/types.js +2 -0
  816. package/lib/components/PhoneInput/types.js.map +1 -0
  817. package/lib/components/PhoneInput/util.d.ts +3 -0
  818. package/lib/components/PhoneInput/util.js +21 -0
  819. package/lib/components/PhoneInput/util.js.map +1 -0
  820. package/lib/components/PopUpModal/PopUpModal.d.ts +5 -0
  821. package/lib/components/PopUpModal/PopUpModal.js +11 -0
  822. package/lib/components/PopUpModal/PopUpModal.js.map +1 -0
  823. package/lib/components/PopUpModal/types.d.ts +21 -0
  824. package/lib/components/PopUpModal/types.js +2 -0
  825. package/lib/components/PopUpModal/types.js.map +1 -0
  826. package/lib/components/PrePostTable/PrePostTable.d.ts +4 -0
  827. package/lib/components/PrePostTable/PrePostTable.js +125 -0
  828. package/lib/components/PrePostTable/PrePostTable.js.map +1 -0
  829. package/lib/components/PrePostTable/Types.d.ts +193 -0
  830. package/lib/components/PrePostTable/Types.js +2 -0
  831. package/lib/components/PrePostTable/Types.js.map +1 -0
  832. package/lib/components/PrePostTable/components/DraggableTableRow.d.ts +5 -0
  833. package/lib/components/PrePostTable/components/DraggableTableRow.js +39 -0
  834. package/lib/components/PrePostTable/components/DraggableTableRow.js.map +1 -0
  835. package/lib/components/PrePostTable/components/PrePostStepAccordions.d.ts +4 -0
  836. package/lib/components/PrePostTable/components/PrePostStepAccordions.js +18 -0
  837. package/lib/components/PrePostTable/components/PrePostStepAccordions.js.map +1 -0
  838. package/lib/components/PrePostTable/components/StepGroupDetailView.d.ts +9 -0
  839. package/lib/components/PrePostTable/components/StepGroupDetailView.js +17 -0
  840. package/lib/components/PrePostTable/components/StepGroupDetailView.js.map +1 -0
  841. package/lib/components/PrePostTable/index.d.ts +1 -0
  842. package/lib/components/PrePostTable/index.js +2 -0
  843. package/lib/components/PrePostTable/index.js.map +1 -0
  844. package/lib/components/ProgressBar/ProgressBar.d.ts +5 -0
  845. package/lib/components/ProgressBar/ProgressBar.js +57 -0
  846. package/lib/components/ProgressBar/ProgressBar.js.map +1 -0
  847. package/lib/components/ProgressBar/index.d.ts +1 -0
  848. package/lib/components/ProgressBar/index.js +2 -0
  849. package/lib/components/ProgressBar/index.js.map +1 -0
  850. package/lib/components/ProgressBar/types.d.ts +14 -0
  851. package/lib/components/ProgressBar/types.js +2 -0
  852. package/lib/components/ProgressBar/types.js.map +1 -0
  853. package/lib/components/Prompt/Prompt.d.ts +5 -0
  854. package/lib/components/Prompt/Prompt.js +36 -0
  855. package/lib/components/Prompt/Prompt.js.map +1 -0
  856. package/lib/components/Prompt/index.d.ts +1 -0
  857. package/lib/components/Prompt/index.js +2 -0
  858. package/lib/components/Prompt/index.js.map +1 -0
  859. package/lib/components/Prompt/types.d.ts +18 -0
  860. package/lib/components/Prompt/types.js +2 -0
  861. package/lib/components/Prompt/types.js.map +1 -0
  862. package/lib/components/PromptContainer/PromptContainer.d.ts +5 -0
  863. package/lib/components/PromptContainer/PromptContainer.js +41 -0
  864. package/lib/components/PromptContainer/PromptContainer.js.map +1 -0
  865. package/lib/components/PromptContainer/index.d.ts +1 -0
  866. package/lib/components/PromptContainer/index.js +2 -0
  867. package/lib/components/PromptContainer/index.js.map +1 -0
  868. package/lib/components/PromptContainer/types.d.ts +18 -0
  869. package/lib/components/PromptContainer/types.js +2 -0
  870. package/lib/components/PromptContainer/types.js.map +1 -0
  871. package/lib/components/RadioButton/RadioButton.d.ts +5 -0
  872. package/lib/components/RadioButton/RadioButton.js +10 -0
  873. package/lib/components/RadioButton/RadioButton.js.map +1 -0
  874. package/lib/components/RadioButton/index.d.ts +1 -0
  875. package/lib/components/RadioButton/index.js +2 -0
  876. package/lib/components/RadioButton/index.js.map +1 -0
  877. package/lib/components/RadioButton/radioButtonTypes.d.ts +58 -0
  878. package/lib/components/RadioButton/radioButtonTypes.js +2 -0
  879. package/lib/components/RadioButton/radioButtonTypes.js.map +1 -0
  880. package/lib/components/RadioGroup/RadioGroup.d.ts +4 -0
  881. package/lib/components/RadioGroup/RadioGroup.js +10 -0
  882. package/lib/components/RadioGroup/RadioGroup.js.map +1 -0
  883. package/lib/components/RadioGroup/index.d.ts +1 -0
  884. package/lib/components/RadioGroup/index.js +2 -0
  885. package/lib/components/RadioGroup/index.js.map +1 -0
  886. package/lib/components/RadioGroup/radioGroupTypes.d.ts +90 -0
  887. package/lib/components/RadioGroup/radioGroupTypes.js +2 -0
  888. package/lib/components/RadioGroup/radioGroupTypes.js.map +1 -0
  889. package/lib/components/ScriptSwitchButton/ScriptSwitchButton.d.ts +9 -0
  890. package/lib/components/ScriptSwitchButton/ScriptSwitchButton.js +16 -0
  891. package/lib/components/ScriptSwitchButton/ScriptSwitchButton.js.map +1 -0
  892. package/lib/components/ScriptSwitchButton/index.d.ts +1 -0
  893. package/lib/components/ScriptSwitchButton/index.js +2 -0
  894. package/lib/components/ScriptSwitchButton/index.js.map +1 -0
  895. package/lib/components/Search/Search.d.ts +4 -0
  896. package/lib/components/Search/Search.js +119 -0
  897. package/lib/components/Search/Search.js.map +1 -0
  898. package/lib/components/Search/index.d.ts +1 -0
  899. package/lib/components/Search/index.js +2 -0
  900. package/lib/components/Search/index.js.map +1 -0
  901. package/lib/components/Search/types.d.ts +28 -0
  902. package/lib/components/Search/types.js +2 -0
  903. package/lib/components/Search/types.js.map +1 -0
  904. package/lib/components/Select/Select.d.ts +5 -0
  905. package/lib/components/Select/Select.js +182 -0
  906. package/lib/components/Select/Select.js.map +1 -0
  907. package/lib/components/Select/components/Dropdown.d.ts +5 -0
  908. package/lib/components/Select/components/Dropdown.js +92 -0
  909. package/lib/components/Select/components/Dropdown.js.map +1 -0
  910. package/lib/components/Select/components/types.d.ts +30 -0
  911. package/lib/components/Select/components/types.js +7 -0
  912. package/lib/components/Select/components/types.js.map +1 -0
  913. package/lib/components/Select/index.d.ts +1 -0
  914. package/lib/components/Select/index.js +2 -0
  915. package/lib/components/Select/index.js.map +1 -0
  916. package/lib/components/Select/types.d.ts +99 -0
  917. package/lib/components/Select/types.js +2 -0
  918. package/lib/components/Select/types.js.map +1 -0
  919. package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.d.ts +5 -0
  920. package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js +66 -0
  921. package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js.map +1 -0
  922. package/lib/components/SequentialConnectingBranch/components/Branches/Branches.d.ts +4 -0
  923. package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js +161 -0
  924. package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js.map +1 -0
  925. package/lib/components/SequentialConnectingBranch/components/Branches/types.d.ts +23 -0
  926. package/lib/components/SequentialConnectingBranch/components/Branches/types.js +2 -0
  927. package/lib/components/SequentialConnectingBranch/components/Branches/types.js.map +1 -0
  928. package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.d.ts +4 -0
  929. package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.js +23 -0
  930. package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.js.map +1 -0
  931. package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/types.d.ts +16 -0
  932. package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/types.js +2 -0
  933. package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/types.js.map +1 -0
  934. package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/DataSetTooltip.d.ts +5 -0
  935. package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/DataSetTooltip.js +13 -0
  936. package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/DataSetTooltip.js.map +1 -0
  937. package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/types.d.ts +8 -0
  938. package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/types.js +2 -0
  939. package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/types.js.map +1 -0
  940. package/lib/components/SequentialConnectingBranch/index.d.ts +1 -0
  941. package/lib/components/SequentialConnectingBranch/index.js +2 -0
  942. package/lib/components/SequentialConnectingBranch/index.js.map +1 -0
  943. package/lib/components/SequentialConnectingBranch/types.d.ts +66 -0
  944. package/lib/components/SequentialConnectingBranch/types.js +2 -0
  945. package/lib/components/SequentialConnectingBranch/types.js.map +1 -0
  946. package/lib/components/StateDropdown/StateDropdown.d.ts +4 -0
  947. package/lib/components/StateDropdown/StateDropdown.js +76 -0
  948. package/lib/components/StateDropdown/StateDropdown.js.map +1 -0
  949. package/lib/components/StateDropdown/StateDropdownTypes.d.ts +12 -0
  950. package/lib/components/StateDropdown/StateDropdownTypes.js +2 -0
  951. package/lib/components/StateDropdown/StateDropdownTypes.js.map +1 -0
  952. package/lib/components/StateDropdown/index.d.ts +1 -0
  953. package/lib/components/StateDropdown/index.js +2 -0
  954. package/lib/components/StateDropdown/index.js.map +1 -0
  955. package/lib/components/StatusButton/StatusButton.d.ts +4 -0
  956. package/lib/components/StatusButton/StatusButton.js +10 -0
  957. package/lib/components/StatusButton/StatusButton.js.map +1 -0
  958. package/lib/components/StatusButton/index.d.ts +1 -0
  959. package/lib/components/StatusButton/index.js +2 -0
  960. package/lib/components/StatusButton/index.js.map +1 -0
  961. package/lib/components/StatusButton/types.d.ts +35 -0
  962. package/lib/components/StatusButton/types.js +2 -0
  963. package/lib/components/StatusButton/types.js.map +1 -0
  964. package/lib/components/StatusCard/StatusCard.d.ts +5 -0
  965. package/lib/components/StatusCard/StatusCard.js +41 -0
  966. package/lib/components/StatusCard/StatusCard.js.map +1 -0
  967. package/lib/components/StatusCard/index.d.ts +1 -0
  968. package/lib/components/StatusCard/index.js +2 -0
  969. package/lib/components/StatusCard/index.js.map +1 -0
  970. package/lib/components/StatusCard/types.d.ts +18 -0
  971. package/lib/components/StatusCard/types.js +2 -0
  972. package/lib/components/StatusCard/types.js.map +1 -0
  973. package/lib/components/StepsLandingTable/Components/EditComponent.d.ts +3 -0
  974. package/lib/components/StepsLandingTable/Components/EditComponent.js +34 -0
  975. package/lib/components/StepsLandingTable/Components/EditComponent.js.map +1 -0
  976. package/lib/components/StepsLandingTable/Components/RenderNlpInput.d.ts +2 -0
  977. package/lib/components/StepsLandingTable/Components/RenderNlpInput.js +34 -0
  978. package/lib/components/StepsLandingTable/Components/RenderNlpInput.js.map +1 -0
  979. package/lib/components/StepsLandingTable/Components/StepGroupAccordions.d.ts +4 -0
  980. package/lib/components/StepsLandingTable/Components/StepGroupAccordions.js +28 -0
  981. package/lib/components/StepsLandingTable/Components/StepGroupAccordions.js.map +1 -0
  982. package/lib/components/StepsLandingTable/Components/StepInnerTable.d.ts +4 -0
  983. package/lib/components/StepsLandingTable/Components/StepInnerTable.js +130 -0
  984. package/lib/components/StepsLandingTable/Components/StepInnerTable.js.map +1 -0
  985. package/lib/components/StepsLandingTable/Components/Types.d.ts +180 -0
  986. package/lib/components/StepsLandingTable/Components/Types.js +2 -0
  987. package/lib/components/StepsLandingTable/Components/Types.js.map +1 -0
  988. package/lib/components/StepsLandingTable/Components/index.d.ts +1 -0
  989. package/lib/components/StepsLandingTable/Components/index.js +2 -0
  990. package/lib/components/StepsLandingTable/Components/index.js.map +1 -0
  991. package/lib/components/StepsLandingTable/StepLandingTable.d.ts +5 -0
  992. package/lib/components/StepsLandingTable/StepLandingTable.js +138 -0
  993. package/lib/components/StepsLandingTable/StepLandingTable.js.map +1 -0
  994. package/lib/components/StepsLandingTable/index.d.ts +1 -0
  995. package/lib/components/StepsLandingTable/index.js +2 -0
  996. package/lib/components/StepsLandingTable/index.js.map +1 -0
  997. package/lib/components/StepsLandingTable/types.d.ts +90 -0
  998. package/lib/components/StepsLandingTable/types.js +2 -0
  999. package/lib/components/StepsLandingTable/types.js.map +1 -0
  1000. package/lib/components/SwitchButton/SwitchButton.d.ts +5 -0
  1001. package/lib/components/SwitchButton/SwitchButton.js +11 -0
  1002. package/lib/components/SwitchButton/SwitchButton.js.map +1 -0
  1003. package/lib/components/SwitchButton/index.d.ts +1 -0
  1004. package/lib/components/SwitchButton/index.js +2 -0
  1005. package/lib/components/SwitchButton/index.js.map +1 -0
  1006. package/lib/components/SwitchButton/types.d.ts +34 -0
  1007. package/lib/components/SwitchButton/types.js +2 -0
  1008. package/lib/components/SwitchButton/types.js.map +1 -0
  1009. package/lib/components/Table/EditComponent.d.ts +3 -0
  1010. package/lib/components/Table/EditComponent.js +47 -0
  1011. package/lib/components/Table/EditComponent.js.map +1 -0
  1012. package/lib/components/Table/NoDataContent.d.ts +4 -0
  1013. package/lib/components/Table/NoDataContent.js +9 -0
  1014. package/lib/components/Table/NoDataContent.js.map +1 -0
  1015. package/lib/components/Table/Table.d.ts +4 -0
  1016. package/lib/components/Table/Table.js +161 -0
  1017. package/lib/components/Table/Table.js.map +1 -0
  1018. package/lib/components/Table/Types.d.ts +155 -0
  1019. package/lib/components/Table/Types.js +2 -0
  1020. package/lib/components/Table/Types.js.map +1 -0
  1021. package/lib/components/Table/index.d.ts +1 -0
  1022. package/lib/components/Table/index.js +2 -0
  1023. package/lib/components/Table/index.js.map +1 -0
  1024. package/lib/components/TableTree/Components/TableBody.d.ts +3 -0
  1025. package/lib/components/TableTree/Components/TableBody.js +12 -0
  1026. package/lib/components/TableTree/Components/TableBody.js.map +1 -0
  1027. package/lib/components/TableTree/Components/TableCell.d.ts +4 -0
  1028. package/lib/components/TableTree/Components/TableCell.js +71 -0
  1029. package/lib/components/TableTree/Components/TableCell.js.map +1 -0
  1030. package/lib/components/TableTree/Components/TableHead.d.ts +4 -0
  1031. package/lib/components/TableTree/Components/TableHead.js +27 -0
  1032. package/lib/components/TableTree/Components/TableHead.js.map +1 -0
  1033. package/lib/components/TableTree/Components/TableRow.d.ts +4 -0
  1034. package/lib/components/TableTree/Components/TableRow.js +9 -0
  1035. package/lib/components/TableTree/Components/TableRow.js.map +1 -0
  1036. package/lib/components/TableTree/TableTree.d.ts +5 -0
  1037. package/lib/components/TableTree/TableTree.js +160 -0
  1038. package/lib/components/TableTree/TableTree.js.map +1 -0
  1039. package/lib/components/TableTree/Utils/addLastChild.d.ts +2 -0
  1040. package/lib/components/TableTree/Utils/addLastChild.js +20 -0
  1041. package/lib/components/TableTree/Utils/addLastChild.js.map +1 -0
  1042. package/lib/components/TableTree/Utils/addNewRow.d.ts +11 -0
  1043. package/lib/components/TableTree/Utils/addNewRow.js +51 -0
  1044. package/lib/components/TableTree/Utils/addNewRow.js.map +1 -0
  1045. package/lib/components/TableTree/Utils/getAllChildIds.d.ts +2 -0
  1046. package/lib/components/TableTree/Utils/getAllChildIds.js +12 -0
  1047. package/lib/components/TableTree/Utils/getAllChildIds.js.map +1 -0
  1048. package/lib/components/TableTree/Utils/renderSpaces.d.ts +0 -0
  1049. package/lib/components/TableTree/Utils/renderSpaces.js +2 -0
  1050. package/lib/components/TableTree/Utils/renderSpaces.js.map +1 -0
  1051. package/lib/components/TableTree/data.d.ts +130 -0
  1052. package/lib/components/TableTree/data.js +522 -0
  1053. package/lib/components/TableTree/data.js.map +1 -0
  1054. package/lib/components/TableTree/index.d.ts +1 -0
  1055. package/lib/components/TableTree/index.js +2 -0
  1056. package/lib/components/TableTree/index.js.map +1 -0
  1057. package/lib/components/TableTree/types.d.ts +117 -0
  1058. package/lib/components/TableTree/types.js +2 -0
  1059. package/lib/components/TableTree/types.js.map +1 -0
  1060. package/lib/components/TableWithAccordion/TableWithAccordion.d.ts +5 -0
  1061. package/lib/components/TableWithAccordion/TableWithAccordion.js +55 -0
  1062. package/lib/components/TableWithAccordion/TableWithAccordion.js.map +1 -0
  1063. package/lib/components/TableWithAccordion/data.d.ts +8 -0
  1064. package/lib/components/TableWithAccordion/data.js +38 -0
  1065. package/lib/components/TableWithAccordion/data.js.map +1 -0
  1066. package/lib/components/TableWithAccordion/index.d.ts +1 -0
  1067. package/lib/components/TableWithAccordion/index.js +2 -0
  1068. package/lib/components/TableWithAccordion/index.js.map +1 -0
  1069. package/lib/components/TableWithAccordion/types.d.ts +68 -0
  1070. package/lib/components/TableWithAccordion/types.js +2 -0
  1071. package/lib/components/TableWithAccordion/types.js.map +1 -0
  1072. package/lib/components/Tabs/Tabs.d.ts +5 -0
  1073. package/lib/components/Tabs/Tabs.js +28 -0
  1074. package/lib/components/Tabs/Tabs.js.map +1 -0
  1075. package/lib/components/Tabs/index.d.ts +1 -0
  1076. package/lib/components/Tabs/index.js +2 -0
  1077. package/lib/components/Tabs/index.js.map +1 -0
  1078. package/lib/components/Tabs/types.d.ts +52 -0
  1079. package/lib/components/Tabs/types.js +2 -0
  1080. package/lib/components/Tabs/types.js.map +1 -0
  1081. package/lib/components/TabsWithSilder/TabsWithSilder.d.ts +5 -0
  1082. package/lib/components/TabsWithSilder/TabsWithSilder.js +52 -0
  1083. package/lib/components/TabsWithSilder/TabsWithSilder.js.map +1 -0
  1084. package/lib/components/TabsWithSilder/index.d.ts +1 -0
  1085. package/lib/components/TabsWithSilder/index.js +2 -0
  1086. package/lib/components/TabsWithSilder/index.js.map +1 -0
  1087. package/lib/components/TabsWithSilder/types.d.ts +52 -0
  1088. package/lib/components/TabsWithSilder/types.js +2 -0
  1089. package/lib/components/TabsWithSilder/types.js.map +1 -0
  1090. package/lib/components/TextArea/Textarea.d.ts +4 -0
  1091. package/lib/components/TextArea/Textarea.js +83 -0
  1092. package/lib/components/TextArea/Textarea.js.map +1 -0
  1093. package/lib/components/TextArea/Types.d.ts +80 -0
  1094. package/lib/components/TextArea/Types.js +2 -0
  1095. package/lib/components/TextArea/Types.js.map +1 -0
  1096. package/lib/components/TextArea/index.d.ts +1 -0
  1097. package/lib/components/TextArea/index.js +2 -0
  1098. package/lib/components/TextArea/index.js.map +1 -0
  1099. package/lib/components/TextEditor/TextEditor.d.ts +5 -0
  1100. package/lib/components/TextEditor/TextEditor.js +110 -0
  1101. package/lib/components/TextEditor/TextEditor.js.map +1 -0
  1102. package/lib/components/TextEditor/index.d.ts +1 -0
  1103. package/lib/components/TextEditor/index.js +2 -0
  1104. package/lib/components/TextEditor/index.js.map +1 -0
  1105. package/lib/components/TextEditor/types.d.ts +15 -0
  1106. package/lib/components/TextEditor/types.js +2 -0
  1107. package/lib/components/TextEditor/types.js.map +1 -0
  1108. package/lib/components/ThemeProvider/ThemeProvider.d.ts +7 -0
  1109. package/lib/components/ThemeProvider/ThemeProvider.js +18 -0
  1110. package/lib/components/ThemeProvider/ThemeProvider.js.map +1 -0
  1111. package/lib/components/ThemeProvider/index.d.ts +1 -0
  1112. package/lib/components/ThemeProvider/index.js +2 -0
  1113. package/lib/components/ThemeProvider/index.js.map +1 -0
  1114. package/lib/components/ThemeProvider/types.d.ts +11 -0
  1115. package/lib/components/ThemeProvider/types.js +2 -0
  1116. package/lib/components/ThemeProvider/types.js.map +1 -0
  1117. package/lib/components/Toast/Toast.d.ts +5 -0
  1118. package/lib/components/Toast/Toast.js +54 -0
  1119. package/lib/components/Toast/Toast.js.map +1 -0
  1120. package/lib/components/Toast/index.d.ts +1 -0
  1121. package/lib/components/Toast/index.js +2 -0
  1122. package/lib/components/Toast/index.js.map +1 -0
  1123. package/lib/components/Toast/types.d.ts +20 -0
  1124. package/lib/components/Toast/types.js +2 -0
  1125. package/lib/components/Toast/types.js.map +1 -0
  1126. package/lib/components/Toastify/Toastify.d.ts +10 -0
  1127. package/lib/components/Toastify/Toastify.js +67 -0
  1128. package/lib/components/Toastify/Toastify.js.map +1 -0
  1129. package/lib/components/Toastify/index.d.ts +1 -0
  1130. package/lib/components/Toastify/index.js +2 -0
  1131. package/lib/components/Toastify/index.js.map +1 -0
  1132. package/lib/components/Toastify/types.d.ts +8 -0
  1133. package/lib/components/Toastify/types.js +2 -0
  1134. package/lib/components/Toastify/types.js.map +1 -0
  1135. package/lib/components/Toggle/Toggle.d.ts +5 -0
  1136. package/lib/components/Toggle/Toggle.js +40 -0
  1137. package/lib/components/Toggle/Toggle.js.map +1 -0
  1138. package/lib/components/Toggle/index.d.ts +1 -0
  1139. package/lib/components/Toggle/index.js +2 -0
  1140. package/lib/components/Toggle/index.js.map +1 -0
  1141. package/lib/components/Toggle/types.d.ts +50 -0
  1142. package/lib/components/Toggle/types.js +2 -0
  1143. package/lib/components/Toggle/types.js.map +1 -0
  1144. package/lib/components/ToggleSwitch/ToggleSwitch.d.ts +10 -0
  1145. package/lib/components/ToggleSwitch/ToggleSwitch.js +7 -0
  1146. package/lib/components/ToggleSwitch/ToggleSwitch.js.map +1 -0
  1147. package/lib/components/ToggleSwitch/index.d.ts +1 -0
  1148. package/lib/components/ToggleSwitch/index.js +2 -0
  1149. package/lib/components/ToggleSwitch/index.js.map +1 -0
  1150. package/lib/components/Tooltip/Tooltip.d.ts +5 -0
  1151. package/lib/components/Tooltip/Tooltip.js +144 -0
  1152. package/lib/components/Tooltip/Tooltip.js.map +1 -0
  1153. package/lib/components/Tooltip/index.d.ts +1 -0
  1154. package/lib/components/Tooltip/index.js +2 -0
  1155. package/lib/components/Tooltip/index.js.map +1 -0
  1156. package/lib/components/Tooltip/types.d.ts +44 -0
  1157. package/lib/components/Tooltip/types.js +2 -0
  1158. package/lib/components/Tooltip/types.js.map +1 -0
  1159. package/lib/components/Typography/Typography.d.ts +5 -0
  1160. package/lib/components/Typography/Typography.js +16 -0
  1161. package/lib/components/Typography/Typography.js.map +1 -0
  1162. package/lib/components/Typography/index.d.ts +1 -0
  1163. package/lib/components/Typography/index.js +2 -0
  1164. package/lib/components/Typography/index.js.map +1 -0
  1165. package/lib/components/Typography/types.d.ts +51 -0
  1166. package/lib/components/Typography/types.js +2 -0
  1167. package/lib/components/Typography/types.js.map +1 -0
  1168. package/lib/components/VariableInput/VariableInput.d.ts +4 -0
  1169. package/lib/components/VariableInput/VariableInput.js +238 -0
  1170. package/lib/components/VariableInput/VariableInput.js.map +1 -0
  1171. package/lib/components/VariableInput/index.d.ts +1 -0
  1172. package/lib/components/VariableInput/index.js +2 -0
  1173. package/lib/components/VariableInput/index.js.map +1 -0
  1174. package/lib/components/VariableInput/types.d.ts +53 -0
  1175. package/lib/components/VariableInput/types.js +2 -0
  1176. package/lib/components/VariableInput/types.js.map +1 -0
  1177. package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.d.ts +5 -0
  1178. package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.js +20 -0
  1179. package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.js.map +1 -0
  1180. package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.d.ts +4 -0
  1181. package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.js +130 -0
  1182. package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.js.map +1 -0
  1183. package/lib/components/variableSuggestionInputDropDown/index.d.ts +1 -0
  1184. package/lib/components/variableSuggestionInputDropDown/index.js +2 -0
  1185. package/lib/components/variableSuggestionInputDropDown/index.js.map +1 -0
  1186. package/lib/components/variableSuggestionInputDropDown/types.d.ts +164 -0
  1187. package/lib/components/variableSuggestionInputDropDown/types.js +2 -0
  1188. package/lib/components/variableSuggestionInputDropDown/types.js.map +1 -0
  1189. package/lib/hooks/keyboardevents/useEscKeyEvent.d.ts +2 -0
  1190. package/lib/hooks/keyboardevents/useEscKeyEvent.js +18 -0
  1191. package/lib/hooks/keyboardevents/useEscKeyEvent.js.map +1 -0
  1192. package/lib/hooks/useClickOutside.d.ts +2 -0
  1193. package/lib/hooks/useClickOutside.js +19 -0
  1194. package/lib/hooks/useClickOutside.js.map +1 -0
  1195. package/lib/hooks/useFileDropzone.d.ts +3 -0
  1196. package/lib/hooks/useFileDropzone.js +180 -0
  1197. package/lib/hooks/useFileDropzone.js.map +1 -0
  1198. package/lib/hooks/useIntersectionObserver.d.ts +9 -0
  1199. package/lib/hooks/useIntersectionObserver.js +26 -0
  1200. package/lib/hooks/useIntersectionObserver.js.map +1 -0
  1201. package/lib/hooks/usePortalPosition.d.ts +9 -0
  1202. package/lib/hooks/usePortalPosition.js +38 -0
  1203. package/lib/hooks/usePortalPosition.js.map +1 -0
  1204. package/lib/hooks/useTheme.d.ts +3 -0
  1205. package/lib/hooks/useTheme.js +11 -0
  1206. package/lib/hooks/useTheme.js.map +1 -0
  1207. package/lib/index.cjs +53 -0
  1208. package/lib/index.cjs.map +1 -0
  1209. package/lib/index.d.ts +4814 -0
  1210. package/lib/index.esm.js +53 -0
  1211. package/lib/index.esm.js.br +0 -0
  1212. package/lib/index.esm.js.map +1 -0
  1213. package/lib/index.js +143 -0
  1214. package/lib/index.js.map +1 -0
  1215. package/lib/styles/Accordion.scss +46 -0
  1216. package/lib/styles/AddContentButton.scss +23 -0
  1217. package/lib/styles/AddResourceButton.scss +37 -0
  1218. package/lib/styles/AiToggle.scss +78 -0
  1219. package/lib/styles/AllProjectsDropdown.scss +199 -0
  1220. package/lib/styles/AppHeader.scss +295 -0
  1221. package/lib/styles/ArrowsButton.scss +160 -0
  1222. package/lib/styles/AttachMedia.scss +80 -0
  1223. package/lib/styles/AttachmentButton.scss +15 -0
  1224. package/lib/styles/Avatar.scss +28 -0
  1225. package/lib/styles/BarChart.scss +69 -0
  1226. package/lib/styles/BaseTheme.scss +397 -0
  1227. package/lib/styles/BlueTheme.scss +322 -0
  1228. package/lib/styles/Box.scss +27 -0
  1229. package/lib/styles/Branches.scss +199 -0
  1230. package/lib/styles/BrowserTabs.scss +97 -0
  1231. package/lib/styles/Button.scss +182 -0
  1232. package/lib/styles/ChatModal.scss +117 -0
  1233. package/lib/styles/Checkbox.scss +215 -0
  1234. package/lib/styles/Chip.scss +89 -0
  1235. package/lib/styles/ChipWithCount.scss +30 -0
  1236. package/lib/styles/ChipsAccordion.scss +65 -0
  1237. package/lib/styles/ColorBarSelector.scss +26 -0
  1238. package/lib/styles/ColorPalette.scss +62 -0
  1239. package/lib/styles/Comments.scss +264 -0
  1240. package/lib/styles/ConditionalDropdown.scss +23 -0
  1241. package/lib/styles/ConnectingBranch.scss +227 -0
  1242. package/lib/styles/ConnectingBranches.scss +3 -0
  1243. package/lib/styles/CreateVariableSlider.scss +20 -0
  1244. package/lib/styles/DarkTheme.scss +393 -0
  1245. package/lib/styles/DashboardDonutChart.scss +277 -0
  1246. package/lib/styles/DataSetTooltip.scss +14 -0
  1247. package/lib/styles/DatePicker.scss +785 -0
  1248. package/lib/styles/DonutChart.scss +76 -0
  1249. package/lib/styles/DownloadClient.scss +67 -0
  1250. package/lib/styles/DragAndDropList.scss +69 -0
  1251. package/lib/styles/Drawer.scss +138 -0
  1252. package/lib/styles/Dropdown.scss +111 -0
  1253. package/lib/styles/EditLabel.scss +125 -0
  1254. package/lib/styles/EditTextField.scss +101 -0
  1255. package/lib/styles/Editor.scss +62 -0
  1256. package/lib/styles/ExcelContextMenu.scss +27 -0
  1257. package/lib/styles/ExcelFile.scss +61 -0
  1258. package/lib/styles/ExcelToolBar.scss +97 -0
  1259. package/lib/styles/ExpandableMenu.scss +110 -0
  1260. package/lib/styles/ExpandableTable.scss +0 -0
  1261. package/lib/styles/FieldSet.scss +10 -0
  1262. package/lib/styles/FileDropzone.scss +180 -0
  1263. package/lib/styles/Form.scss +159 -0
  1264. package/lib/styles/GridLayout.scss +69 -0
  1265. package/lib/styles/GridLayoutStory.scss +25 -0
  1266. package/lib/styles/HighlightText.scss +3 -0
  1267. package/lib/styles/HistoryCard.scss +79 -0
  1268. package/lib/styles/IconButton.scss +72 -0
  1269. package/lib/styles/IconRadialChart.scss +30 -0
  1270. package/lib/styles/IconRadioGroup.scss +64 -0
  1271. package/lib/styles/Icons.scss +51 -0
  1272. package/lib/styles/Input.scss +203 -0
  1273. package/lib/styles/InputWithDropdown.scss +220 -0
  1274. package/lib/styles/LabelEditTextField.scss +94 -0
  1275. package/lib/styles/LineChart.scss +92 -0
  1276. package/lib/styles/Link.scss +173 -0
  1277. package/lib/styles/MachineInputField.scss +63 -0
  1278. package/lib/styles/MediaPreview.scss +30 -0
  1279. package/lib/styles/MentionUser.scss +29 -0
  1280. package/lib/styles/MenuOption.scss +127 -0
  1281. package/lib/styles/MessageBox.scss +73 -0
  1282. package/lib/styles/MiniModal.scss +172 -0
  1283. package/lib/styles/MobileSkin.scss +70 -0
  1284. package/lib/styles/ModuleChip.scss +66 -0
  1285. package/lib/styles/MultiRadialChart.scss +84 -0
  1286. package/lib/styles/MultiSelect.scss +250 -0
  1287. package/lib/styles/NLPInput.scss +312 -0
  1288. package/lib/styles/NlpDropdown.scss +141 -0
  1289. package/lib/styles/NoDataContent.scss +6 -0
  1290. package/lib/styles/Paper.scss +13 -0
  1291. package/lib/styles/PieChart.scss +41 -0
  1292. package/lib/styles/PopUpModal.scss +36 -0
  1293. package/lib/styles/PrePostTable.scss +183 -0
  1294. package/lib/styles/ProgressBar.scss +46 -0
  1295. package/lib/styles/Prompt.scss +34 -0
  1296. package/lib/styles/PromptContainer.scss +57 -0
  1297. package/lib/styles/RadialChart.scss +16 -0
  1298. package/lib/styles/RadioButton.scss +106 -0
  1299. package/lib/styles/RadioGroup.scss +17 -0
  1300. package/lib/styles/Recaptcha.scss +11 -0
  1301. package/lib/styles/ScriptSwitchButton.scss +33 -0
  1302. package/lib/styles/Search.scss +153 -0
  1303. package/lib/styles/Select.scss +214 -0
  1304. package/lib/styles/SequentialConnectingBranch.scss +130 -0
  1305. package/lib/styles/Spreadsheet.scss +276 -0
  1306. package/lib/styles/StateDropdown.scss +3 -0
  1307. package/lib/styles/StatusButton.scss +96 -0
  1308. package/lib/styles/StatusCard.scss +101 -0
  1309. package/lib/styles/StepGroupDetailView.scss +37 -0
  1310. package/lib/styles/StepInnerTable.scss +169 -0
  1311. package/lib/styles/StepLandingTable.scss +86 -0
  1312. package/lib/styles/SwitchButton.scss +31 -0
  1313. package/lib/styles/Table.scss +192 -0
  1314. package/lib/styles/TableTree.scss +363 -0
  1315. package/lib/styles/TableTreeStories.scss +22 -0
  1316. package/lib/styles/TableWithAccordion.scss +60 -0
  1317. package/lib/styles/Tabs.scss +193 -0
  1318. package/lib/styles/TabsWithSilder.scss +238 -0
  1319. package/lib/styles/TextEditor.scss +1150 -0
  1320. package/lib/styles/Textarea.scss +175 -0
  1321. package/lib/styles/Theme.scss +21 -0
  1322. package/lib/styles/Toast.scss +121 -0
  1323. package/lib/styles/Toggle.scss +133 -0
  1324. package/lib/styles/ToggleSwitch.scss +59 -0
  1325. package/lib/styles/Tooltip.scss +28 -0
  1326. package/lib/styles/Typography.scss +25 -0
  1327. package/lib/styles/VariableDropdown.scss +26 -0
  1328. package/lib/styles/VariableInput.scss +127 -0
  1329. package/lib/styles/VariableSuggestionInputDropDown.scss +21 -0
  1330. package/lib/styles/_colors.scss +154 -0
  1331. package/lib/styles/_fonts.scss +50 -0
  1332. package/lib/styles/_mixins.scss +47 -0
  1333. package/lib/styles/modal.scss +51 -0
  1334. package/lib/styles/overviewmodal.scss +66 -0
  1335. package/lib/styles/phoneInput.scss +901 -0
  1336. package/lib/tsconfig.tsbuildinfo +1 -0
  1337. package/lib/utils/AddStepGroup/AddStepGroup.d.ts +2 -0
  1338. package/lib/utils/AddStepGroup/AddStepGroup.js +31 -0
  1339. package/lib/utils/AddStepGroup/AddStepGroup.js.map +1 -0
  1340. package/lib/utils/AppendNewRow/AppendNewRow.d.ts +1 -0
  1341. package/lib/utils/AppendNewRow/AppendNewRow.js +34 -0
  1342. package/lib/utils/AppendNewRow/AppendNewRow.js.map +1 -0
  1343. package/lib/utils/FormatString/FormatString.d.ts +1 -0
  1344. package/lib/utils/FormatString/FormatString.js +33 -0
  1345. package/lib/utils/FormatString/FormatString.js.map +1 -0
  1346. package/lib/utils/TableCell/TableCell.d.ts +1 -0
  1347. package/lib/utils/TableCell/TableCell.js +24 -0
  1348. package/lib/utils/TableCell/TableCell.js.map +1 -0
  1349. package/lib/utils/capitalize/capitalize.d.ts +1 -0
  1350. package/lib/utils/capitalize/capitalize.js +6 -0
  1351. package/lib/utils/capitalize/capitalize.js.map +1 -0
  1352. package/lib/utils/checkDuplicates/checkDuplicates.d.ts +1 -0
  1353. package/lib/utils/checkDuplicates/checkDuplicates.js +13 -0
  1354. package/lib/utils/checkDuplicates/checkDuplicates.js.map +1 -0
  1355. package/lib/utils/checkEmpty/checkEmpty.d.ts +3 -0
  1356. package/lib/utils/checkEmpty/checkEmpty.js +22 -0
  1357. package/lib/utils/checkEmpty/checkEmpty.js.map +1 -0
  1358. package/lib/utils/compareArrays/compareArrays.d.ts +11 -0
  1359. package/lib/utils/compareArrays/compareArrays.js +25 -0
  1360. package/lib/utils/compareArrays/compareArrays.js.map +1 -0
  1361. package/lib/utils/compareObjects/compareObjects.d.ts +2 -0
  1362. package/lib/utils/compareObjects/compareObjects.js +37 -0
  1363. package/lib/utils/compareObjects/compareObjects.js.map +1 -0
  1364. package/lib/utils/convertToBytes/convertToBytes.d.ts +1 -0
  1365. package/lib/utils/convertToBytes/convertToBytes.js +18 -0
  1366. package/lib/utils/convertToBytes/convertToBytes.js.map +1 -0
  1367. package/lib/utils/convertToGB/convertToGB.d.ts +1 -0
  1368. package/lib/utils/convertToGB/convertToGB.js +18 -0
  1369. package/lib/utils/convertToGB/convertToGB.js.map +1 -0
  1370. package/lib/utils/debounce/debounce.d.ts +6 -0
  1371. package/lib/utils/debounce/debounce.js +20 -0
  1372. package/lib/utils/debounce/debounce.js.map +1 -0
  1373. package/lib/utils/downloadFile/saveFileFromBlob.d.ts +1 -0
  1374. package/lib/utils/downloadFile/saveFileFromBlob.js +28 -0
  1375. package/lib/utils/downloadFile/saveFileFromBlob.js.map +1 -0
  1376. package/lib/utils/ffID/ffid.d.ts +1 -0
  1377. package/lib/utils/ffID/ffid.js +3 -0
  1378. package/lib/utils/ffID/ffid.js.map +1 -0
  1379. package/lib/utils/findAndInsert/findAndInsert.d.ts +7 -0
  1380. package/lib/utils/findAndInsert/findAndInsert.js +32 -0
  1381. package/lib/utils/findAndInsert/findAndInsert.js.map +1 -0
  1382. package/lib/utils/formData/ConvertFormDataToObject.d.ts +1 -0
  1383. package/lib/utils/formData/ConvertFormDataToObject.js +16 -0
  1384. package/lib/utils/formData/ConvertFormDataToObject.js.map +1 -0
  1385. package/lib/utils/formatDate/formatDate.d.ts +1 -0
  1386. package/lib/utils/formatDate/formatDate.js +7 -0
  1387. package/lib/utils/formatDate/formatDate.js.map +1 -0
  1388. package/lib/utils/functionCheck/functionCheck.d.ts +2 -0
  1389. package/lib/utils/functionCheck/functionCheck.js +6 -0
  1390. package/lib/utils/functionCheck/functionCheck.js.map +1 -0
  1391. package/lib/utils/getAnchorElement/getAnchorElement.d.ts +1 -0
  1392. package/lib/utils/getAnchorElement/getAnchorElement.js +8 -0
  1393. package/lib/utils/getAnchorElement/getAnchorElement.js.map +1 -0
  1394. package/lib/utils/getEncryptedData/getEncryptedData.d.ts +1 -0
  1395. package/lib/utils/getEncryptedData/getEncryptedData.js +8 -0
  1396. package/lib/utils/getEncryptedData/getEncryptedData.js.map +1 -0
  1397. package/lib/utils/getExtension/getExtension.d.ts +4 -0
  1398. package/lib/utils/getExtension/getExtension.js +22 -0
  1399. package/lib/utils/getExtension/getExtension.js.map +1 -0
  1400. package/lib/utils/getSelectOptionValue/getSelectOptionValue.d.ts +8 -0
  1401. package/lib/utils/getSelectOptionValue/getSelectOptionValue.js +17 -0
  1402. package/lib/utils/getSelectOptionValue/getSelectOptionValue.js.map +1 -0
  1403. package/lib/utils/getSequentialPayload/getSequentialPayload.d.ts +2 -0
  1404. package/lib/utils/getSequentialPayload/getSequentialPayload.js +11 -0
  1405. package/lib/utils/getSequentialPayload/getSequentialPayload.js.map +1 -0
  1406. package/lib/utils/getSequentialPayload/types.d.ts +35 -0
  1407. package/lib/utils/getSequentialPayload/types.js +2 -0
  1408. package/lib/utils/getSequentialPayload/types.js.map +1 -0
  1409. package/lib/utils/getTreeDetails/getTreeDetails.d.ts +10 -0
  1410. package/lib/utils/getTreeDetails/getTreeDetails.js +86 -0
  1411. package/lib/utils/getTreeDetails/getTreeDetails.js.map +1 -0
  1412. package/lib/utils/handleBeforeUnload/UseBeforeUnload.d.ts +1 -0
  1413. package/lib/utils/handleBeforeUnload/UseBeforeUnload.js +15 -0
  1414. package/lib/utils/handleBeforeUnload/UseBeforeUnload.js.map +1 -0
  1415. package/lib/utils/handleTreeNodeExpandCollapse/handleTreeNodeExpandCollapse.d.ts +5 -0
  1416. package/lib/utils/handleTreeNodeExpandCollapse/handleTreeNodeExpandCollapse.js +61 -0
  1417. package/lib/utils/handleTreeNodeExpandCollapse/handleTreeNodeExpandCollapse.js.map +1 -0
  1418. package/lib/utils/handleTreeNodeSelect/handleTreeNodeSelect.d.ts +5 -0
  1419. package/lib/utils/handleTreeNodeSelect/handleTreeNodeSelect.js +99 -0
  1420. package/lib/utils/handleTreeNodeSelect/handleTreeNodeSelect.js.map +1 -0
  1421. package/lib/utils/indexDBStore/indexDB copy.d.ts +4 -0
  1422. package/lib/utils/indexDBStore/indexDB copy.js +142 -0
  1423. package/lib/utils/indexDBStore/indexDB copy.js.map +1 -0
  1424. package/lib/utils/indexDBStore/indexDB.d.ts +4 -0
  1425. package/lib/utils/indexDBStore/indexDB.js +76 -0
  1426. package/lib/utils/indexDBStore/indexDB.js.map +1 -0
  1427. package/lib/utils/isEmptyObject/isEmptyObject.d.ts +1 -0
  1428. package/lib/utils/isEmptyObject/isEmptyObject.js +2 -0
  1429. package/lib/utils/isEmptyObject/isEmptyObject.js.map +1 -0
  1430. package/lib/utils/keyBoardActionUtil/UseKeyboardActions.d.ts +2 -0
  1431. package/lib/utils/keyBoardActionUtil/UseKeyboardActions.js +17 -0
  1432. package/lib/utils/keyBoardActionUtil/UseKeyboardActions.js.map +1 -0
  1433. package/lib/utils/keyBoardActionUtil/types.d.ts +4 -0
  1434. package/lib/utils/keyBoardActionUtil/types.js +2 -0
  1435. package/lib/utils/keyBoardActionUtil/types.js.map +1 -0
  1436. package/lib/utils/swapArrayItem/dragAndDropUtils.d.ts +1 -0
  1437. package/lib/utils/swapArrayItem/dragAndDropUtils.js +8 -0
  1438. package/lib/utils/swapArrayItem/dragAndDropUtils.js.map +1 -0
  1439. package/lib/utils/throttle/throttle.d.ts +6 -0
  1440. package/lib/utils/throttle/throttle.js +28 -0
  1441. package/lib/utils/throttle/throttle.js.map +1 -0
  1442. package/lib/utils/toCamelCase/toCamelCase.d.ts +1 -0
  1443. package/lib/utils/toCamelCase/toCamelCase.js +12 -0
  1444. package/lib/utils/toCamelCase/toCamelCase.js.map +1 -0
  1445. package/lib/utils/toTitleCase/toTitleCase.d.ts +1 -0
  1446. package/lib/utils/toTitleCase/toTitleCase.js +7 -0
  1447. package/lib/utils/toTitleCase/toTitleCase.js.map +1 -0
  1448. package/lib/utils/truncateText/truncateText.d.ts +1 -0
  1449. package/lib/utils/truncateText/truncateText.js +6 -0
  1450. package/lib/utils/truncateText/truncateText.js.map +1 -0
  1451. package/lib/utils/validateFile/validateFile.d.ts +2 -0
  1452. package/lib/utils/validateFile/validateFile.js +23 -0
  1453. package/lib/utils/validateFile/validateFile.js.map +1 -0
  1454. package/lib/validations/regex.d.ts +81 -0
  1455. package/lib/validations/regex.js +146 -0
  1456. package/lib/validations/regex.js.map +1 -0
  1457. package/package.json +1 -1
@@ -0,0 +1,765 @@
1
+ let Components = {};
2
+ import ManageApps from '../../assets/icons/manage_apps.svg?react';
3
+ import Logo from '../../assets/icons/logo.svg?react';
4
+ import ArrowUp from '../../assets/icons/arrow_up.svg?react';
5
+ import ArrowRight from '../../assets/icons/arrow_right.svg?react';
6
+ import AccordionHeaderIcon from '../../assets/icons/accordion_header_icon.svg?react';
7
+ import DeleteInfoIcon from '../../assets/icons/delete_info.svg?react';
8
+ import WarningIcon from '../../assets/icons/warning.svg?react';
9
+ import ToastInfoIcon from '../../assets/icons/info.svg?react';
10
+ import ToastErrorIcon from '../../assets/icons/error.svg?react';
11
+ import ToastCloseIcon from '../../assets/icons/toast_close.svg?react';
12
+ import ToastSuccessIcon from '../../assets/icons/success.svg?react';
13
+ import MoreIcon from '../../assets/icons/more.svg?react';
14
+ import DropZoneIcon from '../../assets/icons/dropzone_icon.svg?react';
15
+ import File from '../../assets/icons/file.svg?react';
16
+ import Replace from '../../assets/icons/replace.svg?react';
17
+ import Remove from '../../assets/icons/remove.svg?react';
18
+ import PlusIcon from '../../assets/icons/plus_icon.svg?react';
19
+ import ArrowsTopIcon from '../../assets/icons/arrows_top_icon.svg?react';
20
+ import ArrowsRightIcon from '../../assets/icons/arrows_right_icon.svg?react';
21
+ import ArrowsDownIcon from '../../assets/icons/arrows_down_icon.svg?react'; // import ArrowUp from '../../assets/icons/arrow_up.svg?react';
22
+ import ArrowDown from '../../assets/icons/arrow_down.svg?react';
23
+ import ClosePill from '../../assets/icons/close_pill.svg?react';
24
+ import MoonStarsIcon from '../../assets/icons/moon_stars.svg?react';
25
+ import SunIcon from '../../assets/icons/sun_icon.svg?react';
26
+ import CheckMarkIcon from '../../assets/icons/check_mark.svg?react';
27
+ import WrongMarkIcon from '../../assets/icons/wrong_mark.svg?react';
28
+ import FireflinkIcon from '../../assets/icons/fireflink_icon.svg?react';
29
+ import Tick from '../../assets/icons/tick_icon.svg?react';
30
+ import Search from '../../assets/icons/search.svg?react';
31
+ import Filter from '../../assets/icons/filter.svg?react';
32
+ import Alert from '../../assets/icons/alert.svg?react';
33
+ import ReplaceFile from '../../assets/icons/replace_file.svg?react';
34
+ import RightArrow from '../../assets/icons/right_arrow_icon.svg?react';
35
+ import LeftArrow from '../../assets/icons/left_arrow_icon.svg?react';
36
+ import ClockIcon from '../../assets/icons/clock_icon.svg?react';
37
+ import Edit from '../../assets/icons/edit_icon.svg?react';
38
+ import ViewIcon from '../../assets/icons/view_icon.svg?react';
39
+ import ExportCollection from '../../assets/icons/export_collection_icon.svg?react';
40
+ import RunIcon from '../../assets/icons/run_icon.svg?react';
41
+ import BeautifyIcon from '../../assets/icons/beautify_icon.svg?react';
42
+ import AddVariable from '../../assets/icons/add_variable_icon.svg?react';
43
+ import ManualLocator from '../../assets/icons/manual_locator.svg?react';
44
+ import LicenseIcon from '../../assets/icons/active_license_icon.svg?react';
45
+ import DeleteIcon from '../../assets/icons/delete.svg?react';
46
+ import DetailsIcon from '../../assets/icons/details.svg?react';
47
+ import ImpactListIcon from '../../assets/icons/impact_list.svg?react';
48
+ import Export from '../../assets/icons/export.svg?react';
49
+ import FormatePainter from '../../assets/icons/formate_painter.svg?react';
50
+ import Bold from '../../assets/icons/bold.svg?react';
51
+ import Italic from '../../assets/icons/italic.svg?react';
52
+ import StrikeThrough from '../../assets/icons/strike_through.svg?react';
53
+ import Underline from '../../assets/icons/underline.svg?react';
54
+ import DoubleUnderline from '../../assets/icons/double_underline.svg?react';
55
+ import AllBorders from '../../assets/icons/all_borders.svg?react';
56
+ import BorderBottom from '../../assets/icons/border_bottom.svg?react';
57
+ import BorderLeft from '../../assets/icons/border_left.svg?react';
58
+ import BorderRight from '../../assets/icons/border_right.svg?react';
59
+ import BorderTop from '../../assets/icons/border_top.svg?react';
60
+ import NoBorder from '../../assets/icons/no_border.svg?react';
61
+ import TextAlignCenter from '../../assets/icons/text_align_center.svg?react';
62
+ import TextAlignLeft from '../../assets/icons/text_align_left.svg?react';
63
+ import TextAlignRight from '../../assets/icons/text_align_right.svg?react';
64
+ import TextColor from '../../assets/icons/text_color.svg?react';
65
+ import FillColor from '../../assets/icons/fill_color.svg?react';
66
+ import FormulaIcon from '../../assets/icons/formula_icon.svg?react';
67
+ import ExcelCornerMenu from '../../assets/icons/excel_corner_menu.svg?react';
68
+ import AutoSaveIcon from '../../assets/icons/auto_save_icon.svg?react';
69
+ import UploadPillIcon from '../../assets/icons/upload_pill.svg?react';
70
+ import ImportFile from '../../assets/icons/import_file.svg?react';
71
+ import ApkFileType from '../../assets/icons/apk_file_type.svg?react';
72
+ import CsvFileType from '../../assets/icons/csv_file_type.svg?react';
73
+ import CompressedFileType from '../../assets/icons/compressed_file_type.svg?react';
74
+ import HtmlFileType from '../../assets/icons/html_file_type.svg?react';
75
+ import JsonFileType from '../../assets/icons/json_file_type.svg?react';
76
+ import PdfFileType from '../../assets/icons/pdf_file_type.svg?react';
77
+ import PngFileType from '../../assets/icons/png_file_type.svg?react';
78
+ import XlsxFileType from '../../assets/icons/xlsx_file_type.svg?react';
79
+ import XmlFileType from '../../assets/icons/xml_file_type.svg?react';
80
+ import XlsFileType from '../../assets/icons/xls_file_type.svg?react';
81
+ import IpkFileType from '../../assets/icons/ipk_file_type.svg?react';
82
+ import TxtFileType from '../../assets/icons/txt_file_type.svg?react';
83
+ import GifFileType from '../../assets/icons/gif_file_type.svg?react';
84
+ import JpgFileType from '../../assets/icons/jpg_file_type.svg?react';
85
+ import InfoIcon from '../../assets/icons/info_icon.svg?react';
86
+ import CalendarIcon from '../../assets/icons/calendar_icon.svg?react';
87
+ import HideIcon from '../../assets/icons/hide_icon.svg?react';
88
+ import VerticalSeparator from '../../assets/icons/vertical_separator.svg?react';
89
+ import CollapseIcon from '../../assets/icons/collapse-icon.svg?react';
90
+ import ExpandIcon from '../../assets/icons/expand-icon.svg?react';
91
+ import CopyIcon from '../../assets/icons/copy-icon.svg?react';
92
+ import DownloadFile from '../../assets/icons/download-icon.svg?react';
93
+ import RefreshIcon from '../../assets/icons/refresh-icon.svg?react';
94
+ import LicenseInfo from '../../assets/icons/license_info.svg?react';
95
+ import LicenseWarning from '../../assets/icons/license_warning.svg?react';
96
+ import VariableIcon from '../../assets/icons/variable_icon.svg?react';
97
+ import Windows from '../../assets/icons/windows.svg?react';
98
+ import DataListIcon from '../../assets/icons/dataset_list.svg?react';
99
+ import Mac from '../../assets/icons/mac.svg?react';
100
+ import Android from '../../assets/icons/android.svg?react';
101
+ import Chrome from '../../assets/icons/chrome.svg?react';
102
+ import BrowserStack from '../../assets/icons/browser_stack.svg?react';
103
+ import Run from '../../assets/icons/run_icon.svg?react';
104
+ import DownloadIcon from '../../assets/icons/download_icon.svg?react';
105
+ import WebIcon from '../../assets/icons/web_icon.svg?react';
106
+ import WebMobileIcon from '../../assets/icons/web&mobile_icon.svg?react';
107
+ import MobileIcon from '../../assets/icons/mobile_icon.svg?react';
108
+ import SalesForceIcon from '../../assets/icons/sales_force.svg?react';
109
+ import MSDynamicIcon from '../../assets/icons/ms_dynamic.svg?react';
110
+ import AllProjectsIcon from '../../assets/icons/all_projects.svg?react';
111
+ import AndroidIcon from '../../assets/icons/android_icon.svg?react';
112
+ import NoAccessIcon from '../../assets/icons/no_access_icon.svg?react';
113
+ import FullAccessIcon from '../../assets/icons/full_access_icon.svg?react';
114
+ import ViewAccessIcon from '../../assets/icons/view_access_icon.svg?react';
115
+ import HideAccessIcon from '../../assets/icons/hide_access_icon.svg?react';
116
+ import AddLocator from '../../assets/icons/add_locator.svg?react';
117
+ import PlusUserIcon from '../../assets/icons/plus_user_icon.svg?react';
118
+ import IosIcon from '../../assets/icons/ios_icon.svg?react';
119
+ import HelpIcon from '../../assets/icons/help_icon.svg?react';
120
+ import SwitchLicenseIcon from '../../assets/icons/switch_license_icon.svg?react';
121
+ import FireflinkLogo from '../../assets/icons/fireflink_logo.svg?react';
122
+ import WSWBDeleteIcon from '../../assets/icons/wswb_delete_icon.svg?react';
123
+ import WSWBPlusIcon from '../../assets/icons/wswb_plus_icon.svg?react';
124
+ import LabelPlusIcon from '../../assets/icons/label_plus.svg?react';
125
+ import Drag from '../../assets/icons/drag_icon.svg?react';
126
+ import BackwardIcon from '../../assets/icons/backward_icon.svg?react';
127
+ import ForwardIcon from '../../assets/icons/forward_icon.svg?react';
128
+ import Reload from '../../assets/icons/reload.svg?react';
129
+ import WindowMaximize from '../../assets/icons/window_maximize.svg?react';
130
+ import WindowRestore from '../../assets/icons/window_restore.svg?react';
131
+ import WindowMinimize from '../../assets/icons/window_minimize.svg?react';
132
+ import HamburgerMenu from '../../assets/icons/hamburger_menu.svg?react';
133
+ import AppSwitchIcon from '../../assets/icons/app_switch.svg?react';
134
+ import UserProfile from '../../assets/icons/user_profile.svg?react';
135
+ import ContinueSignIn from '../../assets/icons/continue_without_sign.svg?react';
136
+ import CloudServerHost from '../../assets/icons/cloud_server_host_icon.svg?react';
137
+ import LocalVariableIcon from '../../assets/icons/local_variable_icon.svg?react';
138
+ import GlobalVariableIcon from '../../assets/icons/global_variable_icon.svg?react';
139
+ import ProjectEnvVariableIcon from '../../assets/icons/project_env_variable_icon.svg?react';
140
+ import StepGroupParameterIcon from '../../assets/icons/step_group_parameter.svg?react';
141
+ import StepGroupVariableIcon from '../../assets/icons/step_group_variable.svg?react';
142
+ import ForLoopVariableIcon from '../../assets/icons/for_loop_variable.svg?react';
143
+ import DataProviderVariableIcon from '../../assets/icons/data_provider_variable.svg?react';
144
+ import NotificationIcon from '../../assets/icons/notification_icon.svg?react';
145
+ import NLPHelpIcon from '../../assets/icons/nlp_help_icon.svg?react';
146
+ import UpdateIcon from '../../assets/icons/update_icon.svg?react';
147
+ import AddFile from '../../assets/icons/add_file.svg?react';
148
+ import PlusRoundIcon from '../../assets/icons/plus_round_icon.svg?react';
149
+ import EyeClosed from '../../assets/icons/eye_closed.svg?react';
150
+ import AttachmentIcon from '../../assets/icons/attachment_icon.svg?react';
151
+ import AuthorizationIcon from '../../assets/icons/authorization_icon.svg?react';
152
+ import CloneIcon from '../../assets/icons/clone_icon.svg?react';
153
+ import MoveIcon from '../../assets/icons/move_icon.svg?react';
154
+ import Jira from '../../assets/icons/jira.svg?react';
155
+ import HistoryIcon from '../../assets//icons/history_icon.svg?react';
156
+ import LinkedDefects from '../../assets//icons/linked_defects.svg?react';
157
+ import FireflinkPlatform from '../../assets//icons/fireflink_platform.svg?react';
158
+ import FireflinkFinder from '../../assets//icons/fireflink_finder_logo.svg?react';
159
+ import ClientProfile from '../../assets//icons/client_profile.svg?react';
160
+ import LicenseExpired from '../../assets//icons/license_expired.svg?react';
161
+ import AddTestCaseIcon from '../../assets/icons/add_testcase.svg?react';
162
+ import AutomationTestCaseIcon from '../../assets/icons/automation_testcase.svg?react';
163
+ import ManualTestCaseIcon from '../../assets/icons/manual_testcase.svg?react';
164
+ import BackIcon from '../../assets/icons/back_icon.svg?react';
165
+ import AddFromSharedElement from '../../assets/icons/add_from_shared_elements.svg?react';
166
+ import SauseLabIcon from '../../assets/icons/sause_lab.svg?react';
167
+ import LocalIcon from '../../assets/icons/local.svg?react';
168
+ import InternetExplorerIcon from '../../assets/icons/internet_explorer.svg?react';
169
+ import BrowserstackIcon from '../../assets/icons/browserstack_icon.svg?react';
170
+ import EdgeIcon from '../../assets/icons/edge.svg?react';
171
+ import FirefoxIcon from '../../assets/icons/fire_fox.svg?react';
172
+ import LambdaIcon from '../../assets/icons/lambda_icon.svg?react';
173
+ import LinuxIcon from '../../assets/icons/linux.svg?react';
174
+ import OperaIcon from '../../assets/icons/opera.svg?react';
175
+ import SafariIcon from '../../assets/icons/safari_icon.svg?react';
176
+ import MaximizeScript from '../../assets/icons/maximize_script.svg?react';
177
+ import DownloadFileIcon from '../../assets/icons/download_file_icon.svg?react';
178
+ import MaximizeIcon from '../../assets/icons/maximize_icon.svg?react';
179
+ import PassedStatusIcon from '../../assets/icons/passed_status_icon.svg?react';
180
+ import FailedStatusIcon from '../../assets/icons/failed_status_icon.svg?react';
181
+ import WarningStatusIcon from '../../assets/icons/warning_status_icon.svg?react';
182
+ import SkippedStatusIcon from '../../assets/icons/skipped_status_icon.svg?react';
183
+ import FlakyStatusIcon from '../../assets/icons/flaky_status_icon.svg?react';
184
+ import DrawerMaximizeIcon from '../../assets/icons/drawer_maximize.svg?react';
185
+ import SaveAsStepIcon from '../../assets/icons/save_as_step.svg?react';
186
+ import SendToStepsIcon from '../../assets/icons/send_step.svg?react';
187
+ import NoLicenseFound from '../../assets/icons/no_license_found.svg?react';
188
+ import StandardTemplate from '../../assets/icons/standard_template.svg?react';
189
+ import SampleTemplateFirst from '../../assets/icons/sample_template_first.svg?react';
190
+ import SampleTemplateSecond from '../../assets/icons/sample_template_second.svg?react';
191
+ import DataProvider from '../../assets/icons/data_provider.svg?react';
192
+ import LinkExpired from '../../assets/icons/link_expired.svg?react';
193
+ import LinkReset from '../../assets/icons/reset-link.svg?react';
194
+ import SystemWarning from '../../assets/icons/system_warning.svg?react';
195
+ import UserPasswordLock from '../../assets/icons/user_password_lock.svg?react';
196
+ import UserWarning from '../../assets/icons/user_warning.svg?react';
197
+ import UserWithSystem from '../../assets/icons/user_with_system.svg?react';
198
+ import AiSearch from '../../assets/icons/ai_search.svg?react';
199
+ import Import from '../../assets/icons/import.svg?react';
200
+ import dashboardWebIcon from '../../assets/icons/dashboard_web_icon.svg?react';
201
+ import dashboardMobileIcon from '../../assets/icons/dashboard_mobile_icon.svg?react';
202
+ import dashboardWebMobileIcon from '../../assets/icons/web_mobile_icon.svg?react';
203
+ import dashboardWebServicesIcon from '../../assets/icons/web_services_icon.svg?react';
204
+ import dashboardSalesforceIcon from '../../assets/icons/salesforce_icon.svg?react';
205
+ import dashboardMsDynamicIcon from '../../assets/icons/ms_dynamic_icon.svg?react';
206
+ import MinimizeScript from '../../assets/icons/minimize_script.svg?react';
207
+ import MaximizeTree from '../../assets/icons/maximize_tree.svg?react';
208
+ import LabelIcon from '../../assets/icons/label_icon.svg?react';
209
+ import AddLabelIcon from '../../assets/icons/add_label_icon.svg?react';
210
+ import QuickRunSettingIcon from '../../assets/icons/quick_run_setting_icon.svg?react';
211
+ import RunManualTestcaseIcon from '../../assets/icons/run_manual_testcase_icon.svg?react';
212
+ import RunAutomationScriptsIcon from '../../assets/icons/run_automation_scripts_icon.svg?react';
213
+ import EyeOpenIcon from '../../assets/icons/eye_open_icon.svg?react';
214
+ import ReplaceIcon from '../../assets/icons/replace_icon.svg?react';
215
+ import HeaderPreset from '../../assets/icons/Header_preset.svg?react';
216
+ import ProjectElement from '../../assets/icons/project_element.svg?react';
217
+ import Element from '../../assets/icons/element.svg?react';
218
+ import StepGroup from '../../assets/icons/step_group.svg?react';
219
+ import Variable from '../../assets/icons/variable.svg?react';
220
+ import Defects from '../../assets/icons/defects.svg?react';
221
+ import ApprovalPending from '../../assets/icons/approval_pending.svg?react';
222
+ import Configuration from '../../assets/icons/configuration.svg?react';
223
+ import NoData from '../../assets/icons/no_data.svg?react';
224
+ import AddUser from '../../assets/icons/add_user.svg?react';
225
+ import RemoveUser from '../../assets/icons/remove_user.svg?react';
226
+ import AddToArchive from '../../assets/icons/add_archive.svg?react';
227
+ import AddVariableIcon from '../../assets/icons/add_variable.svg?react';
228
+ import DashboardIcon from '../../assets/icons/dashboard_icon.svg?react'; //TODO:this is temporary icon
229
+ import InfoUser from '../../assets/icons/info_user.svg?react';
230
+ import WebServiceIcon from '../../assets/icons/web_service_icon.svg?react';
231
+ import ProjectStatusIcon from '../../assets/icons/project_status_icon.svg?react';
232
+ import captureIcon from '../../assets/icons/capture_icon.svg?react';
233
+ import rotateIcon from '../../assets/icons/rotate_icon.svg?react';
234
+ import tapIcon from '../../assets/icons/tap_icon.svg?react';
235
+ import refreshIcon from '../../assets/icons/refresh_icon.svg?react';
236
+ import swipeIcon from '../../assets/icons/swipe_icon.svg?react';
237
+ import backward from '../../assets/icons/backward.svg?react';
238
+ import forward from '../../assets/icons/forward.svg?react';
239
+ import dependsOnScript from '../../assets/icons/depends_on_script.svg?react';
240
+ import parameters from '../../assets/icons/parameters.svg?react';
241
+ import prePostCondition from '../../assets/icons/pre_post_condition.svg?react';
242
+ import programElement from '../../assets/icons/program_element.svg?react';
243
+ import testData from '../../assets/icons/test_data.svg?react';
244
+ import testDataSet from '../../assets/icons/test_data_set.svg?react';
245
+ import emailGroup from '../../assets/icons/email_group.svg?react';
246
+ import variableSet from '../../assets/icons/variable_set.svg?react';
247
+ import machineEnableIcon from '../../assets/icons/machine_enable_icon.svg?react';
248
+ import machineDisableIcon from '../../assets/icons/machine_disable_icon.svg?react';
249
+ import suitesIcon from '../../assets/icons/suites_icon.svg?react';
250
+ import executionsIcon from '../../assets/icons/executions_icon.svg?react';
251
+ import ImportIcon from '../../assets/icons/import_icon.svg?react';
252
+ import Settings from '../../assets/icons/settings.svg?react';
253
+ import UnfollowIcon from '../../assets/icons/unfollow_icon.svg?react';
254
+ import ExternalUser from '../../assets/icons/external_user.svg?react';
255
+ import SingleUser from '../../assets/icons/single_user.svg?react';
256
+ import GroupUser from '../../assets/icons/group_user.svg?react';
257
+ import TestFreshersLogo from '../../assets/icons/test_freshers_logo.svg?react';
258
+ import Azure from '../../assets/icons/azure.svg?react';
259
+ import Bitbucket from '../../assets/icons/bitbucket.svg?react';
260
+ import Github from '../../assets/icons/github.svg?react';
261
+ import Gitlab from '../../assets/icons/gitlab.svg?react';
262
+ import Jenkins from '../../assets/icons/jenkins.svg?react';
263
+ import JiraLogo from '../../assets/icons/jira_logo.svg?react';
264
+ import Slack from '../../assets/icons/slack.svg?react';
265
+ import DisableIcon from '../../assets/icons/disable_icon.svg?react';
266
+ import EnableIcon from '../../assets/icons/enable_icon.svg?react';
267
+ import ClearHistory from '../../assets/icons/clear_history.svg?react';
268
+ import Capture from '../../assets/icons/capture.svg?react';
269
+ import Csharp from '../../assets/icons/csharp.svg?react';
270
+ import Cypress from '../../assets/icons/cypress.svg?react';
271
+ import Java from '../../assets/icons/java.svg?react';
272
+ import JavaScript from '../../assets/icons/javascript.svg?react';
273
+ import PlayWright from '../../assets/icons/playwright.svg?react';
274
+ import Python from '../../assets/icons/python.svg?react';
275
+ import Code from '../../assets/icons/code.svg?react';
276
+ import Regenerate from '../../assets/icons/regenerate.svg?react';
277
+ import Mic from '../../assets/icons/mic.svg?react';
278
+ import MicActive from '../../assets/icons/mic_filled.svg?react';
279
+ import RightArrowFilled from '../../assets/icons/right_arrow_filled_icon.svg?react';
280
+ import CodeColored from '../../assets/icons/code_colored.svg?react';
281
+ import DesignLink from '../../assets/icons/design_link.svg?react';
282
+ import FileColored from '../../assets/icons/file_colored.svg?react';
283
+ import JiraColored from '../../assets/icons/jira_colored.svg?react';
284
+ import Screenshot from '../../assets/icons/screenshot.svg?react';
285
+ import DeleteFilled from '../../assets/icons/delete_filled.svg?react';
286
+ import PrimaryCalendarIcon from '../../assets/icons/primary_calendar_icon.svg?react';
287
+ import SauseLabPrimaryIcon from '../../assets/icons/sause_lab_icon.svg?react';
288
+ import ModuleIcon from '../../assets/icons/module_icon.svg?react';
289
+ import totalDefectsStatusIcon from '../../assets/icons/total_defects_status_icon.svg?react';
290
+ import openDefectsStatusIcon from '../../assets/icons/open_defects_icon.svg?react';
291
+ import closedDefectsStatusIcon from '../../assets/icons/close_defects_icon.svg?react';
292
+ import qualityScoreStatusIcon from '../../assets/icons/quality_score_icon.svg?react';
293
+ import defectDensityStatusIcon from '../../assets/icons/defect_density_icon.svg?react';
294
+ import Private from '../../assets/icons/private.svg?react';
295
+ import Reschedule from '../../assets/icons/reschedule.svg?react';
296
+ import CollapseAllIcon from '../../assets/icons/collapse_icon.svg?react';
297
+ import ExpandAllIcon from '../../assets/icons/expand_icon.svg?react';
298
+ import DownArrow from '../../assets/icons/down_arrow.svg?react';
299
+ import UpArrow from '../../assets/icons/up_arrow.svg?react';
300
+ import LocatorIcon from '../../assets/icons/locator_icon.svg?react';
301
+ import AutomaticLocator from '../../assets/icons/automatic_locator.svg?react';
302
+ import ReRunFailedOnly from '../../assets/icons/re_run_failed_only.svg?react';
303
+ import ReRun from '../../assets/icons/re_run.svg?react';
304
+ import ShowAllExpand from '../../assets/icons/show_all_expand.svg?react';
305
+ import ShowAllCollapse from '../../assets/icons/show_all_collapse.svg?react';
306
+ import OverView from '../../assets/icons/overview.svg?react';
307
+ import CreateIssue from '../../assets/icons/create_issue.svg?react';
308
+ import ShowScripts from '../../assets/icons/show_scripts.svg?react';
309
+ import HideScripts from '../../assets/icons/hide_scripts.svg?react';
310
+ import FiaIcon from '../../assets/icons/fia_icon.svg?react';
311
+ import ArrowLeft from '../../assets/icons/arrow_left.svg?react';
312
+ import AccordionBack from '../../assets/icons/accordion_back.svg?react';
313
+ import LinkIcon from '../../assets/icons/link.svg?react';
314
+ import ArrowLeftAccordian from '../../assets/icons/arrow_left_accordian.svg?react';
315
+ import ArrowRightIcon from '../../assets/icons/arrow_right_icon.svg?react';
316
+ import DiscardAlert from '../../assets/icons/discard_alert.svg?react';
317
+ import ActiveAISearchIcon from '../../assets/icons/ai_search_active_icon.svg?react';
318
+ import DefaultAISearchIcon from '../../assets/icons/ai_search_default_icon.svg?react';
319
+ import Attachments from '../../assets/icons/attachments.svg?react';
320
+ import AttachLink from '../../assets/icons/attach_link.svg?react';
321
+ import Comments from '../../assets/icons/comments.svg?react';
322
+ import FileDownload from '../../assets/icons/file_download.svg?react';
323
+ import TagIcon from '../../assets/icons/tag_icon.svg?react';
324
+ import AnalyticsIcon from '../../assets/icons/analytics_icon.svg?react';
325
+ import BuildingBlocksIcon from '../../assets/icons/building_blocks_icon.svg?react';
326
+ import ClientIcon from '../../assets/icons/client_icon.svg?react';
327
+ import InputIcon from '../../assets/icons/input_icon.svg?react';
328
+ import NlpIcon from '../../assets/icons/nlp_icon.svg?react';
329
+ import OutputIcon from '../../assets/icons/output_icon.svg?react';
330
+ import PendingRequestIcon from '../../assets/icons/pending_request_icon.svg?react';
331
+ import PrerequisitesIcon from '../../assets/icons/prerequisites_icon.svg?react';
332
+ import ProcedureIcon from '../../assets/icons/procedure_icon.svg?react';
333
+ import ProgramElementsIcon from '../../assets/icons/program_elements_icon.svg?react';
334
+ import ProjectConfigurationIcon from '../../assets/icons/project_configuration_icon.svg?react';
335
+ import RelatedNlpIcon from '../../assets/icons/related_nlp_icon.svg?react';
336
+ import ScenariosIcon from '../../assets/icons/scenarios_icon.svg?react';
337
+ import RequestIcon from '../../assets/icons/request_icon.svg?react';
338
+ import FillFilter from '../../assets/icons/fill_filter.svg?react';
339
+ import StatusFillFilterIcon from '../../assets/icons/status_fill_filter_icon.svg?react';
340
+ import AskFiaIcon from '../../assets/icons/ask_fia_icon.svg?react';
341
+ import CommentIcon from '../../assets/icons/comment.svg?react';
342
+ import CollapseArrow from '../../assets/icons/collapse_arrow.svg?react';
343
+ import ExpandArrow from '../../assets/icons/expand_arrow.svg?react';
344
+ import AiTag from '../../assets/icons/ai_tag.svg?react';
345
+ import ManualTag from '../../assets/icons/manual_tag.svg?react';
346
+ import Createtag from '../../assets/icons/create_tag.svg?react';
347
+ import TagList from '../../assets/icons/tag_list.svg?react';
348
+ import CodeIcon from '../../assets/icons/code_icon.svg?react';
349
+ import DesignIcon from '../../assets/icons/designlink_icon.svg?react';
350
+ import ScreenshotIcon from '../../assets/icons/screenshot_icon.svg?react';
351
+ import LanguageIcon from '../../assets/icons/language_icon.svg?react';
352
+ import UploadProfileImage from '../../assets/icons/upload_profile_image.svg?react';
353
+ import globeIcon from '../../assets/icons/globe.svg?react';
354
+ import sequentialInfoIcon from '../../assets/icons/sequential_info.svg?react';
355
+ import parallelInfoIcon from '../../assets/icons/parallel_info.svg?react';
356
+ import distributeInfoIcon from '../../assets/icons/distriburte_info.svg?react';
357
+ import execution from '../../assets/icons/execution.svg?react';
358
+ import liveExecution from '../../assets/icons/live_execution.svg?react';
359
+ import hidePrePostCondition from '../../assets/icons/hide_pre_post_condition.svg?react';
360
+ import showPrePostCondition from '../../assets/icons/show_pre_post_condition.svg?react';
361
+ import showScript from '../../assets/icons/show_script.svg?react';
362
+ import hideScript from '../../assets/icons/hide_script.svg?react';
363
+ import replyComment from '../../assets/icons/comment_reply.svg?react';
364
+ import Terminated from '../../assets/icons/terminated.svg?react';
365
+ import Revert from '../../assets/icons/revert.svg?react';
366
+ import QuickRunSettingActive from '../../assets/icons/quick_run_setting_active.svg?react';
367
+ import RunManualTestcaseActive from '../../assets/icons/run_manual_testcase_active.svg?react';
368
+ import VideoPlayIcon from '../../assets/icons/video_play_icon.svg?react';
369
+ import TickIcon from '../../assets/icons/tick_icon.svg?react';
370
+ import Postman from '../../assets/icons/postman_icon.svg?react';
371
+ import RecordPlayback from '../../assets/icons/record_play.svg?react';
372
+ import NoContent from '../../assets/icons/no_content_icon.svg?react';
373
+ import CommonNlp from '../../assets/icons/common_nlp.svg?react';
374
+ import GenericNlp from '../../assets/icons/generic_nlp.svg?react';
375
+ import ExportPostman1 from '../../assets/icons/export_postman1.svg?react';
376
+ import ExportGlobalPostman from '../../assets/icons/export_global_postman.svg?react';
377
+ import ExportPEVPostman from '../../assets/icons/export_pev_postman.svg?react';
378
+ import OptimizeStepGroup from '../../assets/icons/optimize_stepgroup.svg?react';
379
+ import CircleCheckIcon from '../../assets/icons/circle-check-icon.svg?react';
380
+ import SquareCheckIcon from '../../assets/icons/square-check-icon.svg?react';
381
+ import AddScriptIcon from '../../assets/icons/add_script.svg?react';
382
+ Components['success'] = ToastSuccessIcon;
383
+ Components['alert'] = Alert;
384
+ Components['alert'] = Alert;
385
+ Components['delete_info'] = DeleteInfoIcon;
386
+ Components['warning'] = WarningIcon;
387
+ Components['toast_info'] = ToastInfoIcon;
388
+ Components['error'] = ToastErrorIcon;
389
+ Components['close'] = ToastCloseIcon;
390
+ Components['more'] = MoreIcon;
391
+ Components['logo'] = Logo;
392
+ Components['manage_apps'] = ManageApps;
393
+ Components['arrow_up'] = ArrowUp;
394
+ Components['accordion_header_icon'] = AccordionHeaderIcon;
395
+ Components['dropzone_icon'] = DropZoneIcon;
396
+ Components['file'] = File;
397
+ Components['replace'] = Replace;
398
+ Components['remove'] = Remove;
399
+ Components['plus_icon'] = PlusIcon;
400
+ Components['arrows_top_icon'] = ArrowsTopIcon;
401
+ Components['arrows_right_icon'] = ArrowsRightIcon;
402
+ Components['arrows_down_icon'] = ArrowsDownIcon;
403
+ Components['arrow_down'] = ArrowDown;
404
+ Components['close_pill'] = ClosePill;
405
+ Components['moon_stars_icon'] = MoonStarsIcon;
406
+ Components['sun_icon'] = SunIcon;
407
+ Components['check_mark'] = CheckMarkIcon;
408
+ Components['wrong_mark'] = WrongMarkIcon;
409
+ Components['fireflink_icon'] = FireflinkIcon;
410
+ Components['tick'] = Tick;
411
+ Components['arrow_right'] = ArrowRight;
412
+ Components['search'] = Search;
413
+ Components['filter'] = Filter;
414
+ Components['right_arrow_icon'] = RightArrow;
415
+ Components['left_arrow_icon'] = LeftArrow;
416
+ Components['clock_icon'] = ClockIcon;
417
+ Components['edit'] = Edit;
418
+ Components['view_icon'] = ViewIcon;
419
+ Components['export_collection'] = ExportCollection;
420
+ Components['run_icon'] = RunIcon;
421
+ Components['license'] = LicenseIcon;
422
+ Components['delete'] = DeleteIcon;
423
+ Components['details'] = DetailsIcon;
424
+ Components['impact_list'] = ImpactListIcon;
425
+ Components['beautify_icon'] = BeautifyIcon;
426
+ Components['add_variable_icon'] = AddVariable;
427
+ Components['replace_file'] = ReplaceFile;
428
+ Components['formate_painter'] = FormatePainter;
429
+ Components['bold'] = Bold;
430
+ Components['italic'] = Italic;
431
+ Components['strike_through'] = StrikeThrough;
432
+ Components['underline'] = Underline;
433
+ Components['double_underline'] = DoubleUnderline;
434
+ Components['border_left'] = BorderLeft;
435
+ Components['border_right'] = BorderRight;
436
+ Components['border_bottom'] = BorderBottom;
437
+ Components['border_top'] = BorderTop;
438
+ Components['all_borders'] = AllBorders;
439
+ Components['no_border'] = NoBorder;
440
+ Components['text_align_center'] = TextAlignCenter;
441
+ Components['text_align_left'] = TextAlignLeft;
442
+ Components['text_align_right'] = TextAlignRight;
443
+ Components['text_color'] = TextColor;
444
+ Components['fill_color'] = FillColor;
445
+ Components['formula_icon'] = FormulaIcon;
446
+ Components['excel_corner_menu'] = ExcelCornerMenu;
447
+ Components['auto_save_icon'] = AutoSaveIcon;
448
+ Components['export'] = Export;
449
+ Components['import_file'] = ImportFile;
450
+ Components['apk_file_type'] = ApkFileType;
451
+ Components['csv_file_type'] = CsvFileType;
452
+ Components['compressed_file_type'] = CompressedFileType;
453
+ Components['html_file_type'] = HtmlFileType;
454
+ Components['json_file_type'] = JsonFileType;
455
+ Components['pdf_file_type'] = PdfFileType;
456
+ Components['png_file_type'] = PngFileType;
457
+ Components['xlsx_file_type'] = XlsxFileType;
458
+ Components['xml_file_type'] = XmlFileType;
459
+ Components['xls_file_type'] = XlsFileType;
460
+ Components['ipk_file_type'] = IpkFileType;
461
+ Components['txt_file_type'] = TxtFileType;
462
+ Components['gif_file_type'] = GifFileType;
463
+ Components['jpg_file_type'] = JpgFileType;
464
+ Components['import'] = Import;
465
+ Components['info'] = InfoIcon;
466
+ Components['calendar_icon'] = CalendarIcon;
467
+ Components['hide_icon'] = HideIcon;
468
+ Components['vertical_separator'] = VerticalSeparator;
469
+ Components['collapse_icon'] = CollapseIcon;
470
+ Components['refresh_icon'] = RefreshIcon;
471
+ Components['download_file'] = DownloadFile;
472
+ Components['copy_icon'] = CopyIcon;
473
+ Components['expand_icon'] = ExpandIcon;
474
+ Components['license_info'] = LicenseInfo;
475
+ Components['license_warning'] = LicenseWarning;
476
+ Components['variable_icon'] = VariableIcon;
477
+ Components['download_icon'] = DownloadIcon;
478
+ Components['web_icon'] = WebIcon;
479
+ Components['web&mobile_icon'] = WebMobileIcon;
480
+ Components['mobile_icon'] = MobileIcon;
481
+ Components['sales_force'] = SalesForceIcon;
482
+ Components['ms_dynamic'] = MSDynamicIcon;
483
+ Components['all_projects'] = AllProjectsIcon;
484
+ Components['android_icon'] = AndroidIcon;
485
+ Components['plus_user_icon'] = PlusUserIcon;
486
+ Components['label_plus'] = LabelPlusIcon;
487
+ Components['manual_locator'] = ManualLocator;
488
+ Components['ios_icon'] = IosIcon;
489
+ Components['help_icon'] = HelpIcon;
490
+ Components['select_license'] = SwitchLicenseIcon;
491
+ Components['fireflink-logo'] = FireflinkLogo;
492
+ Components['wswb_delete_icon'] = WSWBDeleteIcon;
493
+ Components['wswb_plus_icon'] = WSWBPlusIcon;
494
+ Components['local_variable_icon'] = LocalVariableIcon;
495
+ Components['global_variable_icon'] = GlobalVariableIcon;
496
+ Components['project_env_variable_icon'] = ProjectEnvVariableIcon;
497
+ Components['step_group_parameter'] = StepGroupParameterIcon;
498
+ Components['step_group_variable'] = StepGroupVariableIcon;
499
+ Components['data_provider_variable'] = DataProviderVariableIcon;
500
+ Components['for_loop_variable'] = ForLoopVariableIcon;
501
+ Components['add_locator'] = AddLocator;
502
+ Components['drag'] = Drag;
503
+ Components['windows'] = Windows;
504
+ Components['datalist_icon'] = DataListIcon;
505
+ Components['mac_icon'] = Mac;
506
+ Components['android_icon'] = Android;
507
+ Components['chrome_icon'] = Chrome;
508
+ Components['browser_stack_icon'] = BrowserStack;
509
+ Components['run_icon'] = Run;
510
+ Components['backward_icon'] = BackwardIcon;
511
+ Components['forward_icon'] = ForwardIcon;
512
+ Components['reload'] = Reload;
513
+ Components['window_maximize'] = WindowMaximize;
514
+ Components['window_restore'] = WindowRestore;
515
+ Components['window_minimize'] = WindowMinimize;
516
+ Components['hamburger_menu'] = HamburgerMenu;
517
+ Components['app_switch'] = AppSwitchIcon;
518
+ Components['user_profile'] = UserProfile;
519
+ Components['continue_without_signin'] = ContinueSignIn;
520
+ Components['cloud_server_host'] = CloudServerHost;
521
+ Components['notification_icon'] = NotificationIcon;
522
+ Components['nlp_help_icon'] = NLPHelpIcon;
523
+ Components['update_icon'] = UpdateIcon;
524
+ Components['add_file'] = AddFile;
525
+ Components['plus_round_icon'] = PlusRoundIcon;
526
+ Components['clone_icon'] = CloneIcon;
527
+ Components['move_icon'] = MoveIcon;
528
+ Components['jira'] = Jira;
529
+ Components['history'] = HistoryIcon;
530
+ Components['linked_defects'] = LinkedDefects;
531
+ Components['no_access_icon'] = NoAccessIcon;
532
+ Components['full_access_icon'] = FullAccessIcon;
533
+ Components['view_access_icon'] = ViewAccessIcon;
534
+ Components['hide_access_icon'] = HideAccessIcon;
535
+ Components['eye_closed'] = EyeClosed;
536
+ Components['attachment_icon'] = AttachmentIcon;
537
+ Components['authorization_icon'] = AuthorizationIcon;
538
+ Components['ai_search'] = AiSearch;
539
+ Components['upload_pill'] = UploadPillIcon;
540
+ Components['add_from_shared_element'] = AddFromSharedElement;
541
+ Components['fireflink_platform_logo'] = FireflinkPlatform;
542
+ Components['fireflink_finder_logo'] = FireflinkFinder;
543
+ Components['client_profile'] = ClientProfile;
544
+ Components['license_expired'] = LicenseExpired;
545
+ Components['dashboard_web_icon'] = dashboardWebIcon;
546
+ Components['dashboard_mobile_icon'] = dashboardMobileIcon;
547
+ Components['dashboard_web_mobile_icon'] = dashboardWebMobileIcon;
548
+ Components['dashboard_web_services'] = dashboardWebServicesIcon;
549
+ Components['dashboard_salesforce_icon'] = dashboardSalesforceIcon;
550
+ Components['dashboard_ms_dynamic_icon'] = dashboardMsDynamicIcon;
551
+ Components['add_testcase'] = AddTestCaseIcon;
552
+ Components['automation_testcase'] = AutomationTestCaseIcon;
553
+ Components['manual_testcase'] = ManualTestCaseIcon;
554
+ Components['back_icon'] = BackIcon;
555
+ Components['sause_lab'] = SauseLabIcon;
556
+ Components['local'] = LocalIcon;
557
+ Components['internet_explorer'] = InternetExplorerIcon;
558
+ Components['browserstack_icon'] = BrowserstackIcon;
559
+ Components['edge'] = EdgeIcon;
560
+ Components['fire_fox'] = FirefoxIcon;
561
+ Components['lambda_icon'] = LambdaIcon;
562
+ Components['linux'] = LinuxIcon;
563
+ Components['opera'] = OperaIcon;
564
+ Components['safari_icon'] = SafariIcon;
565
+ Components['maximize_script'] = MaximizeScript;
566
+ Components['download_file_icon'] = DownloadFileIcon;
567
+ Components['maximize_icon'] = MaximizeIcon;
568
+ Components['passed_status_icon'] = PassedStatusIcon;
569
+ Components['failed_status_icon'] = FailedStatusIcon;
570
+ Components['warning_status_icon'] = WarningStatusIcon;
571
+ Components['skipped_status_icon'] = SkippedStatusIcon;
572
+ Components['flaky_status_icon'] = FlakyStatusIcon;
573
+ Components['drawer_maximize'] = DrawerMaximizeIcon;
574
+ Components['save_as_step'] = SaveAsStepIcon;
575
+ Components['send_to_steps'] = SendToStepsIcon;
576
+ Components['standard_template'] = StandardTemplate;
577
+ Components['sample_template_first'] = SampleTemplateFirst;
578
+ Components['sample_template_second'] = SampleTemplateSecond;
579
+ Components['no_license_found'] = NoLicenseFound;
580
+ Components['data_provider'] = DataProvider;
581
+ Components['link_expired'] = LinkExpired;
582
+ Components['link_reset'] = LinkReset;
583
+ Components['system_warning'] = SystemWarning;
584
+ Components['user_password_lock'] = UserPasswordLock;
585
+ Components['user_warning'] = UserWarning;
586
+ Components['user_with_system'] = UserWithSystem;
587
+ Components['minimize_script'] = MinimizeScript;
588
+ Components['maximize_tree'] = MaximizeTree;
589
+ Components['label_icon'] = LabelIcon;
590
+ Components['add_label_icon'] = AddLabelIcon;
591
+ Components['quick_run_setting'] = QuickRunSettingIcon;
592
+ Components['run_manual_testcase'] = RunManualTestcaseIcon;
593
+ Components['run_automation_scripts'] = RunAutomationScriptsIcon;
594
+ Components['eye_open_icon'] = EyeOpenIcon;
595
+ Components['replace_icon'] = ReplaceIcon;
596
+ Components['replace_icon'] = ReplaceIcon;
597
+ Components['header_preset'] = HeaderPreset;
598
+ Components['project_element'] = ProjectElement;
599
+ Components['element'] = Element;
600
+ Components['step_group'] = StepGroup;
601
+ Components['variable'] = Variable;
602
+ Components['defects'] = Defects;
603
+ Components['approval_pending'] = ApprovalPending;
604
+ Components['configuration'] = Configuration;
605
+ Components['no_data'] = NoData;
606
+ Components['add_user'] = AddUser;
607
+ Components['add_to_archive'] = AddToArchive;
608
+ Components['remove_user'] = RemoveUser;
609
+ Components['add_variable'] = AddVariableIcon;
610
+ Components['dashboard_icon'] = DashboardIcon; //TODO:this is temporary icon
611
+ Components['info_user'] = InfoUser;
612
+ Components['web_service_icon'] = WebServiceIcon;
613
+ Components['project_status_icon'] = ProjectStatusIcon;
614
+ Components['capture_icon'] = captureIcon;
615
+ Components['backward'] = backward;
616
+ Components['forward'] = forward;
617
+ Components['refresh_icon'] = refreshIcon;
618
+ Components['rotate_icon'] = rotateIcon;
619
+ Components['tap_icon'] = tapIcon;
620
+ Components['swipe_icon'] = swipeIcon;
621
+ Components['depends_on_script'] = dependsOnScript;
622
+ Components['parameters'] = parameters;
623
+ Components['pre_post_condition'] = prePostCondition;
624
+ Components['program_element'] = programElement;
625
+ Components['test_data'] = testData;
626
+ Components['test_data_set'] = testDataSet;
627
+ Components['email_group'] = emailGroup;
628
+ Components['variable_set'] = variableSet;
629
+ Components['machine_enable_icon'] = machineEnableIcon;
630
+ Components['machine_disable_icon'] = machineDisableIcon;
631
+ Components['executions_icon'] = executionsIcon;
632
+ Components['suites_icon'] = suitesIcon;
633
+ Components['import_icon'] = ImportIcon;
634
+ Components['settings'] = Settings;
635
+ Components['test_freshers_logo'] = TestFreshersLogo;
636
+ Components['unfollow_icon'] = UnfollowIcon;
637
+ Components['external_user'] = ExternalUser;
638
+ Components['single_user'] = SingleUser;
639
+ Components['group_user'] = GroupUser;
640
+ Components['azure'] = Azure;
641
+ Components['bitbucket'] = Bitbucket;
642
+ Components['github'] = Github;
643
+ Components['gitlab'] = Gitlab;
644
+ Components['jenkins'] = Jenkins;
645
+ Components['jira_logo'] = JiraLogo;
646
+ Components['slack'] = Slack;
647
+ Components['disable_icon'] = DisableIcon;
648
+ Components['enable_icon'] = EnableIcon;
649
+ Components['clear_history'] = ClearHistory;
650
+ Components['capture'] = Capture;
651
+ Components['csharp'] = Csharp;
652
+ Components['cypress'] = Cypress;
653
+ Components['java'] = Java;
654
+ Components['javascript'] = JavaScript;
655
+ Components['playwright'] = PlayWright;
656
+ Components['python'] = Python;
657
+ Components['code'] = Code;
658
+ Components['regenerate'] = Regenerate;
659
+ Components['mic'] = Mic;
660
+ Components['mic_filled'] = MicActive;
661
+ Components['right_arrow_filled_icon'] = RightArrowFilled;
662
+ Components['code_colored'] = CodeColored;
663
+ Components['design_link'] = DesignLink;
664
+ Components['file_colored'] = FileColored;
665
+ Components['jira_colored'] = JiraColored;
666
+ Components['screenshot'] = Screenshot;
667
+ Components['delete_filled'] = DeleteFilled;
668
+ Components['primary_calendar_icon'] = PrimaryCalendarIcon;
669
+ Components['sause_lab_icon'] = SauseLabPrimaryIcon;
670
+ Components['total_defects_status_icon'] = totalDefectsStatusIcon;
671
+ Components['open_defects_status_icon'] = openDefectsStatusIcon;
672
+ Components['closed_defects_status_icon'] = closedDefectsStatusIcon;
673
+ Components['quality_score_status_icon'] = qualityScoreStatusIcon;
674
+ Components['defect_density_status_icon'] = defectDensityStatusIcon;
675
+ Components['module_icon'] = ModuleIcon;
676
+ Components['private'] = Private;
677
+ Components['reschedule'] = Reschedule;
678
+ Components['collapseAll_icon'] = CollapseAllIcon;
679
+ Components['expandAll_icon'] = ExpandAllIcon;
680
+ Components['down_arrow'] = DownArrow;
681
+ Components['up_arrow'] = UpArrow;
682
+ Components['locator_icon'] = LocatorIcon;
683
+ Components['automatic_locator'] = AutomaticLocator;
684
+ Components['re_run_failed_only'] = ReRunFailedOnly;
685
+ Components['re_run'] = ReRun;
686
+ Components['show_all_expand'] = ShowAllExpand;
687
+ Components['show_all_collapse'] = ShowAllCollapse;
688
+ Components['overview'] = OverView;
689
+ Components['create_issue'] = CreateIssue;
690
+ Components['show_scripts'] = ShowScripts;
691
+ Components['hide_scripts'] = HideScripts;
692
+ Components['link'] = LinkIcon;
693
+ Components['arrow_left'] = ArrowLeft;
694
+ Components['accordion_back'] = AccordionBack;
695
+ Components['fia_icon'] = FiaIcon;
696
+ Components['arrow_left_accordian'] = ArrowLeftAccordian;
697
+ Components['arrow_right_icon'] = ArrowRightIcon;
698
+ Components['discard_alert'] = DiscardAlert;
699
+ Components['ai_search_default_icon'] = DefaultAISearchIcon;
700
+ Components['ai_search_active_icon'] = ActiveAISearchIcon;
701
+ Components['attachments'] = Attachments;
702
+ Components['attach_link'] = AttachLink;
703
+ Components['comments'] = Comments;
704
+ Components['file_download'] = FileDownload;
705
+ Components['tag_icon'] = TagIcon;
706
+ Components['analytics_icon'] = AnalyticsIcon;
707
+ Components['building_blocks_icon'] = BuildingBlocksIcon;
708
+ Components['client_icon'] = ClientIcon;
709
+ Components['input_icon'] = InputIcon;
710
+ Components['nlp_icon'] = NlpIcon;
711
+ Components['output_icon'] = OutputIcon;
712
+ Components['pending_request_icon'] = PendingRequestIcon;
713
+ Components['prerequisites_icon'] = PrerequisitesIcon;
714
+ Components['procedure_icon'] = ProcedureIcon;
715
+ Components['program_elements_icon'] = ProgramElementsIcon;
716
+ Components['project_configuration_icon'] = ProjectConfigurationIcon;
717
+ Components['related_nlp_icon'] = RelatedNlpIcon;
718
+ Components['scenarios_icon'] = ScenariosIcon;
719
+ Components['request_icon'] = RequestIcon;
720
+ Components['fill_filter'] = FillFilter;
721
+ Components['status_fill_filter_icon'] = StatusFillFilterIcon;
722
+ Components['ask_fia_icon'] = AskFiaIcon;
723
+ Components['comment_icon'] = CommentIcon;
724
+ Components['expand-arrow'] = ExpandArrow;
725
+ Components['collapse-arrow'] = CollapseArrow;
726
+ Components['ai_tag'] = AiTag;
727
+ Components['manual_tag'] = ManualTag;
728
+ Components['create_tag'] = Createtag;
729
+ Components['tag_list'] = TagList;
730
+ Components['code_icon'] = CodeIcon;
731
+ Components['designlink_icon'] = DesignIcon;
732
+ Components['screenshot_icon'] = ScreenshotIcon;
733
+ Components['language_icon'] = LanguageIcon;
734
+ Components['upload_profile_image'] = UploadProfileImage;
735
+ Components['globe_icon'] = globeIcon;
736
+ Components['sequential_info_icon'] = sequentialInfoIcon;
737
+ Components['parallel_info_icon'] = parallelInfoIcon;
738
+ Components['distribute_info_icon'] = distributeInfoIcon;
739
+ Components['execution'] = execution;
740
+ Components['live_execution'] = liveExecution;
741
+ Components['hide_pre_post_condition'] = hidePrePostCondition;
742
+ Components['show_pre_post_condition'] = showPrePostCondition;
743
+ Components['show_script'] = showScript;
744
+ Components['hide_script'] = hideScript;
745
+ Components['comment_reply'] = replyComment;
746
+ Components['terminated'] = Terminated;
747
+ Components['revert'] = Revert;
748
+ Components['quick_run_setting_active'] = QuickRunSettingActive;
749
+ Components['run_manual_testcase_active'] = RunManualTestcaseActive;
750
+ Components['video_play_icon'] = VideoPlayIcon;
751
+ Components['tick_icon'] = TickIcon;
752
+ Components['postman_icon'] = Postman;
753
+ Components['record_play'] = RecordPlayback;
754
+ Components['no_content'] = NoContent;
755
+ Components['common_nlp'] = CommonNlp;
756
+ Components['generic_nlp'] = GenericNlp;
757
+ Components['export_postman1'] = ExportPostman1;
758
+ Components['export_global_postman'] = ExportGlobalPostman;
759
+ Components['export_pev_postman'] = ExportPEVPostman;
760
+ Components['optimize_stepgroup'] = OptimizeStepGroup;
761
+ Components['circle_check_icon'] = CircleCheckIcon;
762
+ Components['square_check_icon'] = SquareCheckIcon;
763
+ Components['add_script'] = AddScriptIcon;
764
+ export default Components;
765
+ //# sourceMappingURL=iconList.js.map