@archbase/admin 3.0.13 → 3.0.14
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/index.js +3 -1
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -2898,8 +2898,10 @@ function Ro({
|
|
|
2898
2898
|
overflow: "hidden"
|
|
2899
2899
|
} : {
|
|
2900
2900
|
height: "calc(100vh - var(--app-shell-header-offset, 0px) - var(--app-shell-footer-offset, 0px) - 1rem)",
|
|
2901
|
-
width: "100%",
|
|
2901
|
+
width: "calc(100% - 1rem)",
|
|
2902
2902
|
marginTop: "0.5rem",
|
|
2903
|
+
marginLeft: "0.5rem",
|
|
2904
|
+
marginRight: "0.5rem",
|
|
2903
2905
|
border: `1px solid ${dA === "dark" ? E.colors.dark[4] : "#e4e9ef"}`,
|
|
2904
2906
|
borderRadius: "4px",
|
|
2905
2907
|
overflow: "hidden"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@archbase/admin",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.14",
|
|
4
4
|
"description": "Admin interface components for Archbase React",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"author": "Edson Martins",
|
|
27
27
|
"license": "MIT",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@archbase/components": "3.0.
|
|
30
|
-
"@archbase/core": "3.0.
|
|
31
|
-
"@archbase/data": "3.0.
|
|
32
|
-
"@archbase/layout": "3.0.
|
|
33
|
-
"@archbase/security": "3.0.
|
|
34
|
-
"@archbase/template": "3.0.
|
|
29
|
+
"@archbase/components": "3.0.14",
|
|
30
|
+
"@archbase/core": "3.0.14",
|
|
31
|
+
"@archbase/data": "3.0.14",
|
|
32
|
+
"@archbase/layout": "3.0.14",
|
|
33
|
+
"@archbase/security": "3.0.14",
|
|
34
|
+
"@archbase/template": "3.0.14",
|
|
35
35
|
"@mantine/core": "8.3.14",
|
|
36
36
|
"@mantine/form": "8.3.14",
|
|
37
37
|
"@mantine/hooks": "8.3.14",
|