Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ubergrape/aurora-ui

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ubergrape/aurora-ui - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

build/components/tags-input/index.d.ts

1

build/components/action-link/index.d.ts

@@ -6,2 +6,3 @@ import React from 'react';

size?: 'regular' | 'small';
onClick?: () => void;
href: string;

@@ -8,0 +9,0 @@ target?: '_blank' | '_self';

2

build/components/action-link/styles.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc