grep-components 2.3.0-GREPF-2280.1 → 2.3.0-GREPF-2280.3
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.
|
@@ -1,10 +1,29 @@
|
|
|
1
|
-
import React from 'react';
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export declare const v0colors: {
|
|
3
|
+
primary: string;
|
|
4
|
+
secondary: string;
|
|
5
|
+
body: string;
|
|
6
|
+
headerBackgroundColor: string;
|
|
7
|
+
borderColor: string;
|
|
8
|
+
primaryFade: string;
|
|
9
|
+
greyText: string;
|
|
10
|
+
placeholderText: string;
|
|
11
|
+
textColor: string;
|
|
12
|
+
textColorFade: string;
|
|
13
|
+
textColorMoreFade: string;
|
|
14
|
+
white: string;
|
|
15
|
+
lightGrey: string;
|
|
16
|
+
};
|
|
2
17
|
declare const _default: {
|
|
3
18
|
title: string;
|
|
4
|
-
|
|
19
|
+
excludeStories: string[];
|
|
5
20
|
};
|
|
6
21
|
export default _default;
|
|
7
22
|
export declare const Default: {
|
|
8
23
|
(): React.JSX.Element;
|
|
9
24
|
storyName: string;
|
|
10
25
|
};
|
|
26
|
+
export declare const WithAppBar: {
|
|
27
|
+
(): React.JSX.Element;
|
|
28
|
+
storyName: string;
|
|
29
|
+
};
|