@carbon/ibmdotcom-styles 2.14.0 → 2.15.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/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.15.0-rc.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/ibm-dotcom-styles.min.css",
|
|
7
7
|
"module": "src/scss",
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
"upgrade-carbon": "yarn upgrade-interactive @carbon/layout @carbon/styles @carbon/themes @carbon/icons-react --latest --exact"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@carbon/icons-react": "11.
|
|
34
|
-
"@carbon/layout": "11.
|
|
33
|
+
"@carbon/icons-react": "11.51.0",
|
|
34
|
+
"@carbon/layout": "11.27.0",
|
|
35
35
|
"@carbon/styles": "1.65.0",
|
|
36
36
|
"@carbon/type": "11.32.1",
|
|
37
37
|
"@ibm/telemetry-js": "^1.5.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@carbon/themes": "11.
|
|
40
|
+
"@carbon/themes": "11.42.0",
|
|
41
41
|
"del": "^6.0.0",
|
|
42
42
|
"gulp": "^4.0.2",
|
|
43
43
|
"gulp-autoprefixer": "^6.1.0",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"sass": "~1.79.0",
|
|
49
49
|
"sass-loader": "^13.0.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "33f3c47febe04af1ed94e9dc2f8ad4d4fda92e58"
|
|
52
52
|
}
|
|
@@ -166,6 +166,10 @@
|
|
|
166
166
|
content: '';
|
|
167
167
|
inset: 0;
|
|
168
168
|
}
|
|
169
|
+
|
|
170
|
+
.#{$prefix}--card__footer-wrapper {
|
|
171
|
+
margin-block-start: auto;
|
|
172
|
+
}
|
|
169
173
|
}
|
|
170
174
|
|
|
171
175
|
// Card with pictogram placement style
|
|
@@ -466,8 +470,6 @@
|
|
|
466
470
|
:host(#{$c4d-prefix}-card-in-card-footer) a,
|
|
467
471
|
:host(#{$c4d-prefix}-feature-card-footer) a,
|
|
468
472
|
:host(#{$c4d-prefix}-feature-cta-footer) a {
|
|
469
|
-
/* Moves the footer down to the bottom in the card */
|
|
470
|
-
margin-block-start: auto;
|
|
471
473
|
text-decoration: none;
|
|
472
474
|
|
|
473
475
|
&:focus {
|