@civicactions/cmsds-open-data-components 3.1.0-alpha.6 → 3.1.0-alpha.7
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/main.js +2 -2
- package/dist/main.js.map +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -2041,7 +2041,7 @@ const $2ed0091f7e32d1e6$var$DataTablePageResults = ({ totalRows: totalRows , lim
|
|
|
2041
2041
|
const page = offset / limit;
|
|
2042
2042
|
const startTotal = ()=>page * limit + 1;
|
|
2043
2043
|
return /*#__PURE__*/ (0, $hgUW1$jsxs)("p", {
|
|
2044
|
-
className: className
|
|
2044
|
+
className: `ds-u-margin-bottom--2 ${className}`,
|
|
2045
2045
|
children: [
|
|
2046
2046
|
"Displaying",
|
|
2047
2047
|
" ",
|
|
@@ -2091,7 +2091,7 @@ const $6380a4a580b24362$var$DataTableHeader = ({ resource: resource , downloadUR
|
|
|
2091
2091
|
})
|
|
2092
2092
|
}),
|
|
2093
2093
|
/*#__PURE__*/ (0, $hgUW1$jsxs)("div", {
|
|
2094
|
-
className: "dc-c-resource-header--buttons ds-l-col--12 ds-l-
|
|
2094
|
+
className: "dc-c-resource-header--buttons ds-l-col--12 ds-l-lg-col--8 ds-u-display--flex ds-u-flex-wrap--wrap ds-u-justify-content--end ds-u-margin-bottom--2 ds-u-md-margin-bottom--0 ds-u-padding-x--0",
|
|
2095
2095
|
children: [
|
|
2096
2096
|
/*#__PURE__*/ (0, $hgUW1$jsx)("div", {
|
|
2097
2097
|
className: "ds-l-col--12 ds-l-sm-col--auto ds-u-padding-x--0 ds-u-sm-margin-right--2 ds-u-margin-bottom--2 ds-u-sm-margin-bottom--0",
|