@zextras/carbonio-design-system 0.2.2 → 0.3.0
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 +23 -0
- package/dist/zapp-ui.bundle.js +682 -511
- package/package.json +2 -4
- package/dist/tinymce/skins/content/dark/content.css +0 -59
- package/dist/tinymce/skins/content/dark/content.min.css +0 -8
- package/dist/tinymce/skins/content/default/content.css +0 -49
- package/dist/tinymce/skins/content/default/content.min.css +0 -8
- package/dist/tinymce/skins/content/document/content.css +0 -53
- package/dist/tinymce/skins/content/document/content.min.css +0 -8
- package/dist/tinymce/skins/content/writer/content.css +0 -50
- package/dist/tinymce/skins/content/writer/content.min.css +0 -8
- package/dist/tinymce/skins/ui/oxide/content.css +0 -615
- package/dist/tinymce/skins/ui/oxide/content.inline.css +0 -608
- package/dist/tinymce/skins/ui/oxide/content.inline.min.css +0 -8
- package/dist/tinymce/skins/ui/oxide/content.min.css +0 -8
- package/dist/tinymce/skins/ui/oxide/content.mobile.css +0 -29
- package/dist/tinymce/skins/ui/oxide/content.mobile.min.css +0 -8
- package/dist/tinymce/skins/ui/oxide/fonts/tinymce-mobile.woff +0 -0
- package/dist/tinymce/skins/ui/oxide/skin.css +0 -2884
- package/dist/tinymce/skins/ui/oxide/skin.min.css +0 -8
- package/dist/tinymce/skins/ui/oxide/skin.mobile.css +0 -673
- package/dist/tinymce/skins/ui/oxide/skin.mobile.min.css +0 -8
- package/dist/tinymce/skins/ui/oxide-dark/content.css +0 -596
- package/dist/tinymce/skins/ui/oxide-dark/content.inline.css +0 -608
- package/dist/tinymce/skins/ui/oxide-dark/content.inline.min.css +0 -8
- package/dist/tinymce/skins/ui/oxide-dark/content.min.css +0 -8
- package/dist/tinymce/skins/ui/oxide-dark/content.mobile.css +0 -29
- package/dist/tinymce/skins/ui/oxide-dark/content.mobile.min.css +0 -8
- package/dist/tinymce/skins/ui/oxide-dark/fonts/tinymce-mobile.woff +0 -0
- package/dist/tinymce/skins/ui/oxide-dark/skin.css +0 -2884
- package/dist/tinymce/skins/ui/oxide-dark/skin.min.css +0 -8
- package/dist/tinymce/skins/ui/oxide-dark/skin.mobile.css +0 -673
- package/dist/tinymce/skins/ui/oxide-dark/skin.mobile.min.css +0 -8
- package/dist/zapp-ui.rich-text-editor.js +0 -90727
package/dist/zapp-ui.bundle.js
CHANGED
|
@@ -817,7 +817,7 @@ var createMethod$2 = function (IS_INCLUDES) {
|
|
|
817
817
|
};
|
|
818
818
|
};
|
|
819
819
|
|
|
820
|
-
var arrayIncludes = {
|
|
820
|
+
var arrayIncludes$2 = {
|
|
821
821
|
// `Array.prototype.includes` method
|
|
822
822
|
// https://tc39.es/ecma262/#sec-array.prototype.includes
|
|
823
823
|
includes: createMethod$2(true),
|
|
@@ -829,7 +829,7 @@ var arrayIncludes = {
|
|
|
829
829
|
var uncurryThis$l = functionUncurryThis;
|
|
830
830
|
var hasOwn$7 = hasOwnProperty_1;
|
|
831
831
|
var toIndexedObject$8 = toIndexedObject$b;
|
|
832
|
-
var indexOf$1 = arrayIncludes.indexOf;
|
|
832
|
+
var indexOf$1 = arrayIncludes$2.indexOf;
|
|
833
833
|
var hiddenKeys$3 = hiddenKeys$5;
|
|
834
834
|
|
|
835
835
|
var push$5 = uncurryThis$l([].push);
|
|
@@ -1050,17 +1050,17 @@ var classof$6 = classof$7;
|
|
|
1050
1050
|
var getBuiltIn$4 = getBuiltIn$8;
|
|
1051
1051
|
var inspectSource = inspectSource$3;
|
|
1052
1052
|
|
|
1053
|
-
var noop = function () { /* empty */ };
|
|
1053
|
+
var noop$2 = function () { /* empty */ };
|
|
1054
1054
|
var empty = [];
|
|
1055
1055
|
var construct$1 = getBuiltIn$4('Reflect', 'construct');
|
|
1056
1056
|
var constructorRegExp = /^\s*(?:class|function)\b/;
|
|
1057
1057
|
var exec$3 = uncurryThis$j(constructorRegExp.exec);
|
|
1058
|
-
var INCORRECT_TO_STRING = !constructorRegExp.exec(noop);
|
|
1058
|
+
var INCORRECT_TO_STRING = !constructorRegExp.exec(noop$2);
|
|
1059
1059
|
|
|
1060
1060
|
var isConstructorModern = function (argument) {
|
|
1061
1061
|
if (!isCallable$8(argument)) return false;
|
|
1062
1062
|
try {
|
|
1063
|
-
construct$1(noop, empty, argument);
|
|
1063
|
+
construct$1(noop$2, empty, argument);
|
|
1064
1064
|
return true;
|
|
1065
1065
|
} catch (error) {
|
|
1066
1066
|
return false;
|
|
@@ -3433,6 +3433,16 @@ function SvgBrush(props) {
|
|
|
3433
3433
|
}))));
|
|
3434
3434
|
}
|
|
3435
3435
|
|
|
3436
|
+
function SvgBucket(props) {
|
|
3437
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3438
|
+
width: 24,
|
|
3439
|
+
height: 24,
|
|
3440
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
3441
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3442
|
+
d: "M19.27 15.665l-7.977-7.978a1 1 0 011.414-1.415l6.73 6.73L20 4h1c.549 0 1-.451 1-1 0-.549-.451-1-1-1H3c-.549 0-1 .451-1 1 0 .549.451 1 1 1h1l.937 15c0 1.646 1.355 3 3 3h8.125c1.646 0 3-1.354 3-3l.209-3.335z"
|
|
3443
|
+
}));
|
|
3444
|
+
}
|
|
3445
|
+
|
|
3436
3446
|
function SvgBug(props) {
|
|
3437
3447
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3438
3448
|
width: 24,
|
|
@@ -4144,6 +4154,18 @@ function SvgCube(props) {
|
|
|
4144
4154
|
}))));
|
|
4145
4155
|
}
|
|
4146
4156
|
|
|
4157
|
+
function SvgDashboard(props) {
|
|
4158
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4159
|
+
width: 24,
|
|
4160
|
+
height: 24,
|
|
4161
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
4162
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4163
|
+
fillRule: "evenodd",
|
|
4164
|
+
clipRule: "evenodd",
|
|
4165
|
+
d: "M19.943 20.016H4.057a9.938 9.938 0 01-2.041-6.047c0-5.51 4.473-9.985 9.984-9.985 5.51 0 9.984 4.474 9.984 9.985 0 2.272-.76 4.368-2.04 6.047zm-3.25-9.765a1 1 0 00-1.415 0l-4.142 4.142a1 1 0 001.415 1.414l4.142-4.142a1 1 0 000-1.414zM6.973 13a.995.995 0 110 1.991.995.995 0 010-1.99zm10.05-.196a.995.995 0 110 1.99.995.995 0 010-1.99zm-9.192-2.614a.995.995 0 110 1.99.995.995 0 010-1.99zm2.432-1.87a.995.995 0 11-.001 1.99.995.995 0 01.001-1.99zm2.984-.12a.995.995 0 110 1.99.995.995 0 010-1.99z"
|
|
4166
|
+
}));
|
|
4167
|
+
}
|
|
4168
|
+
|
|
4147
4169
|
function SvgDayView(props) {
|
|
4148
4170
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4149
4171
|
width: 24,
|
|
@@ -4731,7 +4753,6 @@ function SvgFlake(props) {
|
|
|
4731
4753
|
width: 24,
|
|
4732
4754
|
height: 24
|
|
4733
4755
|
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4734
|
-
fill: "none",
|
|
4735
4756
|
d: "M0 0h24v24H0z"
|
|
4736
4757
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4737
4758
|
d: "M9.647 3.218c.45-.658 1.35-1.155 2.353-1.155 1.003 0 1.903.497 2.353 1.155.719-.345 1.747-.326 2.616.176s1.4 1.382 1.46 2.177c.795.06 1.675.592 2.177 1.46.502.869.521 1.897.176 2.616.658.45 1.156 1.35 1.156 2.353 0 1.003-.498 1.903-1.156 2.353.345.719.326 1.747-.176 2.616s-1.382 1.4-2.177 1.46c-.06.795-.591 1.675-1.46 2.177s-1.897.521-2.616.176c-.45.658-1.35 1.156-2.353 1.156-1.003 0-1.903-.498-2.353-1.156-.719.345-1.747.326-2.616-.176-.868-.502-1.4-1.382-1.46-2.177-.795-.06-1.675-.591-2.177-1.46s-.521-1.897-.176-2.616c-.658-.45-1.155-1.35-1.155-2.353 0-1.003.497-1.903 1.155-2.353-.345-.719-.326-1.747.176-2.616.502-.868 1.382-1.4 2.177-1.46.06-.795.592-1.675 1.46-2.177.869-.502 1.897-.521 2.616-.176z"
|
|
@@ -5152,13 +5173,11 @@ function SvgKickMeeting2(props) {
|
|
|
5152
5173
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
5153
5174
|
width: 24,
|
|
5154
5175
|
height: 24,
|
|
5155
|
-
fill: "none",
|
|
5156
5176
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5157
5177
|
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
5158
5178
|
fillRule: "evenodd",
|
|
5159
5179
|
clipRule: "evenodd",
|
|
5160
|
-
d: "M21 7.15c-.62-.28-1.35-.16-1.85.3l-2.15 2V8c0-1.646-1.354-3-3-3H5C3.354 5 2 6.354 2 8v8c0 1.646 1.354 3 3 3h9c1.646 0 3-1.354 3-3v-1.45l2.16 2a1.74 1.74 0 001.16.45c.238 0 .473-.052.69-.15.602-.244.999-.83 1-1.48V8.63A1.603 1.603 0 0021 7.15zM10.955 12l.73-.73a1.04 1.04 0 00-1.47-1.47l-.73.7-.73-.73a1.05 1.05 0 00-1.47 1.5l.73.73-.73.73a1.04 1.04 0 001.47 1.47l.73-.7.73.73a1.05 1.05 0 001.47-1.5l-.73-.73z"
|
|
5161
|
-
fill: "#000"
|
|
5180
|
+
d: "M21 7.15c-.62-.28-1.35-.16-1.85.3l-2.15 2V8c0-1.646-1.354-3-3-3H5C3.354 5 2 6.354 2 8v8c0 1.646 1.354 3 3 3h9c1.646 0 3-1.354 3-3v-1.45l2.16 2a1.74 1.74 0 001.16.45c.238 0 .473-.052.69-.15.602-.244.999-.83 1-1.48V8.63A1.603 1.603 0 0021 7.15zM10.955 12l.73-.73a1.04 1.04 0 00-1.47-1.47l-.73.7-.73-.73a1.05 1.05 0 00-1.47 1.5l.73.73-.73.73a1.04 1.04 0 001.47 1.47l.73-.7.73.73a1.05 1.05 0 001.47-1.5l-.73-.73z"
|
|
5162
5181
|
}));
|
|
5163
5182
|
}
|
|
5164
5183
|
|
|
@@ -6079,11 +6098,9 @@ function SvgPin32(props) {
|
|
|
6079
6098
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
6080
6099
|
width: 24,
|
|
6081
6100
|
height: 24,
|
|
6082
|
-
fill: "none",
|
|
6083
6101
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6084
6102
|
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
6085
|
-
d: "M8.752 13.808l-4.456 4.456a.986.986 0 001.394 1.393l4.455-4.455 3.31 3.31a1 1 0 001.418 0 1 1 0 000-1.42l-1.239-1.238 5.814-5.814a1.927 1.927 0 00-.07-2.707L16.64 4.596a1.926 1.926 0 00-2.657-.07L8.17 10.339 6.88 9.1a1.004 1.004 0 00-.71-.293 1.004 1.004 0 00-.71 1.712l3.29 3.29z"
|
|
6086
|
-
fill: "#000"
|
|
6103
|
+
d: "M8.752 13.808l-4.456 4.456a.986.986 0 001.394 1.393l4.455-4.455 3.31 3.31a1 1 0 001.418 0 1 1 0 000-1.42l-1.239-1.238 5.814-5.814a1.927 1.927 0 00-.07-2.707L16.64 4.596a1.926 1.926 0 00-2.657-.07L8.17 10.339 6.88 9.1a1.004 1.004 0 00-.71-.293 1.004 1.004 0 00-.71 1.712l3.29 3.29z"
|
|
6087
6104
|
}));
|
|
6088
6105
|
}
|
|
6089
6106
|
|
|
@@ -6814,6 +6831,16 @@ function SvgSquare(props) {
|
|
|
6814
6831
|
})));
|
|
6815
6832
|
}
|
|
6816
6833
|
|
|
6834
|
+
function SvgSquare2(props) {
|
|
6835
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
6836
|
+
width: 24,
|
|
6837
|
+
height: 24,
|
|
6838
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
6839
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
6840
|
+
d: "M18 21H6a3 3 0 01-3-3V6a3 3 0 013-3h12a3 3 0 013 3v12a3 3 0 01-3 3z"
|
|
6841
|
+
}));
|
|
6842
|
+
}
|
|
6843
|
+
|
|
6817
6844
|
function SvgStar(props) {
|
|
6818
6845
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
6819
6846
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -7211,11 +7238,9 @@ function SvgUnpin32(props) {
|
|
|
7211
7238
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
7212
7239
|
width: 24,
|
|
7213
7240
|
height: 24,
|
|
7214
|
-
fill: "none",
|
|
7215
7241
|
xmlns: "http://www.w3.org/2000/svg"
|
|
7216
7242
|
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
7217
|
-
d: "M14.59 17.409l-8-8a1.005 1.005 0 00-1.42 1.42l3.293 3.293-4.16 4.16a.987.987 0 001.395 1.394l4.16-4.16 3.313 3.313a1 1 0 001.42 0 1 1 0 000-1.42zm-3.924-9.546L14 4.53c.757-.69 1.94-.66 2.66.07l2.74 2.74a1.93 1.93 0 01.07 2.71l-3.309 3.308-5.495-5.495zM4.71 3.29a1.004 1.004 0 00-1.42 1.42l16 16a1 1 0 001.42 0 1 1 0 000-1.42l-16-16z"
|
|
7218
|
-
fill: "#000"
|
|
7243
|
+
d: "M14.59 17.409l-8-8a1.005 1.005 0 00-1.42 1.42l3.293 3.293-4.16 4.16a.987.987 0 001.395 1.394l4.16-4.16 3.313 3.313a1 1 0 001.42 0 1 1 0 000-1.42zm-3.924-9.546L14 4.53c.757-.69 1.94-.66 2.66.07l2.74 2.74a1.93 1.93 0 01.07 2.71l-3.309 3.308-5.495-5.495zM4.71 3.29a1.004 1.004 0 00-1.42 1.42l16 16a1 1 0 001.42 0 1 1 0 000-1.42l-16-16z"
|
|
7219
7244
|
}));
|
|
7220
7245
|
}
|
|
7221
7246
|
|
|
@@ -7495,6 +7520,7 @@ var fillData = /*#__PURE__*/Object.freeze({
|
|
|
7495
7520
|
Briefcase: SvgBriefcase,
|
|
7496
7521
|
Browser: SvgBrowser,
|
|
7497
7522
|
Brush: SvgBrush,
|
|
7523
|
+
Bucket: SvgBucket,
|
|
7498
7524
|
Bug: SvgBug,
|
|
7499
7525
|
Bulb: SvgBulb,
|
|
7500
7526
|
Cake: SvgCake,
|
|
@@ -7551,6 +7577,7 @@ var fillData = /*#__PURE__*/Object.freeze({
|
|
|
7551
7577
|
Crop: SvgCrop,
|
|
7552
7578
|
Crown: SvgCrown,
|
|
7553
7579
|
Cube: SvgCube,
|
|
7580
|
+
Dashboard: SvgDashboard,
|
|
7554
7581
|
DayView: SvgDayView,
|
|
7555
7582
|
DeletePermanently: SvgDeletePermanently,
|
|
7556
7583
|
DiagonalArrowLeftDown: SvgDiagonalArrowLeftDown,
|
|
@@ -7750,6 +7777,7 @@ var fillData = /*#__PURE__*/Object.freeze({
|
|
|
7750
7777
|
Smile: SvgSmile,
|
|
7751
7778
|
Speaker: SvgSpeaker,
|
|
7752
7779
|
Square: SvgSquare,
|
|
7780
|
+
Square2: SvgSquare2,
|
|
7753
7781
|
Star: SvgStar,
|
|
7754
7782
|
StatusAccept: SvgStatusAccept,
|
|
7755
7783
|
StatusDenied: SvgStatusDenied,
|
|
@@ -8596,6 +8624,18 @@ function SvgBrushOutline(props) {
|
|
|
8596
8624
|
})));
|
|
8597
8625
|
}
|
|
8598
8626
|
|
|
8627
|
+
function SvgBucketOutline(props) {
|
|
8628
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
8629
|
+
width: 24,
|
|
8630
|
+
height: 24,
|
|
8631
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
8632
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
8633
|
+
fillRule: "evenodd",
|
|
8634
|
+
clipRule: "evenodd",
|
|
8635
|
+
d: "M3 2h18c.549 0 1 .451 1 1 0 .549-.451 1-1 1h-1l-.563 9.002 1.257 1.256a1 1 0 01-1.415 1.415l-.008-.008L19.062 19c0 1.646-1.354 3-3 3H7.938c-1.645 0-3-1.354-3-3L4 4H3c-.549 0-1-.451-1-1 0-.549.451-1 1-1zm14.555 9.12l-4.848-4.848a1 1 0 00-1.414 1.415l6.096 6.096L17.063 19c0 .549-.452 1-1 1H7.937c-.548 0-1-.451-1-1L6 4h12l-.445 7.12z"
|
|
8636
|
+
}));
|
|
8637
|
+
}
|
|
8638
|
+
|
|
8599
8639
|
function SvgBugOutline(props) {
|
|
8600
8640
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
8601
8641
|
width: 24,
|
|
@@ -8702,10 +8742,8 @@ function SvgCalendarWarningOutline(props) {
|
|
|
8702
8742
|
strokeLinejoin: "round",
|
|
8703
8743
|
strokeMiterlimit: 2
|
|
8704
8744
|
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
8705
|
-
fill: "none",
|
|
8706
8745
|
d: "M0 0h24v24H0z"
|
|
8707
8746
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
8708
|
-
fill: "none",
|
|
8709
8747
|
d: "M0 0h24v24H0z"
|
|
8710
8748
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
8711
8749
|
d: "M21 19c0 1.646-1.354 3-3 3H6c-1.646 0-3-1.354-3-3V7c0-1.646 1.354-3 3-3h1V3c0-.549.451-1 1-1 .549 0 1 .451 1 1v1h6V3c0-.549.451-1 1-1 .549 0 1 .451 1 1v1h1c1.646 0 3 1.354 3 3zm-2 0V7c0-.549-.451-1-1-1h-1v1c0 .549-.451 1-1 1-.549 0-1-.451-1-1V6H9v1c0 .549-.451 1-1 1-.549 0-1-.451-1-1V6H6c-.549 0-1 .451-1 1v12c0 .549.451 1 1 1h12c.549 0 1-.451 1-1zm-7-3a1 1 0 110 2 1 1 0 010-2zm0-7c-.549 0-1 .451-1 1v4c0 .548.451 1 1 1 .549 0 1-.452 1-1v-4c0-.549-.451-1-1-1z",
|
|
@@ -9201,6 +9239,24 @@ function SvgCopyOutline(props) {
|
|
|
9201
9239
|
}))));
|
|
9202
9240
|
}
|
|
9203
9241
|
|
|
9242
|
+
function SvgCoreModOutline(props) {
|
|
9243
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
9244
|
+
width: 24,
|
|
9245
|
+
height: 24,
|
|
9246
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9247
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
9248
|
+
d: "M12.005 18.065a1.267 1.267 0 10.001-2.534 1.267 1.267 0 00-.001 2.534zM12.004 5.095a1.549 1.549 0 10.002-3.097 1.549 1.549 0 00-.002 3.097zM12.002 13.841a1.83 1.83 0 10.002-3.66 1.83 1.83 0 00-.002 3.66z"
|
|
9249
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
9250
|
+
fillRule: "evenodd",
|
|
9251
|
+
clipRule: "evenodd",
|
|
9252
|
+
d: "M9.943 17.7a6.062 6.062 0 01-3.999-5.695 6.062 6.062 0 016.062-6.056 6.062 6.062 0 016.062 6.056A6.062 6.062 0 0114.07 17.7a2.238 2.238 0 00-.139-2.077 4.097 4.097 0 002.176-3.618 4.1 4.1 0 00-8.202 0c0 1.566.882 2.929 2.177 3.618a2.239 2.239 0 00-.14 2.077z"
|
|
9253
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
9254
|
+
fillRule: "evenodd",
|
|
9255
|
+
clipRule: "evenodd",
|
|
9256
|
+
d: "M9.815 2.26a2.521 2.521 0 00-.217 2.096C6.339 5.376 3.972 8.42 3.972 12.01c0 4.426 3.597 8.02 8.028 8.02 4.43 0 8.028-3.594 8.028-8.02 0-3.587-2.362-6.627-5.617-7.651a2.53 2.53 0 00-.215-2.097C18.66 3.264 22 7.25 22 12.01 22 17.524 17.52 22 12 22S2 17.524 2 12.01c0-4.764 3.346-8.754 7.815-9.75z"
|
|
9257
|
+
}));
|
|
9258
|
+
}
|
|
9259
|
+
|
|
9204
9260
|
function SvgCornerDownLeftOutline(props) {
|
|
9205
9261
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
9206
9262
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -9362,6 +9418,52 @@ function SvgCubeOutline(props) {
|
|
|
9362
9418
|
})));
|
|
9363
9419
|
}
|
|
9364
9420
|
|
|
9421
|
+
function SvgDashboardOutline(props) {
|
|
9422
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
9423
|
+
width: 24,
|
|
9424
|
+
height: 24,
|
|
9425
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9426
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
9427
|
+
fillRule: "evenodd",
|
|
9428
|
+
clipRule: "evenodd",
|
|
9429
|
+
d: "M19.943 20.016H4.057a9.938 9.938 0 01-2.041-6.047c0-5.51 4.473-9.985 9.984-9.985 5.51 0 9.984 4.474 9.984 9.985 0 2.272-.76 4.368-2.04 6.047zm-1.052-1.953H5.109a7.973 7.973 0 01-1.125-4.094A8.02 8.02 0 0112 5.953a8.02 8.02 0 016.891 12.11z"
|
|
9430
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
9431
|
+
fillRule: "evenodd",
|
|
9432
|
+
clipRule: "evenodd",
|
|
9433
|
+
d: "M16.7 10.25a1 1 0 00-1.414 0l-4.142 4.143a1 1 0 001.415 1.414l4.142-4.142a1 1 0 000-1.414z"
|
|
9434
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
9435
|
+
d: "M13.253 10.19a.995.995 0 100-1.99.995.995 0 000 1.99z"
|
|
9436
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
9437
|
+
fillRule: "evenodd",
|
|
9438
|
+
clipRule: "evenodd",
|
|
9439
|
+
d: "M13.253 8.2a.995.995 0 11-.001 1.99.995.995 0 010-1.99zm0 1.973a.978.978 0 110-1.957.978.978 0 010 1.957z"
|
|
9440
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
9441
|
+
d: "M17.026 14.795a.995.995 0 100-1.99.995.995 0 000 1.99z"
|
|
9442
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
9443
|
+
fillRule: "evenodd",
|
|
9444
|
+
clipRule: "evenodd",
|
|
9445
|
+
d: "M17.026 12.806a.995.995 0 110 1.99.995.995 0 010-1.99zm0 1.972a.978.978 0 11.001-1.956.978.978 0 01-.001 1.956z"
|
|
9446
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
9447
|
+
d: "M6.971 14.992a.995.995 0 100-1.99.995.995 0 000 1.99z"
|
|
9448
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
9449
|
+
fillRule: "evenodd",
|
|
9450
|
+
clipRule: "evenodd",
|
|
9451
|
+
d: "M6.971 13.002a.995.995 0 110 1.99.995.995 0 010-1.99zm0 1.973a.978.978 0 11.001-1.957.978.978 0 010 1.957z"
|
|
9452
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
9453
|
+
d: "M10.253 10.31a.995.995 0 100-1.99.995.995 0 000 1.99z"
|
|
9454
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
9455
|
+
fillRule: "evenodd",
|
|
9456
|
+
clipRule: "evenodd",
|
|
9457
|
+
d: "M10.253 8.32a.995.995 0 11-.001 1.99.995.995 0 010-1.99zm0 1.973a.978.978 0 110-1.957.978.978 0 010 1.957z"
|
|
9458
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
9459
|
+
d: "M7.839 12.179a.995.995 0 100-1.99.995.995 0 000 1.99z"
|
|
9460
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
9461
|
+
fillRule: "evenodd",
|
|
9462
|
+
clipRule: "evenodd",
|
|
9463
|
+
d: "M7.839 10.19a.995.995 0 11-.001 1.99.995.995 0 010-1.99zm0 1.972a.978.978 0 110-1.956.978.978 0 010 1.956z"
|
|
9464
|
+
}));
|
|
9465
|
+
}
|
|
9466
|
+
|
|
9365
9467
|
function SvgDayViewOutline(props) {
|
|
9366
9468
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
9367
9469
|
width: 24,
|
|
@@ -9992,7 +10094,6 @@ function SvgFlakeOutline(props) {
|
|
|
9992
10094
|
width: 24,
|
|
9993
10095
|
height: 24
|
|
9994
10096
|
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
9995
|
-
fill: "none",
|
|
9996
10097
|
d: "M0 0h24v24H0z"
|
|
9997
10098
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
9998
10099
|
d: "M9.647 3.218c.45-.658 1.35-1.155 2.353-1.155 1.003 0 1.903.497 2.353 1.155.719-.345 1.747-.326 2.616.176s1.4 1.382 1.46 2.177c.795.06 1.675.592 2.177 1.46.502.869.521 1.897.176 2.616.658.45 1.156 1.35 1.156 2.353 0 1.003-.498 1.903-1.156 2.353.345.719.326 1.747-.176 2.616s-1.382 1.4-2.177 1.46c-.06.795-.591 1.675-1.46 2.177s-1.897.521-2.616.176c-.45.658-1.35 1.156-2.353 1.156-1.003 0-1.903-.498-2.353-1.156-.719.345-1.747.326-2.616-.176-.868-.502-1.4-1.382-1.46-2.177-.795-.06-1.675-.591-2.177-1.46s-.521-1.897-.176-2.616c-.658-.45-1.155-1.35-1.155-2.353 0-1.003.497-1.903 1.155-2.353-.345-.719-.326-1.747.176-2.616.502-.868 1.382-1.4 2.177-1.46.06-.795.592-1.675 1.46-2.177.869-.502 1.897-.521 2.616-.176zm-.852 1.775c.876.42 1.928.138 2.477-.664.135-.197.427-.298.728-.298s.593.1.728.298a1.969 1.969 0 002.477.664c.216-.104.519-.045.78.106.26.15.463.383.481.622.074.969.844 1.74 1.813 1.813.239.018.472.22.622.482.15.26.21.563.106.779a1.969 1.969 0 00.664 2.477c.197.135.298.427.298.728s-.1.593-.298.728a1.969 1.969 0 00-.664 2.477c.104.216.045.519-.106.78-.15.26-.383.463-.622.481-.969.074-1.74.844-1.813 1.813-.018.239-.22.472-.482.622-.26.15-.563.21-.779.106a1.969 1.969 0 00-2.477.664c-.135.197-.427.298-.728.298s-.593-.1-.728-.298a1.969 1.969 0 00-2.477-.664c-.216.104-.519.045-.78-.106-.26-.15-.463-.383-.481-.622a1.968 1.968 0 00-1.813-1.813c-.239-.018-.472-.22-.622-.482-.15-.26-.21-.563-.106-.779a1.969 1.969 0 00-.664-2.477c-.197-.135-.298-.427-.298-.728s.1-.593.298-.728a1.969 1.969 0 00.664-2.477c-.104-.216-.045-.519.106-.78.15-.26.383-.463.622-.481a1.968 1.968 0 001.813-1.813c.018-.239.22-.472.482-.622.26-.15.563-.21.779-.106z"
|
|
@@ -10070,7 +10171,6 @@ function SvgFolderEmptyOutline(props) {
|
|
|
10070
10171
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10071
10172
|
viewBox: "0 0 24 24"
|
|
10072
10173
|
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
10073
|
-
fill: "none",
|
|
10074
10174
|
d: "M0 0h24v24H0z"
|
|
10075
10175
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
10076
10176
|
d: "M19.5 20.5h-15c-1.4 0-2.5-1.1-2.5-2.4V5.9c0-1.4 1.1-2.4 2.5-2.4h4.6c.3 0 .6.1.8.4l2.6 3.2h7c1.4 0 2.5 1 2.5 2.4v8.6c0 1.3-1.1 2.4-2.5 2.4zM4 13.8v4.3c0 .3.2.4.5.4h15c.3 0 .5-.2.5-.4V9.5c0-.3-.2-.5-.5-.5H12c-.3 0-.6-.1-.8-.4L8.6 5.5H4.5c-.3 0-.5.2-.5.4z"
|
|
@@ -10487,14 +10587,11 @@ function SvgKickMeetingOutline2(props) {
|
|
|
10487
10587
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
10488
10588
|
width: 24,
|
|
10489
10589
|
height: 24,
|
|
10490
|
-
fill: "none",
|
|
10491
10590
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10492
10591
|
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
10493
|
-
d: "M21 7.15c-.62-.28-1.35-.16-1.85.3l-2.15 2V8c0-1.646-1.354-3-3-3H5C3.354 5 2 6.354 2 8v8c0 1.646 1.354 3 3 3h9c1.646 0 3-1.354 3-3v-1.45l2.16 2a1.74 1.74 0 001.16.45c.238 0 .473-.052.69-.15.602-.244.999-.83 1-1.48V8.63A1.603 1.603 0 0021 7.15zM15 16c0 .549-.451 1-1 1H5c-.549 0-1-.451-1-1V8c0-.549.451-1 1-1h9c.549 0 1 .451 1 1v8zm5-1.4L17.19 12 20 9.4v5.2z"
|
|
10494
|
-
fill: "#000"
|
|
10592
|
+
d: "M21 7.15c-.62-.28-1.35-.16-1.85.3l-2.15 2V8c0-1.646-1.354-3-3-3H5C3.354 5 2 6.354 2 8v8c0 1.646 1.354 3 3 3h9c1.646 0 3-1.354 3-3v-1.45l2.16 2a1.74 1.74 0 001.16.45c.238 0 .473-.052.69-.15.602-.244.999-.83 1-1.48V8.63A1.603 1.603 0 0021 7.15zM15 16c0 .549-.451 1-1 1H5c-.549 0-1-.451-1-1V8c0-.549.451-1 1-1h9c.549 0 1 .451 1 1v8zm5-1.4L17.19 12 20 9.4v5.2z"
|
|
10495
10593
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
10496
|
-
d: "M10.955 12l.73-.73a1.04 1.04 0 00-1.47-1.47l-.73.7-.73-.73a1.05 1.05 0 00-1.47 1.5l.73.73-.73.73a1.04 1.04 0 001.47 1.47l.73-.7.73.73a1.05 1.05 0 001.47-1.5l-.73-.73z"
|
|
10497
|
-
fill: "#000"
|
|
10594
|
+
d: "M10.955 12l.73-.73a1.04 1.04 0 00-1.47-1.47l-.73.7-.73-.73a1.05 1.05 0 00-1.47 1.5l.73.73-.73.73a1.04 1.04 0 001.47 1.47l.73-.7.73.73a1.05 1.05 0 001.47-1.5l-.73-.73z"
|
|
10498
10595
|
}));
|
|
10499
10596
|
}
|
|
10500
10597
|
|
|
@@ -11000,23 +11097,6 @@ function SvgMonitorOutline(props) {
|
|
|
11000
11097
|
})));
|
|
11001
11098
|
}
|
|
11002
11099
|
|
|
11003
|
-
function SvgMonthViewOutilne(props) {
|
|
11004
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
11005
|
-
width: 24,
|
|
11006
|
-
height: 24,
|
|
11007
|
-
fill: "none",
|
|
11008
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
11009
|
-
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
11010
|
-
d: "M14.985 3.996v-.999c0-.548.451-.999 1-.999.547 0 .998.451.998 1v.998h1a3.011 3.011 0 012.997 2.997v11.989a3.011 3.011 0 01-2.998 2.997H5.994a3.011 3.011 0 01-2.997-2.997V6.992a3.011 3.011 0 012.997-2.997h1v-.999A1.004 1.004 0 018.043 2a.985.985 0 01.645.285c.19.186.302.446.302.713v1h5.994zm2.997 15.984c.549 0 1-.45 1-.998V6.992c0-.548-.451-.999-1-.999h-.999v1c0 .547-.45.998-.999.998-.548 0-.999-.45-.999-.999v-.999H8.991v1c0 .547-.45.998-.999.998-.548 0-.999-.45-.999-.999v-.999h-.999c-.548 0-.999.451-.999 1v11.988c0 .112.02.224.057.33.102.286.336.517.623.616.103.035.21.052.32.052h11.987z",
|
|
11011
|
-
fill: "#000"
|
|
11012
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
11013
|
-
fillRule: "evenodd",
|
|
11014
|
-
clipRule: "evenodd",
|
|
11015
|
-
d: "M16.482 10.983a1 1 0 00-1.998 0v.006a1 1 0 001.998 0v-.006zM9.493 10.983a1 1 0 00-1.998 0v.006a1 1 0 001.998 0v-.006zM12.987 10.983a1 1 0 00-1.998 0v.006a1 1 0 001.998 0v-.006zM16.482 16.977a1 1 0 00-1.998 0v.006a1 1 0 001.998 0v-.006zM9.493 16.977a1 1 0 00-1.998 0v.006a1 1 0 001.998 0v-.006zM12.987 16.977a1 1 0 00-1.998 0v.006a1 1 0 001.998 0v-.006zM16.482 13.98a1 1 0 00-1.998 0v.006a1 1 0 001.998 0v-.006zM9.493 13.98a1 1 0 00-1.998 0v.006a1 1 0 001.998 0v-.006zM12.987 13.98a1 1 0 00-1.998 0v.006a1 1 0 001.998 0v-.006z",
|
|
11016
|
-
fill: "#000"
|
|
11017
|
-
}));
|
|
11018
|
-
}
|
|
11019
|
-
|
|
11020
11100
|
function SvgMonthViewOutline(props) {
|
|
11021
11101
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
11022
11102
|
width: 24,
|
|
@@ -11476,11 +11556,9 @@ function SvgPin3Outline2(props) {
|
|
|
11476
11556
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
11477
11557
|
width: 24,
|
|
11478
11558
|
height: 24,
|
|
11479
|
-
fill: "none",
|
|
11480
11559
|
xmlns: "http://www.w3.org/2000/svg"
|
|
11481
11560
|
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
11482
|
-
d: "M8.752 13.808l-4.456 4.456a.986.986 0 001.394 1.393l4.455-4.455 3.31 3.31a1 1 0 001.418 0 1 1 0 000-1.42l-1.239-1.238 5.814-5.814a1.927 1.927 0 00-.07-2.707L16.64 4.596a1.926 1.926 0 00-2.657-.07L8.17 10.339 6.88 9.1a1.004 1.004 0 00-.71-.293 1.004 1.004 0 00-.71 1.712l3.29 3.29zm3.494.617l-2.718-2.617 5.724-5.814 2.727 2.728-5.733 5.703z"
|
|
11483
|
-
fill: "#000"
|
|
11561
|
+
d: "M8.752 13.808l-4.456 4.456a.986.986 0 001.394 1.393l4.455-4.455 3.31 3.31a1 1 0 001.418 0 1 1 0 000-1.42l-1.239-1.238 5.814-5.814a1.927 1.927 0 00-.07-2.707L16.64 4.596a1.926 1.926 0 00-2.657-.07L8.17 10.339 6.88 9.1a1.004 1.004 0 00-.71-.293 1.004 1.004 0 00-.71 1.712l3.29 3.29zm3.494.617l-2.718-2.617 5.724-5.814 2.727 2.728-5.733 5.703z"
|
|
11484
11562
|
}));
|
|
11485
11563
|
}
|
|
11486
11564
|
|
|
@@ -12773,11 +12851,9 @@ function SvgUnpin3Outline2(props) {
|
|
|
12773
12851
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
12774
12852
|
width: 24,
|
|
12775
12853
|
height: 24,
|
|
12776
|
-
fill: "none",
|
|
12777
12854
|
xmlns: "http://www.w3.org/2000/svg"
|
|
12778
12855
|
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
12779
|
-
d: "M14.584 17.408l-8-8a1.004 1.004 0 00-1.42 1.42l3.292 3.293-4.16 4.16a.987.987 0 001.395 1.395l4.16-4.16 3.313 3.312a1 1 0 001.42 0 1 1 0 000-1.42zm-3.925-9.545l3.334-3.334c.757-.69 1.94-.659 2.66.07l2.74 2.74c.76.725.792 1.947.07 2.71l-3.309 3.309-1.403-1.403 3.242-3.226L15.263 6l-3.21 3.258-1.394-1.394zM4.714 3.291a1.004 1.004 0 00-1.42 1.42l16 16a1 1 0 001.42 0 1 1 0 000-1.42l-16-16z"
|
|
12780
|
-
fill: "#000"
|
|
12856
|
+
d: "M14.584 17.408l-8-8a1.004 1.004 0 00-1.42 1.42l3.292 3.293-4.16 4.16a.987.987 0 001.395 1.395l4.16-4.16 3.313 3.312a1 1 0 001.42 0 1 1 0 000-1.42zm-3.925-9.545l3.334-3.334c.757-.69 1.94-.659 2.66.07l2.74 2.74c.76.725.792 1.947.07 2.71l-3.309 3.309-1.403-1.403 3.242-3.226L15.263 6l-3.21 3.258-1.394-1.394zM4.714 3.291a1.004 1.004 0 00-1.42 1.42l16 16a1 1 0 001.42 0 1 1 0 000-1.42l-16-16z"
|
|
12781
12857
|
}));
|
|
12782
12858
|
}
|
|
12783
12859
|
|
|
@@ -13098,6 +13174,7 @@ var outlineData = /*#__PURE__*/Object.freeze({
|
|
|
13098
13174
|
BriefcaseOutline: SvgBriefcaseOutline,
|
|
13099
13175
|
BrowserOutline: SvgBrowserOutline,
|
|
13100
13176
|
BrushOutline: SvgBrushOutline,
|
|
13177
|
+
BucketOutline: SvgBucketOutline,
|
|
13101
13178
|
BugOutline: SvgBugOutline,
|
|
13102
13179
|
BulbOutline: SvgBulbOutline,
|
|
13103
13180
|
CakeOutline: SvgCakeOutline,
|
|
@@ -13141,6 +13218,7 @@ var outlineData = /*#__PURE__*/Object.freeze({
|
|
|
13141
13218
|
ContactsModOutline: SvgContactsModOutline,
|
|
13142
13219
|
ConversationViewOutline: SvgConversationViewOutline,
|
|
13143
13220
|
CopyOutline: SvgCopyOutline,
|
|
13221
|
+
CoreModOutline: SvgCoreModOutline,
|
|
13144
13222
|
CornerDownLeftOutline: SvgCornerDownLeftOutline,
|
|
13145
13223
|
CornerDownRightOutline: SvgCornerDownRightOutline,
|
|
13146
13224
|
CornerLeftDownOutline: SvgCornerLeftDownOutline,
|
|
@@ -13154,6 +13232,7 @@ var outlineData = /*#__PURE__*/Object.freeze({
|
|
|
13154
13232
|
CropOutline: SvgCropOutline,
|
|
13155
13233
|
CrownOutline: SvgCrownOutline,
|
|
13156
13234
|
CubeOutline: SvgCubeOutline,
|
|
13235
|
+
DashboardOutline: SvgDashboardOutline,
|
|
13157
13236
|
DayViewOutline: SvgDayViewOutline,
|
|
13158
13237
|
DeletePermanentlyOutline: SvgDeletePermanentlyOutline,
|
|
13159
13238
|
DiagonalArrowLeftDownOutline: SvgDiagonalArrowLeftDownOutline,
|
|
@@ -13270,7 +13349,6 @@ var outlineData = /*#__PURE__*/Object.freeze({
|
|
|
13270
13349
|
MinusOutline: SvgMinusOutline,
|
|
13271
13350
|
MinusSquareOutline: SvgMinusSquareOutline,
|
|
13272
13351
|
MonitorOutline: SvgMonitorOutline,
|
|
13273
|
-
MonthViewOutilne: SvgMonthViewOutilne,
|
|
13274
13352
|
MonthViewOutline: SvgMonthViewOutline,
|
|
13275
13353
|
MoonOutline: SvgMoonOutline,
|
|
13276
13354
|
MoreHorizontalOutline: SvgMoreHorizontalOutline,
|
|
@@ -13417,28 +13495,10 @@ var outlineData = /*#__PURE__*/Object.freeze({
|
|
|
13417
13495
|
ZedOutline: SvgZedOutline
|
|
13418
13496
|
});
|
|
13419
13497
|
|
|
13420
|
-
function SvgLogo(props) {
|
|
13421
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
13422
|
-
viewBox: "0 0 786 247",
|
|
13423
|
-
fillRule: "evenodd",
|
|
13424
|
-
clipRule: "evenodd",
|
|
13425
|
-
strokeLinejoin: "round",
|
|
13426
|
-
strokeMiterlimit: 2
|
|
13427
|
-
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
13428
|
-
fill: "none",
|
|
13429
|
-
d: "M0 0h785.307v246.192H0z"
|
|
13430
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
13431
|
-
d: "M18.928 215.37V22.049h25.65v170.64h95.31v22.68H18.929zM162.344 121.14c0-31.861 8.64-56.971 25.92-75.331 17.28-18.09 39.42-27.27 66.69-27.27 17.82 0 34.02 4.32 48.33 12.96 14.31 8.37 25.11 20.25 32.67 35.64 7.56 15.12 11.34 32.4 11.34 51.84 0 19.71-4.05 37.26-11.88 52.65-7.83 15.39-19.17 27.27-33.75 35.1-14.31 7.83-29.97 11.88-46.71 11.88-18.36 0-34.56-4.32-48.87-13.23-14.31-8.64-25.11-20.79-32.67-35.91-7.29-15.12-11.07-31.32-11.07-48.33zm26.46.54c0 23.22 6.21 41.58 18.9 55.08 12.42 13.23 28.08 19.98 46.98 19.98 19.17 0 35.1-6.75 47.52-20.25 12.42-13.5 18.63-32.67 18.63-57.51 0-15.93-2.7-29.701-7.83-41.311-5.4-11.61-13.23-20.79-23.49-27.27-10.26-6.48-21.6-9.72-34.29-9.72-18.09 0-33.75 6.21-46.71 18.63-13.23 12.42-19.71 33.21-19.71 62.37zM470.618 139.5v-22.68h81.81v71.55c-12.42 9.99-25.38 17.55-38.88 22.68-13.23 5.13-27 7.56-41.04 7.56-18.9 0-36.18-4.05-51.84-12.15-15.39-8.1-27.27-19.98-35.1-35.37-7.83-15.39-11.88-32.4-11.88-51.3 0-18.901 4.05-36.451 11.88-52.921 7.83-16.2 19.17-28.35 34.02-36.18 14.58-7.83 31.59-11.88 51.03-11.88 13.77 0 26.46 2.16 37.8 6.75 11.34 4.59 20.25 10.8 26.46 18.9 6.48 8.1 11.34 18.63 14.85 31.59l-23.22 6.48c-2.97-9.99-6.48-17.55-10.8-23.22-4.32-5.67-10.53-10.26-18.36-13.5-8.1-3.51-17.01-5.13-26.73-5.13-11.61 0-21.87 1.89-30.24 5.4-8.64 3.51-15.39 8.1-20.79 14.04-5.13 5.67-9.18 12.15-12.15 19.17-4.86 11.88-7.29 24.84-7.29 38.88 0 17.01 2.97 31.59 8.91 43.2 5.94 11.61 14.58 20.25 25.92 25.92 11.34 5.4 23.22 8.37 36.18 8.37 11.07 0 21.87-2.16 32.4-6.48 10.53-4.32 18.36-8.91 24.03-13.5V139.5h-56.97zM582.353 121.14c0-31.861 8.64-56.971 25.92-75.331 17.28-18.09 39.42-27.27 66.69-27.27 17.82 0 34.02 4.32 48.33 12.96 14.311 8.37 25.111 20.25 32.671 35.64 7.56 15.12 11.34 32.4 11.34 51.84 0 19.71-4.05 37.26-11.88 52.65-7.83 15.39-19.17 27.27-33.75 35.1-14.31 7.83-29.97 11.88-46.71 11.88-18.36 0-34.56-4.32-48.87-13.23-14.31-8.64-25.11-20.79-32.67-35.91-7.29-15.12-11.07-31.32-11.07-48.33zm26.46.54c0 23.22 6.21 41.58 18.9 55.08 12.42 13.23 28.08 19.98 46.98 19.98 19.17 0 35.1-6.75 47.52-20.25 12.421-13.5 18.631-32.67 18.631-57.51 0-15.93-2.7-29.701-7.83-41.311-5.4-11.61-13.23-20.79-23.49-27.27-10.26-6.48-21.6-9.72-34.29-9.72-18.09 0-33.75 6.21-46.71 18.63-13.23 12.42-19.71 33.21-19.71 62.37z",
|
|
13432
|
-
fillRule: "nonzero"
|
|
13433
|
-
}));
|
|
13434
|
-
}
|
|
13435
|
-
|
|
13436
13498
|
function ownKeys$8(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
13437
13499
|
|
|
13438
13500
|
function _objectSpread$8(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$8(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$8(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
13439
|
-
var IconData = _objectSpread$8(_objectSpread$8(
|
|
13440
|
-
Logo: SvgLogo
|
|
13441
|
-
});
|
|
13501
|
+
var IconData = _objectSpread$8(_objectSpread$8({}, fillData), outlineData);
|
|
13442
13502
|
|
|
13443
13503
|
function ownKeys$7(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
13444
13504
|
|
|
@@ -15514,7 +15574,7 @@ var useTheme = function useTheme() {
|
|
|
15514
15574
|
return React.useContext(styled.ThemeContext);
|
|
15515
15575
|
};
|
|
15516
15576
|
|
|
15517
|
-
var _excluded$
|
|
15577
|
+
var _excluded$H = ["icon", "size", "color", "customColor", "disabled", "style", "onClick"];
|
|
15518
15578
|
|
|
15519
15579
|
function ownKeys$6(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
15520
15580
|
|
|
@@ -15527,7 +15587,7 @@ var Icon = /*#__PURE__*/React__default["default"].forwardRef(function IconFn(_re
|
|
|
15527
15587
|
disabled = _ref.disabled,
|
|
15528
15588
|
style = _ref.style,
|
|
15529
15589
|
onClick = _ref.onClick,
|
|
15530
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
15590
|
+
rest = _objectWithoutProperties(_ref, _excluded$H);
|
|
15531
15591
|
|
|
15532
15592
|
var theme = React.useContext(styled.ThemeContext);
|
|
15533
15593
|
var IconComp = React.useMemo(function () {
|
|
@@ -15579,7 +15639,7 @@ Icon.defaultProps = {
|
|
|
15579
15639
|
};
|
|
15580
15640
|
var Icon$1 = Icon;
|
|
15581
15641
|
|
|
15582
|
-
var _excluded$
|
|
15642
|
+
var _excluded$G = ["size", "label", "color", "colorLabel", "picture", "icon", "fallbackIcon", "background", "selecting", "selected", "shape", "disabled"];
|
|
15583
15643
|
var AvatarContainer = styled__default["default"].div.withConfig({
|
|
15584
15644
|
displayName: "Avatar__AvatarContainer",
|
|
15585
15645
|
componentId: "sc-1kkwg84-0"
|
|
@@ -15711,7 +15771,7 @@ var Avatar = /*#__PURE__*/React__default["default"].forwardRef(function AvatarFn
|
|
|
15711
15771
|
_ref15$shape = _ref15.shape,
|
|
15712
15772
|
shape = _ref15$shape === void 0 ? 'round' : _ref15$shape,
|
|
15713
15773
|
disabled = _ref15.disabled,
|
|
15714
|
-
rest = _objectWithoutProperties(_ref15, _excluded$
|
|
15774
|
+
rest = _objectWithoutProperties(_ref15, _excluded$G);
|
|
15715
15775
|
|
|
15716
15776
|
var calculatedColor = React.useMemo(function () {
|
|
15717
15777
|
return calcColor(colorLabel || label);
|
|
@@ -15809,7 +15869,7 @@ $$b({ target: 'String', proto: true, forced: forcedStringHTMLMethod$1('small') }
|
|
|
15809
15869
|
}
|
|
15810
15870
|
});
|
|
15811
15871
|
|
|
15812
|
-
var _excluded$
|
|
15872
|
+
var _excluded$F = ["type", "value"];
|
|
15813
15873
|
var Comp$2 = styled__default["default"].span.withConfig({
|
|
15814
15874
|
displayName: "Badge__Comp",
|
|
15815
15875
|
componentId: "sc-bm3fll-0"
|
|
@@ -15835,7 +15895,7 @@ var Comp$2 = styled__default["default"].span.withConfig({
|
|
|
15835
15895
|
var Badge = /*#__PURE__*/React.forwardRef(function BadgeFn(_ref4, ref) {
|
|
15836
15896
|
var type = _ref4.type,
|
|
15837
15897
|
value = _ref4.value,
|
|
15838
|
-
rest = _objectWithoutProperties(_ref4, _excluded$
|
|
15898
|
+
rest = _objectWithoutProperties(_ref4, _excluded$F);
|
|
15839
15899
|
|
|
15840
15900
|
var isNumber = React.useMemo(function () {
|
|
15841
15901
|
return typeof value === 'number';
|
|
@@ -15857,7 +15917,7 @@ Badge.defaultProps = {
|
|
|
15857
15917
|
};
|
|
15858
15918
|
var Badge$1 = Badge;
|
|
15859
15919
|
|
|
15860
|
-
var _excluded$
|
|
15920
|
+
var _excluded$E = ["orientation", "children"];
|
|
15861
15921
|
var ContainerEl$6 = styled__default["default"].div.withConfig({
|
|
15862
15922
|
displayName: "Container__ContainerEl",
|
|
15863
15923
|
componentId: "sc-1r27h6d-0"
|
|
@@ -15972,7 +16032,7 @@ var ContainerEl$6 = styled__default["default"].div.withConfig({
|
|
|
15972
16032
|
var Container = /*#__PURE__*/React__default["default"].forwardRef(function ContainerFn(_ref10, ref) {
|
|
15973
16033
|
var orientation = _ref10.orientation,
|
|
15974
16034
|
children = _ref10.children,
|
|
15975
|
-
rest = _objectWithoutProperties(_ref10, _excluded$
|
|
16035
|
+
rest = _objectWithoutProperties(_ref10, _excluded$E);
|
|
15976
16036
|
|
|
15977
16037
|
var direction = React.useMemo(function () {
|
|
15978
16038
|
return orientation.replace('horizontal', 'row').replace('vertical', 'column');
|
|
@@ -16078,7 +16138,7 @@ Container.defaultProps = {
|
|
|
16078
16138
|
};
|
|
16079
16139
|
var Container$1 = Container;
|
|
16080
16140
|
|
|
16081
|
-
var _excluded$
|
|
16141
|
+
var _excluded$D = ["children"];
|
|
16082
16142
|
var Comp$1 = styled__default["default"].div.withConfig({
|
|
16083
16143
|
displayName: "Text__Comp",
|
|
16084
16144
|
componentId: "sc-ll966m-0"
|
|
@@ -16103,7 +16163,7 @@ var Comp$1 = styled__default["default"].div.withConfig({
|
|
|
16103
16163
|
});
|
|
16104
16164
|
var Text = /*#__PURE__*/React__default["default"].forwardRef(function TextFn(_ref5, ref) {
|
|
16105
16165
|
var children = _ref5.children,
|
|
16106
|
-
rest = _objectWithoutProperties(_ref5, _excluded$
|
|
16166
|
+
rest = _objectWithoutProperties(_ref5, _excluded$D);
|
|
16107
16167
|
|
|
16108
16168
|
return /*#__PURE__*/React__default["default"].createElement(Comp$1, _extends({
|
|
16109
16169
|
ref: ref
|
|
@@ -17932,7 +17992,7 @@ var ListCache$1 = _ListCache,
|
|
|
17932
17992
|
MapCache$2 = _MapCache;
|
|
17933
17993
|
|
|
17934
17994
|
/** Used as the size to enable large array optimizations. */
|
|
17935
|
-
var LARGE_ARRAY_SIZE = 200;
|
|
17995
|
+
var LARGE_ARRAY_SIZE$1 = 200;
|
|
17936
17996
|
|
|
17937
17997
|
/**
|
|
17938
17998
|
* Sets the stack `key` to `value`.
|
|
@@ -17948,7 +18008,7 @@ function stackSet$1(key, value) {
|
|
|
17948
18008
|
var data = this.__data__;
|
|
17949
18009
|
if (data instanceof ListCache$1) {
|
|
17950
18010
|
var pairs = data.__data__;
|
|
17951
|
-
if (!Map$2 || (pairs.length < LARGE_ARRAY_SIZE - 1)) {
|
|
18011
|
+
if (!Map$2 || (pairs.length < LARGE_ARRAY_SIZE$1 - 1)) {
|
|
17952
18012
|
pairs.push([key, value]);
|
|
17953
18013
|
this.size = ++data.size;
|
|
17954
18014
|
return this;
|
|
@@ -18039,7 +18099,7 @@ var MapCache$1 = _MapCache,
|
|
|
18039
18099
|
* @constructor
|
|
18040
18100
|
* @param {Array} [values] The values to cache.
|
|
18041
18101
|
*/
|
|
18042
|
-
function SetCache$
|
|
18102
|
+
function SetCache$2(values) {
|
|
18043
18103
|
var index = -1,
|
|
18044
18104
|
length = values == null ? 0 : values.length;
|
|
18045
18105
|
|
|
@@ -18050,10 +18110,10 @@ function SetCache$1(values) {
|
|
|
18050
18110
|
}
|
|
18051
18111
|
|
|
18052
18112
|
// Add methods to `SetCache`.
|
|
18053
|
-
SetCache$
|
|
18054
|
-
SetCache$
|
|
18113
|
+
SetCache$2.prototype.add = SetCache$2.prototype.push = setCacheAdd;
|
|
18114
|
+
SetCache$2.prototype.has = setCacheHas;
|
|
18055
18115
|
|
|
18056
|
-
var _SetCache = SetCache$
|
|
18116
|
+
var _SetCache = SetCache$2;
|
|
18057
18117
|
|
|
18058
18118
|
/**
|
|
18059
18119
|
* A specialized version of `_.some` for arrays without support for iteratee
|
|
@@ -18089,15 +18149,15 @@ var _arraySome = arraySome$2;
|
|
|
18089
18149
|
* @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
|
|
18090
18150
|
*/
|
|
18091
18151
|
|
|
18092
|
-
function cacheHas$
|
|
18152
|
+
function cacheHas$2(cache, key) {
|
|
18093
18153
|
return cache.has(key);
|
|
18094
18154
|
}
|
|
18095
18155
|
|
|
18096
|
-
var _cacheHas = cacheHas$
|
|
18156
|
+
var _cacheHas = cacheHas$2;
|
|
18097
18157
|
|
|
18098
|
-
var SetCache = _SetCache,
|
|
18158
|
+
var SetCache$1 = _SetCache,
|
|
18099
18159
|
arraySome$1 = _arraySome,
|
|
18100
|
-
cacheHas = _cacheHas;
|
|
18160
|
+
cacheHas$1 = _cacheHas;
|
|
18101
18161
|
|
|
18102
18162
|
/** Used to compose bitmasks for value comparisons. */
|
|
18103
18163
|
var COMPARE_PARTIAL_FLAG$5 = 1,
|
|
@@ -18132,7 +18192,7 @@ function equalArrays$2(array, other, bitmask, customizer, equalFunc, stack) {
|
|
|
18132
18192
|
}
|
|
18133
18193
|
var index = -1,
|
|
18134
18194
|
result = true,
|
|
18135
|
-
seen = (bitmask & COMPARE_UNORDERED_FLAG$3) ? new SetCache : undefined;
|
|
18195
|
+
seen = (bitmask & COMPARE_UNORDERED_FLAG$3) ? new SetCache$1 : undefined;
|
|
18136
18196
|
|
|
18137
18197
|
stack.set(array, other);
|
|
18138
18198
|
stack.set(other, array);
|
|
@@ -18157,7 +18217,7 @@ function equalArrays$2(array, other, bitmask, customizer, equalFunc, stack) {
|
|
|
18157
18217
|
// Recursively compare arrays (susceptible to call stack limits).
|
|
18158
18218
|
if (seen) {
|
|
18159
18219
|
if (!arraySome$1(other, function(othValue, othIndex) {
|
|
18160
|
-
if (!cacheHas(seen, othIndex) &&
|
|
18220
|
+
if (!cacheHas$1(seen, othIndex) &&
|
|
18161
18221
|
(arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) {
|
|
18162
18222
|
return seen.push(othIndex);
|
|
18163
18223
|
}
|
|
@@ -18215,7 +18275,7 @@ var _mapToArray = mapToArray$1;
|
|
|
18215
18275
|
* @returns {Array} Returns the values.
|
|
18216
18276
|
*/
|
|
18217
18277
|
|
|
18218
|
-
function setToArray$
|
|
18278
|
+
function setToArray$3(set) {
|
|
18219
18279
|
var index = -1,
|
|
18220
18280
|
result = Array(set.size);
|
|
18221
18281
|
|
|
@@ -18225,14 +18285,14 @@ function setToArray$1(set) {
|
|
|
18225
18285
|
return result;
|
|
18226
18286
|
}
|
|
18227
18287
|
|
|
18228
|
-
var _setToArray = setToArray$
|
|
18288
|
+
var _setToArray = setToArray$3;
|
|
18229
18289
|
|
|
18230
18290
|
var Symbol$2 = _Symbol,
|
|
18231
18291
|
Uint8Array = _Uint8Array,
|
|
18232
18292
|
eq$1 = eq_1,
|
|
18233
18293
|
equalArrays$1 = _equalArrays,
|
|
18234
18294
|
mapToArray = _mapToArray,
|
|
18235
|
-
setToArray = _setToArray;
|
|
18295
|
+
setToArray$2 = _setToArray;
|
|
18236
18296
|
|
|
18237
18297
|
/** Used to compose bitmasks for value comparisons. */
|
|
18238
18298
|
var COMPARE_PARTIAL_FLAG$4 = 1,
|
|
@@ -18312,7 +18372,7 @@ function equalByTag$1(object, other, tag, bitmask, customizer, equalFunc, stack)
|
|
|
18312
18372
|
|
|
18313
18373
|
case setTag$2:
|
|
18314
18374
|
var isPartial = bitmask & COMPARE_PARTIAL_FLAG$4;
|
|
18315
|
-
convert || (convert = setToArray);
|
|
18375
|
+
convert || (convert = setToArray$2);
|
|
18316
18376
|
|
|
18317
18377
|
if (object.size != other.size && !isPartial) {
|
|
18318
18378
|
return false;
|
|
@@ -18594,9 +18654,9 @@ var getNative$1 = _getNative,
|
|
|
18594
18654
|
root$2 = _root;
|
|
18595
18655
|
|
|
18596
18656
|
/* Built-in method references that are verified to be native. */
|
|
18597
|
-
var Set$
|
|
18657
|
+
var Set$3 = getNative$1(root$2, 'Set');
|
|
18598
18658
|
|
|
18599
|
-
var _Set = Set$
|
|
18659
|
+
var _Set = Set$3;
|
|
18600
18660
|
|
|
18601
18661
|
var getNative = _getNative,
|
|
18602
18662
|
root$1 = _root;
|
|
@@ -18609,7 +18669,7 @@ var _WeakMap = WeakMap$1;
|
|
|
18609
18669
|
var DataView = _DataView,
|
|
18610
18670
|
Map$1 = _Map,
|
|
18611
18671
|
Promise$1 = _Promise,
|
|
18612
|
-
Set$
|
|
18672
|
+
Set$2 = _Set,
|
|
18613
18673
|
WeakMap = _WeakMap,
|
|
18614
18674
|
baseGetTag$1 = _baseGetTag,
|
|
18615
18675
|
toSource = _toSource;
|
|
@@ -18627,7 +18687,7 @@ var dataViewTag = '[object DataView]';
|
|
|
18627
18687
|
var dataViewCtorString = toSource(DataView),
|
|
18628
18688
|
mapCtorString = toSource(Map$1),
|
|
18629
18689
|
promiseCtorString = toSource(Promise$1),
|
|
18630
|
-
setCtorString = toSource(Set$
|
|
18690
|
+
setCtorString = toSource(Set$2),
|
|
18631
18691
|
weakMapCtorString = toSource(WeakMap);
|
|
18632
18692
|
|
|
18633
18693
|
/**
|
|
@@ -18643,7 +18703,7 @@ var getTag$2 = baseGetTag$1;
|
|
|
18643
18703
|
if ((DataView && getTag$2(new DataView(new ArrayBuffer(1))) != dataViewTag) ||
|
|
18644
18704
|
(Map$1 && getTag$2(new Map$1) != mapTag$1) ||
|
|
18645
18705
|
(Promise$1 && getTag$2(Promise$1.resolve()) != promiseTag) ||
|
|
18646
|
-
(Set$
|
|
18706
|
+
(Set$2 && getTag$2(new Set$2) != setTag$1) ||
|
|
18647
18707
|
(WeakMap && getTag$2(new WeakMap) != weakMapTag)) {
|
|
18648
18708
|
getTag$2 = function(value) {
|
|
18649
18709
|
var result = baseGetTag$1(value),
|
|
@@ -19122,7 +19182,7 @@ var Symbol$1 = _Symbol,
|
|
|
19122
19182
|
isSymbol$2 = isSymbol_1;
|
|
19123
19183
|
|
|
19124
19184
|
/** Used as references for various `Number` constants. */
|
|
19125
|
-
var INFINITY$
|
|
19185
|
+
var INFINITY$3 = 1 / 0;
|
|
19126
19186
|
|
|
19127
19187
|
/** Used to convert symbols to primitives and strings. */
|
|
19128
19188
|
var symbolProto = Symbol$1 ? Symbol$1.prototype : undefined,
|
|
@@ -19149,7 +19209,7 @@ function baseToString$2(value) {
|
|
|
19149
19209
|
return symbolToString ? symbolToString.call(value) : '';
|
|
19150
19210
|
}
|
|
19151
19211
|
var result = (value + '');
|
|
19152
|
-
return (result == '0' && (1 / value) == -INFINITY$
|
|
19212
|
+
return (result == '0' && (1 / value) == -INFINITY$3) ? '-0' : result;
|
|
19153
19213
|
}
|
|
19154
19214
|
|
|
19155
19215
|
var _baseToString = baseToString$2;
|
|
@@ -19208,7 +19268,7 @@ var _castPath = castPath$2;
|
|
|
19208
19268
|
var isSymbol$1 = isSymbol_1;
|
|
19209
19269
|
|
|
19210
19270
|
/** Used as references for various `Number` constants. */
|
|
19211
|
-
var INFINITY$
|
|
19271
|
+
var INFINITY$2 = 1 / 0;
|
|
19212
19272
|
|
|
19213
19273
|
/**
|
|
19214
19274
|
* Converts `value` to a string key if it's not a string or symbol.
|
|
@@ -19222,7 +19282,7 @@ function toKey$4(value) {
|
|
|
19222
19282
|
return value;
|
|
19223
19283
|
}
|
|
19224
19284
|
var result = (value + '');
|
|
19225
|
-
return (result == '0' && (1 / value) == -INFINITY$
|
|
19285
|
+
return (result == '0' && (1 / value) == -INFINITY$2) ? '-0' : result;
|
|
19226
19286
|
}
|
|
19227
19287
|
|
|
19228
19288
|
var _toKey = toKey$4;
|
|
@@ -19890,7 +19950,7 @@ for (var COLLECTION_NAME in DOMIterables) {
|
|
|
19890
19950
|
handlePrototype(DOMTokenListPrototype, 'DOMTokenList');
|
|
19891
19951
|
|
|
19892
19952
|
var $$9 = _export;
|
|
19893
|
-
var $includes = arrayIncludes.includes;
|
|
19953
|
+
var $includes = arrayIncludes$2.includes;
|
|
19894
19954
|
var addToUnscopables$1 = addToUnscopables$3;
|
|
19895
19955
|
|
|
19896
19956
|
// `Array.prototype.includes` method
|
|
@@ -20180,7 +20240,7 @@ function useKeyboard(ref, events) {
|
|
|
20180
20240
|
}, [events, keyEvents, ref.current]);
|
|
20181
20241
|
}
|
|
20182
20242
|
|
|
20183
|
-
var _excluded$
|
|
20243
|
+
var _excluded$C = ["type", "color", "disabled", "labelColor", "backgroundColor", "label", "size", "icon", "iconPlacement", "onClick", "loading", "isSmall", "forceActive"];
|
|
20184
20244
|
var rotateKeyframes = styled.keyframes(["from{transform:rotate(0deg);}to{transform:rotate(360deg);}"]);
|
|
20185
20245
|
var LoadingContainer = styled__default["default"](Container$1).withConfig({
|
|
20186
20246
|
displayName: "Button__LoadingContainer",
|
|
@@ -20314,7 +20374,7 @@ var Button = /*#__PURE__*/React__default["default"].forwardRef(function ButtonFn
|
|
|
20314
20374
|
loading = _ref20.loading,
|
|
20315
20375
|
isSmall = _ref20.isSmall,
|
|
20316
20376
|
forceActive = _ref20.forceActive,
|
|
20317
|
-
rest = _objectWithoutProperties(_ref20, _excluded$
|
|
20377
|
+
rest = _objectWithoutProperties(_ref20, _excluded$C);
|
|
20318
20378
|
|
|
20319
20379
|
var buttonRef = React.useRef(undefined);
|
|
20320
20380
|
var combinedRef = useCombinedRefs(ref, buttonRef);
|
|
@@ -20447,7 +20507,7 @@ Button.defaultProps = {
|
|
|
20447
20507
|
};
|
|
20448
20508
|
var Button$1 = Button;
|
|
20449
20509
|
|
|
20450
|
-
var _excluded$
|
|
20510
|
+
var _excluded$B = ["as", "children", "size", "underlined"];
|
|
20451
20511
|
|
|
20452
20512
|
var _Link = styled__default["default"](Text$1).withConfig({
|
|
20453
20513
|
displayName: "Link___Link",
|
|
@@ -20470,7 +20530,7 @@ var Link = /*#__PURE__*/React__default["default"].forwardRef(function LinkFn(_re
|
|
|
20470
20530
|
children = _ref4.children,
|
|
20471
20531
|
size = _ref4.size,
|
|
20472
20532
|
underlined = _ref4.underlined,
|
|
20473
|
-
rest = _objectWithoutProperties(_ref4, _excluded$
|
|
20533
|
+
rest = _objectWithoutProperties(_ref4, _excluded$B);
|
|
20474
20534
|
|
|
20475
20535
|
var linkRef = React.useRef(undefined);
|
|
20476
20536
|
var combinedRef = useCombinedRefs(ref, linkRef);
|
|
@@ -20500,7 +20560,7 @@ Link.defaultProps = {
|
|
|
20500
20560
|
};
|
|
20501
20561
|
var Link$1 = Link;
|
|
20502
20562
|
|
|
20503
|
-
var _excluded$
|
|
20563
|
+
var _excluded$A = ["children"];
|
|
20504
20564
|
|
|
20505
20565
|
function getPadding(props) {
|
|
20506
20566
|
if (props.value) return parsePadding(props.value, props.theme);
|
|
@@ -20556,7 +20616,7 @@ var Comp = styled__default["default"].div.withConfig({
|
|
|
20556
20616
|
});
|
|
20557
20617
|
var Padding = /*#__PURE__*/React__default["default"].forwardRef(function PaddingFn(_ref3, ref) {
|
|
20558
20618
|
var children = _ref3.children,
|
|
20559
|
-
rest = _objectWithoutProperties(_ref3, _excluded$
|
|
20619
|
+
rest = _objectWithoutProperties(_ref3, _excluded$A);
|
|
20560
20620
|
|
|
20561
20621
|
return /*#__PURE__*/React__default["default"].createElement(Comp, _extends({
|
|
20562
20622
|
ref: ref
|
|
@@ -20588,10 +20648,10 @@ Padding.defaultProps = {
|
|
|
20588
20648
|
};
|
|
20589
20649
|
var Padding$1 = Padding;
|
|
20590
20650
|
|
|
20591
|
-
var _excluded$
|
|
20651
|
+
var _excluded$z = ["label"];
|
|
20592
20652
|
var LoadMore = /*#__PURE__*/React__default["default"].forwardRef(function LoadMoreFn(_ref, ref) {
|
|
20593
20653
|
var label = _ref.label,
|
|
20594
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
20654
|
+
rest = _objectWithoutProperties(_ref, _excluded$z);
|
|
20595
20655
|
|
|
20596
20656
|
return /*#__PURE__*/React__default["default"].createElement(Container$1, _extends({
|
|
20597
20657
|
ref: ref,
|
|
@@ -20705,13 +20765,13 @@ Divider.defaultProps = {
|
|
|
20705
20765
|
};
|
|
20706
20766
|
var Divider$1 = Divider;
|
|
20707
20767
|
|
|
20708
|
-
var _excluded$
|
|
20768
|
+
var _excluded$y = ["label", "children"],
|
|
20709
20769
|
_excluded2$7 = ["label", "children"],
|
|
20710
20770
|
_excluded3$3 = ["label", "children"];
|
|
20711
20771
|
var FormSection = /*#__PURE__*/React__default["default"].forwardRef(function FormSectionFn(_ref, ref) {
|
|
20712
20772
|
var label = _ref.label,
|
|
20713
20773
|
children = _ref.children,
|
|
20714
|
-
rest = _objectWithoutProperties(_ref, _excluded$
|
|
20774
|
+
rest = _objectWithoutProperties(_ref, _excluded$y);
|
|
20715
20775
|
|
|
20716
20776
|
return /*#__PURE__*/React__default["default"].createElement(Container$1, _extends({
|
|
20717
20777
|
ref: ref,
|
|
@@ -20818,26 +20878,6 @@ FormRow.defaultProps = {
|
|
|
20818
20878
|
label: ''
|
|
20819
20879
|
};
|
|
20820
20880
|
|
|
20821
|
-
var _excluded$y = ["size"];
|
|
20822
|
-
var Logo = /*#__PURE__*/React__default["default"].forwardRef(function LogoFn(_ref, ref) {
|
|
20823
|
-
var size = _ref.size,
|
|
20824
|
-
rest = _objectWithoutProperties(_ref, _excluded$y);
|
|
20825
|
-
|
|
20826
|
-
var theme = React.useContext(styled.ThemeContext);
|
|
20827
|
-
var LogoEl = theme.logo.svg;
|
|
20828
|
-
return /*#__PURE__*/React__default["default"].createElement(LogoEl, _extends({
|
|
20829
|
-
ref: ref,
|
|
20830
|
-
height: theme.logo.size[size]
|
|
20831
|
-
}, rest));
|
|
20832
|
-
});
|
|
20833
|
-
Logo.propTypes = {
|
|
20834
|
-
size: PropTypes__default["default"].oneOfType([PropTypes__default["default"].string, PropTypes__default["default"].oneOf(Object.keys(Theme.logo.size))])
|
|
20835
|
-
};
|
|
20836
|
-
Logo.defaultProps = {
|
|
20837
|
-
size: 'small'
|
|
20838
|
-
};
|
|
20839
|
-
var Logo$1 = Logo;
|
|
20840
|
-
|
|
20841
20881
|
var $$6 = _export;
|
|
20842
20882
|
var global$5 = global$H;
|
|
20843
20883
|
var isArray$4 = isArray$j;
|
|
@@ -23278,6 +23318,377 @@ function _toConsumableArray(arr) {
|
|
|
23278
23318
|
return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
|
|
23279
23319
|
}
|
|
23280
23320
|
|
|
23321
|
+
/**
|
|
23322
|
+
* The base implementation of `_.findIndex` and `_.findLastIndex` without
|
|
23323
|
+
* support for iteratee shorthands.
|
|
23324
|
+
*
|
|
23325
|
+
* @private
|
|
23326
|
+
* @param {Array} array The array to inspect.
|
|
23327
|
+
* @param {Function} predicate The function invoked per iteration.
|
|
23328
|
+
* @param {number} fromIndex The index to search from.
|
|
23329
|
+
* @param {boolean} [fromRight] Specify iterating from right to left.
|
|
23330
|
+
* @returns {number} Returns the index of the matched value, else `-1`.
|
|
23331
|
+
*/
|
|
23332
|
+
|
|
23333
|
+
function baseFindIndex$2(array, predicate, fromIndex, fromRight) {
|
|
23334
|
+
var length = array.length,
|
|
23335
|
+
index = fromIndex + (fromRight ? 1 : -1);
|
|
23336
|
+
|
|
23337
|
+
while ((fromRight ? index-- : ++index < length)) {
|
|
23338
|
+
if (predicate(array[index], index, array)) {
|
|
23339
|
+
return index;
|
|
23340
|
+
}
|
|
23341
|
+
}
|
|
23342
|
+
return -1;
|
|
23343
|
+
}
|
|
23344
|
+
|
|
23345
|
+
var _baseFindIndex = baseFindIndex$2;
|
|
23346
|
+
|
|
23347
|
+
/**
|
|
23348
|
+
* The base implementation of `_.isNaN` without support for number objects.
|
|
23349
|
+
*
|
|
23350
|
+
* @private
|
|
23351
|
+
* @param {*} value The value to check.
|
|
23352
|
+
* @returns {boolean} Returns `true` if `value` is `NaN`, else `false`.
|
|
23353
|
+
*/
|
|
23354
|
+
|
|
23355
|
+
function baseIsNaN$1(value) {
|
|
23356
|
+
return value !== value;
|
|
23357
|
+
}
|
|
23358
|
+
|
|
23359
|
+
var _baseIsNaN = baseIsNaN$1;
|
|
23360
|
+
|
|
23361
|
+
/**
|
|
23362
|
+
* A specialized version of `_.indexOf` which performs strict equality
|
|
23363
|
+
* comparisons of values, i.e. `===`.
|
|
23364
|
+
*
|
|
23365
|
+
* @private
|
|
23366
|
+
* @param {Array} array The array to inspect.
|
|
23367
|
+
* @param {*} value The value to search for.
|
|
23368
|
+
* @param {number} fromIndex The index to search from.
|
|
23369
|
+
* @returns {number} Returns the index of the matched value, else `-1`.
|
|
23370
|
+
*/
|
|
23371
|
+
|
|
23372
|
+
function strictIndexOf$1(array, value, fromIndex) {
|
|
23373
|
+
var index = fromIndex - 1,
|
|
23374
|
+
length = array.length;
|
|
23375
|
+
|
|
23376
|
+
while (++index < length) {
|
|
23377
|
+
if (array[index] === value) {
|
|
23378
|
+
return index;
|
|
23379
|
+
}
|
|
23380
|
+
}
|
|
23381
|
+
return -1;
|
|
23382
|
+
}
|
|
23383
|
+
|
|
23384
|
+
var _strictIndexOf = strictIndexOf$1;
|
|
23385
|
+
|
|
23386
|
+
var baseFindIndex$1 = _baseFindIndex,
|
|
23387
|
+
baseIsNaN = _baseIsNaN,
|
|
23388
|
+
strictIndexOf = _strictIndexOf;
|
|
23389
|
+
|
|
23390
|
+
/**
|
|
23391
|
+
* The base implementation of `_.indexOf` without `fromIndex` bounds checks.
|
|
23392
|
+
*
|
|
23393
|
+
* @private
|
|
23394
|
+
* @param {Array} array The array to inspect.
|
|
23395
|
+
* @param {*} value The value to search for.
|
|
23396
|
+
* @param {number} fromIndex The index to search from.
|
|
23397
|
+
* @returns {number} Returns the index of the matched value, else `-1`.
|
|
23398
|
+
*/
|
|
23399
|
+
function baseIndexOf$3(array, value, fromIndex) {
|
|
23400
|
+
return value === value
|
|
23401
|
+
? strictIndexOf(array, value, fromIndex)
|
|
23402
|
+
: baseFindIndex$1(array, baseIsNaN, fromIndex);
|
|
23403
|
+
}
|
|
23404
|
+
|
|
23405
|
+
var _baseIndexOf = baseIndexOf$3;
|
|
23406
|
+
|
|
23407
|
+
var baseIndexOf$2 = _baseIndexOf;
|
|
23408
|
+
|
|
23409
|
+
/**
|
|
23410
|
+
* A specialized version of `_.includes` for arrays without support for
|
|
23411
|
+
* specifying an index to search from.
|
|
23412
|
+
*
|
|
23413
|
+
* @private
|
|
23414
|
+
* @param {Array} [array] The array to inspect.
|
|
23415
|
+
* @param {*} target The value to search for.
|
|
23416
|
+
* @returns {boolean} Returns `true` if `target` is found, else `false`.
|
|
23417
|
+
*/
|
|
23418
|
+
function arrayIncludes$1(array, value) {
|
|
23419
|
+
var length = array == null ? 0 : array.length;
|
|
23420
|
+
return !!length && baseIndexOf$2(array, value, 0) > -1;
|
|
23421
|
+
}
|
|
23422
|
+
|
|
23423
|
+
var _arrayIncludes = arrayIncludes$1;
|
|
23424
|
+
|
|
23425
|
+
/**
|
|
23426
|
+
* This function is like `arrayIncludes` except that it accepts a comparator.
|
|
23427
|
+
*
|
|
23428
|
+
* @private
|
|
23429
|
+
* @param {Array} [array] The array to inspect.
|
|
23430
|
+
* @param {*} target The value to search for.
|
|
23431
|
+
* @param {Function} comparator The comparator invoked per element.
|
|
23432
|
+
* @returns {boolean} Returns `true` if `target` is found, else `false`.
|
|
23433
|
+
*/
|
|
23434
|
+
|
|
23435
|
+
function arrayIncludesWith$1(array, value, comparator) {
|
|
23436
|
+
var index = -1,
|
|
23437
|
+
length = array == null ? 0 : array.length;
|
|
23438
|
+
|
|
23439
|
+
while (++index < length) {
|
|
23440
|
+
if (comparator(value, array[index])) {
|
|
23441
|
+
return true;
|
|
23442
|
+
}
|
|
23443
|
+
}
|
|
23444
|
+
return false;
|
|
23445
|
+
}
|
|
23446
|
+
|
|
23447
|
+
var _arrayIncludesWith = arrayIncludesWith$1;
|
|
23448
|
+
|
|
23449
|
+
/**
|
|
23450
|
+
* This method returns `undefined`.
|
|
23451
|
+
*
|
|
23452
|
+
* @static
|
|
23453
|
+
* @memberOf _
|
|
23454
|
+
* @since 2.3.0
|
|
23455
|
+
* @category Util
|
|
23456
|
+
* @example
|
|
23457
|
+
*
|
|
23458
|
+
* _.times(2, _.noop);
|
|
23459
|
+
* // => [undefined, undefined]
|
|
23460
|
+
*/
|
|
23461
|
+
|
|
23462
|
+
function noop$1() {
|
|
23463
|
+
// No operation performed.
|
|
23464
|
+
}
|
|
23465
|
+
|
|
23466
|
+
var noop_1 = noop$1;
|
|
23467
|
+
|
|
23468
|
+
var Set$1 = _Set,
|
|
23469
|
+
noop = noop_1,
|
|
23470
|
+
setToArray$1 = _setToArray;
|
|
23471
|
+
|
|
23472
|
+
/** Used as references for various `Number` constants. */
|
|
23473
|
+
var INFINITY$1 = 1 / 0;
|
|
23474
|
+
|
|
23475
|
+
/**
|
|
23476
|
+
* Creates a set object of `values`.
|
|
23477
|
+
*
|
|
23478
|
+
* @private
|
|
23479
|
+
* @param {Array} values The values to add to the set.
|
|
23480
|
+
* @returns {Object} Returns the new set.
|
|
23481
|
+
*/
|
|
23482
|
+
var createSet$1 = !(Set$1 && (1 / setToArray$1(new Set$1([,-0]))[1]) == INFINITY$1) ? noop : function(values) {
|
|
23483
|
+
return new Set$1(values);
|
|
23484
|
+
};
|
|
23485
|
+
|
|
23486
|
+
var _createSet = createSet$1;
|
|
23487
|
+
|
|
23488
|
+
var SetCache = _SetCache,
|
|
23489
|
+
arrayIncludes = _arrayIncludes,
|
|
23490
|
+
arrayIncludesWith = _arrayIncludesWith,
|
|
23491
|
+
cacheHas = _cacheHas,
|
|
23492
|
+
createSet = _createSet,
|
|
23493
|
+
setToArray = _setToArray;
|
|
23494
|
+
|
|
23495
|
+
/** Used as the size to enable large array optimizations. */
|
|
23496
|
+
var LARGE_ARRAY_SIZE = 200;
|
|
23497
|
+
|
|
23498
|
+
/**
|
|
23499
|
+
* The base implementation of `_.uniqBy` without support for iteratee shorthands.
|
|
23500
|
+
*
|
|
23501
|
+
* @private
|
|
23502
|
+
* @param {Array} array The array to inspect.
|
|
23503
|
+
* @param {Function} [iteratee] The iteratee invoked per element.
|
|
23504
|
+
* @param {Function} [comparator] The comparator invoked per element.
|
|
23505
|
+
* @returns {Array} Returns the new duplicate free array.
|
|
23506
|
+
*/
|
|
23507
|
+
function baseUniq$1(array, iteratee, comparator) {
|
|
23508
|
+
var index = -1,
|
|
23509
|
+
includes = arrayIncludes,
|
|
23510
|
+
length = array.length,
|
|
23511
|
+
isCommon = true,
|
|
23512
|
+
result = [],
|
|
23513
|
+
seen = result;
|
|
23514
|
+
|
|
23515
|
+
if (comparator) {
|
|
23516
|
+
isCommon = false;
|
|
23517
|
+
includes = arrayIncludesWith;
|
|
23518
|
+
}
|
|
23519
|
+
else if (length >= LARGE_ARRAY_SIZE) {
|
|
23520
|
+
var set = iteratee ? null : createSet(array);
|
|
23521
|
+
if (set) {
|
|
23522
|
+
return setToArray(set);
|
|
23523
|
+
}
|
|
23524
|
+
isCommon = false;
|
|
23525
|
+
includes = cacheHas;
|
|
23526
|
+
seen = new SetCache;
|
|
23527
|
+
}
|
|
23528
|
+
else {
|
|
23529
|
+
seen = iteratee ? [] : result;
|
|
23530
|
+
}
|
|
23531
|
+
outer:
|
|
23532
|
+
while (++index < length) {
|
|
23533
|
+
var value = array[index],
|
|
23534
|
+
computed = iteratee ? iteratee(value) : value;
|
|
23535
|
+
|
|
23536
|
+
value = (comparator || value !== 0) ? value : 0;
|
|
23537
|
+
if (isCommon && computed === computed) {
|
|
23538
|
+
var seenIndex = seen.length;
|
|
23539
|
+
while (seenIndex--) {
|
|
23540
|
+
if (seen[seenIndex] === computed) {
|
|
23541
|
+
continue outer;
|
|
23542
|
+
}
|
|
23543
|
+
}
|
|
23544
|
+
if (iteratee) {
|
|
23545
|
+
seen.push(computed);
|
|
23546
|
+
}
|
|
23547
|
+
result.push(value);
|
|
23548
|
+
}
|
|
23549
|
+
else if (!includes(seen, computed, comparator)) {
|
|
23550
|
+
if (seen !== result) {
|
|
23551
|
+
seen.push(computed);
|
|
23552
|
+
}
|
|
23553
|
+
result.push(value);
|
|
23554
|
+
}
|
|
23555
|
+
}
|
|
23556
|
+
return result;
|
|
23557
|
+
}
|
|
23558
|
+
|
|
23559
|
+
var _baseUniq = baseUniq$1;
|
|
23560
|
+
|
|
23561
|
+
var baseUniq = _baseUniq;
|
|
23562
|
+
|
|
23563
|
+
/**
|
|
23564
|
+
* Creates a duplicate-free version of an array, using
|
|
23565
|
+
* [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)
|
|
23566
|
+
* for equality comparisons, in which only the first occurrence of each element
|
|
23567
|
+
* is kept. The order of result values is determined by the order they occur
|
|
23568
|
+
* in the array.
|
|
23569
|
+
*
|
|
23570
|
+
* @static
|
|
23571
|
+
* @memberOf _
|
|
23572
|
+
* @since 0.1.0
|
|
23573
|
+
* @category Array
|
|
23574
|
+
* @param {Array} array The array to inspect.
|
|
23575
|
+
* @returns {Array} Returns the new duplicate free array.
|
|
23576
|
+
* @example
|
|
23577
|
+
*
|
|
23578
|
+
* _.uniq([2, 1, 2]);
|
|
23579
|
+
* // => [2, 1]
|
|
23580
|
+
*/
|
|
23581
|
+
function uniq(array) {
|
|
23582
|
+
return (array && array.length) ? baseUniq(array) : [];
|
|
23583
|
+
}
|
|
23584
|
+
|
|
23585
|
+
var uniq_1 = uniq;
|
|
23586
|
+
|
|
23587
|
+
/**
|
|
23588
|
+
* A specialized version of `_.reduce` for arrays without support for
|
|
23589
|
+
* iteratee shorthands.
|
|
23590
|
+
*
|
|
23591
|
+
* @private
|
|
23592
|
+
* @param {Array} [array] The array to iterate over.
|
|
23593
|
+
* @param {Function} iteratee The function invoked per iteration.
|
|
23594
|
+
* @param {*} [accumulator] The initial value.
|
|
23595
|
+
* @param {boolean} [initAccum] Specify using the first element of `array` as
|
|
23596
|
+
* the initial value.
|
|
23597
|
+
* @returns {*} Returns the accumulated value.
|
|
23598
|
+
*/
|
|
23599
|
+
|
|
23600
|
+
function arrayReduce$1(array, iteratee, accumulator, initAccum) {
|
|
23601
|
+
var index = -1,
|
|
23602
|
+
length = array == null ? 0 : array.length;
|
|
23603
|
+
|
|
23604
|
+
if (initAccum && length) {
|
|
23605
|
+
accumulator = array[++index];
|
|
23606
|
+
}
|
|
23607
|
+
while (++index < length) {
|
|
23608
|
+
accumulator = iteratee(accumulator, array[index], index, array);
|
|
23609
|
+
}
|
|
23610
|
+
return accumulator;
|
|
23611
|
+
}
|
|
23612
|
+
|
|
23613
|
+
var _arrayReduce = arrayReduce$1;
|
|
23614
|
+
|
|
23615
|
+
/**
|
|
23616
|
+
* The base implementation of `_.reduce` and `_.reduceRight`, without support
|
|
23617
|
+
* for iteratee shorthands, which iterates over `collection` using `eachFunc`.
|
|
23618
|
+
*
|
|
23619
|
+
* @private
|
|
23620
|
+
* @param {Array|Object} collection The collection to iterate over.
|
|
23621
|
+
* @param {Function} iteratee The function invoked per iteration.
|
|
23622
|
+
* @param {*} accumulator The initial value.
|
|
23623
|
+
* @param {boolean} initAccum Specify using the first or last element of
|
|
23624
|
+
* `collection` as the initial value.
|
|
23625
|
+
* @param {Function} eachFunc The function to iterate over `collection`.
|
|
23626
|
+
* @returns {*} Returns the accumulated value.
|
|
23627
|
+
*/
|
|
23628
|
+
|
|
23629
|
+
function baseReduce$1(collection, iteratee, accumulator, initAccum, eachFunc) {
|
|
23630
|
+
eachFunc(collection, function(value, index, collection) {
|
|
23631
|
+
accumulator = initAccum
|
|
23632
|
+
? (initAccum = false, value)
|
|
23633
|
+
: iteratee(accumulator, value, index, collection);
|
|
23634
|
+
});
|
|
23635
|
+
return accumulator;
|
|
23636
|
+
}
|
|
23637
|
+
|
|
23638
|
+
var _baseReduce = baseReduce$1;
|
|
23639
|
+
|
|
23640
|
+
var arrayReduce = _arrayReduce,
|
|
23641
|
+
baseEach$2 = _baseEach,
|
|
23642
|
+
baseIteratee$4 = _baseIteratee,
|
|
23643
|
+
baseReduce = _baseReduce,
|
|
23644
|
+
isArray$3 = isArray_1;
|
|
23645
|
+
|
|
23646
|
+
/**
|
|
23647
|
+
* Reduces `collection` to a value which is the accumulated result of running
|
|
23648
|
+
* each element in `collection` thru `iteratee`, where each successive
|
|
23649
|
+
* invocation is supplied the return value of the previous. If `accumulator`
|
|
23650
|
+
* is not given, the first element of `collection` is used as the initial
|
|
23651
|
+
* value. The iteratee is invoked with four arguments:
|
|
23652
|
+
* (accumulator, value, index|key, collection).
|
|
23653
|
+
*
|
|
23654
|
+
* Many lodash methods are guarded to work as iteratees for methods like
|
|
23655
|
+
* `_.reduce`, `_.reduceRight`, and `_.transform`.
|
|
23656
|
+
*
|
|
23657
|
+
* The guarded methods are:
|
|
23658
|
+
* `assign`, `defaults`, `defaultsDeep`, `includes`, `merge`, `orderBy`,
|
|
23659
|
+
* and `sortBy`
|
|
23660
|
+
*
|
|
23661
|
+
* @static
|
|
23662
|
+
* @memberOf _
|
|
23663
|
+
* @since 0.1.0
|
|
23664
|
+
* @category Collection
|
|
23665
|
+
* @param {Array|Object} collection The collection to iterate over.
|
|
23666
|
+
* @param {Function} [iteratee=_.identity] The function invoked per iteration.
|
|
23667
|
+
* @param {*} [accumulator] The initial value.
|
|
23668
|
+
* @returns {*} Returns the accumulated value.
|
|
23669
|
+
* @see _.reduceRight
|
|
23670
|
+
* @example
|
|
23671
|
+
*
|
|
23672
|
+
* _.reduce([1, 2], function(sum, n) {
|
|
23673
|
+
* return sum + n;
|
|
23674
|
+
* }, 0);
|
|
23675
|
+
* // => 3
|
|
23676
|
+
*
|
|
23677
|
+
* _.reduce({ 'a': 1, 'b': 2, 'c': 1 }, function(result, value, key) {
|
|
23678
|
+
* (result[value] || (result[value] = [])).push(key);
|
|
23679
|
+
* return result;
|
|
23680
|
+
* }, {});
|
|
23681
|
+
* // => { '1': ['a', 'c'], '2': ['b'] } (iteration order is not guaranteed)
|
|
23682
|
+
*/
|
|
23683
|
+
function reduce(collection, iteratee, accumulator) {
|
|
23684
|
+
var func = isArray$3(collection) ? arrayReduce : baseReduce,
|
|
23685
|
+
initAccum = arguments.length < 3;
|
|
23686
|
+
|
|
23687
|
+
return func(collection, baseIteratee$4(iteratee), accumulator, initAccum, baseEach$2);
|
|
23688
|
+
}
|
|
23689
|
+
|
|
23690
|
+
var reduce_1 = reduce;
|
|
23691
|
+
|
|
23281
23692
|
/** Used to match a single whitespace character. */
|
|
23282
23693
|
|
|
23283
23694
|
var reWhitespace = /\s/;
|
|
@@ -23371,92 +23782,6 @@ function castSlice$1(array, start, end) {
|
|
|
23371
23782
|
|
|
23372
23783
|
var _castSlice = castSlice$1;
|
|
23373
23784
|
|
|
23374
|
-
/**
|
|
23375
|
-
* The base implementation of `_.findIndex` and `_.findLastIndex` without
|
|
23376
|
-
* support for iteratee shorthands.
|
|
23377
|
-
*
|
|
23378
|
-
* @private
|
|
23379
|
-
* @param {Array} array The array to inspect.
|
|
23380
|
-
* @param {Function} predicate The function invoked per iteration.
|
|
23381
|
-
* @param {number} fromIndex The index to search from.
|
|
23382
|
-
* @param {boolean} [fromRight] Specify iterating from right to left.
|
|
23383
|
-
* @returns {number} Returns the index of the matched value, else `-1`.
|
|
23384
|
-
*/
|
|
23385
|
-
|
|
23386
|
-
function baseFindIndex$2(array, predicate, fromIndex, fromRight) {
|
|
23387
|
-
var length = array.length,
|
|
23388
|
-
index = fromIndex + (fromRight ? 1 : -1);
|
|
23389
|
-
|
|
23390
|
-
while ((fromRight ? index-- : ++index < length)) {
|
|
23391
|
-
if (predicate(array[index], index, array)) {
|
|
23392
|
-
return index;
|
|
23393
|
-
}
|
|
23394
|
-
}
|
|
23395
|
-
return -1;
|
|
23396
|
-
}
|
|
23397
|
-
|
|
23398
|
-
var _baseFindIndex = baseFindIndex$2;
|
|
23399
|
-
|
|
23400
|
-
/**
|
|
23401
|
-
* The base implementation of `_.isNaN` without support for number objects.
|
|
23402
|
-
*
|
|
23403
|
-
* @private
|
|
23404
|
-
* @param {*} value The value to check.
|
|
23405
|
-
* @returns {boolean} Returns `true` if `value` is `NaN`, else `false`.
|
|
23406
|
-
*/
|
|
23407
|
-
|
|
23408
|
-
function baseIsNaN$1(value) {
|
|
23409
|
-
return value !== value;
|
|
23410
|
-
}
|
|
23411
|
-
|
|
23412
|
-
var _baseIsNaN = baseIsNaN$1;
|
|
23413
|
-
|
|
23414
|
-
/**
|
|
23415
|
-
* A specialized version of `_.indexOf` which performs strict equality
|
|
23416
|
-
* comparisons of values, i.e. `===`.
|
|
23417
|
-
*
|
|
23418
|
-
* @private
|
|
23419
|
-
* @param {Array} array The array to inspect.
|
|
23420
|
-
* @param {*} value The value to search for.
|
|
23421
|
-
* @param {number} fromIndex The index to search from.
|
|
23422
|
-
* @returns {number} Returns the index of the matched value, else `-1`.
|
|
23423
|
-
*/
|
|
23424
|
-
|
|
23425
|
-
function strictIndexOf$1(array, value, fromIndex) {
|
|
23426
|
-
var index = fromIndex - 1,
|
|
23427
|
-
length = array.length;
|
|
23428
|
-
|
|
23429
|
-
while (++index < length) {
|
|
23430
|
-
if (array[index] === value) {
|
|
23431
|
-
return index;
|
|
23432
|
-
}
|
|
23433
|
-
}
|
|
23434
|
-
return -1;
|
|
23435
|
-
}
|
|
23436
|
-
|
|
23437
|
-
var _strictIndexOf = strictIndexOf$1;
|
|
23438
|
-
|
|
23439
|
-
var baseFindIndex$1 = _baseFindIndex,
|
|
23440
|
-
baseIsNaN = _baseIsNaN,
|
|
23441
|
-
strictIndexOf = _strictIndexOf;
|
|
23442
|
-
|
|
23443
|
-
/**
|
|
23444
|
-
* The base implementation of `_.indexOf` without `fromIndex` bounds checks.
|
|
23445
|
-
*
|
|
23446
|
-
* @private
|
|
23447
|
-
* @param {Array} array The array to inspect.
|
|
23448
|
-
* @param {*} value The value to search for.
|
|
23449
|
-
* @param {number} fromIndex The index to search from.
|
|
23450
|
-
* @returns {number} Returns the index of the matched value, else `-1`.
|
|
23451
|
-
*/
|
|
23452
|
-
function baseIndexOf$2(array, value, fromIndex) {
|
|
23453
|
-
return value === value
|
|
23454
|
-
? strictIndexOf(array, value, fromIndex)
|
|
23455
|
-
: baseFindIndex$1(array, baseIsNaN, fromIndex);
|
|
23456
|
-
}
|
|
23457
|
-
|
|
23458
|
-
var _baseIndexOf = baseIndexOf$2;
|
|
23459
|
-
|
|
23460
23785
|
var baseIndexOf$1 = _baseIndexOf;
|
|
23461
23786
|
|
|
23462
23787
|
/**
|
|
@@ -23649,7 +23974,7 @@ function trim(string, chars, guard) {
|
|
|
23649
23974
|
|
|
23650
23975
|
var trim_1 = trim;
|
|
23651
23976
|
|
|
23652
|
-
var baseIteratee$
|
|
23977
|
+
var baseIteratee$3 = _baseIteratee,
|
|
23653
23978
|
isArrayLike$2 = isArrayLike_1,
|
|
23654
23979
|
keys = keys_1;
|
|
23655
23980
|
|
|
@@ -23664,7 +23989,7 @@ function createFind$1(findIndexFunc) {
|
|
|
23664
23989
|
return function(collection, predicate, fromIndex) {
|
|
23665
23990
|
var iterable = Object(collection);
|
|
23666
23991
|
if (!isArrayLike$2(collection)) {
|
|
23667
|
-
var iteratee = baseIteratee$
|
|
23992
|
+
var iteratee = baseIteratee$3(predicate);
|
|
23668
23993
|
collection = keys(collection);
|
|
23669
23994
|
predicate = function(key) { return iteratee(iterable[key], key, iterable); };
|
|
23670
23995
|
}
|
|
@@ -23821,7 +24146,7 @@ function toInteger$4(value) {
|
|
|
23821
24146
|
var toInteger_1 = toInteger$4;
|
|
23822
24147
|
|
|
23823
24148
|
var baseFindIndex = _baseFindIndex,
|
|
23824
|
-
baseIteratee$
|
|
24149
|
+
baseIteratee$2 = _baseIteratee,
|
|
23825
24150
|
toInteger$3 = toInteger_1;
|
|
23826
24151
|
|
|
23827
24152
|
/* Built-in method references for those with the same name as other `lodash` methods. */
|
|
@@ -23871,7 +24196,7 @@ function findIndex$2(array, predicate, fromIndex) {
|
|
|
23871
24196
|
if (index < 0) {
|
|
23872
24197
|
index = nativeMax$1(length + index, 0);
|
|
23873
24198
|
}
|
|
23874
|
-
return baseFindIndex(array, baseIteratee$
|
|
24199
|
+
return baseFindIndex(array, baseIteratee$2(predicate), index);
|
|
23875
24200
|
}
|
|
23876
24201
|
|
|
23877
24202
|
var findIndex_1 = findIndex$2;
|
|
@@ -24138,7 +24463,7 @@ var debounce_1 = debounce;
|
|
|
24138
24463
|
var baseKeys = _baseKeys,
|
|
24139
24464
|
getTag = _getTag,
|
|
24140
24465
|
isArguments = isArguments_1,
|
|
24141
|
-
isArray$
|
|
24466
|
+
isArray$2 = isArray_1,
|
|
24142
24467
|
isArrayLike$1 = isArrayLike_1,
|
|
24143
24468
|
isBuffer = isBuffer$3.exports,
|
|
24144
24469
|
isPrototype = _isPrototype,
|
|
@@ -24192,7 +24517,7 @@ function isEmpty(value) {
|
|
|
24192
24517
|
return true;
|
|
24193
24518
|
}
|
|
24194
24519
|
if (isArrayLike$1(value) &&
|
|
24195
|
-
(isArray$
|
|
24520
|
+
(isArray$2(value) || typeof value == 'string' || typeof value.splice == 'function' ||
|
|
24196
24521
|
isBuffer(value) || isTypedArray(value) || isArguments(value))) {
|
|
24197
24522
|
return !value.length;
|
|
24198
24523
|
}
|
|
@@ -24282,7 +24607,7 @@ function slice(array, start, end) {
|
|
|
24282
24607
|
|
|
24283
24608
|
var slice_1 = slice;
|
|
24284
24609
|
|
|
24285
|
-
var baseEach$
|
|
24610
|
+
var baseEach$1 = _baseEach;
|
|
24286
24611
|
|
|
24287
24612
|
/**
|
|
24288
24613
|
* The base implementation of `_.filter` without support for iteratee shorthands.
|
|
@@ -24294,7 +24619,7 @@ var baseEach$2 = _baseEach;
|
|
|
24294
24619
|
*/
|
|
24295
24620
|
function baseFilter$1(collection, predicate) {
|
|
24296
24621
|
var result = [];
|
|
24297
|
-
baseEach$
|
|
24622
|
+
baseEach$1(collection, function(value, index, collection) {
|
|
24298
24623
|
if (predicate(value, index, collection)) {
|
|
24299
24624
|
result.push(value);
|
|
24300
24625
|
}
|
|
@@ -24306,8 +24631,8 @@ var _baseFilter = baseFilter$1;
|
|
|
24306
24631
|
|
|
24307
24632
|
var arrayFilter = _arrayFilter,
|
|
24308
24633
|
baseFilter = _baseFilter,
|
|
24309
|
-
baseIteratee$
|
|
24310
|
-
isArray$
|
|
24634
|
+
baseIteratee$1 = _baseIteratee,
|
|
24635
|
+
isArray$1 = isArray_1;
|
|
24311
24636
|
|
|
24312
24637
|
/**
|
|
24313
24638
|
* Iterates over elements of `collection`, returning an array of all elements
|
|
@@ -24351,8 +24676,8 @@ var arrayFilter = _arrayFilter,
|
|
|
24351
24676
|
* // => objects for ['fred', 'barney']
|
|
24352
24677
|
*/
|
|
24353
24678
|
function filter(collection, predicate) {
|
|
24354
|
-
var func = isArray$
|
|
24355
|
-
return func(collection, baseIteratee$
|
|
24679
|
+
var func = isArray$1(collection) ? arrayFilter : baseFilter;
|
|
24680
|
+
return func(collection, baseIteratee$1(predicate));
|
|
24356
24681
|
}
|
|
24357
24682
|
|
|
24358
24683
|
var filter_1 = filter;
|
|
@@ -25442,7 +25767,7 @@ Dropdown.defaultProps = {
|
|
|
25442
25767
|
};
|
|
25443
25768
|
var Dropdown$1 = Dropdown;
|
|
25444
25769
|
|
|
25445
|
-
var _excluded$p = ["inputRef", "placeholder", "value", "defaultValue", "onChange", "options", "onInputType", "onInputTypeDebounce", "onAdd", "background", "confirmChipOnBlur", "confirmChipOnSpace", "separators", "icon", "iconAction", "disabled", "requireUniqueChips", "maxChips", "hasError", "hideBorder", "errorLabel", "errorBackgroundColor", "disableOptions", "singleSelction", "dropdownTopBorderColor", "bottomBorderColor", "dropdownMaxHeight"];
|
|
25770
|
+
var _excluded$p = ["inputRef", "placeholder", "value", "defaultValue", "onChange", "options", "onInputType", "onInputTypeDebounce", "onAdd", "background", "confirmChipOnBlur", "confirmChipOnSpace", "separators", "icon", "iconAction", "disabled", "requireUniqueChips", "createChipOnPaste", "pasteSeparators", "maxChips", "hasError", "hideBorder", "errorLabel", "errorBackgroundColor", "disableOptions", "singleSelction", "dropdownTopBorderColor", "bottomBorderColor", "dropdownMaxHeight"];
|
|
25446
25771
|
|
|
25447
25772
|
function ownKeys$5(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
25448
25773
|
|
|
@@ -25522,6 +25847,9 @@ function reducer(state, action) {
|
|
|
25522
25847
|
case 'push':
|
|
25523
25848
|
return [].concat(_toConsumableArray(state), [action.item]);
|
|
25524
25849
|
|
|
25850
|
+
case 'pushMultiples':
|
|
25851
|
+
return [].concat(_toConsumableArray(state), _toConsumableArray(action.items));
|
|
25852
|
+
|
|
25525
25853
|
case 'replace':
|
|
25526
25854
|
return [action.item];
|
|
25527
25855
|
|
|
@@ -25567,6 +25895,8 @@ var ChipInput = /*#__PURE__*/React__default["default"].forwardRef(function ChipI
|
|
|
25567
25895
|
iconAction = _ref13.iconAction,
|
|
25568
25896
|
disabled = _ref13.disabled,
|
|
25569
25897
|
requireUniqueChips = _ref13.requireUniqueChips,
|
|
25898
|
+
createChipOnPaste = _ref13.createChipOnPaste,
|
|
25899
|
+
pasteSeparators = _ref13.pasteSeparators,
|
|
25570
25900
|
maxChips = _ref13.maxChips,
|
|
25571
25901
|
hasError = _ref13.hasError,
|
|
25572
25902
|
hideBorder = _ref13.hideBorder,
|
|
@@ -25628,6 +25958,17 @@ var ChipInput = /*#__PURE__*/React__default["default"].forwardRef(function ChipI
|
|
|
25628
25958
|
|
|
25629
25959
|
contentEditableInput.current.innerHTML = '';
|
|
25630
25960
|
}, [contentEditableInput, onAdd, uncontrolledMode, onChange, items, requireUniqueChips]);
|
|
25961
|
+
var savePastedValue = React.useCallback(function (valueToSave) {
|
|
25962
|
+
var pastedItems = map_1(valueToSave, function (vts) {
|
|
25963
|
+
return onAdd(vts);
|
|
25964
|
+
});
|
|
25965
|
+
|
|
25966
|
+
uncontrolledMode && dispatch({
|
|
25967
|
+
type: 'pushMultiples',
|
|
25968
|
+
items: pastedItems
|
|
25969
|
+
});
|
|
25970
|
+
onChange && onChange([].concat(_toConsumableArray(itemsRef.current), _toConsumableArray(pastedItems)));
|
|
25971
|
+
}, [onAdd, uncontrolledMode, onChange]);
|
|
25631
25972
|
var replaceValue = React.useCallback(function (valueToSave) {
|
|
25632
25973
|
var item = onAdd(valueToSave);
|
|
25633
25974
|
uncontrolledMode && dispatch({
|
|
@@ -25763,6 +26104,20 @@ var ChipInput = /*#__PURE__*/React__default["default"].forwardRef(function ChipI
|
|
|
25763
26104
|
var onFocus = React.useCallback(function () {
|
|
25764
26105
|
return setIsActive(true);
|
|
25765
26106
|
}, []);
|
|
26107
|
+
var onPaste = React.useCallback(function (e) {
|
|
26108
|
+
if (createChipOnPaste) {
|
|
26109
|
+
e.preventDefault();
|
|
26110
|
+
var pastedText = e.clipboardData.getData('Text');
|
|
26111
|
+
var separatorsRegex = new RegExp(pasteSeparators.join('|'), 'gi');
|
|
26112
|
+
|
|
26113
|
+
var reducedChips = reduce_1(pastedText.split(separatorsRegex), function (acc, v) {
|
|
26114
|
+
if (trim_1(v) !== '') acc.push(trim_1(v));
|
|
26115
|
+
return acc;
|
|
26116
|
+
}, []);
|
|
26117
|
+
|
|
26118
|
+
savePastedValue(requireUniqueChips ? uniq_1(reducedChips) : reducedChips);
|
|
26119
|
+
}
|
|
26120
|
+
}, [createChipOnPaste, pasteSeparators, requireUniqueChips, savePastedValue]);
|
|
25766
26121
|
return /*#__PURE__*/React__default["default"].createElement(Container$1, {
|
|
25767
26122
|
orientation: "horizontal",
|
|
25768
26123
|
background: background
|
|
@@ -25812,7 +26167,8 @@ var ChipInput = /*#__PURE__*/React__default["default"].forwardRef(function ChipI
|
|
|
25812
26167
|
onBlur: onBlur,
|
|
25813
26168
|
onFocus: onFocus,
|
|
25814
26169
|
onKeyUp: onInputType && onKeyUp,
|
|
25815
|
-
contentEditable: contentEditable
|
|
26170
|
+
contentEditable: contentEditable,
|
|
26171
|
+
onPaste: onPaste
|
|
25816
26172
|
}), /*#__PURE__*/React__default["default"].createElement(Placeholder, {
|
|
25817
26173
|
hasError: hasError
|
|
25818
26174
|
}, placeholder)))), icon && /*#__PURE__*/React__default["default"].createElement(Padding$1, {
|
|
@@ -25909,7 +26265,13 @@ ChipInput.propTypes = {
|
|
|
25909
26265
|
disabled: PropTypes__default["default"].bool,
|
|
25910
26266
|
|
|
25911
26267
|
/** allow to enter unique chips only */
|
|
25912
|
-
requireUniqueChips: PropTypes__default["default"].bool
|
|
26268
|
+
requireUniqueChips: PropTypes__default["default"].bool,
|
|
26269
|
+
|
|
26270
|
+
/** allow to create chips from pasted values */
|
|
26271
|
+
createChipOnPaste: PropTypes__default["default"].bool,
|
|
26272
|
+
|
|
26273
|
+
/** Chip generation triggers on paste */
|
|
26274
|
+
pasteSeparators: PropTypes__default["default"].arrayOf(PropTypes__default["default"].string)
|
|
25913
26275
|
};
|
|
25914
26276
|
ChipInput.defaultProps = {
|
|
25915
26277
|
background: 'gray6',
|
|
@@ -25925,7 +26287,9 @@ ChipInput.defaultProps = {
|
|
|
25925
26287
|
disableOptions: true,
|
|
25926
26288
|
singleSelction: false,
|
|
25927
26289
|
hideBorder: false,
|
|
25928
|
-
requireUniqueChips: false
|
|
26290
|
+
requireUniqueChips: false,
|
|
26291
|
+
createChipOnPaste: false,
|
|
26292
|
+
pasteSeparators: [',']
|
|
25929
26293
|
};
|
|
25930
26294
|
var ChipInput$1 = ChipInput;
|
|
25931
26295
|
|
|
@@ -26875,7 +27239,7 @@ SearchInput.defaultProps = {
|
|
|
26875
27239
|
};
|
|
26876
27240
|
var SearchInput$1 = SearchInput;
|
|
26877
27241
|
|
|
26878
|
-
var baseEach
|
|
27242
|
+
var baseEach = _baseEach;
|
|
26879
27243
|
|
|
26880
27244
|
/**
|
|
26881
27245
|
* The base implementation of `_.some` without support for iteratee shorthands.
|
|
@@ -26889,7 +27253,7 @@ var baseEach$1 = _baseEach;
|
|
|
26889
27253
|
function baseSome$1(collection, predicate) {
|
|
26890
27254
|
var result;
|
|
26891
27255
|
|
|
26892
|
-
baseEach
|
|
27256
|
+
baseEach(collection, function(value, index, collection) {
|
|
26893
27257
|
result = predicate(value, index, collection);
|
|
26894
27258
|
return !result;
|
|
26895
27259
|
});
|
|
@@ -26899,9 +27263,9 @@ function baseSome$1(collection, predicate) {
|
|
|
26899
27263
|
var _baseSome = baseSome$1;
|
|
26900
27264
|
|
|
26901
27265
|
var arraySome = _arraySome,
|
|
26902
|
-
baseIteratee
|
|
27266
|
+
baseIteratee = _baseIteratee,
|
|
26903
27267
|
baseSome = _baseSome,
|
|
26904
|
-
isArray
|
|
27268
|
+
isArray = isArray_1,
|
|
26905
27269
|
isIterateeCall = _isIterateeCall;
|
|
26906
27270
|
|
|
26907
27271
|
/**
|
|
@@ -26941,11 +27305,11 @@ var arraySome = _arraySome,
|
|
|
26941
27305
|
* // => true
|
|
26942
27306
|
*/
|
|
26943
27307
|
function some(collection, predicate, guard) {
|
|
26944
|
-
var func = isArray
|
|
27308
|
+
var func = isArray(collection) ? arraySome : baseSome;
|
|
26945
27309
|
if (guard && isIterateeCall(collection, predicate, guard)) {
|
|
26946
27310
|
predicate = undefined;
|
|
26947
27311
|
}
|
|
26948
|
-
return func(collection, baseIteratee
|
|
27312
|
+
return func(collection, baseIteratee(predicate));
|
|
26949
27313
|
}
|
|
26950
27314
|
|
|
26951
27315
|
var some_1 = some;
|
|
@@ -35442,8 +35806,8 @@ Collapser.propTypes = {
|
|
|
35442
35806
|
};
|
|
35443
35807
|
|
|
35444
35808
|
var _excluded$b = ["item", "children"],
|
|
35445
|
-
_excluded2$4 = ["level", "item", "background"],
|
|
35446
|
-
_excluded3$1 = ["items", "level", "background"];
|
|
35809
|
+
_excluded2$4 = ["level", "item", "background", "activeId", "openIds"],
|
|
35810
|
+
_excluded3$1 = ["items", "level", "background", "activeId", "openIds"];
|
|
35447
35811
|
var AccordionContainerEl = styled__default["default"](Container$1).withConfig({
|
|
35448
35812
|
displayName: "Accordion__AccordionContainerEl",
|
|
35449
35813
|
componentId: "sc-s8zgku-0"
|
|
@@ -35453,9 +35817,10 @@ var AccordionContainerEl = styled__default["default"](Container$1).withConfig({
|
|
|
35453
35817
|
return styled.css(["calc(", " * ", ")"], level, theme.sizes.padding.large);
|
|
35454
35818
|
}, function (_ref2) {
|
|
35455
35819
|
var theme = _ref2.theme,
|
|
35456
|
-
background = _ref2.background
|
|
35457
|
-
|
|
35458
|
-
|
|
35820
|
+
background = _ref2.background;
|
|
35821
|
+
_ref2.item;
|
|
35822
|
+
var active = _ref2.active;
|
|
35823
|
+
return theme.palette[active ? 'highlight' : background].regular;
|
|
35459
35824
|
}, function (_ref3) {
|
|
35460
35825
|
var theme = _ref3.theme,
|
|
35461
35826
|
background = _ref3.background,
|
|
@@ -35505,6 +35870,8 @@ var AccordionRoot = /*#__PURE__*/React__default["default"].forwardRef(function A
|
|
|
35505
35870
|
var level = _ref5.level,
|
|
35506
35871
|
item = _ref5.item,
|
|
35507
35872
|
background = _ref5.background,
|
|
35873
|
+
activeId = _ref5.activeId,
|
|
35874
|
+
openIds = _ref5.openIds,
|
|
35508
35875
|
rest = _objectWithoutProperties(_ref5, _excluded2$4);
|
|
35509
35876
|
|
|
35510
35877
|
var _useState = React.useState(!!item.open),
|
|
@@ -35515,8 +35882,10 @@ var AccordionRoot = /*#__PURE__*/React__default["default"].forwardRef(function A
|
|
|
35515
35882
|
var innerRef = React.useRef(undefined);
|
|
35516
35883
|
var accordionRef = useCombinedRefs(ref, innerRef);
|
|
35517
35884
|
React.useEffect(function () {
|
|
35518
|
-
setOpen(
|
|
35519
|
-
|
|
35885
|
+
setOpen(function () {
|
|
35886
|
+
return !!item.open || !!(openIds !== null && openIds !== void 0 && openIds.includes(item.id));
|
|
35887
|
+
});
|
|
35888
|
+
}, [item.id, item.open, openIds]);
|
|
35520
35889
|
var handleClick = React.useCallback(function (e) {
|
|
35521
35890
|
setOpen(true);
|
|
35522
35891
|
if (item.onClick) item.onClick(e);
|
|
@@ -35540,6 +35909,7 @@ var AccordionRoot = /*#__PURE__*/React__default["default"].forwardRef(function A
|
|
|
35540
35909
|
}, rest), item.divider && /*#__PURE__*/React__default["default"].createElement(Divider$1, {
|
|
35541
35910
|
color: "gray2"
|
|
35542
35911
|
}), /*#__PURE__*/React__default["default"].createElement(AccordionContainerEl, _extends({
|
|
35912
|
+
active: item.active || activeId === item.id,
|
|
35543
35913
|
item: item,
|
|
35544
35914
|
background: item.background || background,
|
|
35545
35915
|
ref: ref,
|
|
@@ -35575,6 +35945,8 @@ var AccordionRoot = /*#__PURE__*/React__default["default"].forwardRef(function A
|
|
|
35575
35945
|
open: open,
|
|
35576
35946
|
maxSize: "".concat(item.items.length * 64, "px")
|
|
35577
35947
|
}, /*#__PURE__*/React__default["default"].createElement(Accordion, {
|
|
35948
|
+
activeId: activeId,
|
|
35949
|
+
openIds: openIds,
|
|
35578
35950
|
items: item.items,
|
|
35579
35951
|
level: item.level !== undefined ? item.level : level + 1,
|
|
35580
35952
|
background: background
|
|
@@ -35584,6 +35956,8 @@ var Accordion = /*#__PURE__*/React__default["default"].forwardRef(function Accor
|
|
|
35584
35956
|
var items = _ref6.items,
|
|
35585
35957
|
level = _ref6.level,
|
|
35586
35958
|
background = _ref6.background,
|
|
35959
|
+
activeId = _ref6.activeId,
|
|
35960
|
+
openIds = _ref6.openIds,
|
|
35587
35961
|
rest = _objectWithoutProperties(_ref6, _excluded3$1);
|
|
35588
35962
|
|
|
35589
35963
|
return /*#__PURE__*/React__default["default"].createElement(Container$1, _extends({
|
|
@@ -35600,11 +35974,19 @@ var Accordion = /*#__PURE__*/React__default["default"].forwardRef(function Accor
|
|
|
35600
35974
|
key: (_ref7 = (_item$id = item.id) !== null && _item$id !== void 0 ? _item$id : item.label) !== null && _ref7 !== void 0 ? _ref7 : index,
|
|
35601
35975
|
level: level,
|
|
35602
35976
|
item: item,
|
|
35603
|
-
background: background
|
|
35977
|
+
background: background,
|
|
35978
|
+
activeId: activeId,
|
|
35979
|
+
openIds: openIds
|
|
35604
35980
|
});
|
|
35605
35981
|
}));
|
|
35606
35982
|
});
|
|
35607
35983
|
Accordion.propTypes = {
|
|
35984
|
+
/** id of the currently active item (alternative to the active item flag) */
|
|
35985
|
+
activeId: PropTypes__default["default"].string,
|
|
35986
|
+
|
|
35987
|
+
/** list of ids of the currently open items (alternative to the open item flag) */
|
|
35988
|
+
openIds: PropTypes__default["default"].arrayOf(PropTypes__default["default"].string),
|
|
35989
|
+
|
|
35608
35990
|
/** Items tree object, can be nested (each property is forwarded to the item component as a prop) */
|
|
35609
35991
|
items: PropTypes__default["default"].arrayOf(PropTypes__default["default"].shape({
|
|
35610
35992
|
id: PropTypes__default["default"].string,
|
|
@@ -36070,7 +36452,7 @@ var _excluded$8 = ["listRef", "ItemComponent", "itemProps", "disabled", "backgro
|
|
|
36070
36452
|
var StyledContainer = styled__default["default"](Container$1).withConfig({
|
|
36071
36453
|
displayName: "List__StyledContainer",
|
|
36072
36454
|
componentId: "sc-ipufgf-0"
|
|
36073
|
-
})(["overflow-y:overlay;&::-webkit-scrollbar{width:12px;}&::-webkit-scrollbar-track{background-color:transparent;}&::-webkit-scrollbar-thumb{background-color:", ";border-radius:6px;}"], function (_ref) {
|
|
36455
|
+
})(["overflow-y:auto;overflow-y:overlay;&::-webkit-scrollbar{width:12px;}&::-webkit-scrollbar-track{background-color:transparent;}&::-webkit-scrollbar-thumb{background-color:", ";border-radius:6px;}"], function (_ref) {
|
|
36074
36456
|
var theme = _ref.theme;
|
|
36075
36457
|
return theme.palette.gray3.regular;
|
|
36076
36458
|
});
|
|
@@ -39328,106 +39710,8 @@ var ShimmerObject = {
|
|
|
39328
39710
|
width: "50%"
|
|
39329
39711
|
}));
|
|
39330
39712
|
},
|
|
39331
|
-
|
|
39713
|
+
Searchbar: function Searchbar(_ref42) {
|
|
39332
39714
|
var width = _ref42.width;
|
|
39333
|
-
return /*#__PURE__*/React__default["default"].createElement(SkeletonComponent, {
|
|
39334
|
-
style: {
|
|
39335
|
-
display: 'flex',
|
|
39336
|
-
flexDirection: 'row',
|
|
39337
|
-
justifyContent: 'flex-start'
|
|
39338
|
-
},
|
|
39339
|
-
width: width,
|
|
39340
|
-
height: "40px"
|
|
39341
|
-
}, /*#__PURE__*/React__default["default"].createElement(Padding$1, {
|
|
39342
|
-
vertical: "medium",
|
|
39343
|
-
left: "large"
|
|
39344
|
-
}, /*#__PURE__*/React__default["default"].createElement(IconSkeletonComponent, {
|
|
39345
|
-
variant: "dark",
|
|
39346
|
-
size: "medium"
|
|
39347
|
-
})), /*#__PURE__*/React__default["default"].createElement(Padding$1, {
|
|
39348
|
-
vertical: "medium",
|
|
39349
|
-
left: "large"
|
|
39350
|
-
}, /*#__PURE__*/React__default["default"].createElement(IconSkeletonComponent, {
|
|
39351
|
-
variant: "dark",
|
|
39352
|
-
size: "medium"
|
|
39353
|
-
})), /*#__PURE__*/React__default["default"].createElement(Padding$1, {
|
|
39354
|
-
vertical: "medium",
|
|
39355
|
-
left: "large"
|
|
39356
|
-
}, /*#__PURE__*/React__default["default"].createElement(IconSkeletonComponent, {
|
|
39357
|
-
variant: "dark",
|
|
39358
|
-
size: "medium"
|
|
39359
|
-
})), /*#__PURE__*/React__default["default"].createElement(Padding$1, {
|
|
39360
|
-
vertical: "medium",
|
|
39361
|
-
left: "large"
|
|
39362
|
-
}, /*#__PURE__*/React__default["default"].createElement(IconSkeletonComponent, {
|
|
39363
|
-
variant: "dark",
|
|
39364
|
-
size: "medium"
|
|
39365
|
-
})), /*#__PURE__*/React__default["default"].createElement(Padding$1, {
|
|
39366
|
-
vertical: "medium",
|
|
39367
|
-
left: "large"
|
|
39368
|
-
}, /*#__PURE__*/React__default["default"].createElement(IconSkeletonComponent, {
|
|
39369
|
-
variant: "dark",
|
|
39370
|
-
size: "medium"
|
|
39371
|
-
})), /*#__PURE__*/React__default["default"].createElement(Padding$1, {
|
|
39372
|
-
vertical: "medium",
|
|
39373
|
-
left: "large"
|
|
39374
|
-
}, /*#__PURE__*/React__default["default"].createElement(IconSkeletonComponent, {
|
|
39375
|
-
variant: "dark",
|
|
39376
|
-
size: "medium"
|
|
39377
|
-
})), /*#__PURE__*/React__default["default"].createElement(Padding$1, {
|
|
39378
|
-
vertical: "medium",
|
|
39379
|
-
left: "large"
|
|
39380
|
-
}, /*#__PURE__*/React__default["default"].createElement(SkeletonComponent, {
|
|
39381
|
-
variant: "dark",
|
|
39382
|
-
width: "40px",
|
|
39383
|
-
height: "16px"
|
|
39384
|
-
})), /*#__PURE__*/React__default["default"].createElement(Padding$1, {
|
|
39385
|
-
vertical: "medium",
|
|
39386
|
-
left: "large"
|
|
39387
|
-
}, /*#__PURE__*/React__default["default"].createElement(IconSkeletonComponent, {
|
|
39388
|
-
variant: "dark",
|
|
39389
|
-
size: "medium"
|
|
39390
|
-
})), /*#__PURE__*/React__default["default"].createElement(Padding$1, {
|
|
39391
|
-
vertical: "medium",
|
|
39392
|
-
left: "large"
|
|
39393
|
-
}, /*#__PURE__*/React__default["default"].createElement(SkeletonComponent, {
|
|
39394
|
-
variant: "dark",
|
|
39395
|
-
width: "48px",
|
|
39396
|
-
height: "16px"
|
|
39397
|
-
})), /*#__PURE__*/React__default["default"].createElement(Padding$1, {
|
|
39398
|
-
vertical: "medium",
|
|
39399
|
-
left: "large"
|
|
39400
|
-
}, /*#__PURE__*/React__default["default"].createElement(IconSkeletonComponent, {
|
|
39401
|
-
variant: "dark",
|
|
39402
|
-
size: "medium"
|
|
39403
|
-
})), /*#__PURE__*/React__default["default"].createElement(Padding$1, {
|
|
39404
|
-
vertical: "medium",
|
|
39405
|
-
left: "large"
|
|
39406
|
-
}, /*#__PURE__*/React__default["default"].createElement(SkeletonComponent, {
|
|
39407
|
-
variant: "dark",
|
|
39408
|
-
width: "52px",
|
|
39409
|
-
height: "16px"
|
|
39410
|
-
})), /*#__PURE__*/React__default["default"].createElement(Padding$1, {
|
|
39411
|
-
vertical: "medium",
|
|
39412
|
-
left: "large"
|
|
39413
|
-
}, /*#__PURE__*/React__default["default"].createElement(IconSkeletonComponent, {
|
|
39414
|
-
variant: "dark",
|
|
39415
|
-
size: "medium"
|
|
39416
|
-
})), /*#__PURE__*/React__default["default"].createElement(Container$1, {
|
|
39417
|
-
orientation: "horizontal",
|
|
39418
|
-
mainAlignment: "flex-end",
|
|
39419
|
-
crossAlignment: "center",
|
|
39420
|
-
width: "50%"
|
|
39421
|
-
}, /*#__PURE__*/React__default["default"].createElement(Padding$1, {
|
|
39422
|
-
vertical: "medium",
|
|
39423
|
-
right: "large"
|
|
39424
|
-
}, /*#__PURE__*/React__default["default"].createElement(IconSkeletonComponent, {
|
|
39425
|
-
variant: "dark",
|
|
39426
|
-
size: "medium"
|
|
39427
|
-
}))));
|
|
39428
|
-
},
|
|
39429
|
-
Searchbar: function Searchbar(_ref43) {
|
|
39430
|
-
var width = _ref43.width;
|
|
39431
39715
|
return /*#__PURE__*/React__default["default"].createElement(SkeletonComponent, {
|
|
39432
39716
|
style: {
|
|
39433
39717
|
display: 'flex',
|
|
@@ -39480,10 +39764,10 @@ var ShimmerObject = {
|
|
|
39480
39764
|
}
|
|
39481
39765
|
})));
|
|
39482
39766
|
},
|
|
39483
|
-
Snackbar: function Snackbar(
|
|
39484
|
-
var width =
|
|
39485
|
-
elementStart =
|
|
39486
|
-
elementEnd =
|
|
39767
|
+
Snackbar: function Snackbar(_ref43) {
|
|
39768
|
+
var width = _ref43.width,
|
|
39769
|
+
elementStart = _ref43.elementStart,
|
|
39770
|
+
elementEnd = _ref43.elementEnd;
|
|
39487
39771
|
return /*#__PURE__*/React__default["default"].createElement(SkeletonComponent, {
|
|
39488
39772
|
width: width,
|
|
39489
39773
|
height: "fit",
|
|
@@ -39520,12 +39804,12 @@ var ShimmerObject = {
|
|
|
39520
39804
|
right: elementEnd ? 0 : 'extralarge'
|
|
39521
39805
|
}));
|
|
39522
39806
|
},
|
|
39523
|
-
Stepper: function Stepper(
|
|
39524
|
-
var
|
|
39525
|
-
size =
|
|
39526
|
-
width =
|
|
39527
|
-
steppersNumber =
|
|
39528
|
-
rest = _objectWithoutProperties(
|
|
39807
|
+
Stepper: function Stepper(_ref44) {
|
|
39808
|
+
var _ref44$size = _ref44.size,
|
|
39809
|
+
size = _ref44$size === void 0 ? 'medium' : _ref44$size,
|
|
39810
|
+
width = _ref44.width,
|
|
39811
|
+
steppersNumber = _ref44.steppersNumber,
|
|
39812
|
+
rest = _objectWithoutProperties(_ref44, _excluded8);
|
|
39529
39813
|
|
|
39530
39814
|
var _steppers = [];
|
|
39531
39815
|
|
|
@@ -39565,9 +39849,9 @@ var ShimmerObject = {
|
|
|
39565
39849
|
width: width
|
|
39566
39850
|
}, rest))), _steppers);
|
|
39567
39851
|
},
|
|
39568
|
-
TableListItem: function TableListItem(
|
|
39569
|
-
var width =
|
|
39570
|
-
type =
|
|
39852
|
+
TableListItem: function TableListItem(_ref45) {
|
|
39853
|
+
var width = _ref45.width,
|
|
39854
|
+
type = _ref45.type;
|
|
39571
39855
|
|
|
39572
39856
|
switch (type) {
|
|
39573
39857
|
case 1:
|
|
@@ -39742,98 +40026,93 @@ var Shimmer = function Shimmer(props) {
|
|
|
39742
40026
|
return /*#__PURE__*/React__default["default"].createElement(SkeletonComponent, props);
|
|
39743
40027
|
};
|
|
39744
40028
|
|
|
39745
|
-
Shimmer.Accordion = function (
|
|
39746
|
-
var rest = Object.assign({},
|
|
40029
|
+
Shimmer.Accordion = function (_ref46) {
|
|
40030
|
+
var rest = Object.assign({}, _ref46);
|
|
39747
40031
|
return /*#__PURE__*/React__default["default"].createElement(ShimmerObject.Accordion, rest);
|
|
39748
40032
|
};
|
|
39749
40033
|
|
|
39750
|
-
Shimmer.Avatar = function (
|
|
39751
|
-
var rest = Object.assign({},
|
|
40034
|
+
Shimmer.Avatar = function (_ref47) {
|
|
40035
|
+
var rest = Object.assign({}, _ref47);
|
|
39752
40036
|
return /*#__PURE__*/React__default["default"].createElement(ShimmerObject.Avatar, rest);
|
|
39753
40037
|
};
|
|
39754
40038
|
|
|
39755
|
-
Shimmer.Badge = function (
|
|
39756
|
-
var rest = Object.assign({},
|
|
40039
|
+
Shimmer.Badge = function (_ref48) {
|
|
40040
|
+
var rest = Object.assign({}, _ref48);
|
|
39757
40041
|
return /*#__PURE__*/React__default["default"].createElement(ShimmerObject.Badge, rest);
|
|
39758
40042
|
};
|
|
39759
40043
|
|
|
39760
|
-
Shimmer.Button = function (
|
|
39761
|
-
var rest = Object.assign({},
|
|
40044
|
+
Shimmer.Button = function (_ref49) {
|
|
40045
|
+
var rest = Object.assign({}, _ref49);
|
|
39762
40046
|
return /*#__PURE__*/React__default["default"].createElement(ShimmerObject.Button, rest);
|
|
39763
40047
|
};
|
|
39764
40048
|
|
|
39765
|
-
Shimmer.Checkbox = function (
|
|
39766
|
-
var rest = Object.assign({},
|
|
40049
|
+
Shimmer.Checkbox = function (_ref50) {
|
|
40050
|
+
var rest = Object.assign({}, _ref50);
|
|
39767
40051
|
return /*#__PURE__*/React__default["default"].createElement(ShimmerObject.Checkbox, rest);
|
|
39768
40052
|
};
|
|
39769
40053
|
|
|
39770
|
-
Shimmer.EmailChip = function (
|
|
39771
|
-
var rest = Object.assign({},
|
|
40054
|
+
Shimmer.EmailChip = function (_ref51) {
|
|
40055
|
+
var rest = Object.assign({}, _ref51);
|
|
39772
40056
|
return /*#__PURE__*/React__default["default"].createElement(ShimmerObject.EmailChip, rest);
|
|
39773
40057
|
};
|
|
39774
40058
|
|
|
39775
|
-
Shimmer.FormSection = function (
|
|
39776
|
-
var rest = Object.assign({},
|
|
40059
|
+
Shimmer.FormSection = function (_ref52) {
|
|
40060
|
+
var rest = Object.assign({}, _ref52);
|
|
39777
40061
|
return /*#__PURE__*/React__default["default"].createElement(ShimmerObject.FormSection, rest);
|
|
39778
40062
|
};
|
|
39779
40063
|
|
|
39780
|
-
Shimmer.FormSubSection = function (
|
|
39781
|
-
var rest = Object.assign({},
|
|
40064
|
+
Shimmer.FormSubSection = function (_ref53) {
|
|
40065
|
+
var rest = Object.assign({}, _ref53);
|
|
39782
40066
|
return /*#__PURE__*/React__default["default"].createElement(ShimmerObject.FormSubSection, rest);
|
|
39783
40067
|
};
|
|
39784
40068
|
|
|
39785
|
-
Shimmer.Icon = function (
|
|
39786
|
-
var rest = Object.assign({},
|
|
40069
|
+
Shimmer.Icon = function (_ref54) {
|
|
40070
|
+
var rest = Object.assign({}, _ref54);
|
|
39787
40071
|
return /*#__PURE__*/React__default["default"].createElement(ShimmerObject.Icon, rest);
|
|
39788
40072
|
};
|
|
39789
40073
|
|
|
39790
|
-
Shimmer.Input = function (
|
|
39791
|
-
var rest = Object.assign({},
|
|
40074
|
+
Shimmer.Input = function (_ref55) {
|
|
40075
|
+
var rest = Object.assign({}, _ref55);
|
|
39792
40076
|
return /*#__PURE__*/React__default["default"].createElement(ShimmerObject.Input, rest);
|
|
39793
40077
|
};
|
|
39794
40078
|
|
|
39795
|
-
Shimmer.ListItem = function (
|
|
39796
|
-
var rest = Object.assign({},
|
|
40079
|
+
Shimmer.ListItem = function (_ref56) {
|
|
40080
|
+
var rest = Object.assign({}, _ref56);
|
|
39797
40081
|
return /*#__PURE__*/React__default["default"].createElement(ShimmerObject.ListItem, rest);
|
|
39798
40082
|
};
|
|
39799
40083
|
|
|
39800
|
-
Shimmer.Logo = function (
|
|
39801
|
-
var rest = Object.assign({},
|
|
40084
|
+
Shimmer.Logo = function (_ref57) {
|
|
40085
|
+
var rest = Object.assign({}, _ref57);
|
|
39802
40086
|
return /*#__PURE__*/React__default["default"].createElement(ShimmerObject.Logo, rest);
|
|
39803
40087
|
};
|
|
39804
40088
|
|
|
39805
|
-
Shimmer.Quota = function (
|
|
39806
|
-
var rest = Object.assign({},
|
|
40089
|
+
Shimmer.Quota = function (_ref58) {
|
|
40090
|
+
var rest = Object.assign({}, _ref58);
|
|
39807
40091
|
return /*#__PURE__*/React__default["default"].createElement(ShimmerObject.Quota, rest);
|
|
39808
40092
|
};
|
|
39809
40093
|
|
|
39810
|
-
Shimmer.
|
|
39811
|
-
var rest = Object.assign({},
|
|
39812
|
-
return /*#__PURE__*/React__default["default"].createElement(ShimmerObject.RichTextEditor, rest);
|
|
39813
|
-
};
|
|
39814
|
-
|
|
39815
|
-
Shimmer.Searchbar = function (_ref61) {
|
|
39816
|
-
var rest = Object.assign({}, _ref61);
|
|
40094
|
+
Shimmer.Searchbar = function (_ref59) {
|
|
40095
|
+
var rest = Object.assign({}, _ref59);
|
|
39817
40096
|
return /*#__PURE__*/React__default["default"].createElement(ShimmerObject.Searchbar, rest);
|
|
39818
40097
|
};
|
|
39819
40098
|
|
|
39820
|
-
Shimmer.Snackbar = function (
|
|
39821
|
-
var rest = Object.assign({},
|
|
40099
|
+
Shimmer.Snackbar = function (_ref60) {
|
|
40100
|
+
var rest = Object.assign({}, _ref60);
|
|
39822
40101
|
return /*#__PURE__*/React__default["default"].createElement(ShimmerObject.Snackbar, rest);
|
|
39823
40102
|
};
|
|
39824
40103
|
|
|
39825
|
-
Shimmer.Stepper = function (
|
|
39826
|
-
var rest = Object.assign({},
|
|
40104
|
+
Shimmer.Stepper = function (_ref61) {
|
|
40105
|
+
var rest = Object.assign({}, _ref61);
|
|
39827
40106
|
return /*#__PURE__*/React__default["default"].createElement(ShimmerObject.Stepper, rest);
|
|
39828
40107
|
};
|
|
39829
40108
|
|
|
39830
|
-
Shimmer.TableListItem = function (
|
|
39831
|
-
var rest = Object.assign({},
|
|
40109
|
+
Shimmer.TableListItem = function (_ref62) {
|
|
40110
|
+
var rest = Object.assign({}, _ref62);
|
|
39832
40111
|
return /*#__PURE__*/React__default["default"].createElement(ShimmerObject.TableListItem, rest);
|
|
39833
40112
|
};
|
|
39834
40113
|
|
|
39835
|
-
Shimmer.Text = function (
|
|
39836
|
-
var rest = Object.assign({},
|
|
40114
|
+
Shimmer.Text = function (_ref63) {
|
|
40115
|
+
var rest = Object.assign({}, _ref63);
|
|
39837
40116
|
return /*#__PURE__*/React__default["default"].createElement(ShimmerObject.Text, rest);
|
|
39838
40117
|
};
|
|
39839
40118
|
|
|
@@ -39850,7 +40129,6 @@ Shimmer.Input.displayName = 'Shimmer.Input';
|
|
|
39850
40129
|
Shimmer.ListItem.displayName = 'Shimmer.ListItem';
|
|
39851
40130
|
Shimmer.Logo.displayName = 'Shimmer.Logo';
|
|
39852
40131
|
Shimmer.Quota.displayName = 'Shimmer.Quota';
|
|
39853
|
-
Shimmer.RichTextEditor.displayName = 'Shimmer.RichTextEditor';
|
|
39854
40132
|
Shimmer.Searchbar.displayName = 'Shimmer.Searchbar';
|
|
39855
40133
|
Shimmer.Snackbar.displayName = 'Shimmer.Snackbar';
|
|
39856
40134
|
Shimmer.Stepper.displayName = 'Shimmer.Stepper';
|
|
@@ -39869,7 +40147,6 @@ ShimmerObject.Input.displayName = 'ShimmerObject.Input';
|
|
|
39869
40147
|
ShimmerObject.ListItem.displayName = 'ShimmerObject.ListItem';
|
|
39870
40148
|
ShimmerObject.Logo.displayName = 'ShimmerObject.Logo';
|
|
39871
40149
|
ShimmerObject.Quota.displayName = 'ShimmerObject.Quota';
|
|
39872
|
-
ShimmerObject.RichTextEditor.displayName = 'ShimmerObject.RichTextEditor';
|
|
39873
40150
|
ShimmerObject.Searchbar.displayName = 'ShimmerObject.Searchbar';
|
|
39874
40151
|
ShimmerObject.Snackbar.displayName = 'ShimmerObject.Snackbar';
|
|
39875
40152
|
ShimmerObject.Stepper.displayName = 'ShimmerObject.Stepper';
|
|
@@ -39906,111 +40183,6 @@ function ZimbraClassicThemeContextProvider(_ref) {
|
|
|
39906
40183
|
}, children));
|
|
39907
40184
|
}
|
|
39908
40185
|
|
|
39909
|
-
/**
|
|
39910
|
-
* A specialized version of `_.reduce` for arrays without support for
|
|
39911
|
-
* iteratee shorthands.
|
|
39912
|
-
*
|
|
39913
|
-
* @private
|
|
39914
|
-
* @param {Array} [array] The array to iterate over.
|
|
39915
|
-
* @param {Function} iteratee The function invoked per iteration.
|
|
39916
|
-
* @param {*} [accumulator] The initial value.
|
|
39917
|
-
* @param {boolean} [initAccum] Specify using the first element of `array` as
|
|
39918
|
-
* the initial value.
|
|
39919
|
-
* @returns {*} Returns the accumulated value.
|
|
39920
|
-
*/
|
|
39921
|
-
|
|
39922
|
-
function arrayReduce$1(array, iteratee, accumulator, initAccum) {
|
|
39923
|
-
var index = -1,
|
|
39924
|
-
length = array == null ? 0 : array.length;
|
|
39925
|
-
|
|
39926
|
-
if (initAccum && length) {
|
|
39927
|
-
accumulator = array[++index];
|
|
39928
|
-
}
|
|
39929
|
-
while (++index < length) {
|
|
39930
|
-
accumulator = iteratee(accumulator, array[index], index, array);
|
|
39931
|
-
}
|
|
39932
|
-
return accumulator;
|
|
39933
|
-
}
|
|
39934
|
-
|
|
39935
|
-
var _arrayReduce = arrayReduce$1;
|
|
39936
|
-
|
|
39937
|
-
/**
|
|
39938
|
-
* The base implementation of `_.reduce` and `_.reduceRight`, without support
|
|
39939
|
-
* for iteratee shorthands, which iterates over `collection` using `eachFunc`.
|
|
39940
|
-
*
|
|
39941
|
-
* @private
|
|
39942
|
-
* @param {Array|Object} collection The collection to iterate over.
|
|
39943
|
-
* @param {Function} iteratee The function invoked per iteration.
|
|
39944
|
-
* @param {*} accumulator The initial value.
|
|
39945
|
-
* @param {boolean} initAccum Specify using the first or last element of
|
|
39946
|
-
* `collection` as the initial value.
|
|
39947
|
-
* @param {Function} eachFunc The function to iterate over `collection`.
|
|
39948
|
-
* @returns {*} Returns the accumulated value.
|
|
39949
|
-
*/
|
|
39950
|
-
|
|
39951
|
-
function baseReduce$1(collection, iteratee, accumulator, initAccum, eachFunc) {
|
|
39952
|
-
eachFunc(collection, function(value, index, collection) {
|
|
39953
|
-
accumulator = initAccum
|
|
39954
|
-
? (initAccum = false, value)
|
|
39955
|
-
: iteratee(accumulator, value, index, collection);
|
|
39956
|
-
});
|
|
39957
|
-
return accumulator;
|
|
39958
|
-
}
|
|
39959
|
-
|
|
39960
|
-
var _baseReduce = baseReduce$1;
|
|
39961
|
-
|
|
39962
|
-
var arrayReduce = _arrayReduce,
|
|
39963
|
-
baseEach = _baseEach,
|
|
39964
|
-
baseIteratee = _baseIteratee,
|
|
39965
|
-
baseReduce = _baseReduce,
|
|
39966
|
-
isArray = isArray_1;
|
|
39967
|
-
|
|
39968
|
-
/**
|
|
39969
|
-
* Reduces `collection` to a value which is the accumulated result of running
|
|
39970
|
-
* each element in `collection` thru `iteratee`, where each successive
|
|
39971
|
-
* invocation is supplied the return value of the previous. If `accumulator`
|
|
39972
|
-
* is not given, the first element of `collection` is used as the initial
|
|
39973
|
-
* value. The iteratee is invoked with four arguments:
|
|
39974
|
-
* (accumulator, value, index|key, collection).
|
|
39975
|
-
*
|
|
39976
|
-
* Many lodash methods are guarded to work as iteratees for methods like
|
|
39977
|
-
* `_.reduce`, `_.reduceRight`, and `_.transform`.
|
|
39978
|
-
*
|
|
39979
|
-
* The guarded methods are:
|
|
39980
|
-
* `assign`, `defaults`, `defaultsDeep`, `includes`, `merge`, `orderBy`,
|
|
39981
|
-
* and `sortBy`
|
|
39982
|
-
*
|
|
39983
|
-
* @static
|
|
39984
|
-
* @memberOf _
|
|
39985
|
-
* @since 0.1.0
|
|
39986
|
-
* @category Collection
|
|
39987
|
-
* @param {Array|Object} collection The collection to iterate over.
|
|
39988
|
-
* @param {Function} [iteratee=_.identity] The function invoked per iteration.
|
|
39989
|
-
* @param {*} [accumulator] The initial value.
|
|
39990
|
-
* @returns {*} Returns the accumulated value.
|
|
39991
|
-
* @see _.reduceRight
|
|
39992
|
-
* @example
|
|
39993
|
-
*
|
|
39994
|
-
* _.reduce([1, 2], function(sum, n) {
|
|
39995
|
-
* return sum + n;
|
|
39996
|
-
* }, 0);
|
|
39997
|
-
* // => 3
|
|
39998
|
-
*
|
|
39999
|
-
* _.reduce({ 'a': 1, 'b': 2, 'c': 1 }, function(result, value, key) {
|
|
40000
|
-
* (result[value] || (result[value] = [])).push(key);
|
|
40001
|
-
* return result;
|
|
40002
|
-
* }, {});
|
|
40003
|
-
* // => { '1': ['a', 'c'], '2': ['b'] } (iteration order is not guaranteed)
|
|
40004
|
-
*/
|
|
40005
|
-
function reduce(collection, iteratee, accumulator) {
|
|
40006
|
-
var func = isArray(collection) ? arrayReduce : baseReduce,
|
|
40007
|
-
initAccum = arguments.length < 3;
|
|
40008
|
-
|
|
40009
|
-
return func(collection, baseIteratee(iteratee), accumulator, initAccum, baseEach);
|
|
40010
|
-
}
|
|
40011
|
-
|
|
40012
|
-
var reduce_1 = reduce;
|
|
40013
|
-
|
|
40014
40186
|
var call$2 = functionCall;
|
|
40015
40187
|
var anObject$2 = anObject$g;
|
|
40016
40188
|
var getMethod$1 = getMethod$5;
|
|
@@ -40376,7 +40548,6 @@ exports.Input = Input$1;
|
|
|
40376
40548
|
exports.Link = Link$1;
|
|
40377
40549
|
exports.List = List$1;
|
|
40378
40550
|
exports.LoadMore = LoadMore$1;
|
|
40379
|
-
exports.Logo = Logo$1;
|
|
40380
40551
|
exports.Modal = Modal$1;
|
|
40381
40552
|
exports.ModalManager = ModalManager;
|
|
40382
40553
|
exports.ModalManagerContext = ModalManagerContext;
|