@carbon/styles 1.71.0 → 1.72.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.71.0",
4
+ "version": "1.72.0-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -42,11 +42,11 @@
42
42
  "dependencies": {
43
43
  "@carbon/colors": "^11.28.0",
44
44
  "@carbon/feature-flags": "^0.24.0",
45
- "@carbon/grid": "^11.29.0",
45
+ "@carbon/grid": "^11.30.0-rc.0",
46
46
  "@carbon/layout": "^11.28.0",
47
47
  "@carbon/motion": "^11.24.0",
48
- "@carbon/themes": "^11.43.0",
49
- "@carbon/type": "^11.33.0",
48
+ "@carbon/themes": "^11.44.0-rc.0",
49
+ "@carbon/type": "^11.34.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": "4e89908b4bbb6b1c34543cb56f551f242a27d609"
78
+ "gitHead": "7b6d921583ff275baace5baa66da9d9b31740fa8"
79
79
  }
@@ -30,4 +30,10 @@
30
30
  background-color: $filter-hover-color;
31
31
  }
32
32
  }
33
+
34
+ .#{$prefix}--definition-term {
35
+ .#{$prefix}--tag__label {
36
+ color: $text-color;
37
+ }
38
+ }
33
39
  }
@@ -15,6 +15,7 @@
15
15
  @use '../../type' as *;
16
16
  @use '../../utilities/ai-gradient' as *;
17
17
  @use '../../utilities/button-reset';
18
+ @use '../../utilities/convert';
18
19
  @use '../../utilities/component-reset';
19
20
  @use '../../utilities/focus-outline' as *;
20
21
  @use '../../utilities/high-contrast-mode' as *;
@@ -131,8 +132,10 @@ $-icon-container-size: calc(#{layout.density('padding-inline')} * 2 + 1rem);
131
132
  .#{$prefix}--tile--clickable.#{$prefix}--link--disabled
132
133
  .#{$prefix}--tile--disabled-icon {
133
134
  position: absolute;
134
- inset-block-end: layout.density('padding-inline');
135
- inset-inline-end: layout.density('padding-inline');
135
+ block-size: convert.to-rem(20px);
136
+ inline-size: convert.to-rem(20px);
137
+ inset-block-end: convert.to-rem(12px);
138
+ inset-inline-end: convert.to-rem(12px);
136
139
  }
137
140
 
138
141
  .#{$prefix}--tile--clickable .#{$prefix}--tile--icon {