@kaakao-ui/box
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -16,3 +16,3 @@ 'use strict'; | ||
'data-kaakao-id': 'box', | ||
'data-kaakao-v': '0.0.10' | ||
'data-kaakao-v': '0.0.11' | ||
}; | ||
@@ -23,5 +23,5 @@ }).withConfig({ | ||
})(["", ";"], function (props) { | ||
return styled.css(["", ";", ";", ";", ";", ";", ";", ";", ";", ";"], styledMixins.Background(props), styledMixins.BorderRadius(props), styledMixins.BoxShadow(props), styledMixins.Gradient(props), styledMixins.Layout(props), styledMixins.Other(props), styledMixins.Position(props), styledMixins.Space(props), styledMixins.Typography(props)); | ||
return styled.css(["", ";", ";", ";", ";", ";", ";", ";", ";", ";", ";"], styledMixins.Background(props), styledMixins.Border(props), styledMixins.BorderRadius(props), styledMixins.BoxShadow(props), styledMixins.Gradient(props), styledMixins.Layout(props), styledMixins.Other(props), styledMixins.Position(props), styledMixins.Space(props), styledMixins.Typography(props)); | ||
}); | ||
exports.Box = Box; |
@@ -1,2 +0,2 @@ | ||
import { Background, BorderRadius, BoxShadow, Gradient, Layout, Other, Position, Space, Typography } from '@kaakao-ui/styled-mixins'; | ||
import { Background, Border, BorderRadius, BoxShadow, Gradient, Layout, Other, Position, Space, Typography } from '@kaakao-ui/styled-mixins'; | ||
import styled, { css } from 'styled-components'; | ||
@@ -8,3 +8,3 @@ | ||
'data-kaakao-id': 'box', | ||
'data-kaakao-v': '0.0.10' | ||
'data-kaakao-v': '0.0.11' | ||
}; | ||
@@ -15,5 +15,5 @@ }).withConfig({ | ||
})(["", ";"], function (props) { | ||
return css(["", ";", ";", ";", ";", ";", ";", ";", ";", ";"], Background(props), BorderRadius(props), BoxShadow(props), Gradient(props), Layout(props), Other(props), Position(props), Space(props), Typography(props)); | ||
return css(["", ";", ";", ";", ";", ";", ";", ";", ";", ";", ";"], Background(props), Border(props), BorderRadius(props), BoxShadow(props), Gradient(props), Layout(props), Other(props), Position(props), Space(props), Typography(props)); | ||
}); | ||
export { Box }; |
{ | ||
"name": "@kaakao-ui/box", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Box is the most abstract Kaakao-UI layout component.", | ||
@@ -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
4044