@responsive-ui/bottom-sheet
Advanced tools
Comparing version 0.5.1 to 0.5.2
{ | ||
"name": "@responsive-ui/bottom-sheet", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "A bottom action sheet component of responsive-ui.", | ||
@@ -48,8 +48,8 @@ "author": "Si3nLoong <sianloong90@gmail.com> (https://github.com/si3nloong)", | ||
"dependencies": { | ||
"@responsive-ui/bottom-modal": "^0.5.1", | ||
"@responsive-ui/button": "^0.5.1", | ||
"@responsive-ui/icon": "^0.5.1", | ||
"@responsive-ui/tab": "^0.5.1" | ||
"@responsive-ui/bottom-modal": "^0.5.2", | ||
"@responsive-ui/button": "^0.5.2", | ||
"@responsive-ui/icon": "^0.5.2", | ||
"@responsive-ui/tab": "^0.5.2" | ||
}, | ||
"gitHead": "51581b929651667bc2acafd8879394ac7a10fa40" | ||
"gitHead": "c676616a4f72278c38e869174554bcc67aba86c7" | ||
} |
@@ -6,3 +6,3 @@ import type { SvelteComponentDev, SvelteComponentTyped } from "svelte/internal"; | ||
value: string; | ||
icon?: string | SvelteComponentDev; | ||
icon?: string | SvelteComponentDev | ReturnType<SvelteComponentDev>; | ||
disabled?: boolean; | ||
@@ -9,0 +9,0 @@ selected?: boolean; |
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
228461