@dextinity/admin 10.7.0 → 10.7.1-canary-20260916064634
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.
|
@@ -20,7 +20,7 @@ export interface ToolbarProps extends ThemedComponentBaseProps<{
|
|
|
20
20
|
hideTopBar?: boolean;
|
|
21
21
|
/**
|
|
22
22
|
* The height of the header above the toolbar. Default behaviour is to use the height of the headerHeight from the
|
|
23
|
-
* MasterLayoutContext, but can be
|
|
23
|
+
* MasterLayoutContext, but can be overridden here
|
|
24
24
|
*/
|
|
25
25
|
headerHeight?: number;
|
|
26
26
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dextinity/admin",
|
|
3
|
-
"version": "10.7.
|
|
3
|
+
"version": "10.7.1-canary-20260916064634",
|
|
4
4
|
"description": "Dextinity Admin package",
|
|
5
5
|
"repository": {
|
|
6
6
|
"directory": "packages/admin/admin",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"react-dropzone": "^14.3.8",
|
|
33
33
|
"use-constant": "^2.0.0",
|
|
34
34
|
"uuid": "^11.1.1",
|
|
35
|
-
"@dextinity/admin-icons": "10.7.
|
|
35
|
+
"@dextinity/admin-icons": "10.7.1-canary-20260916064634"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@apollo/client": "^3.14.1",
|
|
@@ -89,9 +89,9 @@
|
|
|
89
89
|
"vite": "^7.3.1",
|
|
90
90
|
"vite-tsconfig-paths": "^6.0.4",
|
|
91
91
|
"vitest": "^4.1.8",
|
|
92
|
-
"@dextinity/admin-babel-preset": "10.7.
|
|
93
|
-
"@dextinity/eslint-config": "10.7.
|
|
94
|
-
"@dextinity/eslint-plugin": "10.7.
|
|
92
|
+
"@dextinity/admin-babel-preset": "10.7.1-canary-20260916064634",
|
|
93
|
+
"@dextinity/eslint-config": "10.7.1-canary-20260916064634",
|
|
94
|
+
"@dextinity/eslint-plugin": "10.7.1-canary-20260916064634"
|
|
95
95
|
},
|
|
96
96
|
"peerDependencies": {
|
|
97
97
|
"@apollo/client": "^3.7.0",
|