@carbon/ibmdotcom-styles 2.28.0 → 2.30.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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/ibmdotcom-styles",
|
|
3
3
|
"description": "Carbon for IBM.com Styles",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.30.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/ibm-dotcom-styles.min.css",
|
|
7
7
|
"module": "src/scss",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"sass": "~1.84.0",
|
|
49
49
|
"sass-loader": "^13.0.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "dc75154dea800f26a4d04808a49dbd5b4167f0b5"
|
|
52
52
|
}
|
|
@@ -639,6 +639,12 @@
|
|
|
639
639
|
}
|
|
640
640
|
}
|
|
641
641
|
|
|
642
|
+
//Contact card footer
|
|
643
|
+
:host(#{$c4d-prefix}-card-footer[cta-type='contact']),
|
|
644
|
+
:host(#{$c4d-prefix}-card-footer[cta-type='chat']) {
|
|
645
|
+
pointer-events: none;
|
|
646
|
+
}
|
|
647
|
+
|
|
642
648
|
// static card footer
|
|
643
649
|
:host(#{$c4d-prefix}-card-footer):not([parent-href]) {
|
|
644
650
|
.#{$prefix}--card__footer {
|