dash_mantine_components 2.3.0 → 2.4.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/dash_mantine_components/async-AreaChart.js +1 -1
- package/dash_mantine_components/async-BarChart.js +1 -1
- package/dash_mantine_components/async-BubbleChart.js +1 -1
- package/dash_mantine_components/async-CodeHighlight.js +1 -1
- package/dash_mantine_components/async-CodeHighlightTabs.js +1 -1
- package/dash_mantine_components/async-CompositeChart.js +1 -1
- package/dash_mantine_components/async-DonutChart.js +1 -1
- package/dash_mantine_components/async-InlineCodeHighlight.js +1 -1
- package/dash_mantine_components/async-LineChart.js +1 -1
- package/dash_mantine_components/async-PieChart.js +1 -1
- package/dash_mantine_components/async-RadarChart.js +1 -1
- package/dash_mantine_components/async-RichTextEditor.js +1 -1
- package/dash_mantine_components/async-ScatterChart.js +1 -1
- package/dash_mantine_components/dash_mantine_components-charts-shared.js +1 -1
- package/dash_mantine_components/dash_mantine_components.js +1 -1
- package/dash_mantine_components/proptypes.js +144 -49
- package/package.json +28 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dash_mantine_components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.1",
|
|
4
4
|
"description": "Plotly Dash Components based on Mantine",
|
|
5
5
|
"main": "index.ts",
|
|
6
6
|
"repository": {
|
|
@@ -47,38 +47,40 @@
|
|
|
47
47
|
"author": "Snehil Vijay <snehilvj@outlook.com>",
|
|
48
48
|
"license": "MIT",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@mantine/carousel": "8.3.
|
|
51
|
-
"@mantine/charts": "8.3.
|
|
52
|
-
"@mantine/code-highlight": "8.3.
|
|
53
|
-
"@mantine/core": "8.3.
|
|
54
|
-
"@mantine/dates": "8.3.
|
|
55
|
-
"@mantine/hooks": "8.3.
|
|
56
|
-
"@mantine/notifications": "8.3.
|
|
57
|
-
"@mantine/nprogress": "8.3.
|
|
58
|
-
"@mantine/spotlight": "8.3.
|
|
59
|
-
"@mantine/tiptap": "8.3.
|
|
50
|
+
"@mantine/carousel": "8.3.10",
|
|
51
|
+
"@mantine/charts": "8.3.10",
|
|
52
|
+
"@mantine/code-highlight": "8.3.10",
|
|
53
|
+
"@mantine/core": "8.3.10",
|
|
54
|
+
"@mantine/dates": "8.3.10",
|
|
55
|
+
"@mantine/hooks": "8.3.10",
|
|
56
|
+
"@mantine/notifications": "8.3.10",
|
|
57
|
+
"@mantine/nprogress": "8.3.10",
|
|
58
|
+
"@mantine/spotlight": "8.3.10",
|
|
59
|
+
"@mantine/tiptap": "8.3.10",
|
|
60
60
|
"@plotly/dash-component-plugins": "^1.2.0",
|
|
61
|
-
"@tiptap/extension-table": "3.
|
|
62
|
-
"@tiptap/extension-image": "3.
|
|
63
|
-
"@tiptap/core": "^3.
|
|
64
|
-
"@tiptap/extension-highlight": "^3.
|
|
65
|
-
"@tiptap/extension-history": "^3.
|
|
66
|
-
"@tiptap/extensions": "^3.
|
|
67
|
-
"@tiptap/extension-subscript": "^3.
|
|
68
|
-
"@tiptap/extension-superscript": "^3.
|
|
69
|
-
"@tiptap/extension-list": "^3.
|
|
70
|
-
"@tiptap/extension-text-align": "^3.
|
|
71
|
-
"@tiptap/extension-text-style": "^3.
|
|
72
|
-
"@tiptap/
|
|
73
|
-
"@tiptap/
|
|
74
|
-
"@tiptap/
|
|
61
|
+
"@tiptap/extension-table": "3.14.0",
|
|
62
|
+
"@tiptap/extension-image": "3.14.0",
|
|
63
|
+
"@tiptap/core": "^3.14.0",
|
|
64
|
+
"@tiptap/extension-highlight": "^3.14.0",
|
|
65
|
+
"@tiptap/extension-history": "^3.14.0",
|
|
66
|
+
"@tiptap/extensions": "^3.14.0",
|
|
67
|
+
"@tiptap/extension-subscript": "^3.14.0",
|
|
68
|
+
"@tiptap/extension-superscript": "^3.14.0",
|
|
69
|
+
"@tiptap/extension-list": "^3.14.0",
|
|
70
|
+
"@tiptap/extension-text-align": "^3.14.0",
|
|
71
|
+
"@tiptap/extension-text-style": "^3.14.0",
|
|
72
|
+
"@tiptap/extension-code-block-lowlight": "^3.14.0" ,
|
|
73
|
+
"@tiptap/pm": "^3.14.0",
|
|
74
|
+
"@tiptap/react": "^3.14.0",
|
|
75
|
+
"@tiptap/starter-kit": "^3.14.0",
|
|
76
|
+
"lowlight": "^3.3.0",
|
|
75
77
|
"dayjs": "^1.11.13",
|
|
76
78
|
"embla-carousel-auto-scroll": "^8.5.2",
|
|
77
79
|
"embla-carousel-autoplay": "^8.5.2",
|
|
78
80
|
"embla-carousel-react": "^8.5.2",
|
|
79
81
|
"is-absolute-url": "^4.0.1",
|
|
80
82
|
"jsonpath": "^1.1.1",
|
|
81
|
-
"recharts": "^2.
|
|
83
|
+
"recharts": "^2.15.4",
|
|
82
84
|
"highlight.js": "^11.11.1"
|
|
83
85
|
},
|
|
84
86
|
"files": [
|