@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/cjs/index.js +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/types.d.ts +1 -0
- package/package.json +1 -1
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"> & {
|