carbon-addons-iot-react 2.155.3 → 2.155.5
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/css/carbon-addons-iot-react.css +6 -18
- package/css/carbon-addons-iot-react.css.map +1 -1
- package/es/components/CardEditor/CardEditForm/CardEditFormItems/BarChartCardFormItems/BarChartCardFormSettings.js +19 -17
- package/es/components/CardEditor/CardEditForm/CardEditFormItems/DataSeriesFormItems/DataSeriesFormSettings.js +13 -12
- package/es/components/CardEditor/CardEditForm/CardEditFormItems/TableCardFormItems/TableCardFormSettings.js +6 -7
- package/es/components/ComposedModal/ComposedModal.js +3 -0
- package/es/constants/LayoutConstants.js +2 -4
- package/lib/components/CardEditor/CardEditForm/CardEditFormItems/BarChartCardFormItems/BarChartCardFormSettings.js +18 -16
- package/lib/components/CardEditor/CardEditForm/CardEditFormItems/DataSeriesFormItems/DataSeriesFormSettings.js +12 -11
- package/lib/components/CardEditor/CardEditForm/CardEditFormItems/TableCardFormItems/TableCardFormSettings.js +5 -6
- package/lib/components/ComposedModal/ComposedModal.js +3 -0
- package/lib/constants/LayoutConstants.js +2 -4
- package/lib/css/carbon-addons-iot-react.css +6 -18
- package/lib/css/carbon-addons-iot-react.css.map +1 -1
- package/package.json +2 -2
- package/umd/carbon-addons-iot-react.js +186 -207
|
@@ -14821,14 +14821,11 @@ optgroup.bx--select-optgroup:disabled,
|
|
|
14821
14821
|
height: 3rem;
|
|
14822
14822
|
justify-content: flex-end;
|
|
14823
14823
|
transform: translate3d(0, 0, 0);
|
|
14824
|
-
transition: transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), -webkit-clip-path 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
|
14825
14824
|
transition: transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), clip-path 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
|
14826
|
-
transition: transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), clip-path 110ms cubic-bezier(0.2, 0, 0.38, 0.9), -webkit-clip-path 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
|
14827
14825
|
}
|
|
14828
14826
|
|
|
14829
14827
|
.bx--batch-actions ~ .bx--toolbar-content {
|
|
14830
|
-
|
|
14831
|
-
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
|
|
14828
|
+
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
|
|
14832
14829
|
}
|
|
14833
14830
|
|
|
14834
14831
|
.bx--toolbar-content .bx--search .bx--search-input {
|
|
@@ -15130,12 +15127,9 @@ optgroup.bx--select-optgroup:disabled,
|
|
|
15130
15127
|
|
|
15131
15128
|
.bx--batch-actions--active ~ .bx--toolbar-search-container,
|
|
15132
15129
|
.bx--batch-actions--active ~ .bx--toolbar-content {
|
|
15133
|
-
|
|
15134
|
-
clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
|
|
15130
|
+
clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
|
|
15135
15131
|
transform: translate3d(0, 48px, 0);
|
|
15136
|
-
transition: transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), -webkit-clip-path 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
|
15137
15132
|
transition: transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), clip-path 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
|
15138
|
-
transition: transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), clip-path 110ms cubic-bezier(0.2, 0, 0.38, 0.9), -webkit-clip-path 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
|
15139
15133
|
}
|
|
15140
15134
|
|
|
15141
15135
|
.bx--batch-actions {
|
|
@@ -15147,13 +15141,10 @@ optgroup.bx--select-optgroup:disabled,
|
|
|
15147
15141
|
align-items: center;
|
|
15148
15142
|
justify-content: space-between;
|
|
15149
15143
|
background-color: #0f62fe;
|
|
15150
|
-
|
|
15151
|
-
clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
|
|
15144
|
+
clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
|
|
15152
15145
|
pointer-events: none;
|
|
15153
15146
|
transform: translate3d(0, 48px, 0);
|
|
15154
|
-
transition: transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), opacity 110ms cubic-bezier(0.2, 0, 0.38, 0.9), -webkit-clip-path 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
|
15155
15147
|
transition: transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), clip-path 110ms cubic-bezier(0.2, 0, 0.38, 0.9), opacity 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
|
15156
|
-
transition: transform 110ms cubic-bezier(0.2, 0, 0.38, 0.9), clip-path 110ms cubic-bezier(0.2, 0, 0.38, 0.9), opacity 110ms cubic-bezier(0.2, 0, 0.38, 0.9), -webkit-clip-path 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
|
15157
15148
|
will-change: transform;
|
|
15158
15149
|
}
|
|
15159
15150
|
|
|
@@ -15168,8 +15159,7 @@ optgroup.bx--select-optgroup:disabled,
|
|
|
15168
15159
|
|
|
15169
15160
|
.bx--batch-actions--active {
|
|
15170
15161
|
overflow: auto hidden;
|
|
15171
|
-
|
|
15172
|
-
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
|
|
15162
|
+
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
|
|
15173
15163
|
pointer-events: all;
|
|
15174
15164
|
transform: translate3d(0, 0, 0);
|
|
15175
15165
|
}
|
|
@@ -18378,8 +18368,7 @@ button.iot--overflow-menu-icon.bx--btn--icon-only.bx--tooltip__trigger:hover svg
|
|
|
18378
18368
|
box-shadow: inset 0 0 0 2px #0f62fe, inset 0 0 0 3px #ffffff;
|
|
18379
18369
|
}
|
|
18380
18370
|
.bx--content-switcher-btn:focus::after {
|
|
18381
|
-
|
|
18382
|
-
clip-path: inset(3px 3px 3px 3px);
|
|
18371
|
+
clip-path: inset(3px 3px 3px 3px);
|
|
18383
18372
|
}
|
|
18384
18373
|
.bx--content-switcher-btn:hover {
|
|
18385
18374
|
color: #161616;
|
|
@@ -35568,8 +35557,7 @@ div.bx--toolbar-action.bx--toolbar-search-container-expandable > div.bx--search.
|
|
|
35568
35557
|
}
|
|
35569
35558
|
|
|
35570
35559
|
.bx--batch-actions:not(.bx--batch-actions--active) ~ .bx--toolbar-content {
|
|
35571
|
-
|
|
35572
|
-
clip-path: unset;
|
|
35560
|
+
clip-path: unset;
|
|
35573
35561
|
}
|
|
35574
35562
|
|
|
35575
35563
|
.iot--table-batch-actions {
|