@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,66 @@
1
+ import React from 'react';
2
+
3
+ interface Data {
4
+ [key: string]: Array<{
5
+ id: string;
6
+ url: string;
7
+ content?: string;
8
+ body?: string;
9
+ name?: string;
10
+ }>;
11
+ }
12
+ interface IconComponentMap {
13
+ [key: string]: React.ComponentType;
14
+ }
15
+ /**
16
+ *
17
+ * FinderModal is a component that can be used to search for items across the
18
+ *
19
+ * workspace.
20
+ *
21
+ * ![Screenshot](https://github.com/user-attachments/assets/0078c794-ba20-4657-91d1-89c2c761e31c|height=200|width=300)
22
+ *
23
+ * @example
24
+ *
25
+ * import { useState } from "react";
26
+ *
27
+ * import { Tickets, UserCircle } from "@bigbinary/neeto-icons";
28
+ * import FinderModal from "@bigbinary/neeto-molecules/FinderModal";
29
+ *
30
+ * const App = () => {
31
+ * const [searchTerm, setSearchTerm] = useState("");
32
+ * const [isFinderModalOpen, setIsFinderModalOpen] = useState(false);
33
+ *
34
+ * const iconComponentMap = { tickets: Tickets, contacts: UserCircle };
35
+ *
36
+ * const { data: searchResults, isFetching } = useSearchApi({ searchTerm });
37
+ *
38
+ * return (
39
+ * <FinderModal
40
+ * data={searchResults}
41
+ * iconComponentMap={iconComponentMap}
42
+ * isFetching={isFetching}
43
+ * isOpen={isFinderModalOpen}
44
+ * setSearchTerm={setSearchTerm}
45
+ * onClose={() => setIsFinderModalOpen(false)}
46
+ * onGoToAdvanced={() => {
47
+ * history.push("/advanced-search");
48
+ * }}
49
+ * />
50
+ * );
51
+ * };
52
+ * @endexample
53
+ */
54
+ declare const FinderModal: React.FC<{
55
+ enableAdvancedSearch?: boolean;
56
+ data: Data;
57
+ iconComponentMap: IconComponentMap;
58
+ isFetching: boolean;
59
+ isOpen: boolean;
60
+ searchTerm: string;
61
+ setSearchTerm: (searchTerm: string) => void;
62
+ onClose: () => void;
63
+ onGoToAdvanced?: () => void;
64
+ }>;
65
+
66
+ export { FinderModal as default };
@@ -0,0 +1,59 @@
1
+ import React from 'react';
2
+ import { AvatarProps } from '@bigbinary/neetoui';
3
+
4
+ type LinkType = {
5
+ onClick?: React.MouseEventHandler<HTMLButtonElement>;
6
+ label?: React.ReactNode;
7
+ icon?: any;
8
+ } & React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>;
9
+ interface ProfileInfo {
10
+ name?: string;
11
+ email?: string;
12
+ imageUrl?: string;
13
+ }
14
+ interface HelpLinks {
15
+ liveChatProps?: LinkType;
16
+ helpCenterProps?: LinkType;
17
+ engageProps?: EngagePropsType;
18
+ keyboardShortcutProps?: LinkType;
19
+ }
20
+ type FloatingActionMenuProps = {
21
+ profileInfoOverrides?: ProfileInfo & AvatarProps;
22
+ helpLinkOverrides?: HelpLinks;
23
+ showProductSwitcher?: boolean;
24
+ topLinks?: LinkType[];
25
+ bottomLinks?: LinkType[];
26
+ customContent?: React.ReactNode;
27
+ isThemeSwitcherEnabled?: boolean;
28
+ isOrganizationSwitcherEnabled?: boolean;
29
+ };
30
+ /**
31
+ *
32
+ * The FloatingActionMenu component provides access to options such as
33
+ *
34
+ * notifications, profile, app navigation links, what's new, product switcher and
35
+ *
36
+ * help center from anywhere in the app. The Product switcher UI & Engage display
37
+ *
38
+ * UI are all implemented internally in this component.
39
+ *
40
+ * ![Screenshot](https://github.com/bigbinary/neeto-molecules/assets/12969853/07e3bcd1-ee9a-44cd-9230-017251627815|height=200|width=300)
41
+ *
42
+ * @example
43
+ *
44
+ * import FloatingActionMenu from "@bigbinary/neeto-molecules/FloatingActionMenu";
45
+ *
46
+ * const FloatingActionMenuContainer = ({ children }) => {
47
+ * // custom app logic
48
+ * return (
49
+ * <div>
50
+ * <FloatingActionMenu />
51
+ * {children}
52
+ * </div>
53
+ * );
54
+ * };
55
+ * @endexample
56
+ */
57
+ declare const FloatingActionMenu: React.FC<FloatingActionMenuProps>;
58
+
59
+ export { FloatingActionMenu as default };
@@ -0,0 +1,68 @@
1
+ import React from 'react';
2
+ import { SelectProps } from '@bigbinary/neetoui';
3
+
4
+ declare type Category = "sans-serif" | "serif" | "display" | "handwriting" | "monospace";
5
+ declare type Script = "arabic" | "bengali" | "chinese-simplified" | "chinese-traditional" | "cyrillic" | "cyrillic-ext" | "devanagari" | "greek" | "greek-ext" | "gujarati" | "gurmukhi" | "hebrew" | "japanese" | "kannada" | "khmer" | "korean" | "latin" | "latin-ext" | "malayalam" | "myanmar" | "oriya" | "sinhala" | "tamil" | "​telugu" | "thai" | "vietnamese";
6
+ declare type SortOption = "alphabet" | "popularity";
7
+ declare type Variant = "100" | "100italic" | "200" | "200italic" | "300" | "300italic" | "regular" | "italic" | "500" | "500italic" | "600" | "600italic" | "700" | "700italic" | "800" | "800italic" | "900" | "900italic";
8
+ interface Font {
9
+ family: string;
10
+ id: string;
11
+ category: Category;
12
+ scripts: Script[];
13
+ variants: Variant[];
14
+ kind?: string;
15
+ version?: string;
16
+ lastModified?: string;
17
+ files?: Record<Variant, string>;
18
+ }
19
+ interface Options {
20
+ pickerId: string;
21
+ families: string[];
22
+ categories: Category[];
23
+ scripts: Script[];
24
+ variants: Variant[];
25
+ filter: (font: Font) => boolean;
26
+ limit: number;
27
+ sort: SortOption;
28
+ }
29
+
30
+ interface GoogleFontPickerProps extends SelectProps {
31
+ activeFontFamily?: string;
32
+ onChange?: (fontFamily: string) => void;
33
+ fontManagerOptions?: Options;
34
+ }
35
+ /**
36
+ *
37
+ * A component that allows users to choose an option from a list of font choices, presented as a dropdown menu.
38
+ *
39
+ * ![image](https://github.com/user-attachments/assets/72a74d39-0f73-4701-a324-6ae6a81791a9|height=200|width=300)
40
+ *
41
+ * @example
42
+ *
43
+ * import { useState } from "react";
44
+ * import GoogleFontPicker from "@bigbinary/neeto-molecules/GoogleFontPicker";
45
+ *
46
+ * const GoogleFontPickerContainer = () => {
47
+ * const [selectedFont, setSelectedFont] = useState("Open Sans");
48
+ *
49
+ * const handleFontChange = (fontFamily) => {
50
+ * setSelectedFont(fontFamily);
51
+ * };
52
+ *
53
+ * return (
54
+ * <div>
55
+ * <h2>Selected Font: {selectedFont}</h2>
56
+ * <GoogleFontPicker
57
+ * activeFontFamily={selectedFont}
58
+ * fontManagerOptions={{ limit: 300 }}
59
+ * onChange={handleFontChange}
60
+ * />
61
+ * </div>
62
+ * );
63
+ * };
64
+ * @endexample
65
+ */
66
+ declare const GoogleFontPicker: React.FC<GoogleFontPickerProps>;
67
+
68
+ export { GoogleFontPicker as default };
@@ -0,0 +1,37 @@
1
+ import React from 'react';
2
+ import { SIZES } from 'components/Header/constants';
3
+ import { PopoverProps } from 'neetoui';
4
+ import MoreDropdown from './MoreDropdown.js';
5
+ import '@bigbinary/neetoui';
6
+
7
+ interface HeaderProps {
8
+ title?: React.ReactNode;
9
+ titleHelpPopoverProps?: PopoverProps;
10
+ className?: string;
11
+ actionBlock?: React.ReactNode;
12
+ searchProps?: object;
13
+ breadcrumbs?: {
14
+ text: string;
15
+ link?: string;
16
+ }[];
17
+ size?: keyof typeof SIZES;
18
+ renderDropdown?: (Dropdown: MoreDropdown) => JSX.Element;
19
+ }
20
+ /**
21
+ *
22
+ * The Header component can be used to display the page title and an action block
23
+ *
24
+ * to perform the main operations on the page.
25
+ *
26
+ * @example
27
+ *
28
+ * import Header from "@bigbinary/neeto-molecules/Header";
29
+ *
30
+ * const App = () => (
31
+ * <Header title="Heading" actionBlock={<Button label="Primary action" />} />
32
+ * );
33
+ * @endexample
34
+ */
35
+ declare const Header: React.FC<HeaderProps>;
36
+
37
+ export { type HeaderProps, Header as default };
@@ -0,0 +1,45 @@
1
+ import React from 'react';
2
+ import { ButtonProps, PopoverProps } from '@bigbinary/neetoui';
3
+
4
+ interface HelpPopoverProps {
5
+ title?: string;
6
+ description?: React.ReactNode;
7
+ helpLinkProps?: ButtonProps;
8
+ popoverProps?: PopoverProps;
9
+ size?: "default" | "large";
10
+ className?: string;
11
+ icon?: React.ReactNode;
12
+ iconColor?: string;
13
+ }
14
+ /**
15
+ *
16
+ * Can be used to show contextual help information within a popover when a user
17
+ *
18
+ * hovers on the help icon. This component can be used to provide guidance,
19
+ *
20
+ * instructions, or additional context without cluttering the main interface. We
21
+ *
22
+ * can also direct the user to a separate page for more information.
23
+ *
24
+ * ![Screenshot](https://github.com/bigbinary/neeto-molecules/assets/12969853/b5a8695a-9017-4a89-a138-425b0ef71835|height=200|width=300)
25
+ *
26
+ * @example
27
+ *
28
+ * import HelpPopover from "@bigbinary/neeto-molecules/HelpPopover";
29
+ * const App = () => {
30
+ * return (
31
+ * <div>
32
+ * <HelpPopover
33
+ * title="What is KB keywords?"
34
+ * description="Keywords represent the key concepts of an article. These will be
35
+ * shown on the KB and will be used for SEO"
36
+ * helpLinkProps={{ label: "KB", href: "https://google.com/kb" }}
37
+ * />
38
+ * </div>
39
+ * );
40
+ * };
41
+ * @endexample
42
+ */
43
+ declare const HelpPopover: React.FC<HelpPopoverProps>;
44
+
45
+ export { type HelpPopoverProps, HelpPopover as default };
@@ -0,0 +1,45 @@
1
+ import React from 'react';
2
+
3
+ /**
4
+ *
5
+ * A dropdown component that allows you to select an icon from a list of
6
+ *
7
+ * Google icons.
8
+ *
9
+ * ![image](https://user-images.githubusercontent.com/35304653/243669467-148585f0-5499-4914-ba84-4284bda8e2d8.png|height=200|width=300)
10
+ *
11
+ * We make use of a feature called ligatures that convert the snake cased name of
12
+ *
13
+ * an icon to an actual icon. It is achieved like so. Note that the classname
14
+ *
15
+ * "material-symbols-rounded" is necessary for this conversion to work.
16
+ *
17
+ * @example
18
+ *
19
+ * <span className="material-symbols-rounded">icon_name</span>
20
+ * @endexample
21
+ * @example
22
+ *
23
+ * import IconPicker from "@bigbinary/neeto-molecules/IconPicker";
24
+ *
25
+ * const App = () => {
26
+ * const [value, setValue] = useState("home");
27
+ * return (
28
+ * <IconPicker
29
+ * value={value}
30
+ * label="Select an icon"
31
+ * onClick={value => setValue(value)}
32
+ * />
33
+ * );
34
+ * };
35
+ * @endexample
36
+ */
37
+ declare const IconPicker: React.FC<{
38
+ filled?: boolean;
39
+ value?: string;
40
+ label?: string;
41
+ onClick?: Function;
42
+ className?: string;
43
+ }>;
44
+
45
+ export { IconPicker as default };
@@ -0,0 +1,24 @@
1
+ import React from 'react';
2
+
3
+ /**
4
+ *
5
+ * A component to display a fallback component in case no image is available.
6
+ *
7
+ * @example
8
+ *
9
+ * import ImageWithFallback from "@bigbinary/neeto-molecules/ImageWithFallback";
10
+ *
11
+ * const App = () => (
12
+ * <ImageWithFallback
13
+ * className="h-40 w-40"
14
+ * src="https://randomuser.me/api/portraits/women/90.jpg"
15
+ * />
16
+ * );
17
+ * @endexample
18
+ */
19
+ declare const ImageWithFallback: React.FC<{
20
+ src: string;
21
+ fallback?: React.ReactNode;
22
+ }>;
23
+
24
+ export { ImageWithFallback as default };
@@ -0,0 +1,87 @@
1
+ import React from 'react';
2
+ import { InputProps, ButtonProps } from '@bigbinary/neetoui';
3
+
4
+ interface InlineInputProps extends InputProps {
5
+ className?: string;
6
+ value?: string;
7
+ nullable?: boolean;
8
+ isSaving?: boolean;
9
+ saveOnBlur?: boolean;
10
+ clearOnSave?: boolean;
11
+ submitButtonProps?: ButtonProps;
12
+ cancelButtonProps?: ButtonProps;
13
+ handleSubmit: (value: string) => void;
14
+ handleCancel: (value: string) => void;
15
+ }
16
+ interface FormikInlineInputProps extends InlineInputProps {
17
+ name: string;
18
+ handleSubmit?: (value: string) => void;
19
+ handleCancel?: (value: string) => void;
20
+ }
21
+ /**
22
+ *
23
+ * An input field with built-in functionality for handling saving and cancelling
24
+ *
25
+ * actions via buttons, keypress and blur handlers.
26
+ *
27
+ * @example
28
+ *
29
+ * import InlineInput from "@bigbinary/neeto-molecules/InlineInput";
30
+ *
31
+ * const TaskInput = () => {
32
+ * const [taskName, setTaskName] = useState("Sample task");
33
+ * const [isEditorOpen, setIsEditorOpen] = useState(false);
34
+ *
35
+ * return (
36
+ * <div className="flex-grow">
37
+ * {isEditorOpen ? (
38
+ * <InlineInput
39
+ * handleCancel={() => setIsEditorOpen(false)}
40
+ * value={taskName}
41
+ * handleSubmit={value => {
42
+ * setTaskName(value);
43
+ * setIsEditorOpen(false);
44
+ * }}
45
+ * />
46
+ * ) : (
47
+ * <Typography
48
+ * className="flex-grow cursor-pointer"
49
+ * style="h2"
50
+ * weight="semibold"
51
+ * onClick={() => setIsEditorOpen(true)}
52
+ * >
53
+ * {taskName}
54
+ * </Typography>
55
+ * )}
56
+ * </div>
57
+ * );
58
+ * };
59
+ * @endexample
60
+ * The InlineInput component wrapped in Formik.
61
+ *
62
+ * @example
63
+ *
64
+ * import { FormikInlineInput } from "@bigbinary/neeto-molecules/InlineInput";
65
+ * import { Form } from "@bigbinary/neetoui/formik";
66
+ *
67
+ * const App = () => (
68
+ * return (
69
+ * <Form
70
+ * formikProps={{
71
+ * initialValues: { taskName: "task" },
72
+ * validationSchema: yup.object({ taskName: yup
73
+ * .string()
74
+ * .matches(/^[a-z]+$/, "All letters should be lowercase") }),
75
+ * onSubmit: handleSubmit,
76
+ * }}
77
+ * >
78
+ * <FormikInlineInput name="taskName" />
79
+ * </Form>
80
+ * );
81
+ * );
82
+ * @endexample
83
+ */
84
+ declare const InlineInput: React.ForwardRefExoticComponent<InlineInputProps>;
85
+ declare const FormikInlineInput: React.ForwardRefExoticComponent<FormikInlineInputProps>;
86
+
87
+ export { FormikInlineInput, type FormikInlineInputProps, InlineInput, type InlineInputProps };
@@ -0,0 +1,112 @@
1
+ import { TooltipProps } from '@bigbinary/neetoui';
2
+ import React from 'react';
3
+
4
+ interface Time {
5
+ h: number;
6
+ m: number;
7
+ s: number;
8
+ }
9
+ interface Devices {
10
+ desktop: number;
11
+ smartphone: number;
12
+ [key: string]: number;
13
+ }
14
+ interface OperatingSystems {
15
+ mac: number;
16
+ windows: number;
17
+ [key: string]: number;
18
+ }
19
+ interface Browsers {
20
+ chrome: number;
21
+ safari: number;
22
+ [key: string]: number;
23
+ }
24
+ interface InsightsData {
25
+ visitCount: number;
26
+ startCount: number;
27
+ submissionCount: number;
28
+ completionRate: number;
29
+ averageSubmissionTime: Time;
30
+ devices: Devices;
31
+ operatingSystems: OperatingSystems;
32
+ browsers: Browsers;
33
+ }
34
+ interface TimePeriodValue {
35
+ startDate: Dayjs;
36
+ endDate: Dayjs;
37
+ rangeType: string;
38
+ }
39
+ interface TimePeriod {
40
+ label: string;
41
+ value: TimePeriodValue;
42
+ }
43
+ interface HelpTexts {
44
+ visitCount?: string;
45
+ startCount?: string;
46
+ submissions?: string;
47
+ completionRate?: string;
48
+ averageSubmissionTime?: string;
49
+ }
50
+ /**
51
+ *
52
+ * The Insights molecule displays key record insights, including a date range
53
+ *
54
+ * filter, offering a quick overview of user engagement in a user-friendly format.
55
+ *
56
+ * ![Screenshot](https://github.com/bigbinary/neeto-molecules/assets/52269241/f733bf16-5d70-406d-9076-fd0e41c13bcd|height=200|width=300)
57
+ *
58
+ * @example
59
+ *
60
+ * import Insights from "@bigbinary/neeto-molecules/Insights";
61
+ *
62
+ * const DEFAULT_DATE_RANGE = {
63
+ * label: "All time",
64
+ * value: { startDate: null, endDate: null, rangeType: "all" },
65
+ * };
66
+ *
67
+ * const Summary = () => {
68
+ * const [timePeriod, setTimePeriod] = useState(DEFAULT_DATE_RANGE);
69
+ *
70
+ * return (
71
+ * <Insights
72
+ * {...{ setTimePeriod, timePeriod, isLoading }}
73
+ * showWarningMessage
74
+ * insightsData={{
75
+ * visitCount: 6,
76
+ * startCount: 6,
77
+ * submissionCount: 6,
78
+ * completionRate: 100,
79
+ * averageSubmissionTime: { h: 0, m: 11, s: 37 },
80
+ * devices: { desktop: 80, smartphone: 20 },
81
+ * operatingSystems: { mac: 40, windows: 40, android: 15, ios: 5 },
82
+ * browsers: { chrome: 60, safari: 30, opera: 10 },
83
+ * }}
84
+ * helpTexts={{
85
+ * averageSubmissionTime:
86
+ * "Average time updates only with time duration feature enabled.",
87
+ * }}
88
+ * />
89
+ * );
90
+ * };
91
+ *
92
+ * export default Summary;
93
+ * @endexample
94
+ * Note: The value of timePeriod state will contain the startDate, endDate and
95
+ *
96
+ * range_type of the selected filter. This can be passed into the filterParams of
97
+ *
98
+ * your API.
99
+ *
100
+ */
101
+ declare const Insights: React.FC<{
102
+ title?: string;
103
+ tooltipProps?: Partial<TooltipProps>;
104
+ insightsData: InsightsData;
105
+ isLoading: boolean;
106
+ timePeriod: TimePeriod;
107
+ setTimePeriod: (timePeriod: TimePeriod) => void;
108
+ helpTexts?: HelpTexts;
109
+ showWarningMessage: boolean;
110
+ }>;
111
+
112
+ export { Insights as default };
@@ -0,0 +1,60 @@
1
+ import { IconProps } from 'neetoicons';
2
+ import React from 'react';
3
+
4
+ interface IntegrationCardProps {
5
+ icon: React.FC<IconProps>;
6
+ subIcons?: React.FC<IconProps>[];
7
+ label: string;
8
+ description: string;
9
+ className?: string;
10
+ onConnect: (...args: any[]) => any;
11
+ onDisconnect?: (...args: any[]) => any;
12
+ onManage?: (...args: any[]) => any;
13
+ onClick?: (...args: any[]) => any;
14
+ isLoading?: boolean;
15
+ isConnected?: boolean;
16
+ isFailed?: boolean;
17
+ isExpired?: boolean;
18
+ disabled?: boolean;
19
+ hidden?: boolean;
20
+ hideDisconnect?: boolean;
21
+ tooltipProps?: Partial<TooltipProps>;
22
+ customDropdown?: React.ReactNode;
23
+ children?: React.ReactNode;
24
+ dataCy?: string;
25
+ connectPath?: string;
26
+ connectUrl?: string;
27
+ }
28
+ /**
29
+ *
30
+ * A common component used for integrations across neeto products.
31
+ *
32
+ * ![Integrations](https://user-images.githubusercontent.com/49012815/237155224-582fe3b3-2b63-484b-bc08-6898fb8c1ce2.png|height=200|width=300)
33
+ *
34
+ * @example
35
+ *
36
+ * import IntegrationCard from "@bigbinary/neeto-molecules/IntegrationCard";
37
+ *
38
+ * return (
39
+ * <IntegrationCard
40
+ * Icon={SlackIcon}
41
+ * description="Integrate with Slack"
42
+ * isConnected={isConnected}
43
+ * label="Slack"
44
+ * customDropdown={
45
+ * <Dropdown buttonStyle="text" icon={MenuVertical}>
46
+ * <Menu>
47
+ * <MenuItem.Button>Custom Option</MenuItem.Button>
48
+ * </Menu>
49
+ * </Dropdown>
50
+ * }
51
+ * onConnect={handleConnect}
52
+ * onDisconnect={handleDisconnect}
53
+ * onManage={handleManage}
54
+ * />
55
+ * );
56
+ * @endexample
57
+ */
58
+ declare const IntegrationCard: React.FC<IntegrationCardProps>;
59
+
60
+ export { type IntegrationCardProps, IntegrationCard as default };
@@ -0,0 +1,25 @@
1
+ import React from 'react';
2
+
3
+ /**
4
+ *
5
+ * A common component to restrict IPs in neeto applications.
6
+ *
7
+ * ![Ip](https://user-images.githubusercontent.com/49012815/279694376-0db130f0-1a54-4bd4-8456-1c5e6865856f.png|height=200|width=300)
8
+ *
9
+ * @example
10
+ *
11
+ * import IpRestriction from "@bigbinary/neeto-molecules/IpRestriction";
12
+ *
13
+ * const IpRestrictionSetting = () => (
14
+ * <Container isHeaderFixed className="w-full">
15
+ * <Header title="IP Restrictions" />
16
+ * <Scrollable className="w-full">
17
+ * <IpRestriction />
18
+ * </Scrollable>
19
+ * </Container>
20
+ * );
21
+ * @endexample
22
+ */
23
+ declare const IpRestriction: React.FC<{}>;
24
+
25
+ export { IpRestriction as default };