@surveycake/rc 3.0.0-alpha.175 → 3.0.0-alpha.177
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/DriveFileMove.d.ts +3 -0
- package/dist/V2/Icon/Customize/index.d.ts +1 -0
- package/dist/V2/Icon/index.d.ts +4 -0
- package/dist/rc.cjs.development.js +19 -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 +19 -0
- package/dist/rc.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/rc.esm.js
CHANGED
|
@@ -9,6 +9,7 @@ import createEmotion from 'create-emotion';
|
|
|
9
9
|
import MuiAccordionSummary$1 from '@material-ui/core/AccordionSummary';
|
|
10
10
|
import MuiMenuItem$1 from '@material-ui/core/MenuItem';
|
|
11
11
|
import MUICheckbox from '@material-ui/core/Checkbox';
|
|
12
|
+
import AccountTreeOutlined from '@material-ui/icons/AccountTreeOutlined';
|
|
12
13
|
import Add from '@material-ui/icons/Add';
|
|
13
14
|
import AddCircleOutline from '@material-ui/icons/AddCircleOutline';
|
|
14
15
|
import ArrowBack from '@material-ui/icons/ArrowBack';
|
|
@@ -47,6 +48,7 @@ import FileCopyOutlinedIcon from '@material-ui/icons/FileCopyOutlined';
|
|
|
47
48
|
import FilterList from '@material-ui/icons/FilterList';
|
|
48
49
|
import FirstPage from '@material-ui/icons/FirstPage';
|
|
49
50
|
import Folder from '@material-ui/icons/Folder';
|
|
51
|
+
import FolderOpen from '@material-ui/icons/FolderOpen';
|
|
50
52
|
import FormatAlignCenter from '@material-ui/icons/FormatAlignCenter';
|
|
51
53
|
import FormatAlignLeft from '@material-ui/icons/FormatAlignLeft';
|
|
52
54
|
import FormatAlignRight from '@material-ui/icons/FormatAlignRight';
|
|
@@ -57,6 +59,7 @@ import FormatListNumberedRtl$1 from '@material-ui/icons//FormatListNumberedRtl';
|
|
|
57
59
|
import FormatQuote from '@material-ui/icons/FormatQuote';
|
|
58
60
|
import FormatUnderlined from '@material-ui/icons/FormatUnderlined';
|
|
59
61
|
import GetApp from '@material-ui/icons/GetApp';
|
|
62
|
+
import GroupOutlined from '@material-ui/icons/GroupOutlined';
|
|
60
63
|
import Help from '@material-ui/icons/Help';
|
|
61
64
|
import HelpOutline from '@material-ui/icons/HelpOutline';
|
|
62
65
|
import History from '@material-ui/icons/History';
|
|
@@ -2064,6 +2067,18 @@ forwardRef(function (props, ref) {
|
|
|
2064
2067
|
});
|
|
2065
2068
|
DonutChart.displayName = 'DonutChart';
|
|
2066
2069
|
|
|
2070
|
+
var DriveFileMove =
|
|
2071
|
+
/*#__PURE__*/
|
|
2072
|
+
forwardRef(function (props, ref) {
|
|
2073
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2074
|
+
ref: ref,
|
|
2075
|
+
viewBox: "0 0 16 16"
|
|
2076
|
+
}), React.createElement("path", {
|
|
2077
|
+
d: "M13.332 3.99984H7.9987L6.66536 2.6665H2.66536C1.93203 2.6665 1.3387 3.2665 1.3387 3.99984L1.33203 11.9998C1.33203 12.7332 1.93203 13.3332 2.66536 13.3332H13.332C14.0654 13.3332 14.6654 12.7332 14.6654 11.9998V5.33317C14.6654 4.59984 14.0654 3.99984 13.332 3.99984ZM13.332 11.9998H2.66536V5.33317H13.332V11.9998ZM7.99203 5.99984L7.05203 6.93984L8.10536 7.99984H5.33203V9.33317H8.10536L7.04536 10.3932L7.99203 11.3332L10.6654 8.67317L7.99203 5.99984Z"
|
|
2078
|
+
}));
|
|
2079
|
+
});
|
|
2080
|
+
DriveFileMove.displayName = 'DriveFileMove';
|
|
2081
|
+
|
|
2067
2082
|
var EmbedCode =
|
|
2068
2083
|
/*#__PURE__*/
|
|
2069
2084
|
forwardRef(function (props, ref) {
|
|
@@ -3436,6 +3451,7 @@ DiningExperienceAndFeedback.displayName = 'DiningExperienceAndFeedback';
|
|
|
3436
3451
|
|
|
3437
3452
|
var Icons = {
|
|
3438
3453
|
AcademicSurvey: AcademicSurvey,
|
|
3454
|
+
AccountTreeOutlined: AccountTreeOutlined,
|
|
3439
3455
|
Add: Add,
|
|
3440
3456
|
AddCircleOutline: AddCircleOutline,
|
|
3441
3457
|
Advertisement: Advertisement,
|
|
@@ -3487,6 +3503,7 @@ var Icons = {
|
|
|
3487
3503
|
DiningExperienceAndFeedback: DiningExperienceAndFeedback,
|
|
3488
3504
|
DisplayLogic: DisplayLogic,
|
|
3489
3505
|
DonutChart: DonutChart,
|
|
3506
|
+
DriveFileMove: DriveFileMove,
|
|
3490
3507
|
DonutSmallIcon: DonutSmallIcon,
|
|
3491
3508
|
DraftsOutlined: DraftsOutlined,
|
|
3492
3509
|
DragIndicator: DragIndicator,
|
|
@@ -3506,6 +3523,7 @@ var Icons = {
|
|
|
3506
3523
|
FilterAlt: FilterAlt,
|
|
3507
3524
|
FirstPage: FirstPage,
|
|
3508
3525
|
Folder: Folder,
|
|
3526
|
+
FolderOpen: FolderOpen,
|
|
3509
3527
|
FolderSharedMultiple: FolderSharedMultiple,
|
|
3510
3528
|
FormatAlignCenter: FormatAlignCenter,
|
|
3511
3529
|
FormatAlignLeft: FormatAlignLeft,
|
|
@@ -3519,6 +3537,7 @@ var Icons = {
|
|
|
3519
3537
|
GetApp: GetApp,
|
|
3520
3538
|
Google: Google,
|
|
3521
3539
|
GridView: GridView,
|
|
3540
|
+
GroupOutlined: GroupOutlined,
|
|
3522
3541
|
GroupPurchaseAndOrderForm: GroupPurchaseAndOrderForm,
|
|
3523
3542
|
Help: Help,
|
|
3524
3543
|
HelpOutline: HelpOutline,
|