@carbon/styles 1.36.0 → 1.36.1-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/css/styles.css +14 -10
- package/css/styles.min.css +1 -1
- package/package.json +2 -2
- package/scss/components/checkbox/_checkbox.scss +3 -2
- package/scss/components/data-table/action/_data-table-action.scss +4 -0
- package/scss/components/modal/_modal.scss +2 -1
- package/scss/components/notification/_tokens.scss +2 -2
- package/scss/components/time-picker/_time-picker.scss +1 -4
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.36.0",
|
|
4
|
+
"version": "1.36.1-rc.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"scss/**/*.css",
|
|
66
66
|
"css/**/*.css"
|
|
67
67
|
],
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "30f17c6417c64542e422b7959e6633d8ffa0e061"
|
|
69
69
|
}
|
|
@@ -223,12 +223,13 @@
|
|
|
223
223
|
.#{$prefix}--checkbox-group__validation-msg,
|
|
224
224
|
.#{$prefix}--checkbox__validation-msg {
|
|
225
225
|
display: none;
|
|
226
|
-
align-items: flex-
|
|
226
|
+
align-items: flex-start;
|
|
227
227
|
margin-top: $spacing-02;
|
|
228
228
|
}
|
|
229
229
|
|
|
230
230
|
.#{$prefix}--checkbox__invalid-icon {
|
|
231
|
-
|
|
231
|
+
min-width: convert.to-rem(16px);
|
|
232
|
+
margin: convert.to-rem(1px) convert.to-rem(1px) 0 convert.to-rem(3px);
|
|
232
233
|
fill: $support-error;
|
|
233
234
|
}
|
|
234
235
|
|
|
@@ -510,6 +510,10 @@
|
|
|
510
510
|
@include type-style('body-compact-01');
|
|
511
511
|
}
|
|
512
512
|
|
|
513
|
+
.#{$prefix}--batch-summary__divider {
|
|
514
|
+
padding-left: $spacing-03;
|
|
515
|
+
}
|
|
516
|
+
|
|
513
517
|
//-------------------------------------------------
|
|
514
518
|
//SMALL TOOLBAR
|
|
515
519
|
//-------------------------------------------------
|
|
@@ -63,7 +63,8 @@
|
|
|
63
63
|
.#{$prefix}--date-picker__input,
|
|
64
64
|
.#{$prefix}--multi-select,
|
|
65
65
|
.#{$prefix}--number__control-btn::before,
|
|
66
|
-
.#{$prefix}--number__control-btn::after
|
|
66
|
+
.#{$prefix}--number__control-btn::after,
|
|
67
|
+
.#{$prefix}--list-box input[role='combobox'] {
|
|
67
68
|
background-color: $field-02;
|
|
68
69
|
}
|
|
69
70
|
|
|
@@ -125,11 +125,11 @@ $notification-action-hover: (
|
|
|
125
125
|
values: (
|
|
126
126
|
(
|
|
127
127
|
theme: themes.$white,
|
|
128
|
-
value: map.get(notification.$notification-
|
|
128
|
+
value: map.get(notification.$notification-action-hover, white-theme),
|
|
129
129
|
),
|
|
130
130
|
(
|
|
131
131
|
theme: themes.$g10,
|
|
132
|
-
value: map.get(notification.$notification-
|
|
132
|
+
value: map.get(notification.$notification-action-hover, g-10),
|
|
133
133
|
),
|
|
134
134
|
(
|
|
135
135
|
theme: themes.$g90,
|