@civicactions/cmsds-open-data-components 4.3.0-alpha.1 → 4.3.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 +2 -5
- package/dist/main.js.map +1 -1
- package/dist/types.d.ts +10 -5
- package/dist/types.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -5434,6 +5434,7 @@ const $ad9981f5aa726046$var$SearchInput = ({ placeholder: placeholder = 'Search
|
|
|
5434
5434
|
className: "search-input-container",
|
|
5435
5435
|
children: [
|
|
5436
5436
|
/*#__PURE__*/ (0, $hgUW1$jsx)((0, $hgUW1$TextField), {
|
|
5437
|
+
name: "search",
|
|
5437
5438
|
className: `${showMagnifyingGlass ? 'left-padding' : ''} ${showSearchButton ? 'right-padding' : ''}`,
|
|
5438
5439
|
label: placeholder,
|
|
5439
5440
|
labelClassName: "ds-u-visibility--screen-reader",
|
|
@@ -5449,7 +5450,7 @@ const $ad9981f5aa726046$var$SearchInput = ({ placeholder: placeholder = 'Search
|
|
|
5449
5450
|
}),
|
|
5450
5451
|
showSearchButton && /*#__PURE__*/ (0, $hgUW1$jsxs)((0, $hgUW1$Button), {
|
|
5451
5452
|
variation: "solid",
|
|
5452
|
-
className: onDark
|
|
5453
|
+
className: onDark ? 'on-dark' : undefined,
|
|
5453
5454
|
onClick: onSubmit,
|
|
5454
5455
|
children: [
|
|
5455
5456
|
/*#__PURE__*/ (0, $hgUW1$jsx)("span", {
|
|
@@ -7851,7 +7852,6 @@ const $2407695b5af95adf$var$Footer = ({ links: links, showEmail: showEmail = tru
|
|
|
7851
7852
|
})
|
|
7852
7853
|
}),
|
|
7853
7854
|
/*#__PURE__*/ (0, $hgUW1$jsxs)("svg", {
|
|
7854
|
-
title: "Facebook Icon",
|
|
7855
7855
|
className: "svg-inline--fa fa-facebook-f fa-w-10 fa-inverse",
|
|
7856
7856
|
"data-fa-transform": "shrink-3.5",
|
|
7857
7857
|
"aria-labelledby": "svg-inline--fa-title-iRCARP7h6Kp3",
|
|
@@ -7904,7 +7904,6 @@ const $2407695b5af95adf$var$Footer = ({ links: links, showEmail: showEmail = tru
|
|
|
7904
7904
|
})
|
|
7905
7905
|
}),
|
|
7906
7906
|
/*#__PURE__*/ (0, $hgUW1$jsxs)("svg", {
|
|
7907
|
-
title: "Twitter Icon",
|
|
7908
7907
|
className: "svg-inline--fa fa-twitter fa-w-16 fa-inverse",
|
|
7909
7908
|
"data-fa-transform": "shrink-3.5",
|
|
7910
7909
|
"aria-labelledby": "svg-inline--fa-title-4z03ITiPPTVF",
|
|
@@ -7957,7 +7956,6 @@ const $2407695b5af95adf$var$Footer = ({ links: links, showEmail: showEmail = tru
|
|
|
7957
7956
|
})
|
|
7958
7957
|
}),
|
|
7959
7958
|
/*#__PURE__*/ (0, $hgUW1$jsxs)("svg", {
|
|
7960
|
-
title: "LinkedIn Icon",
|
|
7961
7959
|
className: "svg-inline--fa fa-linkedin-in fa-w-14 fa-inverse",
|
|
7962
7960
|
"data-fa-transform": "shrink-3.5",
|
|
7963
7961
|
"aria-labelledby": "svg-inline--fa-title-Nm2qsuSKvuRZ",
|
|
@@ -8009,7 +8007,6 @@ const $2407695b5af95adf$var$Footer = ({ links: links, showEmail: showEmail = tru
|
|
|
8009
8007
|
})
|
|
8010
8008
|
}),
|
|
8011
8009
|
/*#__PURE__*/ (0, $hgUW1$jsxs)("svg", {
|
|
8012
|
-
title: "youTube Icon",
|
|
8013
8010
|
className: "svg-inline--fa fa-youtube fa-w-18 fa-inverse",
|
|
8014
8011
|
"data-fa-transform": "shrink-3.5",
|
|
8015
8012
|
"aria-labelledby": "svg-inline--fa-title-youtube",
|