@true-engineering/true-react-common-ui-kit 4.0.0-alpha44 → 4.0.0-alpha46
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/dist/components/AccountInfo/AccountInfo.styles.d.ts +1 -1
- package/dist/components/AddButton/AddButton.styles.d.ts +1 -1
- package/dist/components/Button/Button.d.ts +1 -1
- package/dist/components/Button/Button.styles.d.ts +1 -1
- package/dist/components/Checkbox/Checkbox.styles.d.ts +1 -1
- package/dist/components/CloseButton/CloseButton.styles.d.ts +1 -1
- package/dist/components/ControlWrapper/ControlWrapper.d.ts +2 -2
- package/dist/components/ControlWrapper/ControlWrapper.styles.d.ts +1 -1
- package/dist/components/ControlWrapper/constants.d.ts +1 -0
- package/dist/components/ControlWrapper/index.d.ts +1 -0
- package/dist/components/ControlWrapper/types.d.ts +3 -1
- package/dist/components/CssBaseline/CssBaseline.styles.d.ts +1 -1
- package/dist/components/DateInput/DateInput.d.ts +1 -2
- package/dist/components/DateInput/DateInput.styles.d.ts +1 -1
- package/dist/components/DateInput/constants.d.ts +1 -1
- package/dist/components/DatePicker/DatePicker.d.ts +2 -3
- package/dist/components/DatePicker/DatePicker.styles.d.ts +1 -1
- package/dist/components/DatePicker/components/DatePickerBase/DatePickerBase.d.ts +1 -1
- package/dist/components/DatePicker/components/DatePickerHeader/DatePickerHeader.styles.d.ts +1 -1
- package/dist/components/DatePicker/constants.d.ts +1 -1
- package/dist/components/DatePicker/types.d.ts +2 -2
- package/dist/components/Description/Description.styles.d.ts +1 -1
- package/dist/components/FileInput/FileInput.d.ts +1 -1
- package/dist/components/FileInput/FileInput.styles.d.ts +1 -1
- package/dist/components/FileItem/FileItem.styles.d.ts +1 -1
- package/dist/components/FiltersPane/FiltersPane.d.ts +0 -1
- package/dist/components/FiltersPane/FiltersPane.styles.d.ts +2 -2
- package/dist/components/FiltersPane/components/Filter/Filter.d.ts +1 -2
- package/dist/components/FiltersPane/components/FilterInterval/FilterInterval.styles.d.ts +3 -6
- package/dist/components/FiltersPane/components/FilterMultiSelect/FilterMultiSelect.d.ts +0 -1
- package/dist/components/FiltersPane/components/FilterSelect/FilterSelect.styles.d.ts +3 -6
- package/dist/components/FiltersPane/components/FilterValueView/FilterValueView.d.ts +1 -2
- package/dist/components/FiltersPane/components/FilterValueView/FilterValueView.styles.d.ts +1 -1
- package/dist/components/FiltersPane/components/FilterWithDates/FilterWithDates.styles.d.ts +5 -11
- package/dist/components/FiltersPane/components/FilterWithPeriod/FilterWithPeriod.styles.d.ts +1 -1
- package/dist/components/FiltersPane/components/FilterWrapper/FilterWrapper.d.ts +0 -1
- package/dist/components/FiltersPane/components/FilterWrapper/FilterWrapper.styles.d.ts +2 -2
- package/dist/components/FiltersPane/components/FiltersPaneSearch/FiltersPaneSearch.styles.d.ts +1 -1
- package/dist/components/FiltersPane/constants.d.ts +1 -1
- package/dist/components/FiltersPane/helpers.d.ts +1 -1
- package/dist/components/FiltersPane/types.d.ts +1 -1
- package/dist/components/Flag/Flag.styles.d.ts +1 -1
- package/dist/components/Flag/customFlags/customFlags.d.ts +2 -2
- package/dist/components/FlexibleTable/FlexibleTable.styles.d.ts +2 -2
- package/dist/components/FlexibleTable/components/FlexibleTableCell/FlexibleTableCell.styles.d.ts +1 -1
- package/dist/components/FlexibleTable/components/FlexibleTableRow/FlexibleTableRow.styles.d.ts +1 -1
- package/dist/components/FlexibleTable/helpers.d.ts +2 -2
- package/dist/components/FloatDocActions/FloatDocActions.styles.d.ts +1 -1
- package/dist/components/FloatDocActions/components/DocActions/DocActions.styles.d.ts +1 -1
- package/dist/components/Icon/Icon.styles.d.ts +1 -1
- package/dist/components/Icon/icons/index.d.ts +29 -29
- package/dist/components/IconButton/IconButton.d.ts +1 -2
- package/dist/components/IconButton/IconButton.styles.d.ts +1 -1
- package/dist/components/IncrementInput/IncrementInput.styles.d.ts +1 -1
- package/dist/components/Input/Input.d.ts +1 -2
- package/dist/components/Input/Input.styles.d.ts +1 -1
- package/dist/components/Input/InputBase.d.ts +1 -1
- package/dist/components/List/List.styles.d.ts +1 -1
- package/dist/components/List/components/ListItem/ListItem.styles.d.ts +1 -1
- package/dist/components/Modal/Modal.styles.d.ts +1 -1
- package/dist/components/MoreMenu/MoreMenu.styles.d.ts +1 -1
- package/dist/components/MultiSelect/MultiSelect.d.ts +0 -1
- package/dist/components/MultiSelect/MultiSelect.styles.d.ts +1 -1
- package/dist/components/MultiSelect/components/MultiSelectInput/MultiSelectInput.styles.d.ts +1 -1
- package/dist/components/MultiSelectList/MultiSelectList.styles.d.ts +1 -1
- package/dist/components/MultiSelectList/constants.d.ts +1 -1
- package/dist/components/MultiSelectList/helpers.d.ts +1 -1
- package/dist/components/NewMoreMenu/NewMoreMenu.styles.d.ts +1 -1
- package/dist/components/Notification/Notification.styles.d.ts +1 -1
- package/dist/components/NumberInput/NumberInput.d.ts +1 -2
- package/dist/components/NumberInput/helpers.d.ts +2 -2
- package/dist/components/PhoneInput/PhoneInput.styles.d.ts +1 -1
- package/dist/components/PhoneInput/components/PhoneInputCountryList/PhoneInputCountryList.styles.d.ts +1 -1
- package/dist/components/RadioButton/RadioButton.styles.d.ts +1 -1
- package/dist/components/ScrollIntoViewIfNeeded/ScrollIntoViewIfNeeded.d.ts +3 -373
- package/dist/components/ScrollIntoViewIfNeeded/constants.d.ts +1 -1
- package/dist/components/SearchInput/SearchInput.d.ts +1 -2
- package/dist/components/Select/Select.d.ts +1 -1
- package/dist/components/Select/Select.styles.d.ts +12 -22
- package/dist/components/Select/components/SelectList/SelectList.d.ts +5 -5
- package/dist/components/Select/components/SelectList/SelectList.styles.d.ts +1 -1
- package/dist/components/Select/components/SelectListItem/SelectListItem.d.ts +2 -2
- package/dist/components/Select/helpers.d.ts +1 -1
- package/dist/components/Selector/Selector.d.ts +0 -1
- package/dist/components/Selector/Selector.styles.d.ts +1 -1
- package/dist/components/Skeleton/Skeleton.styles.d.ts +1 -1
- package/dist/components/SmartInput/SmartInput.d.ts +1 -1
- package/dist/components/Status/Status.styles.d.ts +1 -1
- package/dist/components/Status/types.d.ts +1 -1
- package/dist/components/Switch/Switch.styles.d.ts +1 -1
- package/dist/components/TextArea/TextArea.d.ts +1 -1
- package/dist/components/TextArea/TextArea.styles.d.ts +1 -1
- package/dist/components/TextButton/TextButton.d.ts +1 -1
- package/dist/components/TextButton/TextButton.styles.d.ts +1 -1
- package/dist/components/TextWithInfo/TextWithInfo.styles.d.ts +1 -1
- package/dist/components/TextWithTooltip/TextWithTooltip.styles.d.ts +1 -1
- package/dist/components/ThemedPreloader/ThemedPreloader.styles.d.ts +1 -1
- package/dist/components/ThemedPreloader/components/DotsPreloader/DotsPreloader.styles.d.ts +1 -1
- package/dist/components/ThemedPreloader/components/SvgPreloader/SvgPreloader.styles.d.ts +1 -1
- package/dist/components/Toaster/Toaster.styles.d.ts +1 -1
- package/dist/components/Tooltip/Tooltip.styles.d.ts +1 -1
- package/dist/components/WithMessages/WithMessages.d.ts +1 -1
- package/dist/components/WithMessages/WithMessages.styles.d.ts +1 -1
- package/dist/components/WithPopup/WithPopup.styles.d.ts +1 -1
- package/dist/components/WithPopup/types.d.ts +4 -4
- package/dist/components/index.d.ts +0 -1
- package/dist/constants/phone-info.d.ts +1 -1
- package/dist/helpers/misc.d.ts +2 -1
- package/dist/helpers/phone.d.ts +1 -1
- package/dist/hooks/use-dropdown.d.ts +3 -3
- package/dist/hooks/use-merge.d.ts +1 -1
- package/dist/hooks/use-mixed-styles.d.ts +3 -3
- package/dist/hooks/use-tweak-styles.d.ts +5 -5
- package/dist/theme/Provider.d.ts +2 -2
- package/dist/theme/common.d.ts +1 -1
- package/dist/theme/helpers.d.ts +3 -3
- package/dist/theme/true-jss/ThemedStylesManager.d.ts +1 -1
- package/dist/theme/true-jss/TweakStylesManager.d.ts +1 -1
- package/dist/theme/types.d.ts +1 -1
- package/dist/true-react-common-ui-kit.js +881 -733
- package/dist/true-react-common-ui-kit.js.map +1 -1
- package/dist/true-react-common-ui-kit.umd.cjs +881 -733
- package/dist/true-react-common-ui-kit.umd.cjs.map +1 -1
- package/dist/types.d.ts +4 -4
- package/package.json +14 -16
- package/src/components/AccountInfo/AccountInfo.stories.tsx +19 -27
- package/src/components/AddButton/AddButton.stories.tsx +14 -17
- package/src/components/Button/Button.stories.tsx +7 -24
- package/src/components/Checkbox/Checkbox.stories.tsx +24 -26
- package/src/components/Checkbox/types.ts +1 -1
- package/src/components/CloseButton/CloseButton.stories.tsx +5 -6
- package/src/components/Colors/Colors.stories.tsx +63 -3
- package/src/components/ControlWrapper/ControlWrapper.stories.tsx +43 -38
- package/src/components/ControlWrapper/ControlWrapper.tsx +2 -11
- package/src/components/ControlWrapper/constants.ts +11 -0
- package/src/components/ControlWrapper/index.ts +1 -0
- package/src/components/ControlWrapper/types.ts +4 -1
- package/src/components/DateInput/DateInput.stories.tsx +13 -30
- package/src/components/DatePicker/DatePicker.stories.tsx +15 -52
- package/src/components/Description/Description.stories.tsx +11 -16
- package/src/components/FileInput/FileInput.stories.tsx +59 -63
- package/src/components/FileItem/FileItem.stories.tsx +46 -45
- package/src/components/FiltersPane/FiltersPane.stories.tsx +27 -30
- package/src/components/FiltersPane/components/Filter/Filter.tsx +1 -1
- package/src/components/FiltersPane/components/Filter/helpers.ts +3 -3
- package/src/components/FiltersPane/types.ts +0 -2
- package/src/components/Flag/Flag.stories.tsx +15 -20
- package/src/components/Flag/Flag.tsx +2 -2
- package/src/components/FlexibleTable/FlexibleTable.stories.tsx +47 -50
- package/src/components/FloatDocActions/FloatDocActions.stories.tsx +18 -24
- package/src/components/Icon/Icon.stories.tsx +9 -5
- package/src/components/Icon/types.ts +1 -1
- package/src/components/IconButton/IconButton.stories.tsx +7 -11
- package/src/components/IncrementInput/IncrementInput.stories.tsx +25 -25
- package/src/components/Input/Input.stories.tsx +35 -61
- package/src/components/List/List.stories.tsx +22 -17
- package/src/components/List/List.styles.ts +2 -1
- package/src/components/Modal/Modal.stories.tsx +50 -59
- package/src/components/MoreMenu/MoreMenu.stories.tsx +24 -15
- package/src/components/MultiSelect/MultiSelect.stories.tsx +23 -20
- package/src/components/NewMoreMenu/NewMoreMenu.stories.tsx +42 -40
- package/src/components/Notification/Notification.stories.tsx +34 -32
- package/src/components/NumberInput/NumberInput.stories.tsx +27 -27
- package/src/components/PhoneInput/PhoneInput.stories.tsx +28 -54
- package/src/components/PhoneInput/PhoneInput.tsx +1 -1
- package/src/components/PhoneInput/components/PhoneInputCountryList/PhoneInputCountryList.stories.tsx +5 -11
- package/src/components/PhoneInput/components/PhoneInputCountryList/PhoneInputCountryList.tsx +1 -4
- package/src/components/RadioButton/RadioButton.stories.tsx +28 -31
- package/src/components/RadioButton/types.ts +1 -1
- package/src/components/ScrollIntoViewIfNeeded/ScrollIntoViewIfNeeded.ts +15 -9
- package/src/components/SearchInput/SearchInput.stories.tsx +14 -14
- package/src/components/Select/CustomSelect.stories.tsx +29 -33
- package/src/components/Select/MultiSelect.stories.tsx +41 -46
- package/src/components/Select/Select.stories.tsx +41 -46
- package/src/components/Select/Select.tsx +27 -27
- package/src/components/Select/components/SelectList/SelectList.tsx +4 -4
- package/src/components/Selector/Selector.stories.tsx +25 -27
- package/src/components/Selector/Selector.tsx +1 -2
- package/src/components/Skeleton/Skeleton.stories.tsx +13 -12
- package/src/components/SmartInput/SmartInput.stories.tsx +23 -23
- package/src/components/Status/Status.stories.tsx +29 -30
- package/src/components/Status/types.ts +1 -1
- package/src/components/Switch/Switch.stories.tsx +19 -26
- package/src/components/TextArea/TextArea.stories.tsx +32 -35
- package/src/components/TextArea/types.ts +1 -1
- package/src/components/TextButton/TextButton.stories.tsx +6 -16
- package/src/components/TextWithInfo/TextWithInfo.stories.tsx +13 -21
- package/src/components/TextWithTooltip/TextWithTooltip.stories.tsx +26 -25
- package/src/components/TextWithTooltip/TextWithTooltip.tsx +1 -2
- package/src/components/ThemedPreloader/ThemedPreloader.stories.tsx +12 -23
- package/src/components/Toaster/Toaster.stories.tsx +16 -14
- package/src/components/Tooltip/Tooltip.stories.tsx +5 -4
- package/src/components/WithMessages/WithMessages.stories.tsx +16 -20
- package/src/components/WithPopup/WithPopup.stories.tsx +27 -26
- package/src/components/WithTooltip/WithTooltip.stories.tsx +28 -28
- package/src/components/index.ts +0 -1
- package/src/helpers/misc.ts +8 -5
- package/src/helpers/popper-helpers.ts +0 -1
- package/src/theme/helpers.ts +3 -1
- package/src/theme/true-jss/ThemedStylesManager.ts +2 -1
- package/src/theme/true-jss/TweakStylesManager.ts +1 -2
- package/src/theme/types.ts +0 -1
- package/src/types.ts +0 -2
- package/dist/components/Colors/Colors.d.ts +0 -2
- package/dist/components/Colors/Colors.styles.d.ts +0 -1
- package/dist/components/Colors/index.d.ts +0 -1
- package/src/components/Colors/Colors.styles.ts +0 -36
- package/src/components/Colors/Colors.tsx +0 -26
- package/src/components/Colors/index.ts +0 -1
- package/src/components/Flag/customFlags/augment.d.ts +0 -1
|
@@ -1154,49 +1154,49 @@ var ThemeProvider = function(param) {
|
|
|
1154
1154
|
var useTheme = function() {
|
|
1155
1155
|
return useContext(ThemeContext).theme;
|
|
1156
1156
|
};
|
|
1157
|
-
function _array_like_to_array$
|
|
1157
|
+
function _array_like_to_array$t(arr, len) {
|
|
1158
1158
|
if (len == null || len > arr.length)
|
|
1159
1159
|
len = arr.length;
|
|
1160
1160
|
for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
1161
1161
|
arr2[i] = arr[i];
|
|
1162
1162
|
return arr2;
|
|
1163
1163
|
}
|
|
1164
|
-
function _array_with_holes$
|
|
1164
|
+
function _array_with_holes$r(arr) {
|
|
1165
1165
|
if (Array.isArray(arr))
|
|
1166
1166
|
return arr;
|
|
1167
1167
|
}
|
|
1168
|
-
function _array_without_holes$
|
|
1168
|
+
function _array_without_holes$e(arr) {
|
|
1169
1169
|
if (Array.isArray(arr))
|
|
1170
|
-
return _array_like_to_array$
|
|
1170
|
+
return _array_like_to_array$t(arr);
|
|
1171
1171
|
}
|
|
1172
|
-
function _iterable_to_array$
|
|
1172
|
+
function _iterable_to_array$e(iter) {
|
|
1173
1173
|
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null)
|
|
1174
1174
|
return Array.from(iter);
|
|
1175
1175
|
}
|
|
1176
|
-
function _non_iterable_rest$
|
|
1176
|
+
function _non_iterable_rest$r() {
|
|
1177
1177
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
1178
1178
|
}
|
|
1179
|
-
function _non_iterable_spread$
|
|
1179
|
+
function _non_iterable_spread$e() {
|
|
1180
1180
|
throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
1181
1181
|
}
|
|
1182
1182
|
function _to_array$2(arr) {
|
|
1183
|
-
return _array_with_holes$
|
|
1183
|
+
return _array_with_holes$r(arr) || _iterable_to_array$e(arr) || _unsupported_iterable_to_array$t(arr) || _non_iterable_rest$r();
|
|
1184
1184
|
}
|
|
1185
|
-
function _to_consumable_array$
|
|
1186
|
-
return _array_without_holes$
|
|
1185
|
+
function _to_consumable_array$e(arr) {
|
|
1186
|
+
return _array_without_holes$e(arr) || _iterable_to_array$e(arr) || _unsupported_iterable_to_array$t(arr) || _non_iterable_spread$e();
|
|
1187
1187
|
}
|
|
1188
|
-
function _unsupported_iterable_to_array$
|
|
1188
|
+
function _unsupported_iterable_to_array$t(o, minLen) {
|
|
1189
1189
|
if (!o)
|
|
1190
1190
|
return;
|
|
1191
1191
|
if (typeof o === "string")
|
|
1192
|
-
return _array_like_to_array$
|
|
1192
|
+
return _array_like_to_array$t(o, minLen);
|
|
1193
1193
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
1194
1194
|
if (n === "Object" && o.constructor)
|
|
1195
1195
|
n = o.constructor.name;
|
|
1196
1196
|
if (n === "Map" || n === "Set")
|
|
1197
1197
|
return Array.from(n);
|
|
1198
1198
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
|
|
1199
|
-
return _array_like_to_array$
|
|
1199
|
+
return _array_like_to_array$t(o, minLen);
|
|
1200
1200
|
}
|
|
1201
1201
|
var EMPTY_STYLES = {};
|
|
1202
1202
|
var isTweakStyle = function(key) {
|
|
@@ -1215,7 +1215,7 @@ var mergeTweakStyles = function(tweakStyles) {
|
|
|
1215
1215
|
var _tweakStyles = _to_array$2(tweakStyles), first = _tweakStyles[0], rest = _tweakStyles.slice(1);
|
|
1216
1216
|
return isArrayNotEmpty(rest) ? mergeStyles.apply(void 0, [
|
|
1217
1217
|
first
|
|
1218
|
-
].concat(_to_consumable_array$
|
|
1218
|
+
].concat(_to_consumable_array$e(rest))) : first;
|
|
1219
1219
|
};
|
|
1220
1220
|
var checkStyles = function(componentName, styles) {
|
|
1221
1221
|
var invalidClasses = Object.keys(styles).filter(isTweakStyle);
|
|
@@ -1257,20 +1257,20 @@ var getTweakStylesCache = function() {
|
|
|
1257
1257
|
return mergedStyles = mergeTweakStyles(prev);
|
|
1258
1258
|
};
|
|
1259
1259
|
};
|
|
1260
|
-
function _array_like_to_array$
|
|
1260
|
+
function _array_like_to_array$s(arr, len) {
|
|
1261
1261
|
if (len == null || len > arr.length)
|
|
1262
1262
|
len = arr.length;
|
|
1263
1263
|
for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
1264
1264
|
arr2[i] = arr[i];
|
|
1265
1265
|
return arr2;
|
|
1266
1266
|
}
|
|
1267
|
-
function _array_with_holes$
|
|
1267
|
+
function _array_with_holes$q(arr) {
|
|
1268
1268
|
if (Array.isArray(arr))
|
|
1269
1269
|
return arr;
|
|
1270
1270
|
}
|
|
1271
|
-
function _array_without_holes$
|
|
1271
|
+
function _array_without_holes$d(arr) {
|
|
1272
1272
|
if (Array.isArray(arr))
|
|
1273
|
-
return _array_like_to_array$
|
|
1273
|
+
return _array_like_to_array$s(arr);
|
|
1274
1274
|
}
|
|
1275
1275
|
function _check_private_redeclaration$1(obj, privateCollection) {
|
|
1276
1276
|
if (privateCollection.has(obj)) {
|
|
@@ -1347,11 +1347,11 @@ function _define_property$1f(obj, key, value) {
|
|
|
1347
1347
|
}
|
|
1348
1348
|
return obj;
|
|
1349
1349
|
}
|
|
1350
|
-
function _iterable_to_array$
|
|
1350
|
+
function _iterable_to_array$d(iter) {
|
|
1351
1351
|
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null)
|
|
1352
1352
|
return Array.from(iter);
|
|
1353
1353
|
}
|
|
1354
|
-
function _iterable_to_array_limit$
|
|
1354
|
+
function _iterable_to_array_limit$p(arr, i) {
|
|
1355
1355
|
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
1356
1356
|
if (_i == null)
|
|
1357
1357
|
return;
|
|
@@ -1379,10 +1379,10 @@ function _iterable_to_array_limit$q(arr, i) {
|
|
|
1379
1379
|
}
|
|
1380
1380
|
return _arr;
|
|
1381
1381
|
}
|
|
1382
|
-
function _non_iterable_rest$
|
|
1382
|
+
function _non_iterable_rest$q() {
|
|
1383
1383
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
1384
1384
|
}
|
|
1385
|
-
function _non_iterable_spread$
|
|
1385
|
+
function _non_iterable_spread$d() {
|
|
1386
1386
|
throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
1387
1387
|
}
|
|
1388
1388
|
function _object_spread$1c(target) {
|
|
@@ -1400,27 +1400,27 @@ function _object_spread$1c(target) {
|
|
|
1400
1400
|
}
|
|
1401
1401
|
return target;
|
|
1402
1402
|
}
|
|
1403
|
-
function _sliced_to_array$
|
|
1404
|
-
return _array_with_holes$
|
|
1403
|
+
function _sliced_to_array$p(arr, i) {
|
|
1404
|
+
return _array_with_holes$q(arr) || _iterable_to_array_limit$p(arr, i) || _unsupported_iterable_to_array$s(arr, i) || _non_iterable_rest$q();
|
|
1405
1405
|
}
|
|
1406
1406
|
function _to_array$1(arr) {
|
|
1407
|
-
return _array_with_holes$
|
|
1407
|
+
return _array_with_holes$q(arr) || _iterable_to_array$d(arr) || _unsupported_iterable_to_array$s(arr) || _non_iterable_rest$q();
|
|
1408
1408
|
}
|
|
1409
|
-
function _to_consumable_array$
|
|
1410
|
-
return _array_without_holes$
|
|
1409
|
+
function _to_consumable_array$d(arr) {
|
|
1410
|
+
return _array_without_holes$d(arr) || _iterable_to_array$d(arr) || _unsupported_iterable_to_array$s(arr) || _non_iterable_spread$d();
|
|
1411
1411
|
}
|
|
1412
|
-
function _unsupported_iterable_to_array$
|
|
1412
|
+
function _unsupported_iterable_to_array$s(o, minLen) {
|
|
1413
1413
|
if (!o)
|
|
1414
1414
|
return;
|
|
1415
1415
|
if (typeof o === "string")
|
|
1416
|
-
return _array_like_to_array$
|
|
1416
|
+
return _array_like_to_array$s(o, minLen);
|
|
1417
1417
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
1418
1418
|
if (n === "Object" && o.constructor)
|
|
1419
1419
|
n = o.constructor.name;
|
|
1420
1420
|
if (n === "Map" || n === "Set")
|
|
1421
1421
|
return Array.from(n);
|
|
1422
1422
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
|
|
1423
|
-
return _array_like_to_array$
|
|
1423
|
+
return _array_like_to_array$s(o, minLen);
|
|
1424
1424
|
}
|
|
1425
1425
|
var _map = /* @__PURE__ */ new WeakMap(), _sheet = /* @__PURE__ */ new WeakMap(), _classes = /* @__PURE__ */ new WeakMap(), _tweak = /* @__PURE__ */ new WeakMap(), _tweakRules = /* @__PURE__ */ new WeakMap();
|
|
1426
1426
|
var TweakStylesManager = /* @__PURE__ */ function() {
|
|
@@ -1525,7 +1525,7 @@ var TweakStylesManager = /* @__PURE__ */ function() {
|
|
|
1525
1525
|
var _$_class_private_field_get = _to_array$1(_class_private_field_get$1(this, _tweak)), first = _$_class_private_field_get[0], rest = _$_class_private_field_get.slice(1);
|
|
1526
1526
|
var styles = isArrayNotEmpty(rest) ? mergeStyles.apply(void 0, [
|
|
1527
1527
|
first
|
|
1528
|
-
].concat(_to_consumable_array$
|
|
1528
|
+
].concat(_to_consumable_array$d(rest))) : first;
|
|
1529
1529
|
var rules = this.addRules(styles);
|
|
1530
1530
|
var classes = _object_spread$1c({}, _class_private_field_get$1(this, _classes));
|
|
1531
1531
|
rules.forEach(function(rule, key) {
|
|
@@ -1547,7 +1547,7 @@ var TweakStylesManager = /* @__PURE__ */ function() {
|
|
|
1547
1547
|
value: function addRules(styles) {
|
|
1548
1548
|
var _this = this;
|
|
1549
1549
|
return new Map(Object.entries(styles).map(function(param) {
|
|
1550
|
-
var _param = _sliced_to_array$
|
|
1550
|
+
var _param = _sliced_to_array$p(param, 2), key = _param[0], style = _param[1];
|
|
1551
1551
|
return _this.addRule(key, style);
|
|
1552
1552
|
}).filter(isNotEmpty));
|
|
1553
1553
|
}
|
|
@@ -1883,14 +1883,14 @@ var useMixedStyles = function(baseStyles, tweakStyles) {
|
|
|
1883
1883
|
tweakStyles
|
|
1884
1884
|
]);
|
|
1885
1885
|
};
|
|
1886
|
-
function _array_like_to_array$
|
|
1886
|
+
function _array_like_to_array$r(arr, len) {
|
|
1887
1887
|
if (len == null || len > arr.length)
|
|
1888
1888
|
len = arr.length;
|
|
1889
1889
|
for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
1890
1890
|
arr2[i] = arr[i];
|
|
1891
1891
|
return arr2;
|
|
1892
1892
|
}
|
|
1893
|
-
function _array_with_holes$
|
|
1893
|
+
function _array_with_holes$p(arr) {
|
|
1894
1894
|
if (Array.isArray(arr))
|
|
1895
1895
|
return arr;
|
|
1896
1896
|
}
|
|
@@ -1907,7 +1907,7 @@ function _define_property$1c(obj, key, value) {
|
|
|
1907
1907
|
}
|
|
1908
1908
|
return obj;
|
|
1909
1909
|
}
|
|
1910
|
-
function _iterable_to_array_limit$
|
|
1910
|
+
function _iterable_to_array_limit$o(arr, i) {
|
|
1911
1911
|
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
1912
1912
|
if (_i == null)
|
|
1913
1913
|
return;
|
|
@@ -1935,7 +1935,7 @@ function _iterable_to_array_limit$p(arr, i) {
|
|
|
1935
1935
|
}
|
|
1936
1936
|
return _arr;
|
|
1937
1937
|
}
|
|
1938
|
-
function _non_iterable_rest$
|
|
1938
|
+
function _non_iterable_rest$p() {
|
|
1939
1939
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
1940
1940
|
}
|
|
1941
1941
|
function _object_spread$19(target) {
|
|
@@ -1977,28 +1977,28 @@ function _object_spread_props$X(target, source) {
|
|
|
1977
1977
|
}
|
|
1978
1978
|
return target;
|
|
1979
1979
|
}
|
|
1980
|
-
function _sliced_to_array$
|
|
1981
|
-
return _array_with_holes$
|
|
1980
|
+
function _sliced_to_array$o(arr, i) {
|
|
1981
|
+
return _array_with_holes$p(arr) || _iterable_to_array_limit$o(arr, i) || _unsupported_iterable_to_array$r(arr, i) || _non_iterable_rest$p();
|
|
1982
1982
|
}
|
|
1983
|
-
function _unsupported_iterable_to_array$
|
|
1983
|
+
function _unsupported_iterable_to_array$r(o, minLen) {
|
|
1984
1984
|
if (!o)
|
|
1985
1985
|
return;
|
|
1986
1986
|
if (typeof o === "string")
|
|
1987
|
-
return _array_like_to_array$
|
|
1987
|
+
return _array_like_to_array$r(o, minLen);
|
|
1988
1988
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
1989
1989
|
if (n === "Object" && o.constructor)
|
|
1990
1990
|
n = o.constructor.name;
|
|
1991
1991
|
if (n === "Map" || n === "Set")
|
|
1992
1992
|
return Array.from(n);
|
|
1993
1993
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
|
|
1994
|
-
return _array_like_to_array$
|
|
1994
|
+
return _array_like_to_array$r(o, minLen);
|
|
1995
1995
|
}
|
|
1996
1996
|
var DEFAULT_NAME = "LocalComponent";
|
|
1997
1997
|
function createThemedStyles() {
|
|
1998
1998
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
1999
1999
|
args[_key] = arguments[_key];
|
|
2000
2000
|
}
|
|
2001
|
-
var _ref = _sliced_to_array$
|
|
2001
|
+
var _ref = _sliced_to_array$o(args.length === 2 ? args : [
|
|
2002
2002
|
void 0,
|
|
2003
2003
|
args[0]
|
|
2004
2004
|
], 2), componentName = _ref[0], styles = _ref[1];
|
|
@@ -4745,39 +4745,39 @@ var mimeTypes = {
|
|
|
4745
4745
|
"3g2": "video/3gpp2",
|
|
4746
4746
|
"7z": "application/x-7z-compressed"
|
|
4747
4747
|
};
|
|
4748
|
-
function _array_like_to_array$
|
|
4748
|
+
function _array_like_to_array$q(arr, len) {
|
|
4749
4749
|
if (len == null || len > arr.length)
|
|
4750
4750
|
len = arr.length;
|
|
4751
4751
|
for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
4752
4752
|
arr2[i] = arr[i];
|
|
4753
4753
|
return arr2;
|
|
4754
4754
|
}
|
|
4755
|
-
function _array_without_holes$
|
|
4755
|
+
function _array_without_holes$c(arr) {
|
|
4756
4756
|
if (Array.isArray(arr))
|
|
4757
|
-
return _array_like_to_array$
|
|
4757
|
+
return _array_like_to_array$q(arr);
|
|
4758
4758
|
}
|
|
4759
|
-
function _iterable_to_array$
|
|
4759
|
+
function _iterable_to_array$c(iter) {
|
|
4760
4760
|
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null)
|
|
4761
4761
|
return Array.from(iter);
|
|
4762
4762
|
}
|
|
4763
|
-
function _non_iterable_spread$
|
|
4763
|
+
function _non_iterable_spread$c() {
|
|
4764
4764
|
throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
4765
4765
|
}
|
|
4766
|
-
function _to_consumable_array$
|
|
4767
|
-
return _array_without_holes$
|
|
4766
|
+
function _to_consumable_array$c(arr) {
|
|
4767
|
+
return _array_without_holes$c(arr) || _iterable_to_array$c(arr) || _unsupported_iterable_to_array$q(arr) || _non_iterable_spread$c();
|
|
4768
4768
|
}
|
|
4769
|
-
function _unsupported_iterable_to_array$
|
|
4769
|
+
function _unsupported_iterable_to_array$q(o, minLen) {
|
|
4770
4770
|
if (!o)
|
|
4771
4771
|
return;
|
|
4772
4772
|
if (typeof o === "string")
|
|
4773
|
-
return _array_like_to_array$
|
|
4773
|
+
return _array_like_to_array$q(o, minLen);
|
|
4774
4774
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
4775
4775
|
if (n === "Object" && o.constructor)
|
|
4776
4776
|
n = o.constructor.name;
|
|
4777
4777
|
if (n === "Map" || n === "Set")
|
|
4778
4778
|
return Array.from(n);
|
|
4779
4779
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
|
|
4780
|
-
return _array_like_to_array$
|
|
4780
|
+
return _array_like_to_array$q(o, minLen);
|
|
4781
4781
|
}
|
|
4782
4782
|
var findCountryByCode = function(countryCode) {
|
|
4783
4783
|
var countriesList = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : phoneInfo;
|
|
@@ -4804,7 +4804,7 @@ var checkSearchStringInCountry = function(country, searchString) {
|
|
|
4804
4804
|
var possibleValues = [
|
|
4805
4805
|
country.countryRu,
|
|
4806
4806
|
country.countryEn
|
|
4807
|
-
].concat(_to_consumable_array$
|
|
4807
|
+
].concat(_to_consumable_array$c(country.countryRu.split(" ")), _to_consumable_array$c(country.countryEn.split(" ")), [
|
|
4808
4808
|
country.dialCode
|
|
4809
4809
|
]).map(function(part) {
|
|
4810
4810
|
return part.toLowerCase();
|
|
@@ -4863,18 +4863,26 @@ var getPhoneMask = function(countryCode) {
|
|
|
4863
4863
|
}
|
|
4864
4864
|
return mask;
|
|
4865
4865
|
};
|
|
4866
|
-
function _array_like_to_array$
|
|
4866
|
+
function _array_like_to_array$p(arr, len) {
|
|
4867
4867
|
if (len == null || len > arr.length)
|
|
4868
4868
|
len = arr.length;
|
|
4869
4869
|
for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
4870
4870
|
arr2[i] = arr[i];
|
|
4871
4871
|
return arr2;
|
|
4872
4872
|
}
|
|
4873
|
-
function _array_with_holes$
|
|
4873
|
+
function _array_with_holes$o(arr) {
|
|
4874
4874
|
if (Array.isArray(arr))
|
|
4875
4875
|
return arr;
|
|
4876
4876
|
}
|
|
4877
|
-
function
|
|
4877
|
+
function _array_without_holes$b(arr) {
|
|
4878
|
+
if (Array.isArray(arr))
|
|
4879
|
+
return _array_like_to_array$p(arr);
|
|
4880
|
+
}
|
|
4881
|
+
function _iterable_to_array$b(iter) {
|
|
4882
|
+
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null)
|
|
4883
|
+
return Array.from(iter);
|
|
4884
|
+
}
|
|
4885
|
+
function _iterable_to_array_limit$n(arr, i) {
|
|
4878
4886
|
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
4879
4887
|
if (_i == null)
|
|
4880
4888
|
return;
|
|
@@ -4902,24 +4910,30 @@ function _iterable_to_array_limit$o(arr, i) {
|
|
|
4902
4910
|
}
|
|
4903
4911
|
return _arr;
|
|
4904
4912
|
}
|
|
4905
|
-
function _non_iterable_rest$
|
|
4913
|
+
function _non_iterable_rest$o() {
|
|
4906
4914
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
4907
4915
|
}
|
|
4908
|
-
function
|
|
4909
|
-
|
|
4916
|
+
function _non_iterable_spread$b() {
|
|
4917
|
+
throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
4910
4918
|
}
|
|
4911
|
-
function
|
|
4919
|
+
function _sliced_to_array$n(arr, i) {
|
|
4920
|
+
return _array_with_holes$o(arr) || _iterable_to_array_limit$n(arr, i) || _unsupported_iterable_to_array$p(arr, i) || _non_iterable_rest$o();
|
|
4921
|
+
}
|
|
4922
|
+
function _to_consumable_array$b(arr) {
|
|
4923
|
+
return _array_without_holes$b(arr) || _iterable_to_array$b(arr) || _unsupported_iterable_to_array$p(arr) || _non_iterable_spread$b();
|
|
4924
|
+
}
|
|
4925
|
+
function _unsupported_iterable_to_array$p(o, minLen) {
|
|
4912
4926
|
if (!o)
|
|
4913
4927
|
return;
|
|
4914
4928
|
if (typeof o === "string")
|
|
4915
|
-
return _array_like_to_array$
|
|
4929
|
+
return _array_like_to_array$p(o, minLen);
|
|
4916
4930
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
4917
4931
|
if (n === "Object" && o.constructor)
|
|
4918
4932
|
n = o.constructor.name;
|
|
4919
4933
|
if (n === "Map" || n === "Set")
|
|
4920
4934
|
return Array.from(n);
|
|
4921
4935
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
|
|
4922
|
-
return _array_like_to_array$
|
|
4936
|
+
return _array_like_to_array$p(o, minLen);
|
|
4923
4937
|
}
|
|
4924
4938
|
var transformToKebab = function(string) {
|
|
4925
4939
|
var result = "";
|
|
@@ -4932,6 +4946,10 @@ var transformToKebab = function(string) {
|
|
|
4932
4946
|
});
|
|
4933
4947
|
return result;
|
|
4934
4948
|
};
|
|
4949
|
+
var getParentNode$1 = function(element) {
|
|
4950
|
+
var _element_parentNode;
|
|
4951
|
+
return element.nodeName === "HTML" || element === document ? element : (_element_parentNode = element.parentNode) !== null && _element_parentNode !== void 0 ? _element_parentNode : element.host;
|
|
4952
|
+
};
|
|
4935
4953
|
var hasExactParent = function(element, parent) {
|
|
4936
4954
|
if (element === parent) {
|
|
4937
4955
|
return true;
|
|
@@ -4942,10 +4960,6 @@ var hasExactParent = function(element, parent) {
|
|
|
4942
4960
|
}
|
|
4943
4961
|
return hasExactParent(parentNode, parent);
|
|
4944
4962
|
};
|
|
4945
|
-
var getParentNode$1 = function(element) {
|
|
4946
|
-
var _element_parentNode;
|
|
4947
|
-
return element.nodeName === "HTML" || element === document ? element : (_element_parentNode = element.parentNode) !== null && _element_parentNode !== void 0 ? _element_parentNode : element.host;
|
|
4948
|
-
};
|
|
4949
4963
|
var getStyleComputedProperty = function(element) {
|
|
4950
4964
|
return element.nodeType !== 1 ? {} : getComputedStyle(element, null);
|
|
4951
4965
|
};
|
|
@@ -5041,13 +5055,19 @@ var trimStringToMaxLength = function(val, maxLength) {
|
|
|
5041
5055
|
var addDataAttributes = function() {
|
|
5042
5056
|
var data = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
5043
5057
|
return Object.fromEntries(Object.entries(data).map(function(param) {
|
|
5044
|
-
var _param = _sliced_to_array$
|
|
5058
|
+
var _param = _sliced_to_array$n(param, 2), key = _param[0], value = _param[1];
|
|
5045
5059
|
return isString(value) && isStringNotEmpty(value) || isNotEmpty(value) ? [
|
|
5046
5060
|
"data-".concat(transformToKebab(key)),
|
|
5047
5061
|
value
|
|
5048
5062
|
] : [];
|
|
5049
5063
|
}));
|
|
5050
5064
|
};
|
|
5065
|
+
var excludeStorybookParams = function(params) {
|
|
5066
|
+
return new RegExp("^(on.*|".concat([
|
|
5067
|
+
"tweakStyles",
|
|
5068
|
+
"data"
|
|
5069
|
+
].concat(_to_consumable_array$b(params)).join("|"), ")$"));
|
|
5070
|
+
};
|
|
5051
5071
|
var useDidMountEffect = function(effect3, dependencies) {
|
|
5052
5072
|
var isMountedRef = useRef(false);
|
|
5053
5073
|
useEffect(function() {
|
|
@@ -6327,13 +6347,13 @@ function popperGenerator(generatorOptions) {
|
|
|
6327
6347
|
state.orderedModifiers.forEach(function(modifier) {
|
|
6328
6348
|
return state.modifiersData[modifier.name] = Object.assign({}, modifier.data);
|
|
6329
6349
|
});
|
|
6330
|
-
for (var
|
|
6350
|
+
for (var index2 = 0; index2 < state.orderedModifiers.length; index2++) {
|
|
6331
6351
|
if (state.reset === true) {
|
|
6332
6352
|
state.reset = false;
|
|
6333
|
-
|
|
6353
|
+
index2 = -1;
|
|
6334
6354
|
continue;
|
|
6335
6355
|
}
|
|
6336
|
-
var _state$orderedModifie = state.orderedModifiers[
|
|
6356
|
+
var _state$orderedModifie = state.orderedModifiers[index2], fn3 = _state$orderedModifie.fn, _state$orderedModifie2 = _state$orderedModifie.options, _options = _state$orderedModifie2 === void 0 ? {} : _state$orderedModifie2, name = _state$orderedModifie.name;
|
|
6337
6357
|
if (typeof fn3 === "function") {
|
|
6338
6358
|
state = fn3({
|
|
6339
6359
|
state,
|
|
@@ -6521,7 +6541,7 @@ function usePopper(referenceElement, popperElement, _temp) {
|
|
|
6521
6541
|
}, [enabled, referenceElement, popperElement]);
|
|
6522
6542
|
return popperState;
|
|
6523
6543
|
}
|
|
6524
|
-
function _array_like_to_array$
|
|
6544
|
+
function _array_like_to_array$o(arr, len) {
|
|
6525
6545
|
if (len == null || len > arr.length)
|
|
6526
6546
|
len = arr.length;
|
|
6527
6547
|
for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
@@ -6530,7 +6550,7 @@ function _array_like_to_array$p(arr, len) {
|
|
|
6530
6550
|
}
|
|
6531
6551
|
function _array_without_holes$a(arr) {
|
|
6532
6552
|
if (Array.isArray(arr))
|
|
6533
|
-
return _array_like_to_array$
|
|
6553
|
+
return _array_like_to_array$o(arr);
|
|
6534
6554
|
}
|
|
6535
6555
|
function _define_property$1b(obj, key, value) {
|
|
6536
6556
|
if (key in obj) {
|
|
@@ -6568,20 +6588,20 @@ function _object_spread$18(target) {
|
|
|
6568
6588
|
return target;
|
|
6569
6589
|
}
|
|
6570
6590
|
function _to_consumable_array$a(arr) {
|
|
6571
|
-
return _array_without_holes$a(arr) || _iterable_to_array$a(arr) || _unsupported_iterable_to_array$
|
|
6591
|
+
return _array_without_holes$a(arr) || _iterable_to_array$a(arr) || _unsupported_iterable_to_array$o(arr) || _non_iterable_spread$a();
|
|
6572
6592
|
}
|
|
6573
|
-
function _unsupported_iterable_to_array$
|
|
6593
|
+
function _unsupported_iterable_to_array$o(o, minLen) {
|
|
6574
6594
|
if (!o)
|
|
6575
6595
|
return;
|
|
6576
6596
|
if (typeof o === "string")
|
|
6577
|
-
return _array_like_to_array$
|
|
6597
|
+
return _array_like_to_array$o(o, minLen);
|
|
6578
6598
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
6579
6599
|
if (n === "Object" && o.constructor)
|
|
6580
6600
|
n = o.constructor.name;
|
|
6581
6601
|
if (n === "Map" || n === "Set")
|
|
6582
6602
|
return Array.from(n);
|
|
6583
6603
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
|
|
6584
|
-
return _array_like_to_array$
|
|
6604
|
+
return _array_like_to_array$o(o, minLen);
|
|
6585
6605
|
}
|
|
6586
6606
|
var useDropdown = function(param) {
|
|
6587
6607
|
var isOpen = param.isOpen, onDropdownClose = param.onDropdownClose, referenceElement = param.referenceElement, dropdownElement = param.dropdownElement, options = param.options, _param_dependenciesForPositionUpdating = param.dependenciesForPositionUpdating, dependenciesForPositionUpdating = _param_dependenciesForPositionUpdating === void 0 ? [] : _param_dependenciesForPositionUpdating;
|
|
@@ -6642,18 +6662,18 @@ var useLatestRef = function(value) {
|
|
|
6642
6662
|
ref.current = value;
|
|
6643
6663
|
return ref;
|
|
6644
6664
|
};
|
|
6645
|
-
function _array_like_to_array$
|
|
6665
|
+
function _array_like_to_array$n(arr, len) {
|
|
6646
6666
|
if (len == null || len > arr.length)
|
|
6647
6667
|
len = arr.length;
|
|
6648
6668
|
for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
6649
6669
|
arr2[i] = arr[i];
|
|
6650
6670
|
return arr2;
|
|
6651
6671
|
}
|
|
6652
|
-
function _array_with_holes$
|
|
6672
|
+
function _array_with_holes$n(arr) {
|
|
6653
6673
|
if (Array.isArray(arr))
|
|
6654
6674
|
return arr;
|
|
6655
6675
|
}
|
|
6656
|
-
function _iterable_to_array_limit$
|
|
6676
|
+
function _iterable_to_array_limit$m(arr, i) {
|
|
6657
6677
|
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
6658
6678
|
if (_i == null)
|
|
6659
6679
|
return;
|
|
@@ -6681,30 +6701,30 @@ function _iterable_to_array_limit$n(arr, i) {
|
|
|
6681
6701
|
}
|
|
6682
6702
|
return _arr;
|
|
6683
6703
|
}
|
|
6684
|
-
function _non_iterable_rest$
|
|
6704
|
+
function _non_iterable_rest$n() {
|
|
6685
6705
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
6686
6706
|
}
|
|
6687
|
-
function _sliced_to_array$
|
|
6688
|
-
return _array_with_holes$
|
|
6707
|
+
function _sliced_to_array$m(arr, i) {
|
|
6708
|
+
return _array_with_holes$n(arr) || _iterable_to_array_limit$m(arr, i) || _unsupported_iterable_to_array$n(arr, i) || _non_iterable_rest$n();
|
|
6689
6709
|
}
|
|
6690
|
-
function _unsupported_iterable_to_array$
|
|
6710
|
+
function _unsupported_iterable_to_array$n(o, minLen) {
|
|
6691
6711
|
if (!o)
|
|
6692
6712
|
return;
|
|
6693
6713
|
if (typeof o === "string")
|
|
6694
|
-
return _array_like_to_array$
|
|
6714
|
+
return _array_like_to_array$n(o, minLen);
|
|
6695
6715
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
6696
6716
|
if (n === "Object" && o.constructor)
|
|
6697
6717
|
n = o.constructor.name;
|
|
6698
6718
|
if (n === "Map" || n === "Set")
|
|
6699
6719
|
return Array.from(n);
|
|
6700
6720
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
|
|
6701
|
-
return _array_like_to_array$
|
|
6721
|
+
return _array_like_to_array$n(o, minLen);
|
|
6702
6722
|
}
|
|
6703
6723
|
var useIntersectionRef = function(options) {
|
|
6704
6724
|
var optionsRef = useLatestRef(options);
|
|
6705
6725
|
return useMemo(function() {
|
|
6706
6726
|
var observer = new IntersectionObserver(function(param) {
|
|
6707
|
-
var _param = _sliced_to_array$
|
|
6727
|
+
var _param = _sliced_to_array$m(param, 1), isIntersecting = _param[0].isIntersecting;
|
|
6708
6728
|
var current = optionsRef.current;
|
|
6709
6729
|
if (current === null || current === void 0 ? void 0 : current.isDisabled) {
|
|
6710
6730
|
return;
|
|
@@ -6806,49 +6826,49 @@ function useOnClickOutside(refOrGetter, handler, ignoreClassName, ignoreRef) {
|
|
|
6806
6826
|
optionsRef
|
|
6807
6827
|
]);
|
|
6808
6828
|
}
|
|
6809
|
-
function _array_like_to_array$
|
|
6829
|
+
function _array_like_to_array$m(arr, len) {
|
|
6810
6830
|
if (len == null || len > arr.length)
|
|
6811
6831
|
len = arr.length;
|
|
6812
6832
|
for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
6813
6833
|
arr2[i] = arr[i];
|
|
6814
6834
|
return arr2;
|
|
6815
6835
|
}
|
|
6816
|
-
function _array_with_holes$
|
|
6836
|
+
function _array_with_holes$m(arr) {
|
|
6817
6837
|
if (Array.isArray(arr))
|
|
6818
6838
|
return arr;
|
|
6819
6839
|
}
|
|
6820
6840
|
function _array_without_holes$9(arr) {
|
|
6821
6841
|
if (Array.isArray(arr))
|
|
6822
|
-
return _array_like_to_array$
|
|
6842
|
+
return _array_like_to_array$m(arr);
|
|
6823
6843
|
}
|
|
6824
6844
|
function _iterable_to_array$9(iter) {
|
|
6825
6845
|
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null)
|
|
6826
6846
|
return Array.from(iter);
|
|
6827
6847
|
}
|
|
6828
|
-
function _non_iterable_rest$
|
|
6848
|
+
function _non_iterable_rest$m() {
|
|
6829
6849
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
6830
6850
|
}
|
|
6831
6851
|
function _non_iterable_spread$9() {
|
|
6832
6852
|
throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
6833
6853
|
}
|
|
6834
6854
|
function _to_array(arr) {
|
|
6835
|
-
return _array_with_holes$
|
|
6855
|
+
return _array_with_holes$m(arr) || _iterable_to_array$9(arr) || _unsupported_iterable_to_array$m(arr) || _non_iterable_rest$m();
|
|
6836
6856
|
}
|
|
6837
6857
|
function _to_consumable_array$9(arr) {
|
|
6838
|
-
return _array_without_holes$9(arr) || _iterable_to_array$9(arr) || _unsupported_iterable_to_array$
|
|
6858
|
+
return _array_without_holes$9(arr) || _iterable_to_array$9(arr) || _unsupported_iterable_to_array$m(arr) || _non_iterable_spread$9();
|
|
6839
6859
|
}
|
|
6840
|
-
function _unsupported_iterable_to_array$
|
|
6860
|
+
function _unsupported_iterable_to_array$m(o, minLen) {
|
|
6841
6861
|
if (!o)
|
|
6842
6862
|
return;
|
|
6843
6863
|
if (typeof o === "string")
|
|
6844
|
-
return _array_like_to_array$
|
|
6864
|
+
return _array_like_to_array$m(o, minLen);
|
|
6845
6865
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
6846
6866
|
if (n === "Object" && o.constructor)
|
|
6847
6867
|
n = o.constructor.name;
|
|
6848
6868
|
if (n === "Map" || n === "Set")
|
|
6849
6869
|
return Array.from(n);
|
|
6850
6870
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
|
|
6851
|
-
return _array_like_to_array$
|
|
6871
|
+
return _array_like_to_array$m(o, minLen);
|
|
6852
6872
|
}
|
|
6853
6873
|
var useTweakStyles = function(param) {
|
|
6854
6874
|
var innerStyles = param.innerStyles, tweakStyles = param.tweakStyles, className = param.className, currentComponentName = param.currentComponentName;
|
|
@@ -7005,7 +7025,7 @@ var iconsMap = {
|
|
|
7005
7025
|
"status-warning": statusWarning,
|
|
7006
7026
|
"trash-can": trashCan
|
|
7007
7027
|
};
|
|
7008
|
-
var useStyles$
|
|
7028
|
+
var useStyles$X = createThemedStyles("Icon", {
|
|
7009
7029
|
root: {
|
|
7010
7030
|
display: "flex",
|
|
7011
7031
|
alignItems: "center"
|
|
@@ -7066,7 +7086,7 @@ function _object_spread_props$W(target, source) {
|
|
|
7066
7086
|
var Icon = function(param) {
|
|
7067
7087
|
var type = param.type, data = param.data, testId = param.testId, tweakStyles = param.tweakStyles;
|
|
7068
7088
|
var _theme_icons;
|
|
7069
|
-
var classes = useStyles$
|
|
7089
|
+
var classes = useStyles$X({
|
|
7070
7090
|
theme: tweakStyles
|
|
7071
7091
|
});
|
|
7072
7092
|
var theme = useTheme();
|
|
@@ -7098,7 +7118,7 @@ var minWidthRelativeToTrigger = size({
|
|
|
7098
7118
|
});
|
|
7099
7119
|
}
|
|
7100
7120
|
});
|
|
7101
|
-
var useStyles$
|
|
7121
|
+
var useStyles$W = createThemedStyles("WithPopup", {
|
|
7102
7122
|
trigger: {
|
|
7103
7123
|
width: "fit-content"
|
|
7104
7124
|
},
|
|
@@ -7130,20 +7150,20 @@ var useStyles$X = createThemedStyles("WithPopup", {
|
|
|
7130
7150
|
extend: "animationEnd"
|
|
7131
7151
|
}
|
|
7132
7152
|
});
|
|
7133
|
-
function _array_like_to_array$
|
|
7153
|
+
function _array_like_to_array$l(arr, len) {
|
|
7134
7154
|
if (len == null || len > arr.length)
|
|
7135
7155
|
len = arr.length;
|
|
7136
7156
|
for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
7137
7157
|
arr2[i] = arr[i];
|
|
7138
7158
|
return arr2;
|
|
7139
7159
|
}
|
|
7140
|
-
function _array_with_holes$
|
|
7160
|
+
function _array_with_holes$l(arr) {
|
|
7141
7161
|
if (Array.isArray(arr))
|
|
7142
7162
|
return arr;
|
|
7143
7163
|
}
|
|
7144
7164
|
function _array_without_holes$8(arr) {
|
|
7145
7165
|
if (Array.isArray(arr))
|
|
7146
|
-
return _array_like_to_array$
|
|
7166
|
+
return _array_like_to_array$l(arr);
|
|
7147
7167
|
}
|
|
7148
7168
|
function _define_property$19(obj, key, value) {
|
|
7149
7169
|
if (key in obj) {
|
|
@@ -7162,7 +7182,7 @@ function _iterable_to_array$8(iter) {
|
|
|
7162
7182
|
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null)
|
|
7163
7183
|
return Array.from(iter);
|
|
7164
7184
|
}
|
|
7165
|
-
function _iterable_to_array_limit$
|
|
7185
|
+
function _iterable_to_array_limit$l(arr, i) {
|
|
7166
7186
|
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
7167
7187
|
if (_i == null)
|
|
7168
7188
|
return;
|
|
@@ -7190,7 +7210,7 @@ function _iterable_to_array_limit$m(arr, i) {
|
|
|
7190
7210
|
}
|
|
7191
7211
|
return _arr;
|
|
7192
7212
|
}
|
|
7193
|
-
function _non_iterable_rest$
|
|
7213
|
+
function _non_iterable_rest$l() {
|
|
7194
7214
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
7195
7215
|
}
|
|
7196
7216
|
function _non_iterable_spread$8() {
|
|
@@ -7235,31 +7255,31 @@ function _object_spread_props$V(target, source) {
|
|
|
7235
7255
|
}
|
|
7236
7256
|
return target;
|
|
7237
7257
|
}
|
|
7238
|
-
function _sliced_to_array$
|
|
7239
|
-
return _array_with_holes$
|
|
7258
|
+
function _sliced_to_array$l(arr, i) {
|
|
7259
|
+
return _array_with_holes$l(arr) || _iterable_to_array_limit$l(arr, i) || _unsupported_iterable_to_array$l(arr, i) || _non_iterable_rest$l();
|
|
7240
7260
|
}
|
|
7241
7261
|
function _to_consumable_array$8(arr) {
|
|
7242
|
-
return _array_without_holes$8(arr) || _iterable_to_array$8(arr) || _unsupported_iterable_to_array$
|
|
7262
|
+
return _array_without_holes$8(arr) || _iterable_to_array$8(arr) || _unsupported_iterable_to_array$l(arr) || _non_iterable_spread$8();
|
|
7243
7263
|
}
|
|
7244
|
-
function _unsupported_iterable_to_array$
|
|
7264
|
+
function _unsupported_iterable_to_array$l(o, minLen) {
|
|
7245
7265
|
if (!o)
|
|
7246
7266
|
return;
|
|
7247
7267
|
if (typeof o === "string")
|
|
7248
|
-
return _array_like_to_array$
|
|
7268
|
+
return _array_like_to_array$l(o, minLen);
|
|
7249
7269
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
7250
7270
|
if (n === "Object" && o.constructor)
|
|
7251
7271
|
n = o.constructor.name;
|
|
7252
7272
|
if (n === "Map" || n === "Set")
|
|
7253
7273
|
return Array.from(n);
|
|
7254
7274
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
|
|
7255
|
-
return _array_like_to_array$
|
|
7275
|
+
return _array_like_to_array$l(o, minLen);
|
|
7256
7276
|
}
|
|
7257
7277
|
var WithPopup = function(param) {
|
|
7258
7278
|
var trigger = param.trigger, children = param.children, _param_middlewares = param.middlewares, middlewares = _param_middlewares === void 0 ? [] : _param_middlewares, _param_eventType = param.eventType, eventType = _param_eventType === void 0 ? "click" : _param_eventType, _param_placement = param.placement, placement = _param_placement === void 0 ? eventType === "click" ? "bottom-end" : "top" : _param_placement, _param_hoverDelay = param.hoverDelay, hoverDelay = _param_hoverDelay === void 0 ? 0 : _param_hoverDelay, _param_popupOffset = param.popupOffset, popupOffset = _param_popupOffset === void 0 ? DEFAULT_OFFSET : _param_popupOffset, arrowProps = param.arrowProps, popupData = param.popupData, _param_shouldStopPropagation = param.shouldStopPropagation, shouldStopPropagation = _param_shouldStopPropagation === void 0 ? eventType === "click" : _param_shouldStopPropagation, _param_shouldHideOnScroll = param.shouldHideOnScroll, shouldHideOnScroll = _param_shouldHideOnScroll === void 0 ? false : _param_shouldHideOnScroll, _param_shouldRenderInBody = param.shouldRenderInBody, shouldRenderInBody = _param_shouldRenderInBody === void 0 ? true : _param_shouldRenderInBody, _param_canBeFlipped = param.canBeFlipped, canBeFlipped = _param_canBeFlipped === void 0 ? true : _param_canBeFlipped, _param_isTriggerWrapped = param.isTriggerWrapped, isTriggerWrapped = _param_isTriggerWrapped === void 0 ? eventType === "hover" : _param_isTriggerWrapped, _param_isDisabled = param.isDisabled, isDisabled = _param_isDisabled === void 0 ? false : _param_isDisabled, _param_shouldShowArrow = param.shouldShowArrow, shouldShowArrow = _param_shouldShowArrow === void 0 ? false : _param_shouldShowArrow, _param_isMinWidthSameAsTrigger = param.isMinWidthSameAsTrigger, isMinWidthSameAsTrigger = _param_isMinWidthSameAsTrigger === void 0 ? false : _param_isMinWidthSameAsTrigger, hoverOptions = param.hoverOptions, clickOptions = param.clickOptions, focusOptions = param.focusOptions, dismissOptions = param.dismissOptions, transitionOptions = param.transitionOptions, tweakStyles = param.tweakStyles, data = param.data, testId = param.testId, onToggle = param.onToggle;
|
|
7259
|
-
var classes = useStyles$
|
|
7279
|
+
var classes = useStyles$W({
|
|
7260
7280
|
theme: tweakStyles
|
|
7261
7281
|
});
|
|
7262
|
-
var _useState = _sliced_to_array$
|
|
7282
|
+
var _useState = _sliced_to_array$l(useState(false), 2), isOpen = _useState[0], setIsOpen = _useState[1];
|
|
7263
7283
|
var isActive = isOpen && !isDisabled;
|
|
7264
7284
|
var arrowRef = useRef(null);
|
|
7265
7285
|
var handleToggle = function(next, event) {
|
|
@@ -7368,7 +7388,7 @@ var WithPopup = function(param) {
|
|
|
7368
7388
|
var ITEM_HORIZONTAL_PADDING = 16;
|
|
7369
7389
|
var ICON_SIZE = 20;
|
|
7370
7390
|
var ICON_GAP = 12;
|
|
7371
|
-
var useStyles$
|
|
7391
|
+
var useStyles$V = createThemedStyles("ListItem", {
|
|
7372
7392
|
root: {
|
|
7373
7393
|
display: "flex",
|
|
7374
7394
|
alignItems: "center",
|
|
@@ -7461,7 +7481,7 @@ function _object_spread_props$U(target, source) {
|
|
|
7461
7481
|
}
|
|
7462
7482
|
var ListItem = function(param) {
|
|
7463
7483
|
var icon = param.icon, item = param.item, nestedItems = param.nestedItems, isDisabled = param.disabled, isFocused = param.isFocused, shouldDrawSpacerAbove = param.shouldDrawSpacerAbove, shouldDrawSpacerBelow = param.shouldDrawSpacerBelow, testId = param.testId, tweakStyles = param.tweakStyles, _param_view = param.view, view = _param_view === void 0 ? "default" : _param_view, withIconGap = param.withIconGap, data = param.data, onClick = param.onClick;
|
|
7464
|
-
var classes = useStyles$
|
|
7484
|
+
var classes = useStyles$V({
|
|
7465
7485
|
theme: tweakStyles
|
|
7466
7486
|
});
|
|
7467
7487
|
var _obj2;
|
|
@@ -7498,7 +7518,7 @@ var ListItem = function(param) {
|
|
|
7498
7518
|
]
|
|
7499
7519
|
});
|
|
7500
7520
|
};
|
|
7501
|
-
var useStyles$
|
|
7521
|
+
var useStyles$U = createThemedStyles("List", {
|
|
7502
7522
|
root: {
|
|
7503
7523
|
minWidth: 180,
|
|
7504
7524
|
backgroundColor: colors.CLASSIC_WHITE,
|
|
@@ -7507,7 +7527,8 @@ var useStyles$V = createThemedStyles("List", {
|
|
|
7507
7527
|
0
|
|
7508
7528
|
],
|
|
7509
7529
|
listStyle: "none",
|
|
7510
|
-
margin: 0
|
|
7530
|
+
margin: 0,
|
|
7531
|
+
textAlign: "left"
|
|
7511
7532
|
},
|
|
7512
7533
|
nestedItems: {
|
|
7513
7534
|
marginTop: -8,
|
|
@@ -7573,7 +7594,7 @@ function _object_spread_props$T(target, source) {
|
|
|
7573
7594
|
}
|
|
7574
7595
|
var List = function(param) {
|
|
7575
7596
|
var items = param.items, testId = param.testId, data = param.data, tweakStyles = param.tweakStyles, onClick = param.onClick;
|
|
7576
|
-
var classes = useStyles$
|
|
7597
|
+
var classes = useStyles$U({
|
|
7577
7598
|
theme: tweakStyles
|
|
7578
7599
|
});
|
|
7579
7600
|
var handleItemClick = function(event, param2) {
|
|
@@ -7654,7 +7675,7 @@ function _object_spread$13(target) {
|
|
|
7654
7675
|
}
|
|
7655
7676
|
return target;
|
|
7656
7677
|
}
|
|
7657
|
-
var useStyles$
|
|
7678
|
+
var useStyles$T = createThemedStyles("AccountInfo", _object_spread$13({
|
|
7658
7679
|
root: {
|
|
7659
7680
|
display: "flex"
|
|
7660
7681
|
},
|
|
@@ -7697,14 +7718,14 @@ var useStyles$U = createThemedStyles("AccountInfo", _object_spread$13({
|
|
|
7697
7718
|
height: 32
|
|
7698
7719
|
}
|
|
7699
7720
|
}, animations.slideUp));
|
|
7700
|
-
function _array_like_to_array$
|
|
7721
|
+
function _array_like_to_array$k(arr, len) {
|
|
7701
7722
|
if (len == null || len > arr.length)
|
|
7702
7723
|
len = arr.length;
|
|
7703
7724
|
for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
7704
7725
|
arr2[i] = arr[i];
|
|
7705
7726
|
return arr2;
|
|
7706
7727
|
}
|
|
7707
|
-
function _array_with_holes$
|
|
7728
|
+
function _array_with_holes$k(arr) {
|
|
7708
7729
|
if (Array.isArray(arr))
|
|
7709
7730
|
return arr;
|
|
7710
7731
|
}
|
|
@@ -7721,7 +7742,7 @@ function _define_property$15(obj, key, value) {
|
|
|
7721
7742
|
}
|
|
7722
7743
|
return obj;
|
|
7723
7744
|
}
|
|
7724
|
-
function _iterable_to_array_limit$
|
|
7745
|
+
function _iterable_to_array_limit$k(arr, i) {
|
|
7725
7746
|
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
7726
7747
|
if (_i == null)
|
|
7727
7748
|
return;
|
|
@@ -7749,7 +7770,7 @@ function _iterable_to_array_limit$l(arr, i) {
|
|
|
7749
7770
|
}
|
|
7750
7771
|
return _arr;
|
|
7751
7772
|
}
|
|
7752
|
-
function _non_iterable_rest$
|
|
7773
|
+
function _non_iterable_rest$k() {
|
|
7753
7774
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
7754
7775
|
}
|
|
7755
7776
|
function _object_spread$12(target) {
|
|
@@ -7791,25 +7812,25 @@ function _object_spread_props$S(target, source) {
|
|
|
7791
7812
|
}
|
|
7792
7813
|
return target;
|
|
7793
7814
|
}
|
|
7794
|
-
function _sliced_to_array$
|
|
7795
|
-
return _array_with_holes$
|
|
7815
|
+
function _sliced_to_array$k(arr, i) {
|
|
7816
|
+
return _array_with_holes$k(arr) || _iterable_to_array_limit$k(arr, i) || _unsupported_iterable_to_array$k(arr, i) || _non_iterable_rest$k();
|
|
7796
7817
|
}
|
|
7797
|
-
function _unsupported_iterable_to_array$
|
|
7818
|
+
function _unsupported_iterable_to_array$k(o, minLen) {
|
|
7798
7819
|
if (!o)
|
|
7799
7820
|
return;
|
|
7800
7821
|
if (typeof o === "string")
|
|
7801
|
-
return _array_like_to_array$
|
|
7822
|
+
return _array_like_to_array$k(o, minLen);
|
|
7802
7823
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
7803
7824
|
if (n === "Object" && o.constructor)
|
|
7804
7825
|
n = o.constructor.name;
|
|
7805
7826
|
if (n === "Map" || n === "Set")
|
|
7806
7827
|
return Array.from(n);
|
|
7807
7828
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
|
|
7808
|
-
return _array_like_to_array$
|
|
7829
|
+
return _array_like_to_array$k(o, minLen);
|
|
7809
7830
|
}
|
|
7810
7831
|
var AccountInfo = function(param) {
|
|
7811
7832
|
var data = param.data, testId = param.testId, avatar2 = param.avatar, tweakStyles = param.tweakStyles, accountName = param.accountName, options = param.options;
|
|
7812
|
-
var classes = useStyles$
|
|
7833
|
+
var classes = useStyles$T({
|
|
7813
7834
|
theme: tweakStyles
|
|
7814
7835
|
});
|
|
7815
7836
|
var tweakListStyles = useTweakStyles({
|
|
@@ -7819,7 +7840,7 @@ var AccountInfo = function(param) {
|
|
|
7819
7840
|
});
|
|
7820
7841
|
var nameRef = useRef(null);
|
|
7821
7842
|
var dropdownRef = useRef(null);
|
|
7822
|
-
var _useState = _sliced_to_array$
|
|
7843
|
+
var _useState = _sliced_to_array$k(useState(false), 2), isMenuOpen = _useState[0], setIsMenuOpen = _useState[1];
|
|
7823
7844
|
var toggleMenu = function(event) {
|
|
7824
7845
|
event.stopPropagation();
|
|
7825
7846
|
setIsMenuOpen(function(v) {
|
|
@@ -7879,7 +7900,7 @@ var AccountInfo = function(param) {
|
|
|
7879
7900
|
]
|
|
7880
7901
|
}));
|
|
7881
7902
|
};
|
|
7882
|
-
var useStyles$
|
|
7903
|
+
var useStyles$S = createThemedStyles("AddButton", {
|
|
7883
7904
|
root: {
|
|
7884
7905
|
display: "flex",
|
|
7885
7906
|
alignItems: "center",
|
|
@@ -7959,7 +7980,7 @@ function _object_spread_props$R(target, source) {
|
|
|
7959
7980
|
}
|
|
7960
7981
|
var AddButton = function(param) {
|
|
7961
7982
|
var text = param.text, _param_type = param.type, type = _param_type === void 0 ? "button" : _param_type, _param_isDisabled = param.isDisabled, isDisabled = _param_isDisabled === void 0 ? false : _param_isDisabled, onClick = param.onClick, _param_isFullWidth = param.isFullWidth, isFullWidth = _param_isFullWidth === void 0 ? false : _param_isFullWidth, data = param.data, testId = param.testId, tweakStyles = param.tweakStyles;
|
|
7962
|
-
var classes = useStyles$
|
|
7983
|
+
var classes = useStyles$S({
|
|
7963
7984
|
theme: tweakStyles
|
|
7964
7985
|
});
|
|
7965
7986
|
return /* @__PURE__ */ jsxs("button", _object_spread_props$R(_object_spread$11({
|
|
@@ -7981,7 +8002,7 @@ var AddButton = function(param) {
|
|
|
7981
8002
|
]
|
|
7982
8003
|
}));
|
|
7983
8004
|
};
|
|
7984
|
-
var useStyles$
|
|
8005
|
+
var useStyles$R = createThemedStyles("DotsPreloader", {
|
|
7985
8006
|
root: {
|
|
7986
8007
|
display: "flex",
|
|
7987
8008
|
gap: 4,
|
|
@@ -8027,7 +8048,7 @@ var useStyles$S = createThemedStyles("DotsPreloader", {
|
|
|
8027
8048
|
});
|
|
8028
8049
|
var DotsPreloader = function(param) {
|
|
8029
8050
|
var tweakStyles = param.tweakStyles;
|
|
8030
|
-
var classes = useStyles$
|
|
8051
|
+
var classes = useStyles$R({
|
|
8031
8052
|
theme: tweakStyles
|
|
8032
8053
|
});
|
|
8033
8054
|
return /* @__PURE__ */ jsx("div", {
|
|
@@ -8093,7 +8114,7 @@ var DefaultPreloader = function() {
|
|
|
8093
8114
|
]
|
|
8094
8115
|
});
|
|
8095
8116
|
};
|
|
8096
|
-
var useStyles$
|
|
8117
|
+
var useStyles$Q = createThemedStyles("SvgPreloader", {
|
|
8097
8118
|
root: {
|
|
8098
8119
|
display: "flex",
|
|
8099
8120
|
width: "100%",
|
|
@@ -8103,7 +8124,7 @@ var useStyles$R = createThemedStyles("SvgPreloader", {
|
|
|
8103
8124
|
var SvgPreloader = function(param) {
|
|
8104
8125
|
var _param_type = param.type, type = _param_type === void 0 ? "default" : _param_type, tweakStyles = param.tweakStyles;
|
|
8105
8126
|
var _theme_preloaders;
|
|
8106
|
-
var classes = useStyles$
|
|
8127
|
+
var classes = useStyles$Q({
|
|
8107
8128
|
theme: tweakStyles
|
|
8108
8129
|
});
|
|
8109
8130
|
var theme = useTheme();
|
|
@@ -8117,7 +8138,7 @@ var SvgPreloader = function(param) {
|
|
|
8117
8138
|
}
|
|
8118
8139
|
}) : /* @__PURE__ */ jsx(PreloaderIcon, {});
|
|
8119
8140
|
};
|
|
8120
|
-
var useStyles$
|
|
8141
|
+
var useStyles$P = createThemedStyles("ThemedPreloader", {
|
|
8121
8142
|
root: {
|
|
8122
8143
|
display: "flex"
|
|
8123
8144
|
},
|
|
@@ -8182,7 +8203,7 @@ function _object_spread_props$Q(target, source) {
|
|
|
8182
8203
|
}
|
|
8183
8204
|
var ThemedPreloader = function(param) {
|
|
8184
8205
|
var _param_type = param.type, type = _param_type === void 0 ? "default" : _param_type, _param_useCurrentColor = param.useCurrentColor, useCurrentColor = _param_useCurrentColor === void 0 ? false : _param_useCurrentColor, data = param.data, testId = param.testId, tweakStyles = param.tweakStyles;
|
|
8185
|
-
var classes = useStyles$
|
|
8206
|
+
var classes = useStyles$P({
|
|
8186
8207
|
theme: tweakStyles
|
|
8187
8208
|
});
|
|
8188
8209
|
var tweakDotsPreloaderStyles = useTweakStyles({
|
|
@@ -8206,7 +8227,7 @@ var ThemedPreloader = function(param) {
|
|
|
8206
8227
|
})
|
|
8207
8228
|
}));
|
|
8208
8229
|
};
|
|
8209
|
-
var useStyles$
|
|
8230
|
+
var useStyles$O = createThemedStyles("Button", {
|
|
8210
8231
|
root: {
|
|
8211
8232
|
display: "flex",
|
|
8212
8233
|
justifyContent: "center",
|
|
@@ -8480,7 +8501,7 @@ var Button = /* @__PURE__ */ forwardRef(function(_param, ref) {
|
|
|
8480
8501
|
"iconPosition",
|
|
8481
8502
|
"preloaderType"
|
|
8482
8503
|
]);
|
|
8483
|
-
var classes = useStyles$
|
|
8504
|
+
var classes = useStyles$O({
|
|
8484
8505
|
theme: tweakStyles
|
|
8485
8506
|
});
|
|
8486
8507
|
var tweakPreloaderStyles = useTweakStyles({
|
|
@@ -8525,7 +8546,7 @@ var Button = /* @__PURE__ */ forwardRef(function(_param, ref) {
|
|
|
8525
8546
|
]
|
|
8526
8547
|
}));
|
|
8527
8548
|
});
|
|
8528
|
-
var useStyles$
|
|
8549
|
+
var useStyles$N = createThemedStyles("Checkbox", {
|
|
8529
8550
|
root: {
|
|
8530
8551
|
cursor: "pointer",
|
|
8531
8552
|
display: "flex",
|
|
@@ -8617,7 +8638,7 @@ function _object_spread_props$O(target, source) {
|
|
|
8617
8638
|
}
|
|
8618
8639
|
function Checkbox(param) {
|
|
8619
8640
|
var value = param.value, children = param.children, size2 = param.size, _param_isChecked = param.isChecked, isChecked = _param_isChecked === void 0 ? false : _param_isChecked, _param_isSemiChecked = param.isSemiChecked, isSemiChecked = _param_isSemiChecked === void 0 ? false : _param_isSemiChecked, _param_isInvalid = param.isInvalid, isInvalid = _param_isInvalid === void 0 ? false : _param_isInvalid, _param_isDisabled = param.isDisabled, isDisabled = _param_isDisabled === void 0 ? false : _param_isDisabled, _param_isReadonly = param.isReadonly, isReadonly = _param_isReadonly === void 0 ? false : _param_isReadonly, _param_labelPosition = param.labelPosition, labelPosition = _param_labelPosition === void 0 ? "right" : _param_labelPosition, data = param.data, testId = param.testId, tweakStyles = param.tweakStyles, onSelect = param.onSelect;
|
|
8620
|
-
var classes = useStyles$
|
|
8641
|
+
var classes = useStyles$N({
|
|
8621
8642
|
theme: tweakStyles
|
|
8622
8643
|
});
|
|
8623
8644
|
var hasAction = !isDisabled && !isReadonly;
|
|
@@ -8656,7 +8677,7 @@ function Checkbox(param) {
|
|
|
8656
8677
|
]
|
|
8657
8678
|
}));
|
|
8658
8679
|
}
|
|
8659
|
-
var useStyles$
|
|
8680
|
+
var useStyles$M = createThemedStyles("CloseButton", {
|
|
8660
8681
|
root: {
|
|
8661
8682
|
width: 40,
|
|
8662
8683
|
height: 40,
|
|
@@ -8736,7 +8757,7 @@ function _object_spread_props$N(target, source) {
|
|
|
8736
8757
|
}
|
|
8737
8758
|
var CloseButton = function(param) {
|
|
8738
8759
|
var tweakStyles = param.tweakStyles, testId = param.testId, data = param.data, _param_icon = param.icon, icon = _param_icon === void 0 ? "close" : _param_icon, onClose = param.onClose;
|
|
8739
|
-
var classes = useStyles$
|
|
8760
|
+
var classes = useStyles$M({
|
|
8740
8761
|
theme: tweakStyles
|
|
8741
8762
|
});
|
|
8742
8763
|
return /* @__PURE__ */ jsx("button", _object_spread_props$N(_object_spread$Z({
|
|
@@ -8749,150 +8770,27 @@ var CloseButton = function(param) {
|
|
|
8749
8770
|
})
|
|
8750
8771
|
}));
|
|
8751
8772
|
};
|
|
8752
|
-
var useStyles$
|
|
8753
|
-
|
|
8754
|
-
|
|
8755
|
-
|
|
8756
|
-
|
|
8757
|
-
|
|
8758
|
-
width: 120,
|
|
8759
|
-
border: "solid 1px #dde3ed",
|
|
8760
|
-
borderRadius: 8,
|
|
8761
|
-
color: "#222a37",
|
|
8762
|
-
fontSize: 14,
|
|
8763
|
-
margin: 6
|
|
8764
|
-
},
|
|
8765
|
-
color: {
|
|
8766
|
-
height: 120,
|
|
8767
|
-
borderTopLeftRadius: 8,
|
|
8768
|
-
borderTopRightRadius: 8
|
|
8769
|
-
},
|
|
8770
|
-
colorName: {
|
|
8771
|
-
marginBottom: 6,
|
|
8772
|
-
padding: 6,
|
|
8773
|
-
overflow: "hidden"
|
|
8773
|
+
var useStyles$L = createThemedStyles("CssBaseline", {
|
|
8774
|
+
"@global html, body": {
|
|
8775
|
+
fontFamily: "Arial, sans-serif",
|
|
8776
|
+
color: colors.FONT_MAIN,
|
|
8777
|
+
padding: 0,
|
|
8778
|
+
margin: 0
|
|
8774
8779
|
},
|
|
8775
|
-
|
|
8776
|
-
marginTop: 6,
|
|
8777
|
-
textTransform: "uppercase",
|
|
8778
|
-
fontWeight: "bold",
|
|
8779
|
-
padding: [
|
|
8780
|
-
0,
|
|
8781
|
-
6,
|
|
8782
|
-
6
|
|
8783
|
-
]
|
|
8784
|
-
}
|
|
8780
|
+
root: {}
|
|
8785
8781
|
});
|
|
8786
|
-
function
|
|
8787
|
-
if (
|
|
8788
|
-
|
|
8789
|
-
|
|
8790
|
-
|
|
8791
|
-
|
|
8792
|
-
|
|
8793
|
-
|
|
8794
|
-
|
|
8795
|
-
|
|
8796
|
-
}
|
|
8797
|
-
|
|
8798
|
-
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
8799
|
-
if (_i == null)
|
|
8800
|
-
return;
|
|
8801
|
-
var _arr = [];
|
|
8802
|
-
var _n = true;
|
|
8803
|
-
var _d = false;
|
|
8804
|
-
var _s, _e;
|
|
8805
|
-
try {
|
|
8806
|
-
for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
|
|
8807
|
-
_arr.push(_s.value);
|
|
8808
|
-
if (i && _arr.length === i)
|
|
8809
|
-
break;
|
|
8810
|
-
}
|
|
8811
|
-
} catch (err) {
|
|
8812
|
-
_d = true;
|
|
8813
|
-
_e = err;
|
|
8814
|
-
} finally {
|
|
8815
|
-
try {
|
|
8816
|
-
if (!_n && _i["return"] != null)
|
|
8817
|
-
_i["return"]();
|
|
8818
|
-
} finally {
|
|
8819
|
-
if (_d)
|
|
8820
|
-
throw _e;
|
|
8821
|
-
}
|
|
8822
|
-
}
|
|
8823
|
-
return _arr;
|
|
8824
|
-
}
|
|
8825
|
-
function _non_iterable_rest$k() {
|
|
8826
|
-
throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
8827
|
-
}
|
|
8828
|
-
function _sliced_to_array$k(arr, i) {
|
|
8829
|
-
return _array_with_holes$k(arr) || _iterable_to_array_limit$k(arr, i) || _unsupported_iterable_to_array$k(arr, i) || _non_iterable_rest$k();
|
|
8830
|
-
}
|
|
8831
|
-
function _unsupported_iterable_to_array$k(o, minLen) {
|
|
8832
|
-
if (!o)
|
|
8833
|
-
return;
|
|
8834
|
-
if (typeof o === "string")
|
|
8835
|
-
return _array_like_to_array$k(o, minLen);
|
|
8836
|
-
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
8837
|
-
if (n === "Object" && o.constructor)
|
|
8838
|
-
n = o.constructor.name;
|
|
8839
|
-
if (n === "Map" || n === "Set")
|
|
8840
|
-
return Array.from(n);
|
|
8841
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
|
|
8842
|
-
return _array_like_to_array$k(o, minLen);
|
|
8843
|
-
}
|
|
8844
|
-
var Colors = function() {
|
|
8845
|
-
var classes = useStyles$M();
|
|
8846
|
-
var theme = useTheme();
|
|
8847
|
-
var _theme_colors = theme.colors, colors2 = _theme_colors === void 0 ? {} : _theme_colors;
|
|
8848
|
-
return /* @__PURE__ */ jsx("div", {
|
|
8849
|
-
className: classes.root,
|
|
8850
|
-
children: Object.entries(colors2).map(function(param) {
|
|
8851
|
-
var _param = _sliced_to_array$k(param, 2), colorName = _param[0], color = _param[1];
|
|
8852
|
-
var name = colorName.split("_").join(" ").toLowerCase();
|
|
8853
|
-
return /* @__PURE__ */ jsxs("div", {
|
|
8854
|
-
className: classes.colorCard,
|
|
8855
|
-
children: [
|
|
8856
|
-
/* @__PURE__ */ jsx("div", {
|
|
8857
|
-
className: classes.color,
|
|
8858
|
-
style: {
|
|
8859
|
-
backgroundColor: color
|
|
8860
|
-
}
|
|
8861
|
-
}),
|
|
8862
|
-
/* @__PURE__ */ jsx("div", {
|
|
8863
|
-
className: classes.colorName,
|
|
8864
|
-
children: "".concat(name[0].toUpperCase()).concat(name.slice(1))
|
|
8865
|
-
}),
|
|
8866
|
-
/* @__PURE__ */ jsx("div", {
|
|
8867
|
-
className: classes.hex,
|
|
8868
|
-
children: color
|
|
8869
|
-
})
|
|
8870
|
-
]
|
|
8871
|
-
}, colorName);
|
|
8872
|
-
})
|
|
8873
|
-
});
|
|
8874
|
-
};
|
|
8875
|
-
var useStyles$L = createThemedStyles("CssBaseline", {
|
|
8876
|
-
"@global html, body": {
|
|
8877
|
-
fontFamily: "Arial, sans-serif",
|
|
8878
|
-
color: colors.FONT_MAIN,
|
|
8879
|
-
padding: 0,
|
|
8880
|
-
margin: 0
|
|
8881
|
-
},
|
|
8882
|
-
root: {}
|
|
8883
|
-
});
|
|
8884
|
-
function _define_property$$(obj, key, value) {
|
|
8885
|
-
if (key in obj) {
|
|
8886
|
-
Object.defineProperty(obj, key, {
|
|
8887
|
-
value,
|
|
8888
|
-
enumerable: true,
|
|
8889
|
-
configurable: true,
|
|
8890
|
-
writable: true
|
|
8891
|
-
});
|
|
8892
|
-
} else {
|
|
8893
|
-
obj[key] = value;
|
|
8894
|
-
}
|
|
8895
|
-
return obj;
|
|
8782
|
+
function _define_property$$(obj, key, value) {
|
|
8783
|
+
if (key in obj) {
|
|
8784
|
+
Object.defineProperty(obj, key, {
|
|
8785
|
+
value,
|
|
8786
|
+
enumerable: true,
|
|
8787
|
+
configurable: true,
|
|
8788
|
+
writable: true
|
|
8789
|
+
});
|
|
8790
|
+
} else {
|
|
8791
|
+
obj[key] = value;
|
|
8792
|
+
}
|
|
8793
|
+
return obj;
|
|
8896
8794
|
}
|
|
8897
8795
|
function _object_spread$Y(target) {
|
|
8898
8796
|
for (var i = 1; i < arguments.length; i++) {
|
|
@@ -9292,7 +9190,7 @@ var ControlWrapper = function(param) {
|
|
|
9292
9190
|
})
|
|
9293
9191
|
})
|
|
9294
9192
|
})),
|
|
9295
|
-
hasIcons && icons.map(function(param2,
|
|
9193
|
+
hasIcons && icons.map(function(param2, index2) {
|
|
9296
9194
|
var key = param2.key, iconComponent = param2.iconComponent, onClick = param2.onClick, _param_shouldResetSize = param2.shouldResetSize, shouldResetSize = _param_shouldResetSize === void 0 ? false : _param_shouldResetSize;
|
|
9297
9195
|
var _obj3;
|
|
9298
9196
|
return /* @__PURE__ */ jsx("div", _object_spread_props$L(_object_spread$W({
|
|
@@ -9302,7 +9200,7 @@ var ControlWrapper = function(param) {
|
|
|
9302
9200
|
className: classes.iconInner,
|
|
9303
9201
|
children: renderIcon(iconComponent)
|
|
9304
9202
|
})
|
|
9305
|
-
}), key !== null && key !== void 0 ? key :
|
|
9203
|
+
}), key !== null && key !== void 0 ? key : index2);
|
|
9306
9204
|
}),
|
|
9307
9205
|
isLoading && /* @__PURE__ */ jsx("div", _object_spread_props$L(_object_spread$W({
|
|
9308
9206
|
className: clsx(classes.icon, classes.loader)
|
|
@@ -9321,6 +9219,17 @@ var ControlWrapper = function(param) {
|
|
|
9321
9219
|
]
|
|
9322
9220
|
}));
|
|
9323
9221
|
};
|
|
9222
|
+
var GROUP_PLACEMENTS = [
|
|
9223
|
+
"left",
|
|
9224
|
+
"right",
|
|
9225
|
+
"middle",
|
|
9226
|
+
"top",
|
|
9227
|
+
"bottom",
|
|
9228
|
+
"top-left",
|
|
9229
|
+
"top-right",
|
|
9230
|
+
"bottom-left",
|
|
9231
|
+
"bottom-right"
|
|
9232
|
+
];
|
|
9324
9233
|
var PADDING_WITH_UNITS = 8;
|
|
9325
9234
|
var useStyles$I = createThemedStyles("Input", {
|
|
9326
9235
|
inputContent: {
|
|
@@ -10657,7 +10566,7 @@ function _object_spread_props$I(target, source) {
|
|
|
10657
10566
|
return target;
|
|
10658
10567
|
}
|
|
10659
10568
|
var SelectListItem = function(param) {
|
|
10660
|
-
var classes = param.classes,
|
|
10569
|
+
var classes = param.classes, index2 = param.index, isSemiChecked = param.isSemiChecked, isDisabled = param.isDisabled, isActive = param.isActive, children = param.children, isFocused = param.isFocused, isMultiSelect = param.isMultiSelect, data = param.data, onOptionSelect = param.onOptionSelect, onToggleCheckbox = param.onToggleCheckbox;
|
|
10661
10570
|
var multiSelectContent = isMultiSelect && /* @__PURE__ */ jsx(Checkbox, {
|
|
10662
10571
|
isChecked: isActive || isSemiChecked,
|
|
10663
10572
|
isSemiChecked,
|
|
@@ -10665,7 +10574,7 @@ var SelectListItem = function(param) {
|
|
|
10665
10574
|
tweakStyles: checkboxStyles$1,
|
|
10666
10575
|
onSelect: function(param2, event) {
|
|
10667
10576
|
var isSelected = param2.isSelected;
|
|
10668
|
-
return onToggleCheckbox(
|
|
10577
|
+
return onToggleCheckbox(index2, isSelected, event);
|
|
10669
10578
|
},
|
|
10670
10579
|
children
|
|
10671
10580
|
});
|
|
@@ -10682,7 +10591,7 @@ var SelectListItem = function(param) {
|
|
|
10682
10591
|
focused: isFocused
|
|
10683
10592
|
}, data))), {
|
|
10684
10593
|
onClick: !isDisabled && !isMultiSelect ? function(event) {
|
|
10685
|
-
return onOptionSelect(
|
|
10594
|
+
return onOptionSelect(index2, event);
|
|
10686
10595
|
} : void 0,
|
|
10687
10596
|
children: isMultiSelect ? multiSelectContent : children
|
|
10688
10597
|
}));
|
|
@@ -10753,8 +10662,8 @@ function SelectList(param) {
|
|
|
10753
10662
|
isOptionDisabled
|
|
10754
10663
|
]);
|
|
10755
10664
|
var listOptions = useMemo(function() {
|
|
10756
|
-
return options.map(function(option,
|
|
10757
|
-
return convertValueToReactNode(option, optionsDisableMap[
|
|
10665
|
+
return options.map(function(option, index2) {
|
|
10666
|
+
return convertValueToReactNode(option, optionsDisableMap[index2]);
|
|
10758
10667
|
});
|
|
10759
10668
|
}, [
|
|
10760
10669
|
options,
|
|
@@ -11384,19 +11293,6 @@ function Select(props) {
|
|
|
11384
11293
|
var handleOnClick = function() {
|
|
11385
11294
|
handleListOpen();
|
|
11386
11295
|
};
|
|
11387
|
-
var handleBlur = function(event) {
|
|
11388
|
-
if (isListOpen && !isOpen) {
|
|
11389
|
-
handleListClose(event);
|
|
11390
|
-
return;
|
|
11391
|
-
}
|
|
11392
|
-
if (!isNotEmpty(event.relatedTarget) || !isNotEmpty(list.current) || !isNotEmpty(inputWrapper.current)) {
|
|
11393
|
-
return;
|
|
11394
|
-
}
|
|
11395
|
-
var isActionInsideSelect = hasExactParent(event.relatedTarget, list.current) || hasExactParent(event.relatedTarget, inputWrapper.current);
|
|
11396
|
-
if (!isActionInsideSelect) {
|
|
11397
|
-
handleListClose(event);
|
|
11398
|
-
}
|
|
11399
|
-
};
|
|
11400
11296
|
var handleChange = useCallback(function(newValue, event) {
|
|
11401
11297
|
if (!compareValuesOnChange(value, newValue)) {
|
|
11402
11298
|
onChange(newValue, event);
|
|
@@ -11406,9 +11302,9 @@ function Select(props) {
|
|
|
11406
11302
|
compareValuesOnChange,
|
|
11407
11303
|
onChange
|
|
11408
11304
|
]);
|
|
11409
|
-
var handleOptionSelect = useCallback(function(
|
|
11305
|
+
var handleOptionSelect = useCallback(function(index2, event) {
|
|
11410
11306
|
var _input_current2;
|
|
11411
|
-
handleChange(
|
|
11307
|
+
handleChange(index2 === DEFAULT_OPTION_INDEX ? void 0 : filteredOptions[index2], event);
|
|
11412
11308
|
handleListClose(event);
|
|
11413
11309
|
(_input_current2 = input.current) === null || _input_current2 === void 0 ? void 0 : _input_current2.blur();
|
|
11414
11310
|
}, [
|
|
@@ -11416,19 +11312,19 @@ function Select(props) {
|
|
|
11416
11312
|
handleListClose,
|
|
11417
11313
|
filteredOptions
|
|
11418
11314
|
]);
|
|
11419
|
-
var handleToggleOptionCheckbox = useCallback(function(
|
|
11315
|
+
var handleToggleOptionCheckbox = useCallback(function(index2, isSelected, event) {
|
|
11420
11316
|
if (!isMultiSelect) {
|
|
11421
11317
|
return;
|
|
11422
11318
|
}
|
|
11423
|
-
if (
|
|
11319
|
+
if (index2 === DEFAULT_OPTION_INDEX || index2 === ALL_OPTION_INDEX && !isSelected) {
|
|
11424
11320
|
handleChange(void 0, event);
|
|
11425
11321
|
return;
|
|
11426
11322
|
}
|
|
11427
|
-
if (
|
|
11323
|
+
if (index2 === ALL_OPTION_INDEX && isSelected) {
|
|
11428
11324
|
handleChange(availableOptions, event);
|
|
11429
11325
|
return;
|
|
11430
11326
|
}
|
|
11431
|
-
var option = filteredOptions[
|
|
11327
|
+
var option = filteredOptions[index2];
|
|
11432
11328
|
handleChange(isSelected ? (
|
|
11433
11329
|
// Добавляем
|
|
11434
11330
|
_to_consumable_array$7(value !== null && value !== void 0 ? value : []).concat([
|
|
@@ -11512,8 +11408,8 @@ function Select(props) {
|
|
|
11512
11408
|
return;
|
|
11513
11409
|
}
|
|
11514
11410
|
event.stopPropagation();
|
|
11515
|
-
var curIndexInNavigation = optionsIndexesForNavigation.findIndex(function(
|
|
11516
|
-
return
|
|
11411
|
+
var curIndexInNavigation = optionsIndexesForNavigation.findIndex(function(index2) {
|
|
11412
|
+
return index2 === focusedListCellIndex;
|
|
11517
11413
|
});
|
|
11518
11414
|
switch (event.code) {
|
|
11519
11415
|
case "Enter":
|
|
@@ -11577,6 +11473,19 @@ function Select(props) {
|
|
|
11577
11473
|
hasSearchInputInList) && // Последняя проверка на случай, если мы че то ищем в опциях
|
|
11578
11474
|
(optionsMode === "normal" || hasEnoughSymbolsToSearch)
|
|
11579
11475
|
);
|
|
11476
|
+
var handleBlur = function(event) {
|
|
11477
|
+
if (isListOpen && !isOpen) {
|
|
11478
|
+
handleListClose(event);
|
|
11479
|
+
return;
|
|
11480
|
+
}
|
|
11481
|
+
if (!isNotEmpty(event.relatedTarget) || !isNotEmpty(list.current) || !isNotEmpty(inputWrapper.current)) {
|
|
11482
|
+
return;
|
|
11483
|
+
}
|
|
11484
|
+
var isActionInsideSelect = hasExactParent(event.relatedTarget, list.current) || hasExactParent(event.relatedTarget, inputWrapper.current);
|
|
11485
|
+
if (!isActionInsideSelect) {
|
|
11486
|
+
handleListClose(event);
|
|
11487
|
+
}
|
|
11488
|
+
};
|
|
11580
11489
|
var _ref1 = dropdownOptions !== null && dropdownOptions !== void 0 ? dropdownOptions : {}, _ref_shouldUsePopper = _ref1.shouldUsePopper, shouldUsePopper = _ref_shouldUsePopper === void 0 ? false : _ref_shouldUsePopper, _ref_shouldRenderInBody = _ref1.shouldRenderInBody, shouldRenderInBody = _ref_shouldRenderInBody === void 0 ? false : _ref_shouldRenderInBody, _ref_shouldHideOnScroll = _ref1.shouldHideOnScroll, shouldHideOnScroll = _ref_shouldHideOnScroll === void 0 ? false : _ref_shouldHideOnScroll;
|
|
11581
11490
|
var _input_current_parentElement;
|
|
11582
11491
|
var popperData = useDropdown({
|
|
@@ -11591,8 +11500,8 @@ function Select(props) {
|
|
|
11591
11500
|
]
|
|
11592
11501
|
});
|
|
11593
11502
|
useEffect(function() {
|
|
11594
|
-
var focusedCellIndex = isNotEmpty(strValue) ? optionsIndexesForNavigation.find(function(
|
|
11595
|
-
var option = filteredOptions[
|
|
11503
|
+
var focusedCellIndex = isNotEmpty(strValue) ? optionsIndexesForNavigation.find(function(index2) {
|
|
11504
|
+
var option = filteredOptions[index2];
|
|
11596
11505
|
return isNotEmpty(option) && convertToId(option) === convertToId(strValue);
|
|
11597
11506
|
}) : void 0;
|
|
11598
11507
|
setFocusedListCellIndex(focusedCellIndex !== null && focusedCellIndex !== void 0 ? focusedCellIndex : optionsIndexesForNavigation[0]);
|
|
@@ -11874,8 +11783,8 @@ function buildLocalizeFn(args) {
|
|
|
11874
11783
|
const width = (options == null ? void 0 : options.width) ? String(options.width) : args.defaultWidth;
|
|
11875
11784
|
valuesArray = args.values[width] || args.values[defaultWidth];
|
|
11876
11785
|
}
|
|
11877
|
-
const
|
|
11878
|
-
return valuesArray[
|
|
11786
|
+
const index2 = args.argumentCallback ? args.argumentCallback(value) : value;
|
|
11787
|
+
return valuesArray[index2];
|
|
11879
11788
|
};
|
|
11880
11789
|
}
|
|
11881
11790
|
function buildMatchFn(args) {
|
|
@@ -12323,7 +12232,7 @@ const match$1 = {
|
|
|
12323
12232
|
defaultMatchWidth: "wide",
|
|
12324
12233
|
parsePatterns: parseQuarterPatterns$1,
|
|
12325
12234
|
defaultParseWidth: "any",
|
|
12326
|
-
valueCallback: (
|
|
12235
|
+
valueCallback: (index2) => index2 + 1
|
|
12327
12236
|
}),
|
|
12328
12237
|
month: buildMatchFn({
|
|
12329
12238
|
matchPatterns: matchMonthPatterns$1,
|
|
@@ -13000,7 +12909,7 @@ const match = {
|
|
|
13000
12909
|
defaultMatchWidth: "wide",
|
|
13001
12910
|
parsePatterns: parseQuarterPatterns,
|
|
13002
12911
|
defaultParseWidth: "any",
|
|
13003
|
-
valueCallback: (
|
|
12912
|
+
valueCallback: (index2) => index2 + 1
|
|
13004
12913
|
}),
|
|
13005
12914
|
month: buildMatchFn({
|
|
13006
12915
|
matchPatterns: matchMonthPatterns,
|
|
@@ -16433,12 +16342,12 @@ function MultiSelectList(param) {
|
|
|
16433
16342
|
className: classes.label,
|
|
16434
16343
|
children: translates.all
|
|
16435
16344
|
}),
|
|
16436
|
-
mainOptionsList.map(function(val,
|
|
16345
|
+
mainOptionsList.map(function(val, index2) {
|
|
16437
16346
|
var id = getValueId(val);
|
|
16438
16347
|
var view = getValueView(val);
|
|
16439
16348
|
return /* @__PURE__ */ jsx("div", {
|
|
16440
16349
|
className: clsx(classes.item),
|
|
16441
|
-
ref: mainOptionsList.length - 1 ===
|
|
16350
|
+
ref: mainOptionsList.length - 1 === index2 ? initIntersectionObserver : void 0,
|
|
16442
16351
|
children: /* @__PURE__ */ jsx(Checkbox, {
|
|
16443
16352
|
onSelect,
|
|
16444
16353
|
isChecked: getIsValueChosen(id),
|
|
@@ -17269,7 +17178,7 @@ function FilterSelect(param) {
|
|
|
17269
17178
|
})
|
|
17270
17179
|
]
|
|
17271
17180
|
}),
|
|
17272
|
-
allOptions.map(function(item,
|
|
17181
|
+
allOptions.map(function(item, index2) {
|
|
17273
17182
|
var isActive = isNotEmpty(value) && getValueId(value) === getValueId(item);
|
|
17274
17183
|
if (isGroupingEnabled && isActive) {
|
|
17275
17184
|
return null;
|
|
@@ -17278,7 +17187,7 @@ function FilterSelect(param) {
|
|
|
17278
17187
|
var view = getValueView(item);
|
|
17279
17188
|
var renderedItem = /* @__PURE__ */ jsxs("div", {
|
|
17280
17189
|
className: classes.item,
|
|
17281
|
-
ref: allOptions.length - 1 ===
|
|
17190
|
+
ref: allOptions.length - 1 === index2 && fetchOptions !== void 0 ? initIntersectionObserver : void 0,
|
|
17282
17191
|
onClick: function() {
|
|
17283
17192
|
return handleChange(item);
|
|
17284
17193
|
},
|
|
@@ -18993,9 +18902,9 @@ function FiltersPane(param) {
|
|
|
18993
18902
|
isDisabled: (_search_isDisabled = search2.isDisabled) !== null && _search_isDisabled !== void 0 ? _search_isDisabled : isDisabled,
|
|
18994
18903
|
testId: getTestId(testId, "search")
|
|
18995
18904
|
})),
|
|
18996
|
-
filtersKeys.map(function(key,
|
|
18905
|
+
filtersKeys.map(function(key, index2) {
|
|
18997
18906
|
var _filter_requiredFilledFilters;
|
|
18998
|
-
var isLast =
|
|
18907
|
+
var isLast = index2 === filtersKeys.length - 1;
|
|
18999
18908
|
var filterKey = String(key);
|
|
19000
18909
|
var currentValue = values[filterKey];
|
|
19001
18910
|
var filter2 = filtersConfig[filterKey];
|
|
@@ -19221,7 +19130,7 @@ var AD = function AD2(_ref2) {
|
|
|
19221
19130
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
19222
19131
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19223
19132
|
viewBox: "0 0 513 342"
|
|
19224
|
-
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("
|
|
19133
|
+
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
19225
19134
|
fill: "#FFDA44",
|
|
19226
19135
|
d: "M0 0h513v342H0z"
|
|
19227
19136
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
@@ -19387,7 +19296,6 @@ var AO = function AO2(_ref9) {
|
|
|
19387
19296
|
d: "M0 171h513v171H0z"
|
|
19388
19297
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19389
19298
|
fill: "#D80027",
|
|
19390
|
-
className: "prefix__st0",
|
|
19391
19299
|
d: "M0 0h513v171H0z"
|
|
19392
19300
|
}), /* @__PURE__ */ React.createElement("g", {
|
|
19393
19301
|
fill: "#FFDA44"
|
|
@@ -19445,7 +19353,7 @@ var AS = function AS2(_ref12) {
|
|
|
19445
19353
|
d: "M0 0h513v342H0z"
|
|
19446
19354
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19447
19355
|
fill: "#D80027",
|
|
19448
|
-
d: "M513 33 95.3 171 513 310.
|
|
19356
|
+
d: "M513 33 95.3 171 513 310.76V342L0 171 513 0z"
|
|
19449
19357
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19450
19358
|
fill: "#FFF",
|
|
19451
19359
|
d: "M513 287.18v24.58L81.72 171 513 30v24.16"
|
|
@@ -19664,29 +19572,29 @@ var BG = function BG2(_ref23) {
|
|
|
19664
19572
|
var title = _ref23.title, rest = _objectWithoutProperties(_ref23, _excluded23);
|
|
19665
19573
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
19666
19574
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19667
|
-
viewBox: "0
|
|
19575
|
+
viewBox: "0 0 513 342"
|
|
19668
19576
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
19669
19577
|
fill: "#00966e",
|
|
19670
|
-
d: "M0
|
|
19578
|
+
d: "M0 0h513v342H0z"
|
|
19671
19579
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19672
19580
|
fill: "#FFF",
|
|
19673
|
-
d: "M0
|
|
19581
|
+
d: "M0 0h513v114H0z"
|
|
19674
19582
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19675
19583
|
fill: "#d62612",
|
|
19676
|
-
d: "M0
|
|
19584
|
+
d: "M0 228h513v114H0z"
|
|
19677
19585
|
}));
|
|
19678
19586
|
};
|
|
19679
19587
|
var BH = function BH2(_ref24) {
|
|
19680
19588
|
var title = _ref24.title, rest = _objectWithoutProperties(_ref24, _excluded24);
|
|
19681
19589
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
19682
19590
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19683
|
-
viewBox: "0 0
|
|
19591
|
+
viewBox: "0 0 513 342"
|
|
19684
19592
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
19685
19593
|
fill: "#D80027",
|
|
19686
|
-
d: "M0
|
|
19594
|
+
d: "M0 0h513v342H0z"
|
|
19687
19595
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19688
19596
|
fill: "#FFF",
|
|
19689
|
-
d: "m222.8 34.3-85.2 34.2 85.2 34.1-85.2 34.1 85.2 34.1-85.2 34.1 85.2 34.1-85.2 34.1 85.2 34.1-85.2 34.
|
|
19597
|
+
d: "m222.8 34.3-85.2 34.2 85.2 34.1-85.2 34.1 85.2 34.1-85.2 34.1 85.2 34.1-85.2 34.1 85.2 34.1-85.2 34.8H0V0h137.6z"
|
|
19690
19598
|
}));
|
|
19691
19599
|
};
|
|
19692
19600
|
var BI = function BI2(_ref25) {
|
|
@@ -19702,7 +19610,7 @@ var BI = function BI2(_ref25) {
|
|
|
19702
19610
|
fill: "#47a644"
|
|
19703
19611
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19704
19612
|
fill: "#0052B4",
|
|
19705
|
-
d: "
|
|
19613
|
+
d: "M513 26.8 296.1 170.7 513 314.6V342h-41.1L256 197.4 40.1 342H0v-27.4l215.9-143.9L0 26.8V0h40.1L256 143.9 471.9 0H513z"
|
|
19706
19614
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19707
19615
|
fill: "#FFF",
|
|
19708
19616
|
d: "M513 26.8 297.1 170.7 513 314.6V342h-40L256 197.4 39 342H0v-27.4l215.9-143.9L0 26.8V0h40.1L256 143.9 471.9 0H513z"
|
|
@@ -19738,10 +19646,10 @@ var BL = function BL2(_ref27) {
|
|
|
19738
19646
|
var title = _ref27.title, rest = _objectWithoutProperties(_ref27, _excluded27);
|
|
19739
19647
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
19740
19648
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19741
|
-
viewBox: "0 0
|
|
19649
|
+
viewBox: "0 0 513 342"
|
|
19742
19650
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
19743
19651
|
fill: "#FFF",
|
|
19744
|
-
d: "M0
|
|
19652
|
+
d: "M0 0h513v342H0z"
|
|
19745
19653
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19746
19654
|
fill: "#E6BC00",
|
|
19747
19655
|
d: "M157.31 199.76s-9.04 43.93-19.31 40.39c-10.62-3.54-17.53-18.76-17.53-18.76l-14.52 21.24s38.18 8.48 41.01 5.47c1.22-1.14 8.21-15.1 10.34-26.05v-22.29zm-56.13 60.57s-2.48 20.18-1.06 22.66c1.24 2.3 39.48 11.33 39.48 11.33s-24.96 16.46-29.74 20.54L91.8 284.94l-.71-24.61h10.09zm11.33-165.69s39.65 41.6 40.36 45.5c.71 3.72-4.25 3.19-4.25 3.19s-44.79-37.53-49.92-41.07c-5.31-3.55 13.81-7.62 13.81-7.62z"
|
|
@@ -19830,15 +19738,15 @@ var BN = function BN2(_ref29) {
|
|
|
19830
19738
|
var title = _ref29.title, rest = _objectWithoutProperties(_ref29, _excluded29);
|
|
19831
19739
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
19832
19740
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19833
|
-
viewBox: "0 0
|
|
19741
|
+
viewBox: "0 0 513 342"
|
|
19834
19742
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
19835
19743
|
fill: "#FFDA44",
|
|
19836
|
-
d: "M0
|
|
19744
|
+
d: "M0 0h513v342H0z"
|
|
19837
19745
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19838
|
-
d: "m0 193.74
|
|
19746
|
+
d: "m0 193.74 513 127.19V214.26L0 97.08z"
|
|
19839
19747
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19840
19748
|
fill: "#FFF",
|
|
19841
|
-
d: "
|
|
19749
|
+
d: "M513 234.26v-86.67L0 20.41v86.67"
|
|
19842
19750
|
}), /* @__PURE__ */ React.createElement("g", {
|
|
19843
19751
|
fill: "#D80027",
|
|
19844
19752
|
stroke: "#231F20",
|
|
@@ -19870,13 +19778,13 @@ var BQ = function BQ2(_ref31) {
|
|
|
19870
19778
|
var title = _ref31.title, rest = _objectWithoutProperties(_ref31, _excluded31);
|
|
19871
19779
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
19872
19780
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19873
|
-
viewBox: "0 0
|
|
19781
|
+
viewBox: "0 0 513 342"
|
|
19874
19782
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
19875
19783
|
fill: "#FFF",
|
|
19876
|
-
d: "M0
|
|
19784
|
+
d: "M0 0h513v342H0z"
|
|
19877
19785
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19878
19786
|
fill: "#012a87",
|
|
19879
|
-
d: "M0
|
|
19787
|
+
d: "M0 342h513V0z"
|
|
19880
19788
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19881
19789
|
fill: "#f9d90f",
|
|
19882
19790
|
d: "M250.4 0H0v166.9z"
|
|
@@ -19918,28 +19826,28 @@ var BS = function BS2(_ref33) {
|
|
|
19918
19826
|
var title = _ref33.title, rest = _objectWithoutProperties(_ref33, _excluded33);
|
|
19919
19827
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
19920
19828
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19921
|
-
viewBox: "0
|
|
19829
|
+
viewBox: "0 0 513 342"
|
|
19922
19830
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
19923
19831
|
fill: "#ffc72c",
|
|
19924
|
-
d: "M0
|
|
19832
|
+
d: "M0 0h513v342H0z"
|
|
19925
19833
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19926
|
-
d: "M0
|
|
19834
|
+
d: "M0 0h513v114H0zm0 228h513v114H0z",
|
|
19927
19835
|
fill: "#00778b"
|
|
19928
19836
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19929
|
-
d: "M256
|
|
19837
|
+
d: "M256 171 0 342V0z"
|
|
19930
19838
|
}));
|
|
19931
19839
|
};
|
|
19932
19840
|
var BT = function BT2(_ref34) {
|
|
19933
19841
|
var title = _ref34.title, rest = _objectWithoutProperties(_ref34, _excluded34);
|
|
19934
19842
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
19935
19843
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19936
|
-
viewBox: "0 0
|
|
19844
|
+
viewBox: "0 0 513 342"
|
|
19937
19845
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
19938
19846
|
fill: "#FF7415",
|
|
19939
|
-
d: "M0
|
|
19847
|
+
d: "M0 0h513v342H0z"
|
|
19940
19848
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19941
19849
|
fill: "#FFDA44",
|
|
19942
|
-
d: "
|
|
19850
|
+
d: "M513 0H0v342"
|
|
19943
19851
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19944
19852
|
fill: "none",
|
|
19945
19853
|
stroke: "#FFF",
|
|
@@ -20013,10 +19921,10 @@ var BZ = function BZ2(_ref38) {
|
|
|
20013
19921
|
var title = _ref38.title, rest = _objectWithoutProperties(_ref38, _excluded38);
|
|
20014
19922
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20015
19923
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20016
|
-
viewBox: "0 0
|
|
19924
|
+
viewBox: "0 0 513 342"
|
|
20017
19925
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20018
19926
|
fill: "#003e87",
|
|
20019
|
-
d: "M0
|
|
19927
|
+
d: "M0 0h513v342H0z"
|
|
20020
19928
|
}), /* @__PURE__ */ React.createElement("circle", {
|
|
20021
19929
|
fill: "#FFF",
|
|
20022
19930
|
cx: 260.9,
|
|
@@ -20039,7 +19947,7 @@ var BZ = function BZ2(_ref38) {
|
|
|
20039
19947
|
fill: "#FFDA44",
|
|
20040
19948
|
d: "M211.3 128.1h101.3v46.7H211.3z"
|
|
20041
19949
|
})), /* @__PURE__ */ React.createElement("path", {
|
|
20042
|
-
d: "M0
|
|
19950
|
+
d: "M0 0h513v35H0zm0 306h513v35H0z",
|
|
20043
19951
|
fill: "#ce1127"
|
|
20044
19952
|
}));
|
|
20045
19953
|
};
|
|
@@ -20060,10 +19968,10 @@ var CC = function CC2(_ref40) {
|
|
|
20060
19968
|
var title = _ref40.title, rest = _objectWithoutProperties(_ref40, _excluded40);
|
|
20061
19969
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20062
19970
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20063
|
-
viewBox: "0 0
|
|
19971
|
+
viewBox: "0 0 513 342"
|
|
20064
19972
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20065
19973
|
fill: "green",
|
|
20066
|
-
d: "M0
|
|
19974
|
+
d: "M0 0h513v342H0z"
|
|
20067
19975
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20068
19976
|
d: "m422.7 252.4 6.2 12.8 13.8-3.2-6.2 12.8 11.2 8.8-13.9 3.2V301l-11.1-8.9-11.1 8.9v-14.2l-13.8-3.2 11.1-8.8-6.2-12.8 13.9 3.2zm-46.6-136.3 6.2 12.9 13.8-3.2-6.2 12.8 11.2 8.8-13.9 3.1v14.3l-11.1-8.9-11.1 8.9.1-14.3-13.9-3.1 11.1-8.8-6.2-12.8L370 129zm37-77.8 6.2 12.8 13.8-3.2-6.2 12.8 11.2 8.9-13.9 3.1v14.2L413.1 78 402 86.9l.1-14.2-13.9-3.1 11.1-8.9-6.2-12.8 13.9 3.2zm51.8 58.4 6.2 12.8 13.9-3.2-6.3 12.8 11.2 8.9-13.9 3.1.1 14.2-11.2-8.9-11.1 8.9.1-14.2L440 128l11.2-8.9-6.3-12.8 13.9 3.2zm-28 68.1 4.9 14.8h15.6l-12.6 9.2 4.8 14.9-12.7-9.2-12.6 9.2 4.8-14.9-12.6-9.2h15.6zM306.8 254.7c-49.2 0-89.1-39.9-89.1-89.1s39.9-89.1 89.1-89.1c15.3 0 29.8 3.9 42.4 10.7C329.4 67.9 302.3 56 272.5 56c-60.5 0-109.6 49.1-109.6 109.6S212 275.3 272.5 275.3c29.8 0 56.9-11.9 76.6-31.3-12.6 6.8-27 10.7-42.3 10.7zM140.4 59.5C129.7 41 109.7 28.6 86.8 28.6S44 41 33.3 59.5h107.1zm.2.4-53.8 53.8-53.7-53.8C28 68.9 25 79.3 25 90.5c0 34.2 27.7 61.9 61.9 61.9s61.9-27.7 61.9-61.9c-.1-11.2-3.1-21.6-8.2-30.6z",
|
|
20069
19977
|
fill: "#FFDA44"
|
|
@@ -20076,16 +19984,16 @@ var CD = function CD2(_ref41) {
|
|
|
20076
19984
|
var title = _ref41.title, rest = _objectWithoutProperties(_ref41, _excluded41);
|
|
20077
19985
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20078
19986
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20079
|
-
viewBox: "0 0
|
|
19987
|
+
viewBox: "0 0 513 342"
|
|
20080
19988
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20081
19989
|
fill: "#338AF3",
|
|
20082
|
-
d: "M0
|
|
19990
|
+
d: "M0 0h513v342H0z"
|
|
20083
19991
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20084
19992
|
fill: "#FFDA44",
|
|
20085
|
-
d: "
|
|
19993
|
+
d: "M513 66.9V0H411.7L0 274.4V342h100.3z"
|
|
20086
19994
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20087
19995
|
fill: "#D80027",
|
|
20088
|
-
d: "
|
|
19996
|
+
d: "M513 0v40.1L60.2 342H0v-40.8L451.8 0z"
|
|
20089
19997
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20090
19998
|
fill: "#FFDA44",
|
|
20091
19999
|
d: "m93.6 31.2 16.3 50.4H163l-42.9 31.2 16.4 50.5-42.9-31.2-43 31.2L67 112.8 24.1 81.6h53.1z"
|
|
@@ -20095,21 +20003,21 @@ var CF = function CF2(_ref42) {
|
|
|
20095
20003
|
var title = _ref42.title, rest = _objectWithoutProperties(_ref42, _excluded42);
|
|
20096
20004
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20097
20005
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20098
|
-
viewBox: "0 0
|
|
20006
|
+
viewBox: "0 0 513 342"
|
|
20099
20007
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20100
20008
|
fill: "#d21034",
|
|
20101
|
-
d: "M0
|
|
20009
|
+
d: "M0 0h513v342H0z"
|
|
20102
20010
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20103
|
-
d: "M0
|
|
20011
|
+
d: "M0 171h211.5v85.3H0zm300.5 0H512v85.3H300.5z",
|
|
20104
20012
|
fill: "#3a9927"
|
|
20105
20013
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20106
20014
|
fill: "#003082",
|
|
20107
|
-
d: "M0 0v85.3h211.5V0h89v85.
|
|
20015
|
+
d: "M0 0v85.3h211.5V0h89v85.3H513V0z"
|
|
20108
20016
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20109
20017
|
d: "M300.5 85.3H512v85.3H300.5zM0 85.3h211.5v85.3H0z",
|
|
20110
20018
|
fill: "#FFF"
|
|
20111
20019
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20112
|
-
d: "M300.5
|
|
20020
|
+
d: "M300.5 342h-89v-86H0v86h513v-86H300.5zM105.7 8.6l8.6 26.2h27.5L119.5 51l8.6 26.2L105.7 61 83.4 77.2 91.9 51 69.6 34.8h27.6z",
|
|
20113
20021
|
fill: "#ffce00"
|
|
20114
20022
|
}));
|
|
20115
20023
|
};
|
|
@@ -20146,16 +20054,16 @@ var CI = function CI2(_ref45) {
|
|
|
20146
20054
|
var title = _ref45.title, rest = _objectWithoutProperties(_ref45, _excluded45);
|
|
20147
20055
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20148
20056
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20149
|
-
viewBox: "0
|
|
20057
|
+
viewBox: "0 0 513 342"
|
|
20150
20058
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20151
20059
|
fill: "#FFF",
|
|
20152
|
-
d: "M0
|
|
20060
|
+
d: "M0 0h513v342H0z"
|
|
20153
20061
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20154
20062
|
fill: "#009e60",
|
|
20155
|
-
d: "
|
|
20063
|
+
d: "M342 0h171v342H342z"
|
|
20156
20064
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20157
20065
|
fill: "#f77f00",
|
|
20158
|
-
d: "M0
|
|
20066
|
+
d: "M0 0h171v342H0z"
|
|
20159
20067
|
}));
|
|
20160
20068
|
};
|
|
20161
20069
|
var CK = function CK2(_ref46) {
|
|
@@ -20229,51 +20137,51 @@ var CO = function CO2(_ref50) {
|
|
|
20229
20137
|
var title = _ref50.title, rest = _objectWithoutProperties(_ref50, _excluded50);
|
|
20230
20138
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20231
20139
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20232
|
-
viewBox: "0
|
|
20140
|
+
viewBox: "0 0 513 342"
|
|
20233
20141
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20234
20142
|
fill: "#FFDA44",
|
|
20235
|
-
d: "M0
|
|
20143
|
+
d: "M0 0h513v342H0z"
|
|
20236
20144
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20237
20145
|
fill: "#D80027",
|
|
20238
|
-
d: "M0
|
|
20146
|
+
d: "M0 256.5h513V342H0z"
|
|
20239
20147
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20240
20148
|
fill: "#0052B4",
|
|
20241
|
-
d: "M0
|
|
20149
|
+
d: "M0 171h513v85.5H0z"
|
|
20242
20150
|
}));
|
|
20243
20151
|
};
|
|
20244
20152
|
var CR = function CR2(_ref51) {
|
|
20245
20153
|
var title = _ref51.title, rest = _objectWithoutProperties(_ref51, _excluded51);
|
|
20246
20154
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20247
20155
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20248
|
-
viewBox: "0
|
|
20156
|
+
viewBox: "0 0 513 342"
|
|
20249
20157
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20250
20158
|
fill: "#FFF",
|
|
20251
|
-
d: "M0
|
|
20159
|
+
d: "M0 0h513v342H0z"
|
|
20252
20160
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20253
20161
|
fill: "#D80027",
|
|
20254
|
-
d: "M0
|
|
20162
|
+
d: "M0 114h513v114H0z"
|
|
20255
20163
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20256
|
-
|
|
20257
|
-
|
|
20164
|
+
fill: "#0052B4",
|
|
20165
|
+
d: "M0 285h513v57H0zM0 0h513v57H0z"
|
|
20258
20166
|
}));
|
|
20259
20167
|
};
|
|
20260
20168
|
var CU = function CU2(_ref52) {
|
|
20261
20169
|
var title = _ref52.title, rest = _objectWithoutProperties(_ref52, _excluded52);
|
|
20262
20170
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20263
20171
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20264
|
-
viewBox: "0 0
|
|
20172
|
+
viewBox: "0 0 513 342"
|
|
20265
20173
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20266
20174
|
fill: "#FF9811",
|
|
20267
20175
|
d: "M0-40.8v422.9-211.4z"
|
|
20268
20176
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20269
20177
|
fill: "#FFF",
|
|
20270
|
-
d: "M0
|
|
20178
|
+
d: "M0 0h513v342H0z"
|
|
20271
20179
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20272
|
-
d: "M0
|
|
20180
|
+
d: "M0 0h513v68.3H0zm0 136.5h513v68.3H0zm0 136.6h513v68.3H0z",
|
|
20273
20181
|
fill: "#0052B4"
|
|
20274
20182
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20275
20183
|
fill: "#D80027",
|
|
20276
|
-
d: "M256 170.7 0
|
|
20184
|
+
d: "M256 170.7 0 342V0z"
|
|
20277
20185
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20278
20186
|
fill: "#FFF",
|
|
20279
20187
|
d: "m86.5 111.4 12.7 39.2h41.3l-33.4 24.2 12.8 39.3-33.4-24.2-33.4 24.2 12.8-39.3-33.4-24.2h41.2z"
|
|
@@ -20319,13 +20227,13 @@ var CX = function CX2(_ref55) {
|
|
|
20319
20227
|
var title = _ref55.title, rest = _objectWithoutProperties(_ref55, _excluded55);
|
|
20320
20228
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20321
20229
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20322
|
-
viewBox: "0 0
|
|
20230
|
+
viewBox: "0 0 513 342"
|
|
20323
20231
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20324
20232
|
fill: "#0021ad",
|
|
20325
|
-
d: "M0
|
|
20233
|
+
d: "M0 0h513v342H0z"
|
|
20326
20234
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20327
20235
|
fill: "#1c8a42",
|
|
20328
|
-
d: "M0
|
|
20236
|
+
d: "M0 0h513v342"
|
|
20329
20237
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20330
20238
|
d: "m77.6 272 5.7 11.9 12.8-3-5.7 11.9 10.3 8.1-12.8 2.9V317l-10.3-8.3-10.2 8.3v-13.2l-12.8-2.9 10.3-8.1-5.8-11.9 12.9 3zm-37.1-98.9 5.7 11.9 12.8-3-5.7 11.8 10.3 8.2-12.9 2.9.1 13.2-10.3-8.3-10.3 8.3.1-13.2-12.9-2.9 10.4-8.2L22 182l12.8 3zm37.1-80.9 5.7 11.8 12.8-2.9-5.7 11.8 10.3 8.2-12.8 2.9v13.1l-10.3-8.2-10.2 8.2V124l-12.8-2.9 10.3-8.2-5.8-11.8L72 104zm46.1 62.9 5.7 11.9 12.8-3-5.7 11.9 10.3 8.1-12.8 2.9v13.2l-10.3-8.2-10.2 8.2v-13.2l-12.8-2.9 10.3-8.1-5.7-11.9 12.8 3zm-32.9 54 4.4 13.7h14.5L98 231.3l4.5 13.7-11.7-8.4-11.7 8.4 4.5-13.7-11.7-8.5h14.4z",
|
|
20331
20239
|
fill: "#FFF"
|
|
@@ -20367,47 +20275,47 @@ var CZ = function CZ2(_ref57) {
|
|
|
20367
20275
|
var title = _ref57.title, rest = _objectWithoutProperties(_ref57, _excluded57);
|
|
20368
20276
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20369
20277
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20370
|
-
viewBox: "0
|
|
20278
|
+
viewBox: "0 0 513 342"
|
|
20371
20279
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20372
20280
|
fill: "#11457e",
|
|
20373
|
-
d: "M0
|
|
20281
|
+
d: "M0 0h513v342H0z"
|
|
20374
20282
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20375
20283
|
fill: "#d7141a",
|
|
20376
|
-
d: "
|
|
20284
|
+
d: "M513 171v171H0l256.5-171z"
|
|
20377
20285
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20378
20286
|
fill: "#FFF",
|
|
20379
|
-
d: "
|
|
20287
|
+
d: "M513 0v171H256.5L0 0z"
|
|
20380
20288
|
}));
|
|
20381
20289
|
};
|
|
20382
20290
|
var DE = function DE2(_ref58) {
|
|
20383
20291
|
var title = _ref58.title, rest = _objectWithoutProperties(_ref58, _excluded58);
|
|
20384
20292
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20385
20293
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20386
|
-
viewBox: "0
|
|
20294
|
+
viewBox: "0 0 513 342"
|
|
20387
20295
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20388
20296
|
fill: "#D80027",
|
|
20389
|
-
d: "M0
|
|
20297
|
+
d: "M0 0h513v342H0z"
|
|
20390
20298
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20391
|
-
d: "M0
|
|
20299
|
+
d: "M0 0h513v114H0z"
|
|
20392
20300
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20393
20301
|
fill: "#FFDA44",
|
|
20394
|
-
d: "M0
|
|
20302
|
+
d: "M0 228h513v114H0z"
|
|
20395
20303
|
}));
|
|
20396
20304
|
};
|
|
20397
20305
|
var DJ = function DJ2(_ref59) {
|
|
20398
20306
|
var title = _ref59.title, rest = _objectWithoutProperties(_ref59, _excluded59);
|
|
20399
20307
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20400
20308
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20401
|
-
viewBox: "0 0
|
|
20309
|
+
viewBox: "0 0 513 342"
|
|
20402
20310
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20403
20311
|
fill: "#12ad2b",
|
|
20404
|
-
d: "M0
|
|
20312
|
+
d: "M0 0h513v342H0z"
|
|
20405
20313
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20406
20314
|
fill: "#6ab2e7",
|
|
20407
|
-
d: "
|
|
20315
|
+
d: "M513 0v166.7L0 170.8V0z"
|
|
20408
20316
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20409
20317
|
fill: "#FFF",
|
|
20410
|
-
d: "M256 170.7 0
|
|
20318
|
+
d: "M256 170.7 0 342V0z"
|
|
20411
20319
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20412
20320
|
fill: "#d7141a",
|
|
20413
20321
|
d: "m89.8 92.5 17 52.4H162l-44.6 32.5 17 52.4-44.6-32.4-44.6 32.4 17-52.4-44.6-32.5h55.2z"
|
|
@@ -20430,26 +20338,26 @@ var DM = function DM2(_ref61) {
|
|
|
20430
20338
|
var title = _ref61.title, rest = _objectWithoutProperties(_ref61, _excluded61);
|
|
20431
20339
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20432
20340
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20433
|
-
viewBox: "0 0
|
|
20341
|
+
viewBox: "0 0 513 342"
|
|
20434
20342
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20435
20343
|
fill: "#496E2D",
|
|
20436
|
-
d: "M0
|
|
20344
|
+
d: "M0 0h513v342H0z"
|
|
20437
20345
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20438
|
-
d: "M0 110.
|
|
20346
|
+
d: "M0 110.7v120h513v-120z"
|
|
20439
20347
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20440
20348
|
fill: "#FFDA44",
|
|
20441
|
-
d: "M0 110.
|
|
20349
|
+
d: "M0 110.7h513v40H0z"
|
|
20442
20350
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20443
20351
|
fill: "#FFF",
|
|
20444
|
-
d: "M0 190.
|
|
20352
|
+
d: "M0 190.7h513v40H0z"
|
|
20445
20353
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20446
|
-
d: "M196
|
|
20354
|
+
d: "M196 0h120v342H196z"
|
|
20447
20355
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20448
20356
|
fill: "#FFDA44",
|
|
20449
|
-
d: "M196
|
|
20357
|
+
d: "M196 0h40v342h-40z"
|
|
20450
20358
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20451
20359
|
fill: "#FFF",
|
|
20452
|
-
d: "M274.7
|
|
20360
|
+
d: "M274.7 0h40v342h-40z"
|
|
20453
20361
|
}), /* @__PURE__ */ React.createElement("circle", {
|
|
20454
20362
|
fill: "#D80027",
|
|
20455
20363
|
cx: 256,
|
|
@@ -20464,22 +20372,22 @@ var DO = function DO2(_ref62) {
|
|
|
20464
20372
|
var title = _ref62.title, rest = _objectWithoutProperties(_ref62, _excluded62);
|
|
20465
20373
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20466
20374
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20467
|
-
viewBox: "0 0
|
|
20375
|
+
viewBox: "0 0 513 342"
|
|
20468
20376
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20469
20377
|
fill: "#FFF",
|
|
20470
|
-
d: "M0
|
|
20378
|
+
d: "M0 0h513v342H0z"
|
|
20471
20379
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20472
20380
|
fill: "#D80027",
|
|
20473
|
-
d: "M0
|
|
20381
|
+
d: "M0 216h211v126H0z"
|
|
20474
20382
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20475
20383
|
fill: "#0052B4",
|
|
20476
|
-
d: "M0
|
|
20384
|
+
d: "M0 0h211v126H0z"
|
|
20477
20385
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20478
20386
|
fill: "#D80027",
|
|
20479
|
-
d: "
|
|
20387
|
+
d: "M302 0h211v126H302z"
|
|
20480
20388
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20481
20389
|
fill: "#0052B4",
|
|
20482
|
-
d: "
|
|
20390
|
+
d: "M302 216h211v126H302z"
|
|
20483
20391
|
}), /* @__PURE__ */ React.createElement("g", {
|
|
20484
20392
|
stroke: "#FFF",
|
|
20485
20393
|
strokeWidth: 5,
|
|
@@ -20502,13 +20410,13 @@ var DZ = function DZ2(_ref63) {
|
|
|
20502
20410
|
var title = _ref63.title, rest = _objectWithoutProperties(_ref63, _excluded63);
|
|
20503
20411
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20504
20412
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20505
|
-
viewBox: "0 0
|
|
20413
|
+
viewBox: "0 0 513 342"
|
|
20506
20414
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20507
20415
|
fill: "#41662E",
|
|
20508
|
-
d: "M0
|
|
20416
|
+
d: "M0 0h513v342H0z"
|
|
20509
20417
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20510
20418
|
fill: "#FFF",
|
|
20511
|
-
d: "M256
|
|
20419
|
+
d: "M256.5 0H513v342H256.5z"
|
|
20512
20420
|
}), /* @__PURE__ */ React.createElement("g", {
|
|
20513
20421
|
fill: "#D80027"
|
|
20514
20422
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
@@ -20521,21 +20429,21 @@ var EC = function EC2(_ref64) {
|
|
|
20521
20429
|
var title = _ref64.title, rest = _objectWithoutProperties(_ref64, _excluded64);
|
|
20522
20430
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20523
20431
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20524
|
-
viewBox: "0 0
|
|
20432
|
+
viewBox: "0 0 513 342"
|
|
20525
20433
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20526
20434
|
fill: "#FFDA44",
|
|
20527
|
-
d: "M0
|
|
20435
|
+
d: "M0 0h513v342H0z"
|
|
20528
20436
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20529
20437
|
fill: "#0052B4",
|
|
20530
|
-
d: "M0 170.
|
|
20438
|
+
d: "M0 170.7h513V256H0z"
|
|
20531
20439
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20532
20440
|
fill: "#D80027",
|
|
20533
|
-
d: "M0
|
|
20441
|
+
d: "M0 256h513v85.3H0z"
|
|
20534
20442
|
}), /* @__PURE__ */ React.createElement("circle", {
|
|
20535
20443
|
fill: "#FFDA44",
|
|
20536
20444
|
cx: 256,
|
|
20537
|
-
cy:
|
|
20538
|
-
r:
|
|
20445
|
+
cy: 171,
|
|
20446
|
+
r: 60
|
|
20539
20447
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20540
20448
|
fill: "#4C1F00",
|
|
20541
20449
|
d: "M369.2 79.9s-27.2-13.8-33.9-16c-6.7-2.2-49.1-13.2-49.1-7 0 10.3-13.5 12-15.5 12s-2-5.3-14.8-5.3-13.7 4.8-15.8 4.8c-2.2 0-14.5-1-14.5-11.5 0-5.2-42.9 4-49.1 7-6.1 3.1-33.9 16-33.9 16s45.8 2.7 53.9 6.2 43.8 16.5 43.8 16.5l-2.8 13.3h37.8l-3.8-13.3s35.1-12.7 43.8-16.5 53.9-6.2 53.9-6.2z"
|
|
@@ -20551,31 +20459,31 @@ var EE = function EE2(_ref65) {
|
|
|
20551
20459
|
var title = _ref65.title, rest = _objectWithoutProperties(_ref65, _excluded65);
|
|
20552
20460
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20553
20461
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20554
|
-
viewBox: "0
|
|
20462
|
+
viewBox: "0 0 513 342"
|
|
20555
20463
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20556
20464
|
fill: "#111",
|
|
20557
|
-
d: "M0
|
|
20465
|
+
d: "M0 0h513v342H0z"
|
|
20558
20466
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20559
20467
|
fill: "#368FD8",
|
|
20560
|
-
d: "M0
|
|
20468
|
+
d: "M0 0h513v114H0z"
|
|
20561
20469
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20562
20470
|
fill: "#FFF",
|
|
20563
|
-
d: "M0
|
|
20471
|
+
d: "M0 228h513v114H0z"
|
|
20564
20472
|
}));
|
|
20565
20473
|
};
|
|
20566
20474
|
var EG = function EG2(_ref66) {
|
|
20567
20475
|
var title = _ref66.title, rest = _objectWithoutProperties(_ref66, _excluded66);
|
|
20568
20476
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20569
20477
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20570
|
-
viewBox: "0 0
|
|
20478
|
+
viewBox: "0 0 513 342"
|
|
20571
20479
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20572
20480
|
fill: "#FFF",
|
|
20573
|
-
d: "M0
|
|
20481
|
+
d: "M0 0h513v342H0z"
|
|
20574
20482
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20575
20483
|
fill: "#D80027",
|
|
20576
|
-
d: "M0
|
|
20484
|
+
d: "M0 0h513v114H0z"
|
|
20577
20485
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20578
|
-
d: "M0
|
|
20486
|
+
d: "M0 228h513v114H0z"
|
|
20579
20487
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20580
20488
|
fill: "#C09300",
|
|
20581
20489
|
d: "M220.3 204.4s0-58.4 4.5-64.7c3.1-4.3 16.8 5.2 22.7 4.5 0 0 4.2-7.5 4.5-12 .3-4.6-1.1-7.6-4.9-6.2 0 0-1.2-2.1.5-3.3 1.6-1.2 5.6.1 5.6.1s-.5-1 1.6-.9c2.9.2 7.2 1.4 7.4 5.6.2 3.1.3 7.7.4 8.7.7 6.8 2.7 8.7 2.7 8.7s18.4-9.2 22-5.2c3.3 3.8 4.5 64.7 4.5 64.7l-18.1-16.8 12.1 29.5s-14.4 2.4-28.9 2.4c-14.5 0-31.1-4.2-31.1-4.2l13.8-28.2-19.3 17.3z"
|
|
@@ -20585,19 +20493,19 @@ var EH = function EH2(_ref67) {
|
|
|
20585
20493
|
var title = _ref67.title, rest = _objectWithoutProperties(_ref67, _excluded67);
|
|
20586
20494
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20587
20495
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20588
|
-
viewBox: "0 0
|
|
20496
|
+
viewBox: "0 0 513 342"
|
|
20589
20497
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20590
20498
|
fill: "#FFF",
|
|
20591
|
-
d: "M0
|
|
20499
|
+
d: "M0 0h513v342H0z"
|
|
20592
20500
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20593
|
-
d: "M0
|
|
20501
|
+
d: "M0 0h513v114H0z"
|
|
20594
20502
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20595
20503
|
fill: "#428823",
|
|
20596
|
-
d: "M0
|
|
20504
|
+
d: "M0 228h513v114H0z"
|
|
20597
20505
|
}), /* @__PURE__ */ React.createElement("g", {
|
|
20598
20506
|
fill: "#D80027"
|
|
20599
20507
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
20600
|
-
d: "M256
|
|
20508
|
+
d: "M256 171 0 342V0zm53.1 0c0-22.9 13.1-42.1 34.6-46.8-3.3-.7-6.7-1.1-10.3-1.1-26.4 0-47.9 21.4-47.9 47.9s21.4 47.9 47.9 47.9c3.5 0 7-.4 10.3-1.1-21.5-5.1-34.6-24.2-34.6-46.8z"
|
|
20601
20509
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20602
20510
|
d: "m365 129.2 10.3 31.7h33.3l-27 19.6 10.3 31.7-26.9-19.6-27 19.6 10.3-31.7-27-19.6h33.4z"
|
|
20603
20511
|
})));
|
|
@@ -20606,16 +20514,16 @@ var ER = function ER2(_ref68) {
|
|
|
20606
20514
|
var title = _ref68.title, rest = _objectWithoutProperties(_ref68, _excluded68);
|
|
20607
20515
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20608
20516
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20609
|
-
viewBox: "0 0
|
|
20517
|
+
viewBox: "0 0 513 342"
|
|
20610
20518
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20611
20519
|
fill: "#338AF3",
|
|
20612
|
-
d: "M0
|
|
20520
|
+
d: "M0 0h513v342H0z"
|
|
20613
20521
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20614
20522
|
fill: "#56AF35",
|
|
20615
|
-
d: "M0
|
|
20523
|
+
d: "M0 0h513v171H0z"
|
|
20616
20524
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20617
20525
|
fill: "#D80027",
|
|
20618
|
-
d: "m0
|
|
20526
|
+
d: "m0 342 513-171L0 0v342z"
|
|
20619
20527
|
}), /* @__PURE__ */ React.createElement("g", {
|
|
20620
20528
|
fill: "#ffc945"
|
|
20621
20529
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
@@ -20722,50 +20630,54 @@ var FI = function FI2(_ref72) {
|
|
|
20722
20630
|
var title = _ref72.title, rest = _objectWithoutProperties(_ref72, _excluded72);
|
|
20723
20631
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20724
20632
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20725
|
-
viewBox: "0 0
|
|
20633
|
+
viewBox: "0 0 513 342"
|
|
20726
20634
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20727
20635
|
fill: "#FFF",
|
|
20728
|
-
d: "M0
|
|
20636
|
+
d: "M0 0h513v342H0z"
|
|
20729
20637
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20730
20638
|
fill: "#2E52B2",
|
|
20731
|
-
d: "
|
|
20639
|
+
d: "M513 129.3V212H203.7v130H121V212H0v-82.7h121V0h82.7v129.3z"
|
|
20732
20640
|
}));
|
|
20733
20641
|
};
|
|
20734
20642
|
var FJ = function FJ2(_ref73) {
|
|
20735
20643
|
var title = _ref73.title, rest = _objectWithoutProperties(_ref73, _excluded73);
|
|
20736
20644
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20737
20645
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20738
|
-
viewBox: "0 0
|
|
20646
|
+
viewBox: "0 0 513 342"
|
|
20739
20647
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20740
|
-
fill: "#
|
|
20741
|
-
d: "M0
|
|
20648
|
+
fill: "#62B5E5",
|
|
20649
|
+
d: "M0 0h513v342H0z"
|
|
20742
20650
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20743
|
-
fill: "#FFF",
|
|
20744
|
-
d: "M256 0v22.6l-46.1 30.7H256v64h-46.1L256 148v22.7h-22.6l-73.4-49v49H96v-49l-73.4 49H0V148l46.1-30.7H0v-64h46.1L0 22.6V0h22.6L96 48.9V0h64v48.9L233.4 0z"
|
|
20745
|
-
}), /* @__PURE__ */ React.createElement("g", {
|
|
20746
|
-
fill: "#D80027"
|
|
20747
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
20748
|
-
d: "M144 0h-32v69.3H0v32h112v69.4h32v-69.4h112v-32H144z"
|
|
20749
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
20750
|
-
d: "M0 0v15.1l57.4 38.2H80zm256 0v15.1l-57.4 38.2H176z"
|
|
20751
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
20752
|
-
d: "M0 0v15.1l57.4 38.2H80zm256 0v15.1l-57.4 38.2H176zM0 170.7v-15.1l57.4-38.3H80zm256 0v-15.1l-57.4-38.3H176z"
|
|
20753
|
-
})), /* @__PURE__ */ React.createElement("path", {
|
|
20754
20651
|
fill: "#F3F3F3",
|
|
20755
20652
|
d: "M307.1 127.1v92c0 61.6 80.5 80.5 80.5 80.5s80.4-19 80.4-80.6v-92l-80.5-23-80.4 23.1z"
|
|
20756
20653
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20757
20654
|
fill: "#D80027",
|
|
20758
20655
|
d: "M468 132.8V98.3H307.1v34.5h69v69h-69v23h69V296c6.9 2.5 11.5 3.5 11.5 3.5s4.6-1.1 11.5-3.5v-71.2h69v-23h-69v-69H468z"
|
|
20759
|
-
})
|
|
20656
|
+
}), /* @__PURE__ */ React.createElement("g", {
|
|
20657
|
+
fill: "#FFF"
|
|
20658
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
20659
|
+
d: "M0 0h256.5v170.6H0V0z"
|
|
20660
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
20661
|
+
d: "m155.9 115 100.6 55.6v-15.8L184.6 115h-28.7zm-55.7-59.3L0 0v15.8l71.8 39.9h28.4z"
|
|
20662
|
+
})), /* @__PURE__ */ React.createElement("path", {
|
|
20663
|
+
d: "m196.9 115 59.6 32.9V115h-59.6zm-41 0 100.6 55.6v-15.8L184.6 115h-28.7zm73.4 55.6-73.5-40.9v40.9h73.5zM45.2 115 0 140.1V115h45.2zm55 7.1v48.6H12.8l87.4-48.6zM59.1 55.7 0 22.8v32.8s59.1 0 59.1.1zm41.1 0L0 0v15.8l71.8 39.9h28.4zM26.7 0l73.5 40.8V0H26.7zm184.2 55.7 45.6-25.1v25.1h-45.6zm-55-7.2V0h87.4l-87.4 48.5z",
|
|
20664
|
+
fill: "#0052B4"
|
|
20665
|
+
}), /* @__PURE__ */ React.createElement("g", {
|
|
20666
|
+
fill: "#D80027"
|
|
20667
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
20668
|
+
d: "M144.3-.2h-32.1v69.5H0v32.1h112.2v69.5h32.1v-69.5h112.2V69.3H144.3V-.2z"
|
|
20669
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
20670
|
+
d: "m155.9 115 100.6 55.6v-15.8L184.6 115h-28.7zm-84.1 0L0 154.9v15.8L100.2 115H71.8zm28.4-59.3L0 0v15.8l71.8 39.9h28.4zm83.9 0 72.4-39.9V0L155.9 55.7h28.2z"
|
|
20671
|
+
})));
|
|
20760
20672
|
};
|
|
20761
20673
|
var FK = function FK2(_ref74) {
|
|
20762
20674
|
var title = _ref74.title, rest = _objectWithoutProperties(_ref74, _excluded74);
|
|
20763
20675
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20764
20676
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20765
|
-
viewBox: "0 0
|
|
20677
|
+
viewBox: "0 0 513 342"
|
|
20766
20678
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20767
20679
|
fill: "#0052B4",
|
|
20768
|
-
d: "M0
|
|
20680
|
+
d: "M0 0h513v342H0z"
|
|
20769
20681
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20770
20682
|
fill: "#FFF",
|
|
20771
20683
|
d: "M256 0v30.6l-45.2 25.1H256V115h-59.1l59.1 32.8v22.9h-26.7l-73.5-40.9v40.9h-55.6v-48.6l-87.5 48.6H0v-30.6L45.2 115H0V55.7h59.1L0 22.8V0h26.7l73.5 40.8V0h55.6v48.6L243.3 0z"
|
|
@@ -20808,10 +20720,10 @@ var FM = function FM2(_ref75) {
|
|
|
20808
20720
|
var title = _ref75.title, rest = _objectWithoutProperties(_ref75, _excluded75);
|
|
20809
20721
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20810
20722
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20811
|
-
viewBox: "0 0
|
|
20723
|
+
viewBox: "0 0 513 342"
|
|
20812
20724
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20813
20725
|
fill: "#338AF3",
|
|
20814
|
-
d: "M0
|
|
20726
|
+
d: "M0 0h513v342H0z"
|
|
20815
20727
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20816
20728
|
d: "m256 37.9 10.1 31.2H299l-26.6 19.3 10.2 31.2-26.6-19.3-26.6 19.3 10.2-31.2L213 69.1h32.9zM123.2 170.7l31.2-10.2v-32.8l19.3 26.6 31.2-10.2-19.3 26.6 19.3 26.5-31.2-10.1-19.3 26.5v-32.8zM256 303.5l-10.1-31.2H213l26.6-19.3-10.2-31.3L256 241l26.6-19.3-10.2 31.3 26.6 19.3h-32.9zm132.8-132.8-31.2 10.1v32.8l-19.3-26.5-31.2 10.1 19.3-26.5-19.3-26.6 31.2 10.2 19.3-26.6v32.8z",
|
|
20817
20729
|
fill: "#FFF"
|
|
@@ -20821,112 +20733,91 @@ var FO = function FO2(_ref76) {
|
|
|
20821
20733
|
var title = _ref76.title, rest = _objectWithoutProperties(_ref76, _excluded76);
|
|
20822
20734
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20823
20735
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20824
|
-
viewBox: "0 0
|
|
20736
|
+
viewBox: "0 0 513 342"
|
|
20825
20737
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20826
20738
|
fill: "#FFF",
|
|
20827
|
-
d: "M0
|
|
20739
|
+
d: "M0 0h513v342H0z"
|
|
20828
20740
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20829
20741
|
fill: "#0F61A5",
|
|
20830
|
-
d: "
|
|
20742
|
+
d: "M513 214.5H206.2V342h-87.8V214.5H0v-87.7h118.4V0h87.8v126.8H513V192z"
|
|
20831
20743
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20832
20744
|
fill: "#E50E3D",
|
|
20833
|
-
d: "
|
|
20745
|
+
d: "M513 149.3V192H183.7v150H141V192H0v-42.7h141V0h42.7v149.3z"
|
|
20834
20746
|
}));
|
|
20835
20747
|
};
|
|
20836
20748
|
var FR = function FR2(_ref77) {
|
|
20837
20749
|
var title = _ref77.title, rest = _objectWithoutProperties(_ref77, _excluded77);
|
|
20838
20750
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20839
20751
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20840
|
-
viewBox: "0
|
|
20752
|
+
viewBox: "0 0 513 342"
|
|
20841
20753
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20842
20754
|
fill: "#FFF",
|
|
20843
|
-
d: "M0
|
|
20755
|
+
d: "M0 0h513v342H0z"
|
|
20844
20756
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20845
|
-
fill: "#
|
|
20846
|
-
d: "M0
|
|
20757
|
+
fill: "#00318A",
|
|
20758
|
+
d: "M0 0h171v342H0z"
|
|
20847
20759
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20848
20760
|
fill: "#D80027",
|
|
20849
|
-
d: "
|
|
20761
|
+
d: "M342 0h171v342H342z"
|
|
20850
20762
|
}));
|
|
20851
20763
|
};
|
|
20852
20764
|
var GA = function GA2(_ref78) {
|
|
20853
20765
|
var title = _ref78.title, rest = _objectWithoutProperties(_ref78, _excluded78);
|
|
20854
20766
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20855
20767
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20856
|
-
viewBox: "0
|
|
20768
|
+
viewBox: "0 0 513 342"
|
|
20857
20769
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20858
20770
|
fill: "#FFDA44",
|
|
20859
|
-
d: "M0
|
|
20771
|
+
d: "M0 0h513v342H0z"
|
|
20860
20772
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20861
20773
|
fill: "#6DA544",
|
|
20862
|
-
d: "M0
|
|
20774
|
+
d: "M0 0h513v114H0z"
|
|
20863
20775
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20864
20776
|
fill: "#0052B4",
|
|
20865
|
-
d: "M0
|
|
20777
|
+
d: "M0 228h513v114H0z"
|
|
20866
20778
|
}));
|
|
20867
20779
|
};
|
|
20868
20780
|
var GB = function GB2(_ref79) {
|
|
20869
20781
|
var title = _ref79.title, rest = _objectWithoutProperties(_ref79, _excluded79);
|
|
20870
20782
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20871
20783
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20872
|
-
viewBox: "0
|
|
20873
|
-
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("
|
|
20874
|
-
fill: "#FFF"
|
|
20875
|
-
|
|
20876
|
-
|
|
20877
|
-
fill: "#D80027",
|
|
20878
|
-
d: "M288 85.33h-64v138.666H0v64h224v138.666h64V287.996h224v-64H288z"
|
|
20879
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
20880
|
-
d: "M393.785 315.358 512 381.034v-65.676zm-82.133 0L512 426.662v-31.474l-143.693-79.83zm146.982 111.304-146.982-81.664v81.664z",
|
|
20881
|
-
fill: "#0052B4"
|
|
20882
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
20883
|
-
fill: "#FFF",
|
|
20884
|
-
d: "M311.652 315.358 512 426.662v-31.474l-143.693-79.83z"
|
|
20885
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
20886
|
-
fill: "#D80027",
|
|
20887
|
-
d: "M311.652 315.358 512 426.662v-31.474l-143.693-79.83z"
|
|
20888
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
20889
|
-
d: "M90.341 315.356 0 365.546v-50.19zm110.007 14.154v97.151H25.491z",
|
|
20890
|
-
fill: "#0052B4"
|
|
20891
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
20892
|
-
fill: "#D80027",
|
|
20893
|
-
d: "M143.693 315.358 0 395.188v31.474l200.348-111.304z"
|
|
20894
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
20895
|
-
d: "M118.215 196.634 0 130.958v65.676zm82.133 0L0 85.33v31.474l143.693 79.83zM53.366 85.33l146.982 81.664V85.33z",
|
|
20896
|
-
fill: "#0052B4"
|
|
20897
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
20898
|
-
fill: "#FFF",
|
|
20899
|
-
d: "M200.348 196.634 0 85.33v31.474l143.693 79.83z"
|
|
20900
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
20901
|
-
fill: "#D80027",
|
|
20902
|
-
d: "M200.348 196.634 0 85.33v31.474l143.693 79.83z"
|
|
20784
|
+
viewBox: "0 0 513 342"
|
|
20785
|
+
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("g", {
|
|
20786
|
+
fill: "#FFF"
|
|
20787
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
20788
|
+
d: "M0 0h513v341.3H0V0z"
|
|
20903
20789
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20904
|
-
d: "
|
|
20790
|
+
d: "M311.7 230 513 341.3v-31.5L369.3 230h-57.6zM200.3 111.3 0 0v31.5l143.7 79.8h56.6z"
|
|
20791
|
+
})), /* @__PURE__ */ React.createElement("path", {
|
|
20792
|
+
d: "M393.8 230 513 295.7V230H393.8zm-82.1 0L513 341.3v-31.5L369.3 230h-57.6zm146.9 111.3-147-81.7v81.7h147zM90.3 230 0 280.2V230h90.3zm110 14.2v97.2H25.5l174.8-97.2zm-82.1-132.9L0 45.6v65.7h118.2zm82.1 0L0 0v31.5l143.7 79.8h56.6zM53.4 0l147 81.7V0h-147zm368.3 111.3L513 61.1v50.2h-91.3zm-110-14.2V0h174.9L311.7 97.1z",
|
|
20905
20793
|
fill: "#0052B4"
|
|
20794
|
+
}), /* @__PURE__ */ React.createElement("g", {
|
|
20795
|
+
fill: "#D80027"
|
|
20796
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
20797
|
+
d: "M288 0h-64v138.7H0v64h224v138.7h64V202.7h224v-64H288V0z"
|
|
20906
20798
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20907
|
-
|
|
20908
|
-
|
|
20909
|
-
}));
|
|
20799
|
+
d: "M311.7 230 513 341.3v-31.5L369.3 230h-57.6zm-168 0L0 309.9v31.5L200.3 230h-56.6zm56.6-118.7L0 0v31.5l143.7 79.8h56.6zm168 0L513 31.5V0L311.7 111.3h56.6z"
|
|
20800
|
+
})));
|
|
20910
20801
|
};
|
|
20911
20802
|
var GD = function GD2(_ref80) {
|
|
20912
20803
|
var title = _ref80.title, rest = _objectWithoutProperties(_ref80, _excluded80);
|
|
20913
20804
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20914
20805
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20915
|
-
viewBox: "0 0
|
|
20806
|
+
viewBox: "0 0 513 342"
|
|
20916
20807
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20917
20808
|
fill: "#c60a0a",
|
|
20918
|
-
d: "M0
|
|
20809
|
+
d: "M0 0h513v342H0z"
|
|
20919
20810
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20920
20811
|
fill: "#3E8446",
|
|
20921
|
-
d: "
|
|
20812
|
+
d: "m256.5 170.7-212 126.1V44.5z"
|
|
20922
20813
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20923
|
-
d: "m256 170.7 211
|
|
20814
|
+
d: "m256.5 170.7 211 126.1h-423zm211-126.2-211 126.2-212-126.2z",
|
|
20924
20815
|
fill: "#FFDA44"
|
|
20925
20816
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20926
20817
|
fill: "#3E8446",
|
|
20927
|
-
d: "M467.5 44.5v252.
|
|
20818
|
+
d: "M467.5 44.5v252.3l-211-126.1z"
|
|
20928
20819
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20929
|
-
d: "m256 10.4
|
|
20820
|
+
d: "m256.5 10.4 2.8 10.2H270l-8.6 6.3 3.3 10.2-8.2-6.3-9.2 6.3 3.3-10.2-8.6-6.3h10.7zm-86.4 0 3.3 10.2h10.7l-8.6 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.7zm171.8 0 3.3 10.2H356l-8.7 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.7zm-85.4 293.8 2.8 10.2H270l-8.6 6.3 3.3 10.2-8.2-6.3-9.2 6.3 3.3-10.2-8.6-6.3h10.7zm-86.4 0 3.3 10.2h10.7l-8.6 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.7zm171.8 0 3.3 10.2H356l-8.7 6.3 3.3 10.2-8.7-6.3-8.7 6.3 3.3-10.2-8.6-6.3h10.7z",
|
|
20930
20821
|
fill: "#FFDA44"
|
|
20931
20822
|
}), /* @__PURE__ */ React.createElement("circle", {
|
|
20932
20823
|
fill: "#c60a0a",
|
|
@@ -20949,8 +20840,8 @@ var GE = function GE2(_ref81) {
|
|
|
20949
20840
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20950
20841
|
viewBox: "0 0 22.5 15"
|
|
20951
20842
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20952
|
-
fill: "#
|
|
20953
|
-
d: "
|
|
20843
|
+
fill: "#fff",
|
|
20844
|
+
d: "M0 0h22.5v15H0z"
|
|
20954
20845
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20955
20846
|
fill: "#eb000e",
|
|
20956
20847
|
d: "M9.8 6H0v3h9.8v6h3V9h9.8V6h-9.8V0h-3v6z"
|
|
@@ -20995,18 +20886,18 @@ var GH = function GH2(_ref84) {
|
|
|
20995
20886
|
var title = _ref84.title, rest = _objectWithoutProperties(_ref84, _excluded84);
|
|
20996
20887
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20997
20888
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20998
|
-
viewBox: "0
|
|
20889
|
+
viewBox: "0 0 513 342"
|
|
20999
20890
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21000
20891
|
fill: "#FFDA44",
|
|
21001
|
-
d: "M0
|
|
20892
|
+
d: "M0 0h513v342H0z"
|
|
21002
20893
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21003
20894
|
fill: "#D80027",
|
|
21004
|
-
d: "M0
|
|
20895
|
+
d: "M0 0h513v114H0z"
|
|
21005
20896
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21006
20897
|
fill: "#496E2D",
|
|
21007
|
-
d: "M0
|
|
20898
|
+
d: "M0 228h513v114H0z"
|
|
21008
20899
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21009
|
-
d: "m255.
|
|
20900
|
+
d: "m255.9 113.8 14.1 43.4 40.4 3.2-37 26.9 19.5 40.3-37-26.9-37 26.9 14.1-43.5-36.9-26.9h45.7z"
|
|
21010
20901
|
}));
|
|
21011
20902
|
};
|
|
21012
20903
|
var GI = function GI2(_ref85) {
|
|
@@ -21061,19 +20952,19 @@ var GM = function GM2(_ref87) {
|
|
|
21061
20952
|
var title = _ref87.title, rest = _objectWithoutProperties(_ref87, _excluded87);
|
|
21062
20953
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21063
20954
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21064
|
-
viewBox: "0
|
|
20955
|
+
viewBox: "0 0 513 342"
|
|
21065
20956
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21066
20957
|
fill: "#FFF",
|
|
21067
|
-
d: "M0
|
|
21068
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
21069
|
-
fill: "#1a7e25",
|
|
21070
|
-
d: "M0 322.783h512v103.88H0z"
|
|
20958
|
+
d: "M0 0h513v342H0z"
|
|
21071
20959
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21072
20960
|
fill: "#cf0d19",
|
|
21073
|
-
d: "M0
|
|
20961
|
+
d: "M0 0h513v100H0z"
|
|
21074
20962
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21075
20963
|
fill: "#0052B4",
|
|
21076
|
-
d: "M0
|
|
20964
|
+
d: "M0 121h513v100H0z"
|
|
20965
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
20966
|
+
fill: "#1a7e25",
|
|
20967
|
+
d: "M0 242h513v100H0z"
|
|
21077
20968
|
}));
|
|
21078
20969
|
};
|
|
21079
20970
|
var GN = function GN2(_ref88) {
|
|
@@ -21096,16 +20987,16 @@ var GP = function GP2(_ref89) {
|
|
|
21096
20987
|
var title = _ref89.title, rest = _objectWithoutProperties(_ref89, _excluded89);
|
|
21097
20988
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21098
20989
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21099
|
-
viewBox: "0
|
|
20990
|
+
viewBox: "0 0 513 342"
|
|
21100
20991
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21101
20992
|
fill: "#FFF",
|
|
21102
|
-
d: "M0
|
|
20993
|
+
d: "M0 0h513v342H0z"
|
|
21103
20994
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21104
|
-
fill: "#
|
|
21105
|
-
d: "M0
|
|
20995
|
+
fill: "#00318A",
|
|
20996
|
+
d: "M0 0h171v342H0z"
|
|
21106
20997
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21107
20998
|
fill: "#D80027",
|
|
21108
|
-
d: "
|
|
20999
|
+
d: "M342 0h171v342H342z"
|
|
21109
21000
|
}));
|
|
21110
21001
|
};
|
|
21111
21002
|
var GQ = function GQ2(_ref90) {
|
|
@@ -21124,7 +21015,7 @@ var GQ = function GQ2(_ref90) {
|
|
|
21124
21015
|
d: "M0 227.6h513V342H0z"
|
|
21125
21016
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21126
21017
|
fill: "#0070C8",
|
|
21127
|
-
d: "M126
|
|
21018
|
+
d: "M126 171 0 342V0z"
|
|
21128
21019
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21129
21020
|
fill: "none",
|
|
21130
21021
|
stroke: "#000",
|
|
@@ -21169,10 +21060,10 @@ var GS = function GS2(_ref92) {
|
|
|
21169
21060
|
var title = _ref92.title, rest = _objectWithoutProperties(_ref92, _excluded92);
|
|
21170
21061
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21171
21062
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21172
|
-
viewBox: "0 0
|
|
21063
|
+
viewBox: "0 0 513 342"
|
|
21173
21064
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21174
21065
|
fill: "#0052B4",
|
|
21175
|
-
d: "M0
|
|
21066
|
+
d: "M0 0h513v342H0z"
|
|
21176
21067
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21177
21068
|
fill: "#FFF",
|
|
21178
21069
|
d: "M256 0v117.4h-46.1l46.1 30.7v22.6h-22.6L160 121.8v48.9H96v-48.9l-73.4 48.9H0v-22.6l46.1-30.7H0v-64h46.1L0 22.7V0h22.6L96 48.9V0h64v48.9L233.4 0z"
|
|
@@ -21293,7 +21184,7 @@ var GU = function GU2(_ref94) {
|
|
|
21293
21184
|
viewBox: "0 0 513 342"
|
|
21294
21185
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21295
21186
|
fill: "#D80027",
|
|
21296
|
-
d: "M0
|
|
21187
|
+
d: "M0 0h513v342H0z"
|
|
21297
21188
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21298
21189
|
fill: "#0052B4",
|
|
21299
21190
|
d: "M11.1 11.1h489.7v319.1H11.1z"
|
|
@@ -21327,18 +21218,18 @@ var GW = function GW2(_ref95) {
|
|
|
21327
21218
|
var title = _ref95.title, rest = _objectWithoutProperties(_ref95, _excluded95);
|
|
21328
21219
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21329
21220
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21330
|
-
viewBox: "0
|
|
21221
|
+
viewBox: "0 0 513 342"
|
|
21331
21222
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21332
21223
|
fill: "#6DA544",
|
|
21333
|
-
d: "M0
|
|
21224
|
+
d: "M0 0h512v342H0z"
|
|
21334
21225
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21335
21226
|
fill: "#FFDA44",
|
|
21336
|
-
d: "M0
|
|
21227
|
+
d: "M0 0h512v171H0z"
|
|
21337
21228
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21338
21229
|
fill: "#D80027",
|
|
21339
|
-
d: "M0
|
|
21230
|
+
d: "M0 0h182v342H0z"
|
|
21340
21231
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21341
|
-
d: "m98.
|
|
21232
|
+
d: "m98.3 109.8 15.1 46.5h48.9L122.8 185l15.1 46.5-39.6-28.7-39.5 28.7L73.9 185l-39.6-28.7h48.9z"
|
|
21342
21233
|
}));
|
|
21343
21234
|
};
|
|
21344
21235
|
var GY = function GY2(_ref96) {
|
|
@@ -21386,36 +21277,36 @@ var HM = function HM2(_ref98) {
|
|
|
21386
21277
|
var title = _ref98.title, rest = _objectWithoutProperties(_ref98, _excluded98);
|
|
21387
21278
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21388
21279
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21389
|
-
viewBox: "0
|
|
21280
|
+
viewBox: "0 0 513 342"
|
|
21390
21281
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21391
21282
|
fill: "#0052B4",
|
|
21392
|
-
d: "M0
|
|
21283
|
+
d: "M0 0h513v342H0z"
|
|
21393
21284
|
}), /* @__PURE__ */ React.createElement("g", {
|
|
21394
21285
|
fill: "#FFF"
|
|
21395
21286
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
21396
|
-
d: "M223.
|
|
21287
|
+
d: "M223.4 170.7c.3-.3.5-.6.8-.9-.3.3-.5.6-.8.9zm-34.2 41.9 11 22.9 24.7-5.7-11.1 22.8 19.9 15.8L209 274v25.4l-19.8-15.9-19.8 15.9.1-25.4-24.8-5.6 19.9-15.8-11.1-22.8 24.8 5.7zm197.9 28.5 5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.6v12.2l-9.4-7.6-9.5 7.6.1-12.2-11.9-2.6 9.5-7.5-5.3-10.9 11.9 2.7zm-48.6-116 5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.7v12.1l-9.4-7.6-9.5 7.6v-12.1l-11.8-2.7 9.5-7.5-5.3-10.9 11.8 2.7zm48.6-66.2 5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.7v12.1l-9.4-7.6-9.5 7.6.1-12.1-11.9-2.7 9.5-7.5-5.3-10.9 11.9 2.7zm42.4 49.7 5.3 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.6V150l-9.5-7.6-9.4 7.6v-12.2l-11.8-2.6 9.5-7.5-5.3-10.9 11.8 2.7zm-30.3 57.9 4.1 12.7h13.3l-10.8 7.8 4.1 12.6-10.7-7.8-10.8 7.8 4.1-12.6-10.7-7.8h13.3z"
|
|
21397
21288
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21398
|
-
d: "M256
|
|
21289
|
+
d: "M256 0v30.6l-45.2 25.1H256V115h-59.1l59.1 32.8v22.9h-26.7l-73.5-40.9v40.9h-55.6v-48.6l-87.5 48.6H0v-30.6L45.2 115H0V55.7h59.1L0 22.8V0h26.7l73.5 40.8V0h55.6v48.6L243.3 0z"
|
|
21399
21290
|
})), /* @__PURE__ */ React.createElement("path", {
|
|
21400
21291
|
fill: "#D80027",
|
|
21401
|
-
d: "M144
|
|
21292
|
+
d: "M144 0h-32v69.3H0v32h112v69.4h32v-69.4h112v-32H144z"
|
|
21402
21293
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21403
21294
|
fill: "#0052B4",
|
|
21404
|
-
d: "M155.
|
|
21295
|
+
d: "M155.8 115 256 170.7v-15.8L184.2 115z"
|
|
21405
21296
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21406
21297
|
fill: "#FFF",
|
|
21407
|
-
d: "M155.
|
|
21298
|
+
d: "M155.8 115 256 170.7v-15.8L184.2 115z"
|
|
21408
21299
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21409
|
-
d: "M155.
|
|
21300
|
+
d: "M155.8 115 256 170.7v-15.8L184.2 115zm-84 0L0 154.9v15.8L100.2 115z",
|
|
21410
21301
|
fill: "#D80027"
|
|
21411
21302
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21412
21303
|
fill: "#0052B4",
|
|
21413
|
-
d: "M100.
|
|
21304
|
+
d: "M100.2 55.6 0 0v15.7l71.8 39.9z"
|
|
21414
21305
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21415
21306
|
fill: "#FFF",
|
|
21416
|
-
d: "M100.
|
|
21307
|
+
d: "M100.2 55.6 0 0v15.7l71.8 39.9z"
|
|
21417
21308
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21418
|
-
d: "M100.
|
|
21309
|
+
d: "M100.2 55.6 0 0v15.7l71.8 39.9zm84 0L256 15.7V0L155.8 55.6z",
|
|
21419
21310
|
fill: "#D80027"
|
|
21420
21311
|
}));
|
|
21421
21312
|
};
|
|
@@ -21500,16 +21391,16 @@ var HU = function HU2(_ref102) {
|
|
|
21500
21391
|
var title = _ref102.title, rest = _objectWithoutProperties(_ref102, _excluded102);
|
|
21501
21392
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21502
21393
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21503
|
-
viewBox: "0
|
|
21394
|
+
viewBox: "0 0 513 342"
|
|
21504
21395
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21505
21396
|
fill: "#FFF",
|
|
21506
|
-
d: "M0
|
|
21397
|
+
d: "M0 0h513v342H0z"
|
|
21507
21398
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21508
21399
|
fill: "#D80027",
|
|
21509
|
-
d: "M0
|
|
21400
|
+
d: "M0 0h513v114H0z"
|
|
21510
21401
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21511
21402
|
fill: "#6DA544",
|
|
21512
|
-
d: "M0
|
|
21403
|
+
d: "M0 228h513v114H0z"
|
|
21513
21404
|
}));
|
|
21514
21405
|
};
|
|
21515
21406
|
var IC = function IC2(_ref103) {
|
|
@@ -21532,29 +21423,29 @@ var ID = function ID2(_ref104) {
|
|
|
21532
21423
|
var title = _ref104.title, rest = _objectWithoutProperties(_ref104, _excluded104);
|
|
21533
21424
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21534
21425
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21535
|
-
viewBox: "0
|
|
21426
|
+
viewBox: "0 0 513 342"
|
|
21536
21427
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21537
21428
|
fill: "#FFF",
|
|
21538
|
-
d: "M0
|
|
21429
|
+
d: "M0 0h513v342H0z"
|
|
21539
21430
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21540
21431
|
fill: "#E00",
|
|
21541
|
-
d: "M0
|
|
21432
|
+
d: "M0 0h513v171H0z"
|
|
21542
21433
|
}));
|
|
21543
21434
|
};
|
|
21544
21435
|
var IE = function IE2(_ref105) {
|
|
21545
21436
|
var title = _ref105.title, rest = _objectWithoutProperties(_ref105, _excluded105);
|
|
21546
21437
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21547
21438
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21548
|
-
viewBox: "0
|
|
21439
|
+
viewBox: "0 0 513 342"
|
|
21549
21440
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21550
21441
|
fill: "#FFF",
|
|
21551
|
-
d: "M0
|
|
21442
|
+
d: "M0 0h513v342H0z"
|
|
21552
21443
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21553
21444
|
fill: "#6DA544",
|
|
21554
|
-
d: "M0
|
|
21445
|
+
d: "M0 0h171v342H0z"
|
|
21555
21446
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21556
21447
|
fill: "#FF9811",
|
|
21557
|
-
d: "
|
|
21448
|
+
d: "M342 0h171v342H342z"
|
|
21558
21449
|
}));
|
|
21559
21450
|
};
|
|
21560
21451
|
var IL = function IL2(_ref106) {
|
|
@@ -21592,30 +21483,30 @@ var IN = function IN2(_ref108) {
|
|
|
21592
21483
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21593
21484
|
viewBox: "0 0 513 342"
|
|
21594
21485
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21595
|
-
fill: "#
|
|
21596
|
-
d: "
|
|
21597
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
21598
|
-
fill: "#FFA44A",
|
|
21599
|
-
d: "M0 0h513v114H0V0z"
|
|
21486
|
+
fill: "#F93",
|
|
21487
|
+
d: "M0 0h513v114H0z"
|
|
21600
21488
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21601
|
-
fill: "#
|
|
21602
|
-
d: "M0
|
|
21489
|
+
fill: "#fff",
|
|
21490
|
+
d: "M0 114h513v114H0z"
|
|
21603
21491
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21604
|
-
fill: "#
|
|
21605
|
-
d: "M0
|
|
21492
|
+
fill: "#138808",
|
|
21493
|
+
d: "M0 228h513v114H0z"
|
|
21606
21494
|
}), /* @__PURE__ */ React.createElement("circle", {
|
|
21607
|
-
fill: "#FFF",
|
|
21608
21495
|
cx: 256.5,
|
|
21609
21496
|
cy: 171,
|
|
21610
|
-
r: 34.2
|
|
21611
|
-
|
|
21612
|
-
|
|
21613
|
-
|
|
21497
|
+
r: 34.2,
|
|
21498
|
+
stroke: "navy",
|
|
21499
|
+
strokeWidth: 4,
|
|
21500
|
+
fill: "none"
|
|
21614
21501
|
}), /* @__PURE__ */ React.createElement("circle", {
|
|
21615
|
-
fill: "#181A93",
|
|
21616
21502
|
cx: 256.5,
|
|
21617
21503
|
cy: 171,
|
|
21618
|
-
r:
|
|
21504
|
+
r: 3.42,
|
|
21505
|
+
fill: "navy"
|
|
21506
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
21507
|
+
d: "m265.3 138.159-17.6 65.682m17.6-65.682-17.6 65.682m25.8-62.286-34 58.89m41.042-53.487-48.084 48.084M285.945 154l-58.89 34m62.286-25.8-65.682 17.6M290.5 171h-68m66.841 8.8-65.682-17.6m62.286 25.8-58.89-34m53.487 41.042-48.084-48.084m41.042 53.487-34-58.89m25.8 62.286-17.6-65.682M256.5 205v-68m-8.8 66.841 17.6-65.682m-25.8 62.286 34-58.89m-41.042 53.487 48.084-48.084M227.055 188l58.89-34m-62.286 25.8 65.682-17.6M222.5 171h68m-66.841-8.8 65.682 17.6M227.055 154l58.89 34m-53.487-41.042 48.084 48.084M239.5 141.555l34 58.89m-25.8-62.286 17.6 65.682",
|
|
21508
|
+
stroke: "navy",
|
|
21509
|
+
strokeWidth: 2
|
|
21619
21510
|
}));
|
|
21620
21511
|
};
|
|
21621
21512
|
var IO = function IO2(_ref109) {
|
|
@@ -21705,32 +21596,32 @@ var IS = function IS2(_ref112) {
|
|
|
21705
21596
|
var title = _ref112.title, rest = _objectWithoutProperties(_ref112, _excluded112);
|
|
21706
21597
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21707
21598
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21708
|
-
viewBox: "0
|
|
21599
|
+
viewBox: "0 0 513 342"
|
|
21709
21600
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21710
21601
|
fill: "#0052B4",
|
|
21711
|
-
d: "M0
|
|
21602
|
+
d: "M0 0h513v342H0z"
|
|
21712
21603
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21713
21604
|
fill: "#FFF",
|
|
21714
|
-
d: "
|
|
21605
|
+
d: "M513 210.6H202.2v130.7h-79.8V210.6H0v-79.8h122.4V0h79.8v130.8H513v18.5l-1 42.7z"
|
|
21715
21606
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21716
21607
|
fill: "#D80027",
|
|
21717
|
-
d: "
|
|
21608
|
+
d: "M513 149.3V192H183.7v149.3H141V192H0v-42.7h141V0h42.7v149.3z"
|
|
21718
21609
|
}));
|
|
21719
21610
|
};
|
|
21720
21611
|
var IT = function IT2(_ref113) {
|
|
21721
21612
|
var title = _ref113.title, rest = _objectWithoutProperties(_ref113, _excluded113);
|
|
21722
21613
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21723
21614
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21724
|
-
viewBox: "0
|
|
21615
|
+
viewBox: "0 0 513 342"
|
|
21725
21616
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21726
|
-
fill: "#
|
|
21727
|
-
d: "
|
|
21617
|
+
fill: "#F4F5F0",
|
|
21618
|
+
d: "M342 0H0v341.3h512V0z"
|
|
21728
21619
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21729
|
-
fill: "#
|
|
21730
|
-
d: "M0
|
|
21620
|
+
fill: "#008C45",
|
|
21621
|
+
d: "M0 0h171v342H0z"
|
|
21731
21622
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21732
|
-
fill: "#
|
|
21733
|
-
d: "
|
|
21623
|
+
fill: "#CD212A",
|
|
21624
|
+
d: "M342 0h171v342H342z"
|
|
21734
21625
|
}));
|
|
21735
21626
|
};
|
|
21736
21627
|
var JE = function JE2(_ref114) {
|
|
@@ -21756,53 +21647,53 @@ var JM = function JM2(_ref115) {
|
|
|
21756
21647
|
var title = _ref115.title, rest = _objectWithoutProperties(_ref115, _excluded115);
|
|
21757
21648
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21758
21649
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21759
|
-
viewBox: "0
|
|
21650
|
+
viewBox: "0 0 513 342"
|
|
21760
21651
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21761
21652
|
fill: "#6DA544",
|
|
21762
|
-
d: "M0
|
|
21653
|
+
d: "M0 0h513v342H0z"
|
|
21763
21654
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21764
|
-
d: "M215.
|
|
21655
|
+
d: "M215.9 171 0 314.6V26.8zM513 26.8v287.8L296.1 171z"
|
|
21765
21656
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21766
21657
|
fill: "#0052B4",
|
|
21767
|
-
d: "
|
|
21658
|
+
d: "M513 26.8 296.1 171 513 314.6V342h-41.1L256 197.4 40.1 342H0v-27.4L215.9 171 0 26.8V0h40.1L256 143.9 471.9 0H513z"
|
|
21768
21659
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21769
21660
|
fill: "#FFDA44",
|
|
21770
|
-
d: "
|
|
21661
|
+
d: "M513 26.8 296.1 171 513 314.6V342h-41.1L256 197.4 40.1 342H0v-27.4L215.9 171 0 26.8V0h40.1L256 143.9 471.9 0H513z"
|
|
21771
21662
|
}));
|
|
21772
21663
|
};
|
|
21773
21664
|
var JO = function JO2(_ref116) {
|
|
21774
21665
|
var title = _ref116.title, rest = _objectWithoutProperties(_ref116, _excluded116);
|
|
21775
21666
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21776
21667
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21777
|
-
viewBox: "0
|
|
21668
|
+
viewBox: "0 0 513 342"
|
|
21778
21669
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21779
21670
|
fill: "#FFF",
|
|
21780
|
-
d: "M0
|
|
21671
|
+
d: "M0 0h513v342H0z"
|
|
21781
21672
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21782
|
-
d: "M0
|
|
21673
|
+
d: "M0 0h513v114H0z"
|
|
21783
21674
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21784
21675
|
fill: "#6DA544",
|
|
21785
|
-
d: "M0
|
|
21676
|
+
d: "M0 228h513v114H0z"
|
|
21786
21677
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21787
21678
|
fill: "#D80027",
|
|
21788
|
-
d: "M256
|
|
21679
|
+
d: "M256.5 170.7 0 341.3V0z"
|
|
21789
21680
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21790
21681
|
fill: "#FFF",
|
|
21791
|
-
d: "m77.
|
|
21682
|
+
d: "m77.9 139.5 7.9 16.4 17.8-4.1-8 16.5 14.3 11.3-17.8 4 .1 18.3-14.3-11.5-14.2 11.5v-18.3l-17.8-4 14.3-11.3-7.9-16.5 17.7 4.1z"
|
|
21792
21683
|
}));
|
|
21793
21684
|
};
|
|
21794
21685
|
var JP = function JP2(_ref117) {
|
|
21795
21686
|
var title = _ref117.title, rest = _objectWithoutProperties(_ref117, _excluded117);
|
|
21796
21687
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21797
21688
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21798
|
-
viewBox: "0
|
|
21689
|
+
viewBox: "0 0 513 342"
|
|
21799
21690
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21800
21691
|
fill: "#FFF",
|
|
21801
|
-
d: "M0
|
|
21692
|
+
d: "M0 0h512v342H0z"
|
|
21802
21693
|
}), /* @__PURE__ */ React.createElement("circle", {
|
|
21803
21694
|
fill: "#D80027",
|
|
21804
|
-
cx: 256,
|
|
21805
|
-
cy:
|
|
21695
|
+
cx: 256.5,
|
|
21696
|
+
cy: 171,
|
|
21806
21697
|
r: 96
|
|
21807
21698
|
}));
|
|
21808
21699
|
};
|
|
@@ -21810,29 +21701,29 @@ var KE = function KE2(_ref118) {
|
|
|
21810
21701
|
var title = _ref118.title, rest = _objectWithoutProperties(_ref118, _excluded118);
|
|
21811
21702
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21812
21703
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21813
|
-
viewBox: "0
|
|
21704
|
+
viewBox: "0 0 513 342"
|
|
21814
21705
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21815
21706
|
fill: "#FFF",
|
|
21816
|
-
d: "M0
|
|
21707
|
+
d: "M0 0h513v342H0z"
|
|
21817
21708
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21818
|
-
d: "M0
|
|
21709
|
+
d: "M0 0h512v90.579H0z"
|
|
21819
21710
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21820
21711
|
fill: "#496E2D",
|
|
21821
|
-
d: "M0
|
|
21712
|
+
d: "M0 251h513v91H0z"
|
|
21822
21713
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21823
21714
|
fill: "#A2001D",
|
|
21824
|
-
d: "M0
|
|
21715
|
+
d: "M0 114h513v114H0z"
|
|
21825
21716
|
}), /* @__PURE__ */ React.createElement("g", {
|
|
21826
21717
|
fill: "#FFF"
|
|
21827
21718
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
21828
|
-
d: "m323.
|
|
21719
|
+
d: "m323.3 54.5-25.6-11.8L256 137l-41.7-94.3-25.6 11.8 51.8 116.2-51.8 116.2 25.6 11.8 41.7-94.4 41.7 94.4 25.6-11.8-51.8-116.2z"
|
|
21829
21720
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21830
|
-
d: "M273.
|
|
21721
|
+
d: "M273.4 65.6c-9.9-10.8-17.4-17-17.4-17s-7.5 6.2-17.4 17v210.1c9.9 10.8 17.4 17 17.4 17s7.5-6.2 17.4-17V65.6z"
|
|
21831
21722
|
})), /* @__PURE__ */ React.createElement("path", {
|
|
21832
|
-
d: "M209
|
|
21723
|
+
d: "M209 105.9v129.5c10.5 18.5 23.3 33.7 32.9 43.8V62.1c-9.6 10.1-22.4 25.3-32.9 43.8zm94 0c-10.5-18.5-23.3-33.7-32.9-43.8v217.2c9.6-10.1 22.4-25.3 32.9-43.8V105.9z",
|
|
21833
21724
|
fill: "#A2001D"
|
|
21834
21725
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21835
|
-
d: "
|
|
21726
|
+
d: "M303 105.9v129.5c10.6-18.8 18.8-41 18.8-64.8s-8.2-45.9-18.8-64.7zm-94 0v129.5c-10.6-18.8-18.8-41-18.8-64.8s8.2-45.9 18.8-64.7z"
|
|
21836
21727
|
}));
|
|
21837
21728
|
};
|
|
21838
21729
|
var KG = function KG2(_ref119) {
|
|
@@ -21865,16 +21756,16 @@ var KH = function KH2(_ref120) {
|
|
|
21865
21756
|
var title = _ref120.title, rest = _objectWithoutProperties(_ref120, _excluded120);
|
|
21866
21757
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21867
21758
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21868
|
-
viewBox: "0
|
|
21759
|
+
viewBox: "0 0 513 342"
|
|
21869
21760
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21870
21761
|
fill: "#D80027",
|
|
21871
|
-
d: "M0
|
|
21762
|
+
d: "M0 0h513v342H0z"
|
|
21872
21763
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21873
|
-
d: "M0
|
|
21764
|
+
d: "M0 0h513v114H0zm0 228h513v114H0z",
|
|
21874
21765
|
fill: "#0052B4"
|
|
21875
21766
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21876
21767
|
fill: "#FFF",
|
|
21877
|
-
d: "M303.
|
|
21768
|
+
d: "M303.5 196.6v-17.8h-11.9v-23.7l-11.9-11.9-11.8 11.9v-23.8L256 119.5l-11.9 11.8v23.8l-11.8-11.9-11.9 11.9v23.7h-11.9v17.8h-11.9v17.8h118.8v-17.8z"
|
|
21878
21769
|
}));
|
|
21879
21770
|
};
|
|
21880
21771
|
var KI = function KI2(_ref121) {
|
|
@@ -21910,28 +21801,30 @@ var KM = function KM2(_ref122) {
|
|
|
21910
21801
|
var title = _ref122.title, rest = _objectWithoutProperties(_ref122, _excluded122);
|
|
21911
21802
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21912
21803
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21913
|
-
viewBox: "0
|
|
21804
|
+
viewBox: "0 0 513 342"
|
|
21914
21805
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21915
21806
|
fill: "#0052B4",
|
|
21916
|
-
d: "M0
|
|
21807
|
+
d: "M0 0h513v342H0z"
|
|
21917
21808
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21918
21809
|
fill: "#FFDA44",
|
|
21919
|
-
d: "M0
|
|
21810
|
+
d: "M0 0h513v85.5H0z"
|
|
21920
21811
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21921
21812
|
fill: "#FFF",
|
|
21922
|
-
d: "M0
|
|
21813
|
+
d: "M0 85.5h513V171H0z"
|
|
21923
21814
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21924
21815
|
fill: "#D80027",
|
|
21925
|
-
d: "M0
|
|
21816
|
+
d: "M0 171h513v85.5H0z"
|
|
21926
21817
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21927
21818
|
fill: "#6DA544",
|
|
21928
|
-
d: "M256
|
|
21819
|
+
d: "M256.5 171 0 342V0z"
|
|
21929
21820
|
}), /* @__PURE__ */ React.createElement("g", {
|
|
21930
21821
|
fill: "#FFF"
|
|
21931
21822
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
21932
|
-
d: "M68.
|
|
21823
|
+
d: "M68.6 170.7c0-24.9 17.5-45.6 40.8-50.7-3.6-.8-7.3-1.2-11.1-1.2-28.7 0-51.9 23.3-51.9 51.9s23.3 51.9 51.9 51.9c3.8 0 7.5-.4 11.1-1.2-23.3-5.1-40.8-25.9-40.8-50.7z"
|
|
21933
21824
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21934
|
-
d: "m108.
|
|
21825
|
+
d: "m108.9 126.1 2.7 8.5h9l-7.3 5.3 2.8 8.5-7.2-5.2-7.3 5.2 2.8-8.5-7.2-5.3h8.9zm0 22.3 2.7 8.5h9l-7.3 5.3 2.8 8.5-7.2-5.3-7.3 5.3 2.8-8.5-7.2-5.3h8.9z"
|
|
21826
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
21827
|
+
d: "m108.9 170.7 2.7 8.5h9l-7.3 5.2 2.8 8.5-7.2-5.2-7.3 5.2 2.8-8.5-7.2-5.2h8.9zm0 22.2 2.7 8.5h9l-7.3 5.3 2.8 8.5-7.2-5.3-7.3 5.3 2.8-8.5-7.2-5.3h8.9z"
|
|
21935
21828
|
})));
|
|
21936
21829
|
};
|
|
21937
21830
|
var KN = function KN2(_ref123) {
|
|
@@ -21959,27 +21852,27 @@ var KP = function KP2(_ref124) {
|
|
|
21959
21852
|
var title = _ref124.title, rest = _objectWithoutProperties(_ref124, _excluded124);
|
|
21960
21853
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21961
21854
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21962
|
-
viewBox: "0
|
|
21855
|
+
viewBox: "0 0 513 342"
|
|
21963
21856
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21964
21857
|
fill: "#91DC5A",
|
|
21965
|
-
d: "M0
|
|
21858
|
+
d: "M0 0h513v342H0z"
|
|
21966
21859
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21967
21860
|
fill: "#FFF",
|
|
21968
|
-
d: "M0
|
|
21861
|
+
d: "M0 0h513v342H0z"
|
|
21969
21862
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21970
|
-
d: "M0
|
|
21863
|
+
d: "M0 0h513v57.188H0zm0 284.1h513v57.177H0z",
|
|
21971
21864
|
fill: "#0052B4"
|
|
21972
21865
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21973
21866
|
fill: "#D80027",
|
|
21974
|
-
d: "M0
|
|
21867
|
+
d: "M0 79.9h513v181.582H0z"
|
|
21975
21868
|
}), /* @__PURE__ */ React.createElement("circle", {
|
|
21976
21869
|
fill: "#FFF",
|
|
21977
21870
|
cx: 190.33,
|
|
21978
|
-
cy:
|
|
21871
|
+
cy: 171,
|
|
21979
21872
|
r: 65.668
|
|
21980
21873
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21981
21874
|
fill: "#D80027",
|
|
21982
|
-
d: "m190.
|
|
21875
|
+
d: "m190.3 105 14.8 45.3h47.7l-38.6 28.1 14.8 45.5-38.7-28.2-38.6 28.1 14.8-45.4-38.6-28.1h47.7z"
|
|
21983
21876
|
}));
|
|
21984
21877
|
};
|
|
21985
21878
|
var KR = function KR2(_ref125) {
|
|
@@ -22021,59 +21914,59 @@ var KW = function KW2(_ref126) {
|
|
|
22021
21914
|
var title = _ref126.title, rest = _objectWithoutProperties(_ref126, _excluded126);
|
|
22022
21915
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
22023
21916
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22024
|
-
viewBox: "0
|
|
21917
|
+
viewBox: "0 0 513 342"
|
|
22025
21918
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
22026
21919
|
fill: "#FFF",
|
|
22027
|
-
d: "M0
|
|
21920
|
+
d: "M0 0h513v342H0z"
|
|
22028
21921
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22029
21922
|
fill: "#6DA544",
|
|
22030
|
-
d: "M0
|
|
21923
|
+
d: "M0 0h513v114H0z"
|
|
22031
21924
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22032
21925
|
fill: "#D80027",
|
|
22033
|
-
d: "M0
|
|
21926
|
+
d: "M0 228h513v114H0z"
|
|
22034
21927
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22035
|
-
d: "
|
|
21928
|
+
d: "M167 227.6 0 341.3V0l167 113.8z"
|
|
22036
21929
|
}));
|
|
22037
21930
|
};
|
|
22038
21931
|
var KY = function KY2(_ref127) {
|
|
22039
21932
|
var title = _ref127.title, rest = _objectWithoutProperties(_ref127, _excluded127);
|
|
22040
21933
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
22041
21934
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22042
|
-
viewBox: "0
|
|
21935
|
+
viewBox: "0 0 513 342"
|
|
22043
21936
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
22044
21937
|
fill: "#0052B4",
|
|
22045
|
-
d: "M0
|
|
21938
|
+
d: "M0 0h513v342H0z"
|
|
22046
21939
|
}), /* @__PURE__ */ React.createElement("circle", {
|
|
22047
21940
|
fill: "#6DA544",
|
|
22048
21941
|
cx: 384,
|
|
22049
|
-
cy:
|
|
22050
|
-
r: 29.
|
|
21942
|
+
cy: 96.5,
|
|
21943
|
+
r: 29.7
|
|
22051
21944
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22052
21945
|
fill: "#D80027",
|
|
22053
|
-
d: "M332.
|
|
21946
|
+
d: "M332.1 89H436v44.5H332.1z"
|
|
22054
21947
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22055
21948
|
fill: "#496E2D",
|
|
22056
|
-
d: "M435.
|
|
21949
|
+
d: "M435.9 170.7z"
|
|
22057
21950
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22058
21951
|
fill: "#FFDA44",
|
|
22059
|
-
d: "M332.
|
|
21952
|
+
d: "M332.1 200.3V230h15.6c9.4 9.2 22.2 14.8 36.3 14.8 14.1 0 27-5.7 36.3-14.8h15.6v-29.7H332.1z"
|
|
22060
21953
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22061
21954
|
fill: "#338AF3",
|
|
22062
|
-
d: "M332.
|
|
21955
|
+
d: "M332.1 126.1v44.5c0 39.8 51.9 51.9 51.9 51.9s51.9-12.2 51.9-51.9v-44.5H332.1z"
|
|
22063
21956
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22064
|
-
d: "
|
|
21957
|
+
d: "M384 149.9c-13 0-13 11.9-26 11.9s-13-11.9-26-11.9v20.8c13 0 13 11.9 26 11.9s13-11.9 26-11.9 13 11.9 26 11.9 13-11.9 26-11.9v-20.8c-13 0-13 11.9-26 11.9s-13-11.9-26-11.9zm0-41.6c-13 0-13 11.9-26 11.9s-13-11.9-26-11.9v20.8c13 0 13 11.9 26 11.9s13-11.9 26-11.9 13 11.9 26 11.9 13-11.9 26-11.9v-20.8c-13 0-13 11.9-26 11.9s-13-11.9-26-11.9z",
|
|
22065
21958
|
fill: "#F3F3F3"
|
|
22066
21959
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22067
21960
|
fill: "#FFF",
|
|
22068
|
-
d: "M256
|
|
21961
|
+
d: "M256 0v22.6l-46.1 30.7H256v64h-46.1L256 148v22.7h-22.6l-73.4-49v49H96v-49l-73.4 49H0V148l46.1-30.7H0v-64h46.1L0 22.6V0h22.6L96 48.9V0h64v48.9L233.4 0z"
|
|
22069
21962
|
}), /* @__PURE__ */ React.createElement("g", {
|
|
22070
21963
|
fill: "#D80027"
|
|
22071
21964
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
22072
|
-
d: "M144
|
|
21965
|
+
d: "M144 0h-32v69.3H0v32h112v69.4h32v-69.4h112v-32H144z"
|
|
22073
21966
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22074
|
-
d: "M0
|
|
21967
|
+
d: "M0 0v15.1l57.4 38.2H80zm256 0v15.1l-57.4 38.2H176z"
|
|
22075
21968
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22076
|
-
d: "M0
|
|
21969
|
+
d: "M0 0v15.1l57.4 38.2H80zm256 0v15.1l-57.4 38.2H176zM0 170.7v-15.1l57.4-38.3H80zm256 0v-15.1l-57.4-38.3H176z"
|
|
22077
21970
|
})));
|
|
22078
21971
|
};
|
|
22079
21972
|
var KZ = function KZ2(_ref128) {
|
|
@@ -22206,7 +22099,10 @@ var LR = function LR2(_ref134) {
|
|
|
22206
22099
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22207
22100
|
viewBox: "0 0 513 342"
|
|
22208
22101
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
22209
|
-
|
|
22102
|
+
fill: "#FFF",
|
|
22103
|
+
d: "M0 0h513v342H0z"
|
|
22104
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
22105
|
+
d: "M0 0h513v31.1H0zm0 62.2h513v31.1H0zm0 62.3h513v31.1H0zm0 62.3h513v31.1H0zm0 62.5h513v31.1H0zm0 61.6h513V342H0z",
|
|
22210
22106
|
fill: "#bf0a30"
|
|
22211
22107
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22212
22108
|
fill: "#002868",
|
|
@@ -22240,32 +22136,32 @@ var LT = function LT2(_ref136) {
|
|
|
22240
22136
|
var title = _ref136.title, rest = _objectWithoutProperties(_ref136, _excluded136);
|
|
22241
22137
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
22242
22138
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22243
|
-
viewBox: "0
|
|
22139
|
+
viewBox: "0 0 513 342"
|
|
22244
22140
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
22245
22141
|
fill: "#6DA544",
|
|
22246
|
-
d: "M0
|
|
22142
|
+
d: "M0 0h513v342H0z"
|
|
22247
22143
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22248
22144
|
fill: "#FFDA44",
|
|
22249
|
-
d: "M0
|
|
22145
|
+
d: "M0 0h513v114H0z"
|
|
22250
22146
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22251
22147
|
fill: "#D80027",
|
|
22252
|
-
d: "M0
|
|
22148
|
+
d: "M0 228h513v114H0z"
|
|
22253
22149
|
}));
|
|
22254
22150
|
};
|
|
22255
22151
|
var LU = function LU2(_ref137) {
|
|
22256
22152
|
var title = _ref137.title, rest = _objectWithoutProperties(_ref137, _excluded137);
|
|
22257
22153
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
22258
22154
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22259
|
-
viewBox: "0
|
|
22155
|
+
viewBox: "0 0 513 342"
|
|
22260
22156
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
22261
22157
|
fill: "#FFF",
|
|
22262
|
-
d: "M0
|
|
22158
|
+
d: "M0 0h513v342H0z"
|
|
22263
22159
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22264
22160
|
fill: "#D80027",
|
|
22265
|
-
d: "M0
|
|
22161
|
+
d: "M0 0h513v114H0z"
|
|
22266
22162
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22267
22163
|
fill: "#338AF3",
|
|
22268
|
-
d: "M0
|
|
22164
|
+
d: "M0 228h513v114H0z"
|
|
22269
22165
|
}));
|
|
22270
22166
|
};
|
|
22271
22167
|
var LV = function LV2(_ref138) {
|
|
@@ -22286,34 +22182,34 @@ var LY = function LY2(_ref139) {
|
|
|
22286
22182
|
var title = _ref139.title, rest = _objectWithoutProperties(_ref139, _excluded139);
|
|
22287
22183
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
22288
22184
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22289
|
-
viewBox: "0
|
|
22185
|
+
viewBox: "0 0 513 342"
|
|
22290
22186
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
22291
|
-
d: "M0
|
|
22187
|
+
d: "M0 0h513v342H0z"
|
|
22292
22188
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22293
22189
|
fill: "#D80027",
|
|
22294
|
-
d: "M0
|
|
22190
|
+
d: "M0 0h513v114H0z"
|
|
22295
22191
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22296
22192
|
fill: "#496E2D",
|
|
22297
|
-
d: "M0
|
|
22193
|
+
d: "M0 228h513v114H0z"
|
|
22298
22194
|
}), /* @__PURE__ */ React.createElement("g", {
|
|
22299
22195
|
fill: "#FFF"
|
|
22300
22196
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
22301
|
-
d: "m281.
|
|
22197
|
+
d: "m281.4 150.7 9 12.3 14.5-4.7-9 12.4 9 12.3-14.5-4.7-9 12.3v-15.2l-14.5-4.7 14.5-4.7z"
|
|
22302
22198
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22303
|
-
d: "
|
|
22199
|
+
d: "M257 201.5c-17 0-30.9-13.8-30.9-30.9s13.8-30.9 30.9-30.9c5.3 0 10.3 1.3 14.7 3.7-6.9-6.7-16.2-10.8-26.6-10.8-21 0-38 17-38 38s17 38 38 38c10.3 0 19.7-4.1 26.6-10.8-4.4 2.4-9.4 3.7-14.7 3.7z"
|
|
22304
22200
|
})));
|
|
22305
22201
|
};
|
|
22306
22202
|
var MA = function MA2(_ref140) {
|
|
22307
22203
|
var title = _ref140.title, rest = _objectWithoutProperties(_ref140, _excluded140);
|
|
22308
22204
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
22309
22205
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22310
|
-
viewBox: "0
|
|
22206
|
+
viewBox: "0 0 513 342"
|
|
22311
22207
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
22312
22208
|
fill: "#D80027",
|
|
22313
|
-
d: "M0
|
|
22209
|
+
d: "M0 .3V342h513V.3z"
|
|
22314
22210
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22315
|
-
fill: "#
|
|
22316
|
-
d: "
|
|
22211
|
+
fill: "#20661B",
|
|
22212
|
+
d: "M359.8 148.9h-73.3l-22.7-69.7-22.7 69.7h-73.3l59.3 43.1-22.7 69.7 59.3-43.1 59.3 43.1-22.5-69.7 59.3-43.1zm-116.1 37.7 7.7-23.6h24.8l7.7 23.6-20.1 14.6-20.1-14.6zm27.9-37.7H256l7.8-24 7.8 24zm24.3 29-4.8-14.9h25.3l-20.5 14.9zM236.6 163l-4.8 14.9-20.5-14.9h25.3zm-5.3 61.8 7.8-24 12.6 9.2-20.4 14.8zm44.5-14.9 12.6-9.2 7.8 24-20.4-14.8z"
|
|
22317
22213
|
}));
|
|
22318
22214
|
};
|
|
22319
22215
|
var MC = function MC2(_ref141) {
|
|
@@ -22570,18 +22466,18 @@ var MP = function MP2(_ref152) {
|
|
|
22570
22466
|
var MQ = function MQ2(_ref153) {
|
|
22571
22467
|
var title = _ref153.title, rest = _objectWithoutProperties(_ref153, _excluded153);
|
|
22572
22468
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
22573
|
-
|
|
22574
|
-
|
|
22469
|
+
viewBox: "0 0 900 600",
|
|
22470
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
22575
22471
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
22576
|
-
fill: "#
|
|
22577
|
-
d: "M0
|
|
22578
|
-
}), /* @__PURE__ */ React.createElement("g", {
|
|
22579
|
-
fill: "#fff"
|
|
22580
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
22581
|
-
d: "M512 148.4v44.5H278.3v148.4h-44.6V192.9H0v-44.5h233.7V0h44.6v148.4z"
|
|
22472
|
+
fill: "#231f1e",
|
|
22473
|
+
d: "M0 0h900v600H0z"
|
|
22582
22474
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22583
|
-
|
|
22584
|
-
|
|
22475
|
+
fill: "#00a650",
|
|
22476
|
+
d: "M0 0h900v300H0z"
|
|
22477
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
22478
|
+
fill: "#ef1923",
|
|
22479
|
+
d: "m0 0 450 300L0 600z"
|
|
22480
|
+
}));
|
|
22585
22481
|
};
|
|
22586
22482
|
var MR = function MR2(_ref154) {
|
|
22587
22483
|
var title = _ref154.title, rest = _objectWithoutProperties(_ref154, _excluded154);
|
|
@@ -22929,16 +22825,16 @@ var NL = function NL2(_ref169) {
|
|
|
22929
22825
|
var title = _ref169.title, rest = _objectWithoutProperties(_ref169, _excluded169);
|
|
22930
22826
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
22931
22827
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22932
|
-
viewBox: "0
|
|
22828
|
+
viewBox: "0 0 513 342"
|
|
22933
22829
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
22934
22830
|
fill: "#FFF",
|
|
22935
|
-
d: "M0
|
|
22831
|
+
d: "M0 114h513v114H0z"
|
|
22936
22832
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22937
22833
|
fill: "#cd1f2a",
|
|
22938
|
-
d: "M0
|
|
22834
|
+
d: "M0 0h513v114H0z"
|
|
22939
22835
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22940
22836
|
fill: "#1d4185",
|
|
22941
|
-
d: "M0
|
|
22837
|
+
d: "M0 228h513v114H0z"
|
|
22942
22838
|
}));
|
|
22943
22839
|
};
|
|
22944
22840
|
var NO = function NO2(_ref170) {
|
|
@@ -23250,20 +23146,17 @@ var PM = function PM2(_ref183) {
|
|
|
23250
23146
|
var title = _ref183.title, rest = _objectWithoutProperties(_ref183, _excluded183);
|
|
23251
23147
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
23252
23148
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23253
|
-
viewBox: "0
|
|
23254
|
-
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("
|
|
23255
|
-
|
|
23256
|
-
|
|
23257
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
23258
|
-
fill: "#fff",
|
|
23259
|
-
d: "M0 0h640v480H0z"
|
|
23149
|
+
viewBox: "0 0 513 342"
|
|
23150
|
+
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
23151
|
+
fill: "#FFF",
|
|
23152
|
+
d: "M0 0h513v342H0z"
|
|
23260
23153
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
23261
|
-
fill: "#
|
|
23262
|
-
d: "M0
|
|
23154
|
+
fill: "#00318A",
|
|
23155
|
+
d: "M0 0h171v342H0z"
|
|
23263
23156
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
23264
|
-
fill: "#
|
|
23265
|
-
d: "
|
|
23266
|
-
}))
|
|
23157
|
+
fill: "#D80027",
|
|
23158
|
+
d: "M342 0h171v342H342z"
|
|
23159
|
+
}));
|
|
23267
23160
|
};
|
|
23268
23161
|
var PN = function PN2(_ref184) {
|
|
23269
23162
|
var title = _ref184.title, rest = _objectWithoutProperties(_ref184, _excluded184);
|
|
@@ -23426,20 +23319,17 @@ var RE = function RE2(_ref191) {
|
|
|
23426
23319
|
var title = _ref191.title, rest = _objectWithoutProperties(_ref191, _excluded191);
|
|
23427
23320
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
23428
23321
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23429
|
-
viewBox: "0
|
|
23430
|
-
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("
|
|
23431
|
-
|
|
23432
|
-
|
|
23433
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
23434
|
-
fill: "#fff",
|
|
23435
|
-
d: "M0 0h640v480H0z"
|
|
23322
|
+
viewBox: "0 0 513 342"
|
|
23323
|
+
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
23324
|
+
fill: "#FFF",
|
|
23325
|
+
d: "M0 0h513v342H0z"
|
|
23436
23326
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
23437
|
-
fill: "#
|
|
23438
|
-
d: "M0
|
|
23327
|
+
fill: "#00318A",
|
|
23328
|
+
d: "M0 0h171v342H0z"
|
|
23439
23329
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
23440
|
-
fill: "#
|
|
23441
|
-
d: "
|
|
23442
|
-
}))
|
|
23330
|
+
fill: "#D80027",
|
|
23331
|
+
d: "M342 0h171v342H342z"
|
|
23332
|
+
}));
|
|
23443
23333
|
};
|
|
23444
23334
|
var RO = function RO2(_ref192) {
|
|
23445
23335
|
var title = _ref192.title, rest = _objectWithoutProperties(_ref192, _excluded192);
|
|
@@ -23934,18 +23824,19 @@ var SY = function SY2(_ref215) {
|
|
|
23934
23824
|
var title = _ref215.title, rest = _objectWithoutProperties(_ref215, _excluded215);
|
|
23935
23825
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
23936
23826
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23937
|
-
viewBox: "0
|
|
23827
|
+
viewBox: "0 0 900 600"
|
|
23938
23828
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
23939
|
-
|
|
23940
|
-
|
|
23829
|
+
d: "M0 0h900v600H0z",
|
|
23830
|
+
fill: "#0f0f0f"
|
|
23941
23831
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
23942
|
-
|
|
23943
|
-
|
|
23832
|
+
d: "M0 0h900v400H0z",
|
|
23833
|
+
fill: "#fff"
|
|
23944
23834
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
23945
|
-
d: "M0
|
|
23835
|
+
d: "M0 0h900v200H0z",
|
|
23836
|
+
fill: "#047a3f"
|
|
23946
23837
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
23947
|
-
d: "
|
|
23948
|
-
fill: "#
|
|
23838
|
+
d: "m176.26 375 48.738-150 48.738 150-127.6-92.705h157.72M626.256 375l48.738-150 48.738 150-127.6-92.705h157.72M401.252 375l48.738-150 48.738 150-127.6-92.705h157.72",
|
|
23839
|
+
fill: "#ce1126"
|
|
23949
23840
|
}));
|
|
23950
23841
|
};
|
|
23951
23842
|
var SZ = function SZ2(_ref216) {
|
|
@@ -24112,16 +24003,16 @@ var TF = function TF2(_ref220) {
|
|
|
24112
24003
|
fill: "#FFF",
|
|
24113
24004
|
d: "M0 0h21v15H0V0z"
|
|
24114
24005
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
24115
|
-
fill: "#
|
|
24006
|
+
fill: "#0A388A",
|
|
24116
24007
|
d: "M0 0h22.5v15H0V0z"
|
|
24117
24008
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
24118
24009
|
fill: "#FFF",
|
|
24119
24010
|
d: "M0 0h11.3v7.5H0V0z"
|
|
24120
24011
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
24121
|
-
fill: "#
|
|
24012
|
+
fill: "#D80027",
|
|
24122
24013
|
d: "M7.1 0h3.6v7H7.1V0z"
|
|
24123
24014
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
24124
|
-
fill: "#
|
|
24015
|
+
fill: "#0A388A",
|
|
24125
24016
|
d: "M0 0h3.6v7H0V0z"
|
|
24126
24017
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
24127
24018
|
fill: "#FFF",
|
|
@@ -24712,10 +24603,10 @@ var WF = function WF2(_ref247) {
|
|
|
24712
24603
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24713
24604
|
viewBox: "0 0 150 100"
|
|
24714
24605
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
24715
|
-
fill: "#
|
|
24606
|
+
fill: "#D80B30",
|
|
24716
24607
|
d: "M0 0h150v100H0z"
|
|
24717
24608
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
24718
|
-
fill: "#
|
|
24609
|
+
fill: "#00318A",
|
|
24719
24610
|
d: "M0 0h20v44.33H0z"
|
|
24720
24611
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
24721
24612
|
fill: "#FFF",
|
|
@@ -24888,7 +24779,7 @@ var ZW = function ZW2(_ref254) {
|
|
|
24888
24779
|
d: "m138.94 259.335-34.559-12.243s-2.553-23.955-2.708-24.766c-1.173-6.18-6.603-10.851-13.123-10.851-7.376 0-13.357 5.98-13.357 13.357 0 1.223.178 2.402.486 3.528l-9.689 9.755h17.229c0 17.882-13.344 17.882-13.344 35.691l7.402 17.809h44.522l7.422-17.809h-.004a17.782 17.782 0 0 0 1.381-5.231c6.397-2.589 8.342-9.24 8.342-9.24z"
|
|
24889
24780
|
}));
|
|
24890
24781
|
};
|
|
24891
|
-
const
|
|
24782
|
+
const index = {
|
|
24892
24783
|
AC,
|
|
24893
24784
|
AD,
|
|
24894
24785
|
AE,
|
|
@@ -25144,6 +25035,264 @@ const Flags = {
|
|
|
25144
25035
|
ZM,
|
|
25145
25036
|
ZW
|
|
25146
25037
|
};
|
|
25038
|
+
const Flags = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25039
|
+
__proto__: null,
|
|
25040
|
+
AC,
|
|
25041
|
+
AD,
|
|
25042
|
+
AE,
|
|
25043
|
+
AF,
|
|
25044
|
+
AG,
|
|
25045
|
+
AI,
|
|
25046
|
+
AL,
|
|
25047
|
+
AM,
|
|
25048
|
+
AO,
|
|
25049
|
+
AQ,
|
|
25050
|
+
AR,
|
|
25051
|
+
AS,
|
|
25052
|
+
AT,
|
|
25053
|
+
AU,
|
|
25054
|
+
AW,
|
|
25055
|
+
AX,
|
|
25056
|
+
AZ,
|
|
25057
|
+
BA,
|
|
25058
|
+
BB,
|
|
25059
|
+
BD,
|
|
25060
|
+
BE,
|
|
25061
|
+
BF,
|
|
25062
|
+
BG,
|
|
25063
|
+
BH,
|
|
25064
|
+
BI,
|
|
25065
|
+
BJ,
|
|
25066
|
+
BL,
|
|
25067
|
+
BM,
|
|
25068
|
+
BN,
|
|
25069
|
+
BO,
|
|
25070
|
+
BQ,
|
|
25071
|
+
BR,
|
|
25072
|
+
BS,
|
|
25073
|
+
BT,
|
|
25074
|
+
BV,
|
|
25075
|
+
BW,
|
|
25076
|
+
BY,
|
|
25077
|
+
BZ,
|
|
25078
|
+
CA,
|
|
25079
|
+
CC,
|
|
25080
|
+
CD,
|
|
25081
|
+
CF,
|
|
25082
|
+
CG,
|
|
25083
|
+
CH,
|
|
25084
|
+
CI,
|
|
25085
|
+
CK,
|
|
25086
|
+
CL,
|
|
25087
|
+
CM,
|
|
25088
|
+
CN,
|
|
25089
|
+
CO,
|
|
25090
|
+
CR,
|
|
25091
|
+
CU,
|
|
25092
|
+
CV,
|
|
25093
|
+
CW,
|
|
25094
|
+
CX,
|
|
25095
|
+
CY,
|
|
25096
|
+
CZ,
|
|
25097
|
+
DE,
|
|
25098
|
+
DJ,
|
|
25099
|
+
DK,
|
|
25100
|
+
DM,
|
|
25101
|
+
DO,
|
|
25102
|
+
DZ,
|
|
25103
|
+
EC,
|
|
25104
|
+
EE,
|
|
25105
|
+
EG,
|
|
25106
|
+
EH,
|
|
25107
|
+
ER,
|
|
25108
|
+
ES,
|
|
25109
|
+
ET,
|
|
25110
|
+
EU,
|
|
25111
|
+
FI,
|
|
25112
|
+
FJ,
|
|
25113
|
+
FK,
|
|
25114
|
+
FM,
|
|
25115
|
+
FO,
|
|
25116
|
+
FR,
|
|
25117
|
+
GA,
|
|
25118
|
+
GB,
|
|
25119
|
+
GD,
|
|
25120
|
+
GE,
|
|
25121
|
+
GF,
|
|
25122
|
+
GG,
|
|
25123
|
+
GH,
|
|
25124
|
+
GI,
|
|
25125
|
+
GL,
|
|
25126
|
+
GM,
|
|
25127
|
+
GN,
|
|
25128
|
+
GP,
|
|
25129
|
+
GQ,
|
|
25130
|
+
GR,
|
|
25131
|
+
GS,
|
|
25132
|
+
GT,
|
|
25133
|
+
GU,
|
|
25134
|
+
GW,
|
|
25135
|
+
GY,
|
|
25136
|
+
HK,
|
|
25137
|
+
HM,
|
|
25138
|
+
HN,
|
|
25139
|
+
HR,
|
|
25140
|
+
HT,
|
|
25141
|
+
HU,
|
|
25142
|
+
IC,
|
|
25143
|
+
ID,
|
|
25144
|
+
IE,
|
|
25145
|
+
IL,
|
|
25146
|
+
IM,
|
|
25147
|
+
IN,
|
|
25148
|
+
IO,
|
|
25149
|
+
IQ,
|
|
25150
|
+
IR,
|
|
25151
|
+
IS,
|
|
25152
|
+
IT,
|
|
25153
|
+
JE,
|
|
25154
|
+
JM,
|
|
25155
|
+
JO,
|
|
25156
|
+
JP,
|
|
25157
|
+
KE,
|
|
25158
|
+
KG,
|
|
25159
|
+
KH,
|
|
25160
|
+
KI,
|
|
25161
|
+
KM,
|
|
25162
|
+
KN,
|
|
25163
|
+
KP,
|
|
25164
|
+
KR,
|
|
25165
|
+
KW,
|
|
25166
|
+
KY,
|
|
25167
|
+
KZ,
|
|
25168
|
+
LA,
|
|
25169
|
+
LB,
|
|
25170
|
+
LC,
|
|
25171
|
+
LI,
|
|
25172
|
+
LK,
|
|
25173
|
+
LR,
|
|
25174
|
+
LS,
|
|
25175
|
+
LT,
|
|
25176
|
+
LU,
|
|
25177
|
+
LV,
|
|
25178
|
+
LY,
|
|
25179
|
+
MA,
|
|
25180
|
+
MC,
|
|
25181
|
+
MD,
|
|
25182
|
+
ME,
|
|
25183
|
+
MF,
|
|
25184
|
+
MG,
|
|
25185
|
+
MH,
|
|
25186
|
+
MK,
|
|
25187
|
+
ML,
|
|
25188
|
+
MM,
|
|
25189
|
+
MN,
|
|
25190
|
+
MO,
|
|
25191
|
+
MP,
|
|
25192
|
+
MQ,
|
|
25193
|
+
MR,
|
|
25194
|
+
MS,
|
|
25195
|
+
MT,
|
|
25196
|
+
MU,
|
|
25197
|
+
MV,
|
|
25198
|
+
MW,
|
|
25199
|
+
MX,
|
|
25200
|
+
MY,
|
|
25201
|
+
MZ,
|
|
25202
|
+
NA,
|
|
25203
|
+
NC,
|
|
25204
|
+
NE,
|
|
25205
|
+
NF,
|
|
25206
|
+
NG,
|
|
25207
|
+
NI,
|
|
25208
|
+
NL,
|
|
25209
|
+
NO,
|
|
25210
|
+
NP,
|
|
25211
|
+
NR,
|
|
25212
|
+
NU,
|
|
25213
|
+
NZ,
|
|
25214
|
+
OM,
|
|
25215
|
+
PA,
|
|
25216
|
+
PE,
|
|
25217
|
+
PF,
|
|
25218
|
+
PG,
|
|
25219
|
+
PH,
|
|
25220
|
+
PK,
|
|
25221
|
+
PL,
|
|
25222
|
+
PM,
|
|
25223
|
+
PN,
|
|
25224
|
+
PR,
|
|
25225
|
+
PS,
|
|
25226
|
+
PT,
|
|
25227
|
+
PW,
|
|
25228
|
+
PY,
|
|
25229
|
+
QA,
|
|
25230
|
+
RE,
|
|
25231
|
+
RO,
|
|
25232
|
+
RS,
|
|
25233
|
+
RU,
|
|
25234
|
+
RW,
|
|
25235
|
+
SA,
|
|
25236
|
+
SB,
|
|
25237
|
+
SC,
|
|
25238
|
+
SD,
|
|
25239
|
+
SE,
|
|
25240
|
+
SG,
|
|
25241
|
+
SH,
|
|
25242
|
+
SI,
|
|
25243
|
+
SJ,
|
|
25244
|
+
SK,
|
|
25245
|
+
SL,
|
|
25246
|
+
SM,
|
|
25247
|
+
SN,
|
|
25248
|
+
SO,
|
|
25249
|
+
SR,
|
|
25250
|
+
SS,
|
|
25251
|
+
ST,
|
|
25252
|
+
SV,
|
|
25253
|
+
SX,
|
|
25254
|
+
SY,
|
|
25255
|
+
SZ,
|
|
25256
|
+
TA,
|
|
25257
|
+
TC,
|
|
25258
|
+
TD,
|
|
25259
|
+
TF,
|
|
25260
|
+
TG,
|
|
25261
|
+
TH,
|
|
25262
|
+
TJ,
|
|
25263
|
+
TK,
|
|
25264
|
+
TL,
|
|
25265
|
+
TM,
|
|
25266
|
+
TN,
|
|
25267
|
+
TO,
|
|
25268
|
+
TR,
|
|
25269
|
+
TT,
|
|
25270
|
+
TV,
|
|
25271
|
+
TW,
|
|
25272
|
+
TZ,
|
|
25273
|
+
UA,
|
|
25274
|
+
UG,
|
|
25275
|
+
UM,
|
|
25276
|
+
US,
|
|
25277
|
+
UY,
|
|
25278
|
+
UZ,
|
|
25279
|
+
VA,
|
|
25280
|
+
VC,
|
|
25281
|
+
VE,
|
|
25282
|
+
VG,
|
|
25283
|
+
VI,
|
|
25284
|
+
VN,
|
|
25285
|
+
VU,
|
|
25286
|
+
WF,
|
|
25287
|
+
WS,
|
|
25288
|
+
XK,
|
|
25289
|
+
YE,
|
|
25290
|
+
YT,
|
|
25291
|
+
ZA,
|
|
25292
|
+
ZM,
|
|
25293
|
+
ZW,
|
|
25294
|
+
default: index
|
|
25295
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
25147
25296
|
const AB = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 341.3"><path fill="#FFF" d="M0 0h512v341.3H0z"/><g fill="#6DA544"><path d="M0 0h512v48.8H0zM0 97.5h512v48.8H0zM0 195h512v48.8H0zM0 292.6h512v48.8H0z"/></g><path fill="#D80027" d="M0 0h256v146.3H0z"/><path fill="#FFF" d="m116.9 114.4-7.5-14.8V69.9L128 59l18.6 10.9v22.3l7.4-7.4 4.2 3-4.2 11.8-14.9 14.8z"/><circle fill="#FFF" cx="82" cy="82.8" r="5.4"/><circle fill="#FFF" cx="90.8" cy="61.7" r="5.4"/><circle fill="#FFF" cx="106.6" cy="46.2" r="5.4"/><circle fill="#FFF" cx="128" cy="40.8" r="5.4"/><circle fill="#FFF" cx="149.4" cy="46.2" r="5.4"/><circle fill="#FFF" cx="165.2" cy="61.7" r="5.4"/><circle fill="#FFF" cx="174" cy="82.8" r="5.4"/></svg>';
|
|
25148
25297
|
const OS = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 450 300"><path fill="#FFF" d="M0 0h450v300H0z"/><path fill="red" d="M0 100h450v200H0z"/><path fill="#FFDF00" d="M0 200h450v100H0z"/></svg>';
|
|
25149
25298
|
var customFlags = {
|
|
@@ -26017,7 +26166,7 @@ function FlexibleTable(_param) {
|
|
|
26017
26166
|
enabledColumns,
|
|
26018
26167
|
config
|
|
26019
26168
|
]);
|
|
26020
|
-
var getTableRowProps = function(item,
|
|
26169
|
+
var getTableRowProps = function(item, index2) {
|
|
26021
26170
|
return _object_spread_props$l(_object_spread$n({}, restProps), {
|
|
26022
26171
|
item,
|
|
26023
26172
|
renderMode,
|
|
@@ -26028,7 +26177,7 @@ function FlexibleTable(_param) {
|
|
|
26028
26177
|
isFirstColumnSticky,
|
|
26029
26178
|
isFocusable: isRowFocusable,
|
|
26030
26179
|
tweakStyles: tweakTableRowStyles,
|
|
26031
|
-
isExpandableRowComponentInitiallyOpen: applyAction(isRowInitiallyOpen, item,
|
|
26180
|
+
isExpandableRowComponentInitiallyOpen: applyAction(isRowInitiallyOpen, item, index2)
|
|
26032
26181
|
});
|
|
26033
26182
|
};
|
|
26034
26183
|
var getDataScrollAttributeSetter = useCallback(function(key, setter) {
|
|
@@ -28123,7 +28272,6 @@ var PhoneInputCountryList = function(param) {
|
|
|
28123
28272
|
var sortedCountries = useMemo(function() {
|
|
28124
28273
|
return sortCountriesByLocale(phoneInfo, locale);
|
|
28125
28274
|
}, [
|
|
28126
|
-
phoneInfo,
|
|
28127
28275
|
locale
|
|
28128
28276
|
]);
|
|
28129
28277
|
var selectedCountryIdx = findCountryIndexByCode(selectedCountryCode, sortedCountries);
|
|
@@ -28192,17 +28340,17 @@ var PhoneInputCountryList = function(param) {
|
|
|
28192
28340
|
/* @__PURE__ */ jsxs("div", {
|
|
28193
28341
|
className: classes.flagList,
|
|
28194
28342
|
children: [
|
|
28195
|
-
countriesList.map(function(country,
|
|
28343
|
+
countriesList.map(function(country, index2) {
|
|
28196
28344
|
var _obj2;
|
|
28197
28345
|
return /* @__PURE__ */ jsx(ScrollIntoViewIfNeeded, {
|
|
28198
|
-
active: keyCursorOn ===
|
|
28346
|
+
active: keyCursorOn === index2,
|
|
28199
28347
|
options: {
|
|
28200
28348
|
block: "nearest"
|
|
28201
28349
|
},
|
|
28202
28350
|
children: /* @__PURE__ */ jsxs("div", {
|
|
28203
|
-
className: clsx(classes.listItem, (_obj2 = {}, _define_property$e(_obj2, classes.activeCountry, selectedCountryIdx ===
|
|
28351
|
+
className: clsx(classes.listItem, (_obj2 = {}, _define_property$e(_obj2, classes.activeCountry, selectedCountryIdx === index2), _define_property$e(_obj2, classes.selectedCountry, keyCursorOn === index2), _obj2)),
|
|
28204
28352
|
onMouseEnter: function() {
|
|
28205
|
-
return setKeyCursorOn(
|
|
28353
|
+
return setKeyCursorOn(index2);
|
|
28206
28354
|
},
|
|
28207
28355
|
onClick: function(e) {
|
|
28208
28356
|
return onChange(country, e);
|
|
@@ -28490,9 +28638,8 @@ var PhoneInput = function(_param) {
|
|
|
28490
28638
|
var _value_countryCode;
|
|
28491
28639
|
return (_value_countryCode = value === null || value === void 0 ? void 0 : value.countryCode) !== null && _value_countryCode !== void 0 ? _value_countryCode : getCountryCodeFromPhone(phoneWithCode);
|
|
28492
28640
|
}, [
|
|
28493
|
-
|
|
28494
|
-
value.
|
|
28495
|
-
value.phoneNumber
|
|
28641
|
+
phoneWithCode,
|
|
28642
|
+
value === null || value === void 0 ? void 0 : value.countryCode
|
|
28496
28643
|
]);
|
|
28497
28644
|
var handleClose = function() {
|
|
28498
28645
|
setIsListOpen(false);
|
|
@@ -31067,7 +31214,6 @@ export {
|
|
|
31067
31214
|
Button,
|
|
31068
31215
|
Checkbox,
|
|
31069
31216
|
CloseButton,
|
|
31070
|
-
Colors,
|
|
31071
31217
|
ControlWrapper,
|
|
31072
31218
|
CssBaseline,
|
|
31073
31219
|
DEFAULT_PHONE_MASK,
|
|
@@ -31093,6 +31239,7 @@ export {
|
|
|
31093
31239
|
Flag,
|
|
31094
31240
|
FlexibleTable,
|
|
31095
31241
|
FloatDocActions,
|
|
31242
|
+
GROUP_PLACEMENTS,
|
|
31096
31243
|
Icon,
|
|
31097
31244
|
IconButton,
|
|
31098
31245
|
IncrementInput,
|
|
@@ -31148,6 +31295,7 @@ export {
|
|
|
31148
31295
|
convertToControlWrapperIcon,
|
|
31149
31296
|
createThemedStyles,
|
|
31150
31297
|
dimensions,
|
|
31298
|
+
excludeStorybookParams,
|
|
31151
31299
|
findCountryByCode,
|
|
31152
31300
|
findCountryIndexByCode,
|
|
31153
31301
|
formatNumber,
|