@netfoundry/docusaurus-theme 0.10.17 → 0.10.19

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.
@@ -174,7 +174,7 @@
174
174
  transition: all 0.2s ease;
175
175
  border-radius: 8px;
176
176
  }
177
- .picker-link:hover { background: rgba(0, 118, 255, 0.06); transform: translateX(3px); text-decoration: none; }
177
+ .picker-link:hover { background: rgba(0, 118, 255, 0.06); text-decoration: none; }
178
178
  .picker-link strong { color: var(--ifm-font-color-base); font-size: 0.95rem; font-weight: 900; letter-spacing: -0.02em; display: block; text-decoration: none; }
179
179
  .picker-link span { color: #64748b; font-size: 0.82rem; display: block; margin-top: 2px; line-height: 1.35; text-decoration: none; }
180
180
  .nf-picker-panel--narrow .picker-link span { white-space: nowrap; }
@@ -174,7 +174,7 @@
174
174
  transition: all 0.2s ease;
175
175
  border-radius: 8px;
176
176
  }
177
- .picker-link:hover { background: rgba(0, 118, 255, 0.06); transform: translateX(3px); text-decoration: none; }
177
+ .picker-link:hover { background: rgba(0, 118, 255, 0.06); text-decoration: none; }
178
178
  .picker-link strong { color: var(--ifm-font-color-base); font-size: 0.95rem; font-weight: 900; letter-spacing: -0.02em; display: block; text-decoration: none; }
179
179
  .picker-link span { color: #64748b; font-size: 0.82rem; display: block; margin-top: 2px; line-height: 1.35; text-decoration: none; }
180
180
  .nf-picker-panel--narrow .picker-link span { white-space: nowrap; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netfoundry/docusaurus-theme",
3
- "version": "0.10.17",
3
+ "version": "0.10.19",
4
4
  "description": "NetFoundry Docusaurus theme with shared layout, footer, and styling",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",