@prosekit/svelte 0.0.12 → 0.0.14
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.
- package/dist/build/components/autocomplete-empty.gen.d.ts +1 -1
- package/dist/build/components/autocomplete-empty.gen.d.ts.map +1 -1
- package/dist/build/components/autocomplete-empty.gen.svelte +1 -1
- package/dist/build/components/autocomplete-empty.gen.svelte.d.ts +1 -1
- package/dist/build/components/autocomplete-empty.gen.svelte.d.ts.map +1 -1
- package/dist/build/components/autocomplete-item.gen.d.ts +1 -1
- package/dist/build/components/autocomplete-item.gen.d.ts.map +1 -1
- package/dist/build/components/autocomplete-item.gen.svelte +1 -1
- package/dist/build/components/autocomplete-item.gen.svelte.d.ts +1 -1
- package/dist/build/components/autocomplete-item.gen.svelte.d.ts.map +1 -1
- package/dist/build/components/autocomplete-list.gen.d.ts +1 -1
- package/dist/build/components/autocomplete-list.gen.d.ts.map +1 -1
- package/dist/build/components/autocomplete-list.gen.svelte +1 -1
- package/dist/build/components/autocomplete-list.gen.svelte.d.ts +1 -1
- package/dist/build/components/autocomplete-list.gen.svelte.d.ts.map +1 -1
- package/dist/build/components/autocomplete-popover.gen.d.ts +1 -1
- package/dist/build/components/autocomplete-popover.gen.d.ts.map +1 -1
- package/dist/build/components/autocomplete-popover.gen.svelte +1 -1
- package/dist/build/components/autocomplete-popover.gen.svelte.d.ts +1 -1
- package/dist/build/components/autocomplete-popover.gen.svelte.d.ts.map +1 -1
- package/dist/build/components/code-block-popover.gen.d.ts +1 -1
- package/dist/build/components/code-block-popover.gen.d.ts.map +1 -1
- package/dist/build/components/code-block-popover.gen.svelte +1 -1
- package/dist/build/components/code-block-popover.gen.svelte.d.ts +1 -1
- package/dist/build/components/code-block-popover.gen.svelte.d.ts.map +1 -1
- package/dist/build/components/combo-box-input.gen.d.ts +1 -1
- package/dist/build/components/combo-box-input.gen.d.ts.map +1 -1
- package/dist/build/components/combo-box-input.gen.svelte +1 -1
- package/dist/build/components/combo-box-input.gen.svelte.d.ts +1 -1
- package/dist/build/components/combo-box-input.gen.svelte.d.ts.map +1 -1
- package/dist/build/components/combo-box-item.gen.d.ts +1 -1
- package/dist/build/components/combo-box-item.gen.d.ts.map +1 -1
- package/dist/build/components/combo-box-item.gen.svelte +1 -1
- package/dist/build/components/combo-box-item.gen.svelte.d.ts +1 -1
- package/dist/build/components/combo-box-item.gen.svelte.d.ts.map +1 -1
- package/dist/build/components/combo-box-list.gen.d.ts +1 -1
- package/dist/build/components/combo-box-list.gen.d.ts.map +1 -1
- package/dist/build/components/combo-box-list.gen.svelte +1 -1
- package/dist/build/components/combo-box-list.gen.svelte.d.ts +1 -1
- package/dist/build/components/combo-box-list.gen.svelte.d.ts.map +1 -1
- package/dist/build/components/combo-box.gen.d.ts +1 -1
- package/dist/build/components/combo-box.gen.d.ts.map +1 -1
- package/dist/build/components/combo-box.gen.svelte +1 -1
- package/dist/build/components/combo-box.gen.svelte.d.ts +1 -1
- package/dist/build/components/combo-box.gen.svelte.d.ts.map +1 -1
- package/dist/build/components/prosekit.d.ts +2 -2
- package/dist/build/components/prosekit.d.ts.map +1 -1
- package/dist/build/index.d.ts +1 -0
- package/dist/build/index.d.ts.map +1 -1
- package/dist/build/index.js +1 -0
- package/package.json +69 -78
- package/src/index.ts +2 -0
- package/dist/prosekit-svelte-components-prosekit.d.ts +0 -1
- package/dist/prosekit-svelte-components-prosekit.js +0 -1
- /package/dist/{prosekit-svelte-components-autocomplete-empty.d.ts → prosekit-svelte-autocomplete-empty.d.ts} +0 -0
- /package/dist/{prosekit-svelte-components-autocomplete-empty.js → prosekit-svelte-autocomplete-empty.js} +0 -0
- /package/dist/{prosekit-svelte-components-autocomplete-item.d.ts → prosekit-svelte-autocomplete-item.d.ts} +0 -0
- /package/dist/{prosekit-svelte-components-autocomplete-item.js → prosekit-svelte-autocomplete-item.js} +0 -0
- /package/dist/{prosekit-svelte-components-autocomplete-list.d.ts → prosekit-svelte-autocomplete-list.d.ts} +0 -0
- /package/dist/{prosekit-svelte-components-autocomplete-list.js → prosekit-svelte-autocomplete-list.js} +0 -0
- /package/dist/{prosekit-svelte-components-autocomplete-popover.d.ts → prosekit-svelte-autocomplete-popover.d.ts} +0 -0
- /package/dist/{prosekit-svelte-components-autocomplete-popover.js → prosekit-svelte-autocomplete-popover.js} +0 -0
- /package/dist/{prosekit-svelte-components-code-block-popover.d.ts → prosekit-svelte-code-block-popover.d.ts} +0 -0
- /package/dist/{prosekit-svelte-components-code-block-popover.js → prosekit-svelte-code-block-popover.js} +0 -0
- /package/dist/{prosekit-svelte-components-combo-box-input.d.ts → prosekit-svelte-combo-box-input.d.ts} +0 -0
- /package/dist/{prosekit-svelte-components-combo-box-input.js → prosekit-svelte-combo-box-input.js} +0 -0
- /package/dist/{prosekit-svelte-components-combo-box-item.d.ts → prosekit-svelte-combo-box-item.d.ts} +0 -0
- /package/dist/{prosekit-svelte-components-combo-box-item.js → prosekit-svelte-combo-box-item.js} +0 -0
- /package/dist/{prosekit-svelte-components-combo-box-list.d.ts → prosekit-svelte-combo-box-list.d.ts} +0 -0
- /package/dist/{prosekit-svelte-components-combo-box-list.js → prosekit-svelte-combo-box-list.js} +0 -0
- /package/dist/{prosekit-svelte-components-combo-box.d.ts → prosekit-svelte-combo-box.d.ts} +0 -0
- /package/dist/{prosekit-svelte-components-combo-box.js → prosekit-svelte-combo-box.js} +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { AutocompleteEmptyProps as AutocompleteEmptyElementProps } from '@prosekit/lit/
|
1
|
+
import type { AutocompleteEmptyProps as AutocompleteEmptyElementProps } from '@prosekit/lit/autocomplete-empty';
|
2
2
|
import type { SvelteComponent } from 'svelte';
|
3
3
|
export type AutocompleteEmptyProps = {
|
4
4
|
class?: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"autocomplete-empty.gen.d.ts","sourceRoot":"","sources":["../../../../src/components/autocomplete-empty.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,IAAI,6BAA6B,EAAE,MAAM,
|
1
|
+
{"version":3,"file":"autocomplete-empty.gen.d.ts","sourceRoot":"","sources":["../../../../src/components/autocomplete-empty.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,IAAI,6BAA6B,EAAE,MAAM,kCAAkC,CAAA;AAC/G,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAI7C,MAAM,MAAM,sBAAsB,GAAG;IACnC,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,GAAG,6BAA6B,CAAA;AAEjC,eAAO,MAAM,iBAAiB,EAAgE,uBAAuB,sBAAsB,CAAC,CAAA"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"autocomplete-empty.gen.svelte.d.ts","sourceRoot":"","sources":["../../../../src/components/autocomplete-empty.gen.svelte"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAE5C;AACD,OAAO,
|
1
|
+
{"version":3,"file":"autocomplete-empty.gen.svelte.d.ts","sourceRoot":"","sources":["../../../../src/components/autocomplete-empty.gen.svelte"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAE5C;AACD,OAAO,kCAAkC,CAAA;AAYzC,QAAA,MAAM,SAAS;;;;;;;;;;CAA+D,CAAC;AAC/E,MAAM,MAAM,sBAAsB,GAAG,OAAO,SAAS,CAAC,KAAK,CAAC;AAC5D,MAAM,MAAM,uBAAuB,GAAG,OAAO,SAAS,CAAC,MAAM,CAAC;AAC9D,MAAM,MAAM,sBAAsB,GAAG,OAAO,SAAS,CAAC,KAAK,CAAC;AAE5D,MAAM,CAAC,OAAO,OAAO,iBAAkB,SAAQ,oBAAoB,CAAC,sBAAsB,EAAE,uBAAuB,EAAE,sBAAsB,CAAC;CAC3I"}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { AutocompleteItemProps as AutocompleteItemElementProps } from '@prosekit/lit/
|
1
|
+
import type { AutocompleteItemProps as AutocompleteItemElementProps } from '@prosekit/lit/autocomplete-item';
|
2
2
|
import type { SvelteComponent } from 'svelte';
|
3
3
|
export type AutocompleteItemProps = {
|
4
4
|
class?: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"autocomplete-item.gen.d.ts","sourceRoot":"","sources":["../../../../src/components/autocomplete-item.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,IAAI,4BAA4B,EAAE,MAAM,
|
1
|
+
{"version":3,"file":"autocomplete-item.gen.d.ts","sourceRoot":"","sources":["../../../../src/components/autocomplete-item.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,IAAI,4BAA4B,EAAE,MAAM,iCAAiC,CAAA;AAC5G,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAI7C,MAAM,MAAM,qBAAqB,GAAG;IAClC,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,GAAG,4BAA4B,CAAA;AAEhC,eAAO,MAAM,gBAAgB,EAA+D,uBAAuB,qBAAqB,CAAC,CAAA"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"autocomplete-item.gen.svelte.d.ts","sourceRoot":"","sources":["../../../../src/components/autocomplete-item.gen.svelte"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAE5C;AACD,OAAO,
|
1
|
+
{"version":3,"file":"autocomplete-item.gen.svelte.d.ts","sourceRoot":"","sources":["../../../../src/components/autocomplete-item.gen.svelte"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAE5C;AACD,OAAO,iCAAiC,CAAA;AAYxC,QAAA,MAAM,SAAS;;;;;;;;;;CAA+D,CAAC;AAC/E,MAAM,MAAM,qBAAqB,GAAG,OAAO,SAAS,CAAC,KAAK,CAAC;AAC3D,MAAM,MAAM,sBAAsB,GAAG,OAAO,SAAS,CAAC,MAAM,CAAC;AAC7D,MAAM,MAAM,qBAAqB,GAAG,OAAO,SAAS,CAAC,KAAK,CAAC;AAE3D,MAAM,CAAC,OAAO,OAAO,gBAAiB,SAAQ,oBAAoB,CAAC,qBAAqB,EAAE,sBAAsB,EAAE,qBAAqB,CAAC;CACvI"}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { AutocompleteListProps as AutocompleteListElementProps } from '@prosekit/lit/
|
1
|
+
import type { AutocompleteListProps as AutocompleteListElementProps } from '@prosekit/lit/autocomplete-list';
|
2
2
|
import type { SvelteComponent } from 'svelte';
|
3
3
|
export type AutocompleteListProps = {
|
4
4
|
class?: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"autocomplete-list.gen.d.ts","sourceRoot":"","sources":["../../../../src/components/autocomplete-list.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,IAAI,4BAA4B,EAAE,MAAM,
|
1
|
+
{"version":3,"file":"autocomplete-list.gen.d.ts","sourceRoot":"","sources":["../../../../src/components/autocomplete-list.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,IAAI,4BAA4B,EAAE,MAAM,iCAAiC,CAAA;AAC5G,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAI7C,MAAM,MAAM,qBAAqB,GAAG;IAClC,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,GAAG,4BAA4B,CAAA;AAEhC,eAAO,MAAM,gBAAgB,EAA+D,uBAAuB,qBAAqB,CAAC,CAAA"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"autocomplete-list.gen.svelte.d.ts","sourceRoot":"","sources":["../../../../src/components/autocomplete-list.gen.svelte"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAE5C;AACD,OAAO,
|
1
|
+
{"version":3,"file":"autocomplete-list.gen.svelte.d.ts","sourceRoot":"","sources":["../../../../src/components/autocomplete-list.gen.svelte"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAE5C;AACD,OAAO,iCAAiC,CAAA;AAYxC,QAAA,MAAM,SAAS;;;;;;;;;;CAA+D,CAAC;AAC/E,MAAM,MAAM,qBAAqB,GAAG,OAAO,SAAS,CAAC,KAAK,CAAC;AAC3D,MAAM,MAAM,sBAAsB,GAAG,OAAO,SAAS,CAAC,MAAM,CAAC;AAC7D,MAAM,MAAM,qBAAqB,GAAG,OAAO,SAAS,CAAC,KAAK,CAAC;AAE3D,MAAM,CAAC,OAAO,OAAO,gBAAiB,SAAQ,oBAAoB,CAAC,qBAAqB,EAAE,sBAAsB,EAAE,qBAAqB,CAAC;CACvI"}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { AutocompletePopoverProps as AutocompletePopoverElementProps } from '@prosekit/lit/
|
1
|
+
import type { AutocompletePopoverProps as AutocompletePopoverElementProps } from '@prosekit/lit/autocomplete-popover';
|
2
2
|
import type { SvelteComponent } from 'svelte';
|
3
3
|
export type AutocompletePopoverProps = {
|
4
4
|
class?: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"autocomplete-popover.gen.d.ts","sourceRoot":"","sources":["../../../../src/components/autocomplete-popover.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,IAAI,+BAA+B,EAAE,MAAM
|
1
|
+
{"version":3,"file":"autocomplete-popover.gen.d.ts","sourceRoot":"","sources":["../../../../src/components/autocomplete-popover.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,IAAI,+BAA+B,EAAE,MAAM,oCAAoC,CAAA;AACrH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAI7C,MAAM,MAAM,wBAAwB,GAAG;IACrC,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,GAAG,+BAA+B,CAAA;AAEnC,eAAO,MAAM,mBAAmB,EAAkE,uBAAuB,wBAAwB,CAAC,CAAA"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"autocomplete-popover.gen.svelte.d.ts","sourceRoot":"","sources":["../../../../src/components/autocomplete-popover.gen.svelte"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAE5C;AACD,OAAO
|
1
|
+
{"version":3,"file":"autocomplete-popover.gen.svelte.d.ts","sourceRoot":"","sources":["../../../../src/components/autocomplete-popover.gen.svelte"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAE5C;AACD,OAAO,oCAAoC,CAAA;AAY3C,QAAA,MAAM,SAAS;;;;;;;;;;CAA+D,CAAC;AAC/E,MAAM,MAAM,wBAAwB,GAAG,OAAO,SAAS,CAAC,KAAK,CAAC;AAC9D,MAAM,MAAM,yBAAyB,GAAG,OAAO,SAAS,CAAC,MAAM,CAAC;AAChE,MAAM,MAAM,wBAAwB,GAAG,OAAO,SAAS,CAAC,KAAK,CAAC;AAE9D,MAAM,CAAC,OAAO,OAAO,mBAAoB,SAAQ,oBAAoB,CAAC,wBAAwB,EAAE,yBAAyB,EAAE,wBAAwB,CAAC;CACnJ"}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { CodeBlockPopoverProps as CodeBlockPopoverElementProps } from '@prosekit/lit/
|
1
|
+
import type { CodeBlockPopoverProps as CodeBlockPopoverElementProps } from '@prosekit/lit/code-block-popover';
|
2
2
|
import type { SvelteComponent } from 'svelte';
|
3
3
|
export type CodeBlockPopoverProps = {
|
4
4
|
class?: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"code-block-popover.gen.d.ts","sourceRoot":"","sources":["../../../../src/components/code-block-popover.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,IAAI,4BAA4B,EAAE,MAAM,
|
1
|
+
{"version":3,"file":"code-block-popover.gen.d.ts","sourceRoot":"","sources":["../../../../src/components/code-block-popover.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,IAAI,4BAA4B,EAAE,MAAM,kCAAkC,CAAA;AAC7G,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAI7C,MAAM,MAAM,qBAAqB,GAAG;IAClC,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,GAAG,4BAA4B,CAAA;AAEhC,eAAO,MAAM,gBAAgB,EAA+D,uBAAuB,qBAAqB,CAAC,CAAA"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"code-block-popover.gen.svelte.d.ts","sourceRoot":"","sources":["../../../../src/components/code-block-popover.gen.svelte"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAE5C;AACD,OAAO,
|
1
|
+
{"version":3,"file":"code-block-popover.gen.svelte.d.ts","sourceRoot":"","sources":["../../../../src/components/code-block-popover.gen.svelte"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAE5C;AACD,OAAO,kCAAkC,CAAA;AAYzC,QAAA,MAAM,SAAS;;;;;;;;;;CAA+D,CAAC;AAC/E,MAAM,MAAM,qBAAqB,GAAG,OAAO,SAAS,CAAC,KAAK,CAAC;AAC3D,MAAM,MAAM,sBAAsB,GAAG,OAAO,SAAS,CAAC,MAAM,CAAC;AAC7D,MAAM,MAAM,qBAAqB,GAAG,OAAO,SAAS,CAAC,KAAK,CAAC;AAE3D,MAAM,CAAC,OAAO,OAAO,gBAAiB,SAAQ,oBAAoB,CAAC,qBAAqB,EAAE,sBAAsB,EAAE,qBAAqB,CAAC;CACvI"}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { ComboBoxInputProps as ComboBoxInputElementProps } from '@prosekit/lit/
|
1
|
+
import type { ComboBoxInputProps as ComboBoxInputElementProps } from '@prosekit/lit/combo-box-input';
|
2
2
|
import type { SvelteComponent } from 'svelte';
|
3
3
|
export type ComboBoxInputProps = {
|
4
4
|
class?: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"combo-box-input.gen.d.ts","sourceRoot":"","sources":["../../../../src/components/combo-box-input.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,IAAI,yBAAyB,EAAE,MAAM,
|
1
|
+
{"version":3,"file":"combo-box-input.gen.d.ts","sourceRoot":"","sources":["../../../../src/components/combo-box-input.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,IAAI,yBAAyB,EAAE,MAAM,+BAA+B,CAAA;AACpG,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAI7C,MAAM,MAAM,kBAAkB,GAAG;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,GAAG,yBAAyB,CAAA;AAE7B,eAAO,MAAM,aAAa,EAA4D,uBAAuB,kBAAkB,CAAC,CAAA"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"combo-box-input.gen.svelte.d.ts","sourceRoot":"","sources":["../../../../src/components/combo-box-input.gen.svelte"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAE5C;AACD,OAAO,
|
1
|
+
{"version":3,"file":"combo-box-input.gen.svelte.d.ts","sourceRoot":"","sources":["../../../../src/components/combo-box-input.gen.svelte"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAE5C;AACD,OAAO,+BAA+B,CAAA;AAYtC,QAAA,MAAM,SAAS;;;;;;;;;;CAA+D,CAAC;AAC/E,MAAM,MAAM,kBAAkB,GAAG,OAAO,SAAS,CAAC,KAAK,CAAC;AACxD,MAAM,MAAM,mBAAmB,GAAG,OAAO,SAAS,CAAC,MAAM,CAAC;AAC1D,MAAM,MAAM,kBAAkB,GAAG,OAAO,SAAS,CAAC,KAAK,CAAC;AAExD,MAAM,CAAC,OAAO,OAAO,aAAc,SAAQ,oBAAoB,CAAC,kBAAkB,EAAE,mBAAmB,EAAE,kBAAkB,CAAC;CAC3H"}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { ComboBoxItemProps as ComboBoxItemElementProps } from '@prosekit/lit/
|
1
|
+
import type { ComboBoxItemProps as ComboBoxItemElementProps } from '@prosekit/lit/combo-box-item';
|
2
2
|
import type { SvelteComponent } from 'svelte';
|
3
3
|
export type ComboBoxItemProps = {
|
4
4
|
class?: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"combo-box-item.gen.d.ts","sourceRoot":"","sources":["../../../../src/components/combo-box-item.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,IAAI,wBAAwB,EAAE,MAAM,
|
1
|
+
{"version":3,"file":"combo-box-item.gen.d.ts","sourceRoot":"","sources":["../../../../src/components/combo-box-item.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,IAAI,wBAAwB,EAAE,MAAM,8BAA8B,CAAA;AACjG,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAI7C,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,GAAG,wBAAwB,CAAA;AAE5B,eAAO,MAAM,YAAY,EAA2D,uBAAuB,iBAAiB,CAAC,CAAA"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"combo-box-item.gen.svelte.d.ts","sourceRoot":"","sources":["../../../../src/components/combo-box-item.gen.svelte"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAE5C;AACD,OAAO,
|
1
|
+
{"version":3,"file":"combo-box-item.gen.svelte.d.ts","sourceRoot":"","sources":["../../../../src/components/combo-box-item.gen.svelte"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAE5C;AACD,OAAO,8BAA8B,CAAA;AAYrC,QAAA,MAAM,SAAS;;;;;;;;;;CAA+D,CAAC;AAC/E,MAAM,MAAM,iBAAiB,GAAG,OAAO,SAAS,CAAC,KAAK,CAAC;AACvD,MAAM,MAAM,kBAAkB,GAAG,OAAO,SAAS,CAAC,MAAM,CAAC;AACzD,MAAM,MAAM,iBAAiB,GAAG,OAAO,SAAS,CAAC,KAAK,CAAC;AAEvD,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,oBAAoB,CAAC,iBAAiB,EAAE,kBAAkB,EAAE,iBAAiB,CAAC;CACvH"}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { ComboBoxListProps as ComboBoxListElementProps } from '@prosekit/lit/
|
1
|
+
import type { ComboBoxListProps as ComboBoxListElementProps } from '@prosekit/lit/combo-box-list';
|
2
2
|
import type { SvelteComponent } from 'svelte';
|
3
3
|
export type ComboBoxListProps = {
|
4
4
|
class?: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"combo-box-list.gen.d.ts","sourceRoot":"","sources":["../../../../src/components/combo-box-list.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,IAAI,wBAAwB,EAAE,MAAM,
|
1
|
+
{"version":3,"file":"combo-box-list.gen.d.ts","sourceRoot":"","sources":["../../../../src/components/combo-box-list.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,IAAI,wBAAwB,EAAE,MAAM,8BAA8B,CAAA;AACjG,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAI7C,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,GAAG,wBAAwB,CAAA;AAE5B,eAAO,MAAM,YAAY,EAA2D,uBAAuB,iBAAiB,CAAC,CAAA"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"combo-box-list.gen.svelte.d.ts","sourceRoot":"","sources":["../../../../src/components/combo-box-list.gen.svelte"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAE5C;AACD,OAAO,
|
1
|
+
{"version":3,"file":"combo-box-list.gen.svelte.d.ts","sourceRoot":"","sources":["../../../../src/components/combo-box-list.gen.svelte"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAE5C;AACD,OAAO,8BAA8B,CAAA;AAYrC,QAAA,MAAM,SAAS;;;;;;;;;;CAA+D,CAAC;AAC/E,MAAM,MAAM,iBAAiB,GAAG,OAAO,SAAS,CAAC,KAAK,CAAC;AACvD,MAAM,MAAM,kBAAkB,GAAG,OAAO,SAAS,CAAC,MAAM,CAAC;AACzD,MAAM,MAAM,iBAAiB,GAAG,OAAO,SAAS,CAAC,KAAK,CAAC;AAEvD,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,oBAAoB,CAAC,iBAAiB,EAAE,kBAAkB,EAAE,iBAAiB,CAAC;CACvH"}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { ComboBoxProps as ComboBoxElementProps } from '@prosekit/lit/
|
1
|
+
import type { ComboBoxProps as ComboBoxElementProps } from '@prosekit/lit/combo-box';
|
2
2
|
import type { SvelteComponent } from 'svelte';
|
3
3
|
export type ComboBoxProps = {
|
4
4
|
class?: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"combo-box.gen.d.ts","sourceRoot":"","sources":["../../../../src/components/combo-box.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,IAAI,oBAAoB,EAAE,MAAM,
|
1
|
+
{"version":3,"file":"combo-box.gen.d.ts","sourceRoot":"","sources":["../../../../src/components/combo-box.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,IAAI,oBAAoB,EAAE,MAAM,yBAAyB,CAAA;AACpF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAI7C,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,GAAG,oBAAoB,CAAA;AAExB,eAAO,MAAM,QAAQ,EAAuD,uBAAuB,aAAa,CAAC,CAAA"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"combo-box.gen.svelte.d.ts","sourceRoot":"","sources":["../../../../src/components/combo-box.gen.svelte"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAE5C;AACD,OAAO,
|
1
|
+
{"version":3,"file":"combo-box.gen.svelte.d.ts","sourceRoot":"","sources":["../../../../src/components/combo-box.gen.svelte"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAE5C;AACD,OAAO,yBAAyB,CAAA;AAYhC,QAAA,MAAM,SAAS;;;;;;;;;;CAA+D,CAAC;AAC/E,MAAM,MAAM,aAAa,GAAG,OAAO,SAAS,CAAC,KAAK,CAAC;AACnD,MAAM,MAAM,cAAc,GAAG,OAAO,SAAS,CAAC,MAAM,CAAC;AACrD,MAAM,MAAM,aAAa,GAAG,OAAO,SAAS,CAAC,KAAK,CAAC;AAEnD,MAAM,CAAC,OAAO,OAAO,QAAS,SAAQ,oBAAoB,CAAC,aAAa,EAAE,cAAc,EAAE,aAAa,CAAC;CACvG"}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import type { Editor } from '@prosekit/core';
|
2
2
|
import type { SvelteComponent } from 'svelte';
|
3
|
-
export
|
3
|
+
export interface ProseKitProps {
|
4
4
|
editor: Editor;
|
5
|
-
}
|
5
|
+
}
|
6
6
|
export declare const ProseKit: typeof SvelteComponent<ProseKitProps>;
|
7
7
|
//# sourceMappingURL=prosekit.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"prosekit.d.ts","sourceRoot":"","sources":["../../../../src/components/prosekit.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAA;AAC5C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAI7C,MAAM,
|
1
|
+
{"version":3,"file":"prosekit.d.ts","sourceRoot":"","sources":["../../../../src/components/prosekit.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAA;AAC5C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAI7C,MAAM,WAAW,aAAa;IAC5B,MAAM,EAAE,MAAM,CAAA;CACf;AAED,eAAO,MAAM,QAAQ,EACiC,uBAAuB,aAAa,CAAC,CAAA"}
|
package/dist/build/index.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAA"}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAA;AAErD,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA"}
|
package/dist/build/index.js
CHANGED
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@prosekit/svelte",
|
3
3
|
"type": "module",
|
4
|
-
"version": "0.0.
|
4
|
+
"version": "0.0.14",
|
5
5
|
"private": false,
|
6
6
|
"author": {
|
7
7
|
"name": "ocavue",
|
@@ -30,73 +30,67 @@
|
|
30
30
|
"import": "./dist/prosekit-svelte.js",
|
31
31
|
"default": "./dist/prosekit-svelte.js"
|
32
32
|
},
|
33
|
-
"./
|
34
|
-
"types": "./dist/prosekit-svelte-
|
35
|
-
"svelte": "./dist/prosekit-svelte-
|
36
|
-
"import": "./dist/prosekit-svelte-
|
37
|
-
"default": "./dist/prosekit-svelte-
|
33
|
+
"./autocomplete-empty": {
|
34
|
+
"types": "./dist/prosekit-svelte-autocomplete-empty.d.ts",
|
35
|
+
"svelte": "./dist/prosekit-svelte-autocomplete-empty.js",
|
36
|
+
"import": "./dist/prosekit-svelte-autocomplete-empty.js",
|
37
|
+
"default": "./dist/prosekit-svelte-autocomplete-empty.js"
|
38
38
|
},
|
39
|
-
"./
|
40
|
-
"types": "./dist/prosekit-svelte-
|
41
|
-
"svelte": "./dist/prosekit-svelte-
|
42
|
-
"import": "./dist/prosekit-svelte-
|
43
|
-
"default": "./dist/prosekit-svelte-
|
39
|
+
"./autocomplete-item": {
|
40
|
+
"types": "./dist/prosekit-svelte-autocomplete-item.d.ts",
|
41
|
+
"svelte": "./dist/prosekit-svelte-autocomplete-item.js",
|
42
|
+
"import": "./dist/prosekit-svelte-autocomplete-item.js",
|
43
|
+
"default": "./dist/prosekit-svelte-autocomplete-item.js"
|
44
44
|
},
|
45
|
-
"./
|
46
|
-
"types": "./dist/prosekit-svelte-
|
47
|
-
"svelte": "./dist/prosekit-svelte-
|
48
|
-
"import": "./dist/prosekit-svelte-
|
49
|
-
"default": "./dist/prosekit-svelte-
|
45
|
+
"./autocomplete-list": {
|
46
|
+
"types": "./dist/prosekit-svelte-autocomplete-list.d.ts",
|
47
|
+
"svelte": "./dist/prosekit-svelte-autocomplete-list.js",
|
48
|
+
"import": "./dist/prosekit-svelte-autocomplete-list.js",
|
49
|
+
"default": "./dist/prosekit-svelte-autocomplete-list.js"
|
50
50
|
},
|
51
|
-
"./
|
52
|
-
"types": "./dist/prosekit-svelte-
|
53
|
-
"svelte": "./dist/prosekit-svelte-
|
54
|
-
"import": "./dist/prosekit-svelte-
|
55
|
-
"default": "./dist/prosekit-svelte-
|
51
|
+
"./autocomplete-popover": {
|
52
|
+
"types": "./dist/prosekit-svelte-autocomplete-popover.d.ts",
|
53
|
+
"svelte": "./dist/prosekit-svelte-autocomplete-popover.js",
|
54
|
+
"import": "./dist/prosekit-svelte-autocomplete-popover.js",
|
55
|
+
"default": "./dist/prosekit-svelte-autocomplete-popover.js"
|
56
56
|
},
|
57
|
-
"./
|
58
|
-
"types": "./dist/prosekit-svelte-
|
59
|
-
"svelte": "./dist/prosekit-svelte-
|
60
|
-
"import": "./dist/prosekit-svelte-
|
61
|
-
"default": "./dist/prosekit-svelte-
|
57
|
+
"./code-block-popover": {
|
58
|
+
"types": "./dist/prosekit-svelte-code-block-popover.d.ts",
|
59
|
+
"svelte": "./dist/prosekit-svelte-code-block-popover.js",
|
60
|
+
"import": "./dist/prosekit-svelte-code-block-popover.js",
|
61
|
+
"default": "./dist/prosekit-svelte-code-block-popover.js"
|
62
62
|
},
|
63
|
-
"./
|
64
|
-
"types": "./dist/prosekit-svelte-
|
65
|
-
"svelte": "./dist/prosekit-svelte-
|
66
|
-
"import": "./dist/prosekit-svelte-
|
67
|
-
"default": "./dist/prosekit-svelte-
|
63
|
+
"./combo-box": {
|
64
|
+
"types": "./dist/prosekit-svelte-combo-box.d.ts",
|
65
|
+
"svelte": "./dist/prosekit-svelte-combo-box.js",
|
66
|
+
"import": "./dist/prosekit-svelte-combo-box.js",
|
67
|
+
"default": "./dist/prosekit-svelte-combo-box.js"
|
68
68
|
},
|
69
|
-
"./
|
70
|
-
"types": "./dist/prosekit-svelte-
|
71
|
-
"svelte": "./dist/prosekit-svelte-
|
72
|
-
"import": "./dist/prosekit-svelte-
|
73
|
-
"default": "./dist/prosekit-svelte-
|
69
|
+
"./combo-box-input": {
|
70
|
+
"types": "./dist/prosekit-svelte-combo-box-input.d.ts",
|
71
|
+
"svelte": "./dist/prosekit-svelte-combo-box-input.js",
|
72
|
+
"import": "./dist/prosekit-svelte-combo-box-input.js",
|
73
|
+
"default": "./dist/prosekit-svelte-combo-box-input.js"
|
74
74
|
},
|
75
|
-
"./
|
76
|
-
"types": "./dist/prosekit-svelte-
|
77
|
-
"svelte": "./dist/prosekit-svelte-
|
78
|
-
"import": "./dist/prosekit-svelte-
|
79
|
-
"default": "./dist/prosekit-svelte-
|
75
|
+
"./combo-box-item": {
|
76
|
+
"types": "./dist/prosekit-svelte-combo-box-item.d.ts",
|
77
|
+
"svelte": "./dist/prosekit-svelte-combo-box-item.js",
|
78
|
+
"import": "./dist/prosekit-svelte-combo-box-item.js",
|
79
|
+
"default": "./dist/prosekit-svelte-combo-box-item.js"
|
80
80
|
},
|
81
|
-
"./
|
82
|
-
"types": "./dist/prosekit-svelte-
|
83
|
-
"svelte": "./dist/prosekit-svelte-
|
84
|
-
"import": "./dist/prosekit-svelte-
|
85
|
-
"default": "./dist/prosekit-svelte-
|
86
|
-
},
|
87
|
-
"./components/prosekit": {
|
88
|
-
"types": "./dist/prosekit-svelte-components-prosekit.d.ts",
|
89
|
-
"svelte": "./dist/prosekit-svelte-components-prosekit.js",
|
90
|
-
"import": "./dist/prosekit-svelte-components-prosekit.js",
|
91
|
-
"default": "./dist/prosekit-svelte-components-prosekit.js"
|
81
|
+
"./combo-box-list": {
|
82
|
+
"types": "./dist/prosekit-svelte-combo-box-list.d.ts",
|
83
|
+
"svelte": "./dist/prosekit-svelte-combo-box-list.js",
|
84
|
+
"import": "./dist/prosekit-svelte-combo-box-list.js",
|
85
|
+
"default": "./dist/prosekit-svelte-combo-box-list.js"
|
92
86
|
}
|
93
87
|
},
|
94
88
|
"files": [
|
95
89
|
"dist"
|
96
90
|
],
|
97
91
|
"dependencies": {
|
98
|
-
"@prosekit/core": "^0.0.
|
99
|
-
"@prosekit/lit": "^0.0.
|
92
|
+
"@prosekit/core": "^0.0.12",
|
93
|
+
"@prosekit/lit": "^0.0.16"
|
100
94
|
},
|
101
95
|
"peerDependencies": {
|
102
96
|
"svelte": ">= 3.0.0"
|
@@ -109,13 +103,13 @@
|
|
109
103
|
"devDependencies": {
|
110
104
|
"@prosekit/dev": "*",
|
111
105
|
"@sveltejs/package": "^2.2.2",
|
112
|
-
"@types/node": "^18.
|
106
|
+
"@types/node": "^18.18.5",
|
113
107
|
"read-pkg": "^8.1.0",
|
114
108
|
"svelte": "^4.2.1",
|
115
109
|
"svelte-check": "^3.5.2",
|
116
|
-
"tsx": "^3.
|
110
|
+
"tsx": "^3.13.0",
|
117
111
|
"typescript": "^5.2.2",
|
118
|
-
"vitest": "^0.34.
|
112
|
+
"vitest": "^0.34.6"
|
119
113
|
},
|
120
114
|
"scripts": {
|
121
115
|
"build": "svelte-package -i src -o dist/build && tsx scripts/re-export.ts"
|
@@ -126,35 +120,32 @@
|
|
126
120
|
".": [
|
127
121
|
"./dist/prosekit-svelte.d.ts"
|
128
122
|
],
|
129
|
-
"
|
130
|
-
"./dist/prosekit-svelte-
|
131
|
-
],
|
132
|
-
"components/autocomplete-item": [
|
133
|
-
"./dist/prosekit-svelte-components-autocomplete-item.d.ts"
|
123
|
+
"autocomplete-empty": [
|
124
|
+
"./dist/prosekit-svelte-autocomplete-empty.d.ts"
|
134
125
|
],
|
135
|
-
"
|
136
|
-
"./dist/prosekit-svelte-
|
126
|
+
"autocomplete-item": [
|
127
|
+
"./dist/prosekit-svelte-autocomplete-item.d.ts"
|
137
128
|
],
|
138
|
-
"
|
139
|
-
"./dist/prosekit-svelte-
|
129
|
+
"autocomplete-list": [
|
130
|
+
"./dist/prosekit-svelte-autocomplete-list.d.ts"
|
140
131
|
],
|
141
|
-
"
|
142
|
-
"./dist/prosekit-svelte-
|
132
|
+
"autocomplete-popover": [
|
133
|
+
"./dist/prosekit-svelte-autocomplete-popover.d.ts"
|
143
134
|
],
|
144
|
-
"
|
145
|
-
"./dist/prosekit-svelte-
|
135
|
+
"code-block-popover": [
|
136
|
+
"./dist/prosekit-svelte-code-block-popover.d.ts"
|
146
137
|
],
|
147
|
-
"
|
148
|
-
"./dist/prosekit-svelte-
|
138
|
+
"combo-box": [
|
139
|
+
"./dist/prosekit-svelte-combo-box.d.ts"
|
149
140
|
],
|
150
|
-
"
|
151
|
-
"./dist/prosekit-svelte-
|
141
|
+
"combo-box-input": [
|
142
|
+
"./dist/prosekit-svelte-combo-box-input.d.ts"
|
152
143
|
],
|
153
|
-
"
|
154
|
-
"./dist/prosekit-svelte-
|
144
|
+
"combo-box-item": [
|
145
|
+
"./dist/prosekit-svelte-combo-box-item.d.ts"
|
155
146
|
],
|
156
|
-
"
|
157
|
-
"./dist/prosekit-svelte-
|
147
|
+
"combo-box-list": [
|
148
|
+
"./dist/prosekit-svelte-combo-box-list.d.ts"
|
158
149
|
]
|
159
150
|
}
|
160
151
|
}
|
package/src/index.ts
CHANGED
@@ -1 +0,0 @@
|
|
1
|
-
export * from './build/components/prosekit'
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './build/components/prosekit'
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
/package/dist/{prosekit-svelte-components-combo-box-input.js → prosekit-svelte-combo-box-input.js}
RENAMED
File without changes
|
/package/dist/{prosekit-svelte-components-combo-box-item.d.ts → prosekit-svelte-combo-box-item.d.ts}
RENAMED
File without changes
|
/package/dist/{prosekit-svelte-components-combo-box-item.js → prosekit-svelte-combo-box-item.js}
RENAMED
File without changes
|
/package/dist/{prosekit-svelte-components-combo-box-list.d.ts → prosekit-svelte-combo-box-list.d.ts}
RENAMED
File without changes
|
/package/dist/{prosekit-svelte-components-combo-box-list.js → prosekit-svelte-combo-box-list.js}
RENAMED
File without changes
|
File without changes
|
File without changes
|