@alexandragr/ui-kit
Advanced tools
Comparing version
import { jsx as _jsx } from "react/jsx-runtime"; | ||
import { memo } from 'react'; | ||
import { DynamicSvgIcon, } from '@mihanizm56/icons-loader'; | ||
import styles from './global-preloader.module.scss'; | ||
import styles from './global-loader.module.scss'; | ||
export const GlobalLoader = memo(({ imgPath, version = 'v0.0.0', appNamespace = 'root' }) => (_jsx(DynamicSvgIcon, { appNamespace: appNamespace, className: styles.GlobalPreloader, height: 70, imgName: "global-loader-ui", imgPath: imgPath, version: version, width: 70 }))); |
{ | ||
"name": "@alexandragr/ui-kit", | ||
"version": "1.0.0-beta.4", | ||
"version": "1.0.0-beta.5", | ||
"homepage": ".", | ||
@@ -5,0 +5,0 @@ "description": "library of ui components", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
52615
0.06%1
-50%