Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@stoplight/mosaic

Package Overview
Dependencies
Maintainers
23
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stoplight/mosaic - npm Package Compare versions

Comparing version 1.0.0-beta.10 to 1.0.0-beta.11

17

components/Panel/Panel.d.ts
import React from 'react';
import { BoxOwnProps } from '../Box/types';
export interface IPanelProps extends BoxOwnProps {
import { PolymorphicComponentProps } from '../Box';
export declare type PanelOwnProps = {
/**

@@ -11,2 +11,8 @@ * The contents of the panel.

/**
* Wether the panel should be rounded. Applies rounded "lg" and overflow hidden.
*
* Usually only use this on root panel components, not nested panel components.
*/
rounded?: boolean;
/**
* Controls how the panel will appear.

@@ -43,7 +49,8 @@ *

onChange?: (value: boolean) => void;
}
};
export declare type PanelProps = PolymorphicComponentProps<'div', PanelOwnProps>;
export declare const Panel: {
({ appearance, id, className, children, isCollapsible, isOpen: isOpenProp, defaultIsOpen, onChange, ...extraProps }: IPanelProps): JSX.Element;
({ appearance, id, className, children, isCollapsible, isOpen: isOpenProp, defaultIsOpen, onChange, rounded, ...extraProps }: PanelProps): JSX.Element;
Titlebar: React.NamedExoticComponent<import("./PanelTitlebar").IPanelTitlebar>;
Content: React.FC<BoxOwnProps<React.ElementType<any>>>;
Content: React.FC<import("../Box").BoxOwnProps<React.ElementType<any>>>;
};
{
"name": "@stoplight/mosaic",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"sideEffects": false,

@@ -5,0 +5,0 @@ "peerDependencies": {

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

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

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