@functionalcms/svelte-components 4.19.10 → 4.19.11

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,7 +1,7 @@
1
1
  <script lang="ts">
2
2
  import { cn } from '../../utils.js';
3
3
  import type { Snippet } from 'svelte';
4
- import { InputType, LabelSize } from './form.ts';
4
+ import { InputType, LabelSize } from './form.js';
5
5
  import Layout from '../../../routes/+layout.svelte';
6
6
 
7
7
  interface Props{
@@ -1,5 +1,5 @@
1
1
  import type { Snippet } from 'svelte';
2
- import { InputType, LabelSize } from './form.ts';
2
+ import { InputType, LabelSize } from './form.js';
3
3
  declare const Input: import("svelte").Component<Partial<{
4
4
  label: string;
5
5
  labelSize: LabelSize;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@functionalcms/svelte-components",
3
- "version": "4.19.10",
3
+ "version": "4.19.11",
4
4
  "watch": {
5
5
  "build": {
6
6
  "patterns": [