@databrainhq/plugin 0.14.26 → 0.14.28

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.
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ type ThemeBlockProps = {
3
+ colors: string[];
4
+ bgColor?: string;
5
+ };
6
+ export declare const ThemeBlock: ({ colors, bgColor }: ThemeBlockProps) => React.JSX.Element;
7
+ export {};
@@ -52,3 +52,4 @@ export * from './Badge';
52
52
  export * from './DraggableItem';
53
53
  export * from './SkeletonLoader';
54
54
  export * from './Flex';
55
+ export * from './ThemeBlock';
@@ -17,6 +17,13 @@ export declare const DATE_TYPES: string[];
17
17
  export declare const ARRAY_TYPES: string[];
18
18
  export declare const BOOLEAN_TYPES: string[];
19
19
  export declare const configTabs: string[];
20
+ export declare const GRADIENTS: {
21
+ start: string;
22
+ end: string;
23
+ offset1: number;
24
+ offset2: number;
25
+ direction: string;
26
+ }[];
20
27
  export declare const DEFAULT_CHART_SETTINGS: ChartSettingsType;
21
28
  export declare const FORMATTING_CONDITIONS_OPTIONS: {
22
29
  value: string;