dara-components 1.21.7__py3-none-any.whl → 1.21.8__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/umd/dara.components.umd.js +24 -16
- {dara_components-1.21.7.dist-info → dara_components-1.21.8.dist-info}/METADATA +3 -3
- {dara_components-1.21.7.dist-info → dara_components-1.21.8.dist-info}/RECORD +5 -5
- {dara_components-1.21.7.dist-info → dara_components-1.21.8.dist-info}/LICENSE +0 -0
- {dara_components-1.21.7.dist-info → dara_components-1.21.8.dist-info}/WHEEL +0 -0
|
@@ -32701,6 +32701,10 @@
|
|
|
32701
32701
|
line-height: 1.1;
|
|
32702
32702
|
}
|
|
32703
32703
|
|
|
32704
|
+
h1 code {
|
|
32705
|
+
font-size: 2.5rem;
|
|
32706
|
+
}
|
|
32707
|
+
|
|
32704
32708
|
h2 {
|
|
32705
32709
|
margin-top: 2rem;
|
|
32706
32710
|
margin-bottom: 1rem;
|
|
@@ -32710,6 +32714,10 @@
|
|
|
32710
32714
|
line-height: 1.3;
|
|
32711
32715
|
}
|
|
32712
32716
|
|
|
32717
|
+
h2 code {
|
|
32718
|
+
font-size: 2rem;
|
|
32719
|
+
}
|
|
32720
|
+
|
|
32713
32721
|
h3 {
|
|
32714
32722
|
margin-top: 1.6rem;
|
|
32715
32723
|
margin-bottom: 0.6rem;
|
|
@@ -32719,6 +32727,10 @@
|
|
|
32719
32727
|
line-height: 1.25;
|
|
32720
32728
|
}
|
|
32721
32729
|
|
|
32730
|
+
h3 code {
|
|
32731
|
+
font-size: 1.25rem;
|
|
32732
|
+
}
|
|
32733
|
+
|
|
32722
32734
|
h4 {
|
|
32723
32735
|
margin-top: 1.5rem;
|
|
32724
32736
|
margin-bottom: 0.5rem;
|
|
@@ -32744,14 +32756,6 @@
|
|
|
32744
32756
|
color: ${(props) => props.theme.colors.grey5};
|
|
32745
32757
|
}
|
|
32746
32758
|
|
|
32747
|
-
h2 code {
|
|
32748
|
-
font-size: 0.875rem;
|
|
32749
|
-
}
|
|
32750
|
-
|
|
32751
|
-
h3 code {
|
|
32752
|
-
font-size: 0.9rem;
|
|
32753
|
-
}
|
|
32754
|
-
|
|
32755
32759
|
pre:first-child {
|
|
32756
32760
|
margin-top: 0;
|
|
32757
32761
|
}
|
|
@@ -113449,6 +113453,10 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
113449
113453
|
line-height: 1.1;
|
|
113450
113454
|
}
|
|
113451
113455
|
|
|
113456
|
+
h1 code {
|
|
113457
|
+
font-size: 2.5rem;
|
|
113458
|
+
}
|
|
113459
|
+
|
|
113452
113460
|
h2 {
|
|
113453
113461
|
margin-top: 2rem;
|
|
113454
113462
|
margin-bottom: 1rem;
|
|
@@ -113458,6 +113466,10 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
113458
113466
|
line-height: 1.3;
|
|
113459
113467
|
}
|
|
113460
113468
|
|
|
113469
|
+
h2 code {
|
|
113470
|
+
font-size: 2rem;
|
|
113471
|
+
}
|
|
113472
|
+
|
|
113461
113473
|
h3 {
|
|
113462
113474
|
margin-top: 1.6rem;
|
|
113463
113475
|
margin-bottom: 0.6rem;
|
|
@@ -113467,6 +113479,10 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
113467
113479
|
line-height: 1.25;
|
|
113468
113480
|
}
|
|
113469
113481
|
|
|
113482
|
+
h3 code {
|
|
113483
|
+
font-size: 1.25rem;
|
|
113484
|
+
}
|
|
113485
|
+
|
|
113470
113486
|
h4 {
|
|
113471
113487
|
margin-top: 1.5rem;
|
|
113472
113488
|
margin-bottom: 0.5rem;
|
|
@@ -113492,14 +113508,6 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
113492
113508
|
color: ${(e3) => e3.theme.colors.grey5};
|
|
113493
113509
|
}
|
|
113494
113510
|
|
|
113495
|
-
h2 code {
|
|
113496
|
-
font-size: 0.875rem;
|
|
113497
|
-
}
|
|
113498
|
-
|
|
113499
|
-
h3 code {
|
|
113500
|
-
font-size: 0.9rem;
|
|
113501
|
-
}
|
|
113502
|
-
|
|
113503
113511
|
pre:first-child {
|
|
113504
113512
|
margin-top: 0;
|
|
113505
113513
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dara-components
|
|
3
|
-
Version: 1.21.
|
|
3
|
+
Version: 1.21.8
|
|
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.21.
|
|
19
|
+
Requires-Dist: dara-core (==1.21.8)
|
|
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.21.
|
|
31
|
+
<img src="https://github.com/causalens/dara/blob/v1.21.8/img/dara_light.svg?raw=true">
|
|
32
32
|
|
|
33
33
|

|
|
34
34
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
@@ -79,9 +79,9 @@ dara/components/smart/data_slicer/utils/core.py,sha256=4M_HA8oBzAkHklHgmaJ-qiKA3
|
|
|
79
79
|
dara/components/smart/data_slicer/utils/data_preview.py,sha256=OAphjMrm3F76XmJ09X7sZSeOeKqGJFwN5ooo3qcyrG4,1722
|
|
80
80
|
dara/components/smart/data_slicer/utils/plotting.py,sha256=TB00576kbA6y1eRuZBe09UAcZmluY4iJsKmYnXZ3hWQ,3389
|
|
81
81
|
dara/components/smart/hierarchy.py,sha256=3RtHj68gA8H_X9FxQdaeSJloTqe8ciH52ku6f7zy33M,2902
|
|
82
|
-
dara/components/umd/dara.components.umd.js,sha256=
|
|
82
|
+
dara/components/umd/dara.components.umd.js,sha256=MygfcWawlUkpfxGVqu31Tc82uUNG8Vszep1_2DxtTSA,6855350
|
|
83
83
|
dara/components/umd/style.css,sha256=Qm0_kcxXBDoXvvPTc7YCttkl1zMFifdcp-KufTunPNY,162729
|
|
84
|
-
dara_components-1.21.
|
|
85
|
-
dara_components-1.21.
|
|
86
|
-
dara_components-1.21.
|
|
87
|
-
dara_components-1.21.
|
|
84
|
+
dara_components-1.21.8.dist-info/LICENSE,sha256=r9u1w2RvpLMV6YjuXHIKXRBKzia3fx_roPwboGcLqCc,10944
|
|
85
|
+
dara_components-1.21.8.dist-info/METADATA,sha256=r9R1Cuz6gKEwHkq6FWvDwsgc__Hppa6m9hZ7MJdQXA8,2743
|
|
86
|
+
dara_components-1.21.8.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
87
|
+
dara_components-1.21.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|