@carbon/ibm-products 2.43.2-canary.125 → 2.43.2-canary.129

Sign up to get free protection for your applications and to get access to all the features.
Files changed (390) hide show
  1. package/css/index-full-carbon.css +1 -1
  2. package/css/index-full-carbon.min.css +1 -1
  3. package/css/index-full-carbon.min.css.map +1 -1
  4. package/css/index-without-carbon-released-only.css +1 -1
  5. package/css/index-without-carbon-released-only.min.css +1 -1
  6. package/css/index-without-carbon-released-only.min.css.map +1 -1
  7. package/css/index-without-carbon.css +1 -1
  8. package/css/index-without-carbon.min.css +1 -1
  9. package/css/index-without-carbon.min.css.map +1 -1
  10. package/css/index.css +1 -1
  11. package/css/index.min.css +1 -1
  12. package/css/index.min.css.map +1 -1
  13. package/es/components/APIKeyModal/index.d.ts +2 -1
  14. package/es/components/AboutModal/AboutModal.d.ts +1 -2
  15. package/es/components/AboutModal/index.d.ts +8 -1
  16. package/es/components/ActionSet/ActionSet.d.ts +1 -2
  17. package/es/components/ActionSet/ActionSet.js +2 -2
  18. package/es/components/ActionSet/index.d.ts +8 -1
  19. package/es/components/AddSelect/AddSelectBody.js +3 -3
  20. package/es/components/AddSelect/index.d.ts +2 -1
  21. package/es/components/Carousel/index.d.ts +9 -2
  22. package/es/components/Cascade/Cascade.d.ts +1 -2
  23. package/es/components/Cascade/Cascade.js +2 -2
  24. package/es/components/Cascade/index.d.ts +2 -1
  25. package/es/components/Checklist/Checklist.d.ts +2 -2
  26. package/es/components/Checklist/Checklist.js +6 -6
  27. package/es/components/Checklist/index.d.ts +8 -1
  28. package/es/components/Coachmark/Coachmark.d.ts +1 -2
  29. package/es/components/Coachmark/Coachmark.js +5 -5
  30. package/es/components/Coachmark/index.d.ts +10 -3
  31. package/es/components/CoachmarkBeacon/CoachmarkBeacon.d.ts +2 -3
  32. package/es/components/CoachmarkBeacon/CoachmarkBeacon.js +3 -2
  33. package/es/components/CoachmarkBeacon/index.d.ts +8 -1
  34. package/es/components/CoachmarkButton/CoachmarkButton.d.ts +1 -2
  35. package/es/components/CoachmarkButton/CoachmarkButton.js +4 -2
  36. package/es/components/CoachmarkButton/index.d.ts +8 -1
  37. package/es/components/CoachmarkFixed/CoachmarkFixed.d.ts +1 -2
  38. package/es/components/CoachmarkFixed/CoachmarkFixed.js +6 -5
  39. package/es/components/CoachmarkFixed/index.d.ts +8 -1
  40. package/es/components/CoachmarkOverlayElement/CoachmarkOverlayElement.d.ts +1 -2
  41. package/es/components/CoachmarkOverlayElement/index.d.ts +8 -1
  42. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +1 -2
  43. package/es/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +8 -5
  44. package/es/components/CoachmarkOverlayElements/index.d.ts +8 -1
  45. package/es/components/CoachmarkStack/CoachmarkStackHome.js +1 -1
  46. package/es/components/ComboButton/ComboButton.d.ts +1 -1
  47. package/es/components/ComboButton/ComboButton.js +4 -4
  48. package/es/components/ComboButton/index.d.ts +9 -2
  49. package/es/components/CreateFullPage/CreateFullPage.d.ts +1 -1
  50. package/es/components/CreateFullPage/CreateFullPage.js +5 -5
  51. package/es/components/CreateFullPage/index.d.ts +9 -2
  52. package/es/components/CreateModal/CreateModal.d.ts +2 -3
  53. package/es/components/CreateModal/CreateModal.js +1 -1
  54. package/es/components/CreateModal/index.d.ts +2 -1
  55. package/es/components/CreateSidePanel/CreateSidePanel.js +1 -1
  56. package/es/components/CreateSidePanel/index.d.ts +7 -1
  57. package/es/components/CreateTearsheet/CreateTearsheet.d.ts +2 -2
  58. package/es/components/CreateTearsheet/CreateTearsheet.js +4 -4
  59. package/es/components/CreateTearsheet/index.d.ts +10 -3
  60. package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.d.ts +1 -1
  61. package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +2 -2
  62. package/es/components/CreateTearsheetNarrow/index.d.ts +8 -1
  63. package/es/components/DataSpreadsheet/DataSpreadsheet.d.ts +3 -4
  64. package/es/components/DataSpreadsheet/DataSpreadsheet.js +11 -10
  65. package/es/components/DataSpreadsheet/index.d.ts +8 -1
  66. package/es/components/Datagrid/Datagrid/DatagridContent.js +1 -1
  67. package/es/components/Datagrid/Datagrid/DatagridRow.js +7 -5
  68. package/es/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +2 -1
  69. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +1 -1
  70. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +1 -1
  71. package/es/components/Datagrid/Datagrid/addons/stateReducer.d.ts +7 -0
  72. package/es/components/Datagrid/Datagrid/addons/stateReducer.js +70 -27
  73. package/es/components/Datagrid/types/index.d.ts +2 -0
  74. package/es/components/Datagrid/useNestedRowExpander.js +65 -16
  75. package/es/components/Datagrid/useRowRenderer.js +44 -2
  76. package/es/components/DelimitedList/DelimitedList.d.ts +1 -2
  77. package/es/components/DelimitedList/index.d.ts +8 -1
  78. package/es/components/EditFullPage/EditFullPage.d.ts +1 -2
  79. package/es/components/EditFullPage/index.d.ts +8 -1
  80. package/es/components/EditInPlace/EditInPlace.d.ts +1 -1
  81. package/es/components/EditInPlace/EditInPlace.js +3 -3
  82. package/es/components/EditInPlace/index.d.ts +8 -1
  83. package/es/components/EditSidePanel/EditSidePanel.d.ts +2 -3
  84. package/es/components/EditSidePanel/EditSidePanel.js +3 -3
  85. package/es/components/EditSidePanel/index.d.ts +8 -1
  86. package/es/components/EditTearsheetNarrow/EditTearsheetNarrow.d.ts +1 -2
  87. package/es/components/EditTearsheetNarrow/index.d.ts +8 -1
  88. package/es/components/EditUpdateCards/EditUpdateCards.d.ts +1 -1
  89. package/es/components/EditUpdateCards/EditUpdateCards.js +2 -1
  90. package/es/components/EditUpdateCards/index.d.ts +8 -1
  91. package/es/components/ExportModal/ExportModal.d.ts +3 -3
  92. package/es/components/ExportModal/ExportModal.js +3 -3
  93. package/es/components/ExportModal/index.d.ts +2 -1
  94. package/es/components/ExpressiveCard/ExpressiveCard.d.ts +1 -1
  95. package/es/components/ExpressiveCard/ExpressiveCard.js +1 -1
  96. package/es/components/ExpressiveCard/index.d.ts +2 -1
  97. package/es/components/FeatureFlags/index.d.ts +26 -21
  98. package/es/components/FeatureFlags/index.js +1 -10
  99. package/es/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +1 -1
  100. package/es/components/FilterSummary/FilterSummary.d.ts +1 -1
  101. package/es/components/FilterSummary/FilterSummary.js +7 -8
  102. package/es/components/FilterSummary/index.d.ts +8 -1
  103. package/es/components/FullPageError/FullPageError.d.ts +1 -2
  104. package/es/components/FullPageError/FullPageError.js +4 -4
  105. package/es/components/FullPageError/index.d.ts +8 -1
  106. package/es/components/GetStartedCard/GetStartedCard.d.ts +1 -1
  107. package/es/components/GetStartedCard/index.d.ts +8 -1
  108. package/es/components/Guidebanner/Guidebanner.d.ts +1 -2
  109. package/es/components/Guidebanner/Guidebanner.js +5 -4
  110. package/es/components/Guidebanner/GuidebannerElement.d.ts +1 -2
  111. package/es/components/Guidebanner/GuidebannerElementButton.d.ts +2 -3
  112. package/es/components/Guidebanner/GuidebannerElementButton.js +2 -2
  113. package/es/components/Guidebanner/GuidebannerElementLink.d.ts +2 -3
  114. package/es/components/Guidebanner/GuidebannerElementLink.js +1 -1
  115. package/es/components/Guidebanner/index.d.ts +14 -4
  116. package/es/components/ImportModal/ImportModal.d.ts +1 -1
  117. package/es/components/ImportModal/ImportModal.js +3 -3
  118. package/es/components/ImportModal/index.d.ts +2 -1
  119. package/es/components/InlineTip/InlineTip.d.ts +1 -1
  120. package/es/components/InlineTip/InlineTip.js +4 -4
  121. package/es/components/InlineTip/InlineTipButton.d.ts +1 -2
  122. package/es/components/InlineTip/InlineTipButton.js +1 -1
  123. package/es/components/InlineTip/InlineTipLink.d.ts +1 -2
  124. package/es/components/InlineTip/InlineTipLink.js +2 -2
  125. package/es/components/InlineTip/index.d.ts +12 -3
  126. package/es/components/InterstitialScreen/InterstitialScreen.d.ts +1 -1
  127. package/es/components/InterstitialScreen/InterstitialScreen.js +6 -5
  128. package/es/components/InterstitialScreen/index.d.ts +8 -1
  129. package/es/components/InterstitialScreenView/InterstitialScreenView.d.ts +1 -2
  130. package/es/components/InterstitialScreenView/index.d.ts +8 -1
  131. package/es/components/InterstitialScreenViewModule/InterstitialScreenViewModule.d.ts +1 -2
  132. package/es/components/InterstitialScreenViewModule/InterstitialScreenViewModule.js +1 -1
  133. package/es/components/InterstitialScreenViewModule/index.d.ts +8 -1
  134. package/es/components/MultiAddSelect/MultiAddSelect.d.ts +1 -1
  135. package/es/components/MultiAddSelect/MultiAddSelect.js +1 -1
  136. package/es/components/MultiAddSelect/index.d.ts +2 -1
  137. package/es/components/NonLinearReading/NonLinearReading.d.ts +1 -1
  138. package/es/components/NonLinearReading/NonLinearReading.js +2 -2
  139. package/es/components/NonLinearReading/index.d.ts +8 -1
  140. package/es/components/NotificationsPanel/NotificationsPanel.d.ts +2 -2
  141. package/es/components/NotificationsPanel/NotificationsPanel.js +3 -3
  142. package/es/components/NotificationsPanel/index.d.ts +8 -1
  143. package/es/components/OptionsTile/OptionsTile.d.ts +1 -2
  144. package/es/components/OptionsTile/OptionsTile.js +4 -4
  145. package/es/components/OptionsTile/index.d.ts +8 -1
  146. package/es/components/PageHeader/PageHeader.d.ts +2 -2
  147. package/es/components/PageHeader/PageHeader.js +8 -8
  148. package/es/components/PageHeader/index.d.ts +2 -1
  149. package/es/components/ProductiveCard/ProductiveCard.d.ts +1 -1
  150. package/es/components/ProductiveCard/ProductiveCard.js +1 -1
  151. package/es/components/ProductiveCard/index.d.ts +2 -1
  152. package/es/components/RemoveModal/RemoveModal.d.ts +2 -3
  153. package/es/components/RemoveModal/RemoveModal.js +3 -3
  154. package/es/components/RemoveModal/index.d.ts +2 -1
  155. package/es/components/Saving/Saving.d.ts +1 -1
  156. package/es/components/Saving/Saving.js +2 -2
  157. package/es/components/Saving/index.d.ts +2 -1
  158. package/es/components/SearchBar/SearchBar.d.ts +1 -1
  159. package/es/components/SearchBar/SearchBar.js +1 -1
  160. package/es/components/SearchBar/index.d.ts +8 -1
  161. package/es/components/SidePanel/SidePanel.d.ts +1 -1
  162. package/es/components/SidePanel/SidePanel.js +9 -9
  163. package/es/components/SidePanel/index.d.ts +8 -1
  164. package/es/components/SingleAddSelect/SingleAddSelect.d.ts +1 -2
  165. package/es/components/SingleAddSelect/SingleAddSelect.js +1 -1
  166. package/es/components/SingleAddSelect/index.d.ts +2 -1
  167. package/es/components/StatusIcon/StatusIcon.d.ts +1 -1
  168. package/es/components/StatusIcon/StatusIcon.js +1 -1
  169. package/es/components/StatusIcon/index.d.ts +8 -1
  170. package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.d.ts +1 -2
  171. package/es/components/SteppedAnimatedMedia/index.d.ts +8 -1
  172. package/es/components/TagOverflow/TagOverflow.d.ts +3 -3
  173. package/es/components/TagOverflow/TagOverflow.js +4 -4
  174. package/es/components/TagOverflow/index.d.ts +8 -1
  175. package/es/components/TagSet/TagSet.d.ts +2 -2
  176. package/es/components/TagSet/TagSet.js +4 -4
  177. package/es/components/TagSet/index.d.ts +2 -1
  178. package/es/components/Tearsheet/Tearsheet.d.ts +2 -3
  179. package/es/components/Tearsheet/Tearsheet.js +4 -4
  180. package/es/components/Tearsheet/TearsheetNarrow.d.ts +3 -3
  181. package/es/components/Tearsheet/TearsheetNarrow.js +4 -4
  182. package/es/components/Tearsheet/TearsheetShell.js +1 -1
  183. package/es/components/Tearsheet/index.d.ts +10 -2
  184. package/es/components/Toolbar/Toolbar.d.ts +1 -1
  185. package/es/components/Toolbar/Toolbar.js +3 -3
  186. package/es/components/Toolbar/ToolbarButton.d.ts +2 -3
  187. package/es/components/Toolbar/ToolbarButton.js +3 -3
  188. package/es/components/Toolbar/ToolbarGroup.d.ts +1 -2
  189. package/es/components/Toolbar/ToolbarGroup.js +3 -3
  190. package/es/components/Toolbar/index.d.ts +12 -3
  191. package/es/components/TruncatedList/TruncatedList.d.ts +1 -2
  192. package/es/components/TruncatedList/TruncatedList.js +2 -2
  193. package/es/components/TruncatedList/index.d.ts +8 -1
  194. package/es/components/UserProfileImage/UserProfileImage.d.ts +3 -3
  195. package/es/components/UserProfileImage/UserProfileImage.js +5 -4
  196. package/es/components/UserProfileImage/index.d.ts +2 -1
  197. package/es/components/WebTerminal/WebTerminal.d.ts +4 -4
  198. package/es/components/WebTerminal/WebTerminal.js +5 -5
  199. package/es/components/WebTerminal/WebTerminalContentWrapper.d.ts +2 -3
  200. package/es/components/WebTerminal/index.d.ts +11 -3
  201. package/lib/components/APIKeyModal/index.d.ts +2 -1
  202. package/lib/components/AboutModal/AboutModal.d.ts +1 -2
  203. package/lib/components/AboutModal/index.d.ts +8 -1
  204. package/lib/components/ActionSet/ActionSet.d.ts +1 -2
  205. package/lib/components/ActionSet/ActionSet.js +2 -2
  206. package/lib/components/ActionSet/index.d.ts +8 -1
  207. package/lib/components/AddSelect/AddSelectBody.js +2 -2
  208. package/lib/components/AddSelect/index.d.ts +2 -1
  209. package/lib/components/Carousel/index.d.ts +9 -2
  210. package/lib/components/Cascade/Cascade.d.ts +1 -2
  211. package/lib/components/Cascade/Cascade.js +2 -2
  212. package/lib/components/Cascade/index.d.ts +2 -1
  213. package/lib/components/Checklist/Checklist.d.ts +2 -2
  214. package/lib/components/Checklist/Checklist.js +6 -6
  215. package/lib/components/Checklist/index.d.ts +8 -1
  216. package/lib/components/Coachmark/Coachmark.d.ts +1 -2
  217. package/lib/components/Coachmark/Coachmark.js +5 -5
  218. package/lib/components/Coachmark/index.d.ts +10 -3
  219. package/lib/components/CoachmarkBeacon/CoachmarkBeacon.d.ts +2 -3
  220. package/lib/components/CoachmarkBeacon/CoachmarkBeacon.js +3 -2
  221. package/lib/components/CoachmarkBeacon/index.d.ts +8 -1
  222. package/lib/components/CoachmarkButton/CoachmarkButton.d.ts +1 -2
  223. package/lib/components/CoachmarkButton/CoachmarkButton.js +4 -2
  224. package/lib/components/CoachmarkButton/index.d.ts +8 -1
  225. package/lib/components/CoachmarkFixed/CoachmarkFixed.d.ts +1 -2
  226. package/lib/components/CoachmarkFixed/CoachmarkFixed.js +6 -5
  227. package/lib/components/CoachmarkFixed/index.d.ts +8 -1
  228. package/lib/components/CoachmarkOverlayElement/CoachmarkOverlayElement.d.ts +1 -2
  229. package/lib/components/CoachmarkOverlayElement/index.d.ts +8 -1
  230. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.d.ts +1 -2
  231. package/lib/components/CoachmarkOverlayElements/CoachmarkOverlayElements.js +8 -5
  232. package/lib/components/CoachmarkOverlayElements/index.d.ts +8 -1
  233. package/lib/components/CoachmarkStack/CoachmarkStackHome.js +1 -1
  234. package/lib/components/ComboButton/ComboButton.d.ts +1 -1
  235. package/lib/components/ComboButton/ComboButton.js +5 -5
  236. package/lib/components/ComboButton/index.d.ts +9 -2
  237. package/lib/components/CreateFullPage/CreateFullPage.d.ts +1 -1
  238. package/lib/components/CreateFullPage/CreateFullPage.js +5 -5
  239. package/lib/components/CreateFullPage/index.d.ts +9 -2
  240. package/lib/components/CreateModal/CreateModal.d.ts +2 -3
  241. package/lib/components/CreateModal/CreateModal.js +1 -1
  242. package/lib/components/CreateModal/index.d.ts +2 -1
  243. package/lib/components/CreateSidePanel/CreateSidePanel.js +1 -1
  244. package/lib/components/CreateSidePanel/index.d.ts +7 -1
  245. package/lib/components/CreateTearsheet/CreateTearsheet.d.ts +2 -2
  246. package/lib/components/CreateTearsheet/CreateTearsheet.js +4 -4
  247. package/lib/components/CreateTearsheet/index.d.ts +10 -3
  248. package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.d.ts +1 -1
  249. package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.js +2 -2
  250. package/lib/components/CreateTearsheetNarrow/index.d.ts +8 -1
  251. package/lib/components/DataSpreadsheet/DataSpreadsheet.d.ts +3 -4
  252. package/lib/components/DataSpreadsheet/DataSpreadsheet.js +11 -10
  253. package/lib/components/DataSpreadsheet/index.d.ts +8 -1
  254. package/lib/components/Datagrid/Datagrid/DatagridContent.js +1 -1
  255. package/lib/components/Datagrid/Datagrid/DatagridRow.js +7 -5
  256. package/lib/components/Datagrid/Datagrid/addons/CustomizeColumns/CustomizeColumnsTearsheet.js +2 -1
  257. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterFlyout.js +1 -1
  258. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +1 -1
  259. package/lib/components/Datagrid/Datagrid/addons/stateReducer.d.ts +7 -0
  260. package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +70 -26
  261. package/lib/components/Datagrid/types/index.d.ts +2 -0
  262. package/lib/components/Datagrid/useNestedRowExpander.js +64 -15
  263. package/lib/components/Datagrid/useRowRenderer.js +44 -2
  264. package/lib/components/DelimitedList/DelimitedList.d.ts +1 -2
  265. package/lib/components/DelimitedList/index.d.ts +8 -1
  266. package/lib/components/EditFullPage/EditFullPage.d.ts +1 -2
  267. package/lib/components/EditFullPage/index.d.ts +8 -1
  268. package/lib/components/EditInPlace/EditInPlace.d.ts +1 -1
  269. package/lib/components/EditInPlace/EditInPlace.js +3 -3
  270. package/lib/components/EditInPlace/index.d.ts +8 -1
  271. package/lib/components/EditSidePanel/EditSidePanel.d.ts +2 -3
  272. package/lib/components/EditSidePanel/EditSidePanel.js +3 -3
  273. package/lib/components/EditSidePanel/index.d.ts +8 -1
  274. package/lib/components/EditTearsheetNarrow/EditTearsheetNarrow.d.ts +1 -2
  275. package/lib/components/EditTearsheetNarrow/index.d.ts +8 -1
  276. package/lib/components/EditUpdateCards/EditUpdateCards.d.ts +1 -1
  277. package/lib/components/EditUpdateCards/EditUpdateCards.js +2 -1
  278. package/lib/components/EditUpdateCards/index.d.ts +8 -1
  279. package/lib/components/ExportModal/ExportModal.d.ts +3 -3
  280. package/lib/components/ExportModal/ExportModal.js +3 -3
  281. package/lib/components/ExportModal/index.d.ts +2 -1
  282. package/lib/components/ExpressiveCard/ExpressiveCard.d.ts +1 -1
  283. package/lib/components/ExpressiveCard/ExpressiveCard.js +1 -1
  284. package/lib/components/ExpressiveCard/index.d.ts +2 -1
  285. package/lib/components/FeatureFlags/index.d.ts +26 -21
  286. package/lib/components/FeatureFlags/index.js +1 -10
  287. package/lib/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +1 -1
  288. package/lib/components/FilterSummary/FilterSummary.d.ts +1 -1
  289. package/lib/components/FilterSummary/FilterSummary.js +7 -8
  290. package/lib/components/FilterSummary/index.d.ts +8 -1
  291. package/lib/components/FullPageError/FullPageError.d.ts +1 -2
  292. package/lib/components/FullPageError/FullPageError.js +4 -4
  293. package/lib/components/FullPageError/index.d.ts +8 -1
  294. package/lib/components/GetStartedCard/GetStartedCard.d.ts +1 -1
  295. package/lib/components/GetStartedCard/index.d.ts +8 -1
  296. package/lib/components/Guidebanner/Guidebanner.d.ts +1 -2
  297. package/lib/components/Guidebanner/Guidebanner.js +5 -4
  298. package/lib/components/Guidebanner/GuidebannerElement.d.ts +1 -2
  299. package/lib/components/Guidebanner/GuidebannerElementButton.d.ts +2 -3
  300. package/lib/components/Guidebanner/GuidebannerElementButton.js +2 -2
  301. package/lib/components/Guidebanner/GuidebannerElementLink.d.ts +2 -3
  302. package/lib/components/Guidebanner/GuidebannerElementLink.js +1 -1
  303. package/lib/components/Guidebanner/index.d.ts +14 -4
  304. package/lib/components/ImportModal/ImportModal.d.ts +1 -1
  305. package/lib/components/ImportModal/ImportModal.js +3 -3
  306. package/lib/components/ImportModal/index.d.ts +2 -1
  307. package/lib/components/InlineTip/InlineTip.d.ts +1 -1
  308. package/lib/components/InlineTip/InlineTip.js +4 -4
  309. package/lib/components/InlineTip/InlineTipButton.d.ts +1 -2
  310. package/lib/components/InlineTip/InlineTipButton.js +1 -1
  311. package/lib/components/InlineTip/InlineTipLink.d.ts +1 -2
  312. package/lib/components/InlineTip/InlineTipLink.js +2 -2
  313. package/lib/components/InlineTip/index.d.ts +12 -3
  314. package/lib/components/InterstitialScreen/InterstitialScreen.d.ts +1 -1
  315. package/lib/components/InterstitialScreen/InterstitialScreen.js +6 -5
  316. package/lib/components/InterstitialScreen/index.d.ts +8 -1
  317. package/lib/components/InterstitialScreenView/InterstitialScreenView.d.ts +1 -2
  318. package/lib/components/InterstitialScreenView/index.d.ts +8 -1
  319. package/lib/components/InterstitialScreenViewModule/InterstitialScreenViewModule.d.ts +1 -2
  320. package/lib/components/InterstitialScreenViewModule/InterstitialScreenViewModule.js +1 -1
  321. package/lib/components/InterstitialScreenViewModule/index.d.ts +8 -1
  322. package/lib/components/MultiAddSelect/MultiAddSelect.d.ts +1 -1
  323. package/lib/components/MultiAddSelect/MultiAddSelect.js +1 -1
  324. package/lib/components/MultiAddSelect/index.d.ts +2 -1
  325. package/lib/components/NonLinearReading/NonLinearReading.d.ts +1 -1
  326. package/lib/components/NonLinearReading/NonLinearReading.js +2 -2
  327. package/lib/components/NonLinearReading/index.d.ts +8 -1
  328. package/lib/components/NotificationsPanel/NotificationsPanel.d.ts +2 -2
  329. package/lib/components/NotificationsPanel/NotificationsPanel.js +3 -3
  330. package/lib/components/NotificationsPanel/index.d.ts +8 -1
  331. package/lib/components/OptionsTile/OptionsTile.d.ts +1 -2
  332. package/lib/components/OptionsTile/OptionsTile.js +5 -5
  333. package/lib/components/OptionsTile/index.d.ts +8 -1
  334. package/lib/components/PageHeader/PageHeader.d.ts +2 -2
  335. package/lib/components/PageHeader/PageHeader.js +8 -8
  336. package/lib/components/PageHeader/index.d.ts +2 -1
  337. package/lib/components/ProductiveCard/ProductiveCard.d.ts +1 -1
  338. package/lib/components/ProductiveCard/ProductiveCard.js +1 -1
  339. package/lib/components/ProductiveCard/index.d.ts +2 -1
  340. package/lib/components/RemoveModal/RemoveModal.d.ts +2 -3
  341. package/lib/components/RemoveModal/RemoveModal.js +3 -3
  342. package/lib/components/RemoveModal/index.d.ts +2 -1
  343. package/lib/components/Saving/Saving.d.ts +1 -1
  344. package/lib/components/Saving/Saving.js +2 -2
  345. package/lib/components/Saving/index.d.ts +2 -1
  346. package/lib/components/SearchBar/SearchBar.d.ts +1 -1
  347. package/lib/components/SearchBar/SearchBar.js +1 -1
  348. package/lib/components/SearchBar/index.d.ts +8 -1
  349. package/lib/components/SidePanel/SidePanel.d.ts +1 -1
  350. package/lib/components/SidePanel/SidePanel.js +9 -9
  351. package/lib/components/SidePanel/index.d.ts +8 -1
  352. package/lib/components/SingleAddSelect/SingleAddSelect.d.ts +1 -2
  353. package/lib/components/SingleAddSelect/SingleAddSelect.js +1 -1
  354. package/lib/components/SingleAddSelect/index.d.ts +2 -1
  355. package/lib/components/StatusIcon/StatusIcon.d.ts +1 -1
  356. package/lib/components/StatusIcon/StatusIcon.js +1 -1
  357. package/lib/components/StatusIcon/index.d.ts +8 -1
  358. package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.d.ts +1 -2
  359. package/lib/components/SteppedAnimatedMedia/index.d.ts +8 -1
  360. package/lib/components/TagOverflow/TagOverflow.d.ts +3 -3
  361. package/lib/components/TagOverflow/TagOverflow.js +4 -4
  362. package/lib/components/TagOverflow/index.d.ts +8 -1
  363. package/lib/components/TagSet/TagSet.d.ts +2 -2
  364. package/lib/components/TagSet/TagSet.js +4 -4
  365. package/lib/components/TagSet/index.d.ts +2 -1
  366. package/lib/components/Tearsheet/Tearsheet.d.ts +2 -3
  367. package/lib/components/Tearsheet/Tearsheet.js +4 -4
  368. package/lib/components/Tearsheet/TearsheetNarrow.d.ts +3 -3
  369. package/lib/components/Tearsheet/TearsheetNarrow.js +4 -4
  370. package/lib/components/Tearsheet/TearsheetShell.js +1 -1
  371. package/lib/components/Tearsheet/index.d.ts +10 -2
  372. package/lib/components/Toolbar/Toolbar.d.ts +1 -1
  373. package/lib/components/Toolbar/Toolbar.js +4 -4
  374. package/lib/components/Toolbar/ToolbarButton.d.ts +2 -3
  375. package/lib/components/Toolbar/ToolbarButton.js +4 -4
  376. package/lib/components/Toolbar/ToolbarGroup.d.ts +1 -2
  377. package/lib/components/Toolbar/ToolbarGroup.js +4 -4
  378. package/lib/components/Toolbar/index.d.ts +12 -3
  379. package/lib/components/TruncatedList/TruncatedList.d.ts +1 -2
  380. package/lib/components/TruncatedList/TruncatedList.js +2 -2
  381. package/lib/components/TruncatedList/index.d.ts +8 -1
  382. package/lib/components/UserProfileImage/UserProfileImage.d.ts +3 -3
  383. package/lib/components/UserProfileImage/UserProfileImage.js +5 -4
  384. package/lib/components/UserProfileImage/index.d.ts +2 -1
  385. package/lib/components/WebTerminal/WebTerminal.d.ts +4 -4
  386. package/lib/components/WebTerminal/WebTerminal.js +5 -5
  387. package/lib/components/WebTerminal/WebTerminalContentWrapper.d.ts +2 -3
  388. package/lib/components/WebTerminal/index.d.ts +11 -3
  389. package/package.json +2 -2
  390. package/scss/components/Datagrid/styles/_useNestedRows.scss +1 -1
@@ -7,7 +7,7 @@
7
7
  import React from 'react';
8
8
  type Type = 'manual' | 'auto';
9
9
  type Status = 'default' | 'in-progress' | 'success' | 'fail';
10
- interface SavingProps {
10
+ export interface SavingProps {
11
11
  /**
12
12
  * Provide an optional class to be applied to the containing node.
13
13
  */
@@ -10,11 +10,11 @@
10
10
  Object.defineProperty(exports, '__esModule', { value: true });
11
11
 
12
12
  var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelpers.js');
13
- var React = require('react');
14
- var cx = require('classnames');
15
13
  var react = require('@carbon/react');
16
14
  var icons = require('@carbon/react/icons');
15
+ var React = require('react');
17
16
  var index = require('../../node_modules/prop-types/index.js');
17
+ var cx = require('classnames');
18
18
  var devtools = require('../../global/js/utils/devtools.js');
19
19
  var settings = require('../../settings.js');
20
20
 
@@ -1 +1,2 @@
1
- export { Saving } from "./Saving";
1
+ export { Saving } from './Saving';
2
+ export type { SavingProps } from './Saving';
@@ -7,7 +7,7 @@
7
7
  import React, { PropsWithChildren } from 'react';
8
8
  import PropTypes from 'prop-types';
9
9
  type Scopes = string[] | object[];
10
- interface SearchBarProps extends PropsWithChildren {
10
+ export interface SearchBarProps extends PropsWithChildren {
11
11
  /** @type {string} Optional additional class name. */
12
12
  className?: string;
13
13
  /** @type {string} The label text for the search text input. */
@@ -10,12 +10,12 @@
10
10
  Object.defineProperty(exports, '__esModule', { value: true });
11
11
 
12
12
  var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelpers.js');
13
+ var react = require('@carbon/react');
13
14
  var React = require('react');
14
15
  var index = require('../../node_modules/prop-types/index.js');
15
16
  var cx = require('classnames');
16
17
  var devtools = require('../../global/js/utils/devtools.js');
17
18
  var settings = require('../../settings.js');
18
- var react = require('@carbon/react');
19
19
 
20
20
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
21
21
 
@@ -1 +1,8 @@
1
- export { SearchBar } from "./SearchBar";
1
+ /**
2
+ * Copyright IBM Corp. 2024, 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ export { SearchBar } from './SearchBar';
8
+ export type { SearchBarProps } from './SearchBar';
@@ -143,7 +143,7 @@ type SidePanelSlideInProps = {
143
143
  */
144
144
  selectorPageContent: string;
145
145
  };
146
- type SidePanelProps = SidePanelBaseProps & SidePanelSlideInProps;
146
+ export type SidePanelProps = SidePanelBaseProps & SidePanelSlideInProps;
147
147
  /**
148
148
  * Side panels keep users in-context of a page while performing tasks like navigating, editing, viewing details, or configuring something new.
149
149
  */
@@ -10,21 +10,21 @@
10
10
  Object.defineProperty(exports, '__esModule', { value: true });
11
11
 
12
12
  var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelpers.js');
13
- var React = require('react');
14
13
  var framerMotion = require('framer-motion');
14
+ var icons = require('@carbon/react/icons');
15
+ var react = require('@carbon/react');
16
+ var React = require('react');
17
+ var variants = require('./motion/variants.js');
18
+ var ActionSet = require('../ActionSet/ActionSet.js');
15
19
  var index = require('../../node_modules/prop-types/index.js');
20
+ var constants = require('./constants.js');
21
+ var propsHelper = require('../../global/js/utils/props-helper.js');
16
22
  var cx = require('classnames');
17
- var carbonMotion = require('@carbon/motion');
18
23
  var devtools = require('../../global/js/utils/devtools.js');
19
- var propsHelper = require('../../global/js/utils/props-helper.js');
20
- var settings = require('../../settings.js');
21
- var constants = require('./constants.js');
22
- var react = require('@carbon/react');
23
- var icons = require('@carbon/react/icons');
24
- var variants = require('./motion/variants.js');
24
+ var carbonMotion = require('@carbon/motion');
25
25
  var pconsole = require('../../global/js/utils/pconsole.js');
26
+ var settings = require('../../settings.js');
26
27
  var usePrefersReducedMotion = require('../../global/js/hooks/usePrefersReducedMotion.js');
27
- var ActionSet = require('../ActionSet/ActionSet.js');
28
28
  var usePreviousValue = require('../../global/js/hooks/usePreviousValue.js');
29
29
  var useFocus = require('../../global/js/hooks/useFocus.js');
30
30
 
@@ -1 +1,8 @@
1
- export { SidePanel } from "./SidePanel";
1
+ /**
2
+ * Copyright IBM Corp. 2020, 2021
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ export { SidePanel } from './SidePanel';
8
+ export type { SidePanelProps } from './SidePanel';
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { Entry } from '../AddSelect/types';
3
- interface SingleAddSelectProps {
3
+ export interface SingleAddSelectProps {
4
4
  /**
5
5
  * optional class name
6
6
  */
@@ -69,4 +69,3 @@ interface SingleAddSelectProps {
69
69
  * Used to add or select one or more items from larger lists or hierarchies.
70
70
  */
71
71
  export declare let SingleAddSelect: React.ForwardRefExoticComponent<SingleAddSelectProps & React.RefAttributes<HTMLDivElement>>;
72
- export {};
@@ -11,11 +11,11 @@ Object.defineProperty(exports, '__esModule', { value: true });
11
11
 
12
12
  var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelpers.js');
13
13
  var React = require('react');
14
+ var AddSelect = require('../AddSelect/AddSelect.js');
14
15
  var index = require('../../node_modules/prop-types/index.js');
15
16
  var devtools = require('../../global/js/utils/devtools.js');
16
17
  var settings = require('../../settings.js');
17
18
  var propsHelper = require('../../global/js/utils/props-helper.js');
18
- var AddSelect = require('../AddSelect/AddSelect.js');
19
19
 
20
20
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
21
21
 
@@ -1 +1,2 @@
1
- export { SingleAddSelect } from "./SingleAddSelect";
1
+ export { SingleAddSelect } from './SingleAddSelect';
2
+ export type { SingleAddSelectProps } from './SingleAddSelect';
@@ -17,7 +17,7 @@ users to quickly assess and identify status and respond accordingly.
17
17
  type Size = 'sm' | 'md' | 'lg' | 'xl';
18
18
  type Theme = 'light' | 'dark';
19
19
  type Kind = 'fatal' | 'critical' | 'major-warning' | 'minor-warning' | 'undefined' | 'unknown' | 'normal' | 'info' | 'in-progress' | 'running' | 'pending';
20
- interface StatusIconProps extends PropsWithChildren {
20
+ export interface StatusIconProps extends PropsWithChildren {
21
21
  /**
22
22
  * Provide an optional class to be applied to the modal root node.
23
23
  */
@@ -10,10 +10,10 @@
10
10
  Object.defineProperty(exports, '__esModule', { value: true });
11
11
 
12
12
  var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelpers.js');
13
+ var icons = require('@carbon/react/icons');
13
14
  var React = require('react');
14
15
  var index = require('../../node_modules/prop-types/index.js');
15
16
  var cx = require('classnames');
16
- var icons = require('@carbon/react/icons');
17
17
  var devtools = require('../../global/js/utils/devtools.js');
18
18
  var settings = require('../../settings.js');
19
19
 
@@ -1 +1,8 @@
1
- export { StatusIcon } from "./StatusIcon";
1
+ /**
2
+ * Copyright IBM Corp. 2021, 2021
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ export { StatusIcon } from './StatusIcon';
8
+ export type { StatusIconProps } from './StatusIcon';
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
7
  import React from 'react';
8
- interface SteppedAnimatedMediaProps {
8
+ export interface SteppedAnimatedMediaProps {
9
9
  /**
10
10
  * Optional class name for this component.
11
11
  */
@@ -23,4 +23,3 @@ interface SteppedAnimatedMediaProps {
23
23
  * The SteppedAnimatedMedia is an Onboarding internal component and is not intended for general use.
24
24
  */
25
25
  export declare const SteppedAnimatedMedia: React.ForwardRefExoticComponent<SteppedAnimatedMediaProps & React.RefAttributes<HTMLDivElement>>;
26
- export {};
@@ -1 +1,8 @@
1
- export { SteppedAnimatedMedia } from "./SteppedAnimatedMedia";
1
+ /**
2
+ * Copyright IBM Corp. 2023, 2023
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ export { SteppedAnimatedMedia } from './SteppedAnimatedMedia';
8
+ export type { SteppedAnimatedMediaProps } from './SteppedAnimatedMedia';
@@ -4,7 +4,7 @@
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
- import React, { RefObject, ReactNode } from 'react';
7
+ import React, { ReactNode, RefObject } from 'react';
8
8
  export interface TagOverflowItem {
9
9
  className?: string;
10
10
  filter?: string;
@@ -14,7 +14,7 @@ export interface TagOverflowItem {
14
14
  tagType?: 'red' | 'magenta' | 'purple' | 'blue' | 'cyan' | 'teal' | 'green' | 'gray' | 'cool-gray' | 'warm-gray' | 'high-contrast' | 'outline';
15
15
  type?: string;
16
16
  }
17
- export interface Props {
17
+ export interface TagOverflowProps {
18
18
  align?: 'start' | 'center' | 'end';
19
19
  allTagsModalSearchLabel?: string;
20
20
  allTagsModalSearchPlaceholderText?: string;
@@ -33,7 +33,7 @@ export interface Props {
33
33
  showAllTagsLabel?: string;
34
34
  tagComponent?: string;
35
35
  }
36
- export declare let TagOverflow: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLDivElement>>;
36
+ export declare let TagOverflow: React.ForwardRefExoticComponent<TagOverflowProps & React.RefAttributes<HTMLDivElement>>;
37
37
  /**
38
38
  * The strings shown in the showAllModal are only shown if we have more than allTagsModalSearchLThreshold
39
39
  * @returns null if no problems
@@ -11,16 +11,16 @@ Object.defineProperty(exports, '__esModule', { value: true });
11
11
 
12
12
  var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelpers.js');
13
13
  var React = require('react');
14
+ var react = require('@carbon/react');
14
15
  var index = require('../../node_modules/prop-types/index.js');
16
+ var constants = require('./constants.js');
17
+ var TagOverflowModal = require('./TagOverflowModal.js');
18
+ var TagOverflowPopover = require('./TagOverflowPopover.js');
15
19
  var cx = require('classnames');
16
20
  var devtools = require('../../global/js/utils/devtools.js');
17
21
  var propsHelper = require('../../global/js/utils/props-helper.js');
18
22
  var settings = require('../../settings.js');
19
- var react = require('@carbon/react');
20
- var constants = require('./constants.js');
21
23
  var useResizeObserver = require('../../global/js/hooks/useResizeObserver.js');
22
- var TagOverflowPopover = require('./TagOverflowPopover.js');
23
- var TagOverflowModal = require('./TagOverflowModal.js');
24
24
 
25
25
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
26
26
 
@@ -1 +1,8 @@
1
- export { TagOverflow } from "./TagOverflow";
1
+ /**
2
+ * Copyright IBM Corp. 2024, 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ export { TagOverflow } from './TagOverflow';
8
+ export type { TagOverflowProps } from './TagOverflow';
@@ -1,4 +1,4 @@
1
- import React, { ReactNode, PropsWithChildren } from 'react';
1
+ import React, { PropsWithChildren, ReactNode } from 'react';
2
2
  import { TagBaseProps } from '@carbon/type';
3
3
  type Align = 'start' | 'center' | 'end';
4
4
  type OverflowAlign = 'top' | 'top-left' | 'top-right' | 'bottom' | 'bottom-left' | 'bottom-right' | 'left' | 'left-bottom' | 'left-top' | 'right' | 'right-bottom' | 'right-top';
@@ -7,7 +7,7 @@ type TagType = {
7
7
  label: string;
8
8
  type?: keyof typeof tagTypes;
9
9
  } & TagBaseProps;
10
- interface TagSetProps extends PropsWithChildren {
10
+ export interface TagSetProps extends PropsWithChildren {
11
11
  /**
12
12
  * align the Tags displayed by the TagSet. Default start.
13
13
  */
@@ -12,14 +12,14 @@ Object.defineProperty(exports, '__esModule', { value: true });
12
12
  var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelpers.js');
13
13
  var React = require('react');
14
14
  var index = require('../../node_modules/prop-types/index.js');
15
- var cx = require('classnames');
16
- var TagSetOverflow = require('./TagSetOverflow.js');
17
- var TagSetModal = require('./TagSetModal.js');
18
15
  var react = require('@carbon/react');
19
- var useResizeObserver = require('../../global/js/hooks/useResizeObserver.js');
16
+ var TagSetModal = require('./TagSetModal.js');
17
+ var TagSetOverflow = require('./TagSetOverflow.js');
18
+ var cx = require('classnames');
20
19
  var devtools = require('../../global/js/utils/devtools.js');
21
20
  var propsHelper = require('../../global/js/utils/props-helper.js');
22
21
  var settings = require('../../settings.js');
22
+ var useResizeObserver = require('../../global/js/hooks/useResizeObserver.js');
23
23
 
24
24
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
25
25
 
@@ -1 +1,2 @@
1
- export { TagSet } from "./TagSet";
1
+ export { TagSet } from './TagSet';
2
+ export type { TagSetProps } from './TagSet';
@@ -5,9 +5,9 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
7
  /// <reference path="../../../src/custom-typings/index.d.ts" />
8
+ import { ButtonProps } from '@carbon/react';
8
9
  import React, { PropsWithChildren, ReactNode } from 'react';
9
10
  import PropTypes from 'prop-types';
10
- import { ButtonProps } from '@carbon/react';
11
11
  /**
12
12
  * The accessibility title for the close icon (if shown).
13
13
  *
@@ -21,7 +21,7 @@ export type CloseIconDescriptionTypes = {
21
21
  hasCloseIcon: true;
22
22
  closeIconDescription: string;
23
23
  };
24
- interface TearsheetProps extends PropsWithChildren {
24
+ export interface TearsheetProps extends PropsWithChildren {
25
25
  /**
26
26
  * The navigation actions to be shown as buttons in the action area at the
27
27
  * bottom of the tearsheet. Each action is specified as an object with
@@ -148,4 +148,3 @@ export declare const deprecatedProps: {
148
148
  */
149
149
  verticalPosition: PropTypes.Requireable<string>;
150
150
  };
151
- export {};
@@ -10,14 +10,14 @@
10
10
  Object.defineProperty(exports, '__esModule', { value: true });
11
11
 
12
12
  var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelpers.js');
13
+ var react = require('@carbon/react');
13
14
  var React = require('react');
15
+ var TearsheetShell = require('./TearsheetShell.js');
16
+ var ActionSet = require('../ActionSet/ActionSet.js');
14
17
  var index = require('../../node_modules/prop-types/index.js');
15
- var devtools = require('../../global/js/utils/devtools.js');
16
18
  var propsHelper = require('../../global/js/utils/props-helper.js');
19
+ var devtools = require('../../global/js/utils/devtools.js');
17
20
  var settings = require('../../settings.js');
18
- var react = require('@carbon/react');
19
- var TearsheetShell = require('./TearsheetShell.js');
20
- var ActionSet = require('../ActionSet/ActionSet.js');
21
21
 
22
22
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
23
23
 
@@ -5,10 +5,10 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
7
  /// <reference path="../../../src/custom-typings/index.d.ts" />
8
- import React, { ReactNode, PropsWithChildren } from 'react';
9
- import PropTypes from 'prop-types';
10
8
  import { ButtonProps } from '@carbon/react';
11
9
  import { CloseIconDescriptionTypes } from './TearsheetShell';
10
+ import React, { PropsWithChildren, ReactNode } from 'react';
11
+ import PropTypes from 'prop-types';
12
12
  interface TearsheetNarrowBaseProps extends PropsWithChildren {
13
13
  /**
14
14
  * The navigation actions to be shown as buttons in the action area at the
@@ -90,7 +90,7 @@ interface TearsheetNarrowBaseProps extends PropsWithChildren {
90
90
  */
91
91
  verticalPosition?: 'normal' | 'lower';
92
92
  }
93
- type TearsheetNarrowProps = TearsheetNarrowBaseProps & CloseIconDescriptionTypes;
93
+ export type TearsheetNarrowProps = TearsheetNarrowBaseProps & CloseIconDescriptionTypes;
94
94
  /**
95
95
  * A narrow tearsheet is a slimmer variant of the tearsheet, providing a dialog
96
96
  * that keeps users in-context and focused by bringing actionable content front
@@ -10,14 +10,14 @@
10
10
  Object.defineProperty(exports, '__esModule', { value: true });
11
11
 
12
12
  var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelpers.js');
13
+ var react = require('@carbon/react');
14
+ var TearsheetShell = require('./TearsheetShell.js');
13
15
  var React = require('react');
16
+ var propsHelper = require('../../global/js/utils/props-helper.js');
17
+ var ActionSet = require('../ActionSet/ActionSet.js');
14
18
  var index = require('../../node_modules/prop-types/index.js');
15
19
  var devtools = require('../../global/js/utils/devtools.js');
16
- var propsHelper = require('../../global/js/utils/props-helper.js');
17
20
  var settings = require('../../settings.js');
18
- var react = require('@carbon/react');
19
- var TearsheetShell = require('./TearsheetShell.js');
20
- var ActionSet = require('../ActionSet/ActionSet.js');
21
21
 
22
22
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
23
23
 
@@ -18,11 +18,11 @@ var settings = require('../../settings.js');
18
18
  var pconsole = require('../../global/js/utils/pconsole.js');
19
19
  var getNodeTextContent = require('../../global/js/utils/getNodeTextContent.js');
20
20
  var react = require('@carbon/react');
21
+ var ActionSet = require('../ActionSet/ActionSet.js');
21
22
  var Wrap = require('../../global/js/utils/Wrap.js');
22
23
  var usePortalTarget = require('../../global/js/hooks/usePortalTarget.js');
23
24
  var useFocus = require('../../global/js/hooks/useFocus.js');
24
25
  var usePreviousValue = require('../../global/js/hooks/usePreviousValue.js');
25
- var ActionSet = require('../ActionSet/ActionSet.js');
26
26
 
27
27
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
28
28
 
@@ -1,2 +1,10 @@
1
- export { Tearsheet } from "./Tearsheet";
2
- export { TearsheetNarrow } from "./TearsheetNarrow";
1
+ /**
2
+ * Copyright IBM Corp. 2020, 2021
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ export { Tearsheet } from './Tearsheet';
8
+ export { TearsheetNarrow } from './TearsheetNarrow';
9
+ export type { TearsheetProps } from './Tearsheet';
10
+ export type { TearsheetNarrowProps } from './TearsheetNarrow';
@@ -6,7 +6,7 @@
6
6
  */
7
7
  import React from 'react';
8
8
  declare const blockClass: string;
9
- interface ToolbarProps {
9
+ export interface ToolbarProps {
10
10
  /** Provide an optional class to be applied to the containing node */
11
11
  className?: string;
12
12
  /** Determines whether the `Toolbar` is rendered vertically */
@@ -10,17 +10,17 @@
10
10
  Object.defineProperty(exports, '__esModule', { value: true });
11
11
 
12
12
  var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelpers.js');
13
- var cx = require('classnames');
14
- var index = require('../../node_modules/prop-types/index.js');
15
13
  var React = require('react');
16
- var devtools = require('../../global/js/utils/devtools.js');
14
+ var index = require('../../node_modules/prop-types/index.js');
17
15
  var getFocusableElements = require('../../global/js/utils/getFocusableElements.js');
16
+ var cx = require('classnames');
17
+ var devtools = require('../../global/js/utils/devtools.js');
18
18
  var settings = require('../../settings.js');
19
19
 
20
20
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
21
21
 
22
- var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
23
22
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
23
+ var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
24
24
 
25
25
  var _excluded = ["children", "className", "vertical"];
26
26
  var checkComponentEnabled = settings.pkg.checkComponentEnabled,
@@ -5,10 +5,10 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
7
  /// <reference path="../../../src/custom-typings/index.d.ts" />
8
- import { IconButton } from '@carbon/react';
9
8
  import React from 'react';
9
+ import { IconButton } from '@carbon/react';
10
10
  export declare const blockClass: string;
11
- interface ToolbarButtonProps extends React.ComponentProps<typeof IconButton> {
11
+ export interface ToolbarButtonProps extends React.ComponentProps<typeof IconButton> {
12
12
  /** Determines whether the caret is rendered */
13
13
  caret?: boolean;
14
14
  /** Provide an optional class to be applied to the containing node */
@@ -22,4 +22,3 @@ interface ToolbarButtonProps extends React.ComponentProps<typeof IconButton> {
22
22
  export declare let ToolbarButton: React.ForwardRefExoticComponent<ToolbarButtonProps & {
23
23
  children?: React.ReactNode;
24
24
  } & React.RefAttributes<unknown>>;
25
- export {};
@@ -10,17 +10,17 @@
10
10
  Object.defineProperty(exports, '__esModule', { value: true });
11
11
 
12
12
  var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelpers.js');
13
+ var React = require('react');
14
+ var Toolbar = require('./Toolbar.js');
15
+ var index = require('../../node_modules/prop-types/index.js');
13
16
  var react = require('@carbon/react');
14
17
  var cx = require('classnames');
15
- var index = require('../../node_modules/prop-types/index.js');
16
- var React = require('react');
17
18
  var settings = require('../../settings.js');
18
- var Toolbar = require('./Toolbar.js');
19
19
 
20
20
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
21
21
 
22
- var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
23
22
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
23
+ var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
24
24
 
25
25
  var _excluded = ["caret", "children", "className", "renderIcon", "iconDescription"];
26
26
  var blockClass = "".concat(Toolbar.blockClass, "__button");
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
7
  import React, { ReactNode } from 'react';
8
- interface ToolbarGroupProps {
8
+ export interface ToolbarGroupProps {
9
9
  /** Provide the content of the `ToolbarGroup` */
10
10
  children?: ReactNode;
11
11
  /** Provide an optional class to be applied to the containing node */
@@ -15,4 +15,3 @@ interface ToolbarGroupProps {
15
15
  export declare let ToolbarGroup: React.ForwardRefExoticComponent<ToolbarGroupProps & {
16
16
  children?: React.ReactNode;
17
17
  } & React.RefAttributes<HTMLDivElement>>;
18
- export {};
@@ -10,16 +10,16 @@
10
10
  Object.defineProperty(exports, '__esModule', { value: true });
11
11
 
12
12
  var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelpers.js');
13
- var cx = require('classnames');
14
- var index = require('../../node_modules/prop-types/index.js');
15
13
  var React = require('react');
16
- var settings = require('../../settings.js');
14
+ var index = require('../../node_modules/prop-types/index.js');
17
15
  var Toolbar = require('./Toolbar.js');
16
+ var cx = require('classnames');
17
+ var settings = require('../../settings.js');
18
18
 
19
19
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
20
20
 
21
- var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
22
21
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
22
+ var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
23
23
 
24
24
  var _excluded = ["className", "children"];
25
25
  /** Toolbar groups organize the commands within a toolbar into related groups. */
@@ -1,3 +1,12 @@
1
- export { Toolbar } from "./Toolbar";
2
- export { ToolbarButton } from "./ToolbarButton";
3
- export { ToolbarGroup } from "./ToolbarGroup";
1
+ /**
2
+ * Copyright IBM Corp. 2021, 2021
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ export { Toolbar } from './Toolbar';
8
+ export { ToolbarButton } from './ToolbarButton';
9
+ export { ToolbarGroup } from './ToolbarGroup';
10
+ export type { ToolbarProps } from './Toolbar';
11
+ export type { ToolbarButtonProps } from './ToolbarButton';
12
+ export type { ToolbarGroupProps } from './ToolbarGroup';
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
7
  import React, { PropsWithChildren, ReactNode } from 'react';
8
- interface TruncatedListProps extends PropsWithChildren {
8
+ export interface TruncatedListProps extends PropsWithChildren {
9
9
  as?: React.ElementType | string;
10
10
  /**
11
11
  * Optional class name for expand/collapse button.
@@ -49,4 +49,3 @@ interface TruncatedListProps extends PropsWithChildren {
49
49
  * and see the entire list.
50
50
  */
51
51
  export declare let TruncatedList: React.ForwardRefExoticComponent<TruncatedListProps & React.RefAttributes<HTMLDivElement>>;
52
- export {};
@@ -11,11 +11,11 @@ Object.defineProperty(exports, '__esModule', { value: true });
11
11
 
12
12
  var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelpers.js');
13
13
  var React = require('react');
14
+ var settings = require('../../settings.js');
15
+ var react = require('@carbon/react');
14
16
  var index = require('../../node_modules/prop-types/index.js');
15
17
  var cx = require('classnames');
16
18
  var devtools = require('../../global/js/utils/devtools.js');
17
- var settings = require('../../settings.js');
18
- var react = require('@carbon/react');
19
19
 
20
20
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
21
21
 
@@ -1 +1,8 @@
1
- export { TruncatedList } from "./TruncatedList";
1
+ /**
2
+ * Copyright IBM Corp. 2024, 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ export { TruncatedList } from './TruncatedList';
8
+ export type { TruncatedListProps } from './TruncatedList';
@@ -5,10 +5,10 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
7
  /// <reference path="../../../src/custom-typings/index.d.ts" />
8
- import React from 'react';
9
- import { CarbonIconType } from '@carbon/icons-react/lib/CarbonIcon';
10
8
  import '../../global/js/utils/props-helper';
9
+ import { CarbonIconType } from '@carbon/icons-react/lib/CarbonIcon';
11
10
  import { IconButton } from '@carbon/react';
11
+ import React from 'react';
12
12
  type imageProps = {
13
13
  /**
14
14
  * When passing the image prop, supply a full path to the image to be displayed.
@@ -61,7 +61,7 @@ type UserProfileImageBaseProps = {
61
61
  */
62
62
  tooltipText?: string;
63
63
  };
64
- type UserProfileImageProps = UserProfileImageBaseProps & imageProps;
64
+ export type UserProfileImageProps = UserProfileImageBaseProps & imageProps;
65
65
  /**
66
66
  * The user profile avatar allows for an image of the user to be displayed by passing in the image prop. By default the component will display a user icon on a blue background.
67
67
  */