@carbon/ibm-products 2.43.2-canary.270 → 2.43.2-canary.271

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.
@@ -52,7 +52,7 @@ export interface InlineTipProps {
52
52
  *
53
53
  * Enabling `media` disables the `collapsible` feature.
54
54
  */
55
- media: MediaType;
55
+ media?: MediaType;
56
56
  /**
57
57
  * Set to `true` to arrange the information in a format
58
58
  * that is easier to read in a limited space.
@@ -52,7 +52,7 @@ export interface InlineTipProps {
52
52
  *
53
53
  * Enabling `media` disables the `collapsible` feature.
54
54
  */
55
- media: MediaType;
55
+ media?: MediaType;
56
56
  /**
57
57
  * Set to `true` to arrange the information in a format
58
58
  * that is easier to read in a limited space.
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.270+d1dafa1e9",
4
+ "version": "2.43.2-canary.271+978f3e65f",
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": "d1dafa1e94472eb64e769ccd358e5355837fa9a5"
123
+ "gitHead": "978f3e65fff94f6399714fb921e8ef2208a1ec51"
124
124
  }