baseui 0.0.0-next-200b550 → 0.0.0-next-7c7b20c

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.
Files changed (2) hide show
  1. package/menu/index.d.ts +1 -1
  2. package/package.json +1 -1
package/menu/index.d.ts CHANGED
@@ -107,7 +107,7 @@ export interface StatefulContainerProps {
107
107
  removeMenuFromNesting?: (ref: React.Ref<HTMLElement>) => void;
108
108
  getParentMenu?: (ref: React.Ref<HTMLElement>) => void;
109
109
  getChildMenu?: (ref: React.Ref<HTMLElement>) => void;
110
- nestedMenuHoverIndex?: nubmer;
110
+ nestedMenuHoverIndex?: number;
111
111
  isNestedMenuVisible?: (ref: React.Ref<HTMLElement>) => boolean;
112
112
  }
113
113
  export interface StatefulContainerState {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "baseui",
3
- "version": "0.0.0-next-200b550",
3
+ "version": "0.0.0-next-7c7b20c",
4
4
  "description": "A React Component library implementing the Base design language",
5
5
  "keywords": [
6
6
  "react",