@refrakt-md/lumina 0.10.0 → 0.10.1

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@refrakt-md/lumina",
3
3
  "description": "Lumina theme for refrakt.md — design tokens, CSS, identity transform, and layout configs",
4
- "version": "0.10.0",
4
+ "version": "0.10.1",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -44,9 +44,9 @@
44
44
  "build": "tsc"
45
45
  },
46
46
  "dependencies": {
47
- "@refrakt-md/runes": "0.10.0",
48
- "@refrakt-md/transform": "0.10.0",
49
- "@refrakt-md/types": "0.10.0"
47
+ "@refrakt-md/runes": "0.10.1",
48
+ "@refrakt-md/transform": "0.10.1",
49
+ "@refrakt-md/types": "0.10.1"
50
50
  },
51
51
  "devDependencies": {
52
52
  "postcss": "^8.4.0"
@@ -13,6 +13,16 @@
13
13
  .rf-nav-group {
14
14
  margin-bottom: 1.75rem;
15
15
  }
16
+ /* Top-level items — product switcher links above groups */
17
+ .rf-nav__top-level {
18
+ padding-bottom: 1.25rem;
19
+ margin-bottom: 1.25rem;
20
+ border-bottom: 1px solid var(--rf-color-border);
21
+ }
22
+ .rf-nav__top-level .rf-nav-item__link {
23
+ font-weight: 600;
24
+ font-size: 0.9rem;
25
+ }
16
26
  .rf-nav-group h2,
17
27
  .rf-nav-group h3 {
18
28
  font-size: 0.7rem;