@darajs/components 1.21.2 → 1.21.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/common/button-bar/button-bar.d.ts.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/checkbox-group/checkbox-group.d.ts.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/datepicker/datepicker.d.ts.map +1 -1
- package/dist/common/datepicker/datepicker.js +1 -1
- package/dist/common/datepicker/datepicker.js.map +1 -1
- package/dist/common/input/input.d.ts.map +1 -1
- package/dist/common/input/input.js +2 -2
- package/dist/common/input/input.js.map +1 -1
- package/dist/common/radio-group/radio-group.d.ts.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.d.ts.map +1 -1
- package/dist/common/select/select.js +4 -4
- package/dist/common/select/select.js.map +1 -1
- package/dist/common/slider/slider.d.ts.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/textarea/textarea.d.ts.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.21.4-py3-none-any.whl +0 -0
- package/dist/umd/dara.components.umd.js +765 -705
- package/package.json +12 -12
- package/dist/dara_components-1.21.2-py3-none-any.whl +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@darajs/components",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.4",
|
|
4
4
|
"description": "Components for the Dara framework",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"prettier": "@darajs/prettier-config",
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@babel/core": "^7.23.5",
|
|
33
|
-
"@darajs/eslint-config": "1.21.
|
|
34
|
-
"@darajs/prettier-config": "1.21.
|
|
35
|
-
"@darajs/stylelint-config": "1.21.
|
|
33
|
+
"@darajs/eslint-config": "1.21.4",
|
|
34
|
+
"@darajs/prettier-config": "1.21.4",
|
|
35
|
+
"@darajs/stylelint-config": "1.21.4",
|
|
36
36
|
"@testing-library/react-hooks": "^3.4.2",
|
|
37
37
|
"@types/lodash": "^4.14.155",
|
|
38
38
|
"@types/prop-types": "^15.7.15",
|
|
@@ -68,13 +68,13 @@
|
|
|
68
68
|
"@codemirror/state": "^6.0.0",
|
|
69
69
|
"@codemirror/theme-one-dark": "^6.1.2",
|
|
70
70
|
"@codemirror/view": "^6.0.0",
|
|
71
|
-
"@darajs/core": "1.21.
|
|
72
|
-
"@darajs/styled-components": "1.21.
|
|
73
|
-
"@darajs/ui-causal-graph-editor": "1.21.
|
|
74
|
-
"@darajs/ui-components": "1.21.
|
|
75
|
-
"@darajs/ui-hierarchy-viewer": "1.21.
|
|
76
|
-
"@darajs/ui-icons": "1.21.
|
|
77
|
-
"@darajs/ui-utils": "1.21.
|
|
71
|
+
"@darajs/core": "1.21.4",
|
|
72
|
+
"@darajs/styled-components": "1.21.4",
|
|
73
|
+
"@darajs/ui-causal-graph-editor": "1.21.4",
|
|
74
|
+
"@darajs/ui-components": "1.21.4",
|
|
75
|
+
"@darajs/ui-hierarchy-viewer": "1.21.4",
|
|
76
|
+
"@darajs/ui-icons": "1.21.4",
|
|
77
|
+
"@darajs/ui-utils": "1.21.4",
|
|
78
78
|
"@popperjs/core": "2.4.0",
|
|
79
79
|
"@vscode/codicons": "0.0.36",
|
|
80
80
|
"date-fns": "2.30.0",
|
|
@@ -98,5 +98,5 @@
|
|
|
98
98
|
"publishConfig": {
|
|
99
99
|
"access": "public"
|
|
100
100
|
},
|
|
101
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "56ad6e864227173e0941791008ee1fd19462e961"
|
|
102
102
|
}
|
|
Binary file
|