@nutui/icons-react-taro 0.0.1-1 → 0.0.1-2

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.
@@ -127,4 +127,4 @@ export { default as TriangleDown } from "./icons/TriangleDown.js";
127
127
  export { default as TriangleUp } from "./icons/TriangleUp.js";
128
128
  export { default as Uploader } from "./icons/Uploader.js";
129
129
  export { default as Voice } from "./icons/Voice.js";
130
- import "../style_iconfont.css";
130
+ import "../style_icon.css";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nutui/icons-react-taro",
3
- "version": "0.0.1-1",
3
+ "version": "0.0.1-2",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "vite build --config vite.config.build.es.ts && vite build --config vite.config.build.umd.ts && vite build --config vite.config.build.css.ts && vite build --config vite.config.dts.ts",