react-layer-stack
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -17,3 +17,3 @@ 'use strict';Object.defineProperty(exports, "__esModule", { value: true });exports.LayerToggle = exports.Layer = exports.LayerStackMountPoint = undefined;var _react = require('react');var _react2 = _interopRequireDefault(_react); | ||
(_views$id = views[id]).renderFn.apply(_views$id, [{ | ||
(_views$id = views[id]).renderFn.apply(_views$id, [{ // TODO: check that renderFn is a function | ||
index: index, id: id, show: show, hide: hide, hideAll: hideAll, displaying: displaying, views: views, | ||
@@ -20,0 +20,0 @@ showOnlyMe: function showOnlyMe() {for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {args[_key] = arguments[_key];}return hideAll() || show.apply(undefined, [id].concat(args));}, // TODO: improve |
{ | ||
"name": "react-layer-stack", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Simple but ubiquitously powerful and agnostic layering system for React. Useful for any kind of windowing/popover/modals/tooltip application", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/AlexeyFrolov/react-layer-stack.git", |
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
31854