@surveycake/rc 3.0.0-alpha.175 → 3.0.0-alpha.176
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/CHANGELOG.md +7 -0
- package/dist/V2/Icon/index.d.ts +2 -0
- package/dist/rc.cjs.development.js +4 -0
- package/dist/rc.cjs.development.js.map +1 -1
- package/dist/rc.cjs.production.min.js +1 -1
- package/dist/rc.cjs.production.min.js.map +1 -1
- package/dist/rc.esm.js +4 -0
- package/dist/rc.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/rc.esm.js
CHANGED
|
@@ -47,6 +47,7 @@ import FileCopyOutlinedIcon from '@material-ui/icons/FileCopyOutlined';
|
|
|
47
47
|
import FilterList from '@material-ui/icons/FilterList';
|
|
48
48
|
import FirstPage from '@material-ui/icons/FirstPage';
|
|
49
49
|
import Folder from '@material-ui/icons/Folder';
|
|
50
|
+
import FolderOpen from '@material-ui/icons/FolderOpen';
|
|
50
51
|
import FormatAlignCenter from '@material-ui/icons/FormatAlignCenter';
|
|
51
52
|
import FormatAlignLeft from '@material-ui/icons/FormatAlignLeft';
|
|
52
53
|
import FormatAlignRight from '@material-ui/icons/FormatAlignRight';
|
|
@@ -57,6 +58,7 @@ import FormatListNumberedRtl$1 from '@material-ui/icons//FormatListNumberedRtl';
|
|
|
57
58
|
import FormatQuote from '@material-ui/icons/FormatQuote';
|
|
58
59
|
import FormatUnderlined from '@material-ui/icons/FormatUnderlined';
|
|
59
60
|
import GetApp from '@material-ui/icons/GetApp';
|
|
61
|
+
import GroupOutlined from '@material-ui/icons/GroupOutlined';
|
|
60
62
|
import Help from '@material-ui/icons/Help';
|
|
61
63
|
import HelpOutline from '@material-ui/icons/HelpOutline';
|
|
62
64
|
import History from '@material-ui/icons/History';
|
|
@@ -3506,6 +3508,7 @@ var Icons = {
|
|
|
3506
3508
|
FilterAlt: FilterAlt,
|
|
3507
3509
|
FirstPage: FirstPage,
|
|
3508
3510
|
Folder: Folder,
|
|
3511
|
+
FolderOpen: FolderOpen,
|
|
3509
3512
|
FolderSharedMultiple: FolderSharedMultiple,
|
|
3510
3513
|
FormatAlignCenter: FormatAlignCenter,
|
|
3511
3514
|
FormatAlignLeft: FormatAlignLeft,
|
|
@@ -3519,6 +3522,7 @@ var Icons = {
|
|
|
3519
3522
|
GetApp: GetApp,
|
|
3520
3523
|
Google: Google,
|
|
3521
3524
|
GridView: GridView,
|
|
3525
|
+
GroupOutlined: GroupOutlined,
|
|
3522
3526
|
GroupPurchaseAndOrderForm: GroupPurchaseAndOrderForm,
|
|
3523
3527
|
Help: Help,
|
|
3524
3528
|
HelpOutline: HelpOutline,
|