@darajs/components 1.19.0 → 1.19.1
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/common/button/button.d.ts +5 -9
- package/dist/common/button/button.d.ts.map +1 -1
- package/dist/common/button/button.js +25 -12
- package/dist/common/button/button.js.map +1 -1
- package/dist/common/dropdown-menu/dropdown-menu.d.ts +20 -0
- package/dist/common/dropdown-menu/dropdown-menu.d.ts.map +1 -0
- package/dist/common/dropdown-menu/dropdown-menu.js +33 -0
- package/dist/common/dropdown-menu/dropdown-menu.js.map +1 -0
- package/dist/common/index.d.ts +1 -0
- package/dist/common/index.d.ts.map +1 -1
- package/dist/common/index.js +1 -0
- package/dist/common/index.js.map +1 -1
- package/dist/dara_components-1.19.1-py3-none-any.whl +0 -0
- package/dist/smart/ui-code-editor/extensions/shared.d.ts.map +1 -1
- package/dist/umd/dara.components.umd.js +135873 -137266
- package/package.json +14 -13
- package/dist/dara_components-1.19.0-py3-none-any.whl +0 -0
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@darajs/components",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.1",
|
|
4
4
|
"description": "Components for the Dara framework",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"jsnext:main": "dist/index.js",
|
|
8
8
|
"scripts": {
|
|
9
9
|
"build": "rimraf dist && vite build && tsc && cp js/index.css dist/ && cp -R dist/umd/ dara/components/umd/",
|
|
10
|
+
"prepare-dev": "tsc && cp js/index.css dist/",
|
|
10
11
|
"lint": "tsc --noemit && eslint js --ext .tsx --max-warnings 0 && stylelint './js/**/*.tsx'",
|
|
11
12
|
"format": "prettier js --write",
|
|
12
13
|
"format:check": "prettier js --check",
|
|
@@ -29,9 +30,9 @@
|
|
|
29
30
|
"prettier": "@darajs/prettier-config",
|
|
30
31
|
"devDependencies": {
|
|
31
32
|
"@babel/core": "^7.23.5",
|
|
32
|
-
"@darajs/eslint-config": "1.19.
|
|
33
|
-
"@darajs/prettier-config": "1.19.
|
|
34
|
-
"@darajs/stylelint-config": "1.19.
|
|
33
|
+
"@darajs/eslint-config": "1.19.1",
|
|
34
|
+
"@darajs/prettier-config": "1.19.1",
|
|
35
|
+
"@darajs/stylelint-config": "1.19.1",
|
|
35
36
|
"@testing-library/react-hooks": "^3.4.2",
|
|
36
37
|
"@types/lodash": "^4.14.155",
|
|
37
38
|
"@types/react": "18.2.60",
|
|
@@ -39,7 +40,7 @@
|
|
|
39
40
|
"@types/react-dom": "^18.2.4",
|
|
40
41
|
"@types/react-plotly.js": "~2.6.0",
|
|
41
42
|
"@types/react-table": "^7.0.19",
|
|
42
|
-
"@types/react-virtualized-auto-sizer": "
|
|
43
|
+
"@types/react-virtualized-auto-sizer": "1.0.4",
|
|
43
44
|
"@types/react-window": "^1.8.2",
|
|
44
45
|
"@types/react-window-infinite-loader": "^1.0.3",
|
|
45
46
|
"@types/styled-components": "^5.1.0",
|
|
@@ -66,13 +67,13 @@
|
|
|
66
67
|
"@codemirror/state": "^6.0.0",
|
|
67
68
|
"@codemirror/theme-one-dark": "^6.1.2",
|
|
68
69
|
"@codemirror/view": "^6.0.0",
|
|
69
|
-
"@darajs/core": "1.19.
|
|
70
|
-
"@darajs/styled-components": "1.19.
|
|
71
|
-
"@darajs/ui-causal-graph-editor": "1.19.
|
|
72
|
-
"@darajs/ui-components": "1.19.
|
|
73
|
-
"@darajs/ui-hierarchy-viewer": "1.19.
|
|
74
|
-
"@darajs/ui-icons": "1.19.
|
|
75
|
-
"@darajs/ui-utils": "1.19.
|
|
70
|
+
"@darajs/core": "1.19.1",
|
|
71
|
+
"@darajs/styled-components": "1.19.1",
|
|
72
|
+
"@darajs/ui-causal-graph-editor": "1.19.1",
|
|
73
|
+
"@darajs/ui-components": "1.19.1",
|
|
74
|
+
"@darajs/ui-hierarchy-viewer": "1.19.1",
|
|
75
|
+
"@darajs/ui-icons": "1.19.1",
|
|
76
|
+
"@darajs/ui-utils": "1.19.1",
|
|
76
77
|
"@popperjs/core": "2.4.0",
|
|
77
78
|
"@vscode/codicons": "0.0.36",
|
|
78
79
|
"date-fns": "2.9.0",
|
|
@@ -97,5 +98,5 @@
|
|
|
97
98
|
"publishConfig": {
|
|
98
99
|
"access": "public"
|
|
99
100
|
},
|
|
100
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "6077bfd94d041b624c734550e9d07c18117659d7"
|
|
101
102
|
}
|
|
Binary file
|