@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.js
CHANGED
|
@@ -8701,7 +8701,8 @@ var EmptyStateContainerStack = function EmptyStateContainerStack(_ref) {
|
|
|
8701
8701
|
color: isPaywall ? 'eggplant-500' : 'tangerine-400'
|
|
8702
8702
|
}, header), React__default.createElement(Text, {
|
|
8703
8703
|
emphasis: "bold",
|
|
8704
|
-
as: "body"
|
|
8704
|
+
as: "body",
|
|
8705
|
+
alignment: "center"
|
|
8705
8706
|
}, title), React__default.createElement("div", {
|
|
8706
8707
|
className: styles$N['empty-state-container-stack__body']
|
|
8707
8708
|
}, children)), React__default.createElement(Stack, {
|
|
@@ -8906,7 +8907,7 @@ var DataTable$1 = function DataTable(_ref) {
|
|
|
8906
8907
|
return React__default.createElement(SkeletonRow, {
|
|
8907
8908
|
key: index
|
|
8908
8909
|
});
|
|
8909
|
-
}))), isShowingFooter && React__default.createElement("tfoot", {
|
|
8910
|
+
}))), isShowingFooter && (state === DATA_TABLE_STATES.CONTENT || state === DATA_TABLE_STATES.BACKGROUND_LOADING) && React__default.createElement("tfoot", {
|
|
8910
8911
|
className: styles$b['data-table__footer'],
|
|
8911
8912
|
"data-testid": testId && testId + "-footer"
|
|
8912
8913
|
}, footerComponent)))), !isShowingFooter && isScrollableTable && React__default.createElement(DataTableScrollFakeBorder, {
|