@sonic-equipment/ui 213.0.0 → 214.0.0
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.
|
@@ -165,7 +165,7 @@ function OrderHistory() {
|
|
|
165
165
|
order: direction,
|
|
166
166
|
});
|
|
167
167
|
}, row: {
|
|
168
|
-
'data-test-selector': (order, _) => `
|
|
168
|
+
'data-test-selector': (order, _) => `order-${order.id}`,
|
|
169
169
|
} })) : (!isFetching && (jsx("p", { className: styles['no-results'], children: t('No orders found.') }))) }) }), orders && orders.length > 0 && (jsx("nav", { className: styles['paging'], children: jsx(Pagination, { currentPage: pagination?.currentPage || 1, "data-test-selector": "order-history-pagination", onChange: page => setPage(page), totalPages: pagination?.numberOfPages || 1 }) })), jsx("div", { className: styles['sticky-bar'], role: "presentation" })] }) }));
|
|
170
170
|
}
|
|
171
171
|
|
package/dist/styles.css
CHANGED
|
@@ -4887,7 +4887,7 @@ button.swiper-pagination-bullet {
|
|
|
4887
4887
|
cursor: pointer;
|
|
4888
4888
|
gap: var(--space-2);
|
|
4889
4889
|
grid-template-areas: 'icon label .';
|
|
4890
|
-
grid-template-columns: (--space-24) 1fr var(--space-24);
|
|
4890
|
+
grid-template-columns: var(--space-24) 1fr var(--space-24);
|
|
4891
4891
|
grid-template-rows: minmax(24px, min-content);
|
|
4892
4892
|
line-height: 1;
|
|
4893
4893
|
outline: none;
|