@kaakao-ui/grid
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -57,3 +57,3 @@ 'use strict'; | ||
'data-kaakao-id': 'grid', | ||
'data-kaakao-v': '0.0.4' | ||
'data-kaakao-v': '0.0.5' | ||
}; | ||
@@ -60,0 +60,0 @@ }).withConfig({ |
@@ -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.4' | ||
'data-kaakao-v': '0.0.5' | ||
}; | ||
@@ -52,0 +52,0 @@ }).withConfig({ |
import React from 'react'; | ||
import { IBackground, IBorderRadius, IBoxShadow, IGrid as IGridProps, IGradient, ILayout, IOther, IPosition, ISpace, ITypography } from '@kaakao-ui/styled-mixins'; | ||
export interface IGrid extends React.HTMLAttributes<HTMLDivElement>, IBackground, IBorderRadius, IBoxShadow, IGridProps, IGradient, Omit<ILayout, 'display'>, IOther, IPosition, ISpace, ITypography { | ||
import { IBackground, IBorder, IBorderRadius, IBoxShadow, IGrid as IGridProps, IGradient, ILayout, IOther, IPosition, ISpace, ITypography } from '@kaakao-ui/styled-mixins'; | ||
export interface IGrid extends React.HTMLAttributes<HTMLDivElement>, IBackground, IBorder, IBorderRadius, IBoxShadow, IGridProps, IGradient, Omit<ILayout, 'display'>, IOther, IPosition, ISpace, ITypography { | ||
display?: Extract<ILayout['display'], 'grid' | 'inline-grid'>; | ||
testId?: string; | ||
} |
{ | ||
"name": "@kaakao-ui/grid", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "The base Grid component from Kaakao-UI.", | ||
@@ -23,3 +23,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@kaakao-ui/styled-mixins": "^0.0.12" | ||
"@kaakao-ui/styled-mixins": "^0.0.14" | ||
}, | ||
@@ -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
6563
+ Added@kaakao-ui/styled-mixins@0.0.14(transitive)
- Removed@kaakao-ui/styled-mixins@0.0.12(transitive)