design-zystem 1.0.259 → 1.0.260

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/index.d.mts CHANGED
@@ -235,6 +235,7 @@ interface BubbleProps {
235
235
  borderRadius?: string;
236
236
  width?: string;
237
237
  style?: CSSProperties;
238
+ onClick?: () => void;
238
239
  }
239
240
  declare const Bubble: ({ children, ...otherProps }: BubbleProps) => react_jsx_runtime.JSX.Element;
240
241
 
@@ -295,6 +296,7 @@ interface LinkProps {
295
296
  underline?: boolean;
296
297
  style?: CSSProperties;
297
298
  className?: string;
299
+ onClick?: () => void;
298
300
  }
299
301
  declare const Link: ({ children, url, newTab, download, size, variant, ...rest }: LinkProps) => react_jsx_runtime.JSX.Element;
300
302
 
package/dist/index.d.ts CHANGED
@@ -235,6 +235,7 @@ interface BubbleProps {
235
235
  borderRadius?: string;
236
236
  width?: string;
237
237
  style?: CSSProperties;
238
+ onClick?: () => void;
238
239
  }
239
240
  declare const Bubble: ({ children, ...otherProps }: BubbleProps) => react_jsx_runtime.JSX.Element;
240
241
 
@@ -295,6 +296,7 @@ interface LinkProps {
295
296
  underline?: boolean;
296
297
  style?: CSSProperties;
297
298
  className?: string;
299
+ onClick?: () => void;
298
300
  }
299
301
  declare const Link: ({ children, url, newTab, download, size, variant, ...rest }: LinkProps) => react_jsx_runtime.JSX.Element;
300
302
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "design-zystem",
3
- "version": "1.0.259",
3
+ "version": "1.0.260",
4
4
  "description": "A React design system of importable components",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",