@stoplight/mosaic
Advanced tools
Comparing version 1.12.6 to 1.13.0
import * as React from 'react'; | ||
import { PolymorphicComponentProps } from '../Box'; | ||
import { AppearanceVals } from './types'; | ||
export declare type PanelOwnProps = { | ||
@@ -21,3 +22,3 @@ /** | ||
*/ | ||
appearance?: 'default' | 'minimal'; | ||
appearance?: AppearanceVals; | ||
/** | ||
@@ -24,0 +25,0 @@ * Enable collapsing |
import * as React from 'react'; | ||
import { BoxOwnProps, IBoxHTMLAttributes } from '../Box/types'; | ||
declare type AppearanceVals = 'default' | 'minimal'; | ||
import { AppearanceVals } from './types'; | ||
export interface IPanelTitlebar extends BoxOwnProps, Omit<IBoxHTMLAttributes, 'title'> { | ||
@@ -27,2 +27,1 @@ /** | ||
export declare const PanelTitlebar: React.NamedExoticComponent<IPanelTitlebar>; | ||
export {}; |
{ | ||
"name": "@stoplight/mosaic", | ||
"version": "1.12.6", | ||
"version": "1.13.0", | ||
"sideEffects": false, | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4197073
181
36225