fuma 0.4.6 → 0.4.8

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.
@@ -25,8 +25,6 @@ let dropdown;
25
25
  $:
26
26
  _options = parseOptions(options);
27
27
  function handleSubmit() {
28
- if (!dropdown)
29
- return;
30
28
  if (!value?.length) {
31
29
  goto($urlParam.without(key), { replaceState: true, noScroll: true });
32
30
  return;
@@ -11,6 +11,7 @@ const formater = new Intl.DateTimeFormat('fr-ch', {
11
11
  const formaterShort = new Intl.DateTimeFormat('fr-ch', {
12
12
  weekday: 'short',
13
13
  month: 'long',
14
+ day: '2-digit',
14
15
  hour: 'numeric',
15
16
  minute: 'numeric',
16
17
  timeZone: 'Europe/Zurich'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fuma",
3
- "version": "0.4.6",
3
+ "version": "0.4.8",
4
4
  "description": "My fullstack material build with sveltekit, daisyui, zod, prisma, lucia",
5
5
  "author": {
6
6
  "name": "Jonas Voisard",