@digibib/deichman-ui
Advanced tools
Comparing version 3.5.0 to 3.5.1
@@ -1232,2 +1232,4 @@ import React, { Component } from 'react'; | ||
disabled = _ref.disabled, | ||
small = _ref.small, | ||
condensed = _ref.condensed, | ||
children = _ref.children, | ||
@@ -1241,2 +1243,4 @@ full = _ref.full, | ||
'button--disabled': disabled, | ||
'button--small': small, | ||
'button--condensed': condensed, | ||
'button--with-icon': icon !== '', | ||
@@ -1257,2 +1261,4 @@ 'button--full': full | ||
disabled: false, | ||
small: false, | ||
condensed: false, | ||
full: false, | ||
@@ -1265,2 +1271,4 @@ icon: '' | ||
disabled: propTypes.bool, | ||
small: propTypes.bool, | ||
condensed: propTypes.bool, | ||
full: propTypes.bool, | ||
@@ -1267,0 +1275,0 @@ icon: propTypes.string, |
@@ -1239,2 +1239,4 @@ 'use strict'; | ||
disabled = _ref.disabled, | ||
small = _ref.small, | ||
condensed = _ref.condensed, | ||
children = _ref.children, | ||
@@ -1248,2 +1250,4 @@ full = _ref.full, | ||
'button--disabled': disabled, | ||
'button--small': small, | ||
'button--condensed': condensed, | ||
'button--with-icon': icon !== '', | ||
@@ -1264,2 +1268,4 @@ 'button--full': full | ||
disabled: false, | ||
small: false, | ||
condensed: false, | ||
full: false, | ||
@@ -1272,2 +1278,4 @@ icon: '' | ||
disabled: propTypes.bool, | ||
small: propTypes.bool, | ||
condensed: propTypes.bool, | ||
full: propTypes.bool, | ||
@@ -1274,0 +1282,0 @@ icon: propTypes.string, |
{ | ||
"name": "@digibib/deichman-ui", | ||
"version": "3.5.0", | ||
"version": "3.5.1", | ||
"description": "Deichman style-guide and component library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
617701
4557