@stokelp/ui 2.64.0 → 2.64.1
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/style.css +1 -1
- package/dist/ui.cjs +1 -1
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.js +1 -1
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -17939,7 +17939,7 @@ const { withProvider: ep, withContext: w5 } = J(ua, {
|
|
|
17939
17939
|
"100%": { opacity: "1", transform: "translateX(0)" }
|
|
17940
17940
|
},
|
|
17941
17941
|
fadeInFromBottom: {
|
|
17942
|
-
"0%": { opacity: "0", transform: "translateY(
|
|
17942
|
+
"0%": { opacity: "0", transform: "translateY(100%)" },
|
|
17943
17943
|
"100%": { opacity: "1", transform: "translateX(0)" }
|
|
17944
17944
|
},
|
|
17945
17945
|
fadeInSkew: {
|