@digibib/deichman-ui
Advanced tools
Comparing version 6.7.2 to 6.8.0
@@ -704,3 +704,3 @@ import React, { Component, Fragment } from 'react'; | ||
var Button$1 = function Button(_ref) { | ||
var Checkbox = function Checkbox(_ref) { | ||
var name = _ref.name, | ||
@@ -746,3 +746,3 @@ label = _ref.label, | ||
Button$1.defaultProps = { | ||
Checkbox.defaultProps = { | ||
checked: false, | ||
@@ -754,3 +754,3 @@ disabled: false, | ||
Button$1.propTypes = { | ||
Checkbox.propTypes = { | ||
name: PropTypes.string.isRequired, | ||
@@ -1534,3 +1534,3 @@ label: PropTypes.string.isRequired, | ||
var Button$2 = function Button(_ref) { | ||
var Button$1 = function Button(_ref) { | ||
var onClick = _ref.onClick, | ||
@@ -1547,7 +1547,7 @@ tagClass = _ref.tagClass, | ||
Button$2.defaultProps = { | ||
Button$1.defaultProps = { | ||
tagClass: '' | ||
}; | ||
Button$2.propTypes = { | ||
Button$1.propTypes = { | ||
tagClass: PropTypes.string, | ||
@@ -1578,3 +1578,3 @@ onClick: PropTypes.func.isRequired | ||
link: Link, | ||
button: Button$2, | ||
button: Button$1, | ||
span: Span | ||
@@ -1876,3 +1876,3 @@ }; | ||
export { Accordion, Badge, Banner, Block, Blockquote, Breakpoint, Burger, Button, Button$1 as Checkbox, CircleButton, Container, Hr, Flex, Grid, GridItem, Icon, IconLoader, Input, List, Loader, Modal, Overlay, Overflow, Select, ShowMore, Sidebar, Sorter, Table, Tag, TagList, Text, Textarea }; | ||
export { Accordion, Badge, Banner, Block, Blockquote, Breakpoint, Burger, Button, Checkbox, CircleButton, Container, Hr, Flex, Grid, GridItem, Icon, IconLoader, Input, List, Loader, Modal, Overlay, Overflow, Select, ShowMore, Sidebar, Sorter, Table, Tag, TagList, Text, Textarea }; | ||
//# sourceMappingURL=index.es.js.map |
@@ -711,3 +711,3 @@ 'use strict'; | ||
var Button$1 = function Button(_ref) { | ||
var Checkbox = function Checkbox(_ref) { | ||
var name = _ref.name, | ||
@@ -753,3 +753,3 @@ label = _ref.label, | ||
Button$1.defaultProps = { | ||
Checkbox.defaultProps = { | ||
checked: false, | ||
@@ -761,3 +761,3 @@ disabled: false, | ||
Button$1.propTypes = { | ||
Checkbox.propTypes = { | ||
name: PropTypes.string.isRequired, | ||
@@ -1541,3 +1541,3 @@ label: PropTypes.string.isRequired, | ||
var Button$2 = function Button(_ref) { | ||
var Button$1 = function Button(_ref) { | ||
var onClick = _ref.onClick, | ||
@@ -1554,7 +1554,7 @@ tagClass = _ref.tagClass, | ||
Button$2.defaultProps = { | ||
Button$1.defaultProps = { | ||
tagClass: '' | ||
}; | ||
Button$2.propTypes = { | ||
Button$1.propTypes = { | ||
tagClass: PropTypes.string, | ||
@@ -1585,3 +1585,3 @@ onClick: PropTypes.func.isRequired | ||
link: Link, | ||
button: Button$2, | ||
button: Button$1, | ||
span: Span | ||
@@ -1891,3 +1891,3 @@ }; | ||
exports.Button = Button; | ||
exports.Checkbox = Button$1; | ||
exports.Checkbox = Checkbox; | ||
exports.CircleButton = CircleButton; | ||
@@ -1894,0 +1894,0 @@ exports.Container = Container; |
{ | ||
"name": "@digibib/deichman-ui", | ||
"version": "6.7.2", | ||
"version": "6.8.0", | ||
"description": "Deichman style-guide and component library", | ||
@@ -47,7 +47,7 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@storybook/addon-knobs": "^5.0.2", | ||
"@storybook/addon-viewport": "^5.0.2", | ||
"@storybook/addons": "^5.0.2", | ||
"@storybook/react": "^5.0.2", | ||
"@storybook/storybook-deployer": "^2.8.1", | ||
"@storybook/addon-knobs": "^5.3.14", | ||
"@storybook/addon-viewport": "^5.3.14", | ||
"@storybook/addons": "^5.3.14", | ||
"@storybook/react": "^5.3.14", | ||
"@storybook/storybook-deployer": "^2.8.2", | ||
"@svgr/rollup": "^4.1.0", | ||
@@ -80,5 +80,6 @@ "autoprefixer": "^9.4.4", | ||
"rollup-plugin-url": "^2.1.0", | ||
"storybook-readme": "^5.0.0", | ||
"svg-sprite-generator": "0.0.7" | ||
"storybook-readme": "^5.0.8", | ||
"svg-sprite-generator": "0.0.7", | ||
"svg-url-loader": "^4.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
754568
35
4076