@deque/cauldron-styles 5.0.0-canary.147f3dd9 → 5.0.0-canary.2138beef

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
@@ -3647,6 +3647,7 @@ button.TooltipTabstop {
3647
3647
  color: var(--data-list-value-text-color);
3648
3648
  background-color: var(--data-list-value-background-color);
3649
3649
  font-weight: var(--font-weight-normal);
3650
+ word-break: break-word;
3650
3651
  }
3651
3652
 
3652
3653
  .DescriptionList__term,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "5.0.0-canary.147f3dd9",
3
+ "version": "5.0.0-canary.2138beef",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",