Socket
Socket
Sign inDemoInstall

@mintlify/components

Package Overview
Dependencies
41
Maintainers
2
Versions
99
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.8 to 0.3.9

build-storybook.log

4

dist/Accordion/index.d.ts

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

import Accordion from './Accordion';
import AccordionGroup from './AccordionGroup';
import Accordion from "./Accordion";
import AccordionGroup from "./AccordionGroup";
export { Accordion, AccordionGroup };

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

/// <reference types="react" />
import { ComponentPropsWithoutRef } from "react";
import { CopyToClipboardResult } from "../utils/copyToClipboard";
export declare function CopyToClipboardButton({ textToCopy, tooltipColor, copiedTooltipColor, onCopied, }: {
export declare function CopyToClipboardButton({ textToCopy, tooltipColor, copiedTooltipColor, onCopied, className, ...props }: {
textToCopy: string;

@@ -8,2 +8,2 @@ tooltipColor?: string;

onCopied?: (result: CopyToClipboardResult, textToCopy?: string) => void;
}): JSX.Element | null;
} & ComponentPropsWithoutRef<"button">): JSX.Element | null;
import { CodeBlock, CodeBlockProps, CodeBlockPropsBase } from "./CodeBlock";
import { CodeGroup, CodeGroupProps, CodeGroupPropsBase } from "./CodeGroup";
export type { CodeGroupPropsBase, CodeBlockPropsBase, CodeGroupProps, CodeBlockProps };
export type { CodeGroupPropsBase, CodeBlockPropsBase, CodeGroupProps, CodeBlockProps, };
export { CodeBlock, CodeGroup };

@@ -1,2 +0,2 @@

import Expandable from './Expandable';
import Expandable from "./Expandable";
export { Expandable };
{
"name": "@mintlify/components",
"version": "0.3.8",
"version": "0.3.9",
"description": "Open-source library of UI components made with React and TailwindCSS.",

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

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc