Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@xo-union/tk-ui-typography

Package Overview
Dependencies
Maintainers
0
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xo-union/tk-ui-typography - npm Package Compare versions

Comparing version 8.0.0-uep1.beta.22 to 8.0.0-uo-bridge-rc.1

9

lib/Body.d.ts

@@ -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 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc