dara-components 1.21.3__py3-none-any.whl → 1.21.4__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.
@@ -44135,9 +44135,15 @@
44135
44135
  width: 10px;
44136
44136
  height: 10px;
44137
44137
 
44138
- color: ${(props) => props.theme.colors.grey4};
44138
+ color: ${(props) => {
44139
+ var _a2;
44140
+ return (_a2 = props.$grey4) !== null && _a2 !== void 0 ? _a2 : props.theme.colors.grey4;
44141
+ }};
44139
44142
 
44140
- background-color: ${(props) => props.theme.colors.grey4};
44143
+ background-color: ${(props) => {
44144
+ var _a2;
44145
+ return (_a2 = props.$grey4) !== null && _a2 !== void 0 ? _a2 : props.theme.colors.grey4;
44146
+ }};
44141
44147
  border-radius: 5px;
44142
44148
 
44143
44149
  animation: dot-flashing 1s infinite linear alternate;
@@ -44157,9 +44163,15 @@
44157
44163
  width: 10px;
44158
44164
  height: 10px;
44159
44165
 
44160
- color: ${(props) => props.theme.colors.grey4};
44166
+ color: ${(props) => {
44167
+ var _a2;
44168
+ return (_a2 = props.$grey4) !== null && _a2 !== void 0 ? _a2 : props.theme.colors.grey4;
44169
+ }};
44161
44170
 
44162
- background-color: ${(props) => props.theme.colors.grey4};
44171
+ background-color: ${(props) => {
44172
+ var _a2;
44173
+ return (_a2 = props.$grey4) !== null && _a2 !== void 0 ? _a2 : props.theme.colors.grey4;
44174
+ }};
44163
44175
  border-radius: 5px;
44164
44176
 
44165
44177
  animation: dot-flashing 1s infinite alternate;
@@ -44172,9 +44184,15 @@
44172
44184
  width: 10px;
44173
44185
  height: 10px;
44174
44186
 
44175
- color: ${(props) => props.theme.colors.grey4};
44187
+ color: ${(props) => {
44188
+ var _a2;
44189
+ return (_a2 = props.$grey4) !== null && _a2 !== void 0 ? _a2 : props.theme.colors.grey4;
44190
+ }};
44176
44191
 
44177
- background-color: ${(props) => props.theme.colors.grey4};
44192
+ background-color: ${(props) => {
44193
+ var _a2;
44194
+ return (_a2 = props.$grey4) !== null && _a2 !== void 0 ? _a2 : props.theme.colors.grey4;
44195
+ }};
44178
44196
  border-radius: 5px;
44179
44197
 
44180
44198
  animation: dot-flashing 1s infinite alternate;
@@ -44183,12 +44201,18 @@
44183
44201
 
44184
44202
  @keyframes dot-flashing {
44185
44203
  0% {
44186
- background-color: ${(props) => props.theme.colors.grey4};
44204
+ background-color: ${(props) => {
44205
+ var _a2;
44206
+ return (_a2 = props.$grey4) !== null && _a2 !== void 0 ? _a2 : props.theme.colors.grey4;
44207
+ }};
44187
44208
  }
44188
44209
 
44189
44210
  50%,
44190
44211
  100% {
44191
- background-color: ${(props) => props.theme.colors.grey3};
44212
+ background-color: ${(props) => {
44213
+ var _a2;
44214
+ return (_a2 = props.$grey3) !== null && _a2 !== void 0 ? _a2 : props.theme.colors.grey3;
44215
+ }};
44192
44216
  }
44193
44217
  }
44194
44218
  `;
@@ -52841,6 +52865,7 @@ You must set sticky: 'left' | 'right' for the '${bugWithUnderColumnsSticky.Heade
52841
52865
  return /* @__PURE__ */ React.createElement(StyledDatepickerDiv, { $rawCss: css2, style: style2 }, /* @__PURE__ */ React.createElement(
52842
52866
  DatePicker,
52843
52867
  {
52868
+ id: props.id_,
52844
52869
  dateFormat: props.date_format,
52845
52870
  maxDate: parseDateString$1(props.max_date),
52846
52871
  minDate: parseDateString$1(props.min_date),
@@ -120936,9 +120961,15 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
120936
120961
  width: 10px;
120937
120962
  height: 10px;
120938
120963
 
120939
- color: ${(e3) => e3.theme.colors.grey4};
120964
+ color: ${(e3) => {
120965
+ var n3;
120966
+ return (n3 = e3.$grey4) !== null && n3 !== void 0 ? n3 : e3.theme.colors.grey4;
120967
+ }};
120940
120968
 
120941
- background-color: ${(e3) => e3.theme.colors.grey4};
120969
+ background-color: ${(e3) => {
120970
+ var n3;
120971
+ return (n3 = e3.$grey4) !== null && n3 !== void 0 ? n3 : e3.theme.colors.grey4;
120972
+ }};
120942
120973
  border-radius: 5px;
120943
120974
 
120944
120975
  animation: dot-flashing 1s infinite linear alternate;
@@ -120958,9 +120989,15 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
120958
120989
  width: 10px;
120959
120990
  height: 10px;
120960
120991
 
120961
- color: ${(e3) => e3.theme.colors.grey4};
120992
+ color: ${(e3) => {
120993
+ var n3;
120994
+ return (n3 = e3.$grey4) !== null && n3 !== void 0 ? n3 : e3.theme.colors.grey4;
120995
+ }};
120962
120996
 
120963
- background-color: ${(e3) => e3.theme.colors.grey4};
120997
+ background-color: ${(e3) => {
120998
+ var n3;
120999
+ return (n3 = e3.$grey4) !== null && n3 !== void 0 ? n3 : e3.theme.colors.grey4;
121000
+ }};
120964
121001
  border-radius: 5px;
120965
121002
 
120966
121003
  animation: dot-flashing 1s infinite alternate;
@@ -120973,9 +121010,15 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
120973
121010
  width: 10px;
120974
121011
  height: 10px;
120975
121012
 
120976
- color: ${(e3) => e3.theme.colors.grey4};
121013
+ color: ${(e3) => {
121014
+ var n3;
121015
+ return (n3 = e3.$grey4) !== null && n3 !== void 0 ? n3 : e3.theme.colors.grey4;
121016
+ }};
120977
121017
 
120978
- background-color: ${(e3) => e3.theme.colors.grey4};
121018
+ background-color: ${(e3) => {
121019
+ var n3;
121020
+ return (n3 = e3.$grey4) !== null && n3 !== void 0 ? n3 : e3.theme.colors.grey4;
121021
+ }};
120979
121022
  border-radius: 5px;
120980
121023
 
120981
121024
  animation: dot-flashing 1s infinite alternate;
@@ -120984,17 +121027,23 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
120984
121027
 
120985
121028
  @keyframes dot-flashing {
120986
121029
  0% {
120987
- background-color: ${(e3) => e3.theme.colors.grey4};
121030
+ background-color: ${(e3) => {
121031
+ var n3;
121032
+ return (n3 = e3.$grey4) !== null && n3 !== void 0 ? n3 : e3.theme.colors.grey4;
121033
+ }};
120988
121034
  }
120989
121035
 
120990
121036
  50%,
120991
121037
  100% {
120992
- background-color: ${(e3) => e3.theme.colors.grey3};
121038
+ background-color: ${(e3) => {
121039
+ var n3;
121040
+ return (n3 = e3.$grey3) !== null && n3 !== void 0 ? n3 : e3.theme.colors.grey3;
121041
+ }};
120993
121042
  }
120994
121043
  }
120995
121044
  `;
120996
121045
  function CZ(e3) {
120997
- return T.jsx(EZ, { className: e3.className, style: e3.style, children: T.jsx(_Z, { "data-testid": "LOADING" }) });
121046
+ return T.jsx(EZ, { className: e3.className, style: e3.style, children: T.jsx(_Z, { $grey3: e3.grey3, $grey4: e3.grey4, "data-testid": "LOADING" }) });
120998
121047
  }
120999
121048
  var SZ = /* @__PURE__ */ new Map([
121000
121049
  ["avi", "video/avi"],
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dara-components
3
- Version: 1.21.3
3
+ Version: 1.21.4
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.3)
19
+ Requires-Dist: dara-core (==1.21.4)
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.3/img/dara_light.svg?raw=true">
31
+ <img src="https://github.com/causalens/dara/blob/v1.21.4/img/dara_light.svg?raw=true">
32
32
 
33
33
  ![Master tests](https://github.com/causalens/dara/actions/workflows/tests.yml/badge.svg?branch=master)
34
34
  [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](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=6yXILbb_jraT4QX5OPk48OersUumq8aLytZZDLP-taw,6853865
82
+ dara/components/umd/dara.components.umd.js,sha256=7ygHW_QGvsU1j6r5yTAsaXw8mBY2IZs32GJHsolYgU4,6855260
83
83
  dara/components/umd/style.css,sha256=Qm0_kcxXBDoXvvPTc7YCttkl1zMFifdcp-KufTunPNY,162729
84
- dara_components-1.21.3.dist-info/LICENSE,sha256=r9u1w2RvpLMV6YjuXHIKXRBKzia3fx_roPwboGcLqCc,10944
85
- dara_components-1.21.3.dist-info/METADATA,sha256=bUuKlHuM3yQSGO8-n-kUTOpgmJEIJGbdl-RykCcwnlQ,2743
86
- dara_components-1.21.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
87
- dara_components-1.21.3.dist-info/RECORD,,
84
+ dara_components-1.21.4.dist-info/LICENSE,sha256=r9u1w2RvpLMV6YjuXHIKXRBKzia3fx_roPwboGcLqCc,10944
85
+ dara_components-1.21.4.dist-info/METADATA,sha256=14E4xqJEbvx54nYOW4SicAhzFVQ7SU9EdmW7MkoME0Q,2743
86
+ dara_components-1.21.4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
87
+ dara_components-1.21.4.dist-info/RECORD,,