@oaknational/oak-components 2.24.1 → 2.25.0
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/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/types.d.ts +3 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -5101,6 +5101,9 @@ type OakSideMenuNavLinkProps = FlexStyleProps & PaddingStyleProps & {
|
|
|
5101
5101
|
item: MenuItemProps;
|
|
5102
5102
|
isSelected: boolean;
|
|
5103
5103
|
onClick: () => void;
|
|
5104
|
+
hoverBorderColor?: OakUiRoleToken;
|
|
5105
|
+
selectedBackground?: OakUiRoleToken;
|
|
5106
|
+
selectedHeadingFont?: OakFontToken;
|
|
5104
5107
|
};
|
|
5105
5108
|
/**
|
|
5106
5109
|
*
|