@deque/cauldron-styles 3.0.1-canary.58741b89 → 3.0.1-canary.b21ec32c

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
@@ -888,7 +888,7 @@ button.Link {
888
888
  }
889
889
 
890
890
  .Dialog__content {
891
- padding: calc(var(--space-small) - 4px) var(--dialog-padding);
891
+ padding: var(--dialog-padding);
892
892
  }
893
893
 
894
894
  .Dialog__content p:first-child {
@@ -940,6 +940,7 @@ button.Link {
940
940
  display: flex;
941
941
  justify-content: center;
942
942
  border-top: none;
943
+ padding-top: 0;
943
944
  }
944
945
 
945
946
  /* Dark Theme */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "3.0.1-canary.58741b89",
3
+ "version": "3.0.1-canary.b21ec32c",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",