@carbon/styles 1.51.0 → 1.52.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.51.0",
4
+ "version": "1.52.0-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@carbon/colors": "^11.20.0",
42
- "@carbon/feature-flags": "^0.16.0",
42
+ "@carbon/feature-flags": "^0.17.0-rc.0",
43
43
  "@carbon/grid": "^11.21.0",
44
44
  "@carbon/layout": "^11.20.0",
45
45
  "@carbon/motion": "^11.16.0",
@@ -65,5 +65,5 @@
65
65
  "scss/**/*.css",
66
66
  "css/**/*.css"
67
67
  ],
68
- "gitHead": "957667fa7f197b544f6cb336814daa7074daaaee"
68
+ "gitHead": "be0fb52e96855034df55e03f8bc281fc38ef606c"
69
69
  }
@@ -16,6 +16,10 @@
16
16
  border-radius: convert.to-rem(24px);
17
17
  }
18
18
 
19
+ .#{$prefix}--chat-btn:not(.#{$prefix}--chat-btn--with-icon) {
20
+ padding-inline-end: convert.to-rem(15px);
21
+ }
22
+
19
23
  .#{$prefix}--chat-btn.#{$prefix}--btn--md {
20
24
  border-radius: convert.to-rem(20px);
21
25
  }
@@ -481,6 +481,9 @@
481
481
  background-color: transparent;
482
482
  border-block-end-color: $border-subtle;
483
483
  }
484
+ .#{$prefix}--dropdown--inline.#{$prefix}--dropdown--readonly {
485
+ border-block-end-color: transparent;
486
+ }
484
487
 
485
488
  .#{$prefix}--dropdown--readonly .#{$prefix}--list-box__field,
486
489
  .#{$prefix}--dropdown--readonly .#{$prefix}--list-box__menu-icon {
@@ -337,6 +337,7 @@
337
337
  @include focus-outline('reset');
338
338
 
339
339
  background-color: $layer;
340
+ color: $text-disabled;
340
341
  }
341
342
  }
342
343
 
@@ -65,6 +65,8 @@ $radio-border-width: 1px !default;
65
65
  .#{$prefix}--radio-button {
66
66
  @include visually-hidden;
67
67
 
68
+ margin-block-start: 0.9rem;
69
+ margin-inline-start: 0.63rem;
68
70
  visibility: inherit;
69
71
  }
70
72
 
@@ -566,6 +566,10 @@
566
566
  }
567
567
  }
568
568
 
569
+ .#{$prefix}--tabs--contained ~ .#{$prefix}--tab-content {
570
+ background: $layer;
571
+ }
572
+
569
573
  .#{$prefix}--tab-content--interactive {
570
574
  &:focus {
571
575
  outline: none;