@digibib/deichman-ui
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -1305,3 +1305,4 @@ import React, { Component } from 'react'; | ||
color = _ref.color, | ||
width = _ref.width; | ||
width = _ref.width, | ||
preventCollapse = _ref.preventCollapse; | ||
@@ -1313,3 +1314,4 @@ var containerClass = classnames({ | ||
'container--gray': color === 'gray', | ||
'container--dark': color === 'dark' | ||
'container--dark': color === 'dark', | ||
'container--prevent-collapse': preventCollapse | ||
}); | ||
@@ -1326,3 +1328,4 @@ | ||
color: 'default', | ||
width: 'default' | ||
width: 'default', | ||
preventCollapse: false | ||
}; | ||
@@ -1333,2 +1336,3 @@ | ||
width: propTypes.string, | ||
preventCollapse: propTypes.bool, | ||
children: propTypes.node.isRequired | ||
@@ -1335,0 +1339,0 @@ }; |
@@ -1312,3 +1312,4 @@ 'use strict'; | ||
color = _ref.color, | ||
width = _ref.width; | ||
width = _ref.width, | ||
preventCollapse = _ref.preventCollapse; | ||
@@ -1320,3 +1321,4 @@ var containerClass = classnames({ | ||
'container--gray': color === 'gray', | ||
'container--dark': color === 'dark' | ||
'container--dark': color === 'dark', | ||
'container--prevent-collapse': preventCollapse | ||
}); | ||
@@ -1333,3 +1335,4 @@ | ||
color: 'default', | ||
width: 'default' | ||
width: 'default', | ||
preventCollapse: false | ||
}; | ||
@@ -1340,2 +1343,3 @@ | ||
width: propTypes.string, | ||
preventCollapse: propTypes.bool, | ||
children: propTypes.node.isRequired | ||
@@ -1342,0 +1346,0 @@ }; |
{ | ||
"name": "@digibib/deichman-ui", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Deichman style-guide and component library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -42,1 +42,5 @@ ## Deichman-ui | ||
``` | ||
### CDN Cache | ||
jsDelivr will cache the `@latest` tag for 24 hours, if you're using the latest version and wish to purge the cache, visit https://purge.jsdelivr.net/npm/@digibib/deichman-ui@latest/dist/index.css |
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
511134
4195
46