@uniformdev/design-system 19.53.0 → 19.54.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/esm/index.js CHANGED
@@ -2010,7 +2010,7 @@ var Link = React4.forwardRef(
2010
2010
  ] });
2011
2011
  }
2012
2012
  );
2013
- var LinkWithRef = React4.forwardRef(({ linkManagerComponent: LinkManager, href, as, ...props }, ref) => /* @__PURE__ */ jsx11(LinkManager, { ...props, as, href, ref, passHref: true, legacyBehavior: true, children: /* @__PURE__ */ jsx11(Link, { ...props }) }));
2013
+ var LinkWithRef = React4.forwardRef(({ linkManagerComponent: LinkManager, href, as, onClick, ...props }, ref) => /* @__PURE__ */ jsx11(LinkManager, { ...props, as, href, ref, passHref: true, legacyBehavior: true, children: /* @__PURE__ */ jsx11(Link, { ...props, onClick }) }));
2014
2014
 
2015
2015
  // src/components/Typography/styles/Paragraph.styles.ts
2016
2016
  import { css as css13 } from "@emotion/react";
package/dist/index.js CHANGED
@@ -3606,7 +3606,7 @@ var Link = React4.forwardRef(
3606
3606
  ] });
3607
3607
  }
3608
3608
  );
3609
- var LinkWithRef = React4.forwardRef(({ linkManagerComponent: LinkManager, href, as, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(LinkManager, { ...props, as, href, ref, passHref: true, legacyBehavior: true, children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(Link, { ...props }) }));
3609
+ var LinkWithRef = React4.forwardRef(({ linkManagerComponent: LinkManager, href, as, onClick, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(LinkManager, { ...props, as, href, ref, passHref: true, legacyBehavior: true, children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(Link, { ...props, onClick }) }));
3610
3610
 
3611
3611
  // src/components/Typography/Paragraph.tsx
3612
3612
  init_emotion_jsx_shim();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/design-system",
3
- "version": "19.53.0",
3
+ "version": "19.54.0",
4
4
  "description": "Uniform design system components",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -24,8 +24,8 @@
24
24
  "@storybook/react": "6.5.16",
25
25
  "@types/react": "18.2.21",
26
26
  "@types/react-dom": "18.2.7",
27
- "@uniformdev/canvas": "^19.53.0",
28
- "@uniformdev/richtext": "^19.53.0",
27
+ "@uniformdev/canvas": "^19.54.0",
28
+ "@uniformdev/richtext": "^19.54.0",
29
29
  "autoprefixer": "10.4.15",
30
30
  "hygen": "6.2.11",
31
31
  "postcss": "8.4.28",
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "2f5a368ac31888a37da39c0e449b29b94c35c591"
70
+ "gitHead": "e38bb6dd64cb9bc3b281afd9c01a72c1b18dc2b4"
71
71
  }