@carbon/styles 1.115.0-rc.0 → 1.115.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/styles.css +2 -2
- package/css/styles.min.css +1 -1
- package/package.json +9 -9
- package/scss/components/card/_card.scss +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/styles",
|
|
3
3
|
"description": "Styles for the Carbon Design System",
|
|
4
|
-
"version": "1.115.0
|
|
4
|
+
"version": "1.115.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@carbon/colors": "^11.58.0
|
|
44
|
-
"@carbon/feature-flags": "^1.9.0
|
|
45
|
-
"@carbon/grid": "^11.62.0
|
|
46
|
-
"@carbon/layout": "^11.59.0
|
|
47
|
-
"@carbon/motion": "^11.52.0
|
|
48
|
-
"@carbon/themes": "^11.81.0
|
|
49
|
-
"@carbon/type": "^11.67.0
|
|
43
|
+
"@carbon/colors": "^11.58.0",
|
|
44
|
+
"@carbon/feature-flags": "^1.9.0",
|
|
45
|
+
"@carbon/grid": "^11.62.0",
|
|
46
|
+
"@carbon/layout": "^11.59.0",
|
|
47
|
+
"@carbon/motion": "^11.52.0",
|
|
48
|
+
"@carbon/themes": "^11.81.0",
|
|
49
|
+
"@carbon/type": "^11.67.0",
|
|
50
50
|
"@ibm/plex": "6.4.1",
|
|
51
51
|
"@ibm/plex-mono": "2.5.0",
|
|
52
52
|
"@ibm/plex-sans": "1.1.0",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"scss/**/*.css",
|
|
76
76
|
"css/**/*.css"
|
|
77
77
|
],
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "acdc7d80f45eb01c892b1697403726c4dbc24a57"
|
|
79
79
|
}
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
// ─── Label (nested inside __title via label prop on CardTitle) ─────────
|
|
246
|
-
.#{$prefix}--card__title
|
|
246
|
+
.#{$prefix}--card__title .#{$prefix}--card__label {
|
|
247
247
|
@include type-style('label-01');
|
|
248
248
|
|
|
249
249
|
color: $text-secondary;
|
|
@@ -340,7 +340,7 @@
|
|
|
340
340
|
}
|
|
341
341
|
|
|
342
342
|
// ─── Description (nested inside __title via description prop) ──────────
|
|
343
|
-
.#{$prefix}--card__title
|
|
343
|
+
.#{$prefix}--card__title .#{$prefix}--card__description {
|
|
344
344
|
@include type-style('label-01');
|
|
345
345
|
|
|
346
346
|
color: $text-secondary;
|