@ubergrape/aurora-ui
Advanced tools
Comparing version 0.0.8 to 0.1.0
@@ -6,3 +6,2 @@ import React from 'react'; | ||
description?: string; | ||
maxWidth?: number; | ||
ariaLabel?: string; | ||
@@ -9,0 +8,0 @@ className?: string; |
@@ -12,5 +12,4 @@ import React from 'react'; | ||
excludeFromTabOrder?: boolean; | ||
maxWidth?: number; | ||
} | ||
export declare const GroupItem: React.FC<GroupItemProps>; | ||
export default GroupItem; |
@@ -9,2 +9,3 @@ import React, { CSSProperties } from 'react'; | ||
justify?: CSSProperties['justifyContent']; | ||
width?: CSSProperties['width']; | ||
className?: string; | ||
@@ -11,0 +12,0 @@ style?: CSSProperties; |
@@ -7,2 +7,3 @@ import React, { ReactElement } from 'react'; | ||
isOpen: boolean; | ||
zIndex: number; | ||
isDismissable?: boolean; | ||
@@ -9,0 +10,0 @@ ariaLabel?: string; |
{ | ||
"name": "@ubergrape/aurora-ui", | ||
"version": "0.0.8", | ||
"version": "0.1.0", | ||
"repository": "git@github.com:ubergrape/grape-ds.git", | ||
@@ -5,0 +5,0 @@ "author": "UberGrape Gmbh <support@grape.io>", |
Sorry, the diff of this file is too big to display
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
1000919
21523