@civicactions/cmsds-open-data-components 3.8.3-alpha.0 → 3.8.3-alpha.1
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 +1 -2
- package/dist/main.js.map +1 -1
- package/dist/types.d.ts +0 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -1522,7 +1522,7 @@ const $c068004d499082cc$var$DatasetListItem = (props)=>{
|
|
|
1522
1522
|
const desktop = (0, $hgUW1$useMediaQuery)({
|
|
1523
1523
|
minWidth: 1024
|
|
1524
1524
|
});
|
|
1525
|
-
const { title: title, modified: modified,
|
|
1525
|
+
const { title: title, modified: modified, identifier: identifier, paginationEnabled: paginationEnabled, dataDictionaryLinks: dataDictionaryLinks } = props;
|
|
1526
1526
|
let linkContainerClasses = 'ds-u-margin-bottom--2';
|
|
1527
1527
|
if (dataDictionaryLinks) linkContainerClasses += ' ds-l-col--6 ds-u-padding-right--0';
|
|
1528
1528
|
else linkContainerClasses += ' ds-l-col--auto ds-u-padding-left--0';
|
|
@@ -4513,7 +4513,6 @@ const $550bcc185f420ff5$var$DatasetList = (props)=>{
|
|
|
4513
4513
|
return /*#__PURE__*/ (0, $hgUW1$jsx)((0, $c068004d499082cc$export$2e2bcd8739ae039), {
|
|
4514
4514
|
title: item.title,
|
|
4515
4515
|
modified: item.modified,
|
|
4516
|
-
description: item.description,
|
|
4517
4516
|
identifier: item.identifier,
|
|
4518
4517
|
paginationEnabled: enablePagination,
|
|
4519
4518
|
dataDictionaryLinks: dataDictionaryLinks
|