oolib 2.170.9 → 2.170.10
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.
|
@@ -12,6 +12,7 @@ export declare const colors: {
|
|
|
12
12
|
onTertiary: string;
|
|
13
13
|
surfaceContainer: string;
|
|
14
14
|
surfaceContainerLow: string;
|
|
15
|
+
grey2: string;
|
|
15
16
|
grey5: string;
|
|
16
17
|
grey10: string;
|
|
17
18
|
grey20: string;
|
|
@@ -53,6 +54,8 @@ export interface Colors2Type {
|
|
|
53
54
|
onTertiary: string;
|
|
54
55
|
surfaceContainer: string;
|
|
55
56
|
surfaceContainerLow: string;
|
|
57
|
+
grey2: string;
|
|
58
|
+
grey5: string;
|
|
56
59
|
grey10: string;
|
|
57
60
|
grey20: string;
|
|
58
61
|
grey30: string;
|
package/dist/v2/themes/colors.js
CHANGED
|
@@ -15,6 +15,7 @@ var surfaceContainerLow = "#F3F3F7";
|
|
|
15
15
|
// const grey80 = '#333333'
|
|
16
16
|
// const grey40 = "#999999"
|
|
17
17
|
// const grey10 = "#E7E7E7"
|
|
18
|
+
var grey2 = '#00000005';
|
|
18
19
|
var grey5 = '#0000000D';
|
|
19
20
|
var grey10 = '#0000001A';
|
|
20
21
|
var grey20 = '#00000033';
|
|
@@ -76,6 +77,7 @@ exports.colors = {
|
|
|
76
77
|
onTertiary: onTertiary,
|
|
77
78
|
surfaceContainer: surfaceContainer,
|
|
78
79
|
surfaceContainerLow: surfaceContainerLow,
|
|
80
|
+
grey2: grey2,
|
|
79
81
|
grey5: grey5,
|
|
80
82
|
grey10: grey10,
|
|
81
83
|
grey20: grey20,
|