@deque/cauldron-styles 6.26.0-canary.99048cbd → 6.26.0-canary.aae50b7a

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 +0 -8
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -196,7 +196,6 @@
196
196
  :root {
197
197
  --workspace-background-color: #f0f2f5;
198
198
  --heading-text-color: var(--header-text-color-dark);
199
- --heading-font-family: var(--base-font-family);
200
199
  }
201
200
 
202
201
  .cauldron--theme-dark {
@@ -247,7 +246,6 @@ h5,
247
246
  h6,
248
247
  [role='heading'] {
249
248
  color: var(--heading-text-color);
250
- font-family: var(--heading-font-family);
251
249
  }
252
250
 
253
251
  ul {
@@ -1960,7 +1958,6 @@ a.IconButton {
1960
1958
  --dialog-vertical-offset: 6.25rem;
1961
1959
  --dialog-bottom-spacing: 1.875rem;
1962
1960
  --dialog-content-line-height: inherit;
1963
- --dialog-z-index: auto;
1964
1961
  }
1965
1962
 
1966
1963
  .cauldron--theme-dark {
@@ -1978,7 +1975,6 @@ a.IconButton {
1978
1975
  overflow-x: auto;
1979
1976
  position: fixed;
1980
1977
  top: 0;
1981
- z-index: var(--dialog-z-index);
1982
1978
  background-color: var(--scrim-background-color);
1983
1979
  }
1984
1980
 
@@ -2087,10 +2083,6 @@ a.IconButton {
2087
2083
  margin-bottom: 0;
2088
2084
  }
2089
2085
 
2090
- .Dialog__content .Field {
2091
- width: 100%;
2092
- }
2093
-
2094
2086
  .Dialog__footer {
2095
2087
  background-color: var(--dialog-footer-background-color);
2096
2088
  border-top: var(--dialog-footer-border);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "6.26.0-canary.99048cbd",
3
+ "version": "6.26.0-canary.aae50b7a",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",