@deque/cauldron-styles 6.23.3-canary.51d4d072 → 6.23.3-canary.9388747c

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.
Files changed (2) hide show
  1. package/dist/index.css +6 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -3830,6 +3830,12 @@ button.TooltipTabstop {
3830
3830
  outline-offset: unset;
3831
3831
  }
3832
3832
 
3833
+ /* Applies TableCell styles to a <TableHeader> with variant="cell". Only results in visual changes, not semantic ones. */
3834
+
3835
+ .TableHeader--cell-variant {
3836
+ font-weight: var(--font-weight-normal);
3837
+ }
3838
+
3833
3839
  /* These styles are not applying and will be deprecated */
3834
3840
 
3835
3841
  .TableHeader--sort-ascending .TableHeader__sort-button,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "6.23.3-canary.51d4d072",
3
+ "version": "6.23.3-canary.9388747c",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",