|
@@ -15,10 +15,10 @@ const order = [
|
|
'icon',
|
|
'icon',
|
|
'layout',
|
|
'layout',
|
|
'tokens',
|
|
'tokens',
|
|
|
|
+ 'button',
|
|
'space',
|
|
'space',
|
|
'typography',
|
|
'typography',
|
|
'autocomplete',
|
|
'autocomplete',
|
|
- 'button',
|
|
|
|
'cascader',
|
|
'cascader',
|
|
'checkbox',
|
|
'checkbox',
|
|
'datepicker',
|
|
'datepicker',
|
|
@@ -65,6 +65,7 @@ const order = [
|
|
'tag',
|
|
'tag',
|
|
'timeline',
|
|
'timeline',
|
|
'tooltip',
|
|
'tooltip',
|
|
|
|
+ 'chart',
|
|
'banner',
|
|
'banner',
|
|
'notification',
|
|
'notification',
|
|
'popconfirm',
|
|
'popconfirm',
|
|
@@ -74,7 +75,6 @@ const order = [
|
|
'toast',
|
|
'toast',
|
|
'configprovider',
|
|
'configprovider',
|
|
'locale',
|
|
'locale',
|
|
- 'chart',
|
|
|
|
];
|
|
];
|
|
let { exec } = require('child_process');
|
|
let { exec } = require('child_process');
|
|
let fs = require('fs');
|
|
let fs = require('fs');
|