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

@teambit/base-ui.text.paragraph

Package Overview
Dependencies
Maintainers
16
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teambit/base-ui.text.paragraph - npm Package Compare versions

Comparing version 0.5.9 to 0.5.10

6

dist/paragraph.d.ts

@@ -13,2 +13,8 @@ import React from 'react';

} & React.HTMLAttributes<HTMLParagraphElement>;
/**
* Paragraph component prototype. Accepts all properties of a native Paragraph element,
* @name paragraph
* @example
* <Paragraph size="sm">This is some text</Paragraph>
*/
export declare function Paragraph({ className, size, element: Element, ...rest }: ParagraphProps): JSX.Element;

@@ -15,0 +21,0 @@ export declare namespace Paragraph {

@@ -21,2 +21,8 @@ "use strict";

const paragraph_module_scss_1 = __importDefault(require("./paragraph.module.scss"));
/**
* Paragraph component prototype. Accepts all properties of a native Paragraph element,
* @name paragraph
* @example
* <Paragraph size="sm">This is some text</Paragraph>
*/
function Paragraph(_a) {

@@ -23,0 +29,0 @@ var { className, size, element: Element } = _a, rest = __rest(_a, ["className", "size", "element"]);

5

package.json
{
"name": "@teambit/base-ui.text.paragraph",
"version": "0.5.9",
"version": "0.5.10",
"homepage": "https://bit.dev/teambit/base-ui/text/paragraph",
"main": "dist/index.js",

@@ -8,3 +9,3 @@ "componentId": {

"name": "text/paragraph",
"version": "0.5.9"
"version": "0.5.10"
},

@@ -11,0 +12,0 @@ "dependencies": {

dist/paragraph.js.map

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