@fileverse-dev/ddoc 2.1.0-patch-11 → 2.1.0-patch-12
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/index.es.js +3 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -137134,7 +137134,9 @@ const Tmt = an.create({
|
|
137134
137134
|
"1.5": "-translate-x-[140%]",
|
137135
137135
|
2: "-translate-x-[300%]"
|
137136
137136
|
};
|
137137
|
-
|
137137
|
+
e.classList.remove(
|
137138
|
+
...Array.from(e.classList).filter((i) => i.startsWith("-translate-x-"))
|
137139
|
+
), !window.matchMedia("(max-width: 1280px)").matches && n in r && e.classList.add(r[n]);
|
137138
137140
|
}
|
137139
137141
|
};
|
137140
137142
|
pe($0, "instance");
|