@antscorp/antsomi-ui 1.3.5-beta.539 → 1.3.5-beta.540
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.
|
@@ -60,7 +60,7 @@ export const EmptyIcon = styled.div `
|
|
|
60
60
|
}}
|
|
61
61
|
|
|
62
62
|
i {
|
|
63
|
-
color: ${(_c = THEME.token) === null || _c === void 0 ? void 0 : _c.
|
|
63
|
+
color: ${(_c = THEME.token) === null || _c === void 0 ? void 0 : _c.bw5};
|
|
64
64
|
}
|
|
65
65
|
`;
|
|
66
66
|
export const ImageWrapper = styled.div `
|
|
@@ -37,7 +37,7 @@ import { getShuffleArray, random } from '@antscorp/antsomi-ui/es/utils';
|
|
|
37
37
|
* @property {Function} onLoadMore - A function to load more template data when scrolling in the template listing.
|
|
38
38
|
*/
|
|
39
39
|
export const useTemplateListing = (options) => {
|
|
40
|
-
const { serviceAuth, config, checkedCategoriesDefault, templateListingSelector = '.template-listing', } = options;
|
|
40
|
+
const { serviceAuth, config, checkedCategoriesDefault, templateListingSelector = '.template-listing > .scrollbar-view', } = options;
|
|
41
41
|
const { objectType, categoryCodes, publicLevel, getListType, channel, limitListPerPage = 10, } = config;
|
|
42
42
|
const { message } = App.useApp();
|
|
43
43
|
// Locales
|