@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,149 @@
1
+ type SectionData = {
2
+ id: string;
3
+ };
4
+ type ItemData = {
5
+ id: string;
6
+ };
7
+ type SectionArgs = {
8
+ section: SectionData;
9
+ index: number;
10
+ };
11
+ type ItemArgs = {
12
+ Item: ItemData;
13
+ section: SectionData;
14
+ index: number;
15
+ };
16
+ /**
17
+ *
18
+ * The BoardView component renders a Kanban board with draggable sections and
19
+ *
20
+ * cards. It supports bi-directional auto-scrolling and lazy loading for improved
21
+ *
22
+ * performance.
23
+ *
24
+ * The main container component for the Kanban board, which wraps all sections.
25
+ *
26
+ * A component used within the BoardView to render individual sections.
27
+ *
28
+ * @example
29
+ *
30
+ * import BoardView from "neetomolecules/BoardView";
31
+ *
32
+ * // custom Item component
33
+ * const Item = ({ item }) => (
34
+ * <div className=" neeto-ui-bg-white neeto-ui-rounded-sm flex min-h-10 items-center justify-center">
35
+ * <h5>Item {item.name}</h5>
36
+ * </div>
37
+ * );
38
+ *
39
+ * // custom Section component.
40
+ * const Section = ({ section }) => (
41
+ * <div className="neeto-ui-bg-gray-300 neeto-ui-rounded-sm p-4">
42
+ * <h4 className="text-center">Section {section.name}</h4>
43
+ * <BoardView.Section
44
+ * {...{ section }}
45
+ * items={section.items}
46
+ * renderItem={({ item }) => <Item {...{ item }} />}
47
+ * />
48
+ * </div>
49
+ * );
50
+ *
51
+ * const Main = () => {
52
+ * const [sections, setSections] = useState([
53
+ * {
54
+ * id: "s1",
55
+ * name: "S1",
56
+ * items: [
57
+ * { id: "s1t1", name: "S1T1" },
58
+ * { id: "s1t2", name: "S1T2" },
59
+ * { id: "s1t3", name: "S1T3" },
60
+ * ],
61
+ * },
62
+ * {
63
+ * id: "s2",
64
+ * name: "S2",
65
+ * items: [
66
+ * { id: "s2t1", name: "S2T1" },
67
+ * { id: "s2t2", name: "S2T2" },
68
+ * { id: "s2t3", name: "S2T3" },
69
+ * ],
70
+ * },
71
+ * {
72
+ * id: "s3",
73
+ * name: "S3",
74
+ * items: [
75
+ * { id: "s3t1", name: "S3T1" },
76
+ * { id: "s3t2", name: "S3T2" },
77
+ * { id: "s3t3", name: "S3T3" },
78
+ * ],
79
+ * },
80
+ * ]);
81
+ *
82
+ * const onMoveSection = (source, destination) => {
83
+ * setSections(([...sections]) => {
84
+ * // destination index may change after removal of source section from list.
85
+ * const destinationIndex =
86
+ * source.index >= destination.index
87
+ * ? destination.index
88
+ * : destination.index - 1;
89
+ *
90
+ * const [section] = sections.splice(source.index, 1);
91
+ * sections.splice(destinationIndex, 0, section);
92
+ *
93
+ * return sections;
94
+ * });
95
+ * };
96
+ *
97
+ * const onMoveItem = (source, destination) => {
98
+ * setSections(([...sections]) => {
99
+ * // destination index may change after removal of item if same section.
100
+ * const destinationIndex =
101
+ * source.section.id === destination.section.id &&
102
+ * source.index >= destination.index
103
+ * ? destination.index - 1
104
+ * : destination.index;
105
+ *
106
+ * sections.forEach(section => {
107
+ * if (section.id === source.section.id) {
108
+ * section.items.splice(source.index, 1);
109
+ * }
110
+ *
111
+ * if (section.id === destination.section.id) {
112
+ * section.items.splice(destinationIndex, 0, source.item);
113
+ * }
114
+ * });
115
+ *
116
+ * return sections;
117
+ * });
118
+ * };
119
+ *
120
+ * return (
121
+ * <BoardView
122
+ * {...{ onMoveItem, onMoveSection, sections }}
123
+ * renderItemOverlay={({ item }) => <Item {...{ item }} />}
124
+ * renderSection={({ section }) => <Section {...{ section }} />}
125
+ * renderSectionOverlay={({ section }) => <Section {...{ section }} />}
126
+ * />
127
+ * );
128
+ * };
129
+ * @endexample
130
+ */
131
+ declare const BoardView: React.FC<{
132
+ ref?: React.Ref<HTMLDivElement>;
133
+ sections: SectionData[];
134
+ renderSection: (args: SectionArgs) => React.ReactNode;
135
+ renderSectionOverlay: (args: SectionArgs) => React.ReactNode;
136
+ renderItemOverlay: (args: ItemArgs) => React.ReactNode;
137
+ onMoveSection?: (source: SectionArgs, destination: SectionArgs) => void;
138
+ onMoveItem?: (source: ItemArgs, destination: ItemArgs) => void;
139
+ className?: string;
140
+ }> & {
141
+ Section: React.FC<{
142
+ ref?: React.Ref<HTMLDivElement>;
143
+ section: SectionData;
144
+ items: ItemData[];
145
+ renderItem: (args: ItemArgs) => React.ReactNode;
146
+ }>;
147
+ };
148
+
149
+ export { BoardView as default };
@@ -0,0 +1,30 @@
1
+ import React from 'react';
2
+
3
+ /**
4
+ *
5
+ * Component to show breadcrumbs
6
+ *
7
+ * @example
8
+ *
9
+ * import Breadcrumbs from "@bigbinary/neeto-molecules/Breadcrumbs";
10
+ *
11
+ * const SETTINGS_BREADCRUMBS = [
12
+ * {
13
+ * text: "Settings",
14
+ * link: "/admin/settings",
15
+ * },
16
+ * ];
17
+ *
18
+ * const Page = () => <Breadcrumbs Breadcrumbs={SETTINGS_BREADCRUMBS} />;
19
+ * @endexample
20
+ */
21
+ declare const Breadcrumbs: React.FC<{
22
+ breadcrumbs?: {
23
+ text: string;
24
+ link: string;
25
+ }[];
26
+ hasTrailingSeparator?: boolean;
27
+ className?: string;
28
+ }>;
29
+
30
+ export { Breadcrumbs as default };
@@ -0,0 +1,30 @@
1
+ import React from 'react';
2
+
3
+ /**
4
+ *
5
+ * The BrowserPreview component is used to render the content wrapped in the
6
+ *
7
+ * browser frame for preview purposes.
8
+ *
9
+ * @example
10
+ *
11
+ * import BrowserPreview from "@bigbinary/neeto-molecules/BrowserPreview";
12
+ *
13
+ * const Component = () => (
14
+ * <BrowserPreview>
15
+ * <div className="flex h-full items-center justify-center">
16
+ * <Typography className="text-center" style="body2">
17
+ * This is the body of the browser preview
18
+ * </Typography>
19
+ * </div>
20
+ * </BrowserPreview>
21
+ * );
22
+ * @endexample
23
+ */
24
+ declare const BrowserPreview: React.FC<{
25
+ wrapperClassName?: string;
26
+ className?: string;
27
+ children?: React.ReactNode;
28
+ }>;
29
+
30
+ export { BrowserPreview as default };
@@ -0,0 +1,110 @@
1
+ import React from 'react';
2
+
3
+ type VersionLimits = {
4
+ softLimit?: number;
5
+ hardLimit?: number;
6
+ };
7
+ /**
8
+ *
9
+ * A wrapper that displays a callout message for partially supported browsers
10
+ *
11
+ * (below a soft limit) along with the site content. If the browser is an
12
+ *
13
+ * unsupported version (below a hard limit), it shows a full-page message to update
14
+ *
15
+ * the browser and does not display the site content. If the browser is in the list
16
+ *
17
+ * of unsupported browsers, it displays a full-page message that the browser is
18
+ *
19
+ * unsupported and does not display the site content.
20
+ *
21
+ * @example
22
+ *
23
+ * import BrowserSupport from "@bigbinary/neeto-molecules/BrowserSupport";
24
+ *
25
+ * const App = () => (
26
+ * <BrowserSupport>
27
+ * {children}
28
+ * </BrowserSupport>
29
+ * <Main />
30
+ * )
31
+ * @endexample
32
+ * Minimum supported browser version of a specific browser can be changed using the
33
+ *
34
+ * overrides prop like so:
35
+ *
36
+ * @example
37
+ *
38
+ * <BrowserSupport
39
+ * overrides={{
40
+ * Chrome: { softLimit: 80, hardLimit: 60 },
41
+ * Safari: { softLimit: 14.1, hardLimit: 13.5 },
42
+ * }}
43
+ * unsupportedBrowsers={["Firefox"]}
44
+ * />
45
+ * @endexample
46
+ * In the above code we have changed the minimum supported versions of Chrome &
47
+ *
48
+ * Safari. Now if a user has accessed the site using Chrome < 80 or Safari < 14.1
49
+ *
50
+ * the callout message will be displayed. If a user has accessed the site using
51
+ *
52
+ * Chrome < 60 or Safari < 13.5, a message will be displayed to update the browser
53
+ *
54
+ * and page contents will not be shown. If a user has accessed the site using any
55
+ *
56
+ * version of Firefox, a message will be displayed that the browser is unsupported
57
+ *
58
+ * and page contents will not be shown.
59
+ *
60
+ * The default supported browser names and their versions are given below:
61
+ *
62
+ * | Browser Name | Min Supported version |
63
+ *
64
+ * | :-------------- | :-------------------- |
65
+ *
66
+ * | Chrome | 79 |
67
+ *
68
+ * | Firefox | 91 |
69
+ *
70
+ * | IE | 11 |
71
+ *
72
+ * | Opera | 73 |
73
+ *
74
+ * | Safari | 12.2 |
75
+ *
76
+ * | ChromeMobile | 105 |
77
+ *
78
+ * | FirefoxMobile | 104 |
79
+ *
80
+ * | UCBrowser | 13.4 |
81
+ *
82
+ * | SamsungInternet | 4 |
83
+ *
84
+ * The default unsupported browsers are given below:
85
+ *
86
+ * Any other browser which is not in the above lists will be considered as unknown
87
+ *
88
+ * and a corresponding callout will be shown.
89
+ *
90
+ */
91
+ declare const BrowserSupport: React.FC<{
92
+ overrides?: {
93
+ Chrome?: VersionLimits;
94
+ MicrosoftEdge?: VersionLimits;
95
+ Firefox?: VersionLimits;
96
+ IE?: VersionLimits;
97
+ Opera?: VersionLimits;
98
+ Safari?: VersionLimits;
99
+ AndroidBrowser?: VersionLimits;
100
+ OperaMini?: VersionLimits;
101
+ ChromeMobile?: VersionLimits;
102
+ FirefoxMobile?: VersionLimits;
103
+ UCBrowser?: VersionLimits;
104
+ SamsungInternet?: VersionLimits;
105
+ };
106
+ unsupportedBrowsers?: string[];
107
+ children?: React.ReactNode | React.ReactNode[];
108
+ }>;
109
+
110
+ export { BrowserSupport as default };
@@ -0,0 +1,99 @@
1
+ type Element = {
2
+ label: string;
3
+ value: string;
4
+ icon: React.ReactNode;
5
+ };
6
+ type ElementSection = {
7
+ title: string;
8
+ elements: Element[];
9
+ key: string;
10
+ isCreatable: (element: Element) => boolean;
11
+ disabledElementTooltip?: (label: string) => string;
12
+ };
13
+ type SelectedElementAction = {
14
+ label: string;
15
+ key: string;
16
+ onClick: (element: Element) => void;
17
+ isVisible?: boolean;
18
+ };
19
+ type SelectedElement = {
20
+ id: string;
21
+ kind: string;
22
+ position: number;
23
+ label: string;
24
+ icon: React.ReactNode;
25
+ isPending: boolean;
26
+ actions: SelectedElementAction[] | ((element: Element) => SelectedElementAction[]);
27
+ };
28
+ /**
29
+ *
30
+ * @example
31
+ *
32
+ * import Container from "@bigbinary/neeto-molecules/Container";
33
+ * import {
34
+ * ElementsPanel,
35
+ * PropertiesPanel,
36
+ * } from "@bigbinary/neeto-molecules/Builder";
37
+ * import Configure from "./Configure";
38
+ *
39
+ * const Component = () => (
40
+ * <Container isHeaderFixed>
41
+ * <div className="flex h-full w-full justify-between">
42
+ * <ElementsPanel
43
+ * elementSections={sections}
44
+ * {...{
45
+ * handleAddElement,
46
+ * isElementVisible,
47
+ * selectedElements,
48
+ * fixedFirstElement,
49
+ * fixedLastElement,
50
+ * }}
51
+ * selectedElementActions={[
52
+ * {
53
+ * label: "Duplicate",
54
+ * key: "duplicate",
55
+ * onClick: element => alert("Clicked", JSON.stringify(element)),
56
+ * },
57
+ * {
58
+ * label: "Delete",
59
+ * key: "delete",
60
+ * onClick: element => alert("Clicked", JSON.stringify(element)),
61
+ * },
62
+ * ]}
63
+ * />
64
+ * <PropertiesPanel
65
+ * onClose={id => alert("The panel is closed :", id)}
66
+ * id={selectedRecord.id}
67
+ * >
68
+ * {selectedRecord.id ? <Configure /> : <PropertiesPanel.EmptyProperty />}
69
+ * </PropertiesPanel>
70
+ * </div>
71
+ * </Container>
72
+ * );
73
+ * @endexample
74
+ */
75
+ declare const ElementsPanel: React.FC<{
76
+ elementSections: ElementSection[];
77
+ selectedElements: SelectedElement[];
78
+ handleAddElement: (element: Element) => void;
79
+ isElementVisible: (element: Element) => boolean;
80
+ fixedFirstElement?: SelectedElement[] | SelectedElement;
81
+ fixedLastElement?: SelectedElement;
82
+ isReorderDisabled?: boolean;
83
+ isDragElementsDisabled?: boolean;
84
+ handleSelectElement: (index: number) => void;
85
+ selectedElementId: string;
86
+ selectedElementActions: SelectedElementAction[] | ((element: Element) => SelectedElementAction[]);
87
+ addAllElements: () => void;
88
+ isAddingAllElements?: boolean;
89
+ showElementsFillButton?: boolean;
90
+ isAddingNewElement?: boolean;
91
+ primaryPanel?: "summary" | "elements";
92
+ }>;
93
+ declare const PropertiesPanel: React.FC<{
94
+ children: React.ReactNode;
95
+ id: string;
96
+ onClose?: (id: string) => void;
97
+ }>;
98
+
99
+ export { ElementsPanel, PropertiesPanel };
@@ -0,0 +1,45 @@
1
+ import { ButtonProps } from '@bigbinary/neetoui';
2
+ import React from 'react';
3
+
4
+ interface Button extends ButtonProps {
5
+ key: string;
6
+ isActive?: boolean;
7
+ }
8
+ interface ButtonGroupProps {
9
+ style?: "secondary" | "tertiary";
10
+ size?: "small" | "medium" | "large";
11
+ buttons: Button[];
12
+ }
13
+ /**
14
+ *
15
+ * ButtonGroup component is a wrapper component that groups icon only buttons and
16
+ *
17
+ * highlights the active button.
18
+ *
19
+ * @example
20
+ *
21
+ * import ButtonGroup from "@bigbinary/neeto-molecules/ButtonGroup";
22
+ *
23
+ * const Component = () => (
24
+ * <ButtonGroup
25
+ * buttons={[
26
+ * {
27
+ * key: "calendar",
28
+ * icon: Calendar,
29
+ * onClick: () => handleSwitch(),
30
+ * },
31
+ * {
32
+ * key: "list",
33
+ * icon: List,
34
+ * onClick: () => handleSwitch(),
35
+ * },
36
+ * ]}
37
+ * style="tertiary"
38
+ * size="medium"
39
+ * />
40
+ * );
41
+ * @endexample
42
+ */
43
+ declare const ButtonGroup: React.FC<ButtonGroupProps>;
44
+
45
+ export { type ButtonGroupProps, ButtonGroup as default };
@@ -0,0 +1,98 @@
1
+ import React from 'react';
2
+ import { DateClickArg, EventClickArg } from '@fullcalendar/react';
3
+ import { Dayjs } from 'dayjs';
4
+ import { EventContentArg } from '@fullcalendar/core';
5
+
6
+ type ViewOption = {
7
+ label: string;
8
+ fullCalendarView: string;
9
+ picker: string;
10
+ default?: boolean;
11
+ };
12
+ type ViewOptionsType = {
13
+ [key: string]: ViewOption;
14
+ };
15
+ interface EventObject {
16
+ title: string;
17
+ start: Date;
18
+ [key: string]: any;
19
+ }
20
+ /**
21
+ *
22
+ * A calendar component with daily, weekly, and monthly view options.
23
+ *
24
+ * ![Screenshot](https://github.com/bigbinary/neeto-molecules/assets/45137335/c1924e09-7cbf-4de0-9b93-c14250c7a500|height=200|width=300)
25
+ *
26
+ * @example
27
+ *
28
+ * yarn add @fullcalendar/core @fullcalendar/daygrid @fullcalendar/interaction @fullcalendar/react @fullcalendar/timegrid
29
+ * @endexample
30
+ * @example
31
+ *
32
+ * viewOptions: {
33
+ * ["Daily"]: {
34
+ * label: "Daily",
35
+ * fullCalendarView: "timeGridDay",
36
+ * picker: "day",
37
+ * },
38
+ * ["Weekly"]: {
39
+ * label: "Weekly",
40
+ * fullCalendarView: "timeGridWeek",
41
+ * picker: "week",
42
+ * default: true, //default initial view can be set by adding 'default: true'
43
+ * },
44
+ * ["Monthly"]: {
45
+ * label: "Monthly",
46
+ * fullCalendarView: "dayGridMonth",
47
+ * picker: "month",
48
+ * },
49
+ * },
50
+ * @endexample
51
+ * @example
52
+ *
53
+ * import CalendarView from "@bigbinary/neeto-molecules/CalendarView";
54
+ *
55
+ * const MONTHLY_VIEW = "Monthly";
56
+ * const VIEW_OPTIONS = {
57
+ * [MONTHLY_VIEW]: {
58
+ * label: MONTHLY_VIEW,
59
+ * fullCalendarView: "dayGridMonth",
60
+ * picker: "month",
61
+ * },
62
+ * };
63
+ *
64
+ * const events = [
65
+ * { title: "Meeting 1", start: new Date() },
66
+ * { title: "Meeting 2", start: new Date() },
67
+ * { title: "Meeting 3", start: new Date() },
68
+ * ],
69
+ *
70
+ * <CalendarView
71
+ * dayMaxEvents={2}
72
+ * eventMaxStack={1}
73
+ * events={events}
74
+ * viewOptions={VIEW_OPTIONS}
75
+ * handleDateClick={noop}
76
+ * handleEventClick={noop}
77
+ * />;
78
+ * @endexample
79
+ */
80
+ declare const CalendarView: React.FC<{
81
+ viewOptions: ViewOptionsType;
82
+ events: EventObject[];
83
+ handleDateClick: (info: DateClickArg) => void;
84
+ handleEventClick: (info: EventClickArg) => void;
85
+ onDateChange?: (date: Dayjs) => void;
86
+ eventClassNames: string | ((arg: EventContentArg) => string);
87
+ eventContent?: (arg: EventContentArg) => void;
88
+ dayCellClassNames: string | ((arg: any) => string);
89
+ dayMaxEvents: number;
90
+ eventMaxStack: number;
91
+ validDates?: {
92
+ start: Dayjs | Date | null;
93
+ end: Dayjs | Date | null;
94
+ };
95
+ hideHeader?: boolean;
96
+ }>;
97
+
98
+ export { CalendarView as default };
@@ -0,0 +1,34 @@
1
+ import React from 'react';
2
+
3
+ /**
4
+ *
5
+ * The CardLayout component is used to render the content wrapped in the card
6
+ *
7
+ * layout.
8
+ *
9
+ * @example
10
+ *
11
+ * import CardLayout from "@bigbinary/neeto-molecules/CardLayout";
12
+ *
13
+ * const Component = () => (
14
+ * <CardLayout
15
+ * title="Set start day of the week"
16
+ * description="Choose your preferred start day of the week. This setting will be applied to all calendars."
17
+ * actionBlock={<Button label="Primary action" />}
18
+ * >
19
+ * {children}
20
+ * </CardLayout>
21
+ * );
22
+ * @endexample
23
+ */
24
+ declare const CardLayout: React.FC<{
25
+ title?: string;
26
+ description?: React.ReactNode;
27
+ className?: string;
28
+ containerClassName?: string;
29
+ children?: React.ReactNode;
30
+ actionBlock?: React.ReactNode;
31
+ icon?: React.ReactNode;
32
+ }>;
33
+
34
+ export { CardLayout as default };
@@ -0,0 +1,37 @@
1
+ import React from 'react';
2
+ import { SyntaxHighlighterProps } from 'react-syntax-highlighter';
3
+ import { CopyToClipboardButtonProps } from './CopyToClipboardButton.js';
4
+
5
+ /**
6
+ *
7
+ * Codeblock can be used to render a block of code, with appropriate syntax
8
+ *
9
+ * highlighting, and a copy code button.
10
+ *
11
+ * Note: To use this component, you should install
12
+ *
13
+ * react-syntax-highlighter@^15.5.0 package.
14
+ *
15
+ * ![image](https://github.com/bigbinary/neeto-molecules/assets/66865722/ed5c589f-7086-46b9-b8b2-2746afa7e750|height=200|width=300)
16
+ *
17
+ * @example
18
+ *
19
+ * import Codeblock from "@bigbinary/neeto-molecules/Codeblock";
20
+ * import { generateEmbedCode } from "./utils";
21
+ *
22
+ * const EmbedPage = () => (
23
+ * <Codeblock
24
+ * code={generateEmbedCode()}
25
+ * codeblockProps={{ showLineNumbers: true }}
26
+ * />
27
+ * );
28
+ * @endexample
29
+ */
30
+ declare const Codeblock: React.FC<{
31
+ code: string;
32
+ showCopyButton?: boolean;
33
+ codeblockProps?: Partial<SyntaxHighlighterProps>;
34
+ copyButtonProps?: Partial<CopyToClipboardButtonProps>;
35
+ }>;
36
+
37
+ export { Codeblock as default };