@carbon/styles 1.99.0-rc.0 → 1.99.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.99.0
|
|
4
|
+
"version": "1.99.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.46.0
|
|
43
|
+
"@carbon/colors": "^11.46.0",
|
|
44
44
|
"@carbon/feature-flags": ">=0.32.0",
|
|
45
|
-
"@carbon/grid": "^11.49.0
|
|
46
|
-
"@carbon/layout": "^11.47.0
|
|
47
|
-
"@carbon/motion": "^11.40.0
|
|
48
|
-
"@carbon/themes": "^11.67.0
|
|
49
|
-
"@carbon/type": "^11.53.0
|
|
45
|
+
"@carbon/grid": "^11.49.0",
|
|
46
|
+
"@carbon/layout": "^11.47.0",
|
|
47
|
+
"@carbon/motion": "^11.40.0",
|
|
48
|
+
"@carbon/themes": "^11.67.0",
|
|
49
|
+
"@carbon/type": "^11.53.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": "f366448449df3d81c9bb63a8a842772d734c163a"
|
|
79
79
|
}
|
|
@@ -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;
|