@deque/cauldron-styles 6.18.4-canary.f4a0db5c → 6.18.5-canary.11d89de9

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -2084,7 +2084,7 @@ a.IconButton {
2084
2084
  outline-offset: 0;
2085
2085
  }
2086
2086
 
2087
- .Link:has(.Icon) {
2087
+ .Link:where(:has(.Icon)) {
2088
2088
  display: inline-flex;
2089
2089
  align-items: center;
2090
2090
  gap: var(--space-half);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "6.18.4-canary.f4a0db5c",
3
+ "version": "6.18.5-canary.11d89de9",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",