@darajs/ui-causal-graph-editor 1.26.2 → 1.26.3
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/index.js +1 -1
- package/dist/index.umd.cjs +1 -1
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -21805,9 +21805,9 @@ G.span`
|
|
|
21805
21805
|
`;
|
|
21806
21806
|
G.span`
|
|
21807
21807
|
overflow: hidden;
|
|
21808
|
+
font-size: ${(e) => e.size ? `${e.size}rem` : "1rem"};
|
|
21808
21809
|
text-overflow: ellipsis;
|
|
21809
21810
|
white-space: nowrap;
|
|
21810
|
-
font-size: ${(e) => e.size ? `${e.size}rem` : "1rem"};
|
|
21811
21811
|
`;
|
|
21812
21812
|
const UJ = G.div`
|
|
21813
21813
|
overflow: hidden;
|
package/dist/index.umd.cjs
CHANGED
|
@@ -3023,9 +3023,9 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
3023
3023
|
}
|
|
3024
3024
|
`,U.span`
|
|
3025
3025
|
overflow: hidden;
|
|
3026
|
+
font-size: ${e=>e.size?`${e.size}rem`:"1rem"};
|
|
3026
3027
|
text-overflow: ellipsis;
|
|
3027
3028
|
white-space: nowrap;
|
|
3028
|
-
font-size: ${e=>e.size?`${e.size}rem`:"1rem"};
|
|
3029
3029
|
`;const g9=U.div`
|
|
3030
3030
|
overflow: hidden;
|
|
3031
3031
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@darajs/ui-causal-graph-editor",
|
|
3
|
-
"version": "1.26.
|
|
3
|
+
"version": "1.26.3",
|
|
4
4
|
"description": "CausalGraph editor for the Dara UI framework",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"@babel/preset-env": "^7.15.8",
|
|
35
35
|
"@babel/preset-react": "^7.14.5",
|
|
36
36
|
"@babel/preset-typescript": "^7.15.0",
|
|
37
|
-
"@darajs/eslint-config": "1.26.
|
|
38
|
-
"@darajs/prettier-config": "1.26.
|
|
39
|
-
"@darajs/stylelint-config": "1.26.
|
|
37
|
+
"@darajs/eslint-config": "1.26.3",
|
|
38
|
+
"@darajs/prettier-config": "1.26.3",
|
|
39
|
+
"@darajs/stylelint-config": "1.26.3",
|
|
40
40
|
"@storybook/react-vite": "^9.1.17",
|
|
41
41
|
"@testing-library/dom": "^9.3.0",
|
|
42
42
|
"@testing-library/jest-dom": "^5.16.5",
|
|
@@ -71,12 +71,12 @@
|
|
|
71
71
|
"typescript": "^5.8.2"
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
|
-
"@darajs/styled-components": "1.26.
|
|
75
|
-
"@darajs/ui-components": "1.26.
|
|
76
|
-
"@darajs/ui-icons": "1.26.
|
|
77
|
-
"@darajs/ui-notifications": "1.26.
|
|
78
|
-
"@darajs/ui-utils": "1.26.
|
|
79
|
-
"@darajs/ui-widgets": "1.26.
|
|
74
|
+
"@darajs/styled-components": "1.26.3",
|
|
75
|
+
"@darajs/ui-components": "1.26.3",
|
|
76
|
+
"@darajs/ui-icons": "1.26.3",
|
|
77
|
+
"@darajs/ui-notifications": "1.26.3",
|
|
78
|
+
"@darajs/ui-utils": "1.26.3",
|
|
79
|
+
"@darajs/ui-widgets": "1.26.3",
|
|
80
80
|
"comlink": "^4.4.1",
|
|
81
81
|
"cytoscape": "^3.23.0",
|
|
82
82
|
"cytoscape-fcose": "^2.2.0",
|
|
@@ -114,5 +114,5 @@
|
|
|
114
114
|
"url": "git+https://github.com/causalens/dara.git",
|
|
115
115
|
"directory": "packages/ui-causal-graph-editor"
|
|
116
116
|
},
|
|
117
|
-
"gitHead": "
|
|
117
|
+
"gitHead": "e5aa4ed5e571bab428e48cb18d9599a7caec0b7c"
|
|
118
118
|
}
|