@civicactions/cmsds-open-data-components 3.8.4-alpha.1 → 3.8.5-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 CHANGED
@@ -1621,7 +1621,6 @@ const $52c6454cae137465$var$DatasetSearchListItem = (props)=>{
1621
1621
  className: `ds-l-col--12 ds-u-text-align--right ${paginationEnabled ? "ds-u-padding-top--2" : "ds-u-padding-top--0"}`,
1622
1622
  children: [
1623
1623
  /*#__PURE__*/ (0, $hgUW1$jsx)("span", {
1624
- className: "ds-u-font-weight--bold",
1625
1624
  children: "Updated:"
1626
1625
  }),
1627
1626
  " ",
@@ -1642,9 +1641,20 @@ const $52c6454cae137465$var$DatasetSearchListItem = (props)=>{
1642
1641
  }),
1643
1642
  /*#__PURE__*/ (0, $hgUW1$jsx)("div", {
1644
1643
  className: "ds-l-row",
1645
- children: /*#__PURE__*/ (0, $hgUW1$jsx)("div", {
1644
+ children: /*#__PURE__*/ (0, $hgUW1$jsxs)("div", {
1646
1645
  className: "ds-l-col--12 ds-l-md-col--12 ds-u-margin-top--2",
1647
- children: (0, $1a2bf34e2a8f6b80$export$59a943b34a82e690)(description)
1646
+ children: [
1647
+ (0, $1a2bf34e2a8f6b80$export$59a943b34a82e690)(description),
1648
+ description.length > 240 ? /*#__PURE__*/ (0, $hgUW1$jsxs)((0, $hgUW1$Fragment), {
1649
+ children: [
1650
+ " ",
1651
+ /*#__PURE__*/ (0, $hgUW1$jsx)((0, $hgUW1$Link), {
1652
+ to: `/dataset/${identifier}`,
1653
+ children: "See more"
1654
+ })
1655
+ ]
1656
+ }) : ""
1657
+ ]
1648
1658
  })
1649
1659
  }),
1650
1660
  showDateDetails && /*#__PURE__*/ (0, $hgUW1$jsx)("div", {
@@ -4326,7 +4336,7 @@ const $e873081a6e8f024e$var$DatasetSearch = (props)=>{
4326
4336
  className: "ds-u-display--flex ds-u-justify-content--between ds-u-align-items--end ds-u-flex-wrap--reverse ds-u-sm-flex-wrap--wrap",
4327
4337
  children: [
4328
4338
  enablePagination && /*#__PURE__*/ (0, $hgUW1$jsxs)("div", {
4329
- className: "ds-l-col--12 ds-l-sm-col--6 ds-l-md-col--8",
4339
+ className: "ds-l-col--12 ds-l-sm-col--6 ds-l-md-col--8 ds-u-sm-padding-left--0",
4330
4340
  children: [
4331
4341
  /*#__PURE__*/ (0, $hgUW1$jsx)("p", {
4332
4342
  className: "ds-u-margin-y--0",
@@ -4617,7 +4627,7 @@ const $550bcc185f420ff5$var$DatasetList = (props)=>{
4617
4627
  className: "ds-u-display--flex ds-u-justify-content--between ds-u-align-items--end ds-u-flex-wrap--reverse ds-u-sm-flex-wrap--wrap",
4618
4628
  children: [
4619
4629
  enablePagination && /*#__PURE__*/ (0, $hgUW1$jsxs)("div", {
4620
- className: "ds-l-col--12 ds-l-sm-col--6 ds-l-md-col--8",
4630
+ className: "ds-l-col--12 ds-l-sm-col--6 ds-l-md-col--8 ds-u-sm-padding-left--0",
4621
4631
  children: [
4622
4632
  /*#__PURE__*/ (0, $hgUW1$jsx)("p", {
4623
4633
  className: "ds-u-margin-y--0",