@bloomreach/react-banana-ui 1.1.0-next.1

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 (366) hide show
  1. package/README.md +310 -0
  2. package/dist/bloomreach-react-banana-ui.es.js +7683 -0
  3. package/dist/bloomreach-react-banana-ui.es.js.map +1 -0
  4. package/dist/bloomreach-react-banana-ui.umd.js +52 -0
  5. package/dist/bloomreach-react-banana-ui.umd.js.map +1 -0
  6. package/dist/components/buttons/button/button.d.ts +71 -0
  7. package/dist/components/buttons/button/button.qa.stories.d.ts +8 -0
  8. package/dist/components/buttons/button/button.stories.d.ts +16 -0
  9. package/dist/components/buttons/button/index.d.ts +1 -0
  10. package/dist/components/buttons/button-group/button-group.d.ts +41 -0
  11. package/dist/components/buttons/button-group/button-group.stories.d.ts +9 -0
  12. package/dist/components/buttons/button-group/index.d.ts +2 -0
  13. package/dist/components/buttons/index.d.ts +4 -0
  14. package/dist/components/buttons/toggle-button/index.d.ts +2 -0
  15. package/dist/components/buttons/toggle-button/toggle-button.d.ts +75 -0
  16. package/dist/components/buttons/toggle-button/toggle-button.stories.d.ts +7 -0
  17. package/dist/components/buttons/toggle-button-group/index.d.ts +2 -0
  18. package/dist/components/buttons/toggle-button-group/toggle-button-group.d.ts +94 -0
  19. package/dist/components/buttons/toggle-button-group/toggle-button-group.stories.d.ts +8 -0
  20. package/dist/components/containers/dropdown/dropdown.d.ts +131 -0
  21. package/dist/components/containers/scroll-region/scroll-region.d.ts +106 -0
  22. package/dist/components/containers/scroll-view/scroll-view.d.ts +115 -0
  23. package/dist/components/feedback/alert/alert-title.d.ts +13 -0
  24. package/dist/components/feedback/alert/alert.d.ts +41 -0
  25. package/dist/components/feedback/alert/alert.stories.d.ts +11 -0
  26. package/dist/components/feedback/alert/index.d.ts +2 -0
  27. package/dist/components/feedback/index.d.ts +1 -0
  28. package/dist/components/foundations/icon/icon.d.ts +41 -0
  29. package/dist/components/foundations/icon/icon.qa.stories.d.ts +6 -0
  30. package/dist/components/foundations/icon/icon.stories.d.ts +16 -0
  31. package/dist/components/foundations/icon/icons/AbTestIcon.d.ts +4 -0
  32. package/dist/components/foundations/icon/icons/AggregateIcon.d.ts +4 -0
  33. package/dist/components/foundations/icon/icons/AnalyticsIcon.d.ts +4 -0
  34. package/dist/components/foundations/icon/icons/AndroidIcon.d.ts +4 -0
  35. package/dist/components/foundations/icon/icons/AnonymizeIcon.d.ts +4 -0
  36. package/dist/components/foundations/icon/icons/AppleIcon.d.ts +4 -0
  37. package/dist/components/foundations/icon/icons/ArchiveAltIcon.d.ts +4 -0
  38. package/dist/components/foundations/icon/icons/ArchiveIcon.d.ts +4 -0
  39. package/dist/components/foundations/icon/icons/ArrowCollapseIcon.d.ts +4 -0
  40. package/dist/components/foundations/icon/icons/ArrowDownIcon.d.ts +4 -0
  41. package/dist/components/foundations/icon/icons/ArrowExpandIcon.d.ts +4 -0
  42. package/dist/components/foundations/icon/icons/ArrowKeyboardNextIcon.d.ts +4 -0
  43. package/dist/components/foundations/icon/icons/ArrowKeyboardPreviousIcon.d.ts +4 -0
  44. package/dist/components/foundations/icon/icons/ArrowKeyboardUpIcon.d.ts +4 -0
  45. package/dist/components/foundations/icon/icons/ArrowLeftIcon.d.ts +4 -0
  46. package/dist/components/foundations/icon/icons/ArrowRightIcon.d.ts +4 -0
  47. package/dist/components/foundations/icon/icons/ArrowUpIcon.d.ts +4 -0
  48. package/dist/components/foundations/icon/icons/AxisIcon.d.ts +4 -0
  49. package/dist/components/foundations/icon/icons/AxisLimtIcon.d.ts +4 -0
  50. package/dist/components/foundations/icon/icons/BarChartIcon.d.ts +4 -0
  51. package/dist/components/foundations/icon/icons/BooleanIcon.d.ts +4 -0
  52. package/dist/components/foundations/icon/icons/BracketsCancelIcon.d.ts +4 -0
  53. package/dist/components/foundations/icon/icons/BracketsIcon.d.ts +4 -0
  54. package/dist/components/foundations/icon/icons/BrowserIcon.d.ts +4 -0
  55. package/dist/components/foundations/icon/icons/BrowserPushIcon.d.ts +4 -0
  56. package/dist/components/foundations/icon/icons/CalendarAltIcon.d.ts +4 -0
  57. package/dist/components/foundations/icon/icons/CalendarIcon.d.ts +4 -0
  58. package/dist/components/foundations/icon/icons/CatalogIcon.d.ts +4 -0
  59. package/dist/components/foundations/icon/icons/ChatAddIcon.d.ts +4 -0
  60. package/dist/components/foundations/icon/icons/ChatIcon.d.ts +4 -0
  61. package/dist/components/foundations/icon/icons/ChatsIcon.d.ts +4 -0
  62. package/dist/components/foundations/icon/icons/CheckCircleIcon.d.ts +4 -0
  63. package/dist/components/foundations/icon/icons/CheckFilledIcon.d.ts +4 -0
  64. package/dist/components/foundations/icon/icons/CheckIcon.d.ts +4 -0
  65. package/dist/components/foundations/icon/icons/CheckSmallIcon.d.ts +4 -0
  66. package/dist/components/foundations/icon/icons/ChevronDownFillIcon.d.ts +4 -0
  67. package/dist/components/foundations/icon/icons/ChevronDownIcon.d.ts +4 -0
  68. package/dist/components/foundations/icon/icons/ChevronLeftFillIcon.d.ts +4 -0
  69. package/dist/components/foundations/icon/icons/ChevronLeftIcon.d.ts +4 -0
  70. package/dist/components/foundations/icon/icons/ChevronRightFillIcon.d.ts +4 -0
  71. package/dist/components/foundations/icon/icons/ChevronRightIcon.d.ts +4 -0
  72. package/dist/components/foundations/icon/icons/ChevronUpFillIcon.d.ts +4 -0
  73. package/dist/components/foundations/icon/icons/ChevronUpIcon.d.ts +4 -0
  74. package/dist/components/foundations/icon/icons/ClearFillIcon.d.ts +4 -0
  75. package/dist/components/foundations/icon/icons/ClearIcon.d.ts +4 -0
  76. package/dist/components/foundations/icon/icons/ClipboardAddIcon.d.ts +4 -0
  77. package/dist/components/foundations/icon/icons/ClockCircleIcon.d.ts +4 -0
  78. package/dist/components/foundations/icon/icons/CloneIcon.d.ts +4 -0
  79. package/dist/components/foundations/icon/icons/CloseIcon.d.ts +4 -0
  80. package/dist/components/foundations/icon/icons/CloseSmallIcon.d.ts +4 -0
  81. package/dist/components/foundations/icon/icons/CloudCheckIcon.d.ts +4 -0
  82. package/dist/components/foundations/icon/icons/CloudDownloadIcon.d.ts +4 -0
  83. package/dist/components/foundations/icon/icons/CodeIcon.d.ts +4 -0
  84. package/dist/components/foundations/icon/icons/ColorPickerAltIcon.d.ts +4 -0
  85. package/dist/components/foundations/icon/icons/ColorPickerIcon.d.ts +4 -0
  86. package/dist/components/foundations/icon/icons/ColumnsIcon.d.ts +4 -0
  87. package/dist/components/foundations/icon/icons/ConditionAltIcon.d.ts +4 -0
  88. package/dist/components/foundations/icon/icons/ConditionIcon.d.ts +4 -0
  89. package/dist/components/foundations/icon/icons/ConsoleIcon.d.ts +4 -0
  90. package/dist/components/foundations/icon/icons/ConstantAltIcon.d.ts +4 -0
  91. package/dist/components/foundations/icon/icons/ConstantIcon.d.ts +4 -0
  92. package/dist/components/foundations/icon/icons/ContextualPersonalizationIcon.d.ts +4 -0
  93. package/dist/components/foundations/icon/icons/CopyIcon.d.ts +4 -0
  94. package/dist/components/foundations/icon/icons/CopyToDashboardIcon.d.ts +4 -0
  95. package/dist/components/foundations/icon/icons/CsvIcon.d.ts +4 -0
  96. package/dist/components/foundations/icon/icons/CustomRowIcon.d.ts +4 -0
  97. package/dist/components/foundations/icon/icons/CustomerIcon.d.ts +4 -0
  98. package/dist/components/foundations/icon/icons/CustomersFilterIcon.d.ts +4 -0
  99. package/dist/components/foundations/icon/icons/CustomersSegmentationIcon.d.ts +4 -0
  100. package/dist/components/foundations/icon/icons/DateTimeIcon.d.ts +4 -0
  101. package/dist/components/foundations/icon/icons/DescriptionIcon.d.ts +4 -0
  102. package/dist/components/foundations/icon/icons/DesktopIcon.d.ts +4 -0
  103. package/dist/components/foundations/icon/icons/DisabledIcon.d.ts +4 -0
  104. package/dist/components/foundations/icon/icons/DivideIcon.d.ts +4 -0
  105. package/dist/components/foundations/icon/icons/DocumentationIcon.d.ts +4 -0
  106. package/dist/components/foundations/icon/icons/DownloadIcon.d.ts +4 -0
  107. package/dist/components/foundations/icon/icons/DragHorizontalIcon.d.ts +4 -0
  108. package/dist/components/foundations/icon/icons/DragVericalIcon.d.ts +4 -0
  109. package/dist/components/foundations/icon/icons/EditIcon.d.ts +4 -0
  110. package/dist/components/foundations/icon/icons/EducationHubIcon.d.ts +4 -0
  111. package/dist/components/foundations/icon/icons/EllipsisVerticalIcon.d.ts +4 -0
  112. package/dist/components/foundations/icon/icons/EllipsissHorizontalIcon.d.ts +4 -0
  113. package/dist/components/foundations/icon/icons/EmailIcon.d.ts +4 -0
  114. package/dist/components/foundations/icon/icons/EmojiPickerIcon.d.ts +4 -0
  115. package/dist/components/foundations/icon/icons/ErrorFillIcon.d.ts +4 -0
  116. package/dist/components/foundations/icon/icons/EventIcon.d.ts +4 -0
  117. package/dist/components/foundations/icon/icons/EventsSegmentationIcon.d.ts +4 -0
  118. package/dist/components/foundations/icon/icons/ExperimentIcon.d.ts +4 -0
  119. package/dist/components/foundations/icon/icons/ExposeIcon.d.ts +4 -0
  120. package/dist/components/foundations/icon/icons/ExpressionIcon.d.ts +4 -0
  121. package/dist/components/foundations/icon/icons/ExternalLinkIcon.d.ts +4 -0
  122. package/dist/components/foundations/icon/icons/EyeCrossedIcon.d.ts +4 -0
  123. package/dist/components/foundations/icon/icons/EyeIcon.d.ts +4 -0
  124. package/dist/components/foundations/icon/icons/FastForwardIcon.d.ts +4 -0
  125. package/dist/components/foundations/icon/icons/FileIcon.d.ts +4 -0
  126. package/dist/components/foundations/icon/icons/FilterIcon.d.ts +4 -0
  127. package/dist/components/foundations/icon/icons/FireIcon.d.ts +4 -0
  128. package/dist/components/foundations/icon/icons/FolderEmptyIcon.d.ts +4 -0
  129. package/dist/components/foundations/icon/icons/FolderFullIcon.d.ts +4 -0
  130. package/dist/components/foundations/icon/icons/FormulaExpressionIcon.d.ts +4 -0
  131. package/dist/components/foundations/icon/icons/FormulaIcon.d.ts +4 -0
  132. package/dist/components/foundations/icon/icons/FromStartAltIcon.d.ts +4 -0
  133. package/dist/components/foundations/icon/icons/FullscreenIcon.d.ts +4 -0
  134. package/dist/components/foundations/icon/icons/GiftIcon.d.ts +4 -0
  135. package/dist/components/foundations/icon/icons/GoToIcon.d.ts +4 -0
  136. package/dist/components/foundations/icon/icons/GraphStatsIcon.d.ts +4 -0
  137. package/dist/components/foundations/icon/icons/GridAltIcon.d.ts +4 -0
  138. package/dist/components/foundations/icon/icons/GridIcon.d.ts +4 -0
  139. package/dist/components/foundations/icon/icons/HelpIcon.d.ts +4 -0
  140. package/dist/components/foundations/icon/icons/HistoryIcon.d.ts +4 -0
  141. package/dist/components/foundations/icon/icons/HomeIcon.d.ts +4 -0
  142. package/dist/components/foundations/icon/icons/HtmlIcon.d.ts +4 -0
  143. package/dist/components/foundations/icon/icons/ImagesIcon.d.ts +4 -0
  144. package/dist/components/foundations/icon/icons/InfoFilledIcon.d.ts +4 -0
  145. package/dist/components/foundations/icon/icons/InfoIcon.d.ts +4 -0
  146. package/dist/components/foundations/icon/icons/InfoSmallIcon.d.ts +4 -0
  147. package/dist/components/foundations/icon/icons/InternetIcon.d.ts +4 -0
  148. package/dist/components/foundations/icon/icons/KeyIcon.d.ts +4 -0
  149. package/dist/components/foundations/icon/icons/LayoutIcon.d.ts +4 -0
  150. package/dist/components/foundations/icon/icons/LikeIcon.d.ts +4 -0
  151. package/dist/components/foundations/icon/icons/LineChartIcon.d.ts +4 -0
  152. package/dist/components/foundations/icon/icons/LinkIcon.d.ts +4 -0
  153. package/dist/components/foundations/icon/icons/ListIcon.d.ts +4 -0
  154. package/dist/components/foundations/icon/icons/LoaderIcon.d.ts +4 -0
  155. package/dist/components/foundations/icon/icons/LockIcon.d.ts +4 -0
  156. package/dist/components/foundations/icon/icons/MapIcon.d.ts +4 -0
  157. package/dist/components/foundations/icon/icons/MetricAltIcon.d.ts +4 -0
  158. package/dist/components/foundations/icon/icons/MinusIcon.d.ts +4 -0
  159. package/dist/components/foundations/icon/icons/MobileAppInboxIcon.d.ts +4 -0
  160. package/dist/components/foundations/icon/icons/MobileImageMessageIcon.d.ts +4 -0
  161. package/dist/components/foundations/icon/icons/MobilePhoneLandscapeIcon.d.ts +4 -0
  162. package/dist/components/foundations/icon/icons/MobilePhonePortraitIcon.d.ts +4 -0
  163. package/dist/components/foundations/icon/icons/MobilePushIcon.d.ts +4 -0
  164. package/dist/components/foundations/icon/icons/MobileSmsIcon.d.ts +4 -0
  165. package/dist/components/foundations/icon/icons/MobileTextMessageIcon.d.ts +4 -0
  166. package/dist/components/foundations/icon/icons/MoveIcon.d.ts +4 -0
  167. package/dist/components/foundations/icon/icons/NegationIcon.d.ts +4 -0
  168. package/dist/components/foundations/icon/icons/NotificationIcon.d.ts +4 -0
  169. package/dist/components/foundations/icon/icons/NumberIcon.d.ts +4 -0
  170. package/dist/components/foundations/icon/icons/OfflineFillIcon.d.ts +4 -0
  171. package/dist/components/foundations/icon/icons/OfflineIcon.d.ts +4 -0
  172. package/dist/components/foundations/icon/icons/PaintIcon.d.ts +4 -0
  173. package/dist/components/foundations/icon/icons/ParagraphCenterAlignIcon.d.ts +4 -0
  174. package/dist/components/foundations/icon/icons/ParagraphLeftAlignIcon.d.ts +4 -0
  175. package/dist/components/foundations/icon/icons/ParagraphRightAlignIcon.d.ts +4 -0
  176. package/dist/components/foundations/icon/icons/PercentageIcon.d.ts +4 -0
  177. package/dist/components/foundations/icon/icons/PersAlt1Icon.d.ts +4 -0
  178. package/dist/components/foundations/icon/icons/PersAlt2Icon.d.ts +4 -0
  179. package/dist/components/foundations/icon/icons/PersAlt3Icon.d.ts +4 -0
  180. package/dist/components/foundations/icon/icons/PersAlt4Icon.d.ts +4 -0
  181. package/dist/components/foundations/icon/icons/PictureAltIcon.d.ts +4 -0
  182. package/dist/components/foundations/icon/icons/PictureIcon.d.ts +4 -0
  183. package/dist/components/foundations/icon/icons/PinIcon.d.ts +4 -0
  184. package/dist/components/foundations/icon/icons/PlugPlayIcon.d.ts +4 -0
  185. package/dist/components/foundations/icon/icons/PlusCircleFillIcon.d.ts +4 -0
  186. package/dist/components/foundations/icon/icons/PlusCircleIcon.d.ts +4 -0
  187. package/dist/components/foundations/icon/icons/PlusIcon.d.ts +4 -0
  188. package/dist/components/foundations/icon/icons/PoverButtonIcon.d.ts +4 -0
  189. package/dist/components/foundations/icon/icons/RefreshIcon.d.ts +4 -0
  190. package/dist/components/foundations/icon/icons/ReleaseNotesIcon.d.ts +4 -0
  191. package/dist/components/foundations/icon/icons/RenameAltIcon.d.ts +4 -0
  192. package/dist/components/foundations/icon/icons/RenameIcon.d.ts +4 -0
  193. package/dist/components/foundations/icon/icons/ReorderIcon.d.ts +4 -0
  194. package/dist/components/foundations/icon/icons/ReportIcon.d.ts +4 -0
  195. package/dist/components/foundations/icon/icons/RetentionIcon.d.ts +4 -0
  196. package/dist/components/foundations/icon/icons/RewertLeftIcon.d.ts +4 -0
  197. package/dist/components/foundations/icon/icons/RewertRightIcon.d.ts +4 -0
  198. package/dist/components/foundations/icon/icons/RibbonIcon.d.ts +4 -0
  199. package/dist/components/foundations/icon/icons/RoadmapIcon.d.ts +4 -0
  200. package/dist/components/foundations/icon/icons/RobotIcon.d.ts +4 -0
  201. package/dist/components/foundations/icon/icons/RunningAggregateIcon.d.ts +4 -0
  202. package/dist/components/foundations/icon/icons/SaveIcon.d.ts +4 -0
  203. package/dist/components/foundations/icon/icons/ScenarioIcon.d.ts +4 -0
  204. package/dist/components/foundations/icon/icons/SearchIcon.d.ts +4 -0
  205. package/dist/components/foundations/icon/icons/SecurityShieldIcon.d.ts +4 -0
  206. package/dist/components/foundations/icon/icons/SendIcon.d.ts +4 -0
  207. package/dist/components/foundations/icon/icons/SettingsAltIcon.d.ts +4 -0
  208. package/dist/components/foundations/icon/icons/SettingsIcon.d.ts +4 -0
  209. package/dist/components/foundations/icon/icons/ShareIcon.d.ts +4 -0
  210. package/dist/components/foundations/icon/icons/ShopIcon.d.ts +4 -0
  211. package/dist/components/foundations/icon/icons/ShrinkIcon.d.ts +4 -0
  212. package/dist/components/foundations/icon/icons/SortIcon.d.ts +4 -0
  213. package/dist/components/foundations/icon/icons/SplitFlowIcon.d.ts +4 -0
  214. package/dist/components/foundations/icon/icons/SqlIcon.d.ts +4 -0
  215. package/dist/components/foundations/icon/icons/StarFillIcon.d.ts +4 -0
  216. package/dist/components/foundations/icon/icons/StarIcon.d.ts +4 -0
  217. package/dist/components/foundations/icon/icons/StartFillIcon.d.ts +4 -0
  218. package/dist/components/foundations/icon/icons/StartIcon.d.ts +4 -0
  219. package/dist/components/foundations/icon/icons/StatusDotIcon.d.ts +4 -0
  220. package/dist/components/foundations/icon/icons/StopIcon.d.ts +4 -0
  221. package/dist/components/foundations/icon/icons/StopwatchIcon.d.ts +4 -0
  222. package/dist/components/foundations/icon/icons/StringComponentIcon.d.ts +4 -0
  223. package/dist/components/foundations/icon/icons/StringIcon.d.ts +4 -0
  224. package/dist/components/foundations/icon/icons/SuggestionIcon.d.ts +4 -0
  225. package/dist/components/foundations/icon/icons/SurveyIcon.d.ts +4 -0
  226. package/dist/components/foundations/icon/icons/SwapIcon.d.ts +4 -0
  227. package/dist/components/foundations/icon/icons/TabletLangscapeIcon.d.ts +4 -0
  228. package/dist/components/foundations/icon/icons/TabletPortraitIcon.d.ts +4 -0
  229. package/dist/components/foundations/icon/icons/TagAltIcon.d.ts +4 -0
  230. package/dist/components/foundations/icon/icons/TagIcon.d.ts +4 -0
  231. package/dist/components/foundations/icon/icons/TemplateIcon.d.ts +4 -0
  232. package/dist/components/foundations/icon/icons/TextBoldIcon.d.ts +4 -0
  233. package/dist/components/foundations/icon/icons/TextItalicIcon.d.ts +4 -0
  234. package/dist/components/foundations/icon/icons/TextStyleIcon.d.ts +4 -0
  235. package/dist/components/foundations/icon/icons/TragetIcon.d.ts +4 -0
  236. package/dist/components/foundations/icon/icons/TransferIcon.d.ts +4 -0
  237. package/dist/components/foundations/icon/icons/TrashIcon.d.ts +4 -0
  238. package/dist/components/foundations/icon/icons/TrendIcon.d.ts +4 -0
  239. package/dist/components/foundations/icon/icons/UnExposeIcon.d.ts +4 -0
  240. package/dist/components/foundations/icon/icons/UnarchiveAltIcon.d.ts +4 -0
  241. package/dist/components/foundations/icon/icons/UndoIcon.d.ts +4 -0
  242. package/dist/components/foundations/icon/icons/UnlinkIcon.d.ts +4 -0
  243. package/dist/components/foundations/icon/icons/UnlockIcon.d.ts +4 -0
  244. package/dist/components/foundations/icon/icons/UntilNowAltIcon.d.ts +4 -0
  245. package/dist/components/foundations/icon/icons/UploadIcon.d.ts +4 -0
  246. package/dist/components/foundations/icon/icons/UsagesIcon.d.ts +4 -0
  247. package/dist/components/foundations/icon/icons/UsersIcon.d.ts +4 -0
  248. package/dist/components/foundations/icon/icons/VisualIcon.d.ts +4 -0
  249. package/dist/components/foundations/icon/icons/VoucherIcon.d.ts +4 -0
  250. package/dist/components/foundations/icon/icons/WaitIcon.d.ts +4 -0
  251. package/dist/components/foundations/icon/icons/WalkthroughsIcon.d.ts +4 -0
  252. package/dist/components/foundations/icon/icons/WarningFillIcon.d.ts +4 -0
  253. package/dist/components/foundations/icon/icons/WebhookIcon.d.ts +4 -0
  254. package/dist/components/foundations/icon/icons/WeblayerIcon.d.ts +4 -0
  255. package/dist/components/foundations/icon/icons/WrenchIcon.d.ts +4 -0
  256. package/dist/components/foundations/icon/icons/index.d.ts +225 -0
  257. package/dist/components/foundations/icon/index.d.ts +3 -0
  258. package/dist/components/foundations/index.d.ts +1 -0
  259. package/dist/components/index.d.ts +6 -0
  260. package/dist/components/inputs/base-field/base-field.d.ts +48 -0
  261. package/dist/components/inputs/base-field/generate-field-id.d.ts +4 -0
  262. package/dist/components/inputs/base-field/index.d.ts +2 -0
  263. package/dist/components/inputs/base-input/base-input.d.ts +104 -0
  264. package/dist/components/inputs/base-input/index.d.ts +2 -0
  265. package/dist/components/inputs/index.d.ts +2 -0
  266. package/dist/components/inputs/input-field/index.d.ts +2 -0
  267. package/dist/components/inputs/input-field/input-field.d.ts +119 -0
  268. package/dist/components/inputs/input-field/input-field.qa.stories.d.ts +13 -0
  269. package/dist/components/inputs/input-field/input-field.stories.d.ts +23 -0
  270. package/dist/components/inputs/internal.d.ts +2 -0
  271. package/dist/components/inputs/selection/selection.d.ts +233 -0
  272. package/dist/components/inputs/text-field/index.d.ts +2 -0
  273. package/dist/components/inputs/text-field/text-field.d.ts +138 -0
  274. package/dist/components/inputs/text-field/text-field.qa.stories.d.ts +14 -0
  275. package/dist/components/inputs/text-field/text-field.stories.d.ts +25 -0
  276. package/dist/components/internal.d.ts +1 -0
  277. package/dist/components/lists/list-view/list-view.d.ts +149 -0
  278. package/dist/components/loaders/loader/loader.d.ts +24 -0
  279. package/dist/components/navigation/index.d.ts +1 -0
  280. package/dist/components/navigation/pagination/index.d.ts +2 -0
  281. package/dist/components/navigation/pagination/pagination-config.d.ts +4 -0
  282. package/dist/components/navigation/pagination/pagination-context.d.ts +5 -0
  283. package/dist/components/navigation/pagination/pagination-items-per-page-selector.d.ts +2 -0
  284. package/dist/components/navigation/pagination/pagination-navigation-helpers.d.ts +11 -0
  285. package/dist/components/navigation/pagination/pagination-navigation-item.d.ts +6 -0
  286. package/dist/components/navigation/pagination/pagination-navigation.d.ts +2 -0
  287. package/dist/components/navigation/pagination/pagination-summary.d.ts +2 -0
  288. package/dist/components/navigation/pagination/pagination-types.d.ts +38 -0
  289. package/dist/components/navigation/pagination/pagination.d.ts +21 -0
  290. package/dist/components/navigation/pagination/pagination.qa.stories.d.ts +8 -0
  291. package/dist/components/navigation/pagination/pagination.stories.d.ts +20 -0
  292. package/dist/components/popovers/index.d.ts +2 -0
  293. package/dist/components/popovers/modal/index.d.ts +8 -0
  294. package/dist/components/popovers/modal/modal-body.d.ts +8 -0
  295. package/dist/components/popovers/modal/modal-close-button.d.ts +13 -0
  296. package/dist/components/popovers/modal/modal-context.d.ts +5 -0
  297. package/dist/components/popovers/modal/modal-footer-actions.d.ts +8 -0
  298. package/dist/components/popovers/modal/modal-footer.d.ts +10 -0
  299. package/dist/components/popovers/modal/modal-header-title.d.ts +7 -0
  300. package/dist/components/popovers/modal/modal-header.d.ts +9 -0
  301. package/dist/components/popovers/modal/modal-types.d.ts +94 -0
  302. package/dist/components/popovers/modal/modal.d.ts +37 -0
  303. package/dist/components/popovers/modal/modal.qa.stories.d.ts +10 -0
  304. package/dist/components/popovers/modal/modal.stories.d.ts +14 -0
  305. package/dist/components/popovers/tooltip/index.d.ts +2 -0
  306. package/dist/components/popovers/tooltip/tooltip-config.d.ts +2 -0
  307. package/dist/components/popovers/tooltip/tooltip.d.ts +50 -0
  308. package/dist/components/popovers/tooltip/tooltip.qa.stories.d.ts +8 -0
  309. package/dist/components/popovers/tooltip/tooltip.stories.d.ts +25 -0
  310. package/dist/components/types.d.ts +19 -0
  311. package/dist/index.d.ts +1 -0
  312. package/dist/style.css +1 -0
  313. package/dist/utils/add-font.d.ts +29 -0
  314. package/dist/utils/after-render.d.ts +5 -0
  315. package/dist/utils/async-dom-render.d.ts +6 -0
  316. package/dist/utils/chalk.d.ts +44 -0
  317. package/dist/utils/chunk.d.ts +4 -0
  318. package/dist/utils/classnames.d.ts +6 -0
  319. package/dist/utils/clone-client-rect.d.ts +26 -0
  320. package/dist/utils/compare-client-rect.d.ts +5 -0
  321. package/dist/utils/compare-sets.d.ts +5 -0
  322. package/dist/utils/compose-refs.d.ts +5 -0
  323. package/dist/utils/cookie-parser.d.ts +8 -0
  324. package/dist/utils/copy-text-to-clipboard.d.ts +7 -0
  325. package/dist/utils/debounce.d.ts +4 -0
  326. package/dist/utils/deep-clone.d.ts +5 -0
  327. package/dist/utils/deep-equal.d.ts +4 -0
  328. package/dist/utils/ensure-modal-root.d.ts +4 -0
  329. package/dist/utils/event-element-position.d.ts +4 -0
  330. package/dist/utils/filter-react-children.d.ts +6 -0
  331. package/dist/utils/find-react-children.d.ts +10 -0
  332. package/dist/utils/flatten-array.d.ts +5 -0
  333. package/dist/utils/fuzzy-groups.d.ts +51 -0
  334. package/dist/utils/get-decimal.d.ts +8 -0
  335. package/dist/utils/get-error-message.d.ts +6 -0
  336. package/dist/utils/get-first-with-class.d.ts +5 -0
  337. package/dist/utils/get-index.d.ts +5 -0
  338. package/dist/utils/get-selected-text.d.ts +4 -0
  339. package/dist/utils/get-type-name.d.ts +14 -0
  340. package/dist/utils/group-react-children.d.ts +8 -0
  341. package/dist/utils/has-child.d.ts +4 -0
  342. package/dist/utils/hooks/index.d.ts +1 -0
  343. package/dist/utils/hooks/use-hover.d.ts +10 -0
  344. package/dist/utils/index.d.ts +43 -0
  345. package/dist/utils/local-storage.d.ts +42 -0
  346. package/dist/utils/make-buffer.d.ts +28 -0
  347. package/dist/utils/map-lookup-values.d.ts +65 -0
  348. package/dist/utils/no-op.d.ts +4 -0
  349. package/dist/utils/normalize-wheel/ExecutionEnvironment.d.ts +38 -0
  350. package/dist/utils/normalize-wheel/UserAgent_DEPRECATED.d.ts +116 -0
  351. package/dist/utils/normalize-wheel/index.d.ts +2 -0
  352. package/dist/utils/normalize-wheel/isEventSupported.d.ts +46 -0
  353. package/dist/utils/normalize-wheel/normalizeWheel.d.ts +139 -0
  354. package/dist/utils/promise-resolver.d.ts +36 -0
  355. package/dist/utils/relative-client-rect.d.ts +5 -0
  356. package/dist/utils/rush.d.ts +4 -0
  357. package/dist/utils/state-controls.d.ts +28 -0
  358. package/dist/utils/stop-all-propagation.d.ts +8 -0
  359. package/dist/utils/template.d.ts +49 -0
  360. package/dist/utils/to-digits.d.ts +4 -0
  361. package/dist/utils/to-query-params.d.ts +14 -0
  362. package/dist/utils/types.d.ts +69 -0
  363. package/dist/utils/url-join.d.ts +24 -0
  364. package/dist/utils/wait.d.ts +1 -0
  365. package/dist/utils/when.d.ts +2 -0
  366. package/package.json +117 -0
@@ -0,0 +1,115 @@
1
+ import * as React from 'react';
2
+ import { DOMRectBounds, INestedChildren } from '../../../utils';
3
+ export declare enum ScrollBarSide {
4
+ RIGHT = 0,
5
+ LEFT = 1
6
+ }
7
+ export declare const ScrollViewMode: {
8
+ readonly LIGHT: "ScrollView--light";
9
+ readonly DARK: "ScrollView--dark";
10
+ };
11
+ export type ScrollViewModeType = (typeof ScrollViewMode)[keyof typeof ScrollViewMode];
12
+ export interface IScrollView extends INestedChildren<React.ReactNode> {
13
+ /** When set, the scroll will have some inertia for touch controls */
14
+ allowTouchInertia?: boolean;
15
+ /** Provides a custom class name to the container of this component */
16
+ className?: string;
17
+ /** Applies a custom class to the content portion of the scroll view */
18
+ contentClassName?: string;
19
+ /** Rendering mode of this scrollview */
20
+ mode?: ScrollViewModeType;
21
+ /** Props to apply directly to the container div of this component */
22
+ containerProps?: React.HTMLProps<HTMLDivElement>;
23
+ /** Props to apply directly to the scrollview content panel container */
24
+ contentProps?: React.HTMLProps<HTMLDivElement>;
25
+ /**
26
+ * When true, scroll events will stop being absorbed by this scroll view when
27
+ * the user tries to scroll beyond the max bounds of the scroll region.
28
+ */
29
+ allowScrollFlowThrough?: boolean;
30
+ /** This forces a maximum amount of scroll room */
31
+ scrollHeight?: number;
32
+ /** Sets this scroll view to the given scroll top value */
33
+ scrollTopOnce?: number;
34
+ /**
35
+ * Sets how quick the scrollTopOnce settles to the new position. Set to 1 to
36
+ * be essentially instant.
37
+ */
38
+ autoScrollDuration?: number;
39
+ /** Determines which side the scroll bar should appear on */
40
+ side?: ScrollBarSide;
41
+ /**
42
+ * Set to make this view manage horizontal scrolling instead of vertical.
43
+ * ALl of the "top" and "height" related properties will be applied
44
+ * horizontally instead of vertically.
45
+ */
46
+ horizontal?: boolean;
47
+ /**
48
+ * Causes wheel events that are more biased to horizontal scrolling to be
49
+ * absorbed and used by this view.
50
+ */
51
+ onlyHorizontalWheel?: boolean;
52
+ /**
53
+ * When set to true, this will always show the scroll bar as visible as long
54
+ * as the space can be scrolled. If the space is not scrollable, the scroll
55
+ * bar will be hidden.
56
+ */
57
+ alwaysShowScroll?: boolean;
58
+ /**
59
+ * Disables using the wheel to scroll this view.
60
+ */
61
+ preventWheel?: boolean;
62
+ /**
63
+ * When this view changes the scroll top value it provides it in this callback
64
+ *
65
+ * isAutomated is true when the system is scrolling the view and not the user.
66
+ */
67
+ onScroll?(scrollTop: number, scrollMax: number, viewBounds: DOMRectBounds, contentBounds: DOMRectBounds, isAutomated?: boolean): void;
68
+ }
69
+ interface IState {
70
+ isOpen: boolean;
71
+ isDragging: boolean;
72
+ top: number;
73
+ bounds?: DOMRectBounds;
74
+ contentBounds?: DOMRectBounds;
75
+ /**
76
+ * This is set to true when the scroll is supposed to self animate. This will
77
+ * only happen temporarily for automation and can not remain active while the
78
+ * user interacts with the scrolling manually.
79
+ */
80
+ animating?: boolean;
81
+ }
82
+ /**
83
+ * @internal This component exist to keep Pagination component works as before.
84
+ * @deprecated Replace this component as new aligned with design will be added.
85
+ * This is a custom scroller for rendering a custom scrollbar
86
+ */
87
+ export declare class ScrollView extends React.Component<IScrollView, IState> {
88
+ state: IState;
89
+ container: React.RefObject<HTMLDivElement>;
90
+ scrollBarRef: React.RefObject<HTMLDivElement>;
91
+ private content;
92
+ private scrolledToOnce?;
93
+ private currentScrollHeight?;
94
+ private initialized;
95
+ private childrenChanged;
96
+ private isUpdatingChildren;
97
+ private animateScrollId;
98
+ private touch;
99
+ getSnapshotBeforeUpdate(prevProps: Readonly<IScrollView>): null;
100
+ init: () => void;
101
+ componentDidMount(): void;
102
+ componentDidUpdate(): void;
103
+ componentWillUnmount(): void;
104
+ private animateScrollOnce;
105
+ private getScrollMetrics;
106
+ positionScrollBar(top: number): void;
107
+ handleResize: () => void;
108
+ handleTouchStart: (e: TouchEvent) => void;
109
+ handleTouchEnd: (e: TouchEvent) => void;
110
+ handleTouchMove: (e: TouchEvent) => void;
111
+ handleWheel: (e: WheelEvent) => void;
112
+ handleBarDown: (e: React.PointerEvent<HTMLDivElement>) => void;
113
+ render(): JSX.Element;
114
+ }
115
+ export {};
@@ -0,0 +1,13 @@
1
+ import { ReactNode } from 'react';
2
+ interface BrMessageTitle {
3
+ /**
4
+ * The content of the component.
5
+ */
6
+ children?: ReactNode;
7
+ /**
8
+ * Custom class name for the container of this component.
9
+ */
10
+ className?: string;
11
+ }
12
+ declare function BrMessageTitle(props: BrMessageTitle): JSX.Element;
13
+ export default BrMessageTitle;
@@ -0,0 +1,41 @@
1
+ import { ReactNode } from 'react';
2
+ export type AlertType = 'error' | 'info' | 'success' | 'warning';
3
+ interface BrAlertProps {
4
+ /**
5
+ * Actions to be displayed at the bottom of the message. Typically used for buttons.
6
+ */
7
+ actions?: ReactNode;
8
+ /**
9
+ * The content of the component.
10
+ */
11
+ children?: ReactNode;
12
+ /**
13
+ * Custom class name for the container of this component
14
+ */
15
+ className?: string;
16
+ /**
17
+ * Override the icon displayed before the children.
18
+ * Unless provided, the icon is mapped to the value of the `type` prop.
19
+ * Set to `false` to remove the icon.
20
+ */
21
+ icon?: ReactNode | false;
22
+ /**
23
+ * Callback when the close button is clicked.
24
+ * When provided a close icon button is displayed that triggers the callback when clicked.
25
+ */
26
+ onClose?: () => void;
27
+ /**
28
+ * The type of alert to display.
29
+ * This determines the icon displayed before the children.
30
+ * @default 'info'
31
+ */
32
+ type?: AlertType;
33
+ /**
34
+ * The ARIA role attribute of the element.
35
+ * @default 'alert'
36
+ * @see https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/Alert_Role
37
+ */
38
+ role?: string;
39
+ }
40
+ declare function BrAlert(props: BrAlertProps): JSX.Element;
41
+ export default BrAlert;
@@ -0,0 +1,11 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ import { BrAlert } from '.';
3
+ declare const meta: Meta<typeof BrAlert>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof BrAlert>;
6
+ export declare const Basic: Story;
7
+ export declare const OnlyTitle: Story;
8
+ export declare const WithActions: Story;
9
+ export declare const CustomIcon: Story;
10
+ export declare const NoIcon: Story;
11
+ export declare const WithoutClose: Story;
@@ -0,0 +1,2 @@
1
+ export { default as BrAlert } from './alert';
2
+ export { default as BrAlertTitle } from './alert-title';
@@ -0,0 +1 @@
1
+ export * from './alert';
@@ -0,0 +1,41 @@
1
+ import { ReactElement, SVGAttributes } from 'react';
2
+ export interface BrIconInstanceProps extends SVGAttributes<SVGElement> {
3
+ /**
4
+ * Size of the icon. Sets the width and height on the \<svg\> tag
5
+ */
6
+ size?: number;
7
+ /**
8
+ * Color of the icon. Sets the fill color on the \<svg\> tag
9
+ */
10
+ color?: string;
11
+ }
12
+ export interface BrIconProps extends BrIconInstanceProps {
13
+ /**
14
+ * SVG icon to wrap
15
+ */
16
+ children: ReactElement<SVGElement>;
17
+ }
18
+ /**
19
+ * This is a wrapper component to wrap any SVG icon and provide a unified interface
20
+ * to manipulate its props
21
+ *
22
+ * ### Usage
23
+ * #### Library Icons
24
+ * ```
25
+ * import { FireIcon } from '@bloomreach/react-banana-ui'
26
+ *
27
+ * <FireIcon />
28
+ * ```
29
+ *
30
+ * #### Custom Icons
31
+ * ```
32
+ * import BrIcon from '@bloomreach/react-banana-ui'
33
+ * import CustomSvgIcon from 'path/to/icon.svg?react'
34
+ *
35
+ * <BrIcon size={100} id="some-id" className="some-class" aria-label="some description">
36
+ * <CustomSvgIcon />
37
+ * </BrIcon>
38
+ * ```
39
+ * */
40
+ declare const BrIcon: import("react").ForwardRefExoticComponent<BrIconProps & import("react").RefAttributes<SVGSVGElement>>;
41
+ export default BrIcon;
@@ -0,0 +1,6 @@
1
+ import { Meta } from '@storybook/react';
2
+ import BrIcon from './icon';
3
+ import { type Story } from './icon.stories';
4
+ declare const meta: Meta<typeof BrIcon>;
5
+ export default meta;
6
+ export declare const All: Story;
@@ -0,0 +1,16 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ import BrIcon from './icon';
3
+ declare const meta: Meta<typeof BrIcon>;
4
+ export default meta;
5
+ export type Story = StoryObj<typeof BrIcon>;
6
+ export declare const Simple: Story;
7
+ export declare const Color: Story;
8
+ export declare const CustomClassName: Story;
9
+ export declare const CustomAttributes: Story;
10
+ export declare const ContainerColor: Story;
11
+ export declare const CustomIcon: Story;
12
+ /**
13
+ * Story to test out that the refs are attached correctly in various scenarios with BrIcon
14
+ */
15
+ export declare const Refs: Story;
16
+ export declare const All: Story;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const AbTestIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default AbTestIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const AggregateIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default AggregateIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const AnalyticsIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default AnalyticsIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const AndroidIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default AndroidIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const AnonymizeIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default AnonymizeIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const AppleIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default AppleIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const ArchiveAltIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default ArchiveAltIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const ArchiveIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default ArchiveIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const ArrowCollapseIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default ArrowCollapseIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const ArrowDownIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default ArrowDownIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const ArrowExpandIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default ArrowExpandIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const ArrowKeyboardNextIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default ArrowKeyboardNextIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const ArrowKeyboardPreviousIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default ArrowKeyboardPreviousIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const ArrowKeyboardUpIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default ArrowKeyboardUpIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const ArrowLeftIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default ArrowLeftIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const ArrowRightIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default ArrowRightIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const ArrowUpIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default ArrowUpIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const AxisIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default AxisIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const AxisLimtIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default AxisLimtIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const BarChartIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default BarChartIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const BooleanIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default BooleanIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const BracketsCancelIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default BracketsCancelIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const BracketsIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default BracketsIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const BrowserIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default BrowserIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const BrowserPushIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default BrowserPushIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const CalendarAltIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default CalendarAltIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const CalendarIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default CalendarIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const CatalogIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default CatalogIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const ChatAddIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default ChatAddIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const ChatIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default ChatIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const ChatsIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default ChatsIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const CheckCircleIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default CheckCircleIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const CheckFilledIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default CheckFilledIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const CheckIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default CheckIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const CheckSmallIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default CheckSmallIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const ChevronDownFillIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default ChevronDownFillIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const ChevronDownIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default ChevronDownIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const ChevronLeftFillIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default ChevronLeftFillIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const ChevronLeftIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default ChevronLeftIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const ChevronRightFillIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default ChevronRightFillIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const ChevronRightIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default ChevronRightIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const ChevronUpFillIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default ChevronUpFillIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const ChevronUpIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default ChevronUpIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const ClearFillIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default ClearFillIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const ClearIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default ClearIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const ClipboardAddIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default ClipboardAddIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const ClockCircleIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default ClockCircleIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const CloneIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default CloneIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const CloseIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default CloseIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const CloseSmallIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default CloseSmallIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const CloudCheckIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default CloudCheckIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const CloudDownloadIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default CloudDownloadIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const CodeIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default CodeIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const ColorPickerAltIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default ColorPickerAltIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const ColorPickerIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default ColorPickerIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const ColumnsIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default ColumnsIcon;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BrIconInstanceProps } from '../icon';
3
+ declare const ConditionAltIcon: import("react").ForwardRefExoticComponent<BrIconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
4
+ export default ConditionAltIcon;