@nutui/icons-react-taro 1.0.0-beta.0 → 1.0.0-beta.1
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/es/index.es.js +1 -1
- package/package.json +1 -1
package/dist/es/index.es.js
CHANGED
|
@@ -228,4 +228,4 @@ export { default as WarningPolygon } from "./icons/WarningPolygon.js";
|
|
|
228
228
|
export { default as Warning } from "./icons/Warning.js";
|
|
229
229
|
export { default as ZoomIn } from "./icons/ZoomIn.js";
|
|
230
230
|
export { default as ZoomOut } from "./icons/ZoomOut.js";
|
|
231
|
-
import "../
|
|
231
|
+
import "../style_icon.css";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nutui/icons-react-taro",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.1",
|
|
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",
|