@darajs/ui-causal-graph-editor 1.21.7 → 1.21.9
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 +12 -8
- package/dist/index.umd.cjs +12 -8
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -13093,6 +13093,10 @@ G.div`
|
|
|
13093
13093
|
line-height: 1.1;
|
|
13094
13094
|
}
|
|
13095
13095
|
|
|
13096
|
+
h1 code {
|
|
13097
|
+
font-size: 2.5rem;
|
|
13098
|
+
}
|
|
13099
|
+
|
|
13096
13100
|
h2 {
|
|
13097
13101
|
margin-top: 2rem;
|
|
13098
13102
|
margin-bottom: 1rem;
|
|
@@ -13102,6 +13106,10 @@ G.div`
|
|
|
13102
13106
|
line-height: 1.3;
|
|
13103
13107
|
}
|
|
13104
13108
|
|
|
13109
|
+
h2 code {
|
|
13110
|
+
font-size: 2rem;
|
|
13111
|
+
}
|
|
13112
|
+
|
|
13105
13113
|
h3 {
|
|
13106
13114
|
margin-top: 1.6rem;
|
|
13107
13115
|
margin-bottom: 0.6rem;
|
|
@@ -13111,6 +13119,10 @@ G.div`
|
|
|
13111
13119
|
line-height: 1.25;
|
|
13112
13120
|
}
|
|
13113
13121
|
|
|
13122
|
+
h3 code {
|
|
13123
|
+
font-size: 1.25rem;
|
|
13124
|
+
}
|
|
13125
|
+
|
|
13114
13126
|
h4 {
|
|
13115
13127
|
margin-top: 1.5rem;
|
|
13116
13128
|
margin-bottom: 0.5rem;
|
|
@@ -13136,14 +13148,6 @@ G.div`
|
|
|
13136
13148
|
color: ${(e) => e.theme.colors.grey5};
|
|
13137
13149
|
}
|
|
13138
13150
|
|
|
13139
|
-
h2 code {
|
|
13140
|
-
font-size: 0.875rem;
|
|
13141
|
-
}
|
|
13142
|
-
|
|
13143
|
-
h3 code {
|
|
13144
|
-
font-size: 0.9rem;
|
|
13145
|
-
}
|
|
13146
|
-
|
|
13147
13151
|
pre:first-child {
|
|
13148
13152
|
margin-top: 0;
|
|
13149
13153
|
}
|
package/dist/index.umd.cjs
CHANGED
|
@@ -1370,6 +1370,10 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1370
1370
|
line-height: 1.1;
|
|
1371
1371
|
}
|
|
1372
1372
|
|
|
1373
|
+
h1 code {
|
|
1374
|
+
font-size: 2.5rem;
|
|
1375
|
+
}
|
|
1376
|
+
|
|
1373
1377
|
h2 {
|
|
1374
1378
|
margin-top: 2rem;
|
|
1375
1379
|
margin-bottom: 1rem;
|
|
@@ -1379,6 +1383,10 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1379
1383
|
line-height: 1.3;
|
|
1380
1384
|
}
|
|
1381
1385
|
|
|
1386
|
+
h2 code {
|
|
1387
|
+
font-size: 2rem;
|
|
1388
|
+
}
|
|
1389
|
+
|
|
1382
1390
|
h3 {
|
|
1383
1391
|
margin-top: 1.6rem;
|
|
1384
1392
|
margin-bottom: 0.6rem;
|
|
@@ -1388,6 +1396,10 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1388
1396
|
line-height: 1.25;
|
|
1389
1397
|
}
|
|
1390
1398
|
|
|
1399
|
+
h3 code {
|
|
1400
|
+
font-size: 1.25rem;
|
|
1401
|
+
}
|
|
1402
|
+
|
|
1391
1403
|
h4 {
|
|
1392
1404
|
margin-top: 1.5rem;
|
|
1393
1405
|
margin-bottom: 0.5rem;
|
|
@@ -1413,14 +1425,6 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1413
1425
|
color: ${e=>e.theme.colors.grey5};
|
|
1414
1426
|
}
|
|
1415
1427
|
|
|
1416
|
-
h2 code {
|
|
1417
|
-
font-size: 0.875rem;
|
|
1418
|
-
}
|
|
1419
|
-
|
|
1420
|
-
h3 code {
|
|
1421
|
-
font-size: 0.9rem;
|
|
1422
|
-
}
|
|
1423
|
-
|
|
1424
1428
|
pre:first-child {
|
|
1425
1429
|
margin-top: 0;
|
|
1426
1430
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@darajs/ui-causal-graph-editor",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.9",
|
|
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.21.
|
|
38
|
-
"@darajs/prettier-config": "1.21.
|
|
39
|
-
"@darajs/stylelint-config": "1.21.
|
|
37
|
+
"@darajs/eslint-config": "1.21.9",
|
|
38
|
+
"@darajs/prettier-config": "1.21.9",
|
|
39
|
+
"@darajs/stylelint-config": "1.21.9",
|
|
40
40
|
"@storybook/react-vite": "^9.0.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.21.
|
|
75
|
-
"@darajs/ui-components": "1.21.
|
|
76
|
-
"@darajs/ui-icons": "1.21.
|
|
77
|
-
"@darajs/ui-notifications": "1.21.
|
|
78
|
-
"@darajs/ui-utils": "1.21.
|
|
79
|
-
"@darajs/ui-widgets": "1.21.
|
|
74
|
+
"@darajs/styled-components": "1.21.9",
|
|
75
|
+
"@darajs/ui-components": "1.21.9",
|
|
76
|
+
"@darajs/ui-icons": "1.21.9",
|
|
77
|
+
"@darajs/ui-notifications": "1.21.9",
|
|
78
|
+
"@darajs/ui-utils": "1.21.9",
|
|
79
|
+
"@darajs/ui-widgets": "1.21.9",
|
|
80
80
|
"comlink": "^4.4.1",
|
|
81
81
|
"cytoscape": "^3.23.0",
|
|
82
82
|
"cytoscape-fcose": "^2.2.0",
|
|
@@ -109,5 +109,5 @@
|
|
|
109
109
|
"publishConfig": {
|
|
110
110
|
"access": "public"
|
|
111
111
|
},
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "c4b7b6a360af6ca9be39603e8b36d7f9a3315aa7"
|
|
113
113
|
}
|