@carbon/styles 1.99.0-rc.0 → 1.100.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/styles",
|
|
3
3
|
"description": "Styles for the Carbon Design System",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.100.0-rc.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.
|
|
44
|
-
"@carbon/feature-flags": "
|
|
45
|
-
"@carbon/grid": "^11.
|
|
46
|
-
"@carbon/layout": "^11.
|
|
47
|
-
"@carbon/motion": "^11.
|
|
48
|
-
"@carbon/themes": "^11.
|
|
49
|
-
"@carbon/type": "^11.
|
|
43
|
+
"@carbon/colors": "^11.47.0-rc.0",
|
|
44
|
+
"@carbon/feature-flags": "0.33.0-rc.0",
|
|
45
|
+
"@carbon/grid": "^11.50.0-rc.0",
|
|
46
|
+
"@carbon/layout": "^11.48.0-rc.0",
|
|
47
|
+
"@carbon/motion": "^11.41.0-rc.0",
|
|
48
|
+
"@carbon/themes": "^11.68.0-rc.0",
|
|
49
|
+
"@carbon/type": "^11.54.0-rc.0",
|
|
50
50
|
"@ibm/plex": "6.0.0-next.6",
|
|
51
51
|
"@ibm/plex-mono": "1.1.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": "2878146d9047a6482e745e7279807c93855e9c09"
|
|
79
79
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
//
|
|
2
|
-
// Copyright IBM Corp. 2016,
|
|
2
|
+
// Copyright IBM Corp. 2016, 2026
|
|
3
3
|
//
|
|
4
4
|
// This source code is licensed under the Apache-2.0 license found in the
|
|
5
5
|
// LICENSE file in the root directory of this source tree.
|
|
@@ -326,6 +326,10 @@
|
|
|
326
326
|
padding: convert.to-rem(15px) 0;
|
|
327
327
|
}
|
|
328
328
|
|
|
329
|
+
.#{$prefix}--actionable-notification__focus-wrapper {
|
|
330
|
+
display: contents;
|
|
331
|
+
}
|
|
332
|
+
|
|
329
333
|
.#{$prefix}--actionable-notification__button-wrapper {
|
|
330
334
|
display: flex;
|
|
331
335
|
}
|
|
@@ -772,10 +772,15 @@
|
|
|
772
772
|
}
|
|
773
773
|
|
|
774
774
|
// Windows HCM fix
|
|
775
|
-
.#{$prefix}--tabs__nav-item
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
775
|
+
.#{$prefix}--tabs__nav-item--selected .#{$prefix}--tabs__nav-link,
|
|
776
|
+
.#{$prefix}--tabs__nav-item--selected.#{$prefix}--tabs__nav-link,
|
|
777
|
+
.#{$prefix}--tabs.#{$prefix}--tabs--contained
|
|
778
|
+
.#{$prefix}--tabs__nav-item--selected,
|
|
779
|
+
.#{$prefix}--tabs.#{$prefix}--tabs--contained
|
|
780
|
+
.#{$prefix}--tabs__nav-item--selected.#{$prefix}--tabs__nav-link {
|
|
781
|
+
@include high-contrast-mode {
|
|
782
|
+
background-color: SelectedItem;
|
|
783
|
+
}
|
|
779
784
|
}
|
|
780
785
|
|
|
781
786
|
.#{$prefix}--tabs
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
//
|
|
2
|
-
// Copyright IBM Corp. 2018,
|
|
2
|
+
// Copyright IBM Corp. 2018, 2026
|
|
3
3
|
//
|
|
4
4
|
// This source code is licensed under the Apache-2.0 license found in the
|
|
5
5
|
// LICENSE file in the root directory of this source tree.
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
|
|
18
18
|
@mixin toggletip() {
|
|
19
19
|
.#{$prefix}--toggletip-label {
|
|
20
|
-
@include type.type-style('
|
|
20
|
+
@include type.type-style('label-01');
|
|
21
21
|
|
|
22
22
|
color: theme.$text-secondary;
|
|
23
23
|
margin-inline-end: spacing.$spacing-03;
|