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

agnostic-svelte

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agnostic-svelte - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

components/Alert/AlertIconExample.svelte

8

components/Alert/Alert.svelte.d.ts

@@ -5,2 +5,5 @@ /** @typedef {typeof __propDef.props} AlertProps */

export default class Alert extends SvelteComponentTyped<{
isAnimationFadeIn?: boolean;
isAnimationSlideUp?: boolean;
isToast?: boolean;
isRounded?: boolean;

@@ -17,2 +20,3 @@ isBorderAll?: boolean;

}, {
icon: {};
default: {};

@@ -27,2 +31,5 @@ }> {

props: {
isAnimationFadeIn?: boolean;
isAnimationSlideUp?: boolean;
isToast?: boolean;
isRounded?: boolean;

@@ -41,2 +48,3 @@ isBorderAll?: boolean;

slots: {
icon: {};
default: {};

@@ -43,0 +51,0 @@ };

@@ -7,3 +7,6 @@ /** @typedef {typeof __propDef.props} CloseProps */

isFaux?: boolean;
color?: string;
}, {
click: MouseEvent;
} & {
[evt: string]: CustomEvent<any>;

@@ -20,4 +23,7 @@ }, {}> {

isFaux?: boolean;
color?: string;
};
events: {
click: MouseEvent;
} & {
[evt: string]: CustomEvent<any>;

@@ -24,0 +30,0 @@ };

8

components/Dialog/Dialog.svelte.d.ts

@@ -7,2 +7,4 @@ /** @typedef {typeof __propDef.props} DialogProps */

dialogRoot: any;
isAnimationFadeIn?: boolean;
isAnimationSlideUp?: boolean;
role?: string;

@@ -12,4 +14,2 @@ titleId?: string;

closeButtonPosition?: string;
isAnimationFadeIn?: boolean;
isAnimationSlideUp?: boolean;
classNames?: {};

@@ -36,2 +36,4 @@ }, {

dialogRoot: any;
isAnimationFadeIn?: boolean;
isAnimationSlideUp?: boolean;
role?: string;

@@ -41,4 +43,2 @@ titleId?: string;

closeButtonPosition?: string;
isAnimationFadeIn?: boolean;
isAnimationSlideUp?: boolean;
classNames?: {};

@@ -45,0 +45,0 @@ };

@@ -29,2 +29,4 @@ import Alert from "./components/Alert/Alert.svelte";

import Tag from "./components/Tag/Tag.svelte";
export { Alert, Avatar, AvatarGroup, Breadcrumb, Button, ButtonGroup, Card, ChoiceInput, Close, Dialog, Disclose, Divider, EmptyState, Header, HeaderNav, HeaderNavItem, Icon, Input, InputAddonItem, Loader, Pagination, Progress, Select, Spinner, Switch, Table, Tabs, Tag };
import Toast from "./components/Toasts/Toast.svelte";
import Toasts from "./components/Toasts/Toasts.svelte";
export { Alert, Avatar, AvatarGroup, Breadcrumb, Button, ButtonGroup, Card, ChoiceInput, Close, Dialog, Disclose, Divider, EmptyState, Header, HeaderNav, HeaderNavItem, Icon, Input, InputAddonItem, Loader, Pagination, Progress, Select, Spinner, Switch, Table, Tabs, Tag, Toast, Toasts };

@@ -29,2 +29,4 @@ import Alert from "./components/Alert/Alert.svelte";

import Tag from "./components/Tag/Tag.svelte";
import Toast from "./components/Toasts/Toast.svelte";
import Toasts from "./components/Toasts/Toasts.svelte";
export {

@@ -58,3 +60,5 @@ Alert,

Tabs,
Tag
Tag,
Toast,
Toasts,
};
{
"name": "agnostic-svelte",
"version": "1.1.2",
"version": "1.1.3",
"description": "AgnosticUI (svelte)",

@@ -60,2 +60,3 @@ "author": "Rob Levin <roblevinillustration@gmail.com>",

"./components/Alert/Alert.svelte": "./components/Alert/Alert.svelte",
"./components/Alert/AlertIconExample.svelte": "./components/Alert/AlertIconExample.svelte",
"./components/Alert/AlertSlots.svelte": "./components/Alert/AlertSlots.svelte",

@@ -140,2 +141,7 @@ "./components/Avatar/Avatar.stories": "./components/Avatar/Avatar.stories.js",

"./components/Tag/TagSlots.svelte": "./components/Tag/TagSlots.svelte",
"./components/Toasts/Toast.svelte": "./components/Toasts/Toast.svelte",
"./components/Toasts/ToastSlots.svelte": "./components/Toasts/ToastSlots.svelte",
"./components/Toasts/Toasts.stories": "./components/Toasts/Toasts.stories.js",
"./components/Toasts/Toasts.svelte": "./components/Toasts/Toasts.svelte",
"./components/animation.css": "./components/animation.css",
"./css/common.min.css": "./css/common.min.css",

@@ -142,0 +148,0 @@ "./css/common.properties.min.css": "./css/common.properties.min.css",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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