@tracktor/design-system 4.31.0 → 4.31.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.
package/dist/main.js CHANGED
@@ -22951,7 +22951,6 @@ const vd = () => {
22951
22951
  Vn,
22952
22952
  {
22953
22953
  variant: "elevation",
22954
- elevation: a.mode === "dark" ? 5 : 0,
22955
22954
  onClick: () => o?.(A),
22956
22955
  sx: {
22957
22956
  ".grabbing &": {
@@ -22959,10 +22958,10 @@ const vd = () => {
22959
22958
  pointerEvents: "none"
22960
22959
  },
22961
22960
  "&:hover": {
22962
- boxShadow: 8
22961
+ boxShadow: 4
22963
22962
  },
22964
22963
  background: "background.paper",
22965
- border: `1px solid ${S ? a.action.active : a.mode === "dark" ? a.divider : "transparent"}`,
22964
+ border: `1px solid ${S ? a.action.active : "transparent"}`,
22966
22965
  boxShadow: "0px 0 8px 0 rgba(0, 0, 0, 0.10), 0px 1px 1px 0px rgba(0, 0, 0, 0.04), 0px 1px 3px 0px rgba(0, 0, 0, 0.03)",
22967
22966
  cursor: "pointer",
22968
22967
  flexShrink: 0,
@@ -23079,6 +23078,8 @@ const vd = () => {
23079
23078
  /* @__PURE__ */ d(
23080
23079
  Vn,
23081
23080
  {
23081
+ variant: "elevation",
23082
+ elevation: 0,
23082
23083
  sx: {
23083
23084
  ".kanban-virtual-list": {
23084
23085
  "&::-webkit-scrollbar": { display: "none" },
@@ -23094,7 +23095,6 @@ const vd = () => {
23094
23095
  height: 0,
23095
23096
  width: c
23096
23097
  },
23097
- elevation: 0,
23098
23098
  children: /* @__PURE__ */ d(pe, { height: "100%", children: /* @__PURE__ */ d(Ae, { flex: 1, ref: I, className: "kanban-virtual-list", onWheel: m, children: M ? /* @__PURE__ */ d(pe, { spacing: 1, p: `${s}px`, children: Array.from({ length: P }).map((k, B) => /* @__PURE__ */ d(St, { variant: "rounded", height: 112 }, B)) }) : /* @__PURE__ */ d(
23099
23099
  Ae,
23100
23100
  {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@tracktor/design-system",
3
3
  "description": "Tracktor Design System",
4
4
  "sideEffects": false,
5
- "version": "4.31.0",
5
+ "version": "4.31.1",
6
6
  "license": "ISC",
7
7
  "type": "module",
8
8
  "types": "./dist/src/main.d.ts",