@deque/cauldron-styles 6.6.1-canary.cd63c05f → 6.6.1-canary.db04cb91

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 +9 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -3200,6 +3200,15 @@ button.TooltipTabstop {
3200
3200
  --code-border-color: var(--stroke-dark);
3201
3201
  }
3202
3202
 
3203
+ .Code__Header {
3204
+ display: flex;
3205
+ justify-content: space-between;
3206
+ align-items: center;
3207
+ margin-bottom: var(--space-smallest);
3208
+ font-weight: var(--font-weight-medium);
3209
+ font-size: var(--text-size-body);
3210
+ }
3211
+
3203
3212
  .Code.hljs {
3204
3213
  display: block;
3205
3214
  padding: var(--space-smaller);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "6.6.1-canary.cd63c05f",
3
+ "version": "6.6.1-canary.db04cb91",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",