@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
+ import React from 'react';
2
+ import { TFunction } from 'i18next';
3
+
4
+ interface Shortcut {
5
+ sequence: string;
6
+ description: TFunction;
7
+ }
8
+ interface Category {
9
+ [index: string]: Shortcut | string;
10
+ fullShortcutsLink?: string;
11
+ }
12
+ interface ShortcutsObject {
13
+ [index: string | TFunction]: Category;
14
+ }
15
+ /**
16
+ *
17
+ * A common component that accept's a list of all the keyboard shortcuts in a
18
+ *
19
+ * product and renders a side panel on the right side of the screen upon pressing a
20
+ *
21
+ * defined hotkey (shift+/).
22
+ *
23
+ * ![image](https://user-images.githubusercontent.com/29166133/223832668-2b92ff28-6565-434c-8a76-cf587c9dbc99.png|height=200|width=300)
24
+ *
25
+ * All the global shortcuts like open pane, close modal etc will be rendered by
26
+ *
27
+ * default by the component. It provides a single prop called productShortcuts
28
+ *
29
+ * which is used to pass in the product specific keyboard shortcuts. The prop's
30
+ *
31
+ * structure is given below:
32
+ *
33
+ * @example
34
+ *
35
+ * {
36
+ * [i18n.t("shortcuts.category1.categoryName")]: {
37
+ * shortcutName: {
38
+ * sequence: "command+shift+r",
39
+ * description: "",
40
+ * },
41
+ * },
42
+ * [i18n.t("shortcuts.category2.categoryName")]: {
43
+ * shortcutName2: {
44
+ * sequence: "r s",
45
+ * description: "",
46
+ * fullShortcutsLink: "www.example.com/all-shortcuts"
47
+ * },
48
+ * },
49
+ * }
50
+ * @endexample
51
+ * fullShortcutsLink is an optional property in the data structure which can be
52
+ *
53
+ * used to render links which points to external pages that lists all the
54
+ *
55
+ * shortcuts. This will be useful when the number of shortcuts under a category is
56
+ *
57
+ * very large.
58
+ *
59
+ * The sequence should be passed in MacOS format and the component will take care
60
+ *
61
+ * of detecting & converting it to the users platform. The component supports three
62
+ *
63
+ * kinds of sequence.
64
+ *
65
+ * @example
66
+ *
67
+ * import KeyboardShortcuts from "@bigbinary/neeto-molecules/KeyboardShortcuts";
68
+ *
69
+ * const App = () => (
70
+ * <Main />
71
+ * <KeyboardShortcuts.Pane productShortcuts={{
72
+ * [i18n.t("shortcuts.tickets.categoryName")]: {
73
+ * openNotes: {
74
+ * sequence: "command+shift+r",
75
+ * description: i18n.t("shortcuts.tickets.openNotes"),
76
+ * },
77
+ * },
78
+ * }}/>
79
+ * )
80
+ * @endexample
81
+ * This hook can be used to manage the behavior of KeyboardShortcuts pane.
82
+ *
83
+ * This hook will return an array with exactly 2 values just like useState hook.
84
+ *
85
+ * @example
86
+ *
87
+ * import KeyboardShortcuts from "@bigbinary/neeto-molecules/KeyboardShortcuts";
88
+ *
89
+ * const [isOpen, setIsOpen] = KeyboardShortcuts.usePaneState();
90
+ *
91
+ * return (
92
+ * <>
93
+ * <button onClick={() => setIsOpen(true)}> Open shortcuts pane</button>
94
+ * <button onClick={() => setIsOpen(prevIsOpen => !prevIsOpen)}>
95
+ * Toggle shortcuts pane
96
+ * </button>
97
+ * </>
98
+ * );
99
+ * @endexample
100
+ * This constant exposes the list of global shortcuts displayed by the pane to the
101
+ *
102
+ * product.
103
+ *
104
+ * It will give the following shortcuts:
105
+ *
106
+ * @example
107
+ *
108
+ * {
109
+ * GLOBAL: {
110
+ * openKeyboardShortcutsPane: {
111
+ * sequence: "shift+/",
112
+ * description: "See keyboard shortcuts",
113
+ * },
114
+ * close: {
115
+ * sequence: "esc",
116
+ * description: "Close modals, panes",
117
+ * },
118
+ * submitForm: {
119
+ * sequence: "command+return",
120
+ * description: "Submit form or text input",
121
+ * },
122
+ * },
123
+ * }
124
+ * @endexample
125
+ * It can be used by the product to implement the shortcuts without needing to
126
+ *
127
+ * define the shortcut constant again.
128
+ *
129
+ * @example
130
+ *
131
+ * import KeyboardShortcuts from "@bigbinary/neeto-molecules/KeyboardShortcuts";
132
+ * import useHotkeys from "neetohotkeys";
133
+ *
134
+ * useHotkeys(
135
+ * KeyboardShortcuts.GLOBAL_SHORTCUTS.GLOBAL.submitForm.sequence,
136
+ * keyboardShortCutHandlers.SUBMIT_FORM,
137
+ * { mode: "global" }
138
+ * );
139
+ * @endexample
140
+ */
141
+ declare const KeyboardShortcuts: {
142
+ Pane: React.FC<{
143
+ productShortcuts?: ShortcutsObject;
144
+ }>;
145
+ usePaneState(): [boolean, React.Dispatch<React.SetStateAction<boolean>>];
146
+ GLOBAL_SHORTCUTS: ShortcutsObject;
147
+ };
148
+
149
+ export { KeyboardShortcuts as default };
@@ -0,0 +1,45 @@
1
+ import React from 'react';
2
+
3
+ /**
4
+ *
5
+ * A common login page for all neeto-applications with dedicated button for oliver
6
+ *
7
+ * to login.
8
+ *
9
+ * undefined
10
+ *
11
+ * @example
12
+ *
13
+ * import LoginPage from "@bigbinary/neeto-molecules/LoginPage";
14
+ *
15
+ * // Main.jsx
16
+ * export default function Main() {
17
+ * if (!isLoggedIn) {
18
+ * return <LoginPage handleSubmit={payload => sessionsApi.create(payload)} />;
19
+ * }
20
+ *
21
+ * // return main routes
22
+ * }
23
+ * @endexample
24
+ * The payload will be of the following format:
25
+ *
26
+ * @example
27
+ *
28
+ * {
29
+ * "user": {
30
+ * "email": "oliver@example.com",
31
+ * "password": "welcome"
32
+ * }
33
+ * }
34
+ * @endexample
35
+ */
36
+ declare const LoginPage: React.FC<{
37
+ handleSubmit: (data: {
38
+ user: {
39
+ email: string;
40
+ password: string;
41
+ };
42
+ }) => any;
43
+ }>;
44
+
45
+ export { LoginPage as default };
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+
3
+ /**
4
+ *
5
+ * A component used for rendering made with block.
6
+ *
7
+ * @example
8
+ *
9
+ * import MadeWith from "@bigbinary/neeto-molecules/MadeWith";
10
+ *
11
+ * <MadeWith />;
12
+ * @endexample
13
+ */
14
+ declare const MadeWith: React.FC<{
15
+ productName?: string;
16
+ }>;
17
+
18
+ export { MadeWith as default };
@@ -0,0 +1,127 @@
1
+ import React from 'react';
2
+ import { ButtonProps, InputProps } from '@bigbinary/neetoui';
3
+ import { LinkProps } from 'react-router-dom';
4
+
5
+ type BlockProps = {
6
+ label: string;
7
+ url?: string;
8
+ icon?: React.ReactNode;
9
+ count?: number;
10
+ active?: boolean;
11
+ onEdit?: (...args: any[]) => any;
12
+ onClick?: (...args: any[]) => any;
13
+ className?: string;
14
+ } & LinkProps & React.RefAttributes<HTMLAnchorElement> & React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>;
15
+ type ItemProps = {
16
+ label?: string;
17
+ description?: string;
18
+ active?: boolean;
19
+ className?: string;
20
+ } & React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>;
21
+ type SubTitleProps = {
22
+ iconProps?: ButtonProps[];
23
+ } & React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
24
+ type SearchProps = {
25
+ isCollapsed?: boolean;
26
+ onCollapse?: React.MouseEventHandler<HTMLButtonElement>;
27
+ } & InputProps;
28
+ type AddNewProps = {
29
+ label?: string;
30
+ onClick?: React.MouseEventHandler<HTMLButtonElement>;
31
+ } & React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
32
+ /**
33
+ *
34
+ * Used in neeto products to show a collapsible menu which can be used for adding
35
+ *
36
+ * navigation options to view different sections.
37
+ *
38
+ * ![image](https://user-images.githubusercontent.com/12969853/225556542-ed4fd436-45d8-4eb5-8ffe-4a9e191d8fc1.png|height=200|width=300)
39
+ *
40
+ * @example
41
+ *
42
+ * import MenuBar from "@bigbinary/neeto-molecules/MenuBar";
43
+ *
44
+ * const MenuBarContainer = ({ children }) => {
45
+ * return (
46
+ * <div>
47
+ * <MenuBar showMenu />
48
+ * </div>
49
+ * );
50
+ * };
51
+ * @endexample
52
+ * MenuBar with custom title
53
+ *
54
+ * @example
55
+ *
56
+ * import MenuBar from "@bigbinary/neeto-molecules/MenuBar";
57
+ *
58
+ * const MenuBarContainer = ({ children }) => {
59
+ * return (
60
+ * <div>
61
+ * <MenuBar showMenu title="Custom Title" />
62
+ * </div>
63
+ * );
64
+ * };
65
+ * @endexample
66
+ * Props for MenuBar.Block:
67
+ *
68
+ * Props for MenuBar.AddNew:
69
+ *
70
+ * Props for MenuBar.SubTitle:
71
+ *
72
+ * Props for MenuBar.Search:
73
+ *
74
+ * Props for MenuBar.Item:
75
+ *
76
+ * @example
77
+ *
78
+ * import MenuBar from "@bigbinary/neeto-molecules/MenuBar";
79
+ *
80
+ * const MenuBarContainer = ({ children }) => {
81
+ * return (
82
+ * <div>
83
+ * <MenuBar showMenu title="Custom Title">
84
+ * <MenuBar.Block active count={13} label="All" />
85
+ * <MenuBar.SubTitle
86
+ * iconProps={[
87
+ * {
88
+ * icon: Search,
89
+ * onClick: () => {},
90
+ * },
91
+ * ]}
92
+ * >
93
+ * <Typography
94
+ * component="h4"
95
+ * style="h5"
96
+ * textTransform="uppercase"
97
+ * weight="bold"
98
+ * >
99
+ * Subtitle
100
+ * </Typography>
101
+ * </MenuBar.SubTitle>
102
+ * <MenuBar.Search isCollapsed={isSearchCollapsed} onCollapse={() => {}} />
103
+ * <MenuBar.AddNew label="Add new button" />
104
+ * <MenuBar.Item
105
+ * description="An Item which can have a subheading and heading"
106
+ * label="Heading"
107
+ * />
108
+ * </MenuBar>
109
+ * </div>
110
+ * );
111
+ * };
112
+ * @endexample
113
+ */
114
+ declare const MenuBar: React.FC<{
115
+ title?: string;
116
+ showMenu?: boolean;
117
+ className?: string;
118
+ children?: React.ReactNode | React.ReactNode[];
119
+ }> & {
120
+ Block: React.FC<BlockProps>;
121
+ Item: React.FC<ItemProps>;
122
+ SubTitle: React.FC<SubTitleProps>;
123
+ Search: React.FC<SearchProps>;
124
+ AddNew: React.FC<AddNewProps>;
125
+ };
126
+
127
+ export { MenuBar as default };
@@ -0,0 +1,109 @@
1
+ import React from 'react';
2
+
3
+ type BlockProps = {
4
+ title?: React.ReactNode;
5
+ actionBlock?: React.ReactNode;
6
+ className?: string;
7
+ };
8
+ interface BlockComposition {
9
+ Block: React.FC<BlockProps>;
10
+ DetailsBlock: React.FC<BlockProps & {
11
+ details: Array<{
12
+ label?: React.ReactNode;
13
+ value?: React.ReactNode;
14
+ type?: string;
15
+ }>;
16
+ style?: "inline" | "multiline";
17
+ truncate?: Boolean;
18
+ truncateAt?: number;
19
+ }>;
20
+ }
21
+ /**
22
+ *
23
+ * This is a wrapper for displaying metadata information about an entity. It can
24
+ *
25
+ * have a header block and multiple card blocks inside it.
26
+ *
27
+ * ![image](https://user-images.githubusercontent.com/35304653/276496457-9bb7fbbd-2a28-43af-b32b-67e8f1b4fe24.png|height=200|width=300)
28
+ *
29
+ * @example
30
+ *
31
+ * import Metadata from "@bigbinary/neeto-molecules/Metadata";
32
+ *
33
+ * const MetadataComponent = () => (
34
+ * <Metadata headerBlock={<Header />}>
35
+ * <Metadata.Block>Custom content</Metadata.Block>
36
+ * </Metadata>
37
+ * );
38
+ * @endexample
39
+ * A block component that can be rendered inside the Metadata wrapper component.
40
+ *
41
+ * ![image](https://user-images.githubusercontent.com/35304653/276496694-2a2edd90-d023-4838-bcbc-8a6bf3c7c51b.png|height=200|width=300)
42
+ *
43
+ * @example
44
+ *
45
+ * const ActionBlock = ({ onAdd, onEdit }) => (
46
+ * <MoreDropdown
47
+ * menuItems={[
48
+ * {
49
+ * label: "Add",
50
+ * onClick: onAdd,
51
+ * },
52
+ * {
53
+ * label: "Edit",
54
+ * onClick: onEdit,
55
+ * },
56
+ * ]}
57
+ * />
58
+ * );
59
+ *
60
+ * const MetadataComponent = () => (
61
+ * <Metadata>
62
+ * <Metadata.Block actionBlock={<ActionBlock />} title="Tags">
63
+ * Custom content
64
+ * </Metadata.Block>
65
+ * </Metadata>
66
+ * );
67
+ * @endexample
68
+ * A custom block component built on top of Metadata.Block. It can be used to
69
+ *
70
+ * display some details as label-value pairs. It has a few options for rendering
71
+ *
72
+ * label and value inline or multiline. It also has the option to set a view more
73
+ *
74
+ * button to hide certain fields.
75
+ *
76
+ * ![image](https://user-images.githubusercontent.com/35304653/276496874-ae846576-b892-40ee-84bf-df2abaa87f14.png|height=200|width=300)
77
+ *
78
+ * @example
79
+ *
80
+ * const MetadataComponent = () => (
81
+ * const detailsToTruncate = [
82
+ * { label: "Name", value: "Oliver" },
83
+ * { label: "Phone", value: "1234567890" },
84
+ * { label: "Email", value: "oliver@example.com" },
85
+ * { label: "Custom", value: <Input /> },
86
+ * ];
87
+ *
88
+ * const detailsWithDivider = [
89
+ * { label: "Name", value: "Oliver" },
90
+ * { label: "Phone", value: "1234567890" },
91
+ * { type: "divider" },
92
+ * { label: "Email", value: "oliver@example.com" },
93
+ * { label: "Custom", value: <Input /> },
94
+ * ];
95
+ *
96
+ * <Metadata>
97
+ * <Metadata.DetailsBlock truncate details={detailsToTruncate} truncateAt={2} />
98
+ * <Metadata.DetailsBlock details={detailsWithDivider} />
99
+ * </Metadata>
100
+ * );
101
+ * @endexample
102
+ */
103
+ declare const Metadata: React.FC<{
104
+ className?: string;
105
+ headerBlock?: React.ReactNode;
106
+ size?: "small" | "medium";
107
+ }> & BlockComposition;
108
+
109
+ export { Metadata as default };
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+
3
+ /**
4
+ *
5
+ * Can be used to show preview message for smaller viewports.
6
+ *
7
+ * @example
8
+ *
9
+ * import MobilePreviewHeader from "@bigbinary/neeto-molecules/MobilePreviewHeader";
10
+ *
11
+ * const App = () => <MobilePreviewHeader />;
12
+ * @endexample
13
+ */
14
+ declare const MobilePreviewHeader: React.FC<{
15
+ message?: React.ReactNode;
16
+ className?: string;
17
+ }>;
18
+
19
+ export { MobilePreviewHeader as default };
@@ -0,0 +1,52 @@
1
+ import { DropdownProps, ButtonProps } from '@bigbinary/neetoui';
2
+ import React from 'react';
3
+
4
+ type MenuItems = {
5
+ label: string;
6
+ onClick: () => void;
7
+ key: string;
8
+ isVisible?: boolean;
9
+ hasSubItems?: boolean;
10
+ dropdownProps?: DropdownProps;
11
+ menuItems?: MenuItems[];
12
+ };
13
+ type DropdownButtonProps = {
14
+ isRounded?: boolean;
15
+ } & ButtonProps;
16
+ /**
17
+ *
18
+ * Dropdown menu with a 3 dot trigger button, can be used as a more menu.
19
+ *
20
+ * @example
21
+ *
22
+ * import MoreDropdown from "@bigbinary/neeto-molecules/MoreDropdown";
23
+ *
24
+ * const Component = () => (
25
+ * <MoreDropdown
26
+ * menuItems={[
27
+ * {
28
+ * key: "edit-menu",
29
+ * label: "Edit",
30
+ * onClick: () => setIsEditMenuVisible(true),
31
+ * },
32
+ * {
33
+ * key: "delete-menu",
34
+ * label: "Delete",
35
+ * onClick: () => setIsDeleteMenuVisible(true),
36
+ * },
37
+ * ]}
38
+ * />
39
+ * );
40
+ * @endexample
41
+ */
42
+ declare const MoreDropdown: React.FC<{
43
+ dropdownButtonProps?: DropdownButtonProps;
44
+ isVertical?: boolean;
45
+ isDisabled?: boolean;
46
+ dropdownProps?: DropdownProps;
47
+ menuTopChildren: React.ReactNode;
48
+ menuBottomChildren: React.ReactNode;
49
+ menuItems: MenuItems[];
50
+ }>;
51
+
52
+ export { MoreDropdown as default };
@@ -0,0 +1,180 @@
1
+ import React from 'react';
2
+ import { ButtonProps } from '@bigbinary/neetoui';
3
+ import Rename from './Rename.js';
4
+
5
+ interface NavLinkProps {
6
+ activeClassName?: string | undefined;
7
+ activeStyle?: React.CSSProperties | undefined;
8
+ exact?: boolean | undefined;
9
+ strict?: boolean | undefined;
10
+ isActive?: () => boolean;
11
+ }
12
+ type TooltipPropType = {
13
+ content: string;
14
+ position: string;
15
+ };
16
+ type HomeButtonPropType = {
17
+ tooltip: TooltipPropType;
18
+ icon: React.ReactNode;
19
+ };
20
+ type HeaderLinkPropType = {
21
+ key: string;
22
+ to: string;
23
+ label: string;
24
+ } & NavLinkProps;
25
+ type RightActionBlockPropTypes = {
26
+ isDraftBlockHidden: boolean;
27
+ previewDraftUrl: string;
28
+ isResetDraftButtonVisible: boolean;
29
+ onResetClick: () => void;
30
+ isResetting: boolean;
31
+ isPublishDisabled: boolean;
32
+ isPublishing: boolean;
33
+ handlePublish: () => void;
34
+ isPublishPreviewDisabled: boolean;
35
+ previewPublishedUrl: string;
36
+ isPublishButtonVisible: boolean;
37
+ isResetAlertOpen: boolean;
38
+ setIsResetAlertOpen: () => void;
39
+ handleReset: () => void;
40
+ publishAlertTitle: string;
41
+ publishAlertDescription: string;
42
+ publishButtonProps: ButtonProps;
43
+ };
44
+ type NavigationLinkPropsType = {
45
+ headerLinks: HeaderLinkPropType[];
46
+ maxVisibleLinks?: number;
47
+ };
48
+ type LeftBlockPropTypes = {
49
+ homeButtonProps?: HomeButtonPropType;
50
+ homeUrl: string;
51
+ renameProps?: Rename;
52
+ children?: React.ReactNode;
53
+ };
54
+ /**
55
+ *
56
+ * A common component to use as navigation header.
57
+ *
58
+ * @example
59
+ *
60
+ * import NavigationHeader from "@bigbinary/neeto-molecules/NavigationHeader";
61
+ *
62
+ * const Page = () => (
63
+ * <NavigationHeader
64
+ * leftActionBlock={<NavigationHeader.LeftActionBlock {...leftBlockProps} />}
65
+ * rightActionBlock={
66
+ * <NavigationHeader.RightActionBlock {...rightBlockProps} />
67
+ * }
68
+ * navigationLinks={
69
+ * <NavigationHeader.NavigationLinks {...navigationLinkProps} />
70
+ * }
71
+ * />
72
+ * );
73
+ * @endexample
74
+ * To specify the content to be rendered in the left side of the
75
+ *
76
+ * NavigationHeader.
77
+ *
78
+ * @example
79
+ *
80
+ * import NavigationHeader from "@bigbinary/neeto-molecules/NavigationHeader";
81
+ *
82
+ * const Page = () => (
83
+ * <NavigationHeader
84
+ * leftActionBlock={
85
+ * <NavigationHeader.LeftActionBlock
86
+ * homeButtonProps={{ tooltip: { position: "right" } }}
87
+ * homeUrl={homeUrl}
88
+ * renameProps={{
89
+ * disabled: false,
90
+ * dropdownItems: [{ label: "Clone", onClick: noop }],
91
+ * placeholder: "Enter a name",
92
+ * value: "Feedback form",
93
+ * onRename: () => noop,
94
+ * }}
95
+ * />
96
+ * }
97
+ * rightActionBlock={
98
+ * <NavigationHeader.RightActionBlock {...rightBlockProps} />
99
+ * }
100
+ * navigationLinks={
101
+ * <NavigationHeader.NavigationLinks {...navigationLinkProps} />
102
+ * }
103
+ * />
104
+ * );
105
+ * @endexample
106
+ * To specify the content to be rendered at the center of the NavigationHeader.
107
+ *
108
+ * @example
109
+ *
110
+ * import NavigationHeader from "@bigbinary/neeto-molecules/NavigationHeader";
111
+ *
112
+ * const Page = () => (
113
+ * <NavigationHeader
114
+ * navigationLinks={
115
+ * <NavigationHeader.NavigationLinks
116
+ * headerLinks={[
117
+ * { key: "build", to: "/build", label: "Build" },
118
+ * { key: "design", to: "/design", label: "Design" },
119
+ * {
120
+ * key: "configure",
121
+ * to: "/configure",
122
+ * label: "Configure",
123
+ * exact: true, //Additional props passed to Navlink component.
124
+ * },
125
+ * ]}
126
+ * />
127
+ * }
128
+ * rightActionBlock={
129
+ * <NavigationHeader.RightActionBlock {...rightBlockProps} />
130
+ * }
131
+ * leftActionBlock={<NavigationHeader.LeftActionBlock {...leftBlockProps} />}
132
+ * />
133
+ * );
134
+ * @endexample
135
+ * To specify the content to be rendered in the right side of the
136
+ *
137
+ * NavigationHeader
138
+ *
139
+ * @example
140
+ *
141
+ * import NavigationHeader from "@bigbinary/neeto-molecules/NavigationHeader";
142
+ *
143
+ * const Page = () => (
144
+ * <NavigationHeader
145
+ * rightActionBlock={
146
+ * <NavigationHeader.RightActionBlock
147
+ * isPublishButtonVisible={false}
148
+ * previewDraftUrl="/preview/draft"
149
+ * isDraftBlockHidden={false}
150
+ * isResetDraftButtonVisible={true}
151
+ * isResetting={false}
152
+ * onResetClick={noop}
153
+ * isPublishDisabled={true}
154
+ * isPublishing={false}
155
+ * handlePublish={noop}
156
+ * isPublishPreviewDisabled={true}
157
+ * previewPublishedUrl="/preview/published"
158
+ * setIsResetAlertOpen={noop}
159
+ * handleReset={noop}
160
+ * />
161
+ * }
162
+ * navigationLinks={
163
+ * <NavigationHeader.NavigationLinks {...navigationLinkProps} />
164
+ * }
165
+ * leftActionBlock={<NavigationHeader.LeftActionBlock {...leftBlockProps} />}
166
+ * />
167
+ * );
168
+ * @endexample
169
+ */
170
+ declare const NavigationHeader: React.FC<{
171
+ leftActionBlock?: React.ReactNode;
172
+ navigationLinks?: React.ReactNode;
173
+ rightActionBlock?: React.ReactNode;
174
+ }> & {
175
+ RightActionBlock: React.FC<RightActionBlockPropTypes>;
176
+ NavigationLinks: React.FC<NavigationLinkPropsType>;
177
+ LeftActionBlock: React.FC<LeftBlockPropTypes>;
178
+ };
179
+
180
+ export { NavigationHeader as default };