@carbon/styles 1.59.0-rc.0 → 1.60.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.60.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.
|
|
43
|
+
"@carbon/colors": "^11.23.0-rc.0",
|
|
44
44
|
"@carbon/feature-flags": "^0.20.0",
|
|
45
|
-
"@carbon/grid": "^11.
|
|
46
|
-
"@carbon/layout": "^11.
|
|
47
|
-
"@carbon/motion": "^11.
|
|
48
|
-
"@carbon/themes": "^11.
|
|
49
|
-
"@carbon/type": "^11.
|
|
45
|
+
"@carbon/grid": "^11.24.0-rc.0",
|
|
46
|
+
"@carbon/layout": "^11.23.0-rc.0",
|
|
47
|
+
"@carbon/motion": "^11.19.0-rc.0",
|
|
48
|
+
"@carbon/themes": "^11.37.0-rc.0",
|
|
49
|
+
"@carbon/type": "^11.28.0-rc.0",
|
|
50
50
|
"@ibm/plex": "6.0.0-next.6",
|
|
51
51
|
"@ibm/telemetry-js": "^1.5.0"
|
|
52
52
|
},
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"autoprefixer": "^10.4.7",
|
|
56
56
|
"browserslist-config-carbon": "^11.2.0",
|
|
57
57
|
"css": "^3.0.0",
|
|
58
|
-
"cssnano": "^
|
|
58
|
+
"cssnano": "^7.0.0",
|
|
59
59
|
"lodash.isequal": "^4.5.0",
|
|
60
60
|
"postcss": "^8.4.14",
|
|
61
61
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"scss/**/*.css",
|
|
69
69
|
"css/**/*.css"
|
|
70
70
|
],
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "3931acee4fc6da9481e5bef55ea6347a4b10e2fb"
|
|
72
72
|
}
|
|
@@ -112,6 +112,7 @@
|
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
.#{$prefix}--tab--overflow-nav-button svg {
|
|
115
|
+
z-index: 2;
|
|
115
116
|
fill: $icon-primary;
|
|
116
117
|
}
|
|
117
118
|
|
|
@@ -155,16 +156,16 @@
|
|
|
155
156
|
.#{$prefix}--tab--overflow-nav-button--previous::before {
|
|
156
157
|
position: absolute;
|
|
157
158
|
z-index: 1;
|
|
158
|
-
background:
|
|
159
|
+
background: $background;
|
|
159
160
|
block-size: 100%;
|
|
160
161
|
content: '';
|
|
161
|
-
inline-size: $spacing-
|
|
162
|
-
inset-inline-end:
|
|
162
|
+
inline-size: $spacing-08;
|
|
163
|
+
inset-inline-end: 0;
|
|
163
164
|
}
|
|
164
165
|
|
|
165
166
|
&.#{$prefix}--tabs--contained
|
|
166
167
|
.#{$prefix}--tab--overflow-nav-button--previous::before {
|
|
167
|
-
background
|
|
168
|
+
background: linear-gradient(
|
|
168
169
|
to left,
|
|
169
170
|
rgba(255, 255, 255, 0),
|
|
170
171
|
$layer-accent
|