@deque/cauldron-styles 6.26.0-canary.bd48a985 → 6.27.0-canary.2c4ec65c

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -2227,8 +2227,8 @@ a.IconButton {
2227
2227
  }
2228
2228
 
2229
2229
  .Link:where(:has(.Icon)) {
2230
- max-width: -moz-max-content;
2231
- max-width: max-content;
2230
+ width: -moz-fit-content;
2231
+ width: fit-content;
2232
2232
  display: inline-flex;
2233
2233
  align-items: center;
2234
2234
  gap: var(--space-half);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "6.26.0-canary.bd48a985",
3
+ "version": "6.27.0-canary.2c4ec65c",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",