@prosekit/lit
Advanced tools
Comparing version 0.0.0-next-20230627094841 to 0.0.0-next-20230709084129
import { | ||
__decorateClass, | ||
blockComponentStyles | ||
} from "./chunk-43BFWKM2.js"; | ||
} from "./chunk-6FOWUXQ2.js"; | ||
@@ -6,0 +6,0 @@ // src/elements/menu-item.ts |
import { | ||
__decorateClass, | ||
blockComponentStyles | ||
} from "./chunk-43BFWKM2.js"; | ||
} from "./chunk-6FOWUXQ2.js"; | ||
@@ -6,0 +6,0 @@ // src/elements/menu.ts |
@@ -1,6 +0,6 @@ | ||
import "./chunk-7C2I5DWH.js"; | ||
import "./chunk-WHIPWT4H.js"; | ||
import { | ||
__decorateClass, | ||
blockComponentStyles | ||
} from "./chunk-43BFWKM2.js"; | ||
} from "./chunk-6FOWUXQ2.js"; | ||
@@ -67,3 +67,3 @@ // src/elements/popover-suggestion/options.ts | ||
import { ProseKitError } from "@prosekit/core"; | ||
import { addSuggestion } from "@prosekit/extension-suggestion"; | ||
import { addSuggestion } from "@prosekit/extensions/suggestion"; | ||
var PopoverSuggestionController = class { | ||
@@ -70,0 +70,0 @@ constructor(host, editor, rules, onContext) { |
import { | ||
Popover | ||
} from "./chunk-7C2I5DWH.js"; | ||
import "./chunk-43BFWKM2.js"; | ||
} from "./chunk-WHIPWT4H.js"; | ||
import "./chunk-6FOWUXQ2.js"; | ||
export { | ||
Popover | ||
}; |
{ | ||
"name": "@prosekit/lit", | ||
"type": "module", | ||
"version": "0.0.0-next-20230627094841", | ||
"version": "0.0.0-next-20230709084129", | ||
"private": false, | ||
@@ -58,18 +58,18 @@ "author": { | ||
"dependencies": { | ||
"@floating-ui/dom": "^1.4.2", | ||
"@lit/reactive-element": "^2.0.0-pre.0", | ||
"@prosekit/core": "0.0.0-next-20230627094841", | ||
"@prosekit/extension-suggestion": "0.0.0-next-20230627094841", | ||
"@prosekit/pm": "0.0.0-next-20230627094841", | ||
"lit": "^3.0.0-pre.0", | ||
"lit-element": "^4.0.0-pre.0", | ||
"lit-html": "^3.0.0-pre.0" | ||
"@floating-ui/dom": "^1.4.4", | ||
"@lit/reactive-element": "^1.6.2", | ||
"@prosekit/core": "0.0.0-next-20230709084129", | ||
"@prosekit/extensions": "0.0.0-next-20230709084129", | ||
"@prosekit/pm": "0.0.0-next-20230709084129", | ||
"lit": "^2.7.6", | ||
"lit-element": "^3.3.2", | ||
"lit-html": "^2.7.5" | ||
}, | ||
"devDependencies": { | ||
"minify-literals": "^1.0.5", | ||
"@prosekit/dev": "*", | ||
"minify-literals": "^1.0.6", | ||
"tsup": "^7.1.0", | ||
"typescript": "^5.1.3", | ||
"vitest": "^0.32.2", | ||
"vue": "^3.3.4", | ||
"@prosekit/dev": "0.0.0" | ||
"typescript": "^5.1.6", | ||
"vitest": "^0.33.0", | ||
"vue": "^3.3.4" | ||
}, | ||
@@ -80,3 +80,19 @@ "scripts": { | ||
}, | ||
"types": "./dist/prosekit-lit.d.ts" | ||
"types": "./dist/prosekit-lit.d.ts", | ||
"typesVersions": { | ||
"*": { | ||
"elements/menu": [ | ||
"./dist/prosekit-lit-elements-menu.d.ts" | ||
], | ||
"elements/menu-item": [ | ||
"./dist/prosekit-lit-elements-menu-item.d.ts" | ||
], | ||
"elements/popover": [ | ||
"./dist/prosekit-lit-elements-popover.d.ts" | ||
], | ||
"elements/popover-suggestion": [ | ||
"./dist/prosekit-lit-elements-popover-suggestion.d.ts" | ||
] | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30322
19
897
1
+ Added@lit/reactive-element@1.6.3(transitive)
+ Added@prosekit/core@0.0.0-next-20230709084129(transitive)
+ Added@prosekit/extensions@0.0.0-next-20230709084129(transitive)
+ Added@prosekit/pm@0.0.0-next-20230709084129(transitive)
+ Addedlit@2.8.0(transitive)
+ Addedlit-element@3.3.3(transitive)
+ Addedlit-html@2.8.0(transitive)
+ Addedprosemirror-flat-list@0.3.15(transitive)
- Removed@prosekit/extension-suggestion@0.0.0-next-20230627094841
- Removed@lit/reactive-element@2.0.4(transitive)
- Removed@prosekit/core@0.0.0-next-20230627094841(transitive)
- Removed@prosekit/extension-suggestion@0.0.0-next-20230627094841(transitive)
- Removed@prosekit/pm@0.0.0-next-20230627094841(transitive)
- Removedlit@3.2.1(transitive)
- Removedlit-element@4.1.1(transitive)
- Removedlit-html@3.2.1(transitive)
Updated@floating-ui/dom@^1.4.4
Updated@lit/reactive-element@^1.6.2
Updatedlit@^2.7.6
Updatedlit-element@^3.3.2
Updatedlit-html@^2.7.5