carbon-addons-iot-react 2.147.1 → 2.147.2

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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.147.2](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.147.1...v2.147.2) (2022-01-26)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **side-nav:** attempted fix to override carbon ([70baffd](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/70baffd1199cfcbe8f6bea015cfaa08036e5f3ca))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [2.147.1](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.148.0-next.6...v2.147.1) (2022-01-24)
7
18
 
8
19
 
@@ -203,6 +203,11 @@ var SideNav = function SideNav(_ref) {
203
203
 
204
204
  SideNav.propTypes = SideNavPropTypes;
205
205
  SideNav.defaultProps = defaultProps;
206
+ SideNav$1.displayName = 'SideNav';
207
+ SideNavItems.displayName = 'SideNavItems';
208
+ SideNavLink.displayName = 'SideNavLink';
209
+ SideNavMenu.displayName = 'SideNavMenu';
210
+ SideNavMenuItem.displayName = 'SideNavMenuItem';
206
211
  SideNav.__docgenInfo = {
207
212
  "description": "Side Navigation. part of UI shell",
208
213
  "methods": [],
@@ -216,6 +216,11 @@ var SideNav = function SideNav(_ref) {
216
216
 
217
217
  SideNav.propTypes = SideNavPropTypes;
218
218
  SideNav.defaultProps = defaultProps;
219
+ SideNav$1.displayName = 'SideNav';
220
+ SideNavItems.displayName = 'SideNavItems';
221
+ SideNavLink.displayName = 'SideNavLink';
222
+ index.SideNavMenu.displayName = 'SideNavMenu';
223
+ SideNavMenuItem.displayName = 'SideNavMenuItem';
219
224
  SideNav.__docgenInfo = {
220
225
  "description": "Side Navigation. part of UI shell",
221
226
  "methods": [],
package/package.json CHANGED
@@ -340,10 +340,10 @@
340
340
  "whatwg-fetch": "^3.0.0"
341
341
  },
342
342
  "sideEffects": false,
343
- "version": "2.147.1",
343
+ "version": "2.147.2",
344
344
  "resolutions": {
345
345
  "chokidar": "3.3.1",
346
346
  "react-grid-layout": "1.2.2"
347
347
  },
348
- "gitHead": "7b5b7d4f3a67f97b185a9fdbff53c4f11489c699"
348
+ "gitHead": "16a2a7871d2c44bf16dcf97893148cc6413eda9e"
349
349
  }
@@ -123353,6 +123353,11 @@
123353
123353
 
123354
123354
  SideNav.propTypes = SideNavPropTypes;
123355
123355
  SideNav.defaultProps = defaultProps$1f;
123356
+ SideNav$1.displayName = 'SideNav';
123357
+ SideNavItems.displayName = 'SideNavItems';
123358
+ SideNavLink.displayName = 'SideNavLink';
123359
+ SideNavMenu.displayName = 'SideNavMenu';
123360
+ SideNavMenuItem.displayName = 'SideNavMenuItem';
123356
123361
  SideNav.__docgenInfo = {
123357
123362
  "description": "Side Navigation. part of UI shell",
123358
123363
  "methods": [],