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

@jamsr-ui/text

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jamsr-ui/text - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

dist/chunk-KOPYHBXS.mjs

2

dist/index.js
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
"use client";var _chunkT5XAJ3NGjs = require('./chunk-T5XAJ3NG.js');var _chunkBFQTDUVAjs = require('./chunk-BFQTDUVA.js');exports.Text = _chunkT5XAJ3NGjs.a; exports.textVariants = _chunkBFQTDUVAjs.b;
"use client";var _chunkP57TRE4Kjs = require('./chunk-P57TRE4K.js');var _chunkBFQTDUVAjs = require('./chunk-BFQTDUVA.js');exports.Text = _chunkP57TRE4Kjs.a; exports.textVariants = _chunkBFQTDUVAjs.b;

@@ -7,3 +7,4 @@ import { TextVariants } from './styles.js';

type TextProps<T extends React.ElementType = "div"> = Omit<ComponentPropsWithAs<T, TextVariants>, "as"> & {
type Props = TextVariants;
type TextProps<T extends React.ElementType = "div"> = Props & Omit<ComponentPropsWithAs<T, TextVariants>, "as"> & {
as: T;

@@ -10,0 +11,0 @@ };

"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client"
var _chunkT5XAJ3NGjs = require('./chunk-T5XAJ3NG.js');require('./chunk-BFQTDUVA.js');exports.Text = _chunkT5XAJ3NGjs.a;
var _chunkP57TRE4Kjs = require('./chunk-P57TRE4K.js');require('./chunk-BFQTDUVA.js');exports.Text = _chunkP57TRE4Kjs.a;
{
"name": "@jamsr-ui/text",
"version": "0.0.5",
"version": "0.0.6",
"peerDependencies": {

@@ -9,4 +9,4 @@ "react-dom": "^19.0.0",

"dependencies": {
"@jamsr-ui/styles": "^0.0.17",
"@jamsr-ui/utils": "^0.0.74"
"@jamsr-ui/utils": "^0.0.75",
"@jamsr-ui/styles": "^0.0.18"
},

@@ -28,3 +28,2 @@ "exports": {

"JamsrUI",
"Jamsr UI",
"jamsr-ui",

@@ -31,0 +30,0 @@ "TypeScript"

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