@deque/cauldron-styles 6.23.1-canary.b3702f53 → 6.23.1-canary.cf5c248f

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 +2 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -2002,6 +2002,7 @@ a.IconButton {
2002
2002
  display: flex;
2003
2003
  align-items: center;
2004
2004
  margin-left: var(--dialog-padding);
2005
+ word-break: break-word;
2005
2006
  }
2006
2007
 
2007
2008
  .Dialog__close {
@@ -6005,6 +6006,7 @@ button.Accordion__trigger {
6005
6006
  padding: 0;
6006
6007
  color: var(--page-header-overline-color);
6007
6008
  font-size: var(--text-size-base);
6009
+ word-break: break-word;
6008
6010
  }
6009
6011
 
6010
6012
  :root {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "6.23.1-canary.b3702f53",
3
+ "version": "6.23.1-canary.cf5c248f",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",