@bento-core/facet-filter 1.0.1-icdc.14 → 1.0.1-icdc.15

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.
@@ -70,6 +70,9 @@ const CheckBoxView = _ref => {
70
70
  })
71
71
  }, /*#__PURE__*/_react.default.createElement(_core.Checkbox, {
72
72
  id: "checkbox_".concat(facet.label, "_").concat(name),
73
+ inputProps: {
74
+ 'aria-label': 'facet filter checkbox'
75
+ },
73
76
  icon: /*#__PURE__*/_react.default.createElement(_icons.CheckBoxOutlineBlank, {
74
77
  style: {
75
78
  fontSize: 18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bento-core/facet-filter",
3
- "version": "1.0.1-icdc.14",
3
+ "version": "1.0.1-icdc.15",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -82,6 +82,9 @@ const CheckBoxView = ({
82
82
  >
83
83
  <Checkbox
84
84
  id={`checkbox_${facet.label}_${name}`}
85
+ inputProps={{
86
+ 'aria-label': 'facet filter checkbox',
87
+ }}
85
88
  icon={(
86
89
  <CheckBoxBlankIcon
87
90
  style={{ fontSize: 18 }}