@carbon/styles 1.109.0 → 1.110.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.109.0",
4
+ "version": "1.110.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.52.0",
44
- "@carbon/feature-flags": "^1.3.0",
45
- "@carbon/grid": "^11.56.0",
46
- "@carbon/layout": "^11.53.0",
47
- "@carbon/motion": "^11.46.0",
48
- "@carbon/themes": "^11.75.0",
49
- "@carbon/type": "^11.61.0",
43
+ "@carbon/colors": "^11.53.0-rc.0",
44
+ "@carbon/feature-flags": "^1.4.0-rc.0",
45
+ "@carbon/grid": "^11.57.0-rc.0",
46
+ "@carbon/layout": "^11.54.0-rc.0",
47
+ "@carbon/motion": "^11.47.0-rc.0",
48
+ "@carbon/themes": "^11.76.0-rc.0",
49
+ "@carbon/type": "^11.62.0-rc.0",
50
50
  "@ibm/plex": "6.4.1",
51
51
  "@ibm/plex-mono": "1.1.0",
52
52
  "@ibm/plex-sans": "1.1.0",
@@ -75,5 +75,5 @@
75
75
  "scss/**/*.css",
76
76
  "css/**/*.css"
77
77
  ],
78
- "gitHead": "a4c90a9dc15cc4f0e6a99b3c0001a7a25303b555"
78
+ "gitHead": "415bf87b56763dc172a38f310ee5536e70dd792b"
79
79
  }
@@ -85,12 +85,10 @@ $link-focus-text-color: custom-property.get-var(
85
85
  text-decoration: none;
86
86
  }
87
87
 
88
- .#{$prefix}--link.#{$prefix}--link--visited,
89
88
  .#{$prefix}--link.#{$prefix}--link--visited:visited {
90
89
  color: $link-visited-text-color;
91
90
  }
92
91
 
93
- .#{$prefix}--link.#{$prefix}--link--visited:hover,
94
92
  .#{$prefix}--link.#{$prefix}--link--visited:visited:hover {
95
93
  color: $link-hover-text-color;
96
94
  }
@@ -16,7 +16,7 @@
16
16
  /// @group menu-button
17
17
  @mixin menu-button {
18
18
  .#{$prefix}--menu-button__container {
19
- display: contents;
19
+ display: inline-flex;
20
20
  }
21
21
 
22
22
  .#{$prefix}--menu-button__trigger:not(.#{$prefix}--btn--ghost) {
@@ -13,6 +13,7 @@
13
13
  @use '../../theme' as *;
14
14
  @use '../../utilities/convert';
15
15
  @use '../../utilities/focus-outline' as *;
16
+ @use '../../utilities/layout';
16
17
 
17
18
  /// Multi select styles
18
19
  /// @access public
@@ -56,7 +57,7 @@
56
57
  .#{$prefix}--multi-select.#{$prefix}--multi-select--selectall
57
58
  .#{$prefix}--list-box__menu-item:first-child
58
59
  .#{$prefix}--list-box__menu-item__option {
59
- padding: 0.6875rem $spacing-05;
60
+ padding: calc((layout.size('height') - 1lh) / 2 - 1px) $spacing-05;
60
61
  margin: 0;
61
62
  border-block-end: 1px solid $border-subtle-01;
62
63
  }