Socket
Socket
Sign inDemoInstall

@artistry/react

Package Overview
Dependencies
12
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.3 to 0.6.4

dist/scripts/components/ActionBarBreadcrumb.d.ts

2

dist/scripts/components/Button.d.ts

@@ -9,3 +9,3 @@ import * as React from 'react';

displaySize?: 'default' | 'small' | 'large';
display?: 'default' | 'textonly' | 'outline';
display?: 'default' | 'textonly' | 'outline' | 'underline';
fill?: boolean;

@@ -12,0 +12,0 @@ tooltip?: string;

@@ -107,2 +107,5 @@ "use strict";

break;
case 'underline':
classNames.push('button-underline');
break;
}

@@ -109,0 +112,0 @@ if (fill) {

@@ -12,2 +12,3 @@ import * as React from 'react';

popoverAlign?: 'top' | 'right' | 'bottom' | 'left' | 'center';
popoverSpace?: boolean;
popoverOpen?: boolean;

@@ -14,0 +15,0 @@ popoverMenu?: boolean;

@@ -82,3 +82,3 @@ "use strict";

if (this.props.popover) {
let popover = (React.createElement(Popover_1.default, { align: this.props.popoverAlign, direction: this.props.popoverDirection, open: !this.props.popoverMenu ? this.props.popoverOpen : undefined, preventClick: true }, typeof this.props.popover === 'function' ?
let popover = (React.createElement(Popover_1.default, { align: this.props.popoverAlign, direction: this.props.popoverDirection, open: !this.props.popoverMenu ? this.props.popoverOpen : undefined, space: this.props.popoverSpace, preventClick: true }, typeof this.props.popover === 'function' ?
this.props.popover() :

@@ -85,0 +85,0 @@ this.props.popover));

@@ -8,2 +8,3 @@ export { default as BodyScroll } from '../util/BodyScroll';

export { default as ActionBar, IActionBarProps } from '../components/ActionBar';
export { default as ActionBarBreadcrumb, IActionBarBreadcrumbProps } from '../components/ActionBarBreadcrumb';
export { default as AmountInput, IAmountInputProps, IAmountInputState } from '../components/AmountInput';

@@ -10,0 +11,0 @@ export { default as Breadcrumbs, IBreadcrumbs } from '../components/Breadcrumbs';

@@ -17,2 +17,4 @@ "use strict";

exports.ActionBar = ActionBar_1.default;
var ActionBarBreadcrumb_1 = require("../components/ActionBarBreadcrumb");
exports.ActionBarBreadcrumb = ActionBarBreadcrumb_1.default;
var AmountInput_1 = require("../components/AmountInput");

@@ -19,0 +21,0 @@ exports.AmountInput = AmountInput_1.default;

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

import { ClassNames } from "../modules/ArtistryReact";
import ClassNames from "./ClassNames";
export declare type AlignType = 'start' | 'end' | 'left' | 'right' | 'center' | 'justify' | 'initial' | 'inherit';
export declare function alignClass(align: AlignType, classNames: ClassNames): void;
{
"name": "@artistry/react",
"version": "0.6.3",
"version": "0.6.4",
"description": "A powerful component library for React",

@@ -5,0 +5,0 @@ "repository": "https://www.github.com/sjohnsonaz/artistry-react.git",

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