@fluid-topics/ft-app-context
Advanced tools
Comparing version 1.1.76 to 1.1.77
import { FtCssVariables } from "@fluid-topics/ft-wc-utils"; | ||
import type { AddComponentTypeOptions, Editor, TraitProperties } from "grapesjs"; | ||
import type { FtExternalWebComponentContext, FtExternalWebComponentContextKeys } from "@fluid-topics/public-api"; | ||
@@ -9,4 +8,4 @@ export type FluidTopicsExternalComponentsInfo = { | ||
cssVariables?: FtCssVariables; | ||
traits?: Array<Partial<TraitProperties>>; | ||
asType?: (editor: Editor) => AddComponentTypeOptions; | ||
traits?: Array<any>; | ||
asType?: (editor: any) => any; | ||
blockContent?: { | ||
@@ -13,0 +12,0 @@ style?: Record<string, string>; |
{ | ||
"name": "@fluid-topics/ft-app-context", | ||
"version": "1.1.76", | ||
"version": "1.1.77", | ||
"description": "Global application context for Fluid Topics integrations", | ||
@@ -22,10 +22,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@fluid-topics/ft-wc-utils": "1.1.76", | ||
"@fluid-topics/ft-wc-utils": "1.1.77", | ||
"lit": "3.1.0" | ||
}, | ||
"devDependencies": { | ||
"@fluid-topics/public-api": "1.0.69", | ||
"grapesjs": "0.21.8" | ||
"@fluid-topics/public-api": "1.0.69" | ||
}, | ||
"gitHead": "1ebafa37bb5d86acff8e29a5f094ef58468f83e9" | ||
"gitHead": "a88802e6c5be6f43ceced4a20a3747b09ea022c0" | ||
} |
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
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
1
264405
1858
+ Added@fluid-topics/ft-wc-utils@1.1.77(transitive)
- Removed@fluid-topics/ft-wc-utils@1.1.76(transitive)