@7shifts/sous-chef 3.40.2 → 3.40.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.
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -8697,7 +8697,8 @@ var EmptyStateContainerStack = function EmptyStateContainerStack(_ref) {
|
|
|
8697
8697
|
color: isPaywall ? 'eggplant-500' : 'tangerine-400'
|
|
8698
8698
|
}, header), React__default.createElement(Text, {
|
|
8699
8699
|
emphasis: "bold",
|
|
8700
|
-
as: "body"
|
|
8700
|
+
as: "body",
|
|
8701
|
+
alignment: "center"
|
|
8701
8702
|
}, title), React__default.createElement("div", {
|
|
8702
8703
|
className: styles$N['empty-state-container-stack__body']
|
|
8703
8704
|
}, children)), React__default.createElement(Stack, {
|
|
@@ -8902,7 +8903,7 @@ var DataTable$1 = function DataTable(_ref) {
|
|
|
8902
8903
|
return React__default.createElement(SkeletonRow, {
|
|
8903
8904
|
key: index
|
|
8904
8905
|
});
|
|
8905
|
-
}))), isShowingFooter && React__default.createElement("tfoot", {
|
|
8906
|
+
}))), isShowingFooter && (state === DATA_TABLE_STATES.CONTENT || state === DATA_TABLE_STATES.BACKGROUND_LOADING) && React__default.createElement("tfoot", {
|
|
8906
8907
|
className: styles$b['data-table__footer'],
|
|
8907
8908
|
"data-testid": testId && testId + "-footer"
|
|
8908
8909
|
}, footerComponent)))), !isShowingFooter && isScrollableTable && React__default.createElement(DataTableScrollFakeBorder, {
|