blockbuster-design-system
Advanced tools
Comparing version 1.2.6 to 1.2.7
@@ -36,3 +36,3 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
function _templateObject() { | ||
var data = _taggedTemplateLiteralLoose(["\n align-self: ", ";\n background: ", ";\n background-size: ", ";\n background-color: ", ";\n background-position: ", ";\n background-repeat: ", ";\n border: ", ";\n border-radius: var(--border-radius);\n box-sizing: border-box;\n display: ", ";\n flex-direction: ", ";\n flex-wrap: ", ";\n height: ", ";\n justify-content: ", ";\n margin: ", ";\n max-height: ", ";\n max-width: ", ";\n min-height: ", ";\n overflow: hidden;\n overflow-x: ", ";\n padding: ", ";\n width: 100%;\n"]); | ||
var data = _taggedTemplateLiteralLoose(["\n align-self: ", ";\n background: ", ";\n background-size: ", ";\n background-color: ", ";\n background-position: ", ";\n background-repeat: ", ";\n border: ", ";\n border-radius: var(--border-radius);\n box-sizing: border-box;\n display: ", ";\n flex-direction: ", ";\n flex-wrap: ", ";\n height: ", ";\n justify-content: ", ";\n margin: ", ";\n max-height: ", ";\n max-width: ", ";\n min-height: ", ";\n overflow: hidden;\n overflow-x: ", ";\n padding: ", ";\n width: ", ";\n"]); | ||
@@ -81,2 +81,4 @@ _templateObject = function _templateObject() { | ||
return props.padding ? props.padding : '0'; | ||
}, function (props) { | ||
return props.width ? props.width : '100%'; | ||
}); | ||
@@ -83,0 +85,0 @@ |
@@ -33,3 +33,3 @@ import React from 'react'; | ||
function _templateObject() { | ||
var data = _taggedTemplateLiteralLoose(["\n align-self: ", ";\n background: ", ";\n background-size: ", ";\n background-color: ", ";\n background-position: ", ";\n background-repeat: ", ";\n border: ", ";\n border-radius: var(--border-radius);\n box-sizing: border-box;\n display: ", ";\n flex-direction: ", ";\n flex-wrap: ", ";\n height: ", ";\n justify-content: ", ";\n margin: ", ";\n max-height: ", ";\n max-width: ", ";\n min-height: ", ";\n overflow: hidden;\n overflow-x: ", ";\n padding: ", ";\n width: 100%;\n"]); | ||
var data = _taggedTemplateLiteralLoose(["\n align-self: ", ";\n background: ", ";\n background-size: ", ";\n background-color: ", ";\n background-position: ", ";\n background-repeat: ", ";\n border: ", ";\n border-radius: var(--border-radius);\n box-sizing: border-box;\n display: ", ";\n flex-direction: ", ";\n flex-wrap: ", ";\n height: ", ";\n justify-content: ", ";\n margin: ", ";\n max-height: ", ";\n max-width: ", ";\n min-height: ", ";\n overflow: hidden;\n overflow-x: ", ";\n padding: ", ";\n width: ", ";\n"]); | ||
@@ -78,2 +78,4 @@ _templateObject = function _templateObject() { | ||
return props.padding ? props.padding : '0'; | ||
}, function (props) { | ||
return props.width ? props.width : '100%'; | ||
}); | ||
@@ -80,0 +82,0 @@ |
{ | ||
"name": "blockbuster-design-system", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "Blockbuster but 2020", | ||
@@ -5,0 +5,0 @@ "author": "carbonology", |
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
97879
962