@civicactions/cmsds-open-data-components 3.2.6-alpha.4 → 3.2.6-alpha.5
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 +0 -1
- package/dist/main.js.map +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -1857,7 +1857,6 @@ const $5fe94aeb50e0798b$var$Card = ({ id: id, visible: visible, updateVisibility
|
|
|
1857
1857
|
checked: visible,
|
|
1858
1858
|
className: "ds-l-col--10 ds-u-margin-top--0 ds-u-margin-y--1 ds-u-padding-x--3",
|
|
1859
1859
|
labelClassName: "dc-truncate",
|
|
1860
|
-
title: "Toggle Column Visible",
|
|
1861
1860
|
value: "",
|
|
1862
1861
|
onChange: ()=>{
|
|
1863
1862
|
updateVisibility(id, !visible);
|