@carbon/ibm-products-styles 2.54.0-rc.0 → 2.55.0-rc.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/css/index-full-carbon.css +18 -14
- package/css/index-full-carbon.css.map +1 -1
- package/css/index-full-carbon.min.css +1 -1
- package/css/index-full-carbon.min.css.map +1 -1
- package/css/index-without-carbon-released-only.css +17 -4
- package/css/index-without-carbon-released-only.css.map +1 -1
- package/css/index-without-carbon-released-only.min.css +1 -1
- package/css/index-without-carbon-released-only.min.css.map +1 -1
- package/css/index-without-carbon.css +18 -14
- package/css/index-without-carbon.css.map +1 -1
- package/css/index-without-carbon.min.css +1 -1
- package/css/index-without-carbon.min.css.map +1 -1
- package/css/index.css +18 -14
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/package.json +3 -3
- package/scss/components/ConditionBuilder/_condition-builder.scss +0 -6
- package/scss/components/TagOverflow/_tag-overflow.scss +1 -6
- package/scss/components/Tearsheet/_tearsheet.scss +21 -6
|
@@ -3596,16 +3596,12 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
|
3596
3596
|
letter-spacing: var(--cds-heading-04-letter-spacing, 0);
|
|
3597
3597
|
}
|
|
3598
3598
|
.c4p--tearsheet .c4p--tearsheet__header-description {
|
|
3599
|
-
display: -webkit-box;
|
|
3600
|
-
overflow: hidden;
|
|
3601
3599
|
max-width: 100%;
|
|
3602
3600
|
margin-top: 1rem;
|
|
3603
3601
|
font-size: var(--cds-body-compact-01-font-size, 0.875rem);
|
|
3604
3602
|
font-weight: var(--cds-body-compact-01-font-weight, 400);
|
|
3605
3603
|
line-height: var(--cds-body-compact-01-line-height, 1.28572);
|
|
3606
3604
|
letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
|
|
3607
|
-
-webkit-box-orient: vertical;
|
|
3608
|
-
-webkit-line-clamp: 2;
|
|
3609
3605
|
word-break: break-word;
|
|
3610
3606
|
}
|
|
3611
3607
|
@media (min-width: 42rem) {
|
|
@@ -3613,6 +3609,23 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
|
3613
3609
|
max-width: 60%;
|
|
3614
3610
|
}
|
|
3615
3611
|
}
|
|
3612
|
+
.c4p--tearsheet .c4p--tearsheet__description-tooltip .cds--definition-term {
|
|
3613
|
+
border-bottom: 0;
|
|
3614
|
+
letter-spacing: inherit;
|
|
3615
|
+
word-break: break-word;
|
|
3616
|
+
}
|
|
3617
|
+
.c4p--tearsheet .c4p--tearsheet__description-tooltip {
|
|
3618
|
+
display: inline-flex;
|
|
3619
|
+
}
|
|
3620
|
+
.c4p--tearsheet .c4p--tearsheet__description-tooltip .cds--popover-content.cds--definition-tooltip {
|
|
3621
|
+
max-inline-size: fit-content;
|
|
3622
|
+
}
|
|
3623
|
+
.c4p--tearsheet .c4p--tearsheet__description-text {
|
|
3624
|
+
display: -webkit-box;
|
|
3625
|
+
overflow: hidden;
|
|
3626
|
+
-webkit-box-orient: vertical;
|
|
3627
|
+
-webkit-line-clamp: 2;
|
|
3628
|
+
}
|
|
3616
3629
|
.c4p--tearsheet.c4p--tearsheet--narrow .c4p--tearsheet__header-description {
|
|
3617
3630
|
margin-top: 0.5rem;
|
|
3618
3631
|
}
|
|
@@ -17639,13 +17652,8 @@ a.cds--side-nav__link--current::before {
|
|
|
17639
17652
|
color: var(--cds-text-error, #da1e28);
|
|
17640
17653
|
}
|
|
17641
17654
|
|
|
17642
|
-
.c4p--tag-
|
|
17655
|
+
.c4p--tag-overflow__visible-tags {
|
|
17643
17656
|
display: flex;
|
|
17644
|
-
width: 100%;
|
|
17645
|
-
min-width: 6rem;
|
|
17646
|
-
align-items: center;
|
|
17647
|
-
justify-content: flex-start;
|
|
17648
|
-
white-space: nowrap;
|
|
17649
17657
|
}
|
|
17650
17658
|
|
|
17651
17659
|
.c4p--tag-overflow--align-end {
|
|
@@ -20148,10 +20156,6 @@ html .c4p--filter-panel-accordion-item .cds--accordion__content {
|
|
|
20148
20156
|
margin-bottom: 0;
|
|
20149
20157
|
}
|
|
20150
20158
|
|
|
20151
|
-
.c4p--condition-builder {
|
|
20152
|
-
padding: 1.5rem;
|
|
20153
|
-
}
|
|
20154
|
-
|
|
20155
20159
|
.c4p--condition-builder__condition-builder__group {
|
|
20156
20160
|
display: flex;
|
|
20157
20161
|
}
|