oolib 2.215.3 → 2.215.4
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.
|
@@ -48,7 +48,7 @@ var EmptyStatesRenderer = function (_a) {
|
|
|
48
48
|
searchListing: searchListing_svg_1.default,
|
|
49
49
|
mailBoxImg: mailBoxImg_svg_1.default,
|
|
50
50
|
searchDashBoardListing: searchDashBoardListing_svg_1.default,
|
|
51
|
-
|
|
51
|
+
annoExplorerListing: dashboardListing_svg_1.default,
|
|
52
52
|
};
|
|
53
53
|
var localize = (0, utilsOolib_1.useLocale)();
|
|
54
54
|
//basically image prop can be either the src string or an object with more properties
|
|
@@ -83,18 +83,18 @@ var getEmptyStatesConfig = function (_a) {
|
|
|
83
83
|
title: "No Notifications Yet",
|
|
84
84
|
subtitle: "All updates,notifications and alerts will be displayed here ",
|
|
85
85
|
};
|
|
86
|
-
case "
|
|
86
|
+
case "annoExplorerListing":
|
|
87
87
|
return {
|
|
88
88
|
align: "center",
|
|
89
89
|
image: {
|
|
90
|
-
src: "
|
|
90
|
+
src: "annoExplorerListing",
|
|
91
91
|
style: {
|
|
92
92
|
height: 80,
|
|
93
93
|
opacity: 0.6,
|
|
94
94
|
},
|
|
95
95
|
},
|
|
96
|
-
title: "No
|
|
97
|
-
subtitle: "
|
|
96
|
+
title: "No Annotations Exist",
|
|
97
|
+
subtitle: "Start exploring Themes Explorer after you add at least a few annotations",
|
|
98
98
|
};
|
|
99
99
|
case "successFullyPublish":
|
|
100
100
|
return {
|