@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/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
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oaknational/oak-components",
3
- "version": "2.24.1",
3
+ "version": "2.25.0",
4
4
  "licence": "MIT",
5
5
  "description": "Shared components for Oak applications",
6
6
  "main": "dist/cjs/index.js",