mediacube-ui-v2 0.0.159 → 0.0.160

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.
@@ -12,7 +12,7 @@ const Pr = {
12
12
  "$size-400": "2rem",
13
13
  "$size-500": "2.5rem",
14
14
  "$size-550": "2.75rem",
15
- "$size-600": "3em",
15
+ "$size-600": "3rem",
16
16
  "$size-700": "3.5rem",
17
17
  "$size-800": "4rem",
18
18
  "$size-900": "4.5rem",
@@ -21,7 +21,7 @@ const Pr = {
21
21
  300: "1.5rem",
22
22
  400: "2rem",
23
23
  500: "2.5rem",
24
- 600: "3em",
24
+ 600: "3rem",
25
25
  700: "3.5rem",
26
26
  800: "4rem",
27
27
  900: "4.5rem",
@@ -37,7 +37,7 @@ const Pr = {
37
37
  400: "2rem",
38
38
  500: "2.5rem",
39
39
  550: "2.75rem",
40
- 600: "3em",
40
+ 600: "3rem",
41
41
  700: "3.5rem",
42
42
  800: "4rem",
43
43
  900: "4.5rem",
@@ -23041,7 +23041,7 @@ const Cg = {
23041
23041
  try {
23042
23042
  i.value && Object.keys(d.value).forEach((A) => {
23043
23043
  var D;
23044
- const x = parseInt((D = getComputedStyle(i.value)) == null ? void 0 : D.getPropertyValue(A));
23044
+ const x = parseFloat((D = getComputedStyle(i.value)) == null ? void 0 : D.getPropertyValue(A)) * parseFloat(getComputedStyle(document.documentElement).fontSize);
23045
23045
  x && (o.modal_params[A] = x);
23046
23046
  });
23047
23047
  } catch (A) {