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.
- package/dist/yach.open.ui-with-locales.css +1 -1
- package/dist/yach.open.ui-with-locales.js +1 -1
- package/dist/yach.open.ui-with-locales.min.css +1 -1
- package/dist/yach.open.ui-with-locales.min.js +1 -1
- package/dist/yach.open.ui.css +1 -1
- package/dist/yach.open.ui.js +1 -1
- package/dist/yach.open.ui.min.css +1 -1
- package/dist/yach.open.ui.min.js +1 -1
- package/es/components/complex-picker/style/RecentForward.less +1 -1
- package/es/components/complex-picker/style/index.css +1 -1
- package/lib/components/complex-picker/style/RecentForward.less +1 -1
- package/lib/components/complex-picker/style/index.css +1 -1
- package/package.json +2 -2
package/dist/yach.open.ui.css
CHANGED
package/dist/yach.open.ui.js
CHANGED
package/dist/yach.open.ui.min.js
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yach.open.ui",
|
|
3
|
-
"version": "0.0.
|
|
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",
|