@deque/cauldron-styles 6.23.2-canary.4a6f7d8e → 6.23.2-canary.5ab3d806

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
@@ -5945,6 +5945,7 @@ button.Accordion__trigger {
5945
5945
 
5946
5946
  .SectionHeader__content {
5947
5947
  display: grid;
5948
+ word-break: break-word;
5948
5949
  grid-template-columns: 1fr;
5949
5950
  grid-template-areas:
5950
5951
  'heading'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "6.23.2-canary.4a6f7d8e",
3
+ "version": "6.23.2-canary.5ab3d806",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",