@ubergrape/aurora-ui
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -6,2 +6,3 @@ import React from 'react'; | ||
size?: 'regular' | 'small'; | ||
onClick?: () => void; | ||
href: string; | ||
@@ -8,0 +9,0 @@ target?: '_blank' | '_self'; |
@@ -1,1 +0,1 @@ | ||
export declare const useStyles: (data?: unknown) => Record<"actionLink" | "iconWrapper" | "label", string>; | ||
export declare const useStyles: (data?: unknown) => Record<"wrapper" | "actionLink" | "iconWrapper" | "label", string>; |
@@ -15,3 +15,4 @@ export { ActionLink } from './action-link'; | ||
export { TextField, TextArea, SearchField } from './text-input'; | ||
export { TagsInput } from './tags-input'; | ||
export { Headline, Text, Monospace } from './typography'; | ||
export { ThemeProvider } from '../styles/ThemeProvider'; |
@@ -5,2 +5,3 @@ import React from 'react'; | ||
helpText?: string; | ||
className?: string; | ||
name?: string; | ||
@@ -7,0 +8,0 @@ isChecked?: boolean; |
@@ -1,1 +0,1 @@ | ||
export declare const useStyles: (data?: unknown) => Record<"spacing" | "switch" | "helpText" | "dot" | "dotOff" | "dotOn", string>; | ||
export declare const useStyles: (data?: unknown) => Record<"wrapper" | "switch" | "helpText" | "dot" | "dotOff" | "dotOn", string>; |
@@ -6,2 +6,4 @@ import React, { ReactElement } from 'react'; | ||
align?: flexAlignments; | ||
tab?: number; | ||
onTabClick?: (tab: number) => void; | ||
className?: string; | ||
@@ -8,0 +10,0 @@ children: Array<ReactElement>; |
@@ -5,2 +5,3 @@ import React from 'react'; | ||
maxWidth?: number; | ||
className?: string; | ||
children: string; | ||
@@ -13,5 +14,5 @@ removeAriaLabel?: string; | ||
}; | ||
export declare type Props = DefaultProps | WithAvatar; | ||
export declare const isAvatarTag: (va: Props) => va is WithAvatar; | ||
export declare const Tag: React.FC<Props>; | ||
export declare type TagProps = DefaultProps | WithAvatar; | ||
export declare const isAvatarTag: (va: TagProps) => va is WithAvatar; | ||
export declare const Tag: React.FC<TagProps>; | ||
export {}; |
@@ -15,3 +15,3 @@ declare type FocusStyleProps = { | ||
export declare const getColorHover: ({ isChecked, isInvalid, isDisabled, isIndeterminate, }: InputColorProps) => string; | ||
export declare const useFocusStyle: (data?: unknown) => Record<"onFocus" | "onFocusVisible" | "focus", string>; | ||
export declare const useFocusStyle: (data?: unknown) => Record<"onFocus" | "onFocusVisible" | "focusWithBorder" | "focus", string>; | ||
export {}; |
{ | ||
"name": "@ubergrape/aurora-ui", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"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
971756
100
20953