@darajs/ui-causal-graph-editor 1.24.2 → 1.25.0

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 CHANGED
@@ -17164,9 +17164,11 @@ G.hr`
17164
17164
  `;
17165
17165
  G.div`
17166
17166
  display: flex;
17167
- align-items: center;
17168
17167
  gap: 0.5rem;
17168
+ align-items: center;
17169
+
17169
17170
  width: 100%;
17171
+
17170
17172
  line-height: 1;
17171
17173
  `;
17172
17174
  G.div`
@@ -2252,9 +2252,11 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
2252
2252
  border-top: 1px solid ${e=>e.theme.colors.grey2};
2253
2253
  `,U.div`
2254
2254
  display: flex;
2255
- align-items: center;
2256
2255
  gap: 0.5rem;
2256
+ align-items: center;
2257
+
2257
2258
  width: 100%;
2259
+
2258
2260
  line-height: 1;
2259
2261
  `,U.div`
2260
2262
  color: ${e=>e.theme.colors.grey3};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darajs/ui-causal-graph-editor",
3
- "version": "1.24.2",
3
+ "version": "1.25.0",
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.24.2",
38
- "@darajs/prettier-config": "1.24.2",
39
- "@darajs/stylelint-config": "1.24.2",
37
+ "@darajs/eslint-config": "1.25.0",
38
+ "@darajs/prettier-config": "1.25.0",
39
+ "@darajs/stylelint-config": "1.25.0",
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.24.2",
75
- "@darajs/ui-components": "1.24.2",
76
- "@darajs/ui-icons": "1.24.2",
77
- "@darajs/ui-notifications": "1.24.2",
78
- "@darajs/ui-utils": "1.24.2",
79
- "@darajs/ui-widgets": "1.24.2",
74
+ "@darajs/styled-components": "1.25.0",
75
+ "@darajs/ui-components": "1.25.0",
76
+ "@darajs/ui-icons": "1.25.0",
77
+ "@darajs/ui-notifications": "1.25.0",
78
+ "@darajs/ui-utils": "1.25.0",
79
+ "@darajs/ui-widgets": "1.25.0",
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": "f81ec04bedaaa6752f13e33604a219a73b2a8106"
117
+ "gitHead": "38bee2910192eea6daf29bd84c62facd3116331c"
118
118
  }