carbon-addons-iot-react 2.149.0-next.40 → 2.149.0-next.41

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.
@@ -337,7 +337,7 @@ var SideNav = function SideNav(_ref) {
337
337
  defaultExpanded: defaultExpanded,
338
338
  isRail: true
339
339
  }, props), // We use an array for the children since CarbonSideNav can't handle null or
340
- // undfined being passed as a child so if hasSearch is false we don't pass anthing.
340
+ // undefined being passed as a child so if hasSearch is false we don't pass anything.
341
341
  [].concat(search, staticSideNavContent, [dynamicSideNavContent]));
342
342
  };
343
343
 
@@ -348,6 +348,7 @@ SideNavItems.displayName = 'SideNavItems';
348
348
  SideNavLink.displayName = 'SideNavLink';
349
349
  SideNavMenu.displayName = 'SideNavMenu';
350
350
  SideNavMenuItem.displayName = 'SideNavMenuItem';
351
+ FilterableSideNavMenu.displayName = 'SideNavMenu';
351
352
  SideNav.__docgenInfo = {
352
353
  "description": "Side Navigation. part of UI shell",
353
354
  "methods": [],
@@ -351,7 +351,7 @@ var SideNav = function SideNav(_ref) {
351
351
  defaultExpanded: defaultExpanded,
352
352
  isRail: true
353
353
  }, props), // We use an array for the children since CarbonSideNav can't handle null or
354
- // undfined being passed as a child so if hasSearch is false we don't pass anthing.
354
+ // undefined being passed as a child so if hasSearch is false we don't pass anything.
355
355
  [].concat(search, staticSideNavContent, [dynamicSideNavContent]));
356
356
  };
357
357
 
@@ -362,6 +362,7 @@ SideNavItems.displayName = 'SideNavItems';
362
362
  SideNavLink.displayName = 'SideNavLink';
363
363
  index.SideNavMenu.displayName = 'SideNavMenu';
364
364
  SideNavMenuItem.displayName = 'SideNavMenuItem';
365
+ FilterableSideNavMenu.displayName = 'SideNavMenu';
365
366
  SideNav.__docgenInfo = {
366
367
  "description": "Side Navigation. part of UI shell",
367
368
  "methods": [],
@@ -31339,7 +31339,7 @@ html[dir=rtl] .iot--flyout-menu--content.iot--date-time-picker--menu .iot--date-
31339
31339
  flex-flow: column;
31340
31340
  justify-content: center;
31341
31341
  height: 100%;
31342
- padding: 3rem;
31342
+ padding: 3rem 3rem 3rem 5rem;
31343
31343
  }
31344
31344
  .iot--empty-state--icon {
31345
31345
  margin-bottom: 1rem;
@@ -37442,10 +37442,7 @@ html[dir=rtl] td.iot--table__cell--sortable {
37442
37442
  padding: max(48 * var(--is-large-card), 0px);
37443
37443
  }
37444
37444
  .iot--empty-table--table-row .empty-table-cell--default svg {
37445
- margin: 1rem;
37446
- }
37447
- .iot--empty-table--table-row .empty-table-cell--default > * {
37448
- margin: 0.5rem;
37445
+ margin: 1rem 1rem 1rem 0;
37449
37446
  }
37450
37447
  .iot--empty-table--table-row td {
37451
37448
  border-bottom: unset;