@deque/cauldron-styles 5.2.0-canary.9f1a3f92 → 5.2.0-canary.a9c85dd2

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 +6 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -31,6 +31,7 @@
31
31
  --accent-warning: #ffdd75;
32
32
  --accent-warning-light: #ffa1a1;
33
33
  --accent-caution: #ffe69f;
34
+ --accent-warning-dark: #b88a00;
34
35
  --accent-info: #6cdaf2;
35
36
  --accent-info-light: #83e4fa;
36
37
  --accent-primary: #3c7aae;
@@ -2069,6 +2070,7 @@ p .Link {
2069
2070
  width: 100%;
2070
2071
  min-height: var(--select-min-height);
2071
2072
  padding: var(--space-three-quarters) var(--space-smallest);
2073
+ padding-right: var(--space-large);
2072
2074
  border: 1px solid var(--field-border-color);
2073
2075
  font-family: Roboto;
2074
2076
  font-weight: normal;
@@ -3864,6 +3866,10 @@ button.TooltipTabstop {
3864
3866
  var(--space-small) calc(var(--panel-padding) * -1);
3865
3867
  }
3866
3868
 
3869
+ .Panel__Heading + .Panel__Content {
3870
+ margin-top: calc(var(--panel-padding) * -1);
3871
+ }
3872
+
3867
3873
  .Panel__Header {
3868
3874
  margin: calc(var(--panel-padding) * -1) calc(var(--panel-padding) * -1) 0
3869
3875
  calc(var(--panel-padding) * -1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "5.2.0-canary.9f1a3f92",
3
+ "version": "5.2.0-canary.a9c85dd2",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",