@functionalcms/svelte-components 4.19.6 → 4.19.7

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.
@@ -1,5 +1,6 @@
1
1
  <script lang="ts">
2
- import { type Field, FieldType, Input } from './form.ts';
2
+ import Input from './Input.svelte';
3
+ import { type Field, FieldType} from './form.js';
3
4
  import { fade } from 'svelte/transition';
4
5
 
5
6
  interface Props {
@@ -1,4 +1,4 @@
1
- import { type Field } from './form.ts';
1
+ import { type Field } from './form.js';
2
2
  interface Props {
3
3
  action: string;
4
4
  css?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@functionalcms/svelte-components",
3
- "version": "4.19.6",
3
+ "version": "4.19.7",
4
4
  "watch": {
5
5
  "build": {
6
6
  "patterns": [