@konstructio/ui 0.1.0-alpha.26 → 0.1.0-alpha.27

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.ts CHANGED
@@ -821,7 +821,7 @@ declare const triggerVariants: (props?: ({
821
821
  variant?: "default" | "active" | "inactive" | null | undefined;
822
822
  } & ClassProp) | undefined) => string;
823
823
 
824
- export declare const Typography: ForwardRefExoticComponent<Omit<TypographyProps, 'ref'>>;
824
+ export declare const Typography: ForwardRefExoticComponent<Omit<TypographyProps, 'ref'> & RefAttributes<HTMLParagraphElement | HTMLHeadingElement>>;
825
825
 
826
826
  declare interface TypographyProps extends HTMLAttributes<ComponentRef<HeadingTag | 'p' | 'span'>>, VariantProps<typeof typographyVariants> {
827
827
  ref?: Ref<HTMLHeadingElement | HTMLParagraphElement | HTMLSpanElement>;
package/dist/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@konstructio/ui",
3
3
  "description": "A set of reusable and customizable React components built for konstruct.io",
4
4
  "private": false,
5
- "version": "0.1.0-alpha.25",
5
+ "version": "0.1.0-alpha.26",
6
6
  "type": "module",
7
7
  "license": "MIT",
8
8
  "main": "dist/index.js",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@konstructio/ui",
3
3
  "description": "A set of reusable and customizable React components built for konstruct.io",
4
4
  "private": false,
5
- "version": "0.1.0-alpha.26",
5
+ "version": "0.1.0-alpha.27",
6
6
  "type": "module",
7
7
  "license": "MIT",
8
8
  "main": "dist/index.js",