@darajs/components 1.26.2 → 1.26.4
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.
package/dist/{dara_components-1.26.2-py3-none-any.whl → dara_components-1.26.4-py3-none-any.whl}
RENAMED
|
Binary file
|
|
@@ -45804,9 +45804,9 @@
|
|
|
45804
45804
|
`;
|
|
45805
45805
|
const TagText = G.span`
|
|
45806
45806
|
overflow: hidden;
|
|
45807
|
+
font-size: ${(props) => props.size ? `${props.size}rem` : "1rem"};
|
|
45807
45808
|
text-overflow: ellipsis;
|
|
45808
45809
|
white-space: nowrap;
|
|
45809
|
-
font-size: ${(props) => props.size ? `${props.size}rem` : "1rem"};
|
|
45810
45810
|
`;
|
|
45811
45811
|
function MultiSelect(_a2) {
|
|
45812
45812
|
var _b2, _c2;
|
|
@@ -124826,9 +124826,9 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
124826
124826
|
`;
|
|
124827
124827
|
G.span`
|
|
124828
124828
|
overflow: hidden;
|
|
124829
|
+
font-size: ${(e4) => e4.size ? `${e4.size}rem` : "1rem"};
|
|
124829
124830
|
text-overflow: ellipsis;
|
|
124830
124831
|
white-space: nowrap;
|
|
124831
|
-
font-size: ${(e4) => e4.size ? `${e4.size}rem` : "1rem"};
|
|
124832
124832
|
`;
|
|
124833
124833
|
const UJ = G.div`
|
|
124834
124834
|
overflow: hidden;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@darajs/components",
|
|
3
|
-
"version": "1.26.
|
|
3
|
+
"version": "1.26.4",
|
|
4
4
|
"description": "Components for the Dara framework",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"prettier": "@darajs/prettier-config",
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@babel/core": "^7.23.5",
|
|
33
|
-
"@darajs/eslint-config": "1.26.
|
|
34
|
-
"@darajs/prettier-config": "1.26.
|
|
35
|
-
"@darajs/stylelint-config": "1.26.
|
|
33
|
+
"@darajs/eslint-config": "1.26.4",
|
|
34
|
+
"@darajs/prettier-config": "1.26.4",
|
|
35
|
+
"@darajs/stylelint-config": "1.26.4",
|
|
36
36
|
"@testing-library/react-hooks": "^3.4.2",
|
|
37
37
|
"@types/lodash": "^4.14.155",
|
|
38
38
|
"@types/prop-types": "^15.7.15",
|
|
@@ -68,13 +68,13 @@
|
|
|
68
68
|
"@codemirror/state": "^6.0.0",
|
|
69
69
|
"@codemirror/theme-one-dark": "^6.1.2",
|
|
70
70
|
"@codemirror/view": "^6.0.0",
|
|
71
|
-
"@darajs/core": "1.26.
|
|
72
|
-
"@darajs/styled-components": "1.26.
|
|
73
|
-
"@darajs/ui-causal-graph-editor": "1.26.
|
|
74
|
-
"@darajs/ui-components": "1.26.
|
|
75
|
-
"@darajs/ui-hierarchy-viewer": "1.26.
|
|
76
|
-
"@darajs/ui-icons": "1.26.
|
|
77
|
-
"@darajs/ui-utils": "1.26.
|
|
71
|
+
"@darajs/core": "1.26.4",
|
|
72
|
+
"@darajs/styled-components": "1.26.4",
|
|
73
|
+
"@darajs/ui-causal-graph-editor": "1.26.4",
|
|
74
|
+
"@darajs/ui-components": "1.26.4",
|
|
75
|
+
"@darajs/ui-hierarchy-viewer": "1.26.4",
|
|
76
|
+
"@darajs/ui-icons": "1.26.4",
|
|
77
|
+
"@darajs/ui-utils": "1.26.4",
|
|
78
78
|
"@lezer/highlight": "^1.2.1",
|
|
79
79
|
"@lezer/json": "^1.0.3",
|
|
80
80
|
"@lezer/lr": "^1.4.2",
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"publishConfig": {
|
|
102
102
|
"access": "public"
|
|
103
103
|
},
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "e4b348bf9f0a52311803c1a02fef59df316f1ec2"
|
|
105
105
|
}
|