@deque/cauldron-styles 6.8.0-canary.5eb15fc6 → 6.8.0-canary.7d151c76

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
@@ -1228,6 +1228,7 @@ textarea.Field--has-error:focus:hover,
1228
1228
  grid-auto-flow: column;
1229
1229
  align-items: center;
1230
1230
  justify-items: center;
1231
+ justify-content: center;
1231
1232
  gap: var(--space-smallest);
1232
1233
  }
1233
1234
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "6.8.0-canary.5eb15fc6",
3
+ "version": "6.8.0-canary.7d151c76",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",