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

@teambit/documenter.ui.paragraph

Package Overview
Dependencies
Maintainers
18
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teambit/documenter.ui.paragraph - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

3

dist/paragraph.d.ts
import React from "react";
import { PossibleSizes } from "@teambit/base-ui.theme.sizes";
export declare type ParagraphProps = {

@@ -10,5 +9,5 @@ size?: "xxs" | "xs" | "sm" | "md" | "lg" | "xl" | "xxl";

var defaultProps: {
size: PossibleSizes;
size: string;
element: string;
};
}

@@ -29,5 +29,5 @@ "use strict";

Paragraph.defaultProps = {
size: base_ui_theme_sizes_1.PossibleSizes.md,
size: 'md',
element: 'p'
};
//# sourceMappingURL=paragraph.js.map
{
"name": "@teambit/documenter.ui.paragraph",
"version": "0.0.4",
"version": "0.0.5",
"homepage": "https://bit.dev/teambit/documenter/ui/paragraph",

@@ -9,9 +9,9 @@ "main": "dist/index.js",

"name": "ui/paragraph",
"version": "0.0.4"
"version": "0.0.5"
},
"dependencies": {
"classnames": "^2.2.6",
"@teambit/base-ui.text.paragraph": "0.1.5",
"@teambit/base-ui.theme.sizes": "0.1.5",
"@teambit/documenter.theme.theme-context": "0.0.4"
"@teambit/base-ui.text.paragraph": "0.2.10",
"@teambit/base-ui.theme.sizes": "0.2.10",
"@teambit/documenter.theme.theme-context": "0.0.5"
},

@@ -18,0 +18,0 @@ "devDependencies": {

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