@carbon/styles 1.101.0-rc.0 → 1.101.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.101.0
|
|
4
|
+
"version": "1.101.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.48.0",
|
|
44
44
|
"@carbon/feature-flags": "^1.0.0",
|
|
45
|
-
"@carbon/grid": "^11.
|
|
46
|
-
"@carbon/layout": "^11.
|
|
47
|
-
"@carbon/motion": "^11.
|
|
48
|
-
"@carbon/themes": "^11.69.0
|
|
49
|
-
"@carbon/type": "^11.55.0
|
|
45
|
+
"@carbon/grid": "^11.51.0",
|
|
46
|
+
"@carbon/layout": "^11.49.0",
|
|
47
|
+
"@carbon/motion": "^11.42.0",
|
|
48
|
+
"@carbon/themes": "^11.69.0",
|
|
49
|
+
"@carbon/type": "^11.55.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": "4f48ac426be7302a57460b1c81d74dd5d6071ad6"
|
|
79
79
|
}
|
|
@@ -87,6 +87,7 @@ $progress-indicator-bar-width: 1px inset transparent !default;
|
|
|
87
87
|
.#{$prefix}--progress-label {
|
|
88
88
|
@include type-style('body-compact-01');
|
|
89
89
|
|
|
90
|
+
display: block;
|
|
90
91
|
overflow: hidden;
|
|
91
92
|
margin: $spacing-03 0 0 0;
|
|
92
93
|
color: $text-primary;
|
|
@@ -115,9 +116,7 @@ $progress-indicator-bar-width: 1px inset transparent !default;
|
|
|
115
116
|
max-inline-size: 100%;
|
|
116
117
|
}
|
|
117
118
|
|
|
118
|
-
.#{$prefix}--progress-step-button
|
|
119
|
-
.#{$prefix}--progress-step-button--unclickable
|
|
120
|
-
) {
|
|
119
|
+
.#{$prefix}--progress-step-button {
|
|
121
120
|
&:focus {
|
|
122
121
|
outline: none;
|
|
123
122
|
}
|
|
@@ -125,10 +124,14 @@ $progress-indicator-bar-width: 1px inset transparent !default;
|
|
|
125
124
|
color: $focus;
|
|
126
125
|
outline: convert.to-rem(1px) solid $focus;
|
|
127
126
|
}
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.#{$prefix}--progress-step-button:not(
|
|
130
|
+
.#{$prefix}--progress-step-button--unclickable
|
|
131
|
+
)
|
|
128
132
|
.#{$prefix}--progress-label:active {
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
}
|
|
133
|
+
box-shadow: 0 convert.to-rem(1px) 0 0 $text-primary;
|
|
134
|
+
color: $text-primary;
|
|
132
135
|
}
|
|
133
136
|
|
|
134
137
|
//OVERFLOW STYLING
|
|
@@ -178,6 +181,7 @@ $progress-indicator-bar-width: 1px inset transparent !default;
|
|
|
178
181
|
@include type-style('label-01');
|
|
179
182
|
|
|
180
183
|
position: absolute;
|
|
184
|
+
display: block;
|
|
181
185
|
color: $text-secondary;
|
|
182
186
|
inset-inline-start: 0;
|
|
183
187
|
margin-block-start: convert.to-rem(28px);
|