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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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.149.0-next.41](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.149.0-next.40...v2.149.0-next.41) (2022-03-31)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * sidenav state example with pinned fix open/close on hover ([b7ba1aa](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/b7ba1aa1f520873a395b1dd03b32abc5d3f7e12d))
12
+ * **table:** adjust padding on empty state ([334d847](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/334d8470805caa66853fc57a3c0fc7e8155e1ca7))
13
+
14
+
15
+
16
+
17
+
6
18
  # [2.149.0-next.40](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.149.0-next.39...v2.149.0-next.40) (2022-03-30)
7
19
 
8
20
 
@@ -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;