@devtable/dashboard 4.6.0 → 4.7.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/dashboard.es.js +61 -52
- package/dist/dashboard.umd.js +4 -4
- package/dist/style.css +1 -1
- package/package.json +17 -17
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.filter-settings-tabs{width:100%;height:100%}.filter-settings-tabs .mantine-Tabs-panel{height:calc(100% - 25px)}.filter-settings-tabs .mantine-Tabs-tabsListWrapper{flex:0}.filter-settings-tabs .mantine-Tabs-body{flex:1;overflow:scroll}.viz-root{width:100%;overflow:scroll;padding-top:5px;height:calc(100% - 25px);background-color:#fff}.panel-title-wrapper{text-align:center;transition:background-color .3s ease}.panel-title-wrapper:hover{cursor:pointer;background-color:#6464640d}.panel-root{padding:5px;height:100%;width:100%;max-width:100%;background:transparent;border-radius:4px;border:1px solid #ced4da}.panel-settings-tabs{width:100%;height:100%}.panel-settings-tabs .mantine-Tabs-panel{height:calc(100% - 25px)}.panel-settings-tabs .mantine-Tabs-tabsListWrapper{flex:0}.panel-settings-tabs .mantine-Tabs-body{flex:1;overflow:scroll}.
|
|
1
|
+
.filter-settings-tabs{width:100%;height:100%}.filter-settings-tabs .mantine-Tabs-panel{height:calc(100% - 25px)}.filter-settings-tabs .mantine-Tabs-tabsListWrapper{flex:0}.filter-settings-tabs .mantine-Tabs-body{flex:1;overflow:scroll}.viz-root{width:100%;overflow:scroll;padding-top:5px;height:calc(100% - 25px);background-color:#fff}.panel-title-wrapper{text-align:center;transition:background-color .3s ease}.panel-title-wrapper:hover{cursor:pointer;background-color:#6464640d}.panel-root{padding:5px;height:100%;width:100%;max-width:100%;background:transparent;border-radius:4px;border:1px solid #ced4da}.panel-settings-tabs{width:100%;height:100%}.panel-settings-tabs .mantine-Tabs-panel{height:calc(100% - 25px)}.panel-settings-tabs .mantine-Tabs-tabsListWrapper{flex:0}.panel-settings-tabs .mantine-Tabs-body{flex:1;overflow:scroll}.react-grid-item{padding:0}.remove-panel{position:absolute;right:2px;top:0;cursor:pointer}.code-textarea textarea{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.dashboard-root{overflow:scroll;padding:0 10px 10px;height:100%}.dashboard-sticky-area{z-index:100;background:white;margin:0;padding:0 10px}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devtable/dashboard",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.7.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -42,14 +42,14 @@
|
|
|
42
42
|
"stickybits": "3.7.11"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@mantine/core": "
|
|
46
|
-
"@mantine/dates": "
|
|
47
|
-
"@mantine/form": "
|
|
48
|
-
"@mantine/hooks": "
|
|
49
|
-
"@mantine/modals": "
|
|
50
|
-
"@mantine/notifications": "
|
|
51
|
-
"@mantine/prism": "
|
|
52
|
-
"@mantine/rte": "
|
|
45
|
+
"@mantine/core": "5.5.5",
|
|
46
|
+
"@mantine/dates": "5.5.5",
|
|
47
|
+
"@mantine/form": "5.5.5",
|
|
48
|
+
"@mantine/hooks": "5.5.5",
|
|
49
|
+
"@mantine/modals": "5.5.5",
|
|
50
|
+
"@mantine/notifications": "5.5.5",
|
|
51
|
+
"@mantine/prism": "5.5.5",
|
|
52
|
+
"@mantine/rte": "5.5.5",
|
|
53
53
|
"@testing-library/cypress": "^8.0.3",
|
|
54
54
|
"@testing-library/jest-dom": "^5.16.4",
|
|
55
55
|
"@testing-library/react": "^13.3.0",
|
|
@@ -82,14 +82,14 @@
|
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|
|
84
84
|
"@emotion/react": "11.10.0",
|
|
85
|
-
"@mantine/core": "
|
|
86
|
-
"@mantine/dates": "
|
|
87
|
-
"@mantine/form": "
|
|
88
|
-
"@mantine/hooks": "
|
|
89
|
-
"@mantine/modals": "
|
|
90
|
-
"@mantine/notifications": "
|
|
91
|
-
"@mantine/prism": "
|
|
92
|
-
"@mantine/rte": "
|
|
85
|
+
"@mantine/core": "5.5.5",
|
|
86
|
+
"@mantine/dates": "5.5.5",
|
|
87
|
+
"@mantine/form": "5.5.5",
|
|
88
|
+
"@mantine/hooks": "5.5.5",
|
|
89
|
+
"@mantine/modals": "5.5.5",
|
|
90
|
+
"@mantine/notifications": "5.5.5",
|
|
91
|
+
"@mantine/prism": "5.5.5",
|
|
92
|
+
"@mantine/rte": "5.5.5",
|
|
93
93
|
"ahooks": "^3.3.11",
|
|
94
94
|
"axios": "^0.27.2",
|
|
95
95
|
"d3-array": "3.2.0",
|