@kaakao-ui/box
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -16,3 +16,3 @@ 'use strict'; | ||
'data-kaakao-id': 'box', | ||
'data-kaakao-v': '0.0.7' | ||
'data-kaakao-v': '0.0.8' | ||
}; | ||
@@ -23,5 +23,5 @@ }).withConfig({ | ||
})(["", ";"], function (props) { | ||
return styled.css(["", " ", " ", ""], styledMixins.BorderRadius(props), styledMixins.Position(props), styledMixins.Space(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)); | ||
}); | ||
exports.Box = Box; |
@@ -1,2 +0,2 @@ | ||
import { BorderRadius, Position, Space } from '@kaakao-ui/styled-mixins'; | ||
import { Background, 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.7' | ||
'data-kaakao-v': '0.0.8' | ||
}; | ||
@@ -15,5 +15,5 @@ }).withConfig({ | ||
})(["", ";"], function (props) { | ||
return css(["", " ", " ", ""], BorderRadius(props), Position(props), Space(props)); | ||
return css(["", ";", ";", ";", ";", ";", ";", ";", ";", ";"], Background(props), BorderRadius(props), BoxShadow(props), Gradient(props), Layout(props), Other(props), Position(props), Space(props), Typography(props)); | ||
}); | ||
export { Box }; |
import React from 'react'; | ||
import { IBorderRadius, IPosition, ISpace } from '@kaakao-ui/styled-mixins'; | ||
export interface IBox extends React.HTMLAttributes<HTMLDivElement>, IBorderRadius, IPosition, ISpace { | ||
import { IBackground, IBorderRadius, IBoxShadow, IGradient, ILayout, IOther, IPosition, ISpace, ITypography } from '@kaakao-ui/styled-mixins'; | ||
export interface IBox extends React.HTMLAttributes<HTMLDivElement>, IBackground, IBorderRadius, IBoxShadow, IGradient, Omit<ILayout, 'flex' | 'grid' | 'inline-flex' | 'inline-grid'>, IOther, IPosition, ISpace, ITypography { | ||
testId?: string; | ||
} |
{ | ||
"name": "@kaakao-ui/box", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Box is the most abstract Kaakao-UI layout component.", | ||
@@ -23,3 +23,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@kaakao-ui/styled-mixins": "^0.0.8" | ||
"@kaakao-ui/styled-mixins": "^0.0.9" | ||
}, | ||
@@ -26,0 +26,0 @@ "devDependencies": { |
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
3907
45
+ Added@kaakao-ui/styled-mixins@0.0.9(transitive)
- Removed@kaakao-ui/styled-mixins@0.0.8(transitive)