@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,168 @@
1
+ import React from 'react';
2
+ import { CheckboxProps, InputProps, DropdownProps } from '@bigbinary/neetoui';
3
+
4
+ type Column = {
5
+ title: string;
6
+ dataIndex: string;
7
+ key: string;
8
+ [key: string]: any;
9
+ };
10
+ type getColumnDataType = {
11
+ columnData: any[];
12
+ isHidable?: boolean;
13
+ isReOrderable?: boolean;
14
+ };
15
+ type useColumnsType = {
16
+ localStorageKey: string;
17
+ initialHiddenColumns?: string[];
18
+ initialOrder?: string[];
19
+ };
20
+ /**
21
+ *
22
+ * It is a helper component that can be used along with the table component to hide
23
+ *
24
+ * and show columns.
25
+ *
26
+ * ![image](https://user-images.githubusercontent.com/32426070/195069324-3cbb4c70-f62b-4080-b4ae-bdeabb449b23.png|height=200|width=300)
27
+ *
28
+ * It's a helper hook used alongside Columns component. It allows you to to
29
+ *
30
+ * interact with the underlying zustand store to hide and show columns.
31
+ *
32
+ * @example
33
+ *
34
+ * import { useState } from "react";
35
+ *
36
+ * import { Table } from "@bigbinary/neetoui";
37
+ * import Columns, { useHiddenColumns } from "@bigbinary/neeto-molecules/Columns";
38
+ *
39
+ * import { DEFAULT_ROW_DATA } from "./constants";
40
+ *
41
+ * const App = () => {
42
+ * const localStorageKey = "NEETO_APP_FEATURE_HIDDEN_COLUMNS";
43
+ * const { hideColumn } = useHiddenColumns(localStorageKey);
44
+ * const [columns, setColumns] = useState([]);
45
+ * const DEFAULT_COLUMNS_DATA = [
46
+ * { title: "Id", dataIndex: "id", key: "id", isHidable: false },
47
+ * { title: "Name", dataIndex: "name", key: "name", isHidable: false },
48
+ * {
49
+ * title: () => (
50
+ * <>
51
+ * <span>Email</span>
52
+ * <Button onClick={() => hideColumn("email")}>Hide</Button>
53
+ * </>
54
+ * ),
55
+ * dataIndex: "email",
56
+ * key: "email",
57
+ * },
58
+ * ];
59
+ *
60
+ * return (
61
+ * <div>
62
+ * <Columns
63
+ * columnData={DEFAULT_COLUMNS_DATA}
64
+ * localStorageKey={localStorageKey}
65
+ * onChange={setColumns}
66
+ * />
67
+ * <Table rowData={DEFAULT_ROW_DATA} columnData={columns} />
68
+ * </div>
69
+ * );
70
+ * };
71
+ * @endexample
72
+ * It's a helper hook used alongside Columns component. It allows you to to
73
+ *
74
+ * interact with the underlying zustand store to hide/show columns and store the
75
+ *
76
+ * column order.
77
+ *
78
+ * @example
79
+ *
80
+ * import { useState } from "react";
81
+ *
82
+ * import { Table } from "@bigbinary/neetoui";
83
+ * import Columns, { useColumns } from "@bigbinary/neeto-molecules/Columns";
84
+ *
85
+ * import { DEFAULT_ROW_DATA } from "./constants";
86
+ *
87
+ * const App = () => {
88
+ * const localStorageKey = "NEETO_APP_FEATURE_HIDDEN_COLUMNS";
89
+ * const { hideColumn, getColumnData } = useColumns({
90
+ * localStorageKey,
91
+ * initialHiddenColumns,
92
+ * initialOrder,
93
+ * });
94
+ * const [columns, setColumns] = useState([]);
95
+ * const DEFAULT_COLUMNS_DATA = [
96
+ * { title: "Id", dataIndex: "id", key: "id", isHidable: false },
97
+ * { title: "Name", dataIndex: "name", key: "name", isHidable: false },
98
+ * {
99
+ * title: () => (
100
+ * <>
101
+ * <span>Email</span>
102
+ * <Button onClick={() => hideColumn("email")}>Hide</Button>
103
+ * </>
104
+ * ),
105
+ * dataIndex: "email",
106
+ * key: "email",
107
+ * },
108
+ * ];
109
+ *
110
+ * const handleColumnReorder = columns => {
111
+ * setColumnOrder(pluck("dataIndex", columns).filter(isNotEmpty));
112
+ * };
113
+ *
114
+ * const columnData = getColumnData({
115
+ * columnData: columns,
116
+ * isReOrderable: true,
117
+ * isHidable: true,
118
+ * });
119
+ *
120
+ * return (
121
+ * <div>
122
+ * <Table
123
+ * rowData={DEFAULT_ROW_DATA}
124
+ * {...{ columnData }}
125
+ * onColumnUpdate={handleColumnReorder}
126
+ * />
127
+ * </div>
128
+ * );
129
+ * };
130
+ * @endexample
131
+ */
132
+ declare const Columns: React.FC<{
133
+ actionBlock?: React.ReactNode;
134
+ checkboxProps?: CheckboxProps;
135
+ columnData: Column[];
136
+ isSearchable?: boolean;
137
+ localStorageKey: string;
138
+ noColumnMessage?: string;
139
+ onChange: (columns: Column[], hiddenColumns: string[]) => any[];
140
+ searchProps?: InputProps;
141
+ } & DropdownProps>;
142
+ declare function useHiddenColumns(localStorageKey: string, initialValue?: string[]): {
143
+ hiddenColumns: string[];
144
+ hideColumn: (dataIndex: string) => void;
145
+ showColumn: (dataIndex: string) => void;
146
+ getVisibleColumnData: (columnData: any[]) => any[];
147
+ onColumnDataChange: (columnData: any[]) => void;
148
+ };
149
+ declare function useColumns({
150
+ localStorageKey,
151
+ initialHiddenColumns,
152
+ initialOrder
153
+ }: useColumnsType): {
154
+ hiddenColumns: string[];
155
+ columnOrder: string[];
156
+ hideColumn: (dataIndex: string) => void;
157
+ showColumn: (dataIndex: string) => void;
158
+ getVisibleColumnData: (columnData: any[]) => any[];
159
+ onColumnDataChange: (columnData: any[]) => void;
160
+ getColumnData: ({
161
+ columnData,
162
+ isHidable,
163
+ isReOrderable
164
+ }: getColumnDataType) => any[];
165
+ setColumnOrder: (columns: string[]) => void;
166
+ };
167
+
168
+ export { Columns as default, useColumns, useHiddenColumns };
@@ -0,0 +1,45 @@
1
+ import React from 'react';
2
+
3
+ type NavLinkItemType = {
4
+ to: string;
5
+ label?: React.ReactNode;
6
+ isActive: () => boolean;
7
+ items: NavLinkItemType[];
8
+ } & React.PropsWithoutRef<NavLinkProps<any>> & React.RefAttributes<HTMLAnchorElement>;
9
+ /**
10
+ *
11
+ * The ConfigurePageSidebar component is used in Neeto products to display
12
+ *
13
+ * navigation links on configure pages with simplified UI for navigation. An
14
+ *
15
+ * example of its usage is the NeetoForm Configure page within the form builder.
16
+ *
17
+ * ![Screenshot](https://github.com/bigbinary/neeto-molecules/assets/12969853/3e3f16f0-7296-476a-90c3-2f95846dae62|height=200|width=300)
18
+ *
19
+ * @example
20
+ *
21
+ * import ConfigurePageSidebar from "@bigbinary/neeto-molecules/ConfigurePageSidebar";
22
+ * import { SIDEBAR_LINKS } from "components/constants";
23
+ *
24
+ * const App = ({ children }) => {
25
+ * // custom app logic
26
+ * return (
27
+ * <div>
28
+ * <ConfigurePageSidebar
29
+ * configurePageRoute={buildUrl(routes.form.configure.index, { formId })}
30
+ * label="Configure"
31
+ * navLinks={SIDEBAR_LINKS}
32
+ * />
33
+ * {children}
34
+ * </div>
35
+ * );
36
+ * };
37
+ * @endexample
38
+ */
39
+ declare const ConfigurePageSidebar: React.FC<{
40
+ label: React.ReactNode;
41
+ navLinks: NavLinkItemType[];
42
+ configurePageRoute: string;
43
+ }>;
44
+
45
+ export { ConfigurePageSidebar as default };
@@ -0,0 +1,65 @@
1
+ import React from 'react';
2
+
3
+ /**
4
+ *
5
+ * When users have to delete an entity that is integral to the app, it is
6
+ *
7
+ * considered a best practice to add an extra step to confirm if they want to
8
+ *
9
+ * delete the entity. This modal contains an input field where you can ask the user
10
+ *
11
+ * to enter something in order to confirm if they want to delete that component. It
12
+ *
13
+ * can also be used to stress on the fact that the deletion is irreversible. This
14
+ *
15
+ * modal can be used for any other operations apart from deletion. You can see a
16
+ *
17
+ * similar modal being used by GitHub when you delete a repository. GitHub asks you
18
+ *
19
+ * to confirm the deletion by prompting you to enter the name of the repository in
20
+ *
21
+ * an input field.
22
+ *
23
+ * @example
24
+ *
25
+ * import ConfirmationModal from "@bigbinary/neeto-molecules/ConfirmationModal";
26
+ *
27
+ * import { deleteProject } from "apis/projectApi.js";
28
+ *
29
+ * const SendToFieldsComponent = ({ project }) => {
30
+ * const [isDeleting, setIsDeleting] = useState(false);
31
+ * const [showModal, setShowModal] = useState(false);
32
+ *
33
+ * return (
34
+ * <ConfirmationModal
35
+ * buttonLabel="Delete Project"
36
+ * confirmationText={project.name}
37
+ * description="Once the project is deleted it cannot be restored. If you want to proceed, enter the name of the project below"
38
+ * isOpen={showModal}
39
+ * isSubmitting={isDeleting}
40
+ * title="Confirm project deletion"
41
+ * onClose={() => setShowModal(false)}
42
+ * onSubmit={async () => {
43
+ * setIsDeleting(true);
44
+ * await deleteProject(project.name);
45
+ * setShowModal(false);
46
+ * setIsDeleting(false);
47
+ * }}
48
+ * />
49
+ * );
50
+ * };
51
+ * @endexample
52
+ */
53
+ declare const ConfirmationModal: React.FC<{
54
+ buttonLabel: string;
55
+ confirmationText: string;
56
+ description?: React.ReactNode | React.ReactNode[] | string;
57
+ isOpen?: boolean;
58
+ isSubmitting?: boolean;
59
+ title?: string;
60
+ onClose: Function;
61
+ onSubmit: Function;
62
+ deleteConfirmationMessage?: string;
63
+ }>;
64
+
65
+ export { ConfirmationModal as default };
@@ -0,0 +1,38 @@
1
+ import React from 'react';
2
+
3
+ /**
4
+ *
5
+ * A container component to be used as a wrapper for the page content.
6
+ *
7
+ * @example
8
+ *
9
+ * import Container from "@bigbinary/neeto-molecules/Container";
10
+ *
11
+ * const App = () => (
12
+ * <Container>
13
+ * <div>Page content</div>
14
+ * </Container>
15
+ * );
16
+ * @endexample
17
+ * When we are using the container with the header we can use the isHeaderFixed
18
+ *
19
+ * prop to remove the side padding.
20
+ *
21
+ * @example
22
+ *
23
+ * import Container from "@bigbinary/neeto-molecules/Container";
24
+ *
25
+ * const App = () => (
26
+ * <Container isHeaderFixed>
27
+ * <Header title="Title" />
28
+ * <div>Page content</div>
29
+ * </Container>
30
+ * );
31
+ * @endexample
32
+ */
33
+ declare const Container: React.FC<{
34
+ isHeaderFixed?: boolean;
35
+ className?: string;
36
+ }>;
37
+
38
+ export { Container as default };
@@ -0,0 +1,28 @@
1
+ import React from 'react';
2
+
3
+ interface CopyToClipboardButtonProps {
4
+ className?: string;
5
+ icon?: string | any;
6
+ label?: string;
7
+ successLabel?: string;
8
+ tooltipContent?: string;
9
+ successTooltipContent?: string;
10
+ value: string;
11
+ style?: "primary" | "secondary" | "text";
12
+ }
13
+ /**
14
+ *
15
+ * A button that copies the given value to the clipboard.
16
+ *
17
+ * @example
18
+ *
19
+ * import CopyToClipboardButton from "@bigbinary/neeto-molecules/CopyToClipboardButton";
20
+ *
21
+ * const CopyToClipboardDemo = ({ value }) => (
22
+ * <CopyToClipboardButton label="Copy text" value={value} />
23
+ * );
24
+ * @endexample
25
+ */
26
+ declare const CopyToClipboardButton: React.FC<CopyToClipboardButtonProps>;
27
+
28
+ export { type CopyToClipboardButtonProps, CopyToClipboardButton as default };
@@ -0,0 +1,50 @@
1
+ import React from 'react';
2
+ import { SelectProps } from '@bigbinary/neetoui';
3
+
4
+ type CurrencyProps = {
5
+ allowedCurrencies?: string[];
6
+ } & SelectProps;
7
+ /**
8
+ *
9
+ * A component that allows you to select a currency.
10
+ *
11
+ * ![Screenshot](https://github.com/bigbinary/neeto-molecules/assets/10956193/422f706f-8873-4091-866f-f09c24958b69|height=200|width=300)
12
+ *
13
+ * @example
14
+ *
15
+ * import { useState } from "react";
16
+ * import { Currency } from "@bigbinary/neeto-molecules/Currency";
17
+ *
18
+ * const CurrencyContainer = () => {
19
+ * const [currency, setCurrency] = useState();
20
+ * return <Currency onChange={setCurrency} />;
21
+ * };
22
+ * @endexample
23
+ * The Currency component wrapped in Formik.
24
+ *
25
+ * @example
26
+ *
27
+ * import * as yup from "yup";
28
+ * import { FormikCurrency } from "@bigbinary/neeto-molecules/Currency";
29
+ *
30
+ * const FormikCurrencyContainer = () => {
31
+ * return (
32
+ * <Form
33
+ * formikProps={{
34
+ * initialValues: { currency: null },
35
+ * validationSchema: yup.object().shape({
36
+ * currency: yup.object().required(),
37
+ * }),
38
+ * }}
39
+ * >
40
+ * <FormikCurrency />
41
+ * <Button className="mt-5" label="Submit" type="submit" />
42
+ * </Form>
43
+ * );
44
+ * };
45
+ * @endexample
46
+ */
47
+ declare const Currency: React.FC<CurrencyProps>;
48
+ declare const FormikCurrency: React.FC<CurrencyProps>;
49
+
50
+ export { Currency, FormikCurrency };
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { TypographyProps, TooltipProps } from '@bigbinary/neetoui';
3
+ import { timeFormat, DateTimeType } from '@bigbinary/neeto-commons-frontend/utils';
4
+
5
+ declare const DateFormat: {
6
+ [key in Capitalize<keyof typeof timeFormat>]: React.FC<{
7
+ date: DateTimeType;
8
+ timerInterval?: number;
9
+ tooltipDateFormat?: keyof typeof timeFormat;
10
+ typographyProps?: Partial<TypographyProps>;
11
+ tooltipProps?: Partial<TooltipProps>;
12
+ }>;
13
+ };
14
+
15
+ export { DateFormat as default };
@@ -0,0 +1,56 @@
1
+ import React from 'react';
2
+ import { Dayjs } from 'dayjs';
3
+ import { DatePickerProps } from '@bigbinary/neetoui';
4
+
5
+ interface TimePeriodType {
6
+ startDate: Dayjs;
7
+ endDate: Dayjs;
8
+ rangeType: string;
9
+ }
10
+ /**
11
+ *
12
+ * A common component to manage your date range filters.
13
+ *
14
+ * ![Screenshot](https://user-images.githubusercontent.com/45137335/221573730-3195ac05-6cf2-4b45-bfe9-427b077cec07.png|height=200|width=300)
15
+ *
16
+ * ![Screenshot](https://user-images.githubusercontent.com/45137335/221578791-74b1c235-9287-4650-9d9b-6774df1d689d.png|height=200|width=300)
17
+ *
18
+ * @example
19
+ *
20
+ * import DateRangeFilter from "@bigbinary/neeto-molecules/DateRangeFilter";
21
+ * const DateRangeFilterActionBlock = (
22
+ * {
23
+ * //pass the necessary props
24
+ * }
25
+ * ) => {
26
+ * const [timePeriod, setTimePeriod] = useState(INITIAL_TIME_PERIOD_VALUE);
27
+ * //INITIAL_TIME_PERIOD_VALUE will be an object with label,value and rangeType as keys
28
+ * return (
29
+ * <DateRangeFilter
30
+ * timePeriod={timePeriod}
31
+ * setTimePeriod={setTimePeriod}
32
+ * timePeriodOptions={[
33
+ * {
34
+ * label: "New filter label",
35
+ * value: {startDate: pass dayjs object , endDate: pass dayjs object , rangeType: "new_range_type"},
36
+ * },
37
+ * ]} // pass this prop only if you want to override default filters available
38
+ * />
39
+ * );
40
+ * };
41
+ * @endexample
42
+ * Note: The value of timePeriod state will contain the startDate, endDate and
43
+ *
44
+ * range_type of the selected filter. This can be passed into the filterParams of
45
+ *
46
+ * your API.
47
+ *
48
+ */
49
+ declare const DateRangeFilter: React.FC<{
50
+ timePeriod: TimePeriodType;
51
+ setTimePeriod: React.Dispatch<React.SetStateAction<TimePeriodType>>;
52
+ timePeriodOptions?: TimePeriodType[];
53
+ datePickerProps?: DatePickerProps;
54
+ }>;
55
+
56
+ export { DateRangeFilter as default };
@@ -0,0 +1,65 @@
1
+ import React from 'react';
2
+
3
+ /**
4
+ *
5
+ * The DeleteArchiveModal component is designed to facilitate the deletion of an
6
+ *
7
+ * entity, emphasizing the irreversible nature of this action through a
8
+ *
9
+ * confirmation checkbox. Additionally, it provides an option to archive the entity
10
+ *
11
+ * instead of deleting it.
12
+ *
13
+ * @example
14
+ *
15
+ * import DeleteArchiveModal from "@bigbinary/neeto-molecules/DeleteArchiveModal";
16
+ *
17
+ * import { deleteProject, archiveProject } from "apis/projectApi.js";
18
+ *
19
+ * const App = ({ project }) => {
20
+ * const [isDeleting, setIsDeleting] = useState(false);
21
+ * const [isArchiving, setIsArchiving] = useState(false);
22
+ * const [showModal, setShowModal] = useState(false);
23
+ *
24
+ * return (
25
+ * <DeleteArchiveModal
26
+ * checkboxLabel="Yes, delete <Form_Name>"
27
+ * description={`The selected form <Form_Name> and all associated responses will be permanently deleted.
28
+ *
29
+ * Since, we won't be able to recover the deleted form we suggest you to archive the form.`}
30
+ * isArchiving={isArchiving}
31
+ * isDeleting={isDeleting}
32
+ * isOpen={showModal}
33
+ * title="Delete form?"
34
+ * onClose={() => setShowModal(false)}
35
+ * onDelete={async () => {
36
+ * setIsDeleting(true);
37
+ * await deleteProject(project.name);
38
+ * setShowModal(false);
39
+ * setIsDeleting(false);
40
+ * }}
41
+ * onArchive={async () => {
42
+ * setIsArchiving(true);
43
+ * await archiveProject(project.name);
44
+ * setShowModal(false);
45
+ * setIsArchiving(false);
46
+ * }}
47
+ * />
48
+ * );
49
+ * };
50
+ * @endexample
51
+ */
52
+ declare const DeleteArchiveModal: React.FC<{
53
+ checkboxLabel: string;
54
+ className: string;
55
+ description: string;
56
+ isArchiving: boolean;
57
+ isDeleting: boolean;
58
+ isOpen: boolean;
59
+ onArchive: Function;
60
+ onClose: Function;
61
+ onDelete: Function;
62
+ title: string;
63
+ }>;
64
+
65
+ export { DeleteArchiveModal as default };
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+
3
+ /**
4
+ *
5
+ * Used to indicate screen incompatibility on smaller devices.
6
+ *
7
+ * @example
8
+ *
9
+ * import DeviceIncompatibilityMessage from "@bigbinary/neeto-molecules/DeviceIncompatibilityMessage";
10
+ *
11
+ * const App = () => <DeviceIncompatibilityMessage />;
12
+ * @endexample
13
+ */
14
+ declare const DeviceIncompatibilityMessage: React.FC<{
15
+ description?: React.ReactNode;
16
+ className?: string;
17
+ }>;
18
+
19
+ export { DeviceIncompatibilityMessage as default };
@@ -0,0 +1,61 @@
1
+ import { attachment, FormikEditorProps } from '@bigbinary/neeto-editor';
2
+ import { TextareaProps } from '@bigbinary/neetoui';
3
+
4
+ /**
5
+ *
6
+ * NeetoEditor with a better writing experience.
7
+ *
8
+ * @example
9
+ *
10
+ * import DocumentEditor from "@bigbinary/neeto-molecules/DocumentEditor";
11
+ *
12
+ * const Component = () => (
13
+ * <Container isHeaderFixed>
14
+ * <FormikFormWrapper
15
+ * className="flex h-full w-full flex-grow"
16
+ * formikProps={{
17
+ * enableReinitialize: true,
18
+ * initialValues: initialFormValues,
19
+ * onSubmit: handleSubmit,
20
+ * validationSchema,
21
+ * }}
22
+ * >
23
+ * <DocumentEditor
24
+ * attachments={attachments}
25
+ * onAttachmentChange={handleAttachmentChange}
26
+ * onContentChange={handleContentChange}
27
+ * onTitleChange={handleTitleChange}
28
+ * getTitleRef={setTitleRef}
29
+ * getEditorRef={setEditorRef}
30
+ * editorProps={{
31
+ * editorSecrets,
32
+ * uploadEndpoint,
33
+ * openImageInNewTab: false,
34
+ * key: "document-editor",
35
+ * }}
36
+ * titleProps={{
37
+ * autoFocus: true,
38
+ * placeholder: "Document title",
39
+ * }}
40
+ * />
41
+ * </FormikFormWrapper>
42
+ * </Container>
43
+ * );
44
+ * @endexample
45
+ */
46
+ declare const DocumentEditor: React.FC<{
47
+ attachments: attachment[];
48
+ onContentChange?: (content: string) => void;
49
+ onAttachmentChange?: (attachments: attachment[]) => void;
50
+ onTitleChange?: (title: string) => void;
51
+ getTitleRef?: (ref: HTMLTextAreaElement | null) => void;
52
+ getEditorRef?: (ref: any) => void;
53
+ editorContentFieldName?: string;
54
+ titleFieldName?: string;
55
+ editorProps?: FormikEditorProps;
56
+ titleProps?: TextareaProps;
57
+ menuClassName?: string;
58
+ children?: React.ReactNode;
59
+ }>;
60
+
61
+ export { DocumentEditor as default };
@@ -0,0 +1,35 @@
1
+ import React from 'react';
2
+
3
+ /**
4
+ *
5
+ * A component to render warning callout when the application is accessed from a
6
+ *
7
+ * mobile browser.
8
+ *
9
+ * @example
10
+ *
11
+ * import DownloadMobileAppCallout from "@bigbinary/neeto-molecules/DownloadMobileAppCallout";
12
+ *
13
+ * const App = () => (
14
+ * <DownloadMobileAppCallout />
15
+ * <Main />
16
+ * )
17
+ * @endexample
18
+ * The excludePathRegex can be specified like this:
19
+ *
20
+ * @example
21
+ *
22
+ * const PUBLIC_ROUTE_REGEX = new RegExp(/^\/public/)
23
+ *
24
+ * <DownloadMobileAppCallout excludePathRegex={PUBLIC_ROUTE_REGEX} />
25
+ * @endexample
26
+ * With this change, the DownloadMobileAppCallout component won't display callout
27
+ *
28
+ * for any path that starts with "/public".
29
+ *
30
+ */
31
+ declare const DownloadMobileAppCallout: React.FC<{
32
+ excludePathRegex?: RegExp;
33
+ }>;
34
+
35
+ export { DownloadMobileAppCallout as default };