dash_mantine_components 0.14.4 → 0.14.7
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/README.md +20 -28
- package/dash_mantine_components/dash_mantine_components.js +1 -1
- package/package.json +15 -13
- package/dash_mantine_components/metadata.json +0 -176418
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dash_mantine_components",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.7",
|
|
4
4
|
"description": "Plotly Dash Components based on Mantine",
|
|
5
5
|
"main": "index.ts",
|
|
6
6
|
"repository": {
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
"build:js": "webpack",
|
|
17
17
|
"build:backends": "dash-generate-components ./src/ts/components dash_mantine_components -p package-info.json --r-prefix '' --jl-prefix '' --ignore \\.test\\.",
|
|
18
18
|
"build": "npm run build:js && npm run build:backends",
|
|
19
|
-
"watch": "npm run build:js::dev -- --watch"
|
|
19
|
+
"watch": "npm run build:js::dev -- --watch",
|
|
20
|
+
"dist": "python -m build --sdist --wheel --outdir dist/"
|
|
20
21
|
},
|
|
21
22
|
"devDependencies": {
|
|
22
23
|
"@braintree/sanitize-url": "^7.0.0",
|
|
@@ -42,24 +43,25 @@
|
|
|
42
43
|
"author": "Snehil Vijay <snehilvj@outlook.com>",
|
|
43
44
|
"license": "MIT",
|
|
44
45
|
"dependencies": {
|
|
45
|
-
"@mantine/carousel": "
|
|
46
|
-
"@mantine/charts": "
|
|
47
|
-
"@mantine/code-highlight": "
|
|
48
|
-
"@mantine/core": "
|
|
49
|
-
"@mantine/dates": "
|
|
50
|
-
"@mantine/hooks": "
|
|
51
|
-
"@mantine/notifications": "
|
|
52
|
-
"@mantine/nprogress": "
|
|
53
|
-
"@mantine/spotlight": "
|
|
46
|
+
"@mantine/carousel": "7.13.4",
|
|
47
|
+
"@mantine/charts": "7.13.4",
|
|
48
|
+
"@mantine/code-highlight": "7.13.4",
|
|
49
|
+
"@mantine/core": "7.13.4",
|
|
50
|
+
"@mantine/dates": "7.13.4",
|
|
51
|
+
"@mantine/hooks": "7.13.4",
|
|
52
|
+
"@mantine/notifications": "7.13.4",
|
|
53
|
+
"@mantine/nprogress": "7.13.4",
|
|
54
|
+
"@mantine/spotlight": "7.13.4",
|
|
54
55
|
"dayjs": "^1.11.10",
|
|
55
|
-
"embla-carousel-
|
|
56
|
+
"embla-carousel-autoplay": "^8.3.0",
|
|
57
|
+
"embla-carousel-react": "^8.3.0",
|
|
58
|
+
"embla-carousel-auto-scroll": "^8.3.0",
|
|
56
59
|
"is-absolute-url": "^4.0.1",
|
|
57
60
|
"jsonpath": "^1.1.1",
|
|
58
61
|
"recharts": "^2.12.0"
|
|
59
62
|
},
|
|
60
63
|
"files": [
|
|
61
64
|
"/dash_mantine_components/*{.js,.map}",
|
|
62
|
-
"/dash_mantine_components/metadata.json",
|
|
63
65
|
"LICENSE"
|
|
64
66
|
]
|
|
65
67
|
}
|