wave-ui 3.25.0 → 3.25.2

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.
@@ -536,10 +536,10 @@ const pt = (e, t) => {
536
536
  "d-iflex{display:inline-flex}",
537
537
  "d-block{display:block}",
538
538
  "d-iblock{display:inline-block}",
539
- "por{position:relative}",
540
- "poa{position:absolute}",
541
- "pof{position:fixed}",
542
- "pos{position:sticky}",
539
+ "relative{position:relative}",
540
+ "absolute{position:absolute}",
541
+ "fixed{position:fixed}",
542
+ "sticky{position:sticky}",
543
543
  "text-left{text-align:left}",
544
544
  "text-center{text-align:center}",
545
545
  "text-right{text-align:right}",