maidr 0.24.0__py3-none-any.whl → 0.25.0__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.
maidr/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
- __version__ = "0.24.0"
1
+ __version__ = "0.25.0"
2
2
 
3
3
  from .api import close, render, save_html, show, stacked
4
4
  from .core import Maidr
maidr/core/maidr.py CHANGED
@@ -241,7 +241,7 @@ class Maidr:
241
241
  def _inject_plot(plot: HTML, maidr: str, maidr_id) -> Tag:
242
242
  """Embed the plot and associated MAIDR scripts into the HTML structure."""
243
243
  # MAIDR_TS_CDN_URL = "http://localhost:8080/maidr.js" # DEMO URL
244
- MAIDR_TS_CDN_URL = "https://cdn.jsdelivr.net/npm/maidr-ts/dist/maidr.js"
244
+ MAIDR_TS_CDN_URL = "https://cdn.jsdelivr.net/npm/maidr/dist/maidr.js"
245
245
 
246
246
  script = f"""
247
247
  if (!document.querySelector('script[src="{MAIDR_TS_CDN_URL}"]'))
@@ -263,7 +263,7 @@ class Maidr:
263
263
  base_html = tags.div(
264
264
  tags.link(
265
265
  rel="stylesheet",
266
- href="https://cdn.jsdelivr.net/npm/maidr/dist/maidr_style.min.css",
266
+ href="https://cdn.jsdelivr.net/npm/maidr/dist/maidr_style.css",
267
267
  ),
268
268
  tags.script(script, type="text/javascript"),
269
269
  tags.div(plot),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: maidr
3
- Version: 0.24.0
3
+ Version: 0.25.0
4
4
  Summary: Multimodal Access and Interactive Data Representations
5
5
  License: GPL-3.0-or-later
6
6
  Keywords: accessibility,visualization,sonification,braille,tactile,multimodal,data representation,blind,low vision,visual impairments
@@ -1,4 +1,4 @@
1
- maidr/__init__.py,sha256=-yA29DZNIT5WC0TxaCRZ-3Ku1LE7bpCosV7ulb6-CnM,357
1
+ maidr/__init__.py,sha256=6sSiqeQYZAK9MRbz1a20o87cYKk8GbHgr_1jZnTJXpI,357
2
2
  maidr/api.py,sha256=GNyYSF8jEOsqCY4ZWLw3hh6RmRDewkWh6DJbzWfEwOA,1721
3
3
  maidr/core/__init__.py,sha256=WgxLpSEYMc4k3OyEOf1shOxfEq0ASzppEIZYmE91ThQ,25
4
4
  maidr/core/context_manager.py,sha256=6cT7ZGOApSpC-SLD2XZWWU_H08i-nfv-JUlzXOtvWYw,3374
@@ -7,7 +7,7 @@ maidr/core/enum/library.py,sha256=e8ujT_L-McJWfoVJd1ty9K_2bwITnf1j0GPLsnAcHes,10
7
7
  maidr/core/enum/maidr_key.py,sha256=ljG0omqzd8K8Yk213N7i7PXGvG-IOlnE5v7o6RoGJzc,795
8
8
  maidr/core/enum/plot_type.py,sha256=pyfyIwlq3taqe2Z1sVUSbMsTp5QTvYBlZXsMMMclEVM,293
9
9
  maidr/core/figure_manager.py,sha256=e6nI5pGqH0NM3yzt2jeiae4lrBlIOhkDN92GZJ3MNmk,3988
10
- maidr/core/maidr.py,sha256=lX2fLGNTroup8cT2aEYoCcyXNYticzbh-ufOugNsscM,12624
10
+ maidr/core/maidr.py,sha256=zkT2mkcW1NoipdiIXq7q-kl6gZ8WqSYU3i8AVzlJnJM,12617
11
11
  maidr/core/plot/__init__.py,sha256=xDIpRGM-4DfaSSL3nKcXrjdMecCHJ6en4K4nA_fPefQ,83
12
12
  maidr/core/plot/barplot.py,sha256=1HfoqyDGKIXkYQnCHN83Ye_faKpNQ3R4wjlbjD5jUyk,2092
13
13
  maidr/core/plot/boxplot.py,sha256=FjXiRdMfNj2czKs0vr8hPXr5SSu1CowyL9ZdWGbcC6s,9353
@@ -37,7 +37,7 @@ maidr/util/mixin/extractor_mixin.py,sha256=oHtwpmS5kARvaLrSO3DKTPQxyFUw9nOcKN7rz
37
37
  maidr/util/mixin/merger_mixin.py,sha256=V0qLw_6DUB7X6CQ3BCMpsCQX_ZuwAhoSTm_E4xAJFKM,712
38
38
  maidr/widget/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
39
39
  maidr/widget/shiny.py,sha256=wrrw2KAIpE_A6CNQGBtNHauR1DjenA_n47qlFXX9_rk,745
40
- maidr-0.24.0.dist-info/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
41
- maidr-0.24.0.dist-info/METADATA,sha256=ZBJhczT19i8z3905Hc0s9wGYzPv-hOlCajjXrkvWxGY,2688
42
- maidr-0.24.0.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
43
- maidr-0.24.0.dist-info/RECORD,,
40
+ maidr-0.25.0.dist-info/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
41
+ maidr-0.25.0.dist-info/METADATA,sha256=gAHaJ9ruobj8hkWlW5TfjbRHQj5q0hGQmBlkSH07A14,2688
42
+ maidr-0.25.0.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
43
+ maidr-0.25.0.dist-info/RECORD,,
File without changes