@deque/cauldron-styles 6.3.2-canary.b5ed8b0d → 6.3.2-canary.bbe8aaf3

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 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -5208,6 +5208,7 @@ button.Accordion__trigger {
5208
5208
  display: flex;
5209
5209
  flex-direction: column;
5210
5210
  width: var(--timeline-icon-size);
5211
+ flex-shrink: 0;
5211
5212
  --icon-size: var(--timeline-icon-size);
5212
5213
  }
5213
5214
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "6.3.2-canary.b5ed8b0d",
3
+ "version": "6.3.2-canary.bbe8aaf3",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",