@surveycake/rc 3.0.0-alpha.176 → 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 +7 -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 +2 -0
- package/dist/rc.cjs.development.js +15 -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 +15 -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';
|
|
@@ -2066,6 +2067,18 @@ forwardRef(function (props, ref) {
|
|
|
2066
2067
|
});
|
|
2067
2068
|
DonutChart.displayName = 'DonutChart';
|
|
2068
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
|
+
|
|
2069
2082
|
var EmbedCode =
|
|
2070
2083
|
/*#__PURE__*/
|
|
2071
2084
|
forwardRef(function (props, ref) {
|
|
@@ -3438,6 +3451,7 @@ DiningExperienceAndFeedback.displayName = 'DiningExperienceAndFeedback';
|
|
|
3438
3451
|
|
|
3439
3452
|
var Icons = {
|
|
3440
3453
|
AcademicSurvey: AcademicSurvey,
|
|
3454
|
+
AccountTreeOutlined: AccountTreeOutlined,
|
|
3441
3455
|
Add: Add,
|
|
3442
3456
|
AddCircleOutline: AddCircleOutline,
|
|
3443
3457
|
Advertisement: Advertisement,
|
|
@@ -3489,6 +3503,7 @@ var Icons = {
|
|
|
3489
3503
|
DiningExperienceAndFeedback: DiningExperienceAndFeedback,
|
|
3490
3504
|
DisplayLogic: DisplayLogic,
|
|
3491
3505
|
DonutChart: DonutChart,
|
|
3506
|
+
DriveFileMove: DriveFileMove,
|
|
3492
3507
|
DonutSmallIcon: DonutSmallIcon,
|
|
3493
3508
|
DraftsOutlined: DraftsOutlined,
|
|
3494
3509
|
DragIndicator: DragIndicator,
|