asma-ui-core 3.3.8 → 3.3.9

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.
@@ -17,5 +17,6 @@ export type StyledLinkProps = AnchorHTMLAttributes<HTMLAnchorElement> & {
17
17
  * @param size - 'large' | 'small'
18
18
  * @param refLink - ref to component
19
19
  * @param dataTest - data-test tag
20
+ * @param classTest - test jsDoc
20
21
  */
21
22
  export declare const StyledLink: React.FC<StyledLinkProps>;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.3.8",
6
+ "version": "3.3.9",
7
7
  "type": "module",
8
8
  "files": [
9
9
  "dist/**/*",