agnostic-svelte
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -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 @@ }; |
@@ -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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
348585
182
4019
0