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