fuma 2.0.45 → 2.0.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,7 +6,7 @@
6
6
  import { FormControl, type InputProps } from './index.js'
7
7
  import { USE_COERCE_DATE } from '../../utils/constant.js'
8
8
 
9
- type $$Props = InputProps<Date | null | undefined> & { noTime?: boolean }
9
+ type $$Props = InputProps<Date | null | undefined> & { noPreserveTime?: boolean }
10
10
  export let value: Date | null | undefined = undefined
11
11
  export let input: HTMLInputAttributes = {}
12
12
  export let noPreserveTime = false
@@ -34,7 +34,7 @@ declare const InputDate: $$__sveltets_2_IsomorphicComponent<{
34
34
  value?: Date | null | undefined;
35
35
  bindWithParams?: boolean;
36
36
  } & {
37
- noTime?: boolean;
37
+ noPreserveTime?: boolean;
38
38
  }, {
39
39
  focus: FocusEvent;
40
40
  blur: FocusEvent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fuma",
3
- "version": "2.0.45",
3
+ "version": "2.0.46",
4
4
  "description": "My fullstack material build with sveltekit, daisyui, zod, prisma, lucia",
5
5
  "author": {
6
6
  "name": "Jonas Voisard",