polpo 0.1.12 → 0.1.15

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.
@@ -1526,13 +1526,13 @@ var Backdrop = ({
1526
1526
  const backgroundStyles = (0, import_react26.useMemo)(() => {
1527
1527
  const backdropStyles = {
1528
1528
  ["opaque" /* OPAQUE */]: {
1529
- background: `hsl(from var(--background-paper) h s l / ${opacity * 100}%)`
1529
+ background: `hsl(from var(--color-background-paper) h s l / ${opacity * 100}%)`
1530
1530
  },
1531
1531
  ["transparent" /* TRANSPARENT */]: {
1532
1532
  background: "transparent"
1533
1533
  },
1534
1534
  ["blur" /* BLUR */]: {
1535
- background: `hsl(from var(--background-paper) h s l / ${opacity * 100}%)`,
1535
+ background: `hsl(from var(--color-background-paper) h s l / ${opacity * 100}%)`,
1536
1536
  backdropFilter: "blur(5px)"
1537
1537
  },
1538
1538
  ["none" /* NONE */]: {
@@ -3319,7 +3319,7 @@ var SmartTableColumn = ({
3319
3319
  /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(Typography, { variant: "label", noPadding: true, children: header }),
3320
3320
  sortIcon
3321
3321
  ] }),
3322
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(Ripple, { color: "var(--primary-700)" })
3322
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(Ripple, { color: "var(--color-primary-700)" })
3323
3323
  ] });
3324
3324
  };
3325
3325