@deque/cauldron-styles 6.24.0 → 6.25.0-canary.bc36343e

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 -4
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -1245,13 +1245,14 @@ textarea.Field--has-error:focus:hover,
1245
1245
  position: relative;
1246
1246
  text-align: center;
1247
1247
  min-height: var(--button-height);
1248
- min-width: 6.25rem;
1249
1248
  display: inline-grid;
1250
1249
  grid-auto-flow: column;
1251
1250
  align-items: center;
1252
1251
  justify-items: center;
1253
1252
  justify-content: center;
1254
1253
  gap: var(--space-smallest);
1254
+ min-width: -moz-max-content;
1255
+ min-width: max-content;
1255
1256
  }
1256
1257
 
1257
1258
  .Button--tag,
@@ -1468,7 +1469,8 @@ button.Link {
1468
1469
 
1469
1470
  .Button--thin {
1470
1471
  min-height: var(--button-thin-height);
1471
- min-width: 6.25rem;
1472
+ min-width: -moz-max-content;
1473
+ min-width: max-content;
1472
1474
  font-size: var(--button-thin-text-size);
1473
1475
  padding: 0 var(--space-small);
1474
1476
  }
@@ -2973,12 +2975,12 @@ button.TooltipTabstop {
2973
2975
  border-bottom: solid 1px var(--top-bar-border-bottom-color);
2974
2976
  }
2975
2977
 
2976
- .TopBar > ul > li:focus-within,
2978
+ .TopBar > ul > li:focus,
2977
2979
  .TopBar > ul > li:hover {
2978
2980
  outline: 0;
2979
2981
  }
2980
2982
 
2981
- .TopBar > ul > li:focus-within:before,
2983
+ .TopBar > ul > li:focus:before,
2982
2984
  .TopBar > ul > li:hover:before {
2983
2985
  content: '';
2984
2986
  position: absolute;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "6.24.0",
3
+ "version": "6.25.0-canary.bc36343e",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",