@surveycake/rc 3.0.0-alpha.174 → 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 +14 -0
- package/dist/V2/Icon/Customize/EmailFilled.d.ts +3 -0
- package/dist/V2/Icon/Customize/index.d.ts +1 -0
- package/dist/V2/Icon/index.d.ts +3 -0
- package/dist/rc.cjs.development.js +18 -1
- 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 +18 -1
- package/dist/rc.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/rc.esm.js
CHANGED
|
@@ -40,12 +40,14 @@ import DraftsOutlined from '@material-ui/icons/DraftsOutlined';
|
|
|
40
40
|
import DragIndicator from '@material-ui/icons/DragIndicator';
|
|
41
41
|
import Edit from '@material-ui/icons/Edit';
|
|
42
42
|
import EmailOutlined from '@material-ui/icons/EmailOutlined';
|
|
43
|
+
import SvgIcon from '@material-ui/core/SvgIcon';
|
|
43
44
|
import ErrorOutline from '@material-ui/icons/ErrorOutline';
|
|
44
45
|
import ExpandMore from '@material-ui/icons/ExpandMore';
|
|
45
46
|
import FileCopyOutlinedIcon from '@material-ui/icons/FileCopyOutlined';
|
|
46
47
|
import FilterList from '@material-ui/icons/FilterList';
|
|
47
48
|
import FirstPage from '@material-ui/icons/FirstPage';
|
|
48
49
|
import Folder from '@material-ui/icons/Folder';
|
|
50
|
+
import FolderOpen from '@material-ui/icons/FolderOpen';
|
|
49
51
|
import FormatAlignCenter from '@material-ui/icons/FormatAlignCenter';
|
|
50
52
|
import FormatAlignLeft from '@material-ui/icons/FormatAlignLeft';
|
|
51
53
|
import FormatAlignRight from '@material-ui/icons/FormatAlignRight';
|
|
@@ -56,6 +58,7 @@ import FormatListNumberedRtl$1 from '@material-ui/icons//FormatListNumberedRtl';
|
|
|
56
58
|
import FormatQuote from '@material-ui/icons/FormatQuote';
|
|
57
59
|
import FormatUnderlined from '@material-ui/icons/FormatUnderlined';
|
|
58
60
|
import GetApp from '@material-ui/icons/GetApp';
|
|
61
|
+
import GroupOutlined from '@material-ui/icons/GroupOutlined';
|
|
59
62
|
import Help from '@material-ui/icons/Help';
|
|
60
63
|
import HelpOutline from '@material-ui/icons/HelpOutline';
|
|
61
64
|
import History from '@material-ui/icons/History';
|
|
@@ -121,7 +124,6 @@ import VisibilityOffOutlined from '@material-ui/icons/VisibilityOffOutlined';
|
|
|
121
124
|
import WatchLater from '@material-ui/icons/WatchLater';
|
|
122
125
|
import WebAsset from '@material-ui/icons/WebAsset';
|
|
123
126
|
import Warning from '@material-ui/icons/Warning';
|
|
124
|
-
import SvgIcon from '@material-ui/core/SvgIcon';
|
|
125
127
|
import CheckBoxOutlined from '@material-ui/icons/CheckBoxOutlined';
|
|
126
128
|
import CloudUploadOutlined from '@material-ui/icons/CloudUploadOutlined';
|
|
127
129
|
import FormatListNumberedRtl from '@material-ui/icons/FormatListNumberedRtl';
|
|
@@ -1829,6 +1831,18 @@ var AccordionSelectItem = function AccordionSelectItem(_ref) {
|
|
|
1829
1831
|
}, text));
|
|
1830
1832
|
};
|
|
1831
1833
|
|
|
1834
|
+
var EmailFilled =
|
|
1835
|
+
/*#__PURE__*/
|
|
1836
|
+
forwardRef(function (props, ref) {
|
|
1837
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
1838
|
+
ref: ref,
|
|
1839
|
+
viewBox: "0 0 20 20"
|
|
1840
|
+
}), React.createElement("path", {
|
|
1841
|
+
d: "M1.66699 3.33331V4.79165L10.0003 9.99998L18.3337 4.79165V3.33331H1.66699ZM1.66699 6.45994V16.6666H18.3337V6.45994L10.0003 11.6666L1.66699 6.45994Z"
|
|
1842
|
+
}));
|
|
1843
|
+
});
|
|
1844
|
+
EmailFilled.displayName = 'EmailFilled';
|
|
1845
|
+
|
|
1832
1846
|
var Advertisement =
|
|
1833
1847
|
/*#__PURE__*/
|
|
1834
1848
|
forwardRef(function (props, ref) {
|
|
@@ -3479,6 +3493,7 @@ var Icons = {
|
|
|
3479
3493
|
DraftsOutlined: DraftsOutlined,
|
|
3480
3494
|
DragIndicator: DragIndicator,
|
|
3481
3495
|
Edit: Edit,
|
|
3496
|
+
EmailFilled: EmailFilled,
|
|
3482
3497
|
EmailOutlined: EmailOutlined,
|
|
3483
3498
|
EmbedCode: EmbedCode,
|
|
3484
3499
|
ErrorOutline: ErrorOutline,
|
|
@@ -3493,6 +3508,7 @@ var Icons = {
|
|
|
3493
3508
|
FilterAlt: FilterAlt,
|
|
3494
3509
|
FirstPage: FirstPage,
|
|
3495
3510
|
Folder: Folder,
|
|
3511
|
+
FolderOpen: FolderOpen,
|
|
3496
3512
|
FolderSharedMultiple: FolderSharedMultiple,
|
|
3497
3513
|
FormatAlignCenter: FormatAlignCenter,
|
|
3498
3514
|
FormatAlignLeft: FormatAlignLeft,
|
|
@@ -3506,6 +3522,7 @@ var Icons = {
|
|
|
3506
3522
|
GetApp: GetApp,
|
|
3507
3523
|
Google: Google,
|
|
3508
3524
|
GridView: GridView,
|
|
3525
|
+
GroupOutlined: GroupOutlined,
|
|
3509
3526
|
GroupPurchaseAndOrderForm: GroupPurchaseAndOrderForm,
|
|
3510
3527
|
Help: Help,
|
|
3511
3528
|
HelpOutline: HelpOutline,
|