terra-slide-panel
Advanced tools
Comparing version 3.12.0 to 3.13.0
@@ -7,2 +7,7 @@ Changelog | ||
3.13.0 - (August 21, 2019) | ||
------------------ | ||
### Changed | ||
* Cleaned up ESLint comments | ||
3.12.0 - (August 14, 2019) | ||
@@ -9,0 +14,0 @@ ------------------ |
@@ -32,3 +32,3 @@ "use strict"; | ||
// eslint-disable-next-line import/no-extraneous-dependencies, import/no-unresolved, import/extensions */ | ||
/* eslint-disable-next-line import/no-extraneous-dependencies, import/no-unresolved, import/extensions */ | ||
var cx = _bind.default.bind(_DefaultSlidePanelModule.default); | ||
@@ -35,0 +35,0 @@ |
{ | ||
"name": "terra-slide-panel", | ||
"main": "lib/SlidePanel.js", | ||
"version": "3.12.0", | ||
"version": "3.13.0", | ||
"description": "The Terra SlidePanel component is a progressive disclosure mechanism that allows additional content to be shown and hidden in a variety of ways.", | ||
@@ -45,3 +45,3 @@ "repository": { | ||
}, | ||
"gitHead": "e1b264159c53e3eee057a0f26634410847d0b321" | ||
"gitHead": "262a8630ba19b1d12fedcaa0aae434ce29aaaf4f" | ||
} |
import React from 'react'; | ||
import PropTypes from 'prop-types'; | ||
// eslint-disable-next-line import/no-extraneous-dependencies, import/no-unresolved, import/extensions */ | ||
/* eslint-disable-next-line import/no-extraneous-dependencies, import/no-unresolved, import/extensions */ | ||
import SlidePanel from 'terra-slide-panel/lib/SlidePanel'; | ||
@@ -5,0 +5,0 @@ import classNames from 'classnames/bind'; |
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
102359