@melt-ui/svelte
Advanced tools
Comparing version 0.64.4 to 0.64.5
@@ -338,2 +338,4 @@ /// <reference types="svelte" /> | ||
headingValue: import("svelte/store").Readable<string>; | ||
startValue: import("svelte/store").Writable<import("@internationalized/date").DateValue | undefined>; | ||
endValue: import("svelte/store").Writable<import("@internationalized/date").DateValue | undefined>; | ||
segmentContents: import("svelte/store").Readable<{ | ||
@@ -340,0 +342,0 @@ start: { |
@@ -99,2 +99,4 @@ /// <reference types="svelte" /> | ||
}; | ||
startValue: import("svelte/store").Writable<DateValue | undefined>; | ||
endValue: import("svelte/store").Writable<DateValue | undefined>; | ||
}; | ||
@@ -101,0 +103,0 @@ helpers: { |
@@ -862,2 +862,4 @@ import { addMeltEventListener, builder, createElHelpers, effect, generateIds, isBrowser, isHTMLElement, kbd, toWritableStores, omit, executeCallbacks, styleToString, overridable, isValidIndex, } from '../../internal/helpers/index.js'; | ||
value, | ||
startValue, | ||
endValue, | ||
}, | ||
@@ -864,0 +866,0 @@ helpers: { |
{ | ||
"name": "@melt-ui/svelte", | ||
"version": "0.64.4", | ||
"version": "0.64.5", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": "github:melt-ui/melt-ui", |
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
1019732
23062