@carbon/styles 1.86.0-rc.0 → 1.86.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/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.86.0-rc.0",
4
+ "version": "1.86.1-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.35.0",
44
- "@carbon/feature-flags": "^0.28.0-rc.0",
45
- "@carbon/grid": "^11.38.0",
46
- "@carbon/layout": "^11.36.0",
47
- "@carbon/motion": "^11.30.0",
48
- "@carbon/themes": "^11.55.0",
49
- "@carbon/type": "^11.42.0",
43
+ "@carbon/colors": "^11.36.0",
44
+ "@carbon/feature-flags": "^0.28.1-rc.0",
45
+ "@carbon/grid": "^11.39.0",
46
+ "@carbon/layout": "^11.37.0",
47
+ "@carbon/motion": "^11.31.0",
48
+ "@carbon/themes": "^11.56.0",
49
+ "@carbon/type": "^11.43.0",
50
50
  "@ibm/plex": "6.0.0-next.6",
51
51
  "@ibm/plex-mono": "0.0.3-alpha.0",
52
52
  "@ibm/plex-sans": "0.0.3-alpha.0",
@@ -75,5 +75,5 @@
75
75
  "scss/**/*.css",
76
76
  "css/**/*.css"
77
77
  ],
78
- "gitHead": "ae3d208825a90cb5c4ee316fabaa3282679a0b59"
78
+ "gitHead": "c0c7a3adc9f05f3a1bfb0d53316167c6a7262e6e"
79
79
  }
@@ -121,6 +121,7 @@ $content-padding: 0 0 0 $spacing-05 !default;
121
121
 
122
122
  // Disabled styles
123
123
  .#{$prefix}--accordion__heading[disabled] {
124
+ background-color: transparent;
124
125
  color: $text-disabled;
125
126
  cursor: not-allowed;
126
127
  }
@@ -38,6 +38,10 @@ $tooltip-padding-inline: custom-property.get-var(
38
38
  max-inline-size: convert.to-rem(288px);
39
39
  overflow-wrap: break-word;
40
40
  }
41
+
42
+ .#{$prefix}--tooltip-content--multiline {
43
+ padding: $tooltip-padding-inline;
44
+ }
41
45
  }
42
46
 
43
47
  @mixin definition-tooltip {