@deque/cauldron-styles 6.8.0-canary.1971a3b4 → 6.8.0-canary.62992eb1

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
@@ -5602,7 +5602,7 @@ button.Accordion__trigger {
5602
5602
  font-weight: var(--font-weight-medium);
5603
5603
  }
5604
5604
 
5605
- .Badge .Icon {
5605
+ .Badge > .Icon {
5606
5606
  margin: 0 var(--space-half) 0 -4px;
5607
5607
  }
5608
5608
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "6.8.0-canary.1971a3b4",
3
+ "version": "6.8.0-canary.62992eb1",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",