@bloomreach/react-banana-ui 1.25.2 → 1.25.3

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 (450) hide show
  1. package/README.md +2 -2
  2. package/dist/bloomreach-react-banana-ui.es.js +6660 -6893
  3. package/dist/bloomreach-react-banana-ui.es.js.map +1 -1
  4. package/dist/bloomreach-react-banana-ui.umd.js +20 -20
  5. package/dist/bloomreach-react-banana-ui.umd.js.map +1 -1
  6. package/dist/components/buttons/button/button.d.ts +2 -4
  7. package/dist/components/buttons/button/button.qa.stories.d.ts +1 -1
  8. package/dist/components/buttons/button/button.stories.d.ts +0 -1
  9. package/dist/components/buttons/button/button.types.d.ts +1 -1
  10. package/dist/components/buttons/button-group/button-group.d.ts +2 -4
  11. package/dist/components/buttons/button-group/button-group.qa.stories.d.ts +2 -2
  12. package/dist/components/buttons/button-group/button-group.types.d.ts +1 -1
  13. package/dist/components/buttons/toggle-button/toggle-button.d.ts +2 -3
  14. package/dist/components/buttons/toggle-button/toggle-button.types.d.ts +1 -1
  15. package/dist/components/buttons/toggle-button-group/toggle-button-group.d.ts +3 -3
  16. package/dist/components/buttons/toggle-button-group/toggle-button-group.types.d.ts +1 -1
  17. package/dist/components/data-display/asset-tag/asset-tag.d.ts +2 -4
  18. package/dist/components/data-display/asset-tag/asset-tag.qa.stories.d.ts +1 -1
  19. package/dist/components/data-display/asset-tag/asset-tag.stories.d.ts +1 -1
  20. package/dist/components/data-display/badge/badge.d.ts +2 -4
  21. package/dist/components/data-display/badge/badge.qa.stories.d.ts +1 -1
  22. package/dist/components/data-display/badge/badge.stories.d.ts +1 -2
  23. package/dist/components/data-display/filter-tag/filter-tag.d.ts +2 -4
  24. package/dist/components/data-display/filter-tag/filter-tag.qa.stories.d.ts +1 -1
  25. package/dist/components/data-display/filter-tag/filter-tag.stories.d.ts +1 -1
  26. package/dist/components/data-display/input-tag/input-tag.d.ts +2 -4
  27. package/dist/components/data-display/input-tag/input-tag.qa.stories.d.ts +1 -1
  28. package/dist/components/data-display/input-tag/input-tag.stories.d.ts +1 -1
  29. package/dist/components/data-display/table/table-context.d.ts +2 -3
  30. package/dist/components/data-display/table/table-section-context.d.ts +2 -3
  31. package/dist/components/data-display/table/table.d.ts +2 -4
  32. package/dist/components/data-display/table/table.qa.stories.d.ts +1 -1
  33. package/dist/components/data-display/table/table.stories.d.ts +1 -1
  34. package/dist/components/data-display/table-body/table-body.d.ts +2 -4
  35. package/dist/components/data-display/table-cell/table-cell.d.ts +2 -4
  36. package/dist/components/data-display/table-cell-action/table-cell-action.d.ts +2 -4
  37. package/dist/components/data-display/table-foot/table-foot.d.ts +2 -4
  38. package/dist/components/data-display/table-head/table-head.d.ts +2 -4
  39. package/dist/components/data-display/table-row/table-row-context.d.ts +2 -3
  40. package/dist/components/data-display/table-row/table-row.d.ts +2 -4
  41. package/dist/components/data-display/table-sort-label/table-sort-label.d.ts +2 -4
  42. package/dist/components/data-display/tag/tag.d.ts +2 -4
  43. package/dist/components/data-display/tag-group/tag-group.d.ts +2 -4
  44. package/dist/components/data-display/tag-group/tag-group.qa.stories.d.ts +1 -1
  45. package/dist/components/data-display/tag-group/tag-group.stories.d.ts +1 -1
  46. package/dist/components/data-display/typography/typography.d.ts +1 -2
  47. package/dist/components/data-display/typography/typography.qa.stories.d.ts +1 -1
  48. package/dist/components/data-display/typography/typography.stories.d.ts +1 -1
  49. package/dist/components/data-display/typography/typography.types.d.ts +1 -1
  50. package/dist/components/dropdowns/menu/menu/menu.d.ts +1 -2
  51. package/dist/components/dropdowns/menu/menu-button/menu-button.d.ts +2 -3
  52. package/dist/components/dropdowns/menu/menu-button/menu-button.stories.d.ts +1 -1
  53. package/dist/components/dropdowns/menu/menu-button/menu-button.types.d.ts +1 -1
  54. package/dist/components/dropdowns/menu/menu-content/menu-content.d.ts +4 -6
  55. package/dist/components/dropdowns/menu/menu-content/menu-content.stories.d.ts +1 -1
  56. package/dist/components/dropdowns/menu/menu-group/menu-group.d.ts +1 -2
  57. package/dist/components/dropdowns/menu/menu-group/menu-group.stories.d.ts +1 -1
  58. package/dist/components/dropdowns/menu/menu-group-label/menu-group-label.d.ts +1 -2
  59. package/dist/components/dropdowns/menu/menu-group-label/menu-group-label.stories.d.ts +1 -1
  60. package/dist/components/dropdowns/menu/menu-item/menu-item.d.ts +4 -6
  61. package/dist/components/dropdowns/menu/menu-item/menu-item.stories.d.ts +1 -1
  62. package/dist/components/dropdowns/menu/menu-separator/menu-separator.d.ts +0 -2
  63. package/dist/components/dropdowns/menu/menu-separator/menu-separator.stories.d.ts +1 -1
  64. package/dist/components/dropdowns/menu/menu.stories.d.ts +0 -1
  65. package/dist/components/feedback/alert/alert-title.d.ts +1 -3
  66. package/dist/components/feedback/alert/alert.d.ts +1 -3
  67. package/dist/components/feedback/alert/alert.qa.stories.d.ts +2 -2
  68. package/dist/components/foundations/icon/deprecated/NextStepIcon.d.ts +2 -3
  69. package/dist/components/foundations/icon/deprecated/SortAscIcon.d.ts +2 -3
  70. package/dist/components/foundations/icon/deprecated/SortDescIcon.d.ts +2 -3
  71. package/dist/components/foundations/icon/deprecated/SortInactiveIcon.d.ts +2 -3
  72. package/dist/components/foundations/icon/icon.d.ts +2 -3
  73. package/dist/components/foundations/icon/icon.qa.stories.d.ts +2 -2
  74. package/dist/components/foundations/icon/icon.stories.d.ts +1 -1
  75. package/dist/components/foundations/icon/icons/AbTestIcon.d.ts +2 -3
  76. package/dist/components/foundations/icon/icons/AggregateIcon.d.ts +2 -3
  77. package/dist/components/foundations/icon/icons/AnalyticsIcon.d.ts +2 -3
  78. package/dist/components/foundations/icon/icons/AndroidIcon.d.ts +2 -3
  79. package/dist/components/foundations/icon/icons/AnonymizeIcon.d.ts +2 -3
  80. package/dist/components/foundations/icon/icons/AppleIcon.d.ts +2 -3
  81. package/dist/components/foundations/icon/icons/ArchiveAltIcon.d.ts +2 -3
  82. package/dist/components/foundations/icon/icons/ArchiveIcon.d.ts +2 -3
  83. package/dist/components/foundations/icon/icons/ArrowCollapseIcon.d.ts +2 -3
  84. package/dist/components/foundations/icon/icons/ArrowDownIcon.d.ts +2 -3
  85. package/dist/components/foundations/icon/icons/ArrowExpandIcon.d.ts +2 -3
  86. package/dist/components/foundations/icon/icons/ArrowKeyboardNextIcon.d.ts +2 -3
  87. package/dist/components/foundations/icon/icons/ArrowKeyboardPreviousIcon.d.ts +2 -3
  88. package/dist/components/foundations/icon/icons/ArrowKeyboardUpIcon.d.ts +2 -3
  89. package/dist/components/foundations/icon/icons/ArrowLeftIcon.d.ts +2 -3
  90. package/dist/components/foundations/icon/icons/ArrowRightIcon.d.ts +2 -3
  91. package/dist/components/foundations/icon/icons/ArrowUpIcon.d.ts +2 -3
  92. package/dist/components/foundations/icon/icons/AttributeSlotIcon.d.ts +2 -3
  93. package/dist/components/foundations/icon/icons/AxisIcon.d.ts +2 -3
  94. package/dist/components/foundations/icon/icons/AxisLimtIcon.d.ts +2 -3
  95. package/dist/components/foundations/icon/icons/BarChartIcon.d.ts +2 -3
  96. package/dist/components/foundations/icon/icons/BooleanIcon.d.ts +2 -3
  97. package/dist/components/foundations/icon/icons/BoostIcon.d.ts +2 -3
  98. package/dist/components/foundations/icon/icons/BracketsCancelIcon.d.ts +2 -3
  99. package/dist/components/foundations/icon/icons/BracketsIcon.d.ts +2 -3
  100. package/dist/components/foundations/icon/icons/BrowserIcon.d.ts +2 -3
  101. package/dist/components/foundations/icon/icons/BrowserPushIcon.d.ts +2 -3
  102. package/dist/components/foundations/icon/icons/BuryIcon.d.ts +2 -3
  103. package/dist/components/foundations/icon/icons/CalendarAltIcon.d.ts +2 -3
  104. package/dist/components/foundations/icon/icons/CalendarIcon.d.ts +2 -3
  105. package/dist/components/foundations/icon/icons/CatalogIcon.d.ts +2 -3
  106. package/dist/components/foundations/icon/icons/ChatAddIcon.d.ts +2 -3
  107. package/dist/components/foundations/icon/icons/ChatIcon.d.ts +2 -3
  108. package/dist/components/foundations/icon/icons/ChatsIcon.d.ts +2 -3
  109. package/dist/components/foundations/icon/icons/CheckCircleIcon.d.ts +2 -3
  110. package/dist/components/foundations/icon/icons/CheckFilledIcon.d.ts +2 -3
  111. package/dist/components/foundations/icon/icons/CheckIcon.d.ts +2 -3
  112. package/dist/components/foundations/icon/icons/CheckSmallIcon.d.ts +2 -3
  113. package/dist/components/foundations/icon/icons/ChevronDownFillIcon.d.ts +2 -3
  114. package/dist/components/foundations/icon/icons/ChevronDownIcon.d.ts +2 -3
  115. package/dist/components/foundations/icon/icons/ChevronLeftFillIcon.d.ts +2 -3
  116. package/dist/components/foundations/icon/icons/ChevronLeftIcon.d.ts +2 -3
  117. package/dist/components/foundations/icon/icons/ChevronRightFillIcon.d.ts +2 -3
  118. package/dist/components/foundations/icon/icons/ChevronRightIcon.d.ts +2 -3
  119. package/dist/components/foundations/icon/icons/ChevronUpFillIcon.d.ts +2 -3
  120. package/dist/components/foundations/icon/icons/ChevronUpIcon.d.ts +2 -3
  121. package/dist/components/foundations/icon/icons/ClearFillIcon.d.ts +2 -3
  122. package/dist/components/foundations/icon/icons/ClearIcon.d.ts +2 -3
  123. package/dist/components/foundations/icon/icons/ClipboardAddIcon.d.ts +2 -3
  124. package/dist/components/foundations/icon/icons/ClockCircleIcon.d.ts +2 -3
  125. package/dist/components/foundations/icon/icons/CloneIcon.d.ts +2 -3
  126. package/dist/components/foundations/icon/icons/CloseIcon.d.ts +2 -3
  127. package/dist/components/foundations/icon/icons/CloseSmallIcon.d.ts +2 -3
  128. package/dist/components/foundations/icon/icons/CloudCheckIcon.d.ts +2 -3
  129. package/dist/components/foundations/icon/icons/CloudDownloadIcon.d.ts +2 -3
  130. package/dist/components/foundations/icon/icons/CodeIcon.d.ts +2 -3
  131. package/dist/components/foundations/icon/icons/ColorPickerAltIcon.d.ts +2 -3
  132. package/dist/components/foundations/icon/icons/ColorPickerIcon.d.ts +2 -3
  133. package/dist/components/foundations/icon/icons/ColumnsIcon.d.ts +2 -3
  134. package/dist/components/foundations/icon/icons/ConditionAltIcon.d.ts +2 -3
  135. package/dist/components/foundations/icon/icons/ConditionIcon.d.ts +2 -3
  136. package/dist/components/foundations/icon/icons/ConsoleIcon.d.ts +2 -3
  137. package/dist/components/foundations/icon/icons/ConstantAltIcon.d.ts +2 -3
  138. package/dist/components/foundations/icon/icons/ConstantIcon.d.ts +2 -3
  139. package/dist/components/foundations/icon/icons/ContextualPersonalizationIcon.d.ts +2 -3
  140. package/dist/components/foundations/icon/icons/CopyIcon.d.ts +2 -3
  141. package/dist/components/foundations/icon/icons/CopyToDashboardIcon.d.ts +2 -3
  142. package/dist/components/foundations/icon/icons/CsvIcon.d.ts +2 -3
  143. package/dist/components/foundations/icon/icons/CustomRowIcon.d.ts +2 -3
  144. package/dist/components/foundations/icon/icons/CustomerIcon.d.ts +2 -3
  145. package/dist/components/foundations/icon/icons/CustomersFilterIcon.d.ts +2 -3
  146. package/dist/components/foundations/icon/icons/CustomersSegmentationIcon.d.ts +2 -3
  147. package/dist/components/foundations/icon/icons/DateTimeIcon.d.ts +2 -3
  148. package/dist/components/foundations/icon/icons/DescriptionIcon.d.ts +2 -3
  149. package/dist/components/foundations/icon/icons/DesktopIcon.d.ts +2 -3
  150. package/dist/components/foundations/icon/icons/DisabledIcon.d.ts +2 -3
  151. package/dist/components/foundations/icon/icons/DivideIcon.d.ts +2 -3
  152. package/dist/components/foundations/icon/icons/DocumentationIcon.d.ts +2 -3
  153. package/dist/components/foundations/icon/icons/DownloadIcon.d.ts +2 -3
  154. package/dist/components/foundations/icon/icons/DragHorizontalIcon.d.ts +2 -3
  155. package/dist/components/foundations/icon/icons/DragVericalIcon.d.ts +2 -3
  156. package/dist/components/foundations/icon/icons/EditIcon.d.ts +2 -3
  157. package/dist/components/foundations/icon/icons/EducationHubIcon.d.ts +2 -3
  158. package/dist/components/foundations/icon/icons/EllipsisVerticalIcon.d.ts +2 -3
  159. package/dist/components/foundations/icon/icons/EllipsissHorizontalIcon.d.ts +2 -3
  160. package/dist/components/foundations/icon/icons/EmailIcon.d.ts +2 -3
  161. package/dist/components/foundations/icon/icons/EmojiPickerIcon.d.ts +2 -3
  162. package/dist/components/foundations/icon/icons/EmptyIcon.d.ts +2 -3
  163. package/dist/components/foundations/icon/icons/ErrorFillIcon.d.ts +2 -3
  164. package/dist/components/foundations/icon/icons/EventIcon.d.ts +2 -3
  165. package/dist/components/foundations/icon/icons/EventsSegmentationIcon.d.ts +2 -3
  166. package/dist/components/foundations/icon/icons/ExperimentIcon.d.ts +2 -3
  167. package/dist/components/foundations/icon/icons/ExposeIcon.d.ts +2 -3
  168. package/dist/components/foundations/icon/icons/ExpressionIcon.d.ts +2 -3
  169. package/dist/components/foundations/icon/icons/ExternalLinkIcon.d.ts +2 -3
  170. package/dist/components/foundations/icon/icons/EyeCrossedIcon.d.ts +2 -3
  171. package/dist/components/foundations/icon/icons/EyeIcon.d.ts +2 -3
  172. package/dist/components/foundations/icon/icons/FastForwardIcon.d.ts +2 -3
  173. package/dist/components/foundations/icon/icons/FileIcon.d.ts +2 -3
  174. package/dist/components/foundations/icon/icons/FileVideoIcon.d.ts +2 -3
  175. package/dist/components/foundations/icon/icons/FilterIcon.d.ts +2 -3
  176. package/dist/components/foundations/icon/icons/FireIcon.d.ts +2 -3
  177. package/dist/components/foundations/icon/icons/FolderEmptyIcon.d.ts +2 -3
  178. package/dist/components/foundations/icon/icons/FolderFullIcon.d.ts +2 -3
  179. package/dist/components/foundations/icon/icons/ForceAddToRecallIcon.d.ts +2 -3
  180. package/dist/components/foundations/icon/icons/ForceAddToRecallUndoIcon.d.ts +2 -3
  181. package/dist/components/foundations/icon/icons/FormulaExpressionIcon.d.ts +2 -3
  182. package/dist/components/foundations/icon/icons/FormulaIcon.d.ts +2 -3
  183. package/dist/components/foundations/icon/icons/FromStartAltIcon.d.ts +2 -3
  184. package/dist/components/foundations/icon/icons/FullscreenIcon.d.ts +2 -3
  185. package/dist/components/foundations/icon/icons/GiftIcon.d.ts +2 -3
  186. package/dist/components/foundations/icon/icons/GoToIcon.d.ts +2 -3
  187. package/dist/components/foundations/icon/icons/GraphStatsIcon.d.ts +2 -3
  188. package/dist/components/foundations/icon/icons/GridAltIcon.d.ts +2 -3
  189. package/dist/components/foundations/icon/icons/GridIcon.d.ts +2 -3
  190. package/dist/components/foundations/icon/icons/HelpIcon.d.ts +2 -3
  191. package/dist/components/foundations/icon/icons/HistoryIcon.d.ts +2 -3
  192. package/dist/components/foundations/icon/icons/HomeIcon.d.ts +2 -3
  193. package/dist/components/foundations/icon/icons/HtmlIcon.d.ts +2 -3
  194. package/dist/components/foundations/icon/icons/ImageSearchIcon.d.ts +2 -3
  195. package/dist/components/foundations/icon/icons/ImagesIcon.d.ts +2 -3
  196. package/dist/components/foundations/icon/icons/ImpactDownIcon.d.ts +2 -3
  197. package/dist/components/foundations/icon/icons/InfoFilledIcon.d.ts +2 -3
  198. package/dist/components/foundations/icon/icons/InfoIcon.d.ts +2 -3
  199. package/dist/components/foundations/icon/icons/InfoSmallIcon.d.ts +2 -3
  200. package/dist/components/foundations/icon/icons/InternetIcon.d.ts +2 -3
  201. package/dist/components/foundations/icon/icons/KeyIcon.d.ts +2 -3
  202. package/dist/components/foundations/icon/icons/LayoutIcon.d.ts +2 -3
  203. package/dist/components/foundations/icon/icons/LikeIcon.d.ts +2 -3
  204. package/dist/components/foundations/icon/icons/LineChartIcon.d.ts +2 -3
  205. package/dist/components/foundations/icon/icons/LinkIcon.d.ts +2 -3
  206. package/dist/components/foundations/icon/icons/ListIcon.d.ts +2 -3
  207. package/dist/components/foundations/icon/icons/LoaderIcon.d.ts +2 -3
  208. package/dist/components/foundations/icon/icons/LockIcon.d.ts +2 -3
  209. package/dist/components/foundations/icon/icons/MapIcon.d.ts +2 -3
  210. package/dist/components/foundations/icon/icons/MetricAltIcon.d.ts +2 -3
  211. package/dist/components/foundations/icon/icons/MinusIcon.d.ts +2 -3
  212. package/dist/components/foundations/icon/icons/MobileAppInboxIcon.d.ts +2 -3
  213. package/dist/components/foundations/icon/icons/MobileImageMessageIcon.d.ts +2 -3
  214. package/dist/components/foundations/icon/icons/MobilePhoneLandscapeIcon.d.ts +2 -3
  215. package/dist/components/foundations/icon/icons/MobilePhonePortraitIcon.d.ts +2 -3
  216. package/dist/components/foundations/icon/icons/MobilePushIcon.d.ts +2 -3
  217. package/dist/components/foundations/icon/icons/MobileSmsIcon.d.ts +2 -3
  218. package/dist/components/foundations/icon/icons/MobileTextMessageIcon.d.ts +2 -3
  219. package/dist/components/foundations/icon/icons/MoveIcon.d.ts +2 -3
  220. package/dist/components/foundations/icon/icons/MultiParentRejectedIcon.d.ts +2 -3
  221. package/dist/components/foundations/icon/icons/MultiParentSelectedIcon.d.ts +2 -3
  222. package/dist/components/foundations/icon/icons/MultiParentUnassignedIcon.d.ts +2 -3
  223. package/dist/components/foundations/icon/icons/NegationIcon.d.ts +2 -3
  224. package/dist/components/foundations/icon/icons/NotificationIcon.d.ts +2 -3
  225. package/dist/components/foundations/icon/icons/NumberIcon.d.ts +2 -3
  226. package/dist/components/foundations/icon/icons/OfflineFillIcon.d.ts +2 -3
  227. package/dist/components/foundations/icon/icons/OfflineIcon.d.ts +2 -3
  228. package/dist/components/foundations/icon/icons/OutOfStockIcon.d.ts +2 -3
  229. package/dist/components/foundations/icon/icons/PagesIcon.d.ts +2 -3
  230. package/dist/components/foundations/icon/icons/PaintIcon.d.ts +2 -3
  231. package/dist/components/foundations/icon/icons/ParagraphCenterAlignIcon.d.ts +2 -3
  232. package/dist/components/foundations/icon/icons/ParagraphLeftAlignIcon.d.ts +2 -3
  233. package/dist/components/foundations/icon/icons/ParagraphRightAlignIcon.d.ts +2 -3
  234. package/dist/components/foundations/icon/icons/PassDownIcon.d.ts +2 -3
  235. package/dist/components/foundations/icon/icons/PassThroughIcon.d.ts +2 -3
  236. package/dist/components/foundations/icon/icons/PercentageIcon.d.ts +2 -3
  237. package/dist/components/foundations/icon/icons/PersAlt1Icon.d.ts +2 -3
  238. package/dist/components/foundations/icon/icons/PersAlt2Icon.d.ts +2 -3
  239. package/dist/components/foundations/icon/icons/PersAlt3Icon.d.ts +2 -3
  240. package/dist/components/foundations/icon/icons/PersAlt4Icon.d.ts +2 -3
  241. package/dist/components/foundations/icon/icons/PictureAltIcon.d.ts +2 -3
  242. package/dist/components/foundations/icon/icons/PictureIcon.d.ts +2 -3
  243. package/dist/components/foundations/icon/icons/PinIcon.d.ts +2 -3
  244. package/dist/components/foundations/icon/icons/PlugPlayIcon.d.ts +2 -3
  245. package/dist/components/foundations/icon/icons/PlusCircleFillIcon.d.ts +2 -3
  246. package/dist/components/foundations/icon/icons/PlusCircleIcon.d.ts +2 -3
  247. package/dist/components/foundations/icon/icons/PlusIcon.d.ts +2 -3
  248. package/dist/components/foundations/icon/icons/PoverButtonIcon.d.ts +2 -3
  249. package/dist/components/foundations/icon/icons/ProductSlotsIcon.d.ts +2 -3
  250. package/dist/components/foundations/icon/icons/ReceiveIcon.d.ts +2 -3
  251. package/dist/components/foundations/icon/icons/RefreshIcon.d.ts +2 -3
  252. package/dist/components/foundations/icon/icons/ReleaseNotesIcon.d.ts +2 -3
  253. package/dist/components/foundations/icon/icons/RenameAltIcon.d.ts +2 -3
  254. package/dist/components/foundations/icon/icons/RenameIcon.d.ts +2 -3
  255. package/dist/components/foundations/icon/icons/ReorderIcon.d.ts +2 -3
  256. package/dist/components/foundations/icon/icons/ReportIcon.d.ts +2 -3
  257. package/dist/components/foundations/icon/icons/RetentionIcon.d.ts +2 -3
  258. package/dist/components/foundations/icon/icons/RewertLeftIcon.d.ts +2 -3
  259. package/dist/components/foundations/icon/icons/RewertRightIcon.d.ts +2 -3
  260. package/dist/components/foundations/icon/icons/RibbonIcon.d.ts +2 -3
  261. package/dist/components/foundations/icon/icons/RoadmapIcon.d.ts +2 -3
  262. package/dist/components/foundations/icon/icons/RobotIcon.d.ts +2 -3
  263. package/dist/components/foundations/icon/icons/RuleLabelIcon.d.ts +2 -3
  264. package/dist/components/foundations/icon/icons/RunningAggregateIcon.d.ts +2 -3
  265. package/dist/components/foundations/icon/icons/SaveIcon.d.ts +2 -3
  266. package/dist/components/foundations/icon/icons/ScenarioIcon.d.ts +2 -3
  267. package/dist/components/foundations/icon/icons/SearchIcon.d.ts +2 -3
  268. package/dist/components/foundations/icon/icons/SecurityShieldIcon.d.ts +2 -3
  269. package/dist/components/foundations/icon/icons/SendIcon.d.ts +2 -3
  270. package/dist/components/foundations/icon/icons/SettingsAltIcon.d.ts +2 -3
  271. package/dist/components/foundations/icon/icons/SettingsIcon.d.ts +2 -3
  272. package/dist/components/foundations/icon/icons/ShareIcon.d.ts +2 -3
  273. package/dist/components/foundations/icon/icons/ShopIcon.d.ts +2 -3
  274. package/dist/components/foundations/icon/icons/ShrinkIcon.d.ts +2 -3
  275. package/dist/components/foundations/icon/icons/SortIcon.d.ts +2 -3
  276. package/dist/components/foundations/icon/icons/SplitFlowIcon.d.ts +2 -3
  277. package/dist/components/foundations/icon/icons/SqlIcon.d.ts +2 -3
  278. package/dist/components/foundations/icon/icons/StarFillIcon.d.ts +2 -3
  279. package/dist/components/foundations/icon/icons/StarIcon.d.ts +2 -3
  280. package/dist/components/foundations/icon/icons/StartFillIcon.d.ts +2 -3
  281. package/dist/components/foundations/icon/icons/StartIcon.d.ts +2 -3
  282. package/dist/components/foundations/icon/icons/StatusDotIcon.d.ts +2 -3
  283. package/dist/components/foundations/icon/icons/StopIcon.d.ts +2 -3
  284. package/dist/components/foundations/icon/icons/StopwatchIcon.d.ts +2 -3
  285. package/dist/components/foundations/icon/icons/StringComponentIcon.d.ts +2 -3
  286. package/dist/components/foundations/icon/icons/StringIcon.d.ts +2 -3
  287. package/dist/components/foundations/icon/icons/SuggestionIcon.d.ts +2 -3
  288. package/dist/components/foundations/icon/icons/SurveyIcon.d.ts +2 -3
  289. package/dist/components/foundations/icon/icons/SwapIcon.d.ts +2 -3
  290. package/dist/components/foundations/icon/icons/TabletLangscapeIcon.d.ts +2 -3
  291. package/dist/components/foundations/icon/icons/TabletPortraitIcon.d.ts +2 -3
  292. package/dist/components/foundations/icon/icons/TagAltIcon.d.ts +2 -3
  293. package/dist/components/foundations/icon/icons/TagIcon.d.ts +2 -3
  294. package/dist/components/foundations/icon/icons/TemplateIcon.d.ts +2 -3
  295. package/dist/components/foundations/icon/icons/TextBoldIcon.d.ts +2 -3
  296. package/dist/components/foundations/icon/icons/TextItalicIcon.d.ts +2 -3
  297. package/dist/components/foundations/icon/icons/TextStyleIcon.d.ts +2 -3
  298. package/dist/components/foundations/icon/icons/TragetIcon.d.ts +2 -3
  299. package/dist/components/foundations/icon/icons/TransferIcon.d.ts +2 -3
  300. package/dist/components/foundations/icon/icons/TrashIcon.d.ts +2 -3
  301. package/dist/components/foundations/icon/icons/TrendIcon.d.ts +2 -3
  302. package/dist/components/foundations/icon/icons/UnExposeIcon.d.ts +2 -3
  303. package/dist/components/foundations/icon/icons/UnarchiveAltIcon.d.ts +2 -3
  304. package/dist/components/foundations/icon/icons/UndoIcon.d.ts +2 -3
  305. package/dist/components/foundations/icon/icons/UnlinkIcon.d.ts +2 -3
  306. package/dist/components/foundations/icon/icons/UnlockIcon.d.ts +2 -3
  307. package/dist/components/foundations/icon/icons/UntilNowAltIcon.d.ts +2 -3
  308. package/dist/components/foundations/icon/icons/UploadIcon.d.ts +2 -3
  309. package/dist/components/foundations/icon/icons/UsagesIcon.d.ts +2 -3
  310. package/dist/components/foundations/icon/icons/UsersIcon.d.ts +2 -3
  311. package/dist/components/foundations/icon/icons/VariantsIcon.d.ts +2 -3
  312. package/dist/components/foundations/icon/icons/VisualIcon.d.ts +2 -3
  313. package/dist/components/foundations/icon/icons/VoucherIcon.d.ts +2 -3
  314. package/dist/components/foundations/icon/icons/WaitIcon.d.ts +2 -3
  315. package/dist/components/foundations/icon/icons/WalkthroughsIcon.d.ts +2 -3
  316. package/dist/components/foundations/icon/icons/WarningFillIcon.d.ts +2 -3
  317. package/dist/components/foundations/icon/icons/WebhookIcon.d.ts +2 -3
  318. package/dist/components/foundations/icon/icons/WeblayerIcon.d.ts +2 -3
  319. package/dist/components/foundations/icon/icons/WrenchIcon.d.ts +2 -3
  320. package/dist/components/inputs/autocomplete/autocomplete.d.ts +1 -2
  321. package/dist/components/inputs/autocomplete/autocomplete.qa.stories.d.ts +2 -2
  322. package/dist/components/inputs/autocomplete/autocomplete.stories.d.ts +1 -1
  323. package/dist/components/inputs/autocomplete/autocomplete.types.d.ts +1 -1
  324. package/dist/components/inputs/base-field/base-field.d.ts +2 -4
  325. package/dist/components/inputs/base-input/base-input.d.ts +2 -4
  326. package/dist/components/inputs/calendar/calendar-base.d.ts +2 -4
  327. package/dist/components/inputs/calendar/calendar.d.ts +2 -4
  328. package/dist/components/inputs/calendar/calendar.qa.stories.d.ts +1 -1
  329. package/dist/components/inputs/calendar/calendar.stories.d.ts +1 -1
  330. package/dist/components/inputs/calendar/calendar.types.d.ts +1 -1
  331. package/dist/components/inputs/calendar/use-calendar-state.d.ts +2 -2
  332. package/dist/components/inputs/calendar/use-calendar.d.ts +3 -3
  333. package/dist/components/inputs/calendar-cell/calendar-cell.d.ts +2 -4
  334. package/dist/components/inputs/calendar-cell/calendar-cell.types.d.ts +2 -2
  335. package/dist/components/inputs/calendar-grid/calendar-grid.d.ts +2 -4
  336. package/dist/components/inputs/calendar-grid/calendar-grid.types.d.ts +1 -1
  337. package/dist/components/inputs/checkbox/checkbox.d.ts +2 -3
  338. package/dist/components/inputs/checkbox/checkbox.qa.stories.d.ts +1 -1
  339. package/dist/components/inputs/checkbox/checkbox.stories.d.ts +1 -1
  340. package/dist/components/inputs/checkbox/checkbox.types.d.ts +1 -1
  341. package/dist/components/inputs/checkbox-field/checkbox-field.d.ts +2 -4
  342. package/dist/components/inputs/checkbox-field/checkbox-field.qa.stories.d.ts +1 -1
  343. package/dist/components/inputs/checkbox-field/checkbox-field.stories.d.ts +1 -1
  344. package/dist/components/inputs/checkbox-field/checkbox-field.types.d.ts +1 -1
  345. package/dist/components/inputs/checkbox-group/checkbox-group-context.d.ts +1 -1
  346. package/dist/components/inputs/checkbox-group/checkbox-group.d.ts +2 -4
  347. package/dist/components/inputs/checkbox-group/checkbox-group.qa.stories.d.ts +1 -1
  348. package/dist/components/inputs/checkbox-group/checkbox-group.stories.d.ts +1 -1
  349. package/dist/components/inputs/date-input/date-input.d.ts +2 -4
  350. package/dist/components/inputs/date-input/date-input.qa.stories.d.ts +1 -1
  351. package/dist/components/inputs/date-input/date-input.stories.d.ts +1 -1
  352. package/dist/components/inputs/date-input/date-input.types.d.ts +2 -2
  353. package/dist/components/inputs/date-input/use-date-input-state.d.ts +2 -2
  354. package/dist/components/inputs/date-input/use-date-input.d.ts +4 -4
  355. package/dist/components/inputs/date-picker/date-picker.d.ts +2 -4
  356. package/dist/components/inputs/date-picker/date-picker.qa.stories.d.ts +1 -1
  357. package/dist/components/inputs/date-picker/date-picker.stories.d.ts +1 -1
  358. package/dist/components/inputs/date-picker/date-picker.types.d.ts +1 -1
  359. package/dist/components/inputs/date-picker/use-date-picker-state.d.ts +2 -2
  360. package/dist/components/inputs/date-picker/use-date-picker.d.ts +4 -4
  361. package/dist/components/inputs/date-segment/date-segment.d.ts +2 -4
  362. package/dist/components/inputs/date-segment/date-segment.types.d.ts +2 -2
  363. package/dist/components/inputs/field-label/field-label.d.ts +2 -4
  364. package/dist/components/inputs/input-field/input-field.d.ts +2 -3
  365. package/dist/components/inputs/input-field/input-field.qa.stories.d.ts +1 -1
  366. package/dist/components/inputs/input-field/input-field.stories.d.ts +1 -1
  367. package/dist/components/inputs/radio/radio.d.ts +2 -4
  368. package/dist/components/inputs/radio/radio.qa.stories.d.ts +1 -1
  369. package/dist/components/inputs/radio/radio.stories.d.ts +1 -1
  370. package/dist/components/inputs/radio/radio.types.d.ts +1 -1
  371. package/dist/components/inputs/radio-field/radio-field.d.ts +2 -3
  372. package/dist/components/inputs/radio-field/radio-field.qa.stories.d.ts +1 -1
  373. package/dist/components/inputs/radio-field/radio-field.stories.d.ts +1 -1
  374. package/dist/components/inputs/radio-field/radio-field.types.d.ts +1 -1
  375. package/dist/components/inputs/radio-group/radio-group-context.d.ts +1 -1
  376. package/dist/components/inputs/radio-group/radio-group.d.ts +2 -3
  377. package/dist/components/inputs/radio-group/radio-group.qa.stories.d.ts +1 -1
  378. package/dist/components/inputs/radio-group/radio-group.stories.d.ts +1 -1
  379. package/dist/components/inputs/radio-group/radio-group.types.d.ts +1 -1
  380. package/dist/components/inputs/select/select-context.d.ts +1 -1
  381. package/dist/components/inputs/select/select.d.ts +1 -2
  382. package/dist/components/inputs/select/select.types.d.ts +1 -1
  383. package/dist/components/inputs/select-field/select-field.d.ts +1 -1
  384. package/dist/components/inputs/select-field/select-field.qa.stories.d.ts +1 -1
  385. package/dist/components/inputs/select-field/select-field.stories.d.ts +1 -1
  386. package/dist/components/inputs/select-option/select-option.d.ts +1 -1
  387. package/dist/components/inputs/text-field/text-field.d.ts +2 -4
  388. package/dist/components/inputs/text-field/text-field.qa.stories.d.ts +1 -1
  389. package/dist/components/inputs/text-field/text-field.stories.d.ts +1 -1
  390. package/dist/components/inputs/toggle/toggle.d.ts +2 -4
  391. package/dist/components/inputs/toggle-field/toggle-field.d.ts +2 -4
  392. package/dist/components/inputs/toggle-field/toggle-field.qa.stories.d.ts +1 -1
  393. package/dist/components/inputs/toggle-field/toggle-field.stories.d.ts +1 -1
  394. package/dist/components/inputs/toggle-field/toggle-field.types.d.ts +1 -1
  395. package/dist/components/layout/box/box.d.ts +2 -3
  396. package/dist/components/layout/box/box.qa.stories.d.ts +1 -1
  397. package/dist/components/layout/box/box.stories.d.ts +1 -1
  398. package/dist/components/layout/flex/flex.d.ts +2 -3
  399. package/dist/components/layout/flex/flex.qa.stories.d.ts +1 -1
  400. package/dist/components/layout/flex/flex.stories.d.ts +1 -1
  401. package/dist/components/lists/listbox/listbox.d.ts +2 -4
  402. package/dist/components/lists/listbox-group/listbox-group.d.ts +2 -4
  403. package/dist/components/lists/listbox-group-label/listbox-group-label.d.ts +2 -4
  404. package/dist/components/lists/listbox-item/listbox-item.d.ts +2 -4
  405. package/dist/components/navigation/pagination/pagination-config.d.ts +1 -1
  406. package/dist/components/navigation/pagination/pagination-context.d.ts +2 -3
  407. package/dist/components/navigation/pagination/pagination-items-per-page-selector.d.ts +0 -1
  408. package/dist/components/navigation/pagination/pagination-navigation-helpers.d.ts +1 -1
  409. package/dist/components/navigation/pagination/pagination-navigation-item.d.ts +1 -2
  410. package/dist/components/navigation/pagination/pagination-navigation.d.ts +0 -1
  411. package/dist/components/navigation/pagination/pagination-summary.d.ts +0 -1
  412. package/dist/components/navigation/pagination/pagination.d.ts +2 -4
  413. package/dist/components/navigation/pagination/pagination.qa.stories.d.ts +2 -2
  414. package/dist/components/navigation/pagination/pagination.stories.d.ts +1 -1
  415. package/dist/components/navigation/tabs/tab/tab.d.ts +2 -4
  416. package/dist/components/navigation/tabs/tab-list/tab-list.d.ts +2 -4
  417. package/dist/components/navigation/tabs/tab-panel/tab-panel.d.ts +2 -4
  418. package/dist/components/navigation/tabs/tabs/tabs.d.ts +2 -4
  419. package/dist/components/navigation/tabs/tabs.qa.stories.d.ts +1 -1
  420. package/dist/components/popovers/modal/modal-body.d.ts +2 -4
  421. package/dist/components/popovers/modal/modal-context.d.ts +2 -3
  422. package/dist/components/popovers/modal/modal-footer-actions.d.ts +2 -3
  423. package/dist/components/popovers/modal/modal-footer.d.ts +2 -3
  424. package/dist/components/popovers/modal/modal-header-title.d.ts +2 -3
  425. package/dist/components/popovers/modal/modal-header.d.ts +2 -3
  426. package/dist/components/popovers/modal/modal.d.ts +2 -4
  427. package/dist/components/popovers/modal/modal.qa.stories.d.ts +2 -2
  428. package/dist/components/popovers/popup/popup/popup-context.d.ts +2 -3
  429. package/dist/components/popovers/popup/popup/popup.d.ts +1 -2
  430. package/dist/components/popovers/popup/popup/popup.types.d.ts +1 -1
  431. package/dist/components/popovers/popup/popup/use-popup.d.ts +15 -16
  432. package/dist/components/popovers/popup/popup-close/popup-close.d.ts +2 -3
  433. package/dist/components/popovers/popup/popup-content/popup-content.d.ts +2 -4
  434. package/dist/components/popovers/popup/popup-trigger/popup-trigger.d.ts +2 -4
  435. package/dist/components/popovers/popup/popup.qa.stories.d.ts +1 -1
  436. package/dist/components/popovers/tooltip/tooltip.d.ts +2 -3
  437. package/dist/components/popovers/tooltip/tooltip.qa.stories.d.ts +2 -2
  438. package/dist/components/popovers/tooltip/tooltip.stories.d.ts +1 -1
  439. package/dist/components/popovers/tooltip/tooltip.types.d.ts +1 -1
  440. package/dist/components/surfaces/accordion/accordion/accordion.d.ts +2 -4
  441. package/dist/components/surfaces/accordion/accordion-content/accordion-content.d.ts +2 -4
  442. package/dist/components/surfaces/accordion/accordion-filter-header/accordion-filter-header.d.ts +2 -4
  443. package/dist/components/surfaces/accordion/accordion-filter-header/accordion-filter-header.types.d.ts +2 -2
  444. package/dist/components/surfaces/accordion/accordion-group/accordion-group-context.d.ts +2 -3
  445. package/dist/components/surfaces/accordion/accordion-group/accordion-group.d.ts +1 -2
  446. package/dist/components/surfaces/accordion/accordion-header/accordion-header.d.ts +2 -4
  447. package/dist/components/surfaces/accordion/accordion.qa.stories.d.ts +1 -1
  448. package/dist/style.css +1 -1
  449. package/dist/utils/types/polymorphic-prop.types.d.ts +0 -1
  450. package/package.json +52 -51
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import { default as React } from 'react';
2
2
  export type RadioGroupContextType = {
3
3
  /**
4
4
  * If `true`, all the radio buttons within the group will be disabled, preventing user interaction.
@@ -1,6 +1,5 @@
1
- import React from 'react';
2
- import type { RadioGroupProps } from './radio-group.types';
3
- import './radio-group.scss';
1
+ import { default as React } from 'react';
2
+ import { RadioGroupProps } from './radio-group.types';
4
3
  /**
5
4
  *
6
5
  * RadioGroup is a component that groups Radio components together,
@@ -1,5 +1,5 @@
1
1
  import { Args, Meta } from '@storybook/react';
2
- import { type Story } from './radio-group.stories';
2
+ import { Story } from './radio-group.stories';
3
3
  import { RadioGroupProps } from './radio-group.types';
4
4
  type StoryArgs = Args & RadioGroupProps;
5
5
  declare const meta: Meta<StoryArgs>;
@@ -1,5 +1,5 @@
1
1
  import { Meta, StoryObj } from '@storybook/react';
2
- import RadioGroup from './radio-group';
2
+ import { default as RadioGroup } from './radio-group';
3
3
  declare const meta: Meta<typeof RadioGroup>;
4
4
  export default meta;
5
5
  export type Story = StoryObj<typeof RadioGroup>;
@@ -1,4 +1,4 @@
1
- import React, { ReactElement } from 'react';
1
+ import { default as React, ReactElement } from 'react';
2
2
  export interface RadioGroupProps {
3
3
  /**
4
4
  * The child elements of the component. These are usually `Radio` or 'RadioField' components.
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import { default as React } from 'react';
2
2
  interface SelectContextType {
3
3
  multiple?: boolean;
4
4
  }
@@ -1,5 +1,4 @@
1
- import type { SelectComponentType } from './select.types';
2
- import './select.scss';
1
+ import { SelectComponentType } from './select.types';
3
2
  /**
4
3
  * @internal
5
4
  *
@@ -1,4 +1,4 @@
1
- import React, { ForwardedRef, ReactElement, ReactNode } from 'react';
1
+ import { default as React, ForwardedRef, ReactElement, ReactNode } from 'react';
2
2
  export type SelectValue<Value, Multiple> = Multiple extends true ? Value[] : Value | null;
3
3
  export interface SelectProps<OptionValue extends NonNullable<unknown>, Multiple extends boolean> {
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { SelectFieldComponentType } from './select-field.types';
1
+ import { SelectFieldComponentType } from './select-field.types';
2
2
  /**
3
3
  * The `SelectField` component is meant to optimize user interaction and experience.
4
4
  * It is a customizable dropdown list that allows users to choose one or more options from a list.
@@ -1,5 +1,5 @@
1
1
  import { Meta } from '@storybook/react';
2
- import { type Story } from './select-field.stories';
2
+ import { Story } from './select-field.stories';
3
3
  import { SelectField } from '.';
4
4
  declare const meta: Meta<typeof SelectField>;
5
5
  export default meta;
@@ -1,5 +1,5 @@
1
1
  import { Meta, StoryObj } from '@storybook/react';
2
- import SelectField from './select-field';
2
+ import { default as SelectField } from './select-field';
3
3
  declare const meta: Meta<typeof SelectField>;
4
4
  export default meta;
5
5
  export type Story<ValueType extends NonNullable<unknown> = string, Multiple extends boolean = false> = StoryObj<typeof SelectField<ValueType, Multiple>>;
@@ -1,3 +1,3 @@
1
- import type { SelectOptionComponentType } from './select-option.types';
1
+ import { SelectOptionComponentType } from './select-option.types';
2
2
  declare const _default: SelectOptionComponentType;
3
3
  export default _default;
@@ -1,6 +1,4 @@
1
- /// <reference types="react" />
2
- import type { TextFieldProps } from './text-field.types';
3
- import './text-field.scss';
1
+ import { TextFieldProps } from './text-field.types';
4
2
  /**
5
3
  * The text field includes a label, a helper text and a textarea field where users can type multiline of text.
6
4
  * The text field component typically appears in forms and dialogs.
@@ -31,5 +29,5 @@ import './text-field.scss';
31
29
  * }
32
30
  * ```
33
31
  */
34
- declare const TextField: import("react").ForwardRefExoticComponent<TextFieldProps & import("react").RefAttributes<HTMLTextAreaElement>>;
32
+ declare const TextField: import('react').ForwardRefExoticComponent<TextFieldProps & import('react').RefAttributes<HTMLTextAreaElement>>;
35
33
  export default TextField;
@@ -1,5 +1,5 @@
1
1
  import { Meta } from '@storybook/react';
2
- import { type Story } from './text-field.stories';
2
+ import { Story } from './text-field.stories';
3
3
  declare const meta: Meta;
4
4
  export default meta;
5
5
  export declare const DifferentStates: Story;
@@ -1,5 +1,5 @@
1
1
  import { Meta, StoryObj } from '@storybook/react';
2
- import TextField from './text-field';
2
+ import { default as TextField } from './text-field';
3
3
  declare const meta: Meta<typeof TextField>;
4
4
  export default meta;
5
5
  export type Story = StoryObj<typeof TextField>;
@@ -1,6 +1,4 @@
1
- /// <reference types="react" />
2
- import type { ToggleProps } from './toggle.types';
3
- import './toggle.scss';
1
+ import { ToggleProps } from './toggle.types';
4
2
  /**
5
3
  * Toggle represents an action that changes a state by clicking on it.
6
4
  * They are usually used for actions or options that have an immediate effect on the UI.
@@ -16,5 +14,5 @@ import './toggle.scss';
16
14
  * }
17
15
  * ```
18
16
  */
19
- declare const Toggle: import("react").ForwardRefExoticComponent<ToggleProps & import("react").RefAttributes<HTMLInputElement>>;
17
+ declare const Toggle: import('react').ForwardRefExoticComponent<ToggleProps & import('react').RefAttributes<HTMLInputElement>>;
20
18
  export default Toggle;
@@ -1,6 +1,4 @@
1
- /// <reference types="react" />
2
- import type { ToggleFieldProps } from './toggle-field.types';
3
- import './toggle-field.scss';
1
+ import { ToggleFieldProps } from './toggle-field.types';
4
2
  /**
5
3
  * The toggle field represents an action that changes a state by clicking on it.
6
4
  * Usually used for actions or options that have an immediate effect on the UI and
@@ -25,5 +23,5 @@ import './toggle-field.scss';
25
23
  * }
26
24
  * ```
27
25
  */
28
- declare const ToggleField: import("react").ForwardRefExoticComponent<ToggleFieldProps & import("react").RefAttributes<HTMLInputElement>>;
26
+ declare const ToggleField: import('react').ForwardRefExoticComponent<ToggleFieldProps & import('react').RefAttributes<HTMLInputElement>>;
29
27
  export default ToggleField;
@@ -1,5 +1,5 @@
1
1
  import { Meta } from '@storybook/react';
2
- import { type Story } from './toggle-field.stories';
2
+ import { Story } from './toggle-field.stories';
3
3
  declare const meta: Meta;
4
4
  export default meta;
5
5
  export declare const Basic: Story;
@@ -1,5 +1,5 @@
1
1
  import { Meta, StoryObj } from '@storybook/react';
2
- import ToggleField from './toggle-field';
2
+ import { default as ToggleField } from './toggle-field';
3
3
  declare const meta: Meta<typeof ToggleField>;
4
4
  export default meta;
5
5
  export type Story = StoryObj<typeof ToggleField>;
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import type { ToggleProps } from '../../internal';
2
+ import { ToggleProps } from '../../internal';
3
3
  export interface ToggleFieldProps extends ToggleProps {
4
4
  /**
5
5
  * Custom class name for the container of the component.
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import type { BoxProps } from './box.types';
1
+ import { BoxProps } from './box.types';
3
2
  /**
4
3
  * The `Box` is a general purpose container.
5
4
  *
@@ -13,5 +12,5 @@ import type { BoxProps } from './box.types';
13
12
  * }
14
13
  * ```
15
14
  */
16
- declare const Box: import("react").ForwardRefExoticComponent<BoxProps & import("react").RefAttributes<HTMLDivElement>>;
15
+ declare const Box: import('react').ForwardRefExoticComponent<BoxProps & import('react').RefAttributes<HTMLDivElement>>;
17
16
  export default Box;
@@ -1,5 +1,5 @@
1
1
  import { Meta } from '@storybook/react';
2
- import { type Story } from './box.stories';
2
+ import { Story } from './box.stories';
3
3
  declare const meta: Meta;
4
4
  export default meta;
5
5
  export declare const Basic: Story;
@@ -1,5 +1,5 @@
1
1
  import { Meta, StoryObj } from '@storybook/react';
2
- import Box from './box';
2
+ import { default as Box } from './box';
3
3
  declare const meta: Meta<typeof Box>;
4
4
  export default meta;
5
5
  export type Story = StoryObj<typeof Box>;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import type { FlexProps } from './flex.types';
1
+ import { FlexProps } from './flex.types';
3
2
  /**
4
3
  * The component for creating flex layouts.
5
4
  *
@@ -13,5 +12,5 @@ import type { FlexProps } from './flex.types';
13
12
  * }
14
13
  * ```
15
14
  */
16
- declare const Flex: import("react").ForwardRefExoticComponent<FlexProps & import("react").RefAttributes<HTMLDivElement>>;
15
+ declare const Flex: import('react').ForwardRefExoticComponent<FlexProps & import('react').RefAttributes<HTMLDivElement>>;
17
16
  export default Flex;
@@ -1,5 +1,5 @@
1
1
  import { Meta } from '@storybook/react';
2
- import { type Story } from './flex.stories';
2
+ import { Story } from './flex.stories';
3
3
  declare const meta: Meta;
4
4
  export default meta;
5
5
  export declare const Basic: Story;
@@ -1,5 +1,5 @@
1
1
  import { Meta, StoryObj } from '@storybook/react';
2
- import Flex from './flex';
2
+ import { default as Flex } from './flex';
3
3
  declare const meta: Meta<typeof Flex>;
4
4
  export default meta;
5
5
  export type Story = StoryObj<typeof Flex>;
@@ -1,6 +1,4 @@
1
- /// <reference types="react" />
2
- import type { ListboxProps } from './listbox.types';
3
- import './listbox.scss';
1
+ import { ListboxProps } from './listbox.types';
4
2
  /**
5
3
  * @internal
6
4
  * The `Listbox` component is used to display a list of items aligned with design system styles.
@@ -22,5 +20,5 @@ import './listbox.scss';
22
20
  * }
23
21
  * ```
24
22
  */
25
- declare const Listbox: import("react").ForwardRefExoticComponent<ListboxProps & import("react").RefAttributes<HTMLUListElement>>;
23
+ declare const Listbox: import('react').ForwardRefExoticComponent<ListboxProps & import('react').RefAttributes<HTMLUListElement>>;
26
24
  export default Listbox;
@@ -1,6 +1,4 @@
1
- /// <reference types="react" />
2
- import type { ListboxGroupProps } from './listbox-group.types';
3
- import './listbox-group.scss';
1
+ import { ListboxGroupProps } from './listbox-group.types';
4
2
  /**
5
3
  * @internal
6
4
  * The `ListboxGroup` component is used to display a list of grouped items aligned with design system styles.
@@ -29,5 +27,5 @@ import './listbox-group.scss';
29
27
  * );
30
28
  * }
31
29
  */
32
- declare const ListboxGroup: import("react").ForwardRefExoticComponent<ListboxGroupProps & import("react").RefAttributes<HTMLUListElement>>;
30
+ declare const ListboxGroup: import('react').ForwardRefExoticComponent<ListboxGroupProps & import('react').RefAttributes<HTMLUListElement>>;
33
31
  export default ListboxGroup;
@@ -1,6 +1,4 @@
1
- /// <reference types="react" />
2
- import type { ListboxGroupLabelProps } from './listbox-group-label.types';
3
- import './listbox-group-label.scss';
1
+ import { ListboxGroupLabelProps } from './listbox-group-label.types';
4
2
  /**
5
3
  * The `ListboxGroupLabel` component is used to display label inside list group.
6
4
  *
@@ -29,5 +27,5 @@ import './listbox-group-label.scss';
29
27
  * }
30
28
  * ```
31
29
  */
32
- declare const ListboxGroupLabel: import("react").ForwardRefExoticComponent<ListboxGroupLabelProps & import("react").RefAttributes<HTMLLIElement>>;
30
+ declare const ListboxGroupLabel: import('react').ForwardRefExoticComponent<ListboxGroupLabelProps & import('react').RefAttributes<HTMLLIElement>>;
33
31
  export default ListboxGroupLabel;
@@ -1,6 +1,4 @@
1
- /// <reference types="react" />
2
- import type { ListboxItemProps } from './listbox-item.types';
3
- import './listbox-item.scss';
1
+ import { ListboxItemProps } from './listbox-item.types';
4
2
  /**
5
3
  * @internal
6
4
  * The `ListboxItem` component is used to define the items of the `Listbox` component.
@@ -23,5 +21,5 @@ import './listbox-item.scss';
23
21
  * }
24
22
  * ```
25
23
  */
26
- declare const ListboxItem: import("react").ForwardRefExoticComponent<ListboxItemProps & import("react").RefAttributes<HTMLLIElement>>;
24
+ declare const ListboxItem: import('react').ForwardRefExoticComponent<ListboxItemProps & import('react').RefAttributes<HTMLLIElement>>;
27
25
  export default ListboxItem;
@@ -1,4 +1,4 @@
1
- import type { ItemsPerPageOptionsType } from './pagination.types';
1
+ import { ItemsPerPageOptionsType } from './pagination.types';
2
2
  export declare const DEFAULT_ITEMS_PER_PAGE_OPTIONS: ItemsPerPageOptionsType;
3
3
  export declare const PAGINATION_PAGES_LIMIT = 9;
4
4
  export declare const PAGINATION_PAGES_BUFFER = 2;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import type { PaginationProps } from './pagination.types';
3
- declare const PaginationContext: import("react").Context<PaginationProps | null>;
1
+ import { PaginationProps } from './pagination.types';
2
+ declare const PaginationContext: import('react').Context<PaginationProps | null>;
4
3
  export declare function usePaginationContext(): PaginationProps | null;
5
4
  export default PaginationContext;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare function PaginationItemsPerPageSelector(): JSX.Element | null;
@@ -1,4 +1,4 @@
1
- import type { PageNavigationItemsListType } from './pagination.types';
1
+ import { PageNavigationItemsListType } from './pagination.types';
2
2
  export declare const SEPARATOR = "...";
3
3
  export declare function range(from: number, count: number): Array<number>;
4
4
  /**
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import type { PageNavigationItemType } from './pagination.types';
1
+ import { PageNavigationItemType } from './pagination.types';
3
2
  export interface PaginationNavigationItemProps {
4
3
  value: PageNavigationItemType;
5
4
  }
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare function PaginationNavigation(): JSX.Element | null;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare function PaginationSummary(): JSX.Element;
@@ -1,6 +1,4 @@
1
- /// <reference types="react" />
2
- import type { PaginationProps } from './pagination.types';
3
- import './pagination.scss';
1
+ import { PaginationProps } from './pagination.types';
4
2
  /**
5
3
  * Pagination component to display pagination links and manage the number of items per page
6
4
  *
@@ -18,5 +16,5 @@ import './pagination.scss';
18
16
  * />
19
17
  * ```
20
18
  */
21
- declare const Pagination: import("react").ForwardRefExoticComponent<PaginationProps & import("react").RefAttributes<HTMLDivElement>>;
19
+ declare const Pagination: import('react').ForwardRefExoticComponent<PaginationProps & import('react').RefAttributes<HTMLDivElement>>;
22
20
  export default Pagination;
@@ -1,6 +1,6 @@
1
1
  import { Meta } from '@storybook/react';
2
- import Pagination from './pagination';
3
- import { type Story } from './pagination.stories';
2
+ import { default as Pagination } from './pagination';
3
+ import { Story } from './pagination.stories';
4
4
  declare const meta: Meta<typeof Pagination>;
5
5
  export default meta;
6
6
  export declare const OnePage: Story;
@@ -1,5 +1,5 @@
1
1
  import { Meta, StoryObj } from '@storybook/react';
2
- import Pagination from './pagination';
2
+ import { default as Pagination } from './pagination';
3
3
  declare const meta: Meta<typeof Pagination>;
4
4
  export default meta;
5
5
  export type Story = StoryObj<typeof Pagination>;
@@ -1,6 +1,4 @@
1
- /// <reference types="react" />
2
- import type { TabProps } from './tab.types';
3
- import './tab.scss';
1
+ import { TabProps } from './tab.types';
4
2
  /**
5
3
  * The tab element itself.
6
4
  * Clicking on a tab displays its corresponding panel.
@@ -26,5 +24,5 @@ import './tab.scss';
26
24
  * }
27
25
  * ```
28
26
  */
29
- declare const Tab: import("react").ForwardRefExoticComponent<TabProps & import("react").RefAttributes<Element>>;
27
+ declare const Tab: import('react').ForwardRefExoticComponent<TabProps & import('react').RefAttributes<Element>>;
30
28
  export default Tab;
@@ -1,6 +1,4 @@
1
- /// <reference types="react" />
2
- import type { TabListProps } from './tab-list.types';
3
- import './tab-list.scss';
1
+ import { TabListProps } from './tab-list.types';
4
2
  /**
5
3
  * The container that houses the tabs.
6
4
  * Responsible for handling focus and keyboard navigation between tabs.
@@ -26,5 +24,5 @@ import './tab-list.scss';
26
24
  * }
27
25
  * ```
28
26
  */
29
- declare const TabList: import("react").ForwardRefExoticComponent<TabListProps & import("react").RefAttributes<HTMLDivElement>>;
27
+ declare const TabList: import('react').ForwardRefExoticComponent<TabListProps & import('react').RefAttributes<HTMLDivElement>>;
30
28
  export default TabList;
@@ -1,6 +1,4 @@
1
- /// <reference types="react" />
2
- import type { TabPanelProps } from './tab-panel.types';
3
- import './tab-panel.scss';
1
+ import { TabPanelProps } from './tab-panel.types';
4
2
  /**
5
3
  * The card that hosts the content associated with a tab.
6
4
  *
@@ -25,5 +23,5 @@ import './tab-panel.scss';
25
23
  * }
26
24
  * ```
27
25
  */
28
- declare const TabPanel: import("react").ForwardRefExoticComponent<TabPanelProps & import("react").RefAttributes<HTMLElement>>;
26
+ declare const TabPanel: import('react').ForwardRefExoticComponent<TabPanelProps & import('react').RefAttributes<HTMLElement>>;
29
27
  export default TabPanel;
@@ -1,6 +1,4 @@
1
- /// <reference types="react" />
2
- import type { TabsProps } from './tabs.types';
3
- import './tabs.scss';
1
+ import { TabsProps } from './tabs.types';
4
2
  /**
5
3
  * The top-level component that wraps the Tabs List and Tab Panel components
6
4
  * so that tabs and their panels can communicate with one another.
@@ -26,5 +24,5 @@ import './tabs.scss';
26
24
  * }
27
25
  * ```
28
26
  */
29
- declare const Tabs: import("react").ForwardRefExoticComponent<TabsProps & import("react").RefAttributes<HTMLDivElement>>;
27
+ declare const Tabs: import('react').ForwardRefExoticComponent<TabsProps & import('react').RefAttributes<HTMLDivElement>>;
30
28
  export default Tabs;
@@ -1,5 +1,5 @@
1
1
  import { Meta } from '@storybook/react';
2
- import { type Story } from './tabs.stories';
2
+ import { Story } from './tabs.stories';
3
3
  declare const meta: Meta;
4
4
  export default meta;
5
5
  export declare const Basic: Story;
@@ -1,9 +1,7 @@
1
- /// <reference types="react" />
2
- import type { ModalBodyProps } from './modal.types';
3
- import './modal.scss';
1
+ import { ModalBodyProps } from './modal.types';
4
2
  /**
5
3
  * Modal body component is used to render the body section of the modal dialog.
6
4
  * Use the `padding` prop to control the padding of the body section, the default is `narrow`.
7
5
  */
8
- declare const ModalBody: import("react").ForwardRefExoticComponent<ModalBodyProps & import("react").RefAttributes<HTMLDivElement>>;
6
+ declare const ModalBody: import('react').ForwardRefExoticComponent<ModalBodyProps & import('react').RefAttributes<HTMLDivElement>>;
9
7
  export default ModalBody;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import type { ModalProps } from './modal.types';
3
- declare const ModalContext: import("react").Context<ModalProps | null>;
1
+ import { ModalProps } from './modal.types';
2
+ declare const ModalContext: import('react').Context<ModalProps | null>;
4
3
  export declare function useModalContext(): ModalProps | null;
5
4
  export default ModalContext;
@@ -1,8 +1,7 @@
1
- /// <reference types="react" />
2
- import type { ModalChildProps } from './modal.types';
1
+ import { ModalChildProps } from './modal.types';
3
2
  /**
4
3
  * Modal footer actions component is used to render the actions section of the modal dialog footer.
5
4
  * You can use `ModalCloseButton` component to render the cancel button which is call `onClose` by default.
6
5
  */
7
- declare const ModalFooterActions: import("react").ForwardRefExoticComponent<ModalChildProps & import("react").RefAttributes<HTMLDivElement>>;
6
+ declare const ModalFooterActions: import('react').ForwardRefExoticComponent<ModalChildProps & import('react').RefAttributes<HTMLDivElement>>;
8
7
  export default ModalFooterActions;
@@ -1,10 +1,9 @@
1
- /// <reference types="react" />
2
- import type { ModalChildProps } from './modal.types';
1
+ import { ModalChildProps } from './modal.types';
3
2
  /**
4
3
  * Modal footer component is used to render the footer section of the modal dialog and it is recommended to use
5
4
  * the `ModalFooterActions` component to render the actions in the footer section.
6
5
  * All content inside the `ModalFooter` component is justified to the left. The `ModalFooterActions`
7
6
  * component is justified to the right.
8
7
  */
9
- declare const ModalFooter: import("react").ForwardRefExoticComponent<ModalChildProps & import("react").RefAttributes<HTMLDivElement>>;
8
+ declare const ModalFooter: import('react').ForwardRefExoticComponent<ModalChildProps & import('react').RefAttributes<HTMLDivElement>>;
10
9
  export default ModalFooter;
@@ -1,7 +1,6 @@
1
- /// <reference types="react" />
2
- import type { ModalChildProps } from './modal.types';
1
+ import { ModalChildProps } from './modal.types';
3
2
  /**
4
3
  * Modal header title is used to render the title in the header section of the modal dialog.
5
4
  */
6
- declare const ModalHeaderTitle: import("react").ForwardRefExoticComponent<ModalChildProps & import("react").RefAttributes<HTMLDivElement>>;
5
+ declare const ModalHeaderTitle: import('react').ForwardRefExoticComponent<ModalChildProps & import('react').RefAttributes<HTMLDivElement>>;
7
6
  export default ModalHeaderTitle;
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
- import type { ModalChildProps } from './modal.types';
1
+ import { ModalChildProps } from './modal.types';
3
2
  /**
4
3
  * Modal header component is used to render the header section of the modal dialog.
5
4
  * If `onClose` is provided to the `Modal` component, then a close button is rendered in the header section.
6
5
  * Use `ModalHeaderTitle` component to render the title in the header section.
7
6
  */
8
- declare const ModalHeader: import("react").ForwardRefExoticComponent<ModalChildProps & import("react").RefAttributes<HTMLDivElement>>;
7
+ declare const ModalHeader: import('react').ForwardRefExoticComponent<ModalChildProps & import('react').RefAttributes<HTMLDivElement>>;
9
8
  export default ModalHeader;
@@ -1,6 +1,4 @@
1
- /// <reference types="react" />
2
- import type { ModalProps } from './modal.types';
3
- import './modal.scss';
1
+ import { ModalProps } from './modal.types';
4
2
  /**
5
3
  * Modal component lets you create dialogs that force the user to take action before continuing
6
4
  *
@@ -34,5 +32,5 @@ import './modal.scss';
34
32
  * </Modal>
35
33
  * ```
36
34
  */
37
- declare const Modal: import("react").ForwardRefExoticComponent<ModalProps & import("react").RefAttributes<HTMLDivElement>>;
35
+ declare const Modal: import('react').ForwardRefExoticComponent<ModalProps & import('react').RefAttributes<HTMLDivElement>>;
38
36
  export default Modal;
@@ -1,6 +1,6 @@
1
1
  import { Meta } from '@storybook/react';
2
- import type { ModalProps } from './modal.types';
3
- import { type Story } from './modal.stories';
2
+ import { ModalProps } from './modal.types';
3
+ import { Story } from './modal.stories';
4
4
  declare const meta: Meta<ModalProps>;
5
5
  export default meta;
6
6
  export declare const Basic: Story;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
- import type { PopupContextProps } from './popup.types';
3
- export declare const PopupContext: import("react").Context<PopupContextProps>;
1
+ import { PopupContextProps } from './popup.types';
2
+ export declare const PopupContext: import('react').Context<PopupContextProps>;
4
3
  export declare function usePopupContext(): PopupContextProps;
@@ -1,6 +1,5 @@
1
1
  import { ReactElement } from 'react';
2
- import type { PopupProps } from './popup.types';
3
- import './popup.scss';
2
+ import { PopupProps } from './popup.types';
4
3
  /**
5
4
  * The `Popup` component is a container that manages the display and behavior of a pop-up interface.
6
5
  * It wraps around the `PopupTrigger` and `PopupContent` components, handling the logic for
@@ -1,6 +1,6 @@
1
1
  import { Placement } from '@floating-ui/react';
2
2
  import { ReactNode } from 'react';
3
- import usePopup from './use-popup';
3
+ import { default as usePopup } from './use-popup';
4
4
  export interface PopupProps {
5
5
  /**
6
6
  * The content of the component.