@civicactions/cmsds-open-data-components 2.2.0-alpha.5 → 2.2.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 +5 -3
- package/dist/main.js.map +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -2968,7 +2968,7 @@ const $a6df0aa147323304$var$Footer = ({ links: links , showEmail: showEmail , em
|
|
|
2968
2968
|
showEmail && /*#__PURE__*/ (0, $hgUW1$jsx)("div", {
|
|
2969
2969
|
className: "dc-c-emailupdates",
|
|
2970
2970
|
children: /*#__PURE__*/ (0, $hgUW1$jsx)("div", {
|
|
2971
|
-
className: "ds-l-container ds-u-padding-y--5
|
|
2971
|
+
className: "ds-l-container ds-u-padding-y--5",
|
|
2972
2972
|
children: /*#__PURE__*/ (0, $hgUW1$jsxs)("div", {
|
|
2973
2973
|
className: "ds-l-row ds-u-align-items--center",
|
|
2974
2974
|
children: [
|
|
@@ -2980,6 +2980,7 @@ const $a6df0aa147323304$var$Footer = ({ links: links , showEmail: showEmail , em
|
|
|
2980
2980
|
children: emailTitle
|
|
2981
2981
|
}),
|
|
2982
2982
|
/*#__PURE__*/ (0, $hgUW1$jsx)("p", {
|
|
2983
|
+
className: "ds-u-padding-bottom--2",
|
|
2983
2984
|
children: emailBody
|
|
2984
2985
|
})
|
|
2985
2986
|
]
|
|
@@ -3005,9 +3006,10 @@ const $a6df0aa147323304$var$Footer = ({ links: links , showEmail: showEmail , em
|
|
|
3005
3006
|
className: "ds-l-row ds-u-margin--0",
|
|
3006
3007
|
children: [
|
|
3007
3008
|
/*#__PURE__*/ (0, $hgUW1$jsx)("div", {
|
|
3008
|
-
className: `dc-c-footer__resources ds-l-md-col--7 ds-l-sm-col--12 ds-u-padding-top--7 ds-u-padding-bottom--4
|
|
3009
|
+
className: `dc-c-footer__resources ds-l-md-col--7 ds-l-sm-col--12 ds-u-padding-top--7 ds-u-padding-bottom--4
|
|
3010
|
+
${xs ? "ds-u-padding-x--0" : ""}`,
|
|
3009
3011
|
children: /*#__PURE__*/ (0, $hgUW1$jsx)("div", {
|
|
3010
|
-
className: "ds-l-lg-col--9 ds-l-md-col--11
|
|
3012
|
+
className: "ds-l-lg-col--9 ds-l-md-col--11",
|
|
3011
3013
|
children: /*#__PURE__*/ (0, $hgUW1$jsxs)("div", {
|
|
3012
3014
|
className: `ds-u-display--flex ${xs ? "ds-u-flex-direction--column" : "ds-u-flex-direction--row"}`,
|
|
3013
3015
|
children: [
|