@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
@@ -6,12 +6,12 @@
6
6
  */
7
7
 
8
8
  import { objectSpread2 as _objectSpread2, objectWithoutProperties as _objectWithoutProperties, extends as _extends, defineProperty as _defineProperty } from '../../_virtual/_rollupPluginBabelHelpers.js';
9
+ import { Button, InlineLoading, ButtonSet } from '@carbon/react';
9
10
  import React__default from 'react';
11
+ import { allPropTypes, prepareProps } from '../../global/js/utils/props-helper.js';
10
12
  import PropTypes from '../../node_modules/prop-types/index.js';
11
13
  import cx from 'classnames';
12
14
  import { pkg } from '../../settings.js';
13
- import { prepareProps, allPropTypes } from '../../global/js/utils/props-helper.js';
14
- import { Button, ButtonSet, InlineLoading } from '@carbon/react';
15
15
 
16
16
  var _InlineLoading;
17
17
  var _excluded = ["className", "disabled", "kind", "label", "loading", "isExpressive"],
@@ -1 +1,8 @@
1
- export { ActionSet } from "./ActionSet";
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 { ActionSet } from './ActionSet';
8
+ export type { ActionSetProps } from './ActionSet';
@@ -10,20 +10,20 @@ import React__default, { forwardRef, useState } from 'react';
10
10
  import PropTypes from '../../node_modules/prop-types/index.js';
11
11
  import cx from 'classnames';
12
12
  import { Tag } from '@carbon/react';
13
+ import { Tearsheet } from '../Tearsheet/Tearsheet.js';
14
+ import { TearsheetNarrow } from '../Tearsheet/TearsheetNarrow.js';
13
15
  import { AddSelectSidebar } from './AddSelectSidebar.js';
14
16
  import { AddSelectBreadcrumbs } from './AddSelectBreadcrumbs.js';
15
17
  import { AddSelectList } from './AddSelectList.js';
16
18
  import { AddSelectColumn } from './AddSelectColumn.js';
17
19
  import { AddSelectFilter } from './AddSelectFilter.js';
18
20
  import { AddSelectSort } from './AddSelectSort.js';
19
- import { getFilteredItems, sortItems } from './add-select-utils.js';
21
+ import { sortItems, getFilteredItems } from './add-select-utils.js';
20
22
  import { useItemSort } from './hooks/useItemSort.js';
21
23
  import useParentSelect from './hooks/useParentSelect.js';
22
24
  import usePath from './hooks/usePath.js';
23
25
  import { pkg } from '../../settings.js';
24
26
  import { NotFoundEmptyState } from '../EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js';
25
- import { Tearsheet } from '../Tearsheet/Tearsheet.js';
26
- import { TearsheetNarrow } from '../Tearsheet/TearsheetNarrow.js';
27
27
 
28
28
  var _excluded = ["className", "clearFiltersText", "closeIconDescription", "columnInputPlaceholder", "defaultModifiers", "description", "filterByLabel", "globalFilterOpts", "globalFiltersLabel", "globalFiltersIconDescription", "globalFiltersPlaceholderText", "globalFiltersPrimaryButtonText", "globalFiltersSecondaryButtonText", "globalSearchLabel", "globalSearchPlaceholder", "globalSortBy", "illustrationTheme", "influencerTitle", "items", "itemsLabel", "metaIconDescription", "metaPanelTitle", "multi", "navIconDescription", "noResultsDescription", "noResultsTitle", "noSelectionDescription", "noSelectionTitle", "normalizedItems", "onClose", "onCloseButtonText", "onSubmit", "onSubmitButtonText", "open", "portalTarget", "searchResultsTitle", "sortByLabel", "title", "useNormalizedItems"];
29
29
  var blockClass = "".concat(pkg.prefix, "--add-select");
@@ -1 +1,2 @@
1
- export { AddSelect } from "./AddSelect";
1
+ export { AddSelect } from './AddSelect';
2
+ export type { AddSelectProps } from './AddSelect';
@@ -1,2 +1,9 @@
1
- export { Carousel } from "./Carousel";
2
- export { CarouselItem } from "./CarouselItem";
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 { Carousel } from './Carousel';
8
+ export { CarouselItem } from './CarouselItem';
9
+ export type { CarouselProps } from './Carousel';
@@ -1,5 +1,5 @@
1
1
  import React, { ReactNode } from 'react';
2
- interface CascadeProps {
2
+ export interface CascadeProps {
3
3
  children: ReactNode;
4
4
  /**
5
5
  * Specify an optional className to be applied to
@@ -25,4 +25,3 @@ page as that will distract the user.
25
25
  export declare let Cascade: React.ForwardRefExoticComponent<CascadeProps & {
26
26
  children?: React.ReactNode;
27
27
  } & React.RefAttributes<HTMLDivElement>>;
28
- export {};
@@ -8,10 +8,10 @@
8
8
  import { objectWithoutProperties as _objectWithoutProperties, objectSpread2 as _objectSpread2 } from '../../_virtual/_rollupPluginBabelHelpers.js';
9
9
  import React__default, { forwardRef } from 'react';
10
10
  import { Grid } from '@carbon/react';
11
- import cx from 'classnames';
12
11
  import PropTypes from '../../node_modules/prop-types/index.js';
13
- import { pkg } from '../../settings.js';
12
+ import cx from 'classnames';
14
13
  import { getDevtoolsProps } from '../../global/js/utils/devtools.js';
14
+ import { pkg } from '../../settings.js';
15
15
 
16
16
  var _excluded = ["children", "className", "grid"];
17
17
  var blockClass = "".concat(pkg.prefix, "--cascade");
@@ -1 +1,2 @@
1
- export { Cascade } from "./Cascade";
1
+ export { Cascade } from './Cascade';
2
+ export type { CascadeProps } from './Cascade';
@@ -11,9 +11,9 @@
11
11
  * ModifiedTabs (ModifiedTabLabelNew, ModifiedTabLabelWithClose)
12
12
  * PageHeader (PageHeaderTitle, PageHeaderUtils)
13
13
  */
14
- import React, { ReactNode } from 'react';
15
14
  import { IconButton } from '@carbon/react';
16
15
  import { Kind, Theme } from './Checklist.types';
16
+ import React, { ReactNode } from 'react';
17
17
  type Task = {
18
18
  kind: Kind;
19
19
  label: string;
@@ -23,7 +23,7 @@ type TaskList = {
23
23
  title?: string;
24
24
  tasks: Array<Task>;
25
25
  };
26
- interface ChecklistProps {
26
+ export interface ChecklistProps {
27
27
  /**
28
28
  * Define both `chartLabel` and `chartValue` to show the chart and its label together.
29
29
  */
@@ -6,17 +6,17 @@
6
6
  */
7
7
 
8
8
  import { objectWithoutProperties as _objectWithoutProperties, slicedToArray as _slicedToArray, extends as _extends, defineProperty as _defineProperty } from '../../_virtual/_rollupPluginBabelHelpers.js';
9
+ import { IconButton, Button } from '@carbon/react';
10
+ import { Themes, Kinds } from './Checklist.types.js';
9
11
  import React__default, { useState, useRef, useEffect } from 'react';
12
+ import { ChecklistChart } from './ChecklistChart.js';
13
+ import { ChecklistIcon } from './ChecklistIcon.js';
14
+ import { ChevronUp } from '@carbon/react/icons';
10
15
  import PropTypes from '../../node_modules/prop-types/index.js';
11
16
  import cx from 'classnames';
12
17
  import { getDevtoolsProps } from '../../global/js/utils/devtools.js';
13
- import uuidv4 from '../../global/js/utils/uuidv4.js';
14
18
  import { pkg } from '../../settings.js';
15
- import { IconButton, Button } from '@carbon/react';
16
- import { ChevronUp } from '@carbon/react/icons';
17
- import { ChecklistIcon } from './ChecklistIcon.js';
18
- import { ChecklistChart } from './ChecklistChart.js';
19
- import { Themes, Kinds } from './Checklist.types.js';
19
+ import uuidv4 from '../../global/js/utils/uuidv4.js';
20
20
 
21
21
  var _excluded = ["chartValue", "chartLabel", "checklistAriaLabel", "checklistToggleAriaLabel", "className", "onClickViewAll", "onToggle", "open", "enableToggle", "taskLists", "theme", "title", "toggleLabel", "toggleLabelAlign", "viewAllLabel"];
22
22
 
@@ -1 +1,8 @@
1
- export { Checklist } from "./Checklist";
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 { Checklist } from './Checklist';
8
+ export type { ChecklistProps } from './Checklist';
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
7
  import React, { MutableRefObject, ReactNode } from 'react';
8
- interface CoachmarkProps {
8
+ export interface CoachmarkProps {
9
9
  /**
10
10
  * Where to render the Coachmark relative to its target.
11
11
  * Applies only to Floating and Tooltip Coachmarks.
@@ -72,4 +72,3 @@ interface CoachmarkProps {
72
72
  * user to gain understanding of the product's main value and discover new use cases.
73
73
  */
74
74
  export declare let Coachmark: React.ForwardRefExoticComponent<CoachmarkProps & React.RefAttributes<HTMLElement>>;
75
- export {};
@@ -7,13 +7,13 @@
7
7
 
8
8
  import { objectWithoutProperties as _objectWithoutProperties, slicedToArray as _slicedToArray, extends as _extends, objectSpread2 as _objectSpread2, defineProperty as _defineProperty } from '../../_virtual/_rollupPluginBabelHelpers.js';
9
9
  import React__default, { forwardRef, useState, useRef, useCallback, useEffect } from 'react';
10
- import cx from 'classnames';
10
+ import { useClickOutsideElement, useWindowEvent } from './utils/hooks.js';
11
+ import { COACHMARK_OVERLAY_KIND } from './utils/enums.js';
12
+ import { CoachmarkContext } from './utils/context.js';
13
+ import { CoachmarkOverlay } from './CoachmarkOverlay.js';
11
14
  import PropTypes from '../../node_modules/prop-types/index.js';
12
15
  import { createPortal } from 'react-dom';
13
- import { CoachmarkOverlay } from './CoachmarkOverlay.js';
14
- import { CoachmarkContext } from './utils/context.js';
15
- import { COACHMARK_OVERLAY_KIND } from './utils/enums.js';
16
- import { useClickOutsideElement, useWindowEvent } from './utils/hooks.js';
16
+ import cx from 'classnames';
17
17
  import { getDevtoolsProps } from '../../global/js/utils/devtools.js';
18
18
  import { pkg } from '../../settings.js';
19
19
  import { throttle } from 'lodash';
@@ -1,3 +1,10 @@
1
- export { Coachmark } from "./Coachmark";
2
- export { useCoachmark } from "./utils/context";
3
- export { BEACON_KIND, COACHMARK_OVERLAY_KIND, COACHMARK_ALIGNMENT } from "./utils/enums";
1
+ /**
2
+ * Copyright IBM Corp. 2023, 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 { Coachmark } from './Coachmark';
8
+ export { BEACON_KIND, COACHMARK_OVERLAY_KIND, COACHMARK_ALIGNMENT, } from './utils/enums';
9
+ export { useCoachmark } from './utils/context';
10
+ export type { CoachmarkProps } from './Coachmark';
@@ -4,9 +4,9 @@
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 from 'react';
8
7
  import { BEACON_KIND } from '../Coachmark';
9
- interface CoachmarkBeaconProps {
8
+ import React from 'react';
9
+ export interface CoachmarkBeaconProps {
10
10
  /**
11
11
  * Optional class name for this component.
12
12
  */
@@ -26,4 +26,3 @@ interface CoachmarkBeaconProps {
26
26
  * Use beacon for the target prop of a Coachmark component.
27
27
  */
28
28
  export declare let CoachmarkBeacon: React.ForwardRefExoticComponent<CoachmarkBeaconProps & React.RefAttributes<HTMLDivElement>>;
29
- export {};
@@ -6,12 +6,13 @@
6
6
  */
7
7
 
8
8
  import { objectWithoutProperties as _objectWithoutProperties, extends as _extends } from '../../_virtual/_rollupPluginBabelHelpers.js';
9
- import React__default from 'react';
9
+ import '../Coachmark/Coachmark.js';
10
+ import { useCoachmark } from '../Coachmark/utils/context.js';
10
11
  import PropTypes from '../../node_modules/prop-types/index.js';
12
+ import React__default from 'react';
11
13
  import cx from 'classnames';
12
14
  import { getDevtoolsProps } from '../../global/js/utils/devtools.js';
13
15
  import { pkg } from '../../settings.js';
14
- import { useCoachmark } from '../Coachmark/utils/context.js';
15
16
 
16
17
  var _div, _circle;
17
18
  var _excluded = ["label", "className", "kind"];
@@ -1 +1,8 @@
1
- export { CoachmarkBeacon } from "./CoachmarkBeacon";
1
+ /**
2
+ * Copyright IBM Corp. 2023, 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 { CoachmarkBeacon } from './CoachmarkBeacon';
8
+ export type { CoachmarkBeaconProps } from './CoachmarkBeacon';
@@ -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 CoachmarkButtonProps {
8
+ export interface CoachmarkButtonProps {
9
9
  /**
10
10
  * Provide an optional class to be applied to the containing node.
11
11
  */
@@ -19,4 +19,3 @@ interface CoachmarkButtonProps {
19
19
  * Use CoachmarkButton for the target prop of a Coachmark component.
20
20
  */
21
21
  export declare let CoachmarkButton: React.ForwardRefExoticComponent<CoachmarkButtonProps & React.RefAttributes<HTMLButtonElement>>;
22
- export {};
@@ -6,16 +6,18 @@
6
6
  */
7
7
 
8
8
  import { objectWithoutProperties as _objectWithoutProperties, extends as _extends } from '../../_virtual/_rollupPluginBabelHelpers.js';
9
- import React__default from 'react';
9
+ import { Button } from '@carbon/react';
10
10
  import PropTypes from '../../node_modules/prop-types/index.js';
11
+ import React__default from 'react';
11
12
  import cx from 'classnames';
12
13
  import { getDevtoolsProps } from '../../global/js/utils/devtools.js';
13
14
  import { pkg } from '../../settings.js';
14
- import { Button } from '@carbon/react';
15
+ import '../Coachmark/Coachmark.js';
15
16
  import { useCoachmark } from '../Coachmark/utils/context.js';
16
17
 
17
18
  var _div;
18
19
  var _excluded = ["className", "label"];
20
+
19
21
  // Carbon and package components we use.
20
22
  /* TODO: @import(s) of carbon components and other package components. */
21
23
 
@@ -1 +1,8 @@
1
- export { CoachmarkButton } from "./CoachmarkButton";
1
+ /**
2
+ * Copyright IBM Corp. 2023, 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 { CoachmarkButton } from './CoachmarkButton';
8
+ export type { CoachmarkButtonProps } from './CoachmarkButton';
@@ -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 CoachmarkFixedProps {
8
+ export interface CoachmarkFixedProps {
9
9
  /**
10
10
  * CoachmarkFixed should use a single CoachmarkOverlayElements component as a child.
11
11
  */
@@ -45,4 +45,3 @@ interface CoachmarkFixedProps {
45
45
  * This variant allows the a coachmark overlay to be displayed by interacting with the tagline.
46
46
  */
47
47
  export declare let CoachmarkFixed: React.ForwardRefExoticComponent<CoachmarkFixedProps & React.RefAttributes<HTMLDivElement>>;
48
- export {};
@@ -7,19 +7,20 @@
7
7
 
8
8
  import { objectWithoutProperties as _objectWithoutProperties, slicedToArray as _slicedToArray, extends as _extends } from '../../_virtual/_rollupPluginBabelHelpers.js';
9
9
  import React__default, { useRef, useState, useCallback, useEffect } from 'react';
10
+ import { COACHMARK_OVERLAY_KIND } from '../Coachmark/utils/enums.js';
11
+ import { CoachmarkContext } from '../Coachmark/utils/context.js';
12
+ import { CoachmarkOverlay } from '../Coachmark/CoachmarkOverlay.js';
13
+ import { CoachmarkTagline } from '../Coachmark/CoachmarkTagline.js';
10
14
  import PropTypes from '../../node_modules/prop-types/index.js';
15
+ import { createPortal } from 'react-dom';
11
16
  import cx from 'classnames';
12
17
  import { getDevtoolsProps } from '../../global/js/utils/devtools.js';
13
18
  import { pkg } from '../../settings.js';
14
- import { createPortal } from 'react-dom';
15
- import { CoachmarkOverlay } from '../Coachmark/CoachmarkOverlay.js';
16
- import { CoachmarkTagline } from '../Coachmark/CoachmarkTagline.js';
17
- import { CoachmarkContext } from '../Coachmark/utils/context.js';
18
- import { COACHMARK_OVERLAY_KIND } from '../Coachmark/utils/enums.js';
19
19
  import { useReducedMotion } from 'framer-motion';
20
20
  import { useIsomorphicEffect } from '../../global/js/hooks/useIsomorphicEffect.js';
21
21
 
22
22
  var _excluded = ["children", "className", "onClose", "portalTarget", "tagline", "theme"];
23
+
23
24
  // Carbon and package components we use.
24
25
  /* TODO: @import(s) of carbon components and other package components. */
25
26
 
@@ -1 +1,8 @@
1
- export { CoachmarkFixed } from "./CoachmarkFixed";
1
+ /**
2
+ * Copyright IBM Corp. 2023, 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 { CoachmarkFixed } from './CoachmarkFixed';
8
+ export type { CoachmarkFixedProps } from './CoachmarkFixed';
@@ -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 CoachmarkOverlayElementProps {
8
+ export interface CoachmarkOverlayElementProps {
9
9
  /**
10
10
  * An optional button can be rendered below the description.
11
11
  * This can be a link, button, Coachmark button, etc.
@@ -30,4 +30,3 @@ interface CoachmarkOverlayElementProps {
30
30
  * in a carousel fashion.
31
31
  */
32
32
  export declare let CoachmarkOverlayElement: React.ForwardRefExoticComponent<CoachmarkOverlayElementProps & React.RefAttributes<HTMLDivElement>>;
33
- export {};
@@ -1 +1,8 @@
1
- export { CoachmarkOverlayElement } from "./CoachmarkOverlayElement";
1
+ /**
2
+ * Copyright IBM Corp. 2023, 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 { CoachmarkOverlayElement } from './CoachmarkOverlayElement';
8
+ export type { CoachmarkOverlayElementProps } from './CoachmarkOverlayElement';
@@ -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 CoachmarkOverlayElementsProps {
8
+ export interface CoachmarkOverlayElementsProps {
9
9
  /**
10
10
  * CoachmarkOverlayElements should be used with one or many CoachmarkOverlayElement components as children.
11
11
  * @see CoachmarkOverlayElement
@@ -47,4 +47,3 @@ interface CoachmarkOverlayElementsProps {
47
47
  * components in a carousel fashion.
48
48
  */
49
49
  export declare let CoachmarkOverlayElements: React.ForwardRefExoticComponent<CoachmarkOverlayElementsProps & React.RefAttributes<HTMLDivElement>>;
50
- export {};
@@ -6,19 +6,22 @@
6
6
  */
7
7
 
8
8
  import { objectWithoutProperties as _objectWithoutProperties, slicedToArray as _slicedToArray, extends as _extends } from '../../_virtual/_rollupPluginBabelHelpers.js';
9
+ import { Button } from '@carbon/react';
9
10
  import React__default, { useRef, useState, Children, useEffect } from 'react';
11
+ import { Carousel } from '../Carousel/Carousel.js';
12
+ import '../Carousel/CarouselItem.js';
10
13
  import PropTypes from '../../node_modules/prop-types/index.js';
14
+ import { SteppedAnimatedMedia } from '../SteppedAnimatedMedia/SteppedAnimatedMedia.js';
15
+ import { clamp } from 'lodash';
11
16
  import cx from 'classnames';
12
17
  import { getDevtoolsProps } from '../../global/js/utils/devtools.js';
13
- import { pkg } from '../../settings.js';
14
- import { Button } from '@carbon/react';
15
- import { clamp } from 'lodash';
16
18
  import pconsole from '../../global/js/utils/pconsole.js';
19
+ import { pkg } from '../../settings.js';
20
+ import '../Coachmark/Coachmark.js';
17
21
  import { useCoachmark } from '../Coachmark/utils/context.js';
18
- import { SteppedAnimatedMedia } from '../SteppedAnimatedMedia/SteppedAnimatedMedia.js';
19
- import { Carousel } from '../Carousel/Carousel.js';
20
22
 
21
23
  var _excluded = ["className", "children", "isVisible", "media", "nextButtonText", "previousButtonLabel", "closeButtonLabel"];
24
+
22
25
  // The block part of our conventional BEM class names (blockClass__E--M).
23
26
  var blockClass = "".concat(pkg.prefix, "--coachmark-overlay-elements");
24
27
  var componentName = 'CoachmarkOverlayElements';
@@ -1 +1,8 @@
1
- export { CoachmarkOverlayElements } from "./CoachmarkOverlayElements";
1
+ /**
2
+ * Copyright IBM Corp. 2023, 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 { CoachmarkOverlayElements } from './CoachmarkOverlayElements';
8
+ export type { CoachmarkOverlayElementsProps } from './CoachmarkOverlayElements';
@@ -16,8 +16,8 @@ import { getDevtoolsProps } from '../../global/js/utils/devtools.js';
16
16
  import { pkg } from '../../settings.js';
17
17
  import { createPortal } from 'react-dom';
18
18
  import { CoachmarkHeader } from '../Coachmark/CoachmarkHeader.js';
19
- import { useIsomorphicEffect } from '../../global/js/hooks/useIsomorphicEffect.js';
20
19
  import { SteppedAnimatedMedia } from '../SteppedAnimatedMedia/SteppedAnimatedMedia.js';
20
+ import { useIsomorphicEffect } from '../../global/js/hooks/useIsomorphicEffect.js';
21
21
 
22
22
  var _excluded = ["className", "description", "isOpen", "media", "navLinkLabels", "onClickNavItem", "onClose", "portalTarget", "closeButtonLabel", "title"];
23
23
  // Carbon and package components we use.
@@ -5,7 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
7
  import React, { ComponentProps, ReactNode } from 'react';
8
- interface ComboButtonProps extends ComponentProps<'div'> {
8
+ export interface ComboButtonProps extends ComponentProps<'div'> {
9
9
  /** Provide the contents of the `ComboButton` */
10
10
  children?: ReactNode;
11
11
  /** Provide an optional class to be applied to the containing node */
@@ -6,13 +6,13 @@
6
6
  */
7
7
 
8
8
  import { objectWithoutProperties as _objectWithoutProperties, slicedToArray as _slicedToArray, objectSpread2 as _objectSpread2, toArray as _toArray, extends as _extends } from '../../_virtual/_rollupPluginBabelHelpers.js';
9
- import { ChevronUp, ChevronDown } from '@carbon/react/icons';
10
9
  import { Button, OverflowMenu, OverflowMenuItem } from '@carbon/react';
11
- import cx from 'classnames';
12
- import { p as propTypesExports } from '../../node_modules/prop-types/index.js';
13
- import uuidv4 from '../../global/js/utils/uuidv4.js';
10
+ import { ChevronUp, ChevronDown } from '@carbon/react/icons';
14
11
  import React__default, { forwardRef, useRef, useState, Children, createElement } from 'react';
12
+ import { p as propTypesExports } from '../../node_modules/prop-types/index.js';
13
+ import cx from 'classnames';
15
14
  import { pkg } from '../../settings.js';
15
+ import uuidv4 from '../../global/js/utils/uuidv4.js';
16
16
 
17
17
  var _excluded = ["children", "className", "overflowMenu"],
18
18
  _excluded2 = ["children", "renderIcon"];
@@ -1,2 +1,9 @@
1
- export { ComboButton } from "./ComboButton";
2
- export { ComboButtonItem } from "./ComboButtonItem";
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 { ComboButton } from './ComboButton';
8
+ export { ComboButtonItem } from './ComboButtonItem';
9
+ export type { ComboButtonProps } from './ComboButton';
@@ -117,7 +117,7 @@ type CreateFullPageBaseProps = {
117
117
  */
118
118
  title?: string;
119
119
  };
120
- type CreateFullPageProps = CreateFullPageBaseProps & CreateFullPageBreadcrumbsProps;
120
+ export type CreateFullPageProps = CreateFullPageBaseProps & CreateFullPageBreadcrumbsProps;
121
121
  /**
122
122
  * Use with creations that must be completed in order for a service to be usable.
123
123
  *
@@ -6,22 +6,22 @@
6
6
  */
7
7
 
8
8
  import { objectWithoutProperties as _objectWithoutProperties, slicedToArray as _slicedToArray, extends as _extends } from '../../_virtual/_rollupPluginBabelHelpers.js';
9
+ import { Form, ComposedModal, ModalHeader, ModalBody, ModalFooter, Button } from '@carbon/react';
9
10
  import React__default, { useState, useEffect, createContext } from 'react';
11
+ import { SimpleHeader, overflowAriaLabel_required_if_breadcrumbs_exist } from '../SimpleHeader/SimpleHeader.js';
12
+ import { ActionSet } from '../ActionSet/ActionSet.js';
10
13
  import PropTypes from '../../node_modules/prop-types/index.js';
11
14
  import cx from 'classnames';
12
15
  import { getDevtoolsProps } from '../../global/js/utils/devtools.js';
13
- import { pkg } from '../../settings.js';
14
- import { Form, ComposedModal, ModalHeader, ModalBody, ModalFooter, Button } from '@carbon/react';
15
- import { lastIndexInArray } from '../../global/js/utils/lastIndexInArray.js';
16
16
  import { getNumberOfHiddenSteps } from '../../global/js/utils/getNumberOfHiddenSteps.js';
17
- import { SimpleHeader, overflowAriaLabel_required_if_breadcrumbs_exist } from '../SimpleHeader/SimpleHeader.js';
17
+ import { lastIndexInArray } from '../../global/js/utils/lastIndexInArray.js';
18
+ import { pkg } from '../../settings.js';
18
19
  import { usePreviousValue } from '../../global/js/hooks/usePreviousValue.js';
19
20
  import { useCreateComponentFocus } from '../../global/js/hooks/useCreateComponentFocus.js';
20
21
  import { useValidCreateStepCount } from '../../global/js/hooks/useValidCreateStepCount.js';
21
22
  import { useResetCreateComponent } from '../../global/js/hooks/useResetCreateComponent.js';
22
23
  import { useCreateComponentStepChange } from '../../global/js/hooks/useCreateComponentStepChange.js';
23
24
  import { CreateInfluencer } from '../CreateInfluencer/CreateInfluencer.js';
24
- import { ActionSet } from '../ActionSet/ActionSet.js';
25
25
 
26
26
  var _excluded = ["breadcrumbsOverflowAriaLabel", "breadcrumbs", "backButtonText", "cancelButtonText", "children", "className", "initialStep", "maxVisibleBreadcrumbs", "modalDangerButtonText", "modalDescription", "modalSecondaryButtonText", "modalTitle", "nextButtonText", "onClose", "onRequestSubmit", "firstFocusElement", "submitButtonText", "noTrailingSlash", "title", "secondaryTitle"];
27
27
  var blockClass = "".concat(pkg.prefix, "--create-full-page");
@@ -1,2 +1,9 @@
1
- export { CreateFullPage } from "./CreateFullPage";
2
- export { CreateFullPageStep } from "./CreateFullPageStep";
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 { CreateFullPage } from './CreateFullPage';
8
+ export { CreateFullPageStep } from './CreateFullPageStep';
9
+ export type { CreateFullPageProps } from './CreateFullPage';
@@ -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 React, { ReactNode } from 'react';
9
8
  import { ComposedModal } from '@carbon/react';
10
- interface CreateModalProps extends React.ComponentProps<typeof ComposedModal> {
9
+ import React, { ReactNode } from 'react';
10
+ export interface CreateModalProps extends React.ComponentProps<typeof ComposedModal> {
11
11
  /**
12
12
  * Specify an optional className to be applied to the modal root node
13
13
  */
@@ -69,4 +69,3 @@ immediately apparent to the user, with a clear and obvious path to completion.
69
69
  export declare let CreateModal: React.ForwardRefExoticComponent<CreateModalProps & {
70
70
  children?: React.ReactNode;
71
71
  } & React.RefAttributes<unknown>>;
72
- export {};
@@ -6,8 +6,8 @@
6
6
  */
7
7
 
8
8
  import { objectWithoutProperties as _objectWithoutProperties, extends as _extends } from '../../_virtual/_rollupPluginBabelHelpers.js';
9
- import React__default from 'react';
10
9
  import { ComposedModal, ModalHeader, ModalBody, Form, ModalFooter, Button } from '@carbon/react';
10
+ import React__default from 'react';
11
11
  import PropTypes from '../../node_modules/prop-types/index.js';
12
12
  import cx from 'classnames';
13
13
  import { getDevtoolsProps } from '../../global/js/utils/devtools.js';
@@ -1 +1,2 @@
1
- export { CreateModal } from "./CreateModal";
1
+ export { CreateModal } from './CreateModal';
2
+ export type { CreateModalProps } from './CreateModal';
@@ -12,8 +12,8 @@ import cx from 'classnames';
12
12
  import { pkg } from '../../settings.js';
13
13
  import { getDevtoolsProps } from '../../global/js/utils/devtools.js';
14
14
  import { Form } from '@carbon/react';
15
- import uuidv4 from '../../global/js/utils/uuidv4.js';
16
15
  import { SidePanel } from '../SidePanel/SidePanel.js';
16
+ import uuidv4 from '../../global/js/utils/uuidv4.js';
17
17
 
18
18
  var _excluded = ["className", "children", "disableSubmit", "formTitle", "formDescription", "id", "onRequestClose", "onRequestSubmit", "open", "primaryButtonText", "secondaryButtonText", "selectorPageContent", "selectorPrimaryFocus", "subtitle", "title"];
19
19
 
@@ -1 +1,7 @@
1
- export { CreateSidePanel } from "./CreateSidePanel";
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 { CreateSidePanel } from './CreateSidePanel';
@@ -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, { ReactNode, PropsWithChildren, Dispatch, SetStateAction } from 'react';
7
+ import React, { Dispatch, PropsWithChildren, ReactNode, SetStateAction } from 'react';
8
8
  export interface StepsContextType {
9
9
  currentStep: number;
10
10
  setIsDisabled: Dispatch<SetStateAction<boolean>>;
@@ -16,7 +16,7 @@ export interface StepsContextType {
16
16
  }
17
17
  export declare const StepsContext: React.Context<StepsContextType | null>;
18
18
  export declare const StepNumberContext: React.Context<number>;
19
- interface CreateTearsheetProps extends PropsWithChildren {
19
+ export interface CreateTearsheetProps extends PropsWithChildren {
20
20
  /**
21
21
  * The back button text
22
22
  */