@darajs/ui-causal-graph-editor 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/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;
@@ -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.2",
3
+ "version": "1.26.4",
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.2",
38
- "@darajs/prettier-config": "1.26.2",
39
- "@darajs/stylelint-config": "1.26.2",
37
+ "@darajs/eslint-config": "1.26.4",
38
+ "@darajs/prettier-config": "1.26.4",
39
+ "@darajs/stylelint-config": "1.26.4",
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.2",
75
- "@darajs/ui-components": "1.26.2",
76
- "@darajs/ui-icons": "1.26.2",
77
- "@darajs/ui-notifications": "1.26.2",
78
- "@darajs/ui-utils": "1.26.2",
79
- "@darajs/ui-widgets": "1.26.2",
74
+ "@darajs/styled-components": "1.26.4",
75
+ "@darajs/ui-components": "1.26.4",
76
+ "@darajs/ui-icons": "1.26.4",
77
+ "@darajs/ui-notifications": "1.26.4",
78
+ "@darajs/ui-utils": "1.26.4",
79
+ "@darajs/ui-widgets": "1.26.4",
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": "dc938fa26b7d60becce33f5e4601d6c54f120427"
117
+ "gitHead": "e4b348bf9f0a52311803c1a02fef59df316f1ec2"
118
118
  }