@carbon/ibm-products 2.43.2-canary.226 → 2.43.2-canary.229

Sign up to get free protection for your applications and to get access to all the features.
@@ -45,7 +45,7 @@ export interface OptionsTileProps {
45
45
  * Provide a function which will be called each time the user
46
46
  * interacts with the toggle.
47
47
  */
48
- onToggle: (value: boolean) => void;
48
+ onToggle?: (value: boolean) => void;
49
49
  /**
50
50
  * Whether the OptionsTile is in open state.
51
51
  */
@@ -295,7 +295,6 @@ OptionsTile.propTypes = {
295
295
  * Provide a function which will be called each time the user
296
296
  * interacts with the toggle.
297
297
  */
298
- /**@ts-ignore*/
299
298
  onToggle: PropTypes.func,
300
299
  /**
301
300
  * Whether the OptionsTile is in open state.
@@ -45,7 +45,7 @@ export interface OptionsTileProps {
45
45
  * Provide a function which will be called each time the user
46
46
  * interacts with the toggle.
47
47
  */
48
- onToggle: (value: boolean) => void;
48
+ onToggle?: (value: boolean) => void;
49
49
  /**
50
50
  * Whether the OptionsTile is in open state.
51
51
  */
@@ -323,7 +323,6 @@ exports.OptionsTile.propTypes = {
323
323
  * Provide a function which will be called each time the user
324
324
  * interacts with the toggle.
325
325
  */
326
- /**@ts-ignore*/
327
326
  onToggle: index["default"].func,
328
327
  /**
329
328
  * Whether the OptionsTile is in open state.
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.226+d7a914553",
4
+ "version": "2.43.2-canary.229+af6cf147f",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -81,7 +81,7 @@
81
81
  "fs-extra": "^11.2.0",
82
82
  "glob": "^10.3.10",
83
83
  "jest": "^29.7.0",
84
- "jest-config-ibm-cloud-cognitive": "^1.8.0",
84
+ "jest-config-ibm-cloud-cognitive": "^1.9.0-rc.0",
85
85
  "jest-environment-jsdom": "^29.7.0",
86
86
  "namor": "^1.1.2",
87
87
  "npm-check-updates": "^16.14.12",
@@ -96,7 +96,7 @@
96
96
  "dependencies": {
97
97
  "@babel/runtime": "^7.23.9",
98
98
  "@carbon/feature-flags": "^0.22.0",
99
- "@carbon/ibm-products-styles": "^2.45.0",
99
+ "@carbon/ibm-products-styles": "^2.46.0-rc.0",
100
100
  "@carbon/telemetry": "^0.1.0",
101
101
  "@dnd-kit/core": "^6.0.8",
102
102
  "@dnd-kit/modifiers": "^7.0.0",
@@ -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": "d7a914553e09377a5af2a4f1063a58bfbf6f1d2f"
123
+ "gitHead": "af6cf147f759f344173baf3350095c319398fe2d"
124
124
  }