@uxuissk/design-system 0.8.6 → 0.8.7
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.
- package/dist/sellsuki-ds.js +551 -550
- package/dist/sellsuki-ds.umd.cjs +34 -34
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -1902,7 +1902,7 @@ export declare interface ShellUser {
|
|
|
1902
1902
|
*/
|
|
1903
1903
|
export declare const shipmunkBrandConfig: ProductBrandConfig;
|
|
1904
1904
|
|
|
1905
|
-
export declare function Sidebar({ brand, accountSwitcher, groups, activeItem, onNavigate, collapsed, onCollapsedChange, showCollapseToggle, version, versionDate, className, }: SidebarProps): JSX.Element;
|
|
1905
|
+
export declare function Sidebar({ brand, accountSwitcher, groups, activeItem, onNavigate, collapsed, onCollapsedChange, showCollapseToggle, version, versionDate, width, className, }: SidebarProps): JSX.Element;
|
|
1906
1906
|
|
|
1907
1907
|
export declare namespace Sidebar {
|
|
1908
1908
|
var displayName: string;
|