New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jamsr-ui/typography

Package Overview
Dependencies
Maintainers
0
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jamsr-ui/typography - npm Package Compare versions

Comparing version 0.0.22 to 0.0.23

dist/chunk-7QYXDTGX.js

2

dist/index.d.ts
export { Typography, TypographyProps } from './typography.js';
export { typographyVariants } from './style.js';
import 'react/jsx-runtime';
import 'react';
import '@jamsr-ui/utils';
import 'tailwind-variants';
import 'tailwind-variants/dist/config.js';

2

dist/index.js
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
"use client";var _chunkT2J22WW6js = require('./chunk-T2J22WW6.js');var _chunkK3DNTHHBjs = require('./chunk-K3DNTHHB.js');exports.Typography = _chunkT2J22WW6js.a; exports.typographyVariants = _chunkK3DNTHHBjs.a;
"use client";var _chunk7QYXDTGXjs = require('./chunk-7QYXDTGX.js');var _chunkK3DNTHHBjs = require('./chunk-K3DNTHHB.js');exports.Typography = _chunk7QYXDTGXjs.a; exports.typographyVariants = _chunkK3DNTHHBjs.a;

@@ -1,3 +0,4 @@

import * as _jamsr_ui_utils from '@jamsr-ui/utils';
import { UIProps } from '@jamsr-ui/utils';
import * as react_jsx_runtime from 'react/jsx-runtime';
import * as react from 'react';
import { ComponentPropsWithAs } from '@jamsr-ui/utils';
import { TypographyVariants } from './style.js';

@@ -7,5 +8,5 @@ import 'tailwind-variants';

type TypographyProps = UIProps<"p"> & TypographyVariants;
declare const Typography: _jamsr_ui_utils.InternalForwardRefRenderFunction<"p", TypographyProps, never>;
type TypographyProps = TypographyVariants;
declare const Typography: <T extends react.ElementType<any, keyof react.JSX.IntrinsicElements> = "div">(props: ComponentPropsWithAs<T, TypographyProps>) => react_jsx_runtime.JSX.Element;
export { Typography, type TypographyProps };
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
var _chunkT2J22WW6js = require('./chunk-T2J22WW6.js');require('./chunk-K3DNTHHB.js');exports.Typography = _chunkT2J22WW6js.a;
var _chunk7QYXDTGXjs = require('./chunk-7QYXDTGX.js');require('./chunk-K3DNTHHB.js');exports.Typography = _chunk7QYXDTGXjs.a;
{
"name": "@jamsr-ui/typography",
"version": "0.0.22",
"version": "0.0.23",
"description": "",

@@ -20,7 +20,7 @@ "main": "./dist/index.mjs",

"peerDependencies": {
"react": ">=18",
"react": ">=19",
"react-dom": ">=18"
},
"dependencies": {
"@jamsr-ui/utils": "^0.0.20"
"@jamsr-ui/utils": "^0.0.21"
},

@@ -27,0 +27,0 @@ "module": "dist/index.mjs",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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