@carbon/styles 1.81.0-rc.0 → 1.81.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.81.0-rc.0",
4
+ "version": "1.81.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.33.0-rc.0",
43
+ "@carbon/colors": "^11.33.0",
44
44
  "@carbon/feature-flags": "^0.26.0",
45
- "@carbon/grid": "^11.36.0-rc.0",
46
- "@carbon/layout": "^11.34.0-rc.0",
47
- "@carbon/motion": "^11.28.0-rc.0",
48
- "@carbon/themes": "^11.52.0-rc.0",
49
- "@carbon/type": "^11.40.0-rc.0",
45
+ "@carbon/grid": "^11.36.0",
46
+ "@carbon/layout": "^11.34.0",
47
+ "@carbon/motion": "^11.28.0",
48
+ "@carbon/themes": "^11.52.0",
49
+ "@carbon/type": "^11.40.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": "3b78e2acacf62b0a9e5425e5f3b43e6798cd209f"
78
+ "gitHead": "ec31b96c91af8208499180eaeae89eb08b7ac8c8"
79
79
  }
@@ -244,6 +244,13 @@
244
244
  }
245
245
 
246
246
  // AILabel styles
247
+ .#{$prefix}--table-sort__header .#{$prefix}--ai-label,
248
+ .#{$prefix}--table-sort__header .#{$prefix}--slug,
249
+ .#{$prefix}--table-sort__header
250
+ .#{$prefix}--table-header-label--decorator-inner {
251
+ display: none;
252
+ }
253
+
247
254
  .#{$prefix}--table-sort__header--slug .#{$prefix}--table-sort__icon,
248
255
  .#{$prefix}--table-sort__header--slug .#{$prefix}--table-sort__icon-unsorted,
249
256
  .#{$prefix}--table-sort__header--ai-label .#{$prefix}--table-sort__icon,
@@ -260,6 +267,7 @@
260
267
  .#{$prefix}--table-header-label--decorator-inner,
261
268
  .#{$prefix}--table-sort__header--ai-label
262
269
  .#{$prefix}--table-header-label--decorator-inner {
270
+ display: block;
263
271
  margin-inline-end: convert.to-rem(8px);
264
272
  }
265
273
 
@@ -189,7 +189,11 @@
189
189
  .#{$prefix}--file-filename-tooltip {
190
190
  inline-size: -webkit-fill-available;
191
191
  padding-inline-start: $spacing-05;
192
- @document url-prefix() {
192
+
193
+ /* This is for targeting styles specific to firefox */
194
+ /* https://sass-lang.com/documentation/breaking-changes/moz-document/ */
195
+ /* stylelint-disable-next-line at-rule-no-vendor-prefix */
196
+ @-moz-document url-prefix() {
193
197
  inline-size: -moz-available;
194
198
  }
195
199
  }
@@ -197,7 +201,11 @@
197
201
 
198
202
  .#{$prefix}--file-filename-tooltip {
199
203
  inline-size: -webkit-fill-available;
200
- @document url-prefix() {
204
+
205
+ /* This is for targeting styles specific to firefox */
206
+ /* https://sass-lang.com/documentation/breaking-changes/moz-document/ */
207
+ /* stylelint-disable-next-line at-rule-no-vendor-prefix */
208
+ @-moz-document url-prefix() {
201
209
  inline-size: -moz-available;
202
210
  }
203
211
  }
@@ -217,7 +225,10 @@
217
225
  text-overflow: ellipsis;
218
226
  white-space: nowrap;
219
227
 
220
- @document url-prefix() {
228
+ /* This is for targeting styles specific to firefox */
229
+ /* https://sass-lang.com/documentation/breaking-changes/moz-document/ */
230
+ /* stylelint-disable-next-line at-rule-no-vendor-prefix */
231
+ @-moz-document url-prefix() {
221
232
  inline-size: -moz-available;
222
233
  }
223
234
  }