carbon-addons-iot-react 2.145.0-next.80 → 2.145.0

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,50 @@
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.145.0](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.82...v2.145.0) (2021-05-13)
7
+
8
+ **Note:** Version bump only for package carbon-addons-iot-react
9
+
10
+
11
+
12
+
13
+
14
+ # [2.145.0-next.82](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.81...v2.145.0-next.82) (2021-05-12)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **menu-button:** clean up getMenuPosition cases ([f7c2a26](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/f7c2a2643dbdfd17850f5219c178c2447bb5a4a4))
20
+ * **menu-button:** clean up positioning ([f3ff8dc](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/f3ff8dc6bf05591a19f77b810ac477d85172fabd))
21
+ * **menu-button:** comment out a11y test ([c4b25d9](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/c4b25d9b42a5a9bc630a14ced83e3e586263695e))
22
+ * **menu-button:** comment out a11y test until false-positive is fixed ([6f7a490](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/6f7a4909b159b3629061cbee897c424bace4f5d6))
23
+ * **menu-button:** force tests to pass until a11y bug is fixed ([cc204fb](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/cc204fbab08150f5805bb4c1d4cda8be34bd0f7a))
24
+
25
+
26
+
27
+
28
+
29
+ # [2.145.0-next.81](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.80...v2.145.0-next.81) (2021-05-12)
30
+
31
+
32
+ ### Bug Fixes
33
+
34
+ * **list-builder:** complex story, updated i18n on SelectUserModal ([6684339](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/6684339949d2423984e4e3e99a618abf6862d60e))
35
+ * **list-builder:** incorrect list-item overflow ([f72d7f7](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/f72d7f7213ab482ae0fb924fbe4a08878b53a2c5))
36
+ * **list-builder:** use ListBuilder in SelectUsersModal ([7c1dc0b](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/7c1dc0b7ec3c7a04c0d92c81cb22da59e73cb7e1))
37
+ * **list-builder:** use minus icon, and add expand/close i18n ([5b21f28](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/5b21f2880b920522acb624cdfb47527cdaa015e3))
38
+
39
+
40
+ ### Features
41
+
42
+ * **list-builder:** add export to index and update snaps ([bc34856](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/bc34856d879cde942e3978f8136df4d033add7f3))
43
+ * **list-builder:** adjust prop-types and docs ([0234c7f](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/0234c7fff30a250c21c44967fcf6eec3662e582f))
44
+ * **list-builder:** initial addition of ListBuilder component ([8204a80](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/8204a80618f0f20205c2864c38d98c0f3b3a9be5))
45
+
46
+
47
+
48
+
49
+
6
50
  # [2.145.0-next.80](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.79...v2.145.0-next.80) (2021-05-12)
7
51
 
8
52
 
@@ -20723,6 +20723,23 @@ html[dir='rtl'] .iot--image-tile__title {
20723
20723
  .iot--list--skeleton {
20724
20724
  margin: 0.5rem 0 0.5rem 1rem; }
20725
20725
 
20726
+ .iot--list-builder__container {
20727
+ width: 100%;
20728
+ display: grid;
20729
+ grid-template-columns: 50% 50%; }
20730
+
20731
+ .iot--list-builder__all {
20732
+ width: 100%;
20733
+ height: 100%;
20734
+ align-self: stretch;
20735
+ padding: 0.25rem; }
20736
+
20737
+ .iot--list-builder__selected {
20738
+ width: 100%;
20739
+ height: 100%;
20740
+ align-self: stretch;
20741
+ padding: 0.25rem; }
20742
+
20726
20743
  .iot--list-item-parent {
20727
20744
  position: relative; }
20728
20745
 
@@ -22009,6 +22026,9 @@ html[dir='rtl'] .iot--menu-button .bx--context-menu-option__info {
22009
22026
  background-color: #ffffff;
22010
22027
  height: 100%; }
22011
22028
 
22029
+ .iot--select-users-modal .iot--list-item {
22030
+ overflow: hidden; }
22031
+
22012
22032
  .iot--select-users-modal .bx--search-input {
22013
22033
  background-color: #f4f4f4; }
22014
22034