@oaknational/oak-components 1.178.1 → 1.179.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
@@ -2401,6 +2401,7 @@ type InternalLinkProps = {
2401
2401
  disabledColor: OakCombinedColorToken;
2402
2402
  iconWidth?: OakAllSpacingToken;
2403
2403
  iconHeight?: OakAllSpacingToken;
2404
+ textDecoration?: OakTextDecoration;
2404
2405
  };
2405
2406
 
2406
2407
  type OakHoverLinkProps = Pick<InternalLinkProps, "iconName" | "isTrailingIcon" | "isLoading"> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oaknational/oak-components",
3
- "version": "1.178.1",
3
+ "version": "1.179.0",
4
4
  "licence": "MIT",
5
5
  "description": "Shared components for Oak applications",
6
6
  "main": "dist/cjs/index.js",