@compill/admin 1.0.82 → 1.0.83

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/index.cjs.js CHANGED
@@ -3158,7 +3158,8 @@ function Sidebar(_a) {
3158
3158
  return jsxRuntime.jsxs("div", Object.assign({
3159
3159
  dflex: true,
3160
3160
  flexCol: true,
3161
- w: "64",
3161
+ w: "full",
3162
+ md_w: "64",
3162
3163
  minH: "screen",
3163
3164
  p: "0",
3164
3165
  textColor: darkMode ? "white" : "slate-800"
package/index.esm.js CHANGED
@@ -3148,7 +3148,8 @@ function Sidebar(_a) {
3148
3148
  return jsxs("div", Object.assign({
3149
3149
  dflex: true,
3150
3150
  flexCol: true,
3151
- w: "64",
3151
+ w: "full",
3152
+ md_w: "64",
3152
3153
  minH: "screen",
3153
3154
  p: "0",
3154
3155
  textColor: darkMode ? "white" : "slate-800"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compill/admin",
3
- "version": "1.0.82",
3
+ "version": "1.0.83",
4
4
  "module": "./index.esm.js",
5
5
  "main": "./index.cjs.js"
6
6
  }