@carbon/styles 1.53.1 → 1.54.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.53.1",
4
+ "version": "1.54.0",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -41,11 +41,11 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@carbon/colors": "^11.21.0",
44
- "@carbon/feature-flags": "^0.18.0",
44
+ "@carbon/feature-flags": "^0.19.0",
45
45
  "@carbon/grid": "^11.22.0",
46
46
  "@carbon/layout": "^11.21.0",
47
47
  "@carbon/motion": "^11.17.0",
48
- "@carbon/themes": "^11.33.1",
48
+ "@carbon/themes": "^11.34.0",
49
49
  "@carbon/type": "^11.26.0",
50
50
  "@ibm/plex": "6.0.0-next.6",
51
51
  "@ibm/telemetry-js": "^1.2.1"
@@ -68,5 +68,5 @@
68
68
  "scss/**/*.css",
69
69
  "css/**/*.css"
70
70
  ],
71
- "gitHead": "56291fbf93e5fe5a8b75cdc162131784cdc57947"
71
+ "gitHead": "4bdd6802dd612af764ef76162141333d35bd84f4"
72
72
  }
@@ -13,6 +13,7 @@
13
13
  'enable-v11-release': true,
14
14
  'enable-experimental-tile-contrast': false,
15
15
  'enable-v12-tile-radio-icons': false,
16
+ 'enable-v12-structured-list-visible-icons': false,
16
17
  )
17
18
  !default
18
19
  );
@@ -120,11 +120,17 @@
120
120
  color: $text-primary;
121
121
  }
122
122
 
123
- .#{$prefix}--data-table tr:hover .#{$prefix}--link {
123
+ .#{$prefix}--data-table
124
+ tr
125
+ + :not(.#{$prefix}--popover-container):hover
126
+ .#{$prefix}--link {
124
127
  color: $link-secondary;
125
128
  }
126
129
 
127
- .#{$prefix}--data-table tr:hover .#{$prefix}--link--disabled {
130
+ .#{$prefix}--data-table
131
+ tr
132
+ + :not(.#{$prefix}--popover-container):hover
133
+ .#{$prefix}--link--disabled {
128
134
  color: $text-disabled;
129
135
  }
130
136
 
@@ -272,8 +272,9 @@
272
272
  background-color: $field-hover;
273
273
  }
274
274
 
275
+ .#{$prefix}--toolbar-action[aria-expanded='true'],
275
276
  .#{$prefix}--toolbar-action:hover[aria-expanded='true'] {
276
- background-color: $layer;
277
+ background-color: $layer-02;
277
278
  }
278
279
 
279
280
  .#{$prefix}--toolbar-action[disabled] {
@@ -315,6 +316,14 @@
315
316
  max-inline-size: $spacing-05;
316
317
  }
317
318
 
319
+ //-------------------------------------------------
320
+ //TOOLBAR Menu
321
+ //-------------------------------------------------
322
+ .#{$prefix}--toolbar-action__menu,
323
+ .#{$prefix}--toolbar-action__menu.#{$prefix}--overflow-menu-options::after {
324
+ background-color: $layer-02;
325
+ }
326
+
318
327
  //-------------------------------------------------
319
328
  //PERSISTENT SEARCH - OPTIONAL TOOLBAR
320
329
  //-------------------------------------------------
@@ -177,6 +177,7 @@
177
177
 
178
178
  .#{$prefix}--date-picker__input:disabled ~ .#{$prefix}--date-picker__icon {
179
179
  cursor: not-allowed;
180
+ fill: $icon-disabled;
180
181
  }
181
182
 
182
183
  .#{$prefix}--date-picker--range
@@ -65,11 +65,11 @@ $link-focus-text-color: custom-property.get-var(
65
65
  }
66
66
 
67
67
  &:visited {
68
- color: $link-visited-text-color;
68
+ color: $link-text-color;
69
69
  }
70
70
 
71
71
  &:visited:hover {
72
- color: $link-visited-text-color;
72
+ color: $link-hover-text-color;
73
73
  }
74
74
  }
75
75
 
@@ -1050,11 +1050,11 @@ $list-box-menu-width: convert.to-rem(300px);
1050
1050
 
1051
1051
  .#{$prefix}--list-box__wrapper--slug:has(.#{$prefix}--multi-select)
1052
1052
  .#{$prefix}--list-box__menu-icon {
1053
- inset-inline-end: calc($spacing-04 - 4px);
1053
+ inset-inline-end: $spacing-04;
1054
1054
  }
1055
1055
 
1056
1056
  .#{$prefix}--list-box__wrapper--slug:has(.#{$prefix}--dropdown)
1057
1057
  .#{$prefix}--list-box__menu-icon {
1058
- inset-inline-end: calc($spacing-04 - 4px);
1058
+ inset-inline-end: $spacing-04;
1059
1059
  }
1060
1060
  }
@@ -190,6 +190,16 @@
190
190
  opacity: 1;
191
191
  }
192
192
 
193
+ .#{$prefix}--actionable-notification--warning
194
+ .#{$prefix}--inline-notification__icon
195
+ path[opacity='0'],
196
+ .#{$prefix}--actionable-notification--warning-alt
197
+ .#{$prefix}--inline-notification__icon
198
+ path:first-of-type {
199
+ fill: $black-100;
200
+ opacity: 1;
201
+ }
202
+
193
203
  .#{$prefix}--actionable-notification__details {
194
204
  display: flex;
195
205
  flex-grow: 1;