@grafana/plugin-types 0.0.34 → 0.0.36

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.
@@ -94,7 +94,7 @@ export interface EntityFilterPropertyMatcher {
94
94
  }
95
95
  export interface EntityAssertionsWidgetProps {
96
96
  query: useMultipleEntitiesProps;
97
- size?: ComponentSize;
97
+ size?: "xs" | "sm" | "md" | "lg";
98
98
  source?: string;
99
99
  returnToPrevious?: boolean;
100
100
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/plugin-types",
3
- "version": "0.0.34",
3
+ "version": "0.0.36",
4
4
  "description": "NPM package consisting of various Grafana plugins exposed types.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Grafana Labs",