@cloudparker/moldex.js 4.1.12 → 4.1.13

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.
@@ -4,7 +4,7 @@
4
4
  import StateLoader, { type State } from '../loaders/state-loader.svelte';
5
5
 
6
6
  type Props = {
7
- value?: State | null;
7
+ value?: string | null;
8
8
  countryCode?: string;
9
9
  };
10
10
 
@@ -1,7 +1,6 @@
1
1
  import type { ComboboxFieldProps, InputFieldProps } from '../../core';
2
- import { type State } from '../loaders/state-loader.svelte';
3
2
  type Props = {
4
- value?: State | null;
3
+ value?: string | null;
5
4
  countryCode?: string;
6
5
  };
7
6
  type $$ComponentProps = ComboboxFieldProps & InputFieldProps & Props;
@@ -1,7 +1,6 @@
1
1
  <script lang="ts">
2
2
  import EasyScriptLoader from '@cloudparker/easy-script-loader-svelte';
3
- import { BROWSER } from 'esm-env';
4
- import { mount, onMount } from 'svelte';
3
+ import { onMount } from 'svelte';
5
4
 
6
5
  let { input }: { input: string } = $props();
7
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudparker/moldex.js",
3
- "version": "4.1.12",
3
+ "version": "4.1.13",
4
4
  "keywords": [
5
5
  "svelte"
6
6
  ],