@deque/cauldron-styles 5.9.1 → 5.10.0

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 -1
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -69,7 +69,7 @@
69
69
  --info: var(--accent-info-light);
70
70
  --success: var(--accent-success-light);
71
71
  --focus-active: rgba(215, 30, 247, 0.25);
72
- --focus-glow: rgba(193, 27, 222, 0.75);
72
+ --focus-glow: rgba(181, 26, 209, 0.75);
73
73
  --metric-accent-low: var(--accent-danger-light);
74
74
  --metric-accent-mid: #8ba6c5;
75
75
  --metric-accent-full: var(--accent-success);
@@ -960,6 +960,7 @@ a.IconButton {
960
960
  width: var(--dialog-close-button-size);
961
961
  margin-right: var(--space-smallest);
962
962
  flex-shrink: 0;
963
+ position: relative;
963
964
  }
964
965
 
965
966
  .Dialog__close:active {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "5.9.1",
3
+ "version": "5.10.0",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",