reflex-components-plotly 0.9.1__tar.gz → 0.9.2__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: reflex-components-plotly
3
- Version: 0.9.1
3
+ Version: 0.9.2
4
4
  Summary: Reflex plotly components.
5
5
  Author-email: Khaleel Al-Adhami <khaleel@reflex.dev>
6
6
  Maintainer-email: Khaleel Al-Adhami <khaleel@reflex.dev>
@@ -72,7 +72,7 @@ class Plotly(NoSSRComponent):
72
72
 
73
73
  library = "react-plotly.js@2.6.0"
74
74
 
75
- lib_dependencies: list[str] = ["plotly.js@3.5.0"]
75
+ lib_dependencies: list[str] = ["plotly.js@3.5.1"]
76
76
 
77
77
  tag = "Plot"
78
78
 
@@ -325,7 +325,7 @@ class PlotlyBasic(Plotly):
325
325
 
326
326
  library = "react-plotly.js@2.6.0"
327
327
 
328
- lib_dependencies: list[str] = ["plotly.js-basic-dist-min@3.5.0"]
328
+ lib_dependencies: list[str] = ["plotly.js-basic-dist-min@3.5.1"]
329
329
 
330
330
  def add_imports(self) -> ImportDict | list[ImportDict]:
331
331
  """Add imports for the plotly basic component.
@@ -351,7 +351,7 @@ class PlotlyCartesian(Plotly):
351
351
 
352
352
  library = "react-plotly.js@2.6.0"
353
353
 
354
- lib_dependencies: list[str] = ["plotly.js-cartesian-dist-min@3.5.0"]
354
+ lib_dependencies: list[str] = ["plotly.js-cartesian-dist-min@3.5.1"]
355
355
 
356
356
  def add_imports(self) -> ImportDict | list[ImportDict]:
357
357
  """Add imports for the plotly cartesian component.
@@ -377,7 +377,7 @@ class PlotlyGeo(Plotly):
377
377
 
378
378
  library = "react-plotly.js@2.6.0"
379
379
 
380
- lib_dependencies: list[str] = ["plotly.js-geo-dist-min@3.5.0"]
380
+ lib_dependencies: list[str] = ["plotly.js-geo-dist-min@3.5.1"]
381
381
 
382
382
  def add_imports(self) -> ImportDict | list[ImportDict]:
383
383
  """Add imports for the plotly geo component.
@@ -403,7 +403,7 @@ class PlotlyGl3d(Plotly):
403
403
 
404
404
  library = "react-plotly.js@2.6.0"
405
405
 
406
- lib_dependencies: list[str] = ["plotly.js-gl3d-dist-min@3.5.0"]
406
+ lib_dependencies: list[str] = ["plotly.js-gl3d-dist-min@3.5.1"]
407
407
 
408
408
  def add_imports(self) -> ImportDict | list[ImportDict]:
409
409
  """Add imports for the plotly 3d component.
@@ -429,7 +429,7 @@ class PlotlyGl2d(Plotly):
429
429
 
430
430
  library = "react-plotly.js@2.6.0"
431
431
 
432
- lib_dependencies: list[str] = ["plotly.js-gl2d-dist-min@3.5.0"]
432
+ lib_dependencies: list[str] = ["plotly.js-gl2d-dist-min@3.5.1"]
433
433
 
434
434
  def add_imports(self) -> ImportDict | list[ImportDict]:
435
435
  """Add imports for the plotly 2d component.
@@ -455,7 +455,7 @@ class PlotlyMapbox(Plotly):
455
455
 
456
456
  library = "react-plotly.js@2.6.0"
457
457
 
458
- lib_dependencies: list[str] = ["plotly.js-mapbox-dist-min@3.5.0"]
458
+ lib_dependencies: list[str] = ["plotly.js-mapbox-dist-min@3.5.1"]
459
459
 
460
460
  def add_imports(self) -> ImportDict | list[ImportDict]:
461
461
  """Add imports for the plotly mapbox component.
@@ -481,7 +481,7 @@ class PlotlyFinance(Plotly):
481
481
 
482
482
  library = "react-plotly.js@2.6.0"
483
483
 
484
- lib_dependencies: list[str] = ["plotly.js-finance-dist-min@3.5.0"]
484
+ lib_dependencies: list[str] = ["plotly.js-finance-dist-min@3.5.1"]
485
485
 
486
486
  def add_imports(self) -> ImportDict | list[ImportDict]:
487
487
  """Add imports for the plotly finance component.
@@ -507,7 +507,7 @@ class PlotlyStrict(Plotly):
507
507
 
508
508
  library = "react-plotly.js@2.6.0"
509
509
 
510
- lib_dependencies: list[str] = ["plotly.js-strict-dist-min@3.5.0"]
510
+ lib_dependencies: list[str] = ["plotly.js-strict-dist-min@3.5.1"]
511
511
 
512
512
  def add_imports(self) -> ImportDict | list[ImportDict]:
513
513
  """Add imports for the plotly strict component.