al_folio_core 1.0.5 → 1.0.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 566d64497199ae021c6b80241c4bf25791fb6447a7e22ee0232fb74e2cd915bb
4
- data.tar.gz: 149241d6a27b9e51737e6b437c339c270f64abc379e0c2664976c200af94fb37
3
+ metadata.gz: 72cc440ddce6e0131c852364edaeb57bf3af33199bb68328be63adf6d0e0cb66
4
+ data.tar.gz: bea2ce28949a4cc159138a780446acb174b4cd02d532667275c2d1b4ef628f46
5
5
  SHA512:
6
- metadata.gz: 2eba8f9aeebd03783e40e1833ceba8990bae51bb068065603c8f9bba6d24c8286c11f14d5366021a7295cbb3e8dd5a565bbc65a752868e8dbe758d1f34a284b1
7
- data.tar.gz: 6dccbdc6e0ab582dcf00a5fe0dc64ecb8418bc97f9d6051dbb214ca6a1a28f217429ca8c5d51ec0cbf472007ba4c2da1041da61d212e10c10f70bedc2723a4b4
6
+ metadata.gz: fb32157ab9a3d595ee8371fd6b51d8a60492831f067238908ee5ac64127bed0c62038ce31356fd67adbf5faf842cd35a7e372a49f3212c29f9cb30efffc18d89
7
+ data.tar.gz: 2d521c401f846d0d45fc551b6be6457753b0f4a9336e442a8166cbbc9445866d124985fdd047bb3a30fadb62964162994c4e4f0c38a54a9c01e0d6e2e1e35590
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.6 - 2026-02-18
4
+
5
+ - Removed unnecessary navbar menu cross-axis alignment to keep the theme toggle vertically aligned with adjacent controls.
6
+ - Updated Tocbot sidebar styling to a Tocbot-native single-rail hierarchy (with al-folio colors) and removed custom per-link ridge markers.
7
+
3
8
  ## 1.0.5 - 2026-02-18
4
9
 
5
10
  - Restored right-aligned desktop navbar menu layout with explicit core-owned alignment classes.
data/_sass/_navbar.scss CHANGED
@@ -17,7 +17,6 @@
17
17
 
18
18
  .navbar-menu-list {
19
19
  margin-left: auto;
20
- align-items: center;
21
20
  }
22
21
  }
23
22
 
@@ -288,53 +288,38 @@ table[data-toggle="table"].af-table-enhanced tbody tr.af-row-selected {
288
288
  top: 5rem;
289
289
 
290
290
  &.toc > .toc-list {
291
- overflow: hidden;
292
- position: relative;
291
+ overflow: visible;
292
+ padding-left: 0.8rem;
293
293
  }
294
294
 
295
295
  .toc-list {
296
+ border-left: 1px solid color-mix(in srgb, var(--global-divider-color) 80%, transparent);
296
297
  list-style: none;
297
- margin: 0;
298
- padding-left: 0.9rem;
298
+ margin: 0.1rem 0;
299
+ padding-left: 0.8rem;
299
300
  }
300
301
 
301
302
  .toc-list .toc-list {
302
- margin-top: 0.15rem;
303
- margin-left: 0.55rem;
304
- padding-left: 0.8rem;
303
+ margin-top: 0.12rem;
304
+ margin-left: 0.4rem;
305
305
  }
306
306
 
307
307
  .toc-link {
308
308
  color: var(--global-text-color);
309
309
  display: block;
310
- position: relative;
311
- font-size: 0.78rem;
310
+ font-size: 0.8rem;
312
311
  line-height: 1.4;
313
- margin: 0.12rem 0;
314
- padding: 0.14rem 0.35rem 0.14rem 0.55rem;
315
- border-left: 0;
312
+ margin: 0;
313
+ padding: 0.14rem 0.25rem 0.14rem 0.4rem;
316
314
  transition:
317
315
  color 0.2s ease,
318
316
  font-weight 0.2s ease;
319
317
  transform: none;
320
318
 
321
- &::before {
322
- background-color: color-mix(in srgb, var(--global-divider-color) 85%, transparent);
323
- bottom: 0;
324
- left: 0;
325
- margin-top: 0;
326
- top: 0;
327
- width: 2px;
328
- }
329
-
330
319
  &:hover {
331
320
  color: var(--global-hover-color);
332
321
  text-decoration: none;
333
322
  transform: none;
334
-
335
- &::before {
336
- background-color: var(--global-hover-color);
337
- }
338
323
  }
339
324
  }
340
325
 
@@ -343,16 +328,8 @@ table[data-toggle="table"].af-table-enhanced tbody tr.af-row-selected {
343
328
  font-weight: 600;
344
329
  transform: none;
345
330
 
346
- &::before {
347
- background-color: var(--global-theme-color);
348
- }
349
-
350
331
  &:hover {
351
332
  color: var(--global-hover-color);
352
-
353
- &::before {
354
- background-color: var(--global-hover-color);
355
- }
356
333
  }
357
334
  }
358
335
  }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AlFolioCore
4
- VERSION = "1.0.5"
4
+ VERSION = "1.0.6"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: al_folio_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - al-folio maintainers