@deque/cauldron-styles 6.17.0 → 6.17.1-canary.6aff1fe1

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 -2
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -4104,7 +4104,7 @@ button.TooltipTabstop {
4104
4104
  --panel-border-color: var(--gray-40);
4105
4105
  --panel-background-color: var(--white);
4106
4106
  --panel-heading-color: var(--gray-90);
4107
- --panel-padding: var(--space-large);
4107
+ --panel-padding: var(--space-small);
4108
4108
  --panel-divider-border-color: var(--gray-40);
4109
4109
  --panel-content-color: var(--gray-80);
4110
4110
  }
@@ -4113,7 +4113,7 @@ button.TooltipTabstop {
4113
4113
  padding: var(--panel-padding);
4114
4114
  margin: 0;
4115
4115
  border: 1px solid var(--panel-border-color);
4116
- border-radius: 16px;
4116
+ border-radius: 3px;
4117
4117
  box-shadow: var(--drop-shadow-raised);
4118
4118
  background-color: var(--panel-background-color);
4119
4119
  word-break: break-word;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "6.17.0",
3
+ "version": "6.17.1-canary.6aff1fe1",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",