@kaakao-ui/grid
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -57,3 +57,3 @@ 'use strict'; | ||
'data-kaakao-id': 'grid', | ||
'data-kaakao-v': '0.0.1' | ||
'data-kaakao-v': '0.0.2' | ||
}; | ||
@@ -65,3 +65,3 @@ }).withConfig({ | ||
return styled.css(["", ";", ";", ";", ";", ";", ";", ";", ";", ";", ";"], styledMixins.Background(props), styledMixins.BorderRadius(props), styledMixins.BoxShadow(props), styledMixins.Gradient(props), styledMixins.Grid(props), styledMixins.Layout(_objectSpread2(_objectSpread2({}, props), {}, { | ||
display: props.display || 'flex' | ||
display: props.display || 'grid' | ||
})), styledMixins.Other(props), styledMixins.Position(props), styledMixins.Space(props), styledMixins.Typography(props)); | ||
@@ -68,0 +68,0 @@ }); |
@@ -49,3 +49,3 @@ import { Background, BorderRadius, BoxShadow, Gradient, Grid as Grid$1, Layout, Other, Position, Space, Typography } from '@kaakao-ui/styled-mixins'; | ||
'data-kaakao-id': 'grid', | ||
'data-kaakao-v': '0.0.1' | ||
'data-kaakao-v': '0.0.2' | ||
}; | ||
@@ -57,3 +57,3 @@ }).withConfig({ | ||
return css(["", ";", ";", ";", ";", ";", ";", ";", ";", ";", ";"], Background(props), BorderRadius(props), BoxShadow(props), Gradient(props), Grid$1(props), Layout(_objectSpread2(_objectSpread2({}, props), {}, { | ||
display: props.display || 'flex' | ||
display: props.display || 'grid' | ||
})), Other(props), Position(props), Space(props), Typography(props)); | ||
@@ -60,0 +60,0 @@ }); |
{ | ||
"name": "@kaakao-ui/grid", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "The base Grid component from Kaakao-UI.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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