New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aura-group/aura-design

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aura-group/aura-design - npm Package Compare versions

Comparing version 0.3.11 to 0.3.12

dist/types/components/Popover.d.ts

3

dist/types/components/FlexBox.d.ts

@@ -1,2 +0,1 @@

import type { Component } from 'solid-js';
export interface Props {

@@ -9,4 +8,4 @@ gap: string;

}
export declare const FlexBox: Component<Props>;
export declare const FlexBox: (props: Props) => import("solid-js").JSX.Element;
declare const _default: () => void;
export default _default;

@@ -1,2 +0,1 @@

import type { Component } from 'solid-js';
export interface Props {

@@ -7,4 +6,4 @@ order?: number;

}
export declare const FlexItem: Component<Props>;
export declare const FlexItem: (props: Props) => import("solid-js").JSX.Element;
declare const _default: () => void;
export default _default;

@@ -1,2 +0,1 @@

import type { Component } from 'solid-js';
interface CardProps {

@@ -7,4 +6,4 @@ title: string;

}
export declare const Card: Component<CardProps>;
export declare const Card: (props: CardProps) => import("solid-js").JSX.Element;
declare const _default: () => void;
export default _default;

@@ -1,2 +0,1 @@

import type { Component } from 'solid-js';
export interface Props {

@@ -12,4 +11,4 @@ gap: string;

}
export declare const Grid: Component<Props>;
export declare const Grid: (props: Props) => import("solid-js").JSX.Element;
declare const _default: () => void;
export default _default;

@@ -1,4 +0,3 @@

import type { Component } from 'solid-js';
export declare const Holy: Component;
export declare const Holy: () => import("solid-js").JSX.Element;
declare const _default: () => void;
export default _default;

@@ -1,4 +0,8 @@

import type { Component } from 'solid-js';
export declare const Masonry: Component;
type Props = {
width: string;
count: string | number;
gap: string;
};
export declare const Masonry: (props: Props) => import("solid-js").JSX.Element;
declare const _default: () => void;
export default _default;

@@ -15,2 +15,3 @@ import Button from './Button';

import PlaceHolder from './PlaceHolder';
import Popover from './Popover';
import RadioButton from './RadioButton';

@@ -22,2 +23,2 @@ import RadioGroup from './RadioGroup';

import Typewriter from './Typewriter';
export { Button, Card, ChatBubble, CheckBox, DanceCount, DanceNumber, FlexBox, FlexItem, Icon, ImageCard, LayoutGrid, LayoutHoly, LayoutMasonry, PlaceHolder, RadioButton, RadioGroup, Select, Textarea, Textfield, Typewriter, };
export { Button, Card, ChatBubble, CheckBox, DanceCount, DanceNumber, FlexBox, FlexItem, Icon, ImageCard, LayoutGrid, LayoutHoly, LayoutMasonry, PlaceHolder, Popover, RadioButton, RadioGroup, Select, Textarea, Textfield, Typewriter, };

@@ -1,4 +0,3 @@

import type { Component } from 'solid-js';
export declare const PlaceHolder: Component;
export declare const PlaceHolder: () => import("solid-js").JSX.Element;
declare const _default: () => void;
export default _default;
{
"name": "@aura-group/aura-design",
"version": "0.3.11",
"version": "0.3.12",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/aura-design.umd.js",

Sorry, the diff of this file is too big to display

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