react-storybook-addon-props-combinations
Advanced tools
Comparing version 0.4.0 to 0.4.1
'use strict'; | ||
import _Object$defineProperty from 'babel-runtime/core-js/object/define-property'; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.withOneOfBool = undefined; | ||
@@ -22,13 +22,8 @@ var _assign = require('babel-runtime/core-js/object/assign'); | ||
_Object$keys(_modifiers).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
_Object$defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function get() { | ||
return _modifiers[key]; | ||
} | ||
}); | ||
Object.defineProperty(exports, 'withOneOfBool', { | ||
enumerable: true, | ||
get: function get() { | ||
return _modifiers.withOneOfBool; | ||
} | ||
}); | ||
exports.setDefaults = setDefaults; | ||
@@ -35,0 +30,0 @@ |
{ | ||
"name": "react-storybook-addon-props-combinations", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Props Combinations addon for React Storybook", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"deploy-storybook": "storybook-to-ghpages", | ||
"transpile": "babel --plugins \"transform-runtime\" ./src --out-dir ./dist", | ||
"transpile": "babel --plugins \"transform-runtime\" ./src --out-dir ./dist --ignore test.js", | ||
"prepublish": "rm -rf ./dist && npm run transpile", | ||
@@ -12,0 +12,0 @@ "postpublish": "npm run deploy-storybook", |
@@ -9,3 +9,3 @@ import React from 'react' | ||
export * from './modifiers' | ||
export { withOneOfBool } from './modifiers' | ||
@@ -12,0 +12,0 @@ const checkForMissingProps = (component, possibleValuesByPropName) => { |
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
65468
27
649