@datarobot/design-system 28.7.1 → 28.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1228,7 +1228,8 @@ export type CollapsibleSidebarProps = {
1228
1228
  * @midnight-gray-supported
1229
1229
  * @alpine-light-supported
1230
1230
  * */
1231
- export default function CollapsibleSidebar({ children, sidebarClassName, isMinimized, onToggleMinimized, sidebarMinimizedClassName, testId, toggleButtonTestId, toggleButtonClassName, toggleButtonPlacement, disableToggleMinimization, activeMinimize, sidebarName, isResizeEnabled, width, onWidthChange, maxWidth, minWidth, openTooltipText, closeTooltipText, resizeTooltipText, }: CollapsibleSidebarProps): import("react/jsx-runtime").JSX.Element;
1231
+ const CollapsibleSidebar: React.ForwardRefExoticComponent<CollapsibleSidebarProps & React.RefAttributes<HTMLDivElement>>;
1232
+ export default CollapsibleSidebar;
1232
1233
 
1233
1234
  import './copy-to-clipboard.less';
1234
1235
  export type CopyToClipboardProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarobot/design-system",
3
- "version": "28.7.1",
3
+ "version": "28.8.1",
4
4
  "description": "DataRobot react components library",
5
5
  "scripts": {
6
6
  "build": "node ../../tools/build-lib.js",