@max-ts/components 1.0.0 → 1.0.1

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 -2
  2. package/package.json +1 -1
package/lib/index.mjs CHANGED
@@ -9503,7 +9503,7 @@ const qo = ({
9503
9503
  display: grid;
9504
9504
  grid-template-columns: min-content 1fr auto;
9505
9505
  grid-template-rows: repeat(4, auto);
9506
- padding: ${({ theme: e }) => e.spacing(2, 4)};
9506
+ padding: ${({ theme: e }) => e.spacing(2)};
9507
9507
  padding-bottom: 0;
9508
9508
 
9509
9509
  &:has(.${zr}) {
@@ -10026,7 +10026,7 @@ const Ub = (e) => /* @__PURE__ */ l.jsx(hl, { ...e }), wv = m(Wr)`
10026
10026
  display: flex;
10027
10027
  align-items: center;
10028
10028
  cursor: pointer;
10029
- background-color: ${({ theme: e, active: t }) => t && e.palette.action.active};
10029
+ background-color: ${({ theme: e, active: t }) => t && e.palette.action.hover};
10030
10030
  &:hover {
10031
10031
  background-color: ${({ theme: e }) => e.palette.action.hover};
10032
10032
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@max-ts/components",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "browser": "./src/index.ts",
5
5
  "main": "./lib/index.mjs",
6
6
  "module": "./lib/index.mjs",