@iiwin/icons
Advanced tools
Comparing version 0.0.1 to 0.0.3
@@ -0,1 +1,17 @@ | ||
export { default as BoxClockIcon } from "./box-clock"; | ||
export { default as BoxCursorIcon } from "./box-cursor"; | ||
export { default as BoxLoadingIcon } from "./box-loading"; | ||
export { default as BoxIcon } from "./box"; | ||
export { default as CheckBoxIcon } from "./check-box"; | ||
export { default as ClockIcon } from "./clock"; | ||
export { default as DiamondIcon } from "./diamond"; | ||
export { default as GiftBoxIcon } from "./gift-box"; | ||
export { default as LinkIcon } from "./link"; | ||
export { default as PhoneIcon } from "./phone"; | ||
export { default as QrCodeIcon } from "./qr-code"; | ||
export { default as ShopBagIcon } from "./shop-bag"; | ||
export { default as ShopCartIcon } from "./shop-cart"; | ||
export { default as StarIcon } from "./star"; | ||
export { default as TruckIcon } from "./truck"; | ||
export { default as UserIcon } from "./user"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -0,2 +1,18 @@ | ||
export { default as BoxClockIcon } from "./box-clock"; | ||
export { default as BoxCursorIcon } from "./box-cursor"; | ||
export { default as BoxLoadingIcon } from "./box-loading"; | ||
export { default as BoxIcon } from "./box"; | ||
export { default as CheckBoxIcon } from "./check-box"; | ||
export { default as ClockIcon } from "./clock"; | ||
export { default as DiamondIcon } from "./diamond"; | ||
export { default as GiftBoxIcon } from "./gift-box"; | ||
export { default as LinkIcon } from "./link"; | ||
export { default as PhoneIcon } from "./phone"; | ||
export { default as QrCodeIcon } from "./qr-code"; | ||
export { default as ShopBagIcon } from "./shop-bag"; | ||
export { default as ShopCartIcon } from "./shop-cart"; | ||
export { default as StarIcon } from "./star"; | ||
export { default as TruckIcon } from "./truck"; | ||
export { default as UserIcon } from "./user"; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@iiwin/icons", | ||
"version": "0.0.1", | ||
"version": "0.0.3", | ||
"license": "UNLICENSED", | ||
@@ -11,3 +11,4 @@ "module": "dist/index.js", | ||
"scripts": { | ||
"build": "svgr --out-dir src/icons --ext tsx -- src/svg && swc ./src/ -d dist --strip-leading-paths --source-maps && yarn tsc" | ||
"build": "svgr --out-dir src -- src/svg && swc ./src/ -d dist --strip-leading-paths --source-maps && yarn tsc", | ||
"finalize": "bump-version && npm publish" | ||
}, | ||
@@ -19,5 +20,6 @@ "devDependencies": { | ||
"@types/react": "^18.2.72", | ||
"phuc-bump-version": "^1.0.3", | ||
"svgo": "^3.2.0", | ||
"typescript": "^5.4.3" | ||
} | ||
} | ||
} |
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
123807
1525
7
69
1