@bloomreach/react-banana-ui 1.25.1 → 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 +6687 -6910
  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,3 @@
1
- /// <reference types="react" />
2
- import type { IconInstanceProps } from '../icon.types';
3
- declare const WarningFillIcon: import("react").ForwardRefExoticComponent<IconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
1
+ import { IconInstanceProps } from '../icon.types';
2
+ declare const WarningFillIcon: import('react').ForwardRefExoticComponent<IconInstanceProps & import('react').RefAttributes<SVGSVGElement>>;
4
3
  export default WarningFillIcon;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
- import type { IconInstanceProps } from '../icon.types';
3
- declare const WebhookIcon: import("react").ForwardRefExoticComponent<IconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
1
+ import { IconInstanceProps } from '../icon.types';
2
+ declare const WebhookIcon: import('react').ForwardRefExoticComponent<IconInstanceProps & import('react').RefAttributes<SVGSVGElement>>;
4
3
  export default WebhookIcon;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
- import type { IconInstanceProps } from '../icon.types';
3
- declare const WeblayerIcon: import("react").ForwardRefExoticComponent<IconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
1
+ import { IconInstanceProps } from '../icon.types';
2
+ declare const WeblayerIcon: import('react').ForwardRefExoticComponent<IconInstanceProps & import('react').RefAttributes<SVGSVGElement>>;
4
3
  export default WeblayerIcon;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
- import type { IconInstanceProps } from '../icon.types';
3
- declare const WrenchIcon: import("react").ForwardRefExoticComponent<IconInstanceProps & import("react").RefAttributes<SVGSVGElement>>;
1
+ import { IconInstanceProps } from '../icon.types';
2
+ declare const WrenchIcon: import('react').ForwardRefExoticComponent<IconInstanceProps & import('react').RefAttributes<SVGSVGElement>>;
4
3
  export default WrenchIcon;
@@ -1,5 +1,4 @@
1
- import type { AutocompleteComponentType } from './autocomplete.types';
2
- import './autocomplete.scss';
1
+ import { AutocompleteComponentType } from './autocomplete.types';
3
2
  /**
4
3
  * Autocomplete allows a user to search for value(s) to select from a list.
5
4
  *
@@ -1,6 +1,6 @@
1
1
  import { Meta } from '@storybook/react';
2
- import { ControlledMultipleValue as ControlledMultipleValueStory, ControlledSingleValue as ControlledSingleValueStory, CustomOptionLabel as CustomOptionLabelStory, HideSelectedOptions as HideSelectedOptionsStory, Multiple as MultipleStory, type Story } from './autocomplete.stories';
3
- import Autocomplete from './autocomplete';
2
+ import { ControlledMultipleValue as ControlledMultipleValueStory, ControlledSingleValue as ControlledSingleValueStory, CustomOptionLabel as CustomOptionLabelStory, HideSelectedOptions as HideSelectedOptionsStory, Multiple as MultipleStory, Story } from './autocomplete.stories';
3
+ import { default as Autocomplete } from './autocomplete';
4
4
  declare const meta: Meta<typeof Autocomplete>;
5
5
  export default meta;
6
6
  export declare const Basic: Story;
@@ -1,5 +1,5 @@
1
1
  import { Meta, StoryObj } from '@storybook/react';
2
- import Autocomplete from './autocomplete';
2
+ import { default as Autocomplete } from './autocomplete';
3
3
  declare const meta: Meta<typeof Autocomplete>;
4
4
  export default meta;
5
5
  export type Story<Value extends NonNullable<unknown> = string, Multiple extends boolean = false> = StoryObj<typeof Autocomplete<Value, Multiple>>;
@@ -1,4 +1,4 @@
1
- import type { AutocompleteGroupedOption as MuiBaseAutocompleteGroupedOption } from '@mui/base';
1
+ import { AutocompleteGroupedOption as MuiBaseAutocompleteGroupedOption } from '@mui/base';
2
2
  import { ForwardedRef, ReactElement, ReactNode, SyntheticEvent } from 'react';
3
3
  export type AutocompleteValue<Value, Multiple> = Multiple extends true ? Value[] : Value | null;
4
4
  export interface AutocompleteProps<AutocompleteOption extends NonNullable<unknown>, Multiple extends boolean> {
@@ -1,6 +1,4 @@
1
- /// <reference types="react" />
2
- import type { BaseFieldProps } from './base-field.types';
3
- import './base-field.scss';
1
+ import { BaseFieldProps } from './base-field.types';
4
2
  export declare const getZeroSpace: () => JSX.Element;
5
3
  /**
6
4
  * @internal
@@ -9,5 +7,5 @@ export declare const getZeroSpace: () => JSX.Element;
9
7
  * It also provides the `error` and `full width` states for the field.
10
8
  * Should be used as a base for all other field components and should not be exposed to the end users.
11
9
  */
12
- declare const BaseField: import("react").ForwardRefExoticComponent<BaseFieldProps & import("react").RefAttributes<HTMLDivElement>>;
10
+ declare const BaseField: import('react').ForwardRefExoticComponent<BaseFieldProps & import('react').RefAttributes<HTMLDivElement>>;
13
11
  export default BaseField;
@@ -1,10 +1,8 @@
1
- /// <reference types="react" />
2
- import type { BaseInputProps } from './base-input.types';
3
- import './base-input.scss';
1
+ import { BaseInputProps } from './base-input.types';
4
2
  /**
5
3
  * @internal
6
4
  * The base input component to enter and edit text.
7
5
  * Should be used only by other components and not exposed to the end users.
8
6
  */
9
- declare const BaseInput: import("react").ForwardRefExoticComponent<BaseInputProps & import("react").RefAttributes<HTMLDivElement>>;
7
+ declare const BaseInput: import('react').ForwardRefExoticComponent<BaseInputProps & import('react').RefAttributes<HTMLDivElement>>;
10
8
  export default BaseInput;
@@ -1,9 +1,7 @@
1
- /// <reference types="react" />
2
- import type { CalendarBaseProps } from './calendar.types';
3
- import './calendar.scss';
1
+ import { CalendarBaseProps } from './calendar.types';
4
2
  /**
5
3
  * @internal
6
4
  * The component is used inside datepicker component to allow lift state up.
7
5
  */
8
- declare const CalendarBase: import("react").ForwardRefExoticComponent<CalendarBaseProps & import("react").RefAttributes<HTMLDivElement>>;
6
+ declare const CalendarBase: import('react').ForwardRefExoticComponent<CalendarBaseProps & import('react').RefAttributes<HTMLDivElement>>;
9
7
  export default CalendarBase;
@@ -1,6 +1,4 @@
1
- /// <reference types="react" />
2
- import type { CalendarProps } from './calendar.types';
3
- import './calendar.scss';
1
+ import { CalendarProps } from './calendar.types';
4
2
  /**
5
3
  * The `Calendar` component displays one date grid and allows users to select a single date.
6
4
  * Using the `defaultFocusedValue` or`focusedValue`, the developer can set the focused date
@@ -21,5 +19,5 @@ import './calendar.scss';
21
19
  * }
22
20
  * ```
23
21
  */
24
- declare const Calendar: import("react").ForwardRefExoticComponent<CalendarProps & import("react").RefAttributes<HTMLDivElement>>;
22
+ declare const Calendar: import('react').ForwardRefExoticComponent<CalendarProps & import('react').RefAttributes<HTMLDivElement>>;
25
23
  export default Calendar;
@@ -1,5 +1,5 @@
1
1
  import { Meta } from '@storybook/react';
2
- import { type Story } from './calendar.stories';
2
+ import { Story } from './calendar.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, ArgTypes } from '@storybook/react';
2
- import Calendar from './calendar';
2
+ import { default as Calendar } from './calendar';
3
3
  /**
4
4
  * Convert the number values in the args to Date objects.
5
5
  * The storybook URL contains the args as string values, so we need to convert them to Date objects.
@@ -1,4 +1,4 @@
1
- import type { CalendarState } from '@react-stately/calendar';
1
+ import { CalendarState } from '@react-stately/calendar';
2
2
  export interface CalendarProps {
3
3
  /**
4
4
  * Custom class name for the container of the component.
@@ -1,3 +1,3 @@
1
- import { type CalendarState } from '@react-stately/calendar';
2
- import type { CalendarProps } from './calendar.types';
1
+ import { CalendarState } from '@react-stately/calendar';
2
+ import { CalendarProps } from './calendar.types';
3
3
  export declare function useCalendarState(props: CalendarProps): CalendarState;
@@ -1,6 +1,6 @@
1
- import type { CalendarState } from '@react-stately/calendar';
2
- import { type DOMAttributes } from 'react';
3
- import type { ButtonProps } from '../../buttons';
1
+ import { CalendarState } from '@react-stately/calendar';
2
+ import { DOMAttributes } from 'react';
3
+ import { ButtonProps } from '../../buttons';
4
4
  export declare function useCalendar(state: CalendarState): {
5
5
  calendarProps: DOMAttributes<HTMLElement>;
6
6
  nextButtonProps: ButtonProps;
@@ -1,9 +1,7 @@
1
- /// <reference types="react" />
2
- import type { CalendarCellProps } from './calendar-cell.types';
3
- import './calendar-cell.scss';
1
+ import { CalendarCellProps } from './calendar-cell.types';
4
2
  /**
5
3
  * The component is supposed to be used as a child of the `CalendarGrid` component.
6
4
  * @internal
7
5
  */
8
- declare const CalendarCell: import("react").ForwardRefExoticComponent<CalendarCellProps & import("react").RefAttributes<HTMLLIElement>>;
6
+ declare const CalendarCell: import('react').ForwardRefExoticComponent<CalendarCellProps & import('react').RefAttributes<HTMLLIElement>>;
9
7
  export default CalendarCell;
@@ -1,5 +1,5 @@
1
- import type { CalendarDate } from '@internationalized/date';
2
- import type { CalendarState } from '@react-stately/calendar';
1
+ import { CalendarDate } from '@internationalized/date';
2
+ import { CalendarState } from '@react-stately/calendar';
3
3
  export interface CalendarCellProps {
4
4
  /**
5
5
  * Custom class name for the container of the component.
@@ -1,9 +1,7 @@
1
- /// <reference types="react" />
2
- import type { CalendarGridProps } from './calendar-grid.types';
3
- import './calendar-grid.scss';
1
+ import { CalendarGridProps } from './calendar-grid.types';
4
2
  /**
5
3
  * The component is supposed to be used as a child of the `Calendar` component.
6
4
  * @internal
7
5
  */
8
- declare const CalendarGrid: import("react").ForwardRefExoticComponent<CalendarGridProps & import("react").RefAttributes<HTMLUListElement>>;
6
+ declare const CalendarGrid: import('react').ForwardRefExoticComponent<CalendarGridProps & import('react').RefAttributes<HTMLUListElement>>;
9
7
  export default CalendarGrid;
@@ -1,4 +1,4 @@
1
- import type { CalendarState } from '@react-stately/calendar';
1
+ import { CalendarState } from '@react-stately/calendar';
2
2
  export interface CalendarGridProps {
3
3
  /**
4
4
  * Custom class name for the container of the component.
@@ -1,6 +1,5 @@
1
- import React from 'react';
2
- import type { CheckboxProps } from './checkbox.types';
3
- import './checkbox.scss';
1
+ import { default as React } from 'react';
2
+ import { CheckboxProps } from './checkbox.types';
4
3
  /**
5
4
  * Checkboxes are used to pick an option when one or more options can be chosen.
6
5
  * A single checkbox can be used representing a singular option,
@@ -1,5 +1,5 @@
1
1
  import { Meta } from '@storybook/react';
2
- import { type Story } from './checkbox.stories';
2
+ import { Story } from './checkbox.stories';
3
3
  declare const meta: Meta;
4
4
  export default meta;
5
5
  export declare const Controlled: Story;
@@ -1,5 +1,5 @@
1
1
  import { Meta, StoryObj } from '@storybook/react';
2
- import Checkbox from './checkbox';
2
+ import { default as Checkbox } from './checkbox';
3
3
  declare const meta: Meta<typeof Checkbox>;
4
4
  export default meta;
5
5
  export type Story = StoryObj<typeof Checkbox>;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import { default as React } from 'react';
2
2
  export interface CheckboxProps {
3
3
  /**
4
4
  * Custom class name for the container of the component.
@@ -1,6 +1,4 @@
1
- /// <reference types="react" />
2
- import type { CheckboxFieldProps } from './checkbox-field.types';
3
- import './checkbox-field.scss';
1
+ import { CheckboxFieldProps } from './checkbox-field.types';
4
2
  /**
5
3
  * Checkbox fields are used to pick an option when one or more options can be chosen.
6
4
  * A single checkbox field can be used representing a singular option,
@@ -19,5 +17,5 @@ import './checkbox-field.scss';
19
17
  * }
20
18
  * ```
21
19
  */
22
- declare const CheckboxField: import("react").ForwardRefExoticComponent<CheckboxFieldProps & import("react").RefAttributes<HTMLInputElement>>;
20
+ declare const CheckboxField: import('react').ForwardRefExoticComponent<CheckboxFieldProps & import('react').RefAttributes<HTMLInputElement>>;
23
21
  export default CheckboxField;
@@ -1,5 +1,5 @@
1
1
  import { Meta } from '@storybook/react';
2
- import { type Story } from './checkbox-field.stories';
2
+ import { Story } from './checkbox-field.stories';
3
3
  declare const meta: Meta;
4
4
  export default meta;
5
5
  export declare const WithLabelAndTooltip: Story;
@@ -1,5 +1,5 @@
1
1
  import { Meta, StoryObj } from '@storybook/react';
2
- import CheckboxField from './checkbox-field';
2
+ import { default as CheckboxField } from './checkbox-field';
3
3
  declare const meta: Meta<typeof CheckboxField>;
4
4
  export default meta;
5
5
  export type Story = StoryObj<typeof CheckboxField>;
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import type { CheckboxProps } from '../checkbox';
2
+ import { CheckboxProps } from '../checkbox';
3
3
  export interface CheckboxFieldProps extends CheckboxProps {
4
4
  /**
5
5
  * Custom class name for the container of the component.
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import { default as React } from 'react';
2
2
  export type CheckboxGroupContextType = {
3
3
  /**
4
4
  * If `true`, all the checkboxes within the group will be disabled, preventing user interaction.
@@ -1,6 +1,4 @@
1
- /// <reference types="react" />
2
- import type { CheckboxGroupProps } from './checkbox-group.types';
3
- import './checkbox-group.scss';
1
+ import { CheckboxGroupProps } from './checkbox-group.types';
4
2
  /**
5
3
  * The `CheckboxGroup` component is used to group multiple `Checkbox` or `CheckboxField` components together.
6
4
  * It provides a way to manage the state of multiple checkboxes as a single entity.
@@ -36,5 +34,5 @@ import './checkbox-group.scss';
36
34
  * )};
37
35
  * ```
38
36
  */
39
- declare const CheckboxGroup: import("react").ForwardRefExoticComponent<CheckboxGroupProps & import("react").RefAttributes<HTMLDivElement>>;
37
+ declare const CheckboxGroup: import('react').ForwardRefExoticComponent<CheckboxGroupProps & import('react').RefAttributes<HTMLDivElement>>;
40
38
  export default CheckboxGroup;
@@ -1,5 +1,5 @@
1
1
  import { Args, Meta } from '@storybook/react';
2
- import { type Story } from './checkbox-group.stories';
2
+ import { Story } from './checkbox-group.stories';
3
3
  import { CheckboxGroupProps } from './checkbox-group.types';
4
4
  type StoryArgs = Args & CheckboxGroupProps;
5
5
  declare const meta: Meta<StoryArgs>;
@@ -1,5 +1,5 @@
1
1
  import { Meta, StoryObj } from '@storybook/react';
2
- import CheckboxGroup from './checkbox-group';
2
+ import { default as CheckboxGroup } from './checkbox-group';
3
3
  declare const meta: Meta<typeof CheckboxGroup>;
4
4
  export default meta;
5
5
  export type Story = StoryObj<typeof CheckboxGroup>;
@@ -1,6 +1,4 @@
1
- /// <reference types="react" />
2
- import type { DateInputProps } from './date-input.types';
3
- import './date-input.scss';
1
+ import { DateInputProps } from './date-input.types';
4
2
  /**
5
3
  * The date input allows users to enter and edit date values using a keyboard.
6
4
  * Each part of a date value is displayed in an individually editable segment.
@@ -28,5 +26,5 @@ import './date-input.scss';
28
26
  * }
29
27
  * ```
30
28
  */
31
- declare const DateInput: import("react").ForwardRefExoticComponent<DateInputProps & import("react").RefAttributes<HTMLElement>>;
29
+ declare const DateInput: import('react').ForwardRefExoticComponent<DateInputProps & import('react').RefAttributes<HTMLElement>>;
32
30
  export default DateInput;
@@ -1,5 +1,5 @@
1
1
  import { Meta } from '@storybook/react';
2
- import { type Story } from './date-input.stories';
2
+ import { Story } from './date-input.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 DateInput from './date-input';
2
+ import { default as DateInput } from './date-input';
3
3
  declare const meta: Meta<typeof DateInput>;
4
4
  export default meta;
5
5
  export type Story = StoryObj<typeof DateInput>;
@@ -1,5 +1,5 @@
1
- import type { KeyboardEventHandler, MouseEventHandler } from 'react';
2
- import type { DateValidationResult } from '../../../utils/date';
1
+ import { KeyboardEventHandler, MouseEventHandler } from 'react';
2
+ import { DateValidationResult } from '../../../utils/date';
3
3
  export interface DateChangeHandlerContext extends DateValidationResult {
4
4
  valid: boolean;
5
5
  }
@@ -1,3 +1,3 @@
1
- import { type DateFieldState } from '@react-stately/datepicker';
2
- import type { DateInputProps } from './date-input.types';
1
+ import { DateFieldState } from '@react-stately/datepicker';
2
+ import { DateInputProps } from './date-input.types';
3
3
  export declare function useDateInputState(props: DateInputProps): DateFieldState;
@@ -1,7 +1,7 @@
1
- import { type DateFieldAria } from '@react-aria/datepicker';
2
- import type { DateFieldState } from '@react-stately/datepicker';
3
- import type { InputHTMLAttributes, RefObject } from 'react';
4
- import type { DateInputProps } from './date-input.types';
1
+ import { DateFieldAria } from '@react-aria/datepicker';
2
+ import { DateFieldState } from '@react-stately/datepicker';
3
+ import { InputHTMLAttributes, RefObject } from 'react';
4
+ import { DateInputProps } from './date-input.types';
5
5
  /**
6
6
  * Provides the behavior and accessibility implementation for a date input component.
7
7
  * @internal
@@ -1,6 +1,4 @@
1
- /// <reference types="react" />
2
- import type { DatePickerProps } from './date-picker.types';
3
- import './date-picker.scss';
1
+ import { DatePickerProps } from './date-picker.types';
4
2
  /**
5
3
  * The date picker is a composite component that combines the date input and calendar components.
6
4
  * It provides a text field for entering a date and a calendar for selecting a date.
@@ -26,5 +24,5 @@ import './date-picker.scss';
26
24
  * }
27
25
  * ```
28
26
  */
29
- declare const DatePicker: import("react").ForwardRefExoticComponent<DatePickerProps & import("react").RefAttributes<HTMLDivElement>>;
27
+ declare const DatePicker: import('react').ForwardRefExoticComponent<DatePickerProps & import('react').RefAttributes<HTMLDivElement>>;
30
28
  export default DatePicker;
@@ -1,5 +1,5 @@
1
1
  import { Meta } from '@storybook/react';
2
- import { type Story } from './date-picker.stories';
2
+ import { Story } from './date-picker.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 DatePicker from './date-picker';
2
+ import { default as DatePicker } from './date-picker';
3
3
  declare const meta: Meta<typeof DatePicker>;
4
4
  export default meta;
5
5
  export type Story = StoryObj<typeof DatePicker>;
@@ -1,4 +1,4 @@
1
- import type { DateValidationResult } from '../../../utils/date';
1
+ import { DateValidationResult } from '../../../utils/date';
2
2
  export interface DatePickerChangeHandlerContext extends DateValidationResult {
3
3
  valid: boolean;
4
4
  }
@@ -1,5 +1,5 @@
1
- import { type DatePickerState } from '@react-stately/datepicker';
2
- import type { DatePickerProps } from './date-picker.types';
1
+ import { DatePickerState } from '@react-stately/datepicker';
2
+ import { DatePickerProps } from './date-picker.types';
3
3
  /**
4
4
  * Custom hook that manages the state for a date picker component.
5
5
  */
@@ -1,7 +1,7 @@
1
- import type { CalendarState } from '@react-stately/calendar';
2
- import type { DatePickerState } from '@react-stately/datepicker';
3
- import type { DatePickerProps } from './date-picker.types';
4
- import type { DateInputProps } from '../date-input';
1
+ import { CalendarState } from '@react-stately/calendar';
2
+ import { DatePickerState } from '@react-stately/datepicker';
3
+ import { DatePickerProps } from './date-picker.types';
4
+ import { DateInputProps } from '../date-input';
5
5
  /**
6
6
  * Custom hook for the DatePicker component.
7
7
  */
@@ -1,10 +1,8 @@
1
- /// <reference types="react" />
2
- import type { DateSegmentProps } from './date-segment.types';
3
- import './date-segment.scss';
1
+ import { DateSegmentProps } from './date-segment.types';
4
2
  /**
5
3
  * The `DateSegment` component is used to render a segment of a date input.
6
4
  *
7
5
  * @internal
8
6
  */
9
- declare const DateSegment: import("react").ForwardRefExoticComponent<DateSegmentProps & import("react").RefAttributes<HTMLDivElement>>;
7
+ declare const DateSegment: import('react').ForwardRefExoticComponent<DateSegmentProps & import('react').RefAttributes<HTMLDivElement>>;
10
8
  export default DateSegment;
@@ -1,5 +1,5 @@
1
- import type { DateFieldState, DateSegment } from '@react-stately/datepicker';
2
- import type { ReactNode } from 'react';
1
+ import { DateFieldState, DateSegment } from '@react-stately/datepicker';
2
+ import { ReactNode } from 'react';
3
3
  export interface DateSegmentProps {
4
4
  /**
5
5
  * Custom class name for the container of the component.
@@ -1,6 +1,4 @@
1
- /// <reference types="react" />
2
- import type { FieldLabelProps } from './field-label.types';
3
- import './field-label.scss';
1
+ import { FieldLabelProps } from './field-label.types';
4
2
  /**
5
3
  * @internal
6
4
  * The `FieldLabel` component renders a label for a form field like `input`, `select`, `textarea`, etc.
@@ -24,5 +22,5 @@ import './field-label.scss';
24
22
  * }
25
23
  * ```
26
24
  */
27
- declare const FieldLabel: import("react").ForwardRefExoticComponent<FieldLabelProps & import("react").RefAttributes<HTMLLabelElement>>;
25
+ declare const FieldLabel: import('react').ForwardRefExoticComponent<FieldLabelProps & import('react').RefAttributes<HTMLLabelElement>>;
28
26
  export default FieldLabel;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import type { InputFieldProps } from './input-field.types';
1
+ import { InputFieldProps } from './input-field.types';
3
2
  /**
4
3
  * The input field includes a label, a helper text and an input field where users can type one line of text.
5
4
  * The input field component typically appears in forms and dialogs.
@@ -29,5 +28,5 @@ import type { InputFieldProps } from './input-field.types';
29
28
  * }
30
29
  * ```
31
30
  */
32
- declare const InputField: import("react").ForwardRefExoticComponent<InputFieldProps & import("react").RefAttributes<HTMLInputElement>>;
31
+ declare const InputField: import('react').ForwardRefExoticComponent<InputFieldProps & import('react').RefAttributes<HTMLInputElement>>;
33
32
  export default InputField;
@@ -1,5 +1,5 @@
1
1
  import { Meta } from '@storybook/react';
2
- import { type Story } from './input-field.stories';
2
+ import { Story } from './input-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 InputField from './input-field';
2
+ import { default as InputField } from './input-field';
3
3
  declare const meta: Meta<typeof InputField>;
4
4
  export default meta;
5
5
  export type Story = StoryObj<typeof InputField>;
@@ -1,6 +1,4 @@
1
- /// <reference types="react" />
2
- import type { RadioProps } from './radio.types';
3
- import './radio.scss';
1
+ import { RadioProps } from './radio.types';
4
2
  /**
5
3
  * Radio buttons are used to pick an option when only one option can be chosen.
6
4
  * A single radio button can be used representing a singular option,
@@ -23,5 +21,5 @@ import './radio.scss';
23
21
  * }
24
22
  * ```
25
23
  */
26
- declare const Radio: import("react").ForwardRefExoticComponent<RadioProps & import("react").RefAttributes<HTMLInputElement>>;
24
+ declare const Radio: import('react').ForwardRefExoticComponent<RadioProps & import('react').RefAttributes<HTMLInputElement>>;
27
25
  export default Radio;
@@ -1,5 +1,5 @@
1
1
  import { Meta } from '@storybook/react';
2
- import { type Story } from './radio.stories';
2
+ import { Story } from './radio.stories';
3
3
  declare const meta: Meta;
4
4
  export default meta;
5
5
  export declare const SelectedUncontrolled: Story;
@@ -1,5 +1,5 @@
1
1
  import { Meta, StoryObj } from '@storybook/react';
2
- import Radio from './radio';
2
+ import { default as Radio } from './radio';
3
3
  declare const meta: Meta<typeof Radio>;
4
4
  export default meta;
5
5
  export type Story = StoryObj<typeof Radio>;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import { default as React } from 'react';
2
2
  export interface RadioProps {
3
3
  /**
4
4
  * If `true`, the radio button is checked.
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import type { RadioFieldProps } from './radio-field.types';
1
+ import { RadioFieldProps } from './radio-field.types';
3
2
  /**
4
3
  * Radio fields are used to pick an option when only one option can be chosen.
5
4
  * A single Radio field can be used representing a singular option,
@@ -24,5 +23,5 @@ import type { RadioFieldProps } from './radio-field.types';
24
23
  * }
25
24
  * ```
26
25
  */
27
- declare const RadioField: import("react").ForwardRefExoticComponent<RadioFieldProps & import("react").RefAttributes<HTMLInputElement>>;
26
+ declare const RadioField: import('react').ForwardRefExoticComponent<RadioFieldProps & import('react').RefAttributes<HTMLInputElement>>;
28
27
  export default RadioField;
@@ -1,5 +1,5 @@
1
1
  import { Meta } from '@storybook/react';
2
- import { type Story } from './radio-field.stories';
2
+ import { Story } from './radio-field.stories';
3
3
  declare const meta: Meta;
4
4
  export default meta;
5
5
  export declare const WithLabelAndTooltip: Story;
@@ -1,5 +1,5 @@
1
1
  import { Meta, StoryObj } from '@storybook/react';
2
- import RadioField from './radio-field';
2
+ import { default as RadioField } from './radio-field';
3
3
  declare const meta: Meta<typeof RadioField>;
4
4
  export default meta;
5
5
  export type Story = StoryObj<typeof RadioField>;
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import type { RadioProps } from '../radio';
2
+ import { RadioProps } from '../radio';
3
3
  export interface RadioFieldProps extends RadioProps {
4
4
  /**
5
5
  * The label to display with the radio field.