@responsive-ui/card
Advanced tools
Comparing version 1.1.0-alpha.1 to 1.1.0-alpha.2
@@ -416,3 +416,3 @@ 'use strict'; | ||
/* components/card/src/Card.svelte generated by Svelte v3.45.0 */ | ||
/* components/card/src/Card.svelte generated by Svelte v3.46.2 */ | ||
@@ -419,0 +419,0 @@ function create_fragment(ctx) { |
@@ -414,3 +414,3 @@ function noop() { } | ||
/* components/card/src/Card.svelte generated by Svelte v3.45.0 */ | ||
/* components/card/src/Card.svelte generated by Svelte v3.46.2 */ | ||
@@ -417,0 +417,0 @@ function create_fragment(ctx) { |
@@ -417,3 +417,3 @@ var Card = (function () { | ||
/* components/card/src/Card.svelte generated by Svelte v3.45.0 */ | ||
/* components/card/src/Card.svelte generated by Svelte v3.46.2 */ | ||
@@ -420,0 +420,0 @@ function create_fragment(ctx) { |
{ | ||
"name": "@responsive-ui/card", | ||
"version": "1.1.0-alpha.1", | ||
"version": "1.1.0-alpha.2", | ||
"description": "A card component of responsive-ui.", | ||
@@ -26,3 +26,3 @@ "author": "Si3nLoong <sianloong90@gmail.com> (https://github.com/si3nloong)", | ||
"peerDependencies": { | ||
"svelte": "^3.27.0", | ||
"svelte": "^3.46.2", | ||
"svelte-preprocess": "^4.5.0", | ||
@@ -51,3 +51,3 @@ "typescript": "^4.0.0" | ||
}, | ||
"gitHead": "e1b9f4e23f2b8fffe0c7b89be95d76bd1fcc2660" | ||
"gitHead": "a20a3a3e8b31955e207e08fde4dd261dee1e7673" | ||
} |
@@ -16,3 +16,3 @@ import type { SvelteComponentTyped } from "svelte/internal"; | ||
export interface CardSlots { | ||
default: {}; | ||
default: Record<string, unknown>; | ||
} | ||
@@ -19,0 +19,0 @@ |
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
59925
10