@carbon/ibm-products 2.43.2-canary.42 → 2.43.2-canary.43

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.
@@ -62,7 +62,7 @@ var clearSingleFilter = function clearSingleFilter(_ref, setAllFilters, state) {
62
62
  This checks if all the checkboxes are selected = false and removes it from the array
63
63
  */
64
64
  var valueIndex = filterValues.findIndex(function (val) {
65
- return val.id === value;
65
+ return val.value === value;
66
66
  });
67
67
  filterValues[valueIndex].selected = false;
68
68
  var updatedFilterObject = _objectSpread2(_objectSpread2({}, f), {}, {
@@ -70,7 +70,7 @@ var clearSingleFilter = function clearSingleFilter(_ref, setAllFilters, state) {
70
70
  This checks if all the checkboxes are selected = false and removes it from the array
71
71
  */
72
72
  var valueIndex = filterValues.findIndex(function (val) {
73
- return val.id === value;
73
+ return val.value === value;
74
74
  });
75
75
  filterValues[valueIndex].selected = false;
76
76
  var updatedFilterObject = _rollupPluginBabelHelpers.objectSpread2(_rollupPluginBabelHelpers.objectSpread2({}, f), {}, {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/ibm-products",
3
3
  "description": "Carbon for IBM Products",
4
- "version": "2.43.2-canary.42+9c0fd8906",
4
+ "version": "2.43.2-canary.43+e18ada09a",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -120,5 +120,5 @@
120
120
  "react": "^16.8.6 || ^17.0.1 || ^18.2.0",
121
121
  "react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0"
122
122
  },
123
- "gitHead": "9c0fd890600e456c932b636971f0614d562bad40"
123
+ "gitHead": "e18ada09a5a25f59bd643bda407ea76cbc6af7cf"
124
124
  }