@carbon/ibmdotcom-styles 2.15.0 → 2.16.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/dist/ibm-dotcom-styles.css +38 -14
- package/dist/ibm-dotcom-styles.min.css +2 -2
- package/package.json +2 -2
- package/scss/components/leadspace/_leadspace.scss +8 -8
- package/scss/components/pricing-table/_pricing-table.scss +6 -1
- package/scss/components/structured-list/_structured-list.scss +10 -1
- package/scss/components/tableofcontents/_table-of-contents.scss +5 -2
|
@@ -38853,8 +38853,8 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
38853
38853
|
font-size: 3.375rem;
|
|
38854
38854
|
font-size: calc(3.375rem + .375 * (100vw - 66rem)/ 16)
|
|
38855
38855
|
}
|
|
38856
|
-
:host(c4d-leadspace)[size=super] .c4d--
|
|
38857
|
-
block-size:
|
|
38856
|
+
:host(c4d-leadspace)[size=super] .c4d--leadspace--content__container {
|
|
38857
|
+
min-block-size: 38rem
|
|
38858
38858
|
}
|
|
38859
38859
|
}
|
|
38860
38860
|
@media (min-width:82rem) {
|
|
@@ -38878,8 +38878,8 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
38878
38878
|
:host(c4d-leadspace)[size=super] .c4d--leadspace__section {
|
|
38879
38879
|
min-block-size: 40rem
|
|
38880
38880
|
}
|
|
38881
|
-
:host(c4d-leadspace)[size=medium] .c4d--
|
|
38882
|
-
block-size:
|
|
38881
|
+
:host(c4d-leadspace)[size=medium] .c4d--leadspace--content__container {
|
|
38882
|
+
min-block-size: 28rem
|
|
38883
38883
|
}
|
|
38884
38884
|
:host(c4d-leadspace)[size=medium] ::slotted(c4d-leadspace-heading) {
|
|
38885
38885
|
-webkit-margin-after: 4rem;
|
|
@@ -38889,7 +38889,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
38889
38889
|
min-block-size: 30rem
|
|
38890
38890
|
}
|
|
38891
38891
|
:host(c4d-leadspace)[size=short] .c4d--leadspace__overlay {
|
|
38892
|
-
block-size: 20rem
|
|
38892
|
+
min-block-size: 20rem
|
|
38893
38893
|
}
|
|
38894
38894
|
:host(c4d-leadspace)[size=short] ::slotted(c4d-leadspace-heading) {
|
|
38895
38895
|
-webkit-margin-after: 4rem;
|
|
@@ -38903,8 +38903,8 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
38903
38903
|
-webkit-margin-after: 6rem;
|
|
38904
38904
|
margin-block-end: 6rem
|
|
38905
38905
|
}
|
|
38906
|
-
:host(c4d-leadspace)[size=tall] .c4d--
|
|
38907
|
-
block-size:
|
|
38906
|
+
:host(c4d-leadspace)[size=tall] .c4d--leadspace--content__container {
|
|
38907
|
+
min-block-size: 33rem
|
|
38908
38908
|
}
|
|
38909
38909
|
:host-context(c4d-leadspace[size=short]) .cds--image__img {
|
|
38910
38910
|
-o-object-position: left top;
|
|
@@ -46200,13 +46200,26 @@ cds-hr {
|
|
|
46200
46200
|
}
|
|
46201
46201
|
.cds--structured-list-cell-tooltip-icon svg,
|
|
46202
46202
|
:host(c4d-structured-list-cell) cds-tooltip-icon svg {
|
|
46203
|
+
-ms-flex-negative: 0;
|
|
46204
|
+
flex-shrink: 0;
|
|
46203
46205
|
fill: var(--cds-icon-secondary,#525252)
|
|
46204
46206
|
}
|
|
46205
|
-
.cds--structured-list-cell[icon][icon=checkmark],
|
|
46206
|
-
:host(c4d-structured-list-cell[icon])[icon=checkmark],
|
|
46207
|
-
[icon][icon=checkmark].cds--pricing-table-cell {
|
|
46207
|
+
.cds--structured-list-cell[icon][icon=checkmark] svg,
|
|
46208
|
+
:host(c4d-structured-list-cell[icon])[icon=checkmark] svg,
|
|
46209
|
+
[icon][icon=checkmark].cds--pricing-table-cell svg {
|
|
46208
46210
|
color: var(--cds-support-success,#24a148)
|
|
46209
46211
|
}
|
|
46212
|
+
.cds--structured-list-cell[icon] svg,
|
|
46213
|
+
:host(c4d-structured-list-cell[icon]) svg,
|
|
46214
|
+
[icon].cds--pricing-table-cell svg {
|
|
46215
|
+
-webkit-margin-end: .5rem;
|
|
46216
|
+
margin-inline-end: .5rem
|
|
46217
|
+
}
|
|
46218
|
+
.cds--structured-list-cell-icon-text-container {
|
|
46219
|
+
display: -webkit-box;
|
|
46220
|
+
display: -ms-flexbox;
|
|
46221
|
+
display: flex
|
|
46222
|
+
}
|
|
46210
46223
|
@-webkit-keyframes sticky-header-slide-in {
|
|
46211
46224
|
from {
|
|
46212
46225
|
inset-block-start: -100%
|
|
@@ -46444,9 +46457,15 @@ cds-hr {
|
|
|
46444
46457
|
-webkit-margin-before: 0;
|
|
46445
46458
|
margin-block-start: 0
|
|
46446
46459
|
}
|
|
46447
|
-
:host(c4d-pricing-table-cell[icon])[icon=checkmark] {
|
|
46460
|
+
:host(c4d-pricing-table-cell[icon])[icon=checkmark] svg {
|
|
46448
46461
|
color: var(--cds-support-success,#24a148)
|
|
46449
46462
|
}
|
|
46463
|
+
:host(c4d-pricing-table-cell[icon]) svg {
|
|
46464
|
+
-ms-flex-negative: 0;
|
|
46465
|
+
flex-shrink: 0;
|
|
46466
|
+
-webkit-margin-end: .5rem;
|
|
46467
|
+
margin-inline-end: .5rem
|
|
46468
|
+
}
|
|
46450
46469
|
.cds--pricing-table-highlight-label,
|
|
46451
46470
|
:host(c4d-pricing-table-highlight-label) {
|
|
46452
46471
|
font-size: var(--cds-body-compact-01-font-size,.875rem);
|
|
@@ -48615,11 +48634,16 @@ cds-hr {
|
|
|
48615
48634
|
.cds--tableofcontents__sidebar {
|
|
48616
48635
|
position: inherit;
|
|
48617
48636
|
z-index: 10;
|
|
48618
|
-
|
|
48619
|
-
|
|
48637
|
+
-webkit-box-sizing: border-box;
|
|
48638
|
+
box-sizing: border-box;
|
|
48639
|
+
inset-block-start: auto;
|
|
48640
|
+
-webkit-padding-start: 0;
|
|
48641
|
+
padding-inline-start: 0
|
|
48620
48642
|
}
|
|
48621
48643
|
.cds--tableofcontents__content {
|
|
48622
|
-
|
|
48644
|
+
-webkit-box-sizing: border-box;
|
|
48645
|
+
box-sizing: border-box;
|
|
48646
|
+
padding-block: 1rem 3rem
|
|
48623
48647
|
}
|
|
48624
48648
|
.cds--tableofcontents {
|
|
48625
48649
|
-webkit-margin-before: 2rem;
|