@carbon/styles 1.87.0 → 1.88.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.87.0",
4
+ "version": "1.88.0-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.37.0",
43
+ "@carbon/colors": "^11.38.0-rc.0",
44
44
  "@carbon/feature-flags": "^0.29.0",
45
- "@carbon/grid": "^11.40.0",
46
- "@carbon/layout": "^11.38.0",
47
- "@carbon/motion": "^11.32.0",
48
- "@carbon/themes": "^11.57.0",
49
- "@carbon/type": "^11.44.0",
45
+ "@carbon/grid": "^11.41.0-rc.0",
46
+ "@carbon/layout": "^11.39.0-rc.0",
47
+ "@carbon/motion": "^11.33.0-rc.0",
48
+ "@carbon/themes": "^11.58.0-rc.0",
49
+ "@carbon/type": "^11.45.0-rc.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": "6568a3389c2a82348c693b167b511dea66b7b269"
78
+ "gitHead": "babd7a9692f8c0595b67877417d7ebf915e19b20"
79
79
  }
@@ -233,7 +233,7 @@ $input-label-weight: 400 !default;
233
233
  @include type-style('helper-text-01');
234
234
 
235
235
  z-index: 0;
236
- color: $text-secondary;
236
+ color: $text-helper;
237
237
  // Added to prevent error text from displaying under helper text in Safari (#6392)
238
238
  inline-size: 100%;
239
239
  margin-block-start: $spacing-02;
@@ -16,7 +16,7 @@
16
16
  /// @group menu-button
17
17
  @mixin menu-button {
18
18
  .#{$prefix}--menu-button__container {
19
- display: inline-block;
19
+ display: contents;
20
20
  }
21
21
 
22
22
  .#{$prefix}--menu-button__trigger:not(.#{$prefix}--btn--ghost) {
@@ -61,10 +61,6 @@
61
61
  background-color: $field-02;
62
62
  }
63
63
 
64
- .#{$prefix}--text-area--invalid {
65
- padding-inline-end: $spacing-08;
66
- }
67
-
68
64
  .#{$prefix}--text-area__wrapper {
69
65
  @include layout.use('density', $default: 'normal');
70
66
 
@@ -106,7 +102,6 @@
106
102
  }
107
103
 
108
104
  .#{$prefix}--form-item {
109
- position: relative;
110
105
  &:has(.#{$prefix}--text-area__wrapper--cols) {
111
106
  inline-size: fit-content;
112
107
  }
@@ -248,8 +243,4 @@
248
243
  justify-content: space-between;
249
244
  inline-size: 100%;
250
245
  }
251
- .#{$prefix}--form-requirement {
252
- position: absolute;
253
- inset-block-start: 100%;
254
- }
255
246
  }
@@ -38,10 +38,6 @@ $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
- }
45
41
  }
46
42
 
47
43
  @mixin definition-tooltip {