@bigbinary/neeto-molecules 3.15.43 → 3.15.45

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 (426) hide show
  1. package/dist/AuditLogs.js +539 -0
  2. package/dist/AuditLogs.js.map +1 -0
  3. package/dist/BoardView.js +394 -0
  4. package/dist/BoardView.js.map +1 -0
  5. package/dist/Breadcrumbs.js +46 -0
  6. package/dist/Breadcrumbs.js.map +1 -0
  7. package/dist/BrowserPreview.js +50 -0
  8. package/dist/BrowserPreview.js.map +1 -0
  9. package/dist/BrowserSupport.js +348 -0
  10. package/dist/BrowserSupport.js.map +1 -0
  11. package/dist/Builder.js +786 -0
  12. package/dist/Builder.js.map +1 -0
  13. package/dist/ButtonGroup.js +36 -0
  14. package/dist/ButtonGroup.js.map +1 -0
  15. package/dist/CalendarView.js +356 -0
  16. package/dist/CalendarView.js.map +1 -0
  17. package/dist/CardLayout.js +49 -0
  18. package/dist/CardLayout.js.map +1 -0
  19. package/dist/Chevron-DfSoxXBs.js +246 -0
  20. package/dist/Chevron-DfSoxXBs.js.map +1 -0
  21. package/dist/Codeblock.js +58 -0
  22. package/dist/Codeblock.js.map +1 -0
  23. package/dist/Columns.js +21 -0
  24. package/dist/Columns.js.map +1 -0
  25. package/dist/ConfigurePageSidebar.js +97 -0
  26. package/dist/ConfigurePageSidebar.js.map +1 -0
  27. package/dist/ConfirmationModal.js +110 -0
  28. package/dist/ConfirmationModal.js.map +1 -0
  29. package/dist/Container.js +38 -0
  30. package/dist/Container.js.map +1 -0
  31. package/dist/CopyToClipboardButton.js +82 -0
  32. package/dist/CopyToClipboardButton.js.map +1 -0
  33. package/dist/Currency.js +917 -0
  34. package/dist/Currency.js.map +1 -0
  35. package/dist/DateFormat.js +45 -0
  36. package/dist/DateFormat.js.map +1 -0
  37. package/dist/DateRangeFilter.js +178 -0
  38. package/dist/DateRangeFilter.js.map +1 -0
  39. package/dist/DeleteArchiveModal.js +98 -0
  40. package/dist/DeleteArchiveModal.js.map +1 -0
  41. package/dist/DeviceIncompatibilityMessage.js +95 -0
  42. package/dist/DeviceIncompatibilityMessage.js.map +1 -0
  43. package/dist/DocumentEditor.js +183 -0
  44. package/dist/DocumentEditor.js.map +1 -0
  45. package/dist/DownloadMobileAppCallout.js +40 -0
  46. package/dist/DownloadMobileAppCallout.js.map +1 -0
  47. package/dist/DynamicVariables.js +115 -0
  48. package/dist/DynamicVariables.js.map +1 -0
  49. package/dist/EmailForm.js +567 -0
  50. package/dist/EmailForm.js.map +1 -0
  51. package/dist/EmailPreview.js +140 -0
  52. package/dist/EmailPreview.js.map +1 -0
  53. package/dist/EmojiPicker.js +112 -0
  54. package/dist/EmojiPicker.js.map +1 -0
  55. package/dist/EmojiReactions.js +82 -0
  56. package/dist/EmojiReactions.js.map +1 -0
  57. package/dist/Engagements.js +292 -0
  58. package/dist/Engagements.js.map +1 -0
  59. package/dist/ErrorPage.js +1811 -0
  60. package/dist/ErrorPage.js.map +1 -0
  61. package/dist/FileUpload.js +595 -0
  62. package/dist/FileUpload.js.map +1 -0
  63. package/dist/FinderModal.js +280 -0
  64. package/dist/FinderModal.js.map +1 -0
  65. package/dist/FloatingActionMenu.js +854 -0
  66. package/dist/FloatingActionMenu.js.map +1 -0
  67. package/dist/GoogleFontPicker.js +581 -0
  68. package/dist/GoogleFontPicker.js.map +1 -0
  69. package/dist/Header.js +126 -0
  70. package/dist/Header.js.map +1 -0
  71. package/dist/HelpPopover.js +83 -0
  72. package/dist/HelpPopover.js.map +1 -0
  73. package/dist/IconPicker.js +1159 -0
  74. package/dist/IconPicker.js.map +1 -0
  75. package/dist/ImageWithFallback.js +49 -0
  76. package/dist/ImageWithFallback.js.map +1 -0
  77. package/dist/InlineInput.js +230 -0
  78. package/dist/InlineInput.js.map +1 -0
  79. package/dist/Insights.js +358 -0
  80. package/dist/Insights.js.map +1 -0
  81. package/dist/IntegrationCard.js +227 -0
  82. package/dist/IntegrationCard.js.map +1 -0
  83. package/dist/IpRestriction.js +3617 -0
  84. package/dist/IpRestriction.js.map +1 -0
  85. package/dist/KeyboardShortcuts.js +284 -0
  86. package/dist/KeyboardShortcuts.js.map +1 -0
  87. package/dist/LoginPage.js +184 -0
  88. package/dist/LoginPage.js.map +1 -0
  89. package/dist/MadeWith.js +41 -0
  90. package/dist/MadeWith.js.map +1 -0
  91. package/dist/MenuBar.js +1326 -0
  92. package/dist/MenuBar.js.map +1 -0
  93. package/dist/Metadata.js +218 -0
  94. package/dist/Metadata.js.map +1 -0
  95. package/dist/MobilePreviewHeader.js +25 -0
  96. package/dist/MobilePreviewHeader.js.map +1 -0
  97. package/dist/MoreDropdown.js +163 -0
  98. package/dist/MoreDropdown.js.map +1 -0
  99. package/dist/NavigationHeader.js +264 -0
  100. package/dist/NavigationHeader.js.map +1 -0
  101. package/dist/NeetoWidget.js +2867 -0
  102. package/dist/NeetoWidget.js.map +1 -0
  103. package/dist/Onboarding.js +246 -0
  104. package/dist/Onboarding.js.map +1 -0
  105. package/dist/OptionFields.js +717 -0
  106. package/dist/OptionFields.js.map +1 -0
  107. package/dist/PageLoader.js +40 -0
  108. package/dist/PageLoader.js.map +1 -0
  109. package/dist/PhoneNumber.js +75 -0
  110. package/dist/PhoneNumber.js.map +1 -0
  111. package/dist/ProductEmbed.js +884 -0
  112. package/dist/ProductEmbed.js.map +1 -0
  113. package/dist/PublishBlock.js +447 -0
  114. package/dist/PublishBlock.js.map +1 -0
  115. package/dist/PublishYourItem.js +58 -0
  116. package/dist/PublishYourItem.js.map +1 -0
  117. package/dist/Rename.js +366 -0
  118. package/dist/Rename.js.map +1 -0
  119. package/dist/ResponsiveDevicePicker.js +63 -0
  120. package/dist/ResponsiveDevicePicker.js.map +1 -0
  121. package/dist/Schedule.js +926 -0
  122. package/dist/Schedule.js.map +1 -0
  123. package/dist/Scrollable.js +42 -0
  124. package/dist/Scrollable.js.map +1 -0
  125. package/dist/Search.js +110 -0
  126. package/dist/Search.js.map +1 -0
  127. package/dist/SendToFields.js +2221 -0
  128. package/dist/SendToFields.js.map +1 -0
  129. package/dist/SessionEnvironment.js +431 -0
  130. package/dist/SessionEnvironment.js.map +1 -0
  131. package/dist/Settings.js +250 -0
  132. package/dist/Settings.js.map +1 -0
  133. package/dist/ShareRecordingPane.js +216 -0
  134. package/dist/ShareRecordingPane.js.map +1 -0
  135. package/dist/ShareViaEmail.js +416 -0
  136. package/dist/ShareViaEmail.js.map +1 -0
  137. package/dist/ShareViaLink.js +1556 -0
  138. package/dist/ShareViaLink.js.map +1 -0
  139. package/dist/Sidebar.js +294 -0
  140. package/dist/Sidebar.js.map +1 -0
  141. package/dist/StatusDropdown.js +109 -0
  142. package/dist/StatusDropdown.js.map +1 -0
  143. package/dist/StickyRibbonsContainer.js +131 -0
  144. package/dist/StickyRibbonsContainer.js.map +1 -0
  145. package/dist/SubHeader.js +209 -0
  146. package/dist/SubHeader.js.map +1 -0
  147. package/dist/SubscriptionNotificationsContainer.js +77 -0
  148. package/dist/SubscriptionNotificationsContainer.js.map +1 -0
  149. package/dist/SuffixedInput.js +111 -0
  150. package/dist/SuffixedInput.js.map +1 -0
  151. package/dist/TableWrapper.js +27 -0
  152. package/dist/TableWrapper.js.map +1 -0
  153. package/dist/Taxonomy.js +496 -0
  154. package/dist/Taxonomy.js.map +1 -0
  155. package/dist/TimeFormat.js +14 -0
  156. package/dist/TimeFormat.js.map +1 -0
  157. package/dist/TimezoneMismatchModal.js +138 -0
  158. package/dist/TimezoneMismatchModal.js.map +1 -0
  159. package/dist/ToggleFeatureCard.js +211 -0
  160. package/dist/ToggleFeatureCard.js.map +1 -0
  161. package/dist/_commonjsHelpers-BFTU3MAI.js +8 -0
  162. package/dist/_commonjsHelpers-BFTU3MAI.js.map +1 -0
  163. package/dist/cjs/AuditLogs.js +541 -0
  164. package/dist/cjs/AuditLogs.js.map +1 -0
  165. package/dist/cjs/BoardView.js +396 -0
  166. package/dist/cjs/BoardView.js.map +1 -0
  167. package/dist/cjs/Breadcrumbs.js +48 -0
  168. package/dist/cjs/Breadcrumbs.js.map +1 -0
  169. package/dist/cjs/BrowserPreview.js +52 -0
  170. package/dist/cjs/BrowserPreview.js.map +1 -0
  171. package/dist/cjs/BrowserSupport.js +350 -0
  172. package/dist/cjs/BrowserSupport.js.map +1 -0
  173. package/dist/cjs/Builder.js +794 -0
  174. package/dist/cjs/Builder.js.map +1 -0
  175. package/dist/cjs/ButtonGroup.js +38 -0
  176. package/dist/cjs/ButtonGroup.js.map +1 -0
  177. package/dist/cjs/CalendarView.js +358 -0
  178. package/dist/cjs/CalendarView.js.map +1 -0
  179. package/dist/cjs/CardLayout.js +51 -0
  180. package/dist/cjs/CardLayout.js.map +1 -0
  181. package/dist/cjs/Chevron-DJbXy_CD.js +256 -0
  182. package/dist/cjs/Chevron-DJbXy_CD.js.map +1 -0
  183. package/dist/cjs/Codeblock.js +60 -0
  184. package/dist/cjs/Codeblock.js.map +1 -0
  185. package/dist/cjs/Columns.js +35 -0
  186. package/dist/cjs/Columns.js.map +1 -0
  187. package/dist/cjs/ConfigurePageSidebar.js +99 -0
  188. package/dist/cjs/ConfigurePageSidebar.js.map +1 -0
  189. package/dist/cjs/ConfirmationModal.js +131 -0
  190. package/dist/cjs/ConfirmationModal.js.map +1 -0
  191. package/dist/cjs/Container.js +40 -0
  192. package/dist/cjs/Container.js.map +1 -0
  193. package/dist/cjs/CopyToClipboardButton.js +84 -0
  194. package/dist/cjs/CopyToClipboardButton.js.map +1 -0
  195. package/dist/cjs/Currency.js +920 -0
  196. package/dist/cjs/Currency.js.map +1 -0
  197. package/dist/cjs/DateFormat.js +47 -0
  198. package/dist/cjs/DateFormat.js.map +1 -0
  199. package/dist/cjs/DateRangeFilter.js +180 -0
  200. package/dist/cjs/DateRangeFilter.js.map +1 -0
  201. package/dist/cjs/DeleteArchiveModal.js +100 -0
  202. package/dist/cjs/DeleteArchiveModal.js.map +1 -0
  203. package/dist/cjs/DeviceIncompatibilityMessage.js +115 -0
  204. package/dist/cjs/DeviceIncompatibilityMessage.js.map +1 -0
  205. package/dist/cjs/DocumentEditor.js +185 -0
  206. package/dist/cjs/DocumentEditor.js.map +1 -0
  207. package/dist/cjs/DownloadMobileAppCallout.js +42 -0
  208. package/dist/cjs/DownloadMobileAppCallout.js.map +1 -0
  209. package/dist/cjs/DynamicVariables.js +117 -0
  210. package/dist/cjs/DynamicVariables.js.map +1 -0
  211. package/dist/cjs/EmailForm.js +593 -0
  212. package/dist/cjs/EmailForm.js.map +1 -0
  213. package/dist/cjs/EmailPreview.js +142 -0
  214. package/dist/cjs/EmailPreview.js.map +1 -0
  215. package/dist/cjs/EmojiPicker.js +114 -0
  216. package/dist/cjs/EmojiPicker.js.map +1 -0
  217. package/dist/cjs/EmojiReactions.js +84 -0
  218. package/dist/cjs/EmojiReactions.js.map +1 -0
  219. package/dist/cjs/Engagements.js +294 -0
  220. package/dist/cjs/Engagements.js.map +1 -0
  221. package/dist/cjs/ErrorPage.js +1831 -0
  222. package/dist/cjs/ErrorPage.js.map +1 -0
  223. package/dist/cjs/FileUpload.js +598 -0
  224. package/dist/cjs/FileUpload.js.map +1 -0
  225. package/dist/cjs/FinderModal.js +282 -0
  226. package/dist/cjs/FinderModal.js.map +1 -0
  227. package/dist/cjs/FloatingActionMenu.js +875 -0
  228. package/dist/cjs/FloatingActionMenu.js.map +1 -0
  229. package/dist/cjs/GoogleFontPicker.js +583 -0
  230. package/dist/cjs/GoogleFontPicker.js.map +1 -0
  231. package/dist/cjs/Header.js +128 -0
  232. package/dist/cjs/Header.js.map +1 -0
  233. package/dist/cjs/HelpPopover.js +85 -0
  234. package/dist/cjs/HelpPopover.js.map +1 -0
  235. package/dist/cjs/IconPicker.js +1161 -0
  236. package/dist/cjs/IconPicker.js.map +1 -0
  237. package/dist/cjs/ImageWithFallback.js +51 -0
  238. package/dist/cjs/ImageWithFallback.js.map +1 -0
  239. package/dist/cjs/InlineInput.js +233 -0
  240. package/dist/cjs/InlineInput.js.map +1 -0
  241. package/dist/cjs/Insights.js +360 -0
  242. package/dist/cjs/Insights.js.map +1 -0
  243. package/dist/cjs/IntegrationCard.js +229 -0
  244. package/dist/cjs/IntegrationCard.js.map +1 -0
  245. package/dist/cjs/IpRestriction.js +3638 -0
  246. package/dist/cjs/IpRestriction.js.map +1 -0
  247. package/dist/cjs/KeyboardShortcuts.js +286 -0
  248. package/dist/cjs/KeyboardShortcuts.js.map +1 -0
  249. package/dist/cjs/LoginPage.js +205 -0
  250. package/dist/cjs/LoginPage.js.map +1 -0
  251. package/dist/cjs/MadeWith.js +43 -0
  252. package/dist/cjs/MadeWith.js.map +1 -0
  253. package/dist/cjs/MenuBar.js +1328 -0
  254. package/dist/cjs/MenuBar.js.map +1 -0
  255. package/dist/cjs/Metadata.js +220 -0
  256. package/dist/cjs/Metadata.js.map +1 -0
  257. package/dist/cjs/MobilePreviewHeader.js +27 -0
  258. package/dist/cjs/MobilePreviewHeader.js.map +1 -0
  259. package/dist/cjs/MoreDropdown.js +165 -0
  260. package/dist/cjs/MoreDropdown.js.map +1 -0
  261. package/dist/cjs/NavigationHeader.js +266 -0
  262. package/dist/cjs/NavigationHeader.js.map +1 -0
  263. package/dist/cjs/NeetoWidget.js +2888 -0
  264. package/dist/cjs/NeetoWidget.js.map +1 -0
  265. package/dist/cjs/Onboarding.js +248 -0
  266. package/dist/cjs/Onboarding.js.map +1 -0
  267. package/dist/cjs/OptionFields.js +719 -0
  268. package/dist/cjs/OptionFields.js.map +1 -0
  269. package/dist/cjs/PageLoader.js +42 -0
  270. package/dist/cjs/PageLoader.js.map +1 -0
  271. package/dist/cjs/PhoneNumber.js +80 -0
  272. package/dist/cjs/PhoneNumber.js.map +1 -0
  273. package/dist/cjs/ProductEmbed.js +886 -0
  274. package/dist/cjs/ProductEmbed.js.map +1 -0
  275. package/dist/cjs/PublishBlock.js +449 -0
  276. package/dist/cjs/PublishBlock.js.map +1 -0
  277. package/dist/cjs/PublishYourItem.js +60 -0
  278. package/dist/cjs/PublishYourItem.js.map +1 -0
  279. package/dist/cjs/Rename.js +368 -0
  280. package/dist/cjs/Rename.js.map +1 -0
  281. package/dist/cjs/ResponsiveDevicePicker.js +65 -0
  282. package/dist/cjs/ResponsiveDevicePicker.js.map +1 -0
  283. package/dist/cjs/Schedule.js +947 -0
  284. package/dist/cjs/Schedule.js.map +1 -0
  285. package/dist/cjs/Scrollable.js +44 -0
  286. package/dist/cjs/Scrollable.js.map +1 -0
  287. package/dist/cjs/Search.js +112 -0
  288. package/dist/cjs/Search.js.map +1 -0
  289. package/dist/cjs/SendToFields.js +2223 -0
  290. package/dist/cjs/SendToFields.js.map +1 -0
  291. package/dist/cjs/SessionEnvironment.js +433 -0
  292. package/dist/cjs/SessionEnvironment.js.map +1 -0
  293. package/dist/cjs/Settings.js +252 -0
  294. package/dist/cjs/Settings.js.map +1 -0
  295. package/dist/cjs/ShareRecordingPane.js +218 -0
  296. package/dist/cjs/ShareRecordingPane.js.map +1 -0
  297. package/dist/cjs/ShareViaEmail.js +437 -0
  298. package/dist/cjs/ShareViaEmail.js.map +1 -0
  299. package/dist/cjs/ShareViaLink.js +1577 -0
  300. package/dist/cjs/ShareViaLink.js.map +1 -0
  301. package/dist/cjs/Sidebar.js +315 -0
  302. package/dist/cjs/Sidebar.js.map +1 -0
  303. package/dist/cjs/StatusDropdown.js +111 -0
  304. package/dist/cjs/StatusDropdown.js.map +1 -0
  305. package/dist/cjs/StickyRibbonsContainer.js +133 -0
  306. package/dist/cjs/StickyRibbonsContainer.js.map +1 -0
  307. package/dist/cjs/SubHeader.js +211 -0
  308. package/dist/cjs/SubHeader.js.map +1 -0
  309. package/dist/cjs/SubscriptionNotificationsContainer.js +79 -0
  310. package/dist/cjs/SubscriptionNotificationsContainer.js.map +1 -0
  311. package/dist/cjs/SuffixedInput.js +113 -0
  312. package/dist/cjs/SuffixedInput.js.map +1 -0
  313. package/dist/cjs/TableWrapper.js +29 -0
  314. package/dist/cjs/TableWrapper.js.map +1 -0
  315. package/dist/cjs/Taxonomy.js +517 -0
  316. package/dist/cjs/Taxonomy.js.map +1 -0
  317. package/dist/cjs/TimeFormat.js +16 -0
  318. package/dist/cjs/TimeFormat.js.map +1 -0
  319. package/dist/cjs/TimezoneMismatchModal.js +140 -0
  320. package/dist/cjs/TimezoneMismatchModal.js.map +1 -0
  321. package/dist/cjs/ToggleFeatureCard.js +213 -0
  322. package/dist/cjs/ToggleFeatureCard.js.map +1 -0
  323. package/dist/cjs/_commonjsHelpers-BJu3ubxk.js +11 -0
  324. package/dist/cjs/_commonjsHelpers-BJu3ubxk.js.map +1 -0
  325. package/dist/cjs/index-JY2zVpnv.js +1189 -0
  326. package/dist/cjs/index-JY2zVpnv.js.map +1 -0
  327. package/dist/cjs/inject-css-vQvjPR2x.js +6 -0
  328. package/dist/cjs/inject-css-vQvjPR2x.js.map +1 -0
  329. package/dist/cjs/phone-number-BN-c0rfv.js +320 -0
  330. package/dist/cjs/phone-number-BN-c0rfv.js.map +1 -0
  331. package/dist/cjs/platform-BUcCb8Jx.js +1254 -0
  332. package/dist/cjs/platform-BUcCb8Jx.js.map +1 -0
  333. package/dist/cjs/useColumns-BP8c4PV-.js +282 -0
  334. package/dist/cjs/useColumns-BP8c4PV-.js.map +1 -0
  335. package/dist/index-DAYCJu79.js +1187 -0
  336. package/dist/index-DAYCJu79.js.map +1 -0
  337. package/dist/inject-css-DmrvuTKK.js +4 -0
  338. package/dist/inject-css-DmrvuTKK.js.map +1 -0
  339. package/dist/phone-number-CXCBroLh.js +295 -0
  340. package/dist/phone-number-CXCBroLh.js.map +1 -0
  341. package/dist/platform-F44zJ4Xh.js +1252 -0
  342. package/dist/platform-F44zJ4Xh.js.map +1 -0
  343. package/dist/styles/page-loader.css +1 -0
  344. package/dist/styles/page-loader.js +3 -0
  345. package/dist/useColumns-Db5uic1-.js +274 -0
  346. package/dist/useColumns-Db5uic1-.js.map +1 -0
  347. package/package.json +5 -5
  348. package/types/AuditLogs.d.ts +22 -0
  349. package/types/BoardView.d.ts +149 -0
  350. package/types/Breadcrumbs.d.ts +30 -0
  351. package/types/BrowserPreview.d.ts +30 -0
  352. package/types/BrowserSupport.d.ts +110 -0
  353. package/types/Builder.d.ts +99 -0
  354. package/types/ButtonGroup.d.ts +45 -0
  355. package/types/CalendarView.d.ts +98 -0
  356. package/types/CardLayout.d.ts +34 -0
  357. package/types/Codeblock.d.ts +37 -0
  358. package/types/Columns.d.ts +168 -0
  359. package/types/ConfigurePageSidebar.d.ts +45 -0
  360. package/types/ConfirmationModal.d.ts +65 -0
  361. package/types/Container.d.ts +38 -0
  362. package/types/CopyToClipboardButton.d.ts +28 -0
  363. package/types/Currency.d.ts +50 -0
  364. package/types/DateFormat.d.ts +15 -0
  365. package/types/DateRangeFilter.d.ts +56 -0
  366. package/types/DeleteArchiveModal.d.ts +65 -0
  367. package/types/DeviceIncompatibilityMessage.d.ts +19 -0
  368. package/types/DocumentEditor.d.ts +61 -0
  369. package/types/DownloadMobileAppCallout.d.ts +35 -0
  370. package/types/DynamicVariables.d.ts +48 -0
  371. package/types/EmailForm.d.ts +165 -0
  372. package/types/EmailFormProvider.d.ts +48 -0
  373. package/types/EmailPreview.d.ts +43 -0
  374. package/types/EmojiPicker.d.ts +35 -0
  375. package/types/EmojiReactions.d.ts +62 -0
  376. package/types/Engagements.d.ts +131 -0
  377. package/types/ErrorPage.d.ts +22 -0
  378. package/types/FileUpload.d.ts +89 -0
  379. package/types/FinderModal.d.ts +66 -0
  380. package/types/FloatingActionMenu.d.ts +59 -0
  381. package/types/GoogleFontPicker.d.ts +68 -0
  382. package/types/Header.d.ts +37 -0
  383. package/types/HelpPopover.d.ts +45 -0
  384. package/types/IconPicker.d.ts +45 -0
  385. package/types/ImageWithFallback.d.ts +24 -0
  386. package/types/InlineInput.d.ts +87 -0
  387. package/types/Insights.d.ts +112 -0
  388. package/types/IntegrationCard.d.ts +60 -0
  389. package/types/IpRestriction.d.ts +25 -0
  390. package/types/KeyboardShortcuts.d.ts +149 -0
  391. package/types/LoginPage.d.ts +45 -0
  392. package/types/MadeWith.d.ts +18 -0
  393. package/types/MenuBar.d.ts +127 -0
  394. package/types/Metadata.d.ts +109 -0
  395. package/types/MobilePreviewHeader.d.ts +19 -0
  396. package/types/MoreDropdown.d.ts +52 -0
  397. package/types/NavigationHeader.d.ts +180 -0
  398. package/types/NeetoWidget.d.ts +43 -0
  399. package/types/Onboarding.d.ts +70 -0
  400. package/types/OptionFields.d.ts +70 -0
  401. package/types/PageLoader.d.ts +40 -0
  402. package/types/PhoneNumber.d.ts +112 -0
  403. package/types/ProductEmbed.d.ts +93 -0
  404. package/types/PublishBlock.d.ts +148 -0
  405. package/types/Rename.d.ts +73 -0
  406. package/types/ResponsiveDevicePicker.d.ts +32 -0
  407. package/types/Schedule.d.ts +146 -0
  408. package/types/Scrollable.d.ts +30 -0
  409. package/types/Search.d.ts +22 -0
  410. package/types/SendToFields.d.ts +67 -0
  411. package/types/SessionEnvironment.d.ts +170 -0
  412. package/types/Settings.d.ts +108 -0
  413. package/types/ShareRecordingPane.d.ts +85 -0
  414. package/types/ShareViaEmail.d.ts +99 -0
  415. package/types/ShareViaLink.d.ts +183 -0
  416. package/types/Sidebar.d.ts +51 -0
  417. package/types/StatusDropdown.d.ts +74 -0
  418. package/types/StickyRibbonsContainer.d.ts +28 -0
  419. package/types/SubHeader.d.ts +105 -0
  420. package/types/SubscriptionNotificationsContainer.d.ts +26 -0
  421. package/types/SuffixedInput.d.ts +45 -0
  422. package/types/TableWrapper.d.ts +40 -0
  423. package/types/Taxonomy.d.ts +59 -0
  424. package/types/TimeFormat.d.ts +13 -0
  425. package/types/TimezoneMismatchModal.d.ts +41 -0
  426. package/types/ToggleFeatureCard.d.ts +38 -0
@@ -0,0 +1,146 @@
1
+ import React from 'react';
2
+
3
+ /**
4
+ *
5
+ * It is a component which allows setting working hours for the week.
6
+ *
7
+ * To use this component, you should install @bigbinary/neeto-time-zones package.
8
+ *
9
+ * @example
10
+ *
11
+ * yarn add @bigbinary/neeto-time-zones
12
+ * @endexample
13
+ * ![image](https://user-images.githubusercontent.com/35630321/198989580-36a91233-8e7b-4300-b980-f50d2b0efcaa.png|height=200|width=300)
14
+ *
15
+ * How to Reset Form from outside Schedule Component:
16
+ *
17
+ * How to get the form errors from outside Schedule Component:
18
+ *
19
+ * This is the data structure for the periods prop:
20
+ *
21
+ * @example
22
+ *
23
+ * const periods = {
24
+ * sunday: [],
25
+ * monday: [
26
+ * {
27
+ * id: "cf329f59-cbcb-445b-b567-ad04a2813b8c",
28
+ * periodableType: "Availability",
29
+ * periodableId: "2b9d8d31-8928-4f8e-87d2-8e8989b5be72",
30
+ * wday: "monday",
31
+ * period: null,
32
+ * createdAt: "2022-10-31T07:07:44.796Z",
33
+ * updatedAt: "2022-10-31T07:07:44.796Z",
34
+ * startTime: "09:00 AM",
35
+ * endTime: "05:00 PM",
36
+ * },
37
+ * {
38
+ * id: "9ad79a58-1a0f-4ee7-b540-d86d55765874",
39
+ * periodableType: "Availability",
40
+ * periodableId: "2b9d8d31-8928-4f8e-87d2-8e8989b5be72",
41
+ * wday: "monday",
42
+ * period: null,
43
+ * createdAt: "2022-10-31T07:07:44.801Z",
44
+ * updatedAt: "2022-10-31T07:07:44.801Z",
45
+ * startTime: "06:00 PM",
46
+ * endTime: "07:00 PM",
47
+ * },
48
+ * ],
49
+ * tuesday: [
50
+ * {
51
+ * id: "8cd6d2c6-50f5-436f-89f5-35db1a4c44bb",
52
+ * periodableType: "Availability",
53
+ * periodableId: "2b9d8d31-8928-4f8e-87d2-8e8989b5be72",
54
+ * wday: "tuesday",
55
+ * period: null,
56
+ * createdAt: "2022-10-31T07:07:44.806Z",
57
+ * updatedAt: "2022-10-31T07:07:44.806Z",
58
+ * startTime: "09:00 AM",
59
+ * endTime: "05:00 PM",
60
+ * },
61
+ * ],
62
+ * wednesday: [
63
+ * {
64
+ * id: "1ea6c1b7-2fdb-4b2b-b35a-dc75f58cb84d",
65
+ * periodableType: "Availability",
66
+ * periodableId: "2b9d8d31-8928-4f8e-87d2-8e8989b5be72",
67
+ * wday: "wednesday",
68
+ * period: null,
69
+ * createdAt: "2022-10-31T07:07:44.810Z",
70
+ * updatedAt: "2022-10-31T07:07:44.810Z",
71
+ * startTime: "09:00 AM",
72
+ * endTime: "05:00 PM",
73
+ * },
74
+ * ],
75
+ * thursday: [
76
+ * {
77
+ * id: "a9b5ea22-4765-4db2-b0f8-78aa1dd458f2",
78
+ * periodableType: "Availability",
79
+ * periodableId: "2b9d8d31-8928-4f8e-87d2-8e8989b5be72",
80
+ * wday: "thursday",
81
+ * period: null,
82
+ * createdAt: "2022-10-31T07:07:44.812Z",
83
+ * updatedAt: "2022-10-31T07:07:44.812Z",
84
+ * startTime: "09:00 AM",
85
+ * endTime: "05:00 PM",
86
+ * },
87
+ * ],
88
+ * friday: [
89
+ * {
90
+ * id: "b1e4852c-d91f-419e-bb95-1ead12da69b2",
91
+ * periodableType: "Availability",
92
+ * periodableId: "2b9d8d31-8928-4f8e-87d2-8e8989b5be72",
93
+ * wday: "friday",
94
+ * period: null,
95
+ * createdAt: "2022-10-31T07:07:44.823Z",
96
+ * updatedAt: "2022-10-31T07:07:44.823Z",
97
+ * startTime: "09:00 AM",
98
+ * endTime: "05:00 PM",
99
+ * },
100
+ * ],
101
+ * saturday: [],
102
+ * };
103
+ * @endexample
104
+ * @example
105
+ *
106
+ * import { useState } from "react";
107
+ * import Schedule from "@bigbinary/neeto-molecules/Schedule";
108
+ * import { periods } from "constants";
109
+ *
110
+ * const App = () => {
111
+ * const [isEditing, setIsEditing] = useState(false);
112
+ *
113
+ * return (
114
+ * <div>
115
+ * <Schedule
116
+ * handleSubmit={value => {
117
+ * setIsEditing(false);
118
+ * }}
119
+ * isEditing={isEditing}
120
+ * periods={periods}
121
+ * setIsEditing={setIsEditing}
122
+ * />
123
+ * </div>
124
+ * );
125
+ * };
126
+ * @endexample
127
+ */
128
+ declare const Schedule: React.FC<{
129
+ isEditing?: boolean;
130
+ setIsEditing?: React.Dispatch<React.SetStateAction<boolean>>;
131
+ handleSubmit?: Function;
132
+ handleValuesChanged?: Function;
133
+ showHeader?: boolean;
134
+ isEditable?: boolean;
135
+ periods: {
136
+ [key: string]: Array<any>;
137
+ };
138
+ ref?: React.MutableRefObject;
139
+ allowAddPeriod?: boolean;
140
+ isCreating?: boolean;
141
+ firstDay?: number;
142
+ showTimeZone?: boolean;
143
+ slotInterval?: number;
144
+ }>;
145
+
146
+ export { Schedule as default };
@@ -0,0 +1,30 @@
1
+ import { SIZES } from 'components/Scrollable/constants';
2
+ import React from 'react';
3
+
4
+ /**
5
+ *
6
+ * The Scrollable component can be used along with the Header and SubHeader to show
7
+ *
8
+ * large tables or UI that needs scrolling. It provides a scrollable container in
9
+ *
10
+ * the remaining space.
11
+ *
12
+ * @example
13
+ *
14
+ * import Scrollable from "@bigbinary/neeto-molecules/Scrollable";
15
+ *
16
+ * const App = () => (
17
+ * <Scrollable>
18
+ * {[...Array(20)].map((_, i) => (
19
+ * <DummyCard key={i} />
20
+ * ))}
21
+ * </Scrollable>
22
+ * );
23
+ * @endexample
24
+ */
25
+ declare const Scrollable: React.FC<{
26
+ className?: string;
27
+ size?: keyof typeof SIZES;
28
+ } & React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
29
+
30
+ export { Scrollable as default };
@@ -0,0 +1,22 @@
1
+ import React from 'react';
2
+ import { InputProps } from 'neetoui';
3
+
4
+ /**
5
+ *
6
+ * A common search component with search value debounced
7
+ *
8
+ * @example
9
+ *
10
+ * import Search from "@bigbinary/neeto-molecules/Search";
11
+ *
12
+ * const Page = () => <Search debounceTime={500} onChange={e => noop} />;
13
+ * @endexample
14
+ */
15
+ declare const Search: React.FC<{
16
+ debounceTime?: number;
17
+ onSearch?: (value: string) => void;
18
+ enableUrlSync?: boolean;
19
+ searchParamName?: string;
20
+ } & InputProps>;
21
+
22
+ export { Search as default };
@@ -0,0 +1,67 @@
1
+ import React from 'react';
2
+ import { InputProps } from 'neetoui';
3
+
4
+ /**
5
+ *
6
+ * This email input component comes with the capability to include recipients in
7
+ *
8
+ * the Blind Carbon Copy (BCC) and Carbon Copy (CC) fields. The 'showCopyEmail'
9
+ *
10
+ * formik key is used to toggle the visibility of the Cc/Bcc input fields and is
11
+ *
12
+ * automatically added if omitted when clicking the Cc/Bcc
13
+ *
14
+ * button.Additionally,default name attributes, 'sendTo,' 'sendToCc,' and
15
+ *
16
+ * 'sendToBcc,' are provided for the email inputs, which can be customized to suit
17
+ *
18
+ * your needs.
19
+ *
20
+ * @example
21
+ *
22
+ * import SendToFields from "@bigbinary/neeto-molecules/SendToFields";
23
+ *
24
+ * const SendToFieldsComponent = () => (
25
+ * <Form
26
+ * formikProps={{
27
+ * enableReinitialize: true,
28
+ * initialValues: {
29
+ * sendTo: [],
30
+ * sendToCc: [],
31
+ * sendToBcc: [],
32
+ * showCopyEmail: false,
33
+ * },
34
+ * }}
35
+ * >
36
+ * <SendToFields
37
+ * showUploadCsvButton
38
+ * showCcBccButton
39
+ * emailInputProps={{
40
+ * id: "sendTo",
41
+ * name: "sendTo",
42
+ * }}
43
+ * ccInputProps={{
44
+ * label: "CC",
45
+ * name: "sendToCc",
46
+ * }}
47
+ * bccInputProps={{
48
+ * label: "BCC",
49
+ * name: "sendToBcc",
50
+ * }}
51
+ * />
52
+ * </Form>
53
+ * );
54
+ * @endexample
55
+ */
56
+ declare const SendToFields: React.FC<{
57
+ inputProps?: InputProps;
58
+ ccInputProps?: InputProps;
59
+ bccInputPropse?: InputProps;
60
+ showUploadCsvButton: boolean;
61
+ showCcBccButton: boolean;
62
+ showCcField?: boolean;
63
+ showBccField?: boolean;
64
+ showSendToField?: boolean;
65
+ }>;
66
+
67
+ export { SendToFields as default };
@@ -0,0 +1,170 @@
1
+ import React from 'react';
2
+ import { HelpPopoverProps } from './HelpPopover.js';
3
+ import '@bigbinary/neetoui';
4
+
5
+ interface Details {
6
+ name?: string;
7
+ value: string;
8
+ label?: string;
9
+ key?: string;
10
+ icon?: React.ReactNode;
11
+ error?: string;
12
+ kind?: string;
13
+ isEditable?: boolean;
14
+ extraClasses?: string;
15
+ extraWrapperClasses?: string;
16
+ id?: string;
17
+ fieldValueId?: string;
18
+ custom?: boolean;
19
+ showCopyButton?: boolean;
20
+ }
21
+
22
+ /**
23
+ *
24
+ * SessionEnvironment is a component that displays the session details like name,
25
+ *
26
+ * email, phone number, etc. It also provides an option to view more details, where
27
+ *
28
+ * you can see additional information about the session, which is hidden by
29
+ *
30
+ * default.
31
+ *
32
+ * ![Screenshot](https://github.com/user-attachments/assets/37f608e0-8a3d-4f47-87e2-fcd49ba067a4|height=200|width=300)
33
+ *
34
+ * @example
35
+ *
36
+ * import SessionEnvironment from "@bigbinary/neeto-molecules/SessionEnvironment";
37
+ *
38
+ * const App = () => {
39
+ * const details = [
40
+ * { name: "name", value: "John Doe" },
41
+ * { name: "email", value: "john.doe@example.com" },
42
+ * { name: "phone_number", value: "+1 123 456 7890" },
43
+ * ];
44
+ *
45
+ * const moreDetails = [
46
+ * {
47
+ * name: "created_at",
48
+ * value: "2021-09-01 12:00:00",
49
+ * kind: "datetime",
50
+ * label: "Created at",
51
+ * },
52
+ * {
53
+ * name: "updated_at",
54
+ * value: "2021-09-01 12:00:00",
55
+ * kind: "datetime",
56
+ * label: "Updated at",
57
+ * },
58
+ * ];
59
+ *
60
+ * return (
61
+ * <div>
62
+ * <SessionEnvironment
63
+ * details={details}
64
+ * helpPopoverProps={{
65
+ * description:
66
+ * "The details pane shows extra information about your recording. Additional details on each metadata field can be found in the help article.",
67
+ * helpLinkProps: {
68
+ * href: "https://neetoreplayhelp.neetokb.com/articles/recording-details",
69
+ * label: t("common.viewHelpArticle"),
70
+ * },
71
+ * }}
72
+ * moreDetails={moreDetails}
73
+ * title="Recording details"
74
+ * />
75
+ * </div>
76
+ * );
77
+ * };
78
+ * @endexample
79
+ * @example
80
+ *
81
+ * import { useState } from "react";
82
+ *
83
+ * import SessionEnvironment from "@bigbinary/neeto-molecules/SessionEnvironment";
84
+ *
85
+ * const App = () => {
86
+ * const basicDetails = [
87
+ * {
88
+ * name: "name",
89
+ * value: "John Doe",
90
+ * isEditable: true,
91
+ * },
92
+ * {
93
+ * name: "email",
94
+ * value: "john.doe@example.com",
95
+ * isEditable: true,
96
+ * },
97
+ * {
98
+ * name: "phone_number",
99
+ * value: "+1 123 456 7890",
100
+ * },
101
+ * ];
102
+ *
103
+ * const moreDetails = [
104
+ * {
105
+ * name: "created_at",
106
+ * value: "2021-09-01 12:00:00",
107
+ * kind: "datetime",
108
+ * label: "Created at",
109
+ * },
110
+ * {
111
+ * name: "updated_at",
112
+ * value: "2021-09-01 12:00:00",
113
+ * kind: "datetime",
114
+ * label: "Updated at",
115
+ * },
116
+ * ];
117
+ *
118
+ * const [editableDetails, setEditableDetails] = useState([
119
+ * ...basicDetails,
120
+ * ...moreDetails,
121
+ * ]);
122
+ *
123
+ * const handleSubmit = ({ name, value }) => {
124
+ * setEditableDetails(oldDetails =>
125
+ * oldDetails.map(detail => {
126
+ * if (detail.name === name) {
127
+ * return { ...detail, value, isEditing: false };
128
+ * }
129
+ *
130
+ * return detail;
131
+ * })
132
+ * );
133
+ * };
134
+ *
135
+ * const handleCancel = name => {
136
+ * setEditableDetails(oldDetails =>
137
+ * oldDetails.map(detail => {
138
+ * if (detail.name === name) return findBy({ name }, args.details);
139
+ *
140
+ * return detail;
141
+ * })
142
+ * );
143
+ * };
144
+ *
145
+ * return (
146
+ * <div>
147
+ * <SessionEnvironment
148
+ * details={basicDetails}
149
+ * handleCancel={handleCancel}
150
+ * handleSubmit={handleSubmit}
151
+ * moreDetails={moreDetails}
152
+ * />
153
+ * </div>
154
+ * );
155
+ * };
156
+ * @endexample
157
+ */
158
+ declare const SessionEnvironment: React.FC<{
159
+ allowMultiline?: boolean;
160
+ details: Details[];
161
+ handleCancel?: (string) => void;
162
+ handleSubmit?: (object) => void;
163
+ helpPopoverProps?: HelpPopoverProps;
164
+ iconSize?: number;
165
+ isLoading?: boolean;
166
+ moreDetails?: Details[];
167
+ title?: string;
168
+ }>;
169
+
170
+ export { SessionEnvironment as default };
@@ -0,0 +1,108 @@
1
+ import React, { ReactNode } from 'react';
2
+ import { HeaderProps } from './Header.js';
3
+ import 'components/Header/constants';
4
+ import 'neetoui';
5
+ import './MoreDropdown.js';
6
+ import '@bigbinary/neetoui';
7
+
8
+ type SettingItem = {
9
+ label: string;
10
+ description: string;
11
+ path?: string;
12
+ href?: string;
13
+ children: ReactNode;
14
+ icon: ReactNode;
15
+ dataCy?: string;
16
+ isConnected?: boolean;
17
+ };
18
+ type SettingCategory = {
19
+ id: string;
20
+ label: string;
21
+ isIntegration?: boolean;
22
+ items: SettingItem[];
23
+ };
24
+ /**
25
+ *
26
+ * Settings can be used to create a settings page card layout.
27
+ *
28
+ * ![image](https://github.com/bigbinary/neeto-molecules/assets/66865722/16af3d07-e96a-4b4e-8013-ed6fa577c7b8|height=200|width=300)
29
+ *
30
+ * @example
31
+ *
32
+ * categories={[
33
+ * {
34
+ * id: "general-settings",
35
+ * label: "General Settings",
36
+ * items: [
37
+ * {
38
+ * label: 'Ticket tags',
39
+ * description: 'Create and manage tags',
40
+ * icon: TicketIcon,
41
+ * path: '/settings/general/ticket_tags'
42
+ * dataCy: 'Ticket tags' //dataCy can be passed here.
43
+ * // other props will be passed on to the setting card.
44
+ * }
45
+ * ...
46
+ * ...
47
+ * //more items
48
+ * ]
49
+ * },
50
+ * {
51
+ * id: "integrations",
52
+ * isIntegration: true //Integrations section MUST have 'isIntegration: true',
53
+ * label: "Integrations",
54
+ * items: [
55
+ * {
56
+ * label: 'Github',
57
+ * description: 'Connect with github',
58
+ * icon: GithubIcon,
59
+ * path: routes.settings.integrations.github.index,
60
+ * isConnected: true,
61
+ * // other props will be spread on the Link element in the settings card.
62
+ * }
63
+ * ],
64
+ * },
65
+ * ...
66
+ * ...
67
+ * //more categories
68
+ * ]}
69
+ * @endexample
70
+ * Note: This component also supports "scroll-into-view" functionality to scroll
71
+ *
72
+ * specific setting categories into view, based on the query params. For example,
73
+ *
74
+ * the page will scroll to the "Integrations" category, when the query params
75
+ *
76
+ * contain ?category=integrations. The query param should be the id of the
77
+ *
78
+ * category.
79
+ *
80
+ * @example
81
+ *
82
+ * import { useState } from "react";
83
+ * import Settings from "@bigbinary/neeto-molecules/Settings";
84
+ * import { Modal as IntegrationModal } from "neetointegrations"
85
+ * import { getCategories } from "./utils";
86
+ *
87
+ * const SettingsPage = () => {
88
+ * const [isOpen, setIsOpen] = useState(false);
89
+ *
90
+ * return (
91
+ * <div>
92
+ * <Settings categories={getCategories()} />
93
+ * <IntegrationModal isOpen={isOpen}>
94
+ * </div>
95
+ * );
96
+ * };
97
+ * @endexample
98
+ */
99
+ declare const Settings: React.FC<{
100
+ title?: string;
101
+ isTitleHidden?: boolean;
102
+ isSearchHidden?: boolean;
103
+ categories: SettingCategory[];
104
+ className: string;
105
+ headerProps?: HeaderProps;
106
+ }>;
107
+
108
+ export { Settings as default };
@@ -0,0 +1,85 @@
1
+ import React from 'react';
2
+
3
+ /**
4
+ *
5
+ * The ShareRecordingPane component provides a pane interface for sharing
6
+ *
7
+ * recordings. It includes options for specifying playback timestamps and generates
8
+ *
9
+ * shareable links accordingly. The pane allows users to copy the shareable link
10
+ *
11
+ * and adjust playback timestamps.
12
+ *
13
+ * @example
14
+ *
15
+ * import { useState } from "react";
16
+ * import { Button } from "neetoui";
17
+ * import ShareRecordingPane from "components/ShareRecordingPane";
18
+ *
19
+ * const ShareRecordingPaneExample = () => {
20
+ * const [isOpen, setIsOpen] = useState(false);
21
+ *
22
+ * return (
23
+ * <>
24
+ * <Button
25
+ * label="Open Share Recording Pane"
26
+ * onClick={() => setIsOpen(true)}
27
+ * />
28
+ * <ShareRecordingPane
29
+ * recordingUrl="https://example.com/recording"
30
+ * totalDuration={3600} // Total duration in seconds (e.g., 1 hour)
31
+ * getCurrentTimestamp={() => 300} // Current playback time in seconds
32
+ * isOpen={isOpen} // Boolean indicating if the pane is open
33
+ * onClose={() => setIsOpen(false)} // Function to close the pane
34
+ * isLoading={false}
35
+ * />
36
+ * </>
37
+ * );
38
+ * };
39
+ *
40
+ * export default ShareRecordingPaneExample;
41
+ * @endexample
42
+ * @example
43
+ *
44
+ * import { useState } from "react";
45
+ * import { Button } from "neetoui";
46
+ * import ShareRecordingPane from "components/ShareRecordingPane";
47
+ *
48
+ * const ShareRecordingPaneExample = () => {
49
+ * const [isOpen, setIsOpen] = useState(false);
50
+ *
51
+ * return (
52
+ * <>
53
+ * <Button
54
+ * label="Open Share Recording Pane with multiple recording URLs"
55
+ * onClick={() => setIsOpen(true)}
56
+ * />
57
+ * <ShareRecordingPane
58
+ * recordingUrls={[
59
+ * "https://example.com/recording",
60
+ * "https://customexample.domain.com/recording",
61
+ * ]}
62
+ * totalDuration={3600} // Total duration in seconds (e.g., 1 hour)
63
+ * getCurrentTimestamp={() => 300} // Current playback time in seconds
64
+ * isOpen={isOpen} // Boolean indicating if the pane is open
65
+ * onClose={() => setIsOpen(false)} // Function to close the pane
66
+ * isLoading={false}
67
+ * />
68
+ * </>
69
+ * );
70
+ * };
71
+ *
72
+ * export default ShareRecordingPaneExample;
73
+ * @endexample
74
+ */
75
+ declare const ShareRecordingPane: React.FC<{
76
+ recordingUrl: string;
77
+ recordingUrls?: Array<string>;
78
+ totalDuration: number;
79
+ getCurrentTimestamp: () => number;
80
+ isOpen: boolean;
81
+ onClose: Function;
82
+ isLoading?: boolean;
83
+ }>;
84
+
85
+ export { ShareRecordingPane as default };