yach.open.ui 0.0.46 → 0.0.47

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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * yach.open.ui v0.0.46
3
+ * yach.open.ui v0.0.47
4
4
  *
5
5
  * Copyright 2020-present, Tal, Inc.
6
6
  * All rights reserved.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * yach.open.ui v0.0.46
3
+ * yach.open.ui v0.0.47
4
4
  *
5
5
  * Copyright 2020-present, Tal, Inc.
6
6
  * All rights reserved.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * yach.open.ui v0.0.46
3
+ * yach.open.ui v0.0.47
4
4
  *
5
5
  * Copyright 2020-present, Tal, Inc.
6
6
  * All rights reserved.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * yach.open.ui v0.0.46
3
+ * yach.open.ui v0.0.47
4
4
  *
5
5
  * Copyright 2020-present, Tal, Inc.
6
6
  * All rights reserved.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * yach.open.ui v0.0.46
3
+ * yach.open.ui v0.0.47
4
4
  *
5
5
  * Copyright 2020-present, Tal, Inc.
6
6
  * All rights reserved.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * yach.open.ui v0.0.46
3
+ * yach.open.ui v0.0.47
4
4
  *
5
5
  * Copyright 2020-present, Tal, Inc.
6
6
  * All rights reserved.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * yach.open.ui v0.0.46
3
+ * yach.open.ui v0.0.47
4
4
  *
5
5
  * Copyright 2020-present, Tal, Inc.
6
6
  * All rights reserved.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * yach.open.ui v0.0.46
3
+ * yach.open.ui v0.0.47
4
4
  *
5
5
  * Copyright 2020-present, Tal, Inc.
6
6
  * All rights reserved.
@@ -19,7 +19,7 @@
19
19
  height: 6px;
20
20
  }
21
21
  .recentForwardItem {
22
- width: 42px;
22
+ width: 46px;
23
23
  height: 54px;
24
24
  margin: 0 8px;
25
25
  display: flex;
@@ -861,7 +861,7 @@
861
861
  height: 6px;
862
862
  }
863
863
  .recentForwardBox .recentForwardList .recentForwardItem {
864
- width: 42px;
864
+ width: 46px;
865
865
  height: 54px;
866
866
  margin: 0 8px;
867
867
  display: flex;
@@ -19,7 +19,7 @@
19
19
  height: 6px;
20
20
  }
21
21
  .recentForwardItem {
22
- width: 42px;
22
+ width: 46px;
23
23
  height: 54px;
24
24
  margin: 0 8px;
25
25
  display: flex;
@@ -861,7 +861,7 @@
861
861
  height: 6px;
862
862
  }
863
863
  .recentForwardBox .recentForwardList .recentForwardItem {
864
- width: 42px;
864
+ width: 46px;
865
865
  height: 54px;
866
866
  margin: 0 8px;
867
867
  display: flex;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "yach.open.ui",
3
- "version": "0.0.46",
3
+ "version": "0.0.47",
4
4
  "description": "yach开放平台UI组件库",
5
5
  "author": "ostwind <lichuanqing@100tal.com>",
6
6
  "scripts": {
7
7
  "dev": "yarn storybook",
8
- "build": "npm run compile && NODE_OPTIONS='--max-old-space-size=4096' npm run dist",
8
+ "build": "npm run compile && NODE_OPTIONS='--max-old-space-size=4096 ' npm run dist",
9
9
  "compile": "yachoui-tools run compile",
10
10
  "compile:less": "yachoui-tools run compile:less",
11
11
  "dist": "yachoui-tools run dist",