dara-components 1.16.22__py3-none-any.whl → 1.16.23__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.
- dara/components/common/__init__.py +2 -1
- dara/components/common/radio_group.py +22 -9
- dara/components/umd/dara.components.umd.js +43698 -43503
- {dara_components-1.16.22.dist-info → dara_components-1.16.23.dist-info}/METADATA +3 -3
- {dara_components-1.16.22.dist-info → dara_components-1.16.23.dist-info}/RECORD +7 -7
- {dara_components-1.16.22.dist-info → dara_components-1.16.23.dist-info}/LICENSE +0 -0
- {dara_components-1.16.22.dist-info → dara_components-1.16.23.dist-info}/WHEEL +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dara-components
|
|
3
|
-
Version: 1.16.
|
|
3
|
+
Version: 1.16.23
|
|
4
4
|
Summary: Components for the Dara Framework
|
|
5
5
|
Home-page: https://dara.causalens.com/
|
|
6
6
|
License: Apache-2.0
|
|
@@ -16,7 +16,7 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
16
16
|
Requires-Dist: bokeh (>=3.1.0,<3.2.0)
|
|
17
17
|
Requires-Dist: cai-causal-graph (>=0.3.6)
|
|
18
18
|
Requires-Dist: certifi (>=2024.7.4)
|
|
19
|
-
Requires-Dist: dara-core (==1.16.
|
|
19
|
+
Requires-Dist: dara-core (==1.16.23)
|
|
20
20
|
Requires-Dist: dill (>=0.3.0,<0.4.0)
|
|
21
21
|
Requires-Dist: matplotlib (>=2.0.0)
|
|
22
22
|
Requires-Dist: pandas (>=1.1.0,<3.0.0)
|
|
@@ -28,7 +28,7 @@ Description-Content-Type: text/markdown
|
|
|
28
28
|
|
|
29
29
|
# Dara Components
|
|
30
30
|
|
|
31
|
-
<img src="https://github.com/causalens/dara/blob/v1.16.
|
|
31
|
+
<img src="https://github.com/causalens/dara/blob/v1.16.23/img/dara_light.svg?raw=true">
|
|
32
32
|
|
|
33
33
|

|
|
34
34
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
dara/components/__init__.py,sha256=cZ2I2cKNPiSlzs0C1ZXu3i3kmCrcqgWoHkhl8Jg_e24,1346
|
|
2
|
-
dara/components/common/__init__.py,sha256=
|
|
2
|
+
dara/components/common/__init__.py,sha256=Nts8bgfKWNYpJnGWXfbh-F9awKDBF4A9SFn-mOMKmTk,3943
|
|
3
3
|
dara/components/common/accordion.py,sha256=dDOTktGpy4lp16OfXWBK8Gr2gD6Njdipke7Ycqk6Hho,9584
|
|
4
4
|
dara/components/common/anchor.py,sha256=pcQNFG7xnf12jQnGROgyLlvwmvlsVGo8olxQVu3fXMI,2791
|
|
5
5
|
dara/components/common/base_component.py,sha256=4AVH2CSeI8zzraji4C1edEtcLAb5cHfMfYpzZEoxnnk,4645
|
|
@@ -28,7 +28,7 @@ dara/components/common/modal.py,sha256=x47WgB-n2Zq-C_0UhewL4KaAkTnQDT8TW2bSRm6gN
|
|
|
28
28
|
dara/components/common/overlay.py,sha256=TNf4a77f0FxiOC4sj4HPM8tjLp0r046EDS-jVAtgEFw,1836
|
|
29
29
|
dara/components/common/paragraph.py,sha256=nOw-ocgjVwPj_QP8CmSHs2y3ghStTmOPGlqWx2UNMNg,2316
|
|
30
30
|
dara/components/common/progress_bar.py,sha256=5hkf63t4__KaN85AlbYrzKQpBzRlvjZ3VmGXRFWQRBY,1921
|
|
31
|
-
dara/components/common/radio_group.py,sha256=
|
|
31
|
+
dara/components/common/radio_group.py,sha256=xePEflS_A2svCrpU25OBMMsyeC4nZCn_1y83GJT5Sfc,3761
|
|
32
32
|
dara/components/common/select.py,sha256=wgRt3TjTi53X2HqlGlsf-yMuvU7aD9r5BcNHddieDr8,6823
|
|
33
33
|
dara/components/common/slider.py,sha256=JKgulZ8_RB6Aby-MEhPdQc3Q-qXPU_EH_CgM-2KMQEI,6568
|
|
34
34
|
dara/components/common/spacer.py,sha256=ZRSl_fLntnumalaL41FYpBKDxOUgWgndkkLdDLl8KvI,2702
|
|
@@ -78,9 +78,9 @@ dara/components/smart/data_slicer/utils/core.py,sha256=6BrmG-iwQCuwUAKQ-y9zFKLei
|
|
|
78
78
|
dara/components/smart/data_slicer/utils/data_preview.py,sha256=OAphjMrm3F76XmJ09X7sZSeOeKqGJFwN5ooo3qcyrG4,1722
|
|
79
79
|
dara/components/smart/data_slicer/utils/plotting.py,sha256=JYzdQLXdAD0A8k2W-764xUr7zN0Ri5nf3OQ2Nb_iuiY,3313
|
|
80
80
|
dara/components/smart/hierarchy.py,sha256=9-QzEtbvP-arejhjsgl4Y5o5KHHzg6H1IGmwrX63450,2905
|
|
81
|
-
dara/components/umd/dara.components.umd.js,sha256=
|
|
81
|
+
dara/components/umd/dara.components.umd.js,sha256=gi20xuRi_S61HR_HFmD8b5Dbcvsgyldd3TG4sq-oxZs,18295631
|
|
82
82
|
dara/components/umd/style.css,sha256=Qm0_kcxXBDoXvvPTc7YCttkl1zMFifdcp-KufTunPNY,162729
|
|
83
|
-
dara_components-1.16.
|
|
84
|
-
dara_components-1.16.
|
|
85
|
-
dara_components-1.16.
|
|
86
|
-
dara_components-1.16.
|
|
83
|
+
dara_components-1.16.23.dist-info/LICENSE,sha256=r9u1w2RvpLMV6YjuXHIKXRBKzia3fx_roPwboGcLqCc,10944
|
|
84
|
+
dara_components-1.16.23.dist-info/METADATA,sha256=m8DBIHNJgi5afoAXgFK84MbcTSaJObKRVrQrok7AE-s,2746
|
|
85
|
+
dara_components-1.16.23.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
86
|
+
dara_components-1.16.23.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|