@cloudparker/moldex.js 0.0.11 → 0.0.12

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.
@@ -36,7 +36,7 @@ export type DialogPropsType = {
36
36
  footerOkButtonDisabled?: boolean;
37
37
  submitButtonFormId?: string;
38
38
  bodyClassName?: string;
39
- Component?: ComponetType;
39
+ Component?: any;
40
40
  props?: any;
41
41
  size?: 'sm' | 'md' | 'lg' | 'full';
42
42
  children?: Snippet;
@@ -53,7 +53,7 @@ export type DialogExportsType = {
53
53
  setOkDisabled: (value: boolean) => void;
54
54
  };
55
55
  import '../../../tailwind.css';
56
- import { type Component as ComponetType, type Snippet } from 'svelte';
56
+ import { type Snippet } from 'svelte';
57
57
  interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
58
58
  new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
59
59
  $$bindings?: Bindings;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudparker/moldex.js",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "author": "cloudparker.com",
5
5
  "license": "MIT",
6
6
  "keywords": [