@darajs/components 1.8.5 → 1.9.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/common/accordion/accordion.js +1 -1
- package/dist/common/accordion/accordion.js.map +1 -1
- package/dist/common/button/button.d.ts.map +1 -1
- package/dist/common/button/button.js +3 -2
- package/dist/common/button/button.js.map +1 -1
- package/dist/common/button-bar/button-bar.js +1 -1
- package/dist/common/button-bar/button-bar.js.map +1 -1
- package/dist/common/carousel/carousel.js +1 -1
- package/dist/common/carousel/carousel.js.map +1 -1
- package/dist/common/checkbox-group/checkbox-group.js +1 -1
- package/dist/common/checkbox-group/checkbox-group.js.map +1 -1
- package/dist/common/component-select-list/component-select-list.js +1 -1
- package/dist/common/component-select-list/component-select-list.js.map +1 -1
- package/dist/common/datepicker/datepicker.js +1 -1
- package/dist/common/datepicker/datepicker.js.map +1 -1
- package/dist/common/dropzone/dropzone.js +1 -1
- package/dist/common/dropzone/dropzone.js.map +1 -1
- package/dist/common/form/form.js +1 -1
- package/dist/common/form/form.js.map +1 -1
- package/dist/common/input/input.js +1 -1
- package/dist/common/input/input.js.map +1 -1
- package/dist/common/radio-group/radio-group.js +1 -1
- package/dist/common/radio-group/radio-group.js.map +1 -1
- package/dist/common/select/select.js +1 -1
- package/dist/common/select/select.js.map +1 -1
- package/dist/common/slider/slider.js +1 -1
- package/dist/common/slider/slider.js.map +1 -1
- package/dist/common/switch/switch.js +1 -1
- package/dist/common/switch/switch.js.map +1 -1
- package/dist/common/table/table.js +1 -1
- package/dist/common/table/table.js.map +1 -1
- package/dist/common/textarea/textarea.js +1 -1
- package/dist/common/textarea/textarea.js.map +1 -1
- package/dist/dara_components-1.9.0-py3-none-any.whl +0 -0
- package/dist/graphs/causal-graph-viewer.js +3 -3
- package/dist/graphs/causal-graph-viewer.js.map +1 -1
- package/dist/graphs/node-hierarchy-builder.js +1 -1
- package/dist/graphs/node-hierarchy-builder.js.map +1 -1
- package/dist/graphs/visual-edge-encoder.js +3 -3
- package/dist/graphs/visual-edge-encoder.js.map +1 -1
- package/dist/plotting/bokeh/bokeh.js +1 -1
- package/dist/plotting/bokeh/bokeh.js.map +1 -1
- package/dist/plotting/plotly/plotly.js +1 -1
- package/dist/plotting/plotly/plotly.js.map +1 -1
- package/dist/smart/chat/chat.js +6 -6
- package/dist/smart/filter-status-button/filter-status-button.js +1 -1
- package/dist/smart/filter-status-button/filter-status-button.js.map +1 -1
- package/dist/smart/hierarchy-viewer/hierarchy-viewer.js +1 -1
- package/dist/smart/hierarchy-viewer/hierarchy-viewer.js.map +1 -1
- package/dist/umd/dara.components.umd.js +34680 -33859
- package/package.json +13 -13
- package/dist/dara_components-1.8.5-py3-none-any.whl +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@darajs/components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.0",
|
|
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.9.
|
|
33
|
-
"@darajs/prettier-config": "~1.9.
|
|
34
|
-
"@darajs/stylelint-config": "~1.9.
|
|
32
|
+
"@darajs/eslint-config": "~1.9.2",
|
|
33
|
+
"@darajs/prettier-config": "~1.9.2",
|
|
34
|
+
"@darajs/stylelint-config": "~1.9.2",
|
|
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.
|
|
58
|
-
"@darajs/styled-components": "~1.9.
|
|
59
|
-
"@darajs/ui-causal-graph-editor": "~1.9.
|
|
60
|
-
"@darajs/ui-code-editor": "~1.9.
|
|
61
|
-
"@darajs/ui-components": "~1.9.
|
|
62
|
-
"@darajs/ui-hierarchy-viewer": "~1.9.
|
|
63
|
-
"@darajs/ui-icons": "~1.9.
|
|
64
|
-
"@darajs/ui-utils": "~1.9.
|
|
57
|
+
"@darajs/core": "1.9.0",
|
|
58
|
+
"@darajs/styled-components": "~1.9.2",
|
|
59
|
+
"@darajs/ui-causal-graph-editor": "~1.9.2",
|
|
60
|
+
"@darajs/ui-code-editor": "~1.9.2",
|
|
61
|
+
"@darajs/ui-components": "~1.9.2",
|
|
62
|
+
"@darajs/ui-hierarchy-viewer": "~1.9.2",
|
|
63
|
+
"@darajs/ui-icons": "~1.9.2",
|
|
64
|
+
"@darajs/ui-utils": "~1.9.2",
|
|
65
65
|
"@popperjs/core": "2.4.0",
|
|
66
66
|
"date-fns": "2.9.0",
|
|
67
67
|
"immer": "^10.0.0",
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"publishConfig": {
|
|
84
84
|
"access": "public"
|
|
85
85
|
},
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "febe2265aec741a18f6ab3b71a696db19796e790"
|
|
87
87
|
}
|
|
Binary file
|