@cloudquery/plugin-config-ui-connector
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -310,3 +310,3 @@ /** | ||
/** | ||
* Payload for the 'error' message type. | ||
* Payload for the 'show_toast' message type. | ||
*/ | ||
@@ -319,7 +319,15 @@ show_toast: { | ||
/** | ||
* Payload for the 'error' message type. | ||
* Payload for the 'open_lightbox' message type. | ||
*/ | ||
show_lightbox: { | ||
alt: string; | ||
fetchPriority?: 'high' | 'low' | 'auto'; | ||
height?: number | string | undefined; | ||
loading?: 'eager' | 'lazy' | undefined; | ||
sizes?: string | undefined; | ||
src: string; | ||
srcSet?: string | undefined; | ||
useMap?: string | undefined; | ||
width?: number | string | undefined; | ||
style?: Record<string, any> | undefined; | ||
}; | ||
@@ -326,0 +334,0 @@ }; |
{ | ||
"name": "@cloudquery/plugin-config-ui-connector", | ||
"description": "Plugin configuration UI connector for CloudQuery Cloud App", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"private": false, | ||
@@ -52,4 +52,2 @@ "main": "./dist/index.js", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-react": "^7.34.3", | ||
"eslint-plugin-react-hooks": "^4.6.2", | ||
"eslint-plugin-sort-destructure-keys": "^2.0.0", | ||
@@ -56,0 +54,0 @@ "eslint-plugin-unicorn": "^54.0.0", |
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
34924
23
340