@carbon/styles 1.36.0 → 1.37.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.36.0",
4
+ "version": "1.37.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": "34d9b328b856918ec5a3bfc720f4b3ba3d45daf4"
68
+ "gitHead": "5078eb5204b21763244768af3b0b283551561d47"
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-end;
226
+ align-items: flex-start;
227
227
  margin-top: $spacing-02;
228
228
  }
229
229
 
230
230
  .#{$prefix}--checkbox__invalid-icon {
231
- margin: 0 convert.to-rem(1px) 0 convert.to-rem(3px);
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-background-info, white-theme),
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-background-info, g-10),
132
+ value: map.get(notification.$notification-action-hover, g-10),
133
133
  ),
134
134
  (
135
135
  theme: themes.$g90,
@@ -27,10 +27,7 @@
27
27
 
28
28
  .#{$prefix}--time-picker__select {
29
29
  justify-content: center;
30
-
31
- &:not(:last-of-type) {
32
- margin: 0 $spacing-01;
33
- }
30
+ margin-left: $spacing-01;
34
31
  }
35
32
 
36
33
  .#{$prefix}--time-picker__input {