@darajs/components 1.12.3 → 1.12.5
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.
|
Binary file
|
|
@@ -32920,7 +32920,8 @@
|
|
|
32920
32920
|
CodeComponentThemes2["LIGHT"] = "light";
|
|
32921
32921
|
})(CodeComponentThemes || (CodeComponentThemes = {}));
|
|
32922
32922
|
const StyledPre = styled__default.default.pre`
|
|
32923
|
-
|
|
32923
|
+
overflow-x: auto;
|
|
32924
|
+
|
|
32924
32925
|
margin: 0;
|
|
32925
32926
|
padding: 1rem;
|
|
32926
32927
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@darajs/components",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.5",
|
|
4
4
|
"description": "Components for the Dara framework",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"prettier": "@darajs/prettier-config",
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@babel/core": "^7.23.5",
|
|
32
|
-
"@darajs/eslint-config": "1.12.
|
|
33
|
-
"@darajs/prettier-config": "1.12.
|
|
34
|
-
"@darajs/stylelint-config": "1.12.
|
|
32
|
+
"@darajs/eslint-config": "1.12.5",
|
|
33
|
+
"@darajs/prettier-config": "1.12.5",
|
|
34
|
+
"@darajs/stylelint-config": "1.12.5",
|
|
35
35
|
"@testing-library/react-hooks": "^3.4.2",
|
|
36
36
|
"@types/lodash": "^4.14.155",
|
|
37
37
|
"@types/react": "18.2.60",
|
|
@@ -54,14 +54,14 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@bokeh/bokehjs": "~3.1.1",
|
|
57
|
-
"@darajs/core": "1.12.
|
|
58
|
-
"@darajs/styled-components": "1.12.
|
|
59
|
-
"@darajs/ui-causal-graph-editor": "1.12.
|
|
60
|
-
"@darajs/ui-code-editor": "1.12.
|
|
61
|
-
"@darajs/ui-components": "1.12.
|
|
62
|
-
"@darajs/ui-hierarchy-viewer": "1.12.
|
|
63
|
-
"@darajs/ui-icons": "1.12.
|
|
64
|
-
"@darajs/ui-utils": "1.12.
|
|
57
|
+
"@darajs/core": "1.12.5",
|
|
58
|
+
"@darajs/styled-components": "1.12.5",
|
|
59
|
+
"@darajs/ui-causal-graph-editor": "1.12.5",
|
|
60
|
+
"@darajs/ui-code-editor": "1.12.5",
|
|
61
|
+
"@darajs/ui-components": "1.12.5",
|
|
62
|
+
"@darajs/ui-hierarchy-viewer": "1.12.5",
|
|
63
|
+
"@darajs/ui-icons": "1.12.5",
|
|
64
|
+
"@darajs/ui-utils": "1.12.5",
|
|
65
65
|
"@popperjs/core": "2.4.0",
|
|
66
66
|
"date-fns": "2.9.0",
|
|
67
67
|
"immer": "^10.0.0",
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
"publishConfig": {
|
|
85
85
|
"access": "public"
|
|
86
86
|
},
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "fbe700c3ac18c54e96491ddacaf4cf61e6db98d3"
|
|
88
88
|
}
|
|
Binary file
|