@fluidattacks/design 3.27.1-pr.2 → 3.27.2

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.
@@ -10,7 +10,7 @@ type TIconPosition = "hidden" | "left" | "right";
10
10
  * @property {Function} [onClick] - The callback function for when the link is clicked.
11
11
  * @property {React.ReactHTMLAttributeAnchorTarget} [target] - The target attribute for the link.
12
12
  * @property { TVariant } [variant] - The variant of the link.
13
- * @property { boolean } [wrap] - Whether the link text should wrap to multiple lines like Text component.
13
+ * @property { boolean } [wrap] - Whether the link text should wrap to multiple lines.
14
14
  */
15
15
  interface ILinkProps extends Partial<Pick<HTMLAnchorElement, "download">> {
16
16
  color?: string;
package/package.json CHANGED
@@ -114,5 +114,5 @@
114
114
  "test-storybook": "test-storybook"
115
115
  },
116
116
  "typings": "./dist/index.d.ts",
117
- "version": "3.27.1-pr.2"
117
+ "version": "3.27.2"
118
118
  }