@zyzgroup/core-web 0.0.100 → 0.1.0

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.
@@ -7566,6 +7566,10 @@ function cu(n, t, e = {}) {
7566
7566
  }
7567
7567
  Lc(`
7568
7568
  :root {
7569
+ --sat: constant(safe-area-inset-top);
7570
+ --sar: constant(safe-area-inset-right);
7571
+ --sab: constant(safe-area-inset-bottom);
7572
+ --sal: constant(safe-area-inset-left);
7569
7573
  --sat: env(safe-area-inset-top);
7570
7574
  --sar: env(safe-area-inset-right);
7571
7575
  --sab: env(safe-area-inset-bottom);