jobiqo-cl
Advanced tools
Comparing version 0.1.68 to 0.1.69
@@ -9,2 +9,4 @@ 'use strict'; | ||
var _addonActions = require('@storybook/addon-actions'); | ||
var _addonKnobs = require('@storybook/addon-knobs'); | ||
@@ -14,4 +16,2 @@ | ||
var _vue = require('@storybook/addon-knobs/dist/vue'); | ||
var _styledComponents = require('styled-components'); | ||
@@ -50,7 +50,7 @@ | ||
_2.default, | ||
{ chipStyle: (0, _vue.select)(chipTypesLabel, chipTypes, chipDefaultValue) }, | ||
{ onRemove: (0, _addonActions.action)('Remove'), chipStyle: (0, _addonKnobs.select)(chipTypesLabel, chipTypes, chipDefaultValue) }, | ||
_react2.default.createElement( | ||
'span', | ||
null, | ||
(0, _vue.text)('Label', 'UX / Development') | ||
(0, _addonKnobs.text)('Label', 'UX / Development') | ||
) | ||
@@ -57,0 +57,0 @@ ) |
{ | ||
"name": "jobiqo-cl", | ||
"version": "0.1.68", | ||
"version": "0.1.69", | ||
"description": "", | ||
@@ -42,3 +42,6 @@ "main": "lib/index.js", | ||
"polished": "^1.7.0", | ||
"react-content-loader": "^3.1.2" | ||
"react": "^16.5.2", | ||
"react-content-loader": "^3.1.2", | ||
"react-dom": "^16.5.2", | ||
"styled-components": "^3.4.9" | ||
}, | ||
@@ -45,0 +48,0 @@ "peerDependencies": { |
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
174460
14
+ Addedreact@^16.5.2
+ Addedreact-dom@^16.5.2
+ Addedstyled-components@^3.4.9