@osrd-project/ui-icons
Advanced tools
Comparing version 0.0.3 to 0.0.5
@@ -8,4 +8,10 @@ import React from 'react'; | ||
} | ||
export type ZapProps = ZapbaseProps; | ||
interface ZapfillProps { | ||
size?: 'sm' | 'lg'; | ||
variant?: 'fill'; | ||
title?: string; | ||
color?: string; | ||
} | ||
export type ZapProps = ZapbaseProps | ZapfillProps; | ||
declare const Zap: React.FC<ZapProps>; | ||
export default Zap; |
@@ -57,2 +57,3 @@ export { default as Alert } from './components/Alert'; | ||
export { default as Ellipsis } from './components/Ellipsis'; | ||
export { default as Engine } from './components/Engine'; | ||
export { default as Eye } from './components/Eye'; | ||
@@ -173,2 +174,3 @@ export { default as EyeClosed } from './components/EyeClosed'; | ||
export { default as Sparkle } from './components/Sparkle'; | ||
export { default as Speed } from './components/Speed'; | ||
export { default as Square } from './components/Square'; | ||
@@ -175,0 +177,0 @@ export { default as Squirrel } from './components/Squirrel'; |
{ | ||
"name": "@osrd-project/ui-icons", | ||
"version": "0.0.3", | ||
"version": "0.0.5", | ||
"type": "module", | ||
"main": "dist/index.umd.js", | ||
"module": "dist/index.esm.js", | ||
@@ -14,6 +13,7 @@ "scripts": { | ||
"devDependencies": { | ||
"@babel/preset-env": "7.23.8", | ||
"@babel/preset-env": "7.23.9", | ||
"@babel/preset-react": "7.23.3", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
"@rollup/plugin-commonjs": "^25.0.7", | ||
"@rollup/plugin-terser": "^0.4.4", | ||
"@rollup/plugin-typescript": "^11.1.6", | ||
@@ -25,2 +25,3 @@ "@types/react": "^18.2.48", | ||
"rollup": "^4.9.6", | ||
"rollup-plugin-dts": "^6.1.0", | ||
"svgo": "3.2.0", | ||
@@ -27,0 +28,0 @@ "tslib": "^2.6.2", |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
219
1
122616
15
4307
1