@civicactions/cmsds-open-data-components 3.11.0-alpha.1 → 3.11.0-alpha.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/main.js +4 -4
- package/dist/main.js.map +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -3747,7 +3747,7 @@ const $d98f94c79ddf4e0e$var$DataTable = ({ columns: columns, sortTransform: sort
|
|
|
3747
3747
|
/*#__PURE__*/ (0, $hgUW1$jsx)("div", {
|
|
3748
3748
|
className: "dkan-data-table-share-container ds-l-col--auto ds-u-padding--0 ds-u-margin-bottom--2 ds-u-md-margin-bottom--0",
|
|
3749
3749
|
children: /*#__PURE__*/ (0, $hgUW1$jsxs)((0, $hgUW1$Tooltip), {
|
|
3750
|
-
className: "ds-c-button ds-c-button--solid dkan-data-table-share-button ds-u-font-weight--bold",
|
|
3750
|
+
className: "ds-c-button ds-c-button--solid dkan-data-table-share-button ds-u-display--flex ds-u-align-items--center ds-u-padding-x--3 ds-u-padding-y--1 ds-u-font-weight--bold ds-l-col--12 ds-l-md-col--auto ds-u-justify-content--center",
|
|
3751
3751
|
activeClassName: "dkan-data-table-share-tooltip-open",
|
|
3752
3752
|
dialog: true,
|
|
3753
3753
|
offset: [
|
|
@@ -3764,7 +3764,7 @@ const $d98f94c79ddf4e0e$var$DataTable = ({ columns: columns, sortTransform: sort
|
|
|
3764
3764
|
onOpen: ()=>{
|
|
3765
3765
|
navigator.clipboard.writeText(window.location.href);
|
|
3766
3766
|
},
|
|
3767
|
-
className: "ds-c-button ds-
|
|
3767
|
+
className: "ds-c-button ds-u-text-align--center ds-l-col--12 ds-u-padding-x--2 ds-u-margin-x--0 ds-u-margin-bottom--1",
|
|
3768
3768
|
placement: "bottom",
|
|
3769
3769
|
dialog: true,
|
|
3770
3770
|
ariaLabel: "Copy link to filtered data",
|
|
@@ -3782,7 +3782,7 @@ const $d98f94c79ddf4e0e$var$DataTable = ({ columns: columns, sortTransform: sort
|
|
|
3782
3782
|
}) : /*#__PURE__*/ (0, $hgUW1$jsx)((0, $hgUW1$Button), {
|
|
3783
3783
|
"aria-disabled": true,
|
|
3784
3784
|
"aria-label": "Copy link to filtered data",
|
|
3785
|
-
className: "
|
|
3785
|
+
className: "ds-c-button ds-u-text-align--center ds-l-col--12 ds-u-padding-x--2 ds-u-margin-x--0 ds-u-margin-bottom--1",
|
|
3786
3786
|
children: /*#__PURE__*/ (0, $hgUW1$jsxs)("span", {
|
|
3787
3787
|
className: "ds-u-font-weight--normal ds-u-font-size--md ds-u-padding--0",
|
|
3788
3788
|
children: [
|
|
@@ -3797,7 +3797,7 @@ const $d98f94c79ddf4e0e$var$DataTable = ({ columns: columns, sortTransform: sort
|
|
|
3797
3797
|
(showDownloadFilteredDataButton || showStoredQueryDownloadButton) && /*#__PURE__*/ (0, $hgUW1$jsx)("div", {
|
|
3798
3798
|
className: "ds-l-col--12 ds-u-padding-x--0 ds-u-margin-x--0",
|
|
3799
3799
|
children: /*#__PURE__*/ (0, $hgUW1$jsx)((0, $hgUW1$Button), {
|
|
3800
|
-
className: "
|
|
3800
|
+
className: "ds-u-text-align--center ds-u-display--inline-block ds-l-col--12 ds-u-padding-x--2 ds-u-margin-x--0 ds-u-margin-bottom--1",
|
|
3801
3801
|
href: downloadURL,
|
|
3802
3802
|
"aria-disabled": !conditions || conditions.length === 0,
|
|
3803
3803
|
children: /*#__PURE__*/ (0, $hgUW1$jsxs)("span", {
|