@oxide/design-system 2.2.4 → 2.2.5--canary.54b4d88.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.
@@ -141,7 +141,8 @@
141
141
  @apply mb-2 mt-8 text-sans-lg text-raise;
142
142
  }
143
143
 
144
- .anchor {
144
+ .anchor,
145
+ .sectionanchor {
145
146
  position: absolute;
146
147
  margin-top: calc(var(--header-height) * -1 - 20px);
147
148
  visibility: hidden;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxide/design-system",
3
- "version": "2.2.4",
3
+ "version": "2.2.5--canary.54b4d88.0",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "type": "module",
6
6
  "sideEffects": false,