eglador-ui-react 1.0.0-alpha.7 → 1.0.0-alpha.8

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/index.d.mts CHANGED
@@ -1244,8 +1244,6 @@ interface SidebarProviderProps extends React.HTMLAttributes<HTMLDivElement> {
1244
1244
  defaultActiveId?: string;
1245
1245
  activeId?: string;
1246
1246
  onActiveIdChange?: (id: string | undefined) => void;
1247
- /** When set, the open state is persisted to localStorage under this key. */
1248
- persistKey?: string;
1249
1247
  }
1250
1248
  declare const SidebarProvider: React.ForwardRefExoticComponent<SidebarProviderProps & React.RefAttributes<HTMLDivElement>>;
1251
1249
  interface SidebarProps extends React.HTMLAttributes<HTMLDivElement> {
package/dist/index.d.ts CHANGED
@@ -1244,8 +1244,6 @@ interface SidebarProviderProps extends React.HTMLAttributes<HTMLDivElement> {
1244
1244
  defaultActiveId?: string;
1245
1245
  activeId?: string;
1246
1246
  onActiveIdChange?: (id: string | undefined) => void;
1247
- /** When set, the open state is persisted to localStorage under this key. */
1248
- persistKey?: string;
1249
1247
  }
1250
1248
  declare const SidebarProvider: React.ForwardRefExoticComponent<SidebarProviderProps & React.RefAttributes<HTMLDivElement>>;
1251
1249
  interface SidebarProps extends React.HTMLAttributes<HTMLDivElement> {