@moontra/moonui-pro 2.34.13 → 2.34.14
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/cdn/index.global.js +94 -94
- package/dist/cdn/index.global.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -90961,7 +90961,7 @@ function FloatingCodeItem({
|
|
|
90961
90961
|
};
|
|
90962
90962
|
}
|
|
90963
90963
|
}, [variant, index2, speed, density]);
|
|
90964
|
-
const lang = languages[snippet.language];
|
|
90964
|
+
const lang = languages[snippet.language] || languages.javascript;
|
|
90965
90965
|
return /* @__PURE__ */ jsx(
|
|
90966
90966
|
motion.div,
|
|
90967
90967
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moontra/moonui-pro",
|
|
3
|
-
"version": "2.34.
|
|
3
|
+
"version": "2.34.14",
|
|
4
4
|
"description": "Premium React components for MoonUI - Advanced UI library with 50+ pro components including performance, interactive, and gesture components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.mjs",
|