@max-ts/components 1.1.5 → 1.1.6

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.
Files changed (2) hide show
  1. package/lib/index.mjs +2 -3
  2. package/package.json +1 -1
package/lib/index.mjs CHANGED
@@ -3745,7 +3745,6 @@ const Ad = ({
3745
3745
  );
3746
3746
  }, Hd = "dashboard::collapsedIn", Yd = m("div")`
3747
3747
  width: 100%;
3748
- max-width: 1200px;
3749
3748
  height: 100%;
3750
3749
  margin: auto;
3751
3750
  display: grid;
@@ -10134,8 +10133,8 @@ const Ub = (e) => /* @__PURE__ */ l.jsx(gl, { ...e }), xv = m(Wr)`
10134
10133
  background-color: unset;
10135
10134
  }
10136
10135
  svg {
10137
- width: 20px;
10138
- height: 20px;
10136
+ max-width: 30px;
10137
+ max-height: 30px;
10139
10138
  }
10140
10139
  `, Hv = m(he)`
10141
10140
  overflow: hidden;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@max-ts/components",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "browser": "./src/index.ts",
5
5
  "main": "./lib/index.mjs",
6
6
  "module": "./lib/index.mjs",