@xo-union/tk-ui-typography
Advanced tools
Comparing version 8.0.0-uep1.beta.22 to 8.0.0-uo-bridge-rc.1
@@ -1,5 +0,6 @@ | ||
import { ElementType, ComponentRef, ComponentProps } from 'react'; | ||
import { ComponentRef, ComponentProps } from 'react'; | ||
import { Polymorphic } from '@tkww/orion-web-ui-lib'; | ||
import { TextBodyProps } from '@tkww/orion-web-ds-text'; | ||
export type TextBodyNProps<P, T extends ElementType<P> = 'div'> = Omit<TextBodyProps<P, T>, 'size'> & ComponentProps<T>; | ||
export declare const Body1: <P, T extends ElementType<P> = "div">(props: Omit<TextBodyProps<P, T>, "size"> & ComponentProps<T> & import("react").RefAttributes<ComponentRef<T>>) => React.ReactElement | null; | ||
export declare const Body2: <P, T extends ElementType<P> = "div">(props: Omit<TextBodyProps<P, T>, "size"> & ComponentProps<T> & import("react").RefAttributes<ComponentRef<T>>) => React.ReactElement | null; | ||
export type TextBodyNProps<P, T extends Polymorphic.PresentationElementType<P> = 'div'> = Omit<TextBodyProps<P, T>, 'size'> & ComponentProps<T>; | ||
export declare const Body1: <P, T extends Polymorphic.PresentationElementType<P> = "div">(props: Omit<TextBodyProps<P, T>, "size"> & ComponentProps<T> & import("react").RefAttributes<ComponentRef<T>>) => React.ReactElement | null; | ||
export declare const Body2: <P, T extends Polymorphic.PresentationElementType<P> = "div">(props: Omit<TextBodyProps<P, T>, "size"> & ComponentProps<T> & import("react").RefAttributes<ComponentRef<T>>) => React.ReactElement | null; |
{ | ||
"name": "@xo-union/tk-ui-typography", | ||
"version": "8.0.0-uep1.beta.22", | ||
"version": "8.0.0-uo-bridge-rc.1", | ||
"main": "lib/index.cjs", | ||
@@ -63,5 +63,5 @@ "module": "lib/index.js", | ||
"dependencies": { | ||
"@babel/runtime-corejs3": "^7.24.7", | ||
"@tkww/orion-web-ds-text": "^1.0.0-uep1.beta.22", | ||
"@tkww/orion-web-ui-lib": "^1.0.0-uep1.beta.20" | ||
"@babel/runtime-corejs3": "^7.25.7", | ||
"@tkww/orion-web-ds-text": "^1.0.0-uep1.rc.1", | ||
"@tkww/orion-web-ui-lib": "^1.0.0-uep1.rc.1" | ||
}, | ||
@@ -72,6 +72,6 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@tkww/browserslist-config-orion-web": "^1.0.0-uep1.beta.22", | ||
"@tkww/fep-scripts": "^1.0.0-uep1.beta.20", | ||
"@tkww/orion-web-app-kernel": "^1.0.0-uep1.beta.23", | ||
"@tkww/orion-web-package-lint": "^1.0.0-uep1.beta.22", | ||
"@tkww/browserslist-config-orion-web": "^1.0.0-uep1.rc.1", | ||
"@tkww/fep-scripts": "^1.0.0-uep1.rc.1", | ||
"@tkww/orion-web-app-kernel": "^1.0.0-uep1.rc.1", | ||
"@tkww/orion-web-package-lint": "^1.0.0-uep1.rc.1", | ||
"react": "^18.3.1" | ||
@@ -78,0 +78,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32573
509