@bytenew/bn-applet-ui 1.1.37 → 1.1.38

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.
Files changed (2) hide show
  1. package/common.scss +2 -2
  2. package/package.json +1 -1
package/common.scss CHANGED
@@ -964,11 +964,11 @@ $colors: (
964
964
  color: #52C41A !important;
965
965
  }
966
966
 
967
- .bnIcon-appFolder {
967
+ .icon-folder3 {
968
968
  color: #FAAD14 !important;
969
969
  }
970
970
 
971
- .bnIcon-appFolder-close {
971
+ .icon-folder3-close {
972
972
  color: #FAAD14 !important;
973
973
  }
974
974
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytenew/bn-applet-ui",
3
- "version": "1.1.37",
3
+ "version": "1.1.38",
4
4
  "description": "班牛组件库 vue2 版本",
5
5
  "private": false,
6
6
  "main": "dist/bn-applet-ui.umd.js",