staticdash 2025.30__py3-none-any.whl → 2025.32__py3-none-any.whl

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.
staticdash/dashboard.py CHANGED
@@ -296,7 +296,7 @@ class Dashboard:
296
296
  with div(cls="sidebar-children"):
297
297
  self._render_sidebar(page.children, prefix, current_slug)
298
298
  else:
299
- a(page.title, cls=link_classes, href=page_href)
299
+ a(page.title, cls="nav-link", href=page_href)
300
300
 
301
301
  def publish(self, output_dir="output"):
302
302
  output_dir = os.path.abspath(output_dir)
@@ -314,11 +314,11 @@ class Dashboard:
314
314
  head.add(link(rel="stylesheet", href=f"{rel_prefix}assets/css/style.css"))
315
315
  head.add(script(type="text/javascript", src=f"{rel_prefix}assets/js/script.js"))
316
316
 
317
- # MathJax: config for $...$ and $$...$$, then local bundle
317
+ # MathJax: config for $...$ and $$...$$, then **SVG** bundle (no webfonts needed)
318
318
  head.add(raw_util(
319
319
  "<script>window.MathJax={tex:{inlineMath:[['$','$'],['\\\\(','\\\\)']],displayMath:[['$$','$$'],['\\\\[','\\\\]']]}};</script>"
320
320
  ))
321
- head.add(script(src=f"{rel_prefix}assets/vendor/mathjax/tex-mml-chtml.js"))
321
+ head.add(script(src=f"{rel_prefix}assets/vendor/mathjax/tex-svg.js"))
322
322
 
323
323
  # Prism (theme + core + languages) — all local
324
324
  head.add(link(rel="stylesheet", href=f"{rel_prefix}assets/vendor/prism/prism-tomorrow.min.css"))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: staticdash
3
- Version: 2025.30
3
+ Version: 2025.32
4
4
  Summary: A lightweight static HTML dashboard generator with Plotly and pandas support.
5
5
  Author-email: Brian Day <brian.day1@gmail.com>
6
6
  License: CC0-1.0
@@ -1,5 +1,5 @@
1
1
  staticdash/__init__.py,sha256=UN_-h8wFGfTPHYjnEb7N9CsxqXo-DQVo0cmREOtvRXE,244
2
- staticdash/dashboard.py,sha256=fPBaYAa1_rwr5vr8NBnMUvo01u6bl_zy7cxSj_mEi2A,17307
2
+ staticdash/dashboard.py,sha256=3rZEFVIOV0reB-5-TnL1RLkSE5fl43lIDOiYlwyPHXY,17322
3
3
  staticdash/assets/css/style.css,sha256=JCoEkEzDiGc29jjhtWBMv-cirwzSWgOpCviMVIm6x2s,6533
4
4
  staticdash/assets/js/script.js,sha256=7xBRlz_19wybbNVwAcfuKNXtDEojGB4EB0Yj4klsoTA,6998
5
5
  staticdash/assets/vendor/mathjax/tex-mml-chtml.js,sha256=MASABpB4tYktI2Oitl4t-78w_lyA-D7b_s9GEP0JOGI,1173007
@@ -13,7 +13,7 @@ staticdash/assets/vendor/prism/components/prism-json.min.js,sha256=lW2GuqWufsQQZ
13
13
  staticdash/assets/vendor/prism/components/prism-markup.min.js,sha256=h5_J0lbDUtmA4FOFf6cHMwhTuL-2fOKE6mYaJN7FdW4,2850
14
14
  staticdash/assets/vendor/prism/components/prism-python.min.js,sha256=7UOFaFvPLUk1yNu6tL3hZgPaEyngktK_NsPa3WfpqFw,2113
15
15
  staticdash/assets/vendor/prism/components/prism-sql.min.js,sha256=P8X4zmmVDsc63JcvBh30Kq6nj6pIZHCRNOoq3Ag_OjM,3261
16
- staticdash-2025.30.dist-info/METADATA,sha256=aacBNcVHyWYcVjM87FNY9r0ja_rR7olzveW7MXNDVYA,1960
17
- staticdash-2025.30.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
18
- staticdash-2025.30.dist-info/top_level.txt,sha256=3MzZU6SptkUkjcHV1cvPji0H4aRzPphLHnpStgGEcxM,11
19
- staticdash-2025.30.dist-info/RECORD,,
16
+ staticdash-2025.32.dist-info/METADATA,sha256=daKQktWHKe6WF5l7_x1wu7LocFKIVJtL7W9PtkYpysA,1960
17
+ staticdash-2025.32.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
18
+ staticdash-2025.32.dist-info/top_level.txt,sha256=3MzZU6SptkUkjcHV1cvPji0H4aRzPphLHnpStgGEcxM,11
19
+ staticdash-2025.32.dist-info/RECORD,,