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.5.18 to 0.5.19

dist/scripts/components/Breadcrumbs.d.ts

0

dist/scripts/abilities/Disabled.d.ts

@@ -0,0 +0,0 @@ export interface IDisableable {

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

2

dist/scripts/components/Drawer.d.ts

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

onScroll: (event: React.UIEvent<HTMLElement>) => void;
componentWillReceiveProps(nextProps?: IDrawerProps): Promise<void>;
componentDidUpdate(prevProps?: IDrawerProps): Promise<void>;
updateModalRoot(): void;

@@ -29,0 +29,0 @@ componentWillUnmount(): void;

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

}
async componentWillReceiveProps(nextProps) {
if (this.props.open != nextProps.open) {
if (nextProps.open) {
async componentDidUpdate(prevProps) {
if (this.props.open != prevProps.open) {
if (this.props.open) {
let runCount = this.runCount;

@@ -62,3 +62,3 @@ await this.setState({

this.setState({
open: nextProps.open
open: this.props.open
});

@@ -70,3 +70,3 @@ DepthStack_1.default.push(this.close);

this.setState({
open: nextProps.open
open: this.props.open
});

@@ -73,0 +73,0 @@ DepthStack_1.default.remove(this.close);

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

/// <reference types="react" />
export declare type ITemplate = string | number | JSX.Element | (() => JSX.Element | string | number);
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ITemplate.js.map

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

onScroll: (event: React.UIEvent<HTMLElement>) => void;
componentWillReceiveProps(nextProps?: IModalProps): Promise<void>;
componentDidUpdate(prevProps?: IModalProps): Promise<void>;
updateModalRoot(): void;

@@ -37,0 +37,0 @@ componentWillUnmount(): void;

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

}
async componentWillReceiveProps(nextProps) {
if (this.props.open != nextProps.open) {
if (nextProps.open) {
async componentDidUpdate(prevProps) {
if (this.props.open != prevProps.open) {
if (this.props.open) {
let runCount = this.runCount;

@@ -66,3 +66,3 @@ await this.setState({

this.setState({
open: nextProps.open
open: this.props.open
});

@@ -74,3 +74,3 @@ DepthStack_1.default.push(this.close);

this.setState({
open: nextProps.open
open: this.props.open
});

@@ -77,0 +77,0 @@ DepthStack_1.default.remove(this.close);

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

@@ -0,0 +0,0 @@ "use strict";

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

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

export { default as AmountInput, IAmountInputProps, IAmountInputState } from '../components/AmountInput';
export { default as Breadcrumbs, IBreadcrumbs } from '../components/Breadcrumbs';
export { default as Button, IButtonProps } from '../components/Button';

@@ -11,0 +12,0 @@ export { default as ButtonGroup, IButtonGroupProps } from '../components/ButtonGroup';

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

exports.AmountInput = AmountInput_1.default;
var Breadcrumbs_1 = require("../components/Breadcrumbs");
exports.Breadcrumbs = Breadcrumbs_1.default;
var Button_1 = require("../components/Button");

@@ -21,0 +23,0 @@ exports.Button = Button_1.default;

export declare type AlignType = 'start' | 'end' | 'left' | 'right' | 'center' | 'justify' | 'initial' | 'inherit';
export declare function alignClass(align: AlignType, classNames: string[]): void;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export interface CustomEventListener extends EventListener {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export default class BodyScroll {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export default class ClassNames {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare enum UnitValid {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import BaseEventTarget from './BaseEventTarget';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export default class Portal {

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

{
"name": "@artistry/react",
"version": "0.5.18",
"version": "0.5.19",
"description": "A powerful component library for React",

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

@@ -0,0 +0,0 @@ # react-artistry

Sorry, the diff of this file is not supported yet

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