@aleodoni-common/tailwind-components
Advanced tools
Comparing version 1.0.151 to 1.0.152
@@ -48,3 +48,3 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
bgColor = _props$bgColor === void 0 ? defaultTheme.defaultBGColor : _props$bgColor; | ||
var className = "Container flex flex-col xl:w-5/6 w-full h-full " + bgColor; | ||
var className = "Container flex flex-col w-full xl:w-5/6 h-full " + bgColor; | ||
return React__default.createElement("section", Object.assign({ | ||
@@ -51,0 +51,0 @@ className: className |
@@ -46,3 +46,3 @@ import React, { useState } from 'react'; | ||
bgColor = _props$bgColor === void 0 ? defaultTheme.defaultBGColor : _props$bgColor; | ||
var className = "Container flex flex-col xl:w-5/6 w-full h-full " + bgColor; | ||
var className = "Container flex flex-col w-full xl:w-5/6 h-full " + bgColor; | ||
return React.createElement("section", Object.assign({ | ||
@@ -49,0 +49,0 @@ className: className |
{ | ||
"name": "@aleodoni-common/tailwind-components", | ||
"version": "1.0.151", | ||
"version": "1.0.152", | ||
"main": "./build/index.js", | ||
@@ -5,0 +5,0 @@ "module": "build/index.modern.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
135127