@deque/cauldron-styles 5.8.1-canary.ab6d02b3 → 5.8.1-canary.f20fcb40

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -4947,7 +4947,7 @@ button.Accordion__trigger {
4947
4947
  .Notice .Notice__title,
4948
4948
  .Notice .Notice__title > :is(h1, h2, h3, h4, h5, h6) {
4949
4949
  display: flex;
4950
- align-items: center;
4950
+ align-items: flex-start;
4951
4951
  font-size: var(--text-size-small);
4952
4952
  font-weight: var(--notice-title-font-weight);
4953
4953
  margin: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "5.8.1-canary.ab6d02b3",
3
+ "version": "5.8.1-canary.f20fcb40",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",