@deque/cauldron-styles 5.2.0-canary.714a3a4b → 5.2.0-canary.7c90dbc6

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 -1
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -3479,7 +3479,7 @@ button.TooltipTabstop {
3479
3479
  font-size: var(--text-size-small);
3480
3480
  border-collapse: collapse;
3481
3481
  text-align: left;
3482
- width: 100%;
3482
+ width: var(--table-width, 100%);
3483
3483
  overflow-wrap: break-word;
3484
3484
  }
3485
3485
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "5.2.0-canary.714a3a4b",
3
+ "version": "5.2.0-canary.7c90dbc6",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",