carbon-addons-iot-react 5.1.0 → 5.1.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/css/carbon-addons-iot-react.css +17 -0
- package/css/carbon-addons-iot-react.css.map +1 -1
- package/es/components/Card/DataStateRenderer.js +1 -1
- package/es/components/PageTitleBar/PageTitleBar.js +22 -3
- package/es/constants/LayoutConstants.js +1 -0
- package/lib/components/Card/DataStateRenderer.js +1 -1
- package/lib/components/PageTitleBar/PageTitleBar.js +21 -2
- package/lib/constants/LayoutConstants.js +1 -0
- package/lib/css/carbon-addons-iot-react.css +17 -0
- package/lib/css/carbon-addons-iot-react.css.map +1 -1
- package/lib/scss/components/Breadcrumb/_breadcrumb.scss +8 -0
- package/lib/scss/components/PageTitleBar/_page-title-bar.scss +13 -0
- package/package.json +2 -2
- package/scss/components/Breadcrumb/_breadcrumb.scss +8 -0
- package/scss/components/PageTitleBar/_page-title-bar.scss +13 -0
- package/umd/carbon-addons-iot-react.js +22 -3
|
@@ -9315,12 +9315,19 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
9315
9315
|
box-shadow: none;
|
|
9316
9316
|
}
|
|
9317
9317
|
|
|
9318
|
+
.breadcrumb--overflow-items {
|
|
9319
|
+
max-height: 75%;
|
|
9320
|
+
overflow-y: scroll;
|
|
9321
|
+
}
|
|
9318
9322
|
.breadcrumb--overflow-items.cds--overflow-menu-options--open {
|
|
9319
9323
|
transform: translate(-45%, 1rem);
|
|
9320
9324
|
}
|
|
9321
9325
|
.breadcrumb--overflow-items.cds--overflow-menu-options--open:focus {
|
|
9322
9326
|
outline: none;
|
|
9323
9327
|
}
|
|
9328
|
+
.breadcrumb--overflow-items .cds--overflow-menu-options__option {
|
|
9329
|
+
min-height: 2.5rem;
|
|
9330
|
+
}
|
|
9324
9331
|
.breadcrumb--overflow-items.cds--overflow-menu-options::after, .breadcrumb--overflow-items.cds--overflow-menu-options[data-floating-menu-direction=bottom]::after {
|
|
9325
9332
|
transform: translate(-50%, -8px);
|
|
9326
9333
|
background: none;
|
|
@@ -30868,6 +30875,16 @@ html[dir=rtl] .cds--number .cds--number__controls {
|
|
|
30868
30875
|
[dir=rtl] .page-title-bar-breadcrumb > nav .cds--breadcrumb-item:first-child {
|
|
30869
30876
|
margin-right: 0;
|
|
30870
30877
|
}
|
|
30878
|
+
.page-title-bar-breadcrumb--overflow {
|
|
30879
|
+
display: block;
|
|
30880
|
+
overflow-x: hidden;
|
|
30881
|
+
}
|
|
30882
|
+
.page-title-bar-breadcrumb--overflow .cds--popover-container {
|
|
30883
|
+
position: absolute;
|
|
30884
|
+
}
|
|
30885
|
+
.page-title-bar-breadcrumb--overflow .breadcrumb--overflow:after {
|
|
30886
|
+
margin-left: 1.5rem;
|
|
30887
|
+
}
|
|
30871
30888
|
.page-title-bar-breadcrumb .page-title-bar-breadcrumb-current {
|
|
30872
30889
|
--breadcrumb-scroll-distance: 20px;
|
|
30873
30890
|
white-space: nowrap;
|